* lisp/progmodes/ruby-mode.el: Don't confuse "end:" for "end".
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
39675016
DG
12012-03-21 Dmitry Gutov <dgutov@yandex.ru>
2
3 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
4 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
5 (ruby-beginning-of-indent): Be more careful with the difference
6 between word-boundary and symbol boundary.
7 (ruby-mode-syntax-table): Make : a symbol constituent.
8
0a6934fc 92012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 10
3d008e4f
SM
11 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
12
0a6934fc
SM
132012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14
af67c9d7
SM
15 * progmodes/etags.el (tags-completion-at-point-function):
16 Improve last fix.
17
1acad97c
SM
18 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
19
e298b5da
SS
202012-03-21 Sam Steingold <sds@gnu.org>
21
22 * progmodes/etags.el (tags-completion-at-point-function):
23 Avoid the error when point is inside the pattern.
24
91d82a70
JY
252012-03-21 John Yates <john@yates-sheets.org> (tiny change)
26
27 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
28 line (Bug#10855).
29
69188b79
CY
302012-03-21 Drew Adams <drew.adams@oracle.com>
31
32 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
33
99fc91fe
AK
342012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
35
36 * ido.el (ido-set-current-directory, ido-read-internal)
37 (ido-choose-completion-string, ido-completion-help): Handle nil
38 value of ido-completion-buffer (Bug#11008).
39
087bbb4c
SS
402012-03-21 Sam Steingold <sds@gnu.org>
41
42 * window.el (switch-to-prev-buffer): Do not switch to a visible
43 window previous buffer, just like with the frame previous buffers.
44
fb5b8aca
CY
452012-03-21 Chong Yidong <cyd@gnu.org>
46
47 * faces.el (make-face, make-empty-face, copy-face):
48 * face-remap.el (face-remap-add-relative, face-remap-set-base):
49 Doc fixes.
50
dc9924b8
SM
512012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
52
53 * wid-edit.el (widget-complete-field): Remove (bug#11051).
54 (widget-complete): Remove broken use of it.
55
f0bcceb9
CY
562012-03-20 Chong Yidong <cyd@gnu.org>
57
dc9924b8
SM
58 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
59 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
60 characters.
61
ee52ebf3
TH
622012-03-20 Tassilo Horn <tassilo@member.fsf.org>
63
64 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
65 to draw rectangles, not squares. (Regression introduced by revno
66 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
67
4c5779ab
CY
682012-03-18 Chong Yidong <cyd@gnu.org>
69
70 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
71 it is not yet defined (for temacs).
72
15360934
LL
732012-03-18 Leo Liu <sdl.web@gmail.com>
74
dc9924b8 75 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 76
d9a8eb66
EZ
772012-03-17 Eli Zaretskii <eliz@gnu.org>
78
79 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
80 (ispell-choices-win-default-height, ispell-silently-savep)
81 (ispell-dictionary-alist, ispell-encoding8-command)
82 (ispell-check-version, ispell-aspell-find-dictionary)
83 (ispell-valid-dictionary-list, ispell-words-keyword)
84 (ispell-get-word, ispell-internal-change-dictionary)
85 (ispell-region, ispell-skip-region-list)
86 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
87 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
88 (ispell-message-text-end, ispell-message)
89 (ispell-buffer-local-parsing): Doc fix.
90
f02ff80d
J
912012-03-13 Jambunathan K <kjambunathan@gmail.com>
92
93 * htmlfontify.el: Add support for code block fontification for ODT
94 export (Bug #9914).
95 (hfy-optimisations): Define new option
96 `body-text-only'
97 (hfy-fontify-buffer): Honor above setting.
98 (hfy-begin-span, hfy-end-span): New routines factored out form
99 `hfy-fontify-buffer'.
100 (hfy-begin-span-handler, hfy-end-span-handler): New variables
101 that permit insertion of custom tags.
102 (hfy-fontify-buffer): Use above handlers.
103 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
104 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 105 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
f02ff80d
J
106 over multiple runs. This is made possible by having the caller let
107 bind a special variable `hfy-user-sheet-assoc'.
108 (htmlfontify-string): New defun.
109 (hfy-compile-face-map): Make sure that the last char in the
110 buffer is correctly fontified.
111 (hfy-face-resolve-face): Whitespace only change.
112
9ac7a13f
EZ
1132012-03-17 Eli Zaretskii <eliz@gnu.org>
114
115 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
116 message more clear.
117
e2b5bdd7
LL
1182012-03-16 Leo Liu <sdl.web@gmail.com>
119
120 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
121
2e492df3
AM
1222012-03-16 Alan Mackenzie <acm@muc.de>
123
124 Further optimise the handling of large macros.
125
126 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
127 limit to a call of `c-literal-limits'.
128 (c-determine-+ve-limit): New function.
dc9924b8
SM
129 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
130 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
131 In CASE 5B, restrict a search limit to 500.
132 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
133
134 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
135 Restrict macro bounds to +-500 from after-change's BEG END.
136
50e94f0c
LL
1372012-03-16 Leo Liu <sdl.web@gmail.com>
138
139 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
140
6f09f6ed
AH
1412012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
142
143 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 144 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 145
c7e73d51
GM
1462012-03-16 Glenn Morris <rgm@gnu.org>
147
da986230
GM
148 * view.el (view-buffer, view-buffer-other-window)
149 (view-buffer-other-frame): Doc fixes re special mode-class.
150
0835f01e
GM
151 * subr.el (eval-after-load): If named feature is provided not from
152 a file, run after-load forms. (Bug#10946)
153
c7e73d51
GM
154 * calendar/calendar.el (calendar-insert-at-column):
155 Handle non-unit-width characters a bit better. (Bug#10978)
156
3f2eafd1
CY
1572012-03-15 Chong Yidong <cyd@gnu.org>
158
159 * emacs-lisp/ring.el (ring-extend): New function.
160 (ring-insert+extend): Extend the ring correctly (Bug#11019).
161
162 * comint.el (comint-read-input-ring)
163 (comint-add-to-input-history): Grow comint-input-ring lazily.
164
103af3fe
SM
1652012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
166
663b1677
SM
167 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
168 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
169
103af3fe
SM
170 * imenu.el: Fix multiple inheritance breakage (bug#9199).
171 (imenu-add-to-menubar): Don't add a redundant index.
172 (imenu-update-menubar): Handle a dynamically composed keymap.
173
899cb7cb
KY
1742012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
175
176 * mail/sendmail.el (mail-encode-header):
177 Bind rfc2047-encode-encoded-words to nil.
178
3809f91d
GM
1792012-03-13 Glenn Morris <rgm@gnu.org>
180
181 * calendar/calendar.el (calendar-string-spread):
182 Handle non-unit-width characters a bit better. (Bug#10978)
183
9e345a01
LL
1842012-03-13 Leo Liu <sdl.web@gmail.com>
185
186 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
187 directory and file as argument (Bug#10822).
188
4a07df36
KS
1892012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
190
191 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
192 For dynamically generated code, follow $PC.
193 (gdb-disassembly-handler-custom): Handle no function name case.
194
4aaa9356
TL
1952012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
196
197 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
198 * emulation/ws-mode.el (ws-query-replace):
199 * sort.el (sort-regexp-fields):
200 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
201
225979da
SM
2022012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
203
204 * dabbrev.el: Fix cycle completion order (bug#10963).
205 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
206 (dabbrev-completion): Don't use an obarray; provide
207 a cycle-sort-function.
208
e2f1fdab
LL
2092012-03-12 Leo Liu <sdl.web@gmail.com>
210
dc9924b8 211 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
212 (kill-do-not-save-duplicates): Doc fix.
213
b19490ed
SM
2142012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
215
216 * dabbrev.el: Fix cycle completion (bug#10963).
217 Use lexical binding and wrap to 80 columns.
218 (dabbrev-completion): Delay computing the list of completions.
219
4b05d722
KH
2202012-03-12 Kenichi Handa <handa@m17n.org>
221
222 * international/quail.el (quail-insert-kbd-layout): Surround each
223 row by LRO and PDF instead of inserting many LRMs. Pad the left
224 and right of each non-spacing marks. Insert invisible space
225 between lower and upper characters to prevent composition.
226
dbbc2e69
SM
2272012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
228
229 * minibuffer.el (minibuffer-complete): Don't get confused when the
230 function is run twice via different commands (bug#10958).
231 (complete-with-action): Fix docstring.
232
292112ed
CY
2332012-03-12 Chong Yidong <cyd@gnu.org>
234
5d1ac394
CY
235 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
236 (nxml-completion-at-point-function): New function.
237 (nxml-mode): Use it.
238 (nxml-bind-meta-tab-to-complete-flag): Default to t.
239
292112ed
CY
240 * emacs-lisp/package.el (package-unpack, package-unpack-single):
241 Load generated autoloads file before byte compiling (Bug#10970).
242 (package--make-autoloads-and-compile): New helper fun.
243
4098f8f7
CS
2442012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
245
246 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
247
8f754691
MA
2482012-03-11 Michael Albinus <michael.albinus@gmx.de>
249
250 * autorevert.el (auto-revert-handler): Ensure, that
251 file-readable-p is applied only for local files or in
252 auto-revert-tail-mode.
253
e29ab36b
AS
2542012-03-11 Andreas Schwab <schwab@linux-m68k.org>
255
dbbc2e69
SM
256 * server.el (server-eval-at): Handle non-tcp connections.
257 Decode result string.
ad0bf5b6 258
e29ab36b
AS
259 * server.el (server-msg-size): New constant.
260 (server-reply-print): New function.
261 (server-eval-and-print): Use it.
262 (server-eval-at): Use server-quote-arg and server-unquote-arg.
263 Handle -print-nonl.
264
de5939ba
CS
2652012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
266
267 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
268 (Bug#10987).
269
0c93eabf
CY
2702012-03-11 Chong Yidong <cyd@gnu.org>
271
397a688f
CY
272 * simple.el (goto-line): Doc fix (Bug#9938).
273
2cc775f9
CY
274 * subr.el (save-window-excursion): Doc fix (Bug#9979).
275
0c93eabf
CY
276 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
277 when finished (Bug#10963).
278
c491fa41
MR
2792012-03-11 Martin Rudalics <rudalics@gmx.at>
280
281 * window.el (split-window-below): Fix bug in case where
282 split-window-keep-point is nil (Bug#10971).
283
300e8fa5
JL
2842012-03-11 Juri Linkov <juri@jurta.org>
285
286 * replace.el (replace-highlight): Set isearch-word to nil
287 unconditionally. (Bug#10887)
288
dbf6c5a1
EZ
2892012-03-10 Eli Zaretskii <eliz@gnu.org>
290
291 * net/mairix.el (mairix-replace-invalid-chars): Rename from
292 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 293 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
294 (mairix-widget-create-query): Add usage information about mairix
295 search forms: negating words, searching for substrings, etc.
296
b9e501de
JP
2972012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
298
299 * international/fontset.el (font-encoding-alist): Add an entry for
300 ksx1001 (Bug#5667).
301
92795c91
RS
3022012-03-10 Richard Stallman <rms@gnu.org>
303
1694e6c1
RS
304 * mail/sendmail.el (mail-encode-header):
305 Set rfc2047-encode-encoded-words.
306
607e8555
RS
307 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
308
de3bc99a
RS
309 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
310 view buffer means not swapped.
311 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
312 (rmail-write-region-annotate): Error if real text has disappeared.
313
92795c91
RS
314 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
315
699bd04e
CY
3162012-03-10 Chong Yidong <cyd@gnu.org>
317
318 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
319 * emulation/cua-base.el (cua--init-keymaps):
320 Add delete-forward-char to remappings (Bug#9666).
699bd04e 321
570a1714
MR
3222012-03-10 Martin Rudalics <rudalics@gmx.at>
323
dbbc2e69
SM
324 * speedbar.el (speedbar-unhighlight-one-tag-line):
325 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 326
82dcf4e4
CY
3272012-03-10 Chong Yidong <cyd@gnu.org>
328
7a2c7ca7
CY
329 * minibuffer.el (completion-in-region, completion-help-at-point):
330 Give the completion field overlay a high priority (Bug#6830).
331
82dcf4e4
CY
332 * dired.el (dired-goto-file): Recognize absolute file name
333 listings (Bug#7126).
334 (dired-goto-file-1): New helper function.
335 (dired-toggle-read-only): Inhibit warnings.
336
052e28ac
MA
3372012-03-09 Michael Albinus <michael.albinus@gmx.de>
338
339 * net/dbus.el: (dbus-property-handler): Return empty array if
340 there are no properties.
341
95d5e396
LL
3422012-03-09 Leo Liu <sdl.web@gmail.com>
343
344 * savehist.el (savehist-printable): Stricter check for string
345 value (Bug#10937).
346
3f018d6d
EZ
3472012-03-09 Eli Zaretskii <eliz@gnu.org>
348
dbbc2e69
SM
349 * mail/smtpmail.el (smtpmail-send-it):
350 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
351 valid mbox format.
352
f7fd3d79
GM
3532012-03-09 Glenn Morris <rgm@gnu.org>
354
355 * files.el (dir-locals-find-file):
356 Don't check result is regular, readable.
357 (dir-locals-read-from-file): Demote errors.
358
6ff6e72f
EZ
3592012-03-08 Eli Zaretskii <eliz@gnu.org>
360
dbbc2e69
SM
361 * international/quail.el (quail-insert-kbd-layout):
362 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
363 layout cell, to prevent their reordering by bidi display engine.
364 For details, see the discussion in
365 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
366
9cec7834
AM
3672012-03-08 Alan Mackenzie <acm@muc.de>
368
369 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
370 the starting position; make it extend the marked region when
371 invoked repeatedly - all under appropriate circumstances.
372 Fixes bugs #5525, #10906.
373
9a40b8d4
GM
3742012-03-08 Glenn Morris <rgm@gnu.org>
375
376 * files.el (locate-dominating-file, dir-locals-find-file):
377 Undo 2012-03-06 change.
378
7a08ed35
EZ
3792012-03-07 Eli Zaretskii <eliz@gnu.org>
380
dbbc2e69
SM
381 * international/quail.el (quail-help):
382 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
383 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
384 for the reason.
385
5aca4f71 3862012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
387
388 Avoid superfluous registering of signals. (Bug#10807)
389
390 * notifications.el (notifications-on-action-object)
391 (notifications-on-close-object): New defvars.
392 (notifications-on-action-signal, notifications-on-closed-signal):
393 Unregister the signal if not needed any longer.
394 (notifications-notify): Register `notifications-action-signal' or
395 `notifications-closed-signal', if :on-action or :on-close has been
396 passed as argument.
397
78e8b10a
CY
3982012-03-07 Chong Yidong <cyd@gnu.org>
399
400 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
401 non-X platforms.
402
69481eb8
GM
4032012-03-06 Glenn Morris <rgm@gnu.org>
404
405 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
406 (x-disown-selection-internal, x-get-selection-internal):
407 Doc fix (add arglist signatures). (Bug#10783)
408
133b8e11
KS
4092012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
410
411 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
412 Handle breakpoints with no "type".
413
99a83064
GM
4142012-03-06 Glenn Morris <rgm@gnu.org>
415
416 * files.el (locate-dominating-file): Add optional predicate argument.
417 (dir-locals-find-file): Make use of above change.
418
17798e78
TTN
4192012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
420
421 * info.el (Info-insert-dir): Also try "dir.gz".
422
eb182446
GM
4232012-03-06 Glenn Morris <rgm@gnu.org>
424
8f2114ee
GM
425 * files.el (dir-locals-find-file):
426 Ignore non-readable or non-regular files. (Bug#10928)
427
eb182446
GM
428 * files.el (locate-dominating-file): Doc fix.
429
24679323
AS
4302012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
431
432 * calendar/calendar.el (calendar-set-mode-line):
433 `getenv' returns a string. (Bug#10951)
434
01d972a9
LL
4352012-03-05 Leo Liu <sdl.web@gmail.com>
436
109aa8a9
LL
437 * simple.el (backward-delete-char-untabify): Constrain point to
438 field (Bug#10939).
439
01d972a9
LL
440 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
441
10607bea
CY
4422012-03-05 Chong Yidong <cyd@gnu.org>
443
444 * simple.el (count-words): If called from Lisp, return the word
445 count, for symmetry with `count-lines'. Arglist changed.
446 (count-words--message): Args changed. Consolidate counting code
447 from count-words and count-words-region.
448 (count-words-region): Caller changed.
449 (count-lines-region): Make it an obsolete alias.
450
5dd11cfe
TH
4512012-03-04 Tassilo Horn <tassilo@member.fsf.org>
452
453 * saveplace.el (save-place-to-alist)
454 (save-place-ignore-files-regexp): Allow value nil to disable this
455 feature.
456
c349f4e6
CY
4572012-03-04 Chong Yidong <cyd@gnu.org>
458
459 * faces.el (face-spec-reset-face): For the default face, reset the
460 attributes to default values (Bug#10748).
461
e627be4c
LMI
4622012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
463
464 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
465 previous patch: Check `message-send-mail-function', and not the
466 default function (bug#10897).
467
ebeabff4
MA
4682012-03-04 Michael Albinus <michael.albinus@gmx.de>
469
a41a6cf4
MA
470 * notifications.el (notifications-on-action-signal)
471 (notifications-on-closed-signal): Check for unique service name of
472 incoming event. Fix error in removing entry.
ebeabff4 473 (top): Register for signals with wildcard service name.
a41a6cf4 474 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 475
c1ca42b4
CY
4762012-03-04 Chong Yidong <cyd@gnu.org>
477
dc9924b8 478 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 479
ea16568d
GM
4802012-03-04 Glenn Morris <rgm@gnu.org>
481
482 * abbrev.el (copy-abbrev-table, abbrev-table-p)
483 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
484 (expand-abbrev, define-abbrev-table): Doc fixes.
485
fbae4637
LMI
4862012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
487
488 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
489 `message-default-send-mail-function' and not `send-mail-function'
490 when doing the prompting for `sendmail-query-once' before sending
491 in Message buffers (bug#10897).
492
a1e7225c
LMI
493 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
494 This is inconsistent with all the other stream functions, which leave
495 the setting up to the higher levels (if so wanted) (bug#10931).
496
56d093a9
AM
4972012-03-02 Alan Mackenzie <acm@muc.de>
498
499 Depessimize the handling of very large macros.
500
501 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
502 (c-macro-cache-syntactic): New variables to implement a one
503 element macro cache.
504 (c-invalidate-macro-cache): New function.
505 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
506 Adapt to use the new cache.
507 (c-state-safe-place): Use better the cache of safe positions.
508 (c-state-semi-nonlit-pos-cache)
509 (c-state-semi-nonlit-pos-cache-limit):
510 New variables for...
511 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
512 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
513 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
514 Use c-state-semi-safe-place.
56d093a9 515
dbbc2e69
SM
516 * progmodes/cc-langs.el (c-get-state-before-change-functions):
517 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 518
817e5c3d
MA
5192012-03-02 Michael Albinus <michael.albinus@gmx.de>
520
dbbc2e69
SM
521 * jka-compr.el (jka-compr-call-process):
522 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
523 not remote.
524
a032a702
MA
5252012-03-01 Michael Albinus <michael.albinus@gmx.de>
526
527 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
528 access of FILE2, if FILE1 does not exist.
529
99a54f21
MA
530 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
531 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
532
533 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
534 Add "PAGER=" to `process-environment'.
535
f6561e1f
MM
5362012-03-01 Michael R. Mauger <mmaug@yahoo.com>
537
538 * progmodes/sql.el: Bug fix
539 (sql-get-login-ext): Save login values in globals.
540 (sql-get-login): Use new version of `sql-get-login-ext'.
541 (sql-interactive-mode): Set global `sql-connection' to nil.
542 (sql-connect): Set global values for connection.
543 (sql-product-interactive): Save global values as buffer local.
544
2d44d9cc
LL
5452012-02-29 Leo Liu <sdl.web@gmail.com>
546
547 * abbrev.el (define-abbrevs): Reset sys to nil.
548
96b49301 5492012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
550
bf7f9bc5
JB
551 * files.el (file-equal-p): Rename from `files-equal-p'.
552 Return nil when one or both files don't exist.
96b49301 553 (file-subdir-of-p): Now only top directory must exists,
554 return nil if it doesn't.
bf7f9bc5
JB
555 (copy-directory): No need to test with `file-subdir-of-p' after
556 creating dir.
557 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
558 to `file-equal-p'.
96b49301 559
44e97401
GM
5602012-02-28 Glenn Morris <rgm@gnu.org>
561
562 * shell.el (shell-mode):
563 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
564 * play/landmark.el (landmark-font-lock-face-O):
565 * play/handwrite.el (handwrite):
566 * play/gomoku.el (gomoku-O):
567 * net/browse-url.el (browse-url-browser-display):
568 * international/mule.el (define-charset):
569 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
570 * filesets.el (filesets-find-file-delay):
571 * eshell/em-xtra.el (eshell-xtra):
572 * eshell/em-unix.el (eshell-grep):
573 * emulation/viper.el (viper-mode):
574 * emacs-lisp/regexp-opt.el (regexp-opt-group):
575 * emacs-lisp/easymenu.el (easy-menu-define):
576 * calendar/timeclock.el (timeclock-use-display-time):
577 * bs.el (bs-mode):
578 * bookmark.el (bookmark-save-flag):
579 Doc fix (standardize possessive apostrophe usage).
580
c98c6276
CY
5812012-02-27 Chong Yidong <cyd@gnu.org>
582
bf7f9bc5
JB
583 * emulation/viper-cmd.el (viper-intercept-ESC-key):
584 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 585
c98c6276
CY
586 * font-lock.el (font-lock-specified-p): Rename from
587 font-lock-spec-present. Callers changed.
588
9c62cd04 5892012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 590
bf7f9bc5
JB
591 * emacs-lisp/package.el (package-compute-transaction):
592 Handle holding a package version to t in package-load-list.
8ac9e529 593
530739c9
MA
5942012-02-26 Michael Albinus <michael.albinus@gmx.de>
595
596 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
597 (tramp-get-inode, tramp-get-device): Use cached values.
598
487915d7
AM
5992012-02-26 Alan Mackenzie <acm@muc.de>
600
601 Check there is a font-lock specification before doing initial
602 fontification.
603
604 * font-core.el (font-lock-mode): Move the conditional from
605 :after-hook to font-lock-initial-fontify.
606 (font-lock-default-function): Move the check for a specification
607 to font-lock-spec-present.
608
dc9924b8 609 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
610 (font-lock-spec-present): New function.
611
4fd96557
JB
6122012-02-26 Jim Blandy <jimb@red-bean.com>
613
614 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
615 (gdb-send): Apply it to the operand of the '-interpreter-exec
616 console' command, so that we can pass arguments with (say) quotes
617 in them. Store exact string sent in gdb-debug-log (Bug#10765).
618
9a4888c0
CY
6192012-02-26 Chong Yidong <cyd@gnu.org>
620
07498861
CY
621 * help-fns.el (describe-function-1): Clarify description of
622 remapping (Bug#10844).
623
9a4888c0
CY
624 * files.el (files-equal-p): Doc fix.
625 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
626 and quit the loop once a mismatch is found.
627
ea8fb88d
JB
6282012-02-25 Juanma Barranquero <lekktu@gmail.com>
629
630 * bs.el (bs--show-with-configuration): Don't throw an error
631 if the window cannot be split; otherwise, subsequent calls to
632 bs-show fail, restoring a stale window config. (Bug#10882)
633
525795c1
JD
6342012-02-25 Jan Djärv <jan.h.d@swipnet.se>
635
636 * term/ns-win.el (global-map): Bind ns-drag-file to
637 ns-find-file (Bug#5855, Bug#10050).
638
f008086f
AS
6392012-02-25 Andreas Schwab <schwab@linux-m68k.org>
640
641 * calendar/parse-time.el (parse-time-string): Allow extractor to
642 return nil.
643
a3fcfa99
MA
6442012-02-25 Michael Albinus <michael.albinus@gmx.de>
645
91027d08
JB
646 * net/tramp.el (tramp-file-name-for-operation):
647 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
648
649 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
650 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
651 Add COPY-CONTENTS argument.
a3fcfa99 652
67b0de11
CY
6532012-02-25 Chong Yidong <cyd@gnu.org>
654
655 Add custom groups for VC backends, for consistency with vc-bzr.
656
657 * vc/vc-arch.el (vc-arch):
658 * vc/vc-cvs.el (vc-cvs):
659 * vc/vc-git.el (vc-git):
660 * vc/vc-hg.el (vc-hg):
661 * vc/vc-mtn.el (vc-mtn):
662 * vc/vc-rcs.el (vc-rcs):
663 * vc/vc-sccs.el (vc-sccs):
664 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
665 All relevant defcustoms reassigned.
666
3c9dfce6
CY
6672012-02-25 Chong Yidong <cyd@gnu.org>
668
1339bf43
CY
669 * newcomment.el (comment-styles): Add autoload (Bug#10868).
670
3c9dfce6
CY
671 * term/x-win.el (x-initialize-window-system): Reduce default for
672 x-selection-timeout to 5 seconds (Bug#8869).
673
53a46cd0 6742012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14a8a663 675
53a46cd0 676 * files.el (file-subdir-of-p): Fix typo.
14a8a663 677
25b2e303 6782012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
679
ec70a47d
GM
680 * files.el (files-equal-p, file-subdir-of-p): New functions.
681 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 682 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
683 * dired-aux.el (dired-copy-file-recursive): Same.
684 (dired-create-files): Modify destination when source is equal to
685 dest when copying files.
53a46cd0 686 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 687
914260cd
MA
6882012-02-24 Michael Albinus <michael.albinus@gmx.de>
689
690 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
691 (Bug#10874)
692
2cb228f7
AM
6932012-02-23 Alan Mackenzie <acm@muc.de>
694
695 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
696 parameter "after-hook:" to allow the expansion to run code after
697 the execution of the mode hooks.
698
699 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 700 from font-lock-mode-internal.
2cb228f7 701
91027d08 702 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
703 :after-hook.
704
8f0fde21
SM
7052012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
706
3e88618b
SM
707 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
708 (completion--cache-all-sorted-completions): New function.
709 (completion-all-sorted-completions): Use it.
710 (completion--do-completion, minibuffer-force-complete):
711 Use it to re-instate the flush hook.
712
8f0fde21
SM
713 * icomplete.el (icomplete-completions): Replace last fix with a better
714 one (bug#10850).
715
8e911f6f
DG
7162012-02-23 Dmitry Gutov <dgutov@yandex.ru>
717
718 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
719 when it might call us back infinitely (bug#10797).
720
49fe4321
GM
7212012-02-23 Glenn Morris <rgm@gnu.org>
722
723 * minibuffer.el (completion-category-overrides): Doc fix.
724
b291b572
SM
7252012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
726
727 * minibuffer.el (completion-table-with-context): Fix inf-loop.
728 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
729
31a9ef2e
GM
7302012-02-23 Glenn Morris <rgm@gnu.org>
731
5e6e6794 732 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
733 (authors-obsolete-files-regexps, authors-ignored-files)
734 (authors-ambiguous-files, authors-renamed-files-alist):
735 Add more entries.
736
0bd1e074
JL
7372012-02-23 Juri Linkov <juri@jurta.org>
738
739 * isearch.el (isearch-occur): Sync interactive spec with occur's
740 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
741
b617673c
JL
742 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
743
19e9789e
JL
7442012-02-22 Juri Linkov <juri@jurta.org>
745
746 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
747 (ucs-insert): Doc fix. Check for hex digits in the string.
748 Don't display `nil' in the error message. (Bug#10857)
749
f41ce09d
AM
7502012-02-22 Alan Mackenzie <acm@muc.de>
751
7a71b18d 752 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 753
ac2eceee
GM
7542012-02-22 Glenn Morris <rgm@gnu.org>
755
756 * ffap.el (ffap-c-path):
757 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
758
abd1f678
CY
7592012-02-22 Chong Yidong <cyd@gnu.org>
760
761 * custom.el (load-theme): Doc fix.
762
f25aef2e
GM
7632012-02-22 Glenn Morris <rgm@gnu.org>
764
765 * dired-x.el (dired-guess-shell-alist-default):
766 Remove escape sequences from nroff output. (Bug#172)
767
5f8dc2ca
GM
7682012-02-21 Glenn Morris <rgm@gnu.org>
769
6ff86ec4
GM
770 * vc/emerge.el (emerge-defvar-local):
771 Set `permanent-local' property rather than unused `preserved'.
772
be3223a3 773 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
774 (picture-mode-map): Use it. (Bug#10860)
775 (picture-mode): Doc fix.
776
3fe58f4f
JB
7772012-02-21 Juanma Barranquero <lekktu@gmail.com>
778
779 * newcomment.el (uncomment-region-default): Remove unused binding.
780
f9a998c3
GM
7812012-02-21 Glenn Morris <rgm@gnu.org>
782
783 * textmodes/picture.el (picture-motion, picture-motion-reverse)
784 (picture-self-insert, picture-tab-chars): Doc fix.
785 (picture-mode-map): Fix C-a, C-e.
786
c6029348
GM
7872012-02-20 Glenn Morris <rgm@gnu.org>
788
789 * emacs-lisp/authors.el (authors-aliases): Add another entry.
790
ab1ce9d7
LL
7912012-02-20 Leo Liu <sdl.web@gmail.com>
792
793 * icomplete.el (icomplete-completions): Check FROM arg before
794 passing to substring (Bug#10850).
795
0fd40f89
CY
7962012-02-19 Chong Yidong <cyd@gnu.org>
797
798 * comint.el: Require ansi-color.
799 (comint-output-filter-functions): Add ansi-color-process-output.
800
801 * ansi-color.el: Don't set comint-output-filter-functions; it is
802 now in the initial value defined in comint.el.
803 (ansi-color-apply-face-function): New variable.
804 (ansi-color-apply-on-region): Use it.
805 (ansi-color-apply-overlay-face): New function.
806
807 * shell.el (shell): No need to require ansi-color.
808 (shell-mode): Use ansi-color-apply-face-function to highlight
809 color escapes using font-lock-face property (Bug#10835).
810
20af2394
CY
8112012-02-19 Chong Yidong <cyd@gnu.org>
812
813 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
814 mode-line formats (Bug#10839).
815
e23a3fbe
GM
8162012-02-18 Glenn Morris <rgm@gnu.org>
817
b474519e
GM
818 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
819
820 * mail/undigest.el (unforward-rmail-message): Doc fix.
821
e23a3fbe
GM
822 * saveplace.el (save-place-ignore-files-regexp): Add :version.
823
57939ff4
EZ
8242012-02-18 Eli Zaretskii <eliz@gnu.org>
825
826 * international/characters.el (script-list): Sync with the latest
827 Unicode Character Database.
828
0c23686e
AS
8292012-02-18 Andreas Schwab <schwab@linux-m68k.org>
830
831 * international/titdic-cnv.el: Remove duplicate coding tag.
832 * language/cham.el: Likewise.
833 * language/tai-viet.el: Likewise.
834
6818b449
GM
8352012-02-18 Glenn Morris <rgm@gnu.org>
836
837 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
838 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
839 (calendar-bahai-all-holidays-flag, calendar-other-dates):
840 * calendar/diary-lib.el (diary-abbreviated-year-flag):
841 * calendar/holidays.el (holiday-bahai-holidays)
842 (calendar-holidays, list-holidays):
843 Use utf-8 Bahá'í in doc-strings, menus, etc.
844
0311a3fc
TH
8452012-02-17 Tassilo Horn <tassilo@member.fsf.org>
846
847 * saveplace.el (save-place-ignore-files-regexp): New variable
848 allowing for excluding files from saving their location of point.
849 The default value matches the temporary commit message editing
850 files from Git, SVN, Bazaar, and Mercurial.
851 (save-place-to-alist): Use it.
852
eb864a71
LM
8532012-02-17 Lawrence Mitchell <wence@gmx.li>
854 Stefan Monnier <monnier@iro.umontreal.ca>
855
856 * newcomment.el (uncomment-region-default): Don't leave extra space
857 when an arg is provided (bug#8150).
858
ee0ce425
TZ
8592012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
860
eb864a71 861 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 862
95ddf442
GM
8632012-02-17 Glenn Morris <rgm@gnu.org>
864
865 * net/socks.el: Require network-stream. (Bug#10599)
866
48dd1e39 8672012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
868
869 * international/charprop.el:
870 * international/uni-name.el:
871 * international/uni-old-name.el:
872 * international/uni-comment.el: Regenerate.
873
d68cd087
GM
8742012-02-16 Glenn Morris <rgm@gnu.org>
875
876 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
877 Interactively in calendar buffer, give an error if not on a date.
878
13932042
GM
8792012-02-15 Glenn Morris <rgm@gnu.org>
880
881 * shell.el (shell-delimiter-argument-list):
882 Revert 2011-02-17 change. (Bug#8027)
883
c3a70e2b
CY
8842012-02-15 Chong Yidong <cyd@gnu.org>
885
60236b0d
CY
886 * minibuffer.el (completion-at-point-functions): Doc fix.
887
c3a70e2b
CY
888 * custom.el (defcustom): Doc fix; note use of defvar.
889
9f26dc24
GM
8902012-02-15 Glenn Morris <rgm@gnu.org>
891
892 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
893 Doc fixes.
894
6546b134
GM
8952012-02-14 Glenn Morris <rgm@gnu.org>
896
897 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
898
d29b2b4c
LI
8992012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
900
901 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
902 way the ports list is computed.
835bdcba
LI
903 (smtpmail-query-smtp-server): Prompt the user for a port number if
904 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 905
08dcdbc9
TZ
9062012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
907
908 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
909
2605051a
GM
9102012-02-13 Glenn Morris <rgm@gnu.org>
911
912 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
913
7ee99f32
TZ
9142012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
915
916 * net/gnutls.el (gnutls-trustfiles): New variable.
917 (gnutls-negotiate): Use it.
918
5f0af64f
LI
9192012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
920
921 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
922 does its stuff if Gnus is running.
923
c14fcc95
AM
9242012-02-13 Alan Mackenzie <acm@muc.de>
925
926 Fix a loop in c-set-fl-decl-start.
927
7a71b18d 928 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
929 c-backward-syntactic-ws actually moves backwards.
930
142b4d90
LL
9312012-02-13 Leo Liu <sdl.web@gmail.com>
932
933 * net/rcirc.el (rcirc-markup-attributes): Move point to the
934 beginning so that all \C-o chars are removed.
935
fa9958a6
TZ
9362012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
937
dc9924b8 938 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 939
0bc5886a
AM
9402012-02-12 Alan Mackenzie <acm@muc.de>
941
942 Fix infinite loop with long macros.
943 * cc-engine.el (c-state-safe-place): Handle macros properly.
944
d4bd55e7
CY
9452012-02-12 Chong Yidong <cyd@gnu.org>
946
947 * window.el (display-buffer): Doc fix (Bug#10785).
948
66f3fe22
GM
9492012-02-12 Glenn Morris <rgm@gnu.org>
950
bd7da63e
GM
951 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
952 (x-disown-selection-internal, x-get-selection-internal):
953 Sync docs with the xselect.c versions.
954
66f3fe22
GM
955 * allout-widgets.el: Add missing license notice.
956
3e0d2fa7
GM
9572012-02-11 Glenn Morris <rgm@gnu.org>
958
cfecdf09
GM
959 * select.el (x-get-selection-internal, x-own-selection-internal)
960 (x-disown-selection-internal):
961 * x-dnd.el (x-get-selection-internal): Update declarations.
962
6d216d7f
GM
963 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
964
2bed3f04
GM
965 * window.el (window-sides-slots):
966 * tool-bar.el (tool-bar-position):
967 * term/xterm.el (xterm-extra-capabilities):
968 * ses.el (ses-self-reference-early-detection):
969 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
970 (verilog-auto-wire-type)
971 (verilog-auto-delete-trailing-whitespace)
972 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
973 (verilog-auto-tieoff-declaration):
974 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
975 (sql-oracle-statement-starters, sql-oracle-scan-on):
976 * progmodes/prolog.el (prolog-align-comments-flag)
977 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
978 (prolog-left-indent-regexp, prolog-paren-indent-p)
979 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
980 (prolog-types, prolog-mode-specificators)
981 (prolog-determinism-specificators, prolog-directives)
982 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
983 (prolog-electric-dot-flag)
984 (prolog-electric-dot-full-predicate-template)
985 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
986 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
987 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
988 (prolog-program-switches, prolog-prompt-regexp)
989 (prolog-debug-on-string, prolog-debug-off-string)
990 (prolog-trace-on-string, prolog-trace-off-string)
991 (prolog-zip-on-string, prolog-zip-off-string)
992 (prolog-use-standard-consult-compile-method-flag)
993 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
994 (prolog-imenu-max-lines, prolog-info-predicate-index)
995 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
996 (prolog-char-quote-workaround):
997 * progmodes/cc-vars.el (c-defun-tactic):
998 * net/tramp.el (tramp-encoding-command-interactive)
999 (tramp-local-end-of-line):
1000 * net/soap-client.el (soap-client):
1001 * net/netrc.el (netrc-file):
1002 * net/gnutls.el (gnutls):
1003 * minibuffer.el (completion-category-overrides)
1004 (completion-cycle-threshold)
1005 (completion-pcm-complete-word-inserts-delimiters):
1006 * man.el (Man-name-local-regexp):
1007 * mail/feedmail.el (feedmail-display-full-frame):
1008 * international/characters.el (glyphless-char-display-control):
1009 * eshell/em-ls.el (eshell-ls-date-format):
1010 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
1011 (lisp-lambda-list-keyword-parameter-indentation)
1012 (lisp-lambda-list-keyword-parameter-alignment):
1013 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
1014 * dired-x.el (dired-omit-verbose):
1015 * cus-theme.el (custom-theme-allow-multiple-selections):
1016 * calc/calc.el (calc-highlight-selections-with-faces)
1017 (calc-lu-field-reference, calc-lu-power-reference)
1018 (calc-note-threshold):
1019 * battery.el (battery-mode-line-limit):
1020 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
1021 (archive-7z-update):
1022 * allout.el (allout-prefixed-keybindings)
1023 (allout-unprefixed-keybindings)
1024 (allout-inhibit-auto-fill-on-headline)
1025 (allout-flattened-numbering-abbreviation):
1026 * allout-widgets.el (allout-widgets-auto-activation)
1027 (allout-widgets-icons-dark-subdir)
1028 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
1029 (allout-widgets-theme-dark-background)
1030 (allout-widgets-theme-light-background)
1031 (allout-widgets-item-image-properties-emacs)
1032 (allout-widgets-item-image-properties-xemacs)
1033 (allout-widgets-run-unit-tests-on-load)
1034 (allout-widgets-time-decoration-activity)
1035 (allout-widgets-hook-error-post-time)
1036 (allout-widgets-track-decoration):
1037 Add missing :version tags to new defcustoms and defgroups.
1038
5fec1b8e
GM
1039 * progmodes/sql.el (sql-ansi-statement-starters)
1040 (sql-oracle-statement-starters): Add custom type.
1041
3e0d2fa7
GM
1042 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
1043 (prolog-system-version): Give it a type.
1044
90b671e2
EZ
10452012-02-11 Eli Zaretskii <eliz@gnu.org>
1046
1047 * term/pc-win.el (x-select-text, x-selection-owner-p)
1048 (x-own-selection-internal, x-disown-selection-internal)
1049 (x-get-selection-internal): Sync doc strings and argument lists
1050 with xselect.c, common-win.el and x-win.el. (Bug#10783)
1051
5eac0c02
LL
10522012-02-11 Leo Liu <sdl.web@gmail.com>
1053
1054 * progmodes/python.el (python-end-of-statement): Fix infinite
1055 loop. (Bug#10788)
1056
f82cb659
GM
10572012-02-10 Glenn Morris <rgm@gnu.org>
1058
1059 * international/mule-cmds.el (unify-8859-on-encoding-mode)
1060 (unify-8859-on-decoding-mode): Properly mark as obsolete.
1061
cc26d239
LI
10622012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
1063
1064 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
1065 about SMTP before checking the From header.
1066
91027d08 1067 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
1068 into own function for reuse by emacsbug.el.
1069
1be3ca5a
LL
10702012-02-10 Leo Liu <sdl.web@gmail.com>
1071
1072 * subr.el (condition-case-unless-debug): Rename from
1073 condition-case-no-debug. All callers changed.
1074 (with-demoted-errors): Fix caller.
1075
1076 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
1077 * nxml/rng-valid.el (rng-do-some-validation):
1078 * emacs-lisp/package.el (package-refresh-contents)
1079 (package-menu-execute):
1080 * desktop.el (desktop-create-buffer):
91027d08 1081 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 1082
b011fbfe
GM
10832012-02-10 Glenn Morris <rgm@gnu.org>
1084
b2096d72
GM
1085 * textmodes/bibtex.el:
1086 Add missing :version tags for new/changed defcustoms.
1087
b011fbfe
GM
1088 * files.el (remote-file-name-inhibit-cache): Doc fixes.
1089
4c7e65bf
LI
10902012-02-09 Lars Ingebrigtsen <larsi@rusty>
1091
1092 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
1093 (smtpmail-via-smtp): Use it, or fall back on the From address.
1094 (smtpmail-send-it): Ditto.
1095
f3934f6f
SM
10962012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1097
1098 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
1099 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
1100 (byte-compile-tmp-var): New const.
1101 (byte-compile-defvar): Use it to minimize .elc size.
1102 Just use `defvar' rather than simulate it (bug#10761).
1103
a075a2c5
GM
11042012-02-09 Glenn Morris <rgm@gnu.org>
1105
cf3aa21b
GM
1106 * files.el (rename-uniquely): Doc fix. (Bug#3806)
1107
354998cd
GM
1108 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
1109 Add :version tags.
1110
dc9924b8
SM
1111 * progmodes/compile.el (compilation-error-screen-columns)
1112 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 1113
dab3703d
GM
1114 * vc/log-view.el (log-view-toggle-entry-display):
1115 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
1116
3f88cd72
GM
1117 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
1118 (report-emacs-bug-can-use-xdg-email):
1119 (report-emacs-bug-insert-to-mailer): Doc fixes.
1120 (report-emacs-bug): Message fix.
1121
d95b247d
GM
1122 * net/browse-url.el (browse-url-can-use-xdg-open)
1123 (browse-url-xdg-open): Doc fixes.
1124
a075a2c5
GM
1125 * electric.el (electric-indent-mode, electric-pair-mode)
1126 (electric-layout-rules, electric-layout-mode): Doc fixes.
1127 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
1128
ffb6157e
MR
11292012-02-08 Martin Rudalics <rudalics@gmx.at>
1130
1131 * server.el (server-unselect-display): Don't inadvertently kill
1132 the current buffer. (Bug#10729)
1133
e1ac4066
GM
11342012-02-08 Glenn Morris <rgm@gnu.org>
1135
34e8a2da
GM
1136 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
1137 (sql-list-table): Doc fixes.
1138
b4ac6e8c
GM
1139 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
1140 Comment out (does nothing).
1141
e1ac4066
GM
1142 * completion.el (dynamic-completion-mode):
1143 * dirtrack.el (dirtrack-debug-mode):
1144 * electric.el (electric-layout-mode):
1145 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
1146 * face-remap.el (text-scale-mode, buffer-face-mode):
1147 * iimage.el (iimage-mode):
1148 * image-mode.el (image-transform-mode):
1149 * minibuffer.el (completion-in-region-mode):
1150 * scroll-lock.el (scroll-lock-mode):
1151 * simple.el (next-error-follow-minor-mode):
1152 * tar-mode.el (tar-subfile-mode):
1153 * tooltip.el (tooltip-mode):
1154 * vcursor.el (vcursor-use-vcursor-map):
1155 * wid-browse.el (widget-minor-mode):
1156 * emulation/tpu-edt.el (tpu-edt-mode):
1157 * emulation/tpu-extras.el (tpu-cursor-free-mode):
1158 * international/iso-ascii.el (iso-ascii-mode):
1159 * language/thai-util.el (thai-word-mode):
1160 * mail/supercite.el (sc-minor-mode):
1161 * net/goto-addr.el (goto-address-mode):
1162 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
1163 * progmodes/cwarn.el (cwarn-mode):
1164 * progmodes/flymake.el (flymake-mode):
1165 * progmodes/glasses.el (glasses-mode):
1166 * progmodes/hideshow.el (hs-minor-mode):
1167 * progmodes/pascal.el (pascal-outline-mode):
1168 * textmodes/enriched.el (enriched-mode):
1169 * vc/smerge-mode.el (smerge-mode):
1170 Doc fixes (minor mode argument).
1171
5e0d957f
EZ
11722012-02-07 Eli Zaretskii <eliz@gnu.org>
1173
1174 * ls-lisp.el (ls-lisp-sanitize): New function.
1175 (ls-lisp-insert-directory): Use it to fix or remove any elements
1176 in file-alist with missing attributes. (Bug#4673)
1177
98d7371e
AM
11782012-02-07 Alan Mackenzie <acm@muc.de>
1179
1180 Fix spurious recognition of c-in-knr-argdecl.
1181
1182 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
1183 putative K&R region.
1184
667ced3a
AM
11852012-02-07 Alan Mackenzie <acm@muc.de>
1186
eb864a71
LM
1187 * progmodes/cc-engine.el (c-forward-objc-directive):
1188 Prevent looping in "#pragma mark @implementation".
667ced3a 1189
5b77774d
MA
11902012-02-07 Michael Albinus <michael.albinus@gmx.de>
1191
1192 * notifications.el (notifications-on-closed-signal): Make `reason'
1193 optional. (Bug#10744)
1194
af008560
GM
11952012-02-07 Glenn Morris <rgm@gnu.org>
1196
60d47423
GM
1197 * emacs-lisp/easy-mmode.el (define-minor-mode):
1198 Doc fixes for the macro and the mode it defines.
1199
dd605cc4
GM
1200 * image.el (imagemagick-types-inhibit): Doc fix.
1201
af008560
GM
1202 * cus-start.el (imagemagick-render-type): Add it.
1203
5cc59a37
LI
12042012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
1205
1206 * progmodes/cc-mode.el
1207 (c-standard-font-lock-fontify-region-function): Set the default at
1208 load time, too, so that `font-lock-fontify-buffer' can be called
1209 without setting up the entire mode first. This fixes a bug in
1210 `mm-inline-text' with C MIME parts.
1211
9a6dd747
CY
12122012-02-06 Chong Yidong <cyd@gnu.org>
1213
2d16b285
CY
1214 * simple.el (list-processes--refresh): Delete exited processes
1215 (Bug#8094).
1216
171e9b6e
CY
1217 * comint.el (comint-next-prompt): next-single-char-property-change
1218 and prev-single-char-property-change never return nil (Bug#8657).
1219
9a6dd747
CY
1220 * custom.el (defcustom): Doc fix (Bug#9711).
1221
aa4589a7
CY
12222012-02-05 Chong Yidong <cyd@gnu.org>
1223
5c2a252f
CY
1224 * cus-edit.el (custom-variable-reset-backup): Quote the value
1225 before storing it in the customized-value property (Bug#6712).
4aab9006 1226 (custom-display): Add a customization type tag.
983b9602 1227 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 1228
aa4589a7
CY
1229 * wid-edit.el (widget-field-value-get): New optional arg to
1230 suppress trailing whitespace truncation.
1231 (character): Use it (Bug#2689).
1232
1ff980ae
AS
12332012-02-05 Andreas Schwab <schwab@linux-m68k.org>
1234
1235 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
1236 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
1237
03988c98
CY
12382012-02-05 Chong Yidong <cyd@gnu.org>
1239
eeb6cc88
CY
1240 * cus-edit.el (custom-variable-value-create): For mismatched
1241 types, show the current value (Bug#7600).
1242
03988c98
CY
1243 * custom.el (defcustom): Doc fix.
1244
f8cdeef0
GM
12452012-02-05 Glenn Morris <rgm@gnu.org>
1246
1247 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
1248
0696d255
JB
12492012-02-05 Juanma Barranquero <lekktu@gmail.com>
1250
1251 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
1252 (pp-buffer): Use `ignore-errors', `looking-at-p'.
1253 (pp-last-sexp): Use `looking-at-p'.
1254
34c99998
GM
12552012-02-04 Glenn Morris <rgm@gnu.org>
1256
8f05da42
GM
1257 * files.el (revert-buffer):
1258 Doc fix (mention revert-buffer-in-progress-p).
1259
f160676e
GM
1260 * emacs-lisp/ert-x.el (ert-simulate-command):
1261 Check deferred-action-list (which is obsolete) is bound.
1262
c7291ad9
GM
1263 * subr.el (with-wrapper-hook): Doc fixes.
1264
34c99998
GM
1265 * simple.el (filter-buffer-substring-functions)
1266 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
1267
6283a7d3
LL
12682012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
1269
1270 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
1271 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
1272
e96e3013
LL
12732012-02-04 Leo Liu <sdl.web@gmail.com>
1274
1275 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
1276
8ded50f2
GM
12772012-02-04 Glenn Morris <rgm@gnu.org>
1278
82ff1d13
GM
1279 * image.el (image-extension-data): Add obsolete alias.
1280
987a0a16
GM
1281 * isearch.el (isearch-update): Doc fix.
1282
ea32ef46
GM
1283 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
1284
8ded50f2
GM
1285 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
1286
eea14f31
GM
12872012-02-03 Glenn Morris <rgm@gnu.org>
1288
1289 * image.el (image-animated-p): Doc fix. Use image-animated-types.
1290 (image-animate-timeout): Doc fix.
1291
1292 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
1293
12f381b7
GM
12942012-02-02 Glenn Morris <rgm@gnu.org>
1295
953cebf5
GM
1296 * server.el (server-auth-dir): Doc fix.
1297 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
1298
12f381b7
GM
1299 * subr.el (run-mode-hooks): Doc fix.
1300
953a8c3b
JL
13012012-02-02 Juri Linkov <juri@jurta.org>
1302
1303 * image-mode.el (image-toggle-display-image): Remove tautological
1304 `major-mode' from the `derived-mode-p' test.
1305
c5d3843c
KH
13062012-02-02 Kenichi Handa <handa@m17n.org>
1307
9f6e692e 1308 * composite.el (compose-region): Cancel previous change.
c5d3843c 1309
159462d4 13102012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
1311
1312 * composite.el (compose-region, compose-string): Signal error for
1313 a null string component (Bug#6988).
1314
9f562668
CY
13152012-02-01 Chong Yidong <cyd@gnu.org>
1316
e2cef717
CY
1317 * view.el (view-buffer-other-window, view-buffer-other-frame):
1318 Handle special modes like view-buffer (Bug#10650).
1319 (view-buffer): Simplify.
1320
9f562668
CY
1321 * frame.el (set-frame-font): Tweak meaning of third argument.
1322
9f6e692e
JB
1323 * dynamic-setting.el (font-setting-change-default-font):
1324 Use set-frame-font (Bug#9982).
9f562668 1325
781acb9f
GM
13262012-02-01 Glenn Morris <rgm@gnu.org>
1327
6035be52
GM
1328 * progmodes/compile.el (compilation-internal-error-properties):
1329 Respect compilation-first-column in the "*compilation*" buffer.
1330
781acb9f
GM
1331 * emacs-lisp/easy-mmode.el (define-minor-mode):
1332 Relax :variable's test for a named function.
1333
abbceb00
AM
13342012-01-31 Alan Mackenzie <acm@muc.de>
1335
1336 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
1337 off by one error.
1338
fce3fdeb
CY
13392012-01-31 Chong Yidong <cyd@gnu.org>
1340
1341 * frame.el (set-frame-font): New arg ALL-FRAMES.
1342
1343 * menu-bar.el (menu-set-font): Use set-frame-font.
1344
1345 * faces.el (face-spec-reset-face): Don't apply unspecified
1346 attribute values to the default face.
1347
47893581
JB
13482012-01-31 Juanma Barranquero <lekktu@gmail.com>
1349
1350 * progmodes/cwarn.el (cwarn): Remove dead link.
1351 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
1352 Remove * from defcustom docstrings.
1353 (turn-on-cwarn-mode): Make obsolete.
1354 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
1355 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
1356
e58e988a
GM
13572012-01-31 Glenn Morris <rgm@gnu.org>
1358
60dc2671 1359 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 1360 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 1361 Allow named functions to be used as the cdr of :variable.
e58e988a 1362
7a3f511d
GM
13632012-01-30 Glenn Morris <rgm@gnu.org>
1364
1365 * emacs-lisp/authors.el (authors-fixed-entries):
1366 Remove reference to deleted file rnewspost.el.
1367
cb882333
JB
13682012-01-29 Juanma Barranquero <lekktu@gmail.com>
1369
1370 * window.el (window-with-parameter): Remove unused variable `windows'.
1371 (window--side-check): Remove unused variable `code'.
1372 (window--resize-siblings): Remove unused variable `first'.
1373 (adjust-window-trailing-edge): Remove unused variable `failed'.
1374 (window-deletable-p, window--delete): Remove unused variable `buffer'.
1375 Use `let', not `let*'.
1376 (balance-windows-2): Remove unused variable `found'.
1377 (window--state-put-2): Remove unused variable `splits'.
1378 (window-state-put): Remove unused variable `selected'.
1379 (same-window-p): Use `string-match-p'.
1380 (display-buffer-assq-regexp): Remove unused variable `value'.
1381 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1382 Mark argument ALIST as ignored.
1383 (pop-to-buffer): Remove unused variable `old-window'.
1384
907201af
EZ
13852012-01-29 Eli Zaretskii <eliz@gnu.org>
1386
1387 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
1388 and .lzma compressed files.
1389
ea162670
CY
13902012-01-29 Chong Yidong <cyd@gnu.org>
1391
5b95ee8a
CY
1392 * frame.el (window-system-default-frame-alist): Doc fix.
1393
ea162670
CY
1394 * dynamic-setting.el (font-setting-change-default-font): Don't
1395 change the default face if SET-FONT argument is non-nil (Bug#9982).
1396
d6e6f4b1
SB
13972012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
1398
1399 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
1400
0f29fa41 14012012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
1402
1403 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
1404 breakpoints in files outside current directory (Bug#6098).
1405
db174434
CY
14062012-01-29 Chong Yidong <cyd@gnu.org>
1407
6b25e4e2
SE
1408 * progmodes/python.el: Require ansi-color at top-level.
1409
6df6ae42
JB
1410 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
1411 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
1412 (lisp-mode-abbrev-table): Add doc.
1413 (lisp-mode-variables): Don't set local-abbrev-table.
1414 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
1415
e70ee681
RW
14162012-01-28 Roland Winkler <winkler@gnu.org>
1417
1418 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
1419
ace88aa2
RW
14202012-01-28 Roland Winkler <winkler@gnu.org>
1421
1422 * textmodes/bibtex.el (bibtex-entry-alist): New function.
1423 (bibtex-set-dialect): Use it. Either set global values of
1424 dialect-dependent variables or bind these variables buffer-locally
1425 (Bug#10254).
1426 (bibtex-mode): Call bibtex-set-dialect via
1427 hack-local-variables-hook.
eb864a71
LM
1428 (bibtex-dialect): Update docstring.
1429 Add safe-local-variable predicate.
ace88aa2
RW
1430 (bibtex-entry-alist, bibtex-field-alist): Initialize via
1431 bibtex-set-dialect.
1432 (bibtex-mode-map): Define menu for each dialect.
1433 (bibtex-entry): Fix docstring.
1434
93376c5b
CY
14352012-01-28 Chong Yidong <cyd@gnu.org>
1436
1437 * eshell/esh-arg.el (eshell-quote-argument): New function.
1438
1439 * eshell/esh-ext.el (eshell-invoke-batch-file):
1440 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
1441 first arg to eshell-parse-command (Bug#10523).
1442
4372494f
DA
14432012-01-28 Drew Adams <drew.adams@oracle.com>
1444
1445 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
1446 `default-directory' is non-nil.
1447
4d4ec1f8
EZ
14482012-01-28 Eli Zaretskii <eliz@gnu.org>
1449
1450 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
1451 line that displays system-configuration-options. (Bug#9924)
1452
7c188927
DA
14532012-01-28 Drew Adams <drew.adams@oracle.com>
1454
1455 * descr-text.el (describe-char): Show information about POS, in
1456 addition to information about the character at POS. Improve and
1457 update the doc string. Change "code point" to "code point in
1458 charset", to avoid confusion with the character's Unicode code
1459 point shown above that. (Bug#10129)
1460
e0da685a
EZ
14612012-01-28 Eli Zaretskii <eliz@gnu.org>
1462
1463 * descr-text.el (describe-char): Show the raw character, not only
1464 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
1465 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
1466 for the reasons.
1467
70550acf
PH
14682012-01-28 Phil Hagelberg <phil@hagelb.org>
1469
eb864a71
LM
1470 * emacs-lisp/package.el (package-install):
1471 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 1472
0ce8e868
CY
14732012-01-28 Chong Yidong <cyd@gnu.org>
1474
cb882333
JB
1475 * emacs-lisp/package.el (package-maybe-load-descriptor):
1476 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
1477 (package-maybe-load-descriptor): Use it.
1478 (package-download-transaction): Fully load required packages
1479 inside the loop, so that `require' calls work (Bug#10593).
1480 (package-install): No need to call package-initialize now.
1481
2e7f3bea
CY
14822012-01-28 Chong Yidong <cyd@gnu.org>
1483
6e9bad14
CY
1484 * simple.el (deactivate-mark): Doc fix (Bug#8614).
1485
f823b8ca
CY
1486 * tooltip.el (tooltip-mode): Doc fix.
1487 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
1488
2680c309
CY
1489 * frame.el (set-cursor-color): Doc fix (Bug#352).
1490
d7a9e63b
CY
1491 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
1492 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
1493
2e7f3bea
CY
1494 * cus-edit.el (custom-buffer-create-internal): Fix search button
1495 action (Bug#10542).
2ae01800 1496 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 1497
fc4f7a23
EW
14982012-01-27 Eduard Wiebe <usenet@pusto.de>
1499
1500 * dired.el (dired-mark-files-regexp):
1501 Include any subdirectory components. (Bug#10445)
1502
7dd37071
ML
15032012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
1504
1505 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
1506 Handle [host]:port syntax. (Bug#10533)
1507
a268160b
AH
15082012-01-27 Alex Harsanyi <harsanyi@mac.com>
1509
1510 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
1511
e43273ef
GM
15122012-01-26 Glenn Morris <rgm@gnu.org>
1513
1514 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
1515 * term.el (term-raw-escape-map): Use Control-X-prefix.
1516 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
1517
1edf595d
MR
15182012-01-25 Martin Rudalics <rudalics@gmx.at>
1519
1520 * window.el (window-state-get, window--state-get-1): Don't deal
1521 with fixed-sizeness of windows. Simplify code.
1522
fa8eafef
JC
15232012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
1524
6df6ae42
JB
1525 * window.el (window--state-get-1, window--state-put-2):
1526 Don't save and restore the mark.
fa8eafef 1527
0b21c100
CY
15282012-01-25 Chong Yidong <cyd@gnu.org>
1529
1530 * custom.el (custom-variable-p): Doc fix.
1531
5ae1a6c8
GM
15322012-01-25 Glenn Morris <rgm@gnu.org>
1533
40047858
GM
1534 * dired.el (dired-goto-file): Handle some of the more common
1535 characters that `ls -b' escapes. (Bug#10596)
1536
5ddce96c
GM
1537 * progmodes/compile.el (compilation-next-error-function):
1538 Respect compilation-first-column in the "*compilation*" buffer.
1539 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
1540
5ae1a6c8
GM
1541 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
1542
b559f1a9
GM
15432012-01-24 Glenn Morris <rgm@gnu.org>
1544
1545 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
1546
6725d21a
JD
15472012-01-24 Julien Danjou <julien@danjou.info>
1548
1549 * color.el (color-rgb-to-hsl): Fix value computing.
1550 (color-hue-to-rgb): New function.
1551 (color-hsl-to-rgb): New function.
1552 (color-clamp, color-saturate-hsl, color-saturate-name)
1553 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1554 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
1555
70df4bbe
GM
15562012-01-24 Glenn Morris <rgm@gnu.org>
1557
1558 * vc/vc-rcs.el (vc-rcs-create-tag):
1559 * vc/vc-sccs.el (vc-sccs-create-tag):
1560 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
1561
802a2ae2
ML
15622012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
1563
1564 * eshell/esh-util.el (eshell-read-hosts-file):
1565 Skip comment lines. (Bug#10549)
1566
d7128bb1
ML
1567 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
1568
d1a5c3b4
JB
15692012-01-23 Juanma Barranquero <lekktu@gmail.com>
1570
2724d9c7
JB
1571 * subr.el (display-delayed-warnings): Doc fix.
1572 (collapse-delayed-warnings): New function to collapse identical
1573 adjacent warnings.
1574 (delayed-warnings-hook): Add it.
d1a5c3b4 1575
a5509865
MA
15762012-01-22 Michael Albinus <michael.albinus@gmx.de>
1577
1578 * net/tramp.el (tramp-action-login): Set connection property "login-as".
1579
1580 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
1581 properties, when "login-as" is set.
1582
1583 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
1584 (tramp-default-user-alist): Don't add "pscp".
1585 (tramp-do-copy-or-rename-file-out-of-band): Use connection
1586 property "login-as", if set. (Bug#10530)
1587
cc6d5805
MA
15882012-01-21 Michael Albinus <michael.albinus@gmx.de>
1589
1590 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
1591 "plink1" and "psftp". (Bug#10530)
1592
15932012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
1594
1595 * international/mule-cmds.el (prefer-coding-system): Show a
1596 warning message if the default value of file-name-coding-system
1597 was not changed.
1598
f0960428
JC
15992012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
1600
cb882333
JB
1601 * windmove.el (windmove-reference-loc):
1602 Fix windmove-reference-loc miscalculation.
f0960428 1603
dd6f2a63
JB
16042012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
1605
1606 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
1607 default unit.
1608
7b447e9b
GM
16092012-01-21 Glenn Morris <rgm@gnu.org>
1610
117a9ea1
GM
1611 * international/mule.el (auto-coding-alist): Add .tbz.
1612
7b447e9b
GM
1613 * files.el (local-enable-local-variables): Doc fix.
1614 (inhibit-local-variables-regexps): Rename from
1615 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
1616 Doc fix. Add some extensions from auto-coding-alist.
1617 (inhibit-local-variables-suffixes):
1618 Rename from inhibit-first-line-modes-suffixes. Doc fix.
1619 (inhibit-local-variables-p):
1620 New function, extracted from set-auto-mode-1.
1621 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
1622 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
1623 (hack-local-variables): Doc fix. Make the mode-only case
1624 respect enable-local-variables and friends.
1625 Respect inhibit-local-variables-regexps for file-locals, but
1626 not for directory-locals.
1627 (set-visited-file-name):
1628 Take account of inhibit-local-variables-regexps.
1629 Whether it applies may change as the file name is changed.
1630 * jka-cmpr-hook.el (jka-compr-install):
1631 * jka-compr.el (jka-compr-uninstall):
1632 Update for inhibit-first-line-modes-suffixes name change.
1633
dd6e3cdd
MR
16342012-01-20 Martin Rudalics <rudalics@gmx.at>
1635
1636 * help-macro.el (make-help-screen): Temporarily restore original
1637 binding for minor-mode-map-alist (Bug#10454).
1638
0d0deb38
JD
16392012-01-19 Julien Danjou <julien@danjou.info>
1640
1641 * color.el (color-name-to-rgb): Use the white color to find the max
1642 color component value and return correctly computed values.
1643 (color-name-to-rgb): Add missing float conversion for max value.
1644
34a02f46
MR
16452012-01-19 Martin Rudalics <rudalics@gmx.at>
1646
1647 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
1648 special state value for window-persistent-parameters.
1649 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
1650 (window--state-put-2): Reset all window parameters to nil before
1651 assigning values of persistent parameters.
1652
606c44c4
AM
16532012-01-18 Alan Mackenzie <acm@muc.de>
1654
1655 Eliminate sluggishness and hangs in fontification of "semicolon
1656 deserts".
1657
cb882333
JB
1658 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
1659 Change value 10000 -> 3000.
606c44c4
AM
1660 (c-state-safe-place): Reformulate so it doesn't stack up an
1661 infinite number of wrong entries in c-state-nonlit-pos-cache.
1662 (c-determine-limit-get-base, c-determine-limit): New functions to
1663 determine backward search limits disregarding literals.
1664 (c-find-decl-spots): Amend commenting.
1665 (c-cheap-inside-bracelist-p): New function which detects "={".
1666
1667 * progmodes/cc-fonts.el
1668 (c-make-font-lock-BO-decl-search-function): Give a limit to a
1669 backward search.
1670 (c-font-lock-declarations): Fix an occurrence of point being
1671 undefined. Check additionally for point being in a bracelist or
1672 near a macro invocation without a semicolon so as to avoid a
1673 fruitless time consuming search for a declarator. Give a more
1674 precise search limit for declarators using the new
1675 c-determine-limit.
1676
f3860cea
GM
16772012-01-18 Glenn Morris <rgm@gnu.org>
1678
1679 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
1680 (set-auto-mode): Doc fixes.
1681
1db03b16
GM
16822012-01-17 Glenn Morris <rgm@gnu.org>
1683
0e6038be
GM
1684 * isearch.el (search-nonincremental-instead): Fix doc typo.
1685
1db03b16
GM
1686 * dired.el (dired-insert-directory): Handle newlines in directory name.
1687 (dired-build-subdir-alist): Unescape newlines in directory name.
1688
4cb0aa75
MA
16892012-01-17 Michael Albinus <michael.albinus@gmx.de>
1690
1691 * net/tramp.el (tramp-local-end-of-line): New defcustom.
1692 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
1693 (tramp-action-terminal): Use it. (Bug#10530)
1694
1d00653d
SM
16952012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
1696
1697 * minibuffer.el (completion--replace): Strip properties (bug#10062).
1698
6a6ee00d
MR
16992012-01-16 Martin Rudalics <rudalics@gmx.at>
1700
1701 * window.el (window-state-ignored-parameters): Remove variable.
1702 (window--state-get-1): Rename argument MARKERS to IGNORE.
1703 Handle persistent window parameters. Make copy of clone-of
1704 parameter only if requested. (Bug#10348)
1705 (window--state-put-2): Install a window parameter only if it has
1706 a non-nil value or an existing parameter shall be overwritten.
1707
97912def
MA
17082012-01-15 Michael Albinus <michael.albinus@gmx.de>
1709
1710 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
1711
688070a5
EZ
17122012-01-14 Eli Zaretskii <eliz@gnu.org>
1713
1714 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
1715 don't pass the (nil) value of `upnode' to string-match.
1716
301afadc
CY
17172012-01-14 Chong Yidong <cyd@gnu.org>
1718
1719 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 1720 Fix values recognized by the cursorBlink resource.
301afadc 1721
9e5788aa
PE
17222012-01-14 Paul Eggert <eggert@cs.ucla.edu>
1723
1724 * epg.el (epg--make-temp-file): Avoid permission race condition
1725 when running on old Emacs versions (bug#10403).
1726
3cdb7f5a
GM
17272012-01-14 Glenn Morris <rgm@gnu.org>
1728
1729 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
1730
8c82b1b4
AM
17312012-01-13 Alan Mackenzie <acm@muc.de>
1732
1733 Fix filling for when filladapt mode is enabled.
1734
1735 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
1736 c-mask-paragraph, pass in `fill-paragraph' rather than
1737 `fill-region-as-paragraph'. (This is a reversion of a previous
1738 change.)
eb864a71
LM
1739 * progmodes/cc-mode.el (c-basic-common-init):
1740 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 1741
e517eda4
GM
17422012-01-13 Glenn Morris <rgm@gnu.org>
1743
1498536e
GM
1744 * dired.el (dired-switches-escape-p): New function.
1745 (dired-insert-directory): Use dired-switches-escape-p.
1746 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
1747
e517eda4
GM
1748 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
1749
328f984d
GM
17502012-01-12 Glenn Morris <rgm@gnu.org>
1751
1752 * mail/sendmail.el (mail-mode): Update paragraph-separate for
1753 changes in adaptive-fill-regexp. (Bug#10276)
1754
2cc769a8
AM
17552012-01-11 Alan Mackenzie <acm@muc.de>
1756
1757 Fix Emacs bug #10463 - put `widen's around the critical spots.
1758
1d00653d 1759 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
1760 widen around each invocation of c-state-pp-to-literal. Remove an
1761 unused let variable.
1762
e52c37fa
GM
17632012-01-11 Glenn Morris <rgm@gnu.org>
1764
1765 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 1766 Doc fix.
e52c37fa 1767
96f8741e
CY
17682012-01-10 Chong Yidong <cyd@gnu.org>
1769
1d00653d
SM
1770 * net/network-stream.el (network-stream-open-starttls):
1771 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
1772 response to the capability command.
1773
b09a806e
GM
17742012-01-10 Glenn Morris <rgm@gnu.org>
1775
1776 * mail/unrmail.el (unrmail): Tweak previous change.
1777
7655cb66
CY
17782012-01-09 Chong Yidong <cyd@gnu.org>
1779
1780 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
1781
9d5a8f0b
AM
17822012-01-08 Alan Mackenzie <acm@muc.de>
1783
1784 Optimise font locking in long enum definitions.
1785
1786 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
1787 arm to a cond form to handle enums.
1788 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
1789 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
1790
9a0115ab 17912012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
1792
1793 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 1794 (Bug#10401)
6bb72cbd 1795
f186bb95
LMI
17962012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1797
29232a68
LMI
1798 * faces.el (set-face-attribute): Clarify the meaning of the nil
1799 frame (bug#10294).
1800
4e5d086d
LMI
1801 * subr.el (with-selected-frame): Mention that the selected frame
1802 is restored (bug#9980).
1803
8e66aebe
LMI
1804 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
1805 (bug#9759).
1806
cd394be1 1807 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
1808 (password-read): Don't autoload unused function.
1809
adf4e762
JB
18102012-01-07 Juanma Barranquero <lekktu@gmail.com>
1811
1812 * progmodes/which-func.el (which-func-mode): Turn into a
1813 non-interactive function and mark as obsolete (bug#10428).
1814
89bd9ccd
CY
18152012-01-06 Chong Yidong <cyd@gnu.org>
1816
1817 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
1818 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
1819 functions, along with 1 and -1.
1820
4afee9d5
EZ
18212012-01-06 Eli Zaretskii <eliz@gnu.org>
1822
1823 * time.el (display-time-load-average)
1824 (display-time-default-load-average): Doc fixes. See the thread
1825 starting at
1826 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
1827 for the details.
1828
536aea70
GM
18292012-01-06 Glenn Morris <rgm@gnu.org>
1830
665ae865
GM
1831 * mail/unrmail.el (unrmail): Give an explicit error if the input file
1832 has no messages. (Bug#10377)
1833
c869783d
GM
1834 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
1835 than Info-edit. (Bug#10385)
1836
2bb4227e
GM
1837 * time.el (display-time-load-average, display-time-next-load-average):
1838 Doc fixes.
1839
7d5944b9
GM
1840 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
1841 local setting of buffer-read-only to the input buffer. (Bug#10419)
1842
536aea70
GM
1843 * calendar/calendar.el (calendar-mode):
1844 Locally set scroll-margin to 0. (Bug#10379)
1845
7dccca16
UM
18462012-01-06 Ulrich Mueller <ulm@gentoo.org>
1847
1848 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
1849
afbb7930
GM
18502012-01-05 Glenn Morris <rgm@gnu.org>
1851
1852 * eshell/em-unix.el (diff-no-select): Autoload it.
1853 (eshell/diff): Use diff-no-select. (Bug#10420)
1854
04482335
CY
18552012-01-05 Chong Yidong <cyd@gnu.org>
1856
7baca3bc
CY
1857 * shell.el (shell-dynamic-complete-functions): Revert last change.
1858 (shell-command-completion-function): New function.
1859 (shell-completion-vars): Use it to implement
1860 shell-completion-execonly (Bug#10417).
1861
04482335
CY
1862 * custom.el (enable-theme): Don't set custom-safe-themes.
1863
1d00653d
SM
1864 * cus-theme.el (custom-theme-merge-theme):
1865 Ignore custom-enabled-themes and custom-safe-themes.
04482335 1866
bb5aa5d6
MM
18672012-01-05 Michael R. Mauger <mmaug@yahoo.com>
1868
1869 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
1870 first prompt in `sql-interacive-mode'.
1871 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 1872 keywords.
6df6ae42 1873 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
1874 (sql-product-interactive): Bug fix: Set `sql-buffer' in
1875 context of original buffer. Invoke `sql-login-hook'.
1876
a7183d7c
EZ
18772012-01-04 Eli Zaretskii <eliz@gnu.org>
1878
1879 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
1880 letters in cite-prefix.
1881
a1eacd1e
LMI
18822012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1883
1884 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
1885
787cdb34
CY
18862012-01-03 Chong Yidong <cyd@gnu.org>
1887
1d00653d
SM
1888 * shell.el (shell-dynamic-complete-functions):
1889 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
1890 comint-filename-completion first (Bug#10417).
1891
30710442
RS
18922012-01-02 Richard Stallman <rms@gnu.org>
1893
1894 * battery.el (battery-status-function):
1895 Detect when to use battery-yeeloong-sysfs.
1896 (battery-echo-area-format): Add string for Yeeloong.
1897 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
1898 (battery-yeeloong-sysfs): New function.
1899
f75bfc33
CY
19002012-01-02 Chong Yidong <cyd@gnu.org>
1901
1902 * dirtrack.el (dirtrack-list): Eliminate unused third element.
1903 (dirtrack): Merge code for handling relative filenames in prompt
1904 from shell-dir-cookie-watcher.
1905 (dirtrack-debug-message): New arg to avoid excess format calls.
1906
1907 * shell.el (shell-dir-cookie-re): Variable deleted.
1908 (shell-dir-cookie-watcher): Function deleted.
1909 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
1910 with dirtrack-mode.
1911
651e947e
EZ
19122012-01-01 Eli Zaretskii <eliz@gnu.org>
1913
1d00653d
SM
1914 * term/w32-win.el (dynamic-library-alist) <gnutls>:
1915 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
1916 libgnutls-26.dll.
1917
94d4c7dc
AS
19182011-12-31 Andreas Schwab <schwab@linux-m68k.org>
1919
1920 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
1921
8d43f3cd
EZ
19222011-12-31 Eli Zaretskii <eliz@gnu.org>
1923
1924 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
1925 headers of non-MIME messages, when rmail-enable-mime is non-nil.
1926
98c8795a
MA
19272011-12-29 Michael Albinus <michael.albinus@gmx.de>
1928
1929 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
1930 also for alternative shells.
1931 (tramp-open-connection-setup-interactive-shell): Check, whether
1932 the shell is a busybox.
1933 (tramp-send-command): Don't suppress multiple prompts for
1934 busyboxes, it hurts.
1935
51281b32
CY
19362011-12-28 Chong Yidong <cyd@gnu.org>
1937
1938 * progmodes/gdb-mi.el (gdb-get-source-file-list)
1939 (gdb-get-source-file): Move mode line update to
1940 gdb-get-source-file (Bug#10087).
1941
2170cb53
CY
19422011-12-25 Chong Yidong <cyd@gnu.org>
1943
1944 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
1945 gud-gdb-marker-filter without taking it as an argument.
1946 (gud-gdb-run-command-fetch-lines): Caller changed.
1947 (gud-gdb-completion-function): New variable.
1948 (gud-gdb-completion-at-point): Use it.
1949 (gud-gdb-completions-1): Split from gud-gdb-completions.
1950
1951 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
1952 function as separate arguments.
1953 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
1954 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
1955 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
1956 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
1957 (gdb-stopped, def-gdb-auto-update-trigger)
1958 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
1959 (gdb-get-changed-registers, gdb-get-main-selected-frame):
1960 Callers changed.
2170cb53
CY
1961 (gud-gdbmi-completions): New function.
1962 (gdb): Use it for generating the completion table.
1963
be8b11bb
AM
19642011-12-24 Alan Mackenzie <acm@muc.de>
1965
1966 Introduce a mechanism to widen the region used in context font
1d00653d 1967 locking. Use this to protect declarations from losing their contexts.
be8b11bb 1968
1d00653d
SM
1969 * progmodes/cc-langs.el (c-before-font-lock-functions):
1970 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 1971 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
1972 functions to be run just before context (etc.) font locking.
1973
1974 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 1975 New, functionality extracted from
be8b11bb 1976 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 1977 (c-in-after-change-fontification): New variable.
be8b11bb
AM
1978 (c-after-change): Set c-in-after-change-fontification.
1979 (c-set-fl-decl-start): Rejig its interface, so it can be called
1980 from both after-change and context fontifying.
b81d40f0
JB
1981 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
1982 New functions.
1983 (c-standard-font-lock-fontify-region-function): New variable.
1984 (c-font-lock-fontify-region): New function.
be8b11bb 1985
341cf6ac
JL
19862011-12-24 Juri Linkov <juri@jurta.org>
1987
1988 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
1989 (Bug#10348)
1990
bffcee0a
MA
19912011-12-23 Michael Albinus <michael.albinus@gmx.de>
1992
1993 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
1994 existence of source file. (Bug#10325)
1995
cb5e207c
AM
19962011-12-23 Alan Mackenzie <acm@muc.de>
1997
1998 Fix unstable fontification inside templates.
1999
b81d40f0
JB
2000 * progmodes/cc-langs.el (c-before-font-lock-functions):
2001 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
2002 additionally has c-set-fl-decl-start. The other languages (apart
2003 from AWK) have that as a single entry.
2004
b81d40f0
JB
2005 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
2006 The functionality for "local" declarations has been extracted to
cb5e207c
AM
2007 c-set-fl-decl-start.
2008
b81d40f0
JB
2009 * progmodes/cc-mode.el (c-common-init, c-after-change):
2010 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
2011 (c-set-fl-decl-start): New function, extracted from
2012 c-font-lock-enclosing-decls and enhanced.
2013
60ff536c
JB
20142011-12-23 Juanma Barranquero <lekktu@gmail.com>
2015
2016 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
2017
1c4757d6
JL
20182011-12-22 Juri Linkov <juri@jurta.org>
2019
2020 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
2021
d031f2c7
CY
20222011-12-22 Chong Yidong <cyd@gnu.org>
2023
2024 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
2025
bace743a
DA
20262011-12-21 Drew Adams <drew.adams@oracle.com>
2027
2028 * files.el (file-remote-p): Fix docstring. (Bug#10319)
2029
728a1f2b
JC
20302011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
2031
2032 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
2033
0d373f73
TZ
20342011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
2035
fec0aaa4
TZ
2036 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
2037 highlighting and support. Fix up comments for capitalization.
2038 (cfengine-mode-debug): New var.
2039 (cfengine3-mode): Change the modeline indicator to "CFE3".
2040 (cfengine3-font-lock-keywords): Improve defun highlighting.
2041 (cfengine2-actions): Rename from `cfengine-actions'.
2042 (cfengine2-font-lock-keywords): Rename from
2043 `cfengine-font-lock-keywords'.
2044 (cfengine2-imenu-expression): Rename from
2045 `cfengine-imenu-expression'.
2046 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
2047 (cfengine2-beginning-of-defun): Rename from
2048 `cfengine-beginning-of-defun'.
2049 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
2050 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
2051 (cfengine2-mode): Rename from `cfengine-mode'. Change the
2052 modeline indicator to "CFE2".
2053 (cfengine-mode): Defalias to `cfengine-auto-mode'.
2054 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 2055
bc86f573
CY
20562011-12-21 Chong Yidong <cyd@gnu.org>
2057
2058 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
2059 filename argument.
2060
d45ba96b
MR
20612011-12-20 Martin Rudalics <rudalics@gmx.at>
2062
2063 * window.el (window-normalize-buffer-to-display): Remove.
2064 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
2065
a6198c90
CY
20662011-12-19 Chong Yidong <cyd@gnu.org>
2067
2068 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
2069 Don't signal an error in a predicate function; return non-nil.
2070 (vc-dir-mark-file): Move the error here.
2071 (vc-dir-mark-unmark): If acting on the region, keep going if one
2072 of the entries cannot be marked/unmarked.
2073 (vc-dir-mark-all-files): If current entry is a directory, mark
2074 only child files, as documented.
2075
34c5fb55
VB
20762011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
2077
2078 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
2079 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
2080 addition.
2081
c803b2b7
JD
20822011-12-18 Jan Djärv <jan.h.d@swipnet.se>
2083
2084 * term/ns-win.el (ns-get-selection-internal)
2085 (ns-store-selection-internal): Declare.
1154d12e
JB
2086 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
2087 Declare as obsolete.
2088 (ns-get-pasteboard, ns-paste-secondary):
2089 Use ns-get-selection-internal.
2090 (ns-set-pasteboard, ns-copy-including-secondary):
2091 Use ns-store-selection-internal.
c803b2b7 2092
9cff91f8 20932011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
2094
2095 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 2096 (vc-deduce-fileset): Doc fix.
99a289d9 2097
f16c898a
AS
20982011-12-16 Andreas Schwab <schwab@linux-m68k.org>
2099
2100 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
2101
763237c4
SS
21022011-12-13 Sam Steingold <sds@gnu.org>
2103
2104 * man.el (Man-getpage-in-background): When running under a
2105 window-system, ignore $MANWIDTH and $COLUMNS.
2106
5fc1c122
KH
21072011-12-15 Kenichi Handa <handa@m17n.org>
2108
2109 * language/ethio-util.el: Change coding tag to utf-8-emacs.
2110 (setup-ethiopic-environment-internal): Comment out key-binding for
2111 ethio-toggle-punctuation.
2112
13d49cbb
AM
21132011-12-13 Alan Mackenzie <acm@muc.de>
2114
898169a2
AM
2115 Add the switch statement to AWK Mode.
2116
7a71b18d 2117 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
2118 "default" to the keywords regexp.
2119
7a71b18d 2120 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 2121 expression as the rest.
1d00653d
SM
2122 (c-nonlabel-token-key): Allow string literals for AWK.
2123 Refactor for the other modes.
898169a2 2124
13d49cbb 2125 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 2126 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
2127 routines. Limit backward searching in c-font-lock-enclosing.decl.
2128
2129 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
2130 pp-state and literal type in addition to the limits.
1d00653d 2131 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 2132 (c-state-literal-at): Use the above new defun.
1d00653d
SM
2133 (c-slow-in-literal, c-fast-in-literal): Remove.
2134 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
2135
2136 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
2137 being in a literal. Add a limit for backward searching.
2138
2139 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
2140 c-slow-in-literal.
2141
15e0efc7
SM
21422011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2143
2144 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
2145
454592a6
MR
21462011-12-13 Martin Rudalics <rudalics@gmx.at>
2147
2148 * window.el (delete-other-windows): Use correct frame in call to
2149 window-with-parameter.
2150
87393f26
DP
21512011-12-12 Daniel Pfeiffer <occitan@t-online.de>
2152
2153 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
2154 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
2155 (makefile-gmake-statements, makefile-makepp-statements):
2156 Use it and add new makepp keywords.
2157 (makefile-makepp-font-lock-keywords): Add new patterns.
2158 (makefile-match-function-end): Match new [...] and [[...]].
2159
11636b22
JB
21602011-12-11 Juanma Barranquero <lekktu@gmail.com>
2161
2162 * ses.el (ses-call-printer-return, ses-cell-property-get)
2163 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
2164 (ses-create-cell-variable, ses-reset-header-string)
2165 (ses-cell-set-formula, ses-repair-cell-reference-all)
2166 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
2167 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
2168 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
2169 (ses-aset-with-undo, ses-load, ses-truncate-cell)
2170 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
2171 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
2172 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
2173 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
2174 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
2175 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
2176 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
2177 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
2178
cf018193
VB
21792011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
2180
2181 * ses.el: The overall change is to add cell renaming, that is
2182 setting fancy names for cell symbols other than name matching
2183 "\\`[A-Z]+[0-9]+\\'" regexp .
2184 (ses-create-cell-variable): New defun.
2185 (ses-relocate-formula): Relocate formulas only for cells the
2186 symbols of which are not renamed, i.e. symbols whose names do not
2187 match regexp "\\`[A-Z]+[0-9]+\\'".
2188 (ses-relocate-all): Relocate values only for cells the symbols of
2189 which are not renamed.
2190 (ses-load): Create cells variables as the (ses-cell ...) are read,
2191 in order to check row col consistency with cell symbol name only
2192 for cells that are not renamed.
2193 (ses-replace-name-in-formula): New defun.
2194 (ses-rename-cell): New defun.
2195
ee957461
CY
21962011-12-11 Chong Yidong <cyd@gnu.org>
2197
2198 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
2199 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
2200
9a9e9ef0
MR
22012011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
2202
2203 * window.el (other-window): Fix docstring.
2204
92a8eba5
EZ
22052011-12-10 Eli Zaretskii <eliz@gnu.org>
2206
2207 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
2208 `from' or `to' address before taking its substring.
2209 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
2210 encoded name is chopped in the middle of the encoded string, and
2211 thus displayed encoded.
2212
e152e577
JB
22132011-12-10 Juanma Barranquero <lekktu@gmail.com>
2214
2215 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
2216
e5d84bfe
EZ
22172011-12-10 Eli Zaretskii <eliz@gnu.org>
2218
2219 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
2220 to use texinfo-update-node and commands that call it if the
2221 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 2222 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
2223 (texinfo-all-menus-update, texinfo-master-menu)
2224 (texinfo-update-node, texinfo-every-node-update)
2225 (texinfo-multiple-files-update): Doc fix. Warn against updating
2226 all the @node lines.
2227 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
2228 argument is numeric. Explain better in the doc string what the
2229 function really does.
2230 (texinfo-insert-master-menu-list): Improve the error message
2231 displayed if there's no menu in the Top node.
2232 (Bug#2975) See also this thread:
e5d84bfe
EZ
2233 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
2234
1d84e9bb
MG
22352011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
2236
2237 * speedbar.el (speedbar-supported-extension-expressions):
2238 Add .adb and .ads, commonly used for Ada source code (bug#10256).
2239
382c953b
JB
22402011-12-09 Juanma Barranquero <lekktu@gmail.com>
2241
2242 * printing.el (pr-mode-alist):
2243 * simple.el (filter-buffer-substring-functions)
2244 (completion-list-insert-choice-function):
2245 * window.el (window-with-parameter, window-atom-root)
2246 (window-sides-slots, window-size-fixed, window-min-delta)
2247 (window-max-delta, window--resize-mini-window)
2248 (window--resize-child-windows-normal, window-tree)
2249 (delete-other-windows, quit-window, split-window)
2250 (display-buffer-record-window, special-display-buffer-names)
2251 (special-display-regexps, special-display-popup-frame)
2252 (same-window-p, split-window-sensibly)
2253 (display-buffer-overriding-action, display-buffer-alist)
2254 (display-buffer-base-action, display-buffer, switch-to-buffer)
2255 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
2256 (fit-window-to-buffer, recenter-positions)
2257 (mouse-autoselect-window-state, mouse-autoselect-window-select):
2258 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
2259 and remove unneeded backslashes in docstrings.
2260
39c9faef
SM
22612011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
2262
98449af8
SM
2263 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
2264
39c9faef
SM
2265 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
2266 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
2267 end in ".mk".
2268 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
2269 when reading the makefile (bug#10116).
2270
86ed9fdc
SM
22712011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2272
2273 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
2274 (bug#10116).
2275
5580f89d
GM
22762011-12-06 Glenn Morris <rgm@gnu.org>
2277
2278 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
2279
28d3917c
CY
22802011-12-06 Chong Yidong <cyd@gnu.org>
2281
2282 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
2283
a98edce9
JB
22842011-12-06 Juanma Barranquero <lekktu@gmail.com>
2285
2286 * textmodes/table.el (table-shorten-cell): Fix typo.
2287
e65adfac
CG
22882011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
2289
2290 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
2291
71cc0b74
EZ
22922011-12-05 Eli Zaretskii <eliz@gnu.org>
2293
2294 * descr-text.el (describe-char): Fix display of strong
2295 right-to-left characters and directional embeddings and overrides.
2296
2297 * simple.el (what-cursor-position): Fix display of codepoints of
2298 strong right-to-left characters.
2299
315bc30d
CY
23002011-12-05 Chong Yidong <cyd@gnu.org>
2301
2302 * faces.el (read-color): Doc fix.
2303
58a70b94
GM
23042011-12-05 Glenn Morris <rgm@gnu.org>
2305
2306 * align.el (align--set-marker): Add doc-string.
2307 Don't try to move something that is not a marker. (Bug#10216)
2308
5158face
GM
23092011-12-04 Glenn Morris <rgm@gnu.org>
2310
2311 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
2312 overly zealous deletion of trailing whitespace.
2313
520fca41
JB
23142011-12-04 Juanma Barranquero <lekktu@gmail.com>
2315
2316 * server.el (server-delete-client): On Windows, do not try to delete
2317 the only terminal.
2318 (server-process-filter): On Windows, treat requests for a tty frame as
2319 if they were for a GUI frame if the running server is in GUI mode.
2320
5e605a2e
GM
23212011-12-03 Glenn Morris <rgm@gnu.org>
2322
2323 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
2324
5c3fe83f
SM
23252011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2326
6f5e57e7
SM
2327 * electric.el: Streamline electric-indent's hook.
2328 (electric-indent-chars): Revert to simple list.
2329 (electric-indent-functions): New var.
2330 (electric-indent-post-self-insert-function): Use it.
2331
5c3fe83f
SM
2332 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
2333 there's no inferior buffer (bug#10196).
2334 (prolog-consult-compile): Don't use toggle-read-only.
2335
6bdac736
MA
23362011-12-02 Michael Albinus <michael.albinus@gmx.de>
2337
2338 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
2339 interrupt. (Bug#10187)
2340
6131ba7f
SM
23412011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2342
99c79fee
SM
2343 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
2344 (bug#9160).
2345
6131ba7f
SM
2346 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
2347 (bug#10191).
2348
cb0a02ea
JL
23492011-12-02 Juri Linkov <juri@jurta.org>
2350
2351 * info.el (Info-search): Display "end of manual" when Isearch
2352 reaches the end of single-file Info manual. (Bug#9918)
2353
66e0570c
EZ
23542011-12-02 Eli Zaretskii <eliz@gnu.org>
2355
2356 * isearch.el (isearch-message-prefix): Run the input method part
2357 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
2358
02b16839
JL
23592011-12-02 Juri Linkov <juri@jurta.org>
2360
2361 * isearch.el (isearch-occur): Use `word-search-regexp' for
2362 `isearch-word'.
2363 (isearch-search-and-update): Add condition for `isearch-word' and
2364 call `word-search-regexp'. (Bug#10145)
2365
0b950688
GM
23662011-12-01 Glenn Morris <rgm@gnu.org>
2367
2368 * eshell/em-hist.el (eshell-hist-initialize):
2369 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 2370 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 2371
9505c3c7
SM
23722011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2373
2374 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
2375
1bbe96b2 23762011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 2377
a1beca85
SM
2378 * progmodes/verilog-mode.el (verilog-pretty-expr):
2379 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
2380 verilog, such as += *= and the like.
2381 (verilog-assignment-operator-re): Regular expression to find the
2382 assigment operator in a verilog assignment.
2383 (verilog-assignment-operation-re): Regular expression to find an
2384 assignment statement for pretty-expr.
2385 (verilog-in-attribute-p): Query returns true if point is in an
2386 attribute context; used to skip these for expression line up from
2387 pretty-expr.
2388 (verilog-in-parameter-p): Query returns true if point is in an
2389 parameter definition context; used to skip these for expression
2390 line up from pretty-expr.
2391 (verilog-in-parenthesis-p): Query returns true if point is in a
2392 parenthetical expression, specifically ( ) but not [ ] or { };
2393 used by pretty-expr.
2394 (verilog-just-one-space): If there is no space, don't add one.
2395 (verilog-get-lineup-indent-2): Specifically skip just attribute
2396 contexts for expression lineup, rather than skipping all
2397 parenthetical expressions.
2398 (verilog-calculate-indent): Fix comment, and fix indent.
2399 (verilog-do-indent): Indent declarations in lists (suggested by
2400 Joachim Lechner).
2401 (verilog-mode-abbrev-table): Populate abbrev mode with the various
2402 skeleton items.
2403 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
2404 by Alain Mellan).
2405
1bbe96b2 24062011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
2407
2408 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
2409 parameters with embedded comments. Reported by Ray Stevens.
2410 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
2411 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
2412 Reported by Tim Holt.
2413 (verilog-auto): Fix AUTOing a upper module then AUTOing module
2414 instantiated by upper module causing wrong expansion until AUTOed a
2415 second time. Reported by K C Buckenmaier.
2416 (verilog-diff-auto): Fix showing .* as a difference when
2417 `verilog-auto-star-save' off. Reported by Dan Dever.
2418 (verilog-auto-reset, verilog-read-always-signals)
2419 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
2420 temporary signals in reset list if
2421 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
2422 style to each signal's assignment type, bug381.
2423 Reported by Thomas Esposito.
6288f0ca
WS
2424 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
2425 (verilog-uvm-statement-re): Support UVM indentation and
2426 highlighting, with old OVM keywords only.
a1beca85 2427 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
2428 Support AUTOTIEOFF creating non-wire data types.
2429 Suggested by Jonathan Greenlaw.
6288f0ca
WS
2430 (verilog-auto-insert-lisp, verilog-delete-to-paren)
2431 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
2432 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
2433 (verilog-read-sub-decls, verilog-read-sub-decls-line):
2434 Fix mismatching parenthesis inside commented out code when deleting
382c953b 2435 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
2436 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
2437 non-numeric vector width. Reported by Alex Reed.
2438 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 2439 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
2440 (verilog-auto-delete-trailing-whitespace):
2441 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
2442 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
2443 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
2444 Fix verilog-scan-cache corruption when running user AUTO expansion
2445 hooks that call indentation routines.
2446 (verilog-simplify-range-expression): Fix typo ignoring lower case
2447 identifiers.
2448 (verilog-delete-auto): Fix delete-autos to also remove user created
2449 automatics, as long as they start with AUTO.
2450 (verilog-batch-diff-auto, verilog-diff-auto)
2451 (verilog-diff-function): Add `verilog-diff-auto' and bind to
2452 "C-c?" to report differences in AUTO expansion, ignoring spaces.
2453 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
2454 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
2455 (verilog-re-search-forward-quick, verilog-syntax-ppss):
2456 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
2457 is disabled and its cache will get corrupt, causing AUTOS not to
2458 expand. Instead use only -quick functions.
2459 (verilog-scan-region): Fix scanning over escaped quotes.
2460 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
2461 (verilog-re-search-backward-quick)
2462 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
2463 related functions now ignore strings, to fix misparsing of strings
2464 with magic comments embedded in them.
a1beca85
SM
2465 (verilog-read-auto-template):
2466 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
2467 Reported by Brad Dobbie.
2468 (verilog-read-auto-template):
2469 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 2470 Reported by Brad Dobbie.
6288f0ca
WS
2471 (verilog-auto-inst, verilog-auto-inst-param)
2472 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
2473 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
2474 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
2475 debugging templates without merge conflicts, bug357.
2476 Reported by Brad Dobbie.
2477 (verilog-read-auto-template):
2478 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
2479 Reported by Brad Dobbie.
2480 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
2481 abbrevs so user won't be asked to save.
2482 (verilog-read-auto-lisp-present): Fix to start at beginning of
2483 buffer in case called outside of verilog-auto.
2484 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
2485 to "X-2". Reported by Matthew Myers.
2486 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
2487 all inputs from module templates. Reported by Leith Johnson.
2488 (verilog-module-inside-filename-p): Fix locating programs as with
2489 modules.
2490 (verilog-auto-inst-port): Fix vl-width expressions when using
2491 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
2492 (verilog-decls-get-regs, verilog-decls-get-signals,
2493 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
2494 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
2495 verilog-read-decls): Combine reg and wire structures into one var
2496 structure to represent SystemVerilog concepts.
2497 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
2498 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
2499 (verilog-auto-wire-type, verilog-insert-definition):
2500 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
2501 SystemVerilog "logic" keyword instead of "wire"/"reg".
2502 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
2503 to declares outputs that also have assignments (presumably in an
a1beca85
SM
2504 ifdef or generate if so there's not a driver conflict).
2505 Reported by Matthew Myers.
2506 (verilog-auto-declare-nettype, verilog-insert-definition):
2507 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
2508 `default_nettype none. Reported by Julian Gorfajn.
2509 (verilog-read-always-signals-recurse, verilog-read-decls)
2510 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
2511 malformed end statement, bug325. Reported by Joshua Wise and
2512 Andrew Drake.
2513 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
2514 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
2515 when expanding .* in interfaces, bug320.
2516 Reported by Pierre-David Pfister.
6288f0ca 2517 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
2518 name and open parenthesis, bug317.
2519 Reported by Pierre-David Pfister.
6288f0ca
WS
2520 (verilog-simplify-range-expression): Fix simplification of
2521 multiplications inside AUTOWIRE connections, bug303.
2522 (verilog-auto-inst-port): Support parameter expansion in
2523 multidimensional arrays.
2524 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
2525 after "assert property". Reported by Julian Gorfajn.
2526 (verilog-simplify-range-expression): Fix "couldn't merge" errors
2527 with multiplication, bug303.
2528 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
2529 Reported by Jan Frode Lonnum.
2530
1bbe96b2
GM
25312011-11-30 Juanma Barranquero <lekktu@gmail.com>
2532
2533 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
2534 (hfy-shell-file-name, hfy-shell):
2535 * international/fontset.el (x-decompose-font-name): Fix typos.
2536
25372011-11-29 Ken Brown <kbrown@cornell.edu>
2538
2539 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
2540 (gdb-version): Remove defvar.
2541 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
2542 (gdb-gud-context-command, gdb-non-stop-handler)
2543 (gdb-current-context-command, gdb-stopped): Use it.
2544 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
2545 (gdb-non-stop-handler): Don't enable pretty-printing here.
2546 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
2547 non-stop mode. Use the following.
2548 (gdb-check-target-async): New defun.
2549 (gud-watch, gdb-stopped): Fix whitespace.
2550 (gdb-get-source-file): Don't try to display the source file if
2551 `gdb-main-file' is nil.
2552
25532011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
2554
2555 * align.el: Try to generate fewer markers (bug#10047).
2556 (align--set-marker): New macro.
2557 (align-region): Use it.
2558
c935221f
SM
25592011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
2560
2561 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
2562
e70b5064
CY
25632011-11-29 Chong Yidong <cyd@gnu.org>
2564
2565 * indent.el (indent-for-tab-command, indent-according-to-mode):
2566 Doc fix.
2567 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
2568
f3af92b7
MA
25692011-11-29 Michael Albinus <michael.albinus@gmx.de>
2570
2571 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
2572 aware of remote file names. (Bug#10124)
2573
ed472be9
CY
25742011-11-29 Chong Yidong <cyd@gnu.org>
2575
2576 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
2577
24510c22
SM
25782011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2579
2580 * files.el (find-file): Don't use force-same-window (bug#10144).
2581 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
2582 use pop-to-buffer if the selected window can't be used.
2583 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
2584
c60c3703
EZ
25852011-11-28 Eli Zaretskii <eliz@gnu.org>
2586
2587 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
2588 special-mode-map.
2589
e95def75
CY
25902011-11-28 Chong Yidong <cyd@gnu.org>
2591
2592 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
2593
c3f1c606
NR
25942011-11-27 Nick Roberts <nickrob@snap.net.nz>
2595
2596 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
2597 gdb-get-source-file-list on gdb-create-source-file-list.
2598
00db469c
EZ
25992011-11-26 Eli Zaretskii <eliz@gnu.org>
2600
2601 * whitespace.el (whitespace-newline): Use a different foreground
2602 color for 16-color light-background displays.
2603
4ad3bc2a
CY
26042011-11-24 Chong Yidong <cyd@gnu.org>
2605
2606 * window.el (display-buffer--special-action): Doc fix.
2607
e9fce1ac
JB
26082011-11-25 Juanma Barranquero <lekktu@gmail.com>
2609
2610 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
2611 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
2612 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
2613 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
2614 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
2615 (avl-tree-stack-first):
2616 * emacs-lisp/cconv.el (cconv--analyse-use):
2617 * net/gnutls.el (gnutls-negotiate): Fix typos.
2618
cb825e5d
GM
26192011-11-24 Glenn Morris <rgm@gnu.org>
2620
3adbe224
GM
2621 * lpr.el (lpr-windows-system, lpr-lp-system):
2622 * mail/binhex.el (binhex-begin-line):
2623 * progmodes/grep.el (grep-history, grep-find-history):
2624 * textmodes/flyspell.el:
2625 * vc/pcvs-defs.el (cvs-global-menu):
2626 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
2627 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
2628 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
2629
321decc8
GM
2630 * net/tls.el: Fix case of "GnuTLS".
2631
420b63ad
GM
2632 * paths.el (rmail-file-name): Format doc-string for make-docfile.
2633
cb825e5d
GM
2634 * version.el (emacs-build-system): Give it a doc-string.
2635
a0649f08
JL
26362011-11-24 Juri Linkov <juri@jurta.org>
2637
2638 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
2639
c0bc0fd4
GM
26402011-11-24 Glenn Morris <rgm@gnu.org>
2641
2642 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
2643 if called on a non-mime message just toggle the headers. (Bug#8006)
2644
20db1522
JB
26452011-11-24 Juanma Barranquero <lekktu@gmail.com>
2646
2647 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
2648 (allout-lead-with-comment-string, allout-structure-deleted-hook)
2649 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
2650 (allout-rebullet-heading, allout-open-sibtopic)
2651 (allout-toggle-current-subtree-encryption)
2652 (allout-toggle-subtree-encryption, allout-encrypt-string)
2653 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
2654 (allout-distinctive-bullets-string, allout-auto-activation):
2655 * window.el (window-normalize-buffer-to-display):
2656 * progmodes/verilog-mode.el (verilog-batch-indent):
2657 * textmodes/bibtex.el (bibtex-field-braces-opt)
2658 (bibtex-field-strings-opt):
2659 * vc/cvs-status.el (cvs-tree-merge):
2660 Fix typos.
2661
7262a87c
MA
26622011-11-23 Michael Albinus <michael.albinus@gmx.de>
2663
2664 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
2665 `non-essential' to t, in order to avoid remote connections.
2666
283430a1
EZ
26672011-11-23 Eli Zaretskii <eliz@gnu.org>
2668
a1beca85
SM
2669 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2670 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
2671 case-insensitively.
2672
d2992a38
ML
26732011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
2674
2675 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
2676
50419064
GM
26772011-11-23 Glenn Morris <rgm@gnu.org>
2678
da94eca1
GM
2679 * paths.el (rmail-file-name): Reformat the doc-string so that it
2680 is picked up.
2681
9aac4de2
GM
2682 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
2683 (rmail-auto-file): Ignore case in the "special" field names,
2684 as mail-fetch-field does for all others.
2685
8038d2d2
GM
2686 * mail/rmail.el (rmail-forward):
2687 * mail/rmailkwd.el (rmail-set-label):
2688 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
2689 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
2690
f3fe222a
GM
2691 * mail/rmail.el (rmail-current-message): Doc fix.
2692
50419064
GM
2693 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
2694
28109f49
SM
26952011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
2696
2697 * server.el (server-eval-and-print): Allow C-g (bug#6585).
2698
394c65f1
GM
26992011-11-22 Glenn Morris <rgm@gnu.org>
2700
2701 * mail/rmailmm.el (test-rmail-mime-handler)
2702 (test-rmail-mime-bulk-handler)
2703 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
2704
f2a0aa3a
JL
27052011-11-21 Juri Linkov <juri@jurta.org>
2706
1154d12e
JB
2707 * calc/calc.el (calc-read-key-sequence):
2708 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 2709
9c34a344
LMI
27102011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2711
2712 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
2713 Tell the caller that the next line needs recomputation, even
2714 though it doesn't start a sexp (bug#10094).
2715
f04a3be9
SM
27162011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2717
2718 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
2719
7978747f
SM
27202011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2721
f04a3be9
SM
2722 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
2723 Use force-same-window.
7978747f 2724
fe7a3057
JB
27252011-11-20 Juanma Barranquero <lekktu@gmail.com>
2726
2727 * descr-text.el (describe-char-unicode-data):
2728 * json.el (json-string-escape):
2729 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
2730 (Footnote-unicode, Footnote-style-p):
2731 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
2732
24901d61
CY
27332011-11-20 Chong Yidong <cyd@gnu.org>
2734
2735 * window.el (replace-buffer-in-windows): Restore interactive spec.
2736
bac7ff22
SM
27372011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2738
24f3d7b9
SM
2739 * electric.el (electric-indent-mode): Fix last change (too optimistic).
2740
bac7ff22
SM
2741 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
2742 (byte-compile-global-not-obsolete-vars): New var.
2743 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
2744 Use it.
2745 (byte-compile-warn-obsolete): Align text with the one in *Help*.
2746
cd1181db
JB
27472011-11-20 Juanma Barranquero <lekktu@gmail.com>
2748
2749 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
2750 * progmodes/pascal.el (electric-pascal-equal):
2751 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
2752 * xml.el (xml-substitute-special): Fix typos.
2753
7fb18e9e
GM
27542011-11-20 Glenn Morris <rgm@gnu.org>
2755
2756 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
2757 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
2758 Doc fixes.
2759 (rmail-decode-mime-charset): Mark as obsolete.
2760
2761 * mail/rmailsum.el (rmail-message-regexp-p-1):
2762 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
2763 Before using mime functions, check they are set. (Bug#10077)
2764
d5a6b3ba
JL
27652011-11-19 Juri Linkov <juri@jurta.org>
2766
2767 * info.el (Info-finder-find-node): Use `package--builtins' instead
2768 of `package-alist'. Use node names formed by the pattern "Keyword "
2769 and the keyword name.
2770
e981b61f
AS
27712011-11-19 Andreas Schwab <schwab@linux-m68k.org>
2772
1d00653d 2773 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 2774
3ffbc301
JL
27752011-11-19 Juri Linkov <juri@jurta.org>
2776
2777 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
2778 that calls `revert-buffer' on all Info buffers. (Bug#9915)
2779 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
2780 `old-history', `old-history-forward'. Add let-binding
2781 `window-selected'. Remove calls to `kill-buffer',
2782 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
2783 before calling `Info-find-node', so `Info-find-node-2' will reread
2784 the Info file. Restore window positions only when `window-selected'
2785 is non-nil.
2786
30c62133
JL
27872011-11-19 Juri Linkov <juri@jurta.org>
2788
2789 * isearch.el (isearch-lazy-highlight-new-loop):
2790 Remove condition `(not isearch-error)'. (Bug#9918)
2791
2792 * misearch.el (multi-isearch-search-fun): Add condition
2793 `(not bound)' to ignore lazy-highlighting search.
2794 Add the search-failed message "end of multi" when the end of
2795 multi-sequence is reached. Uncapitalize the search-failed
2796 message "Repeat for next buffer".
2797
2798 * info.el (Info-search): Add the search-failed message
2799 "end of the manual" when the end of the manual is reached
2800 in Isearch mode.
2801
645ca9cf
JL
28022011-11-19 Juri Linkov <juri@jurta.org>
2803
2804 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
2805 Use non-destructive `remove' instead of `delete' because
2806 `Info-history-list' stored to `Info-isearch-initial-history-list' in
2807 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
2808
df754f66
JL
28092011-11-19 Juri Linkov <juri@jurta.org>
2810
2811 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
2812 to nil instead of binding `search-ring' and `regexp-search-ring'.
2813 (Bug#9185)
2814
0e23d96a
EZ
28152011-11-19 Eli Zaretskii <eliz@gnu.org>
2816
2817 * simple.el (line-move): Force movement by logical lines for any
2818 hscrolled window, not only when auto-hscroll-mode is on.
2819 (line-move-visual): Update doc string to that effect. (Bug#10076)
2820
8a6ccb66
AS
28212011-11-19 Andreas Schwab <schwab@linux-m68k.org>
2822
2823 * language/european.el (macintosh): Define as alias for mac-roman.
2824
49ae5b39
EZ
28252011-11-19 Eli Zaretskii <eliz@gnu.org>
2826
2827 * mail/rmailmm.el (rmail-mime-display-header)
2828 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
2829 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
2830 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
2831 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
2832 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
2833 of a raw aref.
2834 (rmail-mime-entity-segment): To get past the tagline, move forward
2835 2 more lines, to account for the 2 empty lines that precede and
2836 follow the line with the buttons.
2837 (rmail-mime-update-tagline): Move one more line, to get past the
2838 empty line that follows the buttons in the tagline. (Bug#9520)
2839
c56cad4a
MR
28402011-11-19 Martin Rudalics <rudalics@gmx.at>
2841
2842 * window.el (window-max-delta-1, window-min-delta-1)
2843 (window-min-size-1, window-state-get-1, window-state-put-1)
2844 (window-state-put-2): Use "window--" prefix.
2845
cbe71af3
SM
28462011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
2847
2ad52c60
SM
2848 * emacs-lisp/smie.el: Improve warnings and conflict detection.
2849 (smie-warning-count): New var.
2850 (smie-set-prec2tab): Use it.
2851 (smie-bnf->prec2): Improve warnings. Add docstring.
2852 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
2853 (smie-bnf--set-class): New function.
2854 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
2855 corner case.
2856
6944dbc1
SM
2857 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
2858 (compilation-error-properties, compilation-move-to-column):
2859 Handle compilation-first-column while in the target buffer.
2860
c400c4d7
SM
2861 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
2862 Don't hardcode point-min==1.
2863
6dbe3e96
SM
2864 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
2865 (eshell-rewrite-for-command): Remove workaround.
2866 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
2867 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
2868 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
2869
cbe71af3
SM
2870 * files-x.el (modify-file-local-variable): Obey commenting conventions.
2871
a8e1496d
GM
28722011-11-17 Glenn Morris <rgm@gnu.org>
2873
2874 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2875 Ignore buffer-local generated-autoload-file if it is the same
2876 as the global value. (Bug#10049)
2877
df85d315
JB
28782011-11-17 Juanma Barranquero <lekktu@gmail.com>
2879
2880 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
2881 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
2882 (reftex-toc-previous-heading, reftex-toc-max-level)
2883 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
2884 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
2885 (reftex-toc-do-promote, reftex-toc-promote-prepare)
2886 (reftex-toc-promote-action, reftex-toc-extract-section-number)
2887 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
2888 (reftex-toc-rename-label, reftex-toc-visit-location)
2889 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
2890 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
2891 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
2892 leaving "*toc*" only for references to the buffer.
2893
a0c2d0ae
MR
28942011-11-17 Martin Rudalics <rudalics@gmx.at>
2895
2896 * window.el (window-resize, delete-window, split-window):
2897 Replace window-splits by window-combination-resize.
1d00653d 2898 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 2899
35c0bac8
GM
29002011-11-17 Glenn Morris <rgm@gnu.org>
2901
2902 * progmodes/sh-script.el (sh-font-lock-keywords-var):
2903 Make bash entry derive from sh entry, not shell entry.
2904
d0c8fc8a
MA
29052011-11-16 Michael Albinus <michael.albinus@gmx.de>
2906
d0c8fc8a
MA
2907 * net/tramp-cache.el (tramp-flush-file-property): Flush also
2908 properties of linked files. (Bug#9879)
2909
7262a87c
MA
2910 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
2911 local file name.
2912
7877f373
JB
29132011-11-16 Juanma Barranquero <lekktu@gmail.com>
2914
2915 * menu-bar.el (menu-bar-file-menu):
2916 * printing.el (pr-ps-utility):
2917 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
2918 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
2919 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
2920 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
2921 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
2922 (icalendar--convert-cyclic-to-ical)
2923 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
2924 (icalendar--convert-ical-to-diary)
2925 (icalendar--convert-recurring-to-diary)
2926 (icalendar--convert-non-recurring-all-day-to-diary)
2927 (icalendar-import-format-sample):
2928 * progmodes/idlw-shell.el (idlwave-shell-mode):
2929 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
2930 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
2931 (vhdl-ps-print-init): Fix typos.
2932
10649b82
KM
29332011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
2934
9d0cfcd6
GM
2935 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
2936 FSF and collapse date sequence, obscure author/maintainer email address
2937 better, remove extra version line, track relocation of author's webpage.
10649b82 2938
9d0cfcd6
GM
2939 * progmodes/python.el (python-pdbtrack-input-prompt)
2940 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
2941 regular python pdb prompts. Adjustments shamelessly taken exactly as
2942 suggested in EmacsWiki page (tiny change):
2943 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 2944
58179cce
JB
29452011-11-16 Juanma Barranquero <lekktu@gmail.com>
2946
2947 * expand.el (expand-pos, expand-index, expand-point):
2948 Remove redundant info from docstring.
2949 (expand-add-abbrevs): Doc fix.
2950 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
2951 (expand-sample-perl-mode-expand-list): Fix typos.
2952
2953 * net/dbus.el (dbus-event-member-name):
2954 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
2955 * term/pc-win.el (msdos-create-frame-with-faces):
2956 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
2957
b6f67890
MR
29582011-11-16 Martin Rudalics <rudalics@gmx.at>
2959
2960 * window.el (split-window, window-state-get-1)
2961 (window-state-put-1, window-state-put-2): Rename occurrences of
2962 window-nest to window-combination-limit.
1d00653d 2963 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 2964
ce7ddba0
CY
29652011-11-16 Chong Yidong <cyd@gnu.org>
2966
2967 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
2968 regexp (Bug#10033).
2969
3ae704f4
SM
29702011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2971
2972 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
2973 `completing-read' will remove *Completions* and will preserve
2974 current-buffer for us.
2975 (tmm-add-prompt): Users of *Completions* will always (re)set its
2976 major mode.
2977 (tmm-old-comp-map): Remove.
2978
6ad1cdde
GM
29792011-11-16 Glenn Morris <rgm@gnu.org>
2980
2981 * mail/rmailedit.el: Require rmailmm when compiling.
2982 (rmail-old-mime-state): New declaration.
2983 (rmail-edit-current-message): If editing a mime message,
2984 edit the "raw" message from the mbox buffer.
2985 (rmail-cease-edit): Handle mime messages. (Bug#9840)
2986
d20faa20
GM
29872011-11-15 Glenn Morris <rgm@gnu.org>
2988
2989 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
2990 which wasn't being used. Add optional arg to force given state.
2991 (rmail-mime): Add optional arg to force given state.
2992
c7015153
JB
29932011-11-15 Juanma Barranquero <lekktu@gmail.com>
2994
2995 * allout.el (allout-encryption-plaintext-sanitization-regexps):
2996 * frame.el (display-mm-dimensions-alist):
2997 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
2998 (outline-move-subtree-down):
2999 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
3000 (newsticker--treeview-do-get-node):
3001 * net/quickurl.el (quickurl-list-buffer-name):
3002 * progmodes/dcl-mode.el (dcl-mode):
3003 * progmodes/gdb-mi.el (gdb-mapcar*):
3004 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
3005
45261b50
GM
30062011-11-15 Glenn Morris <rgm@gnu.org>
3007
3008 * mail/rmail.el (rmail-file-coding-system): It's only ever used
3009 in a boolean sense, so just make it a boolean, and fix the doc.
3010 (rmail-show-mime-function, rmail-mime-feature)
3011 (rmail-require-mime-maybe): Doc fixes.
3012 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
3013
3014 * mail/rmailmm.el (rmail-show-mime): Doc fix.
3015
0d26e0b6
JB
30162011-11-15 Juanma Barranquero <lekktu@gmail.com>
3017
3018 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
3019 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
3020 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
3021 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
3022
447f30f6
GM
30232011-11-15 Glenn Morris <rgm@gnu.org>
3024
672b871d
GM
3025 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
3026 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
3027 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
3028 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
3029 (rmail-mime, rmail-show-mime): Doc fixes.
3030
f6aa5bb1
GM
3031 * term/ns-win.el (mode-line-frame-identification):
3032 Leave it alone. (Bug#10051)
3033
947cd66b
GM
3034 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
3035
447f30f6
GM
3036 * mail/rmailout.el (rmail-output-to-rmail-buffer):
3037 Handle empty buffers. (Bug#9978)
3038
0b381c7e
JB
30392011-11-14 Juanma Barranquero <lekktu@gmail.com>
3040
3041 * international/mule.el (define-charset):
3042 * mail/rmailmm.el (rmail-mime-find-header-encoding):
3043 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
3044 * progmodes/verilog-mode.el (verilog-backward-token):
3045 * textmodes/ispell.el (lookup-words):
3046 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
3047
71e027ac
GM
30482011-11-14 Glenn Morris <rgm@gnu.org>
3049
56632ce4
GM
3050 * progmodes/executable.el
3051 (executable-make-buffer-file-executable-if-script-p):
3052 Handle file-modes returning nil.
3053
40500957
GM
3054 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
3055 message - not necessary, and causes problems. (Bug#9831)
3056
071c2340
GM
3057 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
3058
d3cfca60
GM
3059 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
3060
71e027ac
GM
3061 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
3062 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
3063 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
3064
89d61221
MR
30652011-11-12 Martin Rudalics <rudalics@gmx.at>
3066
3067 * window.el (window-resize, delete-window): Use window-splits
3068 variable instead of function.
3069 (window-state-get-1, window-state-put-2, window-state-put):
3070 Don't deal with windows' splits status.
3071
98282f6f
GM
30722011-11-12 Glenn Morris <rgm@gnu.org>
3073
3074 * apropos.el (apropos-do-all, apropos-library, apropos-value)
3075 (apropos-documentation): Doc fixes.
3076
40a8bdf6
JB
30772011-11-11 Juanma Barranquero <lekktu@gmail.com>
3078
3079 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
3080 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
3081
65bd19ff
SM
30822011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
3083
3084 * electric.el (electric-indent-post-self-insert-function): Make it
3085 possible for a char to only indent in some circumstances.
3086 (electric-indent-mode): Simplify.
3087
54f9154c
MR
30882011-11-11 Martin Rudalics <rudalics@gmx.at>
3089
3090 * window.el (windows-with-parameter): Remove unused function.
3091 (windows-at-side): Rename to window-at-side-list.
3092 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
3093 (window-side-check, window-size-ignore, window-size-fixed-1)
3094 (window-in-direction-2): Prefix with "window--".
3095 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 3096
68cbc58b
GM
30972011-11-11 Glenn Morris <rgm@gnu.org>
3098
3099 * subr.el (eval-after-load): If FILE is already loaded,
3100 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
3101
b2621720
GM
31022011-11-10 Glenn Morris <rgm@gnu.org>
3103
9a4de110
GM
3104 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
3105 Call svn via vc-svn-command rather than vc-do-command.
3106 (vc-svn-command): Add --non-interactive. (Bug#9993)
3107 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
3108
b2621720
GM
3109 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3110 Add toggle-read-only. (Bug#7292)
3111 * files.el (toggle-read-only): Mention that it should only
3112 be used interactively. (Bug#10006)
3113
1dce7193
SM
31142011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3115
d9ac1a1e
SM
3116 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3117 Adjust regexp for OCaml warnings.
3118
0c325082
SM
3119 * electric.el (electric-pair-post-self-insert-function): Let user
3120 turn it off buffer-locally (bug#9932).
3121
90132c14
SM
3122 * progmodes/python.el (python-beginning-of-statement):
3123 Rewrite (bug#2703).
3124
1dce7193
SM
3125 * progmodes/compile.el: Better handle TABs (bug#9749).
3126 (compilation-internal-error-properties)
3127 (compilation-next-error-function): Obey the target buffer's
3128 compilation-error-screen-columns.
3129
c4e7c63a
JB
31302011-11-09 Juanma Barranquero <lekktu@gmail.com>
3131
3132 * progmodes/meta-mode.el: Remove obsolete comments.
3133 (meta-right-comment-regexp, meta-ignore-comment-regexp):
3134 Fix typos in docstrings.
3135
2cffd681
MR
31362011-11-09 Martin Rudalics <rudalics@gmx.at>
3137
3138 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 3139 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
3140 (window--resizable): New function. Make all callers of
3141 window-resizable call window--resizable instead.
3142 (window-resizable): Rewrite in terms of window--resizable.
3143
0edcba87
GM
31442011-11-08 Glenn Morris <rgm@gnu.org>
3145
3146 * progmodes/delphi.el (delphi-mode-syntax-table):
3147 Let define-derived-mode define a proper syntax table. (Bug#9994)
3148
4b0d61e3
SM
31492011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3150
3151 * window.el: Stay away from defsubst.
3152 (window-list-no-nils): Remove.
3153 (window-state-get-1, window-state-get): Use backquote instead.
3154
cd394be1 31552011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 3156
4b0d61e3 3157 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 3158 Fix incorrect use of default argument in `completing-read'.
3159
e1c2c6f2
MR
31602011-11-08 Martin Rudalics <rudalics@gmx.at>
3161
3162 * window.el (display-buffer-function, special-display-function):
3163 Mention display-buffer-record-window but do not mention
3164 help-setup parameter in doc-strings.
b3f4a882 3165 (window-min-delta): Fix doc-string typo.
e1c2c6f2 3166
105216ed
CY
31672011-11-08 Chong Yidong <cyd@gnu.org>
3168
3169 * window.el (window-total-height, window-total-width): Doc fix.
3170 (window-body-size): Move from C.
3171 (window-body-height, window-body-width): Move to C.
3172
0a9f9ab5
SM
31732011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3174
3175 * window.el: Make special-display like display-buffer-alist (bug#9532).
3176 (display-buffer--special-action): New function, morphed
3177 from display-buffer--special.
3178 (display-buffer): Use it to handle special-display-buffers at higher
3179 priority (just after display-buffer-alist).
3180 (display-buffer-fallback-action, display-buffer--other-frame-action)
3181 (pop-to-buffer-same-window): Remove display-buffer--special.
3182
a769dd15
GM
31832011-11-07 Glenn Morris <rgm@gnu.org>
3184
3185 * calendar/cal-menu.el (cal-menu-set-date-title):
3186 Do nothing if not in a calendar. (Bug#9976)
3187
05a61ee3
SM
31882011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
3189
3190 * files.el (find-file): Always use selected-window.
3191
be7f5545
MR
31922011-11-07 Martin Rudalics <rudalics@gmx.at>
3193
3194 * window.el (window-combinations): Make WINDOW argument
3195 mandatory. Rewrite doc-string.
3196 (walk-window-subtree, window-atom-check, window-min-delta)
3197 (window-max-delta, window--resize-this-window)
3198 (window--resize-root-window-vertically, window-tree)
3199 (balance-windows, window-state-put): Rewrite doc-strings as to
3200 not mention the term "subwindow".
3201 (window--resize-subwindows-skip-p): Rename to
3202 window--resize-child-windows-skip-p.
3203 (window--resize-subwindows-normal): Rename to
3204 window--resize-child-windows-normal.
3205 (window--resize-subwindows): Rename to
3206 window--resize-child-windows.
3207 (window-or-subwindow-p): Rename to window--in-subtree-p.
3208
3c6702ef
ML
32092011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3210
3211 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
3212 Ensure that mbox format messages end in two newlines (Bug#9974).
3213
49745b39
CY
32142011-11-06 Chong Yidong <cyd@gnu.org>
3215
3216 * window.el (window-combination-p): Function deleted; its
3217 side-effect is not used in any existing code.
3218 (window-combinations, window-combined-p): Call window-*-child
3219 directly.
3220
24300f5f
CY
32212011-11-05 Chong Yidong <cyd@gnu.org>
3222
3223 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
3224 (window-size-ignore, window-state-get): Callers changed.
3225 (window-normalize-window): Rename from window-normalize-any-window.
3226 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 3227 (window-normalize-live-window): Delete.
447f16b8
CY
3228 (window-combination-p, window-combined-p, window-combinations)
3229 (walk-window-subtree, window-atom-root, window-min-size)
3230 (window-sizable, window-sizable-p, window-size-fixed-p)
3231 (window-min-delta, window-max-delta, window-resizable)
3232 (window-resizable-p, window-full-height-p, window-full-width-p)
3233 (window-current-scroll-bars, window-point-1, set-window-point-1)
3234 (window-at-side-p, window-in-direction, window-resize)
3235 (adjust-window-trailing-edge, maximize-window, minimize-window)
3236 (window-deletable-p, delete-window, delete-other-windows)
3237 (record-window-buffer, unrecord-window-buffer)
3238 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
3239 (quit-window, split-window, window-state-put)
3240 (set-window-text-height, fit-window-to-buffer)
3241 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 3242
89bd5ee1
EZ
32432011-11-04 Eli Zaretskii <eliz@gnu.org>
3244
53479029
EZ
3245 * mail/rmail.el (rmail-simplified-subject): Decode subject with
3246 rfc2047-decode-string.
3247 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
3248 warnings.
3249
89bd5ee1
EZ
3250 * window.el (window-body-height, window-body-width): Mention in
3251 the doc string that the return values are in frame's canonical
3252 units. (Bug#9949)
3253
bd17fdee
AM
32542011-11-03 Alan Mackenzie <acm@muc.de>
3255
3256 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
3257 change in cc-engine.el.
3258
acc825c5
SM
32592011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
3260
3261 * window.el (switch-to-buffer): Use `force-same-window' interactively.
3262
1885e5b8
MR
32632011-11-02 Martin Rudalics <rudalics@gmx.at>
3264
3265 * window.el (quit-window): Call unrecord-window-buffer after
3266 showing another buffer in the window. (Bug#9937)
acc825c5 3267 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 3268
ebe06da9
JB
32692011-11-02 Juanma Barranquero <lekktu@gmail.com>
3270
3271 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
3272 Accept status with more than 9 shelves. (Bug#9935)
3273 Reported by Colin D Bennett <colin@gibibit.com>.
3274
4ee88440
MR
32752011-11-01 Martin Rudalics <rudalics@gmx.at>
3276
3277 * help.el (with-help-window): Don't reference
3278 temp-buffer-show-specifiers in doc-string.
3279
08e1d82c
AS
32802011-10-31 Andreas Schwab <schwab@linux-m68k.org>
3281
3282 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
3283 menu-item.
3284
84bd6e9e
VJL
32852011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3286
3287 * whitespace.el: New version 13.2.2.
3288 (whitespace-newline-mode): Disable properly. Reported by Sarah
3289 <EmacsWiki>.
3290
dba0634a
UJ
32912011-10-30 Ulf Jasper <ulf.jasper@web.de>
3292
3293 * net/newst-treeview.el: Remove "Time-stamp".
3294 (newsticker--group-manage-orphan-feeds): Do not call
3295 newsticker--treeview-tree-update.
db22a3c2
JB
3296 (newsticker-treeview-update, newsticker-treeview):
3297 Call newsticker--treeview-tree-update if necessary.
dba0634a 3298
3d8daefe
MR
32992011-10-30 Martin Rudalics <rudalics@gmx.at>
3300
3301 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
3302 (window-iso-combinations): Remove "iso-" infix.
3303 Suggested by Chong Yidong.
3d8daefe
MR
3304 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
3305 (window-max-delta-1, window-resize, window--resize-siblings)
3306 (window--resize-this-window, adjust-window-trailing-edge)
3307 (split-window, balance-windows-1)
3308 (shrink-window-if-larger-than-buffer):
3309 * calendar/calendar.el (calendar-generate-window):
db22a3c2 3310 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 3311
1bc4c3ae
SM
33122011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3313
3314 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
3315 in place (bug#9907).
3316 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
3317 (eshell-rewrite-if-command, eshell-rewrite-for-command)
3318 (eshell-structure-basic-command, eshell-rewrite-while-command)
3319 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
3320 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
3321 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
3322 (eshell-do-pipelines-synchronously, eshell-eval-command):
3323 Use backquotes and prefer setq to set.
3324 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
3325 (eshell-macrop): Use functionp.
c1e2f5fa 3326 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 3327
30b65d9c
CY
33282011-10-30 Chong Yidong <cyd@gnu.org>
3329
3330 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
3331 instead of set-mark (Bug#9810).
3332
2d197ffb
CY
33332011-10-30 Chong Yidong <cyd@gnu.org>
3334
3335 * window.el (split-window-below, split-window-right): Rename from
3336 split-window-above-each-other and split-window-side-by-side
3337 respectively. All callers changed.
3338 (split-window-sensibly, split-window-sensibly): Use them.
3339 (split-window-keep-point): Doc fix.
3340
3341 * isearch.el: Add isearch-scroll property to split-window-below
3342 and split-window-right.
3343
3344 * follow.el (follow-mode):
3345 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
3346 * progmodes/ada-xref.el (ada-gdb-application):
3347 * emulation/vip.el (vip-buffer-in-two-windows):
3348 * image-dired.el (image-dired-dired-with-window-configuration):
3349 * dired-x.el (dired-do-find-marked-files):
3350 * dired.el (dired-pop-to-buffer):
3351 * bs.el (bs--show-with-configuration):
3352 * vc/emerge.el (emerge-setup-windows):
3353 * textmodes/two-column.el (2C-two-columns):
3354 * textmodes/reftex-toc.el (reftex-toc):
3355 * progmodes/gdb-mi.el (gdb-setup-windows):
3356 * progmodes/fortran.el (fortran-window-create):
3357 * net/newst-treeview.el (newsticker--treeview-window-init):
3358 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
3359 * emulation/tpu-edt.el (tpu-gold-map):
3360 * emulation/crisp.el (crisp-mode-map):
3361 * calendar/calendar.el (calendar-basic-setup): Callers changed.
3362
38bb2ca8
CY
33632011-10-29 Chong Yidong <cyd@gnu.org>
3364
aa4de341
CY
3365 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
3366
e1eb5385
CY
3367 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
3368
5d2ece3c
CY
3369 * textmodes/flyspell.el (flyspell-word): Fix char offset for
3370 forged Ispell output (Bug#7904).
3371
38bb2ca8
CY
3372 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
3373
d0af9f77
SM
33742011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3375
3376 * doc-view.el: Avoid ugly errors about not finding nil.
3377 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
3378 (doc-view-dvipdf-program, doc-view-unoconv-program)
3379 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
3380 Avoid nil or absolute file name as default value.
3381 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
3382
52bedd34
AM
33832011-10-28 Alan Mackenzie <acm@muc.de>
3384
db22a3c2 3385 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 3386
7e43cfa5
AM
33872011-10-28 Alan Mackenzie <acm@muc.de>
3388
3389 Amend the handling of c-beginning/end-of-defun in nested declaration
3390 scopes.
3391
52bedd34
AM
3392 * progmodes/cc-vars.el (c-defun-tactic): Move here from
3393 cc-langs.el. Change it to a defcustom.
7e43cfa5 3394
52bedd34
AM
3395 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
3396 cc-vars.el.
7e43cfa5 3397
d0af9f77
SM
3398 * progmodes/cc-engine.el (c-beginning-of-statement-1):
3399 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 3400
52bedd34 3401 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 3402 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
3403 (c-widen-to-enclosing-decl-scope): New function.
3404 (c-while-widening-to-decl-block): New macro.
3405 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
3406 outward for defun boundaries, and correspondingly change symbol
3407 `respect-enclosure' to `go-outward'.
3408 (c-declaration-limits): Change algorithm to report only the "innermost"
3409 defun's boundaries.
3410
1a2ce9ee
DD
34112011-10-28 Deniz Dogan <deniz@dogan.se>
3412
3413 * net/rcirc.el (rcirc-mode): Use hard newlines.
3414
bc97a826
AM
34152011-10-28 Alan Mackenzie <acm@muc.de>
3416
3417 Amend to indent and fontify macros "which include their own semicolon"
3418 correctly, using the "virtual semicolon" mechanism.
3419
52bedd34 3420 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 3421
d0af9f77 3422 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 3423 Recode to scan one line at a time rather than having \n and \r
58179cce 3424 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 3425 (c-forward-label): Amend for virtual semicolons.
58179cce 3426 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 3427
52bedd34
AM
3428 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
3429 of the new C macros.
bc97a826 3430
52bedd34 3431 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
3432 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
3433 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
3434 (c-opt-cpp-macro-define): Make into a full language variable.
3435 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
3436 AWK Mode (including \n, \r) removed, no longer needed.
3437
d0af9f77
SM
3438 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
3439 Invoke c-make-macro-with-semi-re.
bc97a826 3440
52bedd34
AM
3441 * progmodes/cc-vars.el (c-macro-with-semi-re):
3442 (c-macro-names-with-semicolon): New variables.
58179cce 3443 (c-make-macro-with-semi-re): New function.
bc97a826 3444
7a6c0941
SM
34452011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3446
3447 * vc/log-edit.el: Fill empty field rather than adding new one.
3448 (log-edit-add-field): New function.
3449 (log-edit-insert-changelog): Use it.
3450
b0c4cdcf
ML
34512011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3452
3453 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
3454
ee1f1da9
SM
34552011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3456
3457 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
3458 (gdb--check-interpreter): New function.
3459 (gdb): Use it.
3460
51bc5f8b
GM
34612011-10-27 Glenn Morris <rgm@gnu.org>
3462
416a2c45
GM
3463 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
3464 (least-positive-float, least-negative-float)
3465 (least-positive-normalized-float, least-negative-normalized-float)
3466 (float-epsilon, float-negative-epsilon):
3467 Remove unnecessary declarations.
3468
3469 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
3470 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
3471 (least-positive-float, least-negative-float)
3472 (least-positive-normalized-float, least-negative-normalized-float)
3473 (float-epsilon, float-negative-epsilon): Add doc-strings,
3474 based on those in cl.texi.
3475
51bc5f8b
GM
3476 * files.el (set-visited-file-name): If the major-mode changed,
3477 reload the local variables. (Bug#9796)
3478
15de15c6
CY
34792011-10-27 Chong Yidong <cyd@gnu.org>
3480
3481 * subr.el (change-major-mode-after-body-hook): New hook.
3482 (run-mode-hooks): Run it.
3483
ee1f1da9
SM
3484 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3485 Use change-major-mode-before-body-hook.
15de15c6
CY
3486
3487 * simple.el (fundamental-mode):
3488 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
3489 change introducing fundamental-mode-hook.
3490
5430d399
JB
34912011-10-26 Juanma Barranquero <lekktu@gmail.com>
3492
acc825c5 3493 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 3494
ad74a69e
MA
34952011-10-26 Michael Albinus <michael.albinus@gmx.de>
3496
3497 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 3498 tramp.el explicitly. (Bug#7583)
ad74a69e 3499
71d4c2a5
SM
35002011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3501
3502 * progmodes/octave-mod.el:
3503 * progmodes/octave-inf.el: Update maintainer.
3504
b1f6fa26
CY
35052011-10-26 Chong Yidong <cyd@gnu.org>
3506
3507 * subr.el (with-wrapper-hook): Rewrite doc.
3508
3f04efd6
MA
35092011-10-25 Michael Albinus <michael.albinus@gmx.de>
3510
3511 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 3512 filenames "/method:foo:". (Bug#9793)
3f04efd6 3513
410488d3
SM
35142011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3515
3516 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
3517 (bug#9865).
3518
c1ebb47e
GM
35192011-10-24 Glenn Morris <rgm@gnu.org>
3520
3521 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
3522
7f5c46c7
MA
35232011-10-24 Michael Albinus <michael.albinus@gmx.de>
3524
3525 * notifications.el: Add the requirement of a running D-Bus session
3526 bus to the Commentary.
3527
db2440b6
JL
35282011-10-24 Juri Linkov <juri@jurta.org>
3529
3530 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
3531 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
3532 (Bug#9364)
3533
feecf435
JL
35342011-10-24 Juri Linkov <juri@jurta.org>
3535
3536 * info.el (Info-following-node-name-re): Add newline to the list
3537 of allowed characters for leading space. (Bug#9824)
3538
a3839de2
SM
35392011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3540
acc825c5
SM
3541 * progmodes/octave-inf.el (inferior-octave-mode-map):
3542 Fix C-c C-h binding.
a3839de2
SM
3543 * progmodes/octave-mod.el (octave-help): Remove.
3544
09388e76
MA
35452011-10-23 Michael Albinus <michael.albinus@gmx.de>
3546
3547 Sync with Tramp 2.2.3.
3548
3549 * net/tramp-cache.el (top): Pacify byte-compiler using
3550 `init-file-user' and `site-run-file'.
3551
3552 * net/trampver.el: Update release number.
3553
86c60681
CY
35542011-10-23 Chong Yidong <cyd@gnu.org>
3555
3556 * files.el (toggle-read-only): Remove obsolete comment about
3557 version control.
3558
3559 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
3560 for toggle-read-only. Note that this hasn't called vc-next-action
3561 since 2008-05-02, though it wasn't documented at the time.
3562
a3839de2
SM
3563 * vc/ediff-init.el (ediff-toggle-read-only-function):
3564 Use toggle-read-only.
86c60681 3565
cd5495ff
AM
35662011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
3567
3568 Fix bug #9560, sporadic wrong indentation; improve instrumentation
3569 of c-parse-state.
3570
00b77525 3571 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 3572 correct faulty logical expression.
cd5495ff
AM
3573 (c-parse-state-state, c-record-parse-state-state):
3574 (c-replay-parse-state-state): New defvar/defuns.
3575 (c-debug-parse-state): Use new functions.
3576
42ee24ed
MR
35772011-10-22 Martin Rudalics <rudalics@gmx.at>
3578
3579 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 3580 last fix. Use window-in-direction correctly.
42ee24ed 3581
a7dee7e7
CY
35822011-10-21 Chong Yidong <cyd@gnu.org>
3583
3584 * progmodes/idlwave.el (idlwave-mode):
3585 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
3586 require-final-newline; that's done in prog-mode.
3587 Suggested by Stefan Monnier.
a7dee7e7 3588
e07b9a6d
MR
35892011-10-21 Martin Rudalics <rudalics@gmx.at>
3590
3591 * mouse.el (mouse-drag-window-above)
3592 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
3593 (mouse-drag-mode-line-1, mouse-drag-header-line)
3594 (mouse-drag-vertical-line-rightward-window): Remove.
3595 (mouse-drag-line): New function.
3596 (mouse-drag-mode-line, mouse-drag-header-line)
3597 (mouse-drag-vertical-line): Call mouse-drag-line.
3598 * window.el (window-at-side-p, windows-at-side): New functions.
3599
7e1361d9
UM
36002011-10-21 Ulrich Mueller <ulm@gentoo.org>
3601
3602 * tar-mode.el (tar-grind-file-mode):
3603 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
3604
30fcaf3a
CY
36052011-10-21 Chong Yidong <cyd@gnu.org>
3606
3607 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
3608 * progmodes/vera-mode.el (vera-mode):
3609 Use mode-require-final-newline.
30fcaf3a 3610
516eddb0
GM
36112011-10-20 Glenn Morris <rgm@gnu.org>
3612
db22a3c2 3613 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 3614
10d5f513
CS
36152011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
3616
3617 * emulation/cua-base.el (cua-set-mark): Fix case of string.
3618
ac6c8639
CY
36192011-10-20 Chong Yidong <cyd@gnu.org>
3620
3621 * emulation/cua-base.el (cua-mode):
3622 * mail/footnote.el (footnote-mode):
3623 * mail/mailabbrev.el (mail-abbrevs-mode):
3624 * net/xesam.el (xesam-minor-mode):
3625 * progmodes/bug-reference.el (bug-reference-mode):
3626 * progmodes/cap-words.el (capitalized-words-mode):
3627 * progmodes/compile.el (compilation-minor-mode)
3628 (compilation-shell-minor-mode):
3629 * progmodes/gud.el (gud-tooltip-mode):
3630 * progmodes/hideif.el (hide-ifdef-mode):
3631 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
3632 * progmodes/subword.el (subword-mode):
3633 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
3634 * progmodes/which-func.el (which-function-mode):
3635 * term/tvi970.el (tvi970-set-keypad-mode):
3636 * term/vt100.el (vt100-wide-mode):
3637 * textmodes/flyspell.el (flyspell-mode):
3638 * textmodes/ispell.el (ispell-minor-mode):
3639 * textmodes/nroff-mode.el (nroff-electric-mode):
3640 * textmodes/paragraphs.el (use-hard-newlines):
3641 * textmodes/refill.el (refill-mode):
3642 * textmodes/reftex.el (reftex-mode):
3643 * textmodes/rst.el (rst-minor-mode):
3644 * textmodes/sgml-mode.el (html-autoview-mode)
3645 (sgml-electric-tag-pair-mode):
3646 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
3647 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
3648 * emulation/crisp.el (crisp-mode):
3649 * emacs-lisp/eldoc.el (eldoc-mode):
3650 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
3651 minor mode behavior.
3652
aa42ab43
JL
36532011-10-19 Juri Linkov <juri@jurta.org>
3654
3655 * descr-text.el (describe-char): Add #x2010 and #x2011 to
3656 the list of hard-coded chars with escape-glyph face.
3657
89400f1d
SM
36582011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3659
3660 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
3661
305c07f6
MA
36622011-10-19 Michael Albinus <michael.albinus@gmx.de>
3663
3664 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
3665 running process.
3666
13754b54
GM
36672011-10-19 Glenn Morris <rgm@gnu.org>
3668
3669 * vc/vc-bzr.el (vc-bzr-after-dir-status):
3670 Ignore ignored files. (Bug#9726)
3671
06e21633
CY
36722011-10-19 Chong Yidong <cyd@gnu.org>
3673
3674 Doc fix for minor modes, stating that an omitted argument enables
3675 the mode unconditionally when called from Lisp.
3676
3677 * abbrev.el (abbrev-mode):
3678 * allout.el (allout-mode):
3679 * autoinsert.el (auto-insert-mode):
3680 * autoarg.el (autoarg-mode, autoarg-kp-mode):
3681 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
3682 (global-auto-revert-mode):
3683 * battery.el (display-battery-mode):
3684 * composite.el (global-auto-composition-mode)
3685 (auto-composition-mode):
3686 * delsel.el (delete-selection-mode):
3687 * desktop.el (desktop-save-mode):
3688 * dired-x.el (dired-omit-mode):
3689 * dirtrack.el (dirtrack-mode):
3690 * doc-view.el (doc-view-minor-mode):
3691 * double.el (double-mode):
3692 * electric.el (electric-indent-mode, electric-pair-mode):
3693 * emacs-lock.el (emacs-lock-mode):
3694 * epa-hook.el (auto-encryption-mode):
3695 * follow.el (follow-mode):
3696 * font-core.el (font-lock-mode):
3697 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
3698 * help.el (temp-buffer-resize-mode):
3699 * hilit-chg.el (highlight-changes-mode)
3700 (highlight-changes-visible-mode):
3701 * hi-lock.el (hi-lock-mode):
3702 * hl-line.el (hl-line-mode, global-hl-line-mode):
3703 * icomplete.el (icomplete-mode):
3704 * ido.el (ido-everywhere):
3705 * image-file.el (auto-image-file-mode):
3706 * image-mode.el (image-minor-mode):
3707 * iswitchb.el (iswitchb-mode):
3708 * jka-cmpr-hook.el (auto-compression-mode):
3709 * linum.el (linum-mode):
3710 * longlines.el (longlines-mode):
3711 * master.el (master-mode):
3712 * mb-depth.el (minibuffer-depth-indicate-mode):
3713 * menu-bar.el (menu-bar-mode):
3714 * minibuf-eldef.el (minibuffer-electric-default-mode):
3715 * mouse-sel.el (mouse-sel-mode):
3716 * msb.el (msb-mode):
3717 * mwheel.el (mouse-wheel-mode):
3718 * outline.el (outline-minor-mode):
3719 * paren.el (show-paren-mode):
3720 * recentf.el (recentf-mode):
3721 * reveal.el (reveal-mode, global-reveal-mode):
3722 * rfn-eshadow.el (file-name-shadow-mode):
3723 * ruler-mode.el (ruler-mode):
3724 * savehist.el (savehist-mode):
3725 * scroll-all.el (scroll-all-mode):
3726 * scroll-bar.el (scroll-bar-mode):
3727 * server.el (server-mode):
3728 * shell.el (shell-dirtrack-mode):
3729 * simple.el (auto-fill-mode, transient-mark-mode)
3730 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
3731 (line-number-mode, column-number-mode, size-indication-mode)
3732 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
3733 * strokes.el (strokes-mode):
3734 * time.el (display-time-mode):
3735 * t-mouse.el (gpm-mouse-mode):
3736 * tool-bar.el (tool-bar-mode):
3737 * tooltip.el (tooltip-mode):
3738 * type-break.el (type-break-mode-line-message-mode)
3739 (type-break-query-mode):
3740 * view.el (view-mode):
3741 * whitespace.el (whitespace-mode, whitespace-newline-mode)
3742 (global-whitespace-mode, global-whitespace-newline-mode):
3743 * xt-mouse.el (xterm-mouse-mode): Doc fix.
3744
a3839de2
SM
3745 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3746 Fix autogenerated docstring.
06e21633 3747
5214e501
JL
37482011-10-19 Juri Linkov <juri@jurta.org>
3749
3750 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
3751 by checking environment variables "DESKTOP_SESSION" and
3752 "XDG_CURRENT_DESKTOP". (Bug#9779)
3753
195f8db9
JL
37542011-10-19 Juri Linkov <juri@jurta.org>
3755
3756 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
3757 (browse-url-chromium-program, browse-url-chromium-arguments):
3758 New defcustoms.
3759 (browse-url-default-browser): Check for `browse-url-chromium' and
3760 call `browse-url-chromium-program'.
3761 (browse-url-chromium): New command. (Bug#9779)
3762
343a34ff
JB
37632011-10-18 Juanma Barranquero <lekktu@gmail.com>
3764
3765 * facemenu.el (list-colors-duplicates): On Windows, detect more
3766 duplicates by assuming that only colors matching "^System" are
3767 special "system colors". (Bug#9722)
3768
6978a151
SM
37692011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3770
3771 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
3772 to distinguish the author from the committer.
3773
6a80b297
MA
37742011-10-18 Michael Albinus <michael.albinus@gmx.de>
3775
3776 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
3777
b31a5677
JK
37782011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
3779
3780 * international/mule.el (sgml-html-meta-auto-coding-function):
3781 Add support for detecting encoding in HTML5 specified only as
3782 <meta charset="UTF-8">. Implementation just makes http-equiv and
3783 content-type parts from HTML4 encoding string optional. (Bug#9716)
3784
80c6d77f
GM
37852011-10-18 Glenn Morris <rgm@gnu.org>
3786
3787 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
3788
08b0fee8
CY
37892011-10-18 Chong Yidong <cyd@gnu.org>
3790
3791 * faces.el (cursor): Doc fix.
3792
67e729a5
CY
37932011-10-17 Chong Yidong <cyd@gnu.org>
3794
3795 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
3796
343a34ff 37972011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
3798
3799 * dirtrack.el (dirtrack): Support shell buffers with path
3800 prefixes, e.g. tramp-based remote shells. (Bug#9647)
3801
0bc06380
TZ
38022011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
3803
3804 * json.el: Bump version to 1.3 and note change in History.
3805 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
3806
8b79f3e0
SM
38072011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
3808
5a7c536b
SM
3809 * comint.el (comint-insert-input, comint-send-input)
3810 (comint-get-old-input-default, comint-backward-matching-input)
3811 (comint-next-prompt): Use nil instead of `input' for field property of
3812 past user input (bug#114).
3813
96a8a0df
SM
3814 * minibuffer.el (completion--replace): Inherit surrounding properties
3815 (bug#114).
3816 (minibuffer-complete-and-exit): Use it.
3817
8b79f3e0
SM
3818 * comint.el (comint--table-subvert): Quote the all-completions output
3819 (bug#9160).
3820
b8f7ff0d
MR
38212011-10-17 Martin Rudalics <rudalics@gmx.at>
3822
8b79f3e0 3823 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 3824
b8f7ff0d 3825 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 3826 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
3827 entries and separate them from frame entries.
3828
c235b555
GM
38292011-10-15 Glenn Morris <rgm@gnu.org>
3830
3831 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
3832 Doc fixes.
3833
6bbfa6e1
CY
38342011-10-15 Chong Yidong <cyd@stupidchicken.com>
3835
8b79f3e0
SM
3836 * net/network-stream.el (network-stream-open-starttls):
3837 Improve detection of failure due to lack of TLS support.
ec5c990d 3838
6bbfa6e1
CY
3839 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
3840 putting the input text in front and in bold.
3841
98488977
SM
38422011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
3843
3d1337be
SM
3844 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
3845
ee0b45e4
SM
3846 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
3847 empty buffer.
3848
98488977
SM
3849 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
3850 unread-command-events rather than pushing yet-another event.
3851
186f4720
EZ
38522011-10-14 Eli Zaretskii <eliz@gnu.org>
3853
3854 * mail/sendmail.el (sendmail-query-once): Improve the wording of
3855 the explanation of the possible choices. Make the options passed
3856 to completing-read shorter.
3857
8b7a997c
AM
38582011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3859
3860 * textmodes/flyspell.el (flyspell-large-region): Make sure
3861 extended character mode is used if defined (Bug#1339).
3862
12587bbb
EZ
38632011-10-13 Eli Zaretskii <eliz@gnu.org>
3864
3865 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
3866 character info for LRE, LRO, RLE, and RLO characters by appending
3867 an invisible PDF.
12587bbb 3868
bad41229
SM
38692011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
3870
3871 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
3872 even in case of error; add debug spec; simplify data flow.
3873 (with-timeout-handler): Remove.
3874
28dbc92f
MA
38752011-10-12 Michael Albinus <michael.albinus@gmx.de>
3876
3877 Fix Bug#6019, Bug#9315.
3878
3879 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
3880 complete `buffer-file-name', the local file name part could look
3881 remotely (for example on VMS).
3882
3883 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
3884 `tramp-run-real-handler'.
3885 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
3886 already quoted by '"'.
3887
3888 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
3889 Let `file-name-handler-alist' be nil, the local file name part
3890 could look remotely (for example on VMS).
3891
e1b0b23a
SM
38922011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3893
3894 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
3895 from here...
3896 (flyspell-post-command-hook): ...to here.
3897
a120bde9
SM
38982011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3899
3900 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
3901 if not needed.
3902 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
3903 using completion. Protect against "slow" callers.
3904 Remove the "message hack".
3905
7ce7717b
JL
39062011-10-11 Juri Linkov <juri@jurta.org>
3907
3908 * isearch.el (isearch-lazy-highlight-word): New variable.
3909 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
3910 Use it. (Bug#9727)
3911
c02ee9d6
GM
39122011-10-11 Glenn Morris <rgm@gnu.org>
3913
3914 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
3915 like f90-previous-statement does.
3916
93e616fd 39172011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3918
1f190e73 3919 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
3920 only in interactive use, to avoid error.
3921
af7b6078
SM
39222011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3923
3924 * minibuffer.el (completion-file-name-table): Fix last change,
3925 i.e. ignore normal errors but not the other ones.
3926
0563dae9
MR
39272011-10-10 Martin Rudalics <rudalics@gmx.at>
3928
3929 * window.el (special-display-buffer-names)
3930 (special-display-regexps): Remove some remnants of earlier
3931 changes from doc-strings.
366ca7f3
MR
3932 (quit-windows-on): New function.
3933
3934 * vc/vc.el (vc-revert, vc-rollback):
3935 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
3936 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 3937 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 3938
49677495
MR
39392011-10-09 Martin Rudalics <rudalics@gmx.at>
3940
3941 * window.el (frame-auto-hide-function): Add version tag.
3942 (Bug#9699)
3943
56f2d1e1
MA
39442011-10-09 Michael Albinus <michael.albinus@gmx.de>
3945
3946 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
3947 condition.
3948
112a6592
LL
39492011-10-09 Leo Liu <sdl.web@gmail.com>
3950
3951 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
3952 (Bug#9701)
3953
0812589b
GM
39542011-10-08 Glenn Morris <rgm@gnu.org>
3955
3956 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
3957 before the first code statement zero indent. (Bug#9690)
3958
b2b0776e
CY
39592011-10-08 Chong Yidong <cyd@stupidchicken.com>
3960
3961 * simple.el (count-words-region): Always count in the region.
3962 Report the number of lines and characters too.
3963 (count-words): New command, which counts in the buffer if the
3964 region is inactive, as count-words-region used to.
3965 (count-words--message): New function. Handle plurals.
3966 (count-lines-region): Make it an alias for count-words-region.
3967
3968 * bindings.el (esc-map): Replace count-lines-region with
3969 count-words-region.
3970
c557cd6b
MR
39712011-10-08 Martin Rudalics <rudalics@gmx.at>
3972
3973 * window.el (window--delete): Delete dedicated frame
3974 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 3975 (switch-to-buffer): Fix doc-string typo.
c557cd6b 3976
61a57ef4 39772011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3978
3a7d293b 3979 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 3980
c3833279
CY
39812011-10-07 Chong Yidong <cyd@stupidchicken.com>
3982
3983 * bindings.el ([M-left],[M-right]): Bind to left-word and
3984 right-word respectively.
3985
21ce8245
GM
39862011-10-07 Glenn Morris <rgm@gnu.org>
3987
3988 * cus-start.el (debug-on-quit): Fix custom type.
3989
6d823bb2
LMI
39902011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3991
0181e193
LMI
3992 * subr.el (define-key-after): Clarify that the function is not
3993 useful for non-menu keymaps.
3994
6d823bb2
LMI
3995 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
3996
8e3459ce 39972011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3998
21ce8245 3999 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 4000 in current minibuffer (Fix bug with recursive minibuffers).
4001
a1c2d21e
CY
40022011-10-06 Chong Yidong <cyd@stupidchicken.com>
4003
4004 * progmodes/gdb-mi.el (gdb): Doc fix.
4005
5a4cf282
MR
40062011-10-05 Martin Rudalics <rudalics@gmx.at>
4007
4008 * window.el (frame-auto-hide-function): New option replacing
4009 frame-auto-delete. Suggested by Stefan Monnier.
4010 (window--delete): Call frame-auto-hide-function instead of
4011 investigating frame-auto-delete.
c96111ea
MR
4012 (window-point-1, set-window-point-1): New functions.
4013 (window-in-direction, record-window-buffer, window-state-get-1)
4014 (display-buffer-record-window): Use window-point-1 instead of
4015 window-point.
4016 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 4017
9854542e
SM
40182011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
4019
4020 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
4021
8943cfb0
GM
40222011-10-05 Glenn Morris <rgm@gnu.org>
4023
4024 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
4025 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
4026
647ab967
LL
40272011-10-05 Leo Liu <sdl.web@gmail.com>
4028
4029 * subr.el (read-char-choice): Fix argument to buffer-live-p which
4030 works with buffer object.
4031
3ddfbced
SM
40322011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
4033
4034 * mpc.el (mpc-tool-bar-map): Add labels.
4035
bdfa5dd2
GM
40362011-10-04 Glenn Morris <rgm@gnu.org>
4037
4038 * calendar/holidays.el (calendar-check-holidays): Doc fix.
4039
0e2070b5
MR
40402011-10-04 Martin Rudalics <rudalics@gmx.at>
4041
4042 * window.el (window--delete): New function.
4043 (frame-auto-delete): Resuscitate option.
4044 (bury-buffer, replace-buffer-in-windows)
4045 (quit-window): Rewrite using window--delete.
4046 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
4047 Pass display-buffer-mark-dedicated to window--display-buffer-2
4048 (Bug#9639).
4049
3dc61a09
SM
40502011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4051
915a9b64
SM
4052 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
4053 returns a list (bug#9554). Add remote file name completion.
4054 * comint.el (comint--table-subvert): Curry and get quote&unquote
4055 functions as arguments.
4056 (comint--complete-file-name-data): Adjust call accordingly.
4057 * pcomplete.el (pcomplete--table-subvert): Remove.
4058 (pcomplete-completions-at-point): Use comint--table-subvert instead.
4059
3dc61a09
SM
4060 * minibuffer.el (completion-table-case-fold): Use currying.
4061 (completion--styles-type, completion--cycling-threshold-type):
4062 New constants.
4063 (completion-styles, completion-category-overrides)
4064 (completion-cycle-threshold): Use them.
4065 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
4066 completion-table-case-fold.
4067
8ea0a993
SB
40682011-10-03 Stephen Berman <stephen.berman@gmx.net>
4069
4070 * minibuffer.el (completion-category-overrides): Fix type of styles
4071 and add more user friendly tags (bug#9660).
4072
8c24b7f6
SM
40732011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4074
4075 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
4076 (mule-input-method-string): New widget.
4077 (default-input-method, language-info-custom-alist): Use it.
4078
428fe61a
SM
40792011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
4080
32c1fffd
SM
4081 * pcomplete.el: Require comint.
4082 (pcomplete--common-suffix): Remove.
4083 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
4084 (pcomplete--table-subvert): Sync with comint--table-subvert.
4085 (pcomplete--entries): Use comint-completion-file-name-table.
4086 * comint.el (comint-unquote-filename): Simplify.
4087 (comint-completion-file-name-table): New function (bug#9616).
4088 (comint--complete-file-name-data): Use it.
4089
428fe61a
SM
4090 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
4091 (pcmpl-gnu-tar-buffer): Remove.
4092 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
4093 around. Make sure pcomplete-suffix-list is only changed temporarily.
4094 Don't look inside the tar's file if it's too large.
428fe61a 4095
04c52e2f
CY
40962011-10-01 Chong Yidong <cyd@stupidchicken.com>
4097
ce3cefcc
CY
4098 * cus-edit.el (custom-mode-map):
4099 * epa.el (epa-key-list-mode-map):
4100 * man.el (Man-mode-map):
4101 * startup.el (splash-screen-keymap):
4102 * simple.el (special-mode-map): Use scroll-up-command and
4103 scroll-down-command.
4104
4105 * progmodes/idlw-help.el (idlwave-help-mode-map):
4106 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
4107 * net/newst-plainview.el (newsticker-mode-map):
4108 * emulation/ws-mode.el (wordstar-mode-map):
4109 * emulation/vi.el (vi-com-map):
4110 * calc/calc-graph.el (calc-graph-show-dumb):
4111 * term/sun.el (terminal-init-sun):
4112 * term/ns-win.el (global-map):
4113 * progmodes/grep.el (grep-mode-map):
4114 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
4115 * mail/rmail.el (rmail-mode-map):
4116 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
4117
04c52e2f
CY
4118 * custom.el (custom-safe-themes, load-theme): Treat value of t for
4119 custom-safe-themes as special.
4120
79adf8c8
JD
41212011-10-01 Julien Danjou <julien@danjou.info>
4122
4123 * notifications.el (notifications-notify): Fix docstring.
4124
63bd50d3
PS
41252011-10-01 Per Starbäck <per@starback.se>
4126
4127 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
4128
199e4c7e
MR
41292011-09-30 Martin Rudalics <rudalics@gmx.at>
4130
4131 * startup.el (command-line-1): Fix last fix by inserting
4132 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 4133 (Bug#9605) and (Bug#9636)
199e4c7e 4134
fe5f08dd
EZ
41352011-09-29 Eli Zaretskii <eliz@gnu.org>
4136
4137 * simple.el (line-move): If auto-hscroll-mode is disabled and the
4138 window is hscrolled, move by logical lines. (Bug#9607)
4139 (line-move-visual): Update the doc string to the above effect.
4140
b5516bbd
MR
41412011-09-29 Martin Rudalics <rudalics@gmx.at>
4142
ccee00c0
MR
4143 * window.el (display-buffer-record-window): When WINDOW is the
4144 selected window use `point' instead of `window-point'. (Bug#9626)
4145
b5516bbd
MR
4146 * startup.el (command-line-1): Use insert-before-markers when
4147 inserting initial-scratch-message. (Bug#9605)
ccee00c0 4148
b5516bbd
MR
4149 * help.el (help-window): Remove variable.
4150
52aa0014
GM
41512011-09-29 Glenn Morris <rgm@gnu.org>
4152
4153 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
4154
df9a7357
JB
41552011-09-29 Juanma Barranquero <lekktu@gmail.com>
4156
4157 * descr-text.el (describe-char-categories): Accept category
4158 descriptions more than one line long.
4159
a8406c20
SM
41602011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4161
88d9610c
SM
4162 * simple.el (delete-trailing-whitespace): Fix last change.
4163
a5daf810
SM
4164 * progmodes/perl-mode.el (perl-syntax-propertize-function):
4165 Don't confuse "y => 3" as the beginning of a `y' operation.
4166
a8406c20
SM
4167 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
4168 object has more than 4 slots (bug#9613).
4169
a239d4e9
JB
41702011-09-28 Juanma Barranquero <lekktu@gmail.com>
4171
4172 * subr.el (with-output-to-temp-buffer):
4173 * net/quickurl.el (quickurl, quickurl-browse-url):
4174 Fix typos in docstrings.
4175
693fbdb6
EZ
41762011-09-27 Eli Zaretskii <eliz@gnu.org>
4177
4178 * minibuffer.el (completion-styles)
4179 (completion-category-overrides): Cross reference each other in doc
4180 strings.
4181
8b457e28
GM
41822011-09-27 Glenn Morris <rgm@gnu.org>
4183
4184 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
4185 to split-string. (Bug#9606)
4186
85a16208
LMI
41872011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4188
4189 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
4190 (bug#9615).
4191
502f9ebd
CY
41922011-09-27 Chong Yidong <cyd@stupidchicken.com>
4193
4194 * emacs-lisp/package.el (list-packages): Fix echo area message.
4195
7690bdea
LL
41962011-09-27 Leo Liu <sdl.web@gmail.com>
4197
4198 * ido.el (ido-read-internal): Accept cons cell HIST arg.
4199
e2ee6f30
MA
42002011-09-25 Michael Albinus <michael.albinus@gmx.de>
4201
4202 * net/dbus.el (dbus-unregister-object): Don't release services for
4203 registered signals. (Bug#9581)
4204
f3f98342
TZ
42052011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4206
4207 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
4208 function that picks between cfengine 2 and 3 support
4209 automatically. Update docs accordingly.
4210
dd7aa8dd
KH
42112011-09-22 Kenichi Handa <handa@m17n.org>
4212
4213 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
4214 ZERO.
4215 (indian-itrans-v5-table-for-tamil): New variable.
4216 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
4217
3f2b07f8
KM
42182011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
4219
4220 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
4221 that's true if the current command involved collapsing of text.
4222 It's reset to false at the beginning of the next command.
4223 (allout-post-command-business): Move the cursor to the beginning
4224 of entry if the cursor is hidden and collapsing activity just
4225 happened.
4226
371d6a61
CY
42272011-09-24 Chong Yidong <cyd@stupidchicken.com>
4228
4229 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
4230 tracking (Bug#9541).
4231
2ac2721a
UJ
42322011-09-24 Ulf Jasper <ulf.jasper@web.de>
4233
4234 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
4235 (newsticker-show-news): Automatically load html rendering package
4236 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
4237 because w3m-fill-column is let-bound" and the error "Symbol's value
4238 as variable is void: w3m-fill-column".
2ac2721a 4239
fac7ae53
MA
42402011-09-24 Michael Albinus <michael.albinus@gmx.de>
4241
4242 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
4243 Release services only if they are defined. (Bug#9581)
4244
e08b633b
RS
42452011-09-23 Richard Stallman <rms@gnu.org>
4246
e488d29c
RS
4247 * textmodes/paragraphs.el (forward-sentence): For backwards case,
4248 distinguish start of paragraph from start of its text.
4249
19c38752
RS
4250 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
4251
e08b633b
RS
4252 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
4253 (rmail-generate-viewer-buffer): Put that hook on view buffer.
4254 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
4255
0a39f27e
AS
42562011-09-23 Andreas Schwab <schwab@linux-m68k.org>
4257
4258 * international/mule-diag.el (mule-diag): Insert a newline after
4259 each fontset description.
4260
db4e950d
SM
42612011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4262
4263 * simple.el (delete-trailing-whitespace):
4264 Document last change; simplify.
4265
eca3f3ea
PW
42662011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
4267
d68e189a
PW
4268 * simple.el (delete-trailing-whitespace): Also delete
4269 extra newlines at the end of the buffer.
4270
eca3f3ea
PW
4271 * textmodes/picture.el: Make motion commands obey shift-select-mode.
4272 (picture-newline): Use forward-line so as to ignore fields.
4273
01c157cc
SM
42742011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4275
4276 * subr.el (with-wrapper-hook): Fix edebug spec.
4277
022de23e
LMI
42782011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4279
4280 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
4281 (bug#4538).
4282
91683089
MA
42832011-09-23 Michael Albinus <michael.albinus@gmx.de>
4284
eca3f3ea
PW
4285 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
4286 Fix nasty bug using wrong cached values.
91683089 4287
5bdd6fa4
AM
42882011-09-23 Alan Mackenzie <acm@muc.de>
4289
4290 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
4291
97adfb97
CY
42922011-09-23 Chong Yidong <cyd@stupidchicken.com>
4293
4294 * window.el (pop-to-buffer): Ensure right window is selected if we
4295 chose another frame.
4296
d4ef2b50
EZ
42972011-09-22 Eli Zaretskii <eliz@gnu.org>
4298
4299 * simple.el (what-cursor-position): Use get-char-property-change
4300 and next-single-char-property-change, to be able to show display
4301 properties that come from overlays as well as text properties.
4302
72258fe5
CY
43032011-09-22 Chong Yidong <cyd@stupidchicken.com>
4304
4305 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
4306
4307 * cmuscheme.el (run-scheme, switch-to-scheme):
4308 * cus-edit.el (customize-group, custom-buffer-create)
4309 (customize-browse):
4310 * info.el (info):
4311 * shell.el (shell):
4312 * mail/sendmail.el (mail):
4313 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
4314
8f098516
RS
43152011-09-22 Richard Stallman <rms@gnu.org>
4316
4317 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
4318 move back only to line beg, don't move back over blank lines.
4319
e74f1bb6
MA
43202011-09-22 Michael Albinus <michael.albinus@gmx.de>
4321
4322 * files.el (copy-directory): Set directory attributes only in case
4323 they could be retrieved from the source directory. (Bug#9565)
4324
bfeef8b6
DK
43252011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
4326
4327 * progmodes/hideshow.el (hs-looking-at-block-start-p)
4328 (hs-find-block-beginning, hs-hide-level-recursive):
4329 Ignore strings as well as comments. (Bug#9502)
4330
7e423bb8
AS
43312011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
4332
4333 * progmodes/sql.el (sql-comint-postgres):
4334 Convert port number to a string. (Bug#9566)
4335
b4d72fcf
MR
43362011-09-22 Martin Rudalics <rudalics@gmx.at>
4337
4338 * window.el (quit-window): Undedicate window when switching to
4339 previous buffer. Reported by Thierry Volpiatto
4340 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
4341 (special-display-popup-frame): When popping up a new frame reset
4342 its previous buffers to nil. Simplify code.
b4d72fcf 4343
a7b88dc6
MA
43442011-09-21 Michael Albinus <michael.albinus@gmx.de>
4345
4346 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
4347 and process filter, as done also in `shell-command'.
4348
cf4eacfd
MR
43492011-09-21 Martin Rudalics <rudalics@gmx.at>
4350
eca3f3ea 4351 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
4352 Call set-window-start with NOFORCE argument t.
4353 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
4354 (quit-window): Reword doc-string. Handle new format of
4355 quit-restore parameter. Don't delete window if it has a
4356 previous buffer we can show instead of the present one.
4357 (display-buffer-record-window): Rewrite using a new format for
4358 the quit-restore window parameter
4359 (special-display-popup-frame, display-buffer-same-window)
4360 (display-buffer-reuse-window, display-buffer-pop-up-frame)
4361 (display-buffer-pop-up-window, display-buffer-use-some-window):
4362 Adapt symbol passed to display-buffer-record-window.
4363 * help.el (help-window-setup): Handle new format of quit-restore
4364 parameter.
4365
8d28cb95
SM
43662011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4367
94ab793f
SM
4368 * faces.el (face-list): Fix docstring (bug#9564).
4369
8d28cb95
SM
4370 * window.el (display-buffer--action-function-custom-type):
4371 Don't include internal functions in the Custom interface.
4372
3820edeb
JL
43732011-09-20 Juri Linkov <juri@jurta.org>
4374
4375 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
4376 (Info-forward-node, Info-backward-node, Info-next-preorder)
4377 (Info-last-preorder): Use it. (Bug#9528)
4378
5147931d
JL
43792011-09-20 Juri Linkov <juri@jurta.org>
4380
4381 * info.el (Info-last-preorder): Visit last menu item only when
4382 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
4383
cf499a1a
JD
43842011-09-20 Julien Danjou <julien@danjou.info>
4385
4386 * password-cache.el (password-cache-remove): Remove entries even if the
4387 value is nil, so that password with a nil value (negative caching) is
4388 possible to invalidate.
4389
f84e2fe2
LM
43902011-09-20 Lawrence Mitchell <wence@gmx.li>
4391
4392 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
4393 all whitespace around breakpoint. (Bug#9553)
4394 (f90-find-breakpoint): Only break at whitespace inside a comment.
4395
78054a46
SM
43962011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
4397
4398 * minibuffer.el (completion-file-name-table): Keep track of errors.
4399 (completion-table-with-predicate): Handle the case where pred1 is nil.
4400 * pcomplete.el (pcomplete-completions-at-point): Simplify.
4401
345083b2
SM
44022011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4403
e24e27be
SM
4404 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
4405 (debugger-return-value): Signal an error if the debugging context does
4406 not await any return value.
4407
345083b2
SM
4408 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
4409 * image-mode.el (image-toggle-display-text)
4410 (image-toggle-display-image): Stay away from evil `intangible'.
4411
08d355e3
LL
44122011-09-19 Leo Liu <sdl.web@gmail.com>
4413
4414 * replace.el (occur-revert-arguments): Make it permanent-local.
4415 (occur-mode): Don't call font-lock-defontify.
4416
f01da43f
CY
44172011-09-19 Chong Yidong <cyd@stupidchicken.com>
4418
4419 * net/ldap.el (ldap-search-internal): Don't push empty search
4420 result (Bug#9508).
4421
b6072fa6
SM
44222011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4423
4424 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
4425
443d6696
MA
44262011-09-19 Michael Albinus <michael.albinus@gmx.de>
4427
4428 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
4429 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
4430
7cc6e154
JL
44312011-09-18 Juri Linkov <juri@jurta.org>
4432
4433 * buff-menu.el (Buffer-menu-mode-map):
4434 * dired.el (dired-mode-map):
4435 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
4436 (lisp-interaction-mode-map):
4437 * emacs-lisp/package.el (package-menu-mode-map):
4438 * epa.el (epa-key-list-mode-map):
4439 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
4440 (menu-bar-options-menu):
4441 * outline.el (outline-mode-menu-bar-map):
4442 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
4443 * vc/vc-dir.el (vc-dir-menu-map):
4444 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
4445 Capitalize non-function content words in menu item strings.
4446
4447 * dired.el (dired-mode-map): Add menu item for
4448 `image-dired-dired-toggle-marked-thumbs'.
4449
80302a81
JL
44502011-09-18 Juri Linkov <juri@jurta.org>
4451
4452 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
4453 to `isearch-case-fold-search' and restore its original value
4454 after the `isearch-mode' call.
4455
46c5cf66
JL
44562011-09-18 Juri Linkov <juri@jurta.org>
4457
4458 * progmodes/grep.el (grep-process-setup): Don't check code for 1
4459 because `zgrep' returns 1 for successful matches (bug#9226).
4460
d18b513b
JL
44612011-09-18 Juri Linkov <juri@jurta.org>
4462
4463 * info.el (Info-extract-menu-node-name): Check the second match
4464 for empty string (second test-case of bug#9528).
4465 (Info-last-preorder): Let-bind `Info-history' to nil to not add
4466 intermediate nodes to the history (first test-case of bug#9528).
4467
72753f87
JL
44682011-09-18 Juri Linkov <juri@jurta.org>
4469
4470 * info.el (Info-mode-syntax-table): New variable.
1154d12e 4471 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 4472
c9384295
JL
44732011-09-18 Juri Linkov <juri@jurta.org>
4474
1154d12e
JB
4475 * info.el (Info-file-supports-index-cookies):
4476 Increment line-beginning-position's arg from 3 to 4 because makeinfo
4477 outputs one more line for long file names (bug#4142).
c9384295 4478
d473dce8
CY
44792011-09-18 Chong Yidong <cyd@stupidchicken.com>
4480
4481 * newcomment.el (comment-normalize-vars): If prompting for
4482 comment-start, set comment-start-skip too (Bug#8424).
4483
2176854d
JB
44842011-09-18 Johan Bockgård <bojohan@gnu.org>
4485
4486 * icomplete.el: Fix previous fix of Bug#5849.
4487 (icomplete-mode): Don't set completion-show-inline-help.
4488 (icomplete-minibuffer-setup): Set completion-show-inline-help
4489 locally during icompletion.
4490
3aace4e4
CY
44912011-09-18 Chong Yidong <cyd@stupidchicken.com>
4492
c940224f
CY
4493 * woman.el (woman2-process-escapes): Don't delete unrecognized
4494 escapes (Bug#7843).
4495
3aace4e4
CY
4496 * files.el (inhibit-first-line-modes-regexps): Add image files.
4497 (hack-local-variables-prop-line): Return nil for malformed
4498 prop-lines (Bug#9044).
4499
710dec63
MA
45002011-09-18 Michael Albinus <michael.albinus@gmx.de>
4501
4502 * net/tramp.el (top): Don't require 'shell.
4503 (tramp-methods): Fix docstring.
4504 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
4505 Return complete remote file name. Handle "smb" case.
4506 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
4507 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
4508
4509 * net/tramp-compat.el (top): Require 'shell.
4510
4511 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
4512 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
4513 `tramp-current-host'.
4514 (tramp-get-remote-tmpdir): Remove.
4515
4516 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
4517 `tramp-tmpdir' entries.
4518 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
4519 (tramp-smb-handle-file-attributes): Ignore errors.
4520 (tramp-smb-wait-for-output): Check also for process end.
4521
5d5ac8ec
LMI
45222011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4523
4524 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
4525 when sending QUIT (bug#9312).
4526
8c0f49f0
CY
45272011-09-17 Chong Yidong <cyd@stupidchicken.com>
4528
4529 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
4530 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
4531 occur-mode-display-occurrence.
4532 (occur-edit-mode): Add usage message.
4533 (occur-cease-edit): New command.
4534 (occur-after-change-function): Use text properties to find the
4535 position of the prefix text.
4536 (occur-engine): Set stickiness of prefix text properties.
4537
8f1383f7
GM
45382011-09-17 Glenn Morris <rgm@gnu.org>
4539
4540 * progmodes/etags.el (complete-tag):
4541 Fix call to completion-in-region. (Bug#9526)
4542
744ba0e3
JL
45432011-09-17 Juri Linkov <juri@jurta.org>
4544
4545 * textmodes/ispell.el (ispell-word): Add to the error message
4546 the word, ispell program name and current dictionary (bug#9121).
4547 (ispell-tex-arg-end): Capitalize "error" in the error message.
4548
d9bbf400
AS
45492011-09-17 Andreas Schwab <schwab@linux-m68k.org>
4550
4551 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
4552 check. (Bug#4251)
4553
8da11505
JL
45542011-09-17 Juri Linkov <juri@jurta.org>
4555
4556 * window.el (window-safe-min-height, window-safe-min-width):
4557 Fix typos (followup to bug#9522).
4558
a91adc7e
SJ
45592011-09-17 Sven Joachim <svenjoac@gmx.de>
4560
4561 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
4562
064f328a
EZ
45632011-09-16 Eli Zaretskii <eliz@gnu.org>
4564
4565 * simple.el (line-move): If goal-column is set, move by logical
4566 lines, not by display lines. (Bug#971)
4567 (next-line, previous-line, goal-column, line-move-visual): Doc fix
4568 to reflect the above change.
4569
e69df516
SM
45702011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4571
4572 * image.el (imagemagick-register-types): Use regexp-opt.
4573
cbb0f9ab
CY
45742011-09-15 Chong Yidong <cyd@stupidchicken.com>
4575
4576 * window.el (display-buffer-base-action): Rename from
4577 display-buffer-default-action. Make default value empty.
4578 (display-buffer-overriding-action): Convert to defvar.
4579 (display-buffer-fallback-action): New var.
4580
25322144
CY
45812011-09-15 Chong Yidong <cyd@stupidchicken.com>
4582
4583 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
4584 declaration.
4585 (package--add-to-archive-contents): If there is a duplicate entry
4586 with an older version, remove it.
4587 (package-menu-mark-delete, package-menu-mark-install)
4588 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
4589 (package-menu-mark-obsolete-for-deletion):
4590 Use package-menu-get-status instead of a regexp search.
25322144
CY
4591 (package-menu-get-status): Use tabulated-list-entry.
4592 (package-menu-mark-upgrades): New command.
d770725a 4593 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
4594 (package-menu-execute): Do installation before deletion.
4595 (package-menu-refresh, package-menu-execute): Use derived-mode-p
4596 instead of checking major-mode.
4597 (package-menu--find-upgrades): New function.
4598
7520339c
LMI
45992011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4600
4601 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
4602 passwords in the log buffer.
65a046c4
LMI
4603 (smtpmail-process-filter): Update the process marker so that the
4604 "broken by peer" status message is inserted in the right place.
7520339c 4605
d3c30954
SM
46062011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4607
3fe48822
SM
4608 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
4609 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
4610 bibtex-completion-at-point-function.
4611 (bibtex-completion-at-point-function): Use them.
4612
1b8b3954
SM
4613 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
4614
d3c30954
SM
4615 * mpc.el (mpc-constraints-tag-lookup): New function.
4616 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
4617 also to browser "album|playlist".
4618
72779976
JL
46192011-09-14 Juri Linkov <juri@jurta.org>
4620
4621 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
4622 (isearch-edit-string): Use length of `isearch-string' when
4623 `isearch-fail-pos' returns nil.
4624 (isearch-message): Remove duplicate code and call
4625 `isearch-fail-pos' with arg `t'.
4626
a0bf2bcd
CY
46272011-09-14 Chong Yidong <cyd@stupidchicken.com>
4628
17bb0a2d
CY
4629 * replace.el (occur-mode-goto-occurrence): Don't force using other
4630 window (Bug#9499).
4631
a0bf2bcd
CY
4632 * dired-aux.el (dired-do-chmod): Don't provide initial input.
4633
f678e0b6
MR
46342011-09-14 Martin Rudalics <rudalics@gmx.at>
4635
4636 * window.el (display-buffer-window): Remove.
4637 (display-buffer-record-window): Use help-setup window parameter
4638 instead of variable display-buffer-window.
4639 (display-buffer-function, special-display-buffer-names)
4640 (special-display-function): Mention help-setup parameter instead
4641 of display-buffer-window in doc-string.
d3c30954
SM
4642 * help.el (help-window-setup): New argument help-window.
4643 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
4644 Reword some messages.
4645 (with-help-window): Pass window used for displaying the buffer
4646 to help-window-setup. Don't set display-buffer-window.
4647
8e39b2e8
GM
46482011-09-13 Glenn Morris <rgm@gnu.org>
4649
4650 * emacs-lisp/debug.el (debugger-make-xrefs):
4651 Preserve point. (Bug#9462)
4652
85e9c04b
CY
46532011-09-13 Chong Yidong <cyd@stupidchicken.com>
4654
4655 * window.el (window-deletable-p): Use next-frame.
4656
1b36ed6a
MR
46572011-09-13 Martin Rudalics <rudalics@gmx.at>
4658
4659 * window.el (window-auto-delete): Remove.
4660 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 4661 dedication and previous buffers.
1b36ed6a
MR
4662 (switch-to-prev-buffer): Don't delete window.
4663 (delete-windows-on): Delete a window's frame if and only if the
4664 window is dedicated.
4665 (replace-buffer-in-windows): Delete buffer's window or frame if
4666 and only if window is dedicated.
4667 (quit-window): Handle quit-restore as before last change.
4d61f28d 4668 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 4669
ef8ef9fb
CY
46702011-09-13 Chong Yidong <cyd@stupidchicken.com>
4671
4672 * window.el (window-deletable-p): Never delete the last frame on a
4673 given terminal.
4674
b2cba41e
GM
46752011-09-13 Glenn Morris <rgm@gnu.org>
4676
4677 * help.el (describe-key-briefly): Copy previous standard-output change.
4678
51553db6 46792011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
4680
4681 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
4682
b7556719
GM
46832011-09-13 Glenn Morris <rgm@gnu.org>
4684
4685 * emacs-lisp/lisp-mode.el (lisp-indent-function):
4686 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
4687
64b51947
CY
46882011-09-12 Chong Yidong <cyd@stupidchicken.com>
4689
4690 * dired-aux.el (dired-mark-read-string): Don't return default
4691 value on empty input (Bug#9361).
4692 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
4693 Omit initial minibuffer contents.
4694 (dired-do-chmod): Signal an error on empty input.
4695 (dired-mark-read-string): Don't return default on empty input.
4696
4697 * files.el (file-modes-symbolic-to-number): Doc fix.
4698
393a301e
SM
46992011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4700
4701 * international/mule-cmds.el (ucs-completions): Remove.
4702 (read-char-by-name): Use complete-with-action instead; add metadata.
4703
fa5660f9
CY
47042011-09-11 Chong Yidong <cyd@stupidchicken.com>
4705
4706 * window.el (display-buffer--action-function-custom-type)
4707 (display-buffer--action-custom-type): New vars.
4708 (display-buffer-alist, display-buffer-default-action)
4709 (display-buffer-overriding-action): Add defcustom types.
4710
4a592f66
CY
4711 * frame.el (delete-other-frames): Doc fix (Bug#276).
4712
73d56dbd
LMI
47132011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4714
4715 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
4716
37ac18a3
CY
47172011-09-11 Chong Yidong <cyd@stupidchicken.com>
4718
4719 Change modes that used same-window-* vars to use switch-to-buffer.
4720
4721 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
4722 Use switch-to-buffer.
4723
4724 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
4725 (customize-browse, custom-buffer-create-other-window):
4726 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
4727
4728 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
4729 (Info-prev, Info-up, Info-speedbar-goto-node)
4730 (info-display-manual): Use switch-to-buffer.
4731 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
4732
4733 * mail/sendmail.el (mail): Use switch-to-buffer.
4734 (mail-recover): Use switch-to-buffer-other-window.
4735
4736 * cmuscheme.el (run-scheme, switch-to-scheme):
4737 * ielm.el (ielm):
4738 * shell.el (shell):
4739 * net/rlogin.el (rlogin):
4740 * net/telnet.el (telnet, rsh):
4741 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
4742
10195bd6
AS
47432011-09-11 Andreas Schwab <schwab@linux-m68k.org>
4744
4745 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
4746
b322f63a
LMI
47472011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4748
39d7fed6
LMI
4749 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
4750 so don't mention it (bug#9301).
ba5a81f1 4751 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 4752
ee0e9f11
LMI
4753 * faces.el (face-spec-set-match-display): Make `(type graphic)'
4754 match `x', `w32' and `ns', like the manual says (bug#9029).
4755
0b1c89c1 4756 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
4757 (process-kill-buffer-query-function): Mention the buffer name in
4758 the query.
0b1c89c1 4759
77549ea8
LMI
4760 * image-mode.el (image-next-line): The line parameter is mandatory
4761 (bug#9258).
4762
803ef892
LMI
4763 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
4764 which can be useful (bug#9301).
4765
12980837
LMI
4766 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
4767
91054f8f
LMI
4768 * subr.el (match-string): Mention that the current buffer should
4769 be the same as the search was done in (bug#9282).
4770
b322f63a
LMI
4771 * facemenu.el: Disable the remove-* commands if the mark isn't
4772 active (bug#9162).
4773
3199b96f
CY
47742011-09-10 Chong Yidong <cyd@stupidchicken.com>
4775
4776 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
4777 of display-buffer.
4778 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
4779
4780 * replace.el (occur-mode-goto-occurrence)
4781 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
4782 and display-buffer.
4783
4784 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
4785 display-buffer.
4786
4787 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
4788 special-display and same-window variables.
4789 (mail-other-window): Use switch-to-buffer-other-window.
4790 (mail-other-frame): USe switch-to-buffer-other-frame.
4791
393a301e
SM
4792 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
4793 Use display-buffer-other-frame.
3199b96f
CY
4794 (gdb-display-gdb-buffer): Use pop-to-buffer.
4795
4796 * progmodes/gud.el (gud-goto-info): Use info-other-window.
4797
4798 * progmodes/python.el: Don't set same-window-buffer-names.
4799
4800 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
4801
4802 * window.el (display-buffer-alist): Add *Python*.
4803
8319e0bf
CY
48042011-09-10 Chong Yidong <cyd@stupidchicken.com>
4805
4806 * window.el (display-buffer-alist): Add entry for buffers
4807 previously handled same-window-*.
4808 (display-buffer-alist, display-buffer-default-action)
4809 (display-buffer-overriding-action): Mark as risky.
4810 (display-buffer-alist): Document action function changes.
4811 (display-buffer--same-window-action)
4812 (display-buffer--other-frame-action): New variables.
4813 (switch-to-buffer, display-buffer-other-frame): Use them.
4814 (display-buffer): Rename reuse-frame entry to reusable-frames.
4815 (display-buffer-reuse-selected-window): Function deleted.
4816 (display-buffer-reuse-window): Handle reusable-frames alist entry.
4817 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
4818 (display-buffer-special): New function.
4819 (display-buffer--maybe-pop-up-frame-or-window): Rename from
4820 display-buffer-reuse-or-pop-window. Split off special-display
4821 part into display-buffer-special.
4822 (display-buffer-use-some-window): Don't perform any special
4823 pop-up-frames handling.
4824 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 4825 (display-buffer--maybe-same-window): Rename from
0d3ff375 4826 display-buffer-maybe-same-window.
8319e0bf 4827
919a69aa
CY
4828 * info.el: Don't set same-window-regexps.
4829 (info-setup): New function.
4830 (info-other-window, info): Call it.
4831
4832 * cus-edit.el: Don't set same-window-regexps.
4833 (customize-group): New argument.
4834 (customize-group-other-window): Use it.
4835 (customize-face, customize-face-other-window): Likewise.
4836 (custom-buffer-create-other-window): Use pop-to-buffer directly.
4837
8319e0bf
CY
4838 * net/rlogin.el:
4839 * net/telnet.el:
4840 * progmodes/gud.el: Don't set same-window-regexps.
4841
4842 * cmuscheme.el:
4843 * ielm.el:
4844 * shell.el:
4845 * mail/sendmail.el:
4846 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
4847
25173000
JL
48482011-09-10 Juri Linkov <juri@jurta.org>
4849
4850 * isearch.el (isearch-edit-string): Remove obsolete mention of
4851 `C-w' (`isearch-yank-word-or-char') from docstring.
4852 (isearch-query-replace): Fix typo in docstring (bug#9466).
4853
056e44ef
JL
48542011-09-10 Juri Linkov <juri@jurta.org>
4855
4856 * paren.el (show-paren-function): Don't show escaped parens.
4857 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
4858
c3760c17
EZ
48592011-09-10 Eli Zaretskii <eliz@gnu.org>
4860
4861 * mail/sendmail.el (mml-to-mime, mml-attach-file)
4862 (mm-default-file-encoding): Remove autoload forms, they are
4863 replaced with autoload cookies in mml.el and mm-encode.el.
4864 (mail-add-attachment): New command.
4865 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
4866 (mail-mode): Mention mail-insert-file and mail-add-attachment in
4867 the doc string.
4868 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
4869
fece895e
RT
48702011-09-10 Reuben Thomas <rrt@sc3d.org>
4871
e69df516
SM
4872 * simple.el (count-words-region): Use buffer if there's no region
4873 (bug#9429).
fece895e 4874
5e68ce4a
JL
48752011-09-09 Juri Linkov <juri@jurta.org>
4876
4877 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
4878 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
4879 (wdired-isearch-filter-read-only): New function. (Bug#6362)
4880
0a6b9622
AM
48812011-09-09 Alan Mackenzie <acm@muc.de>
4882
4883 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
4884 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
4885
14a29deb
EZ
48862011-09-09 Eli Zaretskii <eliz@gnu.org>
4887
4888 Fix for Savannah bug#9392.
4889 * simple.el (mail-encode-mml): New defvar.
4890
4891 * mail/rmail.el (mail-encode-mml): Add a defvar.
4892 (rmail-enable-mime-composing): Default to t.
4893 (rmail-forward): Use MIME method of forwarding only if both
4894 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
4895 Set mail-encode-mml non-nil if the MIME method was used.
4896
4897 * mail/sendmail.el (mml-to-mime): Add autoload form.
4898 (mail-encode-mml): Add a defvar.
4899 (mail-mode): Make mail-encode-mml buffer-local and initialize it
4900 to nil.
4901 (mail-send): If mail-encode-mml is non-nil, run the outgoing
4902 message through mml-to-mime, and reset mail-encode-mml to nil.
4903
28c45130
GM
49042011-09-09 Glenn Morris <rgm@gnu.org>
4905
4906 * woman.el (woman-if-body): When processing an .el block,
4907 do not delete the next .el block as well. (Bug#9447)
69f4b618 4908 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 4909
9b1c252e
MR
49102011-09-08 Martin Rudalics <rudalics@gmx.at>
4911
4912 * window.el (window-deletable-p): Make sure window is live before
4913 invoking window-prev-buffers.
4914
567457e3
LL
49152011-09-08 Leo Liu <sdl.web@gmail.com>
4916
4917 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
4918
97f05794
JL
49192011-09-08 Juri Linkov <juri@jurta.org>
4920
4921 * progmodes/compile.el (compilation-environment): Make it
4922 a defcustom (bug#8340).
4923
8b0874b5
MR
49242011-09-08 Martin Rudalics <rudalics@gmx.at>
4925
4926 * window.el (frame-auto-delete): Rename to window-auto-delete.
4927 Make it control auto-deletion of windows and/or frames.
4928 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 4929 for deleting window/frame. (Bug#9419)
8b0874b5
MR
4930 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
4931 Rewrite handling of case when window/frame can be deleted.
4932 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 4933 argument t. (Bug#9456)
8b0874b5 4934
4feb6e73
CY
49352011-09-07 Chong Yidong <cyd@stupidchicken.com>
4936
4937 * help-mode.el (help-mode): Restore autoload.
4938
91ab9c13
JL
49392011-09-07 Juri Linkov <juri@jurta.org>
4940
4941 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
4942 `compilation-environment'. Set buffer-local
4943 `compilation-environment' to `thisenv' later after (funcall mode).
4944 (Bug#8340)
4945
4946 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
4947 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
4948 instead of replacing its value. (Bug#8340)
4949
0527e251
JL
49502011-09-07 Juri Linkov <juri@jurta.org>
4951
4952 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
4953 based on text properties put by `grep-filter' instead of matching
4954 escape sequences.
4955 (grep-mode): Set buffer-local `compilation-error-screen-columns'
4956 to the value of `grep-error-screen-columns' (bug#9438).
4957
249f792c
JL
49582011-09-07 Juri Linkov <juri@jurta.org>
4959
4960 * simple.el (next-error-highlight, next-error-highlight-no-select):
4961 Doc fix (bug#9432).
4962
ff7271b9
OT
49632011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
4964
4965 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
4966 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
4967
183fc730
LL
49682011-09-07 Leo Liu <sdl.web@gmail.com>
4969
4970 * net/rcirc.el (rcirc-mode): Conditionally initialize
4971 rcirc-input-ring.
4972
77694924
SM
49732011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4974
4975 * emacs-lisp/find-func.el (find-function-C-source): Only set
4976 find-function-C-source-directory after checking that we found a source
4977 file there (bug#9440).
4978
d809b8eb
AM
49792011-09-06 Alan Mackenzie <acm@muc.de>
4980
4981 * isearch.el (isearch-other-meta-char): Wherever a key list is
4982 unread, "unread" the prefix arg, too. This fixes bug #8901.
4983
453de99f
OG
49842011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
4985
4986 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
4987
90439906
JL
49882011-09-05 Juri Linkov <juri@jurta.org>
4989
4990 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
4991
f62bd846
JL
49922011-09-05 Juri Linkov <juri@jurta.org>
4993
4994 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
4995 keeping point where processing of grep matches begins, and
4996 continue to delete remaining escape sequences from the same point.
4997 (grep-filter): Make leading zero optional in "0?1;31m" because
4998 git-grep emits "\033[1;31m" escape sequences unlike expected
4999 "\033[01;31m" as GNU Grep does (bug#9408).
5000 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
5001
045820ec
JL
50022011-09-05 Juri Linkov <juri@jurta.org>
5003
5004 * subr.el (y-or-n-p): Capitalize "yes".
5005
f5e29b9b
MA
50062011-09-04 Michael Albinus <michael.albinus@gmx.de>
5007
5008 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
5009 `tramp-cache-unload-hook' where appropriate.
5010 (tramp-methods): Rename `tramp-remote-sh' to
5011 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
5012 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
5013
5014 * net/tramp-sh.el (top): Don't require 'shell.
5015 (tramp-methods): Add `tramp-remote-shell' and
5016 `tramp-remote-shell-args' entries.
5017 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
5018 (tramp-sh-handle-shell-command): Remove.
5019 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5020 Use `tramp-remote-shell'.
5021
2784c434
CY
50222011-09-03 Chong Yidong <cyd@stupidchicken.com>
5023
393a301e 5024 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
5025 (sendmail-query-once): Save directly to send-mail-function.
5026 Update message-send-mail-function too.
5027
5028 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
5029
464cdf56
CS
50302011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
5031
5032 * progmodes/python.el (python-mode-map): Use correct function to
5033 start python interpreter from menu-bar (as reported by Geert
5034 Kloosterman).
5035 (inferior-python-mode-map): Fix typo.
393a301e 5036 (python-shell-map): Remove.
464cdf56 5037
d37e5c87
DD
50382011-09-03 Deniz Dogan <deniz@dogan.se>
5039
5040 * net/rcirc.el (rcirc-print): Simplify code for
5041 rcirc-scroll-show-maximum-output. There is no need to walk
5042 through all windows to find the right one.
5043
f3ada0ee
CS
50442011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
5045
5046 * help.el (help-return-method): Doc fix.
5047
1f3c99ca
MR
50482011-09-03 Martin Rudalics <rudalics@gmx.at>
5049
5050 * window.el (window-deletable-p): Don't return a non-nil value
5051 when there's a buffer that was shown in the window before.
5052 (Bug#9419)
393a301e
SM
5053 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
5054 Set window's previous buffers to nil.
1f3c99ca 5055
a3cf097f
EZ
50562011-09-03 Eli Zaretskii <eliz@gnu.org>
5057
5058 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
5059 newline before and after the tag line, so it doesn't interfere
5060 with determining the paragraph direction of bidirectional text.
5061
3d03de90
LL
50622011-09-03 Leo Liu <sdl.web@gmail.com>
5063
5064 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
5065
c3313451
CY
50662011-09-02 Chong Yidong <cyd@stupidchicken.com>
5067
393a301e 5068 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
5069 (pop-to-buffer): Change interactive spec. Pass second argument
5070 directly to display-buffer.
5071 (display-buffer): Fix interactive spec. Use functionp to
5072 distinguish between a function and a list of functions.
5073
5074 * abbrev.el (edit-abbrevs):
5075 * arc-mode.el (archive-extract):
5076 * autoinsert.el (auto-insert):
5077 * bookmark.el (bookmark-bmenu-list):
5078 * files.el (find-file):
5079 * view.el (view-buffer):
5080 * progmodes/compile.el (compilation-goto-locus):
5081 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
5082
89894cd8
CY
50832011-09-02 Chong Yidong <cyd@stupidchicken.com>
5084
5085 * window.el (display-buffer-alist): Doc fix.
5086 (display-buffer): Add docstring. Don't treat
5087 display-buffer-default specially.
5088 (display-buffer-reuse-selected-window)
5089 (display-buffer-same-window, display-buffer-maybe-same-window)
5090 (display-buffer-reuse-window, display-buffer-pop-up-frame)
5091 (display-buffer-pop-up-window)
5092 (display-buffer-reuse-or-pop-window)
5093 (display-buffer-use-some-window): New functions.
5094 (display-buffer-default-action): Use them.
393a301e 5095 (display-buffer-default): Delete.
89894cd8
CY
5096 (pop-to-buffer-1): Fix choice of actions.
5097
ae0bc9fb
SM
50982011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
5099
5100 * minibuffer.el (completion--insert-strings): Don't get confused by
5101 completion entries that end with an LF char.
5102
e9d90883
EZ
51032011-09-01 Eli Zaretskii <eliz@gnu.org>
5104
5105 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
5106
437014c8
CY
51072011-09-01 Chong Yidong <cyd@stupidchicken.com>
5108
5109 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
5110 (display-buffer-same-window, display-buffer-other-window):
5111 New functions.
437014c8
CY
5112 (pop-to-buffer-1): New function. Use the above.
5113 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 5114 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
5115
5116 * view.el (view-buffer-other-window, view-buffer-other-frame):
5117 Just use pop-to-buffer.
5118
a5e063d5
TV
51192011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5120
5121 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
5122
793d32bb
WH
51232011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
5124
5125 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
5126
d65e4c15
RS
51272011-08-31 Richard Stallman <rms@gnu.org>
5128
5129 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
5130 of the separation of rmail-view-buffer from rmail-buffer.
5131 If you say no to "replace original", the decrypt is in the
5132 view buffer. If you say yes, the decrypt goes into the
5133 rmail buffer also.
5134
f818cd2a
MR
51352011-08-31 Martin Rudalics <rudalics@gmx.at>
5136
5137 * window.el (display-buffer-window): Rewrite doc-string.
5138 (display-buffer-record-window): New function.
5139 (display-buffer-macro-specifiers)
5140 (display-buffer-even-window-sizes, display-buffer-set-height)
5141 (display-buffer-set-width, display-buffer-in-window)
5142 (display-buffer-reuse-window, display-buffer-split-specifiers)
5143 (display-buffer-side-specifiers, display-buffer-split-window-1)
5144 (display-buffer-split-window, display-buffer-split-atom-window)
5145 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
5146 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
5147 (display-buffer-other-window-means-other-frame)
5148 (display-buffer-normalize-special)
5149 (display-buffer-normalize-default)
5150 (display-buffer-normalize-argument)
5151 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
5152 (display-buffer-normalize-specifiers, display-buffer-frame)
5153 (display-buffer-same-window, display-buffer-same-frame)
5154 (display-buffer-other-window)
5155 (display-buffer-same-frame-other-window)
5156 (display-buffer-other-frame, pop-to-buffer-same-window)
5157 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
5158 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
5159 (switch-to-buffer-same-frame)
5160 (switch-to-buffer-other-window-same-frame)
5161 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
5162 (display-buffer-alist-set-1, display-buffer-alist-set-2)
5163 (display-buffer-alist-set): Remove.
5164 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
5165 (special-display-regexps, special-display-function):
5166 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
5167 parameter.
5168 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
5169 (special-display-frame-alist, special-display-popup-frame)
5170 (same-window-buffer-names, same-window-regexps, same-window-p)
5171 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
5172 (split-window-preferred-function, split-height-threshold)
5173 (split-width-threshold, window-splittable-p)
5174 (split-window-sensibly, window--try-to-split-window)
5175 (window--frame-usable-p, even-window-heights)
5176 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
5177 (window--display-buffer-2, display-buffer-other-frame):
5178 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
5179 (display-buffer-default, display-buffer-assq-regexp): New functions.
5180 (display-buffer-alist): Rewrite doc-string.
5181 (display-buffer-default-action)
5182 (display-buffer-overriding-action): New variables.
5183 (display-buffer, switch-to-buffer): Rewrite.
5184 (pop-to-buffer): Restore Emacs 23 behavior but use
5185 window-normalize-buffer-to-display.
5186 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
5187 Restore Emacs 23 behavior but use
5188 window-normalize-buffer-to-switch-to.
5189 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
5190 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
5191 Rewrite using Emacs 23 options.
f818cd2a 5192
5bc3b51d
MA
51932011-08-31 Michael Albinus <michael.albinus@gmx.de>
5194
5195 * net/tramp.el (tramp-root-regexp): Remove.
5196 (tramp-completion-file-name-regexp-unified)
5197 (tramp-completion-file-name-regexp-separate)
5198 (tramp-completion-file-name-regexp-url): Don't use leading volume
5199 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
5200 (tramp-drop-volume-letter): Simplify definition.
5201 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 5202
b1a4f8e1
SM
52032011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5204
5205 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
5206 (bug#9356).
5207
5664fa7b
RT
52082011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
5209
b1a4f8e1 5210 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 5211
9a45d6c3
JL
52122011-08-29 Juri Linkov <juri@jurta.org>
5213
5214 * isearch.el (isearch-done): Don't display message "Mark saved"
5215 when arg `edit' is non-nil to prevent its flicker in the echo area.
5216
fb87e0fb
CY
52172011-08-28 Chong Yidong <cyd@stupidchicken.com>
5218
5219 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
5220 obsolete packages for deletion.
5221
09ac1c2a
CS
52222011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
5223
5224 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 5225 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
5226 view-mode from help-mode.
5227 (help-xref-override-view-map): Remove.
5228 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
5229 view-mode is not used anymore.
5230
7a1ff57f
CY
52312011-08-28 Chong Yidong <cyd@stupidchicken.com>
5232
5233 * server.el (server-port): Doc fix.
5234
b9696605
CY
5235 * cus-theme.el (custom-theme-choose-mode): Inherit from
5236 special-mode (Bug#9124).
5237 (custom-theme-choose-mode-map): Add special-mode to parent.
5238
ef8cdf8c
AM
52392011-08-28 Alan Mackenzie <acm@muc.de>
5240
5241 * progmodes/cc-fonts.el
5242 (c-make-font-lock-BO-decl-search-function): New function.
5243 (c-basic-matchers-after - "Fontify the clauses after various
5244 keywords"): Extract the three keyword lists for the 3 erroneous
5245 constructs from the list of four, and use the new function above
5246 in place of an old one.
5247
27de4e20
DD
52482011-08-28 Deniz Dogan <deniz@dogan.se>
5249
5250 * net/rcirc.el (rcirc-insert-prev-input)
5251 (rcirc-insert-next-input): Remove unused argument.
5252
356a3681
SM
52532011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5254
5255 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
5256
3fc9b218
AM
52572011-08-27 Alan Mackenzie <acm@muc.de>
5258
5259 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
5260 handle function pointer parameters properly.
5261
538a061c
MR
52622011-08-27 Martin Rudalics <rudalics@gmx.at>
5263
5264 * window.el (display-buffer-reuse-window): Fix case where
5265 selected window was reused with non-nil OTHER-WINDOW argument.
5266 (Bug#9381)
5267
35b1c40c
DD
52682011-08-27 Deniz Dogan <deniz@dogan.se>
5269
5270 * net/rcirc.el (rcirc-check-auth-status): Adding support for
5271 oftc's NickServ messages.
5272
2f6a3e79
GM
52732011-08-27 Glenn Morris <rgm@gnu.org>
5274
5275 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
5276
7254299e
CY
52772011-08-26 Chong Yidong <cyd@stupidchicken.com>
5278
5279 * emacs-lisp/package.el (package-install): Call package-initialize
5280 if called interactively.
5281
f8ccf167
LL
52822011-08-26 Leo Liu <sdl.web@gmail.com>
5283
5284 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
5285
3e8cd5ce
JL
52862011-08-25 Juri Linkov <juri@jurta.org>
5287
5288 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
5289 `search-whitespace-regexp' (bug#9364).
5290
93eb7113
JL
52912011-08-25 Juri Linkov <juri@jurta.org>
5292
5293 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
5294 `regexp-search-ring' to their global values to protect from
5295 updating by `read-from-minibuffer' (bug#9185).
5296
f65d1611
JL
52972011-08-25 Juri Linkov <juri@jurta.org>
5298
5299 * textmodes/ispell.el (ispell-command-loop): Add newline
5300 at the end of the "Use option `i'..." line.
5301
f1cf7a31
JL
53022011-08-25 Juri Linkov <juri@jurta.org>
5303
5304 * battery.el (display-battery-mode): If `battery-status-function'
5305 or `battery-mode-line-format' is nil, display the message and set
5306 `display-battery-mode' to nil (bug#9363).
5307
0c95fcf7
EZ
53082011-08-25 Eli Zaretskii <eliz@gnu.org>
5309
5310 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
5311 bidi-string-mark-left-to-right; they are unnecessary now.
5312
a2ebe600
DD
53132011-08-25 Deniz Dogan <deniz@dogan.se>
5314
5315 * net/quickurl.el: Documentation typo fixes.
5316
e4ed06f1
CY
53172011-08-25 Chong Yidong <cyd@stupidchicken.com>
5318
5319 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
5320
e5f1c99e
GM
53212011-08-25 Glenn Morris <rgm@gnu.org>
5322
b2948976
GM
5323 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
5324
e5f1c99e
GM
5325 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
5326 (smtpmail-via-smtp): Handle nil response from smtp.
5327
f22f4808
JL
53282011-08-24 Juri Linkov <juri@jurta.org>
5329
5330 * proced.el (proced-marked): Inherit from `error' instead of
5331 `font-lock-warning-face'.
5332
5333 * ibuffer.el (ibuffer-marked-face): Change default face from
5334 `font-lock-warning-face' to `warning'.
5335 (ibuffer-deletion-face): Change default face from
5336 `font-lock-type-face' to `error'.
5337
5338 * battery.el (battery-update): Use the face `error' instead of
5339 `font-lock-warning-face' (bug#6117).
5340
6a93965e
JL
53412011-08-24 Juri Linkov <juri@jurta.org>
5342
5343 * faces.el (success): Change face color from "Green3" to
5344 "ForestGreen" on light background (bug#9353).
5345
1ed43b09
CY
53462011-08-24 Chong Yidong <cyd@stupidchicken.com>
5347
5664fa7b
RT
5348 * window.el (quit-window): Rename from quit-restore-window.
5349 Use same arglist as old quit-window.
1ed43b09
CY
5350 (frame-auto-delete): Doc fix.
5351
5352 * view.el (view-mode-exit): Use quit-window.
5353
11dcdbb2
JL
53542011-08-24 Juri Linkov <juri@jurta.org>
5355
5356 * isearch.el (isearch-ring-adjust1): Start visiting previous
5357 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
5358 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
5359 for empty search string (when the last search string is reused
5360 automatically) to adjust the isearch ring to the last element and
5361 prepare the correct index for further M-p commands (bug#9185).
5362
de62b4df
KH
53632011-08-24 Kenichi Handa <handa@m17n.org>
5364
5365 * international/ucs-normalize.el: If decomposition property of
5366 CHAR is the default one (i.e. a list of CHAR itself), treat it as
5367 nil.
5368 (nfd, nfkd): Likewise.
5369
963b492b
SM
53702011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
5371
5372 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
5373 from process filters aren't reliably transmitted to the surrounding
5374 accept-process-output.
5375 (mpc-proc-check): New function.
5376 (mpc-proc-sync): Use it (bug#8293)
5377
93b6b5e1
SM
53782011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5379
5380 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
5381 Add compatibility functions (bug#9313).
5382
bca633fb
EZ
53832011-08-23 Eli Zaretskii <eliz@gnu.org>
5384
b177498a
EZ
5385 * cus-start.el (all): Add entry for bidi-paragraph-direction.
5386
6df6ae42 5387 * international/uni-bidi.el: Regenerate.
bca633fb 5388
0902a04e
KH
53892011-08-23 Kenichi Handa <handa@m17n.org>
5390
5391 * international/charprop.el:
5392 * international/uni-bidi.el:
5393 * international/uni-category.el:
5394 * international/uni-combining.el:
5395 * international/uni-comment.el:
5396 * international/uni-decimal.el:
5397 * international/uni-decomposition.el:
5398 * international/uni-digit.el:
5399 * international/uni-lowercase.el:
5400 * international/uni-mirrored.el:
5401 * international/uni-name.el:
5402 * international/uni-numeric.el:
5403 * international/uni-old-name.el:
5404 * international/uni-titlecase.el:
5405 * international/uni-uppercase.el: Regenerate.
5406
3bbf23bc
MR
54072011-08-23 Martin Rudalics <rudalics@gmx.at>
5408
5409 * help.el (help-window-setup): Fix message displayed when other
5410 window is reused. (Bug#9341)
5411
b3fd59bd
SM
54122011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5413
1802e444
SM
5414 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
5415 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
5416
b3fd59bd
SM
5417 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
5418 Mark obsolete.
5419 * shell.el (shell-parse-pcomplete-arguments): New function.
5420 (shell-completion-vars): Use it instead (bug#9160).
5421
4eb61348
SM
54222011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
5423
867cab74
SM
5424 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
5425 strings and comments (bug#9333).
5426
4eb61348
SM
5427 * emacs-lisp/debug.el (debug-arglist): New function.
5428 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
5429 (debug-on-entry-1): Handle interpreted closures (bug#9120).
5430
262a1439
JL
54312011-08-22 Juri Linkov <juri@jurta.org>
5432
56ee679c
JL
5433 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5434 Revert regexp that highlights output switches to its old
5435 pre-2010-10-28 value and remove one `?' from it (bug#9319).
5436
262a1439
JL
5437 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
5438 to check for empty output (bug#9226).
5439
f13f86fb
CY
54402011-08-22 Chong Yidong <cyd@stupidchicken.com>
5441
5442 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
5443 symbol-constituent as the default, as that stops font-lock from
5444 working properly (Bug#8843).
5445
c65c9622
LMI
54462011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5447
5448 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
5449 `coding-system-for-*' around the process open call to avoid
5450 auth-source side effects.
e7f2c178 5451 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
5452 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
5453 probe hangs.
c65c9622 5454
23a8a5ab
CY
54552011-08-21 Chong Yidong <cyd@stupidchicken.com>
5456
ff98b2dd
CY
5457 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
5458
23a8a5ab
CY
5459 * emacs-lisp/find-func.el (find-function-noselect): New arg
5460 lisp-only.
5461
5462 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
5463 signal an error for built-in functions (Bug#6664).
5464
f5e3c598
LMI
54652011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5466
5467 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
5468 (smtpmail-try-auth-methods): Use it.
5469
a3f2468a
CY
54702011-08-21 Chong Yidong <cyd@stupidchicken.com>
5471
2c34e8da
CY
5472 * font-lock.el (font-lock-fontify-region)
5473 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
5474 (font-lock-default-unfontify-buffer)
5475 (font-lock-default-fontify-region)
5476 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
5477
b3fd59bd
SM
5478 * progmodes/compile.el (compilation-error-properties):
5479 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
5480 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
5481 `ant' regexp.
ee31aabc 5482
a3f2468a
CY
5483 * net/browse-url.el (browse-url-firefox): Don't call
5484 browse-url-firefox-sentinel unless using -remote (Bug#9328).
5485
8e999f70
GM
54862011-08-20 Glenn Morris <rgm@gnu.org>
5487
c21a496a
GM
5488 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
5489
59ee0542
GM
5490 * tutorial.el (tutorial--default-keys): Update some default bindings.
5491
8e999f70
GM
5492 * files.el (hack-local-variables): Fully ignore case for "mode:".
5493
e3715033
AM
54942011-08-20 Alan Mackenzie <acm@muc.de>
5495
5496 Resolve invalid use of a regexp in regexp-opt.
5497
4d61f28d
JB
5498 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
5499 detection for a java annotation.
e3715033 5500
4d61f28d 5501 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
5502 detection for a java annotation.
5503
4d61f28d
JB
5504 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
5505 handling for java.
e3715033
AM
5506 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
5507
04ed2e9c
CY
55082011-08-20 Chong Yidong <cyd@stupidchicken.com>
5509
5510 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
5511 (Bug#9274).
5512
826cee64
AM
55132011-08-20 Alan Mackenzie <acm@muc.de>
5514
58179cce 5515 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
5516 such a construct. Mainly for when jit-lock etc. starts a chunk
5517 here.
5518
58179cce 5519 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 5520 variable.
58179cce 5521 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
5522 c-make-font-lock-search-function.
5523 (c-make-font-lock-search-function): Use the above function.
5524 (c-make-font-lock-context-search-function): New function.
5525 (c-cpp-matchers): Enhance the preprocessor expression case with
5526 the above function
5527 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
5528 which takes an expression.
5529
5530 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
5531
13009bd8
MR
55322011-08-20 Martin Rudalics <rudalics@gmx.at>
5533
5534 * window.el (display-buffer-reuse-window)
5535 (display-buffer-pop-up-window): Don't reuse or split a side
5536 window.
5537
9234ff7f
GM
55382011-08-19 Glenn Morris <rgm@gnu.org>
5539
5540 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 5541 Downcase "Mode:". (Bug#9331)
9234ff7f 5542
f635daa1
CY
55432011-08-18 Chong Yidong <cyd@stupidchicken.com>
5544
5545 * international/characters.el: Add L and R categories.
5546
5547 * subr.el (bidi-string-mark-left-to-right): Rename from
5548 string-mark-left-to-right. Use category search.
5549
5550 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
5551
bc987f8b
JL
55522011-08-18 Juri Linkov <juri@jurta.org>
5553
5554 * faces.el (error, warning, success): New faces with definitions
5555 copied from old default values of `font-lock-warning-face',
5556 `compilation-warning', `compilation-info' (bug#6117).
5557
5558 * font-lock.el (font-lock-warning-face): Inherit from `error'.
5559
5560 * progmodes/compile.el (compilation-error): Inherit from `error'.
5561 (compilation-warning): Inherit from `warning'.
5562 (compilation-info): Inherit from `success'.
5563
5564 * dired.el (dired-marked): Inherit from `warning'.
5565 (dired-flagged): Inherit from `error'.
5566
57173b96
LMI
55672011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5568
3e79eb87
LMI
5569 * mail/smtpmail.el (auth-source): Require to avoid problems with
5570 binding variables (bug#9298). Also clean up some unused
5571 autoloads.
5572
b3fd59bd
SM
5573 * net/network-stream.el (network-stream-open-starttls):
5574 Support using starttls.el without using gnutls-cli.
57173b96 5575
02b404de
JL
55762011-08-17 Juri Linkov <juri@jurta.org>
5577
5578 * progmodes/grep.el (rgrep): Handle the case when
5579 `grep-find-command' is a cons cell (bug#9278).
5580
8c9177f2
MR
55812011-08-17 Martin Rudalics <rudalics@gmx.at>
5582
5583 * window.el (display-buffer-pop-up-frame): Run frame creation
5584 function with BUFFER current (as special-display-popup-frame
5585 does). Reported by Drew Adams.
5586
3644a0ab
DU
55872011-08-17 Daiki Ueno <ueno@unixuser.org>
5588
5589 * epa-mail.el: Simplify GnuPG group expansion using
5590 epg-expand-group.
5591 (epa-mail-group-alist, epa-mail-group-modtime)
5592 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
5593 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
5594 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
5595 Remove.
5596
5e617bc2 55972011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
5598
5599 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
5600
9c4aeabf
AM
56012011-08-16 Alan Mackenzie <acm@muc.de>
5602
5603 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
5604 Correct, to avoid the inside of macros.
5605
3a99bf64
RS
56062011-08-16 Richard Stallman <rms@gnu.org>
5607
04963aa8
RS
5608 * epa-mail.el: Handle GnuPG group definitions.
5609 (epa-mail-group-alist, epa-mail-group-modtime)
5610 (epa-mail-gnupg-conf-file): New variables.
5611 (epa-mail-parse-groups, epa-mail-sync-groups)
5612 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
5613 (epa-mail-expand-recipients): New functions.
5614 (epa-mail-encrypt): Call epa-mail-expand-recipients.
5615
177549d0
RS
5616 * mail/rmail.el (rmail-epa-decrypt): New command.
5617
fe38beef
RS
5618 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
5619 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
5620 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
5621 (epa-decrypt-armor-in-region): Make error message clearer.
5622
934eacb9
SM
56232011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
5624
5625 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
5626 and "a2b" to "ab" for `prefix'.
5627
d024fb4e
CY
56282011-08-14 Chong Yidong <cyd@stupidchicken.com>
5629
5630 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
5631 filter groups.
de148fee
CY
5632 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
5633 Fourquet (Bug#8804).
d024fb4e 5634
62f1ca49
JB
56352011-08-12 Juanma Barranquero <lekktu@gmail.com>
5636
5637 * startup.el (argi): Declare as global variable (bug#9275).
5638
9ccaaa4b
CY
56392011-08-12 Chong Yidong <cyd@stupidchicken.com>
5640
5641 * subr.el (string-mark-left-to-right): Search the entire string
5642 for RTL script, not just the terminating character. Doc fix.
5643
a3dae87a
SM
56442011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
5645
6cd18349
SM
5646 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
5647 New function.
5648 (js--regexp-literal, js-syntax-propertize-function): Remove.
5649 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
5650 (js-mode-map): Don't rebind electric keys.
5651 (js-insert-and-indent): Remove.
5652 (js-mode): Setup electric-layout and electric-indent instead.
5653
a3dae87a
SM
5654 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
5655
9d5cb631
DU
56562011-08-12 Daiki Ueno <ueno@unixuser.org>
5657
5658 * epa.el (epa-progress-callback-function): Fix the logic of
5659 displaying progress.
5660 * epa-file.el (epa-file-insert-file-contents): Make progress
5661 display more user-friendly.
5662 (epa-file-write-region): Ditto.
5663
3e26a4a2
CY
56642011-08-10 Chong Yidong <cyd@stupidchicken.com>
5665
5666 * subr.el (string-mark-left-to-right): New function.
5667
5668 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
5669 Use string-mark-left-to-right.
5670 (list-buffers-noselect): Caller changed.
5671
a3dae87a
SM
5672 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
5673 Use string-mark-left-to-right.
3e26a4a2
CY
5674 (tabulated-list-print): Recenter after moving point.
5675
ac8cf6e6
JL
56762011-08-10 Juri Linkov <juri@jurta.org>
5677
5678 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
5679 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
5680 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
5681
8d96c9a4
CY
56822011-08-09 Chong Yidong <cyd@stupidchicken.com>
5683
5684 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
5685 (Bug#7554).
5686
7be1c708 56872011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
5688
5689 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
5690 character. (Bug#6594)
5691
37e11a63
CY
56922011-08-08 Chong Yidong <cyd@stupidchicken.com>
5693
839dde57
CY
5694 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
5695 (image-dired--with-db-file): New macro.
5696 (image-dired-write-tags, image-dired-remove-tag)
5697 (image-dired-create-gallery-lists, image-dired-write-comments)
5698 (image-dired-get-comment, image-dired-mark-tagged-files)
5699 (image-dired-list-tags, image-dired-gallery-generate): Use it.
5700 (image-dired-gallery-generate): Use insert-file-contents.
5701
37e11a63
CY
5702 * time.el (display-time-world-list, display-time-world-display):
5703 * time-stamp.el (time-stamp-string):
5704 * vc/add-log.el (add-change-log-entry): Use setenv instead of
5705 set-time-zone-rule (Bug#7337).
5706
0b4946c4
DU
57072011-08-08 Daiki Ueno <ueno@unixuser.org>
5708
5709 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
5710 (epg-error-to-string, epg-errors-to-string): New function.
5711 (epg-wait-for-completion): Reverse errors list.
5712 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
5713 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
5714 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
5715 (epg-sign-keys, epg-generate-key-from-file)
5716 (epg-generate-key-from-string): Format errors by using
5717 epg-errors-to-string (bug#9255).
5718 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
5719
75bfc667
JL
57202011-08-07 Juri Linkov <juri@jurta.org>
5721
5722 * faces.el (list-faces-display): Remove extra angle bracket
5723 from `help-mode-map'.
5724
5725 * info.el (Info-history-toc-nodes): Doc fix.
5726
5727 * longlines.el (longlines-mode): Doc fix.
5728
673e08bb
SM
57292011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
5730
4640dd88
SM
5731 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
5732 of statements and in a few more cases (bug#9183).
5733
673e08bb
SM
5734 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
5735 New functions.
5736 (cl-transform-lambda): Use them (bug#9239).
5737
89b3f019
MR
57382011-08-05 Martin Rudalics <rudalics@gmx.at>
5739
5740 * window.el (display-buffer-same-window)
5741 (display-buffer-same-frame, display-buffer-other-window)
5742 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
5743 (pop-to-buffer-other-window)
5744 (pop-to-buffer-same-frame-other-window)
5745 (pop-to-buffer-other-frame): Make them defuns.
5746 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
5747
640c8776
SM
57482011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5749
5750 * subr.el (make-composed-keymap): Move from C. Change calling
5751 convention, and improve docstring to bring attention to a subtle point.
5752 * minibuffer.el (completing-read-default): Adjust accordingly.
5753
63648a95
MA
57542011-08-03 Michael Albinus <michael.albinus@gmx.de>
5755
5756 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
5757 (tramp-open-shell): Use `tramp-shell-quote-argument'.
5758
5759 * net/trampver.el: Update release number.
5760
b796c9b7
SM
57612011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5762
5763 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
5764 "in" (bug#9190).
5765
2239d7d5
LMI
57662011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5767
e07dd7c3
LMI
5768 * mail/sendmail.el (sendmail-query-once): Restore the current
5769 buffer after querying (bug#9074).
5770
0e6a2bd7
LMI
5771 * dired.el (dired-flagged): Use different faces for marked and
5772 flagged files (bug#6117).
5773
ce887515
LMI
5774 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
5775 (bug#4433).
5776
92f2affc
LMI
5777 * ido.el (ido-mode): Switch off the message if called
5778 non-interactively.
5779
57d5aff0
LMI
5780 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
5781 before 587, since it appears that that's more likely to work for
5782 more people.
5783
98cd6c18 5784 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 5785 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
5786 exist.
5787
b96dec83
LMI
5788 * info.el: Remove the `Info-beginning-of-buffer' function
5789 (bug#8325).
5790
b796c9b7
SM
5791 * net/network-stream.el (network-stream-open-starttls):
5792 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 5793
d90e2ea0
MR
57942011-08-01 Martin Rudalics <rudalics@gmx.at>
5795
5796 * window.el (display-buffer-in-window): Don't set dedicated status
5797 of window here (Bug#9215).
5798 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
5799 (display-buffer-pop-up-side-window)
b796c9b7 5800 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 5801
cca09170
SM
58022011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
5803
5804 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
5805 before binding generated-autoload-file.
5806
027b979c
DD
58072011-08-01 Deniz Dogan <deniz@dogan.se>
5808
5809 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
5810
3c7ee4f3
MA
58112011-07-30 Michael Albinus <michael.albinus@gmx.de>
5812
5813 Sync with Tramp 2.2.2.
5814
5815 * net/trampver.el: Update release number.
5816
2cc8e51a
JL
58172011-07-30 Juri Linkov <juri@jurta.org>
5818
5819 * dired-aux.el (dired-touch-initial): Remove function.
5820 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
5821 current time, and `default' to the last modification time of the
5822 current marked file (bug#6887).
5823
a514d856
JM
58242011-07-28 Jose E. Marchesi <jemarch@gnu.org>
5825
5826 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 5827 numeric argument to read-number (bug#9163).
a514d856 5828
8a7eddd7
MA
58292011-07-27 Michael Albinus <michael.albinus@gmx.de>
5830
5831 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
5832 connection process, it could be nil.
5833
1ddd96f5
LL
58342011-07-27 Leo Liu <sdl.web@gmail.com>
5835
5836 Simplify url handling in rcirc-mode.
5837
5838 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
5839 (rcirc-browse-url-at-mouse): Remove.
5840 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
5841
b248a85d
AM
58422011-07-26 Alan Mackenzie <acm@muc.de>
5843
5844 Fontify bitfield declarations properly.
5845
5846 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
5847 (c-symbol-chars): Now exported as a lang variable.
5848 (c-not-primitive-type-keywords): New lang variable.
5849
5850 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
5851 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 5852 parsed as a bitfield declaration.
b248a85d 5853
b796c9b7
SM
5854 * progmodes/cc-engine.el (c-beginning-of-statement-1):
5855 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
5856 (c-punctuation-in): New function.
5857 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
5858 declarations properly.
5859
68575ab0
UJ
58602011-07-26 Ulf Jasper <ulf.jasper@web.de>
5861
5862 * calendar/icalendar.el (icalendar--all-events): Take care of
5863 multiple vcalendars in a single file.
b796c9b7 5864 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 5865
0f0a88b9
DD
58662011-07-25 Deniz Dogan <deniz@dogan.se>
5867
5868 * image.el (insert-image): Clarifying docstring.
5869
0b3f36df
MA
58702011-07-24 Michael Albinus <michael.albinus@gmx.de>
5871
5872 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
5873 `tramp-send-command-and-check' if there is no error.
5874 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
5875
a9901f61
AM
58762011-07-22 Alan Mackenzie <acm@muc.de>
5877
5878 Prevent cc-langs.elc being loaded at run time.
5879
5880 * progmodes/cc-mode.el: Remove two autoload forms which loaded
5881 cc-langs.
5882
4d61f28d 5883 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
5884 "(require 'cc-langs)". Quote a form so it will evaluate at
5885 (cc-mode's) compilation time.
5886
11d074b2
MA
58872011-07-22 Michael Albinus <michael.albinus@gmx.de>
5888
5889 * net/tramp.el (tramp-file-name-handler): Avoid recursive
5890 loading. (Bug#9114)
5891
938b94c8
MR
58922011-07-21 Martin Rudalics <rudalics@gmx.at>
5893
5894 * window.el (display-buffer-pop-up-window)
5895 (display-buffer-pop-up-side-window)
5896 (display-buffer-in-side-window): Call display-buffer-set-height
5897 and display-buffer-set-width after setting the new window's
b796c9b7 5898 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 5899
bfa4f190
SS
59002011-07-20 Sam Steingold <sds@gnu.org>
5901
5902 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
5903 (etags-tags-included-tables): Call `convert-standard-filename' on
5904 the file names contained in TAGS so that windows Emacs can handle
5905 TAGS files created by cygwin ctags.
5906
8ca42262
LMI
59072011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5908
5909 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
5910 which apparently didn't work.
5911
5db2afd2 59122011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 5913
5db2afd2
RW
5914 * proced.el (proced-send-signal): For *Marked Processes* buffer
5915 put point at beginning of buffer.
5916
92e15d10
SB
59172011-07-19 Stephen Berman <stephen.berman@gmx.net>
5918
5919 * proced.el (proced-format): Make header lines align with the text
5920 (bug#1779).
5921
1bfd59e5
LMI
59222011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5923
5924 * view.el (view-buffer): Allow running in `special' modes if we're
5925 visiting a file (bug#8615).
5926
f5aae37c
MR
59272011-07-19 Martin Rudalics <rudalics@gmx.at>
5928
5929 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
5930 (display-buffer-alist-set-1, display-buffer-alist-set-2):
5931 New functions.
f5aae37c
MR
5932 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
5933 more accurately.
5934
bf2c1571
AM
59352011-07-18 Alan Mackenzie <acm@muc.de>
5936
5937 Fontify declarators properly when, e.g., a jit-lock chunk begins
5938 inside a declaration.
5939
5940 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
5941
b796c9b7
SM
5942 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
5943 New function.
bf2c1571
AM
5944 (c-complex-decl-matchers): Insert reference to
5945 c-font-lock-enclosing-decls.
5946
5947 * progmodes/cc-engine.el (c-backward-single-comment):
5948 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
5949 to nil around calls to (forward-comment -1).
5950
4e190b80
LMI
59512011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5952
12dc863d
LMI
5953 * image.el (put-image): Doc typo fix.
5954
a762e966
LMI
5955 * progmodes/etags.el (tags-search): Doc typo fix.
5956
4e190b80
LMI
5957 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
5958 password if we get errors 550 to 554.
5959
f019fb21
LMI
59602011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5961
b796c9b7 5962 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 5963
81746738
LMI
5964 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
5965 indentation character (bug#6380).
5966
3ee3a1b5
LMI
5967 * files.el (buffer-offer-save): Made permanently local (bug#6241).
5968
c82f64de
LMI
5969 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
5970 to clarify what the problem is (bug#4291).
5971
f019fb21
LMI
5972 * simple.el (current-kill): Clarify what
5973 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
5974 (auto-fill-mode): Document `auto-fill-function' in relation to
5975 `auto-fill-mode' (bug#2470).
f019fb21 5976
0794775d
LM
59772011-07-16 Lawrence Mitchell <wence@gmx.li>
5978
5979 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
5980 method if slot is read-only (bug#9035).
5981
be39b8cc
MR
59822011-07-16 Martin Rudalics <rudalics@gmx.at>
5983
b796c9b7 5984 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 5985 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
5986 selected before, see discussion of (Bug#8615), (Bug#6954).
5987 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 5988
6ccf7859
GM
59892011-07-15 Glenn Morris <rgm@gnu.org>
5990
5991 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 5992 Respect help-form.
6ccf7859 5993
87e86684
LM
59942011-07-09 Lawrence Mitchell <wence@gmx.li>
5995
5996 * net/gnutls.el (gnutls-min-prime-bits): New variable.
5997 (gnutls-negotiate): Use it.
5998
d6066239
LMI
59992011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6000
b796c9b7
SM
6001 * net/gnutls.el (gnutls-negotiate):
6002 Upcase `gnutls-algorithm-priority'.
d6066239 6003
bd23ebc0
GM
60042011-07-15 Glenn Morris <rgm@gnu.org>
6005
c65bca65
GM
6006 * jka-compr.el (jka-compr-verbose): Move from here...
6007 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
6008 Add missing :version tag.
6009 * info.el: No need to require jka-compr when compiling.
bd23ebc0 6010
478615cc
LMI
60112011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6012
7b41decb
LMI
6013 * net/gnutls.el (gnutls-algorithm-priority): New variable.
6014 (gnutls-negotiate): Use it.
6015
dbc44fcd
LMI
6016 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
6017
06789f97
LMI
6018 * info.el (Info-beginning-of-buffer): New command.
6019 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
6020 announcing `b' as the key (bug#8325).
ab896c37 6021 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 6022
c39da690
LMI
6023 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
6024
3aa5f34b
LMI
6025 * international/mule-cmds.el
6026 (describe-specified-language-support): Make the error message
6027 clearer (bug#8905).
6028
4bf0979f
LMI
6029 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
6030
478615cc
LMI
6031 * isearch.el (isearch-barrier): Add a doc string, since it's
6032 mentioned in a function doc string (bug#8678).
6033
75c68aa1
MR
60342011-07-15 Martin Rudalics <rudalics@gmx.at>
6035
6036 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
6037 buffer argument (Bug#9083) and self-identifying label argument.
6038
a7c33da2
GM
60392011-07-15 Glenn Morris <rgm@gnu.org>
6040
6041 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
6042
2f5c6024
LMI
60432011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6044
6045 * man.el (Man-fontify-manpage): Fix message when formatting the
6046 man page (bug#7929).
6047
0bb23927 60482011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
6049
6050 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
6051 argument LRM; if non-nil, append an invisible LRM character to the
6052 buffer name.
6053 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
6054 last argument non-nil, when formatting buffer names.
0bb23927
EZ
6055 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
6056 paragraph direction.
cce4b0a7 6057
621ef9ab
LMI
60582011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6059
d1583c48
LMI
6060 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
6061 the man page name (bug#7929).
6062
6a57fb5f
LMI
6063 * image.el (put-image): Mention the `put-image' overlay property
6064 (bug#7834).
6065
d7956b14
LMI
6066 * scroll-bar.el (set-scroll-bar-mode): Mention that
6067 `scroll-bar-mode' lists the values (bug#7772).
6068
5b2d4a66
LMI
6069 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
6070 command (bug#7729).
6071
7509a874
LMI
6072 * rect.el (apply-on-rectangle): Return the point after the last
6073 operation.
6074 (string-rectangle): Go to the point after the last operation
6075 (bug#7522).
6076
4fe74b19
LMI
6077 * printing.el (pr-toggle-region): Clarify the documentation
6078 slightly (bug#7493).
6079
b796c9b7
SM
6080 * time.el (display-time-update):
6081 Allow `display-time-mail-function' to return nil (bug#7158).
6082 Fix suggested by Detlev Zundel.
ab283561 6083
fc233c9d
LMI
6084 * vc/diff.el (diff): Clarify the order the file names are read
6085 (bug#7111).
6086
43f5740b
LMI
6087 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
6088 the doc string (bug#7015).
6089
f2182a76
LMI
6090 * font-lock.el (font-lock-maximum-decoration): Mention what
6091 numeric levels mean (bug#6935).
6092
621ef9ab
LMI
6093 * startup.el (initial-buffer-choice): Don't mention the `none'
6094 selection, which is against policy.
6095
adc47434
MR
60962011-07-14 Martin Rudalics <rudalics@gmx.at>
6097
b796c9b7
SM
6098 * window.el (display-buffer-normalize-special):
6099 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 6100
7e5bfb8f
EZ
61012011-07-14 Eli Zaretskii <eliz@gnu.org>
6102
6103 * subr.el (version<, version<=, version=): Mention "-CVS" and
6104 "-12345" alpha version numbers.
6105
27fa387a
CY
61062011-07-14 Chong Yidong <cyd@stupidchicken.com>
6107
6108 * bindings.el: Add advertised binding for set-mark-command
6109 (Bug#5772).
6110
8bdfa064
CY
61112011-07-14 Chong Yidong <cyd@stupidchicken.com>
6112
6113 * bindings.el (mode-line-other-buffer):
6114 * bookmark.el (bookmark-bmenu-2-window):
6115 * bs.el (bs-cycle-next, bs-cycle-previous):
6116 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
6117 switch-to-buffer.
6118
6119 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 6120 Delete.
8bdfa064 6121
5eba16a3
JB
61222011-07-14 Juanma Barranquero <lekktu@gmail.com>
6123
6124 * follow.el (follow-debug-message, follow-redisplay):
6125 * jka-cmpr-hook.el (with-auto-compression-mode):
6126 Fix typos in docstrings.
6127
15853710
LMI
61282011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6129
a28e4607
LMI
6130 * subr.el (with-silent-modifications): Clarify somewhat what the
6131 macro inhibits (bug#6525).
6132
15853710
LMI
6133 * simple.el (eval-expression): Note what it does if called
6134 interactively (bug#6495).
6135
bee0fcef
CY
61362011-07-13 Chong Yidong <cyd@stupidchicken.com>
6137
b796c9b7
SM
6138 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
6139 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
6140
6141 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6142 Remove switch-to-buffer.
6143
58274504
LMI
61442011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6145
bd2fcc8d
LMI
6146 * files.el (make-directory): Clarify that an error will be raised
6147 if there's an error (bug#6397).
6148
0f04b32c
LMI
6149 * startup.el (initial-buffer-choice): Add `none' as a choice
6150 (bug#6234).
6151
465c5fc8
LMI
6152 * subr.el (add-hook): Clarify section about buffer-local hooks
6153 (bug#6218).
6154
58274504
LMI
6155 * dired.el (dired-flagged): Clarify doc string (bug#6117).
6156
bead9a43
JB
61572011-07-13 Juanma Barranquero <lekktu@gmail.com>
6158
6159 * tabify.el (untabify): Preserve the current column so that point
6160 doesn't move (bug#6032).
6161
3af98a7b
LMI
61622011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6163
b796c9b7
SM
6164 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
6165 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 6166
6240145a
GM
61672011-07-13 Glenn Morris <rgm@gnu.org>
6168
6169 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
6170 (dired-insert-directory): Give a message the first time
6171 if ls is found not to support --dired.
6172
1d8c2ccc
LMI
61732011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6174
6175 * simple.el (toggle-truncate-lines): Clarify what is toggled
6176 (bug#5580). Text by Drew Adams.
6177
5fc4038e
CY
61782011-07-13 Chong Yidong <cyd@stupidchicken.com>
6179
6180 * simple.el (blink-matching-open): Make the error message from the
6181 last change less verbose.
6182
bf6012e5
DN
61832011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
6184
6185 * font-lock.el (font-lock-comment-face): Use the high contrast
6186 "yellow" color for font-lock-comment-face on low color terminals
6187 using a dark background color (bug#4221).
6188
343c3b5a
LMI
61892011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6190
7e9505c5
LMI
6191 * dired.el (dired-insert-set-properties): Make the doc string
6192 reflect what it does now (bug#5325).
6193
c26fdcf5
LMI
6194 * simple.el (blink-matching-open): Say that we were unable to find
6195 the match within the limit, if we're limited (bug#5122).
6196
bb388cc5
LMI
6197 * international/mule-cmds.el (prefer-coding-system): Add an
6198 example (bug#4869).
6199
343c3b5a
LMI
6200 * progmodes/etags.el (tags-search): Document `file-list-form'
6201 (bug#4731).
6202
2a517d45
LM
62032011-07-13 Lawrence Mitchell <wence@gmx.li>
6204
6205 * net/browse-url.el (browse-url-default-browser)
6206 (browse-url-browser-function): Make the default browser choice a
6207 bit more logical (bug#4300). Also clean up the doc string.
6208
b6c78ef2
JB
62092011-07-13 Juanma Barranquero <lekktu@gmail.com>
6210
6211 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
6212 binary endings (bug#4440).
6213
1c4dd947
LMI
62142011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6215
a2014063
LMI
6216 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
6217 which can be pretty annoying (bug#8971).
6218
9c9c2d88
LMI
6219 * jka-compr.el (jka-compr-verbose): New variable, and use
6220 throughout (bug#8971).
6221
1c4dd947
LMI
6222 * info.el (Info-find-file): Fall back on the installation
6223 directory if we can't find the info node anywhere else.
6224
a1c9f41b
SO
62252011-07-13 Sergei Organov <osv@javad.com> (tiny change)
6226
6227 * vc/vc.el (vc-revert-file):
6228 Don't set file time-stamp in the past. (Bug#5181)
6229
536f3d36
LMI
62302011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6231
7152b011
LMI
6232 * files.el (after-find-file): Give a better error message when
6233 trying to find a symlink that points to a file that doesn't exist
6234 (bug#4398).
6235
536f3d36
LMI
6236 * progmodes/cc-vars.el: Remove (probably) misleading comment
6237 (bug#4396).
6238
460c0fba
JB
62392011-07-12 Johan Bockgård <bojohan@gnu.org>
6240
6241 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
6242
7a6bda45
CY
62432011-07-12 Chong Yidong <cyd@stupidchicken.com>
6244
6245 * mouse-sel.el: Hack restoring functionality, while keeping
6246 compatibility with 2010-07-03 changes to mouse selection.
6247 (mouse-sel-primary-overlay): New var.
6248 (mouse-sel-selection-alist): Use it.
6249 (mouse-sel-mode): Doc fix; remove points that are default features
6250 of mouse.el.
6251
c79598ef
JB
62522011-07-12 Johan Bockgård <bojohan@gnu.org>
6253
6254 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6255 Fix previous fix (bug#2490).
6256
ff8be6ef
RW
62572011-07-12 Roland Winkler <winkler@gnu.org>
6258
b796c9b7
SM
6259 * textmodes/bibtex.el (bibtex-initialize):
6260 Use pop-to-buffer-same-window.
ff8be6ef
RW
6261 (bibtex-search-entries): Fix interactive call.
6262
296ba3ee
LMI
62632011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6264
f5242a02 6265 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
6266 Fontise bytecomp Error lines more correctly (bug#2490).
6267 Fix suggested by Johan Bockgård.
f5242a02 6268
296ba3ee
LMI
6269 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
6270
6271 * dired-x.el (dired-guess-default): Use `delete-dups'.
6272
f69fd0d2
CY
62732011-07-12 Chong Yidong <cyd@stupidchicken.com>
6274
6275 * dired.el (dired-mark-prompt):
6276 * dired-aux.el (dired-read-shell-command): Doc fix.
6277
eab5dc07
LMI
62782011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6279
b796c9b7
SM
6280 * mail/sendmail.el (sendmail-query-once):
6281 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
6282 emacs -Q.
6283
6284 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
6285
eab5dc07
LMI
6286 * cus-edit.el (custom-file): Take an optional no-error variable.
6287 (customize-save-variable): Set the variable, and give a warning if
6288 running under "emacs -q".
6289
a1e65d42
JB
62902011-07-11 Juanma Barranquero <lekktu@gmail.com>
6291
6292 * loadhist.el (unload-feature-special-hooks):
6293 Add `auto-coding-functions', `fill-nobreak-predicate' and
6294 `find-directory-functions' (bug#5327).
6295
1d52da10
LMI
62962011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6297
be958f1d
LMI
6298 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
6299
5bedb26c
LMI
6300 * cus-edit.el (custom-guess-name-alist): -alist variables should
6301 use the `alist' type (bug#3120). Suggested by Drew Adams.
6302
1d52da10
LMI
6303 * printing.el: Add documentation to all the `pr-toggle-' commands.
6304
cd394be1 63052011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
6306
6307 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
6308 backends where it makes sense (bug#2623).
6309
dcc88d8a
LMI
63102011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6311
c3de9feb
LMI
6312 * dired-x.el (dired-guess-default): Remove duplicate shell command
6313 entries (bug#2028).
8a93078b 6314 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 6315 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 6316
dcc88d8a
LMI
6317 * subr.el (remove-duplicates): New conveniency function.
6318
505e3645
LMI
63192011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6320
6321 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
6322 (bug#1526).
6323
63242011-07-10 Martin Rudalics <rudalics@gmx.at>
6325
6326 * window.el (display-buffer-normalize-default): Don't invert
6327 meaning of even-window-heights. Reported by Eli Zaretskii
6328 <eliz@gnu.org>.
6329
455e4fa1
BR
63302011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
6331
6332 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
6333
8e0bc3e9
CY
63342011-07-10 Chong Yidong <cyd@stupidchicken.com>
6335
6336 * window.el (display-buffer): Fix arguments to
6337 display-buffer-reuse-window in last change.
6338
fa7c3228
CY
6339 * faces.el (link): Use a less saturated blue on light backgrounds.
6340
6341 * startup.el (fancy-startup-text, fancy-about-text)
6342 (fancy-startup-tail): Use font-lock faces, for background safety.
6343
c0a7f300
BN
63442011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
6345
b796c9b7
SM
6346 * emulation/viper-cmd.el (viper-change-state-to-vi):
6347 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 6348
4dc2a129
MR
63492011-07-09 Martin Rudalics <rudalics@gmx.at>
6350
6351 * window.el (display-buffer-default-specifiers): Remove.
6352 (display-buffer-macro-specifiers): Remove default specifiers.
6353 (display-buffer-alist): Default to nil.
b796c9b7 6354 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
6355 (display-buffer-pop-up-window): Allow splitting internal
6356 windows. Check whether a live window was created.
6357 (display-buffer-other-window-means-other-frame)
6358 (display-buffer-normalize-arguments): Rename to
6359 display-buffer-normalize-argument and rewrite. Set the
6360 other-window specifier.
6361 (display-buffer-normalize-special): New function.
6362 (display-buffer-normalize-options): Rename to
6363 display-buffer-normalize-default and rewrite.
6364 (display-buffer-normalize-options-inhibit): Remove.
6365 (display-buffer-normalize-specifiers): Rewrite.
6366 (display-buffer): Process other-window specifier and call
6367 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
6368 more faithfully.
b796c9b7 6369 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 6370 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
6371 (display-buffer-in-window, display-buffer-alist-set):
6372 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
6373 <tassilo@member.fsf.org>.
6374
2d43b8c9
LL
63752011-07-09 Leo Liu <sdl.web@gmail.com>
6376
6377 * register.el (insert-register): Restore accidental change on
6378 2011-06-26. (Bug#9028)
6379
7f9b7c53
GM
63802011-07-09 Glenn Morris <rgm@gnu.org>
6381
6382 * subr.el (remq): Handle the empty list. (Bug#9024)
6383
f042cfd8
AS
63842011-07-08 Andreas Schwab <schwab@linux-m68k.org>
6385
6386 * mail/sendmail.el (send-mail-function): No longer delay custom
6387 initialization.
6388 * custom.el (custom-initialize-delay): Doc fix.
6389
856b2f11
SM
63902011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
6391
6392 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
6393
afae1d68
MA
63942011-07-08 Michael Albinus <michael.albinus@gmx.de>
6395
6396 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
6397 human-friendly prompt.
6398
0757af94
SM
63992011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
6400
6401 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
6402 provided by a particular plugin.
6403
d760b731
LMI
64042011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
6405
6406 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
6407 save customizations (with "emacs -Q"), just set the variable
6408 instead of erroring out.
6409
6410 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
6411
cd79ce90
JL
64122011-07-08 Juri Linkov <juri@jurta.org>
6413
6414 * arc-mode.el (archive-zip-expunge, archive-zip-update)
6415 (archive-zip-update-case): Use 7z if found by `executable-find'.
6416 The order of searching the available programs is the same as in
6417 `archive-zip-extract' (bug#8968).
6418
14cc04aa
CY
64192011-07-07 Chong Yidong <cyd@stupidchicken.com>
6420
6421 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
6422 (menu-bar-options-menu): Tweak descriptions.
6423
0a1848ec
LMI
64242011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6425
6426 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
6427 menu items into verb phrases (bug#1421). Also refill to fit under
6428 80 columns.
6429
f5bd0689
CY
64302011-07-07 Chong Yidong <cyd@stupidchicken.com>
6431
538e85c6
CY
6432 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
6433 (Info-read-node-name): Doc fix (Bug#1084).
6434
f5bd0689
CY
6435 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
6436 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
6437 (end-of-sexp, beginning-of-sexp)
6438 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
6439 (forward-symbol, forward-same-syntax, word-at-point)
6440 (sentence-at-point): Doc fix (Bug#1144).
6441
56ec5115
LMI
64422011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6443
f3f8e37f
LMI
6444 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
6445 should cover it (bug#1281).
6446
0757af94 6447 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 6448
e9fce1ac 6449 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
6450 negotiation fails, then possibly try again with a non-encrypted
6451 connection (bug#9017).
6452
56ec5115
LMI
6453 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
6454 be used.
6455
c2f9aec8
RS
64562011-07-07 Richard Stallman <rms@gnu.org>
6457
6458 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
6459 property, and handle its changed format.
6460 Look for the correct line number.
6461 Use file's line contents (but not past first =) to find
6462 correct line in message.
6463
ef7b981d 64642011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
6465
6466 * international/characters.el (build-unicode-category-table):
6467 Delete it.
0757af94 6468 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 6469
0757af94 6470 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
6471 to src/chartab.c.
6472 (get-char-code-property): Call unicode-property-table-internal to
6473 load a file. Call get-unicode-property-internal where necessary.
6474 (put-char-code-property): Call unicode-property-table-internal to
6475 load a file. Call put-unicode-property-internal where necessary.
6476 put-unicode-property-internal where necessary.
0757af94
SM
6477 (char-code-property-description):
6478 Call unicode-property-table-internal to load a file.
c805dec0
KH
6479
6480 * international/charprop.el:
6481 * international/uni-bidi.el:
6482 * international/uni-category.el:
6483 * international/uni-combining.el:
6484 * international/uni-comment.el:
6485 * international/uni-decimal.el:
6486 * international/uni-decomposition.el:
6487 * international/uni-digit.el:
6488 * international/uni-lowercase.el:
6489 * international/uni-mirrored.el:
6490 * international/uni-name.el:
6491 * international/uni-numeric.el:
6492 * international/uni-old-name.el:
6493 * international/uni-titlecase.el:
6494 * international/uni-uppercase.el: Regenerate.
6495
6496 * loadup.el: Load international/charprop.el before
6497 international/characters.
6498
e14b388a
CY
64992011-07-07 Chong Yidong <cyd@stupidchicken.com>
6500
6501 * window.el (next-buffer, previous-buffer): Signal an error if
6502 called from a minibuffer window.
6503
6504 * bindings.el: Revert 2011-07-04 change.
6505
354cf0ba
RS
65062011-07-06 Richard Stallman <rms@gnu.org>
6507
6508 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
6509 (rmail-mime-insert-bulk, rmail-mime-insert-text):
6510 Treat markers like ints.
6511 (rmail-mime-entity): Doc fix.
6512
a48868a7
LMI
65132011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6514
4906cd3d
LMI
6515 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
6516 defcustom again for backwards compatibility.
6517
e0457abe
LMI
6518 * simple.el (shell-command-on-region): Fill.
6519
d67f7e1f
LMI
6520 * dired-aux.el (dired-kill-line): Add a doc string.
6521
fe204702
LMI
6522 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
6523 to "\\sw\\|\\s_" (bug#358).
6524
a48868a7
LMI
6525 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
6526 (dired-unmark-backward): Ditto.
6527 (dired-flag-backup-files): Ditto.
6528
6529 * dired-x.el (dired-mark-sexp): Ditto.
6530
aa8a705c
RS
65312011-07-06 Richard Stallman <rms@gnu.org>
6532
6533 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
6534 (rmail-mime-entity): New arg TRUNCATED.
6535 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
6536 New functions.
6537 (rmail-mime-save): Warn if entity is truncated.
6538 (rmail-mime-toggle-hidden): Likewise, for showing.
6539 (rmail-mime-process-multipart): Record when an entity is truncated.
6540
a9a936b9
RS
6541 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
6542 if ENTITY is a string.
6543
1f2b92cb
LMI
65442011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6545
f4f73198 6546 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
6547 of faces when `M-C-x'-ing their definitions (bug#8378).
6548 Also clean up the code slightly.
f4f73198 6549
12b16734 6550 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 6551 because that makes the colors go away.
12b16734 6552
f0691d22
LMI
6553 * mail/sendmail.el (send-mail-function): Change the default to
6554 `sendmail-query-once'.
9e87df06 6555 (sendmail-query-once): Add an autoload cookie.
f0691d22 6556
1f2b92cb
LMI
6557 * net/network-stream.el (network-stream-open-starttls): Try using
6558 a plain connection even if the server offered STARTTLS, and we
6559 kinda wanted to use it, if Emacs doesn't have any STARTTLS
6560 capability. This should make smtpmail.el work in slightly more
6561 configurations.
6562
1cdd2a1b
MA
65632011-07-06 Michael Albinus <michael.albinus@gmx.de>
6564
6565 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
6566 New defun.
6567 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
6568
fbcc67e2
MM
65692011-07-06 Michael R. Mauger <mmaug@yahoo.com>
6570
6571 * progmodes/sql.el: Version 3.0
0757af94 6572 (sql-product-alist): Add product :completion-object,
fbcc67e2 6573 :completion-column, and :statement attributes.
0757af94 6574 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 6575 (sql-mode-syntax-table): Mark all punctuation.
0757af94 6576 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
6577 ansi keywords.
6578 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 6579 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
6580 (sql-oracle-show-reserved-words): New function for development.
6581 (sql-product-font-lock): Simplify for source code buffers.
6582 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
6583 New functions.
6584 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
6585 (sql-mode-map): Add statement movement functions.
6586 (sql-ansi-statement-starters, sql-oracle-statement-starters):
6587 New variable.
fbcc67e2
MM
6588 (sql-statement-regexp, sql-beginning-of-statement)
6589 (sql-end-of-statement, sql-signum): New functions.
0757af94 6590 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
6591 (sql-show-sqli-buffer): Bug fix.
6592 (sql-interactive-mode): Store connection data as buffer local.
0757af94 6593 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
6594 with sql-interactive-mode.
6595 (sql-save-connection): Save buffer local settings.
0757af94 6596 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
6597 (sql-product-interactive): Bug fix.
6598 (sql-preoutput-hold): New variable.
6599 (sql-interactive-remove-continuation-prompt): Bug fixes.
6600 (sql-debug-redirect): New variable.
6601 (sql-str-literal): New function.
6602 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 6603 Redesign.
fbcc67e2
MM
6604 (sql-oracle-save-settings, sql-oracle-restore-settings)
6605 (sql-oracle-list-all, sql-oracle-list-table): New functions.
6606 (sql-completion-object, sql-completion-column)
6607 (sql-completion-sqlbuf): New variables.
6608 (sql-build-completions-1, sql-build-completions)
6609 (sql-try-completion): New functions.
6610 (sql-read-table-name): Use them.
6611 (sql-contains-names): New buffer local variable.
6612 (sql-list-all, sql-list-table): Use it.
6613 (sql-oracle-completion-types): New variable.
6614 (sql-oracle-completion-object, sql-sqlite-completion-object)
6615 (sql-postgres-completion-object): New functions.
6616
d4eaeab1
GM
66172011-07-06 Glenn Morris <rgm@gnu.org>
6618
6619 * window.el (pop-to-buffer): Doc fix.
6620
322b7dab 66212011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
6622
6623 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
6624
322b7dab 66252011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 6626
322b7dab 6627 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 6628
322b7dab 6629 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 6630
605dd5bf
CY
66312011-07-05 Chong Yidong <cyd@stupidchicken.com>
6632
6633 * button.el (button): Inherit from link face. Suggested by Dan
6634 Nicolaescu.
6635
7dbfa719
SM
66362011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6637
3db614b0
SM
6638 * progmodes/gdb-mi.el: Fit in 80 columns.
6639 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
6640 switch-to-buffer.
6641
7dbfa719
SM
6642 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
6643 if imenu is simply not configured (bug#8941).
6644
919d884a
KM
66452011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
6646
6647 * allout.el (allout-post-undo-hook): New allout outline-change
6648 event hook to signal undo activity.
6649 (allout-post-command-business): Run allout-post-undo-hook if an
6650 undo just occurred.
7dbfa719
SM
6651 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
6652 * allout-widgets.el (allout-widgets-after-undo-function):
6653 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
6654 in the vicinity of an undo.
6655 (allout-widgets-mode): Include allout-widgets-after-undo-function
6656 on the new allout-post-undo-hook.
6657
450a0f09
SM
66582011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6659
6660 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
6661 Let define-derived-mode define it.
6662 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
6663 cycles of abbrev-table inheritance (bug#8998).
6664
2de69e00
RW
66652011-07-05 Roland Winkler <winkler@gnu.org>
6666
6667 * textmodes/bibtex.el: Add support for biblatex.
6668 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
6669 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
6670 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
6671 (bibtex-entry-alist, bibtex-field-alist): New variables.
6672 (bibtex-entry-field-alist): Obsolete alias for
6673 bibtex-BibTeX-entry-alist.
6674 (bibtex-entry-alist, bibtex-field-alist): New widgets.
6675 (bibtex-set-dialect): New command.
6676 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
6677 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
6678 Bind via bibtex-set-dialect.
2de69e00
RW
6679 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
6680 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
6681 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
6682 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
6683 Define via bibtex-set-dialect.
450a0f09
SM
6684 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
6685 Obey bibtex-no-opt-remove-re.
2de69e00
RW
6686 (bibtex-vec-push, bibtex-vec-incr): New functions.
6687 (bibtex-format-entry, bibtex-field-list)
6688 (bibtex-print-help-message, bibtex-validate)
6689 (bibtex-search-entries): Use new format of bibtex-entry-alist.
6690
2dcdbdd9
SM
66912011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6692
6693 * progmodes/compile.el (compilation-goto-locus):
6694 * net/tramp-cmds.el (tramp-append-tramp-buffers):
6695 * bs.el (bs-cycle-next, bs-cycle-previous):
6696 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
6697 * bindings.el (mode-line-other-buffer):
6698 * autoinsert.el (auto-insert):
6699 * arc-mode.el (archive-extract):
6700 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
6701
b27640fe
JB
67022011-07-05 Juanma Barranquero <lekktu@gmail.com>
6703
6704 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
6705 Fix check of `emacs-lock-unlockable-modes'.
6706 Coerce true values of `emacs-lock--try-unlocking' to t.
6707
53bbe3ad
JB
67082011-07-05 Juanma Barranquero <lekktu@gmail.com>
6709
6710 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
6711 * emacs-lock.el: New file.
6712
1d3cdbc7
JD
67132011-07-05 Julien Danjou <julien@danjou.info>
6714
6715 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
6716 than `boundp' to check if face is set.
6717
9173deec
JB
67182011-07-05 Juanma Barranquero <lekktu@gmail.com>
6719
6720 * register.el (registerv-make):
6721 * window.el (window-min-height): Fix typos in docstrings.
6722
869795d6
JD
67232011-07-05 Jan Djärv <jan.h.d@swipnet.se>
6724
9173deec 6725 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
6726 Update doc string.
6727
b768cdcd
JB
67282011-07-04 Juanma Barranquero <lekktu@gmail.com>
6729
6730 * server.el (server-execute): Catch quit and call
6731 `server-return-error' to pass the error back to emacsclient and
6732 close the connection (bug#8942).
6733
13aa217b
KM
67342011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
6735
6736 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
6737 insecure exception for current topic. Also note that auto-saves
6738 are handled differently.
6739
6740 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
6741 State variables for tracking auto-save inhibition situation.
6742
6743 (allout-write-contents-hook-handler): Rename from
6744 'allout-write-file-hook-handler', and describe how it depends on
6745 write-contents-functions sensitivity to non-nil value to prevent
6746 file write.
6747
6748 (allout-auto-save-hook-handler): Remove. auto-save does not check
6749 this in individual buffers, only in the starting buffer, so this
6750 is not the right way for us to inhibit auto-save in a buffer
6751 according to its condition.
6752
6753 (allout-mode): Use new allout-write-contents-hook-handler, and
6754 only with write-contents-functions. Remove auto-save provisions -
6755 they're implemented elsewhere.
6756
6757 (allout-before-change-handler): If undo is in progress, note that
6758 for attention of allout-post-command-business.
6759
6760 (allout-post-command-business): If the command we're following was
6761 an undo, check for change in the status of encrypted items and
6762 adjust auto-save inhibitions accordingly.
6763
6764 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
6765 according to whether there are or aren't any plain-text topics
6766 pending encryption.
6767
2dcdbdd9 6768 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
6769 Adjust buffer-saved-size and some allout state to inhibit auto-saves
6770 if there are plain-text topics pending encryption.
13aa217b
KM
6771
6772 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
6773 buffer-saved-size and some allout state to not inhibit auto-saves
6774 if there are no longer any plain-text topics pending encryption.
6775
0757af94
SM
6776 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
6777 No longer provide for exemption of the current topic.
13aa217b 6778
ac89b32c
JL
67792011-07-04 Juri Linkov <juri@jurta.org>
6780
6781 Add 7z operations to delete and save changed members (bug#8968).
6782 * arc-mode.el (archive-7z-expunge, archive-7z-update):
6783 New defcustoms.
6784 (archive-7z-write-file-member): New function.
6785 (archive-7z-summarize): Fix the number of dashes in the
6786 listing output.
6787
8fa39615
SM
67882011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
6789
6790 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
6791 (bug#8958).
6792
2f11b3f1
CY
67932011-07-04 Chong Yidong <cyd@stupidchicken.com>
6794
d66fef2b
CY
6795 * bindings.el: Ignore next-buffer and previous-buffer in
6796 minibuffer-local-map.
6797
2f11b3f1
CY
6798 * font-lock.el (font-lock-builtin-face): Change light background
6799 color to dark slate blue (Bug#6693).
6800
f932a347
WD
68012011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
6802
6803 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
6804
c8af70e1
SM
68052011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
6806
6807 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
6808 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6809 Add switch-to-buffer.
6810
f158badc
LMI
68112011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6812
6813 * isearch.el (isearch-search-fun-function): Clarify further the
6814 meaning of the function returned.
6815
6d95bd46
MA
68162011-07-04 Michael Albinus <michael.albinus@gmx.de>
6817
6818 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
6819
6820 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
6821 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
6822 Use it.
6823 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
6824 `tramp-default-remote-path' does not exist.
6825 (tramp-send-command-and-read): New optional argument NOERROR.
6826 (tramp-open-connection-setup-interactive-shell)
6827 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
6828 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
6829 (tramp-process-sentinel): Flush also process' connection property.
6830 (tramp-sh-handle-start-file-process): Do not set process
6831 sentinel. It is done now ...
6832 (tramp-maybe-open-connection): ... here. (Bug#8929)
6833
909e6b67
MK
68342011-07-04 MON KEY <monkey@sandpframing.com>
6835
6836 * play/animate.el (animate-string): Doc fixes and allow changing
6837 the buffer name (bug#5417).
6838
68392011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6840
c8af70e1 6841 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 6842
f34755dc
PE
68432011-07-04 Paul Eggert <eggert@cs.ucla.edu>
6844
396cec72
PE
6845 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
6846 This is simpler and helps future-proof the code.
6847 (timer-until): Use time-subtract and float-time.
08235028 6848 (timer--time-less-p): Use time-less-p.
f34755dc 6849
56e6cc31
JB
68502011-07-04 Juanma Barranquero <lekktu@gmail.com>
6851
3abb79e5
JB
6852 * type-break.el (timep): Use the value of `float-time' to avoid a
6853 byte-compiler warning.
6854
56e6cc31
JB
6855 * server.el (server-eval-and-print): Return any result, even nil.
6856
7b9430b4
PE
68572011-07-03 Paul Eggert <eggert@cs.ucla.edu>
6858
6859 * type-break.el: Accept time formats that the builtins accept.
6860 (timep, type-break-time-difference): Accept any format that
6861 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
6862 This is simpler and helps future-proof the code.
6863 (type-break-time-difference): Round rather than ignoring
6864 subseconds components.
6865
3034e9e7
LMI
68662011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6867
6868 * info.el (Info-apropos-matches): Make non-interactive, since it
6869 doesn't seem to do anything useful as a command (bug#8829).
6870
1485f4c0
CY
68712011-07-03 Chong Yidong <cyd@stupidchicken.com>
6872
6873 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 6874 Move from faces.el.
1485f4c0
CY
6875 (frame-default-terminal-background): New function.
6876
6877 * custom.el (custom-push-theme): Don't record faces in `changed'
6878 theme; this doesn't work correctly for per-frame face settings.
6879 (disable-theme): Use face-set-after-frame-default to reset faces.
6880 (custom--frame-color-default): New function.
6881
9fa3dd45
LMI
68822011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6883
c8af70e1 6884 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
6885 (bug#8769).
6886
6cbbc20c
KR
68872011-03-29 Kevin Ryde <user42@zip.com.au>
6888
6889 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6890 `perl-Test2' extend to match possible "fail #N" rep count
6891 (bug#8377).
6892
c7f98048
LMI
68932011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6894
65676592
LMI
6895 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
6896 `smtpmail-via-smtp' now returns the error instead of nil.
6897
c7f98048
LMI
6898 * isearch.el (isearch-search-fun-function): Clarify the doc string
6899 (bug#8101).
6900
56e6cc31 69012011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
6902
6903 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
6904 unnecessary spaces (bug#8987).
6905
2b216704
LMI
69062011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6907
6908 * net/network-stream.el (open-network-stream): Use the
6909 :end-of-capability command thoughout.
6910
69112011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
6912
6913 * net/network-stream.el (open-network-stream): Add the
6914 :end-of-capability command parameter, used by pop3.el.
6915
36adf6ce
LMI
69162011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6917
1ca0da0e
LMI
6918 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
6919
fc00f69c
LMI
6920 * fringe.el (fringe-query-style): Remove redundant text " (type ?
6921 for list)" (bug#6475).
6922
28fd8759 6923 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 6924 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
6925 an error (bug#6297).
6926
0dd8b6da
LMI
6927 * man.el (Man-reference-regexp): Allow matching possible
6928 word-wrapped references (bug#6289).
6929
ce1438d6
LMI
6930 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
6931 for consistency with the other vc buffers (bug#6197).
6932 (vc-checkin): Ditto.
6933
6934 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
6935
36adf6ce
LMI
6936 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
6937
e83cc1f7
LMI
69382011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6939
8a20ca4c
LMI
6940 * custom.el (defcustom): Clarify that :set is only used in the
6941 Customize user interface (bug#6089).
6942
83319045
LMI
6943 * progmodes/flymake.el (flymake-mode): If the buffer isn't
6944 associated with a file, refuse to run instead of erroring out
6945 (bug#6084).
6946
a8392169
LMI
6947 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
6948 the doc string, since it appears that using `fill-column' always
6949 controls the width (bug#7845).
6950
e83cc1f7
LMI
6951 * simple.el (shell-command-on-region): Say where the error output
6952 went if `shell-command-default-error-buffer' is set (bug#6857).
6953
e47ca23b
KM
69542011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
6955
6956 * allout.el (allout-yank-processing): Adjust cursor position for
6957 backwards-deleted space.
6958
6959 (allout-rebullet-heading): Register changes with
6960 allout-exposure-changed-hook, so the modified topic is properly
6961 decorated.
6962
5cf56143
LMI
69632011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6964
08549772
LMI
6965 * minibuffer.el (completion-in-region): Document PREDICATE
6966 (bug#7136).
6967
48e96771
LMI
6968 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
6969 of keyword/argument pairs (bug#6904).
6970
c8af70e1
SM
6971 * replace.el (multi-occur):
6972 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 6973
e17d05e2
LMI
69742011-07-02 Drew Adams <drew.adams@oracle.com>
6975
6976 * dired.el (dired-mark-if): Make the message about whether it's
6977 marking or unmarking clearer (bug#8523).
6978
063b0e45
LMI
69792011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6980
6981 * disp-table.el (display-table-print-array): New function.
6982 (describe-display-table): Use it to print the vectors more pretty
6983 (Bug#8859).
6984
28545e04
MR
69852011-07-02 Martin Rudalics <rudalics@gmx.at>
6986
6987 * window.el (window-state-get-1): Don't assign clone numbers.
6988 Add clone-of item to list of window parameters.
6989 (window-state-put-2): Don't process clone numbers.
6990 (display-buffer-alist): Fix doc-string.
6991
3349e122
SM
69922011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
6993
6994 * subr.el (remq): Don't allocate if it's not needed.
6995 (keymap--menu-item-binding, keymap--menu-item-with-binding)
6996 (keymap--merge-bindings): New functions.
6997 (keymap-canonicalize): Use them to refine the canonicalization.
6998 * minibuffer.el (minibuffer-local-completion-map)
6999 (minibuffer-local-must-match-map): Move initialization from C.
7000 (minibuffer-local-filename-completion-map): Move initialization from C;
7001 don't inherit from anything here.
7002 (minibuffer-local-filename-must-match-map): Make obsolete.
7003 (completing-read-default): Use make-composed-keymap to combine
7004 minibuffer-local-filename-completion-map with either
7005 minibuffer-local-must-match-map or
7006 minibuffer-local-filename-completion-map.
7007
d224ac83
GM
70082011-07-01 Glenn Morris <rgm@gnu.org>
7009
3de63bf8
GM
7010 * type-break.el (type-break-time-sum): Use dolist.
7011
d224ac83
GM
7012 * textmodes/flyspell.el (flyspell-word-search-backward):
7013 Replace CL function.
7014
1a1e3f32
SM
70152011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7016
fe3f64d5
SM
7017 * mouse.el (mouse--strip-first-event): New function.
7018 (function-key-map): Use it to map fringe clicks to normal clicks
7019 by default.
7020
eb604e34
SM
7021 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
7022 (vc-bzr-revision-completion-table): Add support for annotate and date.
7023
1a1e3f32
SM
7024 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
7025 inherit from parent.
7026
5bd35902
LMI
70272011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7028
ace6c69c 7029 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 7030 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 7031
191e2bed
LMI
7032 * dired.el (dired-mode): Fix up the doc string as suggested by
7033 Drew Adams (bug#8817).
7034
5bd35902
LMI
7035 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
7036 cookie, since the manual says that it should be possible to add
7037 this function to `find-file-hook' (bug#8709).
7038
eee8207a
TZ
70392011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
7040
7041 * progmodes/cfengine.el: Moved all cfengine3.el functionality
7042 here. Noted Ted Zlatanov as the maintainer.
7043 (cfengine-common-settings, cfengine-common-syntax): New functions
7044 to set up common things between `cfengine-mode' and
7045 `cfengine3-mode'.
7046 (cfengine3-mode): New mode.
7047 (cfengine3-defuns cfengine3-defuns-regex
7048 (cfengine3-class-selector-regex cfengine3-category-regex)
7049 (cfengine3-vartypes cfengine3-font-lock-keywords)
7050 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 7051 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 7052
36b148cf
MA
70532011-07-01 Michael Albinus <michael.albinus@gmx.de>
7054
7055 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
7056
7057 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
7058
0bf4ba9a
MR
70592011-07-01 Martin Rudalics <rudalics@gmx.at>
7060
7061 * window.el (same-window-buffer-names, same-window-regexps)
7062 (same-window-p, special-display-frame-alist)
7063 (special-display-popup-frame, special-display-function)
7064 (special-display-buffer-names, special-display-regexps)
7065 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
7066 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
7067 (split-window-preferred-function, split-height-threshold)
7068 (split-width-threshold, even-window-heights)
7069 (display-buffer-mark-dedicated, window-splittable-p)
7070 (split-window-sensibly, window-safely-shrinkable-p):
7071 Un-obsolete.
7072 (display-buffer): Don't spread args with function specifier
7073 because special-display-popup-frame won't like it.
7074
35837f51
PE
70752011-07-01 Paul Eggert <eggert@cs.ucla.edu>
7076
d0672f86
PE
7077 Time-stamp simplifications and fixes.
7078 These improve accuracy slightly, and future-proof the code
7079 against some potential changes to current-time format.
7080
b9444d97
PE
7081 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
7082 by using time-since and float-time.
7083
0ef923dc
PE
7084 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
7085 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
7086 + NNN microseconds".
7087
2f81380d
PE
7088 * type-break.el (type-break-time-sum): Rewrite using time-add.
7089
845b5c3e
PE
7090 * play/hanoi.el (hanoi-current-time-float): Remove.
7091 All uses replaced by float-time.
7092
ee6f1be0
PE
7093 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
7094 This yields a more-accurate answer.
7095 (rng-time-to-float): Remove; no longer needed.
7096
fe955043
PE
7097 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
7098
5777162a
PE
7099 * calendar/timeclock.el (timeclock-seconds-to-time):
7100 Defalias to seconds-to-time, since they're the same thing.
7101
3103f8b6 7102 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 7103 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
7104 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
7105
0e61a35f
SM
71062011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7107
7108 * window.el (bury-buffer): Don't iconify the only frame.
7109 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
7110 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
7111
ddd63a1e
CY
71122011-07-01 Chong Yidong <cyd@stupidchicken.com>
7113
0e61a35f
SM
7114 * eshell/em-smart.el (eshell-smart-display-navigate-list):
7115 Add mouse-yank-primary.
ddd63a1e 7116
055f4923
TZ
71172011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
7118
7119 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
7120
6a2fb145
SM
71212011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7122
7123 * emacs-lisp/find-func.el (find-library--load-name): New fun.
7124 (find-library-name): Use it to find relative load names when provided
7125 absolute file name (bug#8803).
7126
fd4983f2
LMI
71272011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7128
887d14ad
LMI
7129 * textmodes/flyspell.el (flyspell-word): Consider words that
7130 differ only in case as potential doublons (bug#5687).
7131
c53dc7fc
LMI
7132 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
7133 Remove two rather uninteresting debugging-like messages to make
7134 debbugs.el more silent.
7135
fd4983f2
LMI
7136 * comint.el (comint-password-prompt-regexp): Accept "Response" as
7137 a password-like phrase.
7138
7a71b18d 71392011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
7140
7141 * progmodes/cc-guess.el: New file.
7142
6a2fb145 7143 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
7144
7145 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
7146 derived from `c-basic-common-init'.
7147
7148 * progmodes/cc-mode.el (top-level): Require cc-guess.
7149 (c-basic-common-init): Use `cc-choose-style-for-mode'.
7150
1fa280a3
LM
71512011-06-30 Lawrence Mitchell <wence@gmx.li>
7152
7153 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
7154
e6597158
AM
71552011-06-30 Alan Mackenzie <acm@muc.de>
7156
1fa280a3
LM
7157 * progmodes/cc-engine.el (c-guess-continued-construct):
7158 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
7159 lock is disabled. Name this case as "CASE G".
7160
68ba37fb
KM
71612011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
7162
7163 * allout.el (allout-yank-processing): Fix injection of extra space
7164 between bullet and non-whitespace character in first topic when
7165 pasting, ensuring that the actual spacing in the pasted topic
7166 following the bullet char is preserved. This extra space was
7167 causing pasted encrypted topics to get a decrypted status even
7168 when the content was actually still encrypted. Now the decryption
7169 status from before the paste is preserved.
7170
7171 (allout-flag-region): Set all allout overlays so they evaporate
7172 when reduced to zero length (evanescent), to prevent overlay
7173 leakage.
7174
887a0b34
GM
71752011-06-30 Glenn Morris <rgm@gnu.org>
7176
94b9acce
GM
7177 * w32-fns.el (w32-charset-info-alist): Declare.
7178
1d9b46d4
GM
7179 * find-dired.el (find-grep-options): Simplify.
7180
cc232200
GM
7181 * term/ns-win.el (ns-set-resource): Declare.
7182
28e77c46
GM
7183 * ses.el (row, col): Declare dynamic variables honestly.
7184
887a0b34
GM
7185 * textmodes/reftex-parse.el (index-tags): Declare.
7186
658d8eb8
CY
71872011-06-30 Chong Yidong <cyd@stupidchicken.com>
7188
7189 * cus-edit.el (customize-push-and-save): New function.
7190
7191 * files.el (hack-local-variables-confirm): Use it.
7192
1fa280a3
LM
7193 * custom.el (load-theme): New arg NO-CONFIRM.
7194 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
7195 (custom-enabled-themes): Doc fix.
7196
7197 * cus-theme.el (customize-create-theme)
7198 (custom-theme-merge-theme): Callers to load-theme changed.
7199
bb617717
LMI
72002011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7201
d61bdd5d
LMI
7202 * thingatpt.el (thing-at-point-short-url-regexp): Require that
7203 short URLs have at least one dot in them (bug #7614).
7204
bb617717
LMI
7205 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
7206 nil, because using a pty is apparently too slow (bug #895).
7207
2f31f37a
LMI
72082011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7209
7210 * mail/sendmail.el (sendmail-query-once): New function.
7211 (sendmail-query-once-function): New variable.
7212
3076b24e
GM
72132011-06-29 Glenn Morris <rgm@gnu.org>
7214
faf2a174
GM
7215 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
7216
3076b24e
GM
7217 * ses.el (top-level): Require cl when compiling.
7218 (ses-set-localvars): Fix error statement.
7219 Call it at compile time to silence a storm of warnings.
7220
5386012d
MR
72212011-06-29 Martin Rudalics <rudalics@gmx.at>
7222
7223 * window.el (normalize-live-buffer): Rename to
7224 window-normalize-buffer.
7225 (normalize-live-frame): Rename to window-normalize-frame.
7226 (normalize-any-window): Rename to window-normalize-any-window.
7227 (normalize-live-window): Rename to window-normalize-live-window.
7228 (make-window-atom): Rename to window-make-atom.
7229 (window-resize-reset): Rename to window--resize-reset.
7230 (window-resize-reset-1): Rename to window--resize-reset-1.
7231 (resize-mini-window): Rename to window--resize-mini-window.
7232 (resize-subwindows-skip-p): Rename to
7233 window--resize-subwindows-skip-p.
7234 (resize-subwindows-normal): Rename to
7235 window--resize-subwindows-normal.
7236 (resize-subwindows): Rename to window--resize-subwindows.
7237 (resize-other-windows): Rename to window--resize-siblings.
7238 (resize-this-window): Rename to window--resize-this-window.
7239 (resize-root-window): Rename to window--resize-root-window.
7240 (resize-root-window-vertically): Rename to
7241 window--resize-root-window-vertically.
7242 (normalize-buffer-to-display): Rename to
7243 window-normalize-buffer-to-display.
7244 (normalize-buffer-to-switch-to): Rename to
7245 window-normalize-buffer-to-switch-to.
7246 Correspondingly update all callers of the functions listed
7247 above.
7248 (display-buffer-alist, display-buffer-normalize-arguments)
7249 (display-buffer-normalize-options, display-buffer)
7250 (display-buffer-alist-set): Use "function" instead of
7251 "fun-with-args".
7252
1176868d
CY
72532011-06-28 Chong Yidong <cyd@stupidchicken.com>
7254
7255 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
7256 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
7257 debbugs.gnu.org. Mention acknowledgment email.
7258
20a7a65f
LMI
72592011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7260
7261 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
7262 buffer multibyteness, since it shouldn't matter.
7263
5f45cca5
MR
72642011-06-28 Martin Rudalics <rudalics@gmx.at>
7265
7266 * window.el (display-buffer-in-side-window): Handle dedicated
7267 windows as in display-buffer-reuse-window.
7268 (display-buffer-normalize-alist): Use value of override
7269 specifier.
7270 (display-buffer-normalize-specifiers): Use value of
7271 other-window-means-other-frame specifier.
7272 (display-buffer-alist): Rewrite some texts in widgets.
7273 (display-buffer): Spread arguments when calling function
7274 specified by fun-with-args.
7275
ad85fe1f
DD
72762011-06-28 Deniz Dogan <deniz@dogan.se>
7277
1fa280a3
LM
7278 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7279 Unnest `let'.
da68c4c8 7280
ad85fe1f
DD
7281 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
7282 selectors (Bug#5732).
ec49bd31 7283 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 7284
a08cc025
JA
72852011-06-27 Jari Aalto <jari.aalto@cante.net>
7286
7287 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
7288 (eshell-ls-date-format): New defcustom.
7289 (eshell-ls-file): Use it.
7290
e2b551c5
SM
72912011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
7292
7293 * help-fns.el (describe-variable): Fix message for terminal-local vars.
7294
8982b231
KY
72952011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
7296
7297 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
7298 (ange-ftp-make-tmp-name): New arg.
7299 (ange-ftp-file-local-copy): Use it.
7300
36c9fa27
J
73012011-06-27 Jambunathan K <kjambunathan@gmail.com>
7302
7303 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
7304 no-conversion (Bug#8870).
7305
d68443dc
MR
73062011-06-27 Martin Rudalics <rudalics@gmx.at>
7307
7308 * window.el (window-right, window-left, window-child)
7309 (window-child-count, window-last-child)
7310 (window-iso-combination-p, walk-window-tree-1)
7311 (window-atom-check-1, window-tree-1, delete-window)
7312 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
7313 new naming conventions - window-vchild, window-hchild,
7314 window-next and window-prev are now called window-top-child,
7315 window-left-child, window-next-sibling and window-prev-sibling
7316 respectively.
d615d6d2
MR
7317 (resize-window-reset): Rename to window-resize-reset.
7318 (resize-window-reset-1): Rename to window-resize-reset-1.
7319 (resize-window): Rename to window-resize.
7320 (window-min-height, window-min-width)
7321 (resize-mini-window, resize-this-window, resize-root-window)
7322 (resize-root-window-vertically, adjust-window-trailing-edge)
7323 (enlarge-window, shrink-window, maximize-window)
7324 (minimize-window, delete-window, quit-restore-window)
7325 (split-window, balance-windows, balance-windows-area-adjust)
7326 (balance-windows-area, window-state-put-2)
7327 (display-buffer-even-window-sizes, display-buffer-set-height)
7328 (display-buffer-set-width, set-window-text-height)
7329 (fit-window-to-buffer): Rename all "resize-window" prefixed
7330 calls to use the "window-resize" prefix convention.
7331 (display-buffer-alist): Fix symbol for label specifier.
7332 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
7333 corresponding specifier.
7334 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 7335
b6458526
VB
73362011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
7337
7338 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
7339 convention.
7340 (ses-call-printer): Does not pass an empty string to formatter when the
7341 cell is empty to keep from barking printer Calc math-format-value.
7342
d31fd9ac
RS
73432011-06-27 Richard Stallman <rms@gnu.org>
7344
43d5bf84
RS
7345 * battery.el (battery-mode-line-limit): New variable.
7346 (battery-update): Handle it.
7347
d31fd9ac
RS
7348 * mail/rmailmm.el (rmail-mime-process-multipart):
7349 Handle truncated messages.
7350
819a6054
GM
73512011-06-27 Glenn Morris <rgm@gnu.org>
7352
7353 * progmodes/flymake.el (flymake-err-line-patterns):
7354 Allow for column numbers in the ant/javac pattern. (Bug#8866)
7355
cedc73f2
VB
73562011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
7357
819a6054 7358 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
7359 (ses--clean-!, ses--clean-_): New functions.
7360 (ses-range): Add configurability of readout order, and conversion
7361 to Calc vector.
7362
5e5d49b6
VB
7363 * ses.el (ses-repair-cell-reference-all): New function.
7364 (ses-cell-symbol): Set macro as safe, so that it can be used in
7365 formulas.
7366
56e6cc31 7367 * ses.el: Update cycle detection algorithm.
90ca8b49 7368 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 7369 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
7370 (ses-set-localvars): New function.
7371 (ses-make-cell): Add property-list as a cell element.
7372 (ses-cell-property-get-fun, ses-cell-property-get)
7373 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
7374 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
7375 New functions.
90ca8b49
VB
7376 (ses-cell-property-set, ses-cell-property-pop)
7377 (ses-cell-property-get-handle): New macro.
7378 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
7379 New aliases, used for code readability.
7380 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
7381 cycle detection.
7382 (ses-self-reference-early-detection): New defcustom.
fac916bf 7383 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
7384 (ses-mode): Use ses-set-localvars.
7385 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
7386 before lauching the update processing.
7387 (ses-initialize-Dijkstra-attempt): New function.
7388 (ses-recalculate-cell): Update for cycle detection based on
7389 Dijkstra algorithm.
7390
2bb63e81
VB
7391 * ses.el: Fix commenting and indenting convention.
7392
c9d29fb8
SM
73932011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
7394
7395 * bs.el (bs-cycle-next): Complete last change.
7396
d8e4b68b
JB
73972011-06-27 Drew Adams <drew.adams@oracle.com>
7398
7399 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
7400
40098786
LMI
74012011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7402
c9d29fb8
SM
7403 * net/network-stream.el (network-stream-open-starttls):
7404 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
7405 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
7406
40098786
LMI
7407 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
7408 to binary to possibly avoid line encoding issues on Windows (among
7409 other things).
7410
468d09d4
LMI
74112011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7412
7413 * net/network-stream.el (open-network-stream): Return an :error
7414 saying what the problem was, if possible.
7415
7416 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
7417 server.
7418
7419 * net/network-stream.el (network-stream-open-starttls): If we
7420 wanted to use STARTTLS, and the server offered it, but we weren't
7421 able to because we had no STARTTLS support, then close the connection.
7422 (open-network-stream): Return an :error element, if present.
7423
16f07dd7
CY
74242011-06-26 Chong Yidong <cyd@stupidchicken.com>
7425
88821ca0
CY
7426 * hl-line.el (hl-line-sticky-flag): Doc fix.
7427 (global-hl-line-sticky-flag): New option (Bug#8323).
7428 (global-hl-line-highlight): Obey it.
7429
16f07dd7
CY
7430 * vc/vc.el (vc-revert-show-diff): Default to t.
7431
6b5ccddf
KM
74322011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
7433
c9d29fb8
SM
7434 * allout-widgets.el (allout-widgets-post-command-business):
7435 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
7436 undecorated when an isearch is continued past, and isearch
7437 automatically collapses them. This leads to "widget leaks", where
7438 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
7439 hidden widgets can slow down cursor travel, substantially.
7440 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
7441 so we're doing without this nicety.
7442
7443 (allout-widgets-tally-string): Don't try to do a hash-table-count
7444 of allout-widgets-tally when it's nil. This eliminates spurious "Error
7445 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
7446 *Messages* when allout-widgets-maintain-tally is t.
7447
355f2e07
MR
74482011-06-26 Martin Rudalics <rudalics@gmx.at>
7449
7450 * window.el (display-buffer-normalize-argument): Rename to
7451 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
7452 LABEL argument. Respect special-display-function when popping up
7453 a new frame. Fix code searching for a window showing the buffer
7454 on another frame.
c9d29fb8
SM
7455 (display-buffer-normalize-specifiers):
7456 Call display-buffer-normalize-arguments.
355f2e07
MR
7457 (display-buffer-in-window): Don't undedicate the window if its
7458 buffer remains the same.
7459 Reported by Drew Adams <drew.adams@oracle.com>.
7460 (display-buffer-alist): Add choice for same-window macro
7461 specfier.
7462 (display-buffer): Mention special meaning of LABEL argument in
7463 doc-string. Fix quoting. Don't pop up a new frame even as
7464 fallback.
7465
7ca8fc42
JB
74662011-06-26 Juanma Barranquero <lekktu@gmail.com>
7467
7468 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
7469 avoid deleting the current window in some cases (bug#8911).
7470
bc312254
AS
74712011-06-26 Andreas Schwab <schwab@linux-m68k.org>
7472
7473 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
7474 (Bug#8934)
7475
2db18f3f
LMI
74762011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7477
c9d29fb8
SM
7478 * net/network-stream.el (network-stream-open-starttls):
7479 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
7480 (network-stream-open-tls): Ditto.
7481
6302e0d3
LL
74822011-06-26 Leo Liu <sdl.web@gmail.com>
7483
7484 * register.el (registerv): New struct.
7485 (registerv-make): New function.
c9d29fb8
SM
7486 (jump-to-register, describe-register-1, insert-register):
7487 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
7488 struct. (Bug#8415)
7489
5fdd4046
CY
74902011-06-26 Chong Yidong <cyd@stupidchicken.com>
7491
2afef60a
CY
7492 * vc/vc.el (vc-revert-show-diff): New defcustom.
7493 (vc-diff-internal): New arg specifying diff buffer.
7494 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
7495 reuse an existing *vc-diff* buffer (Bug#8927).
7496
5fdd4046
CY
7497 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
7498
e93db24a
GM
74992011-06-26 Glenn Morris <rgm@gnu.org>
7500
7501 * progmodes/f90.el (f90-critical-indent): New option.
7502 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
7503 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
7504 (f90-mode): Doc fix.
7505 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
7506 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
7507 (f90-beginning-of-block, f90-next-block, f90-indent-region)
7508 (f90-match-end): Handle block, critical.
7509
eefff499
GM
75102011-06-25 Glenn Morris <rgm@gnu.org>
7511
f6ba4cc9
GM
7512 * calendar/diary-lib.el (diary-included-files): Doc fix.
7513 (diary-include-files): New function, extracted from
7514 diary-include-other-diary-files and diary-mark-included-diary-files.
7515 (diary-include-other-diary-files, diary-mark-included-diary-files):
7516 Just call diary-include-files.
7517 (diary-mark-entries): Reset diary-included-files on first call.
7518
16712304
GM
7519 * calendar/diary-lib.el (diary-mark-entries)
7520 (diary-mark-included-diary-files):
7521 Visit included diary-files in temp buffers.
7522
5d8e0d43
GM
7523 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
7524 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
7525 (f90-start-block-re, f90-imenu-generic-expression)
7526 (f90-looking-at-program-block-start, f90-no-block-limit):
7527 Add support for submodules.
7528
ccf7a5d5
GM
7529 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
7530 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 7531
11fdef7d 75322011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
7533
7534 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
7535 buffer-file-type before setting its value, to avoid disastrous
eefff499 7536 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 7537
74f53697
JB
75382011-06-25 Juanma Barranquero <lekktu@gmail.com>
7539
7540 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
7541
7542 * ses.el (ses-unload-function):
7543 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
7544
7545 * proced.el (proced-unload-function):
7546 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
7547
18a4ce5e
AR
75482011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
7549
7550 * server.el (server-create-window-system-frame): Add parameters arg.
7551 (server-process-filter): Doc fix. Handle frame-parameters.
7552
519d22cc
JB
75532011-06-25 Juanma Barranquero <lekktu@gmail.com>
7554
7555 Fix bug#8730, bug#8781.
7556
7557 * loadhist.el (unload--set-major-mode): New function.
7558 (unload-feature): Use it.
7559
7560 * progmodes/python.el (python-after-info-look): Add autoload cookie.
7561 (python-unload-function): New function.
7562
c206f5b0
SM
75632011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7564
7565 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
7566
f9ad64f3
GS
75672011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
7568
7569 * net/browse-url.el (browse-url-firefox-program): Add icecat to
7570 the candidates list.
7571
7d0da90e
JB
75722011-06-24 Juanma Barranquero <lekktu@gmail.com>
7573
7574 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
7575
14b4e83d
RS
75762011-06-23 Richard Stallman <rms@gnu.org>
7577
7578 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
7579 (rmail-variables): Set next-error-move-function.
7580 (rmail-what-message): Take argument POS.
7581 (rmail-next-error-move): New function.
7582
273d2baf
SM
75832011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
7584
7585 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
7586 messages for adjacent non-terminals.
7587
56c2cc9a
RS
75882011-06-23 Richard Stallman <rms@gnu.org>
7589
7590 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 7591 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
7592 (rmail-start-mail): Don't specify use of rmail-mail-return;
7593 that's done by mail-bury now.
7594 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 7595
d59eb518
MA
75962011-06-23 Michael Albinus <michael.albinus@gmx.de>
7597
7598 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
7599 SIZE is a number.
7600
02cfc6d6
MR
76012011-06-23 Martin Rudalics <rudalics@gmx.at>
7602
7603 * window.el (get-lru-window, get-mru-window)
7604 (get-largest-window): Never return a minibuffer window.
7605 (display-buffer-pop-up-window): Fix a bug that could lead to
7606 reusing the minibuffer window.
7607 (display-buffer): Pass original specifier argument to
7608 display-buffer-function instead of the normalized one.
7609 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
7610
4e323265
LL
76112011-06-22 Leo Liu <sdl.web@gmail.com>
7612
7613 * minibuffer.el (completing-read-function)
7614 (completing-read-default): Move from minibuf.c
7615
7a70468f
RS
76162011-06-22 Richard Stallman <rms@gnu.org>
7617
50718fc2
RS
7618 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
7619 to Rmail even if not started by a special Rmail command.
7620
7a70468f
RS
7621 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
7622 Copy the buffer currently showing just one message.
7623
297dde5a
RW
76242011-06-22 Roland Winkler <winkler@gnu.org>
7625
7626 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
7627 (bibtex-clean-entry): First delete the old key so that a
7628 customized algorithm for generating the new key does not get
7629 confused by the old key.
7630 (bibtex-url): Obey regexp of first step.
7631 (bibtex-search-entries): Do not use add-to-list with local
7632 list-var.
7633
97bb1093
LMI
76342011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7635
7636 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
7637 stored a user name, then query for the password first, instead of
7638 waiting for SMTP to give an error message and the trying again.
7639
1c0f1a19
JD
76402011-06-22 Lawrence Mitchell <wence@gmx.li>
7641
7642 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
7643 BUFFER in call-process.
7644
396f7c9d
LMI
76452011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7646
7647 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
7648 QUIT twice.
ddb7ffee
LMI
7649 (smtpmail-try-auth-methods): Require user name and password from
7650 auth-source.
396f7c9d 7651
8998d1b3
MR
76522011-06-22 Martin Rudalics <rudalics@gmx.at>
7653
7654 * window.el (display-buffer-default-specifiers)
7655 (display-buffer-alist): Remove entries for pop-up-frame-alist.
7656 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 7657 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
7658
7659 * frame.el (pop-up-frame-alist, pop-up-frame-function)
7660 (special-display-frame-alist, special-display-popup-frame):
7661 Remove duplicate declarations. These are now in window.el.
7662
4ea31e07
LMI
76632011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7664
c9d29fb8
SM
7665 * mail/smtpmail.el (smtpmail-via-smtp):
7666 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
7667 server supports it. SMTP servers that support STARTTLS commonly
7668 require it.
7669
7670 * net/network-stream.el (network-stream-open-starttls): Support
7671 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 7672 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 7673
95f41d9a
LMI
7674 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
7675 upgrades with `open-network-stream', and rely solely on
7676 auth-source for all credentials. Big changes throughout the file,
7677 but in particular:
c9d29fb8
SM
7678 (smtpmail-auth-credentials): Remove.
7679 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
7680 (smtpmail-via-smtp): Check for servers saying they want AUTH after
7681 MAIL FROM, too.
95f41d9a 7682
c9d29fb8
SM
7683 * net/network-stream.el (network-stream-open-starttls):
7684 Provide support for client certificates both for external and built-in
4ea31e07
LMI
7685 STARTTLS.
7686 (auth-source): Require.
7687 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
7688 (network-stream-certificate): Change cert-cert to cert and
7689 cert-key to key.
4ea31e07 7690
065ec2c7
MA
76912011-06-21 Michael Albinus <michael.albinus@gmx.de>
7692
7693 * net/tramp-cache.el (top): Don't load the persistency file when
7694 "emacs -Q" has been called.
7695
cd93b359
DR
76962011-06-21 Tim Harper <timcharper@gmail.com>
7697
d8e4b68b
JB
7698 * term/ns-win.el (ns-initialize-window-system):
7699 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
7700 resource to NO as it is not yet supported by the NS port.
7701
ae9c0411
JB
77022011-06-21 Juanma Barranquero <lekktu@gmail.com>
7703
7704 * misc.el (list-dynamic-libraries--refresh): Compute header here...
7705 (list-dynamic-libraries): ...not here.
7706
7f3f739f
LL
77072011-06-21 Leo Liu <sdl.web@gmail.com>
7708
7709 * subr.el (sha1): Implement sha1 using secure-hash.
7710
327c8fb1
MR
77112011-06-21 Martin Rudalics <rudalics@gmx.at>
7712
7713 * window.el (display-buffer-alist): In default value do not
7714 enforce searching a window on any but the selected frame.
7715 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
7716 (display-buffer-select-window): Remove function.
7717 (display-buffer-in-window): When a window on another frame gets
7718 reused, do not select it any more but just raise its frame if
7719 necessary (Bug#8851) and (Bug#8856).
7720 (display-buffer-normalize-options): Handle pop-up-frames related
7721 options more faithfully.
7722 (pop-to-buffer): Don't rely on `display-buffer' selecting the
7723 window if it is on another frame.
c9d29fb8
SM
7724 (display-buffer-alist, display-buffer-default-specifiers):
7725 Don't make new frame unsplittable by default.
9e9de014
MR
7726 (display-buffer-normalize-argument): Fix doc-string typo and use
7727 'same-frame-other-window instead of 'other-window when associating
7728 with display-buffer-macro-specifiers.
327c8fb1 7729
7cf3f556
VB
77302011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
7731
7732 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
7733 New functions.
7734 (5x5-mode-map, 5x5-mode-menu): Bind them.
7735 (5x5-draw-grid): Tweak the solver's rendering.
7736
60a406cf
SM
77372011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7738
7739 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
7740 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
7741
d8e4b68b 77422011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
7743
7744 * menu-bar.el: Use function variable instead of switch-to-buffer.
7745 (menu-bar-select-buffer-function): New variable.
60a406cf 7746 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 7747
478d6f95
SM
77482011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7749
7750 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
7751 variable's status.
7752
ca530739
JD
77532011-06-20 Jan Djärv <jan.h.d@swipnet.se>
7754
7755 * x-dnd.el (x-dnd-version-from-flags)
7756 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
7757 and long as number (Bug#8899).
7758 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
7759
bcd70d97
SM
77602011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
7761
60a406cf 7762 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
7763 (completion-try-completion, completion-all-completions): Compute the
7764 metadata argument if it's missing; make it optional (bug#8795).
7765
60a406cf 7766 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
7767 (widget-complete): Use new :completion-function property.
7768 (widget-completions-at-point): New function.
7769 (default): Use :completion-function instead of :complete.
60a406cf
SM
7770 (widget-default-completions): Rename from widget-default-complete;
7771 Rewrite.
bcd70d97
SM
7772 (widget-string-complete, widget-file-complete, widget-color-complete):
7773 Remove functions.
7774 (file, symbol, function, variable, coding-system, color):
7775 * international/mule-cmds.el (default-input-method, charset)
7776 (language-info-custom-alist):
7777 * cus-edit.el (face): Use new property :completions.
7778
7779 * progmodes/pascal.el (pascal-completions-at-point): New function.
7780 (pascal-mode): Use it.
7781 (pascal-mode-map): Use completion-at-point.
7782 (pascal-toggle-completions): Make obsolete.
7783 (pascal-complete-word, pascal-show-completions):
7784 * progmodes/octave-mod.el (octave-complete-symbol):
7785 Redefine as obsolete alias.
7786 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
7787 Signal absence of completion info for old Octave,
7788 (inferior-octave-complete): Redefine as obsolete alias.
7789 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
7790 (meta-completions-at-point): Rename from meta-complete-symbol and
7791 adapt it for use on completion-at-point-functions.
7792 (meta-common-mode): Use it.
7793 (meta-looking-at-backward, meta-match-buffer): Remove.
7794 (meta-complete-symbol): Redefine as obsolete alias.
7795 (meta-common-mode-map): Use completion-at-point.
7796 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
7797 (makefile-mode-map): Use completion-at-point.
7798 (makefile-completions-at-point): Rename from makefile-complete and
7799 adapt it for use on completion-at-point-functions.
7800 (makefile-mode): Use it.
7801 (makefile-complete): Redefine as obsolete alias.
7802
aebf69c8
DD
78032011-06-20 Deniz Dogan <deniz@dogan.se>
7804
7805 * net/rcirc.el: Delete trailing whitespaces once and for all.
7806
bfbbb27d
DC
78072011-06-20 Daniel Colascione <dan.colascione@gmail.com>
7808
7809 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
7810
d264a46b
CY
78112011-06-19 Chong Yidong <cyd@stupidchicken.com>
7812
4ca009e5
CY
7813 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
7814
d264a46b
CY
7815 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
7816
fbf5b3ce
MR
78172011-06-19 Martin Rudalics <rudalics@gmx.at>
7818
7819 * window.el (display-buffer-other-window-means-other-frame):
7820 Call display-buffer-normalize-alist.
7821 (display-buffer-normalize-specifiers-1): Rename to
7822 display-buffer-normalize-argument. New argument other-frame.
7823 Rewrite.
7824 (display-buffer-normalize-specifiers-2): Rename to
7825 display-buffer-normalize-options.
7826 (display-buffer-normalize-alist-1): New function.
7827 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
7828 display-buffer-normalize-alist.
7829 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
7830 (display-buffer-normalize-options-inhibit): New variable.
7831 (display-buffer-normalize-specifiers): Rewrite calling
7832 display-buffer-normalize-alist,
7833 display-buffer-normalize-argument, and
7834 display-buffer-normalize-options. Don't call the latter if
7835 display-buffer-normalize-options-inhibit is non-nil.
7836 (frame-auto-delete): New option.
7837 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
7838 (window-list-no-nils, window-state-ignored-parameters)
7839 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
7840 (window-state-put-1, window-state-put-2, window-state-put):
7841 New functions.
9a028c23
MR
7842 (display-buffer-normalize-options): Move special-display-p group
7843 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 7844
6d10d800
CY
78452011-06-18 Chong Yidong <cyd@stupidchicken.com>
7846
6420d28b
CY
7847 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
7848 groups (Bug#8776).
7849 (rx-submatch-n): New function.
7850 (rx): Document it.
7851
ddb8b596
CY
7852 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
7853 (Bug#8768).
7854
7855 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
7856
77080289
CY
7857 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
7858
61dfb316
CY
7859 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
7860 anytime existing face settings are present (Bug#8889).
7861
6d10d800
CY
7862 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
7863 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
7864 Remove unused argument.
7865
be3fb2b8
MR
78662011-06-18 Martin Rudalics <rudalics@gmx.at>
7867
bcd70d97
SM
7868 * window.el (display-buffer-default-specifiers):
7869 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
7870 pop-up-window-min-width, and another reuse-window specifier
7871 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
7872 (display-buffer-normalize-specifiers-2):
7873 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
7874 pop-up-windows is unset. Add a reuse-window specifier for the
7875 case popping up a new window fails.
7876 (special-display-popup-frame): Remove double quoting.
28dec25a 7877 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 7878
1c6d8c76
SM
78792011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
7880
7881 * shell.el (shell-completion-vars): Set pcomplete-termination-string
7882 according to comint-completion-addsuffix.
7883
7884 * pcomplete.el: Convert to lexical binding and fix bug#8819.
7885 (pcomplete-suffix-list): Mark as obsolete.
7886 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
7887 pcomplete-seen in the closure.
7888 (pcomplete-comint-setup): Setup completion-at-point as well.
7889 (pcomplete--entries): New function.
7890 (pcomplete--env-regexp): New var.
7891 (pcomplete-entries): Rewrite to work with partial-completion and
7892 without relying on pcomplete-suffix-list.
7893 (pcomplete-pare-list): Remove, unused.
7894
25aef8b8
MR
78952011-06-17 Martin Rudalics <rudalics@gmx.at>
7896
7897 * window.el (display-buffer-alist): Set pop-up-window-min-height
7898 and pop-up-window-min-width in default value. Reported by
7899 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
7900 other-window-means-other-frame.
7901 (display-buffer-macro-specifiers): Comment out entry for
7902 other-window specifier.
7903 (display-buffer-other-window-means-other-frame): New function.
7904 (display-buffer-normalize-specifiers-1): New arguments
7905 buffer-name and label. Treat other-window case specially.
7906 (display-buffer-normalize-specifiers-2): Treat other-window case
7907 specially.
7908 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
7909 (display-buffer-normalize-specifiers):
7910 Call display-buffer-normalize-specifiers-3.
25aef8b8 7911
dbad4f69
MR
79122011-06-17 Martin Rudalics <rudalics@gmx.at>
7913
7914 * window.el (same-window-p): Fix two typos introduced when
7915 adding with-no-warnings.
d1067961
MR
7916 (display-buffer-normalize-specifiers-1): Don't check
7917 pop-up-frames for 'unset initialization.
7918 (display-buffer-normalize-specifiers-2): Major rewrite using
7919 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
7920 (pop-up-frames, display-buffer-reuse-frames)
7921 (display-buffer-mark-dedicated): Don't initialize to 'unset.
7922 Suggested by David Engster <deng@randomsample.de>.
7923 (even-window-heights): Initialize to 'unset.
7924 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
7925 (display-buffer-macro-specifiers): Don't pop up a new frame in the
7926 other window case.
dbad4f69 7927
9b9c9e3a
MR
79282011-06-16 Martin Rudalics <rudalics@gmx.at>
7929
bcd70d97
SM
7930 * window.el (display-buffer-normalize-specifiers-1):
7931 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 7932 second argument of display-buffer (Bug#8865).
981d5c09
MR
7933 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
7934 (switch-to-buffer-other-window-same-frame)
7935 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
7936 Adams (Bug#8875).
9c2755e9
MR
7937 (display-buffer): Don't check noninteractive when calling
7938 display-buffer-pop-up-frame.
7939 (display-buffer-pop-up-frame): Never pop up a frame in
7940 noninteractive mode (Bug#8857).
67222e1d
MR
7941 (enlarge-window, shrink-window): Don't report an error when the
7942 window can't be resized as requested (Bug#8862).
9b9c9e3a 7943
2b75be67
SM
79442011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
7945
9ffdd3ba
SM
7946 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
7947
cb581a67
SM
7948 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
7949
2b75be67
SM
7950 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
7951
8c0e3589
AM
79522011-06-15 Alan Mackenzie <acm@muc.de>
7953
cb581a67
SM
7954 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
7955 for declarators, disable knr checking to speed up for normal files.
7956 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 7957
b96e6cde
LMI
79582011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7959
4bba86e6
LMI
7960 * net/network-stream.el (open-network-stream): Add the keyword
7961 :always-query-capabilities for the case where you want to force a
7962 `plain' network connection, but the protocol still requires the
7963 capabilitiy command (i.e., SMTP and EHLO).
7964
2b75be67 7965 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
7966 consistency with other `-live-p' functions.
7967
efdcdbf8
SM
79682011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
7969
7970 * window.el (same-window-buffer-names, same-window-regexps)
7971 (special-display-frame-alist, special-display-popup-frame)
7972 (special-display-function, special-display-buffer-names)
7973 (special-display-regexps, pop-up-frame-alist)
7974 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
7975 (pop-up-windows, split-window-preferred-function)
7976 (split-height-threshold, split-width-threshold, even-window-heights)
7977 (display-buffer-mark-dedicated): Don't encourage the use of
7978 display-buffer-alist from Elisp code.
7979
c5cde042
DN
79802011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
7981
7982 * progmodes/python.el (python-mode): Derive from prog-mode.
7983 * progmodes/ps-mode.el (ps-mode):
7984 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 7985 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
7986 * progmodes/ld-script.el (ld-script-mode): Likewise.
7987
baa1c9ab
MR
79882011-06-15 Martin Rudalics <rudalics@gmx.at>
7989
7990 * window.el (display-buffer-alist): Trim default value to avoid
7991 popping up a new frame (Bug#8857) or reusing an arbitrary window
7992 on another frame.
7993 (display-buffer): Do not fall back on popping up a new frame in
7994 batch mode (Bug#8857).
7995
c5dd5a51
CY
79962011-06-14 Chong Yidong <cyd@stupidchicken.com>
7997
7998 * cus-theme.el (describe-theme-1): Use custom-theme-p.
7999 (custom-theme-summary): New function.
8000 (customize-themes): Use it.
8001
d647b7c4
GM
80022011-06-13 Glenn Morris <rgm@gnu.org>
8003
8004 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
8005
9481c002
MR
80062011-06-13 Martin Rudalics <rudalics@gmx.at>
8007
357f93d2
MR
8008 * help.el (help-window): Remove variable.
8009 (help-window-point-marker, temp-buffer-max-height)
8010 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
8011 (help-print-return-message): Don't set help-window.
8012 (resize-temp-buffer-window): Rewrite cod eand doc-string.
8013 (help-window-setup-finish): Remove.
8014 (help-window-display-message, help-window-setup)
8015 (with-help-window): Major rewrite based on new
8016 display-buffer-window variable.
8017
8018 * help-mode.el (help-mode-finish): Remove help-window related
8019 code.
8020
8021 * view.el (view-exits-all-viewing-windows): Remove reference to
8022 view-return-to-alist in doc-string.
8023 (view-return-to-alist): Make obsolete.
8024 (view-buffer): Call pop-to-buffer-same-window and remove
8025 undo-window code.
8026 (view-buffer-other-window): Call pop-to-buffer-other-window and
8027 simplify code. Ignore second argument.
8028 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
8029 simplify code. Ignore second argument.
8030 (view-return-to-alist-update): Make obsolete.
8031 (view-mode-enter): Rename second argument to QUIT-RESTORE.
8032 Rewrite using quit-restore window parameters.
2b75be67
SM
8033 (view-mode-exit): Rename second argument to EXIT-ONLY.
8034 Rewrite using quit-restore-window.
357f93d2
MR
8035 (View-exit, View-exit-and-edit, View-leave, View-quit)
8036 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
8037 appropriate arguments.
8038 (view-end-message): Use quit-restore window parameter.
8039
9481c002
MR
8040 * window.el (display-buffer-function): Rewrite doc-string.
8041 (display-buffer-window, display-buffer-alist): New variables.
8042 (display-buffer-split-specifiers)
8043 (display-buffer-side-specifiers)
8044 (display-buffer-macro-specifiers): New constants.
8045 (display-buffer-even-window-sizes, display-buffer-set-height)
8046 (display-buffer-set-width, display-buffer-select-window)
8047 (display-buffer-in-window, display-buffer-reuse-window)
8048 (display-buffer-split-window-1, display-buffer-split-window)
8049 (display-buffer-split-atom-window, display-buffer-pop-up-window)
8050 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
8051 (display-buffer-in-side-window, normalize-buffer-to-display)
8052 (display-buffer-normalize-specifiers-1)
8053 (display-buffer-normalize-specifiers-2)
2b75be67
SM
8054 (display-buffer-normalize-specifiers, display-buffer-frame):
8055 New functions.
9481c002
MR
8056 (display-buffer): Major rewrite.
8057 (display-buffer-other-window, display-buffer-other-frame)
8058 (pop-to-buffer, switch-to-buffer-other-window)
8059 (switch-to-buffer-other-frame): Rewrite.
8060 (display-buffer-same-window, display-buffer-same-frame)
8061 (display-buffer-same-frame-other-window)
8062 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
8063 (pop-to-buffer-other-window)
8064 (pop-to-buffer-same-frame-other-window)
8065 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
8066 (switch-to-buffer-other-window-same-frame): New functions.
8067 (same-window-p, special-display-p): Rewrite disabling warnings.
8068 Make obsolete.
8069 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
8070 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
8071 Make obsolete
8072 (same-window-buffer-names, same-window-regexps)
8073 (special-display-frame-alist, special-display-popup-frame)
8074 (special-display-function, special-display-buffer-names)
8075 (special-display-regexps, pop-up-frame-alist)
8076 (pop-up-frame-function, split-window-preferred-function)
8077 (split-height-threshold, split-width-threshold)
8078 (even-window-heights): Make obsolete.
8079
9db51aca
GM
80802011-06-12 Glenn Morris <rgm@gnu.org>
8081
8082 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 8083 Misc simplifications.
9db51aca 8084
39cffb44
MR
80852011-06-12 Martin Rudalics <rudalics@gmx.at>
8086
8087 * window.el (window-safely-shrinkable-p): Restore function which
8088 was inadvertently removed in change from 2011-06-11. Declare as
8089 obsolete.
8090
2b75be67
SM
8091 * calendar/calendar.el (calendar-generate-window):
8092 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
8093 window-safely-shrinkable-p.
8094
a8955be7
GM
80952011-06-12 Glenn Morris <rgm@gnu.org>
8096
8097 * progmodes/fortran.el (fortran-mode-syntax-table):
8098 * progmodes/f90.el (f90-mode-syntax-table):
8099 Set % to punctuation. (Bug#8820)
8100 (f90-find-tag-default): Remove, no longer needed.
8101
f0d4059d
DC
81022011-06-12 Daniel Colascione <dan.colascione@gmail.com>
8103
8104 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
8105
1100a63c
CY
81062011-06-11 Chong Yidong <cyd@stupidchicken.com>
8107
8108 * image.el (image-animated-p): Return animation delay in seconds.
8109 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
8110 (image-animate-timeout): Remove DELAY argument. Don't assume
8111 every subimage has the same delay; get it from image-animated-p.
8112 (image-animate): Caller changed.
8113
def722bf
MA
81142011-06-11 Michael Albinus <michael.albinus@gmx.de>
8115
8116 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
8117 to ignored backtrace functions.
8118
0a2bb1a9
GM
81192011-06-11 Glenn Morris <rgm@gnu.org>
8120
8121 * calendar/appt.el (appt-disp-window-function): Doc fix.
8122 (appt-check): Handle overlapping appointments. (Bug#8337)
8123
6198ccd0
MR
81242011-06-11 Martin Rudalics <rudalics@gmx.at>
8125
8126 * window.el (window-tree-1, window-tree): New functions, moving
8127 the latter to window.el.
8128 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
8129 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
8130 (bw-refresh-edges): Remove.
8131 (balance-windows-1, balance-windows-2): New functions.
8132 (balance-windows): Rewrite in terms of window tree functions,
8133 balance-windows-1 and balance-windows-2.
8134 (bw-adjust-window): Remove.
8135 (balance-windows-area-adjust): New function with functionality of
8136 bw-adjust-window but using resize-window.
2b75be67
SM
8137 (set-window-text-height): Rewrite doc-string.
8138 Use normalize-live-window and resize-window.
8139 (enlarge-window-horizontally, shrink-window-horizontally):
8140 Rename argument to DELTA.
6198ccd0
MR
8141 (window-buffer-height): New function.
8142 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
8143 Rewrite using new window resize routines.
2b75be67
SM
8144 (kill-buffer-and-window, mouse-autoselect-window-select):
8145 Use ignore-errors instead of condition-case.
6198ccd0
MR
8146 (quit-window): Call delete-frame instead of delete-windows-on
8147 for the only buffer on frame.
8148
9397e56f
MR
81492011-06-10 Martin Rudalics <rudalics@gmx.at>
8150
8151 * loadup.el (top-level): Load window before files for the sake
8152 of replace-buffer-in-windows.
8153
8154 * files.el (read-buffer-to-switch)
8155 (switch-to-buffer-other-window)
2b75be67
SM
8156 (switch-to-buffer-other-frame, display-buffer-other-frame):
8157 Move to window.el.
9397e56f
MR
8158
8159 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
8160 (previous-buffer): Move to window.el.
8161
8162 * bindings.el (unbury-buffer): Move to window.el.
8163
8164 * window.el (delete-other-windows-vertically): Move after
8165 definition of delete-other-windows.
8166 (other-window, delete-windows-on, replace-buffer-in-windows):
8167 Move here from window.c.
8168 (record-window-buffer, unrecord-window-buffer)
8169 (set-window-buffer-start-and-point, switch-to-prev-buffer)
8170 (switch-to-next-buffer): New functions.
8171 (get-next-valid-buffer, last-buffer, next-buffer): Move here
8172 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
8173 (previous-buffer): Move here from simple.el.
8174 Call switch-to-prev-buffer.
9397e56f
MR
8175 (bury-buffer): Move here from buffer.c. Switch to previous
8176 buffer when window cannot be deleted.
8177 (unbury-buffer): Move here from bindings.el.
8178 (ctl-x-map): Move binding for other-window from window.c to
8179 here.
8180 (read-buffer-to-switch, switch-to-buffer-other-window)
8181 (switch-to-buffer-other-frame): Move here from files.el.
8182 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
8183 (switch-to-buffer): Move here from buffer.c.
8184 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 8185
562dd5e9
MR
81862011-06-10 Martin Rudalics <rudalics@gmx.at>
8187
8188 * window.el (window-min-height, window-min-width): Move here
8189 from window.c. Add defcustoms and rewrite doc-strings.
8190 (resize-mini-window, resize-window): New functions.
8191 (adjust-window-trailing-edge, enlarge-window, shrink-window):
8192 Move here from window.c.
8193 (maximize-window, minimize-window): New functions.
8194 (delete-window, delete-other-windows, split-window): Move here
8195 from window.c.
8196 (window-split-min-size): New function.
8197 (split-window-keep-point): Mention split-window-above-each-other
8198 instead of split-window-vertically.
2b75be67 8199 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
8200 Rename split-window-vertically to split-window-above-each-other
8201 and provide defalias for old definition.
8202 (split-window-side-by-side, split-window-horizontally):
8203 Rename split-window-horizontally to split-window-side-by-side
8204 and provide defalias for the old definition.
562dd5e9
MR
8205 (ctl-x-map): Move bindings for delete-window,
8206 delete-other-windows and enlarge-window here from window.c.
8207 Replace bindings for split-window-vertically and
8208 split-window-horizontally by bindings for
8209 split-window-above-each-other and split-window-side-by-side.
8210
8211 * cus-start.el (all): Remove entries for window-min-height and
8212 window-min-width. Add entries for window-splits and
8213 window-nest.
8214
f0da764a
GM
82152011-06-09 Glenn Morris <rgm@gnu.org>
8216
80675c21
GM
8217 * calendar/appt.el (appt-mode-line): New function.
8218 (appt-check, appt-disp-window): Use it.
8219
f0da764a
GM
8220 * files.el (hack-one-local-variable-eval-safep):
8221 Allow minor-modes with explicit +/-1 arguments.
8222
59f623b7
TZ
82232011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
8224
8225 * term/xterm.el (xterm): Add defgroup.
8226 (xterm-extra-capabilities): Add defcustom to supply known xterm
8227 capabilities, skip querying them, or query them (default).
8228 (terminal-init-xterm): Use it.
8229 (terminal-init-xterm-modify-other-keys): New function to set up
8230 modifyOtherKeys support to simplify `terminal-init-xterm'.
8231
9aab8e0d
MR
82322011-06-09 Martin Rudalics <rudalics@gmx.at>
8233
8234 * window.el (resize-window-reset, resize-window-reset-1)
8235 (resize-subwindows-skip-p, resize-subwindows-normal)
8236 (resize-subwindows, resize-other-windows, resize-this-window)
8237 (resize-root-window, resize-root-window-vertically)
8238 (window-deletable-p, window-or-subwindow-p)
8239 (frame-root-window-p): New functions.
8240
e8b08aee
GM
82412011-06-09 Glenn Morris <rgm@gnu.org>
8242
8243 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
8244 (ange-ftp-get-files): Use it.
8245
254c37a5
AK
82462011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
8247
8248 * mail/sendmail.el (mail-recover-1, mail-recover):
8249 * files.el (recover-file, recover-session):
8250 Handle dired-listing-switches not being just a single short option.
8251
35d7dbd3
GM
82522011-06-09 Glenn Morris <rgm@gnu.org>
8253
8254 * calendar/appt.el (appt-display-message, appt-disp-window):
8255 Handle lists of appointments.
8256
387522b2
MR
82572011-06-08 Martin Rudalics <rudalics@gmx.at>
8258
2b75be67
SM
8259 * window.el (one-window-p): Move down in code.
8260 Rewrite doc-string.
8261 (window-current-scroll-bars): Rewrite doc-string.
8262 Normalize live window argument.
387522b2
MR
8263 (walk-windows, get-window-with-predicate, count-windows):
8264 Rewrite doc-string. Use window-list-1.
8265 (window-in-direction-2, window-in-direction, get-mru-window):
8266 New functions.
8267
d8e4b68b 82682011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
8269
8270 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
8271 Doc fix (Bug#8713).
8272
82732011-06-08 Chong Yidong <cyd@stupidchicken.com>
8274
8275 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
8276
82772011-06-08 Juanma Barranquero <lekktu@gmail.com>
8278
8279 * loadhist.el (unload-feature-special-hooks):
8280 Add `comint-output-filter-functions'.
8281
0de12c52
IK
82822011-06-08 Ivan Kanis <gnu@kanis.fr>
8283
8284 * calendar/appt.el (appt-check): Move some initializations into the let.
8285
f3d1777e
MR
82862011-06-08 Martin Rudalics <rudalics@gmx.at>
8287
8288 * window.el (window-height): Defalias to window-total-height.
8289 (window-width): Defalias to window-body-width.
8290
18af70d0
CY
82912011-06-07 Chong Yidong <cyd@stupidchicken.com>
8292
8293 * image-mode.el (image-toggle-animation): New command.
8294 (image-mode-map): Bind it to RET.
8295 (image-mode): Update message.
8296 (image-toggle-display-image): Avoid a spurious cache flush.
8297 (image-transform-rotation): Doc fix.
8298 (image-transform-properties): Return quickly in the normal case.
8299 (image-animate-loop): Rename from image-animate-max-time.
8300
2b75be67 8301 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
8302 (create-animated-image): Remove unnecessary function.
8303 (image-animate): Rename from image-animate-start. New arg.
2b75be67 8304 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
8305 (image-animate-timer): Use car-safe.
8306 (image-animate-timeout): Rename argument.
8307
190b47e6
MR
83082011-06-07 Martin Rudalics <rudalics@gmx.at>
8309
8310 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
8311 window.c. Rename first argument to ALL-FRAMES.
8312 Rephrase doc-strings.
8313 (get-buffer-window-list): Rewrite using window-list-1.
8314 Rephrase doc-string.
a1511caf
MR
8315 (window-safe-min-height, window-safe-min-width): New constants.
8316 (window-size-ignore, window-min-size, window-min-size-1)
8317 (window-sizable, window-sizable-p, window-size-fixed-1)
8318 (window-size-fixed-p, window-min-delta-1, window-min-delta)
8319 (window-max-delta-1, window-max-delta, window-resizable)
8320 (window-resizable-p, window-total-height, window-total-width)
8321 (window-body-width): New functions.
8322 (window-full-height-p, window-full-width-p): Rewrite using
8323 window-total-size.
8324 (window-body-height): Rewrite using window-body-size.
190b47e6 8325
85cc1f11
MR
83262011-06-06 Martin Rudalics <rudalics@gmx.at>
8327
8328 * window.el (window-right, window-left, window-child)
8329 (window-child-count, window-last-child, window-any-p)
8330 (normalize-live-buffer, normalize-live-frame)
8331 (normalize-any-window, normalize-live-window)
8332 (window-iso-combination-p, window-iso-combined-p)
8333 (window-iso-combinations)
8334 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
8335 (windows-with-parameter, window-with-parameter)
8336 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
8337 (window-atom-check, window-side-check, window-check):
8338 New functions.
85cc1f11
MR
8339 (ignore-window-parameters, window-sides, window-sides-vertical)
8340 (window-sides-slots): New variables.
8341 (window-size-fixed): Move down in code. Minor doc-string fix.
8342
e7156492
AS
83432011-06-05 Andreas Schwab <schwab@linux-m68k.org>
8344
8345 * comint.el (comint-dynamic-complete-as-filename)
8346 (comint-dynamic-complete-filename): Correctly call
8347 completion-in-region.
8348
7e821d0d
DD
83492011-06-05 Deniz Dogan <deniz@dogan.se>
8350
8351 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
8352 in last change.
8353
ac09b8a1
DD
83542011-06-05 Deniz Dogan <deniz@dogan.se>
8355
8356 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
8357 (rcirc): Use it to prompt for encryption.
8358
34699b85
RW
83592011-06-05 Roland Winkler <winkler@gnu.org>
8360
8361 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
8362 (bibtex-search-entries): New command bound to C-c C-a.
8363 (bibtex-display-entries): New function.
8364
004dedd3
RW
83652011-06-05 Roland Winkler <winkler@gnu.org>
8366
8367 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
8368 (bibtex-insert-kill): After yanking insert newline if necessary.
8369 (bibtex-initialize): Call bibtex-string-files-init only once.
8370 (bibtex-mode): Do not call easy-menu-add.
8371 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
8372 (bibtex-yank): Set arg properly if nil.
8373
022fe7ce
RW
83742011-06-05 Roland Winkler <winkler@gnu.org>
8375
2b75be67
SM
8376 * textmodes/bibtex.el (bibtex-search-entry-globally):
8377 New variable.
022fe7ce
RW
8378 (bibtex-search-entry): Use it.
8379
b7c3692a
RW
83802011-06-05 Roland Winkler <winkler@gnu.org>
8381
8382 * textmodes/bibtex.el (bibtex-entry-format): New option
8383 sort-fields.
8384 (bibtex-format-entry, bibtex-reformat): Honor this option.
8385 (bibtex-parse-entry): Return fields in proper order.
8386
8eda563d
JB
83872011-06-05 Juanma Barranquero <lekktu@gmail.com>
8388
8389 * doc-view.el (doc-view-remove-if): Move computation of result out
8390 of `dolist' to silence misleading lexical-binding warning.
8391
7dbe3dbc
CY
83922011-06-04 Chong Yidong <cyd@stupidchicken.com>
8393
8394 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
8395 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
8396
0c33dd17
MA
83972011-06-04 Michael Albinus <michael.albinus@gmx.de>
8398
8399 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
8400 "SunOS 5.10".
8401
f8f91c2b
MA
84022011-06-04 Michael Albinus <michael.albinus@gmx.de>
8403
8404 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
8405 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
8406 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
8407 (tramp-parse-putty):
8408 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
8409 (tramp-completion-function-alist-ssh)
8410 (tramp-completion-function-alist-telnet)
8411 (tramp-completion-function-alist-su)
8412 (tramp-completion-function-alist-putty): Set `tramp-autoload'
8413 cookie.
8414
8415 * net/tramp-ftp.el:
8416 * net/tramp-sh.el:
8417 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
8418 load "tramp.el" `tramp-set-completion-function'.
8419
e17d9003
SM
84202011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
8421
8422 * shell.el: Require and use pcomplete.
8423 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
8424 (shell-completion-vars): Set pcomplete-default-completion-function.
8425
6c4cab03
DD
84262011-06-04 Deniz Dogan <deniz@dogan.se>
8427
8428 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
8429 `memq' (Bug#8799).
8430
ea9fafe0
SM
84312011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
8432
8433 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
8434
b3e945d3
JB
84352011-06-02 Juanma Barranquero <lekktu@gmail.com>
8436
8437 * bs.el (bs--mark-unmark, bs--nth-wrapper):
8438 * mpc.el (mpc-select-extend, mpc-songpointer-context):
8439 * vc/log-view.el (log-view-beginning-of-defun):
8440 * vc/smerge-mode.el (smerge-apply-resolution-patch)
8441 (smerge-refine-forward, smerge-refine-chopup-region):
8442 Silence warning for unused `dotimes' counter variables.
8443
7d520089
SM
84442011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
8445
8446 * net/tramp.el (tramp-with-progress-reporter): Rename from
8447 with-progress-reporter. Use `declare'.
8448 * net/tramp-smb.el:
8449 * net/tramp-sh.el:
8450 * net/tramp-gvfs.el: Update all uses.
8451
a1c2400f
JB
84522011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
8453
8454 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
8455 buffer isn't killed before making it current.
8456
2403c841
SM
84572011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8458
8459 Silence various byte-compiler warnings.
8460 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
8461 `access-type' and new obsolescence format.
8462 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
8463 new format.
8464 (byte-compile-check-variable): New `access-type' argument.
8465 Only warn if the access-type is obsolete.
8466 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
8467 (byte-compile-variable-set): Adjust callers.
8468 * help-fns.el (describe-variable): Adjust to new obsolescence format.
8469 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
8470 setting it as obsolete.
8471 * simple.el (minibuffer-completing-symbol):
8472 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
8473 access as obsolete.
8474 * minibuffer.el (minibuffer-completing-file-name): Don't make it
8475 obsolete yet.
8476 * international/quail.el (quail-mouse-choose-completion): Remove unused
8477 code referring to obsolete var.
8478 (quail-choose-completion-string): Remove.
8479 * server.el (server-clients-with, server-kill-buffer-query-function)
8480 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
8481 * proced.el (proced-send-signal):
8482 * emacs-lisp/lisp.el (lisp-complete-symbol):
8483 Replace completion-annotate-function with completion-extra-properties.
8484
2462470b
SM
84852011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8486
fb5b2591
SM
8487 * simple.el (goto-line): Use read-number.
8488 (overriding-map-is-bound): Remove.
8489 (saved-overriding-map): Change default.
8490 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
8491 Take the map as argument.
8492 (universal-argument, negative-argument, digit-argument): Use it.
8493 (restore-overriding-map): Adjust.
8494 (do-auto-fill): Use fill-forward-paragraph.
8495 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
8496
fd6fa53f
SM
8497 * minibuffer.el (minibuffer-inactive-mode-map): New var.
8498 (minibuffer-inactive-mode): New major mode.
8499 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
8500 the *Messages* buffer" hack.
8501 (mouse-popup-menubar): Don't burp if the event is a normal key.
8502
2462470b
SM
8503 Miscellaneous tweaks.
8504 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
8505 lexical scoping as in subr.el's dolist and dotimes.
8506 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
8507 Silence compiler warning.
8508 * thingatpt.el (forward-whitespace): Trivial coding style fix.
8509 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
8510 * international/ccl.el (ccl-compile): Trivial simplification.
8511 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
8512 * emacs-lisp/testcover.el (testcover-end): Remove spurious
8513 `printflag' argument.
8514 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
8515 Purecopy the whole obsolescence data.
8516
108bf785
LL
85172011-06-01 Leo Liu <sdl.web@gmail.com>
8518
8519 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
8520 improve doc-string as suggested by Marco Pessotto
8521 <melmothx@gmail.com>.
8522 (rcirc-print): Fix last change.
8523
30a23501
SM
85242011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8525
8526 * minibuffer.el (complete-with-action): Return nil for the metadata and
8527 boundaries of non-functional tables.
8528 (completion-table-dynamic): Return nil for the metadata.
8529 (completion-table-with-terminator): Add default case, using
8530 complete-with-action.
8531 (completion--metadata): New function.
8532 (completion-all-sorted-completions, minibuffer-completion-help): Use it
8533 to try and avoid pathological performance problems.
8534 (completion--embedded-envvar-table): Return `category' metadata.
8535
bcd54f83
LMI
85362011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
8537
8538 * subr.el (process-alive-p): New tiny convenience function.
8539
e227544d
SM
85402011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8541
8542 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
8543 content but also its previous major mode.
8544
e8296fdc
HE
85452011-05-31 Helmut Eller <eller.helmut@gmail.com>
8546
4d61f28d 8547 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
8548 *Backtrace* buffer when we exit with C-M-c.
8549
620c53a6
SM
85502011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8551
8552 * minibuffer.el: Add metadata method to completion tables.
8553 (completion-category-overrides): New defcustom.
8554 (completion-metadata, completion--field-metadata)
8555 (completion-metadata-get, completion--styles)
8556 (completion--cycle-threshold): New functions.
8557 (completion-try-completion, completion-all-completions):
8558 Add `metadata' argument to choose completion-styles.
8559 (completion--do-completion): Use metadata to choose cycling.
8560 (completion-all-sorted-completions): Use metadata for sorting.
8561 Remove :completion-cycle-penalty which is not needed any more.
8562 (completion--try-word-completion): Add `metadata' argument.
8563 (minibuffer-completion-help): Check metadata for annotation function
8564 and sorting.
8565 (completion-file-name-table): Return `category' metadata.
8566 (minibuffer-completing-file-name): Make obsolete.
8567 * simple.el (minibuffer-completing-symbol): Make obsolete.
8568 * icomplete.el (icomplete-completions): Pass new `metadata' param to
8569 completion-try-completion.
8570
1257e755
SM
85712011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
8572
8573 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
8574
3767e706
LL
85752011-05-30 Leo Liu <sdl.web@gmail.com>
8576
8577 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
8578 (rcirc-print): Decode all incoming messages (bug#8744).
8579 (rcirc-decode-coding-system): Allow value nil for automatic coding
8580 system detection.
3767e706 8581
d1a5d56a
GM
85822011-06-01 Glenn Morris <rgm@gnu.org>
8583
8584 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
8585
e8cbec34
CY
85862011-05-29 Chong Yidong <cyd@stupidchicken.com>
8587
8588 * image.el (image-animate-max-time): Allow nil and t values.
8589 Default to nil.
8590 (create-animated-image): Doc fix.
8591 (image-animate-start): Remove second arg; just use
8592 image-animate-max-time.
8593 (image-animate-timeout): Doc fix. Args changed.
8594
8595 * image-mode.el (image-toggle-display-image): Ensure that the
8596 image spec passed to the animate timer is the same object as in
58179cce 8597 the buffer's display property (Bug#6981).
e8cbec34
CY
8598 (image-transform-properties): Doc fix.
8599
8600 * image.el (image-animate-max-time): Default to nil.
8601
159daf87
MR
86022011-05-29 Martin Rudalics <rudalics@gmx.at>
8603
8604 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
8605 entire buffer list (Bug#8184).
8606
d66c4c7c
CY
86072011-05-29 Chong Yidong <cyd@stupidchicken.com>
8608
8609 * image.el (imagemagick-types-inhibit)
8610 (imagemagick-register-types): Doc fix.
8611
80aec780
DD
86122011-05-29 Deniz Dogan <deniz@dogan.se>
8613
8614 * net/rcirc.el (rcirc): Use the user's stored encryption method by
8615 default.
8616
1dd3c2d9
CY
86172011-05-29 Chong Yidong <cyd@stupidchicken.com>
8618
8619 * select.el: Don't perform clipboard-manager saving in hooks;
8620 leave the hooks empty.
8621
60e56523
LL
86222011-05-28 Leo Liu <sdl.web@gmail.com>
8623
8624 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
8625 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
8626 (occur-edit-mode): New major mode (Bug#8463).
8627 (occur-after-change-function): New function.
8628 (occur-engine): Give Occur tags a read-only property.
8629
2b1e1a22
KR
86302011-05-28 Kevin Ryde <user42@zip.com.au>
8631
8632 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
8633
5d344e88
CY
86342011-05-28 Chong Yidong <cyd@stupidchicken.com>
8635
8e6ca83d
CY
8636 * bindings.el (help-echo): Make the initial non-indicator dash
8637 empty on graphical terminals (Bug#7295).
8638
5d344e88
CY
8639 * files.el (auto-mode-alist): Move config rule after the
8640 in-stripping one (Bug#8547).
8641
bfbbace7
CY
8642 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
8643
fbeba6e2
CY
8644 * startup.el (normal-splash-screen): Remove gratuitous mode-line
8645 setting (Bug#8740).
8646
60ed8c72
AA
86472011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
8648
4ac619f0
AA
8649 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
8650 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
8651 (Bug#8539).
60ed8c72 8652
23db196e
CY
86532011-05-28 Chong Yidong <cyd@stupidchicken.com>
8654
8655 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
8656
5012f24c
DK
86572011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
8658
8659 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
8660 (hs-hide-block-at-point, hs-find-block-beginning)
8661 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
8662 (Bug#8279).
8663
6a639b16
GM
86642011-05-28 Glenn Morris <rgm@gnu.org>
8665
8666 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
8667
d43eaf2c
CY
86682011-05-28 Chong Yidong <cyd@stupidchicken.com>
8669
5199bde1
CY
8670 * help-fns.el (describe-function-1): If the function is a derived
8671 major mode, print the parent mode.
8672
d43eaf2c
CY
8673 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
8674 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
8675
423428a8
SM
86762011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
8677
0ff8e1ba 8678 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 8679 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
8680 * progmodes/etags.el (tags-completion-at-point-function):
8681 * info-look.el (info-lookup-completions-at-point): Mark as
8682 non-exclusive.
8683 (info-complete): Adjust accordingly.
8684
423428a8
SM
8685 * info-look.el: Convert to lexical-binding and completion-at-point.
8686 (info-lookup-completions-at-point): New function.
8687 (info-complete): Use it and completion-in-region.
8688
b74aa22b
DA
86892011-05-28 Drew Adams <drew.adams@oracle.com>
8690
8691 * isearch.el: Let M-e start with point at the first mismatched char.
8692 (isearch-fail-pos): New function.
8693 (isearch-edit-string): Use it.
8694
66e2e71d
DK
86952011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
8696
8697 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
8698
b1890b0f 86992011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
8700
8701 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
8702 traversal functions for avl-trees.
8703 (avl-tree--stack): New struct.
8704 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
8705 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
8706 (avl-tree--do-enter): Add optional `updatefun' arg.
8707 Change return value.
eb95d01d 8708 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
8709 (avl-tree--do-delete): Add `test' and `nilflag' args.
8710 Change return value.
eb95d01d
TC
8711 (avl-tree-member): Add optional `nilflag'
8712 (avl-tree-member-p): New function.
8713 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
8714 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
8715 (avl-tree-stack-empty-p): New functions.
8716
3769ddcf
TC
8717 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
8718 avl-tree--del-balance1 and make it work both ways.
8719 (avl-tree--del-balance2): Remove.
8720 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
8721 make it work both ways.
8722 (avl-tree--enter-balance2): Remove.
8723 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
8724 New macros.
8725 (avl-tree--mapc, avl-tree-map): Add direction argument.
8726
eb95d01d 87272011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
8728
8729 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
8730
a9f737ee
CY
87312011-05-27 Chong Yidong <cyd@stupidchicken.com>
8732
8733 * select.el: Support clipboard managers with built-in function
8734 x-clipboard-manager-save, via delete-frame-functions and
8735 kill-emacs-hook.
8736 (xselect-convert-to-targets): Add MULTIPLE target to list.
8737 (xselect-convert-to-save-targets): New function.
8738
c92a1e54
KH
87392011-05-27 Kenichi Handa <handa@m17n.org>
8740
8741 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
8742 let-binding rfc2047-encode-encoded-words to nil.
8743
e145f188
GM
87442011-05-27 Glenn Morris <rgm@gnu.org>
8745
5ec8a862
GM
8746 * mail/emacsbug.el: Don't require url-util.
8747
4b29d9fb
GM
8748 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
8749
e145f188
GM
8750 * files.el (set-auto-mode):
8751 Also respect mode: entries at the end of the file. (Bug#8586)
8752
7d15102b
GM
87532011-05-26 Glenn Morris <rgm@gnu.org>
8754
98f593b8
GM
8755 * files.el (hack-local-variables-prop-line, hack-local-variables):
8756 Downcase mode names, as seems to be traditional.
27b48e63 8757 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 8758
7d15102b
GM
8759 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
8760 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
8761
51d5b4ec
JD
87622011-05-25 Julien Danjou <julien@danjou.info>
8763
8764 * textmodes/rst.el (rst-define-level-faces): Do not define face
8765 symbol if it is already defined.
8766
91513f63
VB
87672011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
8768
8769 * play/5x5.el (5x5-new-game, 5x5-randomize):
8770 Reset 5x5-solver-output to nil when a new grid is cast.
8771 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
8772 these debugging traces, as defmacro breaks the compiled code.
8773
4d90d6d0
DK
87742011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
8775
8776 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
8777
e1b90ef6
LL
87782011-05-24 Leo Liu <sdl.web@gmail.com>
8779
8780 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
8781 (vc-bzr-sha1): Adapt.
8782
d8e4b68b 8783 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
8784
8785 * bindings.el: Provide sha1 feature.
8786
db0406bb 87872011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
8788
8789 * mail/sendmail.el: Require `rfc2047'.
8790 (mail-insert-from-field): Do not perform RFC2047 encoding.
8791 (mail-encode-header): New function.
8792 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
8793 buffer to the return value of select-message-coding-system.
8794 Call mail-encode-header.
b8d747b9
KH
8795
8796 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
8797
db0406bb 87982011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 8799
4d90d6d0
DK
8800 * mail/supercite.el (sc-default-cite-frame):
8801 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 8802
eb8a5e9b
GM
88032011-05-24 Glenn Morris <rgm@gnu.org>
8804
f8630703
GM
8805 * progmodes/python.el (brm-menu): Declare.
8806
8831bbed
GM
8807 * emulation/viper.el (viper-set-hooks): Declare.
8808
eb8a5e9b
GM
8809 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
8810 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
8811 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
8812 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
8813 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
8814 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
8815
a2a25d24
SM
88162011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
8817
8818 Add an :exit-function for completion-at-point.
8819
8820 * minibuffer.el (completion--done): New fun.
8821 (completion--do-completion): Use it. New arg `expect-exact'.
8822 (minibuffer-complete, minibuffer-complete-word): Don't output message,
8823 since completion--do-completion does it for us now.
8824 (minibuffer-force-complete): Use completion--done and
8825 completion--replace. Handle sole-completion case with more care.
8826 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
8827 (completion-extra-properties): New var.
8828 (completion-annotate-function): Make obsolete.
8829 (minibuffer-completion-help): Adjust accordingly.
8830 Use completion-list-insert-choice-function.
8831 (completion-at-point, completion-help-at-point):
8832 Bind completion-extra-properties.
8833 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
8834 * simple.el (completion-list-insert-choice-function): New var.
8835 (completion-setup-function): Preserve it.
8836 (choose-completion): Pay attention to it, shuffle the code a bit.
8837 (choose-completion-string): New arg `insert-function'.
8838
8839 * textmodes/bibtex.el: Convert to lexical binding.
8840 (bibtex-mode-map): Use completion-at-point.
8841 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
8842 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
8843 (bibtex-complete): Define as obsolete alias.
8844 (bibtex-complete-internal): Remove.
8845 (bibtex-format-entry): Remove unused sub-group in regexp.
8846 * shell.el (shell--command-completion-data)
8847 (shell-environment-variable-completion):
8848 * pcomplete.el (pcomplete-completions-at-point):
8849 * comint.el (comint--complete-file-name-data): Use :exit-function
8850 instead of completion-table-with-terminator so it also works for
8851 choose-completion.
8852
e44e373d
SM
88532011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
8854
4f91a816
SM
8855 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
8856
782fc819
SM
8857 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
8858 (bug#8710).
8859
e44e373d
SM
8860 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
8861
381987c3
KM
88622011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
8863
8864 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
8865 customization variable and implement: If non-nil, auto-fill will
8866 be inhibited while on topic's header line.
8867
b776bc70
VB
88682011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
8869
8870 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 8871 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
8872 always have a solution in grid size = 5 cases.
8873 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
8874 (5x5-solver-output, 5x5-log-buffer): New vars.
8875 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
8876 Make these variables buffer local to achieve 5x5 multi-session-ness.
8877 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
8878 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
8879 (5x5-solve-suggest): New funs.
8880 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
8881 randomize a grid so that we ensure that there is always a solution.
8882 (5x5-make-random-grid): Allow other movement than flipping.
8883
7de88b6e
KR
88842011-05-23 Kevin Ryde <user42@zip.com.au>
8885
8886 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 8887 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
8888 advice and passes PREDICATE.
8889
b1ef1257
SM
88902011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
8891
bbca48fe
SM
8892 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
8893 byte-compile-lambda if it's actually a lambda.
8894
b1ef1257
SM
8895 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
8896 Fix function quoting. Use backquote better.
8897
92a9cc65
YS
88982011-05-22 Yuanle Song <sylecn@gmail.com>
8899
8900 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
8901 matching (Bug#8516).
8902
f0fb8059
JA
89032011-01-22 Jari Aalto <jari.aalto@cante.net>
8904
8905 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
8906 different face (Bug#8178).
8907
d5b44c93
CY
89082011-05-22 Chong Yidong <cyd@stupidchicken.com>
8909
8910 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
8911 defface (Bug#8144).
8912
79106a44
SM
89132011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
8914
9c848d8a
SM
8915 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
8916 funcall as well (bug#8712). Warn when performing those conversions.
8917 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
8918
79106a44
SM
8919 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
8920
88dfa756
GM
89212011-05-22 Glenn Morris <rgm@gnu.org>
8922
8923 * files.el (hack-local-variables-prop-line): Small simplifications.
8924 (hack-local-variables, hack-local-variables-prop-line):
8925 If MODE-ONLY, return the mode, rather than just `t'.
8926
b7cf2c79
SM
89272011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
8928
8929 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
8930
3f1a8558
GM
89312011-05-21 Glenn Morris <rgm@gnu.org>
8932
7e4ccca3
GM
8933 * files.el (hack-local-variables-prop-line, hack-local-variables):
8934 If only interested in the mode, don't bother doing the other stuff.
8935
637d46ca
GM
8936 * image-mode.el (image-after-revert-hook):
8937 Redraw all frames on which the image is visible. (Bug#8567)
8938
973d955b
GM
8939 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
8940
3f1a8558
GM
8941 * wid-edit.el (widget-checklist-match-inline):
8942 Fix 2011-04-19 change. (Bug#8649)
8943
96479927
SM
89442011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
8945
1dcf791f
SM
8946 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
8947 Also allow singlespace after single-letter capitals followed by a dot.
8948
96479927
SM
8949 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
8950 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
8951
35fd0881
N
89522011-05-20 Nix <nix@esperi.org.uk>
8953
8954 * files.el (basic-save-buffer-2):
8955 Fix handling of break-hardlink-on-save with non-existent files.
8956
82745640
DD
89572011-05-19 Deniz Dogan <deniz@dogan.se>
8958
8959 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 8960 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 8961
4a720484
GM
89622011-05-19 Glenn Morris <rgm@gnu.org>
8963
d1f21341
GM
8964 * progmodes/f90.el (f90-type-def-re):
8965 Handle "type, bind(c)". (Bug#8691)
8966
4a720484
GM
8967 * emacs-lisp/autoload.el (batch-update-autoloads):
8968 Set autoload-excludes by parsing loadup.el rather than Makefiles.
8969
2fb0a219
MA
89702011-05-18 Michael Albinus <michael.albinus@gmx.de>
8971
8972 * net/tramp.el (tramp-process-actions): Set "first-password-request"
8973 property for the correct connection in case of multihops.
8974
e565dd37
GM
89752011-05-18 Glenn Morris <rgm@gnu.org>
8976
c2571358 8977 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
8978 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
8979
e565dd37
GM
8980 Rationalize calendar handling of day and month abbrev-arrays.
8981 * calendar/calendar.el (calendar-customized-p): New function.
8982 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
8983 (calendar-day-name-array, calendar-month-name-array): Doc fix.
8984 Add :set function.
8985 (calendar-abbrev-length, calendar-day-abbrev-array)
8986 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
8987 (calendar-day-abbrev-array, calendar-month-abbrev-array):
8988 Elements may no longer be nil.
8989 (calendar-day-name, calendar-month-name):
8990 Update for changed nature of abbrev arrays.
8991 * calendar/diary-lib.el (diary-name-pattern):
8992 Update for changed nature of abbrev arrays.
8993 (diary-mark-entries-1): Update calendar-make-alist calls.
8994 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
8995 * calendar/cal-html.el (cal-html-day-abbrev-array):
8996 Simply inherit from calendar-day-abbrev-array.
8997
1d99a745
SM
89982011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
8999
9000 * progmodes/grep.el (grep-mode): Disable default
9001 compilation-directory-matcher setting (bug#8684).
9002
7c1d9aa0
MA
90032011-05-17 Michael Albinus <michael.albinus@gmx.de>
9004
9005 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
9006 instead of "head" and "tail". There were problems with SunOS 5.9,
9007 and it performs better.
9008
3952e9d8
GM
90092011-05-17 Glenn Morris <rgm@gnu.org>
9010
2dd12e7f
GM
9011 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
9012
e4157b9c
GM
9013 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
9014 Replace obsolete function.
9015
8e249bbd
GM
9016 * shell.el (pcomplete-parse-arguments-function): Declare.
9017
3952e9d8
GM
9018 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
9019 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
9020 (appt-check): Doc fixes.
9021 (appt-disp-window-function, appt-delete-window-function):
9022 Remove needless special case in custom :type.
9023 (appt-display-count): Default to 0, not nil.
9024 (appt-check): Reset appt-display-count to 0, not nil.
9025
c71a0d48 90262011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 9027
c71a0d48
GM
9028 * progmodes/python.el (python-font-lock-keywords):
9029 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 9030
31d55be9
SM
90312011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
9032
9033 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
9034
3bfacb2f
KR
90352011-05-16 Kevin Ryde <user42@zip.com.au>
9036
9037 * info-look.el (makefile-automake-mode): New setups, looking in
9038 automake manual, then makefile-mode.
9039 (makefile-mode): Remove automake manual, have it just in
9040 makefile-automake-mode since there's various things different or
9041 not relevant to plain make.
9042 (makefile-mode): Remove "other-modes" non-existent automake-mode,
9043 believe a hypothetical automake-mode would go to makefile-mode,
9044 not the other way around.
9045
c8e83751
CY
90462011-05-15 Chong Yidong <cyd@stupidchicken.com>
9047
5e9e35cd
CY
9048 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
9049 hunk-end tags (Bug#8672).
9050
c8e83751
CY
9051 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
9052 vc-annotate-show-diff-revision-at-line (Bug#8671).
9053
50b23e5a
GM
90542011-05-14 Glenn Morris <rgm@gnu.org>
9055
7210a739
GM
9056 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
9057 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
9058 (change-log-font-lock-keywords): Also handle multiple author lines
9059 with leading tabs. (Bug#8644)
7210a739 9060
4691905a
GM
9061 * calendar/appt.el (appt-check): Rename some local variables.
9062 Some simplification/reordering.
9063
50b23e5a
GM
9064 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
9065 (feedmail-sendmail-f-doesnt-sell-me-out)
9066 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
9067 (feedmail-debug-sit-for, feedmail-queue-express-hook)
9068 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
9069 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
9070 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
9071 (feedmail-binmail-gnulinuxish-template):
9072 Rename from feedmail-binmail-linuxish-template.
9073 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
9074 Use insert-buffer-substring.
9075
215cda7c
BC
90762011-05-14 Bill Carpenter <bill@carpenter.org>
9077
9078 * mail/feedmail.el (feedmail-patch-level): Increase.
9079 (feedmail-debug): New custom group.
9080 (feedmail-confirm-outgoing-timeout)
9081 (feedmail-sendmail-f-doesnt-sell-me-out)
9082 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
9083 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
9084 (feedmail-sender-line, feedmail-from-line)
9085 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 9086 (feedmail-spray-this-address)
215cda7c
BC
9087 (feedmail-spray-address-fiddle-plex-list)
9088 (feedmail-queue-use-send-time-for-date)
9089 (feedmail-queue-use-send-time-for-message-id)
9090 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
9091 (feedmail-buffer-eating-function):
9092 Doc fixes.
9093 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
9094 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
9095 (feedmail-message-action-scroll-down): New functions.
9096 (feedmail-queue-directory, feedmail-queue-draft-directory):
9097 Use expand-file-name.
9098 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
9099 Remove C-v help entry.
9100 (feedmail-queue-buffer-file-name): New variable.
9101 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
9102 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
9103 (feedmail-message-action-send-strong, feedmail-message-action-edit)
9104 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
9105 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
9106 (feedmail-message-action-toggle-spray)
9107 (feedmail-run-the-queue-no-prompts)
9108 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
9109 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
9110 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
9111 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
9112 (feedmail-envelope-deducer, feedmail-fiddle-from)
9113 (feedmail-fiddle-sender, feedmail-default-date-generator)
9114 (feedmail-fiddle-date, feedmail-fiddle-message-id)
9115 (feedmail-fiddle-spray-address)
9116 (feedmail-fiddle-list-of-spray-fiddle-plexes)
9117 (feedmail-fiddle-list-of-fiddle-plexes)
9118 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
9119 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
9120 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
9121 Change default. Doc fix.
9122 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
9123 (feedmail-binmail-linuxish-template): New constant.
9124 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
9125 Respect feedmail-sendmail-f-doesnt-sell-me-out.
9126 (feedmail-send-it): Add debug call.
9127 Use feedmail-queue-buffer-file-name, and
9128 feedmail-send-it-immediately-wrapper.
9129 (feedmail-message-action-send): Add debug call.
9130 Use feedmail-send-it-immediately-wrapper.
9131 (feedmail-queue-express-to-queue): Add debug call.
9132 Run feedmail-queue-express-hook.
9133 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
9134 (feedmail-message-action-help-blat):
9135 Rename from feedmail-queue-send-edit-prompt-help-first.
9136 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
9137 Check line-endings. Handle errors better.
9138 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
9139 Doc fix. Add debug call.
9140 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
9141 Use feedmail-queue-send-edit-prompt-inner.
9142 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
9143 (feedmail-queue-send-edit-prompt-inner): New function, extracted
9144 from feedmail-queue-send-edit-prompt.
9145 (feedmail-queue-send-edit-prompt-help)
9146 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
9147 (feedmail-tidy-up-slug): Add debug call.
9148 Respect feedmail-queue-slug-suspect-regexp.
9149 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
9150 (feedmail-dump-message-to-queue): Add debug call.
9151 Expand queue-directory.
9152 (feedmail-dump-message-to-queue): Change message slightly.
9153 Use feedmail-say-chatter.
9154 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
9155 (feedmail-send-it-immediately-wrapper): New function.
9156 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
9157 Insert empty string rather than newline. Handle full-frame case.
9158 Use catch/throw. Use feedmail-say-chatter.
9159 (feedmail-fiddle-from): Try mail-host-address.
9160 (feedmail-default-message-id-generator): Doc fix.
9161 Bind system-time-locale. Handle missing end.
9162 (feedmail-fiddle-x-mailer): Add debug call.
9163 Handle feedmail-x-mailer-line being nil.
9164 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
9165 Add debug call. Use buffer-substring-no-properties.
9166 (feedmail-say-debug, feedmail-say-chatter): New functions.
9167 (feedmail-find-eoh): Give an explicit error.
9168
42c7e61e
UJ
91692011-05-13 Ulf Jasper <ulf.jasper@web.de>
9170
c2571358 9171 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 9172 family from helvetica to sans.
c2571358 9173 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
9174 etc/images/newsticker.
9175
c2571358 9176 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
9177 family from helvetica to sans.
9178
9179 * net/newst-plainview.el (newsticker-new-item-face)
9180 (newsticker-old-item-face, newsticker-immortal-item-face)
9181 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 9182 (newsticker-statistics-face): Change default family from
42c7e61e 9183 helvetica to sans.
c2571358 9184 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
9185 etc/images/newsticker.
9186
9187 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
9188 (newsticker--process-auto-mark-filter-match): : Tell user about
9189 auto-marking.
9190
8497a297
DV
91912011-05-13 Didier Verna <didier@xemacs.org>
9192
9193 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
9194 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
9195 TODO entries.
8497a297
DV
9196 (lisp-lambda-list-keyword-parameter-indentation)
9197 (lisp-lambda-list-keyword-parameter-alignment)
9198 (lisp-lambda-list-keyword-alignment): New customizable user options.
9199 (lisp-indent-defun-method): Improve docstring.
9200 (extended-loop-p): Fix comment.
9201 (lisp-indent-lambda-list-keywords-regexp): New variable.
9202 (lisp-indent-lambda-list): New function.
9203 (lisp-indent-259): Use it.
9204 (lisp-indent-defmethod): Support for more than one
9205 method qualifier and properly indent methods lambda-lists.
9206 (defgeneric): Provide a missing common-lisp-indent-function property.
9207
f278f87f
SM
92082011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
9209
9210 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
9211 bounds for the empty string (bug#8667).
9212
5233edd7
GM
92132011-05-13 Glenn Morris <rgm@gnu.org>
9214
5237a44f
GM
9215 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
9216
8340026c 9217 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 9218 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 9219
5233edd7 9220 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 9221 (appt-time-msg-list): Doc fix.
a5464014 9222 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 9223
92d10796
AS
92242011-05-12 Andreas Schwab <schwab@linux-m68k.org>
9225
9226 * progmodes/ld-script.el (ld-script-keywords)
9227 (ld-script-builtins): Update keywords list.
9228
914a0ae1
SM
92292011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9230
c89be45f
SM
9231 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
9232
914a0ae1
SM
9233 * shell.el (shell-completion-vars): New function.
9234 (shell-mode):
9235 * simple.el (read-shell-command): Use it.
9236 (blink-matching-open): No need for " [...]" in minibuffer-message.
9237
98dc3df3
GM
92382011-05-12 Glenn Morris <rgm@gnu.org>
9239
9240 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
9241 (appt-check): Simplify.
9242
d2fc7e3d 92432011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 9244
4d61f28d 9245 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
9246 literal "/dev/null".
9247
d2fc7e3d 92482011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
9249
9250 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
9251 Fix typo.
9252
d2fc7e3d 92532011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 9254
3f254caa
SM
9255 * progmodes/which-func.el (which-function):
9256 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
9257 which might not be defined (Bug#8260).
9258
d45885f7
GM
92592011-05-12 Glenn Morris <rgm@gnu.org>
9260
9261 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
9262 Let byte-compile-initial-macro-environment always take precedence.
9263
488086f4
SM
92642011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9265
9266 * net/rcirc.el: Add support for SSL/TLS connections.
9267 (rcirc-server-alist): New field `encryption'.
9268 (rcirc): Check `encryption' settings.
9269 (rcirc-connect): New arg `encryption'. Use open-network-stream.
9270 Merge make-local-variable into `set'.
9271 (rcirc--connection-open-p): New function.
9272 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
9273 the process is not a network process (e.g. running gnutls-cli).
9274 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
9275 Make rcirc-(en|de)code-coding-system local here.
9276 (rcirc-mode): Merge make-local-variable into `set'.
9277 (rcirc-parent-buffer): Make permanent buffer-local.
9278 (rcirc-multiline-minor-mode): Don't do it here.
9279 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
9280 there's no server buffer.
9281
7d3b9d44
GM
92822011-05-11 Glenn Morris <rgm@gnu.org>
9283
f64049c6
GM
9284 * newcomment.el (comment-kill): Prefix "unused" local.
9285
93c9df73
GM
9286 * term/w32console.el (get-screen-color): Declare.
9287
7d3b9d44
GM
9288 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
9289 Handle symbol elements of byte-compile-initial-macro-environment.
9290
9e2dd53f
LL
92912011-05-10 Leo Liu <sdl.web@gmail.com>
9292
488086f4
SM
9293 * bookmark.el (bookmark-bmenu-mode-map):
9294 Bind bookmark-bmenu-search to `/'.
8b340240 9295
9e2dd53f 9296 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
9297 (footnote-unicode-string, footnote-unicode-regexp): New variable.
9298 (Footnote-unicode): New function.
9299 (footnote-style-alist): Add unicode style to the list.
9300 (footnote-style): Doc fix.
9e2dd53f 9301
79b70037
GM
93022011-05-10 Jim Meyering <meyering@redhat.com>
9303
9304 Fix doubled-word typos.
9305 * international/quail.el (quail-insert-kbd-layout): and and -> and
9306 * kermit.el: and and -> and
9307 * net/ldap.el (ldap-search-internal): to to -> to
9308 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
9309 * progmodes/js.el (js-mode): and and -> and
9310 * textmodes/artist.el (artist-move-to-xy): at at -> at
9311 (artist-draw-region-trim-line-endings): if if -> if
9312 And Safetyc -> Safety.
9313 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
9314
b8f82dc1 93152011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 9316 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
9317
9318 * files.el (hack-one-local-variable-eval-safep):
9319 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
9320
4f99f44b
GM
93212011-05-10 Glenn Morris <rgm@gnu.org>
9322
9323 * calendar/diary-lib.el (diary-list-entries-hook)
9324 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
9325 (diary-nongregorian-marking-hook, diary-list-entries)
9326 (diary-include-other-diary-files, diary-mark-entries)
9327 (diary-mark-included-diary-files): Doc fixes.
9328
84f29e6b
JB
93292011-05-09 Juanma Barranquero <lekktu@gmail.com>
9330
9331 * misc.el: Require tabulated-list.el during compilation.
9332
9bedd73a
CY
93332011-05-09 Chong Yidong <cyd@stupidchicken.com>
9334
488086f4
SM
9335 * progmodes/compile.el (compilation-start):
9336 Run compilation-filter-hook for the async case too.
9bedd73a
CY
9337 (compilation-filter-hook): Doc fix.
9338
797c735c
DD
93392011-05-09 Deniz Dogan <deniz@dogan.se>
9340
9341 * wdired.el: Remove outdated installation comment. Fix usage
9342 comment.
9343
5f4b1dfe
JB
93442011-05-09 Juanma Barranquero <lekktu@gmail.com>
9345
9346 * misc.el: Implement new command `list-dynamic-libraries'.
9347 (list-dynamic-libraries--loaded-only-p): New variable.
9348 (list-dynamic-libraries--refresh): New function.
9349 (list-dynamic-libraries): New command.
9350
4c44026c
CY
93512011-05-09 Chong Yidong <cyd@stupidchicken.com>
9352
488086f4
SM
9353 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9354 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
9355 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
9356 higher priority to avoid clobbering by gnu.
9357
027f966d
CY
93582011-05-08 Chong Yidong <cyd@stupidchicken.com>
9359
9360 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
9361 if the face has existing theme settings (Bug#8454).
9362
085f5d7d
CY
93632011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
9364
488086f4
SM
9365 * progmodes/perl-mode.el (perl-imenu-generic-expression):
9366 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 9367
2a86a00c
RS
9368 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
9369 special file names `.' and `..' (Bug#8259).
9370
d9c54a06
CY
93712011-05-08 Chong Yidong <cyd@stupidchicken.com>
9372
488086f4
SM
9373 * progmodes/grep.el (grep-mode-font-lock-keywords):
9374 Remove buffer-changing entries.
d9c54a06
CY
9375 (grep-filter): New function.
9376 (grep-mode): Add it to compilation-filter-hook.
9377
9378 * progmodes/compile.el (compilation-filter-hook)
9379 (compilation-filter-start): New defvars.
9380 (compilation-filter): Call compilation-filter-hook prior to
9381 updating the process mark.
9382
c4662635
SM
93832011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9384
9385 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
9386
b0512a1d
EZ
93872011-05-07 Eli Zaretskii <eliz@gnu.org>
9388
605c9376
EZ
9389 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
9390 mailclient-send-it even if window-system is nil. (Bug#8595)
9391
c4662635
SM
9392 * term/w32console.el (terminal-init-w32console):
9393 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
9394 background-mode. (Bug#8597)
9395
d1dc2cc2
SM
93962011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
9397
9398 Make bytecomp.el understand that defmethod defines funs (bug#8631).
9399 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
9400 New functions.
9401 (defgeneric, eieio--defmethod): Use them.
9402 (eieio-defgeneric): Remove.
9403 (defmethod): Call defgeneric in a way visible to the byte-compiler.
9404
915d1300
GM
94052011-05-07 Glenn Morris <rgm@gnu.org>
9406
a3961c3e
GM
9407 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
9408 Use let rather than let*.
9409 (timeclock-find-discrep): Remove unused local.
9410
314347b9
GM
9411 * calendar/diary-lib.el (diary-comment-start): Doc fix.
9412
915d1300
GM
9413 * calendar/appt.el (appt-time-msg-list): Doc fix.
9414
275b59b0
NF
94152011-05-06 Noah Friedman <friedman@splode.com>
9416
9417 * apropos.el (apropos-print-doc): Only use
9418 emacs-lisp-docstring-fill-column when it is bound to an integer,
9419 per that variable's documentation.
9420
6c19f744
SM
94212011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9422
9423 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 9424 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 9425
60f884b2
GM
94262011-05-06 Glenn Morris <rgm@gnu.org>
9427
5006e634
GM
9428 * calendar/appt.el (appt-message-warning-time): Doc fix.
9429 (appt-warning-time-regexp): New option.
9430 (appt-make-list): Respect appt-message-warning-time.
9431
548d0a63
GM
9432 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
9433 New options.
9434 (diary-add-to-list): Strip comments from the displayed string.
9435 (diary-mode): Set comment-start and comment-end.
9436
60f884b2
GM
9437 * vc/diff-mode.el (smerge-refine-subst): Declare.
9438 (diff-refine-hunk): Don't require smerge-mode when compiling.
9439
989681bb
JB
94402011-05-06 Juanma Barranquero <lekktu@gmail.com>
9441
9442 * simple.el (list-processes): Return nil as the docstring says.
9443
a6bc05e1
MA
94442011-05-05 Michael Albinus <michael.albinus@gmx.de>
9445
9446 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
9447 to "".
9448 (ange-ftp-write-region, ange-ftp-insert-file-contents)
9449 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
9450 determining of binary transfer. (Bug#7383)
9451
23c22e9a
MA
94522011-05-05 Michael Albinus <michael.albinus@gmx.de>
9453
c4662635
SM
9454 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
9455 Fix port computation bug. (Bug#8618)
23c22e9a 9456
0bff894f
GM
94572011-05-05 Glenn Morris <rgm@gnu.org>
9458
b8296902
GM
9459 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
9460
1f522ce8
GM
9461 * simple.el (shell-dynamic-complete-functions)
9462 (comint-dynamic-complete-functions): Declare.
9463
cf5bee67
GM
9464 * net/network-stream.el (gnutls-negotiate):
9465 * simple.el (tabulated-list-print): Fix declarations.
9466
9467 * progmodes/gud.el (syntax-symbol, syntax-point):
9468 Remove unnecessary and incorrect declarations.
9469
0bff894f
GM
9470 * emacs-lisp/check-declare.el (check-declare-scan):
9471 Handle byte-compile-initial-macro-environment in bytecomp.el
9472
9869b3ae
SM
94732011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9474
9475 Fix earlier half-done eieio-defmethod change (bug#8338).
9476 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
9477 Streamline and change calling convention.
9478 (defmethod): Adjust accordingly and simplify.
9479 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
9480 new eieio--defmethod.
9481 (slot-boundp): Minor CSE simplification.
9482
9c1d5ac5
MZ
94832011-05-05 Milan Zamazal <pdm@zamazal.org>
9484
9485 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
9486 (glasses-make-readable): Use glasses-separate-capital-groups.
9487
455c834e
JB
94882011-05-05 Juanma Barranquero <lekktu@gmail.com>
9489
9490 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
9491 (warning-series): Doc fix.
9492 (display-warning): Don't try to create the buffer if we just found it.
9493
9ed7c8cb
CY
94942011-05-04 Chong Yidong <cyd@stupidchicken.com>
9495
9496 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
9497 (autoload-find-generated-file): New function.
9498 (generate-file-autoloads): Bind generated-autoload-file to
9499 buffer-file-name.
9869b3ae
SM
9500 (update-file-autoloads, update-directory-autoloads):
9501 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
9502 output file (Bug#7989).
9503 (batch-update-autoloads): Doc fix.
9504
0898ca10
JB
95052011-05-04 Juanma Barranquero <lekktu@gmail.com>
9506
9507 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
9508
31dfb76c
GM
95092011-05-04 Glenn Morris <rgm@gnu.org>
9510
f330b642
GM
9511 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
9512 function, so it follows changes in calendar-date-style.
9513 (diary-fancy-date-matcher): New function.
9514 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
9515 (diary-fancy-font-lock-fontify-region-function):
9516 Use diary-fancy-date-pattern as a function.
9517
31dfb76c
GM
9518 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
9519 non-numbers for `year' etc pseudo-variables. (Bug#8583)
9520
48e79d6a
TZ
95212011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
9522
9523 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
9524 instead of positional arguments. Allow :keylist and :crlfiles
9525 arguments.
9526 (open-gnutls-stream): Call it.
9527
9528 * net/network-stream.el (network-stream-open-starttls): Adjust to
9529 call `gnutls-negotiate' with :process and :hostname arguments.
9530
dd5a5ee0
SM
95312011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9532
ef80fc09
SM
9533 * minibuffer.el (completion--message): New function.
9534 (completion--do-completion, minibuffer-complete)
9535 (minibuffer-force-complete, minibuffer-complete-word): Use it.
9536 (completion--do-completion): Don't ignore completion-auto-help when in
9537 icomplete-mode.
9538
dd5a5ee0
SM
9539 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
9540 internal encoding (e.g. tibetan zero is not whitespace).
9541 (global-whitespace-mode): Prefer save-current-buffer.
9542 (whitespace-trailing-regexp): Remove useless save-match-data.
9543 (whitespace-empty-at-bob-regexp): Minor simplification.
9544
b7d22a83
CY
95452011-05-03 Chong Yidong <cyd@stupidchicken.com>
9546
9547 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
9548
5192af46
AM
95492011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9550
9551 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 9552 Use `concat' to create string for insertion.
5192af46 9553
5767d190
SM
95542011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9555
9556 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
9557 Avoid open-line which runs post-self-insert-hook.
9558 (bibtex-fill-entry): Remove unused `end' var.
9559
bf242939
AM
95602011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
9561
5767d190
SM
9562 * textmodes/ispell.el (ispell-add-per-file-word-list):
9563 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 9564
25666126
LL
95652011-05-03 Leo Liu <sdl.web@gmail.com>
9566
9567 * isearch.el (isearch-yank-pop): New command.
5767d190 9568 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
9569 (isearch-forward): Mention it.
9570
52d3c2d0
SM
95712011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9572
1bcace58
SM
9573 * simple.el (minibuffer-complete-shell-command): Remove.
9574 (minibuffer-local-shell-command-map): Use completion-at-point.
9575 (read-shell-command): Setup completion vars here instead.
9576 (read-expression-map): Bind TAB to symbol completion.
9577
52d3c2d0
SM
9578 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
9579 error directly rather via storing it into `results'.
9580
35813471
LL
95812011-05-02 Leo Liu <sdl.web@gmail.com>
9582
9583 * vc/diff.el: Fix description.
9584
e793a940
LMI
95852011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9586
9587 * server.el (server-eval-at): New function.
9588
8de66e05
LMI
95892011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9590
9591 * net/network-stream.el (open-network-stream): Take a :nowait
9592 parameter and pass it on to `make-network-process'.
9593 (network-stream-open-plain): Ditto.
9594
dcb79f20
AS
95952011-04-30 Andreas Schwab <schwab@linux-m68k.org>
9596
9597 * faces.el (face-spec-set-match-display): Don't match toolkit
9598 options on terminal frames.
9599
14a7fbd8
SM
96002011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9601
7eabc1be
SM
9602 * progmodes/pascal.el: Use lexical binding.
9603 (pascal-mode-map): Remove author preferences.
9604
14a7fbd8
SM
9605 * pcomplete.el (pcomplete-std-complete): Don't abuse
9606 completion-at-point.
9607
50f84510
JB
96082011-04-28 Juanma Barranquero <lekktu@gmail.com>
9609
6e087a44
JB
9610 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
9611 removing code that has been dead since 1991 or so.
9612
50f84510
JB
9613 * startup.el (command-line): When warning about "_emacs", use a
9614 delayed warning to allow the user to filter it out.
9615
0ba690bd
DD
96162011-04-28 Deniz Dogan <deniz@dogan.se>
9617
9618 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
9619 user has not joined.
9620
08abfaad
SM
96212011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9622
9623 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
9624 aren't any completions at point.
9625
638f053a
JB
96262011-04-28 Juanma Barranquero <lekktu@gmail.com>
9627
9628 * subr.el (display-delayed-warnings): New function.
9629 (delayed-warnings-hook): New variable.
9630
8fff8daa
SM
96312011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9632
08abfaad
SM
9633 * minibuffer.el (completion-at-point, completion-help-at-point):
9634 Don't presume that a given completion-at-point-function will always
9635 use the same calling convention.
9636
8fff8daa
SM
9637 * pcomplete.el (pcomplete-completions-at-point):
9638 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
9639 pcomplete-seen is non-nil.
9640 (pcomplete-comint-setup): Also recognize the new comint/shell
9641 completion functions.
9642 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
9643 pcomplete-seen is non-nil.
9644
841a1577 96452011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 9646
841a1577 9647 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 9648 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 9649 the first character in the entry. This allows for code to add its
211ec907
UJ
9650 own uid to the entry.
9651 (icalendar--convert-float-to-ical): Add export of
9652 `diary-float'-entries save for those with the optional DAY
9653 argument.
9654
2a782793
DC
96552011-04-27 Daniel Colascione <dan.colascione@gmail.com>
9656
9657 * subr.el (shell-quote-argument): Use alternate escaping strategy
9658 when we spot a variable reference in a string.
9659
0438ce91
DC
96602011-04-26 Daniel Colascione <dan.colascione@gmail.com>
9661
9662 * cus-start.el (all): Define customization for debug-on-event.
9663
841a1577 96642011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
9665
9666 * subr.el (shell-quote-argument): Escape correctly under Windows.
9667
d090ed6c
SM
96682011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
9669
9670 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
9671
bfd31217
MA
96722011-04-25 Michael Albinus <michael.albinus@gmx.de>
9673
d090ed6c
SM
9674 * net/tramp.el (tramp-process-actions): Add POS argument.
9675 Delete region between POS and (pos).
bfd31217 9676
d090ed6c
SM
9677 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
9678 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
9679 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
9680
9681 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
9682 position in `tramp-process-actions' call.
9683
9684 * net/trampver.el: Update release number.
9685
e92f3bd3
SM
96862011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
9687
850256b5
SM
9688 * custom.el (defcustom): Obey lexical-binding.
9689
e92f3bd3
SM
9690 Fix octave-inf completion problems reported by Alexander Klimov.
9691 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
9692 Inherit from octave-mode-syntax-table.
9693 (inferior-octave-mode): Set info-lookup-mode.
9694 (inferior-octave-completion-at-point): New function.
9695 (inferior-octave-complete): Use it and completion-in-region.
9696 (inferior-octave-dynamic-complete-functions): Use it as well, and use
9697 comint-filename-completion.
9698 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
9699 symbol elements which shouldn't be word elements.
9700 (octave-font-lock-keywords, octave-beginning-of-defun)
9701 (octave-function-header-regexp): Adjust regexps accordingly.
9702 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
9703
cd22b309
JB
97042011-04-25 Juanma Barranquero <lekktu@gmail.com>
9705
9706 * net/gnutls.el (gnutls-errorp): Declare before first use.
9707
8b492194
TZ
97082011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
9709
9710 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
9711 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 9712 default trustfile exists before going to use it. Add missing
5a5fa834 9713 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
9714 Reported by Claudio Bley <claudio.bley@gmail.com>.
9715 (open-gnutls-stream): Add usage example.
9716
9717 * net/network-stream.el (network-stream-open-starttls): Give host
9718 parameter to `gnutls-negotiate'.
9719 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 9720 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 9721
841a1577 97222011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 9723
cd22b309
JB
9724 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
9725 Use correct match group (bug#8438).
05842630 9726
3ba7869c
CY
97272011-04-24 Chong Yidong <cyd@stupidchicken.com>
9728
512e3ae1
CY
9729 * emacs-lisp/package.el (package-built-in-p): Fix typo.
9730 (package-menu--generate): New arg specifying packages to show.
9731 (package-menu-refresh, package-menu-execute, list-packages):
9732 Callers changed.
9733 (package-show-package-list): New function, replacing deleted
9734 package--list-packages (renamed because it is non-internal).
9735
9736 * finder.el (finder-list-matches): Use package-show-package-list
9737 instead of deleted package--list-packages.
9738
e92f3bd3
SM
9739 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
9740 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
9741 (vc-annotate-mode-map): Bind it to RET.
9742
7031be6d
UR
97432011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
9744
9745 * progmodes/etags.el (next-file): Don't use set-buffer to change
9746 buffers (Bug#8478).
9747
4ef177aa
CY
97482011-04-24 Chong Yidong <cyd@stupidchicken.com>
9749
c8d173eb
CY
9750 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
9751
4ef177aa
CY
9752 * apropos.el (apropos-label-face): Avoid variable-pitch face.
9753 (apropos-accumulator): Doc fix.
9754 (apropos-function, apropos-macro, apropos-command)
9755 (apropos-variable, apropos-face, apropos-group, apropos-widget)
9756 (apropos-plist): Add face property.
9757 (apropos-symbols-internal): Fix indentation.
9758 (apropos-print): Simplify help, and recognize apropos-multi-type.
9759 (apropos-print-doc): Use button-type-get to extract the button's
9760 face property. Fill docstring (Bug#8352).
9761
4ffd0d6b 97622011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
9763
9764 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
9765
c6c32125 9766 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 9767 (mpuz-mode-map): Use mapc.
c6c32125
JB
9768 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
9769 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
9770 Fix typos in docstrings.
9771
58d468b4
JB
9772 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
9773 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
9774
6470c3c6
JB
9775 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
9776
4ffd0d6b 97772011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
9778
9779 * minibuffer.el (completion--do-completion): Avoid the "Next char
9780 not unique" prompt if icomplete-mode is enabled (Bug#5849).
9781
3ad8bad0
CY
9782 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
9783 mouse-2 into unread-command-events, it is interpreted correctly.
9784
71d73c9c 9785 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 9786 (image-toggle-display): Doc fix.
71d73c9c 9787
841a1577 97882011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 9789
4ffd0d6b
GM
9790 * textmodes/page.el (what-page): Use line-number-at-pos to
9791 calculate line number (Bug#6825).
6e1dbaa9 9792
c2fb1b60
JB
97932011-04-22 Juanma Barranquero <lekktu@gmail.com>
9794
9795 * eshell/esh-mode.el (find-tag-interactive): Declare function.
9796 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
9797 Pass argument NO-DEFAULT to `find-tag-interactive'.
9798
e02f48d7
JB
97992011-04-22 Juanma Barranquero <lekktu@gmail.com>
9800
9801 Lexical-binding cleanup.
9802
9803 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
9804 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
9805 * progmodes/ada-prj.el (ada-prj-initialize-values)
9806 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
9807 (ada-prj-show-value):
9808 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
9809 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
9810 (antlr-invalidate-context-cache, antlr-options-menu-filter)
9811 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
9812 * progmodes/bug-reference.el (bug-reference-push-button):
9813 * progmodes/fortran.el (fortran-line-length):
9814 * progmodes/glasses.el (glasses-change):
9815 * progmodes/octave-mod.el (octave-fill-paragraph):
9816 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
9817 (python-pdbtrack-grub-for-buffer, python-sentinel):
9818 * progmodes/sql.el (sql-save-connection):
9819 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
9820 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
9821 Mark unused parameters.
9822
9823 * progmodes/compile.el (compilation--flush-directory-cache)
9824 (compilation--flush-parse, compile-internal): Mark unused parameters.
9825 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
9826 (compilation-next-error-function): Remove unused variable `timestamp'.
9827
9828 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
9829 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
9830
9831 * progmodes/dcl-mode.el (dcl-end-of-command):
9832 Remove unused variable `start'.
9833 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
9834 (dcl-option-value-basic, dcl-option-value-offset)
9835 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
9836 Mark unused parameters.
9837 (dcl-save-local-variable): Remove unused variable `val'.
9838 (mode): Declare.
9839
9840 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
9841 Mark unused parameters.
9842 (delphi-ignore-changes): Move before first use.
9843 (delphi-charset-token-at): Remove unused variable `start'.
9844 (delphi-else-start): Remove unused variable `if-count'.
9845 (delphi-comment-block-start, delphi-comment-block-end):
9846 Remove unused variable `kind'.
9847 (delphi-indent-line): Remove unused variable `new-point'.
9848
9849 * progmodes/ebrowse.el (ebrowse-files-list)
9850 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
9851 Mark unused parameters. Don't quote `lambda'.
9852 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
9853 Don't quote `lambda'.
9854 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
9855 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
9856 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
9857 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
9858 Use `ignore-errors'.
9859 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
9860 (ebrowse-view/find-file-and-search-pattern)
9861 (ebrowse-view/find-member-declaration/definition):
9862 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
9863 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
9864 Rename parameter PREFIX-ARG to PREFIX.
9865 (ebrowse-tags-read-name): Remove unused variables `start' and
9866 `member-info'.
9867 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
9868 to `tags-file'.
9869
9870 * progmodes/etags.el (local-find-tag-hook): Declare.
9871 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
9872 Mark unused parameters.
9873
9874 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
9875 (executable-interpret): Mark unused parameter.
9876
9877 * progmodes/flymake.el (flymake-process-sentinel)
9878 (flymake-after-change-function)
9879 (flymake-create-temp-with-folder-structure)
9880 (flymake-get-include-dirs-dot): Mark unused parameters.
9881 (flymake-safe-delete-directory): Remove unused variable `err'.
9882
9883 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
9884 (speedbar-timer-fn, speedbar-line-text)
9885 (speedbar-change-expand-button-char, speedbar-delete-subblock)
9886 (speedbar-center-buffer-smartly): Declare functions.
9887 (gdb-find-watch-expression): Remove unused variable `array'.
9888 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
9889 (gdb-starting): Mark unused parameters.
9890 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
9891 (gdb-table-string): Remove unused variable `res'.
9892 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
9893 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
9894 (gdb-display-buffer): Remove unused variable `cur-size'.
9895
9896 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
9897 allow lexical-binding compilation.
9898 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
9899 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
9900 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
9901 Mark unused parameters.
9902 (gud-gdb-marker-filter): Remove unused variable `match'.
9903 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
9904 lambda expressions and funcall them, instead of using `fset'.
9905
9906 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
9907 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
9908
9909 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
9910 variable `header-beg'; use `let'.
9911
9912 * progmodes/icon.el (indent-icon-exp): Remove unused variables
9913 `restart', `last-sexp' and `at-do'.
9914
9915 * progmodes/js.el (js--debug): Mark unused parameter.
9916 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
9917 (js--splice-into-items): Remove unused variable `item'.
9918 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
9919
9920 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
9921 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
9922 (makefile-complete): Remove unused variable `try'.
9923 (makefile-fill-paragraph, makefile-match-function-end):
9924 Mark unused parameters.
9925
9926 * progmodes/octave-inf.el (inferior-octave-complete):
9927 Remove unused variable `proc'.
9928 (inferior-octave-output-digest): Mark unused parameter.
9929
9930 * progmodes/perl-mode.el (perl-calculate-indent):
9931 Remove unused variable `err'.
9932
9933 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
9934 (prolog-indent-line): Mark unused parameters.
9935 (prolog-indent-line): Remove unused variable `beg'.
9936
9937 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
9938 (reporter-dont-compact-list): Declare.
9939
9940 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
9941 Remove unused variable `char'.
9942 (sh-debug): Mark unused parameter.
9943 (sh-get-indent-info): Remove unused variable `start'.
9944 (sh-calculate-indent): Remove unused variable `var'.
9945
9946 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
9947 (simula-electric-keyword): Remove unused variable `null'.
9948 (simula-search-backward, simula-search-forward): Remove unused
9949 variables `begin' and `end'.
9950
9951 * progmodes/vera-mode.el (vera-guess-basic-syntax):
9952 Remove unused variable `pos'.
9953 (vera-electric-tab, vera-comment-uncomment-region):
9954 Mark unused parameters.
9955 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
9956
7ede3b65
CY
99572011-04-22 Chong Yidong <cyd@stupidchicken.com>
9958
9959 * emacs-lisp/package.el (package--builtins, package-alist)
9960 (package-load-descriptor, package-built-in-p, package-activate)
9961 (define-package, package-installed-p)
9962 (package-compute-transaction, package-buffer-info)
9963 (package--push): Doc fix. Distinguish more clearly between
9964 version strings and version lists.
9965
121656e9
JB
99662011-04-21 Juanma Barranquero <lekktu@gmail.com>
9967
9968 Lexical-binding cleanup.
9969
9970 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
9971 (5x5-make-mutate-best):
9972 * play/fortune.el (fortune-in-buffer):
9973 * play/gomoku.el (gomoku-init-display):
9974 * play/solitaire.el (solitaire, solitaire-do-check):
9975 * play/tetris.el (tetris-default-update-speed-function):
9976 Mark unused parameters.
9977
9978 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
9979 (bubbles--shift): Remove unused variable `char-org'.
9980 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
9981 (bubbles--show-images): Remove unused variable `char'.
9982
9983 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
9984 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
9985 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
9986 (decipher-analyze-buffer): Use ?\s.
9987 (decipher-make-checkpoint): Remove unused variable `mapping'.
9988
9989 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
9990
9991 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
9992 Remove unused variable `result'; use `let'.
9993
9994 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
9995 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
9996 (gametree-children-shown-p, gametree-compute-reduced-score):
9997 Use `ignore-errors'.
9998
9999 * play/handwrite.el (ps-lpr-switches): Declare.
10000 (handwrite): Remove unused variables `pmin' and `lastp'.
10001
10002 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
10003
10004 * play/landmark.el (landmark-init-display)
10005 (landmark-update-naught-weights): Mark unused parameters.
10006 (landmark-y): Remove unused variable `noise'. Simplify.
10007 (landmark-human-plays): Remove unused variable `score'.
10008
10009 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
10010 (mpuz-try-proposal): Remove unused variable `game'.
10011
10012 * play/zone.el (life-patterns): Declare.
10013
80f499c7
JB
100142011-04-20 Juanma Barranquero <lekktu@gmail.com>
10015
10016 * vc/vc.el (ediff-vc-internal): Declare function.
10017
024ff170
SM
100182011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10019
c0a193ea
SM
10020 * shell.el: Use lexical-binding and std completion UI.
10021 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
10022 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
10023 comint-preoutput-filter-functions rather than on
10024 comint-output-filter-functions.
10025 (shell-command-completion, shell--command-completion-data)
10026 (shell-filename-completion, shell-environment-variable-completion)
10027 (shell-c-a-p-replace-by-expanded-directory): New functions.
10028 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
10029 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
10030 (shell-dynamic-complete-environment-variable): Use them.
10031 (shell-dynamic-complete-as-environment-variable)
10032 (shell-dynamic-complete-as-command): Remove.
10033 (shell-match-partial-variable): Match past point.
10034 * comint.el: Clean up use of completion-at-point-functions.
10035 (comint-completion-at-point): New function.
10036 (comint-mode): Use it completion-at-point-functions.
10037 (comint-dynamic-complete): Make it obsolete.
10038 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
10039 (comint-c-a-p-replace-by-expanded-history): New function.
10040 (comint-dynamic-complete-functions)
10041 (comint-replace-by-expanded-history): Use it.
10042 * minibuffer.el (completion-table-with-terminator): Allow dynamic
10043 termination strings. Try harder to avoid second try-completion.
10044 (completion-in-region-mode-map): Disable bindings that don't work yet.
10045
2dbaa080
SM
10046 * comint.el: Use lexical-binding. Require CL.
10047 (comint-dynamic-complete-functions): Use comint-filename-completion.
10048 (comint-completion-addsuffix): Tweak custom type.
10049 (comint-filename-completion, comint--common-suffix)
10050 (comint--common-quoted-suffix, comint--table-subvert)
10051 (comint--complete-file-name-data): New functions.
10052 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
10053 (comint-dynamic-list-filename-completions): Use them.
10054 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 10055
2dbaa080
SM
10056 * minibuffer.el (completion-in-region-mode):
10057 Keep completion-in-region-mode--predicate global.
10058 (completion-in-region--postch):
10059 Assume completion-in-region-mode--predicate is not null.
10060
c79a6f38
SM
10061 * progmodes/flymake.el (flymake-start-syntax-check-process):
10062 Obey `dir'. Simplify.
10063
024ff170
SM
10064 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
10065 we're in VC after all.
10066
1c6c854e
CS
100672011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
10068
10069 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 10070 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
10071 (vc-version-diff): Use vc-diff-build-argument-list-internal.
10072
bed7f140
SM
100732011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10074
332e62ab
SM
10075 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
10076 add sanity check.
10077
bed7f140
SM
10078 * obsolete/erc-hecomplete.el: Make obsolete.
10079 * obsolete/: Standardize obsolescence info in the header.
10080
f195c582
GM
100812011-04-20 Glenn Morris <rgm@gnu.org>
10082
10083 * calendar/solar.el (solar-horizontal-coordinates):
10084 Use the longitude argument rather than `calendar-longitude'.
10085 (solar-date-next-longitude): Remove unused locals.
10086
cb79b8c0
VJL
100872011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10088
10089 * whitespace.el: New version 13.2.1.
10090
100912011-04-20 felix <EmacsWiki> (tiny change)
10092
d8e4b68b 10093 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
10094 switching between major modes on a file.
10095
602ea69d
SM
100962011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
10097
10098 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
10099 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
10100 multi-line comments as well.
10101
06b60517
JB
101022011-04-19 Juanma Barranquero <lekktu@gmail.com>
10103
10104 Lexical-binding cleanup.
10105
10106 * arc-mode.el (archive-mode-revert):
10107 * cmuscheme.el (scheme-interactively-start-process):
10108 * custom.el (custom-initialize-delay):
10109 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
10110 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
10111 * emacs-lock.el (emacs-lock-clear-sentinel):
10112 * ezimage.el (defezimage):
10113 * follow.el (follow-avoid-tail-recenter):
10114 * fringe.el (set-fringe-mode-1):
10115 * generic-x.el (bat-generic-mode-compile):
10116 * help-mode.el (help-info-variable, help-do-xref)
10117 (help-mode-revert-buffer):
10118 * help.el (view-emacs-todo):
10119 * iswitchb.el (iswitchb-completion-help):
10120 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
10121 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
10122 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
10123 * locate.el (locate-update):
10124 * longlines.el (longlines-encode-region)
10125 (longlines-after-change-function):
10126 * outline.el (outline-isearch-open-invisible):
10127 * ps-def.el (declare-function, charset-dimension, char-width)
10128 (encode-char):
10129 * ps-mule.el (ps-mule-plot-string):
10130 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
10131 (recentf-edit-list-select, recentf-edit-list-validate)
10132 (recentf-open-files-action):
10133 * rect.el (delete-whitespace-rectangle-line)
10134 (rectangle-number-line-callback):
10135 * register.el (window-configuration-to-register)
10136 (frame-configuration-to-register):
10137 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
10138 * select.el (xselect-convert-to-string, xselect-convert-to-length)
10139 (xselect-convert-to-targets, xselect-convert-to-delete)
10140 (xselect-convert-to-filename, xselect-convert-to-charpos)
10141 (xselect-convert-to-lineno, xselect-convert-to-colno)
10142 (xselect-convert-to-os, xselect-convert-to-host)
10143 (xselect-convert-to-user, xselect-convert-to-class)
10144 (xselect-convert-to-name, xselect-convert-to-integer)
10145 (xselect-convert-to-atom, xselect-convert-to-identity):
10146 * subr.el (declare, ignore, process-kill-without-query)
10147 (text-clone-maintain):
10148 * terminal.el (te-get-char, te-tic-sentinel):
10149 * tool-bar.el (tool-bar-make-keymap):
10150 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
10151 * type-break.el (type-break-mode, type-break-noninteractive-query):
10152 * view.el (View-back-to-mark):
10153 * wid-browse.el (widget-browse-action, widget-browse-widget)
10154 (widget-browse-widgets, widget-browse-sexp):
10155 * widget.el (define-widget-keywords):
10156 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
10157 Mark unused parameters.
10158
10159 * align.el (align-adjust-col-for-rule): Mark unused parameter.
10160 (align-areas): Remove unused variable `look'.
10161 (align-region): Remove unused variables `real-end' and `pos-list'.
10162
10163 * apropos.el (apropos-score-doc): Remove unused variable `i'.
10164
10165 * bindings.el (mode-line-modified, mode-line-remote):
10166 Mark unused parameters.
10167 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
10168
10169 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
10170 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
10171
10172 * comint.el (comint-history-isearch-pop-state)
10173 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
10174 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
10175 (comint-substitute-in-file-name): Doc fix.
10176
10177 * completion.el (cmpl-statistics-block): Mark unused parameter.
10178 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
10179 (save-completions-to-file, load-completions-from-file):
10180 Remove unused local variable `e'.
10181
10182 * composite.el (compose-chars): Remove unused variable `len'.
10183 (lgstring-insert-glyph): Remove unused variable `g'.
10184 (compose-glyph-string): Remove unused variables `ascent',
10185 `descent', `lbearing' and `rbearing'.
10186 (compose-glyph-string-relative): Remove unused variables
10187 `lbearing', `rbearing' and `wadjust'.
10188 (compose-gstring-for-graphic): Remove unused variables `header',
10189 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
10190 (compose-gstring-for-terminal): Remove unused variables `header'
10191 and `nchars'. Use `let', not `let*'.
10192
10193 * cus-edit.el (Custom-set, Custom-save, custom-reset)
10194 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
10195 (Custom-buffer-done, custom-buffer-create-internal)
10196 (custom-browse-visibility-action, custom-browse-group-tag-action)
10197 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
10198 (widget-magic-mouse-down-action, custom-toggle-parent)
10199 (custom-add-parent-links, custom-toggle-hide-variable)
10200 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
10201 (custom-toggle-hide-face, face, hook, custom-group-link-action)
10202 (custom-face-menu-create, custom-variable-menu-create, get)
10203 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
10204 (custom-reset-standard-save-and-update): Remove unused variable `value'.
10205 (customize-apropos): Remove unused variable `tests'.
10206 (custom-group-value-create): Remove unused variable `hidden-p'.
10207 (sort-fold-case): Declare.
10208
10209 * cus-theme.el (custom-reset-standard-faces-list)
10210 (custom-reset-standard-variables-list): Declare.
10211 (customize-create-theme, custom-theme-revert, custom-theme-write)
10212 (custom-theme-choose-mode, customize-themes, custom-theme-save):
10213 Mark unused parameters.
10214
10215 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
10216
10217 * delim-col.el (delimit-columns-max): Move defvar before first use.
10218
10219 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 10220 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
10221
10222 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
10223 (auto-insert): Declare.
10224 (desktop-restore-file-buffer): Rename desktop-* parameters;
10225 mark unused ones.
10226 (desktop-create-buffer): Rename desktop-* parameters and bind them.
10227 (desktop-buffer): Rename desktop-* parameters.
10228
10229 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
10230 (dframe-reposition-frame-xemacs, dframe-help-echo)
10231 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
10232 Mark unused parameters.
10233
10234 * dired-aux.el (backup-extract-version-start, overwrite-query)
10235 (overwrite-backup-query, rename-regexp-query)
10236 (rename-non-directory-query): Declare.
10237 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
10238 (dired-add-entry): Remove unused variable `orig-file-name'.
10239 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
10240 Use parameter PRESERVE-TIME instead of accessing dynamic variable
10241 `dired-copy-preserve-time' directly.
10242 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
10243 (dired-insert-subdir-newpos): Rename unused variable `pos'.
10244
10245 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
10246 (dired-virtual-revert, dired-make-relative-symlink):
10247 Mark unused parameters.
10248 (manual-program): Declare.
10249 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
10250 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
10251 wrapped in `with-no-warnings' to avoid replacing one warning by another.
10252
10253 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
10254
10255 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
10256
10257 * echistory.el (electric-history-in-progress, Helper-return-blurb):
10258 Declare.
10259
10260 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
10261
10262 * electric.el (Electric-command-loop): Rename parameter
10263 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
10264
10265 * expand.el (expand-in-literal): Remove unused variable `here'.
10266
10267 * facemenu.el (facemenu-add-new-color):
10268 Remove unused variable `docstring'.
10269
10270 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
10271 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
10272 (face-attr-construct): Mark unused parameter. Doc fix.
10273 (read-color): Remove unused variable `hex-string'.
10274
10275 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
10276 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
10277 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
10278 (display-buffer-other-frame): Remove unused variable `old-window'.
10279 (kill-buffer-hook): Declare.
10280 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
10281 Mark unused parameters.
10282 (after-find-file): Pass 1 to `auto-save-mode', not t.
10283
10284 * files-x.el (auto-insert): Declare.
10285 (modify-file-local-variable-prop-line): Remove unused variable `val'.
10286
10287 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 10288 variable `buf'. Mark unused parameter.
06b60517
JB
10289 (find-lisp-insert-directory): Mark unused parameter.
10290
10291 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
10292 (format-encode-region): Remove unused variables `cur-buf' and `result'.
10293 (format-common-tail): Remove, unused.
10294 (format-deannotate-region): Remove unused variable `loc'.
10295 (format-annotate-region): Remove unused variable `p'.
10296 (format-annotate-single-property-change): Remove unused variables
10297 `default' and `tail'.
10298
10299 * forms.el (read-file-filter): Declare.
10300 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
10301
10302 * frame.el (frame-creation-function-alist): Mark unused parameter.
10303 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
10304
10305 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
10306 Remove unused parameters.
10307 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
10308 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
10309
10310 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
10311 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
10312 (hfy-prepare-tag-map): Mark unused parameters.
10313 (htmlfontify-buffer): Use `called-interactively-p'.
10314
10315 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
10316 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
10317 (ibuffer-do-occur): Mark unused parameters.
10318 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
10319 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
10320
10321 * ibuffer.el: Don't quote `lambda'.
10322 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
10323 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
10324 Mark unused parameters.
10325
10326 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
10327 (ido-completing-read): Mark unused parameters.
10328 (ido-copy-current-word): Mark unused parameters;
10329 remove unused variable `name'.
10330 (ido-sort-merged-list): Remove unused parameter `dirs'.
10331
10332 * ielm.el (ielm-input-sender): Mark unused parameter.
10333 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
10334 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
10335 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
10336 `ielm-string' as a dynamic variable accessible from the IELM prompt.
10337 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
10338
10339 * image-dired.el (image-dired-display-thumbs): Remove unused
10340 variables `curr-file' and `count'.
10341 (image-dired-remove-tag): Remove unused variable `start'.
10342 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
10343 variable `curr-file'
10344 (image-dired-rotate-original): Remove unused variable `temp-file'.
10345 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
10346 Remove unused variable `file'.
10347 (image-dired-gallery-generate): Remove unused variable `curr'.
10348 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
10349
10350 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
10351
10352 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
10353
10354 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
10355
10356 * isearch.el (minibuffer-history-symbol): Declare.
10357 (isearch-edit-string): Remove unused variable `err'.
10358 (isearch-message-prefix, isearch-message-suffix):
10359 Mark unused parameters.
10360
10361 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
10362
10363 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
10364
10365 * makesum.el (double-column): Remove unused variable `cnt'.
10366
10367 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
10368 (ido-ignore-item-temp-list): Declare.
10369
10370 * mouse-drag.el (mouse-drag-throw): Remove unused variables
10371 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
10372 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
10373 (mouse-drag-drag): Remove unused variables `mouse-delta' and
10374 `mouse-col-delta'.
10375
10376 * mouse-sel.el (mouse-extend-internal):
10377 Remove unused variable `orig-window-frame'.
10378
10379 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
10380 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
10381 Move declarations before first use.
10382 (pcomplete-opt): Mark unused parameters; doc fix.
10383
10384 * proced.el (proced-revert): Mark unused parameter.
10385 (proced-send-signal): Remove unused variable `err'.
10386
10387 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
10388 Rename parameter PREFIX-ARG to ARG.
10389 (ps-basic-plot-string, ps-basic-plot-whitespace):
10390 Mark unused parameters.
10391
10392 * replace.el (replace-count): Define.
10393 (occur-revert-function): Mark unused parameters.
10394 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
10395 (isearch-case-fold-search, isearch-string): Declare.
10396 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
10397 bind `case-fold-search'. Remove unused variables `beg' and `end',
10398 and simplify.
10399 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
10400 COUNT and bind `replace-count'.
10401 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
10402 to COUNT.
10403
10404 * savehist.el (print-readably, print-string-length): Declare.
10405
10406 * shadowfile.el (shadow-expand-cluster-in-file-name):
10407 Remove unused variable `cluster'.
10408 (shadow-copy-file): Remove unused variable `i'.
10409 (shadow-noquery, shadow-clusters, shadow-site-cluster)
10410 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
10411 (shadow-define-literal-group, shadow-define-regexp-group)
10412 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
10413
10414 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
10415 (shell): Use `called-interactively-p'.
10416 (shell-directory-tracker): Remove unused variable `chdir-failure'.
10417
10418 * simple.el (compilation-context-lines, comint-file-name-quote-list)
10419 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
10420 (delete-backward-char): Remove unused variable `ocol'.
10421 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
10422 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
10423 (event-apply-hyper-modifier, event-apply-shift-modifier)
10424 (event-apply-control-modifier, event-apply-meta-modifier):
10425 Mark unused parameters.
10426 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
10427 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
10428
10429 * speedbar.el (speedbar-ignored-directory-expressions)
10430 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
10431 (speedbar-find-file, speedbar-dir-follow)
10432 (speedbar-directory-buttons-follow, speedbar-tag-find)
10433 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
10434 (speedbar-buffers-line-directory, speedbar-buffer-click):
10435 Mark unused parameters.
10436 (speedbar-tag-file): Remove unused variable `mode'.
10437 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
10438
10439 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
10440
10441 * talk.el (talk): Remove unused variable `display'.
10442
10443 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
10444 (tar-write-region-annotate): Mark unused parameter.
10445
10446 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
10447 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
10448 Declare them, wrapped in `with-no-warnings' to avoid replacing one
10449 warning by another.
10450
10451 * time-stamp.el (time-stamp-string-preprocess):
10452 Remove unused variable `require-padding'.
10453
10454 * tree-widget.el (widget-glyph-enable): Declare.
10455 (tree-widget-action): Mark unused parameter.
10456
10457 * w32-fns.el (x-get-selection): Mark unused parameter.
10458 (autoload-make-program, generated-autoload-file): Declare.
10459
10460 * wdired.el (wdired-revert): Mark unused parameters.
10461 (wdired-xcase-word): Remove unused variable `err'.
10462
10463 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
10464 (whitespace-help-scroll): Remove unused variable `data-help'.
10465
10466 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
10467 (widget-image-insert, widget-after-change, default)
10468 (widget-default-format-handler, widget-default-notify)
10469 (widget-default-prompt-value, widget-info-link-action)
10470 (widget-url-link-action, widget-function-link-action)
10471 (widget-variable-link-action, widget-file-link-action)
10472 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
10473 (widget-field-prompt-internal, widget-field-action, widget-field-match)
10474 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
10475 (widget-insert-button-action, widget-delete-button-action, visibility)
10476 (widget-documentation-link-action, widget-documentation-string-action)
10477 (widget-const-prompt-value, widget-regexp-match, symbol)
10478 (widget-coding-system-prompt-value)
10479 (widget-key-sequence-value-to-external, sexp)
10480 (widget-sexp-value-to-internal, character, vector, cons)
10481 (widget-choice-prompt-value, widget-boolean-prompt-value)
10482 (widget-color--choose-action): Mark unused parameters.
10483 (widget-item-match-inline, widget-choice-match-inline)
10484 (widget-checklist-match, widget-checklist-match-inline)
10485 (widget-group-match): Rename parameter VALUES to VALS.
10486 (widget-field-value-set): Remove unused variable `size'.
10487 (widget-color-action): Remove unused variables `value' and `start'.
10488
10489 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 10490 variable `dir'. Doc fix.
06b60517
JB
10491 (windmove-find-other-window): Don't pass it.
10492
10493 * window.el (count-windows): Mark unused parameter.
10494 (bw-adjust-window): Remove unused variable `err'.
10495
10496 * woman.el (woman-file-name): Remove unused variable `default'.
10497 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
10498 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
10499 (global-font-lock-mode): Declare.
10500 (woman-decode-region): Mark unused parameter.
10501 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
10502
10503 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
10504 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
10505 (x-dnd-handle-moz-url): Remove unused variable `title'.
10506 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
10507
10508 * xml.el (xml-parse-tag, xml-parse-attlist):
10509 Remove unused variable `pos'.
10510
bc4f7f3d
GM
105112011-04-19 Glenn Morris <rgm@gnu.org>
10512
10513 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
10514 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
10515 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10516 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
10517 * calendar/cal-html.el (cal-html-insert-minical):
10518 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
10519 (calendar-mark-date-pattern):
10520 Prefix "unused" locals.
10521
10522 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
10523 optional argument `style'.
10524
10525 * calendar/appt.el (appt-make-list):
10526 * calendar/cal-china.el (calendar-chinese-date-string):
10527 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
10528 (diary-hebrew-yahrzeit):
10529 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
10530 * calendar/calendar.el (calendar-generate-window):
10531 * calendar/time-date.el (time-to-days):
10532 Remove unused local variables.
10533
16a43933
CY
105342011-04-18 Chong Yidong <cyd@stupidchicken.com>
10535
10536 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
10537 glyphless-char-display table.
10538 (tabulated-list-glyphless-char-display): New var.
10539
7eed1860
SS
105402011-04-18 Sam Steingold <sds@gnu.org>
10541
10542 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
10543 to acknowledgments.
10544
4d2d1ccd
GM
105452011-04-17 Glenn Morris <rgm@gnu.org>
10546
10547 * calendar/diary-lib.el (diary-sexp-entry):
10548 * calendar/holidays.el (holiday-sexp):
10549 Set debug-on-error rather than the removed stack-trace-on-error.
10550
239da61d
GM
105512011-04-16 Glenn Morris <rgm@gnu.org>
10552
10553 * progmodes/f90.el: Use lexical-binding.
10554 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
10555
8b05752a
SM
105562011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10557
daca8ba5
SM
10558 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
10559 (mail-mode): Setup mailalias completion here instead.
10560 * mail/mailalias.el: Use lexical-binding.
10561 (pattern, mailalias-done): Declare dynamic.
10562 (mail-completion-at-point-function): New function, from mail-complete.
10563 (mail-complete): Use it.
10564 (mail-completion-expand): New function.
10565 (mail-get-names): Use it.
10566 (mail-directory, mail-directory-process, mail-directory-stream):
10567 Don't use `pattern' for lexically bound arg.
10568
6f542485
SM
10569 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
10570
037e7c3f
SM
10571 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
10572 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
10573 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
10574
8b05752a
SM
10575 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
10576 (byte-save-window-excursion, byte-temp-output-buffer-setup)
10577 (byte-interactive-p): Define them again, for use when inlining
10578 old code.
10579
49093f60
JB
105802011-04-15 Juanma Barranquero <lekktu@gmail.com>
10581
10582 * loadup.el: Use `string-to-number', not `string-to-int'.
10583
b5b8e7de
SM
105842011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10585
10586 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
10587 gud-gdb-complete-command.
10588 (gud-gdb-completions): New function, from gud-gdb-complete-command.
10589 (gud-gdb-completion-at-point): New function.
10590 (gud-gdb-completions): Remove.
10591
f42efeb5
MA
105922011-04-14 Michael Albinus <michael.albinus@gmx.de>
10593
49093f60
JB
10594 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
10595 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
10596 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
10597 whether `executable-find' is bound.
f42efeb5
MA
10598
10599 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
10600
e240cc21
SM
106012011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10602
10603 * minibuffer.el (completion-in-region-mode-predicate)
10604 (completion-in-region-mode--predicate): New vars.
10605 (completion-in-region, completion-in-region--postch)
10606 (completion-in-region-mode): Use them.
10607 (completion--capf-wrapper): Also return the hook function.
10608 (completion-at-point, completion-help-at-point):
10609 Adjust and provide a predicate.
c2bd2ab0
SM
10610
10611 Preserve arg names for advice of subr and lexical functions (bug#8457).
10612 * help-fns.el (help-function-arglist): Consolidate the subr and
10613 new-byte-code cases. Add argument `preserve-names' to extract names
10614 from the docstring when needed.
10615 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
10616 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
10617 (ad-arglist): Use help-function-arglist's new arg.
10618 (ad-definition-type): Use cond.
10619
c183f693
JB
106202011-04-13 Juanma Barranquero <lekktu@gmail.com>
10621
06641a47
JB
10622 * autorevert.el (auto-revert-handler):
10623 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
10624 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
10625 Don't quote lambda.
10626
c183f693
JB
10627 * image-mode.el (image-transform-set-scale):
10628 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
10629
1e3b6001
G
106302011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10631
10632 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 10633 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
10634 Upgrades via gnutls-cli are too slow to be done opportunistically.
10635
2d6af8dd
JB
106362011-04-12 Juanma Barranquero <lekktu@gmail.com>
10637
10638 * dframe.el (dframe-current-frame): Remove spurious quote.
10639
c0749a51
GM
106402011-04-12 Glenn Morris <rgm@gnu.org>
10641
088d0d61
GM
10642 * calendar/cal-tex.el (cal-tex-end-document):
10643 Try to automatically use latin1 input if needed.
10644
c0749a51
GM
10645 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
10646 Don't try to cons a mark onto an empty element.
10647
5c90fde0
LL
106482011-04-11 Leo Liu <sdl.web@gmail.com>
10649
10650 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
10651 buffers.
10652 (ido-kill-buffer-at-head): Support killing virtual buffers.
10653
369e974d
CY
106542011-04-10 Chong Yidong <cyd@stupidchicken.com>
10655
10656 * minibuffer.el (completion-show-inline-help): New var.
10657 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
10658 (minibuffer-force-complete, minibuffer-complete-word):
10659 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
10660
10661 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
10662 to avoid interference from inline help (Bug#5849).
10663
37f1c930
LL
106642011-04-10 Leo Liu <sdl.web@gmail.com>
10665
099c39a4
JB
10666 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
10667 Fix typo.
37f1c930 10668
a32d4040
CY
106692011-04-09 Chong Yidong <cyd@stupidchicken.com>
10670
10671 * image-mode.el (image-toggle-display-image): Signal an error if
10672 not in Image mode.
10673 (image-transform-mode, image-transform-resize)
10674 (image-transform-set-rotation): Doc fix.
daca8ba5 10675 (image-transform-set-resize): Delete.
a32d4040
CY
10676 (image-transform-set-scale, image-transform-fit-to-height)
10677 (image-transform-fit-to-width): Handle image-toggle-display-image
10678 and image-transform-resize directly.
10679
099c39a4 106802011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
10681
10682 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
10683 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
10684 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
10685 (doc-view-mode-map): Add bindings for the new functions.
10686
099c39a4 106872011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 10688
4d61f28d 10689 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
10690 Fix typo in docstring.
10691
3726838a
EZ
106922011-04-08 Eli Zaretskii <eliz@gnu.org>
10693
04f33f1e
EZ
10694 * files.el (file-size-human-readable): Produce one digit after
10695 decimal, like "ls -lh" does.
10696
10697 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
10698 the file size representation.
10699
3726838a
EZ
10700 * simple.el (list-processes): If async subprocesses are not
10701 available, error out with a clear error message.
10702
cbb59342
CY
107032011-04-08 Chong Yidong <cyd@stupidchicken.com>
10704
10705 * help.el (help-form-show): New function, to be called from C.
10706 Put help-form output in a buffer named differently than *Help*.
10707
e3971c44
EZ
107082011-04-08 Eli Zaretskii <eliz@gnu.org>
10709
10710 * files.el (file-size-human-readable): New function.
10711
10712 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
10713 computing the representation inline. Don't require `cl'.
10714
12544bbe
GM
107152011-04-08 Glenn Morris <rgm@gnu.org>
10716
a1de6c6a
GM
10717 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
10718
3c4671f4
GM
10719 * net/browse-url.el (browse-url-firefox):
10720 Test system-type, not system-configuration.
10721
b605679c
GM
10722 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
10723 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
10724 Use log-edit-empty-buffer-p. (Bug#7598)
10725
56442f0c
GM
10726 * net/rlogin.el (rlogin-process-connection-type): Simplify.
10727 (rlogin-mode-map): Initialize in the defvar.
10728 (rlogin): Use ignore-errors.
10729
12544bbe
GM
10730 * replace.el (occur-mode-map): Some fixes for menu items.
10731
eb237b0f
AH
107322011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10733
10734 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
10735
7d668f2c
CY
107362011-04-06 Chong Yidong <cyd@stupidchicken.com>
10737
e67a13ab
CY
10738 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
10739 issuing unused warnings.
10740
10741 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
10742 macro directly.
10743
7d668f2c
CY
10744 * simple.el: Lisp reimplement of list-processes. Based on an
10745 earlier reimplementation by Leo Liu, but using tabulated-list.el.
10746 (process-menu-mode): New major mode.
10747 (list-processes--refresh, list-processes):
10748 (process-menu-visit-buffer): New functions.
10749
10750 * files.el (save-buffers-kill-emacs): Don't assume any return
10751 value of list-processes, which is undocumented anyway.
10752
a83ec3c9
CY
107532011-04-06 Chong Yidong <cyd@stupidchicken.com>
10754
10755 * emacs-lisp/tabulated-list.el: New file.
10756
e91a96fe
CY
10757 * emacs-lisp/package.el: Use Tabulated List mode.
10758 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
10759 (package-menu-mode): Derive from tabulated-list-mode. Set up the
10760 table format using Tabulated List mode variables.
10761 (package--push): New macro, replacing package-list-maybe-add.
10762 (package-menu--generate): Use package--push. Renamed from
10763 package--generate-package-list.
10764 (package-menu-refresh, list-packages): Use it.
daca8ba5 10765 (package-menu--print-info): Rename from package-print-package.
e91a96fe 10766 Return insertion data instead of inserting it directly.
099c39a4
JB
10767 (package-menu-describe-package, package-menu-execute):
10768 Use tabulated-list-get-id.
e91a96fe
CY
10769 (package-menu-mark-delete, package-menu-mark-install)
10770 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
10771 (package-menu-mark-obsolete-for-deletion):
10772 Use tabulated-list-put-tag.
e91a96fe
CY
10773 (package--list-packages, package-menu-revert)
10774 (package-menu-get-package, package-menu-get-version)
10775 (package-menu-sort-by-column): Functions deleted.
10776 (package-menu-package-list, package-menu-sort-key): Vars deleted.
10777 (package-menu--status-predicate, package-menu--version-predicate)
10778 (package-menu--name-predicate)
10779 (package-menu--description-predicate): Handle arguments in the
10780 Tabulated List format.
10781 (package-list-packages-no-fetch): Call list-packages.
10782
3e214b50
JB
107832011-04-06 Juanma Barranquero <lekktu@gmail.com>
10784
10785 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 10786 (after-find-file): Don't bind it.
3e214b50
JB
10787 (revert-buffer-in-progress-p): New variable.
10788 (revert-buffer): Bind it.
10789 Pass nil for `after-find-file-from-revert-buffer'.
10790
10791 * saveplace.el (save-place-find-file-hook): Use new variable
10792 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
10793
3f0f1700
GM
107942011-04-06 Glenn Morris <rgm@gnu.org>
10795
c0274801
GM
10796 * Makefile.in (AUTOGEN_VCS): New variable.
10797 (autoloads): Use $AUTOGEN_VCS.
10798
3f0f1700
GM
10799 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
10800 * calendar/calendar.el (calendar-mode-map):
10801 Check for toolkit scroll bars. (Bug#8305)
10802
41ea9e48
CY
108032011-04-05 Chong Yidong <cyd@stupidchicken.com>
10804
10805 * minibuffer.el (completion-in-region--postch)
10806 (completion-in-region-mode): Remove unnecessary messages.
10807
6194c800
JB
108082011-04-05 Juanma Barranquero <lekktu@gmail.com>
10809
33256f14
JB
10810 * font-lock.el (font-lock-refresh-defaults):
10811 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
10812 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
10813
6194c800
JB
10814 * info.el (Info-directory-list, Info-read-node-name-2)
10815 (Info-split-parameter-string): Doc fixes.
10816 (Info-virtual-nodes): Reflow docstring.
10817 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
10818 (Info-apropos-toc-nodes, info-finder, Info-get-token)
10819 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
10820 Fix typos in docstrings.
10821 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
10822 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
10823 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
10824 (Info-restore-desktop-buffer): Mark unused parameters.
10825 (Info-directory-find-file, Info-directory-find-node)
10826 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
10827 (Info-virtual-index-find-node, Info-apropos-find-file)
10828 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 10829 Mark unused parameters; fix typos in docstrings.
6194c800
JB
10830 (Info-virtual-index): Remove unused local variable `nodename'.
10831
b87a8200 108322011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 10833
b87a8200
DD
10834 * net/rcirc.el: Update my e-mail address.
10835 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 10836
3b2ff876
CY
108372011-04-05 Chong Yidong <cyd@stupidchicken.com>
10838
10839 * startup.el (command-line): Save the cursor's theme-face
10840 directly, instead of using face-override-spec.
10841
10842 * custom.el (load-theme): Minor optimization in assigning faces.
10843
8d17e7ca
JB
108442011-04-04 Juanma Barranquero <lekktu@gmail.com>
10845
10846 * help-fns.el (describe-variable): Complete all variables having
10847 documentation, including keywords.
10848 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
10849
2fbc1934
JB
108502011-04-04 Juanma Barranquero <lekktu@gmail.com>
10851
10852 Convert to lexical-binding.
10853
10854 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
10855 (bs--get-marked-string, bs--get-modified-string)
10856 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
10857 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
10858 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
10859
10860 * ehelp.el (electric-help-execute-extended)
10861 (electric-help-ctrl-x-prefix):
10862 * hexl.el (hexl-revert-buffer-function):
10863 * linum.el (linum-after-change, linum-after-scroll):
10864 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
10865
10866 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
10867
74f50695
DU
108682011-04-04 Daiki Ueno <ueno@unixuser.org>
10869
10870 * epa-dired.el:
10871 * epa-mail.el:
10872 * epa-hook.el:
10873 * epa-file.el:
10874 * epa.el:
10875 * epg.el: Use lexical binding.
10876
c11325f7
CY
108772011-04-03 Chong Yidong <cyd@stupidchicken.com>
10878
0d9e9a12
CY
10879 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
10880
c11325f7 10881 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
10882 dictionary case for flyspell-mark-duplications-exceptions.
10883 Use regexp matching for languages.
c11325f7
CY
10884 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
10885 default dictionary (Bug#7926).
10886
da91b5f2
CY
108872011-04-02 Chong Yidong <cyd@stupidchicken.com>
10888
099c39a4
JB
10889 * emacs-lisp/package.el (package--with-work-buffer):
10890 Recognize https URLs.
da91b5f2 10891
099c39a4
JB
10892 * net/network-stream.el: Move from gnus/proto-stream.el.
10893 Change prefix to network-stream throughout.
da91b5f2
CY
10894 (open-protocol-stream): Merge into open-network-stream, leaving
10895 open-protocol-stream as an alias. Handle nil BUFFER args.
10896
10897 * subr.el (open-network-stream): Move to net/network-stream.el.
10898
afa8e9f6
GM
108992011-04-02 Glenn Morris <rgm@gnu.org>
10900
1d2e369d
GM
10901 * find-dired.el (find-exec-terminator): New option.
10902 (find-ls-option): Test for -ls support.
10903 (find-ls-subdir-switches): Test for -b in find-ls-option.
10904 (find-dired, find-grep-dired): Doc fixes.
10905 (find-dired): Use find-exec-terminator.
10906
8abb7da8 10907 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
10908 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
10909 (find-name-arg): Remove purecopy.
8abb7da8 10910
f3ca7378
GM
10911 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
10912 (grep-compute-defaults): Check for `-exec COMMAND +' support.
10913 Set grep-find-use-xargs, grep-find-command, and grep-find-template
10914 accordingly. Don't add the null-device if not needed.
10915
afa8e9f6
GM
10916 * files.el (save-some-buffers): Doc fix.
10917
35eae264
EZ
109182011-04-02 Eli Zaretskii <eliz@gnu.org>
10919
10920 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
10921
26b51db5
JB
109222011-04-01 Juanma Barranquero <lekktu@gmail.com>
10923
10924 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
10925 Use `dolist' rather than `mapcar'.
10926
7200d79c
SM
109272011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
10928
03408648 10929 Add lexical binding.
7200d79c 10930
03408648
SM
10931 * subr.el (apply-partially): Use new closures rather than CL.
10932 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
10933 (dolist, dotimes): Use slightly different expansion for lexical code.
10934 (functionp): Move to C.
10935 (letrec): New macro.
10936 (with-wrapper-hook): Use it and apply-partially instead of CL.
10937 (eval-after-load): Preserve lexical-binding.
10938 (save-window-excursion, with-output-to-temp-buffer): Turn them
10939 into macros.
7200d79c 10940
03408648
SM
10941 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
10942
10943 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
10944 than the arglist.
10945 (help-add-fundoc-usage): Don't add `Not documented'.
10946 (help-function-arglist): Handle closures, subroutines, and new
10947 byte-code-functions.
10948 (help-make-usage): Remove leading underscores.
10949 (describe-function-1): Handle closures.
10950 (describe-variable): Use special-variable-p for completion.
10951
10952 * files.el (lexical-binding): Declare safe.
f488fb65 10953
03408648
SM
10954 * emacs-lisp/pcase.el: Don't use destructuring-bind.
10955 (pcase--memoize): Rename from pcase-memoize. Change weakness.
10956 (pcase): Add `let' pattern.
10957 Change memoization so it actually works.
10958 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
10959 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
10960 <let>: New case.
f488fb65 10961
03408648
SM
10962 * emacs-lisp/macroexp.el: Use lexical binding.
10963 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
10964 Don't convert ' to #' without checking that it's indeed quoting
10965 a lambda.
10966
10967 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 10968 Use eval-sexp-add-defvars.
03408648
SM
10969 (eval-sexp-add-defvars): New fun.
10970
10971 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
10972
10973 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
10974 Don't autoload.
10975 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
10976 than the internal `byte-compile-lambda'.
10977 (defmethod): Don't hide code under quotes.
10978 (eieio-defmethod): New `code' argument.
10979
10980 * emacs-lisp/eieio-comp.el: Remove.
10981
10982 * emacs-lisp/edebug.el (edebug-eval-defun)
10983 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
10984 (edebug-toggle): Avoid `eval'.
10985
10986 * emacs-lisp/disass.el (disassemble-internal): Handle new
10987 `closure' objects.
10988 (disassemble-1): Handle new byte codes.
10989
10990 * emacs-lisp/cl.el (pushnew): Silence warning.
10991
10992 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
10993 (cl-byte-compile-throw): Remove.
10994 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
10995
10996 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
10997 closures.
10998
10999 * emacs-lisp/cconv.el: New file.
11000
11001 * emacs-lisp/bytecomp.el: Use lexical binding instead of
11002 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
11003 (byte-compile-initial-macro-environment):
11004 Handle declare-function here.
11005 (byte-compile--lexical-environment): New var.
11006 (byte-stack-ref, byte-stack-set, byte-discardN)
11007 (byte-discardN-preserve-tos): New lap codes.
11008 (byte-interactive-p): Don't use any more.
11009 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
11010 New macros.
11011 (byte-compile-lapcode): Use them and handle new lap codes.
11012 (byte-compile-obsolete): Remove.
11013 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
11014 (byte-compile-arglist-warn): Check late def of inlinable funs.
11015 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
11016 since they should have been expanded by now.
11017 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
11018 (byte-compile-from-buffer): Remove unused second arg.
11019 (byte-compile-preprocess): New function.
11020 (byte-compile-toplevel-file-form): New function to distinguish
11021 file-form calls from outside from file-form calls from hunk-handlers.
11022 (byte-compile-file-form): Simplify.
11023 (byte-compile-file-form-defsubst): Remove.
11024 (byte-compile-file-form-defmumble): Simplify now that
11025 byte-compile-lambda always returns a byte-code-function.
11026 (byte-compile): Preprocess.
11027 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
11028 Remove, not used any more.
11029 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
11030 (byte-compile-make-args-desc): New funs.
11031 (byte-compile-lambda): Handle lexical functions. Always return
11032 a byte-code-function.
11033 (byte-compile-reserved-constants): New var, to make up room for
11034 closed-over variables.
11035 (byte-compile-constants-vector): Obey it.
11036 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
11037 (byte-compile-macroexpand-declare-function): New function.
11038 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
11039 byte-code-functions.
11040 (byte-compile-form): Check obsolescence here.
11041 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
11042 (byte-compile-variable-ref): Remove.
11043 (byte-compile-dynamic-variable-op): New fun.
11044 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
11045 (byte-compile-variable-set): New funs.
11046 (byte-compile-discard): Add 2 args.
11047 (byte-compile-stack-ref, byte-compile-stack-set)
11048 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
11049 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
11050 macroexpand-all instead.
11051 (byte-compile-quote-form): Remove.
11052 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
11053 (byte-compile-bind, byte-compile-unbind): New funs.
11054 (byte-compile-let): Handle let* and lexical binding.
11055 (byte-compile-let*): Remove.
11056 (byte-compile-catch, byte-compile-unwind-protect)
11057 (byte-compile-track-mouse, byte-compile-condition-case):
11058 Handle a new :fun-body form, used for lexical scoping.
11059 (byte-compile-save-window-excursion)
11060 (byte-compile-with-output-to-temp-buffer): Remove.
11061 (byte-compile-defun): Simplify.
11062 (byte-compile-stack-adjustment): New fun.
11063 (byte-compile-out): Use it.
11064 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
11065
11066 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
11067 handler any more.
11068
11069 * emacs-lisp/byte-opt.el: Use lexical binding.
11070 (byte-inline-lapcode): Remove (to bytecomp).
11071 (byte-compile-inline-expand): Pay attention to inlining to/from
11072 lexically bound code.
11073 (byte-compile-unfold-lambda): Don't handle byte-code-functions
11074 any more.
11075 (byte-optimize-form-code-walker): Don't handle save-window-excursion
11076 any more and don't call compiler-macros.
11077 (byte-compile-splice-in-already-compiled-code): Remove.
11078 (byte-code): Don't inline any more.
11079 (disassemble-offset): Receive `bytes' as argument rather than via
11080 dynamic scoping.
11081 (byte-compile-tag-number): Declare before first use.
11082 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
11083 `return' even if make-spliceable.
11084 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
11085 obsolete interactive-p.
11086 (byte-optimize-lapcode): Optimize new lap-codes.
11087 Don't trip up on new form of `byte-constant' lap code.
11088
11089 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
11090
11091 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
11092
11093 * custom.el (custom-initialize-default, custom-declare-variable):
11094 Use `defvar'.
11095
11096 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
11097 New variables.
11098 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
11099 (COMPILE_FIRST): Add macroexp and cconv.
11100 * makefile.w32-in: Mirror changes in Makefile.in.
11101
11102 * vc/cvs-status.el:
11103 * vc/diff-mode.el:
11104 * vc/log-edit.el:
11105 * vc/log-view.el:
11106 * vc/smerge-mode.el:
11107 * textmodes/bibtex-style.el:
11108 * textmodes/css.el:
11109 * startup.el:
11110 * uniquify.el:
da91b5f2
CY
11111 * minibuffer.el:
11112 * newcomment.el:
11113 * reveal.el:
11114 * server.el:
11115 * mpc.el:
11116 * emacs-lisp/smie.el:
11117 * doc-view.el:
11118 * dired.el:
03408648
SM
11119 * abbrev.el: Use lexical binding.
11120
0f0c1f27
EZ
111212011-04-01 Eli Zaretskii <eliz@gnu.org>
11122
11123 * info.el (info-display-manual): New function.
11124
c82b2579
SM
111252011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
11126
11127 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
11128
221ddf68
TH
111292011-03-31 Tassilo Horn <tassilo@member.fsf.org>
11130
11131 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 11132 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 11133
cba6e77e
GM
111342011-03-31 Glenn Morris <rgm@gnu.org>
11135
e040639f
GM
11136 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
11137
cba6e77e
GM
11138 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
11139
6d0f1c9e
CS
111402011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
11141
11142 * progmodes/python.el (python-default-interpreter)
11143 (python-python-command-args, python-jython-command-args)
11144 (python-which-shell, python-which-args, python-which-bufname)
11145 (python-file-queue, python-comint-output-filter-function)
11146 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
11147 variables and functions.
11148
3e2d70fd
SM
111492011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
11150
11151 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
11152 (completion-in-region-mode): New minor mode.
11153 (completion-in-region): Use it.
11154 (completion-in-region--data, completion-in-region-mode-map): New vars.
11155 (completion-in-region--postch): New function.
11156 (completion--capf-misbehave-funs, completion--capf-safe-funs):
11157 New vars.
11158 (completion--capf-wrapper): New function.
11159 (completion-at-point): Use it to track well-behavedness of
11160 hook functions.
11161 (completion-help-at-point): New command.
11162
f3e4086c
JM
111632011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
11164
11165 * vc/add-log.el (add-change-log-entry): Don't use whitespace
11166 syntax class to search for whitespace on a single line
11167 (Message-ID: <4D938140.4030905@redhat.com>).
11168
eb7ffc14
LL
111692011-03-30 Leo Liu <sdl.web@gmail.com>
11170
11171 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
11172 New commands.
11173 (edit-abbrevs-map): Bind them here.
11174 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
11175
d806ab68
KM
111762011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
11177
11178 * allout.el (allout-hide-by-annotation, allout-flag-region):
11179 Reduce possibility of overlay leakage by making them volatile.
11180
11181 * allout-widgets.el (allout-widgets-tally): Define as nil so the
11182 hash is not shared between buffers. Mode initialization is
11183 responsible for giving it a useful starting value.
11184 (allout-item-span): Reduce possibility of overlay leakage by
11185 making them volatile.
11186 (allout-widgets-count-buttons-in-region): Add diagnostic function
11187 for tracking down button overlay leaks.
11188
ea622834
LL
111892011-03-29 Leo Liu <sdl.web@gmail.com>
11190
11191 * ido.el (ido-read-internal): Use the default history var
11192 minibuffer-history if no HISTORY is specified.
11193
b62f8267
G
111942011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
11195
03408648
SM
11196 * net/imap.el (imap-shell-open, imap-process-connection-type):
11197 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
11198 Kerberos, SSL, other subprocesses.
11199
947b6566
LL
112002011-03-28 Leo Liu <sdl.web@gmail.com>
11201
11202 * abbrev.el (abbrev-table-empty-p): New function.
11203 (prepare-abbrev-list-buffer): Place empty abbrev tables after
11204 nonempty ones. (Bug#5937)
11205
5ffb62aa
JD
112062011-03-27 Jan Djärv <jan.h.d@swipnet.se>
11207
11208 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
11209
7a097943
LL
112102011-03-27 Leo Liu <sdl.web@gmail.com>
11211
11212 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
11213 for foreground and background colors.
11214 (ansi-color-make-color-map): Adapt.
11215
c5b40130
LL
112162011-03-25 Leo Liu <sdl.web@gmail.com>
11217
1f48f7d2
LL
11218 * midnight.el (midnight-time-float): Remove. Note it calculates
11219 the microsecond component incorrectly and seconds-to-time does the
11220 same job.
625897ec 11221 Remove redundant (require 'timer).
1f48f7d2 11222
c5b40130
LL
11223 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
11224 (ido-completions): Remove unused arguments. (Bug#8329)
11225
d86d2721
SM
112262011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11227
11228 * minibuffer.el (completion--flush-all-sorted-completions):
11229 Remove itself from hook.
11230 (completion-at-point): Let the functions perform the completion
11231 immediately and return nil or t.
11232 * comint.el (comint-dynamic-complete-functions): Now identical to
11233 completion-at-point-functions.
11234 (comint-dynamic-list-input-ring): Remove unused var `index'.
11235 (comint--match-partial-filename, comint--unquote&expand-filename):
11236 New funs, split from comint-match-partial-filename.
11237 (comint-dynamic-complete): Use completion-at-point.
11238 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
11239
e8974c48
DA
112402011-03-24 Drew Adams <drew.adams@oracle.com>
11241
11242 * thingatpt.el: Support `defun'.
11243
def71b5e
LL
112442011-03-23 Leo Liu <sdl.web@gmail.com>
11245
cb5af48e
LL
11246 * abbrevlist.el: Move to obsolete/abbrevlist.el.
11247
def71b5e
LL
11248 * help-mode.el (help-mode-finish): Tweak regexp.
11249
927c53e7
GM
112502011-03-23 Glenn Morris <rgm@gnu.org>
11251
18d05bed
GM
11252 * eshell/esh-opt.el (eshell-eval-using-options):
11253 Do not bind unused local variable `eshell-option-stub'.
11254
927c53e7
GM
11255 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
11256
9d0da923
JB
112572011-03-22 Juanma Barranquero <lekktu@gmail.com>
11258
11259 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
11260 keymap variable in `with-no-warnings' to avoid a warning when the
11261 keymap has been already `defconst'ed.
11262
4b978a67
LL
112632011-03-22 Leo Liu <sdl.web@gmail.com>
11264
11265 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
11266 encode all chars in abbrevs; otherwise use emacs-mule or
11267 utf-8-emacs. (Bug#8308)
11268
5fd62452
JB
112692011-03-22 Juanma Barranquero <lekktu@gmail.com>
11270
0b1596c6
JB
11271 * simple.el (backward-delete-char-untabify):
11272 Avoid warning about using `delete-backward-char'.
11273
5fd62452
JB
11274 * image.el (image-type-file-name-regexps): Make it variable.
11275 `imagemagick-register-types' modifies it, and the user may want
11276 to add new extensions for known image types.
11277 (imagemagick-register-types): Throw error if not using ImageMagick.
11278
0b4e93f1
LL
112792011-03-22 Leo Liu <sdl.web@gmail.com>
11280
11281 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
11282 located before rcirc-prompt-end-marker.
11283 (rcirc-complete): Error if point is not after rcirc prompt.
11284 Handle the case when table is nil.
9882e214 11285 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 11286
fccee4ab
CY
112872011-03-22 Chong Yidong <cyd@stupidchicken.com>
11288
11289 * custom.el (custom--inhibit-theme-enable): Make it affect only
11290 custom-theme-set-variables and custom-theme-set-faces.
11291 (provide-theme): Ignore custom--inhibit-theme-enable.
11292 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
11293 (custom-enabling-themes): Delete variable.
d86d2721
SM
11294 (enable-theme): Accept only loaded themes as arguments.
11295 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
11296 (custom-enabled-themes): Forbid themes from setting this.
11297 Eliminate use of custom-enabling-themes.
11298 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 11299
af896da6
LL
113002011-03-21 Leo Liu <sdl.web@gmail.com>
11301
11302 * ido.el (ido-read-internal): Add ido-selected to history instead
11303 of user input.
11304
78f64af0
SM
113052011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
11306
11307 * subr.el (deferred-action-list, deferred-action-function):
11308 Mark obsolete.
11309
b16ac1ec
LL
113102011-03-21 Leo Liu <sdl.web@gmail.com>
11311
810f7698
LL
11312 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
11313 change on 2011-02-13 (bug#8309).
11314
b16ac1ec
LL
11315 * minibuffer.el (read-file-name-function): Change default value.
11316 (read-file-name--defaults): Rename from read-file-name-defaults.
11317 (read-file-name-default): Rename from read-file-name.
11318 (read-file-name): Call read-file-name-function.
11319
4e05e67e
GM
113202011-03-21 Glenn Morris <rgm@gnu.org>
11321
11322 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
11323 Doc fixes.
11324
4359915b
CY
113252011-03-21 Chong Yidong <cyd@stupidchicken.com>
11326
11327 * cus-theme.el: Add missing provide statement.
11328 (customize-create-theme): Extract theme value correctly.
11329 (custom-theme-visit-theme): Autoload.
11330 (customize-create-theme): Prompt before inserting default faces.
11331
1fe275ee
JB
113322011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
11333
11334 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
11335 units and musical notes.
11336
cd394be1 113372011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
11338
11339 * ido.el (ido-read-internal): Use completing-read-default.
11340 (ido-completing-read): Fix compatibility with completing-read.
11341
7d476bde
CO
113422011-03-20 Christian Ohler <ohler@gnu.org>
11343
11344 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
11345 (ert-delete-all-tests): Use `called-interactively-p' rather than
11346 `interactive-p'.
11347 (ert--make-xrefs-region): Respect END.
11348
fe0fb33e
CY
113492011-03-19 Chong Yidong <cyd@stupidchicken.com>
11350
ff854b0b
CY
11351 * dired-aux.el (dired-create-directory): Signal an error if the
11352 directory already exists (Bug#8246).
11353
fe0fb33e
CY
11354 * facemenu.el (list-colors-display): Call list-faces-display
11355 inside with-help-window.
11356 (list-colors-print): Use display property to align the final
11357 column, instead of checking window-width.
11358
576bce32
EZ
113592011-03-19 Eli Zaretskii <eliz@gnu.org>
11360
4d61f28d 11361 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
11362 windows-nt systems.
11363 (emerge-protect-metachars): Quote correctly for ms-dos and
11364 windows-nt systems.
11365
89c41d68 113662011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
11367
11368 * info.el (info-initialize): Replace all uses of `:' with
11369 path-separator for compatibility with non-Unix systems.
11370 Cache quoting of path-separator. (Bug#8258)
11371
b14e3e21 113722011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
11373
11374 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
11375 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
11376 (mouse-avoidance-mode): Fix typos in docstrings.
11377
4525ce3e
CY
113782011-03-19 Chong Yidong <cyd@stupidchicken.com>
11379
11380 * startup.el (package-subdirectory-regexp): Move from package.el.
11381 Omit \\` and \\', and let callers add them.
11382
11383 * emacs-lisp/package.el (package-strip-version)
11384 (package-load-all-descriptors): Add \\` and \\' to
11385 package-subdirectory-regexp before using it.
11386 (package-untar-buffer): New arg DIR; ensure that file untars only
11387 into this expected directory. Remove superfluous delete-region.
11388 (package-unpack): Caller changed.
11389 (package-tar-file-info): Use package-subdirectory-regexp.
11390
a904a09a 113912011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 11392
a904a09a
SM
11393 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
11394 diff-mode-shared-map (bug#8284).
11395 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
11396
113972011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11398
11399 * calendar/time-date.el (format-seconds): Use assoc instead of
11400 assoc-string, since assoc-string doesn't exist in XEmacs.
11401
171fc304
JB
114022011-03-17 Juanma Barranquero <lekktu@gmail.com>
11403
11404 * custom.el (custom-known-themes): Reflow docstring.
11405 (custom-theme-load-path): Fix typo in docstring.
11406 (load-theme): Fix typo in error message.
11407 (custom-available-themes, custom-variable-theme-value):
11408 Use `let', not `let*'.
11409
d71990a1
JB
114102011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
11411
11412 * calc/README: Mention inclusion of musical notes.
11413
11414 * calc/calc-units.el (calc-lu-quant): Rename from
11415 `calc-logunits-quantity'.
11416 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
11417 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
11418 (calc-db): Rename from `calc-dblevel'.
11419 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
11420 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
11421 (calc-np): Rename from `calc-nplevel'.
11422 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
11423 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
11424 (calc-lu-plus): Rename from `calc-logunits-add'.
11425 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
11426 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
11427 (calc-lu-minus): Rename from `calc-logunits-sub'.
11428 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
11429 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
11430 (calc-lu-times): Rename from `calc-logunits-mul'.
11431 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
11432 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
11433 (calc-lu-divide): Rename from `calc-logunits-div'.
11434 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
11435 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
11436
11437 * calc/calc-ext.el (calc-init-extensions): Update the names of the
11438 functions being autoloaded.
11439
11440 * calc/calc.el (calc-lu-power-reference): Rename from
11441 `calc-logunits-power-reference'.
11442 (calc-lu-field-reference): Rename from
11443 `calc-logunits-field-reference'.
11444
7a71b18d
GM
11445 * calc/calc-help.el (calc-l-prefix-help):
11446 Mention musical note functions.
d71990a1 11447
40c2934b
SM
114482011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
11449
11450 * minibuffer.el (completion-all-sorted-completions):
11451 Use :completion-cycle-penalty text property if present.
11452
b0911414
KM
114532011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
11454
11455 * allout.el (allout-yank-processing): Adjust for new rebulleting
11456 regime so bullet being yanked is used without prompting the user
11457 for a choice.
11458
8a05b668
JB
114592011-03-16 Juanma Barranquero <lekktu@gmail.com>
11460
11461 * startup.el (command-line): Warn the user that _emacs is deprecated.
11462
5ba5fb81
JB
114632011-03-16 Juanma Barranquero <lekktu@gmail.com>
11464
11465 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
11466 (delphi-verbose, delphi-comment-face, delphi-string-face)
11467 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
11468 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
11469 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
11470 (delphi-new-comment-line, delphi-font-lock-defaults)
11471 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
11472 Fix typos in docstrings.
11473
2dab465b
KM
114742011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
11475
5ba5fb81 11476 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
11477 Invert the roles of character and string values for INSTEAD, so a
11478 string is used for the more common case of a defaulting prompt.
11479
0adf5618
SM
114802011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11481
11482 * progmodes/ruby-mode.el (ruby-backward-sexp):
11483 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
11484 * play/gamegrid.el (gamegrid-make-face):
11485 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
11486 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
11487 * notifications.el (notifications-notify):
11488 * net/xesam.el (xesam-search-engines):
11489 * net/quickurl.el (quickurl-list-insert):
11490 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
11491
d72700e5
CY
114922011-03-15 Chong Yidong <cyd@stupidchicken.com>
11493
11494 * startup.el (command-line): Update package subdirectory regexp.
11495
49c5410a
SM
114962011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11497
c6eee9aa
SM
11498 * allout.el (allout-abbreviate-flattened-numbering)
11499 (allout-mode-deactivate-hook): Fix up obsolescence "date".
11500
49c5410a
SM
11501 * subr.el (read-char-choice): Only show the cursor after the prompt,
11502 not after the answer.
11503
047b2bb9
KR
115042011-03-15 Kevin Ryde <user42@zip.com.au>
11505
11506 * help-fns.el (variable-at-point): Skip leading quotes, if any
11507 (bug#8253).
11508
0a57d256
SM
115092011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11510
11511 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
11512 warning message.
11513
77c992bc
MA
115142011-03-14 Michael Albinus <michael.albinus@gmx.de>
11515
11516 * shell.el (shell): When called interactively, offer to change the
11517 shell file name on remote hosts.
11518
eebc475d
TZ
115192011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
11520
11521 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
11522 integration for LDAP parameters. The host, base, user or binddn,
11523 and secret tokens can be specified in a netrc file, for instance.
11524 This is optional because an `auth-source' parameter must be
11525 specified in the search attributes.
11526
9d05d1ba
JB
115272011-03-13 Juanma Barranquero <lekktu@gmail.com>
11528
11529 * help.el (describe-mode): Link to the mode's definition (bug#8185).
11530
09d9db2c
GM
115312011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11532
11533 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
11534 into declaration. Remove redundant and harmful binding.
11535
115362011-03-12 Eli Zaretskii <eliz@gnu.org>
11537
11538 * files.el (file-ownership-preserved-p): Pass `integer' as an
11539 explicit 2nd argument to `file-attributes'. If the file's owner
11540 is the Administrators group on Windows, and the current user is
11541 Administrator, consider that a match.
11542
11543 * server.el (server-ensure-safe-dir): Consider server directory
11544 safe on MS-Windows if its owner is the Administrators group while
11545 the current Emacs user is Administrator. Use `=' to compare
11546 numerical UIDs, since they could be integers or floats.
11547
219bd536
JB
115482011-03-12 Juanma Barranquero <lekktu@gmail.com>
11549
11550 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
11551
f3afd36b
MA
115522011-03-12 Michael Albinus <michael.albinus@gmx.de>
11553
11554 Sync with Tramp 2.2.1.
11555
11556 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
11557
11558 * net/trampver.el: Update release number.
11559
3aaaa6f1
SM
115602011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11561
94642599
SM
11562 * progmodes/compile.el (compilation--previous-directory): Fix up
11563 various nil/dead-marker mismatches (bug#8014).
11564 (compilation-directory-properties, compilation-error-properties):
11565 Don't call it at a position past the one we're about to change.
11566
3aaaa6f1
SM
11567 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
11568 Disable obsolescence warnings in the file that declares it.
11569
14239447
KM
115702011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
11571
099c39a4
JB
11572 * allout-widgets.el (allout-widgets-tally):
11573 Initialize allout-widgets-tally as a hash table rather than nil to
11574 prevent mode-line redisplay warnings. Also, clarify the module
11575 description and fix a comment typo.
14239447 11576
135e287c
JB
115772011-03-11 Juanma Barranquero <lekktu@gmail.com>
11578
11579 * help-fns.el (describe-variable): Don't complete keywords.
11580 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
11581
ffbf300e
CY
115822011-03-10 Chong Yidong <cyd@stupidchicken.com>
11583
ba08b241
CY
11584 * emacs-lisp/package.el (package-version-join): Impose a standard
11585 string representation for pre/alpha/beta version lists.
11586 (package-unpack-single): Standardize the directory name by passing
11587 it through package-version-join.
11588 (package-strip-rcs-id): Accept any version string that does not
11589 signal an error in version-to-list.
ffbf300e 11590
f346fd6b
MA
115912011-03-10 Michael Albinus <michael.albinus@gmx.de>
11592
11593 * simple.el (delete-trailing-whitespace): Return nil for the
11594 benefit of `write-file-functions'.
11595
ccb55d27
GM
115962011-03-10 Glenn Morris <rgm@gnu.org>
11597
5ceaac0c
GM
11598 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
11599
02da65ff
GM
11600 * vc/vc-git.el (vc-git-program): New option.
11601 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
11602 (vc-git--call): Use it.
11603
b2f603cc
GM
11604 * eshell/esh-util.el (eshell-condition-case): Doc fix.
11605
5772caab
GM
11606 * cus-edit.el (Custom-newline): If no button at point, look
11607 for a subgroup button at start-of-line. (Bug#2298)
11608
ccb55d27
GM
11609 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
11610
ec6ecaed
JD
116112011-03-10 Julien Danjou <julien@danjou.info>
11612
11613 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
11614 `cursor-type' is nil.
11615
9d5aa01d
JB
116162011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
11617
11618 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
11619
b6a5875b
KM
116202011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
11621
7a71b18d 11622 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
11623 preserves the existing header prefix, rebulleting it if necessary,
11624 rather than replacing it. This is necessary for proper operation
11625 of cooperative addons like allout-widgets.
1154d12e
JB
11626 (allout-make-topic-prefix, allout-rebullet-heading):
11627 Change SOLICIT arg to INSTEAD, and interpret additionally a string
11628 value as alternate bullet to be used, instead of prompting the user
11629 for a bullet character.
b6a5875b 11630
ee545c35
MA
116312011-03-09 Michael Albinus <michael.albinus@gmx.de>
11632
d86d2721
SM
11633 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11634 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
11635 `tramp-default-port'.
11636
c47971d7
DD
116372011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
11638
11639 * net/rcirc.el (rcirc-handler-001): Remove useless
11640 with-rcirc-process-buffer.
11641 (rcirc-check-auth-status): Swap arguments to string-match.
11642
13522cb4
GM
116432011-03-09 Glenn Morris <rgm@gnu.org>
11644
0be6f4f1
GM
11645 * shell.el (shell-mode):
11646 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
11647
13522cb4
GM
11648 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
11649 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
11650
515de2e3
CY
116512011-03-08 Chong Yidong <cyd@stupidchicken.com>
11652
11653 * emacs-lisp/package.el (package-refresh-contents)
11654 (package-menu-execute): Use condition-case-no-debug.
11655
b511b994
MA
116562011-03-08 Michael Albinus <michael.albinus@gmx.de>
11657
11658 * simple.el (shell-command-to-string): Use `process-file'.
11659
11660 * emacs-lisp/package.el (package-tar-file-info): Handle also
11661 remote files.
11662
d86d2721
SM
11663 * emacs-lisp/package-x.el (package-upload-buffer-internal):
11664 Use `equal' for upload base check.
b511b994 11665
25bbfb31
AM
116662011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
11667
11668 * textmodes/texinfo.el (texinfo-environments):
11669 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
11670
be996521
GM
116712011-03-08 Glenn Morris <rgm@gnu.org>
11672
e9c8529f
GM
11673 * cus-start.el (cursor-in-non-selected-windows):
11674 Fix :set quoting oddness. (Bug#8192)
11675
be996521
GM
11676 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
11677 in some setf expressions. (Bug#2159)
11678
2bb5649e
CY
116792011-03-08 Chong Yidong <cyd@stupidchicken.com>
11680
11681 * custom.el (custom-available-themes): Return themes in
11682 alphabetical order.
11683
33383987 11684See ChangeLog.15 for earlier changes.
e3d51b27
MR
11685
11686;; Local Variables:
11687;; coding: utf-8
e3d51b27
MR
11688;; End:
11689
acaf905b 11690 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
11691
11692 This file is part of GNU Emacs.
11693
11694 GNU Emacs is free software: you can redistribute it and/or modify
11695 it under the terms of the GNU General Public License as published by
11696 the Free Software Foundation, either version 3 of the License, or
11697 (at your option) any later version.
11698
11699 GNU Emacs is distributed in the hope that it will be useful,
11700 but WITHOUT ANY WARRANTY; without even the implied warranty of
11701 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11702 GNU General Public License for more details.
11703
11704 You should have received a copy of the GNU General Public License
11705 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.