* lisp/dired.el (dired-get-marked-files): Allow ! on . and ...
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
a7723be6
SM
12012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2
aaabfc8b
SM
3 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
4
414a8595
SM
5 * minibuffer.el (minibuffer-force-complete): Fix thinko.
6
fb5b9475
SM
7 * net/ldap.el (ldap-search-internal): The official ldif format starts
8 with a "version: 1" header (bug#12724).
9
a7723be6
SM
10 * emacs-lisp/package.el (package-installed-p): Warn if not ready
11 (bug#12721).
12
a05cb6e3
GM
132012-10-25 Glenn Morris <rgm@gnu.org>
14
15 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
16
3c92de70
SM
172012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
18
19 * minibuffer.el (minibuffer-force-complete): Use one more marker
20 for the temporary-overlay-map command (bug#12619).
21
a4b6d7c6
CY
222012-10-24 Chong Yidong <cyd@gnu.org>
23
24 * time.el (display-time-world-mode): Derive from special-mode.
25 (display-time-world): Use display-buffer (Bug#12708).
26 (display-time-world-mode-map): Variable deleted.
9321d8d7
CY
27 (display-time-world-display): Wrap the final delete-char inside
28 inhibit-read-only.
a4b6d7c6 29
75e8f9d2
CY
302012-10-24 Chong Yidong <cyd@gnu.org>
31
cd996018
CY
32 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
33 Doc fix.
34
75e8f9d2
CY
35 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
36
d92df117
SM
372012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
38
39 * minibuffer.el (completion--all-sorted-completions-location): New var.
40 (completion--cache-all-sorted-completions)
41 (completion--flush-all-sorted-completions): Use it.
42 (completion-in-region, completion-in-region--postch)
43 (completion-at-point, completion-help-at-point): Use markers in
44 completion-in-region--data (bug#12619).
45
9c3e39f3
SM
462012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
47
c79825bd
SM
48 * progmodes/compile.el (compilation-start): Try to handle common
49 quoting of `cd' argument (bug#12640).
50
9c3e39f3
SM
51 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
52 (bug#12671).
53
a6709bc7
GM
542012-10-23 Glenn Morris <rgm@gnu.org>
55
56 * progmodes/gud.el (gud-menu-map):
57 Check gdb-active-process is bound. (Bug#12358)
58
d1069532
SM
592012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
60
d20d69c0
SM
61 * repeat.el (repeat): Set real-this-command (bug#12232).
62
d1069532
SM
63 * htmlfontify.el (hfy-post-html-hook):
64 * filesets.el (filesets-cache-fill-content-hook):
65 * arc-mode.el (archive-extract-hook):
66 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
67 * net/rcirc.el (rcirc-sentinel-functions)
68 (rcirc-receive-message-functions, rcirc-activity-functions)
69 (rcirc-print-functions):
70 * net/dbus.el (dbus-event-error-functions):
71 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
72 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
73 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
74 * term/sun.el (sun-raw-prefix-hooks):
75 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
76
f7eac6d8
MA
772012-10-23 Michael Albinus <michael.albinus@gmx.de>
78
d1069532
SM
79 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
80 Set `tramp-chunksize' to 1. This improves the performance.
f7eac6d8
MA
81 (tramp-smb-wait-for-output): Add timeout to
82 `tramp-accept-process-output' calls.
83
608d9d7c
CY
842012-10-23 Chong Yidong <cyd@gnu.org>
85
49238e7f
CY
86 * faces.el (font-list-limit): Define as an obsolete variable.
87
88 * startup.el (command-line):
89 * cus-start.el: Don't refer to font-list-limit.
90
608d9d7c
CY
91 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
92
4ff5b1b2
SM
932012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
94
95 * subr.el (internal-temp-output-buffer-show): Rename from
96 temp-output-buffer-show, since previously compiled files expect this name.
97
ea1d4aac
GM
982012-10-23 Glenn Morris <rgm@gnu.org>
99
100 * image.el (image-type-from-file-name): If multiple types match,
101 return the first one that is supported. (Bug#9045)
102
eda82a31
GM
1032012-10-22 Glenn Morris <rgm@gnu.org>
104
105 * image.el (imagemagick-enabled-types): Doc fix.
106
4f020bec
TA
1072012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
108
109 * progmodes/which-func.el (which-func-current): The hash-table may have
110 an explicit nil (bug#12338).
111
c77d37e2
SM
1122012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
113
114 * electric.el (electric-pair-delete-selection-self-insert-function):
115 Rename to electric-pair-will-use-region, return a boolean.
116 (electric-pair-mode): Adjust accordingly. Don't require delsel.
117
118 * delsel.el (delete-selection-helper): Use a function instead of a hook.
119 (delete-selection-pre-hook): Use use-region-p.
120 (delete-selection-self-insert-function): Remove.
121 (self-insert-command): Obey self-insert-uses-region-functions.
122 (self-insert-iso): Revert to previous setting, since we don't actually
123 know what that command does.
124 (delete-selection-self-insert-hooks): Remove.
125
b1d39ccc
SL
1262012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
127
128 * delsel.el (delete-selection-helper): New function, extracted from
129 delete-selection-pre-hook.
130 (delete-selection-pre-hook): Use it.
131 (delete-selection-self-insert-function): New function.
132 (delete-selection-self-insert-hooks): New hook.
133 (self-insert-command, self-insert-iso): Use it.
134 * electric.el (electric-pair-syntax): New function, extracted from
135 electric-pair-post-self-insert-function.
136 (electric-pair-post-self-insert-function): Use it.
137 (electric-pair-delete-selection-self-insert-function): New function.
138 (electric-pair-mode): Require delsel and setup
139 delete-selection-self-insert-hooks (bug#11520).
140
045ef729
CY
1412012-10-20 Chong Yidong <cyd@gnu.org>
142
4c5d08a8
CY
143 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
144 no changes to show (Bug#12586).
145
045ef729
CY
146 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
147 list explicitly (Bug#12571).
148
3503c798 1492012-10-20 Arne Jørgensen <arne@arnested.dk>
79e1997a 150
b1d39ccc
SL
151 * progmodes/flymake.el (flymake-create-temp-inplace):
152 Use file-truename.
79e1997a 153
2068905b
EZ
1542012-10-20 Eli Zaretskii <eliz@gnu.org>
155
156 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
157
4c9e9550
JB
1582012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
159
160 * calc/calc-units.el (math-extract-units): Properly extract powers
161 of units.
162
1a6e7e38
DC
1632012-10-20 Daniel Colascione <dancol@dancol.org>
164
165 * frame.el (make-frame): Set x-display-name as we used to in order
166 to unbreak creating an X11 frame from an Emacs daemon started
167 without a display.
168
8e808318
SM
1692012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
170
171 * minibuffer.el (minibuffer-force-complete): Make the next completion use
172 the same completion-field (bug@12221).
173
fb0104da
MR
1742012-10-19 Martin Rudalics <rudalics@gmx.at>
175
176 * emacs-lisp/debug.el (debug): Record height of debugger window
177 also when debugger will be back (Bug#8789).
178
8c27235e
CY
1792012-10-18 Chong Yidong <cyd@gnu.org>
180
181 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
182 Convert to defcustom.
183 (gdb-get-source-file): Don't bind pop-up-windows.
184
185 * progmodes/gud.el (gud-display-line): Don't specially re-use
186 other frames for the gdb-mi case (Bug#12648).
187
90eacf99
SM
1882012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
189
aaf0c300
SM
190 * emacs-lisp/advice.el: Clean up commentary a bit.
191 (ad-do-advised-functions, ad-with-originals): Use `declare'.
192 (byte-code-function-p): Never redefine.
193
90eacf99
SM
194 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
195
281c9d2b
GM
1962012-10-18 Glenn Morris <rgm@gnu.org>
197
40714e3d
GM
198 * dired.el (dired-sort-toggle): Some ls implementations only allow
199 a single option string. (Bug#12666)
200
281c9d2b
GM
201 * minibuffer.el (completion-cycle-threshold): Doc fix.
202
b278604e
KH
2032012-10-17 Kenichi Handa <handa@gnu.org>
204
90eacf99
SM
205 * international/mule.el (set-keyboard-coding-system):
206 Recover input meta mode when the new coding system doesn not use 8-bit.
b278604e
KH
207 Supply TERMINAL arg to set-input-meta-mode.
208
7ebc5f5a
MH
2092012-10-17 Michael Heerdegen <michael_heerdegen@web.de> (tiny change)
210
211 * wdired.el (wdired-old-marks): New variable.
212 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
213 (wdired-do-renames): Move point with renamed file and don't lose
214 mark status (Bug#11795).
215
e5a94ec4
JL
2162012-10-16 Juri Linkov <juri@jurta.org>
217
218 * replace.el (query-replace-help): Mention multi-buffer replacement
219 keys in the Help message. (Bug#12655)
220
d18a0d24
CY
2212012-10-15 Chong Yidong <cyd@gnu.org>
222
223 * emacs-lisp/byte-run.el (defsubst): Doc fix.
224
8111f5e6
EZ
2252012-10-14 Eli Zaretskii <eliz@gnu.org>
226
7b9abf24
EZ
227 * window.el (display-buffer): Doc fix.
228
8111f5e6
EZ
229 * progmodes/compile.el (compilation-error-regexp-alist-alist):
230 Adjust the msft regexp to the output of Studio 2010, and move msft
231 before edg-1. See the discussion on emacs-devel,
232 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
233 for the details.
234
5046ef67
SM
2352012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
236
9760c73c
SM
237 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
238 (oset): Move uses of object-class-fast macro after its definition.
239
5046ef67
SM
240 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
241
0d11ff1c
CY
2422012-10-13 Chong Yidong <cyd@gnu.org>
243
244 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
245 enabled, re-enable it (Bug#11963).
246
88ded8ac
MR
2472012-10-13 Martin Rudalics <rudalics@gmx.at>
248
249 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
250 non-nil, restore window configuration (Bug#12623).
251
bd0ffffd
SM
2522012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
253
06485aa8
SM
254 * help-fns.el (describe-variable, describe-function-1):
255 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
256
bd0ffffd
SM
257 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
258
3a989246
GM
2592012-10-12 Glenn Morris <rgm@gnu.org>
260
261 * mail/rmailsum.el (rmail-header-summary):
262 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
263
55cd00c8
FEG
2642012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
265
bd0ffffd
SM
266 * progmodes/python.el (python-mode-map):
267 Replace subtitute-key-definition with proper command remapping.
55cd00c8
FEG
268 (python-nav--up-list): Fix behavior for blocks on the same level.
269
ac9fc2c7
SM
2702012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
271
d8cc4c00 272 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
d8cc4c00 273
5253a5fd
SM
274 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
275 changes to the format of load-history.
276
ac9fc2c7
SM
277 * international/mule-cmds.el (read-char-by-name): Move let-binding of
278 completion-ignore-case in case that var is buffer-local (bug#12615).
279
cde44a77
KH
2802012-10-11 Kenichi Handa <handa@gnu.org>
281
282 * international/eucjp-ms.el: Re-generated.
283
4ef4a10d
KH
2842012-10-10 Kenichi Handa <handa@gnu.org>
285
286 * select.el (xselect--encode-string): If a coding is specified for
287 selection, and that is compatible with COMPOUND_TEXT, use it.
288
9d7f027b
MR
2892012-10-10 Martin Rudalics <rudalics@gmx.at>
290
291 * window.el (switch-to-buffer-preserve-window-point): New option.
ac9fc2c7
SM
292 (switch-to-buffer):
293 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
9d7f027b 294
238f3a58
SM
2952012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
296
297 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
298 Don't document nil as a useful value (bug#12583).
299
1d51f99c
MA
3002012-10-09 Michael Albinus <michael.albinus@gmx.de>
301
238f3a58
SM
302 * net/tramp.el (tramp-debug-message):
303 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
1d51f99c
MA
304 (with-tramp-progress-reporter): Rename from
305 `tramp-with-progress-reporter'.
238f3a58
SM
306 (with-tramp-file-property, with-tramp-connection-property):
307 Move from tramp-cache.el, rename from `with-file-property' and
1d51f99c
MA
308 `with-connection-property', respectively.
309
310 * net/tramp-cache.el: Remove `with-file-property' and
311 `with-connection-property'.
312
313 * net/tramp.el:
314 * net/tramp-gvfs.el:
315 * net/tramp-sh.el:
316 * net/tramp-smb.el: Adapt callees.
317
318 * net/trampver.el: Update release number.
319
26b77251
GM
3202012-10-09 Glenn Morris <rgm@gnu.org>
321
9a5f296f
GM
322 * w32-fns.el (set-message-beep):
323 * term/w32-win.el (set-message-beep): Update declarations.
324
94c66ce5
SM
3252012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
326
10766e9e
SM
327 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
328 (mode-line-widen, mode-line-input-method-map)
329 (mode-line-coding-system-map, mode-line-remote)
330 (mode-line-unbury-buffer, mode-line-bury-buffer)
331 (mode-line-next-buffer, mode-line-previous-buffer):
332 Replace save-selected-window+select-window => with-selected-window.
333
f754db08
SM
334 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
335 * progmodes/cc-vars.el (bq-process): Remove, unused.
336
94c66ce5
SM
337 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
338
a4ff7fe1
FEG
3392012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
340
341 Implemented `backward-up-list'-like navigation.
342 * progmodes/python.el (python-nav-up-list)
343 (python-nav-backward-up-list): New functions.
344 (python-mode-map): Define substitute key for backward-up-list to
345 python-nav-backward-up-list.
346
24517d82
FEG
3472012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
348
349 * progmodes/python.el (python-fill-paragraph): Rename from
350 python-fill-paragraph-function. Fixed fill-paragraph for
351 decorators (Bug#12605).
352
51867ae2
FEG
3532012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
354
355 * progmodes/python.el (python-shell-output-filter): Handle extra
356 carriage return in OSX (Bug#12409).
357
a5b773c4
FEG
3582012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
359
360 Fix shell handling of unbalanced quotes and parens in output.
94c66ce5 361 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
a5b773c4
FEG
362 (python-syntax-propertize-function): Use it.
363 (python-shell-output-syntax-table): New var.
364 (inferior-python-mode): Prevent unbalanced parens/quotes from
365 previous output mess with current input context.
366
13373538
JB
3672012-10-08 Juanma Barranquero <lekktu@gmail.com>
368
369 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
370 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
371
775a132d
MA
3722012-10-08 Michael Albinus <michael.albinus@gmx.de>
373
374 * ffap.el (ffap-replace-file-component): Support Tramp file name
375 syntax, not only ange-ftp's one.
376
3ab44929
GM
3772012-10-08 Glenn Morris <rgm@gnu.org>
378
57f1dee4
GM
379 * cus-start.el (message-log-max): Set :version.
380
3ab44929
GM
381 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
382
6a088630
MR
3832012-10-08 Martin Rudalics <rudalics@gmx.at>
384
385 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
386 the minibuffer window (Bug#10851).
387
8dbce54c
FEG
3882012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
389
390 Enhancements on forward-sexp movement.
391 * progmodes/python.el (python-nav-beginning-of-statement)
392 (python-nav-end-of-statement): Return point-marker.
393 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
394 (python-info-current-symbol)
395 (python-info-statement-starts-block-p): Rename from
396 python-info-beginning-of-block-p.
397 (python-info-statement-ends-block-p): Rename from
398 python-info-end-of-block-p.
399 (python-info-beginning-of-statement-p)
400 (python-info-end-of-statement-p)
401 (python-info-beginning-of-block-p, python-info-end-of-block-p):
402 New functions.
403
5acd2b3e
SM
4042012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
405
406 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
407 frame-selected-windows.
408
e08348a0
DC
4092012-10-08 Daniel Colascione <dancol@dancol.org>
410
411 * battery.el (battery-status-function): Check for
412 w32-battery-status itself, not system-time windows-nt.
413
414 * frame.el: Require cl-lib.
415 (display-format-alist): New variable mapping frame types to
416 functions that initialize them.
417 (window-system-for-display): New function: interprets
418 display-format-alist.
419 (make-frame-on-display): Remove existing display-selection logic
420 and just forward to make-frame, which will now DTRT.
421 (make-frame): Restructure to use window-system-for-display to
422 figure out how to create a frame on a given display.
423 (display-mouse-p): Look for frame-type w32, not a particular
424 system-type.
425
426 * loadup.el: Load w32 lisp code when we have the w32 feature.
427
428 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
429 system-type windows-nt.
430
431 * server.el (server-create-window-system-frame): Look for window
432 type.
433 (server-proces-filter): Only force a window system when windows-nt
434 _and_ w32. Explain why.
435
436 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
437 of window systems we configure for the mode.
438
439 * startup.el (command-line): Mark window system is initialized
440 after we've done it.
441
442 * common-win.el (x-select-text): Look for w32, not windows-nt.
443
444 * ns-win.el: Require cl-lib. Add ourselves to
445 display-format-alist.
446 (ns-initialize-window-system): Assert we're not initialized twice.
447
448 * w32-win.el: Enable lexical binding; require cl-lib; add
449 ourselves to display-format-alist.
450 (w32-handle-dropped-file): Convert incoming dropped files from
451 Windows paths to Cygwin ones before passing them on to the rest of
452 Emacs.
453 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
454 (w32-initialize-window-system): Assert we're not initialized twice.
455
456 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
457 (x-initialize-window-system): Assert we're not initialized twice.
458
459 * w32-common-fns.el: New File.
460 (w32-version, w32-using-nt, w32-get-clipboard-data)
461 (w32-set-clipboard-data, x-set-selection, x-get-selection)
462 (w32-charset-info-alist, x-last-selected, text)
463 (x-get-selection-value, x-selection-value): Move here.
464
465 * w32-fns.el: Require w32-common-fns.
466 (w32-version, w32-using-nt, w32-get-clipboard-data)
467 (w32-set-clipboard-data, x-set-selection, x-get-selection)
468 (w32-charset-info-alist, x-last-selected, text)
469 (x-get-selection-value, x-selection-value): Move to
470 w32-common-fns.
471
472 * w32-vars.el:
473 (w32-allow-system-shell, w32-system-shells): Define only in
474 non-cygwin case.
475
795b1482
SM
4762012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
477
478 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
479 (read-passwd): Remove a few more potential sources of leaks.
480
f27c99dc
FEG
4812012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
482
483 * progmodes/python.el (inferior-python-mode)
795b1482 484 (python-shell-make-comint): Fix initialization of local
f27c99dc
FEG
485 variables copied from parent buffer.
486
fcacb558
JD
4872012-10-07 Jan Djärv <jan.h.d@swipnet.se>
488
489 * term/ns-win.el (ns-read-file-name): Update declaration to match
490 nsfns.m.
491 (ns-respond-to-change-font): Change fontsize separatly so we are sure
492 it is set when font is acted upon.
493
be0d5bae
FEG
4942012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
495
496 Enhancements to indentation.
497 * progmodes/python.el (python-indent-context): Give priority to
498 inside-string context. Make comments indentation markers.
499 (python-indent-region): Do not mess with strings, unless it's the
500 enclosing set of quotes.
501
13af0d10
SM
5022012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
503
662a9d0e
SM
504 * window.el (internal--before-save-selected-window)
505 (internal--after-save-selected-window): New functions extracted from
506 save-selected-window. Make sure we return the `alist' we construct.
507 (save-selected-window): Use them.
508
509 * textmodes/tex-mode.el (tex-recenter-output-buffer):
510 Use with-selected-window.
511
13af0d10
SM
512 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
513 forms that define macros (bug#12593).
514
6aa75fb6
KH
5152012-10-07 Kenichi Handa <handa@gnu.org>
516
13af0d10
SM
517 * international/mule-conf.el (compound-text-with-extensions):
518 Add :mime-charset property as x-ctext.
6aa75fb6 519
78d876b9
SM
5202012-10-07 Stefan Merten <smerten@oekonux.de>
521
522 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
523 (rst-indent-literal-normal, rst-indent-literal-minimized)
524 (rst-indent-comment): Correct :version tag.
557337e9 525 (rst-official-cvs-rev): Correct version string.
78d876b9 526
99a1e701
GM
5272012-10-07 Glenn Morris <rgm@gnu.org>
528
529 * mail/rmailmm.el (rmail-mime-process-multipart):
530 Do not confuse a multipart message with an epilogue
531 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
532
08f18c3d
FEG
5332012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
534
535 Fix shell output retrieval and comint-prompt-regexp init.
536 * progmodes/python.el (inferior-python-mode):
537 (python-shell-make-comint): Fix initialization of
538 comint-prompt-regexp from copied file local variables.
539 (python-shell-fetched-lines): Remove var.
540 (python-shell-output-filter-in-progress): Rename from
541 python-shell-fetch-lines-in-progress.
542 (python-shell-output-filter-buffer): Rename from
543 python-shell-fetch-lines-string.
544 (python-shell-fetch-lines-filter): Delete function.
545 (python-shell-output-filter): New function.
546 (python-shell-send-string-no-output): Use them.
547
82ed3ab4
GM
5482012-10-07 Glenn Morris <rgm@gnu.org>
549
1595ecfa
GM
550 * hi-lock.el (hi-lock-process-phrase):
551 Try to make it less fragile. (Bug#7161)
552
82ed3ab4
GM
553 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
554
f1f4dba0
GM
5552012-10-06 Glenn Morris <rgm@gnu.org>
556
addc11ed 557 * ehelp.el (electric-help-mode): Use help-mode rather than
32939005
GM
558 non-existent mode `help'.
559 (electric-help-map): Use button-buffer-map. (Bug#10917)
addc11ed 560
460042b8
GM
561 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
562 (reftex-create-bibtex-footer): Fix custom types.
563
67667c70
GM
564 * progmodes/sh-script.el (sh-indent-after-continuation):
565 Add explicit :group.
566
18dec750
GM
567 * textmodes/rst.el (rst-preferred-decorations)
568 (rst-shift-basic-offset): Clarify obsolescence versions.
569
d1a1c7e6
GM
570 * profiler.el (profiler): Add missing group :version tag.
571 * avoid.el (mouse-avoidance-banish-position):
572 * proced.el (proced-renice-command):
573 * calc/calc.el (calc-ensure-consistent-units):
574 * calendar/icalendar.el (icalendar-import-format-uid):
575 * net/tramp.el (tramp-save-ad-hoc-proxies):
576 * progmodes/bug-reference.el (bug-reference-bug-regexp):
577 * progmodes/flymake.el (flymake-error-bitmap)
578 (flymake-warning-bitmap, flymake-fringe-indicator-position):
579 * progmodes/sh-script.el (sh-indent-after-continuation):
580 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
581 (verilog-before-save-font-hook, verilog-after-save-font-hook):
582 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
583 (vhdl-array-index-record-field-in-sensitivity-list)
584 (vhdl-indent-comment-like-next-code-line):
585 * textmodes/reftex-vars.el (reftex-ref-style-alist)
586 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
587 (reftex-cite-key-separator, reftex-create-bibtex-header)
588 (reftex-create-bibtex-footer):
589 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
590 (rst-indent-literal-normal, rst-indent-literal-minimized)
591 (rst-indent-comment): Add missing custom :version tags.
592
ef35abb4
GM
593 * calendar/timeclock.el (timeclock-modeline-display):
594 Add missing obsolete alias for renamed user option.
595
d1aae614
GM
596 * strokes.el (strokes-modeline-string):
597 * emulation/crisp.el (crisp-mode-modeline-string):
598 * eshell/esh-mode.el (eshell-status-in-modeline):
599 Aliases to defcustoms must come before the defcustom.
600
f1f4dba0
GM
601 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
602 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
603 (cal-tex-cursor-week-monday): Doc fixes.
604 (cal-tex-cursor-week2-summary): Doc fix.
605 Rename from cal-tex-cursor-week-at-a-glance.
606
607 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
608 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
609
610 * calendar/calendar.el (calendar-mode-map):
611 Add cal-tex-cursor-week2-summary.
612
d39109c3
SM
6132012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
614
685f87b0
SM
615 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
616
d39109c3
SM
617 * subr.el (read-passwd-map): New var.
618 (read-passwd): Use `read-string' again.
619 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
620
5694896d
J
6212012-10-06 Jambunathan K <kjambunathan@gmail.com>
622
623 * register.el (append-to-register, prepend-to-register):
624 Deactivate mark, as does `copy-to-register' (bug#12389).
625
9414dd8d
CY
6262012-10-06 Chong Yidong <cyd@gnu.org>
627
628 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
629
2b89bca4
KH
6302012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
631
632 * international/characters.el: Fix simple mistake ((car chars) ->
633 elt), delete duplicated code.
634
d5acb99a
GM
6352012-10-06 Glenn Morris <rgm@gnu.org>
636
637 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
638
123ec157
JS
6392012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
640
641 * color.el (color-hsl-to-rgb): Fix incorrect results for
642 small and large hue values. (Bug#12559)
643
7fa36ccb
FEG
6442012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
645
646 Enhancements to docstring formatting when filling paragraphs.
647 * progmodes/python.el (python-fill-docstring-style): Rename from
648 python-fill-string-style. Added new style.
649 (python-fill-string): Use new style. Better checks for
650 docstrings.
651
d8788e1e
GM
6522012-10-05 Glenn Morris <rgm@gnu.org>
653
204f3953
GM
654 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
655
d8788e1e
GM
656 * color.el (color-name-to-rgb, color-rgb-to-hex)
657 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
658 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
659 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
660 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
661
8d956cef
GM
662 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
663
e8757f09 6642012-10-05 Juanma Barranquero <lekktu@gmail.com>
ea9a3563
JB
665
666 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
667 to get the correct size across symlinks.
668
e8757f09
GM
669 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
670
0e2ae83d
JL
6712012-10-04 Juri Linkov <juri@jurta.org>
672
673 * replace.el (query-replace-interactive): Declare obsolete.
674 (query-replace-read-from): Add the last incremental search string
675 to the list of default values accessible via M-n.
676 (map-query-replace-regexp): Use `read-regexp'.
677 (query-replace, query-replace-regexp, query-replace-regexp-eval)
678 (map-query-replace-regexp, replace-string, replace-regexp):
679 Fix docstrings to replace mentions of `query-replace-interactive'
680 with alternatives. (Bug#12526)
681
93cacb6d
JL
6822012-10-04 Juri Linkov <juri@jurta.org>
683
684 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
685 (dired-pop-to-buffer): Declare obsolete.
686 (dired-mark-pop-up): Doc fix.
687
fc345011
FEG
6882012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
689
690 Allow user to set docstring style for fill-paragraph.
691 * progmodes/python.el
692 (python-fill-comment-function, python-fill-string-function)
693 (python-fill-decorator-function, python-fill-paren-function):
694 Remove :safe for defcustoms.
695 (python-fill-string-style): New defcustom
5694896d 696 (python-fill-paragraph-function): Enhance context detection.
fc345011
FEG
697 (python-fill-string): Honor python-fill-string-style settings.
698
6bab5d8b
MR
6992012-10-04 Martin Rudalics <rudalics@gmx.at>
700
701 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
702 after setting its buffer (Bug#10805).
703
a1a9f411
FEG
7042012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
705
706 Fix cornercase for string syntax.
707 * progmodes/python.el (python-syntax-propertize-function):
708 Simplify and enhance the regexp for unescaped quotes. Now it also
709 matches quotes in weird situations like the single quote in
710 "something\"'".
711 (python-syntax-stringify): Simplify num-quotes detecting code.
712
05e153a6
GM
7132012-10-03 Glenn Morris <rgm@gnu.org>
714
715 * help-macro.el (three-step-help):
716 Revert 2012-09-29 change. (Bug#12567)
717
2e566ecb
MR
7182012-10-03 Martin Rudalics <rudalics@gmx.at>
719
96ef9ccd
MR
720 * menu-bar.el (kill-this-buffer): Don't do anything when
721 `menu-frame' is not alive or visible (Bug#8184).
722
2e566ecb
MR
723 * emacs-lisp/debug.el (debug): When quitting the debugger window
724 restore current buffer (Bug#12502).
725
a96e1cb7
CY
7262012-10-02 Chong Yidong <cyd@gnu.org>
727
5694896d
J
728 * progmodes/hideif.el (hif-lookup, hif-defined):
729 Handle semantic-c-takeover-hideif.
a96e1cb7 730
b3ecad33
PE
7312012-10-02 Paul Eggert <eggert@cs.ucla.edu>
732
733 Change sampling interval units from ms to ns.
734 * profiler.el (profiler-sampling-interval): Change units
735 from ms to ns, multiplying the default by 1000000 so that
736 it remains 1 ms.
737 (profiler-report-cpu-line-format): Give enough room for
738 the maximum counters on 64-bit hosts.
739 (profiler-report-render-calltree-1): Call them "CPU samples",
740 not "Time (ms)", since they are not milliseconds now (and
741 never really were).
742
8cb51b66 7432012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
c623f81a 744
5694896d
J
745 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
746 Fix querying BBDB for entries without a last name (Bug#11580).
c623f81a 747
fd795bf4
CY
7482012-10-02 Chong Yidong <cyd@gnu.org>
749
750 * emacs-lisp/eieio.el: Restore Version header.
751
fe0a74f9
SM
7522012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
753
6be9197e
SM
754 * vc/diff-mode.el (diff--auto-refine-data): New var.
755 (diff-hunk): Use it to delay refinement.
756 (diff-mode): Remove overlays when we turn off font-lock.
757
18486139
SM
758 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
759 (table-initialize-table-fixed-width-mode)
760 (table-set-table-fixed-width-mode): Remove functions.
761 (table-command-list): Move initialization into declaration.
762 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
763 (table-with-cache-buffer): Use `declare'.
764 (table-span-cell): Simplify via CSE.
765 (table-fixed-width-mode): Use define-minor-mode.
766 (table-call-interactively, table-funcall, table-apply): Remove.
767 (table-function): New function, to replace them.
768
d83ef976
SM
769 * bookmark.el (bookmark-search-pattern): Remove var.
770 (bookmark-read-search-input): Remove function.
771 (bookmark-bmenu-search): Reimplement using a minibuffer.
772
cd386662
SM
773 * faces.el (modeline): Remove obsolete face name.
774
fe0a74f9
SM
775 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
776 and give a non-nil default value.
777 (add-change-log-entry): Simplify accordingly.
778
9f7b98f8
DG
7792012-10-01 Dmitry Gutov <dgutov@yandex.ru>
780
781 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
782 (vc-git-log-edit-toggle-amend): New function.
783 (vc-git-log-edit-toggle-signoff): New function.
784 (vc-git-log-edit-mode): New major mode.
785 (vc-git-log-edit-mode-map): Keymap for it.
786 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
787
788 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
789 header names.
790 (log-edit-toggle-header): New function.
791 (log-edit-extract-headers): Accept function values in HEADERS alist.
792
62a81506
CY
7932012-10-01 David Engster <deng@randomsample.de>
794
795 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
796 from symbol property and change message to be more consistent with
797 Emacs proper.
798 (eieio-describe-generic): Add filename for each implementation.
799 Fix indices for generic and normal methods.
800 (eieio-method-def, eieio-class-def): New buttons.
801 (eieio-help-find-method-definition)
802 (eieio-help-find-class-definition): New functions.
803 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
804 class, constructor and method definitions.
805
806 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
807 information in symbol property.
808 (scoped-class): Remove.
809 (eieio-slot-name-index, call-next-method): Check if it is bound.
810
8112012-10-01 Leo P. White <lpw25@cam.ac.uk>
812
813 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
814 (eieio-custom-mode): New major mode.
815 (eieio-customize-object): Use it.
816
8172012-10-01 Eric Ludlam <zappo@gnu.org>
818
819 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
820 specifying the expected class, and whether subclassing is allowed.
821 (eieio-persistent-convert-list-to-object):
1f9f395d
JB
822 (eieio-persistent-validate/fix-slot-value)
823 (eieio-persistent-slot-type-is-class-p): New functions.
824 (eieio-named::slot-missing): Doc fix.
62a81506
CY
825
826 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
827 Stop using unused publd variable.
828
829 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
830 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
831 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
832 (eieio-speedbar-handle-click): Do not specify a class for the
833 method. Fixes method invocation order problems with EDE.
834
375e49d4
SM
8352012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
836
837 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
838 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
839
16ce6ccd
KF
8402012-10-01 Karl Fogel <kfogel@red-bean.com>
841
842 * bookmark.el (bookmark-version-control): Give tags in the
843 :type choices (Bug#12309), and improve doc string.
e4c4abdd
KF
844 (bookmark-write-file): Bind `print-circle' to `t' to allow
845 circular custom bookmark types. (Bug#12503)
16ce6ccd 846
19e54a4d
PE
8472012-10-01 Paul Eggert <eggert@cs.ucla.edu>
848
86ec63ba
PE
849 Revert the FOLLOW-SYMLINKS change for file-attributes.
850 * files.el (remote-file-name-inhibit-cache, after-find-file):
851 * time.el (display-time-file-nonempty-p): Undo last change.
852
19e54a4d
PE
853 * profiler.el (profiler-sampling-interval): Change default back to 1.
854 See Stefan Monnier in
855 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
856
0478776b
FEG
8572012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
858
859 Shell output catching a la gud-gdb.
860 * progmodes/python.el (python-shell-fetch-lines-in-progress)
375e49d4
SM
861 (python-shell-fetch-lines-string, python-shell-fetched-lines):
862 New Vars.
0478776b
FEG
863 (python-shell-fetch-lines-filter): New function.
864 (python-shell-send-string-no-output): Use them.
865
c22bac2c
TM
8662012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
867
868 * profiler.el (profiler-sampling-interval): Rename from
869 profiler-sample-interval.
870 (profiler-sampling-interval): Default to 10.
871 (profiler-find-profile): New command (was profiler-find-log).
872 (profiler-find-profile-other-window): New command.
873 (profiler-find-profile-other-frame): New command.
874 (profiler-profile): Introduce API-level data structure.
875
e7a2937b
PE
8762012-09-30 Paul Eggert <eggert@cs.ucla.edu>
877
878 file-attributes has a new optional arg FOLLOW-SYMLINKS.
879 * files.el (remote-file-name-inhibit-cache):
880 * time.el (display-time-file-nonempty-p): Use it.
881 * files.el (after-find-file): Don't chase links before calling
882 file-exists-p, as file-exists-p already does the right thing.
883
4f595e15
RA
8842012-09-30 Ralf Angeli <angeli@caeruleus.net>
885
886 Merge from standalone RefTeX repository.
887
888 The following ChangeLog entries are shortened versions of the
889 original ones with file paths adapted. A not so strongly edited
890 version of the original ChangeLog can be found in the commit log.
891
892 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
375e49d4
SM
893 (reftex-arg-cite): Use `reftex-cite-key-separator'.
894 Correctly handle new value type returned by `reftex-citation'.
4f595e15
RA
895
896 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
375e49d4
SM
897 that entries with whitespace at various places are found.
898 Doc fix. Include entries that are cross-referenced from cited entries.
4f595e15
RA
899 Include @String definitions in the resulting bib file. Add header
900 and footer defined in `reftex-create-bibtex-header' and
901 `reftex-create-bibtex-footer'.
902 (reftex-do-citation): Make it possible again to insert
903 non-existent entries. Save match data when asking for optional
904 arguments. Return all keys, not just the first one.
905 (reftex-all-used-citation-keys): Fix regexp to correctly extract
906 all citations in the same line.
907 (reftex-parse-bibtex-entry): Accept additional optional argument
908 `raw' and keep quotes or braces if it is non-nil. Match fields
909 containing hyphens besides word constituents.
910 (reftex-get-string-refs): New function.
911 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
912 and ask if it should be reread in case it did.
913 (reftex-pop-to-bibtex-entry)
914 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
915 entries with spaces or tabs in front of arguments.
916 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
375e49d4
SM
917 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
918 Match entries containing numbers and symbol constituents.
919 (reftex-do-citation, reftex-figure-out-cite-format):
920 Use `reftex-cite-key-separator'.
4f595e15
RA
921
922 * textmodes/reftex-dcr.el: Move provide statement to end of file.
923 (reftex-mouse-view-crossref): Explain why point is set.
924
925 * textmodes/reftex-global.el: Whitespace changes.
926
927 * textmodes/reftex-index.el: Move provide statement to end of
928 file.
929 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
930 (reftex-index-visit-phrases-buffer): Set marker when visiting
931 buffer. This allows for returning from the phrases file to the
932 file one was just editing instead of the file where the last
933 phrases was added from.
934 (reftex-index-phrases-syntax-table): New variable. Give ?\"
935 punctuation syntax as it usually is not used as string quote in
936 TeX-related modes and may occur unmatched. The change also
937 prevents fontification of quoted content.
938 (reftex-index-phrases-mode): Use it.
939
375e49d4
SM
940 * textmodes/reftex-parse.el (reftex-parse-from-file):
941 Move backward one char if a `\' was matched after a section macro.
4f595e15
RA
942 (reftex-parse-from-file): Use beginning of match instead of end as
943 bound.
944
945 * textmodes/reftex-ref.el: Adapt creation of
946 `reftex-<package>-<macro>' functions to new structure of
947 `reftex-ref-style-alist'.
375e49d4
SM
948 (reftex-reference): Use `reftex-ref-style-list' function.
949 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
4f595e15
RA
950 reference macro if `reftex-ref-macro-prompt' is non-nil.
951 (reftex-reference): Pass refstyle to `reftex-format-special'.
952 Determine reference macro by looking at
375e49d4
SM
953 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
954 Use only one special format function.
4f595e15
RA
955 (reftex-varioref-vref, reftex-fancyref-fref)
956 (reftex-fancyref-Fref): Remove definitions. The functions are now
957 generated from `reftex-ref-style-alist'.
958 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
959 Remove.
960 (reftex-format-special): New function.
961
962 * textmodes/reftex-sel.el
963 (reftex-select-cycle-ref-style-internal): Adapt to new structure
964 of `reftex-ref-style-alist'. Remove code for testing macro type.
965 (reftex-select-toggle-varioref)
966 (reftex-select-toggle-fancyref): Remove.
967 (reftex-select-cycle-ref-style-internal)
968 (reftex-select-cycle-ref-style-forward)
969 (reftex-select-cycle-ref-style-backward): New functions.
970 (reftex-select-label-map): Use `v' and `V' for general cycling
971 through reference styles. Add `p' for switching between number
972 and page reference types.
973
375e49d4
SM
974 * textmodes/reftex-toc.el (reftex-re-enlarge):
975 Call `enlarge-window' only if there is something to do because in Emacs
4f595e15
RA
976 the horizontal version throws an error even if the parameter is 0.
977
978 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
979 (reftex-plug-into-AUCTeX): Doc fix.
980 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
981 string. Adapt to new name.
982 (reftex-ref-style-alist): Change structure so that it is not
983 possible to use multiple different package names within a style.
375e49d4
SM
984 Remove the symbols for symbols for macro type distinction.
985 Add characters for macro selection.
4f595e15
RA
986 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
987 (reftex-create-bibtex-footer): New variables.
988 (reftex-format-ref-function): Mention third argument of special
989 format function.
375e49d4
SM
990 (reftex-ref-style-alist, reftex-ref-style-default-list):
991 New variables.
4f595e15
RA
992 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
993 to new implementation. Mark as obsolete. Add compatibility code
994 for honoring the variable values in case they are set.
375e49d4
SM
995 (reftex-cite-format-builtin, reftex-bibliography-commands):
996 Add support for ConTeXt.
997 (reftex-format-ref-function, reftex-format-cite-function):
998 Fix custom type.
4f595e15
RA
999 (reftex-cite-key-separator): New variable.
1000
1001 * textmodes/reftex.el (reftex-syntax-table-for-bib)
1002 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
1003 `reftex-syntax-table' because parens have to retain their paren
1004 syntax in order for parsing of BibTeX entries like @book(...) to
1005 work.
1006 (reftex-in-comment): Do not error out if `comment-start-skip' is
1007 not set. Deal correctly with escaped comment characters.
375e49d4
SM
1008 (reftex-tie-multifile-symbols): Add doc string.
1009 Initialize `reftex-ref-style-list'.
4f595e15
RA
1010 (reftex-untie-multifile-symbols): Add doc string.
1011 (reftex-add-index-macros): Doc fix.
1012 (reftex-ref-style-activate, reftex-ref-style-toggle)
1013 (reftex-ref-style-list): New functions.
1014 (reftex-mode-menu): Use them. Adapt to new structure of
1015 `reftex-ref-style-alist'.
1016 (reftex-select-with-char): Kill the RefTeX Select buffer when
1017 done.
1018 (reftex-remove-if): New function.
1019 (reftex-erase-all-selection-and-index-buffers)
1020 (reftex-mode-menu): Reference styles are now computed from
1021 `reftex-ref-style-alist'. Fix typo.
1022 (reftex-report-bug): New function.
1023 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
1024 algorithms with O(n log n). Introduce optional argument SORT (not
1025 yet used).
1026
440ba395
FEG
10272012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
1028
1029 Enhancements for triple-quote string syntax.
375e49d4
SM
1030 * progmodes/python.el (python-syntax-propertize-function):
1031 Match both quote cases in one regexp.
440ba395
FEG
1032 (python-syntax-stringify): Handle matches properly.
1033
4c478e6b
JL
10342012-09-30 Juri Linkov <juri@jurta.org>
1035
1036 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
93cacb6d 1037 to nil around the call to `insert' to prevent
4c478e6b
JL
1038 directory time modification by lock_file. (Bug#2295)
1039 * tar-mode.el (tar-summarize-buffer): Idem.
1040
d80d54b2
JL
10412012-09-30 Juri Linkov <juri@jurta.org>
1042
1043 * facemenu.el (list-colors-sort): Add option "Luminance".
1044 (list-colors-sort-key): Implement it.
1045
1046 * vc/diff-mode.el (diff-refine-removed):
1047 * vc/ediff-init.el (ediff-fine-diff-A):
1048 * vc/smerge-mode.el (smerge-refined-removed):
1049 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
1050
d7e642cc
JD
10512012-09-30 Jan Djärv <jan.h.d@swipnet.se>
1052
1053 * term/ns-win.el (x-file-dialog): New function.
1054
ee41332b
JB
10552012-09-30 Juanma Barranquero <lekktu@gmail.com>
1056
1057 * ido.el (ido-max-directory-size): Default to nil; the current
1058 default is small for POSIX systems, and impractical on Windows 7
1059 now that lstat returns directory sizes for NTFS.
1060
5938d519
MR
10612012-09-30 Martin Rudalics <rudalics@gmx.at>
1062
1063 In buffer display functions handle window-height/window-width
1064 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
375e49d4
SM
1065 * window.el (window--display-buffer): New argument ALIST.
1066 Obey window-height and window-width alist entries.
1067 (window--try-to-split-window): New argument ALIST.
1068 Bind window-combination-limit to t when the window's size shall be
5938d519
MR
1069 changed and window-combination-limit equals `window-size'.
1070 (display-buffer-in-atom-window)
1071 (display-buffer-in-major-side-window)
1072 (display-buffer-in-side-window, display-buffer-same-window)
1073 (display-buffer-reuse-window, display-buffer-pop-up-frame)
1074 (display-buffer-pop-up-window, display-buffer-below-selected)
1075 (display-buffer-at-bottom, display-buffer-in-previous-window)
1076 (display-buffer-use-some-window): Adjust all callers of
1077 window--display-buffer and window--try-to-split-window.
1078 (fit-frame-to-buffer): New option.
1079 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
1080 is non-nil.
1081 (display-buffer-in-major-side-window): Evaluate window-height /
1082 window-width alist entries.
1083
1084 * help.el (temp-buffer-resize-frames)
1085 (temp-buffer-resize-regexps): Remove options.
1086 (temp-buffer-resize-mode): Adjust doc-string.
1087 (resize-temp-buffer-window): Don't consult
1088 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
1089 temp-buffer-resize-frames.
1090
375e49d4
SM
1091 * dired.el (dired-mark-pop-up):
1092 Call display-buffer-below-selected with a fit-window-to-buffer alist
5938d519
MR
1093 entry.
1094
c4c0c2df
CY
10952012-09-30 Chong Yidong <cyd@gnu.org>
1096
48de8b12
CY
1097 * server.el (server-host): Document the security implications.
1098 (server-auth-key): Doc fix.
1099
1100 * startup.el (initial-buffer-choice): Doc fix.
1101
1102 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
1103
a97dc380
CY
1104 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
1105 restriction change.
1106
d39d3c8e
CY
1107 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
1108
c4c0c2df
CY
1109 * help-fns.el (help-fns--obsolete): Fix last change.
1110
98a5e33b
SM
11112012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
1112
34cf6f39
SM
1113 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
1114 (minor-mode-map-alist): Remove redundant code.
1115
e01c13fe
SM
1116 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
1117 visited in a buffer.
1118 (cvs-insert-visited-file): New function.
1119 (find-file-hook): Use it.
1120
1121 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
1122
02661b3a
SM
1123 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
1124 chose face.
1125 (log-edit-empty-buffer-p): Don't require a space after a header.
1126
43711d4b
SM
1127 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
1128
38a30d64
SM
1129 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
1130
4ffb41a9
SM
1131 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
1132 a proper minor-mode.
1133
98a5e33b
SM
1134 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
1135
de82e29b
GM
11362012-09-29 Glenn Morris <rgm@gnu.org>
1137
5cc2e639
GM
1138 * winner.el (winner-mode): Remove variable (let define-minor-mode
1139 handle it).
1140 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
1141 Doc fixes.
1142 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
1143 (winner-mode): Use define-minor-mode.
1144
7bd302eb
GM
1145 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
1146 the full definition in loaddefs, rather than duplicating it.
1147
2923922f 1148 * help-macro.el (three-step-help): No need to autoload defcustom.
ced08382 1149
0e3e4156
GM
1150 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
1151 (inferior-lisp-program, inferior-lisp-load-command)
1152 (inferior-lisp-prompt, inferior-lisp-mode-hook):
2923922f 1153 No need to autoload defcustoms.
0e3e4156 1154
de82e29b
GM
1155 * hippie-exp.el (hippie-expand-try-functions-list)
1156 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
1157 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
1158 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
2923922f 1159 (hippie-expand-only-buffers): No need to autoload defcustoms.
de82e29b
GM
1160 * progmodes/vhdl-mode.el (vhdl-line-expand):
1161 Explicitly load hippie-exp, so it does not get autoloaded
1162 while hippie-expand-try-functions-list is let-bound.
1163
e60b51ab
GM
11642012-09-28 Glenn Morris <rgm@gnu.org>
1165
277f0cfa
GM
1166 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
1167
e60b51ab
GM
1168 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
1169 Only "cl.el" counts as cl these days.
1170
53baf48a
JL
11712012-09-28 Juri Linkov <juri@jurta.org>
1172
1173 Display archive errors in the echo area instead of inserting
1174 to the file buffer.
1175
1176 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
1177 to STDERR-TEST that can be a regexp matching a successful output.
1178 Create a temporary file and redirect stderr to it. Search for
1179 STDERR-TEST in the stderr output and display it in the echo area
1180 if no match is found.
1181 (archive-extract-by-file): New function like
1182 `archive-extract-by-stdout' but extracting archives to files
1183 and looking for successful matches in stdout. Function body is
1184 mostly copied from `archive-rar-extract'.
1185 (archive-rar-extract): Use `archive-extract-by-file'.
1186 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
1187
9c1228c3
LL
11882012-09-28 Leo Liu <sdl.web@gmail.com>
1189
375e49d4
SM
1190 * pcomplete.el (pcomplete-show-completions):
1191 Use minibuffer-message to make pcomplete usable in minibuffer.
147c0425 1192
9c1228c3
LL
1193 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
1194
7f457c06
SM
11952012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1196
3df749b0
SM
1197 * type-break.el: Use lexical-binding.
1198 (type-break-mode): Use define-minor-mode.
1199
7f457c06
SM
1200 * emacs-lisp/pcase.el (pcase--mark-used): New.
1201 (pcase--u1): Use it (bug#12512).
1202
1203 * custom.el (load-theme): Set buffer-file-name so the load is recorded
1204 in load-history with the right file name.
1205
c00ebc98
TH
12062012-09-28 Tassilo Horn <tsdh@gnu.org>
1207
1208 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
1209 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
1210 (doc-view-get-bounding-box): Make bounding box slicing work for
1211 ODF and DVI documents.
1212
96fb7170
GM
12132012-09-28 Glenn Morris <rgm@gnu.org>
1214
1215 * type-break.el (type-break-mode, type-break-interval)
1216 (type-break-good-rest-interval, type-break-keystroke-threshold):
1217 No need to autoload.
1218 (type-break-good-rest-interval, type-break-keystroke-threshold):
1219 Add :set-after.
1220
5bc93c67
CY
12212012-09-28 Chong Yidong <cyd@gnu.org>
1222
1223 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
1224 Add :version tag.
1225
9cad61d6
SM
12262012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
1227
e28e67b3 1228 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
9cad61d6 1229
daee954c
GM
12302012-09-27 Glenn Morris <rgm@gnu.org>
1231
a88324d4
GM
1232 * faces.el (x-display-name): Declare (for without-x builds).
1233
8e5064e5
GM
1234 * linum.el (linum-format): Don't autoload it. Improve :type.
1235
cc1783c2
GM
1236 * progmodes/tcl.el: Don't require outline when compiling.
1237 (outline-regexp, outline-level): Declare.
1dddcf4c
GM
1238 * textmodes/sgml-mode.el: Don't require outline when compiling.
1239 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
1240
48c339f2
GM
1241 * term.el (term-ansi-reset):
1242 Try setting term-ansi-face-already-done to nil. (Bug#11785)
1243
daee954c
GM
1244 * vc/vc.el (vc-next-action): Only gripe about committing read-only
1245 files for RCS and SCCS. (Bug#9781)
1246
b7f42161
CY
12472012-09-27 Chong Yidong <cyd@gnu.org>
1248
1249 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
1250 change; value should be t.
1251
a2e770db
SM
12522012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
1253
83600dc8
SM
1254 * image-mode.el: Use lexical-binding.
1255 (image-mode-winprops): Use t to stand for the window of
1256 a buffer that's not displayed.
1257 * doc-view.el (doc-view-new-window-function): Handle the new
1258 t in winprops.
1259 (doc-view-enlarge): Make it a real nop if the size is not changed.
1260 (doc-view-display): Handle the case where the buffer is not (yet?)
1261 displayed in any window.
1262 (doc-view-saved-settings): New var.
1263 (doc-view-mode): Use it.
1264 (doc-view-fallback-mode): Set it.
1265
a2e770db
SM
1266 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
1267 Set lexical-binding.
1268 (minibuffer-eldef-shorten-default): New var.
1269 (minibuffer-default-in-prompt-regexps): Use it for new default.
1270 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
1271
e3b60857
JB
12722012-09-26 Juanma Barranquero <lekktu@gmail.com>
1273
1274 * international/uni-bidi.el:
1275 * international/uni-category.el:
1276 * international/uni-name.el:
1277 * international/uni-numeric.el: Regenerate.
1278
3a880af4
SM
12792012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
1280 Stefan Monnier <monnier@iro.umontreal.ca>
1281
1282 * profiler.el: New file.
1283
07b1a5fb
SM
12842012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
1285
1286 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
1287 (testcover-reinstrument): Simplify with CSE.
1288
42019c2e
JB
12892012-09-26 Juanma Barranquero <lekktu@gmail.com>
1290
1291 * window.el (temp-buffer-window-setup): Fix typo in docstring.
1292
179f044b
WS
12932012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
1294
1295 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
1296 (verilog-auto-input, verilog-auto-insert-lisp)
1297 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
1298 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
1299 (verilog-auto-unused, verilog-auto-wire)
1300 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
1301 newline. Reported by Andrew Jones.
1302 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
1303 Reported by Brad Dobbie.
07b1a5fb
SM
1304 (verilog-batch-delete-trailing-whitespace):
1305 Create verilog-batch-delete-trailing-whitespace.
1306 Reported by Brad Dobbie.
179f044b
WS
1307 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
1308 parameters from another module. Reported by Dan Katz.
1309 (verilog-auto, verilog-auto-assign-modport)
1310 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
1311 AUTOINOUTMODPORT for UVM interface module shell generation.
1312 Reported by Brad Dobbie.
1313 (verilog-auto-inst-interfaced-ports): Make default nil, as more
1314 standard behavior.
1315 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
1316 Reported by Matt Martin.
1317
9c52dd5a
MR
13182012-09-25 Martin Rudalics <rudalics@gmx.at>
1319
1320 * window.el (window--resize-child-windows): When resizing child
1321 windows proportionally, process them in reverse order to
1322 preserve the "when splitting a window the new one gets the odd
1323 line" behavior.
1324 (window--resize-root-window-vertically): When resizing the
1325 minibuffer window try to affect only windows at the bottom of the
1326 frame. (Bug#12419)
1327
863666eb
CY
13282012-09-25 Chong Yidong <cyd@gnu.org>
1329
1330 * subr.el (declare): Doc fix.
1331
1332 * help-fns.el (help-fns--obsolete): Handle macros properly.
1333
59f7af81
CY
13342012-09-25 Chong Yidong <cyd@gnu.org>
1335
1336 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
1337 this function obsolete.
1338
1339 * calendar/cal-x.el (calendar-two-frame-setup)
1340 (calendar-only-one-frame-setup, calendar-one-frame-setup):
1341 * calendar/calendar.el (american-calendar, european-calendar)
1342 (calendar-for-loop):
1343 * comint.el (comint-dynamic-simple-complete)
1344 (comint-dynamic-complete-as-filename, comint-unquote-filename):
1345 * desktop.el (desktop-load-default):
1346 * dired-x.el (dired-omit-here-always)
1347 (dired-hack-local-variables, dired-default-directory):
1348 * emacs-lisp/derived.el (derived-mode-class):
1349 * emacs-lisp/timer.el (timer-set-time-with-usecs):
1350 * emacs-lock.el (toggle-emacs-lock):
1351 * epa.el (epa-display-verify-result):
1352 * epg.el (epg-sign-keys, epg-start-sign-keys)
1353 (epg-passphrase-callback-function):
1354 * eshell/esh-util.el (eshell-for):
1355 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
1356 (eshell-add-to-window-buffer-names):
1357 * files.el (locate-file-completion):
1358 * imenu.el (imenu-example--create-c-index)
1359 (imenu-example--create-lisp-index)
1360 (imenu-example--lisp-extract-index-name)
1361 (imenu-example--name-and-position):
1362 * international/mule-cmds.el (princ-list):
1363 * international/mule-diag.el (decode-codepage-char):
1364 * international/mule-util.el (detect-coding-with-priority):
1365 * iswitchb.el (iswitchb-read-buffer):
1366 * mail/mailalias.el (mail-complete):
1367 * mail/sendmail.el (mail-sent-via):
1368 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
1369 (mouse-major-mode-menu):
1370 * password-cache.el (password-read-and-add):
1371 * pcomplete.el (pcomplete-parse-comint-arguments):
1372 * progmodes/sh-script.el (sh-maybe-here-document):
1373 * replace.el (query-replace-regexp-eval):
1374 * savehist.el (savehist-load):
1375 * simple.el (choose-completion-delete-max-match):
1376 * term.el (term-dynamic-simple-complete):
1377 * vc/ediff-init.el (ediff-check-version):
1378 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
1379 * vc/vc.el (vc-diff-switches-list):
1380 * view.el (view-return-to-alist-update): Likewise.
1381
1382 * subr.el (eval-next-after-load, makehash, insert-string)
1383 (assoc-ignore-representation, assoc-ignore-case): Use declare to
1384 mark obsolete.
1385 (mode-line-inverse-video): Variable deleted.
1386
1387 * international/mule-util.el (string-to-sequence): Remove.
1388
1389 * calendar/calendar.el (calendar-version):
1390 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
1391 (icalendar-convert-diary-to-ical):
1392 * cus-edit.el (custom-mode):
1393 * ansi-color.el (ansi-color-unfontify-region):
1394 * international/latin1-disp.el (latin1-char-displayable-p):
1395 * progmodes/cwarn.el (turn-on-cwarn-mode):
07b1a5fb
SM
1396 * progmodes/which-func.el (which-func-update-1):
1397 Use define-obsolete-function-alias.
59f7af81
CY
1398
1399 * net/newst-backend.el (newsticker-cache-filename):
07b1a5fb
SM
1400 * net/newst-treeview.el (newsticker-groups-filename):
1401 Fix incorrect obsolescence declaration.
59f7af81
CY
1402
1403 * allout.el (allout-passphrase-hint-string): Likewise.
1404 (allout-init): Use a declare form to mark obsolete.
1405
1406 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
1407 this applies to functions.
1408
1409 * iswitchb.el (iswitchb-read-buffer): Move code of
1410 iswitchb-define-mode-map here, and delete that obsolete function.
1411
1412 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
1413 font-lock-reference-face.
1414
cca96c97
GM
14152012-09-25 Glenn Morris <rgm@gnu.org>
1416
b06eeda8
GM
1417 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
1418 Doc fixes.
1419
cca96c97
GM
1420 * eshell/em-term.el (eshell-term-name):
1421 Default to term-term-name. (Bug#12485)
1422
dc4f818b
FEG
14232012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
1424
cca96c97
GM
1425 * progmodes/python.el (python-shell-send-buffer): Better handling
1426 of "if __name__ == '__main__':" conditionals when sending the buffer.
dc4f818b 1427
289c24bd
GM
14282012-09-24 Glenn Morris <rgm@gnu.org>
1429
1430 * eshell/esh-cmd.el (eshell-find-alias-function):
1431 Tighten up file-name regexp. (Bug#12499)
1432
8fb8b88f
FEG
14332012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
1434
1435 Enhancements for triple-quote string syntax.
1436 * progmodes/python.el (python-quote-syntax): Remove.
1437 (python-syntax-propertize-function): New value.
07b1a5fb
SM
1438 (python-syntax-count-quotes, python-syntax-stringify):
1439 New functions.
8fb8b88f 1440
6c27f0f8
CY
14412012-09-24 Chong Yidong <cyd@gnu.org>
1442
a5f2b6ec
CY
1443 * mail/supercite.el (sc-version): Remove obsolete function.
1444 (sc-describe): Don't mark as obsolete, since it is bound.
1445 (sc-submit-bug-report): Remove.
1446
1447 * vc/log-edit.el (cvs-changelog-full-paragraphs)
1448 (cvs-commit-buffer-require-final-newline): Remove.
0c765e5f
CY
1449 (log-edit-require-final-newline)
1450 (log-edit-changelog-full-paragraphs): Default to t.
a5f2b6ec
CY
1451
1452 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
1453 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
1454 * vc/vc.el (vc-checkout-carefully): Likewise.
1455
1456 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
1457 (emerge-version): Remove.
1458
1459 * progmodes/compile.el (compile-internal): Remove.
1460 (compilation-parse-errors-function): Fix typo.
1461
1462 * international/mule.el (set-char-table-default): Remove.
1463 (set-coding-priority, make-coding-system, generic-char-p)
1464 (charset-list, charset-bytes, charset-id): Use declare to mark
1465 functions as obsolete.
1466
1467 * vc/pcvs-defs.el (cvs-buffer-name-alist)
1468 (cvs-invert-ignore-marks): Remove references to obsolete vars.
1469 * vc/vc-hooks.el (vc-default-registered): Don't use
1470 vc-master-templates.
1471
07b1a5fb
SM
1472 * font-lock.el (font-lock-reference-face):
1473 Use define-obsolete-variable-alias.
6c27f0f8
CY
1474
1475 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
1476 * calendar/calendar.el (calendar-font-lock-keywords):
1477 * calendar/diary-lib.el (diary-font-lock-keywords)
1478 (diary-fancy-font-lock-keywords):
1479 * textmodes/reftex-sel.el (reftex-insert-docstruct):
1480 * textmodes/reftex-index.el (reftex-insert-index):
1481 * textmodes/reftex-cite.el (reftex-format-bib-entry):
1482 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1483 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
1484 * progmodes/prolog.el (prolog-font-lock-keywords):
1485 * progmodes/idlwave.el (idlwave-idl-keywords):
1486 * progmodes/ada-mode.el (ada-font-lock-keywords):
1487 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
1488
bcc0adbf
GM
14892012-09-24 Glenn Morris <rgm@gnu.org>
1490
1491 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
1492
095bb823
FEG
14932012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
1494
1495 * progmodes/python.el (python-indent-line): More consistent cursor
1496 movement behavior.
1497
70efc5c9
SM
14982012-09-23 Stefan Merten <smerten@oekonux.de>
1499
1500 * textmodes/rst.el: Fix compiler warning.
1501
2f438239
RW
15022012-09-23 Roland Winkler <winkler@gnu.org>
1503
07b1a5fb
SM
1504 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
1505 Transcribe also LaTeX hyphenation.
2f438239
RW
1506 (bibtex-reformat): Bug fix. Do not quote twice the elements of
1507 bibtex-reformat-previous-options.
1508
936ad041
RW
15092012-09-23 Roland Winkler <winkler@gnu.org>
1510
1511 * proced.el (proced-renice-command): New variable.
1512 (proced-marked-processes): New function.
1513 (proced-with-processes-buffer): New macro.
1514 (proced-send-signal): Use them.
1515 (proced-renice): New command bound to r.
1516
6fab0274
RW
15172012-09-23 Roland Winkler <winkler@gnu.org>
1518
1519 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
1520 ibuffer-saved-filter-groups has one element, shortcut the call of
1521 completing-read. (Bug#12331)
1522
9a930676
CY
15232012-09-23 Chong Yidong <cyd@gnu.org>
1524
1525 * bindings.el (mode-line-toggle-read-only):
1526 * bs.el (bs-toggle-readonly):
1527 * buff-menu.el (Buffer-menu-toggle-read-only):
1528 * dired.el (dired-toggle-read-only):
1529 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
1530
d07ff9db
CY
15312012-09-23 Chong Yidong <cyd@gnu.org>
1532
1533 * image.el (image-type-available-p): Adapt to init-image-library
1534 argument changes.
1535
51c4474e
JL
15362012-09-22 Juri Linkov <juri@jurta.org>
1537
1538 * dired.el (dired-mode-map): Add [remap read-only-mode] for
1539 `dired-toggle-read-only'. (Bug#12462)
1540
43bf5e8e
MR
15412012-09-22 Martin Rudalics <rudalics@gmx.at>
1542
1543 * subr.el (temp-output-buffer-show): New function.
1544 (with-output-to-temp-buffer): Call temp-output-buffer-show
1545 instead of internal-temp-output-buffer-show.
1546
c88b867f
CY
15472012-09-22 Chong Yidong <cyd@gnu.org>
1548
3df47cd5
CY
1549 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
1550 (Bug#12462).
1551
c88b867f
CY
1552 * repeat.el (repeat): Doc fix (Bug#12348).
1553
1554 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
1555 (Bug#10909).
1556
1557 * simple.el (shell-command-on-region): Doc fix.
3171e303 1558 (read-only-mode): Doc fix.
c88b867f 1559
df9685f3
EZ
15602012-09-22 Eli Zaretskii <eliz@gnu.org>
1561
1562 * emacs-lisp/timer.el (run-with-idle-timer)
1563 (timer-activate-when-idle): Warn against reinvoking an idle timer
1564 from within its own timer action. (Bug#12447)
1565
8e17c9ba
MR
15662012-09-22 Martin Rudalics <rudalics@gmx.at>
1567
1568 * cus-start.el (window-combination-limit): Add new optional
1569 values.
1570 * window.el (temp-buffer-window-show)
1571 (window--try-to-split-window): Handle new values of
1572 window-combination-limit (Bug#1806).
1573 (split-window): Test window-combination-limit for t instead of
1574 non-nil.
1575 (display-buffer-at-bottom): New buffer display action function.
1576 * help.el (temp-buffer-resize-regexps): New option.
1577 (temp-buffer-resize-mode): Rewrite doc-string.
1578 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
bd909927 1579 Don't resize reused window. Suggested by Glenn Morris.
8e17c9ba 1580
48a24920
SM
15812012-09-22 Stefan Merten <smerten@oekonux.de>
1582
70efc5c9 1583 * textmodes/rst.el: Revamp section title faces.
48a24920
SM
1584 (rst-official-version)
1585 (rst-package-emacs-version-alist): Sync with official version
1586 V1.4.0.
1587 (rst-faces-defaults, rst-set-level-default)
1588 (rst-level-face-max, rst-level-face-base-color)
1589 (rst-level-face-base-light, rst-level-face-format-light)
1590 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
1591 (rst-adornment-faces-alist): Match new setup.
1592 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
1593 (rst-level-5, rst-level-6): New faces.
1594
82f8cd94
CY
15952012-09-22 Chong Yidong <cyd@gnu.org>
1596
1597 * simple.el (undo): Handle indirect buffers (Bug#8207).
1598
acfa068f 15992012-09-21 Leo Liu <sdl.web@gmail.com>
a8c14da8
LL
1600
1601 IDO: Disable match re-ordering for buffer switching.
2bc9406c 1602 * ido.el (ido-buffer-disable-smart-matches): New variable.
a8c14da8
LL
1603 (ido-set-matches-1): Use it. (Bug#2042)
1604
acfa068f 16052012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
a316d229
JM
1606
1607 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
1608 Fix 2011-05-17 change. (Bug#12418)
1609
acfa068f 16102012-09-21 Leo Liu <sdl.web@gmail.com>
d02e58f8
LL
1611
1612 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
1613
acfa068f 16142012-09-21 Glenn Morris <rgm@gnu.org>
511fd0b2
GM
1615
1616 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
1617 Be more robust about locating simple.el.
1618
acfa068f 16192012-09-21 Glenn Morris <rgm@gnu.org>
fa05bfe0
GM
1620
1621 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
1622
acfa068f
CY
16232012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
1624
1625 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
1626
41a97e6f
JL
16272012-09-20 Juri Linkov <juri@jurta.org>
1628
eb2deaff
JL
1629 * replace.el (query-replace-read-from): Use `read-regexp' instead
1630 of `read-from-minibuffer' when `regexp-flag' is non-nil.
1631 (occur-read-primary-args): Use `read-regexp' instead of
1632 `read-string'.
1633 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
1634 `read-from-minibuffer'.
1635 * isearch.el (isearch-occur): Use `read-regexp' instead of
1636 `read-string'.
1637 * dired.el (dired-read-regexp): Use `read-regexp' instead of
1638 `read-from-minibuffer'.
1639 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
1640 of `read-string'. (Bug#7567)
1641
5825610b
JL
1642 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
1643 and allow accepting a list of strings prepended to a list of
1644 standard default values. Doc fix. (Bug#12321)
1645
eebbf404
JL
1646 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
1647
41a97e6f
JL
1648 * replace.el (read-regexp): Don't add ": " when PROMPT already
1649 ends with a colon and space. (Bug#12321)
1650
c9e452d3
TH
16512012-09-20 Tassilo Horn <tsdh@gnu.org>
1652
1653 * doc-view.el (doc-view-display): Better fix for the cl-assertion
1654 error.
1655
ee97deee
SM
16562012-09-20 Stefan Merten <smerten@oekonux.de>
1657
70efc5c9 1658 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
ee97deee
SM
1659 Fixes feature request bug#11711.
1660 (rst-mode): Create `imenu-create-index-function'.
1661 (rst-get-stripped-line): Delete after refactoring.
1662 (rst-section-tree, rst-section-tree-rec)
1663 (rst-section-tree-point): Refactor and document properly.
1664 (rst-imenu-find-adornments-for-position)
07b1a5fb
SM
1665 (rst-imenu-convert-cell, rst-imenu-create-index):
1666 New function.
ee97deee 1667
f490dab9
SM
16682012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1669
95b9712e
SM
1670 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
1671 (macroexp--expand-all): Use it.
1672 (macroexp--funcall-and-return): Remove by folding it into its sole
1673 caller (macroexp--warn-and-return).
1674 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
1675 Use macroexp--obsolete-warning.
1676
f490dab9
SM
1677 * calc/calc.el: Fix last change by removing the whole chunk, since it
1678 was only needed back when Calc was not bundled.
1679
96e8d411
MR
16802012-09-20 Martin Rudalics <rudalics@gmx.at>
1681
1682 * emacs-lisp/debug.el (debug): Restore assignment to
1683 debugger-old-buffer removed on 2012-09-08.
1684
0876a82d
JL
16852012-09-20 Juri Linkov <juri@jurta.org>
1686
1687 * dired-aux.el (dired-diff): Remove (require 'diff) since
1688 `diff-latest-backup-file' is now autoloaded.
1689
9f7c28f0
CY
16902012-09-20 Chong Yidong <cyd@gnu.org>
1691
1692 * vc/diff.el (diff-latest-backup-file): Autoload.
1693
7a04bee9
SM
16942012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1695
e6f0a80d
SM
1696 * calc/calc.el: Remove redundant autoload shape check.
1697 (sel-mode): Don't defvar.
1698 (calc-get-stack-element): Add `sel-mode' arg instead.
1699 (calc-top, calc-top-list): Pass it this additional argument.
1700 * calc/calc-store.el (calc-store-map):
1701 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
1702 (calc-map-equation, calc-outer-product, calc-inner-product):
1703 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
1704
7a04bee9
SM
1705 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
1706
12734222
JL
17072012-09-19 Juri Linkov <juri@jurta.org>
1708
1709 * dired-aux.el (dired-diff): Add (require 'diff) because
1710 `diff-latest-backup-file' is not autoloaded.
1711 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
1712 of `dired-get-filename' to t to not report error when there is
1713 no default file on the current line.
1714
46624b4f
SM
17152012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1716
ce97595b
SM
1717 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
1718 macroexp--eval-if-compile.
1719 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
1720 (macroexp--expand-all): Use them (bug#12371).
1721
46624b4f
SM
1722 * doc-view.el (doc-view-guess-paper-size)
1723 (doc-view-scale-bounding-box): Fix unbound `caddr'.
1724
db8a5a18
TH
17252012-09-19 Tassilo Horn <tsdh@gnu.org>
1726
1727 New feature: set optimal slice from BoundingBox information.
1728 * doc-view.el (doc-view-mode-map): Add keybinding.
1729 (doc-view-menu): Add menu entry.
1730 (doc-view-set-slice): Adapt docstring.
1731 (doc-view-get-bounding-box, doc-view-guess-paper-size)
1732 (doc-view-scale-bounding-box)
1733 (doc-view-set-slice-from-bounding-box): New functions.
1734 (doc-view-paper-sizes): New defvar.
1735
69f6644c
GM
17362012-09-19 Glenn Morris <rgm@gnu.org>
1737
35f5b19d
GM
1738 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
1739 (byte-compile-log-warning): Autoload. (Bug#12371)
1740
69f6644c
GM
1741 * calendar/calendar.el (calendar-american-month-header)
1742 (calendar-european-month-header, calendar-iso-month-header)
1743 (calendar-month-header): New options.
1744 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
1745 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
1746
e543ae91
JD
17472012-09-19 Jan Djärv <jan.h.d@swipnet.se>
1748
1749 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
1750
2fd5e67d
JL
17512012-09-18 Juri Linkov <juri@jurta.org>
1752
1753 * dired-aux.el (dired-diff): Restore original functionality of
1754 getting the default value, but keep new feature of using the
1755 latest existing backup file (`diff-latest-backup-file').
1756
42917e79
JL
17572012-09-18 Juri Linkov <juri@jurta.org>
1758
1759 * dired.el (dired-mark): If the region is active in Transient Mark
1760 mode, mark all files in the active region. Doc fix.
1761 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
1762 Doc fix. (Bug#10624)
1763
20f70ede
JL
17642012-09-18 Juri Linkov <juri@jurta.org>
1765
1766 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
1767 attributes for M-n are pulled from the file at point.
1768 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
1769 Suggested by Drew Adams. (Bug#10624)
1770
32fb8162
DG
17712012-09-18 Dmitry Gutov <dgutov@yandex.ru>
1772
1773 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
1774 whitespace after "end".
1775 (ruby-do-end-to-brace): Collapse block to one line if it fits
1776 within fill-column.
1777
37ab5092
MR
17782012-09-18 Martin Rudalics <rudalics@gmx.at>
1779
1780 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
1781 value.
1782 (debug): Don't remove debugger window when debugger is expected
1783 to be back.
1784
ed1f0bd3
CY
17852012-09-18 Chong Yidong <cyd@gnu.org>
1786
1787 * custom.el (defface): Doc fix.
1788
1789 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
1790
a11035b8
MB
17912012-09-18 Martin Blais <blais@furius.ca> (tiny change)
1792
1793 * progmodes/compile.el (compilation-start): Use compilation-always-kill
1794 to initialize query-on-exit; then test that instead (bug#12288).
1795
64f6a736
SM
17962012-09-17 Stefan Merten <smerten@oekonux.de>
1797
70efc5c9 1798 * textmodes/rst.el: Add support for `testcover'.
64f6a736
SM
1799 (rst-defcustom-testcover, rst-testcover-add-compose)
1800 (rst-testcover-add-1value): New functions.
1801 (rst-portable-mark-active-p): Replace by `use-region-p'.
1802 (rst-update-section, rst-classify-adornment)
1803 (rst-find-title-line): Mark `1value' forms.
1804 (rst-classify-adornment): Remove superfluous form.
1805 (rst-update-section, rst-get-adornments-around)
1806 (rst-adornment-complete-p, rst-get-next-adornment)
1807 (rst-adjust, rst-promote-region)
1808 (rst-display-adornments-hierarchy, rst-straighten-adornments)
1809 (rst-find-pfx-in-region, rst-section-tree-rec)
1810 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
1811 (rst-toc-node, rst-toc, rst-forward-section)
1812 (rst-iterate-leftmost-paragraphs)
1813 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
1814 (rst-bullet-list-region)
1815 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
1816 (rst-compile-find-conf, rst-compile)
1817 (rst-repeat-last-character): Fix style.
1818
580bd868
CY
18192012-09-17 Chong Yidong <cyd@gnu.org>
1820
1821 * comint.el (comint--complete-file-name-data): Don't add a space
1822 if the status is `sole'; that adds a gratuitous space in the
1823 completion-cycling case (Bug#12092).
1824
1825 * pcomplete.el (pcomplete-completions-at-point): Likewise.
1826
69de3ec6
RS
18272012-09-17 Richard Stallman <rms@gnu.org>
1828
0dee970c
RS
1829 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
1830 only in the mime-shown mode, not in raw mode.
1831 (rmail-mime): Toggle off mime by displaying the message without
6b250df6 1832 mime processing. (Bug#12305)
0dee970c 1833
6b250df6
GM
1834 * mail/rmail.el (rmail-retry-failure):
1835 Turn off mime processing first. (Bug#12037)
acb1c47b 1836
69de3ec6
RS
1837 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
1838
d079ee5f
CY
18392012-09-17 Chong Yidong <cyd@gnu.org>
1840
1841 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
1842 (shell-dynamic-complete-functions): Convert to defcustom.
1843 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
1844
865fe16f
CY
1845 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
1846 * comint.el (comint-prompt-read-only):
1847 * custom.el (defcustom):
1848 * hi-lock.el (hi-lock-mode):
1849 * ibuffer.el (ibuffer-formats):
1850 * ielm.el (ielm-prompt-read-only):
1851 * novice.el (disable-command):
1852 * saveplace.el (toggle-save-place):
1853 * speedbar.el (speedbar-supported-extension-expressions):
1854 * startup.el (auto-save-list-file-prefix, init-file-user)
1855 (after-init-hook, inhibit-startup-echo-area-message):
1856 * strokes.el (strokes-help):
1857 * time-stamp.el (time-stamp):
1858 * calendar/calendar.el (calendar, diary-file):
1859 * calendar/diary-lib.el (diary-mail-entries, diary)
1860 (diary-list-entries-hook):
1861 * calendar/holidays.el (holidays, calendar-holidays):
1862 * calendar/lunar.el (lunar-phases):
1863 * calendar/solar.el (sunrise-sunset):
1864 * emulation/edt.el (edt-load-keys):
1865 * emulation/viper.el (viper-mode):
1866 * eshell/em-alias.el (eshell-command-aliases-list):
1867 * eshell/esh-util.el (eshell-convert-numeric-arguments):
1868 * international/ogonek.el (ogonek-information):
1869 * net/tramp-cmds.el (tramp-bug):
1870 * net/quickurl.el (quickurl-reread-hook-postfix):
1871 * play/decipher.el (decipher-font-lock-keywords):
1872 * progmodes/cc-styles.el (c-set-style):
1873 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
1874 * progmodes/inf-lisp.el (inferior-lisp-prompt):
1875 * progmodes/octave-mod.el (octave-mode):
1876 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
1877 * progmodes/verilog-mode.el (verilog-read-defines):
1878 * textmodes/two-column.el (2C-mode): Likewise.
1879
48093eb9
KY
18802012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
1881
1882 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
1883 that holds many addresses.
1884
c584eaf9
CY
18852012-09-16 Chong Yidong <cyd@gnu.org>
1886
40d70ecb
CY
1887 * align.el (align-areas): Call the indication function with
1888 positions instead of markers for arguments (Bug#12343).
1889
1667e065
CY
1890 * files.el (parse-colon-path): Use split-string (Bug#12351).
1891
fdc2806d 1892 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
71ce58e7 1893 (display-buffer-function): Mark as obsolete.
fdc2806d 1894
f1be615c 1895 * progmodes/compile.el (compilation-parse-errors): Accept list
ce97595b
SM
1896 values similar to font-lock-keywords (Bug#12136).
1897 Suggested by Oleksandr Manzyuk.
c584eaf9
CY
1898 (compilation-error-regexp-alist): Doc fix.
1899
f40a9709
GM
19002012-09-15 Glenn Morris <rgm@gnu.org>
1901
72aa16e1
GM
1902 * version.el (emacs-bzr-version-bzr): New function.
1903 (emacs-bzr-get-version): Add optional EXTERNAL argument.
1904
82375160
GM
1905 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
1906 checkouts, check the parent dirstate matches the branch.
1907 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
1908 empty string.
1909
f40a9709
GM
1910 * version.el (emacs-bzr-version): Doc fix.
1911 (emacs-bzr-version-dirstate): New function.
1912 (emacs-bzr-get-version): For lightweight checkouts, if the parent
1913 is local try and check that it matches the branch. If not, just
1914 use dirstate information. (Bug#12441)
1915
cb26b7f5
JL
19162012-09-14 Juri Linkov <juri@jurta.org>
1917
1918 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
1919 (Bug#12399)
1920
2de39f08
SM
19212012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1922
0fb3cb7c
SM
1923 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
1924
2de39f08
SM
1925 * emacs-lisp/edebug.el: Miscellaneous cleanup.
1926 Remove obsolete byte-compiler hack that tried to silence some warnings.
1927 (edebug-submit-bug-report): Remove.
1928 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
1929 Remove aliases, use the un-prefixed name instead.
1930 (edebug-pop-to-buffer): Consider other frames.
1931 (edebug-original-read):: Make it more obvious that it's always defined.
1932 (edebug--make-form-data-entry, edebug--form-data-name)
1933 (edebug--form-data-begin, edebug--form-data-end): Rename from the
1934 single-dashed name, and implement with cl-defstruct.
1935 (edebug-set-form-data-entry): Use the standard accessors.
1936 (edebug-make-top-form-data-entry): Use push.
1937 (edebug-no-match): Drop useless `funcall'.
1938 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
1939 to functions.
1940 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
1941 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
1942 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
1943 (easy-menu-define, with-custom-print): Remove redundant specs.
1944 (edebug-outside-overriding-local-map)
1945 (edebug-outside-overriding-terminal-local-map): Remove, unused.
1946 (edebug--display): Bind unread-command-events directly to nil rather
1947 than binding it to unread-command-events and later setting it to nil.
1948 (edebug--display): Kill edebug-eval-buffer here...
1949 (edebug--recursive-edit): ...rather than here.
1950 Bind standard-output and standard-input.
1951 (edebug-eval): Check cl-macroexpand-all is fboundp.
1952 (edebug-temp-display-freq-count): Fix last change.
1953
1954 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
1955 * subr.el (noreturn, 1value): Add `debug' spec.
1956 * emacs-lisp/advice.el: Require cl-lib.
1957 (ad-copy-tree): Remove, use copy-tree instead.
1958 (ad-dolist): Remove use dolist or cl-dolist instead.
1959 (ad-do-return): Remove, use cl-return instead.
1960 (defadvice): Add `debug' spec.
1961
5b68b333
JL
19622012-09-13 Juri Linkov <juri@jurta.org>
1963
1964 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
1965 (Bug#12399)
1966
b9800ec4
GM
19672012-09-13 Glenn Morris <rgm@gnu.org>
1968
6a2e6868
GM
1969 * calc/calc.el (math-compose-expr):
1970 * calc/calc-ext.el (math-compose-expr):
1971 * progmodes/cc-defs.el (cl-macroexpand-all):
1972 * progmodes/cc-langs.el (delete-duplicates, mapcan)
1973 (cl-macroexpand-all): Update declarations.
1974
b9800ec4
GM
1975 * vc/vc.el: No need to require ediff.
1976 (ediff-load-version-control): Declare.
1977 (ediff-vc-internal): Fix declaration.
1978 (vc-version-ediff): Require ediff.
1979
c18e885b
PE
19802012-09-13 Paul Eggert <eggert@cs.ucla.edu>
1981
1982 Use a more backwards-compatible timer format (Bug#12430).
1983 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
1984 being right after USECS, as that better supports old code that
1985 inadvisedly looked directly at the timer vector.
1986
d607d303
KH
19872012-09-13 Kenichi Handa <handa@gnu.org>
1988
1989 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
1990 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
1991 `coding-priority' property of these language environment.
1992
72eac303
PE
19932012-09-13 Paul Eggert <eggert@cs.ucla.edu>
1994
1995 Fix glitches caused by addition of psec to timers (Bug#12430).
1996 * image.el (image-animate-timer):
1997 * time.el (display-time-world-timer):
1998 Use timer--function and timer--args rather than raw access to
1999 timer vector.
2000
2168fe4f
GM
20012012-09-13 Glenn Morris <rgm@gnu.org>
2002
2003 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
2004 If not compiling a file, try using load-file-name.
2005
bd8d6108
SM
20062012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
2007
c0c54fbd
SM
2008 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
2009 Fix last change.
2010 (edebug-update-eval-list): Use `push'.
2011
bd8d6108
SM
2012 * emacs-lisp/edebug.el: Use lexical-binding.
2013 Remove the "edebug-" prefix from non-dynamically-scoped variables.
2014 Mark unused args with underscore.
2015 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
2016 (edebug-form-data): Use defvar-local.
2017 (edebug-make-before-and-after-form, edebug-make-after-form):
2018 Use backquote.
2019 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
2020 Not dynamically scoped any more.
2021 (edebug--enter-trace): Add arguments `function' and `args'.
2022 Rename from edebug-enter-trace.
2023 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
2024 (edebug--update-coverage): Add `after-index' and `value' args.
2025 Rename from edebug-update-coverage.
2026 (edebug-slow-after): Call it accordingly.
2027 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
2028 edebug-recursive-edit.
2029 (edebug--display): Call it accordingly. Add args `value',
2030 `offset-index', and `arg-mode'. Rename from edebug-display.
2031 (edebug-debugger, edebug): Call it accordingly.
2032 (edebug-eval-display-list): Use dolist.
2033
a9f9d9de
JL
20342012-09-12 Juri Linkov <juri@jurta.org>
2035
2036 * info.el (Info-search): Don't check for isearch-mode and
2037 isearch-regexp before let-binding search-spaces-regexp to
2038 Info-search-whitespace-regexp.
2039 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
2040 search-whitespace-regexp if isearch-lax-whitespace or
2041 isearch-regexp-lax-whitespace is non-nil.
2042 (Info-mode): Don't set local variable search-whitespace-regexp.
2043 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
2044
bfeae2cf
SM
20452012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2046
2047 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
2048 (debugger-env-macro): Remove support for unread-command-char.
2049
2050 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
2051 the temporary map re-appearing on emulation-mode-map-alists.
2052
2053 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
2054 since 22.1.
2055
2056 * ehelp.el (with-electric-help): Accept functions in
2057 electric-help-form-to-execute.
2058 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
2059 And replace unread-command-char -> unread-command-events.
2060
fbbcaf1b
MA
20612012-09-12 Michael Albinus <michael.albinus@gmx.de>
2062
2063 Sync with Tramp 2.2.6.
2064
2065 * net/tramp.el (tramp-accept-process-output): Don't use
2066 JUST-THIS-ONE in the XEmacs case.
2067
2068 * net/trampver.el: Update release number.
2069
4dece104
MR
20702012-09-12 Martin Rudalics <rudalics@gmx.at>
2071
bfeae2cf
SM
2072 * emacs-lisp/debug.el (debugger-previous-window-height):
2073 New variable.
4dece104
MR
2074 (debug): When debugger-jumping-flag is non-nil try to restore
2075 height of debugger window. (Bug#8789)
2076
45b82ad0
SM
20772012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2078
60c49c0f
SM
2079 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
2080 overriding-local-map and pre/post-command-hook here.
2081 (edebug-recursive-edit): Do it here instead (bug#12345).
2082 (edebug-outside-unread-command-char): Remove all uses of
2083 unread-command-char.
2084
45b82ad0
SM
2085 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
2086 inhibit-debugger is bound instead.
2087
baa26ea0
BG
20882012-09-11 Bastien Guerry <bzg@gnu.org>
2089
2090 * subr.el (set-temporary-overlay-map): Add a docstring.
fc0c31f8 2091 (Bug#12346)
baa26ea0 2092
04e8abfa
BG
20932012-09-11 Bastien Guerry <bzg@gnu.org>
2094
96d03571 2095 * minibuffer.el (completion-table-subvert): Fix docstring.
fc0c31f8 2096 (Bug#12347)
96d03571
BG
2097
20982012-09-11 Bastien Guerry <bzg@gnu.org>
2099
fc0c31f8 2100 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
04e8abfa 2101
04e082b0
MM
21022012-09-10 Michael R. Mauger <mmaug@yahoo.com>
2103
2104 * progmodes/sql.el: Version 3.1
2105 (sql-db2-escape-newlines): New variable.
2106 (sql-escape-newlines-filter): Use it.
2107
399a361b
JB
21082012-09-10 Juanma Barranquero <lekktu@gmail.com>
2109
2110 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
2111
0780c517
DN
21122012-09-10 Dan Nicolaescu <dann@gnu.org>
2113
45b82ad0
SM
2114 * vc/diff-mode.el (diff-mode-menu):
2115 Bind diff-remove-trailing-whitespace.
0780c517 2116
9b851e25
SM
21172012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2118
2119 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
fc0c31f8
JB
2120 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
2121 (emacs-lisp-byte-code-mode): New functions.
9b851e25
SM
2122 (eval-sexp-add-defvars): Don't skip defvars in column >0.
2123 (eval-defun-2): Remove bogus interactive spec.
2124 (lisp-indent-line): Remove redundant whole-exp code, now done in
2125 indent-according-to-mode.
2126 (save-match-data): Remove redundant indent data.
2127
2128 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
2129 Use `declare'.
2130
3231d532
JL
21312012-09-09 Juri Linkov <juri@jurta.org>
2132
2133 * replace.el (replace-regexp-lax-whitespace): New defcustom.
2134 (replace-lax-whitespace, query-replace-regexp)
2135 (query-replace-regexp-eval, replace-regexp): Doc fix.
2136 (perform-replace, replace-highlight): Let-bind
2137 isearch-lax-whitespace to replace-lax-whitespace and
2138 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
2139
2140 * isearch.el (isearch-query-replace): Let-bind
2141 replace-lax-whitespace to isearch-lax-whitespace and
2142 replace-regexp-lax-whitespace to
2143 isearch-regexp-lax-whitespace. (Bug#10885)
2144
70fe8236
SM
21452012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
2146
2147 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
2148
8ed43f15
AM
21492012-09-09 Alan Mackenzie <acm@muc.de>
2150
70fe8236
SM
2151 * progmodes/cc-engine.el (c-state-cache-init):
2152 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
2153 (c-record-parse-state-state):
2154 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
8ed43f15 2155
bfabf70a
AS
21562012-09-09 Andreas Schwab <schwab@linux-m68k.org>
2157
2158 * register.el (register-separator): Rename from
2159 separator-register. All uses changed. Doc fix.
2160 (register): Fix version.
2161
011474aa
CY
21622012-09-09 Chong Yidong <cyd@gnu.org>
2163
2164 * replace.el (query-replace-map): Bind four new symbols for
2165 requesting window scrolling.
2166
2167 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
2168 query-replace-map (Bug#8948).
2169
2170 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
2171
2172 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
2173 since they are now in query-replace-map.
2174
2175 * window.el (scroll-other-window-down): Make the arg optional.
2176
a8b7cd8d
CY
21772012-09-09 Chong Yidong <cyd@gnu.org>
2178
2179 * files.el (hack-local-variables-confirm): Use quit-window to kill
2180 the *Local Variables* buffer.
2181
c3268831
DG
21822012-09-08 Dmitry Gutov <dgutov@yandex.ru>
2183
2184 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
2185 not just expect to be at its beginning. Adjust callees.
2186 Succeed when do-end block has no space before the pipe character.
2187 (ruby-brace-to-do-end): When the original block is one-liner,
2188 convert to multiline. Reindent the result.
2189
0979429b
J
21902012-09-08 Jambunathan K <kjambunathan@gmail.com>
2191
2192 * register.el (register): New group.
27359e99 2193 (separator-register): New user option.
0979429b
J
2194 (increment-register): Route it to `append-to-register', if
2195 register contains text. Implication is that `C-x r +' can now be
2196 used for appending to a text register (bug#12217).
2197 (append-to-register, prepend-to-register): Add separator based on
5b9c45a6 2198 `separator-register'.
0979429b 2199
ace2989a
AM
22002012-09-08 Alan Mackenzie <acm@muc.de>
2201
2202 AWK Mode: make auto-newline work when there's "==" in the pattern.
2203 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
2204 correctly.
0979429b
J
2205 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
2206 Test more rigorously for "=" token.
ace2989a 2207
616c6c36
DG
22082012-09-08 Dmitry Gutov <dgutov@yandex.ru>
2209
0979429b
J
2210 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
2211 Only fail when reached LIMIT.
616c6c36 2212
35d98877
CY
22132012-09-08 Chong Yidong <cyd@gnu.org>
2214
2215 * dired.el (dired-mode-map): Don't bind M-=.
2216
2217 * dired-aux.el (dired-diff): Use backup file as default.
2218
1715f2db
DA
22192012-09-08 Drew Adams <drew.adams@oracle.com>
2220
2221 * subr.el (add-to-history): Fix delete usage (Bug#12314).
2222
6dcef6ec
CY
22232012-09-08 Chong Yidong <cyd@gnu.org>
2224
2225 * subr.el (syntax-after, syntax-class): Doc fix.
2226
fa2bcf43
MR
22272012-09-08 Martin Rudalics <rudalics@gmx.at>
2228
2229 * window.el (display-buffer-in-previous-window): New buffer
2230 display action function.
2231
2232 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
2233 (debugger-previous-window): New variable.
2234 (debug): Rewrite using display-buffer-in-previous-window,
2235 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
2236
daac280a
SM
22372012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2238
2239 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
2240
9dd40b00
MM
22412012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
2242
daac280a
SM
2243 * progmodes/python.el (python-shell-send-string):
2244 When default-directory is remote, create temp file on remote
9dd40b00
MM
2245 filesystem.
2246 (python-shell-send-file): When file is remote, pass local view of
2247 file paths to remote Python interpreter. (Bug#12340)
2248
145823ec
CY
22492012-09-07 Chong Yidong <cyd@gnu.org>
2250
cee2e90d
CY
2251 * window.el (switch-to-buffer): Doc fix (Bug#12181).
2252
0d7eb2ea
CY
2253 * files.el (after-find-file): Don't fail on a read-only buffer if
2254 require-final-newline is `visit' or `visit-save' (Bug#11156).
2255
145823ec
CY
2256 * subr.el (read-char-choice): Allow quitting via ESC ESC.
2257
daac280a
SM
2258 * userlock.el (ask-user-about-supersession-threat):
2259 Use read-char-choice (Bug#12093).
145823ec 2260
74c582e6
CY
22612012-09-07 Chong Yidong <cyd@gnu.org>
2262
e5c2edf7
CY
2263 * subr.el (buffer-narrowed-p): New function.
2264
2265 * ses.el (ses-widen):
2266 * simple.el (count-words--buffer-message):
1f9f395d 2267 * net/browse-url.el (browse-url-of-buffer): Use it.
e5c2edf7
CY
2268
2269 * simple.el (count-words-region): Don't signal an error if there
2270 is a non-nil prefix arg and the mark is not set.
c640e87d 2271
74c582e6
CY
2272 * help.el (describe-key-briefly): Allow the message to be seen
2273 when invoked from the minibuffer (Bug#7014).
2274
d81ceaaf
DG
22752012-09-07 Dmitry Gutov <dgutov@yandex.ru>
2276
2277 * progmodes/ruby-mode.el (ruby-end-of-defun)
2278 (ruby-beginning-of-defun): Simplify, allow indentation before
2279 block beginning and end keywords.
8f06acce
DG
2280 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
2281 (ruby-end-of-defun): Expect that the point is at the beginning of
2282 the defun.
d81ceaaf 2283
d458ef98
SM
22842012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2285
2286 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
2287 (bug#12367).
2288 (cl--make-usage-args): Strip _ from argument names.
2289
20367d28
RS
22902012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2291
2292 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
2293 obsolete alias speedbar-key-map.
2294 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
2295 (vhdl-index-menu-init): Don't use obsolete variable
2296 font-lock-maximum-size.
2297
3424a4f6
CY
22982012-09-06 Chong Yidong <cyd@gnu.org>
2299
2300 * frame.el (window-system-version): Mark as obsolete.
2301
fcbfbdea
CY
2302 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
2303 of obsolete variable speedbar-key-map.
2304
826b3235
JL
23052012-09-06 Juri Linkov <juri@jurta.org>
2306
2307 * replace.el (replace-lax-whitespace): New defcustom.
2308 (query-replace, query-replace-regexp, query-replace-regexp-eval)
2309 (replace-string, replace-regexp): Mention it in docstrings.
2310 (perform-replace, replace-highlight): Let-bind
2311 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
2312 to the values of replace-lax-whitespace and regexp-flag.
2313 Don't let-bind search-whitespace-regexp. (Bug#10885)
2314
2315 * isearch.el (isearch-query-replace): Let-bind
2316 replace-lax-whitespace instead of let-binding
2317 replace-search-function and replace-re-search-function.
2318 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
2319 and isearch-regexp-lax-whitespace to lazy-highlight variables.
2320 (isearch-toggle-symbol): Set isearch-regexp to nil
2321 in isearch-word mode (like in isearch-toggle-word).
2322
1ec5e41d
JL
23232012-09-06 Juri Linkov <juri@jurta.org>
2324
2325 * replace.el (replace-search-function)
2326 (replace-re-search-function): Set default values to nil.
2327 (perform-replace): Let-bind isearch-related variables based on
2328 replace-related values, call `isearch-search-fun' and let-bind
2329 the result to `search-function'. Remove code that sets
2330 `search-function' and `search-string' separately for
2331 `delimited-flag'.
2332 (replace-highlight): Add new argument `delimited-flag' and
2333 rename other arguments to the names used in `perform-replace'.
2334 Let-bind `isearch-word' to the argument `delimited-flag'.
2335 (Bug#10885, bug#10887)
2336
0ba2d4b6
DG
23372012-09-07 Dmitry Gutov <dgutov@yandex.ru>
2338
2339 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
2340 ruby-beginning-of-indent, simplify, allow all keywords to have
2341 indentation before them.
2342 (ruby-beginning-of-indent): Adjust for above. Search until the
2343 found point is not inside a string or comment.
2344 (ruby-font-lock-keywords): Allow symbols to start with "@"
2345 character, give them higher priority than variables.
2346 (ruby-syntax-propertize-function)
2347 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
2348 matchers. Expression expansions are not comments when inside a
2349 string, and there comment syntax status is irrelevant.
2350 (ruby-match-expression-expansion): New function. Check that
2351 expression expansion is inside a string, and it's not escaped.
2352 (ruby-font-lock-keywords): Use it.
2353
ef654460
MR
23542012-09-05 Martin Rudalics <rudalics@gmx.at>
2355
2356 * help.el (temp-buffer-max-height): New default value.
2357 (temp-buffer-resize-frames): New option.
2358 (resize-temp-buffer-window): Optionally resize frame.
2359
2360 * window.el (fit-frame-to-buffer-bottom-margin): New option.
2361 (fit-frame-to-buffer): New function.
2362
7e570fbf 23632012-09-05 Glenn Morris <rgm@gnu.org>
72308848
GM
2364
2365 * emulation/cua-rect.el (cua--init-rectangles):
2366 * textmodes/picture.el (picture-mode-map):
2367 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
2368 like forward-char and backward-char. (Bug#12317)
2369
7e570fbf 23702012-09-05 Leo Liu <sdl.web@gmail.com>
3aca1291
LL
2371
2372 * progmodes/flymake.el (flymake-warning-re): New variable.
2373 (flymake-parse-line): Use it.
2374
7e570fbf 23752012-09-05 Glenn Morris <rgm@gnu.org>
b6683353
GM
2376
2377 * calendar/holidays.el (holiday-christian-holidays):
2378 Rename an entry. (Bug#12289)
2379
7e570fbf 23802012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
64f8c4bd
SM
2381
2382 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
2383 (bug#12222).
2384
972debf2
SM
23852012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
2386
2387 * loadup.el: Load macroexp. Remove hack.
2388 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
2389 (macroexp--expand-all): Use it to get better warnings.
2390 (macroexp--backtrace, macroexp--trim-backtrace-frame)
2391 (internal-macroexpand-for-load): New functions.
2392 (macroexp--pending-eager-loads): New var.
2393 (emacs-startup-hook): New hack to replace one in loadup.el.
2394 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
2395 (cl--compiler-macro-cXXr): Move to top, before they can be used.
2396 (cl-psetf): Simplify.
2397 (cl-defstruct): Add indent rule.
2398
8ce192e3
LI
23992012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
2400
2401 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
2402 over `user-mail-address' for the SMTP MAIL FROM envelope.
2403 (smtpmail-via-smtp): Ditto.
2404
6578b4d8
DG
24052012-09-04 Dmitry Gutov <dgutov@yandex.ru>
2406
2407 * progmodes/ruby-mode.el: Clean up keybindings.
2408 (ruby-mode-map): Don't bind ruby-electric-brace,
2409 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
2410 backward-kill-word, reindent-then-newline-and-indent.
2411 (ruby-mark-defun): Remove.
2412 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
2413 (ruby-mode): Set local beginning-of-defun-function and
2414 end-of-defun-function values.
2415
c5e28e39
MR
24162012-09-03 Martin Rudalics <rudalics@gmx.at>
2417
2418 * window.el (temp-buffer-window-setup-hook)
2419 (temp-buffer-window-show-hook): New hooks.
2420 (temp-buffer-window-setup, temp-buffer-window-show)
2421 (with-temp-buffer-window): New functions.
972debf2
SM
2422 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
2423 (special-display-popup-frame): Make sure the window used shows BUFFER.
c5e28e39
MR
2424
2425 * help.el (temp-buffer-resize-mode): Fix doc-string.
2426 (resize-temp-buffer-window): New optional argument WINDOW.
2427
2428 * files.el (recover-file, save-buffers-kill-emacs):
2429 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
2430
73406194
MA
24312012-09-02 Michael Albinus <michael.albinus@gmx.de>
2432
2433 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
2434 remote definition of `default-directory', ensure we can connect.
2435
63dd1c6f
JL
24362012-09-02 Juri Linkov <juri@jurta.org>
2437
2438 Toggle whitespace matching mode with M-s SPC.
2439 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
2440
2441 * isearch.el (search-whitespace-regexp): Doc fix.
2442 Remove cons cell customization.
2443 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
2444 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
2445 New variables.
2446 (isearch-forward, isearch-forward-regexp): Doc fix.
2447 (isearch-toggle-lax-whitespace): New command.
2448 (search-forward-lax-whitespace, search-backward-lax-whitespace)
2449 (re-search-forward-lax-whitespace)
2450 (re-search-backward-lax-whitespace): New functions.
2451 (isearch-whitespace-regexp): Remove function.
2452 (isearch-query-replace): Let-bind replace-search-function and
2453 replace-re-search-function.
2454 (isearch-occur): Let-bind search-spaces-regexp according to the
2455 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
2456 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
2457 condition for C-q SPC.
2458 (isearch-search-fun-default): Use new functions mentioned above.
2459 (isearch-search-forward, isearch-search-backward): Remove functions.
2460 (isearch-search): Don't let-bind search-spaces-regexp.
2461 (isearch-lazy-highlight-space-regexp): Remove variable.
2462 (isearch-lazy-highlight-lax-whitespace)
2463 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
2464 (isearch-lazy-highlight-new-loop): Use them.
2465 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
2466
af7dda05
CY
24672012-09-02 Chong Yidong <cyd@gnu.org>
2468
2469 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
2470
d67d3afd
GM
24712012-09-02 Glenn Morris <rgm@gnu.org>
2472
2473 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
2474
69678719
GM
24752012-09-01 Glenn Morris <rgm@gnu.org>
2476
2477 * term.el: Tidy up menu definitions.
2478 (term-mode-map): Use easymenu for In/Out, Complete menus.
2479 (term-pager-break-map): Initialize in the defvar.
2480 (term-terminal-menu, term-signals-menu): Define with easymenu.
2481 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
2482 (term-pager-menu): New, extracted from term-process-pager.
2483 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
2484 (term-update-mode-line): Propertize line/char and page items.
2485 (term-process-pager): Move keymap initialization elsewhere.
2486
78dd6ab1
MR
24872012-09-01 Martin Rudalics <rudalics@gmx.at>
2488
2489 * window.el (switch-to-prev-buffer): Handle additional values of
2490 BURY-OR-KILL argument. Don't switch in minibuffer window.
2491 (switch-to-next-buffer): Don't switch in minibuffer window.
2492 (quit-restore-window): New function based on quit-window.
2493 Handle additional values of former KILL argument.
2494 (quit-window): Call quit-restore-window with appropriate
2495 interpretation of KILL argument.
2496 (display-buffer-below-selected): New buffer display action
2497 function.
2498
3d10e134
SM
24992012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
2500
2501 * minibuffer.el (completion-at-point-functions): Complete docstring
2502 (bug#12254).
2503
0e23ef9d
PE
25042012-09-01 Paul Eggert <eggert@cs.ucla.edu>
2505
2506 Better seed support for (random).
2507 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
2508 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
2509 * play/mpuz.el, play/tetris.el, play/zone.el:
2510 * calc/calc-comb.el (math-init-random-base):
2511 * play/blackbox.el (bb-init-board):
2512 * play/life.el (life):
2513 * server.el (server-use-tcp):
2514 * type-break.el (type-break):
2515 Remove unnecessary call to (random t).
2516 * net/sasl.el (sasl-unique-id-function):
2517 Change (random t) to (random), now that the latter is more random.
2518 * play/life.el (life-initialized): Remove no-longer-needed var.
2519
862382df
MR
25202012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
2521
2522 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
2523 Consider frame's buffer predicate when choosing the buffer.
2524 (Bug#12081)
2525
262a66e1
RS
25262012-08-30 Richard Stallman <rms@gnu.org>
2527
2528 * simple.el (special-mode-map): Delete binding for `z'.
2529
f17e1d00
AS
25302012-08-30 Andreas Schwab <schwab@linux-m68k.org>
2531
2532 * progmodes/compile.el (compilation-always-kill): Doc fix.
2533
24777832
CY
25342012-08-30 Chong Yidong <cyd@gnu.org>
2535
2536 * window.el (display-buffer-reuse-frames): Make the obsolescence
2537 message more informative.
2538
69ba1f04
GM
25392012-08-30 Glenn Morris <rgm@gnu.org>
2540
2541 * paren.el (show-paren-delay):
2542 Add a :set function. Doc fix. (Bug#12297)
2543
f0019ede
MB
25442012-08-29 Martin Blais <blais@furius.ca> (tiny change)
2545
2546 * progmodes/compile.el (compilation-always-kill): New var.
2547 (compilation-start): Use it.
2548
35e62fc9
SM
25492012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2550
af070a1c
SM
2551 * simple.el (read-only-mode): Move from files.el for bootstrapping.
2552 * files.el (read-only-mode): Move to simple.el.
2553
35e62fc9
SM
2554 * files.el (read-only-mode): New minor mode.
2555 (toggle-read-only): Use it and mark obsolete.
2556 (find-file--read-only):
2557 * vc/vc.el (vc-next-action, vc-checkout):
2558 * vc/vc-cvs.el (vc-cvs-checkout):
2559 * obsolete/vc-mcvs.el (vc-mcvs-update):
2560 * ffap.el (ffap--toggle-read-only): Update callers.
2561
c2c43c23
MA
25622012-08-29 Michael Albinus <michael.albinus@gmx.de>
2563
2564 * eshell/esh-ext.el (eshell-external-command): Do not examine
972debf2
SM
2565 remote shell scripts.
2566 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
c2c43c23
MA
2567
2568 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
2569 "/usr/local/sbin".
2570
9fba804b
SM
25712012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2572
2573 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
2574
eada0861 25752012-08-28 Leo Liu <sdl.web@gmail.com>
22ab32ef 2576
806f0cc7
LL
2577 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
2578 completion-at-point. (Bug#12220)
2579
3bb213b9
LL
2580 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
2581
22ab32ef
LL
2582 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
2583
eada0861 25842012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
db148c21 2585
19c17fc1
CY
2586 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
2587 be buffer-local; add delete-trailing-whitespace (bug#12259).
db148c21 2588
eada0861 25892012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
ffe6eaf1
JM
2590
2591 * progmodes/hideif.el (hif-compress-define-list):
2592 Fix typo. (Bug#11951)
2593
eada0861 25942012-08-28 Dan Nicolaescu <dann@gnu.org>
d30aca1b
DN
2595
2596 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
2597 buffer local setting.
2598
27d6c5a8
LL
2599 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
2600 rcirc-encode-coding-system.
2601
eada0861 26022012-08-28 Leo Liu <sdl.web@gmail.com>
4432d2e2
LL
2603
2604 * net/rcirc.el (rcirc-split-message): New function.
2605 (rcirc-send-message): Use it. (Bug#12051)
2606
d44688e4
JL
26072012-08-28 Juri Linkov <juri@jurta.org>
2608
2609 * info.el (Info-fontify-node): Hide empty lines at the end of
2610 the node. (Bug#12272)
2611
34f10d41
MR
26122012-08-27 Drew Adams <drew.adams@oracle.com>
2613
2614 * dired.el (dired-pop-to-buffer): Make window start at beginning
2615 of buffer (Bug#12281).
2616
77f1f99c
CY
26172012-08-26 Chong Yidong <cyd@gnu.org>
2618
2619 * window.el (special-display-regexps, special-display-frame-alist)
2620 (special-display-buffer-names, special-display-function)
2621 (display-buffer-reuse-frames): Mark as obsolete.
2622
2623 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
2624
2625 * help.el (help-print-return-message): Don't treat
2626 display-buffer-reuse-frames specially.
2627
d97af5a0
CY
26282012-08-26 Chong Yidong <cyd@gnu.org>
2629
9fba804b
SM
2630 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
2631 New variable, replacing gdb-frame-parameters.
d97af5a0
CY
2632 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
2633 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
2634 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
2635 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
2636 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
2637 the functions directly with gdb-display-buffer-other-frame-action.
2638 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
2639 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
2640 (gdb-display-stack-buffer, gdb-display-locals-buffer)
2641 (gdb-display-registers-buffer): Define directly.
2642 (def-gdb-display-buffer): Macro deleted.
2643 (gdb-display-buffer): Remove second and third args, callers don't
2644 use them. Defer to the default display-buffer behavior, apart
2645 from making windows dedicated.
2646 (gdb-setup-windows): Don't call display-buffer unnecessarily.
2647
2648 * progmodes/gud.el (gud-display-line): Just use display-buffer.
2649
2650 * window.el (display-buffer-pop-up-frame): Handle a
2651 pop-up-frame-parameters alist entry.
2652 (display-buffer): Document it.
2653
dd7ffad6
CY
26542012-08-26 Chong Yidong <cyd@gnu.org>
2655
2656 * isearch.el (search-whitespace-regexp): Make string and nil
2657 values apply to both ordinary and regexp search. Allow a cons
2658 cell value to distinguish between the two.
2659 (isearch-whitespace-regexp, isearch-search-forward)
2660 (isearch-search-backward): New functions.
2661 (isearch-occur, isearch-search-fun-default, isearch-search)
2662 (isearch-lazy-highlight-new-loop): Use them.
2663 (isearch-forward, isearch-forward-regexp): Doc fix.
2664
4c47bd1e
CY
26652012-08-26 Chong Yidong <cyd@gnu.org>
2666
2667 * faces.el (help-argument-name): Always inherit from italic
2668 (Bug#12213).
2669
9aba119d
MR
26702012-08-25 Martin Rudalics <rudalics@gmx.at>
2671
2672 * window.el (window--even-window-heights): Even heights when
2673 WINDOW and the selected window form a vertical combination.
2674 (display-buffer-use-some-window): Provide that window used gets
2675 sized back by quit-window. (Bug#11880) and (Bug#12091)
2676
ca5256ad
PE
26772012-08-24 Paul Eggert <eggert@cs.ucla.edu>
2678
2679 Fix file time stamp problem with bzr and CVS (Bug#12001).
2680 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
2681 in the file's time stamp, since the version control system loses
2682 that information.
2683
d1c0d176
JL
26842012-08-22 Juri Linkov <juri@jurta.org>
2685
2686 * info.el (Info-fontify-node): Hide the suffix of the
2687 Info file name in the header line. (Bug#12187)
2688
141562ff
GM
26892012-08-22 Glenn Morris <rgm@gnu.org>
2690
2691 * calendar/cal-tex.el (cal-tex-weekly-common):
2692 Restore leading blank page.
2693
61a48e19 26942012-08-22 Le Wang <l26wang@gmail.com> (tiny change)
add9ca2d
BG
2695
2696 * misc.el (forward-to-word, backward-to-word): Activate or extend
61a48e19
GM
2697 the region under `shift-select-mode'. (Bug#12231)
2698
26992012-08-22 Bastien Guerry <bzg@gnu.org>
0fcd3d9f
BG
2700
2701 * progmodes/executable.el (executable-prefix): Set to "#!" instead
2702 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
2703 gives details on why the space is never needed.
2704
ea95074e
MR
27052012-08-22 Martin Rudalics <rudalics@gmx.at>
2706
9fba804b
SM
2707 * window.el (walk-window-tree, window-with-parameter):
2708 New optional argument MINIBUF to control whether these functions
ea95074e
MR
2709 should run on the minibuffer window.
2710 (window-at-side-list): Don't operate on minibuffer window.
2711 (window-in-direction): Simplify and rewrite doc-string.
9fba804b
SM
2712 (window--size-ignore): Rename to window--size-ignore-p.
2713 Update callers.
caceae25
MR
2714 (display-buffer-in-atom-window, window--major-non-side-window)
2715 (window--major-side-window, display-buffer-in-major-side-window)
9fba804b
SM
2716 (delete-side-window, display-buffer-in-side-window):
2717 New functions.
caceae25
MR
2718 (window--side-check, window-deletable-p, delete-window)
2719 (delete-other-windows, split-window): Handle side windows and
2720 atomic windows appropriately.
2721 (window--display-buffer): Call display-buffer-record-window also
2722 when the window buffer did not change.
ea95074e 2723
80a51fa0
CS
27242012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
2725
2726 * help-fns.el (help-fns--key-bindings):
2727 Abbreviate non-symbol remap targets. (Bug#12174)
2728
fbb6300b
MR
27292012-08-22 Martin Rudalics <rudalics@gmx.at>
2730
2731 * dired.el (dired-mark-remembered): Don't clobber point.
2732 (Bug#11795)
2733
2b2c0794
GM
27342012-08-22 Glenn Morris <rgm@gnu.org>
2735
2736 * progmodes/bug-reference.el (bug-reference): New custom group.
2737 (bug-reference-bug-regexp): Make it a defcustom.
2738
37219830
DU
27392012-08-22 Daiki Ueno <ueno@unixuser.org>
2740
2741 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
2742 (js-paren-indent-offset, js-square-indent-offset)
2743 (js-curly-indent-offset): Add :safe (Bug#12257).
2744
94e0e559
EC
27452012-08-22 Edward O'Connor <hober0@gmail.com>
2746
2747 * json.el (json-key-format): Add error properties.
2748 (json-encode-key): New function.
2749 (json-encode-hash-table, json-encode-alist, json-encode-plist):
2750 Use json-encode-key.
2751
da485f5e
GM
27522012-08-22 Glenn Morris <rgm@gnu.org>
2753
2754 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
2755 (cal-tex-leftday, cal-tex-rightday): Remove functions.
2756 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
2757 Update for above change.
2758
c6cc78b8
AS
27592012-08-21 Andreas Schwab <schwab@linux-m68k.org>
2760
2761 * cus-face.el (custom-face-attributes): Fix customize type for the
2762 :underline attribute. (Bug#11805)
2763
5481664a
MR
27642012-08-21 Martin Rudalics <rudalics@gmx.at>
2765
2766 * window.el (window-point-1, set-window-point-1): Remove.
2767 (window-in-direction, record-window-buffer)
2768 (set-window-buffer-start-and-point, split-window-below)
9fba804b
SM
2769 (window--state-get-1, display-buffer-record-window):
2770 Replace calls to window-point-1 and set-window-point-1 by calls to
5481664a
MR
2771 window-point and set-window-point respectively.
2772
6d74698e
GM
27732012-08-21 Glenn Morris <rgm@gnu.org>
2774
b7fa2691
GM
2775 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
2776 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
2777 Use it.
2778
52f56d5a
GM
2779 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
2780 (cal-tex-shortday): New function.
2781 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
2782 (cal-tex-cursor-filofax-daily): Use the above.
2783
9f1ee09e
GM
2784 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
2785 New functions.
2786 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
2787 (cal-tex-cursor-filofax-week): Use them.
2788
79858159
GM
2789 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
2790 New constants.
2791 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
2792 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
2793
d346b2b4
GM
2794 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
2795 (cal-tex-end-document): Don't rely on buffer name.
2796
b2403709
GM
2797 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
2798 Use cal-tex-vspace.
2799 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
2800 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
2d225a3a
GM
2801 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
2802 Use cal-tex-arg.
b2403709 2803
1cebb5c0
GM
2804 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
2805 (cal-tex-cursor-week, cal-tex-cursor-week2)
2806 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
2807 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2808 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
2809 (cal-tex-insert-preamble, cal-tex-b-document)
2810 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
2811 Improve cal-tex-cmd usage.
2812
c68cd5d4
GM
2813 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
2814 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
2815 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
2816 (cal-tex-weekly-paper): New function.
2817 (cal-tex-cursor-week, cal-tex-cursor-week2)
2818 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
2819 (cal-tex-cursor-day): Use it.
2820
9dca4801
GM
2821 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
2822 (cal-tex-cursor-filofax-week): Remove leading blank page.
2823
1941e134
GM
2824 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
2825 Add autoload cookie. For now at least, don't use color, since
2826 no other cal-tex function does.
2827
6d74698e
GM
2828 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
2829 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2830 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
2831
64cde199
JL
28322012-08-21 Juri Linkov <juri@jurta.org>
2833
2834 * info.el (Info-file-attributes): New variable.
2835 (info-insert-file-contents): Add file attributes to
2836 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
2837 `Info-toc-nodes' when previous modtime of the Info file is less
2838 than new modtime.
2839 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
2840 of info.el. (Bug#12230)
2841
32757648
GM
28422012-08-20 Glenn Morris <rgm@gnu.org>
2843
2844 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
2845 * calendar/holidays.el (calendar-holiday-list):
2846 Report errors with display-warning rather than beep'n'sleep.
2847
a32fbbcf
MA
28482012-08-20 Michael Albinus <michael.albinus@gmx.de>
2849
2850 * net/tramp.el (tramp-accept-process-output): Accept only output
2851 from PROC. Otherwise, process filters and sentinels might be
2852 confused. (Bug#12145)
2853
a05731a0
CY
28542012-08-20 Chong Yidong <cyd@gnu.org>
2855
2856 * descr-text.el (describe-text-properties-1): Use overlays-in to
2857 report on empty overlays (Bug#3322).
2858
36e8d1eb
GM
28592012-08-20 Glenn Morris <rgm@gnu.org>
2860
3d300447
GM
2861 * mail/rmailout.el (rmail-output-read-file-name):
2862 Trap and report errors in rmail-output-file-alist elements.
2863
36e8d1eb
GM
2864 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
2865 since most non-font-lock faces are not also variables).
2866
b96e5814
ER
28672012-08-20 Edward Reingold <reingold@iit.edu>
2868
2869 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
2870 New function. (Bug12160)
2871
7cef3569
GM
28722012-08-19 Glenn Morris <rgm@gnu.org>
2873
2874 * mail/rmailout.el (rmail-output-read-file-name):
2875 Fix previous change (when the alist is nil or does not match).
2876
17975d7f
CY
28772012-08-19 Chong Yidong <cyd@gnu.org>
2878
2879 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
2880 (Bug#12228).
2881
2170b1bd
CY
28822012-08-18 Chong Yidong <cyd@gnu.org>
2883
2884 * simple.el (yank-handled-properties): New defcustom.
2885 (yank-excluded-properties): Add font-lock-face and category.
2886 (yank): Doc fix.
2887
9fba804b
SM
2888 * subr.el (remove-yank-excluded-properties):
2889 Obey yank-handled-properties. The special handling of font-lock-face
2170b1bd
CY
2890 and category is now done this way, instead of being hard-coded.
2891 (insert-for-yank-1): Remove font-lock-face handling.
2892 (yank-handle-font-lock-face-property)
2893 (yank-handle-category-property): New function.
2894
ee218151
GM
28952012-08-17 Glenn Morris <rgm@gnu.org>
2896
2897 * mail/rmailout.el (rmail-output-read-file-name):
2898 Check rmail-output-file-alist against the full message body
2899 in the correct rmail buffer. (Bug#12214)
2900
4a6bc3fd
MA
29012012-08-17 Michael Albinus <michael.albinus@gmx.de>
2902
9fba804b
SM
2903 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2904 Eliminate superfluous prompt. (Bug#12203)
4a6bc3fd 2905
383dcbf9
CY
29062012-08-17 Chong Yidong <cyd@gnu.org>
2907
2908 * mouse.el (mouse-appearance-menu): If x-select-font returns a
2909 font spec, set the font directly (Bug#3228).
2910
998c4a6a
MR
29112012-08-17 Martin Rudalics <rudalics@gmx.at>
2912
2913 * window.el (delete-window): Fix last fix.
2914
52162052
MR
29152012-08-16 Martin Rudalics <rudalics@gmx.at>
2916
2917 * window.el (window-valid-p): Move to window.c.
85c2386b
MR
2918 (window-child, window-child-count, window-last-child)
2919 (window-normalize-window, window-combined-p)
2920 (window-combinations, window-atom-root, window-min-size)
2921 (window-sizable, window-sizable-p, window-size-fixed-p)
2922 (window-min-delta, window-max-delta, window--resizable)
2923 (window--resizable-p, window-resizable, window-total-size)
2924 (window-full-height-p, window-full-width-p, window-body-size)
2925 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
2926 (minimize-window, window-deletable-p, delete-window)
2927 (delete-other-windows, set-window-buffer-start-and-point)
2928 (next-buffer, previous-buffer, split-window, balance-windows-2)
2929 (set-window-text-height, window-buffer-height)
2930 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
9fba804b
SM
2931 (truncated-partial-width-window-p): Minor code adjustments.
2932 In doc-strings state whether the argument window has to denote a
85c2386b 2933 live, valid or any window.
52162052 2934
1c308380
PS
29352012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
2936
2937 * progmodes/subword.el (subword-forward-function)
2938 (subword-backward-function, subword-forward-regexp)
2939 (subword-backward-regexp): New variables.
2940 (subword-forward, subword-forward-internal, subword-backward-internal):
2941 Use new variables, eg so that different "word" definitions
2942 can be easily used. (Bug#11411)
2943
94c9ece1
SM
29442012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
2945
2946 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
2947 for composite selectors.
2948 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
2949 operation just because we can't find a previous revision.
2950
f2045622
CY
29512012-08-15 Chong Yidong <cyd@gnu.org>
2952
2953 * frame.el (set-frame-font): Accept font objects.
2954
582db660
SM
29552012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
2956
2957 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
2958
2f29c200
WJ
29592012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
2960
456e62c2
WJ
2961 * man.el (Man-overstrike-face, Man-underline-face)
2962 (Man-reverse-face): Remove variables.
2963 (Man-overstrike, Man-underline, Man-reverse): New faces.
2964 (Man-fontify-manpage): Use them instead of the variables.
2965 (Man-cleanup-manpage): Comment change.
2966 (Man-ansi-color-map): New variable.
2967 (Man-fontify-manpage): Use it.
2968 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
2969
2f29c200
WJ
2970 Implement ANSI SGR parameters 22-27 (bug#12146).
2971 * ansi-color.el (ansi-colors): Doc fix.
2972 (ansi-color-context, ansi-color-context-region): Doc fix.
2973 (ansi-color--find-face): New function.
2974 (ansi-color-apply, ansi-color-apply-on-region): Use it.
2975 Rename the local variable `face' to `codes' since it is now a list of
2976 ansi codes. Doc fix.
2977 (ansi-color-get-face): Remove.
2978 (ansi-color-parse-sequence): New function, derived from
2979 ansi-color-get-face.
2980 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
2981 codes 22-27.
2982
b4f5e9df
SM
29832012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
2984
2985 * subr.el (read-passwd): Allow use from a minibuffer.
2986
ba025fbd
EZ
29872012-08-14 Eli Zaretskii <eliz@gnu.org>
2988
2989 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
2990 inside comments and strings as identifiers.
2991
2992 * progmodes/gud.el (gud-tooltip-print-command): Quote the
2993 expression to evaluate. This allows to evaluate expressions with
2994 embedded whitespace.
2995 (gud-tooltip-tips): Add a blank before the newline in the
2996 message-box text, for the benefit of message-box emulation on
2997 MS-Windows.
2998
2999 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
3000 messages from GDB, pop them up in a tooltip to give feedback to
3001 user.
b4f5e9df
SM
3002 (gdb-tooltip-print-1): Quote the expression to evaluate.
3003 This allows to evaluate expressions with embedded whitespace.
ba025fbd
EZ
3004 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
3005 if the TTY name is nil or empty (which happens when communicating
3006 with the inferior via pipes, e.g. on MS-Windows).
3007 (gdb-internals): If GDB sends a "&\n" empty debugging message,
3008 don't send that to the GUD buffer.
3009
c548f821
GM
30102012-08-14 Glenn Morris <rgm@gnu.org>
3011
3012 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
3013 Optimize away setq-default with no args, as for setq. (Bug#12195)
3014
55802e4a
CY
30152012-08-14 Chong Yidong <cyd@gnu.org>
3016
4abcdac8
CY
3017 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
3018
55802e4a
CY
3019 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
3020 (Bug#12085).
3021
3c3cda1a
GM
30222012-08-14 Glenn Morris <rgm@gnu.org>
3023
3024 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
3025
e1873bd0
MA
30262012-08-14 Michael Albinus <michael.albinus@gmx.de>
3027
3028 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
3029 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3030 Use cached shell name.
3031
925411b4
FEG
30322012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
3033
3034 * progmodes/python.el (python-shell-send-string):
3c3cda1a 3035 (python-shell-send-setup-code): Do not use `format' with `message'.
925411b4 3036
e636fafe
DG
30372012-08-14 Dmitry Gutov <dgutov@yandex.ru>
3038
3039 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
3040 (ruby-percent-literal-beg-re): New constant.
3041 (ruby-syntax-general-delimiters-goto-beg): Rename to
3042 `ruby-syntax-enclosing-percent-literal', improve literal type check.
3043 (ruby-syntax-propertize-general-delimiters): Rename to
3044 `ruby-syntax-propertize-percent-literal', it's a shorter and more
3045 popular term. Adjust comments everywhere.
3046 (ruby-syntax-propertize-percent-literal): Only propertize when not
3047 inside a simple string or comment. When the literal is unclosed,
3048 leave the text after it unpropertized.
f063063a
DG
3049 (ruby-syntax-methods-before-regexp): New constant.
3050 (ruby-syntax-propertize-function): Use it to recognize regexps.
3051 Don't look at the text after regexp, just use the whitelist.
e636fafe 3052
e5b19827
AS
30532012-08-14 Andreas Schwab <schwab@linux-m68k.org>
3054
3055 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
3056 non-nil always load the compiled file if it exists. (Bug#12197)
3057
a9f6f311
CY
30582012-08-14 Chong Yidong <cyd@gnu.org>
3059
3060 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
3061 (hi-lock-set-pattern): When deciding whether to use font lock or
3062 overlays, look at font-lock-mode instead of font-lock-fontified
3063 (Bug#12168).
3064 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
3065 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
3066
7d806b1e
DU
30672012-08-14 Daiki Ueno <ueno@unixuser.org>
3068
3069 * subr.el (internal--after-with-selected-window): Fix typo
3070 (Bug#12193).
3071
5beed586
FEG
30722012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
3073
3074 Use `completion-table-dynamic' for completion functions.
3075 * progmodes/python.el
3076 (python-shell-completion--do-completion-at-point)
e636fafe
DG
3077 (python-shell-completion--get-completions):
3078 Remove functions.
5beed586
FEG
3079 (python-shell-completion-complete-at-point): New function.
3080 (python-completion-complete-at-point): Use it.
3081
92cb3b04
J
30822012-08-13 Jambunathan K <kjambunathan@gmail.com>
3083
3084 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
3085 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
3086
89660017
SM
30872012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
3088
3c98c962
SM
3089 * subr.el (function-get): Refine `autoload' arg so it can also
3090 autoload functions for gv.el (bug#12191).
3091 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
3092 autoloads macros.
3093
aa7c6dbe
SM
3094 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
3095 Prefer pcase-let over destructuring-bind.
3096 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
3097 Also, remove whitespace as we go, rather than after accumulating the
3098 various places.
3099
89660017
SM
3100 * subr.el (internal--before-with-selected-window)
3101 (internal--after-with-selected-window): Fix typo seleted->selected.
3102 (with-selected-window): Adjust callers.
3103 Reported by Dmitry Gutov <dgutov@yandex.ru>.
3104
31cd32c9
BG
31052012-08-13 Bastien Guerry <bzg@gnu.org>
3106
0fcd3d9f 3107 * window.el (special-display-popup-frame): Minor docstring
31cd32c9
BG
3108 enhancement. (Bug#12172)
3109
1b15d8ad
AS
31102012-08-13 Andreas Schwab <schwab@linux-m68k.org>
3111
31e54db0
AS
3112 * tar-mode.el (tar-header-data-end): Only ignore size for files of
3113 type 1-6.
3114 (tar-header-block-summarize, tar-get-descriptor): Handle pax
3115 extended headers.
3116
1b15d8ad
AS
3117 * files.el (hack-local-variables-filter): Remove useless eval.
3118
35cb9c06
MR
31192012-08-13 Martin Rudalics <rudalics@gmx.at>
3120
3121 * subr.el (with-selected-window): Fix last change.
3122
1439443b
SM
31232012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3124
3125 * subr.el (internal--before-with-seleted-window)
3126 (internal--after-with-seleted-window): New functions.
1b15d8ad
AS
3127 (with-selected-window): Use them, to replace dependency on
3128 tty-top-frame.
1439443b 3129
0d9e2599
NN
31302012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
3131
3132 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
3133 binding for `newline'.
3134 (ruby-move-to-block): When moving backward, stop at block opening,
3135 not indentation.
3136 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
3137 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
3138 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
3139 `ruby-toggle-block'.
3140
ba10c48c
SM
31412012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3142
3143 * ibuffer.el (ibuffer-do-toggle-read-only):
3144 * dired.el (dired-toggle-read-only):
3145 * buff-menu.el (Buffer-menu-toggle-read-only):
3146 * bindings.el (mode-line-toggle-read-only):
3147 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
3148
9229c658
AS
31492012-08-12 Andreas Schwab <schwab@linux-m68k.org>
3150
3151 * descr-text.el (describe-char): Put the overlays over the
3152 "displayed as" character.
3153
0fd09128
JB
31542012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
3155
3156 * calc/calc-units.el (math-default-units-table): Give an
3157 initial value.
3158 (math-put-default-units): Add options to put composite units and
3159 unit systems in the default units table.
3160 (calc-convert-units): Send composite units to
3161 `math-put-default-units' when appropriate.
3162
9ff9402d 31632012-08-11 Glenn Morris <rgm@gnu.org>
7aacaf15 3164
fbb5e336
GM
3165 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
3166
7aacaf15
GM
3167 * tutorial.el (help-with-tutorial):
3168 * emacs-lisp/copyright.el (copyright-update-directory):
3169 * emacs-lisp/autoload.el (autoload-find-generated-file)
3170 (autoload-find-file): Disable local eval: (for insurance).
3171
f40b9f10
GM
3172 * files.el (hack-local-variables-filter): If an eval: form is not
3173 known to be safe, and enable-local-variables is :safe, then ignore
3174 the form totally, as is done for non-eval forms. (Bug#12155)
6f97980a 3175 This is CVE-2012-3479.
f40b9f10 3176
daa9f1a6
SM
31772012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
3178
3179 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
3180 (rx-form): Simplify.
3181
9cd80478
DG
31822012-08-09 Dmitry Gutov <dgutov@yandex.ru>
3183
0d9e2599
NN
3184 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
3185 ?, _, and : are symbol constituents, ! is not (but kinda should be).
3186 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
3187 (ruby-syntax-propertize-function): Adjust for changes in
3188 `ruby-syntax-propertize-heredoc'.
3189
31902012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
3191
9cd80478
DG
3192 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
3193 binding (use `M-;' instead).
9cd80478 3194 (ruby-singleton-class-p): New function.
0d9e2599 3195 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
9cd80478 3196
d301b413
SM
31972012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
3198
3199 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
3200
1530c98e
CY
32012012-08-10 Chong Yidong <cyd@gnu.org>
3202
3203 * progmodes/python.el (python-shell-get-process-name): Don't mess
3204 with same-window-buffer-names.
3205
3206 * eshell/eshell.el (eshell-add-to-window-buffer-names)
3207 (eshell-remove-from-window-buffer-names): Make obsolete.
3208 (eshell-buffer-name, eshell-unload-hook): Don't use them.
3209 (eshell): Just use pop-to-buffer-same-window instead.
3210
e1293765
CY
32112012-08-10 Chong Yidong <cyd@gnu.org>
3212
3213 * bindings.el: Bind M-= back to count-words-region.
3214
3215 * simple.el (count-words-region): Accept a prefix arg for acting
3216 on the entire buffer.
3217 (count-words--buffer-message): New helper function.
3218
e1894109
SM
32192012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
3220
3221 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
3222 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
3223 (event-start, event-end): Use posn-at-point to return a more
3224 informative posn.
3225 (posnp): New function.
3226 * mouse.el (popup-menu-normalize-position): Use it.
3227
c69f56a2
MY
32282012-08-10 Masatake YAMATO <yamato@redhat.com>
3229
3230 * mouse.el (popup-menu-normalize-position): New function.
3231 (popup-menu): Use `popup-menu-normalize-position' to normalize
3232 the form for POSITION argument.
3233
3234 * term/x-win.el (x-menu-bar-open):
3235 Use the value returend from (posn-at-point) as position
3236 passed to `popup-menu'.
3237
31673780
JB
32382012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
3239
3240 * calc/calccomp.el (math-compose-expr): Add extra argument
3241 indicating that parentheses should be put around products in
3242 denominators. Give multiplication precedence over division during
3243 composition.
3244
dab7711b
CY
32452012-08-09 Chong Yidong <cyd@gnu.org>
3246
dee4ef93
CY
3247 * man.el (Man-switches, Man-sed-command, Man-awk-command)
3248 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
3249 (Man-untabify-command, manual-program): Convert to defcustom
3250 (Bug#10429).
3251
73e2bbc5
CY
3252 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
3253
3e861c8a
CY
3254 * descr-text.el (describe-char): Don't insert extra newlines
3255 (Bug#10127).
3256
a9f5a649
CY
3257 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
3258 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
3259
dab7711b
CY
3260 * align.el (align-region): Delete temporary markers (Bug#10047).
3261 Plus some code cleanups.
3262
e0cc4efa
FEG
32632012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
3264
3265 * progmodes/python.el (python-pdbtrack-tracked-buffer)
3266 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
3267 (python-shell-internal-last-output): Use make-local-variable
3268 instead of make-variable-buffer-local.
3269
489af14f
FEG
32702012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
3271
3272 * progmodes/python.el: Enhancements to forward-sexp.
3273 (python-nav-forward-sexp): Rename from
3274 python-nav-forward-sexp-function.
c69f56a2
MY
3275 (python-nav--forward-sexp, python-nav--backward-sexp):
3276 New functions.
489af14f 3277
0fc50303
JB
32782012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
3279
3280 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
3281 modes and simplification modes.
3282
5d65606a
SM
32832012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
3284
3285 * delsel.el (delete-selection-pre-hook): Don't propagate the
3286 file-supersession signals (bug#12161).
3287
4250fdf5
SM
32882012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3289
3290 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
3291 (cl-map-extents): Add compatibility aliases (bug#12135).
3292
d9f9b465
MA
32932012-08-08 Michael Albinus <michael.albinus@gmx.de>
3294
3295 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
3296 tests by `ignore-error'.
3297 (tramp-find-shell): Open also a new shell, when cache is already
3298 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
3299
ce0fcefa
JL
33002012-08-08 Juri Linkov <juri@jurta.org>
3301
3302 * bookmark.el: Add `defaults' property to the bookmark record.
3303 (bookmark-current-buffer): Doc fix.
3304 (bookmark-make-record): Add `defaults' property with default values
3305 to the bookmark record.
3306 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
3307 with `bookmark-insert-current-bookmark'.
3308 (bookmark-set): Get `defaults' property from the bookmark record
3309 and use it in `read-from-minibuffer'.
3310 (bookmark-insert-current-bookmark): Remove function.
3311
3312 * info.el (Info-bookmark-make-record): Add `defaults' property
3313 with values of canonical Info node name, the current Info file
3314 name and the current Info node name. (Bug#12107)
3315
53fa8652
JL
33162012-08-08 Juri Linkov <juri@jurta.org>
3317
3318 * files.el (basic-save-buffer): Use `buffer-name' as the default
3319 of `read-file-name' when buffer is not visiting a file (bug#12128).
3320
242c0a95
JL
33212012-08-08 Juri Linkov <juri@jurta.org>
3322
3323 * info.el (Info-isearch-search): Doc fix.
3324 (Info-search): Change search-failed message from "initial node" to
3325 "end of node" (bug#12078).
3326 (Info-isearch-search): Change `isearch-string-state' to
3327 `isearch--state-string'.
3328
32ac3a6b
GM
33292012-08-08 Glenn Morris <rgm@gnu.org>
3330
3331 * language/persian.el: Remove file.
f8c1afd5 3332 * language/misc-lang.el: Move unique part of persian.el here.
32ac3a6b
GM
3333 * loadup.el: Remove language/persian.
3334
2c2d9c9c
OF
33352012-08-08 Óscar Fuentes <ofv@wanadoo.es>
3336
3337 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
3338
2d79ec42
FEG
33392012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
3340
3341 * progmodes/python.el Fixed defsubst warning.
3342 (python-syntax-context) Rename from python-info-ppss-context.
3343 (python-syntax-context-type): Rename from
3344 python-info-ppss-context-type.
3345 (python-syntax-comment-or-string-p): Rename from
3346 python-info-ppss-comment-or-string-p.
3347
2bd255dd
JB
33482012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
3349
3350 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
3351
c395097f
AS
33522012-08-07 Andreas Schwab <schwab@linux-m68k.org>
3353
6125983e
AS
3354 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
3355 a defcustom that is quoted with backquote.
3356
4250fdf5
SM
3357 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
3358 Fix handling of interactive spec when the body uses return.
651eaf36
AS
3359 (math-do-arg-check, math-define-function-body): Use backquote forms.
3360 * calc/calc-ext.el (math-defcache): Likewise.
3361 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
3362 * allout.el (allout-new-exposure): Likewise.
3363 * calc/calcalg2.el (math-tracing-integral): Likewise.
3364 * info.el (Info-last-menu-item): Likewise.
3365 * emulation/vip.el (vip-loop): Likewise.
3366 * textmodes/artist.el (artist-funcall): Likewise.
3367 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
3368 Construct menu-item directly.
3369
4250fdf5
SM
3370 * progmodes/autoconf.el (font-lock-syntactic-keywords):
3371 Don't declare.
c395097f 3372
5fb50dd3
CY
33732012-08-07 Chong Yidong <cyd@gnu.org>
3374
3375 * simple.el (deactivate-mark): Preserve text properties when
3376 saving the primary selection (Bug#8384).
3377
54eea618
KR
33782012-08-07 Kevin Ryde <user42@zip.com.au>
3379
3380 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
3381 (woman-parse-numeric-value): On a bad .IP line, issue a warning
3382 and continue processing (Bug#12110).
3383
638eaeb9
SM
33842012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
3385
3386 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
3387 syntax-propertize-function (bug#10095).
3388
ea376861
SM
33892012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
3390
f91b35be
SM
3391 * help-fns.el (help-fns--key-bindings, help-fns--signature)
3392 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
3393 describe-function-1.
3394 (describe-function-1): Use them. Move compiler macro after sig.
3395 (help-fns--compiler-macro): Use function-get. Assume we're already in
3396 standard-output. Adjust layout to new call order.
3397
ea376861
SM
3398 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
3399 re-binding a symbol that has a symbol-macro (bug#12119).
3400
d5be7bd0
MB
34012012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
3402
3403 * language/persian.el: New file. (Bug#11812)
3404 * loadup.el: Add language/persian.el.
3405
90749b53
CY
34062012-08-06 Chong Yidong <cyd@gnu.org>
3407
3408 * window.el (window--maybe-raise-frame): New function.
3409 (window--display-buffer): Split off from here.
3410 (display-buffer-reuse-window, display-buffer-pop-up-frame)
3411 (display-buffer-pop-up-window, display-buffer-use-some-window):
3412 Obey an inhibit-switch-frame action alist entry.
3413 (display-buffer): Update doc.
3414
3415 * replace.el (occur-after-change-function): Avoid losing focus by
3416 using the inhibit-switch-frame display parameter (Bug#12139).
3417
ba7b0154
FEG
34182012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
3419
3420 Make internal shell process buffer names start with space.
3421 * progmodes/python.el (python-shell-make-comint): Add optional
3422 argument INTERNAL.
3423 (run-python-internal): Use it.
3424 (python-shell-internal-get-or-create-process): Check for new
3425 internal buffer names.
3426
5eaeacb5
GM
34272012-08-06 Glenn Morris <rgm@gnu.org>
3428
e296d94b 3429 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
5eaeacb5
GM
3430 Do less getting and setting of environment variables.
3431
b7ccbdc2
CY
34322012-08-05 Chong Yidong <cyd@gnu.org>
3433
777fe95e
CY
3434 * proced.el (proced): Add substitution string to docstring to
3435 trigger autoloading of the proced library on C-h f (Bug#1768).
3436
4250fdf5
SM
3437 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3438 Don't show defvars which have no second argument (Bug#8638).
b7ccbdc2
CY
3439
3440 * imenu.el (imenu-generic-expression): Move documentation here
3441 from imenu--generic-function.
3442 (imenu--generic-function): Refer to imenu-generic-expression.
3443
9e3b7800 34442012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
d5c31f1d
3445
3446 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
3447 indentation declaration.
3448 (viper-loop): Add indentation declaration (Bug#7025).
3449
e5d9c0d1
CY
34502012-08-05 Chong Yidong <cyd@gnu.org>
3451
f0422feb
CY
3452 * help-fns.el (describe-variable): Add hyperlink for
3453 directory-local variables files. Improve buffer-local and
3454 permanent-local reporting; suggested by MON KEY (Bug#6644).
3455
3456 * help-mode.el (help-dir-local-var-def): New button type.
3457
e5d9c0d1
CY
3458 * files.el (kill-buffer-hook): Provide a defvar.
3459
a4f2deaa
GM
34602012-08-05 Glenn Morris <rgm@gnu.org>
3461
3462 * eshell/esh-ext.el (eshell/addpath):
3463 Also update eshell-path-env. (Bug#12013)
3464
a9dd5754
CY
34652012-08-05 Chong Yidong <cyd@gnu.org>
3466
a4f2deaa 3467 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
615b0bf0 3468
d014c740
CY
3469 * fringe.el (fringe-styles): Add docstring.
3470 (fringe--check-mode): New function.
3471 (set-fringe-mode, set-fringe-style): Use it.
3472 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
3473
a9dd5754
CY
3474 * files.el (set-auto-mode): Fix invalid setq call.
3475
7c2dc8bd
SM
34762012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
3477
3478 * isearch.el: Misc simplification; use defstruct.
3479 (isearch-mode-map): Dense maps now work like sparse ones.
3480 (isearch--state): New defstruct.
3481 (isearch-string-state, isearch-message-state, isearch-point-state)
3482 (isearch-success-state, isearch-forward-state)
3483 (isearch-other-end-state, isearch-word-state, isearch-error-state)
3484 (isearch-wrapped-state, isearch-barrier-state)
3485 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
3486 replaced by defstruct's accessors.
3487 (isearch--set-state): Rename from isearch-top-state and change
3488 calling convention.
3489 (isearch-push-state): Use new isearch--get-state.
3490 (isearch-toggle-word): Disable regexp when enabling word.
3491 (isearch-message-prefix): Remove unused arg _c-q-hack.
3492 (isearch-message-suffix): Remove unused arg _ellipsis.
3493
7fcc0070
AS
34942012-08-04 Andreas Schwab <schwab@linux-m68k.org>
3495
3496 * simple.el (list-processes--refresh): For a server use :host or
3497 :local as the address.
97ad0769 3498 (list-processes): Doc fix.
7fcc0070 3499
a11035b8 35002012-08-04 Michal Nazarewicz <mina86@mina86.com>
00340faf
MN
3501
3502 * lisp/mpc.el: Support password in host argument.
3503 (mpc--proc-connect): Parse and use new password element.
3504 Set mpc-proc variable instead of returning process.
3505 (mpc-proc): Adjust accordingly.
3506
6dad7178
EZ
35072012-08-03 Eli Zaretskii <eliz@gnu.org>
3508
18949c2f
EZ
3509 * whitespace.el (whitespace-display-mappings): Use Unicode
3510 codepoints, instead of emacs-mule codepoints. See
3511 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
3512 for the details.
3513
6dad7178
EZ
3514 * files.el (file-truename): Don't skip symlink-chasing part on
3515 windows-nt. Incorporate the resolution of 8+3 short aliases on
4250fdf5
SM
3516 Windows into the loop that recursively chases symlinks.
3517 Compare directory and its parent case-insensitively on MS-Windows and
6dad7178
EZ
3518 MS-DOS.
3519
385b0198
CY
35202012-08-03 Chong Yidong <cyd@gnu.org>
3521
6200f3c4
CY
3522 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
3523
385b0198
CY
3524 * sort.el (sort-regexp-fields): Doc fix.
3525
b9e74744
TH
35262012-08-03 Tassilo Horn <tsdh@gnu.org>
3527
3528 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
3529 labels regex position point at the expected place.
3530
41013cb4
MK
35312012-08-03 MON KEY <monkey@sandpframing.com>
3532
3533 * net/imap.el (imap-interactive-login, imap-authenticate)
3534 (imap-mailbox-lsub, imap-mailbox-list)
3535 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
3536 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
3537 (imap-parse-response): Doc fix.
3538
0ffee616
JT
35392012-08-03 João Távora <joaotavora@gmail.com>
3540
3541 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
3542 if sexp scanning does not move point (Bug#5734).
3543
cfcc9cc8
TH
35442012-08-02 Tassilo Horn <tsdh@gnu.org>
3545
3546 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
3547 Add listings, minted, and ctable packages.
3548 (reftex-label-alist-builtin): Move listings, minted, and ctable
3549 entries before LaTeX.
a01bbb84 3550 (reftex-label-alist): Docfix.
cfcc9cc8 3551
66ec2442
BG
35522012-08-02 Bastien Guerry <bzg@gnu.org>
3553
3554 * replace.el (occur): Fix docstring (bug#12122).
3555
837b365b
GM
35562012-08-02 Glenn Morris <rgm@gnu.org>
3557
3558 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
3559
e098de97
PE
35602012-08-02 Paul Eggert <eggert@cs.ucla.edu>
3561
3562 Obsolete alias inactivate-current-input-method-function (Bug#10150).
3563 * international/mule-cmds.el: Create
3564 inactivate-current-input-method-function as an obsolete alias for
3565 deactivate-current-input-method-function. See Katsumi Yamaoka in
3566 <http://bugs.gnu.org/10150#46>.
3567
a0f95636
JB
35682012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
3569
3570 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
3571 of nested `if's.
3572
0d26d7c4
GM
35732012-08-01 Glenn Morris <rgm@gnu.org>
3574
3575 * progmodes/autoconf.el (autoconf-definition-regexp):
3576 Add AH_TEMPLATE, adjust submatch numbering.
3577 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
3578 (autoconf-current-defun-function): Update for above change.
3579 (autoconf-current-defun-function): First skip to end of current word.
3580
b686ba06
RS
35812012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
3582
3583 * calendar/cal-html.el (cal-html-insert-agenda-days):
3584 Fix typo. (Bug#12018)
3585
0d49da68
FEG
35862012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
3587
3588 Shell processes: enhancements to startup and CEDET compatibility.
3589 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
3590 (python-shell-make-comint): accept-process-output at startup.
3591 (run-python-internal): Set inferior-python-mode-hook to nil.
3592 (python-shell-internal-get-or-create-process): call sit-for.
3593 (python-preoutput-result): Add obsolete alias.
3594 (python-shell-internal-send-string): Use it.
3595 (python-shell-send-setup-code): Remove call to
3596 accept-process-output.
3597
f1a71c6e
AS
35982012-07-31 Andreas Schwab <schwab@linux-m68k.org>
3599
3600 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
3601 (Bug#12108)
3602
d2605269
JB
36032012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
3604
3605 * calc-mode.el (calc-basic-simplification-mode): Rename from
3606 `calc-limited-simplification-mode'.
3607 (calc-alg-simplification-mode): New function.
fc0c31f8 3608 (calc-set-simplify-mode): Adjust message.
f1a71c6e 3609
d2605269
JB
3610 * calc.el (calc-set-mode-line): Adjust mode line display for
3611 basic simplification mode.
3612
3613 * calc-help.el (calc-m-prefix-help): Update help message.
3614
3615 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
3616 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
3617
a3827a43
BG
36182012-07-31 Bastien Guerry <bzg@gnu.org>
3619
3620 * man.el (man): Fix comment. (bug#12101)
3621
502e3f89
MR
36222012-07-31 Martin Rudalics <rudalics@gmx.at>
3623
3624 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
3625 Don't return a non-nil value when no suitable buffer was found.
3626
d7714961
FEG
36272012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
3628
3629 * progmodes/python.el (run-python-internal): Disable font lock for
3630 internal shells.
3631
1f45e27e
SM
36322012-07-30 Stefan Merten <smerten@oekonux.de>
3633
70efc5c9 3634 * textmodes/rst.el: Silence `checkdoc-ispell'.
1f45e27e
SM
3635 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
3636 (rst-official-version, rst-official-cvs-rev)
3637 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
3638 (rst-mode-map): New key binding.
3639
0aee6912
PE
36402012-07-30 Paul Eggert <eggert@cs.ucla.edu>
3641
3642 Update .PHONY listings in makefiles.
3643 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
3644 autoloads, update-subdirs, updates, bzr-update, update-authors,
3645 compile-onefile, compile-calc, backup-compiled-files,
3646 compile-after-backup, compile-one-process, mh-autoloads,
3647 bootstrap-clean, distclean, maintainer-clean.
3648
9052f9f0
JB
36492012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
3650
1823ac5a
JB
3651 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
3652 (calc-set-mode-line): Don't display "AlgSimp ".
3653
3654 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
3655 (calc-lim-simplify-mode): New function.
3656 (calc-set-simplify-mode): Default to 'alg.
3657 (calc-default-simplify-mode): Make algebraic simplifications
3658 the default.
3659
3660 * calc/calc-ext.el (calc-init-extensions): Remove binding for
3661 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
3662
8d7c7eed 3663 * calc/calc-help.el (calc-m-prefix-help): Change messages to
4b337409
JB
3664 indicate new simplification modes.
3665
1823ac5a
JB
3666 * calc/README: Mention new default simplification mode.
3667
9052f9f0
JB
3668 * calc/calc.el (math-normalize-error): New variable.
3669 (math-normalize): Set `math-normalize-error' to t
3670 when there's an error.
3671
3672 * calc/calc-alg.el (math-simplify): Don't simplify when
3673 `math-normalize' returns an error.
3674
20ba0cb4
EZ
36752012-07-29 Eli Zaretskii <eliz@gnu.org>
3676
3677 * international/mule-cmds.el (set-locale-environment): Revert last
3678 change, since display-graphic-p returns nil when this function is
3679 called during startup. Instead...
3680
3681 * term/w32console.el (terminal-init-w32console): ...setup the
3682 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
3683
a5dcc929
JL
36842012-07-29 Juri Linkov <juri@jurta.org>
3685
3686 * simple.el (goto-line): Don't display default line number in the
3687 prompt because it should be displayed by `read-number' (bug#9952).
3688 Add the current line number to the defaults of `goto-line' to
3689 allow its easier modification by users with `M-n' (bug#9201).
3690
3691 * subr.el (read-number): Support multiple default values like in
3692 other minibuffer reading functions. Replace `read' with
3693 `string-to-number' for consistency with `number-to-string'.
3694
72b255c7
PE
36952012-07-29 Paul Eggert <eggert@cs.ucla.edu>
3696
3697 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
3698 * emulation/viper-init.el (viper-deactivate-input-method-action):
3699 Rename from viper-inactivate-input-method-action.
3700 (viper-deactivate-input-method):
3701 Rename from viper-inactivate-input-method.
3702 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
3703 * international/mule-cmds.el (deactivate-input-method):
3704 Rename from inactivate-input-method.
3705 Also run input-method-deactivate-hook.
3706 (deactivate-current-input-method-function):
3707 Rename from inactivate-current-input-method-function.
3708 (input-method-deactivate-hook): New hook.
3709 (input-method-inactivate-hook): Mark obsolete.
bb6eb9fc
PE
3710 (inactivate-input-method): Mark obsolete.
3711
72b255c7
PE
3712 * international/quail.el (quail-activate):
3713 Also run quail-deactivate-hook.
3714 (quail-deactivate): Rename from quail-inactivate.
3715 * international/robin.el (robin-activate):
3716 Also run robin-deactivate-hook.
3717 (robin-deactivate): Rename from robin-inactivate.
3718
2549c068
CY
37192012-07-29 Chong Yidong <cyd@gnu.org>
3720
3721 * simple.el (indicate-copied-region): New function.
3722 (kill-ring-save): Split off from here.
3723
3724 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
3725 (kill-rectangle): Set deactivate-mark to t on read-only error.
3726
3727 * register.el (copy-to-register, copy-rectangle-to-register):
3728 Deactivate the mark, and use indicate-copied-region (Bug#10056).
4c478e6b
JL
3729 (append-to-register, prepend-to-register): Call indicate-copied-region.
3730
37312012-07-29 Juri Linkov <juri@jurta.org>
17711ed9
JL
3732
3733 * simple.el (async-shell-command-buffer): New defcustom.
3734 (shell-command): Use it. (Bug#4719)
3735
01bd1b0d
EZ
37362012-07-28 Eli Zaretskii <eliz@gnu.org>
3737
3738 * international/mule-cmds.el (set-locale-environment): In a
3739 console session on MS-Windows, set up keyboard and terminal
3740 encoding from the OEM codepage, not the ANSI codepage.
3741 (Bug#12055)
3742
a55739d3
CY
37432012-07-28 Chong Yidong <cyd@gnu.org>
3744
3745 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
3746 gdb-get-location.
3747
0e1a094f 37482012-07-28 Leo Liu <sdl.web@gmail.com>
9a0f8f2e
LL
3749
3750 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
3751 the alist (bug#12029).
3752
20329d73
EZ
37532012-07-28 Eli Zaretskii <eliz@gnu.org>
3754
3755 * makefile.w32-in (custom-deps, finder-data, updates, compile)
3756 (compile-always, compile-first)
3757 ($(lisp)/calendar/cal-loaddefs.el)
3758 ($(lisp)/calendar/diary-loaddefs.el)
3759 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
3760 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
3761 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
3762 instead of on update-subdirs.
3763 (bootstrap-clean): Delete $(lisp)/subdirs.el.
3764
345a2258
CY
37652012-07-28 Chong Yidong <cyd@gnu.org>
3766
1eee6341
CY
3767 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
3768 directory if vc-deduce-backend returns nil (Bug#7350).
3769
345a2258
CY
3770 * simple.el (delete-trailing-lines): New option.
3771 (delete-trailing-whitespace): Obey it (Bug#11879).
3772
049a0936
DE
37732012-07-28 David Engster <deng@randomsample.de>
3774
3775 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
3776 Explanation of new 'symbol-qnames feature in doc-strings.
3777 (xml-maybe-do-ns): Return expanded names as plain symbols if
3778 'symbol-qnames was provided in XML-NS argument (Bug#11916).
3779 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
3780
aa81af71
FEG
37812012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
3782
3783 Consistent completion in inferior python with emacs -nw.
3784 * progmodes/python.el (inferior-python-mode): replace "<tab>"
3785 binding in inferior-python-mode-map with "\t".
3786 (python-shell-completion-complete-at-point)
3787 (python-completion-complete-at-point): Remove interactive spec.
3788
e827b1eb
JB
37892012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
3790
3791 * calc/calccomp.el (math-compose-expr): Undo previous change.
3792
a90dfb95
FEG
37932012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
3794
4250fdf5 3795 * progmodes/python.el (python-mode-map): Add keybinding for
a90dfb95
FEG
3796 run-python.
3797 (python-shell-make-comint): Fix pop-to-buffer call.
3798 (run-python): Autoload. New arg SHOW.
3799 (python-shell-get-or-create-process): Do not pop python process
3800 buffer.
3801
32770973 38022012-07-27 Michael Albinus <michael.albinus@gmx.de>
1c6ef030
MA
3803
3804 * notifications.el (notifications-on-action-signal)
3805 (notifications-on-closed-signal): Use also the bus address for the map.
3806 (notifications-notify, notifications-close-notification)
fc0c31f8 3807 (notifications-get-capabilities): Add optional argument BUS.
1c6ef030 3808
86332df2
TH
38092012-07-27 Tassilo Horn <tsdh@gnu.org>
3810
4250fdf5
SM
3811 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
3812 Add support for the lstlisting and minted environments, and for the
86332df2
TH
3813 ctable macro.
3814 * textmodes/reftex.el (reftex-compile-variables): Also recognize
3815 labels written in keyvals syntax.
3816
ca1302a4
JB
38172012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
3818
3819 * calc/calccomp.el (math-compose-expr): Use parentheses when
3820 there is a product in the denominator of a fraction.
3821
f8b91036
EZ
38222012-07-26 Eli Zaretskii <eliz@gnu.org>
3823
3824 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
3825 ($(lisp)/calendar/diary-loaddefs.el)
3826 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4250fdf5
SM
3827 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
3828 Fixes failures in parallel bootstrap because subdirs.el is being
f8b91036
EZ
3829 rewritten while the autoload files are built at the same time,
3830 which needs to load subdirs.el.
3831
c8e5a42c
MR
38322012-07-26 Martin Rudalics <rudalics@gmx.at>
3833
3834 * mouse.el (popup-menu): Fix doc-string and re-indent code.
3835 (mouse-drag-line): Don't exit tracking when a switch-frame or
3836 switch-window event occurs (Bug#12006).
3837
670d85ea
SM
38382012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3839
3840 * mouse.el (popup-menu): Fix last change.
3841
7abaf5cc
SM
38422012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3843
3844 Autoload from Lisp with more care. Follow aliases when looking for
3845 function properties.
3846 * subr.el (autoloadp): New function.
3847 (symbol-file): Use it.
3848 (function-get): New function.
3849 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
3850 autoload-do-load.
3851 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
3852 (lisp-indent-function):
3853 * emacs-lisp/gv.el (gv-get):
3854 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
3855 * emacs-lisp/byte-opt.el (byte-optimize-form):
3856 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
3857 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
3858 Use function-get.
3859 * emacs-lisp/cl.el: Don't propagate function properties any more.
3860
3861 * speedbar.el (speedbar-add-localized-speedbar-support):
3862 * emacs-lisp/disass.el (disassemble-internal):
3863 * desktop.el (desktop-load-file):
3864 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
3865 (describe-function-1):
3866 * emacs-lisp/find-func.el (find-function-noselect):
3867 * emacs-lisp/elp.el (elp-instrument-function):
3868 * emacs-lisp/advice.el (ad-has-proper-definition):
3869 * apropos.el (apropos-safe-documentation, apropos-macrop):
3870 * emacs-lisp/debug.el (debug-on-entry):
3871 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
3872 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
3873 * calc/calc.el (name): Use autoloadp & autoload-do-load.
3874
b1364986
AA
38752012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
3876
3877 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
3878 function, not an obsolete variable (Bug#12046).
3879
67ada220
AS
38802012-07-25 Andreas Schwab <schwab@linux-m68k.org>
3881
3882 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
3883
f08088e3
CS
38842012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
3885
3886 * emacs-lisp/pp.el (pp-display-expression): Select old selected
3887 window only if it is still live (Bug#12034).
3888
8137e7b3
MR
38892012-07-25 Martin Rudalics <rudalics@gmx.at>
3890
3891 * subr.el (redirect-frame-focus): Add advertised calling
3892 convention (Bug#12030).
3893
09ae5da1
PE
38942012-07-25 Paul Eggert <eggert@cs.ucla.edu>
3895
3896 Prefer typical American spelling for "acknowledgment".
3897 * vc/add-log.el (change-log-acknowledgment): Rename from
3898 change-log-acknowledgement, with an alias for the old name.
3899
3cc5a3a8
JB
39002012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
3901
3902 * calc-alg.el (math-simplify-divide): Don't cross multiply
3903 in an equation when the lhs is a variable.
3904
b7af7f62
JD
39052012-07-24 Julien Danjou <julien@danjou.info>
3906
3907 * net/netrc.el (netrc-find-service-number, netrc-store-data):
3908 Remove, unused.
3909
ec1b09b1
EZ
39102012-07-23 Eli Zaretskii <eliz@gnu.org>
3911
3912 * startup.el (command-line): Don't display an empty user name in
3913 the error message about non-existent home directory, when
3914 init-file-user was set to an empty string. See
3915 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
3916 for the details and context.
3917
b525fd8a
VB
39182012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
3919
3920 * ses.el (ses-cell-formula-aset): New macro.
3921 (ses-cell-references-aset): New macro.
3922 (ses-cell-p): New function.
3923 (ses-rename-cell): Do no longer rely on complex operations like
3924 ses-cell-set-formula or ses-set-cell to change the cell and handle
3925 the undo at the same time, but rather use lower level new macros
3926 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
fc0c31f8 3927 the undo directly. Refresh the mode line.
b525fd8a 3928
2c73e345
LL
39292012-07-21 Leo Liu <sdl.web@gmail.com>
3930
670d85ea
SM
3931 * progmodes/cc-cmds.el (c-defun-name):
3932 Use match-string-no-properties instead for consistency.
2c73e345 3933
542dfbde
LL
39342012-07-20 Leo Liu <sdl.web@gmail.com>
3935
3646bcd6
LL
3936 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
3937 (Bug#7879)
3938
542dfbde
LL
3939 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
3940
25721031
CY
39412012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
3942
3943 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
3944 * progmodes/bug-reference.el, misearch.el: Provide themselves
3945 (bug#11915).
3946
3947 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
3948 of narrowed buffer (bug#11966).
3949
316e68a7
VB
39502012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
3951
3952 * ses.el (ses-rename-cell): Set new name also in reference list of
3953 cells of which the renamed cell depends.
3954
bbf0e7d9
MY
39552012-07-20 Masatake YAMATO <yamato@redhat.com>
3956
3957 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
3958 to check whether menu-bar is shown or not. If not shown,
3959 show the menu-bar as a popup menu instead of using tmm.
3960 * mouse.el (popup-menu): Accept `point' as `position' argument.
3961
c28662a8
DG
39622012-07-20 Dmitry Gutov <dgutov@yandex.ru>
3963
3964 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
3965 up inside string symbol literal (bug#11923).
3966
87ab808f
EZ
39672012-07-20 Eli Zaretskii <eliz@gnu.org>
3968
3969 * startup.el (fancy-startup-text): Read the whole tutorial, not
3970 just its first 256 bytes. Prevents gibberish in display of the
3971 tutorial title.
3972
89dea803
DA
39732012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
3974
3975 Drop idle buffer compaction due to an absence of the
3976 proved efficiency.
3977 * compact.el: Remove.
3978
8a4e6db8
SS
39792012-07-19 Sam Steingold <sds@gnu.org>
3980
3981 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
3982 vc-bzr-pull & vc-bzr-merge-branch.
3983 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
3984 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
3985 for consistency with compilation-error-regexp-alist.
3986 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
3987 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
3988 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
3989 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
3990
5db81e33
SM
39912012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
3992
3993 * emacs-lisp/chart.el: Use lexical-binding.
3994 (chart-emacs-storage): Don't hardcode the list of entries.
3995
5b835e1d
DA
39962012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
3997
3998 Next round of tweaks caused by Fgarbage_collect changes.
3999 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
4000
9cd47b72
DA
40012012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
4002
4003 Compact buffers when idle.
4004 * compact.el: New file.
4005
1d6fc0df
SM
40062012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
4007
4008 * subr.el (eventp): Presume that if it looks vaguely like an event,
4009 it's an event (bug#10190).
4010
1d29cc7d
FEG
40112012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
4012
4013 Enhancements to ppss related code (thanks Stefan).
4014 * progmodes/python.el (python-indent-context)
4015 (python-indent-calculate-indentation, python-indent-dedent-line)
4016 (python-indent-electric-colon, python-nav-forward-block)
4017 (python-mode-abbrev-table)
1d6fc0df 4018 (python-info-assignment-continuation-line-p): Simplify checks
1d29cc7d
FEG
4019 for ppss context.
4020 (python-info-continuation-line-p): Cleanup.
4021 (python-info-ppss-context): Do not catch 'quote.
4022 (python-info-ppss-context-type)
4023 (python-info-ppss-comment-or-string-p): Simplify.
4024
d583cbe6
FEG
40252012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
4026
4027 * progmodes/python.el: Enhancements to eldoc support.
4028 (python-info-current-symbol): New function.
4029 (python-eldoc-at-point): Use python-info-current-symbol.
4030 (python-info-current-defun): Fix cornercase on first defun scan.
4031 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
4032 and signal error when no inferior python process is available.
4033
eceb6feb
DG
40342012-07-18 Dmitry Gutov <dgutov@yandex.ru>
4035
4036 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
4037 assume it's always t.
4038 (vc-git-registered): Remove caching, the function is only called
4039 once.
4040 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
4041
4c8ff0fe
CY
40422012-07-18 Chong Yidong <cyd@gnu.org>
4043
19fb7186
CY
4044 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
4045
9587c688
CY
4046 * simple.el (count-words): Report on narrowing (Bug#9959).
4047
0fe776a1
CY
4048 * bindings.el: Bind M-= to count-words.
4049
4c8ff0fe
CY
4050 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
4051
7f5331cc
MY
40522012-07-18 Masatake YAMATO <yamato@redhat.com>
4053
4054 * progmodes/sh-script.el (sh-imenu-generic-expression):
4055 Capture a function with `function' keyword and without parentheses
4056 like "function FOO" (bug#11856).
4057
2dc2a609
TH
40582012-07-18 Tassilo Horn <tassilo@member.fsf.org>
4059
4060 * window.el (split-window-sensibly): Make WINDOW argument
4061 optional.
4062
439f7677
CY
40632012-07-18 Chong Yidong <cyd@gnu.org>
4064
9aeb25a6
CY
4065 * subr.el (keyboard-translate): Doc fix (Bug#7261).
4066
439f7677
CY
4067 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
4068 and make C-x 8 RET exit isearch (Bug#11439).
4069
4070 * international/iso-transl.el: Move isearch-mode-map key
4071 definitions to isearch.el.
4072
12999ea8
SM
40732012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
4074
4075 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
4076 (eieio-defclass): Use gv-define-setter when possible.
4077
3ab6e069
DA
40782012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
4079
4080 Reflect recent changes in Fgarbage_collect.
4081 * emacs-lisp/chart.el (chart-emacs-storage): Change to
4082 reflect new format of data returned by Fgarbage_collect.
4083
0a60bc10
FEG
40842012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
4085
4086 New utility functions + python-info-ppss-context fix (Bug#11910).
4087 * progmodes/python.el (python-info-beginning-of-block-statement-p)
4088 (python-info-ppss-comment-or-string-p): New functions.
4089 (python-info-ppss-context): Small fix for string check.
4090
6dafa0d5
JL
40912012-07-17 Juri Linkov <juri@jurta.org>
4092
4093 * dired-aux.el (dired-do-async-shell-command): Doc fix.
4094 (dired-do-async-shell-command): Don't add `*' at the end of the
4095 command (Bug#11815).
4096 (dired-do-shell-command): Doc fix.
4097 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
4098 Join the individual commands using either "&" or ";" as the
4099 separator depending on the values of these trailing characters.
4100 At the end re-add the trailing "&". (Bug#10598)
4101
4102 * simple.el (async-shell-command): Sync the interactive spec with
4103 `shell-command'. Doc fix.
4104 (shell-command): Doc fix.
4105
b19dd9d1
JL
41062012-07-17 Juri Linkov <juri@jurta.org>
4107
4108 * descr-text.el (describe-char): Fix format args. (Bug#10129)
4109
bcdc27d7 41102012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7f5331cc 4111
bcdc27d7 4112 Final renames and doc fixes for movement commands (bug#11899).
7f5331cc
MY
4113 * progmodes/python.el (python-nav-beginning-of-statement):
4114 Rename from python-nav-statement-start.
bcdc27d7
FEG
4115 (python-nav-end-of-statement): Rename from
4116 python-nav-statement-end.
4117 (python-nav-beginning-of-block): Rename from
4118 python-nav-block-start.
4119 (python-nav-end-of-block): Rename from python-nav-block-end.
4120
191da00e
FEG
41212012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
4122
7f5331cc
MY
4123 * progmodes/python.el (python-shell-send-string-no-output):
4124 Allow accept-process-output to quit, keeping shell process ready for
191da00e
FEG
4125 future interactions (Bug#11868).
4126
4dc7c8d5 41272012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
aa7aaf8f 4128
88ecaf8f
SM
4129 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
4130
ef501ef0
SM
4131 * emacs-lisp/elint.el (elint-find-args-in-code):
4132 Use help-function-arglist, so as to handle lexical byte-code.
4133
aa7aaf8f
SM
4134 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
4135 change (bug#11826).
4136
45fd731c
SM
41372012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
4138
2143fa32
SM
4139 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
4140 Avoid spuriously marking the buffer as modified because of c-is-sws.
4141
efc26dbe
SM
4142 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
4143 as not-a-comment (bug#11946).
4144
f5695c9a
SM
4145 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
4146 for uninterned vars.
4147
4148 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
4149 Use read-event since we don't really want to read chars but bytes.
4150
45fd731c
SM
4151 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
4152 $$..$$ but also $..$ using regexps (bug#11953).
4153 Use tex-verbatim for \url and \path.
4154 (tex-font-lock-keywords): Define as defconst like the others.
4155 (tex-common-initialization): Don't use font-lock-syntax-table any more.
4156
ddfc8813
RK
41572012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
4158
4159 * international/mule-cmds.el (ucs-insert): Make it an obsolete
4160 alias for insert-char.
4161
758e556a
FEG
41622012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
4163
4164 * progmodes/python.el: Simplified imenu implementation.
4165 (python-nav-jump-to-defun): Remove command.
4166 (python-mode-map): Use `imenu' instead.
4167 (python-nav-list-defun-positions-cache)
4168 (python-imenu-include-defun-type, python-imenu-make-tree)
4169 (python-imenu-subtree-root-label, python-imenu-index-alist):
4170 Remove vars.
4171 (python-nav-list-defun-positions, python-nav-read-defun)
4172 (python-imenu-tree-assoc, python-imenu-make-element-tree)
45fd731c
SM
4173 (python-imenu-make-tree, python-imenu-create-index):
4174 Remove functions.
758e556a
FEG
4175 (python-mode): Update to interact with imenu by setting
4176 `imenu-extract-index-name-function' only.
4177
032d23ab
FEG
41782012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
4179
4180 * progmodes/python.el: Enhancements to navigation commands.
4181 (python-nav-backward-sentence)
4182 (python-nav-forward-sentence): Remove.
4183 (python-nav-backward-statement, python-nav-forward-statement)
4184 (python-nav-statement-start, python-nav-statement-end)
4185 (python-nav-backward-block, python-nav-forward-block)
4186 (python-nav-block-start, python-nav-block-end)
4187 (python-nav-forward-sexp-function)
4188 (python-info-current-line-comment-p)
4189 (python-info-current-line-empty-p): New functions.
4190 (python-indent-context): Use `python-nav-statement-start'.
4191
01795a1b
MA
41922012-07-16 Michael Albinus <michael.albinus@gmx.de>
4193
9328d9aa
MA
4194 * eshell/em-ls.el (eshell/ls): Use `apply'.
4195
4196 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
4197 multi-hops, instead of Tramp internals.
4198
01795a1b
MA
4199 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
4200
4201 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
4202 when F1 and F2 are located on different hosts.
4203
63408057
CY
42042012-07-14 Chong Yidong <cyd@gnu.org>
4205
4206 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
4207 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
4208 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
4209 (xterm-mouse--read-event-sequence-1000)
4210 (xterm-mouse--read-event-sequence-1006): New functions. For old
4211 mouse protocol, handle M-mouse-X events correctly.
4212 (xterm-mouse-event): New arg specifying mouse protocol.
4213 (turn-on-xterm-mouse-tracking-on-terminal)
4214 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
45fd731c
SM
4215 sequence to toggle extended coordinates on newer XTerms.
4216 This appears to be harmless on terminals which do not support this.
63408057 4217
cd276f6e
LL
42182012-07-14 Leo Liu <sdl.web@gmail.com>
4219
28ca98ac
LL
4220 Add fringe bitmap indicators for flymake. (Bug#11253)
4221 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
4222 (flymake-make-overlay): New arg BITMAP.
4223 (flymake-error-bitmap, flymake-warning-bitmap)
4224 (flymake-fringe-indicator-position): New user variables.
4225
cd276f6e
LL
4226 * fringe.el: New bitmap exclamation-mark.
4227
04408072
JD
42282012-07-14 Jan Djärv <jan.h.d@swipnet.se>
4229
4230 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
4231 also (Bug#7879).
4232
b5cf7fc4
CY
42332012-07-14 Chong Yidong <cyd@gnu.org>
4234
4235 * electric.el (electric-pair-post-self-insert-function): Fix pair
4236 insertion in empty-region case (Bug#11520).
4237
be755c79
RT
42382012-07-14 Chong Yidong <cyd@gnu.org>
4239
45fd731c
SM
4240 * bindings.el: Consolidate ctl-x-r-map bindings.
4241 Bind copy-rectangle-as-kill to C-x r w.
be755c79
RT
4242
4243 * rect.el, register.el: Move bindings to bindings.el.
4244
42452012-07-14 Reuben Thomas <rrt@sc3d.org>
4246
4247 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
4248
7f5b3198
AS
42492012-07-13 Andreas Schwab <schwab@linux-m68k.org>
4250
4251 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
4252
97662200
JB
42532012-07-13 Juanma Barranquero <lekktu@gmail.com>
4254
80185fed
JB
4255 * bindings.el (top): Use `mapc' instead of `mapcar'.
4256
97662200
JB
4257 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
4258
2bb1ae55
MA
42592012-07-13 Michael Albinus <michael.albinus@gmx.de>
4260
4261 * progmodes/sql.el (sql-comint): Suppress the check for program on
4262 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
4263 (Bug#11908)
4264
dea31bd3
CY
42652012-07-13 Chong Yidong <cyd@gnu.org>
4266
4267 * bindings.el: Assign a non-nil permanent-local property to
4268 per-buffer variables which lack a default value (Bug#11930).
4269
4270 * help-fns.el (describe-variable): In the "automatically becomes
4271 local" notice, take note of permanent-local variables.
4272
b68b3337
CY
42732012-07-13 Chong Yidong <cyd@gnu.org>
4274
4275 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
4276 to allow printing the message when called from Lisp.
4277
4278 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4279 Remove toggle-read-only.
4280
4281 * bs.el (bs-toggle-readonly):
45fd731c
SM
4282 * buff-menu.el (Buffer-menu-toggle-read-only):
4283 Remove with-no-warnings around toggle-read-only.
b68b3337
CY
4284
4285 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
4286 Remove with-no-warnings around toggle-read-only.
4287 (ffap-read-only, ffap-read-only-other-window)
4288 (ffap-read-only-other-frame): Callers changed.
4289
4290 * help-mode.el: Don't require view package.
4291 (help-mode-finish): Set buffer-read-only instead of calling
4292 toggle-read-only.
4293
4294 * bindings.el (mode-line-toggle-read-only):
4295 * dired.el (dired-toggle-read-only):
4296 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
4297 with non-nil second arg.
4298
4299 * emacs-lisp/eieio-custom.el (eieio-customize-object):
4300 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
4301 directly.
4302
56bc1586
EZ
43032012-07-12 Eli Zaretskii <eliz@gnu.org>
4304
4305 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
4306 not incf.
4307
a464a6c7
SM
43082012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
4309
4310 More CL cleanups and reduction of use of cl.el.
4311 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
4312 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
4313 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
4314 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
4315 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
4316 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
4317 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
4318 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
4319 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
4320 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
4321 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
4322 * eshell/em-cmpl.el, eshell/em-banner.el:
4323 * calendar/parse-time.el: Use cl-lib.
4324 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
4325 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
4326 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
4327 * term/ns-win.el, term.el, shell.el, ps-samp.el:
4328 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
4329 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
4330 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
4331 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
4332 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
4333 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
4334 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
4335 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
4336 `lambda' rather than with `quote'.
4337 (eshell-do-opt): Adjust accordingly.
4338 (eshell-process-option): Simplify.
4339 * eshell/esh-var.el:
4340 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
4341 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
4342 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
4343 to `pcase--dontcare'.
4344 * emacs-lisp/cl.el (labels): Mark obsolete.
4345 (cl--letf, letf): Move to cl-lib.
4346 (cl--letf*, letf*): Remove.
4347 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
4348 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
4349 (cl-progv): Rewrite.
4350 (cl--letf, cl-letf): Move from cl.el.
4351 (cl-letf*): New macro.
4352 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
4353
7ad4afe1
MA
43542012-07-11 Michael Albinus <michael.albinus@gmx.de>
4355
4356 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
4357
9af57756
CY
43582012-07-11 Chong Yidong <cyd@gnu.org>
4359
4360 * vc/log-edit.el (log-edit-vc-backend): New variable.
4361 (log-edit): Doc fix.
4362
4363 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
4364 argument of log-edit to set up all local variables.
4365 (vc-start-logentry): New optional arg specifying VC backend.
4366
4367 * vc/vc.el (vc-checkin): Use it.
4368 (vc-deduce-fileset): Handle Log Edit buffers.
4369 (vc-diff): Make first argument optional too.
4370
4371 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
4372
8477cc7a
MA
43732012-07-10 Michael Albinus <michael.albinus@gmx.de>
4374
4375 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
4376 command, just in case. The function is not needed anymore.
4377 (eshell-external-command): Do not call `eshell-remote-command'.
4378
19faa8e8
SM
43792012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
4380
f58e0fd5
SM
4381 Reduce use of (require 'cl).
4382 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
4383 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
4384 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
4385 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
4386 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
4387 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
4388 * battery.el, avoid.el, abbrev.el: Use cl-lib.
4389 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
4390 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
4391 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
4392 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
4393 * calculator.el, autorevert.el, apropos.el: Don't require CL.
4394 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
4395 (byte-compile-unfold-bcf, byte-compile-check-variable):
4396 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
4397 (byte-compile-nilconstp):
4398 * emacs-lisp/autoload.el (make-autoload): Use pcase.
4399 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
4400
2519d43a
SM
4401 * emacs-lisp/gv.el (cond): Make it a valid place.
4402 (if): Simplify slightly.
4403
19faa8e8
SM
4404 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
4405 (pcase--self-quoting-p): New function.
4406 (pcase--u1): Use it.
4407
c4907a5e
GM
44082012-07-10 Glenn Morris <rgm@gnu.org>
4409
4410 * emacs-lisp/authors.el (authors-fixed-entries):
4411 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
4412
c4444d16
PE
44132012-07-09 Paul Eggert <eggert@cs.ucla.edu>
4414
4415 Rename configure.in to configure.ac (Bug#11603).
4416 * emacs-lisp/authors.el (authors-canonical-file-name):
4417 * progmodes/autoconf.el (autoconf-mode):
4418 Prefer configure.ac to configure.in.
4419
d75be97d
CY
44202012-07-08 Chong Yidong <cyd@gnu.org>
4421
01ac65bd
CY
4422 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
4423 Implement the mouse-1-click-follows-link handling properly.
4424
4425 * info.el (Info-link-keymap): Use follow-link mechanism for
4426 header-line links (Bug#374).
4427
d75be97d
CY
4428 * simple.el (deactivate-mark): Do not set the primary selection
4429 if another program has acquired it (Bug#11772).
4430
87a92845 44312012-07-07 Kevin Ryde <user42@zip.com.au>
f0ecdfea
KR
4432
4433 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
4434 (woman-decode-region): Replace escaped-escapes without destroying
4435 bold or underline (Bug#11552).
87a92845 4436 (woman2-process-escapes): Handle nofill regions (Bug#11591).
f0ecdfea 4437
621b9d6c
CY
44382012-07-07 Chong Yidong <cyd@gnu.org>
4439
4440 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
19faa8e8
SM
4441 (interprogram-cut-function, interprogram-paste-function):
4442 Mention that we typically mean the clipboard.
621b9d6c 4443
133a11fc
GM
44442012-07-06 Glenn Morris <rgm@gnu.org>
4445
0d27a45e
GM
4446 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
4447
133a11fc
GM
4448 * files.el (toggle-read-only): Restrict message to interactive use.
4449
07b151f1
MA
44502012-07-06 Michael Albinus <michael.albinus@gmx.de>
4451
4452 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
4453
4454 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
4455
211b896b
GM
44562012-07-06 Glenn Morris <rgm@gnu.org>
4457
50394322
GM
4458 * Makefile.in (compile-one-process): Rename from "recompile".
4459
211b896b
GM
4460 * Makefile.in (bzr-update): "compile" is the same as "recompile
4461 autoloads", but parallelizable, so use that instead.
4462
4737eec9
DG
44632012-07-06 Dmitry Gutov <dgutov@yandex.ru>
4464
4465 * window.el (quit-window): Always restore window height when
8137e7b3 4466 it's saved in quit-restore parameter (Bug#11810).
4737eec9 4467
226c3633 44682012-07-06 Glenn Morris <rgm@gnu.org>
cb442973
GM
4469
4470 * simple.el (kill-whole-line): Doc tweak.
4471
226c3633 44722012-07-06 Eli Zaretskii <eliz@gnu.org>
93842198
EZ
4473
4474 * files.el (file-relative-name): Compare file names
4475 case-insensitively if on MS-Windows or MS-DOS, or if
4476 read-file-name-completion-ignore-case is non-nil. Don't use
4477 case-fold-search for this purpose. (Bug#11827)
4478
4dc7c8d5
SM
44792012-07-17 Andreas Schwab <schwab@linux-m68k.org>
4480
4481 * calendar/cal-dst.el (calendar-current-time-zone):
4482 Return calendar-current-time-zone-cache if non-nil.
4483
44842012-07-17 Masatake YAMATO <yamato@redhat.com>
226c3633 44852012-07-06 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 4486
19faa8e8
SM
4487 * calendar/cal-dst.el (calendar-current-time-zone):
4488 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 4489
60198fc9
GM
44902012-07-06 Glenn Morris <rgm@gnu.org>
4491
4492 * Makefile.in (cvs-update): Remove old alias.
4493
957b3189
MA
44942012-07-05 Michael Albinus <michael.albinus@gmx.de>
4495
4496 Sync with Tramp 2.2.6-pre.
4497
4498 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
4499 compatible declaration.
4500
19faa8e8
SM
4501 * net/tramp-cmds.el (tramp-append-tramp-buffers):
4502 Protect `list-load-path-shadows' call.
957b3189
MA
4503
4504 * net/tramp-compat.el (top): Require packages, which aren't
4505 autoloaded anymore for XEmacs. Protect call of
4506 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
4507 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
4508 it hurts at least for SXEmacs.
4509 (tramp-compat-temporary-file-directory): In XEmacs, there is no
4510 standard-value for `temporary-file-directory'.
4511
4512 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
4513 Redirect stderr to /dev/null.
4514 (tramp-sh-handle-write-region): uid and gid can be floats.
4515 Reported by Russell Sim <russell.sim@gmail.com>.
4516 (tramp-sh-handle-vc-registered): Hide errors.
4517 (tramp-vc-file-name-handler): Use dummy results for `process-file'
4518 and `start-file-process'.
4519 (tramp-maybe-open-connection): Check also whether `non-essential'
4520 is bound.
4521
566df3fc
CY
45222012-07-04 Chong Yidong <cyd@gnu.org>
4523
4524 * xml.el (xml--parse-buffer): Use xml-syntax-table.
4525 (xml-parse-tag): Likewise, and avoid changing entity tables.
4526 (xml-syntax-table): Define from scratch, making sure not to give
4527 x2000 and other Unicode spaces whitespace syntax, since those are
4528 not spaces in XML.
4529 (xml-parse-fragment): Delete unused function.
4530 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
4531 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
4532 (xml-entity-ref, xml-pe-reference-re)
4533 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
4534 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
4535 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
4536 (xml-entity-value-re): Use syntax references in regexps where
4537 possible; no need to define inside a let-binding.
4538 (xml-parse-dtd): Use xml-pe-reference-re.
4539 (xml-entity-or-char-ref-re): New defconst.
4540 (xml-parse-string, xml-substitute-special): Use it.
4541
30eabd7a
SM
45422012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4543
0781098a
SM
4544 * files.el (locate-dominating-file): Allow `name' to be a predicate.
4545 (find-file--read-only): New function.
4546 (find-file-read-only, find-file-read-only-other-window)
4547 (find-file-read-only-other-frame): Use it.
4548 (insert-file-contents-literally): Don't `fset'.
4549 (get-free-disk-space): Use locate-dominating-file.
4550
b5771c0d
SM
4551 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
4552 function is already compiled.
4553
30eabd7a
SM
4554 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
4555
b4886f6e
MA
45562012-07-03 Michael Albinus <michael.albinus@gmx.de>
4557
4558 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
4559 files on the same host.
4560
b9d82339
AS
45612012-07-03 Andreas Schwab <schwab@linux-m68k.org>
4562
4563 * help-fns.el (describe-function-1): Only call
4564 help-fns--autoloaded-p when we have a file name. (Bug#11848)
4565
a76e6535
CY
45662012-07-03 Chong Yidong <cyd@gnu.org>
4567
4568 * xml.el: Protect parser against XML bombs.
4569 (xml-entity-expansion-limit): New variable.
4570 (xml-parse-string, xml-substitute-special): Use it.
4571 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
4572
b544fef2
GM
45732012-07-03 Glenn Morris <rgm@gnu.org>
4574
4575 * progmodes/bug-reference.el (bug-reference-bug-regexp):
4576 Allow linking to specific messages in debbugs reports (eg 123#5).
4577
a7aef6f5
CY
45782012-07-02 Chong Yidong <cyd@gnu.org>
4579
4580 * xml.el: Fix entity and character reference expansion, allowing
4581 them to expand into markup as per XML spec.
4582 (xml-default-ns): New variable.
4583 (xml-entity-alist): Use XML spec definitions for lt and amp.
30eabd7a
SM
4584 (xml-parse-region): Make first two arguments optional.
4585 Discard text properties.
4586 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
4587 All callers changed.
a7aef6f5
CY
4588 (xml-parse-tag): Call xml-parse-tag-1. For backward
4589 compatibility, this function should not modify buffer contents.
4590 (xml-parse-tag-1): Fix opening-tag regexp.
4591 (xml-parse-string): Rewrite, handling entity and character
4592 references properly.
4593 (xml--entity-replacement-text): Signal an error if a parameter
4594 entity is undefined.
4595
3df31c9f
SM
45962012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
4597
2b5208f1
SM
4598 * comint.el (comint-output-filter): Filter out repeated prompts.
4599
3df31c9f
SM
4600 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
4601 and file-name-absolute-p.
4602 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
4603 internal calls.
4604
e3ac1281
PE
46052012-07-02 Paul Eggert <eggert@cs.ucla.edu>
4606
4607 Spelling fixes.
4608 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
4609 Rename from byte-compile--refiy-function. All uses changed.
4610
fbf2e7ad
CY
46112012-07-01 Chong Yidong <cyd@gnu.org>
4612
4613 * xml.el (xml--parse-buffer): New function. Move most of
4614 xml-parse-region here.
4615 (xml-parse-region): Copy region into a temporary buffer, since
4616 parameter entity substitution requires changing buffer contents.
4617 Use xml--parse-buffer.
4618 (xml-parse-file): Use xml--parse-buffer.
4619 (xml-parse-dtd): Make parameter entity substitution work right.
6fe566a7 4620 Use proper regexps for ELEMENT declarations (Bug#7172).
fbf2e7ad 4621
9bf0aa15
GM
46222012-06-30 Glenn Morris <rgm@gnu.org>
4623
bbce2853
GM
4624 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
4625
9bf0aa15
GM
4626 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
4627 Remove outdated and unnecessary dbus declarations.
4628
0d23c240
EZ
46292012-06-30 Eli Zaretskii <eliz@gnu.org>
4630
4631 * emacs-lisp/timer.el (timer-until): Subtract results of
4632 float-time, instead of taking float-time of the result of
4633 time-subtract, since float-time signals an error for negative time
4634 arguments.
4635
b3218de1
CY
46362012-06-30 Chong Yidong <cyd@gnu.org>
4637
4638 * xml.el (xml-*-re): Convert defvars into defconsts, and
4639 eval-and-compile them so eval-and-compile works on derivatives.
4640 (xml--entity-replacement-text): Use eval-and-comple.
4641
a40c87a0
MA
46422012-06-30 Michael Albinus <michael.albinus@gmx.de>
4643
4644 * vc/vc-git.el (vc-git-registered): Use cache property
4645 `git-registered'.
4646 (vc-git-mode-line-string): Call `vc-working-revision' instead of
4647 `vc-git-working-revision' in order to benefit from the cache.
2bb1ae55 4648 (vc-git-root): Use cache property `git-root'. (Bug#11757)
a40c87a0 4649
ac87de97
DG
46502012-06-30 Dmitry Gutov <dgutov@yandex.ru>
4651
4652 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
2bb1ae55 4653 removed (likely outside Emacs). (Bug#11757)
ac87de97 4654
ac10fe06
SM
46552012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
4656
3df31c9f 4657 * emacs-lisp/cl-lib.el: Require macroexp.
ac10fe06 4658
7f3fbd5d
CY
46592012-06-30 Chong Yidong <cyd@gnu.org>
4660
4661 * xml.el: Implement XML parameter entities.
4662 (xml-parameter-entity-alist): New variable.
4663 (xml-parse-region, xml-parse-fragment): Preserve previous values
4664 of xml-entity-alist and xml-parameter-entity-alist, so that
4665 repeated calls on different documents do not change them.
4666 (xml-parse-tag): Fix doctype regexp.
4667 (xml--entity-replacement-text): New function.
4668 (xml-parse-dtd): Use it. Don't handle system entities; doing that
4669 properly requires url retrieval which is unimplemented.
4670 (xml-escape-string): Doc fix.
4671
3cfbebba
SM
46722012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
4673
4674 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
4675
2af3565e
DA
46762012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
4677
4678 * fringe.el (fringe-mode): Doc fix.
4679
929df0e7
MA
46802012-06-29 Michael Albinus <michael.albinus@gmx.de>
4681
4682 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
4683 is non-nil.
4684 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
4685 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
4686
c8d3a25c 46872012-06-29 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 4688
c8d3a25c
GM
4689 * calendar/cal-dst.el (calendar-current-time-zone):
4690 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 4691
c8d3a25c 46922012-06-29 Masatake YAMATO <yamato@redhat.com>
26e8548e
MY
4693
4694 * progmodes/which-func.el (which-func-format):
4695 Add mouse-face. (Bug#11698)
4696
c8d3a25c
GM
46972012-06-29 Leo Liu <sdl.web@gmail.com>
4698
4699 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
4700
47012012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4702
4703 * minibuffer.el (minibuffer-confirm-exit-commands):
4704 Add completion-at-point (bug#11725).
4705
47062012-06-29 Glenn Morris <rgm@gnu.org>
4707
4708 * progmodes/f90.el (f90-font-lock-keywords-2):
4709 Add some preprocessor elements. (Bug#10499)
4710
47112012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4712
4713 * progmodes/cperl-mode.el (cperl-update-syntaxification):
4714 Use syntax-propertize (bug#11739).
4715
2badeec4
JB
47162012-06-28 Juanma Barranquero <lekktu@gmail.com>
4717
4718 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
4719
ae4969c2
JD
47202012-06-28 Julien Danjou <julien@danjou.info>
4721
4722 * term.el (term-handle-colors-array): Use a set of new faces to
4723 color the terminal. Also uses :inverse-video property.
4724 (term-default-fg-color): Set to nil by default, deprecate in favor
4725 of `term-face'.
4726 (term-default-bg-color): Set to nil by default, deprecate in favor
4727 of `term-face'.
4728 (term-current-face): Use `term-face' by default.
4729 (term-bold-attribute): Variable deleted.
4730
1c9bd870
GM
47312012-06-28 Glenn Morris <rgm@gnu.org>
4732
4733 * simple.el (completion-list-mode-finish):
4734 Don't use toggle-read-only. (Since completion-list-mode has
4735 a special mode-class, it wasn't doing anything extra anyway.)
4736
c207708c
SM
47372012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
4738
4739 Make inlining of other-mode interpreted functions work (bug#11799).
4740 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
4741 (byte-compile): Use it to fix compilation of lexical-binding closures.
4742 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
4743 function, if needed.
4744
3fd56834
SM
47452012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
4746
04901786
SM
4747 * help-mode.el (help-make-xrefs): Don't just withstand
4748 cyclic-variable-indirection but any error in documentation-property.
4749
1ec4b7b2
SM
4750 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
4751 memory use.
4752 * bindings.el (bindings--define-key): New function.
4753 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
4754 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
4755 * bindings.el: Use it to purecopy define-key bindings.
4756
e309e2a5
SM
4757 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
4758
d5c6faf9
SM
4759 * emacs-lisp/cl.el (flet): Mark obsolete.
4760 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
4761 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
4762 * progmodes/js.el (js-c-fill-paragraph):
4763 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
4764 (ebrowse-switch-member-buffer-to-derived-class):
4765 * play/5x5.el (5x5-solver): Use cl-flet.
4766
6e9590e2
SM
4767 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
4768 (cl--symbol-function): New macro.
4769 (cl--letf, cl--letf*): Use it.
4770
3fd56834
SM
4771 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
4772 Strip "toggle-" if any.
4773
35ff222c
GM
47742012-06-27 Glenn Morris <rgm@gnu.org>
4775
1ba6038a
GM
4776 * info.el (Info-default-directory-list): Move here from paths.el.
4777 * paths.el: Remove file, which is now empty.
4778 * loadup.el: No longer load "paths".
4779
0ea0e51b
GM
4780 * custom.el (custom-initialize-delay): Doc fix.
4781
35ff222c
GM
4782 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
4783 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
4784 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
4785 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
4786 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
4787 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
4788 * eshell/eshell.el (eshell-defgroup): Remove alias.
4789
c89926a5
CY
47902012-06-27 Chong Yidong <cyd@gnu.org>
4791
4792 * help.el (help-enable-auto-load): New variable.
4793
4794 * help-fns.el (help-fns--autoloaded-p): New function.
4795 (describe-function-1): Refer to a function as "autoloaded" if it
4796 was autoloaded at any time in the past. Perform autoloading if
4797 help-enable-auto-load is non-nil.
4798
cc06e7e7
EZ
47992012-06-26 Eli Zaretskii <eliz@gnu.org>
4800
4801 * makefile.w32-in (compile, compile-always): Depend on
4802 update-subdirs, not on subdirs.el. Otherwise, several different
4803 sub-targets of 'bootstrap' running in parallel could
4804 simultaneously write to subdirs.el, producing a garbled file.
4805
d2c32364
SS
48062012-06-26 Sam Steingold <sds@gnu.org>
4807
4808 * files.el (file-name-base): New convenience function.
0d14cc21
GM
4809 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
4810 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
4811 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
4812 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
4813 * textmodes/ispell.el, textmodes/reftex-ref.el:
d2c32364
SS
4814 * textmodes/tex-mode.el: Use it.
4815 Did not touch cedet and org because they are maintained elsewhere.
4816
5cf983b2
MR
48172012-06-26 Martin Rudalics <rudalics@gmx.at>
4818
4819 * calendar/calendar.el (calendar-exit): Don't try to delete or
4820 iconify last frame. See:
4821 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
4822
8c4f2952
JD
48232012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
4824
4825 * server.el (server-process-filter): Remember dir in the
4826 process's `server-client-directory' properties.
4827
772b2e2c
CY
48282012-06-24 Chong Yidong <cyd@gnu.org>
4829
4830 * xml.el (xml-parse-tag): Correctly handle comment embedded in
4831 non-tag text.
4832
711b11e1
JB
48332012-06-23 Juanma Barranquero <lekktu@gmail.com>
4834
4835 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
4836
dc5d230c
SM
48372012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
4838
4839 * help-fns.el (describe-variable): Don't croak when doc is not found.
4840 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
4841 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
4842 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
4843 * emacs-lisp/smie.el (smie-next-sexp): CSE.
4844 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
4845 ((lambda ..) ..).
4846 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
4847
136e1c1d
CY
48482012-06-23 Chong Yidong <cyd@gnu.org>
4849
e8c1cabf
CY
4850 * info.el (Info-mouse-follow-link): Accept symbol values of
4851 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
136e1c1d
CY
4852 (Info-fontify-node): Use Info-link-keymap for all navigation
4853 buttons, with link-args property to perform the desired action.
4854 (Info-link-keymap): Doc fix.
4855 (Info-next-link-keymap, Info-prev-link-keymap)
4856 (Info-up-link-keymap): Delete now-unused keymaps.
4857
0e9e6c6a
CY
48582012-06-23 Chong Yidong <cyd@gnu.org>
4859
05e89fea
CY
4860 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
4861
0e9e6c6a
CY
4862 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
4863 system abbrevs.
4864
4865 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
4866
e33c6771
SM
48672012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
4868
b68581e2
SM
4869 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
4870 (bug#11719).
4871
e33c6771
SM
4872 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
4873 the requote function doesn't work properly (bug#11714).
4874
7117e105
GM
48752012-06-23 Glenn Morris <rgm@gnu.org>
4876
4877 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
4878
36cec983
SM
48792012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
4880
4881 Further GV/CL cleanups.
4882 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
4883 gv-expander.
4884 (gv--defun-declaration): New function.
4885 (defun-declarations-alist): Use it.
4886 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
4887 (gv-place): Autoload.
4888 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
4889 original definition of dotimes and dolist.
4890 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
4891 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
4892 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
4893 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
4894 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
4895 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
4896 to the function's definition.
4897 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
4898 * window.el:
4899 * files.el:
4900 * faces.el:
4901 * env.el: Don't use CL.
4902
d35af63c
PE
49032012-06-22 Paul Eggert <eggert@cs.ucla.edu>
4904
4905 Support higher-resolution time stamps (Bug#9000).
4906
4907 * calendar/time-date.el (with-decoded-time-value): New arg
4908 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
4909 (encode-time-value): New optional arg PICO. New type 3.
4910 (time-to-seconds) [!float-time]: Support the new picoseconds
4911 component if it's used.
4912 (seconds-to-time, time-subtract, time-add):
4913 Support ps-resolution time stamps as well.
4914
4915 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
4916 (timerp): Timer vectors now have length 9, not 8.
4917 (timer--time): Support new-style (4-part) time stamps.
4918 (timer-next-integral-multiple-of-time): Time stamps now have
4919 picosecond resolution, so take a bit more care about rounding.
4920 (timer-relative-time, timer-inc-time): New optional arg psecs.
4921 (timer-set-time-with-usecs): Set psecs to 0.
4922 (timer--activate): Check psecs component, too.
4923
4924 * proced.el (proced-time-lessp): Support ps-resolution stamps.
4925
ac77b21a
SM
49262012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
4927
f143bfe3
SM
4928 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
4929 Move the non-essential binding to the post/pre-command-hook where it is
4930 more obviously correct.
4931
ac77b21a
SM
4932 * subr.el (read-passwd): Don't use a history at all.
4933 * savehist.el (savehist-save): Remove password saved accidentally
4934 because of the above bug.
4935
76386c5a
BG
49362012-06-22 Bastien Guerry <bzg@gnu.org>
4937
4938 * files.el (toggle-read-only): Display a message telling whether
4939 the buffer is read-only or not (bug#11726).
4940
2ee3d7f0
SM
49412012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
4942
4943 * emacs-lisp/gv.el: New file.
4944 * subr.el (push, pop): Extend to generalized variables.
4945 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
4946 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
4947 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
4948 gv-define-simple-setter, and gv-define-expander.
4949 Remove setf-methods defined in gv. Rename cl-setf -> setf.
4950 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
4951 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
4952 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
4953 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
4954 gv-letplace.
4955 (cl-defstruct): Don't define setf-method any more.
4956 * emacs-lisp/cl.el (flet): Don't autoload.
4957 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
4958 (define-setf-expander, defsetf, define-modify-macro)
4959 (cl-struct-setf-expander): Move from cl-lib.el.
4960 * emacs-lisp/syntax.el:
4961 * emacs-lisp/ewoc.el:
4962 * emacs-lisp/smie.el:
4963 * emacs-lisp/cconv.el:
4964 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
4965 (timer--time): Use gv-define-simple-setter.
4966 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
4967 to avoid coding-system problems in subr.el. Adjust all users.
4968 (macroexp--maxsize, macroexp-small-p): New functions.
4969 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
4970 * scroll-bar.el (scroll-bar-mode):
4971 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
4972 (normal-erase-is-backspace-mode): Don't use the `eq' place.
4973 * winner.el (winner-configuration, winner-make-point-alist)
4974 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
4975 * files.el (locate-file-completion-table): Avoid list*.
4976
c5695d1d
CY
49772012-06-22 Chong Yidong <cyd@gnu.org>
4978
4979 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
4980 (dired-create-files): Doc fix (Bug#11329).
4981 (dired-do-copy): Doc fix (Bug#11334).
4982 (dired-mark-read-string): Doc fix (Bug#11553).
4983
2ee3d7f0
SM
4984 * dired.el (dired-recursive-copies, dired-recursive-deletes):
4985 Doc fix (Bug#11326).
c5695d1d
CY
4986 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
4987 (dired-dwim-target): Doc fix.
4988
4989 * wdired.el (wdired-mode): Doc fix.
4990
89b5595a
GM
49912012-06-22 Glenn Morris <rgm@gnu.org>
4992
575db3f1
GM
4993 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
4994 (pcmpl-rpm-cache-stamp-file): New constant.
4995 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
4996 (pcmpl-rpm-packages): Optionally cache list of packages.
4997
a4c8dd51
GM
4998 * pcmpl-rpm.el (pcmpl-rpm): New group.
4999 (pcmpl-rpm-query-options): New option.
5000 (pcmpl-rpm-packages): No need to inline it.
5001 Use pcmpl-rpm-query-options.
5002
89b5595a
GM
5003 * calendar/calendar.el (calendar-in-read-only-buffer):
5004 Avoid some needless mode changes.
5005
e76f0800
CY
50062012-06-21 Chong Yidong <cyd@gnu.org>
5007
5008 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
5009 (desktop-path): Remove . from the default value (Bug#10977).
6b67c0d4 5010 (desktop-read): Use user-emacs-directory if desktop-path is nil.
e76f0800 5011
297a8f1d
CY
50122012-06-20 Chong Yidong <cyd@gnu.org>
5013
5014 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
5015
d34c18b1
DR
50162012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
5017
5018 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
5019 (bug#11201).
5020
32f7f28e
CY
50212012-06-20 Chong Yidong <cyd@gnu.org>
5022
5023 * term.el (term-window-width): Handle the case of a missing right
5024 fringe (Bug#8837).
5025 (term-check-size): Use window-text-height (Bug#5445).
d34c18b1
DR
5026 (term-mode): Use define-derived-mode. Minor cleanups.
5027 Set font-lock-defaults (Bug#7692).
6ff7caa8
CY
5028 (term-move-columns, term-insert-char, term-emulate-terminal)
5029 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
32f7f28e 5030
493c6688
MA
50312012-06-20 Michael Albinus <michael.albinus@gmx.de>
5032
d34c18b1
DR
5033 * net/ange-ftp.el (ange-ftp-get-passwd):
5034 Bind `enable-recursive-minibuffers'.
493c6688
MA
5035 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
5036
3f06ecf4
DR
50372012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
5038
5039 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
5040
68f12411
GM
50412012-06-19 Glenn Morris <rgm@gnu.org>
5042
5043 * progmodes/python.el (python-mode): Derive from prog-mode.
5044
b3820318
KG
50452012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
5046
5047 * emulation/edt.el (edt-default-menu-bar-update-buffers)
5048 (edt-user-menu-bar-update-buffers): New functions.
5049 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
5050
c6bf3022
CY
50512012-06-19 Chong Yidong <cyd@gnu.org>
5052
5053 * subr.el (with-selected-window): Preserve the selected window's
5054 terminal's top-frame (Bug#4702).
5055
5056 * window.el (save-selected-window): Likewise.
5057
25f09295
SM
50582012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
5059
5060 * progmodes/python.el (python-rx-constituents): Move backquote.
5061 (python-skeleton-define, python-define-auxiliary-skeleton):
5062 Use `declare'.
5063
6b11952a
MA
50642012-06-18 Michael Albinus <michael.albinus@gmx.de>
5065
5066 * minibuffer.el (read-file-name-default): Revert the patch from
5067 2012-06-17.
5068
ee4b1330
SM
50692012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
5070
5071 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
5072 (pcase--u1, pcase--q1): Don't use apply-partially.
5073
35647f79
GM
50742012-06-18 Glenn Morris <rgm@gnu.org>
5075
5076 * progmodes/python.el (python-proc, python-buffer)
5077 (python-send-receive, python-send-string): Fix obsolete versions.
5078
24b0cff0
MR
50792012-06-18 Martin Rudalics <rudalics@gmx.at>
5080
5081 * window.el (special-display-p): Completely remove stringp
5082 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
5083
29855149
MA
50842012-06-17 Michael Albinus <michael.albinus@gmx.de>
5085
5086 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
5087
5088 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
5089
5090 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
5091 * net/tramp-sh.el (tramp-maybe-open-connection):
5092 Throw if `non-essential' is non-nil.
5093
07463363
MR
50942012-06-17 Martin Rudalics <rudalics@gmx.at>
5095
5096 * window.el (special-display-p): Signal an error if BUFFER-NAME
5097 is not a string (Bug#11713).
5098
48d1354e
PE
50992012-06-17 Paul Eggert <eggert@cs.ucla.edu>
5100
5101 * progmodes/python.el (python-info-beginning-of-backslash):
5102 Rename from python-info-beginning-of-backlash, as a spelling fix.
5103
eb4a8a9a
CY
51042012-06-17 Chong Yidong <cyd@gnu.org>
5105
5106 * term.el (term-emulate-terminal): If term-check-size is called,
5107 move point to the process mark without resetting point (Bug#4635).
5108
ddfbf826 51092012-06-17 Glenn Morris <rgm@gnu.org>
9c758578
GM
5110
5111 * international/mule-cmds.el (mule-menu-keymap)
5112 (set-language-environment, set-locale-environment): Doc tweaks.
5113
9b0e3eba
AA
51142012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
5115
5116 * cus-face.el (custom-face-attributes): Add wave-style underline
5117 attribute.
5118 * faces.el (set-face-attribute): Update docstring to describe
5119 wave-style underline attribute.
5120
771e3eae
CY
51212012-06-16 Chong Yidong <cyd@gnu.org>
5122
5123 * term/xterm.el (terminal-init-xterm): Discard input before
5124 querying background mode (Bug#10959).
5125
7ae2ea10
SM
51262012-06-16 Stefan Merten <smerten@oekonux.de>
5127
5128 * textmodes/rst.el: Added and corrected some comments.
5129 (rst-re-alist-def): Improve symbol syntax.
5130 (rst-mode-syntax-table): Correct syntax entries.
6665a6fd
SM
5131 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
5132 (rst-official-version, rst-official-cvs-rev): Update version
5133 information.
7ae2ea10 5134
b6974efa
JB
51352012-06-15 Juanma Barranquero <lekktu@gmail.com>
5136
5137 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
5138 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
5139
8826d473
GM
51402012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
5141
5142 * progmodes/python.el: New python.el merge.
5143 (python-guess-indent): Obsolete var.
5144 (python-indent-guess-indent-offset): New defcustom.
5145 (python-indent): Obsolete var.
5146 (python-indent-offset): New defcustom.
5147 (python-python-command, python-jython-command): Delete var.
5148 (python-shell-interpreter): New defcustom.
5149 (python-pdbtrack-do-tracking-p): Delete var.
5150 (python-pdbtrack-activate): New defcustom.
5151 (python-use-skeletons): Obsolete var.
5152 (python-skeleton-autoinsert): New defcustom.
5153 (inferior-python-filter-regexp, python-continuation-offset)
5154 (python-honour-comment-indentation, python-indent-string-contents)
5155 (python-jython-packages, python-mode-hook)
5156 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
5157 (python-shell-prompt-alist)
5158 (python-source-modes): Delete defcustoms.
5159 (python-check-buffer-name, python-eldoc-setup-code)
5160 (python-eldoc-string-code, python-ffap-setup-code)
5161 (python-ffap-string-code, python-fill-comment-function)
5162 (python-fill-decorator-function, python-fill-paren-function)
5163 (python-fill-string-function, python-imenu-include-defun-type)
5164 (python-imenu-make-tree, python-imenu-subtree-root-label)
5165 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
5166 (python-shell-compilation-regexp-alist)
5167 (python-shell-completion-module-string-code)
5168 (python-shell-completion-pdb-string-code)
5169 (python-shell-completion-setup-code)
5170 (python-shell-completion-string-code)
5171 (python-shell-enable-font-lock, python-shell-exec-path)
5172 (python-shell-extra-pythonpaths)
5173 (python-shell-internal-buffer-name, python-shell-interpreter-args)
5174 (python-shell-process-environment)
5175 (python-shell-prompt-block-regexp)
5176 (python-shell-prompt-output-regexp)
5177 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
5178 (python-shell-send-setup-max-wait, python-shell-setup-codes)
5179 (python-shell-virtualenv-path): New defcustoms.
5180 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
5181 (inferior-python-mode-syntax-table, python--prompt-regexp)
5182 (python-buffer, python-command python-python-command)
5183 (python-default-template, python-imports, python-indent-index)
5184 (python-indent-list, python-indent-list-length)
5185 (python-mode-running, python-pdbtrack-is-tracking-p)
5186 (python-preoutput-continuation, python-preoutput-leftover)
5187 (python-preoutput-result, python-preoutput-skip-next-prompt)
5188 (python-prev-dir/file, python-recursing)
5189 (python-saved-check-command, python-version-checked)
5190 (python-which-func-length-limit)
5191 (view-return-to-alist): Delete vars.
5192 (python-check-custom-command, python-dotty-syntax-table)
5193 (python-imenu-index-alist, python-indent-current-level)
5194 (python-indent-dedenters, python-indent-levels)
5195 (python-nav-beginning-of-defun-regexp)
5196 (python-nav-list-defun-positions-cache)
5197 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
5198 (python-shell-internal-buffer)
5199 (python-skeleton-available): New vars.
5200 (def-python-skeleton): Delete macro.
5201 (python-skeleton-define): New macro.
5202 (python-define-auxiliary-skeleton, python-rx): New macros.
5203 (python-insert-class): Delete command.
5204 (python-skeleton-class): New command.
5205 (python-insert-def): Delete command.
5206 (python-skeleton-def): New command.
5207 (python-insert-for): Delete command.
5208 (python-skeleton-for): New command.
5209 (python-insert-if): Delete command.
5210 (python-skeleton-if): New command.
5211 (python-insert-try/except, python-insert-try/finally): Delete commands.
5212 (python-skeleton-try): New command.
5213 (python-insert-while): Delete command.
5214 (python-skeleton-while): New command.
5215 (python-backspace): Delete command.
5216 (python-indent-dedent-line-backspace): New command.
5217 (python-electric-colon): Delete command.
5218 (python-indent-electric-colon): New command.
5219 (python-guess-indent): Delete command.
5220 (python-indent-guess-indent-offset): New command.
5221 (python-shift-left): Delete command.
5222 (python-indent-shift-left): New command.
5223 (python-shift-right): Delete command.
5224 (python-indent-shift-right): New command.
5225 (python-find-function): Delete command.
5226 (python-nav-jump-to-defun): New command.
5227 (python-next-statement): Delete command.
5228 (python-nav-forward-sentence): New command.
5229 (python-previous-statement): Delete command.
5230 (python-nav-backward-sentence): New command.
5231 (python-fill-paragraph): Delete command.
5232 (python-fill-paragraph-function): New command.
5233 (python-send-buffer): Delete command.
5234 (python-shell-send-buffer): New command.
5235 (python-send-defun): Delete command.
5236 (python-shell-send-defun): New command.
5237 (python-send-region, python-send-region-and-go): Delete commands.
5238 (python-shell-send-region)
5239 (python-shell-switch-to-shell): New commands.
5240 (python-send-string): Delete command.
5241 (python-shell-send-string): New command.
5242 (python-switch-to-python): Delete command.
5243 (python-shell-switch-to-shell): New command.
5244 (python-describe-symbol): Delete command.
5245 (python-eldoc-at-point): New command.
5246 (python--set-prompt-regexp, python-args-to-list)
5247 (python-after-info-look, python-check-version)
5248 (python-check-comint-prompt, python-find-imports)
5249 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
5250 (python-unload-function, python-expand-template)
5251 (python-maybe-jython, python-preoutput-filter)
5252 (python-pdbtrack-get-source-buffer)
5253 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
5254 (python-pdbtrack-toggle-stack-tracking)
5255 (python-pdbtrack-track-stack-file, python-initial-text)
5256 (python-first-word, python-comment-line-p, python-send-command)
5257 (python-setup-brm, python-sentinel, python-set-proc)
5258 (python-skip-out, python-input-filter, python-outdent-p)
5259 (python-outline-level, python-backslash-continuation-line-p)
5260 (python-end-of-block, python-end-of-statement, python-mark-block)
5261 (python-beginning-of-block, python-beginning-of-statement)
5262 (python-blank-line-p, python-beginning-of-string)
5263 (python-open-block-statement-p): Delete functions.
5264 (python-indent-line, python-indent-line-1): Delete functions.
5265 (python-indent-line): New function.
5266 (python-indentation-levels): Delete function.
5267 (python-indent-calculate-levels): New function.
5268 (python-proc): Delete function.
5269 (python-shell-get-process): New function.
5270 (python-send-receive): Delete function.
5271 (python-shell-send-string-no-output): New function.
5272 (python-module-path): Delete function.
5273 (python-ffap-module-path): New function.
5274 (python-completion-at-point)
5275 (python-symbol-completions): Delete functions.
5276 (python-completion-complete-at-point): New function.
5277 (python-load-file): Delete function.
5278 (python-shell-send-file): New function.
5279 (python-calculate-indentation): Delete function.
5280 (python-indent-calculate-indentation): New function.
5281 (python-skip-comments/blanks): Delete function.
5282 (python-util-forward-comment): New function.
5283 (python-continuation-line-p): Delete function.
5284 (python-info-continuation-line-p): New function.
5285 (python-which-func, python-current-defun): Delete function.
5286 (python-info-current-defun): New function.
5287 (python-beginning-of-defun): Delete function.
5288 (python-nav-beginning-of-defun): New function.
5289 (python-close-block-statement-p)
5290 (python-block-end-p): Delete function.
5291 (python-info-closing-block): New function.
5292 (python-comint-output-filter-function)
5293 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
5294 (python-fill-comment, python-fill-decorator, python-fill-paren)
5295 (python-fill-string, python-imenu-make-element-tree)
5296 (python-imenu-make-tree, python-imenu-tree-assoc)
5297 (python-indent-context, python-indent-dedent-line)
5298 (python-indent-line-function)
5299 (python-indent-post-self-insert-function)
5300 (python-indent-toggle-levels)
5301 (python-info-assignment-continuation-line-p)
5302 (python-info-beginning-of-backlash)
5303 (python-info-block-continuation-line-p)
5304 (python-info-closing-block-message)
5305 (python-info-line-ends-backslash-p)
5306 (python-info-looking-at-beginning-of-defun)
5307 (python-info-ppss-context, python-info-ppss-context-type)
5308 (python-nav-list-defun-positions, python-nav-read-defun)
5309 (python-nav-sentence-end, python-nav-sentence-start)
5310 (python-pdbtrack-comint-output-filter-function)
5311 (python-pdbtrack-set-tracked-buffer)
5312 (python-shell-calculate-exec-path)
5313 (python-shell-calculate-process-environment)
5314 (python-shell-completion--do-completion-at-point)
5315 (python-shell-completion--get-completions)
5316 (python-shell-completion-complete-at-point)
5317 (python-shell-completion-complete-or-indent)
5318 (python-shell-get-or-create-process)
5319 (python-shell-get-process-name)
5320 (python-shell-internal-get-or-create-process)
5321 (python-shell-internal-get-process-name)
5322 (python-shell-internal-send-string, python-shell-make-comint)
5323 (python-shell-parse-command, python-shell-send-setup-code)
5324 (python-skeleton-add-menu-items)
5325 (python-util-clone-local-variables, python-util-position)
5326 (run-python-internal, python-indentation-levels)
5327 (python-nav-beginning-of-defun)
5328 (python-completion-complete-at-point): New functions.
5329 (run-python): Change arguments. New API requirements.
5330
4302f5ba
SM
53312012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5332
f38ea36d
SM
5333 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
5334 (bug#11649).
5335
5336 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
5337 (macroexp--expand-all): Use it.
5338
4302f5ba
SM
5339 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
5340 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
5341 Use `cl-function' instead.
5342
33377562
JB
53432012-06-14 Juanma Barranquero <lekktu@gmail.com>
5344
5345 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
5346 Suggested by Stefan Monnier while discussing bug#11657.
5347
54c5ba1a
SS
53482012-06-14 Sam Steingold <sds@gnu.org>
5349
5350 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
5351
f9f1b1fe
AS
53522012-06-14 Andreas Schwab <schwab@linux-m68k.org>
5353
5354 * play/doctor.el (doctor-doc): Remove parameter and use
5355 doctor-sent instead of sent.
5356 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
5357
a81068ba
SM
53582012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5359
5a315f9c
SM
5360 * files.el: Require cl-lib.
5361 (file-name-non-special): Replace case -> cl-case.
5362
5363 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
5364
a81068ba
SM
5365 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
5366 mapping from #' to function*.
5367
8cca9703
CY
53682012-06-13 Chong Yidong <cyd@gnu.org>
5369
5370 * mouse.el (mouse-drag-track): Do not set the mark if the user
5371 releases the mouse without selecting anything (Bug#11588).
5372
a12ac9d7
SM
53732012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5374
ccf1dc18
SM
5375 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
5376 as well (bug#11646).
5377
ef62b23d
SM
5378 * loadup.el: Count byte-code functions as well.
5379
c4c8444a
SM
5380 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
5381 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
5382
a12ac9d7
SM
5383 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
5384 (bug#11649). Add cl-defun and cl-defmacro.
5385
87e6e64f
DA
53862012-06-13 Drew Adams <drew.adams@oracle.com>
5387
5388 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
5389 Fix last change.
5390
682cefaf
MA
53912012-06-13 Michael Albinus <michael.albinus@gmx.de>
5392
5393 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
5394 Otherwise, it blocks in batch mode.
5395
773e1f08
JB
53962012-06-13 Juanma Barranquero <lekktu@gmail.com>
5397
5398 * help-mode.el (bookmark-make-record-default): Declare.
5399
60057926
CY
54002012-06-13 Chong Yidong <cyd@gnu.org>
5401
5402 * emacs-lisp/package.el (list-packages): Compute a list of
5403 packages that are newly-available since the last list-packages
5404 invocation.
5405 (package-menu--new-package-list): New var.
5406 (package-menu--generate, package-menu--print-info)
5407 (package-menu--status-predicate, package-menu-mark-install):
5408 Handle new status label "new".
5409
ad4d226c
SM
54102012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
5411
5412 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
5413 conversion to backquotes.
5414
f1a4e679
CY
54152012-06-12 Chong Yidong <cyd@gnu.org>
5416
5417 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
5418 Rename from gud-inhibit-global-bindings.
5419
5420 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
5421
5422 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
5423 hook from nxml-glyph-set-hook.
5424
5425 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
5426 declaration.
5427
5428 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
5429
5430 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
5431 Convert to defcustom.
5432
0c9e42b5
DA
54332012-06-12 Drew Adams <drew.adams@oracle.com>
5434
5435 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
5436 New functions.
5437 (help-mode): Use them.
5438
09e06855
GM
54392012-06-11 Glenn Morris <rgm@gnu.org>
5440
5441 * progmodes/fortran.el (fortran-font-lock-keywords-3):
5442 Use preprocessor face for directives.
5443 (fortran-directive-re): Doc fix.
5444
71adb94b
SM
54452012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
5446
2eb87922
SM
5447 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
5448 conversion to backquotes (bug#11652).
5449
71adb94b
SM
5450 Fix compiler-expansion of CL's cXXr functions (bug#11673).
5451 * emacs-lisp/cl-lib.el (cl--defalias): New function.
5452 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
5453 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
5454 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
5455 (cl-ninth, cl-tenth): Mark them as inlinable.
5456 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
5457 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
5458 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
5459 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
5460 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
5461 (cl-list*, cl-adjoin): Don't put an autoload manually.
5462 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
5463 (cl--compiler-macro-list*): Add autoload cookie.
5464 (cl--compiler-macro-cXXr): New function.
2eb87922 5465
71adb94b
SM
5466 * help-fns.el (help-fns--compiler-macro): New function extracted from
5467 describe-function-1; follow aliases and use `compiler-macro' property.
5468 (describe-function-1): Use it.
5469
a6674402
CY
54702012-06-11 Chong Yidong <cyd@gnu.org>
5471
5472 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
5473 is uninstalled, if imagemagick is installed.
5474
bb3faf5b
SM
54752012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
5476
5477 * emacs-lisp/cl-lib.el: Use lexical-binding.
5478 (cl-map-extents, cl-maclisp-member): Remove.
5479 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
5480 (cl--set-substring, cl--block-wrapper, cl--block-throw)
5481 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
5482 * emacs-lisp/cl-extra.el: Use lexical-binding.
5483 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
5484 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
5485 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
5486 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
5487 * emacs-lisp/cl-seq.el: Use lexical-binding.
5488 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
5489 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
5490 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
5491 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
5492 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
5493 CL's internals.
5494
2fe4b125
MA
54952012-06-11 Michael Albinus <michael.albinus@gmx.de>
5496
5497 Sync with Tramp 2.2.6-pre.
5498
5499 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
5500 `print-length' and `print-level' to nil, in order to avoid
5501 truncation. Reported by Christopher Schmidt
5502 <christopher@ristopher.com>.
5503
5504 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
5505
5506 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
5507 New defmacro.
5508 (tramp-compat-copy-directory): Add optional argument
5509 COPY-CONTENTS. It is not handled yet.
5510
5511 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
5512 (tramp-ftp-file-name-p): Simplify.
5513
5514 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
5515 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
5516 connection vector.
5517
5518 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
5519 (tramp-methods): Do not use `tramp-password-end-of-line'.
5520 (tramp-completion-function-alist-putty): Handle UNIX case.
5521 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
5522 (tramp-do-file-attributes-with-stat)
5523 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
5524 gid as real numbers. They could run out of integer range on cygwin.
5525 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
5526 (tramp-sh-handle-expand-file-name): Handle hops.
87e6e64f
DA
5527 (tramp-open-connection-setup-interactive-shell):
5528 Use `tramp-cleanup'. Move check for busyboxes ...
5529 (tramp-find-shell): ... here. Simplify implementation.
5530 Set "remote-shell" property also for alternative shells.
5531 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
5532 If failing, a regular file would be written otherwise.
5533 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
2fe4b125
MA
5534 (tramp-find-inline-encoding): Cache the coding commands in the
5535 process cache. Apply test command on the remote side, if defined.
5536 (tramp-find-inline-compress): Cache the compress commands in the
5537 process cache.
5538 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
5539 when requested. Handle hops.
5540 (tramp-current-connection): New defvar.
87e6e64f
DA
5541 (tramp-maybe-open-connection): Use `tramp-cleanup'.
5542 Throw `suppress', if there was a failed connection shortly before.
2fe4b125 5543 Handle user interrupt. (Bug#10187)
87e6e64f
DA
5544 (tramp-get-inline-compress, tramp-get-inline-coding):
5545 Read connection properties from the process cache.
2fe4b125
MA
5546
5547 * net/tramp-smb.el (tramp-smb-server-version)
87e6e64f
DA
5548 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
5549 New defconsts.
2fe4b125
MA
5550 (tramp-smb-prompt): Extend for powershell prompt.
5551 (tramp-smb-file-name-handler-alist): Add handlers for
5552 `process-file', `shell-command' and `start-file-process'.
5553 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
5554 (tramp-smb-winexe-shell-command-switch): New defcustoms.
5555 (tramp-smb-file-name-p): Simplify.
5556 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
5557 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
5558 (tramp-smb-shell-quote-argument): New defuns.
5559 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
5560 Implement using "tar". By this, time-stamps are preserved.
5561 (tramp-smb-handle-copy-file): Handle also the case of directories.
5562 (tramp-smb-do-file-attributes-with-stat)
87e6e64f
DA
5563 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
5564 Use `tramp-get-connection-buffer').
2fe4b125
MA
5565 (tramp-smb-handle-rename-file): Use "rename", when source and
5566 target are on the same share.
87e6e64f
DA
5567 (tramp-smb-maybe-open-connection): Handle wrong passwords.
5568 Use `tramp-smb-server-version'.
2fe4b125
MA
5569 (tramp-smb-wait-for-output): Remove prompt.
5570
5571 * net/tramp.el (top): Require 'cl.
87e6e64f
DA
5572 (tramp-methods, tramp-rsh-end-of-line):
5573 Remove `tramp-password-end-of-line' from docstring.
2fe4b125
MA
5574 (tramp-save-ad-hoc-proxies): New defcustom.
5575 (tramp-completion-function-alist): Adapt docstring.
5576 (tramp-default-password-end-of-line): Remove defcustom.
5577 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
5578 (tramp-user-regexp, tramp-file-name-regexp-unified)
5579 (tramp-file-name-regexp-url): Extend regexp by hop separator.
5580 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
5581 (tramp-remote-file-name-spec-regexp): New defconst.
5582 (tramp-file-name-structure): Extend structure for hops.
5583 (tramp-get-method-parameter): Move up.
5584 (tramp-file-name-p, tramp-dissect-file-name)
5585 (with-parsed-tramp-file-name): Handle hops.
5586 (tramp-file-name-hop): New defun.
5587 (tramp-make-tramp-file-name): New optional arg HOP.
5588 (tramp-message-show-progress-reporter-message): New defvar.
5589 (tramp-with-progress-reporter): Use it. We cannot use
5590 `tramp-message-show-message' here, because this suppresses also
5591 error buffers.
5592 (tramp-error-with-buffer): Suppress buffer view, if
87e6e64f
DA
5593 `tramp-message-show-message' is nil.
5594 Use `tramp-get-connection-buffer'.
2fe4b125
MA
5595 (tramp-cleanup): New defun.
5596 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
5597 (tramp-file-name-handler): If `debug-on-error' is set, propagate
5598 an error unchanged.
5599 (tramp-completion-handle-file-name-all-completions): Handle hops.
5600 Fix an error when called from ido.
5601 (tramp-completion-dissect-file-name): Use better local variable
5602 name. Add hop to the vector.
5603 (tramp-handle-insert-file-contents): Use progress-reporter for the
5604 whole scenario.
5605 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
5606 to `t'.
5607 (tramp-check-for-regexp): Simplify search.
5608 (tramp-enter-password): Remove it. Move implementation ...
5609 (tramp-action-password): ... here.
5610 (tramp-mode-string-to-int, tramp-local-host-p)
5611 (tramp-make-tramp-temp-file, tramp-read-passwd)
87e6e64f
DA
5612 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
5613 Set tramp-autoload cookie.
2fe4b125
MA
5614
5615 * net/trampver.el: Update release number.
5616
56172012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5618 Michael Albinus <michael.albinus@gmx.de>
5619
5620 * net/tramp.el (tramp-set-completion-function): Fix docstring.
5621 (tramp-parse-group, tramp-parse-file)
5622 (tramp-parse-shostkeys-sknownhosts): New defuns.
5623 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
5624 (tramp-parse-shosts-group, tramp-parse-sconfig)
5625 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
5626 (tramp-parse-sknownhosts, tramp-parse-hosts)
5627 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
5628 Use them.
5629 (tramp-parse-passwd-group, tramp-parse-netrc-group)
5630 (tramp-parse-putty-group): Don't narrow.
5631 (tramp-parse-putty): Make a loop.
5632 (tramp-file-name-handler): Catch the `suppress' signal.
5633
72834e10
CY
56342012-06-11 Chong Yidong <cyd@gnu.org>
5635
5636 * image.el (imagemagick-register-types): Put the ImageMagick entry
5637 at the end of image-type-file-name-regexps.
5638
a4712e11
JB
56392012-06-11 Johan Bockgård <bojohan@gnu.org>
5640
5641 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
5642 (pcase, pcase-let*, pcase-dolist): Use them.
5643
82ad98e3
SM
56442012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
5645
5646 * emacs-lisp/pcase.el (pcase--let*): New function.
5647 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
5648 (pcase--expand): Use macroexp-let².
5649
f80efb86
SM
56502012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
5651
5652 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
5653 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
5654 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
5655 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
5656 * emacs-lisp/derived.el: Use pcase instead of `cl'.
5657 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
5658
31ca4639 56592012-06-10 Glenn Morris <rgm@gnu.org>
94f0aa34 5660
31ca4639
CY
5661 * mail/rmail.el (rmail-yank-current-message): Leave point at
5662 correct position. (Bug#11660)
94f0aa34 5663
31ca4639 56642012-06-10 Chong Yidong <cyd@gnu.org>
9e1b8ec4 5665
31ca4639 5666 * allout-widgets.el: Fix code header.
9e1b8ec4 5667
31ca4639 56682012-06-10 Chong Yidong <cyd@gnu.org>
00cd0305 5669
f80efb86
SM
5670 * cus-edit.el (customize-changed-options-previous-release):
5671 Bump to 24.1.
31ca4639 5672
642b6d30
AS
56732012-06-09 Andreas Schwab <schwab@linux-m68k.org>
5674
5675 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
5676
4f5d2ba1
CY
56772012-06-09 Chong Yidong <cyd@gnu.org>
5678
5679 * ebuff-menu.el (electric-buffer-list): Preserve header line.
5680
e75852fd
MR
56812012-06-09 Martin Rudalics <rudalics@gmx.at>
5682
5683 * window.el (special-display-popup-frame): Don't use
5684 window--display-buffer (Bug#11651).
5685
1e48e282
EZ
56862012-06-09 Eli Zaretskii <eliz@gnu.org>
5687
8a26b487
EZ
5688 Fix parallel builds: make sure loaddefs.el is not being written
5689 while Lisp files are compiled.
5690 (compile): Don't depend on 'mh-autoloads'.
5691 (compile-CMD, compile-SH): Depend on 'autoloads'.
5692 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
5693
1e48e282
EZ
5694 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
5695
6175e34b
CY
56962012-06-09 Chong Yidong <cyd@gnu.org>
5697
5698 * face-remap.el (face-remap-add-relative, face-remap-set-base)
5699 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
5700 Doc fixes (Bug#11225).
5701
d9857e53
SM
57022012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
5703
5704 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
5705 a function if there's a clear indication that it has a compiler-macro.
5706 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
5707 (macro-declarations-alist): Add arglist to declaration functions.
5708 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
5709 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
5710 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
5711 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
5712 Also add autoload to find the compiler macro.
5713 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
5714 (cl--compiler-macro-member, cl--compiler-macro-assoc)
5715 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
5716 (cl--compiler-macro-get): New functions, replacing calls to
5717 cl-define-compiler-macro.
5718 (cl-typep) [compiler-macro]: Use macroexp-let².
5719
f81298f8 57202012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
ee574791
UJ
5721
5722 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
5723 string properly, fixes Bug#11473.
5724
4b56d0fe
CY
57252012-06-08 Chong Yidong <cyd@gnu.org>
5726
5727 * faces.el (set-face-attribute): Doc fix.
5728 (modify-face): Don't use :bold and :italic.
5729 (error, warning, success): Tweak definitions.
5730
5731 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
5732 (custom-modified, custom-set, custom-changed, custom-themed)
5733 (custom-saved, custom-button, custom-button-mouse)
5734 (custom-button-pressed, custom-state, custom-comment-tag)
5735 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
5736 (custom-group-subtitle): Use new-style face specs.
5737 (custom-invalid-face, custom-rogue-face, custom-modified-face)
5738 (custom-set-face, custom-changed-face, custom-saved-face)
5739 (custom-button-face, custom-button-pressed-face)
5740 (custom-documentation-face, custom-state-face)
5741 (custom-comment-face, custom-comment-tag-face)
5742 (custom-variable-tag-face, custom-variable-button-face)
5743 (custom-face-tag-face, custom-group-tag-face-1)
5744 (custom-group-tag-face): Remove obsolete face alias.
5745
5746 * epa.el (epa-validity-high, epa-validity-medium)
5747 (epa-validity-low, epa-mark, epa-field-name, epa-string)
5748 (epa-field-name, epa-field-body):
5749 * font-lock.el (font-lock-comment-face, font-lock-string-face)
5750 (font-lock-keyword-face, font-lock-builtin-face)
5751 (font-lock-function-name-face, font-lock-variable-name-face)
5752 (font-lock-type-face, font-lock-constant-face):
5753 * ido.el (ido-first-match, ido-only-match, ido-subdir)
5754 (ido-virtual, ido-indicator, ido-incomplete-regexp):
5755 * speedbar.el (speedbar-button-face, speedbar-file-face)
5756 (speedbar-directory-face, speedbar-tag-face)
5757 (speedbar-selected-face, speedbar-highlight-face)
5758 (speedbar-separator-face):
5759 * whitespace.el (whitespace-newline, whitespace-space)
5760 (whitespace-hspace, whitespace-tab, whitespace-trailing)
5761 (whitespace-line, whitespace-space-before-tab)
5762 (whitespace-space-after-tab, whitespace-indentation)
5763 (whitespace-empty):
5764 * emulation/cua-base.el (cua-global-mark):
5765 * eshell/em-prompt.el (eshell-prompt):
5766 * net/newst-plainview.el (newsticker-new-item-face)
5767 (newsticker-old-item-face, newsticker-immortal-item-face)
5768 (newsticker-obsolete-item-face, newsticker-date-face)
5769 (newsticker-statistics-face, newsticker-default-face):
5770 * net/newst-reader.el (newsticker-feed-face)
5771 (newsticker-extra-face, newsticker-enclosure-face):
5772 * net/newst-treeview.el (newsticker-treeview-face)
5773 (newsticker-treeview-new-face, newsticker-treeview-old-face)
5774 (newsticker-treeview-immortal-face)
5775 (newsticker-treeview-obsolete-face)
5776 (newsticker-treeview-selection-face):
5777 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
5778 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
5779 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
5780 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
5781 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
5782 (nxml-outline-active-indicator, nxml-outline-ellipsis):
5783 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
5784 (mpuz-text):
5785 * progmodes/vera-mode.el (vera-font-lock-number)
5786 (vera-font-lock-function, vera-font-lock-interface):
5787 * textmodes/table.el (table-cell): Use new-style face specs, and
5788 don't use the old :bold and :italic attributes.
5789
5790 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
5791 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
5792 (ebrowse-member-class, ebrowse-progress): Likewise.
5793 (ebrowse-tree-mark-face, ebrowse-root-class-face)
5794 (ebrowse-file-name-face, ebrowse-default-face)
5795 (ebrowse-member-attribute-face, ebrowse-member-class-face)
5796 (ebrowse-progress-face): Remove obsolete faces.
5797
5798 * progmodes/flymake.el (flymake-errline, flymake-warnline):
5799 Inherit from error and warning faces respectively.
5800
5801 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
5802 Likewise.
f80efb86
SM
5803 (flyspell-incorrect-face, flyspell-duplicate-face):
5804 Remove obsolete aliases.
4b56d0fe 5805
03310646
MA
58062012-06-08 Michael Albinus <michael.albinus@gmx.de>
5807
5808 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
5809 Avoid infloop.
5810
513749ee
SM
58112012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
5812
5813 * startup.el (argv, argi): Make lexically scoped.
5814 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
5815 * emacs-lisp/cl-macs.el: Use lexical-binding.
5816 Rename cl-bind-* to cl--bind-*.
5817 * files.el: Don't require `cl' since it doesn't use it.
5818 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
5819
595ef4ad
JB
58202012-06-08 Juanma Barranquero <lekktu@gmail.com>
5821
5822 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
5823 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
5824 instead of calling external sort utility.
5825 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
5826
e9f66fcb
EZ
58272012-06-08 Eli Zaretskii <eliz@gnu.org>
5828
5829 * descr-text.el (describe-char): Mention how to insert the
5830 character, if the current input method doesn't support it.
5831 See the discussion in this thread for the details:
5832 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
5833
3d10db47
SS
58342012-06-08 Sam Steingold <sds@gnu.org>
5835
5836 * bindings.el (global-map): Bind XF86Forward to next-buffer and
5837 XF86Back to previous-buffer.
5838 (minibuffer-local-map): Bind them to next-history-element and
5839 previous-history-element respectively.
5840 * help-mode.el (help-mode-map): Bind them to help-go-forward and
5841 help-go-back respectively.
5842 * info.el (Info-mode-map): Bind them to Info-history-forward and
5843 Info-history-back respectively.
5844 These are the keys next to Up on the ThinkPad keyboard.
5845
de7e2b36
SM
58462012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
5847
5848 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
5849 * emacs-lisp/cl-macs.el: Provide itself.
5850 (cl--labels-convert-cache): New var.
5851 (cl--labels-convert): New function.
5852 (cl-flet, cl-labels): New implementation with new semantics, relying on
5853 lexical-binding.
5854 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
5855 (cl-closure-vars, cl--function-convert-cache)
5856 (cl--function-convert): Move from cl-macs.el.
5857 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
5858 rename by removing the "cl-" prefix.
5859 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
5860
6fa6c4ae
SM
58612012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
5862
5863 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
5864 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
5865 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
5866 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
5867 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
5868 (cl-hash-table-count): Add old compatibility aliases.
5869
5870 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
5871 Use macroexpand-all-environment instead.
5872 (cl--old-macroexpand): New var.
5873 (cl--sm-macroexpand): New function.
5874 (cl-symbol-macrolet): Use it during macro expansion.
5875 (cl--function-convert-cache): New var.
5876 (cl--function-convert): New function, extracted from
5877 cl-macroexpand-all.
5878 (cl-lexical-let): Use it.
5879
5880 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
5881 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
5882 (cl-member): Remove old alias.
5883
5884 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
5885 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
5886 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
5887 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
5888 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
5889 (cl-macroexpand-cmacs): Remove var.
5890 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
5891 Use macroexpand-all instead.
5892
4dd1c416
SM
58932012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
5894
5895 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
5896 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
5897 (macroexp-copyable-p): New functions and macros.
5898 * emacs-lisp/edebug.el (edebug-unwrap):
5899 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
5900 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
5901 (pcase--let*): Remove.
5902 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
5903 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
5904 macroexp-const-p instead.
5905 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
5906
5907 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
5908 instead of "cl-" for internal definitions. Use macroexp-const-p.
5909 (cl-old-bc-file-form): Remove var.
5910 (cl-const-exprs-p): Remove fun.
5911 (cl-labels, cl-macrolet): Use backquote.
5912 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
5913 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
5914 (cl-define-setf-expander): Rename from cl-define-setf-method.
5915 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
5916
5917 * international/mule-cmds.el: Don't require CL.
5918 (view-hello-file): Don't use `letf'.
5919
ed8bd4d7
SM
59202012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
5921
7287f2f3
SM
5922 * tmm.el (tmm-prompt): Use string-prefix-p.
5923 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
5924 (tmm-add-prompt): Use minibuffer-completion-help.
5925 (tmm-delete-map): Remove.
5926
ed8bd4d7
SM
5927 * subr.el (kbd): Make it its own function.
5928
7b4cdbf4
SM
59292012-06-07 Stefan Merten <smerten@oekonux.de>
5930
5931 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
5932 Silence compiler warnings. Fix versions.
ed8bd4d7 5933 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7b4cdbf4 5934 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
ed8bd4d7 5935 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7b4cdbf4
SM
5936 (rst-package-emacs-version-alist): Correct Emacs version to
5937 represent major merge with upstream.
ed8bd4d7 5938 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7b4cdbf4 5939
2b48d721
GM
59402012-06-06 Glenn Morris <rgm@gnu.org>
5941
5942 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
5943 Only print environment variables if set.
5944
fa779ab0
SM
59452012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
5946
5947 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
5948 (macroexp--cons): Rename from maybe-cons.
5949 (macroexp--accumulate): Rename from macroexp-accumulate.
5950 (macroexp--all-forms): Rename from macroexpand-all-forms.
5951 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
5952 (macroexp--expand-all): Rename from macroexpand-all-1.
5953
628299e0
SS
59542012-06-06 Sam Steingold <sds@gnu.org>
5955
5956 * calendar/calendar.el (calendar-in-read-only-buffer):
5957 Call `special-mode' to enable the standard read-only keybindings.
5958
b7bb5838
SM
59592012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
5960
5961 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
5962 with "loading" messages (bug#11635).
5963
dfb308ba
MA
59642012-06-06 Michael Albinus <michael.albinus@gmx.de>
5965
5966 * files.el (enable-remote-dir-locals): New option.
5967 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
5968
0372ee92
MA
5969 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
5970 Ensure, that the temp directory is local.
5971
5972 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
5973 `temporary-file-directory'.
5974
eed0bb91
MA
5975 * progmodes/python.el (python-send-region): Ensure, that the
5976 temporary file is created also in the remote case.
5977
7a58f64d
GM
59782012-06-06 Glenn Morris <rgm@gnu.org>
5979
f7dd4e98
GM
5980 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
5981 (vc-rcs-update-changelog): Use it.
5982
090bd7cb 5983 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
276d5f5d 5984
7a58f64d
GM
5985 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
5986 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
5987 (vc-sccs-diff): Replace use of the external vcdiff script.
5988
daed4003
GM
59892012-06-05 Glenn Morris <rgm@gnu.org>
5990
5991 * ledit.el: Move to obsolete/.
5992
48c455c7
SS
59932012-06-05 Sam Steingold <sds@gnu.org>
5994
ed9265fc 5995 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
48c455c7
SS
5996 patch (Bug#11140).
5997
57a7d507
SM
59982012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
5999
090bd7cb 6000 * emacs-lisp/cust-print.el: Move to obsolete.
d32926ff 6001
53aacf21
SM
6002 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
6003 compiler-macro expansion.
6004
57a7d507
SM
6005 Add native compiler-macro support.
6006 * emacs-lisp/macroexp.el (macroexpand-all-1):
6007 Support compiler-macros directly. Properly follow aliases and apply
6008 the compiler macros more thoroughly.
6009 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
6010 macroexpand now properly follows aliases.
6011 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
6012 (cl-compiler-macroexpand): Use new prop.
6013 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
6014
6015 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
6016
51a5f9d8
MR
60172012-06-05 Martin Rudalics <rudalics@gmx.at>
6018
6019 * window.el (get-lru-window, get-mru-window, get-largest-window):
6020 New argument NOT-SELECTED to avoid picking the selected window.
6021 (window--display-buffer-1, window--display-buffer-2): Replace by
6022 new function window--display-buffer
6023 (display-buffer-same-window, display-buffer-reuse-window)
57a7d507
SM
6024 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6025 Use window--display-buffer.
51a5f9d8
MR
6026 (display-buffer-use-some-window): Remove temporary dedication
6027 hack by calling get-lru-window and get-largest-window with
6028 NOT-SELECTED argument non-nil. Call window--display-buffer.
6029
08f9f738
GM
60302012-06-05 Glenn Morris <rgm@gnu.org>
6031
6032 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
6033 Replace external vcdiff script.
6034
e364a2b7
SM
60352012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
6036
6037 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
6038
041df390
CY
60392012-06-04 Chong Yidong <cyd@gnu.org>
6040
e364a2b7
SM
6041 * image.el (imagemagick-types-inhibit): Revert last change.
6042 Add INFO and M.
47b36b94 6043 (imagemagick-enabled-types): Remove CIN and EPS*.
041df390 6044
7c1898a7
SM
60452012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
6046
6047 * emacs-lisp/cl-lib.el: Rename from cl.el.
6048 * emacs-lisp/cl.el: New compatibility file.
6049 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
6050 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
6051 to obey the "cl-" prefix.
6052 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
6053
0c3461de
GM
60542012-06-03 Glenn Morris <rgm@gnu.org>
6055
1e266c88
GM
6056 * emacs-lisp/authors.el (authors-aliases): Addition.
6057
0c3461de
GM
6058 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
6059 Fix :version.
6060
d8a52e15
SM
60612012-06-03 Stefan Merten <smerten@oekonux.de>
6062
6063 * textmodes/rst.el: Add comments.
6064 (rst-transition, rst-adornment): New faces.
6065 (rst-adornment-faces-alist): Make default safe to reevaluate.
6066 Fixes
6067 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
6068 Improve customization tags.
6069 (rst-define-level-faces): Clarify meaning.
6070
5205d6f6
CY
60712012-06-03 Chong Yidong <cyd@gnu.org>
6072
6073 * progmodes/compile.el (compilation-mode-line-fail)
7c1898a7
SM
6074 (compilation-mode-line-run, compilation-mode-line-exit):
6075 New faces.
5205d6f6
CY
6076 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
6077
757ee657
JD
60782012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
6079
7c1898a7
SM
6080 * progmodes/which-func.el (which-func-update-ediff-windows):
6081 New function. Use it in ediff-select-hook (Bug#11478).
757ee657 6082
5f2c76c6
CY
60832012-06-03 Chong Yidong <cyd@gnu.org>
6084
6085 * bindings.el: Remove explicit help text from format-mode-line.
6086 It is now supplied by mode-line-default-help-echo.
6087 (mode-line-front-space, mode-line-end-spaces)
6088 (mode-line-misc-info): New variables.
6089 (mode-line-modes, mode-line-position): Move the default value to
6090 the variable definition.
6091 (mode-line-default-help-echo): New defcustom.
383f7350
CY
6092 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
6093 (mode-line-modified-help-echo): New functions.
6094 (mode-line-mule-info, mode-line-modified): Use them.
6095 (mode-line-eol-desc, propertized-buffer-identification):
6096 Consistency fixes for help text.
cbe46e5f
CY
6097 (mode-line-coding-system-map): Allow using mouse-3 to invoke
6098 set-buffer-file-coding-system (Bug#289).
6099 (mode-line-mule-info-help-echo): Update help text.
5f2c76c6 6100
f2d6a3df
SM
61012012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
6102
6103 * simple.el (execute-extended-command): Set real-this-command
6104 (bug#11506).
6105
37269466
CY
61062012-06-02 Chong Yidong <cyd@gnu.org>
6107
6108 Remove incorrect uses of "modeline" in comments, docstrings, and
6109 function/variable names (Bug#10329).
6110
6111 * cus-edit.el (mode-line):
6112 * dframe.el (dframe-mouse-hscroll):
6113 * emacs-lisp/re-builder.el:
6114 * emacs-lisp/easy-mmode.el (define-minor-mode):
6115 * frame.el (set-frame-name):
6116 * help.el (lookup-minor-mode-from-indicator):
6117 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
6118 * progmodes/cc-cmds.el (c-toggle-auto-newline)
6119 (c-toggle-hungry-state):
6120 * progmodes/antlr-mode.el (antlr-language-alist):
6121 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
6122 * progmodes/vhdl-mode.el (vhdl-mode):
6123 * progmodes/which-func.el (which-func, which-func-cleanup-function):
6124 * term/ns-win.el (ns-face-at-pos):
6125 * term/sup-mouse.el (sup-mouse-report):
6126 * textmodes/flyspell.el (flyspell-mode-line-string):
6127 * textmodes/ispell.el (ispell-highlight-face):
6128 * textmodes/reftex-global.el:
6129 * vc/vc-arch.el (vc-arch-mode-line-string):
6130 * vc/vc-cvs.el (vc-cvs-mode-line-string):
6131 * vc/vc-git.el (vc-git-mode-line-string):
6132 * vc/vc-hooks.el (vc-display-status)
6133 (vc-default-mode-line-string):
6134 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
6135
6136 * ansi-color.el (ansi-color-faces-vector): Change default faces.
6137
6138 * dired.el (dired-sort-set-mode-line): Rename from
6139 dired-sort-set-modeline. All callers changed.
6140
6141 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
6142 eshell-status-in-modeline.
6143
6144 * foldout.el (foldout-mode-line-string): Rename from
6145 foldout-modeline-string. All callers changed.
6146 (foldout-update-mode-line): Rename from foldout-update-modeline.
6147
6148 * subr.el (redraw-modeline): Make into obsolete alias.
6149
6150 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
6151 timeclock-modeline-display. Make old name an alias.
6152 (timeclock-update-mode-line): Likewise. All callers changed.
6153 (timeclock-mode-line-display): No need to check before using
6154 add-hook.
6155 (timeclock-relative, timeclock-day-over-hook)
6156 (timeclock-use-elapsed, timeclock-mode-string)
6157 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
6158
6159 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
6160 crisp-mode-modeline-string.
6161
6162 * play/solitaire.el (solitaire-build-mode-line): Rename from
6163 solitaire-build-modeline. All callers changed.
6164
6165 * play/zone.el (zone-hiding-mode-line): Rename from
6166 zone-hiding-modeline. All callers changed.
6167 (zone): Remove unusued `modeline-hidden-level' property.
6168
6169 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
6170 xscheme-modeline-initialize. All callers changed.
6171
6172 * strokes.el (strokes-lighter): Rename from
6173 strokes-modeline-string.
6174
6175 * textmodes/sgml-mode.el (html-face-tag-alist)
6176 (html-tag-face-alist): Use mode-line face instead of obsolete
6177 alias modeline.
6178
42152ee4
SM
61792012-06-02 Stefan Merten <smerten@oekonux.de>
6180
6181 * textmodes/rst.el: Always require `cl'.
4cf9b38d 6182 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
42152ee4 6183
95f520b5
CY
61842012-06-02 Chong Yidong <cyd@gnu.org>
6185
6186 * image.el (imagemagick-enabled-types): Rename from
6187 imagemagick-types-enable. Add many more types.
6188 (imagemagick-types-inhibit): Change default to nil.
6189 (imagemagick-filter-types): Caller changed.
6190
4a5f187a
SM
61912012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6192
03fef3e6
SM
6193 * emacs-lisp/cl-macs.el: Use backquotes.
6194 (cl-transform-function-property): Use eval-and-compile rather than
6195 abusing `require'.
6196 (defstruct): Use declare-function instead of with-no-warnings.
6197
4a5f187a
SM
6198 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
6199 (byte-compile-output-docform): Re-add the print-circle bindings.
6200 (byte-compile-fix-header): Use #$ just because it's shorter.
6201 (byte-compile-output-file-form): Remove defun/defmacro.
6202
bd56924f
MR
62032012-06-01 Martin Rudalics <rudalics@gmx.at>
6204
6205 * simple.el (choose-completion): Remove now obsolete binding for
6206 owindow.
6207
046e38ce
MA
62082012-06-01 Michael Albinus <michael.albinus@gmx.de>
6209
6210 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
6211 in order to avoid "Stack overflow in regexp matcher".
6212
32d72c2f
GM
62132012-05-31 Glenn Morris <rgm@gnu.org>
6214
6215 * image.el: For clarity, call imagemagick-register-types at
6216 top-level, rather than relying on a custom :initialize.
6217 (imagemagick-types-enable): New option. (Bug#11557)
60b5f187
GM
6218 (imagemagick-filter-types): New function. (Bug#7406)
6219 (imagemagick-register-types): Use imagemagick-filter-types.
32d72c2f
GM
6220 If disabling support, remove elements altogether rather
6221 than using an impossible regexp.
6222 (imagemagick-types-inhibit): Give it the default init function.
6223
dd41169b
SM
62242012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6225
4a5f187a
SM
6226 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
6227 Handle arbitrary file name lengths (Bug#11585).
dd41169b 6228
efc00ab1 62292012-05-31 Martin Rudalics <rudalics@gmx.at>
5221ccb9
MR
6230
6231 * desktop.el (desktop-read): Clear previous and next buffers for
6232 all windows and bury *Messages* buffer (bug#11556).
6233
500fcedc
SM
62342012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6235
6236 Add `declare' for `defun'. Align `defmacro's with it.
6237 * emacs-lisp/easy-mmode.el (define-minor-mode)
6238 (define-globalized-minor-mode): Don't autoload the var definitions.
6239 * emacs-lisp/byte-run.el: Use lexical-binding.
6240 (defun-declarations-alist, macro-declarations-alist): New vars.
6241 (defmacro, defun): Use them.
6242 (make-obsolete, define-obsolete-function-alias)
6243 (make-obsolete-variable, define-obsolete-variable-alias):
6244 Use `declare'.
6245 (macro-declaration-function): Mark obsolete.
6246 * emacs-lisp/autoload.el: Use lexical-binding.
6247 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
6248
6e8a1786
AM
62492012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6250
6251 * textmodes/ispell.el (ispell-with-no-warnings):
6252 Define as a macro.
500fcedc
SM
6253 (ispell-kill-ispell, ispell-change-dictionary):
6254 Use `called-interactively-p' for Emacs instead of obsolete
6e8a1786
AM
6255 `interactive-p'.
6256
61b108cc
SM
62572012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6258
6259 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
6260 (macro-declaration-function): Move var from C code.
6261 (macro-declaration-function): Define function with defalias.
6262 * emacs-lisp/macroexp.el (macroexpand-all-1):
6263 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
6264 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
6265 defun/defmacro any more.
6266 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
6267 Provide fallback for unknown arglist.
6268 (byte-compile-arglist-warn): Change calling convention.
6269 (byte-compile-output-file-form): Move print-vars binding.
6270 (byte-compile-output-docform): Simplify accordingly.
6271 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
6272 (byte-compile-defmacro-declaration): Remove.
6273 (byte-compile-file-form-defmumble): Generalize to defalias.
6274 (byte-compile-output-as-comment): Return byte-positions.
6275 Simplify callers accordingly.
6276 (byte-compile-lambda): Use `assert'.
6277 (byte-compile-defun, byte-compile-defmacro): Remove.
6278 (byte-compile-file-form-defalias):
6279 Use byte-compile-file-form-defmumble.
6280 (byte-compile-defalias-warn): Remove.
6281
6d3f7c2f
SM
62822012-05-29 Stefan Merten <smerten@oekonux.de>
6283
6284 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
61b108cc 6285 possible. Fix authors. Improve comments. Improve loading of `cl'.
6d3f7c2f
SM
6286
6287 (rst-mode-abbrev-table): Merge definition.
6288 (rst-mode): Make sure `font-lock-defaults' is buffer local.
6289 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
6290
6dbaa1c7
UJ
62912012-05-29 Ulf Jasper <ulf.jasper@web.de>
6292
6293 * calendar/icalendar.el
6294 (icalendar-export-region): Export UID properly.
6295
d209e2fb 62962012-05-29 Leo Liu <sdl.web@gmail.com>
61b108cc
SM
6297 * calendar/icalendar.el (icalendar-import-format):
6298 Add `icalendar-import-format-uid' (Bug#11525).
6dbaa1c7
UJ
6299 (icalendar-import-format-uid): New.
6300 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
6301 Export UID.
6302
6876a58d
SM
63032012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6304
6305 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
6306 different alternative patterns.
6307 (pcase-codegen): Be more careful to preserve identity.
6308 (pcase--u1): Don't forget to mark vars as used.
6309
6310 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
6311 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
6312 (byte-compile-from-buffer): ...rather than here.
6313
6314 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
6315 functions from byte-compile-function-environment.
6316
46b7967e
TN
63172012-05-29 Troels Nielsen <bn.troels@gmail.com>
6318
6319 * window.el (window-deletable-p): Avoid deleting the root window
6320 of a frame with an active minibuffer.
6321
69d565e2
MR
63222012-05-29 Martin Rudalics <rudalics@gmx.at>
6323
6324 * simple.el (choose-completion): Use quit-window (Bug#11567).
6325
a149fa51
CY
63262012-05-29 Chong Yidong <cyd@gnu.org>
6327
6328 * whitespace.el (whitespace-cleanup): Fix usage of
6329 whitespace-empty-at-bob-regexp (Bug#11492).
6330
2b311310
AH
63312012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6332
6333 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
6334 revert (Bug#11488).
6335
b9cb2387
JL
63362012-05-29 Juri Linkov <juri@jurta.org>
6337
6338 * isearch.el (isearch-mode-map): Bind `M-s _' to
6339 `isearch-toggle-symbol'. Bind `M-s c' to
6340 `isearch-toggle-case-fold'.
6341 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
6342 (isearch-forward): Add `M-s _' to the docstring.
6343 (isearch-forward-symbol, isearch-toggle-case-fold)
6344 (isearch-symbol-regexp): New functions. (Bug#11381)
6345
d5e61c1c
JL
63462012-05-29 Juri Linkov <juri@jurta.org>
6347
6348 * isearch.el (isearch-word): Add docstring. (Bug#11381)
6349 (isearch-occur, isearch-search-and-update): If `isearch-word' is
6350 a function, call it to get the regexp.
6351 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
6352 property `isearch-message-prefix' instead of the string "word ".
6353 (isearch-search-fun-default): For the case of `isearch-word',
6354 return a lambda that calls re-search-forward/re-search-backward
6355 with a regexp returned by `word-search-regexp' or by the function
6356 in `isearch-word'.
6357
8cbd80f7
JL
63582012-05-29 Juri Linkov <juri@jurta.org>
6359
6360 * isearch.el (isearch-search-fun-default): New function.
6361 (isearch-search-fun): Move default part to the new function
6362 `isearch-search-fun-default'.
6363 (isearch-search-fun-function): Set the default value to
6364 `isearch-search-fun-default'. (Bug#11381)
6365
6366 * comint.el (comint-history-isearch-end):
6367 Use `isearch-search-fun-default'.
6368 (comint-history-isearch-search): Use `isearch-search-fun-default'
6369 and remove spacial case for `isearch-word'.
6370 (comint-history-isearch-wrap): Remove spacial case for
6371 `isearch-word'.
6372
6373 * hexl.el (hexl-isearch-search-function):
6374 Use `isearch-search-fun-default'.
6375
6376 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
6377 Use `word-search-regexp' for `isearch-word'.
6378
6379 * misearch.el (multi-isearch-search-fun):
6380 Use `isearch-search-fun-default'.
6381
6382 * simple.el (minibuffer-history-isearch-search):
6383 Use `isearch-search-fun-default' and remove spacial case for
6384 `isearch-word'.
6385 (minibuffer-history-isearch-wrap): Remove spacial case for
6386 `isearch-word'.
6387
6388 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
6389 Remove spacial case for `isearch-word'.
6390 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
6391
85c8c5b6
AM
63922012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6393
6394 Decrease XEmacs incompatibilities.
6395 * textmodes/flyspell.el (flyspell-check-pre-word-p):
6396 Use `string-match'.
6397 (flyspell-delete-region-overlays): Use alternative definition for
6398 XEmacs.
6399 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
6400 (flyspell-word): Use `process-kill-without-query' if XEmacs.
6401 (flyspell-mode-on): Use `interactive-p' if XEmacs.
6402 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
6403 `define-obsolete-face-alias' under XEmacs, but old method.
6404
6405 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
6406 `with-no-warnings' definition or Emacs alias.
6407 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
6408 (ispell-word): Do not use `region-p' if XEmacs.
6409
8cab9efc
AM
64102012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6411
6412 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
6413 Check for `ispell-dictionary-base-alist' instead of full
6414 `ispell-dictionary-alist'.
6415 (ispell-init-process): Show spellchecker when starting new Ispell
6416 process.
6417
fda91268
RZ
64182012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
6419
6420 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
6421 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
6422
694ea8e3
JB
64232012-05-27 Juanma Barranquero <lekktu@gmail.com>
6424
6425 * version.el (motif-version-string, gtk-version-string)
6426 (ns-version-string): Declare.
6427
e4d4f539
JL
64282012-05-27 Juri Linkov <juri@jurta.org>
6429
6430 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
6431 after the `eval-defun-1' specialcaseing
6432 like in `edebug-eval-defun' (bug#10181).
6433
6434 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
6435 like in `eval-defun-1'.
6436
33017faf 64372012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 6438
fda91268
RZ
6439 * mail/sendmail.el (mail-yank-region):
6440 Recognize rmail-yank-current-message in addition to insert-buffer.
6441 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
6442 a *mail* buffer created through rmail-start-mail with sendmail as
6443 mail-user-agent.
6444
33017faf
GM
64452012-05-27 Chong Yidong <cyd@gnu.org>
6446
6447 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
6448 Default to 256 (Bug#11267).
6449
6450 * help.el (describe-mode): Doc fix.
6451
04188bb9
GM
64522012-05-26 Glenn Morris <rgm@gnu.org>
6453
38264cc9
GM
6454 * w32-fns.el (w32-init-info): Remove.
6455 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
6456
eb7afdad
GM
6457 * info.el (info-initialize): For self-contained NS builds, put the
6458 included info/ directory at the front. (Bug#2791)
6459
04188bb9
GM
6460 * paths.el (Info-default-directory-list): Make it a defcustom,
6461 mainly so that we can use custom-initialize-delay.
6462
a179e3f7
SM
64632012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
6464
43416392
SM
6465 * subr.el (buffer-has-markers-at): Mark obsolete.
6466
a179e3f7 6467 * subr.el (lambda): Use declare.
43416392 6468
a179e3f7
SM
6469 * emacs-lisp/lisp-mode.el (lambda):
6470 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
6471
34a008d9
AH
64722012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6473
6474 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
6475
0a3b289f
GM
64762012-05-26 Glenn Morris <rgm@gnu.org>
6477
6478 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
6479
758c81e8
GM
64802012-05-25 Glenn Morris <rgm@gnu.org>
6481
f9f334f0
GM
6482 * paths.el: Remove no-byte-compile.
6483 * loadup.el: No need to load paths.el uncompiled.
6484
87eb79c2
GM
6485 * image.el (imagemagick-types-inhibit): Doc fix.
6486
758c81e8
GM
6487 * version.el: Remove no-byte-compile and associated formatting.
6488 * loadup.el: No need to load version.el uncompiled. AFAICS, this
6489 is ancient code from when there was an "inc-vers.el".
6490
e7e85dc0
SM
64912012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
6492
6493 * progmodes/gdb-mi.el: Minor style changes.
6494 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
6495 Turn into minor modes.
6496 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
6497 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
6498 (gdb-shell): Remove unneeded let-binding.
6499 (gdb-get-many-fields): Eliminate O(n²) behavior.
6500
f31237a4
EZ
65012012-05-25 Eli Zaretskii <eliz@gnu.org>
6502
6503 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
6504 platforms that don't link in fontset.c.
6505
bc1b21bb
JL
65062012-05-25 Juri Linkov <juri@jurta.org>
6507
6508 Use the same diff color scheme as in modern VCSes (bug#10181).
6509
6510 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
6511 to avoid confusion with `diff-added' that now uses green colors.
6512 (diff-removed): Use shades of red.
6513 (diff-added): Use shades of green.
6514 (diff-changed): Leave just the yellow color.
6515 (diff-use-changed-face): New variable.
6516 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
6517 how to highlight context diff changes.
6518 (diff-refine-change): Use shades of yellow.
6519 (diff-refine-removed): New face that uses shades of red.
6520 (diff-refine-added): New face that uses shades of green.
6521 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
6522 `diff-refine-removed' in the call to `smerge-refine-subst'
6523 depending on the value of `diff-use-changed-face'.
6524
6525 * vc/smerge-mode.el (smerge-mine): Use shades of red.
6526 (smerge-other): Use shades of green.
6527 (smerge-base): Use shades of yellow.
6528 (smerge-refined-change): Empty face.
6529 (smerge-refined-removed): New face that uses shades of red.
6530 (smerge-refined-added): New face that uses shades of green.
6531 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
6532 args `props-r' and `props-a', and use them. Doc fix.
6533 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
6534 on its value use different faces `smerge-refined-change',
6535 `smerge-refined-removed', `smerge-refined-added' in the call to
6536 `smerge-refine-subst'.
6537
6538 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
6539 Add face condition `min-colors 88' with shades of red.
6540 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
6541 `min-colors 88' with shades of green.
6542 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
6543 `min-colors 88' with shades of yellow.
6544
6df9112c
GM
65452012-05-24 Glenn Morris <rgm@gnu.org>
6546
ead5edc0
GM
6547 * paths.el (prune-directory-list, remote-shell-program): Move to...
6548 * files.el (prune-directory-list, remote-shell-program): ...here.
6549 For the latter, delay initialization, prefer ssh, just search PATH.
6550
f18b81e6
GM
6551 * paths.el (term-file-prefix): Move to faces.el (the only user).
6552 * faces.el (term-file-prefix): Move here, make it a defcustom.
6553
ee2f89a6
GM
6554 * paths.el (news-directory, news-path, news-inews-program):
6555 Move to gnus/nnspool.el.
61a583ca 6556
f8815e4c
GM
6557 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
6558
c8f3b42c
GM
6559 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
6560 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
6561 Make the latter a defcustom, with a delayed initialization.
6562
6df9112c
GM
6563 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
6564 These were deleted from Gnus itself late 2010.
6565
5dadff36
JB
65662012-05-22 Juanma Barranquero <lekktu@gmail.com>
6567
9e1701c6
JB
6568 * progmodes/which-func.el (which-func-ff-hook):
6569 Check against user-error, not error.
6570
bd7239f5 6571 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
6572 cl-specs.el, which no longer exists.
6573
3290526d
GM
65742012-05-22 Glenn Morris <rgm@gnu.org>
6575
6576 * info.el (info-emacs-bug): New command.
6577 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
6578 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
6579
ff0c3cfb
GM
65802012-05-21 Glenn Morris <rgm@gnu.org>
6581
6582 * makefile.w32-in (update-subdirs-SH):
6583 * Makefile.in (update-subdirs): Update for moved update-subdirs.
6584
5814f126
SM
65852012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
6586
a52c0aa0
SM
6587 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
6588
5814f126
SM
6589 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6590 Simplify Maven regexp, and make sure the file can't start with a space
6591 (bug#11517).
6592
b847032c
GM
65932012-05-21 Glenn Morris <rgm@gnu.org>
6594
6595 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
6596 Scrap superfluous subshells.
6597
3858bfe7
SM
65982012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
6599
6600 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
6601 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
6602
d14b0029
JB
66032012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
6604
6605 * calc/calc.el (calc-ensure-consistent-units): New variable.
6606
a52c0aa0
SM
6607 * calc/calc-units.el (math-consistent-units-p)
6608 (math-check-unit-consistency): New functions.
6609 (calc-quick-units, calc-convert-units):
6610 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
6611 is non-nil.
d14b0029
JB
6612 (calc-extract-units): Fix typo.
6613
60c4db3a
SM
66142012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
6615
77f3b62e
SM
6616 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
6617
60c4db3a
SM
6618 * textmodes/flyspell.el: Commenting style, plus code simplifications.
6619 (flyspell-default-deplacement-commands): Don't spell check after
6620 repeated window/frame switches (e.g. triggered by mouse-movement).
6621 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
6622 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
6623 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
6624 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
6625 Remove unused vars.
6626 (flyspell-get-casechars, flyspell-get-not-casechars):
6627 Simplify; Don't bother removing a ] just to add it back.
6628 * textmodes/ispell.el (ispell-program-name): Use executable-find.
6629
d209e2fb 66302012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
b1a10716
RS
6631
6632 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
6633 New functions.
bd7239f5 6634 (math-function-table): Add support for more C functions.
b1a10716 6635
3f1b25b5
AM
66362012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6637
090bd7cb
JB
6638 * textmodes/flyspell.el (flyspell-check-pre-word-p)
6639 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
6640 Protect delay handling for otherchars against empty otherchars.
3f1b25b5 6641
b581bb5c
SM
66422012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
6643
6644 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
6645 their respective macro declarations.
6646 * skeleton.el (define-skeleton):
6647 * progmodes/compile.el (define-compilation-mode):
6648 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
6649 (define-ibuffer-filter):
6650 * emacs-lisp/generic.el (define-generic-mode):
6651 * emacs-lisp/easy-mmode.el (define-minor-mode)
6652 (define-globalized-minor-mode):
6653 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
6654 * emacs-lisp/byte-run.el (defsubst):
6655 * custom.el (deftheme): Add doc-string metadata.
6656
70b8ef8f
SM
66572012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6658
6659 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
6660
b1198e17
SM
66612012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6662
9abdc45d
SM
6663 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
6664
b1198e17
SM
6665 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
6666 * emacs-lisp/cl-macs.el: Idem.
6667 * emacs-lisp/cl-specs.el: Remove.
6668
4735906a
SM
66692012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6670
6671 Minor renaming of internal CL functions and variables.
6672 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
6673 (cl--position): Rename from cl-position.
6674 (cl--delete-duplicates): Rename from cl-delete-duplicates.
6675 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
6676 (cl--random-state): Rename from *random-state*.
6677
ac348012
SM
66782012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6679
6680 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
6681 parens around the arg list (bug#11499).
6682
a0a79cde
JL
66832012-05-17 Juri Linkov <juri@jurta.org>
6684
6685 * isearch.el (word-search-regexp, word-search-backward)
6686 (word-search-forward, word-search-backward-lax)
6687 (word-search-forward-lax): Move functions from search.c
6688 (bug#10145, bug#11381).
6689
65034a51
AM
66902012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6691
090bd7cb
JB
6692 * textmodes/flyspell.el (flyspell-check-pre-word-p)
6693 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
6694 Delay for otherchars as for normal word components.
65034a51 6695
1a72a195
SM
66962012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
6697
6698 * minibuffer.el (completion--sifn-requote): Fix last change.
6699 (minibuffer-local-must-match-filename-map):
6700 Move define-obsolete-variable-alias before its var.
6701
fdb058c2
SM
67022012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
6703
c41045e6
SM
6704 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
6705
036dfb8b
SM
6706 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
6707 behavior.
6708 (completion--string-equal-p): New function.
6709 (completion--twq-all): Use it to get better assertion failure data.
6710
2473256d
SM
6711 Only handle ".." and '..' quoting in shell-mode (bug#11466).
6712 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
6713 (shell--requote-argument): New functions.
6714 (shell-completion-vars): Use them.
6715 (shell--parse-pcomplete-arguments): Rename from
6716 shell-parse-pcomplete-arguments.
6717 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
6718 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
6719 Obey comint-file-name-quote-list.
6720
fdb058c2
SM
6721 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
6722 (smie-indent-keyword): Use it.
6723
51fa99f1
SM
67242012-05-14 Stefan Merten <smerten@oekonux.de>
6725
6726 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
6727
e18afed7 67282012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
6729
6730 * net/rlogin.el (rlogin-mode-map): Fix last change.
6731
e18afed7 67322012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
6733
6734 * mail/smtpmail.el (smtpmail-send-command): Send the command and
6735 the following \r\n using a single `process-send-string', since the
6736 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 6737 with two `process-send-string's (Bug#11444).
8633b1f4 6738
e18afed7 67392012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 6740
fdb058c2
SM
6741 * shell.el (shell-parse-pcomplete-arguments):
6742 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 6743
2d21d7f6
WJ
67442012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
6745
e18afed7 6746 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
6747 (image-transform-scale, image-transform-right-angle-fudge): New vars.
6748 (image-transform-width, image-transform-fit-width): New functions.
6749 (image-transform-properties): Use them.
6750 (image-transform-check-size): New function.
6751 (image-toggle-display-image): Use it (for testing).
6752 (image-transform-set-rotation): Reduce angle mod 360.
6753 Delete obsolete comment.
6754
7102e6d0
WJ
67552012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
6756
6757 * image-mode.el: Fix scaling (bug#11399).
6758 (image-transform-resize): Doc fix.
6759 (image-transform-properties): Default scale is 1 and height should
6760 be an integer.
6761
06bc5e6e
SM
67622012-05-13 Johan Bockgård <bojohan@gnu.org>
6763
6764 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
6765 than hard-coding `car', to fix misbehavior when moving forward.
6766
0ae03b6a
CY
67672012-05-13 Chong Yidong <cyd@gnu.org>
6768
6769 * emacs-lisp/tabulated-list.el (tabulated-list-format)
6770 (tabulated-list-entries, tabulated-list-padding)
6771 (tabulated-list-sort-key): Make permanent-local.
6772
6773 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
6774 (electric-buffer-list): Put electric buffer menu
6775 command descriptions in this docstring, instead of the docstring
6776 of electric-buffer-menu-mode. Code cleanups.
6777 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
6778 Electric-buffer-menu-mode.
6779 (electric-buffer-update-highlight): Minor code cleanup.
6780
205a7391
MA
67812012-05-13 Michael Albinus <michael.albinus@gmx.de>
6782
6783 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
6784 (Bug#11447)
6785
e5bd0a28
SM
67862012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
6787
6788 Move define-obsolete-variable-alias before the var's definition.
6789 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
6790 * tooltip.el (tooltip-hook):
6791 * textmodes/reftex-toc.el (reftex-toc-map):
6792 * textmodes/reftex-sel.el (reftex-select-label-map)
6793 (reftex-select-bib-map):
6794 * textmodes/reftex-index.el (reftex-index-map)
6795 (reftex-index-phrases-map):
6796 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
6797 * progmodes/meta-mode.el (meta-mode-map):
6798 * novice.el (disabled-command-hook):
6799 * loadhist.el (unload-hook-features-list):
6800 * frame.el (blink-cursor):
6801 * files.el (find-file-not-found-hooks, write-file-hooks)
6802 (write-contents-hooks):
6803 * emulation/tpu-edt.el (GOLD-map):
6804 * emacs-lock.el (emacs-lock-from-exiting):
6805 * emacs-lisp/generic.el (generic-font-lock-defaults):
6806 * emacs-lisp/chart.el (chart-map):
6807 * dos-fns.el (register-name-alist):
6808 * dired-x.el (dired-omit-files-p):
6809 * desktop.el (desktop-enable):
6810 * cus-edit.el (custom-mode-hook):
6811 * buff-menu.el (buffer-menu-mode-hook):
6812 * bookmark.el (bookmark-read-annotation-text-func)
6813 (bookmark-exit-hooks):
6814 * allout.el (allout-mode-deactivate-hook)
6815 (allout-exposure-change-hook, allout-structure-added-hook)
6816 (allout-structure-deleted-hook, allout-structure-shifted-hook):
6817 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
6818 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
6819 comes before the corresponding variable's definition.
6820
ac59c2f6
CY
68212012-05-12 Chong Yidong <cyd@gnu.org>
6822
6823 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
6824 (Buffer-menu-mouse-select): Restore function (Bug#11459).
6825 (Buffer-menu-mode-map): Bind it.
6826 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 6827
dee6c9a3
SM
68282012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
6829
2171cea5
SM
6830 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
6831 (prolog-upper-case-string, prolog-lower-case-string)
6832 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
6833 (prolog-use-smie, prolog-smie-grammar): New vars.
6834 (prolog-smie-forward-token, prolog-smie-backward-token)
6835 (prolog-smie-rules): New funs.
6836 (prolog-comment-indent): Remove.
6837 (prolog-mode-variables): Use default comment indentation instead.
6838 Setup SMIE.
6839 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
6840 (prolog-mode): Don't call them any more.
6841 (prolog-electric-colon, prolog-electric-dash)
6842 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
6843
aa0382bd
SM
6844 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
6845
dbacb4bd
SM
6846 * minibuffer.el (completion--twq-all): Again, allow case differences.
6847
13bdd94c
SM
6848 * term.el: Move keymap initialization code to be more idiomatic.
6849 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
6850 (term-terminal-menu): Move initialization into declaration.
6851 (term-escape-char): Let the user set it in her .emacs.
6852
ff46c759
SM
6853 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
6854 Provide SMIE-based indentation (not enabled by default yet).
6855 (sh-mode-map): Don't bind electric keys.
6856 Use electric-pair-mode instead of skeleton-pair.
6857 (sh-assignment-regexp): Fit within 80 columns.
6858 (sh-indent-supported): Specify actual shell name instead of boolean.
6859 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
6860 (sh-maybe-here-document): Use it. Make obsolete.
6861 (sh-electric-here-document-mode) New minor mode.
6862 (sh-mode): Use it. Don't set sh-indent-supported-here here.
6863 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
6864 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
6865 (sh-smie-rc-grammar, sh-use-smie): New vars.
6866 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
6867 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
6868 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
6869 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
6870 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
6871 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
6872 (sh-set-shell): Use smie-setup if requested.
6873
dee6c9a3
SM
6874 * term.el (term-set-escape-char): Properly set term-escape-char.
6875 See http://stackoverflow.com/questions/10524656.
6876
9f9aa044
CY
68772012-05-10 Chong Yidong <cyd@gnu.org>
6878
6879 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
6880 Use url-generic-parse-url, and handle host names and Windows
6881 filenames properly.
6882 (ffap-url-unwrap-remote): Use url-generic-parse-url.
6883 (ffap-url-unwrap-remote): Accept list values, specifying a list of
6884 URL schemes to work on.
6885 (ffap--toggle-read-only): New function.
6886 (ffap-read-only, ffap-read-only-other-window)
6887 (ffap-read-only-other-frame): Use it.
6888 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
6889 necessary for ffap-url-unwrap-remote.
6890
836d29b3
DA
68912012-05-10 Dave Abrahams <dave@boostpro.com>
6892
6893 * cus-start.el (create-lockfiles): Add it.
6894
00fd78ed
CY
68952012-05-09 Chong Yidong <cyd@gnu.org>
6896
6897 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
6898 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
6899
666b903b 69002012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
6901
6902 * shell.el (shell-completion-vars): Fix last change (bug#11348).
6903
666b903b 69042012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
6905
6906 * ansi-color.el (ansi-color-process-output): Check for validity of
6907 comint-last-output-start before using it. This avoids a bad
6908 interaction with gdb-mi's input/output buffer.
6909
666b903b 69102012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
6911
6912 * files.el (dir-locals-read-from-file):
6913 Mention dir-locals in any error message.
6914
666b903b 69152012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
6916
6917 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
6918 package (Bug#11410).
6919
f677562b
CY
6920 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
6921 variables into description.
6922
666b903b 69232012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
6924
6925 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
6926 shell-delimiter-argument-list (bug#11348).
6927 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
6928
b499d8d0
JB
69292012-05-09 Juanma Barranquero <lekktu@gmail.com>
6930
8f6b6da8
JB
6931 * textmodes/rst.el: Silence byte-compiler warnings.
6932 (rst-re-alist, rst-reset-section-caches): Move around.
6933 (rst-re): Use `characterp', not `char-valid-p'.
6934 (font-lock-beg, font-lock-end): Declare.
6935
4824146a
JB
6936 * progmodes/idlw-shell.el (specs): Remove reference to deleted
6937 variable `idlwave-shell-activate-alt-keybindings' and simplify.
6938
b499d8d0
JB
6939 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
6940
ad89bb83
GM
69412012-05-08 Glenn Morris <rgm@gnu.org>
6942
6943 * files.el (auto-mode-alist): Treat ".make" like ".mk".
6944
8bba5a75
SM
69452012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
6946
49ed9c8e
SM
6947 * vc/log-edit.el: Add GNU coding standards highlighting.
6948 (log-edit-font-lock-gnu-style)
6949 (log-edit-font-lock-gnu-keywords): New vars.
6950 (log-edit-font-lock-keywords): New fun.
6951 (log-edit-mode): Don't fold case in font-lock.
6952 (log-edit-font-lock-keywords): Do not assume case-folding.
6953
07d00b56
SM
6954 * imenu.el: Misc cleanup. Make docstrings out of comments.
6955 Use lexical-binding.
6956 (imenu--index-alist, imenu--last-menubar-index-alist)
6957 (imenu-menubar-modified-tick): Use defvar-local.
6958 (imenu--split-menu): Remove unused var.
6959 (imenu--cleanup-seen): Declare as global.
6960 (imenu--cleanup): Use dolist.
6961
8bba5a75
SM
6962 * subr.el (defvar-local): Add debug spec and doc-string position.
6963
5075bdb5
GM
69642012-05-08 Glenn Morris <rgm@gnu.org>
6965
090bd7cb 6966 * language/burmese.el, language/cham.el, language/czech.el:
c052c904
GM
6967 * language/english.el, language/georgian.el, language/greek.el:
6968 * language/japanese.el, language/khmer.el, language/korean.el:
6969 * language/lao.el, language/misc-lang.el, language/romanian.el:
6970 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
6971 * language/thai.el, language/utf-8-lang.el:
6972 Remove no-byte-compile setting.
6973
5075bdb5
GM
6974 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
6975
06f679a7
AH
69762012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6977
6978 * progmodes/make-mode.el (makefile-browse):
6979 Remove unnecessary interactive. (Bug#11324)
6980
03794570
GM
69812012-05-07 Glenn Morris <rgm@gnu.org>
6982
af8630f4
GM
6983 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
6984
03794570
GM
6985 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
6986
f0809a9d
SM
69872012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
6988
28be5ce7
SM
6989 * loadup.el: Preload newcomment.el.
6990 * newcomment.el: Move autoload-only code to toplevel.
6991
f0809a9d
SM
6992 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
6993 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
6994 Handle new :right-align column property.
6995 (tabulated-list-print-col): Idem, plus use `display' text-property to
6996 try and preserve alignment for variable pitch fonts.
6997
1241b724
CY
69982012-05-07 Chong Yidong <cyd@gnu.org>
6999
7000 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
7001 (tabulated-list-use-header-line): New var.
7002 (tabulated-list-init-header): Use it.
7003 (tabulated-list-print-fake-header): New function.
7004 (tabulated-list-print): Use it.
7005 (tabulated-list-sort-button-map): Add non-header-line commands.
7006 (tabulated-list-init-header): Add column name property to basic
7007 labels as well.
7008 (tabulated-list-col-sort): Handle non-header-line button case.
7009 (tabulated-list--sort-by-column-name): Fix a corner case.
7010
f0809a9d
SM
7011 * buff-menu.el (list-buffers--refresh):
7012 Handle Buffer-menu-use-header-line.
1241b724 7013
e5f9458f
CY
70142012-05-06 Chong Yidong <cyd@gnu.org>
7015
7016 * buff-menu.el: Convert to Tabulated List mode.
7017 (Buffer-menu-buffer+size-width): Make obsolete.
7018 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
7019 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
7020 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
7021 documentation into docstring of buffer-menu.
7022 (Buffer-menu-toggle-files-only): Add an informative message.
7023 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
7024 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
7025 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
7026 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
7027 (Buffer-menu-execute, Buffer-menu-select)
7028 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
7029 (Buffer-menu-bury): Use Tabulated List machinery.
7030 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
7031 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 7032 Delete.
e5f9458f
CY
7033 (list-buffers--refresh): New function.
7034 (list-buffers-noselect): Use it.
7035 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
7036 (Buffer-menu--pretty-file-name): New helper functions.
7037
7038 * loadup.el: Preload tabulated-list.
7039
7040 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
7041 tabulated-list-sort-column.
7042 (tabulated-list-init-header): Add the initial aligning space even
7043 if tabulated-list-padding is zero.
7044
e129292c
CS
70452012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
7046
7047 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
7048 whose cdr is not a cons cell correctly (bug#11038).
7049
6632d361
CY
70502012-05-06 Chong Yidong <cyd@gnu.org>
7051
e129292c
CS
7052 * emacs-lisp/tabulated-list.el (tabulated-list-format):
7053 Accept additional plist in column descriptors.
6632d361
CY
7054 (tabulated-list-init-header): Obey it.
7055 (tabulated-list-get-entry): New function.
7056 (tabulated-list-put-tag): Use it. Use string-width instead of
7057 length.
7058 (tabulated-list--column-number): New function.
7059 (tabulated-list-print): Use it.
e129292c
CS
7060 (tabulated-list-print-col): New function.
7061 Set `tabulated-list-column-name' property on each column's text.
6632d361 7062 (tabulated-list-print-entry): Use it.
e129292c
CS
7063 (tabulated-list-delete-entry, tabulated-list-set-col):
7064 New functions.
6632d361
CY
7065 (tabulated-list-sort-column): New command (Bug#11337).
7066
3cc99f68
CY
7067 * buff-menu.el (list-buffers): Move C-x C-b binding from
7068 buff-menu.el to bindings.el.
7069
7070 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
7071 :advertised-binding feature.
7072
52b61776
TN
70732012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
7074
7075 * progmodes/compile.el (compilation-internal-error-properties):
7076 Calculate start position correctly when end-col is set but
7077 end-line is not (Bug#11382).
7078
ebfe2597
WJ
70792012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
7080
7081 * man.el (Man-unindent): Use text-property-default-nonsticky to
7082 prevent untabify from inheriting face properties (Bug#11408).
7083
6d3f7c2f
SM
70842012-05-05 Stefan Merten <smerten@oekonux.de>
7085
7086 * textmodes/rst.el: Major merge with upstream development up to
7087 Docutils SVN r7399 / rst.el V1.2.1.
7088
7089 Clarify maintainership and authors.
7090
7091 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
7092 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
7093 (rst-official-version, rst-official-cvs-rev, rst-version)
7094 (rst-package-emacs-version-alist): New functions and variables
7095 for version information.
7096
7097 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
7098 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
7099 (rst-mode-syntax-table, rst-mode): New and corrected functions
7100 and variables representing reStructuredText features.
7101
7102 (rst-re): New function for reStructuredText regexes. Use in
7103 many places.
7104
7105 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
7106 (rst-mode-map): Rebind keys.
7107
7108 (rst-mode-lazy, rst-font-lock-keywords)
7109 (rst-font-lock-extend-region)
7110 (rst-font-lock-extend-region-internal)
7111 (rst-font-lock-extend-region-extend)
7112 (rst-font-lock-find-unindented-line-limit)
7113 (rst-font-lock-find-unindented-line-match)
7114 (rst-adornment-level, rst-font-lock-adornment-level)
7115 (rst-font-lock-adornment-match)
7116 (rst-font-lock-handle-adornment-pre-match-form)
7117 (rst-font-lock-handle-adornment-matcher): Major revision of
7118 font-locking. Integrate with other code. Use `jit-lock-mode'.
7119
7120 (rst-preferred-adornments, rst-adjust-hook)
7121 (rst-new-adornment-down, rst-preferred-bullets)
7122 (rst-preferred-bullets, rst-indent, rst-indent-width)
7123 (rst-indent-field, rst-indent-literal-normal)
7124 (rst-indent-literal-minimized, rst-indent-comment): Change,
7125 extend and improve customization.
7126
7127 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
7128 (rst-normalize-cursor-position, rst-get-decoration)
7129 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
7130 (rst-rstrip, rst-toc-insert-find-delete-contents)
7131 (rst-shift-fill-region, rst-compute-bullet-tabs)
7132 (rst-debug-print-tabs, rst-debug-mark-found)
7133 (rst-shift-region-guts, rst-shift-region-right)
7134 (rst-shift-region-left, rst-use-char-classes)
7135 (rst-font-lock-keywords-function)
7136 (rst-font-lock-indentation-point)
7137 (rst-font-lock-find-unindented-line-begin)
7138 (rst-font-lock-find-unindented-line-end)
7139 (rst-font-lock-find-unindented-line)
7140 (rst-font-lock-adornment-point, rst-font-lock-level)
7141 (rst-adornment-level-alist): Remove functions and variables.
7142
7143 (rst-compare-adornments, rst-get-adornment-match)
7144 (rst-suggest-new-adornment, rst-get-adornments-around)
7145 (rst-adornment-complete-p, rst-get-next-adornment)
7146 (rst-adjust-adornment, rst-display-adornments-hierarchy)
7147 (rst-straighten-adornments): Standardize function names to
7148 use "adornment" instead of "decoration". Correct callers.
7149 Similar standardizing in many places.
7150
7151 (rst-update-section, rst-adjust, rst-promote-region)
7152 (rst-enumerate-region, rst-bullet-list-region)
7153 (rst-repeat-last-character): Correct use of `interactive'.
7154
7155 (rst-classify-adornment, rst-find-all-adornments)
7156 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
7157 (rst-find-leftmost-column, rst-repeat-last-character):
7158 Refactor functions.
7159
7160 (rst-find-title-line, rst-reset-section-caches)
7161 (rst-get-adornments-around, rst-adjust-adornment-work)
7162 (rst-arabic-to-roman, rst-roman-to-arabic)
7163 (rst-insert-list-pos, rst-insert-list-new-item)
7164 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
7165 New functions.
7166
7167 (rst-all-sections, rst-section-hierarchy)
7168 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
7169 New variables.
7170
7171 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
7172 configuration instead of only buffer. Change where necessary.
7173
7174 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
7175 (rst-shift-region, rst-adaptive-fill): New functions for
7176 indentation and filling.
7177
7178 (rst-comment-line-break, rst-comment-indent)
7179 (rst-comment-insert-comment, rst-comment-region)
7180 (rst-uncomment-region): New functions for handling comments.
7181
7182 (rst-compile): Quote shell arguments.
7183
7184 (rst-compile-pdf-preview, rst-compile-slides-preview):
7185 Delete temporary files after use.
7186
a43f98b3
GM
71872012-05-05 Glenn Morris <rgm@gnu.org>
7188
48176e8b
GM
7189 * calendar/cal-html.el: Optionally include holidays in the output.
7190 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
7191 (cal-html-holidays): New option.
7192 (cal-html-css-default): Add holiday entry.
7193 (holiday-in-range): Autoload it.
7194 (cal-html-htmlify-entry): Add optional class argument.
7195 (cal-html-htmlify-list): Add optional holidays argument.
7196 (cal-html-insert-agenda-days): Include holidays in the output.
7197 (cal-html-one-month): Maybe include holidays.
7198
a43f98b3
GM
7199 * calendar/holidays.el (holiday-in-range):
7200 Move here from cal-tex-list-holidays.
7201 * calendar/cal-tex.el (cal-tex-list-holidays):
7202 Make it an obsolete alias for holiday-in-range. Update all callers.
7203
fef9d149 72042012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
7205
7206 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
7207 Nextstep.
7208
248da2f4
RW
72092012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
7210
7211 * files.el (file-auto-mode-skip): New var.
7212 (set-auto-mode-1): Use it.
7213
f95e9344
SM
72142012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
7215
df96ab1e
SM
7216 * repeat.el: Use lexical-binding.
7217 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
7218 (repeat-undo-count): Remove.
7219 (repeat):
7220 * progmodes/octave-mod.el (octave-abbrev-start):
7221 * progmodes/f90.el (f90-abbrev-start):
7222 * face-remap.el (text-scale-adjust):
7223 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
7224
5342bb06
SM
7225 * emacs-lisp/pcase.el (pcase--let*): New function.
7226 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
7227 a bit more.
7228 (pcase--split-pred): Be more clever about ruling out overlap between
7229 a predicate and some constant pattern.
7230 (pcase--q1): Use `null' instead of (eq foo nil).
7231
f95e9344
SM
7232 * subr.el (setq-local, defvar-local): New macros.
7233 (kbd): Redefine as an alias.
7234 (with-selected-window): Leave unrelated frames alone.
7235 (set-temporary-overlay-map): New function.
7236
71873e2b
SM
72372012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
7238
7239 * subr.el (user-error): New function.
7240 * window.el (switch-to-buffer):
7241 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
7242 (smerge-match-conflict):
7243 * simple.el (previous-matching-history-element)
7244 (next-matching-history-element, goto-history-element, undo-more)
7245 (undo-start):
7246 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
7247 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
7248 (next-file, tags-loop-scan, list-tags, complete-tag):
7249 * progmodes/compile.el (compilation-loop):
7250 * mouse.el (mouse-minibuffer-check):
7251 * man.el (Man-bgproc-sentinel, Man-goto-page):
7252 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
7253 (Info-history-forward, Info-follow-reference, Info-menu)
7254 (Info-extract-menu-item, Info-extract-menu-counting)
7255 (Info-forward-node, Info-backward-node, Info-next-menu-item)
7256 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
7257 (Info-next-reference, Info-prev-reference, Info-index)
7258 (Info-index-next, Info-follow-nearest-node)
7259 (Info-copy-current-node-name):
7260 * imenu.el (imenu--make-index-alist)
7261 (imenu-default-create-index-function, imenu-add-to-menubar):
7262 * files.el (basic-save-buffer, recover-file):
7263 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7264 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
7265 (checkdoc-message-text, checkdoc-defun):
7266 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
7267 * cus-edit.el (customize-changed-options, customize-rogue)
7268 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
7269 (custom-variable-mark-to-reset-standard)
7270 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
7271 (custom-file):
7272 * completion.el (check-completion-length):
7273 * comint.el (comint-search-arg)
7274 (comint-previous-matching-input-string-position)
7275 (comint-previous-matching-input)
7276 (comint-replace-by-expanded-history-before-point, comint-send-input)
7277 (comint-copy-old-input, comint-backward-matching-input)
7278 (comint-goto-process-mark, comint-set-process-mark):
7279 * calendar/calendar.el (calendar-cursor-to-date): Use it.
7280 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
7281
8a61ee22
SM
72822012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
7283
66408d1e
SM
7284 * dabbrev.el (dabbrev--ignore-case-p): New function.
7285 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
7286 Use it.
7287
8a61ee22
SM
7288 * files.el (automount-dir-prefix): Mark as obsolete.
7289
3c74813a
GM
72902012-05-04 Glenn Morris <rgm@gnu.org>
7291
7292 * patcomp.el, play/bruce.el: Move to obsolete/.
7293
0bfcf5c5
PE
72942012-05-04 Paul Eggert <eggert@cs.ucla.edu>
7295
7296 Fix minor Y10k bugs.
7297 * arc-mode.el (archive-unixdate):
7298 * autoinsert.el (auto-insert-alist):
7299 * calc/calc-forms.el (math-this-year):
7300 * emacs-lisp/copyright.el (copyright-current-year)
7301 (copyright-update-year, copyright):
7302 * tar-mode.el (tar-clip-time-string):
7303 * time.el (display-time-update):
7304 Don't assume years have 4 digits.
7305
78f3273a
CY
73062012-05-04 Chong Yidong <cyd@gnu.org>
7307
7308 * dos-w32.el (file-name-buffer-file-type-alist)
7309 (direct-print-region-use-command-dot-com):
7310 * ffap.el (ffap-menu-regexp):
7311 * find-file.el (ff-special-constructs):
7312 * follow.el (follow-debug):
7313 * forms.el (forms--debug):
7314 * iswitchb.el (iswitchb-all-frames):
7315 * ido.el (ido-all-frames):
7316 * emacs-lisp/timer.el (timer-max-repeats):
7317 * mail/feedmail.el (feedmail-mail-send-hook)
7318 (feedmail-mail-send-hook-queued):
7319 * mail/footnote.el (footnote-signature-separator):
7320 * mail/mailabbrev.el (mail-alias-separator-string)
7321 (mail-abbrev-mode-regexp):
7322 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
7323 * progmodes/idlwave.el (idlwave-libinfo-file)
7324 (idlwave-default-completion-case-is-down)
7325 (idlwave-library-routines): Convert defvars to defcustoms.
7326
7327 * mail/rmail.el (rmail-decode-mime-charset):
7328 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
7329 (idlwave-shell-fix-inserted-breaks)
7330 (idlwave-shell-activate-alt-keybindings)
7331 (idlwave-shell-use-breakpoint-glyph):
7332 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
7333
f7ae6719
SM
73342012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
7335
7336 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
7337
47086495
WS
73382012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
7339
7340 * progmodes/verilog-mode.el (font-lock-keywords):
7341 Fix mis-highligting auto. Reported by Craig Barner.
7342 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
fc0c31f8 7343 defines from global name space. Reported by Dan Dever.
47086495
WS
7344 (verilog-auto-reset, verilog-auto-reset-widths)
7345 (verilog-auto-tieoff): Support using unbased numbers for
7346 AUTORESET and AUTOTIEOFF.
7347 (verilog-submit-bug-report): Update variable list.
7348 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
fc0c31f8 7349 parenthesis from not matching. Reported by Michael Rytting.
47086495
WS
7350 (verilog-auto-template-lint): Fix hash error when linting modules
7351 with no used templates.
7352 (verilog-warn, verilog-warn-error)
7353 (verilog-warn-fatal): When non-interactive report multiple
7354 warnings before exiting. Suggested by Brad Dobbie.
7355 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
7356 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
7357 to report unused template errors. Reported by Brad Dobbie.
7358 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
fc0c31f8 7359 nets, bug438. Reported by Vns Blore.
47086495
WS
7360 (verilog-auto-inout-module, verilog-auto-reg)
7361 (verilog-read-decls, verilog-read-sub-decls-sig)
7362 (verilog-signals-edit-wire-reg, verilog-signals-with):
7363 Fix passing of Verilog data types in ANSI input/output ports
fc0c31f8 7364 such as "output logic" into the AUTOs. Special case "wire" and
47086495
WS
7365 "reg" for backwards compatibility presuming Verilog 2001.
7366 (verilog-auto-ascii-enum): Add "auto enum" as alias.
7367 (verilog-preprocess): Fix replication of preprocess output.
7368 Reported by Brad Dobbie.
7369 (verilog-auto-inst-interfaced-ports):
7370 Create verilog-auto-inst-interfaced-ports, bug429.
7371 Reported by Julian Gorfajn.
7372 (verilog-after-save-font-hook)
7373 (verilog-before-save-font-hook): New variable.
7374 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
7375 (verilog-save-font-mods): Wrap disabling fontification, reported
7376 by David Rogoff.
7377 (verilog-do-indent, verilog-pretty-declarations-auto)
7378 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
7379 Reported by Pierre-David Pfister.
7380 (verilog-set-auto-endcomments): Fix endtask auto comments outside
7381 of class declarations, bug292. Reported by Kevin Heilman.
7382 (verilog-read-decls): Fix 'parameter type' not appearing in
7383 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
7384 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
fc0c31f8 7385 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
47086495
WS
7386 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
7387 Reported by David Kravitz.
7388
73892012-05-03 Michael McNamara <mac@mail.brushroad.com>
7390
7391 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
7392 assignment with tests in ifs and for loops.
7393 (verilog-extended-complete-re, verilog-complete-reg): Change so
7394 that DPI inport functions don't look like fuction declarations.
7395 (verilog-pretty-expr): Don't line up assignment
7396 operations to the test and increment in if and for loops
7397 (verilog-extended-complete-re, verilog-complete-reg): Change so
090bd7cb 7398 that DPI inport functions don't look like fuction declarations.
47086495 7399
2e51d4b5
KH
74002012-05-03 Kenichi Handa <handa@m17n.org>
7401
7402 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 7403 decoding, and show a warning message without signaling an error
2e51d4b5
KH
7404 (Bug#11282).
7405
2bd785a2
SM
74062012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
7407
7408 * emacs-lisp/bytecomp.el
7409 (byte-compile-file-form-custom-declare-variable): Compile all elements,
7410 since cconv.el might have introduced :fun-body, internal-make-closure,
7411 and friends for bytecomp to handle (bug#11391).
7412 * custom.el (defcustom): Avoid ((λ ..) ..).
7413
99d27583
SM
74142012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
7415
7416 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
7417
55a71479
JB
74182012-05-02 Juanma Barranquero <lekktu@gmail.com>
7419
7420 * notifications.el (dbus-debug):
7421 * term/linux.el (gpm-mouse-enable):
7422 * term/screen.el (xterm-register-default-colors): Declare.
7423
7b97c764
CY
74242012-05-02 Chong Yidong <cyd@gnu.org>
7425
2bc356d7
CY
7426 * cus-start.el (gc-cons-percentage, exec-suffixes)
7427 (dos-display-scancodes, dos-hyper-key, dos-super-key)
7428 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
7429 (make-cursor-line-fully-visible, void-text-area-pointer)
7430 (font-list-limit): Add customization data.
7431
7b97c764
CY
7432 * allout.el (allout-exposure-change-functions)
7433 (allout-structure-added-functions)
7434 (allout-structure-deleted-functions)
7435 (allout-structure-shifted-functions): Rename abnormal hooks from
7436 *-hook, and convert to defcustoms.
5d3385a0
JB
7437 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
7438 Convert to defcustoms.
7b97c764
CY
7439 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
7440
7441 * allout-widgets.el: Hook callers changed.
7442
90207a15 74432012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
7444
7445 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
7446 the yanked message in preference to the default value of
7447 buffer-file-coding-system.
7448
90207a15 74492012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 7450
5d3385a0
JB
7451 * window.el (display-buffer--action-function-custom-type):
7452 Fix entry.
d9558cad 7453
90207a15 74542012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
7455
7456 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
7457
d80ac57b
GM
74582012-05-01 Glenn Morris <rgm@gnu.org>
7459
976f7668
GM
7460 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
7461
beb83b5a
GM
7462 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
7463
d80ac57b
GM
7464 * cus-edit.el (custom-variable-documentation): Simplify with format.
7465
b593d6a9 74662012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
f1a71c6e 7467 Stefan Monnier <monnier@iro.umontreal.ca>
b593d6a9
AH
7468
7469 * simple.el (suggest-key-bindings, execute-extended-command):
7470 Move from keyboard.c.
7471
782fbf2a
CY
74722012-05-01 Chong Yidong <cyd@gnu.org>
7473
7474 * follow.el: Eliminate advice.
7475 (set-process-filter, process-filter, sit-for): Advice deleted.
7476 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
7477 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
7478 Vars deleted.
782fbf2a
CY
7479 (follow-auto): Use a :set function.
7480 (follow-mode): Rewritten. Don't advise process filters.
7481 (follow-switch-to-current-buffer-all, follow-scroll-up)
7482 (follow-scroll-down): Assume follow-mode is bound.
7483 (follow-comint-scroll-to-bottom)
7484 (follow-align-compilation-windows): New functions.
7485 (follow--window-sorter): New function.
7486 (follow-all-followers): Use it to explicitly sort windows by their
7487 positions; don't make assumptions about next-window order.
7488 (follow-windows-start-end, follow-delete-other-windows-and-split)
7489 (follow-calc-win-start): Doc fix.
7490 (follow-windows-aligned-p, follow-select-if-visible): Don't call
7491 vertical-motion unnecessarily.
7492 (follow-adjust-window): New function.
7493 (follow-post-command-hook): Use it.
7494 (follow-call-set-process-filter, follow-call-process-filter)
7495 (follow-intercept-process-output, follow-tidy-process-filter-alist)
7496 (follow-stop-intercept-process-output, follow-generic-filter):
7497 Functions deleted.
7498 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
7499 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
7500 New functions, replacing advice on scroll-bar-* commands.
87233a14 7501 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
7502
7503 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
7504 (comint-postoutput-scroll-to-bottom): Use it.
7505 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 7506
290af740
GM
75072012-05-01 Glenn Morris <rgm@gnu.org>
7508
7509 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
7510 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
7511 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
7512 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
7513 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
7514 Remove no-byte-compile setting.
7515
6eac8dc9
SM
75162012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
7517
7518 * minibuffer.el (completion-table-with-quoting): Fix compatibility
7519 all-completions code to not return a number in the last cdr.
7520
9cc7819c
LL
75212012-04-30 Leo Liu <sdl.web@gmail.com>
7522
7523 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
7524 read-only error.
7525
c93b886f
CY
75262012-04-29 Chong Yidong <cyd@gnu.org>
7527
7528 * follow.el (follow-calc-win-end): Rewrite to handle partial
7529 screen lines correctly (Bug#8390).
7530 (follow-avoid-tail-recenter): Minor cleanup.
7531
8b6c19f4
SM
75322012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
7533
7534 Avoid the obsolete `assoc' package.
7535 * speedbar.el (speedbar-refresh): Avoid adelete.
7536 (speedbar-file-lists): Simplify and avoid aput.
7537 * man.el (Man--sections, Man--refpages): New vars, replacing
7538 Man-sections-alist and Man-refpages-alist.
7539 (Man-build-section-alist, Man-build-references-alist):
7540 Use them; avoid aput.
7541 (Man--last-section, Man--last-refpage): New vars.
7542 (Man-follow-manual-reference): Use them.
7543 Use the `default' arg of completing-read.
7544 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
7545
c5bb7569
CY
75462012-04-27 Chong Yidong <cyd@gnu.org>
7547
d1d2e2e8
CY
7548 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
7549
15cd8efd
CY
7550 * startup.el (x-apply-session-resources): New function.
7551
7552 * term/ns-win.el (ns-initialize-window-system):
7553 * term/w32-win.el (w32-initialize-window-system):
7554 * term/x-win.el (x-initialize-window-system): Use it to properly
7555 set menu-bar-mode and other vars from X resources, even if the
7556 initial frame is not a window-system frame (Bug#2299).
7557
c5bb7569
CY
7558 * subr.el (read-key): Avoid running filter function when setting
7559 up temporary tool bar entries (Bug#9922).
7560
a8e7d6d7 75612012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
7562
7563 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
7564 (Bug#11344)
7565
a8e7d6d7 75662012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
7567
7568 * select.el (xselect--encode-string): New function, split from
7569 xselect-convert-to-string.
7570 (xselect-convert-to-string): Use it.
7571 (xselect-convert-to-filename, xselect-convert-to-os)
7572 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
7573 returned strings are properly encoded (Bug#11315).
7574
a8e7d6d7 75752012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
7576
7577 * simple.el (delete-active-region): Move to killing custom group.
7578
a8e7d6d7 75792012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
7580
7581 * progmodes/which-func.el (which-func-current): Quote %
7582 characters for mode-line processing.
7583
578c1d4b 75842012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
7585
7586 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
7587 reaching eob (Bug#11286).
7588
a8e7d6d7 75892012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
7590
7591 * progmodes/gdb-mi.el (gdb-control-level): New variable.
7592 (gdb): Make it buffer-local and init to zero.
7593 (gdb-control-commands-regexp): New variable.
7594 (gdb-send): Don't wrap in "-interpreter-exec console" if
7595 gdb-control-level is positive. Increment gdb-control-level
7596 whenever the command matches gdb-control-commands-regexp, and
7597 decrement it each time the command is "end". (Bug#11279)
7598
a8e7d6d7 75992012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
7600
7601 * window.el (adjust-window-trailing-edge, enlarge-window)
7602 (shrink-window, window-resize):
7603 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
7604 windows (Bug#11276).
7605
b3608390
CY
76062012-04-27 Chong Yidong <cyd@gnu.org>
7607
7608 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 7609 fix "missing prefix" warning. All callers changed.
b3608390 7610
797e6e88
SM
76112012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
7612
7613 * emacs-lisp/assoc.el: Move to obsolete/.
7614
e95a67dc
SM
76152012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
7616
657c21e4 7617 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
7618
7619 * term/ns-win.el (ns-define-service):
7620 * progmodes/pascal.el (pascal-goto-defun):
7621 * progmodes/js.el (js--read-tab):
7622 * progmodes/etags.el (tags-lazy-completion-table):
7623 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
7624 * emacs-lisp/ewoc.el (ewoc--wrap):
7625 * emacs-lisp/assoc.el (aput, adelete, amake):
7626 * doc-view.el (doc-view-convert-current-doc):
7627 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
7628
cb3e7ae0
CY
76292012-04-26 Chong Yidong <cyd@gnu.org>
7630
dce04f7f
CY
7631 * image.el (image-type-from-buffer): Only return supported image
7632 type (Bug#9045).
7633
cb3e7ae0
CY
7634 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
7635 value, for symmetry with diff-end-of-hunk.
7636 (diff-split-hunk, diff-find-source-location)
7637 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
7638 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
7639 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
7640 compute the relevant hunk or file properly (Bug#6005).
7641 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
7642
0d42eb3e
SM
76432012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
7644
7645 * vc/vc-mtn.el:
7646 * vc/vc-hg.el:
7647 * vc/vc-git.el:
7648 * vc/vc-dir.el:
7649 * vc/vc-cvs.el:
7650 * vc/vc-bzr.el:
7651 * vc/vc-arch.el:
7652 * vc/vc.el: Replace lexical-let by lexical-binding.
7653 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
7654 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
7655 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
7656
f08ae1c9
CY
76572012-04-26 Chong Yidong <cyd@gnu.org>
7658
8b71081d
CY
7659 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
7660 (diff-mode-shared-map): Bind it to / and [remap undo].
7661
f08ae1c9
CY
7662 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
7663 (ediff-window-setup-function): Use it as the default, to set up
7664 windows based on whether the current frame is graphical (Bug#2138).
7665 (ediff-choose-window-setup-function-automatically): Make obsolete.
7666
7667 * vc/ediff-init.el: Always define ediff-pixel-width/height.
7668
ef24141c
SM
76692012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
7670
cc356a5d
SM
7671 * ffap.el: Remove old code for obsolete package.
7672 (ffap-complete-as-file-p): Remove.
7673
b4ff4f1f
SM
7674 Use completion-table-with-quoting for comint and pcomplete.
7675 * comint.el (comint--unquote&requote-argument)
7676 (comint--unquote-argument, comint--requote-argument): New functions.
7677 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
7678 (comint-quote-filename): Use regexp-opt-charset.
7679 (comint--common-suffix, comint--common-quoted-suffix)
7680 (comint--table-subvert): Remove.
7681 (comint-unquote-function, comint-requote-function): New vars.
7682 (comint--complete-file-name-data): Use them with
7683 completion-table-with-quoting.
7684 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
7685 * pcomplete.el (pcomplete-arg-quote-list)
7686 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
7687 (pcomplete-unquote-argument-function): Default to non-nil.
7688 (pcomplete-unquote-argument): Simplify.
7689 (pcomplete--common-quoted-suffix): Remove.
7690 (pcomplete-requote-argument-function): New var.
7691 (pcomplete--common-suffix): New function.
7692 (pcomplete-completions-at-point): Use completion-table-with-quoting
7693 and completion-table-subvert.
7694
79c4eeb4
SM
7695 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
7696 (minibuffer--double-dollars): Preserve properties.
7697 (completion--sifn-requote): New function.
7698 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
7699
ef24141c
SM
7700 * minibuffer.el: Add support for completion of quoted/escaped data.
7701 (completion-table-with-quoting, completion-table-subvert): New funs.
7702 (completion--twq-try, completion--twq-all): New functions.
7703 (completion--nth-completion): New function.
7704 (completion-try-completion, completion-all-completions): Use it.
7705
784e7d6e
LL
77062012-04-25 Leo Liu <sdl.web@gmail.com>
7707
dd2ac746
SM
7708 * progmodes/python.el (python-pdbtrack-get-source-buffer):
7709 Use compilation-message if available to find real filename.
784e7d6e 7710
07875ee7
CY
77112012-04-25 Chong Yidong <cyd@gnu.org>
7712
7713 * vc/diff-mode.el (diff-setup-whitespace): New function.
7714 (diff-mode): Use it.
7715
7716 * vc/diff.el (diff-sentinel):
7717 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
7718 Whitespace mode variables based on diff style (Bug#8612).
7719
5055880d
LL
77202012-04-25 Leo Liu <sdl.web@gmail.com>
7721
daf75653
LL
7722 * progmodes/python.el (python-send-region): Add suffix .py to the
7723 temp file.
7724
5055880d
LL
7725 * files.el (auto-mode-alist): Use javascript-mode instead.
7726
db9b177b
AH
77272012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
7728
ef24141c 7729 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b 7730
090bd7cb 7731 * net/soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 7732 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 7733 references, see Bug#9.
ef24141c 7734 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 7735 when receiving a fault reply.
ef24141c 7736 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b 7737
090bd7cb 7738 * net/soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 7739 (soap-inspect-simple-type): New function.
db9b177b 7740
090bd7cb 7741 * net/soap-client.el (soap-simple-type): New struct.
db9b177b 7742 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
7743 (soap-decode-basic-type, soap-encode-basic-type):
7744 support unsignedInt and double basic types.
db9b177b 7745 (soap-resolve-references-for-simple-type)
ef24141c
SM
7746 (soap-parse-simple-type, soap-encode-simple-type): New function.
7747 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b 7748
090bd7cb 7749 * net/soap-client.el (soap-default-xsd-types)
ef24141c
SM
7750 (soap-default-soapenc-types): Add integer, byte and anyURI types.
7751 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
7752 the local name of "soapenc:Array".
7753 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
7754 decoding integer, byte and anyURI xsd types.
7755
1fc6097b
CY
77562012-04-25 Chong Yidong <cyd@gnu.org>
7757
7758 * cus-edit.el (custom-buffer-create-internal): Update header text.
7759
afc6df87
EZ
77602012-04-25 Eli Zaretskii <eliz@gnu.org>
7761
7762 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
7763 settings on 'system-type', not on 'window-system'. On MS-Windows,
7764 set interactive-mode on in GDB.
7765
dfbd787f
SM
77662012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
7767
7768 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
7769 (ruby-syntax-propertize-regexp): Remove.
7770 (ruby-syntax-propertize-function): Split regexp into chunks.
7771 Match following code directly.
7772
85222d44
DG
77732012-04-24 Dmitry Gutov <dgutov@yandex.ru>
7774
51a8ea2a
DG
7775 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
7776 (ruby-syntax-propertize-regexp): New function.
7777 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
7778 by a special keyword.
7779
85222d44
DG
7780 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
7781 (ruby-syntax-general-delimiters-goto-beg)
7782 (ruby-syntax-propertize-general-delimiters): New functions.
7783 (ruby-syntax-propertize-function): Use them to handle GDL.
7784 (ruby-font-lock-keywords): Move old handling of GDL...
7785 (ruby-font-lock-syntactic-keywords): .. to here.
7786 (ruby-calculate-indent): Adjust indentation for GDL.
7787
b613912b
MA
77882012-04-24 Michael Albinus <michael.albinus@gmx.de>
7789
b5380639
MA
7790 * notifications.el (top): Remove unneeded declarations.
7791 (notifications-specification-version): Change to "1.2".
e43042fe 7792 (notifications-interface, notifications-notify-method)
b613912b
MA
7793 (notifications-close-notification-method): Fix docstring.
7794 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
7795 (notifications-notify): Add :action-items, :resident and
7796 :transient hints. Change "image_data" to "image-data" and
7797 "image_path" to "image-path".
b613912b
MA
7798 (notifications-get-capabilities): New defun.
7799
257440aa
LL
78002012-04-24 Leo Liu <sdl.web@gmail.com>
7801
7802 * progmodes/python.el: Move hideshow setup to the end.
7803
b1bac16e
MR
78042012-04-24 Martin Rudalics <rudalics@gmx.at>
7805
7806 * window.el (handle-select-window): Clear echo area since this is
7807 no more done by read_char (Bug#11304).
7808
d81bd059
SM
78092012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
7810
7811 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
7812 and `/ M' to filter-derived-mode.
7813 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
7814 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
7815 (ibuffer-mark-by-mode): Use default rather than initial-input.
7816 (ibuffer-filter-by-derived-mode): Autoload and require-match.
7817
c4cf6d91
IA
78182012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
7819
7820 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
7821 (ibuffer-filter-by-derived-mode): New filter.
7822 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
7823
7511ded8
CY
78242012-04-23 Andreas Politz <politza@fh-trier.de>
7825
7826 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
7827
775c916b
CY
78282012-04-23 Chong Yidong <cyd@gnu.org>
7829
7830 * cus-edit.el (customize-apropos, customize-apropos-options):
7831 Disable matching of non-option variables (Bug#11176).
7832 (customize-option, customize-option-other-window)
7833 (customize-changed-options): Doc fix.
7834 (customize-apropos-options, customize-apropos-faces)
7835 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
7836
7837 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 7838 Fix word list splitting (Bug#11132).
46c71e23
CY
7839 (apropos-symbol, apropos-keybinding, apropos-label)
7840 (apropos-property, apropos-function-button)
7841 (apropos-variable-button, apropos-misc-button): New faces.
7842 (apropos-symbol-face, apropos-keybinding-face)
7843 (apropos-label-face, apropos-property-face, apropos-match-face):
7844 Variables removed (Bug#8396).
7845 (apropos-library-button, apropos-format-plist, apropos-print)
7846 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 7847
2df41f9c
MA
78482012-04-23 Michael Albinus <michael.albinus@gmx.de>
7849
7850 * net/xesam.el (xesam-mode-map): Use let-bound map in
7851 initialization. (Bug#11292)
7852
da00640a
AM
78532012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7854
7855 Preserve ispell session localwords when switching back to
7856 original buffer.
7857
090bd7cb
JB
7858 * textmodes/ispell.el (ispell-buffer-session-localwords):
7859 New buffer-local variable to hold buffer session localwords.
ed9265fc 7860 (ispell-kill-ispell): Add option 'clear to delete session
da00640a
AM
7861 localwords.
7862 (ispell-command-loop, ispell-change-dictionary)
7863 (ispell-buffer-local-words): Preserve session localwords when
7864 needed.
7865
090bd7cb
JB
7866 * textmodes/flyspell.el (flyspell-process-localwords)
7867 (flyspell-do-correct): Preserve session localwords when needed.
da00640a 7868
f621ccf5
AM
78692012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7870
090bd7cb
JB
7871 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
7872 using obsolete `translation-table-for-input'.
ef24141c
SM
7873 (ispell-word, ispell-process-line, ispell-complete-word):
7874 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 7875
c2d1019e
CY
78762012-04-22 Chong Yidong <cyd@gnu.org>
7877
7878 * cus-edit.el (custom-variable-menu)
7879 (custom-variable-reset-saved, custom-face-menu)
7880 (custom-face-reset-saved): If there is no saved value, make the
7881 "reset-saved" operation bring back the default (Bug#9509).
7882 (custom-face-state): Properly detect themed faces.
7883
eeddc531
CY
7884 * faces.el (face-spec-set): Stop supporting deprecated form of
7885 third arg.
7886
dcbf5805
MA
78872012-04-22 Michael Albinus <michael.albinus@gmx.de>
7888
7889 Move functions from C to Lisp. Make non-blocking method calls
7890 the default. Implement further D-Bus standard interfaces.
7891
ef24141c
SM
7892 * net/dbus.el (dbus-message-internal): Declare function.
7893 Remove unneeded function declarations.
dcbf5805
MA
7894 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
7895 (dbus-message-type-method-return, dbus-message-type-error)
7896 (dbus-message-type-signal): Declare variables. Remove local
7897 definitions.
7898 (dbus-interface-dbus, dbus-interface-peer)
7899 (dbus-interface-introspectable, dbus-interface-properties)
7900 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
7901 Adapt docstring.
7902 (dbus-interface-objectmanager): New defconst.
7903 (dbus-call-method, dbus-call-method-asynchronously)
7904 (dbus-send-signal, dbus-method-return-internal)
7905 (dbus-method-error-internal, dbus-register-service)
7906 (dbus-register-signal, dbus-register-method): New defuns, moved
7907 from dbusbind.c
7908 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
7909 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
7910 New defuns.
dcbf5805
MA
7911 (dbus-call-method-non-blocking): Make it an obsolete function.
7912 (dbus-unregister-object, dbus-unregister-service)
7913 (dbus-handle-event, dbus-register-property)
7914 (dbus-property-handler): Obey the new structure of
7915 `bus-registered-objects'.
7916 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
7917 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
7918 Use `dbus-call-method'.
7919
cf20dee0
CY
79202012-04-22 Chong Yidong <cyd@gnu.org>
7921
7922 * cus-edit.el (custom-commands, custom-reset-menu)
7923 (Custom-reset-standard): Tweak labels.
7924 (custom-reset-button-menu): Change default to t.
7925 (custom-buffer-create-internal): For the custom-reset-button-menu
7926 case, put the revert button first.
7927 (custom-group-subtitle): New face.
7928 (custom-group-value-create): Align docstring to a specific column.
7929
7930 * wid-edit.el (widget-documentation-link-add): Don't handle
7931 indentation in this function.
7932 (widget-documentation-string-indent-to): New function.
7933 (widget-documentation-string-value-create): Use it.
7934
7935 * autorevert.el (auto-revert):
7936 * epg-config.el (epg):
7937 * ibuffer.el (ibuffer):
7938 * mpc.el (mpc):
7939 * ses.el (ses):
7940 * eshell/eshell.el (eshell):
7941 * net/ange-ftp.el (ange-ftp):
7942 * progmodes/ebnf2ps.el (postscript):
7943 * progmodes/flymake.el (flymake):
7944 * progmodes/prolog.el (prolog):
7945 * progmodes/verilog-mode.el (verilog-mode):
7946 * progmodes/which-func.el (which-func):
7947 * term/xterm.el (xterm):
7948 * textmodes/picture.el (picture):
7949 * textmodes/tildify.el (tildify):
7950 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
7951 customization buffers.
7952
583e23bd
AM
79532012-04-22 Alan Mackenzie <acm@muc.de>
7954
7955 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
7956 Adding a ) can hide the resulting (..) from searches. Fix it.
7957 Bound the backward search to the position of the existing (.
7958
7dd51bf1
JB
79592012-04-21 Juanma Barranquero <lekktu@gmail.com>
7960
7961 * progmodes/verilog-mode.el (verilog-mode): Check whether
7962 which-func-modes is t before adding verilog-mode.
7963 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
7964
d64a438f
LL
79652012-04-21 Leo Liu <sdl.web@gmail.com>
7966
7dd51bf1 7967 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 7968
081e8d65
MV
79692012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
7970
7971 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
7972 filling of the last column of a table (Bug#5635).
7973 (woman-find-next-control-line): New arg, specifying an additional
7974 regexp component for the control line.
7975 (woman2-roff-buffer): Use it.
7976 (woman-break-table): New function.
7977 (woman2-TS): Use it.
7978
79792012-04-21 Chong Yidong <cyd@gnu.org>
7980
7981 * woman.el (woman-set-buffer-display-table, woman-decode-region)
7982 (woman-horizontal-escapes, woman-negative-vertical-space)
7983 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
7984 (WoMan-warn-ignored): Use ?\s instead of ?\ .
7985
ed571ccb
SM
79862012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7987
7988 * minibuffer.el (completion-file-name-table): Complete user names.
7989
39773899
LL
79902012-04-20 Leo Liu <sdl.web@gmail.com>
7991
7992 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
7993 and pcase-let*.
7994
de6ff46d
CY
79952012-04-20 Chong Yidong <cyd@gnu.org>
7996
7997 * server.el (server-execute): Respect initial-buffer-choice if it
7998 is a string and there are no files to open (Bug#2825).
7999 (server-create-window-system-frame, server-create-tty-frame):
8000 Don't switch buffers here.
2d0e8e61
CY
8001 (server-process-filter): Only try to open a window system frame if
8002 compiled with graphical support (Bug#8314).
de6ff46d 8003
54071013
DN
80042012-04-20 Dan Nicolaescu <dann@gnu.org>
8005
8006 * battery.el (battery-echo-area-format): Display remaining time
8007 for sysfs backend too (Bug#11269).
8008 (battery-linux-sysfs): Fix conditional for the charge.
8009
f30d612a
CY
80102012-04-20 Chong Yidong <cyd@gnu.org>
8011
c07a4c0b 8012 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
8013 (gdb-inferior-io--init-proc): New function.
8014 (gdb-init-1): Use it.
8015 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
8016 responsible for allocating a new pty and hooking it to gdb when
8017 the old pty gets an EIO due to process exit.
8018 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
8019 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
8020 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
8021
2116e93c
EZ
80222012-04-20 Eli Zaretskii <eliz@gnu.org>
8023
8024 * window.el (window-min-size, window-sizable, window-min-delta)
8025 (window-max-delta, window--resizable, window-resizable)
8026 (window-total-size, window-full-height-p, window-full-width-p)
8027 (window-in-direction, window--resize-mini-window, window-resize)
8028 (window--resize-child-windows-normal)
8029 (window--resize-child-windows, window--resize-siblings)
8030 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 8031 (enlarge-window, shrink-window): Doc fixes.
2116e93c 8032
c07a4c0b 80332012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 8034
ef24141c
SM
8035 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
8036 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
8037 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
8038 pty process (Bug#11273).
8039 (gdb-update): New arg to suppress talking to the gdb process.
8040 (gdb-done-or-error): Use it.
8041 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
8042 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
8043 sentinel not being called.
8044
8045 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
8046
d02766ab
CY
8047 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
8048
c07a4c0b 80492012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
8050
8051 * net/network-stream.el (open-network-stream): Doc fix.
8052
c07a4c0b 80532012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
8054
8055 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
8056
c07a4c0b 80572012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
8058
8059 Ensure searching for keywords is case sensitive.
8060
8061 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
8062 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
8063 (c-defun-name, c-mark-function, c-cpp-define-name)
8064 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 8065 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 8066
ef24141c
SM
8067 * progmodes/cc-mode.el (c-font-lock-fontify-region):
8068 Bind case-fold-search to nil.
f0f6bc35 8069
c07a4c0b 80702012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
8071
8072 * mail/sendmail.el (mail-bury): Call return action with the right
8073 Rmail buffer (Bug#11242).
8074
9a864fa2
CY
8075 * server.el (server-process-filter): Handle corner case where both
8076 tty and nowait options are present (Bug#11102).
8077
539aa513
EZ
80782012-04-20 Eli Zaretskii <eliz@gnu.org>
8079
8080 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
8081 (top level): Put into the executable the ident-style '$Id:' tag on
8082 windows-nt as well.
539aa513 8083
cfc7d5da
SM
80842012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8085
8086 * electric.el (electric-indent-post-self-insert-function): Check that
8087 electric-indent-mode is enabled in current buffer.
8088
5b01685c
JB
80892012-04-19 Juanma Barranquero <lekktu@gmail.com>
8090
8091 * imenu.el (imenu-progress-message): Restore; it is "used" in
8092 erc/erc-imenu.el and net/snmp-mode.el.
8093
4d6769e1
JB
80942012-04-19 Juanma Barranquero <lekktu@gmail.com>
8095
8096 * avoid.el (mouse-avoidance-mode): Mark unused arg.
8097 (mouse-avoidance-nudge-mouse): Remove unused binding.
8098
8099 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
8100
8101 * descr-text.el (describe-char):
8102 * progmodes/python.el (python-describe-symbol):
8103 Don't call `toggle-read-only', set `buffer-read-only'.
8104
8105 * imenu.el (imenu-default-goto-function): Mark unused args.
8106 (imenu-progress-message): Remove obsolete macro; all callers changed.
8107
8108 * subr.el (keymap-canonicalize): Remove unused binding.
8109 (read-passwd): Mark unused arg.
8110
8111 * tutorial.el (tutorial--display-changes): Remove unused binding.
8112 (tutorial--save-tutorial-to): Remove unused variable.
8113
8114 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
8115 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
8116 (package-generate-autoloads, package-menu--generate)
8117 (package-menu--find-upgrades): Remove unused bindings.
8118
8119 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
8120 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
8121 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
8122 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
8123 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
8124 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
8125 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
8126 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
8127 (cua-delete-char-rectangle): Mark unused args.
8128 (cua-align-rectangle): Remove unused binding.
8129
8130 * mail/rmail.el (compilation--message->loc)
8131 (epa--find-coding-system-for-mime-charset): Declare.
8132
8133 * net/dbus.el (dbus-register-service): Declare.
8134 (dbus-name-owner-changed-handler): Remove unused binding.
8135
8136 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
8137 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
8138 (nxml-scan-backward-within): Mark unused arg.
8139 (nxml-dynamic-markup-word): Remove unused binding.
8140
8141 * mouse.el (mouse-menu-major-mode-map):
8142 * emacs-lisp/authors.el (authors-scan-change-log)
8143 (authors-add-to-author-list):
8144 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
8145 * emacs-lisp/smie.el (smie-auto-fill):
8146 * mail/sendmail.el (mail-bury):
8147 * mail/unrmail.el (unrmail):
8148 * net/tls.el (open-tls-stream):
8149 * textmodes/picture.el (picture-mouse-set-point):
8150 Remove unused bindings.
8151
8c8fc5df
MA
81522012-04-19 Michael Albinus <michael.albinus@gmx.de>
8153
8154 * net/tramp.el (tramp-action-password): Let-bind
8155 `enable-recursive-minibuffers' to t.
8156
a77b0ac9
SS
81572012-04-18 Sam Steingold <sds@gnu.org>
8158
8159 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
8160 instead of 'string to accommodate values like [f11].
8161 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
8162 * progmodes/gdb-mi.el: Likewise.
8163
12a106a9
LL
81642012-04-18 Leo Liu <sdl.web@gmail.com>
8165
8166 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
8167 current buffer.
8168 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
8169 LOCAL is nil.
8170
bc6494ef
CY
81712012-04-18 Chong Yidong <cyd@gnu.org>
8172
8173 * simple.el (line-move): Use forward-line if in batch mode
8174 (Bug#11053).
8175
c09c46b2
CS
81762012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
8177
8178 * files.el (after-find-file): Do not try to add a final newline if
8179 the buffer is read-only (Bug#11156).
8180
5f6530ea
RS
81812012-04-17 Richard Stallman <rms@gnu.org>
8182
8183 * mail/rmail.el (rmail-start-mail):
8184 Pass (rmail-mail-return...) for the return-action.
8185 Pass (rmail-yank-current-message...) for the yank-action.
8186 (rmail-yank-current-message): New function.
8187 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
8188 (rmail-reply): Likewise.
8189 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
8190
8191 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 8192 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
8193 buffer, not newbuf.
8194
197b6f3c
JB
81952012-04-17 Juanma Barranquero <lekktu@gmail.com>
8196
8197 * server.el (server-ensure-safe-dir): Simplify.
8198
2311d8e5 81992012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 8200
2311d8e5
GM
8201 * emacs-lisp/smie.el: Provide smarter auto-filling.
8202 (smie-auto-fill): New function.
8203 (smie-setup): Use it.
98fb480e 8204
2311d8e5
GM
8205 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
8206
82072012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
8208
8209 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
8210 (comment-indent): Use it.
8211
2311d8e5 82122012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
8213
8214 * ses.el: The overall change is to add cell renaming, that is
8215 setting fancy names for cell symbols other than name matching
8216 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 8217 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 8218 (ses-create-cell-variable): New defun.
2311d8e5 8219 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
8220 (ses-relocate-formula): Relocate formulas only for cells the
8221 symbols of which are not renamed, i.e. symbols whose names do not
8222 match regexp "\\`[A-Z]+[0-9]+\\'".
8223 (ses-relocate-all): Relocate values only for cells the symbols of
8224 which are not renamed.
8225 (ses-load): Create cells variables as the (ses-cell ...) are read,
8226 in order to check row col consistency with cell symbol name only
8227 for cells that are not renamed.
8228 (ses-replace-name-in-formula): New defun.
8229 (ses-rename-cell): New defun.
4bdf2ad2 8230
fc72b15c
PO
82312012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
8232
8233 * progmodes/perl-mode.el (perl-indent-parens-as-block):
8234 New option (bug#11118).
8235 (perl-calculate-indent): Respect it.
8236
12e10e61
GM
82372012-04-17 Glenn Morris <rgm@gnu.org>
8238
8239 * dired-aux.el (dired-mark-read-string): Doc fix.
8240
30009afd
DA
82412012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
8242
8243 * dired-aux.el (dired-mark-read-string): Offer optional completion.
8244 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
8245
41f03f4d
GM
82462012-04-17 Glenn Morris <rgm@gnu.org>
8247
8248 * mouse.el (mouse-drag-track):
8249 * speedbar.el (speedbar-frame-mode):
8250 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
8251
f45f90f3
LL
82522012-04-16 Leo Liu <sdl.web@gmail.com>
8253
8254 * progmodes/python.el: Trivial cleanup.
8255
94ee8db5
GM
82562012-04-16 Glenn Morris <rgm@gnu.org>
8257
121b8917
GM
8258 * vc/vc.el (vc-string-prefix-p):
8259 * vc/pcvs-util.el (cvs-string-prefix-p):
8260 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
8261 * mpc.el (mpc-string-prefix-p):
8262 Make all of these into obsolete aliases for string-prefix-p.
8263 Update callers.
8264 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
8265
1197ecfa
GM
8266 * textmodes/two-column.el: Move custom options to the start.
8267 (frame-width): Remove compat definition.
8268 (2C-associate-buffer, 2C-dissociate):
8269 Use with-current-buffer rather than save-excursion.
8270 (2C-dissociate): Force a mode-line update.
8271 (2C-autoscroll): Use ignore-errors.
8272
099e7202
GM
8273 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
8274 Autoload trivia.
8275
bf350d6a
GM
8276 * emacs-lisp/cl-extra.el (*random-state*):
8277 Remove unnecessary declaration.
8278
0e829eab
GM
8279 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
8280
e3ad7552
GM
8281 * play/cookie1.el (cookie-snarf):
8282 Give an explicit error if input file cannot be read.
8283
68892d27
GM
8284 * play/yow.el (yow-file): Use expand-file-name rather than concat.
8285
20f0c46d
GM
8286 * progmodes/perl-mode.el (c-macro-expand):
8287 Remove unnecessary autoload (it is in loaddefs.el).
8288
5a0978ce
GM
8289 * textmodes/picture.el (picture-desired-column)
8290 (picture-update-desired-column): Convert comments to doc-strings.
8291 (picture-substitute): Remove function.
8292 (picture-mode-map): Initialize in the defvar.
8293
6b955486
GM
8294 * woman.el: Remove eval-after-load for tar-mode.
8295 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
8296 (woman-tar-extract-file): Autoload it.
8297
94ee8db5
GM
8298 * frame.el (automatic-hscrolling): Make this alias obsolete.
8299
177eca34
AM
83002012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8301
090bd7cb 8302 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 8303 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
8304 (ispell-dictionary-base-alist): Revert to original XEmacs
8305 friendly version for default. [:alpha:] will be added in
090bd7cb 8306 `ispell-set-spellchecker-params' if needed.
177eca34 8307
c505aaeb
CY
83082012-04-16 Chong Yidong <cyd@gnu.org>
8309
b19dd9d1 8310 * image.el (imagemagick--file-regexp): New variable.
c505aaeb
CY
8311 (imagemagick-register-types): Use it.
8312 (imagemagick-types-inhibit): Add :set function. Allow new value
8313 of t to inhibit all types.
8314
8315 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
8316 so we can preload it.
8317
8318 * loadup.el (fboundp): Preload regexp-opt, needed by
8319 imagemagick-register-types.
8320
60efac0f
CY
83212012-04-15 Chong Yidong <cyd@gnu.org>
8322
8323 * frame.el (scrolling): Remove nearly unused customization group.
8324
8325 * scroll-all.el (scroll-all-mode): Move to windows group.
8326
5dd1713e
CY
83272012-04-15 Chong Yidong <cyd@gnu.org>
8328
8329 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
8330
e6fd457e
CY
83312012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
8332
8333 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 8334 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 8335
e153c136
GM
83362012-04-15 Glenn Morris <rgm@gnu.org>
8337
8338 * simple.el (process-file-side-effects): Doc fix.
8339
e6fd457e 83402012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
8341
8342 * international/mule-cmds.el (set-language-environment): Doc fix.
8343
3603c3b1
JB
83442012-04-14 Juanma Barranquero <lekktu@gmail.com>
8345
8346 * server.el (server-auth-key, server-generate-key): Doc fixes.
8347 (server-get-auth-key): Doc fix. Use `string-match-p'.
8348 (server-start): Reflow docstring.
8349
e6de100c
LI
83502012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
8351
8352 * server.el (server-generate-key): `called-interactively-p'
8353 requires a parameter.
8354
29734c21
MN
83552012-04-14 Michal Nazarewicz <mina86@mina86.com>
8356
8357 * server.el (server-auth-key): New variable.
75f1671a 8358 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
8359 (server-start): Use the new variable and functions to allow
8360 setting a permanent server key (bug#9423).
8361
d65c9521
LL
83622012-04-14 Leo Liu <sdl.web@gmail.com>
8363
8364 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
8365
5ae255c7
PE
83662012-04-14 Paul Eggert <eggert@cs.ucla.edu>
8367
8368 Spelling fixes.
8369 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
8370 Emacs uses American spelling.
8371
d5e6342e
JB
83722012-04-14 Juanma Barranquero <lekktu@gmail.com>
8373
8374 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
8375 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
8376 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
8377 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
8378
ab036cd7
SM
83792012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8380
8381 * progmodes/which-func.el (which-func-modes): Change default.
8382
35dc09a1 83832012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
8384
8385 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
8386 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
8387
35dc09a1 83882012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
8389
8390 * custom.el (custom-theme-set-variables): Doc fix.
8391
35dc09a1 83922012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
8393
8394 * international/mule.el (set-auto-coding-for-load): Doc fix.
8395
35dc09a1 83962012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 8397
35dc09a1
GM
8398 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
8399 imenu work again for Objective C Mode. Correct the *-index values,
8400 these having been disturbed by a previous change in 2011-08.
57f845ee 8401
0de3da9f
AM
8402 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
8403 Correct two search limits.
8404
35dc09a1 84052012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
8406
8407 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
8408
35dc09a1 84092012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
8410
8411 * international/characters.el: Fix sorting.
8412
35dc09a1 84132012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
8414
8415 * international/characters.el: Add more missing Latin case pairs.
8416
35dc09a1 84172012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
8418
8419 * files.el (dir-locals-set-class-variables): Doc fix.
8420
35dc09a1 84212012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 8422
3f1b5bf8
EZ
8423 * international/characters.el: Add set-case-syntax-pair call for
8424 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
8425 counterpart. (Bug#11209)
8426
9f847f41
EZ
8427 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
8428
35dc09a1 84292012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
8430
8431 * calendar/holidays.el (calendar-check-holidays): Doc fix.
8432
35dc09a1 84332012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 8434
35dc09a1
GM
8435 * textmodes/ispell.el (ispell-dictionary-base-alist):
8436 Add data for Hebrew.
e2627d21 8437
35dc09a1 84382012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 8439
35dc09a1
GM
8440 * net/rcirc.el (rcirc-cmd-quit):
8441 Revert 2012-03-18 change (Bug#11192).
5c14e333 8442
35dc09a1 84432012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
8444
8445 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
8446
35dc09a1 84472012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 8448
4517fe3a
SM
8449 * minibuffer.el (completion-in-region-mode-map):
8450 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 8451
b472a594
VD
84522012-04-13 Vivek Dasmohapatra <vivek@etla.org>
8453
8454 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
8455
09b95ce3
MY
84562012-04-13 Masatake YAMATO <yamato@redhat.com>
8457
8458 * minibuffer.el (minibuffer-local-filename-syntax): New variable
8459 to allow `C-M-f' and `C-M-b' to move to the nearest path
8460 separator (bug#9511).
8461
4b63a9ca
LI
84622012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
8463
8464 * avoid.el: Require cl when compiling. And also move the
8465 `provide' to the end.
8466
7b55b8bf
TV
84672012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8468
8469 * avoid.el (mouse-avoidance-banish-position): New variable.
8470 (mouse-avoidance-banish-destination): Use it (bug#10165).
8471
adedaa1f
LL
84722012-04-13 Leo Liu <sdl.web@gmail.com>
8473
8474 * progmodes/which-func.el (which-func-modes): Add objc-mode.
8475
70e74021
KB
84762012-04-13 Ken Brown <kbrown@cornell.edu>
8477
8478 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 8479 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
8480 (browse-url-filename-alist): For the same reason, don't modify
8481 file:// URLs on Cygwin.
8482
e75e89ba
SM
84832012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
8484
8485 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
8486 the region on shift if the binding is already shifted (bug#11221).
8487
82f289a4
GM
84882012-04-12 Glenn Morris <rgm@gnu.org>
8489
8490 * mail/mailpost.el: Move to obsolete/.
8491
d333dc4c
DA
84922012-04-12 Drew Adams <drew.adams@oracle.com>
8493
8494 * imenu.el (imenu--generic-function): Ignore invisible definitions
8495 (bug#10123).
8496
0d15b5ba
VD
84972012-04-12 Vivek Dasmohapatra <vivek@etla.org>
8498
8499 * hexl.el (hexl-bits): New variable.
8500 (hexl-options): Mention the variable in the doc string.
75f1671a 8501 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 8502 (hexl-mode): Mention the new variable.
75f1671a
JB
8503 (hexl-mode, hexl-current-address, hexl-current-address):
8504 Use the displen.
0d15b5ba
VD
8505 (hexl-ascii-start-column): New function.
8506 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
8507 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
8508
64a440db
AM
85092012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8510
8511 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
8512 '("-i" ENCODING), in 2 separate command-line arguments, to specify
8513 the encoding, as expected by hunspell.
8514
6decb6c2
SM
85152012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
8516
8517 * battery.el (battery--linux-sysfs-regexp): New const.
8518 (battery-status-function): Use it. Remove yeeloong special case.
8519 (battery-yeeloong-sysfs): Remove.
8520 (battery-echo-area-format): Remove yeeloong special case.
8521
088be6fb
SM
85222012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8523
6622e416
SM
8524 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
8525 Reported by Noah Friedman.
8526
088be6fb
SM
8527 * subr.el (read-passwd): Use read-string.
8528
b49f886e
LMI
85292012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8530
8531 * vcursor.el (vcursor-move): Increase the priority of the overlay
8532 (bug#9663).
8533
a63067fc
DD
85342012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
8535
8536 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
8537 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
8538
ac3cf14a
WS
85392012-04-11 William Stevenson <yhvh2000@gmail.com>
8540
8541 * textmodes/artist.el (artist-mode): Convert artist-mode to use
8542 define-minor-mode (bug#10760).
8543
c4fc691b 85442012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 8545
4d6769e1 8546 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
8547 that directories matching `grep-find-ignored-files' won't be
8548 pruned (bug#10351).
8549
af23e2e5
CY
85502012-04-11 Chong Yidong <cyd@gnu.org>
8551
8552 * startup.el (command-line): Remove support for long-obsolete
8553 variable font-lock-face-attributes.
8554
ab7ce8c1
GM
85552012-04-11 Glenn Morris <rgm@gnu.org>
8556
8557 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
8558
de8c03dc
SM
85592012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8560
8561 * window.el (window--state-get-1): Obey window-point-insertion-type.
8562
050cc68b
LB
85632012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
8564
8565 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
8566 to previous function when point is on the first character of a
75f1671a 8567 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 8568
a38c310c
GM
85692012-04-11 Glenn Morris <rgm@gnu.org>
8570
effed0c2
GM
8571 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
8572 not just file-errors.
8573
a38c310c
GM
8574 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
8575 (vc-bzr-sha1): Use internal sha1.
8576
0221e323
SM
85772012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8578
8579 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
8580
43956923
SG
85812012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
8582
8583 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
8584 that start in the middle of the line (bug#10496).
8585
6a8c9eaf
DN
85862012-04-10 Dan Nicolaescu <dann@gnu.org>
8587
8588 * battery.el (battery-linux-proc-acpi): Only one battery is
8589 discharged at a time, but that seems to confuse battery.el when
8590 computing `rate-type' for the battery not being discharged
8591 (bug#10332).
8592
1930bf5d
SM
85932012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
8594
2a718f6f
SM
8595 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
8596
599430d0
SM
8597 * international/quail.el: Use dolist and simplify.
8598 (quail-define-package, quail-update-keyboard-layout)
8599 (quail-define-rules): Use dolist.
8600 (quail-insert-kbd-layout, quail-get-translation): CSE.
8601
a2754b6c
SM
8602 * tmm.el: Use dolist, remove left over hook.
8603 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
8604 Use dolist.
8605 (calendar-load-hook): Don't mess with it.
8606
1930bf5d
SM
8607 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
8608 Use derived-mode-p. Run the diff asynchronously.
8609
9f67961c
LMI
86102012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8611
8612 * obsolete/mouse-sel.el: Add an Obsolete-since header.
8613
2a8ce227
JB
86142012-04-10 Juanma Barranquero <lekktu@gmail.com>
8615
8616 * misc.el: Display absolute path of loaded DLLs (bug#10424).
8617 (list-dynamic-libraries--loaded): New function.
8618 (list-dynamic-libraries--refresh): Use it.
8619
8f33b5f8
NW
86202012-04-10 Nathan Weizenbaum <nweiz@google.com>
8621
1930bf5d
SM
8622 * progmodes/python.el (python-fill-paragraph):
8623 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
8624 disabled (bug#7018).
8625
b12f0439
L
86262012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
8627
1930bf5d 8628 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
8629 DOS/MS Windows for the Baltic languages. There are still plenty
8630 of texts written in this encoding/codepage (bug#6519).
b12f0439 8631
57c3bd01
GM
86322012-04-10 Glenn Morris <rgm@gnu.org>
8633
8634 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
8635 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
8636
6c3eab30
FA
86372012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
8638
1930bf5d 8639 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
8640 next-line "n" and previous-line "p" in order to make recentf more
8641 consistent with ibuffer, dired or org-mode (bug#9387).
8642
24d78a88
LMI
86432012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8644
bc72b5d9
LMI
8645 * image.el (put-image): Return the overlay created instead of the
8646 optional input string (bug#7834). Note that this may break code
8647 that is (for some reason or other) depending on `put-image'
8648 returning the string.
8649
bd2dba5a
LMI
8650 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
8651
74beb59f
LMI
8652 * simple.el (zap-to-char): Allow zapping using input methods
8653 (bug#1580).
8654
24d78a88
LMI
8655 * textmodes/fill.el (fill-region): Leave point and mark where they
8656 were before filling (bug#5399).
8657
263f20cd
GM
86582012-04-09 Glenn Morris <rgm@gnu.org>
8659
8660 * version.el (emacs-bzr-get-version):
8661 Handle lightweight checkouts of local branches.
8662
58d1f797
AS
86632012-04-09 Andreas Schwab <schwab@linux-m68k.org>
8664
263f20cd 8665 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 8666
b4d3bc10
CY
86672012-04-09 Chong Yidong <cyd@gnu.org>
8668
8669 * custom.el (custom-variable-p): Return nil for non-symbol
8670 arguments instead of signaling an error.
8671 (user-variable-p): Obsolete alias for custom-variable-p.
8672
8673 * apropos.el (apropos-variable):
8674 * files-x.el (read-file-local-variable):
8675 * simple.el (set-variable):
8676 * woman.el (woman-mini-help):
8677 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
8678
fd06db5d
GM
86792012-04-09 Glenn Morris <rgm@gnu.org>
8680
e5fcdb5e
GM
8681 * startup.el (normal-top-level): Don't look for leim-list.el
8682 in places where it will not be found. (Bug#910)
8683
fd06db5d
GM
8684 * international/mule-cmds.el (set-default-coding-systems):
8685 * files.el (normal-mode):
8686 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
8687 This function was removed with ucs-tables.el in 2008.
8688
b39bb7e1
EZ
86892012-04-08 Eli Zaretskii <eliz@gnu.org>
8690
8691 * textmodes/ispell.el (ispell-check-version): For hunspell, set
8692 ispell-encoding8-command to "-i", without a trailing space.
8693 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
8694 separate command-line arguments, to specify the encoding, since
8695 that's how hunspell expects it.
8696
5c5b8e23
GM
86972012-04-08 Glenn Morris <rgm@gnu.org>
8698
8699 * loadup.el: Load bindings before cus-start.
8700 This reduces somewhat the number of "rogue" settings in emacs -Q.
8701
a1ed8b05
GM
87022012-04-07 Glenn Morris <rgm@gnu.org>
8703
8704 * version.el (emacs-bzr-get-version): New function.
dfae128a 8705 (emacs-bzr-version): New variable.
a1ed8b05
GM
8706 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
8707 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
8708
b142f158
EZ
87092012-04-07 Eli Zaretskii <eliz@gnu.org>
8710
dfae128a
GM
8711 * international/uni-bidi.el, international/uni-category.el:
8712 * international/uni-combining.el, international/uni-decimal.el:
8713 * international/uni-decomposition.el, international/uni-digit.el:
8714 * international/uni-lowercase.el, international/uni-mirrored.el:
8715 * international/uni-name.el, international/uni-numeric.el:
8716 * international/uni-titlecase.el, international/uni-uppercase.el:
8717 Update for Unicode 6.1.
b142f158 8718
9078ead6
EZ
87192012-04-07 Eli Zaretskii <eliz@gnu.org>
8720
8721 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
8722
f23d2c7d
LMI
87232012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
8724
8725 * window.el (shrink-window): Mention the `window-min-height'
8726 variable in the doc string.
8727
0a0a3573
BG
87282012-04-05 Bastien Guerry <bzg@altern.org>
8729
8730 * color.el (color-lighten-name): Fix typo.
8731
e5248ac9
SM
87322012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
8733
8734 * server.el (server--on-display-p): New function.
8735 (server--on-display-p): Use it.
8736
b4243e22
GV
87372012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
8738
8739 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
8740 (bug#11145).
8741
305d9f44
SM
87422012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
8743
8744 * comint.el (comint--common-quoted-suffix): Check string boundary
8745 before comparing (bug#11158).
8746 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
8747
3d439cd1
CY
87482012-04-04 Chong Yidong <cyd@gnu.org>
8749
321cc491
CY
8750 * minibuffer.el (completion-extra-properties): Doc fix.
8751
3d439cd1
CY
8752 * subr.el (delayed-warnings-hook): Doc fix.
8753
2d562c0f
DU
87542012-04-04 Daiki Ueno <ueno@unixuser.org>
8755
8756 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
8757 selection (Bug#11159).
8758 (epa-insert-keys): Inform that the default public key will be
8759 exported if no key is selected.
8760
4443f204
RS
87612012-04-04 Richard Stallman <rms@gnu.org>
8762
8763 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
8764
529c06b6
CY
87652012-04-03 Chong Yidong <cyd@gnu.org>
8766
8767 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
8768 mail-insert-file, not its obsolete alias mail-attach-file.
8769
66b907dc
MA
87702012-04-03 Michael Albinus <michael.albinus@gmx.de>
8771
8772 * notifications.el (notifications-notify): Fix docstring.
8773
c0ea195d
GM
87742012-04-02 Glenn Morris <rgm@gnu.org>
8775
8776 * emacs-lisp/authors.el (authors-aliases): Another addition.
8777
5ca64e00
MA
87782012-04-02 Michael Albinus <michael.albinus@gmx.de>
8779
8780 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
8781 `tramp-compat-call-process' instead of `tramp-local-call-process'.
8782 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
8783
42ee526b
CY
87842012-04-01 Chong Yidong <cyd@gnu.org>
8785
8786 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
8787 Handle root directory properly.
8788 (copy-directory): Caller changed.
8789
8790 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
8791 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
8792
0b021094
GM
87932012-03-31 Glenn Morris <rgm@gnu.org>
8794
40f86458
GM
8795 * term/xterm.el (xterm-extra-capabilities): Doc fix.
8796
7019c177
GM
8797 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
8798
a1daddd6
GM
8799 * calendar/calendar.el (calendar-window-list)
8800 (calendar-hide-window): Restore. (Bug#11140)
8801 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
8802
0b021094
GM
8803 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
8804
40311efc
TV
88052012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8806
8807 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
8808 Check if file is a symlink (Bug#10489).
8809
8810 * files.el (copy-directory): Likewise.
8811
5319014e
CY
88122012-03-30 Chong Yidong <cyd@gnu.org>
8813
8814 * image.el (imagemagick-types-inhibit)
8815 (imagemagick-register-types): Doc fix.
8816
935d1290
AM
88172012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8818
090bd7cb 8819 * textmodes/ispell.el (ispell-get-extended-character-mode):
ef24141c 8820 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 8821 and treats ~word as ordinary words in pipe mode.
935d1290 8822
61c6e8fd
GM
88232012-03-30 Glenn Morris <rgm@gnu.org>
8824
8825 * tutorial.el (help-with-tutorial): Ensure local variables don't
8826 happen to make the buffer read-only. (Bug#11127)
8827
81fdff00
SM
88282012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
8829
8830 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
8831 (perl-calculate-indent): Return `noindent' in strings.
8832
6e7a6ec0
SS
88332012-03-28 Sam Steingold <sds@gnu.org>
8834
8835 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
8836 instead of the broken adhockery which does not prevent calendar
8837 buffers from being displayed at random after exit.
8838 (calendar-window-list, calendar-hide-window): Remove the broken
8839 adhockery.
8840
fee88ca0
GM
88412012-03-28 Glenn Morris <rgm@gnu.org>
8842
8843 * replace.el (query-replace-map): Doc fix.
8844
38de3354
AS
88452012-03-28 Andreas Schwab <schwab@linux-m68k.org>
8846
8847 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
8848 contents. (Bug#11109)
8849
b973155e
SM
88502012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
8851
8852 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
8853 (bug#11077).
8854 (avl-tree--check, avl-tree--check-node): New funs.
8855
dcb6e7b3
MR
88562012-03-27 Martin Rudalics <rudalics@gmx.at>
8857
8858 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
8859 (switch-to-prev-buffer, switch-to-next-buffer):
8860 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
8861 showing a buffer already is done on the same frame.
8862
b4fa35fa
GM
88632012-03-27 Glenn Morris <rgm@gnu.org>
8864
8865 * startup.el (mail-host-address): Doc fix.
8866
f9210e18
SM
88672012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
8868
8869 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
8870 than 197 variables.
8871
c0bf7753
AF
88722012-03-26 Ami Fischman <ami@fischman.org>
8873
8874 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
8875
33da7b16
GM
88762012-03-26 Glenn Morris <rgm@gnu.org>
8877
02243d9d
GM
8878 * files.el (save-buffers-kill-emacs): Doc fix.
8879
33da7b16
GM
8880 * startup.el (normal-top-level, command-line, command-line-1):
8881 Give them doc strings.
8882
e5a69fd0
EZ
88832012-03-25 Eli Zaretskii <eliz@gnu.org>
8884
8885 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 8886 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 8887
9a69676a
CY
88882012-03-25 Chong Yidong <cyd@gnu.org>
8889
4125cb8b
CY
8890 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
8891 theme if it was previously enabled before (Bug#11031).
8892
dd470960
CY
8893 * cus-theme.el (custom-theme-write-faces): Retrieve current face
8894 spec with custom-face-get-current-spec if its :shown-value is not
8895 determined yet (Bug#9337).
4125cb8b 8896 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 8897
9a69676a
CY
8898 * button.el (button-at): Minor addition to docstring.
8899
6e7e90fa
SL
89002012-03-24 Simon Leinen <simon.leinen@gmail.com>
8901
8902 * vc/vc.el (vc-merge): Fix a prompt.
8903
f06e2758
CY
89042012-03-24 Chong Yidong <cyd@gnu.org>
8905
8906 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
8907 point (Bug#9623).
8908
6e7e90fa
SL
8909 * button.el (button-at): Minor addition to docstring.
8910
b9d0879b
SM
89112012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
8912
8913 * newcomment.el (comment-choose-indent): No space after BOL.
8914
e71cebb3
SS
89152012-03-22 Sam Steingold <sds@gnu.org>
8916
8917 * window.el (switch-to-prev-buffer): Revert last patch because the
8918 bug turned out to be an advertised feature (Elisp manual 28.14).
8919
335aff35
GM
89202012-03-22 Glenn Morris <rgm@gnu.org>
8921
8922 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
8923 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
8924
c676576a
LMI
89252012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8926
8927 * net/network-stream.el (network-stream-open-starttls): Make error
8928 message under Windows be less misleading.
8929
126f3d39
LW
89302012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
8931
8932 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
8933 understands (bug#9942).
8934
64fee311
CY
89352012-03-22 Chong Yidong <cyd@gnu.org>
8936
8937 * simple.el (end-of-visible-line): Handle return value of
8938 next-single-property-change properly (Bug#9371).
8939
a640d29a
KH
89402012-03-22 Kenichi Handa <handa@m17n.org>
8941
8942 * international/quail.el (quail-insert-kbd-layout): Fix previous
8943 change. To avoid unwanted bidi reordering, use
8944 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
8945
39675016
DG
89462012-03-21 Dmitry Gutov <dgutov@yandex.ru>
8947
8948 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
8949 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
8950 (ruby-beginning-of-indent): Be more careful with the difference
8951 between word-boundary and symbol boundary.
8952 (ruby-mode-syntax-table): Make : a symbol constituent.
8953
0a6934fc 89542012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 8955
3d008e4f
SM
8956 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
8957
0a6934fc
SM
89582012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
8959
af67c9d7
SM
8960 * progmodes/etags.el (tags-completion-at-point-function):
8961 Improve last fix.
8962
1acad97c
SM
8963 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
8964
e298b5da
SS
89652012-03-21 Sam Steingold <sds@gnu.org>
8966
8967 * progmodes/etags.el (tags-completion-at-point-function):
8968 Avoid the error when point is inside the pattern.
8969
91d82a70
JY
89702012-03-21 John Yates <john@yates-sheets.org> (tiny change)
8971
8972 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
8973 line (Bug#10855).
8974
69188b79
CY
89752012-03-21 Drew Adams <drew.adams@oracle.com>
8976
8977 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
8978
99fc91fe
AK
89792012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
8980
8981 * ido.el (ido-set-current-directory, ido-read-internal)
8982 (ido-choose-completion-string, ido-completion-help): Handle nil
8983 value of ido-completion-buffer (Bug#11008).
8984
087bbb4c
SS
89852012-03-21 Sam Steingold <sds@gnu.org>
8986
8987 * window.el (switch-to-prev-buffer): Do not switch to a visible
8988 window previous buffer, just like with the frame previous buffers.
8989
fb5b8aca
CY
89902012-03-21 Chong Yidong <cyd@gnu.org>
8991
8992 * faces.el (make-face, make-empty-face, copy-face):
8993 * face-remap.el (face-remap-add-relative, face-remap-set-base):
8994 Doc fixes.
8995
dc9924b8
SM
89962012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
8997
8998 * wid-edit.el (widget-complete-field): Remove (bug#11051).
8999 (widget-complete): Remove broken use of it.
9000
f0bcceb9
CY
90012012-03-20 Chong Yidong <cyd@gnu.org>
9002
dc9924b8
SM
9003 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
9004 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
9005 characters.
9006
ee52ebf3
TH
90072012-03-20 Tassilo Horn <tassilo@member.fsf.org>
9008
9009 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
9010 to draw rectangles, not squares. (Regression introduced by revno
9011 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
9012
4c5779ab
CY
90132012-03-18 Chong Yidong <cyd@gnu.org>
9014
9015 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
9016 it is not yet defined (for temacs).
9017
15360934
LL
90182012-03-18 Leo Liu <sdl.web@gmail.com>
9019
735135f9
PE
9020 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
9021 prefix.
15360934 9022
d9a8eb66
EZ
90232012-03-17 Eli Zaretskii <eliz@gnu.org>
9024
9025 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
9026 (ispell-choices-win-default-height, ispell-silently-savep)
9027 (ispell-dictionary-alist, ispell-encoding8-command)
9028 (ispell-check-version, ispell-aspell-find-dictionary)
9029 (ispell-valid-dictionary-list, ispell-words-keyword)
9030 (ispell-get-word, ispell-internal-change-dictionary)
9031 (ispell-region, ispell-skip-region-list)
9032 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
9033 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
9034 (ispell-message-text-end, ispell-message)
9035 (ispell-buffer-local-parsing): Doc fix.
9036
f02ff80d
J
90372012-03-13 Jambunathan K <kjambunathan@gmail.com>
9038
9039 * htmlfontify.el: Add support for code block fontification for ODT
9040 export (Bug #9914).
9041 (hfy-optimisations): Define new option
9042 `body-text-only'
9043 (hfy-fontify-buffer): Honor above setting.
9044 (hfy-begin-span, hfy-end-span): New routines factored out form
9045 `hfy-fontify-buffer'.
9046 (hfy-begin-span-handler, hfy-end-span-handler): New variables
9047 that permit insertion of custom tags.
9048 (hfy-fontify-buffer): Use above handlers.
9049 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
9050 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 9051 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 9052 over multiple runs. This is made possible by having the caller let
f02ff80d
J
9053 bind a special variable `hfy-user-sheet-assoc'.
9054 (htmlfontify-string): New defun.
9055 (hfy-compile-face-map): Make sure that the last char in the
9056 buffer is correctly fontified.
9057 (hfy-face-resolve-face): Whitespace only change.
9058
9ac7a13f
EZ
90592012-03-17 Eli Zaretskii <eliz@gnu.org>
9060
9061 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
9062 message more clear.
9063
e2b5bdd7
LL
90642012-03-16 Leo Liu <sdl.web@gmail.com>
9065
9066 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
9067
2e492df3
AM
90682012-03-16 Alan Mackenzie <acm@muc.de>
9069
9070 Further optimise the handling of large macros.
9071
9072 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
9073 limit to a call of `c-literal-limits'.
9074 (c-determine-+ve-limit): New function.
dc9924b8
SM
9075 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
9076 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
9077 In CASE 5B, restrict a search limit to 500.
9078 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
9079
9080 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
9081 Restrict macro bounds to +-500 from after-change's BEG END.
9082
50e94f0c
LL
90832012-03-16 Leo Liu <sdl.web@gmail.com>
9084
9085 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
9086
6f09f6ed
AH
90872012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
9088
9089 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 9090 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 9091
c7e73d51
GM
90922012-03-16 Glenn Morris <rgm@gnu.org>
9093
da986230
GM
9094 * view.el (view-buffer, view-buffer-other-window)
9095 (view-buffer-other-frame): Doc fixes re special mode-class.
9096
0835f01e
GM
9097 * subr.el (eval-after-load): If named feature is provided not from
9098 a file, run after-load forms. (Bug#10946)
9099
c7e73d51
GM
9100 * calendar/calendar.el (calendar-insert-at-column):
9101 Handle non-unit-width characters a bit better. (Bug#10978)
9102
3f2eafd1
CY
91032012-03-15 Chong Yidong <cyd@gnu.org>
9104
9105 * emacs-lisp/ring.el (ring-extend): New function.
9106 (ring-insert+extend): Extend the ring correctly (Bug#11019).
9107
9108 * comint.el (comint-read-input-ring)
9109 (comint-add-to-input-history): Grow comint-input-ring lazily.
9110
103af3fe
SM
91112012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9112
663b1677
SM
9113 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
9114 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
9115
103af3fe
SM
9116 * imenu.el: Fix multiple inheritance breakage (bug#9199).
9117 (imenu-add-to-menubar): Don't add a redundant index.
9118 (imenu-update-menubar): Handle a dynamically composed keymap.
9119
899cb7cb
KY
91202012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
9121
9122 * mail/sendmail.el (mail-encode-header):
9123 Bind rfc2047-encode-encoded-words to nil.
9124
3809f91d
GM
91252012-03-13 Glenn Morris <rgm@gnu.org>
9126
9127 * calendar/calendar.el (calendar-string-spread):
9128 Handle non-unit-width characters a bit better. (Bug#10978)
9129
9e345a01
LL
91302012-03-13 Leo Liu <sdl.web@gmail.com>
9131
9132 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
9133 directory and file as argument (Bug#10822).
9134
4a07df36
KS
91352012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
9136
9137 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
9138 For dynamically generated code, follow $PC.
9139 (gdb-disassembly-handler-custom): Handle no function name case.
9140
4aaa9356
TL
91412012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
9142
9143 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
9144 * emulation/ws-mode.el (ws-query-replace):
9145 * sort.el (sort-regexp-fields):
9146 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
9147
225979da
SM
91482012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9149
9150 * dabbrev.el: Fix cycle completion order (bug#10963).
9151 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
9152 (dabbrev-completion): Don't use an obarray; provide
9153 a cycle-sort-function.
9154
e2f1fdab
LL
91552012-03-12 Leo Liu <sdl.web@gmail.com>
9156
dc9924b8 9157 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
9158 (kill-do-not-save-duplicates): Doc fix.
9159
b19490ed
SM
91602012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9161
9162 * dabbrev.el: Fix cycle completion (bug#10963).
9163 Use lexical binding and wrap to 80 columns.
9164 (dabbrev-completion): Delay computing the list of completions.
9165
4b05d722
KH
91662012-03-12 Kenichi Handa <handa@m17n.org>
9167
9168 * international/quail.el (quail-insert-kbd-layout): Surround each
9169 row by LRO and PDF instead of inserting many LRMs. Pad the left
9170 and right of each non-spacing marks. Insert invisible space
9171 between lower and upper characters to prevent composition.
9172
dbbc2e69
SM
91732012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9174
9175 * minibuffer.el (minibuffer-complete): Don't get confused when the
9176 function is run twice via different commands (bug#10958).
9177 (complete-with-action): Fix docstring.
9178
292112ed
CY
91792012-03-12 Chong Yidong <cyd@gnu.org>
9180
5d1ac394
CY
9181 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
9182 (nxml-completion-at-point-function): New function.
9183 (nxml-mode): Use it.
9184 (nxml-bind-meta-tab-to-complete-flag): Default to t.
9185
292112ed
CY
9186 * emacs-lisp/package.el (package-unpack, package-unpack-single):
9187 Load generated autoloads file before byte compiling (Bug#10970).
9188 (package--make-autoloads-and-compile): New helper fun.
9189
4098f8f7
CS
91902012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
9191
9192 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
9193
8f754691
MA
91942012-03-11 Michael Albinus <michael.albinus@gmx.de>
9195
9196 * autorevert.el (auto-revert-handler): Ensure, that
9197 file-readable-p is applied only for local files or in
9198 auto-revert-tail-mode.
9199
e29ab36b
AS
92002012-03-11 Andreas Schwab <schwab@linux-m68k.org>
9201
dbbc2e69
SM
9202 * server.el (server-eval-at): Handle non-tcp connections.
9203 Decode result string.
ad0bf5b6 9204
e29ab36b
AS
9205 * server.el (server-msg-size): New constant.
9206 (server-reply-print): New function.
9207 (server-eval-and-print): Use it.
9208 (server-eval-at): Use server-quote-arg and server-unquote-arg.
9209 Handle -print-nonl.
9210
de5939ba
CS
92112012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
9212
9213 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
9214 (Bug#10987).
9215
0c93eabf
CY
92162012-03-11 Chong Yidong <cyd@gnu.org>
9217
397a688f
CY
9218 * simple.el (goto-line): Doc fix (Bug#9938).
9219
2cc775f9
CY
9220 * subr.el (save-window-excursion): Doc fix (Bug#9979).
9221
0c93eabf
CY
9222 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
9223 when finished (Bug#10963).
9224
c491fa41
MR
92252012-03-11 Martin Rudalics <rudalics@gmx.at>
9226
9227 * window.el (split-window-below): Fix bug in case where
9228 split-window-keep-point is nil (Bug#10971).
9229
300e8fa5
JL
92302012-03-11 Juri Linkov <juri@jurta.org>
9231
9232 * replace.el (replace-highlight): Set isearch-word to nil
9233 unconditionally. (Bug#10887)
9234
dbf6c5a1
EZ
92352012-03-10 Eli Zaretskii <eliz@gnu.org>
9236
9237 * net/mairix.el (mairix-replace-invalid-chars): Rename from
9238 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 9239 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
9240 (mairix-widget-create-query): Add usage information about mairix
9241 search forms: negating words, searching for substrings, etc.
9242
b9e501de
JP
92432012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
9244
9245 * international/fontset.el (font-encoding-alist): Add an entry for
9246 ksx1001 (Bug#5667).
9247
92795c91
RS
92482012-03-10 Richard Stallman <rms@gnu.org>
9249
1694e6c1
RS
9250 * mail/sendmail.el (mail-encode-header):
9251 Set rfc2047-encode-encoded-words.
9252
607e8555
RS
9253 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
9254
de3bc99a
RS
9255 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
9256 view buffer means not swapped.
9257 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
9258 (rmail-write-region-annotate): Error if real text has disappeared.
9259
92795c91
RS
9260 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
9261
699bd04e
CY
92622012-03-10 Chong Yidong <cyd@gnu.org>
9263
9264 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
9265 * emulation/cua-base.el (cua--init-keymaps):
9266 Add delete-forward-char to remappings (Bug#9666).
699bd04e 9267
570a1714
MR
92682012-03-10 Martin Rudalics <rudalics@gmx.at>
9269
dbbc2e69
SM
9270 * speedbar.el (speedbar-unhighlight-one-tag-line):
9271 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 9272
82dcf4e4
CY
92732012-03-10 Chong Yidong <cyd@gnu.org>
9274
7a2c7ca7
CY
9275 * minibuffer.el (completion-in-region, completion-help-at-point):
9276 Give the completion field overlay a high priority (Bug#6830).
9277
82dcf4e4
CY
9278 * dired.el (dired-goto-file): Recognize absolute file name
9279 listings (Bug#7126).
9280 (dired-goto-file-1): New helper function.
9281 (dired-toggle-read-only): Inhibit warnings.
9282
052e28ac
MA
92832012-03-09 Michael Albinus <michael.albinus@gmx.de>
9284
75f1671a 9285 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
9286 there are no properties.
9287
95d5e396
LL
92882012-03-09 Leo Liu <sdl.web@gmail.com>
9289
9290 * savehist.el (savehist-printable): Stricter check for string
9291 value (Bug#10937).
9292
3f018d6d
EZ
92932012-03-09 Eli Zaretskii <eliz@gnu.org>
9294
dbbc2e69
SM
9295 * mail/smtpmail.el (smtpmail-send-it):
9296 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
9297 valid mbox format.
9298
f7fd3d79
GM
92992012-03-09 Glenn Morris <rgm@gnu.org>
9300
9301 * files.el (dir-locals-find-file):
9302 Don't check result is regular, readable.
9303 (dir-locals-read-from-file): Demote errors.
9304
6ff6e72f
EZ
93052012-03-08 Eli Zaretskii <eliz@gnu.org>
9306
dbbc2e69
SM
9307 * international/quail.el (quail-insert-kbd-layout):
9308 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
9309 layout cell, to prevent their reordering by bidi display engine.
9310 For details, see the discussion in
9311 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
9312
9cec7834
AM
93132012-03-08 Alan Mackenzie <acm@muc.de>
9314
9315 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
9316 the starting position; make it extend the marked region when
9317 invoked repeatedly - all under appropriate circumstances.
9318 Fixes bugs #5525, #10906.
9319
9a40b8d4
GM
93202012-03-08 Glenn Morris <rgm@gnu.org>
9321
9322 * files.el (locate-dominating-file, dir-locals-find-file):
9323 Undo 2012-03-06 change.
9324
7a08ed35
EZ
93252012-03-07 Eli Zaretskii <eliz@gnu.org>
9326
dbbc2e69
SM
9327 * international/quail.el (quail-help):
9328 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
9329 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
9330 for the reason.
9331
5aca4f71 93322012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
9333
9334 Avoid superfluous registering of signals. (Bug#10807)
9335
9336 * notifications.el (notifications-on-action-object)
9337 (notifications-on-close-object): New defvars.
9338 (notifications-on-action-signal, notifications-on-closed-signal):
9339 Unregister the signal if not needed any longer.
9340 (notifications-notify): Register `notifications-action-signal' or
9341 `notifications-closed-signal', if :on-action or :on-close has been
9342 passed as argument.
9343
78e8b10a
CY
93442012-03-07 Chong Yidong <cyd@gnu.org>
9345
9346 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
9347 non-X platforms.
9348
69481eb8
GM
93492012-03-06 Glenn Morris <rgm@gnu.org>
9350
9351 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
9352 (x-disown-selection-internal, x-get-selection-internal):
9353 Doc fix (add arglist signatures). (Bug#10783)
9354
133b8e11
KS
93552012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
9356
9357 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9358 Handle breakpoints with no "type".
9359
99a83064
GM
93602012-03-06 Glenn Morris <rgm@gnu.org>
9361
9362 * files.el (locate-dominating-file): Add optional predicate argument.
9363 (dir-locals-find-file): Make use of above change.
9364
17798e78
TTN
93652012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
9366
9367 * info.el (Info-insert-dir): Also try "dir.gz".
9368
eb182446
GM
93692012-03-06 Glenn Morris <rgm@gnu.org>
9370
8f2114ee
GM
9371 * files.el (dir-locals-find-file):
9372 Ignore non-readable or non-regular files. (Bug#10928)
9373
eb182446
GM
9374 * files.el (locate-dominating-file): Doc fix.
9375
24679323
AS
93762012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
9377
9378 * calendar/calendar.el (calendar-set-mode-line):
9379 `getenv' returns a string. (Bug#10951)
9380
01d972a9
LL
93812012-03-05 Leo Liu <sdl.web@gmail.com>
9382
109aa8a9
LL
9383 * simple.el (backward-delete-char-untabify): Constrain point to
9384 field (Bug#10939).
9385
01d972a9
LL
9386 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
9387
10607bea
CY
93882012-03-05 Chong Yidong <cyd@gnu.org>
9389
9390 * simple.el (count-words): If called from Lisp, return the word
9391 count, for symmetry with `count-lines'. Arglist changed.
9392 (count-words--message): Args changed. Consolidate counting code
9393 from count-words and count-words-region.
9394 (count-words-region): Caller changed.
9395 (count-lines-region): Make it an obsolete alias.
9396
5dd11cfe
TH
93972012-03-04 Tassilo Horn <tassilo@member.fsf.org>
9398
9399 * saveplace.el (save-place-to-alist)
9400 (save-place-ignore-files-regexp): Allow value nil to disable this
9401 feature.
9402
c349f4e6
CY
94032012-03-04 Chong Yidong <cyd@gnu.org>
9404
9405 * faces.el (face-spec-reset-face): For the default face, reset the
9406 attributes to default values (Bug#10748).
9407
e627be4c
LMI
94082012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9409
9410 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
9411 previous patch: Check `message-send-mail-function', and not the
9412 default function (bug#10897).
9413
ebeabff4
MA
94142012-03-04 Michael Albinus <michael.albinus@gmx.de>
9415
a41a6cf4
MA
9416 * notifications.el (notifications-on-action-signal)
9417 (notifications-on-closed-signal): Check for unique service name of
9418 incoming event. Fix error in removing entry.
ebeabff4 9419 (top): Register for signals with wildcard service name.
a41a6cf4 9420 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 9421
c1ca42b4
CY
94222012-03-04 Chong Yidong <cyd@gnu.org>
9423
dc9924b8 9424 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 9425
ea16568d
GM
94262012-03-04 Glenn Morris <rgm@gnu.org>
9427
9428 * abbrev.el (copy-abbrev-table, abbrev-table-p)
9429 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
9430 (expand-abbrev, define-abbrev-table): Doc fixes.
9431
fbae4637
LMI
94322012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9433
9434 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
9435 `message-default-send-mail-function' and not `send-mail-function'
9436 when doing the prompting for `sendmail-query-once' before sending
9437 in Message buffers (bug#10897).
9438
a1e7225c
LMI
9439 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
9440 This is inconsistent with all the other stream functions, which leave
9441 the setting up to the higher levels (if so wanted) (bug#10931).
9442
56d093a9
AM
94432012-03-02 Alan Mackenzie <acm@muc.de>
9444
9445 Depessimize the handling of very large macros.
9446
9447 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
9448 (c-macro-cache-syntactic): New variables to implement a one
9449 element macro cache.
9450 (c-invalidate-macro-cache): New function.
9451 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
9452 Adapt to use the new cache.
9453 (c-state-safe-place): Use better the cache of safe positions.
9454 (c-state-semi-nonlit-pos-cache)
9455 (c-state-semi-nonlit-pos-cache-limit):
9456 New variables for...
9457 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
9458 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
9459 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
9460 Use c-state-semi-safe-place.
56d093a9 9461
dbbc2e69
SM
9462 * progmodes/cc-langs.el (c-get-state-before-change-functions):
9463 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 9464
817e5c3d
MA
94652012-03-02 Michael Albinus <michael.albinus@gmx.de>
9466
dbbc2e69
SM
9467 * jka-compr.el (jka-compr-call-process):
9468 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
9469 not remote.
9470
a032a702
MA
94712012-03-01 Michael Albinus <michael.albinus@gmx.de>
9472
9473 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
9474 access of FILE2, if FILE1 does not exist.
9475
99a54f21
MA
9476 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
9477 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
9478
9479 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
9480 Add "PAGER=" to `process-environment'.
9481
f6561e1f
MM
94822012-03-01 Michael R. Mauger <mmaug@yahoo.com>
9483
9484 * progmodes/sql.el: Bug fix
9485 (sql-get-login-ext): Save login values in globals.
9486 (sql-get-login): Use new version of `sql-get-login-ext'.
9487 (sql-interactive-mode): Set global `sql-connection' to nil.
9488 (sql-connect): Set global values for connection.
9489 (sql-product-interactive): Save global values as buffer local.
9490
2d44d9cc
LL
94912012-02-29 Leo Liu <sdl.web@gmail.com>
9492
9493 * abbrev.el (define-abbrevs): Reset sys to nil.
9494
96b49301 94952012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9496
bf7f9bc5
JB
9497 * files.el (file-equal-p): Rename from `files-equal-p'.
9498 Return nil when one or both files don't exist.
96b49301 9499 (file-subdir-of-p): Now only top directory must exists,
9500 return nil if it doesn't.
bf7f9bc5
JB
9501 (copy-directory): No need to test with `file-subdir-of-p' after
9502 creating dir.
9503 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
9504 to `file-equal-p'.
96b49301 9505
44e97401
GM
95062012-02-28 Glenn Morris <rgm@gnu.org>
9507
9508 * shell.el (shell-mode):
9509 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
9510 * play/landmark.el (landmark-font-lock-face-O):
9511 * play/handwrite.el (handwrite):
9512 * play/gomoku.el (gomoku-O):
9513 * net/browse-url.el (browse-url-browser-display):
9514 * international/mule.el (define-charset):
9515 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
9516 * filesets.el (filesets-find-file-delay):
9517 * eshell/em-xtra.el (eshell-xtra):
9518 * eshell/em-unix.el (eshell-grep):
9519 * emulation/viper.el (viper-mode):
9520 * emacs-lisp/regexp-opt.el (regexp-opt-group):
9521 * emacs-lisp/easymenu.el (easy-menu-define):
9522 * calendar/timeclock.el (timeclock-use-display-time):
9523 * bs.el (bs-mode):
9524 * bookmark.el (bookmark-save-flag):
9525 Doc fix (standardize possessive apostrophe usage).
9526
c98c6276
CY
95272012-02-27 Chong Yidong <cyd@gnu.org>
9528
bf7f9bc5
JB
9529 * emulation/viper-cmd.el (viper-intercept-ESC-key):
9530 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 9531
c98c6276
CY
9532 * font-lock.el (font-lock-specified-p): Rename from
9533 font-lock-spec-present. Callers changed.
9534
9c62cd04 95352012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 9536
bf7f9bc5
JB
9537 * emacs-lisp/package.el (package-compute-transaction):
9538 Handle holding a package version to t in package-load-list.
8ac9e529 9539
530739c9
MA
95402012-02-26 Michael Albinus <michael.albinus@gmx.de>
9541
9542 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
9543 (tramp-get-inode, tramp-get-device): Use cached values.
9544
487915d7
AM
95452012-02-26 Alan Mackenzie <acm@muc.de>
9546
9547 Check there is a font-lock specification before doing initial
9548 fontification.
9549
9550 * font-core.el (font-lock-mode): Move the conditional from
9551 :after-hook to font-lock-initial-fontify.
9552 (font-lock-default-function): Move the check for a specification
9553 to font-lock-spec-present.
9554
dc9924b8 9555 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
9556 (font-lock-spec-present): New function.
9557
4fd96557
JB
95582012-02-26 Jim Blandy <jimb@red-bean.com>
9559
9560 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
9561 (gdb-send): Apply it to the operand of the '-interpreter-exec
9562 console' command, so that we can pass arguments with (say) quotes
9563 in them. Store exact string sent in gdb-debug-log (Bug#10765).
9564
9a4888c0
CY
95652012-02-26 Chong Yidong <cyd@gnu.org>
9566
07498861
CY
9567 * help-fns.el (describe-function-1): Clarify description of
9568 remapping (Bug#10844).
9569
9a4888c0
CY
9570 * files.el (files-equal-p): Doc fix.
9571 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
9572 and quit the loop once a mismatch is found.
9573
ea8fb88d
JB
95742012-02-25 Juanma Barranquero <lekktu@gmail.com>
9575
9576 * bs.el (bs--show-with-configuration): Don't throw an error
9577 if the window cannot be split; otherwise, subsequent calls to
9578 bs-show fail, restoring a stale window config. (Bug#10882)
9579
525795c1
JD
95802012-02-25 Jan Djärv <jan.h.d@swipnet.se>
9581
9582 * term/ns-win.el (global-map): Bind ns-drag-file to
9583 ns-find-file (Bug#5855, Bug#10050).
9584
f008086f
AS
95852012-02-25 Andreas Schwab <schwab@linux-m68k.org>
9586
9587 * calendar/parse-time.el (parse-time-string): Allow extractor to
9588 return nil.
9589
a3fcfa99
MA
95902012-02-25 Michael Albinus <michael.albinus@gmx.de>
9591
91027d08
JB
9592 * net/tramp.el (tramp-file-name-for-operation):
9593 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
9594
9595 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
9596 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
9597 Add COPY-CONTENTS argument.
a3fcfa99 9598
67b0de11
CY
95992012-02-25 Chong Yidong <cyd@gnu.org>
9600
9601 Add custom groups for VC backends, for consistency with vc-bzr.
9602
9603 * vc/vc-arch.el (vc-arch):
9604 * vc/vc-cvs.el (vc-cvs):
9605 * vc/vc-git.el (vc-git):
9606 * vc/vc-hg.el (vc-hg):
9607 * vc/vc-mtn.el (vc-mtn):
9608 * vc/vc-rcs.el (vc-rcs):
9609 * vc/vc-sccs.el (vc-sccs):
9610 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
9611 All relevant defcustoms reassigned.
9612
3c9dfce6
CY
96132012-02-25 Chong Yidong <cyd@gnu.org>
9614
1339bf43
CY
9615 * newcomment.el (comment-styles): Add autoload (Bug#10868).
9616
3c9dfce6
CY
9617 * term/x-win.el (x-initialize-window-system): Reduce default for
9618 x-selection-timeout to 5 seconds (Bug#8869).
9619
25b2e303 96202012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9621
ec70a47d
GM
9622 * files.el (files-equal-p, file-subdir-of-p): New functions.
9623 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 9624 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
9625 * dired-aux.el (dired-copy-file-recursive): Same.
9626 (dired-create-files): Modify destination when source is equal to
9627 dest when copying files.
53a46cd0 9628 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 9629
914260cd
MA
96302012-02-24 Michael Albinus <michael.albinus@gmx.de>
9631
9632 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
9633 (Bug#10874)
9634
2cb228f7
AM
96352012-02-23 Alan Mackenzie <acm@muc.de>
9636
9637 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
9638 parameter "after-hook:" to allow the expansion to run code after
9639 the execution of the mode hooks.
9640
9641 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 9642 from font-lock-mode-internal.
2cb228f7 9643
91027d08 9644 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
9645 :after-hook.
9646
8f0fde21
SM
96472012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
9648
3e88618b
SM
9649 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
9650 (completion--cache-all-sorted-completions): New function.
9651 (completion-all-sorted-completions): Use it.
9652 (completion--do-completion, minibuffer-force-complete):
9653 Use it to re-instate the flush hook.
9654
8f0fde21
SM
9655 * icomplete.el (icomplete-completions): Replace last fix with a better
9656 one (bug#10850).
9657
8e911f6f
DG
96582012-02-23 Dmitry Gutov <dgutov@yandex.ru>
9659
9660 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
9661 when it might call us back infinitely (bug#10797).
9662
49fe4321
GM
96632012-02-23 Glenn Morris <rgm@gnu.org>
9664
9665 * minibuffer.el (completion-category-overrides): Doc fix.
9666
b291b572
SM
96672012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
9668
9669 * minibuffer.el (completion-table-with-context): Fix inf-loop.
9670 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
9671
31a9ef2e
GM
96722012-02-23 Glenn Morris <rgm@gnu.org>
9673
5e6e6794 9674 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
9675 (authors-obsolete-files-regexps, authors-ignored-files)
9676 (authors-ambiguous-files, authors-renamed-files-alist):
9677 Add more entries.
9678
0bd1e074
JL
96792012-02-23 Juri Linkov <juri@jurta.org>
9680
9681 * isearch.el (isearch-occur): Sync interactive spec with occur's
9682 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
9683
b617673c
JL
9684 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
9685
19e9789e
JL
96862012-02-22 Juri Linkov <juri@jurta.org>
9687
9688 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
9689 (ucs-insert): Doc fix. Check for hex digits in the string.
9690 Don't display `nil' in the error message. (Bug#10857)
9691
f41ce09d
AM
96922012-02-22 Alan Mackenzie <acm@muc.de>
9693
7a71b18d 9694 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 9695
ac2eceee
GM
96962012-02-22 Glenn Morris <rgm@gnu.org>
9697
9698 * ffap.el (ffap-c-path):
9699 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
9700
abd1f678
CY
97012012-02-22 Chong Yidong <cyd@gnu.org>
9702
9703 * custom.el (load-theme): Doc fix.
9704
f25aef2e
GM
97052012-02-22 Glenn Morris <rgm@gnu.org>
9706
9707 * dired-x.el (dired-guess-shell-alist-default):
9708 Remove escape sequences from nroff output. (Bug#172)
9709
5f8dc2ca
GM
97102012-02-21 Glenn Morris <rgm@gnu.org>
9711
6ff86ec4
GM
9712 * vc/emerge.el (emerge-defvar-local):
9713 Set `permanent-local' property rather than unused `preserved'.
9714
be3223a3 9715 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
9716 (picture-mode-map): Use it. (Bug#10860)
9717 (picture-mode): Doc fix.
9718
3fe58f4f
JB
97192012-02-21 Juanma Barranquero <lekktu@gmail.com>
9720
9721 * newcomment.el (uncomment-region-default): Remove unused binding.
9722
f9a998c3
GM
97232012-02-21 Glenn Morris <rgm@gnu.org>
9724
9725 * textmodes/picture.el (picture-motion, picture-motion-reverse)
9726 (picture-self-insert, picture-tab-chars): Doc fix.
9727 (picture-mode-map): Fix C-a, C-e.
9728
c6029348
GM
97292012-02-20 Glenn Morris <rgm@gnu.org>
9730
9731 * emacs-lisp/authors.el (authors-aliases): Add another entry.
9732
ab1ce9d7
LL
97332012-02-20 Leo Liu <sdl.web@gmail.com>
9734
9735 * icomplete.el (icomplete-completions): Check FROM arg before
9736 passing to substring (Bug#10850).
9737
0fd40f89
CY
97382012-02-19 Chong Yidong <cyd@gnu.org>
9739
9740 * comint.el: Require ansi-color.
9741 (comint-output-filter-functions): Add ansi-color-process-output.
9742
9743 * ansi-color.el: Don't set comint-output-filter-functions; it is
9744 now in the initial value defined in comint.el.
9745 (ansi-color-apply-face-function): New variable.
9746 (ansi-color-apply-on-region): Use it.
9747 (ansi-color-apply-overlay-face): New function.
9748
9749 * shell.el (shell): No need to require ansi-color.
9750 (shell-mode): Use ansi-color-apply-face-function to highlight
9751 color escapes using font-lock-face property (Bug#10835).
9752
20af2394
CY
97532012-02-19 Chong Yidong <cyd@gnu.org>
9754
9755 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
9756 mode-line formats (Bug#10839).
9757
e23a3fbe
GM
97582012-02-18 Glenn Morris <rgm@gnu.org>
9759
b474519e
GM
9760 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
9761
9762 * mail/undigest.el (unforward-rmail-message): Doc fix.
9763
e23a3fbe
GM
9764 * saveplace.el (save-place-ignore-files-regexp): Add :version.
9765
57939ff4
EZ
97662012-02-18 Eli Zaretskii <eliz@gnu.org>
9767
9768 * international/characters.el (script-list): Sync with the latest
9769 Unicode Character Database.
9770
0c23686e
AS
97712012-02-18 Andreas Schwab <schwab@linux-m68k.org>
9772
9773 * international/titdic-cnv.el: Remove duplicate coding tag.
9774 * language/cham.el: Likewise.
9775 * language/tai-viet.el: Likewise.
9776
6818b449
GM
97772012-02-18 Glenn Morris <rgm@gnu.org>
9778
9779 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
9780 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
9781 (calendar-bahai-all-holidays-flag, calendar-other-dates):
9782 * calendar/diary-lib.el (diary-abbreviated-year-flag):
9783 * calendar/holidays.el (holiday-bahai-holidays)
9784 (calendar-holidays, list-holidays):
9785 Use utf-8 Bahá'í in doc-strings, menus, etc.
9786
0311a3fc
TH
97872012-02-17 Tassilo Horn <tassilo@member.fsf.org>
9788
9789 * saveplace.el (save-place-ignore-files-regexp): New variable
9790 allowing for excluding files from saving their location of point.
9791 The default value matches the temporary commit message editing
9792 files from Git, SVN, Bazaar, and Mercurial.
9793 (save-place-to-alist): Use it.
9794
d209e2fb 97952012-02-17 Lawrence Mitchell <wence@gmx.li>
f1a71c6e 9796 Stefan Monnier <monnier@iro.umontreal.ca>
eb864a71
LM
9797
9798 * newcomment.el (uncomment-region-default): Don't leave extra space
9799 when an arg is provided (bug#8150).
9800
ee0ce425
TZ
98012012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
9802
eb864a71 9803 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 9804
95ddf442
GM
98052012-02-17 Glenn Morris <rgm@gnu.org>
9806
9807 * net/socks.el: Require network-stream. (Bug#10599)
9808
48dd1e39 98092012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
9810
9811 * international/charprop.el:
9812 * international/uni-name.el:
9813 * international/uni-old-name.el:
9814 * international/uni-comment.el: Regenerate.
9815
d68cd087
GM
98162012-02-16 Glenn Morris <rgm@gnu.org>
9817
9818 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
9819 Interactively in calendar buffer, give an error if not on a date.
9820
13932042
GM
98212012-02-15 Glenn Morris <rgm@gnu.org>
9822
9823 * shell.el (shell-delimiter-argument-list):
9824 Revert 2011-02-17 change. (Bug#8027)
9825
c3a70e2b
CY
98262012-02-15 Chong Yidong <cyd@gnu.org>
9827
60236b0d
CY
9828 * minibuffer.el (completion-at-point-functions): Doc fix.
9829
c3a70e2b
CY
9830 * custom.el (defcustom): Doc fix; note use of defvar.
9831
9f26dc24
GM
98322012-02-15 Glenn Morris <rgm@gnu.org>
9833
9834 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
9835 Doc fixes.
9836
6546b134
GM
98372012-02-14 Glenn Morris <rgm@gnu.org>
9838
9839 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
9840
d29b2b4c
LI
98412012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
9842
9843 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
9844 way the ports list is computed.
835bdcba
LI
9845 (smtpmail-query-smtp-server): Prompt the user for a port number if
9846 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 9847
08dcdbc9
TZ
98482012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
9849
9850 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
9851
2605051a
GM
98522012-02-13 Glenn Morris <rgm@gnu.org>
9853
9854 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
9855
7ee99f32
TZ
98562012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
9857
9858 * net/gnutls.el (gnutls-trustfiles): New variable.
9859 (gnutls-negotiate): Use it.
9860
5f0af64f
LI
98612012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
9862
9863 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
9864 does its stuff if Gnus is running.
9865
c14fcc95
AM
98662012-02-13 Alan Mackenzie <acm@muc.de>
9867
9868 Fix a loop in c-set-fl-decl-start.
9869
7a71b18d 9870 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
9871 c-backward-syntactic-ws actually moves backwards.
9872
142b4d90
LL
98732012-02-13 Leo Liu <sdl.web@gmail.com>
9874
9875 * net/rcirc.el (rcirc-markup-attributes): Move point to the
9876 beginning so that all \C-o chars are removed.
9877
fa9958a6
TZ
98782012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
9879
dc9924b8 9880 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 9881
0bc5886a
AM
98822012-02-12 Alan Mackenzie <acm@muc.de>
9883
9884 Fix infinite loop with long macros.
4d6769e1 9885 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 9886
d4bd55e7
CY
98872012-02-12 Chong Yidong <cyd@gnu.org>
9888
9889 * window.el (display-buffer): Doc fix (Bug#10785).
9890
66f3fe22
GM
98912012-02-12 Glenn Morris <rgm@gnu.org>
9892
bd7da63e
GM
9893 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
9894 (x-disown-selection-internal, x-get-selection-internal):
9895 Sync docs with the xselect.c versions.
9896
66f3fe22
GM
9897 * allout-widgets.el: Add missing license notice.
9898
3e0d2fa7
GM
98992012-02-11 Glenn Morris <rgm@gnu.org>
9900
cfecdf09
GM
9901 * select.el (x-get-selection-internal, x-own-selection-internal)
9902 (x-disown-selection-internal):
9903 * x-dnd.el (x-get-selection-internal): Update declarations.
9904
6d216d7f
GM
9905 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
9906
2bed3f04
GM
9907 * window.el (window-sides-slots):
9908 * tool-bar.el (tool-bar-position):
9909 * term/xterm.el (xterm-extra-capabilities):
9910 * ses.el (ses-self-reference-early-detection):
9911 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
9912 (verilog-auto-wire-type)
9913 (verilog-auto-delete-trailing-whitespace)
9914 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
9915 (verilog-auto-tieoff-declaration):
9916 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
9917 (sql-oracle-statement-starters, sql-oracle-scan-on):
9918 * progmodes/prolog.el (prolog-align-comments-flag)
9919 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
9920 (prolog-left-indent-regexp, prolog-paren-indent-p)
9921 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
9922 (prolog-types, prolog-mode-specificators)
9923 (prolog-determinism-specificators, prolog-directives)
9924 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
9925 (prolog-electric-dot-flag)
9926 (prolog-electric-dot-full-predicate-template)
9927 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
9928 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
9929 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
9930 (prolog-program-switches, prolog-prompt-regexp)
9931 (prolog-debug-on-string, prolog-debug-off-string)
9932 (prolog-trace-on-string, prolog-trace-off-string)
9933 (prolog-zip-on-string, prolog-zip-off-string)
9934 (prolog-use-standard-consult-compile-method-flag)
9935 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
9936 (prolog-imenu-max-lines, prolog-info-predicate-index)
9937 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
9938 (prolog-char-quote-workaround):
9939 * progmodes/cc-vars.el (c-defun-tactic):
9940 * net/tramp.el (tramp-encoding-command-interactive)
9941 (tramp-local-end-of-line):
9942 * net/soap-client.el (soap-client):
9943 * net/netrc.el (netrc-file):
9944 * net/gnutls.el (gnutls):
9945 * minibuffer.el (completion-category-overrides)
9946 (completion-cycle-threshold)
9947 (completion-pcm-complete-word-inserts-delimiters):
9948 * man.el (Man-name-local-regexp):
9949 * mail/feedmail.el (feedmail-display-full-frame):
9950 * international/characters.el (glyphless-char-display-control):
9951 * eshell/em-ls.el (eshell-ls-date-format):
9952 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
9953 (lisp-lambda-list-keyword-parameter-indentation)
9954 (lisp-lambda-list-keyword-parameter-alignment):
9955 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
9956 * dired-x.el (dired-omit-verbose):
9957 * cus-theme.el (custom-theme-allow-multiple-selections):
9958 * calc/calc.el (calc-highlight-selections-with-faces)
9959 (calc-lu-field-reference, calc-lu-power-reference)
9960 (calc-note-threshold):
9961 * battery.el (battery-mode-line-limit):
9962 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
9963 (archive-7z-update):
9964 * allout.el (allout-prefixed-keybindings)
9965 (allout-unprefixed-keybindings)
9966 (allout-inhibit-auto-fill-on-headline)
9967 (allout-flattened-numbering-abbreviation):
9968 * allout-widgets.el (allout-widgets-auto-activation)
9969 (allout-widgets-icons-dark-subdir)
9970 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
9971 (allout-widgets-theme-dark-background)
9972 (allout-widgets-theme-light-background)
9973 (allout-widgets-item-image-properties-emacs)
9974 (allout-widgets-item-image-properties-xemacs)
9975 (allout-widgets-run-unit-tests-on-load)
9976 (allout-widgets-time-decoration-activity)
9977 (allout-widgets-hook-error-post-time)
9978 (allout-widgets-track-decoration):
9979 Add missing :version tags to new defcustoms and defgroups.
9980
5fec1b8e
GM
9981 * progmodes/sql.el (sql-ansi-statement-starters)
9982 (sql-oracle-statement-starters): Add custom type.
9983
3e0d2fa7
GM
9984 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
9985 (prolog-system-version): Give it a type.
9986
90b671e2
EZ
99872012-02-11 Eli Zaretskii <eliz@gnu.org>
9988
9989 * term/pc-win.el (x-select-text, x-selection-owner-p)
9990 (x-own-selection-internal, x-disown-selection-internal)
9991 (x-get-selection-internal): Sync doc strings and argument lists
9992 with xselect.c, common-win.el and x-win.el. (Bug#10783)
9993
5eac0c02
LL
99942012-02-11 Leo Liu <sdl.web@gmail.com>
9995
9996 * progmodes/python.el (python-end-of-statement): Fix infinite
9997 loop. (Bug#10788)
9998
f82cb659
GM
99992012-02-10 Glenn Morris <rgm@gnu.org>
10000
10001 * international/mule-cmds.el (unify-8859-on-encoding-mode)
10002 (unify-8859-on-decoding-mode): Properly mark as obsolete.
10003
cc26d239
LI
100042012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
10005
10006 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
10007 about SMTP before checking the From header.
10008
91027d08 10009 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
10010 into own function for reuse by emacsbug.el.
10011
1be3ca5a
LL
100122012-02-10 Leo Liu <sdl.web@gmail.com>
10013
10014 * subr.el (condition-case-unless-debug): Rename from
10015 condition-case-no-debug. All callers changed.
10016 (with-demoted-errors): Fix caller.
10017
10018 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
10019 * nxml/rng-valid.el (rng-do-some-validation):
10020 * emacs-lisp/package.el (package-refresh-contents)
10021 (package-menu-execute):
10022 * desktop.el (desktop-create-buffer):
91027d08 10023 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 10024
b011fbfe
GM
100252012-02-10 Glenn Morris <rgm@gnu.org>
10026
b2096d72
GM
10027 * textmodes/bibtex.el:
10028 Add missing :version tags for new/changed defcustoms.
10029
b011fbfe
GM
10030 * files.el (remote-file-name-inhibit-cache): Doc fixes.
10031
4c7e65bf
LI
100322012-02-09 Lars Ingebrigtsen <larsi@rusty>
10033
10034 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
10035 (smtpmail-via-smtp): Use it, or fall back on the From address.
10036 (smtpmail-send-it): Ditto.
10037
f3934f6f
SM
100382012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
10039
10040 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
10041 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
10042 (byte-compile-tmp-var): New const.
10043 (byte-compile-defvar): Use it to minimize .elc size.
10044 Just use `defvar' rather than simulate it (bug#10761).
10045
a075a2c5
GM
100462012-02-09 Glenn Morris <rgm@gnu.org>
10047
cf3aa21b
GM
10048 * files.el (rename-uniquely): Doc fix. (Bug#3806)
10049
354998cd
GM
10050 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
10051 Add :version tags.
10052
dc9924b8
SM
10053 * progmodes/compile.el (compilation-error-screen-columns)
10054 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 10055
dab3703d
GM
10056 * vc/log-view.el (log-view-toggle-entry-display):
10057 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
10058
3f88cd72
GM
10059 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
10060 (report-emacs-bug-can-use-xdg-email):
10061 (report-emacs-bug-insert-to-mailer): Doc fixes.
10062 (report-emacs-bug): Message fix.
10063
d95b247d
GM
10064 * net/browse-url.el (browse-url-can-use-xdg-open)
10065 (browse-url-xdg-open): Doc fixes.
10066
a075a2c5
GM
10067 * electric.el (electric-indent-mode, electric-pair-mode)
10068 (electric-layout-rules, electric-layout-mode): Doc fixes.
10069 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
10070
ffb6157e
MR
100712012-02-08 Martin Rudalics <rudalics@gmx.at>
10072
10073 * server.el (server-unselect-display): Don't inadvertently kill
10074 the current buffer. (Bug#10729)
10075
e1ac4066
GM
100762012-02-08 Glenn Morris <rgm@gnu.org>
10077
34e8a2da
GM
10078 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
10079 (sql-list-table): Doc fixes.
10080
b4ac6e8c
GM
10081 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
10082 Comment out (does nothing).
10083
e1ac4066
GM
10084 * completion.el (dynamic-completion-mode):
10085 * dirtrack.el (dirtrack-debug-mode):
10086 * electric.el (electric-layout-mode):
10087 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
10088 * face-remap.el (text-scale-mode, buffer-face-mode):
10089 * iimage.el (iimage-mode):
10090 * image-mode.el (image-transform-mode):
10091 * minibuffer.el (completion-in-region-mode):
10092 * scroll-lock.el (scroll-lock-mode):
10093 * simple.el (next-error-follow-minor-mode):
10094 * tar-mode.el (tar-subfile-mode):
10095 * tooltip.el (tooltip-mode):
10096 * vcursor.el (vcursor-use-vcursor-map):
10097 * wid-browse.el (widget-minor-mode):
10098 * emulation/tpu-edt.el (tpu-edt-mode):
10099 * emulation/tpu-extras.el (tpu-cursor-free-mode):
10100 * international/iso-ascii.el (iso-ascii-mode):
10101 * language/thai-util.el (thai-word-mode):
10102 * mail/supercite.el (sc-minor-mode):
10103 * net/goto-addr.el (goto-address-mode):
10104 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
10105 * progmodes/cwarn.el (cwarn-mode):
10106 * progmodes/flymake.el (flymake-mode):
10107 * progmodes/glasses.el (glasses-mode):
10108 * progmodes/hideshow.el (hs-minor-mode):
10109 * progmodes/pascal.el (pascal-outline-mode):
10110 * textmodes/enriched.el (enriched-mode):
10111 * vc/smerge-mode.el (smerge-mode):
10112 Doc fixes (minor mode argument).
10113
5e0d957f
EZ
101142012-02-07 Eli Zaretskii <eliz@gnu.org>
10115
10116 * ls-lisp.el (ls-lisp-sanitize): New function.
10117 (ls-lisp-insert-directory): Use it to fix or remove any elements
10118 in file-alist with missing attributes. (Bug#4673)
10119
98d7371e
AM
101202012-02-07 Alan Mackenzie <acm@muc.de>
10121
10122 Fix spurious recognition of c-in-knr-argdecl.
10123
10124 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
10125 putative K&R region.
10126
667ced3a
AM
101272012-02-07 Alan Mackenzie <acm@muc.de>
10128
eb864a71
LM
10129 * progmodes/cc-engine.el (c-forward-objc-directive):
10130 Prevent looping in "#pragma mark @implementation".
667ced3a 10131
5b77774d
MA
101322012-02-07 Michael Albinus <michael.albinus@gmx.de>
10133
10134 * notifications.el (notifications-on-closed-signal): Make `reason'
10135 optional. (Bug#10744)
10136
af008560
GM
101372012-02-07 Glenn Morris <rgm@gnu.org>
10138
60d47423
GM
10139 * emacs-lisp/easy-mmode.el (define-minor-mode):
10140 Doc fixes for the macro and the mode it defines.
10141
dd605cc4
GM
10142 * image.el (imagemagick-types-inhibit): Doc fix.
10143
af008560
GM
10144 * cus-start.el (imagemagick-render-type): Add it.
10145
5cc59a37
LI
101462012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
10147
4d6769e1
JB
10148 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
10149 Set the default at load time, too, so that `font-lock-fontify-buffer'
10150 can be called without setting up the entire mode first. This fixes
10151 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 10152
9a6dd747
CY
101532012-02-06 Chong Yidong <cyd@gnu.org>
10154
2d16b285
CY
10155 * simple.el (list-processes--refresh): Delete exited processes
10156 (Bug#8094).
10157
171e9b6e
CY
10158 * comint.el (comint-next-prompt): next-single-char-property-change
10159 and prev-single-char-property-change never return nil (Bug#8657).
10160
9a6dd747
CY
10161 * custom.el (defcustom): Doc fix (Bug#9711).
10162
aa4589a7
CY
101632012-02-05 Chong Yidong <cyd@gnu.org>
10164
5c2a252f
CY
10165 * cus-edit.el (custom-variable-reset-backup): Quote the value
10166 before storing it in the customized-value property (Bug#6712).
4aab9006 10167 (custom-display): Add a customization type tag.
983b9602 10168 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 10169
aa4589a7
CY
10170 * wid-edit.el (widget-field-value-get): New optional arg to
10171 suppress trailing whitespace truncation.
10172 (character): Use it (Bug#2689).
10173
1ff980ae
AS
101742012-02-05 Andreas Schwab <schwab@linux-m68k.org>
10175
10176 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
10177 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
10178
03988c98
CY
101792012-02-05 Chong Yidong <cyd@gnu.org>
10180
eeb6cc88
CY
10181 * cus-edit.el (custom-variable-value-create): For mismatched
10182 types, show the current value (Bug#7600).
10183
03988c98
CY
10184 * custom.el (defcustom): Doc fix.
10185
f8cdeef0
GM
101862012-02-05 Glenn Morris <rgm@gnu.org>
10187
10188 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
10189
0696d255
JB
101902012-02-05 Juanma Barranquero <lekktu@gmail.com>
10191
10192 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
10193 (pp-buffer): Use `ignore-errors', `looking-at-p'.
10194 (pp-last-sexp): Use `looking-at-p'.
10195
34c99998
GM
101962012-02-04 Glenn Morris <rgm@gnu.org>
10197
8f05da42
GM
10198 * files.el (revert-buffer):
10199 Doc fix (mention revert-buffer-in-progress-p).
10200
f160676e
GM
10201 * emacs-lisp/ert-x.el (ert-simulate-command):
10202 Check deferred-action-list (which is obsolete) is bound.
10203
c7291ad9
GM
10204 * subr.el (with-wrapper-hook): Doc fixes.
10205
34c99998
GM
10206 * simple.el (filter-buffer-substring-functions)
10207 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
10208
6283a7d3
LL
102092012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
10210
10211 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
10212 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
10213
e96e3013
LL
102142012-02-04 Leo Liu <sdl.web@gmail.com>
10215
10216 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
10217
8ded50f2
GM
102182012-02-04 Glenn Morris <rgm@gnu.org>
10219
82ff1d13
GM
10220 * image.el (image-extension-data): Add obsolete alias.
10221
987a0a16
GM
10222 * isearch.el (isearch-update): Doc fix.
10223
ea32ef46
GM
10224 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
10225
8ded50f2
GM
10226 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
10227
eea14f31
GM
102282012-02-03 Glenn Morris <rgm@gnu.org>
10229
10230 * image.el (image-animated-p): Doc fix. Use image-animated-types.
10231 (image-animate-timeout): Doc fix.
10232
10233 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
10234
12f381b7
GM
102352012-02-02 Glenn Morris <rgm@gnu.org>
10236
953cebf5
GM
10237 * server.el (server-auth-dir): Doc fix.
10238 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
10239
12f381b7
GM
10240 * subr.el (run-mode-hooks): Doc fix.
10241
953a8c3b
JL
102422012-02-02 Juri Linkov <juri@jurta.org>
10243
10244 * image-mode.el (image-toggle-display-image): Remove tautological
10245 `major-mode' from the `derived-mode-p' test.
10246
c5d3843c
KH
102472012-02-02 Kenichi Handa <handa@m17n.org>
10248
9f6e692e 10249 * composite.el (compose-region): Cancel previous change.
c5d3843c 10250
159462d4 102512012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
10252
10253 * composite.el (compose-region, compose-string): Signal error for
10254 a null string component (Bug#6988).
10255
9f562668
CY
102562012-02-01 Chong Yidong <cyd@gnu.org>
10257
e2cef717
CY
10258 * view.el (view-buffer-other-window, view-buffer-other-frame):
10259 Handle special modes like view-buffer (Bug#10650).
10260 (view-buffer): Simplify.
10261
9f562668
CY
10262 * frame.el (set-frame-font): Tweak meaning of third argument.
10263
9f6e692e
JB
10264 * dynamic-setting.el (font-setting-change-default-font):
10265 Use set-frame-font (Bug#9982).
9f562668 10266
781acb9f
GM
102672012-02-01 Glenn Morris <rgm@gnu.org>
10268
6035be52
GM
10269 * progmodes/compile.el (compilation-internal-error-properties):
10270 Respect compilation-first-column in the "*compilation*" buffer.
10271
781acb9f
GM
10272 * emacs-lisp/easy-mmode.el (define-minor-mode):
10273 Relax :variable's test for a named function.
10274
abbceb00
AM
102752012-01-31 Alan Mackenzie <acm@muc.de>
10276
10277 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
10278 off by one error.
10279
fce3fdeb
CY
102802012-01-31 Chong Yidong <cyd@gnu.org>
10281
10282 * frame.el (set-frame-font): New arg ALL-FRAMES.
10283
10284 * menu-bar.el (menu-set-font): Use set-frame-font.
10285
10286 * faces.el (face-spec-reset-face): Don't apply unspecified
10287 attribute values to the default face.
10288
47893581
JB
102892012-01-31 Juanma Barranquero <lekktu@gmail.com>
10290
10291 * progmodes/cwarn.el (cwarn): Remove dead link.
10292 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
10293 Remove * from defcustom docstrings.
10294 (turn-on-cwarn-mode): Make obsolete.
10295 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
10296 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
10297
e58e988a
GM
102982012-01-31 Glenn Morris <rgm@gnu.org>
10299
60dc2671 10300 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 10301 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 10302 Allow named functions to be used as the cdr of :variable.
e58e988a 10303
7a3f511d
GM
103042012-01-30 Glenn Morris <rgm@gnu.org>
10305
10306 * emacs-lisp/authors.el (authors-fixed-entries):
10307 Remove reference to deleted file rnewspost.el.
10308
cb882333
JB
103092012-01-29 Juanma Barranquero <lekktu@gmail.com>
10310
10311 * window.el (window-with-parameter): Remove unused variable `windows'.
10312 (window--side-check): Remove unused variable `code'.
10313 (window--resize-siblings): Remove unused variable `first'.
10314 (adjust-window-trailing-edge): Remove unused variable `failed'.
10315 (window-deletable-p, window--delete): Remove unused variable `buffer'.
10316 Use `let', not `let*'.
10317 (balance-windows-2): Remove unused variable `found'.
10318 (window--state-put-2): Remove unused variable `splits'.
10319 (window-state-put): Remove unused variable `selected'.
10320 (same-window-p): Use `string-match-p'.
10321 (display-buffer-assq-regexp): Remove unused variable `value'.
10322 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
10323 Mark argument ALIST as ignored.
10324 (pop-to-buffer): Remove unused variable `old-window'.
10325
907201af
EZ
103262012-01-29 Eli Zaretskii <eliz@gnu.org>
10327
10328 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
10329 and .lzma compressed files.
10330
ea162670
CY
103312012-01-29 Chong Yidong <cyd@gnu.org>
10332
5b95ee8a
CY
10333 * frame.el (window-system-default-frame-alist): Doc fix.
10334
ea162670
CY
10335 * dynamic-setting.el (font-setting-change-default-font): Don't
10336 change the default face if SET-FONT argument is non-nil (Bug#9982).
10337
d6e6f4b1
SB
103382012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
10339
10340 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
10341
0f29fa41 103422012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
10343
10344 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
10345 breakpoints in files outside current directory (Bug#6098).
10346
db174434
CY
103472012-01-29 Chong Yidong <cyd@gnu.org>
10348
6b25e4e2
SE
10349 * progmodes/python.el: Require ansi-color at top-level.
10350
6df6ae42
JB
10351 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
10352 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
10353 (lisp-mode-abbrev-table): Add doc.
10354 (lisp-mode-variables): Don't set local-abbrev-table.
10355 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
10356
e70ee681
RW
103572012-01-28 Roland Winkler <winkler@gnu.org>
10358
10359 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
10360
ace88aa2
RW
103612012-01-28 Roland Winkler <winkler@gnu.org>
10362
10363 * textmodes/bibtex.el (bibtex-entry-alist): New function.
10364 (bibtex-set-dialect): Use it. Either set global values of
10365 dialect-dependent variables or bind these variables buffer-locally
10366 (Bug#10254).
10367 (bibtex-mode): Call bibtex-set-dialect via
10368 hack-local-variables-hook.
eb864a71
LM
10369 (bibtex-dialect): Update docstring.
10370 Add safe-local-variable predicate.
ace88aa2
RW
10371 (bibtex-entry-alist, bibtex-field-alist): Initialize via
10372 bibtex-set-dialect.
10373 (bibtex-mode-map): Define menu for each dialect.
10374 (bibtex-entry): Fix docstring.
10375
93376c5b
CY
103762012-01-28 Chong Yidong <cyd@gnu.org>
10377
10378 * eshell/esh-arg.el (eshell-quote-argument): New function.
10379
10380 * eshell/esh-ext.el (eshell-invoke-batch-file):
10381 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
10382 first arg to eshell-parse-command (Bug#10523).
10383
4372494f
DA
103842012-01-28 Drew Adams <drew.adams@oracle.com>
10385
10386 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
10387 `default-directory' is non-nil.
10388
4d4ec1f8
EZ
103892012-01-28 Eli Zaretskii <eliz@gnu.org>
10390
10391 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
10392 line that displays system-configuration-options. (Bug#9924)
10393
7c188927
DA
103942012-01-28 Drew Adams <drew.adams@oracle.com>
10395
10396 * descr-text.el (describe-char): Show information about POS, in
10397 addition to information about the character at POS. Improve and
10398 update the doc string. Change "code point" to "code point in
10399 charset", to avoid confusion with the character's Unicode code
10400 point shown above that. (Bug#10129)
10401
e0da685a
EZ
104022012-01-28 Eli Zaretskii <eliz@gnu.org>
10403
10404 * descr-text.el (describe-char): Show the raw character, not only
10405 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
10406 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
10407 for the reasons.
10408
70550acf
PH
104092012-01-28 Phil Hagelberg <phil@hagelb.org>
10410
eb864a71
LM
10411 * emacs-lisp/package.el (package-install):
10412 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 10413
0ce8e868
CY
104142012-01-28 Chong Yidong <cyd@gnu.org>
10415
cb882333
JB
10416 * emacs-lisp/package.el (package-maybe-load-descriptor):
10417 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
10418 (package-maybe-load-descriptor): Use it.
10419 (package-download-transaction): Fully load required packages
10420 inside the loop, so that `require' calls work (Bug#10593).
10421 (package-install): No need to call package-initialize now.
10422
2e7f3bea
CY
104232012-01-28 Chong Yidong <cyd@gnu.org>
10424
6e9bad14
CY
10425 * simple.el (deactivate-mark): Doc fix (Bug#8614).
10426
f823b8ca
CY
10427 * tooltip.el (tooltip-mode): Doc fix.
10428 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
10429
2680c309
CY
10430 * frame.el (set-cursor-color): Doc fix (Bug#352).
10431
d7a9e63b
CY
10432 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
10433 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
10434
2e7f3bea
CY
10435 * cus-edit.el (custom-buffer-create-internal): Fix search button
10436 action (Bug#10542).
2ae01800 10437 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 10438
fc4f7a23
EW
104392012-01-27 Eduard Wiebe <usenet@pusto.de>
10440
10441 * dired.el (dired-mark-files-regexp):
10442 Include any subdirectory components. (Bug#10445)
10443
7dd37071
ML
104442012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
10445
10446 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
10447 Handle [host]:port syntax. (Bug#10533)
10448
a268160b
AH
104492012-01-27 Alex Harsanyi <harsanyi@mac.com>
10450
10451 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
10452
e43273ef
GM
104532012-01-26 Glenn Morris <rgm@gnu.org>
10454
10455 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
10456 * term.el (term-raw-escape-map): Use Control-X-prefix.
10457 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
10458
1edf595d
MR
104592012-01-25 Martin Rudalics <rudalics@gmx.at>
10460
10461 * window.el (window-state-get, window--state-get-1): Don't deal
10462 with fixed-sizeness of windows. Simplify code.
10463
fa8eafef
JC
104642012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
10465
6df6ae42
JB
10466 * window.el (window--state-get-1, window--state-put-2):
10467 Don't save and restore the mark.
fa8eafef 10468
0b21c100
CY
104692012-01-25 Chong Yidong <cyd@gnu.org>
10470
10471 * custom.el (custom-variable-p): Doc fix.
10472
5ae1a6c8
GM
104732012-01-25 Glenn Morris <rgm@gnu.org>
10474
40047858
GM
10475 * dired.el (dired-goto-file): Handle some of the more common
10476 characters that `ls -b' escapes. (Bug#10596)
10477
5ddce96c
GM
10478 * progmodes/compile.el (compilation-next-error-function):
10479 Respect compilation-first-column in the "*compilation*" buffer.
10480 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
10481
5ae1a6c8
GM
10482 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
10483
b559f1a9
GM
104842012-01-24 Glenn Morris <rgm@gnu.org>
10485
10486 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
10487
6725d21a
JD
104882012-01-24 Julien Danjou <julien@danjou.info>
10489
10490 * color.el (color-rgb-to-hsl): Fix value computing.
10491 (color-hue-to-rgb): New function.
10492 (color-hsl-to-rgb): New function.
10493 (color-clamp, color-saturate-hsl, color-saturate-name)
10494 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
10495 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
10496
70df4bbe
GM
104972012-01-24 Glenn Morris <rgm@gnu.org>
10498
10499 * vc/vc-rcs.el (vc-rcs-create-tag):
10500 * vc/vc-sccs.el (vc-sccs-create-tag):
10501 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
10502
802a2ae2
ML
105032012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
10504
10505 * eshell/esh-util.el (eshell-read-hosts-file):
10506 Skip comment lines. (Bug#10549)
10507
d7128bb1
ML
10508 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
10509
d1a5c3b4
JB
105102012-01-23 Juanma Barranquero <lekktu@gmail.com>
10511
2724d9c7
JB
10512 * subr.el (display-delayed-warnings): Doc fix.
10513 (collapse-delayed-warnings): New function to collapse identical
10514 adjacent warnings.
10515 (delayed-warnings-hook): Add it.
d1a5c3b4 10516
a5509865
MA
105172012-01-22 Michael Albinus <michael.albinus@gmx.de>
10518
10519 * net/tramp.el (tramp-action-login): Set connection property "login-as".
10520
a5509865
MA
10521 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
10522 (tramp-default-user-alist): Don't add "pscp".
10523 (tramp-do-copy-or-rename-file-out-of-band): Use connection
10524 property "login-as", if set. (Bug#10530)
10525
cc6d5805
MA
105262012-01-21 Michael Albinus <michael.albinus@gmx.de>
10527
10528 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
10529 "plink1" and "psftp". (Bug#10530)
10530
105312012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
10532
10533 * international/mule-cmds.el (prefer-coding-system): Show a
10534 warning message if the default value of file-name-coding-system
10535 was not changed.
10536
f0960428
JC
105372012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
10538
cb882333
JB
10539 * windmove.el (windmove-reference-loc):
10540 Fix windmove-reference-loc miscalculation.
f0960428 10541
dd6f2a63
JB
105422012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
10543
10544 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
10545 default unit.
10546
7b447e9b
GM
105472012-01-21 Glenn Morris <rgm@gnu.org>
10548
117a9ea1
GM
10549 * international/mule.el (auto-coding-alist): Add .tbz.
10550
7b447e9b
GM
10551 * files.el (local-enable-local-variables): Doc fix.
10552 (inhibit-local-variables-regexps): Rename from
10553 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
10554 Doc fix. Add some extensions from auto-coding-alist.
10555 (inhibit-local-variables-suffixes):
10556 Rename from inhibit-first-line-modes-suffixes. Doc fix.
10557 (inhibit-local-variables-p):
10558 New function, extracted from set-auto-mode-1.
10559 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
10560 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
10561 (hack-local-variables): Doc fix. Make the mode-only case
10562 respect enable-local-variables and friends.
10563 Respect inhibit-local-variables-regexps for file-locals, but
10564 not for directory-locals.
10565 (set-visited-file-name):
10566 Take account of inhibit-local-variables-regexps.
10567 Whether it applies may change as the file name is changed.
10568 * jka-cmpr-hook.el (jka-compr-install):
10569 * jka-compr.el (jka-compr-uninstall):
10570 Update for inhibit-first-line-modes-suffixes name change.
10571
dd6e3cdd
MR
105722012-01-20 Martin Rudalics <rudalics@gmx.at>
10573
10574 * help-macro.el (make-help-screen): Temporarily restore original
10575 binding for minor-mode-map-alist (Bug#10454).
10576
0d0deb38
JD
105772012-01-19 Julien Danjou <julien@danjou.info>
10578
10579 * color.el (color-name-to-rgb): Use the white color to find the max
10580 color component value and return correctly computed values.
10581 (color-name-to-rgb): Add missing float conversion for max value.
10582
34a02f46
MR
105832012-01-19 Martin Rudalics <rudalics@gmx.at>
10584
10585 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
10586 special state value for window-persistent-parameters.
10587 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
10588 (window--state-put-2): Reset all window parameters to nil before
10589 assigning values of persistent parameters.
10590
606c44c4
AM
105912012-01-18 Alan Mackenzie <acm@muc.de>
10592
10593 Eliminate sluggishness and hangs in fontification of "semicolon
10594 deserts".
10595
cb882333
JB
10596 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
10597 Change value 10000 -> 3000.
606c44c4
AM
10598 (c-state-safe-place): Reformulate so it doesn't stack up an
10599 infinite number of wrong entries in c-state-nonlit-pos-cache.
10600 (c-determine-limit-get-base, c-determine-limit): New functions to
10601 determine backward search limits disregarding literals.
10602 (c-find-decl-spots): Amend commenting.
10603 (c-cheap-inside-bracelist-p): New function which detects "={".
10604
10605 * progmodes/cc-fonts.el
10606 (c-make-font-lock-BO-decl-search-function): Give a limit to a
10607 backward search.
10608 (c-font-lock-declarations): Fix an occurrence of point being
10609 undefined. Check additionally for point being in a bracelist or
10610 near a macro invocation without a semicolon so as to avoid a
10611 fruitless time consuming search for a declarator. Give a more
10612 precise search limit for declarators using the new
10613 c-determine-limit.
10614
f3860cea
GM
106152012-01-18 Glenn Morris <rgm@gnu.org>
10616
10617 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
10618 (set-auto-mode): Doc fixes.
10619
1db03b16
GM
106202012-01-17 Glenn Morris <rgm@gnu.org>
10621
0e6038be
GM
10622 * isearch.el (search-nonincremental-instead): Fix doc typo.
10623
1db03b16
GM
10624 * dired.el (dired-insert-directory): Handle newlines in directory name.
10625 (dired-build-subdir-alist): Unescape newlines in directory name.
10626
4cb0aa75
MA
106272012-01-17 Michael Albinus <michael.albinus@gmx.de>
10628
10629 * net/tramp.el (tramp-local-end-of-line): New defcustom.
10630 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
10631 (tramp-action-terminal): Use it. (Bug#10530)
10632
1d00653d
SM
106332012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
10634
10635 * minibuffer.el (completion--replace): Strip properties (bug#10062).
10636
6a6ee00d
MR
106372012-01-16 Martin Rudalics <rudalics@gmx.at>
10638
10639 * window.el (window-state-ignored-parameters): Remove variable.
10640 (window--state-get-1): Rename argument MARKERS to IGNORE.
10641 Handle persistent window parameters. Make copy of clone-of
10642 parameter only if requested. (Bug#10348)
10643 (window--state-put-2): Install a window parameter only if it has
10644 a non-nil value or an existing parameter shall be overwritten.
10645
97912def
MA
106462012-01-15 Michael Albinus <michael.albinus@gmx.de>
10647
10648 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
10649
688070a5
EZ
106502012-01-14 Eli Zaretskii <eliz@gnu.org>
10651
10652 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
10653 don't pass the (nil) value of `upnode' to string-match.
10654
301afadc
CY
106552012-01-14 Chong Yidong <cyd@gnu.org>
10656
10657 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 10658 Fix values recognized by the cursorBlink resource.
301afadc 10659
9e5788aa
PE
106602012-01-14 Paul Eggert <eggert@cs.ucla.edu>
10661
10662 * epg.el (epg--make-temp-file): Avoid permission race condition
10663 when running on old Emacs versions (bug#10403).
10664
3cdb7f5a
GM
106652012-01-14 Glenn Morris <rgm@gnu.org>
10666
10667 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
10668
8c82b1b4
AM
106692012-01-13 Alan Mackenzie <acm@muc.de>
10670
10671 Fix filling for when filladapt mode is enabled.
10672
10673 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
10674 c-mask-paragraph, pass in `fill-paragraph' rather than
10675 `fill-region-as-paragraph'. (This is a reversion of a previous
10676 change.)
eb864a71
LM
10677 * progmodes/cc-mode.el (c-basic-common-init):
10678 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 10679
e517eda4
GM
106802012-01-13 Glenn Morris <rgm@gnu.org>
10681
1498536e
GM
10682 * dired.el (dired-switches-escape-p): New function.
10683 (dired-insert-directory): Use dired-switches-escape-p.
10684 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
10685
e517eda4
GM
10686 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
10687
328f984d
GM
106882012-01-12 Glenn Morris <rgm@gnu.org>
10689
10690 * mail/sendmail.el (mail-mode): Update paragraph-separate for
10691 changes in adaptive-fill-regexp. (Bug#10276)
10692
2cc769a8
AM
106932012-01-11 Alan Mackenzie <acm@muc.de>
10694
10695 Fix Emacs bug #10463 - put `widen's around the critical spots.
10696
1d00653d 10697 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
10698 widen around each invocation of c-state-pp-to-literal. Remove an
10699 unused let variable.
10700
e52c37fa
GM
107012012-01-11 Glenn Morris <rgm@gnu.org>
10702
10703 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 10704 Doc fix.
e52c37fa 10705
96f8741e
CY
107062012-01-10 Chong Yidong <cyd@gnu.org>
10707
1d00653d
SM
10708 * net/network-stream.el (network-stream-open-starttls):
10709 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
10710 response to the capability command.
10711
b09a806e
GM
107122012-01-10 Glenn Morris <rgm@gnu.org>
10713
10714 * mail/unrmail.el (unrmail): Tweak previous change.
10715
7655cb66
CY
107162012-01-09 Chong Yidong <cyd@gnu.org>
10717
10718 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
10719
9d5a8f0b
AM
107202012-01-08 Alan Mackenzie <acm@muc.de>
10721
10722 Optimise font locking in long enum definitions.
10723
10724 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
10725 arm to a cond form to handle enums.
10726 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
10727 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
10728
9a0115ab 107292012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
10730
10731 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 10732 (Bug#10401)
6bb72cbd 10733
f186bb95
LMI
107342012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
10735
29232a68
LMI
10736 * faces.el (set-face-attribute): Clarify the meaning of the nil
10737 frame (bug#10294).
10738
4e5d086d
LMI
10739 * subr.el (with-selected-frame): Mention that the selected frame
10740 is restored (bug#9980).
10741
8e66aebe
LMI
10742 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
10743 (bug#9759).
10744
cd394be1 10745 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
10746 (password-read): Don't autoload unused function.
10747
adf4e762
JB
107482012-01-07 Juanma Barranquero <lekktu@gmail.com>
10749
10750 * progmodes/which-func.el (which-func-mode): Turn into a
10751 non-interactive function and mark as obsolete (bug#10428).
10752
89bd9ccd
CY
107532012-01-06 Chong Yidong <cyd@gnu.org>
10754
10755 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
10756 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
10757 functions, along with 1 and -1.
10758
4afee9d5
EZ
107592012-01-06 Eli Zaretskii <eliz@gnu.org>
10760
10761 * time.el (display-time-load-average)
10762 (display-time-default-load-average): Doc fixes. See the thread
10763 starting at
10764 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
10765 for the details.
10766
536aea70
GM
107672012-01-06 Glenn Morris <rgm@gnu.org>
10768
665ae865
GM
10769 * mail/unrmail.el (unrmail): Give an explicit error if the input file
10770 has no messages. (Bug#10377)
10771
c869783d
GM
10772 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
10773 than Info-edit. (Bug#10385)
10774
2bb4227e
GM
10775 * time.el (display-time-load-average, display-time-next-load-average):
10776 Doc fixes.
10777
7d5944b9
GM
10778 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
10779 local setting of buffer-read-only to the input buffer. (Bug#10419)
10780
536aea70
GM
10781 * calendar/calendar.el (calendar-mode):
10782 Locally set scroll-margin to 0. (Bug#10379)
10783
7dccca16
UM
107842012-01-06 Ulrich Mueller <ulm@gentoo.org>
10785
10786 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
10787
afbb7930
GM
107882012-01-05 Glenn Morris <rgm@gnu.org>
10789
10790 * eshell/em-unix.el (diff-no-select): Autoload it.
10791 (eshell/diff): Use diff-no-select. (Bug#10420)
10792
04482335
CY
107932012-01-05 Chong Yidong <cyd@gnu.org>
10794
7baca3bc
CY
10795 * shell.el (shell-dynamic-complete-functions): Revert last change.
10796 (shell-command-completion-function): New function.
10797 (shell-completion-vars): Use it to implement
10798 shell-completion-execonly (Bug#10417).
10799
04482335
CY
10800 * custom.el (enable-theme): Don't set custom-safe-themes.
10801
1d00653d
SM
10802 * cus-theme.el (custom-theme-merge-theme):
10803 Ignore custom-enabled-themes and custom-safe-themes.
04482335 10804
bb5aa5d6
MM
108052012-01-05 Michael R. Mauger <mmaug@yahoo.com>
10806
10807 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
10808 first prompt in `sql-interacive-mode'.
10809 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 10810 keywords.
6df6ae42 10811 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
10812 (sql-product-interactive): Bug fix: Set `sql-buffer' in
10813 context of original buffer. Invoke `sql-login-hook'.
10814
a7183d7c
EZ
108152012-01-04 Eli Zaretskii <eliz@gnu.org>
10816
10817 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
10818 letters in cite-prefix.
10819
a1eacd1e
LMI
108202012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10821
10822 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
10823
787cdb34
CY
108242012-01-03 Chong Yidong <cyd@gnu.org>
10825
1d00653d
SM
10826 * shell.el (shell-dynamic-complete-functions):
10827 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
10828 comint-filename-completion first (Bug#10417).
10829
30710442
RS
108302012-01-02 Richard Stallman <rms@gnu.org>
10831
10832 * battery.el (battery-status-function):
10833 Detect when to use battery-yeeloong-sysfs.
10834 (battery-echo-area-format): Add string for Yeeloong.
10835 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
10836 (battery-yeeloong-sysfs): New function.
10837
f75bfc33
CY
108382012-01-02 Chong Yidong <cyd@gnu.org>
10839
10840 * dirtrack.el (dirtrack-list): Eliminate unused third element.
10841 (dirtrack): Merge code for handling relative filenames in prompt
10842 from shell-dir-cookie-watcher.
10843 (dirtrack-debug-message): New arg to avoid excess format calls.
10844
10845 * shell.el (shell-dir-cookie-re): Variable deleted.
10846 (shell-dir-cookie-watcher): Function deleted.
10847 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
10848 with dirtrack-mode.
10849
651e947e
EZ
108502012-01-01 Eli Zaretskii <eliz@gnu.org>
10851
1d00653d
SM
10852 * term/w32-win.el (dynamic-library-alist) <gnutls>:
10853 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
10854 libgnutls-26.dll.
10855
94d4c7dc
AS
108562011-12-31 Andreas Schwab <schwab@linux-m68k.org>
10857
10858 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
10859
8d43f3cd
EZ
108602011-12-31 Eli Zaretskii <eliz@gnu.org>
10861
10862 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
10863 headers of non-MIME messages, when rmail-enable-mime is non-nil.
10864
98c8795a
MA
108652011-12-29 Michael Albinus <michael.albinus@gmx.de>
10866
10867 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
10868 also for alternative shells.
10869 (tramp-open-connection-setup-interactive-shell): Check, whether
10870 the shell is a busybox.
10871 (tramp-send-command): Don't suppress multiple prompts for
10872 busyboxes, it hurts.
10873
51281b32
CY
108742011-12-28 Chong Yidong <cyd@gnu.org>
10875
10876 * progmodes/gdb-mi.el (gdb-get-source-file-list)
10877 (gdb-get-source-file): Move mode line update to
10878 gdb-get-source-file (Bug#10087).
10879
2170cb53
CY
108802011-12-25 Chong Yidong <cyd@gnu.org>
10881
10882 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
10883 gud-gdb-marker-filter without taking it as an argument.
10884 (gud-gdb-run-command-fetch-lines): Caller changed.
10885 (gud-gdb-completion-function): New variable.
10886 (gud-gdb-completion-at-point): Use it.
10887 (gud-gdb-completions-1): Split from gud-gdb-completions.
10888
10889 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
10890 function as separate arguments.
10891 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
10892 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
10893 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
10894 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
10895 (gdb-stopped, def-gdb-auto-update-trigger)
10896 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
10897 (gdb-get-changed-registers, gdb-get-main-selected-frame):
10898 Callers changed.
2170cb53
CY
10899 (gud-gdbmi-completions): New function.
10900 (gdb): Use it for generating the completion table.
10901
be8b11bb
AM
109022011-12-24 Alan Mackenzie <acm@muc.de>
10903
10904 Introduce a mechanism to widen the region used in context font
1d00653d 10905 locking. Use this to protect declarations from losing their contexts.
be8b11bb 10906
1d00653d
SM
10907 * progmodes/cc-langs.el (c-before-font-lock-functions):
10908 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 10909 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
10910 functions to be run just before context (etc.) font locking.
10911
10912 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 10913 New, functionality extracted from
be8b11bb 10914 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 10915 (c-in-after-change-fontification): New variable.
be8b11bb
AM
10916 (c-after-change): Set c-in-after-change-fontification.
10917 (c-set-fl-decl-start): Rejig its interface, so it can be called
10918 from both after-change and context fontifying.
b81d40f0
JB
10919 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
10920 New functions.
10921 (c-standard-font-lock-fontify-region-function): New variable.
10922 (c-font-lock-fontify-region): New function.
be8b11bb 10923
341cf6ac
JL
109242011-12-24 Juri Linkov <juri@jurta.org>
10925
10926 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
10927 (Bug#10348)
10928
bffcee0a
MA
109292011-12-23 Michael Albinus <michael.albinus@gmx.de>
10930
10931 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
10932 existence of source file. (Bug#10325)
10933
cb5e207c
AM
109342011-12-23 Alan Mackenzie <acm@muc.de>
10935
10936 Fix unstable fontification inside templates.
10937
b81d40f0
JB
10938 * progmodes/cc-langs.el (c-before-font-lock-functions):
10939 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
10940 additionally has c-set-fl-decl-start. The other languages (apart
10941 from AWK) have that as a single entry.
10942
b81d40f0
JB
10943 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
10944 The functionality for "local" declarations has been extracted to
cb5e207c
AM
10945 c-set-fl-decl-start.
10946
b81d40f0
JB
10947 * progmodes/cc-mode.el (c-common-init, c-after-change):
10948 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
10949 (c-set-fl-decl-start): New function, extracted from
10950 c-font-lock-enclosing-decls and enhanced.
10951
60ff536c
JB
109522011-12-23 Juanma Barranquero <lekktu@gmail.com>
10953
10954 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
10955
1c4757d6
JL
109562011-12-22 Juri Linkov <juri@jurta.org>
10957
10958 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
10959
d031f2c7
CY
109602011-12-22 Chong Yidong <cyd@gnu.org>
10961
10962 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
10963
bace743a
DA
109642011-12-21 Drew Adams <drew.adams@oracle.com>
10965
10966 * files.el (file-remote-p): Fix docstring. (Bug#10319)
10967
728a1f2b
JC
109682011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
10969
10970 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
10971
0d373f73
TZ
109722011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
10973
fec0aaa4
TZ
10974 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
10975 highlighting and support. Fix up comments for capitalization.
10976 (cfengine-mode-debug): New var.
10977 (cfengine3-mode): Change the modeline indicator to "CFE3".
10978 (cfengine3-font-lock-keywords): Improve defun highlighting.
10979 (cfengine2-actions): Rename from `cfengine-actions'.
10980 (cfengine2-font-lock-keywords): Rename from
10981 `cfengine-font-lock-keywords'.
10982 (cfengine2-imenu-expression): Rename from
10983 `cfengine-imenu-expression'.
10984 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
10985 (cfengine2-beginning-of-defun): Rename from
10986 `cfengine-beginning-of-defun'.
10987 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
10988 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
10989 (cfengine2-mode): Rename from `cfengine-mode'. Change the
10990 modeline indicator to "CFE2".
10991 (cfengine-mode): Defalias to `cfengine-auto-mode'.
10992 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 10993
bc86f573
CY
109942011-12-21 Chong Yidong <cyd@gnu.org>
10995
10996 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
10997 filename argument.
10998
d45ba96b
MR
109992011-12-20 Martin Rudalics <rudalics@gmx.at>
11000
11001 * window.el (window-normalize-buffer-to-display): Remove.
11002 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
11003
a6198c90
CY
110042011-12-19 Chong Yidong <cyd@gnu.org>
11005
11006 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
11007 Don't signal an error in a predicate function; return non-nil.
11008 (vc-dir-mark-file): Move the error here.
11009 (vc-dir-mark-unmark): If acting on the region, keep going if one
11010 of the entries cannot be marked/unmarked.
11011 (vc-dir-mark-all-files): If current entry is a directory, mark
11012 only child files, as documented.
11013
34c5fb55
VB
110142011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
11015
11016 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
11017 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
11018 addition.
11019
c803b2b7
JD
110202011-12-18 Jan Djärv <jan.h.d@swipnet.se>
11021
11022 * term/ns-win.el (ns-get-selection-internal)
11023 (ns-store-selection-internal): Declare.
1154d12e
JB
11024 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
11025 Declare as obsolete.
11026 (ns-get-pasteboard, ns-paste-secondary):
11027 Use ns-get-selection-internal.
41e9b956 11028 (ns-set-pasteboard, ns-copy-including-secondary):
1154d12e 11029 Use ns-store-selection-internal.
c803b2b7 11030
9cff91f8 110312011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
11032
11033 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 11034 (vc-deduce-fileset): Doc fix.
99a289d9 11035
f16c898a
AS
110362011-12-16 Andreas Schwab <schwab@linux-m68k.org>
11037
11038 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
11039
763237c4
SS
110402011-12-13 Sam Steingold <sds@gnu.org>
11041
11042 * man.el (Man-getpage-in-background): When running under a
11043 window-system, ignore $MANWIDTH and $COLUMNS.
11044
5fc1c122
KH
110452011-12-15 Kenichi Handa <handa@m17n.org>
11046
11047 * language/ethio-util.el: Change coding tag to utf-8-emacs.
11048 (setup-ethiopic-environment-internal): Comment out key-binding for
11049 ethio-toggle-punctuation.
11050
13d49cbb
AM
110512011-12-13 Alan Mackenzie <acm@muc.de>
11052
898169a2
AM
11053 Add the switch statement to AWK Mode.
11054
7a71b18d 11055 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
11056 "default" to the keywords regexp.
11057
7a71b18d 11058 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 11059 expression as the rest.
1d00653d
SM
11060 (c-nonlabel-token-key): Allow string literals for AWK.
11061 Refactor for the other modes.
898169a2 11062
13d49cbb 11063 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 11064 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
11065 routines. Limit backward searching in c-font-lock-enclosing.decl.
11066
11067 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
11068 pp-state and literal type in addition to the limits.
1d00653d 11069 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 11070 (c-state-literal-at): Use the above new defun.
1d00653d
SM
11071 (c-slow-in-literal, c-fast-in-literal): Remove.
11072 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
11073
11074 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
11075 being in a literal. Add a limit for backward searching.
11076
11077 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
11078 c-slow-in-literal.
11079
15e0efc7
SM
110802011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
11081
11082 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
11083
454592a6
MR
110842011-12-13 Martin Rudalics <rudalics@gmx.at>
11085
11086 * window.el (delete-other-windows): Use correct frame in call to
11087 window-with-parameter.
11088
87393f26
DP
110892011-12-12 Daniel Pfeiffer <occitan@t-online.de>
11090
11091 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
11092 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
11093 (makefile-gmake-statements, makefile-makepp-statements):
11094 Use it and add new makepp keywords.
11095 (makefile-makepp-font-lock-keywords): Add new patterns.
11096 (makefile-match-function-end): Match new [...] and [[...]].
11097
11636b22
JB
110982011-12-11 Juanma Barranquero <lekktu@gmail.com>
11099
11100 * ses.el (ses-call-printer-return, ses-cell-property-get)
11101 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
11102 (ses-create-cell-variable, ses-reset-header-string)
11103 (ses-cell-set-formula, ses-repair-cell-reference-all)
11104 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
11105 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
11106 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
11107 (ses-aset-with-undo, ses-load, ses-truncate-cell)
11108 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
11109 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
11110 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
11111 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
11112 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
11113 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
11114 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
11115 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
11116
cf018193
VB
111172011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
11118
11119 * ses.el: The overall change is to add cell renaming, that is
11120 setting fancy names for cell symbols other than name matching
11121 "\\`[A-Z]+[0-9]+\\'" regexp .
11122 (ses-create-cell-variable): New defun.
11123 (ses-relocate-formula): Relocate formulas only for cells the
11124 symbols of which are not renamed, i.e. symbols whose names do not
11125 match regexp "\\`[A-Z]+[0-9]+\\'".
11126 (ses-relocate-all): Relocate values only for cells the symbols of
11127 which are not renamed.
11128 (ses-load): Create cells variables as the (ses-cell ...) are read,
11129 in order to check row col consistency with cell symbol name only
11130 for cells that are not renamed.
11131 (ses-replace-name-in-formula): New defun.
11132 (ses-rename-cell): New defun.
11133
ee957461
CY
111342011-12-11 Chong Yidong <cyd@gnu.org>
11135
11136 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
11137 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
11138
9a9e9ef0
MR
111392011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
11140
11141 * window.el (other-window): Fix docstring.
11142
92a8eba5
EZ
111432011-12-10 Eli Zaretskii <eliz@gnu.org>
11144
11145 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
11146 `from' or `to' address before taking its substring.
11147 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
11148 encoded name is chopped in the middle of the encoded string, and
11149 thus displayed encoded.
11150
e152e577
JB
111512011-12-10 Juanma Barranquero <lekktu@gmail.com>
11152
11153 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
11154
e5d84bfe
EZ
111552011-12-10 Eli Zaretskii <eliz@gnu.org>
11156
11157 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
11158 to use texinfo-update-node and commands that call it if the
11159 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 11160 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
11161 (texinfo-all-menus-update, texinfo-master-menu)
11162 (texinfo-update-node, texinfo-every-node-update)
11163 (texinfo-multiple-files-update): Doc fix. Warn against updating
11164 all the @node lines.
11165 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
11166 argument is numeric. Explain better in the doc string what the
11167 function really does.
11168 (texinfo-insert-master-menu-list): Improve the error message
11169 displayed if there's no menu in the Top node.
11170 (Bug#2975) See also this thread:
e5d84bfe
EZ
11171 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
11172
1d84e9bb
MG
111732011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
11174
11175 * speedbar.el (speedbar-supported-extension-expressions):
11176 Add .adb and .ads, commonly used for Ada source code (bug#10256).
11177
382c953b
JB
111782011-12-09 Juanma Barranquero <lekktu@gmail.com>
11179
11180 * printing.el (pr-mode-alist):
11181 * simple.el (filter-buffer-substring-functions)
11182 (completion-list-insert-choice-function):
11183 * window.el (window-with-parameter, window-atom-root)
11184 (window-sides-slots, window-size-fixed, window-min-delta)
11185 (window-max-delta, window--resize-mini-window)
11186 (window--resize-child-windows-normal, window-tree)
11187 (delete-other-windows, quit-window, split-window)
11188 (display-buffer-record-window, special-display-buffer-names)
11189 (special-display-regexps, special-display-popup-frame)
11190 (same-window-p, split-window-sensibly)
11191 (display-buffer-overriding-action, display-buffer-alist)
11192 (display-buffer-base-action, display-buffer, switch-to-buffer)
11193 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
11194 (fit-window-to-buffer, recenter-positions)
11195 (mouse-autoselect-window-state, mouse-autoselect-window-select):
11196 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
11197 and remove unneeded backslashes in docstrings.
11198
39c9faef
SM
111992011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
11200
98449af8
SM
11201 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
11202
39c9faef
SM
11203 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
11204 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
11205 end in ".mk".
11206 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
11207 when reading the makefile (bug#10116).
11208
86ed9fdc
SM
112092011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
11210
11211 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
11212 (bug#10116).
11213
5580f89d
GM
112142011-12-06 Glenn Morris <rgm@gnu.org>
11215
11216 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
11217
28d3917c
CY
112182011-12-06 Chong Yidong <cyd@gnu.org>
11219
11220 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
11221
a98edce9
JB
112222011-12-06 Juanma Barranquero <lekktu@gmail.com>
11223
11224 * textmodes/table.el (table-shorten-cell): Fix typo.
11225
e65adfac
CG
112262011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
11227
11228 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
11229
71cc0b74
EZ
112302011-12-05 Eli Zaretskii <eliz@gnu.org>
11231
11232 * descr-text.el (describe-char): Fix display of strong
11233 right-to-left characters and directional embeddings and overrides.
11234
11235 * simple.el (what-cursor-position): Fix display of codepoints of
11236 strong right-to-left characters.
11237
315bc30d
CY
112382011-12-05 Chong Yidong <cyd@gnu.org>
11239
11240 * faces.el (read-color): Doc fix.
11241
58a70b94
GM
112422011-12-05 Glenn Morris <rgm@gnu.org>
11243
11244 * align.el (align--set-marker): Add doc-string.
11245 Don't try to move something that is not a marker. (Bug#10216)
11246
5158face
GM
112472011-12-04 Glenn Morris <rgm@gnu.org>
11248
11249 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
11250 overly zealous deletion of trailing whitespace.
11251
520fca41
JB
112522011-12-04 Juanma Barranquero <lekktu@gmail.com>
11253
11254 * server.el (server-delete-client): On Windows, do not try to delete
11255 the only terminal.
11256 (server-process-filter): On Windows, treat requests for a tty frame as
11257 if they were for a GUI frame if the running server is in GUI mode.
11258
5e605a2e
GM
112592011-12-03 Glenn Morris <rgm@gnu.org>
11260
11261 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
11262
5c3fe83f
SM
112632011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
11264
6f5e57e7
SM
11265 * electric.el: Streamline electric-indent's hook.
11266 (electric-indent-chars): Revert to simple list.
11267 (electric-indent-functions): New var.
11268 (electric-indent-post-self-insert-function): Use it.
11269
5c3fe83f
SM
11270 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
11271 there's no inferior buffer (bug#10196).
11272 (prolog-consult-compile): Don't use toggle-read-only.
11273
6bdac736
MA
112742011-12-02 Michael Albinus <michael.albinus@gmx.de>
11275
11276 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
11277 interrupt. (Bug#10187)
11278
6131ba7f
SM
112792011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
11280
99c79fee
SM
11281 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
11282 (bug#9160).
11283
6131ba7f
SM
11284 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
11285 (bug#10191).
11286
cb0a02ea
JL
112872011-12-02 Juri Linkov <juri@jurta.org>
11288
11289 * info.el (Info-search): Display "end of manual" when Isearch
11290 reaches the end of single-file Info manual. (Bug#9918)
11291
66e0570c
EZ
112922011-12-02 Eli Zaretskii <eliz@gnu.org>
11293
11294 * isearch.el (isearch-message-prefix): Run the input method part
11295 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
11296
02b16839
JL
112972011-12-02 Juri Linkov <juri@jurta.org>
11298
11299 * isearch.el (isearch-occur): Use `word-search-regexp' for
11300 `isearch-word'.
11301 (isearch-search-and-update): Add condition for `isearch-word' and
11302 call `word-search-regexp'. (Bug#10145)
11303
0b950688
GM
113042011-12-01 Glenn Morris <rgm@gnu.org>
11305
11306 * eshell/em-hist.el (eshell-hist-initialize):
11307 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 11308 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 11309
9505c3c7
SM
113102011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
11311
11312 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
11313
1bbe96b2 113142011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 11315
a1beca85
SM
11316 * progmodes/verilog-mode.el (verilog-pretty-expr):
11317 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
11318 verilog, such as += *= and the like.
11319 (verilog-assignment-operator-re): Regular expression to find the
11320 assigment operator in a verilog assignment.
11321 (verilog-assignment-operation-re): Regular expression to find an
11322 assignment statement for pretty-expr.
11323 (verilog-in-attribute-p): Query returns true if point is in an
11324 attribute context; used to skip these for expression line up from
11325 pretty-expr.
11326 (verilog-in-parameter-p): Query returns true if point is in an
11327 parameter definition context; used to skip these for expression
11328 line up from pretty-expr.
11329 (verilog-in-parenthesis-p): Query returns true if point is in a
11330 parenthetical expression, specifically ( ) but not [ ] or { };
11331 used by pretty-expr.
11332 (verilog-just-one-space): If there is no space, don't add one.
11333 (verilog-get-lineup-indent-2): Specifically skip just attribute
11334 contexts for expression lineup, rather than skipping all
11335 parenthetical expressions.
11336 (verilog-calculate-indent): Fix comment, and fix indent.
11337 (verilog-do-indent): Indent declarations in lists (suggested by
11338 Joachim Lechner).
11339 (verilog-mode-abbrev-table): Populate abbrev mode with the various
11340 skeleton items.
11341 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
11342 by Alain Mellan).
11343
1bbe96b2 113442011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
11345
11346 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
11347 parameters with embedded comments. Reported by Ray Stevens.
11348 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
11349 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
11350 Reported by Tim Holt.
11351 (verilog-auto): Fix AUTOing a upper module then AUTOing module
11352 instantiated by upper module causing wrong expansion until AUTOed a
11353 second time. Reported by K C Buckenmaier.
11354 (verilog-diff-auto): Fix showing .* as a difference when
11355 `verilog-auto-star-save' off. Reported by Dan Dever.
11356 (verilog-auto-reset, verilog-read-always-signals)
11357 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
11358 temporary signals in reset list if
11359 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
11360 style to each signal's assignment type, bug381.
11361 Reported by Thomas Esposito.
6288f0ca
WS
11362 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
11363 (verilog-uvm-statement-re): Support UVM indentation and
11364 highlighting, with old OVM keywords only.
a1beca85 11365 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
11366 Support AUTOTIEOFF creating non-wire data types.
11367 Suggested by Jonathan Greenlaw.
6288f0ca
WS
11368 (verilog-auto-insert-lisp, verilog-delete-to-paren)
11369 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
11370 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
11371 (verilog-read-sub-decls, verilog-read-sub-decls-line):
11372 Fix mismatching parenthesis inside commented out code when deleting
382c953b 11373 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
11374 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
11375 non-numeric vector width. Reported by Alex Reed.
11376 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 11377 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
11378 (verilog-auto-delete-trailing-whitespace):
11379 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
11380 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
11381 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
11382 Fix verilog-scan-cache corruption when running user AUTO expansion
11383 hooks that call indentation routines.
11384 (verilog-simplify-range-expression): Fix typo ignoring lower case
11385 identifiers.
11386 (verilog-delete-auto): Fix delete-autos to also remove user created
11387 automatics, as long as they start with AUTO.
11388 (verilog-batch-diff-auto, verilog-diff-auto)
11389 (verilog-diff-function): Add `verilog-diff-auto' and bind to
11390 "C-c?" to report differences in AUTO expansion, ignoring spaces.
11391 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
11392 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
11393 (verilog-re-search-forward-quick, verilog-syntax-ppss):
11394 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
11395 is disabled and its cache will get corrupt, causing AUTOS not to
11396 expand. Instead use only -quick functions.
11397 (verilog-scan-region): Fix scanning over escaped quotes.
11398 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
11399 (verilog-re-search-backward-quick)
11400 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
11401 related functions now ignore strings, to fix misparsing of strings
11402 with magic comments embedded in them.
a1beca85
SM
11403 (verilog-read-auto-template):
11404 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
11405 Reported by Brad Dobbie.
11406 (verilog-read-auto-template):
11407 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 11408 Reported by Brad Dobbie.
6288f0ca
WS
11409 (verilog-auto-inst, verilog-auto-inst-param)
11410 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
11411 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
11412 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
11413 debugging templates without merge conflicts, bug357.
11414 Reported by Brad Dobbie.
11415 (verilog-read-auto-template):
11416 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
11417 Reported by Brad Dobbie.
11418 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
11419 abbrevs so user won't be asked to save.
11420 (verilog-read-auto-lisp-present): Fix to start at beginning of
11421 buffer in case called outside of verilog-auto.
11422 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
11423 to "X-2". Reported by Matthew Myers.
11424 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
11425 all inputs from module templates. Reported by Leith Johnson.
11426 (verilog-module-inside-filename-p): Fix locating programs as with
11427 modules.
11428 (verilog-auto-inst-port): Fix vl-width expressions when using
11429 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
11430 (verilog-decls-get-regs, verilog-decls-get-signals,
11431 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
11432 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
11433 verilog-read-decls): Combine reg and wire structures into one var
11434 structure to represent SystemVerilog concepts.
11435 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
11436 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
11437 (verilog-auto-wire-type, verilog-insert-definition):
11438 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
11439 SystemVerilog "logic" keyword instead of "wire"/"reg".
11440 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
11441 to declares outputs that also have assignments (presumably in an
a1beca85
SM
11442 ifdef or generate if so there's not a driver conflict).
11443 Reported by Matthew Myers.
11444 (verilog-auto-declare-nettype, verilog-insert-definition):
11445 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
11446 `default_nettype none. Reported by Julian Gorfajn.
11447 (verilog-read-always-signals-recurse, verilog-read-decls)
11448 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
11449 malformed end statement, bug325. Reported by Joshua Wise and
11450 Andrew Drake.
11451 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
11452 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
11453 when expanding .* in interfaces, bug320.
11454 Reported by Pierre-David Pfister.
6288f0ca 11455 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
11456 name and open parenthesis, bug317.
11457 Reported by Pierre-David Pfister.
6288f0ca
WS
11458 (verilog-simplify-range-expression): Fix simplification of
11459 multiplications inside AUTOWIRE connections, bug303.
11460 (verilog-auto-inst-port): Support parameter expansion in
11461 multidimensional arrays.
11462 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
11463 after "assert property". Reported by Julian Gorfajn.
11464 (verilog-simplify-range-expression): Fix "couldn't merge" errors
11465 with multiplication, bug303.
11466 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
11467 Reported by Jan Frode Lonnum.
11468
1bbe96b2
GM
114692011-11-30 Juanma Barranquero <lekktu@gmail.com>
11470
11471 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
11472 (hfy-shell-file-name, hfy-shell):
11473 * international/fontset.el (x-decompose-font-name): Fix typos.
11474
114752011-11-29 Ken Brown <kbrown@cornell.edu>
11476
11477 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
11478 (gdb-version): Remove defvar.
11479 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
11480 (gdb-gud-context-command, gdb-non-stop-handler)
11481 (gdb-current-context-command, gdb-stopped): Use it.
11482 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
11483 (gdb-non-stop-handler): Don't enable pretty-printing here.
11484 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
11485 non-stop mode. Use the following.
11486 (gdb-check-target-async): New defun.
11487 (gud-watch, gdb-stopped): Fix whitespace.
11488 (gdb-get-source-file): Don't try to display the source file if
11489 `gdb-main-file' is nil.
11490
114912011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
11492
11493 * align.el: Try to generate fewer markers (bug#10047).
11494 (align--set-marker): New macro.
11495 (align-region): Use it.
11496
c935221f
SM
114972011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
11498
11499 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
11500
e70b5064
CY
115012011-11-29 Chong Yidong <cyd@gnu.org>
11502
11503 * indent.el (indent-for-tab-command, indent-according-to-mode):
11504 Doc fix.
11505 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
11506
f3af92b7
MA
115072011-11-29 Michael Albinus <michael.albinus@gmx.de>
11508
11509 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
11510 aware of remote file names. (Bug#10124)
11511
ed472be9
CY
115122011-11-29 Chong Yidong <cyd@gnu.org>
11513
11514 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
11515
24510c22
SM
115162011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
11517
11518 * files.el (find-file): Don't use force-same-window (bug#10144).
11519 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
11520 use pop-to-buffer if the selected window can't be used.
11521 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
11522
c60c3703
EZ
115232011-11-28 Eli Zaretskii <eliz@gnu.org>
11524
11525 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
11526 special-mode-map.
11527
e95def75
CY
115282011-11-28 Chong Yidong <cyd@gnu.org>
11529
11530 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
11531
c3f1c606
NR
115322011-11-27 Nick Roberts <nickrob@snap.net.nz>
11533
11534 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
11535 gdb-get-source-file-list on gdb-create-source-file-list.
11536
00db469c
EZ
115372011-11-26 Eli Zaretskii <eliz@gnu.org>
11538
11539 * whitespace.el (whitespace-newline): Use a different foreground
11540 color for 16-color light-background displays.
11541
4ad3bc2a
CY
115422011-11-24 Chong Yidong <cyd@gnu.org>
11543
11544 * window.el (display-buffer--special-action): Doc fix.
11545
e9fce1ac
JB
115462011-11-25 Juanma Barranquero <lekktu@gmail.com>
11547
11548 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
11549 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
11550 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
11551 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
11552 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
11553 (avl-tree-stack-first):
11554 * emacs-lisp/cconv.el (cconv--analyse-use):
11555 * net/gnutls.el (gnutls-negotiate): Fix typos.
11556
cb825e5d
GM
115572011-11-24 Glenn Morris <rgm@gnu.org>
11558
3adbe224
GM
11559 * lpr.el (lpr-windows-system, lpr-lp-system):
11560 * mail/binhex.el (binhex-begin-line):
11561 * progmodes/grep.el (grep-history, grep-find-history):
11562 * textmodes/flyspell.el:
11563 * vc/pcvs-defs.el (cvs-global-menu):
11564 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
11565 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
11566 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
11567
321decc8
GM
11568 * net/tls.el: Fix case of "GnuTLS".
11569
420b63ad
GM
11570 * paths.el (rmail-file-name): Format doc-string for make-docfile.
11571
cb825e5d
GM
11572 * version.el (emacs-build-system): Give it a doc-string.
11573
a0649f08
JL
115742011-11-24 Juri Linkov <juri@jurta.org>
11575
11576 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
11577
c0bc0fd4
GM
115782011-11-24 Glenn Morris <rgm@gnu.org>
11579
11580 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
11581 if called on a non-mime message just toggle the headers. (Bug#8006)
11582
20db1522
JB
115832011-11-24 Juanma Barranquero <lekktu@gmail.com>
11584
11585 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
11586 (allout-lead-with-comment-string, allout-structure-deleted-hook)
11587 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
11588 (allout-rebullet-heading, allout-open-sibtopic)
11589 (allout-toggle-current-subtree-encryption)
11590 (allout-toggle-subtree-encryption, allout-encrypt-string)
11591 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
11592 (allout-distinctive-bullets-string, allout-auto-activation):
11593 * window.el (window-normalize-buffer-to-display):
11594 * progmodes/verilog-mode.el (verilog-batch-indent):
11595 * textmodes/bibtex.el (bibtex-field-braces-opt)
11596 (bibtex-field-strings-opt):
11597 * vc/cvs-status.el (cvs-tree-merge):
11598 Fix typos.
11599
7262a87c
MA
116002011-11-23 Michael Albinus <michael.albinus@gmx.de>
11601
11602 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
11603 `non-essential' to t, in order to avoid remote connections.
11604
283430a1
EZ
116052011-11-23 Eli Zaretskii <eliz@gnu.org>
11606
a1beca85
SM
11607 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
11608 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
11609 case-insensitively.
11610
d2992a38
ML
116112011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
11612
11613 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
11614
50419064
GM
116152011-11-23 Glenn Morris <rgm@gnu.org>
11616
da94eca1
GM
11617 * paths.el (rmail-file-name): Reformat the doc-string so that it
11618 is picked up.
11619
9aac4de2
GM
11620 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
11621 (rmail-auto-file): Ignore case in the "special" field names,
11622 as mail-fetch-field does for all others.
11623
8038d2d2
GM
11624 * mail/rmail.el (rmail-forward):
11625 * mail/rmailkwd.el (rmail-set-label):
11626 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
11627 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
11628
f3fe222a
GM
11629 * mail/rmail.el (rmail-current-message): Doc fix.
11630
50419064
GM
11631 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
11632
28109f49
SM
116332011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
11634
11635 * server.el (server-eval-and-print): Allow C-g (bug#6585).
11636
394c65f1
GM
116372011-11-22 Glenn Morris <rgm@gnu.org>
11638
11639 * mail/rmailmm.el (test-rmail-mime-handler)
11640 (test-rmail-mime-bulk-handler)
11641 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
11642
f2a0aa3a
JL
116432011-11-21 Juri Linkov <juri@jurta.org>
11644
1154d12e
JB
11645 * calc/calc.el (calc-read-key-sequence):
11646 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 11647
9c34a344
LMI
116482011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11649
11650 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
11651 Tell the caller that the next line needs recomputation, even
11652 though it doesn't start a sexp (bug#10094).
11653
f04a3be9
SM
116542011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11655
11656 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
11657
7978747f
SM
116582011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
11659
f04a3be9
SM
11660 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
11661 Use force-same-window.
7978747f 11662
fe7a3057
JB
116632011-11-20 Juanma Barranquero <lekktu@gmail.com>
11664
11665 * descr-text.el (describe-char-unicode-data):
11666 * json.el (json-string-escape):
11667 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
11668 (Footnote-unicode, Footnote-style-p):
11669 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
11670
24901d61
CY
116712011-11-20 Chong Yidong <cyd@gnu.org>
11672
11673 * window.el (replace-buffer-in-windows): Restore interactive spec.
11674
bac7ff22
SM
116752011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
11676
24f3d7b9
SM
11677 * electric.el (electric-indent-mode): Fix last change (too optimistic).
11678
bac7ff22
SM
11679 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
11680 (byte-compile-global-not-obsolete-vars): New var.
11681 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
11682 Use it.
11683 (byte-compile-warn-obsolete): Align text with the one in *Help*.
11684
cd1181db
JB
116852011-11-20 Juanma Barranquero <lekktu@gmail.com>
11686
11687 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
11688 * progmodes/pascal.el (electric-pascal-equal):
11689 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
11690 * xml.el (xml-substitute-special): Fix typos.
11691
7fb18e9e
GM
116922011-11-20 Glenn Morris <rgm@gnu.org>
11693
11694 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
11695 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
11696 Doc fixes.
11697 (rmail-decode-mime-charset): Mark as obsolete.
11698
11699 * mail/rmailsum.el (rmail-message-regexp-p-1):
11700 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
11701 Before using mime functions, check they are set. (Bug#10077)
11702
d5a6b3ba
JL
117032011-11-19 Juri Linkov <juri@jurta.org>
11704
11705 * info.el (Info-finder-find-node): Use `package--builtins' instead
11706 of `package-alist'. Use node names formed by the pattern "Keyword "
11707 and the keyword name.
11708
e981b61f
AS
117092011-11-19 Andreas Schwab <schwab@linux-m68k.org>
11710
1d00653d 11711 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 11712
3ffbc301
JL
117132011-11-19 Juri Linkov <juri@jurta.org>
11714
11715 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
11716 that calls `revert-buffer' on all Info buffers. (Bug#9915)
11717 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
11718 `old-history', `old-history-forward'. Add let-binding
11719 `window-selected'. Remove calls to `kill-buffer',
11720 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
11721 before calling `Info-find-node', so `Info-find-node-2' will reread
11722 the Info file. Restore window positions only when `window-selected'
11723 is non-nil.
11724
30c62133
JL
117252011-11-19 Juri Linkov <juri@jurta.org>
11726
11727 * isearch.el (isearch-lazy-highlight-new-loop):
11728 Remove condition `(not isearch-error)'. (Bug#9918)
11729
11730 * misearch.el (multi-isearch-search-fun): Add condition
11731 `(not bound)' to ignore lazy-highlighting search.
11732 Add the search-failed message "end of multi" when the end of
11733 multi-sequence is reached. Uncapitalize the search-failed
11734 message "Repeat for next buffer".
11735
11736 * info.el (Info-search): Add the search-failed message
11737 "end of the manual" when the end of the manual is reached
11738 in Isearch mode.
11739
645ca9cf
JL
117402011-11-19 Juri Linkov <juri@jurta.org>
11741
11742 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
11743 Use non-destructive `remove' instead of `delete' because
11744 `Info-history-list' stored to `Info-isearch-initial-history-list' in
11745 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
11746
df754f66
JL
117472011-11-19 Juri Linkov <juri@jurta.org>
11748
11749 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
11750 to nil instead of binding `search-ring' and `regexp-search-ring'.
11751 (Bug#9185)
11752
0e23d96a
EZ
117532011-11-19 Eli Zaretskii <eliz@gnu.org>
11754
11755 * simple.el (line-move): Force movement by logical lines for any
11756 hscrolled window, not only when auto-hscroll-mode is on.
11757 (line-move-visual): Update doc string to that effect. (Bug#10076)
11758
8a6ccb66
AS
117592011-11-19 Andreas Schwab <schwab@linux-m68k.org>
11760
11761 * language/european.el (macintosh): Define as alias for mac-roman.
11762
49ae5b39
EZ
117632011-11-19 Eli Zaretskii <eliz@gnu.org>
11764
11765 * mail/rmailmm.el (rmail-mime-display-header)
11766 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
11767 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
11768 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
11769 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
11770 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
11771 of a raw aref.
11772 (rmail-mime-entity-segment): To get past the tagline, move forward
11773 2 more lines, to account for the 2 empty lines that precede and
11774 follow the line with the buttons.
11775 (rmail-mime-update-tagline): Move one more line, to get past the
11776 empty line that follows the buttons in the tagline. (Bug#9520)
11777
c56cad4a
MR
117782011-11-19 Martin Rudalics <rudalics@gmx.at>
11779
11780 * window.el (window-max-delta-1, window-min-delta-1)
11781 (window-min-size-1, window-state-get-1, window-state-put-1)
11782 (window-state-put-2): Use "window--" prefix.
11783
cbe71af3
SM
117842011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
11785
2ad52c60
SM
11786 * emacs-lisp/smie.el: Improve warnings and conflict detection.
11787 (smie-warning-count): New var.
11788 (smie-set-prec2tab): Use it.
11789 (smie-bnf->prec2): Improve warnings. Add docstring.
11790 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
11791 (smie-bnf--set-class): New function.
11792 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
11793 corner case.
11794
6944dbc1
SM
11795 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
11796 (compilation-error-properties, compilation-move-to-column):
11797 Handle compilation-first-column while in the target buffer.
11798
c400c4d7
SM
11799 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
11800 Don't hardcode point-min==1.
11801
6dbe3e96
SM
11802 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
11803 (eshell-rewrite-for-command): Remove workaround.
11804 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
11805 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
11806 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
11807
cbe71af3
SM
11808 * files-x.el (modify-file-local-variable): Obey commenting conventions.
11809
a8e1496d
GM
118102011-11-17 Glenn Morris <rgm@gnu.org>
11811
11812 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
11813 Ignore buffer-local generated-autoload-file if it is the same
11814 as the global value. (Bug#10049)
11815
df85d315
JB
118162011-11-17 Juanma Barranquero <lekktu@gmail.com>
11817
11818 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
11819 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
11820 (reftex-toc-previous-heading, reftex-toc-max-level)
11821 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
11822 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
11823 (reftex-toc-do-promote, reftex-toc-promote-prepare)
11824 (reftex-toc-promote-action, reftex-toc-extract-section-number)
11825 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
11826 (reftex-toc-rename-label, reftex-toc-visit-location)
11827 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
11828 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
11829 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
11830 leaving "*toc*" only for references to the buffer.
11831
a0c2d0ae
MR
118322011-11-17 Martin Rudalics <rudalics@gmx.at>
11833
11834 * window.el (window-resize, delete-window, split-window):
11835 Replace window-splits by window-combination-resize.
1d00653d 11836 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 11837
35c0bac8
GM
118382011-11-17 Glenn Morris <rgm@gnu.org>
11839
11840 * progmodes/sh-script.el (sh-font-lock-keywords-var):
11841 Make bash entry derive from sh entry, not shell entry.
11842
d0c8fc8a
MA
118432011-11-16 Michael Albinus <michael.albinus@gmx.de>
11844
7262a87c
MA
11845 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
11846 local file name.
11847
7877f373
JB
118482011-11-16 Juanma Barranquero <lekktu@gmail.com>
11849
11850 * menu-bar.el (menu-bar-file-menu):
11851 * printing.el (pr-ps-utility):
11852 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
11853 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
11854 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
11855 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
11856 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
11857 (icalendar--convert-cyclic-to-ical)
11858 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
11859 (icalendar--convert-ical-to-diary)
11860 (icalendar--convert-recurring-to-diary)
11861 (icalendar--convert-non-recurring-all-day-to-diary)
11862 (icalendar-import-format-sample):
11863 * progmodes/idlw-shell.el (idlwave-shell-mode):
11864 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
11865 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
11866 (vhdl-ps-print-init): Fix typos.
11867
10649b82
KM
118682011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
11869
9d0cfcd6
GM
11870 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
11871 FSF and collapse date sequence, obscure author/maintainer email address
11872 better, remove extra version line, track relocation of author's webpage.
10649b82 11873
9d0cfcd6
GM
11874 * progmodes/python.el (python-pdbtrack-input-prompt)
11875 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
11876 regular python pdb prompts. Adjustments shamelessly taken exactly as
11877 suggested in EmacsWiki page (tiny change):
11878 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 11879
58179cce
JB
118802011-11-16 Juanma Barranquero <lekktu@gmail.com>
11881
11882 * expand.el (expand-pos, expand-index, expand-point):
11883 Remove redundant info from docstring.
11884 (expand-add-abbrevs): Doc fix.
11885 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
11886 (expand-sample-perl-mode-expand-list): Fix typos.
11887
11888 * net/dbus.el (dbus-event-member-name):
11889 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
11890 * term/pc-win.el (msdos-create-frame-with-faces):
11891 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
11892
b6f67890
MR
118932011-11-16 Martin Rudalics <rudalics@gmx.at>
11894
11895 * window.el (split-window, window-state-get-1)
11896 (window-state-put-1, window-state-put-2): Rename occurrences of
11897 window-nest to window-combination-limit.
1d00653d 11898 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 11899
ce7ddba0
CY
119002011-11-16 Chong Yidong <cyd@gnu.org>
11901
11902 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
11903 regexp (Bug#10033).
11904
3ae704f4
SM
119052011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
11906
11907 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
11908 `completing-read' will remove *Completions* and will preserve
11909 current-buffer for us.
11910 (tmm-add-prompt): Users of *Completions* will always (re)set its
11911 major mode.
11912 (tmm-old-comp-map): Remove.
11913
6ad1cdde
GM
119142011-11-16 Glenn Morris <rgm@gnu.org>
11915
11916 * mail/rmailedit.el: Require rmailmm when compiling.
11917 (rmail-old-mime-state): New declaration.
11918 (rmail-edit-current-message): If editing a mime message,
11919 edit the "raw" message from the mbox buffer.
11920 (rmail-cease-edit): Handle mime messages. (Bug#9840)
11921
d20faa20
GM
119222011-11-15 Glenn Morris <rgm@gnu.org>
11923
11924 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
11925 which wasn't being used. Add optional arg to force given state.
11926 (rmail-mime): Add optional arg to force given state.
11927
c7015153
JB
119282011-11-15 Juanma Barranquero <lekktu@gmail.com>
11929
11930 * allout.el (allout-encryption-plaintext-sanitization-regexps):
11931 * frame.el (display-mm-dimensions-alist):
11932 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
11933 (outline-move-subtree-down):
11934 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
11935 (newsticker--treeview-do-get-node):
11936 * net/quickurl.el (quickurl-list-buffer-name):
11937 * progmodes/dcl-mode.el (dcl-mode):
11938 * progmodes/gdb-mi.el (gdb-mapcar*):
11939 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
11940
45261b50
GM
119412011-11-15 Glenn Morris <rgm@gnu.org>
11942
11943 * mail/rmail.el (rmail-file-coding-system): It's only ever used
11944 in a boolean sense, so just make it a boolean, and fix the doc.
11945 (rmail-show-mime-function, rmail-mime-feature)
11946 (rmail-require-mime-maybe): Doc fixes.
11947 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
11948
11949 * mail/rmailmm.el (rmail-show-mime): Doc fix.
11950
0d26e0b6
JB
119512011-11-15 Juanma Barranquero <lekktu@gmail.com>
11952
11953 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
11954 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
11955 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
11956 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
11957
447f30f6
GM
119582011-11-15 Glenn Morris <rgm@gnu.org>
11959
672b871d
GM
11960 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
11961 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
11962 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
11963 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
11964 (rmail-mime, rmail-show-mime): Doc fixes.
11965
f6aa5bb1
GM
11966 * term/ns-win.el (mode-line-frame-identification):
11967 Leave it alone. (Bug#10051)
11968
947cd66b
GM
11969 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
11970
447f30f6
GM
11971 * mail/rmailout.el (rmail-output-to-rmail-buffer):
11972 Handle empty buffers. (Bug#9978)
11973
0b381c7e
JB
119742011-11-14 Juanma Barranquero <lekktu@gmail.com>
11975
11976 * international/mule.el (define-charset):
11977 * mail/rmailmm.el (rmail-mime-find-header-encoding):
11978 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
11979 * progmodes/verilog-mode.el (verilog-backward-token):
11980 * textmodes/ispell.el (lookup-words):
11981 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
11982
71e027ac
GM
119832011-11-14 Glenn Morris <rgm@gnu.org>
11984
56632ce4
GM
11985 * progmodes/executable.el
11986 (executable-make-buffer-file-executable-if-script-p):
11987 Handle file-modes returning nil.
11988
40500957
GM
11989 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
11990 message - not necessary, and causes problems. (Bug#9831)
11991
071c2340
GM
11992 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
11993
d3cfca60
GM
11994 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
11995
71e027ac
GM
11996 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
11997 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
11998 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
11999
89d61221
MR
120002011-11-12 Martin Rudalics <rudalics@gmx.at>
12001
12002 * window.el (window-resize, delete-window): Use window-splits
12003 variable instead of function.
12004 (window-state-get-1, window-state-put-2, window-state-put):
12005 Don't deal with windows' splits status.
12006
98282f6f
GM
120072011-11-12 Glenn Morris <rgm@gnu.org>
12008
12009 * apropos.el (apropos-do-all, apropos-library, apropos-value)
12010 (apropos-documentation): Doc fixes.
12011
40a8bdf6
JB
120122011-11-11 Juanma Barranquero <lekktu@gmail.com>
12013
12014 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
12015 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
12016
65bd19ff
SM
120172011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
12018
12019 * electric.el (electric-indent-post-self-insert-function): Make it
12020 possible for a char to only indent in some circumstances.
12021 (electric-indent-mode): Simplify.
12022
54f9154c
MR
120232011-11-11 Martin Rudalics <rudalics@gmx.at>
12024
12025 * window.el (windows-with-parameter): Remove unused function.
12026 (windows-at-side): Rename to window-at-side-list.
12027 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
12028 (window-side-check, window-size-ignore, window-size-fixed-1)
12029 (window-in-direction-2): Prefix with "window--".
12030 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 12031
68cbc58b
GM
120322011-11-11 Glenn Morris <rgm@gnu.org>
12033
12034 * subr.el (eval-after-load): If FILE is already loaded,
12035 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
12036
b2621720
GM
120372011-11-10 Glenn Morris <rgm@gnu.org>
12038
9a4de110
GM
12039 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
12040 Call svn via vc-svn-command rather than vc-do-command.
12041 (vc-svn-command): Add --non-interactive. (Bug#9993)
12042 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
12043
b2621720
GM
12044 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12045 Add toggle-read-only. (Bug#7292)
12046 * files.el (toggle-read-only): Mention that it should only
12047 be used interactively. (Bug#10006)
12048
1dce7193
SM
120492011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
12050
d9ac1a1e
SM
12051 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12052 Adjust regexp for OCaml warnings.
12053
0c325082
SM
12054 * electric.el (electric-pair-post-self-insert-function): Let user
12055 turn it off buffer-locally (bug#9932).
12056
90132c14
SM
12057 * progmodes/python.el (python-beginning-of-statement):
12058 Rewrite (bug#2703).
12059
1dce7193
SM
12060 * progmodes/compile.el: Better handle TABs (bug#9749).
12061 (compilation-internal-error-properties)
12062 (compilation-next-error-function): Obey the target buffer's
12063 compilation-error-screen-columns.
12064
c4e7c63a
JB
120652011-11-09 Juanma Barranquero <lekktu@gmail.com>
12066
12067 * progmodes/meta-mode.el: Remove obsolete comments.
12068 (meta-right-comment-regexp, meta-ignore-comment-regexp):
12069 Fix typos in docstrings.
12070
2cffd681
MR
120712011-11-09 Martin Rudalics <rudalics@gmx.at>
12072
12073 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 12074 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
12075 (window--resizable): New function. Make all callers of
12076 window-resizable call window--resizable instead.
12077 (window-resizable): Rewrite in terms of window--resizable.
12078
0edcba87
GM
120792011-11-08 Glenn Morris <rgm@gnu.org>
12080
12081 * progmodes/delphi.el (delphi-mode-syntax-table):
12082 Let define-derived-mode define a proper syntax table. (Bug#9994)
12083
4b0d61e3
SM
120842011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
12085
12086 * window.el: Stay away from defsubst.
12087 (window-list-no-nils): Remove.
12088 (window-state-get-1, window-state-get): Use backquote instead.
12089
cd394be1 120902011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 12091
4b0d61e3 12092 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 12093 Fix incorrect use of default argument in `completing-read'.
12094
e1c2c6f2
MR
120952011-11-08 Martin Rudalics <rudalics@gmx.at>
12096
12097 * window.el (display-buffer-function, special-display-function):
12098 Mention display-buffer-record-window but do not mention
12099 help-setup parameter in doc-strings.
b3f4a882 12100 (window-min-delta): Fix doc-string typo.
e1c2c6f2 12101
105216ed
CY
121022011-11-08 Chong Yidong <cyd@gnu.org>
12103
12104 * window.el (window-total-height, window-total-width): Doc fix.
12105 (window-body-size): Move from C.
12106 (window-body-height, window-body-width): Move to C.
12107
0a9f9ab5
SM
121082011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
12109
12110 * window.el: Make special-display like display-buffer-alist (bug#9532).
12111 (display-buffer--special-action): New function, morphed
12112 from display-buffer--special.
12113 (display-buffer): Use it to handle special-display-buffers at higher
12114 priority (just after display-buffer-alist).
12115 (display-buffer-fallback-action, display-buffer--other-frame-action)
12116 (pop-to-buffer-same-window): Remove display-buffer--special.
12117
a769dd15
GM
121182011-11-07 Glenn Morris <rgm@gnu.org>
12119
12120 * calendar/cal-menu.el (cal-menu-set-date-title):
12121 Do nothing if not in a calendar. (Bug#9976)
12122
05a61ee3
SM
121232011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
12124
12125 * files.el (find-file): Always use selected-window.
12126
be7f5545
MR
121272011-11-07 Martin Rudalics <rudalics@gmx.at>
12128
12129 * window.el (window-combinations): Make WINDOW argument
12130 mandatory. Rewrite doc-string.
12131 (walk-window-subtree, window-atom-check, window-min-delta)
12132 (window-max-delta, window--resize-this-window)
12133 (window--resize-root-window-vertically, window-tree)
12134 (balance-windows, window-state-put): Rewrite doc-strings as to
12135 not mention the term "subwindow".
12136 (window--resize-subwindows-skip-p): Rename to
12137 window--resize-child-windows-skip-p.
12138 (window--resize-subwindows-normal): Rename to
12139 window--resize-child-windows-normal.
12140 (window--resize-subwindows): Rename to
12141 window--resize-child-windows.
12142 (window-or-subwindow-p): Rename to window--in-subtree-p.
12143
3c6702ef
ML
121442011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
12145
12146 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
12147 Ensure that mbox format messages end in two newlines (Bug#9974).
12148
49745b39
CY
121492011-11-06 Chong Yidong <cyd@gnu.org>
12150
12151 * window.el (window-combination-p): Function deleted; its
12152 side-effect is not used in any existing code.
12153 (window-combinations, window-combined-p): Call window-*-child
12154 directly.
12155
24300f5f
CY
121562011-11-05 Chong Yidong <cyd@gnu.org>
12157
12158 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
12159 (window-size-ignore, window-state-get): Callers changed.
12160 (window-normalize-window): Rename from window-normalize-any-window.
12161 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 12162 (window-normalize-live-window): Delete.
447f16b8
CY
12163 (window-combination-p, window-combined-p, window-combinations)
12164 (walk-window-subtree, window-atom-root, window-min-size)
12165 (window-sizable, window-sizable-p, window-size-fixed-p)
12166 (window-min-delta, window-max-delta, window-resizable)
12167 (window-resizable-p, window-full-height-p, window-full-width-p)
12168 (window-current-scroll-bars, window-point-1, set-window-point-1)
12169 (window-at-side-p, window-in-direction, window-resize)
12170 (adjust-window-trailing-edge, maximize-window, minimize-window)
12171 (window-deletable-p, delete-window, delete-other-windows)
12172 (record-window-buffer, unrecord-window-buffer)
12173 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
12174 (quit-window, split-window, window-state-put)
12175 (set-window-text-height, fit-window-to-buffer)
12176 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 12177
89bd5ee1
EZ
121782011-11-04 Eli Zaretskii <eliz@gnu.org>
12179
53479029
EZ
12180 * mail/rmail.el (rmail-simplified-subject): Decode subject with
12181 rfc2047-decode-string.
12182 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
12183 warnings.
12184
89bd5ee1
EZ
12185 * window.el (window-body-height, window-body-width): Mention in
12186 the doc string that the return values are in frame's canonical
12187 units. (Bug#9949)
12188
bd17fdee
AM
121892011-11-03 Alan Mackenzie <acm@muc.de>
12190
12191 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
12192 change in cc-engine.el.
12193
acc825c5
SM
121942011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
12195
12196 * window.el (switch-to-buffer): Use `force-same-window' interactively.
12197
1885e5b8
MR
121982011-11-02 Martin Rudalics <rudalics@gmx.at>
12199
12200 * window.el (quit-window): Call unrecord-window-buffer after
12201 showing another buffer in the window. (Bug#9937)
acc825c5 12202 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 12203
ebe06da9
JB
122042011-11-02 Juanma Barranquero <lekktu@gmail.com>
12205
12206 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
12207 Accept status with more than 9 shelves. (Bug#9935)
12208 Reported by Colin D Bennett <colin@gibibit.com>.
12209
4ee88440
MR
122102011-11-01 Martin Rudalics <rudalics@gmx.at>
12211
12212 * help.el (with-help-window): Don't reference
12213 temp-buffer-show-specifiers in doc-string.
12214
08e1d82c
AS
122152011-10-31 Andreas Schwab <schwab@linux-m68k.org>
12216
12217 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
12218 menu-item.
12219
84bd6e9e
VJL
122202011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12221
12222 * whitespace.el: New version 13.2.2.
12223 (whitespace-newline-mode): Disable properly. Reported by Sarah
12224 <EmacsWiki>.
12225
dba0634a
UJ
122262011-10-30 Ulf Jasper <ulf.jasper@web.de>
12227
12228 * net/newst-treeview.el: Remove "Time-stamp".
12229 (newsticker--group-manage-orphan-feeds): Do not call
12230 newsticker--treeview-tree-update.
db22a3c2
JB
12231 (newsticker-treeview-update, newsticker-treeview):
12232 Call newsticker--treeview-tree-update if necessary.
dba0634a 12233
3d8daefe
MR
122342011-10-30 Martin Rudalics <rudalics@gmx.at>
12235
12236 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
12237 (window-iso-combinations): Remove "iso-" infix.
12238 Suggested by Chong Yidong.
3d8daefe
MR
12239 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
12240 (window-max-delta-1, window-resize, window--resize-siblings)
12241 (window--resize-this-window, adjust-window-trailing-edge)
12242 (split-window, balance-windows-1)
12243 (shrink-window-if-larger-than-buffer):
12244 * calendar/calendar.el (calendar-generate-window):
db22a3c2 12245 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 12246
1bc4c3ae
SM
122472011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
12248
12249 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
12250 in place (bug#9907).
12251 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
12252 (eshell-rewrite-if-command, eshell-rewrite-for-command)
12253 (eshell-structure-basic-command, eshell-rewrite-while-command)
12254 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
12255 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
12256 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
12257 (eshell-do-pipelines-synchronously, eshell-eval-command):
12258 Use backquotes and prefer setq to set.
12259 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
12260 (eshell-macrop): Use functionp.
c1e2f5fa 12261 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 12262
30b65d9c
CY
122632011-10-30 Chong Yidong <cyd@gnu.org>
12264
12265 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
12266 instead of set-mark (Bug#9810).
12267
2d197ffb
CY
122682011-10-30 Chong Yidong <cyd@gnu.org>
12269
12270 * window.el (split-window-below, split-window-right): Rename from
12271 split-window-above-each-other and split-window-side-by-side
12272 respectively. All callers changed.
12273 (split-window-sensibly, split-window-sensibly): Use them.
12274 (split-window-keep-point): Doc fix.
12275
12276 * isearch.el: Add isearch-scroll property to split-window-below
12277 and split-window-right.
12278
12279 * follow.el (follow-mode):
12280 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
12281 * progmodes/ada-xref.el (ada-gdb-application):
12282 * emulation/vip.el (vip-buffer-in-two-windows):
12283 * image-dired.el (image-dired-dired-with-window-configuration):
12284 * dired-x.el (dired-do-find-marked-files):
12285 * dired.el (dired-pop-to-buffer):
12286 * bs.el (bs--show-with-configuration):
12287 * vc/emerge.el (emerge-setup-windows):
12288 * textmodes/two-column.el (2C-two-columns):
12289 * textmodes/reftex-toc.el (reftex-toc):
12290 * progmodes/gdb-mi.el (gdb-setup-windows):
12291 * progmodes/fortran.el (fortran-window-create):
12292 * net/newst-treeview.el (newsticker--treeview-window-init):
12293 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
12294 * emulation/tpu-edt.el (tpu-gold-map):
12295 * emulation/crisp.el (crisp-mode-map):
12296 * calendar/calendar.el (calendar-basic-setup): Callers changed.
12297
38bb2ca8
CY
122982011-10-29 Chong Yidong <cyd@gnu.org>
12299
aa4de341
CY
12300 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
12301
e1eb5385
CY
12302 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
12303
5d2ece3c
CY
12304 * textmodes/flyspell.el (flyspell-word): Fix char offset for
12305 forged Ispell output (Bug#7904).
12306
38bb2ca8
CY
12307 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
12308
d0af9f77
SM
123092011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
12310
12311 * doc-view.el: Avoid ugly errors about not finding nil.
12312 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
12313 (doc-view-dvipdf-program, doc-view-unoconv-program)
12314 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
12315 Avoid nil or absolute file name as default value.
12316 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
12317
52bedd34
AM
123182011-10-28 Alan Mackenzie <acm@muc.de>
12319
db22a3c2 12320 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 12321
7e43cfa5
AM
123222011-10-28 Alan Mackenzie <acm@muc.de>
12323
12324 Amend the handling of c-beginning/end-of-defun in nested declaration
12325 scopes.
12326
52bedd34
AM
12327 * progmodes/cc-vars.el (c-defun-tactic): Move here from
12328 cc-langs.el. Change it to a defcustom.
7e43cfa5 12329
52bedd34
AM
12330 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
12331 cc-vars.el.
7e43cfa5 12332
d0af9f77
SM
12333 * progmodes/cc-engine.el (c-beginning-of-statement-1):
12334 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 12335
52bedd34 12336 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 12337 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
12338 (c-widen-to-enclosing-decl-scope): New function.
12339 (c-while-widening-to-decl-block): New macro.
12340 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
12341 outward for defun boundaries, and correspondingly change symbol
12342 `respect-enclosure' to `go-outward'.
12343 (c-declaration-limits): Change algorithm to report only the "innermost"
12344 defun's boundaries.
12345
1a2ce9ee
DD
123462011-10-28 Deniz Dogan <deniz@dogan.se>
12347
12348 * net/rcirc.el (rcirc-mode): Use hard newlines.
12349
bc97a826
AM
123502011-10-28 Alan Mackenzie <acm@muc.de>
12351
12352 Amend to indent and fontify macros "which include their own semicolon"
12353 correctly, using the "virtual semicolon" mechanism.
12354
52bedd34 12355 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 12356
d0af9f77 12357 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 12358 Recode to scan one line at a time rather than having \n and \r
58179cce 12359 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 12360 (c-forward-label): Amend for virtual semicolons.
58179cce 12361 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 12362
52bedd34
AM
12363 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
12364 of the new C macros.
bc97a826 12365
52bedd34 12366 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
12367 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
12368 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
12369 (c-opt-cpp-macro-define): Make into a full language variable.
12370 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
12371 AWK Mode (including \n, \r) removed, no longer needed.
12372
d0af9f77
SM
12373 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
12374 Invoke c-make-macro-with-semi-re.
bc97a826 12375
52bedd34
AM
12376 * progmodes/cc-vars.el (c-macro-with-semi-re):
12377 (c-macro-names-with-semicolon): New variables.
58179cce 12378 (c-make-macro-with-semi-re): New function.
bc97a826 12379
7a6c0941
SM
123802011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
12381
12382 * vc/log-edit.el: Fill empty field rather than adding new one.
12383 (log-edit-add-field): New function.
12384 (log-edit-insert-changelog): Use it.
12385
b0c4cdcf
ML
123862011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
12387
12388 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
12389
ee1f1da9
SM
123902011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
12391
12392 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
12393 (gdb--check-interpreter): New function.
12394 (gdb): Use it.
12395
51bc5f8b
GM
123962011-10-27 Glenn Morris <rgm@gnu.org>
12397
416a2c45
GM
12398 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
12399 (least-positive-float, least-negative-float)
12400 (least-positive-normalized-float, least-negative-normalized-float)
12401 (float-epsilon, float-negative-epsilon):
12402 Remove unnecessary declarations.
12403
12404 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
12405 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
12406 (least-positive-float, least-negative-float)
12407 (least-positive-normalized-float, least-negative-normalized-float)
12408 (float-epsilon, float-negative-epsilon): Add doc-strings,
12409 based on those in cl.texi.
12410
51bc5f8b
GM
12411 * files.el (set-visited-file-name): If the major-mode changed,
12412 reload the local variables. (Bug#9796)
12413
15de15c6
CY
124142011-10-27 Chong Yidong <cyd@gnu.org>
12415
12416 * subr.el (change-major-mode-after-body-hook): New hook.
12417 (run-mode-hooks): Run it.
12418
ee1f1da9
SM
12419 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
12420 Use change-major-mode-before-body-hook.
15de15c6
CY
12421
12422 * simple.el (fundamental-mode):
12423 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
12424 change introducing fundamental-mode-hook.
12425
5430d399
JB
124262011-10-26 Juanma Barranquero <lekktu@gmail.com>
12427
acc825c5 12428 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 12429
ad74a69e
MA
124302011-10-26 Michael Albinus <michael.albinus@gmx.de>
12431
12432 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 12433 tramp.el explicitly. (Bug#7583)
ad74a69e 12434
71d4c2a5
SM
124352011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
12436
12437 * progmodes/octave-mod.el:
12438 * progmodes/octave-inf.el: Update maintainer.
12439
b1f6fa26
CY
124402011-10-26 Chong Yidong <cyd@gnu.org>
12441
12442 * subr.el (with-wrapper-hook): Rewrite doc.
12443
3f04efd6
MA
124442011-10-25 Michael Albinus <michael.albinus@gmx.de>
12445
12446 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 12447 filenames "/method:foo:". (Bug#9793)
3f04efd6 12448
410488d3
SM
124492011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12450
12451 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
12452 (bug#9865).
12453
c1ebb47e
GM
124542011-10-24 Glenn Morris <rgm@gnu.org>
12455
12456 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
12457
7f5c46c7
MA
124582011-10-24 Michael Albinus <michael.albinus@gmx.de>
12459
12460 * notifications.el: Add the requirement of a running D-Bus session
12461 bus to the Commentary.
12462
db2440b6
JL
124632011-10-24 Juri Linkov <juri@jurta.org>
12464
12465 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
12466 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
12467 (Bug#9364)
12468
feecf435
JL
124692011-10-24 Juri Linkov <juri@jurta.org>
12470
12471 * info.el (Info-following-node-name-re): Add newline to the list
12472 of allowed characters for leading space. (Bug#9824)
12473
a3839de2
SM
124742011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
12475
acc825c5
SM
12476 * progmodes/octave-inf.el (inferior-octave-mode-map):
12477 Fix C-c C-h binding.
a3839de2
SM
12478 * progmodes/octave-mod.el (octave-help): Remove.
12479
09388e76
MA
124802011-10-23 Michael Albinus <michael.albinus@gmx.de>
12481
12482 Sync with Tramp 2.2.3.
12483
12484 * net/tramp-cache.el (top): Pacify byte-compiler using
12485 `init-file-user' and `site-run-file'.
12486
12487 * net/trampver.el: Update release number.
12488
86c60681
CY
124892011-10-23 Chong Yidong <cyd@gnu.org>
12490
12491 * files.el (toggle-read-only): Remove obsolete comment about
12492 version control.
12493
12494 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
12495 for toggle-read-only. Note that this hasn't called vc-next-action
12496 since 2008-05-02, though it wasn't documented at the time.
12497
a3839de2
SM
12498 * vc/ediff-init.el (ediff-toggle-read-only-function):
12499 Use toggle-read-only.
86c60681 12500
cd5495ff
AM
125012011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
12502
12503 Fix bug #9560, sporadic wrong indentation; improve instrumentation
12504 of c-parse-state.
12505
00b77525 12506 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 12507 correct faulty logical expression.
cd5495ff
AM
12508 (c-parse-state-state, c-record-parse-state-state):
12509 (c-replay-parse-state-state): New defvar/defuns.
12510 (c-debug-parse-state): Use new functions.
12511
42ee24ed
MR
125122011-10-22 Martin Rudalics <rudalics@gmx.at>
12513
12514 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 12515 last fix. Use window-in-direction correctly.
42ee24ed 12516
a7dee7e7
CY
125172011-10-21 Chong Yidong <cyd@gnu.org>
12518
12519 * progmodes/idlwave.el (idlwave-mode):
12520 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
12521 require-final-newline; that's done in prog-mode.
12522 Suggested by Stefan Monnier.
a7dee7e7 12523
e07b9a6d
MR
125242011-10-21 Martin Rudalics <rudalics@gmx.at>
12525
12526 * mouse.el (mouse-drag-window-above)
12527 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
12528 (mouse-drag-mode-line-1, mouse-drag-header-line)
12529 (mouse-drag-vertical-line-rightward-window): Remove.
12530 (mouse-drag-line): New function.
12531 (mouse-drag-mode-line, mouse-drag-header-line)
12532 (mouse-drag-vertical-line): Call mouse-drag-line.
12533 * window.el (window-at-side-p, windows-at-side): New functions.
12534
7e1361d9
UM
125352011-10-21 Ulrich Mueller <ulm@gentoo.org>
12536
12537 * tar-mode.el (tar-grind-file-mode):
12538 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
12539
30fcaf3a
CY
125402011-10-21 Chong Yidong <cyd@gnu.org>
12541
12542 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
12543 * progmodes/vera-mode.el (vera-mode):
12544 Use mode-require-final-newline.
30fcaf3a 12545
516eddb0
GM
125462011-10-20 Glenn Morris <rgm@gnu.org>
12547
db22a3c2 12548 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 12549
10d5f513
CS
125502011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
12551
12552 * emulation/cua-base.el (cua-set-mark): Fix case of string.
12553
ac6c8639
CY
125542011-10-20 Chong Yidong <cyd@gnu.org>
12555
12556 * emulation/cua-base.el (cua-mode):
12557 * mail/footnote.el (footnote-mode):
12558 * mail/mailabbrev.el (mail-abbrevs-mode):
12559 * net/xesam.el (xesam-minor-mode):
12560 * progmodes/bug-reference.el (bug-reference-mode):
12561 * progmodes/cap-words.el (capitalized-words-mode):
12562 * progmodes/compile.el (compilation-minor-mode)
12563 (compilation-shell-minor-mode):
12564 * progmodes/gud.el (gud-tooltip-mode):
12565 * progmodes/hideif.el (hide-ifdef-mode):
12566 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
12567 * progmodes/subword.el (subword-mode):
12568 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
12569 * progmodes/which-func.el (which-function-mode):
12570 * term/tvi970.el (tvi970-set-keypad-mode):
12571 * term/vt100.el (vt100-wide-mode):
12572 * textmodes/flyspell.el (flyspell-mode):
12573 * textmodes/ispell.el (ispell-minor-mode):
12574 * textmodes/nroff-mode.el (nroff-electric-mode):
12575 * textmodes/paragraphs.el (use-hard-newlines):
12576 * textmodes/refill.el (refill-mode):
12577 * textmodes/reftex.el (reftex-mode):
12578 * textmodes/rst.el (rst-minor-mode):
12579 * textmodes/sgml-mode.el (html-autoview-mode)
12580 (sgml-electric-tag-pair-mode):
12581 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
12582 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
12583 * emulation/crisp.el (crisp-mode):
12584 * emacs-lisp/eldoc.el (eldoc-mode):
12585 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
12586 minor mode behavior.
12587
aa42ab43
JL
125882011-10-19 Juri Linkov <juri@jurta.org>
12589
12590 * descr-text.el (describe-char): Add #x2010 and #x2011 to
12591 the list of hard-coded chars with escape-glyph face.
12592
89400f1d
SM
125932011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
12594
12595 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
12596
305c07f6
MA
125972011-10-19 Michael Albinus <michael.albinus@gmx.de>
12598
12599 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
12600 running process.
12601
13754b54
GM
126022011-10-19 Glenn Morris <rgm@gnu.org>
12603
12604 * vc/vc-bzr.el (vc-bzr-after-dir-status):
12605 Ignore ignored files. (Bug#9726)
12606
06e21633
CY
126072011-10-19 Chong Yidong <cyd@gnu.org>
12608
12609 Doc fix for minor modes, stating that an omitted argument enables
12610 the mode unconditionally when called from Lisp.
12611
12612 * abbrev.el (abbrev-mode):
12613 * allout.el (allout-mode):
12614 * autoinsert.el (auto-insert-mode):
12615 * autoarg.el (autoarg-mode, autoarg-kp-mode):
12616 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
12617 (global-auto-revert-mode):
12618 * battery.el (display-battery-mode):
12619 * composite.el (global-auto-composition-mode)
12620 (auto-composition-mode):
12621 * delsel.el (delete-selection-mode):
12622 * desktop.el (desktop-save-mode):
12623 * dired-x.el (dired-omit-mode):
12624 * dirtrack.el (dirtrack-mode):
12625 * doc-view.el (doc-view-minor-mode):
12626 * double.el (double-mode):
12627 * electric.el (electric-indent-mode, electric-pair-mode):
12628 * emacs-lock.el (emacs-lock-mode):
12629 * epa-hook.el (auto-encryption-mode):
12630 * follow.el (follow-mode):
12631 * font-core.el (font-lock-mode):
12632 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
12633 * help.el (temp-buffer-resize-mode):
12634 * hilit-chg.el (highlight-changes-mode)
12635 (highlight-changes-visible-mode):
12636 * hi-lock.el (hi-lock-mode):
12637 * hl-line.el (hl-line-mode, global-hl-line-mode):
12638 * icomplete.el (icomplete-mode):
12639 * ido.el (ido-everywhere):
12640 * image-file.el (auto-image-file-mode):
12641 * image-mode.el (image-minor-mode):
12642 * iswitchb.el (iswitchb-mode):
12643 * jka-cmpr-hook.el (auto-compression-mode):
12644 * linum.el (linum-mode):
12645 * longlines.el (longlines-mode):
12646 * master.el (master-mode):
12647 * mb-depth.el (minibuffer-depth-indicate-mode):
12648 * menu-bar.el (menu-bar-mode):
12649 * minibuf-eldef.el (minibuffer-electric-default-mode):
12650 * mouse-sel.el (mouse-sel-mode):
12651 * msb.el (msb-mode):
12652 * mwheel.el (mouse-wheel-mode):
12653 * outline.el (outline-minor-mode):
12654 * paren.el (show-paren-mode):
12655 * recentf.el (recentf-mode):
12656 * reveal.el (reveal-mode, global-reveal-mode):
12657 * rfn-eshadow.el (file-name-shadow-mode):
12658 * ruler-mode.el (ruler-mode):
12659 * savehist.el (savehist-mode):
12660 * scroll-all.el (scroll-all-mode):
12661 * scroll-bar.el (scroll-bar-mode):
12662 * server.el (server-mode):
12663 * shell.el (shell-dirtrack-mode):
12664 * simple.el (auto-fill-mode, transient-mark-mode)
12665 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
12666 (line-number-mode, column-number-mode, size-indication-mode)
12667 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
12668 * strokes.el (strokes-mode):
12669 * time.el (display-time-mode):
12670 * t-mouse.el (gpm-mouse-mode):
12671 * tool-bar.el (tool-bar-mode):
12672 * tooltip.el (tooltip-mode):
12673 * type-break.el (type-break-mode-line-message-mode)
12674 (type-break-query-mode):
12675 * view.el (view-mode):
12676 * whitespace.el (whitespace-mode, whitespace-newline-mode)
12677 (global-whitespace-mode, global-whitespace-newline-mode):
12678 * xt-mouse.el (xterm-mouse-mode): Doc fix.
12679
a3839de2
SM
12680 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
12681 Fix autogenerated docstring.
06e21633 12682
5214e501
JL
126832011-10-19 Juri Linkov <juri@jurta.org>
12684
12685 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
12686 by checking environment variables "DESKTOP_SESSION" and
12687 "XDG_CURRENT_DESKTOP". (Bug#9779)
12688
195f8db9
JL
126892011-10-19 Juri Linkov <juri@jurta.org>
12690
12691 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
12692 (browse-url-chromium-program, browse-url-chromium-arguments):
12693 New defcustoms.
12694 (browse-url-default-browser): Check for `browse-url-chromium' and
12695 call `browse-url-chromium-program'.
12696 (browse-url-chromium): New command. (Bug#9779)
12697
343a34ff
JB
126982011-10-18 Juanma Barranquero <lekktu@gmail.com>
12699
12700 * facemenu.el (list-colors-duplicates): On Windows, detect more
12701 duplicates by assuming that only colors matching "^System" are
12702 special "system colors". (Bug#9722)
12703
6978a151
SM
127042011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
12705
12706 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
12707 to distinguish the author from the committer.
12708
6a80b297
MA
127092011-10-18 Michael Albinus <michael.albinus@gmx.de>
12710
12711 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
12712
b31a5677
JK
127132011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
12714
12715 * international/mule.el (sgml-html-meta-auto-coding-function):
12716 Add support for detecting encoding in HTML5 specified only as
12717 <meta charset="UTF-8">. Implementation just makes http-equiv and
12718 content-type parts from HTML4 encoding string optional. (Bug#9716)
12719
80c6d77f
GM
127202011-10-18 Glenn Morris <rgm@gnu.org>
12721
12722 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
12723
08b0fee8
CY
127242011-10-18 Chong Yidong <cyd@gnu.org>
12725
12726 * faces.el (cursor): Doc fix.
12727
67e729a5
CY
127282011-10-17 Chong Yidong <cyd@gnu.org>
12729
12730 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
12731
343a34ff 127322011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
12733
12734 * dirtrack.el (dirtrack): Support shell buffers with path
12735 prefixes, e.g. tramp-based remote shells. (Bug#9647)
12736
0bc06380
TZ
127372011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
12738
12739 * json.el: Bump version to 1.3 and note change in History.
12740 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
12741
8b79f3e0
SM
127422011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12743
5a7c536b
SM
12744 * comint.el (comint-insert-input, comint-send-input)
12745 (comint-get-old-input-default, comint-backward-matching-input)
12746 (comint-next-prompt): Use nil instead of `input' for field property of
12747 past user input (bug#114).
12748
96a8a0df
SM
12749 * minibuffer.el (completion--replace): Inherit surrounding properties
12750 (bug#114).
12751 (minibuffer-complete-and-exit): Use it.
12752
8b79f3e0
SM
12753 * comint.el (comint--table-subvert): Quote the all-completions output
12754 (bug#9160).
12755
b8f7ff0d
MR
127562011-10-17 Martin Rudalics <rudalics@gmx.at>
12757
8b79f3e0 12758 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 12759
b8f7ff0d 12760 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 12761 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
12762 entries and separate them from frame entries.
12763
c235b555
GM
127642011-10-15 Glenn Morris <rgm@gnu.org>
12765
12766 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
12767 Doc fixes.
12768
6bbfa6e1
CY
127692011-10-15 Chong Yidong <cyd@stupidchicken.com>
12770
8b79f3e0
SM
12771 * net/network-stream.el (network-stream-open-starttls):
12772 Improve detection of failure due to lack of TLS support.
ec5c990d 12773
6bbfa6e1
CY
12774 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
12775 putting the input text in front and in bold.
12776
98488977
SM
127772011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
12778
3d1337be
SM
12779 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
12780
ee0b45e4
SM
12781 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
12782 empty buffer.
12783
98488977
SM
12784 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
12785 unread-command-events rather than pushing yet-another event.
12786
186f4720
EZ
127872011-10-14 Eli Zaretskii <eliz@gnu.org>
12788
12789 * mail/sendmail.el (sendmail-query-once): Improve the wording of
12790 the explanation of the possible choices. Make the options passed
12791 to completing-read shorter.
12792
8b7a997c
AM
127932011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12794
12795 * textmodes/flyspell.el (flyspell-large-region): Make sure
12796 extended character mode is used if defined (Bug#1339).
12797
12587bbb
EZ
127982011-10-13 Eli Zaretskii <eliz@gnu.org>
12799
12800 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
12801 character info for LRE, LRO, RLE, and RLO characters by appending
12802 an invisible PDF.
12587bbb 12803
bad41229
SM
128042011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
12805
12806 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
12807 even in case of error; add debug spec; simplify data flow.
12808 (with-timeout-handler): Remove.
12809
28dbc92f
MA
128102011-10-12 Michael Albinus <michael.albinus@gmx.de>
12811
12812 Fix Bug#6019, Bug#9315.
12813
12814 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
12815 complete `buffer-file-name', the local file name part could look
12816 remotely (for example on VMS).
12817
12818 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
12819 `tramp-run-real-handler'.
12820 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
12821 already quoted by '"'.
12822
12823 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
12824 Let `file-name-handler-alist' be nil, the local file name part
12825 could look remotely (for example on VMS).
12826
e1b0b23a
SM
128272011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
12828
12829 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
12830 from here...
12831 (flyspell-post-command-hook): ...to here.
12832
a120bde9
SM
128332011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12834
12835 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
12836 if not needed.
12837 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
12838 using completion. Protect against "slow" callers.
12839 Remove the "message hack".
12840
7ce7717b
JL
128412011-10-11 Juri Linkov <juri@jurta.org>
12842
12843 * isearch.el (isearch-lazy-highlight-word): New variable.
12844 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
12845 Use it. (Bug#9727)
12846
c02ee9d6
GM
128472011-10-11 Glenn Morris <rgm@gnu.org>
12848
12849 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
12850 like f90-previous-statement does.
12851
93e616fd 128522011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12853
1f190e73 12854 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
12855 only in interactive use, to avoid error.
12856
af7b6078
SM
128572011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12858
12859 * minibuffer.el (completion-file-name-table): Fix last change,
12860 i.e. ignore normal errors but not the other ones.
12861
0563dae9
MR
128622011-10-10 Martin Rudalics <rudalics@gmx.at>
12863
12864 * window.el (special-display-buffer-names)
12865 (special-display-regexps): Remove some remnants of earlier
12866 changes from doc-strings.
366ca7f3
MR
12867 (quit-windows-on): New function.
12868
12869 * vc/vc.el (vc-revert, vc-rollback):
12870 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
12871 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 12872 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 12873
49677495
MR
128742011-10-09 Martin Rudalics <rudalics@gmx.at>
12875
12876 * window.el (frame-auto-hide-function): Add version tag.
12877 (Bug#9699)
12878
56f2d1e1
MA
128792011-10-09 Michael Albinus <michael.albinus@gmx.de>
12880
12881 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
12882 condition.
12883
112a6592
LL
128842011-10-09 Leo Liu <sdl.web@gmail.com>
12885
12886 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
12887 (Bug#9701)
12888
0812589b
GM
128892011-10-08 Glenn Morris <rgm@gnu.org>
12890
12891 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
12892 before the first code statement zero indent. (Bug#9690)
12893
b2b0776e
CY
128942011-10-08 Chong Yidong <cyd@stupidchicken.com>
12895
12896 * simple.el (count-words-region): Always count in the region.
12897 Report the number of lines and characters too.
12898 (count-words): New command, which counts in the buffer if the
12899 region is inactive, as count-words-region used to.
12900 (count-words--message): New function. Handle plurals.
12901 (count-lines-region): Make it an alias for count-words-region.
12902
12903 * bindings.el (esc-map): Replace count-lines-region with
12904 count-words-region.
12905
c557cd6b
MR
129062011-10-08 Martin Rudalics <rudalics@gmx.at>
12907
12908 * window.el (window--delete): Delete dedicated frame
12909 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 12910 (switch-to-buffer): Fix doc-string typo.
c557cd6b 12911
61a57ef4 129122011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12913
3a7d293b 12914 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 12915
c3833279
CY
129162011-10-07 Chong Yidong <cyd@stupidchicken.com>
12917
12918 * bindings.el ([M-left],[M-right]): Bind to left-word and
12919 right-word respectively.
12920
21ce8245
GM
129212011-10-07 Glenn Morris <rgm@gnu.org>
12922
12923 * cus-start.el (debug-on-quit): Fix custom type.
12924
6d823bb2
LMI
129252011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12926
0181e193
LMI
12927 * subr.el (define-key-after): Clarify that the function is not
12928 useful for non-menu keymaps.
12929
6d823bb2
LMI
12930 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
12931
8e3459ce 129322011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12933
21ce8245 12934 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 12935 in current minibuffer (Fix bug with recursive minibuffers).
12936
a1c2d21e
CY
129372011-10-06 Chong Yidong <cyd@stupidchicken.com>
12938
12939 * progmodes/gdb-mi.el (gdb): Doc fix.
12940
5a4cf282
MR
129412011-10-05 Martin Rudalics <rudalics@gmx.at>
12942
12943 * window.el (frame-auto-hide-function): New option replacing
12944 frame-auto-delete. Suggested by Stefan Monnier.
12945 (window--delete): Call frame-auto-hide-function instead of
12946 investigating frame-auto-delete.
c96111ea
MR
12947 (window-point-1, set-window-point-1): New functions.
12948 (window-in-direction, record-window-buffer, window-state-get-1)
12949 (display-buffer-record-window): Use window-point-1 instead of
12950 window-point.
12951 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 12952
9854542e
SM
129532011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12954
12955 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
12956
8943cfb0
GM
129572011-10-05 Glenn Morris <rgm@gnu.org>
12958
12959 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
12960 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
12961
647ab967
LL
129622011-10-05 Leo Liu <sdl.web@gmail.com>
12963
12964 * subr.el (read-char-choice): Fix argument to buffer-live-p which
12965 works with buffer object.
12966
3ddfbced
SM
129672011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12968
12969 * mpc.el (mpc-tool-bar-map): Add labels.
12970
bdfa5dd2
GM
129712011-10-04 Glenn Morris <rgm@gnu.org>
12972
12973 * calendar/holidays.el (calendar-check-holidays): Doc fix.
12974
0e2070b5
MR
129752011-10-04 Martin Rudalics <rudalics@gmx.at>
12976
12977 * window.el (window--delete): New function.
12978 (frame-auto-delete): Resuscitate option.
12979 (bury-buffer, replace-buffer-in-windows)
12980 (quit-window): Rewrite using window--delete.
12981 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
12982 Pass display-buffer-mark-dedicated to window--display-buffer-2
12983 (Bug#9639).
12984
3dc61a09
SM
129852011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
12986
915a9b64
SM
12987 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
12988 returns a list (bug#9554). Add remote file name completion.
12989 * comint.el (comint--table-subvert): Curry and get quote&unquote
12990 functions as arguments.
12991 (comint--complete-file-name-data): Adjust call accordingly.
12992 * pcomplete.el (pcomplete--table-subvert): Remove.
12993 (pcomplete-completions-at-point): Use comint--table-subvert instead.
12994
3dc61a09
SM
12995 * minibuffer.el (completion-table-case-fold): Use currying.
12996 (completion--styles-type, completion--cycling-threshold-type):
12997 New constants.
12998 (completion-styles, completion-category-overrides)
12999 (completion-cycle-threshold): Use them.
13000 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
13001 completion-table-case-fold.
13002
8ea0a993
SB
130032011-10-03 Stephen Berman <stephen.berman@gmx.net>
13004
13005 * minibuffer.el (completion-category-overrides): Fix type of styles
13006 and add more user friendly tags (bug#9660).
13007
8c24b7f6
SM
130082011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13009
13010 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
13011 (mule-input-method-string): New widget.
13012 (default-input-method, language-info-custom-alist): Use it.
13013
428fe61a
SM
130142011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
13015
32c1fffd
SM
13016 * pcomplete.el: Require comint.
13017 (pcomplete--common-suffix): Remove.
13018 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
13019 (pcomplete--table-subvert): Sync with comint--table-subvert.
13020 (pcomplete--entries): Use comint-completion-file-name-table.
13021 * comint.el (comint-unquote-filename): Simplify.
13022 (comint-completion-file-name-table): New function (bug#9616).
13023 (comint--complete-file-name-data): Use it.
13024
428fe61a
SM
13025 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
13026 (pcmpl-gnu-tar-buffer): Remove.
13027 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
13028 around. Make sure pcomplete-suffix-list is only changed temporarily.
13029 Don't look inside the tar's file if it's too large.
428fe61a 13030
04c52e2f
CY
130312011-10-01 Chong Yidong <cyd@stupidchicken.com>
13032
ce3cefcc
CY
13033 * cus-edit.el (custom-mode-map):
13034 * epa.el (epa-key-list-mode-map):
13035 * man.el (Man-mode-map):
13036 * startup.el (splash-screen-keymap):
13037 * simple.el (special-mode-map): Use scroll-up-command and
13038 scroll-down-command.
13039
13040 * progmodes/idlw-help.el (idlwave-help-mode-map):
13041 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
13042 * net/newst-plainview.el (newsticker-mode-map):
13043 * emulation/ws-mode.el (wordstar-mode-map):
13044 * emulation/vi.el (vi-com-map):
13045 * calc/calc-graph.el (calc-graph-show-dumb):
13046 * term/sun.el (terminal-init-sun):
13047 * term/ns-win.el (global-map):
13048 * progmodes/grep.el (grep-mode-map):
13049 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
13050 * mail/rmail.el (rmail-mode-map):
13051 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
13052
04c52e2f
CY
13053 * custom.el (custom-safe-themes, load-theme): Treat value of t for
13054 custom-safe-themes as special.
13055
79adf8c8
JD
130562011-10-01 Julien Danjou <julien@danjou.info>
13057
13058 * notifications.el (notifications-notify): Fix docstring.
13059
63bd50d3
PS
130602011-10-01 Per Starbäck <per@starback.se>
13061
13062 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
13063
199e4c7e
MR
130642011-09-30 Martin Rudalics <rudalics@gmx.at>
13065
13066 * startup.el (command-line-1): Fix last fix by inserting
13067 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 13068 (Bug#9605) and (Bug#9636)
199e4c7e 13069
fe5f08dd
EZ
130702011-09-29 Eli Zaretskii <eliz@gnu.org>
13071
13072 * simple.el (line-move): If auto-hscroll-mode is disabled and the
13073 window is hscrolled, move by logical lines. (Bug#9607)
13074 (line-move-visual): Update the doc string to the above effect.
13075
b5516bbd
MR
130762011-09-29 Martin Rudalics <rudalics@gmx.at>
13077
ccee00c0
MR
13078 * window.el (display-buffer-record-window): When WINDOW is the
13079 selected window use `point' instead of `window-point'. (Bug#9626)
13080
b5516bbd
MR
13081 * startup.el (command-line-1): Use insert-before-markers when
13082 inserting initial-scratch-message. (Bug#9605)
ccee00c0 13083
b5516bbd
MR
13084 * help.el (help-window): Remove variable.
13085
52aa0014
GM
130862011-09-29 Glenn Morris <rgm@gnu.org>
13087
13088 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
13089
df9a7357
JB
130902011-09-29 Juanma Barranquero <lekktu@gmail.com>
13091
13092 * descr-text.el (describe-char-categories): Accept category
13093 descriptions more than one line long.
13094
a8406c20
SM
130952011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
13096
88d9610c
SM
13097 * simple.el (delete-trailing-whitespace): Fix last change.
13098
a5daf810
SM
13099 * progmodes/perl-mode.el (perl-syntax-propertize-function):
13100 Don't confuse "y => 3" as the beginning of a `y' operation.
13101
a8406c20
SM
13102 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
13103 object has more than 4 slots (bug#9613).
13104
a239d4e9
JB
131052011-09-28 Juanma Barranquero <lekktu@gmail.com>
13106
13107 * subr.el (with-output-to-temp-buffer):
13108 * net/quickurl.el (quickurl, quickurl-browse-url):
13109 Fix typos in docstrings.
13110
693fbdb6
EZ
131112011-09-27 Eli Zaretskii <eliz@gnu.org>
13112
13113 * minibuffer.el (completion-styles)
13114 (completion-category-overrides): Cross reference each other in doc
13115 strings.
13116
8b457e28
GM
131172011-09-27 Glenn Morris <rgm@gnu.org>
13118
13119 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
13120 to split-string. (Bug#9606)
13121
85a16208
LMI
131222011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
13123
13124 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
13125 (bug#9615).
13126
502f9ebd
CY
131272011-09-27 Chong Yidong <cyd@stupidchicken.com>
13128
13129 * emacs-lisp/package.el (list-packages): Fix echo area message.
13130
7690bdea
LL
131312011-09-27 Leo Liu <sdl.web@gmail.com>
13132
13133 * ido.el (ido-read-internal): Accept cons cell HIST arg.
13134
e2ee6f30
MA
131352011-09-25 Michael Albinus <michael.albinus@gmx.de>
13136
13137 * net/dbus.el (dbus-unregister-object): Don't release services for
13138 registered signals. (Bug#9581)
13139
f3f98342
TZ
131402011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
13141
13142 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
13143 function that picks between cfengine 2 and 3 support
13144 automatically. Update docs accordingly.
13145
dd7aa8dd
KH
131462011-09-22 Kenichi Handa <handa@m17n.org>
13147
13148 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
13149 ZERO.
13150 (indian-itrans-v5-table-for-tamil): New variable.
13151 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
13152
3f2b07f8
KM
131532011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
13154
13155 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
13156 that's true if the current command involved collapsing of text.
13157 It's reset to false at the beginning of the next command.
13158 (allout-post-command-business): Move the cursor to the beginning
13159 of entry if the cursor is hidden and collapsing activity just
13160 happened.
13161
371d6a61
CY
131622011-09-24 Chong Yidong <cyd@stupidchicken.com>
13163
13164 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
13165 tracking (Bug#9541).
13166
2ac2721a
UJ
131672011-09-24 Ulf Jasper <ulf.jasper@web.de>
13168
13169 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
13170 (newsticker-show-news): Automatically load html rendering package
13171 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
13172 because w3m-fill-column is let-bound" and the error "Symbol's value
13173 as variable is void: w3m-fill-column".
2ac2721a 13174
fac7ae53
MA
131752011-09-24 Michael Albinus <michael.albinus@gmx.de>
13176
13177 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
13178 Release services only if they are defined. (Bug#9581)
13179
e08b633b
RS
131802011-09-23 Richard Stallman <rms@gnu.org>
13181
e488d29c
RS
13182 * textmodes/paragraphs.el (forward-sentence): For backwards case,
13183 distinguish start of paragraph from start of its text.
13184
19c38752
RS
13185 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
13186
e08b633b
RS
13187 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
13188 (rmail-generate-viewer-buffer): Put that hook on view buffer.
13189 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
13190
0a39f27e
AS
131912011-09-23 Andreas Schwab <schwab@linux-m68k.org>
13192
13193 * international/mule-diag.el (mule-diag): Insert a newline after
13194 each fontset description.
13195
db4e950d
SM
131962011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13197
13198 * simple.el (delete-trailing-whitespace):
13199 Document last change; simplify.
13200
eca3f3ea
PW
132012011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
13202
d68e189a
PW
13203 * simple.el (delete-trailing-whitespace): Also delete
13204 extra newlines at the end of the buffer.
13205
eca3f3ea
PW
13206 * textmodes/picture.el: Make motion commands obey shift-select-mode.
13207 (picture-newline): Use forward-line so as to ignore fields.
13208
01c157cc
SM
132092011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13210
13211 * subr.el (with-wrapper-hook): Fix edebug spec.
13212
022de23e
LMI
132132011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
13214
13215 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
13216 (bug#4538).
13217
91683089
MA
132182011-09-23 Michael Albinus <michael.albinus@gmx.de>
13219
eca3f3ea
PW
13220 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
13221 Fix nasty bug using wrong cached values.
91683089 13222
5bdd6fa4
AM
132232011-09-23 Alan Mackenzie <acm@muc.de>
13224
13225 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
13226
97adfb97
CY
132272011-09-23 Chong Yidong <cyd@stupidchicken.com>
13228
13229 * window.el (pop-to-buffer): Ensure right window is selected if we
13230 chose another frame.
13231
d4ef2b50
EZ
132322011-09-22 Eli Zaretskii <eliz@gnu.org>
13233
13234 * simple.el (what-cursor-position): Use get-char-property-change
13235 and next-single-char-property-change, to be able to show display
13236 properties that come from overlays as well as text properties.
13237
72258fe5
CY
132382011-09-22 Chong Yidong <cyd@stupidchicken.com>
13239
13240 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
13241
13242 * cmuscheme.el (run-scheme, switch-to-scheme):
13243 * cus-edit.el (customize-group, custom-buffer-create)
13244 (customize-browse):
13245 * info.el (info):
13246 * shell.el (shell):
13247 * mail/sendmail.el (mail):
13248 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
13249
8f098516
RS
132502011-09-22 Richard Stallman <rms@gnu.org>
13251
13252 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
13253 move back only to line beg, don't move back over blank lines.
13254
e74f1bb6
MA
132552011-09-22 Michael Albinus <michael.albinus@gmx.de>
13256
13257 * files.el (copy-directory): Set directory attributes only in case
13258 they could be retrieved from the source directory. (Bug#9565)
13259
bfeef8b6
DK
132602011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
13261
13262 * progmodes/hideshow.el (hs-looking-at-block-start-p)
13263 (hs-find-block-beginning, hs-hide-level-recursive):
13264 Ignore strings as well as comments. (Bug#9502)
13265
7e423bb8
AS
132662011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
13267
13268 * progmodes/sql.el (sql-comint-postgres):
13269 Convert port number to a string. (Bug#9566)
13270
b4d72fcf
MR
132712011-09-22 Martin Rudalics <rudalics@gmx.at>
13272
13273 * window.el (quit-window): Undedicate window when switching to
13274 previous buffer. Reported by Thierry Volpiatto
13275 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
13276 (special-display-popup-frame): When popping up a new frame reset
13277 its previous buffers to nil. Simplify code.
b4d72fcf 13278
a7b88dc6
MA
132792011-09-21 Michael Albinus <michael.albinus@gmx.de>
13280
13281 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
13282 and process filter, as done also in `shell-command'.
13283
cf4eacfd
MR
132842011-09-21 Martin Rudalics <rudalics@gmx.at>
13285
eca3f3ea 13286 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
13287 Call set-window-start with NOFORCE argument t.
13288 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
13289 (quit-window): Reword doc-string. Handle new format of
13290 quit-restore parameter. Don't delete window if it has a
13291 previous buffer we can show instead of the present one.
13292 (display-buffer-record-window): Rewrite using a new format for
13293 the quit-restore window parameter
13294 (special-display-popup-frame, display-buffer-same-window)
13295 (display-buffer-reuse-window, display-buffer-pop-up-frame)
13296 (display-buffer-pop-up-window, display-buffer-use-some-window):
13297 Adapt symbol passed to display-buffer-record-window.
13298 * help.el (help-window-setup): Handle new format of quit-restore
13299 parameter.
13300
8d28cb95
SM
133012011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
13302
94ab793f
SM
13303 * faces.el (face-list): Fix docstring (bug#9564).
13304
8d28cb95
SM
13305 * window.el (display-buffer--action-function-custom-type):
13306 Don't include internal functions in the Custom interface.
13307
3820edeb
JL
133082011-09-20 Juri Linkov <juri@jurta.org>
13309
13310 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
13311 (Info-forward-node, Info-backward-node, Info-next-preorder)
13312 (Info-last-preorder): Use it. (Bug#9528)
13313
5147931d
JL
133142011-09-20 Juri Linkov <juri@jurta.org>
13315
13316 * info.el (Info-last-preorder): Visit last menu item only when
13317 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
13318
cf499a1a
JD
133192011-09-20 Julien Danjou <julien@danjou.info>
13320
13321 * password-cache.el (password-cache-remove): Remove entries even if the
13322 value is nil, so that password with a nil value (negative caching) is
13323 possible to invalidate.
13324
f84e2fe2
LM
133252011-09-20 Lawrence Mitchell <wence@gmx.li>
13326
13327 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
13328 all whitespace around breakpoint. (Bug#9553)
13329 (f90-find-breakpoint): Only break at whitespace inside a comment.
13330
78054a46
SM
133312011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
13332
13333 * minibuffer.el (completion-file-name-table): Keep track of errors.
13334 (completion-table-with-predicate): Handle the case where pred1 is nil.
13335 * pcomplete.el (pcomplete-completions-at-point): Simplify.
13336
345083b2
SM
133372011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13338
e24e27be
SM
13339 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
13340 (debugger-return-value): Signal an error if the debugging context does
13341 not await any return value.
13342
345083b2
SM
13343 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
13344 * image-mode.el (image-toggle-display-text)
13345 (image-toggle-display-image): Stay away from evil `intangible'.
13346
08d355e3
LL
133472011-09-19 Leo Liu <sdl.web@gmail.com>
13348
13349 * replace.el (occur-revert-arguments): Make it permanent-local.
13350 (occur-mode): Don't call font-lock-defontify.
13351
f01da43f
CY
133522011-09-19 Chong Yidong <cyd@stupidchicken.com>
13353
13354 * net/ldap.el (ldap-search-internal): Don't push empty search
13355 result (Bug#9508).
13356
b6072fa6
SM
133572011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13358
13359 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
13360
443d6696
MA
133612011-09-19 Michael Albinus <michael.albinus@gmx.de>
13362
13363 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
13364 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
13365
7cc6e154
JL
133662011-09-18 Juri Linkov <juri@jurta.org>
13367
13368 * buff-menu.el (Buffer-menu-mode-map):
13369 * dired.el (dired-mode-map):
13370 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
13371 (lisp-interaction-mode-map):
13372 * emacs-lisp/package.el (package-menu-mode-map):
13373 * epa.el (epa-key-list-mode-map):
13374 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
13375 (menu-bar-options-menu):
13376 * outline.el (outline-mode-menu-bar-map):
13377 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
13378 * vc/vc-dir.el (vc-dir-menu-map):
13379 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
13380 Capitalize non-function content words in menu item strings.
13381
13382 * dired.el (dired-mode-map): Add menu item for
13383 `image-dired-dired-toggle-marked-thumbs'.
13384
80302a81
JL
133852011-09-18 Juri Linkov <juri@jurta.org>
13386
13387 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
13388 to `isearch-case-fold-search' and restore its original value
13389 after the `isearch-mode' call.
13390
46c5cf66
JL
133912011-09-18 Juri Linkov <juri@jurta.org>
13392
13393 * progmodes/grep.el (grep-process-setup): Don't check code for 1
13394 because `zgrep' returns 1 for successful matches (bug#9226).
13395
d18b513b
JL
133962011-09-18 Juri Linkov <juri@jurta.org>
13397
13398 * info.el (Info-extract-menu-node-name): Check the second match
13399 for empty string (second test-case of bug#9528).
13400 (Info-last-preorder): Let-bind `Info-history' to nil to not add
13401 intermediate nodes to the history (first test-case of bug#9528).
13402
72753f87
JL
134032011-09-18 Juri Linkov <juri@jurta.org>
13404
13405 * info.el (Info-mode-syntax-table): New variable.
1154d12e 13406 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 13407
c9384295
JL
134082011-09-18 Juri Linkov <juri@jurta.org>
13409
1154d12e
JB
13410 * info.el (Info-file-supports-index-cookies):
13411 Increment line-beginning-position's arg from 3 to 4 because makeinfo
13412 outputs one more line for long file names (bug#4142).
c9384295 13413
d473dce8
CY
134142011-09-18 Chong Yidong <cyd@stupidchicken.com>
13415
13416 * newcomment.el (comment-normalize-vars): If prompting for
13417 comment-start, set comment-start-skip too (Bug#8424).
13418
2176854d
JB
134192011-09-18 Johan Bockgård <bojohan@gnu.org>
13420
13421 * icomplete.el: Fix previous fix of Bug#5849.
13422 (icomplete-mode): Don't set completion-show-inline-help.
13423 (icomplete-minibuffer-setup): Set completion-show-inline-help
13424 locally during icompletion.
13425
3aace4e4
CY
134262011-09-18 Chong Yidong <cyd@stupidchicken.com>
13427
c940224f
CY
13428 * woman.el (woman2-process-escapes): Don't delete unrecognized
13429 escapes (Bug#7843).
13430
3aace4e4
CY
13431 * files.el (inhibit-first-line-modes-regexps): Add image files.
13432 (hack-local-variables-prop-line): Return nil for malformed
13433 prop-lines (Bug#9044).
13434
710dec63
MA
134352011-09-18 Michael Albinus <michael.albinus@gmx.de>
13436
13437 * net/tramp.el (top): Don't require 'shell.
13438 (tramp-methods): Fix docstring.
13439 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
13440 Return complete remote file name. Handle "smb" case.
13441 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
13442 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
13443
13444 * net/tramp-compat.el (top): Require 'shell.
13445
13446 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
13447 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
13448 `tramp-current-host'.
13449 (tramp-get-remote-tmpdir): Remove.
13450
13451 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
13452 `tramp-tmpdir' entries.
13453 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
13454 (tramp-smb-handle-file-attributes): Ignore errors.
13455 (tramp-smb-wait-for-output): Check also for process end.
13456
5d5ac8ec
LMI
134572011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
13458
13459 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
13460 when sending QUIT (bug#9312).
13461
8c0f49f0
CY
134622011-09-17 Chong Yidong <cyd@stupidchicken.com>
13463
13464 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
13465 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
13466 occur-mode-display-occurrence.
13467 (occur-edit-mode): Add usage message.
13468 (occur-cease-edit): New command.
13469 (occur-after-change-function): Use text properties to find the
13470 position of the prefix text.
13471 (occur-engine): Set stickiness of prefix text properties.
13472
8f1383f7
GM
134732011-09-17 Glenn Morris <rgm@gnu.org>
13474
13475 * progmodes/etags.el (complete-tag):
13476 Fix call to completion-in-region. (Bug#9526)
13477
744ba0e3
JL
134782011-09-17 Juri Linkov <juri@jurta.org>
13479
13480 * textmodes/ispell.el (ispell-word): Add to the error message
13481 the word, ispell program name and current dictionary (bug#9121).
13482 (ispell-tex-arg-end): Capitalize "error" in the error message.
13483
d9bbf400
AS
134842011-09-17 Andreas Schwab <schwab@linux-m68k.org>
13485
13486 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
13487 check. (Bug#4251)
13488
8da11505
JL
134892011-09-17 Juri Linkov <juri@jurta.org>
13490
13491 * window.el (window-safe-min-height, window-safe-min-width):
13492 Fix typos (followup to bug#9522).
13493
a91adc7e
SJ
134942011-09-17 Sven Joachim <svenjoac@gmx.de>
13495
13496 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
13497
064f328a
EZ
134982011-09-16 Eli Zaretskii <eliz@gnu.org>
13499
13500 * simple.el (line-move): If goal-column is set, move by logical
13501 lines, not by display lines. (Bug#971)
13502 (next-line, previous-line, goal-column, line-move-visual): Doc fix
13503 to reflect the above change.
13504
e69df516
SM
135052011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
13506
13507 * image.el (imagemagick-register-types): Use regexp-opt.
13508
cbb0f9ab
CY
135092011-09-15 Chong Yidong <cyd@stupidchicken.com>
13510
13511 * window.el (display-buffer-base-action): Rename from
13512 display-buffer-default-action. Make default value empty.
13513 (display-buffer-overriding-action): Convert to defvar.
13514 (display-buffer-fallback-action): New var.
13515
25322144
CY
135162011-09-15 Chong Yidong <cyd@stupidchicken.com>
13517
13518 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
13519 declaration.
13520 (package--add-to-archive-contents): If there is a duplicate entry
13521 with an older version, remove it.
13522 (package-menu-mark-delete, package-menu-mark-install)
13523 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
13524 (package-menu-mark-obsolete-for-deletion):
13525 Use package-menu-get-status instead of a regexp search.
25322144
CY
13526 (package-menu-get-status): Use tabulated-list-entry.
13527 (package-menu-mark-upgrades): New command.
d770725a 13528 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
13529 (package-menu-execute): Do installation before deletion.
13530 (package-menu-refresh, package-menu-execute): Use derived-mode-p
13531 instead of checking major-mode.
13532 (package-menu--find-upgrades): New function.
13533
7520339c
LMI
135342011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
13535
13536 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
13537 passwords in the log buffer.
65a046c4
LMI
13538 (smtpmail-process-filter): Update the process marker so that the
13539 "broken by peer" status message is inserted in the right place.
7520339c 13540
d3c30954
SM
135412011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
13542
3fe48822
SM
13543 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
13544 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
13545 bibtex-completion-at-point-function.
13546 (bibtex-completion-at-point-function): Use them.
13547
1b8b3954
SM
13548 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
13549
d3c30954
SM
13550 * mpc.el (mpc-constraints-tag-lookup): New function.
13551 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
13552 also to browser "album|playlist".
13553
72779976
JL
135542011-09-14 Juri Linkov <juri@jurta.org>
13555
13556 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
13557 (isearch-edit-string): Use length of `isearch-string' when
13558 `isearch-fail-pos' returns nil.
13559 (isearch-message): Remove duplicate code and call
13560 `isearch-fail-pos' with arg `t'.
13561
a0bf2bcd
CY
135622011-09-14 Chong Yidong <cyd@stupidchicken.com>
13563
17bb0a2d
CY
13564 * replace.el (occur-mode-goto-occurrence): Don't force using other
13565 window (Bug#9499).
13566
a0bf2bcd
CY
13567 * dired-aux.el (dired-do-chmod): Don't provide initial input.
13568
f678e0b6
MR
135692011-09-14 Martin Rudalics <rudalics@gmx.at>
13570
13571 * window.el (display-buffer-window): Remove.
13572 (display-buffer-record-window): Use help-setup window parameter
13573 instead of variable display-buffer-window.
13574 (display-buffer-function, special-display-buffer-names)
13575 (special-display-function): Mention help-setup parameter instead
13576 of display-buffer-window in doc-string.
d3c30954
SM
13577 * help.el (help-window-setup): New argument help-window.
13578 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
13579 Reword some messages.
13580 (with-help-window): Pass window used for displaying the buffer
13581 to help-window-setup. Don't set display-buffer-window.
13582
8e39b2e8
GM
135832011-09-13 Glenn Morris <rgm@gnu.org>
13584
13585 * emacs-lisp/debug.el (debugger-make-xrefs):
13586 Preserve point. (Bug#9462)
13587
85e9c04b
CY
135882011-09-13 Chong Yidong <cyd@stupidchicken.com>
13589
13590 * window.el (window-deletable-p): Use next-frame.
13591
1b36ed6a
MR
135922011-09-13 Martin Rudalics <rudalics@gmx.at>
13593
13594 * window.el (window-auto-delete): Remove.
13595 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 13596 dedication and previous buffers.
1b36ed6a
MR
13597 (switch-to-prev-buffer): Don't delete window.
13598 (delete-windows-on): Delete a window's frame if and only if the
13599 window is dedicated.
13600 (replace-buffer-in-windows): Delete buffer's window or frame if
13601 and only if window is dedicated.
13602 (quit-window): Handle quit-restore as before last change.
4d61f28d 13603 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 13604
ef8ef9fb
CY
136052011-09-13 Chong Yidong <cyd@stupidchicken.com>
13606
13607 * window.el (window-deletable-p): Never delete the last frame on a
13608 given terminal.
13609
b2cba41e
GM
136102011-09-13 Glenn Morris <rgm@gnu.org>
13611
13612 * help.el (describe-key-briefly): Copy previous standard-output change.
13613
51553db6 136142011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
13615
13616 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
13617
b7556719
GM
136182011-09-13 Glenn Morris <rgm@gnu.org>
13619
13620 * emacs-lisp/lisp-mode.el (lisp-indent-function):
13621 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
13622
64b51947
CY
136232011-09-12 Chong Yidong <cyd@stupidchicken.com>
13624
13625 * dired-aux.el (dired-mark-read-string): Don't return default
13626 value on empty input (Bug#9361).
13627 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
13628 Omit initial minibuffer contents.
13629 (dired-do-chmod): Signal an error on empty input.
13630 (dired-mark-read-string): Don't return default on empty input.
13631
13632 * files.el (file-modes-symbolic-to-number): Doc fix.
13633
393a301e
SM
136342011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13635
13636 * international/mule-cmds.el (ucs-completions): Remove.
13637 (read-char-by-name): Use complete-with-action instead; add metadata.
13638
fa5660f9
CY
136392011-09-11 Chong Yidong <cyd@stupidchicken.com>
13640
13641 * window.el (display-buffer--action-function-custom-type)
13642 (display-buffer--action-custom-type): New vars.
13643 (display-buffer-alist, display-buffer-default-action)
13644 (display-buffer-overriding-action): Add defcustom types.
13645
4a592f66
CY
13646 * frame.el (delete-other-frames): Doc fix (Bug#276).
13647
73d56dbd
LMI
136482011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13649
13650 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
13651
37ac18a3
CY
136522011-09-11 Chong Yidong <cyd@stupidchicken.com>
13653
13654 Change modes that used same-window-* vars to use switch-to-buffer.
13655
13656 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
13657 Use switch-to-buffer.
13658
13659 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
13660 (customize-browse, custom-buffer-create-other-window):
13661 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
13662
13663 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
13664 (Info-prev, Info-up, Info-speedbar-goto-node)
13665 (info-display-manual): Use switch-to-buffer.
13666 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
13667
13668 * mail/sendmail.el (mail): Use switch-to-buffer.
13669 (mail-recover): Use switch-to-buffer-other-window.
13670
13671 * cmuscheme.el (run-scheme, switch-to-scheme):
13672 * ielm.el (ielm):
13673 * shell.el (shell):
13674 * net/rlogin.el (rlogin):
13675 * net/telnet.el (telnet, rsh):
13676 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
13677
10195bd6
AS
136782011-09-11 Andreas Schwab <schwab@linux-m68k.org>
13679
13680 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
13681
b322f63a
LMI
136822011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13683
39d7fed6
LMI
13684 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
13685 so don't mention it (bug#9301).
ba5a81f1 13686 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 13687
ee0e9f11
LMI
13688 * faces.el (face-spec-set-match-display): Make `(type graphic)'
13689 match `x', `w32' and `ns', like the manual says (bug#9029).
13690
0b1c89c1 13691 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
13692 (process-kill-buffer-query-function): Mention the buffer name in
13693 the query.
0b1c89c1 13694
77549ea8
LMI
13695 * image-mode.el (image-next-line): The line parameter is mandatory
13696 (bug#9258).
13697
803ef892
LMI
13698 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
13699 which can be useful (bug#9301).
13700
12980837
LMI
13701 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
13702
91054f8f
LMI
13703 * subr.el (match-string): Mention that the current buffer should
13704 be the same as the search was done in (bug#9282).
13705
b322f63a
LMI
13706 * facemenu.el: Disable the remove-* commands if the mark isn't
13707 active (bug#9162).
13708
3199b96f
CY
137092011-09-10 Chong Yidong <cyd@stupidchicken.com>
13710
13711 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
13712 of display-buffer.
13713 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
13714
13715 * replace.el (occur-mode-goto-occurrence)
13716 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
13717 and display-buffer.
13718
13719 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
13720 display-buffer.
13721
13722 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
13723 special-display and same-window variables.
13724 (mail-other-window): Use switch-to-buffer-other-window.
13725 (mail-other-frame): USe switch-to-buffer-other-frame.
13726
393a301e
SM
13727 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
13728 Use display-buffer-other-frame.
3199b96f
CY
13729 (gdb-display-gdb-buffer): Use pop-to-buffer.
13730
13731 * progmodes/gud.el (gud-goto-info): Use info-other-window.
13732
13733 * progmodes/python.el: Don't set same-window-buffer-names.
13734
13735 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
13736
13737 * window.el (display-buffer-alist): Add *Python*.
13738
8319e0bf
CY
137392011-09-10 Chong Yidong <cyd@stupidchicken.com>
13740
13741 * window.el (display-buffer-alist): Add entry for buffers
13742 previously handled same-window-*.
13743 (display-buffer-alist, display-buffer-default-action)
13744 (display-buffer-overriding-action): Mark as risky.
13745 (display-buffer-alist): Document action function changes.
13746 (display-buffer--same-window-action)
13747 (display-buffer--other-frame-action): New variables.
13748 (switch-to-buffer, display-buffer-other-frame): Use them.
13749 (display-buffer): Rename reuse-frame entry to reusable-frames.
13750 (display-buffer-reuse-selected-window): Function deleted.
13751 (display-buffer-reuse-window): Handle reusable-frames alist entry.
13752 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
13753 (display-buffer-special): New function.
13754 (display-buffer--maybe-pop-up-frame-or-window): Rename from
13755 display-buffer-reuse-or-pop-window. Split off special-display
13756 part into display-buffer-special.
13757 (display-buffer-use-some-window): Don't perform any special
13758 pop-up-frames handling.
13759 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 13760 (display-buffer--maybe-same-window): Rename from
0d3ff375 13761 display-buffer-maybe-same-window.
8319e0bf 13762
919a69aa
CY
13763 * info.el: Don't set same-window-regexps.
13764 (info-setup): New function.
13765 (info-other-window, info): Call it.
13766
13767 * cus-edit.el: Don't set same-window-regexps.
13768 (customize-group): New argument.
13769 (customize-group-other-window): Use it.
13770 (customize-face, customize-face-other-window): Likewise.
13771 (custom-buffer-create-other-window): Use pop-to-buffer directly.
13772
8319e0bf
CY
13773 * net/rlogin.el:
13774 * net/telnet.el:
13775 * progmodes/gud.el: Don't set same-window-regexps.
13776
13777 * cmuscheme.el:
13778 * ielm.el:
13779 * shell.el:
13780 * mail/sendmail.el:
13781 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
13782
25173000
JL
137832011-09-10 Juri Linkov <juri@jurta.org>
13784
13785 * isearch.el (isearch-edit-string): Remove obsolete mention of
13786 `C-w' (`isearch-yank-word-or-char') from docstring.
13787 (isearch-query-replace): Fix typo in docstring (bug#9466).
13788
056e44ef
JL
137892011-09-10 Juri Linkov <juri@jurta.org>
13790
13791 * paren.el (show-paren-function): Don't show escaped parens.
13792 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
13793
c3760c17
EZ
137942011-09-10 Eli Zaretskii <eliz@gnu.org>
13795
13796 * mail/sendmail.el (mml-to-mime, mml-attach-file)
13797 (mm-default-file-encoding): Remove autoload forms, they are
13798 replaced with autoload cookies in mml.el and mm-encode.el.
13799 (mail-add-attachment): New command.
13800 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
13801 (mail-mode): Mention mail-insert-file and mail-add-attachment in
13802 the doc string.
13803 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
13804
fece895e
RT
138052011-09-10 Reuben Thomas <rrt@sc3d.org>
13806
e69df516
SM
13807 * simple.el (count-words-region): Use buffer if there's no region
13808 (bug#9429).
fece895e 13809
5e68ce4a
JL
138102011-09-09 Juri Linkov <juri@jurta.org>
13811
13812 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
13813 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
13814 (wdired-isearch-filter-read-only): New function. (Bug#6362)
13815
0a6b9622
AM
138162011-09-09 Alan Mackenzie <acm@muc.de>
13817
13818 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
13819 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
13820
14a29deb
EZ
138212011-09-09 Eli Zaretskii <eliz@gnu.org>
13822
13823 Fix for Savannah bug#9392.
13824 * simple.el (mail-encode-mml): New defvar.
13825
13826 * mail/rmail.el (mail-encode-mml): Add a defvar.
13827 (rmail-enable-mime-composing): Default to t.
13828 (rmail-forward): Use MIME method of forwarding only if both
13829 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
13830 Set mail-encode-mml non-nil if the MIME method was used.
13831
13832 * mail/sendmail.el (mml-to-mime): Add autoload form.
13833 (mail-encode-mml): Add a defvar.
13834 (mail-mode): Make mail-encode-mml buffer-local and initialize it
13835 to nil.
13836 (mail-send): If mail-encode-mml is non-nil, run the outgoing
13837 message through mml-to-mime, and reset mail-encode-mml to nil.
13838
28c45130
GM
138392011-09-09 Glenn Morris <rgm@gnu.org>
13840
13841 * woman.el (woman-if-body): When processing an .el block,
13842 do not delete the next .el block as well. (Bug#9447)
69f4b618 13843 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 13844
9b1c252e
MR
138452011-09-08 Martin Rudalics <rudalics@gmx.at>
13846
13847 * window.el (window-deletable-p): Make sure window is live before
13848 invoking window-prev-buffers.
13849
567457e3
LL
138502011-09-08 Leo Liu <sdl.web@gmail.com>
13851
13852 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
13853
97f05794
JL
138542011-09-08 Juri Linkov <juri@jurta.org>
13855
13856 * progmodes/compile.el (compilation-environment): Make it
13857 a defcustom (bug#8340).
13858
8b0874b5
MR
138592011-09-08 Martin Rudalics <rudalics@gmx.at>
13860
13861 * window.el (frame-auto-delete): Rename to window-auto-delete.
13862 Make it control auto-deletion of windows and/or frames.
13863 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 13864 for deleting window/frame. (Bug#9419)
8b0874b5
MR
13865 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
13866 Rewrite handling of case when window/frame can be deleted.
13867 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 13868 argument t. (Bug#9456)
8b0874b5 13869
4feb6e73
CY
138702011-09-07 Chong Yidong <cyd@stupidchicken.com>
13871
13872 * help-mode.el (help-mode): Restore autoload.
13873
91ab9c13
JL
138742011-09-07 Juri Linkov <juri@jurta.org>
13875
13876 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
13877 `compilation-environment'. Set buffer-local
13878 `compilation-environment' to `thisenv' later after (funcall mode).
13879 (Bug#8340)
13880
13881 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
13882 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
13883 instead of replacing its value. (Bug#8340)
13884
0527e251
JL
138852011-09-07 Juri Linkov <juri@jurta.org>
13886
13887 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
13888 based on text properties put by `grep-filter' instead of matching
13889 escape sequences.
13890 (grep-mode): Set buffer-local `compilation-error-screen-columns'
13891 to the value of `grep-error-screen-columns' (bug#9438).
13892
249f792c
JL
138932011-09-07 Juri Linkov <juri@jurta.org>
13894
13895 * simple.el (next-error-highlight, next-error-highlight-no-select):
13896 Doc fix (bug#9432).
13897
ff7271b9
OT
138982011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
13899
13900 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
13901 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
13902
183fc730
LL
139032011-09-07 Leo Liu <sdl.web@gmail.com>
13904
13905 * net/rcirc.el (rcirc-mode): Conditionally initialize
13906 rcirc-input-ring.
13907
77694924
SM
139082011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
13909
13910 * emacs-lisp/find-func.el (find-function-C-source): Only set
13911 find-function-C-source-directory after checking that we found a source
13912 file there (bug#9440).
13913
d809b8eb
AM
139142011-09-06 Alan Mackenzie <acm@muc.de>
13915
13916 * isearch.el (isearch-other-meta-char): Wherever a key list is
13917 unread, "unread" the prefix arg, too. This fixes bug #8901.
13918
453de99f
OG
139192011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
13920
13921 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
13922
90439906
JL
139232011-09-05 Juri Linkov <juri@jurta.org>
13924
13925 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
13926
f62bd846
JL
139272011-09-05 Juri Linkov <juri@jurta.org>
13928
13929 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
13930 keeping point where processing of grep matches begins, and
13931 continue to delete remaining escape sequences from the same point.
13932 (grep-filter): Make leading zero optional in "0?1;31m" because
13933 git-grep emits "\033[1;31m" escape sequences unlike expected
13934 "\033[01;31m" as GNU Grep does (bug#9408).
13935 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
13936
045820ec
JL
139372011-09-05 Juri Linkov <juri@jurta.org>
13938
13939 * subr.el (y-or-n-p): Capitalize "yes".
13940
f5e29b9b
MA
139412011-09-04 Michael Albinus <michael.albinus@gmx.de>
13942
13943 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
13944 `tramp-cache-unload-hook' where appropriate.
13945 (tramp-methods): Rename `tramp-remote-sh' to
13946 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
13947 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
13948
13949 * net/tramp-sh.el (top): Don't require 'shell.
13950 (tramp-methods): Add `tramp-remote-shell' and
13951 `tramp-remote-shell-args' entries.
13952 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
13953 (tramp-sh-handle-shell-command): Remove.
13954 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
13955 Use `tramp-remote-shell'.
13956
2784c434
CY
139572011-09-03 Chong Yidong <cyd@stupidchicken.com>
13958
393a301e 13959 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
13960 (sendmail-query-once): Save directly to send-mail-function.
13961 Update message-send-mail-function too.
13962
13963 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
13964
464cdf56
CS
139652011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
13966
13967 * progmodes/python.el (python-mode-map): Use correct function to
13968 start python interpreter from menu-bar (as reported by Geert
13969 Kloosterman).
13970 (inferior-python-mode-map): Fix typo.
393a301e 13971 (python-shell-map): Remove.
464cdf56 13972
d37e5c87
DD
139732011-09-03 Deniz Dogan <deniz@dogan.se>
13974
13975 * net/rcirc.el (rcirc-print): Simplify code for
13976 rcirc-scroll-show-maximum-output. There is no need to walk
13977 through all windows to find the right one.
13978
f3ada0ee
CS
139792011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
13980
13981 * help.el (help-return-method): Doc fix.
13982
1f3c99ca
MR
139832011-09-03 Martin Rudalics <rudalics@gmx.at>
13984
13985 * window.el (window-deletable-p): Don't return a non-nil value
13986 when there's a buffer that was shown in the window before.
13987 (Bug#9419)
393a301e
SM
13988 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
13989 Set window's previous buffers to nil.
1f3c99ca 13990
a3cf097f
EZ
139912011-09-03 Eli Zaretskii <eliz@gnu.org>
13992
13993 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
13994 newline before and after the tag line, so it doesn't interfere
13995 with determining the paragraph direction of bidirectional text.
13996
3d03de90
LL
139972011-09-03 Leo Liu <sdl.web@gmail.com>
13998
13999 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
14000
c3313451
CY
140012011-09-02 Chong Yidong <cyd@stupidchicken.com>
14002
393a301e 14003 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
14004 (pop-to-buffer): Change interactive spec. Pass second argument
14005 directly to display-buffer.
14006 (display-buffer): Fix interactive spec. Use functionp to
14007 distinguish between a function and a list of functions.
14008
14009 * abbrev.el (edit-abbrevs):
14010 * arc-mode.el (archive-extract):
14011 * autoinsert.el (auto-insert):
14012 * bookmark.el (bookmark-bmenu-list):
14013 * files.el (find-file):
14014 * view.el (view-buffer):
14015 * progmodes/compile.el (compilation-goto-locus):
14016 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
14017
89894cd8
CY
140182011-09-02 Chong Yidong <cyd@stupidchicken.com>
14019
14020 * window.el (display-buffer-alist): Doc fix.
14021 (display-buffer): Add docstring. Don't treat
14022 display-buffer-default specially.
14023 (display-buffer-reuse-selected-window)
14024 (display-buffer-same-window, display-buffer-maybe-same-window)
14025 (display-buffer-reuse-window, display-buffer-pop-up-frame)
14026 (display-buffer-pop-up-window)
14027 (display-buffer-reuse-or-pop-window)
14028 (display-buffer-use-some-window): New functions.
14029 (display-buffer-default-action): Use them.
393a301e 14030 (display-buffer-default): Delete.
89894cd8
CY
14031 (pop-to-buffer-1): Fix choice of actions.
14032
ae0bc9fb
SM
140332011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
14034
14035 * minibuffer.el (completion--insert-strings): Don't get confused by
14036 completion entries that end with an LF char.
14037
e9d90883
EZ
140382011-09-01 Eli Zaretskii <eliz@gnu.org>
14039
14040 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
14041
437014c8
CY
140422011-09-01 Chong Yidong <cyd@stupidchicken.com>
14043
14044 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
14045 (display-buffer-same-window, display-buffer-other-window):
14046 New functions.
437014c8
CY
14047 (pop-to-buffer-1): New function. Use the above.
14048 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 14049 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
14050
14051 * view.el (view-buffer-other-window, view-buffer-other-frame):
14052 Just use pop-to-buffer.
14053
a5e063d5
TV
140542011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14055
14056 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
14057
793d32bb
WH
140582011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
14059
14060 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
14061
d65e4c15
RS
140622011-08-31 Richard Stallman <rms@gnu.org>
14063
14064 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
14065 of the separation of rmail-view-buffer from rmail-buffer.
14066 If you say no to "replace original", the decrypt is in the
14067 view buffer. If you say yes, the decrypt goes into the
14068 rmail buffer also.
14069
f818cd2a
MR
140702011-08-31 Martin Rudalics <rudalics@gmx.at>
14071
14072 * window.el (display-buffer-window): Rewrite doc-string.
14073 (display-buffer-record-window): New function.
14074 (display-buffer-macro-specifiers)
14075 (display-buffer-even-window-sizes, display-buffer-set-height)
14076 (display-buffer-set-width, display-buffer-in-window)
14077 (display-buffer-reuse-window, display-buffer-split-specifiers)
14078 (display-buffer-side-specifiers, display-buffer-split-window-1)
14079 (display-buffer-split-window, display-buffer-split-atom-window)
14080 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
14081 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
14082 (display-buffer-other-window-means-other-frame)
14083 (display-buffer-normalize-special)
14084 (display-buffer-normalize-default)
14085 (display-buffer-normalize-argument)
14086 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
14087 (display-buffer-normalize-specifiers, display-buffer-frame)
14088 (display-buffer-same-window, display-buffer-same-frame)
14089 (display-buffer-other-window)
14090 (display-buffer-same-frame-other-window)
14091 (display-buffer-other-frame, pop-to-buffer-same-window)
14092 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
14093 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
14094 (switch-to-buffer-same-frame)
14095 (switch-to-buffer-other-window-same-frame)
14096 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
14097 (display-buffer-alist-set-1, display-buffer-alist-set-2)
14098 (display-buffer-alist-set): Remove.
14099 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
14100 (special-display-regexps, special-display-function):
14101 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
14102 parameter.
14103 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
14104 (special-display-frame-alist, special-display-popup-frame)
14105 (same-window-buffer-names, same-window-regexps, same-window-p)
14106 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
14107 (split-window-preferred-function, split-height-threshold)
14108 (split-width-threshold, window-splittable-p)
14109 (split-window-sensibly, window--try-to-split-window)
14110 (window--frame-usable-p, even-window-heights)
14111 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
14112 (window--display-buffer-2, display-buffer-other-frame):
14113 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
14114 (display-buffer-default, display-buffer-assq-regexp): New functions.
14115 (display-buffer-alist): Rewrite doc-string.
14116 (display-buffer-default-action)
14117 (display-buffer-overriding-action): New variables.
14118 (display-buffer, switch-to-buffer): Rewrite.
14119 (pop-to-buffer): Restore Emacs 23 behavior but use
14120 window-normalize-buffer-to-display.
14121 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
14122 Restore Emacs 23 behavior but use
14123 window-normalize-buffer-to-switch-to.
14124 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
14125 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
14126 Rewrite using Emacs 23 options.
f818cd2a 14127
5bc3b51d
MA
141282011-08-31 Michael Albinus <michael.albinus@gmx.de>
14129
14130 * net/tramp.el (tramp-root-regexp): Remove.
14131 (tramp-completion-file-name-regexp-unified)
14132 (tramp-completion-file-name-regexp-separate)
14133 (tramp-completion-file-name-regexp-url): Don't use leading volume
b46a6a83 14134 letter on w32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
14135 (tramp-drop-volume-letter): Simplify definition.
14136 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 14137
b1a4f8e1
SM
141382011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
14139
14140 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
14141 (bug#9356).
14142
5664fa7b
RT
141432011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
14144
b1a4f8e1 14145 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 14146
9a45d6c3
JL
141472011-08-29 Juri Linkov <juri@jurta.org>
14148
14149 * isearch.el (isearch-done): Don't display message "Mark saved"
14150 when arg `edit' is non-nil to prevent its flicker in the echo area.
14151
fb87e0fb
CY
141522011-08-28 Chong Yidong <cyd@stupidchicken.com>
14153
14154 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
14155 obsolete packages for deletion.
14156
09ac1c2a
CS
141572011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
14158
14159 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 14160 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
14161 view-mode from help-mode.
14162 (help-xref-override-view-map): Remove.
14163 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
14164 view-mode is not used anymore.
14165
7a1ff57f
CY
141662011-08-28 Chong Yidong <cyd@stupidchicken.com>
14167
14168 * server.el (server-port): Doc fix.
14169
b9696605
CY
14170 * cus-theme.el (custom-theme-choose-mode): Inherit from
14171 special-mode (Bug#9124).
14172 (custom-theme-choose-mode-map): Add special-mode to parent.
14173
ef8cdf8c
AM
141742011-08-28 Alan Mackenzie <acm@muc.de>
14175
14176 * progmodes/cc-fonts.el
14177 (c-make-font-lock-BO-decl-search-function): New function.
14178 (c-basic-matchers-after - "Fontify the clauses after various
14179 keywords"): Extract the three keyword lists for the 3 erroneous
14180 constructs from the list of four, and use the new function above
14181 in place of an old one.
14182
27de4e20
DD
141832011-08-28 Deniz Dogan <deniz@dogan.se>
14184
14185 * net/rcirc.el (rcirc-insert-prev-input)
14186 (rcirc-insert-next-input): Remove unused argument.
14187
356a3681
SM
141882011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14189
14190 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
14191
3fc9b218
AM
141922011-08-27 Alan Mackenzie <acm@muc.de>
14193
14194 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
14195 handle function pointer parameters properly.
14196
538a061c
MR
141972011-08-27 Martin Rudalics <rudalics@gmx.at>
14198
14199 * window.el (display-buffer-reuse-window): Fix case where
14200 selected window was reused with non-nil OTHER-WINDOW argument.
14201 (Bug#9381)
14202
35b1c40c
DD
142032011-08-27 Deniz Dogan <deniz@dogan.se>
14204
14205 * net/rcirc.el (rcirc-check-auth-status): Adding support for
14206 oftc's NickServ messages.
14207
2f6a3e79
GM
142082011-08-27 Glenn Morris <rgm@gnu.org>
14209
14210 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
14211
7254299e
CY
142122011-08-26 Chong Yidong <cyd@stupidchicken.com>
14213
14214 * emacs-lisp/package.el (package-install): Call package-initialize
14215 if called interactively.
14216
f8ccf167
LL
142172011-08-26 Leo Liu <sdl.web@gmail.com>
14218
14219 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
14220
3e8cd5ce
JL
142212011-08-25 Juri Linkov <juri@jurta.org>
14222
14223 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
14224 `search-whitespace-regexp' (bug#9364).
14225
93eb7113
JL
142262011-08-25 Juri Linkov <juri@jurta.org>
14227
14228 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
14229 `regexp-search-ring' to their global values to protect from
14230 updating by `read-from-minibuffer' (bug#9185).
14231
f65d1611
JL
142322011-08-25 Juri Linkov <juri@jurta.org>
14233
14234 * textmodes/ispell.el (ispell-command-loop): Add newline
14235 at the end of the "Use option `i'..." line.
14236
f1cf7a31
JL
142372011-08-25 Juri Linkov <juri@jurta.org>
14238
14239 * battery.el (display-battery-mode): If `battery-status-function'
14240 or `battery-mode-line-format' is nil, display the message and set
14241 `display-battery-mode' to nil (bug#9363).
14242
0c95fcf7
EZ
142432011-08-25 Eli Zaretskii <eliz@gnu.org>
14244
14245 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
14246 bidi-string-mark-left-to-right; they are unnecessary now.
14247
a2ebe600
DD
142482011-08-25 Deniz Dogan <deniz@dogan.se>
14249
14250 * net/quickurl.el: Documentation typo fixes.
14251
e4ed06f1
CY
142522011-08-25 Chong Yidong <cyd@stupidchicken.com>
14253
14254 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
14255
e5f1c99e
GM
142562011-08-25 Glenn Morris <rgm@gnu.org>
14257
b2948976
GM
14258 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
14259
e5f1c99e
GM
14260 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
14261 (smtpmail-via-smtp): Handle nil response from smtp.
14262
f22f4808
JL
142632011-08-24 Juri Linkov <juri@jurta.org>
14264
14265 * proced.el (proced-marked): Inherit from `error' instead of
14266 `font-lock-warning-face'.
14267
14268 * ibuffer.el (ibuffer-marked-face): Change default face from
14269 `font-lock-warning-face' to `warning'.
14270 (ibuffer-deletion-face): Change default face from
14271 `font-lock-type-face' to `error'.
14272
14273 * battery.el (battery-update): Use the face `error' instead of
14274 `font-lock-warning-face' (bug#6117).
14275
6a93965e
JL
142762011-08-24 Juri Linkov <juri@jurta.org>
14277
14278 * faces.el (success): Change face color from "Green3" to
14279 "ForestGreen" on light background (bug#9353).
14280
1ed43b09
CY
142812011-08-24 Chong Yidong <cyd@stupidchicken.com>
14282
5664fa7b
RT
14283 * window.el (quit-window): Rename from quit-restore-window.
14284 Use same arglist as old quit-window.
1ed43b09
CY
14285 (frame-auto-delete): Doc fix.
14286
14287 * view.el (view-mode-exit): Use quit-window.
14288
11dcdbb2
JL
142892011-08-24 Juri Linkov <juri@jurta.org>
14290
14291 * isearch.el (isearch-ring-adjust1): Start visiting previous
14292 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
14293 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
14294 for empty search string (when the last search string is reused
14295 automatically) to adjust the isearch ring to the last element and
14296 prepare the correct index for further M-p commands (bug#9185).
14297
de62b4df
KH
142982011-08-24 Kenichi Handa <handa@m17n.org>
14299
14300 * international/ucs-normalize.el: If decomposition property of
14301 CHAR is the default one (i.e. a list of CHAR itself), treat it as
14302 nil.
14303 (nfd, nfkd): Likewise.
14304
963b492b
SM
143052011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
14306
14307 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
14308 from process filters aren't reliably transmitted to the surrounding
14309 accept-process-output.
14310 (mpc-proc-check): New function.
14311 (mpc-proc-sync): Use it (bug#8293)
14312
93b6b5e1
SM
143132011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14314
14315 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
14316 Add compatibility functions (bug#9313).
14317
bca633fb
EZ
143182011-08-23 Eli Zaretskii <eliz@gnu.org>
14319
b177498a
EZ
14320 * cus-start.el (all): Add entry for bidi-paragraph-direction.
14321
6df6ae42 14322 * international/uni-bidi.el: Regenerate.
bca633fb 14323
0902a04e
KH
143242011-08-23 Kenichi Handa <handa@m17n.org>
14325
14326 * international/charprop.el:
14327 * international/uni-bidi.el:
14328 * international/uni-category.el:
14329 * international/uni-combining.el:
14330 * international/uni-comment.el:
14331 * international/uni-decimal.el:
14332 * international/uni-decomposition.el:
14333 * international/uni-digit.el:
14334 * international/uni-lowercase.el:
14335 * international/uni-mirrored.el:
14336 * international/uni-name.el:
14337 * international/uni-numeric.el:
14338 * international/uni-old-name.el:
14339 * international/uni-titlecase.el:
14340 * international/uni-uppercase.el: Regenerate.
14341
3bbf23bc
MR
143422011-08-23 Martin Rudalics <rudalics@gmx.at>
14343
14344 * help.el (help-window-setup): Fix message displayed when other
14345 window is reused. (Bug#9341)
14346
b3fd59bd
SM
143472011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14348
1802e444
SM
14349 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
14350 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
14351
b3fd59bd
SM
14352 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
14353 Mark obsolete.
14354 * shell.el (shell-parse-pcomplete-arguments): New function.
14355 (shell-completion-vars): Use it instead (bug#9160).
14356
4eb61348
SM
143572011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
14358
867cab74
SM
14359 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
14360 strings and comments (bug#9333).
14361
4eb61348
SM
14362 * emacs-lisp/debug.el (debug-arglist): New function.
14363 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
14364 (debug-on-entry-1): Handle interpreted closures (bug#9120).
14365
262a1439
JL
143662011-08-22 Juri Linkov <juri@jurta.org>
14367
56ee679c
JL
14368 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14369 Revert regexp that highlights output switches to its old
14370 pre-2010-10-28 value and remove one `?' from it (bug#9319).
14371
262a1439
JL
14372 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
14373 to check for empty output (bug#9226).
14374
f13f86fb
CY
143752011-08-22 Chong Yidong <cyd@stupidchicken.com>
14376
14377 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
14378 symbol-constituent as the default, as that stops font-lock from
14379 working properly (Bug#8843).
14380
c65c9622
LMI
143812011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14382
14383 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
14384 `coding-system-for-*' around the process open call to avoid
14385 auth-source side effects.
e7f2c178 14386 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
14387 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
14388 probe hangs.
c65c9622 14389
23a8a5ab
CY
143902011-08-21 Chong Yidong <cyd@stupidchicken.com>
14391
ff98b2dd
CY
14392 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
14393
23a8a5ab
CY
14394 * emacs-lisp/find-func.el (find-function-noselect): New arg
14395 lisp-only.
14396
14397 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
14398 signal an error for built-in functions (Bug#6664).
14399
f5e3c598
LMI
144002011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14401
14402 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
14403 (smtpmail-try-auth-methods): Use it.
14404
a3f2468a
CY
144052011-08-21 Chong Yidong <cyd@stupidchicken.com>
14406
2c34e8da
CY
14407 * font-lock.el (font-lock-fontify-region)
14408 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
14409 (font-lock-default-unfontify-buffer)
14410 (font-lock-default-fontify-region)
14411 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
14412
b3fd59bd
SM
14413 * progmodes/compile.el (compilation-error-properties):
14414 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
14415 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
14416 `ant' regexp.
ee31aabc 14417
a3f2468a
CY
14418 * net/browse-url.el (browse-url-firefox): Don't call
14419 browse-url-firefox-sentinel unless using -remote (Bug#9328).
14420
8e999f70
GM
144212011-08-20 Glenn Morris <rgm@gnu.org>
14422
c21a496a
GM
14423 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
14424
59ee0542
GM
14425 * tutorial.el (tutorial--default-keys): Update some default bindings.
14426
8e999f70
GM
14427 * files.el (hack-local-variables): Fully ignore case for "mode:".
14428
e3715033
AM
144292011-08-20 Alan Mackenzie <acm@muc.de>
14430
14431 Resolve invalid use of a regexp in regexp-opt.
14432
4d61f28d
JB
14433 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
14434 detection for a java annotation.
e3715033 14435
4d61f28d 14436 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
14437 detection for a java annotation.
14438
4d61f28d
JB
14439 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
14440 handling for java.
e3715033
AM
14441 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
14442
04ed2e9c
CY
144432011-08-20 Chong Yidong <cyd@stupidchicken.com>
14444
14445 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
14446 (Bug#9274).
14447
826cee64
AM
144482011-08-20 Alan Mackenzie <acm@muc.de>
14449
58179cce 14450 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
14451 such a construct. Mainly for when jit-lock etc. starts a chunk
14452 here.
14453
58179cce 14454 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 14455 variable.
58179cce 14456 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
14457 c-make-font-lock-search-function.
14458 (c-make-font-lock-search-function): Use the above function.
14459 (c-make-font-lock-context-search-function): New function.
14460 (c-cpp-matchers): Enhance the preprocessor expression case with
14461 the above function
14462 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
14463 which takes an expression.
14464
14465 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
14466
13009bd8
MR
144672011-08-20 Martin Rudalics <rudalics@gmx.at>
14468
14469 * window.el (display-buffer-reuse-window)
14470 (display-buffer-pop-up-window): Don't reuse or split a side
14471 window.
14472
9234ff7f
GM
144732011-08-19 Glenn Morris <rgm@gnu.org>
14474
14475 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 14476 Downcase "Mode:". (Bug#9331)
9234ff7f 14477
f635daa1
CY
144782011-08-18 Chong Yidong <cyd@stupidchicken.com>
14479
14480 * international/characters.el: Add L and R categories.
14481
14482 * subr.el (bidi-string-mark-left-to-right): Rename from
14483 string-mark-left-to-right. Use category search.
14484
14485 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
14486
bc987f8b
JL
144872011-08-18 Juri Linkov <juri@jurta.org>
14488
14489 * faces.el (error, warning, success): New faces with definitions
14490 copied from old default values of `font-lock-warning-face',
14491 `compilation-warning', `compilation-info' (bug#6117).
14492
14493 * font-lock.el (font-lock-warning-face): Inherit from `error'.
14494
14495 * progmodes/compile.el (compilation-error): Inherit from `error'.
14496 (compilation-warning): Inherit from `warning'.
14497 (compilation-info): Inherit from `success'.
14498
14499 * dired.el (dired-marked): Inherit from `warning'.
14500 (dired-flagged): Inherit from `error'.
14501
57173b96
LMI
145022011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14503
3e79eb87
LMI
14504 * mail/smtpmail.el (auth-source): Require to avoid problems with
14505 binding variables (bug#9298). Also clean up some unused
14506 autoloads.
14507
b3fd59bd
SM
14508 * net/network-stream.el (network-stream-open-starttls):
14509 Support using starttls.el without using gnutls-cli.
57173b96 14510
02b404de
JL
145112011-08-17 Juri Linkov <juri@jurta.org>
14512
14513 * progmodes/grep.el (rgrep): Handle the case when
14514 `grep-find-command' is a cons cell (bug#9278).
14515
8c9177f2
MR
145162011-08-17 Martin Rudalics <rudalics@gmx.at>
14517
14518 * window.el (display-buffer-pop-up-frame): Run frame creation
14519 function with BUFFER current (as special-display-popup-frame
14520 does). Reported by Drew Adams.
14521
3644a0ab
DU
145222011-08-17 Daiki Ueno <ueno@unixuser.org>
14523
14524 * epa-mail.el: Simplify GnuPG group expansion using
14525 epg-expand-group.
14526 (epa-mail-group-alist, epa-mail-group-modtime)
14527 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
14528 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
14529 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
14530 Remove.
14531
5e617bc2 145322011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
14533
14534 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
14535
9c4aeabf
AM
145362011-08-16 Alan Mackenzie <acm@muc.de>
14537
14538 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
14539 Correct, to avoid the inside of macros.
14540
3a99bf64
RS
145412011-08-16 Richard Stallman <rms@gnu.org>
14542
04963aa8
RS
14543 * epa-mail.el: Handle GnuPG group definitions.
14544 (epa-mail-group-alist, epa-mail-group-modtime)
14545 (epa-mail-gnupg-conf-file): New variables.
14546 (epa-mail-parse-groups, epa-mail-sync-groups)
14547 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
14548 (epa-mail-expand-recipients): New functions.
14549 (epa-mail-encrypt): Call epa-mail-expand-recipients.
14550
177549d0
RS
14551 * mail/rmail.el (rmail-epa-decrypt): New command.
14552
fe38beef
RS
14553 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
14554 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
14555 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
14556 (epa-decrypt-armor-in-region): Make error message clearer.
14557
934eacb9
SM
145582011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
14559
14560 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
14561 and "a2b" to "ab" for `prefix'.
14562
d024fb4e
CY
145632011-08-14 Chong Yidong <cyd@stupidchicken.com>
14564
14565 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
14566 filter groups.
de148fee
CY
14567 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
14568 Fourquet (Bug#8804).
d024fb4e 14569
62f1ca49
JB
145702011-08-12 Juanma Barranquero <lekktu@gmail.com>
14571
14572 * startup.el (argi): Declare as global variable (bug#9275).
14573
9ccaaa4b
CY
145742011-08-12 Chong Yidong <cyd@stupidchicken.com>
14575
14576 * subr.el (string-mark-left-to-right): Search the entire string
14577 for RTL script, not just the terminating character. Doc fix.
14578
a3dae87a
SM
145792011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
14580
6cd18349
SM
14581 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
14582 New function.
14583 (js--regexp-literal, js-syntax-propertize-function): Remove.
14584 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
14585 (js-mode-map): Don't rebind electric keys.
14586 (js-insert-and-indent): Remove.
14587 (js-mode): Setup electric-layout and electric-indent instead.
14588
a3dae87a
SM
14589 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
14590
9d5cb631
DU
145912011-08-12 Daiki Ueno <ueno@unixuser.org>
14592
14593 * epa.el (epa-progress-callback-function): Fix the logic of
14594 displaying progress.
14595 * epa-file.el (epa-file-insert-file-contents): Make progress
14596 display more user-friendly.
14597 (epa-file-write-region): Ditto.
14598
3e26a4a2
CY
145992011-08-10 Chong Yidong <cyd@stupidchicken.com>
14600
14601 * subr.el (string-mark-left-to-right): New function.
14602
14603 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
14604 Use string-mark-left-to-right.
14605 (list-buffers-noselect): Caller changed.
14606
a3dae87a
SM
14607 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
14608 Use string-mark-left-to-right.
3e26a4a2
CY
14609 (tabulated-list-print): Recenter after moving point.
14610
ac8cf6e6
JL
146112011-08-10 Juri Linkov <juri@jurta.org>
14612
14613 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
14614 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
14615 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
14616
8d96c9a4
CY
146172011-08-09 Chong Yidong <cyd@stupidchicken.com>
14618
14619 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
14620 (Bug#7554).
14621
7be1c708 146222011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
14623
14624 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
14625 character. (Bug#6594)
14626
37e11a63
CY
146272011-08-08 Chong Yidong <cyd@stupidchicken.com>
14628
839dde57
CY
14629 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
14630 (image-dired--with-db-file): New macro.
14631 (image-dired-write-tags, image-dired-remove-tag)
14632 (image-dired-create-gallery-lists, image-dired-write-comments)
14633 (image-dired-get-comment, image-dired-mark-tagged-files)
14634 (image-dired-list-tags, image-dired-gallery-generate): Use it.
14635 (image-dired-gallery-generate): Use insert-file-contents.
14636
37e11a63
CY
14637 * time.el (display-time-world-list, display-time-world-display):
14638 * time-stamp.el (time-stamp-string):
14639 * vc/add-log.el (add-change-log-entry): Use setenv instead of
14640 set-time-zone-rule (Bug#7337).
14641
0b4946c4
DU
146422011-08-08 Daiki Ueno <ueno@unixuser.org>
14643
14644 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
14645 (epg-error-to-string, epg-errors-to-string): New function.
14646 (epg-wait-for-completion): Reverse errors list.
14647 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
14648 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
14649 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
14650 (epg-sign-keys, epg-generate-key-from-file)
14651 (epg-generate-key-from-string): Format errors by using
14652 epg-errors-to-string (bug#9255).
14653 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
14654
75bfc667
JL
146552011-08-07 Juri Linkov <juri@jurta.org>
14656
14657 * faces.el (list-faces-display): Remove extra angle bracket
14658 from `help-mode-map'.
14659
14660 * info.el (Info-history-toc-nodes): Doc fix.
14661
14662 * longlines.el (longlines-mode): Doc fix.
14663
673e08bb
SM
146642011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
14665
4640dd88
SM
14666 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
14667 of statements and in a few more cases (bug#9183).
14668
673e08bb
SM
14669 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
14670 New functions.
14671 (cl-transform-lambda): Use them (bug#9239).
14672
89b3f019
MR
146732011-08-05 Martin Rudalics <rudalics@gmx.at>
14674
14675 * window.el (display-buffer-same-window)
14676 (display-buffer-same-frame, display-buffer-other-window)
14677 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
14678 (pop-to-buffer-other-window)
14679 (pop-to-buffer-same-frame-other-window)
14680 (pop-to-buffer-other-frame): Make them defuns.
14681 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
14682
640c8776
SM
146832011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
14684
14685 * subr.el (make-composed-keymap): Move from C. Change calling
14686 convention, and improve docstring to bring attention to a subtle point.
14687 * minibuffer.el (completing-read-default): Adjust accordingly.
14688
63648a95
MA
146892011-08-03 Michael Albinus <michael.albinus@gmx.de>
14690
14691 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
14692 (tramp-open-shell): Use `tramp-shell-quote-argument'.
14693
14694 * net/trampver.el: Update release number.
14695
b796c9b7
SM
146962011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
14697
14698 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
14699 "in" (bug#9190).
14700
2239d7d5
LMI
147012011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14702
e07dd7c3
LMI
14703 * mail/sendmail.el (sendmail-query-once): Restore the current
14704 buffer after querying (bug#9074).
14705
0e6a2bd7
LMI
14706 * dired.el (dired-flagged): Use different faces for marked and
14707 flagged files (bug#6117).
14708
ce887515
LMI
14709 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
14710 (bug#4433).
14711
92f2affc
LMI
14712 * ido.el (ido-mode): Switch off the message if called
14713 non-interactively.
14714
57d5aff0
LMI
14715 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
14716 before 587, since it appears that that's more likely to work for
14717 more people.
14718
98cd6c18 14719 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 14720 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
14721 exist.
14722
b96dec83
LMI
14723 * info.el: Remove the `Info-beginning-of-buffer' function
14724 (bug#8325).
14725
b796c9b7
SM
14726 * net/network-stream.el (network-stream-open-starttls):
14727 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 14728
d90e2ea0
MR
147292011-08-01 Martin Rudalics <rudalics@gmx.at>
14730
14731 * window.el (display-buffer-in-window): Don't set dedicated status
14732 of window here (Bug#9215).
14733 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
14734 (display-buffer-pop-up-side-window)
b796c9b7 14735 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 14736
cca09170
SM
147372011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
14738
14739 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
14740 before binding generated-autoload-file.
14741
027b979c
DD
147422011-08-01 Deniz Dogan <deniz@dogan.se>
14743
14744 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
14745
3c7ee4f3
MA
147462011-07-30 Michael Albinus <michael.albinus@gmx.de>
14747
14748 Sync with Tramp 2.2.2.
14749
14750 * net/trampver.el: Update release number.
14751
2cc8e51a
JL
147522011-07-30 Juri Linkov <juri@jurta.org>
14753
14754 * dired-aux.el (dired-touch-initial): Remove function.
14755 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
14756 current time, and `default' to the last modification time of the
14757 current marked file (bug#6887).
14758
a514d856
JM
147592011-07-28 Jose E. Marchesi <jemarch@gnu.org>
14760
14761 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 14762 numeric argument to read-number (bug#9163).
a514d856 14763
8a7eddd7
MA
147642011-07-27 Michael Albinus <michael.albinus@gmx.de>
14765
14766 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
14767 connection process, it could be nil.
14768
1ddd96f5
LL
147692011-07-27 Leo Liu <sdl.web@gmail.com>
14770
14771 Simplify url handling in rcirc-mode.
14772
14773 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
14774 (rcirc-browse-url-at-mouse): Remove.
14775 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
14776
b248a85d
AM
147772011-07-26 Alan Mackenzie <acm@muc.de>
14778
14779 Fontify bitfield declarations properly.
14780
14781 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
14782 (c-symbol-chars): Now exported as a lang variable.
14783 (c-not-primitive-type-keywords): New lang variable.
14784
14785 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
14786 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 14787 parsed as a bitfield declaration.
b248a85d 14788
b796c9b7
SM
14789 * progmodes/cc-engine.el (c-beginning-of-statement-1):
14790 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
14791 (c-punctuation-in): New function.
14792 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
14793 declarations properly.
14794
68575ab0
UJ
147952011-07-26 Ulf Jasper <ulf.jasper@web.de>
14796
14797 * calendar/icalendar.el (icalendar--all-events): Take care of
14798 multiple vcalendars in a single file.
b796c9b7 14799 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 14800
0f0a88b9
DD
148012011-07-25 Deniz Dogan <deniz@dogan.se>
14802
14803 * image.el (insert-image): Clarifying docstring.
14804
0b3f36df
MA
148052011-07-24 Michael Albinus <michael.albinus@gmx.de>
14806
14807 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
14808 `tramp-send-command-and-check' if there is no error.
14809 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
14810
a9901f61
AM
148112011-07-22 Alan Mackenzie <acm@muc.de>
14812
14813 Prevent cc-langs.elc being loaded at run time.
14814
14815 * progmodes/cc-mode.el: Remove two autoload forms which loaded
14816 cc-langs.
14817
4d61f28d 14818 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
14819 "(require 'cc-langs)". Quote a form so it will evaluate at
14820 (cc-mode's) compilation time.
14821
11d074b2
MA
148222011-07-22 Michael Albinus <michael.albinus@gmx.de>
14823
14824 * net/tramp.el (tramp-file-name-handler): Avoid recursive
14825 loading. (Bug#9114)
14826
938b94c8
MR
148272011-07-21 Martin Rudalics <rudalics@gmx.at>
14828
14829 * window.el (display-buffer-pop-up-window)
14830 (display-buffer-pop-up-side-window)
14831 (display-buffer-in-side-window): Call display-buffer-set-height
14832 and display-buffer-set-width after setting the new window's
b796c9b7 14833 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 14834
bfa4f190
SS
148352011-07-20 Sam Steingold <sds@gnu.org>
14836
14837 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
14838 (etags-tags-included-tables): Call `convert-standard-filename' on
14839 the file names contained in TAGS so that windows Emacs can handle
14840 TAGS files created by cygwin ctags.
14841
8ca42262
LMI
148422011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
14843
14844 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
14845 which apparently didn't work.
14846
5db2afd2 148472011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 14848
5db2afd2
RW
14849 * proced.el (proced-send-signal): For *Marked Processes* buffer
14850 put point at beginning of buffer.
14851
92e15d10
SB
148522011-07-19 Stephen Berman <stephen.berman@gmx.net>
14853
14854 * proced.el (proced-format): Make header lines align with the text
14855 (bug#1779).
14856
1bfd59e5
LMI
148572011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
14858
14859 * view.el (view-buffer): Allow running in `special' modes if we're
14860 visiting a file (bug#8615).
14861
f5aae37c
MR
148622011-07-19 Martin Rudalics <rudalics@gmx.at>
14863
14864 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
14865 (display-buffer-alist-set-1, display-buffer-alist-set-2):
14866 New functions.
f5aae37c
MR
14867 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
14868 more accurately.
14869
bf2c1571
AM
148702011-07-18 Alan Mackenzie <acm@muc.de>
14871
14872 Fontify declarators properly when, e.g., a jit-lock chunk begins
14873 inside a declaration.
14874
14875 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
14876
b796c9b7
SM
14877 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
14878 New function.
bf2c1571
AM
14879 (c-complex-decl-matchers): Insert reference to
14880 c-font-lock-enclosing-decls.
14881
14882 * progmodes/cc-engine.el (c-backward-single-comment):
14883 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
14884 to nil around calls to (forward-comment -1).
14885
4e190b80
LMI
148862011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14887
12dc863d
LMI
14888 * image.el (put-image): Doc typo fix.
14889
a762e966
LMI
14890 * progmodes/etags.el (tags-search): Doc typo fix.
14891
4e190b80
LMI
14892 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
14893 password if we get errors 550 to 554.
14894
f019fb21
LMI
148952011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
14896
b796c9b7 14897 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 14898
81746738
LMI
14899 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
14900 indentation character (bug#6380).
14901
3ee3a1b5
LMI
14902 * files.el (buffer-offer-save): Made permanently local (bug#6241).
14903
c82f64de
LMI
14904 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
14905 to clarify what the problem is (bug#4291).
14906
f019fb21
LMI
14907 * simple.el (current-kill): Clarify what
14908 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
14909 (auto-fill-mode): Document `auto-fill-function' in relation to
14910 `auto-fill-mode' (bug#2470).
f019fb21 14911
0794775d
LM
149122011-07-16 Lawrence Mitchell <wence@gmx.li>
14913
14914 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
14915 method if slot is read-only (bug#9035).
14916
be39b8cc
MR
149172011-07-16 Martin Rudalics <rudalics@gmx.at>
14918
b796c9b7 14919 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 14920 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
14921 selected before, see discussion of (Bug#8615), (Bug#6954).
14922 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 14923
6ccf7859
GM
149242011-07-15 Glenn Morris <rgm@gnu.org>
14925
14926 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 14927 Respect help-form.
6ccf7859 14928
87e86684
LM
149292011-07-09 Lawrence Mitchell <wence@gmx.li>
14930
14931 * net/gnutls.el (gnutls-min-prime-bits): New variable.
14932 (gnutls-negotiate): Use it.
14933
d6066239
LMI
149342011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
14935
b796c9b7
SM
14936 * net/gnutls.el (gnutls-negotiate):
14937 Upcase `gnutls-algorithm-priority'.
d6066239 14938
bd23ebc0
GM
149392011-07-15 Glenn Morris <rgm@gnu.org>
14940
c65bca65
GM
14941 * jka-compr.el (jka-compr-verbose): Move from here...
14942 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
14943 Add missing :version tag.
14944 * info.el: No need to require jka-compr when compiling.
bd23ebc0 14945
478615cc
LMI
149462011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
14947
7b41decb
LMI
14948 * net/gnutls.el (gnutls-algorithm-priority): New variable.
14949 (gnutls-negotiate): Use it.
14950
dbc44fcd
LMI
14951 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
14952
06789f97
LMI
14953 * info.el (Info-beginning-of-buffer): New command.
14954 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
14955 announcing `b' as the key (bug#8325).
ab896c37 14956 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 14957
c39da690
LMI
14958 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
14959
3aa5f34b
LMI
14960 * international/mule-cmds.el
14961 (describe-specified-language-support): Make the error message
14962 clearer (bug#8905).
14963
4bf0979f
LMI
14964 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
14965
478615cc
LMI
14966 * isearch.el (isearch-barrier): Add a doc string, since it's
14967 mentioned in a function doc string (bug#8678).
14968
75c68aa1
MR
149692011-07-15 Martin Rudalics <rudalics@gmx.at>
14970
14971 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
14972 buffer argument (Bug#9083) and self-identifying label argument.
14973
a7c33da2
GM
149742011-07-15 Glenn Morris <rgm@gnu.org>
14975
14976 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
14977
2f5c6024
LMI
149782011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
14979
14980 * man.el (Man-fontify-manpage): Fix message when formatting the
14981 man page (bug#7929).
14982
0bb23927 149832011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
14984
14985 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
14986 argument LRM; if non-nil, append an invisible LRM character to the
14987 buffer name.
14988 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
14989 last argument non-nil, when formatting buffer names.
0bb23927
EZ
14990 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
14991 paragraph direction.
cce4b0a7 14992
621ef9ab
LMI
149932011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
14994
d1583c48
LMI
14995 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
14996 the man page name (bug#7929).
14997
6a57fb5f
LMI
14998 * image.el (put-image): Mention the `put-image' overlay property
14999 (bug#7834).
15000
d7956b14
LMI
15001 * scroll-bar.el (set-scroll-bar-mode): Mention that
15002 `scroll-bar-mode' lists the values (bug#7772).
15003
5b2d4a66
LMI
15004 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
15005 command (bug#7729).
15006
7509a874
LMI
15007 * rect.el (apply-on-rectangle): Return the point after the last
15008 operation.
15009 (string-rectangle): Go to the point after the last operation
15010 (bug#7522).
15011
4fe74b19
LMI
15012 * printing.el (pr-toggle-region): Clarify the documentation
15013 slightly (bug#7493).
15014
b796c9b7
SM
15015 * time.el (display-time-update):
15016 Allow `display-time-mail-function' to return nil (bug#7158).
15017 Fix suggested by Detlev Zundel.
ab283561 15018
fc233c9d
LMI
15019 * vc/diff.el (diff): Clarify the order the file names are read
15020 (bug#7111).
15021
43f5740b
LMI
15022 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
15023 the doc string (bug#7015).
15024
f2182a76
LMI
15025 * font-lock.el (font-lock-maximum-decoration): Mention what
15026 numeric levels mean (bug#6935).
15027
621ef9ab
LMI
15028 * startup.el (initial-buffer-choice): Don't mention the `none'
15029 selection, which is against policy.
15030
adc47434
MR
150312011-07-14 Martin Rudalics <rudalics@gmx.at>
15032
b796c9b7
SM
15033 * window.el (display-buffer-normalize-special):
15034 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 15035
7e5bfb8f
EZ
150362011-07-14 Eli Zaretskii <eliz@gnu.org>
15037
15038 * subr.el (version<, version<=, version=): Mention "-CVS" and
15039 "-12345" alpha version numbers.
15040
27fa387a
CY
150412011-07-14 Chong Yidong <cyd@stupidchicken.com>
15042
15043 * bindings.el: Add advertised binding for set-mark-command
15044 (Bug#5772).
15045
8bdfa064
CY
150462011-07-14 Chong Yidong <cyd@stupidchicken.com>
15047
15048 * bindings.el (mode-line-other-buffer):
15049 * bookmark.el (bookmark-bmenu-2-window):
15050 * bs.el (bs-cycle-next, bs-cycle-previous):
15051 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
15052 switch-to-buffer.
15053
15054 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 15055 Delete.
8bdfa064 15056
5eba16a3
JB
150572011-07-14 Juanma Barranquero <lekktu@gmail.com>
15058
15059 * follow.el (follow-debug-message, follow-redisplay):
15060 * jka-cmpr-hook.el (with-auto-compression-mode):
15061 Fix typos in docstrings.
15062
15853710
LMI
150632011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15064
a28e4607
LMI
15065 * subr.el (with-silent-modifications): Clarify somewhat what the
15066 macro inhibits (bug#6525).
15067
15853710
LMI
15068 * simple.el (eval-expression): Note what it does if called
15069 interactively (bug#6495).
15070
bee0fcef
CY
150712011-07-13 Chong Yidong <cyd@stupidchicken.com>
15072
b796c9b7
SM
15073 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
15074 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
15075
15076 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15077 Remove switch-to-buffer.
15078
58274504
LMI
150792011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15080
bd2fcc8d
LMI
15081 * files.el (make-directory): Clarify that an error will be raised
15082 if there's an error (bug#6397).
15083
0f04b32c
LMI
15084 * startup.el (initial-buffer-choice): Add `none' as a choice
15085 (bug#6234).
15086
465c5fc8
LMI
15087 * subr.el (add-hook): Clarify section about buffer-local hooks
15088 (bug#6218).
15089
58274504
LMI
15090 * dired.el (dired-flagged): Clarify doc string (bug#6117).
15091
bead9a43
JB
150922011-07-13 Juanma Barranquero <lekktu@gmail.com>
15093
15094 * tabify.el (untabify): Preserve the current column so that point
15095 doesn't move (bug#6032).
15096
3af98a7b
LMI
150972011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15098
b796c9b7
SM
15099 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
15100 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 15101
6240145a
GM
151022011-07-13 Glenn Morris <rgm@gnu.org>
15103
15104 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
15105 (dired-insert-directory): Give a message the first time
15106 if ls is found not to support --dired.
15107
1d8c2ccc
LMI
151082011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15109
15110 * simple.el (toggle-truncate-lines): Clarify what is toggled
15111 (bug#5580). Text by Drew Adams.
15112
5fc4038e
CY
151132011-07-13 Chong Yidong <cyd@stupidchicken.com>
15114
15115 * simple.el (blink-matching-open): Make the error message from the
15116 last change less verbose.
15117
bf6012e5
DN
151182011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
15119
15120 * font-lock.el (font-lock-comment-face): Use the high contrast
15121 "yellow" color for font-lock-comment-face on low color terminals
15122 using a dark background color (bug#4221).
15123
343c3b5a
LMI
151242011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15125
7e9505c5
LMI
15126 * dired.el (dired-insert-set-properties): Make the doc string
15127 reflect what it does now (bug#5325).
15128
c26fdcf5
LMI
15129 * simple.el (blink-matching-open): Say that we were unable to find
15130 the match within the limit, if we're limited (bug#5122).
15131
bb388cc5
LMI
15132 * international/mule-cmds.el (prefer-coding-system): Add an
15133 example (bug#4869).
15134
343c3b5a
LMI
15135 * progmodes/etags.el (tags-search): Document `file-list-form'
15136 (bug#4731).
15137
2a517d45
LM
151382011-07-13 Lawrence Mitchell <wence@gmx.li>
15139
15140 * net/browse-url.el (browse-url-default-browser)
15141 (browse-url-browser-function): Make the default browser choice a
15142 bit more logical (bug#4300). Also clean up the doc string.
15143
b6c78ef2
JB
151442011-07-13 Juanma Barranquero <lekktu@gmail.com>
15145
15146 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
15147 binary endings (bug#4440).
15148
1c4dd947
LMI
151492011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15150
a2014063
LMI
15151 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
15152 which can be pretty annoying (bug#8971).
15153
9c9c2d88
LMI
15154 * jka-compr.el (jka-compr-verbose): New variable, and use
15155 throughout (bug#8971).
15156
1c4dd947
LMI
15157 * info.el (Info-find-file): Fall back on the installation
15158 directory if we can't find the info node anywhere else.
15159
a1c9f41b
SO
151602011-07-13 Sergei Organov <osv@javad.com> (tiny change)
15161
15162 * vc/vc.el (vc-revert-file):
15163 Don't set file time-stamp in the past. (Bug#5181)
15164
536f3d36
LMI
151652011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15166
7152b011
LMI
15167 * files.el (after-find-file): Give a better error message when
15168 trying to find a symlink that points to a file that doesn't exist
15169 (bug#4398).
15170
536f3d36
LMI
15171 * progmodes/cc-vars.el: Remove (probably) misleading comment
15172 (bug#4396).
15173
460c0fba
JB
151742011-07-12 Johan Bockgård <bojohan@gnu.org>
15175
15176 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
15177
7a6bda45
CY
151782011-07-12 Chong Yidong <cyd@stupidchicken.com>
15179
15180 * mouse-sel.el: Hack restoring functionality, while keeping
15181 compatibility with 2010-07-03 changes to mouse selection.
15182 (mouse-sel-primary-overlay): New var.
15183 (mouse-sel-selection-alist): Use it.
15184 (mouse-sel-mode): Doc fix; remove points that are default features
15185 of mouse.el.
15186
c79598ef
JB
151872011-07-12 Johan Bockgård <bojohan@gnu.org>
15188
15189 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15190 Fix previous fix (bug#2490).
15191
ff8be6ef
RW
151922011-07-12 Roland Winkler <winkler@gnu.org>
15193
b796c9b7
SM
15194 * textmodes/bibtex.el (bibtex-initialize):
15195 Use pop-to-buffer-same-window.
ff8be6ef
RW
15196 (bibtex-search-entries): Fix interactive call.
15197
296ba3ee
LMI
151982011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15199
f5242a02 15200 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
15201 Fontise bytecomp Error lines more correctly (bug#2490).
15202 Fix suggested by Johan Bockgård.
f5242a02 15203
296ba3ee
LMI
15204 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
15205
15206 * dired-x.el (dired-guess-default): Use `delete-dups'.
15207
f69fd0d2
CY
152082011-07-12 Chong Yidong <cyd@stupidchicken.com>
15209
15210 * dired.el (dired-mark-prompt):
15211 * dired-aux.el (dired-read-shell-command): Doc fix.
15212
eab5dc07
LMI
152132011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15214
b796c9b7
SM
15215 * mail/sendmail.el (sendmail-query-once):
15216 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
15217 emacs -Q.
15218
15219 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
15220
eab5dc07
LMI
15221 * cus-edit.el (custom-file): Take an optional no-error variable.
15222 (customize-save-variable): Set the variable, and give a warning if
15223 running under "emacs -q".
15224
a1e65d42
JB
152252011-07-11 Juanma Barranquero <lekktu@gmail.com>
15226
15227 * loadhist.el (unload-feature-special-hooks):
15228 Add `auto-coding-functions', `fill-nobreak-predicate' and
15229 `find-directory-functions' (bug#5327).
15230
1d52da10
LMI
152312011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15232
be958f1d
LMI
15233 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
15234
5bedb26c
LMI
15235 * cus-edit.el (custom-guess-name-alist): -alist variables should
15236 use the `alist' type (bug#3120). Suggested by Drew Adams.
15237
1d52da10
LMI
15238 * printing.el: Add documentation to all the `pr-toggle-' commands.
15239
cd394be1 152402011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
15241
15242 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
15243 backends where it makes sense (bug#2623).
15244
dcc88d8a
LMI
152452011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15246
c3de9feb
LMI
15247 * dired-x.el (dired-guess-default): Remove duplicate shell command
15248 entries (bug#2028).
8a93078b 15249 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 15250 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 15251
dcc88d8a
LMI
15252 * subr.el (remove-duplicates): New conveniency function.
15253
505e3645
LMI
152542011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
15255
15256 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
15257 (bug#1526).
15258
152592011-07-10 Martin Rudalics <rudalics@gmx.at>
15260
15261 * window.el (display-buffer-normalize-default): Don't invert
15262 meaning of even-window-heights. Reported by Eli Zaretskii
15263 <eliz@gnu.org>.
15264
455e4fa1
BR
152652011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
15266
15267 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
15268
8e0bc3e9
CY
152692011-07-10 Chong Yidong <cyd@stupidchicken.com>
15270
15271 * window.el (display-buffer): Fix arguments to
15272 display-buffer-reuse-window in last change.
15273
fa7c3228
CY
15274 * faces.el (link): Use a less saturated blue on light backgrounds.
15275
15276 * startup.el (fancy-startup-text, fancy-about-text)
15277 (fancy-startup-tail): Use font-lock faces, for background safety.
15278
c0a7f300
BN
152792011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
15280
b796c9b7
SM
15281 * emulation/viper-cmd.el (viper-change-state-to-vi):
15282 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 15283
4dc2a129
MR
152842011-07-09 Martin Rudalics <rudalics@gmx.at>
15285
15286 * window.el (display-buffer-default-specifiers): Remove.
15287 (display-buffer-macro-specifiers): Remove default specifiers.
15288 (display-buffer-alist): Default to nil.
b796c9b7 15289 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
15290 (display-buffer-pop-up-window): Allow splitting internal
15291 windows. Check whether a live window was created.
15292 (display-buffer-other-window-means-other-frame)
15293 (display-buffer-normalize-arguments): Rename to
15294 display-buffer-normalize-argument and rewrite. Set the
15295 other-window specifier.
15296 (display-buffer-normalize-special): New function.
15297 (display-buffer-normalize-options): Rename to
15298 display-buffer-normalize-default and rewrite.
15299 (display-buffer-normalize-options-inhibit): Remove.
15300 (display-buffer-normalize-specifiers): Rewrite.
15301 (display-buffer): Process other-window specifier and call
15302 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
15303 more faithfully.
b796c9b7 15304 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 15305 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
15306 (display-buffer-in-window, display-buffer-alist-set):
15307 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
15308 <tassilo@member.fsf.org>.
15309
2d43b8c9
LL
153102011-07-09 Leo Liu <sdl.web@gmail.com>
15311
15312 * register.el (insert-register): Restore accidental change on
15313 2011-06-26. (Bug#9028)
15314
7f9b7c53
GM
153152011-07-09 Glenn Morris <rgm@gnu.org>
15316
15317 * subr.el (remq): Handle the empty list. (Bug#9024)
15318
f042cfd8
AS
153192011-07-08 Andreas Schwab <schwab@linux-m68k.org>
15320
15321 * mail/sendmail.el (send-mail-function): No longer delay custom
15322 initialization.
15323 * custom.el (custom-initialize-delay): Doc fix.
15324
856b2f11
SM
153252011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
15326
15327 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
15328
afae1d68
MA
153292011-07-08 Michael Albinus <michael.albinus@gmx.de>
15330
15331 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
15332 human-friendly prompt.
15333
0757af94
SM
153342011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
15335
15336 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
15337 provided by a particular plugin.
15338
d760b731
LMI
153392011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
15340
15341 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
15342 save customizations (with "emacs -Q"), just set the variable
15343 instead of erroring out.
15344
15345 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
15346
cd79ce90
JL
153472011-07-08 Juri Linkov <juri@jurta.org>
15348
15349 * arc-mode.el (archive-zip-expunge, archive-zip-update)
15350 (archive-zip-update-case): Use 7z if found by `executable-find'.
15351 The order of searching the available programs is the same as in
15352 `archive-zip-extract' (bug#8968).
15353
14cc04aa
CY
153542011-07-07 Chong Yidong <cyd@stupidchicken.com>
15355
15356 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
15357 (menu-bar-options-menu): Tweak descriptions.
15358
0a1848ec
LMI
153592011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
15360
15361 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
15362 menu items into verb phrases (bug#1421). Also refill to fit under
15363 80 columns.
15364
f5bd0689
CY
153652011-07-07 Chong Yidong <cyd@stupidchicken.com>
15366
538e85c6
CY
15367 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
15368 (Info-read-node-name): Doc fix (Bug#1084).
15369
f5bd0689
CY
15370 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
15371 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
15372 (end-of-sexp, beginning-of-sexp)
15373 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
15374 (forward-symbol, forward-same-syntax, word-at-point)
15375 (sentence-at-point): Doc fix (Bug#1144).
15376
56ec5115
LMI
153772011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
15378
f3f8e37f
LMI
15379 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
15380 should cover it (bug#1281).
15381
0757af94 15382 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 15383
e9fce1ac 15384 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
15385 negotiation fails, then possibly try again with a non-encrypted
15386 connection (bug#9017).
15387
56ec5115
LMI
15388 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
15389 be used.
15390
c2f9aec8
RS
153912011-07-07 Richard Stallman <rms@gnu.org>
15392
15393 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
15394 property, and handle its changed format.
15395 Look for the correct line number.
15396 Use file's line contents (but not past first =) to find
15397 correct line in message.
15398
ef7b981d 153992011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
15400
15401 * international/characters.el (build-unicode-category-table):
15402 Delete it.
0757af94 15403 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 15404
0757af94 15405 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
15406 to src/chartab.c.
15407 (get-char-code-property): Call unicode-property-table-internal to
15408 load a file. Call get-unicode-property-internal where necessary.
15409 (put-char-code-property): Call unicode-property-table-internal to
15410 load a file. Call put-unicode-property-internal where necessary.
15411 put-unicode-property-internal where necessary.
0757af94
SM
15412 (char-code-property-description):
15413 Call unicode-property-table-internal to load a file.
c805dec0
KH
15414
15415 * international/charprop.el:
15416 * international/uni-bidi.el:
15417 * international/uni-category.el:
15418 * international/uni-combining.el:
15419 * international/uni-comment.el:
15420 * international/uni-decimal.el:
15421 * international/uni-decomposition.el:
15422 * international/uni-digit.el:
15423 * international/uni-lowercase.el:
15424 * international/uni-mirrored.el:
15425 * international/uni-name.el:
15426 * international/uni-numeric.el:
15427 * international/uni-old-name.el:
15428 * international/uni-titlecase.el:
15429 * international/uni-uppercase.el: Regenerate.
15430
15431 * loadup.el: Load international/charprop.el before
15432 international/characters.
15433
e14b388a
CY
154342011-07-07 Chong Yidong <cyd@stupidchicken.com>
15435
15436 * window.el (next-buffer, previous-buffer): Signal an error if
15437 called from a minibuffer window.
15438
15439 * bindings.el: Revert 2011-07-04 change.
15440
354cf0ba
RS
154412011-07-06 Richard Stallman <rms@gnu.org>
15442
15443 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
15444 (rmail-mime-insert-bulk, rmail-mime-insert-text):
15445 Treat markers like ints.
15446 (rmail-mime-entity): Doc fix.
15447
a48868a7
LMI
154482011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
15449
4906cd3d
LMI
15450 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
15451 defcustom again for backwards compatibility.
15452
e0457abe
LMI
15453 * simple.el (shell-command-on-region): Fill.
15454
d67f7e1f
LMI
15455 * dired-aux.el (dired-kill-line): Add a doc string.
15456
fe204702
LMI
15457 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
15458 to "\\sw\\|\\s_" (bug#358).
15459
a48868a7
LMI
15460 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
15461 (dired-unmark-backward): Ditto.
15462 (dired-flag-backup-files): Ditto.
15463
15464 * dired-x.el (dired-mark-sexp): Ditto.
15465
aa8a705c
RS
154662011-07-06 Richard Stallman <rms@gnu.org>
15467
15468 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
15469 (rmail-mime-entity): New arg TRUNCATED.
15470 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
15471 New functions.
15472 (rmail-mime-save): Warn if entity is truncated.
15473 (rmail-mime-toggle-hidden): Likewise, for showing.
15474 (rmail-mime-process-multipart): Record when an entity is truncated.
15475
a9a936b9
RS
15476 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
15477 if ENTITY is a string.
15478
1f2b92cb
LMI
154792011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
15480
f4f73198 15481 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
15482 of faces when `M-C-x'-ing their definitions (bug#8378).
15483 Also clean up the code slightly.
f4f73198 15484
12b16734 15485 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 15486 because that makes the colors go away.
12b16734 15487
f0691d22
LMI
15488 * mail/sendmail.el (send-mail-function): Change the default to
15489 `sendmail-query-once'.
9e87df06 15490 (sendmail-query-once): Add an autoload cookie.
f0691d22 15491
1f2b92cb
LMI
15492 * net/network-stream.el (network-stream-open-starttls): Try using
15493 a plain connection even if the server offered STARTTLS, and we
15494 kinda wanted to use it, if Emacs doesn't have any STARTTLS
15495 capability. This should make smtpmail.el work in slightly more
15496 configurations.
15497
1cdd2a1b
MA
154982011-07-06 Michael Albinus <michael.albinus@gmx.de>
15499
15500 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
15501 New defun.
15502 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
15503
fbcc67e2
MM
155042011-07-06 Michael R. Mauger <mmaug@yahoo.com>
15505
15506 * progmodes/sql.el: Version 3.0
0757af94 15507 (sql-product-alist): Add product :completion-object,
fbcc67e2 15508 :completion-column, and :statement attributes.
0757af94 15509 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 15510 (sql-mode-syntax-table): Mark all punctuation.
0757af94 15511 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
15512 ansi keywords.
15513 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 15514 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
15515 (sql-oracle-show-reserved-words): New function for development.
15516 (sql-product-font-lock): Simplify for source code buffers.
15517 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
15518 New functions.
15519 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
15520 (sql-mode-map): Add statement movement functions.
15521 (sql-ansi-statement-starters, sql-oracle-statement-starters):
15522 New variable.
fbcc67e2
MM
15523 (sql-statement-regexp, sql-beginning-of-statement)
15524 (sql-end-of-statement, sql-signum): New functions.
0757af94 15525 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
15526 (sql-show-sqli-buffer): Bug fix.
15527 (sql-interactive-mode): Store connection data as buffer local.
0757af94 15528 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
15529 with sql-interactive-mode.
15530 (sql-save-connection): Save buffer local settings.
0757af94 15531 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
15532 (sql-product-interactive): Bug fix.
15533 (sql-preoutput-hold): New variable.
15534 (sql-interactive-remove-continuation-prompt): Bug fixes.
15535 (sql-debug-redirect): New variable.
15536 (sql-str-literal): New function.
15537 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 15538 Redesign.
fbcc67e2
MM
15539 (sql-oracle-save-settings, sql-oracle-restore-settings)
15540 (sql-oracle-list-all, sql-oracle-list-table): New functions.
15541 (sql-completion-object, sql-completion-column)
15542 (sql-completion-sqlbuf): New variables.
15543 (sql-build-completions-1, sql-build-completions)
15544 (sql-try-completion): New functions.
15545 (sql-read-table-name): Use them.
15546 (sql-contains-names): New buffer local variable.
15547 (sql-list-all, sql-list-table): Use it.
15548 (sql-oracle-completion-types): New variable.
15549 (sql-oracle-completion-object, sql-sqlite-completion-object)
15550 (sql-postgres-completion-object): New functions.
15551
d4eaeab1
GM
155522011-07-06 Glenn Morris <rgm@gnu.org>
15553
15554 * window.el (pop-to-buffer): Doc fix.
15555
322b7dab 155562011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
15557
15558 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
15559
322b7dab 155602011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 15561
322b7dab 15562 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 15563
322b7dab 15564 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 15565
605dd5bf
CY
155662011-07-05 Chong Yidong <cyd@stupidchicken.com>
15567
15568 * button.el (button): Inherit from link face. Suggested by Dan
15569 Nicolaescu.
15570
7dbfa719
SM
155712011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
15572
3db614b0
SM
15573 * progmodes/gdb-mi.el: Fit in 80 columns.
15574 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
15575 switch-to-buffer.
15576
7dbfa719
SM
15577 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
15578 if imenu is simply not configured (bug#8941).
15579
919d884a
KM
155802011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
15581
15582 * allout.el (allout-post-undo-hook): New allout outline-change
15583 event hook to signal undo activity.
15584 (allout-post-command-business): Run allout-post-undo-hook if an
15585 undo just occurred.
7dbfa719
SM
15586 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
15587 * allout-widgets.el (allout-widgets-after-undo-function):
15588 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
15589 in the vicinity of an undo.
15590 (allout-widgets-mode): Include allout-widgets-after-undo-function
15591 on the new allout-post-undo-hook.
15592
450a0f09
SM
155932011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
15594
15595 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
15596 Let define-derived-mode define it.
15597 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
15598 cycles of abbrev-table inheritance (bug#8998).
15599
2de69e00
RW
156002011-07-05 Roland Winkler <winkler@gnu.org>
15601
15602 * textmodes/bibtex.el: Add support for biblatex.
15603 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
15604 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
15605 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
15606 (bibtex-entry-alist, bibtex-field-alist): New variables.
15607 (bibtex-entry-field-alist): Obsolete alias for
15608 bibtex-BibTeX-entry-alist.
15609 (bibtex-entry-alist, bibtex-field-alist): New widgets.
15610 (bibtex-set-dialect): New command.
15611 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
15612 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
15613 Bind via bibtex-set-dialect.
2de69e00
RW
15614 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
15615 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
15616 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
15617 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
15618 Define via bibtex-set-dialect.
450a0f09
SM
15619 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
15620 Obey bibtex-no-opt-remove-re.
2de69e00
RW
15621 (bibtex-vec-push, bibtex-vec-incr): New functions.
15622 (bibtex-format-entry, bibtex-field-list)
15623 (bibtex-print-help-message, bibtex-validate)
15624 (bibtex-search-entries): Use new format of bibtex-entry-alist.
15625
2dcdbdd9
SM
156262011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
15627
15628 * progmodes/compile.el (compilation-goto-locus):
15629 * net/tramp-cmds.el (tramp-append-tramp-buffers):
15630 * bs.el (bs-cycle-next, bs-cycle-previous):
15631 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
15632 * bindings.el (mode-line-other-buffer):
15633 * autoinsert.el (auto-insert):
15634 * arc-mode.el (archive-extract):
15635 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
15636
b27640fe
JB
156372011-07-05 Juanma Barranquero <lekktu@gmail.com>
15638
15639 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
15640 Fix check of `emacs-lock-unlockable-modes'.
15641 Coerce true values of `emacs-lock--try-unlocking' to t.
15642
53bbe3ad
JB
156432011-07-05 Juanma Barranquero <lekktu@gmail.com>
15644
15645 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
15646 * emacs-lock.el: New file.
15647
1d3cdbc7
JD
156482011-07-05 Julien Danjou <julien@danjou.info>
15649
15650 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
15651 than `boundp' to check if face is set.
15652
9173deec
JB
156532011-07-05 Juanma Barranquero <lekktu@gmail.com>
15654
15655 * register.el (registerv-make):
15656 * window.el (window-min-height): Fix typos in docstrings.
15657
869795d6
JD
156582011-07-05 Jan Djärv <jan.h.d@swipnet.se>
15659
9173deec 15660 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
15661 Update doc string.
15662
b768cdcd
JB
156632011-07-04 Juanma Barranquero <lekktu@gmail.com>
15664
15665 * server.el (server-execute): Catch quit and call
15666 `server-return-error' to pass the error back to emacsclient and
15667 close the connection (bug#8942).
15668
13aa217b
KM
156692011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
15670
15671 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
15672 insecure exception for current topic. Also note that auto-saves
15673 are handled differently.
15674
5d3385a0 15675 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
15676 State variables for tracking auto-save inhibition situation.
15677
15678 (allout-write-contents-hook-handler): Rename from
15679 'allout-write-file-hook-handler', and describe how it depends on
15680 write-contents-functions sensitivity to non-nil value to prevent
15681 file write.
15682
15683 (allout-auto-save-hook-handler): Remove. auto-save does not check
15684 this in individual buffers, only in the starting buffer, so this
15685 is not the right way for us to inhibit auto-save in a buffer
15686 according to its condition.
15687
15688 (allout-mode): Use new allout-write-contents-hook-handler, and
15689 only with write-contents-functions. Remove auto-save provisions -
15690 they're implemented elsewhere.
15691
15692 (allout-before-change-handler): If undo is in progress, note that
15693 for attention of allout-post-command-business.
15694
15695 (allout-post-command-business): If the command we're following was
15696 an undo, check for change in the status of encrypted items and
15697 adjust auto-save inhibitions accordingly.
15698
15699 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
15700 according to whether there are or aren't any plain-text topics
15701 pending encryption.
15702
2dcdbdd9 15703 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
15704 Adjust buffer-saved-size and some allout state to inhibit auto-saves
15705 if there are plain-text topics pending encryption.
13aa217b
KM
15706
15707 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
15708 buffer-saved-size and some allout state to not inhibit auto-saves
15709 if there are no longer any plain-text topics pending encryption.
15710
0757af94
SM
15711 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
15712 No longer provide for exemption of the current topic.
13aa217b 15713
ac89b32c
JL
157142011-07-04 Juri Linkov <juri@jurta.org>
15715
15716 Add 7z operations to delete and save changed members (bug#8968).
15717 * arc-mode.el (archive-7z-expunge, archive-7z-update):
15718 New defcustoms.
15719 (archive-7z-write-file-member): New function.
15720 (archive-7z-summarize): Fix the number of dashes in the
15721 listing output.
15722
8fa39615
SM
157232011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
15724
15725 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
15726 (bug#8958).
15727
2f11b3f1
CY
157282011-07-04 Chong Yidong <cyd@stupidchicken.com>
15729
d66fef2b
CY
15730 * bindings.el: Ignore next-buffer and previous-buffer in
15731 minibuffer-local-map.
15732
2f11b3f1
CY
15733 * font-lock.el (font-lock-builtin-face): Change light background
15734 color to dark slate blue (Bug#6693).
15735
f932a347
WD
157362011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
15737
15738 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
15739
c8af70e1
SM
157402011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
15741
15742 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
15743 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15744 Add switch-to-buffer.
15745
f158badc
LMI
157462011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
15747
15748 * isearch.el (isearch-search-fun-function): Clarify further the
15749 meaning of the function returned.
15750
6d95bd46
MA
157512011-07-04 Michael Albinus <michael.albinus@gmx.de>
15752
15753 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
15754
15755 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
15756 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
15757 Use it.
15758 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
15759 `tramp-default-remote-path' does not exist.
15760 (tramp-send-command-and-read): New optional argument NOERROR.
15761 (tramp-open-connection-setup-interactive-shell)
15762 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
15763 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
15764 (tramp-process-sentinel): Flush also process' connection property.
15765 (tramp-sh-handle-start-file-process): Do not set process
15766 sentinel. It is done now ...
15767 (tramp-maybe-open-connection): ... here. (Bug#8929)
15768
909e6b67
MK
157692011-07-04 MON KEY <monkey@sandpframing.com>
15770
15771 * play/animate.el (animate-string): Doc fixes and allow changing
15772 the buffer name (bug#5417).
15773
157742011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
15775
c8af70e1 15776 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 15777
f34755dc
PE
157782011-07-04 Paul Eggert <eggert@cs.ucla.edu>
15779
396cec72
PE
15780 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
15781 This is simpler and helps future-proof the code.
15782 (timer-until): Use time-subtract and float-time.
08235028 15783 (timer--time-less-p): Use time-less-p.
f34755dc 15784
56e6cc31
JB
157852011-07-04 Juanma Barranquero <lekktu@gmail.com>
15786
3abb79e5
JB
15787 * type-break.el (timep): Use the value of `float-time' to avoid a
15788 byte-compiler warning.
15789
56e6cc31
JB
15790 * server.el (server-eval-and-print): Return any result, even nil.
15791
7b9430b4
PE
157922011-07-03 Paul Eggert <eggert@cs.ucla.edu>
15793
15794 * type-break.el: Accept time formats that the builtins accept.
15795 (timep, type-break-time-difference): Accept any format that
15796 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
15797 This is simpler and helps future-proof the code.
15798 (type-break-time-difference): Round rather than ignoring
15799 subseconds components.
15800
3034e9e7
LMI
158012011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
15802
15803 * info.el (Info-apropos-matches): Make non-interactive, since it
15804 doesn't seem to do anything useful as a command (bug#8829).
15805
1485f4c0
CY
158062011-07-03 Chong Yidong <cyd@stupidchicken.com>
15807
15808 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 15809 Move from faces.el.
1485f4c0
CY
15810 (frame-default-terminal-background): New function.
15811
15812 * custom.el (custom-push-theme): Don't record faces in `changed'
15813 theme; this doesn't work correctly for per-frame face settings.
15814 (disable-theme): Use face-set-after-frame-default to reset faces.
15815 (custom--frame-color-default): New function.
15816
9fa3dd45
LMI
158172011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
15818
c8af70e1 15819 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
15820 (bug#8769).
15821
6cbbc20c
KR
158222011-03-29 Kevin Ryde <user42@zip.com.au>
15823
15824 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15825 `perl-Test2' extend to match possible "fail #N" rep count
15826 (bug#8377).
15827
c7f98048
LMI
158282011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
15829
65676592
LMI
15830 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
15831 `smtpmail-via-smtp' now returns the error instead of nil.
15832
c7f98048
LMI
15833 * isearch.el (isearch-search-fun-function): Clarify the doc string
15834 (bug#8101).
15835
56e6cc31 158362011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
15837
15838 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
15839 unnecessary spaces (bug#8987).
15840
2b216704
LMI
158412011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
15842
15843 * net/network-stream.el (open-network-stream): Use the
15844 :end-of-capability command thoughout.
15845
158462011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
15847
15848 * net/network-stream.el (open-network-stream): Add the
15849 :end-of-capability command parameter, used by pop3.el.
15850
36adf6ce
LMI
158512011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
15852
1ca0da0e
LMI
15853 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
15854
fc00f69c
LMI
15855 * fringe.el (fringe-query-style): Remove redundant text " (type ?
15856 for list)" (bug#6475).
15857
28fd8759 15858 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 15859 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
15860 an error (bug#6297).
15861
0dd8b6da
LMI
15862 * man.el (Man-reference-regexp): Allow matching possible
15863 word-wrapped references (bug#6289).
15864
ce1438d6
LMI
15865 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
15866 for consistency with the other vc buffers (bug#6197).
15867 (vc-checkin): Ditto.
15868
15869 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
15870
36adf6ce
LMI
15871 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
15872
e83cc1f7
LMI
158732011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
15874
8a20ca4c
LMI
15875 * custom.el (defcustom): Clarify that :set is only used in the
15876 Customize user interface (bug#6089).
15877
83319045
LMI
15878 * progmodes/flymake.el (flymake-mode): If the buffer isn't
15879 associated with a file, refuse to run instead of erroring out
15880 (bug#6084).
15881
a8392169
LMI
15882 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
15883 the doc string, since it appears that using `fill-column' always
15884 controls the width (bug#7845).
15885
e83cc1f7
LMI
15886 * simple.el (shell-command-on-region): Say where the error output
15887 went if `shell-command-default-error-buffer' is set (bug#6857).
15888
e47ca23b
KM
158892011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
15890
15891 * allout.el (allout-yank-processing): Adjust cursor position for
15892 backwards-deleted space.
15893
15894 (allout-rebullet-heading): Register changes with
15895 allout-exposure-changed-hook, so the modified topic is properly
15896 decorated.
15897
5cf56143
LMI
158982011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
15899
08549772
LMI
15900 * minibuffer.el (completion-in-region): Document PREDICATE
15901 (bug#7136).
15902
48e96771
LMI
15903 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
15904 of keyword/argument pairs (bug#6904).
15905
c8af70e1
SM
15906 * replace.el (multi-occur):
15907 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 15908
e17d05e2
LMI
159092011-07-02 Drew Adams <drew.adams@oracle.com>
15910
15911 * dired.el (dired-mark-if): Make the message about whether it's
15912 marking or unmarking clearer (bug#8523).
15913
063b0e45
LMI
159142011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
15915
15916 * disp-table.el (display-table-print-array): New function.
15917 (describe-display-table): Use it to print the vectors more pretty
15918 (Bug#8859).
15919
28545e04
MR
159202011-07-02 Martin Rudalics <rudalics@gmx.at>
15921
15922 * window.el (window-state-get-1): Don't assign clone numbers.
15923 Add clone-of item to list of window parameters.
15924 (window-state-put-2): Don't process clone numbers.
15925 (display-buffer-alist): Fix doc-string.
15926
3349e122
SM
159272011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
15928
15929 * subr.el (remq): Don't allocate if it's not needed.
15930 (keymap--menu-item-binding, keymap--menu-item-with-binding)
15931 (keymap--merge-bindings): New functions.
15932 (keymap-canonicalize): Use them to refine the canonicalization.
15933 * minibuffer.el (minibuffer-local-completion-map)
15934 (minibuffer-local-must-match-map): Move initialization from C.
15935 (minibuffer-local-filename-completion-map): Move initialization from C;
15936 don't inherit from anything here.
15937 (minibuffer-local-filename-must-match-map): Make obsolete.
15938 (completing-read-default): Use make-composed-keymap to combine
15939 minibuffer-local-filename-completion-map with either
15940 minibuffer-local-must-match-map or
15941 minibuffer-local-filename-completion-map.
15942
d224ac83
GM
159432011-07-01 Glenn Morris <rgm@gnu.org>
15944
3de63bf8
GM
15945 * type-break.el (type-break-time-sum): Use dolist.
15946
d224ac83
GM
15947 * textmodes/flyspell.el (flyspell-word-search-backward):
15948 Replace CL function.
15949
1a1e3f32
SM
159502011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
15951
fe3f64d5
SM
15952 * mouse.el (mouse--strip-first-event): New function.
15953 (function-key-map): Use it to map fringe clicks to normal clicks
15954 by default.
15955
eb604e34
SM
15956 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
15957 (vc-bzr-revision-completion-table): Add support for annotate and date.
15958
1a1e3f32
SM
15959 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
15960 inherit from parent.
15961
5bd35902
LMI
159622011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15963
ace6c69c 15964 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 15965 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 15966
191e2bed
LMI
15967 * dired.el (dired-mode): Fix up the doc string as suggested by
15968 Drew Adams (bug#8817).
15969
5bd35902
LMI
15970 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
15971 cookie, since the manual says that it should be possible to add
15972 this function to `find-file-hook' (bug#8709).
15973
eee8207a
TZ
159742011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
15975
15976 * progmodes/cfengine.el: Moved all cfengine3.el functionality
15977 here. Noted Ted Zlatanov as the maintainer.
15978 (cfengine-common-settings, cfengine-common-syntax): New functions
15979 to set up common things between `cfengine-mode' and
15980 `cfengine3-mode'.
15981 (cfengine3-mode): New mode.
15982 (cfengine3-defuns cfengine3-defuns-regex
15983 (cfengine3-class-selector-regex cfengine3-category-regex)
15984 (cfengine3-vartypes cfengine3-font-lock-keywords)
15985 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 15986 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 15987
36b148cf
MA
159882011-07-01 Michael Albinus <michael.albinus@gmx.de>
15989
15990 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
15991
15992 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
15993
0bf4ba9a
MR
159942011-07-01 Martin Rudalics <rudalics@gmx.at>
15995
15996 * window.el (same-window-buffer-names, same-window-regexps)
15997 (same-window-p, special-display-frame-alist)
15998 (special-display-popup-frame, special-display-function)
15999 (special-display-buffer-names, special-display-regexps)
16000 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
16001 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
16002 (split-window-preferred-function, split-height-threshold)
16003 (split-width-threshold, even-window-heights)
16004 (display-buffer-mark-dedicated, window-splittable-p)
16005 (split-window-sensibly, window-safely-shrinkable-p):
16006 Un-obsolete.
16007 (display-buffer): Don't spread args with function specifier
16008 because special-display-popup-frame won't like it.
16009
35837f51
PE
160102011-07-01 Paul Eggert <eggert@cs.ucla.edu>
16011
d0672f86
PE
16012 Time-stamp simplifications and fixes.
16013 These improve accuracy slightly, and future-proof the code
16014 against some potential changes to current-time format.
16015
b9444d97
PE
16016 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
16017 by using time-since and float-time.
16018
0ef923dc
PE
16019 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
16020 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
16021 + NNN microseconds".
16022
2f81380d
PE
16023 * type-break.el (type-break-time-sum): Rewrite using time-add.
16024
845b5c3e
PE
16025 * play/hanoi.el (hanoi-current-time-float): Remove.
16026 All uses replaced by float-time.
16027
ee6f1be0
PE
16028 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
16029 This yields a more-accurate answer.
16030 (rng-time-to-float): Remove; no longer needed.
16031
fe955043
PE
16032 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
16033
5777162a
PE
16034 * calendar/timeclock.el (timeclock-seconds-to-time):
16035 Defalias to seconds-to-time, since they're the same thing.
16036
3103f8b6 16037 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 16038 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
16039 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
16040
0e61a35f
SM
160412011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
16042
16043 * window.el (bury-buffer): Don't iconify the only frame.
16044 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
16045 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
16046
ddd63a1e
CY
160472011-07-01 Chong Yidong <cyd@stupidchicken.com>
16048
0e61a35f
SM
16049 * eshell/em-smart.el (eshell-smart-display-navigate-list):
16050 Add mouse-yank-primary.
ddd63a1e 16051
055f4923
TZ
160522011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
16053
16054 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
16055
6a2fb145
SM
160562011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
16057
16058 * emacs-lisp/find-func.el (find-library--load-name): New fun.
16059 (find-library-name): Use it to find relative load names when provided
16060 absolute file name (bug#8803).
16061
fd4983f2
LMI
160622011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
16063
887d14ad
LMI
16064 * textmodes/flyspell.el (flyspell-word): Consider words that
16065 differ only in case as potential doublons (bug#5687).
16066
c53dc7fc
LMI
16067 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
16068 Remove two rather uninteresting debugging-like messages to make
16069 debbugs.el more silent.
16070
fd4983f2
LMI
16071 * comint.el (comint-password-prompt-regexp): Accept "Response" as
16072 a password-like phrase.
16073
7a71b18d 160742011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
16075
16076 * progmodes/cc-guess.el: New file.
16077
6a2fb145 16078 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
16079
16080 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
16081 derived from `c-basic-common-init'.
16082
16083 * progmodes/cc-mode.el (top-level): Require cc-guess.
16084 (c-basic-common-init): Use `cc-choose-style-for-mode'.
16085
1fa280a3
LM
160862011-06-30 Lawrence Mitchell <wence@gmx.li>
16087
16088 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
16089
e6597158
AM
160902011-06-30 Alan Mackenzie <acm@muc.de>
16091
1fa280a3
LM
16092 * progmodes/cc-engine.el (c-guess-continued-construct):
16093 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
16094 lock is disabled. Name this case as "CASE G".
16095
68ba37fb
KM
160962011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
16097
16098 * allout.el (allout-yank-processing): Fix injection of extra space
16099 between bullet and non-whitespace character in first topic when
16100 pasting, ensuring that the actual spacing in the pasted topic
16101 following the bullet char is preserved. This extra space was
16102 causing pasted encrypted topics to get a decrypted status even
16103 when the content was actually still encrypted. Now the decryption
16104 status from before the paste is preserved.
16105
16106 (allout-flag-region): Set all allout overlays so they evaporate
16107 when reduced to zero length (evanescent), to prevent overlay
16108 leakage.
16109
887a0b34
GM
161102011-06-30 Glenn Morris <rgm@gnu.org>
16111
94b9acce
GM
16112 * w32-fns.el (w32-charset-info-alist): Declare.
16113
1d9b46d4
GM
16114 * find-dired.el (find-grep-options): Simplify.
16115
cc232200
GM
16116 * term/ns-win.el (ns-set-resource): Declare.
16117
28e77c46
GM
16118 * ses.el (row, col): Declare dynamic variables honestly.
16119
887a0b34
GM
16120 * textmodes/reftex-parse.el (index-tags): Declare.
16121
658d8eb8
CY
161222011-06-30 Chong Yidong <cyd@stupidchicken.com>
16123
16124 * cus-edit.el (customize-push-and-save): New function.
16125
16126 * files.el (hack-local-variables-confirm): Use it.
16127
1fa280a3
LM
16128 * custom.el (load-theme): New arg NO-CONFIRM.
16129 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
16130 (custom-enabled-themes): Doc fix.
16131
16132 * cus-theme.el (customize-create-theme)
16133 (custom-theme-merge-theme): Callers to load-theme changed.
16134
bb617717
LMI
161352011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
16136
d61bdd5d
LMI
16137 * thingatpt.el (thing-at-point-short-url-regexp): Require that
16138 short URLs have at least one dot in them (bug #7614).
16139
bb617717
LMI
16140 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
16141 nil, because using a pty is apparently too slow (bug #895).
16142
2f31f37a
LMI
161432011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
16144
16145 * mail/sendmail.el (sendmail-query-once): New function.
16146 (sendmail-query-once-function): New variable.
16147
3076b24e
GM
161482011-06-29 Glenn Morris <rgm@gnu.org>
16149
faf2a174
GM
16150 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
16151
3076b24e
GM
16152 * ses.el (top-level): Require cl when compiling.
16153 (ses-set-localvars): Fix error statement.
16154 Call it at compile time to silence a storm of warnings.
16155
5386012d
MR
161562011-06-29 Martin Rudalics <rudalics@gmx.at>
16157
16158 * window.el (normalize-live-buffer): Rename to
16159 window-normalize-buffer.
16160 (normalize-live-frame): Rename to window-normalize-frame.
16161 (normalize-any-window): Rename to window-normalize-any-window.
16162 (normalize-live-window): Rename to window-normalize-live-window.
16163 (make-window-atom): Rename to window-make-atom.
16164 (window-resize-reset): Rename to window--resize-reset.
16165 (window-resize-reset-1): Rename to window--resize-reset-1.
16166 (resize-mini-window): Rename to window--resize-mini-window.
16167 (resize-subwindows-skip-p): Rename to
16168 window--resize-subwindows-skip-p.
16169 (resize-subwindows-normal): Rename to
16170 window--resize-subwindows-normal.
16171 (resize-subwindows): Rename to window--resize-subwindows.
16172 (resize-other-windows): Rename to window--resize-siblings.
16173 (resize-this-window): Rename to window--resize-this-window.
16174 (resize-root-window): Rename to window--resize-root-window.
16175 (resize-root-window-vertically): Rename to
16176 window--resize-root-window-vertically.
16177 (normalize-buffer-to-display): Rename to
16178 window-normalize-buffer-to-display.
16179 (normalize-buffer-to-switch-to): Rename to
16180 window-normalize-buffer-to-switch-to.
16181 Correspondingly update all callers of the functions listed
16182 above.
16183 (display-buffer-alist, display-buffer-normalize-arguments)
16184 (display-buffer-normalize-options, display-buffer)
16185 (display-buffer-alist-set): Use "function" instead of
16186 "fun-with-args".
16187
1176868d
CY
161882011-06-28 Chong Yidong <cyd@stupidchicken.com>
16189
16190 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
16191 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
16192 debbugs.gnu.org. Mention acknowledgment email.
16193
20a7a65f
LMI
161942011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
16195
16196 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
16197 buffer multibyteness, since it shouldn't matter.
16198
5f45cca5
MR
161992011-06-28 Martin Rudalics <rudalics@gmx.at>
16200
16201 * window.el (display-buffer-in-side-window): Handle dedicated
16202 windows as in display-buffer-reuse-window.
16203 (display-buffer-normalize-alist): Use value of override
16204 specifier.
16205 (display-buffer-normalize-specifiers): Use value of
16206 other-window-means-other-frame specifier.
16207 (display-buffer-alist): Rewrite some texts in widgets.
16208 (display-buffer): Spread arguments when calling function
16209 specified by fun-with-args.
16210
ad85fe1f
DD
162112011-06-28 Deniz Dogan <deniz@dogan.se>
16212
1fa280a3
LM
16213 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
16214 Unnest `let'.
da68c4c8 16215
ad85fe1f
DD
16216 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
16217 selectors (Bug#5732).
ec49bd31 16218 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 16219
a08cc025
JA
162202011-06-27 Jari Aalto <jari.aalto@cante.net>
16221
16222 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
16223 (eshell-ls-date-format): New defcustom.
16224 (eshell-ls-file): Use it.
16225
e2b551c5
SM
162262011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
16227
16228 * help-fns.el (describe-variable): Fix message for terminal-local vars.
16229
8982b231
KY
162302011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
16231
16232 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
16233 (ange-ftp-make-tmp-name): New arg.
16234 (ange-ftp-file-local-copy): Use it.
16235
36c9fa27
J
162362011-06-27 Jambunathan K <kjambunathan@gmail.com>
16237
16238 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
16239 no-conversion (Bug#8870).
16240
d68443dc
MR
162412011-06-27 Martin Rudalics <rudalics@gmx.at>
16242
16243 * window.el (window-right, window-left, window-child)
16244 (window-child-count, window-last-child)
16245 (window-iso-combination-p, walk-window-tree-1)
16246 (window-atom-check-1, window-tree-1, delete-window)
16247 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
16248 new naming conventions - window-vchild, window-hchild,
16249 window-next and window-prev are now called window-top-child,
16250 window-left-child, window-next-sibling and window-prev-sibling
16251 respectively.
d615d6d2
MR
16252 (resize-window-reset): Rename to window-resize-reset.
16253 (resize-window-reset-1): Rename to window-resize-reset-1.
16254 (resize-window): Rename to window-resize.
16255 (window-min-height, window-min-width)
16256 (resize-mini-window, resize-this-window, resize-root-window)
16257 (resize-root-window-vertically, adjust-window-trailing-edge)
16258 (enlarge-window, shrink-window, maximize-window)
16259 (minimize-window, delete-window, quit-restore-window)
16260 (split-window, balance-windows, balance-windows-area-adjust)
16261 (balance-windows-area, window-state-put-2)
16262 (display-buffer-even-window-sizes, display-buffer-set-height)
16263 (display-buffer-set-width, set-window-text-height)
16264 (fit-window-to-buffer): Rename all "resize-window" prefixed
16265 calls to use the "window-resize" prefix convention.
16266 (display-buffer-alist): Fix symbol for label specifier.
16267 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
16268 corresponding specifier.
16269 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 16270
b6458526
VB
162712011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
16272
16273 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
16274 convention.
16275 (ses-call-printer): Does not pass an empty string to formatter when the
16276 cell is empty to keep from barking printer Calc math-format-value.
16277
d31fd9ac
RS
162782011-06-27 Richard Stallman <rms@gnu.org>
16279
43d5bf84
RS
16280 * battery.el (battery-mode-line-limit): New variable.
16281 (battery-update): Handle it.
16282
d31fd9ac
RS
16283 * mail/rmailmm.el (rmail-mime-process-multipart):
16284 Handle truncated messages.
16285
819a6054
GM
162862011-06-27 Glenn Morris <rgm@gnu.org>
16287
16288 * progmodes/flymake.el (flymake-err-line-patterns):
16289 Allow for column numbers in the ant/javac pattern. (Bug#8866)
16290
cedc73f2
VB
162912011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
16292
819a6054 16293 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
16294 (ses--clean-!, ses--clean-_): New functions.
16295 (ses-range): Add configurability of readout order, and conversion
16296 to Calc vector.
16297
5e5d49b6
VB
16298 * ses.el (ses-repair-cell-reference-all): New function.
16299 (ses-cell-symbol): Set macro as safe, so that it can be used in
16300 formulas.
16301
56e6cc31 16302 * ses.el: Update cycle detection algorithm.
90ca8b49 16303 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 16304 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
16305 (ses-set-localvars): New function.
16306 (ses-make-cell): Add property-list as a cell element.
16307 (ses-cell-property-get-fun, ses-cell-property-get)
16308 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
16309 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
16310 New functions.
90ca8b49
VB
16311 (ses-cell-property-set, ses-cell-property-pop)
16312 (ses-cell-property-get-handle): New macro.
16313 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
16314 New aliases, used for code readability.
16315 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
16316 cycle detection.
16317 (ses-self-reference-early-detection): New defcustom.
fac916bf 16318 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
16319 (ses-mode): Use ses-set-localvars.
16320 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
16321 before lauching the update processing.
16322 (ses-initialize-Dijkstra-attempt): New function.
16323 (ses-recalculate-cell): Update for cycle detection based on
16324 Dijkstra algorithm.
16325
2bb63e81
VB
16326 * ses.el: Fix commenting and indenting convention.
16327
c9d29fb8
SM
163282011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
16329
16330 * bs.el (bs-cycle-next): Complete last change.
16331
d8e4b68b
JB
163322011-06-27 Drew Adams <drew.adams@oracle.com>
16333
16334 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
16335
40098786
LMI
163362011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
16337
c9d29fb8
SM
16338 * net/network-stream.el (network-stream-open-starttls):
16339 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
16340 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
16341
40098786
LMI
16342 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
16343 to binary to possibly avoid line encoding issues on Windows (among
16344 other things).
16345
468d09d4
LMI
163462011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
16347
16348 * net/network-stream.el (open-network-stream): Return an :error
16349 saying what the problem was, if possible.
16350
16351 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
16352 server.
16353
16354 * net/network-stream.el (network-stream-open-starttls): If we
16355 wanted to use STARTTLS, and the server offered it, but we weren't
16356 able to because we had no STARTTLS support, then close the connection.
16357 (open-network-stream): Return an :error element, if present.
16358
16f07dd7
CY
163592011-06-26 Chong Yidong <cyd@stupidchicken.com>
16360
88821ca0
CY
16361 * hl-line.el (hl-line-sticky-flag): Doc fix.
16362 (global-hl-line-sticky-flag): New option (Bug#8323).
16363 (global-hl-line-highlight): Obey it.
16364
16f07dd7
CY
16365 * vc/vc.el (vc-revert-show-diff): Default to t.
16366
6b5ccddf
KM
163672011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
16368
c9d29fb8
SM
16369 * allout-widgets.el (allout-widgets-post-command-business):
16370 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
16371 undecorated when an isearch is continued past, and isearch
16372 automatically collapses them. This leads to "widget leaks", where
16373 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
16374 hidden widgets can slow down cursor travel, substantially.
16375 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
16376 so we're doing without this nicety.
16377
16378 (allout-widgets-tally-string): Don't try to do a hash-table-count
16379 of allout-widgets-tally when it's nil. This eliminates spurious "Error
16380 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
16381 *Messages* when allout-widgets-maintain-tally is t.
16382
355f2e07
MR
163832011-06-26 Martin Rudalics <rudalics@gmx.at>
16384
16385 * window.el (display-buffer-normalize-argument): Rename to
16386 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
16387 LABEL argument. Respect special-display-function when popping up
16388 a new frame. Fix code searching for a window showing the buffer
16389 on another frame.
c9d29fb8
SM
16390 (display-buffer-normalize-specifiers):
16391 Call display-buffer-normalize-arguments.
355f2e07
MR
16392 (display-buffer-in-window): Don't undedicate the window if its
16393 buffer remains the same.
16394 Reported by Drew Adams <drew.adams@oracle.com>.
16395 (display-buffer-alist): Add choice for same-window macro
16396 specfier.
16397 (display-buffer): Mention special meaning of LABEL argument in
16398 doc-string. Fix quoting. Don't pop up a new frame even as
16399 fallback.
16400
7ca8fc42
JB
164012011-06-26 Juanma Barranquero <lekktu@gmail.com>
16402
16403 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
16404 avoid deleting the current window in some cases (bug#8911).
16405
bc312254
AS
164062011-06-26 Andreas Schwab <schwab@linux-m68k.org>
16407
16408 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
16409 (Bug#8934)
16410
2db18f3f
LMI
164112011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
16412
c9d29fb8
SM
16413 * net/network-stream.el (network-stream-open-starttls):
16414 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
16415 (network-stream-open-tls): Ditto.
16416
6302e0d3
LL
164172011-06-26 Leo Liu <sdl.web@gmail.com>
16418
16419 * register.el (registerv): New struct.
16420 (registerv-make): New function.
c9d29fb8
SM
16421 (jump-to-register, describe-register-1, insert-register):
16422 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
16423 struct. (Bug#8415)
16424
5fdd4046
CY
164252011-06-26 Chong Yidong <cyd@stupidchicken.com>
16426
2afef60a
CY
16427 * vc/vc.el (vc-revert-show-diff): New defcustom.
16428 (vc-diff-internal): New arg specifying diff buffer.
16429 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
16430 reuse an existing *vc-diff* buffer (Bug#8927).
16431
5fdd4046
CY
16432 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
16433
e93db24a
GM
164342011-06-26 Glenn Morris <rgm@gnu.org>
16435
16436 * progmodes/f90.el (f90-critical-indent): New option.
16437 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
16438 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
16439 (f90-mode): Doc fix.
16440 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
16441 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
16442 (f90-beginning-of-block, f90-next-block, f90-indent-region)
16443 (f90-match-end): Handle block, critical.
16444
eefff499
GM
164452011-06-25 Glenn Morris <rgm@gnu.org>
16446
f6ba4cc9
GM
16447 * calendar/diary-lib.el (diary-included-files): Doc fix.
16448 (diary-include-files): New function, extracted from
16449 diary-include-other-diary-files and diary-mark-included-diary-files.
16450 (diary-include-other-diary-files, diary-mark-included-diary-files):
16451 Just call diary-include-files.
16452 (diary-mark-entries): Reset diary-included-files on first call.
16453
16712304
GM
16454 * calendar/diary-lib.el (diary-mark-entries)
16455 (diary-mark-included-diary-files):
16456 Visit included diary-files in temp buffers.
16457
5d8e0d43
GM
16458 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
16459 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
16460 (f90-start-block-re, f90-imenu-generic-expression)
16461 (f90-looking-at-program-block-start, f90-no-block-limit):
16462 Add support for submodules.
16463
ccf7a5d5
GM
16464 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
16465 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 16466
11fdef7d 164672011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
16468
16469 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
16470 buffer-file-type before setting its value, to avoid disastrous
eefff499 16471 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 16472
74f53697
JB
164732011-06-25 Juanma Barranquero <lekktu@gmail.com>
16474
16475 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
16476
16477 * ses.el (ses-unload-function):
16478 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
16479
16480 * proced.el (proced-unload-function):
16481 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
16482
18a4ce5e
AR
164832011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
16484
16485 * server.el (server-create-window-system-frame): Add parameters arg.
16486 (server-process-filter): Doc fix. Handle frame-parameters.
16487
519d22cc
JB
164882011-06-25 Juanma Barranquero <lekktu@gmail.com>
16489
16490 Fix bug#8730, bug#8781.
16491
16492 * loadhist.el (unload--set-major-mode): New function.
16493 (unload-feature): Use it.
16494
16495 * progmodes/python.el (python-after-info-look): Add autoload cookie.
16496 (python-unload-function): New function.
16497
c206f5b0
SM
164982011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
16499
16500 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
16501
f9ad64f3
GS
165022011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
16503
16504 * net/browse-url.el (browse-url-firefox-program): Add icecat to
16505 the candidates list.
16506
7d0da90e
JB
165072011-06-24 Juanma Barranquero <lekktu@gmail.com>
16508
16509 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
16510
14b4e83d
RS
165112011-06-23 Richard Stallman <rms@gnu.org>
16512
16513 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
16514 (rmail-variables): Set next-error-move-function.
16515 (rmail-what-message): Take argument POS.
16516 (rmail-next-error-move): New function.
16517
273d2baf
SM
165182011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
16519
16520 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
16521 messages for adjacent non-terminals.
16522
56c2cc9a
RS
165232011-06-23 Richard Stallman <rms@gnu.org>
16524
16525 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 16526 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
16527 (rmail-start-mail): Don't specify use of rmail-mail-return;
16528 that's done by mail-bury now.
16529 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 16530
d59eb518
MA
165312011-06-23 Michael Albinus <michael.albinus@gmx.de>
16532
16533 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
16534 SIZE is a number.
16535
02cfc6d6
MR
165362011-06-23 Martin Rudalics <rudalics@gmx.at>
16537
16538 * window.el (get-lru-window, get-mru-window)
16539 (get-largest-window): Never return a minibuffer window.
16540 (display-buffer-pop-up-window): Fix a bug that could lead to
16541 reusing the minibuffer window.
16542 (display-buffer): Pass original specifier argument to
16543 display-buffer-function instead of the normalized one.
16544 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
16545
4e323265
LL
165462011-06-22 Leo Liu <sdl.web@gmail.com>
16547
16548 * minibuffer.el (completing-read-function)
1f9f395d 16549 (completing-read-default): Move from minibuf.c.
4e323265 16550
7a70468f
RS
165512011-06-22 Richard Stallman <rms@gnu.org>
16552
50718fc2
RS
16553 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
16554 to Rmail even if not started by a special Rmail command.
16555
7a70468f
RS
16556 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
16557 Copy the buffer currently showing just one message.
16558
297dde5a
RW
165592011-06-22 Roland Winkler <winkler@gnu.org>
16560
16561 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
16562 (bibtex-clean-entry): First delete the old key so that a
16563 customized algorithm for generating the new key does not get
16564 confused by the old key.
16565 (bibtex-url): Obey regexp of first step.
16566 (bibtex-search-entries): Do not use add-to-list with local
16567 list-var.
16568
97bb1093
LMI
165692011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16570
16571 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
16572 stored a user name, then query for the password first, instead of
16573 waiting for SMTP to give an error message and the trying again.
16574
1c0f1a19
JD
165752011-06-22 Lawrence Mitchell <wence@gmx.li>
16576
16577 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
16578 BUFFER in call-process.
16579
396f7c9d
LMI
165802011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16581
16582 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
16583 QUIT twice.
ddb7ffee
LMI
16584 (smtpmail-try-auth-methods): Require user name and password from
16585 auth-source.
396f7c9d 16586
8998d1b3
MR
165872011-06-22 Martin Rudalics <rudalics@gmx.at>
16588
16589 * window.el (display-buffer-default-specifiers)
16590 (display-buffer-alist): Remove entries for pop-up-frame-alist.
16591 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 16592 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
16593
16594 * frame.el (pop-up-frame-alist, pop-up-frame-function)
16595 (special-display-frame-alist, special-display-popup-frame):
16596 Remove duplicate declarations. These are now in window.el.
16597
4ea31e07
LMI
165982011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16599
c9d29fb8
SM
16600 * mail/smtpmail.el (smtpmail-via-smtp):
16601 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
16602 server supports it. SMTP servers that support STARTTLS commonly
16603 require it.
16604
16605 * net/network-stream.el (network-stream-open-starttls): Support
16606 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 16607 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 16608
95f41d9a
LMI
16609 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
16610 upgrades with `open-network-stream', and rely solely on
16611 auth-source for all credentials. Big changes throughout the file,
16612 but in particular:
c9d29fb8
SM
16613 (smtpmail-auth-credentials): Remove.
16614 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
16615 (smtpmail-via-smtp): Check for servers saying they want AUTH after
16616 MAIL FROM, too.
95f41d9a 16617
c9d29fb8
SM
16618 * net/network-stream.el (network-stream-open-starttls):
16619 Provide support for client certificates both for external and built-in
4ea31e07
LMI
16620 STARTTLS.
16621 (auth-source): Require.
16622 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
16623 (network-stream-certificate): Change cert-cert to cert and
16624 cert-key to key.
4ea31e07 16625
065ec2c7
MA
166262011-06-21 Michael Albinus <michael.albinus@gmx.de>
16627
16628 * net/tramp-cache.el (top): Don't load the persistency file when
16629 "emacs -Q" has been called.
16630
cd93b359
DR
166312011-06-21 Tim Harper <timcharper@gmail.com>
16632
d8e4b68b
JB
16633 * term/ns-win.el (ns-initialize-window-system):
16634 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
16635 resource to NO as it is not yet supported by the NS port.
16636
ae9c0411
JB
166372011-06-21 Juanma Barranquero <lekktu@gmail.com>
16638
16639 * misc.el (list-dynamic-libraries--refresh): Compute header here...
16640 (list-dynamic-libraries): ...not here.
16641
7f3f739f
LL
166422011-06-21 Leo Liu <sdl.web@gmail.com>
16643
16644 * subr.el (sha1): Implement sha1 using secure-hash.
16645
327c8fb1
MR
166462011-06-21 Martin Rudalics <rudalics@gmx.at>
16647
16648 * window.el (display-buffer-alist): In default value do not
16649 enforce searching a window on any but the selected frame.
16650 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
16651 (display-buffer-select-window): Remove function.
16652 (display-buffer-in-window): When a window on another frame gets
16653 reused, do not select it any more but just raise its frame if
16654 necessary (Bug#8851) and (Bug#8856).
16655 (display-buffer-normalize-options): Handle pop-up-frames related
16656 options more faithfully.
16657 (pop-to-buffer): Don't rely on `display-buffer' selecting the
16658 window if it is on another frame.
c9d29fb8
SM
16659 (display-buffer-alist, display-buffer-default-specifiers):
16660 Don't make new frame unsplittable by default.
9e9de014
MR
16661 (display-buffer-normalize-argument): Fix doc-string typo and use
16662 'same-frame-other-window instead of 'other-window when associating
16663 with display-buffer-macro-specifiers.
327c8fb1 16664
7cf3f556
VB
166652011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
16666
16667 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
16668 New functions.
16669 (5x5-mode-map, 5x5-mode-menu): Bind them.
16670 (5x5-draw-grid): Tweak the solver's rendering.
16671
60a406cf
SM
166722011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
16673
16674 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
16675 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
16676
d8e4b68b 166772011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
16678
16679 * menu-bar.el: Use function variable instead of switch-to-buffer.
16680 (menu-bar-select-buffer-function): New variable.
60a406cf 16681 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 16682
478d6f95
SM
166832011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
16684
16685 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
16686 variable's status.
16687
ca530739
JD
166882011-06-20 Jan Djärv <jan.h.d@swipnet.se>
16689
16690 * x-dnd.el (x-dnd-version-from-flags)
16691 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
16692 and long as number (Bug#8899).
16693 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
16694
bcd70d97
SM
166952011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
16696
60a406cf 16697 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
16698 (completion-try-completion, completion-all-completions): Compute the
16699 metadata argument if it's missing; make it optional (bug#8795).
16700
60a406cf 16701 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
16702 (widget-complete): Use new :completion-function property.
16703 (widget-completions-at-point): New function.
16704 (default): Use :completion-function instead of :complete.
60a406cf
SM
16705 (widget-default-completions): Rename from widget-default-complete;
16706 Rewrite.
bcd70d97
SM
16707 (widget-string-complete, widget-file-complete, widget-color-complete):
16708 Remove functions.
16709 (file, symbol, function, variable, coding-system, color):
16710 * international/mule-cmds.el (default-input-method, charset)
16711 (language-info-custom-alist):
16712 * cus-edit.el (face): Use new property :completions.
16713
16714 * progmodes/pascal.el (pascal-completions-at-point): New function.
16715 (pascal-mode): Use it.
16716 (pascal-mode-map): Use completion-at-point.
16717 (pascal-toggle-completions): Make obsolete.
16718 (pascal-complete-word, pascal-show-completions):
16719 * progmodes/octave-mod.el (octave-complete-symbol):
16720 Redefine as obsolete alias.
16721 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
16722 Signal absence of completion info for old Octave,
16723 (inferior-octave-complete): Redefine as obsolete alias.
16724 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
16725 (meta-completions-at-point): Rename from meta-complete-symbol and
16726 adapt it for use on completion-at-point-functions.
16727 (meta-common-mode): Use it.
16728 (meta-looking-at-backward, meta-match-buffer): Remove.
16729 (meta-complete-symbol): Redefine as obsolete alias.
16730 (meta-common-mode-map): Use completion-at-point.
16731 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
16732 (makefile-mode-map): Use completion-at-point.
16733 (makefile-completions-at-point): Rename from makefile-complete and
16734 adapt it for use on completion-at-point-functions.
16735 (makefile-mode): Use it.
16736 (makefile-complete): Redefine as obsolete alias.
16737
aebf69c8
DD
167382011-06-20 Deniz Dogan <deniz@dogan.se>
16739
16740 * net/rcirc.el: Delete trailing whitespaces once and for all.
16741
bfbbb27d
DC
167422011-06-20 Daniel Colascione <dan.colascione@gmail.com>
16743
16744 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
16745
d264a46b
CY
167462011-06-19 Chong Yidong <cyd@stupidchicken.com>
16747
4ca009e5
CY
16748 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
16749
d264a46b
CY
16750 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
16751
fbf5b3ce
MR
167522011-06-19 Martin Rudalics <rudalics@gmx.at>
16753
16754 * window.el (display-buffer-other-window-means-other-frame):
16755 Call display-buffer-normalize-alist.
16756 (display-buffer-normalize-specifiers-1): Rename to
16757 display-buffer-normalize-argument. New argument other-frame.
16758 Rewrite.
16759 (display-buffer-normalize-specifiers-2): Rename to
16760 display-buffer-normalize-options.
16761 (display-buffer-normalize-alist-1): New function.
16762 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
16763 display-buffer-normalize-alist.
16764 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
16765 (display-buffer-normalize-options-inhibit): New variable.
16766 (display-buffer-normalize-specifiers): Rewrite calling
16767 display-buffer-normalize-alist,
16768 display-buffer-normalize-argument, and
16769 display-buffer-normalize-options. Don't call the latter if
16770 display-buffer-normalize-options-inhibit is non-nil.
16771 (frame-auto-delete): New option.
16772 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
16773 (window-list-no-nils, window-state-ignored-parameters)
16774 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
16775 (window-state-put-1, window-state-put-2, window-state-put):
16776 New functions.
9a028c23
MR
16777 (display-buffer-normalize-options): Move special-display-p group
16778 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 16779
6d10d800
CY
167802011-06-18 Chong Yidong <cyd@stupidchicken.com>
16781
6420d28b
CY
16782 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
16783 groups (Bug#8776).
16784 (rx-submatch-n): New function.
16785 (rx): Document it.
16786
ddb8b596
CY
16787 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
16788 (Bug#8768).
16789
16790 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
16791
77080289
CY
16792 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
16793
61dfb316
CY
16794 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
16795 anytime existing face settings are present (Bug#8889).
16796
6d10d800
CY
16797 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
16798 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
16799 Remove unused argument.
16800
be3fb2b8
MR
168012011-06-18 Martin Rudalics <rudalics@gmx.at>
16802
bcd70d97
SM
16803 * window.el (display-buffer-default-specifiers):
16804 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
16805 pop-up-window-min-width, and another reuse-window specifier
16806 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
16807 (display-buffer-normalize-specifiers-2):
16808 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
16809 pop-up-windows is unset. Add a reuse-window specifier for the
16810 case popping up a new window fails.
16811 (special-display-popup-frame): Remove double quoting.
28dec25a 16812 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 16813
1c6d8c76
SM
168142011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
16815
16816 * shell.el (shell-completion-vars): Set pcomplete-termination-string
16817 according to comint-completion-addsuffix.
16818
16819 * pcomplete.el: Convert to lexical binding and fix bug#8819.
16820 (pcomplete-suffix-list): Mark as obsolete.
16821 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
16822 pcomplete-seen in the closure.
16823 (pcomplete-comint-setup): Setup completion-at-point as well.
16824 (pcomplete--entries): New function.
16825 (pcomplete--env-regexp): New var.
16826 (pcomplete-entries): Rewrite to work with partial-completion and
16827 without relying on pcomplete-suffix-list.
16828 (pcomplete-pare-list): Remove, unused.
16829
25aef8b8
MR
168302011-06-17 Martin Rudalics <rudalics@gmx.at>
16831
16832 * window.el (display-buffer-alist): Set pop-up-window-min-height
16833 and pop-up-window-min-width in default value. Reported by
16834 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
16835 other-window-means-other-frame.
16836 (display-buffer-macro-specifiers): Comment out entry for
16837 other-window specifier.
16838 (display-buffer-other-window-means-other-frame): New function.
16839 (display-buffer-normalize-specifiers-1): New arguments
16840 buffer-name and label. Treat other-window case specially.
16841 (display-buffer-normalize-specifiers-2): Treat other-window case
16842 specially.
16843 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
16844 (display-buffer-normalize-specifiers):
16845 Call display-buffer-normalize-specifiers-3.
25aef8b8 16846
dbad4f69
MR
168472011-06-17 Martin Rudalics <rudalics@gmx.at>
16848
16849 * window.el (same-window-p): Fix two typos introduced when
16850 adding with-no-warnings.
d1067961
MR
16851 (display-buffer-normalize-specifiers-1): Don't check
16852 pop-up-frames for 'unset initialization.
16853 (display-buffer-normalize-specifiers-2): Major rewrite using
16854 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
16855 (pop-up-frames, display-buffer-reuse-frames)
16856 (display-buffer-mark-dedicated): Don't initialize to 'unset.
16857 Suggested by David Engster <deng@randomsample.de>.
16858 (even-window-heights): Initialize to 'unset.
16859 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
16860 (display-buffer-macro-specifiers): Don't pop up a new frame in the
16861 other window case.
dbad4f69 16862
9b9c9e3a
MR
168632011-06-16 Martin Rudalics <rudalics@gmx.at>
16864
bcd70d97
SM
16865 * window.el (display-buffer-normalize-specifiers-1):
16866 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 16867 second argument of display-buffer (Bug#8865).
981d5c09
MR
16868 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
16869 (switch-to-buffer-other-window-same-frame)
16870 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
16871 Adams (Bug#8875).
9c2755e9
MR
16872 (display-buffer): Don't check noninteractive when calling
16873 display-buffer-pop-up-frame.
16874 (display-buffer-pop-up-frame): Never pop up a frame in
16875 noninteractive mode (Bug#8857).
67222e1d
MR
16876 (enlarge-window, shrink-window): Don't report an error when the
16877 window can't be resized as requested (Bug#8862).
9b9c9e3a 16878
2b75be67
SM
168792011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
16880
9ffdd3ba
SM
16881 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
16882
cb581a67
SM
16883 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
16884
2b75be67
SM
16885 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
16886
8c0e3589
AM
168872011-06-15 Alan Mackenzie <acm@muc.de>
16888
cb581a67
SM
16889 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
16890 for declarators, disable knr checking to speed up for normal files.
16891 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 16892
b96e6cde
LMI
168932011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
16894
4bba86e6
LMI
16895 * net/network-stream.el (open-network-stream): Add the keyword
16896 :always-query-capabilities for the case where you want to force a
16897 `plain' network connection, but the protocol still requires the
16898 capabilitiy command (i.e., SMTP and EHLO).
16899
2b75be67 16900 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
16901 consistency with other `-live-p' functions.
16902
efdcdbf8
SM
169032011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
16904
16905 * window.el (same-window-buffer-names, same-window-regexps)
16906 (special-display-frame-alist, special-display-popup-frame)
16907 (special-display-function, special-display-buffer-names)
16908 (special-display-regexps, pop-up-frame-alist)
16909 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
16910 (pop-up-windows, split-window-preferred-function)
16911 (split-height-threshold, split-width-threshold, even-window-heights)
16912 (display-buffer-mark-dedicated): Don't encourage the use of
16913 display-buffer-alist from Elisp code.
16914
c5cde042
DN
169152011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
16916
16917 * progmodes/python.el (python-mode): Derive from prog-mode.
16918 * progmodes/ps-mode.el (ps-mode):
16919 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 16920 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
16921 * progmodes/ld-script.el (ld-script-mode): Likewise.
16922
baa1c9ab
MR
169232011-06-15 Martin Rudalics <rudalics@gmx.at>
16924
16925 * window.el (display-buffer-alist): Trim default value to avoid
16926 popping up a new frame (Bug#8857) or reusing an arbitrary window
16927 on another frame.
16928 (display-buffer): Do not fall back on popping up a new frame in
16929 batch mode (Bug#8857).
16930
c5dd5a51
CY
169312011-06-14 Chong Yidong <cyd@stupidchicken.com>
16932
16933 * cus-theme.el (describe-theme-1): Use custom-theme-p.
16934 (custom-theme-summary): New function.
16935 (customize-themes): Use it.
16936
d647b7c4
GM
169372011-06-13 Glenn Morris <rgm@gnu.org>
16938
16939 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
16940
9481c002
MR
169412011-06-13 Martin Rudalics <rudalics@gmx.at>
16942
357f93d2
MR
16943 * help.el (help-window): Remove variable.
16944 (help-window-point-marker, temp-buffer-max-height)
16945 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
16946 (help-print-return-message): Don't set help-window.
16947 (resize-temp-buffer-window): Rewrite cod eand doc-string.
16948 (help-window-setup-finish): Remove.
16949 (help-window-display-message, help-window-setup)
16950 (with-help-window): Major rewrite based on new
16951 display-buffer-window variable.
16952
16953 * help-mode.el (help-mode-finish): Remove help-window related
16954 code.
16955
16956 * view.el (view-exits-all-viewing-windows): Remove reference to
16957 view-return-to-alist in doc-string.
16958 (view-return-to-alist): Make obsolete.
16959 (view-buffer): Call pop-to-buffer-same-window and remove
16960 undo-window code.
16961 (view-buffer-other-window): Call pop-to-buffer-other-window and
16962 simplify code. Ignore second argument.
16963 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
16964 simplify code. Ignore second argument.
16965 (view-return-to-alist-update): Make obsolete.
16966 (view-mode-enter): Rename second argument to QUIT-RESTORE.
16967 Rewrite using quit-restore window parameters.
2b75be67
SM
16968 (view-mode-exit): Rename second argument to EXIT-ONLY.
16969 Rewrite using quit-restore-window.
357f93d2
MR
16970 (View-exit, View-exit-and-edit, View-leave, View-quit)
16971 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
16972 appropriate arguments.
16973 (view-end-message): Use quit-restore window parameter.
16974
9481c002
MR
16975 * window.el (display-buffer-function): Rewrite doc-string.
16976 (display-buffer-window, display-buffer-alist): New variables.
16977 (display-buffer-split-specifiers)
16978 (display-buffer-side-specifiers)
16979 (display-buffer-macro-specifiers): New constants.
16980 (display-buffer-even-window-sizes, display-buffer-set-height)
16981 (display-buffer-set-width, display-buffer-select-window)
16982 (display-buffer-in-window, display-buffer-reuse-window)
16983 (display-buffer-split-window-1, display-buffer-split-window)
16984 (display-buffer-split-atom-window, display-buffer-pop-up-window)
16985 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
16986 (display-buffer-in-side-window, normalize-buffer-to-display)
16987 (display-buffer-normalize-specifiers-1)
16988 (display-buffer-normalize-specifiers-2)
2b75be67
SM
16989 (display-buffer-normalize-specifiers, display-buffer-frame):
16990 New functions.
9481c002
MR
16991 (display-buffer): Major rewrite.
16992 (display-buffer-other-window, display-buffer-other-frame)
16993 (pop-to-buffer, switch-to-buffer-other-window)
16994 (switch-to-buffer-other-frame): Rewrite.
16995 (display-buffer-same-window, display-buffer-same-frame)
16996 (display-buffer-same-frame-other-window)
16997 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
16998 (pop-to-buffer-other-window)
16999 (pop-to-buffer-same-frame-other-window)
17000 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
17001 (switch-to-buffer-other-window-same-frame): New functions.
17002 (same-window-p, special-display-p): Rewrite disabling warnings.
17003 Make obsolete.
17004 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
17005 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
17006 Make obsolete
17007 (same-window-buffer-names, same-window-regexps)
17008 (special-display-frame-alist, special-display-popup-frame)
17009 (special-display-function, special-display-buffer-names)
17010 (special-display-regexps, pop-up-frame-alist)
17011 (pop-up-frame-function, split-window-preferred-function)
17012 (split-height-threshold, split-width-threshold)
17013 (even-window-heights): Make obsolete.
17014
9db51aca
GM
170152011-06-12 Glenn Morris <rgm@gnu.org>
17016
17017 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 17018 Misc simplifications.
9db51aca 17019
39cffb44
MR
170202011-06-12 Martin Rudalics <rudalics@gmx.at>
17021
17022 * window.el (window-safely-shrinkable-p): Restore function which
17023 was inadvertently removed in change from 2011-06-11. Declare as
17024 obsolete.
17025
2b75be67
SM
17026 * calendar/calendar.el (calendar-generate-window):
17027 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
17028 window-safely-shrinkable-p.
17029
a8955be7
GM
170302011-06-12 Glenn Morris <rgm@gnu.org>
17031
17032 * progmodes/fortran.el (fortran-mode-syntax-table):
17033 * progmodes/f90.el (f90-mode-syntax-table):
17034 Set % to punctuation. (Bug#8820)
17035 (f90-find-tag-default): Remove, no longer needed.
17036
f0d4059d
DC
170372011-06-12 Daniel Colascione <dan.colascione@gmail.com>
17038
17039 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
17040
1100a63c
CY
170412011-06-11 Chong Yidong <cyd@stupidchicken.com>
17042
17043 * image.el (image-animated-p): Return animation delay in seconds.
17044 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
17045 (image-animate-timeout): Remove DELAY argument. Don't assume
17046 every subimage has the same delay; get it from image-animated-p.
17047 (image-animate): Caller changed.
17048
def722bf
MA
170492011-06-11 Michael Albinus <michael.albinus@gmx.de>
17050
17051 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
17052 to ignored backtrace functions.
17053
0a2bb1a9
GM
170542011-06-11 Glenn Morris <rgm@gnu.org>
17055
17056 * calendar/appt.el (appt-disp-window-function): Doc fix.
17057 (appt-check): Handle overlapping appointments. (Bug#8337)
17058
6198ccd0
MR
170592011-06-11 Martin Rudalics <rudalics@gmx.at>
17060
17061 * window.el (window-tree-1, window-tree): New functions, moving
17062 the latter to window.el.
17063 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
17064 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
17065 (bw-refresh-edges): Remove.
17066 (balance-windows-1, balance-windows-2): New functions.
17067 (balance-windows): Rewrite in terms of window tree functions,
17068 balance-windows-1 and balance-windows-2.
17069 (bw-adjust-window): Remove.
17070 (balance-windows-area-adjust): New function with functionality of
17071 bw-adjust-window but using resize-window.
2b75be67
SM
17072 (set-window-text-height): Rewrite doc-string.
17073 Use normalize-live-window and resize-window.
17074 (enlarge-window-horizontally, shrink-window-horizontally):
17075 Rename argument to DELTA.
6198ccd0
MR
17076 (window-buffer-height): New function.
17077 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
17078 Rewrite using new window resize routines.
2b75be67
SM
17079 (kill-buffer-and-window, mouse-autoselect-window-select):
17080 Use ignore-errors instead of condition-case.
6198ccd0
MR
17081 (quit-window): Call delete-frame instead of delete-windows-on
17082 for the only buffer on frame.
17083
9397e56f
MR
170842011-06-10 Martin Rudalics <rudalics@gmx.at>
17085
17086 * loadup.el (top-level): Load window before files for the sake
17087 of replace-buffer-in-windows.
17088
17089 * files.el (read-buffer-to-switch)
17090 (switch-to-buffer-other-window)
2b75be67
SM
17091 (switch-to-buffer-other-frame, display-buffer-other-frame):
17092 Move to window.el.
9397e56f
MR
17093
17094 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
17095 (previous-buffer): Move to window.el.
17096
17097 * bindings.el (unbury-buffer): Move to window.el.
17098
17099 * window.el (delete-other-windows-vertically): Move after
17100 definition of delete-other-windows.
17101 (other-window, delete-windows-on, replace-buffer-in-windows):
17102 Move here from window.c.
17103 (record-window-buffer, unrecord-window-buffer)
17104 (set-window-buffer-start-and-point, switch-to-prev-buffer)
17105 (switch-to-next-buffer): New functions.
17106 (get-next-valid-buffer, last-buffer, next-buffer): Move here
17107 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
17108 (previous-buffer): Move here from simple.el.
17109 Call switch-to-prev-buffer.
9397e56f
MR
17110 (bury-buffer): Move here from buffer.c. Switch to previous
17111 buffer when window cannot be deleted.
17112 (unbury-buffer): Move here from bindings.el.
17113 (ctl-x-map): Move binding for other-window from window.c to
17114 here.
17115 (read-buffer-to-switch, switch-to-buffer-other-window)
17116 (switch-to-buffer-other-frame): Move here from files.el.
17117 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
17118 (switch-to-buffer): Move here from buffer.c.
17119 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 17120
562dd5e9
MR
171212011-06-10 Martin Rudalics <rudalics@gmx.at>
17122
17123 * window.el (window-min-height, window-min-width): Move here
17124 from window.c. Add defcustoms and rewrite doc-strings.
17125 (resize-mini-window, resize-window): New functions.
17126 (adjust-window-trailing-edge, enlarge-window, shrink-window):
17127 Move here from window.c.
17128 (maximize-window, minimize-window): New functions.
17129 (delete-window, delete-other-windows, split-window): Move here
17130 from window.c.
17131 (window-split-min-size): New function.
17132 (split-window-keep-point): Mention split-window-above-each-other
17133 instead of split-window-vertically.
2b75be67 17134 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
17135 Rename split-window-vertically to split-window-above-each-other
17136 and provide defalias for old definition.
17137 (split-window-side-by-side, split-window-horizontally):
17138 Rename split-window-horizontally to split-window-side-by-side
17139 and provide defalias for the old definition.
562dd5e9
MR
17140 (ctl-x-map): Move bindings for delete-window,
17141 delete-other-windows and enlarge-window here from window.c.
17142 Replace bindings for split-window-vertically and
17143 split-window-horizontally by bindings for
17144 split-window-above-each-other and split-window-side-by-side.
17145
17146 * cus-start.el (all): Remove entries for window-min-height and
17147 window-min-width. Add entries for window-splits and
17148 window-nest.
17149
f0da764a
GM
171502011-06-09 Glenn Morris <rgm@gnu.org>
17151
80675c21
GM
17152 * calendar/appt.el (appt-mode-line): New function.
17153 (appt-check, appt-disp-window): Use it.
17154
f0da764a
GM
17155 * files.el (hack-one-local-variable-eval-safep):
17156 Allow minor-modes with explicit +/-1 arguments.
17157
59f623b7
TZ
171582011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
17159
17160 * term/xterm.el (xterm): Add defgroup.
17161 (xterm-extra-capabilities): Add defcustom to supply known xterm
17162 capabilities, skip querying them, or query them (default).
17163 (terminal-init-xterm): Use it.
17164 (terminal-init-xterm-modify-other-keys): New function to set up
17165 modifyOtherKeys support to simplify `terminal-init-xterm'.
17166
9aab8e0d
MR
171672011-06-09 Martin Rudalics <rudalics@gmx.at>
17168
17169 * window.el (resize-window-reset, resize-window-reset-1)
17170 (resize-subwindows-skip-p, resize-subwindows-normal)
17171 (resize-subwindows, resize-other-windows, resize-this-window)
17172 (resize-root-window, resize-root-window-vertically)
17173 (window-deletable-p, window-or-subwindow-p)
17174 (frame-root-window-p): New functions.
17175
e8b08aee
GM
171762011-06-09 Glenn Morris <rgm@gnu.org>
17177
17178 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
17179 (ange-ftp-get-files): Use it.
17180
254c37a5
AK
171812011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
17182
17183 * mail/sendmail.el (mail-recover-1, mail-recover):
17184 * files.el (recover-file, recover-session):
17185 Handle dired-listing-switches not being just a single short option.
17186
35d7dbd3
GM
171872011-06-09 Glenn Morris <rgm@gnu.org>
17188
17189 * calendar/appt.el (appt-display-message, appt-disp-window):
17190 Handle lists of appointments.
17191
387522b2
MR
171922011-06-08 Martin Rudalics <rudalics@gmx.at>
17193
2b75be67
SM
17194 * window.el (one-window-p): Move down in code.
17195 Rewrite doc-string.
17196 (window-current-scroll-bars): Rewrite doc-string.
17197 Normalize live window argument.
387522b2
MR
17198 (walk-windows, get-window-with-predicate, count-windows):
17199 Rewrite doc-string. Use window-list-1.
17200 (window-in-direction-2, window-in-direction, get-mru-window):
17201 New functions.
17202
d8e4b68b 172032011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
17204
17205 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
17206 Doc fix (Bug#8713).
17207
172082011-06-08 Chong Yidong <cyd@stupidchicken.com>
17209
17210 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
17211
172122011-06-08 Juanma Barranquero <lekktu@gmail.com>
17213
17214 * loadhist.el (unload-feature-special-hooks):
17215 Add `comint-output-filter-functions'.
17216
0de12c52
IK
172172011-06-08 Ivan Kanis <gnu@kanis.fr>
17218
17219 * calendar/appt.el (appt-check): Move some initializations into the let.
17220
f3d1777e
MR
172212011-06-08 Martin Rudalics <rudalics@gmx.at>
17222
17223 * window.el (window-height): Defalias to window-total-height.
17224 (window-width): Defalias to window-body-width.
17225
18af70d0
CY
172262011-06-07 Chong Yidong <cyd@stupidchicken.com>
17227
17228 * image-mode.el (image-toggle-animation): New command.
17229 (image-mode-map): Bind it to RET.
17230 (image-mode): Update message.
17231 (image-toggle-display-image): Avoid a spurious cache flush.
17232 (image-transform-rotation): Doc fix.
17233 (image-transform-properties): Return quickly in the normal case.
17234 (image-animate-loop): Rename from image-animate-max-time.
17235
2b75be67 17236 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
17237 (create-animated-image): Remove unnecessary function.
17238 (image-animate): Rename from image-animate-start. New arg.
2b75be67 17239 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
17240 (image-animate-timer): Use car-safe.
17241 (image-animate-timeout): Rename argument.
17242
190b47e6
MR
172432011-06-07 Martin Rudalics <rudalics@gmx.at>
17244
17245 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
17246 window.c. Rename first argument to ALL-FRAMES.
17247 Rephrase doc-strings.
17248 (get-buffer-window-list): Rewrite using window-list-1.
17249 Rephrase doc-string.
a1511caf
MR
17250 (window-safe-min-height, window-safe-min-width): New constants.
17251 (window-size-ignore, window-min-size, window-min-size-1)
17252 (window-sizable, window-sizable-p, window-size-fixed-1)
17253 (window-size-fixed-p, window-min-delta-1, window-min-delta)
17254 (window-max-delta-1, window-max-delta, window-resizable)
17255 (window-resizable-p, window-total-height, window-total-width)
17256 (window-body-width): New functions.
17257 (window-full-height-p, window-full-width-p): Rewrite using
17258 window-total-size.
17259 (window-body-height): Rewrite using window-body-size.
190b47e6 17260
85cc1f11
MR
172612011-06-06 Martin Rudalics <rudalics@gmx.at>
17262
17263 * window.el (window-right, window-left, window-child)
17264 (window-child-count, window-last-child, window-any-p)
17265 (normalize-live-buffer, normalize-live-frame)
17266 (normalize-any-window, normalize-live-window)
17267 (window-iso-combination-p, window-iso-combined-p)
17268 (window-iso-combinations)
17269 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
17270 (windows-with-parameter, window-with-parameter)
17271 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
17272 (window-atom-check, window-side-check, window-check):
17273 New functions.
85cc1f11
MR
17274 (ignore-window-parameters, window-sides, window-sides-vertical)
17275 (window-sides-slots): New variables.
17276 (window-size-fixed): Move down in code. Minor doc-string fix.
17277
e7156492
AS
172782011-06-05 Andreas Schwab <schwab@linux-m68k.org>
17279
17280 * comint.el (comint-dynamic-complete-as-filename)
17281 (comint-dynamic-complete-filename): Correctly call
17282 completion-in-region.
17283
7e821d0d
DD
172842011-06-05 Deniz Dogan <deniz@dogan.se>
17285
17286 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
17287 in last change.
17288
ac09b8a1
DD
172892011-06-05 Deniz Dogan <deniz@dogan.se>
17290
17291 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
17292 (rcirc): Use it to prompt for encryption.
17293
34699b85
RW
172942011-06-05 Roland Winkler <winkler@gnu.org>
17295
17296 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
17297 (bibtex-search-entries): New command bound to C-c C-a.
17298 (bibtex-display-entries): New function.
17299
004dedd3
RW
173002011-06-05 Roland Winkler <winkler@gnu.org>
17301
17302 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
17303 (bibtex-insert-kill): After yanking insert newline if necessary.
17304 (bibtex-initialize): Call bibtex-string-files-init only once.
17305 (bibtex-mode): Do not call easy-menu-add.
17306 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
17307 (bibtex-yank): Set arg properly if nil.
17308
022fe7ce
RW
173092011-06-05 Roland Winkler <winkler@gnu.org>
17310
2b75be67
SM
17311 * textmodes/bibtex.el (bibtex-search-entry-globally):
17312 New variable.
022fe7ce
RW
17313 (bibtex-search-entry): Use it.
17314
b7c3692a
RW
173152011-06-05 Roland Winkler <winkler@gnu.org>
17316
17317 * textmodes/bibtex.el (bibtex-entry-format): New option
17318 sort-fields.
17319 (bibtex-format-entry, bibtex-reformat): Honor this option.
17320 (bibtex-parse-entry): Return fields in proper order.
17321
8eda563d
JB
173222011-06-05 Juanma Barranquero <lekktu@gmail.com>
17323
17324 * doc-view.el (doc-view-remove-if): Move computation of result out
17325 of `dolist' to silence misleading lexical-binding warning.
17326
7dbe3dbc
CY
173272011-06-04 Chong Yidong <cyd@stupidchicken.com>
17328
17329 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
17330 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
17331
0c33dd17
MA
173322011-06-04 Michael Albinus <michael.albinus@gmx.de>
17333
17334 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
17335 "SunOS 5.10".
17336
f8f91c2b
MA
173372011-06-04 Michael Albinus <michael.albinus@gmx.de>
17338
17339 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
17340 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
17341 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
17342 (tramp-parse-putty):
17343 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
17344 (tramp-completion-function-alist-ssh)
17345 (tramp-completion-function-alist-telnet)
17346 (tramp-completion-function-alist-su)
17347 (tramp-completion-function-alist-putty): Set `tramp-autoload'
17348 cookie.
17349
17350 * net/tramp-ftp.el:
17351 * net/tramp-sh.el:
17352 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
17353 load "tramp.el" `tramp-set-completion-function'.
17354
e17d9003
SM
173552011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
17356
17357 * shell.el: Require and use pcomplete.
17358 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
17359 (shell-completion-vars): Set pcomplete-default-completion-function.
17360
6c4cab03
DD
173612011-06-04 Deniz Dogan <deniz@dogan.se>
17362
17363 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
17364 `memq' (Bug#8799).
17365
ea9fafe0
SM
173662011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
17367
17368 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
17369
b3e945d3
JB
173702011-06-02 Juanma Barranquero <lekktu@gmail.com>
17371
17372 * bs.el (bs--mark-unmark, bs--nth-wrapper):
17373 * mpc.el (mpc-select-extend, mpc-songpointer-context):
17374 * vc/log-view.el (log-view-beginning-of-defun):
17375 * vc/smerge-mode.el (smerge-apply-resolution-patch)
17376 (smerge-refine-forward, smerge-refine-chopup-region):
17377 Silence warning for unused `dotimes' counter variables.
17378
7d520089
SM
173792011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
17380
17381 * net/tramp.el (tramp-with-progress-reporter): Rename from
17382 with-progress-reporter. Use `declare'.
17383 * net/tramp-smb.el:
17384 * net/tramp-sh.el:
17385 * net/tramp-gvfs.el: Update all uses.
17386
a1c2400f
JB
173872011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
17388
17389 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
17390 buffer isn't killed before making it current.
17391
2403c841
SM
173922011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
17393
17394 Silence various byte-compiler warnings.
17395 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
17396 `access-type' and new obsolescence format.
17397 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
17398 new format.
17399 (byte-compile-check-variable): New `access-type' argument.
17400 Only warn if the access-type is obsolete.
17401 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
17402 (byte-compile-variable-set): Adjust callers.
17403 * help-fns.el (describe-variable): Adjust to new obsolescence format.
17404 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
17405 setting it as obsolete.
17406 * simple.el (minibuffer-completing-symbol):
17407 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
17408 access as obsolete.
17409 * minibuffer.el (minibuffer-completing-file-name): Don't make it
17410 obsolete yet.
17411 * international/quail.el (quail-mouse-choose-completion): Remove unused
17412 code referring to obsolete var.
17413 (quail-choose-completion-string): Remove.
17414 * server.el (server-clients-with, server-kill-buffer-query-function)
17415 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
17416 * proced.el (proced-send-signal):
17417 * emacs-lisp/lisp.el (lisp-complete-symbol):
17418 Replace completion-annotate-function with completion-extra-properties.
17419
2462470b
SM
174202011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
17421
fb5b2591
SM
17422 * simple.el (goto-line): Use read-number.
17423 (overriding-map-is-bound): Remove.
17424 (saved-overriding-map): Change default.
17425 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
17426 Take the map as argument.
17427 (universal-argument, negative-argument, digit-argument): Use it.
17428 (restore-overriding-map): Adjust.
17429 (do-auto-fill): Use fill-forward-paragraph.
17430 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
17431
fd6fa53f
SM
17432 * minibuffer.el (minibuffer-inactive-mode-map): New var.
17433 (minibuffer-inactive-mode): New major mode.
17434 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
17435 the *Messages* buffer" hack.
17436 (mouse-popup-menubar): Don't burp if the event is a normal key.
17437
2462470b
SM
17438 Miscellaneous tweaks.
17439 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
17440 lexical scoping as in subr.el's dolist and dotimes.
17441 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
17442 Silence compiler warning.
17443 * thingatpt.el (forward-whitespace): Trivial coding style fix.
17444 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
17445 * international/ccl.el (ccl-compile): Trivial simplification.
17446 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
17447 * emacs-lisp/testcover.el (testcover-end): Remove spurious
17448 `printflag' argument.
17449 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17450 Purecopy the whole obsolescence data.
17451
108bf785
LL
174522011-06-01 Leo Liu <sdl.web@gmail.com>
17453
17454 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
17455 improve doc-string as suggested by Marco Pessotto
17456 <melmothx@gmail.com>.
17457 (rcirc-print): Fix last change.
17458
30a23501
SM
174592011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
17460
17461 * minibuffer.el (complete-with-action): Return nil for the metadata and
17462 boundaries of non-functional tables.
17463 (completion-table-dynamic): Return nil for the metadata.
17464 (completion-table-with-terminator): Add default case, using
17465 complete-with-action.
17466 (completion--metadata): New function.
17467 (completion-all-sorted-completions, minibuffer-completion-help): Use it
17468 to try and avoid pathological performance problems.
17469 (completion--embedded-envvar-table): Return `category' metadata.
17470
bcd54f83
LMI
174712011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
17472
17473 * subr.el (process-alive-p): New tiny convenience function.
17474
e227544d
SM
174752011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
17476
17477 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
17478 content but also its previous major mode.
17479
e8296fdc
HE
174802011-05-31 Helmut Eller <eller.helmut@gmail.com>
17481
4d61f28d 17482 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
17483 *Backtrace* buffer when we exit with C-M-c.
17484
620c53a6
SM
174852011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
17486
17487 * minibuffer.el: Add metadata method to completion tables.
17488 (completion-category-overrides): New defcustom.
17489 (completion-metadata, completion--field-metadata)
17490 (completion-metadata-get, completion--styles)
17491 (completion--cycle-threshold): New functions.
17492 (completion-try-completion, completion-all-completions):
17493 Add `metadata' argument to choose completion-styles.
17494 (completion--do-completion): Use metadata to choose cycling.
17495 (completion-all-sorted-completions): Use metadata for sorting.
17496 Remove :completion-cycle-penalty which is not needed any more.
17497 (completion--try-word-completion): Add `metadata' argument.
17498 (minibuffer-completion-help): Check metadata for annotation function
17499 and sorting.
17500 (completion-file-name-table): Return `category' metadata.
17501 (minibuffer-completing-file-name): Make obsolete.
17502 * simple.el (minibuffer-completing-symbol): Make obsolete.
17503 * icomplete.el (icomplete-completions): Pass new `metadata' param to
17504 completion-try-completion.
17505
1257e755
SM
175062011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
17507
17508 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
17509
3767e706
LL
175102011-05-30 Leo Liu <sdl.web@gmail.com>
17511
17512 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
17513 (rcirc-print): Decode all incoming messages (bug#8744).
17514 (rcirc-decode-coding-system): Allow value nil for automatic coding
17515 system detection.
3767e706 17516
d1a5d56a
GM
175172011-06-01 Glenn Morris <rgm@gnu.org>
17518
17519 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
17520
e8cbec34
CY
175212011-05-29 Chong Yidong <cyd@stupidchicken.com>
17522
17523 * image.el (image-animate-max-time): Allow nil and t values.
17524 Default to nil.
17525 (create-animated-image): Doc fix.
17526 (image-animate-start): Remove second arg; just use
17527 image-animate-max-time.
17528 (image-animate-timeout): Doc fix. Args changed.
17529
17530 * image-mode.el (image-toggle-display-image): Ensure that the
17531 image spec passed to the animate timer is the same object as in
58179cce 17532 the buffer's display property (Bug#6981).
e8cbec34
CY
17533 (image-transform-properties): Doc fix.
17534
17535 * image.el (image-animate-max-time): Default to nil.
17536
159daf87
MR
175372011-05-29 Martin Rudalics <rudalics@gmx.at>
17538
17539 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
17540 entire buffer list (Bug#8184).
17541
d66c4c7c
CY
175422011-05-29 Chong Yidong <cyd@stupidchicken.com>
17543
17544 * image.el (imagemagick-types-inhibit)
17545 (imagemagick-register-types): Doc fix.
17546
80aec780
DD
175472011-05-29 Deniz Dogan <deniz@dogan.se>
17548
17549 * net/rcirc.el (rcirc): Use the user's stored encryption method by
17550 default.
17551
1dd3c2d9
CY
175522011-05-29 Chong Yidong <cyd@stupidchicken.com>
17553
17554 * select.el: Don't perform clipboard-manager saving in hooks;
17555 leave the hooks empty.
17556
60e56523
LL
175572011-05-28 Leo Liu <sdl.web@gmail.com>
17558
17559 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
17560 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
17561 (occur-edit-mode): New major mode (Bug#8463).
17562 (occur-after-change-function): New function.
17563 (occur-engine): Give Occur tags a read-only property.
17564
2b1e1a22
KR
175652011-05-28 Kevin Ryde <user42@zip.com.au>
17566
17567 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
17568
5d344e88
CY
175692011-05-28 Chong Yidong <cyd@stupidchicken.com>
17570
8e6ca83d
CY
17571 * bindings.el (help-echo): Make the initial non-indicator dash
17572 empty on graphical terminals (Bug#7295).
17573
5d344e88
CY
17574 * files.el (auto-mode-alist): Move config rule after the
17575 in-stripping one (Bug#8547).
17576
bfbbace7
CY
17577 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
17578
fbeba6e2
CY
17579 * startup.el (normal-splash-screen): Remove gratuitous mode-line
17580 setting (Bug#8740).
17581
60ed8c72
AA
175822011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
17583
4ac619f0
AA
17584 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
17585 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
17586 (Bug#8539).
60ed8c72 17587
23db196e
CY
175882011-05-28 Chong Yidong <cyd@stupidchicken.com>
17589
17590 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
17591
5012f24c
DK
175922011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
17593
17594 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
17595 (hs-hide-block-at-point, hs-find-block-beginning)
17596 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
17597 (Bug#8279).
17598
6a639b16
GM
175992011-05-28 Glenn Morris <rgm@gnu.org>
17600
17601 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
17602
d43eaf2c
CY
176032011-05-28 Chong Yidong <cyd@stupidchicken.com>
17604
5199bde1
CY
17605 * help-fns.el (describe-function-1): If the function is a derived
17606 major mode, print the parent mode.
17607
d43eaf2c
CY
17608 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
17609 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
17610
423428a8
SM
176112011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
17612
0ff8e1ba 17613 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 17614 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
17615 * progmodes/etags.el (tags-completion-at-point-function):
17616 * info-look.el (info-lookup-completions-at-point): Mark as
17617 non-exclusive.
17618 (info-complete): Adjust accordingly.
17619
423428a8
SM
17620 * info-look.el: Convert to lexical-binding and completion-at-point.
17621 (info-lookup-completions-at-point): New function.
17622 (info-complete): Use it and completion-in-region.
17623
b74aa22b
DA
176242011-05-28 Drew Adams <drew.adams@oracle.com>
17625
17626 * isearch.el: Let M-e start with point at the first mismatched char.
17627 (isearch-fail-pos): New function.
17628 (isearch-edit-string): Use it.
17629
66e2e71d
DK
176302011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
17631
17632 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
17633
b1890b0f 176342011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
17635
17636 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
17637 traversal functions for avl-trees.
17638 (avl-tree--stack): New struct.
17639 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
17640 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
17641 (avl-tree--do-enter): Add optional `updatefun' arg.
17642 Change return value.
eb95d01d 17643 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
17644 (avl-tree--do-delete): Add `test' and `nilflag' args.
17645 Change return value.
eb95d01d
TC
17646 (avl-tree-member): Add optional `nilflag'
17647 (avl-tree-member-p): New function.
17648 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
17649 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
17650 (avl-tree-stack-empty-p): New functions.
17651
3769ddcf
TC
17652 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
17653 avl-tree--del-balance1 and make it work both ways.
17654 (avl-tree--del-balance2): Remove.
17655 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
17656 make it work both ways.
17657 (avl-tree--enter-balance2): Remove.
17658 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
17659 New macros.
17660 (avl-tree--mapc, avl-tree-map): Add direction argument.
17661
eb95d01d 176622011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
17663
17664 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
17665
a9f737ee
CY
176662011-05-27 Chong Yidong <cyd@stupidchicken.com>
17667
17668 * select.el: Support clipboard managers with built-in function
17669 x-clipboard-manager-save, via delete-frame-functions and
17670 kill-emacs-hook.
17671 (xselect-convert-to-targets): Add MULTIPLE target to list.
17672 (xselect-convert-to-save-targets): New function.
17673
c92a1e54
KH
176742011-05-27 Kenichi Handa <handa@m17n.org>
17675
17676 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
17677 let-binding rfc2047-encode-encoded-words to nil.
17678
e145f188
GM
176792011-05-27 Glenn Morris <rgm@gnu.org>
17680
5ec8a862
GM
17681 * mail/emacsbug.el: Don't require url-util.
17682
4b29d9fb
GM
17683 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
17684
e145f188
GM
17685 * files.el (set-auto-mode):
17686 Also respect mode: entries at the end of the file. (Bug#8586)
17687
7d15102b
GM
176882011-05-26 Glenn Morris <rgm@gnu.org>
17689
98f593b8
GM
17690 * files.el (hack-local-variables-prop-line, hack-local-variables):
17691 Downcase mode names, as seems to be traditional.
27b48e63 17692 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 17693
7d15102b
GM
17694 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
17695 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
17696
51d5b4ec
JD
176972011-05-25 Julien Danjou <julien@danjou.info>
17698
17699 * textmodes/rst.el (rst-define-level-faces): Do not define face
17700 symbol if it is already defined.
17701
91513f63
VB
177022011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
17703
17704 * play/5x5.el (5x5-new-game, 5x5-randomize):
17705 Reset 5x5-solver-output to nil when a new grid is cast.
17706 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
17707 these debugging traces, as defmacro breaks the compiled code.
17708
4d90d6d0
DK
177092011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
17710
17711 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
17712
e1b90ef6
LL
177132011-05-24 Leo Liu <sdl.web@gmail.com>
17714
17715 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
17716 (vc-bzr-sha1): Adapt.
17717
d8e4b68b 17718 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
17719
17720 * bindings.el: Provide sha1 feature.
17721
db0406bb 177222011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
17723
17724 * mail/sendmail.el: Require `rfc2047'.
17725 (mail-insert-from-field): Do not perform RFC2047 encoding.
17726 (mail-encode-header): New function.
17727 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
17728 buffer to the return value of select-message-coding-system.
17729 Call mail-encode-header.
b8d747b9
KH
17730
17731 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
17732
db0406bb 177332011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 17734
4d90d6d0
DK
17735 * mail/supercite.el (sc-default-cite-frame):
17736 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 17737
eb8a5e9b
GM
177382011-05-24 Glenn Morris <rgm@gnu.org>
17739
f8630703
GM
17740 * progmodes/python.el (brm-menu): Declare.
17741
8831bbed
GM
17742 * emulation/viper.el (viper-set-hooks): Declare.
17743
eb8a5e9b
GM
17744 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
17745 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
17746 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
17747 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
17748 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
17749 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
17750
a2a25d24
SM
177512011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
17752
17753 Add an :exit-function for completion-at-point.
17754
17755 * minibuffer.el (completion--done): New fun.
17756 (completion--do-completion): Use it. New arg `expect-exact'.
17757 (minibuffer-complete, minibuffer-complete-word): Don't output message,
17758 since completion--do-completion does it for us now.
17759 (minibuffer-force-complete): Use completion--done and
17760 completion--replace. Handle sole-completion case with more care.
17761 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
17762 (completion-extra-properties): New var.
17763 (completion-annotate-function): Make obsolete.
17764 (minibuffer-completion-help): Adjust accordingly.
17765 Use completion-list-insert-choice-function.
17766 (completion-at-point, completion-help-at-point):
17767 Bind completion-extra-properties.
17768 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
17769 * simple.el (completion-list-insert-choice-function): New var.
17770 (completion-setup-function): Preserve it.
17771 (choose-completion): Pay attention to it, shuffle the code a bit.
17772 (choose-completion-string): New arg `insert-function'.
17773
17774 * textmodes/bibtex.el: Convert to lexical binding.
17775 (bibtex-mode-map): Use completion-at-point.
17776 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
17777 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
17778 (bibtex-complete): Define as obsolete alias.
17779 (bibtex-complete-internal): Remove.
17780 (bibtex-format-entry): Remove unused sub-group in regexp.
17781 * shell.el (shell--command-completion-data)
17782 (shell-environment-variable-completion):
17783 * pcomplete.el (pcomplete-completions-at-point):
17784 * comint.el (comint--complete-file-name-data): Use :exit-function
17785 instead of completion-table-with-terminator so it also works for
17786 choose-completion.
17787
e44e373d
SM
177882011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
17789
4f91a816
SM
17790 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
17791
782fc819
SM
17792 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
17793 (bug#8710).
17794
e44e373d
SM
17795 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
17796
381987c3
KM
177972011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
17798
17799 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
17800 customization variable and implement: If non-nil, auto-fill will
17801 be inhibited while on topic's header line.
17802
b776bc70
VB
178032011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
17804
17805 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 17806 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
17807 always have a solution in grid size = 5 cases.
17808 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
17809 (5x5-solver-output, 5x5-log-buffer): New vars.
17810 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
17811 Make these variables buffer local to achieve 5x5 multi-session-ness.
17812 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
17813 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
17814 (5x5-solve-suggest): New funs.
17815 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
17816 randomize a grid so that we ensure that there is always a solution.
17817 (5x5-make-random-grid): Allow other movement than flipping.
17818
7de88b6e
KR
178192011-05-23 Kevin Ryde <user42@zip.com.au>
17820
17821 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 17822 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
17823 advice and passes PREDICATE.
17824
b1ef1257
SM
178252011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
17826
bbca48fe
SM
17827 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
17828 byte-compile-lambda if it's actually a lambda.
17829
b1ef1257
SM
17830 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
17831 Fix function quoting. Use backquote better.
17832
92a9cc65
YS
178332011-05-22 Yuanle Song <sylecn@gmail.com>
17834
17835 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
17836 matching (Bug#8516).
17837
f0fb8059
JA
178382011-01-22 Jari Aalto <jari.aalto@cante.net>
17839
17840 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
17841 different face (Bug#8178).
17842
d5b44c93
CY
178432011-05-22 Chong Yidong <cyd@stupidchicken.com>
17844
17845 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
17846 defface (Bug#8144).
17847
79106a44
SM
178482011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
17849
9c848d8a
SM
17850 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
17851 funcall as well (bug#8712). Warn when performing those conversions.
17852 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
17853
79106a44
SM
17854 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
17855
88dfa756
GM
178562011-05-22 Glenn Morris <rgm@gnu.org>
17857
17858 * files.el (hack-local-variables-prop-line): Small simplifications.
17859 (hack-local-variables, hack-local-variables-prop-line):
17860 If MODE-ONLY, return the mode, rather than just `t'.
17861
b7cf2c79
SM
178622011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
17863
17864 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
17865
3f1a8558
GM
178662011-05-21 Glenn Morris <rgm@gnu.org>
17867
7e4ccca3
GM
17868 * files.el (hack-local-variables-prop-line, hack-local-variables):
17869 If only interested in the mode, don't bother doing the other stuff.
17870
637d46ca
GM
17871 * image-mode.el (image-after-revert-hook):
17872 Redraw all frames on which the image is visible. (Bug#8567)
17873
973d955b
GM
17874 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
17875
3f1a8558
GM
17876 * wid-edit.el (widget-checklist-match-inline):
17877 Fix 2011-04-19 change. (Bug#8649)
17878
96479927
SM
178792011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
17880
1dcf791f
SM
17881 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
17882 Also allow singlespace after single-letter capitals followed by a dot.
17883
96479927
SM
17884 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
17885 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
17886
35fd0881
N
178872011-05-20 Nix <nix@esperi.org.uk>
17888
17889 * files.el (basic-save-buffer-2):
17890 Fix handling of break-hardlink-on-save with non-existent files.
17891
82745640
DD
178922011-05-19 Deniz Dogan <deniz@dogan.se>
17893
17894 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 17895 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 17896
4a720484
GM
178972011-05-19 Glenn Morris <rgm@gnu.org>
17898
d1f21341
GM
17899 * progmodes/f90.el (f90-type-def-re):
17900 Handle "type, bind(c)". (Bug#8691)
17901
4a720484
GM
17902 * emacs-lisp/autoload.el (batch-update-autoloads):
17903 Set autoload-excludes by parsing loadup.el rather than Makefiles.
17904
2fb0a219
MA
179052011-05-18 Michael Albinus <michael.albinus@gmx.de>
17906
17907 * net/tramp.el (tramp-process-actions): Set "first-password-request"
17908 property for the correct connection in case of multihops.
17909
e565dd37
GM
179102011-05-18 Glenn Morris <rgm@gnu.org>
17911
c2571358 17912 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
17913 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
17914
e565dd37
GM
17915 Rationalize calendar handling of day and month abbrev-arrays.
17916 * calendar/calendar.el (calendar-customized-p): New function.
17917 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
17918 (calendar-day-name-array, calendar-month-name-array): Doc fix.
17919 Add :set function.
17920 (calendar-abbrev-length, calendar-day-abbrev-array)
17921 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
17922 (calendar-day-abbrev-array, calendar-month-abbrev-array):
17923 Elements may no longer be nil.
17924 (calendar-day-name, calendar-month-name):
17925 Update for changed nature of abbrev arrays.
17926 * calendar/diary-lib.el (diary-name-pattern):
17927 Update for changed nature of abbrev arrays.
17928 (diary-mark-entries-1): Update calendar-make-alist calls.
17929 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
17930 * calendar/cal-html.el (cal-html-day-abbrev-array):
17931 Simply inherit from calendar-day-abbrev-array.
17932
1d99a745
SM
179332011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
17934
17935 * progmodes/grep.el (grep-mode): Disable default
17936 compilation-directory-matcher setting (bug#8684).
17937
7c1d9aa0
MA
179382011-05-17 Michael Albinus <michael.albinus@gmx.de>
17939
17940 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
17941 instead of "head" and "tail". There were problems with SunOS 5.9,
17942 and it performs better.
17943
3952e9d8
GM
179442011-05-17 Glenn Morris <rgm@gnu.org>
17945
2dd12e7f
GM
17946 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
17947
e4157b9c
GM
17948 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
17949 Replace obsolete function.
17950
8e249bbd
GM
17951 * shell.el (pcomplete-parse-arguments-function): Declare.
17952
3952e9d8
GM
17953 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
17954 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
17955 (appt-check): Doc fixes.
17956 (appt-disp-window-function, appt-delete-window-function):
17957 Remove needless special case in custom :type.
17958 (appt-display-count): Default to 0, not nil.
17959 (appt-check): Reset appt-display-count to 0, not nil.
17960
c71a0d48 179612011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 17962
c71a0d48
GM
17963 * progmodes/python.el (python-font-lock-keywords):
17964 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 17965
31d55be9
SM
179662011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
17967
17968 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
17969
3bfacb2f
KR
179702011-05-16 Kevin Ryde <user42@zip.com.au>
17971
17972 * info-look.el (makefile-automake-mode): New setups, looking in
17973 automake manual, then makefile-mode.
17974 (makefile-mode): Remove automake manual, have it just in
17975 makefile-automake-mode since there's various things different or
17976 not relevant to plain make.
17977 (makefile-mode): Remove "other-modes" non-existent automake-mode,
17978 believe a hypothetical automake-mode would go to makefile-mode,
17979 not the other way around.
17980
c8e83751
CY
179812011-05-15 Chong Yidong <cyd@stupidchicken.com>
17982
5e9e35cd
CY
17983 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
17984 hunk-end tags (Bug#8672).
17985
c8e83751
CY
17986 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
17987 vc-annotate-show-diff-revision-at-line (Bug#8671).
17988
50b23e5a
GM
179892011-05-14 Glenn Morris <rgm@gnu.org>
17990
7210a739
GM
17991 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
17992 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
17993 (change-log-font-lock-keywords): Also handle multiple author lines
17994 with leading tabs. (Bug#8644)
7210a739 17995
4691905a
GM
17996 * calendar/appt.el (appt-check): Rename some local variables.
17997 Some simplification/reordering.
17998
50b23e5a
GM
17999 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
18000 (feedmail-sendmail-f-doesnt-sell-me-out)
18001 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
18002 (feedmail-debug-sit-for, feedmail-queue-express-hook)
18003 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
18004 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
18005 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
18006 (feedmail-binmail-gnulinuxish-template):
18007 Rename from feedmail-binmail-linuxish-template.
18008 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
18009 Use insert-buffer-substring.
18010
215cda7c
BC
180112011-05-14 Bill Carpenter <bill@carpenter.org>
18012
18013 * mail/feedmail.el (feedmail-patch-level): Increase.
18014 (feedmail-debug): New custom group.
18015 (feedmail-confirm-outgoing-timeout)
18016 (feedmail-sendmail-f-doesnt-sell-me-out)
18017 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
18018 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
18019 (feedmail-sender-line, feedmail-from-line)
18020 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 18021 (feedmail-spray-this-address)
215cda7c
BC
18022 (feedmail-spray-address-fiddle-plex-list)
18023 (feedmail-queue-use-send-time-for-date)
18024 (feedmail-queue-use-send-time-for-message-id)
18025 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
18026 (feedmail-buffer-eating-function):
18027 Doc fixes.
18028 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
18029 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
18030 (feedmail-message-action-scroll-down): New functions.
18031 (feedmail-queue-directory, feedmail-queue-draft-directory):
18032 Use expand-file-name.
18033 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
18034 Remove C-v help entry.
18035 (feedmail-queue-buffer-file-name): New variable.
18036 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
18037 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
18038 (feedmail-message-action-send-strong, feedmail-message-action-edit)
18039 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
18040 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
18041 (feedmail-message-action-toggle-spray)
18042 (feedmail-run-the-queue-no-prompts)
18043 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
18044 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
18045 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
18046 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
18047 (feedmail-envelope-deducer, feedmail-fiddle-from)
18048 (feedmail-fiddle-sender, feedmail-default-date-generator)
18049 (feedmail-fiddle-date, feedmail-fiddle-message-id)
18050 (feedmail-fiddle-spray-address)
18051 (feedmail-fiddle-list-of-spray-fiddle-plexes)
18052 (feedmail-fiddle-list-of-fiddle-plexes)
18053 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
18054 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
18055 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
18056 Change default. Doc fix.
18057 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
18058 (feedmail-binmail-linuxish-template): New constant.
18059 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
18060 Respect feedmail-sendmail-f-doesnt-sell-me-out.
18061 (feedmail-send-it): Add debug call.
18062 Use feedmail-queue-buffer-file-name, and
18063 feedmail-send-it-immediately-wrapper.
18064 (feedmail-message-action-send): Add debug call.
18065 Use feedmail-send-it-immediately-wrapper.
18066 (feedmail-queue-express-to-queue): Add debug call.
18067 Run feedmail-queue-express-hook.
18068 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
18069 (feedmail-message-action-help-blat):
18070 Rename from feedmail-queue-send-edit-prompt-help-first.
18071 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
18072 Check line-endings. Handle errors better.
18073 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
18074 Doc fix. Add debug call.
18075 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
18076 Use feedmail-queue-send-edit-prompt-inner.
18077 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
18078 (feedmail-queue-send-edit-prompt-inner): New function, extracted
18079 from feedmail-queue-send-edit-prompt.
18080 (feedmail-queue-send-edit-prompt-help)
18081 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
18082 (feedmail-tidy-up-slug): Add debug call.
18083 Respect feedmail-queue-slug-suspect-regexp.
18084 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
18085 (feedmail-dump-message-to-queue): Add debug call.
18086 Expand queue-directory.
18087 (feedmail-dump-message-to-queue): Change message slightly.
18088 Use feedmail-say-chatter.
18089 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
18090 (feedmail-send-it-immediately-wrapper): New function.
18091 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
18092 Insert empty string rather than newline. Handle full-frame case.
18093 Use catch/throw. Use feedmail-say-chatter.
18094 (feedmail-fiddle-from): Try mail-host-address.
18095 (feedmail-default-message-id-generator): Doc fix.
18096 Bind system-time-locale. Handle missing end.
18097 (feedmail-fiddle-x-mailer): Add debug call.
18098 Handle feedmail-x-mailer-line being nil.
18099 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
18100 Add debug call. Use buffer-substring-no-properties.
18101 (feedmail-say-debug, feedmail-say-chatter): New functions.
18102 (feedmail-find-eoh): Give an explicit error.
18103
42c7e61e
UJ
181042011-05-13 Ulf Jasper <ulf.jasper@web.de>
18105
c2571358 18106 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 18107 family from helvetica to sans.
c2571358 18108 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
18109 etc/images/newsticker.
18110
c2571358 18111 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
18112 family from helvetica to sans.
18113
18114 * net/newst-plainview.el (newsticker-new-item-face)
18115 (newsticker-old-item-face, newsticker-immortal-item-face)
18116 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 18117 (newsticker-statistics-face): Change default family from
42c7e61e 18118 helvetica to sans.
c2571358 18119 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
18120 etc/images/newsticker.
18121
5d3385a0
JB
18122 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
18123 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
18124 auto-marking.
18125
8497a297
DV
181262011-05-13 Didier Verna <didier@xemacs.org>
18127
18128 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
18129 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
18130 TODO entries.
8497a297
DV
18131 (lisp-lambda-list-keyword-parameter-indentation)
18132 (lisp-lambda-list-keyword-parameter-alignment)
18133 (lisp-lambda-list-keyword-alignment): New customizable user options.
18134 (lisp-indent-defun-method): Improve docstring.
18135 (extended-loop-p): Fix comment.
18136 (lisp-indent-lambda-list-keywords-regexp): New variable.
18137 (lisp-indent-lambda-list): New function.
18138 (lisp-indent-259): Use it.
18139 (lisp-indent-defmethod): Support for more than one
18140 method qualifier and properly indent methods lambda-lists.
18141 (defgeneric): Provide a missing common-lisp-indent-function property.
18142
f278f87f
SM
181432011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
18144
18145 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
18146 bounds for the empty string (bug#8667).
18147
5233edd7
GM
181482011-05-13 Glenn Morris <rgm@gnu.org>
18149
5237a44f
GM
18150 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
18151
8340026c 18152 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 18153 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 18154
5233edd7 18155 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 18156 (appt-time-msg-list): Doc fix.
a5464014 18157 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 18158
92d10796
AS
181592011-05-12 Andreas Schwab <schwab@linux-m68k.org>
18160
18161 * progmodes/ld-script.el (ld-script-keywords)
18162 (ld-script-builtins): Update keywords list.
18163
914a0ae1
SM
181642011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18165
c89be45f
SM
18166 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
18167
914a0ae1
SM
18168 * shell.el (shell-completion-vars): New function.
18169 (shell-mode):
18170 * simple.el (read-shell-command): Use it.
18171 (blink-matching-open): No need for " [...]" in minibuffer-message.
18172
98dc3df3
GM
181732011-05-12 Glenn Morris <rgm@gnu.org>
18174
18175 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
18176 (appt-check): Simplify.
18177
d2fc7e3d 181782011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 18179
4d61f28d 18180 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
18181 literal "/dev/null".
18182
d2fc7e3d 181832011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
18184
18185 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
18186 Fix typo.
18187
d2fc7e3d 181882011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 18189
3f254caa
SM
18190 * progmodes/which-func.el (which-function):
18191 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
18192 which might not be defined (Bug#8260).
18193
d45885f7
GM
181942011-05-12 Glenn Morris <rgm@gnu.org>
18195
18196 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
18197 Let byte-compile-initial-macro-environment always take precedence.
18198
488086f4
SM
181992011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18200
18201 * net/rcirc.el: Add support for SSL/TLS connections.
18202 (rcirc-server-alist): New field `encryption'.
18203 (rcirc): Check `encryption' settings.
18204 (rcirc-connect): New arg `encryption'. Use open-network-stream.
18205 Merge make-local-variable into `set'.
18206 (rcirc--connection-open-p): New function.
18207 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
18208 the process is not a network process (e.g. running gnutls-cli).
18209 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
18210 Make rcirc-(en|de)code-coding-system local here.
18211 (rcirc-mode): Merge make-local-variable into `set'.
18212 (rcirc-parent-buffer): Make permanent buffer-local.
18213 (rcirc-multiline-minor-mode): Don't do it here.
18214 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
18215 there's no server buffer.
18216
7d3b9d44
GM
182172011-05-11 Glenn Morris <rgm@gnu.org>
18218
f64049c6
GM
18219 * newcomment.el (comment-kill): Prefix "unused" local.
18220
93c9df73
GM
18221 * term/w32console.el (get-screen-color): Declare.
18222
7d3b9d44
GM
18223 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
18224 Handle symbol elements of byte-compile-initial-macro-environment.
18225
9e2dd53f
LL
182262011-05-10 Leo Liu <sdl.web@gmail.com>
18227
488086f4
SM
18228 * bookmark.el (bookmark-bmenu-mode-map):
18229 Bind bookmark-bmenu-search to `/'.
8b340240 18230
9e2dd53f 18231 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
18232 (footnote-unicode-string, footnote-unicode-regexp): New variable.
18233 (Footnote-unicode): New function.
18234 (footnote-style-alist): Add unicode style to the list.
18235 (footnote-style): Doc fix.
9e2dd53f 18236
79b70037
GM
182372011-05-10 Jim Meyering <meyering@redhat.com>
18238
18239 Fix doubled-word typos.
18240 * international/quail.el (quail-insert-kbd-layout): and and -> and
18241 * kermit.el: and and -> and
18242 * net/ldap.el (ldap-search-internal): to to -> to
18243 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
18244 * progmodes/js.el (js-mode): and and -> and
18245 * textmodes/artist.el (artist-move-to-xy): at at -> at
18246 (artist-draw-region-trim-line-endings): if if -> if
18247 And Safetyc -> Safety.
18248 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
18249
b8f82dc1 182502011-05-10 Glenn Morris <rgm@gnu.org>
f1a71c6e 18251 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
18252
18253 * files.el (hack-one-local-variable-eval-safep):
18254 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
18255
4f99f44b
GM
182562011-05-10 Glenn Morris <rgm@gnu.org>
18257
18258 * calendar/diary-lib.el (diary-list-entries-hook)
18259 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
18260 (diary-nongregorian-marking-hook, diary-list-entries)
18261 (diary-include-other-diary-files, diary-mark-entries)
18262 (diary-mark-included-diary-files): Doc fixes.
18263
84f29e6b
JB
182642011-05-09 Juanma Barranquero <lekktu@gmail.com>
18265
18266 * misc.el: Require tabulated-list.el during compilation.
18267
9bedd73a
CY
182682011-05-09 Chong Yidong <cyd@stupidchicken.com>
18269
488086f4
SM
18270 * progmodes/compile.el (compilation-start):
18271 Run compilation-filter-hook for the async case too.
9bedd73a
CY
18272 (compilation-filter-hook): Doc fix.
18273
797c735c
DD
182742011-05-09 Deniz Dogan <deniz@dogan.se>
18275
18276 * wdired.el: Remove outdated installation comment. Fix usage
18277 comment.
18278
5f4b1dfe
JB
182792011-05-09 Juanma Barranquero <lekktu@gmail.com>
18280
18281 * misc.el: Implement new command `list-dynamic-libraries'.
18282 (list-dynamic-libraries--loaded-only-p): New variable.
18283 (list-dynamic-libraries--refresh): New function.
18284 (list-dynamic-libraries): New command.
18285
4c44026c
CY
182862011-05-09 Chong Yidong <cyd@stupidchicken.com>
18287
488086f4
SM
18288 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18289 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
18290 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
18291 higher priority to avoid clobbering by gnu.
18292
027f966d
CY
182932011-05-08 Chong Yidong <cyd@stupidchicken.com>
18294
18295 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
18296 if the face has existing theme settings (Bug#8454).
18297
085f5d7d
CY
182982011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
18299
488086f4
SM
18300 * progmodes/perl-mode.el (perl-imenu-generic-expression):
18301 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 18302
2a86a00c
RS
18303 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
18304 special file names `.' and `..' (Bug#8259).
18305
d9c54a06
CY
183062011-05-08 Chong Yidong <cyd@stupidchicken.com>
18307
488086f4
SM
18308 * progmodes/grep.el (grep-mode-font-lock-keywords):
18309 Remove buffer-changing entries.
d9c54a06
CY
18310 (grep-filter): New function.
18311 (grep-mode): Add it to compilation-filter-hook.
18312
18313 * progmodes/compile.el (compilation-filter-hook)
18314 (compilation-filter-start): New defvars.
18315 (compilation-filter): Call compilation-filter-hook prior to
18316 updating the process mark.
18317
c4662635
SM
183182011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
18319
18320 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
18321
b0512a1d
EZ
183222011-05-07 Eli Zaretskii <eliz@gnu.org>
18323
605c9376
EZ
18324 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
18325 mailclient-send-it even if window-system is nil. (Bug#8595)
18326
c4662635
SM
18327 * term/w32console.el (terminal-init-w32console):
18328 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
18329 background-mode. (Bug#8597)
18330
d1dc2cc2
SM
183312011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
18332
18333 Make bytecomp.el understand that defmethod defines funs (bug#8631).
18334 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
18335 New functions.
18336 (defgeneric, eieio--defmethod): Use them.
18337 (eieio-defgeneric): Remove.
18338 (defmethod): Call defgeneric in a way visible to the byte-compiler.
18339
915d1300
GM
183402011-05-07 Glenn Morris <rgm@gnu.org>
18341
a3961c3e
GM
18342 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
18343 Use let rather than let*.
18344 (timeclock-find-discrep): Remove unused local.
18345
314347b9
GM
18346 * calendar/diary-lib.el (diary-comment-start): Doc fix.
18347
915d1300
GM
18348 * calendar/appt.el (appt-time-msg-list): Doc fix.
18349
275b59b0
NF
183502011-05-06 Noah Friedman <friedman@splode.com>
18351
18352 * apropos.el (apropos-print-doc): Only use
18353 emacs-lisp-docstring-fill-column when it is bound to an integer,
18354 per that variable's documentation.
18355
6c19f744
SM
183562011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18357
18358 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 18359 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 18360
60f884b2
GM
183612011-05-06 Glenn Morris <rgm@gnu.org>
18362
5006e634
GM
18363 * calendar/appt.el (appt-message-warning-time): Doc fix.
18364 (appt-warning-time-regexp): New option.
18365 (appt-make-list): Respect appt-message-warning-time.
18366
548d0a63
GM
18367 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
18368 New options.
18369 (diary-add-to-list): Strip comments from the displayed string.
18370 (diary-mode): Set comment-start and comment-end.
18371
60f884b2
GM
18372 * vc/diff-mode.el (smerge-refine-subst): Declare.
18373 (diff-refine-hunk): Don't require smerge-mode when compiling.
18374
989681bb
JB
183752011-05-06 Juanma Barranquero <lekktu@gmail.com>
18376
18377 * simple.el (list-processes): Return nil as the docstring says.
18378
a6bc05e1
MA
183792011-05-05 Michael Albinus <michael.albinus@gmx.de>
18380
18381 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
18382 to "".
18383 (ange-ftp-write-region, ange-ftp-insert-file-contents)
18384 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
18385 determining of binary transfer. (Bug#7383)
18386
23c22e9a
MA
183872011-05-05 Michael Albinus <michael.albinus@gmx.de>
18388
c4662635
SM
18389 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
18390 Fix port computation bug. (Bug#8618)
23c22e9a 18391
0bff894f
GM
183922011-05-05 Glenn Morris <rgm@gnu.org>
18393
b8296902
GM
18394 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
18395
1f522ce8
GM
18396 * simple.el (shell-dynamic-complete-functions)
18397 (comint-dynamic-complete-functions): Declare.
18398
cf5bee67
GM
18399 * net/network-stream.el (gnutls-negotiate):
18400 * simple.el (tabulated-list-print): Fix declarations.
18401
18402 * progmodes/gud.el (syntax-symbol, syntax-point):
18403 Remove unnecessary and incorrect declarations.
18404
0bff894f 18405 * emacs-lisp/check-declare.el (check-declare-scan):
1f9f395d 18406 Handle byte-compile-initial-macro-environment in bytecomp.el.
0bff894f 18407
9869b3ae
SM
184082011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
18409
18410 Fix earlier half-done eieio-defmethod change (bug#8338).
18411 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
18412 Streamline and change calling convention.
18413 (defmethod): Adjust accordingly and simplify.
18414 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
18415 new eieio--defmethod.
18416 (slot-boundp): Minor CSE simplification.
18417
9c1d5ac5
MZ
184182011-05-05 Milan Zamazal <pdm@zamazal.org>
18419
18420 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
18421 (glasses-make-readable): Use glasses-separate-capital-groups.
18422
455c834e
JB
184232011-05-05 Juanma Barranquero <lekktu@gmail.com>
18424
18425 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
18426 (warning-series): Doc fix.
18427 (display-warning): Don't try to create the buffer if we just found it.
18428
9ed7c8cb
CY
184292011-05-04 Chong Yidong <cyd@stupidchicken.com>
18430
18431 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
18432 (autoload-find-generated-file): New function.
18433 (generate-file-autoloads): Bind generated-autoload-file to
18434 buffer-file-name.
9869b3ae
SM
18435 (update-file-autoloads, update-directory-autoloads):
18436 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
18437 output file (Bug#7989).
18438 (batch-update-autoloads): Doc fix.
18439
0898ca10
JB
184402011-05-04 Juanma Barranquero <lekktu@gmail.com>
18441
18442 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
18443
31dfb76c
GM
184442011-05-04 Glenn Morris <rgm@gnu.org>
18445
f330b642
GM
18446 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
18447 function, so it follows changes in calendar-date-style.
18448 (diary-fancy-date-matcher): New function.
18449 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
18450 (diary-fancy-font-lock-fontify-region-function):
18451 Use diary-fancy-date-pattern as a function.
18452
31dfb76c
GM
18453 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
18454 non-numbers for `year' etc pseudo-variables. (Bug#8583)
18455
48e79d6a
TZ
184562011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
18457
18458 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
18459 instead of positional arguments. Allow :keylist and :crlfiles
18460 arguments.
18461 (open-gnutls-stream): Call it.
18462
18463 * net/network-stream.el (network-stream-open-starttls): Adjust to
18464 call `gnutls-negotiate' with :process and :hostname arguments.
18465
dd5a5ee0
SM
184662011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
18467
ef80fc09
SM
18468 * minibuffer.el (completion--message): New function.
18469 (completion--do-completion, minibuffer-complete)
18470 (minibuffer-force-complete, minibuffer-complete-word): Use it.
18471 (completion--do-completion): Don't ignore completion-auto-help when in
18472 icomplete-mode.
18473
dd5a5ee0
SM
18474 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
18475 internal encoding (e.g. tibetan zero is not whitespace).
18476 (global-whitespace-mode): Prefer save-current-buffer.
18477 (whitespace-trailing-regexp): Remove useless save-match-data.
18478 (whitespace-empty-at-bob-regexp): Minor simplification.
18479
b7d22a83
CY
184802011-05-03 Chong Yidong <cyd@stupidchicken.com>
18481
18482 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
18483
5192af46
AM
184842011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
18485
18486 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 18487 Use `concat' to create string for insertion.
5192af46 18488
5767d190
SM
184892011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
18490
18491 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
18492 Avoid open-line which runs post-self-insert-hook.
18493 (bibtex-fill-entry): Remove unused `end' var.
18494
bf242939
AM
184952011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
18496
5767d190
SM
18497 * textmodes/ispell.el (ispell-add-per-file-word-list):
18498 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 18499
25666126
LL
185002011-05-03 Leo Liu <sdl.web@gmail.com>
18501
18502 * isearch.el (isearch-yank-pop): New command.
5767d190 18503 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
18504 (isearch-forward): Mention it.
18505
52d3c2d0
SM
185062011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
18507
1bcace58
SM
18508 * simple.el (minibuffer-complete-shell-command): Remove.
18509 (minibuffer-local-shell-command-map): Use completion-at-point.
18510 (read-shell-command): Setup completion vars here instead.
18511 (read-expression-map): Bind TAB to symbol completion.
18512
52d3c2d0
SM
18513 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
18514 error directly rather via storing it into `results'.
18515
35813471
LL
185162011-05-02 Leo Liu <sdl.web@gmail.com>
18517
18518 * vc/diff.el: Fix description.
18519
e793a940
LMI
185202011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
18521
18522 * server.el (server-eval-at): New function.
18523
8de66e05
LMI
185242011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
18525
18526 * net/network-stream.el (open-network-stream): Take a :nowait
18527 parameter and pass it on to `make-network-process'.
18528 (network-stream-open-plain): Ditto.
18529
dcb79f20
AS
185302011-04-30 Andreas Schwab <schwab@linux-m68k.org>
18531
18532 * faces.el (face-spec-set-match-display): Don't match toolkit
18533 options on terminal frames.
18534
14a7fbd8
SM
185352011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
18536
7eabc1be
SM
18537 * progmodes/pascal.el: Use lexical binding.
18538 (pascal-mode-map): Remove author preferences.
18539
14a7fbd8
SM
18540 * pcomplete.el (pcomplete-std-complete): Don't abuse
18541 completion-at-point.
18542
50f84510
JB
185432011-04-28 Juanma Barranquero <lekktu@gmail.com>
18544
6e087a44
JB
18545 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
18546 removing code that has been dead since 1991 or so.
18547
50f84510
JB
18548 * startup.el (command-line): When warning about "_emacs", use a
18549 delayed warning to allow the user to filter it out.
18550
0ba690bd
DD
185512011-04-28 Deniz Dogan <deniz@dogan.se>
18552
18553 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
18554 user has not joined.
18555
08abfaad
SM
185562011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
18557
18558 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
18559 aren't any completions at point.
18560
638f053a
JB
185612011-04-28 Juanma Barranquero <lekktu@gmail.com>
18562
18563 * subr.el (display-delayed-warnings): New function.
18564 (delayed-warnings-hook): New variable.
18565
8fff8daa
SM
185662011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
18567
08abfaad
SM
18568 * minibuffer.el (completion-at-point, completion-help-at-point):
18569 Don't presume that a given completion-at-point-function will always
18570 use the same calling convention.
18571
8fff8daa
SM
18572 * pcomplete.el (pcomplete-completions-at-point):
18573 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
18574 pcomplete-seen is non-nil.
18575 (pcomplete-comint-setup): Also recognize the new comint/shell
18576 completion functions.
18577 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
18578 pcomplete-seen is non-nil.
18579
841a1577 185802011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 18581
841a1577 18582 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 18583 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 18584 the first character in the entry. This allows for code to add its
211ec907
UJ
18585 own uid to the entry.
18586 (icalendar--convert-float-to-ical): Add export of
18587 `diary-float'-entries save for those with the optional DAY
18588 argument.
18589
2a782793
DC
185902011-04-27 Daniel Colascione <dan.colascione@gmail.com>
18591
18592 * subr.el (shell-quote-argument): Use alternate escaping strategy
18593 when we spot a variable reference in a string.
18594
0438ce91
DC
185952011-04-26 Daniel Colascione <dan.colascione@gmail.com>
18596
18597 * cus-start.el (all): Define customization for debug-on-event.
18598
841a1577 185992011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
18600
18601 * subr.el (shell-quote-argument): Escape correctly under Windows.
18602
d090ed6c
SM
186032011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
18604
18605 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
18606
bfd31217
MA
186072011-04-25 Michael Albinus <michael.albinus@gmx.de>
18608
d090ed6c
SM
18609 * net/tramp.el (tramp-process-actions): Add POS argument.
18610 Delete region between POS and (pos).
bfd31217 18611
d090ed6c
SM
18612 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
18613 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
18614 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
18615
18616 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
18617 position in `tramp-process-actions' call.
18618
18619 * net/trampver.el: Update release number.
18620
e92f3bd3
SM
186212011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
18622
850256b5
SM
18623 * custom.el (defcustom): Obey lexical-binding.
18624
e92f3bd3
SM
18625 Fix octave-inf completion problems reported by Alexander Klimov.
18626 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
18627 Inherit from octave-mode-syntax-table.
18628 (inferior-octave-mode): Set info-lookup-mode.
18629 (inferior-octave-completion-at-point): New function.
18630 (inferior-octave-complete): Use it and completion-in-region.
18631 (inferior-octave-dynamic-complete-functions): Use it as well, and use
18632 comint-filename-completion.
18633 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
18634 symbol elements which shouldn't be word elements.
18635 (octave-font-lock-keywords, octave-beginning-of-defun)
18636 (octave-function-header-regexp): Adjust regexps accordingly.
18637 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
18638
cd22b309
JB
186392011-04-25 Juanma Barranquero <lekktu@gmail.com>
18640
18641 * net/gnutls.el (gnutls-errorp): Declare before first use.
18642
8b492194
TZ
186432011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
18644
18645 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
18646 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 18647 default trustfile exists before going to use it. Add missing
5a5fa834 18648 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
18649 Reported by Claudio Bley <claudio.bley@gmail.com>.
18650 (open-gnutls-stream): Add usage example.
18651
18652 * net/network-stream.el (network-stream-open-starttls): Give host
18653 parameter to `gnutls-negotiate'.
18654 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 18655 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 18656
841a1577 186572011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 18658
cd22b309
JB
18659 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
18660 Use correct match group (bug#8438).
05842630 18661
3ba7869c
CY
186622011-04-24 Chong Yidong <cyd@stupidchicken.com>
18663
512e3ae1
CY
18664 * emacs-lisp/package.el (package-built-in-p): Fix typo.
18665 (package-menu--generate): New arg specifying packages to show.
18666 (package-menu-refresh, package-menu-execute, list-packages):
18667 Callers changed.
18668 (package-show-package-list): New function, replacing deleted
18669 package--list-packages (renamed because it is non-internal).
18670
18671 * finder.el (finder-list-matches): Use package-show-package-list
18672 instead of deleted package--list-packages.
18673
e92f3bd3
SM
18674 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
18675 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
18676 (vc-annotate-mode-map): Bind it to RET.
18677
7031be6d
UR
186782011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
18679
18680 * progmodes/etags.el (next-file): Don't use set-buffer to change
18681 buffers (Bug#8478).
18682
4ef177aa
CY
186832011-04-24 Chong Yidong <cyd@stupidchicken.com>
18684
c8d173eb
CY
18685 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
18686
4ef177aa
CY
18687 * apropos.el (apropos-label-face): Avoid variable-pitch face.
18688 (apropos-accumulator): Doc fix.
18689 (apropos-function, apropos-macro, apropos-command)
18690 (apropos-variable, apropos-face, apropos-group, apropos-widget)
18691 (apropos-plist): Add face property.
18692 (apropos-symbols-internal): Fix indentation.
18693 (apropos-print): Simplify help, and recognize apropos-multi-type.
18694 (apropos-print-doc): Use button-type-get to extract the button's
18695 face property. Fill docstring (Bug#8352).
18696
4ffd0d6b 186972011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
18698
18699 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
18700
c6c32125 18701 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 18702 (mpuz-mode-map): Use mapc.
c6c32125
JB
18703 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
18704 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
18705 Fix typos in docstrings.
18706
58d468b4
JB
18707 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
18708 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
18709
6470c3c6
JB
18710 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
18711
4ffd0d6b 187122011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
18713
18714 * minibuffer.el (completion--do-completion): Avoid the "Next char
18715 not unique" prompt if icomplete-mode is enabled (Bug#5849).
18716
3ad8bad0
CY
18717 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
18718 mouse-2 into unread-command-events, it is interpreted correctly.
18719
71d73c9c 18720 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 18721 (image-toggle-display): Doc fix.
71d73c9c 18722
841a1577 187232011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 18724
4ffd0d6b
GM
18725 * textmodes/page.el (what-page): Use line-number-at-pos to
18726 calculate line number (Bug#6825).
6e1dbaa9 18727
c2fb1b60
JB
187282011-04-22 Juanma Barranquero <lekktu@gmail.com>
18729
18730 * eshell/esh-mode.el (find-tag-interactive): Declare function.
18731 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
18732 Pass argument NO-DEFAULT to `find-tag-interactive'.
18733
e02f48d7
JB
187342011-04-22 Juanma Barranquero <lekktu@gmail.com>
18735
18736 Lexical-binding cleanup.
18737
18738 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
18739 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
18740 * progmodes/ada-prj.el (ada-prj-initialize-values)
18741 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
18742 (ada-prj-show-value):
18743 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
18744 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
18745 (antlr-invalidate-context-cache, antlr-options-menu-filter)
18746 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
18747 * progmodes/bug-reference.el (bug-reference-push-button):
18748 * progmodes/fortran.el (fortran-line-length):
18749 * progmodes/glasses.el (glasses-change):
18750 * progmodes/octave-mod.el (octave-fill-paragraph):
18751 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
18752 (python-pdbtrack-grub-for-buffer, python-sentinel):
18753 * progmodes/sql.el (sql-save-connection):
18754 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
18755 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
18756 Mark unused parameters.
18757
18758 * progmodes/compile.el (compilation--flush-directory-cache)
18759 (compilation--flush-parse, compile-internal): Mark unused parameters.
18760 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
18761 (compilation-next-error-function): Remove unused variable `timestamp'.
18762
18763 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
18764 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
18765
18766 * progmodes/dcl-mode.el (dcl-end-of-command):
18767 Remove unused variable `start'.
18768 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
18769 (dcl-option-value-basic, dcl-option-value-offset)
18770 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
18771 Mark unused parameters.
18772 (dcl-save-local-variable): Remove unused variable `val'.
18773 (mode): Declare.
18774
18775 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
18776 Mark unused parameters.
18777 (delphi-ignore-changes): Move before first use.
18778 (delphi-charset-token-at): Remove unused variable `start'.
18779 (delphi-else-start): Remove unused variable `if-count'.
18780 (delphi-comment-block-start, delphi-comment-block-end):
18781 Remove unused variable `kind'.
18782 (delphi-indent-line): Remove unused variable `new-point'.
18783
18784 * progmodes/ebrowse.el (ebrowse-files-list)
18785 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
18786 Mark unused parameters. Don't quote `lambda'.
18787 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
18788 Don't quote `lambda'.
18789 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
18790 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
18791 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
18792 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
18793 Use `ignore-errors'.
18794 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
18795 (ebrowse-view/find-file-and-search-pattern)
18796 (ebrowse-view/find-member-declaration/definition):
18797 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
18798 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
18799 Rename parameter PREFIX-ARG to PREFIX.
18800 (ebrowse-tags-read-name): Remove unused variables `start' and
18801 `member-info'.
18802 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
18803 to `tags-file'.
18804
18805 * progmodes/etags.el (local-find-tag-hook): Declare.
18806 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
18807 Mark unused parameters.
18808
18809 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
18810 (executable-interpret): Mark unused parameter.
18811
18812 * progmodes/flymake.el (flymake-process-sentinel)
18813 (flymake-after-change-function)
18814 (flymake-create-temp-with-folder-structure)
18815 (flymake-get-include-dirs-dot): Mark unused parameters.
18816 (flymake-safe-delete-directory): Remove unused variable `err'.
18817
18818 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
18819 (speedbar-timer-fn, speedbar-line-text)
18820 (speedbar-change-expand-button-char, speedbar-delete-subblock)
18821 (speedbar-center-buffer-smartly): Declare functions.
18822 (gdb-find-watch-expression): Remove unused variable `array'.
18823 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
18824 (gdb-starting): Mark unused parameters.
18825 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
18826 (gdb-table-string): Remove unused variable `res'.
18827 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
18828 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
18829 (gdb-display-buffer): Remove unused variable `cur-size'.
18830
18831 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
18832 allow lexical-binding compilation.
18833 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
18834 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
18835 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
18836 Mark unused parameters.
18837 (gud-gdb-marker-filter): Remove unused variable `match'.
18838 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
18839 lambda expressions and funcall them, instead of using `fset'.
18840
18841 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
18842 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
18843
18844 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
18845 variable `header-beg'; use `let'.
18846
18847 * progmodes/icon.el (indent-icon-exp): Remove unused variables
18848 `restart', `last-sexp' and `at-do'.
18849
18850 * progmodes/js.el (js--debug): Mark unused parameter.
18851 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
18852 (js--splice-into-items): Remove unused variable `item'.
18853 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
18854
18855 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
18856 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
18857 (makefile-complete): Remove unused variable `try'.
18858 (makefile-fill-paragraph, makefile-match-function-end):
18859 Mark unused parameters.
18860
18861 * progmodes/octave-inf.el (inferior-octave-complete):
18862 Remove unused variable `proc'.
18863 (inferior-octave-output-digest): Mark unused parameter.
18864
18865 * progmodes/perl-mode.el (perl-calculate-indent):
18866 Remove unused variable `err'.
18867
18868 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
18869 (prolog-indent-line): Mark unused parameters.
18870 (prolog-indent-line): Remove unused variable `beg'.
18871
18872 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
18873 (reporter-dont-compact-list): Declare.
18874
18875 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
18876 Remove unused variable `char'.
18877 (sh-debug): Mark unused parameter.
18878 (sh-get-indent-info): Remove unused variable `start'.
18879 (sh-calculate-indent): Remove unused variable `var'.
18880
18881 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
18882 (simula-electric-keyword): Remove unused variable `null'.
18883 (simula-search-backward, simula-search-forward): Remove unused
18884 variables `begin' and `end'.
18885
18886 * progmodes/vera-mode.el (vera-guess-basic-syntax):
18887 Remove unused variable `pos'.
18888 (vera-electric-tab, vera-comment-uncomment-region):
18889 Mark unused parameters.
18890 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
18891
7ede3b65
CY
188922011-04-22 Chong Yidong <cyd@stupidchicken.com>
18893
18894 * emacs-lisp/package.el (package--builtins, package-alist)
18895 (package-load-descriptor, package-built-in-p, package-activate)
18896 (define-package, package-installed-p)
18897 (package-compute-transaction, package-buffer-info)
18898 (package--push): Doc fix. Distinguish more clearly between
18899 version strings and version lists.
18900
121656e9
JB
189012011-04-21 Juanma Barranquero <lekktu@gmail.com>
18902
18903 Lexical-binding cleanup.
18904
18905 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
18906 (5x5-make-mutate-best):
18907 * play/fortune.el (fortune-in-buffer):
18908 * play/gomoku.el (gomoku-init-display):
18909 * play/solitaire.el (solitaire, solitaire-do-check):
18910 * play/tetris.el (tetris-default-update-speed-function):
18911 Mark unused parameters.
18912
18913 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
18914 (bubbles--shift): Remove unused variable `char-org'.
18915 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
18916 (bubbles--show-images): Remove unused variable `char'.
18917
18918 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
18919 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
18920 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
18921 (decipher-analyze-buffer): Use ?\s.
18922 (decipher-make-checkpoint): Remove unused variable `mapping'.
18923
18924 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
18925
18926 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
18927 Remove unused variable `result'; use `let'.
18928
18929 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
18930 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
18931 (gametree-children-shown-p, gametree-compute-reduced-score):
18932 Use `ignore-errors'.
18933
18934 * play/handwrite.el (ps-lpr-switches): Declare.
18935 (handwrite): Remove unused variables `pmin' and `lastp'.
18936
18937 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
18938
18939 * play/landmark.el (landmark-init-display)
18940 (landmark-update-naught-weights): Mark unused parameters.
18941 (landmark-y): Remove unused variable `noise'. Simplify.
18942 (landmark-human-plays): Remove unused variable `score'.
18943
18944 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
18945 (mpuz-try-proposal): Remove unused variable `game'.
18946
18947 * play/zone.el (life-patterns): Declare.
18948
80f499c7
JB
189492011-04-20 Juanma Barranquero <lekktu@gmail.com>
18950
18951 * vc/vc.el (ediff-vc-internal): Declare function.
18952
024ff170
SM
189532011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
18954
c0a193ea
SM
18955 * shell.el: Use lexical-binding and std completion UI.
18956 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
18957 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
18958 comint-preoutput-filter-functions rather than on
18959 comint-output-filter-functions.
18960 (shell-command-completion, shell--command-completion-data)
18961 (shell-filename-completion, shell-environment-variable-completion)
18962 (shell-c-a-p-replace-by-expanded-directory): New functions.
18963 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
18964 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
18965 (shell-dynamic-complete-environment-variable): Use them.
18966 (shell-dynamic-complete-as-environment-variable)
18967 (shell-dynamic-complete-as-command): Remove.
18968 (shell-match-partial-variable): Match past point.
18969 * comint.el: Clean up use of completion-at-point-functions.
18970 (comint-completion-at-point): New function.
18971 (comint-mode): Use it completion-at-point-functions.
18972 (comint-dynamic-complete): Make it obsolete.
18973 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
18974 (comint-c-a-p-replace-by-expanded-history): New function.
18975 (comint-dynamic-complete-functions)
18976 (comint-replace-by-expanded-history): Use it.
18977 * minibuffer.el (completion-table-with-terminator): Allow dynamic
18978 termination strings. Try harder to avoid second try-completion.
18979 (completion-in-region-mode-map): Disable bindings that don't work yet.
18980
2dbaa080
SM
18981 * comint.el: Use lexical-binding. Require CL.
18982 (comint-dynamic-complete-functions): Use comint-filename-completion.
18983 (comint-completion-addsuffix): Tweak custom type.
18984 (comint-filename-completion, comint--common-suffix)
18985 (comint--common-quoted-suffix, comint--table-subvert)
18986 (comint--complete-file-name-data): New functions.
18987 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
18988 (comint-dynamic-list-filename-completions): Use them.
18989 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 18990
2dbaa080
SM
18991 * minibuffer.el (completion-in-region-mode):
18992 Keep completion-in-region-mode--predicate global.
18993 (completion-in-region--postch):
18994 Assume completion-in-region-mode--predicate is not null.
18995
c79a6f38
SM
18996 * progmodes/flymake.el (flymake-start-syntax-check-process):
18997 Obey `dir'. Simplify.
18998
024ff170
SM
18999 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
19000 we're in VC after all.
19001
1c6c854e
CS
190022011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
19003
19004 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 19005 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
19006 (vc-version-diff): Use vc-diff-build-argument-list-internal.
19007
bed7f140
SM
190082011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
19009
332e62ab
SM
19010 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
19011 add sanity check.
19012
bed7f140
SM
19013 * obsolete/erc-hecomplete.el: Make obsolete.
19014 * obsolete/: Standardize obsolescence info in the header.
19015
f195c582
GM
190162011-04-20 Glenn Morris <rgm@gnu.org>
19017
19018 * calendar/solar.el (solar-horizontal-coordinates):
19019 Use the longitude argument rather than `calendar-longitude'.
19020 (solar-date-next-longitude): Remove unused locals.
19021
cb79b8c0
VJL
190222011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19023
19024 * whitespace.el: New version 13.2.1.
19025
190262011-04-20 felix <EmacsWiki> (tiny change)
19027
d8e4b68b 19028 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
19029 switching between major modes on a file.
19030
602ea69d
SM
190312011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
19032
19033 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
19034 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
19035 multi-line comments as well.
19036
06b60517
JB
190372011-04-19 Juanma Barranquero <lekktu@gmail.com>
19038
19039 Lexical-binding cleanup.
19040
19041 * arc-mode.el (archive-mode-revert):
19042 * cmuscheme.el (scheme-interactively-start-process):
19043 * custom.el (custom-initialize-delay):
19044 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
19045 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
19046 * emacs-lock.el (emacs-lock-clear-sentinel):
19047 * ezimage.el (defezimage):
19048 * follow.el (follow-avoid-tail-recenter):
19049 * fringe.el (set-fringe-mode-1):
19050 * generic-x.el (bat-generic-mode-compile):
19051 * help-mode.el (help-info-variable, help-do-xref)
19052 (help-mode-revert-buffer):
19053 * help.el (view-emacs-todo):
19054 * iswitchb.el (iswitchb-completion-help):
19055 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
19056 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
19057 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
19058 * locate.el (locate-update):
19059 * longlines.el (longlines-encode-region)
19060 (longlines-after-change-function):
19061 * outline.el (outline-isearch-open-invisible):
19062 * ps-def.el (declare-function, charset-dimension, char-width)
19063 (encode-char):
19064 * ps-mule.el (ps-mule-plot-string):
19065 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
19066 (recentf-edit-list-select, recentf-edit-list-validate)
19067 (recentf-open-files-action):
19068 * rect.el (delete-whitespace-rectangle-line)
19069 (rectangle-number-line-callback):
19070 * register.el (window-configuration-to-register)
19071 (frame-configuration-to-register):
19072 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
19073 * select.el (xselect-convert-to-string, xselect-convert-to-length)
19074 (xselect-convert-to-targets, xselect-convert-to-delete)
19075 (xselect-convert-to-filename, xselect-convert-to-charpos)
19076 (xselect-convert-to-lineno, xselect-convert-to-colno)
19077 (xselect-convert-to-os, xselect-convert-to-host)
19078 (xselect-convert-to-user, xselect-convert-to-class)
19079 (xselect-convert-to-name, xselect-convert-to-integer)
19080 (xselect-convert-to-atom, xselect-convert-to-identity):
19081 * subr.el (declare, ignore, process-kill-without-query)
19082 (text-clone-maintain):
19083 * terminal.el (te-get-char, te-tic-sentinel):
19084 * tool-bar.el (tool-bar-make-keymap):
19085 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
19086 * type-break.el (type-break-mode, type-break-noninteractive-query):
19087 * view.el (View-back-to-mark):
19088 * wid-browse.el (widget-browse-action, widget-browse-widget)
19089 (widget-browse-widgets, widget-browse-sexp):
19090 * widget.el (define-widget-keywords):
19091 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
19092 Mark unused parameters.
19093
19094 * align.el (align-adjust-col-for-rule): Mark unused parameter.
19095 (align-areas): Remove unused variable `look'.
19096 (align-region): Remove unused variables `real-end' and `pos-list'.
19097
19098 * apropos.el (apropos-score-doc): Remove unused variable `i'.
19099
19100 * bindings.el (mode-line-modified, mode-line-remote):
19101 Mark unused parameters.
19102 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
19103
19104 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
19105 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
19106
19107 * comint.el (comint-history-isearch-pop-state)
19108 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
19109 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
19110 (comint-substitute-in-file-name): Doc fix.
19111
19112 * completion.el (cmpl-statistics-block): Mark unused parameter.
19113 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
19114 (save-completions-to-file, load-completions-from-file):
19115 Remove unused local variable `e'.
19116
19117 * composite.el (compose-chars): Remove unused variable `len'.
19118 (lgstring-insert-glyph): Remove unused variable `g'.
19119 (compose-glyph-string): Remove unused variables `ascent',
19120 `descent', `lbearing' and `rbearing'.
19121 (compose-glyph-string-relative): Remove unused variables
19122 `lbearing', `rbearing' and `wadjust'.
19123 (compose-gstring-for-graphic): Remove unused variables `header',
19124 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
19125 (compose-gstring-for-terminal): Remove unused variables `header'
19126 and `nchars'. Use `let', not `let*'.
19127
19128 * cus-edit.el (Custom-set, Custom-save, custom-reset)
19129 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
19130 (Custom-buffer-done, custom-buffer-create-internal)
19131 (custom-browse-visibility-action, custom-browse-group-tag-action)
19132 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
19133 (widget-magic-mouse-down-action, custom-toggle-parent)
19134 (custom-add-parent-links, custom-toggle-hide-variable)
19135 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
19136 (custom-toggle-hide-face, face, hook, custom-group-link-action)
19137 (custom-face-menu-create, custom-variable-menu-create, get)
19138 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
19139 (custom-reset-standard-save-and-update): Remove unused variable `value'.
19140 (customize-apropos): Remove unused variable `tests'.
19141 (custom-group-value-create): Remove unused variable `hidden-p'.
19142 (sort-fold-case): Declare.
19143
19144 * cus-theme.el (custom-reset-standard-faces-list)
19145 (custom-reset-standard-variables-list): Declare.
19146 (customize-create-theme, custom-theme-revert, custom-theme-write)
19147 (custom-theme-choose-mode, customize-themes, custom-theme-save):
19148 Mark unused parameters.
19149
19150 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
19151
19152 * delim-col.el (delimit-columns-max): Move defvar before first use.
19153
19154 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 19155 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
19156
19157 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
19158 (auto-insert): Declare.
19159 (desktop-restore-file-buffer): Rename desktop-* parameters;
19160 mark unused ones.
19161 (desktop-create-buffer): Rename desktop-* parameters and bind them.
19162 (desktop-buffer): Rename desktop-* parameters.
19163
19164 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
19165 (dframe-reposition-frame-xemacs, dframe-help-echo)
19166 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
19167 Mark unused parameters.
19168
19169 * dired-aux.el (backup-extract-version-start, overwrite-query)
19170 (overwrite-backup-query, rename-regexp-query)
19171 (rename-non-directory-query): Declare.
19172 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
19173 (dired-add-entry): Remove unused variable `orig-file-name'.
19174 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
19175 Use parameter PRESERVE-TIME instead of accessing dynamic variable
19176 `dired-copy-preserve-time' directly.
19177 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
19178 (dired-insert-subdir-newpos): Rename unused variable `pos'.
19179
19180 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
19181 (dired-virtual-revert, dired-make-relative-symlink):
19182 Mark unused parameters.
19183 (manual-program): Declare.
19184 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
19185 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
19186 wrapped in `with-no-warnings' to avoid replacing one warning by another.
19187
19188 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
19189
19190 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
19191
19192 * echistory.el (electric-history-in-progress, Helper-return-blurb):
19193 Declare.
19194
19195 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
19196
19197 * electric.el (Electric-command-loop): Rename parameter
19198 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
19199
19200 * expand.el (expand-in-literal): Remove unused variable `here'.
19201
19202 * facemenu.el (facemenu-add-new-color):
19203 Remove unused variable `docstring'.
19204
19205 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
19206 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
19207 (face-attr-construct): Mark unused parameter. Doc fix.
19208 (read-color): Remove unused variable `hex-string'.
19209
19210 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
19211 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
19212 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
19213 (display-buffer-other-frame): Remove unused variable `old-window'.
19214 (kill-buffer-hook): Declare.
19215 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
19216 Mark unused parameters.
19217 (after-find-file): Pass 1 to `auto-save-mode', not t.
19218
19219 * files-x.el (auto-insert): Declare.
19220 (modify-file-local-variable-prop-line): Remove unused variable `val'.
19221
19222 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 19223 variable `buf'. Mark unused parameter.
06b60517
JB
19224 (find-lisp-insert-directory): Mark unused parameter.
19225
19226 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
19227 (format-encode-region): Remove unused variables `cur-buf' and `result'.
19228 (format-common-tail): Remove, unused.
19229 (format-deannotate-region): Remove unused variable `loc'.
19230 (format-annotate-region): Remove unused variable `p'.
19231 (format-annotate-single-property-change): Remove unused variables
19232 `default' and `tail'.
19233
19234 * forms.el (read-file-filter): Declare.
19235 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
19236
19237 * frame.el (frame-creation-function-alist): Mark unused parameter.
19238 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
19239
19240 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
19241 Remove unused parameters.
19242 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
19243 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
19244
19245 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
19246 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
19247 (hfy-prepare-tag-map): Mark unused parameters.
19248 (htmlfontify-buffer): Use `called-interactively-p'.
19249
19250 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
19251 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
19252 (ibuffer-do-occur): Mark unused parameters.
19253 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
19254 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
19255
19256 * ibuffer.el: Don't quote `lambda'.
19257 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
19258 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
19259 Mark unused parameters.
19260
19261 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
19262 (ido-completing-read): Mark unused parameters.
19263 (ido-copy-current-word): Mark unused parameters;
19264 remove unused variable `name'.
19265 (ido-sort-merged-list): Remove unused parameter `dirs'.
19266
19267 * ielm.el (ielm-input-sender): Mark unused parameter.
19268 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
19269 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
19270 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
19271 `ielm-string' as a dynamic variable accessible from the IELM prompt.
19272 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
19273
19274 * image-dired.el (image-dired-display-thumbs): Remove unused
19275 variables `curr-file' and `count'.
19276 (image-dired-remove-tag): Remove unused variable `start'.
19277 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
19278 variable `curr-file'
19279 (image-dired-rotate-original): Remove unused variable `temp-file'.
19280 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
19281 Remove unused variable `file'.
19282 (image-dired-gallery-generate): Remove unused variable `curr'.
19283 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
19284
19285 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
19286
19287 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
19288
19289 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
19290
19291 * isearch.el (minibuffer-history-symbol): Declare.
19292 (isearch-edit-string): Remove unused variable `err'.
19293 (isearch-message-prefix, isearch-message-suffix):
19294 Mark unused parameters.
19295
19296 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
19297
19298 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
19299
19300 * makesum.el (double-column): Remove unused variable `cnt'.
19301
19302 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
19303 (ido-ignore-item-temp-list): Declare.
19304
19305 * mouse-drag.el (mouse-drag-throw): Remove unused variables
19306 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
19307 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
19308 (mouse-drag-drag): Remove unused variables `mouse-delta' and
19309 `mouse-col-delta'.
19310
19311 * mouse-sel.el (mouse-extend-internal):
19312 Remove unused variable `orig-window-frame'.
19313
19314 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
19315 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
19316 Move declarations before first use.
19317 (pcomplete-opt): Mark unused parameters; doc fix.
19318
19319 * proced.el (proced-revert): Mark unused parameter.
19320 (proced-send-signal): Remove unused variable `err'.
19321
19322 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
19323 Rename parameter PREFIX-ARG to ARG.
19324 (ps-basic-plot-string, ps-basic-plot-whitespace):
19325 Mark unused parameters.
19326
19327 * replace.el (replace-count): Define.
19328 (occur-revert-function): Mark unused parameters.
19329 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
19330 (isearch-case-fold-search, isearch-string): Declare.
19331 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
19332 bind `case-fold-search'. Remove unused variables `beg' and `end',
19333 and simplify.
19334 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
19335 COUNT and bind `replace-count'.
19336 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
19337 to COUNT.
19338
19339 * savehist.el (print-readably, print-string-length): Declare.
19340
19341 * shadowfile.el (shadow-expand-cluster-in-file-name):
19342 Remove unused variable `cluster'.
19343 (shadow-copy-file): Remove unused variable `i'.
19344 (shadow-noquery, shadow-clusters, shadow-site-cluster)
19345 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
19346 (shadow-define-literal-group, shadow-define-regexp-group)
19347 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
19348
19349 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
19350 (shell): Use `called-interactively-p'.
19351 (shell-directory-tracker): Remove unused variable `chdir-failure'.
19352
19353 * simple.el (compilation-context-lines, comint-file-name-quote-list)
19354 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
19355 (delete-backward-char): Remove unused variable `ocol'.
19356 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
19357 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
19358 (event-apply-hyper-modifier, event-apply-shift-modifier)
19359 (event-apply-control-modifier, event-apply-meta-modifier):
19360 Mark unused parameters.
19361 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
19362 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
19363
19364 * speedbar.el (speedbar-ignored-directory-expressions)
19365 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
19366 (speedbar-find-file, speedbar-dir-follow)
19367 (speedbar-directory-buttons-follow, speedbar-tag-find)
19368 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
19369 (speedbar-buffers-line-directory, speedbar-buffer-click):
19370 Mark unused parameters.
19371 (speedbar-tag-file): Remove unused variable `mode'.
19372 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
19373
19374 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
19375
19376 * talk.el (talk): Remove unused variable `display'.
19377
19378 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
19379 (tar-write-region-annotate): Mark unused parameter.
19380
19381 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
19382 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
19383 Declare them, wrapped in `with-no-warnings' to avoid replacing one
19384 warning by another.
19385
19386 * time-stamp.el (time-stamp-string-preprocess):
19387 Remove unused variable `require-padding'.
19388
19389 * tree-widget.el (widget-glyph-enable): Declare.
19390 (tree-widget-action): Mark unused parameter.
19391
19392 * w32-fns.el (x-get-selection): Mark unused parameter.
19393 (autoload-make-program, generated-autoload-file): Declare.
19394
19395 * wdired.el (wdired-revert): Mark unused parameters.
19396 (wdired-xcase-word): Remove unused variable `err'.
19397
19398 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
19399 (whitespace-help-scroll): Remove unused variable `data-help'.
19400
19401 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
19402 (widget-image-insert, widget-after-change, default)
19403 (widget-default-format-handler, widget-default-notify)
19404 (widget-default-prompt-value, widget-info-link-action)
19405 (widget-url-link-action, widget-function-link-action)
19406 (widget-variable-link-action, widget-file-link-action)
19407 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
19408 (widget-field-prompt-internal, widget-field-action, widget-field-match)
19409 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
19410 (widget-insert-button-action, widget-delete-button-action, visibility)
19411 (widget-documentation-link-action, widget-documentation-string-action)
19412 (widget-const-prompt-value, widget-regexp-match, symbol)
19413 (widget-coding-system-prompt-value)
19414 (widget-key-sequence-value-to-external, sexp)
19415 (widget-sexp-value-to-internal, character, vector, cons)
19416 (widget-choice-prompt-value, widget-boolean-prompt-value)
19417 (widget-color--choose-action): Mark unused parameters.
19418 (widget-item-match-inline, widget-choice-match-inline)
19419 (widget-checklist-match, widget-checklist-match-inline)
19420 (widget-group-match): Rename parameter VALUES to VALS.
19421 (widget-field-value-set): Remove unused variable `size'.
19422 (widget-color-action): Remove unused variables `value' and `start'.
19423
19424 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 19425 variable `dir'. Doc fix.
06b60517
JB
19426 (windmove-find-other-window): Don't pass it.
19427
19428 * window.el (count-windows): Mark unused parameter.
19429 (bw-adjust-window): Remove unused variable `err'.
19430
19431 * woman.el (woman-file-name): Remove unused variable `default'.
19432 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
19433 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
19434 (global-font-lock-mode): Declare.
19435 (woman-decode-region): Mark unused parameter.
19436 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
19437
19438 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
19439 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
19440 (x-dnd-handle-moz-url): Remove unused variable `title'.
19441 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
19442
19443 * xml.el (xml-parse-tag, xml-parse-attlist):
19444 Remove unused variable `pos'.
19445
bc4f7f3d
GM
194462011-04-19 Glenn Morris <rgm@gnu.org>
19447
19448 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
19449 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
19450 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
19451 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
19452 * calendar/cal-html.el (cal-html-insert-minical):
19453 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
19454 (calendar-mark-date-pattern):
19455 Prefix "unused" locals.
19456
19457 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
19458 optional argument `style'.
19459
19460 * calendar/appt.el (appt-make-list):
19461 * calendar/cal-china.el (calendar-chinese-date-string):
19462 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
19463 (diary-hebrew-yahrzeit):
19464 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
19465 * calendar/calendar.el (calendar-generate-window):
19466 * calendar/time-date.el (time-to-days):
19467 Remove unused local variables.
19468
16a43933
CY
194692011-04-18 Chong Yidong <cyd@stupidchicken.com>
19470
19471 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
19472 glyphless-char-display table.
19473 (tabulated-list-glyphless-char-display): New var.
19474
7eed1860
SS
194752011-04-18 Sam Steingold <sds@gnu.org>
19476
19477 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
19478 to acknowledgments.
19479
4d2d1ccd
GM
194802011-04-17 Glenn Morris <rgm@gnu.org>
19481
19482 * calendar/diary-lib.el (diary-sexp-entry):
19483 * calendar/holidays.el (holiday-sexp):
19484 Set debug-on-error rather than the removed stack-trace-on-error.
19485
239da61d
GM
194862011-04-16 Glenn Morris <rgm@gnu.org>
19487
19488 * progmodes/f90.el: Use lexical-binding.
19489 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
19490
8b05752a
SM
194912011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
19492
daca8ba5
SM
19493 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
19494 (mail-mode): Setup mailalias completion here instead.
19495 * mail/mailalias.el: Use lexical-binding.
19496 (pattern, mailalias-done): Declare dynamic.
19497 (mail-completion-at-point-function): New function, from mail-complete.
19498 (mail-complete): Use it.
19499 (mail-completion-expand): New function.
19500 (mail-get-names): Use it.
19501 (mail-directory, mail-directory-process, mail-directory-stream):
19502 Don't use `pattern' for lexically bound arg.
19503
6f542485
SM
19504 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
19505
037e7c3f
SM
19506 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
19507 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
19508 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
19509
8b05752a
SM
19510 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
19511 (byte-save-window-excursion, byte-temp-output-buffer-setup)
19512 (byte-interactive-p): Define them again, for use when inlining
19513 old code.
19514
49093f60
JB
195152011-04-15 Juanma Barranquero <lekktu@gmail.com>
19516
19517 * loadup.el: Use `string-to-number', not `string-to-int'.
19518
b5b8e7de
SM
195192011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
19520
19521 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
19522 gud-gdb-complete-command.
19523 (gud-gdb-completions): New function, from gud-gdb-complete-command.
19524 (gud-gdb-completion-at-point): New function.
19525 (gud-gdb-completions): Remove.
19526
f42efeb5
MA
195272011-04-14 Michael Albinus <michael.albinus@gmx.de>
19528
49093f60
JB
19529 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
19530 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
19531 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
19532 whether `executable-find' is bound.
f42efeb5
MA
19533
19534 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
19535
e240cc21
SM
195362011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
19537
19538 * minibuffer.el (completion-in-region-mode-predicate)
19539 (completion-in-region-mode--predicate): New vars.
19540 (completion-in-region, completion-in-region--postch)
19541 (completion-in-region-mode): Use them.
19542 (completion--capf-wrapper): Also return the hook function.
19543 (completion-at-point, completion-help-at-point):
19544 Adjust and provide a predicate.
c2bd2ab0
SM
19545
19546 Preserve arg names for advice of subr and lexical functions (bug#8457).
19547 * help-fns.el (help-function-arglist): Consolidate the subr and
19548 new-byte-code cases. Add argument `preserve-names' to extract names
19549 from the docstring when needed.
19550 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
19551 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
19552 (ad-arglist): Use help-function-arglist's new arg.
19553 (ad-definition-type): Use cond.
19554
c183f693
JB
195552011-04-13 Juanma Barranquero <lekktu@gmail.com>
19556
06641a47
JB
19557 * autorevert.el (auto-revert-handler):
19558 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
19559 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
19560 Don't quote lambda.
19561
c183f693
JB
19562 * image-mode.el (image-transform-set-scale):
19563 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
19564
1e3b6001
G
195652011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
19566
19567 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 19568 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
19569 Upgrades via gnutls-cli are too slow to be done opportunistically.
19570
2d6af8dd
JB
195712011-04-12 Juanma Barranquero <lekktu@gmail.com>
19572
19573 * dframe.el (dframe-current-frame): Remove spurious quote.
19574
c0749a51
GM
195752011-04-12 Glenn Morris <rgm@gnu.org>
19576
088d0d61
GM
19577 * calendar/cal-tex.el (cal-tex-end-document):
19578 Try to automatically use latin1 input if needed.
19579
c0749a51
GM
19580 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
19581 Don't try to cons a mark onto an empty element.
19582
5c90fde0
LL
195832011-04-11 Leo Liu <sdl.web@gmail.com>
19584
19585 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
19586 buffers.
19587 (ido-kill-buffer-at-head): Support killing virtual buffers.
19588
369e974d
CY
195892011-04-10 Chong Yidong <cyd@stupidchicken.com>
19590
19591 * minibuffer.el (completion-show-inline-help): New var.
19592 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
19593 (minibuffer-force-complete, minibuffer-complete-word):
19594 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
19595
19596 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
19597 to avoid interference from inline help (Bug#5849).
19598
37f1c930
LL
195992011-04-10 Leo Liu <sdl.web@gmail.com>
19600
099c39a4
JB
19601 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
19602 Fix typo.
37f1c930 19603
a32d4040
CY
196042011-04-09 Chong Yidong <cyd@stupidchicken.com>
19605
19606 * image-mode.el (image-toggle-display-image): Signal an error if
19607 not in Image mode.
19608 (image-transform-mode, image-transform-resize)
19609 (image-transform-set-rotation): Doc fix.
daca8ba5 19610 (image-transform-set-resize): Delete.
a32d4040
CY
19611 (image-transform-set-scale, image-transform-fit-to-height)
19612 (image-transform-fit-to-width): Handle image-toggle-display-image
19613 and image-transform-resize directly.
19614
099c39a4 196152011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
19616
19617 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
19618 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
19619 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
19620 (doc-view-mode-map): Add bindings for the new functions.
19621
099c39a4 196222011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 19623
4d61f28d 19624 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
19625 Fix typo in docstring.
19626
3726838a
EZ
196272011-04-08 Eli Zaretskii <eliz@gnu.org>
19628
04f33f1e
EZ
19629 * files.el (file-size-human-readable): Produce one digit after
19630 decimal, like "ls -lh" does.
19631
19632 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
19633 the file size representation.
19634
3726838a
EZ
19635 * simple.el (list-processes): If async subprocesses are not
19636 available, error out with a clear error message.
19637
cbb59342
CY
196382011-04-08 Chong Yidong <cyd@stupidchicken.com>
19639
19640 * help.el (help-form-show): New function, to be called from C.
19641 Put help-form output in a buffer named differently than *Help*.
19642
e3971c44
EZ
196432011-04-08 Eli Zaretskii <eliz@gnu.org>
19644
19645 * files.el (file-size-human-readable): New function.
19646
19647 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
19648 computing the representation inline. Don't require `cl'.
19649
12544bbe
GM
196502011-04-08 Glenn Morris <rgm@gnu.org>
19651
a1de6c6a
GM
19652 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
19653
3c4671f4
GM
19654 * net/browse-url.el (browse-url-firefox):
19655 Test system-type, not system-configuration.
19656
b605679c
GM
19657 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
19658 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
19659 Use log-edit-empty-buffer-p. (Bug#7598)
19660
56442f0c
GM
19661 * net/rlogin.el (rlogin-process-connection-type): Simplify.
19662 (rlogin-mode-map): Initialize in the defvar.
19663 (rlogin): Use ignore-errors.
19664
12544bbe
GM
19665 * replace.el (occur-mode-map): Some fixes for menu items.
19666
eb237b0f
AH
196672011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
19668
19669 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
19670
7d668f2c
CY
196712011-04-06 Chong Yidong <cyd@stupidchicken.com>
19672
e67a13ab
CY
19673 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
19674 issuing unused warnings.
19675
19676 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
19677 macro directly.
19678
7d668f2c
CY
19679 * simple.el: Lisp reimplement of list-processes. Based on an
19680 earlier reimplementation by Leo Liu, but using tabulated-list.el.
19681 (process-menu-mode): New major mode.
19682 (list-processes--refresh, list-processes):
19683 (process-menu-visit-buffer): New functions.
19684
19685 * files.el (save-buffers-kill-emacs): Don't assume any return
19686 value of list-processes, which is undocumented anyway.
19687
a83ec3c9
CY
196882011-04-06 Chong Yidong <cyd@stupidchicken.com>
19689
19690 * emacs-lisp/tabulated-list.el: New file.
19691
e91a96fe
CY
19692 * emacs-lisp/package.el: Use Tabulated List mode.
19693 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
19694 (package-menu-mode): Derive from tabulated-list-mode. Set up the
19695 table format using Tabulated List mode variables.
19696 (package--push): New macro, replacing package-list-maybe-add.
19697 (package-menu--generate): Use package--push. Renamed from
19698 package--generate-package-list.
19699 (package-menu-refresh, list-packages): Use it.
daca8ba5 19700 (package-menu--print-info): Rename from package-print-package.
e91a96fe 19701 Return insertion data instead of inserting it directly.
099c39a4
JB
19702 (package-menu-describe-package, package-menu-execute):
19703 Use tabulated-list-get-id.
e91a96fe
CY
19704 (package-menu-mark-delete, package-menu-mark-install)
19705 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
19706 (package-menu-mark-obsolete-for-deletion):
19707 Use tabulated-list-put-tag.
e91a96fe
CY
19708 (package--list-packages, package-menu-revert)
19709 (package-menu-get-package, package-menu-get-version)
19710 (package-menu-sort-by-column): Functions deleted.
19711 (package-menu-package-list, package-menu-sort-key): Vars deleted.
19712 (package-menu--status-predicate, package-menu--version-predicate)
19713 (package-menu--name-predicate)
19714 (package-menu--description-predicate): Handle arguments in the
19715 Tabulated List format.
19716 (package-list-packages-no-fetch): Call list-packages.
19717
3e214b50
JB
197182011-04-06 Juanma Barranquero <lekktu@gmail.com>
19719
19720 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 19721 (after-find-file): Don't bind it.
3e214b50
JB
19722 (revert-buffer-in-progress-p): New variable.
19723 (revert-buffer): Bind it.
19724 Pass nil for `after-find-file-from-revert-buffer'.
19725
19726 * saveplace.el (save-place-find-file-hook): Use new variable
19727 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
19728
3f0f1700
GM
197292011-04-06 Glenn Morris <rgm@gnu.org>
19730
c0274801
GM
19731 * Makefile.in (AUTOGEN_VCS): New variable.
19732 (autoloads): Use $AUTOGEN_VCS.
19733
3f0f1700
GM
19734 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
19735 * calendar/calendar.el (calendar-mode-map):
19736 Check for toolkit scroll bars. (Bug#8305)
19737
41ea9e48
CY
197382011-04-05 Chong Yidong <cyd@stupidchicken.com>
19739
19740 * minibuffer.el (completion-in-region--postch)
19741 (completion-in-region-mode): Remove unnecessary messages.
19742
6194c800
JB
197432011-04-05 Juanma Barranquero <lekktu@gmail.com>
19744
33256f14
JB
19745 * font-lock.el (font-lock-refresh-defaults):
19746 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
19747 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
19748
6194c800
JB
19749 * info.el (Info-directory-list, Info-read-node-name-2)
19750 (Info-split-parameter-string): Doc fixes.
19751 (Info-virtual-nodes): Reflow docstring.
19752 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
19753 (Info-apropos-toc-nodes, info-finder, Info-get-token)
19754 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
19755 Fix typos in docstrings.
19756 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
19757 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
19758 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
19759 (Info-restore-desktop-buffer): Mark unused parameters.
19760 (Info-directory-find-file, Info-directory-find-node)
19761 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
19762 (Info-virtual-index-find-node, Info-apropos-find-file)
19763 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 19764 Mark unused parameters; fix typos in docstrings.
6194c800
JB
19765 (Info-virtual-index): Remove unused local variable `nodename'.
19766
b87a8200 197672011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 19768
b87a8200
DD
19769 * net/rcirc.el: Update my e-mail address.
19770 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 19771
3b2ff876
CY
197722011-04-05 Chong Yidong <cyd@stupidchicken.com>
19773
19774 * startup.el (command-line): Save the cursor's theme-face
19775 directly, instead of using face-override-spec.
19776
19777 * custom.el (load-theme): Minor optimization in assigning faces.
19778
8d17e7ca
JB
197792011-04-04 Juanma Barranquero <lekktu@gmail.com>
19780
19781 * help-fns.el (describe-variable): Complete all variables having
19782 documentation, including keywords.
19783 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
19784
2fbc1934
JB
197852011-04-04 Juanma Barranquero <lekktu@gmail.com>
19786
19787 Convert to lexical-binding.
19788
19789 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
19790 (bs--get-marked-string, bs--get-modified-string)
19791 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
19792 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
19793 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
19794
19795 * ehelp.el (electric-help-execute-extended)
19796 (electric-help-ctrl-x-prefix):
19797 * hexl.el (hexl-revert-buffer-function):
19798 * linum.el (linum-after-change, linum-after-scroll):
19799 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
19800
19801 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
19802
74f50695
DU
198032011-04-04 Daiki Ueno <ueno@unixuser.org>
19804
19805 * epa-dired.el:
19806 * epa-mail.el:
19807 * epa-hook.el:
19808 * epa-file.el:
19809 * epa.el:
19810 * epg.el: Use lexical binding.
19811
c11325f7
CY
198122011-04-03 Chong Yidong <cyd@stupidchicken.com>
19813
0d9e9a12
CY
19814 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
19815
c11325f7 19816 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
19817 dictionary case for flyspell-mark-duplications-exceptions.
19818 Use regexp matching for languages.
c11325f7
CY
19819 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
19820 default dictionary (Bug#7926).
19821
da91b5f2
CY
198222011-04-02 Chong Yidong <cyd@stupidchicken.com>
19823
099c39a4
JB
19824 * emacs-lisp/package.el (package--with-work-buffer):
19825 Recognize https URLs.
da91b5f2 19826
099c39a4
JB
19827 * net/network-stream.el: Move from gnus/proto-stream.el.
19828 Change prefix to network-stream throughout.
da91b5f2
CY
19829 (open-protocol-stream): Merge into open-network-stream, leaving
19830 open-protocol-stream as an alias. Handle nil BUFFER args.
19831
19832 * subr.el (open-network-stream): Move to net/network-stream.el.
19833
afa8e9f6
GM
198342011-04-02 Glenn Morris <rgm@gnu.org>
19835
1d2e369d
GM
19836 * find-dired.el (find-exec-terminator): New option.
19837 (find-ls-option): Test for -ls support.
19838 (find-ls-subdir-switches): Test for -b in find-ls-option.
19839 (find-dired, find-grep-dired): Doc fixes.
19840 (find-dired): Use find-exec-terminator.
19841
8abb7da8 19842 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
19843 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
19844 (find-name-arg): Remove purecopy.
8abb7da8 19845
f3ca7378
GM
19846 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
19847 (grep-compute-defaults): Check for `-exec COMMAND +' support.
19848 Set grep-find-use-xargs, grep-find-command, and grep-find-template
19849 accordingly. Don't add the null-device if not needed.
19850
afa8e9f6
GM
19851 * files.el (save-some-buffers): Doc fix.
19852
35eae264
EZ
198532011-04-02 Eli Zaretskii <eliz@gnu.org>
19854
19855 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
19856
26b51db5
JB
198572011-04-01 Juanma Barranquero <lekktu@gmail.com>
19858
19859 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
19860 Use `dolist' rather than `mapcar'.
19861
7200d79c
SM
198622011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
19863
03408648 19864 Add lexical binding.
7200d79c 19865
03408648
SM
19866 * subr.el (apply-partially): Use new closures rather than CL.
19867 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
19868 (dolist, dotimes): Use slightly different expansion for lexical code.
19869 (functionp): Move to C.
19870 (letrec): New macro.
19871 (with-wrapper-hook): Use it and apply-partially instead of CL.
19872 (eval-after-load): Preserve lexical-binding.
19873 (save-window-excursion, with-output-to-temp-buffer): Turn them
19874 into macros.
7200d79c 19875
03408648
SM
19876 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
19877
19878 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
19879 than the arglist.
19880 (help-add-fundoc-usage): Don't add `Not documented'.
19881 (help-function-arglist): Handle closures, subroutines, and new
19882 byte-code-functions.
19883 (help-make-usage): Remove leading underscores.
19884 (describe-function-1): Handle closures.
19885 (describe-variable): Use special-variable-p for completion.
19886
19887 * files.el (lexical-binding): Declare safe.
f488fb65 19888
03408648
SM
19889 * emacs-lisp/pcase.el: Don't use destructuring-bind.
19890 (pcase--memoize): Rename from pcase-memoize. Change weakness.
19891 (pcase): Add `let' pattern.
19892 Change memoization so it actually works.
19893 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
19894 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
19895 <let>: New case.
f488fb65 19896
03408648
SM
19897 * emacs-lisp/macroexp.el: Use lexical binding.
19898 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
19899 Don't convert ' to #' without checking that it's indeed quoting
19900 a lambda.
19901
19902 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 19903 Use eval-sexp-add-defvars.
03408648
SM
19904 (eval-sexp-add-defvars): New fun.
19905
19906 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
19907
19908 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
19909 Don't autoload.
19910 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
19911 than the internal `byte-compile-lambda'.
19912 (defmethod): Don't hide code under quotes.
19913 (eieio-defmethod): New `code' argument.
19914
19915 * emacs-lisp/eieio-comp.el: Remove.
19916
19917 * emacs-lisp/edebug.el (edebug-eval-defun)
19918 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
19919 (edebug-toggle): Avoid `eval'.
19920
19921 * emacs-lisp/disass.el (disassemble-internal): Handle new
19922 `closure' objects.
19923 (disassemble-1): Handle new byte codes.
19924
19925 * emacs-lisp/cl.el (pushnew): Silence warning.
19926
19927 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
19928 (cl-byte-compile-throw): Remove.
19929 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
19930
19931 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
19932 closures.
19933
19934 * emacs-lisp/cconv.el: New file.
19935
19936 * emacs-lisp/bytecomp.el: Use lexical binding instead of
19937 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
19938 (byte-compile-initial-macro-environment):
19939 Handle declare-function here.
19940 (byte-compile--lexical-environment): New var.
19941 (byte-stack-ref, byte-stack-set, byte-discardN)
19942 (byte-discardN-preserve-tos): New lap codes.
19943 (byte-interactive-p): Don't use any more.
19944 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
19945 New macros.
19946 (byte-compile-lapcode): Use them and handle new lap codes.
19947 (byte-compile-obsolete): Remove.
19948 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
19949 (byte-compile-arglist-warn): Check late def of inlinable funs.
19950 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
19951 since they should have been expanded by now.
19952 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
19953 (byte-compile-from-buffer): Remove unused second arg.
19954 (byte-compile-preprocess): New function.
19955 (byte-compile-toplevel-file-form): New function to distinguish
19956 file-form calls from outside from file-form calls from hunk-handlers.
19957 (byte-compile-file-form): Simplify.
19958 (byte-compile-file-form-defsubst): Remove.
19959 (byte-compile-file-form-defmumble): Simplify now that
19960 byte-compile-lambda always returns a byte-code-function.
19961 (byte-compile): Preprocess.
19962 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
19963 Remove, not used any more.
19964 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
19965 (byte-compile-make-args-desc): New funs.
19966 (byte-compile-lambda): Handle lexical functions. Always return
19967 a byte-code-function.
19968 (byte-compile-reserved-constants): New var, to make up room for
19969 closed-over variables.
19970 (byte-compile-constants-vector): Obey it.
19971 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
19972 (byte-compile-macroexpand-declare-function): New function.
19973 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
19974 byte-code-functions.
19975 (byte-compile-form): Check obsolescence here.
19976 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
19977 (byte-compile-variable-ref): Remove.
19978 (byte-compile-dynamic-variable-op): New fun.
19979 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
19980 (byte-compile-variable-set): New funs.
19981 (byte-compile-discard): Add 2 args.
19982 (byte-compile-stack-ref, byte-compile-stack-set)
19983 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
19984 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
19985 macroexpand-all instead.
19986 (byte-compile-quote-form): Remove.
19987 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
19988 (byte-compile-bind, byte-compile-unbind): New funs.
19989 (byte-compile-let): Handle let* and lexical binding.
19990 (byte-compile-let*): Remove.
19991 (byte-compile-catch, byte-compile-unwind-protect)
19992 (byte-compile-track-mouse, byte-compile-condition-case):
19993 Handle a new :fun-body form, used for lexical scoping.
19994 (byte-compile-save-window-excursion)
19995 (byte-compile-with-output-to-temp-buffer): Remove.
19996 (byte-compile-defun): Simplify.
19997 (byte-compile-stack-adjustment): New fun.
19998 (byte-compile-out): Use it.
19999 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
20000
20001 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
20002 handler any more.
20003
20004 * emacs-lisp/byte-opt.el: Use lexical binding.
20005 (byte-inline-lapcode): Remove (to bytecomp).
20006 (byte-compile-inline-expand): Pay attention to inlining to/from
20007 lexically bound code.
20008 (byte-compile-unfold-lambda): Don't handle byte-code-functions
20009 any more.
20010 (byte-optimize-form-code-walker): Don't handle save-window-excursion
20011 any more and don't call compiler-macros.
20012 (byte-compile-splice-in-already-compiled-code): Remove.
20013 (byte-code): Don't inline any more.
20014 (disassemble-offset): Receive `bytes' as argument rather than via
20015 dynamic scoping.
20016 (byte-compile-tag-number): Declare before first use.
20017 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
20018 `return' even if make-spliceable.
20019 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
20020 obsolete interactive-p.
20021 (byte-optimize-lapcode): Optimize new lap-codes.
20022 Don't trip up on new form of `byte-constant' lap code.
20023
20024 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
20025
20026 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
20027
20028 * custom.el (custom-initialize-default, custom-declare-variable):
20029 Use `defvar'.
20030
20031 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
20032 New variables.
20033 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
20034 (COMPILE_FIRST): Add macroexp and cconv.
20035 * makefile.w32-in: Mirror changes in Makefile.in.
20036
20037 * vc/cvs-status.el:
20038 * vc/diff-mode.el:
20039 * vc/log-edit.el:
20040 * vc/log-view.el:
20041 * vc/smerge-mode.el:
20042 * textmodes/bibtex-style.el:
090bd7cb 20043 * textmodes/css-mode.el:
03408648
SM
20044 * startup.el:
20045 * uniquify.el:
da91b5f2
CY
20046 * minibuffer.el:
20047 * newcomment.el:
20048 * reveal.el:
20049 * server.el:
20050 * mpc.el:
20051 * emacs-lisp/smie.el:
20052 * doc-view.el:
20053 * dired.el:
03408648
SM
20054 * abbrev.el: Use lexical binding.
20055
0f0c1f27
EZ
200562011-04-01 Eli Zaretskii <eliz@gnu.org>
20057
20058 * info.el (info-display-manual): New function.
20059
c82b2579
SM
200602011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
20061
20062 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
20063
221ddf68
TH
200642011-03-31 Tassilo Horn <tassilo@member.fsf.org>
20065
20066 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 20067 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 20068
cba6e77e
GM
200692011-03-31 Glenn Morris <rgm@gnu.org>
20070
e040639f
GM
20071 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
20072
cba6e77e
GM
20073 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
20074
6d0f1c9e
CS
200752011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
20076
20077 * progmodes/python.el (python-default-interpreter)
20078 (python-python-command-args, python-jython-command-args)
20079 (python-which-shell, python-which-args, python-which-bufname)
20080 (python-file-queue, python-comint-output-filter-function)
20081 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
20082 variables and functions.
20083
3e2d70fd
SM
200842011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
20085
20086 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
20087 (completion-in-region-mode): New minor mode.
20088 (completion-in-region): Use it.
20089 (completion-in-region--data, completion-in-region-mode-map): New vars.
20090 (completion-in-region--postch): New function.
20091 (completion--capf-misbehave-funs, completion--capf-safe-funs):
20092 New vars.
20093 (completion--capf-wrapper): New function.
20094 (completion-at-point): Use it to track well-behavedness of
20095 hook functions.
20096 (completion-help-at-point): New command.
20097
f3e4086c
JM
200982011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
20099
20100 * vc/add-log.el (add-change-log-entry): Don't use whitespace
20101 syntax class to search for whitespace on a single line
20102 (Message-ID: <4D938140.4030905@redhat.com>).
20103
eb7ffc14
LL
201042011-03-30 Leo Liu <sdl.web@gmail.com>
20105
20106 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
20107 New commands.
20108 (edit-abbrevs-map): Bind them here.
20109 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
20110
d806ab68
KM
201112011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
20112
20113 * allout.el (allout-hide-by-annotation, allout-flag-region):
20114 Reduce possibility of overlay leakage by making them volatile.
20115
20116 * allout-widgets.el (allout-widgets-tally): Define as nil so the
20117 hash is not shared between buffers. Mode initialization is
20118 responsible for giving it a useful starting value.
20119 (allout-item-span): Reduce possibility of overlay leakage by
20120 making them volatile.
20121 (allout-widgets-count-buttons-in-region): Add diagnostic function
20122 for tracking down button overlay leaks.
20123
ea622834
LL
201242011-03-29 Leo Liu <sdl.web@gmail.com>
20125
20126 * ido.el (ido-read-internal): Use the default history var
20127 minibuffer-history if no HISTORY is specified.
20128
b62f8267
G
201292011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
20130
03408648
SM
20131 * net/imap.el (imap-shell-open, imap-process-connection-type):
20132 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
20133 Kerberos, SSL, other subprocesses.
20134
947b6566
LL
201352011-03-28 Leo Liu <sdl.web@gmail.com>
20136
20137 * abbrev.el (abbrev-table-empty-p): New function.
20138 (prepare-abbrev-list-buffer): Place empty abbrev tables after
20139 nonempty ones. (Bug#5937)
20140
5ffb62aa
JD
201412011-03-27 Jan Djärv <jan.h.d@swipnet.se>
20142
20143 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
20144
7a097943
LL
201452011-03-27 Leo Liu <sdl.web@gmail.com>
20146
20147 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
20148 for foreground and background colors.
20149 (ansi-color-make-color-map): Adapt.
20150
c5b40130
LL
201512011-03-25 Leo Liu <sdl.web@gmail.com>
20152
1f48f7d2
LL
20153 * midnight.el (midnight-time-float): Remove. Note it calculates
20154 the microsecond component incorrectly and seconds-to-time does the
20155 same job.
625897ec 20156 Remove redundant (require 'timer).
1f48f7d2 20157
c5b40130
LL
20158 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
20159 (ido-completions): Remove unused arguments. (Bug#8329)
20160
d86d2721
SM
201612011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20162
20163 * minibuffer.el (completion--flush-all-sorted-completions):
20164 Remove itself from hook.
20165 (completion-at-point): Let the functions perform the completion
20166 immediately and return nil or t.
20167 * comint.el (comint-dynamic-complete-functions): Now identical to
20168 completion-at-point-functions.
20169 (comint-dynamic-list-input-ring): Remove unused var `index'.
20170 (comint--match-partial-filename, comint--unquote&expand-filename):
20171 New funs, split from comint-match-partial-filename.
20172 (comint-dynamic-complete): Use completion-at-point.
20173 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
20174
e8974c48
DA
201752011-03-24 Drew Adams <drew.adams@oracle.com>
20176
20177 * thingatpt.el: Support `defun'.
20178
def71b5e
LL
201792011-03-23 Leo Liu <sdl.web@gmail.com>
20180
cb5af48e
LL
20181 * abbrevlist.el: Move to obsolete/abbrevlist.el.
20182
def71b5e
LL
20183 * help-mode.el (help-mode-finish): Tweak regexp.
20184
927c53e7
GM
201852011-03-23 Glenn Morris <rgm@gnu.org>
20186
18d05bed
GM
20187 * eshell/esh-opt.el (eshell-eval-using-options):
20188 Do not bind unused local variable `eshell-option-stub'.
20189
927c53e7
GM
20190 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
20191
9d0da923
JB
201922011-03-22 Juanma Barranquero <lekktu@gmail.com>
20193
20194 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
20195 keymap variable in `with-no-warnings' to avoid a warning when the
20196 keymap has been already `defconst'ed.
20197
4b978a67
LL
201982011-03-22 Leo Liu <sdl.web@gmail.com>
20199
20200 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
20201 encode all chars in abbrevs; otherwise use emacs-mule or
20202 utf-8-emacs. (Bug#8308)
20203
5fd62452
JB
202042011-03-22 Juanma Barranquero <lekktu@gmail.com>
20205
0b1596c6
JB
20206 * simple.el (backward-delete-char-untabify):
20207 Avoid warning about using `delete-backward-char'.
20208
5fd62452
JB
20209 * image.el (image-type-file-name-regexps): Make it variable.
20210 `imagemagick-register-types' modifies it, and the user may want
20211 to add new extensions for known image types.
20212 (imagemagick-register-types): Throw error if not using ImageMagick.
20213
0b4e93f1
LL
202142011-03-22 Leo Liu <sdl.web@gmail.com>
20215
20216 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
20217 located before rcirc-prompt-end-marker.
20218 (rcirc-complete): Error if point is not after rcirc prompt.
20219 Handle the case when table is nil.
9882e214 20220 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 20221
fccee4ab
CY
202222011-03-22 Chong Yidong <cyd@stupidchicken.com>
20223
20224 * custom.el (custom--inhibit-theme-enable): Make it affect only
20225 custom-theme-set-variables and custom-theme-set-faces.
20226 (provide-theme): Ignore custom--inhibit-theme-enable.
20227 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
20228 (custom-enabling-themes): Delete variable.
d86d2721
SM
20229 (enable-theme): Accept only loaded themes as arguments.
20230 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
20231 (custom-enabled-themes): Forbid themes from setting this.
20232 Eliminate use of custom-enabling-themes.
20233 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 20234
af896da6
LL
202352011-03-21 Leo Liu <sdl.web@gmail.com>
20236
20237 * ido.el (ido-read-internal): Add ido-selected to history instead
20238 of user input.
20239
78f64af0
SM
202402011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
20241
20242 * subr.el (deferred-action-list, deferred-action-function):
20243 Mark obsolete.
20244
b16ac1ec
LL
202452011-03-21 Leo Liu <sdl.web@gmail.com>
20246
810f7698
LL
20247 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
20248 change on 2011-02-13 (bug#8309).
20249
b16ac1ec
LL
20250 * minibuffer.el (read-file-name-function): Change default value.
20251 (read-file-name--defaults): Rename from read-file-name-defaults.
20252 (read-file-name-default): Rename from read-file-name.
20253 (read-file-name): Call read-file-name-function.
20254
4e05e67e
GM
202552011-03-21 Glenn Morris <rgm@gnu.org>
20256
20257 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
20258 Doc fixes.
20259
4359915b
CY
202602011-03-21 Chong Yidong <cyd@stupidchicken.com>
20261
20262 * cus-theme.el: Add missing provide statement.
20263 (customize-create-theme): Extract theme value correctly.
20264 (custom-theme-visit-theme): Autoload.
20265 (customize-create-theme): Prompt before inserting default faces.
20266
1fe275ee
JB
202672011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
20268
20269 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
20270 units and musical notes.
20271
cd394be1 202722011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
20273
20274 * ido.el (ido-read-internal): Use completing-read-default.
20275 (ido-completing-read): Fix compatibility with completing-read.
20276
7d476bde
CO
202772011-03-20 Christian Ohler <ohler@gnu.org>
20278
20279 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
20280 (ert-delete-all-tests): Use `called-interactively-p' rather than
20281 `interactive-p'.
20282 (ert--make-xrefs-region): Respect END.
20283
fe0fb33e
CY
202842011-03-19 Chong Yidong <cyd@stupidchicken.com>
20285
ff854b0b
CY
20286 * dired-aux.el (dired-create-directory): Signal an error if the
20287 directory already exists (Bug#8246).
20288
fe0fb33e
CY
20289 * facemenu.el (list-colors-display): Call list-faces-display
20290 inside with-help-window.
20291 (list-colors-print): Use display property to align the final
20292 column, instead of checking window-width.
20293
576bce32
EZ
202942011-03-19 Eli Zaretskii <eliz@gnu.org>
20295
4d61f28d 20296 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
20297 windows-nt systems.
20298 (emerge-protect-metachars): Quote correctly for ms-dos and
20299 windows-nt systems.
20300
89c41d68 203012011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
20302
20303 * info.el (info-initialize): Replace all uses of `:' with
20304 path-separator for compatibility with non-Unix systems.
20305 Cache quoting of path-separator. (Bug#8258)
20306
b14e3e21 203072011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
20308
20309 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
20310 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
20311 (mouse-avoidance-mode): Fix typos in docstrings.
20312
4525ce3e
CY
203132011-03-19 Chong Yidong <cyd@stupidchicken.com>
20314
20315 * startup.el (package-subdirectory-regexp): Move from package.el.
20316 Omit \\` and \\', and let callers add them.
20317
20318 * emacs-lisp/package.el (package-strip-version)
20319 (package-load-all-descriptors): Add \\` and \\' to
20320 package-subdirectory-regexp before using it.
20321 (package-untar-buffer): New arg DIR; ensure that file untars only
20322 into this expected directory. Remove superfluous delete-region.
20323 (package-unpack): Caller changed.
20324 (package-tar-file-info): Use package-subdirectory-regexp.
20325
a904a09a 203262011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 20327
a904a09a
SM
20328 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
20329 diff-mode-shared-map (bug#8284).
20330 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
20331
203322011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
20333
20334 * calendar/time-date.el (format-seconds): Use assoc instead of
20335 assoc-string, since assoc-string doesn't exist in XEmacs.
20336
171fc304
JB
203372011-03-17 Juanma Barranquero <lekktu@gmail.com>
20338
20339 * custom.el (custom-known-themes): Reflow docstring.
20340 (custom-theme-load-path): Fix typo in docstring.
20341 (load-theme): Fix typo in error message.
20342 (custom-available-themes, custom-variable-theme-value):
20343 Use `let', not `let*'.
20344
d71990a1
JB
203452011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
20346
20347 * calc/README: Mention inclusion of musical notes.
20348
20349 * calc/calc-units.el (calc-lu-quant): Rename from
20350 `calc-logunits-quantity'.
20351 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
20352 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
20353 (calc-db): Rename from `calc-dblevel'.
20354 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
20355 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
20356 (calc-np): Rename from `calc-nplevel'.
20357 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
20358 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
20359 (calc-lu-plus): Rename from `calc-logunits-add'.
20360 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
20361 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
20362 (calc-lu-minus): Rename from `calc-logunits-sub'.
20363 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
20364 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
20365 (calc-lu-times): Rename from `calc-logunits-mul'.
20366 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
20367 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
20368 (calc-lu-divide): Rename from `calc-logunits-div'.
20369 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
20370 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
20371
20372 * calc/calc-ext.el (calc-init-extensions): Update the names of the
20373 functions being autoloaded.
20374
20375 * calc/calc.el (calc-lu-power-reference): Rename from
20376 `calc-logunits-power-reference'.
20377 (calc-lu-field-reference): Rename from
20378 `calc-logunits-field-reference'.
20379
7a71b18d
GM
20380 * calc/calc-help.el (calc-l-prefix-help):
20381 Mention musical note functions.
d71990a1 20382
40c2934b
SM
203832011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
20384
20385 * minibuffer.el (completion-all-sorted-completions):
20386 Use :completion-cycle-penalty text property if present.
20387
b0911414
KM
203882011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
20389
20390 * allout.el (allout-yank-processing): Adjust for new rebulleting
20391 regime so bullet being yanked is used without prompting the user
20392 for a choice.
20393
8a05b668
JB
203942011-03-16 Juanma Barranquero <lekktu@gmail.com>
20395
20396 * startup.el (command-line): Warn the user that _emacs is deprecated.
20397
5ba5fb81
JB
203982011-03-16 Juanma Barranquero <lekktu@gmail.com>
20399
20400 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
20401 (delphi-verbose, delphi-comment-face, delphi-string-face)
20402 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
20403 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
20404 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
20405 (delphi-new-comment-line, delphi-font-lock-defaults)
20406 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
20407 Fix typos in docstrings.
20408
2dab465b
KM
204092011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
20410
5ba5fb81 20411 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
20412 Invert the roles of character and string values for INSTEAD, so a
20413 string is used for the more common case of a defaulting prompt.
20414
0adf5618
SM
204152011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
20416
20417 * progmodes/ruby-mode.el (ruby-backward-sexp):
20418 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
20419 * play/gamegrid.el (gamegrid-make-face):
20420 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
20421 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
20422 * notifications.el (notifications-notify):
20423 * net/xesam.el (xesam-search-engines):
20424 * net/quickurl.el (quickurl-list-insert):
20425 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
20426
d72700e5
CY
204272011-03-15 Chong Yidong <cyd@stupidchicken.com>
20428
20429 * startup.el (command-line): Update package subdirectory regexp.
20430
49c5410a
SM
204312011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
20432
c6eee9aa
SM
20433 * allout.el (allout-abbreviate-flattened-numbering)
20434 (allout-mode-deactivate-hook): Fix up obsolescence "date".
20435
49c5410a
SM
20436 * subr.el (read-char-choice): Only show the cursor after the prompt,
20437 not after the answer.
20438
047b2bb9
KR
204392011-03-15 Kevin Ryde <user42@zip.com.au>
20440
20441 * help-fns.el (variable-at-point): Skip leading quotes, if any
20442 (bug#8253).
20443
0a57d256
SM
204442011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
20445
20446 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
20447 warning message.
20448
77c992bc
MA
204492011-03-14 Michael Albinus <michael.albinus@gmx.de>
20450
20451 * shell.el (shell): When called interactively, offer to change the
20452 shell file name on remote hosts.
20453
eebc475d
TZ
204542011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
20455
20456 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
20457 integration for LDAP parameters. The host, base, user or binddn,
20458 and secret tokens can be specified in a netrc file, for instance.
20459 This is optional because an `auth-source' parameter must be
20460 specified in the search attributes.
20461
9d05d1ba
JB
204622011-03-13 Juanma Barranquero <lekktu@gmail.com>
20463
20464 * help.el (describe-mode): Link to the mode's definition (bug#8185).
20465
09d9db2c
GM
204662011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
20467
20468 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
20469 into declaration. Remove redundant and harmful binding.
20470
204712011-03-12 Eli Zaretskii <eliz@gnu.org>
20472
20473 * files.el (file-ownership-preserved-p): Pass `integer' as an
20474 explicit 2nd argument to `file-attributes'. If the file's owner
20475 is the Administrators group on Windows, and the current user is
20476 Administrator, consider that a match.
20477
20478 * server.el (server-ensure-safe-dir): Consider server directory
20479 safe on MS-Windows if its owner is the Administrators group while
20480 the current Emacs user is Administrator. Use `=' to compare
20481 numerical UIDs, since they could be integers or floats.
20482
219bd536
JB
204832011-03-12 Juanma Barranquero <lekktu@gmail.com>
20484
20485 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
20486
f3afd36b
MA
204872011-03-12 Michael Albinus <michael.albinus@gmx.de>
20488
20489 Sync with Tramp 2.2.1.
20490
20491 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
20492
20493 * net/trampver.el: Update release number.
20494
3aaaa6f1
SM
204952011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
20496
94642599
SM
20497 * progmodes/compile.el (compilation--previous-directory): Fix up
20498 various nil/dead-marker mismatches (bug#8014).
20499 (compilation-directory-properties, compilation-error-properties):
20500 Don't call it at a position past the one we're about to change.
20501
3aaaa6f1
SM
20502 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
20503 Disable obsolescence warnings in the file that declares it.
20504
14239447
KM
205052011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
20506
099c39a4
JB
20507 * allout-widgets.el (allout-widgets-tally):
20508 Initialize allout-widgets-tally as a hash table rather than nil to
20509 prevent mode-line redisplay warnings. Also, clarify the module
20510 description and fix a comment typo.
14239447 20511
135e287c
JB
205122011-03-11 Juanma Barranquero <lekktu@gmail.com>
20513
20514 * help-fns.el (describe-variable): Don't complete keywords.
20515 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
20516
ffbf300e
CY
205172011-03-10 Chong Yidong <cyd@stupidchicken.com>
20518
ba08b241
CY
20519 * emacs-lisp/package.el (package-version-join): Impose a standard
20520 string representation for pre/alpha/beta version lists.
20521 (package-unpack-single): Standardize the directory name by passing
20522 it through package-version-join.
20523 (package-strip-rcs-id): Accept any version string that does not
20524 signal an error in version-to-list.
ffbf300e 20525
f346fd6b
MA
205262011-03-10 Michael Albinus <michael.albinus@gmx.de>
20527
20528 * simple.el (delete-trailing-whitespace): Return nil for the
20529 benefit of `write-file-functions'.
20530
ccb55d27
GM
205312011-03-10 Glenn Morris <rgm@gnu.org>
20532
5ceaac0c
GM
20533 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
20534
02da65ff
GM
20535 * vc/vc-git.el (vc-git-program): New option.
20536 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
20537 (vc-git--call): Use it.
20538
b2f603cc
GM
20539 * eshell/esh-util.el (eshell-condition-case): Doc fix.
20540
5772caab
GM
20541 * cus-edit.el (Custom-newline): If no button at point, look
20542 for a subgroup button at start-of-line. (Bug#2298)
20543
ccb55d27
GM
20544 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
20545
ec6ecaed
JD
205462011-03-10 Julien Danjou <julien@danjou.info>
20547
20548 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
20549 `cursor-type' is nil.
20550
9d5aa01d
JB
205512011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
20552
20553 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
20554
b6a5875b
KM
205552011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
20556
7a71b18d 20557 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
20558 preserves the existing header prefix, rebulleting it if necessary,
20559 rather than replacing it. This is necessary for proper operation
20560 of cooperative addons like allout-widgets.
1154d12e
JB
20561 (allout-make-topic-prefix, allout-rebullet-heading):
20562 Change SOLICIT arg to INSTEAD, and interpret additionally a string
20563 value as alternate bullet to be used, instead of prompting the user
20564 for a bullet character.
b6a5875b 20565
ee545c35
MA
205662011-03-09 Michael Albinus <michael.albinus@gmx.de>
20567
d86d2721
SM
20568 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
20569 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
20570 `tramp-default-port'.
20571
c47971d7
DD
205722011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
20573
20574 * net/rcirc.el (rcirc-handler-001): Remove useless
20575 with-rcirc-process-buffer.
20576 (rcirc-check-auth-status): Swap arguments to string-match.
20577
13522cb4
GM
205782011-03-09 Glenn Morris <rgm@gnu.org>
20579
0be6f4f1
GM
20580 * shell.el (shell-mode):
20581 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
20582
13522cb4
GM
20583 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
20584 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
20585
515de2e3
CY
205862011-03-08 Chong Yidong <cyd@stupidchicken.com>
20587
20588 * emacs-lisp/package.el (package-refresh-contents)
20589 (package-menu-execute): Use condition-case-no-debug.
20590
b511b994
MA
205912011-03-08 Michael Albinus <michael.albinus@gmx.de>
20592
20593 * simple.el (shell-command-to-string): Use `process-file'.
20594
20595 * emacs-lisp/package.el (package-tar-file-info): Handle also
20596 remote files.
20597
d86d2721
SM
20598 * emacs-lisp/package-x.el (package-upload-buffer-internal):
20599 Use `equal' for upload base check.
b511b994 20600
25bbfb31
AM
206012011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
20602
20603 * textmodes/texinfo.el (texinfo-environments):
20604 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
20605
be996521
GM
206062011-03-08 Glenn Morris <rgm@gnu.org>
20607
e9c8529f
GM
20608 * cus-start.el (cursor-in-non-selected-windows):
20609 Fix :set quoting oddness. (Bug#8192)
20610
be996521
GM
20611 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
20612 in some setf expressions. (Bug#2159)
20613
2bb5649e
CY
206142011-03-08 Chong Yidong <cyd@stupidchicken.com>
20615
20616 * custom.el (custom-available-themes): Return themes in
20617 alphabetical order.
20618
33383987 20619See ChangeLog.15 for earlier changes.
e3d51b27
MR
20620
20621;; Local Variables:
20622;; coding: utf-8
e3d51b27
MR
20623;; End:
20624
acaf905b 20625 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
20626
20627 This file is part of GNU Emacs.
20628
20629 GNU Emacs is free software: you can redistribute it and/or modify
20630 it under the terms of the GNU General Public License as published by
20631 the Free Software Foundation, either version 3 of the License, or
20632 (at your option) any later version.
20633
20634 GNU Emacs is distributed in the hope that it will be useful,
20635 but WITHOUT ANY WARRANTY; without even the implied warranty of
20636 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20637 GNU General Public License for more details.
20638
20639 You should have received a copy of the GNU General Public License
20640 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.