Remove dead MSVC-specific code.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
e5a69fd0
EZ
12012-03-25 Eli Zaretskii <eliz@gnu.org>
2
3 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
4 of same-dir.tst, to avoid stepping on other (parallel) Make job's
5 toes.
6
9a69676a
CY
72012-03-25 Chong Yidong <cyd@gnu.org>
8
4125cb8b
CY
9 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
10 theme if it was previously enabled before (Bug#11031).
11
dd470960
CY
12 * cus-theme.el (custom-theme-write-faces): Retrieve current face
13 spec with custom-face-get-current-spec if its :shown-value is not
14 determined yet (Bug#9337).
4125cb8b 15 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 16
9a69676a
CY
17 * button.el (button-at): Minor addition to docstring.
18
6e7e90fa
SL
192012-03-24 Simon Leinen <simon.leinen@gmail.com>
20
21 * vc/vc.el (vc-merge): Fix a prompt.
22
f06e2758
CY
232012-03-24 Chong Yidong <cyd@gnu.org>
24
25 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
26 point (Bug#9623).
27
6e7e90fa
SL
28 * button.el (button-at): Minor addition to docstring.
29
b9d0879b
SM
302012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
31
32 * newcomment.el (comment-choose-indent): No space after BOL.
33
e71cebb3
SS
342012-03-22 Sam Steingold <sds@gnu.org>
35
36 * window.el (switch-to-prev-buffer): Revert last patch because the
37 bug turned out to be an advertised feature (Elisp manual 28.14).
38
335aff35
GM
392012-03-22 Glenn Morris <rgm@gnu.org>
40
41 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
42 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
43
c676576a
LMI
442012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
45
46 * net/network-stream.el (network-stream-open-starttls): Make error
47 message under Windows be less misleading.
48
126f3d39
LW
492012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
50
51 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
52 understands (bug#9942).
53
64fee311
CY
542012-03-22 Chong Yidong <cyd@gnu.org>
55
56 * simple.el (end-of-visible-line): Handle return value of
57 next-single-property-change properly (Bug#9371).
58
a640d29a
KH
592012-03-22 Kenichi Handa <handa@m17n.org>
60
61 * international/quail.el (quail-insert-kbd-layout): Fix previous
62 change. To avoid unwanted bidi reordering, use
63 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
64
39675016
DG
652012-03-21 Dmitry Gutov <dgutov@yandex.ru>
66
67 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
68 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
69 (ruby-beginning-of-indent): Be more careful with the difference
70 between word-boundary and symbol boundary.
71 (ruby-mode-syntax-table): Make : a symbol constituent.
72
0a6934fc 732012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 74
3d008e4f
SM
75 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
76
0a6934fc
SM
772012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
78
af67c9d7
SM
79 * progmodes/etags.el (tags-completion-at-point-function):
80 Improve last fix.
81
1acad97c
SM
82 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
83
e298b5da
SS
842012-03-21 Sam Steingold <sds@gnu.org>
85
86 * progmodes/etags.el (tags-completion-at-point-function):
87 Avoid the error when point is inside the pattern.
88
91d82a70
JY
892012-03-21 John Yates <john@yates-sheets.org> (tiny change)
90
91 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
92 line (Bug#10855).
93
69188b79
CY
942012-03-21 Drew Adams <drew.adams@oracle.com>
95
96 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
97
99fc91fe
AK
982012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
99
100 * ido.el (ido-set-current-directory, ido-read-internal)
101 (ido-choose-completion-string, ido-completion-help): Handle nil
102 value of ido-completion-buffer (Bug#11008).
103
087bbb4c
SS
1042012-03-21 Sam Steingold <sds@gnu.org>
105
106 * window.el (switch-to-prev-buffer): Do not switch to a visible
107 window previous buffer, just like with the frame previous buffers.
108
fb5b8aca
CY
1092012-03-21 Chong Yidong <cyd@gnu.org>
110
111 * faces.el (make-face, make-empty-face, copy-face):
112 * face-remap.el (face-remap-add-relative, face-remap-set-base):
113 Doc fixes.
114
dc9924b8
SM
1152012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
116
117 * wid-edit.el (widget-complete-field): Remove (bug#11051).
118 (widget-complete): Remove broken use of it.
119
f0bcceb9
CY
1202012-03-20 Chong Yidong <cyd@gnu.org>
121
dc9924b8
SM
122 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
123 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
124 characters.
125
ee52ebf3
TH
1262012-03-20 Tassilo Horn <tassilo@member.fsf.org>
127
128 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
129 to draw rectangles, not squares. (Regression introduced by revno
130 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
131
4c5779ab
CY
1322012-03-18 Chong Yidong <cyd@gnu.org>
133
134 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
135 it is not yet defined (for temacs).
136
15360934
LL
1372012-03-18 Leo Liu <sdl.web@gmail.com>
138
dc9924b8 139 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 140
d9a8eb66
EZ
1412012-03-17 Eli Zaretskii <eliz@gnu.org>
142
143 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
144 (ispell-choices-win-default-height, ispell-silently-savep)
145 (ispell-dictionary-alist, ispell-encoding8-command)
146 (ispell-check-version, ispell-aspell-find-dictionary)
147 (ispell-valid-dictionary-list, ispell-words-keyword)
148 (ispell-get-word, ispell-internal-change-dictionary)
149 (ispell-region, ispell-skip-region-list)
150 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
151 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
152 (ispell-message-text-end, ispell-message)
153 (ispell-buffer-local-parsing): Doc fix.
154
f02ff80d
J
1552012-03-13 Jambunathan K <kjambunathan@gmail.com>
156
157 * htmlfontify.el: Add support for code block fontification for ODT
158 export (Bug #9914).
159 (hfy-optimisations): Define new option
160 `body-text-only'
161 (hfy-fontify-buffer): Honor above setting.
162 (hfy-begin-span, hfy-end-span): New routines factored out form
163 `hfy-fontify-buffer'.
164 (hfy-begin-span-handler, hfy-end-span-handler): New variables
165 that permit insertion of custom tags.
166 (hfy-fontify-buffer): Use above handlers.
167 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
168 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 169 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
f02ff80d
J
170 over multiple runs. This is made possible by having the caller let
171 bind a special variable `hfy-user-sheet-assoc'.
172 (htmlfontify-string): New defun.
173 (hfy-compile-face-map): Make sure that the last char in the
174 buffer is correctly fontified.
175 (hfy-face-resolve-face): Whitespace only change.
176
9ac7a13f
EZ
1772012-03-17 Eli Zaretskii <eliz@gnu.org>
178
179 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
180 message more clear.
181
e2b5bdd7
LL
1822012-03-16 Leo Liu <sdl.web@gmail.com>
183
184 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
185
2e492df3
AM
1862012-03-16 Alan Mackenzie <acm@muc.de>
187
188 Further optimise the handling of large macros.
189
190 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
191 limit to a call of `c-literal-limits'.
192 (c-determine-+ve-limit): New function.
dc9924b8
SM
193 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
194 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
195 In CASE 5B, restrict a search limit to 500.
196 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
197
198 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
199 Restrict macro bounds to +-500 from after-change's BEG END.
200
50e94f0c
LL
2012012-03-16 Leo Liu <sdl.web@gmail.com>
202
203 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
204
6f09f6ed
AH
2052012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
206
207 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 208 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 209
c7e73d51
GM
2102012-03-16 Glenn Morris <rgm@gnu.org>
211
da986230
GM
212 * view.el (view-buffer, view-buffer-other-window)
213 (view-buffer-other-frame): Doc fixes re special mode-class.
214
0835f01e
GM
215 * subr.el (eval-after-load): If named feature is provided not from
216 a file, run after-load forms. (Bug#10946)
217
c7e73d51
GM
218 * calendar/calendar.el (calendar-insert-at-column):
219 Handle non-unit-width characters a bit better. (Bug#10978)
220
3f2eafd1
CY
2212012-03-15 Chong Yidong <cyd@gnu.org>
222
223 * emacs-lisp/ring.el (ring-extend): New function.
224 (ring-insert+extend): Extend the ring correctly (Bug#11019).
225
226 * comint.el (comint-read-input-ring)
227 (comint-add-to-input-history): Grow comint-input-ring lazily.
228
103af3fe
SM
2292012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
230
663b1677
SM
231 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
232 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
233
103af3fe
SM
234 * imenu.el: Fix multiple inheritance breakage (bug#9199).
235 (imenu-add-to-menubar): Don't add a redundant index.
236 (imenu-update-menubar): Handle a dynamically composed keymap.
237
899cb7cb
KY
2382012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
239
240 * mail/sendmail.el (mail-encode-header):
241 Bind rfc2047-encode-encoded-words to nil.
242
3809f91d
GM
2432012-03-13 Glenn Morris <rgm@gnu.org>
244
245 * calendar/calendar.el (calendar-string-spread):
246 Handle non-unit-width characters a bit better. (Bug#10978)
247
9e345a01
LL
2482012-03-13 Leo Liu <sdl.web@gmail.com>
249
250 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
251 directory and file as argument (Bug#10822).
252
4a07df36
KS
2532012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
254
255 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
256 For dynamically generated code, follow $PC.
257 (gdb-disassembly-handler-custom): Handle no function name case.
258
4aaa9356
TL
2592012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
260
261 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
262 * emulation/ws-mode.el (ws-query-replace):
263 * sort.el (sort-regexp-fields):
264 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
265
225979da
SM
2662012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
267
268 * dabbrev.el: Fix cycle completion order (bug#10963).
269 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
270 (dabbrev-completion): Don't use an obarray; provide
271 a cycle-sort-function.
272
e2f1fdab
LL
2732012-03-12 Leo Liu <sdl.web@gmail.com>
274
dc9924b8 275 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
276 (kill-do-not-save-duplicates): Doc fix.
277
b19490ed
SM
2782012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
279
280 * dabbrev.el: Fix cycle completion (bug#10963).
281 Use lexical binding and wrap to 80 columns.
282 (dabbrev-completion): Delay computing the list of completions.
283
4b05d722
KH
2842012-03-12 Kenichi Handa <handa@m17n.org>
285
286 * international/quail.el (quail-insert-kbd-layout): Surround each
287 row by LRO and PDF instead of inserting many LRMs. Pad the left
288 and right of each non-spacing marks. Insert invisible space
289 between lower and upper characters to prevent composition.
290
dbbc2e69
SM
2912012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
292
293 * minibuffer.el (minibuffer-complete): Don't get confused when the
294 function is run twice via different commands (bug#10958).
295 (complete-with-action): Fix docstring.
296
292112ed
CY
2972012-03-12 Chong Yidong <cyd@gnu.org>
298
5d1ac394
CY
299 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
300 (nxml-completion-at-point-function): New function.
301 (nxml-mode): Use it.
302 (nxml-bind-meta-tab-to-complete-flag): Default to t.
303
292112ed
CY
304 * emacs-lisp/package.el (package-unpack, package-unpack-single):
305 Load generated autoloads file before byte compiling (Bug#10970).
306 (package--make-autoloads-and-compile): New helper fun.
307
4098f8f7
CS
3082012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
309
310 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
311
8f754691
MA
3122012-03-11 Michael Albinus <michael.albinus@gmx.de>
313
314 * autorevert.el (auto-revert-handler): Ensure, that
315 file-readable-p is applied only for local files or in
316 auto-revert-tail-mode.
317
e29ab36b
AS
3182012-03-11 Andreas Schwab <schwab@linux-m68k.org>
319
dbbc2e69
SM
320 * server.el (server-eval-at): Handle non-tcp connections.
321 Decode result string.
ad0bf5b6 322
e29ab36b
AS
323 * server.el (server-msg-size): New constant.
324 (server-reply-print): New function.
325 (server-eval-and-print): Use it.
326 (server-eval-at): Use server-quote-arg and server-unquote-arg.
327 Handle -print-nonl.
328
de5939ba
CS
3292012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
330
331 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
332 (Bug#10987).
333
0c93eabf
CY
3342012-03-11 Chong Yidong <cyd@gnu.org>
335
397a688f
CY
336 * simple.el (goto-line): Doc fix (Bug#9938).
337
2cc775f9
CY
338 * subr.el (save-window-excursion): Doc fix (Bug#9979).
339
0c93eabf
CY
340 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
341 when finished (Bug#10963).
342
c491fa41
MR
3432012-03-11 Martin Rudalics <rudalics@gmx.at>
344
345 * window.el (split-window-below): Fix bug in case where
346 split-window-keep-point is nil (Bug#10971).
347
300e8fa5
JL
3482012-03-11 Juri Linkov <juri@jurta.org>
349
350 * replace.el (replace-highlight): Set isearch-word to nil
351 unconditionally. (Bug#10887)
352
dbf6c5a1
EZ
3532012-03-10 Eli Zaretskii <eliz@gnu.org>
354
355 * net/mairix.el (mairix-replace-invalid-chars): Rename from
356 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 357 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
358 (mairix-widget-create-query): Add usage information about mairix
359 search forms: negating words, searching for substrings, etc.
360
b9e501de
JP
3612012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
362
363 * international/fontset.el (font-encoding-alist): Add an entry for
364 ksx1001 (Bug#5667).
365
92795c91
RS
3662012-03-10 Richard Stallman <rms@gnu.org>
367
1694e6c1
RS
368 * mail/sendmail.el (mail-encode-header):
369 Set rfc2047-encode-encoded-words.
370
607e8555
RS
371 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
372
de3bc99a
RS
373 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
374 view buffer means not swapped.
375 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
376 (rmail-write-region-annotate): Error if real text has disappeared.
377
92795c91
RS
378 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
379
699bd04e
CY
3802012-03-10 Chong Yidong <cyd@gnu.org>
381
382 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
383 * emulation/cua-base.el (cua--init-keymaps):
384 Add delete-forward-char to remappings (Bug#9666).
699bd04e 385
570a1714
MR
3862012-03-10 Martin Rudalics <rudalics@gmx.at>
387
dbbc2e69
SM
388 * speedbar.el (speedbar-unhighlight-one-tag-line):
389 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 390
82dcf4e4
CY
3912012-03-10 Chong Yidong <cyd@gnu.org>
392
7a2c7ca7
CY
393 * minibuffer.el (completion-in-region, completion-help-at-point):
394 Give the completion field overlay a high priority (Bug#6830).
395
82dcf4e4
CY
396 * dired.el (dired-goto-file): Recognize absolute file name
397 listings (Bug#7126).
398 (dired-goto-file-1): New helper function.
399 (dired-toggle-read-only): Inhibit warnings.
400
052e28ac
MA
4012012-03-09 Michael Albinus <michael.albinus@gmx.de>
402
403 * net/dbus.el: (dbus-property-handler): Return empty array if
404 there are no properties.
405
95d5e396
LL
4062012-03-09 Leo Liu <sdl.web@gmail.com>
407
408 * savehist.el (savehist-printable): Stricter check for string
409 value (Bug#10937).
410
3f018d6d
EZ
4112012-03-09 Eli Zaretskii <eliz@gnu.org>
412
dbbc2e69
SM
413 * mail/smtpmail.el (smtpmail-send-it):
414 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
415 valid mbox format.
416
f7fd3d79
GM
4172012-03-09 Glenn Morris <rgm@gnu.org>
418
419 * files.el (dir-locals-find-file):
420 Don't check result is regular, readable.
421 (dir-locals-read-from-file): Demote errors.
422
6ff6e72f
EZ
4232012-03-08 Eli Zaretskii <eliz@gnu.org>
424
dbbc2e69
SM
425 * international/quail.el (quail-insert-kbd-layout):
426 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
427 layout cell, to prevent their reordering by bidi display engine.
428 For details, see the discussion in
429 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
430
9cec7834
AM
4312012-03-08 Alan Mackenzie <acm@muc.de>
432
433 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
434 the starting position; make it extend the marked region when
435 invoked repeatedly - all under appropriate circumstances.
436 Fixes bugs #5525, #10906.
437
9a40b8d4
GM
4382012-03-08 Glenn Morris <rgm@gnu.org>
439
440 * files.el (locate-dominating-file, dir-locals-find-file):
441 Undo 2012-03-06 change.
442
7a08ed35
EZ
4432012-03-07 Eli Zaretskii <eliz@gnu.org>
444
dbbc2e69
SM
445 * international/quail.el (quail-help):
446 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
447 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
448 for the reason.
449
5aca4f71 4502012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
451
452 Avoid superfluous registering of signals. (Bug#10807)
453
454 * notifications.el (notifications-on-action-object)
455 (notifications-on-close-object): New defvars.
456 (notifications-on-action-signal, notifications-on-closed-signal):
457 Unregister the signal if not needed any longer.
458 (notifications-notify): Register `notifications-action-signal' or
459 `notifications-closed-signal', if :on-action or :on-close has been
460 passed as argument.
461
78e8b10a
CY
4622012-03-07 Chong Yidong <cyd@gnu.org>
463
464 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
465 non-X platforms.
466
69481eb8
GM
4672012-03-06 Glenn Morris <rgm@gnu.org>
468
469 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
470 (x-disown-selection-internal, x-get-selection-internal):
471 Doc fix (add arglist signatures). (Bug#10783)
472
133b8e11
KS
4732012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
474
475 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
476 Handle breakpoints with no "type".
477
99a83064
GM
4782012-03-06 Glenn Morris <rgm@gnu.org>
479
480 * files.el (locate-dominating-file): Add optional predicate argument.
481 (dir-locals-find-file): Make use of above change.
482
17798e78
TTN
4832012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
484
485 * info.el (Info-insert-dir): Also try "dir.gz".
486
eb182446
GM
4872012-03-06 Glenn Morris <rgm@gnu.org>
488
8f2114ee
GM
489 * files.el (dir-locals-find-file):
490 Ignore non-readable or non-regular files. (Bug#10928)
491
eb182446
GM
492 * files.el (locate-dominating-file): Doc fix.
493
24679323
AS
4942012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
495
496 * calendar/calendar.el (calendar-set-mode-line):
497 `getenv' returns a string. (Bug#10951)
498
01d972a9
LL
4992012-03-05 Leo Liu <sdl.web@gmail.com>
500
109aa8a9
LL
501 * simple.el (backward-delete-char-untabify): Constrain point to
502 field (Bug#10939).
503
01d972a9
LL
504 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
505
10607bea
CY
5062012-03-05 Chong Yidong <cyd@gnu.org>
507
508 * simple.el (count-words): If called from Lisp, return the word
509 count, for symmetry with `count-lines'. Arglist changed.
510 (count-words--message): Args changed. Consolidate counting code
511 from count-words and count-words-region.
512 (count-words-region): Caller changed.
513 (count-lines-region): Make it an obsolete alias.
514
5dd11cfe
TH
5152012-03-04 Tassilo Horn <tassilo@member.fsf.org>
516
517 * saveplace.el (save-place-to-alist)
518 (save-place-ignore-files-regexp): Allow value nil to disable this
519 feature.
520
c349f4e6
CY
5212012-03-04 Chong Yidong <cyd@gnu.org>
522
523 * faces.el (face-spec-reset-face): For the default face, reset the
524 attributes to default values (Bug#10748).
525
e627be4c
LMI
5262012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
527
528 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
529 previous patch: Check `message-send-mail-function', and not the
530 default function (bug#10897).
531
ebeabff4
MA
5322012-03-04 Michael Albinus <michael.albinus@gmx.de>
533
a41a6cf4
MA
534 * notifications.el (notifications-on-action-signal)
535 (notifications-on-closed-signal): Check for unique service name of
536 incoming event. Fix error in removing entry.
ebeabff4 537 (top): Register for signals with wildcard service name.
a41a6cf4 538 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 539
c1ca42b4
CY
5402012-03-04 Chong Yidong <cyd@gnu.org>
541
dc9924b8 542 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 543
ea16568d
GM
5442012-03-04 Glenn Morris <rgm@gnu.org>
545
546 * abbrev.el (copy-abbrev-table, abbrev-table-p)
547 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
548 (expand-abbrev, define-abbrev-table): Doc fixes.
549
fbae4637
LMI
5502012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
551
552 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
553 `message-default-send-mail-function' and not `send-mail-function'
554 when doing the prompting for `sendmail-query-once' before sending
555 in Message buffers (bug#10897).
556
a1e7225c
LMI
557 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
558 This is inconsistent with all the other stream functions, which leave
559 the setting up to the higher levels (if so wanted) (bug#10931).
560
56d093a9
AM
5612012-03-02 Alan Mackenzie <acm@muc.de>
562
563 Depessimize the handling of very large macros.
564
565 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
566 (c-macro-cache-syntactic): New variables to implement a one
567 element macro cache.
568 (c-invalidate-macro-cache): New function.
569 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
570 Adapt to use the new cache.
571 (c-state-safe-place): Use better the cache of safe positions.
572 (c-state-semi-nonlit-pos-cache)
573 (c-state-semi-nonlit-pos-cache-limit):
574 New variables for...
575 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
576 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
577 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
578 Use c-state-semi-safe-place.
56d093a9 579
dbbc2e69
SM
580 * progmodes/cc-langs.el (c-get-state-before-change-functions):
581 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 582
817e5c3d
MA
5832012-03-02 Michael Albinus <michael.albinus@gmx.de>
584
dbbc2e69
SM
585 * jka-compr.el (jka-compr-call-process):
586 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
587 not remote.
588
a032a702
MA
5892012-03-01 Michael Albinus <michael.albinus@gmx.de>
590
591 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
592 access of FILE2, if FILE1 does not exist.
593
99a54f21
MA
594 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
595 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
596
597 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
598 Add "PAGER=" to `process-environment'.
599
f6561e1f
MM
6002012-03-01 Michael R. Mauger <mmaug@yahoo.com>
601
602 * progmodes/sql.el: Bug fix
603 (sql-get-login-ext): Save login values in globals.
604 (sql-get-login): Use new version of `sql-get-login-ext'.
605 (sql-interactive-mode): Set global `sql-connection' to nil.
606 (sql-connect): Set global values for connection.
607 (sql-product-interactive): Save global values as buffer local.
608
2d44d9cc
LL
6092012-02-29 Leo Liu <sdl.web@gmail.com>
610
611 * abbrev.el (define-abbrevs): Reset sys to nil.
612
96b49301 6132012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
614
bf7f9bc5
JB
615 * files.el (file-equal-p): Rename from `files-equal-p'.
616 Return nil when one or both files don't exist.
96b49301 617 (file-subdir-of-p): Now only top directory must exists,
618 return nil if it doesn't.
bf7f9bc5
JB
619 (copy-directory): No need to test with `file-subdir-of-p' after
620 creating dir.
621 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
622 to `file-equal-p'.
96b49301 623
44e97401
GM
6242012-02-28 Glenn Morris <rgm@gnu.org>
625
626 * shell.el (shell-mode):
627 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
628 * play/landmark.el (landmark-font-lock-face-O):
629 * play/handwrite.el (handwrite):
630 * play/gomoku.el (gomoku-O):
631 * net/browse-url.el (browse-url-browser-display):
632 * international/mule.el (define-charset):
633 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
634 * filesets.el (filesets-find-file-delay):
635 * eshell/em-xtra.el (eshell-xtra):
636 * eshell/em-unix.el (eshell-grep):
637 * emulation/viper.el (viper-mode):
638 * emacs-lisp/regexp-opt.el (regexp-opt-group):
639 * emacs-lisp/easymenu.el (easy-menu-define):
640 * calendar/timeclock.el (timeclock-use-display-time):
641 * bs.el (bs-mode):
642 * bookmark.el (bookmark-save-flag):
643 Doc fix (standardize possessive apostrophe usage).
644
c98c6276
CY
6452012-02-27 Chong Yidong <cyd@gnu.org>
646
bf7f9bc5
JB
647 * emulation/viper-cmd.el (viper-intercept-ESC-key):
648 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 649
c98c6276
CY
650 * font-lock.el (font-lock-specified-p): Rename from
651 font-lock-spec-present. Callers changed.
652
9c62cd04 6532012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 654
bf7f9bc5
JB
655 * emacs-lisp/package.el (package-compute-transaction):
656 Handle holding a package version to t in package-load-list.
8ac9e529 657
530739c9
MA
6582012-02-26 Michael Albinus <michael.albinus@gmx.de>
659
660 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
661 (tramp-get-inode, tramp-get-device): Use cached values.
662
487915d7
AM
6632012-02-26 Alan Mackenzie <acm@muc.de>
664
665 Check there is a font-lock specification before doing initial
666 fontification.
667
668 * font-core.el (font-lock-mode): Move the conditional from
669 :after-hook to font-lock-initial-fontify.
670 (font-lock-default-function): Move the check for a specification
671 to font-lock-spec-present.
672
dc9924b8 673 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
674 (font-lock-spec-present): New function.
675
4fd96557
JB
6762012-02-26 Jim Blandy <jimb@red-bean.com>
677
678 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
679 (gdb-send): Apply it to the operand of the '-interpreter-exec
680 console' command, so that we can pass arguments with (say) quotes
681 in them. Store exact string sent in gdb-debug-log (Bug#10765).
682
9a4888c0
CY
6832012-02-26 Chong Yidong <cyd@gnu.org>
684
07498861
CY
685 * help-fns.el (describe-function-1): Clarify description of
686 remapping (Bug#10844).
687
9a4888c0
CY
688 * files.el (files-equal-p): Doc fix.
689 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
690 and quit the loop once a mismatch is found.
691
ea8fb88d
JB
6922012-02-25 Juanma Barranquero <lekktu@gmail.com>
693
694 * bs.el (bs--show-with-configuration): Don't throw an error
695 if the window cannot be split; otherwise, subsequent calls to
696 bs-show fail, restoring a stale window config. (Bug#10882)
697
525795c1
JD
6982012-02-25 Jan Djärv <jan.h.d@swipnet.se>
699
700 * term/ns-win.el (global-map): Bind ns-drag-file to
701 ns-find-file (Bug#5855, Bug#10050).
702
f008086f
AS
7032012-02-25 Andreas Schwab <schwab@linux-m68k.org>
704
705 * calendar/parse-time.el (parse-time-string): Allow extractor to
706 return nil.
707
a3fcfa99
MA
7082012-02-25 Michael Albinus <michael.albinus@gmx.de>
709
91027d08
JB
710 * net/tramp.el (tramp-file-name-for-operation):
711 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
712
713 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
714 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
715 Add COPY-CONTENTS argument.
a3fcfa99 716
67b0de11
CY
7172012-02-25 Chong Yidong <cyd@gnu.org>
718
719 Add custom groups for VC backends, for consistency with vc-bzr.
720
721 * vc/vc-arch.el (vc-arch):
722 * vc/vc-cvs.el (vc-cvs):
723 * vc/vc-git.el (vc-git):
724 * vc/vc-hg.el (vc-hg):
725 * vc/vc-mtn.el (vc-mtn):
726 * vc/vc-rcs.el (vc-rcs):
727 * vc/vc-sccs.el (vc-sccs):
728 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
729 All relevant defcustoms reassigned.
730
3c9dfce6
CY
7312012-02-25 Chong Yidong <cyd@gnu.org>
732
1339bf43
CY
733 * newcomment.el (comment-styles): Add autoload (Bug#10868).
734
3c9dfce6
CY
735 * term/x-win.el (x-initialize-window-system): Reduce default for
736 x-selection-timeout to 5 seconds (Bug#8869).
737
53a46cd0 7382012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14a8a663 739
53a46cd0 740 * files.el (file-subdir-of-p): Fix typo.
14a8a663 741
25b2e303 7422012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
743
ec70a47d
GM
744 * files.el (files-equal-p, file-subdir-of-p): New functions.
745 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 746 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
747 * dired-aux.el (dired-copy-file-recursive): Same.
748 (dired-create-files): Modify destination when source is equal to
749 dest when copying files.
53a46cd0 750 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 751
914260cd
MA
7522012-02-24 Michael Albinus <michael.albinus@gmx.de>
753
754 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
755 (Bug#10874)
756
2cb228f7
AM
7572012-02-23 Alan Mackenzie <acm@muc.de>
758
759 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
760 parameter "after-hook:" to allow the expansion to run code after
761 the execution of the mode hooks.
762
763 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 764 from font-lock-mode-internal.
2cb228f7 765
91027d08 766 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
767 :after-hook.
768
8f0fde21
SM
7692012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
770
3e88618b
SM
771 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
772 (completion--cache-all-sorted-completions): New function.
773 (completion-all-sorted-completions): Use it.
774 (completion--do-completion, minibuffer-force-complete):
775 Use it to re-instate the flush hook.
776
8f0fde21
SM
777 * icomplete.el (icomplete-completions): Replace last fix with a better
778 one (bug#10850).
779
8e911f6f
DG
7802012-02-23 Dmitry Gutov <dgutov@yandex.ru>
781
782 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
783 when it might call us back infinitely (bug#10797).
784
49fe4321
GM
7852012-02-23 Glenn Morris <rgm@gnu.org>
786
787 * minibuffer.el (completion-category-overrides): Doc fix.
788
b291b572
SM
7892012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
790
791 * minibuffer.el (completion-table-with-context): Fix inf-loop.
792 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
793
31a9ef2e
GM
7942012-02-23 Glenn Morris <rgm@gnu.org>
795
5e6e6794 796 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
797 (authors-obsolete-files-regexps, authors-ignored-files)
798 (authors-ambiguous-files, authors-renamed-files-alist):
799 Add more entries.
800
0bd1e074
JL
8012012-02-23 Juri Linkov <juri@jurta.org>
802
803 * isearch.el (isearch-occur): Sync interactive spec with occur's
804 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
805
b617673c
JL
806 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
807
19e9789e
JL
8082012-02-22 Juri Linkov <juri@jurta.org>
809
810 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
811 (ucs-insert): Doc fix. Check for hex digits in the string.
812 Don't display `nil' in the error message. (Bug#10857)
813
f41ce09d
AM
8142012-02-22 Alan Mackenzie <acm@muc.de>
815
7a71b18d 816 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 817
ac2eceee
GM
8182012-02-22 Glenn Morris <rgm@gnu.org>
819
820 * ffap.el (ffap-c-path):
821 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
822
abd1f678
CY
8232012-02-22 Chong Yidong <cyd@gnu.org>
824
825 * custom.el (load-theme): Doc fix.
826
f25aef2e
GM
8272012-02-22 Glenn Morris <rgm@gnu.org>
828
829 * dired-x.el (dired-guess-shell-alist-default):
830 Remove escape sequences from nroff output. (Bug#172)
831
5f8dc2ca
GM
8322012-02-21 Glenn Morris <rgm@gnu.org>
833
6ff86ec4
GM
834 * vc/emerge.el (emerge-defvar-local):
835 Set `permanent-local' property rather than unused `preserved'.
836
be3223a3 837 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
838 (picture-mode-map): Use it. (Bug#10860)
839 (picture-mode): Doc fix.
840
3fe58f4f
JB
8412012-02-21 Juanma Barranquero <lekktu@gmail.com>
842
843 * newcomment.el (uncomment-region-default): Remove unused binding.
844
f9a998c3
GM
8452012-02-21 Glenn Morris <rgm@gnu.org>
846
847 * textmodes/picture.el (picture-motion, picture-motion-reverse)
848 (picture-self-insert, picture-tab-chars): Doc fix.
849 (picture-mode-map): Fix C-a, C-e.
850
c6029348
GM
8512012-02-20 Glenn Morris <rgm@gnu.org>
852
853 * emacs-lisp/authors.el (authors-aliases): Add another entry.
854
ab1ce9d7
LL
8552012-02-20 Leo Liu <sdl.web@gmail.com>
856
857 * icomplete.el (icomplete-completions): Check FROM arg before
858 passing to substring (Bug#10850).
859
0fd40f89
CY
8602012-02-19 Chong Yidong <cyd@gnu.org>
861
862 * comint.el: Require ansi-color.
863 (comint-output-filter-functions): Add ansi-color-process-output.
864
865 * ansi-color.el: Don't set comint-output-filter-functions; it is
866 now in the initial value defined in comint.el.
867 (ansi-color-apply-face-function): New variable.
868 (ansi-color-apply-on-region): Use it.
869 (ansi-color-apply-overlay-face): New function.
870
871 * shell.el (shell): No need to require ansi-color.
872 (shell-mode): Use ansi-color-apply-face-function to highlight
873 color escapes using font-lock-face property (Bug#10835).
874
20af2394
CY
8752012-02-19 Chong Yidong <cyd@gnu.org>
876
877 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
878 mode-line formats (Bug#10839).
879
e23a3fbe
GM
8802012-02-18 Glenn Morris <rgm@gnu.org>
881
b474519e
GM
882 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
883
884 * mail/undigest.el (unforward-rmail-message): Doc fix.
885
e23a3fbe
GM
886 * saveplace.el (save-place-ignore-files-regexp): Add :version.
887
57939ff4
EZ
8882012-02-18 Eli Zaretskii <eliz@gnu.org>
889
890 * international/characters.el (script-list): Sync with the latest
891 Unicode Character Database.
892
0c23686e
AS
8932012-02-18 Andreas Schwab <schwab@linux-m68k.org>
894
895 * international/titdic-cnv.el: Remove duplicate coding tag.
896 * language/cham.el: Likewise.
897 * language/tai-viet.el: Likewise.
898
6818b449
GM
8992012-02-18 Glenn Morris <rgm@gnu.org>
900
901 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
902 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
903 (calendar-bahai-all-holidays-flag, calendar-other-dates):
904 * calendar/diary-lib.el (diary-abbreviated-year-flag):
905 * calendar/holidays.el (holiday-bahai-holidays)
906 (calendar-holidays, list-holidays):
907 Use utf-8 Bahá'í in doc-strings, menus, etc.
908
0311a3fc
TH
9092012-02-17 Tassilo Horn <tassilo@member.fsf.org>
910
911 * saveplace.el (save-place-ignore-files-regexp): New variable
912 allowing for excluding files from saving their location of point.
913 The default value matches the temporary commit message editing
914 files from Git, SVN, Bazaar, and Mercurial.
915 (save-place-to-alist): Use it.
916
eb864a71
LM
9172012-02-17 Lawrence Mitchell <wence@gmx.li>
918 Stefan Monnier <monnier@iro.umontreal.ca>
919
920 * newcomment.el (uncomment-region-default): Don't leave extra space
921 when an arg is provided (bug#8150).
922
ee0ce425
TZ
9232012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
924
eb864a71 925 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 926
95ddf442
GM
9272012-02-17 Glenn Morris <rgm@gnu.org>
928
929 * net/socks.el: Require network-stream. (Bug#10599)
930
48dd1e39 9312012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
932
933 * international/charprop.el:
934 * international/uni-name.el:
935 * international/uni-old-name.el:
936 * international/uni-comment.el: Regenerate.
937
d68cd087
GM
9382012-02-16 Glenn Morris <rgm@gnu.org>
939
940 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
941 Interactively in calendar buffer, give an error if not on a date.
942
13932042
GM
9432012-02-15 Glenn Morris <rgm@gnu.org>
944
945 * shell.el (shell-delimiter-argument-list):
946 Revert 2011-02-17 change. (Bug#8027)
947
c3a70e2b
CY
9482012-02-15 Chong Yidong <cyd@gnu.org>
949
60236b0d
CY
950 * minibuffer.el (completion-at-point-functions): Doc fix.
951
c3a70e2b
CY
952 * custom.el (defcustom): Doc fix; note use of defvar.
953
9f26dc24
GM
9542012-02-15 Glenn Morris <rgm@gnu.org>
955
956 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
957 Doc fixes.
958
6546b134
GM
9592012-02-14 Glenn Morris <rgm@gnu.org>
960
961 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
962
d29b2b4c
LI
9632012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
964
965 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
966 way the ports list is computed.
835bdcba
LI
967 (smtpmail-query-smtp-server): Prompt the user for a port number if
968 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 969
08dcdbc9
TZ
9702012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
971
972 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
973
2605051a
GM
9742012-02-13 Glenn Morris <rgm@gnu.org>
975
976 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
977
7ee99f32
TZ
9782012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
979
980 * net/gnutls.el (gnutls-trustfiles): New variable.
981 (gnutls-negotiate): Use it.
982
5f0af64f
LI
9832012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
984
985 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
986 does its stuff if Gnus is running.
987
c14fcc95
AM
9882012-02-13 Alan Mackenzie <acm@muc.de>
989
990 Fix a loop in c-set-fl-decl-start.
991
7a71b18d 992 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
993 c-backward-syntactic-ws actually moves backwards.
994
142b4d90
LL
9952012-02-13 Leo Liu <sdl.web@gmail.com>
996
997 * net/rcirc.el (rcirc-markup-attributes): Move point to the
998 beginning so that all \C-o chars are removed.
999
fa9958a6
TZ
10002012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
1001
dc9924b8 1002 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 1003
0bc5886a
AM
10042012-02-12 Alan Mackenzie <acm@muc.de>
1005
1006 Fix infinite loop with long macros.
1007 * cc-engine.el (c-state-safe-place): Handle macros properly.
1008
d4bd55e7
CY
10092012-02-12 Chong Yidong <cyd@gnu.org>
1010
1011 * window.el (display-buffer): Doc fix (Bug#10785).
1012
66f3fe22
GM
10132012-02-12 Glenn Morris <rgm@gnu.org>
1014
bd7da63e
GM
1015 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
1016 (x-disown-selection-internal, x-get-selection-internal):
1017 Sync docs with the xselect.c versions.
1018
66f3fe22
GM
1019 * allout-widgets.el: Add missing license notice.
1020
3e0d2fa7
GM
10212012-02-11 Glenn Morris <rgm@gnu.org>
1022
cfecdf09
GM
1023 * select.el (x-get-selection-internal, x-own-selection-internal)
1024 (x-disown-selection-internal):
1025 * x-dnd.el (x-get-selection-internal): Update declarations.
1026
6d216d7f
GM
1027 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
1028
2bed3f04
GM
1029 * window.el (window-sides-slots):
1030 * tool-bar.el (tool-bar-position):
1031 * term/xterm.el (xterm-extra-capabilities):
1032 * ses.el (ses-self-reference-early-detection):
1033 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
1034 (verilog-auto-wire-type)
1035 (verilog-auto-delete-trailing-whitespace)
1036 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
1037 (verilog-auto-tieoff-declaration):
1038 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
1039 (sql-oracle-statement-starters, sql-oracle-scan-on):
1040 * progmodes/prolog.el (prolog-align-comments-flag)
1041 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
1042 (prolog-left-indent-regexp, prolog-paren-indent-p)
1043 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
1044 (prolog-types, prolog-mode-specificators)
1045 (prolog-determinism-specificators, prolog-directives)
1046 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
1047 (prolog-electric-dot-flag)
1048 (prolog-electric-dot-full-predicate-template)
1049 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
1050 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
1051 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
1052 (prolog-program-switches, prolog-prompt-regexp)
1053 (prolog-debug-on-string, prolog-debug-off-string)
1054 (prolog-trace-on-string, prolog-trace-off-string)
1055 (prolog-zip-on-string, prolog-zip-off-string)
1056 (prolog-use-standard-consult-compile-method-flag)
1057 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
1058 (prolog-imenu-max-lines, prolog-info-predicate-index)
1059 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
1060 (prolog-char-quote-workaround):
1061 * progmodes/cc-vars.el (c-defun-tactic):
1062 * net/tramp.el (tramp-encoding-command-interactive)
1063 (tramp-local-end-of-line):
1064 * net/soap-client.el (soap-client):
1065 * net/netrc.el (netrc-file):
1066 * net/gnutls.el (gnutls):
1067 * minibuffer.el (completion-category-overrides)
1068 (completion-cycle-threshold)
1069 (completion-pcm-complete-word-inserts-delimiters):
1070 * man.el (Man-name-local-regexp):
1071 * mail/feedmail.el (feedmail-display-full-frame):
1072 * international/characters.el (glyphless-char-display-control):
1073 * eshell/em-ls.el (eshell-ls-date-format):
1074 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
1075 (lisp-lambda-list-keyword-parameter-indentation)
1076 (lisp-lambda-list-keyword-parameter-alignment):
1077 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
1078 * dired-x.el (dired-omit-verbose):
1079 * cus-theme.el (custom-theme-allow-multiple-selections):
1080 * calc/calc.el (calc-highlight-selections-with-faces)
1081 (calc-lu-field-reference, calc-lu-power-reference)
1082 (calc-note-threshold):
1083 * battery.el (battery-mode-line-limit):
1084 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
1085 (archive-7z-update):
1086 * allout.el (allout-prefixed-keybindings)
1087 (allout-unprefixed-keybindings)
1088 (allout-inhibit-auto-fill-on-headline)
1089 (allout-flattened-numbering-abbreviation):
1090 * allout-widgets.el (allout-widgets-auto-activation)
1091 (allout-widgets-icons-dark-subdir)
1092 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
1093 (allout-widgets-theme-dark-background)
1094 (allout-widgets-theme-light-background)
1095 (allout-widgets-item-image-properties-emacs)
1096 (allout-widgets-item-image-properties-xemacs)
1097 (allout-widgets-run-unit-tests-on-load)
1098 (allout-widgets-time-decoration-activity)
1099 (allout-widgets-hook-error-post-time)
1100 (allout-widgets-track-decoration):
1101 Add missing :version tags to new defcustoms and defgroups.
1102
5fec1b8e
GM
1103 * progmodes/sql.el (sql-ansi-statement-starters)
1104 (sql-oracle-statement-starters): Add custom type.
1105
3e0d2fa7
GM
1106 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
1107 (prolog-system-version): Give it a type.
1108
90b671e2
EZ
11092012-02-11 Eli Zaretskii <eliz@gnu.org>
1110
1111 * term/pc-win.el (x-select-text, x-selection-owner-p)
1112 (x-own-selection-internal, x-disown-selection-internal)
1113 (x-get-selection-internal): Sync doc strings and argument lists
1114 with xselect.c, common-win.el and x-win.el. (Bug#10783)
1115
5eac0c02
LL
11162012-02-11 Leo Liu <sdl.web@gmail.com>
1117
1118 * progmodes/python.el (python-end-of-statement): Fix infinite
1119 loop. (Bug#10788)
1120
f82cb659
GM
11212012-02-10 Glenn Morris <rgm@gnu.org>
1122
1123 * international/mule-cmds.el (unify-8859-on-encoding-mode)
1124 (unify-8859-on-decoding-mode): Properly mark as obsolete.
1125
cc26d239
LI
11262012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
1127
1128 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
1129 about SMTP before checking the From header.
1130
91027d08 1131 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
1132 into own function for reuse by emacsbug.el.
1133
1be3ca5a
LL
11342012-02-10 Leo Liu <sdl.web@gmail.com>
1135
1136 * subr.el (condition-case-unless-debug): Rename from
1137 condition-case-no-debug. All callers changed.
1138 (with-demoted-errors): Fix caller.
1139
1140 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
1141 * nxml/rng-valid.el (rng-do-some-validation):
1142 * emacs-lisp/package.el (package-refresh-contents)
1143 (package-menu-execute):
1144 * desktop.el (desktop-create-buffer):
91027d08 1145 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 1146
b011fbfe
GM
11472012-02-10 Glenn Morris <rgm@gnu.org>
1148
b2096d72
GM
1149 * textmodes/bibtex.el:
1150 Add missing :version tags for new/changed defcustoms.
1151
b011fbfe
GM
1152 * files.el (remote-file-name-inhibit-cache): Doc fixes.
1153
4c7e65bf
LI
11542012-02-09 Lars Ingebrigtsen <larsi@rusty>
1155
1156 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
1157 (smtpmail-via-smtp): Use it, or fall back on the From address.
1158 (smtpmail-send-it): Ditto.
1159
f3934f6f
SM
11602012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1161
1162 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
1163 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
1164 (byte-compile-tmp-var): New const.
1165 (byte-compile-defvar): Use it to minimize .elc size.
1166 Just use `defvar' rather than simulate it (bug#10761).
1167
a075a2c5
GM
11682012-02-09 Glenn Morris <rgm@gnu.org>
1169
cf3aa21b
GM
1170 * files.el (rename-uniquely): Doc fix. (Bug#3806)
1171
354998cd
GM
1172 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
1173 Add :version tags.
1174
dc9924b8
SM
1175 * progmodes/compile.el (compilation-error-screen-columns)
1176 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 1177
dab3703d
GM
1178 * vc/log-view.el (log-view-toggle-entry-display):
1179 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
1180
3f88cd72
GM
1181 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
1182 (report-emacs-bug-can-use-xdg-email):
1183 (report-emacs-bug-insert-to-mailer): Doc fixes.
1184 (report-emacs-bug): Message fix.
1185
d95b247d
GM
1186 * net/browse-url.el (browse-url-can-use-xdg-open)
1187 (browse-url-xdg-open): Doc fixes.
1188
a075a2c5
GM
1189 * electric.el (electric-indent-mode, electric-pair-mode)
1190 (electric-layout-rules, electric-layout-mode): Doc fixes.
1191 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
1192
ffb6157e
MR
11932012-02-08 Martin Rudalics <rudalics@gmx.at>
1194
1195 * server.el (server-unselect-display): Don't inadvertently kill
1196 the current buffer. (Bug#10729)
1197
e1ac4066
GM
11982012-02-08 Glenn Morris <rgm@gnu.org>
1199
34e8a2da
GM
1200 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
1201 (sql-list-table): Doc fixes.
1202
b4ac6e8c
GM
1203 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
1204 Comment out (does nothing).
1205
e1ac4066
GM
1206 * completion.el (dynamic-completion-mode):
1207 * dirtrack.el (dirtrack-debug-mode):
1208 * electric.el (electric-layout-mode):
1209 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
1210 * face-remap.el (text-scale-mode, buffer-face-mode):
1211 * iimage.el (iimage-mode):
1212 * image-mode.el (image-transform-mode):
1213 * minibuffer.el (completion-in-region-mode):
1214 * scroll-lock.el (scroll-lock-mode):
1215 * simple.el (next-error-follow-minor-mode):
1216 * tar-mode.el (tar-subfile-mode):
1217 * tooltip.el (tooltip-mode):
1218 * vcursor.el (vcursor-use-vcursor-map):
1219 * wid-browse.el (widget-minor-mode):
1220 * emulation/tpu-edt.el (tpu-edt-mode):
1221 * emulation/tpu-extras.el (tpu-cursor-free-mode):
1222 * international/iso-ascii.el (iso-ascii-mode):
1223 * language/thai-util.el (thai-word-mode):
1224 * mail/supercite.el (sc-minor-mode):
1225 * net/goto-addr.el (goto-address-mode):
1226 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
1227 * progmodes/cwarn.el (cwarn-mode):
1228 * progmodes/flymake.el (flymake-mode):
1229 * progmodes/glasses.el (glasses-mode):
1230 * progmodes/hideshow.el (hs-minor-mode):
1231 * progmodes/pascal.el (pascal-outline-mode):
1232 * textmodes/enriched.el (enriched-mode):
1233 * vc/smerge-mode.el (smerge-mode):
1234 Doc fixes (minor mode argument).
1235
5e0d957f
EZ
12362012-02-07 Eli Zaretskii <eliz@gnu.org>
1237
1238 * ls-lisp.el (ls-lisp-sanitize): New function.
1239 (ls-lisp-insert-directory): Use it to fix or remove any elements
1240 in file-alist with missing attributes. (Bug#4673)
1241
98d7371e
AM
12422012-02-07 Alan Mackenzie <acm@muc.de>
1243
1244 Fix spurious recognition of c-in-knr-argdecl.
1245
1246 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
1247 putative K&R region.
1248
667ced3a
AM
12492012-02-07 Alan Mackenzie <acm@muc.de>
1250
eb864a71
LM
1251 * progmodes/cc-engine.el (c-forward-objc-directive):
1252 Prevent looping in "#pragma mark @implementation".
667ced3a 1253
5b77774d
MA
12542012-02-07 Michael Albinus <michael.albinus@gmx.de>
1255
1256 * notifications.el (notifications-on-closed-signal): Make `reason'
1257 optional. (Bug#10744)
1258
af008560
GM
12592012-02-07 Glenn Morris <rgm@gnu.org>
1260
60d47423
GM
1261 * emacs-lisp/easy-mmode.el (define-minor-mode):
1262 Doc fixes for the macro and the mode it defines.
1263
dd605cc4
GM
1264 * image.el (imagemagick-types-inhibit): Doc fix.
1265
af008560
GM
1266 * cus-start.el (imagemagick-render-type): Add it.
1267
5cc59a37
LI
12682012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
1269
1270 * progmodes/cc-mode.el
1271 (c-standard-font-lock-fontify-region-function): Set the default at
1272 load time, too, so that `font-lock-fontify-buffer' can be called
1273 without setting up the entire mode first. This fixes a bug in
1274 `mm-inline-text' with C MIME parts.
1275
9a6dd747
CY
12762012-02-06 Chong Yidong <cyd@gnu.org>
1277
2d16b285
CY
1278 * simple.el (list-processes--refresh): Delete exited processes
1279 (Bug#8094).
1280
171e9b6e
CY
1281 * comint.el (comint-next-prompt): next-single-char-property-change
1282 and prev-single-char-property-change never return nil (Bug#8657).
1283
9a6dd747
CY
1284 * custom.el (defcustom): Doc fix (Bug#9711).
1285
aa4589a7
CY
12862012-02-05 Chong Yidong <cyd@gnu.org>
1287
5c2a252f
CY
1288 * cus-edit.el (custom-variable-reset-backup): Quote the value
1289 before storing it in the customized-value property (Bug#6712).
4aab9006 1290 (custom-display): Add a customization type tag.
983b9602 1291 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 1292
aa4589a7
CY
1293 * wid-edit.el (widget-field-value-get): New optional arg to
1294 suppress trailing whitespace truncation.
1295 (character): Use it (Bug#2689).
1296
1ff980ae
AS
12972012-02-05 Andreas Schwab <schwab@linux-m68k.org>
1298
1299 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
1300 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
1301
03988c98
CY
13022012-02-05 Chong Yidong <cyd@gnu.org>
1303
eeb6cc88
CY
1304 * cus-edit.el (custom-variable-value-create): For mismatched
1305 types, show the current value (Bug#7600).
1306
03988c98
CY
1307 * custom.el (defcustom): Doc fix.
1308
f8cdeef0
GM
13092012-02-05 Glenn Morris <rgm@gnu.org>
1310
1311 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
1312
0696d255
JB
13132012-02-05 Juanma Barranquero <lekktu@gmail.com>
1314
1315 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
1316 (pp-buffer): Use `ignore-errors', `looking-at-p'.
1317 (pp-last-sexp): Use `looking-at-p'.
1318
34c99998
GM
13192012-02-04 Glenn Morris <rgm@gnu.org>
1320
8f05da42
GM
1321 * files.el (revert-buffer):
1322 Doc fix (mention revert-buffer-in-progress-p).
1323
f160676e
GM
1324 * emacs-lisp/ert-x.el (ert-simulate-command):
1325 Check deferred-action-list (which is obsolete) is bound.
1326
c7291ad9
GM
1327 * subr.el (with-wrapper-hook): Doc fixes.
1328
34c99998
GM
1329 * simple.el (filter-buffer-substring-functions)
1330 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
1331
6283a7d3
LL
13322012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
1333
1334 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
1335 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
1336
e96e3013
LL
13372012-02-04 Leo Liu <sdl.web@gmail.com>
1338
1339 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
1340
8ded50f2
GM
13412012-02-04 Glenn Morris <rgm@gnu.org>
1342
82ff1d13
GM
1343 * image.el (image-extension-data): Add obsolete alias.
1344
987a0a16
GM
1345 * isearch.el (isearch-update): Doc fix.
1346
ea32ef46
GM
1347 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
1348
8ded50f2
GM
1349 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
1350
eea14f31
GM
13512012-02-03 Glenn Morris <rgm@gnu.org>
1352
1353 * image.el (image-animated-p): Doc fix. Use image-animated-types.
1354 (image-animate-timeout): Doc fix.
1355
1356 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
1357
12f381b7
GM
13582012-02-02 Glenn Morris <rgm@gnu.org>
1359
953cebf5
GM
1360 * server.el (server-auth-dir): Doc fix.
1361 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
1362
12f381b7
GM
1363 * subr.el (run-mode-hooks): Doc fix.
1364
953a8c3b
JL
13652012-02-02 Juri Linkov <juri@jurta.org>
1366
1367 * image-mode.el (image-toggle-display-image): Remove tautological
1368 `major-mode' from the `derived-mode-p' test.
1369
c5d3843c
KH
13702012-02-02 Kenichi Handa <handa@m17n.org>
1371
9f6e692e 1372 * composite.el (compose-region): Cancel previous change.
c5d3843c 1373
159462d4 13742012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
1375
1376 * composite.el (compose-region, compose-string): Signal error for
1377 a null string component (Bug#6988).
1378
9f562668
CY
13792012-02-01 Chong Yidong <cyd@gnu.org>
1380
e2cef717
CY
1381 * view.el (view-buffer-other-window, view-buffer-other-frame):
1382 Handle special modes like view-buffer (Bug#10650).
1383 (view-buffer): Simplify.
1384
9f562668
CY
1385 * frame.el (set-frame-font): Tweak meaning of third argument.
1386
9f6e692e
JB
1387 * dynamic-setting.el (font-setting-change-default-font):
1388 Use set-frame-font (Bug#9982).
9f562668 1389
781acb9f
GM
13902012-02-01 Glenn Morris <rgm@gnu.org>
1391
6035be52
GM
1392 * progmodes/compile.el (compilation-internal-error-properties):
1393 Respect compilation-first-column in the "*compilation*" buffer.
1394
781acb9f
GM
1395 * emacs-lisp/easy-mmode.el (define-minor-mode):
1396 Relax :variable's test for a named function.
1397
abbceb00
AM
13982012-01-31 Alan Mackenzie <acm@muc.de>
1399
1400 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
1401 off by one error.
1402
fce3fdeb
CY
14032012-01-31 Chong Yidong <cyd@gnu.org>
1404
1405 * frame.el (set-frame-font): New arg ALL-FRAMES.
1406
1407 * menu-bar.el (menu-set-font): Use set-frame-font.
1408
1409 * faces.el (face-spec-reset-face): Don't apply unspecified
1410 attribute values to the default face.
1411
47893581
JB
14122012-01-31 Juanma Barranquero <lekktu@gmail.com>
1413
1414 * progmodes/cwarn.el (cwarn): Remove dead link.
1415 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
1416 Remove * from defcustom docstrings.
1417 (turn-on-cwarn-mode): Make obsolete.
1418 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
1419 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
1420
e58e988a
GM
14212012-01-31 Glenn Morris <rgm@gnu.org>
1422
60dc2671 1423 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 1424 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 1425 Allow named functions to be used as the cdr of :variable.
e58e988a 1426
7a3f511d
GM
14272012-01-30 Glenn Morris <rgm@gnu.org>
1428
1429 * emacs-lisp/authors.el (authors-fixed-entries):
1430 Remove reference to deleted file rnewspost.el.
1431
cb882333
JB
14322012-01-29 Juanma Barranquero <lekktu@gmail.com>
1433
1434 * window.el (window-with-parameter): Remove unused variable `windows'.
1435 (window--side-check): Remove unused variable `code'.
1436 (window--resize-siblings): Remove unused variable `first'.
1437 (adjust-window-trailing-edge): Remove unused variable `failed'.
1438 (window-deletable-p, window--delete): Remove unused variable `buffer'.
1439 Use `let', not `let*'.
1440 (balance-windows-2): Remove unused variable `found'.
1441 (window--state-put-2): Remove unused variable `splits'.
1442 (window-state-put): Remove unused variable `selected'.
1443 (same-window-p): Use `string-match-p'.
1444 (display-buffer-assq-regexp): Remove unused variable `value'.
1445 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1446 Mark argument ALIST as ignored.
1447 (pop-to-buffer): Remove unused variable `old-window'.
1448
907201af
EZ
14492012-01-29 Eli Zaretskii <eliz@gnu.org>
1450
1451 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
1452 and .lzma compressed files.
1453
ea162670
CY
14542012-01-29 Chong Yidong <cyd@gnu.org>
1455
5b95ee8a
CY
1456 * frame.el (window-system-default-frame-alist): Doc fix.
1457
ea162670
CY
1458 * dynamic-setting.el (font-setting-change-default-font): Don't
1459 change the default face if SET-FONT argument is non-nil (Bug#9982).
1460
d6e6f4b1
SB
14612012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
1462
1463 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
1464
0f29fa41 14652012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
1466
1467 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
1468 breakpoints in files outside current directory (Bug#6098).
1469
db174434
CY
14702012-01-29 Chong Yidong <cyd@gnu.org>
1471
6b25e4e2
SE
1472 * progmodes/python.el: Require ansi-color at top-level.
1473
6df6ae42
JB
1474 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
1475 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
1476 (lisp-mode-abbrev-table): Add doc.
1477 (lisp-mode-variables): Don't set local-abbrev-table.
1478 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
1479
e70ee681
RW
14802012-01-28 Roland Winkler <winkler@gnu.org>
1481
1482 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
1483
ace88aa2
RW
14842012-01-28 Roland Winkler <winkler@gnu.org>
1485
1486 * textmodes/bibtex.el (bibtex-entry-alist): New function.
1487 (bibtex-set-dialect): Use it. Either set global values of
1488 dialect-dependent variables or bind these variables buffer-locally
1489 (Bug#10254).
1490 (bibtex-mode): Call bibtex-set-dialect via
1491 hack-local-variables-hook.
eb864a71
LM
1492 (bibtex-dialect): Update docstring.
1493 Add safe-local-variable predicate.
ace88aa2
RW
1494 (bibtex-entry-alist, bibtex-field-alist): Initialize via
1495 bibtex-set-dialect.
1496 (bibtex-mode-map): Define menu for each dialect.
1497 (bibtex-entry): Fix docstring.
1498
93376c5b
CY
14992012-01-28 Chong Yidong <cyd@gnu.org>
1500
1501 * eshell/esh-arg.el (eshell-quote-argument): New function.
1502
1503 * eshell/esh-ext.el (eshell-invoke-batch-file):
1504 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
1505 first arg to eshell-parse-command (Bug#10523).
1506
4372494f
DA
15072012-01-28 Drew Adams <drew.adams@oracle.com>
1508
1509 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
1510 `default-directory' is non-nil.
1511
4d4ec1f8
EZ
15122012-01-28 Eli Zaretskii <eliz@gnu.org>
1513
1514 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
1515 line that displays system-configuration-options. (Bug#9924)
1516
7c188927
DA
15172012-01-28 Drew Adams <drew.adams@oracle.com>
1518
1519 * descr-text.el (describe-char): Show information about POS, in
1520 addition to information about the character at POS. Improve and
1521 update the doc string. Change "code point" to "code point in
1522 charset", to avoid confusion with the character's Unicode code
1523 point shown above that. (Bug#10129)
1524
e0da685a
EZ
15252012-01-28 Eli Zaretskii <eliz@gnu.org>
1526
1527 * descr-text.el (describe-char): Show the raw character, not only
1528 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
1529 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
1530 for the reasons.
1531
70550acf
PH
15322012-01-28 Phil Hagelberg <phil@hagelb.org>
1533
eb864a71
LM
1534 * emacs-lisp/package.el (package-install):
1535 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 1536
0ce8e868
CY
15372012-01-28 Chong Yidong <cyd@gnu.org>
1538
cb882333
JB
1539 * emacs-lisp/package.el (package-maybe-load-descriptor):
1540 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
1541 (package-maybe-load-descriptor): Use it.
1542 (package-download-transaction): Fully load required packages
1543 inside the loop, so that `require' calls work (Bug#10593).
1544 (package-install): No need to call package-initialize now.
1545
2e7f3bea
CY
15462012-01-28 Chong Yidong <cyd@gnu.org>
1547
6e9bad14
CY
1548 * simple.el (deactivate-mark): Doc fix (Bug#8614).
1549
f823b8ca
CY
1550 * tooltip.el (tooltip-mode): Doc fix.
1551 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
1552
2680c309
CY
1553 * frame.el (set-cursor-color): Doc fix (Bug#352).
1554
d7a9e63b
CY
1555 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
1556 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
1557
2e7f3bea
CY
1558 * cus-edit.el (custom-buffer-create-internal): Fix search button
1559 action (Bug#10542).
2ae01800 1560 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 1561
fc4f7a23
EW
15622012-01-27 Eduard Wiebe <usenet@pusto.de>
1563
1564 * dired.el (dired-mark-files-regexp):
1565 Include any subdirectory components. (Bug#10445)
1566
7dd37071
ML
15672012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
1568
1569 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
1570 Handle [host]:port syntax. (Bug#10533)
1571
a268160b
AH
15722012-01-27 Alex Harsanyi <harsanyi@mac.com>
1573
1574 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
1575
e43273ef
GM
15762012-01-26 Glenn Morris <rgm@gnu.org>
1577
1578 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
1579 * term.el (term-raw-escape-map): Use Control-X-prefix.
1580 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
1581
1edf595d
MR
15822012-01-25 Martin Rudalics <rudalics@gmx.at>
1583
1584 * window.el (window-state-get, window--state-get-1): Don't deal
1585 with fixed-sizeness of windows. Simplify code.
1586
fa8eafef
JC
15872012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
1588
6df6ae42
JB
1589 * window.el (window--state-get-1, window--state-put-2):
1590 Don't save and restore the mark.
fa8eafef 1591
0b21c100
CY
15922012-01-25 Chong Yidong <cyd@gnu.org>
1593
1594 * custom.el (custom-variable-p): Doc fix.
1595
5ae1a6c8
GM
15962012-01-25 Glenn Morris <rgm@gnu.org>
1597
40047858
GM
1598 * dired.el (dired-goto-file): Handle some of the more common
1599 characters that `ls -b' escapes. (Bug#10596)
1600
5ddce96c
GM
1601 * progmodes/compile.el (compilation-next-error-function):
1602 Respect compilation-first-column in the "*compilation*" buffer.
1603 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
1604
5ae1a6c8
GM
1605 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
1606
b559f1a9
GM
16072012-01-24 Glenn Morris <rgm@gnu.org>
1608
1609 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
1610
6725d21a
JD
16112012-01-24 Julien Danjou <julien@danjou.info>
1612
1613 * color.el (color-rgb-to-hsl): Fix value computing.
1614 (color-hue-to-rgb): New function.
1615 (color-hsl-to-rgb): New function.
1616 (color-clamp, color-saturate-hsl, color-saturate-name)
1617 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1618 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
1619
70df4bbe
GM
16202012-01-24 Glenn Morris <rgm@gnu.org>
1621
1622 * vc/vc-rcs.el (vc-rcs-create-tag):
1623 * vc/vc-sccs.el (vc-sccs-create-tag):
1624 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
1625
802a2ae2
ML
16262012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
1627
1628 * eshell/esh-util.el (eshell-read-hosts-file):
1629 Skip comment lines. (Bug#10549)
1630
d7128bb1
ML
1631 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
1632
d1a5c3b4
JB
16332012-01-23 Juanma Barranquero <lekktu@gmail.com>
1634
2724d9c7
JB
1635 * subr.el (display-delayed-warnings): Doc fix.
1636 (collapse-delayed-warnings): New function to collapse identical
1637 adjacent warnings.
1638 (delayed-warnings-hook): Add it.
d1a5c3b4 1639
a5509865
MA
16402012-01-22 Michael Albinus <michael.albinus@gmx.de>
1641
1642 * net/tramp.el (tramp-action-login): Set connection property "login-as".
1643
1644 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
1645 properties, when "login-as" is set.
1646
1647 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
1648 (tramp-default-user-alist): Don't add "pscp".
1649 (tramp-do-copy-or-rename-file-out-of-band): Use connection
1650 property "login-as", if set. (Bug#10530)
1651
cc6d5805
MA
16522012-01-21 Michael Albinus <michael.albinus@gmx.de>
1653
1654 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
1655 "plink1" and "psftp". (Bug#10530)
1656
16572012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
1658
1659 * international/mule-cmds.el (prefer-coding-system): Show a
1660 warning message if the default value of file-name-coding-system
1661 was not changed.
1662
f0960428
JC
16632012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
1664
cb882333
JB
1665 * windmove.el (windmove-reference-loc):
1666 Fix windmove-reference-loc miscalculation.
f0960428 1667
dd6f2a63
JB
16682012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
1669
1670 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
1671 default unit.
1672
7b447e9b
GM
16732012-01-21 Glenn Morris <rgm@gnu.org>
1674
117a9ea1
GM
1675 * international/mule.el (auto-coding-alist): Add .tbz.
1676
7b447e9b
GM
1677 * files.el (local-enable-local-variables): Doc fix.
1678 (inhibit-local-variables-regexps): Rename from
1679 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
1680 Doc fix. Add some extensions from auto-coding-alist.
1681 (inhibit-local-variables-suffixes):
1682 Rename from inhibit-first-line-modes-suffixes. Doc fix.
1683 (inhibit-local-variables-p):
1684 New function, extracted from set-auto-mode-1.
1685 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
1686 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
1687 (hack-local-variables): Doc fix. Make the mode-only case
1688 respect enable-local-variables and friends.
1689 Respect inhibit-local-variables-regexps for file-locals, but
1690 not for directory-locals.
1691 (set-visited-file-name):
1692 Take account of inhibit-local-variables-regexps.
1693 Whether it applies may change as the file name is changed.
1694 * jka-cmpr-hook.el (jka-compr-install):
1695 * jka-compr.el (jka-compr-uninstall):
1696 Update for inhibit-first-line-modes-suffixes name change.
1697
dd6e3cdd
MR
16982012-01-20 Martin Rudalics <rudalics@gmx.at>
1699
1700 * help-macro.el (make-help-screen): Temporarily restore original
1701 binding for minor-mode-map-alist (Bug#10454).
1702
0d0deb38
JD
17032012-01-19 Julien Danjou <julien@danjou.info>
1704
1705 * color.el (color-name-to-rgb): Use the white color to find the max
1706 color component value and return correctly computed values.
1707 (color-name-to-rgb): Add missing float conversion for max value.
1708
34a02f46
MR
17092012-01-19 Martin Rudalics <rudalics@gmx.at>
1710
1711 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
1712 special state value for window-persistent-parameters.
1713 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
1714 (window--state-put-2): Reset all window parameters to nil before
1715 assigning values of persistent parameters.
1716
606c44c4
AM
17172012-01-18 Alan Mackenzie <acm@muc.de>
1718
1719 Eliminate sluggishness and hangs in fontification of "semicolon
1720 deserts".
1721
cb882333
JB
1722 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
1723 Change value 10000 -> 3000.
606c44c4
AM
1724 (c-state-safe-place): Reformulate so it doesn't stack up an
1725 infinite number of wrong entries in c-state-nonlit-pos-cache.
1726 (c-determine-limit-get-base, c-determine-limit): New functions to
1727 determine backward search limits disregarding literals.
1728 (c-find-decl-spots): Amend commenting.
1729 (c-cheap-inside-bracelist-p): New function which detects "={".
1730
1731 * progmodes/cc-fonts.el
1732 (c-make-font-lock-BO-decl-search-function): Give a limit to a
1733 backward search.
1734 (c-font-lock-declarations): Fix an occurrence of point being
1735 undefined. Check additionally for point being in a bracelist or
1736 near a macro invocation without a semicolon so as to avoid a
1737 fruitless time consuming search for a declarator. Give a more
1738 precise search limit for declarators using the new
1739 c-determine-limit.
1740
f3860cea
GM
17412012-01-18 Glenn Morris <rgm@gnu.org>
1742
1743 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
1744 (set-auto-mode): Doc fixes.
1745
1db03b16
GM
17462012-01-17 Glenn Morris <rgm@gnu.org>
1747
0e6038be
GM
1748 * isearch.el (search-nonincremental-instead): Fix doc typo.
1749
1db03b16
GM
1750 * dired.el (dired-insert-directory): Handle newlines in directory name.
1751 (dired-build-subdir-alist): Unescape newlines in directory name.
1752
4cb0aa75
MA
17532012-01-17 Michael Albinus <michael.albinus@gmx.de>
1754
1755 * net/tramp.el (tramp-local-end-of-line): New defcustom.
1756 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
1757 (tramp-action-terminal): Use it. (Bug#10530)
1758
1d00653d
SM
17592012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
1760
1761 * minibuffer.el (completion--replace): Strip properties (bug#10062).
1762
6a6ee00d
MR
17632012-01-16 Martin Rudalics <rudalics@gmx.at>
1764
1765 * window.el (window-state-ignored-parameters): Remove variable.
1766 (window--state-get-1): Rename argument MARKERS to IGNORE.
1767 Handle persistent window parameters. Make copy of clone-of
1768 parameter only if requested. (Bug#10348)
1769 (window--state-put-2): Install a window parameter only if it has
1770 a non-nil value or an existing parameter shall be overwritten.
1771
97912def
MA
17722012-01-15 Michael Albinus <michael.albinus@gmx.de>
1773
1774 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
1775
688070a5
EZ
17762012-01-14 Eli Zaretskii <eliz@gnu.org>
1777
1778 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
1779 don't pass the (nil) value of `upnode' to string-match.
1780
301afadc
CY
17812012-01-14 Chong Yidong <cyd@gnu.org>
1782
1783 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 1784 Fix values recognized by the cursorBlink resource.
301afadc 1785
9e5788aa
PE
17862012-01-14 Paul Eggert <eggert@cs.ucla.edu>
1787
1788 * epg.el (epg--make-temp-file): Avoid permission race condition
1789 when running on old Emacs versions (bug#10403).
1790
3cdb7f5a
GM
17912012-01-14 Glenn Morris <rgm@gnu.org>
1792
1793 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
1794
8c82b1b4
AM
17952012-01-13 Alan Mackenzie <acm@muc.de>
1796
1797 Fix filling for when filladapt mode is enabled.
1798
1799 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
1800 c-mask-paragraph, pass in `fill-paragraph' rather than
1801 `fill-region-as-paragraph'. (This is a reversion of a previous
1802 change.)
eb864a71
LM
1803 * progmodes/cc-mode.el (c-basic-common-init):
1804 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 1805
e517eda4
GM
18062012-01-13 Glenn Morris <rgm@gnu.org>
1807
1498536e
GM
1808 * dired.el (dired-switches-escape-p): New function.
1809 (dired-insert-directory): Use dired-switches-escape-p.
1810 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
1811
e517eda4
GM
1812 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
1813
328f984d
GM
18142012-01-12 Glenn Morris <rgm@gnu.org>
1815
1816 * mail/sendmail.el (mail-mode): Update paragraph-separate for
1817 changes in adaptive-fill-regexp. (Bug#10276)
1818
2cc769a8
AM
18192012-01-11 Alan Mackenzie <acm@muc.de>
1820
1821 Fix Emacs bug #10463 - put `widen's around the critical spots.
1822
1d00653d 1823 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
1824 widen around each invocation of c-state-pp-to-literal. Remove an
1825 unused let variable.
1826
e52c37fa
GM
18272012-01-11 Glenn Morris <rgm@gnu.org>
1828
1829 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 1830 Doc fix.
e52c37fa 1831
96f8741e
CY
18322012-01-10 Chong Yidong <cyd@gnu.org>
1833
1d00653d
SM
1834 * net/network-stream.el (network-stream-open-starttls):
1835 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
1836 response to the capability command.
1837
b09a806e
GM
18382012-01-10 Glenn Morris <rgm@gnu.org>
1839
1840 * mail/unrmail.el (unrmail): Tweak previous change.
1841
7655cb66
CY
18422012-01-09 Chong Yidong <cyd@gnu.org>
1843
1844 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
1845
9d5a8f0b
AM
18462012-01-08 Alan Mackenzie <acm@muc.de>
1847
1848 Optimise font locking in long enum definitions.
1849
1850 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
1851 arm to a cond form to handle enums.
1852 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
1853 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
1854
9a0115ab 18552012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
1856
1857 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 1858 (Bug#10401)
6bb72cbd 1859
f186bb95
LMI
18602012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1861
29232a68
LMI
1862 * faces.el (set-face-attribute): Clarify the meaning of the nil
1863 frame (bug#10294).
1864
4e5d086d
LMI
1865 * subr.el (with-selected-frame): Mention that the selected frame
1866 is restored (bug#9980).
1867
8e66aebe
LMI
1868 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
1869 (bug#9759).
1870
cd394be1 1871 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
1872 (password-read): Don't autoload unused function.
1873
adf4e762
JB
18742012-01-07 Juanma Barranquero <lekktu@gmail.com>
1875
1876 * progmodes/which-func.el (which-func-mode): Turn into a
1877 non-interactive function and mark as obsolete (bug#10428).
1878
89bd9ccd
CY
18792012-01-06 Chong Yidong <cyd@gnu.org>
1880
1881 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
1882 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
1883 functions, along with 1 and -1.
1884
4afee9d5
EZ
18852012-01-06 Eli Zaretskii <eliz@gnu.org>
1886
1887 * time.el (display-time-load-average)
1888 (display-time-default-load-average): Doc fixes. See the thread
1889 starting at
1890 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
1891 for the details.
1892
536aea70
GM
18932012-01-06 Glenn Morris <rgm@gnu.org>
1894
665ae865
GM
1895 * mail/unrmail.el (unrmail): Give an explicit error if the input file
1896 has no messages. (Bug#10377)
1897
c869783d
GM
1898 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
1899 than Info-edit. (Bug#10385)
1900
2bb4227e
GM
1901 * time.el (display-time-load-average, display-time-next-load-average):
1902 Doc fixes.
1903
7d5944b9
GM
1904 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
1905 local setting of buffer-read-only to the input buffer. (Bug#10419)
1906
536aea70
GM
1907 * calendar/calendar.el (calendar-mode):
1908 Locally set scroll-margin to 0. (Bug#10379)
1909
7dccca16
UM
19102012-01-06 Ulrich Mueller <ulm@gentoo.org>
1911
1912 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
1913
afbb7930
GM
19142012-01-05 Glenn Morris <rgm@gnu.org>
1915
1916 * eshell/em-unix.el (diff-no-select): Autoload it.
1917 (eshell/diff): Use diff-no-select. (Bug#10420)
1918
04482335
CY
19192012-01-05 Chong Yidong <cyd@gnu.org>
1920
7baca3bc
CY
1921 * shell.el (shell-dynamic-complete-functions): Revert last change.
1922 (shell-command-completion-function): New function.
1923 (shell-completion-vars): Use it to implement
1924 shell-completion-execonly (Bug#10417).
1925
04482335
CY
1926 * custom.el (enable-theme): Don't set custom-safe-themes.
1927
1d00653d
SM
1928 * cus-theme.el (custom-theme-merge-theme):
1929 Ignore custom-enabled-themes and custom-safe-themes.
04482335 1930
bb5aa5d6
MM
19312012-01-05 Michael R. Mauger <mmaug@yahoo.com>
1932
1933 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
1934 first prompt in `sql-interacive-mode'.
1935 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 1936 keywords.
6df6ae42 1937 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
1938 (sql-product-interactive): Bug fix: Set `sql-buffer' in
1939 context of original buffer. Invoke `sql-login-hook'.
1940
a7183d7c
EZ
19412012-01-04 Eli Zaretskii <eliz@gnu.org>
1942
1943 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
1944 letters in cite-prefix.
1945
a1eacd1e
LMI
19462012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1947
1948 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
1949
787cdb34
CY
19502012-01-03 Chong Yidong <cyd@gnu.org>
1951
1d00653d
SM
1952 * shell.el (shell-dynamic-complete-functions):
1953 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
1954 comint-filename-completion first (Bug#10417).
1955
30710442
RS
19562012-01-02 Richard Stallman <rms@gnu.org>
1957
1958 * battery.el (battery-status-function):
1959 Detect when to use battery-yeeloong-sysfs.
1960 (battery-echo-area-format): Add string for Yeeloong.
1961 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
1962 (battery-yeeloong-sysfs): New function.
1963
f75bfc33
CY
19642012-01-02 Chong Yidong <cyd@gnu.org>
1965
1966 * dirtrack.el (dirtrack-list): Eliminate unused third element.
1967 (dirtrack): Merge code for handling relative filenames in prompt
1968 from shell-dir-cookie-watcher.
1969 (dirtrack-debug-message): New arg to avoid excess format calls.
1970
1971 * shell.el (shell-dir-cookie-re): Variable deleted.
1972 (shell-dir-cookie-watcher): Function deleted.
1973 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
1974 with dirtrack-mode.
1975
651e947e
EZ
19762012-01-01 Eli Zaretskii <eliz@gnu.org>
1977
1d00653d
SM
1978 * term/w32-win.el (dynamic-library-alist) <gnutls>:
1979 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
1980 libgnutls-26.dll.
1981
94d4c7dc
AS
19822011-12-31 Andreas Schwab <schwab@linux-m68k.org>
1983
1984 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
1985
8d43f3cd
EZ
19862011-12-31 Eli Zaretskii <eliz@gnu.org>
1987
1988 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
1989 headers of non-MIME messages, when rmail-enable-mime is non-nil.
1990
98c8795a
MA
19912011-12-29 Michael Albinus <michael.albinus@gmx.de>
1992
1993 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
1994 also for alternative shells.
1995 (tramp-open-connection-setup-interactive-shell): Check, whether
1996 the shell is a busybox.
1997 (tramp-send-command): Don't suppress multiple prompts for
1998 busyboxes, it hurts.
1999
51281b32
CY
20002011-12-28 Chong Yidong <cyd@gnu.org>
2001
2002 * progmodes/gdb-mi.el (gdb-get-source-file-list)
2003 (gdb-get-source-file): Move mode line update to
2004 gdb-get-source-file (Bug#10087).
2005
2170cb53
CY
20062011-12-25 Chong Yidong <cyd@gnu.org>
2007
2008 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
2009 gud-gdb-marker-filter without taking it as an argument.
2010 (gud-gdb-run-command-fetch-lines): Caller changed.
2011 (gud-gdb-completion-function): New variable.
2012 (gud-gdb-completion-at-point): Use it.
2013 (gud-gdb-completions-1): Split from gud-gdb-completions.
2014
2015 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
2016 function as separate arguments.
2017 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
2018 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
2019 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
2020 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
2021 (gdb-stopped, def-gdb-auto-update-trigger)
2022 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
2023 (gdb-get-changed-registers, gdb-get-main-selected-frame):
2024 Callers changed.
2170cb53
CY
2025 (gud-gdbmi-completions): New function.
2026 (gdb): Use it for generating the completion table.
2027
be8b11bb
AM
20282011-12-24 Alan Mackenzie <acm@muc.de>
2029
2030 Introduce a mechanism to widen the region used in context font
1d00653d 2031 locking. Use this to protect declarations from losing their contexts.
be8b11bb 2032
1d00653d
SM
2033 * progmodes/cc-langs.el (c-before-font-lock-functions):
2034 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 2035 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
2036 functions to be run just before context (etc.) font locking.
2037
2038 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 2039 New, functionality extracted from
be8b11bb 2040 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 2041 (c-in-after-change-fontification): New variable.
be8b11bb
AM
2042 (c-after-change): Set c-in-after-change-fontification.
2043 (c-set-fl-decl-start): Rejig its interface, so it can be called
2044 from both after-change and context fontifying.
b81d40f0
JB
2045 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
2046 New functions.
2047 (c-standard-font-lock-fontify-region-function): New variable.
2048 (c-font-lock-fontify-region): New function.
be8b11bb 2049
341cf6ac
JL
20502011-12-24 Juri Linkov <juri@jurta.org>
2051
2052 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
2053 (Bug#10348)
2054
bffcee0a
MA
20552011-12-23 Michael Albinus <michael.albinus@gmx.de>
2056
2057 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
2058 existence of source file. (Bug#10325)
2059
cb5e207c
AM
20602011-12-23 Alan Mackenzie <acm@muc.de>
2061
2062 Fix unstable fontification inside templates.
2063
b81d40f0
JB
2064 * progmodes/cc-langs.el (c-before-font-lock-functions):
2065 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
2066 additionally has c-set-fl-decl-start. The other languages (apart
2067 from AWK) have that as a single entry.
2068
b81d40f0
JB
2069 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
2070 The functionality for "local" declarations has been extracted to
cb5e207c
AM
2071 c-set-fl-decl-start.
2072
b81d40f0
JB
2073 * progmodes/cc-mode.el (c-common-init, c-after-change):
2074 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
2075 (c-set-fl-decl-start): New function, extracted from
2076 c-font-lock-enclosing-decls and enhanced.
2077
60ff536c
JB
20782011-12-23 Juanma Barranquero <lekktu@gmail.com>
2079
2080 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
2081
1c4757d6
JL
20822011-12-22 Juri Linkov <juri@jurta.org>
2083
2084 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
2085
d031f2c7
CY
20862011-12-22 Chong Yidong <cyd@gnu.org>
2087
2088 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
2089
bace743a
DA
20902011-12-21 Drew Adams <drew.adams@oracle.com>
2091
2092 * files.el (file-remote-p): Fix docstring. (Bug#10319)
2093
728a1f2b
JC
20942011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
2095
2096 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
2097
0d373f73
TZ
20982011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
2099
fec0aaa4
TZ
2100 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
2101 highlighting and support. Fix up comments for capitalization.
2102 (cfengine-mode-debug): New var.
2103 (cfengine3-mode): Change the modeline indicator to "CFE3".
2104 (cfengine3-font-lock-keywords): Improve defun highlighting.
2105 (cfengine2-actions): Rename from `cfengine-actions'.
2106 (cfengine2-font-lock-keywords): Rename from
2107 `cfengine-font-lock-keywords'.
2108 (cfengine2-imenu-expression): Rename from
2109 `cfengine-imenu-expression'.
2110 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
2111 (cfengine2-beginning-of-defun): Rename from
2112 `cfengine-beginning-of-defun'.
2113 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
2114 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
2115 (cfengine2-mode): Rename from `cfengine-mode'. Change the
2116 modeline indicator to "CFE2".
2117 (cfengine-mode): Defalias to `cfengine-auto-mode'.
2118 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 2119
bc86f573
CY
21202011-12-21 Chong Yidong <cyd@gnu.org>
2121
2122 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
2123 filename argument.
2124
d45ba96b
MR
21252011-12-20 Martin Rudalics <rudalics@gmx.at>
2126
2127 * window.el (window-normalize-buffer-to-display): Remove.
2128 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
2129
a6198c90
CY
21302011-12-19 Chong Yidong <cyd@gnu.org>
2131
2132 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
2133 Don't signal an error in a predicate function; return non-nil.
2134 (vc-dir-mark-file): Move the error here.
2135 (vc-dir-mark-unmark): If acting on the region, keep going if one
2136 of the entries cannot be marked/unmarked.
2137 (vc-dir-mark-all-files): If current entry is a directory, mark
2138 only child files, as documented.
2139
34c5fb55
VB
21402011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
2141
2142 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
2143 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
2144 addition.
2145
c803b2b7
JD
21462011-12-18 Jan Djärv <jan.h.d@swipnet.se>
2147
2148 * term/ns-win.el (ns-get-selection-internal)
2149 (ns-store-selection-internal): Declare.
1154d12e
JB
2150 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
2151 Declare as obsolete.
2152 (ns-get-pasteboard, ns-paste-secondary):
2153 Use ns-get-selection-internal.
2154 (ns-set-pasteboard, ns-copy-including-secondary):
2155 Use ns-store-selection-internal.
c803b2b7 2156
9cff91f8 21572011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
2158
2159 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 2160 (vc-deduce-fileset): Doc fix.
99a289d9 2161
f16c898a
AS
21622011-12-16 Andreas Schwab <schwab@linux-m68k.org>
2163
2164 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
2165
763237c4
SS
21662011-12-13 Sam Steingold <sds@gnu.org>
2167
2168 * man.el (Man-getpage-in-background): When running under a
2169 window-system, ignore $MANWIDTH and $COLUMNS.
2170
5fc1c122
KH
21712011-12-15 Kenichi Handa <handa@m17n.org>
2172
2173 * language/ethio-util.el: Change coding tag to utf-8-emacs.
2174 (setup-ethiopic-environment-internal): Comment out key-binding for
2175 ethio-toggle-punctuation.
2176
13d49cbb
AM
21772011-12-13 Alan Mackenzie <acm@muc.de>
2178
898169a2
AM
2179 Add the switch statement to AWK Mode.
2180
7a71b18d 2181 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
2182 "default" to the keywords regexp.
2183
7a71b18d 2184 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 2185 expression as the rest.
1d00653d
SM
2186 (c-nonlabel-token-key): Allow string literals for AWK.
2187 Refactor for the other modes.
898169a2 2188
13d49cbb 2189 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 2190 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
2191 routines. Limit backward searching in c-font-lock-enclosing.decl.
2192
2193 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
2194 pp-state and literal type in addition to the limits.
1d00653d 2195 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 2196 (c-state-literal-at): Use the above new defun.
1d00653d
SM
2197 (c-slow-in-literal, c-fast-in-literal): Remove.
2198 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
2199
2200 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
2201 being in a literal. Add a limit for backward searching.
2202
2203 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
2204 c-slow-in-literal.
2205
15e0efc7
SM
22062011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2207
2208 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
2209
454592a6
MR
22102011-12-13 Martin Rudalics <rudalics@gmx.at>
2211
2212 * window.el (delete-other-windows): Use correct frame in call to
2213 window-with-parameter.
2214
87393f26
DP
22152011-12-12 Daniel Pfeiffer <occitan@t-online.de>
2216
2217 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
2218 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
2219 (makefile-gmake-statements, makefile-makepp-statements):
2220 Use it and add new makepp keywords.
2221 (makefile-makepp-font-lock-keywords): Add new patterns.
2222 (makefile-match-function-end): Match new [...] and [[...]].
2223
11636b22
JB
22242011-12-11 Juanma Barranquero <lekktu@gmail.com>
2225
2226 * ses.el (ses-call-printer-return, ses-cell-property-get)
2227 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
2228 (ses-create-cell-variable, ses-reset-header-string)
2229 (ses-cell-set-formula, ses-repair-cell-reference-all)
2230 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
2231 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
2232 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
2233 (ses-aset-with-undo, ses-load, ses-truncate-cell)
2234 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
2235 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
2236 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
2237 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
2238 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
2239 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
2240 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
2241 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
2242
cf018193
VB
22432011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
2244
2245 * ses.el: The overall change is to add cell renaming, that is
2246 setting fancy names for cell symbols other than name matching
2247 "\\`[A-Z]+[0-9]+\\'" regexp .
2248 (ses-create-cell-variable): New defun.
2249 (ses-relocate-formula): Relocate formulas only for cells the
2250 symbols of which are not renamed, i.e. symbols whose names do not
2251 match regexp "\\`[A-Z]+[0-9]+\\'".
2252 (ses-relocate-all): Relocate values only for cells the symbols of
2253 which are not renamed.
2254 (ses-load): Create cells variables as the (ses-cell ...) are read,
2255 in order to check row col consistency with cell symbol name only
2256 for cells that are not renamed.
2257 (ses-replace-name-in-formula): New defun.
2258 (ses-rename-cell): New defun.
2259
ee957461
CY
22602011-12-11 Chong Yidong <cyd@gnu.org>
2261
2262 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
2263 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
2264
9a9e9ef0
MR
22652011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
2266
2267 * window.el (other-window): Fix docstring.
2268
92a8eba5
EZ
22692011-12-10 Eli Zaretskii <eliz@gnu.org>
2270
2271 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
2272 `from' or `to' address before taking its substring.
2273 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
2274 encoded name is chopped in the middle of the encoded string, and
2275 thus displayed encoded.
2276
e152e577
JB
22772011-12-10 Juanma Barranquero <lekktu@gmail.com>
2278
2279 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
2280
e5d84bfe
EZ
22812011-12-10 Eli Zaretskii <eliz@gnu.org>
2282
2283 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
2284 to use texinfo-update-node and commands that call it if the
2285 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 2286 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
2287 (texinfo-all-menus-update, texinfo-master-menu)
2288 (texinfo-update-node, texinfo-every-node-update)
2289 (texinfo-multiple-files-update): Doc fix. Warn against updating
2290 all the @node lines.
2291 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
2292 argument is numeric. Explain better in the doc string what the
2293 function really does.
2294 (texinfo-insert-master-menu-list): Improve the error message
2295 displayed if there's no menu in the Top node.
2296 (Bug#2975) See also this thread:
e5d84bfe
EZ
2297 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
2298
1d84e9bb
MG
22992011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
2300
2301 * speedbar.el (speedbar-supported-extension-expressions):
2302 Add .adb and .ads, commonly used for Ada source code (bug#10256).
2303
382c953b
JB
23042011-12-09 Juanma Barranquero <lekktu@gmail.com>
2305
2306 * printing.el (pr-mode-alist):
2307 * simple.el (filter-buffer-substring-functions)
2308 (completion-list-insert-choice-function):
2309 * window.el (window-with-parameter, window-atom-root)
2310 (window-sides-slots, window-size-fixed, window-min-delta)
2311 (window-max-delta, window--resize-mini-window)
2312 (window--resize-child-windows-normal, window-tree)
2313 (delete-other-windows, quit-window, split-window)
2314 (display-buffer-record-window, special-display-buffer-names)
2315 (special-display-regexps, special-display-popup-frame)
2316 (same-window-p, split-window-sensibly)
2317 (display-buffer-overriding-action, display-buffer-alist)
2318 (display-buffer-base-action, display-buffer, switch-to-buffer)
2319 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
2320 (fit-window-to-buffer, recenter-positions)
2321 (mouse-autoselect-window-state, mouse-autoselect-window-select):
2322 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
2323 and remove unneeded backslashes in docstrings.
2324
39c9faef
SM
23252011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
2326
98449af8
SM
2327 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
2328
39c9faef
SM
2329 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
2330 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
2331 end in ".mk".
2332 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
2333 when reading the makefile (bug#10116).
2334
86ed9fdc
SM
23352011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2336
2337 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
2338 (bug#10116).
2339
5580f89d
GM
23402011-12-06 Glenn Morris <rgm@gnu.org>
2341
2342 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
2343
28d3917c
CY
23442011-12-06 Chong Yidong <cyd@gnu.org>
2345
2346 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
2347
a98edce9
JB
23482011-12-06 Juanma Barranquero <lekktu@gmail.com>
2349
2350 * textmodes/table.el (table-shorten-cell): Fix typo.
2351
e65adfac
CG
23522011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
2353
2354 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
2355
71cc0b74
EZ
23562011-12-05 Eli Zaretskii <eliz@gnu.org>
2357
2358 * descr-text.el (describe-char): Fix display of strong
2359 right-to-left characters and directional embeddings and overrides.
2360
2361 * simple.el (what-cursor-position): Fix display of codepoints of
2362 strong right-to-left characters.
2363
315bc30d
CY
23642011-12-05 Chong Yidong <cyd@gnu.org>
2365
2366 * faces.el (read-color): Doc fix.
2367
58a70b94
GM
23682011-12-05 Glenn Morris <rgm@gnu.org>
2369
2370 * align.el (align--set-marker): Add doc-string.
2371 Don't try to move something that is not a marker. (Bug#10216)
2372
5158face
GM
23732011-12-04 Glenn Morris <rgm@gnu.org>
2374
2375 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
2376 overly zealous deletion of trailing whitespace.
2377
520fca41
JB
23782011-12-04 Juanma Barranquero <lekktu@gmail.com>
2379
2380 * server.el (server-delete-client): On Windows, do not try to delete
2381 the only terminal.
2382 (server-process-filter): On Windows, treat requests for a tty frame as
2383 if they were for a GUI frame if the running server is in GUI mode.
2384
5e605a2e
GM
23852011-12-03 Glenn Morris <rgm@gnu.org>
2386
2387 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
2388
5c3fe83f
SM
23892011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2390
6f5e57e7
SM
2391 * electric.el: Streamline electric-indent's hook.
2392 (electric-indent-chars): Revert to simple list.
2393 (electric-indent-functions): New var.
2394 (electric-indent-post-self-insert-function): Use it.
2395
5c3fe83f
SM
2396 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
2397 there's no inferior buffer (bug#10196).
2398 (prolog-consult-compile): Don't use toggle-read-only.
2399
6bdac736
MA
24002011-12-02 Michael Albinus <michael.albinus@gmx.de>
2401
2402 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
2403 interrupt. (Bug#10187)
2404
6131ba7f
SM
24052011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2406
99c79fee
SM
2407 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
2408 (bug#9160).
2409
6131ba7f
SM
2410 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
2411 (bug#10191).
2412
cb0a02ea
JL
24132011-12-02 Juri Linkov <juri@jurta.org>
2414
2415 * info.el (Info-search): Display "end of manual" when Isearch
2416 reaches the end of single-file Info manual. (Bug#9918)
2417
66e0570c
EZ
24182011-12-02 Eli Zaretskii <eliz@gnu.org>
2419
2420 * isearch.el (isearch-message-prefix): Run the input method part
2421 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
2422
02b16839
JL
24232011-12-02 Juri Linkov <juri@jurta.org>
2424
2425 * isearch.el (isearch-occur): Use `word-search-regexp' for
2426 `isearch-word'.
2427 (isearch-search-and-update): Add condition for `isearch-word' and
2428 call `word-search-regexp'. (Bug#10145)
2429
0b950688
GM
24302011-12-01 Glenn Morris <rgm@gnu.org>
2431
2432 * eshell/em-hist.el (eshell-hist-initialize):
2433 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 2434 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 2435
9505c3c7
SM
24362011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2437
2438 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
2439
1bbe96b2 24402011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 2441
a1beca85
SM
2442 * progmodes/verilog-mode.el (verilog-pretty-expr):
2443 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
2444 verilog, such as += *= and the like.
2445 (verilog-assignment-operator-re): Regular expression to find the
2446 assigment operator in a verilog assignment.
2447 (verilog-assignment-operation-re): Regular expression to find an
2448 assignment statement for pretty-expr.
2449 (verilog-in-attribute-p): Query returns true if point is in an
2450 attribute context; used to skip these for expression line up from
2451 pretty-expr.
2452 (verilog-in-parameter-p): Query returns true if point is in an
2453 parameter definition context; used to skip these for expression
2454 line up from pretty-expr.
2455 (verilog-in-parenthesis-p): Query returns true if point is in a
2456 parenthetical expression, specifically ( ) but not [ ] or { };
2457 used by pretty-expr.
2458 (verilog-just-one-space): If there is no space, don't add one.
2459 (verilog-get-lineup-indent-2): Specifically skip just attribute
2460 contexts for expression lineup, rather than skipping all
2461 parenthetical expressions.
2462 (verilog-calculate-indent): Fix comment, and fix indent.
2463 (verilog-do-indent): Indent declarations in lists (suggested by
2464 Joachim Lechner).
2465 (verilog-mode-abbrev-table): Populate abbrev mode with the various
2466 skeleton items.
2467 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
2468 by Alain Mellan).
2469
1bbe96b2 24702011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
2471
2472 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
2473 parameters with embedded comments. Reported by Ray Stevens.
2474 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
2475 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
2476 Reported by Tim Holt.
2477 (verilog-auto): Fix AUTOing a upper module then AUTOing module
2478 instantiated by upper module causing wrong expansion until AUTOed a
2479 second time. Reported by K C Buckenmaier.
2480 (verilog-diff-auto): Fix showing .* as a difference when
2481 `verilog-auto-star-save' off. Reported by Dan Dever.
2482 (verilog-auto-reset, verilog-read-always-signals)
2483 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
2484 temporary signals in reset list if
2485 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
2486 style to each signal's assignment type, bug381.
2487 Reported by Thomas Esposito.
6288f0ca
WS
2488 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
2489 (verilog-uvm-statement-re): Support UVM indentation and
2490 highlighting, with old OVM keywords only.
a1beca85 2491 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
2492 Support AUTOTIEOFF creating non-wire data types.
2493 Suggested by Jonathan Greenlaw.
6288f0ca
WS
2494 (verilog-auto-insert-lisp, verilog-delete-to-paren)
2495 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
2496 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
2497 (verilog-read-sub-decls, verilog-read-sub-decls-line):
2498 Fix mismatching parenthesis inside commented out code when deleting
382c953b 2499 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
2500 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
2501 non-numeric vector width. Reported by Alex Reed.
2502 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 2503 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
2504 (verilog-auto-delete-trailing-whitespace):
2505 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
2506 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
2507 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
2508 Fix verilog-scan-cache corruption when running user AUTO expansion
2509 hooks that call indentation routines.
2510 (verilog-simplify-range-expression): Fix typo ignoring lower case
2511 identifiers.
2512 (verilog-delete-auto): Fix delete-autos to also remove user created
2513 automatics, as long as they start with AUTO.
2514 (verilog-batch-diff-auto, verilog-diff-auto)
2515 (verilog-diff-function): Add `verilog-diff-auto' and bind to
2516 "C-c?" to report differences in AUTO expansion, ignoring spaces.
2517 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
2518 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
2519 (verilog-re-search-forward-quick, verilog-syntax-ppss):
2520 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
2521 is disabled and its cache will get corrupt, causing AUTOS not to
2522 expand. Instead use only -quick functions.
2523 (verilog-scan-region): Fix scanning over escaped quotes.
2524 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
2525 (verilog-re-search-backward-quick)
2526 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
2527 related functions now ignore strings, to fix misparsing of strings
2528 with magic comments embedded in them.
a1beca85
SM
2529 (verilog-read-auto-template):
2530 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
2531 Reported by Brad Dobbie.
2532 (verilog-read-auto-template):
2533 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 2534 Reported by Brad Dobbie.
6288f0ca
WS
2535 (verilog-auto-inst, verilog-auto-inst-param)
2536 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
2537 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
2538 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
2539 debugging templates without merge conflicts, bug357.
2540 Reported by Brad Dobbie.
2541 (verilog-read-auto-template):
2542 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
2543 Reported by Brad Dobbie.
2544 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
2545 abbrevs so user won't be asked to save.
2546 (verilog-read-auto-lisp-present): Fix to start at beginning of
2547 buffer in case called outside of verilog-auto.
2548 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
2549 to "X-2". Reported by Matthew Myers.
2550 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
2551 all inputs from module templates. Reported by Leith Johnson.
2552 (verilog-module-inside-filename-p): Fix locating programs as with
2553 modules.
2554 (verilog-auto-inst-port): Fix vl-width expressions when using
2555 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
2556 (verilog-decls-get-regs, verilog-decls-get-signals,
2557 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
2558 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
2559 verilog-read-decls): Combine reg and wire structures into one var
2560 structure to represent SystemVerilog concepts.
2561 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
2562 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
2563 (verilog-auto-wire-type, verilog-insert-definition):
2564 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
2565 SystemVerilog "logic" keyword instead of "wire"/"reg".
2566 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
2567 to declares outputs that also have assignments (presumably in an
a1beca85
SM
2568 ifdef or generate if so there's not a driver conflict).
2569 Reported by Matthew Myers.
2570 (verilog-auto-declare-nettype, verilog-insert-definition):
2571 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
2572 `default_nettype none. Reported by Julian Gorfajn.
2573 (verilog-read-always-signals-recurse, verilog-read-decls)
2574 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
2575 malformed end statement, bug325. Reported by Joshua Wise and
2576 Andrew Drake.
2577 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
2578 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
2579 when expanding .* in interfaces, bug320.
2580 Reported by Pierre-David Pfister.
6288f0ca 2581 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
2582 name and open parenthesis, bug317.
2583 Reported by Pierre-David Pfister.
6288f0ca
WS
2584 (verilog-simplify-range-expression): Fix simplification of
2585 multiplications inside AUTOWIRE connections, bug303.
2586 (verilog-auto-inst-port): Support parameter expansion in
2587 multidimensional arrays.
2588 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
2589 after "assert property". Reported by Julian Gorfajn.
2590 (verilog-simplify-range-expression): Fix "couldn't merge" errors
2591 with multiplication, bug303.
2592 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
2593 Reported by Jan Frode Lonnum.
2594
1bbe96b2
GM
25952011-11-30 Juanma Barranquero <lekktu@gmail.com>
2596
2597 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
2598 (hfy-shell-file-name, hfy-shell):
2599 * international/fontset.el (x-decompose-font-name): Fix typos.
2600
26012011-11-29 Ken Brown <kbrown@cornell.edu>
2602
2603 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
2604 (gdb-version): Remove defvar.
2605 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
2606 (gdb-gud-context-command, gdb-non-stop-handler)
2607 (gdb-current-context-command, gdb-stopped): Use it.
2608 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
2609 (gdb-non-stop-handler): Don't enable pretty-printing here.
2610 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
2611 non-stop mode. Use the following.
2612 (gdb-check-target-async): New defun.
2613 (gud-watch, gdb-stopped): Fix whitespace.
2614 (gdb-get-source-file): Don't try to display the source file if
2615 `gdb-main-file' is nil.
2616
26172011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
2618
2619 * align.el: Try to generate fewer markers (bug#10047).
2620 (align--set-marker): New macro.
2621 (align-region): Use it.
2622
c935221f
SM
26232011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
2624
2625 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
2626
e70b5064
CY
26272011-11-29 Chong Yidong <cyd@gnu.org>
2628
2629 * indent.el (indent-for-tab-command, indent-according-to-mode):
2630 Doc fix.
2631 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
2632
f3af92b7
MA
26332011-11-29 Michael Albinus <michael.albinus@gmx.de>
2634
2635 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
2636 aware of remote file names. (Bug#10124)
2637
ed472be9
CY
26382011-11-29 Chong Yidong <cyd@gnu.org>
2639
2640 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
2641
24510c22
SM
26422011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2643
2644 * files.el (find-file): Don't use force-same-window (bug#10144).
2645 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
2646 use pop-to-buffer if the selected window can't be used.
2647 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
2648
c60c3703
EZ
26492011-11-28 Eli Zaretskii <eliz@gnu.org>
2650
2651 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
2652 special-mode-map.
2653
e95def75
CY
26542011-11-28 Chong Yidong <cyd@gnu.org>
2655
2656 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
2657
c3f1c606
NR
26582011-11-27 Nick Roberts <nickrob@snap.net.nz>
2659
2660 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
2661 gdb-get-source-file-list on gdb-create-source-file-list.
2662
00db469c
EZ
26632011-11-26 Eli Zaretskii <eliz@gnu.org>
2664
2665 * whitespace.el (whitespace-newline): Use a different foreground
2666 color for 16-color light-background displays.
2667
4ad3bc2a
CY
26682011-11-24 Chong Yidong <cyd@gnu.org>
2669
2670 * window.el (display-buffer--special-action): Doc fix.
2671
e9fce1ac
JB
26722011-11-25 Juanma Barranquero <lekktu@gmail.com>
2673
2674 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
2675 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
2676 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
2677 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
2678 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
2679 (avl-tree-stack-first):
2680 * emacs-lisp/cconv.el (cconv--analyse-use):
2681 * net/gnutls.el (gnutls-negotiate): Fix typos.
2682
cb825e5d
GM
26832011-11-24 Glenn Morris <rgm@gnu.org>
2684
3adbe224
GM
2685 * lpr.el (lpr-windows-system, lpr-lp-system):
2686 * mail/binhex.el (binhex-begin-line):
2687 * progmodes/grep.el (grep-history, grep-find-history):
2688 * textmodes/flyspell.el:
2689 * vc/pcvs-defs.el (cvs-global-menu):
2690 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
2691 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
2692 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
2693
321decc8
GM
2694 * net/tls.el: Fix case of "GnuTLS".
2695
420b63ad
GM
2696 * paths.el (rmail-file-name): Format doc-string for make-docfile.
2697
cb825e5d
GM
2698 * version.el (emacs-build-system): Give it a doc-string.
2699
a0649f08
JL
27002011-11-24 Juri Linkov <juri@jurta.org>
2701
2702 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
2703
c0bc0fd4
GM
27042011-11-24 Glenn Morris <rgm@gnu.org>
2705
2706 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
2707 if called on a non-mime message just toggle the headers. (Bug#8006)
2708
20db1522
JB
27092011-11-24 Juanma Barranquero <lekktu@gmail.com>
2710
2711 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
2712 (allout-lead-with-comment-string, allout-structure-deleted-hook)
2713 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
2714 (allout-rebullet-heading, allout-open-sibtopic)
2715 (allout-toggle-current-subtree-encryption)
2716 (allout-toggle-subtree-encryption, allout-encrypt-string)
2717 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
2718 (allout-distinctive-bullets-string, allout-auto-activation):
2719 * window.el (window-normalize-buffer-to-display):
2720 * progmodes/verilog-mode.el (verilog-batch-indent):
2721 * textmodes/bibtex.el (bibtex-field-braces-opt)
2722 (bibtex-field-strings-opt):
2723 * vc/cvs-status.el (cvs-tree-merge):
2724 Fix typos.
2725
7262a87c
MA
27262011-11-23 Michael Albinus <michael.albinus@gmx.de>
2727
2728 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
2729 `non-essential' to t, in order to avoid remote connections.
2730
283430a1
EZ
27312011-11-23 Eli Zaretskii <eliz@gnu.org>
2732
a1beca85
SM
2733 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2734 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
2735 case-insensitively.
2736
d2992a38
ML
27372011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
2738
2739 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
2740
50419064
GM
27412011-11-23 Glenn Morris <rgm@gnu.org>
2742
da94eca1
GM
2743 * paths.el (rmail-file-name): Reformat the doc-string so that it
2744 is picked up.
2745
9aac4de2
GM
2746 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
2747 (rmail-auto-file): Ignore case in the "special" field names,
2748 as mail-fetch-field does for all others.
2749
8038d2d2
GM
2750 * mail/rmail.el (rmail-forward):
2751 * mail/rmailkwd.el (rmail-set-label):
2752 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
2753 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
2754
f3fe222a
GM
2755 * mail/rmail.el (rmail-current-message): Doc fix.
2756
50419064
GM
2757 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
2758
28109f49
SM
27592011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
2760
2761 * server.el (server-eval-and-print): Allow C-g (bug#6585).
2762
394c65f1
GM
27632011-11-22 Glenn Morris <rgm@gnu.org>
2764
2765 * mail/rmailmm.el (test-rmail-mime-handler)
2766 (test-rmail-mime-bulk-handler)
2767 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
2768
f2a0aa3a
JL
27692011-11-21 Juri Linkov <juri@jurta.org>
2770
1154d12e
JB
2771 * calc/calc.el (calc-read-key-sequence):
2772 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 2773
9c34a344
LMI
27742011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2775
2776 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
2777 Tell the caller that the next line needs recomputation, even
2778 though it doesn't start a sexp (bug#10094).
2779
f04a3be9
SM
27802011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2781
2782 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
2783
7978747f
SM
27842011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2785
f04a3be9
SM
2786 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
2787 Use force-same-window.
7978747f 2788
fe7a3057
JB
27892011-11-20 Juanma Barranquero <lekktu@gmail.com>
2790
2791 * descr-text.el (describe-char-unicode-data):
2792 * json.el (json-string-escape):
2793 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
2794 (Footnote-unicode, Footnote-style-p):
2795 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
2796
24901d61
CY
27972011-11-20 Chong Yidong <cyd@gnu.org>
2798
2799 * window.el (replace-buffer-in-windows): Restore interactive spec.
2800
bac7ff22
SM
28012011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2802
24f3d7b9
SM
2803 * electric.el (electric-indent-mode): Fix last change (too optimistic).
2804
bac7ff22
SM
2805 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
2806 (byte-compile-global-not-obsolete-vars): New var.
2807 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
2808 Use it.
2809 (byte-compile-warn-obsolete): Align text with the one in *Help*.
2810
cd1181db
JB
28112011-11-20 Juanma Barranquero <lekktu@gmail.com>
2812
2813 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
2814 * progmodes/pascal.el (electric-pascal-equal):
2815 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
2816 * xml.el (xml-substitute-special): Fix typos.
2817
7fb18e9e
GM
28182011-11-20 Glenn Morris <rgm@gnu.org>
2819
2820 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
2821 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
2822 Doc fixes.
2823 (rmail-decode-mime-charset): Mark as obsolete.
2824
2825 * mail/rmailsum.el (rmail-message-regexp-p-1):
2826 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
2827 Before using mime functions, check they are set. (Bug#10077)
2828
d5a6b3ba
JL
28292011-11-19 Juri Linkov <juri@jurta.org>
2830
2831 * info.el (Info-finder-find-node): Use `package--builtins' instead
2832 of `package-alist'. Use node names formed by the pattern "Keyword "
2833 and the keyword name.
2834
e981b61f
AS
28352011-11-19 Andreas Schwab <schwab@linux-m68k.org>
2836
1d00653d 2837 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 2838
3ffbc301
JL
28392011-11-19 Juri Linkov <juri@jurta.org>
2840
2841 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
2842 that calls `revert-buffer' on all Info buffers. (Bug#9915)
2843 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
2844 `old-history', `old-history-forward'. Add let-binding
2845 `window-selected'. Remove calls to `kill-buffer',
2846 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
2847 before calling `Info-find-node', so `Info-find-node-2' will reread
2848 the Info file. Restore window positions only when `window-selected'
2849 is non-nil.
2850
30c62133
JL
28512011-11-19 Juri Linkov <juri@jurta.org>
2852
2853 * isearch.el (isearch-lazy-highlight-new-loop):
2854 Remove condition `(not isearch-error)'. (Bug#9918)
2855
2856 * misearch.el (multi-isearch-search-fun): Add condition
2857 `(not bound)' to ignore lazy-highlighting search.
2858 Add the search-failed message "end of multi" when the end of
2859 multi-sequence is reached. Uncapitalize the search-failed
2860 message "Repeat for next buffer".
2861
2862 * info.el (Info-search): Add the search-failed message
2863 "end of the manual" when the end of the manual is reached
2864 in Isearch mode.
2865
645ca9cf
JL
28662011-11-19 Juri Linkov <juri@jurta.org>
2867
2868 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
2869 Use non-destructive `remove' instead of `delete' because
2870 `Info-history-list' stored to `Info-isearch-initial-history-list' in
2871 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
2872
df754f66
JL
28732011-11-19 Juri Linkov <juri@jurta.org>
2874
2875 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
2876 to nil instead of binding `search-ring' and `regexp-search-ring'.
2877 (Bug#9185)
2878
0e23d96a
EZ
28792011-11-19 Eli Zaretskii <eliz@gnu.org>
2880
2881 * simple.el (line-move): Force movement by logical lines for any
2882 hscrolled window, not only when auto-hscroll-mode is on.
2883 (line-move-visual): Update doc string to that effect. (Bug#10076)
2884
8a6ccb66
AS
28852011-11-19 Andreas Schwab <schwab@linux-m68k.org>
2886
2887 * language/european.el (macintosh): Define as alias for mac-roman.
2888
49ae5b39
EZ
28892011-11-19 Eli Zaretskii <eliz@gnu.org>
2890
2891 * mail/rmailmm.el (rmail-mime-display-header)
2892 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
2893 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
2894 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
2895 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
2896 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
2897 of a raw aref.
2898 (rmail-mime-entity-segment): To get past the tagline, move forward
2899 2 more lines, to account for the 2 empty lines that precede and
2900 follow the line with the buttons.
2901 (rmail-mime-update-tagline): Move one more line, to get past the
2902 empty line that follows the buttons in the tagline. (Bug#9520)
2903
c56cad4a
MR
29042011-11-19 Martin Rudalics <rudalics@gmx.at>
2905
2906 * window.el (window-max-delta-1, window-min-delta-1)
2907 (window-min-size-1, window-state-get-1, window-state-put-1)
2908 (window-state-put-2): Use "window--" prefix.
2909
cbe71af3
SM
29102011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
2911
2ad52c60
SM
2912 * emacs-lisp/smie.el: Improve warnings and conflict detection.
2913 (smie-warning-count): New var.
2914 (smie-set-prec2tab): Use it.
2915 (smie-bnf->prec2): Improve warnings. Add docstring.
2916 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
2917 (smie-bnf--set-class): New function.
2918 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
2919 corner case.
2920
6944dbc1
SM
2921 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
2922 (compilation-error-properties, compilation-move-to-column):
2923 Handle compilation-first-column while in the target buffer.
2924
c400c4d7
SM
2925 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
2926 Don't hardcode point-min==1.
2927
6dbe3e96
SM
2928 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
2929 (eshell-rewrite-for-command): Remove workaround.
2930 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
2931 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
2932 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
2933
cbe71af3
SM
2934 * files-x.el (modify-file-local-variable): Obey commenting conventions.
2935
a8e1496d
GM
29362011-11-17 Glenn Morris <rgm@gnu.org>
2937
2938 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2939 Ignore buffer-local generated-autoload-file if it is the same
2940 as the global value. (Bug#10049)
2941
df85d315
JB
29422011-11-17 Juanma Barranquero <lekktu@gmail.com>
2943
2944 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
2945 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
2946 (reftex-toc-previous-heading, reftex-toc-max-level)
2947 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
2948 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
2949 (reftex-toc-do-promote, reftex-toc-promote-prepare)
2950 (reftex-toc-promote-action, reftex-toc-extract-section-number)
2951 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
2952 (reftex-toc-rename-label, reftex-toc-visit-location)
2953 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
2954 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
2955 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
2956 leaving "*toc*" only for references to the buffer.
2957
a0c2d0ae
MR
29582011-11-17 Martin Rudalics <rudalics@gmx.at>
2959
2960 * window.el (window-resize, delete-window, split-window):
2961 Replace window-splits by window-combination-resize.
1d00653d 2962 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 2963
35c0bac8
GM
29642011-11-17 Glenn Morris <rgm@gnu.org>
2965
2966 * progmodes/sh-script.el (sh-font-lock-keywords-var):
2967 Make bash entry derive from sh entry, not shell entry.
2968
d0c8fc8a
MA
29692011-11-16 Michael Albinus <michael.albinus@gmx.de>
2970
d0c8fc8a
MA
2971 * net/tramp-cache.el (tramp-flush-file-property): Flush also
2972 properties of linked files. (Bug#9879)
2973
7262a87c
MA
2974 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
2975 local file name.
2976
7877f373
JB
29772011-11-16 Juanma Barranquero <lekktu@gmail.com>
2978
2979 * menu-bar.el (menu-bar-file-menu):
2980 * printing.el (pr-ps-utility):
2981 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
2982 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
2983 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
2984 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
2985 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
2986 (icalendar--convert-cyclic-to-ical)
2987 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
2988 (icalendar--convert-ical-to-diary)
2989 (icalendar--convert-recurring-to-diary)
2990 (icalendar--convert-non-recurring-all-day-to-diary)
2991 (icalendar-import-format-sample):
2992 * progmodes/idlw-shell.el (idlwave-shell-mode):
2993 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
2994 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
2995 (vhdl-ps-print-init): Fix typos.
2996
10649b82
KM
29972011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
2998
9d0cfcd6
GM
2999 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
3000 FSF and collapse date sequence, obscure author/maintainer email address
3001 better, remove extra version line, track relocation of author's webpage.
10649b82 3002
9d0cfcd6
GM
3003 * progmodes/python.el (python-pdbtrack-input-prompt)
3004 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
3005 regular python pdb prompts. Adjustments shamelessly taken exactly as
3006 suggested in EmacsWiki page (tiny change):
3007 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 3008
58179cce
JB
30092011-11-16 Juanma Barranquero <lekktu@gmail.com>
3010
3011 * expand.el (expand-pos, expand-index, expand-point):
3012 Remove redundant info from docstring.
3013 (expand-add-abbrevs): Doc fix.
3014 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
3015 (expand-sample-perl-mode-expand-list): Fix typos.
3016
3017 * net/dbus.el (dbus-event-member-name):
3018 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
3019 * term/pc-win.el (msdos-create-frame-with-faces):
3020 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
3021
b6f67890
MR
30222011-11-16 Martin Rudalics <rudalics@gmx.at>
3023
3024 * window.el (split-window, window-state-get-1)
3025 (window-state-put-1, window-state-put-2): Rename occurrences of
3026 window-nest to window-combination-limit.
1d00653d 3027 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 3028
ce7ddba0
CY
30292011-11-16 Chong Yidong <cyd@gnu.org>
3030
3031 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
3032 regexp (Bug#10033).
3033
3ae704f4
SM
30342011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3035
3036 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
3037 `completing-read' will remove *Completions* and will preserve
3038 current-buffer for us.
3039 (tmm-add-prompt): Users of *Completions* will always (re)set its
3040 major mode.
3041 (tmm-old-comp-map): Remove.
3042
6ad1cdde
GM
30432011-11-16 Glenn Morris <rgm@gnu.org>
3044
3045 * mail/rmailedit.el: Require rmailmm when compiling.
3046 (rmail-old-mime-state): New declaration.
3047 (rmail-edit-current-message): If editing a mime message,
3048 edit the "raw" message from the mbox buffer.
3049 (rmail-cease-edit): Handle mime messages. (Bug#9840)
3050
d20faa20
GM
30512011-11-15 Glenn Morris <rgm@gnu.org>
3052
3053 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
3054 which wasn't being used. Add optional arg to force given state.
3055 (rmail-mime): Add optional arg to force given state.
3056
c7015153
JB
30572011-11-15 Juanma Barranquero <lekktu@gmail.com>
3058
3059 * allout.el (allout-encryption-plaintext-sanitization-regexps):
3060 * frame.el (display-mm-dimensions-alist):
3061 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
3062 (outline-move-subtree-down):
3063 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
3064 (newsticker--treeview-do-get-node):
3065 * net/quickurl.el (quickurl-list-buffer-name):
3066 * progmodes/dcl-mode.el (dcl-mode):
3067 * progmodes/gdb-mi.el (gdb-mapcar*):
3068 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
3069
45261b50
GM
30702011-11-15 Glenn Morris <rgm@gnu.org>
3071
3072 * mail/rmail.el (rmail-file-coding-system): It's only ever used
3073 in a boolean sense, so just make it a boolean, and fix the doc.
3074 (rmail-show-mime-function, rmail-mime-feature)
3075 (rmail-require-mime-maybe): Doc fixes.
3076 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
3077
3078 * mail/rmailmm.el (rmail-show-mime): Doc fix.
3079
0d26e0b6
JB
30802011-11-15 Juanma Barranquero <lekktu@gmail.com>
3081
3082 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
3083 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
3084 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
3085 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
3086
447f30f6
GM
30872011-11-15 Glenn Morris <rgm@gnu.org>
3088
672b871d
GM
3089 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
3090 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
3091 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
3092 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
3093 (rmail-mime, rmail-show-mime): Doc fixes.
3094
f6aa5bb1
GM
3095 * term/ns-win.el (mode-line-frame-identification):
3096 Leave it alone. (Bug#10051)
3097
947cd66b
GM
3098 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
3099
447f30f6
GM
3100 * mail/rmailout.el (rmail-output-to-rmail-buffer):
3101 Handle empty buffers. (Bug#9978)
3102
0b381c7e
JB
31032011-11-14 Juanma Barranquero <lekktu@gmail.com>
3104
3105 * international/mule.el (define-charset):
3106 * mail/rmailmm.el (rmail-mime-find-header-encoding):
3107 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
3108 * progmodes/verilog-mode.el (verilog-backward-token):
3109 * textmodes/ispell.el (lookup-words):
3110 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
3111
71e027ac
GM
31122011-11-14 Glenn Morris <rgm@gnu.org>
3113
56632ce4
GM
3114 * progmodes/executable.el
3115 (executable-make-buffer-file-executable-if-script-p):
3116 Handle file-modes returning nil.
3117
40500957
GM
3118 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
3119 message - not necessary, and causes problems. (Bug#9831)
3120
071c2340
GM
3121 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
3122
d3cfca60
GM
3123 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
3124
71e027ac
GM
3125 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
3126 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
3127 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
3128
89d61221
MR
31292011-11-12 Martin Rudalics <rudalics@gmx.at>
3130
3131 * window.el (window-resize, delete-window): Use window-splits
3132 variable instead of function.
3133 (window-state-get-1, window-state-put-2, window-state-put):
3134 Don't deal with windows' splits status.
3135
98282f6f
GM
31362011-11-12 Glenn Morris <rgm@gnu.org>
3137
3138 * apropos.el (apropos-do-all, apropos-library, apropos-value)
3139 (apropos-documentation): Doc fixes.
3140
40a8bdf6
JB
31412011-11-11 Juanma Barranquero <lekktu@gmail.com>
3142
3143 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
3144 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
3145
65bd19ff
SM
31462011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
3147
3148 * electric.el (electric-indent-post-self-insert-function): Make it
3149 possible for a char to only indent in some circumstances.
3150 (electric-indent-mode): Simplify.
3151
54f9154c
MR
31522011-11-11 Martin Rudalics <rudalics@gmx.at>
3153
3154 * window.el (windows-with-parameter): Remove unused function.
3155 (windows-at-side): Rename to window-at-side-list.
3156 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
3157 (window-side-check, window-size-ignore, window-size-fixed-1)
3158 (window-in-direction-2): Prefix with "window--".
3159 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 3160
68cbc58b
GM
31612011-11-11 Glenn Morris <rgm@gnu.org>
3162
3163 * subr.el (eval-after-load): If FILE is already loaded,
3164 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
3165
b2621720
GM
31662011-11-10 Glenn Morris <rgm@gnu.org>
3167
9a4de110
GM
3168 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
3169 Call svn via vc-svn-command rather than vc-do-command.
3170 (vc-svn-command): Add --non-interactive. (Bug#9993)
3171 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
3172
b2621720
GM
3173 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3174 Add toggle-read-only. (Bug#7292)
3175 * files.el (toggle-read-only): Mention that it should only
3176 be used interactively. (Bug#10006)
3177
1dce7193
SM
31782011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3179
d9ac1a1e
SM
3180 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3181 Adjust regexp for OCaml warnings.
3182
0c325082
SM
3183 * electric.el (electric-pair-post-self-insert-function): Let user
3184 turn it off buffer-locally (bug#9932).
3185
90132c14
SM
3186 * progmodes/python.el (python-beginning-of-statement):
3187 Rewrite (bug#2703).
3188
1dce7193
SM
3189 * progmodes/compile.el: Better handle TABs (bug#9749).
3190 (compilation-internal-error-properties)
3191 (compilation-next-error-function): Obey the target buffer's
3192 compilation-error-screen-columns.
3193
c4e7c63a
JB
31942011-11-09 Juanma Barranquero <lekktu@gmail.com>
3195
3196 * progmodes/meta-mode.el: Remove obsolete comments.
3197 (meta-right-comment-regexp, meta-ignore-comment-regexp):
3198 Fix typos in docstrings.
3199
2cffd681
MR
32002011-11-09 Martin Rudalics <rudalics@gmx.at>
3201
3202 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 3203 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
3204 (window--resizable): New function. Make all callers of
3205 window-resizable call window--resizable instead.
3206 (window-resizable): Rewrite in terms of window--resizable.
3207
0edcba87
GM
32082011-11-08 Glenn Morris <rgm@gnu.org>
3209
3210 * progmodes/delphi.el (delphi-mode-syntax-table):
3211 Let define-derived-mode define a proper syntax table. (Bug#9994)
3212
4b0d61e3
SM
32132011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3214
3215 * window.el: Stay away from defsubst.
3216 (window-list-no-nils): Remove.
3217 (window-state-get-1, window-state-get): Use backquote instead.
3218
cd394be1 32192011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 3220
4b0d61e3 3221 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 3222 Fix incorrect use of default argument in `completing-read'.
3223
e1c2c6f2
MR
32242011-11-08 Martin Rudalics <rudalics@gmx.at>
3225
3226 * window.el (display-buffer-function, special-display-function):
3227 Mention display-buffer-record-window but do not mention
3228 help-setup parameter in doc-strings.
b3f4a882 3229 (window-min-delta): Fix doc-string typo.
e1c2c6f2 3230
105216ed
CY
32312011-11-08 Chong Yidong <cyd@gnu.org>
3232
3233 * window.el (window-total-height, window-total-width): Doc fix.
3234 (window-body-size): Move from C.
3235 (window-body-height, window-body-width): Move to C.
3236
0a9f9ab5
SM
32372011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3238
3239 * window.el: Make special-display like display-buffer-alist (bug#9532).
3240 (display-buffer--special-action): New function, morphed
3241 from display-buffer--special.
3242 (display-buffer): Use it to handle special-display-buffers at higher
3243 priority (just after display-buffer-alist).
3244 (display-buffer-fallback-action, display-buffer--other-frame-action)
3245 (pop-to-buffer-same-window): Remove display-buffer--special.
3246
a769dd15
GM
32472011-11-07 Glenn Morris <rgm@gnu.org>
3248
3249 * calendar/cal-menu.el (cal-menu-set-date-title):
3250 Do nothing if not in a calendar. (Bug#9976)
3251
05a61ee3
SM
32522011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
3253
3254 * files.el (find-file): Always use selected-window.
3255
be7f5545
MR
32562011-11-07 Martin Rudalics <rudalics@gmx.at>
3257
3258 * window.el (window-combinations): Make WINDOW argument
3259 mandatory. Rewrite doc-string.
3260 (walk-window-subtree, window-atom-check, window-min-delta)
3261 (window-max-delta, window--resize-this-window)
3262 (window--resize-root-window-vertically, window-tree)
3263 (balance-windows, window-state-put): Rewrite doc-strings as to
3264 not mention the term "subwindow".
3265 (window--resize-subwindows-skip-p): Rename to
3266 window--resize-child-windows-skip-p.
3267 (window--resize-subwindows-normal): Rename to
3268 window--resize-child-windows-normal.
3269 (window--resize-subwindows): Rename to
3270 window--resize-child-windows.
3271 (window-or-subwindow-p): Rename to window--in-subtree-p.
3272
3c6702ef
ML
32732011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3274
3275 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
3276 Ensure that mbox format messages end in two newlines (Bug#9974).
3277
49745b39
CY
32782011-11-06 Chong Yidong <cyd@gnu.org>
3279
3280 * window.el (window-combination-p): Function deleted; its
3281 side-effect is not used in any existing code.
3282 (window-combinations, window-combined-p): Call window-*-child
3283 directly.
3284
24300f5f
CY
32852011-11-05 Chong Yidong <cyd@gnu.org>
3286
3287 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
3288 (window-size-ignore, window-state-get): Callers changed.
3289 (window-normalize-window): Rename from window-normalize-any-window.
3290 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 3291 (window-normalize-live-window): Delete.
447f16b8
CY
3292 (window-combination-p, window-combined-p, window-combinations)
3293 (walk-window-subtree, window-atom-root, window-min-size)
3294 (window-sizable, window-sizable-p, window-size-fixed-p)
3295 (window-min-delta, window-max-delta, window-resizable)
3296 (window-resizable-p, window-full-height-p, window-full-width-p)
3297 (window-current-scroll-bars, window-point-1, set-window-point-1)
3298 (window-at-side-p, window-in-direction, window-resize)
3299 (adjust-window-trailing-edge, maximize-window, minimize-window)
3300 (window-deletable-p, delete-window, delete-other-windows)
3301 (record-window-buffer, unrecord-window-buffer)
3302 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
3303 (quit-window, split-window, window-state-put)
3304 (set-window-text-height, fit-window-to-buffer)
3305 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 3306
89bd5ee1
EZ
33072011-11-04 Eli Zaretskii <eliz@gnu.org>
3308
53479029
EZ
3309 * mail/rmail.el (rmail-simplified-subject): Decode subject with
3310 rfc2047-decode-string.
3311 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
3312 warnings.
3313
89bd5ee1
EZ
3314 * window.el (window-body-height, window-body-width): Mention in
3315 the doc string that the return values are in frame's canonical
3316 units. (Bug#9949)
3317
bd17fdee
AM
33182011-11-03 Alan Mackenzie <acm@muc.de>
3319
3320 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
3321 change in cc-engine.el.
3322
acc825c5
SM
33232011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
3324
3325 * window.el (switch-to-buffer): Use `force-same-window' interactively.
3326
1885e5b8
MR
33272011-11-02 Martin Rudalics <rudalics@gmx.at>
3328
3329 * window.el (quit-window): Call unrecord-window-buffer after
3330 showing another buffer in the window. (Bug#9937)
acc825c5 3331 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 3332
ebe06da9
JB
33332011-11-02 Juanma Barranquero <lekktu@gmail.com>
3334
3335 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
3336 Accept status with more than 9 shelves. (Bug#9935)
3337 Reported by Colin D Bennett <colin@gibibit.com>.
3338
4ee88440
MR
33392011-11-01 Martin Rudalics <rudalics@gmx.at>
3340
3341 * help.el (with-help-window): Don't reference
3342 temp-buffer-show-specifiers in doc-string.
3343
08e1d82c
AS
33442011-10-31 Andreas Schwab <schwab@linux-m68k.org>
3345
3346 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
3347 menu-item.
3348
84bd6e9e
VJL
33492011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3350
3351 * whitespace.el: New version 13.2.2.
3352 (whitespace-newline-mode): Disable properly. Reported by Sarah
3353 <EmacsWiki>.
3354
dba0634a
UJ
33552011-10-30 Ulf Jasper <ulf.jasper@web.de>
3356
3357 * net/newst-treeview.el: Remove "Time-stamp".
3358 (newsticker--group-manage-orphan-feeds): Do not call
3359 newsticker--treeview-tree-update.
db22a3c2
JB
3360 (newsticker-treeview-update, newsticker-treeview):
3361 Call newsticker--treeview-tree-update if necessary.
dba0634a 3362
3d8daefe
MR
33632011-10-30 Martin Rudalics <rudalics@gmx.at>
3364
3365 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
3366 (window-iso-combinations): Remove "iso-" infix.
3367 Suggested by Chong Yidong.
3d8daefe
MR
3368 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
3369 (window-max-delta-1, window-resize, window--resize-siblings)
3370 (window--resize-this-window, adjust-window-trailing-edge)
3371 (split-window, balance-windows-1)
3372 (shrink-window-if-larger-than-buffer):
3373 * calendar/calendar.el (calendar-generate-window):
db22a3c2 3374 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 3375
1bc4c3ae
SM
33762011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3377
3378 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
3379 in place (bug#9907).
3380 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
3381 (eshell-rewrite-if-command, eshell-rewrite-for-command)
3382 (eshell-structure-basic-command, eshell-rewrite-while-command)
3383 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
3384 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
3385 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
3386 (eshell-do-pipelines-synchronously, eshell-eval-command):
3387 Use backquotes and prefer setq to set.
3388 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
3389 (eshell-macrop): Use functionp.
c1e2f5fa 3390 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 3391
30b65d9c
CY
33922011-10-30 Chong Yidong <cyd@gnu.org>
3393
3394 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
3395 instead of set-mark (Bug#9810).
3396
2d197ffb
CY
33972011-10-30 Chong Yidong <cyd@gnu.org>
3398
3399 * window.el (split-window-below, split-window-right): Rename from
3400 split-window-above-each-other and split-window-side-by-side
3401 respectively. All callers changed.
3402 (split-window-sensibly, split-window-sensibly): Use them.
3403 (split-window-keep-point): Doc fix.
3404
3405 * isearch.el: Add isearch-scroll property to split-window-below
3406 and split-window-right.
3407
3408 * follow.el (follow-mode):
3409 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
3410 * progmodes/ada-xref.el (ada-gdb-application):
3411 * emulation/vip.el (vip-buffer-in-two-windows):
3412 * image-dired.el (image-dired-dired-with-window-configuration):
3413 * dired-x.el (dired-do-find-marked-files):
3414 * dired.el (dired-pop-to-buffer):
3415 * bs.el (bs--show-with-configuration):
3416 * vc/emerge.el (emerge-setup-windows):
3417 * textmodes/two-column.el (2C-two-columns):
3418 * textmodes/reftex-toc.el (reftex-toc):
3419 * progmodes/gdb-mi.el (gdb-setup-windows):
3420 * progmodes/fortran.el (fortran-window-create):
3421 * net/newst-treeview.el (newsticker--treeview-window-init):
3422 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
3423 * emulation/tpu-edt.el (tpu-gold-map):
3424 * emulation/crisp.el (crisp-mode-map):
3425 * calendar/calendar.el (calendar-basic-setup): Callers changed.
3426
38bb2ca8
CY
34272011-10-29 Chong Yidong <cyd@gnu.org>
3428
aa4de341
CY
3429 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
3430
e1eb5385
CY
3431 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
3432
5d2ece3c
CY
3433 * textmodes/flyspell.el (flyspell-word): Fix char offset for
3434 forged Ispell output (Bug#7904).
3435
38bb2ca8
CY
3436 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
3437
d0af9f77
SM
34382011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3439
3440 * doc-view.el: Avoid ugly errors about not finding nil.
3441 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
3442 (doc-view-dvipdf-program, doc-view-unoconv-program)
3443 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
3444 Avoid nil or absolute file name as default value.
3445 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
3446
52bedd34
AM
34472011-10-28 Alan Mackenzie <acm@muc.de>
3448
db22a3c2 3449 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 3450
7e43cfa5
AM
34512011-10-28 Alan Mackenzie <acm@muc.de>
3452
3453 Amend the handling of c-beginning/end-of-defun in nested declaration
3454 scopes.
3455
52bedd34
AM
3456 * progmodes/cc-vars.el (c-defun-tactic): Move here from
3457 cc-langs.el. Change it to a defcustom.
7e43cfa5 3458
52bedd34
AM
3459 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
3460 cc-vars.el.
7e43cfa5 3461
d0af9f77
SM
3462 * progmodes/cc-engine.el (c-beginning-of-statement-1):
3463 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 3464
52bedd34 3465 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 3466 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
3467 (c-widen-to-enclosing-decl-scope): New function.
3468 (c-while-widening-to-decl-block): New macro.
3469 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
3470 outward for defun boundaries, and correspondingly change symbol
3471 `respect-enclosure' to `go-outward'.
3472 (c-declaration-limits): Change algorithm to report only the "innermost"
3473 defun's boundaries.
3474
1a2ce9ee
DD
34752011-10-28 Deniz Dogan <deniz@dogan.se>
3476
3477 * net/rcirc.el (rcirc-mode): Use hard newlines.
3478
bc97a826
AM
34792011-10-28 Alan Mackenzie <acm@muc.de>
3480
3481 Amend to indent and fontify macros "which include their own semicolon"
3482 correctly, using the "virtual semicolon" mechanism.
3483
52bedd34 3484 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 3485
d0af9f77 3486 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 3487 Recode to scan one line at a time rather than having \n and \r
58179cce 3488 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 3489 (c-forward-label): Amend for virtual semicolons.
58179cce 3490 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 3491
52bedd34
AM
3492 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
3493 of the new C macros.
bc97a826 3494
52bedd34 3495 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
3496 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
3497 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
3498 (c-opt-cpp-macro-define): Make into a full language variable.
3499 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
3500 AWK Mode (including \n, \r) removed, no longer needed.
3501
d0af9f77
SM
3502 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
3503 Invoke c-make-macro-with-semi-re.
bc97a826 3504
52bedd34
AM
3505 * progmodes/cc-vars.el (c-macro-with-semi-re):
3506 (c-macro-names-with-semicolon): New variables.
58179cce 3507 (c-make-macro-with-semi-re): New function.
bc97a826 3508
7a6c0941
SM
35092011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3510
3511 * vc/log-edit.el: Fill empty field rather than adding new one.
3512 (log-edit-add-field): New function.
3513 (log-edit-insert-changelog): Use it.
3514
b0c4cdcf
ML
35152011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3516
3517 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
3518
ee1f1da9
SM
35192011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3520
3521 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
3522 (gdb--check-interpreter): New function.
3523 (gdb): Use it.
3524
51bc5f8b
GM
35252011-10-27 Glenn Morris <rgm@gnu.org>
3526
416a2c45
GM
3527 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
3528 (least-positive-float, least-negative-float)
3529 (least-positive-normalized-float, least-negative-normalized-float)
3530 (float-epsilon, float-negative-epsilon):
3531 Remove unnecessary declarations.
3532
3533 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
3534 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
3535 (least-positive-float, least-negative-float)
3536 (least-positive-normalized-float, least-negative-normalized-float)
3537 (float-epsilon, float-negative-epsilon): Add doc-strings,
3538 based on those in cl.texi.
3539
51bc5f8b
GM
3540 * files.el (set-visited-file-name): If the major-mode changed,
3541 reload the local variables. (Bug#9796)
3542
15de15c6
CY
35432011-10-27 Chong Yidong <cyd@gnu.org>
3544
3545 * subr.el (change-major-mode-after-body-hook): New hook.
3546 (run-mode-hooks): Run it.
3547
ee1f1da9
SM
3548 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3549 Use change-major-mode-before-body-hook.
15de15c6
CY
3550
3551 * simple.el (fundamental-mode):
3552 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
3553 change introducing fundamental-mode-hook.
3554
5430d399
JB
35552011-10-26 Juanma Barranquero <lekktu@gmail.com>
3556
acc825c5 3557 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 3558
ad74a69e
MA
35592011-10-26 Michael Albinus <michael.albinus@gmx.de>
3560
3561 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 3562 tramp.el explicitly. (Bug#7583)
ad74a69e 3563
71d4c2a5
SM
35642011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3565
3566 * progmodes/octave-mod.el:
3567 * progmodes/octave-inf.el: Update maintainer.
3568
b1f6fa26
CY
35692011-10-26 Chong Yidong <cyd@gnu.org>
3570
3571 * subr.el (with-wrapper-hook): Rewrite doc.
3572
3f04efd6
MA
35732011-10-25 Michael Albinus <michael.albinus@gmx.de>
3574
3575 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 3576 filenames "/method:foo:". (Bug#9793)
3f04efd6 3577
410488d3
SM
35782011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3579
3580 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
3581 (bug#9865).
3582
c1ebb47e
GM
35832011-10-24 Glenn Morris <rgm@gnu.org>
3584
3585 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
3586
7f5c46c7
MA
35872011-10-24 Michael Albinus <michael.albinus@gmx.de>
3588
3589 * notifications.el: Add the requirement of a running D-Bus session
3590 bus to the Commentary.
3591
db2440b6
JL
35922011-10-24 Juri Linkov <juri@jurta.org>
3593
3594 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
3595 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
3596 (Bug#9364)
3597
feecf435
JL
35982011-10-24 Juri Linkov <juri@jurta.org>
3599
3600 * info.el (Info-following-node-name-re): Add newline to the list
3601 of allowed characters for leading space. (Bug#9824)
3602
a3839de2
SM
36032011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3604
acc825c5
SM
3605 * progmodes/octave-inf.el (inferior-octave-mode-map):
3606 Fix C-c C-h binding.
a3839de2
SM
3607 * progmodes/octave-mod.el (octave-help): Remove.
3608
09388e76
MA
36092011-10-23 Michael Albinus <michael.albinus@gmx.de>
3610
3611 Sync with Tramp 2.2.3.
3612
3613 * net/tramp-cache.el (top): Pacify byte-compiler using
3614 `init-file-user' and `site-run-file'.
3615
3616 * net/trampver.el: Update release number.
3617
86c60681
CY
36182011-10-23 Chong Yidong <cyd@gnu.org>
3619
3620 * files.el (toggle-read-only): Remove obsolete comment about
3621 version control.
3622
3623 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
3624 for toggle-read-only. Note that this hasn't called vc-next-action
3625 since 2008-05-02, though it wasn't documented at the time.
3626
a3839de2
SM
3627 * vc/ediff-init.el (ediff-toggle-read-only-function):
3628 Use toggle-read-only.
86c60681 3629
cd5495ff
AM
36302011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
3631
3632 Fix bug #9560, sporadic wrong indentation; improve instrumentation
3633 of c-parse-state.
3634
00b77525 3635 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 3636 correct faulty logical expression.
cd5495ff
AM
3637 (c-parse-state-state, c-record-parse-state-state):
3638 (c-replay-parse-state-state): New defvar/defuns.
3639 (c-debug-parse-state): Use new functions.
3640
42ee24ed
MR
36412011-10-22 Martin Rudalics <rudalics@gmx.at>
3642
3643 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 3644 last fix. Use window-in-direction correctly.
42ee24ed 3645
a7dee7e7
CY
36462011-10-21 Chong Yidong <cyd@gnu.org>
3647
3648 * progmodes/idlwave.el (idlwave-mode):
3649 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
3650 require-final-newline; that's done in prog-mode.
3651 Suggested by Stefan Monnier.
a7dee7e7 3652
e07b9a6d
MR
36532011-10-21 Martin Rudalics <rudalics@gmx.at>
3654
3655 * mouse.el (mouse-drag-window-above)
3656 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
3657 (mouse-drag-mode-line-1, mouse-drag-header-line)
3658 (mouse-drag-vertical-line-rightward-window): Remove.
3659 (mouse-drag-line): New function.
3660 (mouse-drag-mode-line, mouse-drag-header-line)
3661 (mouse-drag-vertical-line): Call mouse-drag-line.
3662 * window.el (window-at-side-p, windows-at-side): New functions.
3663
7e1361d9
UM
36642011-10-21 Ulrich Mueller <ulm@gentoo.org>
3665
3666 * tar-mode.el (tar-grind-file-mode):
3667 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
3668
30fcaf3a
CY
36692011-10-21 Chong Yidong <cyd@gnu.org>
3670
3671 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
3672 * progmodes/vera-mode.el (vera-mode):
3673 Use mode-require-final-newline.
30fcaf3a 3674
516eddb0
GM
36752011-10-20 Glenn Morris <rgm@gnu.org>
3676
db22a3c2 3677 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 3678
10d5f513
CS
36792011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
3680
3681 * emulation/cua-base.el (cua-set-mark): Fix case of string.
3682
ac6c8639
CY
36832011-10-20 Chong Yidong <cyd@gnu.org>
3684
3685 * emulation/cua-base.el (cua-mode):
3686 * mail/footnote.el (footnote-mode):
3687 * mail/mailabbrev.el (mail-abbrevs-mode):
3688 * net/xesam.el (xesam-minor-mode):
3689 * progmodes/bug-reference.el (bug-reference-mode):
3690 * progmodes/cap-words.el (capitalized-words-mode):
3691 * progmodes/compile.el (compilation-minor-mode)
3692 (compilation-shell-minor-mode):
3693 * progmodes/gud.el (gud-tooltip-mode):
3694 * progmodes/hideif.el (hide-ifdef-mode):
3695 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
3696 * progmodes/subword.el (subword-mode):
3697 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
3698 * progmodes/which-func.el (which-function-mode):
3699 * term/tvi970.el (tvi970-set-keypad-mode):
3700 * term/vt100.el (vt100-wide-mode):
3701 * textmodes/flyspell.el (flyspell-mode):
3702 * textmodes/ispell.el (ispell-minor-mode):
3703 * textmodes/nroff-mode.el (nroff-electric-mode):
3704 * textmodes/paragraphs.el (use-hard-newlines):
3705 * textmodes/refill.el (refill-mode):
3706 * textmodes/reftex.el (reftex-mode):
3707 * textmodes/rst.el (rst-minor-mode):
3708 * textmodes/sgml-mode.el (html-autoview-mode)
3709 (sgml-electric-tag-pair-mode):
3710 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
3711 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
3712 * emulation/crisp.el (crisp-mode):
3713 * emacs-lisp/eldoc.el (eldoc-mode):
3714 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
3715 minor mode behavior.
3716
aa42ab43
JL
37172011-10-19 Juri Linkov <juri@jurta.org>
3718
3719 * descr-text.el (describe-char): Add #x2010 and #x2011 to
3720 the list of hard-coded chars with escape-glyph face.
3721
89400f1d
SM
37222011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3723
3724 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
3725
305c07f6
MA
37262011-10-19 Michael Albinus <michael.albinus@gmx.de>
3727
3728 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
3729 running process.
3730
13754b54
GM
37312011-10-19 Glenn Morris <rgm@gnu.org>
3732
3733 * vc/vc-bzr.el (vc-bzr-after-dir-status):
3734 Ignore ignored files. (Bug#9726)
3735
06e21633
CY
37362011-10-19 Chong Yidong <cyd@gnu.org>
3737
3738 Doc fix for minor modes, stating that an omitted argument enables
3739 the mode unconditionally when called from Lisp.
3740
3741 * abbrev.el (abbrev-mode):
3742 * allout.el (allout-mode):
3743 * autoinsert.el (auto-insert-mode):
3744 * autoarg.el (autoarg-mode, autoarg-kp-mode):
3745 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
3746 (global-auto-revert-mode):
3747 * battery.el (display-battery-mode):
3748 * composite.el (global-auto-composition-mode)
3749 (auto-composition-mode):
3750 * delsel.el (delete-selection-mode):
3751 * desktop.el (desktop-save-mode):
3752 * dired-x.el (dired-omit-mode):
3753 * dirtrack.el (dirtrack-mode):
3754 * doc-view.el (doc-view-minor-mode):
3755 * double.el (double-mode):
3756 * electric.el (electric-indent-mode, electric-pair-mode):
3757 * emacs-lock.el (emacs-lock-mode):
3758 * epa-hook.el (auto-encryption-mode):
3759 * follow.el (follow-mode):
3760 * font-core.el (font-lock-mode):
3761 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
3762 * help.el (temp-buffer-resize-mode):
3763 * hilit-chg.el (highlight-changes-mode)
3764 (highlight-changes-visible-mode):
3765 * hi-lock.el (hi-lock-mode):
3766 * hl-line.el (hl-line-mode, global-hl-line-mode):
3767 * icomplete.el (icomplete-mode):
3768 * ido.el (ido-everywhere):
3769 * image-file.el (auto-image-file-mode):
3770 * image-mode.el (image-minor-mode):
3771 * iswitchb.el (iswitchb-mode):
3772 * jka-cmpr-hook.el (auto-compression-mode):
3773 * linum.el (linum-mode):
3774 * longlines.el (longlines-mode):
3775 * master.el (master-mode):
3776 * mb-depth.el (minibuffer-depth-indicate-mode):
3777 * menu-bar.el (menu-bar-mode):
3778 * minibuf-eldef.el (minibuffer-electric-default-mode):
3779 * mouse-sel.el (mouse-sel-mode):
3780 * msb.el (msb-mode):
3781 * mwheel.el (mouse-wheel-mode):
3782 * outline.el (outline-minor-mode):
3783 * paren.el (show-paren-mode):
3784 * recentf.el (recentf-mode):
3785 * reveal.el (reveal-mode, global-reveal-mode):
3786 * rfn-eshadow.el (file-name-shadow-mode):
3787 * ruler-mode.el (ruler-mode):
3788 * savehist.el (savehist-mode):
3789 * scroll-all.el (scroll-all-mode):
3790 * scroll-bar.el (scroll-bar-mode):
3791 * server.el (server-mode):
3792 * shell.el (shell-dirtrack-mode):
3793 * simple.el (auto-fill-mode, transient-mark-mode)
3794 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
3795 (line-number-mode, column-number-mode, size-indication-mode)
3796 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
3797 * strokes.el (strokes-mode):
3798 * time.el (display-time-mode):
3799 * t-mouse.el (gpm-mouse-mode):
3800 * tool-bar.el (tool-bar-mode):
3801 * tooltip.el (tooltip-mode):
3802 * type-break.el (type-break-mode-line-message-mode)
3803 (type-break-query-mode):
3804 * view.el (view-mode):
3805 * whitespace.el (whitespace-mode, whitespace-newline-mode)
3806 (global-whitespace-mode, global-whitespace-newline-mode):
3807 * xt-mouse.el (xterm-mouse-mode): Doc fix.
3808
a3839de2
SM
3809 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3810 Fix autogenerated docstring.
06e21633 3811
5214e501
JL
38122011-10-19 Juri Linkov <juri@jurta.org>
3813
3814 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
3815 by checking environment variables "DESKTOP_SESSION" and
3816 "XDG_CURRENT_DESKTOP". (Bug#9779)
3817
195f8db9
JL
38182011-10-19 Juri Linkov <juri@jurta.org>
3819
3820 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
3821 (browse-url-chromium-program, browse-url-chromium-arguments):
3822 New defcustoms.
3823 (browse-url-default-browser): Check for `browse-url-chromium' and
3824 call `browse-url-chromium-program'.
3825 (browse-url-chromium): New command. (Bug#9779)
3826
343a34ff
JB
38272011-10-18 Juanma Barranquero <lekktu@gmail.com>
3828
3829 * facemenu.el (list-colors-duplicates): On Windows, detect more
3830 duplicates by assuming that only colors matching "^System" are
3831 special "system colors". (Bug#9722)
3832
6978a151
SM
38332011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3834
3835 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
3836 to distinguish the author from the committer.
3837
6a80b297
MA
38382011-10-18 Michael Albinus <michael.albinus@gmx.de>
3839
3840 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
3841
b31a5677
JK
38422011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
3843
3844 * international/mule.el (sgml-html-meta-auto-coding-function):
3845 Add support for detecting encoding in HTML5 specified only as
3846 <meta charset="UTF-8">. Implementation just makes http-equiv and
3847 content-type parts from HTML4 encoding string optional. (Bug#9716)
3848
80c6d77f
GM
38492011-10-18 Glenn Morris <rgm@gnu.org>
3850
3851 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
3852
08b0fee8
CY
38532011-10-18 Chong Yidong <cyd@gnu.org>
3854
3855 * faces.el (cursor): Doc fix.
3856
67e729a5
CY
38572011-10-17 Chong Yidong <cyd@gnu.org>
3858
3859 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
3860
343a34ff 38612011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
3862
3863 * dirtrack.el (dirtrack): Support shell buffers with path
3864 prefixes, e.g. tramp-based remote shells. (Bug#9647)
3865
0bc06380
TZ
38662011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
3867
3868 * json.el: Bump version to 1.3 and note change in History.
3869 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
3870
8b79f3e0
SM
38712011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
3872
5a7c536b
SM
3873 * comint.el (comint-insert-input, comint-send-input)
3874 (comint-get-old-input-default, comint-backward-matching-input)
3875 (comint-next-prompt): Use nil instead of `input' for field property of
3876 past user input (bug#114).
3877
96a8a0df
SM
3878 * minibuffer.el (completion--replace): Inherit surrounding properties
3879 (bug#114).
3880 (minibuffer-complete-and-exit): Use it.
3881
8b79f3e0
SM
3882 * comint.el (comint--table-subvert): Quote the all-completions output
3883 (bug#9160).
3884
b8f7ff0d
MR
38852011-10-17 Martin Rudalics <rudalics@gmx.at>
3886
8b79f3e0 3887 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 3888
b8f7ff0d 3889 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 3890 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
3891 entries and separate them from frame entries.
3892
c235b555
GM
38932011-10-15 Glenn Morris <rgm@gnu.org>
3894
3895 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
3896 Doc fixes.
3897
6bbfa6e1
CY
38982011-10-15 Chong Yidong <cyd@stupidchicken.com>
3899
8b79f3e0
SM
3900 * net/network-stream.el (network-stream-open-starttls):
3901 Improve detection of failure due to lack of TLS support.
ec5c990d 3902
6bbfa6e1
CY
3903 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
3904 putting the input text in front and in bold.
3905
98488977
SM
39062011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
3907
3d1337be
SM
3908 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
3909
ee0b45e4
SM
3910 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
3911 empty buffer.
3912
98488977
SM
3913 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
3914 unread-command-events rather than pushing yet-another event.
3915
186f4720
EZ
39162011-10-14 Eli Zaretskii <eliz@gnu.org>
3917
3918 * mail/sendmail.el (sendmail-query-once): Improve the wording of
3919 the explanation of the possible choices. Make the options passed
3920 to completing-read shorter.
3921
8b7a997c
AM
39222011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3923
3924 * textmodes/flyspell.el (flyspell-large-region): Make sure
3925 extended character mode is used if defined (Bug#1339).
3926
12587bbb
EZ
39272011-10-13 Eli Zaretskii <eliz@gnu.org>
3928
3929 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
3930 character info for LRE, LRO, RLE, and RLO characters by appending
3931 an invisible PDF.
12587bbb 3932
bad41229
SM
39332011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
3934
3935 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
3936 even in case of error; add debug spec; simplify data flow.
3937 (with-timeout-handler): Remove.
3938
28dbc92f
MA
39392011-10-12 Michael Albinus <michael.albinus@gmx.de>
3940
3941 Fix Bug#6019, Bug#9315.
3942
3943 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
3944 complete `buffer-file-name', the local file name part could look
3945 remotely (for example on VMS).
3946
3947 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
3948 `tramp-run-real-handler'.
3949 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
3950 already quoted by '"'.
3951
3952 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
3953 Let `file-name-handler-alist' be nil, the local file name part
3954 could look remotely (for example on VMS).
3955
e1b0b23a
SM
39562011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3957
3958 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
3959 from here...
3960 (flyspell-post-command-hook): ...to here.
3961
a120bde9
SM
39622011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3963
3964 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
3965 if not needed.
3966 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
3967 using completion. Protect against "slow" callers.
3968 Remove the "message hack".
3969
7ce7717b
JL
39702011-10-11 Juri Linkov <juri@jurta.org>
3971
3972 * isearch.el (isearch-lazy-highlight-word): New variable.
3973 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
3974 Use it. (Bug#9727)
3975
c02ee9d6
GM
39762011-10-11 Glenn Morris <rgm@gnu.org>
3977
3978 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
3979 like f90-previous-statement does.
3980
93e616fd 39812011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3982
1f190e73 3983 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
3984 only in interactive use, to avoid error.
3985
af7b6078
SM
39862011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3987
3988 * minibuffer.el (completion-file-name-table): Fix last change,
3989 i.e. ignore normal errors but not the other ones.
3990
0563dae9
MR
39912011-10-10 Martin Rudalics <rudalics@gmx.at>
3992
3993 * window.el (special-display-buffer-names)
3994 (special-display-regexps): Remove some remnants of earlier
3995 changes from doc-strings.
366ca7f3
MR
3996 (quit-windows-on): New function.
3997
3998 * vc/vc.el (vc-revert, vc-rollback):
3999 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
4000 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 4001 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 4002
49677495
MR
40032011-10-09 Martin Rudalics <rudalics@gmx.at>
4004
4005 * window.el (frame-auto-hide-function): Add version tag.
4006 (Bug#9699)
4007
56f2d1e1
MA
40082011-10-09 Michael Albinus <michael.albinus@gmx.de>
4009
4010 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
4011 condition.
4012
112a6592
LL
40132011-10-09 Leo Liu <sdl.web@gmail.com>
4014
4015 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
4016 (Bug#9701)
4017
0812589b
GM
40182011-10-08 Glenn Morris <rgm@gnu.org>
4019
4020 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
4021 before the first code statement zero indent. (Bug#9690)
4022
b2b0776e
CY
40232011-10-08 Chong Yidong <cyd@stupidchicken.com>
4024
4025 * simple.el (count-words-region): Always count in the region.
4026 Report the number of lines and characters too.
4027 (count-words): New command, which counts in the buffer if the
4028 region is inactive, as count-words-region used to.
4029 (count-words--message): New function. Handle plurals.
4030 (count-lines-region): Make it an alias for count-words-region.
4031
4032 * bindings.el (esc-map): Replace count-lines-region with
4033 count-words-region.
4034
c557cd6b
MR
40352011-10-08 Martin Rudalics <rudalics@gmx.at>
4036
4037 * window.el (window--delete): Delete dedicated frame
4038 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 4039 (switch-to-buffer): Fix doc-string typo.
c557cd6b 4040
61a57ef4 40412011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4042
3a7d293b 4043 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 4044
c3833279
CY
40452011-10-07 Chong Yidong <cyd@stupidchicken.com>
4046
4047 * bindings.el ([M-left],[M-right]): Bind to left-word and
4048 right-word respectively.
4049
21ce8245
GM
40502011-10-07 Glenn Morris <rgm@gnu.org>
4051
4052 * cus-start.el (debug-on-quit): Fix custom type.
4053
6d823bb2
LMI
40542011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4055
0181e193
LMI
4056 * subr.el (define-key-after): Clarify that the function is not
4057 useful for non-menu keymaps.
4058
6d823bb2
LMI
4059 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
4060
8e3459ce 40612011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4062
21ce8245 4063 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 4064 in current minibuffer (Fix bug with recursive minibuffers).
4065
a1c2d21e
CY
40662011-10-06 Chong Yidong <cyd@stupidchicken.com>
4067
4068 * progmodes/gdb-mi.el (gdb): Doc fix.
4069
5a4cf282
MR
40702011-10-05 Martin Rudalics <rudalics@gmx.at>
4071
4072 * window.el (frame-auto-hide-function): New option replacing
4073 frame-auto-delete. Suggested by Stefan Monnier.
4074 (window--delete): Call frame-auto-hide-function instead of
4075 investigating frame-auto-delete.
c96111ea
MR
4076 (window-point-1, set-window-point-1): New functions.
4077 (window-in-direction, record-window-buffer, window-state-get-1)
4078 (display-buffer-record-window): Use window-point-1 instead of
4079 window-point.
4080 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 4081
9854542e
SM
40822011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
4083
4084 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
4085
8943cfb0
GM
40862011-10-05 Glenn Morris <rgm@gnu.org>
4087
4088 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
4089 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
4090
647ab967
LL
40912011-10-05 Leo Liu <sdl.web@gmail.com>
4092
4093 * subr.el (read-char-choice): Fix argument to buffer-live-p which
4094 works with buffer object.
4095
3ddfbced
SM
40962011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
4097
4098 * mpc.el (mpc-tool-bar-map): Add labels.
4099
bdfa5dd2
GM
41002011-10-04 Glenn Morris <rgm@gnu.org>
4101
4102 * calendar/holidays.el (calendar-check-holidays): Doc fix.
4103
0e2070b5
MR
41042011-10-04 Martin Rudalics <rudalics@gmx.at>
4105
4106 * window.el (window--delete): New function.
4107 (frame-auto-delete): Resuscitate option.
4108 (bury-buffer, replace-buffer-in-windows)
4109 (quit-window): Rewrite using window--delete.
4110 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
4111 Pass display-buffer-mark-dedicated to window--display-buffer-2
4112 (Bug#9639).
4113
3dc61a09
SM
41142011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4115
915a9b64
SM
4116 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
4117 returns a list (bug#9554). Add remote file name completion.
4118 * comint.el (comint--table-subvert): Curry and get quote&unquote
4119 functions as arguments.
4120 (comint--complete-file-name-data): Adjust call accordingly.
4121 * pcomplete.el (pcomplete--table-subvert): Remove.
4122 (pcomplete-completions-at-point): Use comint--table-subvert instead.
4123
3dc61a09
SM
4124 * minibuffer.el (completion-table-case-fold): Use currying.
4125 (completion--styles-type, completion--cycling-threshold-type):
4126 New constants.
4127 (completion-styles, completion-category-overrides)
4128 (completion-cycle-threshold): Use them.
4129 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
4130 completion-table-case-fold.
4131
8ea0a993
SB
41322011-10-03 Stephen Berman <stephen.berman@gmx.net>
4133
4134 * minibuffer.el (completion-category-overrides): Fix type of styles
4135 and add more user friendly tags (bug#9660).
4136
8c24b7f6
SM
41372011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4138
4139 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
4140 (mule-input-method-string): New widget.
4141 (default-input-method, language-info-custom-alist): Use it.
4142
428fe61a
SM
41432011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
4144
32c1fffd
SM
4145 * pcomplete.el: Require comint.
4146 (pcomplete--common-suffix): Remove.
4147 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
4148 (pcomplete--table-subvert): Sync with comint--table-subvert.
4149 (pcomplete--entries): Use comint-completion-file-name-table.
4150 * comint.el (comint-unquote-filename): Simplify.
4151 (comint-completion-file-name-table): New function (bug#9616).
4152 (comint--complete-file-name-data): Use it.
4153
428fe61a
SM
4154 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
4155 (pcmpl-gnu-tar-buffer): Remove.
4156 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
4157 around. Make sure pcomplete-suffix-list is only changed temporarily.
4158 Don't look inside the tar's file if it's too large.
428fe61a 4159
04c52e2f
CY
41602011-10-01 Chong Yidong <cyd@stupidchicken.com>
4161
ce3cefcc
CY
4162 * cus-edit.el (custom-mode-map):
4163 * epa.el (epa-key-list-mode-map):
4164 * man.el (Man-mode-map):
4165 * startup.el (splash-screen-keymap):
4166 * simple.el (special-mode-map): Use scroll-up-command and
4167 scroll-down-command.
4168
4169 * progmodes/idlw-help.el (idlwave-help-mode-map):
4170 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
4171 * net/newst-plainview.el (newsticker-mode-map):
4172 * emulation/ws-mode.el (wordstar-mode-map):
4173 * emulation/vi.el (vi-com-map):
4174 * calc/calc-graph.el (calc-graph-show-dumb):
4175 * term/sun.el (terminal-init-sun):
4176 * term/ns-win.el (global-map):
4177 * progmodes/grep.el (grep-mode-map):
4178 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
4179 * mail/rmail.el (rmail-mode-map):
4180 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
4181
04c52e2f
CY
4182 * custom.el (custom-safe-themes, load-theme): Treat value of t for
4183 custom-safe-themes as special.
4184
79adf8c8
JD
41852011-10-01 Julien Danjou <julien@danjou.info>
4186
4187 * notifications.el (notifications-notify): Fix docstring.
4188
63bd50d3
PS
41892011-10-01 Per Starbäck <per@starback.se>
4190
4191 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
4192
199e4c7e
MR
41932011-09-30 Martin Rudalics <rudalics@gmx.at>
4194
4195 * startup.el (command-line-1): Fix last fix by inserting
4196 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 4197 (Bug#9605) and (Bug#9636)
199e4c7e 4198
fe5f08dd
EZ
41992011-09-29 Eli Zaretskii <eliz@gnu.org>
4200
4201 * simple.el (line-move): If auto-hscroll-mode is disabled and the
4202 window is hscrolled, move by logical lines. (Bug#9607)
4203 (line-move-visual): Update the doc string to the above effect.
4204
b5516bbd
MR
42052011-09-29 Martin Rudalics <rudalics@gmx.at>
4206
ccee00c0
MR
4207 * window.el (display-buffer-record-window): When WINDOW is the
4208 selected window use `point' instead of `window-point'. (Bug#9626)
4209
b5516bbd
MR
4210 * startup.el (command-line-1): Use insert-before-markers when
4211 inserting initial-scratch-message. (Bug#9605)
ccee00c0 4212
b5516bbd
MR
4213 * help.el (help-window): Remove variable.
4214
52aa0014
GM
42152011-09-29 Glenn Morris <rgm@gnu.org>
4216
4217 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
4218
df9a7357
JB
42192011-09-29 Juanma Barranquero <lekktu@gmail.com>
4220
4221 * descr-text.el (describe-char-categories): Accept category
4222 descriptions more than one line long.
4223
a8406c20
SM
42242011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4225
88d9610c
SM
4226 * simple.el (delete-trailing-whitespace): Fix last change.
4227
a5daf810
SM
4228 * progmodes/perl-mode.el (perl-syntax-propertize-function):
4229 Don't confuse "y => 3" as the beginning of a `y' operation.
4230
a8406c20
SM
4231 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
4232 object has more than 4 slots (bug#9613).
4233
a239d4e9
JB
42342011-09-28 Juanma Barranquero <lekktu@gmail.com>
4235
4236 * subr.el (with-output-to-temp-buffer):
4237 * net/quickurl.el (quickurl, quickurl-browse-url):
4238 Fix typos in docstrings.
4239
693fbdb6
EZ
42402011-09-27 Eli Zaretskii <eliz@gnu.org>
4241
4242 * minibuffer.el (completion-styles)
4243 (completion-category-overrides): Cross reference each other in doc
4244 strings.
4245
8b457e28
GM
42462011-09-27 Glenn Morris <rgm@gnu.org>
4247
4248 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
4249 to split-string. (Bug#9606)
4250
85a16208
LMI
42512011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4252
4253 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
4254 (bug#9615).
4255
502f9ebd
CY
42562011-09-27 Chong Yidong <cyd@stupidchicken.com>
4257
4258 * emacs-lisp/package.el (list-packages): Fix echo area message.
4259
7690bdea
LL
42602011-09-27 Leo Liu <sdl.web@gmail.com>
4261
4262 * ido.el (ido-read-internal): Accept cons cell HIST arg.
4263
e2ee6f30
MA
42642011-09-25 Michael Albinus <michael.albinus@gmx.de>
4265
4266 * net/dbus.el (dbus-unregister-object): Don't release services for
4267 registered signals. (Bug#9581)
4268
f3f98342
TZ
42692011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4270
4271 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
4272 function that picks between cfengine 2 and 3 support
4273 automatically. Update docs accordingly.
4274
dd7aa8dd
KH
42752011-09-22 Kenichi Handa <handa@m17n.org>
4276
4277 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
4278 ZERO.
4279 (indian-itrans-v5-table-for-tamil): New variable.
4280 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
4281
3f2b07f8
KM
42822011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
4283
4284 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
4285 that's true if the current command involved collapsing of text.
4286 It's reset to false at the beginning of the next command.
4287 (allout-post-command-business): Move the cursor to the beginning
4288 of entry if the cursor is hidden and collapsing activity just
4289 happened.
4290
371d6a61
CY
42912011-09-24 Chong Yidong <cyd@stupidchicken.com>
4292
4293 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
4294 tracking (Bug#9541).
4295
2ac2721a
UJ
42962011-09-24 Ulf Jasper <ulf.jasper@web.de>
4297
4298 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
4299 (newsticker-show-news): Automatically load html rendering package
4300 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
4301 because w3m-fill-column is let-bound" and the error "Symbol's value
4302 as variable is void: w3m-fill-column".
2ac2721a 4303
fac7ae53
MA
43042011-09-24 Michael Albinus <michael.albinus@gmx.de>
4305
4306 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
4307 Release services only if they are defined. (Bug#9581)
4308
e08b633b
RS
43092011-09-23 Richard Stallman <rms@gnu.org>
4310
e488d29c
RS
4311 * textmodes/paragraphs.el (forward-sentence): For backwards case,
4312 distinguish start of paragraph from start of its text.
4313
19c38752
RS
4314 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
4315
e08b633b
RS
4316 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
4317 (rmail-generate-viewer-buffer): Put that hook on view buffer.
4318 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
4319
0a39f27e
AS
43202011-09-23 Andreas Schwab <schwab@linux-m68k.org>
4321
4322 * international/mule-diag.el (mule-diag): Insert a newline after
4323 each fontset description.
4324
db4e950d
SM
43252011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4326
4327 * simple.el (delete-trailing-whitespace):
4328 Document last change; simplify.
4329
eca3f3ea
PW
43302011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
4331
d68e189a
PW
4332 * simple.el (delete-trailing-whitespace): Also delete
4333 extra newlines at the end of the buffer.
4334
eca3f3ea
PW
4335 * textmodes/picture.el: Make motion commands obey shift-select-mode.
4336 (picture-newline): Use forward-line so as to ignore fields.
4337
01c157cc
SM
43382011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4339
4340 * subr.el (with-wrapper-hook): Fix edebug spec.
4341
022de23e
LMI
43422011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4343
4344 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
4345 (bug#4538).
4346
91683089
MA
43472011-09-23 Michael Albinus <michael.albinus@gmx.de>
4348
eca3f3ea
PW
4349 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
4350 Fix nasty bug using wrong cached values.
91683089 4351
5bdd6fa4
AM
43522011-09-23 Alan Mackenzie <acm@muc.de>
4353
4354 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
4355
97adfb97
CY
43562011-09-23 Chong Yidong <cyd@stupidchicken.com>
4357
4358 * window.el (pop-to-buffer): Ensure right window is selected if we
4359 chose another frame.
4360
d4ef2b50
EZ
43612011-09-22 Eli Zaretskii <eliz@gnu.org>
4362
4363 * simple.el (what-cursor-position): Use get-char-property-change
4364 and next-single-char-property-change, to be able to show display
4365 properties that come from overlays as well as text properties.
4366
72258fe5
CY
43672011-09-22 Chong Yidong <cyd@stupidchicken.com>
4368
4369 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
4370
4371 * cmuscheme.el (run-scheme, switch-to-scheme):
4372 * cus-edit.el (customize-group, custom-buffer-create)
4373 (customize-browse):
4374 * info.el (info):
4375 * shell.el (shell):
4376 * mail/sendmail.el (mail):
4377 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
4378
8f098516
RS
43792011-09-22 Richard Stallman <rms@gnu.org>
4380
4381 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
4382 move back only to line beg, don't move back over blank lines.
4383
e74f1bb6
MA
43842011-09-22 Michael Albinus <michael.albinus@gmx.de>
4385
4386 * files.el (copy-directory): Set directory attributes only in case
4387 they could be retrieved from the source directory. (Bug#9565)
4388
bfeef8b6
DK
43892011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
4390
4391 * progmodes/hideshow.el (hs-looking-at-block-start-p)
4392 (hs-find-block-beginning, hs-hide-level-recursive):
4393 Ignore strings as well as comments. (Bug#9502)
4394
7e423bb8
AS
43952011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
4396
4397 * progmodes/sql.el (sql-comint-postgres):
4398 Convert port number to a string. (Bug#9566)
4399
b4d72fcf
MR
44002011-09-22 Martin Rudalics <rudalics@gmx.at>
4401
4402 * window.el (quit-window): Undedicate window when switching to
4403 previous buffer. Reported by Thierry Volpiatto
4404 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
4405 (special-display-popup-frame): When popping up a new frame reset
4406 its previous buffers to nil. Simplify code.
b4d72fcf 4407
a7b88dc6
MA
44082011-09-21 Michael Albinus <michael.albinus@gmx.de>
4409
4410 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
4411 and process filter, as done also in `shell-command'.
4412
cf4eacfd
MR
44132011-09-21 Martin Rudalics <rudalics@gmx.at>
4414
eca3f3ea 4415 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
4416 Call set-window-start with NOFORCE argument t.
4417 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
4418 (quit-window): Reword doc-string. Handle new format of
4419 quit-restore parameter. Don't delete window if it has a
4420 previous buffer we can show instead of the present one.
4421 (display-buffer-record-window): Rewrite using a new format for
4422 the quit-restore window parameter
4423 (special-display-popup-frame, display-buffer-same-window)
4424 (display-buffer-reuse-window, display-buffer-pop-up-frame)
4425 (display-buffer-pop-up-window, display-buffer-use-some-window):
4426 Adapt symbol passed to display-buffer-record-window.
4427 * help.el (help-window-setup): Handle new format of quit-restore
4428 parameter.
4429
8d28cb95
SM
44302011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4431
94ab793f
SM
4432 * faces.el (face-list): Fix docstring (bug#9564).
4433
8d28cb95
SM
4434 * window.el (display-buffer--action-function-custom-type):
4435 Don't include internal functions in the Custom interface.
4436
3820edeb
JL
44372011-09-20 Juri Linkov <juri@jurta.org>
4438
4439 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
4440 (Info-forward-node, Info-backward-node, Info-next-preorder)
4441 (Info-last-preorder): Use it. (Bug#9528)
4442
5147931d
JL
44432011-09-20 Juri Linkov <juri@jurta.org>
4444
4445 * info.el (Info-last-preorder): Visit last menu item only when
4446 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
4447
cf499a1a
JD
44482011-09-20 Julien Danjou <julien@danjou.info>
4449
4450 * password-cache.el (password-cache-remove): Remove entries even if the
4451 value is nil, so that password with a nil value (negative caching) is
4452 possible to invalidate.
4453
f84e2fe2
LM
44542011-09-20 Lawrence Mitchell <wence@gmx.li>
4455
4456 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
4457 all whitespace around breakpoint. (Bug#9553)
4458 (f90-find-breakpoint): Only break at whitespace inside a comment.
4459
78054a46
SM
44602011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
4461
4462 * minibuffer.el (completion-file-name-table): Keep track of errors.
4463 (completion-table-with-predicate): Handle the case where pred1 is nil.
4464 * pcomplete.el (pcomplete-completions-at-point): Simplify.
4465
345083b2
SM
44662011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4467
e24e27be
SM
4468 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
4469 (debugger-return-value): Signal an error if the debugging context does
4470 not await any return value.
4471
345083b2
SM
4472 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
4473 * image-mode.el (image-toggle-display-text)
4474 (image-toggle-display-image): Stay away from evil `intangible'.
4475
08d355e3
LL
44762011-09-19 Leo Liu <sdl.web@gmail.com>
4477
4478 * replace.el (occur-revert-arguments): Make it permanent-local.
4479 (occur-mode): Don't call font-lock-defontify.
4480
f01da43f
CY
44812011-09-19 Chong Yidong <cyd@stupidchicken.com>
4482
4483 * net/ldap.el (ldap-search-internal): Don't push empty search
4484 result (Bug#9508).
4485
b6072fa6
SM
44862011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4487
4488 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
4489
443d6696
MA
44902011-09-19 Michael Albinus <michael.albinus@gmx.de>
4491
4492 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
4493 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
4494
7cc6e154
JL
44952011-09-18 Juri Linkov <juri@jurta.org>
4496
4497 * buff-menu.el (Buffer-menu-mode-map):
4498 * dired.el (dired-mode-map):
4499 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
4500 (lisp-interaction-mode-map):
4501 * emacs-lisp/package.el (package-menu-mode-map):
4502 * epa.el (epa-key-list-mode-map):
4503 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
4504 (menu-bar-options-menu):
4505 * outline.el (outline-mode-menu-bar-map):
4506 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
4507 * vc/vc-dir.el (vc-dir-menu-map):
4508 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
4509 Capitalize non-function content words in menu item strings.
4510
4511 * dired.el (dired-mode-map): Add menu item for
4512 `image-dired-dired-toggle-marked-thumbs'.
4513
80302a81
JL
45142011-09-18 Juri Linkov <juri@jurta.org>
4515
4516 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
4517 to `isearch-case-fold-search' and restore its original value
4518 after the `isearch-mode' call.
4519
46c5cf66
JL
45202011-09-18 Juri Linkov <juri@jurta.org>
4521
4522 * progmodes/grep.el (grep-process-setup): Don't check code for 1
4523 because `zgrep' returns 1 for successful matches (bug#9226).
4524
d18b513b
JL
45252011-09-18 Juri Linkov <juri@jurta.org>
4526
4527 * info.el (Info-extract-menu-node-name): Check the second match
4528 for empty string (second test-case of bug#9528).
4529 (Info-last-preorder): Let-bind `Info-history' to nil to not add
4530 intermediate nodes to the history (first test-case of bug#9528).
4531
72753f87
JL
45322011-09-18 Juri Linkov <juri@jurta.org>
4533
4534 * info.el (Info-mode-syntax-table): New variable.
1154d12e 4535 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 4536
c9384295
JL
45372011-09-18 Juri Linkov <juri@jurta.org>
4538
1154d12e
JB
4539 * info.el (Info-file-supports-index-cookies):
4540 Increment line-beginning-position's arg from 3 to 4 because makeinfo
4541 outputs one more line for long file names (bug#4142).
c9384295 4542
d473dce8
CY
45432011-09-18 Chong Yidong <cyd@stupidchicken.com>
4544
4545 * newcomment.el (comment-normalize-vars): If prompting for
4546 comment-start, set comment-start-skip too (Bug#8424).
4547
2176854d
JB
45482011-09-18 Johan Bockgård <bojohan@gnu.org>
4549
4550 * icomplete.el: Fix previous fix of Bug#5849.
4551 (icomplete-mode): Don't set completion-show-inline-help.
4552 (icomplete-minibuffer-setup): Set completion-show-inline-help
4553 locally during icompletion.
4554
3aace4e4
CY
45552011-09-18 Chong Yidong <cyd@stupidchicken.com>
4556
c940224f
CY
4557 * woman.el (woman2-process-escapes): Don't delete unrecognized
4558 escapes (Bug#7843).
4559
3aace4e4
CY
4560 * files.el (inhibit-first-line-modes-regexps): Add image files.
4561 (hack-local-variables-prop-line): Return nil for malformed
4562 prop-lines (Bug#9044).
4563
710dec63
MA
45642011-09-18 Michael Albinus <michael.albinus@gmx.de>
4565
4566 * net/tramp.el (top): Don't require 'shell.
4567 (tramp-methods): Fix docstring.
4568 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
4569 Return complete remote file name. Handle "smb" case.
4570 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
4571 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
4572
4573 * net/tramp-compat.el (top): Require 'shell.
4574
4575 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
4576 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
4577 `tramp-current-host'.
4578 (tramp-get-remote-tmpdir): Remove.
4579
4580 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
4581 `tramp-tmpdir' entries.
4582 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
4583 (tramp-smb-handle-file-attributes): Ignore errors.
4584 (tramp-smb-wait-for-output): Check also for process end.
4585
5d5ac8ec
LMI
45862011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4587
4588 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
4589 when sending QUIT (bug#9312).
4590
8c0f49f0
CY
45912011-09-17 Chong Yidong <cyd@stupidchicken.com>
4592
4593 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
4594 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
4595 occur-mode-display-occurrence.
4596 (occur-edit-mode): Add usage message.
4597 (occur-cease-edit): New command.
4598 (occur-after-change-function): Use text properties to find the
4599 position of the prefix text.
4600 (occur-engine): Set stickiness of prefix text properties.
4601
8f1383f7
GM
46022011-09-17 Glenn Morris <rgm@gnu.org>
4603
4604 * progmodes/etags.el (complete-tag):
4605 Fix call to completion-in-region. (Bug#9526)
4606
744ba0e3
JL
46072011-09-17 Juri Linkov <juri@jurta.org>
4608
4609 * textmodes/ispell.el (ispell-word): Add to the error message
4610 the word, ispell program name and current dictionary (bug#9121).
4611 (ispell-tex-arg-end): Capitalize "error" in the error message.
4612
d9bbf400
AS
46132011-09-17 Andreas Schwab <schwab@linux-m68k.org>
4614
4615 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
4616 check. (Bug#4251)
4617
8da11505
JL
46182011-09-17 Juri Linkov <juri@jurta.org>
4619
4620 * window.el (window-safe-min-height, window-safe-min-width):
4621 Fix typos (followup to bug#9522).
4622
a91adc7e
SJ
46232011-09-17 Sven Joachim <svenjoac@gmx.de>
4624
4625 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
4626
064f328a
EZ
46272011-09-16 Eli Zaretskii <eliz@gnu.org>
4628
4629 * simple.el (line-move): If goal-column is set, move by logical
4630 lines, not by display lines. (Bug#971)
4631 (next-line, previous-line, goal-column, line-move-visual): Doc fix
4632 to reflect the above change.
4633
e69df516
SM
46342011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4635
4636 * image.el (imagemagick-register-types): Use regexp-opt.
4637
cbb0f9ab
CY
46382011-09-15 Chong Yidong <cyd@stupidchicken.com>
4639
4640 * window.el (display-buffer-base-action): Rename from
4641 display-buffer-default-action. Make default value empty.
4642 (display-buffer-overriding-action): Convert to defvar.
4643 (display-buffer-fallback-action): New var.
4644
25322144
CY
46452011-09-15 Chong Yidong <cyd@stupidchicken.com>
4646
4647 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
4648 declaration.
4649 (package--add-to-archive-contents): If there is a duplicate entry
4650 with an older version, remove it.
4651 (package-menu-mark-delete, package-menu-mark-install)
4652 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
4653 (package-menu-mark-obsolete-for-deletion):
4654 Use package-menu-get-status instead of a regexp search.
25322144
CY
4655 (package-menu-get-status): Use tabulated-list-entry.
4656 (package-menu-mark-upgrades): New command.
d770725a 4657 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
4658 (package-menu-execute): Do installation before deletion.
4659 (package-menu-refresh, package-menu-execute): Use derived-mode-p
4660 instead of checking major-mode.
4661 (package-menu--find-upgrades): New function.
4662
7520339c
LMI
46632011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4664
4665 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
4666 passwords in the log buffer.
65a046c4
LMI
4667 (smtpmail-process-filter): Update the process marker so that the
4668 "broken by peer" status message is inserted in the right place.
7520339c 4669
d3c30954
SM
46702011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4671
3fe48822
SM
4672 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
4673 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
4674 bibtex-completion-at-point-function.
4675 (bibtex-completion-at-point-function): Use them.
4676
1b8b3954
SM
4677 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
4678
d3c30954
SM
4679 * mpc.el (mpc-constraints-tag-lookup): New function.
4680 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
4681 also to browser "album|playlist".
4682
72779976
JL
46832011-09-14 Juri Linkov <juri@jurta.org>
4684
4685 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
4686 (isearch-edit-string): Use length of `isearch-string' when
4687 `isearch-fail-pos' returns nil.
4688 (isearch-message): Remove duplicate code and call
4689 `isearch-fail-pos' with arg `t'.
4690
a0bf2bcd
CY
46912011-09-14 Chong Yidong <cyd@stupidchicken.com>
4692
17bb0a2d
CY
4693 * replace.el (occur-mode-goto-occurrence): Don't force using other
4694 window (Bug#9499).
4695
a0bf2bcd
CY
4696 * dired-aux.el (dired-do-chmod): Don't provide initial input.
4697
f678e0b6
MR
46982011-09-14 Martin Rudalics <rudalics@gmx.at>
4699
4700 * window.el (display-buffer-window): Remove.
4701 (display-buffer-record-window): Use help-setup window parameter
4702 instead of variable display-buffer-window.
4703 (display-buffer-function, special-display-buffer-names)
4704 (special-display-function): Mention help-setup parameter instead
4705 of display-buffer-window in doc-string.
d3c30954
SM
4706 * help.el (help-window-setup): New argument help-window.
4707 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
4708 Reword some messages.
4709 (with-help-window): Pass window used for displaying the buffer
4710 to help-window-setup. Don't set display-buffer-window.
4711
8e39b2e8
GM
47122011-09-13 Glenn Morris <rgm@gnu.org>
4713
4714 * emacs-lisp/debug.el (debugger-make-xrefs):
4715 Preserve point. (Bug#9462)
4716
85e9c04b
CY
47172011-09-13 Chong Yidong <cyd@stupidchicken.com>
4718
4719 * window.el (window-deletable-p): Use next-frame.
4720
1b36ed6a
MR
47212011-09-13 Martin Rudalics <rudalics@gmx.at>
4722
4723 * window.el (window-auto-delete): Remove.
4724 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 4725 dedication and previous buffers.
1b36ed6a
MR
4726 (switch-to-prev-buffer): Don't delete window.
4727 (delete-windows-on): Delete a window's frame if and only if the
4728 window is dedicated.
4729 (replace-buffer-in-windows): Delete buffer's window or frame if
4730 and only if window is dedicated.
4731 (quit-window): Handle quit-restore as before last change.
4d61f28d 4732 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 4733
ef8ef9fb
CY
47342011-09-13 Chong Yidong <cyd@stupidchicken.com>
4735
4736 * window.el (window-deletable-p): Never delete the last frame on a
4737 given terminal.
4738
b2cba41e
GM
47392011-09-13 Glenn Morris <rgm@gnu.org>
4740
4741 * help.el (describe-key-briefly): Copy previous standard-output change.
4742
51553db6 47432011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
4744
4745 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
4746
b7556719
GM
47472011-09-13 Glenn Morris <rgm@gnu.org>
4748
4749 * emacs-lisp/lisp-mode.el (lisp-indent-function):
4750 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
4751
64b51947
CY
47522011-09-12 Chong Yidong <cyd@stupidchicken.com>
4753
4754 * dired-aux.el (dired-mark-read-string): Don't return default
4755 value on empty input (Bug#9361).
4756 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
4757 Omit initial minibuffer contents.
4758 (dired-do-chmod): Signal an error on empty input.
4759 (dired-mark-read-string): Don't return default on empty input.
4760
4761 * files.el (file-modes-symbolic-to-number): Doc fix.
4762
393a301e
SM
47632011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4764
4765 * international/mule-cmds.el (ucs-completions): Remove.
4766 (read-char-by-name): Use complete-with-action instead; add metadata.
4767
fa5660f9
CY
47682011-09-11 Chong Yidong <cyd@stupidchicken.com>
4769
4770 * window.el (display-buffer--action-function-custom-type)
4771 (display-buffer--action-custom-type): New vars.
4772 (display-buffer-alist, display-buffer-default-action)
4773 (display-buffer-overriding-action): Add defcustom types.
4774
4a592f66
CY
4775 * frame.el (delete-other-frames): Doc fix (Bug#276).
4776
73d56dbd
LMI
47772011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4778
4779 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
4780
37ac18a3
CY
47812011-09-11 Chong Yidong <cyd@stupidchicken.com>
4782
4783 Change modes that used same-window-* vars to use switch-to-buffer.
4784
4785 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
4786 Use switch-to-buffer.
4787
4788 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
4789 (customize-browse, custom-buffer-create-other-window):
4790 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
4791
4792 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
4793 (Info-prev, Info-up, Info-speedbar-goto-node)
4794 (info-display-manual): Use switch-to-buffer.
4795 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
4796
4797 * mail/sendmail.el (mail): Use switch-to-buffer.
4798 (mail-recover): Use switch-to-buffer-other-window.
4799
4800 * cmuscheme.el (run-scheme, switch-to-scheme):
4801 * ielm.el (ielm):
4802 * shell.el (shell):
4803 * net/rlogin.el (rlogin):
4804 * net/telnet.el (telnet, rsh):
4805 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
4806
10195bd6
AS
48072011-09-11 Andreas Schwab <schwab@linux-m68k.org>
4808
4809 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
4810
b322f63a
LMI
48112011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4812
39d7fed6
LMI
4813 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
4814 so don't mention it (bug#9301).
ba5a81f1 4815 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 4816
ee0e9f11
LMI
4817 * faces.el (face-spec-set-match-display): Make `(type graphic)'
4818 match `x', `w32' and `ns', like the manual says (bug#9029).
4819
0b1c89c1 4820 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
4821 (process-kill-buffer-query-function): Mention the buffer name in
4822 the query.
0b1c89c1 4823
77549ea8
LMI
4824 * image-mode.el (image-next-line): The line parameter is mandatory
4825 (bug#9258).
4826
803ef892
LMI
4827 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
4828 which can be useful (bug#9301).
4829
12980837
LMI
4830 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
4831
91054f8f
LMI
4832 * subr.el (match-string): Mention that the current buffer should
4833 be the same as the search was done in (bug#9282).
4834
b322f63a
LMI
4835 * facemenu.el: Disable the remove-* commands if the mark isn't
4836 active (bug#9162).
4837
3199b96f
CY
48382011-09-10 Chong Yidong <cyd@stupidchicken.com>
4839
4840 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
4841 of display-buffer.
4842 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
4843
4844 * replace.el (occur-mode-goto-occurrence)
4845 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
4846 and display-buffer.
4847
4848 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
4849 display-buffer.
4850
4851 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
4852 special-display and same-window variables.
4853 (mail-other-window): Use switch-to-buffer-other-window.
4854 (mail-other-frame): USe switch-to-buffer-other-frame.
4855
393a301e
SM
4856 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
4857 Use display-buffer-other-frame.
3199b96f
CY
4858 (gdb-display-gdb-buffer): Use pop-to-buffer.
4859
4860 * progmodes/gud.el (gud-goto-info): Use info-other-window.
4861
4862 * progmodes/python.el: Don't set same-window-buffer-names.
4863
4864 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
4865
4866 * window.el (display-buffer-alist): Add *Python*.
4867
8319e0bf
CY
48682011-09-10 Chong Yidong <cyd@stupidchicken.com>
4869
4870 * window.el (display-buffer-alist): Add entry for buffers
4871 previously handled same-window-*.
4872 (display-buffer-alist, display-buffer-default-action)
4873 (display-buffer-overriding-action): Mark as risky.
4874 (display-buffer-alist): Document action function changes.
4875 (display-buffer--same-window-action)
4876 (display-buffer--other-frame-action): New variables.
4877 (switch-to-buffer, display-buffer-other-frame): Use them.
4878 (display-buffer): Rename reuse-frame entry to reusable-frames.
4879 (display-buffer-reuse-selected-window): Function deleted.
4880 (display-buffer-reuse-window): Handle reusable-frames alist entry.
4881 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
4882 (display-buffer-special): New function.
4883 (display-buffer--maybe-pop-up-frame-or-window): Rename from
4884 display-buffer-reuse-or-pop-window. Split off special-display
4885 part into display-buffer-special.
4886 (display-buffer-use-some-window): Don't perform any special
4887 pop-up-frames handling.
4888 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 4889 (display-buffer--maybe-same-window): Rename from
0d3ff375 4890 display-buffer-maybe-same-window.
8319e0bf 4891
919a69aa
CY
4892 * info.el: Don't set same-window-regexps.
4893 (info-setup): New function.
4894 (info-other-window, info): Call it.
4895
4896 * cus-edit.el: Don't set same-window-regexps.
4897 (customize-group): New argument.
4898 (customize-group-other-window): Use it.
4899 (customize-face, customize-face-other-window): Likewise.
4900 (custom-buffer-create-other-window): Use pop-to-buffer directly.
4901
8319e0bf
CY
4902 * net/rlogin.el:
4903 * net/telnet.el:
4904 * progmodes/gud.el: Don't set same-window-regexps.
4905
4906 * cmuscheme.el:
4907 * ielm.el:
4908 * shell.el:
4909 * mail/sendmail.el:
4910 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
4911
25173000
JL
49122011-09-10 Juri Linkov <juri@jurta.org>
4913
4914 * isearch.el (isearch-edit-string): Remove obsolete mention of
4915 `C-w' (`isearch-yank-word-or-char') from docstring.
4916 (isearch-query-replace): Fix typo in docstring (bug#9466).
4917
056e44ef
JL
49182011-09-10 Juri Linkov <juri@jurta.org>
4919
4920 * paren.el (show-paren-function): Don't show escaped parens.
4921 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
4922
c3760c17
EZ
49232011-09-10 Eli Zaretskii <eliz@gnu.org>
4924
4925 * mail/sendmail.el (mml-to-mime, mml-attach-file)
4926 (mm-default-file-encoding): Remove autoload forms, they are
4927 replaced with autoload cookies in mml.el and mm-encode.el.
4928 (mail-add-attachment): New command.
4929 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
4930 (mail-mode): Mention mail-insert-file and mail-add-attachment in
4931 the doc string.
4932 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
4933
fece895e
RT
49342011-09-10 Reuben Thomas <rrt@sc3d.org>
4935
e69df516
SM
4936 * simple.el (count-words-region): Use buffer if there's no region
4937 (bug#9429).
fece895e 4938
5e68ce4a
JL
49392011-09-09 Juri Linkov <juri@jurta.org>
4940
4941 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
4942 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
4943 (wdired-isearch-filter-read-only): New function. (Bug#6362)
4944
0a6b9622
AM
49452011-09-09 Alan Mackenzie <acm@muc.de>
4946
4947 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
4948 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
4949
14a29deb
EZ
49502011-09-09 Eli Zaretskii <eliz@gnu.org>
4951
4952 Fix for Savannah bug#9392.
4953 * simple.el (mail-encode-mml): New defvar.
4954
4955 * mail/rmail.el (mail-encode-mml): Add a defvar.
4956 (rmail-enable-mime-composing): Default to t.
4957 (rmail-forward): Use MIME method of forwarding only if both
4958 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
4959 Set mail-encode-mml non-nil if the MIME method was used.
4960
4961 * mail/sendmail.el (mml-to-mime): Add autoload form.
4962 (mail-encode-mml): Add a defvar.
4963 (mail-mode): Make mail-encode-mml buffer-local and initialize it
4964 to nil.
4965 (mail-send): If mail-encode-mml is non-nil, run the outgoing
4966 message through mml-to-mime, and reset mail-encode-mml to nil.
4967
28c45130
GM
49682011-09-09 Glenn Morris <rgm@gnu.org>
4969
4970 * woman.el (woman-if-body): When processing an .el block,
4971 do not delete the next .el block as well. (Bug#9447)
69f4b618 4972 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 4973
9b1c252e
MR
49742011-09-08 Martin Rudalics <rudalics@gmx.at>
4975
4976 * window.el (window-deletable-p): Make sure window is live before
4977 invoking window-prev-buffers.
4978
567457e3
LL
49792011-09-08 Leo Liu <sdl.web@gmail.com>
4980
4981 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
4982
97f05794
JL
49832011-09-08 Juri Linkov <juri@jurta.org>
4984
4985 * progmodes/compile.el (compilation-environment): Make it
4986 a defcustom (bug#8340).
4987
8b0874b5
MR
49882011-09-08 Martin Rudalics <rudalics@gmx.at>
4989
4990 * window.el (frame-auto-delete): Rename to window-auto-delete.
4991 Make it control auto-deletion of windows and/or frames.
4992 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 4993 for deleting window/frame. (Bug#9419)
8b0874b5
MR
4994 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
4995 Rewrite handling of case when window/frame can be deleted.
4996 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 4997 argument t. (Bug#9456)
8b0874b5 4998
4feb6e73
CY
49992011-09-07 Chong Yidong <cyd@stupidchicken.com>
5000
5001 * help-mode.el (help-mode): Restore autoload.
5002
91ab9c13
JL
50032011-09-07 Juri Linkov <juri@jurta.org>
5004
5005 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
5006 `compilation-environment'. Set buffer-local
5007 `compilation-environment' to `thisenv' later after (funcall mode).
5008 (Bug#8340)
5009
5010 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
5011 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
5012 instead of replacing its value. (Bug#8340)
5013
0527e251
JL
50142011-09-07 Juri Linkov <juri@jurta.org>
5015
5016 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
5017 based on text properties put by `grep-filter' instead of matching
5018 escape sequences.
5019 (grep-mode): Set buffer-local `compilation-error-screen-columns'
5020 to the value of `grep-error-screen-columns' (bug#9438).
5021
249f792c
JL
50222011-09-07 Juri Linkov <juri@jurta.org>
5023
5024 * simple.el (next-error-highlight, next-error-highlight-no-select):
5025 Doc fix (bug#9432).
5026
ff7271b9
OT
50272011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
5028
5029 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
5030 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
5031
183fc730
LL
50322011-09-07 Leo Liu <sdl.web@gmail.com>
5033
5034 * net/rcirc.el (rcirc-mode): Conditionally initialize
5035 rcirc-input-ring.
5036
77694924
SM
50372011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5038
5039 * emacs-lisp/find-func.el (find-function-C-source): Only set
5040 find-function-C-source-directory after checking that we found a source
5041 file there (bug#9440).
5042
d809b8eb
AM
50432011-09-06 Alan Mackenzie <acm@muc.de>
5044
5045 * isearch.el (isearch-other-meta-char): Wherever a key list is
5046 unread, "unread" the prefix arg, too. This fixes bug #8901.
5047
453de99f
OG
50482011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
5049
5050 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
5051
90439906
JL
50522011-09-05 Juri Linkov <juri@jurta.org>
5053
5054 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
5055
f62bd846
JL
50562011-09-05 Juri Linkov <juri@jurta.org>
5057
5058 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
5059 keeping point where processing of grep matches begins, and
5060 continue to delete remaining escape sequences from the same point.
5061 (grep-filter): Make leading zero optional in "0?1;31m" because
5062 git-grep emits "\033[1;31m" escape sequences unlike expected
5063 "\033[01;31m" as GNU Grep does (bug#9408).
5064 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
5065
045820ec
JL
50662011-09-05 Juri Linkov <juri@jurta.org>
5067
5068 * subr.el (y-or-n-p): Capitalize "yes".
5069
f5e29b9b
MA
50702011-09-04 Michael Albinus <michael.albinus@gmx.de>
5071
5072 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
5073 `tramp-cache-unload-hook' where appropriate.
5074 (tramp-methods): Rename `tramp-remote-sh' to
5075 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
5076 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
5077
5078 * net/tramp-sh.el (top): Don't require 'shell.
5079 (tramp-methods): Add `tramp-remote-shell' and
5080 `tramp-remote-shell-args' entries.
5081 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
5082 (tramp-sh-handle-shell-command): Remove.
5083 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5084 Use `tramp-remote-shell'.
5085
2784c434
CY
50862011-09-03 Chong Yidong <cyd@stupidchicken.com>
5087
393a301e 5088 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
5089 (sendmail-query-once): Save directly to send-mail-function.
5090 Update message-send-mail-function too.
5091
5092 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
5093
464cdf56
CS
50942011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
5095
5096 * progmodes/python.el (python-mode-map): Use correct function to
5097 start python interpreter from menu-bar (as reported by Geert
5098 Kloosterman).
5099 (inferior-python-mode-map): Fix typo.
393a301e 5100 (python-shell-map): Remove.
464cdf56 5101
d37e5c87
DD
51022011-09-03 Deniz Dogan <deniz@dogan.se>
5103
5104 * net/rcirc.el (rcirc-print): Simplify code for
5105 rcirc-scroll-show-maximum-output. There is no need to walk
5106 through all windows to find the right one.
5107
f3ada0ee
CS
51082011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
5109
5110 * help.el (help-return-method): Doc fix.
5111
1f3c99ca
MR
51122011-09-03 Martin Rudalics <rudalics@gmx.at>
5113
5114 * window.el (window-deletable-p): Don't return a non-nil value
5115 when there's a buffer that was shown in the window before.
5116 (Bug#9419)
393a301e
SM
5117 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
5118 Set window's previous buffers to nil.
1f3c99ca 5119
a3cf097f
EZ
51202011-09-03 Eli Zaretskii <eliz@gnu.org>
5121
5122 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
5123 newline before and after the tag line, so it doesn't interfere
5124 with determining the paragraph direction of bidirectional text.
5125
3d03de90
LL
51262011-09-03 Leo Liu <sdl.web@gmail.com>
5127
5128 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
5129
c3313451
CY
51302011-09-02 Chong Yidong <cyd@stupidchicken.com>
5131
393a301e 5132 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
5133 (pop-to-buffer): Change interactive spec. Pass second argument
5134 directly to display-buffer.
5135 (display-buffer): Fix interactive spec. Use functionp to
5136 distinguish between a function and a list of functions.
5137
5138 * abbrev.el (edit-abbrevs):
5139 * arc-mode.el (archive-extract):
5140 * autoinsert.el (auto-insert):
5141 * bookmark.el (bookmark-bmenu-list):
5142 * files.el (find-file):
5143 * view.el (view-buffer):
5144 * progmodes/compile.el (compilation-goto-locus):
5145 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
5146
89894cd8
CY
51472011-09-02 Chong Yidong <cyd@stupidchicken.com>
5148
5149 * window.el (display-buffer-alist): Doc fix.
5150 (display-buffer): Add docstring. Don't treat
5151 display-buffer-default specially.
5152 (display-buffer-reuse-selected-window)
5153 (display-buffer-same-window, display-buffer-maybe-same-window)
5154 (display-buffer-reuse-window, display-buffer-pop-up-frame)
5155 (display-buffer-pop-up-window)
5156 (display-buffer-reuse-or-pop-window)
5157 (display-buffer-use-some-window): New functions.
5158 (display-buffer-default-action): Use them.
393a301e 5159 (display-buffer-default): Delete.
89894cd8
CY
5160 (pop-to-buffer-1): Fix choice of actions.
5161
ae0bc9fb
SM
51622011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
5163
5164 * minibuffer.el (completion--insert-strings): Don't get confused by
5165 completion entries that end with an LF char.
5166
e9d90883
EZ
51672011-09-01 Eli Zaretskii <eliz@gnu.org>
5168
5169 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
5170
437014c8
CY
51712011-09-01 Chong Yidong <cyd@stupidchicken.com>
5172
5173 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
5174 (display-buffer-same-window, display-buffer-other-window):
5175 New functions.
437014c8
CY
5176 (pop-to-buffer-1): New function. Use the above.
5177 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 5178 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
5179
5180 * view.el (view-buffer-other-window, view-buffer-other-frame):
5181 Just use pop-to-buffer.
5182
a5e063d5
TV
51832011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5184
5185 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
5186
793d32bb
WH
51872011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
5188
5189 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
5190
d65e4c15
RS
51912011-08-31 Richard Stallman <rms@gnu.org>
5192
5193 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
5194 of the separation of rmail-view-buffer from rmail-buffer.
5195 If you say no to "replace original", the decrypt is in the
5196 view buffer. If you say yes, the decrypt goes into the
5197 rmail buffer also.
5198
f818cd2a
MR
51992011-08-31 Martin Rudalics <rudalics@gmx.at>
5200
5201 * window.el (display-buffer-window): Rewrite doc-string.
5202 (display-buffer-record-window): New function.
5203 (display-buffer-macro-specifiers)
5204 (display-buffer-even-window-sizes, display-buffer-set-height)
5205 (display-buffer-set-width, display-buffer-in-window)
5206 (display-buffer-reuse-window, display-buffer-split-specifiers)
5207 (display-buffer-side-specifiers, display-buffer-split-window-1)
5208 (display-buffer-split-window, display-buffer-split-atom-window)
5209 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
5210 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
5211 (display-buffer-other-window-means-other-frame)
5212 (display-buffer-normalize-special)
5213 (display-buffer-normalize-default)
5214 (display-buffer-normalize-argument)
5215 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
5216 (display-buffer-normalize-specifiers, display-buffer-frame)
5217 (display-buffer-same-window, display-buffer-same-frame)
5218 (display-buffer-other-window)
5219 (display-buffer-same-frame-other-window)
5220 (display-buffer-other-frame, pop-to-buffer-same-window)
5221 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
5222 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
5223 (switch-to-buffer-same-frame)
5224 (switch-to-buffer-other-window-same-frame)
5225 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
5226 (display-buffer-alist-set-1, display-buffer-alist-set-2)
5227 (display-buffer-alist-set): Remove.
5228 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
5229 (special-display-regexps, special-display-function):
5230 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
5231 parameter.
5232 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
5233 (special-display-frame-alist, special-display-popup-frame)
5234 (same-window-buffer-names, same-window-regexps, same-window-p)
5235 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
5236 (split-window-preferred-function, split-height-threshold)
5237 (split-width-threshold, window-splittable-p)
5238 (split-window-sensibly, window--try-to-split-window)
5239 (window--frame-usable-p, even-window-heights)
5240 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
5241 (window--display-buffer-2, display-buffer-other-frame):
5242 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
5243 (display-buffer-default, display-buffer-assq-regexp): New functions.
5244 (display-buffer-alist): Rewrite doc-string.
5245 (display-buffer-default-action)
5246 (display-buffer-overriding-action): New variables.
5247 (display-buffer, switch-to-buffer): Rewrite.
5248 (pop-to-buffer): Restore Emacs 23 behavior but use
5249 window-normalize-buffer-to-display.
5250 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
5251 Restore Emacs 23 behavior but use
5252 window-normalize-buffer-to-switch-to.
5253 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
5254 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
5255 Rewrite using Emacs 23 options.
f818cd2a 5256
5bc3b51d
MA
52572011-08-31 Michael Albinus <michael.albinus@gmx.de>
5258
5259 * net/tramp.el (tramp-root-regexp): Remove.
5260 (tramp-completion-file-name-regexp-unified)
5261 (tramp-completion-file-name-regexp-separate)
5262 (tramp-completion-file-name-regexp-url): Don't use leading volume
5263 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
5264 (tramp-drop-volume-letter): Simplify definition.
5265 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 5266
b1a4f8e1
SM
52672011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5268
5269 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
5270 (bug#9356).
5271
5664fa7b
RT
52722011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
5273
b1a4f8e1 5274 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 5275
9a45d6c3
JL
52762011-08-29 Juri Linkov <juri@jurta.org>
5277
5278 * isearch.el (isearch-done): Don't display message "Mark saved"
5279 when arg `edit' is non-nil to prevent its flicker in the echo area.
5280
fb87e0fb
CY
52812011-08-28 Chong Yidong <cyd@stupidchicken.com>
5282
5283 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
5284 obsolete packages for deletion.
5285
09ac1c2a
CS
52862011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
5287
5288 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 5289 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
5290 view-mode from help-mode.
5291 (help-xref-override-view-map): Remove.
5292 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
5293 view-mode is not used anymore.
5294
7a1ff57f
CY
52952011-08-28 Chong Yidong <cyd@stupidchicken.com>
5296
5297 * server.el (server-port): Doc fix.
5298
b9696605
CY
5299 * cus-theme.el (custom-theme-choose-mode): Inherit from
5300 special-mode (Bug#9124).
5301 (custom-theme-choose-mode-map): Add special-mode to parent.
5302
ef8cdf8c
AM
53032011-08-28 Alan Mackenzie <acm@muc.de>
5304
5305 * progmodes/cc-fonts.el
5306 (c-make-font-lock-BO-decl-search-function): New function.
5307 (c-basic-matchers-after - "Fontify the clauses after various
5308 keywords"): Extract the three keyword lists for the 3 erroneous
5309 constructs from the list of four, and use the new function above
5310 in place of an old one.
5311
27de4e20
DD
53122011-08-28 Deniz Dogan <deniz@dogan.se>
5313
5314 * net/rcirc.el (rcirc-insert-prev-input)
5315 (rcirc-insert-next-input): Remove unused argument.
5316
356a3681
SM
53172011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5318
5319 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
5320
3fc9b218
AM
53212011-08-27 Alan Mackenzie <acm@muc.de>
5322
5323 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
5324 handle function pointer parameters properly.
5325
538a061c
MR
53262011-08-27 Martin Rudalics <rudalics@gmx.at>
5327
5328 * window.el (display-buffer-reuse-window): Fix case where
5329 selected window was reused with non-nil OTHER-WINDOW argument.
5330 (Bug#9381)
5331
35b1c40c
DD
53322011-08-27 Deniz Dogan <deniz@dogan.se>
5333
5334 * net/rcirc.el (rcirc-check-auth-status): Adding support for
5335 oftc's NickServ messages.
5336
2f6a3e79
GM
53372011-08-27 Glenn Morris <rgm@gnu.org>
5338
5339 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
5340
7254299e
CY
53412011-08-26 Chong Yidong <cyd@stupidchicken.com>
5342
5343 * emacs-lisp/package.el (package-install): Call package-initialize
5344 if called interactively.
5345
f8ccf167
LL
53462011-08-26 Leo Liu <sdl.web@gmail.com>
5347
5348 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
5349
3e8cd5ce
JL
53502011-08-25 Juri Linkov <juri@jurta.org>
5351
5352 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
5353 `search-whitespace-regexp' (bug#9364).
5354
93eb7113
JL
53552011-08-25 Juri Linkov <juri@jurta.org>
5356
5357 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
5358 `regexp-search-ring' to their global values to protect from
5359 updating by `read-from-minibuffer' (bug#9185).
5360
f65d1611
JL
53612011-08-25 Juri Linkov <juri@jurta.org>
5362
5363 * textmodes/ispell.el (ispell-command-loop): Add newline
5364 at the end of the "Use option `i'..." line.
5365
f1cf7a31
JL
53662011-08-25 Juri Linkov <juri@jurta.org>
5367
5368 * battery.el (display-battery-mode): If `battery-status-function'
5369 or `battery-mode-line-format' is nil, display the message and set
5370 `display-battery-mode' to nil (bug#9363).
5371
0c95fcf7
EZ
53722011-08-25 Eli Zaretskii <eliz@gnu.org>
5373
5374 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
5375 bidi-string-mark-left-to-right; they are unnecessary now.
5376
a2ebe600
DD
53772011-08-25 Deniz Dogan <deniz@dogan.se>
5378
5379 * net/quickurl.el: Documentation typo fixes.
5380
e4ed06f1
CY
53812011-08-25 Chong Yidong <cyd@stupidchicken.com>
5382
5383 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
5384
e5f1c99e
GM
53852011-08-25 Glenn Morris <rgm@gnu.org>
5386
b2948976
GM
5387 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
5388
e5f1c99e
GM
5389 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
5390 (smtpmail-via-smtp): Handle nil response from smtp.
5391
f22f4808
JL
53922011-08-24 Juri Linkov <juri@jurta.org>
5393
5394 * proced.el (proced-marked): Inherit from `error' instead of
5395 `font-lock-warning-face'.
5396
5397 * ibuffer.el (ibuffer-marked-face): Change default face from
5398 `font-lock-warning-face' to `warning'.
5399 (ibuffer-deletion-face): Change default face from
5400 `font-lock-type-face' to `error'.
5401
5402 * battery.el (battery-update): Use the face `error' instead of
5403 `font-lock-warning-face' (bug#6117).
5404
6a93965e
JL
54052011-08-24 Juri Linkov <juri@jurta.org>
5406
5407 * faces.el (success): Change face color from "Green3" to
5408 "ForestGreen" on light background (bug#9353).
5409
1ed43b09
CY
54102011-08-24 Chong Yidong <cyd@stupidchicken.com>
5411
5664fa7b
RT
5412 * window.el (quit-window): Rename from quit-restore-window.
5413 Use same arglist as old quit-window.
1ed43b09
CY
5414 (frame-auto-delete): Doc fix.
5415
5416 * view.el (view-mode-exit): Use quit-window.
5417
11dcdbb2
JL
54182011-08-24 Juri Linkov <juri@jurta.org>
5419
5420 * isearch.el (isearch-ring-adjust1): Start visiting previous
5421 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
5422 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
5423 for empty search string (when the last search string is reused
5424 automatically) to adjust the isearch ring to the last element and
5425 prepare the correct index for further M-p commands (bug#9185).
5426
de62b4df
KH
54272011-08-24 Kenichi Handa <handa@m17n.org>
5428
5429 * international/ucs-normalize.el: If decomposition property of
5430 CHAR is the default one (i.e. a list of CHAR itself), treat it as
5431 nil.
5432 (nfd, nfkd): Likewise.
5433
963b492b
SM
54342011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
5435
5436 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
5437 from process filters aren't reliably transmitted to the surrounding
5438 accept-process-output.
5439 (mpc-proc-check): New function.
5440 (mpc-proc-sync): Use it (bug#8293)
5441
93b6b5e1
SM
54422011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5443
5444 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
5445 Add compatibility functions (bug#9313).
5446
bca633fb
EZ
54472011-08-23 Eli Zaretskii <eliz@gnu.org>
5448
b177498a
EZ
5449 * cus-start.el (all): Add entry for bidi-paragraph-direction.
5450
6df6ae42 5451 * international/uni-bidi.el: Regenerate.
bca633fb 5452
0902a04e
KH
54532011-08-23 Kenichi Handa <handa@m17n.org>
5454
5455 * international/charprop.el:
5456 * international/uni-bidi.el:
5457 * international/uni-category.el:
5458 * international/uni-combining.el:
5459 * international/uni-comment.el:
5460 * international/uni-decimal.el:
5461 * international/uni-decomposition.el:
5462 * international/uni-digit.el:
5463 * international/uni-lowercase.el:
5464 * international/uni-mirrored.el:
5465 * international/uni-name.el:
5466 * international/uni-numeric.el:
5467 * international/uni-old-name.el:
5468 * international/uni-titlecase.el:
5469 * international/uni-uppercase.el: Regenerate.
5470
3bbf23bc
MR
54712011-08-23 Martin Rudalics <rudalics@gmx.at>
5472
5473 * help.el (help-window-setup): Fix message displayed when other
5474 window is reused. (Bug#9341)
5475
b3fd59bd
SM
54762011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5477
1802e444
SM
5478 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
5479 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
5480
b3fd59bd
SM
5481 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
5482 Mark obsolete.
5483 * shell.el (shell-parse-pcomplete-arguments): New function.
5484 (shell-completion-vars): Use it instead (bug#9160).
5485
4eb61348
SM
54862011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
5487
867cab74
SM
5488 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
5489 strings and comments (bug#9333).
5490
4eb61348
SM
5491 * emacs-lisp/debug.el (debug-arglist): New function.
5492 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
5493 (debug-on-entry-1): Handle interpreted closures (bug#9120).
5494
262a1439
JL
54952011-08-22 Juri Linkov <juri@jurta.org>
5496
56ee679c
JL
5497 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5498 Revert regexp that highlights output switches to its old
5499 pre-2010-10-28 value and remove one `?' from it (bug#9319).
5500
262a1439
JL
5501 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
5502 to check for empty output (bug#9226).
5503
f13f86fb
CY
55042011-08-22 Chong Yidong <cyd@stupidchicken.com>
5505
5506 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
5507 symbol-constituent as the default, as that stops font-lock from
5508 working properly (Bug#8843).
5509
c65c9622
LMI
55102011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5511
5512 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
5513 `coding-system-for-*' around the process open call to avoid
5514 auth-source side effects.
e7f2c178 5515 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
5516 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
5517 probe hangs.
c65c9622 5518
23a8a5ab
CY
55192011-08-21 Chong Yidong <cyd@stupidchicken.com>
5520
ff98b2dd
CY
5521 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
5522
23a8a5ab
CY
5523 * emacs-lisp/find-func.el (find-function-noselect): New arg
5524 lisp-only.
5525
5526 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
5527 signal an error for built-in functions (Bug#6664).
5528
f5e3c598
LMI
55292011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5530
5531 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
5532 (smtpmail-try-auth-methods): Use it.
5533
a3f2468a
CY
55342011-08-21 Chong Yidong <cyd@stupidchicken.com>
5535
2c34e8da
CY
5536 * font-lock.el (font-lock-fontify-region)
5537 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
5538 (font-lock-default-unfontify-buffer)
5539 (font-lock-default-fontify-region)
5540 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
5541
b3fd59bd
SM
5542 * progmodes/compile.el (compilation-error-properties):
5543 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
5544 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
5545 `ant' regexp.
ee31aabc 5546
a3f2468a
CY
5547 * net/browse-url.el (browse-url-firefox): Don't call
5548 browse-url-firefox-sentinel unless using -remote (Bug#9328).
5549
8e999f70
GM
55502011-08-20 Glenn Morris <rgm@gnu.org>
5551
c21a496a
GM
5552 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
5553
59ee0542
GM
5554 * tutorial.el (tutorial--default-keys): Update some default bindings.
5555
8e999f70
GM
5556 * files.el (hack-local-variables): Fully ignore case for "mode:".
5557
e3715033
AM
55582011-08-20 Alan Mackenzie <acm@muc.de>
5559
5560 Resolve invalid use of a regexp in regexp-opt.
5561
4d61f28d
JB
5562 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
5563 detection for a java annotation.
e3715033 5564
4d61f28d 5565 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
5566 detection for a java annotation.
5567
4d61f28d
JB
5568 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
5569 handling for java.
e3715033
AM
5570 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
5571
04ed2e9c
CY
55722011-08-20 Chong Yidong <cyd@stupidchicken.com>
5573
5574 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
5575 (Bug#9274).
5576
826cee64
AM
55772011-08-20 Alan Mackenzie <acm@muc.de>
5578
58179cce 5579 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
5580 such a construct. Mainly for when jit-lock etc. starts a chunk
5581 here.
5582
58179cce 5583 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 5584 variable.
58179cce 5585 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
5586 c-make-font-lock-search-function.
5587 (c-make-font-lock-search-function): Use the above function.
5588 (c-make-font-lock-context-search-function): New function.
5589 (c-cpp-matchers): Enhance the preprocessor expression case with
5590 the above function
5591 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
5592 which takes an expression.
5593
5594 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
5595
13009bd8
MR
55962011-08-20 Martin Rudalics <rudalics@gmx.at>
5597
5598 * window.el (display-buffer-reuse-window)
5599 (display-buffer-pop-up-window): Don't reuse or split a side
5600 window.
5601
9234ff7f
GM
56022011-08-19 Glenn Morris <rgm@gnu.org>
5603
5604 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 5605 Downcase "Mode:". (Bug#9331)
9234ff7f 5606
f635daa1
CY
56072011-08-18 Chong Yidong <cyd@stupidchicken.com>
5608
5609 * international/characters.el: Add L and R categories.
5610
5611 * subr.el (bidi-string-mark-left-to-right): Rename from
5612 string-mark-left-to-right. Use category search.
5613
5614 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
5615
bc987f8b
JL
56162011-08-18 Juri Linkov <juri@jurta.org>
5617
5618 * faces.el (error, warning, success): New faces with definitions
5619 copied from old default values of `font-lock-warning-face',
5620 `compilation-warning', `compilation-info' (bug#6117).
5621
5622 * font-lock.el (font-lock-warning-face): Inherit from `error'.
5623
5624 * progmodes/compile.el (compilation-error): Inherit from `error'.
5625 (compilation-warning): Inherit from `warning'.
5626 (compilation-info): Inherit from `success'.
5627
5628 * dired.el (dired-marked): Inherit from `warning'.
5629 (dired-flagged): Inherit from `error'.
5630
57173b96
LMI
56312011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5632
3e79eb87
LMI
5633 * mail/smtpmail.el (auth-source): Require to avoid problems with
5634 binding variables (bug#9298). Also clean up some unused
5635 autoloads.
5636
b3fd59bd
SM
5637 * net/network-stream.el (network-stream-open-starttls):
5638 Support using starttls.el without using gnutls-cli.
57173b96 5639
02b404de
JL
56402011-08-17 Juri Linkov <juri@jurta.org>
5641
5642 * progmodes/grep.el (rgrep): Handle the case when
5643 `grep-find-command' is a cons cell (bug#9278).
5644
8c9177f2
MR
56452011-08-17 Martin Rudalics <rudalics@gmx.at>
5646
5647 * window.el (display-buffer-pop-up-frame): Run frame creation
5648 function with BUFFER current (as special-display-popup-frame
5649 does). Reported by Drew Adams.
5650
3644a0ab
DU
56512011-08-17 Daiki Ueno <ueno@unixuser.org>
5652
5653 * epa-mail.el: Simplify GnuPG group expansion using
5654 epg-expand-group.
5655 (epa-mail-group-alist, epa-mail-group-modtime)
5656 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
5657 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
5658 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
5659 Remove.
5660
5e617bc2 56612011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
5662
5663 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
5664
9c4aeabf
AM
56652011-08-16 Alan Mackenzie <acm@muc.de>
5666
5667 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
5668 Correct, to avoid the inside of macros.
5669
3a99bf64
RS
56702011-08-16 Richard Stallman <rms@gnu.org>
5671
04963aa8
RS
5672 * epa-mail.el: Handle GnuPG group definitions.
5673 (epa-mail-group-alist, epa-mail-group-modtime)
5674 (epa-mail-gnupg-conf-file): New variables.
5675 (epa-mail-parse-groups, epa-mail-sync-groups)
5676 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
5677 (epa-mail-expand-recipients): New functions.
5678 (epa-mail-encrypt): Call epa-mail-expand-recipients.
5679
177549d0
RS
5680 * mail/rmail.el (rmail-epa-decrypt): New command.
5681
fe38beef
RS
5682 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
5683 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
5684 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
5685 (epa-decrypt-armor-in-region): Make error message clearer.
5686
934eacb9
SM
56872011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
5688
5689 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
5690 and "a2b" to "ab" for `prefix'.
5691
d024fb4e
CY
56922011-08-14 Chong Yidong <cyd@stupidchicken.com>
5693
5694 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
5695 filter groups.
de148fee
CY
5696 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
5697 Fourquet (Bug#8804).
d024fb4e 5698
62f1ca49
JB
56992011-08-12 Juanma Barranquero <lekktu@gmail.com>
5700
5701 * startup.el (argi): Declare as global variable (bug#9275).
5702
9ccaaa4b
CY
57032011-08-12 Chong Yidong <cyd@stupidchicken.com>
5704
5705 * subr.el (string-mark-left-to-right): Search the entire string
5706 for RTL script, not just the terminating character. Doc fix.
5707
a3dae87a
SM
57082011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
5709
6cd18349
SM
5710 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
5711 New function.
5712 (js--regexp-literal, js-syntax-propertize-function): Remove.
5713 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
5714 (js-mode-map): Don't rebind electric keys.
5715 (js-insert-and-indent): Remove.
5716 (js-mode): Setup electric-layout and electric-indent instead.
5717
a3dae87a
SM
5718 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
5719
9d5cb631
DU
57202011-08-12 Daiki Ueno <ueno@unixuser.org>
5721
5722 * epa.el (epa-progress-callback-function): Fix the logic of
5723 displaying progress.
5724 * epa-file.el (epa-file-insert-file-contents): Make progress
5725 display more user-friendly.
5726 (epa-file-write-region): Ditto.
5727
3e26a4a2
CY
57282011-08-10 Chong Yidong <cyd@stupidchicken.com>
5729
5730 * subr.el (string-mark-left-to-right): New function.
5731
5732 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
5733 Use string-mark-left-to-right.
5734 (list-buffers-noselect): Caller changed.
5735
a3dae87a
SM
5736 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
5737 Use string-mark-left-to-right.
3e26a4a2
CY
5738 (tabulated-list-print): Recenter after moving point.
5739
ac8cf6e6
JL
57402011-08-10 Juri Linkov <juri@jurta.org>
5741
5742 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
5743 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
5744 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
5745
8d96c9a4
CY
57462011-08-09 Chong Yidong <cyd@stupidchicken.com>
5747
5748 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
5749 (Bug#7554).
5750
7be1c708 57512011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
5752
5753 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
5754 character. (Bug#6594)
5755
37e11a63
CY
57562011-08-08 Chong Yidong <cyd@stupidchicken.com>
5757
839dde57
CY
5758 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
5759 (image-dired--with-db-file): New macro.
5760 (image-dired-write-tags, image-dired-remove-tag)
5761 (image-dired-create-gallery-lists, image-dired-write-comments)
5762 (image-dired-get-comment, image-dired-mark-tagged-files)
5763 (image-dired-list-tags, image-dired-gallery-generate): Use it.
5764 (image-dired-gallery-generate): Use insert-file-contents.
5765
37e11a63
CY
5766 * time.el (display-time-world-list, display-time-world-display):
5767 * time-stamp.el (time-stamp-string):
5768 * vc/add-log.el (add-change-log-entry): Use setenv instead of
5769 set-time-zone-rule (Bug#7337).
5770
0b4946c4
DU
57712011-08-08 Daiki Ueno <ueno@unixuser.org>
5772
5773 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
5774 (epg-error-to-string, epg-errors-to-string): New function.
5775 (epg-wait-for-completion): Reverse errors list.
5776 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
5777 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
5778 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
5779 (epg-sign-keys, epg-generate-key-from-file)
5780 (epg-generate-key-from-string): Format errors by using
5781 epg-errors-to-string (bug#9255).
5782 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
5783
75bfc667
JL
57842011-08-07 Juri Linkov <juri@jurta.org>
5785
5786 * faces.el (list-faces-display): Remove extra angle bracket
5787 from `help-mode-map'.
5788
5789 * info.el (Info-history-toc-nodes): Doc fix.
5790
5791 * longlines.el (longlines-mode): Doc fix.
5792
673e08bb
SM
57932011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
5794
4640dd88
SM
5795 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
5796 of statements and in a few more cases (bug#9183).
5797
673e08bb
SM
5798 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
5799 New functions.
5800 (cl-transform-lambda): Use them (bug#9239).
5801
89b3f019
MR
58022011-08-05 Martin Rudalics <rudalics@gmx.at>
5803
5804 * window.el (display-buffer-same-window)
5805 (display-buffer-same-frame, display-buffer-other-window)
5806 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
5807 (pop-to-buffer-other-window)
5808 (pop-to-buffer-same-frame-other-window)
5809 (pop-to-buffer-other-frame): Make them defuns.
5810 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
5811
640c8776
SM
58122011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5813
5814 * subr.el (make-composed-keymap): Move from C. Change calling
5815 convention, and improve docstring to bring attention to a subtle point.
5816 * minibuffer.el (completing-read-default): Adjust accordingly.
5817
63648a95
MA
58182011-08-03 Michael Albinus <michael.albinus@gmx.de>
5819
5820 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
5821 (tramp-open-shell): Use `tramp-shell-quote-argument'.
5822
5823 * net/trampver.el: Update release number.
5824
b796c9b7
SM
58252011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5826
5827 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
5828 "in" (bug#9190).
5829
2239d7d5
LMI
58302011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5831
e07dd7c3
LMI
5832 * mail/sendmail.el (sendmail-query-once): Restore the current
5833 buffer after querying (bug#9074).
5834
0e6a2bd7
LMI
5835 * dired.el (dired-flagged): Use different faces for marked and
5836 flagged files (bug#6117).
5837
ce887515
LMI
5838 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
5839 (bug#4433).
5840
92f2affc
LMI
5841 * ido.el (ido-mode): Switch off the message if called
5842 non-interactively.
5843
57d5aff0
LMI
5844 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
5845 before 587, since it appears that that's more likely to work for
5846 more people.
5847
98cd6c18 5848 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 5849 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
5850 exist.
5851
b96dec83
LMI
5852 * info.el: Remove the `Info-beginning-of-buffer' function
5853 (bug#8325).
5854
b796c9b7
SM
5855 * net/network-stream.el (network-stream-open-starttls):
5856 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 5857
d90e2ea0
MR
58582011-08-01 Martin Rudalics <rudalics@gmx.at>
5859
5860 * window.el (display-buffer-in-window): Don't set dedicated status
5861 of window here (Bug#9215).
5862 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
5863 (display-buffer-pop-up-side-window)
b796c9b7 5864 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 5865
cca09170
SM
58662011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
5867
5868 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
5869 before binding generated-autoload-file.
5870
027b979c
DD
58712011-08-01 Deniz Dogan <deniz@dogan.se>
5872
5873 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
5874
3c7ee4f3
MA
58752011-07-30 Michael Albinus <michael.albinus@gmx.de>
5876
5877 Sync with Tramp 2.2.2.
5878
5879 * net/trampver.el: Update release number.
5880
2cc8e51a
JL
58812011-07-30 Juri Linkov <juri@jurta.org>
5882
5883 * dired-aux.el (dired-touch-initial): Remove function.
5884 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
5885 current time, and `default' to the last modification time of the
5886 current marked file (bug#6887).
5887
a514d856
JM
58882011-07-28 Jose E. Marchesi <jemarch@gnu.org>
5889
5890 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 5891 numeric argument to read-number (bug#9163).
a514d856 5892
8a7eddd7
MA
58932011-07-27 Michael Albinus <michael.albinus@gmx.de>
5894
5895 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
5896 connection process, it could be nil.
5897
1ddd96f5
LL
58982011-07-27 Leo Liu <sdl.web@gmail.com>
5899
5900 Simplify url handling in rcirc-mode.
5901
5902 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
5903 (rcirc-browse-url-at-mouse): Remove.
5904 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
5905
b248a85d
AM
59062011-07-26 Alan Mackenzie <acm@muc.de>
5907
5908 Fontify bitfield declarations properly.
5909
5910 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
5911 (c-symbol-chars): Now exported as a lang variable.
5912 (c-not-primitive-type-keywords): New lang variable.
5913
5914 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
5915 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 5916 parsed as a bitfield declaration.
b248a85d 5917
b796c9b7
SM
5918 * progmodes/cc-engine.el (c-beginning-of-statement-1):
5919 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
5920 (c-punctuation-in): New function.
5921 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
5922 declarations properly.
5923
68575ab0
UJ
59242011-07-26 Ulf Jasper <ulf.jasper@web.de>
5925
5926 * calendar/icalendar.el (icalendar--all-events): Take care of
5927 multiple vcalendars in a single file.
b796c9b7 5928 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 5929
0f0a88b9
DD
59302011-07-25 Deniz Dogan <deniz@dogan.se>
5931
5932 * image.el (insert-image): Clarifying docstring.
5933
0b3f36df
MA
59342011-07-24 Michael Albinus <michael.albinus@gmx.de>
5935
5936 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
5937 `tramp-send-command-and-check' if there is no error.
5938 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
5939
a9901f61
AM
59402011-07-22 Alan Mackenzie <acm@muc.de>
5941
5942 Prevent cc-langs.elc being loaded at run time.
5943
5944 * progmodes/cc-mode.el: Remove two autoload forms which loaded
5945 cc-langs.
5946
4d61f28d 5947 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
5948 "(require 'cc-langs)". Quote a form so it will evaluate at
5949 (cc-mode's) compilation time.
5950
11d074b2
MA
59512011-07-22 Michael Albinus <michael.albinus@gmx.de>
5952
5953 * net/tramp.el (tramp-file-name-handler): Avoid recursive
5954 loading. (Bug#9114)
5955
938b94c8
MR
59562011-07-21 Martin Rudalics <rudalics@gmx.at>
5957
5958 * window.el (display-buffer-pop-up-window)
5959 (display-buffer-pop-up-side-window)
5960 (display-buffer-in-side-window): Call display-buffer-set-height
5961 and display-buffer-set-width after setting the new window's
b796c9b7 5962 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 5963
bfa4f190
SS
59642011-07-20 Sam Steingold <sds@gnu.org>
5965
5966 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
5967 (etags-tags-included-tables): Call `convert-standard-filename' on
5968 the file names contained in TAGS so that windows Emacs can handle
5969 TAGS files created by cygwin ctags.
5970
8ca42262
LMI
59712011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5972
5973 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
5974 which apparently didn't work.
5975
5db2afd2 59762011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 5977
5db2afd2
RW
5978 * proced.el (proced-send-signal): For *Marked Processes* buffer
5979 put point at beginning of buffer.
5980
92e15d10
SB
59812011-07-19 Stephen Berman <stephen.berman@gmx.net>
5982
5983 * proced.el (proced-format): Make header lines align with the text
5984 (bug#1779).
5985
1bfd59e5
LMI
59862011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5987
5988 * view.el (view-buffer): Allow running in `special' modes if we're
5989 visiting a file (bug#8615).
5990
f5aae37c
MR
59912011-07-19 Martin Rudalics <rudalics@gmx.at>
5992
5993 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
5994 (display-buffer-alist-set-1, display-buffer-alist-set-2):
5995 New functions.
f5aae37c
MR
5996 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
5997 more accurately.
5998
bf2c1571
AM
59992011-07-18 Alan Mackenzie <acm@muc.de>
6000
6001 Fontify declarators properly when, e.g., a jit-lock chunk begins
6002 inside a declaration.
6003
6004 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
6005
b796c9b7
SM
6006 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
6007 New function.
bf2c1571
AM
6008 (c-complex-decl-matchers): Insert reference to
6009 c-font-lock-enclosing-decls.
6010
6011 * progmodes/cc-engine.el (c-backward-single-comment):
6012 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
6013 to nil around calls to (forward-comment -1).
6014
4e190b80
LMI
60152011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6016
12dc863d
LMI
6017 * image.el (put-image): Doc typo fix.
6018
a762e966
LMI
6019 * progmodes/etags.el (tags-search): Doc typo fix.
6020
4e190b80
LMI
6021 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
6022 password if we get errors 550 to 554.
6023
f019fb21
LMI
60242011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6025
b796c9b7 6026 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 6027
81746738
LMI
6028 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
6029 indentation character (bug#6380).
6030
3ee3a1b5
LMI
6031 * files.el (buffer-offer-save): Made permanently local (bug#6241).
6032
c82f64de
LMI
6033 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
6034 to clarify what the problem is (bug#4291).
6035
f019fb21
LMI
6036 * simple.el (current-kill): Clarify what
6037 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
6038 (auto-fill-mode): Document `auto-fill-function' in relation to
6039 `auto-fill-mode' (bug#2470).
f019fb21 6040
0794775d
LM
60412011-07-16 Lawrence Mitchell <wence@gmx.li>
6042
6043 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
6044 method if slot is read-only (bug#9035).
6045
be39b8cc
MR
60462011-07-16 Martin Rudalics <rudalics@gmx.at>
6047
b796c9b7 6048 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 6049 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
6050 selected before, see discussion of (Bug#8615), (Bug#6954).
6051 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 6052
6ccf7859
GM
60532011-07-15 Glenn Morris <rgm@gnu.org>
6054
6055 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 6056 Respect help-form.
6ccf7859 6057
87e86684
LM
60582011-07-09 Lawrence Mitchell <wence@gmx.li>
6059
6060 * net/gnutls.el (gnutls-min-prime-bits): New variable.
6061 (gnutls-negotiate): Use it.
6062
d6066239
LMI
60632011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6064
b796c9b7
SM
6065 * net/gnutls.el (gnutls-negotiate):
6066 Upcase `gnutls-algorithm-priority'.
d6066239 6067
bd23ebc0
GM
60682011-07-15 Glenn Morris <rgm@gnu.org>
6069
c65bca65
GM
6070 * jka-compr.el (jka-compr-verbose): Move from here...
6071 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
6072 Add missing :version tag.
6073 * info.el: No need to require jka-compr when compiling.
bd23ebc0 6074
478615cc
LMI
60752011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6076
7b41decb
LMI
6077 * net/gnutls.el (gnutls-algorithm-priority): New variable.
6078 (gnutls-negotiate): Use it.
6079
dbc44fcd
LMI
6080 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
6081
06789f97
LMI
6082 * info.el (Info-beginning-of-buffer): New command.
6083 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
6084 announcing `b' as the key (bug#8325).
ab896c37 6085 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 6086
c39da690
LMI
6087 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
6088
3aa5f34b
LMI
6089 * international/mule-cmds.el
6090 (describe-specified-language-support): Make the error message
6091 clearer (bug#8905).
6092
4bf0979f
LMI
6093 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
6094
478615cc
LMI
6095 * isearch.el (isearch-barrier): Add a doc string, since it's
6096 mentioned in a function doc string (bug#8678).
6097
75c68aa1
MR
60982011-07-15 Martin Rudalics <rudalics@gmx.at>
6099
6100 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
6101 buffer argument (Bug#9083) and self-identifying label argument.
6102
a7c33da2
GM
61032011-07-15 Glenn Morris <rgm@gnu.org>
6104
6105 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
6106
2f5c6024
LMI
61072011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6108
6109 * man.el (Man-fontify-manpage): Fix message when formatting the
6110 man page (bug#7929).
6111
0bb23927 61122011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
6113
6114 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
6115 argument LRM; if non-nil, append an invisible LRM character to the
6116 buffer name.
6117 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
6118 last argument non-nil, when formatting buffer names.
0bb23927
EZ
6119 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
6120 paragraph direction.
cce4b0a7 6121
621ef9ab
LMI
61222011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6123
d1583c48
LMI
6124 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
6125 the man page name (bug#7929).
6126
6a57fb5f
LMI
6127 * image.el (put-image): Mention the `put-image' overlay property
6128 (bug#7834).
6129
d7956b14
LMI
6130 * scroll-bar.el (set-scroll-bar-mode): Mention that
6131 `scroll-bar-mode' lists the values (bug#7772).
6132
5b2d4a66
LMI
6133 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
6134 command (bug#7729).
6135
7509a874
LMI
6136 * rect.el (apply-on-rectangle): Return the point after the last
6137 operation.
6138 (string-rectangle): Go to the point after the last operation
6139 (bug#7522).
6140
4fe74b19
LMI
6141 * printing.el (pr-toggle-region): Clarify the documentation
6142 slightly (bug#7493).
6143
b796c9b7
SM
6144 * time.el (display-time-update):
6145 Allow `display-time-mail-function' to return nil (bug#7158).
6146 Fix suggested by Detlev Zundel.
ab283561 6147
fc233c9d
LMI
6148 * vc/diff.el (diff): Clarify the order the file names are read
6149 (bug#7111).
6150
43f5740b
LMI
6151 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
6152 the doc string (bug#7015).
6153
f2182a76
LMI
6154 * font-lock.el (font-lock-maximum-decoration): Mention what
6155 numeric levels mean (bug#6935).
6156
621ef9ab
LMI
6157 * startup.el (initial-buffer-choice): Don't mention the `none'
6158 selection, which is against policy.
6159
adc47434
MR
61602011-07-14 Martin Rudalics <rudalics@gmx.at>
6161
b796c9b7
SM
6162 * window.el (display-buffer-normalize-special):
6163 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 6164
7e5bfb8f
EZ
61652011-07-14 Eli Zaretskii <eliz@gnu.org>
6166
6167 * subr.el (version<, version<=, version=): Mention "-CVS" and
6168 "-12345" alpha version numbers.
6169
27fa387a
CY
61702011-07-14 Chong Yidong <cyd@stupidchicken.com>
6171
6172 * bindings.el: Add advertised binding for set-mark-command
6173 (Bug#5772).
6174
8bdfa064
CY
61752011-07-14 Chong Yidong <cyd@stupidchicken.com>
6176
6177 * bindings.el (mode-line-other-buffer):
6178 * bookmark.el (bookmark-bmenu-2-window):
6179 * bs.el (bs-cycle-next, bs-cycle-previous):
6180 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
6181 switch-to-buffer.
6182
6183 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 6184 Delete.
8bdfa064 6185
5eba16a3
JB
61862011-07-14 Juanma Barranquero <lekktu@gmail.com>
6187
6188 * follow.el (follow-debug-message, follow-redisplay):
6189 * jka-cmpr-hook.el (with-auto-compression-mode):
6190 Fix typos in docstrings.
6191
15853710
LMI
61922011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6193
a28e4607
LMI
6194 * subr.el (with-silent-modifications): Clarify somewhat what the
6195 macro inhibits (bug#6525).
6196
15853710
LMI
6197 * simple.el (eval-expression): Note what it does if called
6198 interactively (bug#6495).
6199
bee0fcef
CY
62002011-07-13 Chong Yidong <cyd@stupidchicken.com>
6201
b796c9b7
SM
6202 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
6203 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
6204
6205 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6206 Remove switch-to-buffer.
6207
58274504
LMI
62082011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6209
bd2fcc8d
LMI
6210 * files.el (make-directory): Clarify that an error will be raised
6211 if there's an error (bug#6397).
6212
0f04b32c
LMI
6213 * startup.el (initial-buffer-choice): Add `none' as a choice
6214 (bug#6234).
6215
465c5fc8
LMI
6216 * subr.el (add-hook): Clarify section about buffer-local hooks
6217 (bug#6218).
6218
58274504
LMI
6219 * dired.el (dired-flagged): Clarify doc string (bug#6117).
6220
bead9a43
JB
62212011-07-13 Juanma Barranquero <lekktu@gmail.com>
6222
6223 * tabify.el (untabify): Preserve the current column so that point
6224 doesn't move (bug#6032).
6225
3af98a7b
LMI
62262011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6227
b796c9b7
SM
6228 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
6229 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 6230
6240145a
GM
62312011-07-13 Glenn Morris <rgm@gnu.org>
6232
6233 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
6234 (dired-insert-directory): Give a message the first time
6235 if ls is found not to support --dired.
6236
1d8c2ccc
LMI
62372011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6238
6239 * simple.el (toggle-truncate-lines): Clarify what is toggled
6240 (bug#5580). Text by Drew Adams.
6241
5fc4038e
CY
62422011-07-13 Chong Yidong <cyd@stupidchicken.com>
6243
6244 * simple.el (blink-matching-open): Make the error message from the
6245 last change less verbose.
6246
bf6012e5
DN
62472011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
6248
6249 * font-lock.el (font-lock-comment-face): Use the high contrast
6250 "yellow" color for font-lock-comment-face on low color terminals
6251 using a dark background color (bug#4221).
6252
343c3b5a
LMI
62532011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6254
7e9505c5
LMI
6255 * dired.el (dired-insert-set-properties): Make the doc string
6256 reflect what it does now (bug#5325).
6257
c26fdcf5
LMI
6258 * simple.el (blink-matching-open): Say that we were unable to find
6259 the match within the limit, if we're limited (bug#5122).
6260
bb388cc5
LMI
6261 * international/mule-cmds.el (prefer-coding-system): Add an
6262 example (bug#4869).
6263
343c3b5a
LMI
6264 * progmodes/etags.el (tags-search): Document `file-list-form'
6265 (bug#4731).
6266
2a517d45
LM
62672011-07-13 Lawrence Mitchell <wence@gmx.li>
6268
6269 * net/browse-url.el (browse-url-default-browser)
6270 (browse-url-browser-function): Make the default browser choice a
6271 bit more logical (bug#4300). Also clean up the doc string.
6272
b6c78ef2
JB
62732011-07-13 Juanma Barranquero <lekktu@gmail.com>
6274
6275 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
6276 binary endings (bug#4440).
6277
1c4dd947
LMI
62782011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6279
a2014063
LMI
6280 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
6281 which can be pretty annoying (bug#8971).
6282
9c9c2d88
LMI
6283 * jka-compr.el (jka-compr-verbose): New variable, and use
6284 throughout (bug#8971).
6285
1c4dd947
LMI
6286 * info.el (Info-find-file): Fall back on the installation
6287 directory if we can't find the info node anywhere else.
6288
a1c9f41b
SO
62892011-07-13 Sergei Organov <osv@javad.com> (tiny change)
6290
6291 * vc/vc.el (vc-revert-file):
6292 Don't set file time-stamp in the past. (Bug#5181)
6293
536f3d36
LMI
62942011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6295
7152b011
LMI
6296 * files.el (after-find-file): Give a better error message when
6297 trying to find a symlink that points to a file that doesn't exist
6298 (bug#4398).
6299
536f3d36
LMI
6300 * progmodes/cc-vars.el: Remove (probably) misleading comment
6301 (bug#4396).
6302
460c0fba
JB
63032011-07-12 Johan Bockgård <bojohan@gnu.org>
6304
6305 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
6306
7a6bda45
CY
63072011-07-12 Chong Yidong <cyd@stupidchicken.com>
6308
6309 * mouse-sel.el: Hack restoring functionality, while keeping
6310 compatibility with 2010-07-03 changes to mouse selection.
6311 (mouse-sel-primary-overlay): New var.
6312 (mouse-sel-selection-alist): Use it.
6313 (mouse-sel-mode): Doc fix; remove points that are default features
6314 of mouse.el.
6315
c79598ef
JB
63162011-07-12 Johan Bockgård <bojohan@gnu.org>
6317
6318 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6319 Fix previous fix (bug#2490).
6320
ff8be6ef
RW
63212011-07-12 Roland Winkler <winkler@gnu.org>
6322
b796c9b7
SM
6323 * textmodes/bibtex.el (bibtex-initialize):
6324 Use pop-to-buffer-same-window.
ff8be6ef
RW
6325 (bibtex-search-entries): Fix interactive call.
6326
296ba3ee
LMI
63272011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6328
f5242a02 6329 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
6330 Fontise bytecomp Error lines more correctly (bug#2490).
6331 Fix suggested by Johan Bockgård.
f5242a02 6332
296ba3ee
LMI
6333 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
6334
6335 * dired-x.el (dired-guess-default): Use `delete-dups'.
6336
f69fd0d2
CY
63372011-07-12 Chong Yidong <cyd@stupidchicken.com>
6338
6339 * dired.el (dired-mark-prompt):
6340 * dired-aux.el (dired-read-shell-command): Doc fix.
6341
eab5dc07
LMI
63422011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6343
b796c9b7
SM
6344 * mail/sendmail.el (sendmail-query-once):
6345 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
6346 emacs -Q.
6347
6348 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
6349
eab5dc07
LMI
6350 * cus-edit.el (custom-file): Take an optional no-error variable.
6351 (customize-save-variable): Set the variable, and give a warning if
6352 running under "emacs -q".
6353
a1e65d42
JB
63542011-07-11 Juanma Barranquero <lekktu@gmail.com>
6355
6356 * loadhist.el (unload-feature-special-hooks):
6357 Add `auto-coding-functions', `fill-nobreak-predicate' and
6358 `find-directory-functions' (bug#5327).
6359
1d52da10
LMI
63602011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6361
be958f1d
LMI
6362 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
6363
5bedb26c
LMI
6364 * cus-edit.el (custom-guess-name-alist): -alist variables should
6365 use the `alist' type (bug#3120). Suggested by Drew Adams.
6366
1d52da10
LMI
6367 * printing.el: Add documentation to all the `pr-toggle-' commands.
6368
cd394be1 63692011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
6370
6371 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
6372 backends where it makes sense (bug#2623).
6373
dcc88d8a
LMI
63742011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6375
c3de9feb
LMI
6376 * dired-x.el (dired-guess-default): Remove duplicate shell command
6377 entries (bug#2028).
8a93078b 6378 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 6379 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 6380
dcc88d8a
LMI
6381 * subr.el (remove-duplicates): New conveniency function.
6382
505e3645
LMI
63832011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6384
6385 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
6386 (bug#1526).
6387
63882011-07-10 Martin Rudalics <rudalics@gmx.at>
6389
6390 * window.el (display-buffer-normalize-default): Don't invert
6391 meaning of even-window-heights. Reported by Eli Zaretskii
6392 <eliz@gnu.org>.
6393
455e4fa1
BR
63942011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
6395
6396 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
6397
8e0bc3e9
CY
63982011-07-10 Chong Yidong <cyd@stupidchicken.com>
6399
6400 * window.el (display-buffer): Fix arguments to
6401 display-buffer-reuse-window in last change.
6402
fa7c3228
CY
6403 * faces.el (link): Use a less saturated blue on light backgrounds.
6404
6405 * startup.el (fancy-startup-text, fancy-about-text)
6406 (fancy-startup-tail): Use font-lock faces, for background safety.
6407
c0a7f300
BN
64082011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
6409
b796c9b7
SM
6410 * emulation/viper-cmd.el (viper-change-state-to-vi):
6411 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 6412
4dc2a129
MR
64132011-07-09 Martin Rudalics <rudalics@gmx.at>
6414
6415 * window.el (display-buffer-default-specifiers): Remove.
6416 (display-buffer-macro-specifiers): Remove default specifiers.
6417 (display-buffer-alist): Default to nil.
b796c9b7 6418 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
6419 (display-buffer-pop-up-window): Allow splitting internal
6420 windows. Check whether a live window was created.
6421 (display-buffer-other-window-means-other-frame)
6422 (display-buffer-normalize-arguments): Rename to
6423 display-buffer-normalize-argument and rewrite. Set the
6424 other-window specifier.
6425 (display-buffer-normalize-special): New function.
6426 (display-buffer-normalize-options): Rename to
6427 display-buffer-normalize-default and rewrite.
6428 (display-buffer-normalize-options-inhibit): Remove.
6429 (display-buffer-normalize-specifiers): Rewrite.
6430 (display-buffer): Process other-window specifier and call
6431 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
6432 more faithfully.
b796c9b7 6433 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 6434 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
6435 (display-buffer-in-window, display-buffer-alist-set):
6436 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
6437 <tassilo@member.fsf.org>.
6438
2d43b8c9
LL
64392011-07-09 Leo Liu <sdl.web@gmail.com>
6440
6441 * register.el (insert-register): Restore accidental change on
6442 2011-06-26. (Bug#9028)
6443
7f9b7c53
GM
64442011-07-09 Glenn Morris <rgm@gnu.org>
6445
6446 * subr.el (remq): Handle the empty list. (Bug#9024)
6447
f042cfd8
AS
64482011-07-08 Andreas Schwab <schwab@linux-m68k.org>
6449
6450 * mail/sendmail.el (send-mail-function): No longer delay custom
6451 initialization.
6452 * custom.el (custom-initialize-delay): Doc fix.
6453
856b2f11
SM
64542011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
6455
6456 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
6457
afae1d68
MA
64582011-07-08 Michael Albinus <michael.albinus@gmx.de>
6459
6460 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
6461 human-friendly prompt.
6462
0757af94
SM
64632011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
6464
6465 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
6466 provided by a particular plugin.
6467
d760b731
LMI
64682011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
6469
6470 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
6471 save customizations (with "emacs -Q"), just set the variable
6472 instead of erroring out.
6473
6474 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
6475
cd79ce90
JL
64762011-07-08 Juri Linkov <juri@jurta.org>
6477
6478 * arc-mode.el (archive-zip-expunge, archive-zip-update)
6479 (archive-zip-update-case): Use 7z if found by `executable-find'.
6480 The order of searching the available programs is the same as in
6481 `archive-zip-extract' (bug#8968).
6482
14cc04aa
CY
64832011-07-07 Chong Yidong <cyd@stupidchicken.com>
6484
6485 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
6486 (menu-bar-options-menu): Tweak descriptions.
6487
0a1848ec
LMI
64882011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6489
6490 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
6491 menu items into verb phrases (bug#1421). Also refill to fit under
6492 80 columns.
6493
f5bd0689
CY
64942011-07-07 Chong Yidong <cyd@stupidchicken.com>
6495
538e85c6
CY
6496 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
6497 (Info-read-node-name): Doc fix (Bug#1084).
6498
f5bd0689
CY
6499 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
6500 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
6501 (end-of-sexp, beginning-of-sexp)
6502 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
6503 (forward-symbol, forward-same-syntax, word-at-point)
6504 (sentence-at-point): Doc fix (Bug#1144).
6505
56ec5115
LMI
65062011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6507
f3f8e37f
LMI
6508 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
6509 should cover it (bug#1281).
6510
0757af94 6511 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 6512
e9fce1ac 6513 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
6514 negotiation fails, then possibly try again with a non-encrypted
6515 connection (bug#9017).
6516
56ec5115
LMI
6517 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
6518 be used.
6519
c2f9aec8
RS
65202011-07-07 Richard Stallman <rms@gnu.org>
6521
6522 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
6523 property, and handle its changed format.
6524 Look for the correct line number.
6525 Use file's line contents (but not past first =) to find
6526 correct line in message.
6527
ef7b981d 65282011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
6529
6530 * international/characters.el (build-unicode-category-table):
6531 Delete it.
0757af94 6532 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 6533
0757af94 6534 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
6535 to src/chartab.c.
6536 (get-char-code-property): Call unicode-property-table-internal to
6537 load a file. Call get-unicode-property-internal where necessary.
6538 (put-char-code-property): Call unicode-property-table-internal to
6539 load a file. Call put-unicode-property-internal where necessary.
6540 put-unicode-property-internal where necessary.
0757af94
SM
6541 (char-code-property-description):
6542 Call unicode-property-table-internal to load a file.
c805dec0
KH
6543
6544 * international/charprop.el:
6545 * international/uni-bidi.el:
6546 * international/uni-category.el:
6547 * international/uni-combining.el:
6548 * international/uni-comment.el:
6549 * international/uni-decimal.el:
6550 * international/uni-decomposition.el:
6551 * international/uni-digit.el:
6552 * international/uni-lowercase.el:
6553 * international/uni-mirrored.el:
6554 * international/uni-name.el:
6555 * international/uni-numeric.el:
6556 * international/uni-old-name.el:
6557 * international/uni-titlecase.el:
6558 * international/uni-uppercase.el: Regenerate.
6559
6560 * loadup.el: Load international/charprop.el before
6561 international/characters.
6562
e14b388a
CY
65632011-07-07 Chong Yidong <cyd@stupidchicken.com>
6564
6565 * window.el (next-buffer, previous-buffer): Signal an error if
6566 called from a minibuffer window.
6567
6568 * bindings.el: Revert 2011-07-04 change.
6569
354cf0ba
RS
65702011-07-06 Richard Stallman <rms@gnu.org>
6571
6572 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
6573 (rmail-mime-insert-bulk, rmail-mime-insert-text):
6574 Treat markers like ints.
6575 (rmail-mime-entity): Doc fix.
6576
a48868a7
LMI
65772011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6578
4906cd3d
LMI
6579 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
6580 defcustom again for backwards compatibility.
6581
e0457abe
LMI
6582 * simple.el (shell-command-on-region): Fill.
6583
d67f7e1f
LMI
6584 * dired-aux.el (dired-kill-line): Add a doc string.
6585
fe204702
LMI
6586 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
6587 to "\\sw\\|\\s_" (bug#358).
6588
a48868a7
LMI
6589 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
6590 (dired-unmark-backward): Ditto.
6591 (dired-flag-backup-files): Ditto.
6592
6593 * dired-x.el (dired-mark-sexp): Ditto.
6594
aa8a705c
RS
65952011-07-06 Richard Stallman <rms@gnu.org>
6596
6597 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
6598 (rmail-mime-entity): New arg TRUNCATED.
6599 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
6600 New functions.
6601 (rmail-mime-save): Warn if entity is truncated.
6602 (rmail-mime-toggle-hidden): Likewise, for showing.
6603 (rmail-mime-process-multipart): Record when an entity is truncated.
6604
a9a936b9
RS
6605 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
6606 if ENTITY is a string.
6607
1f2b92cb
LMI
66082011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6609
f4f73198 6610 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
6611 of faces when `M-C-x'-ing their definitions (bug#8378).
6612 Also clean up the code slightly.
f4f73198 6613
12b16734 6614 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 6615 because that makes the colors go away.
12b16734 6616
f0691d22
LMI
6617 * mail/sendmail.el (send-mail-function): Change the default to
6618 `sendmail-query-once'.
9e87df06 6619 (sendmail-query-once): Add an autoload cookie.
f0691d22 6620
1f2b92cb
LMI
6621 * net/network-stream.el (network-stream-open-starttls): Try using
6622 a plain connection even if the server offered STARTTLS, and we
6623 kinda wanted to use it, if Emacs doesn't have any STARTTLS
6624 capability. This should make smtpmail.el work in slightly more
6625 configurations.
6626
1cdd2a1b
MA
66272011-07-06 Michael Albinus <michael.albinus@gmx.de>
6628
6629 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
6630 New defun.
6631 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
6632
fbcc67e2
MM
66332011-07-06 Michael R. Mauger <mmaug@yahoo.com>
6634
6635 * progmodes/sql.el: Version 3.0
0757af94 6636 (sql-product-alist): Add product :completion-object,
fbcc67e2 6637 :completion-column, and :statement attributes.
0757af94 6638 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 6639 (sql-mode-syntax-table): Mark all punctuation.
0757af94 6640 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
6641 ansi keywords.
6642 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 6643 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
6644 (sql-oracle-show-reserved-words): New function for development.
6645 (sql-product-font-lock): Simplify for source code buffers.
6646 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
6647 New functions.
6648 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
6649 (sql-mode-map): Add statement movement functions.
6650 (sql-ansi-statement-starters, sql-oracle-statement-starters):
6651 New variable.
fbcc67e2
MM
6652 (sql-statement-regexp, sql-beginning-of-statement)
6653 (sql-end-of-statement, sql-signum): New functions.
0757af94 6654 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
6655 (sql-show-sqli-buffer): Bug fix.
6656 (sql-interactive-mode): Store connection data as buffer local.
0757af94 6657 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
6658 with sql-interactive-mode.
6659 (sql-save-connection): Save buffer local settings.
0757af94 6660 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
6661 (sql-product-interactive): Bug fix.
6662 (sql-preoutput-hold): New variable.
6663 (sql-interactive-remove-continuation-prompt): Bug fixes.
6664 (sql-debug-redirect): New variable.
6665 (sql-str-literal): New function.
6666 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 6667 Redesign.
fbcc67e2
MM
6668 (sql-oracle-save-settings, sql-oracle-restore-settings)
6669 (sql-oracle-list-all, sql-oracle-list-table): New functions.
6670 (sql-completion-object, sql-completion-column)
6671 (sql-completion-sqlbuf): New variables.
6672 (sql-build-completions-1, sql-build-completions)
6673 (sql-try-completion): New functions.
6674 (sql-read-table-name): Use them.
6675 (sql-contains-names): New buffer local variable.
6676 (sql-list-all, sql-list-table): Use it.
6677 (sql-oracle-completion-types): New variable.
6678 (sql-oracle-completion-object, sql-sqlite-completion-object)
6679 (sql-postgres-completion-object): New functions.
6680
d4eaeab1
GM
66812011-07-06 Glenn Morris <rgm@gnu.org>
6682
6683 * window.el (pop-to-buffer): Doc fix.
6684
322b7dab 66852011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
6686
6687 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
6688
322b7dab 66892011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 6690
322b7dab 6691 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 6692
322b7dab 6693 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 6694
605dd5bf
CY
66952011-07-05 Chong Yidong <cyd@stupidchicken.com>
6696
6697 * button.el (button): Inherit from link face. Suggested by Dan
6698 Nicolaescu.
6699
7dbfa719
SM
67002011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6701
3db614b0
SM
6702 * progmodes/gdb-mi.el: Fit in 80 columns.
6703 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
6704 switch-to-buffer.
6705
7dbfa719
SM
6706 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
6707 if imenu is simply not configured (bug#8941).
6708
919d884a
KM
67092011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
6710
6711 * allout.el (allout-post-undo-hook): New allout outline-change
6712 event hook to signal undo activity.
6713 (allout-post-command-business): Run allout-post-undo-hook if an
6714 undo just occurred.
7dbfa719
SM
6715 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
6716 * allout-widgets.el (allout-widgets-after-undo-function):
6717 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
6718 in the vicinity of an undo.
6719 (allout-widgets-mode): Include allout-widgets-after-undo-function
6720 on the new allout-post-undo-hook.
6721
450a0f09
SM
67222011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6723
6724 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
6725 Let define-derived-mode define it.
6726 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
6727 cycles of abbrev-table inheritance (bug#8998).
6728
2de69e00
RW
67292011-07-05 Roland Winkler <winkler@gnu.org>
6730
6731 * textmodes/bibtex.el: Add support for biblatex.
6732 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
6733 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
6734 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
6735 (bibtex-entry-alist, bibtex-field-alist): New variables.
6736 (bibtex-entry-field-alist): Obsolete alias for
6737 bibtex-BibTeX-entry-alist.
6738 (bibtex-entry-alist, bibtex-field-alist): New widgets.
6739 (bibtex-set-dialect): New command.
6740 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
6741 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
6742 Bind via bibtex-set-dialect.
2de69e00
RW
6743 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
6744 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
6745 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
6746 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
6747 Define via bibtex-set-dialect.
450a0f09
SM
6748 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
6749 Obey bibtex-no-opt-remove-re.
2de69e00
RW
6750 (bibtex-vec-push, bibtex-vec-incr): New functions.
6751 (bibtex-format-entry, bibtex-field-list)
6752 (bibtex-print-help-message, bibtex-validate)
6753 (bibtex-search-entries): Use new format of bibtex-entry-alist.
6754
2dcdbdd9
SM
67552011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6756
6757 * progmodes/compile.el (compilation-goto-locus):
6758 * net/tramp-cmds.el (tramp-append-tramp-buffers):
6759 * bs.el (bs-cycle-next, bs-cycle-previous):
6760 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
6761 * bindings.el (mode-line-other-buffer):
6762 * autoinsert.el (auto-insert):
6763 * arc-mode.el (archive-extract):
6764 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
6765
b27640fe
JB
67662011-07-05 Juanma Barranquero <lekktu@gmail.com>
6767
6768 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
6769 Fix check of `emacs-lock-unlockable-modes'.
6770 Coerce true values of `emacs-lock--try-unlocking' to t.
6771
53bbe3ad
JB
67722011-07-05 Juanma Barranquero <lekktu@gmail.com>
6773
6774 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
6775 * emacs-lock.el: New file.
6776
1d3cdbc7
JD
67772011-07-05 Julien Danjou <julien@danjou.info>
6778
6779 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
6780 than `boundp' to check if face is set.
6781
9173deec
JB
67822011-07-05 Juanma Barranquero <lekktu@gmail.com>
6783
6784 * register.el (registerv-make):
6785 * window.el (window-min-height): Fix typos in docstrings.
6786
869795d6
JD
67872011-07-05 Jan Djärv <jan.h.d@swipnet.se>
6788
9173deec 6789 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
6790 Update doc string.
6791
b768cdcd
JB
67922011-07-04 Juanma Barranquero <lekktu@gmail.com>
6793
6794 * server.el (server-execute): Catch quit and call
6795 `server-return-error' to pass the error back to emacsclient and
6796 close the connection (bug#8942).
6797
13aa217b
KM
67982011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
6799
6800 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
6801 insecure exception for current topic. Also note that auto-saves
6802 are handled differently.
6803
6804 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
6805 State variables for tracking auto-save inhibition situation.
6806
6807 (allout-write-contents-hook-handler): Rename from
6808 'allout-write-file-hook-handler', and describe how it depends on
6809 write-contents-functions sensitivity to non-nil value to prevent
6810 file write.
6811
6812 (allout-auto-save-hook-handler): Remove. auto-save does not check
6813 this in individual buffers, only in the starting buffer, so this
6814 is not the right way for us to inhibit auto-save in a buffer
6815 according to its condition.
6816
6817 (allout-mode): Use new allout-write-contents-hook-handler, and
6818 only with write-contents-functions. Remove auto-save provisions -
6819 they're implemented elsewhere.
6820
6821 (allout-before-change-handler): If undo is in progress, note that
6822 for attention of allout-post-command-business.
6823
6824 (allout-post-command-business): If the command we're following was
6825 an undo, check for change in the status of encrypted items and
6826 adjust auto-save inhibitions accordingly.
6827
6828 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
6829 according to whether there are or aren't any plain-text topics
6830 pending encryption.
6831
2dcdbdd9 6832 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
6833 Adjust buffer-saved-size and some allout state to inhibit auto-saves
6834 if there are plain-text topics pending encryption.
13aa217b
KM
6835
6836 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
6837 buffer-saved-size and some allout state to not inhibit auto-saves
6838 if there are no longer any plain-text topics pending encryption.
6839
0757af94
SM
6840 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
6841 No longer provide for exemption of the current topic.
13aa217b 6842
ac89b32c
JL
68432011-07-04 Juri Linkov <juri@jurta.org>
6844
6845 Add 7z operations to delete and save changed members (bug#8968).
6846 * arc-mode.el (archive-7z-expunge, archive-7z-update):
6847 New defcustoms.
6848 (archive-7z-write-file-member): New function.
6849 (archive-7z-summarize): Fix the number of dashes in the
6850 listing output.
6851
8fa39615
SM
68522011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
6853
6854 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
6855 (bug#8958).
6856
2f11b3f1
CY
68572011-07-04 Chong Yidong <cyd@stupidchicken.com>
6858
d66fef2b
CY
6859 * bindings.el: Ignore next-buffer and previous-buffer in
6860 minibuffer-local-map.
6861
2f11b3f1
CY
6862 * font-lock.el (font-lock-builtin-face): Change light background
6863 color to dark slate blue (Bug#6693).
6864
f932a347
WD
68652011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
6866
6867 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
6868
c8af70e1
SM
68692011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
6870
6871 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
6872 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6873 Add switch-to-buffer.
6874
f158badc
LMI
68752011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6876
6877 * isearch.el (isearch-search-fun-function): Clarify further the
6878 meaning of the function returned.
6879
6d95bd46
MA
68802011-07-04 Michael Albinus <michael.albinus@gmx.de>
6881
6882 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
6883
6884 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
6885 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
6886 Use it.
6887 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
6888 `tramp-default-remote-path' does not exist.
6889 (tramp-send-command-and-read): New optional argument NOERROR.
6890 (tramp-open-connection-setup-interactive-shell)
6891 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
6892 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
6893 (tramp-process-sentinel): Flush also process' connection property.
6894 (tramp-sh-handle-start-file-process): Do not set process
6895 sentinel. It is done now ...
6896 (tramp-maybe-open-connection): ... here. (Bug#8929)
6897
909e6b67
MK
68982011-07-04 MON KEY <monkey@sandpframing.com>
6899
6900 * play/animate.el (animate-string): Doc fixes and allow changing
6901 the buffer name (bug#5417).
6902
69032011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6904
c8af70e1 6905 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 6906
f34755dc
PE
69072011-07-04 Paul Eggert <eggert@cs.ucla.edu>
6908
396cec72
PE
6909 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
6910 This is simpler and helps future-proof the code.
6911 (timer-until): Use time-subtract and float-time.
08235028 6912 (timer--time-less-p): Use time-less-p.
f34755dc 6913
56e6cc31
JB
69142011-07-04 Juanma Barranquero <lekktu@gmail.com>
6915
3abb79e5
JB
6916 * type-break.el (timep): Use the value of `float-time' to avoid a
6917 byte-compiler warning.
6918
56e6cc31
JB
6919 * server.el (server-eval-and-print): Return any result, even nil.
6920
7b9430b4
PE
69212011-07-03 Paul Eggert <eggert@cs.ucla.edu>
6922
6923 * type-break.el: Accept time formats that the builtins accept.
6924 (timep, type-break-time-difference): Accept any format that
6925 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
6926 This is simpler and helps future-proof the code.
6927 (type-break-time-difference): Round rather than ignoring
6928 subseconds components.
6929
3034e9e7
LMI
69302011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6931
6932 * info.el (Info-apropos-matches): Make non-interactive, since it
6933 doesn't seem to do anything useful as a command (bug#8829).
6934
1485f4c0
CY
69352011-07-03 Chong Yidong <cyd@stupidchicken.com>
6936
6937 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 6938 Move from faces.el.
1485f4c0
CY
6939 (frame-default-terminal-background): New function.
6940
6941 * custom.el (custom-push-theme): Don't record faces in `changed'
6942 theme; this doesn't work correctly for per-frame face settings.
6943 (disable-theme): Use face-set-after-frame-default to reset faces.
6944 (custom--frame-color-default): New function.
6945
9fa3dd45
LMI
69462011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6947
c8af70e1 6948 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
6949 (bug#8769).
6950
6cbbc20c
KR
69512011-03-29 Kevin Ryde <user42@zip.com.au>
6952
6953 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6954 `perl-Test2' extend to match possible "fail #N" rep count
6955 (bug#8377).
6956
c7f98048
LMI
69572011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6958
65676592
LMI
6959 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
6960 `smtpmail-via-smtp' now returns the error instead of nil.
6961
c7f98048
LMI
6962 * isearch.el (isearch-search-fun-function): Clarify the doc string
6963 (bug#8101).
6964
56e6cc31 69652011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
6966
6967 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
6968 unnecessary spaces (bug#8987).
6969
2b216704
LMI
69702011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6971
6972 * net/network-stream.el (open-network-stream): Use the
6973 :end-of-capability command thoughout.
6974
69752011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
6976
6977 * net/network-stream.el (open-network-stream): Add the
6978 :end-of-capability command parameter, used by pop3.el.
6979
36adf6ce
LMI
69802011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6981
1ca0da0e
LMI
6982 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
6983
fc00f69c
LMI
6984 * fringe.el (fringe-query-style): Remove redundant text " (type ?
6985 for list)" (bug#6475).
6986
28fd8759 6987 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 6988 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
6989 an error (bug#6297).
6990
0dd8b6da
LMI
6991 * man.el (Man-reference-regexp): Allow matching possible
6992 word-wrapped references (bug#6289).
6993
ce1438d6
LMI
6994 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
6995 for consistency with the other vc buffers (bug#6197).
6996 (vc-checkin): Ditto.
6997
6998 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
6999
36adf6ce
LMI
7000 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
7001
e83cc1f7
LMI
70022011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7003
8a20ca4c
LMI
7004 * custom.el (defcustom): Clarify that :set is only used in the
7005 Customize user interface (bug#6089).
7006
83319045
LMI
7007 * progmodes/flymake.el (flymake-mode): If the buffer isn't
7008 associated with a file, refuse to run instead of erroring out
7009 (bug#6084).
7010
a8392169
LMI
7011 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
7012 the doc string, since it appears that using `fill-column' always
7013 controls the width (bug#7845).
7014
e83cc1f7
LMI
7015 * simple.el (shell-command-on-region): Say where the error output
7016 went if `shell-command-default-error-buffer' is set (bug#6857).
7017
e47ca23b
KM
70182011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
7019
7020 * allout.el (allout-yank-processing): Adjust cursor position for
7021 backwards-deleted space.
7022
7023 (allout-rebullet-heading): Register changes with
7024 allout-exposure-changed-hook, so the modified topic is properly
7025 decorated.
7026
5cf56143
LMI
70272011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7028
08549772
LMI
7029 * minibuffer.el (completion-in-region): Document PREDICATE
7030 (bug#7136).
7031
48e96771
LMI
7032 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
7033 of keyword/argument pairs (bug#6904).
7034
c8af70e1
SM
7035 * replace.el (multi-occur):
7036 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 7037
e17d05e2
LMI
70382011-07-02 Drew Adams <drew.adams@oracle.com>
7039
7040 * dired.el (dired-mark-if): Make the message about whether it's
7041 marking or unmarking clearer (bug#8523).
7042
063b0e45
LMI
70432011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7044
7045 * disp-table.el (display-table-print-array): New function.
7046 (describe-display-table): Use it to print the vectors more pretty
7047 (Bug#8859).
7048
28545e04
MR
70492011-07-02 Martin Rudalics <rudalics@gmx.at>
7050
7051 * window.el (window-state-get-1): Don't assign clone numbers.
7052 Add clone-of item to list of window parameters.
7053 (window-state-put-2): Don't process clone numbers.
7054 (display-buffer-alist): Fix doc-string.
7055
3349e122
SM
70562011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
7057
7058 * subr.el (remq): Don't allocate if it's not needed.
7059 (keymap--menu-item-binding, keymap--menu-item-with-binding)
7060 (keymap--merge-bindings): New functions.
7061 (keymap-canonicalize): Use them to refine the canonicalization.
7062 * minibuffer.el (minibuffer-local-completion-map)
7063 (minibuffer-local-must-match-map): Move initialization from C.
7064 (minibuffer-local-filename-completion-map): Move initialization from C;
7065 don't inherit from anything here.
7066 (minibuffer-local-filename-must-match-map): Make obsolete.
7067 (completing-read-default): Use make-composed-keymap to combine
7068 minibuffer-local-filename-completion-map with either
7069 minibuffer-local-must-match-map or
7070 minibuffer-local-filename-completion-map.
7071
d224ac83
GM
70722011-07-01 Glenn Morris <rgm@gnu.org>
7073
3de63bf8
GM
7074 * type-break.el (type-break-time-sum): Use dolist.
7075
d224ac83
GM
7076 * textmodes/flyspell.el (flyspell-word-search-backward):
7077 Replace CL function.
7078
1a1e3f32
SM
70792011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7080
fe3f64d5
SM
7081 * mouse.el (mouse--strip-first-event): New function.
7082 (function-key-map): Use it to map fringe clicks to normal clicks
7083 by default.
7084
eb604e34
SM
7085 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
7086 (vc-bzr-revision-completion-table): Add support for annotate and date.
7087
1a1e3f32
SM
7088 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
7089 inherit from parent.
7090
5bd35902
LMI
70912011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7092
ace6c69c 7093 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 7094 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 7095
191e2bed
LMI
7096 * dired.el (dired-mode): Fix up the doc string as suggested by
7097 Drew Adams (bug#8817).
7098
5bd35902
LMI
7099 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
7100 cookie, since the manual says that it should be possible to add
7101 this function to `find-file-hook' (bug#8709).
7102
eee8207a
TZ
71032011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
7104
7105 * progmodes/cfengine.el: Moved all cfengine3.el functionality
7106 here. Noted Ted Zlatanov as the maintainer.
7107 (cfengine-common-settings, cfengine-common-syntax): New functions
7108 to set up common things between `cfengine-mode' and
7109 `cfengine3-mode'.
7110 (cfengine3-mode): New mode.
7111 (cfengine3-defuns cfengine3-defuns-regex
7112 (cfengine3-class-selector-regex cfengine3-category-regex)
7113 (cfengine3-vartypes cfengine3-font-lock-keywords)
7114 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 7115 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 7116
36b148cf
MA
71172011-07-01 Michael Albinus <michael.albinus@gmx.de>
7118
7119 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
7120
7121 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
7122
0bf4ba9a
MR
71232011-07-01 Martin Rudalics <rudalics@gmx.at>
7124
7125 * window.el (same-window-buffer-names, same-window-regexps)
7126 (same-window-p, special-display-frame-alist)
7127 (special-display-popup-frame, special-display-function)
7128 (special-display-buffer-names, special-display-regexps)
7129 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
7130 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
7131 (split-window-preferred-function, split-height-threshold)
7132 (split-width-threshold, even-window-heights)
7133 (display-buffer-mark-dedicated, window-splittable-p)
7134 (split-window-sensibly, window-safely-shrinkable-p):
7135 Un-obsolete.
7136 (display-buffer): Don't spread args with function specifier
7137 because special-display-popup-frame won't like it.
7138
35837f51
PE
71392011-07-01 Paul Eggert <eggert@cs.ucla.edu>
7140
d0672f86
PE
7141 Time-stamp simplifications and fixes.
7142 These improve accuracy slightly, and future-proof the code
7143 against some potential changes to current-time format.
7144
b9444d97
PE
7145 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
7146 by using time-since and float-time.
7147
0ef923dc
PE
7148 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
7149 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
7150 + NNN microseconds".
7151
2f81380d
PE
7152 * type-break.el (type-break-time-sum): Rewrite using time-add.
7153
845b5c3e
PE
7154 * play/hanoi.el (hanoi-current-time-float): Remove.
7155 All uses replaced by float-time.
7156
ee6f1be0
PE
7157 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
7158 This yields a more-accurate answer.
7159 (rng-time-to-float): Remove; no longer needed.
7160
fe955043
PE
7161 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
7162
5777162a
PE
7163 * calendar/timeclock.el (timeclock-seconds-to-time):
7164 Defalias to seconds-to-time, since they're the same thing.
7165
3103f8b6 7166 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 7167 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
7168 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
7169
0e61a35f
SM
71702011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7171
7172 * window.el (bury-buffer): Don't iconify the only frame.
7173 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
7174 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
7175
ddd63a1e
CY
71762011-07-01 Chong Yidong <cyd@stupidchicken.com>
7177
0e61a35f
SM
7178 * eshell/em-smart.el (eshell-smart-display-navigate-list):
7179 Add mouse-yank-primary.
ddd63a1e 7180
055f4923
TZ
71812011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
7182
7183 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
7184
6a2fb145
SM
71852011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7186
7187 * emacs-lisp/find-func.el (find-library--load-name): New fun.
7188 (find-library-name): Use it to find relative load names when provided
7189 absolute file name (bug#8803).
7190
fd4983f2
LMI
71912011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7192
887d14ad
LMI
7193 * textmodes/flyspell.el (flyspell-word): Consider words that
7194 differ only in case as potential doublons (bug#5687).
7195
c53dc7fc
LMI
7196 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
7197 Remove two rather uninteresting debugging-like messages to make
7198 debbugs.el more silent.
7199
fd4983f2
LMI
7200 * comint.el (comint-password-prompt-regexp): Accept "Response" as
7201 a password-like phrase.
7202
7a71b18d 72032011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
7204
7205 * progmodes/cc-guess.el: New file.
7206
6a2fb145 7207 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
7208
7209 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
7210 derived from `c-basic-common-init'.
7211
7212 * progmodes/cc-mode.el (top-level): Require cc-guess.
7213 (c-basic-common-init): Use `cc-choose-style-for-mode'.
7214
1fa280a3
LM
72152011-06-30 Lawrence Mitchell <wence@gmx.li>
7216
7217 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
7218
e6597158
AM
72192011-06-30 Alan Mackenzie <acm@muc.de>
7220
1fa280a3
LM
7221 * progmodes/cc-engine.el (c-guess-continued-construct):
7222 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
7223 lock is disabled. Name this case as "CASE G".
7224
68ba37fb
KM
72252011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
7226
7227 * allout.el (allout-yank-processing): Fix injection of extra space
7228 between bullet and non-whitespace character in first topic when
7229 pasting, ensuring that the actual spacing in the pasted topic
7230 following the bullet char is preserved. This extra space was
7231 causing pasted encrypted topics to get a decrypted status even
7232 when the content was actually still encrypted. Now the decryption
7233 status from before the paste is preserved.
7234
7235 (allout-flag-region): Set all allout overlays so they evaporate
7236 when reduced to zero length (evanescent), to prevent overlay
7237 leakage.
7238
887a0b34
GM
72392011-06-30 Glenn Morris <rgm@gnu.org>
7240
94b9acce
GM
7241 * w32-fns.el (w32-charset-info-alist): Declare.
7242
1d9b46d4
GM
7243 * find-dired.el (find-grep-options): Simplify.
7244
cc232200
GM
7245 * term/ns-win.el (ns-set-resource): Declare.
7246
28e77c46
GM
7247 * ses.el (row, col): Declare dynamic variables honestly.
7248
887a0b34
GM
7249 * textmodes/reftex-parse.el (index-tags): Declare.
7250
658d8eb8
CY
72512011-06-30 Chong Yidong <cyd@stupidchicken.com>
7252
7253 * cus-edit.el (customize-push-and-save): New function.
7254
7255 * files.el (hack-local-variables-confirm): Use it.
7256
1fa280a3
LM
7257 * custom.el (load-theme): New arg NO-CONFIRM.
7258 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
7259 (custom-enabled-themes): Doc fix.
7260
7261 * cus-theme.el (customize-create-theme)
7262 (custom-theme-merge-theme): Callers to load-theme changed.
7263
bb617717
LMI
72642011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7265
d61bdd5d
LMI
7266 * thingatpt.el (thing-at-point-short-url-regexp): Require that
7267 short URLs have at least one dot in them (bug #7614).
7268
bb617717
LMI
7269 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
7270 nil, because using a pty is apparently too slow (bug #895).
7271
2f31f37a
LMI
72722011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7273
7274 * mail/sendmail.el (sendmail-query-once): New function.
7275 (sendmail-query-once-function): New variable.
7276
3076b24e
GM
72772011-06-29 Glenn Morris <rgm@gnu.org>
7278
faf2a174
GM
7279 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
7280
3076b24e
GM
7281 * ses.el (top-level): Require cl when compiling.
7282 (ses-set-localvars): Fix error statement.
7283 Call it at compile time to silence a storm of warnings.
7284
5386012d
MR
72852011-06-29 Martin Rudalics <rudalics@gmx.at>
7286
7287 * window.el (normalize-live-buffer): Rename to
7288 window-normalize-buffer.
7289 (normalize-live-frame): Rename to window-normalize-frame.
7290 (normalize-any-window): Rename to window-normalize-any-window.
7291 (normalize-live-window): Rename to window-normalize-live-window.
7292 (make-window-atom): Rename to window-make-atom.
7293 (window-resize-reset): Rename to window--resize-reset.
7294 (window-resize-reset-1): Rename to window--resize-reset-1.
7295 (resize-mini-window): Rename to window--resize-mini-window.
7296 (resize-subwindows-skip-p): Rename to
7297 window--resize-subwindows-skip-p.
7298 (resize-subwindows-normal): Rename to
7299 window--resize-subwindows-normal.
7300 (resize-subwindows): Rename to window--resize-subwindows.
7301 (resize-other-windows): Rename to window--resize-siblings.
7302 (resize-this-window): Rename to window--resize-this-window.
7303 (resize-root-window): Rename to window--resize-root-window.
7304 (resize-root-window-vertically): Rename to
7305 window--resize-root-window-vertically.
7306 (normalize-buffer-to-display): Rename to
7307 window-normalize-buffer-to-display.
7308 (normalize-buffer-to-switch-to): Rename to
7309 window-normalize-buffer-to-switch-to.
7310 Correspondingly update all callers of the functions listed
7311 above.
7312 (display-buffer-alist, display-buffer-normalize-arguments)
7313 (display-buffer-normalize-options, display-buffer)
7314 (display-buffer-alist-set): Use "function" instead of
7315 "fun-with-args".
7316
1176868d
CY
73172011-06-28 Chong Yidong <cyd@stupidchicken.com>
7318
7319 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
7320 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
7321 debbugs.gnu.org. Mention acknowledgment email.
7322
20a7a65f
LMI
73232011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7324
7325 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
7326 buffer multibyteness, since it shouldn't matter.
7327
5f45cca5
MR
73282011-06-28 Martin Rudalics <rudalics@gmx.at>
7329
7330 * window.el (display-buffer-in-side-window): Handle dedicated
7331 windows as in display-buffer-reuse-window.
7332 (display-buffer-normalize-alist): Use value of override
7333 specifier.
7334 (display-buffer-normalize-specifiers): Use value of
7335 other-window-means-other-frame specifier.
7336 (display-buffer-alist): Rewrite some texts in widgets.
7337 (display-buffer): Spread arguments when calling function
7338 specified by fun-with-args.
7339
ad85fe1f
DD
73402011-06-28 Deniz Dogan <deniz@dogan.se>
7341
1fa280a3
LM
7342 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7343 Unnest `let'.
da68c4c8 7344
ad85fe1f
DD
7345 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
7346 selectors (Bug#5732).
ec49bd31 7347 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 7348
a08cc025
JA
73492011-06-27 Jari Aalto <jari.aalto@cante.net>
7350
7351 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
7352 (eshell-ls-date-format): New defcustom.
7353 (eshell-ls-file): Use it.
7354
e2b551c5
SM
73552011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
7356
7357 * help-fns.el (describe-variable): Fix message for terminal-local vars.
7358
8982b231
KY
73592011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
7360
7361 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
7362 (ange-ftp-make-tmp-name): New arg.
7363 (ange-ftp-file-local-copy): Use it.
7364
36c9fa27
J
73652011-06-27 Jambunathan K <kjambunathan@gmail.com>
7366
7367 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
7368 no-conversion (Bug#8870).
7369
d68443dc
MR
73702011-06-27 Martin Rudalics <rudalics@gmx.at>
7371
7372 * window.el (window-right, window-left, window-child)
7373 (window-child-count, window-last-child)
7374 (window-iso-combination-p, walk-window-tree-1)
7375 (window-atom-check-1, window-tree-1, delete-window)
7376 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
7377 new naming conventions - window-vchild, window-hchild,
7378 window-next and window-prev are now called window-top-child,
7379 window-left-child, window-next-sibling and window-prev-sibling
7380 respectively.
d615d6d2
MR
7381 (resize-window-reset): Rename to window-resize-reset.
7382 (resize-window-reset-1): Rename to window-resize-reset-1.
7383 (resize-window): Rename to window-resize.
7384 (window-min-height, window-min-width)
7385 (resize-mini-window, resize-this-window, resize-root-window)
7386 (resize-root-window-vertically, adjust-window-trailing-edge)
7387 (enlarge-window, shrink-window, maximize-window)
7388 (minimize-window, delete-window, quit-restore-window)
7389 (split-window, balance-windows, balance-windows-area-adjust)
7390 (balance-windows-area, window-state-put-2)
7391 (display-buffer-even-window-sizes, display-buffer-set-height)
7392 (display-buffer-set-width, set-window-text-height)
7393 (fit-window-to-buffer): Rename all "resize-window" prefixed
7394 calls to use the "window-resize" prefix convention.
7395 (display-buffer-alist): Fix symbol for label specifier.
7396 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
7397 corresponding specifier.
7398 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 7399
b6458526
VB
74002011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
7401
7402 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
7403 convention.
7404 (ses-call-printer): Does not pass an empty string to formatter when the
7405 cell is empty to keep from barking printer Calc math-format-value.
7406
d31fd9ac
RS
74072011-06-27 Richard Stallman <rms@gnu.org>
7408
43d5bf84
RS
7409 * battery.el (battery-mode-line-limit): New variable.
7410 (battery-update): Handle it.
7411
d31fd9ac
RS
7412 * mail/rmailmm.el (rmail-mime-process-multipart):
7413 Handle truncated messages.
7414
819a6054
GM
74152011-06-27 Glenn Morris <rgm@gnu.org>
7416
7417 * progmodes/flymake.el (flymake-err-line-patterns):
7418 Allow for column numbers in the ant/javac pattern. (Bug#8866)
7419
cedc73f2
VB
74202011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
7421
819a6054 7422 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
7423 (ses--clean-!, ses--clean-_): New functions.
7424 (ses-range): Add configurability of readout order, and conversion
7425 to Calc vector.
7426
5e5d49b6
VB
7427 * ses.el (ses-repair-cell-reference-all): New function.
7428 (ses-cell-symbol): Set macro as safe, so that it can be used in
7429 formulas.
7430
56e6cc31 7431 * ses.el: Update cycle detection algorithm.
90ca8b49 7432 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 7433 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
7434 (ses-set-localvars): New function.
7435 (ses-make-cell): Add property-list as a cell element.
7436 (ses-cell-property-get-fun, ses-cell-property-get)
7437 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
7438 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
7439 New functions.
90ca8b49
VB
7440 (ses-cell-property-set, ses-cell-property-pop)
7441 (ses-cell-property-get-handle): New macro.
7442 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
7443 New aliases, used for code readability.
7444 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
7445 cycle detection.
7446 (ses-self-reference-early-detection): New defcustom.
fac916bf 7447 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
7448 (ses-mode): Use ses-set-localvars.
7449 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
7450 before lauching the update processing.
7451 (ses-initialize-Dijkstra-attempt): New function.
7452 (ses-recalculate-cell): Update for cycle detection based on
7453 Dijkstra algorithm.
7454
2bb63e81
VB
7455 * ses.el: Fix commenting and indenting convention.
7456
c9d29fb8
SM
74572011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
7458
7459 * bs.el (bs-cycle-next): Complete last change.
7460
d8e4b68b
JB
74612011-06-27 Drew Adams <drew.adams@oracle.com>
7462
7463 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
7464
40098786
LMI
74652011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7466
c9d29fb8
SM
7467 * net/network-stream.el (network-stream-open-starttls):
7468 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
7469 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
7470
40098786
LMI
7471 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
7472 to binary to possibly avoid line encoding issues on Windows (among
7473 other things).
7474
468d09d4
LMI
74752011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7476
7477 * net/network-stream.el (open-network-stream): Return an :error
7478 saying what the problem was, if possible.
7479
7480 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
7481 server.
7482
7483 * net/network-stream.el (network-stream-open-starttls): If we
7484 wanted to use STARTTLS, and the server offered it, but we weren't
7485 able to because we had no STARTTLS support, then close the connection.
7486 (open-network-stream): Return an :error element, if present.
7487
16f07dd7
CY
74882011-06-26 Chong Yidong <cyd@stupidchicken.com>
7489
88821ca0
CY
7490 * hl-line.el (hl-line-sticky-flag): Doc fix.
7491 (global-hl-line-sticky-flag): New option (Bug#8323).
7492 (global-hl-line-highlight): Obey it.
7493
16f07dd7
CY
7494 * vc/vc.el (vc-revert-show-diff): Default to t.
7495
6b5ccddf
KM
74962011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
7497
c9d29fb8
SM
7498 * allout-widgets.el (allout-widgets-post-command-business):
7499 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
7500 undecorated when an isearch is continued past, and isearch
7501 automatically collapses them. This leads to "widget leaks", where
7502 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
7503 hidden widgets can slow down cursor travel, substantially.
7504 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
7505 so we're doing without this nicety.
7506
7507 (allout-widgets-tally-string): Don't try to do a hash-table-count
7508 of allout-widgets-tally when it's nil. This eliminates spurious "Error
7509 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
7510 *Messages* when allout-widgets-maintain-tally is t.
7511
355f2e07
MR
75122011-06-26 Martin Rudalics <rudalics@gmx.at>
7513
7514 * window.el (display-buffer-normalize-argument): Rename to
7515 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
7516 LABEL argument. Respect special-display-function when popping up
7517 a new frame. Fix code searching for a window showing the buffer
7518 on another frame.
c9d29fb8
SM
7519 (display-buffer-normalize-specifiers):
7520 Call display-buffer-normalize-arguments.
355f2e07
MR
7521 (display-buffer-in-window): Don't undedicate the window if its
7522 buffer remains the same.
7523 Reported by Drew Adams <drew.adams@oracle.com>.
7524 (display-buffer-alist): Add choice for same-window macro
7525 specfier.
7526 (display-buffer): Mention special meaning of LABEL argument in
7527 doc-string. Fix quoting. Don't pop up a new frame even as
7528 fallback.
7529
7ca8fc42
JB
75302011-06-26 Juanma Barranquero <lekktu@gmail.com>
7531
7532 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
7533 avoid deleting the current window in some cases (bug#8911).
7534
bc312254
AS
75352011-06-26 Andreas Schwab <schwab@linux-m68k.org>
7536
7537 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
7538 (Bug#8934)
7539
2db18f3f
LMI
75402011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7541
c9d29fb8
SM
7542 * net/network-stream.el (network-stream-open-starttls):
7543 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
7544 (network-stream-open-tls): Ditto.
7545
6302e0d3
LL
75462011-06-26 Leo Liu <sdl.web@gmail.com>
7547
7548 * register.el (registerv): New struct.
7549 (registerv-make): New function.
c9d29fb8
SM
7550 (jump-to-register, describe-register-1, insert-register):
7551 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
7552 struct. (Bug#8415)
7553
5fdd4046
CY
75542011-06-26 Chong Yidong <cyd@stupidchicken.com>
7555
2afef60a
CY
7556 * vc/vc.el (vc-revert-show-diff): New defcustom.
7557 (vc-diff-internal): New arg specifying diff buffer.
7558 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
7559 reuse an existing *vc-diff* buffer (Bug#8927).
7560
5fdd4046
CY
7561 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
7562
e93db24a
GM
75632011-06-26 Glenn Morris <rgm@gnu.org>
7564
7565 * progmodes/f90.el (f90-critical-indent): New option.
7566 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
7567 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
7568 (f90-mode): Doc fix.
7569 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
7570 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
7571 (f90-beginning-of-block, f90-next-block, f90-indent-region)
7572 (f90-match-end): Handle block, critical.
7573
eefff499
GM
75742011-06-25 Glenn Morris <rgm@gnu.org>
7575
f6ba4cc9
GM
7576 * calendar/diary-lib.el (diary-included-files): Doc fix.
7577 (diary-include-files): New function, extracted from
7578 diary-include-other-diary-files and diary-mark-included-diary-files.
7579 (diary-include-other-diary-files, diary-mark-included-diary-files):
7580 Just call diary-include-files.
7581 (diary-mark-entries): Reset diary-included-files on first call.
7582
16712304
GM
7583 * calendar/diary-lib.el (diary-mark-entries)
7584 (diary-mark-included-diary-files):
7585 Visit included diary-files in temp buffers.
7586
5d8e0d43
GM
7587 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
7588 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
7589 (f90-start-block-re, f90-imenu-generic-expression)
7590 (f90-looking-at-program-block-start, f90-no-block-limit):
7591 Add support for submodules.
7592
ccf7a5d5
GM
7593 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
7594 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 7595
11fdef7d 75962011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
7597
7598 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
7599 buffer-file-type before setting its value, to avoid disastrous
eefff499 7600 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 7601
74f53697
JB
76022011-06-25 Juanma Barranquero <lekktu@gmail.com>
7603
7604 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
7605
7606 * ses.el (ses-unload-function):
7607 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
7608
7609 * proced.el (proced-unload-function):
7610 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
7611
18a4ce5e
AR
76122011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
7613
7614 * server.el (server-create-window-system-frame): Add parameters arg.
7615 (server-process-filter): Doc fix. Handle frame-parameters.
7616
519d22cc
JB
76172011-06-25 Juanma Barranquero <lekktu@gmail.com>
7618
7619 Fix bug#8730, bug#8781.
7620
7621 * loadhist.el (unload--set-major-mode): New function.
7622 (unload-feature): Use it.
7623
7624 * progmodes/python.el (python-after-info-look): Add autoload cookie.
7625 (python-unload-function): New function.
7626
c206f5b0
SM
76272011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7628
7629 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
7630
f9ad64f3
GS
76312011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
7632
7633 * net/browse-url.el (browse-url-firefox-program): Add icecat to
7634 the candidates list.
7635
7d0da90e
JB
76362011-06-24 Juanma Barranquero <lekktu@gmail.com>
7637
7638 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
7639
14b4e83d
RS
76402011-06-23 Richard Stallman <rms@gnu.org>
7641
7642 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
7643 (rmail-variables): Set next-error-move-function.
7644 (rmail-what-message): Take argument POS.
7645 (rmail-next-error-move): New function.
7646
273d2baf
SM
76472011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
7648
7649 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
7650 messages for adjacent non-terminals.
7651
56c2cc9a
RS
76522011-06-23 Richard Stallman <rms@gnu.org>
7653
7654 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 7655 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
7656 (rmail-start-mail): Don't specify use of rmail-mail-return;
7657 that's done by mail-bury now.
7658 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 7659
d59eb518
MA
76602011-06-23 Michael Albinus <michael.albinus@gmx.de>
7661
7662 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
7663 SIZE is a number.
7664
02cfc6d6
MR
76652011-06-23 Martin Rudalics <rudalics@gmx.at>
7666
7667 * window.el (get-lru-window, get-mru-window)
7668 (get-largest-window): Never return a minibuffer window.
7669 (display-buffer-pop-up-window): Fix a bug that could lead to
7670 reusing the minibuffer window.
7671 (display-buffer): Pass original specifier argument to
7672 display-buffer-function instead of the normalized one.
7673 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
7674
4e323265
LL
76752011-06-22 Leo Liu <sdl.web@gmail.com>
7676
7677 * minibuffer.el (completing-read-function)
7678 (completing-read-default): Move from minibuf.c
7679
7a70468f
RS
76802011-06-22 Richard Stallman <rms@gnu.org>
7681
50718fc2
RS
7682 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
7683 to Rmail even if not started by a special Rmail command.
7684
7a70468f
RS
7685 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
7686 Copy the buffer currently showing just one message.
7687
297dde5a
RW
76882011-06-22 Roland Winkler <winkler@gnu.org>
7689
7690 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
7691 (bibtex-clean-entry): First delete the old key so that a
7692 customized algorithm for generating the new key does not get
7693 confused by the old key.
7694 (bibtex-url): Obey regexp of first step.
7695 (bibtex-search-entries): Do not use add-to-list with local
7696 list-var.
7697
97bb1093
LMI
76982011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7699
7700 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
7701 stored a user name, then query for the password first, instead of
7702 waiting for SMTP to give an error message and the trying again.
7703
1c0f1a19
JD
77042011-06-22 Lawrence Mitchell <wence@gmx.li>
7705
7706 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
7707 BUFFER in call-process.
7708
396f7c9d
LMI
77092011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7710
7711 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
7712 QUIT twice.
ddb7ffee
LMI
7713 (smtpmail-try-auth-methods): Require user name and password from
7714 auth-source.
396f7c9d 7715
8998d1b3
MR
77162011-06-22 Martin Rudalics <rudalics@gmx.at>
7717
7718 * window.el (display-buffer-default-specifiers)
7719 (display-buffer-alist): Remove entries for pop-up-frame-alist.
7720 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 7721 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
7722
7723 * frame.el (pop-up-frame-alist, pop-up-frame-function)
7724 (special-display-frame-alist, special-display-popup-frame):
7725 Remove duplicate declarations. These are now in window.el.
7726
4ea31e07
LMI
77272011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7728
c9d29fb8
SM
7729 * mail/smtpmail.el (smtpmail-via-smtp):
7730 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
7731 server supports it. SMTP servers that support STARTTLS commonly
7732 require it.
7733
7734 * net/network-stream.el (network-stream-open-starttls): Support
7735 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 7736 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 7737
95f41d9a
LMI
7738 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
7739 upgrades with `open-network-stream', and rely solely on
7740 auth-source for all credentials. Big changes throughout the file,
7741 but in particular:
c9d29fb8
SM
7742 (smtpmail-auth-credentials): Remove.
7743 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
7744 (smtpmail-via-smtp): Check for servers saying they want AUTH after
7745 MAIL FROM, too.
95f41d9a 7746
c9d29fb8
SM
7747 * net/network-stream.el (network-stream-open-starttls):
7748 Provide support for client certificates both for external and built-in
4ea31e07
LMI
7749 STARTTLS.
7750 (auth-source): Require.
7751 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
7752 (network-stream-certificate): Change cert-cert to cert and
7753 cert-key to key.
4ea31e07 7754
065ec2c7
MA
77552011-06-21 Michael Albinus <michael.albinus@gmx.de>
7756
7757 * net/tramp-cache.el (top): Don't load the persistency file when
7758 "emacs -Q" has been called.
7759
cd93b359
DR
77602011-06-21 Tim Harper <timcharper@gmail.com>
7761
d8e4b68b
JB
7762 * term/ns-win.el (ns-initialize-window-system):
7763 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
7764 resource to NO as it is not yet supported by the NS port.
7765
ae9c0411
JB
77662011-06-21 Juanma Barranquero <lekktu@gmail.com>
7767
7768 * misc.el (list-dynamic-libraries--refresh): Compute header here...
7769 (list-dynamic-libraries): ...not here.
7770
7f3f739f
LL
77712011-06-21 Leo Liu <sdl.web@gmail.com>
7772
7773 * subr.el (sha1): Implement sha1 using secure-hash.
7774
327c8fb1
MR
77752011-06-21 Martin Rudalics <rudalics@gmx.at>
7776
7777 * window.el (display-buffer-alist): In default value do not
7778 enforce searching a window on any but the selected frame.
7779 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
7780 (display-buffer-select-window): Remove function.
7781 (display-buffer-in-window): When a window on another frame gets
7782 reused, do not select it any more but just raise its frame if
7783 necessary (Bug#8851) and (Bug#8856).
7784 (display-buffer-normalize-options): Handle pop-up-frames related
7785 options more faithfully.
7786 (pop-to-buffer): Don't rely on `display-buffer' selecting the
7787 window if it is on another frame.
c9d29fb8
SM
7788 (display-buffer-alist, display-buffer-default-specifiers):
7789 Don't make new frame unsplittable by default.
9e9de014
MR
7790 (display-buffer-normalize-argument): Fix doc-string typo and use
7791 'same-frame-other-window instead of 'other-window when associating
7792 with display-buffer-macro-specifiers.
327c8fb1 7793
7cf3f556
VB
77942011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
7795
7796 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
7797 New functions.
7798 (5x5-mode-map, 5x5-mode-menu): Bind them.
7799 (5x5-draw-grid): Tweak the solver's rendering.
7800
60a406cf
SM
78012011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7802
7803 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
7804 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
7805
d8e4b68b 78062011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
7807
7808 * menu-bar.el: Use function variable instead of switch-to-buffer.
7809 (menu-bar-select-buffer-function): New variable.
60a406cf 7810 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 7811
478d6f95
SM
78122011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7813
7814 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
7815 variable's status.
7816
ca530739
JD
78172011-06-20 Jan Djärv <jan.h.d@swipnet.se>
7818
7819 * x-dnd.el (x-dnd-version-from-flags)
7820 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
7821 and long as number (Bug#8899).
7822 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
7823
bcd70d97
SM
78242011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
7825
60a406cf 7826 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
7827 (completion-try-completion, completion-all-completions): Compute the
7828 metadata argument if it's missing; make it optional (bug#8795).
7829
60a406cf 7830 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
7831 (widget-complete): Use new :completion-function property.
7832 (widget-completions-at-point): New function.
7833 (default): Use :completion-function instead of :complete.
60a406cf
SM
7834 (widget-default-completions): Rename from widget-default-complete;
7835 Rewrite.
bcd70d97
SM
7836 (widget-string-complete, widget-file-complete, widget-color-complete):
7837 Remove functions.
7838 (file, symbol, function, variable, coding-system, color):
7839 * international/mule-cmds.el (default-input-method, charset)
7840 (language-info-custom-alist):
7841 * cus-edit.el (face): Use new property :completions.
7842
7843 * progmodes/pascal.el (pascal-completions-at-point): New function.
7844 (pascal-mode): Use it.
7845 (pascal-mode-map): Use completion-at-point.
7846 (pascal-toggle-completions): Make obsolete.
7847 (pascal-complete-word, pascal-show-completions):
7848 * progmodes/octave-mod.el (octave-complete-symbol):
7849 Redefine as obsolete alias.
7850 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
7851 Signal absence of completion info for old Octave,
7852 (inferior-octave-complete): Redefine as obsolete alias.
7853 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
7854 (meta-completions-at-point): Rename from meta-complete-symbol and
7855 adapt it for use on completion-at-point-functions.
7856 (meta-common-mode): Use it.
7857 (meta-looking-at-backward, meta-match-buffer): Remove.
7858 (meta-complete-symbol): Redefine as obsolete alias.
7859 (meta-common-mode-map): Use completion-at-point.
7860 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
7861 (makefile-mode-map): Use completion-at-point.
7862 (makefile-completions-at-point): Rename from makefile-complete and
7863 adapt it for use on completion-at-point-functions.
7864 (makefile-mode): Use it.
7865 (makefile-complete): Redefine as obsolete alias.
7866
aebf69c8
DD
78672011-06-20 Deniz Dogan <deniz@dogan.se>
7868
7869 * net/rcirc.el: Delete trailing whitespaces once and for all.
7870
bfbbb27d
DC
78712011-06-20 Daniel Colascione <dan.colascione@gmail.com>
7872
7873 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
7874
d264a46b
CY
78752011-06-19 Chong Yidong <cyd@stupidchicken.com>
7876
4ca009e5
CY
7877 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
7878
d264a46b
CY
7879 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
7880
fbf5b3ce
MR
78812011-06-19 Martin Rudalics <rudalics@gmx.at>
7882
7883 * window.el (display-buffer-other-window-means-other-frame):
7884 Call display-buffer-normalize-alist.
7885 (display-buffer-normalize-specifiers-1): Rename to
7886 display-buffer-normalize-argument. New argument other-frame.
7887 Rewrite.
7888 (display-buffer-normalize-specifiers-2): Rename to
7889 display-buffer-normalize-options.
7890 (display-buffer-normalize-alist-1): New function.
7891 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
7892 display-buffer-normalize-alist.
7893 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
7894 (display-buffer-normalize-options-inhibit): New variable.
7895 (display-buffer-normalize-specifiers): Rewrite calling
7896 display-buffer-normalize-alist,
7897 display-buffer-normalize-argument, and
7898 display-buffer-normalize-options. Don't call the latter if
7899 display-buffer-normalize-options-inhibit is non-nil.
7900 (frame-auto-delete): New option.
7901 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
7902 (window-list-no-nils, window-state-ignored-parameters)
7903 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
7904 (window-state-put-1, window-state-put-2, window-state-put):
7905 New functions.
9a028c23
MR
7906 (display-buffer-normalize-options): Move special-display-p group
7907 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 7908
6d10d800
CY
79092011-06-18 Chong Yidong <cyd@stupidchicken.com>
7910
6420d28b
CY
7911 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
7912 groups (Bug#8776).
7913 (rx-submatch-n): New function.
7914 (rx): Document it.
7915
ddb8b596
CY
7916 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
7917 (Bug#8768).
7918
7919 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
7920
77080289
CY
7921 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
7922
61dfb316
CY
7923 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
7924 anytime existing face settings are present (Bug#8889).
7925
6d10d800
CY
7926 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
7927 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
7928 Remove unused argument.
7929
be3fb2b8
MR
79302011-06-18 Martin Rudalics <rudalics@gmx.at>
7931
bcd70d97
SM
7932 * window.el (display-buffer-default-specifiers):
7933 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
7934 pop-up-window-min-width, and another reuse-window specifier
7935 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
7936 (display-buffer-normalize-specifiers-2):
7937 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
7938 pop-up-windows is unset. Add a reuse-window specifier for the
7939 case popping up a new window fails.
7940 (special-display-popup-frame): Remove double quoting.
28dec25a 7941 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 7942
1c6d8c76
SM
79432011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
7944
7945 * shell.el (shell-completion-vars): Set pcomplete-termination-string
7946 according to comint-completion-addsuffix.
7947
7948 * pcomplete.el: Convert to lexical binding and fix bug#8819.
7949 (pcomplete-suffix-list): Mark as obsolete.
7950 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
7951 pcomplete-seen in the closure.
7952 (pcomplete-comint-setup): Setup completion-at-point as well.
7953 (pcomplete--entries): New function.
7954 (pcomplete--env-regexp): New var.
7955 (pcomplete-entries): Rewrite to work with partial-completion and
7956 without relying on pcomplete-suffix-list.
7957 (pcomplete-pare-list): Remove, unused.
7958
25aef8b8
MR
79592011-06-17 Martin Rudalics <rudalics@gmx.at>
7960
7961 * window.el (display-buffer-alist): Set pop-up-window-min-height
7962 and pop-up-window-min-width in default value. Reported by
7963 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
7964 other-window-means-other-frame.
7965 (display-buffer-macro-specifiers): Comment out entry for
7966 other-window specifier.
7967 (display-buffer-other-window-means-other-frame): New function.
7968 (display-buffer-normalize-specifiers-1): New arguments
7969 buffer-name and label. Treat other-window case specially.
7970 (display-buffer-normalize-specifiers-2): Treat other-window case
7971 specially.
7972 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
7973 (display-buffer-normalize-specifiers):
7974 Call display-buffer-normalize-specifiers-3.
25aef8b8 7975
dbad4f69
MR
79762011-06-17 Martin Rudalics <rudalics@gmx.at>
7977
7978 * window.el (same-window-p): Fix two typos introduced when
7979 adding with-no-warnings.
d1067961
MR
7980 (display-buffer-normalize-specifiers-1): Don't check
7981 pop-up-frames for 'unset initialization.
7982 (display-buffer-normalize-specifiers-2): Major rewrite using
7983 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
7984 (pop-up-frames, display-buffer-reuse-frames)
7985 (display-buffer-mark-dedicated): Don't initialize to 'unset.
7986 Suggested by David Engster <deng@randomsample.de>.
7987 (even-window-heights): Initialize to 'unset.
7988 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
7989 (display-buffer-macro-specifiers): Don't pop up a new frame in the
7990 other window case.
dbad4f69 7991
9b9c9e3a
MR
79922011-06-16 Martin Rudalics <rudalics@gmx.at>
7993
bcd70d97
SM
7994 * window.el (display-buffer-normalize-specifiers-1):
7995 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 7996 second argument of display-buffer (Bug#8865).
981d5c09
MR
7997 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
7998 (switch-to-buffer-other-window-same-frame)
7999 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
8000 Adams (Bug#8875).
9c2755e9
MR
8001 (display-buffer): Don't check noninteractive when calling
8002 display-buffer-pop-up-frame.
8003 (display-buffer-pop-up-frame): Never pop up a frame in
8004 noninteractive mode (Bug#8857).
67222e1d
MR
8005 (enlarge-window, shrink-window): Don't report an error when the
8006 window can't be resized as requested (Bug#8862).
9b9c9e3a 8007
2b75be67
SM
80082011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8009
9ffdd3ba
SM
8010 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
8011
cb581a67
SM
8012 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
8013
2b75be67
SM
8014 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
8015
8c0e3589
AM
80162011-06-15 Alan Mackenzie <acm@muc.de>
8017
cb581a67
SM
8018 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
8019 for declarators, disable knr checking to speed up for normal files.
8020 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 8021
b96e6cde
LMI
80222011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8023
4bba86e6
LMI
8024 * net/network-stream.el (open-network-stream): Add the keyword
8025 :always-query-capabilities for the case where you want to force a
8026 `plain' network connection, but the protocol still requires the
8027 capabilitiy command (i.e., SMTP and EHLO).
8028
2b75be67 8029 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
8030 consistency with other `-live-p' functions.
8031
efdcdbf8
SM
80322011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8033
8034 * window.el (same-window-buffer-names, same-window-regexps)
8035 (special-display-frame-alist, special-display-popup-frame)
8036 (special-display-function, special-display-buffer-names)
8037 (special-display-regexps, pop-up-frame-alist)
8038 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
8039 (pop-up-windows, split-window-preferred-function)
8040 (split-height-threshold, split-width-threshold, even-window-heights)
8041 (display-buffer-mark-dedicated): Don't encourage the use of
8042 display-buffer-alist from Elisp code.
8043
c5cde042
DN
80442011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
8045
8046 * progmodes/python.el (python-mode): Derive from prog-mode.
8047 * progmodes/ps-mode.el (ps-mode):
8048 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 8049 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
8050 * progmodes/ld-script.el (ld-script-mode): Likewise.
8051
baa1c9ab
MR
80522011-06-15 Martin Rudalics <rudalics@gmx.at>
8053
8054 * window.el (display-buffer-alist): Trim default value to avoid
8055 popping up a new frame (Bug#8857) or reusing an arbitrary window
8056 on another frame.
8057 (display-buffer): Do not fall back on popping up a new frame in
8058 batch mode (Bug#8857).
8059
c5dd5a51
CY
80602011-06-14 Chong Yidong <cyd@stupidchicken.com>
8061
8062 * cus-theme.el (describe-theme-1): Use custom-theme-p.
8063 (custom-theme-summary): New function.
8064 (customize-themes): Use it.
8065
d647b7c4
GM
80662011-06-13 Glenn Morris <rgm@gnu.org>
8067
8068 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
8069
9481c002
MR
80702011-06-13 Martin Rudalics <rudalics@gmx.at>
8071
357f93d2
MR
8072 * help.el (help-window): Remove variable.
8073 (help-window-point-marker, temp-buffer-max-height)
8074 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
8075 (help-print-return-message): Don't set help-window.
8076 (resize-temp-buffer-window): Rewrite cod eand doc-string.
8077 (help-window-setup-finish): Remove.
8078 (help-window-display-message, help-window-setup)
8079 (with-help-window): Major rewrite based on new
8080 display-buffer-window variable.
8081
8082 * help-mode.el (help-mode-finish): Remove help-window related
8083 code.
8084
8085 * view.el (view-exits-all-viewing-windows): Remove reference to
8086 view-return-to-alist in doc-string.
8087 (view-return-to-alist): Make obsolete.
8088 (view-buffer): Call pop-to-buffer-same-window and remove
8089 undo-window code.
8090 (view-buffer-other-window): Call pop-to-buffer-other-window and
8091 simplify code. Ignore second argument.
8092 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
8093 simplify code. Ignore second argument.
8094 (view-return-to-alist-update): Make obsolete.
8095 (view-mode-enter): Rename second argument to QUIT-RESTORE.
8096 Rewrite using quit-restore window parameters.
2b75be67
SM
8097 (view-mode-exit): Rename second argument to EXIT-ONLY.
8098 Rewrite using quit-restore-window.
357f93d2
MR
8099 (View-exit, View-exit-and-edit, View-leave, View-quit)
8100 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
8101 appropriate arguments.
8102 (view-end-message): Use quit-restore window parameter.
8103
9481c002
MR
8104 * window.el (display-buffer-function): Rewrite doc-string.
8105 (display-buffer-window, display-buffer-alist): New variables.
8106 (display-buffer-split-specifiers)
8107 (display-buffer-side-specifiers)
8108 (display-buffer-macro-specifiers): New constants.
8109 (display-buffer-even-window-sizes, display-buffer-set-height)
8110 (display-buffer-set-width, display-buffer-select-window)
8111 (display-buffer-in-window, display-buffer-reuse-window)
8112 (display-buffer-split-window-1, display-buffer-split-window)
8113 (display-buffer-split-atom-window, display-buffer-pop-up-window)
8114 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
8115 (display-buffer-in-side-window, normalize-buffer-to-display)
8116 (display-buffer-normalize-specifiers-1)
8117 (display-buffer-normalize-specifiers-2)
2b75be67
SM
8118 (display-buffer-normalize-specifiers, display-buffer-frame):
8119 New functions.
9481c002
MR
8120 (display-buffer): Major rewrite.
8121 (display-buffer-other-window, display-buffer-other-frame)
8122 (pop-to-buffer, switch-to-buffer-other-window)
8123 (switch-to-buffer-other-frame): Rewrite.
8124 (display-buffer-same-window, display-buffer-same-frame)
8125 (display-buffer-same-frame-other-window)
8126 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
8127 (pop-to-buffer-other-window)
8128 (pop-to-buffer-same-frame-other-window)
8129 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
8130 (switch-to-buffer-other-window-same-frame): New functions.
8131 (same-window-p, special-display-p): Rewrite disabling warnings.
8132 Make obsolete.
8133 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
8134 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
8135 Make obsolete
8136 (same-window-buffer-names, same-window-regexps)
8137 (special-display-frame-alist, special-display-popup-frame)
8138 (special-display-function, special-display-buffer-names)
8139 (special-display-regexps, pop-up-frame-alist)
8140 (pop-up-frame-function, split-window-preferred-function)
8141 (split-height-threshold, split-width-threshold)
8142 (even-window-heights): Make obsolete.
8143
9db51aca
GM
81442011-06-12 Glenn Morris <rgm@gnu.org>
8145
8146 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 8147 Misc simplifications.
9db51aca 8148
39cffb44
MR
81492011-06-12 Martin Rudalics <rudalics@gmx.at>
8150
8151 * window.el (window-safely-shrinkable-p): Restore function which
8152 was inadvertently removed in change from 2011-06-11. Declare as
8153 obsolete.
8154
2b75be67
SM
8155 * calendar/calendar.el (calendar-generate-window):
8156 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
8157 window-safely-shrinkable-p.
8158
a8955be7
GM
81592011-06-12 Glenn Morris <rgm@gnu.org>
8160
8161 * progmodes/fortran.el (fortran-mode-syntax-table):
8162 * progmodes/f90.el (f90-mode-syntax-table):
8163 Set % to punctuation. (Bug#8820)
8164 (f90-find-tag-default): Remove, no longer needed.
8165
f0d4059d
DC
81662011-06-12 Daniel Colascione <dan.colascione@gmail.com>
8167
8168 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
8169
1100a63c
CY
81702011-06-11 Chong Yidong <cyd@stupidchicken.com>
8171
8172 * image.el (image-animated-p): Return animation delay in seconds.
8173 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
8174 (image-animate-timeout): Remove DELAY argument. Don't assume
8175 every subimage has the same delay; get it from image-animated-p.
8176 (image-animate): Caller changed.
8177
def722bf
MA
81782011-06-11 Michael Albinus <michael.albinus@gmx.de>
8179
8180 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
8181 to ignored backtrace functions.
8182
0a2bb1a9
GM
81832011-06-11 Glenn Morris <rgm@gnu.org>
8184
8185 * calendar/appt.el (appt-disp-window-function): Doc fix.
8186 (appt-check): Handle overlapping appointments. (Bug#8337)
8187
6198ccd0
MR
81882011-06-11 Martin Rudalics <rudalics@gmx.at>
8189
8190 * window.el (window-tree-1, window-tree): New functions, moving
8191 the latter to window.el.
8192 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
8193 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
8194 (bw-refresh-edges): Remove.
8195 (balance-windows-1, balance-windows-2): New functions.
8196 (balance-windows): Rewrite in terms of window tree functions,
8197 balance-windows-1 and balance-windows-2.
8198 (bw-adjust-window): Remove.
8199 (balance-windows-area-adjust): New function with functionality of
8200 bw-adjust-window but using resize-window.
2b75be67
SM
8201 (set-window-text-height): Rewrite doc-string.
8202 Use normalize-live-window and resize-window.
8203 (enlarge-window-horizontally, shrink-window-horizontally):
8204 Rename argument to DELTA.
6198ccd0
MR
8205 (window-buffer-height): New function.
8206 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
8207 Rewrite using new window resize routines.
2b75be67
SM
8208 (kill-buffer-and-window, mouse-autoselect-window-select):
8209 Use ignore-errors instead of condition-case.
6198ccd0
MR
8210 (quit-window): Call delete-frame instead of delete-windows-on
8211 for the only buffer on frame.
8212
9397e56f
MR
82132011-06-10 Martin Rudalics <rudalics@gmx.at>
8214
8215 * loadup.el (top-level): Load window before files for the sake
8216 of replace-buffer-in-windows.
8217
8218 * files.el (read-buffer-to-switch)
8219 (switch-to-buffer-other-window)
2b75be67
SM
8220 (switch-to-buffer-other-frame, display-buffer-other-frame):
8221 Move to window.el.
9397e56f
MR
8222
8223 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
8224 (previous-buffer): Move to window.el.
8225
8226 * bindings.el (unbury-buffer): Move to window.el.
8227
8228 * window.el (delete-other-windows-vertically): Move after
8229 definition of delete-other-windows.
8230 (other-window, delete-windows-on, replace-buffer-in-windows):
8231 Move here from window.c.
8232 (record-window-buffer, unrecord-window-buffer)
8233 (set-window-buffer-start-and-point, switch-to-prev-buffer)
8234 (switch-to-next-buffer): New functions.
8235 (get-next-valid-buffer, last-buffer, next-buffer): Move here
8236 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
8237 (previous-buffer): Move here from simple.el.
8238 Call switch-to-prev-buffer.
9397e56f
MR
8239 (bury-buffer): Move here from buffer.c. Switch to previous
8240 buffer when window cannot be deleted.
8241 (unbury-buffer): Move here from bindings.el.
8242 (ctl-x-map): Move binding for other-window from window.c to
8243 here.
8244 (read-buffer-to-switch, switch-to-buffer-other-window)
8245 (switch-to-buffer-other-frame): Move here from files.el.
8246 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
8247 (switch-to-buffer): Move here from buffer.c.
8248 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 8249
562dd5e9
MR
82502011-06-10 Martin Rudalics <rudalics@gmx.at>
8251
8252 * window.el (window-min-height, window-min-width): Move here
8253 from window.c. Add defcustoms and rewrite doc-strings.
8254 (resize-mini-window, resize-window): New functions.
8255 (adjust-window-trailing-edge, enlarge-window, shrink-window):
8256 Move here from window.c.
8257 (maximize-window, minimize-window): New functions.
8258 (delete-window, delete-other-windows, split-window): Move here
8259 from window.c.
8260 (window-split-min-size): New function.
8261 (split-window-keep-point): Mention split-window-above-each-other
8262 instead of split-window-vertically.
2b75be67 8263 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
8264 Rename split-window-vertically to split-window-above-each-other
8265 and provide defalias for old definition.
8266 (split-window-side-by-side, split-window-horizontally):
8267 Rename split-window-horizontally to split-window-side-by-side
8268 and provide defalias for the old definition.
562dd5e9
MR
8269 (ctl-x-map): Move bindings for delete-window,
8270 delete-other-windows and enlarge-window here from window.c.
8271 Replace bindings for split-window-vertically and
8272 split-window-horizontally by bindings for
8273 split-window-above-each-other and split-window-side-by-side.
8274
8275 * cus-start.el (all): Remove entries for window-min-height and
8276 window-min-width. Add entries for window-splits and
8277 window-nest.
8278
f0da764a
GM
82792011-06-09 Glenn Morris <rgm@gnu.org>
8280
80675c21
GM
8281 * calendar/appt.el (appt-mode-line): New function.
8282 (appt-check, appt-disp-window): Use it.
8283
f0da764a
GM
8284 * files.el (hack-one-local-variable-eval-safep):
8285 Allow minor-modes with explicit +/-1 arguments.
8286
59f623b7
TZ
82872011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
8288
8289 * term/xterm.el (xterm): Add defgroup.
8290 (xterm-extra-capabilities): Add defcustom to supply known xterm
8291 capabilities, skip querying them, or query them (default).
8292 (terminal-init-xterm): Use it.
8293 (terminal-init-xterm-modify-other-keys): New function to set up
8294 modifyOtherKeys support to simplify `terminal-init-xterm'.
8295
9aab8e0d
MR
82962011-06-09 Martin Rudalics <rudalics@gmx.at>
8297
8298 * window.el (resize-window-reset, resize-window-reset-1)
8299 (resize-subwindows-skip-p, resize-subwindows-normal)
8300 (resize-subwindows, resize-other-windows, resize-this-window)
8301 (resize-root-window, resize-root-window-vertically)
8302 (window-deletable-p, window-or-subwindow-p)
8303 (frame-root-window-p): New functions.
8304
e8b08aee
GM
83052011-06-09 Glenn Morris <rgm@gnu.org>
8306
8307 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
8308 (ange-ftp-get-files): Use it.
8309
254c37a5
AK
83102011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
8311
8312 * mail/sendmail.el (mail-recover-1, mail-recover):
8313 * files.el (recover-file, recover-session):
8314 Handle dired-listing-switches not being just a single short option.
8315
35d7dbd3
GM
83162011-06-09 Glenn Morris <rgm@gnu.org>
8317
8318 * calendar/appt.el (appt-display-message, appt-disp-window):
8319 Handle lists of appointments.
8320
387522b2
MR
83212011-06-08 Martin Rudalics <rudalics@gmx.at>
8322
2b75be67
SM
8323 * window.el (one-window-p): Move down in code.
8324 Rewrite doc-string.
8325 (window-current-scroll-bars): Rewrite doc-string.
8326 Normalize live window argument.
387522b2
MR
8327 (walk-windows, get-window-with-predicate, count-windows):
8328 Rewrite doc-string. Use window-list-1.
8329 (window-in-direction-2, window-in-direction, get-mru-window):
8330 New functions.
8331
d8e4b68b 83322011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
8333
8334 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
8335 Doc fix (Bug#8713).
8336
83372011-06-08 Chong Yidong <cyd@stupidchicken.com>
8338
8339 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
8340
83412011-06-08 Juanma Barranquero <lekktu@gmail.com>
8342
8343 * loadhist.el (unload-feature-special-hooks):
8344 Add `comint-output-filter-functions'.
8345
0de12c52
IK
83462011-06-08 Ivan Kanis <gnu@kanis.fr>
8347
8348 * calendar/appt.el (appt-check): Move some initializations into the let.
8349
f3d1777e
MR
83502011-06-08 Martin Rudalics <rudalics@gmx.at>
8351
8352 * window.el (window-height): Defalias to window-total-height.
8353 (window-width): Defalias to window-body-width.
8354
18af70d0
CY
83552011-06-07 Chong Yidong <cyd@stupidchicken.com>
8356
8357 * image-mode.el (image-toggle-animation): New command.
8358 (image-mode-map): Bind it to RET.
8359 (image-mode): Update message.
8360 (image-toggle-display-image): Avoid a spurious cache flush.
8361 (image-transform-rotation): Doc fix.
8362 (image-transform-properties): Return quickly in the normal case.
8363 (image-animate-loop): Rename from image-animate-max-time.
8364
2b75be67 8365 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
8366 (create-animated-image): Remove unnecessary function.
8367 (image-animate): Rename from image-animate-start. New arg.
2b75be67 8368 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
8369 (image-animate-timer): Use car-safe.
8370 (image-animate-timeout): Rename argument.
8371
190b47e6
MR
83722011-06-07 Martin Rudalics <rudalics@gmx.at>
8373
8374 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
8375 window.c. Rename first argument to ALL-FRAMES.
8376 Rephrase doc-strings.
8377 (get-buffer-window-list): Rewrite using window-list-1.
8378 Rephrase doc-string.
a1511caf
MR
8379 (window-safe-min-height, window-safe-min-width): New constants.
8380 (window-size-ignore, window-min-size, window-min-size-1)
8381 (window-sizable, window-sizable-p, window-size-fixed-1)
8382 (window-size-fixed-p, window-min-delta-1, window-min-delta)
8383 (window-max-delta-1, window-max-delta, window-resizable)
8384 (window-resizable-p, window-total-height, window-total-width)
8385 (window-body-width): New functions.
8386 (window-full-height-p, window-full-width-p): Rewrite using
8387 window-total-size.
8388 (window-body-height): Rewrite using window-body-size.
190b47e6 8389
85cc1f11
MR
83902011-06-06 Martin Rudalics <rudalics@gmx.at>
8391
8392 * window.el (window-right, window-left, window-child)
8393 (window-child-count, window-last-child, window-any-p)
8394 (normalize-live-buffer, normalize-live-frame)
8395 (normalize-any-window, normalize-live-window)
8396 (window-iso-combination-p, window-iso-combined-p)
8397 (window-iso-combinations)
8398 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
8399 (windows-with-parameter, window-with-parameter)
8400 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
8401 (window-atom-check, window-side-check, window-check):
8402 New functions.
85cc1f11
MR
8403 (ignore-window-parameters, window-sides, window-sides-vertical)
8404 (window-sides-slots): New variables.
8405 (window-size-fixed): Move down in code. Minor doc-string fix.
8406
e7156492
AS
84072011-06-05 Andreas Schwab <schwab@linux-m68k.org>
8408
8409 * comint.el (comint-dynamic-complete-as-filename)
8410 (comint-dynamic-complete-filename): Correctly call
8411 completion-in-region.
8412
7e821d0d
DD
84132011-06-05 Deniz Dogan <deniz@dogan.se>
8414
8415 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
8416 in last change.
8417
ac09b8a1
DD
84182011-06-05 Deniz Dogan <deniz@dogan.se>
8419
8420 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
8421 (rcirc): Use it to prompt for encryption.
8422
34699b85
RW
84232011-06-05 Roland Winkler <winkler@gnu.org>
8424
8425 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
8426 (bibtex-search-entries): New command bound to C-c C-a.
8427 (bibtex-display-entries): New function.
8428
004dedd3
RW
84292011-06-05 Roland Winkler <winkler@gnu.org>
8430
8431 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
8432 (bibtex-insert-kill): After yanking insert newline if necessary.
8433 (bibtex-initialize): Call bibtex-string-files-init only once.
8434 (bibtex-mode): Do not call easy-menu-add.
8435 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
8436 (bibtex-yank): Set arg properly if nil.
8437
022fe7ce
RW
84382011-06-05 Roland Winkler <winkler@gnu.org>
8439
2b75be67
SM
8440 * textmodes/bibtex.el (bibtex-search-entry-globally):
8441 New variable.
022fe7ce
RW
8442 (bibtex-search-entry): Use it.
8443
b7c3692a
RW
84442011-06-05 Roland Winkler <winkler@gnu.org>
8445
8446 * textmodes/bibtex.el (bibtex-entry-format): New option
8447 sort-fields.
8448 (bibtex-format-entry, bibtex-reformat): Honor this option.
8449 (bibtex-parse-entry): Return fields in proper order.
8450
8eda563d
JB
84512011-06-05 Juanma Barranquero <lekktu@gmail.com>
8452
8453 * doc-view.el (doc-view-remove-if): Move computation of result out
8454 of `dolist' to silence misleading lexical-binding warning.
8455
7dbe3dbc
CY
84562011-06-04 Chong Yidong <cyd@stupidchicken.com>
8457
8458 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
8459 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
8460
0c33dd17
MA
84612011-06-04 Michael Albinus <michael.albinus@gmx.de>
8462
8463 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
8464 "SunOS 5.10".
8465
f8f91c2b
MA
84662011-06-04 Michael Albinus <michael.albinus@gmx.de>
8467
8468 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
8469 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
8470 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
8471 (tramp-parse-putty):
8472 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
8473 (tramp-completion-function-alist-ssh)
8474 (tramp-completion-function-alist-telnet)
8475 (tramp-completion-function-alist-su)
8476 (tramp-completion-function-alist-putty): Set `tramp-autoload'
8477 cookie.
8478
8479 * net/tramp-ftp.el:
8480 * net/tramp-sh.el:
8481 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
8482 load "tramp.el" `tramp-set-completion-function'.
8483
e17d9003
SM
84842011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
8485
8486 * shell.el: Require and use pcomplete.
8487 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
8488 (shell-completion-vars): Set pcomplete-default-completion-function.
8489
6c4cab03
DD
84902011-06-04 Deniz Dogan <deniz@dogan.se>
8491
8492 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
8493 `memq' (Bug#8799).
8494
ea9fafe0
SM
84952011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
8496
8497 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
8498
b3e945d3
JB
84992011-06-02 Juanma Barranquero <lekktu@gmail.com>
8500
8501 * bs.el (bs--mark-unmark, bs--nth-wrapper):
8502 * mpc.el (mpc-select-extend, mpc-songpointer-context):
8503 * vc/log-view.el (log-view-beginning-of-defun):
8504 * vc/smerge-mode.el (smerge-apply-resolution-patch)
8505 (smerge-refine-forward, smerge-refine-chopup-region):
8506 Silence warning for unused `dotimes' counter variables.
8507
7d520089
SM
85082011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
8509
8510 * net/tramp.el (tramp-with-progress-reporter): Rename from
8511 with-progress-reporter. Use `declare'.
8512 * net/tramp-smb.el:
8513 * net/tramp-sh.el:
8514 * net/tramp-gvfs.el: Update all uses.
8515
a1c2400f
JB
85162011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
8517
8518 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
8519 buffer isn't killed before making it current.
8520
2403c841
SM
85212011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8522
8523 Silence various byte-compiler warnings.
8524 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
8525 `access-type' and new obsolescence format.
8526 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
8527 new format.
8528 (byte-compile-check-variable): New `access-type' argument.
8529 Only warn if the access-type is obsolete.
8530 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
8531 (byte-compile-variable-set): Adjust callers.
8532 * help-fns.el (describe-variable): Adjust to new obsolescence format.
8533 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
8534 setting it as obsolete.
8535 * simple.el (minibuffer-completing-symbol):
8536 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
8537 access as obsolete.
8538 * minibuffer.el (minibuffer-completing-file-name): Don't make it
8539 obsolete yet.
8540 * international/quail.el (quail-mouse-choose-completion): Remove unused
8541 code referring to obsolete var.
8542 (quail-choose-completion-string): Remove.
8543 * server.el (server-clients-with, server-kill-buffer-query-function)
8544 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
8545 * proced.el (proced-send-signal):
8546 * emacs-lisp/lisp.el (lisp-complete-symbol):
8547 Replace completion-annotate-function with completion-extra-properties.
8548
2462470b
SM
85492011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8550
fb5b2591
SM
8551 * simple.el (goto-line): Use read-number.
8552 (overriding-map-is-bound): Remove.
8553 (saved-overriding-map): Change default.
8554 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
8555 Take the map as argument.
8556 (universal-argument, negative-argument, digit-argument): Use it.
8557 (restore-overriding-map): Adjust.
8558 (do-auto-fill): Use fill-forward-paragraph.
8559 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
8560
fd6fa53f
SM
8561 * minibuffer.el (minibuffer-inactive-mode-map): New var.
8562 (minibuffer-inactive-mode): New major mode.
8563 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
8564 the *Messages* buffer" hack.
8565 (mouse-popup-menubar): Don't burp if the event is a normal key.
8566
2462470b
SM
8567 Miscellaneous tweaks.
8568 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
8569 lexical scoping as in subr.el's dolist and dotimes.
8570 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
8571 Silence compiler warning.
8572 * thingatpt.el (forward-whitespace): Trivial coding style fix.
8573 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
8574 * international/ccl.el (ccl-compile): Trivial simplification.
8575 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
8576 * emacs-lisp/testcover.el (testcover-end): Remove spurious
8577 `printflag' argument.
8578 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
8579 Purecopy the whole obsolescence data.
8580
108bf785
LL
85812011-06-01 Leo Liu <sdl.web@gmail.com>
8582
8583 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
8584 improve doc-string as suggested by Marco Pessotto
8585 <melmothx@gmail.com>.
8586 (rcirc-print): Fix last change.
8587
30a23501
SM
85882011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8589
8590 * minibuffer.el (complete-with-action): Return nil for the metadata and
8591 boundaries of non-functional tables.
8592 (completion-table-dynamic): Return nil for the metadata.
8593 (completion-table-with-terminator): Add default case, using
8594 complete-with-action.
8595 (completion--metadata): New function.
8596 (completion-all-sorted-completions, minibuffer-completion-help): Use it
8597 to try and avoid pathological performance problems.
8598 (completion--embedded-envvar-table): Return `category' metadata.
8599
bcd54f83
LMI
86002011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
8601
8602 * subr.el (process-alive-p): New tiny convenience function.
8603
e227544d
SM
86042011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8605
8606 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
8607 content but also its previous major mode.
8608
e8296fdc
HE
86092011-05-31 Helmut Eller <eller.helmut@gmail.com>
8610
4d61f28d 8611 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
8612 *Backtrace* buffer when we exit with C-M-c.
8613
620c53a6
SM
86142011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8615
8616 * minibuffer.el: Add metadata method to completion tables.
8617 (completion-category-overrides): New defcustom.
8618 (completion-metadata, completion--field-metadata)
8619 (completion-metadata-get, completion--styles)
8620 (completion--cycle-threshold): New functions.
8621 (completion-try-completion, completion-all-completions):
8622 Add `metadata' argument to choose completion-styles.
8623 (completion--do-completion): Use metadata to choose cycling.
8624 (completion-all-sorted-completions): Use metadata for sorting.
8625 Remove :completion-cycle-penalty which is not needed any more.
8626 (completion--try-word-completion): Add `metadata' argument.
8627 (minibuffer-completion-help): Check metadata for annotation function
8628 and sorting.
8629 (completion-file-name-table): Return `category' metadata.
8630 (minibuffer-completing-file-name): Make obsolete.
8631 * simple.el (minibuffer-completing-symbol): Make obsolete.
8632 * icomplete.el (icomplete-completions): Pass new `metadata' param to
8633 completion-try-completion.
8634
1257e755
SM
86352011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
8636
8637 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
8638
3767e706
LL
86392011-05-30 Leo Liu <sdl.web@gmail.com>
8640
8641 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
8642 (rcirc-print): Decode all incoming messages (bug#8744).
8643 (rcirc-decode-coding-system): Allow value nil for automatic coding
8644 system detection.
3767e706 8645
d1a5d56a
GM
86462011-06-01 Glenn Morris <rgm@gnu.org>
8647
8648 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
8649
e8cbec34
CY
86502011-05-29 Chong Yidong <cyd@stupidchicken.com>
8651
8652 * image.el (image-animate-max-time): Allow nil and t values.
8653 Default to nil.
8654 (create-animated-image): Doc fix.
8655 (image-animate-start): Remove second arg; just use
8656 image-animate-max-time.
8657 (image-animate-timeout): Doc fix. Args changed.
8658
8659 * image-mode.el (image-toggle-display-image): Ensure that the
8660 image spec passed to the animate timer is the same object as in
58179cce 8661 the buffer's display property (Bug#6981).
e8cbec34
CY
8662 (image-transform-properties): Doc fix.
8663
8664 * image.el (image-animate-max-time): Default to nil.
8665
159daf87
MR
86662011-05-29 Martin Rudalics <rudalics@gmx.at>
8667
8668 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
8669 entire buffer list (Bug#8184).
8670
d66c4c7c
CY
86712011-05-29 Chong Yidong <cyd@stupidchicken.com>
8672
8673 * image.el (imagemagick-types-inhibit)
8674 (imagemagick-register-types): Doc fix.
8675
80aec780
DD
86762011-05-29 Deniz Dogan <deniz@dogan.se>
8677
8678 * net/rcirc.el (rcirc): Use the user's stored encryption method by
8679 default.
8680
1dd3c2d9
CY
86812011-05-29 Chong Yidong <cyd@stupidchicken.com>
8682
8683 * select.el: Don't perform clipboard-manager saving in hooks;
8684 leave the hooks empty.
8685
60e56523
LL
86862011-05-28 Leo Liu <sdl.web@gmail.com>
8687
8688 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
8689 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
8690 (occur-edit-mode): New major mode (Bug#8463).
8691 (occur-after-change-function): New function.
8692 (occur-engine): Give Occur tags a read-only property.
8693
2b1e1a22
KR
86942011-05-28 Kevin Ryde <user42@zip.com.au>
8695
8696 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
8697
5d344e88
CY
86982011-05-28 Chong Yidong <cyd@stupidchicken.com>
8699
8e6ca83d
CY
8700 * bindings.el (help-echo): Make the initial non-indicator dash
8701 empty on graphical terminals (Bug#7295).
8702
5d344e88
CY
8703 * files.el (auto-mode-alist): Move config rule after the
8704 in-stripping one (Bug#8547).
8705
bfbbace7
CY
8706 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
8707
fbeba6e2
CY
8708 * startup.el (normal-splash-screen): Remove gratuitous mode-line
8709 setting (Bug#8740).
8710
60ed8c72
AA
87112011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
8712
4ac619f0
AA
8713 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
8714 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
8715 (Bug#8539).
60ed8c72 8716
23db196e
CY
87172011-05-28 Chong Yidong <cyd@stupidchicken.com>
8718
8719 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
8720
5012f24c
DK
87212011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
8722
8723 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
8724 (hs-hide-block-at-point, hs-find-block-beginning)
8725 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
8726 (Bug#8279).
8727
6a639b16
GM
87282011-05-28 Glenn Morris <rgm@gnu.org>
8729
8730 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
8731
d43eaf2c
CY
87322011-05-28 Chong Yidong <cyd@stupidchicken.com>
8733
5199bde1
CY
8734 * help-fns.el (describe-function-1): If the function is a derived
8735 major mode, print the parent mode.
8736
d43eaf2c
CY
8737 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
8738 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
8739
423428a8
SM
87402011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
8741
0ff8e1ba 8742 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 8743 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
8744 * progmodes/etags.el (tags-completion-at-point-function):
8745 * info-look.el (info-lookup-completions-at-point): Mark as
8746 non-exclusive.
8747 (info-complete): Adjust accordingly.
8748
423428a8
SM
8749 * info-look.el: Convert to lexical-binding and completion-at-point.
8750 (info-lookup-completions-at-point): New function.
8751 (info-complete): Use it and completion-in-region.
8752
b74aa22b
DA
87532011-05-28 Drew Adams <drew.adams@oracle.com>
8754
8755 * isearch.el: Let M-e start with point at the first mismatched char.
8756 (isearch-fail-pos): New function.
8757 (isearch-edit-string): Use it.
8758
66e2e71d
DK
87592011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
8760
8761 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
8762
b1890b0f 87632011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
8764
8765 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
8766 traversal functions for avl-trees.
8767 (avl-tree--stack): New struct.
8768 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
8769 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
8770 (avl-tree--do-enter): Add optional `updatefun' arg.
8771 Change return value.
eb95d01d 8772 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
8773 (avl-tree--do-delete): Add `test' and `nilflag' args.
8774 Change return value.
eb95d01d
TC
8775 (avl-tree-member): Add optional `nilflag'
8776 (avl-tree-member-p): New function.
8777 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
8778 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
8779 (avl-tree-stack-empty-p): New functions.
8780
3769ddcf
TC
8781 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
8782 avl-tree--del-balance1 and make it work both ways.
8783 (avl-tree--del-balance2): Remove.
8784 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
8785 make it work both ways.
8786 (avl-tree--enter-balance2): Remove.
8787 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
8788 New macros.
8789 (avl-tree--mapc, avl-tree-map): Add direction argument.
8790
eb95d01d 87912011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
8792
8793 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
8794
a9f737ee
CY
87952011-05-27 Chong Yidong <cyd@stupidchicken.com>
8796
8797 * select.el: Support clipboard managers with built-in function
8798 x-clipboard-manager-save, via delete-frame-functions and
8799 kill-emacs-hook.
8800 (xselect-convert-to-targets): Add MULTIPLE target to list.
8801 (xselect-convert-to-save-targets): New function.
8802
c92a1e54
KH
88032011-05-27 Kenichi Handa <handa@m17n.org>
8804
8805 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
8806 let-binding rfc2047-encode-encoded-words to nil.
8807
e145f188
GM
88082011-05-27 Glenn Morris <rgm@gnu.org>
8809
5ec8a862
GM
8810 * mail/emacsbug.el: Don't require url-util.
8811
4b29d9fb
GM
8812 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
8813
e145f188
GM
8814 * files.el (set-auto-mode):
8815 Also respect mode: entries at the end of the file. (Bug#8586)
8816
7d15102b
GM
88172011-05-26 Glenn Morris <rgm@gnu.org>
8818
98f593b8
GM
8819 * files.el (hack-local-variables-prop-line, hack-local-variables):
8820 Downcase mode names, as seems to be traditional.
27b48e63 8821 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 8822
7d15102b
GM
8823 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
8824 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
8825
51d5b4ec
JD
88262011-05-25 Julien Danjou <julien@danjou.info>
8827
8828 * textmodes/rst.el (rst-define-level-faces): Do not define face
8829 symbol if it is already defined.
8830
91513f63
VB
88312011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
8832
8833 * play/5x5.el (5x5-new-game, 5x5-randomize):
8834 Reset 5x5-solver-output to nil when a new grid is cast.
8835 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
8836 these debugging traces, as defmacro breaks the compiled code.
8837
4d90d6d0
DK
88382011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
8839
8840 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
8841
e1b90ef6
LL
88422011-05-24 Leo Liu <sdl.web@gmail.com>
8843
8844 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
8845 (vc-bzr-sha1): Adapt.
8846
d8e4b68b 8847 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
8848
8849 * bindings.el: Provide sha1 feature.
8850
db0406bb 88512011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
8852
8853 * mail/sendmail.el: Require `rfc2047'.
8854 (mail-insert-from-field): Do not perform RFC2047 encoding.
8855 (mail-encode-header): New function.
8856 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
8857 buffer to the return value of select-message-coding-system.
8858 Call mail-encode-header.
b8d747b9
KH
8859
8860 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
8861
db0406bb 88622011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 8863
4d90d6d0
DK
8864 * mail/supercite.el (sc-default-cite-frame):
8865 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 8866
eb8a5e9b
GM
88672011-05-24 Glenn Morris <rgm@gnu.org>
8868
f8630703
GM
8869 * progmodes/python.el (brm-menu): Declare.
8870
8831bbed
GM
8871 * emulation/viper.el (viper-set-hooks): Declare.
8872
eb8a5e9b
GM
8873 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
8874 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
8875 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
8876 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
8877 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
8878 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
8879
a2a25d24
SM
88802011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
8881
8882 Add an :exit-function for completion-at-point.
8883
8884 * minibuffer.el (completion--done): New fun.
8885 (completion--do-completion): Use it. New arg `expect-exact'.
8886 (minibuffer-complete, minibuffer-complete-word): Don't output message,
8887 since completion--do-completion does it for us now.
8888 (minibuffer-force-complete): Use completion--done and
8889 completion--replace. Handle sole-completion case with more care.
8890 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
8891 (completion-extra-properties): New var.
8892 (completion-annotate-function): Make obsolete.
8893 (minibuffer-completion-help): Adjust accordingly.
8894 Use completion-list-insert-choice-function.
8895 (completion-at-point, completion-help-at-point):
8896 Bind completion-extra-properties.
8897 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
8898 * simple.el (completion-list-insert-choice-function): New var.
8899 (completion-setup-function): Preserve it.
8900 (choose-completion): Pay attention to it, shuffle the code a bit.
8901 (choose-completion-string): New arg `insert-function'.
8902
8903 * textmodes/bibtex.el: Convert to lexical binding.
8904 (bibtex-mode-map): Use completion-at-point.
8905 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
8906 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
8907 (bibtex-complete): Define as obsolete alias.
8908 (bibtex-complete-internal): Remove.
8909 (bibtex-format-entry): Remove unused sub-group in regexp.
8910 * shell.el (shell--command-completion-data)
8911 (shell-environment-variable-completion):
8912 * pcomplete.el (pcomplete-completions-at-point):
8913 * comint.el (comint--complete-file-name-data): Use :exit-function
8914 instead of completion-table-with-terminator so it also works for
8915 choose-completion.
8916
e44e373d
SM
89172011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
8918
4f91a816
SM
8919 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
8920
782fc819
SM
8921 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
8922 (bug#8710).
8923
e44e373d
SM
8924 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
8925
381987c3
KM
89262011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
8927
8928 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
8929 customization variable and implement: If non-nil, auto-fill will
8930 be inhibited while on topic's header line.
8931
b776bc70
VB
89322011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
8933
8934 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 8935 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
8936 always have a solution in grid size = 5 cases.
8937 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
8938 (5x5-solver-output, 5x5-log-buffer): New vars.
8939 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
8940 Make these variables buffer local to achieve 5x5 multi-session-ness.
8941 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
8942 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
8943 (5x5-solve-suggest): New funs.
8944 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
8945 randomize a grid so that we ensure that there is always a solution.
8946 (5x5-make-random-grid): Allow other movement than flipping.
8947
7de88b6e
KR
89482011-05-23 Kevin Ryde <user42@zip.com.au>
8949
8950 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 8951 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
8952 advice and passes PREDICATE.
8953
b1ef1257
SM
89542011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
8955
bbca48fe
SM
8956 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
8957 byte-compile-lambda if it's actually a lambda.
8958
b1ef1257
SM
8959 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
8960 Fix function quoting. Use backquote better.
8961
92a9cc65
YS
89622011-05-22 Yuanle Song <sylecn@gmail.com>
8963
8964 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
8965 matching (Bug#8516).
8966
f0fb8059
JA
89672011-01-22 Jari Aalto <jari.aalto@cante.net>
8968
8969 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
8970 different face (Bug#8178).
8971
d5b44c93
CY
89722011-05-22 Chong Yidong <cyd@stupidchicken.com>
8973
8974 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
8975 defface (Bug#8144).
8976
79106a44
SM
89772011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
8978
9c848d8a
SM
8979 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
8980 funcall as well (bug#8712). Warn when performing those conversions.
8981 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
8982
79106a44
SM
8983 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
8984
88dfa756
GM
89852011-05-22 Glenn Morris <rgm@gnu.org>
8986
8987 * files.el (hack-local-variables-prop-line): Small simplifications.
8988 (hack-local-variables, hack-local-variables-prop-line):
8989 If MODE-ONLY, return the mode, rather than just `t'.
8990
b7cf2c79
SM
89912011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
8992
8993 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
8994
3f1a8558
GM
89952011-05-21 Glenn Morris <rgm@gnu.org>
8996
7e4ccca3
GM
8997 * files.el (hack-local-variables-prop-line, hack-local-variables):
8998 If only interested in the mode, don't bother doing the other stuff.
8999
637d46ca
GM
9000 * image-mode.el (image-after-revert-hook):
9001 Redraw all frames on which the image is visible. (Bug#8567)
9002
973d955b
GM
9003 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
9004
3f1a8558
GM
9005 * wid-edit.el (widget-checklist-match-inline):
9006 Fix 2011-04-19 change. (Bug#8649)
9007
96479927
SM
90082011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
9009
1dcf791f
SM
9010 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
9011 Also allow singlespace after single-letter capitals followed by a dot.
9012
96479927
SM
9013 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
9014 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
9015
35fd0881
N
90162011-05-20 Nix <nix@esperi.org.uk>
9017
9018 * files.el (basic-save-buffer-2):
9019 Fix handling of break-hardlink-on-save with non-existent files.
9020
82745640
DD
90212011-05-19 Deniz Dogan <deniz@dogan.se>
9022
9023 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 9024 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 9025
4a720484
GM
90262011-05-19 Glenn Morris <rgm@gnu.org>
9027
d1f21341
GM
9028 * progmodes/f90.el (f90-type-def-re):
9029 Handle "type, bind(c)". (Bug#8691)
9030
4a720484
GM
9031 * emacs-lisp/autoload.el (batch-update-autoloads):
9032 Set autoload-excludes by parsing loadup.el rather than Makefiles.
9033
2fb0a219
MA
90342011-05-18 Michael Albinus <michael.albinus@gmx.de>
9035
9036 * net/tramp.el (tramp-process-actions): Set "first-password-request"
9037 property for the correct connection in case of multihops.
9038
e565dd37
GM
90392011-05-18 Glenn Morris <rgm@gnu.org>
9040
c2571358 9041 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
9042 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
9043
e565dd37
GM
9044 Rationalize calendar handling of day and month abbrev-arrays.
9045 * calendar/calendar.el (calendar-customized-p): New function.
9046 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
9047 (calendar-day-name-array, calendar-month-name-array): Doc fix.
9048 Add :set function.
9049 (calendar-abbrev-length, calendar-day-abbrev-array)
9050 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
9051 (calendar-day-abbrev-array, calendar-month-abbrev-array):
9052 Elements may no longer be nil.
9053 (calendar-day-name, calendar-month-name):
9054 Update for changed nature of abbrev arrays.
9055 * calendar/diary-lib.el (diary-name-pattern):
9056 Update for changed nature of abbrev arrays.
9057 (diary-mark-entries-1): Update calendar-make-alist calls.
9058 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
9059 * calendar/cal-html.el (cal-html-day-abbrev-array):
9060 Simply inherit from calendar-day-abbrev-array.
9061
1d99a745
SM
90622011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
9063
9064 * progmodes/grep.el (grep-mode): Disable default
9065 compilation-directory-matcher setting (bug#8684).
9066
7c1d9aa0
MA
90672011-05-17 Michael Albinus <michael.albinus@gmx.de>
9068
9069 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
9070 instead of "head" and "tail". There were problems with SunOS 5.9,
9071 and it performs better.
9072
3952e9d8
GM
90732011-05-17 Glenn Morris <rgm@gnu.org>
9074
2dd12e7f
GM
9075 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
9076
e4157b9c
GM
9077 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
9078 Replace obsolete function.
9079
8e249bbd
GM
9080 * shell.el (pcomplete-parse-arguments-function): Declare.
9081
3952e9d8
GM
9082 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
9083 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
9084 (appt-check): Doc fixes.
9085 (appt-disp-window-function, appt-delete-window-function):
9086 Remove needless special case in custom :type.
9087 (appt-display-count): Default to 0, not nil.
9088 (appt-check): Reset appt-display-count to 0, not nil.
9089
c71a0d48 90902011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 9091
c71a0d48
GM
9092 * progmodes/python.el (python-font-lock-keywords):
9093 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 9094
31d55be9
SM
90952011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
9096
9097 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
9098
3bfacb2f
KR
90992011-05-16 Kevin Ryde <user42@zip.com.au>
9100
9101 * info-look.el (makefile-automake-mode): New setups, looking in
9102 automake manual, then makefile-mode.
9103 (makefile-mode): Remove automake manual, have it just in
9104 makefile-automake-mode since there's various things different or
9105 not relevant to plain make.
9106 (makefile-mode): Remove "other-modes" non-existent automake-mode,
9107 believe a hypothetical automake-mode would go to makefile-mode,
9108 not the other way around.
9109
c8e83751
CY
91102011-05-15 Chong Yidong <cyd@stupidchicken.com>
9111
5e9e35cd
CY
9112 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
9113 hunk-end tags (Bug#8672).
9114
c8e83751
CY
9115 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
9116 vc-annotate-show-diff-revision-at-line (Bug#8671).
9117
50b23e5a
GM
91182011-05-14 Glenn Morris <rgm@gnu.org>
9119
7210a739
GM
9120 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
9121 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
9122 (change-log-font-lock-keywords): Also handle multiple author lines
9123 with leading tabs. (Bug#8644)
7210a739 9124
4691905a
GM
9125 * calendar/appt.el (appt-check): Rename some local variables.
9126 Some simplification/reordering.
9127
50b23e5a
GM
9128 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
9129 (feedmail-sendmail-f-doesnt-sell-me-out)
9130 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
9131 (feedmail-debug-sit-for, feedmail-queue-express-hook)
9132 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
9133 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
9134 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
9135 (feedmail-binmail-gnulinuxish-template):
9136 Rename from feedmail-binmail-linuxish-template.
9137 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
9138 Use insert-buffer-substring.
9139
215cda7c
BC
91402011-05-14 Bill Carpenter <bill@carpenter.org>
9141
9142 * mail/feedmail.el (feedmail-patch-level): Increase.
9143 (feedmail-debug): New custom group.
9144 (feedmail-confirm-outgoing-timeout)
9145 (feedmail-sendmail-f-doesnt-sell-me-out)
9146 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
9147 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
9148 (feedmail-sender-line, feedmail-from-line)
9149 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 9150 (feedmail-spray-this-address)
215cda7c
BC
9151 (feedmail-spray-address-fiddle-plex-list)
9152 (feedmail-queue-use-send-time-for-date)
9153 (feedmail-queue-use-send-time-for-message-id)
9154 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
9155 (feedmail-buffer-eating-function):
9156 Doc fixes.
9157 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
9158 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
9159 (feedmail-message-action-scroll-down): New functions.
9160 (feedmail-queue-directory, feedmail-queue-draft-directory):
9161 Use expand-file-name.
9162 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
9163 Remove C-v help entry.
9164 (feedmail-queue-buffer-file-name): New variable.
9165 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
9166 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
9167 (feedmail-message-action-send-strong, feedmail-message-action-edit)
9168 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
9169 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
9170 (feedmail-message-action-toggle-spray)
9171 (feedmail-run-the-queue-no-prompts)
9172 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
9173 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
9174 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
9175 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
9176 (feedmail-envelope-deducer, feedmail-fiddle-from)
9177 (feedmail-fiddle-sender, feedmail-default-date-generator)
9178 (feedmail-fiddle-date, feedmail-fiddle-message-id)
9179 (feedmail-fiddle-spray-address)
9180 (feedmail-fiddle-list-of-spray-fiddle-plexes)
9181 (feedmail-fiddle-list-of-fiddle-plexes)
9182 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
9183 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
9184 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
9185 Change default. Doc fix.
9186 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
9187 (feedmail-binmail-linuxish-template): New constant.
9188 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
9189 Respect feedmail-sendmail-f-doesnt-sell-me-out.
9190 (feedmail-send-it): Add debug call.
9191 Use feedmail-queue-buffer-file-name, and
9192 feedmail-send-it-immediately-wrapper.
9193 (feedmail-message-action-send): Add debug call.
9194 Use feedmail-send-it-immediately-wrapper.
9195 (feedmail-queue-express-to-queue): Add debug call.
9196 Run feedmail-queue-express-hook.
9197 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
9198 (feedmail-message-action-help-blat):
9199 Rename from feedmail-queue-send-edit-prompt-help-first.
9200 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
9201 Check line-endings. Handle errors better.
9202 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
9203 Doc fix. Add debug call.
9204 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
9205 Use feedmail-queue-send-edit-prompt-inner.
9206 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
9207 (feedmail-queue-send-edit-prompt-inner): New function, extracted
9208 from feedmail-queue-send-edit-prompt.
9209 (feedmail-queue-send-edit-prompt-help)
9210 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
9211 (feedmail-tidy-up-slug): Add debug call.
9212 Respect feedmail-queue-slug-suspect-regexp.
9213 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
9214 (feedmail-dump-message-to-queue): Add debug call.
9215 Expand queue-directory.
9216 (feedmail-dump-message-to-queue): Change message slightly.
9217 Use feedmail-say-chatter.
9218 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
9219 (feedmail-send-it-immediately-wrapper): New function.
9220 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
9221 Insert empty string rather than newline. Handle full-frame case.
9222 Use catch/throw. Use feedmail-say-chatter.
9223 (feedmail-fiddle-from): Try mail-host-address.
9224 (feedmail-default-message-id-generator): Doc fix.
9225 Bind system-time-locale. Handle missing end.
9226 (feedmail-fiddle-x-mailer): Add debug call.
9227 Handle feedmail-x-mailer-line being nil.
9228 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
9229 Add debug call. Use buffer-substring-no-properties.
9230 (feedmail-say-debug, feedmail-say-chatter): New functions.
9231 (feedmail-find-eoh): Give an explicit error.
9232
42c7e61e
UJ
92332011-05-13 Ulf Jasper <ulf.jasper@web.de>
9234
c2571358 9235 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 9236 family from helvetica to sans.
c2571358 9237 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
9238 etc/images/newsticker.
9239
c2571358 9240 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
9241 family from helvetica to sans.
9242
9243 * net/newst-plainview.el (newsticker-new-item-face)
9244 (newsticker-old-item-face, newsticker-immortal-item-face)
9245 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 9246 (newsticker-statistics-face): Change default family from
42c7e61e 9247 helvetica to sans.
c2571358 9248 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
9249 etc/images/newsticker.
9250
9251 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
9252 (newsticker--process-auto-mark-filter-match): : Tell user about
9253 auto-marking.
9254
8497a297
DV
92552011-05-13 Didier Verna <didier@xemacs.org>
9256
9257 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
9258 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
9259 TODO entries.
8497a297
DV
9260 (lisp-lambda-list-keyword-parameter-indentation)
9261 (lisp-lambda-list-keyword-parameter-alignment)
9262 (lisp-lambda-list-keyword-alignment): New customizable user options.
9263 (lisp-indent-defun-method): Improve docstring.
9264 (extended-loop-p): Fix comment.
9265 (lisp-indent-lambda-list-keywords-regexp): New variable.
9266 (lisp-indent-lambda-list): New function.
9267 (lisp-indent-259): Use it.
9268 (lisp-indent-defmethod): Support for more than one
9269 method qualifier and properly indent methods lambda-lists.
9270 (defgeneric): Provide a missing common-lisp-indent-function property.
9271
f278f87f
SM
92722011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
9273
9274 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
9275 bounds for the empty string (bug#8667).
9276
5233edd7
GM
92772011-05-13 Glenn Morris <rgm@gnu.org>
9278
5237a44f
GM
9279 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
9280
8340026c 9281 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 9282 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 9283
5233edd7 9284 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 9285 (appt-time-msg-list): Doc fix.
a5464014 9286 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 9287
92d10796
AS
92882011-05-12 Andreas Schwab <schwab@linux-m68k.org>
9289
9290 * progmodes/ld-script.el (ld-script-keywords)
9291 (ld-script-builtins): Update keywords list.
9292
914a0ae1
SM
92932011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9294
c89be45f
SM
9295 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
9296
914a0ae1
SM
9297 * shell.el (shell-completion-vars): New function.
9298 (shell-mode):
9299 * simple.el (read-shell-command): Use it.
9300 (blink-matching-open): No need for " [...]" in minibuffer-message.
9301
98dc3df3
GM
93022011-05-12 Glenn Morris <rgm@gnu.org>
9303
9304 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
9305 (appt-check): Simplify.
9306
d2fc7e3d 93072011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 9308
4d61f28d 9309 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
9310 literal "/dev/null".
9311
d2fc7e3d 93122011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
9313
9314 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
9315 Fix typo.
9316
d2fc7e3d 93172011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 9318
3f254caa
SM
9319 * progmodes/which-func.el (which-function):
9320 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
9321 which might not be defined (Bug#8260).
9322
d45885f7
GM
93232011-05-12 Glenn Morris <rgm@gnu.org>
9324
9325 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
9326 Let byte-compile-initial-macro-environment always take precedence.
9327
488086f4
SM
93282011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9329
9330 * net/rcirc.el: Add support for SSL/TLS connections.
9331 (rcirc-server-alist): New field `encryption'.
9332 (rcirc): Check `encryption' settings.
9333 (rcirc-connect): New arg `encryption'. Use open-network-stream.
9334 Merge make-local-variable into `set'.
9335 (rcirc--connection-open-p): New function.
9336 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
9337 the process is not a network process (e.g. running gnutls-cli).
9338 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
9339 Make rcirc-(en|de)code-coding-system local here.
9340 (rcirc-mode): Merge make-local-variable into `set'.
9341 (rcirc-parent-buffer): Make permanent buffer-local.
9342 (rcirc-multiline-minor-mode): Don't do it here.
9343 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
9344 there's no server buffer.
9345
7d3b9d44
GM
93462011-05-11 Glenn Morris <rgm@gnu.org>
9347
f64049c6
GM
9348 * newcomment.el (comment-kill): Prefix "unused" local.
9349
93c9df73
GM
9350 * term/w32console.el (get-screen-color): Declare.
9351
7d3b9d44
GM
9352 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
9353 Handle symbol elements of byte-compile-initial-macro-environment.
9354
9e2dd53f
LL
93552011-05-10 Leo Liu <sdl.web@gmail.com>
9356
488086f4
SM
9357 * bookmark.el (bookmark-bmenu-mode-map):
9358 Bind bookmark-bmenu-search to `/'.
8b340240 9359
9e2dd53f 9360 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
9361 (footnote-unicode-string, footnote-unicode-regexp): New variable.
9362 (Footnote-unicode): New function.
9363 (footnote-style-alist): Add unicode style to the list.
9364 (footnote-style): Doc fix.
9e2dd53f 9365
79b70037
GM
93662011-05-10 Jim Meyering <meyering@redhat.com>
9367
9368 Fix doubled-word typos.
9369 * international/quail.el (quail-insert-kbd-layout): and and -> and
9370 * kermit.el: and and -> and
9371 * net/ldap.el (ldap-search-internal): to to -> to
9372 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
9373 * progmodes/js.el (js-mode): and and -> and
9374 * textmodes/artist.el (artist-move-to-xy): at at -> at
9375 (artist-draw-region-trim-line-endings): if if -> if
9376 And Safetyc -> Safety.
9377 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
9378
b8f82dc1 93792011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 9380 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
9381
9382 * files.el (hack-one-local-variable-eval-safep):
9383 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
9384
4f99f44b
GM
93852011-05-10 Glenn Morris <rgm@gnu.org>
9386
9387 * calendar/diary-lib.el (diary-list-entries-hook)
9388 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
9389 (diary-nongregorian-marking-hook, diary-list-entries)
9390 (diary-include-other-diary-files, diary-mark-entries)
9391 (diary-mark-included-diary-files): Doc fixes.
9392
84f29e6b
JB
93932011-05-09 Juanma Barranquero <lekktu@gmail.com>
9394
9395 * misc.el: Require tabulated-list.el during compilation.
9396
9bedd73a
CY
93972011-05-09 Chong Yidong <cyd@stupidchicken.com>
9398
488086f4
SM
9399 * progmodes/compile.el (compilation-start):
9400 Run compilation-filter-hook for the async case too.
9bedd73a
CY
9401 (compilation-filter-hook): Doc fix.
9402
797c735c
DD
94032011-05-09 Deniz Dogan <deniz@dogan.se>
9404
9405 * wdired.el: Remove outdated installation comment. Fix usage
9406 comment.
9407
5f4b1dfe
JB
94082011-05-09 Juanma Barranquero <lekktu@gmail.com>
9409
9410 * misc.el: Implement new command `list-dynamic-libraries'.
9411 (list-dynamic-libraries--loaded-only-p): New variable.
9412 (list-dynamic-libraries--refresh): New function.
9413 (list-dynamic-libraries): New command.
9414
4c44026c
CY
94152011-05-09 Chong Yidong <cyd@stupidchicken.com>
9416
488086f4
SM
9417 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9418 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
9419 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
9420 higher priority to avoid clobbering by gnu.
9421
027f966d
CY
94222011-05-08 Chong Yidong <cyd@stupidchicken.com>
9423
9424 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
9425 if the face has existing theme settings (Bug#8454).
9426
085f5d7d
CY
94272011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
9428
488086f4
SM
9429 * progmodes/perl-mode.el (perl-imenu-generic-expression):
9430 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 9431
2a86a00c
RS
9432 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
9433 special file names `.' and `..' (Bug#8259).
9434
d9c54a06
CY
94352011-05-08 Chong Yidong <cyd@stupidchicken.com>
9436
488086f4
SM
9437 * progmodes/grep.el (grep-mode-font-lock-keywords):
9438 Remove buffer-changing entries.
d9c54a06
CY
9439 (grep-filter): New function.
9440 (grep-mode): Add it to compilation-filter-hook.
9441
9442 * progmodes/compile.el (compilation-filter-hook)
9443 (compilation-filter-start): New defvars.
9444 (compilation-filter): Call compilation-filter-hook prior to
9445 updating the process mark.
9446
c4662635
SM
94472011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9448
9449 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
9450
b0512a1d
EZ
94512011-05-07 Eli Zaretskii <eliz@gnu.org>
9452
605c9376
EZ
9453 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
9454 mailclient-send-it even if window-system is nil. (Bug#8595)
9455
c4662635
SM
9456 * term/w32console.el (terminal-init-w32console):
9457 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
9458 background-mode. (Bug#8597)
9459
d1dc2cc2
SM
94602011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
9461
9462 Make bytecomp.el understand that defmethod defines funs (bug#8631).
9463 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
9464 New functions.
9465 (defgeneric, eieio--defmethod): Use them.
9466 (eieio-defgeneric): Remove.
9467 (defmethod): Call defgeneric in a way visible to the byte-compiler.
9468
915d1300
GM
94692011-05-07 Glenn Morris <rgm@gnu.org>
9470
a3961c3e
GM
9471 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
9472 Use let rather than let*.
9473 (timeclock-find-discrep): Remove unused local.
9474
314347b9
GM
9475 * calendar/diary-lib.el (diary-comment-start): Doc fix.
9476
915d1300
GM
9477 * calendar/appt.el (appt-time-msg-list): Doc fix.
9478
275b59b0
NF
94792011-05-06 Noah Friedman <friedman@splode.com>
9480
9481 * apropos.el (apropos-print-doc): Only use
9482 emacs-lisp-docstring-fill-column when it is bound to an integer,
9483 per that variable's documentation.
9484
6c19f744
SM
94852011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9486
9487 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 9488 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 9489
60f884b2
GM
94902011-05-06 Glenn Morris <rgm@gnu.org>
9491
5006e634
GM
9492 * calendar/appt.el (appt-message-warning-time): Doc fix.
9493 (appt-warning-time-regexp): New option.
9494 (appt-make-list): Respect appt-message-warning-time.
9495
548d0a63
GM
9496 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
9497 New options.
9498 (diary-add-to-list): Strip comments from the displayed string.
9499 (diary-mode): Set comment-start and comment-end.
9500
60f884b2
GM
9501 * vc/diff-mode.el (smerge-refine-subst): Declare.
9502 (diff-refine-hunk): Don't require smerge-mode when compiling.
9503
989681bb
JB
95042011-05-06 Juanma Barranquero <lekktu@gmail.com>
9505
9506 * simple.el (list-processes): Return nil as the docstring says.
9507
a6bc05e1
MA
95082011-05-05 Michael Albinus <michael.albinus@gmx.de>
9509
9510 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
9511 to "".
9512 (ange-ftp-write-region, ange-ftp-insert-file-contents)
9513 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
9514 determining of binary transfer. (Bug#7383)
9515
23c22e9a
MA
95162011-05-05 Michael Albinus <michael.albinus@gmx.de>
9517
c4662635
SM
9518 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
9519 Fix port computation bug. (Bug#8618)
23c22e9a 9520
0bff894f
GM
95212011-05-05 Glenn Morris <rgm@gnu.org>
9522
b8296902
GM
9523 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
9524
1f522ce8
GM
9525 * simple.el (shell-dynamic-complete-functions)
9526 (comint-dynamic-complete-functions): Declare.
9527
cf5bee67
GM
9528 * net/network-stream.el (gnutls-negotiate):
9529 * simple.el (tabulated-list-print): Fix declarations.
9530
9531 * progmodes/gud.el (syntax-symbol, syntax-point):
9532 Remove unnecessary and incorrect declarations.
9533
0bff894f
GM
9534 * emacs-lisp/check-declare.el (check-declare-scan):
9535 Handle byte-compile-initial-macro-environment in bytecomp.el
9536
9869b3ae
SM
95372011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9538
9539 Fix earlier half-done eieio-defmethod change (bug#8338).
9540 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
9541 Streamline and change calling convention.
9542 (defmethod): Adjust accordingly and simplify.
9543 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
9544 new eieio--defmethod.
9545 (slot-boundp): Minor CSE simplification.
9546
9c1d5ac5
MZ
95472011-05-05 Milan Zamazal <pdm@zamazal.org>
9548
9549 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
9550 (glasses-make-readable): Use glasses-separate-capital-groups.
9551
455c834e
JB
95522011-05-05 Juanma Barranquero <lekktu@gmail.com>
9553
9554 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
9555 (warning-series): Doc fix.
9556 (display-warning): Don't try to create the buffer if we just found it.
9557
9ed7c8cb
CY
95582011-05-04 Chong Yidong <cyd@stupidchicken.com>
9559
9560 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
9561 (autoload-find-generated-file): New function.
9562 (generate-file-autoloads): Bind generated-autoload-file to
9563 buffer-file-name.
9869b3ae
SM
9564 (update-file-autoloads, update-directory-autoloads):
9565 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
9566 output file (Bug#7989).
9567 (batch-update-autoloads): Doc fix.
9568
0898ca10
JB
95692011-05-04 Juanma Barranquero <lekktu@gmail.com>
9570
9571 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
9572
31dfb76c
GM
95732011-05-04 Glenn Morris <rgm@gnu.org>
9574
f330b642
GM
9575 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
9576 function, so it follows changes in calendar-date-style.
9577 (diary-fancy-date-matcher): New function.
9578 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
9579 (diary-fancy-font-lock-fontify-region-function):
9580 Use diary-fancy-date-pattern as a function.
9581
31dfb76c
GM
9582 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
9583 non-numbers for `year' etc pseudo-variables. (Bug#8583)
9584
48e79d6a
TZ
95852011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
9586
9587 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
9588 instead of positional arguments. Allow :keylist and :crlfiles
9589 arguments.
9590 (open-gnutls-stream): Call it.
9591
9592 * net/network-stream.el (network-stream-open-starttls): Adjust to
9593 call `gnutls-negotiate' with :process and :hostname arguments.
9594
dd5a5ee0
SM
95952011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9596
ef80fc09
SM
9597 * minibuffer.el (completion--message): New function.
9598 (completion--do-completion, minibuffer-complete)
9599 (minibuffer-force-complete, minibuffer-complete-word): Use it.
9600 (completion--do-completion): Don't ignore completion-auto-help when in
9601 icomplete-mode.
9602
dd5a5ee0
SM
9603 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
9604 internal encoding (e.g. tibetan zero is not whitespace).
9605 (global-whitespace-mode): Prefer save-current-buffer.
9606 (whitespace-trailing-regexp): Remove useless save-match-data.
9607 (whitespace-empty-at-bob-regexp): Minor simplification.
9608
b7d22a83
CY
96092011-05-03 Chong Yidong <cyd@stupidchicken.com>
9610
9611 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
9612
5192af46
AM
96132011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9614
9615 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 9616 Use `concat' to create string for insertion.
5192af46 9617
5767d190
SM
96182011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9619
9620 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
9621 Avoid open-line which runs post-self-insert-hook.
9622 (bibtex-fill-entry): Remove unused `end' var.
9623
bf242939
AM
96242011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
9625
5767d190
SM
9626 * textmodes/ispell.el (ispell-add-per-file-word-list):
9627 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 9628
25666126
LL
96292011-05-03 Leo Liu <sdl.web@gmail.com>
9630
9631 * isearch.el (isearch-yank-pop): New command.
5767d190 9632 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
9633 (isearch-forward): Mention it.
9634
52d3c2d0
SM
96352011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9636
1bcace58
SM
9637 * simple.el (minibuffer-complete-shell-command): Remove.
9638 (minibuffer-local-shell-command-map): Use completion-at-point.
9639 (read-shell-command): Setup completion vars here instead.
9640 (read-expression-map): Bind TAB to symbol completion.
9641
52d3c2d0
SM
9642 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
9643 error directly rather via storing it into `results'.
9644
35813471
LL
96452011-05-02 Leo Liu <sdl.web@gmail.com>
9646
9647 * vc/diff.el: Fix description.
9648
e793a940
LMI
96492011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9650
9651 * server.el (server-eval-at): New function.
9652
8de66e05
LMI
96532011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9654
9655 * net/network-stream.el (open-network-stream): Take a :nowait
9656 parameter and pass it on to `make-network-process'.
9657 (network-stream-open-plain): Ditto.
9658
dcb79f20
AS
96592011-04-30 Andreas Schwab <schwab@linux-m68k.org>
9660
9661 * faces.el (face-spec-set-match-display): Don't match toolkit
9662 options on terminal frames.
9663
14a7fbd8
SM
96642011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9665
7eabc1be
SM
9666 * progmodes/pascal.el: Use lexical binding.
9667 (pascal-mode-map): Remove author preferences.
9668
14a7fbd8
SM
9669 * pcomplete.el (pcomplete-std-complete): Don't abuse
9670 completion-at-point.
9671
50f84510
JB
96722011-04-28 Juanma Barranquero <lekktu@gmail.com>
9673
6e087a44
JB
9674 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
9675 removing code that has been dead since 1991 or so.
9676
50f84510
JB
9677 * startup.el (command-line): When warning about "_emacs", use a
9678 delayed warning to allow the user to filter it out.
9679
0ba690bd
DD
96802011-04-28 Deniz Dogan <deniz@dogan.se>
9681
9682 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
9683 user has not joined.
9684
08abfaad
SM
96852011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9686
9687 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
9688 aren't any completions at point.
9689
638f053a
JB
96902011-04-28 Juanma Barranquero <lekktu@gmail.com>
9691
9692 * subr.el (display-delayed-warnings): New function.
9693 (delayed-warnings-hook): New variable.
9694
8fff8daa
SM
96952011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9696
08abfaad
SM
9697 * minibuffer.el (completion-at-point, completion-help-at-point):
9698 Don't presume that a given completion-at-point-function will always
9699 use the same calling convention.
9700
8fff8daa
SM
9701 * pcomplete.el (pcomplete-completions-at-point):
9702 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
9703 pcomplete-seen is non-nil.
9704 (pcomplete-comint-setup): Also recognize the new comint/shell
9705 completion functions.
9706 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
9707 pcomplete-seen is non-nil.
9708
841a1577 97092011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 9710
841a1577 9711 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 9712 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 9713 the first character in the entry. This allows for code to add its
211ec907
UJ
9714 own uid to the entry.
9715 (icalendar--convert-float-to-ical): Add export of
9716 `diary-float'-entries save for those with the optional DAY
9717 argument.
9718
2a782793
DC
97192011-04-27 Daniel Colascione <dan.colascione@gmail.com>
9720
9721 * subr.el (shell-quote-argument): Use alternate escaping strategy
9722 when we spot a variable reference in a string.
9723
0438ce91
DC
97242011-04-26 Daniel Colascione <dan.colascione@gmail.com>
9725
9726 * cus-start.el (all): Define customization for debug-on-event.
9727
841a1577 97282011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
9729
9730 * subr.el (shell-quote-argument): Escape correctly under Windows.
9731
d090ed6c
SM
97322011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
9733
9734 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
9735
bfd31217
MA
97362011-04-25 Michael Albinus <michael.albinus@gmx.de>
9737
d090ed6c
SM
9738 * net/tramp.el (tramp-process-actions): Add POS argument.
9739 Delete region between POS and (pos).
bfd31217 9740
d090ed6c
SM
9741 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
9742 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
9743 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
9744
9745 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
9746 position in `tramp-process-actions' call.
9747
9748 * net/trampver.el: Update release number.
9749
e92f3bd3
SM
97502011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
9751
850256b5
SM
9752 * custom.el (defcustom): Obey lexical-binding.
9753
e92f3bd3
SM
9754 Fix octave-inf completion problems reported by Alexander Klimov.
9755 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
9756 Inherit from octave-mode-syntax-table.
9757 (inferior-octave-mode): Set info-lookup-mode.
9758 (inferior-octave-completion-at-point): New function.
9759 (inferior-octave-complete): Use it and completion-in-region.
9760 (inferior-octave-dynamic-complete-functions): Use it as well, and use
9761 comint-filename-completion.
9762 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
9763 symbol elements which shouldn't be word elements.
9764 (octave-font-lock-keywords, octave-beginning-of-defun)
9765 (octave-function-header-regexp): Adjust regexps accordingly.
9766 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
9767
cd22b309
JB
97682011-04-25 Juanma Barranquero <lekktu@gmail.com>
9769
9770 * net/gnutls.el (gnutls-errorp): Declare before first use.
9771
8b492194
TZ
97722011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
9773
9774 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
9775 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 9776 default trustfile exists before going to use it. Add missing
5a5fa834 9777 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
9778 Reported by Claudio Bley <claudio.bley@gmail.com>.
9779 (open-gnutls-stream): Add usage example.
9780
9781 * net/network-stream.el (network-stream-open-starttls): Give host
9782 parameter to `gnutls-negotiate'.
9783 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 9784 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 9785
841a1577 97862011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 9787
cd22b309
JB
9788 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
9789 Use correct match group (bug#8438).
05842630 9790
3ba7869c
CY
97912011-04-24 Chong Yidong <cyd@stupidchicken.com>
9792
512e3ae1
CY
9793 * emacs-lisp/package.el (package-built-in-p): Fix typo.
9794 (package-menu--generate): New arg specifying packages to show.
9795 (package-menu-refresh, package-menu-execute, list-packages):
9796 Callers changed.
9797 (package-show-package-list): New function, replacing deleted
9798 package--list-packages (renamed because it is non-internal).
9799
9800 * finder.el (finder-list-matches): Use package-show-package-list
9801 instead of deleted package--list-packages.
9802
e92f3bd3
SM
9803 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
9804 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
9805 (vc-annotate-mode-map): Bind it to RET.
9806
7031be6d
UR
98072011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
9808
9809 * progmodes/etags.el (next-file): Don't use set-buffer to change
9810 buffers (Bug#8478).
9811
4ef177aa
CY
98122011-04-24 Chong Yidong <cyd@stupidchicken.com>
9813
c8d173eb
CY
9814 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
9815
4ef177aa
CY
9816 * apropos.el (apropos-label-face): Avoid variable-pitch face.
9817 (apropos-accumulator): Doc fix.
9818 (apropos-function, apropos-macro, apropos-command)
9819 (apropos-variable, apropos-face, apropos-group, apropos-widget)
9820 (apropos-plist): Add face property.
9821 (apropos-symbols-internal): Fix indentation.
9822 (apropos-print): Simplify help, and recognize apropos-multi-type.
9823 (apropos-print-doc): Use button-type-get to extract the button's
9824 face property. Fill docstring (Bug#8352).
9825
4ffd0d6b 98262011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
9827
9828 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
9829
c6c32125 9830 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 9831 (mpuz-mode-map): Use mapc.
c6c32125
JB
9832 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
9833 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
9834 Fix typos in docstrings.
9835
58d468b4
JB
9836 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
9837 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
9838
6470c3c6
JB
9839 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
9840
4ffd0d6b 98412011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
9842
9843 * minibuffer.el (completion--do-completion): Avoid the "Next char
9844 not unique" prompt if icomplete-mode is enabled (Bug#5849).
9845
3ad8bad0
CY
9846 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
9847 mouse-2 into unread-command-events, it is interpreted correctly.
9848
71d73c9c 9849 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 9850 (image-toggle-display): Doc fix.
71d73c9c 9851
841a1577 98522011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 9853
4ffd0d6b
GM
9854 * textmodes/page.el (what-page): Use line-number-at-pos to
9855 calculate line number (Bug#6825).
6e1dbaa9 9856
c2fb1b60
JB
98572011-04-22 Juanma Barranquero <lekktu@gmail.com>
9858
9859 * eshell/esh-mode.el (find-tag-interactive): Declare function.
9860 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
9861 Pass argument NO-DEFAULT to `find-tag-interactive'.
9862
e02f48d7
JB
98632011-04-22 Juanma Barranquero <lekktu@gmail.com>
9864
9865 Lexical-binding cleanup.
9866
9867 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
9868 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
9869 * progmodes/ada-prj.el (ada-prj-initialize-values)
9870 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
9871 (ada-prj-show-value):
9872 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
9873 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
9874 (antlr-invalidate-context-cache, antlr-options-menu-filter)
9875 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
9876 * progmodes/bug-reference.el (bug-reference-push-button):
9877 * progmodes/fortran.el (fortran-line-length):
9878 * progmodes/glasses.el (glasses-change):
9879 * progmodes/octave-mod.el (octave-fill-paragraph):
9880 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
9881 (python-pdbtrack-grub-for-buffer, python-sentinel):
9882 * progmodes/sql.el (sql-save-connection):
9883 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
9884 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
9885 Mark unused parameters.
9886
9887 * progmodes/compile.el (compilation--flush-directory-cache)
9888 (compilation--flush-parse, compile-internal): Mark unused parameters.
9889 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
9890 (compilation-next-error-function): Remove unused variable `timestamp'.
9891
9892 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
9893 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
9894
9895 * progmodes/dcl-mode.el (dcl-end-of-command):
9896 Remove unused variable `start'.
9897 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
9898 (dcl-option-value-basic, dcl-option-value-offset)
9899 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
9900 Mark unused parameters.
9901 (dcl-save-local-variable): Remove unused variable `val'.
9902 (mode): Declare.
9903
9904 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
9905 Mark unused parameters.
9906 (delphi-ignore-changes): Move before first use.
9907 (delphi-charset-token-at): Remove unused variable `start'.
9908 (delphi-else-start): Remove unused variable `if-count'.
9909 (delphi-comment-block-start, delphi-comment-block-end):
9910 Remove unused variable `kind'.
9911 (delphi-indent-line): Remove unused variable `new-point'.
9912
9913 * progmodes/ebrowse.el (ebrowse-files-list)
9914 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
9915 Mark unused parameters. Don't quote `lambda'.
9916 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
9917 Don't quote `lambda'.
9918 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
9919 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
9920 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
9921 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
9922 Use `ignore-errors'.
9923 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
9924 (ebrowse-view/find-file-and-search-pattern)
9925 (ebrowse-view/find-member-declaration/definition):
9926 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
9927 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
9928 Rename parameter PREFIX-ARG to PREFIX.
9929 (ebrowse-tags-read-name): Remove unused variables `start' and
9930 `member-info'.
9931 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
9932 to `tags-file'.
9933
9934 * progmodes/etags.el (local-find-tag-hook): Declare.
9935 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
9936 Mark unused parameters.
9937
9938 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
9939 (executable-interpret): Mark unused parameter.
9940
9941 * progmodes/flymake.el (flymake-process-sentinel)
9942 (flymake-after-change-function)
9943 (flymake-create-temp-with-folder-structure)
9944 (flymake-get-include-dirs-dot): Mark unused parameters.
9945 (flymake-safe-delete-directory): Remove unused variable `err'.
9946
9947 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
9948 (speedbar-timer-fn, speedbar-line-text)
9949 (speedbar-change-expand-button-char, speedbar-delete-subblock)
9950 (speedbar-center-buffer-smartly): Declare functions.
9951 (gdb-find-watch-expression): Remove unused variable `array'.
9952 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
9953 (gdb-starting): Mark unused parameters.
9954 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
9955 (gdb-table-string): Remove unused variable `res'.
9956 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
9957 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
9958 (gdb-display-buffer): Remove unused variable `cur-size'.
9959
9960 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
9961 allow lexical-binding compilation.
9962 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
9963 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
9964 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
9965 Mark unused parameters.
9966 (gud-gdb-marker-filter): Remove unused variable `match'.
9967 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
9968 lambda expressions and funcall them, instead of using `fset'.
9969
9970 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
9971 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
9972
9973 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
9974 variable `header-beg'; use `let'.
9975
9976 * progmodes/icon.el (indent-icon-exp): Remove unused variables
9977 `restart', `last-sexp' and `at-do'.
9978
9979 * progmodes/js.el (js--debug): Mark unused parameter.
9980 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
9981 (js--splice-into-items): Remove unused variable `item'.
9982 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
9983
9984 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
9985 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
9986 (makefile-complete): Remove unused variable `try'.
9987 (makefile-fill-paragraph, makefile-match-function-end):
9988 Mark unused parameters.
9989
9990 * progmodes/octave-inf.el (inferior-octave-complete):
9991 Remove unused variable `proc'.
9992 (inferior-octave-output-digest): Mark unused parameter.
9993
9994 * progmodes/perl-mode.el (perl-calculate-indent):
9995 Remove unused variable `err'.
9996
9997 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
9998 (prolog-indent-line): Mark unused parameters.
9999 (prolog-indent-line): Remove unused variable `beg'.
10000
10001 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
10002 (reporter-dont-compact-list): Declare.
10003
10004 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
10005 Remove unused variable `char'.
10006 (sh-debug): Mark unused parameter.
10007 (sh-get-indent-info): Remove unused variable `start'.
10008 (sh-calculate-indent): Remove unused variable `var'.
10009
10010 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
10011 (simula-electric-keyword): Remove unused variable `null'.
10012 (simula-search-backward, simula-search-forward): Remove unused
10013 variables `begin' and `end'.
10014
10015 * progmodes/vera-mode.el (vera-guess-basic-syntax):
10016 Remove unused variable `pos'.
10017 (vera-electric-tab, vera-comment-uncomment-region):
10018 Mark unused parameters.
10019 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
10020
7ede3b65
CY
100212011-04-22 Chong Yidong <cyd@stupidchicken.com>
10022
10023 * emacs-lisp/package.el (package--builtins, package-alist)
10024 (package-load-descriptor, package-built-in-p, package-activate)
10025 (define-package, package-installed-p)
10026 (package-compute-transaction, package-buffer-info)
10027 (package--push): Doc fix. Distinguish more clearly between
10028 version strings and version lists.
10029
121656e9
JB
100302011-04-21 Juanma Barranquero <lekktu@gmail.com>
10031
10032 Lexical-binding cleanup.
10033
10034 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
10035 (5x5-make-mutate-best):
10036 * play/fortune.el (fortune-in-buffer):
10037 * play/gomoku.el (gomoku-init-display):
10038 * play/solitaire.el (solitaire, solitaire-do-check):
10039 * play/tetris.el (tetris-default-update-speed-function):
10040 Mark unused parameters.
10041
10042 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
10043 (bubbles--shift): Remove unused variable `char-org'.
10044 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
10045 (bubbles--show-images): Remove unused variable `char'.
10046
10047 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
10048 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
10049 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
10050 (decipher-analyze-buffer): Use ?\s.
10051 (decipher-make-checkpoint): Remove unused variable `mapping'.
10052
10053 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
10054
10055 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
10056 Remove unused variable `result'; use `let'.
10057
10058 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
10059 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
10060 (gametree-children-shown-p, gametree-compute-reduced-score):
10061 Use `ignore-errors'.
10062
10063 * play/handwrite.el (ps-lpr-switches): Declare.
10064 (handwrite): Remove unused variables `pmin' and `lastp'.
10065
10066 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
10067
10068 * play/landmark.el (landmark-init-display)
10069 (landmark-update-naught-weights): Mark unused parameters.
10070 (landmark-y): Remove unused variable `noise'. Simplify.
10071 (landmark-human-plays): Remove unused variable `score'.
10072
10073 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
10074 (mpuz-try-proposal): Remove unused variable `game'.
10075
10076 * play/zone.el (life-patterns): Declare.
10077
80f499c7
JB
100782011-04-20 Juanma Barranquero <lekktu@gmail.com>
10079
10080 * vc/vc.el (ediff-vc-internal): Declare function.
10081
024ff170
SM
100822011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10083
c0a193ea
SM
10084 * shell.el: Use lexical-binding and std completion UI.
10085 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
10086 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
10087 comint-preoutput-filter-functions rather than on
10088 comint-output-filter-functions.
10089 (shell-command-completion, shell--command-completion-data)
10090 (shell-filename-completion, shell-environment-variable-completion)
10091 (shell-c-a-p-replace-by-expanded-directory): New functions.
10092 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
10093 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
10094 (shell-dynamic-complete-environment-variable): Use them.
10095 (shell-dynamic-complete-as-environment-variable)
10096 (shell-dynamic-complete-as-command): Remove.
10097 (shell-match-partial-variable): Match past point.
10098 * comint.el: Clean up use of completion-at-point-functions.
10099 (comint-completion-at-point): New function.
10100 (comint-mode): Use it completion-at-point-functions.
10101 (comint-dynamic-complete): Make it obsolete.
10102 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
10103 (comint-c-a-p-replace-by-expanded-history): New function.
10104 (comint-dynamic-complete-functions)
10105 (comint-replace-by-expanded-history): Use it.
10106 * minibuffer.el (completion-table-with-terminator): Allow dynamic
10107 termination strings. Try harder to avoid second try-completion.
10108 (completion-in-region-mode-map): Disable bindings that don't work yet.
10109
2dbaa080
SM
10110 * comint.el: Use lexical-binding. Require CL.
10111 (comint-dynamic-complete-functions): Use comint-filename-completion.
10112 (comint-completion-addsuffix): Tweak custom type.
10113 (comint-filename-completion, comint--common-suffix)
10114 (comint--common-quoted-suffix, comint--table-subvert)
10115 (comint--complete-file-name-data): New functions.
10116 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
10117 (comint-dynamic-list-filename-completions): Use them.
10118 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 10119
2dbaa080
SM
10120 * minibuffer.el (completion-in-region-mode):
10121 Keep completion-in-region-mode--predicate global.
10122 (completion-in-region--postch):
10123 Assume completion-in-region-mode--predicate is not null.
10124
c79a6f38
SM
10125 * progmodes/flymake.el (flymake-start-syntax-check-process):
10126 Obey `dir'. Simplify.
10127
024ff170
SM
10128 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
10129 we're in VC after all.
10130
1c6c854e
CS
101312011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
10132
10133 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 10134 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
10135 (vc-version-diff): Use vc-diff-build-argument-list-internal.
10136
bed7f140
SM
101372011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10138
332e62ab
SM
10139 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
10140 add sanity check.
10141
bed7f140
SM
10142 * obsolete/erc-hecomplete.el: Make obsolete.
10143 * obsolete/: Standardize obsolescence info in the header.
10144
f195c582
GM
101452011-04-20 Glenn Morris <rgm@gnu.org>
10146
10147 * calendar/solar.el (solar-horizontal-coordinates):
10148 Use the longitude argument rather than `calendar-longitude'.
10149 (solar-date-next-longitude): Remove unused locals.
10150
cb79b8c0
VJL
101512011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10152
10153 * whitespace.el: New version 13.2.1.
10154
101552011-04-20 felix <EmacsWiki> (tiny change)
10156
d8e4b68b 10157 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
10158 switching between major modes on a file.
10159
602ea69d
SM
101602011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
10161
10162 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
10163 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
10164 multi-line comments as well.
10165
06b60517
JB
101662011-04-19 Juanma Barranquero <lekktu@gmail.com>
10167
10168 Lexical-binding cleanup.
10169
10170 * arc-mode.el (archive-mode-revert):
10171 * cmuscheme.el (scheme-interactively-start-process):
10172 * custom.el (custom-initialize-delay):
10173 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
10174 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
10175 * emacs-lock.el (emacs-lock-clear-sentinel):
10176 * ezimage.el (defezimage):
10177 * follow.el (follow-avoid-tail-recenter):
10178 * fringe.el (set-fringe-mode-1):
10179 * generic-x.el (bat-generic-mode-compile):
10180 * help-mode.el (help-info-variable, help-do-xref)
10181 (help-mode-revert-buffer):
10182 * help.el (view-emacs-todo):
10183 * iswitchb.el (iswitchb-completion-help):
10184 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
10185 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
10186 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
10187 * locate.el (locate-update):
10188 * longlines.el (longlines-encode-region)
10189 (longlines-after-change-function):
10190 * outline.el (outline-isearch-open-invisible):
10191 * ps-def.el (declare-function, charset-dimension, char-width)
10192 (encode-char):
10193 * ps-mule.el (ps-mule-plot-string):
10194 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
10195 (recentf-edit-list-select, recentf-edit-list-validate)
10196 (recentf-open-files-action):
10197 * rect.el (delete-whitespace-rectangle-line)
10198 (rectangle-number-line-callback):
10199 * register.el (window-configuration-to-register)
10200 (frame-configuration-to-register):
10201 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
10202 * select.el (xselect-convert-to-string, xselect-convert-to-length)
10203 (xselect-convert-to-targets, xselect-convert-to-delete)
10204 (xselect-convert-to-filename, xselect-convert-to-charpos)
10205 (xselect-convert-to-lineno, xselect-convert-to-colno)
10206 (xselect-convert-to-os, xselect-convert-to-host)
10207 (xselect-convert-to-user, xselect-convert-to-class)
10208 (xselect-convert-to-name, xselect-convert-to-integer)
10209 (xselect-convert-to-atom, xselect-convert-to-identity):
10210 * subr.el (declare, ignore, process-kill-without-query)
10211 (text-clone-maintain):
10212 * terminal.el (te-get-char, te-tic-sentinel):
10213 * tool-bar.el (tool-bar-make-keymap):
10214 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
10215 * type-break.el (type-break-mode, type-break-noninteractive-query):
10216 * view.el (View-back-to-mark):
10217 * wid-browse.el (widget-browse-action, widget-browse-widget)
10218 (widget-browse-widgets, widget-browse-sexp):
10219 * widget.el (define-widget-keywords):
10220 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
10221 Mark unused parameters.
10222
10223 * align.el (align-adjust-col-for-rule): Mark unused parameter.
10224 (align-areas): Remove unused variable `look'.
10225 (align-region): Remove unused variables `real-end' and `pos-list'.
10226
10227 * apropos.el (apropos-score-doc): Remove unused variable `i'.
10228
10229 * bindings.el (mode-line-modified, mode-line-remote):
10230 Mark unused parameters.
10231 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
10232
10233 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
10234 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
10235
10236 * comint.el (comint-history-isearch-pop-state)
10237 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
10238 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
10239 (comint-substitute-in-file-name): Doc fix.
10240
10241 * completion.el (cmpl-statistics-block): Mark unused parameter.
10242 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
10243 (save-completions-to-file, load-completions-from-file):
10244 Remove unused local variable `e'.
10245
10246 * composite.el (compose-chars): Remove unused variable `len'.
10247 (lgstring-insert-glyph): Remove unused variable `g'.
10248 (compose-glyph-string): Remove unused variables `ascent',
10249 `descent', `lbearing' and `rbearing'.
10250 (compose-glyph-string-relative): Remove unused variables
10251 `lbearing', `rbearing' and `wadjust'.
10252 (compose-gstring-for-graphic): Remove unused variables `header',
10253 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
10254 (compose-gstring-for-terminal): Remove unused variables `header'
10255 and `nchars'. Use `let', not `let*'.
10256
10257 * cus-edit.el (Custom-set, Custom-save, custom-reset)
10258 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
10259 (Custom-buffer-done, custom-buffer-create-internal)
10260 (custom-browse-visibility-action, custom-browse-group-tag-action)
10261 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
10262 (widget-magic-mouse-down-action, custom-toggle-parent)
10263 (custom-add-parent-links, custom-toggle-hide-variable)
10264 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
10265 (custom-toggle-hide-face, face, hook, custom-group-link-action)
10266 (custom-face-menu-create, custom-variable-menu-create, get)
10267 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
10268 (custom-reset-standard-save-and-update): Remove unused variable `value'.
10269 (customize-apropos): Remove unused variable `tests'.
10270 (custom-group-value-create): Remove unused variable `hidden-p'.
10271 (sort-fold-case): Declare.
10272
10273 * cus-theme.el (custom-reset-standard-faces-list)
10274 (custom-reset-standard-variables-list): Declare.
10275 (customize-create-theme, custom-theme-revert, custom-theme-write)
10276 (custom-theme-choose-mode, customize-themes, custom-theme-save):
10277 Mark unused parameters.
10278
10279 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
10280
10281 * delim-col.el (delimit-columns-max): Move defvar before first use.
10282
10283 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 10284 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
10285
10286 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
10287 (auto-insert): Declare.
10288 (desktop-restore-file-buffer): Rename desktop-* parameters;
10289 mark unused ones.
10290 (desktop-create-buffer): Rename desktop-* parameters and bind them.
10291 (desktop-buffer): Rename desktop-* parameters.
10292
10293 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
10294 (dframe-reposition-frame-xemacs, dframe-help-echo)
10295 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
10296 Mark unused parameters.
10297
10298 * dired-aux.el (backup-extract-version-start, overwrite-query)
10299 (overwrite-backup-query, rename-regexp-query)
10300 (rename-non-directory-query): Declare.
10301 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
10302 (dired-add-entry): Remove unused variable `orig-file-name'.
10303 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
10304 Use parameter PRESERVE-TIME instead of accessing dynamic variable
10305 `dired-copy-preserve-time' directly.
10306 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
10307 (dired-insert-subdir-newpos): Rename unused variable `pos'.
10308
10309 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
10310 (dired-virtual-revert, dired-make-relative-symlink):
10311 Mark unused parameters.
10312 (manual-program): Declare.
10313 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
10314 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
10315 wrapped in `with-no-warnings' to avoid replacing one warning by another.
10316
10317 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
10318
10319 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
10320
10321 * echistory.el (electric-history-in-progress, Helper-return-blurb):
10322 Declare.
10323
10324 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
10325
10326 * electric.el (Electric-command-loop): Rename parameter
10327 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
10328
10329 * expand.el (expand-in-literal): Remove unused variable `here'.
10330
10331 * facemenu.el (facemenu-add-new-color):
10332 Remove unused variable `docstring'.
10333
10334 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
10335 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
10336 (face-attr-construct): Mark unused parameter. Doc fix.
10337 (read-color): Remove unused variable `hex-string'.
10338
10339 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
10340 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
10341 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
10342 (display-buffer-other-frame): Remove unused variable `old-window'.
10343 (kill-buffer-hook): Declare.
10344 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
10345 Mark unused parameters.
10346 (after-find-file): Pass 1 to `auto-save-mode', not t.
10347
10348 * files-x.el (auto-insert): Declare.
10349 (modify-file-local-variable-prop-line): Remove unused variable `val'.
10350
10351 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 10352 variable `buf'. Mark unused parameter.
06b60517
JB
10353 (find-lisp-insert-directory): Mark unused parameter.
10354
10355 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
10356 (format-encode-region): Remove unused variables `cur-buf' and `result'.
10357 (format-common-tail): Remove, unused.
10358 (format-deannotate-region): Remove unused variable `loc'.
10359 (format-annotate-region): Remove unused variable `p'.
10360 (format-annotate-single-property-change): Remove unused variables
10361 `default' and `tail'.
10362
10363 * forms.el (read-file-filter): Declare.
10364 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
10365
10366 * frame.el (frame-creation-function-alist): Mark unused parameter.
10367 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
10368
10369 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
10370 Remove unused parameters.
10371 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
10372 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
10373
10374 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
10375 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
10376 (hfy-prepare-tag-map): Mark unused parameters.
10377 (htmlfontify-buffer): Use `called-interactively-p'.
10378
10379 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
10380 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
10381 (ibuffer-do-occur): Mark unused parameters.
10382 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
10383 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
10384
10385 * ibuffer.el: Don't quote `lambda'.
10386 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
10387 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
10388 Mark unused parameters.
10389
10390 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
10391 (ido-completing-read): Mark unused parameters.
10392 (ido-copy-current-word): Mark unused parameters;
10393 remove unused variable `name'.
10394 (ido-sort-merged-list): Remove unused parameter `dirs'.
10395
10396 * ielm.el (ielm-input-sender): Mark unused parameter.
10397 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
10398 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
10399 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
10400 `ielm-string' as a dynamic variable accessible from the IELM prompt.
10401 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
10402
10403 * image-dired.el (image-dired-display-thumbs): Remove unused
10404 variables `curr-file' and `count'.
10405 (image-dired-remove-tag): Remove unused variable `start'.
10406 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
10407 variable `curr-file'
10408 (image-dired-rotate-original): Remove unused variable `temp-file'.
10409 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
10410 Remove unused variable `file'.
10411 (image-dired-gallery-generate): Remove unused variable `curr'.
10412 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
10413
10414 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
10415
10416 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
10417
10418 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
10419
10420 * isearch.el (minibuffer-history-symbol): Declare.
10421 (isearch-edit-string): Remove unused variable `err'.
10422 (isearch-message-prefix, isearch-message-suffix):
10423 Mark unused parameters.
10424
10425 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
10426
10427 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
10428
10429 * makesum.el (double-column): Remove unused variable `cnt'.
10430
10431 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
10432 (ido-ignore-item-temp-list): Declare.
10433
10434 * mouse-drag.el (mouse-drag-throw): Remove unused variables
10435 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
10436 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
10437 (mouse-drag-drag): Remove unused variables `mouse-delta' and
10438 `mouse-col-delta'.
10439
10440 * mouse-sel.el (mouse-extend-internal):
10441 Remove unused variable `orig-window-frame'.
10442
10443 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
10444 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
10445 Move declarations before first use.
10446 (pcomplete-opt): Mark unused parameters; doc fix.
10447
10448 * proced.el (proced-revert): Mark unused parameter.
10449 (proced-send-signal): Remove unused variable `err'.
10450
10451 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
10452 Rename parameter PREFIX-ARG to ARG.
10453 (ps-basic-plot-string, ps-basic-plot-whitespace):
10454 Mark unused parameters.
10455
10456 * replace.el (replace-count): Define.
10457 (occur-revert-function): Mark unused parameters.
10458 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
10459 (isearch-case-fold-search, isearch-string): Declare.
10460 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
10461 bind `case-fold-search'. Remove unused variables `beg' and `end',
10462 and simplify.
10463 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
10464 COUNT and bind `replace-count'.
10465 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
10466 to COUNT.
10467
10468 * savehist.el (print-readably, print-string-length): Declare.
10469
10470 * shadowfile.el (shadow-expand-cluster-in-file-name):
10471 Remove unused variable `cluster'.
10472 (shadow-copy-file): Remove unused variable `i'.
10473 (shadow-noquery, shadow-clusters, shadow-site-cluster)
10474 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
10475 (shadow-define-literal-group, shadow-define-regexp-group)
10476 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
10477
10478 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
10479 (shell): Use `called-interactively-p'.
10480 (shell-directory-tracker): Remove unused variable `chdir-failure'.
10481
10482 * simple.el (compilation-context-lines, comint-file-name-quote-list)
10483 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
10484 (delete-backward-char): Remove unused variable `ocol'.
10485 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
10486 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
10487 (event-apply-hyper-modifier, event-apply-shift-modifier)
10488 (event-apply-control-modifier, event-apply-meta-modifier):
10489 Mark unused parameters.
10490 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
10491 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
10492
10493 * speedbar.el (speedbar-ignored-directory-expressions)
10494 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
10495 (speedbar-find-file, speedbar-dir-follow)
10496 (speedbar-directory-buttons-follow, speedbar-tag-find)
10497 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
10498 (speedbar-buffers-line-directory, speedbar-buffer-click):
10499 Mark unused parameters.
10500 (speedbar-tag-file): Remove unused variable `mode'.
10501 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
10502
10503 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
10504
10505 * talk.el (talk): Remove unused variable `display'.
10506
10507 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
10508 (tar-write-region-annotate): Mark unused parameter.
10509
10510 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
10511 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
10512 Declare them, wrapped in `with-no-warnings' to avoid replacing one
10513 warning by another.
10514
10515 * time-stamp.el (time-stamp-string-preprocess):
10516 Remove unused variable `require-padding'.
10517
10518 * tree-widget.el (widget-glyph-enable): Declare.
10519 (tree-widget-action): Mark unused parameter.
10520
10521 * w32-fns.el (x-get-selection): Mark unused parameter.
10522 (autoload-make-program, generated-autoload-file): Declare.
10523
10524 * wdired.el (wdired-revert): Mark unused parameters.
10525 (wdired-xcase-word): Remove unused variable `err'.
10526
10527 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
10528 (whitespace-help-scroll): Remove unused variable `data-help'.
10529
10530 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
10531 (widget-image-insert, widget-after-change, default)
10532 (widget-default-format-handler, widget-default-notify)
10533 (widget-default-prompt-value, widget-info-link-action)
10534 (widget-url-link-action, widget-function-link-action)
10535 (widget-variable-link-action, widget-file-link-action)
10536 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
10537 (widget-field-prompt-internal, widget-field-action, widget-field-match)
10538 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
10539 (widget-insert-button-action, widget-delete-button-action, visibility)
10540 (widget-documentation-link-action, widget-documentation-string-action)
10541 (widget-const-prompt-value, widget-regexp-match, symbol)
10542 (widget-coding-system-prompt-value)
10543 (widget-key-sequence-value-to-external, sexp)
10544 (widget-sexp-value-to-internal, character, vector, cons)
10545 (widget-choice-prompt-value, widget-boolean-prompt-value)
10546 (widget-color--choose-action): Mark unused parameters.
10547 (widget-item-match-inline, widget-choice-match-inline)
10548 (widget-checklist-match, widget-checklist-match-inline)
10549 (widget-group-match): Rename parameter VALUES to VALS.
10550 (widget-field-value-set): Remove unused variable `size'.
10551 (widget-color-action): Remove unused variables `value' and `start'.
10552
10553 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 10554 variable `dir'. Doc fix.
06b60517
JB
10555 (windmove-find-other-window): Don't pass it.
10556
10557 * window.el (count-windows): Mark unused parameter.
10558 (bw-adjust-window): Remove unused variable `err'.
10559
10560 * woman.el (woman-file-name): Remove unused variable `default'.
10561 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
10562 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
10563 (global-font-lock-mode): Declare.
10564 (woman-decode-region): Mark unused parameter.
10565 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
10566
10567 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
10568 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
10569 (x-dnd-handle-moz-url): Remove unused variable `title'.
10570 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
10571
10572 * xml.el (xml-parse-tag, xml-parse-attlist):
10573 Remove unused variable `pos'.
10574
bc4f7f3d
GM
105752011-04-19 Glenn Morris <rgm@gnu.org>
10576
10577 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
10578 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
10579 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10580 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
10581 * calendar/cal-html.el (cal-html-insert-minical):
10582 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
10583 (calendar-mark-date-pattern):
10584 Prefix "unused" locals.
10585
10586 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
10587 optional argument `style'.
10588
10589 * calendar/appt.el (appt-make-list):
10590 * calendar/cal-china.el (calendar-chinese-date-string):
10591 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
10592 (diary-hebrew-yahrzeit):
10593 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
10594 * calendar/calendar.el (calendar-generate-window):
10595 * calendar/time-date.el (time-to-days):
10596 Remove unused local variables.
10597
16a43933
CY
105982011-04-18 Chong Yidong <cyd@stupidchicken.com>
10599
10600 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
10601 glyphless-char-display table.
10602 (tabulated-list-glyphless-char-display): New var.
10603
7eed1860
SS
106042011-04-18 Sam Steingold <sds@gnu.org>
10605
10606 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
10607 to acknowledgments.
10608
4d2d1ccd
GM
106092011-04-17 Glenn Morris <rgm@gnu.org>
10610
10611 * calendar/diary-lib.el (diary-sexp-entry):
10612 * calendar/holidays.el (holiday-sexp):
10613 Set debug-on-error rather than the removed stack-trace-on-error.
10614
239da61d
GM
106152011-04-16 Glenn Morris <rgm@gnu.org>
10616
10617 * progmodes/f90.el: Use lexical-binding.
10618 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
10619
8b05752a
SM
106202011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10621
daca8ba5
SM
10622 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
10623 (mail-mode): Setup mailalias completion here instead.
10624 * mail/mailalias.el: Use lexical-binding.
10625 (pattern, mailalias-done): Declare dynamic.
10626 (mail-completion-at-point-function): New function, from mail-complete.
10627 (mail-complete): Use it.
10628 (mail-completion-expand): New function.
10629 (mail-get-names): Use it.
10630 (mail-directory, mail-directory-process, mail-directory-stream):
10631 Don't use `pattern' for lexically bound arg.
10632
6f542485
SM
10633 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
10634
037e7c3f
SM
10635 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
10636 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
10637 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
10638
8b05752a
SM
10639 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
10640 (byte-save-window-excursion, byte-temp-output-buffer-setup)
10641 (byte-interactive-p): Define them again, for use when inlining
10642 old code.
10643
49093f60
JB
106442011-04-15 Juanma Barranquero <lekktu@gmail.com>
10645
10646 * loadup.el: Use `string-to-number', not `string-to-int'.
10647
b5b8e7de
SM
106482011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10649
10650 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
10651 gud-gdb-complete-command.
10652 (gud-gdb-completions): New function, from gud-gdb-complete-command.
10653 (gud-gdb-completion-at-point): New function.
10654 (gud-gdb-completions): Remove.
10655
f42efeb5
MA
106562011-04-14 Michael Albinus <michael.albinus@gmx.de>
10657
49093f60
JB
10658 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
10659 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
10660 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
10661 whether `executable-find' is bound.
f42efeb5
MA
10662
10663 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
10664
e240cc21
SM
106652011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10666
10667 * minibuffer.el (completion-in-region-mode-predicate)
10668 (completion-in-region-mode--predicate): New vars.
10669 (completion-in-region, completion-in-region--postch)
10670 (completion-in-region-mode): Use them.
10671 (completion--capf-wrapper): Also return the hook function.
10672 (completion-at-point, completion-help-at-point):
10673 Adjust and provide a predicate.
c2bd2ab0
SM
10674
10675 Preserve arg names for advice of subr and lexical functions (bug#8457).
10676 * help-fns.el (help-function-arglist): Consolidate the subr and
10677 new-byte-code cases. Add argument `preserve-names' to extract names
10678 from the docstring when needed.
10679 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
10680 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
10681 (ad-arglist): Use help-function-arglist's new arg.
10682 (ad-definition-type): Use cond.
10683
c183f693
JB
106842011-04-13 Juanma Barranquero <lekktu@gmail.com>
10685
06641a47
JB
10686 * autorevert.el (auto-revert-handler):
10687 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
10688 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
10689 Don't quote lambda.
10690
c183f693
JB
10691 * image-mode.el (image-transform-set-scale):
10692 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
10693
1e3b6001
G
106942011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10695
10696 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 10697 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
10698 Upgrades via gnutls-cli are too slow to be done opportunistically.
10699
2d6af8dd
JB
107002011-04-12 Juanma Barranquero <lekktu@gmail.com>
10701
10702 * dframe.el (dframe-current-frame): Remove spurious quote.
10703
c0749a51
GM
107042011-04-12 Glenn Morris <rgm@gnu.org>
10705
088d0d61
GM
10706 * calendar/cal-tex.el (cal-tex-end-document):
10707 Try to automatically use latin1 input if needed.
10708
c0749a51
GM
10709 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
10710 Don't try to cons a mark onto an empty element.
10711
5c90fde0
LL
107122011-04-11 Leo Liu <sdl.web@gmail.com>
10713
10714 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
10715 buffers.
10716 (ido-kill-buffer-at-head): Support killing virtual buffers.
10717
369e974d
CY
107182011-04-10 Chong Yidong <cyd@stupidchicken.com>
10719
10720 * minibuffer.el (completion-show-inline-help): New var.
10721 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
10722 (minibuffer-force-complete, minibuffer-complete-word):
10723 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
10724
10725 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
10726 to avoid interference from inline help (Bug#5849).
10727
37f1c930
LL
107282011-04-10 Leo Liu <sdl.web@gmail.com>
10729
099c39a4
JB
10730 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
10731 Fix typo.
37f1c930 10732
a32d4040
CY
107332011-04-09 Chong Yidong <cyd@stupidchicken.com>
10734
10735 * image-mode.el (image-toggle-display-image): Signal an error if
10736 not in Image mode.
10737 (image-transform-mode, image-transform-resize)
10738 (image-transform-set-rotation): Doc fix.
daca8ba5 10739 (image-transform-set-resize): Delete.
a32d4040
CY
10740 (image-transform-set-scale, image-transform-fit-to-height)
10741 (image-transform-fit-to-width): Handle image-toggle-display-image
10742 and image-transform-resize directly.
10743
099c39a4 107442011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
10745
10746 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
10747 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
10748 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
10749 (doc-view-mode-map): Add bindings for the new functions.
10750
099c39a4 107512011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 10752
4d61f28d 10753 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
10754 Fix typo in docstring.
10755
3726838a
EZ
107562011-04-08 Eli Zaretskii <eliz@gnu.org>
10757
04f33f1e
EZ
10758 * files.el (file-size-human-readable): Produce one digit after
10759 decimal, like "ls -lh" does.
10760
10761 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
10762 the file size representation.
10763
3726838a
EZ
10764 * simple.el (list-processes): If async subprocesses are not
10765 available, error out with a clear error message.
10766
cbb59342
CY
107672011-04-08 Chong Yidong <cyd@stupidchicken.com>
10768
10769 * help.el (help-form-show): New function, to be called from C.
10770 Put help-form output in a buffer named differently than *Help*.
10771
e3971c44
EZ
107722011-04-08 Eli Zaretskii <eliz@gnu.org>
10773
10774 * files.el (file-size-human-readable): New function.
10775
10776 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
10777 computing the representation inline. Don't require `cl'.
10778
12544bbe
GM
107792011-04-08 Glenn Morris <rgm@gnu.org>
10780
a1de6c6a
GM
10781 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
10782
3c4671f4
GM
10783 * net/browse-url.el (browse-url-firefox):
10784 Test system-type, not system-configuration.
10785
b605679c
GM
10786 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
10787 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
10788 Use log-edit-empty-buffer-p. (Bug#7598)
10789
56442f0c
GM
10790 * net/rlogin.el (rlogin-process-connection-type): Simplify.
10791 (rlogin-mode-map): Initialize in the defvar.
10792 (rlogin): Use ignore-errors.
10793
12544bbe
GM
10794 * replace.el (occur-mode-map): Some fixes for menu items.
10795
eb237b0f
AH
107962011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10797
10798 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
10799
7d668f2c
CY
108002011-04-06 Chong Yidong <cyd@stupidchicken.com>
10801
e67a13ab
CY
10802 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
10803 issuing unused warnings.
10804
10805 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
10806 macro directly.
10807
7d668f2c
CY
10808 * simple.el: Lisp reimplement of list-processes. Based on an
10809 earlier reimplementation by Leo Liu, but using tabulated-list.el.
10810 (process-menu-mode): New major mode.
10811 (list-processes--refresh, list-processes):
10812 (process-menu-visit-buffer): New functions.
10813
10814 * files.el (save-buffers-kill-emacs): Don't assume any return
10815 value of list-processes, which is undocumented anyway.
10816
a83ec3c9
CY
108172011-04-06 Chong Yidong <cyd@stupidchicken.com>
10818
10819 * emacs-lisp/tabulated-list.el: New file.
10820
e91a96fe
CY
10821 * emacs-lisp/package.el: Use Tabulated List mode.
10822 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
10823 (package-menu-mode): Derive from tabulated-list-mode. Set up the
10824 table format using Tabulated List mode variables.
10825 (package--push): New macro, replacing package-list-maybe-add.
10826 (package-menu--generate): Use package--push. Renamed from
10827 package--generate-package-list.
10828 (package-menu-refresh, list-packages): Use it.
daca8ba5 10829 (package-menu--print-info): Rename from package-print-package.
e91a96fe 10830 Return insertion data instead of inserting it directly.
099c39a4
JB
10831 (package-menu-describe-package, package-menu-execute):
10832 Use tabulated-list-get-id.
e91a96fe
CY
10833 (package-menu-mark-delete, package-menu-mark-install)
10834 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
10835 (package-menu-mark-obsolete-for-deletion):
10836 Use tabulated-list-put-tag.
e91a96fe
CY
10837 (package--list-packages, package-menu-revert)
10838 (package-menu-get-package, package-menu-get-version)
10839 (package-menu-sort-by-column): Functions deleted.
10840 (package-menu-package-list, package-menu-sort-key): Vars deleted.
10841 (package-menu--status-predicate, package-menu--version-predicate)
10842 (package-menu--name-predicate)
10843 (package-menu--description-predicate): Handle arguments in the
10844 Tabulated List format.
10845 (package-list-packages-no-fetch): Call list-packages.
10846
3e214b50
JB
108472011-04-06 Juanma Barranquero <lekktu@gmail.com>
10848
10849 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 10850 (after-find-file): Don't bind it.
3e214b50
JB
10851 (revert-buffer-in-progress-p): New variable.
10852 (revert-buffer): Bind it.
10853 Pass nil for `after-find-file-from-revert-buffer'.
10854
10855 * saveplace.el (save-place-find-file-hook): Use new variable
10856 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
10857
3f0f1700
GM
108582011-04-06 Glenn Morris <rgm@gnu.org>
10859
c0274801
GM
10860 * Makefile.in (AUTOGEN_VCS): New variable.
10861 (autoloads): Use $AUTOGEN_VCS.
10862
3f0f1700
GM
10863 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
10864 * calendar/calendar.el (calendar-mode-map):
10865 Check for toolkit scroll bars. (Bug#8305)
10866
41ea9e48
CY
108672011-04-05 Chong Yidong <cyd@stupidchicken.com>
10868
10869 * minibuffer.el (completion-in-region--postch)
10870 (completion-in-region-mode): Remove unnecessary messages.
10871
6194c800
JB
108722011-04-05 Juanma Barranquero <lekktu@gmail.com>
10873
33256f14
JB
10874 * font-lock.el (font-lock-refresh-defaults):
10875 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
10876 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
10877
6194c800
JB
10878 * info.el (Info-directory-list, Info-read-node-name-2)
10879 (Info-split-parameter-string): Doc fixes.
10880 (Info-virtual-nodes): Reflow docstring.
10881 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
10882 (Info-apropos-toc-nodes, info-finder, Info-get-token)
10883 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
10884 Fix typos in docstrings.
10885 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
10886 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
10887 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
10888 (Info-restore-desktop-buffer): Mark unused parameters.
10889 (Info-directory-find-file, Info-directory-find-node)
10890 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
10891 (Info-virtual-index-find-node, Info-apropos-find-file)
10892 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 10893 Mark unused parameters; fix typos in docstrings.
6194c800
JB
10894 (Info-virtual-index): Remove unused local variable `nodename'.
10895
b87a8200 108962011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 10897
b87a8200
DD
10898 * net/rcirc.el: Update my e-mail address.
10899 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 10900
3b2ff876
CY
109012011-04-05 Chong Yidong <cyd@stupidchicken.com>
10902
10903 * startup.el (command-line): Save the cursor's theme-face
10904 directly, instead of using face-override-spec.
10905
10906 * custom.el (load-theme): Minor optimization in assigning faces.
10907
8d17e7ca
JB
109082011-04-04 Juanma Barranquero <lekktu@gmail.com>
10909
10910 * help-fns.el (describe-variable): Complete all variables having
10911 documentation, including keywords.
10912 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
10913
2fbc1934
JB
109142011-04-04 Juanma Barranquero <lekktu@gmail.com>
10915
10916 Convert to lexical-binding.
10917
10918 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
10919 (bs--get-marked-string, bs--get-modified-string)
10920 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
10921 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
10922 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
10923
10924 * ehelp.el (electric-help-execute-extended)
10925 (electric-help-ctrl-x-prefix):
10926 * hexl.el (hexl-revert-buffer-function):
10927 * linum.el (linum-after-change, linum-after-scroll):
10928 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
10929
10930 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
10931
74f50695
DU
109322011-04-04 Daiki Ueno <ueno@unixuser.org>
10933
10934 * epa-dired.el:
10935 * epa-mail.el:
10936 * epa-hook.el:
10937 * epa-file.el:
10938 * epa.el:
10939 * epg.el: Use lexical binding.
10940
c11325f7
CY
109412011-04-03 Chong Yidong <cyd@stupidchicken.com>
10942
0d9e9a12
CY
10943 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
10944
c11325f7 10945 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
10946 dictionary case for flyspell-mark-duplications-exceptions.
10947 Use regexp matching for languages.
c11325f7
CY
10948 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
10949 default dictionary (Bug#7926).
10950
da91b5f2
CY
109512011-04-02 Chong Yidong <cyd@stupidchicken.com>
10952
099c39a4
JB
10953 * emacs-lisp/package.el (package--with-work-buffer):
10954 Recognize https URLs.
da91b5f2 10955
099c39a4
JB
10956 * net/network-stream.el: Move from gnus/proto-stream.el.
10957 Change prefix to network-stream throughout.
da91b5f2
CY
10958 (open-protocol-stream): Merge into open-network-stream, leaving
10959 open-protocol-stream as an alias. Handle nil BUFFER args.
10960
10961 * subr.el (open-network-stream): Move to net/network-stream.el.
10962
afa8e9f6
GM
109632011-04-02 Glenn Morris <rgm@gnu.org>
10964
1d2e369d
GM
10965 * find-dired.el (find-exec-terminator): New option.
10966 (find-ls-option): Test for -ls support.
10967 (find-ls-subdir-switches): Test for -b in find-ls-option.
10968 (find-dired, find-grep-dired): Doc fixes.
10969 (find-dired): Use find-exec-terminator.
10970
8abb7da8 10971 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
10972 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
10973 (find-name-arg): Remove purecopy.
8abb7da8 10974
f3ca7378
GM
10975 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
10976 (grep-compute-defaults): Check for `-exec COMMAND +' support.
10977 Set grep-find-use-xargs, grep-find-command, and grep-find-template
10978 accordingly. Don't add the null-device if not needed.
10979
afa8e9f6
GM
10980 * files.el (save-some-buffers): Doc fix.
10981
35eae264
EZ
109822011-04-02 Eli Zaretskii <eliz@gnu.org>
10983
10984 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
10985
26b51db5
JB
109862011-04-01 Juanma Barranquero <lekktu@gmail.com>
10987
10988 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
10989 Use `dolist' rather than `mapcar'.
10990
7200d79c
SM
109912011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
10992
03408648 10993 Add lexical binding.
7200d79c 10994
03408648
SM
10995 * subr.el (apply-partially): Use new closures rather than CL.
10996 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
10997 (dolist, dotimes): Use slightly different expansion for lexical code.
10998 (functionp): Move to C.
10999 (letrec): New macro.
11000 (with-wrapper-hook): Use it and apply-partially instead of CL.
11001 (eval-after-load): Preserve lexical-binding.
11002 (save-window-excursion, with-output-to-temp-buffer): Turn them
11003 into macros.
7200d79c 11004
03408648
SM
11005 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
11006
11007 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
11008 than the arglist.
11009 (help-add-fundoc-usage): Don't add `Not documented'.
11010 (help-function-arglist): Handle closures, subroutines, and new
11011 byte-code-functions.
11012 (help-make-usage): Remove leading underscores.
11013 (describe-function-1): Handle closures.
11014 (describe-variable): Use special-variable-p for completion.
11015
11016 * files.el (lexical-binding): Declare safe.
f488fb65 11017
03408648
SM
11018 * emacs-lisp/pcase.el: Don't use destructuring-bind.
11019 (pcase--memoize): Rename from pcase-memoize. Change weakness.
11020 (pcase): Add `let' pattern.
11021 Change memoization so it actually works.
11022 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
11023 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
11024 <let>: New case.
f488fb65 11025
03408648
SM
11026 * emacs-lisp/macroexp.el: Use lexical binding.
11027 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
11028 Don't convert ' to #' without checking that it's indeed quoting
11029 a lambda.
11030
11031 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 11032 Use eval-sexp-add-defvars.
03408648
SM
11033 (eval-sexp-add-defvars): New fun.
11034
11035 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
11036
11037 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
11038 Don't autoload.
11039 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
11040 than the internal `byte-compile-lambda'.
11041 (defmethod): Don't hide code under quotes.
11042 (eieio-defmethod): New `code' argument.
11043
11044 * emacs-lisp/eieio-comp.el: Remove.
11045
11046 * emacs-lisp/edebug.el (edebug-eval-defun)
11047 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
11048 (edebug-toggle): Avoid `eval'.
11049
11050 * emacs-lisp/disass.el (disassemble-internal): Handle new
11051 `closure' objects.
11052 (disassemble-1): Handle new byte codes.
11053
11054 * emacs-lisp/cl.el (pushnew): Silence warning.
11055
11056 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
11057 (cl-byte-compile-throw): Remove.
11058 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
11059
11060 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
11061 closures.
11062
11063 * emacs-lisp/cconv.el: New file.
11064
11065 * emacs-lisp/bytecomp.el: Use lexical binding instead of
11066 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
11067 (byte-compile-initial-macro-environment):
11068 Handle declare-function here.
11069 (byte-compile--lexical-environment): New var.
11070 (byte-stack-ref, byte-stack-set, byte-discardN)
11071 (byte-discardN-preserve-tos): New lap codes.
11072 (byte-interactive-p): Don't use any more.
11073 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
11074 New macros.
11075 (byte-compile-lapcode): Use them and handle new lap codes.
11076 (byte-compile-obsolete): Remove.
11077 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
11078 (byte-compile-arglist-warn): Check late def of inlinable funs.
11079 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
11080 since they should have been expanded by now.
11081 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
11082 (byte-compile-from-buffer): Remove unused second arg.
11083 (byte-compile-preprocess): New function.
11084 (byte-compile-toplevel-file-form): New function to distinguish
11085 file-form calls from outside from file-form calls from hunk-handlers.
11086 (byte-compile-file-form): Simplify.
11087 (byte-compile-file-form-defsubst): Remove.
11088 (byte-compile-file-form-defmumble): Simplify now that
11089 byte-compile-lambda always returns a byte-code-function.
11090 (byte-compile): Preprocess.
11091 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
11092 Remove, not used any more.
11093 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
11094 (byte-compile-make-args-desc): New funs.
11095 (byte-compile-lambda): Handle lexical functions. Always return
11096 a byte-code-function.
11097 (byte-compile-reserved-constants): New var, to make up room for
11098 closed-over variables.
11099 (byte-compile-constants-vector): Obey it.
11100 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
11101 (byte-compile-macroexpand-declare-function): New function.
11102 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
11103 byte-code-functions.
11104 (byte-compile-form): Check obsolescence here.
11105 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
11106 (byte-compile-variable-ref): Remove.
11107 (byte-compile-dynamic-variable-op): New fun.
11108 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
11109 (byte-compile-variable-set): New funs.
11110 (byte-compile-discard): Add 2 args.
11111 (byte-compile-stack-ref, byte-compile-stack-set)
11112 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
11113 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
11114 macroexpand-all instead.
11115 (byte-compile-quote-form): Remove.
11116 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
11117 (byte-compile-bind, byte-compile-unbind): New funs.
11118 (byte-compile-let): Handle let* and lexical binding.
11119 (byte-compile-let*): Remove.
11120 (byte-compile-catch, byte-compile-unwind-protect)
11121 (byte-compile-track-mouse, byte-compile-condition-case):
11122 Handle a new :fun-body form, used for lexical scoping.
11123 (byte-compile-save-window-excursion)
11124 (byte-compile-with-output-to-temp-buffer): Remove.
11125 (byte-compile-defun): Simplify.
11126 (byte-compile-stack-adjustment): New fun.
11127 (byte-compile-out): Use it.
11128 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
11129
11130 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
11131 handler any more.
11132
11133 * emacs-lisp/byte-opt.el: Use lexical binding.
11134 (byte-inline-lapcode): Remove (to bytecomp).
11135 (byte-compile-inline-expand): Pay attention to inlining to/from
11136 lexically bound code.
11137 (byte-compile-unfold-lambda): Don't handle byte-code-functions
11138 any more.
11139 (byte-optimize-form-code-walker): Don't handle save-window-excursion
11140 any more and don't call compiler-macros.
11141 (byte-compile-splice-in-already-compiled-code): Remove.
11142 (byte-code): Don't inline any more.
11143 (disassemble-offset): Receive `bytes' as argument rather than via
11144 dynamic scoping.
11145 (byte-compile-tag-number): Declare before first use.
11146 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
11147 `return' even if make-spliceable.
11148 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
11149 obsolete interactive-p.
11150 (byte-optimize-lapcode): Optimize new lap-codes.
11151 Don't trip up on new form of `byte-constant' lap code.
11152
11153 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
11154
11155 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
11156
11157 * custom.el (custom-initialize-default, custom-declare-variable):
11158 Use `defvar'.
11159
11160 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
11161 New variables.
11162 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
11163 (COMPILE_FIRST): Add macroexp and cconv.
11164 * makefile.w32-in: Mirror changes in Makefile.in.
11165
11166 * vc/cvs-status.el:
11167 * vc/diff-mode.el:
11168 * vc/log-edit.el:
11169 * vc/log-view.el:
11170 * vc/smerge-mode.el:
11171 * textmodes/bibtex-style.el:
11172 * textmodes/css.el:
11173 * startup.el:
11174 * uniquify.el:
da91b5f2
CY
11175 * minibuffer.el:
11176 * newcomment.el:
11177 * reveal.el:
11178 * server.el:
11179 * mpc.el:
11180 * emacs-lisp/smie.el:
11181 * doc-view.el:
11182 * dired.el:
03408648
SM
11183 * abbrev.el: Use lexical binding.
11184
0f0c1f27
EZ
111852011-04-01 Eli Zaretskii <eliz@gnu.org>
11186
11187 * info.el (info-display-manual): New function.
11188
c82b2579
SM
111892011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
11190
11191 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
11192
221ddf68
TH
111932011-03-31 Tassilo Horn <tassilo@member.fsf.org>
11194
11195 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 11196 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 11197
cba6e77e
GM
111982011-03-31 Glenn Morris <rgm@gnu.org>
11199
e040639f
GM
11200 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
11201
cba6e77e
GM
11202 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
11203
6d0f1c9e
CS
112042011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
11205
11206 * progmodes/python.el (python-default-interpreter)
11207 (python-python-command-args, python-jython-command-args)
11208 (python-which-shell, python-which-args, python-which-bufname)
11209 (python-file-queue, python-comint-output-filter-function)
11210 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
11211 variables and functions.
11212
3e2d70fd
SM
112132011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
11214
11215 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
11216 (completion-in-region-mode): New minor mode.
11217 (completion-in-region): Use it.
11218 (completion-in-region--data, completion-in-region-mode-map): New vars.
11219 (completion-in-region--postch): New function.
11220 (completion--capf-misbehave-funs, completion--capf-safe-funs):
11221 New vars.
11222 (completion--capf-wrapper): New function.
11223 (completion-at-point): Use it to track well-behavedness of
11224 hook functions.
11225 (completion-help-at-point): New command.
11226
f3e4086c
JM
112272011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
11228
11229 * vc/add-log.el (add-change-log-entry): Don't use whitespace
11230 syntax class to search for whitespace on a single line
11231 (Message-ID: <4D938140.4030905@redhat.com>).
11232
eb7ffc14
LL
112332011-03-30 Leo Liu <sdl.web@gmail.com>
11234
11235 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
11236 New commands.
11237 (edit-abbrevs-map): Bind them here.
11238 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
11239
d806ab68
KM
112402011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
11241
11242 * allout.el (allout-hide-by-annotation, allout-flag-region):
11243 Reduce possibility of overlay leakage by making them volatile.
11244
11245 * allout-widgets.el (allout-widgets-tally): Define as nil so the
11246 hash is not shared between buffers. Mode initialization is
11247 responsible for giving it a useful starting value.
11248 (allout-item-span): Reduce possibility of overlay leakage by
11249 making them volatile.
11250 (allout-widgets-count-buttons-in-region): Add diagnostic function
11251 for tracking down button overlay leaks.
11252
ea622834
LL
112532011-03-29 Leo Liu <sdl.web@gmail.com>
11254
11255 * ido.el (ido-read-internal): Use the default history var
11256 minibuffer-history if no HISTORY is specified.
11257
b62f8267
G
112582011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
11259
03408648
SM
11260 * net/imap.el (imap-shell-open, imap-process-connection-type):
11261 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
11262 Kerberos, SSL, other subprocesses.
11263
947b6566
LL
112642011-03-28 Leo Liu <sdl.web@gmail.com>
11265
11266 * abbrev.el (abbrev-table-empty-p): New function.
11267 (prepare-abbrev-list-buffer): Place empty abbrev tables after
11268 nonempty ones. (Bug#5937)
11269
5ffb62aa
JD
112702011-03-27 Jan Djärv <jan.h.d@swipnet.se>
11271
11272 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
11273
7a097943
LL
112742011-03-27 Leo Liu <sdl.web@gmail.com>
11275
11276 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
11277 for foreground and background colors.
11278 (ansi-color-make-color-map): Adapt.
11279
c5b40130
LL
112802011-03-25 Leo Liu <sdl.web@gmail.com>
11281
1f48f7d2
LL
11282 * midnight.el (midnight-time-float): Remove. Note it calculates
11283 the microsecond component incorrectly and seconds-to-time does the
11284 same job.
625897ec 11285 Remove redundant (require 'timer).
1f48f7d2 11286
c5b40130
LL
11287 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
11288 (ido-completions): Remove unused arguments. (Bug#8329)
11289
d86d2721
SM
112902011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11291
11292 * minibuffer.el (completion--flush-all-sorted-completions):
11293 Remove itself from hook.
11294 (completion-at-point): Let the functions perform the completion
11295 immediately and return nil or t.
11296 * comint.el (comint-dynamic-complete-functions): Now identical to
11297 completion-at-point-functions.
11298 (comint-dynamic-list-input-ring): Remove unused var `index'.
11299 (comint--match-partial-filename, comint--unquote&expand-filename):
11300 New funs, split from comint-match-partial-filename.
11301 (comint-dynamic-complete): Use completion-at-point.
11302 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
11303
e8974c48
DA
113042011-03-24 Drew Adams <drew.adams@oracle.com>
11305
11306 * thingatpt.el: Support `defun'.
11307
def71b5e
LL
113082011-03-23 Leo Liu <sdl.web@gmail.com>
11309
cb5af48e
LL
11310 * abbrevlist.el: Move to obsolete/abbrevlist.el.
11311
def71b5e
LL
11312 * help-mode.el (help-mode-finish): Tweak regexp.
11313
927c53e7
GM
113142011-03-23 Glenn Morris <rgm@gnu.org>
11315
18d05bed
GM
11316 * eshell/esh-opt.el (eshell-eval-using-options):
11317 Do not bind unused local variable `eshell-option-stub'.
11318
927c53e7
GM
11319 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
11320
9d0da923
JB
113212011-03-22 Juanma Barranquero <lekktu@gmail.com>
11322
11323 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
11324 keymap variable in `with-no-warnings' to avoid a warning when the
11325 keymap has been already `defconst'ed.
11326
4b978a67
LL
113272011-03-22 Leo Liu <sdl.web@gmail.com>
11328
11329 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
11330 encode all chars in abbrevs; otherwise use emacs-mule or
11331 utf-8-emacs. (Bug#8308)
11332
5fd62452
JB
113332011-03-22 Juanma Barranquero <lekktu@gmail.com>
11334
0b1596c6
JB
11335 * simple.el (backward-delete-char-untabify):
11336 Avoid warning about using `delete-backward-char'.
11337
5fd62452
JB
11338 * image.el (image-type-file-name-regexps): Make it variable.
11339 `imagemagick-register-types' modifies it, and the user may want
11340 to add new extensions for known image types.
11341 (imagemagick-register-types): Throw error if not using ImageMagick.
11342
0b4e93f1
LL
113432011-03-22 Leo Liu <sdl.web@gmail.com>
11344
11345 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
11346 located before rcirc-prompt-end-marker.
11347 (rcirc-complete): Error if point is not after rcirc prompt.
11348 Handle the case when table is nil.
9882e214 11349 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 11350
fccee4ab
CY
113512011-03-22 Chong Yidong <cyd@stupidchicken.com>
11352
11353 * custom.el (custom--inhibit-theme-enable): Make it affect only
11354 custom-theme-set-variables and custom-theme-set-faces.
11355 (provide-theme): Ignore custom--inhibit-theme-enable.
11356 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
11357 (custom-enabling-themes): Delete variable.
d86d2721
SM
11358 (enable-theme): Accept only loaded themes as arguments.
11359 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
11360 (custom-enabled-themes): Forbid themes from setting this.
11361 Eliminate use of custom-enabling-themes.
11362 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 11363
af896da6
LL
113642011-03-21 Leo Liu <sdl.web@gmail.com>
11365
11366 * ido.el (ido-read-internal): Add ido-selected to history instead
11367 of user input.
11368
78f64af0
SM
113692011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
11370
11371 * subr.el (deferred-action-list, deferred-action-function):
11372 Mark obsolete.
11373
b16ac1ec
LL
113742011-03-21 Leo Liu <sdl.web@gmail.com>
11375
810f7698
LL
11376 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
11377 change on 2011-02-13 (bug#8309).
11378
b16ac1ec
LL
11379 * minibuffer.el (read-file-name-function): Change default value.
11380 (read-file-name--defaults): Rename from read-file-name-defaults.
11381 (read-file-name-default): Rename from read-file-name.
11382 (read-file-name): Call read-file-name-function.
11383
4e05e67e
GM
113842011-03-21 Glenn Morris <rgm@gnu.org>
11385
11386 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
11387 Doc fixes.
11388
4359915b
CY
113892011-03-21 Chong Yidong <cyd@stupidchicken.com>
11390
11391 * cus-theme.el: Add missing provide statement.
11392 (customize-create-theme): Extract theme value correctly.
11393 (custom-theme-visit-theme): Autoload.
11394 (customize-create-theme): Prompt before inserting default faces.
11395
1fe275ee
JB
113962011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
11397
11398 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
11399 units and musical notes.
11400
cd394be1 114012011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
11402
11403 * ido.el (ido-read-internal): Use completing-read-default.
11404 (ido-completing-read): Fix compatibility with completing-read.
11405
7d476bde
CO
114062011-03-20 Christian Ohler <ohler@gnu.org>
11407
11408 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
11409 (ert-delete-all-tests): Use `called-interactively-p' rather than
11410 `interactive-p'.
11411 (ert--make-xrefs-region): Respect END.
11412
fe0fb33e
CY
114132011-03-19 Chong Yidong <cyd@stupidchicken.com>
11414
ff854b0b
CY
11415 * dired-aux.el (dired-create-directory): Signal an error if the
11416 directory already exists (Bug#8246).
11417
fe0fb33e
CY
11418 * facemenu.el (list-colors-display): Call list-faces-display
11419 inside with-help-window.
11420 (list-colors-print): Use display property to align the final
11421 column, instead of checking window-width.
11422
576bce32
EZ
114232011-03-19 Eli Zaretskii <eliz@gnu.org>
11424
4d61f28d 11425 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
11426 windows-nt systems.
11427 (emerge-protect-metachars): Quote correctly for ms-dos and
11428 windows-nt systems.
11429
89c41d68 114302011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
11431
11432 * info.el (info-initialize): Replace all uses of `:' with
11433 path-separator for compatibility with non-Unix systems.
11434 Cache quoting of path-separator. (Bug#8258)
11435
b14e3e21 114362011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
11437
11438 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
11439 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
11440 (mouse-avoidance-mode): Fix typos in docstrings.
11441
4525ce3e
CY
114422011-03-19 Chong Yidong <cyd@stupidchicken.com>
11443
11444 * startup.el (package-subdirectory-regexp): Move from package.el.
11445 Omit \\` and \\', and let callers add them.
11446
11447 * emacs-lisp/package.el (package-strip-version)
11448 (package-load-all-descriptors): Add \\` and \\' to
11449 package-subdirectory-regexp before using it.
11450 (package-untar-buffer): New arg DIR; ensure that file untars only
11451 into this expected directory. Remove superfluous delete-region.
11452 (package-unpack): Caller changed.
11453 (package-tar-file-info): Use package-subdirectory-regexp.
11454
a904a09a 114552011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 11456
a904a09a
SM
11457 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
11458 diff-mode-shared-map (bug#8284).
11459 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
11460
114612011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11462
11463 * calendar/time-date.el (format-seconds): Use assoc instead of
11464 assoc-string, since assoc-string doesn't exist in XEmacs.
11465
171fc304
JB
114662011-03-17 Juanma Barranquero <lekktu@gmail.com>
11467
11468 * custom.el (custom-known-themes): Reflow docstring.
11469 (custom-theme-load-path): Fix typo in docstring.
11470 (load-theme): Fix typo in error message.
11471 (custom-available-themes, custom-variable-theme-value):
11472 Use `let', not `let*'.
11473
d71990a1
JB
114742011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
11475
11476 * calc/README: Mention inclusion of musical notes.
11477
11478 * calc/calc-units.el (calc-lu-quant): Rename from
11479 `calc-logunits-quantity'.
11480 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
11481 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
11482 (calc-db): Rename from `calc-dblevel'.
11483 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
11484 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
11485 (calc-np): Rename from `calc-nplevel'.
11486 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
11487 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
11488 (calc-lu-plus): Rename from `calc-logunits-add'.
11489 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
11490 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
11491 (calc-lu-minus): Rename from `calc-logunits-sub'.
11492 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
11493 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
11494 (calc-lu-times): Rename from `calc-logunits-mul'.
11495 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
11496 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
11497 (calc-lu-divide): Rename from `calc-logunits-div'.
11498 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
11499 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
11500
11501 * calc/calc-ext.el (calc-init-extensions): Update the names of the
11502 functions being autoloaded.
11503
11504 * calc/calc.el (calc-lu-power-reference): Rename from
11505 `calc-logunits-power-reference'.
11506 (calc-lu-field-reference): Rename from
11507 `calc-logunits-field-reference'.
11508
7a71b18d
GM
11509 * calc/calc-help.el (calc-l-prefix-help):
11510 Mention musical note functions.
d71990a1 11511
40c2934b
SM
115122011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
11513
11514 * minibuffer.el (completion-all-sorted-completions):
11515 Use :completion-cycle-penalty text property if present.
11516
b0911414
KM
115172011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
11518
11519 * allout.el (allout-yank-processing): Adjust for new rebulleting
11520 regime so bullet being yanked is used without prompting the user
11521 for a choice.
11522
8a05b668
JB
115232011-03-16 Juanma Barranquero <lekktu@gmail.com>
11524
11525 * startup.el (command-line): Warn the user that _emacs is deprecated.
11526
5ba5fb81
JB
115272011-03-16 Juanma Barranquero <lekktu@gmail.com>
11528
11529 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
11530 (delphi-verbose, delphi-comment-face, delphi-string-face)
11531 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
11532 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
11533 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
11534 (delphi-new-comment-line, delphi-font-lock-defaults)
11535 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
11536 Fix typos in docstrings.
11537
2dab465b
KM
115382011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
11539
5ba5fb81 11540 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
11541 Invert the roles of character and string values for INSTEAD, so a
11542 string is used for the more common case of a defaulting prompt.
11543
0adf5618
SM
115442011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11545
11546 * progmodes/ruby-mode.el (ruby-backward-sexp):
11547 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
11548 * play/gamegrid.el (gamegrid-make-face):
11549 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
11550 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
11551 * notifications.el (notifications-notify):
11552 * net/xesam.el (xesam-search-engines):
11553 * net/quickurl.el (quickurl-list-insert):
11554 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
11555
d72700e5
CY
115562011-03-15 Chong Yidong <cyd@stupidchicken.com>
11557
11558 * startup.el (command-line): Update package subdirectory regexp.
11559
49c5410a
SM
115602011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11561
c6eee9aa
SM
11562 * allout.el (allout-abbreviate-flattened-numbering)
11563 (allout-mode-deactivate-hook): Fix up obsolescence "date".
11564
49c5410a
SM
11565 * subr.el (read-char-choice): Only show the cursor after the prompt,
11566 not after the answer.
11567
047b2bb9
KR
115682011-03-15 Kevin Ryde <user42@zip.com.au>
11569
11570 * help-fns.el (variable-at-point): Skip leading quotes, if any
11571 (bug#8253).
11572
0a57d256
SM
115732011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11574
11575 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
11576 warning message.
11577
77c992bc
MA
115782011-03-14 Michael Albinus <michael.albinus@gmx.de>
11579
11580 * shell.el (shell): When called interactively, offer to change the
11581 shell file name on remote hosts.
11582
eebc475d
TZ
115832011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
11584
11585 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
11586 integration for LDAP parameters. The host, base, user or binddn,
11587 and secret tokens can be specified in a netrc file, for instance.
11588 This is optional because an `auth-source' parameter must be
11589 specified in the search attributes.
11590
9d05d1ba
JB
115912011-03-13 Juanma Barranquero <lekktu@gmail.com>
11592
11593 * help.el (describe-mode): Link to the mode's definition (bug#8185).
11594
09d9db2c
GM
115952011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11596
11597 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
11598 into declaration. Remove redundant and harmful binding.
11599
116002011-03-12 Eli Zaretskii <eliz@gnu.org>
11601
11602 * files.el (file-ownership-preserved-p): Pass `integer' as an
11603 explicit 2nd argument to `file-attributes'. If the file's owner
11604 is the Administrators group on Windows, and the current user is
11605 Administrator, consider that a match.
11606
11607 * server.el (server-ensure-safe-dir): Consider server directory
11608 safe on MS-Windows if its owner is the Administrators group while
11609 the current Emacs user is Administrator. Use `=' to compare
11610 numerical UIDs, since they could be integers or floats.
11611
219bd536
JB
116122011-03-12 Juanma Barranquero <lekktu@gmail.com>
11613
11614 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
11615
f3afd36b
MA
116162011-03-12 Michael Albinus <michael.albinus@gmx.de>
11617
11618 Sync with Tramp 2.2.1.
11619
11620 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
11621
11622 * net/trampver.el: Update release number.
11623
3aaaa6f1
SM
116242011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11625
94642599
SM
11626 * progmodes/compile.el (compilation--previous-directory): Fix up
11627 various nil/dead-marker mismatches (bug#8014).
11628 (compilation-directory-properties, compilation-error-properties):
11629 Don't call it at a position past the one we're about to change.
11630
3aaaa6f1
SM
11631 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
11632 Disable obsolescence warnings in the file that declares it.
11633
14239447
KM
116342011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
11635
099c39a4
JB
11636 * allout-widgets.el (allout-widgets-tally):
11637 Initialize allout-widgets-tally as a hash table rather than nil to
11638 prevent mode-line redisplay warnings. Also, clarify the module
11639 description and fix a comment typo.
14239447 11640
135e287c
JB
116412011-03-11 Juanma Barranquero <lekktu@gmail.com>
11642
11643 * help-fns.el (describe-variable): Don't complete keywords.
11644 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
11645
ffbf300e
CY
116462011-03-10 Chong Yidong <cyd@stupidchicken.com>
11647
ba08b241
CY
11648 * emacs-lisp/package.el (package-version-join): Impose a standard
11649 string representation for pre/alpha/beta version lists.
11650 (package-unpack-single): Standardize the directory name by passing
11651 it through package-version-join.
11652 (package-strip-rcs-id): Accept any version string that does not
11653 signal an error in version-to-list.
ffbf300e 11654
f346fd6b
MA
116552011-03-10 Michael Albinus <michael.albinus@gmx.de>
11656
11657 * simple.el (delete-trailing-whitespace): Return nil for the
11658 benefit of `write-file-functions'.
11659
ccb55d27
GM
116602011-03-10 Glenn Morris <rgm@gnu.org>
11661
5ceaac0c
GM
11662 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
11663
02da65ff
GM
11664 * vc/vc-git.el (vc-git-program): New option.
11665 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
11666 (vc-git--call): Use it.
11667
b2f603cc
GM
11668 * eshell/esh-util.el (eshell-condition-case): Doc fix.
11669
5772caab
GM
11670 * cus-edit.el (Custom-newline): If no button at point, look
11671 for a subgroup button at start-of-line. (Bug#2298)
11672
ccb55d27
GM
11673 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
11674
ec6ecaed
JD
116752011-03-10 Julien Danjou <julien@danjou.info>
11676
11677 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
11678 `cursor-type' is nil.
11679
9d5aa01d
JB
116802011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
11681
11682 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
11683
b6a5875b
KM
116842011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
11685
7a71b18d 11686 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
11687 preserves the existing header prefix, rebulleting it if necessary,
11688 rather than replacing it. This is necessary for proper operation
11689 of cooperative addons like allout-widgets.
1154d12e
JB
11690 (allout-make-topic-prefix, allout-rebullet-heading):
11691 Change SOLICIT arg to INSTEAD, and interpret additionally a string
11692 value as alternate bullet to be used, instead of prompting the user
11693 for a bullet character.
b6a5875b 11694
ee545c35
MA
116952011-03-09 Michael Albinus <michael.albinus@gmx.de>
11696
d86d2721
SM
11697 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11698 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
11699 `tramp-default-port'.
11700
c47971d7
DD
117012011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
11702
11703 * net/rcirc.el (rcirc-handler-001): Remove useless
11704 with-rcirc-process-buffer.
11705 (rcirc-check-auth-status): Swap arguments to string-match.
11706
13522cb4
GM
117072011-03-09 Glenn Morris <rgm@gnu.org>
11708
0be6f4f1
GM
11709 * shell.el (shell-mode):
11710 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
11711
13522cb4
GM
11712 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
11713 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
11714
515de2e3
CY
117152011-03-08 Chong Yidong <cyd@stupidchicken.com>
11716
11717 * emacs-lisp/package.el (package-refresh-contents)
11718 (package-menu-execute): Use condition-case-no-debug.
11719
b511b994
MA
117202011-03-08 Michael Albinus <michael.albinus@gmx.de>
11721
11722 * simple.el (shell-command-to-string): Use `process-file'.
11723
11724 * emacs-lisp/package.el (package-tar-file-info): Handle also
11725 remote files.
11726
d86d2721
SM
11727 * emacs-lisp/package-x.el (package-upload-buffer-internal):
11728 Use `equal' for upload base check.
b511b994 11729
25bbfb31
AM
117302011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
11731
11732 * textmodes/texinfo.el (texinfo-environments):
11733 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
11734
be996521
GM
117352011-03-08 Glenn Morris <rgm@gnu.org>
11736
e9c8529f
GM
11737 * cus-start.el (cursor-in-non-selected-windows):
11738 Fix :set quoting oddness. (Bug#8192)
11739
be996521
GM
11740 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
11741 in some setf expressions. (Bug#2159)
11742
2bb5649e
CY
117432011-03-08 Chong Yidong <cyd@stupidchicken.com>
11744
11745 * custom.el (custom-available-themes): Return themes in
11746 alphabetical order.
11747
33383987 11748See ChangeLog.15 for earlier changes.
e3d51b27
MR
11749
11750;; Local Variables:
11751;; coding: utf-8
e3d51b27
MR
11752;; End:
11753
acaf905b 11754 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
11755
11756 This file is part of GNU Emacs.
11757
11758 GNU Emacs is free software: you can redistribute it and/or modify
11759 it under the terms of the GNU General Public License as published by
11760 the Free Software Foundation, either version 3 of the License, or
11761 (at your option) any later version.
11762
11763 GNU Emacs is distributed in the hope that it will be useful,
11764 but WITHOUT ANY WARRANTY; without even the implied warranty of
11765 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11766 GNU General Public License for more details.
11767
11768 You should have received a copy of the GNU General Public License
11769 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.