(dired-listing-switches): "ls -b" breaks dired - document this
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
087bbb4c
SS
12012-03-21 Sam Steingold <sds@gnu.org>
2
3 * window.el (switch-to-prev-buffer): Do not switch to a visible
4 window previous buffer, just like with the frame previous buffers.
5
fb5b8aca
CY
62012-03-21 Chong Yidong <cyd@gnu.org>
7
8 * faces.el (make-face, make-empty-face, copy-face):
9 * face-remap.el (face-remap-add-relative, face-remap-set-base):
10 Doc fixes.
11
dc9924b8
SM
122012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
13
14 * wid-edit.el (widget-complete-field): Remove (bug#11051).
15 (widget-complete): Remove broken use of it.
16
f0bcceb9
CY
172012-03-20 Chong Yidong <cyd@gnu.org>
18
dc9924b8
SM
19 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
20 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
21 characters.
22
ee52ebf3
TH
232012-03-20 Tassilo Horn <tassilo@member.fsf.org>
24
25 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
26 to draw rectangles, not squares. (Regression introduced by revno
27 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
28
4c5779ab
CY
292012-03-18 Chong Yidong <cyd@gnu.org>
30
31 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
32 it is not yet defined (for temacs).
33
15360934
LL
342012-03-18 Leo Liu <sdl.web@gmail.com>
35
dc9924b8 36 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 37
d9a8eb66
EZ
382012-03-17 Eli Zaretskii <eliz@gnu.org>
39
40 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
41 (ispell-choices-win-default-height, ispell-silently-savep)
42 (ispell-dictionary-alist, ispell-encoding8-command)
43 (ispell-check-version, ispell-aspell-find-dictionary)
44 (ispell-valid-dictionary-list, ispell-words-keyword)
45 (ispell-get-word, ispell-internal-change-dictionary)
46 (ispell-region, ispell-skip-region-list)
47 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
48 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
49 (ispell-message-text-end, ispell-message)
50 (ispell-buffer-local-parsing): Doc fix.
51
f02ff80d
J
522012-03-13 Jambunathan K <kjambunathan@gmail.com>
53
54 * htmlfontify.el: Add support for code block fontification for ODT
55 export (Bug #9914).
56 (hfy-optimisations): Define new option
57 `body-text-only'
58 (hfy-fontify-buffer): Honor above setting.
59 (hfy-begin-span, hfy-end-span): New routines factored out form
60 `hfy-fontify-buffer'.
61 (hfy-begin-span-handler, hfy-end-span-handler): New variables
62 that permit insertion of custom tags.
63 (hfy-fontify-buffer): Use above handlers.
64 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
65 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 66 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
f02ff80d
J
67 over multiple runs. This is made possible by having the caller let
68 bind a special variable `hfy-user-sheet-assoc'.
69 (htmlfontify-string): New defun.
70 (hfy-compile-face-map): Make sure that the last char in the
71 buffer is correctly fontified.
72 (hfy-face-resolve-face): Whitespace only change.
73
9ac7a13f
EZ
742012-03-17 Eli Zaretskii <eliz@gnu.org>
75
76 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
77 message more clear.
78
e2b5bdd7
LL
792012-03-16 Leo Liu <sdl.web@gmail.com>
80
81 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
82
2e492df3
AM
832012-03-16 Alan Mackenzie <acm@muc.de>
84
85 Further optimise the handling of large macros.
86
87 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
88 limit to a call of `c-literal-limits'.
89 (c-determine-+ve-limit): New function.
dc9924b8
SM
90 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
91 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
92 In CASE 5B, restrict a search limit to 500.
93 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
94
95 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
96 Restrict macro bounds to +-500 from after-change's BEG END.
97
50e94f0c
LL
982012-03-16 Leo Liu <sdl.web@gmail.com>
99
100 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
101
6f09f6ed
AH
1022012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
103
104 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 105 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 106
c7e73d51
GM
1072012-03-16 Glenn Morris <rgm@gnu.org>
108
da986230
GM
109 * view.el (view-buffer, view-buffer-other-window)
110 (view-buffer-other-frame): Doc fixes re special mode-class.
111
0835f01e
GM
112 * subr.el (eval-after-load): If named feature is provided not from
113 a file, run after-load forms. (Bug#10946)
114
c7e73d51
GM
115 * calendar/calendar.el (calendar-insert-at-column):
116 Handle non-unit-width characters a bit better. (Bug#10978)
117
3f2eafd1
CY
1182012-03-15 Chong Yidong <cyd@gnu.org>
119
120 * emacs-lisp/ring.el (ring-extend): New function.
121 (ring-insert+extend): Extend the ring correctly (Bug#11019).
122
123 * comint.el (comint-read-input-ring)
124 (comint-add-to-input-history): Grow comint-input-ring lazily.
125
103af3fe
SM
1262012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
127
663b1677
SM
128 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
129 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
130
103af3fe
SM
131 * imenu.el: Fix multiple inheritance breakage (bug#9199).
132 (imenu-add-to-menubar): Don't add a redundant index.
133 (imenu-update-menubar): Handle a dynamically composed keymap.
134
899cb7cb
KY
1352012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
136
137 * mail/sendmail.el (mail-encode-header):
138 Bind rfc2047-encode-encoded-words to nil.
139
3809f91d
GM
1402012-03-13 Glenn Morris <rgm@gnu.org>
141
142 * calendar/calendar.el (calendar-string-spread):
143 Handle non-unit-width characters a bit better. (Bug#10978)
144
9e345a01
LL
1452012-03-13 Leo Liu <sdl.web@gmail.com>
146
147 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
148 directory and file as argument (Bug#10822).
149
4a07df36
KS
1502012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
151
152 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
153 For dynamically generated code, follow $PC.
154 (gdb-disassembly-handler-custom): Handle no function name case.
155
4aaa9356
TL
1562012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
157
158 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
159 * emulation/ws-mode.el (ws-query-replace):
160 * sort.el (sort-regexp-fields):
161 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
162
225979da
SM
1632012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
164
165 * dabbrev.el: Fix cycle completion order (bug#10963).
166 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
167 (dabbrev-completion): Don't use an obarray; provide
168 a cycle-sort-function.
169
e2f1fdab
LL
1702012-03-12 Leo Liu <sdl.web@gmail.com>
171
dc9924b8 172 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
173 (kill-do-not-save-duplicates): Doc fix.
174
b19490ed
SM
1752012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
176
177 * dabbrev.el: Fix cycle completion (bug#10963).
178 Use lexical binding and wrap to 80 columns.
179 (dabbrev-completion): Delay computing the list of completions.
180
4b05d722
KH
1812012-03-12 Kenichi Handa <handa@m17n.org>
182
183 * international/quail.el (quail-insert-kbd-layout): Surround each
184 row by LRO and PDF instead of inserting many LRMs. Pad the left
185 and right of each non-spacing marks. Insert invisible space
186 between lower and upper characters to prevent composition.
187
dbbc2e69
SM
1882012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
189
190 * minibuffer.el (minibuffer-complete): Don't get confused when the
191 function is run twice via different commands (bug#10958).
192 (complete-with-action): Fix docstring.
193
292112ed
CY
1942012-03-12 Chong Yidong <cyd@gnu.org>
195
5d1ac394
CY
196 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
197 (nxml-completion-at-point-function): New function.
198 (nxml-mode): Use it.
199 (nxml-bind-meta-tab-to-complete-flag): Default to t.
200
292112ed
CY
201 * emacs-lisp/package.el (package-unpack, package-unpack-single):
202 Load generated autoloads file before byte compiling (Bug#10970).
203 (package--make-autoloads-and-compile): New helper fun.
204
4098f8f7
CS
2052012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
206
207 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
208
8f754691
MA
2092012-03-11 Michael Albinus <michael.albinus@gmx.de>
210
211 * autorevert.el (auto-revert-handler): Ensure, that
212 file-readable-p is applied only for local files or in
213 auto-revert-tail-mode.
214
e29ab36b
AS
2152012-03-11 Andreas Schwab <schwab@linux-m68k.org>
216
dbbc2e69
SM
217 * server.el (server-eval-at): Handle non-tcp connections.
218 Decode result string.
ad0bf5b6 219
e29ab36b
AS
220 * server.el (server-msg-size): New constant.
221 (server-reply-print): New function.
222 (server-eval-and-print): Use it.
223 (server-eval-at): Use server-quote-arg and server-unquote-arg.
224 Handle -print-nonl.
225
de5939ba
CS
2262012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
227
228 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
229 (Bug#10987).
230
0c93eabf
CY
2312012-03-11 Chong Yidong <cyd@gnu.org>
232
397a688f
CY
233 * simple.el (goto-line): Doc fix (Bug#9938).
234
2cc775f9
CY
235 * subr.el (save-window-excursion): Doc fix (Bug#9979).
236
0c93eabf
CY
237 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
238 when finished (Bug#10963).
239
c491fa41
MR
2402012-03-11 Martin Rudalics <rudalics@gmx.at>
241
242 * window.el (split-window-below): Fix bug in case where
243 split-window-keep-point is nil (Bug#10971).
244
300e8fa5
JL
2452012-03-11 Juri Linkov <juri@jurta.org>
246
247 * replace.el (replace-highlight): Set isearch-word to nil
248 unconditionally. (Bug#10887)
249
dbf6c5a1
EZ
2502012-03-10 Eli Zaretskii <eliz@gnu.org>
251
252 * net/mairix.el (mairix-replace-invalid-chars): Rename from
253 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 254 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
255 (mairix-widget-create-query): Add usage information about mairix
256 search forms: negating words, searching for substrings, etc.
257
b9e501de
JP
2582012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
259
260 * international/fontset.el (font-encoding-alist): Add an entry for
261 ksx1001 (Bug#5667).
262
92795c91
RS
2632012-03-10 Richard Stallman <rms@gnu.org>
264
1694e6c1
RS
265 * mail/sendmail.el (mail-encode-header):
266 Set rfc2047-encode-encoded-words.
267
607e8555
RS
268 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
269
de3bc99a
RS
270 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
271 view buffer means not swapped.
272 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
273 (rmail-write-region-annotate): Error if real text has disappeared.
274
92795c91
RS
275 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
276
699bd04e
CY
2772012-03-10 Chong Yidong <cyd@gnu.org>
278
279 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
280 * emulation/cua-base.el (cua--init-keymaps):
281 Add delete-forward-char to remappings (Bug#9666).
699bd04e 282
570a1714
MR
2832012-03-10 Martin Rudalics <rudalics@gmx.at>
284
dbbc2e69
SM
285 * speedbar.el (speedbar-unhighlight-one-tag-line):
286 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 287
82dcf4e4
CY
2882012-03-10 Chong Yidong <cyd@gnu.org>
289
7a2c7ca7
CY
290 * minibuffer.el (completion-in-region, completion-help-at-point):
291 Give the completion field overlay a high priority (Bug#6830).
292
82dcf4e4
CY
293 * dired.el (dired-goto-file): Recognize absolute file name
294 listings (Bug#7126).
295 (dired-goto-file-1): New helper function.
296 (dired-toggle-read-only): Inhibit warnings.
297
052e28ac
MA
2982012-03-09 Michael Albinus <michael.albinus@gmx.de>
299
300 * net/dbus.el: (dbus-property-handler): Return empty array if
301 there are no properties.
302
95d5e396
LL
3032012-03-09 Leo Liu <sdl.web@gmail.com>
304
305 * savehist.el (savehist-printable): Stricter check for string
306 value (Bug#10937).
307
3f018d6d
EZ
3082012-03-09 Eli Zaretskii <eliz@gnu.org>
309
dbbc2e69
SM
310 * mail/smtpmail.el (smtpmail-send-it):
311 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
312 valid mbox format.
313
f7fd3d79
GM
3142012-03-09 Glenn Morris <rgm@gnu.org>
315
316 * files.el (dir-locals-find-file):
317 Don't check result is regular, readable.
318 (dir-locals-read-from-file): Demote errors.
319
6ff6e72f
EZ
3202012-03-08 Eli Zaretskii <eliz@gnu.org>
321
dbbc2e69
SM
322 * international/quail.el (quail-insert-kbd-layout):
323 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
324 layout cell, to prevent their reordering by bidi display engine.
325 For details, see the discussion in
326 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
327
9cec7834
AM
3282012-03-08 Alan Mackenzie <acm@muc.de>
329
330 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
331 the starting position; make it extend the marked region when
332 invoked repeatedly - all under appropriate circumstances.
333 Fixes bugs #5525, #10906.
334
9a40b8d4
GM
3352012-03-08 Glenn Morris <rgm@gnu.org>
336
337 * files.el (locate-dominating-file, dir-locals-find-file):
338 Undo 2012-03-06 change.
339
7a08ed35
EZ
3402012-03-07 Eli Zaretskii <eliz@gnu.org>
341
dbbc2e69
SM
342 * international/quail.el (quail-help):
343 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
344 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
345 for the reason.
346
5aca4f71 3472012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
348
349 Avoid superfluous registering of signals. (Bug#10807)
350
351 * notifications.el (notifications-on-action-object)
352 (notifications-on-close-object): New defvars.
353 (notifications-on-action-signal, notifications-on-closed-signal):
354 Unregister the signal if not needed any longer.
355 (notifications-notify): Register `notifications-action-signal' or
356 `notifications-closed-signal', if :on-action or :on-close has been
357 passed as argument.
358
78e8b10a
CY
3592012-03-07 Chong Yidong <cyd@gnu.org>
360
361 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
362 non-X platforms.
363
69481eb8
GM
3642012-03-06 Glenn Morris <rgm@gnu.org>
365
366 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
367 (x-disown-selection-internal, x-get-selection-internal):
368 Doc fix (add arglist signatures). (Bug#10783)
369
133b8e11
KS
3702012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
371
372 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
373 Handle breakpoints with no "type".
374
99a83064
GM
3752012-03-06 Glenn Morris <rgm@gnu.org>
376
377 * files.el (locate-dominating-file): Add optional predicate argument.
378 (dir-locals-find-file): Make use of above change.
379
17798e78
TTN
3802012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
381
382 * info.el (Info-insert-dir): Also try "dir.gz".
383
eb182446
GM
3842012-03-06 Glenn Morris <rgm@gnu.org>
385
8f2114ee
GM
386 * files.el (dir-locals-find-file):
387 Ignore non-readable or non-regular files. (Bug#10928)
388
eb182446
GM
389 * files.el (locate-dominating-file): Doc fix.
390
24679323
AS
3912012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
392
393 * calendar/calendar.el (calendar-set-mode-line):
394 `getenv' returns a string. (Bug#10951)
395
01d972a9
LL
3962012-03-05 Leo Liu <sdl.web@gmail.com>
397
109aa8a9
LL
398 * simple.el (backward-delete-char-untabify): Constrain point to
399 field (Bug#10939).
400
01d972a9
LL
401 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
402
10607bea
CY
4032012-03-05 Chong Yidong <cyd@gnu.org>
404
405 * simple.el (count-words): If called from Lisp, return the word
406 count, for symmetry with `count-lines'. Arglist changed.
407 (count-words--message): Args changed. Consolidate counting code
408 from count-words and count-words-region.
409 (count-words-region): Caller changed.
410 (count-lines-region): Make it an obsolete alias.
411
5dd11cfe
TH
4122012-03-04 Tassilo Horn <tassilo@member.fsf.org>
413
414 * saveplace.el (save-place-to-alist)
415 (save-place-ignore-files-regexp): Allow value nil to disable this
416 feature.
417
c349f4e6
CY
4182012-03-04 Chong Yidong <cyd@gnu.org>
419
420 * faces.el (face-spec-reset-face): For the default face, reset the
421 attributes to default values (Bug#10748).
422
e627be4c
LMI
4232012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
424
425 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
426 previous patch: Check `message-send-mail-function', and not the
427 default function (bug#10897).
428
ebeabff4
MA
4292012-03-04 Michael Albinus <michael.albinus@gmx.de>
430
a41a6cf4
MA
431 * notifications.el (notifications-on-action-signal)
432 (notifications-on-closed-signal): Check for unique service name of
433 incoming event. Fix error in removing entry.
ebeabff4 434 (top): Register for signals with wildcard service name.
a41a6cf4 435 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 436
c1ca42b4
CY
4372012-03-04 Chong Yidong <cyd@gnu.org>
438
dc9924b8 439 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 440
ea16568d
GM
4412012-03-04 Glenn Morris <rgm@gnu.org>
442
443 * abbrev.el (copy-abbrev-table, abbrev-table-p)
444 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
445 (expand-abbrev, define-abbrev-table): Doc fixes.
446
fbae4637
LMI
4472012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
448
449 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
450 `message-default-send-mail-function' and not `send-mail-function'
451 when doing the prompting for `sendmail-query-once' before sending
452 in Message buffers (bug#10897).
453
a1e7225c
LMI
454 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
455 This is inconsistent with all the other stream functions, which leave
456 the setting up to the higher levels (if so wanted) (bug#10931).
457
56d093a9
AM
4582012-03-02 Alan Mackenzie <acm@muc.de>
459
460 Depessimize the handling of very large macros.
461
462 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
463 (c-macro-cache-syntactic): New variables to implement a one
464 element macro cache.
465 (c-invalidate-macro-cache): New function.
466 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
467 Adapt to use the new cache.
468 (c-state-safe-place): Use better the cache of safe positions.
469 (c-state-semi-nonlit-pos-cache)
470 (c-state-semi-nonlit-pos-cache-limit):
471 New variables for...
472 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
473 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
474 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
475 Use c-state-semi-safe-place.
56d093a9 476
dbbc2e69
SM
477 * progmodes/cc-langs.el (c-get-state-before-change-functions):
478 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 479
817e5c3d
MA
4802012-03-02 Michael Albinus <michael.albinus@gmx.de>
481
dbbc2e69
SM
482 * jka-compr.el (jka-compr-call-process):
483 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
484 not remote.
485
a032a702
MA
4862012-03-01 Michael Albinus <michael.albinus@gmx.de>
487
488 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
489 access of FILE2, if FILE1 does not exist.
490
99a54f21
MA
491 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
492 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
493
494 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
495 Add "PAGER=" to `process-environment'.
496
f6561e1f
MM
4972012-03-01 Michael R. Mauger <mmaug@yahoo.com>
498
499 * progmodes/sql.el: Bug fix
500 (sql-get-login-ext): Save login values in globals.
501 (sql-get-login): Use new version of `sql-get-login-ext'.
502 (sql-interactive-mode): Set global `sql-connection' to nil.
503 (sql-connect): Set global values for connection.
504 (sql-product-interactive): Save global values as buffer local.
505
2d44d9cc
LL
5062012-02-29 Leo Liu <sdl.web@gmail.com>
507
508 * abbrev.el (define-abbrevs): Reset sys to nil.
509
96b49301 5102012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
511
bf7f9bc5
JB
512 * files.el (file-equal-p): Rename from `files-equal-p'.
513 Return nil when one or both files don't exist.
96b49301 514 (file-subdir-of-p): Now only top directory must exists,
515 return nil if it doesn't.
bf7f9bc5
JB
516 (copy-directory): No need to test with `file-subdir-of-p' after
517 creating dir.
518 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
519 to `file-equal-p'.
96b49301 520
44e97401
GM
5212012-02-28 Glenn Morris <rgm@gnu.org>
522
523 * shell.el (shell-mode):
524 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
525 * play/landmark.el (landmark-font-lock-face-O):
526 * play/handwrite.el (handwrite):
527 * play/gomoku.el (gomoku-O):
528 * net/browse-url.el (browse-url-browser-display):
529 * international/mule.el (define-charset):
530 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
531 * filesets.el (filesets-find-file-delay):
532 * eshell/em-xtra.el (eshell-xtra):
533 * eshell/em-unix.el (eshell-grep):
534 * emulation/viper.el (viper-mode):
535 * emacs-lisp/regexp-opt.el (regexp-opt-group):
536 * emacs-lisp/easymenu.el (easy-menu-define):
537 * calendar/timeclock.el (timeclock-use-display-time):
538 * bs.el (bs-mode):
539 * bookmark.el (bookmark-save-flag):
540 Doc fix (standardize possessive apostrophe usage).
541
c98c6276
CY
5422012-02-27 Chong Yidong <cyd@gnu.org>
543
bf7f9bc5
JB
544 * emulation/viper-cmd.el (viper-intercept-ESC-key):
545 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 546
c98c6276
CY
547 * font-lock.el (font-lock-specified-p): Rename from
548 font-lock-spec-present. Callers changed.
549
9c62cd04 5502012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 551
bf7f9bc5
JB
552 * emacs-lisp/package.el (package-compute-transaction):
553 Handle holding a package version to t in package-load-list.
8ac9e529 554
530739c9
MA
5552012-02-26 Michael Albinus <michael.albinus@gmx.de>
556
557 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
558 (tramp-get-inode, tramp-get-device): Use cached values.
559
487915d7
AM
5602012-02-26 Alan Mackenzie <acm@muc.de>
561
562 Check there is a font-lock specification before doing initial
563 fontification.
564
565 * font-core.el (font-lock-mode): Move the conditional from
566 :after-hook to font-lock-initial-fontify.
567 (font-lock-default-function): Move the check for a specification
568 to font-lock-spec-present.
569
dc9924b8 570 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
571 (font-lock-spec-present): New function.
572
4fd96557
JB
5732012-02-26 Jim Blandy <jimb@red-bean.com>
574
575 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
576 (gdb-send): Apply it to the operand of the '-interpreter-exec
577 console' command, so that we can pass arguments with (say) quotes
578 in them. Store exact string sent in gdb-debug-log (Bug#10765).
579
9a4888c0
CY
5802012-02-26 Chong Yidong <cyd@gnu.org>
581
07498861
CY
582 * help-fns.el (describe-function-1): Clarify description of
583 remapping (Bug#10844).
584
9a4888c0
CY
585 * files.el (files-equal-p): Doc fix.
586 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
587 and quit the loop once a mismatch is found.
588
ea8fb88d
JB
5892012-02-25 Juanma Barranquero <lekktu@gmail.com>
590
591 * bs.el (bs--show-with-configuration): Don't throw an error
592 if the window cannot be split; otherwise, subsequent calls to
593 bs-show fail, restoring a stale window config. (Bug#10882)
594
525795c1
JD
5952012-02-25 Jan Djärv <jan.h.d@swipnet.se>
596
597 * term/ns-win.el (global-map): Bind ns-drag-file to
598 ns-find-file (Bug#5855, Bug#10050).
599
f008086f
AS
6002012-02-25 Andreas Schwab <schwab@linux-m68k.org>
601
602 * calendar/parse-time.el (parse-time-string): Allow extractor to
603 return nil.
604
a3fcfa99
MA
6052012-02-25 Michael Albinus <michael.albinus@gmx.de>
606
91027d08
JB
607 * net/tramp.el (tramp-file-name-for-operation):
608 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
609
610 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
611 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
612 Add COPY-CONTENTS argument.
a3fcfa99 613
67b0de11
CY
6142012-02-25 Chong Yidong <cyd@gnu.org>
615
616 Add custom groups for VC backends, for consistency with vc-bzr.
617
618 * vc/vc-arch.el (vc-arch):
619 * vc/vc-cvs.el (vc-cvs):
620 * vc/vc-git.el (vc-git):
621 * vc/vc-hg.el (vc-hg):
622 * vc/vc-mtn.el (vc-mtn):
623 * vc/vc-rcs.el (vc-rcs):
624 * vc/vc-sccs.el (vc-sccs):
625 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
626 All relevant defcustoms reassigned.
627
3c9dfce6
CY
6282012-02-25 Chong Yidong <cyd@gnu.org>
629
1339bf43
CY
630 * newcomment.el (comment-styles): Add autoload (Bug#10868).
631
3c9dfce6
CY
632 * term/x-win.el (x-initialize-window-system): Reduce default for
633 x-selection-timeout to 5 seconds (Bug#8869).
634
53a46cd0 6352012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14a8a663 636
53a46cd0 637 * files.el (file-subdir-of-p): Fix typo.
14a8a663 638
25b2e303 6392012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
640
ec70a47d
GM
641 * files.el (files-equal-p, file-subdir-of-p): New functions.
642 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 643 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
644 * dired-aux.el (dired-copy-file-recursive): Same.
645 (dired-create-files): Modify destination when source is equal to
646 dest when copying files.
53a46cd0 647 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 648
914260cd
MA
6492012-02-24 Michael Albinus <michael.albinus@gmx.de>
650
651 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
652 (Bug#10874)
653
2cb228f7
AM
6542012-02-23 Alan Mackenzie <acm@muc.de>
655
656 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
657 parameter "after-hook:" to allow the expansion to run code after
658 the execution of the mode hooks.
659
660 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 661 from font-lock-mode-internal.
2cb228f7 662
91027d08 663 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
664 :after-hook.
665
8f0fde21
SM
6662012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
667
3e88618b
SM
668 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
669 (completion--cache-all-sorted-completions): New function.
670 (completion-all-sorted-completions): Use it.
671 (completion--do-completion, minibuffer-force-complete):
672 Use it to re-instate the flush hook.
673
8f0fde21
SM
674 * icomplete.el (icomplete-completions): Replace last fix with a better
675 one (bug#10850).
676
8e911f6f
DG
6772012-02-23 Dmitry Gutov <dgutov@yandex.ru>
678
679 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
680 when it might call us back infinitely (bug#10797).
681
49fe4321
GM
6822012-02-23 Glenn Morris <rgm@gnu.org>
683
684 * minibuffer.el (completion-category-overrides): Doc fix.
685
b291b572
SM
6862012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
687
688 * minibuffer.el (completion-table-with-context): Fix inf-loop.
689 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
690
31a9ef2e
GM
6912012-02-23 Glenn Morris <rgm@gnu.org>
692
5e6e6794 693 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
694 (authors-obsolete-files-regexps, authors-ignored-files)
695 (authors-ambiguous-files, authors-renamed-files-alist):
696 Add more entries.
697
0bd1e074
JL
6982012-02-23 Juri Linkov <juri@jurta.org>
699
700 * isearch.el (isearch-occur): Sync interactive spec with occur's
701 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
702
b617673c
JL
703 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
704
19e9789e
JL
7052012-02-22 Juri Linkov <juri@jurta.org>
706
707 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
708 (ucs-insert): Doc fix. Check for hex digits in the string.
709 Don't display `nil' in the error message. (Bug#10857)
710
f41ce09d
AM
7112012-02-22 Alan Mackenzie <acm@muc.de>
712
7a71b18d 713 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 714
ac2eceee
GM
7152012-02-22 Glenn Morris <rgm@gnu.org>
716
717 * ffap.el (ffap-c-path):
718 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
719
abd1f678
CY
7202012-02-22 Chong Yidong <cyd@gnu.org>
721
722 * custom.el (load-theme): Doc fix.
723
f25aef2e
GM
7242012-02-22 Glenn Morris <rgm@gnu.org>
725
726 * dired-x.el (dired-guess-shell-alist-default):
727 Remove escape sequences from nroff output. (Bug#172)
728
5f8dc2ca
GM
7292012-02-21 Glenn Morris <rgm@gnu.org>
730
6ff86ec4
GM
731 * vc/emerge.el (emerge-defvar-local):
732 Set `permanent-local' property rather than unused `preserved'.
733
be3223a3 734 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
735 (picture-mode-map): Use it. (Bug#10860)
736 (picture-mode): Doc fix.
737
3fe58f4f
JB
7382012-02-21 Juanma Barranquero <lekktu@gmail.com>
739
740 * newcomment.el (uncomment-region-default): Remove unused binding.
741
f9a998c3
GM
7422012-02-21 Glenn Morris <rgm@gnu.org>
743
744 * textmodes/picture.el (picture-motion, picture-motion-reverse)
745 (picture-self-insert, picture-tab-chars): Doc fix.
746 (picture-mode-map): Fix C-a, C-e.
747
c6029348
GM
7482012-02-20 Glenn Morris <rgm@gnu.org>
749
750 * emacs-lisp/authors.el (authors-aliases): Add another entry.
751
ab1ce9d7
LL
7522012-02-20 Leo Liu <sdl.web@gmail.com>
753
754 * icomplete.el (icomplete-completions): Check FROM arg before
755 passing to substring (Bug#10850).
756
0fd40f89
CY
7572012-02-19 Chong Yidong <cyd@gnu.org>
758
759 * comint.el: Require ansi-color.
760 (comint-output-filter-functions): Add ansi-color-process-output.
761
762 * ansi-color.el: Don't set comint-output-filter-functions; it is
763 now in the initial value defined in comint.el.
764 (ansi-color-apply-face-function): New variable.
765 (ansi-color-apply-on-region): Use it.
766 (ansi-color-apply-overlay-face): New function.
767
768 * shell.el (shell): No need to require ansi-color.
769 (shell-mode): Use ansi-color-apply-face-function to highlight
770 color escapes using font-lock-face property (Bug#10835).
771
20af2394
CY
7722012-02-19 Chong Yidong <cyd@gnu.org>
773
774 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
775 mode-line formats (Bug#10839).
776
e23a3fbe
GM
7772012-02-18 Glenn Morris <rgm@gnu.org>
778
b474519e
GM
779 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
780
781 * mail/undigest.el (unforward-rmail-message): Doc fix.
782
e23a3fbe
GM
783 * saveplace.el (save-place-ignore-files-regexp): Add :version.
784
57939ff4
EZ
7852012-02-18 Eli Zaretskii <eliz@gnu.org>
786
787 * international/characters.el (script-list): Sync with the latest
788 Unicode Character Database.
789
0c23686e
AS
7902012-02-18 Andreas Schwab <schwab@linux-m68k.org>
791
792 * international/titdic-cnv.el: Remove duplicate coding tag.
793 * language/cham.el: Likewise.
794 * language/tai-viet.el: Likewise.
795
6818b449
GM
7962012-02-18 Glenn Morris <rgm@gnu.org>
797
798 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
799 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
800 (calendar-bahai-all-holidays-flag, calendar-other-dates):
801 * calendar/diary-lib.el (diary-abbreviated-year-flag):
802 * calendar/holidays.el (holiday-bahai-holidays)
803 (calendar-holidays, list-holidays):
804 Use utf-8 Bahá'í in doc-strings, menus, etc.
805
0311a3fc
TH
8062012-02-17 Tassilo Horn <tassilo@member.fsf.org>
807
808 * saveplace.el (save-place-ignore-files-regexp): New variable
809 allowing for excluding files from saving their location of point.
810 The default value matches the temporary commit message editing
811 files from Git, SVN, Bazaar, and Mercurial.
812 (save-place-to-alist): Use it.
813
eb864a71
LM
8142012-02-17 Lawrence Mitchell <wence@gmx.li>
815 Stefan Monnier <monnier@iro.umontreal.ca>
816
817 * newcomment.el (uncomment-region-default): Don't leave extra space
818 when an arg is provided (bug#8150).
819
ee0ce425
TZ
8202012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
821
eb864a71 822 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 823
95ddf442
GM
8242012-02-17 Glenn Morris <rgm@gnu.org>
825
826 * net/socks.el: Require network-stream. (Bug#10599)
827
48dd1e39 8282012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
829
830 * international/charprop.el:
831 * international/uni-name.el:
832 * international/uni-old-name.el:
833 * international/uni-comment.el: Regenerate.
834
d68cd087
GM
8352012-02-16 Glenn Morris <rgm@gnu.org>
836
837 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
838 Interactively in calendar buffer, give an error if not on a date.
839
13932042
GM
8402012-02-15 Glenn Morris <rgm@gnu.org>
841
842 * shell.el (shell-delimiter-argument-list):
843 Revert 2011-02-17 change. (Bug#8027)
844
c3a70e2b
CY
8452012-02-15 Chong Yidong <cyd@gnu.org>
846
60236b0d
CY
847 * minibuffer.el (completion-at-point-functions): Doc fix.
848
c3a70e2b
CY
849 * custom.el (defcustom): Doc fix; note use of defvar.
850
9f26dc24
GM
8512012-02-15 Glenn Morris <rgm@gnu.org>
852
853 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
854 Doc fixes.
855
6546b134
GM
8562012-02-14 Glenn Morris <rgm@gnu.org>
857
858 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
859
d29b2b4c
LI
8602012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
861
862 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
863 way the ports list is computed.
835bdcba
LI
864 (smtpmail-query-smtp-server): Prompt the user for a port number if
865 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 866
08dcdbc9
TZ
8672012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
868
869 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
870
2605051a
GM
8712012-02-13 Glenn Morris <rgm@gnu.org>
872
873 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
874
7ee99f32
TZ
8752012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
876
877 * net/gnutls.el (gnutls-trustfiles): New variable.
878 (gnutls-negotiate): Use it.
879
5f0af64f
LI
8802012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
881
882 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
883 does its stuff if Gnus is running.
884
c14fcc95
AM
8852012-02-13 Alan Mackenzie <acm@muc.de>
886
887 Fix a loop in c-set-fl-decl-start.
888
7a71b18d 889 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
890 c-backward-syntactic-ws actually moves backwards.
891
142b4d90
LL
8922012-02-13 Leo Liu <sdl.web@gmail.com>
893
894 * net/rcirc.el (rcirc-markup-attributes): Move point to the
895 beginning so that all \C-o chars are removed.
896
fa9958a6
TZ
8972012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
898
dc9924b8 899 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 900
0bc5886a
AM
9012012-02-12 Alan Mackenzie <acm@muc.de>
902
903 Fix infinite loop with long macros.
904 * cc-engine.el (c-state-safe-place): Handle macros properly.
905
d4bd55e7
CY
9062012-02-12 Chong Yidong <cyd@gnu.org>
907
908 * window.el (display-buffer): Doc fix (Bug#10785).
909
66f3fe22
GM
9102012-02-12 Glenn Morris <rgm@gnu.org>
911
bd7da63e
GM
912 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
913 (x-disown-selection-internal, x-get-selection-internal):
914 Sync docs with the xselect.c versions.
915
66f3fe22
GM
916 * allout-widgets.el: Add missing license notice.
917
3e0d2fa7
GM
9182012-02-11 Glenn Morris <rgm@gnu.org>
919
cfecdf09
GM
920 * select.el (x-get-selection-internal, x-own-selection-internal)
921 (x-disown-selection-internal):
922 * x-dnd.el (x-get-selection-internal): Update declarations.
923
6d216d7f
GM
924 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
925
2bed3f04
GM
926 * window.el (window-sides-slots):
927 * tool-bar.el (tool-bar-position):
928 * term/xterm.el (xterm-extra-capabilities):
929 * ses.el (ses-self-reference-early-detection):
930 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
931 (verilog-auto-wire-type)
932 (verilog-auto-delete-trailing-whitespace)
933 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
934 (verilog-auto-tieoff-declaration):
935 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
936 (sql-oracle-statement-starters, sql-oracle-scan-on):
937 * progmodes/prolog.el (prolog-align-comments-flag)
938 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
939 (prolog-left-indent-regexp, prolog-paren-indent-p)
940 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
941 (prolog-types, prolog-mode-specificators)
942 (prolog-determinism-specificators, prolog-directives)
943 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
944 (prolog-electric-dot-flag)
945 (prolog-electric-dot-full-predicate-template)
946 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
947 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
948 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
949 (prolog-program-switches, prolog-prompt-regexp)
950 (prolog-debug-on-string, prolog-debug-off-string)
951 (prolog-trace-on-string, prolog-trace-off-string)
952 (prolog-zip-on-string, prolog-zip-off-string)
953 (prolog-use-standard-consult-compile-method-flag)
954 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
955 (prolog-imenu-max-lines, prolog-info-predicate-index)
956 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
957 (prolog-char-quote-workaround):
958 * progmodes/cc-vars.el (c-defun-tactic):
959 * net/tramp.el (tramp-encoding-command-interactive)
960 (tramp-local-end-of-line):
961 * net/soap-client.el (soap-client):
962 * net/netrc.el (netrc-file):
963 * net/gnutls.el (gnutls):
964 * minibuffer.el (completion-category-overrides)
965 (completion-cycle-threshold)
966 (completion-pcm-complete-word-inserts-delimiters):
967 * man.el (Man-name-local-regexp):
968 * mail/feedmail.el (feedmail-display-full-frame):
969 * international/characters.el (glyphless-char-display-control):
970 * eshell/em-ls.el (eshell-ls-date-format):
971 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
972 (lisp-lambda-list-keyword-parameter-indentation)
973 (lisp-lambda-list-keyword-parameter-alignment):
974 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
975 * dired-x.el (dired-omit-verbose):
976 * cus-theme.el (custom-theme-allow-multiple-selections):
977 * calc/calc.el (calc-highlight-selections-with-faces)
978 (calc-lu-field-reference, calc-lu-power-reference)
979 (calc-note-threshold):
980 * battery.el (battery-mode-line-limit):
981 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
982 (archive-7z-update):
983 * allout.el (allout-prefixed-keybindings)
984 (allout-unprefixed-keybindings)
985 (allout-inhibit-auto-fill-on-headline)
986 (allout-flattened-numbering-abbreviation):
987 * allout-widgets.el (allout-widgets-auto-activation)
988 (allout-widgets-icons-dark-subdir)
989 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
990 (allout-widgets-theme-dark-background)
991 (allout-widgets-theme-light-background)
992 (allout-widgets-item-image-properties-emacs)
993 (allout-widgets-item-image-properties-xemacs)
994 (allout-widgets-run-unit-tests-on-load)
995 (allout-widgets-time-decoration-activity)
996 (allout-widgets-hook-error-post-time)
997 (allout-widgets-track-decoration):
998 Add missing :version tags to new defcustoms and defgroups.
999
5fec1b8e
GM
1000 * progmodes/sql.el (sql-ansi-statement-starters)
1001 (sql-oracle-statement-starters): Add custom type.
1002
3e0d2fa7
GM
1003 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
1004 (prolog-system-version): Give it a type.
1005
90b671e2
EZ
10062012-02-11 Eli Zaretskii <eliz@gnu.org>
1007
1008 * term/pc-win.el (x-select-text, x-selection-owner-p)
1009 (x-own-selection-internal, x-disown-selection-internal)
1010 (x-get-selection-internal): Sync doc strings and argument lists
1011 with xselect.c, common-win.el and x-win.el. (Bug#10783)
1012
5eac0c02
LL
10132012-02-11 Leo Liu <sdl.web@gmail.com>
1014
1015 * progmodes/python.el (python-end-of-statement): Fix infinite
1016 loop. (Bug#10788)
1017
f82cb659
GM
10182012-02-10 Glenn Morris <rgm@gnu.org>
1019
1020 * international/mule-cmds.el (unify-8859-on-encoding-mode)
1021 (unify-8859-on-decoding-mode): Properly mark as obsolete.
1022
cc26d239
LI
10232012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
1024
1025 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
1026 about SMTP before checking the From header.
1027
91027d08 1028 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
1029 into own function for reuse by emacsbug.el.
1030
1be3ca5a
LL
10312012-02-10 Leo Liu <sdl.web@gmail.com>
1032
1033 * subr.el (condition-case-unless-debug): Rename from
1034 condition-case-no-debug. All callers changed.
1035 (with-demoted-errors): Fix caller.
1036
1037 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
1038 * nxml/rng-valid.el (rng-do-some-validation):
1039 * emacs-lisp/package.el (package-refresh-contents)
1040 (package-menu-execute):
1041 * desktop.el (desktop-create-buffer):
91027d08 1042 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 1043
b011fbfe
GM
10442012-02-10 Glenn Morris <rgm@gnu.org>
1045
b2096d72
GM
1046 * textmodes/bibtex.el:
1047 Add missing :version tags for new/changed defcustoms.
1048
b011fbfe
GM
1049 * files.el (remote-file-name-inhibit-cache): Doc fixes.
1050
4c7e65bf
LI
10512012-02-09 Lars Ingebrigtsen <larsi@rusty>
1052
1053 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
1054 (smtpmail-via-smtp): Use it, or fall back on the From address.
1055 (smtpmail-send-it): Ditto.
1056
f3934f6f
SM
10572012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1058
1059 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
1060 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
1061 (byte-compile-tmp-var): New const.
1062 (byte-compile-defvar): Use it to minimize .elc size.
1063 Just use `defvar' rather than simulate it (bug#10761).
1064
a075a2c5
GM
10652012-02-09 Glenn Morris <rgm@gnu.org>
1066
cf3aa21b
GM
1067 * files.el (rename-uniquely): Doc fix. (Bug#3806)
1068
354998cd
GM
1069 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
1070 Add :version tags.
1071
dc9924b8
SM
1072 * progmodes/compile.el (compilation-error-screen-columns)
1073 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 1074
dab3703d
GM
1075 * vc/log-view.el (log-view-toggle-entry-display):
1076 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
1077
3f88cd72
GM
1078 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
1079 (report-emacs-bug-can-use-xdg-email):
1080 (report-emacs-bug-insert-to-mailer): Doc fixes.
1081 (report-emacs-bug): Message fix.
1082
d95b247d
GM
1083 * net/browse-url.el (browse-url-can-use-xdg-open)
1084 (browse-url-xdg-open): Doc fixes.
1085
a075a2c5
GM
1086 * electric.el (electric-indent-mode, electric-pair-mode)
1087 (electric-layout-rules, electric-layout-mode): Doc fixes.
1088 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
1089
ffb6157e
MR
10902012-02-08 Martin Rudalics <rudalics@gmx.at>
1091
1092 * server.el (server-unselect-display): Don't inadvertently kill
1093 the current buffer. (Bug#10729)
1094
e1ac4066
GM
10952012-02-08 Glenn Morris <rgm@gnu.org>
1096
34e8a2da
GM
1097 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
1098 (sql-list-table): Doc fixes.
1099
b4ac6e8c
GM
1100 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
1101 Comment out (does nothing).
1102
e1ac4066
GM
1103 * completion.el (dynamic-completion-mode):
1104 * dirtrack.el (dirtrack-debug-mode):
1105 * electric.el (electric-layout-mode):
1106 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
1107 * face-remap.el (text-scale-mode, buffer-face-mode):
1108 * iimage.el (iimage-mode):
1109 * image-mode.el (image-transform-mode):
1110 * minibuffer.el (completion-in-region-mode):
1111 * scroll-lock.el (scroll-lock-mode):
1112 * simple.el (next-error-follow-minor-mode):
1113 * tar-mode.el (tar-subfile-mode):
1114 * tooltip.el (tooltip-mode):
1115 * vcursor.el (vcursor-use-vcursor-map):
1116 * wid-browse.el (widget-minor-mode):
1117 * emulation/tpu-edt.el (tpu-edt-mode):
1118 * emulation/tpu-extras.el (tpu-cursor-free-mode):
1119 * international/iso-ascii.el (iso-ascii-mode):
1120 * language/thai-util.el (thai-word-mode):
1121 * mail/supercite.el (sc-minor-mode):
1122 * net/goto-addr.el (goto-address-mode):
1123 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
1124 * progmodes/cwarn.el (cwarn-mode):
1125 * progmodes/flymake.el (flymake-mode):
1126 * progmodes/glasses.el (glasses-mode):
1127 * progmodes/hideshow.el (hs-minor-mode):
1128 * progmodes/pascal.el (pascal-outline-mode):
1129 * textmodes/enriched.el (enriched-mode):
1130 * vc/smerge-mode.el (smerge-mode):
1131 Doc fixes (minor mode argument).
1132
5e0d957f
EZ
11332012-02-07 Eli Zaretskii <eliz@gnu.org>
1134
1135 * ls-lisp.el (ls-lisp-sanitize): New function.
1136 (ls-lisp-insert-directory): Use it to fix or remove any elements
1137 in file-alist with missing attributes. (Bug#4673)
1138
98d7371e
AM
11392012-02-07 Alan Mackenzie <acm@muc.de>
1140
1141 Fix spurious recognition of c-in-knr-argdecl.
1142
1143 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
1144 putative K&R region.
1145
667ced3a
AM
11462012-02-07 Alan Mackenzie <acm@muc.de>
1147
eb864a71
LM
1148 * progmodes/cc-engine.el (c-forward-objc-directive):
1149 Prevent looping in "#pragma mark @implementation".
667ced3a 1150
5b77774d
MA
11512012-02-07 Michael Albinus <michael.albinus@gmx.de>
1152
1153 * notifications.el (notifications-on-closed-signal): Make `reason'
1154 optional. (Bug#10744)
1155
af008560
GM
11562012-02-07 Glenn Morris <rgm@gnu.org>
1157
60d47423
GM
1158 * emacs-lisp/easy-mmode.el (define-minor-mode):
1159 Doc fixes for the macro and the mode it defines.
1160
dd605cc4
GM
1161 * image.el (imagemagick-types-inhibit): Doc fix.
1162
af008560
GM
1163 * cus-start.el (imagemagick-render-type): Add it.
1164
5cc59a37
LI
11652012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
1166
1167 * progmodes/cc-mode.el
1168 (c-standard-font-lock-fontify-region-function): Set the default at
1169 load time, too, so that `font-lock-fontify-buffer' can be called
1170 without setting up the entire mode first. This fixes a bug in
1171 `mm-inline-text' with C MIME parts.
1172
9a6dd747
CY
11732012-02-06 Chong Yidong <cyd@gnu.org>
1174
2d16b285
CY
1175 * simple.el (list-processes--refresh): Delete exited processes
1176 (Bug#8094).
1177
171e9b6e
CY
1178 * comint.el (comint-next-prompt): next-single-char-property-change
1179 and prev-single-char-property-change never return nil (Bug#8657).
1180
9a6dd747
CY
1181 * custom.el (defcustom): Doc fix (Bug#9711).
1182
aa4589a7
CY
11832012-02-05 Chong Yidong <cyd@gnu.org>
1184
5c2a252f
CY
1185 * cus-edit.el (custom-variable-reset-backup): Quote the value
1186 before storing it in the customized-value property (Bug#6712).
4aab9006 1187 (custom-display): Add a customization type tag.
983b9602 1188 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 1189
aa4589a7
CY
1190 * wid-edit.el (widget-field-value-get): New optional arg to
1191 suppress trailing whitespace truncation.
1192 (character): Use it (Bug#2689).
1193
1ff980ae
AS
11942012-02-05 Andreas Schwab <schwab@linux-m68k.org>
1195
1196 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
1197 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
1198
03988c98
CY
11992012-02-05 Chong Yidong <cyd@gnu.org>
1200
eeb6cc88
CY
1201 * cus-edit.el (custom-variable-value-create): For mismatched
1202 types, show the current value (Bug#7600).
1203
03988c98
CY
1204 * custom.el (defcustom): Doc fix.
1205
f8cdeef0
GM
12062012-02-05 Glenn Morris <rgm@gnu.org>
1207
1208 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
1209
0696d255
JB
12102012-02-05 Juanma Barranquero <lekktu@gmail.com>
1211
1212 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
1213 (pp-buffer): Use `ignore-errors', `looking-at-p'.
1214 (pp-last-sexp): Use `looking-at-p'.
1215
34c99998
GM
12162012-02-04 Glenn Morris <rgm@gnu.org>
1217
8f05da42
GM
1218 * files.el (revert-buffer):
1219 Doc fix (mention revert-buffer-in-progress-p).
1220
f160676e
GM
1221 * emacs-lisp/ert-x.el (ert-simulate-command):
1222 Check deferred-action-list (which is obsolete) is bound.
1223
c7291ad9
GM
1224 * subr.el (with-wrapper-hook): Doc fixes.
1225
34c99998
GM
1226 * simple.el (filter-buffer-substring-functions)
1227 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
1228
6283a7d3
LL
12292012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
1230
1231 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
1232 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
1233
e96e3013
LL
12342012-02-04 Leo Liu <sdl.web@gmail.com>
1235
1236 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
1237
8ded50f2
GM
12382012-02-04 Glenn Morris <rgm@gnu.org>
1239
82ff1d13
GM
1240 * image.el (image-extension-data): Add obsolete alias.
1241
987a0a16
GM
1242 * isearch.el (isearch-update): Doc fix.
1243
ea32ef46
GM
1244 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
1245
8ded50f2
GM
1246 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
1247
eea14f31
GM
12482012-02-03 Glenn Morris <rgm@gnu.org>
1249
1250 * image.el (image-animated-p): Doc fix. Use image-animated-types.
1251 (image-animate-timeout): Doc fix.
1252
1253 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
1254
12f381b7
GM
12552012-02-02 Glenn Morris <rgm@gnu.org>
1256
953cebf5
GM
1257 * server.el (server-auth-dir): Doc fix.
1258 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
1259
12f381b7
GM
1260 * subr.el (run-mode-hooks): Doc fix.
1261
953a8c3b
JL
12622012-02-02 Juri Linkov <juri@jurta.org>
1263
1264 * image-mode.el (image-toggle-display-image): Remove tautological
1265 `major-mode' from the `derived-mode-p' test.
1266
c5d3843c
KH
12672012-02-02 Kenichi Handa <handa@m17n.org>
1268
9f6e692e 1269 * composite.el (compose-region): Cancel previous change.
c5d3843c 1270
159462d4 12712012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
1272
1273 * composite.el (compose-region, compose-string): Signal error for
1274 a null string component (Bug#6988).
1275
9f562668
CY
12762012-02-01 Chong Yidong <cyd@gnu.org>
1277
e2cef717
CY
1278 * view.el (view-buffer-other-window, view-buffer-other-frame):
1279 Handle special modes like view-buffer (Bug#10650).
1280 (view-buffer): Simplify.
1281
9f562668
CY
1282 * frame.el (set-frame-font): Tweak meaning of third argument.
1283
9f6e692e
JB
1284 * dynamic-setting.el (font-setting-change-default-font):
1285 Use set-frame-font (Bug#9982).
9f562668 1286
781acb9f
GM
12872012-02-01 Glenn Morris <rgm@gnu.org>
1288
6035be52
GM
1289 * progmodes/compile.el (compilation-internal-error-properties):
1290 Respect compilation-first-column in the "*compilation*" buffer.
1291
781acb9f
GM
1292 * emacs-lisp/easy-mmode.el (define-minor-mode):
1293 Relax :variable's test for a named function.
1294
abbceb00
AM
12952012-01-31 Alan Mackenzie <acm@muc.de>
1296
1297 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
1298 off by one error.
1299
fce3fdeb
CY
13002012-01-31 Chong Yidong <cyd@gnu.org>
1301
1302 * frame.el (set-frame-font): New arg ALL-FRAMES.
1303
1304 * menu-bar.el (menu-set-font): Use set-frame-font.
1305
1306 * faces.el (face-spec-reset-face): Don't apply unspecified
1307 attribute values to the default face.
1308
47893581
JB
13092012-01-31 Juanma Barranquero <lekktu@gmail.com>
1310
1311 * progmodes/cwarn.el (cwarn): Remove dead link.
1312 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
1313 Remove * from defcustom docstrings.
1314 (turn-on-cwarn-mode): Make obsolete.
1315 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
1316 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
1317
e58e988a
GM
13182012-01-31 Glenn Morris <rgm@gnu.org>
1319
60dc2671 1320 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 1321 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 1322 Allow named functions to be used as the cdr of :variable.
e58e988a 1323
7a3f511d
GM
13242012-01-30 Glenn Morris <rgm@gnu.org>
1325
1326 * emacs-lisp/authors.el (authors-fixed-entries):
1327 Remove reference to deleted file rnewspost.el.
1328
cb882333
JB
13292012-01-29 Juanma Barranquero <lekktu@gmail.com>
1330
1331 * window.el (window-with-parameter): Remove unused variable `windows'.
1332 (window--side-check): Remove unused variable `code'.
1333 (window--resize-siblings): Remove unused variable `first'.
1334 (adjust-window-trailing-edge): Remove unused variable `failed'.
1335 (window-deletable-p, window--delete): Remove unused variable `buffer'.
1336 Use `let', not `let*'.
1337 (balance-windows-2): Remove unused variable `found'.
1338 (window--state-put-2): Remove unused variable `splits'.
1339 (window-state-put): Remove unused variable `selected'.
1340 (same-window-p): Use `string-match-p'.
1341 (display-buffer-assq-regexp): Remove unused variable `value'.
1342 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1343 Mark argument ALIST as ignored.
1344 (pop-to-buffer): Remove unused variable `old-window'.
1345
907201af
EZ
13462012-01-29 Eli Zaretskii <eliz@gnu.org>
1347
1348 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
1349 and .lzma compressed files.
1350
ea162670
CY
13512012-01-29 Chong Yidong <cyd@gnu.org>
1352
5b95ee8a
CY
1353 * frame.el (window-system-default-frame-alist): Doc fix.
1354
ea162670
CY
1355 * dynamic-setting.el (font-setting-change-default-font): Don't
1356 change the default face if SET-FONT argument is non-nil (Bug#9982).
1357
d6e6f4b1
SB
13582012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
1359
1360 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
1361
0f29fa41 13622012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
1363
1364 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
1365 breakpoints in files outside current directory (Bug#6098).
1366
db174434
CY
13672012-01-29 Chong Yidong <cyd@gnu.org>
1368
6b25e4e2
SE
1369 * progmodes/python.el: Require ansi-color at top-level.
1370
6df6ae42
JB
1371 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
1372 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
1373 (lisp-mode-abbrev-table): Add doc.
1374 (lisp-mode-variables): Don't set local-abbrev-table.
1375 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
1376
e70ee681
RW
13772012-01-28 Roland Winkler <winkler@gnu.org>
1378
1379 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
1380
ace88aa2
RW
13812012-01-28 Roland Winkler <winkler@gnu.org>
1382
1383 * textmodes/bibtex.el (bibtex-entry-alist): New function.
1384 (bibtex-set-dialect): Use it. Either set global values of
1385 dialect-dependent variables or bind these variables buffer-locally
1386 (Bug#10254).
1387 (bibtex-mode): Call bibtex-set-dialect via
1388 hack-local-variables-hook.
eb864a71
LM
1389 (bibtex-dialect): Update docstring.
1390 Add safe-local-variable predicate.
ace88aa2
RW
1391 (bibtex-entry-alist, bibtex-field-alist): Initialize via
1392 bibtex-set-dialect.
1393 (bibtex-mode-map): Define menu for each dialect.
1394 (bibtex-entry): Fix docstring.
1395
93376c5b
CY
13962012-01-28 Chong Yidong <cyd@gnu.org>
1397
1398 * eshell/esh-arg.el (eshell-quote-argument): New function.
1399
1400 * eshell/esh-ext.el (eshell-invoke-batch-file):
1401 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
1402 first arg to eshell-parse-command (Bug#10523).
1403
4372494f
DA
14042012-01-28 Drew Adams <drew.adams@oracle.com>
1405
1406 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
1407 `default-directory' is non-nil.
1408
4d4ec1f8
EZ
14092012-01-28 Eli Zaretskii <eliz@gnu.org>
1410
1411 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
1412 line that displays system-configuration-options. (Bug#9924)
1413
7c188927
DA
14142012-01-28 Drew Adams <drew.adams@oracle.com>
1415
1416 * descr-text.el (describe-char): Show information about POS, in
1417 addition to information about the character at POS. Improve and
1418 update the doc string. Change "code point" to "code point in
1419 charset", to avoid confusion with the character's Unicode code
1420 point shown above that. (Bug#10129)
1421
e0da685a
EZ
14222012-01-28 Eli Zaretskii <eliz@gnu.org>
1423
1424 * descr-text.el (describe-char): Show the raw character, not only
1425 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
1426 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
1427 for the reasons.
1428
70550acf
PH
14292012-01-28 Phil Hagelberg <phil@hagelb.org>
1430
eb864a71
LM
1431 * emacs-lisp/package.el (package-install):
1432 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 1433
0ce8e868
CY
14342012-01-28 Chong Yidong <cyd@gnu.org>
1435
cb882333
JB
1436 * emacs-lisp/package.el (package-maybe-load-descriptor):
1437 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
1438 (package-maybe-load-descriptor): Use it.
1439 (package-download-transaction): Fully load required packages
1440 inside the loop, so that `require' calls work (Bug#10593).
1441 (package-install): No need to call package-initialize now.
1442
2e7f3bea
CY
14432012-01-28 Chong Yidong <cyd@gnu.org>
1444
6e9bad14
CY
1445 * simple.el (deactivate-mark): Doc fix (Bug#8614).
1446
f823b8ca
CY
1447 * tooltip.el (tooltip-mode): Doc fix.
1448 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
1449
2680c309
CY
1450 * frame.el (set-cursor-color): Doc fix (Bug#352).
1451
d7a9e63b
CY
1452 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
1453 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
1454
2e7f3bea
CY
1455 * cus-edit.el (custom-buffer-create-internal): Fix search button
1456 action (Bug#10542).
2ae01800 1457 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 1458
fc4f7a23
EW
14592012-01-27 Eduard Wiebe <usenet@pusto.de>
1460
1461 * dired.el (dired-mark-files-regexp):
1462 Include any subdirectory components. (Bug#10445)
1463
7dd37071
ML
14642012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
1465
1466 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
1467 Handle [host]:port syntax. (Bug#10533)
1468
a268160b
AH
14692012-01-27 Alex Harsanyi <harsanyi@mac.com>
1470
1471 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
1472
e43273ef
GM
14732012-01-26 Glenn Morris <rgm@gnu.org>
1474
1475 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
1476 * term.el (term-raw-escape-map): Use Control-X-prefix.
1477 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
1478
1edf595d
MR
14792012-01-25 Martin Rudalics <rudalics@gmx.at>
1480
1481 * window.el (window-state-get, window--state-get-1): Don't deal
1482 with fixed-sizeness of windows. Simplify code.
1483
fa8eafef
JC
14842012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
1485
6df6ae42
JB
1486 * window.el (window--state-get-1, window--state-put-2):
1487 Don't save and restore the mark.
fa8eafef 1488
0b21c100
CY
14892012-01-25 Chong Yidong <cyd@gnu.org>
1490
1491 * custom.el (custom-variable-p): Doc fix.
1492
5ae1a6c8
GM
14932012-01-25 Glenn Morris <rgm@gnu.org>
1494
40047858
GM
1495 * dired.el (dired-goto-file): Handle some of the more common
1496 characters that `ls -b' escapes. (Bug#10596)
1497
5ddce96c
GM
1498 * progmodes/compile.el (compilation-next-error-function):
1499 Respect compilation-first-column in the "*compilation*" buffer.
1500 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
1501
5ae1a6c8
GM
1502 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
1503
b559f1a9
GM
15042012-01-24 Glenn Morris <rgm@gnu.org>
1505
1506 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
1507
6725d21a
JD
15082012-01-24 Julien Danjou <julien@danjou.info>
1509
1510 * color.el (color-rgb-to-hsl): Fix value computing.
1511 (color-hue-to-rgb): New function.
1512 (color-hsl-to-rgb): New function.
1513 (color-clamp, color-saturate-hsl, color-saturate-name)
1514 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1515 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
1516
70df4bbe
GM
15172012-01-24 Glenn Morris <rgm@gnu.org>
1518
1519 * vc/vc-rcs.el (vc-rcs-create-tag):
1520 * vc/vc-sccs.el (vc-sccs-create-tag):
1521 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
1522
802a2ae2
ML
15232012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
1524
1525 * eshell/esh-util.el (eshell-read-hosts-file):
1526 Skip comment lines. (Bug#10549)
1527
d7128bb1
ML
1528 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
1529
d1a5c3b4
JB
15302012-01-23 Juanma Barranquero <lekktu@gmail.com>
1531
2724d9c7
JB
1532 * subr.el (display-delayed-warnings): Doc fix.
1533 (collapse-delayed-warnings): New function to collapse identical
1534 adjacent warnings.
1535 (delayed-warnings-hook): Add it.
d1a5c3b4 1536
a5509865
MA
15372012-01-22 Michael Albinus <michael.albinus@gmx.de>
1538
1539 * net/tramp.el (tramp-action-login): Set connection property "login-as".
1540
1541 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
1542 properties, when "login-as" is set.
1543
1544 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
1545 (tramp-default-user-alist): Don't add "pscp".
1546 (tramp-do-copy-or-rename-file-out-of-band): Use connection
1547 property "login-as", if set. (Bug#10530)
1548
cc6d5805
MA
15492012-01-21 Michael Albinus <michael.albinus@gmx.de>
1550
1551 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
1552 "plink1" and "psftp". (Bug#10530)
1553
15542012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
1555
1556 * international/mule-cmds.el (prefer-coding-system): Show a
1557 warning message if the default value of file-name-coding-system
1558 was not changed.
1559
f0960428
JC
15602012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
1561
cb882333
JB
1562 * windmove.el (windmove-reference-loc):
1563 Fix windmove-reference-loc miscalculation.
f0960428 1564
dd6f2a63
JB
15652012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
1566
1567 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
1568 default unit.
1569
7b447e9b
GM
15702012-01-21 Glenn Morris <rgm@gnu.org>
1571
117a9ea1
GM
1572 * international/mule.el (auto-coding-alist): Add .tbz.
1573
7b447e9b
GM
1574 * files.el (local-enable-local-variables): Doc fix.
1575 (inhibit-local-variables-regexps): Rename from
1576 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
1577 Doc fix. Add some extensions from auto-coding-alist.
1578 (inhibit-local-variables-suffixes):
1579 Rename from inhibit-first-line-modes-suffixes. Doc fix.
1580 (inhibit-local-variables-p):
1581 New function, extracted from set-auto-mode-1.
1582 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
1583 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
1584 (hack-local-variables): Doc fix. Make the mode-only case
1585 respect enable-local-variables and friends.
1586 Respect inhibit-local-variables-regexps for file-locals, but
1587 not for directory-locals.
1588 (set-visited-file-name):
1589 Take account of inhibit-local-variables-regexps.
1590 Whether it applies may change as the file name is changed.
1591 * jka-cmpr-hook.el (jka-compr-install):
1592 * jka-compr.el (jka-compr-uninstall):
1593 Update for inhibit-first-line-modes-suffixes name change.
1594
dd6e3cdd
MR
15952012-01-20 Martin Rudalics <rudalics@gmx.at>
1596
1597 * help-macro.el (make-help-screen): Temporarily restore original
1598 binding for minor-mode-map-alist (Bug#10454).
1599
0d0deb38
JD
16002012-01-19 Julien Danjou <julien@danjou.info>
1601
1602 * color.el (color-name-to-rgb): Use the white color to find the max
1603 color component value and return correctly computed values.
1604 (color-name-to-rgb): Add missing float conversion for max value.
1605
34a02f46
MR
16062012-01-19 Martin Rudalics <rudalics@gmx.at>
1607
1608 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
1609 special state value for window-persistent-parameters.
1610 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
1611 (window--state-put-2): Reset all window parameters to nil before
1612 assigning values of persistent parameters.
1613
606c44c4
AM
16142012-01-18 Alan Mackenzie <acm@muc.de>
1615
1616 Eliminate sluggishness and hangs in fontification of "semicolon
1617 deserts".
1618
cb882333
JB
1619 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
1620 Change value 10000 -> 3000.
606c44c4
AM
1621 (c-state-safe-place): Reformulate so it doesn't stack up an
1622 infinite number of wrong entries in c-state-nonlit-pos-cache.
1623 (c-determine-limit-get-base, c-determine-limit): New functions to
1624 determine backward search limits disregarding literals.
1625 (c-find-decl-spots): Amend commenting.
1626 (c-cheap-inside-bracelist-p): New function which detects "={".
1627
1628 * progmodes/cc-fonts.el
1629 (c-make-font-lock-BO-decl-search-function): Give a limit to a
1630 backward search.
1631 (c-font-lock-declarations): Fix an occurrence of point being
1632 undefined. Check additionally for point being in a bracelist or
1633 near a macro invocation without a semicolon so as to avoid a
1634 fruitless time consuming search for a declarator. Give a more
1635 precise search limit for declarators using the new
1636 c-determine-limit.
1637
f3860cea
GM
16382012-01-18 Glenn Morris <rgm@gnu.org>
1639
1640 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
1641 (set-auto-mode): Doc fixes.
1642
1db03b16
GM
16432012-01-17 Glenn Morris <rgm@gnu.org>
1644
0e6038be
GM
1645 * isearch.el (search-nonincremental-instead): Fix doc typo.
1646
1db03b16
GM
1647 * dired.el (dired-insert-directory): Handle newlines in directory name.
1648 (dired-build-subdir-alist): Unescape newlines in directory name.
1649
4cb0aa75
MA
16502012-01-17 Michael Albinus <michael.albinus@gmx.de>
1651
1652 * net/tramp.el (tramp-local-end-of-line): New defcustom.
1653 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
1654 (tramp-action-terminal): Use it. (Bug#10530)
1655
1d00653d
SM
16562012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
1657
1658 * minibuffer.el (completion--replace): Strip properties (bug#10062).
1659
6a6ee00d
MR
16602012-01-16 Martin Rudalics <rudalics@gmx.at>
1661
1662 * window.el (window-state-ignored-parameters): Remove variable.
1663 (window--state-get-1): Rename argument MARKERS to IGNORE.
1664 Handle persistent window parameters. Make copy of clone-of
1665 parameter only if requested. (Bug#10348)
1666 (window--state-put-2): Install a window parameter only if it has
1667 a non-nil value or an existing parameter shall be overwritten.
1668
97912def
MA
16692012-01-15 Michael Albinus <michael.albinus@gmx.de>
1670
1671 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
1672
688070a5
EZ
16732012-01-14 Eli Zaretskii <eliz@gnu.org>
1674
1675 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
1676 don't pass the (nil) value of `upnode' to string-match.
1677
301afadc
CY
16782012-01-14 Chong Yidong <cyd@gnu.org>
1679
1680 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 1681 Fix values recognized by the cursorBlink resource.
301afadc 1682
9e5788aa
PE
16832012-01-14 Paul Eggert <eggert@cs.ucla.edu>
1684
1685 * epg.el (epg--make-temp-file): Avoid permission race condition
1686 when running on old Emacs versions (bug#10403).
1687
3cdb7f5a
GM
16882012-01-14 Glenn Morris <rgm@gnu.org>
1689
1690 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
1691
8c82b1b4
AM
16922012-01-13 Alan Mackenzie <acm@muc.de>
1693
1694 Fix filling for when filladapt mode is enabled.
1695
1696 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
1697 c-mask-paragraph, pass in `fill-paragraph' rather than
1698 `fill-region-as-paragraph'. (This is a reversion of a previous
1699 change.)
eb864a71
LM
1700 * progmodes/cc-mode.el (c-basic-common-init):
1701 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 1702
e517eda4
GM
17032012-01-13 Glenn Morris <rgm@gnu.org>
1704
1498536e
GM
1705 * dired.el (dired-switches-escape-p): New function.
1706 (dired-insert-directory): Use dired-switches-escape-p.
1707 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
1708
e517eda4
GM
1709 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
1710
328f984d
GM
17112012-01-12 Glenn Morris <rgm@gnu.org>
1712
1713 * mail/sendmail.el (mail-mode): Update paragraph-separate for
1714 changes in adaptive-fill-regexp. (Bug#10276)
1715
2cc769a8
AM
17162012-01-11 Alan Mackenzie <acm@muc.de>
1717
1718 Fix Emacs bug #10463 - put `widen's around the critical spots.
1719
1d00653d 1720 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
1721 widen around each invocation of c-state-pp-to-literal. Remove an
1722 unused let variable.
1723
e52c37fa
GM
17242012-01-11 Glenn Morris <rgm@gnu.org>
1725
1726 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 1727 Doc fix.
e52c37fa 1728
96f8741e
CY
17292012-01-10 Chong Yidong <cyd@gnu.org>
1730
1d00653d
SM
1731 * net/network-stream.el (network-stream-open-starttls):
1732 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
1733 response to the capability command.
1734
b09a806e
GM
17352012-01-10 Glenn Morris <rgm@gnu.org>
1736
1737 * mail/unrmail.el (unrmail): Tweak previous change.
1738
7655cb66
CY
17392012-01-09 Chong Yidong <cyd@gnu.org>
1740
1741 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
1742
9d5a8f0b
AM
17432012-01-08 Alan Mackenzie <acm@muc.de>
1744
1745 Optimise font locking in long enum definitions.
1746
1747 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
1748 arm to a cond form to handle enums.
1749 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
1750 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
1751
9a0115ab 17522012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
1753
1754 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 1755 (Bug#10401)
6bb72cbd 1756
f186bb95
LMI
17572012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1758
29232a68
LMI
1759 * faces.el (set-face-attribute): Clarify the meaning of the nil
1760 frame (bug#10294).
1761
4e5d086d
LMI
1762 * subr.el (with-selected-frame): Mention that the selected frame
1763 is restored (bug#9980).
1764
8e66aebe
LMI
1765 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
1766 (bug#9759).
1767
cd394be1 1768 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
1769 (password-read): Don't autoload unused function.
1770
adf4e762
JB
17712012-01-07 Juanma Barranquero <lekktu@gmail.com>
1772
1773 * progmodes/which-func.el (which-func-mode): Turn into a
1774 non-interactive function and mark as obsolete (bug#10428).
1775
89bd9ccd
CY
17762012-01-06 Chong Yidong <cyd@gnu.org>
1777
1778 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
1779 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
1780 functions, along with 1 and -1.
1781
4afee9d5
EZ
17822012-01-06 Eli Zaretskii <eliz@gnu.org>
1783
1784 * time.el (display-time-load-average)
1785 (display-time-default-load-average): Doc fixes. See the thread
1786 starting at
1787 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
1788 for the details.
1789
536aea70
GM
17902012-01-06 Glenn Morris <rgm@gnu.org>
1791
665ae865
GM
1792 * mail/unrmail.el (unrmail): Give an explicit error if the input file
1793 has no messages. (Bug#10377)
1794
c869783d
GM
1795 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
1796 than Info-edit. (Bug#10385)
1797
2bb4227e
GM
1798 * time.el (display-time-load-average, display-time-next-load-average):
1799 Doc fixes.
1800
7d5944b9
GM
1801 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
1802 local setting of buffer-read-only to the input buffer. (Bug#10419)
1803
536aea70
GM
1804 * calendar/calendar.el (calendar-mode):
1805 Locally set scroll-margin to 0. (Bug#10379)
1806
7dccca16
UM
18072012-01-06 Ulrich Mueller <ulm@gentoo.org>
1808
1809 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
1810
afbb7930
GM
18112012-01-05 Glenn Morris <rgm@gnu.org>
1812
1813 * eshell/em-unix.el (diff-no-select): Autoload it.
1814 (eshell/diff): Use diff-no-select. (Bug#10420)
1815
04482335
CY
18162012-01-05 Chong Yidong <cyd@gnu.org>
1817
7baca3bc
CY
1818 * shell.el (shell-dynamic-complete-functions): Revert last change.
1819 (shell-command-completion-function): New function.
1820 (shell-completion-vars): Use it to implement
1821 shell-completion-execonly (Bug#10417).
1822
04482335
CY
1823 * custom.el (enable-theme): Don't set custom-safe-themes.
1824
1d00653d
SM
1825 * cus-theme.el (custom-theme-merge-theme):
1826 Ignore custom-enabled-themes and custom-safe-themes.
04482335 1827
bb5aa5d6
MM
18282012-01-05 Michael R. Mauger <mmaug@yahoo.com>
1829
1830 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
1831 first prompt in `sql-interacive-mode'.
1832 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 1833 keywords.
6df6ae42 1834 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
1835 (sql-product-interactive): Bug fix: Set `sql-buffer' in
1836 context of original buffer. Invoke `sql-login-hook'.
1837
a7183d7c
EZ
18382012-01-04 Eli Zaretskii <eliz@gnu.org>
1839
1840 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
1841 letters in cite-prefix.
1842
a1eacd1e
LMI
18432012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1844
1845 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
1846
787cdb34
CY
18472012-01-03 Chong Yidong <cyd@gnu.org>
1848
1d00653d
SM
1849 * shell.el (shell-dynamic-complete-functions):
1850 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
1851 comint-filename-completion first (Bug#10417).
1852
30710442
RS
18532012-01-02 Richard Stallman <rms@gnu.org>
1854
1855 * battery.el (battery-status-function):
1856 Detect when to use battery-yeeloong-sysfs.
1857 (battery-echo-area-format): Add string for Yeeloong.
1858 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
1859 (battery-yeeloong-sysfs): New function.
1860
f75bfc33
CY
18612012-01-02 Chong Yidong <cyd@gnu.org>
1862
1863 * dirtrack.el (dirtrack-list): Eliminate unused third element.
1864 (dirtrack): Merge code for handling relative filenames in prompt
1865 from shell-dir-cookie-watcher.
1866 (dirtrack-debug-message): New arg to avoid excess format calls.
1867
1868 * shell.el (shell-dir-cookie-re): Variable deleted.
1869 (shell-dir-cookie-watcher): Function deleted.
1870 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
1871 with dirtrack-mode.
1872
651e947e
EZ
18732012-01-01 Eli Zaretskii <eliz@gnu.org>
1874
1d00653d
SM
1875 * term/w32-win.el (dynamic-library-alist) <gnutls>:
1876 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
1877 libgnutls-26.dll.
1878
94d4c7dc
AS
18792011-12-31 Andreas Schwab <schwab@linux-m68k.org>
1880
1881 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
1882
8d43f3cd
EZ
18832011-12-31 Eli Zaretskii <eliz@gnu.org>
1884
1885 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
1886 headers of non-MIME messages, when rmail-enable-mime is non-nil.
1887
98c8795a
MA
18882011-12-29 Michael Albinus <michael.albinus@gmx.de>
1889
1890 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
1891 also for alternative shells.
1892 (tramp-open-connection-setup-interactive-shell): Check, whether
1893 the shell is a busybox.
1894 (tramp-send-command): Don't suppress multiple prompts for
1895 busyboxes, it hurts.
1896
51281b32
CY
18972011-12-28 Chong Yidong <cyd@gnu.org>
1898
1899 * progmodes/gdb-mi.el (gdb-get-source-file-list)
1900 (gdb-get-source-file): Move mode line update to
1901 gdb-get-source-file (Bug#10087).
1902
2170cb53
CY
19032011-12-25 Chong Yidong <cyd@gnu.org>
1904
1905 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
1906 gud-gdb-marker-filter without taking it as an argument.
1907 (gud-gdb-run-command-fetch-lines): Caller changed.
1908 (gud-gdb-completion-function): New variable.
1909 (gud-gdb-completion-at-point): Use it.
1910 (gud-gdb-completions-1): Split from gud-gdb-completions.
1911
1912 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
1913 function as separate arguments.
1914 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
1915 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
1916 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
1917 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
1918 (gdb-stopped, def-gdb-auto-update-trigger)
1919 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
1920 (gdb-get-changed-registers, gdb-get-main-selected-frame):
1921 Callers changed.
2170cb53
CY
1922 (gud-gdbmi-completions): New function.
1923 (gdb): Use it for generating the completion table.
1924
be8b11bb
AM
19252011-12-24 Alan Mackenzie <acm@muc.de>
1926
1927 Introduce a mechanism to widen the region used in context font
1d00653d 1928 locking. Use this to protect declarations from losing their contexts.
be8b11bb 1929
1d00653d
SM
1930 * progmodes/cc-langs.el (c-before-font-lock-functions):
1931 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 1932 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
1933 functions to be run just before context (etc.) font locking.
1934
1935 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 1936 New, functionality extracted from
be8b11bb 1937 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 1938 (c-in-after-change-fontification): New variable.
be8b11bb
AM
1939 (c-after-change): Set c-in-after-change-fontification.
1940 (c-set-fl-decl-start): Rejig its interface, so it can be called
1941 from both after-change and context fontifying.
b81d40f0
JB
1942 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
1943 New functions.
1944 (c-standard-font-lock-fontify-region-function): New variable.
1945 (c-font-lock-fontify-region): New function.
be8b11bb 1946
341cf6ac
JL
19472011-12-24 Juri Linkov <juri@jurta.org>
1948
1949 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
1950 (Bug#10348)
1951
bffcee0a
MA
19522011-12-23 Michael Albinus <michael.albinus@gmx.de>
1953
1954 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
1955 existence of source file. (Bug#10325)
1956
cb5e207c
AM
19572011-12-23 Alan Mackenzie <acm@muc.de>
1958
1959 Fix unstable fontification inside templates.
1960
b81d40f0
JB
1961 * progmodes/cc-langs.el (c-before-font-lock-functions):
1962 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
1963 additionally has c-set-fl-decl-start. The other languages (apart
1964 from AWK) have that as a single entry.
1965
b81d40f0
JB
1966 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
1967 The functionality for "local" declarations has been extracted to
cb5e207c
AM
1968 c-set-fl-decl-start.
1969
b81d40f0
JB
1970 * progmodes/cc-mode.el (c-common-init, c-after-change):
1971 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
1972 (c-set-fl-decl-start): New function, extracted from
1973 c-font-lock-enclosing-decls and enhanced.
1974
60ff536c
JB
19752011-12-23 Juanma Barranquero <lekktu@gmail.com>
1976
1977 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
1978
1c4757d6
JL
19792011-12-22 Juri Linkov <juri@jurta.org>
1980
1981 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
1982
d031f2c7
CY
19832011-12-22 Chong Yidong <cyd@gnu.org>
1984
1985 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
1986
bace743a
DA
19872011-12-21 Drew Adams <drew.adams@oracle.com>
1988
1989 * files.el (file-remote-p): Fix docstring. (Bug#10319)
1990
728a1f2b
JC
19912011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
1992
1993 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
1994
0d373f73
TZ
19952011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
1996
fec0aaa4
TZ
1997 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
1998 highlighting and support. Fix up comments for capitalization.
1999 (cfengine-mode-debug): New var.
2000 (cfengine3-mode): Change the modeline indicator to "CFE3".
2001 (cfengine3-font-lock-keywords): Improve defun highlighting.
2002 (cfengine2-actions): Rename from `cfengine-actions'.
2003 (cfengine2-font-lock-keywords): Rename from
2004 `cfengine-font-lock-keywords'.
2005 (cfengine2-imenu-expression): Rename from
2006 `cfengine-imenu-expression'.
2007 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
2008 (cfengine2-beginning-of-defun): Rename from
2009 `cfengine-beginning-of-defun'.
2010 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
2011 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
2012 (cfengine2-mode): Rename from `cfengine-mode'. Change the
2013 modeline indicator to "CFE2".
2014 (cfengine-mode): Defalias to `cfengine-auto-mode'.
2015 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 2016
bc86f573
CY
20172011-12-21 Chong Yidong <cyd@gnu.org>
2018
2019 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
2020 filename argument.
2021
d45ba96b
MR
20222011-12-20 Martin Rudalics <rudalics@gmx.at>
2023
2024 * window.el (window-normalize-buffer-to-display): Remove.
2025 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
2026
a6198c90
CY
20272011-12-19 Chong Yidong <cyd@gnu.org>
2028
2029 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
2030 Don't signal an error in a predicate function; return non-nil.
2031 (vc-dir-mark-file): Move the error here.
2032 (vc-dir-mark-unmark): If acting on the region, keep going if one
2033 of the entries cannot be marked/unmarked.
2034 (vc-dir-mark-all-files): If current entry is a directory, mark
2035 only child files, as documented.
2036
34c5fb55
VB
20372011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
2038
2039 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
2040 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
2041 addition.
2042
c803b2b7
JD
20432011-12-18 Jan Djärv <jan.h.d@swipnet.se>
2044
2045 * term/ns-win.el (ns-get-selection-internal)
2046 (ns-store-selection-internal): Declare.
1154d12e
JB
2047 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
2048 Declare as obsolete.
2049 (ns-get-pasteboard, ns-paste-secondary):
2050 Use ns-get-selection-internal.
2051 (ns-set-pasteboard, ns-copy-including-secondary):
2052 Use ns-store-selection-internal.
c803b2b7 2053
9cff91f8 20542011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
2055
2056 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 2057 (vc-deduce-fileset): Doc fix.
99a289d9 2058
f16c898a
AS
20592011-12-16 Andreas Schwab <schwab@linux-m68k.org>
2060
2061 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
2062
763237c4
SS
20632011-12-13 Sam Steingold <sds@gnu.org>
2064
2065 * man.el (Man-getpage-in-background): When running under a
2066 window-system, ignore $MANWIDTH and $COLUMNS.
2067
5fc1c122
KH
20682011-12-15 Kenichi Handa <handa@m17n.org>
2069
2070 * language/ethio-util.el: Change coding tag to utf-8-emacs.
2071 (setup-ethiopic-environment-internal): Comment out key-binding for
2072 ethio-toggle-punctuation.
2073
13d49cbb
AM
20742011-12-13 Alan Mackenzie <acm@muc.de>
2075
898169a2
AM
2076 Add the switch statement to AWK Mode.
2077
7a71b18d 2078 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
2079 "default" to the keywords regexp.
2080
7a71b18d 2081 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 2082 expression as the rest.
1d00653d
SM
2083 (c-nonlabel-token-key): Allow string literals for AWK.
2084 Refactor for the other modes.
898169a2 2085
13d49cbb 2086 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 2087 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
2088 routines. Limit backward searching in c-font-lock-enclosing.decl.
2089
2090 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
2091 pp-state and literal type in addition to the limits.
1d00653d 2092 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 2093 (c-state-literal-at): Use the above new defun.
1d00653d
SM
2094 (c-slow-in-literal, c-fast-in-literal): Remove.
2095 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
2096
2097 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
2098 being in a literal. Add a limit for backward searching.
2099
2100 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
2101 c-slow-in-literal.
2102
15e0efc7
SM
21032011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2104
2105 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
2106
454592a6
MR
21072011-12-13 Martin Rudalics <rudalics@gmx.at>
2108
2109 * window.el (delete-other-windows): Use correct frame in call to
2110 window-with-parameter.
2111
87393f26
DP
21122011-12-12 Daniel Pfeiffer <occitan@t-online.de>
2113
2114 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
2115 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
2116 (makefile-gmake-statements, makefile-makepp-statements):
2117 Use it and add new makepp keywords.
2118 (makefile-makepp-font-lock-keywords): Add new patterns.
2119 (makefile-match-function-end): Match new [...] and [[...]].
2120
11636b22
JB
21212011-12-11 Juanma Barranquero <lekktu@gmail.com>
2122
2123 * ses.el (ses-call-printer-return, ses-cell-property-get)
2124 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
2125 (ses-create-cell-variable, ses-reset-header-string)
2126 (ses-cell-set-formula, ses-repair-cell-reference-all)
2127 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
2128 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
2129 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
2130 (ses-aset-with-undo, ses-load, ses-truncate-cell)
2131 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
2132 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
2133 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
2134 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
2135 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
2136 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
2137 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
2138 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
2139
cf018193
VB
21402011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
2141
2142 * ses.el: The overall change is to add cell renaming, that is
2143 setting fancy names for cell symbols other than name matching
2144 "\\`[A-Z]+[0-9]+\\'" regexp .
2145 (ses-create-cell-variable): New defun.
2146 (ses-relocate-formula): Relocate formulas only for cells the
2147 symbols of which are not renamed, i.e. symbols whose names do not
2148 match regexp "\\`[A-Z]+[0-9]+\\'".
2149 (ses-relocate-all): Relocate values only for cells the symbols of
2150 which are not renamed.
2151 (ses-load): Create cells variables as the (ses-cell ...) are read,
2152 in order to check row col consistency with cell symbol name only
2153 for cells that are not renamed.
2154 (ses-replace-name-in-formula): New defun.
2155 (ses-rename-cell): New defun.
2156
ee957461
CY
21572011-12-11 Chong Yidong <cyd@gnu.org>
2158
2159 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
2160 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
2161
9a9e9ef0
MR
21622011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
2163
2164 * window.el (other-window): Fix docstring.
2165
92a8eba5
EZ
21662011-12-10 Eli Zaretskii <eliz@gnu.org>
2167
2168 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
2169 `from' or `to' address before taking its substring.
2170 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
2171 encoded name is chopped in the middle of the encoded string, and
2172 thus displayed encoded.
2173
e152e577
JB
21742011-12-10 Juanma Barranquero <lekktu@gmail.com>
2175
2176 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
2177
e5d84bfe
EZ
21782011-12-10 Eli Zaretskii <eliz@gnu.org>
2179
2180 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
2181 to use texinfo-update-node and commands that call it if the
2182 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 2183 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
2184 (texinfo-all-menus-update, texinfo-master-menu)
2185 (texinfo-update-node, texinfo-every-node-update)
2186 (texinfo-multiple-files-update): Doc fix. Warn against updating
2187 all the @node lines.
2188 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
2189 argument is numeric. Explain better in the doc string what the
2190 function really does.
2191 (texinfo-insert-master-menu-list): Improve the error message
2192 displayed if there's no menu in the Top node.
2193 (Bug#2975) See also this thread:
e5d84bfe
EZ
2194 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
2195
1d84e9bb
MG
21962011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
2197
2198 * speedbar.el (speedbar-supported-extension-expressions):
2199 Add .adb and .ads, commonly used for Ada source code (bug#10256).
2200
382c953b
JB
22012011-12-09 Juanma Barranquero <lekktu@gmail.com>
2202
2203 * printing.el (pr-mode-alist):
2204 * simple.el (filter-buffer-substring-functions)
2205 (completion-list-insert-choice-function):
2206 * window.el (window-with-parameter, window-atom-root)
2207 (window-sides-slots, window-size-fixed, window-min-delta)
2208 (window-max-delta, window--resize-mini-window)
2209 (window--resize-child-windows-normal, window-tree)
2210 (delete-other-windows, quit-window, split-window)
2211 (display-buffer-record-window, special-display-buffer-names)
2212 (special-display-regexps, special-display-popup-frame)
2213 (same-window-p, split-window-sensibly)
2214 (display-buffer-overriding-action, display-buffer-alist)
2215 (display-buffer-base-action, display-buffer, switch-to-buffer)
2216 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
2217 (fit-window-to-buffer, recenter-positions)
2218 (mouse-autoselect-window-state, mouse-autoselect-window-select):
2219 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
2220 and remove unneeded backslashes in docstrings.
2221
39c9faef
SM
22222011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
2223
98449af8
SM
2224 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
2225
39c9faef
SM
2226 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
2227 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
2228 end in ".mk".
2229 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
2230 when reading the makefile (bug#10116).
2231
86ed9fdc
SM
22322011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2233
2234 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
2235 (bug#10116).
2236
5580f89d
GM
22372011-12-06 Glenn Morris <rgm@gnu.org>
2238
2239 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
2240
28d3917c
CY
22412011-12-06 Chong Yidong <cyd@gnu.org>
2242
2243 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
2244
a98edce9
JB
22452011-12-06 Juanma Barranquero <lekktu@gmail.com>
2246
2247 * textmodes/table.el (table-shorten-cell): Fix typo.
2248
e65adfac
CG
22492011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
2250
2251 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
2252
71cc0b74
EZ
22532011-12-05 Eli Zaretskii <eliz@gnu.org>
2254
2255 * descr-text.el (describe-char): Fix display of strong
2256 right-to-left characters and directional embeddings and overrides.
2257
2258 * simple.el (what-cursor-position): Fix display of codepoints of
2259 strong right-to-left characters.
2260
315bc30d
CY
22612011-12-05 Chong Yidong <cyd@gnu.org>
2262
2263 * faces.el (read-color): Doc fix.
2264
58a70b94
GM
22652011-12-05 Glenn Morris <rgm@gnu.org>
2266
2267 * align.el (align--set-marker): Add doc-string.
2268 Don't try to move something that is not a marker. (Bug#10216)
2269
5158face
GM
22702011-12-04 Glenn Morris <rgm@gnu.org>
2271
2272 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
2273 overly zealous deletion of trailing whitespace.
2274
520fca41
JB
22752011-12-04 Juanma Barranquero <lekktu@gmail.com>
2276
2277 * server.el (server-delete-client): On Windows, do not try to delete
2278 the only terminal.
2279 (server-process-filter): On Windows, treat requests for a tty frame as
2280 if they were for a GUI frame if the running server is in GUI mode.
2281
5e605a2e
GM
22822011-12-03 Glenn Morris <rgm@gnu.org>
2283
2284 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
2285
5c3fe83f
SM
22862011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2287
6f5e57e7
SM
2288 * electric.el: Streamline electric-indent's hook.
2289 (electric-indent-chars): Revert to simple list.
2290 (electric-indent-functions): New var.
2291 (electric-indent-post-self-insert-function): Use it.
2292
5c3fe83f
SM
2293 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
2294 there's no inferior buffer (bug#10196).
2295 (prolog-consult-compile): Don't use toggle-read-only.
2296
6bdac736
MA
22972011-12-02 Michael Albinus <michael.albinus@gmx.de>
2298
2299 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
2300 interrupt. (Bug#10187)
2301
6131ba7f
SM
23022011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2303
99c79fee
SM
2304 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
2305 (bug#9160).
2306
6131ba7f
SM
2307 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
2308 (bug#10191).
2309
cb0a02ea
JL
23102011-12-02 Juri Linkov <juri@jurta.org>
2311
2312 * info.el (Info-search): Display "end of manual" when Isearch
2313 reaches the end of single-file Info manual. (Bug#9918)
2314
66e0570c
EZ
23152011-12-02 Eli Zaretskii <eliz@gnu.org>
2316
2317 * isearch.el (isearch-message-prefix): Run the input method part
2318 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
2319
02b16839
JL
23202011-12-02 Juri Linkov <juri@jurta.org>
2321
2322 * isearch.el (isearch-occur): Use `word-search-regexp' for
2323 `isearch-word'.
2324 (isearch-search-and-update): Add condition for `isearch-word' and
2325 call `word-search-regexp'. (Bug#10145)
2326
0b950688
GM
23272011-12-01 Glenn Morris <rgm@gnu.org>
2328
2329 * eshell/em-hist.el (eshell-hist-initialize):
2330 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 2331 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 2332
9505c3c7
SM
23332011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2334
2335 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
2336
1bbe96b2 23372011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 2338
a1beca85
SM
2339 * progmodes/verilog-mode.el (verilog-pretty-expr):
2340 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
2341 verilog, such as += *= and the like.
2342 (verilog-assignment-operator-re): Regular expression to find the
2343 assigment operator in a verilog assignment.
2344 (verilog-assignment-operation-re): Regular expression to find an
2345 assignment statement for pretty-expr.
2346 (verilog-in-attribute-p): Query returns true if point is in an
2347 attribute context; used to skip these for expression line up from
2348 pretty-expr.
2349 (verilog-in-parameter-p): Query returns true if point is in an
2350 parameter definition context; used to skip these for expression
2351 line up from pretty-expr.
2352 (verilog-in-parenthesis-p): Query returns true if point is in a
2353 parenthetical expression, specifically ( ) but not [ ] or { };
2354 used by pretty-expr.
2355 (verilog-just-one-space): If there is no space, don't add one.
2356 (verilog-get-lineup-indent-2): Specifically skip just attribute
2357 contexts for expression lineup, rather than skipping all
2358 parenthetical expressions.
2359 (verilog-calculate-indent): Fix comment, and fix indent.
2360 (verilog-do-indent): Indent declarations in lists (suggested by
2361 Joachim Lechner).
2362 (verilog-mode-abbrev-table): Populate abbrev mode with the various
2363 skeleton items.
2364 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
2365 by Alain Mellan).
2366
1bbe96b2 23672011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
2368
2369 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
2370 parameters with embedded comments. Reported by Ray Stevens.
2371 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
2372 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
2373 Reported by Tim Holt.
2374 (verilog-auto): Fix AUTOing a upper module then AUTOing module
2375 instantiated by upper module causing wrong expansion until AUTOed a
2376 second time. Reported by K C Buckenmaier.
2377 (verilog-diff-auto): Fix showing .* as a difference when
2378 `verilog-auto-star-save' off. Reported by Dan Dever.
2379 (verilog-auto-reset, verilog-read-always-signals)
2380 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
2381 temporary signals in reset list if
2382 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
2383 style to each signal's assignment type, bug381.
2384 Reported by Thomas Esposito.
6288f0ca
WS
2385 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
2386 (verilog-uvm-statement-re): Support UVM indentation and
2387 highlighting, with old OVM keywords only.
a1beca85 2388 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
2389 Support AUTOTIEOFF creating non-wire data types.
2390 Suggested by Jonathan Greenlaw.
6288f0ca
WS
2391 (verilog-auto-insert-lisp, verilog-delete-to-paren)
2392 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
2393 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
2394 (verilog-read-sub-decls, verilog-read-sub-decls-line):
2395 Fix mismatching parenthesis inside commented out code when deleting
382c953b 2396 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
2397 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
2398 non-numeric vector width. Reported by Alex Reed.
2399 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 2400 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
2401 (verilog-auto-delete-trailing-whitespace):
2402 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
2403 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
2404 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
2405 Fix verilog-scan-cache corruption when running user AUTO expansion
2406 hooks that call indentation routines.
2407 (verilog-simplify-range-expression): Fix typo ignoring lower case
2408 identifiers.
2409 (verilog-delete-auto): Fix delete-autos to also remove user created
2410 automatics, as long as they start with AUTO.
2411 (verilog-batch-diff-auto, verilog-diff-auto)
2412 (verilog-diff-function): Add `verilog-diff-auto' and bind to
2413 "C-c?" to report differences in AUTO expansion, ignoring spaces.
2414 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
2415 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
2416 (verilog-re-search-forward-quick, verilog-syntax-ppss):
2417 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
2418 is disabled and its cache will get corrupt, causing AUTOS not to
2419 expand. Instead use only -quick functions.
2420 (verilog-scan-region): Fix scanning over escaped quotes.
2421 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
2422 (verilog-re-search-backward-quick)
2423 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
2424 related functions now ignore strings, to fix misparsing of strings
2425 with magic comments embedded in them.
a1beca85
SM
2426 (verilog-read-auto-template):
2427 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
2428 Reported by Brad Dobbie.
2429 (verilog-read-auto-template):
2430 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 2431 Reported by Brad Dobbie.
6288f0ca
WS
2432 (verilog-auto-inst, verilog-auto-inst-param)
2433 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
2434 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
2435 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
2436 debugging templates without merge conflicts, bug357.
2437 Reported by Brad Dobbie.
2438 (verilog-read-auto-template):
2439 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
2440 Reported by Brad Dobbie.
2441 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
2442 abbrevs so user won't be asked to save.
2443 (verilog-read-auto-lisp-present): Fix to start at beginning of
2444 buffer in case called outside of verilog-auto.
2445 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
2446 to "X-2". Reported by Matthew Myers.
2447 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
2448 all inputs from module templates. Reported by Leith Johnson.
2449 (verilog-module-inside-filename-p): Fix locating programs as with
2450 modules.
2451 (verilog-auto-inst-port): Fix vl-width expressions when using
2452 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
2453 (verilog-decls-get-regs, verilog-decls-get-signals,
2454 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
2455 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
2456 verilog-read-decls): Combine reg and wire structures into one var
2457 structure to represent SystemVerilog concepts.
2458 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
2459 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
2460 (verilog-auto-wire-type, verilog-insert-definition):
2461 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
2462 SystemVerilog "logic" keyword instead of "wire"/"reg".
2463 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
2464 to declares outputs that also have assignments (presumably in an
a1beca85
SM
2465 ifdef or generate if so there's not a driver conflict).
2466 Reported by Matthew Myers.
2467 (verilog-auto-declare-nettype, verilog-insert-definition):
2468 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
2469 `default_nettype none. Reported by Julian Gorfajn.
2470 (verilog-read-always-signals-recurse, verilog-read-decls)
2471 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
2472 malformed end statement, bug325. Reported by Joshua Wise and
2473 Andrew Drake.
2474 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
2475 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
2476 when expanding .* in interfaces, bug320.
2477 Reported by Pierre-David Pfister.
6288f0ca 2478 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
2479 name and open parenthesis, bug317.
2480 Reported by Pierre-David Pfister.
6288f0ca
WS
2481 (verilog-simplify-range-expression): Fix simplification of
2482 multiplications inside AUTOWIRE connections, bug303.
2483 (verilog-auto-inst-port): Support parameter expansion in
2484 multidimensional arrays.
2485 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
2486 after "assert property". Reported by Julian Gorfajn.
2487 (verilog-simplify-range-expression): Fix "couldn't merge" errors
2488 with multiplication, bug303.
2489 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
2490 Reported by Jan Frode Lonnum.
2491
1bbe96b2
GM
24922011-11-30 Juanma Barranquero <lekktu@gmail.com>
2493
2494 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
2495 (hfy-shell-file-name, hfy-shell):
2496 * international/fontset.el (x-decompose-font-name): Fix typos.
2497
24982011-11-29 Ken Brown <kbrown@cornell.edu>
2499
2500 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
2501 (gdb-version): Remove defvar.
2502 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
2503 (gdb-gud-context-command, gdb-non-stop-handler)
2504 (gdb-current-context-command, gdb-stopped): Use it.
2505 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
2506 (gdb-non-stop-handler): Don't enable pretty-printing here.
2507 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
2508 non-stop mode. Use the following.
2509 (gdb-check-target-async): New defun.
2510 (gud-watch, gdb-stopped): Fix whitespace.
2511 (gdb-get-source-file): Don't try to display the source file if
2512 `gdb-main-file' is nil.
2513
25142011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
2515
2516 * align.el: Try to generate fewer markers (bug#10047).
2517 (align--set-marker): New macro.
2518 (align-region): Use it.
2519
c935221f
SM
25202011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
2521
2522 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
2523
e70b5064
CY
25242011-11-29 Chong Yidong <cyd@gnu.org>
2525
2526 * indent.el (indent-for-tab-command, indent-according-to-mode):
2527 Doc fix.
2528 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
2529
f3af92b7
MA
25302011-11-29 Michael Albinus <michael.albinus@gmx.de>
2531
2532 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
2533 aware of remote file names. (Bug#10124)
2534
ed472be9
CY
25352011-11-29 Chong Yidong <cyd@gnu.org>
2536
2537 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
2538
24510c22
SM
25392011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2540
2541 * files.el (find-file): Don't use force-same-window (bug#10144).
2542 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
2543 use pop-to-buffer if the selected window can't be used.
2544 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
2545
c60c3703
EZ
25462011-11-28 Eli Zaretskii <eliz@gnu.org>
2547
2548 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
2549 special-mode-map.
2550
e95def75
CY
25512011-11-28 Chong Yidong <cyd@gnu.org>
2552
2553 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
2554
c3f1c606
NR
25552011-11-27 Nick Roberts <nickrob@snap.net.nz>
2556
2557 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
2558 gdb-get-source-file-list on gdb-create-source-file-list.
2559
00db469c
EZ
25602011-11-26 Eli Zaretskii <eliz@gnu.org>
2561
2562 * whitespace.el (whitespace-newline): Use a different foreground
2563 color for 16-color light-background displays.
2564
4ad3bc2a
CY
25652011-11-24 Chong Yidong <cyd@gnu.org>
2566
2567 * window.el (display-buffer--special-action): Doc fix.
2568
e9fce1ac
JB
25692011-11-25 Juanma Barranquero <lekktu@gmail.com>
2570
2571 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
2572 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
2573 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
2574 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
2575 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
2576 (avl-tree-stack-first):
2577 * emacs-lisp/cconv.el (cconv--analyse-use):
2578 * net/gnutls.el (gnutls-negotiate): Fix typos.
2579
cb825e5d
GM
25802011-11-24 Glenn Morris <rgm@gnu.org>
2581
3adbe224
GM
2582 * lpr.el (lpr-windows-system, lpr-lp-system):
2583 * mail/binhex.el (binhex-begin-line):
2584 * progmodes/grep.el (grep-history, grep-find-history):
2585 * textmodes/flyspell.el:
2586 * vc/pcvs-defs.el (cvs-global-menu):
2587 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
2588 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
2589 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
2590
321decc8
GM
2591 * net/tls.el: Fix case of "GnuTLS".
2592
420b63ad
GM
2593 * paths.el (rmail-file-name): Format doc-string for make-docfile.
2594
cb825e5d
GM
2595 * version.el (emacs-build-system): Give it a doc-string.
2596
a0649f08
JL
25972011-11-24 Juri Linkov <juri@jurta.org>
2598
2599 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
2600
c0bc0fd4
GM
26012011-11-24 Glenn Morris <rgm@gnu.org>
2602
2603 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
2604 if called on a non-mime message just toggle the headers. (Bug#8006)
2605
20db1522
JB
26062011-11-24 Juanma Barranquero <lekktu@gmail.com>
2607
2608 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
2609 (allout-lead-with-comment-string, allout-structure-deleted-hook)
2610 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
2611 (allout-rebullet-heading, allout-open-sibtopic)
2612 (allout-toggle-current-subtree-encryption)
2613 (allout-toggle-subtree-encryption, allout-encrypt-string)
2614 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
2615 (allout-distinctive-bullets-string, allout-auto-activation):
2616 * window.el (window-normalize-buffer-to-display):
2617 * progmodes/verilog-mode.el (verilog-batch-indent):
2618 * textmodes/bibtex.el (bibtex-field-braces-opt)
2619 (bibtex-field-strings-opt):
2620 * vc/cvs-status.el (cvs-tree-merge):
2621 Fix typos.
2622
7262a87c
MA
26232011-11-23 Michael Albinus <michael.albinus@gmx.de>
2624
2625 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
2626 `non-essential' to t, in order to avoid remote connections.
2627
283430a1
EZ
26282011-11-23 Eli Zaretskii <eliz@gnu.org>
2629
a1beca85
SM
2630 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2631 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
2632 case-insensitively.
2633
d2992a38
ML
26342011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
2635
2636 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
2637
50419064
GM
26382011-11-23 Glenn Morris <rgm@gnu.org>
2639
da94eca1
GM
2640 * paths.el (rmail-file-name): Reformat the doc-string so that it
2641 is picked up.
2642
9aac4de2
GM
2643 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
2644 (rmail-auto-file): Ignore case in the "special" field names,
2645 as mail-fetch-field does for all others.
2646
8038d2d2
GM
2647 * mail/rmail.el (rmail-forward):
2648 * mail/rmailkwd.el (rmail-set-label):
2649 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
2650 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
2651
f3fe222a
GM
2652 * mail/rmail.el (rmail-current-message): Doc fix.
2653
50419064
GM
2654 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
2655
28109f49
SM
26562011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
2657
2658 * server.el (server-eval-and-print): Allow C-g (bug#6585).
2659
394c65f1
GM
26602011-11-22 Glenn Morris <rgm@gnu.org>
2661
2662 * mail/rmailmm.el (test-rmail-mime-handler)
2663 (test-rmail-mime-bulk-handler)
2664 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
2665
f2a0aa3a
JL
26662011-11-21 Juri Linkov <juri@jurta.org>
2667
1154d12e
JB
2668 * calc/calc.el (calc-read-key-sequence):
2669 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 2670
9c34a344
LMI
26712011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2672
2673 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
2674 Tell the caller that the next line needs recomputation, even
2675 though it doesn't start a sexp (bug#10094).
2676
f04a3be9
SM
26772011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2678
2679 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
2680
7978747f
SM
26812011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2682
f04a3be9
SM
2683 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
2684 Use force-same-window.
7978747f 2685
fe7a3057
JB
26862011-11-20 Juanma Barranquero <lekktu@gmail.com>
2687
2688 * descr-text.el (describe-char-unicode-data):
2689 * json.el (json-string-escape):
2690 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
2691 (Footnote-unicode, Footnote-style-p):
2692 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
2693
24901d61
CY
26942011-11-20 Chong Yidong <cyd@gnu.org>
2695
2696 * window.el (replace-buffer-in-windows): Restore interactive spec.
2697
bac7ff22
SM
26982011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2699
24f3d7b9
SM
2700 * electric.el (electric-indent-mode): Fix last change (too optimistic).
2701
bac7ff22
SM
2702 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
2703 (byte-compile-global-not-obsolete-vars): New var.
2704 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
2705 Use it.
2706 (byte-compile-warn-obsolete): Align text with the one in *Help*.
2707
cd1181db
JB
27082011-11-20 Juanma Barranquero <lekktu@gmail.com>
2709
2710 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
2711 * progmodes/pascal.el (electric-pascal-equal):
2712 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
2713 * xml.el (xml-substitute-special): Fix typos.
2714
7fb18e9e
GM
27152011-11-20 Glenn Morris <rgm@gnu.org>
2716
2717 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
2718 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
2719 Doc fixes.
2720 (rmail-decode-mime-charset): Mark as obsolete.
2721
2722 * mail/rmailsum.el (rmail-message-regexp-p-1):
2723 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
2724 Before using mime functions, check they are set. (Bug#10077)
2725
d5a6b3ba
JL
27262011-11-19 Juri Linkov <juri@jurta.org>
2727
2728 * info.el (Info-finder-find-node): Use `package--builtins' instead
2729 of `package-alist'. Use node names formed by the pattern "Keyword "
2730 and the keyword name.
2731
e981b61f
AS
27322011-11-19 Andreas Schwab <schwab@linux-m68k.org>
2733
1d00653d 2734 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 2735
3ffbc301
JL
27362011-11-19 Juri Linkov <juri@jurta.org>
2737
2738 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
2739 that calls `revert-buffer' on all Info buffers. (Bug#9915)
2740 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
2741 `old-history', `old-history-forward'. Add let-binding
2742 `window-selected'. Remove calls to `kill-buffer',
2743 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
2744 before calling `Info-find-node', so `Info-find-node-2' will reread
2745 the Info file. Restore window positions only when `window-selected'
2746 is non-nil.
2747
30c62133
JL
27482011-11-19 Juri Linkov <juri@jurta.org>
2749
2750 * isearch.el (isearch-lazy-highlight-new-loop):
2751 Remove condition `(not isearch-error)'. (Bug#9918)
2752
2753 * misearch.el (multi-isearch-search-fun): Add condition
2754 `(not bound)' to ignore lazy-highlighting search.
2755 Add the search-failed message "end of multi" when the end of
2756 multi-sequence is reached. Uncapitalize the search-failed
2757 message "Repeat for next buffer".
2758
2759 * info.el (Info-search): Add the search-failed message
2760 "end of the manual" when the end of the manual is reached
2761 in Isearch mode.
2762
645ca9cf
JL
27632011-11-19 Juri Linkov <juri@jurta.org>
2764
2765 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
2766 Use non-destructive `remove' instead of `delete' because
2767 `Info-history-list' stored to `Info-isearch-initial-history-list' in
2768 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
2769
df754f66
JL
27702011-11-19 Juri Linkov <juri@jurta.org>
2771
2772 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
2773 to nil instead of binding `search-ring' and `regexp-search-ring'.
2774 (Bug#9185)
2775
0e23d96a
EZ
27762011-11-19 Eli Zaretskii <eliz@gnu.org>
2777
2778 * simple.el (line-move): Force movement by logical lines for any
2779 hscrolled window, not only when auto-hscroll-mode is on.
2780 (line-move-visual): Update doc string to that effect. (Bug#10076)
2781
8a6ccb66
AS
27822011-11-19 Andreas Schwab <schwab@linux-m68k.org>
2783
2784 * language/european.el (macintosh): Define as alias for mac-roman.
2785
49ae5b39
EZ
27862011-11-19 Eli Zaretskii <eliz@gnu.org>
2787
2788 * mail/rmailmm.el (rmail-mime-display-header)
2789 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
2790 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
2791 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
2792 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
2793 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
2794 of a raw aref.
2795 (rmail-mime-entity-segment): To get past the tagline, move forward
2796 2 more lines, to account for the 2 empty lines that precede and
2797 follow the line with the buttons.
2798 (rmail-mime-update-tagline): Move one more line, to get past the
2799 empty line that follows the buttons in the tagline. (Bug#9520)
2800
c56cad4a
MR
28012011-11-19 Martin Rudalics <rudalics@gmx.at>
2802
2803 * window.el (window-max-delta-1, window-min-delta-1)
2804 (window-min-size-1, window-state-get-1, window-state-put-1)
2805 (window-state-put-2): Use "window--" prefix.
2806
cbe71af3
SM
28072011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
2808
2ad52c60
SM
2809 * emacs-lisp/smie.el: Improve warnings and conflict detection.
2810 (smie-warning-count): New var.
2811 (smie-set-prec2tab): Use it.
2812 (smie-bnf->prec2): Improve warnings. Add docstring.
2813 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
2814 (smie-bnf--set-class): New function.
2815 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
2816 corner case.
2817
6944dbc1
SM
2818 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
2819 (compilation-error-properties, compilation-move-to-column):
2820 Handle compilation-first-column while in the target buffer.
2821
c400c4d7
SM
2822 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
2823 Don't hardcode point-min==1.
2824
6dbe3e96
SM
2825 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
2826 (eshell-rewrite-for-command): Remove workaround.
2827 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
2828 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
2829 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
2830
cbe71af3
SM
2831 * files-x.el (modify-file-local-variable): Obey commenting conventions.
2832
a8e1496d
GM
28332011-11-17 Glenn Morris <rgm@gnu.org>
2834
2835 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2836 Ignore buffer-local generated-autoload-file if it is the same
2837 as the global value. (Bug#10049)
2838
df85d315
JB
28392011-11-17 Juanma Barranquero <lekktu@gmail.com>
2840
2841 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
2842 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
2843 (reftex-toc-previous-heading, reftex-toc-max-level)
2844 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
2845 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
2846 (reftex-toc-do-promote, reftex-toc-promote-prepare)
2847 (reftex-toc-promote-action, reftex-toc-extract-section-number)
2848 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
2849 (reftex-toc-rename-label, reftex-toc-visit-location)
2850 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
2851 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
2852 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
2853 leaving "*toc*" only for references to the buffer.
2854
a0c2d0ae
MR
28552011-11-17 Martin Rudalics <rudalics@gmx.at>
2856
2857 * window.el (window-resize, delete-window, split-window):
2858 Replace window-splits by window-combination-resize.
1d00653d 2859 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 2860
35c0bac8
GM
28612011-11-17 Glenn Morris <rgm@gnu.org>
2862
2863 * progmodes/sh-script.el (sh-font-lock-keywords-var):
2864 Make bash entry derive from sh entry, not shell entry.
2865
d0c8fc8a
MA
28662011-11-16 Michael Albinus <michael.albinus@gmx.de>
2867
d0c8fc8a
MA
2868 * net/tramp-cache.el (tramp-flush-file-property): Flush also
2869 properties of linked files. (Bug#9879)
2870
7262a87c
MA
2871 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
2872 local file name.
2873
7877f373
JB
28742011-11-16 Juanma Barranquero <lekktu@gmail.com>
2875
2876 * menu-bar.el (menu-bar-file-menu):
2877 * printing.el (pr-ps-utility):
2878 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
2879 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
2880 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
2881 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
2882 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
2883 (icalendar--convert-cyclic-to-ical)
2884 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
2885 (icalendar--convert-ical-to-diary)
2886 (icalendar--convert-recurring-to-diary)
2887 (icalendar--convert-non-recurring-all-day-to-diary)
2888 (icalendar-import-format-sample):
2889 * progmodes/idlw-shell.el (idlwave-shell-mode):
2890 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
2891 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
2892 (vhdl-ps-print-init): Fix typos.
2893
10649b82
KM
28942011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
2895
9d0cfcd6
GM
2896 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
2897 FSF and collapse date sequence, obscure author/maintainer email address
2898 better, remove extra version line, track relocation of author's webpage.
10649b82 2899
9d0cfcd6
GM
2900 * progmodes/python.el (python-pdbtrack-input-prompt)
2901 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
2902 regular python pdb prompts. Adjustments shamelessly taken exactly as
2903 suggested in EmacsWiki page (tiny change):
2904 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 2905
58179cce
JB
29062011-11-16 Juanma Barranquero <lekktu@gmail.com>
2907
2908 * expand.el (expand-pos, expand-index, expand-point):
2909 Remove redundant info from docstring.
2910 (expand-add-abbrevs): Doc fix.
2911 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
2912 (expand-sample-perl-mode-expand-list): Fix typos.
2913
2914 * net/dbus.el (dbus-event-member-name):
2915 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
2916 * term/pc-win.el (msdos-create-frame-with-faces):
2917 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
2918
b6f67890
MR
29192011-11-16 Martin Rudalics <rudalics@gmx.at>
2920
2921 * window.el (split-window, window-state-get-1)
2922 (window-state-put-1, window-state-put-2): Rename occurrences of
2923 window-nest to window-combination-limit.
1d00653d 2924 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 2925
ce7ddba0
CY
29262011-11-16 Chong Yidong <cyd@gnu.org>
2927
2928 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
2929 regexp (Bug#10033).
2930
3ae704f4
SM
29312011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2932
2933 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
2934 `completing-read' will remove *Completions* and will preserve
2935 current-buffer for us.
2936 (tmm-add-prompt): Users of *Completions* will always (re)set its
2937 major mode.
2938 (tmm-old-comp-map): Remove.
2939
6ad1cdde
GM
29402011-11-16 Glenn Morris <rgm@gnu.org>
2941
2942 * mail/rmailedit.el: Require rmailmm when compiling.
2943 (rmail-old-mime-state): New declaration.
2944 (rmail-edit-current-message): If editing a mime message,
2945 edit the "raw" message from the mbox buffer.
2946 (rmail-cease-edit): Handle mime messages. (Bug#9840)
2947
d20faa20
GM
29482011-11-15 Glenn Morris <rgm@gnu.org>
2949
2950 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
2951 which wasn't being used. Add optional arg to force given state.
2952 (rmail-mime): Add optional arg to force given state.
2953
c7015153
JB
29542011-11-15 Juanma Barranquero <lekktu@gmail.com>
2955
2956 * allout.el (allout-encryption-plaintext-sanitization-regexps):
2957 * frame.el (display-mm-dimensions-alist):
2958 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
2959 (outline-move-subtree-down):
2960 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
2961 (newsticker--treeview-do-get-node):
2962 * net/quickurl.el (quickurl-list-buffer-name):
2963 * progmodes/dcl-mode.el (dcl-mode):
2964 * progmodes/gdb-mi.el (gdb-mapcar*):
2965 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
2966
45261b50
GM
29672011-11-15 Glenn Morris <rgm@gnu.org>
2968
2969 * mail/rmail.el (rmail-file-coding-system): It's only ever used
2970 in a boolean sense, so just make it a boolean, and fix the doc.
2971 (rmail-show-mime-function, rmail-mime-feature)
2972 (rmail-require-mime-maybe): Doc fixes.
2973 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
2974
2975 * mail/rmailmm.el (rmail-show-mime): Doc fix.
2976
0d26e0b6
JB
29772011-11-15 Juanma Barranquero <lekktu@gmail.com>
2978
2979 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
2980 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
2981 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
2982 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
2983
447f30f6
GM
29842011-11-15 Glenn Morris <rgm@gnu.org>
2985
672b871d
GM
2986 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
2987 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
2988 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
2989 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
2990 (rmail-mime, rmail-show-mime): Doc fixes.
2991
f6aa5bb1
GM
2992 * term/ns-win.el (mode-line-frame-identification):
2993 Leave it alone. (Bug#10051)
2994
947cd66b
GM
2995 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
2996
447f30f6
GM
2997 * mail/rmailout.el (rmail-output-to-rmail-buffer):
2998 Handle empty buffers. (Bug#9978)
2999
0b381c7e
JB
30002011-11-14 Juanma Barranquero <lekktu@gmail.com>
3001
3002 * international/mule.el (define-charset):
3003 * mail/rmailmm.el (rmail-mime-find-header-encoding):
3004 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
3005 * progmodes/verilog-mode.el (verilog-backward-token):
3006 * textmodes/ispell.el (lookup-words):
3007 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
3008
71e027ac
GM
30092011-11-14 Glenn Morris <rgm@gnu.org>
3010
56632ce4
GM
3011 * progmodes/executable.el
3012 (executable-make-buffer-file-executable-if-script-p):
3013 Handle file-modes returning nil.
3014
40500957
GM
3015 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
3016 message - not necessary, and causes problems. (Bug#9831)
3017
071c2340
GM
3018 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
3019
d3cfca60
GM
3020 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
3021
71e027ac
GM
3022 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
3023 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
3024 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
3025
89d61221
MR
30262011-11-12 Martin Rudalics <rudalics@gmx.at>
3027
3028 * window.el (window-resize, delete-window): Use window-splits
3029 variable instead of function.
3030 (window-state-get-1, window-state-put-2, window-state-put):
3031 Don't deal with windows' splits status.
3032
98282f6f
GM
30332011-11-12 Glenn Morris <rgm@gnu.org>
3034
3035 * apropos.el (apropos-do-all, apropos-library, apropos-value)
3036 (apropos-documentation): Doc fixes.
3037
40a8bdf6
JB
30382011-11-11 Juanma Barranquero <lekktu@gmail.com>
3039
3040 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
3041 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
3042
65bd19ff
SM
30432011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
3044
3045 * electric.el (electric-indent-post-self-insert-function): Make it
3046 possible for a char to only indent in some circumstances.
3047 (electric-indent-mode): Simplify.
3048
54f9154c
MR
30492011-11-11 Martin Rudalics <rudalics@gmx.at>
3050
3051 * window.el (windows-with-parameter): Remove unused function.
3052 (windows-at-side): Rename to window-at-side-list.
3053 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
3054 (window-side-check, window-size-ignore, window-size-fixed-1)
3055 (window-in-direction-2): Prefix with "window--".
3056 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 3057
68cbc58b
GM
30582011-11-11 Glenn Morris <rgm@gnu.org>
3059
3060 * subr.el (eval-after-load): If FILE is already loaded,
3061 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
3062
b2621720
GM
30632011-11-10 Glenn Morris <rgm@gnu.org>
3064
9a4de110
GM
3065 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
3066 Call svn via vc-svn-command rather than vc-do-command.
3067 (vc-svn-command): Add --non-interactive. (Bug#9993)
3068 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
3069
b2621720
GM
3070 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3071 Add toggle-read-only. (Bug#7292)
3072 * files.el (toggle-read-only): Mention that it should only
3073 be used interactively. (Bug#10006)
3074
1dce7193
SM
30752011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3076
d9ac1a1e
SM
3077 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3078 Adjust regexp for OCaml warnings.
3079
0c325082
SM
3080 * electric.el (electric-pair-post-self-insert-function): Let user
3081 turn it off buffer-locally (bug#9932).
3082
90132c14
SM
3083 * progmodes/python.el (python-beginning-of-statement):
3084 Rewrite (bug#2703).
3085
1dce7193
SM
3086 * progmodes/compile.el: Better handle TABs (bug#9749).
3087 (compilation-internal-error-properties)
3088 (compilation-next-error-function): Obey the target buffer's
3089 compilation-error-screen-columns.
3090
c4e7c63a
JB
30912011-11-09 Juanma Barranquero <lekktu@gmail.com>
3092
3093 * progmodes/meta-mode.el: Remove obsolete comments.
3094 (meta-right-comment-regexp, meta-ignore-comment-regexp):
3095 Fix typos in docstrings.
3096
2cffd681
MR
30972011-11-09 Martin Rudalics <rudalics@gmx.at>
3098
3099 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 3100 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
3101 (window--resizable): New function. Make all callers of
3102 window-resizable call window--resizable instead.
3103 (window-resizable): Rewrite in terms of window--resizable.
3104
0edcba87
GM
31052011-11-08 Glenn Morris <rgm@gnu.org>
3106
3107 * progmodes/delphi.el (delphi-mode-syntax-table):
3108 Let define-derived-mode define a proper syntax table. (Bug#9994)
3109
4b0d61e3
SM
31102011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3111
3112 * window.el: Stay away from defsubst.
3113 (window-list-no-nils): Remove.
3114 (window-state-get-1, window-state-get): Use backquote instead.
3115
cd394be1 31162011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 3117
4b0d61e3 3118 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 3119 Fix incorrect use of default argument in `completing-read'.
3120
e1c2c6f2
MR
31212011-11-08 Martin Rudalics <rudalics@gmx.at>
3122
3123 * window.el (display-buffer-function, special-display-function):
3124 Mention display-buffer-record-window but do not mention
3125 help-setup parameter in doc-strings.
b3f4a882 3126 (window-min-delta): Fix doc-string typo.
e1c2c6f2 3127
105216ed
CY
31282011-11-08 Chong Yidong <cyd@gnu.org>
3129
3130 * window.el (window-total-height, window-total-width): Doc fix.
3131 (window-body-size): Move from C.
3132 (window-body-height, window-body-width): Move to C.
3133
0a9f9ab5
SM
31342011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3135
3136 * window.el: Make special-display like display-buffer-alist (bug#9532).
3137 (display-buffer--special-action): New function, morphed
3138 from display-buffer--special.
3139 (display-buffer): Use it to handle special-display-buffers at higher
3140 priority (just after display-buffer-alist).
3141 (display-buffer-fallback-action, display-buffer--other-frame-action)
3142 (pop-to-buffer-same-window): Remove display-buffer--special.
3143
a769dd15
GM
31442011-11-07 Glenn Morris <rgm@gnu.org>
3145
3146 * calendar/cal-menu.el (cal-menu-set-date-title):
3147 Do nothing if not in a calendar. (Bug#9976)
3148
05a61ee3
SM
31492011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
3150
3151 * files.el (find-file): Always use selected-window.
3152
be7f5545
MR
31532011-11-07 Martin Rudalics <rudalics@gmx.at>
3154
3155 * window.el (window-combinations): Make WINDOW argument
3156 mandatory. Rewrite doc-string.
3157 (walk-window-subtree, window-atom-check, window-min-delta)
3158 (window-max-delta, window--resize-this-window)
3159 (window--resize-root-window-vertically, window-tree)
3160 (balance-windows, window-state-put): Rewrite doc-strings as to
3161 not mention the term "subwindow".
3162 (window--resize-subwindows-skip-p): Rename to
3163 window--resize-child-windows-skip-p.
3164 (window--resize-subwindows-normal): Rename to
3165 window--resize-child-windows-normal.
3166 (window--resize-subwindows): Rename to
3167 window--resize-child-windows.
3168 (window-or-subwindow-p): Rename to window--in-subtree-p.
3169
3c6702ef
ML
31702011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3171
3172 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
3173 Ensure that mbox format messages end in two newlines (Bug#9974).
3174
49745b39
CY
31752011-11-06 Chong Yidong <cyd@gnu.org>
3176
3177 * window.el (window-combination-p): Function deleted; its
3178 side-effect is not used in any existing code.
3179 (window-combinations, window-combined-p): Call window-*-child
3180 directly.
3181
24300f5f
CY
31822011-11-05 Chong Yidong <cyd@gnu.org>
3183
3184 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
3185 (window-size-ignore, window-state-get): Callers changed.
3186 (window-normalize-window): Rename from window-normalize-any-window.
3187 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 3188 (window-normalize-live-window): Delete.
447f16b8
CY
3189 (window-combination-p, window-combined-p, window-combinations)
3190 (walk-window-subtree, window-atom-root, window-min-size)
3191 (window-sizable, window-sizable-p, window-size-fixed-p)
3192 (window-min-delta, window-max-delta, window-resizable)
3193 (window-resizable-p, window-full-height-p, window-full-width-p)
3194 (window-current-scroll-bars, window-point-1, set-window-point-1)
3195 (window-at-side-p, window-in-direction, window-resize)
3196 (adjust-window-trailing-edge, maximize-window, minimize-window)
3197 (window-deletable-p, delete-window, delete-other-windows)
3198 (record-window-buffer, unrecord-window-buffer)
3199 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
3200 (quit-window, split-window, window-state-put)
3201 (set-window-text-height, fit-window-to-buffer)
3202 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 3203
89bd5ee1
EZ
32042011-11-04 Eli Zaretskii <eliz@gnu.org>
3205
53479029
EZ
3206 * mail/rmail.el (rmail-simplified-subject): Decode subject with
3207 rfc2047-decode-string.
3208 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
3209 warnings.
3210
89bd5ee1
EZ
3211 * window.el (window-body-height, window-body-width): Mention in
3212 the doc string that the return values are in frame's canonical
3213 units. (Bug#9949)
3214
bd17fdee
AM
32152011-11-03 Alan Mackenzie <acm@muc.de>
3216
3217 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
3218 change in cc-engine.el.
3219
acc825c5
SM
32202011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
3221
3222 * window.el (switch-to-buffer): Use `force-same-window' interactively.
3223
1885e5b8
MR
32242011-11-02 Martin Rudalics <rudalics@gmx.at>
3225
3226 * window.el (quit-window): Call unrecord-window-buffer after
3227 showing another buffer in the window. (Bug#9937)
acc825c5 3228 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 3229
ebe06da9
JB
32302011-11-02 Juanma Barranquero <lekktu@gmail.com>
3231
3232 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
3233 Accept status with more than 9 shelves. (Bug#9935)
3234 Reported by Colin D Bennett <colin@gibibit.com>.
3235
4ee88440
MR
32362011-11-01 Martin Rudalics <rudalics@gmx.at>
3237
3238 * help.el (with-help-window): Don't reference
3239 temp-buffer-show-specifiers in doc-string.
3240
08e1d82c
AS
32412011-10-31 Andreas Schwab <schwab@linux-m68k.org>
3242
3243 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
3244 menu-item.
3245
84bd6e9e
VJL
32462011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3247
3248 * whitespace.el: New version 13.2.2.
3249 (whitespace-newline-mode): Disable properly. Reported by Sarah
3250 <EmacsWiki>.
3251
dba0634a
UJ
32522011-10-30 Ulf Jasper <ulf.jasper@web.de>
3253
3254 * net/newst-treeview.el: Remove "Time-stamp".
3255 (newsticker--group-manage-orphan-feeds): Do not call
3256 newsticker--treeview-tree-update.
db22a3c2
JB
3257 (newsticker-treeview-update, newsticker-treeview):
3258 Call newsticker--treeview-tree-update if necessary.
dba0634a 3259
3d8daefe
MR
32602011-10-30 Martin Rudalics <rudalics@gmx.at>
3261
3262 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
3263 (window-iso-combinations): Remove "iso-" infix.
3264 Suggested by Chong Yidong.
3d8daefe
MR
3265 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
3266 (window-max-delta-1, window-resize, window--resize-siblings)
3267 (window--resize-this-window, adjust-window-trailing-edge)
3268 (split-window, balance-windows-1)
3269 (shrink-window-if-larger-than-buffer):
3270 * calendar/calendar.el (calendar-generate-window):
db22a3c2 3271 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 3272
1bc4c3ae
SM
32732011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3274
3275 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
3276 in place (bug#9907).
3277 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
3278 (eshell-rewrite-if-command, eshell-rewrite-for-command)
3279 (eshell-structure-basic-command, eshell-rewrite-while-command)
3280 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
3281 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
3282 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
3283 (eshell-do-pipelines-synchronously, eshell-eval-command):
3284 Use backquotes and prefer setq to set.
3285 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
3286 (eshell-macrop): Use functionp.
c1e2f5fa 3287 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 3288
30b65d9c
CY
32892011-10-30 Chong Yidong <cyd@gnu.org>
3290
3291 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
3292 instead of set-mark (Bug#9810).
3293
2d197ffb
CY
32942011-10-30 Chong Yidong <cyd@gnu.org>
3295
3296 * window.el (split-window-below, split-window-right): Rename from
3297 split-window-above-each-other and split-window-side-by-side
3298 respectively. All callers changed.
3299 (split-window-sensibly, split-window-sensibly): Use them.
3300 (split-window-keep-point): Doc fix.
3301
3302 * isearch.el: Add isearch-scroll property to split-window-below
3303 and split-window-right.
3304
3305 * follow.el (follow-mode):
3306 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
3307 * progmodes/ada-xref.el (ada-gdb-application):
3308 * emulation/vip.el (vip-buffer-in-two-windows):
3309 * image-dired.el (image-dired-dired-with-window-configuration):
3310 * dired-x.el (dired-do-find-marked-files):
3311 * dired.el (dired-pop-to-buffer):
3312 * bs.el (bs--show-with-configuration):
3313 * vc/emerge.el (emerge-setup-windows):
3314 * textmodes/two-column.el (2C-two-columns):
3315 * textmodes/reftex-toc.el (reftex-toc):
3316 * progmodes/gdb-mi.el (gdb-setup-windows):
3317 * progmodes/fortran.el (fortran-window-create):
3318 * net/newst-treeview.el (newsticker--treeview-window-init):
3319 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
3320 * emulation/tpu-edt.el (tpu-gold-map):
3321 * emulation/crisp.el (crisp-mode-map):
3322 * calendar/calendar.el (calendar-basic-setup): Callers changed.
3323
38bb2ca8
CY
33242011-10-29 Chong Yidong <cyd@gnu.org>
3325
aa4de341
CY
3326 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
3327
e1eb5385
CY
3328 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
3329
5d2ece3c
CY
3330 * textmodes/flyspell.el (flyspell-word): Fix char offset for
3331 forged Ispell output (Bug#7904).
3332
38bb2ca8
CY
3333 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
3334
d0af9f77
SM
33352011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3336
3337 * doc-view.el: Avoid ugly errors about not finding nil.
3338 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
3339 (doc-view-dvipdf-program, doc-view-unoconv-program)
3340 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
3341 Avoid nil or absolute file name as default value.
3342 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
3343
52bedd34
AM
33442011-10-28 Alan Mackenzie <acm@muc.de>
3345
db22a3c2 3346 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 3347
7e43cfa5
AM
33482011-10-28 Alan Mackenzie <acm@muc.de>
3349
3350 Amend the handling of c-beginning/end-of-defun in nested declaration
3351 scopes.
3352
52bedd34
AM
3353 * progmodes/cc-vars.el (c-defun-tactic): Move here from
3354 cc-langs.el. Change it to a defcustom.
7e43cfa5 3355
52bedd34
AM
3356 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
3357 cc-vars.el.
7e43cfa5 3358
d0af9f77
SM
3359 * progmodes/cc-engine.el (c-beginning-of-statement-1):
3360 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 3361
52bedd34 3362 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 3363 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
3364 (c-widen-to-enclosing-decl-scope): New function.
3365 (c-while-widening-to-decl-block): New macro.
3366 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
3367 outward for defun boundaries, and correspondingly change symbol
3368 `respect-enclosure' to `go-outward'.
3369 (c-declaration-limits): Change algorithm to report only the "innermost"
3370 defun's boundaries.
3371
1a2ce9ee
DD
33722011-10-28 Deniz Dogan <deniz@dogan.se>
3373
3374 * net/rcirc.el (rcirc-mode): Use hard newlines.
3375
bc97a826
AM
33762011-10-28 Alan Mackenzie <acm@muc.de>
3377
3378 Amend to indent and fontify macros "which include their own semicolon"
3379 correctly, using the "virtual semicolon" mechanism.
3380
52bedd34 3381 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 3382
d0af9f77 3383 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 3384 Recode to scan one line at a time rather than having \n and \r
58179cce 3385 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 3386 (c-forward-label): Amend for virtual semicolons.
58179cce 3387 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 3388
52bedd34
AM
3389 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
3390 of the new C macros.
bc97a826 3391
52bedd34 3392 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
3393 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
3394 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
3395 (c-opt-cpp-macro-define): Make into a full language variable.
3396 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
3397 AWK Mode (including \n, \r) removed, no longer needed.
3398
d0af9f77
SM
3399 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
3400 Invoke c-make-macro-with-semi-re.
bc97a826 3401
52bedd34
AM
3402 * progmodes/cc-vars.el (c-macro-with-semi-re):
3403 (c-macro-names-with-semicolon): New variables.
58179cce 3404 (c-make-macro-with-semi-re): New function.
bc97a826 3405
7a6c0941
SM
34062011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3407
3408 * vc/log-edit.el: Fill empty field rather than adding new one.
3409 (log-edit-add-field): New function.
3410 (log-edit-insert-changelog): Use it.
3411
b0c4cdcf
ML
34122011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3413
3414 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
3415
ee1f1da9
SM
34162011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3417
3418 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
3419 (gdb--check-interpreter): New function.
3420 (gdb): Use it.
3421
51bc5f8b
GM
34222011-10-27 Glenn Morris <rgm@gnu.org>
3423
416a2c45
GM
3424 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
3425 (least-positive-float, least-negative-float)
3426 (least-positive-normalized-float, least-negative-normalized-float)
3427 (float-epsilon, float-negative-epsilon):
3428 Remove unnecessary declarations.
3429
3430 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
3431 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
3432 (least-positive-float, least-negative-float)
3433 (least-positive-normalized-float, least-negative-normalized-float)
3434 (float-epsilon, float-negative-epsilon): Add doc-strings,
3435 based on those in cl.texi.
3436
51bc5f8b
GM
3437 * files.el (set-visited-file-name): If the major-mode changed,
3438 reload the local variables. (Bug#9796)
3439
15de15c6
CY
34402011-10-27 Chong Yidong <cyd@gnu.org>
3441
3442 * subr.el (change-major-mode-after-body-hook): New hook.
3443 (run-mode-hooks): Run it.
3444
ee1f1da9
SM
3445 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3446 Use change-major-mode-before-body-hook.
15de15c6
CY
3447
3448 * simple.el (fundamental-mode):
3449 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
3450 change introducing fundamental-mode-hook.
3451
5430d399
JB
34522011-10-26 Juanma Barranquero <lekktu@gmail.com>
3453
acc825c5 3454 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 3455
ad74a69e
MA
34562011-10-26 Michael Albinus <michael.albinus@gmx.de>
3457
3458 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 3459 tramp.el explicitly. (Bug#7583)
ad74a69e 3460
71d4c2a5
SM
34612011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3462
3463 * progmodes/octave-mod.el:
3464 * progmodes/octave-inf.el: Update maintainer.
3465
b1f6fa26
CY
34662011-10-26 Chong Yidong <cyd@gnu.org>
3467
3468 * subr.el (with-wrapper-hook): Rewrite doc.
3469
3f04efd6
MA
34702011-10-25 Michael Albinus <michael.albinus@gmx.de>
3471
3472 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 3473 filenames "/method:foo:". (Bug#9793)
3f04efd6 3474
410488d3
SM
34752011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3476
3477 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
3478 (bug#9865).
3479
c1ebb47e
GM
34802011-10-24 Glenn Morris <rgm@gnu.org>
3481
3482 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
3483
7f5c46c7
MA
34842011-10-24 Michael Albinus <michael.albinus@gmx.de>
3485
3486 * notifications.el: Add the requirement of a running D-Bus session
3487 bus to the Commentary.
3488
db2440b6
JL
34892011-10-24 Juri Linkov <juri@jurta.org>
3490
3491 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
3492 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
3493 (Bug#9364)
3494
feecf435
JL
34952011-10-24 Juri Linkov <juri@jurta.org>
3496
3497 * info.el (Info-following-node-name-re): Add newline to the list
3498 of allowed characters for leading space. (Bug#9824)
3499
a3839de2
SM
35002011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3501
acc825c5
SM
3502 * progmodes/octave-inf.el (inferior-octave-mode-map):
3503 Fix C-c C-h binding.
a3839de2
SM
3504 * progmodes/octave-mod.el (octave-help): Remove.
3505
09388e76
MA
35062011-10-23 Michael Albinus <michael.albinus@gmx.de>
3507
3508 Sync with Tramp 2.2.3.
3509
3510 * net/tramp-cache.el (top): Pacify byte-compiler using
3511 `init-file-user' and `site-run-file'.
3512
3513 * net/trampver.el: Update release number.
3514
86c60681
CY
35152011-10-23 Chong Yidong <cyd@gnu.org>
3516
3517 * files.el (toggle-read-only): Remove obsolete comment about
3518 version control.
3519
3520 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
3521 for toggle-read-only. Note that this hasn't called vc-next-action
3522 since 2008-05-02, though it wasn't documented at the time.
3523
a3839de2
SM
3524 * vc/ediff-init.el (ediff-toggle-read-only-function):
3525 Use toggle-read-only.
86c60681 3526
cd5495ff
AM
35272011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
3528
3529 Fix bug #9560, sporadic wrong indentation; improve instrumentation
3530 of c-parse-state.
3531
00b77525 3532 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 3533 correct faulty logical expression.
cd5495ff
AM
3534 (c-parse-state-state, c-record-parse-state-state):
3535 (c-replay-parse-state-state): New defvar/defuns.
3536 (c-debug-parse-state): Use new functions.
3537
42ee24ed
MR
35382011-10-22 Martin Rudalics <rudalics@gmx.at>
3539
3540 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 3541 last fix. Use window-in-direction correctly.
42ee24ed 3542
a7dee7e7
CY
35432011-10-21 Chong Yidong <cyd@gnu.org>
3544
3545 * progmodes/idlwave.el (idlwave-mode):
3546 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
3547 require-final-newline; that's done in prog-mode.
3548 Suggested by Stefan Monnier.
a7dee7e7 3549
e07b9a6d
MR
35502011-10-21 Martin Rudalics <rudalics@gmx.at>
3551
3552 * mouse.el (mouse-drag-window-above)
3553 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
3554 (mouse-drag-mode-line-1, mouse-drag-header-line)
3555 (mouse-drag-vertical-line-rightward-window): Remove.
3556 (mouse-drag-line): New function.
3557 (mouse-drag-mode-line, mouse-drag-header-line)
3558 (mouse-drag-vertical-line): Call mouse-drag-line.
3559 * window.el (window-at-side-p, windows-at-side): New functions.
3560
7e1361d9
UM
35612011-10-21 Ulrich Mueller <ulm@gentoo.org>
3562
3563 * tar-mode.el (tar-grind-file-mode):
3564 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
3565
30fcaf3a
CY
35662011-10-21 Chong Yidong <cyd@gnu.org>
3567
3568 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
3569 * progmodes/vera-mode.el (vera-mode):
3570 Use mode-require-final-newline.
30fcaf3a 3571
516eddb0
GM
35722011-10-20 Glenn Morris <rgm@gnu.org>
3573
db22a3c2 3574 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 3575
10d5f513
CS
35762011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
3577
3578 * emulation/cua-base.el (cua-set-mark): Fix case of string.
3579
ac6c8639
CY
35802011-10-20 Chong Yidong <cyd@gnu.org>
3581
3582 * emulation/cua-base.el (cua-mode):
3583 * mail/footnote.el (footnote-mode):
3584 * mail/mailabbrev.el (mail-abbrevs-mode):
3585 * net/xesam.el (xesam-minor-mode):
3586 * progmodes/bug-reference.el (bug-reference-mode):
3587 * progmodes/cap-words.el (capitalized-words-mode):
3588 * progmodes/compile.el (compilation-minor-mode)
3589 (compilation-shell-minor-mode):
3590 * progmodes/gud.el (gud-tooltip-mode):
3591 * progmodes/hideif.el (hide-ifdef-mode):
3592 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
3593 * progmodes/subword.el (subword-mode):
3594 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
3595 * progmodes/which-func.el (which-function-mode):
3596 * term/tvi970.el (tvi970-set-keypad-mode):
3597 * term/vt100.el (vt100-wide-mode):
3598 * textmodes/flyspell.el (flyspell-mode):
3599 * textmodes/ispell.el (ispell-minor-mode):
3600 * textmodes/nroff-mode.el (nroff-electric-mode):
3601 * textmodes/paragraphs.el (use-hard-newlines):
3602 * textmodes/refill.el (refill-mode):
3603 * textmodes/reftex.el (reftex-mode):
3604 * textmodes/rst.el (rst-minor-mode):
3605 * textmodes/sgml-mode.el (html-autoview-mode)
3606 (sgml-electric-tag-pair-mode):
3607 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
3608 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
3609 * emulation/crisp.el (crisp-mode):
3610 * emacs-lisp/eldoc.el (eldoc-mode):
3611 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
3612 minor mode behavior.
3613
aa42ab43
JL
36142011-10-19 Juri Linkov <juri@jurta.org>
3615
3616 * descr-text.el (describe-char): Add #x2010 and #x2011 to
3617 the list of hard-coded chars with escape-glyph face.
3618
89400f1d
SM
36192011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3620
3621 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
3622
305c07f6
MA
36232011-10-19 Michael Albinus <michael.albinus@gmx.de>
3624
3625 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
3626 running process.
3627
13754b54
GM
36282011-10-19 Glenn Morris <rgm@gnu.org>
3629
3630 * vc/vc-bzr.el (vc-bzr-after-dir-status):
3631 Ignore ignored files. (Bug#9726)
3632
06e21633
CY
36332011-10-19 Chong Yidong <cyd@gnu.org>
3634
3635 Doc fix for minor modes, stating that an omitted argument enables
3636 the mode unconditionally when called from Lisp.
3637
3638 * abbrev.el (abbrev-mode):
3639 * allout.el (allout-mode):
3640 * autoinsert.el (auto-insert-mode):
3641 * autoarg.el (autoarg-mode, autoarg-kp-mode):
3642 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
3643 (global-auto-revert-mode):
3644 * battery.el (display-battery-mode):
3645 * composite.el (global-auto-composition-mode)
3646 (auto-composition-mode):
3647 * delsel.el (delete-selection-mode):
3648 * desktop.el (desktop-save-mode):
3649 * dired-x.el (dired-omit-mode):
3650 * dirtrack.el (dirtrack-mode):
3651 * doc-view.el (doc-view-minor-mode):
3652 * double.el (double-mode):
3653 * electric.el (electric-indent-mode, electric-pair-mode):
3654 * emacs-lock.el (emacs-lock-mode):
3655 * epa-hook.el (auto-encryption-mode):
3656 * follow.el (follow-mode):
3657 * font-core.el (font-lock-mode):
3658 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
3659 * help.el (temp-buffer-resize-mode):
3660 * hilit-chg.el (highlight-changes-mode)
3661 (highlight-changes-visible-mode):
3662 * hi-lock.el (hi-lock-mode):
3663 * hl-line.el (hl-line-mode, global-hl-line-mode):
3664 * icomplete.el (icomplete-mode):
3665 * ido.el (ido-everywhere):
3666 * image-file.el (auto-image-file-mode):
3667 * image-mode.el (image-minor-mode):
3668 * iswitchb.el (iswitchb-mode):
3669 * jka-cmpr-hook.el (auto-compression-mode):
3670 * linum.el (linum-mode):
3671 * longlines.el (longlines-mode):
3672 * master.el (master-mode):
3673 * mb-depth.el (minibuffer-depth-indicate-mode):
3674 * menu-bar.el (menu-bar-mode):
3675 * minibuf-eldef.el (minibuffer-electric-default-mode):
3676 * mouse-sel.el (mouse-sel-mode):
3677 * msb.el (msb-mode):
3678 * mwheel.el (mouse-wheel-mode):
3679 * outline.el (outline-minor-mode):
3680 * paren.el (show-paren-mode):
3681 * recentf.el (recentf-mode):
3682 * reveal.el (reveal-mode, global-reveal-mode):
3683 * rfn-eshadow.el (file-name-shadow-mode):
3684 * ruler-mode.el (ruler-mode):
3685 * savehist.el (savehist-mode):
3686 * scroll-all.el (scroll-all-mode):
3687 * scroll-bar.el (scroll-bar-mode):
3688 * server.el (server-mode):
3689 * shell.el (shell-dirtrack-mode):
3690 * simple.el (auto-fill-mode, transient-mark-mode)
3691 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
3692 (line-number-mode, column-number-mode, size-indication-mode)
3693 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
3694 * strokes.el (strokes-mode):
3695 * time.el (display-time-mode):
3696 * t-mouse.el (gpm-mouse-mode):
3697 * tool-bar.el (tool-bar-mode):
3698 * tooltip.el (tooltip-mode):
3699 * type-break.el (type-break-mode-line-message-mode)
3700 (type-break-query-mode):
3701 * view.el (view-mode):
3702 * whitespace.el (whitespace-mode, whitespace-newline-mode)
3703 (global-whitespace-mode, global-whitespace-newline-mode):
3704 * xt-mouse.el (xterm-mouse-mode): Doc fix.
3705
a3839de2
SM
3706 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3707 Fix autogenerated docstring.
06e21633 3708
5214e501
JL
37092011-10-19 Juri Linkov <juri@jurta.org>
3710
3711 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
3712 by checking environment variables "DESKTOP_SESSION" and
3713 "XDG_CURRENT_DESKTOP". (Bug#9779)
3714
195f8db9
JL
37152011-10-19 Juri Linkov <juri@jurta.org>
3716
3717 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
3718 (browse-url-chromium-program, browse-url-chromium-arguments):
3719 New defcustoms.
3720 (browse-url-default-browser): Check for `browse-url-chromium' and
3721 call `browse-url-chromium-program'.
3722 (browse-url-chromium): New command. (Bug#9779)
3723
343a34ff
JB
37242011-10-18 Juanma Barranquero <lekktu@gmail.com>
3725
3726 * facemenu.el (list-colors-duplicates): On Windows, detect more
3727 duplicates by assuming that only colors matching "^System" are
3728 special "system colors". (Bug#9722)
3729
6978a151
SM
37302011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3731
3732 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
3733 to distinguish the author from the committer.
3734
6a80b297
MA
37352011-10-18 Michael Albinus <michael.albinus@gmx.de>
3736
3737 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
3738
b31a5677
JK
37392011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
3740
3741 * international/mule.el (sgml-html-meta-auto-coding-function):
3742 Add support for detecting encoding in HTML5 specified only as
3743 <meta charset="UTF-8">. Implementation just makes http-equiv and
3744 content-type parts from HTML4 encoding string optional. (Bug#9716)
3745
80c6d77f
GM
37462011-10-18 Glenn Morris <rgm@gnu.org>
3747
3748 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
3749
08b0fee8
CY
37502011-10-18 Chong Yidong <cyd@gnu.org>
3751
3752 * faces.el (cursor): Doc fix.
3753
67e729a5
CY
37542011-10-17 Chong Yidong <cyd@gnu.org>
3755
3756 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
3757
343a34ff 37582011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
3759
3760 * dirtrack.el (dirtrack): Support shell buffers with path
3761 prefixes, e.g. tramp-based remote shells. (Bug#9647)
3762
0bc06380
TZ
37632011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
3764
3765 * json.el: Bump version to 1.3 and note change in History.
3766 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
3767
8b79f3e0
SM
37682011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
3769
5a7c536b
SM
3770 * comint.el (comint-insert-input, comint-send-input)
3771 (comint-get-old-input-default, comint-backward-matching-input)
3772 (comint-next-prompt): Use nil instead of `input' for field property of
3773 past user input (bug#114).
3774
96a8a0df
SM
3775 * minibuffer.el (completion--replace): Inherit surrounding properties
3776 (bug#114).
3777 (minibuffer-complete-and-exit): Use it.
3778
8b79f3e0
SM
3779 * comint.el (comint--table-subvert): Quote the all-completions output
3780 (bug#9160).
3781
b8f7ff0d
MR
37822011-10-17 Martin Rudalics <rudalics@gmx.at>
3783
8b79f3e0 3784 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 3785
b8f7ff0d 3786 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 3787 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
3788 entries and separate them from frame entries.
3789
c235b555
GM
37902011-10-15 Glenn Morris <rgm@gnu.org>
3791
3792 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
3793 Doc fixes.
3794
6bbfa6e1
CY
37952011-10-15 Chong Yidong <cyd@stupidchicken.com>
3796
8b79f3e0
SM
3797 * net/network-stream.el (network-stream-open-starttls):
3798 Improve detection of failure due to lack of TLS support.
ec5c990d 3799
6bbfa6e1
CY
3800 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
3801 putting the input text in front and in bold.
3802
98488977
SM
38032011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
3804
3d1337be
SM
3805 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
3806
ee0b45e4
SM
3807 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
3808 empty buffer.
3809
98488977
SM
3810 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
3811 unread-command-events rather than pushing yet-another event.
3812
186f4720
EZ
38132011-10-14 Eli Zaretskii <eliz@gnu.org>
3814
3815 * mail/sendmail.el (sendmail-query-once): Improve the wording of
3816 the explanation of the possible choices. Make the options passed
3817 to completing-read shorter.
3818
8b7a997c
AM
38192011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3820
3821 * textmodes/flyspell.el (flyspell-large-region): Make sure
3822 extended character mode is used if defined (Bug#1339).
3823
12587bbb
EZ
38242011-10-13 Eli Zaretskii <eliz@gnu.org>
3825
3826 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
3827 character info for LRE, LRO, RLE, and RLO characters by appending
3828 an invisible PDF.
12587bbb 3829
bad41229
SM
38302011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
3831
3832 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
3833 even in case of error; add debug spec; simplify data flow.
3834 (with-timeout-handler): Remove.
3835
28dbc92f
MA
38362011-10-12 Michael Albinus <michael.albinus@gmx.de>
3837
3838 Fix Bug#6019, Bug#9315.
3839
3840 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
3841 complete `buffer-file-name', the local file name part could look
3842 remotely (for example on VMS).
3843
3844 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
3845 `tramp-run-real-handler'.
3846 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
3847 already quoted by '"'.
3848
3849 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
3850 Let `file-name-handler-alist' be nil, the local file name part
3851 could look remotely (for example on VMS).
3852
e1b0b23a
SM
38532011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3854
3855 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
3856 from here...
3857 (flyspell-post-command-hook): ...to here.
3858
a120bde9
SM
38592011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3860
3861 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
3862 if not needed.
3863 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
3864 using completion. Protect against "slow" callers.
3865 Remove the "message hack".
3866
7ce7717b
JL
38672011-10-11 Juri Linkov <juri@jurta.org>
3868
3869 * isearch.el (isearch-lazy-highlight-word): New variable.
3870 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
3871 Use it. (Bug#9727)
3872
c02ee9d6
GM
38732011-10-11 Glenn Morris <rgm@gnu.org>
3874
3875 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
3876 like f90-previous-statement does.
3877
93e616fd 38782011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3879
1f190e73 3880 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
3881 only in interactive use, to avoid error.
3882
af7b6078
SM
38832011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3884
3885 * minibuffer.el (completion-file-name-table): Fix last change,
3886 i.e. ignore normal errors but not the other ones.
3887
0563dae9
MR
38882011-10-10 Martin Rudalics <rudalics@gmx.at>
3889
3890 * window.el (special-display-buffer-names)
3891 (special-display-regexps): Remove some remnants of earlier
3892 changes from doc-strings.
366ca7f3
MR
3893 (quit-windows-on): New function.
3894
3895 * vc/vc.el (vc-revert, vc-rollback):
3896 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
3897 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 3898 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 3899
49677495
MR
39002011-10-09 Martin Rudalics <rudalics@gmx.at>
3901
3902 * window.el (frame-auto-hide-function): Add version tag.
3903 (Bug#9699)
3904
56f2d1e1
MA
39052011-10-09 Michael Albinus <michael.albinus@gmx.de>
3906
3907 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
3908 condition.
3909
112a6592
LL
39102011-10-09 Leo Liu <sdl.web@gmail.com>
3911
3912 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
3913 (Bug#9701)
3914
0812589b
GM
39152011-10-08 Glenn Morris <rgm@gnu.org>
3916
3917 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
3918 before the first code statement zero indent. (Bug#9690)
3919
b2b0776e
CY
39202011-10-08 Chong Yidong <cyd@stupidchicken.com>
3921
3922 * simple.el (count-words-region): Always count in the region.
3923 Report the number of lines and characters too.
3924 (count-words): New command, which counts in the buffer if the
3925 region is inactive, as count-words-region used to.
3926 (count-words--message): New function. Handle plurals.
3927 (count-lines-region): Make it an alias for count-words-region.
3928
3929 * bindings.el (esc-map): Replace count-lines-region with
3930 count-words-region.
3931
c557cd6b
MR
39322011-10-08 Martin Rudalics <rudalics@gmx.at>
3933
3934 * window.el (window--delete): Delete dedicated frame
3935 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 3936 (switch-to-buffer): Fix doc-string typo.
c557cd6b 3937
61a57ef4 39382011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3939
3a7d293b 3940 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 3941
c3833279
CY
39422011-10-07 Chong Yidong <cyd@stupidchicken.com>
3943
3944 * bindings.el ([M-left],[M-right]): Bind to left-word and
3945 right-word respectively.
3946
21ce8245
GM
39472011-10-07 Glenn Morris <rgm@gnu.org>
3948
3949 * cus-start.el (debug-on-quit): Fix custom type.
3950
6d823bb2
LMI
39512011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3952
0181e193
LMI
3953 * subr.el (define-key-after): Clarify that the function is not
3954 useful for non-menu keymaps.
3955
6d823bb2
LMI
3956 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
3957
8e3459ce 39582011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3959
21ce8245 3960 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 3961 in current minibuffer (Fix bug with recursive minibuffers).
3962
a1c2d21e
CY
39632011-10-06 Chong Yidong <cyd@stupidchicken.com>
3964
3965 * progmodes/gdb-mi.el (gdb): Doc fix.
3966
5a4cf282
MR
39672011-10-05 Martin Rudalics <rudalics@gmx.at>
3968
3969 * window.el (frame-auto-hide-function): New option replacing
3970 frame-auto-delete. Suggested by Stefan Monnier.
3971 (window--delete): Call frame-auto-hide-function instead of
3972 investigating frame-auto-delete.
c96111ea
MR
3973 (window-point-1, set-window-point-1): New functions.
3974 (window-in-direction, record-window-buffer, window-state-get-1)
3975 (display-buffer-record-window): Use window-point-1 instead of
3976 window-point.
3977 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 3978
9854542e
SM
39792011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
3980
3981 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
3982
8943cfb0
GM
39832011-10-05 Glenn Morris <rgm@gnu.org>
3984
3985 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
3986 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
3987
647ab967
LL
39882011-10-05 Leo Liu <sdl.web@gmail.com>
3989
3990 * subr.el (read-char-choice): Fix argument to buffer-live-p which
3991 works with buffer object.
3992
3ddfbced
SM
39932011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
3994
3995 * mpc.el (mpc-tool-bar-map): Add labels.
3996
bdfa5dd2
GM
39972011-10-04 Glenn Morris <rgm@gnu.org>
3998
3999 * calendar/holidays.el (calendar-check-holidays): Doc fix.
4000
0e2070b5
MR
40012011-10-04 Martin Rudalics <rudalics@gmx.at>
4002
4003 * window.el (window--delete): New function.
4004 (frame-auto-delete): Resuscitate option.
4005 (bury-buffer, replace-buffer-in-windows)
4006 (quit-window): Rewrite using window--delete.
4007 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
4008 Pass display-buffer-mark-dedicated to window--display-buffer-2
4009 (Bug#9639).
4010
3dc61a09
SM
40112011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4012
915a9b64
SM
4013 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
4014 returns a list (bug#9554). Add remote file name completion.
4015 * comint.el (comint--table-subvert): Curry and get quote&unquote
4016 functions as arguments.
4017 (comint--complete-file-name-data): Adjust call accordingly.
4018 * pcomplete.el (pcomplete--table-subvert): Remove.
4019 (pcomplete-completions-at-point): Use comint--table-subvert instead.
4020
3dc61a09
SM
4021 * minibuffer.el (completion-table-case-fold): Use currying.
4022 (completion--styles-type, completion--cycling-threshold-type):
4023 New constants.
4024 (completion-styles, completion-category-overrides)
4025 (completion-cycle-threshold): Use them.
4026 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
4027 completion-table-case-fold.
4028
8ea0a993
SB
40292011-10-03 Stephen Berman <stephen.berman@gmx.net>
4030
4031 * minibuffer.el (completion-category-overrides): Fix type of styles
4032 and add more user friendly tags (bug#9660).
4033
8c24b7f6
SM
40342011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4035
4036 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
4037 (mule-input-method-string): New widget.
4038 (default-input-method, language-info-custom-alist): Use it.
4039
428fe61a
SM
40402011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
4041
32c1fffd
SM
4042 * pcomplete.el: Require comint.
4043 (pcomplete--common-suffix): Remove.
4044 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
4045 (pcomplete--table-subvert): Sync with comint--table-subvert.
4046 (pcomplete--entries): Use comint-completion-file-name-table.
4047 * comint.el (comint-unquote-filename): Simplify.
4048 (comint-completion-file-name-table): New function (bug#9616).
4049 (comint--complete-file-name-data): Use it.
4050
428fe61a
SM
4051 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
4052 (pcmpl-gnu-tar-buffer): Remove.
4053 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
4054 around. Make sure pcomplete-suffix-list is only changed temporarily.
4055 Don't look inside the tar's file if it's too large.
428fe61a 4056
04c52e2f
CY
40572011-10-01 Chong Yidong <cyd@stupidchicken.com>
4058
ce3cefcc
CY
4059 * cus-edit.el (custom-mode-map):
4060 * epa.el (epa-key-list-mode-map):
4061 * man.el (Man-mode-map):
4062 * startup.el (splash-screen-keymap):
4063 * simple.el (special-mode-map): Use scroll-up-command and
4064 scroll-down-command.
4065
4066 * progmodes/idlw-help.el (idlwave-help-mode-map):
4067 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
4068 * net/newst-plainview.el (newsticker-mode-map):
4069 * emulation/ws-mode.el (wordstar-mode-map):
4070 * emulation/vi.el (vi-com-map):
4071 * calc/calc-graph.el (calc-graph-show-dumb):
4072 * term/sun.el (terminal-init-sun):
4073 * term/ns-win.el (global-map):
4074 * progmodes/grep.el (grep-mode-map):
4075 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
4076 * mail/rmail.el (rmail-mode-map):
4077 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
4078
04c52e2f
CY
4079 * custom.el (custom-safe-themes, load-theme): Treat value of t for
4080 custom-safe-themes as special.
4081
79adf8c8
JD
40822011-10-01 Julien Danjou <julien@danjou.info>
4083
4084 * notifications.el (notifications-notify): Fix docstring.
4085
63bd50d3
PS
40862011-10-01 Per Starbäck <per@starback.se>
4087
4088 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
4089
199e4c7e
MR
40902011-09-30 Martin Rudalics <rudalics@gmx.at>
4091
4092 * startup.el (command-line-1): Fix last fix by inserting
4093 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 4094 (Bug#9605) and (Bug#9636)
199e4c7e 4095
fe5f08dd
EZ
40962011-09-29 Eli Zaretskii <eliz@gnu.org>
4097
4098 * simple.el (line-move): If auto-hscroll-mode is disabled and the
4099 window is hscrolled, move by logical lines. (Bug#9607)
4100 (line-move-visual): Update the doc string to the above effect.
4101
b5516bbd
MR
41022011-09-29 Martin Rudalics <rudalics@gmx.at>
4103
ccee00c0
MR
4104 * window.el (display-buffer-record-window): When WINDOW is the
4105 selected window use `point' instead of `window-point'. (Bug#9626)
4106
b5516bbd
MR
4107 * startup.el (command-line-1): Use insert-before-markers when
4108 inserting initial-scratch-message. (Bug#9605)
ccee00c0 4109
b5516bbd
MR
4110 * help.el (help-window): Remove variable.
4111
52aa0014
GM
41122011-09-29 Glenn Morris <rgm@gnu.org>
4113
4114 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
4115
df9a7357
JB
41162011-09-29 Juanma Barranquero <lekktu@gmail.com>
4117
4118 * descr-text.el (describe-char-categories): Accept category
4119 descriptions more than one line long.
4120
a8406c20
SM
41212011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4122
88d9610c
SM
4123 * simple.el (delete-trailing-whitespace): Fix last change.
4124
a5daf810
SM
4125 * progmodes/perl-mode.el (perl-syntax-propertize-function):
4126 Don't confuse "y => 3" as the beginning of a `y' operation.
4127
a8406c20
SM
4128 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
4129 object has more than 4 slots (bug#9613).
4130
a239d4e9
JB
41312011-09-28 Juanma Barranquero <lekktu@gmail.com>
4132
4133 * subr.el (with-output-to-temp-buffer):
4134 * net/quickurl.el (quickurl, quickurl-browse-url):
4135 Fix typos in docstrings.
4136
693fbdb6
EZ
41372011-09-27 Eli Zaretskii <eliz@gnu.org>
4138
4139 * minibuffer.el (completion-styles)
4140 (completion-category-overrides): Cross reference each other in doc
4141 strings.
4142
8b457e28
GM
41432011-09-27 Glenn Morris <rgm@gnu.org>
4144
4145 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
4146 to split-string. (Bug#9606)
4147
85a16208
LMI
41482011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4149
4150 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
4151 (bug#9615).
4152
502f9ebd
CY
41532011-09-27 Chong Yidong <cyd@stupidchicken.com>
4154
4155 * emacs-lisp/package.el (list-packages): Fix echo area message.
4156
7690bdea
LL
41572011-09-27 Leo Liu <sdl.web@gmail.com>
4158
4159 * ido.el (ido-read-internal): Accept cons cell HIST arg.
4160
e2ee6f30
MA
41612011-09-25 Michael Albinus <michael.albinus@gmx.de>
4162
4163 * net/dbus.el (dbus-unregister-object): Don't release services for
4164 registered signals. (Bug#9581)
4165
f3f98342
TZ
41662011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4167
4168 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
4169 function that picks between cfengine 2 and 3 support
4170 automatically. Update docs accordingly.
4171
dd7aa8dd
KH
41722011-09-22 Kenichi Handa <handa@m17n.org>
4173
4174 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
4175 ZERO.
4176 (indian-itrans-v5-table-for-tamil): New variable.
4177 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
4178
3f2b07f8
KM
41792011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
4180
4181 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
4182 that's true if the current command involved collapsing of text.
4183 It's reset to false at the beginning of the next command.
4184 (allout-post-command-business): Move the cursor to the beginning
4185 of entry if the cursor is hidden and collapsing activity just
4186 happened.
4187
371d6a61
CY
41882011-09-24 Chong Yidong <cyd@stupidchicken.com>
4189
4190 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
4191 tracking (Bug#9541).
4192
2ac2721a
UJ
41932011-09-24 Ulf Jasper <ulf.jasper@web.de>
4194
4195 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
4196 (newsticker-show-news): Automatically load html rendering package
4197 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
4198 because w3m-fill-column is let-bound" and the error "Symbol's value
4199 as variable is void: w3m-fill-column".
2ac2721a 4200
fac7ae53
MA
42012011-09-24 Michael Albinus <michael.albinus@gmx.de>
4202
4203 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
4204 Release services only if they are defined. (Bug#9581)
4205
e08b633b
RS
42062011-09-23 Richard Stallman <rms@gnu.org>
4207
e488d29c
RS
4208 * textmodes/paragraphs.el (forward-sentence): For backwards case,
4209 distinguish start of paragraph from start of its text.
4210
19c38752
RS
4211 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
4212
e08b633b
RS
4213 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
4214 (rmail-generate-viewer-buffer): Put that hook on view buffer.
4215 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
4216
0a39f27e
AS
42172011-09-23 Andreas Schwab <schwab@linux-m68k.org>
4218
4219 * international/mule-diag.el (mule-diag): Insert a newline after
4220 each fontset description.
4221
db4e950d
SM
42222011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4223
4224 * simple.el (delete-trailing-whitespace):
4225 Document last change; simplify.
4226
eca3f3ea
PW
42272011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
4228
d68e189a
PW
4229 * simple.el (delete-trailing-whitespace): Also delete
4230 extra newlines at the end of the buffer.
4231
eca3f3ea
PW
4232 * textmodes/picture.el: Make motion commands obey shift-select-mode.
4233 (picture-newline): Use forward-line so as to ignore fields.
4234
01c157cc
SM
42352011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4236
4237 * subr.el (with-wrapper-hook): Fix edebug spec.
4238
022de23e
LMI
42392011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4240
4241 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
4242 (bug#4538).
4243
91683089
MA
42442011-09-23 Michael Albinus <michael.albinus@gmx.de>
4245
eca3f3ea
PW
4246 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
4247 Fix nasty bug using wrong cached values.
91683089 4248
5bdd6fa4
AM
42492011-09-23 Alan Mackenzie <acm@muc.de>
4250
4251 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
4252
97adfb97
CY
42532011-09-23 Chong Yidong <cyd@stupidchicken.com>
4254
4255 * window.el (pop-to-buffer): Ensure right window is selected if we
4256 chose another frame.
4257
d4ef2b50
EZ
42582011-09-22 Eli Zaretskii <eliz@gnu.org>
4259
4260 * simple.el (what-cursor-position): Use get-char-property-change
4261 and next-single-char-property-change, to be able to show display
4262 properties that come from overlays as well as text properties.
4263
72258fe5
CY
42642011-09-22 Chong Yidong <cyd@stupidchicken.com>
4265
4266 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
4267
4268 * cmuscheme.el (run-scheme, switch-to-scheme):
4269 * cus-edit.el (customize-group, custom-buffer-create)
4270 (customize-browse):
4271 * info.el (info):
4272 * shell.el (shell):
4273 * mail/sendmail.el (mail):
4274 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
4275
8f098516
RS
42762011-09-22 Richard Stallman <rms@gnu.org>
4277
4278 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
4279 move back only to line beg, don't move back over blank lines.
4280
e74f1bb6
MA
42812011-09-22 Michael Albinus <michael.albinus@gmx.de>
4282
4283 * files.el (copy-directory): Set directory attributes only in case
4284 they could be retrieved from the source directory. (Bug#9565)
4285
bfeef8b6
DK
42862011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
4287
4288 * progmodes/hideshow.el (hs-looking-at-block-start-p)
4289 (hs-find-block-beginning, hs-hide-level-recursive):
4290 Ignore strings as well as comments. (Bug#9502)
4291
7e423bb8
AS
42922011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
4293
4294 * progmodes/sql.el (sql-comint-postgres):
4295 Convert port number to a string. (Bug#9566)
4296
b4d72fcf
MR
42972011-09-22 Martin Rudalics <rudalics@gmx.at>
4298
4299 * window.el (quit-window): Undedicate window when switching to
4300 previous buffer. Reported by Thierry Volpiatto
4301 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
4302 (special-display-popup-frame): When popping up a new frame reset
4303 its previous buffers to nil. Simplify code.
b4d72fcf 4304
a7b88dc6
MA
43052011-09-21 Michael Albinus <michael.albinus@gmx.de>
4306
4307 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
4308 and process filter, as done also in `shell-command'.
4309
cf4eacfd
MR
43102011-09-21 Martin Rudalics <rudalics@gmx.at>
4311
eca3f3ea 4312 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
4313 Call set-window-start with NOFORCE argument t.
4314 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
4315 (quit-window): Reword doc-string. Handle new format of
4316 quit-restore parameter. Don't delete window if it has a
4317 previous buffer we can show instead of the present one.
4318 (display-buffer-record-window): Rewrite using a new format for
4319 the quit-restore window parameter
4320 (special-display-popup-frame, display-buffer-same-window)
4321 (display-buffer-reuse-window, display-buffer-pop-up-frame)
4322 (display-buffer-pop-up-window, display-buffer-use-some-window):
4323 Adapt symbol passed to display-buffer-record-window.
4324 * help.el (help-window-setup): Handle new format of quit-restore
4325 parameter.
4326
8d28cb95
SM
43272011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4328
94ab793f
SM
4329 * faces.el (face-list): Fix docstring (bug#9564).
4330
8d28cb95
SM
4331 * window.el (display-buffer--action-function-custom-type):
4332 Don't include internal functions in the Custom interface.
4333
3820edeb
JL
43342011-09-20 Juri Linkov <juri@jurta.org>
4335
4336 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
4337 (Info-forward-node, Info-backward-node, Info-next-preorder)
4338 (Info-last-preorder): Use it. (Bug#9528)
4339
5147931d
JL
43402011-09-20 Juri Linkov <juri@jurta.org>
4341
4342 * info.el (Info-last-preorder): Visit last menu item only when
4343 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
4344
cf499a1a
JD
43452011-09-20 Julien Danjou <julien@danjou.info>
4346
4347 * password-cache.el (password-cache-remove): Remove entries even if the
4348 value is nil, so that password with a nil value (negative caching) is
4349 possible to invalidate.
4350
f84e2fe2
LM
43512011-09-20 Lawrence Mitchell <wence@gmx.li>
4352
4353 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
4354 all whitespace around breakpoint. (Bug#9553)
4355 (f90-find-breakpoint): Only break at whitespace inside a comment.
4356
78054a46
SM
43572011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
4358
4359 * minibuffer.el (completion-file-name-table): Keep track of errors.
4360 (completion-table-with-predicate): Handle the case where pred1 is nil.
4361 * pcomplete.el (pcomplete-completions-at-point): Simplify.
4362
345083b2
SM
43632011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4364
e24e27be
SM
4365 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
4366 (debugger-return-value): Signal an error if the debugging context does
4367 not await any return value.
4368
345083b2
SM
4369 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
4370 * image-mode.el (image-toggle-display-text)
4371 (image-toggle-display-image): Stay away from evil `intangible'.
4372
08d355e3
LL
43732011-09-19 Leo Liu <sdl.web@gmail.com>
4374
4375 * replace.el (occur-revert-arguments): Make it permanent-local.
4376 (occur-mode): Don't call font-lock-defontify.
4377
f01da43f
CY
43782011-09-19 Chong Yidong <cyd@stupidchicken.com>
4379
4380 * net/ldap.el (ldap-search-internal): Don't push empty search
4381 result (Bug#9508).
4382
b6072fa6
SM
43832011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4384
4385 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
4386
443d6696
MA
43872011-09-19 Michael Albinus <michael.albinus@gmx.de>
4388
4389 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
4390 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
4391
7cc6e154
JL
43922011-09-18 Juri Linkov <juri@jurta.org>
4393
4394 * buff-menu.el (Buffer-menu-mode-map):
4395 * dired.el (dired-mode-map):
4396 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
4397 (lisp-interaction-mode-map):
4398 * emacs-lisp/package.el (package-menu-mode-map):
4399 * epa.el (epa-key-list-mode-map):
4400 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
4401 (menu-bar-options-menu):
4402 * outline.el (outline-mode-menu-bar-map):
4403 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
4404 * vc/vc-dir.el (vc-dir-menu-map):
4405 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
4406 Capitalize non-function content words in menu item strings.
4407
4408 * dired.el (dired-mode-map): Add menu item for
4409 `image-dired-dired-toggle-marked-thumbs'.
4410
80302a81
JL
44112011-09-18 Juri Linkov <juri@jurta.org>
4412
4413 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
4414 to `isearch-case-fold-search' and restore its original value
4415 after the `isearch-mode' call.
4416
46c5cf66
JL
44172011-09-18 Juri Linkov <juri@jurta.org>
4418
4419 * progmodes/grep.el (grep-process-setup): Don't check code for 1
4420 because `zgrep' returns 1 for successful matches (bug#9226).
4421
d18b513b
JL
44222011-09-18 Juri Linkov <juri@jurta.org>
4423
4424 * info.el (Info-extract-menu-node-name): Check the second match
4425 for empty string (second test-case of bug#9528).
4426 (Info-last-preorder): Let-bind `Info-history' to nil to not add
4427 intermediate nodes to the history (first test-case of bug#9528).
4428
72753f87
JL
44292011-09-18 Juri Linkov <juri@jurta.org>
4430
4431 * info.el (Info-mode-syntax-table): New variable.
1154d12e 4432 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 4433
c9384295
JL
44342011-09-18 Juri Linkov <juri@jurta.org>
4435
1154d12e
JB
4436 * info.el (Info-file-supports-index-cookies):
4437 Increment line-beginning-position's arg from 3 to 4 because makeinfo
4438 outputs one more line for long file names (bug#4142).
c9384295 4439
d473dce8
CY
44402011-09-18 Chong Yidong <cyd@stupidchicken.com>
4441
4442 * newcomment.el (comment-normalize-vars): If prompting for
4443 comment-start, set comment-start-skip too (Bug#8424).
4444
2176854d
JB
44452011-09-18 Johan Bockgård <bojohan@gnu.org>
4446
4447 * icomplete.el: Fix previous fix of Bug#5849.
4448 (icomplete-mode): Don't set completion-show-inline-help.
4449 (icomplete-minibuffer-setup): Set completion-show-inline-help
4450 locally during icompletion.
4451
3aace4e4
CY
44522011-09-18 Chong Yidong <cyd@stupidchicken.com>
4453
c940224f
CY
4454 * woman.el (woman2-process-escapes): Don't delete unrecognized
4455 escapes (Bug#7843).
4456
3aace4e4
CY
4457 * files.el (inhibit-first-line-modes-regexps): Add image files.
4458 (hack-local-variables-prop-line): Return nil for malformed
4459 prop-lines (Bug#9044).
4460
710dec63
MA
44612011-09-18 Michael Albinus <michael.albinus@gmx.de>
4462
4463 * net/tramp.el (top): Don't require 'shell.
4464 (tramp-methods): Fix docstring.
4465 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
4466 Return complete remote file name. Handle "smb" case.
4467 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
4468 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
4469
4470 * net/tramp-compat.el (top): Require 'shell.
4471
4472 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
4473 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
4474 `tramp-current-host'.
4475 (tramp-get-remote-tmpdir): Remove.
4476
4477 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
4478 `tramp-tmpdir' entries.
4479 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
4480 (tramp-smb-handle-file-attributes): Ignore errors.
4481 (tramp-smb-wait-for-output): Check also for process end.
4482
5d5ac8ec
LMI
44832011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4484
4485 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
4486 when sending QUIT (bug#9312).
4487
8c0f49f0
CY
44882011-09-17 Chong Yidong <cyd@stupidchicken.com>
4489
4490 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
4491 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
4492 occur-mode-display-occurrence.
4493 (occur-edit-mode): Add usage message.
4494 (occur-cease-edit): New command.
4495 (occur-after-change-function): Use text properties to find the
4496 position of the prefix text.
4497 (occur-engine): Set stickiness of prefix text properties.
4498
8f1383f7
GM
44992011-09-17 Glenn Morris <rgm@gnu.org>
4500
4501 * progmodes/etags.el (complete-tag):
4502 Fix call to completion-in-region. (Bug#9526)
4503
744ba0e3
JL
45042011-09-17 Juri Linkov <juri@jurta.org>
4505
4506 * textmodes/ispell.el (ispell-word): Add to the error message
4507 the word, ispell program name and current dictionary (bug#9121).
4508 (ispell-tex-arg-end): Capitalize "error" in the error message.
4509
d9bbf400
AS
45102011-09-17 Andreas Schwab <schwab@linux-m68k.org>
4511
4512 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
4513 check. (Bug#4251)
4514
8da11505
JL
45152011-09-17 Juri Linkov <juri@jurta.org>
4516
4517 * window.el (window-safe-min-height, window-safe-min-width):
4518 Fix typos (followup to bug#9522).
4519
a91adc7e
SJ
45202011-09-17 Sven Joachim <svenjoac@gmx.de>
4521
4522 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
4523
064f328a
EZ
45242011-09-16 Eli Zaretskii <eliz@gnu.org>
4525
4526 * simple.el (line-move): If goal-column is set, move by logical
4527 lines, not by display lines. (Bug#971)
4528 (next-line, previous-line, goal-column, line-move-visual): Doc fix
4529 to reflect the above change.
4530
e69df516
SM
45312011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4532
4533 * image.el (imagemagick-register-types): Use regexp-opt.
4534
cbb0f9ab
CY
45352011-09-15 Chong Yidong <cyd@stupidchicken.com>
4536
4537 * window.el (display-buffer-base-action): Rename from
4538 display-buffer-default-action. Make default value empty.
4539 (display-buffer-overriding-action): Convert to defvar.
4540 (display-buffer-fallback-action): New var.
4541
25322144
CY
45422011-09-15 Chong Yidong <cyd@stupidchicken.com>
4543
4544 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
4545 declaration.
4546 (package--add-to-archive-contents): If there is a duplicate entry
4547 with an older version, remove it.
4548 (package-menu-mark-delete, package-menu-mark-install)
4549 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
4550 (package-menu-mark-obsolete-for-deletion):
4551 Use package-menu-get-status instead of a regexp search.
25322144
CY
4552 (package-menu-get-status): Use tabulated-list-entry.
4553 (package-menu-mark-upgrades): New command.
d770725a 4554 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
4555 (package-menu-execute): Do installation before deletion.
4556 (package-menu-refresh, package-menu-execute): Use derived-mode-p
4557 instead of checking major-mode.
4558 (package-menu--find-upgrades): New function.
4559
7520339c
LMI
45602011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4561
4562 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
4563 passwords in the log buffer.
65a046c4
LMI
4564 (smtpmail-process-filter): Update the process marker so that the
4565 "broken by peer" status message is inserted in the right place.
7520339c 4566
d3c30954
SM
45672011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4568
3fe48822
SM
4569 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
4570 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
4571 bibtex-completion-at-point-function.
4572 (bibtex-completion-at-point-function): Use them.
4573
1b8b3954
SM
4574 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
4575
d3c30954
SM
4576 * mpc.el (mpc-constraints-tag-lookup): New function.
4577 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
4578 also to browser "album|playlist".
4579
72779976
JL
45802011-09-14 Juri Linkov <juri@jurta.org>
4581
4582 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
4583 (isearch-edit-string): Use length of `isearch-string' when
4584 `isearch-fail-pos' returns nil.
4585 (isearch-message): Remove duplicate code and call
4586 `isearch-fail-pos' with arg `t'.
4587
a0bf2bcd
CY
45882011-09-14 Chong Yidong <cyd@stupidchicken.com>
4589
17bb0a2d
CY
4590 * replace.el (occur-mode-goto-occurrence): Don't force using other
4591 window (Bug#9499).
4592
a0bf2bcd
CY
4593 * dired-aux.el (dired-do-chmod): Don't provide initial input.
4594
f678e0b6
MR
45952011-09-14 Martin Rudalics <rudalics@gmx.at>
4596
4597 * window.el (display-buffer-window): Remove.
4598 (display-buffer-record-window): Use help-setup window parameter
4599 instead of variable display-buffer-window.
4600 (display-buffer-function, special-display-buffer-names)
4601 (special-display-function): Mention help-setup parameter instead
4602 of display-buffer-window in doc-string.
d3c30954
SM
4603 * help.el (help-window-setup): New argument help-window.
4604 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
4605 Reword some messages.
4606 (with-help-window): Pass window used for displaying the buffer
4607 to help-window-setup. Don't set display-buffer-window.
4608
8e39b2e8
GM
46092011-09-13 Glenn Morris <rgm@gnu.org>
4610
4611 * emacs-lisp/debug.el (debugger-make-xrefs):
4612 Preserve point. (Bug#9462)
4613
85e9c04b
CY
46142011-09-13 Chong Yidong <cyd@stupidchicken.com>
4615
4616 * window.el (window-deletable-p): Use next-frame.
4617
1b36ed6a
MR
46182011-09-13 Martin Rudalics <rudalics@gmx.at>
4619
4620 * window.el (window-auto-delete): Remove.
4621 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 4622 dedication and previous buffers.
1b36ed6a
MR
4623 (switch-to-prev-buffer): Don't delete window.
4624 (delete-windows-on): Delete a window's frame if and only if the
4625 window is dedicated.
4626 (replace-buffer-in-windows): Delete buffer's window or frame if
4627 and only if window is dedicated.
4628 (quit-window): Handle quit-restore as before last change.
4d61f28d 4629 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 4630
ef8ef9fb
CY
46312011-09-13 Chong Yidong <cyd@stupidchicken.com>
4632
4633 * window.el (window-deletable-p): Never delete the last frame on a
4634 given terminal.
4635
b2cba41e
GM
46362011-09-13 Glenn Morris <rgm@gnu.org>
4637
4638 * help.el (describe-key-briefly): Copy previous standard-output change.
4639
51553db6 46402011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
4641
4642 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
4643
b7556719
GM
46442011-09-13 Glenn Morris <rgm@gnu.org>
4645
4646 * emacs-lisp/lisp-mode.el (lisp-indent-function):
4647 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
4648
64b51947
CY
46492011-09-12 Chong Yidong <cyd@stupidchicken.com>
4650
4651 * dired-aux.el (dired-mark-read-string): Don't return default
4652 value on empty input (Bug#9361).
4653 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
4654 Omit initial minibuffer contents.
4655 (dired-do-chmod): Signal an error on empty input.
4656 (dired-mark-read-string): Don't return default on empty input.
4657
4658 * files.el (file-modes-symbolic-to-number): Doc fix.
4659
393a301e
SM
46602011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4661
4662 * international/mule-cmds.el (ucs-completions): Remove.
4663 (read-char-by-name): Use complete-with-action instead; add metadata.
4664
fa5660f9
CY
46652011-09-11 Chong Yidong <cyd@stupidchicken.com>
4666
4667 * window.el (display-buffer--action-function-custom-type)
4668 (display-buffer--action-custom-type): New vars.
4669 (display-buffer-alist, display-buffer-default-action)
4670 (display-buffer-overriding-action): Add defcustom types.
4671
4a592f66
CY
4672 * frame.el (delete-other-frames): Doc fix (Bug#276).
4673
73d56dbd
LMI
46742011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4675
4676 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
4677
37ac18a3
CY
46782011-09-11 Chong Yidong <cyd@stupidchicken.com>
4679
4680 Change modes that used same-window-* vars to use switch-to-buffer.
4681
4682 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
4683 Use switch-to-buffer.
4684
4685 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
4686 (customize-browse, custom-buffer-create-other-window):
4687 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
4688
4689 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
4690 (Info-prev, Info-up, Info-speedbar-goto-node)
4691 (info-display-manual): Use switch-to-buffer.
4692 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
4693
4694 * mail/sendmail.el (mail): Use switch-to-buffer.
4695 (mail-recover): Use switch-to-buffer-other-window.
4696
4697 * cmuscheme.el (run-scheme, switch-to-scheme):
4698 * ielm.el (ielm):
4699 * shell.el (shell):
4700 * net/rlogin.el (rlogin):
4701 * net/telnet.el (telnet, rsh):
4702 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
4703
10195bd6
AS
47042011-09-11 Andreas Schwab <schwab@linux-m68k.org>
4705
4706 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
4707
b322f63a
LMI
47082011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4709
39d7fed6
LMI
4710 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
4711 so don't mention it (bug#9301).
ba5a81f1 4712 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 4713
ee0e9f11
LMI
4714 * faces.el (face-spec-set-match-display): Make `(type graphic)'
4715 match `x', `w32' and `ns', like the manual says (bug#9029).
4716
0b1c89c1 4717 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
4718 (process-kill-buffer-query-function): Mention the buffer name in
4719 the query.
0b1c89c1 4720
77549ea8
LMI
4721 * image-mode.el (image-next-line): The line parameter is mandatory
4722 (bug#9258).
4723
803ef892
LMI
4724 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
4725 which can be useful (bug#9301).
4726
12980837
LMI
4727 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
4728
91054f8f
LMI
4729 * subr.el (match-string): Mention that the current buffer should
4730 be the same as the search was done in (bug#9282).
4731
b322f63a
LMI
4732 * facemenu.el: Disable the remove-* commands if the mark isn't
4733 active (bug#9162).
4734
3199b96f
CY
47352011-09-10 Chong Yidong <cyd@stupidchicken.com>
4736
4737 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
4738 of display-buffer.
4739 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
4740
4741 * replace.el (occur-mode-goto-occurrence)
4742 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
4743 and display-buffer.
4744
4745 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
4746 display-buffer.
4747
4748 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
4749 special-display and same-window variables.
4750 (mail-other-window): Use switch-to-buffer-other-window.
4751 (mail-other-frame): USe switch-to-buffer-other-frame.
4752
393a301e
SM
4753 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
4754 Use display-buffer-other-frame.
3199b96f
CY
4755 (gdb-display-gdb-buffer): Use pop-to-buffer.
4756
4757 * progmodes/gud.el (gud-goto-info): Use info-other-window.
4758
4759 * progmodes/python.el: Don't set same-window-buffer-names.
4760
4761 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
4762
4763 * window.el (display-buffer-alist): Add *Python*.
4764
8319e0bf
CY
47652011-09-10 Chong Yidong <cyd@stupidchicken.com>
4766
4767 * window.el (display-buffer-alist): Add entry for buffers
4768 previously handled same-window-*.
4769 (display-buffer-alist, display-buffer-default-action)
4770 (display-buffer-overriding-action): Mark as risky.
4771 (display-buffer-alist): Document action function changes.
4772 (display-buffer--same-window-action)
4773 (display-buffer--other-frame-action): New variables.
4774 (switch-to-buffer, display-buffer-other-frame): Use them.
4775 (display-buffer): Rename reuse-frame entry to reusable-frames.
4776 (display-buffer-reuse-selected-window): Function deleted.
4777 (display-buffer-reuse-window): Handle reusable-frames alist entry.
4778 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
4779 (display-buffer-special): New function.
4780 (display-buffer--maybe-pop-up-frame-or-window): Rename from
4781 display-buffer-reuse-or-pop-window. Split off special-display
4782 part into display-buffer-special.
4783 (display-buffer-use-some-window): Don't perform any special
4784 pop-up-frames handling.
4785 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 4786 (display-buffer--maybe-same-window): Rename from
0d3ff375 4787 display-buffer-maybe-same-window.
8319e0bf 4788
919a69aa
CY
4789 * info.el: Don't set same-window-regexps.
4790 (info-setup): New function.
4791 (info-other-window, info): Call it.
4792
4793 * cus-edit.el: Don't set same-window-regexps.
4794 (customize-group): New argument.
4795 (customize-group-other-window): Use it.
4796 (customize-face, customize-face-other-window): Likewise.
4797 (custom-buffer-create-other-window): Use pop-to-buffer directly.
4798
8319e0bf
CY
4799 * net/rlogin.el:
4800 * net/telnet.el:
4801 * progmodes/gud.el: Don't set same-window-regexps.
4802
4803 * cmuscheme.el:
4804 * ielm.el:
4805 * shell.el:
4806 * mail/sendmail.el:
4807 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
4808
25173000
JL
48092011-09-10 Juri Linkov <juri@jurta.org>
4810
4811 * isearch.el (isearch-edit-string): Remove obsolete mention of
4812 `C-w' (`isearch-yank-word-or-char') from docstring.
4813 (isearch-query-replace): Fix typo in docstring (bug#9466).
4814
056e44ef
JL
48152011-09-10 Juri Linkov <juri@jurta.org>
4816
4817 * paren.el (show-paren-function): Don't show escaped parens.
4818 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
4819
c3760c17
EZ
48202011-09-10 Eli Zaretskii <eliz@gnu.org>
4821
4822 * mail/sendmail.el (mml-to-mime, mml-attach-file)
4823 (mm-default-file-encoding): Remove autoload forms, they are
4824 replaced with autoload cookies in mml.el and mm-encode.el.
4825 (mail-add-attachment): New command.
4826 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
4827 (mail-mode): Mention mail-insert-file and mail-add-attachment in
4828 the doc string.
4829 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
4830
fece895e
RT
48312011-09-10 Reuben Thomas <rrt@sc3d.org>
4832
e69df516
SM
4833 * simple.el (count-words-region): Use buffer if there's no region
4834 (bug#9429).
fece895e 4835
5e68ce4a
JL
48362011-09-09 Juri Linkov <juri@jurta.org>
4837
4838 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
4839 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
4840 (wdired-isearch-filter-read-only): New function. (Bug#6362)
4841
0a6b9622
AM
48422011-09-09 Alan Mackenzie <acm@muc.de>
4843
4844 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
4845 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
4846
14a29deb
EZ
48472011-09-09 Eli Zaretskii <eliz@gnu.org>
4848
4849 Fix for Savannah bug#9392.
4850 * simple.el (mail-encode-mml): New defvar.
4851
4852 * mail/rmail.el (mail-encode-mml): Add a defvar.
4853 (rmail-enable-mime-composing): Default to t.
4854 (rmail-forward): Use MIME method of forwarding only if both
4855 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
4856 Set mail-encode-mml non-nil if the MIME method was used.
4857
4858 * mail/sendmail.el (mml-to-mime): Add autoload form.
4859 (mail-encode-mml): Add a defvar.
4860 (mail-mode): Make mail-encode-mml buffer-local and initialize it
4861 to nil.
4862 (mail-send): If mail-encode-mml is non-nil, run the outgoing
4863 message through mml-to-mime, and reset mail-encode-mml to nil.
4864
28c45130
GM
48652011-09-09 Glenn Morris <rgm@gnu.org>
4866
4867 * woman.el (woman-if-body): When processing an .el block,
4868 do not delete the next .el block as well. (Bug#9447)
69f4b618 4869 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 4870
9b1c252e
MR
48712011-09-08 Martin Rudalics <rudalics@gmx.at>
4872
4873 * window.el (window-deletable-p): Make sure window is live before
4874 invoking window-prev-buffers.
4875
567457e3
LL
48762011-09-08 Leo Liu <sdl.web@gmail.com>
4877
4878 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
4879
97f05794
JL
48802011-09-08 Juri Linkov <juri@jurta.org>
4881
4882 * progmodes/compile.el (compilation-environment): Make it
4883 a defcustom (bug#8340).
4884
8b0874b5
MR
48852011-09-08 Martin Rudalics <rudalics@gmx.at>
4886
4887 * window.el (frame-auto-delete): Rename to window-auto-delete.
4888 Make it control auto-deletion of windows and/or frames.
4889 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 4890 for deleting window/frame. (Bug#9419)
8b0874b5
MR
4891 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
4892 Rewrite handling of case when window/frame can be deleted.
4893 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 4894 argument t. (Bug#9456)
8b0874b5 4895
4feb6e73
CY
48962011-09-07 Chong Yidong <cyd@stupidchicken.com>
4897
4898 * help-mode.el (help-mode): Restore autoload.
4899
91ab9c13
JL
49002011-09-07 Juri Linkov <juri@jurta.org>
4901
4902 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
4903 `compilation-environment'. Set buffer-local
4904 `compilation-environment' to `thisenv' later after (funcall mode).
4905 (Bug#8340)
4906
4907 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
4908 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
4909 instead of replacing its value. (Bug#8340)
4910
0527e251
JL
49112011-09-07 Juri Linkov <juri@jurta.org>
4912
4913 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
4914 based on text properties put by `grep-filter' instead of matching
4915 escape sequences.
4916 (grep-mode): Set buffer-local `compilation-error-screen-columns'
4917 to the value of `grep-error-screen-columns' (bug#9438).
4918
249f792c
JL
49192011-09-07 Juri Linkov <juri@jurta.org>
4920
4921 * simple.el (next-error-highlight, next-error-highlight-no-select):
4922 Doc fix (bug#9432).
4923
ff7271b9
OT
49242011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
4925
4926 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
4927 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
4928
183fc730
LL
49292011-09-07 Leo Liu <sdl.web@gmail.com>
4930
4931 * net/rcirc.el (rcirc-mode): Conditionally initialize
4932 rcirc-input-ring.
4933
77694924
SM
49342011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4935
4936 * emacs-lisp/find-func.el (find-function-C-source): Only set
4937 find-function-C-source-directory after checking that we found a source
4938 file there (bug#9440).
4939
d809b8eb
AM
49402011-09-06 Alan Mackenzie <acm@muc.de>
4941
4942 * isearch.el (isearch-other-meta-char): Wherever a key list is
4943 unread, "unread" the prefix arg, too. This fixes bug #8901.
4944
453de99f
OG
49452011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
4946
4947 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
4948
90439906
JL
49492011-09-05 Juri Linkov <juri@jurta.org>
4950
4951 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
4952
f62bd846
JL
49532011-09-05 Juri Linkov <juri@jurta.org>
4954
4955 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
4956 keeping point where processing of grep matches begins, and
4957 continue to delete remaining escape sequences from the same point.
4958 (grep-filter): Make leading zero optional in "0?1;31m" because
4959 git-grep emits "\033[1;31m" escape sequences unlike expected
4960 "\033[01;31m" as GNU Grep does (bug#9408).
4961 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
4962
045820ec
JL
49632011-09-05 Juri Linkov <juri@jurta.org>
4964
4965 * subr.el (y-or-n-p): Capitalize "yes".
4966
f5e29b9b
MA
49672011-09-04 Michael Albinus <michael.albinus@gmx.de>
4968
4969 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
4970 `tramp-cache-unload-hook' where appropriate.
4971 (tramp-methods): Rename `tramp-remote-sh' to
4972 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
4973 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
4974
4975 * net/tramp-sh.el (top): Don't require 'shell.
4976 (tramp-methods): Add `tramp-remote-shell' and
4977 `tramp-remote-shell-args' entries.
4978 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
4979 (tramp-sh-handle-shell-command): Remove.
4980 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4981 Use `tramp-remote-shell'.
4982
2784c434
CY
49832011-09-03 Chong Yidong <cyd@stupidchicken.com>
4984
393a301e 4985 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
4986 (sendmail-query-once): Save directly to send-mail-function.
4987 Update message-send-mail-function too.
4988
4989 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
4990
464cdf56
CS
49912011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
4992
4993 * progmodes/python.el (python-mode-map): Use correct function to
4994 start python interpreter from menu-bar (as reported by Geert
4995 Kloosterman).
4996 (inferior-python-mode-map): Fix typo.
393a301e 4997 (python-shell-map): Remove.
464cdf56 4998
d37e5c87
DD
49992011-09-03 Deniz Dogan <deniz@dogan.se>
5000
5001 * net/rcirc.el (rcirc-print): Simplify code for
5002 rcirc-scroll-show-maximum-output. There is no need to walk
5003 through all windows to find the right one.
5004
f3ada0ee
CS
50052011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
5006
5007 * help.el (help-return-method): Doc fix.
5008
1f3c99ca
MR
50092011-09-03 Martin Rudalics <rudalics@gmx.at>
5010
5011 * window.el (window-deletable-p): Don't return a non-nil value
5012 when there's a buffer that was shown in the window before.
5013 (Bug#9419)
393a301e
SM
5014 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
5015 Set window's previous buffers to nil.
1f3c99ca 5016
a3cf097f
EZ
50172011-09-03 Eli Zaretskii <eliz@gnu.org>
5018
5019 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
5020 newline before and after the tag line, so it doesn't interfere
5021 with determining the paragraph direction of bidirectional text.
5022
3d03de90
LL
50232011-09-03 Leo Liu <sdl.web@gmail.com>
5024
5025 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
5026
c3313451
CY
50272011-09-02 Chong Yidong <cyd@stupidchicken.com>
5028
393a301e 5029 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
5030 (pop-to-buffer): Change interactive spec. Pass second argument
5031 directly to display-buffer.
5032 (display-buffer): Fix interactive spec. Use functionp to
5033 distinguish between a function and a list of functions.
5034
5035 * abbrev.el (edit-abbrevs):
5036 * arc-mode.el (archive-extract):
5037 * autoinsert.el (auto-insert):
5038 * bookmark.el (bookmark-bmenu-list):
5039 * files.el (find-file):
5040 * view.el (view-buffer):
5041 * progmodes/compile.el (compilation-goto-locus):
5042 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
5043
89894cd8
CY
50442011-09-02 Chong Yidong <cyd@stupidchicken.com>
5045
5046 * window.el (display-buffer-alist): Doc fix.
5047 (display-buffer): Add docstring. Don't treat
5048 display-buffer-default specially.
5049 (display-buffer-reuse-selected-window)
5050 (display-buffer-same-window, display-buffer-maybe-same-window)
5051 (display-buffer-reuse-window, display-buffer-pop-up-frame)
5052 (display-buffer-pop-up-window)
5053 (display-buffer-reuse-or-pop-window)
5054 (display-buffer-use-some-window): New functions.
5055 (display-buffer-default-action): Use them.
393a301e 5056 (display-buffer-default): Delete.
89894cd8
CY
5057 (pop-to-buffer-1): Fix choice of actions.
5058
ae0bc9fb
SM
50592011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
5060
5061 * minibuffer.el (completion--insert-strings): Don't get confused by
5062 completion entries that end with an LF char.
5063
e9d90883
EZ
50642011-09-01 Eli Zaretskii <eliz@gnu.org>
5065
5066 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
5067
437014c8
CY
50682011-09-01 Chong Yidong <cyd@stupidchicken.com>
5069
5070 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
5071 (display-buffer-same-window, display-buffer-other-window):
5072 New functions.
437014c8
CY
5073 (pop-to-buffer-1): New function. Use the above.
5074 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 5075 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
5076
5077 * view.el (view-buffer-other-window, view-buffer-other-frame):
5078 Just use pop-to-buffer.
5079
a5e063d5
TV
50802011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5081
5082 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
5083
793d32bb
WH
50842011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
5085
5086 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
5087
d65e4c15
RS
50882011-08-31 Richard Stallman <rms@gnu.org>
5089
5090 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
5091 of the separation of rmail-view-buffer from rmail-buffer.
5092 If you say no to "replace original", the decrypt is in the
5093 view buffer. If you say yes, the decrypt goes into the
5094 rmail buffer also.
5095
f818cd2a
MR
50962011-08-31 Martin Rudalics <rudalics@gmx.at>
5097
5098 * window.el (display-buffer-window): Rewrite doc-string.
5099 (display-buffer-record-window): New function.
5100 (display-buffer-macro-specifiers)
5101 (display-buffer-even-window-sizes, display-buffer-set-height)
5102 (display-buffer-set-width, display-buffer-in-window)
5103 (display-buffer-reuse-window, display-buffer-split-specifiers)
5104 (display-buffer-side-specifiers, display-buffer-split-window-1)
5105 (display-buffer-split-window, display-buffer-split-atom-window)
5106 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
5107 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
5108 (display-buffer-other-window-means-other-frame)
5109 (display-buffer-normalize-special)
5110 (display-buffer-normalize-default)
5111 (display-buffer-normalize-argument)
5112 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
5113 (display-buffer-normalize-specifiers, display-buffer-frame)
5114 (display-buffer-same-window, display-buffer-same-frame)
5115 (display-buffer-other-window)
5116 (display-buffer-same-frame-other-window)
5117 (display-buffer-other-frame, pop-to-buffer-same-window)
5118 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
5119 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
5120 (switch-to-buffer-same-frame)
5121 (switch-to-buffer-other-window-same-frame)
5122 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
5123 (display-buffer-alist-set-1, display-buffer-alist-set-2)
5124 (display-buffer-alist-set): Remove.
5125 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
5126 (special-display-regexps, special-display-function):
5127 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
5128 parameter.
5129 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
5130 (special-display-frame-alist, special-display-popup-frame)
5131 (same-window-buffer-names, same-window-regexps, same-window-p)
5132 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
5133 (split-window-preferred-function, split-height-threshold)
5134 (split-width-threshold, window-splittable-p)
5135 (split-window-sensibly, window--try-to-split-window)
5136 (window--frame-usable-p, even-window-heights)
5137 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
5138 (window--display-buffer-2, display-buffer-other-frame):
5139 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
5140 (display-buffer-default, display-buffer-assq-regexp): New functions.
5141 (display-buffer-alist): Rewrite doc-string.
5142 (display-buffer-default-action)
5143 (display-buffer-overriding-action): New variables.
5144 (display-buffer, switch-to-buffer): Rewrite.
5145 (pop-to-buffer): Restore Emacs 23 behavior but use
5146 window-normalize-buffer-to-display.
5147 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
5148 Restore Emacs 23 behavior but use
5149 window-normalize-buffer-to-switch-to.
5150 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
5151 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
5152 Rewrite using Emacs 23 options.
f818cd2a 5153
5bc3b51d
MA
51542011-08-31 Michael Albinus <michael.albinus@gmx.de>
5155
5156 * net/tramp.el (tramp-root-regexp): Remove.
5157 (tramp-completion-file-name-regexp-unified)
5158 (tramp-completion-file-name-regexp-separate)
5159 (tramp-completion-file-name-regexp-url): Don't use leading volume
5160 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
5161 (tramp-drop-volume-letter): Simplify definition.
5162 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 5163
b1a4f8e1
SM
51642011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5165
5166 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
5167 (bug#9356).
5168
5664fa7b
RT
51692011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
5170
b1a4f8e1 5171 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 5172
9a45d6c3
JL
51732011-08-29 Juri Linkov <juri@jurta.org>
5174
5175 * isearch.el (isearch-done): Don't display message "Mark saved"
5176 when arg `edit' is non-nil to prevent its flicker in the echo area.
5177
fb87e0fb
CY
51782011-08-28 Chong Yidong <cyd@stupidchicken.com>
5179
5180 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
5181 obsolete packages for deletion.
5182
09ac1c2a
CS
51832011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
5184
5185 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 5186 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
5187 view-mode from help-mode.
5188 (help-xref-override-view-map): Remove.
5189 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
5190 view-mode is not used anymore.
5191
7a1ff57f
CY
51922011-08-28 Chong Yidong <cyd@stupidchicken.com>
5193
5194 * server.el (server-port): Doc fix.
5195
b9696605
CY
5196 * cus-theme.el (custom-theme-choose-mode): Inherit from
5197 special-mode (Bug#9124).
5198 (custom-theme-choose-mode-map): Add special-mode to parent.
5199
ef8cdf8c
AM
52002011-08-28 Alan Mackenzie <acm@muc.de>
5201
5202 * progmodes/cc-fonts.el
5203 (c-make-font-lock-BO-decl-search-function): New function.
5204 (c-basic-matchers-after - "Fontify the clauses after various
5205 keywords"): Extract the three keyword lists for the 3 erroneous
5206 constructs from the list of four, and use the new function above
5207 in place of an old one.
5208
27de4e20
DD
52092011-08-28 Deniz Dogan <deniz@dogan.se>
5210
5211 * net/rcirc.el (rcirc-insert-prev-input)
5212 (rcirc-insert-next-input): Remove unused argument.
5213
356a3681
SM
52142011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5215
5216 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
5217
3fc9b218
AM
52182011-08-27 Alan Mackenzie <acm@muc.de>
5219
5220 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
5221 handle function pointer parameters properly.
5222
538a061c
MR
52232011-08-27 Martin Rudalics <rudalics@gmx.at>
5224
5225 * window.el (display-buffer-reuse-window): Fix case where
5226 selected window was reused with non-nil OTHER-WINDOW argument.
5227 (Bug#9381)
5228
35b1c40c
DD
52292011-08-27 Deniz Dogan <deniz@dogan.se>
5230
5231 * net/rcirc.el (rcirc-check-auth-status): Adding support for
5232 oftc's NickServ messages.
5233
2f6a3e79
GM
52342011-08-27 Glenn Morris <rgm@gnu.org>
5235
5236 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
5237
7254299e
CY
52382011-08-26 Chong Yidong <cyd@stupidchicken.com>
5239
5240 * emacs-lisp/package.el (package-install): Call package-initialize
5241 if called interactively.
5242
f8ccf167
LL
52432011-08-26 Leo Liu <sdl.web@gmail.com>
5244
5245 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
5246
3e8cd5ce
JL
52472011-08-25 Juri Linkov <juri@jurta.org>
5248
5249 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
5250 `search-whitespace-regexp' (bug#9364).
5251
93eb7113
JL
52522011-08-25 Juri Linkov <juri@jurta.org>
5253
5254 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
5255 `regexp-search-ring' to their global values to protect from
5256 updating by `read-from-minibuffer' (bug#9185).
5257
f65d1611
JL
52582011-08-25 Juri Linkov <juri@jurta.org>
5259
5260 * textmodes/ispell.el (ispell-command-loop): Add newline
5261 at the end of the "Use option `i'..." line.
5262
f1cf7a31
JL
52632011-08-25 Juri Linkov <juri@jurta.org>
5264
5265 * battery.el (display-battery-mode): If `battery-status-function'
5266 or `battery-mode-line-format' is nil, display the message and set
5267 `display-battery-mode' to nil (bug#9363).
5268
0c95fcf7
EZ
52692011-08-25 Eli Zaretskii <eliz@gnu.org>
5270
5271 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
5272 bidi-string-mark-left-to-right; they are unnecessary now.
5273
a2ebe600
DD
52742011-08-25 Deniz Dogan <deniz@dogan.se>
5275
5276 * net/quickurl.el: Documentation typo fixes.
5277
e4ed06f1
CY
52782011-08-25 Chong Yidong <cyd@stupidchicken.com>
5279
5280 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
5281
e5f1c99e
GM
52822011-08-25 Glenn Morris <rgm@gnu.org>
5283
b2948976
GM
5284 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
5285
e5f1c99e
GM
5286 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
5287 (smtpmail-via-smtp): Handle nil response from smtp.
5288
f22f4808
JL
52892011-08-24 Juri Linkov <juri@jurta.org>
5290
5291 * proced.el (proced-marked): Inherit from `error' instead of
5292 `font-lock-warning-face'.
5293
5294 * ibuffer.el (ibuffer-marked-face): Change default face from
5295 `font-lock-warning-face' to `warning'.
5296 (ibuffer-deletion-face): Change default face from
5297 `font-lock-type-face' to `error'.
5298
5299 * battery.el (battery-update): Use the face `error' instead of
5300 `font-lock-warning-face' (bug#6117).
5301
6a93965e
JL
53022011-08-24 Juri Linkov <juri@jurta.org>
5303
5304 * faces.el (success): Change face color from "Green3" to
5305 "ForestGreen" on light background (bug#9353).
5306
1ed43b09
CY
53072011-08-24 Chong Yidong <cyd@stupidchicken.com>
5308
5664fa7b
RT
5309 * window.el (quit-window): Rename from quit-restore-window.
5310 Use same arglist as old quit-window.
1ed43b09
CY
5311 (frame-auto-delete): Doc fix.
5312
5313 * view.el (view-mode-exit): Use quit-window.
5314
11dcdbb2
JL
53152011-08-24 Juri Linkov <juri@jurta.org>
5316
5317 * isearch.el (isearch-ring-adjust1): Start visiting previous
5318 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
5319 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
5320 for empty search string (when the last search string is reused
5321 automatically) to adjust the isearch ring to the last element and
5322 prepare the correct index for further M-p commands (bug#9185).
5323
de62b4df
KH
53242011-08-24 Kenichi Handa <handa@m17n.org>
5325
5326 * international/ucs-normalize.el: If decomposition property of
5327 CHAR is the default one (i.e. a list of CHAR itself), treat it as
5328 nil.
5329 (nfd, nfkd): Likewise.
5330
963b492b
SM
53312011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
5332
5333 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
5334 from process filters aren't reliably transmitted to the surrounding
5335 accept-process-output.
5336 (mpc-proc-check): New function.
5337 (mpc-proc-sync): Use it (bug#8293)
5338
93b6b5e1
SM
53392011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5340
5341 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
5342 Add compatibility functions (bug#9313).
5343
bca633fb
EZ
53442011-08-23 Eli Zaretskii <eliz@gnu.org>
5345
b177498a
EZ
5346 * cus-start.el (all): Add entry for bidi-paragraph-direction.
5347
6df6ae42 5348 * international/uni-bidi.el: Regenerate.
bca633fb 5349
0902a04e
KH
53502011-08-23 Kenichi Handa <handa@m17n.org>
5351
5352 * international/charprop.el:
5353 * international/uni-bidi.el:
5354 * international/uni-category.el:
5355 * international/uni-combining.el:
5356 * international/uni-comment.el:
5357 * international/uni-decimal.el:
5358 * international/uni-decomposition.el:
5359 * international/uni-digit.el:
5360 * international/uni-lowercase.el:
5361 * international/uni-mirrored.el:
5362 * international/uni-name.el:
5363 * international/uni-numeric.el:
5364 * international/uni-old-name.el:
5365 * international/uni-titlecase.el:
5366 * international/uni-uppercase.el: Regenerate.
5367
3bbf23bc
MR
53682011-08-23 Martin Rudalics <rudalics@gmx.at>
5369
5370 * help.el (help-window-setup): Fix message displayed when other
5371 window is reused. (Bug#9341)
5372
b3fd59bd
SM
53732011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5374
1802e444
SM
5375 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
5376 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
5377
b3fd59bd
SM
5378 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
5379 Mark obsolete.
5380 * shell.el (shell-parse-pcomplete-arguments): New function.
5381 (shell-completion-vars): Use it instead (bug#9160).
5382
4eb61348
SM
53832011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
5384
867cab74
SM
5385 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
5386 strings and comments (bug#9333).
5387
4eb61348
SM
5388 * emacs-lisp/debug.el (debug-arglist): New function.
5389 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
5390 (debug-on-entry-1): Handle interpreted closures (bug#9120).
5391
262a1439
JL
53922011-08-22 Juri Linkov <juri@jurta.org>
5393
56ee679c
JL
5394 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5395 Revert regexp that highlights output switches to its old
5396 pre-2010-10-28 value and remove one `?' from it (bug#9319).
5397
262a1439
JL
5398 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
5399 to check for empty output (bug#9226).
5400
f13f86fb
CY
54012011-08-22 Chong Yidong <cyd@stupidchicken.com>
5402
5403 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
5404 symbol-constituent as the default, as that stops font-lock from
5405 working properly (Bug#8843).
5406
c65c9622
LMI
54072011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5408
5409 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
5410 `coding-system-for-*' around the process open call to avoid
5411 auth-source side effects.
e7f2c178 5412 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
5413 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
5414 probe hangs.
c65c9622 5415
23a8a5ab
CY
54162011-08-21 Chong Yidong <cyd@stupidchicken.com>
5417
ff98b2dd
CY
5418 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
5419
23a8a5ab
CY
5420 * emacs-lisp/find-func.el (find-function-noselect): New arg
5421 lisp-only.
5422
5423 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
5424 signal an error for built-in functions (Bug#6664).
5425
f5e3c598
LMI
54262011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5427
5428 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
5429 (smtpmail-try-auth-methods): Use it.
5430
a3f2468a
CY
54312011-08-21 Chong Yidong <cyd@stupidchicken.com>
5432
2c34e8da
CY
5433 * font-lock.el (font-lock-fontify-region)
5434 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
5435 (font-lock-default-unfontify-buffer)
5436 (font-lock-default-fontify-region)
5437 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
5438
b3fd59bd
SM
5439 * progmodes/compile.el (compilation-error-properties):
5440 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
5441 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
5442 `ant' regexp.
ee31aabc 5443
a3f2468a
CY
5444 * net/browse-url.el (browse-url-firefox): Don't call
5445 browse-url-firefox-sentinel unless using -remote (Bug#9328).
5446
8e999f70
GM
54472011-08-20 Glenn Morris <rgm@gnu.org>
5448
c21a496a
GM
5449 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
5450
59ee0542
GM
5451 * tutorial.el (tutorial--default-keys): Update some default bindings.
5452
8e999f70
GM
5453 * files.el (hack-local-variables): Fully ignore case for "mode:".
5454
e3715033
AM
54552011-08-20 Alan Mackenzie <acm@muc.de>
5456
5457 Resolve invalid use of a regexp in regexp-opt.
5458
4d61f28d
JB
5459 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
5460 detection for a java annotation.
e3715033 5461
4d61f28d 5462 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
5463 detection for a java annotation.
5464
4d61f28d
JB
5465 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
5466 handling for java.
e3715033
AM
5467 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
5468
04ed2e9c
CY
54692011-08-20 Chong Yidong <cyd@stupidchicken.com>
5470
5471 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
5472 (Bug#9274).
5473
826cee64
AM
54742011-08-20 Alan Mackenzie <acm@muc.de>
5475
58179cce 5476 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
5477 such a construct. Mainly for when jit-lock etc. starts a chunk
5478 here.
5479
58179cce 5480 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 5481 variable.
58179cce 5482 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
5483 c-make-font-lock-search-function.
5484 (c-make-font-lock-search-function): Use the above function.
5485 (c-make-font-lock-context-search-function): New function.
5486 (c-cpp-matchers): Enhance the preprocessor expression case with
5487 the above function
5488 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
5489 which takes an expression.
5490
5491 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
5492
13009bd8
MR
54932011-08-20 Martin Rudalics <rudalics@gmx.at>
5494
5495 * window.el (display-buffer-reuse-window)
5496 (display-buffer-pop-up-window): Don't reuse or split a side
5497 window.
5498
9234ff7f
GM
54992011-08-19 Glenn Morris <rgm@gnu.org>
5500
5501 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 5502 Downcase "Mode:". (Bug#9331)
9234ff7f 5503
f635daa1
CY
55042011-08-18 Chong Yidong <cyd@stupidchicken.com>
5505
5506 * international/characters.el: Add L and R categories.
5507
5508 * subr.el (bidi-string-mark-left-to-right): Rename from
5509 string-mark-left-to-right. Use category search.
5510
5511 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
5512
bc987f8b
JL
55132011-08-18 Juri Linkov <juri@jurta.org>
5514
5515 * faces.el (error, warning, success): New faces with definitions
5516 copied from old default values of `font-lock-warning-face',
5517 `compilation-warning', `compilation-info' (bug#6117).
5518
5519 * font-lock.el (font-lock-warning-face): Inherit from `error'.
5520
5521 * progmodes/compile.el (compilation-error): Inherit from `error'.
5522 (compilation-warning): Inherit from `warning'.
5523 (compilation-info): Inherit from `success'.
5524
5525 * dired.el (dired-marked): Inherit from `warning'.
5526 (dired-flagged): Inherit from `error'.
5527
57173b96
LMI
55282011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5529
3e79eb87
LMI
5530 * mail/smtpmail.el (auth-source): Require to avoid problems with
5531 binding variables (bug#9298). Also clean up some unused
5532 autoloads.
5533
b3fd59bd
SM
5534 * net/network-stream.el (network-stream-open-starttls):
5535 Support using starttls.el without using gnutls-cli.
57173b96 5536
02b404de
JL
55372011-08-17 Juri Linkov <juri@jurta.org>
5538
5539 * progmodes/grep.el (rgrep): Handle the case when
5540 `grep-find-command' is a cons cell (bug#9278).
5541
8c9177f2
MR
55422011-08-17 Martin Rudalics <rudalics@gmx.at>
5543
5544 * window.el (display-buffer-pop-up-frame): Run frame creation
5545 function with BUFFER current (as special-display-popup-frame
5546 does). Reported by Drew Adams.
5547
3644a0ab
DU
55482011-08-17 Daiki Ueno <ueno@unixuser.org>
5549
5550 * epa-mail.el: Simplify GnuPG group expansion using
5551 epg-expand-group.
5552 (epa-mail-group-alist, epa-mail-group-modtime)
5553 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
5554 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
5555 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
5556 Remove.
5557
5e617bc2 55582011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
5559
5560 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
5561
9c4aeabf
AM
55622011-08-16 Alan Mackenzie <acm@muc.de>
5563
5564 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
5565 Correct, to avoid the inside of macros.
5566
3a99bf64
RS
55672011-08-16 Richard Stallman <rms@gnu.org>
5568
04963aa8
RS
5569 * epa-mail.el: Handle GnuPG group definitions.
5570 (epa-mail-group-alist, epa-mail-group-modtime)
5571 (epa-mail-gnupg-conf-file): New variables.
5572 (epa-mail-parse-groups, epa-mail-sync-groups)
5573 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
5574 (epa-mail-expand-recipients): New functions.
5575 (epa-mail-encrypt): Call epa-mail-expand-recipients.
5576
177549d0
RS
5577 * mail/rmail.el (rmail-epa-decrypt): New command.
5578
fe38beef
RS
5579 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
5580 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
5581 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
5582 (epa-decrypt-armor-in-region): Make error message clearer.
5583
934eacb9
SM
55842011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
5585
5586 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
5587 and "a2b" to "ab" for `prefix'.
5588
d024fb4e
CY
55892011-08-14 Chong Yidong <cyd@stupidchicken.com>
5590
5591 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
5592 filter groups.
de148fee
CY
5593 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
5594 Fourquet (Bug#8804).
d024fb4e 5595
62f1ca49
JB
55962011-08-12 Juanma Barranquero <lekktu@gmail.com>
5597
5598 * startup.el (argi): Declare as global variable (bug#9275).
5599
9ccaaa4b
CY
56002011-08-12 Chong Yidong <cyd@stupidchicken.com>
5601
5602 * subr.el (string-mark-left-to-right): Search the entire string
5603 for RTL script, not just the terminating character. Doc fix.
5604
a3dae87a
SM
56052011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
5606
6cd18349
SM
5607 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
5608 New function.
5609 (js--regexp-literal, js-syntax-propertize-function): Remove.
5610 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
5611 (js-mode-map): Don't rebind electric keys.
5612 (js-insert-and-indent): Remove.
5613 (js-mode): Setup electric-layout and electric-indent instead.
5614
a3dae87a
SM
5615 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
5616
9d5cb631
DU
56172011-08-12 Daiki Ueno <ueno@unixuser.org>
5618
5619 * epa.el (epa-progress-callback-function): Fix the logic of
5620 displaying progress.
5621 * epa-file.el (epa-file-insert-file-contents): Make progress
5622 display more user-friendly.
5623 (epa-file-write-region): Ditto.
5624
3e26a4a2
CY
56252011-08-10 Chong Yidong <cyd@stupidchicken.com>
5626
5627 * subr.el (string-mark-left-to-right): New function.
5628
5629 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
5630 Use string-mark-left-to-right.
5631 (list-buffers-noselect): Caller changed.
5632
a3dae87a
SM
5633 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
5634 Use string-mark-left-to-right.
3e26a4a2
CY
5635 (tabulated-list-print): Recenter after moving point.
5636
ac8cf6e6
JL
56372011-08-10 Juri Linkov <juri@jurta.org>
5638
5639 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
5640 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
5641 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
5642
8d96c9a4
CY
56432011-08-09 Chong Yidong <cyd@stupidchicken.com>
5644
5645 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
5646 (Bug#7554).
5647
7be1c708 56482011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
5649
5650 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
5651 character. (Bug#6594)
5652
37e11a63
CY
56532011-08-08 Chong Yidong <cyd@stupidchicken.com>
5654
839dde57
CY
5655 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
5656 (image-dired--with-db-file): New macro.
5657 (image-dired-write-tags, image-dired-remove-tag)
5658 (image-dired-create-gallery-lists, image-dired-write-comments)
5659 (image-dired-get-comment, image-dired-mark-tagged-files)
5660 (image-dired-list-tags, image-dired-gallery-generate): Use it.
5661 (image-dired-gallery-generate): Use insert-file-contents.
5662
37e11a63
CY
5663 * time.el (display-time-world-list, display-time-world-display):
5664 * time-stamp.el (time-stamp-string):
5665 * vc/add-log.el (add-change-log-entry): Use setenv instead of
5666 set-time-zone-rule (Bug#7337).
5667
0b4946c4
DU
56682011-08-08 Daiki Ueno <ueno@unixuser.org>
5669
5670 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
5671 (epg-error-to-string, epg-errors-to-string): New function.
5672 (epg-wait-for-completion): Reverse errors list.
5673 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
5674 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
5675 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
5676 (epg-sign-keys, epg-generate-key-from-file)
5677 (epg-generate-key-from-string): Format errors by using
5678 epg-errors-to-string (bug#9255).
5679 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
5680
75bfc667
JL
56812011-08-07 Juri Linkov <juri@jurta.org>
5682
5683 * faces.el (list-faces-display): Remove extra angle bracket
5684 from `help-mode-map'.
5685
5686 * info.el (Info-history-toc-nodes): Doc fix.
5687
5688 * longlines.el (longlines-mode): Doc fix.
5689
673e08bb
SM
56902011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
5691
4640dd88
SM
5692 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
5693 of statements and in a few more cases (bug#9183).
5694
673e08bb
SM
5695 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
5696 New functions.
5697 (cl-transform-lambda): Use them (bug#9239).
5698
89b3f019
MR
56992011-08-05 Martin Rudalics <rudalics@gmx.at>
5700
5701 * window.el (display-buffer-same-window)
5702 (display-buffer-same-frame, display-buffer-other-window)
5703 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
5704 (pop-to-buffer-other-window)
5705 (pop-to-buffer-same-frame-other-window)
5706 (pop-to-buffer-other-frame): Make them defuns.
5707 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
5708
640c8776
SM
57092011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5710
5711 * subr.el (make-composed-keymap): Move from C. Change calling
5712 convention, and improve docstring to bring attention to a subtle point.
5713 * minibuffer.el (completing-read-default): Adjust accordingly.
5714
63648a95
MA
57152011-08-03 Michael Albinus <michael.albinus@gmx.de>
5716
5717 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
5718 (tramp-open-shell): Use `tramp-shell-quote-argument'.
5719
5720 * net/trampver.el: Update release number.
5721
b796c9b7
SM
57222011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5723
5724 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
5725 "in" (bug#9190).
5726
2239d7d5
LMI
57272011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5728
e07dd7c3
LMI
5729 * mail/sendmail.el (sendmail-query-once): Restore the current
5730 buffer after querying (bug#9074).
5731
0e6a2bd7
LMI
5732 * dired.el (dired-flagged): Use different faces for marked and
5733 flagged files (bug#6117).
5734
ce887515
LMI
5735 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
5736 (bug#4433).
5737
92f2affc
LMI
5738 * ido.el (ido-mode): Switch off the message if called
5739 non-interactively.
5740
57d5aff0
LMI
5741 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
5742 before 587, since it appears that that's more likely to work for
5743 more people.
5744
98cd6c18 5745 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 5746 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
5747 exist.
5748
b96dec83
LMI
5749 * info.el: Remove the `Info-beginning-of-buffer' function
5750 (bug#8325).
5751
b796c9b7
SM
5752 * net/network-stream.el (network-stream-open-starttls):
5753 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 5754
d90e2ea0
MR
57552011-08-01 Martin Rudalics <rudalics@gmx.at>
5756
5757 * window.el (display-buffer-in-window): Don't set dedicated status
5758 of window here (Bug#9215).
5759 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
5760 (display-buffer-pop-up-side-window)
b796c9b7 5761 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 5762
cca09170
SM
57632011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
5764
5765 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
5766 before binding generated-autoload-file.
5767
027b979c
DD
57682011-08-01 Deniz Dogan <deniz@dogan.se>
5769
5770 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
5771
3c7ee4f3
MA
57722011-07-30 Michael Albinus <michael.albinus@gmx.de>
5773
5774 Sync with Tramp 2.2.2.
5775
5776 * net/trampver.el: Update release number.
5777
2cc8e51a
JL
57782011-07-30 Juri Linkov <juri@jurta.org>
5779
5780 * dired-aux.el (dired-touch-initial): Remove function.
5781 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
5782 current time, and `default' to the last modification time of the
5783 current marked file (bug#6887).
5784
a514d856
JM
57852011-07-28 Jose E. Marchesi <jemarch@gnu.org>
5786
5787 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 5788 numeric argument to read-number (bug#9163).
a514d856 5789
8a7eddd7
MA
57902011-07-27 Michael Albinus <michael.albinus@gmx.de>
5791
5792 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
5793 connection process, it could be nil.
5794
1ddd96f5
LL
57952011-07-27 Leo Liu <sdl.web@gmail.com>
5796
5797 Simplify url handling in rcirc-mode.
5798
5799 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
5800 (rcirc-browse-url-at-mouse): Remove.
5801 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
5802
b248a85d
AM
58032011-07-26 Alan Mackenzie <acm@muc.de>
5804
5805 Fontify bitfield declarations properly.
5806
5807 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
5808 (c-symbol-chars): Now exported as a lang variable.
5809 (c-not-primitive-type-keywords): New lang variable.
5810
5811 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
5812 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 5813 parsed as a bitfield declaration.
b248a85d 5814
b796c9b7
SM
5815 * progmodes/cc-engine.el (c-beginning-of-statement-1):
5816 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
5817 (c-punctuation-in): New function.
5818 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
5819 declarations properly.
5820
68575ab0
UJ
58212011-07-26 Ulf Jasper <ulf.jasper@web.de>
5822
5823 * calendar/icalendar.el (icalendar--all-events): Take care of
5824 multiple vcalendars in a single file.
b796c9b7 5825 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 5826
0f0a88b9
DD
58272011-07-25 Deniz Dogan <deniz@dogan.se>
5828
5829 * image.el (insert-image): Clarifying docstring.
5830
0b3f36df
MA
58312011-07-24 Michael Albinus <michael.albinus@gmx.de>
5832
5833 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
5834 `tramp-send-command-and-check' if there is no error.
5835 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
5836
a9901f61
AM
58372011-07-22 Alan Mackenzie <acm@muc.de>
5838
5839 Prevent cc-langs.elc being loaded at run time.
5840
5841 * progmodes/cc-mode.el: Remove two autoload forms which loaded
5842 cc-langs.
5843
4d61f28d 5844 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
5845 "(require 'cc-langs)". Quote a form so it will evaluate at
5846 (cc-mode's) compilation time.
5847
11d074b2
MA
58482011-07-22 Michael Albinus <michael.albinus@gmx.de>
5849
5850 * net/tramp.el (tramp-file-name-handler): Avoid recursive
5851 loading. (Bug#9114)
5852
938b94c8
MR
58532011-07-21 Martin Rudalics <rudalics@gmx.at>
5854
5855 * window.el (display-buffer-pop-up-window)
5856 (display-buffer-pop-up-side-window)
5857 (display-buffer-in-side-window): Call display-buffer-set-height
5858 and display-buffer-set-width after setting the new window's
b796c9b7 5859 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 5860
bfa4f190
SS
58612011-07-20 Sam Steingold <sds@gnu.org>
5862
5863 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
5864 (etags-tags-included-tables): Call `convert-standard-filename' on
5865 the file names contained in TAGS so that windows Emacs can handle
5866 TAGS files created by cygwin ctags.
5867
8ca42262
LMI
58682011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5869
5870 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
5871 which apparently didn't work.
5872
5db2afd2 58732011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 5874
5db2afd2
RW
5875 * proced.el (proced-send-signal): For *Marked Processes* buffer
5876 put point at beginning of buffer.
5877
92e15d10
SB
58782011-07-19 Stephen Berman <stephen.berman@gmx.net>
5879
5880 * proced.el (proced-format): Make header lines align with the text
5881 (bug#1779).
5882
1bfd59e5
LMI
58832011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5884
5885 * view.el (view-buffer): Allow running in `special' modes if we're
5886 visiting a file (bug#8615).
5887
f5aae37c
MR
58882011-07-19 Martin Rudalics <rudalics@gmx.at>
5889
5890 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
5891 (display-buffer-alist-set-1, display-buffer-alist-set-2):
5892 New functions.
f5aae37c
MR
5893 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
5894 more accurately.
5895
bf2c1571
AM
58962011-07-18 Alan Mackenzie <acm@muc.de>
5897
5898 Fontify declarators properly when, e.g., a jit-lock chunk begins
5899 inside a declaration.
5900
5901 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
5902
b796c9b7
SM
5903 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
5904 New function.
bf2c1571
AM
5905 (c-complex-decl-matchers): Insert reference to
5906 c-font-lock-enclosing-decls.
5907
5908 * progmodes/cc-engine.el (c-backward-single-comment):
5909 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
5910 to nil around calls to (forward-comment -1).
5911
4e190b80
LMI
59122011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5913
12dc863d
LMI
5914 * image.el (put-image): Doc typo fix.
5915
a762e966
LMI
5916 * progmodes/etags.el (tags-search): Doc typo fix.
5917
4e190b80
LMI
5918 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
5919 password if we get errors 550 to 554.
5920
f019fb21
LMI
59212011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5922
b796c9b7 5923 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 5924
81746738
LMI
5925 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
5926 indentation character (bug#6380).
5927
3ee3a1b5
LMI
5928 * files.el (buffer-offer-save): Made permanently local (bug#6241).
5929
c82f64de
LMI
5930 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
5931 to clarify what the problem is (bug#4291).
5932
f019fb21
LMI
5933 * simple.el (current-kill): Clarify what
5934 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
5935 (auto-fill-mode): Document `auto-fill-function' in relation to
5936 `auto-fill-mode' (bug#2470).
f019fb21 5937
0794775d
LM
59382011-07-16 Lawrence Mitchell <wence@gmx.li>
5939
5940 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
5941 method if slot is read-only (bug#9035).
5942
be39b8cc
MR
59432011-07-16 Martin Rudalics <rudalics@gmx.at>
5944
b796c9b7 5945 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 5946 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
5947 selected before, see discussion of (Bug#8615), (Bug#6954).
5948 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 5949
6ccf7859
GM
59502011-07-15 Glenn Morris <rgm@gnu.org>
5951
5952 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 5953 Respect help-form.
6ccf7859 5954
87e86684
LM
59552011-07-09 Lawrence Mitchell <wence@gmx.li>
5956
5957 * net/gnutls.el (gnutls-min-prime-bits): New variable.
5958 (gnutls-negotiate): Use it.
5959
d6066239
LMI
59602011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5961
b796c9b7
SM
5962 * net/gnutls.el (gnutls-negotiate):
5963 Upcase `gnutls-algorithm-priority'.
d6066239 5964
bd23ebc0
GM
59652011-07-15 Glenn Morris <rgm@gnu.org>
5966
c65bca65
GM
5967 * jka-compr.el (jka-compr-verbose): Move from here...
5968 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
5969 Add missing :version tag.
5970 * info.el: No need to require jka-compr when compiling.
bd23ebc0 5971
478615cc
LMI
59722011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5973
7b41decb
LMI
5974 * net/gnutls.el (gnutls-algorithm-priority): New variable.
5975 (gnutls-negotiate): Use it.
5976
dbc44fcd
LMI
5977 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
5978
06789f97
LMI
5979 * info.el (Info-beginning-of-buffer): New command.
5980 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
5981 announcing `b' as the key (bug#8325).
ab896c37 5982 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 5983
c39da690
LMI
5984 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
5985
3aa5f34b
LMI
5986 * international/mule-cmds.el
5987 (describe-specified-language-support): Make the error message
5988 clearer (bug#8905).
5989
4bf0979f
LMI
5990 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
5991
478615cc
LMI
5992 * isearch.el (isearch-barrier): Add a doc string, since it's
5993 mentioned in a function doc string (bug#8678).
5994
75c68aa1
MR
59952011-07-15 Martin Rudalics <rudalics@gmx.at>
5996
5997 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
5998 buffer argument (Bug#9083) and self-identifying label argument.
5999
a7c33da2
GM
60002011-07-15 Glenn Morris <rgm@gnu.org>
6001
6002 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
6003
2f5c6024
LMI
60042011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6005
6006 * man.el (Man-fontify-manpage): Fix message when formatting the
6007 man page (bug#7929).
6008
0bb23927 60092011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
6010
6011 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
6012 argument LRM; if non-nil, append an invisible LRM character to the
6013 buffer name.
6014 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
6015 last argument non-nil, when formatting buffer names.
0bb23927
EZ
6016 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
6017 paragraph direction.
cce4b0a7 6018
621ef9ab
LMI
60192011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6020
d1583c48
LMI
6021 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
6022 the man page name (bug#7929).
6023
6a57fb5f
LMI
6024 * image.el (put-image): Mention the `put-image' overlay property
6025 (bug#7834).
6026
d7956b14
LMI
6027 * scroll-bar.el (set-scroll-bar-mode): Mention that
6028 `scroll-bar-mode' lists the values (bug#7772).
6029
5b2d4a66
LMI
6030 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
6031 command (bug#7729).
6032
7509a874
LMI
6033 * rect.el (apply-on-rectangle): Return the point after the last
6034 operation.
6035 (string-rectangle): Go to the point after the last operation
6036 (bug#7522).
6037
4fe74b19
LMI
6038 * printing.el (pr-toggle-region): Clarify the documentation
6039 slightly (bug#7493).
6040
b796c9b7
SM
6041 * time.el (display-time-update):
6042 Allow `display-time-mail-function' to return nil (bug#7158).
6043 Fix suggested by Detlev Zundel.
ab283561 6044
fc233c9d
LMI
6045 * vc/diff.el (diff): Clarify the order the file names are read
6046 (bug#7111).
6047
43f5740b
LMI
6048 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
6049 the doc string (bug#7015).
6050
f2182a76
LMI
6051 * font-lock.el (font-lock-maximum-decoration): Mention what
6052 numeric levels mean (bug#6935).
6053
621ef9ab
LMI
6054 * startup.el (initial-buffer-choice): Don't mention the `none'
6055 selection, which is against policy.
6056
adc47434
MR
60572011-07-14 Martin Rudalics <rudalics@gmx.at>
6058
b796c9b7
SM
6059 * window.el (display-buffer-normalize-special):
6060 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 6061
7e5bfb8f
EZ
60622011-07-14 Eli Zaretskii <eliz@gnu.org>
6063
6064 * subr.el (version<, version<=, version=): Mention "-CVS" and
6065 "-12345" alpha version numbers.
6066
27fa387a
CY
60672011-07-14 Chong Yidong <cyd@stupidchicken.com>
6068
6069 * bindings.el: Add advertised binding for set-mark-command
6070 (Bug#5772).
6071
8bdfa064
CY
60722011-07-14 Chong Yidong <cyd@stupidchicken.com>
6073
6074 * bindings.el (mode-line-other-buffer):
6075 * bookmark.el (bookmark-bmenu-2-window):
6076 * bs.el (bs-cycle-next, bs-cycle-previous):
6077 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
6078 switch-to-buffer.
6079
6080 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 6081 Delete.
8bdfa064 6082
5eba16a3
JB
60832011-07-14 Juanma Barranquero <lekktu@gmail.com>
6084
6085 * follow.el (follow-debug-message, follow-redisplay):
6086 * jka-cmpr-hook.el (with-auto-compression-mode):
6087 Fix typos in docstrings.
6088
15853710
LMI
60892011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6090
a28e4607
LMI
6091 * subr.el (with-silent-modifications): Clarify somewhat what the
6092 macro inhibits (bug#6525).
6093
15853710
LMI
6094 * simple.el (eval-expression): Note what it does if called
6095 interactively (bug#6495).
6096
bee0fcef
CY
60972011-07-13 Chong Yidong <cyd@stupidchicken.com>
6098
b796c9b7
SM
6099 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
6100 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
6101
6102 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6103 Remove switch-to-buffer.
6104
58274504
LMI
61052011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6106
bd2fcc8d
LMI
6107 * files.el (make-directory): Clarify that an error will be raised
6108 if there's an error (bug#6397).
6109
0f04b32c
LMI
6110 * startup.el (initial-buffer-choice): Add `none' as a choice
6111 (bug#6234).
6112
465c5fc8
LMI
6113 * subr.el (add-hook): Clarify section about buffer-local hooks
6114 (bug#6218).
6115
58274504
LMI
6116 * dired.el (dired-flagged): Clarify doc string (bug#6117).
6117
bead9a43
JB
61182011-07-13 Juanma Barranquero <lekktu@gmail.com>
6119
6120 * tabify.el (untabify): Preserve the current column so that point
6121 doesn't move (bug#6032).
6122
3af98a7b
LMI
61232011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6124
b796c9b7
SM
6125 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
6126 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 6127
6240145a
GM
61282011-07-13 Glenn Morris <rgm@gnu.org>
6129
6130 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
6131 (dired-insert-directory): Give a message the first time
6132 if ls is found not to support --dired.
6133
1d8c2ccc
LMI
61342011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6135
6136 * simple.el (toggle-truncate-lines): Clarify what is toggled
6137 (bug#5580). Text by Drew Adams.
6138
5fc4038e
CY
61392011-07-13 Chong Yidong <cyd@stupidchicken.com>
6140
6141 * simple.el (blink-matching-open): Make the error message from the
6142 last change less verbose.
6143
bf6012e5
DN
61442011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
6145
6146 * font-lock.el (font-lock-comment-face): Use the high contrast
6147 "yellow" color for font-lock-comment-face on low color terminals
6148 using a dark background color (bug#4221).
6149
343c3b5a
LMI
61502011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6151
7e9505c5
LMI
6152 * dired.el (dired-insert-set-properties): Make the doc string
6153 reflect what it does now (bug#5325).
6154
c26fdcf5
LMI
6155 * simple.el (blink-matching-open): Say that we were unable to find
6156 the match within the limit, if we're limited (bug#5122).
6157
bb388cc5
LMI
6158 * international/mule-cmds.el (prefer-coding-system): Add an
6159 example (bug#4869).
6160
343c3b5a
LMI
6161 * progmodes/etags.el (tags-search): Document `file-list-form'
6162 (bug#4731).
6163
2a517d45
LM
61642011-07-13 Lawrence Mitchell <wence@gmx.li>
6165
6166 * net/browse-url.el (browse-url-default-browser)
6167 (browse-url-browser-function): Make the default browser choice a
6168 bit more logical (bug#4300). Also clean up the doc string.
6169
b6c78ef2
JB
61702011-07-13 Juanma Barranquero <lekktu@gmail.com>
6171
6172 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
6173 binary endings (bug#4440).
6174
1c4dd947
LMI
61752011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6176
a2014063
LMI
6177 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
6178 which can be pretty annoying (bug#8971).
6179
9c9c2d88
LMI
6180 * jka-compr.el (jka-compr-verbose): New variable, and use
6181 throughout (bug#8971).
6182
1c4dd947
LMI
6183 * info.el (Info-find-file): Fall back on the installation
6184 directory if we can't find the info node anywhere else.
6185
a1c9f41b
SO
61862011-07-13 Sergei Organov <osv@javad.com> (tiny change)
6187
6188 * vc/vc.el (vc-revert-file):
6189 Don't set file time-stamp in the past. (Bug#5181)
6190
536f3d36
LMI
61912011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6192
7152b011
LMI
6193 * files.el (after-find-file): Give a better error message when
6194 trying to find a symlink that points to a file that doesn't exist
6195 (bug#4398).
6196
536f3d36
LMI
6197 * progmodes/cc-vars.el: Remove (probably) misleading comment
6198 (bug#4396).
6199
460c0fba
JB
62002011-07-12 Johan Bockgård <bojohan@gnu.org>
6201
6202 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
6203
7a6bda45
CY
62042011-07-12 Chong Yidong <cyd@stupidchicken.com>
6205
6206 * mouse-sel.el: Hack restoring functionality, while keeping
6207 compatibility with 2010-07-03 changes to mouse selection.
6208 (mouse-sel-primary-overlay): New var.
6209 (mouse-sel-selection-alist): Use it.
6210 (mouse-sel-mode): Doc fix; remove points that are default features
6211 of mouse.el.
6212
c79598ef
JB
62132011-07-12 Johan Bockgård <bojohan@gnu.org>
6214
6215 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6216 Fix previous fix (bug#2490).
6217
ff8be6ef
RW
62182011-07-12 Roland Winkler <winkler@gnu.org>
6219
b796c9b7
SM
6220 * textmodes/bibtex.el (bibtex-initialize):
6221 Use pop-to-buffer-same-window.
ff8be6ef
RW
6222 (bibtex-search-entries): Fix interactive call.
6223
296ba3ee
LMI
62242011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6225
f5242a02 6226 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
6227 Fontise bytecomp Error lines more correctly (bug#2490).
6228 Fix suggested by Johan Bockgård.
f5242a02 6229
296ba3ee
LMI
6230 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
6231
6232 * dired-x.el (dired-guess-default): Use `delete-dups'.
6233
f69fd0d2
CY
62342011-07-12 Chong Yidong <cyd@stupidchicken.com>
6235
6236 * dired.el (dired-mark-prompt):
6237 * dired-aux.el (dired-read-shell-command): Doc fix.
6238
eab5dc07
LMI
62392011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6240
b796c9b7
SM
6241 * mail/sendmail.el (sendmail-query-once):
6242 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
6243 emacs -Q.
6244
6245 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
6246
eab5dc07
LMI
6247 * cus-edit.el (custom-file): Take an optional no-error variable.
6248 (customize-save-variable): Set the variable, and give a warning if
6249 running under "emacs -q".
6250
a1e65d42
JB
62512011-07-11 Juanma Barranquero <lekktu@gmail.com>
6252
6253 * loadhist.el (unload-feature-special-hooks):
6254 Add `auto-coding-functions', `fill-nobreak-predicate' and
6255 `find-directory-functions' (bug#5327).
6256
1d52da10
LMI
62572011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6258
be958f1d
LMI
6259 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
6260
5bedb26c
LMI
6261 * cus-edit.el (custom-guess-name-alist): -alist variables should
6262 use the `alist' type (bug#3120). Suggested by Drew Adams.
6263
1d52da10
LMI
6264 * printing.el: Add documentation to all the `pr-toggle-' commands.
6265
cd394be1 62662011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
6267
6268 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
6269 backends where it makes sense (bug#2623).
6270
dcc88d8a
LMI
62712011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6272
c3de9feb
LMI
6273 * dired-x.el (dired-guess-default): Remove duplicate shell command
6274 entries (bug#2028).
8a93078b 6275 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 6276 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 6277
dcc88d8a
LMI
6278 * subr.el (remove-duplicates): New conveniency function.
6279
505e3645
LMI
62802011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6281
6282 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
6283 (bug#1526).
6284
62852011-07-10 Martin Rudalics <rudalics@gmx.at>
6286
6287 * window.el (display-buffer-normalize-default): Don't invert
6288 meaning of even-window-heights. Reported by Eli Zaretskii
6289 <eliz@gnu.org>.
6290
455e4fa1
BR
62912011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
6292
6293 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
6294
8e0bc3e9
CY
62952011-07-10 Chong Yidong <cyd@stupidchicken.com>
6296
6297 * window.el (display-buffer): Fix arguments to
6298 display-buffer-reuse-window in last change.
6299
fa7c3228
CY
6300 * faces.el (link): Use a less saturated blue on light backgrounds.
6301
6302 * startup.el (fancy-startup-text, fancy-about-text)
6303 (fancy-startup-tail): Use font-lock faces, for background safety.
6304
c0a7f300
BN
63052011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
6306
b796c9b7
SM
6307 * emulation/viper-cmd.el (viper-change-state-to-vi):
6308 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 6309
4dc2a129
MR
63102011-07-09 Martin Rudalics <rudalics@gmx.at>
6311
6312 * window.el (display-buffer-default-specifiers): Remove.
6313 (display-buffer-macro-specifiers): Remove default specifiers.
6314 (display-buffer-alist): Default to nil.
b796c9b7 6315 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
6316 (display-buffer-pop-up-window): Allow splitting internal
6317 windows. Check whether a live window was created.
6318 (display-buffer-other-window-means-other-frame)
6319 (display-buffer-normalize-arguments): Rename to
6320 display-buffer-normalize-argument and rewrite. Set the
6321 other-window specifier.
6322 (display-buffer-normalize-special): New function.
6323 (display-buffer-normalize-options): Rename to
6324 display-buffer-normalize-default and rewrite.
6325 (display-buffer-normalize-options-inhibit): Remove.
6326 (display-buffer-normalize-specifiers): Rewrite.
6327 (display-buffer): Process other-window specifier and call
6328 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
6329 more faithfully.
b796c9b7 6330 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 6331 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
6332 (display-buffer-in-window, display-buffer-alist-set):
6333 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
6334 <tassilo@member.fsf.org>.
6335
2d43b8c9
LL
63362011-07-09 Leo Liu <sdl.web@gmail.com>
6337
6338 * register.el (insert-register): Restore accidental change on
6339 2011-06-26. (Bug#9028)
6340
7f9b7c53
GM
63412011-07-09 Glenn Morris <rgm@gnu.org>
6342
6343 * subr.el (remq): Handle the empty list. (Bug#9024)
6344
f042cfd8
AS
63452011-07-08 Andreas Schwab <schwab@linux-m68k.org>
6346
6347 * mail/sendmail.el (send-mail-function): No longer delay custom
6348 initialization.
6349 * custom.el (custom-initialize-delay): Doc fix.
6350
856b2f11
SM
63512011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
6352
6353 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
6354
afae1d68
MA
63552011-07-08 Michael Albinus <michael.albinus@gmx.de>
6356
6357 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
6358 human-friendly prompt.
6359
0757af94
SM
63602011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
6361
6362 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
6363 provided by a particular plugin.
6364
d760b731
LMI
63652011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
6366
6367 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
6368 save customizations (with "emacs -Q"), just set the variable
6369 instead of erroring out.
6370
6371 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
6372
cd79ce90
JL
63732011-07-08 Juri Linkov <juri@jurta.org>
6374
6375 * arc-mode.el (archive-zip-expunge, archive-zip-update)
6376 (archive-zip-update-case): Use 7z if found by `executable-find'.
6377 The order of searching the available programs is the same as in
6378 `archive-zip-extract' (bug#8968).
6379
14cc04aa
CY
63802011-07-07 Chong Yidong <cyd@stupidchicken.com>
6381
6382 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
6383 (menu-bar-options-menu): Tweak descriptions.
6384
0a1848ec
LMI
63852011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6386
6387 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
6388 menu items into verb phrases (bug#1421). Also refill to fit under
6389 80 columns.
6390
f5bd0689
CY
63912011-07-07 Chong Yidong <cyd@stupidchicken.com>
6392
538e85c6
CY
6393 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
6394 (Info-read-node-name): Doc fix (Bug#1084).
6395
f5bd0689
CY
6396 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
6397 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
6398 (end-of-sexp, beginning-of-sexp)
6399 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
6400 (forward-symbol, forward-same-syntax, word-at-point)
6401 (sentence-at-point): Doc fix (Bug#1144).
6402
56ec5115
LMI
64032011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6404
f3f8e37f
LMI
6405 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
6406 should cover it (bug#1281).
6407
0757af94 6408 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 6409
e9fce1ac 6410 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
6411 negotiation fails, then possibly try again with a non-encrypted
6412 connection (bug#9017).
6413
56ec5115
LMI
6414 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
6415 be used.
6416
c2f9aec8
RS
64172011-07-07 Richard Stallman <rms@gnu.org>
6418
6419 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
6420 property, and handle its changed format.
6421 Look for the correct line number.
6422 Use file's line contents (but not past first =) to find
6423 correct line in message.
6424
ef7b981d 64252011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
6426
6427 * international/characters.el (build-unicode-category-table):
6428 Delete it.
0757af94 6429 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 6430
0757af94 6431 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
6432 to src/chartab.c.
6433 (get-char-code-property): Call unicode-property-table-internal to
6434 load a file. Call get-unicode-property-internal where necessary.
6435 (put-char-code-property): Call unicode-property-table-internal to
6436 load a file. Call put-unicode-property-internal where necessary.
6437 put-unicode-property-internal where necessary.
0757af94
SM
6438 (char-code-property-description):
6439 Call unicode-property-table-internal to load a file.
c805dec0
KH
6440
6441 * international/charprop.el:
6442 * international/uni-bidi.el:
6443 * international/uni-category.el:
6444 * international/uni-combining.el:
6445 * international/uni-comment.el:
6446 * international/uni-decimal.el:
6447 * international/uni-decomposition.el:
6448 * international/uni-digit.el:
6449 * international/uni-lowercase.el:
6450 * international/uni-mirrored.el:
6451 * international/uni-name.el:
6452 * international/uni-numeric.el:
6453 * international/uni-old-name.el:
6454 * international/uni-titlecase.el:
6455 * international/uni-uppercase.el: Regenerate.
6456
6457 * loadup.el: Load international/charprop.el before
6458 international/characters.
6459
e14b388a
CY
64602011-07-07 Chong Yidong <cyd@stupidchicken.com>
6461
6462 * window.el (next-buffer, previous-buffer): Signal an error if
6463 called from a minibuffer window.
6464
6465 * bindings.el: Revert 2011-07-04 change.
6466
354cf0ba
RS
64672011-07-06 Richard Stallman <rms@gnu.org>
6468
6469 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
6470 (rmail-mime-insert-bulk, rmail-mime-insert-text):
6471 Treat markers like ints.
6472 (rmail-mime-entity): Doc fix.
6473
a48868a7
LMI
64742011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6475
4906cd3d
LMI
6476 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
6477 defcustom again for backwards compatibility.
6478
e0457abe
LMI
6479 * simple.el (shell-command-on-region): Fill.
6480
d67f7e1f
LMI
6481 * dired-aux.el (dired-kill-line): Add a doc string.
6482
fe204702
LMI
6483 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
6484 to "\\sw\\|\\s_" (bug#358).
6485
a48868a7
LMI
6486 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
6487 (dired-unmark-backward): Ditto.
6488 (dired-flag-backup-files): Ditto.
6489
6490 * dired-x.el (dired-mark-sexp): Ditto.
6491
aa8a705c
RS
64922011-07-06 Richard Stallman <rms@gnu.org>
6493
6494 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
6495 (rmail-mime-entity): New arg TRUNCATED.
6496 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
6497 New functions.
6498 (rmail-mime-save): Warn if entity is truncated.
6499 (rmail-mime-toggle-hidden): Likewise, for showing.
6500 (rmail-mime-process-multipart): Record when an entity is truncated.
6501
a9a936b9
RS
6502 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
6503 if ENTITY is a string.
6504
1f2b92cb
LMI
65052011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6506
f4f73198 6507 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
6508 of faces when `M-C-x'-ing their definitions (bug#8378).
6509 Also clean up the code slightly.
f4f73198 6510
12b16734 6511 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 6512 because that makes the colors go away.
12b16734 6513
f0691d22
LMI
6514 * mail/sendmail.el (send-mail-function): Change the default to
6515 `sendmail-query-once'.
9e87df06 6516 (sendmail-query-once): Add an autoload cookie.
f0691d22 6517
1f2b92cb
LMI
6518 * net/network-stream.el (network-stream-open-starttls): Try using
6519 a plain connection even if the server offered STARTTLS, and we
6520 kinda wanted to use it, if Emacs doesn't have any STARTTLS
6521 capability. This should make smtpmail.el work in slightly more
6522 configurations.
6523
1cdd2a1b
MA
65242011-07-06 Michael Albinus <michael.albinus@gmx.de>
6525
6526 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
6527 New defun.
6528 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
6529
fbcc67e2
MM
65302011-07-06 Michael R. Mauger <mmaug@yahoo.com>
6531
6532 * progmodes/sql.el: Version 3.0
0757af94 6533 (sql-product-alist): Add product :completion-object,
fbcc67e2 6534 :completion-column, and :statement attributes.
0757af94 6535 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 6536 (sql-mode-syntax-table): Mark all punctuation.
0757af94 6537 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
6538 ansi keywords.
6539 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 6540 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
6541 (sql-oracle-show-reserved-words): New function for development.
6542 (sql-product-font-lock): Simplify for source code buffers.
6543 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
6544 New functions.
6545 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
6546 (sql-mode-map): Add statement movement functions.
6547 (sql-ansi-statement-starters, sql-oracle-statement-starters):
6548 New variable.
fbcc67e2
MM
6549 (sql-statement-regexp, sql-beginning-of-statement)
6550 (sql-end-of-statement, sql-signum): New functions.
0757af94 6551 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
6552 (sql-show-sqli-buffer): Bug fix.
6553 (sql-interactive-mode): Store connection data as buffer local.
0757af94 6554 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
6555 with sql-interactive-mode.
6556 (sql-save-connection): Save buffer local settings.
0757af94 6557 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
6558 (sql-product-interactive): Bug fix.
6559 (sql-preoutput-hold): New variable.
6560 (sql-interactive-remove-continuation-prompt): Bug fixes.
6561 (sql-debug-redirect): New variable.
6562 (sql-str-literal): New function.
6563 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 6564 Redesign.
fbcc67e2
MM
6565 (sql-oracle-save-settings, sql-oracle-restore-settings)
6566 (sql-oracle-list-all, sql-oracle-list-table): New functions.
6567 (sql-completion-object, sql-completion-column)
6568 (sql-completion-sqlbuf): New variables.
6569 (sql-build-completions-1, sql-build-completions)
6570 (sql-try-completion): New functions.
6571 (sql-read-table-name): Use them.
6572 (sql-contains-names): New buffer local variable.
6573 (sql-list-all, sql-list-table): Use it.
6574 (sql-oracle-completion-types): New variable.
6575 (sql-oracle-completion-object, sql-sqlite-completion-object)
6576 (sql-postgres-completion-object): New functions.
6577
d4eaeab1
GM
65782011-07-06 Glenn Morris <rgm@gnu.org>
6579
6580 * window.el (pop-to-buffer): Doc fix.
6581
322b7dab 65822011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
6583
6584 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
6585
322b7dab 65862011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 6587
322b7dab 6588 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 6589
322b7dab 6590 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 6591
605dd5bf
CY
65922011-07-05 Chong Yidong <cyd@stupidchicken.com>
6593
6594 * button.el (button): Inherit from link face. Suggested by Dan
6595 Nicolaescu.
6596
7dbfa719
SM
65972011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6598
3db614b0
SM
6599 * progmodes/gdb-mi.el: Fit in 80 columns.
6600 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
6601 switch-to-buffer.
6602
7dbfa719
SM
6603 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
6604 if imenu is simply not configured (bug#8941).
6605
919d884a
KM
66062011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
6607
6608 * allout.el (allout-post-undo-hook): New allout outline-change
6609 event hook to signal undo activity.
6610 (allout-post-command-business): Run allout-post-undo-hook if an
6611 undo just occurred.
7dbfa719
SM
6612 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
6613 * allout-widgets.el (allout-widgets-after-undo-function):
6614 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
6615 in the vicinity of an undo.
6616 (allout-widgets-mode): Include allout-widgets-after-undo-function
6617 on the new allout-post-undo-hook.
6618
450a0f09
SM
66192011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6620
6621 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
6622 Let define-derived-mode define it.
6623 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
6624 cycles of abbrev-table inheritance (bug#8998).
6625
2de69e00
RW
66262011-07-05 Roland Winkler <winkler@gnu.org>
6627
6628 * textmodes/bibtex.el: Add support for biblatex.
6629 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
6630 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
6631 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
6632 (bibtex-entry-alist, bibtex-field-alist): New variables.
6633 (bibtex-entry-field-alist): Obsolete alias for
6634 bibtex-BibTeX-entry-alist.
6635 (bibtex-entry-alist, bibtex-field-alist): New widgets.
6636 (bibtex-set-dialect): New command.
6637 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
6638 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
6639 Bind via bibtex-set-dialect.
2de69e00
RW
6640 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
6641 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
6642 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
6643 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
6644 Define via bibtex-set-dialect.
450a0f09
SM
6645 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
6646 Obey bibtex-no-opt-remove-re.
2de69e00
RW
6647 (bibtex-vec-push, bibtex-vec-incr): New functions.
6648 (bibtex-format-entry, bibtex-field-list)
6649 (bibtex-print-help-message, bibtex-validate)
6650 (bibtex-search-entries): Use new format of bibtex-entry-alist.
6651
2dcdbdd9
SM
66522011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6653
6654 * progmodes/compile.el (compilation-goto-locus):
6655 * net/tramp-cmds.el (tramp-append-tramp-buffers):
6656 * bs.el (bs-cycle-next, bs-cycle-previous):
6657 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
6658 * bindings.el (mode-line-other-buffer):
6659 * autoinsert.el (auto-insert):
6660 * arc-mode.el (archive-extract):
6661 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
6662
b27640fe
JB
66632011-07-05 Juanma Barranquero <lekktu@gmail.com>
6664
6665 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
6666 Fix check of `emacs-lock-unlockable-modes'.
6667 Coerce true values of `emacs-lock--try-unlocking' to t.
6668
53bbe3ad
JB
66692011-07-05 Juanma Barranquero <lekktu@gmail.com>
6670
6671 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
6672 * emacs-lock.el: New file.
6673
1d3cdbc7
JD
66742011-07-05 Julien Danjou <julien@danjou.info>
6675
6676 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
6677 than `boundp' to check if face is set.
6678
9173deec
JB
66792011-07-05 Juanma Barranquero <lekktu@gmail.com>
6680
6681 * register.el (registerv-make):
6682 * window.el (window-min-height): Fix typos in docstrings.
6683
869795d6
JD
66842011-07-05 Jan Djärv <jan.h.d@swipnet.se>
6685
9173deec 6686 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
6687 Update doc string.
6688
b768cdcd
JB
66892011-07-04 Juanma Barranquero <lekktu@gmail.com>
6690
6691 * server.el (server-execute): Catch quit and call
6692 `server-return-error' to pass the error back to emacsclient and
6693 close the connection (bug#8942).
6694
13aa217b
KM
66952011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
6696
6697 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
6698 insecure exception for current topic. Also note that auto-saves
6699 are handled differently.
6700
6701 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
6702 State variables for tracking auto-save inhibition situation.
6703
6704 (allout-write-contents-hook-handler): Rename from
6705 'allout-write-file-hook-handler', and describe how it depends on
6706 write-contents-functions sensitivity to non-nil value to prevent
6707 file write.
6708
6709 (allout-auto-save-hook-handler): Remove. auto-save does not check
6710 this in individual buffers, only in the starting buffer, so this
6711 is not the right way for us to inhibit auto-save in a buffer
6712 according to its condition.
6713
6714 (allout-mode): Use new allout-write-contents-hook-handler, and
6715 only with write-contents-functions. Remove auto-save provisions -
6716 they're implemented elsewhere.
6717
6718 (allout-before-change-handler): If undo is in progress, note that
6719 for attention of allout-post-command-business.
6720
6721 (allout-post-command-business): If the command we're following was
6722 an undo, check for change in the status of encrypted items and
6723 adjust auto-save inhibitions accordingly.
6724
6725 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
6726 according to whether there are or aren't any plain-text topics
6727 pending encryption.
6728
2dcdbdd9 6729 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
6730 Adjust buffer-saved-size and some allout state to inhibit auto-saves
6731 if there are plain-text topics pending encryption.
13aa217b
KM
6732
6733 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
6734 buffer-saved-size and some allout state to not inhibit auto-saves
6735 if there are no longer any plain-text topics pending encryption.
6736
0757af94
SM
6737 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
6738 No longer provide for exemption of the current topic.
13aa217b 6739
ac89b32c
JL
67402011-07-04 Juri Linkov <juri@jurta.org>
6741
6742 Add 7z operations to delete and save changed members (bug#8968).
6743 * arc-mode.el (archive-7z-expunge, archive-7z-update):
6744 New defcustoms.
6745 (archive-7z-write-file-member): New function.
6746 (archive-7z-summarize): Fix the number of dashes in the
6747 listing output.
6748
8fa39615
SM
67492011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
6750
6751 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
6752 (bug#8958).
6753
2f11b3f1
CY
67542011-07-04 Chong Yidong <cyd@stupidchicken.com>
6755
d66fef2b
CY
6756 * bindings.el: Ignore next-buffer and previous-buffer in
6757 minibuffer-local-map.
6758
2f11b3f1
CY
6759 * font-lock.el (font-lock-builtin-face): Change light background
6760 color to dark slate blue (Bug#6693).
6761
f932a347
WD
67622011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
6763
6764 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
6765
c8af70e1
SM
67662011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
6767
6768 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
6769 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6770 Add switch-to-buffer.
6771
f158badc
LMI
67722011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6773
6774 * isearch.el (isearch-search-fun-function): Clarify further the
6775 meaning of the function returned.
6776
6d95bd46
MA
67772011-07-04 Michael Albinus <michael.albinus@gmx.de>
6778
6779 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
6780
6781 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
6782 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
6783 Use it.
6784 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
6785 `tramp-default-remote-path' does not exist.
6786 (tramp-send-command-and-read): New optional argument NOERROR.
6787 (tramp-open-connection-setup-interactive-shell)
6788 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
6789 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
6790 (tramp-process-sentinel): Flush also process' connection property.
6791 (tramp-sh-handle-start-file-process): Do not set process
6792 sentinel. It is done now ...
6793 (tramp-maybe-open-connection): ... here. (Bug#8929)
6794
909e6b67
MK
67952011-07-04 MON KEY <monkey@sandpframing.com>
6796
6797 * play/animate.el (animate-string): Doc fixes and allow changing
6798 the buffer name (bug#5417).
6799
68002011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6801
c8af70e1 6802 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 6803
f34755dc
PE
68042011-07-04 Paul Eggert <eggert@cs.ucla.edu>
6805
396cec72
PE
6806 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
6807 This is simpler and helps future-proof the code.
6808 (timer-until): Use time-subtract and float-time.
08235028 6809 (timer--time-less-p): Use time-less-p.
f34755dc 6810
56e6cc31
JB
68112011-07-04 Juanma Barranquero <lekktu@gmail.com>
6812
3abb79e5
JB
6813 * type-break.el (timep): Use the value of `float-time' to avoid a
6814 byte-compiler warning.
6815
56e6cc31
JB
6816 * server.el (server-eval-and-print): Return any result, even nil.
6817
7b9430b4
PE
68182011-07-03 Paul Eggert <eggert@cs.ucla.edu>
6819
6820 * type-break.el: Accept time formats that the builtins accept.
6821 (timep, type-break-time-difference): Accept any format that
6822 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
6823 This is simpler and helps future-proof the code.
6824 (type-break-time-difference): Round rather than ignoring
6825 subseconds components.
6826
3034e9e7
LMI
68272011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6828
6829 * info.el (Info-apropos-matches): Make non-interactive, since it
6830 doesn't seem to do anything useful as a command (bug#8829).
6831
1485f4c0
CY
68322011-07-03 Chong Yidong <cyd@stupidchicken.com>
6833
6834 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 6835 Move from faces.el.
1485f4c0
CY
6836 (frame-default-terminal-background): New function.
6837
6838 * custom.el (custom-push-theme): Don't record faces in `changed'
6839 theme; this doesn't work correctly for per-frame face settings.
6840 (disable-theme): Use face-set-after-frame-default to reset faces.
6841 (custom--frame-color-default): New function.
6842
9fa3dd45
LMI
68432011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6844
c8af70e1 6845 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
6846 (bug#8769).
6847
6cbbc20c
KR
68482011-03-29 Kevin Ryde <user42@zip.com.au>
6849
6850 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6851 `perl-Test2' extend to match possible "fail #N" rep count
6852 (bug#8377).
6853
c7f98048
LMI
68542011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6855
65676592
LMI
6856 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
6857 `smtpmail-via-smtp' now returns the error instead of nil.
6858
c7f98048
LMI
6859 * isearch.el (isearch-search-fun-function): Clarify the doc string
6860 (bug#8101).
6861
56e6cc31 68622011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
6863
6864 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
6865 unnecessary spaces (bug#8987).
6866
2b216704
LMI
68672011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6868
6869 * net/network-stream.el (open-network-stream): Use the
6870 :end-of-capability command thoughout.
6871
68722011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
6873
6874 * net/network-stream.el (open-network-stream): Add the
6875 :end-of-capability command parameter, used by pop3.el.
6876
36adf6ce
LMI
68772011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6878
1ca0da0e
LMI
6879 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
6880
fc00f69c
LMI
6881 * fringe.el (fringe-query-style): Remove redundant text " (type ?
6882 for list)" (bug#6475).
6883
28fd8759 6884 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 6885 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
6886 an error (bug#6297).
6887
0dd8b6da
LMI
6888 * man.el (Man-reference-regexp): Allow matching possible
6889 word-wrapped references (bug#6289).
6890
ce1438d6
LMI
6891 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
6892 for consistency with the other vc buffers (bug#6197).
6893 (vc-checkin): Ditto.
6894
6895 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
6896
36adf6ce
LMI
6897 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
6898
e83cc1f7
LMI
68992011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6900
8a20ca4c
LMI
6901 * custom.el (defcustom): Clarify that :set is only used in the
6902 Customize user interface (bug#6089).
6903
83319045
LMI
6904 * progmodes/flymake.el (flymake-mode): If the buffer isn't
6905 associated with a file, refuse to run instead of erroring out
6906 (bug#6084).
6907
a8392169
LMI
6908 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
6909 the doc string, since it appears that using `fill-column' always
6910 controls the width (bug#7845).
6911
e83cc1f7
LMI
6912 * simple.el (shell-command-on-region): Say where the error output
6913 went if `shell-command-default-error-buffer' is set (bug#6857).
6914
e47ca23b
KM
69152011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
6916
6917 * allout.el (allout-yank-processing): Adjust cursor position for
6918 backwards-deleted space.
6919
6920 (allout-rebullet-heading): Register changes with
6921 allout-exposure-changed-hook, so the modified topic is properly
6922 decorated.
6923
5cf56143
LMI
69242011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6925
08549772
LMI
6926 * minibuffer.el (completion-in-region): Document PREDICATE
6927 (bug#7136).
6928
48e96771
LMI
6929 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
6930 of keyword/argument pairs (bug#6904).
6931
c8af70e1
SM
6932 * replace.el (multi-occur):
6933 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 6934
e17d05e2
LMI
69352011-07-02 Drew Adams <drew.adams@oracle.com>
6936
6937 * dired.el (dired-mark-if): Make the message about whether it's
6938 marking or unmarking clearer (bug#8523).
6939
063b0e45
LMI
69402011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6941
6942 * disp-table.el (display-table-print-array): New function.
6943 (describe-display-table): Use it to print the vectors more pretty
6944 (Bug#8859).
6945
28545e04
MR
69462011-07-02 Martin Rudalics <rudalics@gmx.at>
6947
6948 * window.el (window-state-get-1): Don't assign clone numbers.
6949 Add clone-of item to list of window parameters.
6950 (window-state-put-2): Don't process clone numbers.
6951 (display-buffer-alist): Fix doc-string.
6952
3349e122
SM
69532011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
6954
6955 * subr.el (remq): Don't allocate if it's not needed.
6956 (keymap--menu-item-binding, keymap--menu-item-with-binding)
6957 (keymap--merge-bindings): New functions.
6958 (keymap-canonicalize): Use them to refine the canonicalization.
6959 * minibuffer.el (minibuffer-local-completion-map)
6960 (minibuffer-local-must-match-map): Move initialization from C.
6961 (minibuffer-local-filename-completion-map): Move initialization from C;
6962 don't inherit from anything here.
6963 (minibuffer-local-filename-must-match-map): Make obsolete.
6964 (completing-read-default): Use make-composed-keymap to combine
6965 minibuffer-local-filename-completion-map with either
6966 minibuffer-local-must-match-map or
6967 minibuffer-local-filename-completion-map.
6968
d224ac83
GM
69692011-07-01 Glenn Morris <rgm@gnu.org>
6970
3de63bf8
GM
6971 * type-break.el (type-break-time-sum): Use dolist.
6972
d224ac83
GM
6973 * textmodes/flyspell.el (flyspell-word-search-backward):
6974 Replace CL function.
6975
1a1e3f32
SM
69762011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
6977
fe3f64d5
SM
6978 * mouse.el (mouse--strip-first-event): New function.
6979 (function-key-map): Use it to map fringe clicks to normal clicks
6980 by default.
6981
eb604e34
SM
6982 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
6983 (vc-bzr-revision-completion-table): Add support for annotate and date.
6984
1a1e3f32
SM
6985 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
6986 inherit from parent.
6987
5bd35902
LMI
69882011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6989
ace6c69c 6990 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 6991 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 6992
191e2bed
LMI
6993 * dired.el (dired-mode): Fix up the doc string as suggested by
6994 Drew Adams (bug#8817).
6995
5bd35902
LMI
6996 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
6997 cookie, since the manual says that it should be possible to add
6998 this function to `find-file-hook' (bug#8709).
6999
eee8207a
TZ
70002011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
7001
7002 * progmodes/cfengine.el: Moved all cfengine3.el functionality
7003 here. Noted Ted Zlatanov as the maintainer.
7004 (cfengine-common-settings, cfengine-common-syntax): New functions
7005 to set up common things between `cfengine-mode' and
7006 `cfengine3-mode'.
7007 (cfengine3-mode): New mode.
7008 (cfengine3-defuns cfengine3-defuns-regex
7009 (cfengine3-class-selector-regex cfengine3-category-regex)
7010 (cfengine3-vartypes cfengine3-font-lock-keywords)
7011 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 7012 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 7013
36b148cf
MA
70142011-07-01 Michael Albinus <michael.albinus@gmx.de>
7015
7016 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
7017
7018 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
7019
0bf4ba9a
MR
70202011-07-01 Martin Rudalics <rudalics@gmx.at>
7021
7022 * window.el (same-window-buffer-names, same-window-regexps)
7023 (same-window-p, special-display-frame-alist)
7024 (special-display-popup-frame, special-display-function)
7025 (special-display-buffer-names, special-display-regexps)
7026 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
7027 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
7028 (split-window-preferred-function, split-height-threshold)
7029 (split-width-threshold, even-window-heights)
7030 (display-buffer-mark-dedicated, window-splittable-p)
7031 (split-window-sensibly, window-safely-shrinkable-p):
7032 Un-obsolete.
7033 (display-buffer): Don't spread args with function specifier
7034 because special-display-popup-frame won't like it.
7035
35837f51
PE
70362011-07-01 Paul Eggert <eggert@cs.ucla.edu>
7037
d0672f86
PE
7038 Time-stamp simplifications and fixes.
7039 These improve accuracy slightly, and future-proof the code
7040 against some potential changes to current-time format.
7041
b9444d97
PE
7042 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
7043 by using time-since and float-time.
7044
0ef923dc
PE
7045 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
7046 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
7047 + NNN microseconds".
7048
2f81380d
PE
7049 * type-break.el (type-break-time-sum): Rewrite using time-add.
7050
845b5c3e
PE
7051 * play/hanoi.el (hanoi-current-time-float): Remove.
7052 All uses replaced by float-time.
7053
ee6f1be0
PE
7054 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
7055 This yields a more-accurate answer.
7056 (rng-time-to-float): Remove; no longer needed.
7057
fe955043
PE
7058 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
7059
5777162a
PE
7060 * calendar/timeclock.el (timeclock-seconds-to-time):
7061 Defalias to seconds-to-time, since they're the same thing.
7062
3103f8b6 7063 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 7064 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
7065 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
7066
0e61a35f
SM
70672011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7068
7069 * window.el (bury-buffer): Don't iconify the only frame.
7070 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
7071 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
7072
ddd63a1e
CY
70732011-07-01 Chong Yidong <cyd@stupidchicken.com>
7074
0e61a35f
SM
7075 * eshell/em-smart.el (eshell-smart-display-navigate-list):
7076 Add mouse-yank-primary.
ddd63a1e 7077
055f4923
TZ
70782011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
7079
7080 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
7081
6a2fb145
SM
70822011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7083
7084 * emacs-lisp/find-func.el (find-library--load-name): New fun.
7085 (find-library-name): Use it to find relative load names when provided
7086 absolute file name (bug#8803).
7087
fd4983f2
LMI
70882011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7089
887d14ad
LMI
7090 * textmodes/flyspell.el (flyspell-word): Consider words that
7091 differ only in case as potential doublons (bug#5687).
7092
c53dc7fc
LMI
7093 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
7094 Remove two rather uninteresting debugging-like messages to make
7095 debbugs.el more silent.
7096
fd4983f2
LMI
7097 * comint.el (comint-password-prompt-regexp): Accept "Response" as
7098 a password-like phrase.
7099
7a71b18d 71002011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
7101
7102 * progmodes/cc-guess.el: New file.
7103
6a2fb145 7104 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
7105
7106 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
7107 derived from `c-basic-common-init'.
7108
7109 * progmodes/cc-mode.el (top-level): Require cc-guess.
7110 (c-basic-common-init): Use `cc-choose-style-for-mode'.
7111
1fa280a3
LM
71122011-06-30 Lawrence Mitchell <wence@gmx.li>
7113
7114 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
7115
e6597158
AM
71162011-06-30 Alan Mackenzie <acm@muc.de>
7117
1fa280a3
LM
7118 * progmodes/cc-engine.el (c-guess-continued-construct):
7119 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
7120 lock is disabled. Name this case as "CASE G".
7121
68ba37fb
KM
71222011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
7123
7124 * allout.el (allout-yank-processing): Fix injection of extra space
7125 between bullet and non-whitespace character in first topic when
7126 pasting, ensuring that the actual spacing in the pasted topic
7127 following the bullet char is preserved. This extra space was
7128 causing pasted encrypted topics to get a decrypted status even
7129 when the content was actually still encrypted. Now the decryption
7130 status from before the paste is preserved.
7131
7132 (allout-flag-region): Set all allout overlays so they evaporate
7133 when reduced to zero length (evanescent), to prevent overlay
7134 leakage.
7135
887a0b34
GM
71362011-06-30 Glenn Morris <rgm@gnu.org>
7137
94b9acce
GM
7138 * w32-fns.el (w32-charset-info-alist): Declare.
7139
1d9b46d4
GM
7140 * find-dired.el (find-grep-options): Simplify.
7141
cc232200
GM
7142 * term/ns-win.el (ns-set-resource): Declare.
7143
28e77c46
GM
7144 * ses.el (row, col): Declare dynamic variables honestly.
7145
887a0b34
GM
7146 * textmodes/reftex-parse.el (index-tags): Declare.
7147
658d8eb8
CY
71482011-06-30 Chong Yidong <cyd@stupidchicken.com>
7149
7150 * cus-edit.el (customize-push-and-save): New function.
7151
7152 * files.el (hack-local-variables-confirm): Use it.
7153
1fa280a3
LM
7154 * custom.el (load-theme): New arg NO-CONFIRM.
7155 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
7156 (custom-enabled-themes): Doc fix.
7157
7158 * cus-theme.el (customize-create-theme)
7159 (custom-theme-merge-theme): Callers to load-theme changed.
7160
bb617717
LMI
71612011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7162
d61bdd5d
LMI
7163 * thingatpt.el (thing-at-point-short-url-regexp): Require that
7164 short URLs have at least one dot in them (bug #7614).
7165
bb617717
LMI
7166 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
7167 nil, because using a pty is apparently too slow (bug #895).
7168
2f31f37a
LMI
71692011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7170
7171 * mail/sendmail.el (sendmail-query-once): New function.
7172 (sendmail-query-once-function): New variable.
7173
3076b24e
GM
71742011-06-29 Glenn Morris <rgm@gnu.org>
7175
faf2a174
GM
7176 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
7177
3076b24e
GM
7178 * ses.el (top-level): Require cl when compiling.
7179 (ses-set-localvars): Fix error statement.
7180 Call it at compile time to silence a storm of warnings.
7181
5386012d
MR
71822011-06-29 Martin Rudalics <rudalics@gmx.at>
7183
7184 * window.el (normalize-live-buffer): Rename to
7185 window-normalize-buffer.
7186 (normalize-live-frame): Rename to window-normalize-frame.
7187 (normalize-any-window): Rename to window-normalize-any-window.
7188 (normalize-live-window): Rename to window-normalize-live-window.
7189 (make-window-atom): Rename to window-make-atom.
7190 (window-resize-reset): Rename to window--resize-reset.
7191 (window-resize-reset-1): Rename to window--resize-reset-1.
7192 (resize-mini-window): Rename to window--resize-mini-window.
7193 (resize-subwindows-skip-p): Rename to
7194 window--resize-subwindows-skip-p.
7195 (resize-subwindows-normal): Rename to
7196 window--resize-subwindows-normal.
7197 (resize-subwindows): Rename to window--resize-subwindows.
7198 (resize-other-windows): Rename to window--resize-siblings.
7199 (resize-this-window): Rename to window--resize-this-window.
7200 (resize-root-window): Rename to window--resize-root-window.
7201 (resize-root-window-vertically): Rename to
7202 window--resize-root-window-vertically.
7203 (normalize-buffer-to-display): Rename to
7204 window-normalize-buffer-to-display.
7205 (normalize-buffer-to-switch-to): Rename to
7206 window-normalize-buffer-to-switch-to.
7207 Correspondingly update all callers of the functions listed
7208 above.
7209 (display-buffer-alist, display-buffer-normalize-arguments)
7210 (display-buffer-normalize-options, display-buffer)
7211 (display-buffer-alist-set): Use "function" instead of
7212 "fun-with-args".
7213
1176868d
CY
72142011-06-28 Chong Yidong <cyd@stupidchicken.com>
7215
7216 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
7217 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
7218 debbugs.gnu.org. Mention acknowledgment email.
7219
20a7a65f
LMI
72202011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7221
7222 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
7223 buffer multibyteness, since it shouldn't matter.
7224
5f45cca5
MR
72252011-06-28 Martin Rudalics <rudalics@gmx.at>
7226
7227 * window.el (display-buffer-in-side-window): Handle dedicated
7228 windows as in display-buffer-reuse-window.
7229 (display-buffer-normalize-alist): Use value of override
7230 specifier.
7231 (display-buffer-normalize-specifiers): Use value of
7232 other-window-means-other-frame specifier.
7233 (display-buffer-alist): Rewrite some texts in widgets.
7234 (display-buffer): Spread arguments when calling function
7235 specified by fun-with-args.
7236
ad85fe1f
DD
72372011-06-28 Deniz Dogan <deniz@dogan.se>
7238
1fa280a3
LM
7239 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7240 Unnest `let'.
da68c4c8 7241
ad85fe1f
DD
7242 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
7243 selectors (Bug#5732).
ec49bd31 7244 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 7245
a08cc025
JA
72462011-06-27 Jari Aalto <jari.aalto@cante.net>
7247
7248 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
7249 (eshell-ls-date-format): New defcustom.
7250 (eshell-ls-file): Use it.
7251
e2b551c5
SM
72522011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
7253
7254 * help-fns.el (describe-variable): Fix message for terminal-local vars.
7255
8982b231
KY
72562011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
7257
7258 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
7259 (ange-ftp-make-tmp-name): New arg.
7260 (ange-ftp-file-local-copy): Use it.
7261
36c9fa27
J
72622011-06-27 Jambunathan K <kjambunathan@gmail.com>
7263
7264 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
7265 no-conversion (Bug#8870).
7266
d68443dc
MR
72672011-06-27 Martin Rudalics <rudalics@gmx.at>
7268
7269 * window.el (window-right, window-left, window-child)
7270 (window-child-count, window-last-child)
7271 (window-iso-combination-p, walk-window-tree-1)
7272 (window-atom-check-1, window-tree-1, delete-window)
7273 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
7274 new naming conventions - window-vchild, window-hchild,
7275 window-next and window-prev are now called window-top-child,
7276 window-left-child, window-next-sibling and window-prev-sibling
7277 respectively.
d615d6d2
MR
7278 (resize-window-reset): Rename to window-resize-reset.
7279 (resize-window-reset-1): Rename to window-resize-reset-1.
7280 (resize-window): Rename to window-resize.
7281 (window-min-height, window-min-width)
7282 (resize-mini-window, resize-this-window, resize-root-window)
7283 (resize-root-window-vertically, adjust-window-trailing-edge)
7284 (enlarge-window, shrink-window, maximize-window)
7285 (minimize-window, delete-window, quit-restore-window)
7286 (split-window, balance-windows, balance-windows-area-adjust)
7287 (balance-windows-area, window-state-put-2)
7288 (display-buffer-even-window-sizes, display-buffer-set-height)
7289 (display-buffer-set-width, set-window-text-height)
7290 (fit-window-to-buffer): Rename all "resize-window" prefixed
7291 calls to use the "window-resize" prefix convention.
7292 (display-buffer-alist): Fix symbol for label specifier.
7293 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
7294 corresponding specifier.
7295 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 7296
b6458526
VB
72972011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
7298
7299 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
7300 convention.
7301 (ses-call-printer): Does not pass an empty string to formatter when the
7302 cell is empty to keep from barking printer Calc math-format-value.
7303
d31fd9ac
RS
73042011-06-27 Richard Stallman <rms@gnu.org>
7305
43d5bf84
RS
7306 * battery.el (battery-mode-line-limit): New variable.
7307 (battery-update): Handle it.
7308
d31fd9ac
RS
7309 * mail/rmailmm.el (rmail-mime-process-multipart):
7310 Handle truncated messages.
7311
819a6054
GM
73122011-06-27 Glenn Morris <rgm@gnu.org>
7313
7314 * progmodes/flymake.el (flymake-err-line-patterns):
7315 Allow for column numbers in the ant/javac pattern. (Bug#8866)
7316
cedc73f2
VB
73172011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
7318
819a6054 7319 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
7320 (ses--clean-!, ses--clean-_): New functions.
7321 (ses-range): Add configurability of readout order, and conversion
7322 to Calc vector.
7323
5e5d49b6
VB
7324 * ses.el (ses-repair-cell-reference-all): New function.
7325 (ses-cell-symbol): Set macro as safe, so that it can be used in
7326 formulas.
7327
56e6cc31 7328 * ses.el: Update cycle detection algorithm.
90ca8b49 7329 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 7330 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
7331 (ses-set-localvars): New function.
7332 (ses-make-cell): Add property-list as a cell element.
7333 (ses-cell-property-get-fun, ses-cell-property-get)
7334 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
7335 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
7336 New functions.
90ca8b49
VB
7337 (ses-cell-property-set, ses-cell-property-pop)
7338 (ses-cell-property-get-handle): New macro.
7339 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
7340 New aliases, used for code readability.
7341 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
7342 cycle detection.
7343 (ses-self-reference-early-detection): New defcustom.
fac916bf 7344 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
7345 (ses-mode): Use ses-set-localvars.
7346 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
7347 before lauching the update processing.
7348 (ses-initialize-Dijkstra-attempt): New function.
7349 (ses-recalculate-cell): Update for cycle detection based on
7350 Dijkstra algorithm.
7351
2bb63e81
VB
7352 * ses.el: Fix commenting and indenting convention.
7353
c9d29fb8
SM
73542011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
7355
7356 * bs.el (bs-cycle-next): Complete last change.
7357
d8e4b68b
JB
73582011-06-27 Drew Adams <drew.adams@oracle.com>
7359
7360 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
7361
40098786
LMI
73622011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7363
c9d29fb8
SM
7364 * net/network-stream.el (network-stream-open-starttls):
7365 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
7366 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
7367
40098786
LMI
7368 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
7369 to binary to possibly avoid line encoding issues on Windows (among
7370 other things).
7371
468d09d4
LMI
73722011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7373
7374 * net/network-stream.el (open-network-stream): Return an :error
7375 saying what the problem was, if possible.
7376
7377 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
7378 server.
7379
7380 * net/network-stream.el (network-stream-open-starttls): If we
7381 wanted to use STARTTLS, and the server offered it, but we weren't
7382 able to because we had no STARTTLS support, then close the connection.
7383 (open-network-stream): Return an :error element, if present.
7384
16f07dd7
CY
73852011-06-26 Chong Yidong <cyd@stupidchicken.com>
7386
88821ca0
CY
7387 * hl-line.el (hl-line-sticky-flag): Doc fix.
7388 (global-hl-line-sticky-flag): New option (Bug#8323).
7389 (global-hl-line-highlight): Obey it.
7390
16f07dd7
CY
7391 * vc/vc.el (vc-revert-show-diff): Default to t.
7392
6b5ccddf
KM
73932011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
7394
c9d29fb8
SM
7395 * allout-widgets.el (allout-widgets-post-command-business):
7396 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
7397 undecorated when an isearch is continued past, and isearch
7398 automatically collapses them. This leads to "widget leaks", where
7399 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
7400 hidden widgets can slow down cursor travel, substantially.
7401 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
7402 so we're doing without this nicety.
7403
7404 (allout-widgets-tally-string): Don't try to do a hash-table-count
7405 of allout-widgets-tally when it's nil. This eliminates spurious "Error
7406 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
7407 *Messages* when allout-widgets-maintain-tally is t.
7408
355f2e07
MR
74092011-06-26 Martin Rudalics <rudalics@gmx.at>
7410
7411 * window.el (display-buffer-normalize-argument): Rename to
7412 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
7413 LABEL argument. Respect special-display-function when popping up
7414 a new frame. Fix code searching for a window showing the buffer
7415 on another frame.
c9d29fb8
SM
7416 (display-buffer-normalize-specifiers):
7417 Call display-buffer-normalize-arguments.
355f2e07
MR
7418 (display-buffer-in-window): Don't undedicate the window if its
7419 buffer remains the same.
7420 Reported by Drew Adams <drew.adams@oracle.com>.
7421 (display-buffer-alist): Add choice for same-window macro
7422 specfier.
7423 (display-buffer): Mention special meaning of LABEL argument in
7424 doc-string. Fix quoting. Don't pop up a new frame even as
7425 fallback.
7426
7ca8fc42
JB
74272011-06-26 Juanma Barranquero <lekktu@gmail.com>
7428
7429 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
7430 avoid deleting the current window in some cases (bug#8911).
7431
bc312254
AS
74322011-06-26 Andreas Schwab <schwab@linux-m68k.org>
7433
7434 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
7435 (Bug#8934)
7436
2db18f3f
LMI
74372011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7438
c9d29fb8
SM
7439 * net/network-stream.el (network-stream-open-starttls):
7440 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
7441 (network-stream-open-tls): Ditto.
7442
6302e0d3
LL
74432011-06-26 Leo Liu <sdl.web@gmail.com>
7444
7445 * register.el (registerv): New struct.
7446 (registerv-make): New function.
c9d29fb8
SM
7447 (jump-to-register, describe-register-1, insert-register):
7448 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
7449 struct. (Bug#8415)
7450
5fdd4046
CY
74512011-06-26 Chong Yidong <cyd@stupidchicken.com>
7452
2afef60a
CY
7453 * vc/vc.el (vc-revert-show-diff): New defcustom.
7454 (vc-diff-internal): New arg specifying diff buffer.
7455 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
7456 reuse an existing *vc-diff* buffer (Bug#8927).
7457
5fdd4046
CY
7458 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
7459
e93db24a
GM
74602011-06-26 Glenn Morris <rgm@gnu.org>
7461
7462 * progmodes/f90.el (f90-critical-indent): New option.
7463 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
7464 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
7465 (f90-mode): Doc fix.
7466 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
7467 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
7468 (f90-beginning-of-block, f90-next-block, f90-indent-region)
7469 (f90-match-end): Handle block, critical.
7470
eefff499
GM
74712011-06-25 Glenn Morris <rgm@gnu.org>
7472
f6ba4cc9
GM
7473 * calendar/diary-lib.el (diary-included-files): Doc fix.
7474 (diary-include-files): New function, extracted from
7475 diary-include-other-diary-files and diary-mark-included-diary-files.
7476 (diary-include-other-diary-files, diary-mark-included-diary-files):
7477 Just call diary-include-files.
7478 (diary-mark-entries): Reset diary-included-files on first call.
7479
16712304
GM
7480 * calendar/diary-lib.el (diary-mark-entries)
7481 (diary-mark-included-diary-files):
7482 Visit included diary-files in temp buffers.
7483
5d8e0d43
GM
7484 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
7485 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
7486 (f90-start-block-re, f90-imenu-generic-expression)
7487 (f90-looking-at-program-block-start, f90-no-block-limit):
7488 Add support for submodules.
7489
ccf7a5d5
GM
7490 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
7491 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 7492
11fdef7d 74932011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
7494
7495 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
7496 buffer-file-type before setting its value, to avoid disastrous
eefff499 7497 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 7498
74f53697
JB
74992011-06-25 Juanma Barranquero <lekktu@gmail.com>
7500
7501 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
7502
7503 * ses.el (ses-unload-function):
7504 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
7505
7506 * proced.el (proced-unload-function):
7507 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
7508
18a4ce5e
AR
75092011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
7510
7511 * server.el (server-create-window-system-frame): Add parameters arg.
7512 (server-process-filter): Doc fix. Handle frame-parameters.
7513
519d22cc
JB
75142011-06-25 Juanma Barranquero <lekktu@gmail.com>
7515
7516 Fix bug#8730, bug#8781.
7517
7518 * loadhist.el (unload--set-major-mode): New function.
7519 (unload-feature): Use it.
7520
7521 * progmodes/python.el (python-after-info-look): Add autoload cookie.
7522 (python-unload-function): New function.
7523
c206f5b0
SM
75242011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7525
7526 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
7527
f9ad64f3
GS
75282011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
7529
7530 * net/browse-url.el (browse-url-firefox-program): Add icecat to
7531 the candidates list.
7532
7d0da90e
JB
75332011-06-24 Juanma Barranquero <lekktu@gmail.com>
7534
7535 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
7536
14b4e83d
RS
75372011-06-23 Richard Stallman <rms@gnu.org>
7538
7539 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
7540 (rmail-variables): Set next-error-move-function.
7541 (rmail-what-message): Take argument POS.
7542 (rmail-next-error-move): New function.
7543
273d2baf
SM
75442011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
7545
7546 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
7547 messages for adjacent non-terminals.
7548
56c2cc9a
RS
75492011-06-23 Richard Stallman <rms@gnu.org>
7550
7551 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 7552 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
7553 (rmail-start-mail): Don't specify use of rmail-mail-return;
7554 that's done by mail-bury now.
7555 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 7556
d59eb518
MA
75572011-06-23 Michael Albinus <michael.albinus@gmx.de>
7558
7559 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
7560 SIZE is a number.
7561
02cfc6d6
MR
75622011-06-23 Martin Rudalics <rudalics@gmx.at>
7563
7564 * window.el (get-lru-window, get-mru-window)
7565 (get-largest-window): Never return a minibuffer window.
7566 (display-buffer-pop-up-window): Fix a bug that could lead to
7567 reusing the minibuffer window.
7568 (display-buffer): Pass original specifier argument to
7569 display-buffer-function instead of the normalized one.
7570 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
7571
4e323265
LL
75722011-06-22 Leo Liu <sdl.web@gmail.com>
7573
7574 * minibuffer.el (completing-read-function)
7575 (completing-read-default): Move from minibuf.c
7576
7a70468f
RS
75772011-06-22 Richard Stallman <rms@gnu.org>
7578
50718fc2
RS
7579 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
7580 to Rmail even if not started by a special Rmail command.
7581
7a70468f
RS
7582 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
7583 Copy the buffer currently showing just one message.
7584
297dde5a
RW
75852011-06-22 Roland Winkler <winkler@gnu.org>
7586
7587 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
7588 (bibtex-clean-entry): First delete the old key so that a
7589 customized algorithm for generating the new key does not get
7590 confused by the old key.
7591 (bibtex-url): Obey regexp of first step.
7592 (bibtex-search-entries): Do not use add-to-list with local
7593 list-var.
7594
97bb1093
LMI
75952011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7596
7597 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
7598 stored a user name, then query for the password first, instead of
7599 waiting for SMTP to give an error message and the trying again.
7600
1c0f1a19
JD
76012011-06-22 Lawrence Mitchell <wence@gmx.li>
7602
7603 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
7604 BUFFER in call-process.
7605
396f7c9d
LMI
76062011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7607
7608 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
7609 QUIT twice.
ddb7ffee
LMI
7610 (smtpmail-try-auth-methods): Require user name and password from
7611 auth-source.
396f7c9d 7612
8998d1b3
MR
76132011-06-22 Martin Rudalics <rudalics@gmx.at>
7614
7615 * window.el (display-buffer-default-specifiers)
7616 (display-buffer-alist): Remove entries for pop-up-frame-alist.
7617 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 7618 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
7619
7620 * frame.el (pop-up-frame-alist, pop-up-frame-function)
7621 (special-display-frame-alist, special-display-popup-frame):
7622 Remove duplicate declarations. These are now in window.el.
7623
4ea31e07
LMI
76242011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7625
c9d29fb8
SM
7626 * mail/smtpmail.el (smtpmail-via-smtp):
7627 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
7628 server supports it. SMTP servers that support STARTTLS commonly
7629 require it.
7630
7631 * net/network-stream.el (network-stream-open-starttls): Support
7632 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 7633 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 7634
95f41d9a
LMI
7635 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
7636 upgrades with `open-network-stream', and rely solely on
7637 auth-source for all credentials. Big changes throughout the file,
7638 but in particular:
c9d29fb8
SM
7639 (smtpmail-auth-credentials): Remove.
7640 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
7641 (smtpmail-via-smtp): Check for servers saying they want AUTH after
7642 MAIL FROM, too.
95f41d9a 7643
c9d29fb8
SM
7644 * net/network-stream.el (network-stream-open-starttls):
7645 Provide support for client certificates both for external and built-in
4ea31e07
LMI
7646 STARTTLS.
7647 (auth-source): Require.
7648 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
7649 (network-stream-certificate): Change cert-cert to cert and
7650 cert-key to key.
4ea31e07 7651
065ec2c7
MA
76522011-06-21 Michael Albinus <michael.albinus@gmx.de>
7653
7654 * net/tramp-cache.el (top): Don't load the persistency file when
7655 "emacs -Q" has been called.
7656
cd93b359
DR
76572011-06-21 Tim Harper <timcharper@gmail.com>
7658
d8e4b68b
JB
7659 * term/ns-win.el (ns-initialize-window-system):
7660 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
7661 resource to NO as it is not yet supported by the NS port.
7662
ae9c0411
JB
76632011-06-21 Juanma Barranquero <lekktu@gmail.com>
7664
7665 * misc.el (list-dynamic-libraries--refresh): Compute header here...
7666 (list-dynamic-libraries): ...not here.
7667
7f3f739f
LL
76682011-06-21 Leo Liu <sdl.web@gmail.com>
7669
7670 * subr.el (sha1): Implement sha1 using secure-hash.
7671
327c8fb1
MR
76722011-06-21 Martin Rudalics <rudalics@gmx.at>
7673
7674 * window.el (display-buffer-alist): In default value do not
7675 enforce searching a window on any but the selected frame.
7676 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
7677 (display-buffer-select-window): Remove function.
7678 (display-buffer-in-window): When a window on another frame gets
7679 reused, do not select it any more but just raise its frame if
7680 necessary (Bug#8851) and (Bug#8856).
7681 (display-buffer-normalize-options): Handle pop-up-frames related
7682 options more faithfully.
7683 (pop-to-buffer): Don't rely on `display-buffer' selecting the
7684 window if it is on another frame.
c9d29fb8
SM
7685 (display-buffer-alist, display-buffer-default-specifiers):
7686 Don't make new frame unsplittable by default.
9e9de014
MR
7687 (display-buffer-normalize-argument): Fix doc-string typo and use
7688 'same-frame-other-window instead of 'other-window when associating
7689 with display-buffer-macro-specifiers.
327c8fb1 7690
7cf3f556
VB
76912011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
7692
7693 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
7694 New functions.
7695 (5x5-mode-map, 5x5-mode-menu): Bind them.
7696 (5x5-draw-grid): Tweak the solver's rendering.
7697
60a406cf
SM
76982011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7699
7700 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
7701 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
7702
d8e4b68b 77032011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
7704
7705 * menu-bar.el: Use function variable instead of switch-to-buffer.
7706 (menu-bar-select-buffer-function): New variable.
60a406cf 7707 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 7708
478d6f95
SM
77092011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7710
7711 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
7712 variable's status.
7713
ca530739
JD
77142011-06-20 Jan Djärv <jan.h.d@swipnet.se>
7715
7716 * x-dnd.el (x-dnd-version-from-flags)
7717 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
7718 and long as number (Bug#8899).
7719 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
7720
bcd70d97
SM
77212011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
7722
60a406cf 7723 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
7724 (completion-try-completion, completion-all-completions): Compute the
7725 metadata argument if it's missing; make it optional (bug#8795).
7726
60a406cf 7727 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
7728 (widget-complete): Use new :completion-function property.
7729 (widget-completions-at-point): New function.
7730 (default): Use :completion-function instead of :complete.
60a406cf
SM
7731 (widget-default-completions): Rename from widget-default-complete;
7732 Rewrite.
bcd70d97
SM
7733 (widget-string-complete, widget-file-complete, widget-color-complete):
7734 Remove functions.
7735 (file, symbol, function, variable, coding-system, color):
7736 * international/mule-cmds.el (default-input-method, charset)
7737 (language-info-custom-alist):
7738 * cus-edit.el (face): Use new property :completions.
7739
7740 * progmodes/pascal.el (pascal-completions-at-point): New function.
7741 (pascal-mode): Use it.
7742 (pascal-mode-map): Use completion-at-point.
7743 (pascal-toggle-completions): Make obsolete.
7744 (pascal-complete-word, pascal-show-completions):
7745 * progmodes/octave-mod.el (octave-complete-symbol):
7746 Redefine as obsolete alias.
7747 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
7748 Signal absence of completion info for old Octave,
7749 (inferior-octave-complete): Redefine as obsolete alias.
7750 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
7751 (meta-completions-at-point): Rename from meta-complete-symbol and
7752 adapt it for use on completion-at-point-functions.
7753 (meta-common-mode): Use it.
7754 (meta-looking-at-backward, meta-match-buffer): Remove.
7755 (meta-complete-symbol): Redefine as obsolete alias.
7756 (meta-common-mode-map): Use completion-at-point.
7757 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
7758 (makefile-mode-map): Use completion-at-point.
7759 (makefile-completions-at-point): Rename from makefile-complete and
7760 adapt it for use on completion-at-point-functions.
7761 (makefile-mode): Use it.
7762 (makefile-complete): Redefine as obsolete alias.
7763
aebf69c8
DD
77642011-06-20 Deniz Dogan <deniz@dogan.se>
7765
7766 * net/rcirc.el: Delete trailing whitespaces once and for all.
7767
bfbbb27d
DC
77682011-06-20 Daniel Colascione <dan.colascione@gmail.com>
7769
7770 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
7771
d264a46b
CY
77722011-06-19 Chong Yidong <cyd@stupidchicken.com>
7773
4ca009e5
CY
7774 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
7775
d264a46b
CY
7776 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
7777
fbf5b3ce
MR
77782011-06-19 Martin Rudalics <rudalics@gmx.at>
7779
7780 * window.el (display-buffer-other-window-means-other-frame):
7781 Call display-buffer-normalize-alist.
7782 (display-buffer-normalize-specifiers-1): Rename to
7783 display-buffer-normalize-argument. New argument other-frame.
7784 Rewrite.
7785 (display-buffer-normalize-specifiers-2): Rename to
7786 display-buffer-normalize-options.
7787 (display-buffer-normalize-alist-1): New function.
7788 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
7789 display-buffer-normalize-alist.
7790 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
7791 (display-buffer-normalize-options-inhibit): New variable.
7792 (display-buffer-normalize-specifiers): Rewrite calling
7793 display-buffer-normalize-alist,
7794 display-buffer-normalize-argument, and
7795 display-buffer-normalize-options. Don't call the latter if
7796 display-buffer-normalize-options-inhibit is non-nil.
7797 (frame-auto-delete): New option.
7798 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
7799 (window-list-no-nils, window-state-ignored-parameters)
7800 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
7801 (window-state-put-1, window-state-put-2, window-state-put):
7802 New functions.
9a028c23
MR
7803 (display-buffer-normalize-options): Move special-display-p group
7804 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 7805
6d10d800
CY
78062011-06-18 Chong Yidong <cyd@stupidchicken.com>
7807
6420d28b
CY
7808 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
7809 groups (Bug#8776).
7810 (rx-submatch-n): New function.
7811 (rx): Document it.
7812
ddb8b596
CY
7813 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
7814 (Bug#8768).
7815
7816 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
7817
77080289
CY
7818 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
7819
61dfb316
CY
7820 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
7821 anytime existing face settings are present (Bug#8889).
7822
6d10d800
CY
7823 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
7824 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
7825 Remove unused argument.
7826
be3fb2b8
MR
78272011-06-18 Martin Rudalics <rudalics@gmx.at>
7828
bcd70d97
SM
7829 * window.el (display-buffer-default-specifiers):
7830 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
7831 pop-up-window-min-width, and another reuse-window specifier
7832 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
7833 (display-buffer-normalize-specifiers-2):
7834 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
7835 pop-up-windows is unset. Add a reuse-window specifier for the
7836 case popping up a new window fails.
7837 (special-display-popup-frame): Remove double quoting.
28dec25a 7838 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 7839
1c6d8c76
SM
78402011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
7841
7842 * shell.el (shell-completion-vars): Set pcomplete-termination-string
7843 according to comint-completion-addsuffix.
7844
7845 * pcomplete.el: Convert to lexical binding and fix bug#8819.
7846 (pcomplete-suffix-list): Mark as obsolete.
7847 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
7848 pcomplete-seen in the closure.
7849 (pcomplete-comint-setup): Setup completion-at-point as well.
7850 (pcomplete--entries): New function.
7851 (pcomplete--env-regexp): New var.
7852 (pcomplete-entries): Rewrite to work with partial-completion and
7853 without relying on pcomplete-suffix-list.
7854 (pcomplete-pare-list): Remove, unused.
7855
25aef8b8
MR
78562011-06-17 Martin Rudalics <rudalics@gmx.at>
7857
7858 * window.el (display-buffer-alist): Set pop-up-window-min-height
7859 and pop-up-window-min-width in default value. Reported by
7860 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
7861 other-window-means-other-frame.
7862 (display-buffer-macro-specifiers): Comment out entry for
7863 other-window specifier.
7864 (display-buffer-other-window-means-other-frame): New function.
7865 (display-buffer-normalize-specifiers-1): New arguments
7866 buffer-name and label. Treat other-window case specially.
7867 (display-buffer-normalize-specifiers-2): Treat other-window case
7868 specially.
7869 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
7870 (display-buffer-normalize-specifiers):
7871 Call display-buffer-normalize-specifiers-3.
25aef8b8 7872
dbad4f69
MR
78732011-06-17 Martin Rudalics <rudalics@gmx.at>
7874
7875 * window.el (same-window-p): Fix two typos introduced when
7876 adding with-no-warnings.
d1067961
MR
7877 (display-buffer-normalize-specifiers-1): Don't check
7878 pop-up-frames for 'unset initialization.
7879 (display-buffer-normalize-specifiers-2): Major rewrite using
7880 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
7881 (pop-up-frames, display-buffer-reuse-frames)
7882 (display-buffer-mark-dedicated): Don't initialize to 'unset.
7883 Suggested by David Engster <deng@randomsample.de>.
7884 (even-window-heights): Initialize to 'unset.
7885 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
7886 (display-buffer-macro-specifiers): Don't pop up a new frame in the
7887 other window case.
dbad4f69 7888
9b9c9e3a
MR
78892011-06-16 Martin Rudalics <rudalics@gmx.at>
7890
bcd70d97
SM
7891 * window.el (display-buffer-normalize-specifiers-1):
7892 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 7893 second argument of display-buffer (Bug#8865).
981d5c09
MR
7894 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
7895 (switch-to-buffer-other-window-same-frame)
7896 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
7897 Adams (Bug#8875).
9c2755e9
MR
7898 (display-buffer): Don't check noninteractive when calling
7899 display-buffer-pop-up-frame.
7900 (display-buffer-pop-up-frame): Never pop up a frame in
7901 noninteractive mode (Bug#8857).
67222e1d
MR
7902 (enlarge-window, shrink-window): Don't report an error when the
7903 window can't be resized as requested (Bug#8862).
9b9c9e3a 7904
2b75be67
SM
79052011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
7906
9ffdd3ba
SM
7907 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
7908
cb581a67
SM
7909 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
7910
2b75be67
SM
7911 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
7912
8c0e3589
AM
79132011-06-15 Alan Mackenzie <acm@muc.de>
7914
cb581a67
SM
7915 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
7916 for declarators, disable knr checking to speed up for normal files.
7917 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 7918
b96e6cde
LMI
79192011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7920
4bba86e6
LMI
7921 * net/network-stream.el (open-network-stream): Add the keyword
7922 :always-query-capabilities for the case where you want to force a
7923 `plain' network connection, but the protocol still requires the
7924 capabilitiy command (i.e., SMTP and EHLO).
7925
2b75be67 7926 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
7927 consistency with other `-live-p' functions.
7928
efdcdbf8
SM
79292011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
7930
7931 * window.el (same-window-buffer-names, same-window-regexps)
7932 (special-display-frame-alist, special-display-popup-frame)
7933 (special-display-function, special-display-buffer-names)
7934 (special-display-regexps, pop-up-frame-alist)
7935 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
7936 (pop-up-windows, split-window-preferred-function)
7937 (split-height-threshold, split-width-threshold, even-window-heights)
7938 (display-buffer-mark-dedicated): Don't encourage the use of
7939 display-buffer-alist from Elisp code.
7940
c5cde042
DN
79412011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
7942
7943 * progmodes/python.el (python-mode): Derive from prog-mode.
7944 * progmodes/ps-mode.el (ps-mode):
7945 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 7946 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
7947 * progmodes/ld-script.el (ld-script-mode): Likewise.
7948
baa1c9ab
MR
79492011-06-15 Martin Rudalics <rudalics@gmx.at>
7950
7951 * window.el (display-buffer-alist): Trim default value to avoid
7952 popping up a new frame (Bug#8857) or reusing an arbitrary window
7953 on another frame.
7954 (display-buffer): Do not fall back on popping up a new frame in
7955 batch mode (Bug#8857).
7956
c5dd5a51
CY
79572011-06-14 Chong Yidong <cyd@stupidchicken.com>
7958
7959 * cus-theme.el (describe-theme-1): Use custom-theme-p.
7960 (custom-theme-summary): New function.
7961 (customize-themes): Use it.
7962
d647b7c4
GM
79632011-06-13 Glenn Morris <rgm@gnu.org>
7964
7965 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
7966
9481c002
MR
79672011-06-13 Martin Rudalics <rudalics@gmx.at>
7968
357f93d2
MR
7969 * help.el (help-window): Remove variable.
7970 (help-window-point-marker, temp-buffer-max-height)
7971 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
7972 (help-print-return-message): Don't set help-window.
7973 (resize-temp-buffer-window): Rewrite cod eand doc-string.
7974 (help-window-setup-finish): Remove.
7975 (help-window-display-message, help-window-setup)
7976 (with-help-window): Major rewrite based on new
7977 display-buffer-window variable.
7978
7979 * help-mode.el (help-mode-finish): Remove help-window related
7980 code.
7981
7982 * view.el (view-exits-all-viewing-windows): Remove reference to
7983 view-return-to-alist in doc-string.
7984 (view-return-to-alist): Make obsolete.
7985 (view-buffer): Call pop-to-buffer-same-window and remove
7986 undo-window code.
7987 (view-buffer-other-window): Call pop-to-buffer-other-window and
7988 simplify code. Ignore second argument.
7989 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
7990 simplify code. Ignore second argument.
7991 (view-return-to-alist-update): Make obsolete.
7992 (view-mode-enter): Rename second argument to QUIT-RESTORE.
7993 Rewrite using quit-restore window parameters.
2b75be67
SM
7994 (view-mode-exit): Rename second argument to EXIT-ONLY.
7995 Rewrite using quit-restore-window.
357f93d2
MR
7996 (View-exit, View-exit-and-edit, View-leave, View-quit)
7997 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
7998 appropriate arguments.
7999 (view-end-message): Use quit-restore window parameter.
8000
9481c002
MR
8001 * window.el (display-buffer-function): Rewrite doc-string.
8002 (display-buffer-window, display-buffer-alist): New variables.
8003 (display-buffer-split-specifiers)
8004 (display-buffer-side-specifiers)
8005 (display-buffer-macro-specifiers): New constants.
8006 (display-buffer-even-window-sizes, display-buffer-set-height)
8007 (display-buffer-set-width, display-buffer-select-window)
8008 (display-buffer-in-window, display-buffer-reuse-window)
8009 (display-buffer-split-window-1, display-buffer-split-window)
8010 (display-buffer-split-atom-window, display-buffer-pop-up-window)
8011 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
8012 (display-buffer-in-side-window, normalize-buffer-to-display)
8013 (display-buffer-normalize-specifiers-1)
8014 (display-buffer-normalize-specifiers-2)
2b75be67
SM
8015 (display-buffer-normalize-specifiers, display-buffer-frame):
8016 New functions.
9481c002
MR
8017 (display-buffer): Major rewrite.
8018 (display-buffer-other-window, display-buffer-other-frame)
8019 (pop-to-buffer, switch-to-buffer-other-window)
8020 (switch-to-buffer-other-frame): Rewrite.
8021 (display-buffer-same-window, display-buffer-same-frame)
8022 (display-buffer-same-frame-other-window)
8023 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
8024 (pop-to-buffer-other-window)
8025 (pop-to-buffer-same-frame-other-window)
8026 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
8027 (switch-to-buffer-other-window-same-frame): New functions.
8028 (same-window-p, special-display-p): Rewrite disabling warnings.
8029 Make obsolete.
8030 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
8031 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
8032 Make obsolete
8033 (same-window-buffer-names, same-window-regexps)
8034 (special-display-frame-alist, special-display-popup-frame)
8035 (special-display-function, special-display-buffer-names)
8036 (special-display-regexps, pop-up-frame-alist)
8037 (pop-up-frame-function, split-window-preferred-function)
8038 (split-height-threshold, split-width-threshold)
8039 (even-window-heights): Make obsolete.
8040
9db51aca
GM
80412011-06-12 Glenn Morris <rgm@gnu.org>
8042
8043 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 8044 Misc simplifications.
9db51aca 8045
39cffb44
MR
80462011-06-12 Martin Rudalics <rudalics@gmx.at>
8047
8048 * window.el (window-safely-shrinkable-p): Restore function which
8049 was inadvertently removed in change from 2011-06-11. Declare as
8050 obsolete.
8051
2b75be67
SM
8052 * calendar/calendar.el (calendar-generate-window):
8053 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
8054 window-safely-shrinkable-p.
8055
a8955be7
GM
80562011-06-12 Glenn Morris <rgm@gnu.org>
8057
8058 * progmodes/fortran.el (fortran-mode-syntax-table):
8059 * progmodes/f90.el (f90-mode-syntax-table):
8060 Set % to punctuation. (Bug#8820)
8061 (f90-find-tag-default): Remove, no longer needed.
8062
f0d4059d
DC
80632011-06-12 Daniel Colascione <dan.colascione@gmail.com>
8064
8065 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
8066
1100a63c
CY
80672011-06-11 Chong Yidong <cyd@stupidchicken.com>
8068
8069 * image.el (image-animated-p): Return animation delay in seconds.
8070 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
8071 (image-animate-timeout): Remove DELAY argument. Don't assume
8072 every subimage has the same delay; get it from image-animated-p.
8073 (image-animate): Caller changed.
8074
def722bf
MA
80752011-06-11 Michael Albinus <michael.albinus@gmx.de>
8076
8077 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
8078 to ignored backtrace functions.
8079
0a2bb1a9
GM
80802011-06-11 Glenn Morris <rgm@gnu.org>
8081
8082 * calendar/appt.el (appt-disp-window-function): Doc fix.
8083 (appt-check): Handle overlapping appointments. (Bug#8337)
8084
6198ccd0
MR
80852011-06-11 Martin Rudalics <rudalics@gmx.at>
8086
8087 * window.el (window-tree-1, window-tree): New functions, moving
8088 the latter to window.el.
8089 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
8090 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
8091 (bw-refresh-edges): Remove.
8092 (balance-windows-1, balance-windows-2): New functions.
8093 (balance-windows): Rewrite in terms of window tree functions,
8094 balance-windows-1 and balance-windows-2.
8095 (bw-adjust-window): Remove.
8096 (balance-windows-area-adjust): New function with functionality of
8097 bw-adjust-window but using resize-window.
2b75be67
SM
8098 (set-window-text-height): Rewrite doc-string.
8099 Use normalize-live-window and resize-window.
8100 (enlarge-window-horizontally, shrink-window-horizontally):
8101 Rename argument to DELTA.
6198ccd0
MR
8102 (window-buffer-height): New function.
8103 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
8104 Rewrite using new window resize routines.
2b75be67
SM
8105 (kill-buffer-and-window, mouse-autoselect-window-select):
8106 Use ignore-errors instead of condition-case.
6198ccd0
MR
8107 (quit-window): Call delete-frame instead of delete-windows-on
8108 for the only buffer on frame.
8109
9397e56f
MR
81102011-06-10 Martin Rudalics <rudalics@gmx.at>
8111
8112 * loadup.el (top-level): Load window before files for the sake
8113 of replace-buffer-in-windows.
8114
8115 * files.el (read-buffer-to-switch)
8116 (switch-to-buffer-other-window)
2b75be67
SM
8117 (switch-to-buffer-other-frame, display-buffer-other-frame):
8118 Move to window.el.
9397e56f
MR
8119
8120 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
8121 (previous-buffer): Move to window.el.
8122
8123 * bindings.el (unbury-buffer): Move to window.el.
8124
8125 * window.el (delete-other-windows-vertically): Move after
8126 definition of delete-other-windows.
8127 (other-window, delete-windows-on, replace-buffer-in-windows):
8128 Move here from window.c.
8129 (record-window-buffer, unrecord-window-buffer)
8130 (set-window-buffer-start-and-point, switch-to-prev-buffer)
8131 (switch-to-next-buffer): New functions.
8132 (get-next-valid-buffer, last-buffer, next-buffer): Move here
8133 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
8134 (previous-buffer): Move here from simple.el.
8135 Call switch-to-prev-buffer.
9397e56f
MR
8136 (bury-buffer): Move here from buffer.c. Switch to previous
8137 buffer when window cannot be deleted.
8138 (unbury-buffer): Move here from bindings.el.
8139 (ctl-x-map): Move binding for other-window from window.c to
8140 here.
8141 (read-buffer-to-switch, switch-to-buffer-other-window)
8142 (switch-to-buffer-other-frame): Move here from files.el.
8143 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
8144 (switch-to-buffer): Move here from buffer.c.
8145 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 8146
562dd5e9
MR
81472011-06-10 Martin Rudalics <rudalics@gmx.at>
8148
8149 * window.el (window-min-height, window-min-width): Move here
8150 from window.c. Add defcustoms and rewrite doc-strings.
8151 (resize-mini-window, resize-window): New functions.
8152 (adjust-window-trailing-edge, enlarge-window, shrink-window):
8153 Move here from window.c.
8154 (maximize-window, minimize-window): New functions.
8155 (delete-window, delete-other-windows, split-window): Move here
8156 from window.c.
8157 (window-split-min-size): New function.
8158 (split-window-keep-point): Mention split-window-above-each-other
8159 instead of split-window-vertically.
2b75be67 8160 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
8161 Rename split-window-vertically to split-window-above-each-other
8162 and provide defalias for old definition.
8163 (split-window-side-by-side, split-window-horizontally):
8164 Rename split-window-horizontally to split-window-side-by-side
8165 and provide defalias for the old definition.
562dd5e9
MR
8166 (ctl-x-map): Move bindings for delete-window,
8167 delete-other-windows and enlarge-window here from window.c.
8168 Replace bindings for split-window-vertically and
8169 split-window-horizontally by bindings for
8170 split-window-above-each-other and split-window-side-by-side.
8171
8172 * cus-start.el (all): Remove entries for window-min-height and
8173 window-min-width. Add entries for window-splits and
8174 window-nest.
8175
f0da764a
GM
81762011-06-09 Glenn Morris <rgm@gnu.org>
8177
80675c21
GM
8178 * calendar/appt.el (appt-mode-line): New function.
8179 (appt-check, appt-disp-window): Use it.
8180
f0da764a
GM
8181 * files.el (hack-one-local-variable-eval-safep):
8182 Allow minor-modes with explicit +/-1 arguments.
8183
59f623b7
TZ
81842011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
8185
8186 * term/xterm.el (xterm): Add defgroup.
8187 (xterm-extra-capabilities): Add defcustom to supply known xterm
8188 capabilities, skip querying them, or query them (default).
8189 (terminal-init-xterm): Use it.
8190 (terminal-init-xterm-modify-other-keys): New function to set up
8191 modifyOtherKeys support to simplify `terminal-init-xterm'.
8192
9aab8e0d
MR
81932011-06-09 Martin Rudalics <rudalics@gmx.at>
8194
8195 * window.el (resize-window-reset, resize-window-reset-1)
8196 (resize-subwindows-skip-p, resize-subwindows-normal)
8197 (resize-subwindows, resize-other-windows, resize-this-window)
8198 (resize-root-window, resize-root-window-vertically)
8199 (window-deletable-p, window-or-subwindow-p)
8200 (frame-root-window-p): New functions.
8201
e8b08aee
GM
82022011-06-09 Glenn Morris <rgm@gnu.org>
8203
8204 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
8205 (ange-ftp-get-files): Use it.
8206
254c37a5
AK
82072011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
8208
8209 * mail/sendmail.el (mail-recover-1, mail-recover):
8210 * files.el (recover-file, recover-session):
8211 Handle dired-listing-switches not being just a single short option.
8212
35d7dbd3
GM
82132011-06-09 Glenn Morris <rgm@gnu.org>
8214
8215 * calendar/appt.el (appt-display-message, appt-disp-window):
8216 Handle lists of appointments.
8217
387522b2
MR
82182011-06-08 Martin Rudalics <rudalics@gmx.at>
8219
2b75be67
SM
8220 * window.el (one-window-p): Move down in code.
8221 Rewrite doc-string.
8222 (window-current-scroll-bars): Rewrite doc-string.
8223 Normalize live window argument.
387522b2
MR
8224 (walk-windows, get-window-with-predicate, count-windows):
8225 Rewrite doc-string. Use window-list-1.
8226 (window-in-direction-2, window-in-direction, get-mru-window):
8227 New functions.
8228
d8e4b68b 82292011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
8230
8231 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
8232 Doc fix (Bug#8713).
8233
82342011-06-08 Chong Yidong <cyd@stupidchicken.com>
8235
8236 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
8237
82382011-06-08 Juanma Barranquero <lekktu@gmail.com>
8239
8240 * loadhist.el (unload-feature-special-hooks):
8241 Add `comint-output-filter-functions'.
8242
0de12c52
IK
82432011-06-08 Ivan Kanis <gnu@kanis.fr>
8244
8245 * calendar/appt.el (appt-check): Move some initializations into the let.
8246
f3d1777e
MR
82472011-06-08 Martin Rudalics <rudalics@gmx.at>
8248
8249 * window.el (window-height): Defalias to window-total-height.
8250 (window-width): Defalias to window-body-width.
8251
18af70d0
CY
82522011-06-07 Chong Yidong <cyd@stupidchicken.com>
8253
8254 * image-mode.el (image-toggle-animation): New command.
8255 (image-mode-map): Bind it to RET.
8256 (image-mode): Update message.
8257 (image-toggle-display-image): Avoid a spurious cache flush.
8258 (image-transform-rotation): Doc fix.
8259 (image-transform-properties): Return quickly in the normal case.
8260 (image-animate-loop): Rename from image-animate-max-time.
8261
2b75be67 8262 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
8263 (create-animated-image): Remove unnecessary function.
8264 (image-animate): Rename from image-animate-start. New arg.
2b75be67 8265 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
8266 (image-animate-timer): Use car-safe.
8267 (image-animate-timeout): Rename argument.
8268
190b47e6
MR
82692011-06-07 Martin Rudalics <rudalics@gmx.at>
8270
8271 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
8272 window.c. Rename first argument to ALL-FRAMES.
8273 Rephrase doc-strings.
8274 (get-buffer-window-list): Rewrite using window-list-1.
8275 Rephrase doc-string.
a1511caf
MR
8276 (window-safe-min-height, window-safe-min-width): New constants.
8277 (window-size-ignore, window-min-size, window-min-size-1)
8278 (window-sizable, window-sizable-p, window-size-fixed-1)
8279 (window-size-fixed-p, window-min-delta-1, window-min-delta)
8280 (window-max-delta-1, window-max-delta, window-resizable)
8281 (window-resizable-p, window-total-height, window-total-width)
8282 (window-body-width): New functions.
8283 (window-full-height-p, window-full-width-p): Rewrite using
8284 window-total-size.
8285 (window-body-height): Rewrite using window-body-size.
190b47e6 8286
85cc1f11
MR
82872011-06-06 Martin Rudalics <rudalics@gmx.at>
8288
8289 * window.el (window-right, window-left, window-child)
8290 (window-child-count, window-last-child, window-any-p)
8291 (normalize-live-buffer, normalize-live-frame)
8292 (normalize-any-window, normalize-live-window)
8293 (window-iso-combination-p, window-iso-combined-p)
8294 (window-iso-combinations)
8295 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
8296 (windows-with-parameter, window-with-parameter)
8297 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
8298 (window-atom-check, window-side-check, window-check):
8299 New functions.
85cc1f11
MR
8300 (ignore-window-parameters, window-sides, window-sides-vertical)
8301 (window-sides-slots): New variables.
8302 (window-size-fixed): Move down in code. Minor doc-string fix.
8303
e7156492
AS
83042011-06-05 Andreas Schwab <schwab@linux-m68k.org>
8305
8306 * comint.el (comint-dynamic-complete-as-filename)
8307 (comint-dynamic-complete-filename): Correctly call
8308 completion-in-region.
8309
7e821d0d
DD
83102011-06-05 Deniz Dogan <deniz@dogan.se>
8311
8312 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
8313 in last change.
8314
ac09b8a1
DD
83152011-06-05 Deniz Dogan <deniz@dogan.se>
8316
8317 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
8318 (rcirc): Use it to prompt for encryption.
8319
34699b85
RW
83202011-06-05 Roland Winkler <winkler@gnu.org>
8321
8322 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
8323 (bibtex-search-entries): New command bound to C-c C-a.
8324 (bibtex-display-entries): New function.
8325
004dedd3
RW
83262011-06-05 Roland Winkler <winkler@gnu.org>
8327
8328 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
8329 (bibtex-insert-kill): After yanking insert newline if necessary.
8330 (bibtex-initialize): Call bibtex-string-files-init only once.
8331 (bibtex-mode): Do not call easy-menu-add.
8332 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
8333 (bibtex-yank): Set arg properly if nil.
8334
022fe7ce
RW
83352011-06-05 Roland Winkler <winkler@gnu.org>
8336
2b75be67
SM
8337 * textmodes/bibtex.el (bibtex-search-entry-globally):
8338 New variable.
022fe7ce
RW
8339 (bibtex-search-entry): Use it.
8340
b7c3692a
RW
83412011-06-05 Roland Winkler <winkler@gnu.org>
8342
8343 * textmodes/bibtex.el (bibtex-entry-format): New option
8344 sort-fields.
8345 (bibtex-format-entry, bibtex-reformat): Honor this option.
8346 (bibtex-parse-entry): Return fields in proper order.
8347
8eda563d
JB
83482011-06-05 Juanma Barranquero <lekktu@gmail.com>
8349
8350 * doc-view.el (doc-view-remove-if): Move computation of result out
8351 of `dolist' to silence misleading lexical-binding warning.
8352
7dbe3dbc
CY
83532011-06-04 Chong Yidong <cyd@stupidchicken.com>
8354
8355 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
8356 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
8357
0c33dd17
MA
83582011-06-04 Michael Albinus <michael.albinus@gmx.de>
8359
8360 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
8361 "SunOS 5.10".
8362
f8f91c2b
MA
83632011-06-04 Michael Albinus <michael.albinus@gmx.de>
8364
8365 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
8366 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
8367 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
8368 (tramp-parse-putty):
8369 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
8370 (tramp-completion-function-alist-ssh)
8371 (tramp-completion-function-alist-telnet)
8372 (tramp-completion-function-alist-su)
8373 (tramp-completion-function-alist-putty): Set `tramp-autoload'
8374 cookie.
8375
8376 * net/tramp-ftp.el:
8377 * net/tramp-sh.el:
8378 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
8379 load "tramp.el" `tramp-set-completion-function'.
8380
e17d9003
SM
83812011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
8382
8383 * shell.el: Require and use pcomplete.
8384 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
8385 (shell-completion-vars): Set pcomplete-default-completion-function.
8386
6c4cab03
DD
83872011-06-04 Deniz Dogan <deniz@dogan.se>
8388
8389 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
8390 `memq' (Bug#8799).
8391
ea9fafe0
SM
83922011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
8393
8394 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
8395
b3e945d3
JB
83962011-06-02 Juanma Barranquero <lekktu@gmail.com>
8397
8398 * bs.el (bs--mark-unmark, bs--nth-wrapper):
8399 * mpc.el (mpc-select-extend, mpc-songpointer-context):
8400 * vc/log-view.el (log-view-beginning-of-defun):
8401 * vc/smerge-mode.el (smerge-apply-resolution-patch)
8402 (smerge-refine-forward, smerge-refine-chopup-region):
8403 Silence warning for unused `dotimes' counter variables.
8404
7d520089
SM
84052011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
8406
8407 * net/tramp.el (tramp-with-progress-reporter): Rename from
8408 with-progress-reporter. Use `declare'.
8409 * net/tramp-smb.el:
8410 * net/tramp-sh.el:
8411 * net/tramp-gvfs.el: Update all uses.
8412
a1c2400f
JB
84132011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
8414
8415 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
8416 buffer isn't killed before making it current.
8417
2403c841
SM
84182011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8419
8420 Silence various byte-compiler warnings.
8421 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
8422 `access-type' and new obsolescence format.
8423 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
8424 new format.
8425 (byte-compile-check-variable): New `access-type' argument.
8426 Only warn if the access-type is obsolete.
8427 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
8428 (byte-compile-variable-set): Adjust callers.
8429 * help-fns.el (describe-variable): Adjust to new obsolescence format.
8430 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
8431 setting it as obsolete.
8432 * simple.el (minibuffer-completing-symbol):
8433 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
8434 access as obsolete.
8435 * minibuffer.el (minibuffer-completing-file-name): Don't make it
8436 obsolete yet.
8437 * international/quail.el (quail-mouse-choose-completion): Remove unused
8438 code referring to obsolete var.
8439 (quail-choose-completion-string): Remove.
8440 * server.el (server-clients-with, server-kill-buffer-query-function)
8441 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
8442 * proced.el (proced-send-signal):
8443 * emacs-lisp/lisp.el (lisp-complete-symbol):
8444 Replace completion-annotate-function with completion-extra-properties.
8445
2462470b
SM
84462011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8447
fb5b2591
SM
8448 * simple.el (goto-line): Use read-number.
8449 (overriding-map-is-bound): Remove.
8450 (saved-overriding-map): Change default.
8451 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
8452 Take the map as argument.
8453 (universal-argument, negative-argument, digit-argument): Use it.
8454 (restore-overriding-map): Adjust.
8455 (do-auto-fill): Use fill-forward-paragraph.
8456 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
8457
fd6fa53f
SM
8458 * minibuffer.el (minibuffer-inactive-mode-map): New var.
8459 (minibuffer-inactive-mode): New major mode.
8460 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
8461 the *Messages* buffer" hack.
8462 (mouse-popup-menubar): Don't burp if the event is a normal key.
8463
2462470b
SM
8464 Miscellaneous tweaks.
8465 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
8466 lexical scoping as in subr.el's dolist and dotimes.
8467 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
8468 Silence compiler warning.
8469 * thingatpt.el (forward-whitespace): Trivial coding style fix.
8470 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
8471 * international/ccl.el (ccl-compile): Trivial simplification.
8472 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
8473 * emacs-lisp/testcover.el (testcover-end): Remove spurious
8474 `printflag' argument.
8475 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
8476 Purecopy the whole obsolescence data.
8477
108bf785
LL
84782011-06-01 Leo Liu <sdl.web@gmail.com>
8479
8480 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
8481 improve doc-string as suggested by Marco Pessotto
8482 <melmothx@gmail.com>.
8483 (rcirc-print): Fix last change.
8484
30a23501
SM
84852011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8486
8487 * minibuffer.el (complete-with-action): Return nil for the metadata and
8488 boundaries of non-functional tables.
8489 (completion-table-dynamic): Return nil for the metadata.
8490 (completion-table-with-terminator): Add default case, using
8491 complete-with-action.
8492 (completion--metadata): New function.
8493 (completion-all-sorted-completions, minibuffer-completion-help): Use it
8494 to try and avoid pathological performance problems.
8495 (completion--embedded-envvar-table): Return `category' metadata.
8496
bcd54f83
LMI
84972011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
8498
8499 * subr.el (process-alive-p): New tiny convenience function.
8500
e227544d
SM
85012011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8502
8503 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
8504 content but also its previous major mode.
8505
e8296fdc
HE
85062011-05-31 Helmut Eller <eller.helmut@gmail.com>
8507
4d61f28d 8508 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
8509 *Backtrace* buffer when we exit with C-M-c.
8510
620c53a6
SM
85112011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8512
8513 * minibuffer.el: Add metadata method to completion tables.
8514 (completion-category-overrides): New defcustom.
8515 (completion-metadata, completion--field-metadata)
8516 (completion-metadata-get, completion--styles)
8517 (completion--cycle-threshold): New functions.
8518 (completion-try-completion, completion-all-completions):
8519 Add `metadata' argument to choose completion-styles.
8520 (completion--do-completion): Use metadata to choose cycling.
8521 (completion-all-sorted-completions): Use metadata for sorting.
8522 Remove :completion-cycle-penalty which is not needed any more.
8523 (completion--try-word-completion): Add `metadata' argument.
8524 (minibuffer-completion-help): Check metadata for annotation function
8525 and sorting.
8526 (completion-file-name-table): Return `category' metadata.
8527 (minibuffer-completing-file-name): Make obsolete.
8528 * simple.el (minibuffer-completing-symbol): Make obsolete.
8529 * icomplete.el (icomplete-completions): Pass new `metadata' param to
8530 completion-try-completion.
8531
1257e755
SM
85322011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
8533
8534 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
8535
3767e706
LL
85362011-05-30 Leo Liu <sdl.web@gmail.com>
8537
8538 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
8539 (rcirc-print): Decode all incoming messages (bug#8744).
8540 (rcirc-decode-coding-system): Allow value nil for automatic coding
8541 system detection.
3767e706 8542
d1a5d56a
GM
85432011-06-01 Glenn Morris <rgm@gnu.org>
8544
8545 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
8546
e8cbec34
CY
85472011-05-29 Chong Yidong <cyd@stupidchicken.com>
8548
8549 * image.el (image-animate-max-time): Allow nil and t values.
8550 Default to nil.
8551 (create-animated-image): Doc fix.
8552 (image-animate-start): Remove second arg; just use
8553 image-animate-max-time.
8554 (image-animate-timeout): Doc fix. Args changed.
8555
8556 * image-mode.el (image-toggle-display-image): Ensure that the
8557 image spec passed to the animate timer is the same object as in
58179cce 8558 the buffer's display property (Bug#6981).
e8cbec34
CY
8559 (image-transform-properties): Doc fix.
8560
8561 * image.el (image-animate-max-time): Default to nil.
8562
159daf87
MR
85632011-05-29 Martin Rudalics <rudalics@gmx.at>
8564
8565 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
8566 entire buffer list (Bug#8184).
8567
d66c4c7c
CY
85682011-05-29 Chong Yidong <cyd@stupidchicken.com>
8569
8570 * image.el (imagemagick-types-inhibit)
8571 (imagemagick-register-types): Doc fix.
8572
80aec780
DD
85732011-05-29 Deniz Dogan <deniz@dogan.se>
8574
8575 * net/rcirc.el (rcirc): Use the user's stored encryption method by
8576 default.
8577
1dd3c2d9
CY
85782011-05-29 Chong Yidong <cyd@stupidchicken.com>
8579
8580 * select.el: Don't perform clipboard-manager saving in hooks;
8581 leave the hooks empty.
8582
60e56523
LL
85832011-05-28 Leo Liu <sdl.web@gmail.com>
8584
8585 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
8586 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
8587 (occur-edit-mode): New major mode (Bug#8463).
8588 (occur-after-change-function): New function.
8589 (occur-engine): Give Occur tags a read-only property.
8590
2b1e1a22
KR
85912011-05-28 Kevin Ryde <user42@zip.com.au>
8592
8593 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
8594
5d344e88
CY
85952011-05-28 Chong Yidong <cyd@stupidchicken.com>
8596
8e6ca83d
CY
8597 * bindings.el (help-echo): Make the initial non-indicator dash
8598 empty on graphical terminals (Bug#7295).
8599
5d344e88
CY
8600 * files.el (auto-mode-alist): Move config rule after the
8601 in-stripping one (Bug#8547).
8602
bfbbace7
CY
8603 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
8604
fbeba6e2
CY
8605 * startup.el (normal-splash-screen): Remove gratuitous mode-line
8606 setting (Bug#8740).
8607
60ed8c72
AA
86082011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
8609
4ac619f0
AA
8610 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
8611 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
8612 (Bug#8539).
60ed8c72 8613
23db196e
CY
86142011-05-28 Chong Yidong <cyd@stupidchicken.com>
8615
8616 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
8617
5012f24c
DK
86182011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
8619
8620 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
8621 (hs-hide-block-at-point, hs-find-block-beginning)
8622 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
8623 (Bug#8279).
8624
6a639b16
GM
86252011-05-28 Glenn Morris <rgm@gnu.org>
8626
8627 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
8628
d43eaf2c
CY
86292011-05-28 Chong Yidong <cyd@stupidchicken.com>
8630
5199bde1
CY
8631 * help-fns.el (describe-function-1): If the function is a derived
8632 major mode, print the parent mode.
8633
d43eaf2c
CY
8634 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
8635 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
8636
423428a8
SM
86372011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
8638
0ff8e1ba 8639 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 8640 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
8641 * progmodes/etags.el (tags-completion-at-point-function):
8642 * info-look.el (info-lookup-completions-at-point): Mark as
8643 non-exclusive.
8644 (info-complete): Adjust accordingly.
8645
423428a8
SM
8646 * info-look.el: Convert to lexical-binding and completion-at-point.
8647 (info-lookup-completions-at-point): New function.
8648 (info-complete): Use it and completion-in-region.
8649
b74aa22b
DA
86502011-05-28 Drew Adams <drew.adams@oracle.com>
8651
8652 * isearch.el: Let M-e start with point at the first mismatched char.
8653 (isearch-fail-pos): New function.
8654 (isearch-edit-string): Use it.
8655
66e2e71d
DK
86562011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
8657
8658 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
8659
b1890b0f 86602011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
8661
8662 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
8663 traversal functions for avl-trees.
8664 (avl-tree--stack): New struct.
8665 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
8666 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
8667 (avl-tree--do-enter): Add optional `updatefun' arg.
8668 Change return value.
eb95d01d 8669 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
8670 (avl-tree--do-delete): Add `test' and `nilflag' args.
8671 Change return value.
eb95d01d
TC
8672 (avl-tree-member): Add optional `nilflag'
8673 (avl-tree-member-p): New function.
8674 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
8675 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
8676 (avl-tree-stack-empty-p): New functions.
8677
3769ddcf
TC
8678 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
8679 avl-tree--del-balance1 and make it work both ways.
8680 (avl-tree--del-balance2): Remove.
8681 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
8682 make it work both ways.
8683 (avl-tree--enter-balance2): Remove.
8684 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
8685 New macros.
8686 (avl-tree--mapc, avl-tree-map): Add direction argument.
8687
eb95d01d 86882011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
8689
8690 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
8691
a9f737ee
CY
86922011-05-27 Chong Yidong <cyd@stupidchicken.com>
8693
8694 * select.el: Support clipboard managers with built-in function
8695 x-clipboard-manager-save, via delete-frame-functions and
8696 kill-emacs-hook.
8697 (xselect-convert-to-targets): Add MULTIPLE target to list.
8698 (xselect-convert-to-save-targets): New function.
8699
c92a1e54
KH
87002011-05-27 Kenichi Handa <handa@m17n.org>
8701
8702 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
8703 let-binding rfc2047-encode-encoded-words to nil.
8704
e145f188
GM
87052011-05-27 Glenn Morris <rgm@gnu.org>
8706
5ec8a862
GM
8707 * mail/emacsbug.el: Don't require url-util.
8708
4b29d9fb
GM
8709 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
8710
e145f188
GM
8711 * files.el (set-auto-mode):
8712 Also respect mode: entries at the end of the file. (Bug#8586)
8713
7d15102b
GM
87142011-05-26 Glenn Morris <rgm@gnu.org>
8715
98f593b8
GM
8716 * files.el (hack-local-variables-prop-line, hack-local-variables):
8717 Downcase mode names, as seems to be traditional.
27b48e63 8718 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 8719
7d15102b
GM
8720 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
8721 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
8722
51d5b4ec
JD
87232011-05-25 Julien Danjou <julien@danjou.info>
8724
8725 * textmodes/rst.el (rst-define-level-faces): Do not define face
8726 symbol if it is already defined.
8727
91513f63
VB
87282011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
8729
8730 * play/5x5.el (5x5-new-game, 5x5-randomize):
8731 Reset 5x5-solver-output to nil when a new grid is cast.
8732 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
8733 these debugging traces, as defmacro breaks the compiled code.
8734
4d90d6d0
DK
87352011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
8736
8737 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
8738
e1b90ef6
LL
87392011-05-24 Leo Liu <sdl.web@gmail.com>
8740
8741 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
8742 (vc-bzr-sha1): Adapt.
8743
d8e4b68b 8744 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
8745
8746 * bindings.el: Provide sha1 feature.
8747
db0406bb 87482011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
8749
8750 * mail/sendmail.el: Require `rfc2047'.
8751 (mail-insert-from-field): Do not perform RFC2047 encoding.
8752 (mail-encode-header): New function.
8753 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
8754 buffer to the return value of select-message-coding-system.
8755 Call mail-encode-header.
b8d747b9
KH
8756
8757 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
8758
db0406bb 87592011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 8760
4d90d6d0
DK
8761 * mail/supercite.el (sc-default-cite-frame):
8762 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 8763
eb8a5e9b
GM
87642011-05-24 Glenn Morris <rgm@gnu.org>
8765
f8630703
GM
8766 * progmodes/python.el (brm-menu): Declare.
8767
8831bbed
GM
8768 * emulation/viper.el (viper-set-hooks): Declare.
8769
eb8a5e9b
GM
8770 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
8771 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
8772 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
8773 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
8774 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
8775 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
8776
a2a25d24
SM
87772011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
8778
8779 Add an :exit-function for completion-at-point.
8780
8781 * minibuffer.el (completion--done): New fun.
8782 (completion--do-completion): Use it. New arg `expect-exact'.
8783 (minibuffer-complete, minibuffer-complete-word): Don't output message,
8784 since completion--do-completion does it for us now.
8785 (minibuffer-force-complete): Use completion--done and
8786 completion--replace. Handle sole-completion case with more care.
8787 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
8788 (completion-extra-properties): New var.
8789 (completion-annotate-function): Make obsolete.
8790 (minibuffer-completion-help): Adjust accordingly.
8791 Use completion-list-insert-choice-function.
8792 (completion-at-point, completion-help-at-point):
8793 Bind completion-extra-properties.
8794 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
8795 * simple.el (completion-list-insert-choice-function): New var.
8796 (completion-setup-function): Preserve it.
8797 (choose-completion): Pay attention to it, shuffle the code a bit.
8798 (choose-completion-string): New arg `insert-function'.
8799
8800 * textmodes/bibtex.el: Convert to lexical binding.
8801 (bibtex-mode-map): Use completion-at-point.
8802 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
8803 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
8804 (bibtex-complete): Define as obsolete alias.
8805 (bibtex-complete-internal): Remove.
8806 (bibtex-format-entry): Remove unused sub-group in regexp.
8807 * shell.el (shell--command-completion-data)
8808 (shell-environment-variable-completion):
8809 * pcomplete.el (pcomplete-completions-at-point):
8810 * comint.el (comint--complete-file-name-data): Use :exit-function
8811 instead of completion-table-with-terminator so it also works for
8812 choose-completion.
8813
e44e373d
SM
88142011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
8815
4f91a816
SM
8816 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
8817
782fc819
SM
8818 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
8819 (bug#8710).
8820
e44e373d
SM
8821 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
8822
381987c3
KM
88232011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
8824
8825 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
8826 customization variable and implement: If non-nil, auto-fill will
8827 be inhibited while on topic's header line.
8828
b776bc70
VB
88292011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
8830
8831 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 8832 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
8833 always have a solution in grid size = 5 cases.
8834 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
8835 (5x5-solver-output, 5x5-log-buffer): New vars.
8836 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
8837 Make these variables buffer local to achieve 5x5 multi-session-ness.
8838 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
8839 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
8840 (5x5-solve-suggest): New funs.
8841 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
8842 randomize a grid so that we ensure that there is always a solution.
8843 (5x5-make-random-grid): Allow other movement than flipping.
8844
7de88b6e
KR
88452011-05-23 Kevin Ryde <user42@zip.com.au>
8846
8847 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 8848 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
8849 advice and passes PREDICATE.
8850
b1ef1257
SM
88512011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
8852
bbca48fe
SM
8853 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
8854 byte-compile-lambda if it's actually a lambda.
8855
b1ef1257
SM
8856 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
8857 Fix function quoting. Use backquote better.
8858
92a9cc65
YS
88592011-05-22 Yuanle Song <sylecn@gmail.com>
8860
8861 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
8862 matching (Bug#8516).
8863
f0fb8059
JA
88642011-01-22 Jari Aalto <jari.aalto@cante.net>
8865
8866 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
8867 different face (Bug#8178).
8868
d5b44c93
CY
88692011-05-22 Chong Yidong <cyd@stupidchicken.com>
8870
8871 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
8872 defface (Bug#8144).
8873
79106a44
SM
88742011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
8875
9c848d8a
SM
8876 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
8877 funcall as well (bug#8712). Warn when performing those conversions.
8878 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
8879
79106a44
SM
8880 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
8881
88dfa756
GM
88822011-05-22 Glenn Morris <rgm@gnu.org>
8883
8884 * files.el (hack-local-variables-prop-line): Small simplifications.
8885 (hack-local-variables, hack-local-variables-prop-line):
8886 If MODE-ONLY, return the mode, rather than just `t'.
8887
b7cf2c79
SM
88882011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
8889
8890 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
8891
3f1a8558
GM
88922011-05-21 Glenn Morris <rgm@gnu.org>
8893
7e4ccca3
GM
8894 * files.el (hack-local-variables-prop-line, hack-local-variables):
8895 If only interested in the mode, don't bother doing the other stuff.
8896
637d46ca
GM
8897 * image-mode.el (image-after-revert-hook):
8898 Redraw all frames on which the image is visible. (Bug#8567)
8899
973d955b
GM
8900 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
8901
3f1a8558
GM
8902 * wid-edit.el (widget-checklist-match-inline):
8903 Fix 2011-04-19 change. (Bug#8649)
8904
96479927
SM
89052011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
8906
1dcf791f
SM
8907 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
8908 Also allow singlespace after single-letter capitals followed by a dot.
8909
96479927
SM
8910 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
8911 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
8912
35fd0881
N
89132011-05-20 Nix <nix@esperi.org.uk>
8914
8915 * files.el (basic-save-buffer-2):
8916 Fix handling of break-hardlink-on-save with non-existent files.
8917
82745640
DD
89182011-05-19 Deniz Dogan <deniz@dogan.se>
8919
8920 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 8921 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 8922
4a720484
GM
89232011-05-19 Glenn Morris <rgm@gnu.org>
8924
d1f21341
GM
8925 * progmodes/f90.el (f90-type-def-re):
8926 Handle "type, bind(c)". (Bug#8691)
8927
4a720484
GM
8928 * emacs-lisp/autoload.el (batch-update-autoloads):
8929 Set autoload-excludes by parsing loadup.el rather than Makefiles.
8930
2fb0a219
MA
89312011-05-18 Michael Albinus <michael.albinus@gmx.de>
8932
8933 * net/tramp.el (tramp-process-actions): Set "first-password-request"
8934 property for the correct connection in case of multihops.
8935
e565dd37
GM
89362011-05-18 Glenn Morris <rgm@gnu.org>
8937
c2571358 8938 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
8939 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
8940
e565dd37
GM
8941 Rationalize calendar handling of day and month abbrev-arrays.
8942 * calendar/calendar.el (calendar-customized-p): New function.
8943 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
8944 (calendar-day-name-array, calendar-month-name-array): Doc fix.
8945 Add :set function.
8946 (calendar-abbrev-length, calendar-day-abbrev-array)
8947 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
8948 (calendar-day-abbrev-array, calendar-month-abbrev-array):
8949 Elements may no longer be nil.
8950 (calendar-day-name, calendar-month-name):
8951 Update for changed nature of abbrev arrays.
8952 * calendar/diary-lib.el (diary-name-pattern):
8953 Update for changed nature of abbrev arrays.
8954 (diary-mark-entries-1): Update calendar-make-alist calls.
8955 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
8956 * calendar/cal-html.el (cal-html-day-abbrev-array):
8957 Simply inherit from calendar-day-abbrev-array.
8958
1d99a745
SM
89592011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
8960
8961 * progmodes/grep.el (grep-mode): Disable default
8962 compilation-directory-matcher setting (bug#8684).
8963
7c1d9aa0
MA
89642011-05-17 Michael Albinus <michael.albinus@gmx.de>
8965
8966 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
8967 instead of "head" and "tail". There were problems with SunOS 5.9,
8968 and it performs better.
8969
3952e9d8
GM
89702011-05-17 Glenn Morris <rgm@gnu.org>
8971
2dd12e7f
GM
8972 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
8973
e4157b9c
GM
8974 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
8975 Replace obsolete function.
8976
8e249bbd
GM
8977 * shell.el (pcomplete-parse-arguments-function): Declare.
8978
3952e9d8
GM
8979 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
8980 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
8981 (appt-check): Doc fixes.
8982 (appt-disp-window-function, appt-delete-window-function):
8983 Remove needless special case in custom :type.
8984 (appt-display-count): Default to 0, not nil.
8985 (appt-check): Reset appt-display-count to 0, not nil.
8986
c71a0d48 89872011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 8988
c71a0d48
GM
8989 * progmodes/python.el (python-font-lock-keywords):
8990 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 8991
31d55be9
SM
89922011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
8993
8994 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
8995
3bfacb2f
KR
89962011-05-16 Kevin Ryde <user42@zip.com.au>
8997
8998 * info-look.el (makefile-automake-mode): New setups, looking in
8999 automake manual, then makefile-mode.
9000 (makefile-mode): Remove automake manual, have it just in
9001 makefile-automake-mode since there's various things different or
9002 not relevant to plain make.
9003 (makefile-mode): Remove "other-modes" non-existent automake-mode,
9004 believe a hypothetical automake-mode would go to makefile-mode,
9005 not the other way around.
9006
c8e83751
CY
90072011-05-15 Chong Yidong <cyd@stupidchicken.com>
9008
5e9e35cd
CY
9009 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
9010 hunk-end tags (Bug#8672).
9011
c8e83751
CY
9012 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
9013 vc-annotate-show-diff-revision-at-line (Bug#8671).
9014
50b23e5a
GM
90152011-05-14 Glenn Morris <rgm@gnu.org>
9016
7210a739
GM
9017 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
9018 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
9019 (change-log-font-lock-keywords): Also handle multiple author lines
9020 with leading tabs. (Bug#8644)
7210a739 9021
4691905a
GM
9022 * calendar/appt.el (appt-check): Rename some local variables.
9023 Some simplification/reordering.
9024
50b23e5a
GM
9025 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
9026 (feedmail-sendmail-f-doesnt-sell-me-out)
9027 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
9028 (feedmail-debug-sit-for, feedmail-queue-express-hook)
9029 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
9030 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
9031 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
9032 (feedmail-binmail-gnulinuxish-template):
9033 Rename from feedmail-binmail-linuxish-template.
9034 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
9035 Use insert-buffer-substring.
9036
215cda7c
BC
90372011-05-14 Bill Carpenter <bill@carpenter.org>
9038
9039 * mail/feedmail.el (feedmail-patch-level): Increase.
9040 (feedmail-debug): New custom group.
9041 (feedmail-confirm-outgoing-timeout)
9042 (feedmail-sendmail-f-doesnt-sell-me-out)
9043 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
9044 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
9045 (feedmail-sender-line, feedmail-from-line)
9046 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 9047 (feedmail-spray-this-address)
215cda7c
BC
9048 (feedmail-spray-address-fiddle-plex-list)
9049 (feedmail-queue-use-send-time-for-date)
9050 (feedmail-queue-use-send-time-for-message-id)
9051 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
9052 (feedmail-buffer-eating-function):
9053 Doc fixes.
9054 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
9055 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
9056 (feedmail-message-action-scroll-down): New functions.
9057 (feedmail-queue-directory, feedmail-queue-draft-directory):
9058 Use expand-file-name.
9059 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
9060 Remove C-v help entry.
9061 (feedmail-queue-buffer-file-name): New variable.
9062 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
9063 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
9064 (feedmail-message-action-send-strong, feedmail-message-action-edit)
9065 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
9066 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
9067 (feedmail-message-action-toggle-spray)
9068 (feedmail-run-the-queue-no-prompts)
9069 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
9070 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
9071 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
9072 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
9073 (feedmail-envelope-deducer, feedmail-fiddle-from)
9074 (feedmail-fiddle-sender, feedmail-default-date-generator)
9075 (feedmail-fiddle-date, feedmail-fiddle-message-id)
9076 (feedmail-fiddle-spray-address)
9077 (feedmail-fiddle-list-of-spray-fiddle-plexes)
9078 (feedmail-fiddle-list-of-fiddle-plexes)
9079 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
9080 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
9081 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
9082 Change default. Doc fix.
9083 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
9084 (feedmail-binmail-linuxish-template): New constant.
9085 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
9086 Respect feedmail-sendmail-f-doesnt-sell-me-out.
9087 (feedmail-send-it): Add debug call.
9088 Use feedmail-queue-buffer-file-name, and
9089 feedmail-send-it-immediately-wrapper.
9090 (feedmail-message-action-send): Add debug call.
9091 Use feedmail-send-it-immediately-wrapper.
9092 (feedmail-queue-express-to-queue): Add debug call.
9093 Run feedmail-queue-express-hook.
9094 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
9095 (feedmail-message-action-help-blat):
9096 Rename from feedmail-queue-send-edit-prompt-help-first.
9097 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
9098 Check line-endings. Handle errors better.
9099 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
9100 Doc fix. Add debug call.
9101 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
9102 Use feedmail-queue-send-edit-prompt-inner.
9103 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
9104 (feedmail-queue-send-edit-prompt-inner): New function, extracted
9105 from feedmail-queue-send-edit-prompt.
9106 (feedmail-queue-send-edit-prompt-help)
9107 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
9108 (feedmail-tidy-up-slug): Add debug call.
9109 Respect feedmail-queue-slug-suspect-regexp.
9110 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
9111 (feedmail-dump-message-to-queue): Add debug call.
9112 Expand queue-directory.
9113 (feedmail-dump-message-to-queue): Change message slightly.
9114 Use feedmail-say-chatter.
9115 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
9116 (feedmail-send-it-immediately-wrapper): New function.
9117 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
9118 Insert empty string rather than newline. Handle full-frame case.
9119 Use catch/throw. Use feedmail-say-chatter.
9120 (feedmail-fiddle-from): Try mail-host-address.
9121 (feedmail-default-message-id-generator): Doc fix.
9122 Bind system-time-locale. Handle missing end.
9123 (feedmail-fiddle-x-mailer): Add debug call.
9124 Handle feedmail-x-mailer-line being nil.
9125 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
9126 Add debug call. Use buffer-substring-no-properties.
9127 (feedmail-say-debug, feedmail-say-chatter): New functions.
9128 (feedmail-find-eoh): Give an explicit error.
9129
42c7e61e
UJ
91302011-05-13 Ulf Jasper <ulf.jasper@web.de>
9131
c2571358 9132 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 9133 family from helvetica to sans.
c2571358 9134 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
9135 etc/images/newsticker.
9136
c2571358 9137 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
9138 family from helvetica to sans.
9139
9140 * net/newst-plainview.el (newsticker-new-item-face)
9141 (newsticker-old-item-face, newsticker-immortal-item-face)
9142 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 9143 (newsticker-statistics-face): Change default family from
42c7e61e 9144 helvetica to sans.
c2571358 9145 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
9146 etc/images/newsticker.
9147
9148 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
9149 (newsticker--process-auto-mark-filter-match): : Tell user about
9150 auto-marking.
9151
8497a297
DV
91522011-05-13 Didier Verna <didier@xemacs.org>
9153
9154 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
9155 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
9156 TODO entries.
8497a297
DV
9157 (lisp-lambda-list-keyword-parameter-indentation)
9158 (lisp-lambda-list-keyword-parameter-alignment)
9159 (lisp-lambda-list-keyword-alignment): New customizable user options.
9160 (lisp-indent-defun-method): Improve docstring.
9161 (extended-loop-p): Fix comment.
9162 (lisp-indent-lambda-list-keywords-regexp): New variable.
9163 (lisp-indent-lambda-list): New function.
9164 (lisp-indent-259): Use it.
9165 (lisp-indent-defmethod): Support for more than one
9166 method qualifier and properly indent methods lambda-lists.
9167 (defgeneric): Provide a missing common-lisp-indent-function property.
9168
f278f87f
SM
91692011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
9170
9171 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
9172 bounds for the empty string (bug#8667).
9173
5233edd7
GM
91742011-05-13 Glenn Morris <rgm@gnu.org>
9175
5237a44f
GM
9176 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
9177
8340026c 9178 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 9179 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 9180
5233edd7 9181 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 9182 (appt-time-msg-list): Doc fix.
a5464014 9183 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 9184
92d10796
AS
91852011-05-12 Andreas Schwab <schwab@linux-m68k.org>
9186
9187 * progmodes/ld-script.el (ld-script-keywords)
9188 (ld-script-builtins): Update keywords list.
9189
914a0ae1
SM
91902011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9191
c89be45f
SM
9192 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
9193
914a0ae1
SM
9194 * shell.el (shell-completion-vars): New function.
9195 (shell-mode):
9196 * simple.el (read-shell-command): Use it.
9197 (blink-matching-open): No need for " [...]" in minibuffer-message.
9198
98dc3df3
GM
91992011-05-12 Glenn Morris <rgm@gnu.org>
9200
9201 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
9202 (appt-check): Simplify.
9203
d2fc7e3d 92042011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 9205
4d61f28d 9206 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
9207 literal "/dev/null".
9208
d2fc7e3d 92092011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
9210
9211 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
9212 Fix typo.
9213
d2fc7e3d 92142011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 9215
3f254caa
SM
9216 * progmodes/which-func.el (which-function):
9217 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
9218 which might not be defined (Bug#8260).
9219
d45885f7
GM
92202011-05-12 Glenn Morris <rgm@gnu.org>
9221
9222 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
9223 Let byte-compile-initial-macro-environment always take precedence.
9224
488086f4
SM
92252011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9226
9227 * net/rcirc.el: Add support for SSL/TLS connections.
9228 (rcirc-server-alist): New field `encryption'.
9229 (rcirc): Check `encryption' settings.
9230 (rcirc-connect): New arg `encryption'. Use open-network-stream.
9231 Merge make-local-variable into `set'.
9232 (rcirc--connection-open-p): New function.
9233 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
9234 the process is not a network process (e.g. running gnutls-cli).
9235 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
9236 Make rcirc-(en|de)code-coding-system local here.
9237 (rcirc-mode): Merge make-local-variable into `set'.
9238 (rcirc-parent-buffer): Make permanent buffer-local.
9239 (rcirc-multiline-minor-mode): Don't do it here.
9240 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
9241 there's no server buffer.
9242
7d3b9d44
GM
92432011-05-11 Glenn Morris <rgm@gnu.org>
9244
f64049c6
GM
9245 * newcomment.el (comment-kill): Prefix "unused" local.
9246
93c9df73
GM
9247 * term/w32console.el (get-screen-color): Declare.
9248
7d3b9d44
GM
9249 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
9250 Handle symbol elements of byte-compile-initial-macro-environment.
9251
9e2dd53f
LL
92522011-05-10 Leo Liu <sdl.web@gmail.com>
9253
488086f4
SM
9254 * bookmark.el (bookmark-bmenu-mode-map):
9255 Bind bookmark-bmenu-search to `/'.
8b340240 9256
9e2dd53f 9257 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
9258 (footnote-unicode-string, footnote-unicode-regexp): New variable.
9259 (Footnote-unicode): New function.
9260 (footnote-style-alist): Add unicode style to the list.
9261 (footnote-style): Doc fix.
9e2dd53f 9262
79b70037
GM
92632011-05-10 Jim Meyering <meyering@redhat.com>
9264
9265 Fix doubled-word typos.
9266 * international/quail.el (quail-insert-kbd-layout): and and -> and
9267 * kermit.el: and and -> and
9268 * net/ldap.el (ldap-search-internal): to to -> to
9269 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
9270 * progmodes/js.el (js-mode): and and -> and
9271 * textmodes/artist.el (artist-move-to-xy): at at -> at
9272 (artist-draw-region-trim-line-endings): if if -> if
9273 And Safetyc -> Safety.
9274 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
9275
b8f82dc1 92762011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 9277 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
9278
9279 * files.el (hack-one-local-variable-eval-safep):
9280 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
9281
4f99f44b
GM
92822011-05-10 Glenn Morris <rgm@gnu.org>
9283
9284 * calendar/diary-lib.el (diary-list-entries-hook)
9285 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
9286 (diary-nongregorian-marking-hook, diary-list-entries)
9287 (diary-include-other-diary-files, diary-mark-entries)
9288 (diary-mark-included-diary-files): Doc fixes.
9289
84f29e6b
JB
92902011-05-09 Juanma Barranquero <lekktu@gmail.com>
9291
9292 * misc.el: Require tabulated-list.el during compilation.
9293
9bedd73a
CY
92942011-05-09 Chong Yidong <cyd@stupidchicken.com>
9295
488086f4
SM
9296 * progmodes/compile.el (compilation-start):
9297 Run compilation-filter-hook for the async case too.
9bedd73a
CY
9298 (compilation-filter-hook): Doc fix.
9299
797c735c
DD
93002011-05-09 Deniz Dogan <deniz@dogan.se>
9301
9302 * wdired.el: Remove outdated installation comment. Fix usage
9303 comment.
9304
5f4b1dfe
JB
93052011-05-09 Juanma Barranquero <lekktu@gmail.com>
9306
9307 * misc.el: Implement new command `list-dynamic-libraries'.
9308 (list-dynamic-libraries--loaded-only-p): New variable.
9309 (list-dynamic-libraries--refresh): New function.
9310 (list-dynamic-libraries): New command.
9311
4c44026c
CY
93122011-05-09 Chong Yidong <cyd@stupidchicken.com>
9313
488086f4
SM
9314 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9315 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
9316 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
9317 higher priority to avoid clobbering by gnu.
9318
027f966d
CY
93192011-05-08 Chong Yidong <cyd@stupidchicken.com>
9320
9321 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
9322 if the face has existing theme settings (Bug#8454).
9323
085f5d7d
CY
93242011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
9325
488086f4
SM
9326 * progmodes/perl-mode.el (perl-imenu-generic-expression):
9327 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 9328
2a86a00c
RS
9329 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
9330 special file names `.' and `..' (Bug#8259).
9331
d9c54a06
CY
93322011-05-08 Chong Yidong <cyd@stupidchicken.com>
9333
488086f4
SM
9334 * progmodes/grep.el (grep-mode-font-lock-keywords):
9335 Remove buffer-changing entries.
d9c54a06
CY
9336 (grep-filter): New function.
9337 (grep-mode): Add it to compilation-filter-hook.
9338
9339 * progmodes/compile.el (compilation-filter-hook)
9340 (compilation-filter-start): New defvars.
9341 (compilation-filter): Call compilation-filter-hook prior to
9342 updating the process mark.
9343
c4662635
SM
93442011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9345
9346 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
9347
b0512a1d
EZ
93482011-05-07 Eli Zaretskii <eliz@gnu.org>
9349
605c9376
EZ
9350 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
9351 mailclient-send-it even if window-system is nil. (Bug#8595)
9352
c4662635
SM
9353 * term/w32console.el (terminal-init-w32console):
9354 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
9355 background-mode. (Bug#8597)
9356
d1dc2cc2
SM
93572011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
9358
9359 Make bytecomp.el understand that defmethod defines funs (bug#8631).
9360 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
9361 New functions.
9362 (defgeneric, eieio--defmethod): Use them.
9363 (eieio-defgeneric): Remove.
9364 (defmethod): Call defgeneric in a way visible to the byte-compiler.
9365
915d1300
GM
93662011-05-07 Glenn Morris <rgm@gnu.org>
9367
a3961c3e
GM
9368 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
9369 Use let rather than let*.
9370 (timeclock-find-discrep): Remove unused local.
9371
314347b9
GM
9372 * calendar/diary-lib.el (diary-comment-start): Doc fix.
9373
915d1300
GM
9374 * calendar/appt.el (appt-time-msg-list): Doc fix.
9375
275b59b0
NF
93762011-05-06 Noah Friedman <friedman@splode.com>
9377
9378 * apropos.el (apropos-print-doc): Only use
9379 emacs-lisp-docstring-fill-column when it is bound to an integer,
9380 per that variable's documentation.
9381
6c19f744
SM
93822011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9383
9384 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 9385 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 9386
60f884b2
GM
93872011-05-06 Glenn Morris <rgm@gnu.org>
9388
5006e634
GM
9389 * calendar/appt.el (appt-message-warning-time): Doc fix.
9390 (appt-warning-time-regexp): New option.
9391 (appt-make-list): Respect appt-message-warning-time.
9392
548d0a63
GM
9393 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
9394 New options.
9395 (diary-add-to-list): Strip comments from the displayed string.
9396 (diary-mode): Set comment-start and comment-end.
9397
60f884b2
GM
9398 * vc/diff-mode.el (smerge-refine-subst): Declare.
9399 (diff-refine-hunk): Don't require smerge-mode when compiling.
9400
989681bb
JB
94012011-05-06 Juanma Barranquero <lekktu@gmail.com>
9402
9403 * simple.el (list-processes): Return nil as the docstring says.
9404
a6bc05e1
MA
94052011-05-05 Michael Albinus <michael.albinus@gmx.de>
9406
9407 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
9408 to "".
9409 (ange-ftp-write-region, ange-ftp-insert-file-contents)
9410 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
9411 determining of binary transfer. (Bug#7383)
9412
23c22e9a
MA
94132011-05-05 Michael Albinus <michael.albinus@gmx.de>
9414
c4662635
SM
9415 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
9416 Fix port computation bug. (Bug#8618)
23c22e9a 9417
0bff894f
GM
94182011-05-05 Glenn Morris <rgm@gnu.org>
9419
b8296902
GM
9420 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
9421
1f522ce8
GM
9422 * simple.el (shell-dynamic-complete-functions)
9423 (comint-dynamic-complete-functions): Declare.
9424
cf5bee67
GM
9425 * net/network-stream.el (gnutls-negotiate):
9426 * simple.el (tabulated-list-print): Fix declarations.
9427
9428 * progmodes/gud.el (syntax-symbol, syntax-point):
9429 Remove unnecessary and incorrect declarations.
9430
0bff894f
GM
9431 * emacs-lisp/check-declare.el (check-declare-scan):
9432 Handle byte-compile-initial-macro-environment in bytecomp.el
9433
9869b3ae
SM
94342011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9435
9436 Fix earlier half-done eieio-defmethod change (bug#8338).
9437 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
9438 Streamline and change calling convention.
9439 (defmethod): Adjust accordingly and simplify.
9440 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
9441 new eieio--defmethod.
9442 (slot-boundp): Minor CSE simplification.
9443
9c1d5ac5
MZ
94442011-05-05 Milan Zamazal <pdm@zamazal.org>
9445
9446 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
9447 (glasses-make-readable): Use glasses-separate-capital-groups.
9448
455c834e
JB
94492011-05-05 Juanma Barranquero <lekktu@gmail.com>
9450
9451 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
9452 (warning-series): Doc fix.
9453 (display-warning): Don't try to create the buffer if we just found it.
9454
9ed7c8cb
CY
94552011-05-04 Chong Yidong <cyd@stupidchicken.com>
9456
9457 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
9458 (autoload-find-generated-file): New function.
9459 (generate-file-autoloads): Bind generated-autoload-file to
9460 buffer-file-name.
9869b3ae
SM
9461 (update-file-autoloads, update-directory-autoloads):
9462 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
9463 output file (Bug#7989).
9464 (batch-update-autoloads): Doc fix.
9465
0898ca10
JB
94662011-05-04 Juanma Barranquero <lekktu@gmail.com>
9467
9468 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
9469
31dfb76c
GM
94702011-05-04 Glenn Morris <rgm@gnu.org>
9471
f330b642
GM
9472 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
9473 function, so it follows changes in calendar-date-style.
9474 (diary-fancy-date-matcher): New function.
9475 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
9476 (diary-fancy-font-lock-fontify-region-function):
9477 Use diary-fancy-date-pattern as a function.
9478
31dfb76c
GM
9479 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
9480 non-numbers for `year' etc pseudo-variables. (Bug#8583)
9481
48e79d6a
TZ
94822011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
9483
9484 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
9485 instead of positional arguments. Allow :keylist and :crlfiles
9486 arguments.
9487 (open-gnutls-stream): Call it.
9488
9489 * net/network-stream.el (network-stream-open-starttls): Adjust to
9490 call `gnutls-negotiate' with :process and :hostname arguments.
9491
dd5a5ee0
SM
94922011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9493
ef80fc09
SM
9494 * minibuffer.el (completion--message): New function.
9495 (completion--do-completion, minibuffer-complete)
9496 (minibuffer-force-complete, minibuffer-complete-word): Use it.
9497 (completion--do-completion): Don't ignore completion-auto-help when in
9498 icomplete-mode.
9499
dd5a5ee0
SM
9500 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
9501 internal encoding (e.g. tibetan zero is not whitespace).
9502 (global-whitespace-mode): Prefer save-current-buffer.
9503 (whitespace-trailing-regexp): Remove useless save-match-data.
9504 (whitespace-empty-at-bob-regexp): Minor simplification.
9505
b7d22a83
CY
95062011-05-03 Chong Yidong <cyd@stupidchicken.com>
9507
9508 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
9509
5192af46
AM
95102011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9511
9512 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 9513 Use `concat' to create string for insertion.
5192af46 9514
5767d190
SM
95152011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9516
9517 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
9518 Avoid open-line which runs post-self-insert-hook.
9519 (bibtex-fill-entry): Remove unused `end' var.
9520
bf242939
AM
95212011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
9522
5767d190
SM
9523 * textmodes/ispell.el (ispell-add-per-file-word-list):
9524 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 9525
25666126
LL
95262011-05-03 Leo Liu <sdl.web@gmail.com>
9527
9528 * isearch.el (isearch-yank-pop): New command.
5767d190 9529 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
9530 (isearch-forward): Mention it.
9531
52d3c2d0
SM
95322011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9533
1bcace58
SM
9534 * simple.el (minibuffer-complete-shell-command): Remove.
9535 (minibuffer-local-shell-command-map): Use completion-at-point.
9536 (read-shell-command): Setup completion vars here instead.
9537 (read-expression-map): Bind TAB to symbol completion.
9538
52d3c2d0
SM
9539 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
9540 error directly rather via storing it into `results'.
9541
35813471
LL
95422011-05-02 Leo Liu <sdl.web@gmail.com>
9543
9544 * vc/diff.el: Fix description.
9545
e793a940
LMI
95462011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9547
9548 * server.el (server-eval-at): New function.
9549
8de66e05
LMI
95502011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9551
9552 * net/network-stream.el (open-network-stream): Take a :nowait
9553 parameter and pass it on to `make-network-process'.
9554 (network-stream-open-plain): Ditto.
9555
dcb79f20
AS
95562011-04-30 Andreas Schwab <schwab@linux-m68k.org>
9557
9558 * faces.el (face-spec-set-match-display): Don't match toolkit
9559 options on terminal frames.
9560
14a7fbd8
SM
95612011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9562
7eabc1be
SM
9563 * progmodes/pascal.el: Use lexical binding.
9564 (pascal-mode-map): Remove author preferences.
9565
14a7fbd8
SM
9566 * pcomplete.el (pcomplete-std-complete): Don't abuse
9567 completion-at-point.
9568
50f84510
JB
95692011-04-28 Juanma Barranquero <lekktu@gmail.com>
9570
6e087a44
JB
9571 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
9572 removing code that has been dead since 1991 or so.
9573
50f84510
JB
9574 * startup.el (command-line): When warning about "_emacs", use a
9575 delayed warning to allow the user to filter it out.
9576
0ba690bd
DD
95772011-04-28 Deniz Dogan <deniz@dogan.se>
9578
9579 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
9580 user has not joined.
9581
08abfaad
SM
95822011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9583
9584 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
9585 aren't any completions at point.
9586
638f053a
JB
95872011-04-28 Juanma Barranquero <lekktu@gmail.com>
9588
9589 * subr.el (display-delayed-warnings): New function.
9590 (delayed-warnings-hook): New variable.
9591
8fff8daa
SM
95922011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9593
08abfaad
SM
9594 * minibuffer.el (completion-at-point, completion-help-at-point):
9595 Don't presume that a given completion-at-point-function will always
9596 use the same calling convention.
9597
8fff8daa
SM
9598 * pcomplete.el (pcomplete-completions-at-point):
9599 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
9600 pcomplete-seen is non-nil.
9601 (pcomplete-comint-setup): Also recognize the new comint/shell
9602 completion functions.
9603 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
9604 pcomplete-seen is non-nil.
9605
841a1577 96062011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 9607
841a1577 9608 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 9609 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 9610 the first character in the entry. This allows for code to add its
211ec907
UJ
9611 own uid to the entry.
9612 (icalendar--convert-float-to-ical): Add export of
9613 `diary-float'-entries save for those with the optional DAY
9614 argument.
9615
2a782793
DC
96162011-04-27 Daniel Colascione <dan.colascione@gmail.com>
9617
9618 * subr.el (shell-quote-argument): Use alternate escaping strategy
9619 when we spot a variable reference in a string.
9620
0438ce91
DC
96212011-04-26 Daniel Colascione <dan.colascione@gmail.com>
9622
9623 * cus-start.el (all): Define customization for debug-on-event.
9624
841a1577 96252011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
9626
9627 * subr.el (shell-quote-argument): Escape correctly under Windows.
9628
d090ed6c
SM
96292011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
9630
9631 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
9632
bfd31217
MA
96332011-04-25 Michael Albinus <michael.albinus@gmx.de>
9634
d090ed6c
SM
9635 * net/tramp.el (tramp-process-actions): Add POS argument.
9636 Delete region between POS and (pos).
bfd31217 9637
d090ed6c
SM
9638 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
9639 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
9640 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
9641
9642 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
9643 position in `tramp-process-actions' call.
9644
9645 * net/trampver.el: Update release number.
9646
e92f3bd3
SM
96472011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
9648
850256b5
SM
9649 * custom.el (defcustom): Obey lexical-binding.
9650
e92f3bd3
SM
9651 Fix octave-inf completion problems reported by Alexander Klimov.
9652 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
9653 Inherit from octave-mode-syntax-table.
9654 (inferior-octave-mode): Set info-lookup-mode.
9655 (inferior-octave-completion-at-point): New function.
9656 (inferior-octave-complete): Use it and completion-in-region.
9657 (inferior-octave-dynamic-complete-functions): Use it as well, and use
9658 comint-filename-completion.
9659 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
9660 symbol elements which shouldn't be word elements.
9661 (octave-font-lock-keywords, octave-beginning-of-defun)
9662 (octave-function-header-regexp): Adjust regexps accordingly.
9663 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
9664
cd22b309
JB
96652011-04-25 Juanma Barranquero <lekktu@gmail.com>
9666
9667 * net/gnutls.el (gnutls-errorp): Declare before first use.
9668
8b492194
TZ
96692011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
9670
9671 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
9672 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 9673 default trustfile exists before going to use it. Add missing
5a5fa834 9674 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
9675 Reported by Claudio Bley <claudio.bley@gmail.com>.
9676 (open-gnutls-stream): Add usage example.
9677
9678 * net/network-stream.el (network-stream-open-starttls): Give host
9679 parameter to `gnutls-negotiate'.
9680 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 9681 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 9682
841a1577 96832011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 9684
cd22b309
JB
9685 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
9686 Use correct match group (bug#8438).
05842630 9687
3ba7869c
CY
96882011-04-24 Chong Yidong <cyd@stupidchicken.com>
9689
512e3ae1
CY
9690 * emacs-lisp/package.el (package-built-in-p): Fix typo.
9691 (package-menu--generate): New arg specifying packages to show.
9692 (package-menu-refresh, package-menu-execute, list-packages):
9693 Callers changed.
9694 (package-show-package-list): New function, replacing deleted
9695 package--list-packages (renamed because it is non-internal).
9696
9697 * finder.el (finder-list-matches): Use package-show-package-list
9698 instead of deleted package--list-packages.
9699
e92f3bd3
SM
9700 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
9701 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
9702 (vc-annotate-mode-map): Bind it to RET.
9703
7031be6d
UR
97042011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
9705
9706 * progmodes/etags.el (next-file): Don't use set-buffer to change
9707 buffers (Bug#8478).
9708
4ef177aa
CY
97092011-04-24 Chong Yidong <cyd@stupidchicken.com>
9710
c8d173eb
CY
9711 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
9712
4ef177aa
CY
9713 * apropos.el (apropos-label-face): Avoid variable-pitch face.
9714 (apropos-accumulator): Doc fix.
9715 (apropos-function, apropos-macro, apropos-command)
9716 (apropos-variable, apropos-face, apropos-group, apropos-widget)
9717 (apropos-plist): Add face property.
9718 (apropos-symbols-internal): Fix indentation.
9719 (apropos-print): Simplify help, and recognize apropos-multi-type.
9720 (apropos-print-doc): Use button-type-get to extract the button's
9721 face property. Fill docstring (Bug#8352).
9722
4ffd0d6b 97232011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
9724
9725 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
9726
c6c32125 9727 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 9728 (mpuz-mode-map): Use mapc.
c6c32125
JB
9729 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
9730 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
9731 Fix typos in docstrings.
9732
58d468b4
JB
9733 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
9734 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
9735
6470c3c6
JB
9736 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
9737
4ffd0d6b 97382011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
9739
9740 * minibuffer.el (completion--do-completion): Avoid the "Next char
9741 not unique" prompt if icomplete-mode is enabled (Bug#5849).
9742
3ad8bad0
CY
9743 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
9744 mouse-2 into unread-command-events, it is interpreted correctly.
9745
71d73c9c 9746 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 9747 (image-toggle-display): Doc fix.
71d73c9c 9748
841a1577 97492011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 9750
4ffd0d6b
GM
9751 * textmodes/page.el (what-page): Use line-number-at-pos to
9752 calculate line number (Bug#6825).
6e1dbaa9 9753
c2fb1b60
JB
97542011-04-22 Juanma Barranquero <lekktu@gmail.com>
9755
9756 * eshell/esh-mode.el (find-tag-interactive): Declare function.
9757 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
9758 Pass argument NO-DEFAULT to `find-tag-interactive'.
9759
e02f48d7
JB
97602011-04-22 Juanma Barranquero <lekktu@gmail.com>
9761
9762 Lexical-binding cleanup.
9763
9764 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
9765 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
9766 * progmodes/ada-prj.el (ada-prj-initialize-values)
9767 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
9768 (ada-prj-show-value):
9769 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
9770 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
9771 (antlr-invalidate-context-cache, antlr-options-menu-filter)
9772 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
9773 * progmodes/bug-reference.el (bug-reference-push-button):
9774 * progmodes/fortran.el (fortran-line-length):
9775 * progmodes/glasses.el (glasses-change):
9776 * progmodes/octave-mod.el (octave-fill-paragraph):
9777 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
9778 (python-pdbtrack-grub-for-buffer, python-sentinel):
9779 * progmodes/sql.el (sql-save-connection):
9780 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
9781 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
9782 Mark unused parameters.
9783
9784 * progmodes/compile.el (compilation--flush-directory-cache)
9785 (compilation--flush-parse, compile-internal): Mark unused parameters.
9786 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
9787 (compilation-next-error-function): Remove unused variable `timestamp'.
9788
9789 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
9790 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
9791
9792 * progmodes/dcl-mode.el (dcl-end-of-command):
9793 Remove unused variable `start'.
9794 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
9795 (dcl-option-value-basic, dcl-option-value-offset)
9796 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
9797 Mark unused parameters.
9798 (dcl-save-local-variable): Remove unused variable `val'.
9799 (mode): Declare.
9800
9801 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
9802 Mark unused parameters.
9803 (delphi-ignore-changes): Move before first use.
9804 (delphi-charset-token-at): Remove unused variable `start'.
9805 (delphi-else-start): Remove unused variable `if-count'.
9806 (delphi-comment-block-start, delphi-comment-block-end):
9807 Remove unused variable `kind'.
9808 (delphi-indent-line): Remove unused variable `new-point'.
9809
9810 * progmodes/ebrowse.el (ebrowse-files-list)
9811 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
9812 Mark unused parameters. Don't quote `lambda'.
9813 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
9814 Don't quote `lambda'.
9815 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
9816 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
9817 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
9818 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
9819 Use `ignore-errors'.
9820 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
9821 (ebrowse-view/find-file-and-search-pattern)
9822 (ebrowse-view/find-member-declaration/definition):
9823 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
9824 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
9825 Rename parameter PREFIX-ARG to PREFIX.
9826 (ebrowse-tags-read-name): Remove unused variables `start' and
9827 `member-info'.
9828 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
9829 to `tags-file'.
9830
9831 * progmodes/etags.el (local-find-tag-hook): Declare.
9832 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
9833 Mark unused parameters.
9834
9835 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
9836 (executable-interpret): Mark unused parameter.
9837
9838 * progmodes/flymake.el (flymake-process-sentinel)
9839 (flymake-after-change-function)
9840 (flymake-create-temp-with-folder-structure)
9841 (flymake-get-include-dirs-dot): Mark unused parameters.
9842 (flymake-safe-delete-directory): Remove unused variable `err'.
9843
9844 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
9845 (speedbar-timer-fn, speedbar-line-text)
9846 (speedbar-change-expand-button-char, speedbar-delete-subblock)
9847 (speedbar-center-buffer-smartly): Declare functions.
9848 (gdb-find-watch-expression): Remove unused variable `array'.
9849 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
9850 (gdb-starting): Mark unused parameters.
9851 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
9852 (gdb-table-string): Remove unused variable `res'.
9853 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
9854 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
9855 (gdb-display-buffer): Remove unused variable `cur-size'.
9856
9857 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
9858 allow lexical-binding compilation.
9859 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
9860 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
9861 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
9862 Mark unused parameters.
9863 (gud-gdb-marker-filter): Remove unused variable `match'.
9864 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
9865 lambda expressions and funcall them, instead of using `fset'.
9866
9867 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
9868 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
9869
9870 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
9871 variable `header-beg'; use `let'.
9872
9873 * progmodes/icon.el (indent-icon-exp): Remove unused variables
9874 `restart', `last-sexp' and `at-do'.
9875
9876 * progmodes/js.el (js--debug): Mark unused parameter.
9877 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
9878 (js--splice-into-items): Remove unused variable `item'.
9879 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
9880
9881 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
9882 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
9883 (makefile-complete): Remove unused variable `try'.
9884 (makefile-fill-paragraph, makefile-match-function-end):
9885 Mark unused parameters.
9886
9887 * progmodes/octave-inf.el (inferior-octave-complete):
9888 Remove unused variable `proc'.
9889 (inferior-octave-output-digest): Mark unused parameter.
9890
9891 * progmodes/perl-mode.el (perl-calculate-indent):
9892 Remove unused variable `err'.
9893
9894 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
9895 (prolog-indent-line): Mark unused parameters.
9896 (prolog-indent-line): Remove unused variable `beg'.
9897
9898 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
9899 (reporter-dont-compact-list): Declare.
9900
9901 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
9902 Remove unused variable `char'.
9903 (sh-debug): Mark unused parameter.
9904 (sh-get-indent-info): Remove unused variable `start'.
9905 (sh-calculate-indent): Remove unused variable `var'.
9906
9907 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
9908 (simula-electric-keyword): Remove unused variable `null'.
9909 (simula-search-backward, simula-search-forward): Remove unused
9910 variables `begin' and `end'.
9911
9912 * progmodes/vera-mode.el (vera-guess-basic-syntax):
9913 Remove unused variable `pos'.
9914 (vera-electric-tab, vera-comment-uncomment-region):
9915 Mark unused parameters.
9916 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
9917
7ede3b65
CY
99182011-04-22 Chong Yidong <cyd@stupidchicken.com>
9919
9920 * emacs-lisp/package.el (package--builtins, package-alist)
9921 (package-load-descriptor, package-built-in-p, package-activate)
9922 (define-package, package-installed-p)
9923 (package-compute-transaction, package-buffer-info)
9924 (package--push): Doc fix. Distinguish more clearly between
9925 version strings and version lists.
9926
121656e9
JB
99272011-04-21 Juanma Barranquero <lekktu@gmail.com>
9928
9929 Lexical-binding cleanup.
9930
9931 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
9932 (5x5-make-mutate-best):
9933 * play/fortune.el (fortune-in-buffer):
9934 * play/gomoku.el (gomoku-init-display):
9935 * play/solitaire.el (solitaire, solitaire-do-check):
9936 * play/tetris.el (tetris-default-update-speed-function):
9937 Mark unused parameters.
9938
9939 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
9940 (bubbles--shift): Remove unused variable `char-org'.
9941 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
9942 (bubbles--show-images): Remove unused variable `char'.
9943
9944 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
9945 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
9946 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
9947 (decipher-analyze-buffer): Use ?\s.
9948 (decipher-make-checkpoint): Remove unused variable `mapping'.
9949
9950 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
9951
9952 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
9953 Remove unused variable `result'; use `let'.
9954
9955 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
9956 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
9957 (gametree-children-shown-p, gametree-compute-reduced-score):
9958 Use `ignore-errors'.
9959
9960 * play/handwrite.el (ps-lpr-switches): Declare.
9961 (handwrite): Remove unused variables `pmin' and `lastp'.
9962
9963 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
9964
9965 * play/landmark.el (landmark-init-display)
9966 (landmark-update-naught-weights): Mark unused parameters.
9967 (landmark-y): Remove unused variable `noise'. Simplify.
9968 (landmark-human-plays): Remove unused variable `score'.
9969
9970 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
9971 (mpuz-try-proposal): Remove unused variable `game'.
9972
9973 * play/zone.el (life-patterns): Declare.
9974
80f499c7
JB
99752011-04-20 Juanma Barranquero <lekktu@gmail.com>
9976
9977 * vc/vc.el (ediff-vc-internal): Declare function.
9978
024ff170
SM
99792011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9980
c0a193ea
SM
9981 * shell.el: Use lexical-binding and std completion UI.
9982 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
9983 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
9984 comint-preoutput-filter-functions rather than on
9985 comint-output-filter-functions.
9986 (shell-command-completion, shell--command-completion-data)
9987 (shell-filename-completion, shell-environment-variable-completion)
9988 (shell-c-a-p-replace-by-expanded-directory): New functions.
9989 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
9990 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
9991 (shell-dynamic-complete-environment-variable): Use them.
9992 (shell-dynamic-complete-as-environment-variable)
9993 (shell-dynamic-complete-as-command): Remove.
9994 (shell-match-partial-variable): Match past point.
9995 * comint.el: Clean up use of completion-at-point-functions.
9996 (comint-completion-at-point): New function.
9997 (comint-mode): Use it completion-at-point-functions.
9998 (comint-dynamic-complete): Make it obsolete.
9999 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
10000 (comint-c-a-p-replace-by-expanded-history): New function.
10001 (comint-dynamic-complete-functions)
10002 (comint-replace-by-expanded-history): Use it.
10003 * minibuffer.el (completion-table-with-terminator): Allow dynamic
10004 termination strings. Try harder to avoid second try-completion.
10005 (completion-in-region-mode-map): Disable bindings that don't work yet.
10006
2dbaa080
SM
10007 * comint.el: Use lexical-binding. Require CL.
10008 (comint-dynamic-complete-functions): Use comint-filename-completion.
10009 (comint-completion-addsuffix): Tweak custom type.
10010 (comint-filename-completion, comint--common-suffix)
10011 (comint--common-quoted-suffix, comint--table-subvert)
10012 (comint--complete-file-name-data): New functions.
10013 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
10014 (comint-dynamic-list-filename-completions): Use them.
10015 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 10016
2dbaa080
SM
10017 * minibuffer.el (completion-in-region-mode):
10018 Keep completion-in-region-mode--predicate global.
10019 (completion-in-region--postch):
10020 Assume completion-in-region-mode--predicate is not null.
10021
c79a6f38
SM
10022 * progmodes/flymake.el (flymake-start-syntax-check-process):
10023 Obey `dir'. Simplify.
10024
024ff170
SM
10025 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
10026 we're in VC after all.
10027
1c6c854e
CS
100282011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
10029
10030 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 10031 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
10032 (vc-version-diff): Use vc-diff-build-argument-list-internal.
10033
bed7f140
SM
100342011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10035
332e62ab
SM
10036 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
10037 add sanity check.
10038
bed7f140
SM
10039 * obsolete/erc-hecomplete.el: Make obsolete.
10040 * obsolete/: Standardize obsolescence info in the header.
10041
f195c582
GM
100422011-04-20 Glenn Morris <rgm@gnu.org>
10043
10044 * calendar/solar.el (solar-horizontal-coordinates):
10045 Use the longitude argument rather than `calendar-longitude'.
10046 (solar-date-next-longitude): Remove unused locals.
10047
cb79b8c0
VJL
100482011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10049
10050 * whitespace.el: New version 13.2.1.
10051
100522011-04-20 felix <EmacsWiki> (tiny change)
10053
d8e4b68b 10054 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
10055 switching between major modes on a file.
10056
602ea69d
SM
100572011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
10058
10059 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
10060 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
10061 multi-line comments as well.
10062
06b60517
JB
100632011-04-19 Juanma Barranquero <lekktu@gmail.com>
10064
10065 Lexical-binding cleanup.
10066
10067 * arc-mode.el (archive-mode-revert):
10068 * cmuscheme.el (scheme-interactively-start-process):
10069 * custom.el (custom-initialize-delay):
10070 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
10071 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
10072 * emacs-lock.el (emacs-lock-clear-sentinel):
10073 * ezimage.el (defezimage):
10074 * follow.el (follow-avoid-tail-recenter):
10075 * fringe.el (set-fringe-mode-1):
10076 * generic-x.el (bat-generic-mode-compile):
10077 * help-mode.el (help-info-variable, help-do-xref)
10078 (help-mode-revert-buffer):
10079 * help.el (view-emacs-todo):
10080 * iswitchb.el (iswitchb-completion-help):
10081 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
10082 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
10083 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
10084 * locate.el (locate-update):
10085 * longlines.el (longlines-encode-region)
10086 (longlines-after-change-function):
10087 * outline.el (outline-isearch-open-invisible):
10088 * ps-def.el (declare-function, charset-dimension, char-width)
10089 (encode-char):
10090 * ps-mule.el (ps-mule-plot-string):
10091 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
10092 (recentf-edit-list-select, recentf-edit-list-validate)
10093 (recentf-open-files-action):
10094 * rect.el (delete-whitespace-rectangle-line)
10095 (rectangle-number-line-callback):
10096 * register.el (window-configuration-to-register)
10097 (frame-configuration-to-register):
10098 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
10099 * select.el (xselect-convert-to-string, xselect-convert-to-length)
10100 (xselect-convert-to-targets, xselect-convert-to-delete)
10101 (xselect-convert-to-filename, xselect-convert-to-charpos)
10102 (xselect-convert-to-lineno, xselect-convert-to-colno)
10103 (xselect-convert-to-os, xselect-convert-to-host)
10104 (xselect-convert-to-user, xselect-convert-to-class)
10105 (xselect-convert-to-name, xselect-convert-to-integer)
10106 (xselect-convert-to-atom, xselect-convert-to-identity):
10107 * subr.el (declare, ignore, process-kill-without-query)
10108 (text-clone-maintain):
10109 * terminal.el (te-get-char, te-tic-sentinel):
10110 * tool-bar.el (tool-bar-make-keymap):
10111 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
10112 * type-break.el (type-break-mode, type-break-noninteractive-query):
10113 * view.el (View-back-to-mark):
10114 * wid-browse.el (widget-browse-action, widget-browse-widget)
10115 (widget-browse-widgets, widget-browse-sexp):
10116 * widget.el (define-widget-keywords):
10117 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
10118 Mark unused parameters.
10119
10120 * align.el (align-adjust-col-for-rule): Mark unused parameter.
10121 (align-areas): Remove unused variable `look'.
10122 (align-region): Remove unused variables `real-end' and `pos-list'.
10123
10124 * apropos.el (apropos-score-doc): Remove unused variable `i'.
10125
10126 * bindings.el (mode-line-modified, mode-line-remote):
10127 Mark unused parameters.
10128 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
10129
10130 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
10131 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
10132
10133 * comint.el (comint-history-isearch-pop-state)
10134 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
10135 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
10136 (comint-substitute-in-file-name): Doc fix.
10137
10138 * completion.el (cmpl-statistics-block): Mark unused parameter.
10139 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
10140 (save-completions-to-file, load-completions-from-file):
10141 Remove unused local variable `e'.
10142
10143 * composite.el (compose-chars): Remove unused variable `len'.
10144 (lgstring-insert-glyph): Remove unused variable `g'.
10145 (compose-glyph-string): Remove unused variables `ascent',
10146 `descent', `lbearing' and `rbearing'.
10147 (compose-glyph-string-relative): Remove unused variables
10148 `lbearing', `rbearing' and `wadjust'.
10149 (compose-gstring-for-graphic): Remove unused variables `header',
10150 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
10151 (compose-gstring-for-terminal): Remove unused variables `header'
10152 and `nchars'. Use `let', not `let*'.
10153
10154 * cus-edit.el (Custom-set, Custom-save, custom-reset)
10155 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
10156 (Custom-buffer-done, custom-buffer-create-internal)
10157 (custom-browse-visibility-action, custom-browse-group-tag-action)
10158 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
10159 (widget-magic-mouse-down-action, custom-toggle-parent)
10160 (custom-add-parent-links, custom-toggle-hide-variable)
10161 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
10162 (custom-toggle-hide-face, face, hook, custom-group-link-action)
10163 (custom-face-menu-create, custom-variable-menu-create, get)
10164 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
10165 (custom-reset-standard-save-and-update): Remove unused variable `value'.
10166 (customize-apropos): Remove unused variable `tests'.
10167 (custom-group-value-create): Remove unused variable `hidden-p'.
10168 (sort-fold-case): Declare.
10169
10170 * cus-theme.el (custom-reset-standard-faces-list)
10171 (custom-reset-standard-variables-list): Declare.
10172 (customize-create-theme, custom-theme-revert, custom-theme-write)
10173 (custom-theme-choose-mode, customize-themes, custom-theme-save):
10174 Mark unused parameters.
10175
10176 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
10177
10178 * delim-col.el (delimit-columns-max): Move defvar before first use.
10179
10180 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 10181 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
10182
10183 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
10184 (auto-insert): Declare.
10185 (desktop-restore-file-buffer): Rename desktop-* parameters;
10186 mark unused ones.
10187 (desktop-create-buffer): Rename desktop-* parameters and bind them.
10188 (desktop-buffer): Rename desktop-* parameters.
10189
10190 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
10191 (dframe-reposition-frame-xemacs, dframe-help-echo)
10192 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
10193 Mark unused parameters.
10194
10195 * dired-aux.el (backup-extract-version-start, overwrite-query)
10196 (overwrite-backup-query, rename-regexp-query)
10197 (rename-non-directory-query): Declare.
10198 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
10199 (dired-add-entry): Remove unused variable `orig-file-name'.
10200 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
10201 Use parameter PRESERVE-TIME instead of accessing dynamic variable
10202 `dired-copy-preserve-time' directly.
10203 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
10204 (dired-insert-subdir-newpos): Rename unused variable `pos'.
10205
10206 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
10207 (dired-virtual-revert, dired-make-relative-symlink):
10208 Mark unused parameters.
10209 (manual-program): Declare.
10210 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
10211 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
10212 wrapped in `with-no-warnings' to avoid replacing one warning by another.
10213
10214 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
10215
10216 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
10217
10218 * echistory.el (electric-history-in-progress, Helper-return-blurb):
10219 Declare.
10220
10221 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
10222
10223 * electric.el (Electric-command-loop): Rename parameter
10224 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
10225
10226 * expand.el (expand-in-literal): Remove unused variable `here'.
10227
10228 * facemenu.el (facemenu-add-new-color):
10229 Remove unused variable `docstring'.
10230
10231 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
10232 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
10233 (face-attr-construct): Mark unused parameter. Doc fix.
10234 (read-color): Remove unused variable `hex-string'.
10235
10236 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
10237 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
10238 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
10239 (display-buffer-other-frame): Remove unused variable `old-window'.
10240 (kill-buffer-hook): Declare.
10241 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
10242 Mark unused parameters.
10243 (after-find-file): Pass 1 to `auto-save-mode', not t.
10244
10245 * files-x.el (auto-insert): Declare.
10246 (modify-file-local-variable-prop-line): Remove unused variable `val'.
10247
10248 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 10249 variable `buf'. Mark unused parameter.
06b60517
JB
10250 (find-lisp-insert-directory): Mark unused parameter.
10251
10252 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
10253 (format-encode-region): Remove unused variables `cur-buf' and `result'.
10254 (format-common-tail): Remove, unused.
10255 (format-deannotate-region): Remove unused variable `loc'.
10256 (format-annotate-region): Remove unused variable `p'.
10257 (format-annotate-single-property-change): Remove unused variables
10258 `default' and `tail'.
10259
10260 * forms.el (read-file-filter): Declare.
10261 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
10262
10263 * frame.el (frame-creation-function-alist): Mark unused parameter.
10264 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
10265
10266 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
10267 Remove unused parameters.
10268 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
10269 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
10270
10271 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
10272 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
10273 (hfy-prepare-tag-map): Mark unused parameters.
10274 (htmlfontify-buffer): Use `called-interactively-p'.
10275
10276 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
10277 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
10278 (ibuffer-do-occur): Mark unused parameters.
10279 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
10280 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
10281
10282 * ibuffer.el: Don't quote `lambda'.
10283 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
10284 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
10285 Mark unused parameters.
10286
10287 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
10288 (ido-completing-read): Mark unused parameters.
10289 (ido-copy-current-word): Mark unused parameters;
10290 remove unused variable `name'.
10291 (ido-sort-merged-list): Remove unused parameter `dirs'.
10292
10293 * ielm.el (ielm-input-sender): Mark unused parameter.
10294 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
10295 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
10296 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
10297 `ielm-string' as a dynamic variable accessible from the IELM prompt.
10298 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
10299
10300 * image-dired.el (image-dired-display-thumbs): Remove unused
10301 variables `curr-file' and `count'.
10302 (image-dired-remove-tag): Remove unused variable `start'.
10303 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
10304 variable `curr-file'
10305 (image-dired-rotate-original): Remove unused variable `temp-file'.
10306 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
10307 Remove unused variable `file'.
10308 (image-dired-gallery-generate): Remove unused variable `curr'.
10309 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
10310
10311 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
10312
10313 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
10314
10315 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
10316
10317 * isearch.el (minibuffer-history-symbol): Declare.
10318 (isearch-edit-string): Remove unused variable `err'.
10319 (isearch-message-prefix, isearch-message-suffix):
10320 Mark unused parameters.
10321
10322 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
10323
10324 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
10325
10326 * makesum.el (double-column): Remove unused variable `cnt'.
10327
10328 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
10329 (ido-ignore-item-temp-list): Declare.
10330
10331 * mouse-drag.el (mouse-drag-throw): Remove unused variables
10332 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
10333 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
10334 (mouse-drag-drag): Remove unused variables `mouse-delta' and
10335 `mouse-col-delta'.
10336
10337 * mouse-sel.el (mouse-extend-internal):
10338 Remove unused variable `orig-window-frame'.
10339
10340 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
10341 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
10342 Move declarations before first use.
10343 (pcomplete-opt): Mark unused parameters; doc fix.
10344
10345 * proced.el (proced-revert): Mark unused parameter.
10346 (proced-send-signal): Remove unused variable `err'.
10347
10348 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
10349 Rename parameter PREFIX-ARG to ARG.
10350 (ps-basic-plot-string, ps-basic-plot-whitespace):
10351 Mark unused parameters.
10352
10353 * replace.el (replace-count): Define.
10354 (occur-revert-function): Mark unused parameters.
10355 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
10356 (isearch-case-fold-search, isearch-string): Declare.
10357 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
10358 bind `case-fold-search'. Remove unused variables `beg' and `end',
10359 and simplify.
10360 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
10361 COUNT and bind `replace-count'.
10362 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
10363 to COUNT.
10364
10365 * savehist.el (print-readably, print-string-length): Declare.
10366
10367 * shadowfile.el (shadow-expand-cluster-in-file-name):
10368 Remove unused variable `cluster'.
10369 (shadow-copy-file): Remove unused variable `i'.
10370 (shadow-noquery, shadow-clusters, shadow-site-cluster)
10371 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
10372 (shadow-define-literal-group, shadow-define-regexp-group)
10373 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
10374
10375 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
10376 (shell): Use `called-interactively-p'.
10377 (shell-directory-tracker): Remove unused variable `chdir-failure'.
10378
10379 * simple.el (compilation-context-lines, comint-file-name-quote-list)
10380 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
10381 (delete-backward-char): Remove unused variable `ocol'.
10382 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
10383 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
10384 (event-apply-hyper-modifier, event-apply-shift-modifier)
10385 (event-apply-control-modifier, event-apply-meta-modifier):
10386 Mark unused parameters.
10387 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
10388 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
10389
10390 * speedbar.el (speedbar-ignored-directory-expressions)
10391 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
10392 (speedbar-find-file, speedbar-dir-follow)
10393 (speedbar-directory-buttons-follow, speedbar-tag-find)
10394 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
10395 (speedbar-buffers-line-directory, speedbar-buffer-click):
10396 Mark unused parameters.
10397 (speedbar-tag-file): Remove unused variable `mode'.
10398 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
10399
10400 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
10401
10402 * talk.el (talk): Remove unused variable `display'.
10403
10404 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
10405 (tar-write-region-annotate): Mark unused parameter.
10406
10407 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
10408 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
10409 Declare them, wrapped in `with-no-warnings' to avoid replacing one
10410 warning by another.
10411
10412 * time-stamp.el (time-stamp-string-preprocess):
10413 Remove unused variable `require-padding'.
10414
10415 * tree-widget.el (widget-glyph-enable): Declare.
10416 (tree-widget-action): Mark unused parameter.
10417
10418 * w32-fns.el (x-get-selection): Mark unused parameter.
10419 (autoload-make-program, generated-autoload-file): Declare.
10420
10421 * wdired.el (wdired-revert): Mark unused parameters.
10422 (wdired-xcase-word): Remove unused variable `err'.
10423
10424 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
10425 (whitespace-help-scroll): Remove unused variable `data-help'.
10426
10427 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
10428 (widget-image-insert, widget-after-change, default)
10429 (widget-default-format-handler, widget-default-notify)
10430 (widget-default-prompt-value, widget-info-link-action)
10431 (widget-url-link-action, widget-function-link-action)
10432 (widget-variable-link-action, widget-file-link-action)
10433 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
10434 (widget-field-prompt-internal, widget-field-action, widget-field-match)
10435 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
10436 (widget-insert-button-action, widget-delete-button-action, visibility)
10437 (widget-documentation-link-action, widget-documentation-string-action)
10438 (widget-const-prompt-value, widget-regexp-match, symbol)
10439 (widget-coding-system-prompt-value)
10440 (widget-key-sequence-value-to-external, sexp)
10441 (widget-sexp-value-to-internal, character, vector, cons)
10442 (widget-choice-prompt-value, widget-boolean-prompt-value)
10443 (widget-color--choose-action): Mark unused parameters.
10444 (widget-item-match-inline, widget-choice-match-inline)
10445 (widget-checklist-match, widget-checklist-match-inline)
10446 (widget-group-match): Rename parameter VALUES to VALS.
10447 (widget-field-value-set): Remove unused variable `size'.
10448 (widget-color-action): Remove unused variables `value' and `start'.
10449
10450 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 10451 variable `dir'. Doc fix.
06b60517
JB
10452 (windmove-find-other-window): Don't pass it.
10453
10454 * window.el (count-windows): Mark unused parameter.
10455 (bw-adjust-window): Remove unused variable `err'.
10456
10457 * woman.el (woman-file-name): Remove unused variable `default'.
10458 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
10459 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
10460 (global-font-lock-mode): Declare.
10461 (woman-decode-region): Mark unused parameter.
10462 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
10463
10464 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
10465 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
10466 (x-dnd-handle-moz-url): Remove unused variable `title'.
10467 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
10468
10469 * xml.el (xml-parse-tag, xml-parse-attlist):
10470 Remove unused variable `pos'.
10471
bc4f7f3d
GM
104722011-04-19 Glenn Morris <rgm@gnu.org>
10473
10474 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
10475 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
10476 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10477 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
10478 * calendar/cal-html.el (cal-html-insert-minical):
10479 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
10480 (calendar-mark-date-pattern):
10481 Prefix "unused" locals.
10482
10483 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
10484 optional argument `style'.
10485
10486 * calendar/appt.el (appt-make-list):
10487 * calendar/cal-china.el (calendar-chinese-date-string):
10488 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
10489 (diary-hebrew-yahrzeit):
10490 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
10491 * calendar/calendar.el (calendar-generate-window):
10492 * calendar/time-date.el (time-to-days):
10493 Remove unused local variables.
10494
16a43933
CY
104952011-04-18 Chong Yidong <cyd@stupidchicken.com>
10496
10497 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
10498 glyphless-char-display table.
10499 (tabulated-list-glyphless-char-display): New var.
10500
7eed1860
SS
105012011-04-18 Sam Steingold <sds@gnu.org>
10502
10503 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
10504 to acknowledgments.
10505
4d2d1ccd
GM
105062011-04-17 Glenn Morris <rgm@gnu.org>
10507
10508 * calendar/diary-lib.el (diary-sexp-entry):
10509 * calendar/holidays.el (holiday-sexp):
10510 Set debug-on-error rather than the removed stack-trace-on-error.
10511
239da61d
GM
105122011-04-16 Glenn Morris <rgm@gnu.org>
10513
10514 * progmodes/f90.el: Use lexical-binding.
10515 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
10516
8b05752a
SM
105172011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10518
daca8ba5
SM
10519 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
10520 (mail-mode): Setup mailalias completion here instead.
10521 * mail/mailalias.el: Use lexical-binding.
10522 (pattern, mailalias-done): Declare dynamic.
10523 (mail-completion-at-point-function): New function, from mail-complete.
10524 (mail-complete): Use it.
10525 (mail-completion-expand): New function.
10526 (mail-get-names): Use it.
10527 (mail-directory, mail-directory-process, mail-directory-stream):
10528 Don't use `pattern' for lexically bound arg.
10529
6f542485
SM
10530 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
10531
037e7c3f
SM
10532 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
10533 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
10534 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
10535
8b05752a
SM
10536 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
10537 (byte-save-window-excursion, byte-temp-output-buffer-setup)
10538 (byte-interactive-p): Define them again, for use when inlining
10539 old code.
10540
49093f60
JB
105412011-04-15 Juanma Barranquero <lekktu@gmail.com>
10542
10543 * loadup.el: Use `string-to-number', not `string-to-int'.
10544
b5b8e7de
SM
105452011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10546
10547 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
10548 gud-gdb-complete-command.
10549 (gud-gdb-completions): New function, from gud-gdb-complete-command.
10550 (gud-gdb-completion-at-point): New function.
10551 (gud-gdb-completions): Remove.
10552
f42efeb5
MA
105532011-04-14 Michael Albinus <michael.albinus@gmx.de>
10554
49093f60
JB
10555 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
10556 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
10557 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
10558 whether `executable-find' is bound.
f42efeb5
MA
10559
10560 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
10561
e240cc21
SM
105622011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10563
10564 * minibuffer.el (completion-in-region-mode-predicate)
10565 (completion-in-region-mode--predicate): New vars.
10566 (completion-in-region, completion-in-region--postch)
10567 (completion-in-region-mode): Use them.
10568 (completion--capf-wrapper): Also return the hook function.
10569 (completion-at-point, completion-help-at-point):
10570 Adjust and provide a predicate.
c2bd2ab0
SM
10571
10572 Preserve arg names for advice of subr and lexical functions (bug#8457).
10573 * help-fns.el (help-function-arglist): Consolidate the subr and
10574 new-byte-code cases. Add argument `preserve-names' to extract names
10575 from the docstring when needed.
10576 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
10577 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
10578 (ad-arglist): Use help-function-arglist's new arg.
10579 (ad-definition-type): Use cond.
10580
c183f693
JB
105812011-04-13 Juanma Barranquero <lekktu@gmail.com>
10582
06641a47
JB
10583 * autorevert.el (auto-revert-handler):
10584 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
10585 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
10586 Don't quote lambda.
10587
c183f693
JB
10588 * image-mode.el (image-transform-set-scale):
10589 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
10590
1e3b6001
G
105912011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10592
10593 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 10594 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
10595 Upgrades via gnutls-cli are too slow to be done opportunistically.
10596
2d6af8dd
JB
105972011-04-12 Juanma Barranquero <lekktu@gmail.com>
10598
10599 * dframe.el (dframe-current-frame): Remove spurious quote.
10600
c0749a51
GM
106012011-04-12 Glenn Morris <rgm@gnu.org>
10602
088d0d61
GM
10603 * calendar/cal-tex.el (cal-tex-end-document):
10604 Try to automatically use latin1 input if needed.
10605
c0749a51
GM
10606 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
10607 Don't try to cons a mark onto an empty element.
10608
5c90fde0
LL
106092011-04-11 Leo Liu <sdl.web@gmail.com>
10610
10611 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
10612 buffers.
10613 (ido-kill-buffer-at-head): Support killing virtual buffers.
10614
369e974d
CY
106152011-04-10 Chong Yidong <cyd@stupidchicken.com>
10616
10617 * minibuffer.el (completion-show-inline-help): New var.
10618 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
10619 (minibuffer-force-complete, minibuffer-complete-word):
10620 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
10621
10622 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
10623 to avoid interference from inline help (Bug#5849).
10624
37f1c930
LL
106252011-04-10 Leo Liu <sdl.web@gmail.com>
10626
099c39a4
JB
10627 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
10628 Fix typo.
37f1c930 10629
a32d4040
CY
106302011-04-09 Chong Yidong <cyd@stupidchicken.com>
10631
10632 * image-mode.el (image-toggle-display-image): Signal an error if
10633 not in Image mode.
10634 (image-transform-mode, image-transform-resize)
10635 (image-transform-set-rotation): Doc fix.
daca8ba5 10636 (image-transform-set-resize): Delete.
a32d4040
CY
10637 (image-transform-set-scale, image-transform-fit-to-height)
10638 (image-transform-fit-to-width): Handle image-toggle-display-image
10639 and image-transform-resize directly.
10640
099c39a4 106412011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
10642
10643 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
10644 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
10645 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
10646 (doc-view-mode-map): Add bindings for the new functions.
10647
099c39a4 106482011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 10649
4d61f28d 10650 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
10651 Fix typo in docstring.
10652
3726838a
EZ
106532011-04-08 Eli Zaretskii <eliz@gnu.org>
10654
04f33f1e
EZ
10655 * files.el (file-size-human-readable): Produce one digit after
10656 decimal, like "ls -lh" does.
10657
10658 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
10659 the file size representation.
10660
3726838a
EZ
10661 * simple.el (list-processes): If async subprocesses are not
10662 available, error out with a clear error message.
10663
cbb59342
CY
106642011-04-08 Chong Yidong <cyd@stupidchicken.com>
10665
10666 * help.el (help-form-show): New function, to be called from C.
10667 Put help-form output in a buffer named differently than *Help*.
10668
e3971c44
EZ
106692011-04-08 Eli Zaretskii <eliz@gnu.org>
10670
10671 * files.el (file-size-human-readable): New function.
10672
10673 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
10674 computing the representation inline. Don't require `cl'.
10675
12544bbe
GM
106762011-04-08 Glenn Morris <rgm@gnu.org>
10677
a1de6c6a
GM
10678 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
10679
3c4671f4
GM
10680 * net/browse-url.el (browse-url-firefox):
10681 Test system-type, not system-configuration.
10682
b605679c
GM
10683 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
10684 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
10685 Use log-edit-empty-buffer-p. (Bug#7598)
10686
56442f0c
GM
10687 * net/rlogin.el (rlogin-process-connection-type): Simplify.
10688 (rlogin-mode-map): Initialize in the defvar.
10689 (rlogin): Use ignore-errors.
10690
12544bbe
GM
10691 * replace.el (occur-mode-map): Some fixes for menu items.
10692
eb237b0f
AH
106932011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10694
10695 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
10696
7d668f2c
CY
106972011-04-06 Chong Yidong <cyd@stupidchicken.com>
10698
e67a13ab
CY
10699 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
10700 issuing unused warnings.
10701
10702 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
10703 macro directly.
10704
7d668f2c
CY
10705 * simple.el: Lisp reimplement of list-processes. Based on an
10706 earlier reimplementation by Leo Liu, but using tabulated-list.el.
10707 (process-menu-mode): New major mode.
10708 (list-processes--refresh, list-processes):
10709 (process-menu-visit-buffer): New functions.
10710
10711 * files.el (save-buffers-kill-emacs): Don't assume any return
10712 value of list-processes, which is undocumented anyway.
10713
a83ec3c9
CY
107142011-04-06 Chong Yidong <cyd@stupidchicken.com>
10715
10716 * emacs-lisp/tabulated-list.el: New file.
10717
e91a96fe
CY
10718 * emacs-lisp/package.el: Use Tabulated List mode.
10719 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
10720 (package-menu-mode): Derive from tabulated-list-mode. Set up the
10721 table format using Tabulated List mode variables.
10722 (package--push): New macro, replacing package-list-maybe-add.
10723 (package-menu--generate): Use package--push. Renamed from
10724 package--generate-package-list.
10725 (package-menu-refresh, list-packages): Use it.
daca8ba5 10726 (package-menu--print-info): Rename from package-print-package.
e91a96fe 10727 Return insertion data instead of inserting it directly.
099c39a4
JB
10728 (package-menu-describe-package, package-menu-execute):
10729 Use tabulated-list-get-id.
e91a96fe
CY
10730 (package-menu-mark-delete, package-menu-mark-install)
10731 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
10732 (package-menu-mark-obsolete-for-deletion):
10733 Use tabulated-list-put-tag.
e91a96fe
CY
10734 (package--list-packages, package-menu-revert)
10735 (package-menu-get-package, package-menu-get-version)
10736 (package-menu-sort-by-column): Functions deleted.
10737 (package-menu-package-list, package-menu-sort-key): Vars deleted.
10738 (package-menu--status-predicate, package-menu--version-predicate)
10739 (package-menu--name-predicate)
10740 (package-menu--description-predicate): Handle arguments in the
10741 Tabulated List format.
10742 (package-list-packages-no-fetch): Call list-packages.
10743
3e214b50
JB
107442011-04-06 Juanma Barranquero <lekktu@gmail.com>
10745
10746 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 10747 (after-find-file): Don't bind it.
3e214b50
JB
10748 (revert-buffer-in-progress-p): New variable.
10749 (revert-buffer): Bind it.
10750 Pass nil for `after-find-file-from-revert-buffer'.
10751
10752 * saveplace.el (save-place-find-file-hook): Use new variable
10753 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
10754
3f0f1700
GM
107552011-04-06 Glenn Morris <rgm@gnu.org>
10756
c0274801
GM
10757 * Makefile.in (AUTOGEN_VCS): New variable.
10758 (autoloads): Use $AUTOGEN_VCS.
10759
3f0f1700
GM
10760 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
10761 * calendar/calendar.el (calendar-mode-map):
10762 Check for toolkit scroll bars. (Bug#8305)
10763
41ea9e48
CY
107642011-04-05 Chong Yidong <cyd@stupidchicken.com>
10765
10766 * minibuffer.el (completion-in-region--postch)
10767 (completion-in-region-mode): Remove unnecessary messages.
10768
6194c800
JB
107692011-04-05 Juanma Barranquero <lekktu@gmail.com>
10770
33256f14
JB
10771 * font-lock.el (font-lock-refresh-defaults):
10772 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
10773 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
10774
6194c800
JB
10775 * info.el (Info-directory-list, Info-read-node-name-2)
10776 (Info-split-parameter-string): Doc fixes.
10777 (Info-virtual-nodes): Reflow docstring.
10778 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
10779 (Info-apropos-toc-nodes, info-finder, Info-get-token)
10780 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
10781 Fix typos in docstrings.
10782 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
10783 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
10784 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
10785 (Info-restore-desktop-buffer): Mark unused parameters.
10786 (Info-directory-find-file, Info-directory-find-node)
10787 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
10788 (Info-virtual-index-find-node, Info-apropos-find-file)
10789 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 10790 Mark unused parameters; fix typos in docstrings.
6194c800
JB
10791 (Info-virtual-index): Remove unused local variable `nodename'.
10792
b87a8200 107932011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 10794
b87a8200
DD
10795 * net/rcirc.el: Update my e-mail address.
10796 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 10797
3b2ff876
CY
107982011-04-05 Chong Yidong <cyd@stupidchicken.com>
10799
10800 * startup.el (command-line): Save the cursor's theme-face
10801 directly, instead of using face-override-spec.
10802
10803 * custom.el (load-theme): Minor optimization in assigning faces.
10804
8d17e7ca
JB
108052011-04-04 Juanma Barranquero <lekktu@gmail.com>
10806
10807 * help-fns.el (describe-variable): Complete all variables having
10808 documentation, including keywords.
10809 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
10810
2fbc1934
JB
108112011-04-04 Juanma Barranquero <lekktu@gmail.com>
10812
10813 Convert to lexical-binding.
10814
10815 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
10816 (bs--get-marked-string, bs--get-modified-string)
10817 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
10818 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
10819 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
10820
10821 * ehelp.el (electric-help-execute-extended)
10822 (electric-help-ctrl-x-prefix):
10823 * hexl.el (hexl-revert-buffer-function):
10824 * linum.el (linum-after-change, linum-after-scroll):
10825 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
10826
10827 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
10828
74f50695
DU
108292011-04-04 Daiki Ueno <ueno@unixuser.org>
10830
10831 * epa-dired.el:
10832 * epa-mail.el:
10833 * epa-hook.el:
10834 * epa-file.el:
10835 * epa.el:
10836 * epg.el: Use lexical binding.
10837
c11325f7
CY
108382011-04-03 Chong Yidong <cyd@stupidchicken.com>
10839
0d9e9a12
CY
10840 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
10841
c11325f7 10842 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
10843 dictionary case for flyspell-mark-duplications-exceptions.
10844 Use regexp matching for languages.
c11325f7
CY
10845 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
10846 default dictionary (Bug#7926).
10847
da91b5f2
CY
108482011-04-02 Chong Yidong <cyd@stupidchicken.com>
10849
099c39a4
JB
10850 * emacs-lisp/package.el (package--with-work-buffer):
10851 Recognize https URLs.
da91b5f2 10852
099c39a4
JB
10853 * net/network-stream.el: Move from gnus/proto-stream.el.
10854 Change prefix to network-stream throughout.
da91b5f2
CY
10855 (open-protocol-stream): Merge into open-network-stream, leaving
10856 open-protocol-stream as an alias. Handle nil BUFFER args.
10857
10858 * subr.el (open-network-stream): Move to net/network-stream.el.
10859
afa8e9f6
GM
108602011-04-02 Glenn Morris <rgm@gnu.org>
10861
1d2e369d
GM
10862 * find-dired.el (find-exec-terminator): New option.
10863 (find-ls-option): Test for -ls support.
10864 (find-ls-subdir-switches): Test for -b in find-ls-option.
10865 (find-dired, find-grep-dired): Doc fixes.
10866 (find-dired): Use find-exec-terminator.
10867
8abb7da8 10868 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
10869 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
10870 (find-name-arg): Remove purecopy.
8abb7da8 10871
f3ca7378
GM
10872 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
10873 (grep-compute-defaults): Check for `-exec COMMAND +' support.
10874 Set grep-find-use-xargs, grep-find-command, and grep-find-template
10875 accordingly. Don't add the null-device if not needed.
10876
afa8e9f6
GM
10877 * files.el (save-some-buffers): Doc fix.
10878
35eae264
EZ
108792011-04-02 Eli Zaretskii <eliz@gnu.org>
10880
10881 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
10882
26b51db5
JB
108832011-04-01 Juanma Barranquero <lekktu@gmail.com>
10884
10885 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
10886 Use `dolist' rather than `mapcar'.
10887
7200d79c
SM
108882011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
10889
03408648 10890 Add lexical binding.
7200d79c 10891
03408648
SM
10892 * subr.el (apply-partially): Use new closures rather than CL.
10893 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
10894 (dolist, dotimes): Use slightly different expansion for lexical code.
10895 (functionp): Move to C.
10896 (letrec): New macro.
10897 (with-wrapper-hook): Use it and apply-partially instead of CL.
10898 (eval-after-load): Preserve lexical-binding.
10899 (save-window-excursion, with-output-to-temp-buffer): Turn them
10900 into macros.
7200d79c 10901
03408648
SM
10902 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
10903
10904 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
10905 than the arglist.
10906 (help-add-fundoc-usage): Don't add `Not documented'.
10907 (help-function-arglist): Handle closures, subroutines, and new
10908 byte-code-functions.
10909 (help-make-usage): Remove leading underscores.
10910 (describe-function-1): Handle closures.
10911 (describe-variable): Use special-variable-p for completion.
10912
10913 * files.el (lexical-binding): Declare safe.
f488fb65 10914
03408648
SM
10915 * emacs-lisp/pcase.el: Don't use destructuring-bind.
10916 (pcase--memoize): Rename from pcase-memoize. Change weakness.
10917 (pcase): Add `let' pattern.
10918 Change memoization so it actually works.
10919 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
10920 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
10921 <let>: New case.
f488fb65 10922
03408648
SM
10923 * emacs-lisp/macroexp.el: Use lexical binding.
10924 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
10925 Don't convert ' to #' without checking that it's indeed quoting
10926 a lambda.
10927
10928 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 10929 Use eval-sexp-add-defvars.
03408648
SM
10930 (eval-sexp-add-defvars): New fun.
10931
10932 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
10933
10934 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
10935 Don't autoload.
10936 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
10937 than the internal `byte-compile-lambda'.
10938 (defmethod): Don't hide code under quotes.
10939 (eieio-defmethod): New `code' argument.
10940
10941 * emacs-lisp/eieio-comp.el: Remove.
10942
10943 * emacs-lisp/edebug.el (edebug-eval-defun)
10944 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
10945 (edebug-toggle): Avoid `eval'.
10946
10947 * emacs-lisp/disass.el (disassemble-internal): Handle new
10948 `closure' objects.
10949 (disassemble-1): Handle new byte codes.
10950
10951 * emacs-lisp/cl.el (pushnew): Silence warning.
10952
10953 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
10954 (cl-byte-compile-throw): Remove.
10955 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
10956
10957 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
10958 closures.
10959
10960 * emacs-lisp/cconv.el: New file.
10961
10962 * emacs-lisp/bytecomp.el: Use lexical binding instead of
10963 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
10964 (byte-compile-initial-macro-environment):
10965 Handle declare-function here.
10966 (byte-compile--lexical-environment): New var.
10967 (byte-stack-ref, byte-stack-set, byte-discardN)
10968 (byte-discardN-preserve-tos): New lap codes.
10969 (byte-interactive-p): Don't use any more.
10970 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
10971 New macros.
10972 (byte-compile-lapcode): Use them and handle new lap codes.
10973 (byte-compile-obsolete): Remove.
10974 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
10975 (byte-compile-arglist-warn): Check late def of inlinable funs.
10976 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
10977 since they should have been expanded by now.
10978 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
10979 (byte-compile-from-buffer): Remove unused second arg.
10980 (byte-compile-preprocess): New function.
10981 (byte-compile-toplevel-file-form): New function to distinguish
10982 file-form calls from outside from file-form calls from hunk-handlers.
10983 (byte-compile-file-form): Simplify.
10984 (byte-compile-file-form-defsubst): Remove.
10985 (byte-compile-file-form-defmumble): Simplify now that
10986 byte-compile-lambda always returns a byte-code-function.
10987 (byte-compile): Preprocess.
10988 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
10989 Remove, not used any more.
10990 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
10991 (byte-compile-make-args-desc): New funs.
10992 (byte-compile-lambda): Handle lexical functions. Always return
10993 a byte-code-function.
10994 (byte-compile-reserved-constants): New var, to make up room for
10995 closed-over variables.
10996 (byte-compile-constants-vector): Obey it.
10997 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
10998 (byte-compile-macroexpand-declare-function): New function.
10999 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
11000 byte-code-functions.
11001 (byte-compile-form): Check obsolescence here.
11002 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
11003 (byte-compile-variable-ref): Remove.
11004 (byte-compile-dynamic-variable-op): New fun.
11005 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
11006 (byte-compile-variable-set): New funs.
11007 (byte-compile-discard): Add 2 args.
11008 (byte-compile-stack-ref, byte-compile-stack-set)
11009 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
11010 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
11011 macroexpand-all instead.
11012 (byte-compile-quote-form): Remove.
11013 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
11014 (byte-compile-bind, byte-compile-unbind): New funs.
11015 (byte-compile-let): Handle let* and lexical binding.
11016 (byte-compile-let*): Remove.
11017 (byte-compile-catch, byte-compile-unwind-protect)
11018 (byte-compile-track-mouse, byte-compile-condition-case):
11019 Handle a new :fun-body form, used for lexical scoping.
11020 (byte-compile-save-window-excursion)
11021 (byte-compile-with-output-to-temp-buffer): Remove.
11022 (byte-compile-defun): Simplify.
11023 (byte-compile-stack-adjustment): New fun.
11024 (byte-compile-out): Use it.
11025 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
11026
11027 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
11028 handler any more.
11029
11030 * emacs-lisp/byte-opt.el: Use lexical binding.
11031 (byte-inline-lapcode): Remove (to bytecomp).
11032 (byte-compile-inline-expand): Pay attention to inlining to/from
11033 lexically bound code.
11034 (byte-compile-unfold-lambda): Don't handle byte-code-functions
11035 any more.
11036 (byte-optimize-form-code-walker): Don't handle save-window-excursion
11037 any more and don't call compiler-macros.
11038 (byte-compile-splice-in-already-compiled-code): Remove.
11039 (byte-code): Don't inline any more.
11040 (disassemble-offset): Receive `bytes' as argument rather than via
11041 dynamic scoping.
11042 (byte-compile-tag-number): Declare before first use.
11043 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
11044 `return' even if make-spliceable.
11045 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
11046 obsolete interactive-p.
11047 (byte-optimize-lapcode): Optimize new lap-codes.
11048 Don't trip up on new form of `byte-constant' lap code.
11049
11050 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
11051
11052 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
11053
11054 * custom.el (custom-initialize-default, custom-declare-variable):
11055 Use `defvar'.
11056
11057 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
11058 New variables.
11059 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
11060 (COMPILE_FIRST): Add macroexp and cconv.
11061 * makefile.w32-in: Mirror changes in Makefile.in.
11062
11063 * vc/cvs-status.el:
11064 * vc/diff-mode.el:
11065 * vc/log-edit.el:
11066 * vc/log-view.el:
11067 * vc/smerge-mode.el:
11068 * textmodes/bibtex-style.el:
11069 * textmodes/css.el:
11070 * startup.el:
11071 * uniquify.el:
da91b5f2
CY
11072 * minibuffer.el:
11073 * newcomment.el:
11074 * reveal.el:
11075 * server.el:
11076 * mpc.el:
11077 * emacs-lisp/smie.el:
11078 * doc-view.el:
11079 * dired.el:
03408648
SM
11080 * abbrev.el: Use lexical binding.
11081
0f0c1f27
EZ
110822011-04-01 Eli Zaretskii <eliz@gnu.org>
11083
11084 * info.el (info-display-manual): New function.
11085
c82b2579
SM
110862011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
11087
11088 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
11089
221ddf68
TH
110902011-03-31 Tassilo Horn <tassilo@member.fsf.org>
11091
11092 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 11093 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 11094
cba6e77e
GM
110952011-03-31 Glenn Morris <rgm@gnu.org>
11096
e040639f
GM
11097 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
11098
cba6e77e
GM
11099 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
11100
6d0f1c9e
CS
111012011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
11102
11103 * progmodes/python.el (python-default-interpreter)
11104 (python-python-command-args, python-jython-command-args)
11105 (python-which-shell, python-which-args, python-which-bufname)
11106 (python-file-queue, python-comint-output-filter-function)
11107 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
11108 variables and functions.
11109
3e2d70fd
SM
111102011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
11111
11112 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
11113 (completion-in-region-mode): New minor mode.
11114 (completion-in-region): Use it.
11115 (completion-in-region--data, completion-in-region-mode-map): New vars.
11116 (completion-in-region--postch): New function.
11117 (completion--capf-misbehave-funs, completion--capf-safe-funs):
11118 New vars.
11119 (completion--capf-wrapper): New function.
11120 (completion-at-point): Use it to track well-behavedness of
11121 hook functions.
11122 (completion-help-at-point): New command.
11123
f3e4086c
JM
111242011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
11125
11126 * vc/add-log.el (add-change-log-entry): Don't use whitespace
11127 syntax class to search for whitespace on a single line
11128 (Message-ID: <4D938140.4030905@redhat.com>).
11129
eb7ffc14
LL
111302011-03-30 Leo Liu <sdl.web@gmail.com>
11131
11132 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
11133 New commands.
11134 (edit-abbrevs-map): Bind them here.
11135 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
11136
d806ab68
KM
111372011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
11138
11139 * allout.el (allout-hide-by-annotation, allout-flag-region):
11140 Reduce possibility of overlay leakage by making them volatile.
11141
11142 * allout-widgets.el (allout-widgets-tally): Define as nil so the
11143 hash is not shared between buffers. Mode initialization is
11144 responsible for giving it a useful starting value.
11145 (allout-item-span): Reduce possibility of overlay leakage by
11146 making them volatile.
11147 (allout-widgets-count-buttons-in-region): Add diagnostic function
11148 for tracking down button overlay leaks.
11149
ea622834
LL
111502011-03-29 Leo Liu <sdl.web@gmail.com>
11151
11152 * ido.el (ido-read-internal): Use the default history var
11153 minibuffer-history if no HISTORY is specified.
11154
b62f8267
G
111552011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
11156
03408648
SM
11157 * net/imap.el (imap-shell-open, imap-process-connection-type):
11158 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
11159 Kerberos, SSL, other subprocesses.
11160
947b6566
LL
111612011-03-28 Leo Liu <sdl.web@gmail.com>
11162
11163 * abbrev.el (abbrev-table-empty-p): New function.
11164 (prepare-abbrev-list-buffer): Place empty abbrev tables after
11165 nonempty ones. (Bug#5937)
11166
5ffb62aa
JD
111672011-03-27 Jan Djärv <jan.h.d@swipnet.se>
11168
11169 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
11170
7a097943
LL
111712011-03-27 Leo Liu <sdl.web@gmail.com>
11172
11173 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
11174 for foreground and background colors.
11175 (ansi-color-make-color-map): Adapt.
11176
c5b40130
LL
111772011-03-25 Leo Liu <sdl.web@gmail.com>
11178
1f48f7d2
LL
11179 * midnight.el (midnight-time-float): Remove. Note it calculates
11180 the microsecond component incorrectly and seconds-to-time does the
11181 same job.
625897ec 11182 Remove redundant (require 'timer).
1f48f7d2 11183
c5b40130
LL
11184 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
11185 (ido-completions): Remove unused arguments. (Bug#8329)
11186
d86d2721
SM
111872011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11188
11189 * minibuffer.el (completion--flush-all-sorted-completions):
11190 Remove itself from hook.
11191 (completion-at-point): Let the functions perform the completion
11192 immediately and return nil or t.
11193 * comint.el (comint-dynamic-complete-functions): Now identical to
11194 completion-at-point-functions.
11195 (comint-dynamic-list-input-ring): Remove unused var `index'.
11196 (comint--match-partial-filename, comint--unquote&expand-filename):
11197 New funs, split from comint-match-partial-filename.
11198 (comint-dynamic-complete): Use completion-at-point.
11199 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
11200
e8974c48
DA
112012011-03-24 Drew Adams <drew.adams@oracle.com>
11202
11203 * thingatpt.el: Support `defun'.
11204
def71b5e
LL
112052011-03-23 Leo Liu <sdl.web@gmail.com>
11206
cb5af48e
LL
11207 * abbrevlist.el: Move to obsolete/abbrevlist.el.
11208
def71b5e
LL
11209 * help-mode.el (help-mode-finish): Tweak regexp.
11210
927c53e7
GM
112112011-03-23 Glenn Morris <rgm@gnu.org>
11212
18d05bed
GM
11213 * eshell/esh-opt.el (eshell-eval-using-options):
11214 Do not bind unused local variable `eshell-option-stub'.
11215
927c53e7
GM
11216 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
11217
9d0da923
JB
112182011-03-22 Juanma Barranquero <lekktu@gmail.com>
11219
11220 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
11221 keymap variable in `with-no-warnings' to avoid a warning when the
11222 keymap has been already `defconst'ed.
11223
4b978a67
LL
112242011-03-22 Leo Liu <sdl.web@gmail.com>
11225
11226 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
11227 encode all chars in abbrevs; otherwise use emacs-mule or
11228 utf-8-emacs. (Bug#8308)
11229
5fd62452
JB
112302011-03-22 Juanma Barranquero <lekktu@gmail.com>
11231
0b1596c6
JB
11232 * simple.el (backward-delete-char-untabify):
11233 Avoid warning about using `delete-backward-char'.
11234
5fd62452
JB
11235 * image.el (image-type-file-name-regexps): Make it variable.
11236 `imagemagick-register-types' modifies it, and the user may want
11237 to add new extensions for known image types.
11238 (imagemagick-register-types): Throw error if not using ImageMagick.
11239
0b4e93f1
LL
112402011-03-22 Leo Liu <sdl.web@gmail.com>
11241
11242 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
11243 located before rcirc-prompt-end-marker.
11244 (rcirc-complete): Error if point is not after rcirc prompt.
11245 Handle the case when table is nil.
9882e214 11246 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 11247
fccee4ab
CY
112482011-03-22 Chong Yidong <cyd@stupidchicken.com>
11249
11250 * custom.el (custom--inhibit-theme-enable): Make it affect only
11251 custom-theme-set-variables and custom-theme-set-faces.
11252 (provide-theme): Ignore custom--inhibit-theme-enable.
11253 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
11254 (custom-enabling-themes): Delete variable.
d86d2721
SM
11255 (enable-theme): Accept only loaded themes as arguments.
11256 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
11257 (custom-enabled-themes): Forbid themes from setting this.
11258 Eliminate use of custom-enabling-themes.
11259 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 11260
af896da6
LL
112612011-03-21 Leo Liu <sdl.web@gmail.com>
11262
11263 * ido.el (ido-read-internal): Add ido-selected to history instead
11264 of user input.
11265
78f64af0
SM
112662011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
11267
11268 * subr.el (deferred-action-list, deferred-action-function):
11269 Mark obsolete.
11270
b16ac1ec
LL
112712011-03-21 Leo Liu <sdl.web@gmail.com>
11272
810f7698
LL
11273 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
11274 change on 2011-02-13 (bug#8309).
11275
b16ac1ec
LL
11276 * minibuffer.el (read-file-name-function): Change default value.
11277 (read-file-name--defaults): Rename from read-file-name-defaults.
11278 (read-file-name-default): Rename from read-file-name.
11279 (read-file-name): Call read-file-name-function.
11280
4e05e67e
GM
112812011-03-21 Glenn Morris <rgm@gnu.org>
11282
11283 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
11284 Doc fixes.
11285
4359915b
CY
112862011-03-21 Chong Yidong <cyd@stupidchicken.com>
11287
11288 * cus-theme.el: Add missing provide statement.
11289 (customize-create-theme): Extract theme value correctly.
11290 (custom-theme-visit-theme): Autoload.
11291 (customize-create-theme): Prompt before inserting default faces.
11292
1fe275ee
JB
112932011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
11294
11295 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
11296 units and musical notes.
11297
cd394be1 112982011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
11299
11300 * ido.el (ido-read-internal): Use completing-read-default.
11301 (ido-completing-read): Fix compatibility with completing-read.
11302
7d476bde
CO
113032011-03-20 Christian Ohler <ohler@gnu.org>
11304
11305 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
11306 (ert-delete-all-tests): Use `called-interactively-p' rather than
11307 `interactive-p'.
11308 (ert--make-xrefs-region): Respect END.
11309
fe0fb33e
CY
113102011-03-19 Chong Yidong <cyd@stupidchicken.com>
11311
ff854b0b
CY
11312 * dired-aux.el (dired-create-directory): Signal an error if the
11313 directory already exists (Bug#8246).
11314
fe0fb33e
CY
11315 * facemenu.el (list-colors-display): Call list-faces-display
11316 inside with-help-window.
11317 (list-colors-print): Use display property to align the final
11318 column, instead of checking window-width.
11319
576bce32
EZ
113202011-03-19 Eli Zaretskii <eliz@gnu.org>
11321
4d61f28d 11322 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
11323 windows-nt systems.
11324 (emerge-protect-metachars): Quote correctly for ms-dos and
11325 windows-nt systems.
11326
89c41d68 113272011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
11328
11329 * info.el (info-initialize): Replace all uses of `:' with
11330 path-separator for compatibility with non-Unix systems.
11331 Cache quoting of path-separator. (Bug#8258)
11332
b14e3e21 113332011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
11334
11335 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
11336 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
11337 (mouse-avoidance-mode): Fix typos in docstrings.
11338
4525ce3e
CY
113392011-03-19 Chong Yidong <cyd@stupidchicken.com>
11340
11341 * startup.el (package-subdirectory-regexp): Move from package.el.
11342 Omit \\` and \\', and let callers add them.
11343
11344 * emacs-lisp/package.el (package-strip-version)
11345 (package-load-all-descriptors): Add \\` and \\' to
11346 package-subdirectory-regexp before using it.
11347 (package-untar-buffer): New arg DIR; ensure that file untars only
11348 into this expected directory. Remove superfluous delete-region.
11349 (package-unpack): Caller changed.
11350 (package-tar-file-info): Use package-subdirectory-regexp.
11351
a904a09a 113522011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 11353
a904a09a
SM
11354 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
11355 diff-mode-shared-map (bug#8284).
11356 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
11357
113582011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11359
11360 * calendar/time-date.el (format-seconds): Use assoc instead of
11361 assoc-string, since assoc-string doesn't exist in XEmacs.
11362
171fc304
JB
113632011-03-17 Juanma Barranquero <lekktu@gmail.com>
11364
11365 * custom.el (custom-known-themes): Reflow docstring.
11366 (custom-theme-load-path): Fix typo in docstring.
11367 (load-theme): Fix typo in error message.
11368 (custom-available-themes, custom-variable-theme-value):
11369 Use `let', not `let*'.
11370
d71990a1
JB
113712011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
11372
11373 * calc/README: Mention inclusion of musical notes.
11374
11375 * calc/calc-units.el (calc-lu-quant): Rename from
11376 `calc-logunits-quantity'.
11377 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
11378 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
11379 (calc-db): Rename from `calc-dblevel'.
11380 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
11381 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
11382 (calc-np): Rename from `calc-nplevel'.
11383 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
11384 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
11385 (calc-lu-plus): Rename from `calc-logunits-add'.
11386 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
11387 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
11388 (calc-lu-minus): Rename from `calc-logunits-sub'.
11389 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
11390 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
11391 (calc-lu-times): Rename from `calc-logunits-mul'.
11392 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
11393 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
11394 (calc-lu-divide): Rename from `calc-logunits-div'.
11395 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
11396 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
11397
11398 * calc/calc-ext.el (calc-init-extensions): Update the names of the
11399 functions being autoloaded.
11400
11401 * calc/calc.el (calc-lu-power-reference): Rename from
11402 `calc-logunits-power-reference'.
11403 (calc-lu-field-reference): Rename from
11404 `calc-logunits-field-reference'.
11405
7a71b18d
GM
11406 * calc/calc-help.el (calc-l-prefix-help):
11407 Mention musical note functions.
d71990a1 11408
40c2934b
SM
114092011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
11410
11411 * minibuffer.el (completion-all-sorted-completions):
11412 Use :completion-cycle-penalty text property if present.
11413
b0911414
KM
114142011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
11415
11416 * allout.el (allout-yank-processing): Adjust for new rebulleting
11417 regime so bullet being yanked is used without prompting the user
11418 for a choice.
11419
8a05b668
JB
114202011-03-16 Juanma Barranquero <lekktu@gmail.com>
11421
11422 * startup.el (command-line): Warn the user that _emacs is deprecated.
11423
5ba5fb81
JB
114242011-03-16 Juanma Barranquero <lekktu@gmail.com>
11425
11426 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
11427 (delphi-verbose, delphi-comment-face, delphi-string-face)
11428 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
11429 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
11430 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
11431 (delphi-new-comment-line, delphi-font-lock-defaults)
11432 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
11433 Fix typos in docstrings.
11434
2dab465b
KM
114352011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
11436
5ba5fb81 11437 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
11438 Invert the roles of character and string values for INSTEAD, so a
11439 string is used for the more common case of a defaulting prompt.
11440
0adf5618
SM
114412011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11442
11443 * progmodes/ruby-mode.el (ruby-backward-sexp):
11444 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
11445 * play/gamegrid.el (gamegrid-make-face):
11446 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
11447 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
11448 * notifications.el (notifications-notify):
11449 * net/xesam.el (xesam-search-engines):
11450 * net/quickurl.el (quickurl-list-insert):
11451 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
11452
d72700e5
CY
114532011-03-15 Chong Yidong <cyd@stupidchicken.com>
11454
11455 * startup.el (command-line): Update package subdirectory regexp.
11456
49c5410a
SM
114572011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11458
c6eee9aa
SM
11459 * allout.el (allout-abbreviate-flattened-numbering)
11460 (allout-mode-deactivate-hook): Fix up obsolescence "date".
11461
49c5410a
SM
11462 * subr.el (read-char-choice): Only show the cursor after the prompt,
11463 not after the answer.
11464
047b2bb9
KR
114652011-03-15 Kevin Ryde <user42@zip.com.au>
11466
11467 * help-fns.el (variable-at-point): Skip leading quotes, if any
11468 (bug#8253).
11469
0a57d256
SM
114702011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11471
11472 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
11473 warning message.
11474
77c992bc
MA
114752011-03-14 Michael Albinus <michael.albinus@gmx.de>
11476
11477 * shell.el (shell): When called interactively, offer to change the
11478 shell file name on remote hosts.
11479
eebc475d
TZ
114802011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
11481
11482 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
11483 integration for LDAP parameters. The host, base, user or binddn,
11484 and secret tokens can be specified in a netrc file, for instance.
11485 This is optional because an `auth-source' parameter must be
11486 specified in the search attributes.
11487
9d05d1ba
JB
114882011-03-13 Juanma Barranquero <lekktu@gmail.com>
11489
11490 * help.el (describe-mode): Link to the mode's definition (bug#8185).
11491
09d9db2c
GM
114922011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11493
11494 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
11495 into declaration. Remove redundant and harmful binding.
11496
114972011-03-12 Eli Zaretskii <eliz@gnu.org>
11498
11499 * files.el (file-ownership-preserved-p): Pass `integer' as an
11500 explicit 2nd argument to `file-attributes'. If the file's owner
11501 is the Administrators group on Windows, and the current user is
11502 Administrator, consider that a match.
11503
11504 * server.el (server-ensure-safe-dir): Consider server directory
11505 safe on MS-Windows if its owner is the Administrators group while
11506 the current Emacs user is Administrator. Use `=' to compare
11507 numerical UIDs, since they could be integers or floats.
11508
219bd536
JB
115092011-03-12 Juanma Barranquero <lekktu@gmail.com>
11510
11511 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
11512
f3afd36b
MA
115132011-03-12 Michael Albinus <michael.albinus@gmx.de>
11514
11515 Sync with Tramp 2.2.1.
11516
11517 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
11518
11519 * net/trampver.el: Update release number.
11520
3aaaa6f1
SM
115212011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11522
94642599
SM
11523 * progmodes/compile.el (compilation--previous-directory): Fix up
11524 various nil/dead-marker mismatches (bug#8014).
11525 (compilation-directory-properties, compilation-error-properties):
11526 Don't call it at a position past the one we're about to change.
11527
3aaaa6f1
SM
11528 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
11529 Disable obsolescence warnings in the file that declares it.
11530
14239447
KM
115312011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
11532
099c39a4
JB
11533 * allout-widgets.el (allout-widgets-tally):
11534 Initialize allout-widgets-tally as a hash table rather than nil to
11535 prevent mode-line redisplay warnings. Also, clarify the module
11536 description and fix a comment typo.
14239447 11537
135e287c
JB
115382011-03-11 Juanma Barranquero <lekktu@gmail.com>
11539
11540 * help-fns.el (describe-variable): Don't complete keywords.
11541 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
11542
ffbf300e
CY
115432011-03-10 Chong Yidong <cyd@stupidchicken.com>
11544
ba08b241
CY
11545 * emacs-lisp/package.el (package-version-join): Impose a standard
11546 string representation for pre/alpha/beta version lists.
11547 (package-unpack-single): Standardize the directory name by passing
11548 it through package-version-join.
11549 (package-strip-rcs-id): Accept any version string that does not
11550 signal an error in version-to-list.
ffbf300e 11551
f346fd6b
MA
115522011-03-10 Michael Albinus <michael.albinus@gmx.de>
11553
11554 * simple.el (delete-trailing-whitespace): Return nil for the
11555 benefit of `write-file-functions'.
11556
ccb55d27
GM
115572011-03-10 Glenn Morris <rgm@gnu.org>
11558
5ceaac0c
GM
11559 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
11560
02da65ff
GM
11561 * vc/vc-git.el (vc-git-program): New option.
11562 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
11563 (vc-git--call): Use it.
11564
b2f603cc
GM
11565 * eshell/esh-util.el (eshell-condition-case): Doc fix.
11566
5772caab
GM
11567 * cus-edit.el (Custom-newline): If no button at point, look
11568 for a subgroup button at start-of-line. (Bug#2298)
11569
ccb55d27
GM
11570 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
11571
ec6ecaed
JD
115722011-03-10 Julien Danjou <julien@danjou.info>
11573
11574 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
11575 `cursor-type' is nil.
11576
9d5aa01d
JB
115772011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
11578
11579 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
11580
b6a5875b
KM
115812011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
11582
7a71b18d 11583 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
11584 preserves the existing header prefix, rebulleting it if necessary,
11585 rather than replacing it. This is necessary for proper operation
11586 of cooperative addons like allout-widgets.
1154d12e
JB
11587 (allout-make-topic-prefix, allout-rebullet-heading):
11588 Change SOLICIT arg to INSTEAD, and interpret additionally a string
11589 value as alternate bullet to be used, instead of prompting the user
11590 for a bullet character.
b6a5875b 11591
ee545c35
MA
115922011-03-09 Michael Albinus <michael.albinus@gmx.de>
11593
d86d2721
SM
11594 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11595 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
11596 `tramp-default-port'.
11597
c47971d7
DD
115982011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
11599
11600 * net/rcirc.el (rcirc-handler-001): Remove useless
11601 with-rcirc-process-buffer.
11602 (rcirc-check-auth-status): Swap arguments to string-match.
11603
13522cb4
GM
116042011-03-09 Glenn Morris <rgm@gnu.org>
11605
0be6f4f1
GM
11606 * shell.el (shell-mode):
11607 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
11608
13522cb4
GM
11609 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
11610 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
11611
515de2e3
CY
116122011-03-08 Chong Yidong <cyd@stupidchicken.com>
11613
11614 * emacs-lisp/package.el (package-refresh-contents)
11615 (package-menu-execute): Use condition-case-no-debug.
11616
b511b994
MA
116172011-03-08 Michael Albinus <michael.albinus@gmx.de>
11618
11619 * simple.el (shell-command-to-string): Use `process-file'.
11620
11621 * emacs-lisp/package.el (package-tar-file-info): Handle also
11622 remote files.
11623
d86d2721
SM
11624 * emacs-lisp/package-x.el (package-upload-buffer-internal):
11625 Use `equal' for upload base check.
b511b994 11626
25bbfb31
AM
116272011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
11628
11629 * textmodes/texinfo.el (texinfo-environments):
11630 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
11631
be996521
GM
116322011-03-08 Glenn Morris <rgm@gnu.org>
11633
e9c8529f
GM
11634 * cus-start.el (cursor-in-non-selected-windows):
11635 Fix :set quoting oddness. (Bug#8192)
11636
be996521
GM
11637 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
11638 in some setf expressions. (Bug#2159)
11639
2bb5649e
CY
116402011-03-08 Chong Yidong <cyd@stupidchicken.com>
11641
11642 * custom.el (custom-available-themes): Return themes in
11643 alphabetical order.
11644
33383987 11645See ChangeLog.15 for earlier changes.
e3d51b27
MR
11646
11647;; Local Variables:
11648;; coding: utf-8
e3d51b27
MR
11649;; End:
11650
acaf905b 11651 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
11652
11653 This file is part of GNU Emacs.
11654
11655 GNU Emacs is free software: you can redistribute it and/or modify
11656 it under the terms of the GNU General Public License as published by
11657 the Free Software Foundation, either version 3 of the License, or
11658 (at your option) any later version.
11659
11660 GNU Emacs is distributed in the hope that it will be useful,
11661 but WITHOUT ANY WARRANTY; without even the implied warranty of
11662 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11663 GNU General Public License for more details.
11664
11665 You should have received a copy of the GNU General Public License
11666 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.