Edebug doc fixes
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
0b021094
GM
12012-03-31 Glenn Morris <rgm@gnu.org>
2
3 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
4
40311efc
TV
52012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6
7 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
8 Check if file is a symlink (Bug#10489).
9
10 * files.el (copy-directory): Likewise.
11
5319014e
CY
122012-03-30 Chong Yidong <cyd@gnu.org>
13
14 * image.el (imagemagick-types-inhibit)
15 (imagemagick-register-types): Doc fix.
16
935d1290
AM
172012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
18
19 * ispell.el (ispell-get-extended-character-mode): Disable
20 extended-char-mode for hunspell. hunspell does not support it and
21 treats ~word as ordinary words in pipe mode.
22
61c6e8fd
GM
232012-03-30 Glenn Morris <rgm@gnu.org>
24
25 * tutorial.el (help-with-tutorial): Ensure local variables don't
26 happen to make the buffer read-only. (Bug#11127)
27
81fdff00
SM
282012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
29
30 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
31 (perl-calculate-indent): Return `noindent' in strings.
32
6e7a6ec0
SS
332012-03-28 Sam Steingold <sds@gnu.org>
34
35 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
36 instead of the broken adhockery which does not prevent calendar
37 buffers from being displayed at random after exit.
38 (calendar-window-list, calendar-hide-window): Remove the broken
39 adhockery.
40
fee88ca0
GM
412012-03-28 Glenn Morris <rgm@gnu.org>
42
43 * replace.el (query-replace-map): Doc fix.
44
38de3354
AS
452012-03-28 Andreas Schwab <schwab@linux-m68k.org>
46
47 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
48 contents. (Bug#11109)
49
b973155e
SM
502012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
51
52 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
53 (bug#11077).
54 (avl-tree--check, avl-tree--check-node): New funs.
55
dcb6e7b3
MR
562012-03-27 Martin Rudalics <rudalics@gmx.at>
57
58 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
59 (switch-to-prev-buffer, switch-to-next-buffer):
60 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
61 showing a buffer already is done on the same frame.
62
b4fa35fa
GM
632012-03-27 Glenn Morris <rgm@gnu.org>
64
65 * startup.el (mail-host-address): Doc fix.
66
f9210e18
SM
672012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
68
69 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
70 than 197 variables.
71
c0bf7753
AF
722012-03-26 Ami Fischman <ami@fischman.org>
73
74 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
75
33da7b16
GM
762012-03-26 Glenn Morris <rgm@gnu.org>
77
02243d9d
GM
78 * files.el (save-buffers-kill-emacs): Doc fix.
79
33da7b16
GM
80 * startup.el (normal-top-level, command-line, command-line-1):
81 Give them doc strings.
82
e5a69fd0
EZ
832012-03-25 Eli Zaretskii <eliz@gnu.org>
84
85 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 86 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 87
9a69676a
CY
882012-03-25 Chong Yidong <cyd@gnu.org>
89
4125cb8b
CY
90 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
91 theme if it was previously enabled before (Bug#11031).
92
dd470960
CY
93 * cus-theme.el (custom-theme-write-faces): Retrieve current face
94 spec with custom-face-get-current-spec if its :shown-value is not
95 determined yet (Bug#9337).
4125cb8b 96 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 97
9a69676a
CY
98 * button.el (button-at): Minor addition to docstring.
99
6e7e90fa
SL
1002012-03-24 Simon Leinen <simon.leinen@gmail.com>
101
102 * vc/vc.el (vc-merge): Fix a prompt.
103
f06e2758
CY
1042012-03-24 Chong Yidong <cyd@gnu.org>
105
106 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
107 point (Bug#9623).
108
6e7e90fa
SL
109 * button.el (button-at): Minor addition to docstring.
110
b9d0879b
SM
1112012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
112
113 * newcomment.el (comment-choose-indent): No space after BOL.
114
e71cebb3
SS
1152012-03-22 Sam Steingold <sds@gnu.org>
116
117 * window.el (switch-to-prev-buffer): Revert last patch because the
118 bug turned out to be an advertised feature (Elisp manual 28.14).
119
335aff35
GM
1202012-03-22 Glenn Morris <rgm@gnu.org>
121
122 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
123 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
124
c676576a
LMI
1252012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
126
127 * net/network-stream.el (network-stream-open-starttls): Make error
128 message under Windows be less misleading.
129
126f3d39
LW
1302012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
131
132 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
133 understands (bug#9942).
134
64fee311
CY
1352012-03-22 Chong Yidong <cyd@gnu.org>
136
137 * simple.el (end-of-visible-line): Handle return value of
138 next-single-property-change properly (Bug#9371).
139
a640d29a
KH
1402012-03-22 Kenichi Handa <handa@m17n.org>
141
142 * international/quail.el (quail-insert-kbd-layout): Fix previous
143 change. To avoid unwanted bidi reordering, use
144 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
145
39675016
DG
1462012-03-21 Dmitry Gutov <dgutov@yandex.ru>
147
148 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
149 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
150 (ruby-beginning-of-indent): Be more careful with the difference
151 between word-boundary and symbol boundary.
152 (ruby-mode-syntax-table): Make : a symbol constituent.
153
0a6934fc 1542012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 155
3d008e4f
SM
156 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
157
0a6934fc
SM
1582012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
159
af67c9d7
SM
160 * progmodes/etags.el (tags-completion-at-point-function):
161 Improve last fix.
162
1acad97c
SM
163 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
164
e298b5da
SS
1652012-03-21 Sam Steingold <sds@gnu.org>
166
167 * progmodes/etags.el (tags-completion-at-point-function):
168 Avoid the error when point is inside the pattern.
169
91d82a70
JY
1702012-03-21 John Yates <john@yates-sheets.org> (tiny change)
171
172 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
173 line (Bug#10855).
174
69188b79
CY
1752012-03-21 Drew Adams <drew.adams@oracle.com>
176
177 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
178
99fc91fe
AK
1792012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
180
181 * ido.el (ido-set-current-directory, ido-read-internal)
182 (ido-choose-completion-string, ido-completion-help): Handle nil
183 value of ido-completion-buffer (Bug#11008).
184
087bbb4c
SS
1852012-03-21 Sam Steingold <sds@gnu.org>
186
187 * window.el (switch-to-prev-buffer): Do not switch to a visible
188 window previous buffer, just like with the frame previous buffers.
189
fb5b8aca
CY
1902012-03-21 Chong Yidong <cyd@gnu.org>
191
192 * faces.el (make-face, make-empty-face, copy-face):
193 * face-remap.el (face-remap-add-relative, face-remap-set-base):
194 Doc fixes.
195
dc9924b8
SM
1962012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
197
198 * wid-edit.el (widget-complete-field): Remove (bug#11051).
199 (widget-complete): Remove broken use of it.
200
f0bcceb9
CY
2012012-03-20 Chong Yidong <cyd@gnu.org>
202
dc9924b8
SM
203 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
204 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
205 characters.
206
ee52ebf3
TH
2072012-03-20 Tassilo Horn <tassilo@member.fsf.org>
208
209 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
210 to draw rectangles, not squares. (Regression introduced by revno
211 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
212
4c5779ab
CY
2132012-03-18 Chong Yidong <cyd@gnu.org>
214
215 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
216 it is not yet defined (for temacs).
217
15360934
LL
2182012-03-18 Leo Liu <sdl.web@gmail.com>
219
dc9924b8 220 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 221
d9a8eb66
EZ
2222012-03-17 Eli Zaretskii <eliz@gnu.org>
223
224 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
225 (ispell-choices-win-default-height, ispell-silently-savep)
226 (ispell-dictionary-alist, ispell-encoding8-command)
227 (ispell-check-version, ispell-aspell-find-dictionary)
228 (ispell-valid-dictionary-list, ispell-words-keyword)
229 (ispell-get-word, ispell-internal-change-dictionary)
230 (ispell-region, ispell-skip-region-list)
231 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
232 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
233 (ispell-message-text-end, ispell-message)
234 (ispell-buffer-local-parsing): Doc fix.
235
f02ff80d
J
2362012-03-13 Jambunathan K <kjambunathan@gmail.com>
237
238 * htmlfontify.el: Add support for code block fontification for ODT
239 export (Bug #9914).
240 (hfy-optimisations): Define new option
241 `body-text-only'
242 (hfy-fontify-buffer): Honor above setting.
243 (hfy-begin-span, hfy-end-span): New routines factored out form
244 `hfy-fontify-buffer'.
245 (hfy-begin-span-handler, hfy-end-span-handler): New variables
246 that permit insertion of custom tags.
247 (hfy-fontify-buffer): Use above handlers.
248 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
249 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 250 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
f02ff80d
J
251 over multiple runs. This is made possible by having the caller let
252 bind a special variable `hfy-user-sheet-assoc'.
253 (htmlfontify-string): New defun.
254 (hfy-compile-face-map): Make sure that the last char in the
255 buffer is correctly fontified.
256 (hfy-face-resolve-face): Whitespace only change.
257
9ac7a13f
EZ
2582012-03-17 Eli Zaretskii <eliz@gnu.org>
259
260 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
261 message more clear.
262
e2b5bdd7
LL
2632012-03-16 Leo Liu <sdl.web@gmail.com>
264
265 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
266
2e492df3
AM
2672012-03-16 Alan Mackenzie <acm@muc.de>
268
269 Further optimise the handling of large macros.
270
271 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
272 limit to a call of `c-literal-limits'.
273 (c-determine-+ve-limit): New function.
dc9924b8
SM
274 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
275 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
276 In CASE 5B, restrict a search limit to 500.
277 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
278
279 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
280 Restrict macro bounds to +-500 from after-change's BEG END.
281
50e94f0c
LL
2822012-03-16 Leo Liu <sdl.web@gmail.com>
283
284 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
285
6f09f6ed
AH
2862012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
287
288 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 289 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 290
c7e73d51
GM
2912012-03-16 Glenn Morris <rgm@gnu.org>
292
da986230
GM
293 * view.el (view-buffer, view-buffer-other-window)
294 (view-buffer-other-frame): Doc fixes re special mode-class.
295
0835f01e
GM
296 * subr.el (eval-after-load): If named feature is provided not from
297 a file, run after-load forms. (Bug#10946)
298
c7e73d51
GM
299 * calendar/calendar.el (calendar-insert-at-column):
300 Handle non-unit-width characters a bit better. (Bug#10978)
301
3f2eafd1
CY
3022012-03-15 Chong Yidong <cyd@gnu.org>
303
304 * emacs-lisp/ring.el (ring-extend): New function.
305 (ring-insert+extend): Extend the ring correctly (Bug#11019).
306
307 * comint.el (comint-read-input-ring)
308 (comint-add-to-input-history): Grow comint-input-ring lazily.
309
103af3fe
SM
3102012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
311
663b1677
SM
312 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
313 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
314
103af3fe
SM
315 * imenu.el: Fix multiple inheritance breakage (bug#9199).
316 (imenu-add-to-menubar): Don't add a redundant index.
317 (imenu-update-menubar): Handle a dynamically composed keymap.
318
899cb7cb
KY
3192012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
320
321 * mail/sendmail.el (mail-encode-header):
322 Bind rfc2047-encode-encoded-words to nil.
323
3809f91d
GM
3242012-03-13 Glenn Morris <rgm@gnu.org>
325
326 * calendar/calendar.el (calendar-string-spread):
327 Handle non-unit-width characters a bit better. (Bug#10978)
328
9e345a01
LL
3292012-03-13 Leo Liu <sdl.web@gmail.com>
330
331 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
332 directory and file as argument (Bug#10822).
333
4a07df36
KS
3342012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
335
336 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
337 For dynamically generated code, follow $PC.
338 (gdb-disassembly-handler-custom): Handle no function name case.
339
4aaa9356
TL
3402012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
341
342 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
343 * emulation/ws-mode.el (ws-query-replace):
344 * sort.el (sort-regexp-fields):
345 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
346
225979da
SM
3472012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
348
349 * dabbrev.el: Fix cycle completion order (bug#10963).
350 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
351 (dabbrev-completion): Don't use an obarray; provide
352 a cycle-sort-function.
353
e2f1fdab
LL
3542012-03-12 Leo Liu <sdl.web@gmail.com>
355
dc9924b8 356 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
357 (kill-do-not-save-duplicates): Doc fix.
358
b19490ed
SM
3592012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
360
361 * dabbrev.el: Fix cycle completion (bug#10963).
362 Use lexical binding and wrap to 80 columns.
363 (dabbrev-completion): Delay computing the list of completions.
364
4b05d722
KH
3652012-03-12 Kenichi Handa <handa@m17n.org>
366
367 * international/quail.el (quail-insert-kbd-layout): Surround each
368 row by LRO and PDF instead of inserting many LRMs. Pad the left
369 and right of each non-spacing marks. Insert invisible space
370 between lower and upper characters to prevent composition.
371
dbbc2e69
SM
3722012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
373
374 * minibuffer.el (minibuffer-complete): Don't get confused when the
375 function is run twice via different commands (bug#10958).
376 (complete-with-action): Fix docstring.
377
292112ed
CY
3782012-03-12 Chong Yidong <cyd@gnu.org>
379
5d1ac394
CY
380 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
381 (nxml-completion-at-point-function): New function.
382 (nxml-mode): Use it.
383 (nxml-bind-meta-tab-to-complete-flag): Default to t.
384
292112ed
CY
385 * emacs-lisp/package.el (package-unpack, package-unpack-single):
386 Load generated autoloads file before byte compiling (Bug#10970).
387 (package--make-autoloads-and-compile): New helper fun.
388
4098f8f7
CS
3892012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
390
391 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
392
8f754691
MA
3932012-03-11 Michael Albinus <michael.albinus@gmx.de>
394
395 * autorevert.el (auto-revert-handler): Ensure, that
396 file-readable-p is applied only for local files or in
397 auto-revert-tail-mode.
398
e29ab36b
AS
3992012-03-11 Andreas Schwab <schwab@linux-m68k.org>
400
dbbc2e69
SM
401 * server.el (server-eval-at): Handle non-tcp connections.
402 Decode result string.
ad0bf5b6 403
e29ab36b
AS
404 * server.el (server-msg-size): New constant.
405 (server-reply-print): New function.
406 (server-eval-and-print): Use it.
407 (server-eval-at): Use server-quote-arg and server-unquote-arg.
408 Handle -print-nonl.
409
de5939ba
CS
4102012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
411
412 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
413 (Bug#10987).
414
0c93eabf
CY
4152012-03-11 Chong Yidong <cyd@gnu.org>
416
397a688f
CY
417 * simple.el (goto-line): Doc fix (Bug#9938).
418
2cc775f9
CY
419 * subr.el (save-window-excursion): Doc fix (Bug#9979).
420
0c93eabf
CY
421 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
422 when finished (Bug#10963).
423
c491fa41
MR
4242012-03-11 Martin Rudalics <rudalics@gmx.at>
425
426 * window.el (split-window-below): Fix bug in case where
427 split-window-keep-point is nil (Bug#10971).
428
300e8fa5
JL
4292012-03-11 Juri Linkov <juri@jurta.org>
430
431 * replace.el (replace-highlight): Set isearch-word to nil
432 unconditionally. (Bug#10887)
433
dbf6c5a1
EZ
4342012-03-10 Eli Zaretskii <eliz@gnu.org>
435
436 * net/mairix.el (mairix-replace-invalid-chars): Rename from
437 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 438 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
439 (mairix-widget-create-query): Add usage information about mairix
440 search forms: negating words, searching for substrings, etc.
441
b9e501de
JP
4422012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
443
444 * international/fontset.el (font-encoding-alist): Add an entry for
445 ksx1001 (Bug#5667).
446
92795c91
RS
4472012-03-10 Richard Stallman <rms@gnu.org>
448
1694e6c1
RS
449 * mail/sendmail.el (mail-encode-header):
450 Set rfc2047-encode-encoded-words.
451
607e8555
RS
452 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
453
de3bc99a
RS
454 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
455 view buffer means not swapped.
456 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
457 (rmail-write-region-annotate): Error if real text has disappeared.
458
92795c91
RS
459 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
460
699bd04e
CY
4612012-03-10 Chong Yidong <cyd@gnu.org>
462
463 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
464 * emulation/cua-base.el (cua--init-keymaps):
465 Add delete-forward-char to remappings (Bug#9666).
699bd04e 466
570a1714
MR
4672012-03-10 Martin Rudalics <rudalics@gmx.at>
468
dbbc2e69
SM
469 * speedbar.el (speedbar-unhighlight-one-tag-line):
470 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 471
82dcf4e4
CY
4722012-03-10 Chong Yidong <cyd@gnu.org>
473
7a2c7ca7
CY
474 * minibuffer.el (completion-in-region, completion-help-at-point):
475 Give the completion field overlay a high priority (Bug#6830).
476
82dcf4e4
CY
477 * dired.el (dired-goto-file): Recognize absolute file name
478 listings (Bug#7126).
479 (dired-goto-file-1): New helper function.
480 (dired-toggle-read-only): Inhibit warnings.
481
052e28ac
MA
4822012-03-09 Michael Albinus <michael.albinus@gmx.de>
483
484 * net/dbus.el: (dbus-property-handler): Return empty array if
485 there are no properties.
486
95d5e396
LL
4872012-03-09 Leo Liu <sdl.web@gmail.com>
488
489 * savehist.el (savehist-printable): Stricter check for string
490 value (Bug#10937).
491
3f018d6d
EZ
4922012-03-09 Eli Zaretskii <eliz@gnu.org>
493
dbbc2e69
SM
494 * mail/smtpmail.el (smtpmail-send-it):
495 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
496 valid mbox format.
497
f7fd3d79
GM
4982012-03-09 Glenn Morris <rgm@gnu.org>
499
500 * files.el (dir-locals-find-file):
501 Don't check result is regular, readable.
502 (dir-locals-read-from-file): Demote errors.
503
6ff6e72f
EZ
5042012-03-08 Eli Zaretskii <eliz@gnu.org>
505
dbbc2e69
SM
506 * international/quail.el (quail-insert-kbd-layout):
507 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
508 layout cell, to prevent their reordering by bidi display engine.
509 For details, see the discussion in
510 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
511
9cec7834
AM
5122012-03-08 Alan Mackenzie <acm@muc.de>
513
514 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
515 the starting position; make it extend the marked region when
516 invoked repeatedly - all under appropriate circumstances.
517 Fixes bugs #5525, #10906.
518
9a40b8d4
GM
5192012-03-08 Glenn Morris <rgm@gnu.org>
520
521 * files.el (locate-dominating-file, dir-locals-find-file):
522 Undo 2012-03-06 change.
523
7a08ed35
EZ
5242012-03-07 Eli Zaretskii <eliz@gnu.org>
525
dbbc2e69
SM
526 * international/quail.el (quail-help):
527 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
528 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
529 for the reason.
530
5aca4f71 5312012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
532
533 Avoid superfluous registering of signals. (Bug#10807)
534
535 * notifications.el (notifications-on-action-object)
536 (notifications-on-close-object): New defvars.
537 (notifications-on-action-signal, notifications-on-closed-signal):
538 Unregister the signal if not needed any longer.
539 (notifications-notify): Register `notifications-action-signal' or
540 `notifications-closed-signal', if :on-action or :on-close has been
541 passed as argument.
542
78e8b10a
CY
5432012-03-07 Chong Yidong <cyd@gnu.org>
544
545 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
546 non-X platforms.
547
69481eb8
GM
5482012-03-06 Glenn Morris <rgm@gnu.org>
549
550 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
551 (x-disown-selection-internal, x-get-selection-internal):
552 Doc fix (add arglist signatures). (Bug#10783)
553
133b8e11
KS
5542012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
555
556 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
557 Handle breakpoints with no "type".
558
99a83064
GM
5592012-03-06 Glenn Morris <rgm@gnu.org>
560
561 * files.el (locate-dominating-file): Add optional predicate argument.
562 (dir-locals-find-file): Make use of above change.
563
17798e78
TTN
5642012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
565
566 * info.el (Info-insert-dir): Also try "dir.gz".
567
eb182446
GM
5682012-03-06 Glenn Morris <rgm@gnu.org>
569
8f2114ee
GM
570 * files.el (dir-locals-find-file):
571 Ignore non-readable or non-regular files. (Bug#10928)
572
eb182446
GM
573 * files.el (locate-dominating-file): Doc fix.
574
24679323
AS
5752012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
576
577 * calendar/calendar.el (calendar-set-mode-line):
578 `getenv' returns a string. (Bug#10951)
579
01d972a9
LL
5802012-03-05 Leo Liu <sdl.web@gmail.com>
581
109aa8a9
LL
582 * simple.el (backward-delete-char-untabify): Constrain point to
583 field (Bug#10939).
584
01d972a9
LL
585 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
586
10607bea
CY
5872012-03-05 Chong Yidong <cyd@gnu.org>
588
589 * simple.el (count-words): If called from Lisp, return the word
590 count, for symmetry with `count-lines'. Arglist changed.
591 (count-words--message): Args changed. Consolidate counting code
592 from count-words and count-words-region.
593 (count-words-region): Caller changed.
594 (count-lines-region): Make it an obsolete alias.
595
5dd11cfe
TH
5962012-03-04 Tassilo Horn <tassilo@member.fsf.org>
597
598 * saveplace.el (save-place-to-alist)
599 (save-place-ignore-files-regexp): Allow value nil to disable this
600 feature.
601
c349f4e6
CY
6022012-03-04 Chong Yidong <cyd@gnu.org>
603
604 * faces.el (face-spec-reset-face): For the default face, reset the
605 attributes to default values (Bug#10748).
606
e627be4c
LMI
6072012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
608
609 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
610 previous patch: Check `message-send-mail-function', and not the
611 default function (bug#10897).
612
ebeabff4
MA
6132012-03-04 Michael Albinus <michael.albinus@gmx.de>
614
a41a6cf4
MA
615 * notifications.el (notifications-on-action-signal)
616 (notifications-on-closed-signal): Check for unique service name of
617 incoming event. Fix error in removing entry.
ebeabff4 618 (top): Register for signals with wildcard service name.
a41a6cf4 619 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 620
c1ca42b4
CY
6212012-03-04 Chong Yidong <cyd@gnu.org>
622
dc9924b8 623 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 624
ea16568d
GM
6252012-03-04 Glenn Morris <rgm@gnu.org>
626
627 * abbrev.el (copy-abbrev-table, abbrev-table-p)
628 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
629 (expand-abbrev, define-abbrev-table): Doc fixes.
630
fbae4637
LMI
6312012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
632
633 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
634 `message-default-send-mail-function' and not `send-mail-function'
635 when doing the prompting for `sendmail-query-once' before sending
636 in Message buffers (bug#10897).
637
a1e7225c
LMI
638 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
639 This is inconsistent with all the other stream functions, which leave
640 the setting up to the higher levels (if so wanted) (bug#10931).
641
56d093a9
AM
6422012-03-02 Alan Mackenzie <acm@muc.de>
643
644 Depessimize the handling of very large macros.
645
646 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
647 (c-macro-cache-syntactic): New variables to implement a one
648 element macro cache.
649 (c-invalidate-macro-cache): New function.
650 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
651 Adapt to use the new cache.
652 (c-state-safe-place): Use better the cache of safe positions.
653 (c-state-semi-nonlit-pos-cache)
654 (c-state-semi-nonlit-pos-cache-limit):
655 New variables for...
656 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
657 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
658 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
659 Use c-state-semi-safe-place.
56d093a9 660
dbbc2e69
SM
661 * progmodes/cc-langs.el (c-get-state-before-change-functions):
662 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 663
817e5c3d
MA
6642012-03-02 Michael Albinus <michael.albinus@gmx.de>
665
dbbc2e69
SM
666 * jka-compr.el (jka-compr-call-process):
667 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
668 not remote.
669
a032a702
MA
6702012-03-01 Michael Albinus <michael.albinus@gmx.de>
671
672 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
673 access of FILE2, if FILE1 does not exist.
674
99a54f21
MA
675 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
676 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
677
678 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
679 Add "PAGER=" to `process-environment'.
680
f6561e1f
MM
6812012-03-01 Michael R. Mauger <mmaug@yahoo.com>
682
683 * progmodes/sql.el: Bug fix
684 (sql-get-login-ext): Save login values in globals.
685 (sql-get-login): Use new version of `sql-get-login-ext'.
686 (sql-interactive-mode): Set global `sql-connection' to nil.
687 (sql-connect): Set global values for connection.
688 (sql-product-interactive): Save global values as buffer local.
689
2d44d9cc
LL
6902012-02-29 Leo Liu <sdl.web@gmail.com>
691
692 * abbrev.el (define-abbrevs): Reset sys to nil.
693
96b49301 6942012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
695
bf7f9bc5
JB
696 * files.el (file-equal-p): Rename from `files-equal-p'.
697 Return nil when one or both files don't exist.
96b49301 698 (file-subdir-of-p): Now only top directory must exists,
699 return nil if it doesn't.
bf7f9bc5
JB
700 (copy-directory): No need to test with `file-subdir-of-p' after
701 creating dir.
702 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
703 to `file-equal-p'.
96b49301 704
44e97401
GM
7052012-02-28 Glenn Morris <rgm@gnu.org>
706
707 * shell.el (shell-mode):
708 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
709 * play/landmark.el (landmark-font-lock-face-O):
710 * play/handwrite.el (handwrite):
711 * play/gomoku.el (gomoku-O):
712 * net/browse-url.el (browse-url-browser-display):
713 * international/mule.el (define-charset):
714 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
715 * filesets.el (filesets-find-file-delay):
716 * eshell/em-xtra.el (eshell-xtra):
717 * eshell/em-unix.el (eshell-grep):
718 * emulation/viper.el (viper-mode):
719 * emacs-lisp/regexp-opt.el (regexp-opt-group):
720 * emacs-lisp/easymenu.el (easy-menu-define):
721 * calendar/timeclock.el (timeclock-use-display-time):
722 * bs.el (bs-mode):
723 * bookmark.el (bookmark-save-flag):
724 Doc fix (standardize possessive apostrophe usage).
725
c98c6276
CY
7262012-02-27 Chong Yidong <cyd@gnu.org>
727
bf7f9bc5
JB
728 * emulation/viper-cmd.el (viper-intercept-ESC-key):
729 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 730
c98c6276
CY
731 * font-lock.el (font-lock-specified-p): Rename from
732 font-lock-spec-present. Callers changed.
733
9c62cd04 7342012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 735
bf7f9bc5
JB
736 * emacs-lisp/package.el (package-compute-transaction):
737 Handle holding a package version to t in package-load-list.
8ac9e529 738
530739c9
MA
7392012-02-26 Michael Albinus <michael.albinus@gmx.de>
740
741 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
742 (tramp-get-inode, tramp-get-device): Use cached values.
743
487915d7
AM
7442012-02-26 Alan Mackenzie <acm@muc.de>
745
746 Check there is a font-lock specification before doing initial
747 fontification.
748
749 * font-core.el (font-lock-mode): Move the conditional from
750 :after-hook to font-lock-initial-fontify.
751 (font-lock-default-function): Move the check for a specification
752 to font-lock-spec-present.
753
dc9924b8 754 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
755 (font-lock-spec-present): New function.
756
4fd96557
JB
7572012-02-26 Jim Blandy <jimb@red-bean.com>
758
759 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
760 (gdb-send): Apply it to the operand of the '-interpreter-exec
761 console' command, so that we can pass arguments with (say) quotes
762 in them. Store exact string sent in gdb-debug-log (Bug#10765).
763
9a4888c0
CY
7642012-02-26 Chong Yidong <cyd@gnu.org>
765
07498861
CY
766 * help-fns.el (describe-function-1): Clarify description of
767 remapping (Bug#10844).
768
9a4888c0
CY
769 * files.el (files-equal-p): Doc fix.
770 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
771 and quit the loop once a mismatch is found.
772
ea8fb88d
JB
7732012-02-25 Juanma Barranquero <lekktu@gmail.com>
774
775 * bs.el (bs--show-with-configuration): Don't throw an error
776 if the window cannot be split; otherwise, subsequent calls to
777 bs-show fail, restoring a stale window config. (Bug#10882)
778
525795c1
JD
7792012-02-25 Jan Djärv <jan.h.d@swipnet.se>
780
781 * term/ns-win.el (global-map): Bind ns-drag-file to
782 ns-find-file (Bug#5855, Bug#10050).
783
f008086f
AS
7842012-02-25 Andreas Schwab <schwab@linux-m68k.org>
785
786 * calendar/parse-time.el (parse-time-string): Allow extractor to
787 return nil.
788
a3fcfa99
MA
7892012-02-25 Michael Albinus <michael.albinus@gmx.de>
790
91027d08
JB
791 * net/tramp.el (tramp-file-name-for-operation):
792 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
793
794 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
795 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
796 Add COPY-CONTENTS argument.
a3fcfa99 797
67b0de11
CY
7982012-02-25 Chong Yidong <cyd@gnu.org>
799
800 Add custom groups for VC backends, for consistency with vc-bzr.
801
802 * vc/vc-arch.el (vc-arch):
803 * vc/vc-cvs.el (vc-cvs):
804 * vc/vc-git.el (vc-git):
805 * vc/vc-hg.el (vc-hg):
806 * vc/vc-mtn.el (vc-mtn):
807 * vc/vc-rcs.el (vc-rcs):
808 * vc/vc-sccs.el (vc-sccs):
809 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
810 All relevant defcustoms reassigned.
811
3c9dfce6
CY
8122012-02-25 Chong Yidong <cyd@gnu.org>
813
1339bf43
CY
814 * newcomment.el (comment-styles): Add autoload (Bug#10868).
815
3c9dfce6
CY
816 * term/x-win.el (x-initialize-window-system): Reduce default for
817 x-selection-timeout to 5 seconds (Bug#8869).
818
53a46cd0 8192012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14a8a663 820
53a46cd0 821 * files.el (file-subdir-of-p): Fix typo.
14a8a663 822
25b2e303 8232012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
824
ec70a47d
GM
825 * files.el (files-equal-p, file-subdir-of-p): New functions.
826 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 827 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
828 * dired-aux.el (dired-copy-file-recursive): Same.
829 (dired-create-files): Modify destination when source is equal to
830 dest when copying files.
53a46cd0 831 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 832
914260cd
MA
8332012-02-24 Michael Albinus <michael.albinus@gmx.de>
834
835 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
836 (Bug#10874)
837
2cb228f7
AM
8382012-02-23 Alan Mackenzie <acm@muc.de>
839
840 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
841 parameter "after-hook:" to allow the expansion to run code after
842 the execution of the mode hooks.
843
844 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 845 from font-lock-mode-internal.
2cb228f7 846
91027d08 847 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
848 :after-hook.
849
8f0fde21
SM
8502012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
851
3e88618b
SM
852 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
853 (completion--cache-all-sorted-completions): New function.
854 (completion-all-sorted-completions): Use it.
855 (completion--do-completion, minibuffer-force-complete):
856 Use it to re-instate the flush hook.
857
8f0fde21
SM
858 * icomplete.el (icomplete-completions): Replace last fix with a better
859 one (bug#10850).
860
8e911f6f
DG
8612012-02-23 Dmitry Gutov <dgutov@yandex.ru>
862
863 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
864 when it might call us back infinitely (bug#10797).
865
49fe4321
GM
8662012-02-23 Glenn Morris <rgm@gnu.org>
867
868 * minibuffer.el (completion-category-overrides): Doc fix.
869
b291b572
SM
8702012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
871
872 * minibuffer.el (completion-table-with-context): Fix inf-loop.
873 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
874
31a9ef2e
GM
8752012-02-23 Glenn Morris <rgm@gnu.org>
876
5e6e6794 877 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
878 (authors-obsolete-files-regexps, authors-ignored-files)
879 (authors-ambiguous-files, authors-renamed-files-alist):
880 Add more entries.
881
0bd1e074
JL
8822012-02-23 Juri Linkov <juri@jurta.org>
883
884 * isearch.el (isearch-occur): Sync interactive spec with occur's
885 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
886
b617673c
JL
887 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
888
19e9789e
JL
8892012-02-22 Juri Linkov <juri@jurta.org>
890
891 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
892 (ucs-insert): Doc fix. Check for hex digits in the string.
893 Don't display `nil' in the error message. (Bug#10857)
894
f41ce09d
AM
8952012-02-22 Alan Mackenzie <acm@muc.de>
896
7a71b18d 897 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 898
ac2eceee
GM
8992012-02-22 Glenn Morris <rgm@gnu.org>
900
901 * ffap.el (ffap-c-path):
902 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
903
abd1f678
CY
9042012-02-22 Chong Yidong <cyd@gnu.org>
905
906 * custom.el (load-theme): Doc fix.
907
f25aef2e
GM
9082012-02-22 Glenn Morris <rgm@gnu.org>
909
910 * dired-x.el (dired-guess-shell-alist-default):
911 Remove escape sequences from nroff output. (Bug#172)
912
5f8dc2ca
GM
9132012-02-21 Glenn Morris <rgm@gnu.org>
914
6ff86ec4
GM
915 * vc/emerge.el (emerge-defvar-local):
916 Set `permanent-local' property rather than unused `preserved'.
917
be3223a3 918 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
919 (picture-mode-map): Use it. (Bug#10860)
920 (picture-mode): Doc fix.
921
3fe58f4f
JB
9222012-02-21 Juanma Barranquero <lekktu@gmail.com>
923
924 * newcomment.el (uncomment-region-default): Remove unused binding.
925
f9a998c3
GM
9262012-02-21 Glenn Morris <rgm@gnu.org>
927
928 * textmodes/picture.el (picture-motion, picture-motion-reverse)
929 (picture-self-insert, picture-tab-chars): Doc fix.
930 (picture-mode-map): Fix C-a, C-e.
931
c6029348
GM
9322012-02-20 Glenn Morris <rgm@gnu.org>
933
934 * emacs-lisp/authors.el (authors-aliases): Add another entry.
935
ab1ce9d7
LL
9362012-02-20 Leo Liu <sdl.web@gmail.com>
937
938 * icomplete.el (icomplete-completions): Check FROM arg before
939 passing to substring (Bug#10850).
940
0fd40f89
CY
9412012-02-19 Chong Yidong <cyd@gnu.org>
942
943 * comint.el: Require ansi-color.
944 (comint-output-filter-functions): Add ansi-color-process-output.
945
946 * ansi-color.el: Don't set comint-output-filter-functions; it is
947 now in the initial value defined in comint.el.
948 (ansi-color-apply-face-function): New variable.
949 (ansi-color-apply-on-region): Use it.
950 (ansi-color-apply-overlay-face): New function.
951
952 * shell.el (shell): No need to require ansi-color.
953 (shell-mode): Use ansi-color-apply-face-function to highlight
954 color escapes using font-lock-face property (Bug#10835).
955
20af2394
CY
9562012-02-19 Chong Yidong <cyd@gnu.org>
957
958 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
959 mode-line formats (Bug#10839).
960
e23a3fbe
GM
9612012-02-18 Glenn Morris <rgm@gnu.org>
962
b474519e
GM
963 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
964
965 * mail/undigest.el (unforward-rmail-message): Doc fix.
966
e23a3fbe
GM
967 * saveplace.el (save-place-ignore-files-regexp): Add :version.
968
57939ff4
EZ
9692012-02-18 Eli Zaretskii <eliz@gnu.org>
970
971 * international/characters.el (script-list): Sync with the latest
972 Unicode Character Database.
973
0c23686e
AS
9742012-02-18 Andreas Schwab <schwab@linux-m68k.org>
975
976 * international/titdic-cnv.el: Remove duplicate coding tag.
977 * language/cham.el: Likewise.
978 * language/tai-viet.el: Likewise.
979
6818b449
GM
9802012-02-18 Glenn Morris <rgm@gnu.org>
981
982 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
983 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
984 (calendar-bahai-all-holidays-flag, calendar-other-dates):
985 * calendar/diary-lib.el (diary-abbreviated-year-flag):
986 * calendar/holidays.el (holiday-bahai-holidays)
987 (calendar-holidays, list-holidays):
988 Use utf-8 Bahá'í in doc-strings, menus, etc.
989
0311a3fc
TH
9902012-02-17 Tassilo Horn <tassilo@member.fsf.org>
991
992 * saveplace.el (save-place-ignore-files-regexp): New variable
993 allowing for excluding files from saving their location of point.
994 The default value matches the temporary commit message editing
995 files from Git, SVN, Bazaar, and Mercurial.
996 (save-place-to-alist): Use it.
997
eb864a71
LM
9982012-02-17 Lawrence Mitchell <wence@gmx.li>
999 Stefan Monnier <monnier@iro.umontreal.ca>
1000
1001 * newcomment.el (uncomment-region-default): Don't leave extra space
1002 when an arg is provided (bug#8150).
1003
ee0ce425
TZ
10042012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1005
eb864a71 1006 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 1007
95ddf442
GM
10082012-02-17 Glenn Morris <rgm@gnu.org>
1009
1010 * net/socks.el: Require network-stream. (Bug#10599)
1011
48dd1e39 10122012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
1013
1014 * international/charprop.el:
1015 * international/uni-name.el:
1016 * international/uni-old-name.el:
1017 * international/uni-comment.el: Regenerate.
1018
d68cd087
GM
10192012-02-16 Glenn Morris <rgm@gnu.org>
1020
1021 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
1022 Interactively in calendar buffer, give an error if not on a date.
1023
13932042
GM
10242012-02-15 Glenn Morris <rgm@gnu.org>
1025
1026 * shell.el (shell-delimiter-argument-list):
1027 Revert 2011-02-17 change. (Bug#8027)
1028
c3a70e2b
CY
10292012-02-15 Chong Yidong <cyd@gnu.org>
1030
60236b0d
CY
1031 * minibuffer.el (completion-at-point-functions): Doc fix.
1032
c3a70e2b
CY
1033 * custom.el (defcustom): Doc fix; note use of defvar.
1034
9f26dc24
GM
10352012-02-15 Glenn Morris <rgm@gnu.org>
1036
1037 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
1038 Doc fixes.
1039
6546b134
GM
10402012-02-14 Glenn Morris <rgm@gnu.org>
1041
1042 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
1043
d29b2b4c
LI
10442012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
1045
1046 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
1047 way the ports list is computed.
835bdcba
LI
1048 (smtpmail-query-smtp-server): Prompt the user for a port number if
1049 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 1050
08dcdbc9
TZ
10512012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1052
1053 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
1054
2605051a
GM
10552012-02-13 Glenn Morris <rgm@gnu.org>
1056
1057 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
1058
7ee99f32
TZ
10592012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1060
1061 * net/gnutls.el (gnutls-trustfiles): New variable.
1062 (gnutls-negotiate): Use it.
1063
5f0af64f
LI
10642012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1065
1066 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
1067 does its stuff if Gnus is running.
1068
c14fcc95
AM
10692012-02-13 Alan Mackenzie <acm@muc.de>
1070
1071 Fix a loop in c-set-fl-decl-start.
1072
7a71b18d 1073 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
1074 c-backward-syntactic-ws actually moves backwards.
1075
142b4d90
LL
10762012-02-13 Leo Liu <sdl.web@gmail.com>
1077
1078 * net/rcirc.el (rcirc-markup-attributes): Move point to the
1079 beginning so that all \C-o chars are removed.
1080
fa9958a6
TZ
10812012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
1082
dc9924b8 1083 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 1084
0bc5886a
AM
10852012-02-12 Alan Mackenzie <acm@muc.de>
1086
1087 Fix infinite loop with long macros.
1088 * cc-engine.el (c-state-safe-place): Handle macros properly.
1089
d4bd55e7
CY
10902012-02-12 Chong Yidong <cyd@gnu.org>
1091
1092 * window.el (display-buffer): Doc fix (Bug#10785).
1093
66f3fe22
GM
10942012-02-12 Glenn Morris <rgm@gnu.org>
1095
bd7da63e
GM
1096 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
1097 (x-disown-selection-internal, x-get-selection-internal):
1098 Sync docs with the xselect.c versions.
1099
66f3fe22
GM
1100 * allout-widgets.el: Add missing license notice.
1101
3e0d2fa7
GM
11022012-02-11 Glenn Morris <rgm@gnu.org>
1103
cfecdf09
GM
1104 * select.el (x-get-selection-internal, x-own-selection-internal)
1105 (x-disown-selection-internal):
1106 * x-dnd.el (x-get-selection-internal): Update declarations.
1107
6d216d7f
GM
1108 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
1109
2bed3f04
GM
1110 * window.el (window-sides-slots):
1111 * tool-bar.el (tool-bar-position):
1112 * term/xterm.el (xterm-extra-capabilities):
1113 * ses.el (ses-self-reference-early-detection):
1114 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
1115 (verilog-auto-wire-type)
1116 (verilog-auto-delete-trailing-whitespace)
1117 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
1118 (verilog-auto-tieoff-declaration):
1119 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
1120 (sql-oracle-statement-starters, sql-oracle-scan-on):
1121 * progmodes/prolog.el (prolog-align-comments-flag)
1122 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
1123 (prolog-left-indent-regexp, prolog-paren-indent-p)
1124 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
1125 (prolog-types, prolog-mode-specificators)
1126 (prolog-determinism-specificators, prolog-directives)
1127 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
1128 (prolog-electric-dot-flag)
1129 (prolog-electric-dot-full-predicate-template)
1130 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
1131 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
1132 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
1133 (prolog-program-switches, prolog-prompt-regexp)
1134 (prolog-debug-on-string, prolog-debug-off-string)
1135 (prolog-trace-on-string, prolog-trace-off-string)
1136 (prolog-zip-on-string, prolog-zip-off-string)
1137 (prolog-use-standard-consult-compile-method-flag)
1138 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
1139 (prolog-imenu-max-lines, prolog-info-predicate-index)
1140 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
1141 (prolog-char-quote-workaround):
1142 * progmodes/cc-vars.el (c-defun-tactic):
1143 * net/tramp.el (tramp-encoding-command-interactive)
1144 (tramp-local-end-of-line):
1145 * net/soap-client.el (soap-client):
1146 * net/netrc.el (netrc-file):
1147 * net/gnutls.el (gnutls):
1148 * minibuffer.el (completion-category-overrides)
1149 (completion-cycle-threshold)
1150 (completion-pcm-complete-word-inserts-delimiters):
1151 * man.el (Man-name-local-regexp):
1152 * mail/feedmail.el (feedmail-display-full-frame):
1153 * international/characters.el (glyphless-char-display-control):
1154 * eshell/em-ls.el (eshell-ls-date-format):
1155 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
1156 (lisp-lambda-list-keyword-parameter-indentation)
1157 (lisp-lambda-list-keyword-parameter-alignment):
1158 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
1159 * dired-x.el (dired-omit-verbose):
1160 * cus-theme.el (custom-theme-allow-multiple-selections):
1161 * calc/calc.el (calc-highlight-selections-with-faces)
1162 (calc-lu-field-reference, calc-lu-power-reference)
1163 (calc-note-threshold):
1164 * battery.el (battery-mode-line-limit):
1165 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
1166 (archive-7z-update):
1167 * allout.el (allout-prefixed-keybindings)
1168 (allout-unprefixed-keybindings)
1169 (allout-inhibit-auto-fill-on-headline)
1170 (allout-flattened-numbering-abbreviation):
1171 * allout-widgets.el (allout-widgets-auto-activation)
1172 (allout-widgets-icons-dark-subdir)
1173 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
1174 (allout-widgets-theme-dark-background)
1175 (allout-widgets-theme-light-background)
1176 (allout-widgets-item-image-properties-emacs)
1177 (allout-widgets-item-image-properties-xemacs)
1178 (allout-widgets-run-unit-tests-on-load)
1179 (allout-widgets-time-decoration-activity)
1180 (allout-widgets-hook-error-post-time)
1181 (allout-widgets-track-decoration):
1182 Add missing :version tags to new defcustoms and defgroups.
1183
5fec1b8e
GM
1184 * progmodes/sql.el (sql-ansi-statement-starters)
1185 (sql-oracle-statement-starters): Add custom type.
1186
3e0d2fa7
GM
1187 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
1188 (prolog-system-version): Give it a type.
1189
90b671e2
EZ
11902012-02-11 Eli Zaretskii <eliz@gnu.org>
1191
1192 * term/pc-win.el (x-select-text, x-selection-owner-p)
1193 (x-own-selection-internal, x-disown-selection-internal)
1194 (x-get-selection-internal): Sync doc strings and argument lists
1195 with xselect.c, common-win.el and x-win.el. (Bug#10783)
1196
5eac0c02
LL
11972012-02-11 Leo Liu <sdl.web@gmail.com>
1198
1199 * progmodes/python.el (python-end-of-statement): Fix infinite
1200 loop. (Bug#10788)
1201
f82cb659
GM
12022012-02-10 Glenn Morris <rgm@gnu.org>
1203
1204 * international/mule-cmds.el (unify-8859-on-encoding-mode)
1205 (unify-8859-on-decoding-mode): Properly mark as obsolete.
1206
cc26d239
LI
12072012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
1208
1209 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
1210 about SMTP before checking the From header.
1211
91027d08 1212 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
1213 into own function for reuse by emacsbug.el.
1214
1be3ca5a
LL
12152012-02-10 Leo Liu <sdl.web@gmail.com>
1216
1217 * subr.el (condition-case-unless-debug): Rename from
1218 condition-case-no-debug. All callers changed.
1219 (with-demoted-errors): Fix caller.
1220
1221 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
1222 * nxml/rng-valid.el (rng-do-some-validation):
1223 * emacs-lisp/package.el (package-refresh-contents)
1224 (package-menu-execute):
1225 * desktop.el (desktop-create-buffer):
91027d08 1226 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 1227
b011fbfe
GM
12282012-02-10 Glenn Morris <rgm@gnu.org>
1229
b2096d72
GM
1230 * textmodes/bibtex.el:
1231 Add missing :version tags for new/changed defcustoms.
1232
b011fbfe
GM
1233 * files.el (remote-file-name-inhibit-cache): Doc fixes.
1234
4c7e65bf
LI
12352012-02-09 Lars Ingebrigtsen <larsi@rusty>
1236
1237 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
1238 (smtpmail-via-smtp): Use it, or fall back on the From address.
1239 (smtpmail-send-it): Ditto.
1240
f3934f6f
SM
12412012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1242
1243 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
1244 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
1245 (byte-compile-tmp-var): New const.
1246 (byte-compile-defvar): Use it to minimize .elc size.
1247 Just use `defvar' rather than simulate it (bug#10761).
1248
a075a2c5
GM
12492012-02-09 Glenn Morris <rgm@gnu.org>
1250
cf3aa21b
GM
1251 * files.el (rename-uniquely): Doc fix. (Bug#3806)
1252
354998cd
GM
1253 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
1254 Add :version tags.
1255
dc9924b8
SM
1256 * progmodes/compile.el (compilation-error-screen-columns)
1257 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 1258
dab3703d
GM
1259 * vc/log-view.el (log-view-toggle-entry-display):
1260 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
1261
3f88cd72
GM
1262 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
1263 (report-emacs-bug-can-use-xdg-email):
1264 (report-emacs-bug-insert-to-mailer): Doc fixes.
1265 (report-emacs-bug): Message fix.
1266
d95b247d
GM
1267 * net/browse-url.el (browse-url-can-use-xdg-open)
1268 (browse-url-xdg-open): Doc fixes.
1269
a075a2c5
GM
1270 * electric.el (electric-indent-mode, electric-pair-mode)
1271 (electric-layout-rules, electric-layout-mode): Doc fixes.
1272 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
1273
ffb6157e
MR
12742012-02-08 Martin Rudalics <rudalics@gmx.at>
1275
1276 * server.el (server-unselect-display): Don't inadvertently kill
1277 the current buffer. (Bug#10729)
1278
e1ac4066
GM
12792012-02-08 Glenn Morris <rgm@gnu.org>
1280
34e8a2da
GM
1281 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
1282 (sql-list-table): Doc fixes.
1283
b4ac6e8c
GM
1284 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
1285 Comment out (does nothing).
1286
e1ac4066
GM
1287 * completion.el (dynamic-completion-mode):
1288 * dirtrack.el (dirtrack-debug-mode):
1289 * electric.el (electric-layout-mode):
1290 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
1291 * face-remap.el (text-scale-mode, buffer-face-mode):
1292 * iimage.el (iimage-mode):
1293 * image-mode.el (image-transform-mode):
1294 * minibuffer.el (completion-in-region-mode):
1295 * scroll-lock.el (scroll-lock-mode):
1296 * simple.el (next-error-follow-minor-mode):
1297 * tar-mode.el (tar-subfile-mode):
1298 * tooltip.el (tooltip-mode):
1299 * vcursor.el (vcursor-use-vcursor-map):
1300 * wid-browse.el (widget-minor-mode):
1301 * emulation/tpu-edt.el (tpu-edt-mode):
1302 * emulation/tpu-extras.el (tpu-cursor-free-mode):
1303 * international/iso-ascii.el (iso-ascii-mode):
1304 * language/thai-util.el (thai-word-mode):
1305 * mail/supercite.el (sc-minor-mode):
1306 * net/goto-addr.el (goto-address-mode):
1307 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
1308 * progmodes/cwarn.el (cwarn-mode):
1309 * progmodes/flymake.el (flymake-mode):
1310 * progmodes/glasses.el (glasses-mode):
1311 * progmodes/hideshow.el (hs-minor-mode):
1312 * progmodes/pascal.el (pascal-outline-mode):
1313 * textmodes/enriched.el (enriched-mode):
1314 * vc/smerge-mode.el (smerge-mode):
1315 Doc fixes (minor mode argument).
1316
5e0d957f
EZ
13172012-02-07 Eli Zaretskii <eliz@gnu.org>
1318
1319 * ls-lisp.el (ls-lisp-sanitize): New function.
1320 (ls-lisp-insert-directory): Use it to fix or remove any elements
1321 in file-alist with missing attributes. (Bug#4673)
1322
98d7371e
AM
13232012-02-07 Alan Mackenzie <acm@muc.de>
1324
1325 Fix spurious recognition of c-in-knr-argdecl.
1326
1327 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
1328 putative K&R region.
1329
667ced3a
AM
13302012-02-07 Alan Mackenzie <acm@muc.de>
1331
eb864a71
LM
1332 * progmodes/cc-engine.el (c-forward-objc-directive):
1333 Prevent looping in "#pragma mark @implementation".
667ced3a 1334
5b77774d
MA
13352012-02-07 Michael Albinus <michael.albinus@gmx.de>
1336
1337 * notifications.el (notifications-on-closed-signal): Make `reason'
1338 optional. (Bug#10744)
1339
af008560
GM
13402012-02-07 Glenn Morris <rgm@gnu.org>
1341
60d47423
GM
1342 * emacs-lisp/easy-mmode.el (define-minor-mode):
1343 Doc fixes for the macro and the mode it defines.
1344
dd605cc4
GM
1345 * image.el (imagemagick-types-inhibit): Doc fix.
1346
af008560
GM
1347 * cus-start.el (imagemagick-render-type): Add it.
1348
5cc59a37
LI
13492012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
1350
1351 * progmodes/cc-mode.el
1352 (c-standard-font-lock-fontify-region-function): Set the default at
1353 load time, too, so that `font-lock-fontify-buffer' can be called
1354 without setting up the entire mode first. This fixes a bug in
1355 `mm-inline-text' with C MIME parts.
1356
9a6dd747
CY
13572012-02-06 Chong Yidong <cyd@gnu.org>
1358
2d16b285
CY
1359 * simple.el (list-processes--refresh): Delete exited processes
1360 (Bug#8094).
1361
171e9b6e
CY
1362 * comint.el (comint-next-prompt): next-single-char-property-change
1363 and prev-single-char-property-change never return nil (Bug#8657).
1364
9a6dd747
CY
1365 * custom.el (defcustom): Doc fix (Bug#9711).
1366
aa4589a7
CY
13672012-02-05 Chong Yidong <cyd@gnu.org>
1368
5c2a252f
CY
1369 * cus-edit.el (custom-variable-reset-backup): Quote the value
1370 before storing it in the customized-value property (Bug#6712).
4aab9006 1371 (custom-display): Add a customization type tag.
983b9602 1372 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 1373
aa4589a7
CY
1374 * wid-edit.el (widget-field-value-get): New optional arg to
1375 suppress trailing whitespace truncation.
1376 (character): Use it (Bug#2689).
1377
1ff980ae
AS
13782012-02-05 Andreas Schwab <schwab@linux-m68k.org>
1379
1380 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
1381 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
1382
03988c98
CY
13832012-02-05 Chong Yidong <cyd@gnu.org>
1384
eeb6cc88
CY
1385 * cus-edit.el (custom-variable-value-create): For mismatched
1386 types, show the current value (Bug#7600).
1387
03988c98
CY
1388 * custom.el (defcustom): Doc fix.
1389
f8cdeef0
GM
13902012-02-05 Glenn Morris <rgm@gnu.org>
1391
1392 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
1393
0696d255
JB
13942012-02-05 Juanma Barranquero <lekktu@gmail.com>
1395
1396 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
1397 (pp-buffer): Use `ignore-errors', `looking-at-p'.
1398 (pp-last-sexp): Use `looking-at-p'.
1399
34c99998
GM
14002012-02-04 Glenn Morris <rgm@gnu.org>
1401
8f05da42
GM
1402 * files.el (revert-buffer):
1403 Doc fix (mention revert-buffer-in-progress-p).
1404
f160676e
GM
1405 * emacs-lisp/ert-x.el (ert-simulate-command):
1406 Check deferred-action-list (which is obsolete) is bound.
1407
c7291ad9
GM
1408 * subr.el (with-wrapper-hook): Doc fixes.
1409
34c99998
GM
1410 * simple.el (filter-buffer-substring-functions)
1411 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
1412
6283a7d3
LL
14132012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
1414
1415 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
1416 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
1417
e96e3013
LL
14182012-02-04 Leo Liu <sdl.web@gmail.com>
1419
1420 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
1421
8ded50f2
GM
14222012-02-04 Glenn Morris <rgm@gnu.org>
1423
82ff1d13
GM
1424 * image.el (image-extension-data): Add obsolete alias.
1425
987a0a16
GM
1426 * isearch.el (isearch-update): Doc fix.
1427
ea32ef46
GM
1428 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
1429
8ded50f2
GM
1430 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
1431
eea14f31
GM
14322012-02-03 Glenn Morris <rgm@gnu.org>
1433
1434 * image.el (image-animated-p): Doc fix. Use image-animated-types.
1435 (image-animate-timeout): Doc fix.
1436
1437 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
1438
12f381b7
GM
14392012-02-02 Glenn Morris <rgm@gnu.org>
1440
953cebf5
GM
1441 * server.el (server-auth-dir): Doc fix.
1442 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
1443
12f381b7
GM
1444 * subr.el (run-mode-hooks): Doc fix.
1445
953a8c3b
JL
14462012-02-02 Juri Linkov <juri@jurta.org>
1447
1448 * image-mode.el (image-toggle-display-image): Remove tautological
1449 `major-mode' from the `derived-mode-p' test.
1450
c5d3843c
KH
14512012-02-02 Kenichi Handa <handa@m17n.org>
1452
9f6e692e 1453 * composite.el (compose-region): Cancel previous change.
c5d3843c 1454
159462d4 14552012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
1456
1457 * composite.el (compose-region, compose-string): Signal error for
1458 a null string component (Bug#6988).
1459
9f562668
CY
14602012-02-01 Chong Yidong <cyd@gnu.org>
1461
e2cef717
CY
1462 * view.el (view-buffer-other-window, view-buffer-other-frame):
1463 Handle special modes like view-buffer (Bug#10650).
1464 (view-buffer): Simplify.
1465
9f562668
CY
1466 * frame.el (set-frame-font): Tweak meaning of third argument.
1467
9f6e692e
JB
1468 * dynamic-setting.el (font-setting-change-default-font):
1469 Use set-frame-font (Bug#9982).
9f562668 1470
781acb9f
GM
14712012-02-01 Glenn Morris <rgm@gnu.org>
1472
6035be52
GM
1473 * progmodes/compile.el (compilation-internal-error-properties):
1474 Respect compilation-first-column in the "*compilation*" buffer.
1475
781acb9f
GM
1476 * emacs-lisp/easy-mmode.el (define-minor-mode):
1477 Relax :variable's test for a named function.
1478
abbceb00
AM
14792012-01-31 Alan Mackenzie <acm@muc.de>
1480
1481 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
1482 off by one error.
1483
fce3fdeb
CY
14842012-01-31 Chong Yidong <cyd@gnu.org>
1485
1486 * frame.el (set-frame-font): New arg ALL-FRAMES.
1487
1488 * menu-bar.el (menu-set-font): Use set-frame-font.
1489
1490 * faces.el (face-spec-reset-face): Don't apply unspecified
1491 attribute values to the default face.
1492
47893581
JB
14932012-01-31 Juanma Barranquero <lekktu@gmail.com>
1494
1495 * progmodes/cwarn.el (cwarn): Remove dead link.
1496 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
1497 Remove * from defcustom docstrings.
1498 (turn-on-cwarn-mode): Make obsolete.
1499 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
1500 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
1501
e58e988a
GM
15022012-01-31 Glenn Morris <rgm@gnu.org>
1503
60dc2671 1504 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 1505 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 1506 Allow named functions to be used as the cdr of :variable.
e58e988a 1507
7a3f511d
GM
15082012-01-30 Glenn Morris <rgm@gnu.org>
1509
1510 * emacs-lisp/authors.el (authors-fixed-entries):
1511 Remove reference to deleted file rnewspost.el.
1512
cb882333
JB
15132012-01-29 Juanma Barranquero <lekktu@gmail.com>
1514
1515 * window.el (window-with-parameter): Remove unused variable `windows'.
1516 (window--side-check): Remove unused variable `code'.
1517 (window--resize-siblings): Remove unused variable `first'.
1518 (adjust-window-trailing-edge): Remove unused variable `failed'.
1519 (window-deletable-p, window--delete): Remove unused variable `buffer'.
1520 Use `let', not `let*'.
1521 (balance-windows-2): Remove unused variable `found'.
1522 (window--state-put-2): Remove unused variable `splits'.
1523 (window-state-put): Remove unused variable `selected'.
1524 (same-window-p): Use `string-match-p'.
1525 (display-buffer-assq-regexp): Remove unused variable `value'.
1526 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1527 Mark argument ALIST as ignored.
1528 (pop-to-buffer): Remove unused variable `old-window'.
1529
907201af
EZ
15302012-01-29 Eli Zaretskii <eliz@gnu.org>
1531
1532 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
1533 and .lzma compressed files.
1534
ea162670
CY
15352012-01-29 Chong Yidong <cyd@gnu.org>
1536
5b95ee8a
CY
1537 * frame.el (window-system-default-frame-alist): Doc fix.
1538
ea162670
CY
1539 * dynamic-setting.el (font-setting-change-default-font): Don't
1540 change the default face if SET-FONT argument is non-nil (Bug#9982).
1541
d6e6f4b1
SB
15422012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
1543
1544 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
1545
0f29fa41 15462012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
1547
1548 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
1549 breakpoints in files outside current directory (Bug#6098).
1550
db174434
CY
15512012-01-29 Chong Yidong <cyd@gnu.org>
1552
6b25e4e2
SE
1553 * progmodes/python.el: Require ansi-color at top-level.
1554
6df6ae42
JB
1555 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
1556 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
1557 (lisp-mode-abbrev-table): Add doc.
1558 (lisp-mode-variables): Don't set local-abbrev-table.
1559 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
1560
e70ee681
RW
15612012-01-28 Roland Winkler <winkler@gnu.org>
1562
1563 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
1564
ace88aa2
RW
15652012-01-28 Roland Winkler <winkler@gnu.org>
1566
1567 * textmodes/bibtex.el (bibtex-entry-alist): New function.
1568 (bibtex-set-dialect): Use it. Either set global values of
1569 dialect-dependent variables or bind these variables buffer-locally
1570 (Bug#10254).
1571 (bibtex-mode): Call bibtex-set-dialect via
1572 hack-local-variables-hook.
eb864a71
LM
1573 (bibtex-dialect): Update docstring.
1574 Add safe-local-variable predicate.
ace88aa2
RW
1575 (bibtex-entry-alist, bibtex-field-alist): Initialize via
1576 bibtex-set-dialect.
1577 (bibtex-mode-map): Define menu for each dialect.
1578 (bibtex-entry): Fix docstring.
1579
93376c5b
CY
15802012-01-28 Chong Yidong <cyd@gnu.org>
1581
1582 * eshell/esh-arg.el (eshell-quote-argument): New function.
1583
1584 * eshell/esh-ext.el (eshell-invoke-batch-file):
1585 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
1586 first arg to eshell-parse-command (Bug#10523).
1587
4372494f
DA
15882012-01-28 Drew Adams <drew.adams@oracle.com>
1589
1590 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
1591 `default-directory' is non-nil.
1592
4d4ec1f8
EZ
15932012-01-28 Eli Zaretskii <eliz@gnu.org>
1594
1595 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
1596 line that displays system-configuration-options. (Bug#9924)
1597
7c188927
DA
15982012-01-28 Drew Adams <drew.adams@oracle.com>
1599
1600 * descr-text.el (describe-char): Show information about POS, in
1601 addition to information about the character at POS. Improve and
1602 update the doc string. Change "code point" to "code point in
1603 charset", to avoid confusion with the character's Unicode code
1604 point shown above that. (Bug#10129)
1605
e0da685a
EZ
16062012-01-28 Eli Zaretskii <eliz@gnu.org>
1607
1608 * descr-text.el (describe-char): Show the raw character, not only
1609 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
1610 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
1611 for the reasons.
1612
70550acf
PH
16132012-01-28 Phil Hagelberg <phil@hagelb.org>
1614
eb864a71
LM
1615 * emacs-lisp/package.el (package-install):
1616 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 1617
0ce8e868
CY
16182012-01-28 Chong Yidong <cyd@gnu.org>
1619
cb882333
JB
1620 * emacs-lisp/package.el (package-maybe-load-descriptor):
1621 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
1622 (package-maybe-load-descriptor): Use it.
1623 (package-download-transaction): Fully load required packages
1624 inside the loop, so that `require' calls work (Bug#10593).
1625 (package-install): No need to call package-initialize now.
1626
2e7f3bea
CY
16272012-01-28 Chong Yidong <cyd@gnu.org>
1628
6e9bad14
CY
1629 * simple.el (deactivate-mark): Doc fix (Bug#8614).
1630
f823b8ca
CY
1631 * tooltip.el (tooltip-mode): Doc fix.
1632 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
1633
2680c309
CY
1634 * frame.el (set-cursor-color): Doc fix (Bug#352).
1635
d7a9e63b
CY
1636 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
1637 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
1638
2e7f3bea
CY
1639 * cus-edit.el (custom-buffer-create-internal): Fix search button
1640 action (Bug#10542).
2ae01800 1641 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 1642
fc4f7a23
EW
16432012-01-27 Eduard Wiebe <usenet@pusto.de>
1644
1645 * dired.el (dired-mark-files-regexp):
1646 Include any subdirectory components. (Bug#10445)
1647
7dd37071
ML
16482012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
1649
1650 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
1651 Handle [host]:port syntax. (Bug#10533)
1652
a268160b
AH
16532012-01-27 Alex Harsanyi <harsanyi@mac.com>
1654
1655 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
1656
e43273ef
GM
16572012-01-26 Glenn Morris <rgm@gnu.org>
1658
1659 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
1660 * term.el (term-raw-escape-map): Use Control-X-prefix.
1661 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
1662
1edf595d
MR
16632012-01-25 Martin Rudalics <rudalics@gmx.at>
1664
1665 * window.el (window-state-get, window--state-get-1): Don't deal
1666 with fixed-sizeness of windows. Simplify code.
1667
fa8eafef
JC
16682012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
1669
6df6ae42
JB
1670 * window.el (window--state-get-1, window--state-put-2):
1671 Don't save and restore the mark.
fa8eafef 1672
0b21c100
CY
16732012-01-25 Chong Yidong <cyd@gnu.org>
1674
1675 * custom.el (custom-variable-p): Doc fix.
1676
5ae1a6c8
GM
16772012-01-25 Glenn Morris <rgm@gnu.org>
1678
40047858
GM
1679 * dired.el (dired-goto-file): Handle some of the more common
1680 characters that `ls -b' escapes. (Bug#10596)
1681
5ddce96c
GM
1682 * progmodes/compile.el (compilation-next-error-function):
1683 Respect compilation-first-column in the "*compilation*" buffer.
1684 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
1685
5ae1a6c8
GM
1686 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
1687
b559f1a9
GM
16882012-01-24 Glenn Morris <rgm@gnu.org>
1689
1690 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
1691
6725d21a
JD
16922012-01-24 Julien Danjou <julien@danjou.info>
1693
1694 * color.el (color-rgb-to-hsl): Fix value computing.
1695 (color-hue-to-rgb): New function.
1696 (color-hsl-to-rgb): New function.
1697 (color-clamp, color-saturate-hsl, color-saturate-name)
1698 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1699 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
1700
70df4bbe
GM
17012012-01-24 Glenn Morris <rgm@gnu.org>
1702
1703 * vc/vc-rcs.el (vc-rcs-create-tag):
1704 * vc/vc-sccs.el (vc-sccs-create-tag):
1705 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
1706
802a2ae2
ML
17072012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
1708
1709 * eshell/esh-util.el (eshell-read-hosts-file):
1710 Skip comment lines. (Bug#10549)
1711
d7128bb1
ML
1712 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
1713
d1a5c3b4
JB
17142012-01-23 Juanma Barranquero <lekktu@gmail.com>
1715
2724d9c7
JB
1716 * subr.el (display-delayed-warnings): Doc fix.
1717 (collapse-delayed-warnings): New function to collapse identical
1718 adjacent warnings.
1719 (delayed-warnings-hook): Add it.
d1a5c3b4 1720
a5509865
MA
17212012-01-22 Michael Albinus <michael.albinus@gmx.de>
1722
1723 * net/tramp.el (tramp-action-login): Set connection property "login-as".
1724
1725 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
1726 properties, when "login-as" is set.
1727
1728 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
1729 (tramp-default-user-alist): Don't add "pscp".
1730 (tramp-do-copy-or-rename-file-out-of-band): Use connection
1731 property "login-as", if set. (Bug#10530)
1732
cc6d5805
MA
17332012-01-21 Michael Albinus <michael.albinus@gmx.de>
1734
1735 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
1736 "plink1" and "psftp". (Bug#10530)
1737
17382012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
1739
1740 * international/mule-cmds.el (prefer-coding-system): Show a
1741 warning message if the default value of file-name-coding-system
1742 was not changed.
1743
f0960428
JC
17442012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
1745
cb882333
JB
1746 * windmove.el (windmove-reference-loc):
1747 Fix windmove-reference-loc miscalculation.
f0960428 1748
dd6f2a63
JB
17492012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
1750
1751 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
1752 default unit.
1753
7b447e9b
GM
17542012-01-21 Glenn Morris <rgm@gnu.org>
1755
117a9ea1
GM
1756 * international/mule.el (auto-coding-alist): Add .tbz.
1757
7b447e9b
GM
1758 * files.el (local-enable-local-variables): Doc fix.
1759 (inhibit-local-variables-regexps): Rename from
1760 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
1761 Doc fix. Add some extensions from auto-coding-alist.
1762 (inhibit-local-variables-suffixes):
1763 Rename from inhibit-first-line-modes-suffixes. Doc fix.
1764 (inhibit-local-variables-p):
1765 New function, extracted from set-auto-mode-1.
1766 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
1767 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
1768 (hack-local-variables): Doc fix. Make the mode-only case
1769 respect enable-local-variables and friends.
1770 Respect inhibit-local-variables-regexps for file-locals, but
1771 not for directory-locals.
1772 (set-visited-file-name):
1773 Take account of inhibit-local-variables-regexps.
1774 Whether it applies may change as the file name is changed.
1775 * jka-cmpr-hook.el (jka-compr-install):
1776 * jka-compr.el (jka-compr-uninstall):
1777 Update for inhibit-first-line-modes-suffixes name change.
1778
dd6e3cdd
MR
17792012-01-20 Martin Rudalics <rudalics@gmx.at>
1780
1781 * help-macro.el (make-help-screen): Temporarily restore original
1782 binding for minor-mode-map-alist (Bug#10454).
1783
0d0deb38
JD
17842012-01-19 Julien Danjou <julien@danjou.info>
1785
1786 * color.el (color-name-to-rgb): Use the white color to find the max
1787 color component value and return correctly computed values.
1788 (color-name-to-rgb): Add missing float conversion for max value.
1789
34a02f46
MR
17902012-01-19 Martin Rudalics <rudalics@gmx.at>
1791
1792 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
1793 special state value for window-persistent-parameters.
1794 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
1795 (window--state-put-2): Reset all window parameters to nil before
1796 assigning values of persistent parameters.
1797
606c44c4
AM
17982012-01-18 Alan Mackenzie <acm@muc.de>
1799
1800 Eliminate sluggishness and hangs in fontification of "semicolon
1801 deserts".
1802
cb882333
JB
1803 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
1804 Change value 10000 -> 3000.
606c44c4
AM
1805 (c-state-safe-place): Reformulate so it doesn't stack up an
1806 infinite number of wrong entries in c-state-nonlit-pos-cache.
1807 (c-determine-limit-get-base, c-determine-limit): New functions to
1808 determine backward search limits disregarding literals.
1809 (c-find-decl-spots): Amend commenting.
1810 (c-cheap-inside-bracelist-p): New function which detects "={".
1811
1812 * progmodes/cc-fonts.el
1813 (c-make-font-lock-BO-decl-search-function): Give a limit to a
1814 backward search.
1815 (c-font-lock-declarations): Fix an occurrence of point being
1816 undefined. Check additionally for point being in a bracelist or
1817 near a macro invocation without a semicolon so as to avoid a
1818 fruitless time consuming search for a declarator. Give a more
1819 precise search limit for declarators using the new
1820 c-determine-limit.
1821
f3860cea
GM
18222012-01-18 Glenn Morris <rgm@gnu.org>
1823
1824 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
1825 (set-auto-mode): Doc fixes.
1826
1db03b16
GM
18272012-01-17 Glenn Morris <rgm@gnu.org>
1828
0e6038be
GM
1829 * isearch.el (search-nonincremental-instead): Fix doc typo.
1830
1db03b16
GM
1831 * dired.el (dired-insert-directory): Handle newlines in directory name.
1832 (dired-build-subdir-alist): Unescape newlines in directory name.
1833
4cb0aa75
MA
18342012-01-17 Michael Albinus <michael.albinus@gmx.de>
1835
1836 * net/tramp.el (tramp-local-end-of-line): New defcustom.
1837 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
1838 (tramp-action-terminal): Use it. (Bug#10530)
1839
1d00653d
SM
18402012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
1841
1842 * minibuffer.el (completion--replace): Strip properties (bug#10062).
1843
6a6ee00d
MR
18442012-01-16 Martin Rudalics <rudalics@gmx.at>
1845
1846 * window.el (window-state-ignored-parameters): Remove variable.
1847 (window--state-get-1): Rename argument MARKERS to IGNORE.
1848 Handle persistent window parameters. Make copy of clone-of
1849 parameter only if requested. (Bug#10348)
1850 (window--state-put-2): Install a window parameter only if it has
1851 a non-nil value or an existing parameter shall be overwritten.
1852
97912def
MA
18532012-01-15 Michael Albinus <michael.albinus@gmx.de>
1854
1855 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
1856
688070a5
EZ
18572012-01-14 Eli Zaretskii <eliz@gnu.org>
1858
1859 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
1860 don't pass the (nil) value of `upnode' to string-match.
1861
301afadc
CY
18622012-01-14 Chong Yidong <cyd@gnu.org>
1863
1864 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 1865 Fix values recognized by the cursorBlink resource.
301afadc 1866
9e5788aa
PE
18672012-01-14 Paul Eggert <eggert@cs.ucla.edu>
1868
1869 * epg.el (epg--make-temp-file): Avoid permission race condition
1870 when running on old Emacs versions (bug#10403).
1871
3cdb7f5a
GM
18722012-01-14 Glenn Morris <rgm@gnu.org>
1873
1874 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
1875
8c82b1b4
AM
18762012-01-13 Alan Mackenzie <acm@muc.de>
1877
1878 Fix filling for when filladapt mode is enabled.
1879
1880 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
1881 c-mask-paragraph, pass in `fill-paragraph' rather than
1882 `fill-region-as-paragraph'. (This is a reversion of a previous
1883 change.)
eb864a71
LM
1884 * progmodes/cc-mode.el (c-basic-common-init):
1885 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 1886
e517eda4
GM
18872012-01-13 Glenn Morris <rgm@gnu.org>
1888
1498536e
GM
1889 * dired.el (dired-switches-escape-p): New function.
1890 (dired-insert-directory): Use dired-switches-escape-p.
1891 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
1892
e517eda4
GM
1893 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
1894
328f984d
GM
18952012-01-12 Glenn Morris <rgm@gnu.org>
1896
1897 * mail/sendmail.el (mail-mode): Update paragraph-separate for
1898 changes in adaptive-fill-regexp. (Bug#10276)
1899
2cc769a8
AM
19002012-01-11 Alan Mackenzie <acm@muc.de>
1901
1902 Fix Emacs bug #10463 - put `widen's around the critical spots.
1903
1d00653d 1904 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
1905 widen around each invocation of c-state-pp-to-literal. Remove an
1906 unused let variable.
1907
e52c37fa
GM
19082012-01-11 Glenn Morris <rgm@gnu.org>
1909
1910 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 1911 Doc fix.
e52c37fa 1912
96f8741e
CY
19132012-01-10 Chong Yidong <cyd@gnu.org>
1914
1d00653d
SM
1915 * net/network-stream.el (network-stream-open-starttls):
1916 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
1917 response to the capability command.
1918
b09a806e
GM
19192012-01-10 Glenn Morris <rgm@gnu.org>
1920
1921 * mail/unrmail.el (unrmail): Tweak previous change.
1922
7655cb66
CY
19232012-01-09 Chong Yidong <cyd@gnu.org>
1924
1925 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
1926
9d5a8f0b
AM
19272012-01-08 Alan Mackenzie <acm@muc.de>
1928
1929 Optimise font locking in long enum definitions.
1930
1931 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
1932 arm to a cond form to handle enums.
1933 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
1934 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
1935
9a0115ab 19362012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
1937
1938 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 1939 (Bug#10401)
6bb72cbd 1940
f186bb95
LMI
19412012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1942
29232a68
LMI
1943 * faces.el (set-face-attribute): Clarify the meaning of the nil
1944 frame (bug#10294).
1945
4e5d086d
LMI
1946 * subr.el (with-selected-frame): Mention that the selected frame
1947 is restored (bug#9980).
1948
8e66aebe
LMI
1949 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
1950 (bug#9759).
1951
cd394be1 1952 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
1953 (password-read): Don't autoload unused function.
1954
adf4e762
JB
19552012-01-07 Juanma Barranquero <lekktu@gmail.com>
1956
1957 * progmodes/which-func.el (which-func-mode): Turn into a
1958 non-interactive function and mark as obsolete (bug#10428).
1959
89bd9ccd
CY
19602012-01-06 Chong Yidong <cyd@gnu.org>
1961
1962 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
1963 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
1964 functions, along with 1 and -1.
1965
4afee9d5
EZ
19662012-01-06 Eli Zaretskii <eliz@gnu.org>
1967
1968 * time.el (display-time-load-average)
1969 (display-time-default-load-average): Doc fixes. See the thread
1970 starting at
1971 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
1972 for the details.
1973
536aea70
GM
19742012-01-06 Glenn Morris <rgm@gnu.org>
1975
665ae865
GM
1976 * mail/unrmail.el (unrmail): Give an explicit error if the input file
1977 has no messages. (Bug#10377)
1978
c869783d
GM
1979 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
1980 than Info-edit. (Bug#10385)
1981
2bb4227e
GM
1982 * time.el (display-time-load-average, display-time-next-load-average):
1983 Doc fixes.
1984
7d5944b9
GM
1985 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
1986 local setting of buffer-read-only to the input buffer. (Bug#10419)
1987
536aea70
GM
1988 * calendar/calendar.el (calendar-mode):
1989 Locally set scroll-margin to 0. (Bug#10379)
1990
7dccca16
UM
19912012-01-06 Ulrich Mueller <ulm@gentoo.org>
1992
1993 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
1994
afbb7930
GM
19952012-01-05 Glenn Morris <rgm@gnu.org>
1996
1997 * eshell/em-unix.el (diff-no-select): Autoload it.
1998 (eshell/diff): Use diff-no-select. (Bug#10420)
1999
04482335
CY
20002012-01-05 Chong Yidong <cyd@gnu.org>
2001
7baca3bc
CY
2002 * shell.el (shell-dynamic-complete-functions): Revert last change.
2003 (shell-command-completion-function): New function.
2004 (shell-completion-vars): Use it to implement
2005 shell-completion-execonly (Bug#10417).
2006
04482335
CY
2007 * custom.el (enable-theme): Don't set custom-safe-themes.
2008
1d00653d
SM
2009 * cus-theme.el (custom-theme-merge-theme):
2010 Ignore custom-enabled-themes and custom-safe-themes.
04482335 2011
bb5aa5d6
MM
20122012-01-05 Michael R. Mauger <mmaug@yahoo.com>
2013
2014 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
2015 first prompt in `sql-interacive-mode'.
2016 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 2017 keywords.
6df6ae42 2018 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
2019 (sql-product-interactive): Bug fix: Set `sql-buffer' in
2020 context of original buffer. Invoke `sql-login-hook'.
2021
a7183d7c
EZ
20222012-01-04 Eli Zaretskii <eliz@gnu.org>
2023
2024 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
2025 letters in cite-prefix.
2026
a1eacd1e
LMI
20272012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2028
2029 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
2030
787cdb34
CY
20312012-01-03 Chong Yidong <cyd@gnu.org>
2032
1d00653d
SM
2033 * shell.el (shell-dynamic-complete-functions):
2034 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
2035 comint-filename-completion first (Bug#10417).
2036
30710442
RS
20372012-01-02 Richard Stallman <rms@gnu.org>
2038
2039 * battery.el (battery-status-function):
2040 Detect when to use battery-yeeloong-sysfs.
2041 (battery-echo-area-format): Add string for Yeeloong.
2042 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
2043 (battery-yeeloong-sysfs): New function.
2044
f75bfc33
CY
20452012-01-02 Chong Yidong <cyd@gnu.org>
2046
2047 * dirtrack.el (dirtrack-list): Eliminate unused third element.
2048 (dirtrack): Merge code for handling relative filenames in prompt
2049 from shell-dir-cookie-watcher.
2050 (dirtrack-debug-message): New arg to avoid excess format calls.
2051
2052 * shell.el (shell-dir-cookie-re): Variable deleted.
2053 (shell-dir-cookie-watcher): Function deleted.
2054 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
2055 with dirtrack-mode.
2056
651e947e
EZ
20572012-01-01 Eli Zaretskii <eliz@gnu.org>
2058
1d00653d
SM
2059 * term/w32-win.el (dynamic-library-alist) <gnutls>:
2060 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
2061 libgnutls-26.dll.
2062
94d4c7dc
AS
20632011-12-31 Andreas Schwab <schwab@linux-m68k.org>
2064
2065 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
2066
8d43f3cd
EZ
20672011-12-31 Eli Zaretskii <eliz@gnu.org>
2068
2069 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
2070 headers of non-MIME messages, when rmail-enable-mime is non-nil.
2071
98c8795a
MA
20722011-12-29 Michael Albinus <michael.albinus@gmx.de>
2073
2074 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
2075 also for alternative shells.
2076 (tramp-open-connection-setup-interactive-shell): Check, whether
2077 the shell is a busybox.
2078 (tramp-send-command): Don't suppress multiple prompts for
2079 busyboxes, it hurts.
2080
51281b32
CY
20812011-12-28 Chong Yidong <cyd@gnu.org>
2082
2083 * progmodes/gdb-mi.el (gdb-get-source-file-list)
2084 (gdb-get-source-file): Move mode line update to
2085 gdb-get-source-file (Bug#10087).
2086
2170cb53
CY
20872011-12-25 Chong Yidong <cyd@gnu.org>
2088
2089 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
2090 gud-gdb-marker-filter without taking it as an argument.
2091 (gud-gdb-run-command-fetch-lines): Caller changed.
2092 (gud-gdb-completion-function): New variable.
2093 (gud-gdb-completion-at-point): Use it.
2094 (gud-gdb-completions-1): Split from gud-gdb-completions.
2095
2096 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
2097 function as separate arguments.
2098 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
2099 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
2100 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
2101 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
2102 (gdb-stopped, def-gdb-auto-update-trigger)
2103 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
2104 (gdb-get-changed-registers, gdb-get-main-selected-frame):
2105 Callers changed.
2170cb53
CY
2106 (gud-gdbmi-completions): New function.
2107 (gdb): Use it for generating the completion table.
2108
be8b11bb
AM
21092011-12-24 Alan Mackenzie <acm@muc.de>
2110
2111 Introduce a mechanism to widen the region used in context font
1d00653d 2112 locking. Use this to protect declarations from losing their contexts.
be8b11bb 2113
1d00653d
SM
2114 * progmodes/cc-langs.el (c-before-font-lock-functions):
2115 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 2116 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
2117 functions to be run just before context (etc.) font locking.
2118
2119 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 2120 New, functionality extracted from
be8b11bb 2121 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 2122 (c-in-after-change-fontification): New variable.
be8b11bb
AM
2123 (c-after-change): Set c-in-after-change-fontification.
2124 (c-set-fl-decl-start): Rejig its interface, so it can be called
2125 from both after-change and context fontifying.
b81d40f0
JB
2126 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
2127 New functions.
2128 (c-standard-font-lock-fontify-region-function): New variable.
2129 (c-font-lock-fontify-region): New function.
be8b11bb 2130
341cf6ac
JL
21312011-12-24 Juri Linkov <juri@jurta.org>
2132
2133 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
2134 (Bug#10348)
2135
bffcee0a
MA
21362011-12-23 Michael Albinus <michael.albinus@gmx.de>
2137
2138 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
2139 existence of source file. (Bug#10325)
2140
cb5e207c
AM
21412011-12-23 Alan Mackenzie <acm@muc.de>
2142
2143 Fix unstable fontification inside templates.
2144
b81d40f0
JB
2145 * progmodes/cc-langs.el (c-before-font-lock-functions):
2146 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
2147 additionally has c-set-fl-decl-start. The other languages (apart
2148 from AWK) have that as a single entry.
2149
b81d40f0
JB
2150 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
2151 The functionality for "local" declarations has been extracted to
cb5e207c
AM
2152 c-set-fl-decl-start.
2153
b81d40f0
JB
2154 * progmodes/cc-mode.el (c-common-init, c-after-change):
2155 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
2156 (c-set-fl-decl-start): New function, extracted from
2157 c-font-lock-enclosing-decls and enhanced.
2158
60ff536c
JB
21592011-12-23 Juanma Barranquero <lekktu@gmail.com>
2160
2161 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
2162
1c4757d6
JL
21632011-12-22 Juri Linkov <juri@jurta.org>
2164
2165 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
2166
d031f2c7
CY
21672011-12-22 Chong Yidong <cyd@gnu.org>
2168
2169 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
2170
bace743a
DA
21712011-12-21 Drew Adams <drew.adams@oracle.com>
2172
2173 * files.el (file-remote-p): Fix docstring. (Bug#10319)
2174
728a1f2b
JC
21752011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
2176
2177 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
2178
0d373f73
TZ
21792011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
2180
fec0aaa4
TZ
2181 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
2182 highlighting and support. Fix up comments for capitalization.
2183 (cfengine-mode-debug): New var.
2184 (cfengine3-mode): Change the modeline indicator to "CFE3".
2185 (cfengine3-font-lock-keywords): Improve defun highlighting.
2186 (cfengine2-actions): Rename from `cfengine-actions'.
2187 (cfengine2-font-lock-keywords): Rename from
2188 `cfengine-font-lock-keywords'.
2189 (cfengine2-imenu-expression): Rename from
2190 `cfengine-imenu-expression'.
2191 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
2192 (cfengine2-beginning-of-defun): Rename from
2193 `cfengine-beginning-of-defun'.
2194 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
2195 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
2196 (cfengine2-mode): Rename from `cfengine-mode'. Change the
2197 modeline indicator to "CFE2".
2198 (cfengine-mode): Defalias to `cfengine-auto-mode'.
2199 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 2200
bc86f573
CY
22012011-12-21 Chong Yidong <cyd@gnu.org>
2202
2203 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
2204 filename argument.
2205
d45ba96b
MR
22062011-12-20 Martin Rudalics <rudalics@gmx.at>
2207
2208 * window.el (window-normalize-buffer-to-display): Remove.
2209 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
2210
a6198c90
CY
22112011-12-19 Chong Yidong <cyd@gnu.org>
2212
2213 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
2214 Don't signal an error in a predicate function; return non-nil.
2215 (vc-dir-mark-file): Move the error here.
2216 (vc-dir-mark-unmark): If acting on the region, keep going if one
2217 of the entries cannot be marked/unmarked.
2218 (vc-dir-mark-all-files): If current entry is a directory, mark
2219 only child files, as documented.
2220
34c5fb55
VB
22212011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
2222
2223 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
2224 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
2225 addition.
2226
c803b2b7
JD
22272011-12-18 Jan Djärv <jan.h.d@swipnet.se>
2228
2229 * term/ns-win.el (ns-get-selection-internal)
2230 (ns-store-selection-internal): Declare.
1154d12e
JB
2231 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
2232 Declare as obsolete.
2233 (ns-get-pasteboard, ns-paste-secondary):
2234 Use ns-get-selection-internal.
2235 (ns-set-pasteboard, ns-copy-including-secondary):
2236 Use ns-store-selection-internal.
c803b2b7 2237
9cff91f8 22382011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
2239
2240 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 2241 (vc-deduce-fileset): Doc fix.
99a289d9 2242
f16c898a
AS
22432011-12-16 Andreas Schwab <schwab@linux-m68k.org>
2244
2245 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
2246
763237c4
SS
22472011-12-13 Sam Steingold <sds@gnu.org>
2248
2249 * man.el (Man-getpage-in-background): When running under a
2250 window-system, ignore $MANWIDTH and $COLUMNS.
2251
5fc1c122
KH
22522011-12-15 Kenichi Handa <handa@m17n.org>
2253
2254 * language/ethio-util.el: Change coding tag to utf-8-emacs.
2255 (setup-ethiopic-environment-internal): Comment out key-binding for
2256 ethio-toggle-punctuation.
2257
13d49cbb
AM
22582011-12-13 Alan Mackenzie <acm@muc.de>
2259
898169a2
AM
2260 Add the switch statement to AWK Mode.
2261
7a71b18d 2262 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
2263 "default" to the keywords regexp.
2264
7a71b18d 2265 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 2266 expression as the rest.
1d00653d
SM
2267 (c-nonlabel-token-key): Allow string literals for AWK.
2268 Refactor for the other modes.
898169a2 2269
13d49cbb 2270 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 2271 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
2272 routines. Limit backward searching in c-font-lock-enclosing.decl.
2273
2274 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
2275 pp-state and literal type in addition to the limits.
1d00653d 2276 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 2277 (c-state-literal-at): Use the above new defun.
1d00653d
SM
2278 (c-slow-in-literal, c-fast-in-literal): Remove.
2279 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
2280
2281 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
2282 being in a literal. Add a limit for backward searching.
2283
2284 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
2285 c-slow-in-literal.
2286
15e0efc7
SM
22872011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2288
2289 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
2290
454592a6
MR
22912011-12-13 Martin Rudalics <rudalics@gmx.at>
2292
2293 * window.el (delete-other-windows): Use correct frame in call to
2294 window-with-parameter.
2295
87393f26
DP
22962011-12-12 Daniel Pfeiffer <occitan@t-online.de>
2297
2298 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
2299 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
2300 (makefile-gmake-statements, makefile-makepp-statements):
2301 Use it and add new makepp keywords.
2302 (makefile-makepp-font-lock-keywords): Add new patterns.
2303 (makefile-match-function-end): Match new [...] and [[...]].
2304
11636b22
JB
23052011-12-11 Juanma Barranquero <lekktu@gmail.com>
2306
2307 * ses.el (ses-call-printer-return, ses-cell-property-get)
2308 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
2309 (ses-create-cell-variable, ses-reset-header-string)
2310 (ses-cell-set-formula, ses-repair-cell-reference-all)
2311 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
2312 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
2313 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
2314 (ses-aset-with-undo, ses-load, ses-truncate-cell)
2315 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
2316 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
2317 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
2318 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
2319 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
2320 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
2321 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
2322 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
2323
cf018193
VB
23242011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
2325
2326 * ses.el: The overall change is to add cell renaming, that is
2327 setting fancy names for cell symbols other than name matching
2328 "\\`[A-Z]+[0-9]+\\'" regexp .
2329 (ses-create-cell-variable): New defun.
2330 (ses-relocate-formula): Relocate formulas only for cells the
2331 symbols of which are not renamed, i.e. symbols whose names do not
2332 match regexp "\\`[A-Z]+[0-9]+\\'".
2333 (ses-relocate-all): Relocate values only for cells the symbols of
2334 which are not renamed.
2335 (ses-load): Create cells variables as the (ses-cell ...) are read,
2336 in order to check row col consistency with cell symbol name only
2337 for cells that are not renamed.
2338 (ses-replace-name-in-formula): New defun.
2339 (ses-rename-cell): New defun.
2340
ee957461
CY
23412011-12-11 Chong Yidong <cyd@gnu.org>
2342
2343 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
2344 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
2345
9a9e9ef0
MR
23462011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
2347
2348 * window.el (other-window): Fix docstring.
2349
92a8eba5
EZ
23502011-12-10 Eli Zaretskii <eliz@gnu.org>
2351
2352 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
2353 `from' or `to' address before taking its substring.
2354 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
2355 encoded name is chopped in the middle of the encoded string, and
2356 thus displayed encoded.
2357
e152e577
JB
23582011-12-10 Juanma Barranquero <lekktu@gmail.com>
2359
2360 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
2361
e5d84bfe
EZ
23622011-12-10 Eli Zaretskii <eliz@gnu.org>
2363
2364 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
2365 to use texinfo-update-node and commands that call it if the
2366 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 2367 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
2368 (texinfo-all-menus-update, texinfo-master-menu)
2369 (texinfo-update-node, texinfo-every-node-update)
2370 (texinfo-multiple-files-update): Doc fix. Warn against updating
2371 all the @node lines.
2372 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
2373 argument is numeric. Explain better in the doc string what the
2374 function really does.
2375 (texinfo-insert-master-menu-list): Improve the error message
2376 displayed if there's no menu in the Top node.
2377 (Bug#2975) See also this thread:
e5d84bfe
EZ
2378 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
2379
1d84e9bb
MG
23802011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
2381
2382 * speedbar.el (speedbar-supported-extension-expressions):
2383 Add .adb and .ads, commonly used for Ada source code (bug#10256).
2384
382c953b
JB
23852011-12-09 Juanma Barranquero <lekktu@gmail.com>
2386
2387 * printing.el (pr-mode-alist):
2388 * simple.el (filter-buffer-substring-functions)
2389 (completion-list-insert-choice-function):
2390 * window.el (window-with-parameter, window-atom-root)
2391 (window-sides-slots, window-size-fixed, window-min-delta)
2392 (window-max-delta, window--resize-mini-window)
2393 (window--resize-child-windows-normal, window-tree)
2394 (delete-other-windows, quit-window, split-window)
2395 (display-buffer-record-window, special-display-buffer-names)
2396 (special-display-regexps, special-display-popup-frame)
2397 (same-window-p, split-window-sensibly)
2398 (display-buffer-overriding-action, display-buffer-alist)
2399 (display-buffer-base-action, display-buffer, switch-to-buffer)
2400 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
2401 (fit-window-to-buffer, recenter-positions)
2402 (mouse-autoselect-window-state, mouse-autoselect-window-select):
2403 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
2404 and remove unneeded backslashes in docstrings.
2405
39c9faef
SM
24062011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
2407
98449af8
SM
2408 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
2409
39c9faef
SM
2410 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
2411 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
2412 end in ".mk".
2413 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
2414 when reading the makefile (bug#10116).
2415
86ed9fdc
SM
24162011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2417
2418 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
2419 (bug#10116).
2420
5580f89d
GM
24212011-12-06 Glenn Morris <rgm@gnu.org>
2422
2423 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
2424
28d3917c
CY
24252011-12-06 Chong Yidong <cyd@gnu.org>
2426
2427 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
2428
a98edce9
JB
24292011-12-06 Juanma Barranquero <lekktu@gmail.com>
2430
2431 * textmodes/table.el (table-shorten-cell): Fix typo.
2432
e65adfac
CG
24332011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
2434
2435 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
2436
71cc0b74
EZ
24372011-12-05 Eli Zaretskii <eliz@gnu.org>
2438
2439 * descr-text.el (describe-char): Fix display of strong
2440 right-to-left characters and directional embeddings and overrides.
2441
2442 * simple.el (what-cursor-position): Fix display of codepoints of
2443 strong right-to-left characters.
2444
315bc30d
CY
24452011-12-05 Chong Yidong <cyd@gnu.org>
2446
2447 * faces.el (read-color): Doc fix.
2448
58a70b94
GM
24492011-12-05 Glenn Morris <rgm@gnu.org>
2450
2451 * align.el (align--set-marker): Add doc-string.
2452 Don't try to move something that is not a marker. (Bug#10216)
2453
5158face
GM
24542011-12-04 Glenn Morris <rgm@gnu.org>
2455
2456 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
2457 overly zealous deletion of trailing whitespace.
2458
520fca41
JB
24592011-12-04 Juanma Barranquero <lekktu@gmail.com>
2460
2461 * server.el (server-delete-client): On Windows, do not try to delete
2462 the only terminal.
2463 (server-process-filter): On Windows, treat requests for a tty frame as
2464 if they were for a GUI frame if the running server is in GUI mode.
2465
5e605a2e
GM
24662011-12-03 Glenn Morris <rgm@gnu.org>
2467
2468 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
2469
5c3fe83f
SM
24702011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2471
6f5e57e7
SM
2472 * electric.el: Streamline electric-indent's hook.
2473 (electric-indent-chars): Revert to simple list.
2474 (electric-indent-functions): New var.
2475 (electric-indent-post-self-insert-function): Use it.
2476
5c3fe83f
SM
2477 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
2478 there's no inferior buffer (bug#10196).
2479 (prolog-consult-compile): Don't use toggle-read-only.
2480
6bdac736
MA
24812011-12-02 Michael Albinus <michael.albinus@gmx.de>
2482
2483 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
2484 interrupt. (Bug#10187)
2485
6131ba7f
SM
24862011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2487
99c79fee
SM
2488 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
2489 (bug#9160).
2490
6131ba7f
SM
2491 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
2492 (bug#10191).
2493
cb0a02ea
JL
24942011-12-02 Juri Linkov <juri@jurta.org>
2495
2496 * info.el (Info-search): Display "end of manual" when Isearch
2497 reaches the end of single-file Info manual. (Bug#9918)
2498
66e0570c
EZ
24992011-12-02 Eli Zaretskii <eliz@gnu.org>
2500
2501 * isearch.el (isearch-message-prefix): Run the input method part
2502 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
2503
02b16839
JL
25042011-12-02 Juri Linkov <juri@jurta.org>
2505
2506 * isearch.el (isearch-occur): Use `word-search-regexp' for
2507 `isearch-word'.
2508 (isearch-search-and-update): Add condition for `isearch-word' and
2509 call `word-search-regexp'. (Bug#10145)
2510
0b950688
GM
25112011-12-01 Glenn Morris <rgm@gnu.org>
2512
2513 * eshell/em-hist.el (eshell-hist-initialize):
2514 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 2515 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 2516
9505c3c7
SM
25172011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2518
2519 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
2520
1bbe96b2 25212011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 2522
a1beca85
SM
2523 * progmodes/verilog-mode.el (verilog-pretty-expr):
2524 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
2525 verilog, such as += *= and the like.
2526 (verilog-assignment-operator-re): Regular expression to find the
2527 assigment operator in a verilog assignment.
2528 (verilog-assignment-operation-re): Regular expression to find an
2529 assignment statement for pretty-expr.
2530 (verilog-in-attribute-p): Query returns true if point is in an
2531 attribute context; used to skip these for expression line up from
2532 pretty-expr.
2533 (verilog-in-parameter-p): Query returns true if point is in an
2534 parameter definition context; used to skip these for expression
2535 line up from pretty-expr.
2536 (verilog-in-parenthesis-p): Query returns true if point is in a
2537 parenthetical expression, specifically ( ) but not [ ] or { };
2538 used by pretty-expr.
2539 (verilog-just-one-space): If there is no space, don't add one.
2540 (verilog-get-lineup-indent-2): Specifically skip just attribute
2541 contexts for expression lineup, rather than skipping all
2542 parenthetical expressions.
2543 (verilog-calculate-indent): Fix comment, and fix indent.
2544 (verilog-do-indent): Indent declarations in lists (suggested by
2545 Joachim Lechner).
2546 (verilog-mode-abbrev-table): Populate abbrev mode with the various
2547 skeleton items.
2548 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
2549 by Alain Mellan).
2550
1bbe96b2 25512011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
2552
2553 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
2554 parameters with embedded comments. Reported by Ray Stevens.
2555 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
2556 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
2557 Reported by Tim Holt.
2558 (verilog-auto): Fix AUTOing a upper module then AUTOing module
2559 instantiated by upper module causing wrong expansion until AUTOed a
2560 second time. Reported by K C Buckenmaier.
2561 (verilog-diff-auto): Fix showing .* as a difference when
2562 `verilog-auto-star-save' off. Reported by Dan Dever.
2563 (verilog-auto-reset, verilog-read-always-signals)
2564 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
2565 temporary signals in reset list if
2566 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
2567 style to each signal's assignment type, bug381.
2568 Reported by Thomas Esposito.
6288f0ca
WS
2569 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
2570 (verilog-uvm-statement-re): Support UVM indentation and
2571 highlighting, with old OVM keywords only.
a1beca85 2572 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
2573 Support AUTOTIEOFF creating non-wire data types.
2574 Suggested by Jonathan Greenlaw.
6288f0ca
WS
2575 (verilog-auto-insert-lisp, verilog-delete-to-paren)
2576 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
2577 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
2578 (verilog-read-sub-decls, verilog-read-sub-decls-line):
2579 Fix mismatching parenthesis inside commented out code when deleting
382c953b 2580 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
2581 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
2582 non-numeric vector width. Reported by Alex Reed.
2583 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 2584 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
2585 (verilog-auto-delete-trailing-whitespace):
2586 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
2587 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
2588 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
2589 Fix verilog-scan-cache corruption when running user AUTO expansion
2590 hooks that call indentation routines.
2591 (verilog-simplify-range-expression): Fix typo ignoring lower case
2592 identifiers.
2593 (verilog-delete-auto): Fix delete-autos to also remove user created
2594 automatics, as long as they start with AUTO.
2595 (verilog-batch-diff-auto, verilog-diff-auto)
2596 (verilog-diff-function): Add `verilog-diff-auto' and bind to
2597 "C-c?" to report differences in AUTO expansion, ignoring spaces.
2598 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
2599 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
2600 (verilog-re-search-forward-quick, verilog-syntax-ppss):
2601 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
2602 is disabled and its cache will get corrupt, causing AUTOS not to
2603 expand. Instead use only -quick functions.
2604 (verilog-scan-region): Fix scanning over escaped quotes.
2605 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
2606 (verilog-re-search-backward-quick)
2607 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
2608 related functions now ignore strings, to fix misparsing of strings
2609 with magic comments embedded in them.
a1beca85
SM
2610 (verilog-read-auto-template):
2611 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
2612 Reported by Brad Dobbie.
2613 (verilog-read-auto-template):
2614 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 2615 Reported by Brad Dobbie.
6288f0ca
WS
2616 (verilog-auto-inst, verilog-auto-inst-param)
2617 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
2618 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
2619 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
2620 debugging templates without merge conflicts, bug357.
2621 Reported by Brad Dobbie.
2622 (verilog-read-auto-template):
2623 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
2624 Reported by Brad Dobbie.
2625 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
2626 abbrevs so user won't be asked to save.
2627 (verilog-read-auto-lisp-present): Fix to start at beginning of
2628 buffer in case called outside of verilog-auto.
2629 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
2630 to "X-2". Reported by Matthew Myers.
2631 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
2632 all inputs from module templates. Reported by Leith Johnson.
2633 (verilog-module-inside-filename-p): Fix locating programs as with
2634 modules.
2635 (verilog-auto-inst-port): Fix vl-width expressions when using
2636 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
2637 (verilog-decls-get-regs, verilog-decls-get-signals,
2638 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
2639 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
2640 verilog-read-decls): Combine reg and wire structures into one var
2641 structure to represent SystemVerilog concepts.
2642 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
2643 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
2644 (verilog-auto-wire-type, verilog-insert-definition):
2645 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
2646 SystemVerilog "logic" keyword instead of "wire"/"reg".
2647 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
2648 to declares outputs that also have assignments (presumably in an
a1beca85
SM
2649 ifdef or generate if so there's not a driver conflict).
2650 Reported by Matthew Myers.
2651 (verilog-auto-declare-nettype, verilog-insert-definition):
2652 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
2653 `default_nettype none. Reported by Julian Gorfajn.
2654 (verilog-read-always-signals-recurse, verilog-read-decls)
2655 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
2656 malformed end statement, bug325. Reported by Joshua Wise and
2657 Andrew Drake.
2658 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
2659 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
2660 when expanding .* in interfaces, bug320.
2661 Reported by Pierre-David Pfister.
6288f0ca 2662 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
2663 name and open parenthesis, bug317.
2664 Reported by Pierre-David Pfister.
6288f0ca
WS
2665 (verilog-simplify-range-expression): Fix simplification of
2666 multiplications inside AUTOWIRE connections, bug303.
2667 (verilog-auto-inst-port): Support parameter expansion in
2668 multidimensional arrays.
2669 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
2670 after "assert property". Reported by Julian Gorfajn.
2671 (verilog-simplify-range-expression): Fix "couldn't merge" errors
2672 with multiplication, bug303.
2673 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
2674 Reported by Jan Frode Lonnum.
2675
1bbe96b2
GM
26762011-11-30 Juanma Barranquero <lekktu@gmail.com>
2677
2678 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
2679 (hfy-shell-file-name, hfy-shell):
2680 * international/fontset.el (x-decompose-font-name): Fix typos.
2681
26822011-11-29 Ken Brown <kbrown@cornell.edu>
2683
2684 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
2685 (gdb-version): Remove defvar.
2686 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
2687 (gdb-gud-context-command, gdb-non-stop-handler)
2688 (gdb-current-context-command, gdb-stopped): Use it.
2689 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
2690 (gdb-non-stop-handler): Don't enable pretty-printing here.
2691 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
2692 non-stop mode. Use the following.
2693 (gdb-check-target-async): New defun.
2694 (gud-watch, gdb-stopped): Fix whitespace.
2695 (gdb-get-source-file): Don't try to display the source file if
2696 `gdb-main-file' is nil.
2697
26982011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
2699
2700 * align.el: Try to generate fewer markers (bug#10047).
2701 (align--set-marker): New macro.
2702 (align-region): Use it.
2703
c935221f
SM
27042011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
2705
2706 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
2707
e70b5064
CY
27082011-11-29 Chong Yidong <cyd@gnu.org>
2709
2710 * indent.el (indent-for-tab-command, indent-according-to-mode):
2711 Doc fix.
2712 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
2713
f3af92b7
MA
27142011-11-29 Michael Albinus <michael.albinus@gmx.de>
2715
2716 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
2717 aware of remote file names. (Bug#10124)
2718
ed472be9
CY
27192011-11-29 Chong Yidong <cyd@gnu.org>
2720
2721 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
2722
24510c22
SM
27232011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2724
2725 * files.el (find-file): Don't use force-same-window (bug#10144).
2726 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
2727 use pop-to-buffer if the selected window can't be used.
2728 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
2729
c60c3703
EZ
27302011-11-28 Eli Zaretskii <eliz@gnu.org>
2731
2732 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
2733 special-mode-map.
2734
e95def75
CY
27352011-11-28 Chong Yidong <cyd@gnu.org>
2736
2737 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
2738
c3f1c606
NR
27392011-11-27 Nick Roberts <nickrob@snap.net.nz>
2740
2741 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
2742 gdb-get-source-file-list on gdb-create-source-file-list.
2743
00db469c
EZ
27442011-11-26 Eli Zaretskii <eliz@gnu.org>
2745
2746 * whitespace.el (whitespace-newline): Use a different foreground
2747 color for 16-color light-background displays.
2748
4ad3bc2a
CY
27492011-11-24 Chong Yidong <cyd@gnu.org>
2750
2751 * window.el (display-buffer--special-action): Doc fix.
2752
e9fce1ac
JB
27532011-11-25 Juanma Barranquero <lekktu@gmail.com>
2754
2755 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
2756 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
2757 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
2758 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
2759 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
2760 (avl-tree-stack-first):
2761 * emacs-lisp/cconv.el (cconv--analyse-use):
2762 * net/gnutls.el (gnutls-negotiate): Fix typos.
2763
cb825e5d
GM
27642011-11-24 Glenn Morris <rgm@gnu.org>
2765
3adbe224
GM
2766 * lpr.el (lpr-windows-system, lpr-lp-system):
2767 * mail/binhex.el (binhex-begin-line):
2768 * progmodes/grep.el (grep-history, grep-find-history):
2769 * textmodes/flyspell.el:
2770 * vc/pcvs-defs.el (cvs-global-menu):
2771 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
2772 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
2773 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
2774
321decc8
GM
2775 * net/tls.el: Fix case of "GnuTLS".
2776
420b63ad
GM
2777 * paths.el (rmail-file-name): Format doc-string for make-docfile.
2778
cb825e5d
GM
2779 * version.el (emacs-build-system): Give it a doc-string.
2780
a0649f08
JL
27812011-11-24 Juri Linkov <juri@jurta.org>
2782
2783 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
2784
c0bc0fd4
GM
27852011-11-24 Glenn Morris <rgm@gnu.org>
2786
2787 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
2788 if called on a non-mime message just toggle the headers. (Bug#8006)
2789
20db1522
JB
27902011-11-24 Juanma Barranquero <lekktu@gmail.com>
2791
2792 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
2793 (allout-lead-with-comment-string, allout-structure-deleted-hook)
2794 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
2795 (allout-rebullet-heading, allout-open-sibtopic)
2796 (allout-toggle-current-subtree-encryption)
2797 (allout-toggle-subtree-encryption, allout-encrypt-string)
2798 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
2799 (allout-distinctive-bullets-string, allout-auto-activation):
2800 * window.el (window-normalize-buffer-to-display):
2801 * progmodes/verilog-mode.el (verilog-batch-indent):
2802 * textmodes/bibtex.el (bibtex-field-braces-opt)
2803 (bibtex-field-strings-opt):
2804 * vc/cvs-status.el (cvs-tree-merge):
2805 Fix typos.
2806
7262a87c
MA
28072011-11-23 Michael Albinus <michael.albinus@gmx.de>
2808
2809 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
2810 `non-essential' to t, in order to avoid remote connections.
2811
283430a1
EZ
28122011-11-23 Eli Zaretskii <eliz@gnu.org>
2813
a1beca85
SM
2814 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2815 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
2816 case-insensitively.
2817
d2992a38
ML
28182011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
2819
2820 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
2821
50419064
GM
28222011-11-23 Glenn Morris <rgm@gnu.org>
2823
da94eca1
GM
2824 * paths.el (rmail-file-name): Reformat the doc-string so that it
2825 is picked up.
2826
9aac4de2
GM
2827 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
2828 (rmail-auto-file): Ignore case in the "special" field names,
2829 as mail-fetch-field does for all others.
2830
8038d2d2
GM
2831 * mail/rmail.el (rmail-forward):
2832 * mail/rmailkwd.el (rmail-set-label):
2833 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
2834 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
2835
f3fe222a
GM
2836 * mail/rmail.el (rmail-current-message): Doc fix.
2837
50419064
GM
2838 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
2839
28109f49
SM
28402011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
2841
2842 * server.el (server-eval-and-print): Allow C-g (bug#6585).
2843
394c65f1
GM
28442011-11-22 Glenn Morris <rgm@gnu.org>
2845
2846 * mail/rmailmm.el (test-rmail-mime-handler)
2847 (test-rmail-mime-bulk-handler)
2848 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
2849
f2a0aa3a
JL
28502011-11-21 Juri Linkov <juri@jurta.org>
2851
1154d12e
JB
2852 * calc/calc.el (calc-read-key-sequence):
2853 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 2854
9c34a344
LMI
28552011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2856
2857 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
2858 Tell the caller that the next line needs recomputation, even
2859 though it doesn't start a sexp (bug#10094).
2860
f04a3be9
SM
28612011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2862
2863 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
2864
7978747f
SM
28652011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2866
f04a3be9
SM
2867 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
2868 Use force-same-window.
7978747f 2869
fe7a3057
JB
28702011-11-20 Juanma Barranquero <lekktu@gmail.com>
2871
2872 * descr-text.el (describe-char-unicode-data):
2873 * json.el (json-string-escape):
2874 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
2875 (Footnote-unicode, Footnote-style-p):
2876 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
2877
24901d61
CY
28782011-11-20 Chong Yidong <cyd@gnu.org>
2879
2880 * window.el (replace-buffer-in-windows): Restore interactive spec.
2881
bac7ff22
SM
28822011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2883
24f3d7b9
SM
2884 * electric.el (electric-indent-mode): Fix last change (too optimistic).
2885
bac7ff22
SM
2886 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
2887 (byte-compile-global-not-obsolete-vars): New var.
2888 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
2889 Use it.
2890 (byte-compile-warn-obsolete): Align text with the one in *Help*.
2891
cd1181db
JB
28922011-11-20 Juanma Barranquero <lekktu@gmail.com>
2893
2894 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
2895 * progmodes/pascal.el (electric-pascal-equal):
2896 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
2897 * xml.el (xml-substitute-special): Fix typos.
2898
7fb18e9e
GM
28992011-11-20 Glenn Morris <rgm@gnu.org>
2900
2901 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
2902 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
2903 Doc fixes.
2904 (rmail-decode-mime-charset): Mark as obsolete.
2905
2906 * mail/rmailsum.el (rmail-message-regexp-p-1):
2907 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
2908 Before using mime functions, check they are set. (Bug#10077)
2909
d5a6b3ba
JL
29102011-11-19 Juri Linkov <juri@jurta.org>
2911
2912 * info.el (Info-finder-find-node): Use `package--builtins' instead
2913 of `package-alist'. Use node names formed by the pattern "Keyword "
2914 and the keyword name.
2915
e981b61f
AS
29162011-11-19 Andreas Schwab <schwab@linux-m68k.org>
2917
1d00653d 2918 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 2919
3ffbc301
JL
29202011-11-19 Juri Linkov <juri@jurta.org>
2921
2922 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
2923 that calls `revert-buffer' on all Info buffers. (Bug#9915)
2924 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
2925 `old-history', `old-history-forward'. Add let-binding
2926 `window-selected'. Remove calls to `kill-buffer',
2927 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
2928 before calling `Info-find-node', so `Info-find-node-2' will reread
2929 the Info file. Restore window positions only when `window-selected'
2930 is non-nil.
2931
30c62133
JL
29322011-11-19 Juri Linkov <juri@jurta.org>
2933
2934 * isearch.el (isearch-lazy-highlight-new-loop):
2935 Remove condition `(not isearch-error)'. (Bug#9918)
2936
2937 * misearch.el (multi-isearch-search-fun): Add condition
2938 `(not bound)' to ignore lazy-highlighting search.
2939 Add the search-failed message "end of multi" when the end of
2940 multi-sequence is reached. Uncapitalize the search-failed
2941 message "Repeat for next buffer".
2942
2943 * info.el (Info-search): Add the search-failed message
2944 "end of the manual" when the end of the manual is reached
2945 in Isearch mode.
2946
645ca9cf
JL
29472011-11-19 Juri Linkov <juri@jurta.org>
2948
2949 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
2950 Use non-destructive `remove' instead of `delete' because
2951 `Info-history-list' stored to `Info-isearch-initial-history-list' in
2952 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
2953
df754f66
JL
29542011-11-19 Juri Linkov <juri@jurta.org>
2955
2956 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
2957 to nil instead of binding `search-ring' and `regexp-search-ring'.
2958 (Bug#9185)
2959
0e23d96a
EZ
29602011-11-19 Eli Zaretskii <eliz@gnu.org>
2961
2962 * simple.el (line-move): Force movement by logical lines for any
2963 hscrolled window, not only when auto-hscroll-mode is on.
2964 (line-move-visual): Update doc string to that effect. (Bug#10076)
2965
8a6ccb66
AS
29662011-11-19 Andreas Schwab <schwab@linux-m68k.org>
2967
2968 * language/european.el (macintosh): Define as alias for mac-roman.
2969
49ae5b39
EZ
29702011-11-19 Eli Zaretskii <eliz@gnu.org>
2971
2972 * mail/rmailmm.el (rmail-mime-display-header)
2973 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
2974 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
2975 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
2976 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
2977 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
2978 of a raw aref.
2979 (rmail-mime-entity-segment): To get past the tagline, move forward
2980 2 more lines, to account for the 2 empty lines that precede and
2981 follow the line with the buttons.
2982 (rmail-mime-update-tagline): Move one more line, to get past the
2983 empty line that follows the buttons in the tagline. (Bug#9520)
2984
c56cad4a
MR
29852011-11-19 Martin Rudalics <rudalics@gmx.at>
2986
2987 * window.el (window-max-delta-1, window-min-delta-1)
2988 (window-min-size-1, window-state-get-1, window-state-put-1)
2989 (window-state-put-2): Use "window--" prefix.
2990
cbe71af3
SM
29912011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
2992
2ad52c60
SM
2993 * emacs-lisp/smie.el: Improve warnings and conflict detection.
2994 (smie-warning-count): New var.
2995 (smie-set-prec2tab): Use it.
2996 (smie-bnf->prec2): Improve warnings. Add docstring.
2997 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
2998 (smie-bnf--set-class): New function.
2999 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
3000 corner case.
3001
6944dbc1
SM
3002 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
3003 (compilation-error-properties, compilation-move-to-column):
3004 Handle compilation-first-column while in the target buffer.
3005
c400c4d7
SM
3006 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
3007 Don't hardcode point-min==1.
3008
6dbe3e96
SM
3009 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
3010 (eshell-rewrite-for-command): Remove workaround.
3011 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
3012 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
3013 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
3014
cbe71af3
SM
3015 * files-x.el (modify-file-local-variable): Obey commenting conventions.
3016
a8e1496d
GM
30172011-11-17 Glenn Morris <rgm@gnu.org>
3018
3019 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3020 Ignore buffer-local generated-autoload-file if it is the same
3021 as the global value. (Bug#10049)
3022
df85d315
JB
30232011-11-17 Juanma Barranquero <lekktu@gmail.com>
3024
3025 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
3026 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
3027 (reftex-toc-previous-heading, reftex-toc-max-level)
3028 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
3029 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
3030 (reftex-toc-do-promote, reftex-toc-promote-prepare)
3031 (reftex-toc-promote-action, reftex-toc-extract-section-number)
3032 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
3033 (reftex-toc-rename-label, reftex-toc-visit-location)
3034 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
3035 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
3036 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
3037 leaving "*toc*" only for references to the buffer.
3038
a0c2d0ae
MR
30392011-11-17 Martin Rudalics <rudalics@gmx.at>
3040
3041 * window.el (window-resize, delete-window, split-window):
3042 Replace window-splits by window-combination-resize.
1d00653d 3043 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 3044
35c0bac8
GM
30452011-11-17 Glenn Morris <rgm@gnu.org>
3046
3047 * progmodes/sh-script.el (sh-font-lock-keywords-var):
3048 Make bash entry derive from sh entry, not shell entry.
3049
d0c8fc8a
MA
30502011-11-16 Michael Albinus <michael.albinus@gmx.de>
3051
d0c8fc8a
MA
3052 * net/tramp-cache.el (tramp-flush-file-property): Flush also
3053 properties of linked files. (Bug#9879)
3054
7262a87c
MA
3055 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
3056 local file name.
3057
7877f373
JB
30582011-11-16 Juanma Barranquero <lekktu@gmail.com>
3059
3060 * menu-bar.el (menu-bar-file-menu):
3061 * printing.el (pr-ps-utility):
3062 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
3063 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
3064 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
3065 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
3066 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
3067 (icalendar--convert-cyclic-to-ical)
3068 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
3069 (icalendar--convert-ical-to-diary)
3070 (icalendar--convert-recurring-to-diary)
3071 (icalendar--convert-non-recurring-all-day-to-diary)
3072 (icalendar-import-format-sample):
3073 * progmodes/idlw-shell.el (idlwave-shell-mode):
3074 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
3075 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
3076 (vhdl-ps-print-init): Fix typos.
3077
10649b82
KM
30782011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
3079
9d0cfcd6
GM
3080 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
3081 FSF and collapse date sequence, obscure author/maintainer email address
3082 better, remove extra version line, track relocation of author's webpage.
10649b82 3083
9d0cfcd6
GM
3084 * progmodes/python.el (python-pdbtrack-input-prompt)
3085 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
3086 regular python pdb prompts. Adjustments shamelessly taken exactly as
3087 suggested in EmacsWiki page (tiny change):
3088 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 3089
58179cce
JB
30902011-11-16 Juanma Barranquero <lekktu@gmail.com>
3091
3092 * expand.el (expand-pos, expand-index, expand-point):
3093 Remove redundant info from docstring.
3094 (expand-add-abbrevs): Doc fix.
3095 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
3096 (expand-sample-perl-mode-expand-list): Fix typos.
3097
3098 * net/dbus.el (dbus-event-member-name):
3099 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
3100 * term/pc-win.el (msdos-create-frame-with-faces):
3101 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
3102
b6f67890
MR
31032011-11-16 Martin Rudalics <rudalics@gmx.at>
3104
3105 * window.el (split-window, window-state-get-1)
3106 (window-state-put-1, window-state-put-2): Rename occurrences of
3107 window-nest to window-combination-limit.
1d00653d 3108 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 3109
ce7ddba0
CY
31102011-11-16 Chong Yidong <cyd@gnu.org>
3111
3112 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
3113 regexp (Bug#10033).
3114
3ae704f4
SM
31152011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3116
3117 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
3118 `completing-read' will remove *Completions* and will preserve
3119 current-buffer for us.
3120 (tmm-add-prompt): Users of *Completions* will always (re)set its
3121 major mode.
3122 (tmm-old-comp-map): Remove.
3123
6ad1cdde
GM
31242011-11-16 Glenn Morris <rgm@gnu.org>
3125
3126 * mail/rmailedit.el: Require rmailmm when compiling.
3127 (rmail-old-mime-state): New declaration.
3128 (rmail-edit-current-message): If editing a mime message,
3129 edit the "raw" message from the mbox buffer.
3130 (rmail-cease-edit): Handle mime messages. (Bug#9840)
3131
d20faa20
GM
31322011-11-15 Glenn Morris <rgm@gnu.org>
3133
3134 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
3135 which wasn't being used. Add optional arg to force given state.
3136 (rmail-mime): Add optional arg to force given state.
3137
c7015153
JB
31382011-11-15 Juanma Barranquero <lekktu@gmail.com>
3139
3140 * allout.el (allout-encryption-plaintext-sanitization-regexps):
3141 * frame.el (display-mm-dimensions-alist):
3142 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
3143 (outline-move-subtree-down):
3144 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
3145 (newsticker--treeview-do-get-node):
3146 * net/quickurl.el (quickurl-list-buffer-name):
3147 * progmodes/dcl-mode.el (dcl-mode):
3148 * progmodes/gdb-mi.el (gdb-mapcar*):
3149 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
3150
45261b50
GM
31512011-11-15 Glenn Morris <rgm@gnu.org>
3152
3153 * mail/rmail.el (rmail-file-coding-system): It's only ever used
3154 in a boolean sense, so just make it a boolean, and fix the doc.
3155 (rmail-show-mime-function, rmail-mime-feature)
3156 (rmail-require-mime-maybe): Doc fixes.
3157 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
3158
3159 * mail/rmailmm.el (rmail-show-mime): Doc fix.
3160
0d26e0b6
JB
31612011-11-15 Juanma Barranquero <lekktu@gmail.com>
3162
3163 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
3164 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
3165 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
3166 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
3167
447f30f6
GM
31682011-11-15 Glenn Morris <rgm@gnu.org>
3169
672b871d
GM
3170 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
3171 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
3172 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
3173 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
3174 (rmail-mime, rmail-show-mime): Doc fixes.
3175
f6aa5bb1
GM
3176 * term/ns-win.el (mode-line-frame-identification):
3177 Leave it alone. (Bug#10051)
3178
947cd66b
GM
3179 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
3180
447f30f6
GM
3181 * mail/rmailout.el (rmail-output-to-rmail-buffer):
3182 Handle empty buffers. (Bug#9978)
3183
0b381c7e
JB
31842011-11-14 Juanma Barranquero <lekktu@gmail.com>
3185
3186 * international/mule.el (define-charset):
3187 * mail/rmailmm.el (rmail-mime-find-header-encoding):
3188 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
3189 * progmodes/verilog-mode.el (verilog-backward-token):
3190 * textmodes/ispell.el (lookup-words):
3191 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
3192
71e027ac
GM
31932011-11-14 Glenn Morris <rgm@gnu.org>
3194
56632ce4
GM
3195 * progmodes/executable.el
3196 (executable-make-buffer-file-executable-if-script-p):
3197 Handle file-modes returning nil.
3198
40500957
GM
3199 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
3200 message - not necessary, and causes problems. (Bug#9831)
3201
071c2340
GM
3202 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
3203
d3cfca60
GM
3204 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
3205
71e027ac
GM
3206 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
3207 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
3208 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
3209
89d61221
MR
32102011-11-12 Martin Rudalics <rudalics@gmx.at>
3211
3212 * window.el (window-resize, delete-window): Use window-splits
3213 variable instead of function.
3214 (window-state-get-1, window-state-put-2, window-state-put):
3215 Don't deal with windows' splits status.
3216
98282f6f
GM
32172011-11-12 Glenn Morris <rgm@gnu.org>
3218
3219 * apropos.el (apropos-do-all, apropos-library, apropos-value)
3220 (apropos-documentation): Doc fixes.
3221
40a8bdf6
JB
32222011-11-11 Juanma Barranquero <lekktu@gmail.com>
3223
3224 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
3225 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
3226
65bd19ff
SM
32272011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
3228
3229 * electric.el (electric-indent-post-self-insert-function): Make it
3230 possible for a char to only indent in some circumstances.
3231 (electric-indent-mode): Simplify.
3232
54f9154c
MR
32332011-11-11 Martin Rudalics <rudalics@gmx.at>
3234
3235 * window.el (windows-with-parameter): Remove unused function.
3236 (windows-at-side): Rename to window-at-side-list.
3237 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
3238 (window-side-check, window-size-ignore, window-size-fixed-1)
3239 (window-in-direction-2): Prefix with "window--".
3240 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 3241
68cbc58b
GM
32422011-11-11 Glenn Morris <rgm@gnu.org>
3243
3244 * subr.el (eval-after-load): If FILE is already loaded,
3245 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
3246
b2621720
GM
32472011-11-10 Glenn Morris <rgm@gnu.org>
3248
9a4de110
GM
3249 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
3250 Call svn via vc-svn-command rather than vc-do-command.
3251 (vc-svn-command): Add --non-interactive. (Bug#9993)
3252 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
3253
b2621720
GM
3254 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3255 Add toggle-read-only. (Bug#7292)
3256 * files.el (toggle-read-only): Mention that it should only
3257 be used interactively. (Bug#10006)
3258
1dce7193
SM
32592011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3260
d9ac1a1e
SM
3261 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3262 Adjust regexp for OCaml warnings.
3263
0c325082
SM
3264 * electric.el (electric-pair-post-self-insert-function): Let user
3265 turn it off buffer-locally (bug#9932).
3266
90132c14
SM
3267 * progmodes/python.el (python-beginning-of-statement):
3268 Rewrite (bug#2703).
3269
1dce7193
SM
3270 * progmodes/compile.el: Better handle TABs (bug#9749).
3271 (compilation-internal-error-properties)
3272 (compilation-next-error-function): Obey the target buffer's
3273 compilation-error-screen-columns.
3274
c4e7c63a
JB
32752011-11-09 Juanma Barranquero <lekktu@gmail.com>
3276
3277 * progmodes/meta-mode.el: Remove obsolete comments.
3278 (meta-right-comment-regexp, meta-ignore-comment-regexp):
3279 Fix typos in docstrings.
3280
2cffd681
MR
32812011-11-09 Martin Rudalics <rudalics@gmx.at>
3282
3283 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 3284 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
3285 (window--resizable): New function. Make all callers of
3286 window-resizable call window--resizable instead.
3287 (window-resizable): Rewrite in terms of window--resizable.
3288
0edcba87
GM
32892011-11-08 Glenn Morris <rgm@gnu.org>
3290
3291 * progmodes/delphi.el (delphi-mode-syntax-table):
3292 Let define-derived-mode define a proper syntax table. (Bug#9994)
3293
4b0d61e3
SM
32942011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3295
3296 * window.el: Stay away from defsubst.
3297 (window-list-no-nils): Remove.
3298 (window-state-get-1, window-state-get): Use backquote instead.
3299
cd394be1 33002011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 3301
4b0d61e3 3302 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 3303 Fix incorrect use of default argument in `completing-read'.
3304
e1c2c6f2
MR
33052011-11-08 Martin Rudalics <rudalics@gmx.at>
3306
3307 * window.el (display-buffer-function, special-display-function):
3308 Mention display-buffer-record-window but do not mention
3309 help-setup parameter in doc-strings.
b3f4a882 3310 (window-min-delta): Fix doc-string typo.
e1c2c6f2 3311
105216ed
CY
33122011-11-08 Chong Yidong <cyd@gnu.org>
3313
3314 * window.el (window-total-height, window-total-width): Doc fix.
3315 (window-body-size): Move from C.
3316 (window-body-height, window-body-width): Move to C.
3317
0a9f9ab5
SM
33182011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3319
3320 * window.el: Make special-display like display-buffer-alist (bug#9532).
3321 (display-buffer--special-action): New function, morphed
3322 from display-buffer--special.
3323 (display-buffer): Use it to handle special-display-buffers at higher
3324 priority (just after display-buffer-alist).
3325 (display-buffer-fallback-action, display-buffer--other-frame-action)
3326 (pop-to-buffer-same-window): Remove display-buffer--special.
3327
a769dd15
GM
33282011-11-07 Glenn Morris <rgm@gnu.org>
3329
3330 * calendar/cal-menu.el (cal-menu-set-date-title):
3331 Do nothing if not in a calendar. (Bug#9976)
3332
05a61ee3
SM
33332011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
3334
3335 * files.el (find-file): Always use selected-window.
3336
be7f5545
MR
33372011-11-07 Martin Rudalics <rudalics@gmx.at>
3338
3339 * window.el (window-combinations): Make WINDOW argument
3340 mandatory. Rewrite doc-string.
3341 (walk-window-subtree, window-atom-check, window-min-delta)
3342 (window-max-delta, window--resize-this-window)
3343 (window--resize-root-window-vertically, window-tree)
3344 (balance-windows, window-state-put): Rewrite doc-strings as to
3345 not mention the term "subwindow".
3346 (window--resize-subwindows-skip-p): Rename to
3347 window--resize-child-windows-skip-p.
3348 (window--resize-subwindows-normal): Rename to
3349 window--resize-child-windows-normal.
3350 (window--resize-subwindows): Rename to
3351 window--resize-child-windows.
3352 (window-or-subwindow-p): Rename to window--in-subtree-p.
3353
3c6702ef
ML
33542011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3355
3356 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
3357 Ensure that mbox format messages end in two newlines (Bug#9974).
3358
49745b39
CY
33592011-11-06 Chong Yidong <cyd@gnu.org>
3360
3361 * window.el (window-combination-p): Function deleted; its
3362 side-effect is not used in any existing code.
3363 (window-combinations, window-combined-p): Call window-*-child
3364 directly.
3365
24300f5f
CY
33662011-11-05 Chong Yidong <cyd@gnu.org>
3367
3368 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
3369 (window-size-ignore, window-state-get): Callers changed.
3370 (window-normalize-window): Rename from window-normalize-any-window.
3371 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 3372 (window-normalize-live-window): Delete.
447f16b8
CY
3373 (window-combination-p, window-combined-p, window-combinations)
3374 (walk-window-subtree, window-atom-root, window-min-size)
3375 (window-sizable, window-sizable-p, window-size-fixed-p)
3376 (window-min-delta, window-max-delta, window-resizable)
3377 (window-resizable-p, window-full-height-p, window-full-width-p)
3378 (window-current-scroll-bars, window-point-1, set-window-point-1)
3379 (window-at-side-p, window-in-direction, window-resize)
3380 (adjust-window-trailing-edge, maximize-window, minimize-window)
3381 (window-deletable-p, delete-window, delete-other-windows)
3382 (record-window-buffer, unrecord-window-buffer)
3383 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
3384 (quit-window, split-window, window-state-put)
3385 (set-window-text-height, fit-window-to-buffer)
3386 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 3387
89bd5ee1
EZ
33882011-11-04 Eli Zaretskii <eliz@gnu.org>
3389
53479029
EZ
3390 * mail/rmail.el (rmail-simplified-subject): Decode subject with
3391 rfc2047-decode-string.
3392 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
3393 warnings.
3394
89bd5ee1
EZ
3395 * window.el (window-body-height, window-body-width): Mention in
3396 the doc string that the return values are in frame's canonical
3397 units. (Bug#9949)
3398
bd17fdee
AM
33992011-11-03 Alan Mackenzie <acm@muc.de>
3400
3401 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
3402 change in cc-engine.el.
3403
acc825c5
SM
34042011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
3405
3406 * window.el (switch-to-buffer): Use `force-same-window' interactively.
3407
1885e5b8
MR
34082011-11-02 Martin Rudalics <rudalics@gmx.at>
3409
3410 * window.el (quit-window): Call unrecord-window-buffer after
3411 showing another buffer in the window. (Bug#9937)
acc825c5 3412 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 3413
ebe06da9
JB
34142011-11-02 Juanma Barranquero <lekktu@gmail.com>
3415
3416 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
3417 Accept status with more than 9 shelves. (Bug#9935)
3418 Reported by Colin D Bennett <colin@gibibit.com>.
3419
4ee88440
MR
34202011-11-01 Martin Rudalics <rudalics@gmx.at>
3421
3422 * help.el (with-help-window): Don't reference
3423 temp-buffer-show-specifiers in doc-string.
3424
08e1d82c
AS
34252011-10-31 Andreas Schwab <schwab@linux-m68k.org>
3426
3427 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
3428 menu-item.
3429
84bd6e9e
VJL
34302011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3431
3432 * whitespace.el: New version 13.2.2.
3433 (whitespace-newline-mode): Disable properly. Reported by Sarah
3434 <EmacsWiki>.
3435
dba0634a
UJ
34362011-10-30 Ulf Jasper <ulf.jasper@web.de>
3437
3438 * net/newst-treeview.el: Remove "Time-stamp".
3439 (newsticker--group-manage-orphan-feeds): Do not call
3440 newsticker--treeview-tree-update.
db22a3c2
JB
3441 (newsticker-treeview-update, newsticker-treeview):
3442 Call newsticker--treeview-tree-update if necessary.
dba0634a 3443
3d8daefe
MR
34442011-10-30 Martin Rudalics <rudalics@gmx.at>
3445
3446 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
3447 (window-iso-combinations): Remove "iso-" infix.
3448 Suggested by Chong Yidong.
3d8daefe
MR
3449 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
3450 (window-max-delta-1, window-resize, window--resize-siblings)
3451 (window--resize-this-window, adjust-window-trailing-edge)
3452 (split-window, balance-windows-1)
3453 (shrink-window-if-larger-than-buffer):
3454 * calendar/calendar.el (calendar-generate-window):
db22a3c2 3455 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 3456
1bc4c3ae
SM
34572011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3458
3459 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
3460 in place (bug#9907).
3461 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
3462 (eshell-rewrite-if-command, eshell-rewrite-for-command)
3463 (eshell-structure-basic-command, eshell-rewrite-while-command)
3464 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
3465 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
3466 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
3467 (eshell-do-pipelines-synchronously, eshell-eval-command):
3468 Use backquotes and prefer setq to set.
3469 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
3470 (eshell-macrop): Use functionp.
c1e2f5fa 3471 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 3472
30b65d9c
CY
34732011-10-30 Chong Yidong <cyd@gnu.org>
3474
3475 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
3476 instead of set-mark (Bug#9810).
3477
2d197ffb
CY
34782011-10-30 Chong Yidong <cyd@gnu.org>
3479
3480 * window.el (split-window-below, split-window-right): Rename from
3481 split-window-above-each-other and split-window-side-by-side
3482 respectively. All callers changed.
3483 (split-window-sensibly, split-window-sensibly): Use them.
3484 (split-window-keep-point): Doc fix.
3485
3486 * isearch.el: Add isearch-scroll property to split-window-below
3487 and split-window-right.
3488
3489 * follow.el (follow-mode):
3490 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
3491 * progmodes/ada-xref.el (ada-gdb-application):
3492 * emulation/vip.el (vip-buffer-in-two-windows):
3493 * image-dired.el (image-dired-dired-with-window-configuration):
3494 * dired-x.el (dired-do-find-marked-files):
3495 * dired.el (dired-pop-to-buffer):
3496 * bs.el (bs--show-with-configuration):
3497 * vc/emerge.el (emerge-setup-windows):
3498 * textmodes/two-column.el (2C-two-columns):
3499 * textmodes/reftex-toc.el (reftex-toc):
3500 * progmodes/gdb-mi.el (gdb-setup-windows):
3501 * progmodes/fortran.el (fortran-window-create):
3502 * net/newst-treeview.el (newsticker--treeview-window-init):
3503 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
3504 * emulation/tpu-edt.el (tpu-gold-map):
3505 * emulation/crisp.el (crisp-mode-map):
3506 * calendar/calendar.el (calendar-basic-setup): Callers changed.
3507
38bb2ca8
CY
35082011-10-29 Chong Yidong <cyd@gnu.org>
3509
aa4de341
CY
3510 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
3511
e1eb5385
CY
3512 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
3513
5d2ece3c
CY
3514 * textmodes/flyspell.el (flyspell-word): Fix char offset for
3515 forged Ispell output (Bug#7904).
3516
38bb2ca8
CY
3517 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
3518
d0af9f77
SM
35192011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3520
3521 * doc-view.el: Avoid ugly errors about not finding nil.
3522 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
3523 (doc-view-dvipdf-program, doc-view-unoconv-program)
3524 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
3525 Avoid nil or absolute file name as default value.
3526 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
3527
52bedd34
AM
35282011-10-28 Alan Mackenzie <acm@muc.de>
3529
db22a3c2 3530 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 3531
7e43cfa5
AM
35322011-10-28 Alan Mackenzie <acm@muc.de>
3533
3534 Amend the handling of c-beginning/end-of-defun in nested declaration
3535 scopes.
3536
52bedd34
AM
3537 * progmodes/cc-vars.el (c-defun-tactic): Move here from
3538 cc-langs.el. Change it to a defcustom.
7e43cfa5 3539
52bedd34
AM
3540 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
3541 cc-vars.el.
7e43cfa5 3542
d0af9f77
SM
3543 * progmodes/cc-engine.el (c-beginning-of-statement-1):
3544 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 3545
52bedd34 3546 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 3547 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
3548 (c-widen-to-enclosing-decl-scope): New function.
3549 (c-while-widening-to-decl-block): New macro.
3550 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
3551 outward for defun boundaries, and correspondingly change symbol
3552 `respect-enclosure' to `go-outward'.
3553 (c-declaration-limits): Change algorithm to report only the "innermost"
3554 defun's boundaries.
3555
1a2ce9ee
DD
35562011-10-28 Deniz Dogan <deniz@dogan.se>
3557
3558 * net/rcirc.el (rcirc-mode): Use hard newlines.
3559
bc97a826
AM
35602011-10-28 Alan Mackenzie <acm@muc.de>
3561
3562 Amend to indent and fontify macros "which include their own semicolon"
3563 correctly, using the "virtual semicolon" mechanism.
3564
52bedd34 3565 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 3566
d0af9f77 3567 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 3568 Recode to scan one line at a time rather than having \n and \r
58179cce 3569 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 3570 (c-forward-label): Amend for virtual semicolons.
58179cce 3571 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 3572
52bedd34
AM
3573 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
3574 of the new C macros.
bc97a826 3575
52bedd34 3576 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
3577 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
3578 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
3579 (c-opt-cpp-macro-define): Make into a full language variable.
3580 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
3581 AWK Mode (including \n, \r) removed, no longer needed.
3582
d0af9f77
SM
3583 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
3584 Invoke c-make-macro-with-semi-re.
bc97a826 3585
52bedd34
AM
3586 * progmodes/cc-vars.el (c-macro-with-semi-re):
3587 (c-macro-names-with-semicolon): New variables.
58179cce 3588 (c-make-macro-with-semi-re): New function.
bc97a826 3589
7a6c0941
SM
35902011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3591
3592 * vc/log-edit.el: Fill empty field rather than adding new one.
3593 (log-edit-add-field): New function.
3594 (log-edit-insert-changelog): Use it.
3595
b0c4cdcf
ML
35962011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3597
3598 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
3599
ee1f1da9
SM
36002011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3601
3602 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
3603 (gdb--check-interpreter): New function.
3604 (gdb): Use it.
3605
51bc5f8b
GM
36062011-10-27 Glenn Morris <rgm@gnu.org>
3607
416a2c45
GM
3608 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
3609 (least-positive-float, least-negative-float)
3610 (least-positive-normalized-float, least-negative-normalized-float)
3611 (float-epsilon, float-negative-epsilon):
3612 Remove unnecessary declarations.
3613
3614 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
3615 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
3616 (least-positive-float, least-negative-float)
3617 (least-positive-normalized-float, least-negative-normalized-float)
3618 (float-epsilon, float-negative-epsilon): Add doc-strings,
3619 based on those in cl.texi.
3620
51bc5f8b
GM
3621 * files.el (set-visited-file-name): If the major-mode changed,
3622 reload the local variables. (Bug#9796)
3623
15de15c6
CY
36242011-10-27 Chong Yidong <cyd@gnu.org>
3625
3626 * subr.el (change-major-mode-after-body-hook): New hook.
3627 (run-mode-hooks): Run it.
3628
ee1f1da9
SM
3629 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3630 Use change-major-mode-before-body-hook.
15de15c6
CY
3631
3632 * simple.el (fundamental-mode):
3633 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
3634 change introducing fundamental-mode-hook.
3635
5430d399
JB
36362011-10-26 Juanma Barranquero <lekktu@gmail.com>
3637
acc825c5 3638 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 3639
ad74a69e
MA
36402011-10-26 Michael Albinus <michael.albinus@gmx.de>
3641
3642 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 3643 tramp.el explicitly. (Bug#7583)
ad74a69e 3644
71d4c2a5
SM
36452011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3646
3647 * progmodes/octave-mod.el:
3648 * progmodes/octave-inf.el: Update maintainer.
3649
b1f6fa26
CY
36502011-10-26 Chong Yidong <cyd@gnu.org>
3651
3652 * subr.el (with-wrapper-hook): Rewrite doc.
3653
3f04efd6
MA
36542011-10-25 Michael Albinus <michael.albinus@gmx.de>
3655
3656 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 3657 filenames "/method:foo:". (Bug#9793)
3f04efd6 3658
410488d3
SM
36592011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3660
3661 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
3662 (bug#9865).
3663
c1ebb47e
GM
36642011-10-24 Glenn Morris <rgm@gnu.org>
3665
3666 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
3667
7f5c46c7
MA
36682011-10-24 Michael Albinus <michael.albinus@gmx.de>
3669
3670 * notifications.el: Add the requirement of a running D-Bus session
3671 bus to the Commentary.
3672
db2440b6
JL
36732011-10-24 Juri Linkov <juri@jurta.org>
3674
3675 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
3676 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
3677 (Bug#9364)
3678
feecf435
JL
36792011-10-24 Juri Linkov <juri@jurta.org>
3680
3681 * info.el (Info-following-node-name-re): Add newline to the list
3682 of allowed characters for leading space. (Bug#9824)
3683
a3839de2
SM
36842011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3685
acc825c5
SM
3686 * progmodes/octave-inf.el (inferior-octave-mode-map):
3687 Fix C-c C-h binding.
a3839de2
SM
3688 * progmodes/octave-mod.el (octave-help): Remove.
3689
09388e76
MA
36902011-10-23 Michael Albinus <michael.albinus@gmx.de>
3691
3692 Sync with Tramp 2.2.3.
3693
3694 * net/tramp-cache.el (top): Pacify byte-compiler using
3695 `init-file-user' and `site-run-file'.
3696
3697 * net/trampver.el: Update release number.
3698
86c60681
CY
36992011-10-23 Chong Yidong <cyd@gnu.org>
3700
3701 * files.el (toggle-read-only): Remove obsolete comment about
3702 version control.
3703
3704 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
3705 for toggle-read-only. Note that this hasn't called vc-next-action
3706 since 2008-05-02, though it wasn't documented at the time.
3707
a3839de2
SM
3708 * vc/ediff-init.el (ediff-toggle-read-only-function):
3709 Use toggle-read-only.
86c60681 3710
cd5495ff
AM
37112011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
3712
3713 Fix bug #9560, sporadic wrong indentation; improve instrumentation
3714 of c-parse-state.
3715
00b77525 3716 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 3717 correct faulty logical expression.
cd5495ff
AM
3718 (c-parse-state-state, c-record-parse-state-state):
3719 (c-replay-parse-state-state): New defvar/defuns.
3720 (c-debug-parse-state): Use new functions.
3721
42ee24ed
MR
37222011-10-22 Martin Rudalics <rudalics@gmx.at>
3723
3724 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 3725 last fix. Use window-in-direction correctly.
42ee24ed 3726
a7dee7e7
CY
37272011-10-21 Chong Yidong <cyd@gnu.org>
3728
3729 * progmodes/idlwave.el (idlwave-mode):
3730 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
3731 require-final-newline; that's done in prog-mode.
3732 Suggested by Stefan Monnier.
a7dee7e7 3733
e07b9a6d
MR
37342011-10-21 Martin Rudalics <rudalics@gmx.at>
3735
3736 * mouse.el (mouse-drag-window-above)
3737 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
3738 (mouse-drag-mode-line-1, mouse-drag-header-line)
3739 (mouse-drag-vertical-line-rightward-window): Remove.
3740 (mouse-drag-line): New function.
3741 (mouse-drag-mode-line, mouse-drag-header-line)
3742 (mouse-drag-vertical-line): Call mouse-drag-line.
3743 * window.el (window-at-side-p, windows-at-side): New functions.
3744
7e1361d9
UM
37452011-10-21 Ulrich Mueller <ulm@gentoo.org>
3746
3747 * tar-mode.el (tar-grind-file-mode):
3748 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
3749
30fcaf3a
CY
37502011-10-21 Chong Yidong <cyd@gnu.org>
3751
3752 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
3753 * progmodes/vera-mode.el (vera-mode):
3754 Use mode-require-final-newline.
30fcaf3a 3755
516eddb0
GM
37562011-10-20 Glenn Morris <rgm@gnu.org>
3757
db22a3c2 3758 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 3759
10d5f513
CS
37602011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
3761
3762 * emulation/cua-base.el (cua-set-mark): Fix case of string.
3763
ac6c8639
CY
37642011-10-20 Chong Yidong <cyd@gnu.org>
3765
3766 * emulation/cua-base.el (cua-mode):
3767 * mail/footnote.el (footnote-mode):
3768 * mail/mailabbrev.el (mail-abbrevs-mode):
3769 * net/xesam.el (xesam-minor-mode):
3770 * progmodes/bug-reference.el (bug-reference-mode):
3771 * progmodes/cap-words.el (capitalized-words-mode):
3772 * progmodes/compile.el (compilation-minor-mode)
3773 (compilation-shell-minor-mode):
3774 * progmodes/gud.el (gud-tooltip-mode):
3775 * progmodes/hideif.el (hide-ifdef-mode):
3776 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
3777 * progmodes/subword.el (subword-mode):
3778 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
3779 * progmodes/which-func.el (which-function-mode):
3780 * term/tvi970.el (tvi970-set-keypad-mode):
3781 * term/vt100.el (vt100-wide-mode):
3782 * textmodes/flyspell.el (flyspell-mode):
3783 * textmodes/ispell.el (ispell-minor-mode):
3784 * textmodes/nroff-mode.el (nroff-electric-mode):
3785 * textmodes/paragraphs.el (use-hard-newlines):
3786 * textmodes/refill.el (refill-mode):
3787 * textmodes/reftex.el (reftex-mode):
3788 * textmodes/rst.el (rst-minor-mode):
3789 * textmodes/sgml-mode.el (html-autoview-mode)
3790 (sgml-electric-tag-pair-mode):
3791 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
3792 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
3793 * emulation/crisp.el (crisp-mode):
3794 * emacs-lisp/eldoc.el (eldoc-mode):
3795 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
3796 minor mode behavior.
3797
aa42ab43
JL
37982011-10-19 Juri Linkov <juri@jurta.org>
3799
3800 * descr-text.el (describe-char): Add #x2010 and #x2011 to
3801 the list of hard-coded chars with escape-glyph face.
3802
89400f1d
SM
38032011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3804
3805 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
3806
305c07f6
MA
38072011-10-19 Michael Albinus <michael.albinus@gmx.de>
3808
3809 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
3810 running process.
3811
13754b54
GM
38122011-10-19 Glenn Morris <rgm@gnu.org>
3813
3814 * vc/vc-bzr.el (vc-bzr-after-dir-status):
3815 Ignore ignored files. (Bug#9726)
3816
06e21633
CY
38172011-10-19 Chong Yidong <cyd@gnu.org>
3818
3819 Doc fix for minor modes, stating that an omitted argument enables
3820 the mode unconditionally when called from Lisp.
3821
3822 * abbrev.el (abbrev-mode):
3823 * allout.el (allout-mode):
3824 * autoinsert.el (auto-insert-mode):
3825 * autoarg.el (autoarg-mode, autoarg-kp-mode):
3826 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
3827 (global-auto-revert-mode):
3828 * battery.el (display-battery-mode):
3829 * composite.el (global-auto-composition-mode)
3830 (auto-composition-mode):
3831 * delsel.el (delete-selection-mode):
3832 * desktop.el (desktop-save-mode):
3833 * dired-x.el (dired-omit-mode):
3834 * dirtrack.el (dirtrack-mode):
3835 * doc-view.el (doc-view-minor-mode):
3836 * double.el (double-mode):
3837 * electric.el (electric-indent-mode, electric-pair-mode):
3838 * emacs-lock.el (emacs-lock-mode):
3839 * epa-hook.el (auto-encryption-mode):
3840 * follow.el (follow-mode):
3841 * font-core.el (font-lock-mode):
3842 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
3843 * help.el (temp-buffer-resize-mode):
3844 * hilit-chg.el (highlight-changes-mode)
3845 (highlight-changes-visible-mode):
3846 * hi-lock.el (hi-lock-mode):
3847 * hl-line.el (hl-line-mode, global-hl-line-mode):
3848 * icomplete.el (icomplete-mode):
3849 * ido.el (ido-everywhere):
3850 * image-file.el (auto-image-file-mode):
3851 * image-mode.el (image-minor-mode):
3852 * iswitchb.el (iswitchb-mode):
3853 * jka-cmpr-hook.el (auto-compression-mode):
3854 * linum.el (linum-mode):
3855 * longlines.el (longlines-mode):
3856 * master.el (master-mode):
3857 * mb-depth.el (minibuffer-depth-indicate-mode):
3858 * menu-bar.el (menu-bar-mode):
3859 * minibuf-eldef.el (minibuffer-electric-default-mode):
3860 * mouse-sel.el (mouse-sel-mode):
3861 * msb.el (msb-mode):
3862 * mwheel.el (mouse-wheel-mode):
3863 * outline.el (outline-minor-mode):
3864 * paren.el (show-paren-mode):
3865 * recentf.el (recentf-mode):
3866 * reveal.el (reveal-mode, global-reveal-mode):
3867 * rfn-eshadow.el (file-name-shadow-mode):
3868 * ruler-mode.el (ruler-mode):
3869 * savehist.el (savehist-mode):
3870 * scroll-all.el (scroll-all-mode):
3871 * scroll-bar.el (scroll-bar-mode):
3872 * server.el (server-mode):
3873 * shell.el (shell-dirtrack-mode):
3874 * simple.el (auto-fill-mode, transient-mark-mode)
3875 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
3876 (line-number-mode, column-number-mode, size-indication-mode)
3877 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
3878 * strokes.el (strokes-mode):
3879 * time.el (display-time-mode):
3880 * t-mouse.el (gpm-mouse-mode):
3881 * tool-bar.el (tool-bar-mode):
3882 * tooltip.el (tooltip-mode):
3883 * type-break.el (type-break-mode-line-message-mode)
3884 (type-break-query-mode):
3885 * view.el (view-mode):
3886 * whitespace.el (whitespace-mode, whitespace-newline-mode)
3887 (global-whitespace-mode, global-whitespace-newline-mode):
3888 * xt-mouse.el (xterm-mouse-mode): Doc fix.
3889
a3839de2
SM
3890 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3891 Fix autogenerated docstring.
06e21633 3892
5214e501
JL
38932011-10-19 Juri Linkov <juri@jurta.org>
3894
3895 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
3896 by checking environment variables "DESKTOP_SESSION" and
3897 "XDG_CURRENT_DESKTOP". (Bug#9779)
3898
195f8db9
JL
38992011-10-19 Juri Linkov <juri@jurta.org>
3900
3901 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
3902 (browse-url-chromium-program, browse-url-chromium-arguments):
3903 New defcustoms.
3904 (browse-url-default-browser): Check for `browse-url-chromium' and
3905 call `browse-url-chromium-program'.
3906 (browse-url-chromium): New command. (Bug#9779)
3907
343a34ff
JB
39082011-10-18 Juanma Barranquero <lekktu@gmail.com>
3909
3910 * facemenu.el (list-colors-duplicates): On Windows, detect more
3911 duplicates by assuming that only colors matching "^System" are
3912 special "system colors". (Bug#9722)
3913
6978a151
SM
39142011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3915
3916 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
3917 to distinguish the author from the committer.
3918
6a80b297
MA
39192011-10-18 Michael Albinus <michael.albinus@gmx.de>
3920
3921 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
3922
b31a5677
JK
39232011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
3924
3925 * international/mule.el (sgml-html-meta-auto-coding-function):
3926 Add support for detecting encoding in HTML5 specified only as
3927 <meta charset="UTF-8">. Implementation just makes http-equiv and
3928 content-type parts from HTML4 encoding string optional. (Bug#9716)
3929
80c6d77f
GM
39302011-10-18 Glenn Morris <rgm@gnu.org>
3931
3932 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
3933
08b0fee8
CY
39342011-10-18 Chong Yidong <cyd@gnu.org>
3935
3936 * faces.el (cursor): Doc fix.
3937
67e729a5
CY
39382011-10-17 Chong Yidong <cyd@gnu.org>
3939
3940 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
3941
343a34ff 39422011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
3943
3944 * dirtrack.el (dirtrack): Support shell buffers with path
3945 prefixes, e.g. tramp-based remote shells. (Bug#9647)
3946
0bc06380
TZ
39472011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
3948
3949 * json.el: Bump version to 1.3 and note change in History.
3950 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
3951
8b79f3e0
SM
39522011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
3953
5a7c536b
SM
3954 * comint.el (comint-insert-input, comint-send-input)
3955 (comint-get-old-input-default, comint-backward-matching-input)
3956 (comint-next-prompt): Use nil instead of `input' for field property of
3957 past user input (bug#114).
3958
96a8a0df
SM
3959 * minibuffer.el (completion--replace): Inherit surrounding properties
3960 (bug#114).
3961 (minibuffer-complete-and-exit): Use it.
3962
8b79f3e0
SM
3963 * comint.el (comint--table-subvert): Quote the all-completions output
3964 (bug#9160).
3965
b8f7ff0d
MR
39662011-10-17 Martin Rudalics <rudalics@gmx.at>
3967
8b79f3e0 3968 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 3969
b8f7ff0d 3970 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 3971 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
3972 entries and separate them from frame entries.
3973
c235b555
GM
39742011-10-15 Glenn Morris <rgm@gnu.org>
3975
3976 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
3977 Doc fixes.
3978
6bbfa6e1
CY
39792011-10-15 Chong Yidong <cyd@stupidchicken.com>
3980
8b79f3e0
SM
3981 * net/network-stream.el (network-stream-open-starttls):
3982 Improve detection of failure due to lack of TLS support.
ec5c990d 3983
6bbfa6e1
CY
3984 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
3985 putting the input text in front and in bold.
3986
98488977
SM
39872011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
3988
3d1337be
SM
3989 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
3990
ee0b45e4
SM
3991 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
3992 empty buffer.
3993
98488977
SM
3994 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
3995 unread-command-events rather than pushing yet-another event.
3996
186f4720
EZ
39972011-10-14 Eli Zaretskii <eliz@gnu.org>
3998
3999 * mail/sendmail.el (sendmail-query-once): Improve the wording of
4000 the explanation of the possible choices. Make the options passed
4001 to completing-read shorter.
4002
8b7a997c
AM
40032011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4004
4005 * textmodes/flyspell.el (flyspell-large-region): Make sure
4006 extended character mode is used if defined (Bug#1339).
4007
12587bbb
EZ
40082011-10-13 Eli Zaretskii <eliz@gnu.org>
4009
4010 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
4011 character info for LRE, LRO, RLE, and RLO characters by appending
4012 an invisible PDF.
12587bbb 4013
bad41229
SM
40142011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
4015
4016 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
4017 even in case of error; add debug spec; simplify data flow.
4018 (with-timeout-handler): Remove.
4019
28dbc92f
MA
40202011-10-12 Michael Albinus <michael.albinus@gmx.de>
4021
4022 Fix Bug#6019, Bug#9315.
4023
4024 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
4025 complete `buffer-file-name', the local file name part could look
4026 remotely (for example on VMS).
4027
4028 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
4029 `tramp-run-real-handler'.
4030 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
4031 already quoted by '"'.
4032
4033 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
4034 Let `file-name-handler-alist' be nil, the local file name part
4035 could look remotely (for example on VMS).
4036
e1b0b23a
SM
40372011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4038
4039 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
4040 from here...
4041 (flyspell-post-command-hook): ...to here.
4042
a120bde9
SM
40432011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4044
4045 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
4046 if not needed.
4047 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
4048 using completion. Protect against "slow" callers.
4049 Remove the "message hack".
4050
7ce7717b
JL
40512011-10-11 Juri Linkov <juri@jurta.org>
4052
4053 * isearch.el (isearch-lazy-highlight-word): New variable.
4054 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
4055 Use it. (Bug#9727)
4056
c02ee9d6
GM
40572011-10-11 Glenn Morris <rgm@gnu.org>
4058
4059 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
4060 like f90-previous-statement does.
4061
93e616fd 40622011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4063
1f190e73 4064 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
4065 only in interactive use, to avoid error.
4066
af7b6078
SM
40672011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4068
4069 * minibuffer.el (completion-file-name-table): Fix last change,
4070 i.e. ignore normal errors but not the other ones.
4071
0563dae9
MR
40722011-10-10 Martin Rudalics <rudalics@gmx.at>
4073
4074 * window.el (special-display-buffer-names)
4075 (special-display-regexps): Remove some remnants of earlier
4076 changes from doc-strings.
366ca7f3
MR
4077 (quit-windows-on): New function.
4078
4079 * vc/vc.el (vc-revert, vc-rollback):
4080 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
4081 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 4082 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 4083
49677495
MR
40842011-10-09 Martin Rudalics <rudalics@gmx.at>
4085
4086 * window.el (frame-auto-hide-function): Add version tag.
4087 (Bug#9699)
4088
56f2d1e1
MA
40892011-10-09 Michael Albinus <michael.albinus@gmx.de>
4090
4091 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
4092 condition.
4093
112a6592
LL
40942011-10-09 Leo Liu <sdl.web@gmail.com>
4095
4096 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
4097 (Bug#9701)
4098
0812589b
GM
40992011-10-08 Glenn Morris <rgm@gnu.org>
4100
4101 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
4102 before the first code statement zero indent. (Bug#9690)
4103
b2b0776e
CY
41042011-10-08 Chong Yidong <cyd@stupidchicken.com>
4105
4106 * simple.el (count-words-region): Always count in the region.
4107 Report the number of lines and characters too.
4108 (count-words): New command, which counts in the buffer if the
4109 region is inactive, as count-words-region used to.
4110 (count-words--message): New function. Handle plurals.
4111 (count-lines-region): Make it an alias for count-words-region.
4112
4113 * bindings.el (esc-map): Replace count-lines-region with
4114 count-words-region.
4115
c557cd6b
MR
41162011-10-08 Martin Rudalics <rudalics@gmx.at>
4117
4118 * window.el (window--delete): Delete dedicated frame
4119 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 4120 (switch-to-buffer): Fix doc-string typo.
c557cd6b 4121
61a57ef4 41222011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4123
3a7d293b 4124 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 4125
c3833279
CY
41262011-10-07 Chong Yidong <cyd@stupidchicken.com>
4127
4128 * bindings.el ([M-left],[M-right]): Bind to left-word and
4129 right-word respectively.
4130
21ce8245
GM
41312011-10-07 Glenn Morris <rgm@gnu.org>
4132
4133 * cus-start.el (debug-on-quit): Fix custom type.
4134
6d823bb2
LMI
41352011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4136
0181e193
LMI
4137 * subr.el (define-key-after): Clarify that the function is not
4138 useful for non-menu keymaps.
4139
6d823bb2
LMI
4140 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
4141
8e3459ce 41422011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4143
21ce8245 4144 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 4145 in current minibuffer (Fix bug with recursive minibuffers).
4146
a1c2d21e
CY
41472011-10-06 Chong Yidong <cyd@stupidchicken.com>
4148
4149 * progmodes/gdb-mi.el (gdb): Doc fix.
4150
5a4cf282
MR
41512011-10-05 Martin Rudalics <rudalics@gmx.at>
4152
4153 * window.el (frame-auto-hide-function): New option replacing
4154 frame-auto-delete. Suggested by Stefan Monnier.
4155 (window--delete): Call frame-auto-hide-function instead of
4156 investigating frame-auto-delete.
c96111ea
MR
4157 (window-point-1, set-window-point-1): New functions.
4158 (window-in-direction, record-window-buffer, window-state-get-1)
4159 (display-buffer-record-window): Use window-point-1 instead of
4160 window-point.
4161 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 4162
9854542e
SM
41632011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
4164
4165 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
4166
8943cfb0
GM
41672011-10-05 Glenn Morris <rgm@gnu.org>
4168
4169 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
4170 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
4171
647ab967
LL
41722011-10-05 Leo Liu <sdl.web@gmail.com>
4173
4174 * subr.el (read-char-choice): Fix argument to buffer-live-p which
4175 works with buffer object.
4176
3ddfbced
SM
41772011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
4178
4179 * mpc.el (mpc-tool-bar-map): Add labels.
4180
bdfa5dd2
GM
41812011-10-04 Glenn Morris <rgm@gnu.org>
4182
4183 * calendar/holidays.el (calendar-check-holidays): Doc fix.
4184
0e2070b5
MR
41852011-10-04 Martin Rudalics <rudalics@gmx.at>
4186
4187 * window.el (window--delete): New function.
4188 (frame-auto-delete): Resuscitate option.
4189 (bury-buffer, replace-buffer-in-windows)
4190 (quit-window): Rewrite using window--delete.
4191 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
4192 Pass display-buffer-mark-dedicated to window--display-buffer-2
4193 (Bug#9639).
4194
3dc61a09
SM
41952011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4196
915a9b64
SM
4197 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
4198 returns a list (bug#9554). Add remote file name completion.
4199 * comint.el (comint--table-subvert): Curry and get quote&unquote
4200 functions as arguments.
4201 (comint--complete-file-name-data): Adjust call accordingly.
4202 * pcomplete.el (pcomplete--table-subvert): Remove.
4203 (pcomplete-completions-at-point): Use comint--table-subvert instead.
4204
3dc61a09
SM
4205 * minibuffer.el (completion-table-case-fold): Use currying.
4206 (completion--styles-type, completion--cycling-threshold-type):
4207 New constants.
4208 (completion-styles, completion-category-overrides)
4209 (completion-cycle-threshold): Use them.
4210 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
4211 completion-table-case-fold.
4212
8ea0a993
SB
42132011-10-03 Stephen Berman <stephen.berman@gmx.net>
4214
4215 * minibuffer.el (completion-category-overrides): Fix type of styles
4216 and add more user friendly tags (bug#9660).
4217
8c24b7f6
SM
42182011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4219
4220 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
4221 (mule-input-method-string): New widget.
4222 (default-input-method, language-info-custom-alist): Use it.
4223
428fe61a
SM
42242011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
4225
32c1fffd
SM
4226 * pcomplete.el: Require comint.
4227 (pcomplete--common-suffix): Remove.
4228 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
4229 (pcomplete--table-subvert): Sync with comint--table-subvert.
4230 (pcomplete--entries): Use comint-completion-file-name-table.
4231 * comint.el (comint-unquote-filename): Simplify.
4232 (comint-completion-file-name-table): New function (bug#9616).
4233 (comint--complete-file-name-data): Use it.
4234
428fe61a
SM
4235 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
4236 (pcmpl-gnu-tar-buffer): Remove.
4237 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
4238 around. Make sure pcomplete-suffix-list is only changed temporarily.
4239 Don't look inside the tar's file if it's too large.
428fe61a 4240
04c52e2f
CY
42412011-10-01 Chong Yidong <cyd@stupidchicken.com>
4242
ce3cefcc
CY
4243 * cus-edit.el (custom-mode-map):
4244 * epa.el (epa-key-list-mode-map):
4245 * man.el (Man-mode-map):
4246 * startup.el (splash-screen-keymap):
4247 * simple.el (special-mode-map): Use scroll-up-command and
4248 scroll-down-command.
4249
4250 * progmodes/idlw-help.el (idlwave-help-mode-map):
4251 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
4252 * net/newst-plainview.el (newsticker-mode-map):
4253 * emulation/ws-mode.el (wordstar-mode-map):
4254 * emulation/vi.el (vi-com-map):
4255 * calc/calc-graph.el (calc-graph-show-dumb):
4256 * term/sun.el (terminal-init-sun):
4257 * term/ns-win.el (global-map):
4258 * progmodes/grep.el (grep-mode-map):
4259 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
4260 * mail/rmail.el (rmail-mode-map):
4261 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
4262
04c52e2f
CY
4263 * custom.el (custom-safe-themes, load-theme): Treat value of t for
4264 custom-safe-themes as special.
4265
79adf8c8
JD
42662011-10-01 Julien Danjou <julien@danjou.info>
4267
4268 * notifications.el (notifications-notify): Fix docstring.
4269
63bd50d3
PS
42702011-10-01 Per Starbäck <per@starback.se>
4271
4272 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
4273
199e4c7e
MR
42742011-09-30 Martin Rudalics <rudalics@gmx.at>
4275
4276 * startup.el (command-line-1): Fix last fix by inserting
4277 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 4278 (Bug#9605) and (Bug#9636)
199e4c7e 4279
fe5f08dd
EZ
42802011-09-29 Eli Zaretskii <eliz@gnu.org>
4281
4282 * simple.el (line-move): If auto-hscroll-mode is disabled and the
4283 window is hscrolled, move by logical lines. (Bug#9607)
4284 (line-move-visual): Update the doc string to the above effect.
4285
b5516bbd
MR
42862011-09-29 Martin Rudalics <rudalics@gmx.at>
4287
ccee00c0
MR
4288 * window.el (display-buffer-record-window): When WINDOW is the
4289 selected window use `point' instead of `window-point'. (Bug#9626)
4290
b5516bbd
MR
4291 * startup.el (command-line-1): Use insert-before-markers when
4292 inserting initial-scratch-message. (Bug#9605)
ccee00c0 4293
b5516bbd
MR
4294 * help.el (help-window): Remove variable.
4295
52aa0014
GM
42962011-09-29 Glenn Morris <rgm@gnu.org>
4297
4298 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
4299
df9a7357
JB
43002011-09-29 Juanma Barranquero <lekktu@gmail.com>
4301
4302 * descr-text.el (describe-char-categories): Accept category
4303 descriptions more than one line long.
4304
a8406c20
SM
43052011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4306
88d9610c
SM
4307 * simple.el (delete-trailing-whitespace): Fix last change.
4308
a5daf810
SM
4309 * progmodes/perl-mode.el (perl-syntax-propertize-function):
4310 Don't confuse "y => 3" as the beginning of a `y' operation.
4311
a8406c20
SM
4312 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
4313 object has more than 4 slots (bug#9613).
4314
a239d4e9
JB
43152011-09-28 Juanma Barranquero <lekktu@gmail.com>
4316
4317 * subr.el (with-output-to-temp-buffer):
4318 * net/quickurl.el (quickurl, quickurl-browse-url):
4319 Fix typos in docstrings.
4320
693fbdb6
EZ
43212011-09-27 Eli Zaretskii <eliz@gnu.org>
4322
4323 * minibuffer.el (completion-styles)
4324 (completion-category-overrides): Cross reference each other in doc
4325 strings.
4326
8b457e28
GM
43272011-09-27 Glenn Morris <rgm@gnu.org>
4328
4329 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
4330 to split-string. (Bug#9606)
4331
85a16208
LMI
43322011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4333
4334 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
4335 (bug#9615).
4336
502f9ebd
CY
43372011-09-27 Chong Yidong <cyd@stupidchicken.com>
4338
4339 * emacs-lisp/package.el (list-packages): Fix echo area message.
4340
7690bdea
LL
43412011-09-27 Leo Liu <sdl.web@gmail.com>
4342
4343 * ido.el (ido-read-internal): Accept cons cell HIST arg.
4344
e2ee6f30
MA
43452011-09-25 Michael Albinus <michael.albinus@gmx.de>
4346
4347 * net/dbus.el (dbus-unregister-object): Don't release services for
4348 registered signals. (Bug#9581)
4349
f3f98342
TZ
43502011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4351
4352 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
4353 function that picks between cfengine 2 and 3 support
4354 automatically. Update docs accordingly.
4355
dd7aa8dd
KH
43562011-09-22 Kenichi Handa <handa@m17n.org>
4357
4358 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
4359 ZERO.
4360 (indian-itrans-v5-table-for-tamil): New variable.
4361 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
4362
3f2b07f8
KM
43632011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
4364
4365 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
4366 that's true if the current command involved collapsing of text.
4367 It's reset to false at the beginning of the next command.
4368 (allout-post-command-business): Move the cursor to the beginning
4369 of entry if the cursor is hidden and collapsing activity just
4370 happened.
4371
371d6a61
CY
43722011-09-24 Chong Yidong <cyd@stupidchicken.com>
4373
4374 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
4375 tracking (Bug#9541).
4376
2ac2721a
UJ
43772011-09-24 Ulf Jasper <ulf.jasper@web.de>
4378
4379 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
4380 (newsticker-show-news): Automatically load html rendering package
4381 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
4382 because w3m-fill-column is let-bound" and the error "Symbol's value
4383 as variable is void: w3m-fill-column".
2ac2721a 4384
fac7ae53
MA
43852011-09-24 Michael Albinus <michael.albinus@gmx.de>
4386
4387 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
4388 Release services only if they are defined. (Bug#9581)
4389
e08b633b
RS
43902011-09-23 Richard Stallman <rms@gnu.org>
4391
e488d29c
RS
4392 * textmodes/paragraphs.el (forward-sentence): For backwards case,
4393 distinguish start of paragraph from start of its text.
4394
19c38752
RS
4395 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
4396
e08b633b
RS
4397 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
4398 (rmail-generate-viewer-buffer): Put that hook on view buffer.
4399 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
4400
0a39f27e
AS
44012011-09-23 Andreas Schwab <schwab@linux-m68k.org>
4402
4403 * international/mule-diag.el (mule-diag): Insert a newline after
4404 each fontset description.
4405
db4e950d
SM
44062011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4407
4408 * simple.el (delete-trailing-whitespace):
4409 Document last change; simplify.
4410
eca3f3ea
PW
44112011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
4412
d68e189a
PW
4413 * simple.el (delete-trailing-whitespace): Also delete
4414 extra newlines at the end of the buffer.
4415
eca3f3ea
PW
4416 * textmodes/picture.el: Make motion commands obey shift-select-mode.
4417 (picture-newline): Use forward-line so as to ignore fields.
4418
01c157cc
SM
44192011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4420
4421 * subr.el (with-wrapper-hook): Fix edebug spec.
4422
022de23e
LMI
44232011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4424
4425 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
4426 (bug#4538).
4427
91683089
MA
44282011-09-23 Michael Albinus <michael.albinus@gmx.de>
4429
eca3f3ea
PW
4430 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
4431 Fix nasty bug using wrong cached values.
91683089 4432
5bdd6fa4
AM
44332011-09-23 Alan Mackenzie <acm@muc.de>
4434
4435 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
4436
97adfb97
CY
44372011-09-23 Chong Yidong <cyd@stupidchicken.com>
4438
4439 * window.el (pop-to-buffer): Ensure right window is selected if we
4440 chose another frame.
4441
d4ef2b50
EZ
44422011-09-22 Eli Zaretskii <eliz@gnu.org>
4443
4444 * simple.el (what-cursor-position): Use get-char-property-change
4445 and next-single-char-property-change, to be able to show display
4446 properties that come from overlays as well as text properties.
4447
72258fe5
CY
44482011-09-22 Chong Yidong <cyd@stupidchicken.com>
4449
4450 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
4451
4452 * cmuscheme.el (run-scheme, switch-to-scheme):
4453 * cus-edit.el (customize-group, custom-buffer-create)
4454 (customize-browse):
4455 * info.el (info):
4456 * shell.el (shell):
4457 * mail/sendmail.el (mail):
4458 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
4459
8f098516
RS
44602011-09-22 Richard Stallman <rms@gnu.org>
4461
4462 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
4463 move back only to line beg, don't move back over blank lines.
4464
e74f1bb6
MA
44652011-09-22 Michael Albinus <michael.albinus@gmx.de>
4466
4467 * files.el (copy-directory): Set directory attributes only in case
4468 they could be retrieved from the source directory. (Bug#9565)
4469
bfeef8b6
DK
44702011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
4471
4472 * progmodes/hideshow.el (hs-looking-at-block-start-p)
4473 (hs-find-block-beginning, hs-hide-level-recursive):
4474 Ignore strings as well as comments. (Bug#9502)
4475
7e423bb8
AS
44762011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
4477
4478 * progmodes/sql.el (sql-comint-postgres):
4479 Convert port number to a string. (Bug#9566)
4480
b4d72fcf
MR
44812011-09-22 Martin Rudalics <rudalics@gmx.at>
4482
4483 * window.el (quit-window): Undedicate window when switching to
4484 previous buffer. Reported by Thierry Volpiatto
4485 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
4486 (special-display-popup-frame): When popping up a new frame reset
4487 its previous buffers to nil. Simplify code.
b4d72fcf 4488
a7b88dc6
MA
44892011-09-21 Michael Albinus <michael.albinus@gmx.de>
4490
4491 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
4492 and process filter, as done also in `shell-command'.
4493
cf4eacfd
MR
44942011-09-21 Martin Rudalics <rudalics@gmx.at>
4495
eca3f3ea 4496 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
4497 Call set-window-start with NOFORCE argument t.
4498 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
4499 (quit-window): Reword doc-string. Handle new format of
4500 quit-restore parameter. Don't delete window if it has a
4501 previous buffer we can show instead of the present one.
4502 (display-buffer-record-window): Rewrite using a new format for
4503 the quit-restore window parameter
4504 (special-display-popup-frame, display-buffer-same-window)
4505 (display-buffer-reuse-window, display-buffer-pop-up-frame)
4506 (display-buffer-pop-up-window, display-buffer-use-some-window):
4507 Adapt symbol passed to display-buffer-record-window.
4508 * help.el (help-window-setup): Handle new format of quit-restore
4509 parameter.
4510
8d28cb95
SM
45112011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4512
94ab793f
SM
4513 * faces.el (face-list): Fix docstring (bug#9564).
4514
8d28cb95
SM
4515 * window.el (display-buffer--action-function-custom-type):
4516 Don't include internal functions in the Custom interface.
4517
3820edeb
JL
45182011-09-20 Juri Linkov <juri@jurta.org>
4519
4520 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
4521 (Info-forward-node, Info-backward-node, Info-next-preorder)
4522 (Info-last-preorder): Use it. (Bug#9528)
4523
5147931d
JL
45242011-09-20 Juri Linkov <juri@jurta.org>
4525
4526 * info.el (Info-last-preorder): Visit last menu item only when
4527 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
4528
cf499a1a
JD
45292011-09-20 Julien Danjou <julien@danjou.info>
4530
4531 * password-cache.el (password-cache-remove): Remove entries even if the
4532 value is nil, so that password with a nil value (negative caching) is
4533 possible to invalidate.
4534
f84e2fe2
LM
45352011-09-20 Lawrence Mitchell <wence@gmx.li>
4536
4537 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
4538 all whitespace around breakpoint. (Bug#9553)
4539 (f90-find-breakpoint): Only break at whitespace inside a comment.
4540
78054a46
SM
45412011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
4542
4543 * minibuffer.el (completion-file-name-table): Keep track of errors.
4544 (completion-table-with-predicate): Handle the case where pred1 is nil.
4545 * pcomplete.el (pcomplete-completions-at-point): Simplify.
4546
345083b2
SM
45472011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4548
e24e27be
SM
4549 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
4550 (debugger-return-value): Signal an error if the debugging context does
4551 not await any return value.
4552
345083b2
SM
4553 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
4554 * image-mode.el (image-toggle-display-text)
4555 (image-toggle-display-image): Stay away from evil `intangible'.
4556
08d355e3
LL
45572011-09-19 Leo Liu <sdl.web@gmail.com>
4558
4559 * replace.el (occur-revert-arguments): Make it permanent-local.
4560 (occur-mode): Don't call font-lock-defontify.
4561
f01da43f
CY
45622011-09-19 Chong Yidong <cyd@stupidchicken.com>
4563
4564 * net/ldap.el (ldap-search-internal): Don't push empty search
4565 result (Bug#9508).
4566
b6072fa6
SM
45672011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4568
4569 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
4570
443d6696
MA
45712011-09-19 Michael Albinus <michael.albinus@gmx.de>
4572
4573 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
4574 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
4575
7cc6e154
JL
45762011-09-18 Juri Linkov <juri@jurta.org>
4577
4578 * buff-menu.el (Buffer-menu-mode-map):
4579 * dired.el (dired-mode-map):
4580 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
4581 (lisp-interaction-mode-map):
4582 * emacs-lisp/package.el (package-menu-mode-map):
4583 * epa.el (epa-key-list-mode-map):
4584 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
4585 (menu-bar-options-menu):
4586 * outline.el (outline-mode-menu-bar-map):
4587 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
4588 * vc/vc-dir.el (vc-dir-menu-map):
4589 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
4590 Capitalize non-function content words in menu item strings.
4591
4592 * dired.el (dired-mode-map): Add menu item for
4593 `image-dired-dired-toggle-marked-thumbs'.
4594
80302a81
JL
45952011-09-18 Juri Linkov <juri@jurta.org>
4596
4597 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
4598 to `isearch-case-fold-search' and restore its original value
4599 after the `isearch-mode' call.
4600
46c5cf66
JL
46012011-09-18 Juri Linkov <juri@jurta.org>
4602
4603 * progmodes/grep.el (grep-process-setup): Don't check code for 1
4604 because `zgrep' returns 1 for successful matches (bug#9226).
4605
d18b513b
JL
46062011-09-18 Juri Linkov <juri@jurta.org>
4607
4608 * info.el (Info-extract-menu-node-name): Check the second match
4609 for empty string (second test-case of bug#9528).
4610 (Info-last-preorder): Let-bind `Info-history' to nil to not add
4611 intermediate nodes to the history (first test-case of bug#9528).
4612
72753f87
JL
46132011-09-18 Juri Linkov <juri@jurta.org>
4614
4615 * info.el (Info-mode-syntax-table): New variable.
1154d12e 4616 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 4617
c9384295
JL
46182011-09-18 Juri Linkov <juri@jurta.org>
4619
1154d12e
JB
4620 * info.el (Info-file-supports-index-cookies):
4621 Increment line-beginning-position's arg from 3 to 4 because makeinfo
4622 outputs one more line for long file names (bug#4142).
c9384295 4623
d473dce8
CY
46242011-09-18 Chong Yidong <cyd@stupidchicken.com>
4625
4626 * newcomment.el (comment-normalize-vars): If prompting for
4627 comment-start, set comment-start-skip too (Bug#8424).
4628
2176854d
JB
46292011-09-18 Johan Bockgård <bojohan@gnu.org>
4630
4631 * icomplete.el: Fix previous fix of Bug#5849.
4632 (icomplete-mode): Don't set completion-show-inline-help.
4633 (icomplete-minibuffer-setup): Set completion-show-inline-help
4634 locally during icompletion.
4635
3aace4e4
CY
46362011-09-18 Chong Yidong <cyd@stupidchicken.com>
4637
c940224f
CY
4638 * woman.el (woman2-process-escapes): Don't delete unrecognized
4639 escapes (Bug#7843).
4640
3aace4e4
CY
4641 * files.el (inhibit-first-line-modes-regexps): Add image files.
4642 (hack-local-variables-prop-line): Return nil for malformed
4643 prop-lines (Bug#9044).
4644
710dec63
MA
46452011-09-18 Michael Albinus <michael.albinus@gmx.de>
4646
4647 * net/tramp.el (top): Don't require 'shell.
4648 (tramp-methods): Fix docstring.
4649 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
4650 Return complete remote file name. Handle "smb" case.
4651 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
4652 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
4653
4654 * net/tramp-compat.el (top): Require 'shell.
4655
4656 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
4657 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
4658 `tramp-current-host'.
4659 (tramp-get-remote-tmpdir): Remove.
4660
4661 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
4662 `tramp-tmpdir' entries.
4663 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
4664 (tramp-smb-handle-file-attributes): Ignore errors.
4665 (tramp-smb-wait-for-output): Check also for process end.
4666
5d5ac8ec
LMI
46672011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4668
4669 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
4670 when sending QUIT (bug#9312).
4671
8c0f49f0
CY
46722011-09-17 Chong Yidong <cyd@stupidchicken.com>
4673
4674 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
4675 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
4676 occur-mode-display-occurrence.
4677 (occur-edit-mode): Add usage message.
4678 (occur-cease-edit): New command.
4679 (occur-after-change-function): Use text properties to find the
4680 position of the prefix text.
4681 (occur-engine): Set stickiness of prefix text properties.
4682
8f1383f7
GM
46832011-09-17 Glenn Morris <rgm@gnu.org>
4684
4685 * progmodes/etags.el (complete-tag):
4686 Fix call to completion-in-region. (Bug#9526)
4687
744ba0e3
JL
46882011-09-17 Juri Linkov <juri@jurta.org>
4689
4690 * textmodes/ispell.el (ispell-word): Add to the error message
4691 the word, ispell program name and current dictionary (bug#9121).
4692 (ispell-tex-arg-end): Capitalize "error" in the error message.
4693
d9bbf400
AS
46942011-09-17 Andreas Schwab <schwab@linux-m68k.org>
4695
4696 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
4697 check. (Bug#4251)
4698
8da11505
JL
46992011-09-17 Juri Linkov <juri@jurta.org>
4700
4701 * window.el (window-safe-min-height, window-safe-min-width):
4702 Fix typos (followup to bug#9522).
4703
a91adc7e
SJ
47042011-09-17 Sven Joachim <svenjoac@gmx.de>
4705
4706 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
4707
064f328a
EZ
47082011-09-16 Eli Zaretskii <eliz@gnu.org>
4709
4710 * simple.el (line-move): If goal-column is set, move by logical
4711 lines, not by display lines. (Bug#971)
4712 (next-line, previous-line, goal-column, line-move-visual): Doc fix
4713 to reflect the above change.
4714
e69df516
SM
47152011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4716
4717 * image.el (imagemagick-register-types): Use regexp-opt.
4718
cbb0f9ab
CY
47192011-09-15 Chong Yidong <cyd@stupidchicken.com>
4720
4721 * window.el (display-buffer-base-action): Rename from
4722 display-buffer-default-action. Make default value empty.
4723 (display-buffer-overriding-action): Convert to defvar.
4724 (display-buffer-fallback-action): New var.
4725
25322144
CY
47262011-09-15 Chong Yidong <cyd@stupidchicken.com>
4727
4728 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
4729 declaration.
4730 (package--add-to-archive-contents): If there is a duplicate entry
4731 with an older version, remove it.
4732 (package-menu-mark-delete, package-menu-mark-install)
4733 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
4734 (package-menu-mark-obsolete-for-deletion):
4735 Use package-menu-get-status instead of a regexp search.
25322144
CY
4736 (package-menu-get-status): Use tabulated-list-entry.
4737 (package-menu-mark-upgrades): New command.
d770725a 4738 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
4739 (package-menu-execute): Do installation before deletion.
4740 (package-menu-refresh, package-menu-execute): Use derived-mode-p
4741 instead of checking major-mode.
4742 (package-menu--find-upgrades): New function.
4743
7520339c
LMI
47442011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4745
4746 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
4747 passwords in the log buffer.
65a046c4
LMI
4748 (smtpmail-process-filter): Update the process marker so that the
4749 "broken by peer" status message is inserted in the right place.
7520339c 4750
d3c30954
SM
47512011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4752
3fe48822
SM
4753 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
4754 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
4755 bibtex-completion-at-point-function.
4756 (bibtex-completion-at-point-function): Use them.
4757
1b8b3954
SM
4758 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
4759
d3c30954
SM
4760 * mpc.el (mpc-constraints-tag-lookup): New function.
4761 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
4762 also to browser "album|playlist".
4763
72779976
JL
47642011-09-14 Juri Linkov <juri@jurta.org>
4765
4766 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
4767 (isearch-edit-string): Use length of `isearch-string' when
4768 `isearch-fail-pos' returns nil.
4769 (isearch-message): Remove duplicate code and call
4770 `isearch-fail-pos' with arg `t'.
4771
a0bf2bcd
CY
47722011-09-14 Chong Yidong <cyd@stupidchicken.com>
4773
17bb0a2d
CY
4774 * replace.el (occur-mode-goto-occurrence): Don't force using other
4775 window (Bug#9499).
4776
a0bf2bcd
CY
4777 * dired-aux.el (dired-do-chmod): Don't provide initial input.
4778
f678e0b6
MR
47792011-09-14 Martin Rudalics <rudalics@gmx.at>
4780
4781 * window.el (display-buffer-window): Remove.
4782 (display-buffer-record-window): Use help-setup window parameter
4783 instead of variable display-buffer-window.
4784 (display-buffer-function, special-display-buffer-names)
4785 (special-display-function): Mention help-setup parameter instead
4786 of display-buffer-window in doc-string.
d3c30954
SM
4787 * help.el (help-window-setup): New argument help-window.
4788 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
4789 Reword some messages.
4790 (with-help-window): Pass window used for displaying the buffer
4791 to help-window-setup. Don't set display-buffer-window.
4792
8e39b2e8
GM
47932011-09-13 Glenn Morris <rgm@gnu.org>
4794
4795 * emacs-lisp/debug.el (debugger-make-xrefs):
4796 Preserve point. (Bug#9462)
4797
85e9c04b
CY
47982011-09-13 Chong Yidong <cyd@stupidchicken.com>
4799
4800 * window.el (window-deletable-p): Use next-frame.
4801
1b36ed6a
MR
48022011-09-13 Martin Rudalics <rudalics@gmx.at>
4803
4804 * window.el (window-auto-delete): Remove.
4805 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 4806 dedication and previous buffers.
1b36ed6a
MR
4807 (switch-to-prev-buffer): Don't delete window.
4808 (delete-windows-on): Delete a window's frame if and only if the
4809 window is dedicated.
4810 (replace-buffer-in-windows): Delete buffer's window or frame if
4811 and only if window is dedicated.
4812 (quit-window): Handle quit-restore as before last change.
4d61f28d 4813 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 4814
ef8ef9fb
CY
48152011-09-13 Chong Yidong <cyd@stupidchicken.com>
4816
4817 * window.el (window-deletable-p): Never delete the last frame on a
4818 given terminal.
4819
b2cba41e
GM
48202011-09-13 Glenn Morris <rgm@gnu.org>
4821
4822 * help.el (describe-key-briefly): Copy previous standard-output change.
4823
51553db6 48242011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
4825
4826 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
4827
b7556719
GM
48282011-09-13 Glenn Morris <rgm@gnu.org>
4829
4830 * emacs-lisp/lisp-mode.el (lisp-indent-function):
4831 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
4832
64b51947
CY
48332011-09-12 Chong Yidong <cyd@stupidchicken.com>
4834
4835 * dired-aux.el (dired-mark-read-string): Don't return default
4836 value on empty input (Bug#9361).
4837 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
4838 Omit initial minibuffer contents.
4839 (dired-do-chmod): Signal an error on empty input.
4840 (dired-mark-read-string): Don't return default on empty input.
4841
4842 * files.el (file-modes-symbolic-to-number): Doc fix.
4843
393a301e
SM
48442011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4845
4846 * international/mule-cmds.el (ucs-completions): Remove.
4847 (read-char-by-name): Use complete-with-action instead; add metadata.
4848
fa5660f9
CY
48492011-09-11 Chong Yidong <cyd@stupidchicken.com>
4850
4851 * window.el (display-buffer--action-function-custom-type)
4852 (display-buffer--action-custom-type): New vars.
4853 (display-buffer-alist, display-buffer-default-action)
4854 (display-buffer-overriding-action): Add defcustom types.
4855
4a592f66
CY
4856 * frame.el (delete-other-frames): Doc fix (Bug#276).
4857
73d56dbd
LMI
48582011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4859
4860 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
4861
37ac18a3
CY
48622011-09-11 Chong Yidong <cyd@stupidchicken.com>
4863
4864 Change modes that used same-window-* vars to use switch-to-buffer.
4865
4866 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
4867 Use switch-to-buffer.
4868
4869 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
4870 (customize-browse, custom-buffer-create-other-window):
4871 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
4872
4873 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
4874 (Info-prev, Info-up, Info-speedbar-goto-node)
4875 (info-display-manual): Use switch-to-buffer.
4876 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
4877
4878 * mail/sendmail.el (mail): Use switch-to-buffer.
4879 (mail-recover): Use switch-to-buffer-other-window.
4880
4881 * cmuscheme.el (run-scheme, switch-to-scheme):
4882 * ielm.el (ielm):
4883 * shell.el (shell):
4884 * net/rlogin.el (rlogin):
4885 * net/telnet.el (telnet, rsh):
4886 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
4887
10195bd6
AS
48882011-09-11 Andreas Schwab <schwab@linux-m68k.org>
4889
4890 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
4891
b322f63a
LMI
48922011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4893
39d7fed6
LMI
4894 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
4895 so don't mention it (bug#9301).
ba5a81f1 4896 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 4897
ee0e9f11
LMI
4898 * faces.el (face-spec-set-match-display): Make `(type graphic)'
4899 match `x', `w32' and `ns', like the manual says (bug#9029).
4900
0b1c89c1 4901 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
4902 (process-kill-buffer-query-function): Mention the buffer name in
4903 the query.
0b1c89c1 4904
77549ea8
LMI
4905 * image-mode.el (image-next-line): The line parameter is mandatory
4906 (bug#9258).
4907
803ef892
LMI
4908 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
4909 which can be useful (bug#9301).
4910
12980837
LMI
4911 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
4912
91054f8f
LMI
4913 * subr.el (match-string): Mention that the current buffer should
4914 be the same as the search was done in (bug#9282).
4915
b322f63a
LMI
4916 * facemenu.el: Disable the remove-* commands if the mark isn't
4917 active (bug#9162).
4918
3199b96f
CY
49192011-09-10 Chong Yidong <cyd@stupidchicken.com>
4920
4921 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
4922 of display-buffer.
4923 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
4924
4925 * replace.el (occur-mode-goto-occurrence)
4926 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
4927 and display-buffer.
4928
4929 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
4930 display-buffer.
4931
4932 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
4933 special-display and same-window variables.
4934 (mail-other-window): Use switch-to-buffer-other-window.
4935 (mail-other-frame): USe switch-to-buffer-other-frame.
4936
393a301e
SM
4937 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
4938 Use display-buffer-other-frame.
3199b96f
CY
4939 (gdb-display-gdb-buffer): Use pop-to-buffer.
4940
4941 * progmodes/gud.el (gud-goto-info): Use info-other-window.
4942
4943 * progmodes/python.el: Don't set same-window-buffer-names.
4944
4945 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
4946
4947 * window.el (display-buffer-alist): Add *Python*.
4948
8319e0bf
CY
49492011-09-10 Chong Yidong <cyd@stupidchicken.com>
4950
4951 * window.el (display-buffer-alist): Add entry for buffers
4952 previously handled same-window-*.
4953 (display-buffer-alist, display-buffer-default-action)
4954 (display-buffer-overriding-action): Mark as risky.
4955 (display-buffer-alist): Document action function changes.
4956 (display-buffer--same-window-action)
4957 (display-buffer--other-frame-action): New variables.
4958 (switch-to-buffer, display-buffer-other-frame): Use them.
4959 (display-buffer): Rename reuse-frame entry to reusable-frames.
4960 (display-buffer-reuse-selected-window): Function deleted.
4961 (display-buffer-reuse-window): Handle reusable-frames alist entry.
4962 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
4963 (display-buffer-special): New function.
4964 (display-buffer--maybe-pop-up-frame-or-window): Rename from
4965 display-buffer-reuse-or-pop-window. Split off special-display
4966 part into display-buffer-special.
4967 (display-buffer-use-some-window): Don't perform any special
4968 pop-up-frames handling.
4969 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 4970 (display-buffer--maybe-same-window): Rename from
0d3ff375 4971 display-buffer-maybe-same-window.
8319e0bf 4972
919a69aa
CY
4973 * info.el: Don't set same-window-regexps.
4974 (info-setup): New function.
4975 (info-other-window, info): Call it.
4976
4977 * cus-edit.el: Don't set same-window-regexps.
4978 (customize-group): New argument.
4979 (customize-group-other-window): Use it.
4980 (customize-face, customize-face-other-window): Likewise.
4981 (custom-buffer-create-other-window): Use pop-to-buffer directly.
4982
8319e0bf
CY
4983 * net/rlogin.el:
4984 * net/telnet.el:
4985 * progmodes/gud.el: Don't set same-window-regexps.
4986
4987 * cmuscheme.el:
4988 * ielm.el:
4989 * shell.el:
4990 * mail/sendmail.el:
4991 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
4992
25173000
JL
49932011-09-10 Juri Linkov <juri@jurta.org>
4994
4995 * isearch.el (isearch-edit-string): Remove obsolete mention of
4996 `C-w' (`isearch-yank-word-or-char') from docstring.
4997 (isearch-query-replace): Fix typo in docstring (bug#9466).
4998
056e44ef
JL
49992011-09-10 Juri Linkov <juri@jurta.org>
5000
5001 * paren.el (show-paren-function): Don't show escaped parens.
5002 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
5003
c3760c17
EZ
50042011-09-10 Eli Zaretskii <eliz@gnu.org>
5005
5006 * mail/sendmail.el (mml-to-mime, mml-attach-file)
5007 (mm-default-file-encoding): Remove autoload forms, they are
5008 replaced with autoload cookies in mml.el and mm-encode.el.
5009 (mail-add-attachment): New command.
5010 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
5011 (mail-mode): Mention mail-insert-file and mail-add-attachment in
5012 the doc string.
5013 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
5014
fece895e
RT
50152011-09-10 Reuben Thomas <rrt@sc3d.org>
5016
e69df516
SM
5017 * simple.el (count-words-region): Use buffer if there's no region
5018 (bug#9429).
fece895e 5019
5e68ce4a
JL
50202011-09-09 Juri Linkov <juri@jurta.org>
5021
5022 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
5023 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
5024 (wdired-isearch-filter-read-only): New function. (Bug#6362)
5025
0a6b9622
AM
50262011-09-09 Alan Mackenzie <acm@muc.de>
5027
5028 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
5029 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
5030
14a29deb
EZ
50312011-09-09 Eli Zaretskii <eliz@gnu.org>
5032
5033 Fix for Savannah bug#9392.
5034 * simple.el (mail-encode-mml): New defvar.
5035
5036 * mail/rmail.el (mail-encode-mml): Add a defvar.
5037 (rmail-enable-mime-composing): Default to t.
5038 (rmail-forward): Use MIME method of forwarding only if both
5039 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
5040 Set mail-encode-mml non-nil if the MIME method was used.
5041
5042 * mail/sendmail.el (mml-to-mime): Add autoload form.
5043 (mail-encode-mml): Add a defvar.
5044 (mail-mode): Make mail-encode-mml buffer-local and initialize it
5045 to nil.
5046 (mail-send): If mail-encode-mml is non-nil, run the outgoing
5047 message through mml-to-mime, and reset mail-encode-mml to nil.
5048
28c45130
GM
50492011-09-09 Glenn Morris <rgm@gnu.org>
5050
5051 * woman.el (woman-if-body): When processing an .el block,
5052 do not delete the next .el block as well. (Bug#9447)
69f4b618 5053 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 5054
9b1c252e
MR
50552011-09-08 Martin Rudalics <rudalics@gmx.at>
5056
5057 * window.el (window-deletable-p): Make sure window is live before
5058 invoking window-prev-buffers.
5059
567457e3
LL
50602011-09-08 Leo Liu <sdl.web@gmail.com>
5061
5062 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
5063
97f05794
JL
50642011-09-08 Juri Linkov <juri@jurta.org>
5065
5066 * progmodes/compile.el (compilation-environment): Make it
5067 a defcustom (bug#8340).
5068
8b0874b5
MR
50692011-09-08 Martin Rudalics <rudalics@gmx.at>
5070
5071 * window.el (frame-auto-delete): Rename to window-auto-delete.
5072 Make it control auto-deletion of windows and/or frames.
5073 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 5074 for deleting window/frame. (Bug#9419)
8b0874b5
MR
5075 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
5076 Rewrite handling of case when window/frame can be deleted.
5077 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 5078 argument t. (Bug#9456)
8b0874b5 5079
4feb6e73
CY
50802011-09-07 Chong Yidong <cyd@stupidchicken.com>
5081
5082 * help-mode.el (help-mode): Restore autoload.
5083
91ab9c13
JL
50842011-09-07 Juri Linkov <juri@jurta.org>
5085
5086 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
5087 `compilation-environment'. Set buffer-local
5088 `compilation-environment' to `thisenv' later after (funcall mode).
5089 (Bug#8340)
5090
5091 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
5092 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
5093 instead of replacing its value. (Bug#8340)
5094
0527e251
JL
50952011-09-07 Juri Linkov <juri@jurta.org>
5096
5097 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
5098 based on text properties put by `grep-filter' instead of matching
5099 escape sequences.
5100 (grep-mode): Set buffer-local `compilation-error-screen-columns'
5101 to the value of `grep-error-screen-columns' (bug#9438).
5102
249f792c
JL
51032011-09-07 Juri Linkov <juri@jurta.org>
5104
5105 * simple.el (next-error-highlight, next-error-highlight-no-select):
5106 Doc fix (bug#9432).
5107
ff7271b9
OT
51082011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
5109
5110 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
5111 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
5112
183fc730
LL
51132011-09-07 Leo Liu <sdl.web@gmail.com>
5114
5115 * net/rcirc.el (rcirc-mode): Conditionally initialize
5116 rcirc-input-ring.
5117
77694924
SM
51182011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5119
5120 * emacs-lisp/find-func.el (find-function-C-source): Only set
5121 find-function-C-source-directory after checking that we found a source
5122 file there (bug#9440).
5123
d809b8eb
AM
51242011-09-06 Alan Mackenzie <acm@muc.de>
5125
5126 * isearch.el (isearch-other-meta-char): Wherever a key list is
5127 unread, "unread" the prefix arg, too. This fixes bug #8901.
5128
453de99f
OG
51292011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
5130
5131 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
5132
90439906
JL
51332011-09-05 Juri Linkov <juri@jurta.org>
5134
5135 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
5136
f62bd846
JL
51372011-09-05 Juri Linkov <juri@jurta.org>
5138
5139 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
5140 keeping point where processing of grep matches begins, and
5141 continue to delete remaining escape sequences from the same point.
5142 (grep-filter): Make leading zero optional in "0?1;31m" because
5143 git-grep emits "\033[1;31m" escape sequences unlike expected
5144 "\033[01;31m" as GNU Grep does (bug#9408).
5145 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
5146
045820ec
JL
51472011-09-05 Juri Linkov <juri@jurta.org>
5148
5149 * subr.el (y-or-n-p): Capitalize "yes".
5150
f5e29b9b
MA
51512011-09-04 Michael Albinus <michael.albinus@gmx.de>
5152
5153 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
5154 `tramp-cache-unload-hook' where appropriate.
5155 (tramp-methods): Rename `tramp-remote-sh' to
5156 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
5157 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
5158
5159 * net/tramp-sh.el (top): Don't require 'shell.
5160 (tramp-methods): Add `tramp-remote-shell' and
5161 `tramp-remote-shell-args' entries.
5162 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
5163 (tramp-sh-handle-shell-command): Remove.
5164 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5165 Use `tramp-remote-shell'.
5166
2784c434
CY
51672011-09-03 Chong Yidong <cyd@stupidchicken.com>
5168
393a301e 5169 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
5170 (sendmail-query-once): Save directly to send-mail-function.
5171 Update message-send-mail-function too.
5172
5173 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
5174
464cdf56
CS
51752011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
5176
5177 * progmodes/python.el (python-mode-map): Use correct function to
5178 start python interpreter from menu-bar (as reported by Geert
5179 Kloosterman).
5180 (inferior-python-mode-map): Fix typo.
393a301e 5181 (python-shell-map): Remove.
464cdf56 5182
d37e5c87
DD
51832011-09-03 Deniz Dogan <deniz@dogan.se>
5184
5185 * net/rcirc.el (rcirc-print): Simplify code for
5186 rcirc-scroll-show-maximum-output. There is no need to walk
5187 through all windows to find the right one.
5188
f3ada0ee
CS
51892011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
5190
5191 * help.el (help-return-method): Doc fix.
5192
1f3c99ca
MR
51932011-09-03 Martin Rudalics <rudalics@gmx.at>
5194
5195 * window.el (window-deletable-p): Don't return a non-nil value
5196 when there's a buffer that was shown in the window before.
5197 (Bug#9419)
393a301e
SM
5198 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
5199 Set window's previous buffers to nil.
1f3c99ca 5200
a3cf097f
EZ
52012011-09-03 Eli Zaretskii <eliz@gnu.org>
5202
5203 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
5204 newline before and after the tag line, so it doesn't interfere
5205 with determining the paragraph direction of bidirectional text.
5206
3d03de90
LL
52072011-09-03 Leo Liu <sdl.web@gmail.com>
5208
5209 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
5210
c3313451
CY
52112011-09-02 Chong Yidong <cyd@stupidchicken.com>
5212
393a301e 5213 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
5214 (pop-to-buffer): Change interactive spec. Pass second argument
5215 directly to display-buffer.
5216 (display-buffer): Fix interactive spec. Use functionp to
5217 distinguish between a function and a list of functions.
5218
5219 * abbrev.el (edit-abbrevs):
5220 * arc-mode.el (archive-extract):
5221 * autoinsert.el (auto-insert):
5222 * bookmark.el (bookmark-bmenu-list):
5223 * files.el (find-file):
5224 * view.el (view-buffer):
5225 * progmodes/compile.el (compilation-goto-locus):
5226 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
5227
89894cd8
CY
52282011-09-02 Chong Yidong <cyd@stupidchicken.com>
5229
5230 * window.el (display-buffer-alist): Doc fix.
5231 (display-buffer): Add docstring. Don't treat
5232 display-buffer-default specially.
5233 (display-buffer-reuse-selected-window)
5234 (display-buffer-same-window, display-buffer-maybe-same-window)
5235 (display-buffer-reuse-window, display-buffer-pop-up-frame)
5236 (display-buffer-pop-up-window)
5237 (display-buffer-reuse-or-pop-window)
5238 (display-buffer-use-some-window): New functions.
5239 (display-buffer-default-action): Use them.
393a301e 5240 (display-buffer-default): Delete.
89894cd8
CY
5241 (pop-to-buffer-1): Fix choice of actions.
5242
ae0bc9fb
SM
52432011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
5244
5245 * minibuffer.el (completion--insert-strings): Don't get confused by
5246 completion entries that end with an LF char.
5247
e9d90883
EZ
52482011-09-01 Eli Zaretskii <eliz@gnu.org>
5249
5250 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
5251
437014c8
CY
52522011-09-01 Chong Yidong <cyd@stupidchicken.com>
5253
5254 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
5255 (display-buffer-same-window, display-buffer-other-window):
5256 New functions.
437014c8
CY
5257 (pop-to-buffer-1): New function. Use the above.
5258 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 5259 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
5260
5261 * view.el (view-buffer-other-window, view-buffer-other-frame):
5262 Just use pop-to-buffer.
5263
a5e063d5
TV
52642011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5265
5266 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
5267
793d32bb
WH
52682011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
5269
5270 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
5271
d65e4c15
RS
52722011-08-31 Richard Stallman <rms@gnu.org>
5273
5274 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
5275 of the separation of rmail-view-buffer from rmail-buffer.
5276 If you say no to "replace original", the decrypt is in the
5277 view buffer. If you say yes, the decrypt goes into the
5278 rmail buffer also.
5279
f818cd2a
MR
52802011-08-31 Martin Rudalics <rudalics@gmx.at>
5281
5282 * window.el (display-buffer-window): Rewrite doc-string.
5283 (display-buffer-record-window): New function.
5284 (display-buffer-macro-specifiers)
5285 (display-buffer-even-window-sizes, display-buffer-set-height)
5286 (display-buffer-set-width, display-buffer-in-window)
5287 (display-buffer-reuse-window, display-buffer-split-specifiers)
5288 (display-buffer-side-specifiers, display-buffer-split-window-1)
5289 (display-buffer-split-window, display-buffer-split-atom-window)
5290 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
5291 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
5292 (display-buffer-other-window-means-other-frame)
5293 (display-buffer-normalize-special)
5294 (display-buffer-normalize-default)
5295 (display-buffer-normalize-argument)
5296 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
5297 (display-buffer-normalize-specifiers, display-buffer-frame)
5298 (display-buffer-same-window, display-buffer-same-frame)
5299 (display-buffer-other-window)
5300 (display-buffer-same-frame-other-window)
5301 (display-buffer-other-frame, pop-to-buffer-same-window)
5302 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
5303 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
5304 (switch-to-buffer-same-frame)
5305 (switch-to-buffer-other-window-same-frame)
5306 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
5307 (display-buffer-alist-set-1, display-buffer-alist-set-2)
5308 (display-buffer-alist-set): Remove.
5309 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
5310 (special-display-regexps, special-display-function):
5311 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
5312 parameter.
5313 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
5314 (special-display-frame-alist, special-display-popup-frame)
5315 (same-window-buffer-names, same-window-regexps, same-window-p)
5316 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
5317 (split-window-preferred-function, split-height-threshold)
5318 (split-width-threshold, window-splittable-p)
5319 (split-window-sensibly, window--try-to-split-window)
5320 (window--frame-usable-p, even-window-heights)
5321 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
5322 (window--display-buffer-2, display-buffer-other-frame):
5323 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
5324 (display-buffer-default, display-buffer-assq-regexp): New functions.
5325 (display-buffer-alist): Rewrite doc-string.
5326 (display-buffer-default-action)
5327 (display-buffer-overriding-action): New variables.
5328 (display-buffer, switch-to-buffer): Rewrite.
5329 (pop-to-buffer): Restore Emacs 23 behavior but use
5330 window-normalize-buffer-to-display.
5331 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
5332 Restore Emacs 23 behavior but use
5333 window-normalize-buffer-to-switch-to.
5334 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
5335 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
5336 Rewrite using Emacs 23 options.
f818cd2a 5337
5bc3b51d
MA
53382011-08-31 Michael Albinus <michael.albinus@gmx.de>
5339
5340 * net/tramp.el (tramp-root-regexp): Remove.
5341 (tramp-completion-file-name-regexp-unified)
5342 (tramp-completion-file-name-regexp-separate)
5343 (tramp-completion-file-name-regexp-url): Don't use leading volume
5344 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
5345 (tramp-drop-volume-letter): Simplify definition.
5346 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 5347
b1a4f8e1
SM
53482011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5349
5350 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
5351 (bug#9356).
5352
5664fa7b
RT
53532011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
5354
b1a4f8e1 5355 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 5356
9a45d6c3
JL
53572011-08-29 Juri Linkov <juri@jurta.org>
5358
5359 * isearch.el (isearch-done): Don't display message "Mark saved"
5360 when arg `edit' is non-nil to prevent its flicker in the echo area.
5361
fb87e0fb
CY
53622011-08-28 Chong Yidong <cyd@stupidchicken.com>
5363
5364 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
5365 obsolete packages for deletion.
5366
09ac1c2a
CS
53672011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
5368
5369 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 5370 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
5371 view-mode from help-mode.
5372 (help-xref-override-view-map): Remove.
5373 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
5374 view-mode is not used anymore.
5375
7a1ff57f
CY
53762011-08-28 Chong Yidong <cyd@stupidchicken.com>
5377
5378 * server.el (server-port): Doc fix.
5379
b9696605
CY
5380 * cus-theme.el (custom-theme-choose-mode): Inherit from
5381 special-mode (Bug#9124).
5382 (custom-theme-choose-mode-map): Add special-mode to parent.
5383
ef8cdf8c
AM
53842011-08-28 Alan Mackenzie <acm@muc.de>
5385
5386 * progmodes/cc-fonts.el
5387 (c-make-font-lock-BO-decl-search-function): New function.
5388 (c-basic-matchers-after - "Fontify the clauses after various
5389 keywords"): Extract the three keyword lists for the 3 erroneous
5390 constructs from the list of four, and use the new function above
5391 in place of an old one.
5392
27de4e20
DD
53932011-08-28 Deniz Dogan <deniz@dogan.se>
5394
5395 * net/rcirc.el (rcirc-insert-prev-input)
5396 (rcirc-insert-next-input): Remove unused argument.
5397
356a3681
SM
53982011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5399
5400 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
5401
3fc9b218
AM
54022011-08-27 Alan Mackenzie <acm@muc.de>
5403
5404 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
5405 handle function pointer parameters properly.
5406
538a061c
MR
54072011-08-27 Martin Rudalics <rudalics@gmx.at>
5408
5409 * window.el (display-buffer-reuse-window): Fix case where
5410 selected window was reused with non-nil OTHER-WINDOW argument.
5411 (Bug#9381)
5412
35b1c40c
DD
54132011-08-27 Deniz Dogan <deniz@dogan.se>
5414
5415 * net/rcirc.el (rcirc-check-auth-status): Adding support for
5416 oftc's NickServ messages.
5417
2f6a3e79
GM
54182011-08-27 Glenn Morris <rgm@gnu.org>
5419
5420 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
5421
7254299e
CY
54222011-08-26 Chong Yidong <cyd@stupidchicken.com>
5423
5424 * emacs-lisp/package.el (package-install): Call package-initialize
5425 if called interactively.
5426
f8ccf167
LL
54272011-08-26 Leo Liu <sdl.web@gmail.com>
5428
5429 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
5430
3e8cd5ce
JL
54312011-08-25 Juri Linkov <juri@jurta.org>
5432
5433 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
5434 `search-whitespace-regexp' (bug#9364).
5435
93eb7113
JL
54362011-08-25 Juri Linkov <juri@jurta.org>
5437
5438 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
5439 `regexp-search-ring' to their global values to protect from
5440 updating by `read-from-minibuffer' (bug#9185).
5441
f65d1611
JL
54422011-08-25 Juri Linkov <juri@jurta.org>
5443
5444 * textmodes/ispell.el (ispell-command-loop): Add newline
5445 at the end of the "Use option `i'..." line.
5446
f1cf7a31
JL
54472011-08-25 Juri Linkov <juri@jurta.org>
5448
5449 * battery.el (display-battery-mode): If `battery-status-function'
5450 or `battery-mode-line-format' is nil, display the message and set
5451 `display-battery-mode' to nil (bug#9363).
5452
0c95fcf7
EZ
54532011-08-25 Eli Zaretskii <eliz@gnu.org>
5454
5455 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
5456 bidi-string-mark-left-to-right; they are unnecessary now.
5457
a2ebe600
DD
54582011-08-25 Deniz Dogan <deniz@dogan.se>
5459
5460 * net/quickurl.el: Documentation typo fixes.
5461
e4ed06f1
CY
54622011-08-25 Chong Yidong <cyd@stupidchicken.com>
5463
5464 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
5465
e5f1c99e
GM
54662011-08-25 Glenn Morris <rgm@gnu.org>
5467
b2948976
GM
5468 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
5469
e5f1c99e
GM
5470 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
5471 (smtpmail-via-smtp): Handle nil response from smtp.
5472
f22f4808
JL
54732011-08-24 Juri Linkov <juri@jurta.org>
5474
5475 * proced.el (proced-marked): Inherit from `error' instead of
5476 `font-lock-warning-face'.
5477
5478 * ibuffer.el (ibuffer-marked-face): Change default face from
5479 `font-lock-warning-face' to `warning'.
5480 (ibuffer-deletion-face): Change default face from
5481 `font-lock-type-face' to `error'.
5482
5483 * battery.el (battery-update): Use the face `error' instead of
5484 `font-lock-warning-face' (bug#6117).
5485
6a93965e
JL
54862011-08-24 Juri Linkov <juri@jurta.org>
5487
5488 * faces.el (success): Change face color from "Green3" to
5489 "ForestGreen" on light background (bug#9353).
5490
1ed43b09
CY
54912011-08-24 Chong Yidong <cyd@stupidchicken.com>
5492
5664fa7b
RT
5493 * window.el (quit-window): Rename from quit-restore-window.
5494 Use same arglist as old quit-window.
1ed43b09
CY
5495 (frame-auto-delete): Doc fix.
5496
5497 * view.el (view-mode-exit): Use quit-window.
5498
11dcdbb2
JL
54992011-08-24 Juri Linkov <juri@jurta.org>
5500
5501 * isearch.el (isearch-ring-adjust1): Start visiting previous
5502 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
5503 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
5504 for empty search string (when the last search string is reused
5505 automatically) to adjust the isearch ring to the last element and
5506 prepare the correct index for further M-p commands (bug#9185).
5507
de62b4df
KH
55082011-08-24 Kenichi Handa <handa@m17n.org>
5509
5510 * international/ucs-normalize.el: If decomposition property of
5511 CHAR is the default one (i.e. a list of CHAR itself), treat it as
5512 nil.
5513 (nfd, nfkd): Likewise.
5514
963b492b
SM
55152011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
5516
5517 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
5518 from process filters aren't reliably transmitted to the surrounding
5519 accept-process-output.
5520 (mpc-proc-check): New function.
5521 (mpc-proc-sync): Use it (bug#8293)
5522
93b6b5e1
SM
55232011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5524
5525 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
5526 Add compatibility functions (bug#9313).
5527
bca633fb
EZ
55282011-08-23 Eli Zaretskii <eliz@gnu.org>
5529
b177498a
EZ
5530 * cus-start.el (all): Add entry for bidi-paragraph-direction.
5531
6df6ae42 5532 * international/uni-bidi.el: Regenerate.
bca633fb 5533
0902a04e
KH
55342011-08-23 Kenichi Handa <handa@m17n.org>
5535
5536 * international/charprop.el:
5537 * international/uni-bidi.el:
5538 * international/uni-category.el:
5539 * international/uni-combining.el:
5540 * international/uni-comment.el:
5541 * international/uni-decimal.el:
5542 * international/uni-decomposition.el:
5543 * international/uni-digit.el:
5544 * international/uni-lowercase.el:
5545 * international/uni-mirrored.el:
5546 * international/uni-name.el:
5547 * international/uni-numeric.el:
5548 * international/uni-old-name.el:
5549 * international/uni-titlecase.el:
5550 * international/uni-uppercase.el: Regenerate.
5551
3bbf23bc
MR
55522011-08-23 Martin Rudalics <rudalics@gmx.at>
5553
5554 * help.el (help-window-setup): Fix message displayed when other
5555 window is reused. (Bug#9341)
5556
b3fd59bd
SM
55572011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5558
1802e444
SM
5559 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
5560 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
5561
b3fd59bd
SM
5562 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
5563 Mark obsolete.
5564 * shell.el (shell-parse-pcomplete-arguments): New function.
5565 (shell-completion-vars): Use it instead (bug#9160).
5566
4eb61348
SM
55672011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
5568
867cab74
SM
5569 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
5570 strings and comments (bug#9333).
5571
4eb61348
SM
5572 * emacs-lisp/debug.el (debug-arglist): New function.
5573 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
5574 (debug-on-entry-1): Handle interpreted closures (bug#9120).
5575
262a1439
JL
55762011-08-22 Juri Linkov <juri@jurta.org>
5577
56ee679c
JL
5578 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5579 Revert regexp that highlights output switches to its old
5580 pre-2010-10-28 value and remove one `?' from it (bug#9319).
5581
262a1439
JL
5582 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
5583 to check for empty output (bug#9226).
5584
f13f86fb
CY
55852011-08-22 Chong Yidong <cyd@stupidchicken.com>
5586
5587 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
5588 symbol-constituent as the default, as that stops font-lock from
5589 working properly (Bug#8843).
5590
c65c9622
LMI
55912011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5592
5593 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
5594 `coding-system-for-*' around the process open call to avoid
5595 auth-source side effects.
e7f2c178 5596 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
5597 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
5598 probe hangs.
c65c9622 5599
23a8a5ab
CY
56002011-08-21 Chong Yidong <cyd@stupidchicken.com>
5601
ff98b2dd
CY
5602 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
5603
23a8a5ab
CY
5604 * emacs-lisp/find-func.el (find-function-noselect): New arg
5605 lisp-only.
5606
5607 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
5608 signal an error for built-in functions (Bug#6664).
5609
f5e3c598
LMI
56102011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5611
5612 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
5613 (smtpmail-try-auth-methods): Use it.
5614
a3f2468a
CY
56152011-08-21 Chong Yidong <cyd@stupidchicken.com>
5616
2c34e8da
CY
5617 * font-lock.el (font-lock-fontify-region)
5618 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
5619 (font-lock-default-unfontify-buffer)
5620 (font-lock-default-fontify-region)
5621 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
5622
b3fd59bd
SM
5623 * progmodes/compile.el (compilation-error-properties):
5624 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
5625 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
5626 `ant' regexp.
ee31aabc 5627
a3f2468a
CY
5628 * net/browse-url.el (browse-url-firefox): Don't call
5629 browse-url-firefox-sentinel unless using -remote (Bug#9328).
5630
8e999f70
GM
56312011-08-20 Glenn Morris <rgm@gnu.org>
5632
c21a496a
GM
5633 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
5634
59ee0542
GM
5635 * tutorial.el (tutorial--default-keys): Update some default bindings.
5636
8e999f70
GM
5637 * files.el (hack-local-variables): Fully ignore case for "mode:".
5638
e3715033
AM
56392011-08-20 Alan Mackenzie <acm@muc.de>
5640
5641 Resolve invalid use of a regexp in regexp-opt.
5642
4d61f28d
JB
5643 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
5644 detection for a java annotation.
e3715033 5645
4d61f28d 5646 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
5647 detection for a java annotation.
5648
4d61f28d
JB
5649 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
5650 handling for java.
e3715033
AM
5651 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
5652
04ed2e9c
CY
56532011-08-20 Chong Yidong <cyd@stupidchicken.com>
5654
5655 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
5656 (Bug#9274).
5657
826cee64
AM
56582011-08-20 Alan Mackenzie <acm@muc.de>
5659
58179cce 5660 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
5661 such a construct. Mainly for when jit-lock etc. starts a chunk
5662 here.
5663
58179cce 5664 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 5665 variable.
58179cce 5666 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
5667 c-make-font-lock-search-function.
5668 (c-make-font-lock-search-function): Use the above function.
5669 (c-make-font-lock-context-search-function): New function.
5670 (c-cpp-matchers): Enhance the preprocessor expression case with
5671 the above function
5672 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
5673 which takes an expression.
5674
5675 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
5676
13009bd8
MR
56772011-08-20 Martin Rudalics <rudalics@gmx.at>
5678
5679 * window.el (display-buffer-reuse-window)
5680 (display-buffer-pop-up-window): Don't reuse or split a side
5681 window.
5682
9234ff7f
GM
56832011-08-19 Glenn Morris <rgm@gnu.org>
5684
5685 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 5686 Downcase "Mode:". (Bug#9331)
9234ff7f 5687
f635daa1
CY
56882011-08-18 Chong Yidong <cyd@stupidchicken.com>
5689
5690 * international/characters.el: Add L and R categories.
5691
5692 * subr.el (bidi-string-mark-left-to-right): Rename from
5693 string-mark-left-to-right. Use category search.
5694
5695 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
5696
bc987f8b
JL
56972011-08-18 Juri Linkov <juri@jurta.org>
5698
5699 * faces.el (error, warning, success): New faces with definitions
5700 copied from old default values of `font-lock-warning-face',
5701 `compilation-warning', `compilation-info' (bug#6117).
5702
5703 * font-lock.el (font-lock-warning-face): Inherit from `error'.
5704
5705 * progmodes/compile.el (compilation-error): Inherit from `error'.
5706 (compilation-warning): Inherit from `warning'.
5707 (compilation-info): Inherit from `success'.
5708
5709 * dired.el (dired-marked): Inherit from `warning'.
5710 (dired-flagged): Inherit from `error'.
5711
57173b96
LMI
57122011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5713
3e79eb87
LMI
5714 * mail/smtpmail.el (auth-source): Require to avoid problems with
5715 binding variables (bug#9298). Also clean up some unused
5716 autoloads.
5717
b3fd59bd
SM
5718 * net/network-stream.el (network-stream-open-starttls):
5719 Support using starttls.el without using gnutls-cli.
57173b96 5720
02b404de
JL
57212011-08-17 Juri Linkov <juri@jurta.org>
5722
5723 * progmodes/grep.el (rgrep): Handle the case when
5724 `grep-find-command' is a cons cell (bug#9278).
5725
8c9177f2
MR
57262011-08-17 Martin Rudalics <rudalics@gmx.at>
5727
5728 * window.el (display-buffer-pop-up-frame): Run frame creation
5729 function with BUFFER current (as special-display-popup-frame
5730 does). Reported by Drew Adams.
5731
3644a0ab
DU
57322011-08-17 Daiki Ueno <ueno@unixuser.org>
5733
5734 * epa-mail.el: Simplify GnuPG group expansion using
5735 epg-expand-group.
5736 (epa-mail-group-alist, epa-mail-group-modtime)
5737 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
5738 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
5739 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
5740 Remove.
5741
5e617bc2 57422011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
5743
5744 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
5745
9c4aeabf
AM
57462011-08-16 Alan Mackenzie <acm@muc.de>
5747
5748 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
5749 Correct, to avoid the inside of macros.
5750
3a99bf64
RS
57512011-08-16 Richard Stallman <rms@gnu.org>
5752
04963aa8
RS
5753 * epa-mail.el: Handle GnuPG group definitions.
5754 (epa-mail-group-alist, epa-mail-group-modtime)
5755 (epa-mail-gnupg-conf-file): New variables.
5756 (epa-mail-parse-groups, epa-mail-sync-groups)
5757 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
5758 (epa-mail-expand-recipients): New functions.
5759 (epa-mail-encrypt): Call epa-mail-expand-recipients.
5760
177549d0
RS
5761 * mail/rmail.el (rmail-epa-decrypt): New command.
5762
fe38beef
RS
5763 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
5764 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
5765 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
5766 (epa-decrypt-armor-in-region): Make error message clearer.
5767
934eacb9
SM
57682011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
5769
5770 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
5771 and "a2b" to "ab" for `prefix'.
5772
d024fb4e
CY
57732011-08-14 Chong Yidong <cyd@stupidchicken.com>
5774
5775 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
5776 filter groups.
de148fee
CY
5777 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
5778 Fourquet (Bug#8804).
d024fb4e 5779
62f1ca49
JB
57802011-08-12 Juanma Barranquero <lekktu@gmail.com>
5781
5782 * startup.el (argi): Declare as global variable (bug#9275).
5783
9ccaaa4b
CY
57842011-08-12 Chong Yidong <cyd@stupidchicken.com>
5785
5786 * subr.el (string-mark-left-to-right): Search the entire string
5787 for RTL script, not just the terminating character. Doc fix.
5788
a3dae87a
SM
57892011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
5790
6cd18349
SM
5791 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
5792 New function.
5793 (js--regexp-literal, js-syntax-propertize-function): Remove.
5794 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
5795 (js-mode-map): Don't rebind electric keys.
5796 (js-insert-and-indent): Remove.
5797 (js-mode): Setup electric-layout and electric-indent instead.
5798
a3dae87a
SM
5799 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
5800
9d5cb631
DU
58012011-08-12 Daiki Ueno <ueno@unixuser.org>
5802
5803 * epa.el (epa-progress-callback-function): Fix the logic of
5804 displaying progress.
5805 * epa-file.el (epa-file-insert-file-contents): Make progress
5806 display more user-friendly.
5807 (epa-file-write-region): Ditto.
5808
3e26a4a2
CY
58092011-08-10 Chong Yidong <cyd@stupidchicken.com>
5810
5811 * subr.el (string-mark-left-to-right): New function.
5812
5813 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
5814 Use string-mark-left-to-right.
5815 (list-buffers-noselect): Caller changed.
5816
a3dae87a
SM
5817 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
5818 Use string-mark-left-to-right.
3e26a4a2
CY
5819 (tabulated-list-print): Recenter after moving point.
5820
ac8cf6e6
JL
58212011-08-10 Juri Linkov <juri@jurta.org>
5822
5823 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
5824 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
5825 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
5826
8d96c9a4
CY
58272011-08-09 Chong Yidong <cyd@stupidchicken.com>
5828
5829 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
5830 (Bug#7554).
5831
7be1c708 58322011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
5833
5834 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
5835 character. (Bug#6594)
5836
37e11a63
CY
58372011-08-08 Chong Yidong <cyd@stupidchicken.com>
5838
839dde57
CY
5839 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
5840 (image-dired--with-db-file): New macro.
5841 (image-dired-write-tags, image-dired-remove-tag)
5842 (image-dired-create-gallery-lists, image-dired-write-comments)
5843 (image-dired-get-comment, image-dired-mark-tagged-files)
5844 (image-dired-list-tags, image-dired-gallery-generate): Use it.
5845 (image-dired-gallery-generate): Use insert-file-contents.
5846
37e11a63
CY
5847 * time.el (display-time-world-list, display-time-world-display):
5848 * time-stamp.el (time-stamp-string):
5849 * vc/add-log.el (add-change-log-entry): Use setenv instead of
5850 set-time-zone-rule (Bug#7337).
5851
0b4946c4
DU
58522011-08-08 Daiki Ueno <ueno@unixuser.org>
5853
5854 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
5855 (epg-error-to-string, epg-errors-to-string): New function.
5856 (epg-wait-for-completion): Reverse errors list.
5857 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
5858 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
5859 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
5860 (epg-sign-keys, epg-generate-key-from-file)
5861 (epg-generate-key-from-string): Format errors by using
5862 epg-errors-to-string (bug#9255).
5863 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
5864
75bfc667
JL
58652011-08-07 Juri Linkov <juri@jurta.org>
5866
5867 * faces.el (list-faces-display): Remove extra angle bracket
5868 from `help-mode-map'.
5869
5870 * info.el (Info-history-toc-nodes): Doc fix.
5871
5872 * longlines.el (longlines-mode): Doc fix.
5873
673e08bb
SM
58742011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
5875
4640dd88
SM
5876 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
5877 of statements and in a few more cases (bug#9183).
5878
673e08bb
SM
5879 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
5880 New functions.
5881 (cl-transform-lambda): Use them (bug#9239).
5882
89b3f019
MR
58832011-08-05 Martin Rudalics <rudalics@gmx.at>
5884
5885 * window.el (display-buffer-same-window)
5886 (display-buffer-same-frame, display-buffer-other-window)
5887 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
5888 (pop-to-buffer-other-window)
5889 (pop-to-buffer-same-frame-other-window)
5890 (pop-to-buffer-other-frame): Make them defuns.
5891 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
5892
640c8776
SM
58932011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5894
5895 * subr.el (make-composed-keymap): Move from C. Change calling
5896 convention, and improve docstring to bring attention to a subtle point.
5897 * minibuffer.el (completing-read-default): Adjust accordingly.
5898
63648a95
MA
58992011-08-03 Michael Albinus <michael.albinus@gmx.de>
5900
5901 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
5902 (tramp-open-shell): Use `tramp-shell-quote-argument'.
5903
5904 * net/trampver.el: Update release number.
5905
b796c9b7
SM
59062011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5907
5908 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
5909 "in" (bug#9190).
5910
2239d7d5
LMI
59112011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5912
e07dd7c3
LMI
5913 * mail/sendmail.el (sendmail-query-once): Restore the current
5914 buffer after querying (bug#9074).
5915
0e6a2bd7
LMI
5916 * dired.el (dired-flagged): Use different faces for marked and
5917 flagged files (bug#6117).
5918
ce887515
LMI
5919 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
5920 (bug#4433).
5921
92f2affc
LMI
5922 * ido.el (ido-mode): Switch off the message if called
5923 non-interactively.
5924
57d5aff0
LMI
5925 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
5926 before 587, since it appears that that's more likely to work for
5927 more people.
5928
98cd6c18 5929 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 5930 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
5931 exist.
5932
b96dec83
LMI
5933 * info.el: Remove the `Info-beginning-of-buffer' function
5934 (bug#8325).
5935
b796c9b7
SM
5936 * net/network-stream.el (network-stream-open-starttls):
5937 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 5938
d90e2ea0
MR
59392011-08-01 Martin Rudalics <rudalics@gmx.at>
5940
5941 * window.el (display-buffer-in-window): Don't set dedicated status
5942 of window here (Bug#9215).
5943 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
5944 (display-buffer-pop-up-side-window)
b796c9b7 5945 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 5946
cca09170
SM
59472011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
5948
5949 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
5950 before binding generated-autoload-file.
5951
027b979c
DD
59522011-08-01 Deniz Dogan <deniz@dogan.se>
5953
5954 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
5955
3c7ee4f3
MA
59562011-07-30 Michael Albinus <michael.albinus@gmx.de>
5957
5958 Sync with Tramp 2.2.2.
5959
5960 * net/trampver.el: Update release number.
5961
2cc8e51a
JL
59622011-07-30 Juri Linkov <juri@jurta.org>
5963
5964 * dired-aux.el (dired-touch-initial): Remove function.
5965 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
5966 current time, and `default' to the last modification time of the
5967 current marked file (bug#6887).
5968
a514d856
JM
59692011-07-28 Jose E. Marchesi <jemarch@gnu.org>
5970
5971 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 5972 numeric argument to read-number (bug#9163).
a514d856 5973
8a7eddd7
MA
59742011-07-27 Michael Albinus <michael.albinus@gmx.de>
5975
5976 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
5977 connection process, it could be nil.
5978
1ddd96f5
LL
59792011-07-27 Leo Liu <sdl.web@gmail.com>
5980
5981 Simplify url handling in rcirc-mode.
5982
5983 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
5984 (rcirc-browse-url-at-mouse): Remove.
5985 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
5986
b248a85d
AM
59872011-07-26 Alan Mackenzie <acm@muc.de>
5988
5989 Fontify bitfield declarations properly.
5990
5991 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
5992 (c-symbol-chars): Now exported as a lang variable.
5993 (c-not-primitive-type-keywords): New lang variable.
5994
5995 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
5996 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 5997 parsed as a bitfield declaration.
b248a85d 5998
b796c9b7
SM
5999 * progmodes/cc-engine.el (c-beginning-of-statement-1):
6000 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
6001 (c-punctuation-in): New function.
6002 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
6003 declarations properly.
6004
68575ab0
UJ
60052011-07-26 Ulf Jasper <ulf.jasper@web.de>
6006
6007 * calendar/icalendar.el (icalendar--all-events): Take care of
6008 multiple vcalendars in a single file.
b796c9b7 6009 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 6010
0f0a88b9
DD
60112011-07-25 Deniz Dogan <deniz@dogan.se>
6012
6013 * image.el (insert-image): Clarifying docstring.
6014
0b3f36df
MA
60152011-07-24 Michael Albinus <michael.albinus@gmx.de>
6016
6017 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
6018 `tramp-send-command-and-check' if there is no error.
6019 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
6020
a9901f61
AM
60212011-07-22 Alan Mackenzie <acm@muc.de>
6022
6023 Prevent cc-langs.elc being loaded at run time.
6024
6025 * progmodes/cc-mode.el: Remove two autoload forms which loaded
6026 cc-langs.
6027
4d61f28d 6028 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
6029 "(require 'cc-langs)". Quote a form so it will evaluate at
6030 (cc-mode's) compilation time.
6031
11d074b2
MA
60322011-07-22 Michael Albinus <michael.albinus@gmx.de>
6033
6034 * net/tramp.el (tramp-file-name-handler): Avoid recursive
6035 loading. (Bug#9114)
6036
938b94c8
MR
60372011-07-21 Martin Rudalics <rudalics@gmx.at>
6038
6039 * window.el (display-buffer-pop-up-window)
6040 (display-buffer-pop-up-side-window)
6041 (display-buffer-in-side-window): Call display-buffer-set-height
6042 and display-buffer-set-width after setting the new window's
b796c9b7 6043 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 6044
bfa4f190
SS
60452011-07-20 Sam Steingold <sds@gnu.org>
6046
6047 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
6048 (etags-tags-included-tables): Call `convert-standard-filename' on
6049 the file names contained in TAGS so that windows Emacs can handle
6050 TAGS files created by cygwin ctags.
6051
8ca42262
LMI
60522011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
6053
6054 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
6055 which apparently didn't work.
6056
5db2afd2 60572011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 6058
5db2afd2
RW
6059 * proced.el (proced-send-signal): For *Marked Processes* buffer
6060 put point at beginning of buffer.
6061
92e15d10
SB
60622011-07-19 Stephen Berman <stephen.berman@gmx.net>
6063
6064 * proced.el (proced-format): Make header lines align with the text
6065 (bug#1779).
6066
1bfd59e5
LMI
60672011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6068
6069 * view.el (view-buffer): Allow running in `special' modes if we're
6070 visiting a file (bug#8615).
6071
f5aae37c
MR
60722011-07-19 Martin Rudalics <rudalics@gmx.at>
6073
6074 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
6075 (display-buffer-alist-set-1, display-buffer-alist-set-2):
6076 New functions.
f5aae37c
MR
6077 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
6078 more accurately.
6079
bf2c1571
AM
60802011-07-18 Alan Mackenzie <acm@muc.de>
6081
6082 Fontify declarators properly when, e.g., a jit-lock chunk begins
6083 inside a declaration.
6084
6085 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
6086
b796c9b7
SM
6087 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
6088 New function.
bf2c1571
AM
6089 (c-complex-decl-matchers): Insert reference to
6090 c-font-lock-enclosing-decls.
6091
6092 * progmodes/cc-engine.el (c-backward-single-comment):
6093 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
6094 to nil around calls to (forward-comment -1).
6095
4e190b80
LMI
60962011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6097
12dc863d
LMI
6098 * image.el (put-image): Doc typo fix.
6099
a762e966
LMI
6100 * progmodes/etags.el (tags-search): Doc typo fix.
6101
4e190b80
LMI
6102 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
6103 password if we get errors 550 to 554.
6104
f019fb21
LMI
61052011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6106
b796c9b7 6107 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 6108
81746738
LMI
6109 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
6110 indentation character (bug#6380).
6111
3ee3a1b5
LMI
6112 * files.el (buffer-offer-save): Made permanently local (bug#6241).
6113
c82f64de
LMI
6114 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
6115 to clarify what the problem is (bug#4291).
6116
f019fb21
LMI
6117 * simple.el (current-kill): Clarify what
6118 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
6119 (auto-fill-mode): Document `auto-fill-function' in relation to
6120 `auto-fill-mode' (bug#2470).
f019fb21 6121
0794775d
LM
61222011-07-16 Lawrence Mitchell <wence@gmx.li>
6123
6124 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
6125 method if slot is read-only (bug#9035).
6126
be39b8cc
MR
61272011-07-16 Martin Rudalics <rudalics@gmx.at>
6128
b796c9b7 6129 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 6130 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
6131 selected before, see discussion of (Bug#8615), (Bug#6954).
6132 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 6133
6ccf7859
GM
61342011-07-15 Glenn Morris <rgm@gnu.org>
6135
6136 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 6137 Respect help-form.
6ccf7859 6138
87e86684
LM
61392011-07-09 Lawrence Mitchell <wence@gmx.li>
6140
6141 * net/gnutls.el (gnutls-min-prime-bits): New variable.
6142 (gnutls-negotiate): Use it.
6143
d6066239
LMI
61442011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6145
b796c9b7
SM
6146 * net/gnutls.el (gnutls-negotiate):
6147 Upcase `gnutls-algorithm-priority'.
d6066239 6148
bd23ebc0
GM
61492011-07-15 Glenn Morris <rgm@gnu.org>
6150
c65bca65
GM
6151 * jka-compr.el (jka-compr-verbose): Move from here...
6152 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
6153 Add missing :version tag.
6154 * info.el: No need to require jka-compr when compiling.
bd23ebc0 6155
478615cc
LMI
61562011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6157
7b41decb
LMI
6158 * net/gnutls.el (gnutls-algorithm-priority): New variable.
6159 (gnutls-negotiate): Use it.
6160
dbc44fcd
LMI
6161 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
6162
06789f97
LMI
6163 * info.el (Info-beginning-of-buffer): New command.
6164 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
6165 announcing `b' as the key (bug#8325).
ab896c37 6166 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 6167
c39da690
LMI
6168 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
6169
3aa5f34b
LMI
6170 * international/mule-cmds.el
6171 (describe-specified-language-support): Make the error message
6172 clearer (bug#8905).
6173
4bf0979f
LMI
6174 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
6175
478615cc
LMI
6176 * isearch.el (isearch-barrier): Add a doc string, since it's
6177 mentioned in a function doc string (bug#8678).
6178
75c68aa1
MR
61792011-07-15 Martin Rudalics <rudalics@gmx.at>
6180
6181 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
6182 buffer argument (Bug#9083) and self-identifying label argument.
6183
a7c33da2
GM
61842011-07-15 Glenn Morris <rgm@gnu.org>
6185
6186 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
6187
2f5c6024
LMI
61882011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6189
6190 * man.el (Man-fontify-manpage): Fix message when formatting the
6191 man page (bug#7929).
6192
0bb23927 61932011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
6194
6195 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
6196 argument LRM; if non-nil, append an invisible LRM character to the
6197 buffer name.
6198 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
6199 last argument non-nil, when formatting buffer names.
0bb23927
EZ
6200 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
6201 paragraph direction.
cce4b0a7 6202
621ef9ab
LMI
62032011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6204
d1583c48
LMI
6205 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
6206 the man page name (bug#7929).
6207
6a57fb5f
LMI
6208 * image.el (put-image): Mention the `put-image' overlay property
6209 (bug#7834).
6210
d7956b14
LMI
6211 * scroll-bar.el (set-scroll-bar-mode): Mention that
6212 `scroll-bar-mode' lists the values (bug#7772).
6213
5b2d4a66
LMI
6214 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
6215 command (bug#7729).
6216
7509a874
LMI
6217 * rect.el (apply-on-rectangle): Return the point after the last
6218 operation.
6219 (string-rectangle): Go to the point after the last operation
6220 (bug#7522).
6221
4fe74b19
LMI
6222 * printing.el (pr-toggle-region): Clarify the documentation
6223 slightly (bug#7493).
6224
b796c9b7
SM
6225 * time.el (display-time-update):
6226 Allow `display-time-mail-function' to return nil (bug#7158).
6227 Fix suggested by Detlev Zundel.
ab283561 6228
fc233c9d
LMI
6229 * vc/diff.el (diff): Clarify the order the file names are read
6230 (bug#7111).
6231
43f5740b
LMI
6232 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
6233 the doc string (bug#7015).
6234
f2182a76
LMI
6235 * font-lock.el (font-lock-maximum-decoration): Mention what
6236 numeric levels mean (bug#6935).
6237
621ef9ab
LMI
6238 * startup.el (initial-buffer-choice): Don't mention the `none'
6239 selection, which is against policy.
6240
adc47434
MR
62412011-07-14 Martin Rudalics <rudalics@gmx.at>
6242
b796c9b7
SM
6243 * window.el (display-buffer-normalize-special):
6244 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 6245
7e5bfb8f
EZ
62462011-07-14 Eli Zaretskii <eliz@gnu.org>
6247
6248 * subr.el (version<, version<=, version=): Mention "-CVS" and
6249 "-12345" alpha version numbers.
6250
27fa387a
CY
62512011-07-14 Chong Yidong <cyd@stupidchicken.com>
6252
6253 * bindings.el: Add advertised binding for set-mark-command
6254 (Bug#5772).
6255
8bdfa064
CY
62562011-07-14 Chong Yidong <cyd@stupidchicken.com>
6257
6258 * bindings.el (mode-line-other-buffer):
6259 * bookmark.el (bookmark-bmenu-2-window):
6260 * bs.el (bs-cycle-next, bs-cycle-previous):
6261 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
6262 switch-to-buffer.
6263
6264 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 6265 Delete.
8bdfa064 6266
5eba16a3
JB
62672011-07-14 Juanma Barranquero <lekktu@gmail.com>
6268
6269 * follow.el (follow-debug-message, follow-redisplay):
6270 * jka-cmpr-hook.el (with-auto-compression-mode):
6271 Fix typos in docstrings.
6272
15853710
LMI
62732011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6274
a28e4607
LMI
6275 * subr.el (with-silent-modifications): Clarify somewhat what the
6276 macro inhibits (bug#6525).
6277
15853710
LMI
6278 * simple.el (eval-expression): Note what it does if called
6279 interactively (bug#6495).
6280
bee0fcef
CY
62812011-07-13 Chong Yidong <cyd@stupidchicken.com>
6282
b796c9b7
SM
6283 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
6284 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
6285
6286 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6287 Remove switch-to-buffer.
6288
58274504
LMI
62892011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6290
bd2fcc8d
LMI
6291 * files.el (make-directory): Clarify that an error will be raised
6292 if there's an error (bug#6397).
6293
0f04b32c
LMI
6294 * startup.el (initial-buffer-choice): Add `none' as a choice
6295 (bug#6234).
6296
465c5fc8
LMI
6297 * subr.el (add-hook): Clarify section about buffer-local hooks
6298 (bug#6218).
6299
58274504
LMI
6300 * dired.el (dired-flagged): Clarify doc string (bug#6117).
6301
bead9a43
JB
63022011-07-13 Juanma Barranquero <lekktu@gmail.com>
6303
6304 * tabify.el (untabify): Preserve the current column so that point
6305 doesn't move (bug#6032).
6306
3af98a7b
LMI
63072011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6308
b796c9b7
SM
6309 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
6310 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 6311
6240145a
GM
63122011-07-13 Glenn Morris <rgm@gnu.org>
6313
6314 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
6315 (dired-insert-directory): Give a message the first time
6316 if ls is found not to support --dired.
6317
1d8c2ccc
LMI
63182011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6319
6320 * simple.el (toggle-truncate-lines): Clarify what is toggled
6321 (bug#5580). Text by Drew Adams.
6322
5fc4038e
CY
63232011-07-13 Chong Yidong <cyd@stupidchicken.com>
6324
6325 * simple.el (blink-matching-open): Make the error message from the
6326 last change less verbose.
6327
bf6012e5
DN
63282011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
6329
6330 * font-lock.el (font-lock-comment-face): Use the high contrast
6331 "yellow" color for font-lock-comment-face on low color terminals
6332 using a dark background color (bug#4221).
6333
343c3b5a
LMI
63342011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6335
7e9505c5
LMI
6336 * dired.el (dired-insert-set-properties): Make the doc string
6337 reflect what it does now (bug#5325).
6338
c26fdcf5
LMI
6339 * simple.el (blink-matching-open): Say that we were unable to find
6340 the match within the limit, if we're limited (bug#5122).
6341
bb388cc5
LMI
6342 * international/mule-cmds.el (prefer-coding-system): Add an
6343 example (bug#4869).
6344
343c3b5a
LMI
6345 * progmodes/etags.el (tags-search): Document `file-list-form'
6346 (bug#4731).
6347
2a517d45
LM
63482011-07-13 Lawrence Mitchell <wence@gmx.li>
6349
6350 * net/browse-url.el (browse-url-default-browser)
6351 (browse-url-browser-function): Make the default browser choice a
6352 bit more logical (bug#4300). Also clean up the doc string.
6353
b6c78ef2
JB
63542011-07-13 Juanma Barranquero <lekktu@gmail.com>
6355
6356 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
6357 binary endings (bug#4440).
6358
1c4dd947
LMI
63592011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6360
a2014063
LMI
6361 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
6362 which can be pretty annoying (bug#8971).
6363
9c9c2d88
LMI
6364 * jka-compr.el (jka-compr-verbose): New variable, and use
6365 throughout (bug#8971).
6366
1c4dd947
LMI
6367 * info.el (Info-find-file): Fall back on the installation
6368 directory if we can't find the info node anywhere else.
6369
a1c9f41b
SO
63702011-07-13 Sergei Organov <osv@javad.com> (tiny change)
6371
6372 * vc/vc.el (vc-revert-file):
6373 Don't set file time-stamp in the past. (Bug#5181)
6374
536f3d36
LMI
63752011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6376
7152b011
LMI
6377 * files.el (after-find-file): Give a better error message when
6378 trying to find a symlink that points to a file that doesn't exist
6379 (bug#4398).
6380
536f3d36
LMI
6381 * progmodes/cc-vars.el: Remove (probably) misleading comment
6382 (bug#4396).
6383
460c0fba
JB
63842011-07-12 Johan Bockgård <bojohan@gnu.org>
6385
6386 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
6387
7a6bda45
CY
63882011-07-12 Chong Yidong <cyd@stupidchicken.com>
6389
6390 * mouse-sel.el: Hack restoring functionality, while keeping
6391 compatibility with 2010-07-03 changes to mouse selection.
6392 (mouse-sel-primary-overlay): New var.
6393 (mouse-sel-selection-alist): Use it.
6394 (mouse-sel-mode): Doc fix; remove points that are default features
6395 of mouse.el.
6396
c79598ef
JB
63972011-07-12 Johan Bockgård <bojohan@gnu.org>
6398
6399 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6400 Fix previous fix (bug#2490).
6401
ff8be6ef
RW
64022011-07-12 Roland Winkler <winkler@gnu.org>
6403
b796c9b7
SM
6404 * textmodes/bibtex.el (bibtex-initialize):
6405 Use pop-to-buffer-same-window.
ff8be6ef
RW
6406 (bibtex-search-entries): Fix interactive call.
6407
296ba3ee
LMI
64082011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6409
f5242a02 6410 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
6411 Fontise bytecomp Error lines more correctly (bug#2490).
6412 Fix suggested by Johan Bockgård.
f5242a02 6413
296ba3ee
LMI
6414 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
6415
6416 * dired-x.el (dired-guess-default): Use `delete-dups'.
6417
f69fd0d2
CY
64182011-07-12 Chong Yidong <cyd@stupidchicken.com>
6419
6420 * dired.el (dired-mark-prompt):
6421 * dired-aux.el (dired-read-shell-command): Doc fix.
6422
eab5dc07
LMI
64232011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6424
b796c9b7
SM
6425 * mail/sendmail.el (sendmail-query-once):
6426 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
6427 emacs -Q.
6428
6429 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
6430
eab5dc07
LMI
6431 * cus-edit.el (custom-file): Take an optional no-error variable.
6432 (customize-save-variable): Set the variable, and give a warning if
6433 running under "emacs -q".
6434
a1e65d42
JB
64352011-07-11 Juanma Barranquero <lekktu@gmail.com>
6436
6437 * loadhist.el (unload-feature-special-hooks):
6438 Add `auto-coding-functions', `fill-nobreak-predicate' and
6439 `find-directory-functions' (bug#5327).
6440
1d52da10
LMI
64412011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6442
be958f1d
LMI
6443 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
6444
5bedb26c
LMI
6445 * cus-edit.el (custom-guess-name-alist): -alist variables should
6446 use the `alist' type (bug#3120). Suggested by Drew Adams.
6447
1d52da10
LMI
6448 * printing.el: Add documentation to all the `pr-toggle-' commands.
6449
cd394be1 64502011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
6451
6452 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
6453 backends where it makes sense (bug#2623).
6454
dcc88d8a
LMI
64552011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6456
c3de9feb
LMI
6457 * dired-x.el (dired-guess-default): Remove duplicate shell command
6458 entries (bug#2028).
8a93078b 6459 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 6460 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 6461
dcc88d8a
LMI
6462 * subr.el (remove-duplicates): New conveniency function.
6463
505e3645
LMI
64642011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6465
6466 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
6467 (bug#1526).
6468
64692011-07-10 Martin Rudalics <rudalics@gmx.at>
6470
6471 * window.el (display-buffer-normalize-default): Don't invert
6472 meaning of even-window-heights. Reported by Eli Zaretskii
6473 <eliz@gnu.org>.
6474
455e4fa1
BR
64752011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
6476
6477 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
6478
8e0bc3e9
CY
64792011-07-10 Chong Yidong <cyd@stupidchicken.com>
6480
6481 * window.el (display-buffer): Fix arguments to
6482 display-buffer-reuse-window in last change.
6483
fa7c3228
CY
6484 * faces.el (link): Use a less saturated blue on light backgrounds.
6485
6486 * startup.el (fancy-startup-text, fancy-about-text)
6487 (fancy-startup-tail): Use font-lock faces, for background safety.
6488
c0a7f300
BN
64892011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
6490
b796c9b7
SM
6491 * emulation/viper-cmd.el (viper-change-state-to-vi):
6492 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 6493
4dc2a129
MR
64942011-07-09 Martin Rudalics <rudalics@gmx.at>
6495
6496 * window.el (display-buffer-default-specifiers): Remove.
6497 (display-buffer-macro-specifiers): Remove default specifiers.
6498 (display-buffer-alist): Default to nil.
b796c9b7 6499 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
6500 (display-buffer-pop-up-window): Allow splitting internal
6501 windows. Check whether a live window was created.
6502 (display-buffer-other-window-means-other-frame)
6503 (display-buffer-normalize-arguments): Rename to
6504 display-buffer-normalize-argument and rewrite. Set the
6505 other-window specifier.
6506 (display-buffer-normalize-special): New function.
6507 (display-buffer-normalize-options): Rename to
6508 display-buffer-normalize-default and rewrite.
6509 (display-buffer-normalize-options-inhibit): Remove.
6510 (display-buffer-normalize-specifiers): Rewrite.
6511 (display-buffer): Process other-window specifier and call
6512 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
6513 more faithfully.
b796c9b7 6514 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 6515 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
6516 (display-buffer-in-window, display-buffer-alist-set):
6517 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
6518 <tassilo@member.fsf.org>.
6519
2d43b8c9
LL
65202011-07-09 Leo Liu <sdl.web@gmail.com>
6521
6522 * register.el (insert-register): Restore accidental change on
6523 2011-06-26. (Bug#9028)
6524
7f9b7c53
GM
65252011-07-09 Glenn Morris <rgm@gnu.org>
6526
6527 * subr.el (remq): Handle the empty list. (Bug#9024)
6528
f042cfd8
AS
65292011-07-08 Andreas Schwab <schwab@linux-m68k.org>
6530
6531 * mail/sendmail.el (send-mail-function): No longer delay custom
6532 initialization.
6533 * custom.el (custom-initialize-delay): Doc fix.
6534
856b2f11
SM
65352011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
6536
6537 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
6538
afae1d68
MA
65392011-07-08 Michael Albinus <michael.albinus@gmx.de>
6540
6541 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
6542 human-friendly prompt.
6543
0757af94
SM
65442011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
6545
6546 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
6547 provided by a particular plugin.
6548
d760b731
LMI
65492011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
6550
6551 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
6552 save customizations (with "emacs -Q"), just set the variable
6553 instead of erroring out.
6554
6555 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
6556
cd79ce90
JL
65572011-07-08 Juri Linkov <juri@jurta.org>
6558
6559 * arc-mode.el (archive-zip-expunge, archive-zip-update)
6560 (archive-zip-update-case): Use 7z if found by `executable-find'.
6561 The order of searching the available programs is the same as in
6562 `archive-zip-extract' (bug#8968).
6563
14cc04aa
CY
65642011-07-07 Chong Yidong <cyd@stupidchicken.com>
6565
6566 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
6567 (menu-bar-options-menu): Tweak descriptions.
6568
0a1848ec
LMI
65692011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6570
6571 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
6572 menu items into verb phrases (bug#1421). Also refill to fit under
6573 80 columns.
6574
f5bd0689
CY
65752011-07-07 Chong Yidong <cyd@stupidchicken.com>
6576
538e85c6
CY
6577 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
6578 (Info-read-node-name): Doc fix (Bug#1084).
6579
f5bd0689
CY
6580 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
6581 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
6582 (end-of-sexp, beginning-of-sexp)
6583 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
6584 (forward-symbol, forward-same-syntax, word-at-point)
6585 (sentence-at-point): Doc fix (Bug#1144).
6586
56ec5115
LMI
65872011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6588
f3f8e37f
LMI
6589 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
6590 should cover it (bug#1281).
6591
0757af94 6592 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 6593
e9fce1ac 6594 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
6595 negotiation fails, then possibly try again with a non-encrypted
6596 connection (bug#9017).
6597
56ec5115
LMI
6598 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
6599 be used.
6600
c2f9aec8
RS
66012011-07-07 Richard Stallman <rms@gnu.org>
6602
6603 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
6604 property, and handle its changed format.
6605 Look for the correct line number.
6606 Use file's line contents (but not past first =) to find
6607 correct line in message.
6608
ef7b981d 66092011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
6610
6611 * international/characters.el (build-unicode-category-table):
6612 Delete it.
0757af94 6613 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 6614
0757af94 6615 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
6616 to src/chartab.c.
6617 (get-char-code-property): Call unicode-property-table-internal to
6618 load a file. Call get-unicode-property-internal where necessary.
6619 (put-char-code-property): Call unicode-property-table-internal to
6620 load a file. Call put-unicode-property-internal where necessary.
6621 put-unicode-property-internal where necessary.
0757af94
SM
6622 (char-code-property-description):
6623 Call unicode-property-table-internal to load a file.
c805dec0
KH
6624
6625 * international/charprop.el:
6626 * international/uni-bidi.el:
6627 * international/uni-category.el:
6628 * international/uni-combining.el:
6629 * international/uni-comment.el:
6630 * international/uni-decimal.el:
6631 * international/uni-decomposition.el:
6632 * international/uni-digit.el:
6633 * international/uni-lowercase.el:
6634 * international/uni-mirrored.el:
6635 * international/uni-name.el:
6636 * international/uni-numeric.el:
6637 * international/uni-old-name.el:
6638 * international/uni-titlecase.el:
6639 * international/uni-uppercase.el: Regenerate.
6640
6641 * loadup.el: Load international/charprop.el before
6642 international/characters.
6643
e14b388a
CY
66442011-07-07 Chong Yidong <cyd@stupidchicken.com>
6645
6646 * window.el (next-buffer, previous-buffer): Signal an error if
6647 called from a minibuffer window.
6648
6649 * bindings.el: Revert 2011-07-04 change.
6650
354cf0ba
RS
66512011-07-06 Richard Stallman <rms@gnu.org>
6652
6653 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
6654 (rmail-mime-insert-bulk, rmail-mime-insert-text):
6655 Treat markers like ints.
6656 (rmail-mime-entity): Doc fix.
6657
a48868a7
LMI
66582011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6659
4906cd3d
LMI
6660 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
6661 defcustom again for backwards compatibility.
6662
e0457abe
LMI
6663 * simple.el (shell-command-on-region): Fill.
6664
d67f7e1f
LMI
6665 * dired-aux.el (dired-kill-line): Add a doc string.
6666
fe204702
LMI
6667 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
6668 to "\\sw\\|\\s_" (bug#358).
6669
a48868a7
LMI
6670 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
6671 (dired-unmark-backward): Ditto.
6672 (dired-flag-backup-files): Ditto.
6673
6674 * dired-x.el (dired-mark-sexp): Ditto.
6675
aa8a705c
RS
66762011-07-06 Richard Stallman <rms@gnu.org>
6677
6678 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
6679 (rmail-mime-entity): New arg TRUNCATED.
6680 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
6681 New functions.
6682 (rmail-mime-save): Warn if entity is truncated.
6683 (rmail-mime-toggle-hidden): Likewise, for showing.
6684 (rmail-mime-process-multipart): Record when an entity is truncated.
6685
a9a936b9
RS
6686 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
6687 if ENTITY is a string.
6688
1f2b92cb
LMI
66892011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6690
f4f73198 6691 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
6692 of faces when `M-C-x'-ing their definitions (bug#8378).
6693 Also clean up the code slightly.
f4f73198 6694
12b16734 6695 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 6696 because that makes the colors go away.
12b16734 6697
f0691d22
LMI
6698 * mail/sendmail.el (send-mail-function): Change the default to
6699 `sendmail-query-once'.
9e87df06 6700 (sendmail-query-once): Add an autoload cookie.
f0691d22 6701
1f2b92cb
LMI
6702 * net/network-stream.el (network-stream-open-starttls): Try using
6703 a plain connection even if the server offered STARTTLS, and we
6704 kinda wanted to use it, if Emacs doesn't have any STARTTLS
6705 capability. This should make smtpmail.el work in slightly more
6706 configurations.
6707
1cdd2a1b
MA
67082011-07-06 Michael Albinus <michael.albinus@gmx.de>
6709
6710 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
6711 New defun.
6712 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
6713
fbcc67e2
MM
67142011-07-06 Michael R. Mauger <mmaug@yahoo.com>
6715
6716 * progmodes/sql.el: Version 3.0
0757af94 6717 (sql-product-alist): Add product :completion-object,
fbcc67e2 6718 :completion-column, and :statement attributes.
0757af94 6719 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 6720 (sql-mode-syntax-table): Mark all punctuation.
0757af94 6721 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
6722 ansi keywords.
6723 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 6724 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
6725 (sql-oracle-show-reserved-words): New function for development.
6726 (sql-product-font-lock): Simplify for source code buffers.
6727 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
6728 New functions.
6729 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
6730 (sql-mode-map): Add statement movement functions.
6731 (sql-ansi-statement-starters, sql-oracle-statement-starters):
6732 New variable.
fbcc67e2
MM
6733 (sql-statement-regexp, sql-beginning-of-statement)
6734 (sql-end-of-statement, sql-signum): New functions.
0757af94 6735 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
6736 (sql-show-sqli-buffer): Bug fix.
6737 (sql-interactive-mode): Store connection data as buffer local.
0757af94 6738 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
6739 with sql-interactive-mode.
6740 (sql-save-connection): Save buffer local settings.
0757af94 6741 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
6742 (sql-product-interactive): Bug fix.
6743 (sql-preoutput-hold): New variable.
6744 (sql-interactive-remove-continuation-prompt): Bug fixes.
6745 (sql-debug-redirect): New variable.
6746 (sql-str-literal): New function.
6747 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 6748 Redesign.
fbcc67e2
MM
6749 (sql-oracle-save-settings, sql-oracle-restore-settings)
6750 (sql-oracle-list-all, sql-oracle-list-table): New functions.
6751 (sql-completion-object, sql-completion-column)
6752 (sql-completion-sqlbuf): New variables.
6753 (sql-build-completions-1, sql-build-completions)
6754 (sql-try-completion): New functions.
6755 (sql-read-table-name): Use them.
6756 (sql-contains-names): New buffer local variable.
6757 (sql-list-all, sql-list-table): Use it.
6758 (sql-oracle-completion-types): New variable.
6759 (sql-oracle-completion-object, sql-sqlite-completion-object)
6760 (sql-postgres-completion-object): New functions.
6761
d4eaeab1
GM
67622011-07-06 Glenn Morris <rgm@gnu.org>
6763
6764 * window.el (pop-to-buffer): Doc fix.
6765
322b7dab 67662011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
6767
6768 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
6769
322b7dab 67702011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 6771
322b7dab 6772 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 6773
322b7dab 6774 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 6775
605dd5bf
CY
67762011-07-05 Chong Yidong <cyd@stupidchicken.com>
6777
6778 * button.el (button): Inherit from link face. Suggested by Dan
6779 Nicolaescu.
6780
7dbfa719
SM
67812011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6782
3db614b0
SM
6783 * progmodes/gdb-mi.el: Fit in 80 columns.
6784 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
6785 switch-to-buffer.
6786
7dbfa719
SM
6787 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
6788 if imenu is simply not configured (bug#8941).
6789
919d884a
KM
67902011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
6791
6792 * allout.el (allout-post-undo-hook): New allout outline-change
6793 event hook to signal undo activity.
6794 (allout-post-command-business): Run allout-post-undo-hook if an
6795 undo just occurred.
7dbfa719
SM
6796 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
6797 * allout-widgets.el (allout-widgets-after-undo-function):
6798 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
6799 in the vicinity of an undo.
6800 (allout-widgets-mode): Include allout-widgets-after-undo-function
6801 on the new allout-post-undo-hook.
6802
450a0f09
SM
68032011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6804
6805 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
6806 Let define-derived-mode define it.
6807 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
6808 cycles of abbrev-table inheritance (bug#8998).
6809
2de69e00
RW
68102011-07-05 Roland Winkler <winkler@gnu.org>
6811
6812 * textmodes/bibtex.el: Add support for biblatex.
6813 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
6814 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
6815 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
6816 (bibtex-entry-alist, bibtex-field-alist): New variables.
6817 (bibtex-entry-field-alist): Obsolete alias for
6818 bibtex-BibTeX-entry-alist.
6819 (bibtex-entry-alist, bibtex-field-alist): New widgets.
6820 (bibtex-set-dialect): New command.
6821 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
6822 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
6823 Bind via bibtex-set-dialect.
2de69e00
RW
6824 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
6825 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
6826 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
6827 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
6828 Define via bibtex-set-dialect.
450a0f09
SM
6829 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
6830 Obey bibtex-no-opt-remove-re.
2de69e00
RW
6831 (bibtex-vec-push, bibtex-vec-incr): New functions.
6832 (bibtex-format-entry, bibtex-field-list)
6833 (bibtex-print-help-message, bibtex-validate)
6834 (bibtex-search-entries): Use new format of bibtex-entry-alist.
6835
2dcdbdd9
SM
68362011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6837
6838 * progmodes/compile.el (compilation-goto-locus):
6839 * net/tramp-cmds.el (tramp-append-tramp-buffers):
6840 * bs.el (bs-cycle-next, bs-cycle-previous):
6841 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
6842 * bindings.el (mode-line-other-buffer):
6843 * autoinsert.el (auto-insert):
6844 * arc-mode.el (archive-extract):
6845 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
6846
b27640fe
JB
68472011-07-05 Juanma Barranquero <lekktu@gmail.com>
6848
6849 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
6850 Fix check of `emacs-lock-unlockable-modes'.
6851 Coerce true values of `emacs-lock--try-unlocking' to t.
6852
53bbe3ad
JB
68532011-07-05 Juanma Barranquero <lekktu@gmail.com>
6854
6855 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
6856 * emacs-lock.el: New file.
6857
1d3cdbc7
JD
68582011-07-05 Julien Danjou <julien@danjou.info>
6859
6860 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
6861 than `boundp' to check if face is set.
6862
9173deec
JB
68632011-07-05 Juanma Barranquero <lekktu@gmail.com>
6864
6865 * register.el (registerv-make):
6866 * window.el (window-min-height): Fix typos in docstrings.
6867
869795d6
JD
68682011-07-05 Jan Djärv <jan.h.d@swipnet.se>
6869
9173deec 6870 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
6871 Update doc string.
6872
b768cdcd
JB
68732011-07-04 Juanma Barranquero <lekktu@gmail.com>
6874
6875 * server.el (server-execute): Catch quit and call
6876 `server-return-error' to pass the error back to emacsclient and
6877 close the connection (bug#8942).
6878
13aa217b
KM
68792011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
6880
6881 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
6882 insecure exception for current topic. Also note that auto-saves
6883 are handled differently.
6884
6885 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
6886 State variables for tracking auto-save inhibition situation.
6887
6888 (allout-write-contents-hook-handler): Rename from
6889 'allout-write-file-hook-handler', and describe how it depends on
6890 write-contents-functions sensitivity to non-nil value to prevent
6891 file write.
6892
6893 (allout-auto-save-hook-handler): Remove. auto-save does not check
6894 this in individual buffers, only in the starting buffer, so this
6895 is not the right way for us to inhibit auto-save in a buffer
6896 according to its condition.
6897
6898 (allout-mode): Use new allout-write-contents-hook-handler, and
6899 only with write-contents-functions. Remove auto-save provisions -
6900 they're implemented elsewhere.
6901
6902 (allout-before-change-handler): If undo is in progress, note that
6903 for attention of allout-post-command-business.
6904
6905 (allout-post-command-business): If the command we're following was
6906 an undo, check for change in the status of encrypted items and
6907 adjust auto-save inhibitions accordingly.
6908
6909 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
6910 according to whether there are or aren't any plain-text topics
6911 pending encryption.
6912
2dcdbdd9 6913 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
6914 Adjust buffer-saved-size and some allout state to inhibit auto-saves
6915 if there are plain-text topics pending encryption.
13aa217b
KM
6916
6917 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
6918 buffer-saved-size and some allout state to not inhibit auto-saves
6919 if there are no longer any plain-text topics pending encryption.
6920
0757af94
SM
6921 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
6922 No longer provide for exemption of the current topic.
13aa217b 6923
ac89b32c
JL
69242011-07-04 Juri Linkov <juri@jurta.org>
6925
6926 Add 7z operations to delete and save changed members (bug#8968).
6927 * arc-mode.el (archive-7z-expunge, archive-7z-update):
6928 New defcustoms.
6929 (archive-7z-write-file-member): New function.
6930 (archive-7z-summarize): Fix the number of dashes in the
6931 listing output.
6932
8fa39615
SM
69332011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
6934
6935 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
6936 (bug#8958).
6937
2f11b3f1
CY
69382011-07-04 Chong Yidong <cyd@stupidchicken.com>
6939
d66fef2b
CY
6940 * bindings.el: Ignore next-buffer and previous-buffer in
6941 minibuffer-local-map.
6942
2f11b3f1
CY
6943 * font-lock.el (font-lock-builtin-face): Change light background
6944 color to dark slate blue (Bug#6693).
6945
f932a347
WD
69462011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
6947
6948 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
6949
c8af70e1
SM
69502011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
6951
6952 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
6953 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6954 Add switch-to-buffer.
6955
f158badc
LMI
69562011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6957
6958 * isearch.el (isearch-search-fun-function): Clarify further the
6959 meaning of the function returned.
6960
6d95bd46
MA
69612011-07-04 Michael Albinus <michael.albinus@gmx.de>
6962
6963 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
6964
6965 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
6966 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
6967 Use it.
6968 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
6969 `tramp-default-remote-path' does not exist.
6970 (tramp-send-command-and-read): New optional argument NOERROR.
6971 (tramp-open-connection-setup-interactive-shell)
6972 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
6973 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
6974 (tramp-process-sentinel): Flush also process' connection property.
6975 (tramp-sh-handle-start-file-process): Do not set process
6976 sentinel. It is done now ...
6977 (tramp-maybe-open-connection): ... here. (Bug#8929)
6978
909e6b67
MK
69792011-07-04 MON KEY <monkey@sandpframing.com>
6980
6981 * play/animate.el (animate-string): Doc fixes and allow changing
6982 the buffer name (bug#5417).
6983
69842011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6985
c8af70e1 6986 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 6987
f34755dc
PE
69882011-07-04 Paul Eggert <eggert@cs.ucla.edu>
6989
396cec72
PE
6990 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
6991 This is simpler and helps future-proof the code.
6992 (timer-until): Use time-subtract and float-time.
08235028 6993 (timer--time-less-p): Use time-less-p.
f34755dc 6994
56e6cc31
JB
69952011-07-04 Juanma Barranquero <lekktu@gmail.com>
6996
3abb79e5
JB
6997 * type-break.el (timep): Use the value of `float-time' to avoid a
6998 byte-compiler warning.
6999
56e6cc31
JB
7000 * server.el (server-eval-and-print): Return any result, even nil.
7001
7b9430b4
PE
70022011-07-03 Paul Eggert <eggert@cs.ucla.edu>
7003
7004 * type-break.el: Accept time formats that the builtins accept.
7005 (timep, type-break-time-difference): Accept any format that
7006 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
7007 This is simpler and helps future-proof the code.
7008 (type-break-time-difference): Round rather than ignoring
7009 subseconds components.
7010
3034e9e7
LMI
70112011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7012
7013 * info.el (Info-apropos-matches): Make non-interactive, since it
7014 doesn't seem to do anything useful as a command (bug#8829).
7015
1485f4c0
CY
70162011-07-03 Chong Yidong <cyd@stupidchicken.com>
7017
7018 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 7019 Move from faces.el.
1485f4c0
CY
7020 (frame-default-terminal-background): New function.
7021
7022 * custom.el (custom-push-theme): Don't record faces in `changed'
7023 theme; this doesn't work correctly for per-frame face settings.
7024 (disable-theme): Use face-set-after-frame-default to reset faces.
7025 (custom--frame-color-default): New function.
7026
9fa3dd45
LMI
70272011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7028
c8af70e1 7029 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
7030 (bug#8769).
7031
6cbbc20c
KR
70322011-03-29 Kevin Ryde <user42@zip.com.au>
7033
7034 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7035 `perl-Test2' extend to match possible "fail #N" rep count
7036 (bug#8377).
7037
c7f98048
LMI
70382011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7039
65676592
LMI
7040 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
7041 `smtpmail-via-smtp' now returns the error instead of nil.
7042
c7f98048
LMI
7043 * isearch.el (isearch-search-fun-function): Clarify the doc string
7044 (bug#8101).
7045
56e6cc31 70462011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
7047
7048 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
7049 unnecessary spaces (bug#8987).
7050
2b216704
LMI
70512011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7052
7053 * net/network-stream.el (open-network-stream): Use the
7054 :end-of-capability command thoughout.
7055
70562011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
7057
7058 * net/network-stream.el (open-network-stream): Add the
7059 :end-of-capability command parameter, used by pop3.el.
7060
36adf6ce
LMI
70612011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7062
1ca0da0e
LMI
7063 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
7064
fc00f69c
LMI
7065 * fringe.el (fringe-query-style): Remove redundant text " (type ?
7066 for list)" (bug#6475).
7067
28fd8759 7068 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 7069 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
7070 an error (bug#6297).
7071
0dd8b6da
LMI
7072 * man.el (Man-reference-regexp): Allow matching possible
7073 word-wrapped references (bug#6289).
7074
ce1438d6
LMI
7075 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
7076 for consistency with the other vc buffers (bug#6197).
7077 (vc-checkin): Ditto.
7078
7079 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
7080
36adf6ce
LMI
7081 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
7082
e83cc1f7
LMI
70832011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7084
8a20ca4c
LMI
7085 * custom.el (defcustom): Clarify that :set is only used in the
7086 Customize user interface (bug#6089).
7087
83319045
LMI
7088 * progmodes/flymake.el (flymake-mode): If the buffer isn't
7089 associated with a file, refuse to run instead of erroring out
7090 (bug#6084).
7091
a8392169
LMI
7092 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
7093 the doc string, since it appears that using `fill-column' always
7094 controls the width (bug#7845).
7095
e83cc1f7
LMI
7096 * simple.el (shell-command-on-region): Say where the error output
7097 went if `shell-command-default-error-buffer' is set (bug#6857).
7098
e47ca23b
KM
70992011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
7100
7101 * allout.el (allout-yank-processing): Adjust cursor position for
7102 backwards-deleted space.
7103
7104 (allout-rebullet-heading): Register changes with
7105 allout-exposure-changed-hook, so the modified topic is properly
7106 decorated.
7107
5cf56143
LMI
71082011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7109
08549772
LMI
7110 * minibuffer.el (completion-in-region): Document PREDICATE
7111 (bug#7136).
7112
48e96771
LMI
7113 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
7114 of keyword/argument pairs (bug#6904).
7115
c8af70e1
SM
7116 * replace.el (multi-occur):
7117 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 7118
e17d05e2
LMI
71192011-07-02 Drew Adams <drew.adams@oracle.com>
7120
7121 * dired.el (dired-mark-if): Make the message about whether it's
7122 marking or unmarking clearer (bug#8523).
7123
063b0e45
LMI
71242011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7125
7126 * disp-table.el (display-table-print-array): New function.
7127 (describe-display-table): Use it to print the vectors more pretty
7128 (Bug#8859).
7129
28545e04
MR
71302011-07-02 Martin Rudalics <rudalics@gmx.at>
7131
7132 * window.el (window-state-get-1): Don't assign clone numbers.
7133 Add clone-of item to list of window parameters.
7134 (window-state-put-2): Don't process clone numbers.
7135 (display-buffer-alist): Fix doc-string.
7136
3349e122
SM
71372011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
7138
7139 * subr.el (remq): Don't allocate if it's not needed.
7140 (keymap--menu-item-binding, keymap--menu-item-with-binding)
7141 (keymap--merge-bindings): New functions.
7142 (keymap-canonicalize): Use them to refine the canonicalization.
7143 * minibuffer.el (minibuffer-local-completion-map)
7144 (minibuffer-local-must-match-map): Move initialization from C.
7145 (minibuffer-local-filename-completion-map): Move initialization from C;
7146 don't inherit from anything here.
7147 (minibuffer-local-filename-must-match-map): Make obsolete.
7148 (completing-read-default): Use make-composed-keymap to combine
7149 minibuffer-local-filename-completion-map with either
7150 minibuffer-local-must-match-map or
7151 minibuffer-local-filename-completion-map.
7152
d224ac83
GM
71532011-07-01 Glenn Morris <rgm@gnu.org>
7154
3de63bf8
GM
7155 * type-break.el (type-break-time-sum): Use dolist.
7156
d224ac83
GM
7157 * textmodes/flyspell.el (flyspell-word-search-backward):
7158 Replace CL function.
7159
1a1e3f32
SM
71602011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7161
fe3f64d5
SM
7162 * mouse.el (mouse--strip-first-event): New function.
7163 (function-key-map): Use it to map fringe clicks to normal clicks
7164 by default.
7165
eb604e34
SM
7166 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
7167 (vc-bzr-revision-completion-table): Add support for annotate and date.
7168
1a1e3f32
SM
7169 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
7170 inherit from parent.
7171
5bd35902
LMI
71722011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7173
ace6c69c 7174 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 7175 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 7176
191e2bed
LMI
7177 * dired.el (dired-mode): Fix up the doc string as suggested by
7178 Drew Adams (bug#8817).
7179
5bd35902
LMI
7180 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
7181 cookie, since the manual says that it should be possible to add
7182 this function to `find-file-hook' (bug#8709).
7183
eee8207a
TZ
71842011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
7185
7186 * progmodes/cfengine.el: Moved all cfengine3.el functionality
7187 here. Noted Ted Zlatanov as the maintainer.
7188 (cfengine-common-settings, cfengine-common-syntax): New functions
7189 to set up common things between `cfengine-mode' and
7190 `cfengine3-mode'.
7191 (cfengine3-mode): New mode.
7192 (cfengine3-defuns cfengine3-defuns-regex
7193 (cfengine3-class-selector-regex cfengine3-category-regex)
7194 (cfengine3-vartypes cfengine3-font-lock-keywords)
7195 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 7196 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 7197
36b148cf
MA
71982011-07-01 Michael Albinus <michael.albinus@gmx.de>
7199
7200 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
7201
7202 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
7203
0bf4ba9a
MR
72042011-07-01 Martin Rudalics <rudalics@gmx.at>
7205
7206 * window.el (same-window-buffer-names, same-window-regexps)
7207 (same-window-p, special-display-frame-alist)
7208 (special-display-popup-frame, special-display-function)
7209 (special-display-buffer-names, special-display-regexps)
7210 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
7211 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
7212 (split-window-preferred-function, split-height-threshold)
7213 (split-width-threshold, even-window-heights)
7214 (display-buffer-mark-dedicated, window-splittable-p)
7215 (split-window-sensibly, window-safely-shrinkable-p):
7216 Un-obsolete.
7217 (display-buffer): Don't spread args with function specifier
7218 because special-display-popup-frame won't like it.
7219
35837f51
PE
72202011-07-01 Paul Eggert <eggert@cs.ucla.edu>
7221
d0672f86
PE
7222 Time-stamp simplifications and fixes.
7223 These improve accuracy slightly, and future-proof the code
7224 against some potential changes to current-time format.
7225
b9444d97
PE
7226 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
7227 by using time-since and float-time.
7228
0ef923dc
PE
7229 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
7230 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
7231 + NNN microseconds".
7232
2f81380d
PE
7233 * type-break.el (type-break-time-sum): Rewrite using time-add.
7234
845b5c3e
PE
7235 * play/hanoi.el (hanoi-current-time-float): Remove.
7236 All uses replaced by float-time.
7237
ee6f1be0
PE
7238 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
7239 This yields a more-accurate answer.
7240 (rng-time-to-float): Remove; no longer needed.
7241
fe955043
PE
7242 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
7243
5777162a
PE
7244 * calendar/timeclock.el (timeclock-seconds-to-time):
7245 Defalias to seconds-to-time, since they're the same thing.
7246
3103f8b6 7247 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 7248 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
7249 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
7250
0e61a35f
SM
72512011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7252
7253 * window.el (bury-buffer): Don't iconify the only frame.
7254 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
7255 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
7256
ddd63a1e
CY
72572011-07-01 Chong Yidong <cyd@stupidchicken.com>
7258
0e61a35f
SM
7259 * eshell/em-smart.el (eshell-smart-display-navigate-list):
7260 Add mouse-yank-primary.
ddd63a1e 7261
055f4923
TZ
72622011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
7263
7264 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
7265
6a2fb145
SM
72662011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7267
7268 * emacs-lisp/find-func.el (find-library--load-name): New fun.
7269 (find-library-name): Use it to find relative load names when provided
7270 absolute file name (bug#8803).
7271
fd4983f2
LMI
72722011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7273
887d14ad
LMI
7274 * textmodes/flyspell.el (flyspell-word): Consider words that
7275 differ only in case as potential doublons (bug#5687).
7276
c53dc7fc
LMI
7277 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
7278 Remove two rather uninteresting debugging-like messages to make
7279 debbugs.el more silent.
7280
fd4983f2
LMI
7281 * comint.el (comint-password-prompt-regexp): Accept "Response" as
7282 a password-like phrase.
7283
7a71b18d 72842011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
7285
7286 * progmodes/cc-guess.el: New file.
7287
6a2fb145 7288 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
7289
7290 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
7291 derived from `c-basic-common-init'.
7292
7293 * progmodes/cc-mode.el (top-level): Require cc-guess.
7294 (c-basic-common-init): Use `cc-choose-style-for-mode'.
7295
1fa280a3
LM
72962011-06-30 Lawrence Mitchell <wence@gmx.li>
7297
7298 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
7299
e6597158
AM
73002011-06-30 Alan Mackenzie <acm@muc.de>
7301
1fa280a3
LM
7302 * progmodes/cc-engine.el (c-guess-continued-construct):
7303 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
7304 lock is disabled. Name this case as "CASE G".
7305
68ba37fb
KM
73062011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
7307
7308 * allout.el (allout-yank-processing): Fix injection of extra space
7309 between bullet and non-whitespace character in first topic when
7310 pasting, ensuring that the actual spacing in the pasted topic
7311 following the bullet char is preserved. This extra space was
7312 causing pasted encrypted topics to get a decrypted status even
7313 when the content was actually still encrypted. Now the decryption
7314 status from before the paste is preserved.
7315
7316 (allout-flag-region): Set all allout overlays so they evaporate
7317 when reduced to zero length (evanescent), to prevent overlay
7318 leakage.
7319
887a0b34
GM
73202011-06-30 Glenn Morris <rgm@gnu.org>
7321
94b9acce
GM
7322 * w32-fns.el (w32-charset-info-alist): Declare.
7323
1d9b46d4
GM
7324 * find-dired.el (find-grep-options): Simplify.
7325
cc232200
GM
7326 * term/ns-win.el (ns-set-resource): Declare.
7327
28e77c46
GM
7328 * ses.el (row, col): Declare dynamic variables honestly.
7329
887a0b34
GM
7330 * textmodes/reftex-parse.el (index-tags): Declare.
7331
658d8eb8
CY
73322011-06-30 Chong Yidong <cyd@stupidchicken.com>
7333
7334 * cus-edit.el (customize-push-and-save): New function.
7335
7336 * files.el (hack-local-variables-confirm): Use it.
7337
1fa280a3
LM
7338 * custom.el (load-theme): New arg NO-CONFIRM.
7339 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
7340 (custom-enabled-themes): Doc fix.
7341
7342 * cus-theme.el (customize-create-theme)
7343 (custom-theme-merge-theme): Callers to load-theme changed.
7344
bb617717
LMI
73452011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7346
d61bdd5d
LMI
7347 * thingatpt.el (thing-at-point-short-url-regexp): Require that
7348 short URLs have at least one dot in them (bug #7614).
7349
bb617717
LMI
7350 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
7351 nil, because using a pty is apparently too slow (bug #895).
7352
2f31f37a
LMI
73532011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7354
7355 * mail/sendmail.el (sendmail-query-once): New function.
7356 (sendmail-query-once-function): New variable.
7357
3076b24e
GM
73582011-06-29 Glenn Morris <rgm@gnu.org>
7359
faf2a174
GM
7360 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
7361
3076b24e
GM
7362 * ses.el (top-level): Require cl when compiling.
7363 (ses-set-localvars): Fix error statement.
7364 Call it at compile time to silence a storm of warnings.
7365
5386012d
MR
73662011-06-29 Martin Rudalics <rudalics@gmx.at>
7367
7368 * window.el (normalize-live-buffer): Rename to
7369 window-normalize-buffer.
7370 (normalize-live-frame): Rename to window-normalize-frame.
7371 (normalize-any-window): Rename to window-normalize-any-window.
7372 (normalize-live-window): Rename to window-normalize-live-window.
7373 (make-window-atom): Rename to window-make-atom.
7374 (window-resize-reset): Rename to window--resize-reset.
7375 (window-resize-reset-1): Rename to window--resize-reset-1.
7376 (resize-mini-window): Rename to window--resize-mini-window.
7377 (resize-subwindows-skip-p): Rename to
7378 window--resize-subwindows-skip-p.
7379 (resize-subwindows-normal): Rename to
7380 window--resize-subwindows-normal.
7381 (resize-subwindows): Rename to window--resize-subwindows.
7382 (resize-other-windows): Rename to window--resize-siblings.
7383 (resize-this-window): Rename to window--resize-this-window.
7384 (resize-root-window): Rename to window--resize-root-window.
7385 (resize-root-window-vertically): Rename to
7386 window--resize-root-window-vertically.
7387 (normalize-buffer-to-display): Rename to
7388 window-normalize-buffer-to-display.
7389 (normalize-buffer-to-switch-to): Rename to
7390 window-normalize-buffer-to-switch-to.
7391 Correspondingly update all callers of the functions listed
7392 above.
7393 (display-buffer-alist, display-buffer-normalize-arguments)
7394 (display-buffer-normalize-options, display-buffer)
7395 (display-buffer-alist-set): Use "function" instead of
7396 "fun-with-args".
7397
1176868d
CY
73982011-06-28 Chong Yidong <cyd@stupidchicken.com>
7399
7400 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
7401 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
7402 debbugs.gnu.org. Mention acknowledgment email.
7403
20a7a65f
LMI
74042011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7405
7406 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
7407 buffer multibyteness, since it shouldn't matter.
7408
5f45cca5
MR
74092011-06-28 Martin Rudalics <rudalics@gmx.at>
7410
7411 * window.el (display-buffer-in-side-window): Handle dedicated
7412 windows as in display-buffer-reuse-window.
7413 (display-buffer-normalize-alist): Use value of override
7414 specifier.
7415 (display-buffer-normalize-specifiers): Use value of
7416 other-window-means-other-frame specifier.
7417 (display-buffer-alist): Rewrite some texts in widgets.
7418 (display-buffer): Spread arguments when calling function
7419 specified by fun-with-args.
7420
ad85fe1f
DD
74212011-06-28 Deniz Dogan <deniz@dogan.se>
7422
1fa280a3
LM
7423 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7424 Unnest `let'.
da68c4c8 7425
ad85fe1f
DD
7426 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
7427 selectors (Bug#5732).
ec49bd31 7428 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 7429
a08cc025
JA
74302011-06-27 Jari Aalto <jari.aalto@cante.net>
7431
7432 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
7433 (eshell-ls-date-format): New defcustom.
7434 (eshell-ls-file): Use it.
7435
e2b551c5
SM
74362011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
7437
7438 * help-fns.el (describe-variable): Fix message for terminal-local vars.
7439
8982b231
KY
74402011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
7441
7442 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
7443 (ange-ftp-make-tmp-name): New arg.
7444 (ange-ftp-file-local-copy): Use it.
7445
36c9fa27
J
74462011-06-27 Jambunathan K <kjambunathan@gmail.com>
7447
7448 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
7449 no-conversion (Bug#8870).
7450
d68443dc
MR
74512011-06-27 Martin Rudalics <rudalics@gmx.at>
7452
7453 * window.el (window-right, window-left, window-child)
7454 (window-child-count, window-last-child)
7455 (window-iso-combination-p, walk-window-tree-1)
7456 (window-atom-check-1, window-tree-1, delete-window)
7457 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
7458 new naming conventions - window-vchild, window-hchild,
7459 window-next and window-prev are now called window-top-child,
7460 window-left-child, window-next-sibling and window-prev-sibling
7461 respectively.
d615d6d2
MR
7462 (resize-window-reset): Rename to window-resize-reset.
7463 (resize-window-reset-1): Rename to window-resize-reset-1.
7464 (resize-window): Rename to window-resize.
7465 (window-min-height, window-min-width)
7466 (resize-mini-window, resize-this-window, resize-root-window)
7467 (resize-root-window-vertically, adjust-window-trailing-edge)
7468 (enlarge-window, shrink-window, maximize-window)
7469 (minimize-window, delete-window, quit-restore-window)
7470 (split-window, balance-windows, balance-windows-area-adjust)
7471 (balance-windows-area, window-state-put-2)
7472 (display-buffer-even-window-sizes, display-buffer-set-height)
7473 (display-buffer-set-width, set-window-text-height)
7474 (fit-window-to-buffer): Rename all "resize-window" prefixed
7475 calls to use the "window-resize" prefix convention.
7476 (display-buffer-alist): Fix symbol for label specifier.
7477 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
7478 corresponding specifier.
7479 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 7480
b6458526
VB
74812011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
7482
7483 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
7484 convention.
7485 (ses-call-printer): Does not pass an empty string to formatter when the
7486 cell is empty to keep from barking printer Calc math-format-value.
7487
d31fd9ac
RS
74882011-06-27 Richard Stallman <rms@gnu.org>
7489
43d5bf84
RS
7490 * battery.el (battery-mode-line-limit): New variable.
7491 (battery-update): Handle it.
7492
d31fd9ac
RS
7493 * mail/rmailmm.el (rmail-mime-process-multipart):
7494 Handle truncated messages.
7495
819a6054
GM
74962011-06-27 Glenn Morris <rgm@gnu.org>
7497
7498 * progmodes/flymake.el (flymake-err-line-patterns):
7499 Allow for column numbers in the ant/javac pattern. (Bug#8866)
7500
cedc73f2
VB
75012011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
7502
819a6054 7503 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
7504 (ses--clean-!, ses--clean-_): New functions.
7505 (ses-range): Add configurability of readout order, and conversion
7506 to Calc vector.
7507
5e5d49b6
VB
7508 * ses.el (ses-repair-cell-reference-all): New function.
7509 (ses-cell-symbol): Set macro as safe, so that it can be used in
7510 formulas.
7511
56e6cc31 7512 * ses.el: Update cycle detection algorithm.
90ca8b49 7513 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 7514 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
7515 (ses-set-localvars): New function.
7516 (ses-make-cell): Add property-list as a cell element.
7517 (ses-cell-property-get-fun, ses-cell-property-get)
7518 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
7519 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
7520 New functions.
90ca8b49
VB
7521 (ses-cell-property-set, ses-cell-property-pop)
7522 (ses-cell-property-get-handle): New macro.
7523 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
7524 New aliases, used for code readability.
7525 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
7526 cycle detection.
7527 (ses-self-reference-early-detection): New defcustom.
fac916bf 7528 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
7529 (ses-mode): Use ses-set-localvars.
7530 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
7531 before lauching the update processing.
7532 (ses-initialize-Dijkstra-attempt): New function.
7533 (ses-recalculate-cell): Update for cycle detection based on
7534 Dijkstra algorithm.
7535
2bb63e81
VB
7536 * ses.el: Fix commenting and indenting convention.
7537
c9d29fb8
SM
75382011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
7539
7540 * bs.el (bs-cycle-next): Complete last change.
7541
d8e4b68b
JB
75422011-06-27 Drew Adams <drew.adams@oracle.com>
7543
7544 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
7545
40098786
LMI
75462011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7547
c9d29fb8
SM
7548 * net/network-stream.el (network-stream-open-starttls):
7549 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
7550 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
7551
40098786
LMI
7552 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
7553 to binary to possibly avoid line encoding issues on Windows (among
7554 other things).
7555
468d09d4
LMI
75562011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7557
7558 * net/network-stream.el (open-network-stream): Return an :error
7559 saying what the problem was, if possible.
7560
7561 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
7562 server.
7563
7564 * net/network-stream.el (network-stream-open-starttls): If we
7565 wanted to use STARTTLS, and the server offered it, but we weren't
7566 able to because we had no STARTTLS support, then close the connection.
7567 (open-network-stream): Return an :error element, if present.
7568
16f07dd7
CY
75692011-06-26 Chong Yidong <cyd@stupidchicken.com>
7570
88821ca0
CY
7571 * hl-line.el (hl-line-sticky-flag): Doc fix.
7572 (global-hl-line-sticky-flag): New option (Bug#8323).
7573 (global-hl-line-highlight): Obey it.
7574
16f07dd7
CY
7575 * vc/vc.el (vc-revert-show-diff): Default to t.
7576
6b5ccddf
KM
75772011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
7578
c9d29fb8
SM
7579 * allout-widgets.el (allout-widgets-post-command-business):
7580 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
7581 undecorated when an isearch is continued past, and isearch
7582 automatically collapses them. This leads to "widget leaks", where
7583 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
7584 hidden widgets can slow down cursor travel, substantially.
7585 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
7586 so we're doing without this nicety.
7587
7588 (allout-widgets-tally-string): Don't try to do a hash-table-count
7589 of allout-widgets-tally when it's nil. This eliminates spurious "Error
7590 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
7591 *Messages* when allout-widgets-maintain-tally is t.
7592
355f2e07
MR
75932011-06-26 Martin Rudalics <rudalics@gmx.at>
7594
7595 * window.el (display-buffer-normalize-argument): Rename to
7596 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
7597 LABEL argument. Respect special-display-function when popping up
7598 a new frame. Fix code searching for a window showing the buffer
7599 on another frame.
c9d29fb8
SM
7600 (display-buffer-normalize-specifiers):
7601 Call display-buffer-normalize-arguments.
355f2e07
MR
7602 (display-buffer-in-window): Don't undedicate the window if its
7603 buffer remains the same.
7604 Reported by Drew Adams <drew.adams@oracle.com>.
7605 (display-buffer-alist): Add choice for same-window macro
7606 specfier.
7607 (display-buffer): Mention special meaning of LABEL argument in
7608 doc-string. Fix quoting. Don't pop up a new frame even as
7609 fallback.
7610
7ca8fc42
JB
76112011-06-26 Juanma Barranquero <lekktu@gmail.com>
7612
7613 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
7614 avoid deleting the current window in some cases (bug#8911).
7615
bc312254
AS
76162011-06-26 Andreas Schwab <schwab@linux-m68k.org>
7617
7618 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
7619 (Bug#8934)
7620
2db18f3f
LMI
76212011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7622
c9d29fb8
SM
7623 * net/network-stream.el (network-stream-open-starttls):
7624 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
7625 (network-stream-open-tls): Ditto.
7626
6302e0d3
LL
76272011-06-26 Leo Liu <sdl.web@gmail.com>
7628
7629 * register.el (registerv): New struct.
7630 (registerv-make): New function.
c9d29fb8
SM
7631 (jump-to-register, describe-register-1, insert-register):
7632 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
7633 struct. (Bug#8415)
7634
5fdd4046
CY
76352011-06-26 Chong Yidong <cyd@stupidchicken.com>
7636
2afef60a
CY
7637 * vc/vc.el (vc-revert-show-diff): New defcustom.
7638 (vc-diff-internal): New arg specifying diff buffer.
7639 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
7640 reuse an existing *vc-diff* buffer (Bug#8927).
7641
5fdd4046
CY
7642 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
7643
e93db24a
GM
76442011-06-26 Glenn Morris <rgm@gnu.org>
7645
7646 * progmodes/f90.el (f90-critical-indent): New option.
7647 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
7648 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
7649 (f90-mode): Doc fix.
7650 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
7651 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
7652 (f90-beginning-of-block, f90-next-block, f90-indent-region)
7653 (f90-match-end): Handle block, critical.
7654
eefff499
GM
76552011-06-25 Glenn Morris <rgm@gnu.org>
7656
f6ba4cc9
GM
7657 * calendar/diary-lib.el (diary-included-files): Doc fix.
7658 (diary-include-files): New function, extracted from
7659 diary-include-other-diary-files and diary-mark-included-diary-files.
7660 (diary-include-other-diary-files, diary-mark-included-diary-files):
7661 Just call diary-include-files.
7662 (diary-mark-entries): Reset diary-included-files on first call.
7663
16712304
GM
7664 * calendar/diary-lib.el (diary-mark-entries)
7665 (diary-mark-included-diary-files):
7666 Visit included diary-files in temp buffers.
7667
5d8e0d43
GM
7668 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
7669 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
7670 (f90-start-block-re, f90-imenu-generic-expression)
7671 (f90-looking-at-program-block-start, f90-no-block-limit):
7672 Add support for submodules.
7673
ccf7a5d5
GM
7674 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
7675 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 7676
11fdef7d 76772011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
7678
7679 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
7680 buffer-file-type before setting its value, to avoid disastrous
eefff499 7681 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 7682
74f53697
JB
76832011-06-25 Juanma Barranquero <lekktu@gmail.com>
7684
7685 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
7686
7687 * ses.el (ses-unload-function):
7688 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
7689
7690 * proced.el (proced-unload-function):
7691 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
7692
18a4ce5e
AR
76932011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
7694
7695 * server.el (server-create-window-system-frame): Add parameters arg.
7696 (server-process-filter): Doc fix. Handle frame-parameters.
7697
519d22cc
JB
76982011-06-25 Juanma Barranquero <lekktu@gmail.com>
7699
7700 Fix bug#8730, bug#8781.
7701
7702 * loadhist.el (unload--set-major-mode): New function.
7703 (unload-feature): Use it.
7704
7705 * progmodes/python.el (python-after-info-look): Add autoload cookie.
7706 (python-unload-function): New function.
7707
c206f5b0
SM
77082011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7709
7710 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
7711
f9ad64f3
GS
77122011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
7713
7714 * net/browse-url.el (browse-url-firefox-program): Add icecat to
7715 the candidates list.
7716
7d0da90e
JB
77172011-06-24 Juanma Barranquero <lekktu@gmail.com>
7718
7719 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
7720
14b4e83d
RS
77212011-06-23 Richard Stallman <rms@gnu.org>
7722
7723 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
7724 (rmail-variables): Set next-error-move-function.
7725 (rmail-what-message): Take argument POS.
7726 (rmail-next-error-move): New function.
7727
273d2baf
SM
77282011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
7729
7730 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
7731 messages for adjacent non-terminals.
7732
56c2cc9a
RS
77332011-06-23 Richard Stallman <rms@gnu.org>
7734
7735 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 7736 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
7737 (rmail-start-mail): Don't specify use of rmail-mail-return;
7738 that's done by mail-bury now.
7739 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 7740
d59eb518
MA
77412011-06-23 Michael Albinus <michael.albinus@gmx.de>
7742
7743 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
7744 SIZE is a number.
7745
02cfc6d6
MR
77462011-06-23 Martin Rudalics <rudalics@gmx.at>
7747
7748 * window.el (get-lru-window, get-mru-window)
7749 (get-largest-window): Never return a minibuffer window.
7750 (display-buffer-pop-up-window): Fix a bug that could lead to
7751 reusing the minibuffer window.
7752 (display-buffer): Pass original specifier argument to
7753 display-buffer-function instead of the normalized one.
7754 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
7755
4e323265
LL
77562011-06-22 Leo Liu <sdl.web@gmail.com>
7757
7758 * minibuffer.el (completing-read-function)
7759 (completing-read-default): Move from minibuf.c
7760
7a70468f
RS
77612011-06-22 Richard Stallman <rms@gnu.org>
7762
50718fc2
RS
7763 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
7764 to Rmail even if not started by a special Rmail command.
7765
7a70468f
RS
7766 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
7767 Copy the buffer currently showing just one message.
7768
297dde5a
RW
77692011-06-22 Roland Winkler <winkler@gnu.org>
7770
7771 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
7772 (bibtex-clean-entry): First delete the old key so that a
7773 customized algorithm for generating the new key does not get
7774 confused by the old key.
7775 (bibtex-url): Obey regexp of first step.
7776 (bibtex-search-entries): Do not use add-to-list with local
7777 list-var.
7778
97bb1093
LMI
77792011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7780
7781 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
7782 stored a user name, then query for the password first, instead of
7783 waiting for SMTP to give an error message and the trying again.
7784
1c0f1a19
JD
77852011-06-22 Lawrence Mitchell <wence@gmx.li>
7786
7787 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
7788 BUFFER in call-process.
7789
396f7c9d
LMI
77902011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7791
7792 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
7793 QUIT twice.
ddb7ffee
LMI
7794 (smtpmail-try-auth-methods): Require user name and password from
7795 auth-source.
396f7c9d 7796
8998d1b3
MR
77972011-06-22 Martin Rudalics <rudalics@gmx.at>
7798
7799 * window.el (display-buffer-default-specifiers)
7800 (display-buffer-alist): Remove entries for pop-up-frame-alist.
7801 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 7802 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
7803
7804 * frame.el (pop-up-frame-alist, pop-up-frame-function)
7805 (special-display-frame-alist, special-display-popup-frame):
7806 Remove duplicate declarations. These are now in window.el.
7807
4ea31e07
LMI
78082011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7809
c9d29fb8
SM
7810 * mail/smtpmail.el (smtpmail-via-smtp):
7811 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
7812 server supports it. SMTP servers that support STARTTLS commonly
7813 require it.
7814
7815 * net/network-stream.el (network-stream-open-starttls): Support
7816 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 7817 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 7818
95f41d9a
LMI
7819 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
7820 upgrades with `open-network-stream', and rely solely on
7821 auth-source for all credentials. Big changes throughout the file,
7822 but in particular:
c9d29fb8
SM
7823 (smtpmail-auth-credentials): Remove.
7824 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
7825 (smtpmail-via-smtp): Check for servers saying they want AUTH after
7826 MAIL FROM, too.
95f41d9a 7827
c9d29fb8
SM
7828 * net/network-stream.el (network-stream-open-starttls):
7829 Provide support for client certificates both for external and built-in
4ea31e07
LMI
7830 STARTTLS.
7831 (auth-source): Require.
7832 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
7833 (network-stream-certificate): Change cert-cert to cert and
7834 cert-key to key.
4ea31e07 7835
065ec2c7
MA
78362011-06-21 Michael Albinus <michael.albinus@gmx.de>
7837
7838 * net/tramp-cache.el (top): Don't load the persistency file when
7839 "emacs -Q" has been called.
7840
cd93b359
DR
78412011-06-21 Tim Harper <timcharper@gmail.com>
7842
d8e4b68b
JB
7843 * term/ns-win.el (ns-initialize-window-system):
7844 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
7845 resource to NO as it is not yet supported by the NS port.
7846
ae9c0411
JB
78472011-06-21 Juanma Barranquero <lekktu@gmail.com>
7848
7849 * misc.el (list-dynamic-libraries--refresh): Compute header here...
7850 (list-dynamic-libraries): ...not here.
7851
7f3f739f
LL
78522011-06-21 Leo Liu <sdl.web@gmail.com>
7853
7854 * subr.el (sha1): Implement sha1 using secure-hash.
7855
327c8fb1
MR
78562011-06-21 Martin Rudalics <rudalics@gmx.at>
7857
7858 * window.el (display-buffer-alist): In default value do not
7859 enforce searching a window on any but the selected frame.
7860 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
7861 (display-buffer-select-window): Remove function.
7862 (display-buffer-in-window): When a window on another frame gets
7863 reused, do not select it any more but just raise its frame if
7864 necessary (Bug#8851) and (Bug#8856).
7865 (display-buffer-normalize-options): Handle pop-up-frames related
7866 options more faithfully.
7867 (pop-to-buffer): Don't rely on `display-buffer' selecting the
7868 window if it is on another frame.
c9d29fb8
SM
7869 (display-buffer-alist, display-buffer-default-specifiers):
7870 Don't make new frame unsplittable by default.
9e9de014
MR
7871 (display-buffer-normalize-argument): Fix doc-string typo and use
7872 'same-frame-other-window instead of 'other-window when associating
7873 with display-buffer-macro-specifiers.
327c8fb1 7874
7cf3f556
VB
78752011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
7876
7877 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
7878 New functions.
7879 (5x5-mode-map, 5x5-mode-menu): Bind them.
7880 (5x5-draw-grid): Tweak the solver's rendering.
7881
60a406cf
SM
78822011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7883
7884 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
7885 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
7886
d8e4b68b 78872011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
7888
7889 * menu-bar.el: Use function variable instead of switch-to-buffer.
7890 (menu-bar-select-buffer-function): New variable.
60a406cf 7891 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 7892
478d6f95
SM
78932011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7894
7895 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
7896 variable's status.
7897
ca530739
JD
78982011-06-20 Jan Djärv <jan.h.d@swipnet.se>
7899
7900 * x-dnd.el (x-dnd-version-from-flags)
7901 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
7902 and long as number (Bug#8899).
7903 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
7904
bcd70d97
SM
79052011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
7906
60a406cf 7907 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
7908 (completion-try-completion, completion-all-completions): Compute the
7909 metadata argument if it's missing; make it optional (bug#8795).
7910
60a406cf 7911 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
7912 (widget-complete): Use new :completion-function property.
7913 (widget-completions-at-point): New function.
7914 (default): Use :completion-function instead of :complete.
60a406cf
SM
7915 (widget-default-completions): Rename from widget-default-complete;
7916 Rewrite.
bcd70d97
SM
7917 (widget-string-complete, widget-file-complete, widget-color-complete):
7918 Remove functions.
7919 (file, symbol, function, variable, coding-system, color):
7920 * international/mule-cmds.el (default-input-method, charset)
7921 (language-info-custom-alist):
7922 * cus-edit.el (face): Use new property :completions.
7923
7924 * progmodes/pascal.el (pascal-completions-at-point): New function.
7925 (pascal-mode): Use it.
7926 (pascal-mode-map): Use completion-at-point.
7927 (pascal-toggle-completions): Make obsolete.
7928 (pascal-complete-word, pascal-show-completions):
7929 * progmodes/octave-mod.el (octave-complete-symbol):
7930 Redefine as obsolete alias.
7931 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
7932 Signal absence of completion info for old Octave,
7933 (inferior-octave-complete): Redefine as obsolete alias.
7934 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
7935 (meta-completions-at-point): Rename from meta-complete-symbol and
7936 adapt it for use on completion-at-point-functions.
7937 (meta-common-mode): Use it.
7938 (meta-looking-at-backward, meta-match-buffer): Remove.
7939 (meta-complete-symbol): Redefine as obsolete alias.
7940 (meta-common-mode-map): Use completion-at-point.
7941 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
7942 (makefile-mode-map): Use completion-at-point.
7943 (makefile-completions-at-point): Rename from makefile-complete and
7944 adapt it for use on completion-at-point-functions.
7945 (makefile-mode): Use it.
7946 (makefile-complete): Redefine as obsolete alias.
7947
aebf69c8
DD
79482011-06-20 Deniz Dogan <deniz@dogan.se>
7949
7950 * net/rcirc.el: Delete trailing whitespaces once and for all.
7951
bfbbb27d
DC
79522011-06-20 Daniel Colascione <dan.colascione@gmail.com>
7953
7954 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
7955
d264a46b
CY
79562011-06-19 Chong Yidong <cyd@stupidchicken.com>
7957
4ca009e5
CY
7958 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
7959
d264a46b
CY
7960 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
7961
fbf5b3ce
MR
79622011-06-19 Martin Rudalics <rudalics@gmx.at>
7963
7964 * window.el (display-buffer-other-window-means-other-frame):
7965 Call display-buffer-normalize-alist.
7966 (display-buffer-normalize-specifiers-1): Rename to
7967 display-buffer-normalize-argument. New argument other-frame.
7968 Rewrite.
7969 (display-buffer-normalize-specifiers-2): Rename to
7970 display-buffer-normalize-options.
7971 (display-buffer-normalize-alist-1): New function.
7972 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
7973 display-buffer-normalize-alist.
7974 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
7975 (display-buffer-normalize-options-inhibit): New variable.
7976 (display-buffer-normalize-specifiers): Rewrite calling
7977 display-buffer-normalize-alist,
7978 display-buffer-normalize-argument, and
7979 display-buffer-normalize-options. Don't call the latter if
7980 display-buffer-normalize-options-inhibit is non-nil.
7981 (frame-auto-delete): New option.
7982 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
7983 (window-list-no-nils, window-state-ignored-parameters)
7984 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
7985 (window-state-put-1, window-state-put-2, window-state-put):
7986 New functions.
9a028c23
MR
7987 (display-buffer-normalize-options): Move special-display-p group
7988 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 7989
6d10d800
CY
79902011-06-18 Chong Yidong <cyd@stupidchicken.com>
7991
6420d28b
CY
7992 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
7993 groups (Bug#8776).
7994 (rx-submatch-n): New function.
7995 (rx): Document it.
7996
ddb8b596
CY
7997 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
7998 (Bug#8768).
7999
8000 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
8001
77080289
CY
8002 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
8003
61dfb316
CY
8004 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
8005 anytime existing face settings are present (Bug#8889).
8006
6d10d800
CY
8007 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
8008 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
8009 Remove unused argument.
8010
be3fb2b8
MR
80112011-06-18 Martin Rudalics <rudalics@gmx.at>
8012
bcd70d97
SM
8013 * window.el (display-buffer-default-specifiers):
8014 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
8015 pop-up-window-min-width, and another reuse-window specifier
8016 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
8017 (display-buffer-normalize-specifiers-2):
8018 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
8019 pop-up-windows is unset. Add a reuse-window specifier for the
8020 case popping up a new window fails.
8021 (special-display-popup-frame): Remove double quoting.
28dec25a 8022 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 8023
1c6d8c76
SM
80242011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
8025
8026 * shell.el (shell-completion-vars): Set pcomplete-termination-string
8027 according to comint-completion-addsuffix.
8028
8029 * pcomplete.el: Convert to lexical binding and fix bug#8819.
8030 (pcomplete-suffix-list): Mark as obsolete.
8031 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
8032 pcomplete-seen in the closure.
8033 (pcomplete-comint-setup): Setup completion-at-point as well.
8034 (pcomplete--entries): New function.
8035 (pcomplete--env-regexp): New var.
8036 (pcomplete-entries): Rewrite to work with partial-completion and
8037 without relying on pcomplete-suffix-list.
8038 (pcomplete-pare-list): Remove, unused.
8039
25aef8b8
MR
80402011-06-17 Martin Rudalics <rudalics@gmx.at>
8041
8042 * window.el (display-buffer-alist): Set pop-up-window-min-height
8043 and pop-up-window-min-width in default value. Reported by
8044 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
8045 other-window-means-other-frame.
8046 (display-buffer-macro-specifiers): Comment out entry for
8047 other-window specifier.
8048 (display-buffer-other-window-means-other-frame): New function.
8049 (display-buffer-normalize-specifiers-1): New arguments
8050 buffer-name and label. Treat other-window case specially.
8051 (display-buffer-normalize-specifiers-2): Treat other-window case
8052 specially.
8053 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
8054 (display-buffer-normalize-specifiers):
8055 Call display-buffer-normalize-specifiers-3.
25aef8b8 8056
dbad4f69
MR
80572011-06-17 Martin Rudalics <rudalics@gmx.at>
8058
8059 * window.el (same-window-p): Fix two typos introduced when
8060 adding with-no-warnings.
d1067961
MR
8061 (display-buffer-normalize-specifiers-1): Don't check
8062 pop-up-frames for 'unset initialization.
8063 (display-buffer-normalize-specifiers-2): Major rewrite using
8064 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
8065 (pop-up-frames, display-buffer-reuse-frames)
8066 (display-buffer-mark-dedicated): Don't initialize to 'unset.
8067 Suggested by David Engster <deng@randomsample.de>.
8068 (even-window-heights): Initialize to 'unset.
8069 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
8070 (display-buffer-macro-specifiers): Don't pop up a new frame in the
8071 other window case.
dbad4f69 8072
9b9c9e3a
MR
80732011-06-16 Martin Rudalics <rudalics@gmx.at>
8074
bcd70d97
SM
8075 * window.el (display-buffer-normalize-specifiers-1):
8076 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 8077 second argument of display-buffer (Bug#8865).
981d5c09
MR
8078 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
8079 (switch-to-buffer-other-window-same-frame)
8080 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
8081 Adams (Bug#8875).
9c2755e9
MR
8082 (display-buffer): Don't check noninteractive when calling
8083 display-buffer-pop-up-frame.
8084 (display-buffer-pop-up-frame): Never pop up a frame in
8085 noninteractive mode (Bug#8857).
67222e1d
MR
8086 (enlarge-window, shrink-window): Don't report an error when the
8087 window can't be resized as requested (Bug#8862).
9b9c9e3a 8088
2b75be67
SM
80892011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8090
9ffdd3ba
SM
8091 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
8092
cb581a67
SM
8093 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
8094
2b75be67
SM
8095 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
8096
8c0e3589
AM
80972011-06-15 Alan Mackenzie <acm@muc.de>
8098
cb581a67
SM
8099 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
8100 for declarators, disable knr checking to speed up for normal files.
8101 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 8102
b96e6cde
LMI
81032011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8104
4bba86e6
LMI
8105 * net/network-stream.el (open-network-stream): Add the keyword
8106 :always-query-capabilities for the case where you want to force a
8107 `plain' network connection, but the protocol still requires the
8108 capabilitiy command (i.e., SMTP and EHLO).
8109
2b75be67 8110 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
8111 consistency with other `-live-p' functions.
8112
efdcdbf8
SM
81132011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8114
8115 * window.el (same-window-buffer-names, same-window-regexps)
8116 (special-display-frame-alist, special-display-popup-frame)
8117 (special-display-function, special-display-buffer-names)
8118 (special-display-regexps, pop-up-frame-alist)
8119 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
8120 (pop-up-windows, split-window-preferred-function)
8121 (split-height-threshold, split-width-threshold, even-window-heights)
8122 (display-buffer-mark-dedicated): Don't encourage the use of
8123 display-buffer-alist from Elisp code.
8124
c5cde042
DN
81252011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
8126
8127 * progmodes/python.el (python-mode): Derive from prog-mode.
8128 * progmodes/ps-mode.el (ps-mode):
8129 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 8130 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
8131 * progmodes/ld-script.el (ld-script-mode): Likewise.
8132
baa1c9ab
MR
81332011-06-15 Martin Rudalics <rudalics@gmx.at>
8134
8135 * window.el (display-buffer-alist): Trim default value to avoid
8136 popping up a new frame (Bug#8857) or reusing an arbitrary window
8137 on another frame.
8138 (display-buffer): Do not fall back on popping up a new frame in
8139 batch mode (Bug#8857).
8140
c5dd5a51
CY
81412011-06-14 Chong Yidong <cyd@stupidchicken.com>
8142
8143 * cus-theme.el (describe-theme-1): Use custom-theme-p.
8144 (custom-theme-summary): New function.
8145 (customize-themes): Use it.
8146
d647b7c4
GM
81472011-06-13 Glenn Morris <rgm@gnu.org>
8148
8149 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
8150
9481c002
MR
81512011-06-13 Martin Rudalics <rudalics@gmx.at>
8152
357f93d2
MR
8153 * help.el (help-window): Remove variable.
8154 (help-window-point-marker, temp-buffer-max-height)
8155 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
8156 (help-print-return-message): Don't set help-window.
8157 (resize-temp-buffer-window): Rewrite cod eand doc-string.
8158 (help-window-setup-finish): Remove.
8159 (help-window-display-message, help-window-setup)
8160 (with-help-window): Major rewrite based on new
8161 display-buffer-window variable.
8162
8163 * help-mode.el (help-mode-finish): Remove help-window related
8164 code.
8165
8166 * view.el (view-exits-all-viewing-windows): Remove reference to
8167 view-return-to-alist in doc-string.
8168 (view-return-to-alist): Make obsolete.
8169 (view-buffer): Call pop-to-buffer-same-window and remove
8170 undo-window code.
8171 (view-buffer-other-window): Call pop-to-buffer-other-window and
8172 simplify code. Ignore second argument.
8173 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
8174 simplify code. Ignore second argument.
8175 (view-return-to-alist-update): Make obsolete.
8176 (view-mode-enter): Rename second argument to QUIT-RESTORE.
8177 Rewrite using quit-restore window parameters.
2b75be67
SM
8178 (view-mode-exit): Rename second argument to EXIT-ONLY.
8179 Rewrite using quit-restore-window.
357f93d2
MR
8180 (View-exit, View-exit-and-edit, View-leave, View-quit)
8181 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
8182 appropriate arguments.
8183 (view-end-message): Use quit-restore window parameter.
8184
9481c002
MR
8185 * window.el (display-buffer-function): Rewrite doc-string.
8186 (display-buffer-window, display-buffer-alist): New variables.
8187 (display-buffer-split-specifiers)
8188 (display-buffer-side-specifiers)
8189 (display-buffer-macro-specifiers): New constants.
8190 (display-buffer-even-window-sizes, display-buffer-set-height)
8191 (display-buffer-set-width, display-buffer-select-window)
8192 (display-buffer-in-window, display-buffer-reuse-window)
8193 (display-buffer-split-window-1, display-buffer-split-window)
8194 (display-buffer-split-atom-window, display-buffer-pop-up-window)
8195 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
8196 (display-buffer-in-side-window, normalize-buffer-to-display)
8197 (display-buffer-normalize-specifiers-1)
8198 (display-buffer-normalize-specifiers-2)
2b75be67
SM
8199 (display-buffer-normalize-specifiers, display-buffer-frame):
8200 New functions.
9481c002
MR
8201 (display-buffer): Major rewrite.
8202 (display-buffer-other-window, display-buffer-other-frame)
8203 (pop-to-buffer, switch-to-buffer-other-window)
8204 (switch-to-buffer-other-frame): Rewrite.
8205 (display-buffer-same-window, display-buffer-same-frame)
8206 (display-buffer-same-frame-other-window)
8207 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
8208 (pop-to-buffer-other-window)
8209 (pop-to-buffer-same-frame-other-window)
8210 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
8211 (switch-to-buffer-other-window-same-frame): New functions.
8212 (same-window-p, special-display-p): Rewrite disabling warnings.
8213 Make obsolete.
8214 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
8215 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
8216 Make obsolete
8217 (same-window-buffer-names, same-window-regexps)
8218 (special-display-frame-alist, special-display-popup-frame)
8219 (special-display-function, special-display-buffer-names)
8220 (special-display-regexps, pop-up-frame-alist)
8221 (pop-up-frame-function, split-window-preferred-function)
8222 (split-height-threshold, split-width-threshold)
8223 (even-window-heights): Make obsolete.
8224
9db51aca
GM
82252011-06-12 Glenn Morris <rgm@gnu.org>
8226
8227 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 8228 Misc simplifications.
9db51aca 8229
39cffb44
MR
82302011-06-12 Martin Rudalics <rudalics@gmx.at>
8231
8232 * window.el (window-safely-shrinkable-p): Restore function which
8233 was inadvertently removed in change from 2011-06-11. Declare as
8234 obsolete.
8235
2b75be67
SM
8236 * calendar/calendar.el (calendar-generate-window):
8237 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
8238 window-safely-shrinkable-p.
8239
a8955be7
GM
82402011-06-12 Glenn Morris <rgm@gnu.org>
8241
8242 * progmodes/fortran.el (fortran-mode-syntax-table):
8243 * progmodes/f90.el (f90-mode-syntax-table):
8244 Set % to punctuation. (Bug#8820)
8245 (f90-find-tag-default): Remove, no longer needed.
8246
f0d4059d
DC
82472011-06-12 Daniel Colascione <dan.colascione@gmail.com>
8248
8249 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
8250
1100a63c
CY
82512011-06-11 Chong Yidong <cyd@stupidchicken.com>
8252
8253 * image.el (image-animated-p): Return animation delay in seconds.
8254 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
8255 (image-animate-timeout): Remove DELAY argument. Don't assume
8256 every subimage has the same delay; get it from image-animated-p.
8257 (image-animate): Caller changed.
8258
def722bf
MA
82592011-06-11 Michael Albinus <michael.albinus@gmx.de>
8260
8261 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
8262 to ignored backtrace functions.
8263
0a2bb1a9
GM
82642011-06-11 Glenn Morris <rgm@gnu.org>
8265
8266 * calendar/appt.el (appt-disp-window-function): Doc fix.
8267 (appt-check): Handle overlapping appointments. (Bug#8337)
8268
6198ccd0
MR
82692011-06-11 Martin Rudalics <rudalics@gmx.at>
8270
8271 * window.el (window-tree-1, window-tree): New functions, moving
8272 the latter to window.el.
8273 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
8274 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
8275 (bw-refresh-edges): Remove.
8276 (balance-windows-1, balance-windows-2): New functions.
8277 (balance-windows): Rewrite in terms of window tree functions,
8278 balance-windows-1 and balance-windows-2.
8279 (bw-adjust-window): Remove.
8280 (balance-windows-area-adjust): New function with functionality of
8281 bw-adjust-window but using resize-window.
2b75be67
SM
8282 (set-window-text-height): Rewrite doc-string.
8283 Use normalize-live-window and resize-window.
8284 (enlarge-window-horizontally, shrink-window-horizontally):
8285 Rename argument to DELTA.
6198ccd0
MR
8286 (window-buffer-height): New function.
8287 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
8288 Rewrite using new window resize routines.
2b75be67
SM
8289 (kill-buffer-and-window, mouse-autoselect-window-select):
8290 Use ignore-errors instead of condition-case.
6198ccd0
MR
8291 (quit-window): Call delete-frame instead of delete-windows-on
8292 for the only buffer on frame.
8293
9397e56f
MR
82942011-06-10 Martin Rudalics <rudalics@gmx.at>
8295
8296 * loadup.el (top-level): Load window before files for the sake
8297 of replace-buffer-in-windows.
8298
8299 * files.el (read-buffer-to-switch)
8300 (switch-to-buffer-other-window)
2b75be67
SM
8301 (switch-to-buffer-other-frame, display-buffer-other-frame):
8302 Move to window.el.
9397e56f
MR
8303
8304 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
8305 (previous-buffer): Move to window.el.
8306
8307 * bindings.el (unbury-buffer): Move to window.el.
8308
8309 * window.el (delete-other-windows-vertically): Move after
8310 definition of delete-other-windows.
8311 (other-window, delete-windows-on, replace-buffer-in-windows):
8312 Move here from window.c.
8313 (record-window-buffer, unrecord-window-buffer)
8314 (set-window-buffer-start-and-point, switch-to-prev-buffer)
8315 (switch-to-next-buffer): New functions.
8316 (get-next-valid-buffer, last-buffer, next-buffer): Move here
8317 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
8318 (previous-buffer): Move here from simple.el.
8319 Call switch-to-prev-buffer.
9397e56f
MR
8320 (bury-buffer): Move here from buffer.c. Switch to previous
8321 buffer when window cannot be deleted.
8322 (unbury-buffer): Move here from bindings.el.
8323 (ctl-x-map): Move binding for other-window from window.c to
8324 here.
8325 (read-buffer-to-switch, switch-to-buffer-other-window)
8326 (switch-to-buffer-other-frame): Move here from files.el.
8327 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
8328 (switch-to-buffer): Move here from buffer.c.
8329 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 8330
562dd5e9
MR
83312011-06-10 Martin Rudalics <rudalics@gmx.at>
8332
8333 * window.el (window-min-height, window-min-width): Move here
8334 from window.c. Add defcustoms and rewrite doc-strings.
8335 (resize-mini-window, resize-window): New functions.
8336 (adjust-window-trailing-edge, enlarge-window, shrink-window):
8337 Move here from window.c.
8338 (maximize-window, minimize-window): New functions.
8339 (delete-window, delete-other-windows, split-window): Move here
8340 from window.c.
8341 (window-split-min-size): New function.
8342 (split-window-keep-point): Mention split-window-above-each-other
8343 instead of split-window-vertically.
2b75be67 8344 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
8345 Rename split-window-vertically to split-window-above-each-other
8346 and provide defalias for old definition.
8347 (split-window-side-by-side, split-window-horizontally):
8348 Rename split-window-horizontally to split-window-side-by-side
8349 and provide defalias for the old definition.
562dd5e9
MR
8350 (ctl-x-map): Move bindings for delete-window,
8351 delete-other-windows and enlarge-window here from window.c.
8352 Replace bindings for split-window-vertically and
8353 split-window-horizontally by bindings for
8354 split-window-above-each-other and split-window-side-by-side.
8355
8356 * cus-start.el (all): Remove entries for window-min-height and
8357 window-min-width. Add entries for window-splits and
8358 window-nest.
8359
f0da764a
GM
83602011-06-09 Glenn Morris <rgm@gnu.org>
8361
80675c21
GM
8362 * calendar/appt.el (appt-mode-line): New function.
8363 (appt-check, appt-disp-window): Use it.
8364
f0da764a
GM
8365 * files.el (hack-one-local-variable-eval-safep):
8366 Allow minor-modes with explicit +/-1 arguments.
8367
59f623b7
TZ
83682011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
8369
8370 * term/xterm.el (xterm): Add defgroup.
8371 (xterm-extra-capabilities): Add defcustom to supply known xterm
8372 capabilities, skip querying them, or query them (default).
8373 (terminal-init-xterm): Use it.
8374 (terminal-init-xterm-modify-other-keys): New function to set up
8375 modifyOtherKeys support to simplify `terminal-init-xterm'.
8376
9aab8e0d
MR
83772011-06-09 Martin Rudalics <rudalics@gmx.at>
8378
8379 * window.el (resize-window-reset, resize-window-reset-1)
8380 (resize-subwindows-skip-p, resize-subwindows-normal)
8381 (resize-subwindows, resize-other-windows, resize-this-window)
8382 (resize-root-window, resize-root-window-vertically)
8383 (window-deletable-p, window-or-subwindow-p)
8384 (frame-root-window-p): New functions.
8385
e8b08aee
GM
83862011-06-09 Glenn Morris <rgm@gnu.org>
8387
8388 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
8389 (ange-ftp-get-files): Use it.
8390
254c37a5
AK
83912011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
8392
8393 * mail/sendmail.el (mail-recover-1, mail-recover):
8394 * files.el (recover-file, recover-session):
8395 Handle dired-listing-switches not being just a single short option.
8396
35d7dbd3
GM
83972011-06-09 Glenn Morris <rgm@gnu.org>
8398
8399 * calendar/appt.el (appt-display-message, appt-disp-window):
8400 Handle lists of appointments.
8401
387522b2
MR
84022011-06-08 Martin Rudalics <rudalics@gmx.at>
8403
2b75be67
SM
8404 * window.el (one-window-p): Move down in code.
8405 Rewrite doc-string.
8406 (window-current-scroll-bars): Rewrite doc-string.
8407 Normalize live window argument.
387522b2
MR
8408 (walk-windows, get-window-with-predicate, count-windows):
8409 Rewrite doc-string. Use window-list-1.
8410 (window-in-direction-2, window-in-direction, get-mru-window):
8411 New functions.
8412
d8e4b68b 84132011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
8414
8415 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
8416 Doc fix (Bug#8713).
8417
84182011-06-08 Chong Yidong <cyd@stupidchicken.com>
8419
8420 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
8421
84222011-06-08 Juanma Barranquero <lekktu@gmail.com>
8423
8424 * loadhist.el (unload-feature-special-hooks):
8425 Add `comint-output-filter-functions'.
8426
0de12c52
IK
84272011-06-08 Ivan Kanis <gnu@kanis.fr>
8428
8429 * calendar/appt.el (appt-check): Move some initializations into the let.
8430
f3d1777e
MR
84312011-06-08 Martin Rudalics <rudalics@gmx.at>
8432
8433 * window.el (window-height): Defalias to window-total-height.
8434 (window-width): Defalias to window-body-width.
8435
18af70d0
CY
84362011-06-07 Chong Yidong <cyd@stupidchicken.com>
8437
8438 * image-mode.el (image-toggle-animation): New command.
8439 (image-mode-map): Bind it to RET.
8440 (image-mode): Update message.
8441 (image-toggle-display-image): Avoid a spurious cache flush.
8442 (image-transform-rotation): Doc fix.
8443 (image-transform-properties): Return quickly in the normal case.
8444 (image-animate-loop): Rename from image-animate-max-time.
8445
2b75be67 8446 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
8447 (create-animated-image): Remove unnecessary function.
8448 (image-animate): Rename from image-animate-start. New arg.
2b75be67 8449 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
8450 (image-animate-timer): Use car-safe.
8451 (image-animate-timeout): Rename argument.
8452
190b47e6
MR
84532011-06-07 Martin Rudalics <rudalics@gmx.at>
8454
8455 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
8456 window.c. Rename first argument to ALL-FRAMES.
8457 Rephrase doc-strings.
8458 (get-buffer-window-list): Rewrite using window-list-1.
8459 Rephrase doc-string.
a1511caf
MR
8460 (window-safe-min-height, window-safe-min-width): New constants.
8461 (window-size-ignore, window-min-size, window-min-size-1)
8462 (window-sizable, window-sizable-p, window-size-fixed-1)
8463 (window-size-fixed-p, window-min-delta-1, window-min-delta)
8464 (window-max-delta-1, window-max-delta, window-resizable)
8465 (window-resizable-p, window-total-height, window-total-width)
8466 (window-body-width): New functions.
8467 (window-full-height-p, window-full-width-p): Rewrite using
8468 window-total-size.
8469 (window-body-height): Rewrite using window-body-size.
190b47e6 8470
85cc1f11
MR
84712011-06-06 Martin Rudalics <rudalics@gmx.at>
8472
8473 * window.el (window-right, window-left, window-child)
8474 (window-child-count, window-last-child, window-any-p)
8475 (normalize-live-buffer, normalize-live-frame)
8476 (normalize-any-window, normalize-live-window)
8477 (window-iso-combination-p, window-iso-combined-p)
8478 (window-iso-combinations)
8479 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
8480 (windows-with-parameter, window-with-parameter)
8481 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
8482 (window-atom-check, window-side-check, window-check):
8483 New functions.
85cc1f11
MR
8484 (ignore-window-parameters, window-sides, window-sides-vertical)
8485 (window-sides-slots): New variables.
8486 (window-size-fixed): Move down in code. Minor doc-string fix.
8487
e7156492
AS
84882011-06-05 Andreas Schwab <schwab@linux-m68k.org>
8489
8490 * comint.el (comint-dynamic-complete-as-filename)
8491 (comint-dynamic-complete-filename): Correctly call
8492 completion-in-region.
8493
7e821d0d
DD
84942011-06-05 Deniz Dogan <deniz@dogan.se>
8495
8496 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
8497 in last change.
8498
ac09b8a1
DD
84992011-06-05 Deniz Dogan <deniz@dogan.se>
8500
8501 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
8502 (rcirc): Use it to prompt for encryption.
8503
34699b85
RW
85042011-06-05 Roland Winkler <winkler@gnu.org>
8505
8506 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
8507 (bibtex-search-entries): New command bound to C-c C-a.
8508 (bibtex-display-entries): New function.
8509
004dedd3
RW
85102011-06-05 Roland Winkler <winkler@gnu.org>
8511
8512 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
8513 (bibtex-insert-kill): After yanking insert newline if necessary.
8514 (bibtex-initialize): Call bibtex-string-files-init only once.
8515 (bibtex-mode): Do not call easy-menu-add.
8516 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
8517 (bibtex-yank): Set arg properly if nil.
8518
022fe7ce
RW
85192011-06-05 Roland Winkler <winkler@gnu.org>
8520
2b75be67
SM
8521 * textmodes/bibtex.el (bibtex-search-entry-globally):
8522 New variable.
022fe7ce
RW
8523 (bibtex-search-entry): Use it.
8524
b7c3692a
RW
85252011-06-05 Roland Winkler <winkler@gnu.org>
8526
8527 * textmodes/bibtex.el (bibtex-entry-format): New option
8528 sort-fields.
8529 (bibtex-format-entry, bibtex-reformat): Honor this option.
8530 (bibtex-parse-entry): Return fields in proper order.
8531
8eda563d
JB
85322011-06-05 Juanma Barranquero <lekktu@gmail.com>
8533
8534 * doc-view.el (doc-view-remove-if): Move computation of result out
8535 of `dolist' to silence misleading lexical-binding warning.
8536
7dbe3dbc
CY
85372011-06-04 Chong Yidong <cyd@stupidchicken.com>
8538
8539 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
8540 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
8541
0c33dd17
MA
85422011-06-04 Michael Albinus <michael.albinus@gmx.de>
8543
8544 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
8545 "SunOS 5.10".
8546
f8f91c2b
MA
85472011-06-04 Michael Albinus <michael.albinus@gmx.de>
8548
8549 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
8550 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
8551 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
8552 (tramp-parse-putty):
8553 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
8554 (tramp-completion-function-alist-ssh)
8555 (tramp-completion-function-alist-telnet)
8556 (tramp-completion-function-alist-su)
8557 (tramp-completion-function-alist-putty): Set `tramp-autoload'
8558 cookie.
8559
8560 * net/tramp-ftp.el:
8561 * net/tramp-sh.el:
8562 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
8563 load "tramp.el" `tramp-set-completion-function'.
8564
e17d9003
SM
85652011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
8566
8567 * shell.el: Require and use pcomplete.
8568 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
8569 (shell-completion-vars): Set pcomplete-default-completion-function.
8570
6c4cab03
DD
85712011-06-04 Deniz Dogan <deniz@dogan.se>
8572
8573 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
8574 `memq' (Bug#8799).
8575
ea9fafe0
SM
85762011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
8577
8578 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
8579
b3e945d3
JB
85802011-06-02 Juanma Barranquero <lekktu@gmail.com>
8581
8582 * bs.el (bs--mark-unmark, bs--nth-wrapper):
8583 * mpc.el (mpc-select-extend, mpc-songpointer-context):
8584 * vc/log-view.el (log-view-beginning-of-defun):
8585 * vc/smerge-mode.el (smerge-apply-resolution-patch)
8586 (smerge-refine-forward, smerge-refine-chopup-region):
8587 Silence warning for unused `dotimes' counter variables.
8588
7d520089
SM
85892011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
8590
8591 * net/tramp.el (tramp-with-progress-reporter): Rename from
8592 with-progress-reporter. Use `declare'.
8593 * net/tramp-smb.el:
8594 * net/tramp-sh.el:
8595 * net/tramp-gvfs.el: Update all uses.
8596
a1c2400f
JB
85972011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
8598
8599 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
8600 buffer isn't killed before making it current.
8601
2403c841
SM
86022011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8603
8604 Silence various byte-compiler warnings.
8605 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
8606 `access-type' and new obsolescence format.
8607 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
8608 new format.
8609 (byte-compile-check-variable): New `access-type' argument.
8610 Only warn if the access-type is obsolete.
8611 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
8612 (byte-compile-variable-set): Adjust callers.
8613 * help-fns.el (describe-variable): Adjust to new obsolescence format.
8614 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
8615 setting it as obsolete.
8616 * simple.el (minibuffer-completing-symbol):
8617 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
8618 access as obsolete.
8619 * minibuffer.el (minibuffer-completing-file-name): Don't make it
8620 obsolete yet.
8621 * international/quail.el (quail-mouse-choose-completion): Remove unused
8622 code referring to obsolete var.
8623 (quail-choose-completion-string): Remove.
8624 * server.el (server-clients-with, server-kill-buffer-query-function)
8625 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
8626 * proced.el (proced-send-signal):
8627 * emacs-lisp/lisp.el (lisp-complete-symbol):
8628 Replace completion-annotate-function with completion-extra-properties.
8629
2462470b
SM
86302011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8631
fb5b2591
SM
8632 * simple.el (goto-line): Use read-number.
8633 (overriding-map-is-bound): Remove.
8634 (saved-overriding-map): Change default.
8635 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
8636 Take the map as argument.
8637 (universal-argument, negative-argument, digit-argument): Use it.
8638 (restore-overriding-map): Adjust.
8639 (do-auto-fill): Use fill-forward-paragraph.
8640 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
8641
fd6fa53f
SM
8642 * minibuffer.el (minibuffer-inactive-mode-map): New var.
8643 (minibuffer-inactive-mode): New major mode.
8644 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
8645 the *Messages* buffer" hack.
8646 (mouse-popup-menubar): Don't burp if the event is a normal key.
8647
2462470b
SM
8648 Miscellaneous tweaks.
8649 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
8650 lexical scoping as in subr.el's dolist and dotimes.
8651 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
8652 Silence compiler warning.
8653 * thingatpt.el (forward-whitespace): Trivial coding style fix.
8654 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
8655 * international/ccl.el (ccl-compile): Trivial simplification.
8656 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
8657 * emacs-lisp/testcover.el (testcover-end): Remove spurious
8658 `printflag' argument.
8659 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
8660 Purecopy the whole obsolescence data.
8661
108bf785
LL
86622011-06-01 Leo Liu <sdl.web@gmail.com>
8663
8664 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
8665 improve doc-string as suggested by Marco Pessotto
8666 <melmothx@gmail.com>.
8667 (rcirc-print): Fix last change.
8668
30a23501
SM
86692011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8670
8671 * minibuffer.el (complete-with-action): Return nil for the metadata and
8672 boundaries of non-functional tables.
8673 (completion-table-dynamic): Return nil for the metadata.
8674 (completion-table-with-terminator): Add default case, using
8675 complete-with-action.
8676 (completion--metadata): New function.
8677 (completion-all-sorted-completions, minibuffer-completion-help): Use it
8678 to try and avoid pathological performance problems.
8679 (completion--embedded-envvar-table): Return `category' metadata.
8680
bcd54f83
LMI
86812011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
8682
8683 * subr.el (process-alive-p): New tiny convenience function.
8684
e227544d
SM
86852011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8686
8687 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
8688 content but also its previous major mode.
8689
e8296fdc
HE
86902011-05-31 Helmut Eller <eller.helmut@gmail.com>
8691
4d61f28d 8692 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
8693 *Backtrace* buffer when we exit with C-M-c.
8694
620c53a6
SM
86952011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8696
8697 * minibuffer.el: Add metadata method to completion tables.
8698 (completion-category-overrides): New defcustom.
8699 (completion-metadata, completion--field-metadata)
8700 (completion-metadata-get, completion--styles)
8701 (completion--cycle-threshold): New functions.
8702 (completion-try-completion, completion-all-completions):
8703 Add `metadata' argument to choose completion-styles.
8704 (completion--do-completion): Use metadata to choose cycling.
8705 (completion-all-sorted-completions): Use metadata for sorting.
8706 Remove :completion-cycle-penalty which is not needed any more.
8707 (completion--try-word-completion): Add `metadata' argument.
8708 (minibuffer-completion-help): Check metadata for annotation function
8709 and sorting.
8710 (completion-file-name-table): Return `category' metadata.
8711 (minibuffer-completing-file-name): Make obsolete.
8712 * simple.el (minibuffer-completing-symbol): Make obsolete.
8713 * icomplete.el (icomplete-completions): Pass new `metadata' param to
8714 completion-try-completion.
8715
1257e755
SM
87162011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
8717
8718 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
8719
3767e706
LL
87202011-05-30 Leo Liu <sdl.web@gmail.com>
8721
8722 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
8723 (rcirc-print): Decode all incoming messages (bug#8744).
8724 (rcirc-decode-coding-system): Allow value nil for automatic coding
8725 system detection.
3767e706 8726
d1a5d56a
GM
87272011-06-01 Glenn Morris <rgm@gnu.org>
8728
8729 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
8730
e8cbec34
CY
87312011-05-29 Chong Yidong <cyd@stupidchicken.com>
8732
8733 * image.el (image-animate-max-time): Allow nil and t values.
8734 Default to nil.
8735 (create-animated-image): Doc fix.
8736 (image-animate-start): Remove second arg; just use
8737 image-animate-max-time.
8738 (image-animate-timeout): Doc fix. Args changed.
8739
8740 * image-mode.el (image-toggle-display-image): Ensure that the
8741 image spec passed to the animate timer is the same object as in
58179cce 8742 the buffer's display property (Bug#6981).
e8cbec34
CY
8743 (image-transform-properties): Doc fix.
8744
8745 * image.el (image-animate-max-time): Default to nil.
8746
159daf87
MR
87472011-05-29 Martin Rudalics <rudalics@gmx.at>
8748
8749 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
8750 entire buffer list (Bug#8184).
8751
d66c4c7c
CY
87522011-05-29 Chong Yidong <cyd@stupidchicken.com>
8753
8754 * image.el (imagemagick-types-inhibit)
8755 (imagemagick-register-types): Doc fix.
8756
80aec780
DD
87572011-05-29 Deniz Dogan <deniz@dogan.se>
8758
8759 * net/rcirc.el (rcirc): Use the user's stored encryption method by
8760 default.
8761
1dd3c2d9
CY
87622011-05-29 Chong Yidong <cyd@stupidchicken.com>
8763
8764 * select.el: Don't perform clipboard-manager saving in hooks;
8765 leave the hooks empty.
8766
60e56523
LL
87672011-05-28 Leo Liu <sdl.web@gmail.com>
8768
8769 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
8770 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
8771 (occur-edit-mode): New major mode (Bug#8463).
8772 (occur-after-change-function): New function.
8773 (occur-engine): Give Occur tags a read-only property.
8774
2b1e1a22
KR
87752011-05-28 Kevin Ryde <user42@zip.com.au>
8776
8777 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
8778
5d344e88
CY
87792011-05-28 Chong Yidong <cyd@stupidchicken.com>
8780
8e6ca83d
CY
8781 * bindings.el (help-echo): Make the initial non-indicator dash
8782 empty on graphical terminals (Bug#7295).
8783
5d344e88
CY
8784 * files.el (auto-mode-alist): Move config rule after the
8785 in-stripping one (Bug#8547).
8786
bfbbace7
CY
8787 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
8788
fbeba6e2
CY
8789 * startup.el (normal-splash-screen): Remove gratuitous mode-line
8790 setting (Bug#8740).
8791
60ed8c72
AA
87922011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
8793
4ac619f0
AA
8794 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
8795 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
8796 (Bug#8539).
60ed8c72 8797
23db196e
CY
87982011-05-28 Chong Yidong <cyd@stupidchicken.com>
8799
8800 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
8801
5012f24c
DK
88022011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
8803
8804 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
8805 (hs-hide-block-at-point, hs-find-block-beginning)
8806 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
8807 (Bug#8279).
8808
6a639b16
GM
88092011-05-28 Glenn Morris <rgm@gnu.org>
8810
8811 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
8812
d43eaf2c
CY
88132011-05-28 Chong Yidong <cyd@stupidchicken.com>
8814
5199bde1
CY
8815 * help-fns.el (describe-function-1): If the function is a derived
8816 major mode, print the parent mode.
8817
d43eaf2c
CY
8818 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
8819 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
8820
423428a8
SM
88212011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
8822
0ff8e1ba 8823 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 8824 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
8825 * progmodes/etags.el (tags-completion-at-point-function):
8826 * info-look.el (info-lookup-completions-at-point): Mark as
8827 non-exclusive.
8828 (info-complete): Adjust accordingly.
8829
423428a8
SM
8830 * info-look.el: Convert to lexical-binding and completion-at-point.
8831 (info-lookup-completions-at-point): New function.
8832 (info-complete): Use it and completion-in-region.
8833
b74aa22b
DA
88342011-05-28 Drew Adams <drew.adams@oracle.com>
8835
8836 * isearch.el: Let M-e start with point at the first mismatched char.
8837 (isearch-fail-pos): New function.
8838 (isearch-edit-string): Use it.
8839
66e2e71d
DK
88402011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
8841
8842 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
8843
b1890b0f 88442011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
8845
8846 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
8847 traversal functions for avl-trees.
8848 (avl-tree--stack): New struct.
8849 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
8850 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
8851 (avl-tree--do-enter): Add optional `updatefun' arg.
8852 Change return value.
eb95d01d 8853 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
8854 (avl-tree--do-delete): Add `test' and `nilflag' args.
8855 Change return value.
eb95d01d
TC
8856 (avl-tree-member): Add optional `nilflag'
8857 (avl-tree-member-p): New function.
8858 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
8859 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
8860 (avl-tree-stack-empty-p): New functions.
8861
3769ddcf
TC
8862 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
8863 avl-tree--del-balance1 and make it work both ways.
8864 (avl-tree--del-balance2): Remove.
8865 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
8866 make it work both ways.
8867 (avl-tree--enter-balance2): Remove.
8868 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
8869 New macros.
8870 (avl-tree--mapc, avl-tree-map): Add direction argument.
8871
eb95d01d 88722011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
8873
8874 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
8875
a9f737ee
CY
88762011-05-27 Chong Yidong <cyd@stupidchicken.com>
8877
8878 * select.el: Support clipboard managers with built-in function
8879 x-clipboard-manager-save, via delete-frame-functions and
8880 kill-emacs-hook.
8881 (xselect-convert-to-targets): Add MULTIPLE target to list.
8882 (xselect-convert-to-save-targets): New function.
8883
c92a1e54
KH
88842011-05-27 Kenichi Handa <handa@m17n.org>
8885
8886 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
8887 let-binding rfc2047-encode-encoded-words to nil.
8888
e145f188
GM
88892011-05-27 Glenn Morris <rgm@gnu.org>
8890
5ec8a862
GM
8891 * mail/emacsbug.el: Don't require url-util.
8892
4b29d9fb
GM
8893 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
8894
e145f188
GM
8895 * files.el (set-auto-mode):
8896 Also respect mode: entries at the end of the file. (Bug#8586)
8897
7d15102b
GM
88982011-05-26 Glenn Morris <rgm@gnu.org>
8899
98f593b8
GM
8900 * files.el (hack-local-variables-prop-line, hack-local-variables):
8901 Downcase mode names, as seems to be traditional.
27b48e63 8902 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 8903
7d15102b
GM
8904 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
8905 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
8906
51d5b4ec
JD
89072011-05-25 Julien Danjou <julien@danjou.info>
8908
8909 * textmodes/rst.el (rst-define-level-faces): Do not define face
8910 symbol if it is already defined.
8911
91513f63
VB
89122011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
8913
8914 * play/5x5.el (5x5-new-game, 5x5-randomize):
8915 Reset 5x5-solver-output to nil when a new grid is cast.
8916 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
8917 these debugging traces, as defmacro breaks the compiled code.
8918
4d90d6d0
DK
89192011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
8920
8921 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
8922
e1b90ef6
LL
89232011-05-24 Leo Liu <sdl.web@gmail.com>
8924
8925 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
8926 (vc-bzr-sha1): Adapt.
8927
d8e4b68b 8928 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
8929
8930 * bindings.el: Provide sha1 feature.
8931
db0406bb 89322011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
8933
8934 * mail/sendmail.el: Require `rfc2047'.
8935 (mail-insert-from-field): Do not perform RFC2047 encoding.
8936 (mail-encode-header): New function.
8937 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
8938 buffer to the return value of select-message-coding-system.
8939 Call mail-encode-header.
b8d747b9
KH
8940
8941 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
8942
db0406bb 89432011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 8944
4d90d6d0
DK
8945 * mail/supercite.el (sc-default-cite-frame):
8946 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 8947
eb8a5e9b
GM
89482011-05-24 Glenn Morris <rgm@gnu.org>
8949
f8630703
GM
8950 * progmodes/python.el (brm-menu): Declare.
8951
8831bbed
GM
8952 * emulation/viper.el (viper-set-hooks): Declare.
8953
eb8a5e9b
GM
8954 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
8955 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
8956 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
8957 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
8958 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
8959 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
8960
a2a25d24
SM
89612011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
8962
8963 Add an :exit-function for completion-at-point.
8964
8965 * minibuffer.el (completion--done): New fun.
8966 (completion--do-completion): Use it. New arg `expect-exact'.
8967 (minibuffer-complete, minibuffer-complete-word): Don't output message,
8968 since completion--do-completion does it for us now.
8969 (minibuffer-force-complete): Use completion--done and
8970 completion--replace. Handle sole-completion case with more care.
8971 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
8972 (completion-extra-properties): New var.
8973 (completion-annotate-function): Make obsolete.
8974 (minibuffer-completion-help): Adjust accordingly.
8975 Use completion-list-insert-choice-function.
8976 (completion-at-point, completion-help-at-point):
8977 Bind completion-extra-properties.
8978 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
8979 * simple.el (completion-list-insert-choice-function): New var.
8980 (completion-setup-function): Preserve it.
8981 (choose-completion): Pay attention to it, shuffle the code a bit.
8982 (choose-completion-string): New arg `insert-function'.
8983
8984 * textmodes/bibtex.el: Convert to lexical binding.
8985 (bibtex-mode-map): Use completion-at-point.
8986 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
8987 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
8988 (bibtex-complete): Define as obsolete alias.
8989 (bibtex-complete-internal): Remove.
8990 (bibtex-format-entry): Remove unused sub-group in regexp.
8991 * shell.el (shell--command-completion-data)
8992 (shell-environment-variable-completion):
8993 * pcomplete.el (pcomplete-completions-at-point):
8994 * comint.el (comint--complete-file-name-data): Use :exit-function
8995 instead of completion-table-with-terminator so it also works for
8996 choose-completion.
8997
e44e373d
SM
89982011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
8999
4f91a816
SM
9000 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
9001
782fc819
SM
9002 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
9003 (bug#8710).
9004
e44e373d
SM
9005 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
9006
381987c3
KM
90072011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
9008
9009 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
9010 customization variable and implement: If non-nil, auto-fill will
9011 be inhibited while on topic's header line.
9012
b776bc70
VB
90132011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
9014
9015 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 9016 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
9017 always have a solution in grid size = 5 cases.
9018 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
9019 (5x5-solver-output, 5x5-log-buffer): New vars.
9020 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
9021 Make these variables buffer local to achieve 5x5 multi-session-ness.
9022 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
9023 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
9024 (5x5-solve-suggest): New funs.
9025 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
9026 randomize a grid so that we ensure that there is always a solution.
9027 (5x5-make-random-grid): Allow other movement than flipping.
9028
7de88b6e
KR
90292011-05-23 Kevin Ryde <user42@zip.com.au>
9030
9031 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 9032 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
9033 advice and passes PREDICATE.
9034
b1ef1257
SM
90352011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
9036
bbca48fe
SM
9037 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
9038 byte-compile-lambda if it's actually a lambda.
9039
b1ef1257
SM
9040 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
9041 Fix function quoting. Use backquote better.
9042
92a9cc65
YS
90432011-05-22 Yuanle Song <sylecn@gmail.com>
9044
9045 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
9046 matching (Bug#8516).
9047
f0fb8059
JA
90482011-01-22 Jari Aalto <jari.aalto@cante.net>
9049
9050 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
9051 different face (Bug#8178).
9052
d5b44c93
CY
90532011-05-22 Chong Yidong <cyd@stupidchicken.com>
9054
9055 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
9056 defface (Bug#8144).
9057
79106a44
SM
90582011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
9059
9c848d8a
SM
9060 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
9061 funcall as well (bug#8712). Warn when performing those conversions.
9062 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
9063
79106a44
SM
9064 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
9065
88dfa756
GM
90662011-05-22 Glenn Morris <rgm@gnu.org>
9067
9068 * files.el (hack-local-variables-prop-line): Small simplifications.
9069 (hack-local-variables, hack-local-variables-prop-line):
9070 If MODE-ONLY, return the mode, rather than just `t'.
9071
b7cf2c79
SM
90722011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
9073
9074 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
9075
3f1a8558
GM
90762011-05-21 Glenn Morris <rgm@gnu.org>
9077
7e4ccca3
GM
9078 * files.el (hack-local-variables-prop-line, hack-local-variables):
9079 If only interested in the mode, don't bother doing the other stuff.
9080
637d46ca
GM
9081 * image-mode.el (image-after-revert-hook):
9082 Redraw all frames on which the image is visible. (Bug#8567)
9083
973d955b
GM
9084 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
9085
3f1a8558
GM
9086 * wid-edit.el (widget-checklist-match-inline):
9087 Fix 2011-04-19 change. (Bug#8649)
9088
96479927
SM
90892011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
9090
1dcf791f
SM
9091 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
9092 Also allow singlespace after single-letter capitals followed by a dot.
9093
96479927
SM
9094 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
9095 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
9096
35fd0881
N
90972011-05-20 Nix <nix@esperi.org.uk>
9098
9099 * files.el (basic-save-buffer-2):
9100 Fix handling of break-hardlink-on-save with non-existent files.
9101
82745640
DD
91022011-05-19 Deniz Dogan <deniz@dogan.se>
9103
9104 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 9105 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 9106
4a720484
GM
91072011-05-19 Glenn Morris <rgm@gnu.org>
9108
d1f21341
GM
9109 * progmodes/f90.el (f90-type-def-re):
9110 Handle "type, bind(c)". (Bug#8691)
9111
4a720484
GM
9112 * emacs-lisp/autoload.el (batch-update-autoloads):
9113 Set autoload-excludes by parsing loadup.el rather than Makefiles.
9114
2fb0a219
MA
91152011-05-18 Michael Albinus <michael.albinus@gmx.de>
9116
9117 * net/tramp.el (tramp-process-actions): Set "first-password-request"
9118 property for the correct connection in case of multihops.
9119
e565dd37
GM
91202011-05-18 Glenn Morris <rgm@gnu.org>
9121
c2571358 9122 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
9123 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
9124
e565dd37
GM
9125 Rationalize calendar handling of day and month abbrev-arrays.
9126 * calendar/calendar.el (calendar-customized-p): New function.
9127 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
9128 (calendar-day-name-array, calendar-month-name-array): Doc fix.
9129 Add :set function.
9130 (calendar-abbrev-length, calendar-day-abbrev-array)
9131 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
9132 (calendar-day-abbrev-array, calendar-month-abbrev-array):
9133 Elements may no longer be nil.
9134 (calendar-day-name, calendar-month-name):
9135 Update for changed nature of abbrev arrays.
9136 * calendar/diary-lib.el (diary-name-pattern):
9137 Update for changed nature of abbrev arrays.
9138 (diary-mark-entries-1): Update calendar-make-alist calls.
9139 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
9140 * calendar/cal-html.el (cal-html-day-abbrev-array):
9141 Simply inherit from calendar-day-abbrev-array.
9142
1d99a745
SM
91432011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
9144
9145 * progmodes/grep.el (grep-mode): Disable default
9146 compilation-directory-matcher setting (bug#8684).
9147
7c1d9aa0
MA
91482011-05-17 Michael Albinus <michael.albinus@gmx.de>
9149
9150 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
9151 instead of "head" and "tail". There were problems with SunOS 5.9,
9152 and it performs better.
9153
3952e9d8
GM
91542011-05-17 Glenn Morris <rgm@gnu.org>
9155
2dd12e7f
GM
9156 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
9157
e4157b9c
GM
9158 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
9159 Replace obsolete function.
9160
8e249bbd
GM
9161 * shell.el (pcomplete-parse-arguments-function): Declare.
9162
3952e9d8
GM
9163 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
9164 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
9165 (appt-check): Doc fixes.
9166 (appt-disp-window-function, appt-delete-window-function):
9167 Remove needless special case in custom :type.
9168 (appt-display-count): Default to 0, not nil.
9169 (appt-check): Reset appt-display-count to 0, not nil.
9170
c71a0d48 91712011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 9172
c71a0d48
GM
9173 * progmodes/python.el (python-font-lock-keywords):
9174 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 9175
31d55be9
SM
91762011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
9177
9178 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
9179
3bfacb2f
KR
91802011-05-16 Kevin Ryde <user42@zip.com.au>
9181
9182 * info-look.el (makefile-automake-mode): New setups, looking in
9183 automake manual, then makefile-mode.
9184 (makefile-mode): Remove automake manual, have it just in
9185 makefile-automake-mode since there's various things different or
9186 not relevant to plain make.
9187 (makefile-mode): Remove "other-modes" non-existent automake-mode,
9188 believe a hypothetical automake-mode would go to makefile-mode,
9189 not the other way around.
9190
c8e83751
CY
91912011-05-15 Chong Yidong <cyd@stupidchicken.com>
9192
5e9e35cd
CY
9193 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
9194 hunk-end tags (Bug#8672).
9195
c8e83751
CY
9196 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
9197 vc-annotate-show-diff-revision-at-line (Bug#8671).
9198
50b23e5a
GM
91992011-05-14 Glenn Morris <rgm@gnu.org>
9200
7210a739
GM
9201 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
9202 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
9203 (change-log-font-lock-keywords): Also handle multiple author lines
9204 with leading tabs. (Bug#8644)
7210a739 9205
4691905a
GM
9206 * calendar/appt.el (appt-check): Rename some local variables.
9207 Some simplification/reordering.
9208
50b23e5a
GM
9209 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
9210 (feedmail-sendmail-f-doesnt-sell-me-out)
9211 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
9212 (feedmail-debug-sit-for, feedmail-queue-express-hook)
9213 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
9214 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
9215 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
9216 (feedmail-binmail-gnulinuxish-template):
9217 Rename from feedmail-binmail-linuxish-template.
9218 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
9219 Use insert-buffer-substring.
9220
215cda7c
BC
92212011-05-14 Bill Carpenter <bill@carpenter.org>
9222
9223 * mail/feedmail.el (feedmail-patch-level): Increase.
9224 (feedmail-debug): New custom group.
9225 (feedmail-confirm-outgoing-timeout)
9226 (feedmail-sendmail-f-doesnt-sell-me-out)
9227 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
9228 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
9229 (feedmail-sender-line, feedmail-from-line)
9230 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 9231 (feedmail-spray-this-address)
215cda7c
BC
9232 (feedmail-spray-address-fiddle-plex-list)
9233 (feedmail-queue-use-send-time-for-date)
9234 (feedmail-queue-use-send-time-for-message-id)
9235 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
9236 (feedmail-buffer-eating-function):
9237 Doc fixes.
9238 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
9239 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
9240 (feedmail-message-action-scroll-down): New functions.
9241 (feedmail-queue-directory, feedmail-queue-draft-directory):
9242 Use expand-file-name.
9243 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
9244 Remove C-v help entry.
9245 (feedmail-queue-buffer-file-name): New variable.
9246 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
9247 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
9248 (feedmail-message-action-send-strong, feedmail-message-action-edit)
9249 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
9250 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
9251 (feedmail-message-action-toggle-spray)
9252 (feedmail-run-the-queue-no-prompts)
9253 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
9254 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
9255 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
9256 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
9257 (feedmail-envelope-deducer, feedmail-fiddle-from)
9258 (feedmail-fiddle-sender, feedmail-default-date-generator)
9259 (feedmail-fiddle-date, feedmail-fiddle-message-id)
9260 (feedmail-fiddle-spray-address)
9261 (feedmail-fiddle-list-of-spray-fiddle-plexes)
9262 (feedmail-fiddle-list-of-fiddle-plexes)
9263 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
9264 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
9265 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
9266 Change default. Doc fix.
9267 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
9268 (feedmail-binmail-linuxish-template): New constant.
9269 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
9270 Respect feedmail-sendmail-f-doesnt-sell-me-out.
9271 (feedmail-send-it): Add debug call.
9272 Use feedmail-queue-buffer-file-name, and
9273 feedmail-send-it-immediately-wrapper.
9274 (feedmail-message-action-send): Add debug call.
9275 Use feedmail-send-it-immediately-wrapper.
9276 (feedmail-queue-express-to-queue): Add debug call.
9277 Run feedmail-queue-express-hook.
9278 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
9279 (feedmail-message-action-help-blat):
9280 Rename from feedmail-queue-send-edit-prompt-help-first.
9281 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
9282 Check line-endings. Handle errors better.
9283 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
9284 Doc fix. Add debug call.
9285 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
9286 Use feedmail-queue-send-edit-prompt-inner.
9287 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
9288 (feedmail-queue-send-edit-prompt-inner): New function, extracted
9289 from feedmail-queue-send-edit-prompt.
9290 (feedmail-queue-send-edit-prompt-help)
9291 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
9292 (feedmail-tidy-up-slug): Add debug call.
9293 Respect feedmail-queue-slug-suspect-regexp.
9294 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
9295 (feedmail-dump-message-to-queue): Add debug call.
9296 Expand queue-directory.
9297 (feedmail-dump-message-to-queue): Change message slightly.
9298 Use feedmail-say-chatter.
9299 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
9300 (feedmail-send-it-immediately-wrapper): New function.
9301 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
9302 Insert empty string rather than newline. Handle full-frame case.
9303 Use catch/throw. Use feedmail-say-chatter.
9304 (feedmail-fiddle-from): Try mail-host-address.
9305 (feedmail-default-message-id-generator): Doc fix.
9306 Bind system-time-locale. Handle missing end.
9307 (feedmail-fiddle-x-mailer): Add debug call.
9308 Handle feedmail-x-mailer-line being nil.
9309 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
9310 Add debug call. Use buffer-substring-no-properties.
9311 (feedmail-say-debug, feedmail-say-chatter): New functions.
9312 (feedmail-find-eoh): Give an explicit error.
9313
42c7e61e
UJ
93142011-05-13 Ulf Jasper <ulf.jasper@web.de>
9315
c2571358 9316 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 9317 family from helvetica to sans.
c2571358 9318 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
9319 etc/images/newsticker.
9320
c2571358 9321 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
9322 family from helvetica to sans.
9323
9324 * net/newst-plainview.el (newsticker-new-item-face)
9325 (newsticker-old-item-face, newsticker-immortal-item-face)
9326 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 9327 (newsticker-statistics-face): Change default family from
42c7e61e 9328 helvetica to sans.
c2571358 9329 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
9330 etc/images/newsticker.
9331
9332 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
9333 (newsticker--process-auto-mark-filter-match): : Tell user about
9334 auto-marking.
9335
8497a297
DV
93362011-05-13 Didier Verna <didier@xemacs.org>
9337
9338 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
9339 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
9340 TODO entries.
8497a297
DV
9341 (lisp-lambda-list-keyword-parameter-indentation)
9342 (lisp-lambda-list-keyword-parameter-alignment)
9343 (lisp-lambda-list-keyword-alignment): New customizable user options.
9344 (lisp-indent-defun-method): Improve docstring.
9345 (extended-loop-p): Fix comment.
9346 (lisp-indent-lambda-list-keywords-regexp): New variable.
9347 (lisp-indent-lambda-list): New function.
9348 (lisp-indent-259): Use it.
9349 (lisp-indent-defmethod): Support for more than one
9350 method qualifier and properly indent methods lambda-lists.
9351 (defgeneric): Provide a missing common-lisp-indent-function property.
9352
f278f87f
SM
93532011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
9354
9355 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
9356 bounds for the empty string (bug#8667).
9357
5233edd7
GM
93582011-05-13 Glenn Morris <rgm@gnu.org>
9359
5237a44f
GM
9360 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
9361
8340026c 9362 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 9363 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 9364
5233edd7 9365 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 9366 (appt-time-msg-list): Doc fix.
a5464014 9367 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 9368
92d10796
AS
93692011-05-12 Andreas Schwab <schwab@linux-m68k.org>
9370
9371 * progmodes/ld-script.el (ld-script-keywords)
9372 (ld-script-builtins): Update keywords list.
9373
914a0ae1
SM
93742011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9375
c89be45f
SM
9376 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
9377
914a0ae1
SM
9378 * shell.el (shell-completion-vars): New function.
9379 (shell-mode):
9380 * simple.el (read-shell-command): Use it.
9381 (blink-matching-open): No need for " [...]" in minibuffer-message.
9382
98dc3df3
GM
93832011-05-12 Glenn Morris <rgm@gnu.org>
9384
9385 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
9386 (appt-check): Simplify.
9387
d2fc7e3d 93882011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 9389
4d61f28d 9390 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
9391 literal "/dev/null".
9392
d2fc7e3d 93932011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
9394
9395 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
9396 Fix typo.
9397
d2fc7e3d 93982011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 9399
3f254caa
SM
9400 * progmodes/which-func.el (which-function):
9401 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
9402 which might not be defined (Bug#8260).
9403
d45885f7
GM
94042011-05-12 Glenn Morris <rgm@gnu.org>
9405
9406 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
9407 Let byte-compile-initial-macro-environment always take precedence.
9408
488086f4
SM
94092011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9410
9411 * net/rcirc.el: Add support for SSL/TLS connections.
9412 (rcirc-server-alist): New field `encryption'.
9413 (rcirc): Check `encryption' settings.
9414 (rcirc-connect): New arg `encryption'. Use open-network-stream.
9415 Merge make-local-variable into `set'.
9416 (rcirc--connection-open-p): New function.
9417 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
9418 the process is not a network process (e.g. running gnutls-cli).
9419 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
9420 Make rcirc-(en|de)code-coding-system local here.
9421 (rcirc-mode): Merge make-local-variable into `set'.
9422 (rcirc-parent-buffer): Make permanent buffer-local.
9423 (rcirc-multiline-minor-mode): Don't do it here.
9424 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
9425 there's no server buffer.
9426
7d3b9d44
GM
94272011-05-11 Glenn Morris <rgm@gnu.org>
9428
f64049c6
GM
9429 * newcomment.el (comment-kill): Prefix "unused" local.
9430
93c9df73
GM
9431 * term/w32console.el (get-screen-color): Declare.
9432
7d3b9d44
GM
9433 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
9434 Handle symbol elements of byte-compile-initial-macro-environment.
9435
9e2dd53f
LL
94362011-05-10 Leo Liu <sdl.web@gmail.com>
9437
488086f4
SM
9438 * bookmark.el (bookmark-bmenu-mode-map):
9439 Bind bookmark-bmenu-search to `/'.
8b340240 9440
9e2dd53f 9441 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
9442 (footnote-unicode-string, footnote-unicode-regexp): New variable.
9443 (Footnote-unicode): New function.
9444 (footnote-style-alist): Add unicode style to the list.
9445 (footnote-style): Doc fix.
9e2dd53f 9446
79b70037
GM
94472011-05-10 Jim Meyering <meyering@redhat.com>
9448
9449 Fix doubled-word typos.
9450 * international/quail.el (quail-insert-kbd-layout): and and -> and
9451 * kermit.el: and and -> and
9452 * net/ldap.el (ldap-search-internal): to to -> to
9453 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
9454 * progmodes/js.el (js-mode): and and -> and
9455 * textmodes/artist.el (artist-move-to-xy): at at -> at
9456 (artist-draw-region-trim-line-endings): if if -> if
9457 And Safetyc -> Safety.
9458 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
9459
b8f82dc1 94602011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 9461 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
9462
9463 * files.el (hack-one-local-variable-eval-safep):
9464 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
9465
4f99f44b
GM
94662011-05-10 Glenn Morris <rgm@gnu.org>
9467
9468 * calendar/diary-lib.el (diary-list-entries-hook)
9469 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
9470 (diary-nongregorian-marking-hook, diary-list-entries)
9471 (diary-include-other-diary-files, diary-mark-entries)
9472 (diary-mark-included-diary-files): Doc fixes.
9473
84f29e6b
JB
94742011-05-09 Juanma Barranquero <lekktu@gmail.com>
9475
9476 * misc.el: Require tabulated-list.el during compilation.
9477
9bedd73a
CY
94782011-05-09 Chong Yidong <cyd@stupidchicken.com>
9479
488086f4
SM
9480 * progmodes/compile.el (compilation-start):
9481 Run compilation-filter-hook for the async case too.
9bedd73a
CY
9482 (compilation-filter-hook): Doc fix.
9483
797c735c
DD
94842011-05-09 Deniz Dogan <deniz@dogan.se>
9485
9486 * wdired.el: Remove outdated installation comment. Fix usage
9487 comment.
9488
5f4b1dfe
JB
94892011-05-09 Juanma Barranquero <lekktu@gmail.com>
9490
9491 * misc.el: Implement new command `list-dynamic-libraries'.
9492 (list-dynamic-libraries--loaded-only-p): New variable.
9493 (list-dynamic-libraries--refresh): New function.
9494 (list-dynamic-libraries): New command.
9495
4c44026c
CY
94962011-05-09 Chong Yidong <cyd@stupidchicken.com>
9497
488086f4
SM
9498 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9499 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
9500 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
9501 higher priority to avoid clobbering by gnu.
9502
027f966d
CY
95032011-05-08 Chong Yidong <cyd@stupidchicken.com>
9504
9505 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
9506 if the face has existing theme settings (Bug#8454).
9507
085f5d7d
CY
95082011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
9509
488086f4
SM
9510 * progmodes/perl-mode.el (perl-imenu-generic-expression):
9511 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 9512
2a86a00c
RS
9513 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
9514 special file names `.' and `..' (Bug#8259).
9515
d9c54a06
CY
95162011-05-08 Chong Yidong <cyd@stupidchicken.com>
9517
488086f4
SM
9518 * progmodes/grep.el (grep-mode-font-lock-keywords):
9519 Remove buffer-changing entries.
d9c54a06
CY
9520 (grep-filter): New function.
9521 (grep-mode): Add it to compilation-filter-hook.
9522
9523 * progmodes/compile.el (compilation-filter-hook)
9524 (compilation-filter-start): New defvars.
9525 (compilation-filter): Call compilation-filter-hook prior to
9526 updating the process mark.
9527
c4662635
SM
95282011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9529
9530 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
9531
b0512a1d
EZ
95322011-05-07 Eli Zaretskii <eliz@gnu.org>
9533
605c9376
EZ
9534 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
9535 mailclient-send-it even if window-system is nil. (Bug#8595)
9536
c4662635
SM
9537 * term/w32console.el (terminal-init-w32console):
9538 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
9539 background-mode. (Bug#8597)
9540
d1dc2cc2
SM
95412011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
9542
9543 Make bytecomp.el understand that defmethod defines funs (bug#8631).
9544 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
9545 New functions.
9546 (defgeneric, eieio--defmethod): Use them.
9547 (eieio-defgeneric): Remove.
9548 (defmethod): Call defgeneric in a way visible to the byte-compiler.
9549
915d1300
GM
95502011-05-07 Glenn Morris <rgm@gnu.org>
9551
a3961c3e
GM
9552 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
9553 Use let rather than let*.
9554 (timeclock-find-discrep): Remove unused local.
9555
314347b9
GM
9556 * calendar/diary-lib.el (diary-comment-start): Doc fix.
9557
915d1300
GM
9558 * calendar/appt.el (appt-time-msg-list): Doc fix.
9559
275b59b0
NF
95602011-05-06 Noah Friedman <friedman@splode.com>
9561
9562 * apropos.el (apropos-print-doc): Only use
9563 emacs-lisp-docstring-fill-column when it is bound to an integer,
9564 per that variable's documentation.
9565
6c19f744
SM
95662011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9567
9568 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 9569 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 9570
60f884b2
GM
95712011-05-06 Glenn Morris <rgm@gnu.org>
9572
5006e634
GM
9573 * calendar/appt.el (appt-message-warning-time): Doc fix.
9574 (appt-warning-time-regexp): New option.
9575 (appt-make-list): Respect appt-message-warning-time.
9576
548d0a63
GM
9577 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
9578 New options.
9579 (diary-add-to-list): Strip comments from the displayed string.
9580 (diary-mode): Set comment-start and comment-end.
9581
60f884b2
GM
9582 * vc/diff-mode.el (smerge-refine-subst): Declare.
9583 (diff-refine-hunk): Don't require smerge-mode when compiling.
9584
989681bb
JB
95852011-05-06 Juanma Barranquero <lekktu@gmail.com>
9586
9587 * simple.el (list-processes): Return nil as the docstring says.
9588
a6bc05e1
MA
95892011-05-05 Michael Albinus <michael.albinus@gmx.de>
9590
9591 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
9592 to "".
9593 (ange-ftp-write-region, ange-ftp-insert-file-contents)
9594 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
9595 determining of binary transfer. (Bug#7383)
9596
23c22e9a
MA
95972011-05-05 Michael Albinus <michael.albinus@gmx.de>
9598
c4662635
SM
9599 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
9600 Fix port computation bug. (Bug#8618)
23c22e9a 9601
0bff894f
GM
96022011-05-05 Glenn Morris <rgm@gnu.org>
9603
b8296902
GM
9604 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
9605
1f522ce8
GM
9606 * simple.el (shell-dynamic-complete-functions)
9607 (comint-dynamic-complete-functions): Declare.
9608
cf5bee67
GM
9609 * net/network-stream.el (gnutls-negotiate):
9610 * simple.el (tabulated-list-print): Fix declarations.
9611
9612 * progmodes/gud.el (syntax-symbol, syntax-point):
9613 Remove unnecessary and incorrect declarations.
9614
0bff894f
GM
9615 * emacs-lisp/check-declare.el (check-declare-scan):
9616 Handle byte-compile-initial-macro-environment in bytecomp.el
9617
9869b3ae
SM
96182011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9619
9620 Fix earlier half-done eieio-defmethod change (bug#8338).
9621 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
9622 Streamline and change calling convention.
9623 (defmethod): Adjust accordingly and simplify.
9624 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
9625 new eieio--defmethod.
9626 (slot-boundp): Minor CSE simplification.
9627
9c1d5ac5
MZ
96282011-05-05 Milan Zamazal <pdm@zamazal.org>
9629
9630 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
9631 (glasses-make-readable): Use glasses-separate-capital-groups.
9632
455c834e
JB
96332011-05-05 Juanma Barranquero <lekktu@gmail.com>
9634
9635 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
9636 (warning-series): Doc fix.
9637 (display-warning): Don't try to create the buffer if we just found it.
9638
9ed7c8cb
CY
96392011-05-04 Chong Yidong <cyd@stupidchicken.com>
9640
9641 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
9642 (autoload-find-generated-file): New function.
9643 (generate-file-autoloads): Bind generated-autoload-file to
9644 buffer-file-name.
9869b3ae
SM
9645 (update-file-autoloads, update-directory-autoloads):
9646 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
9647 output file (Bug#7989).
9648 (batch-update-autoloads): Doc fix.
9649
0898ca10
JB
96502011-05-04 Juanma Barranquero <lekktu@gmail.com>
9651
9652 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
9653
31dfb76c
GM
96542011-05-04 Glenn Morris <rgm@gnu.org>
9655
f330b642
GM
9656 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
9657 function, so it follows changes in calendar-date-style.
9658 (diary-fancy-date-matcher): New function.
9659 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
9660 (diary-fancy-font-lock-fontify-region-function):
9661 Use diary-fancy-date-pattern as a function.
9662
31dfb76c
GM
9663 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
9664 non-numbers for `year' etc pseudo-variables. (Bug#8583)
9665
48e79d6a
TZ
96662011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
9667
9668 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
9669 instead of positional arguments. Allow :keylist and :crlfiles
9670 arguments.
9671 (open-gnutls-stream): Call it.
9672
9673 * net/network-stream.el (network-stream-open-starttls): Adjust to
9674 call `gnutls-negotiate' with :process and :hostname arguments.
9675
dd5a5ee0
SM
96762011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9677
ef80fc09
SM
9678 * minibuffer.el (completion--message): New function.
9679 (completion--do-completion, minibuffer-complete)
9680 (minibuffer-force-complete, minibuffer-complete-word): Use it.
9681 (completion--do-completion): Don't ignore completion-auto-help when in
9682 icomplete-mode.
9683
dd5a5ee0
SM
9684 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
9685 internal encoding (e.g. tibetan zero is not whitespace).
9686 (global-whitespace-mode): Prefer save-current-buffer.
9687 (whitespace-trailing-regexp): Remove useless save-match-data.
9688 (whitespace-empty-at-bob-regexp): Minor simplification.
9689
b7d22a83
CY
96902011-05-03 Chong Yidong <cyd@stupidchicken.com>
9691
9692 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
9693
5192af46
AM
96942011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9695
9696 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 9697 Use `concat' to create string for insertion.
5192af46 9698
5767d190
SM
96992011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9700
9701 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
9702 Avoid open-line which runs post-self-insert-hook.
9703 (bibtex-fill-entry): Remove unused `end' var.
9704
bf242939
AM
97052011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
9706
5767d190
SM
9707 * textmodes/ispell.el (ispell-add-per-file-word-list):
9708 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 9709
25666126
LL
97102011-05-03 Leo Liu <sdl.web@gmail.com>
9711
9712 * isearch.el (isearch-yank-pop): New command.
5767d190 9713 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
9714 (isearch-forward): Mention it.
9715
52d3c2d0
SM
97162011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9717
1bcace58
SM
9718 * simple.el (minibuffer-complete-shell-command): Remove.
9719 (minibuffer-local-shell-command-map): Use completion-at-point.
9720 (read-shell-command): Setup completion vars here instead.
9721 (read-expression-map): Bind TAB to symbol completion.
9722
52d3c2d0
SM
9723 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
9724 error directly rather via storing it into `results'.
9725
35813471
LL
97262011-05-02 Leo Liu <sdl.web@gmail.com>
9727
9728 * vc/diff.el: Fix description.
9729
e793a940
LMI
97302011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9731
9732 * server.el (server-eval-at): New function.
9733
8de66e05
LMI
97342011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9735
9736 * net/network-stream.el (open-network-stream): Take a :nowait
9737 parameter and pass it on to `make-network-process'.
9738 (network-stream-open-plain): Ditto.
9739
dcb79f20
AS
97402011-04-30 Andreas Schwab <schwab@linux-m68k.org>
9741
9742 * faces.el (face-spec-set-match-display): Don't match toolkit
9743 options on terminal frames.
9744
14a7fbd8
SM
97452011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9746
7eabc1be
SM
9747 * progmodes/pascal.el: Use lexical binding.
9748 (pascal-mode-map): Remove author preferences.
9749
14a7fbd8
SM
9750 * pcomplete.el (pcomplete-std-complete): Don't abuse
9751 completion-at-point.
9752
50f84510
JB
97532011-04-28 Juanma Barranquero <lekktu@gmail.com>
9754
6e087a44
JB
9755 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
9756 removing code that has been dead since 1991 or so.
9757
50f84510
JB
9758 * startup.el (command-line): When warning about "_emacs", use a
9759 delayed warning to allow the user to filter it out.
9760
0ba690bd
DD
97612011-04-28 Deniz Dogan <deniz@dogan.se>
9762
9763 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
9764 user has not joined.
9765
08abfaad
SM
97662011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9767
9768 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
9769 aren't any completions at point.
9770
638f053a
JB
97712011-04-28 Juanma Barranquero <lekktu@gmail.com>
9772
9773 * subr.el (display-delayed-warnings): New function.
9774 (delayed-warnings-hook): New variable.
9775
8fff8daa
SM
97762011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9777
08abfaad
SM
9778 * minibuffer.el (completion-at-point, completion-help-at-point):
9779 Don't presume that a given completion-at-point-function will always
9780 use the same calling convention.
9781
8fff8daa
SM
9782 * pcomplete.el (pcomplete-completions-at-point):
9783 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
9784 pcomplete-seen is non-nil.
9785 (pcomplete-comint-setup): Also recognize the new comint/shell
9786 completion functions.
9787 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
9788 pcomplete-seen is non-nil.
9789
841a1577 97902011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 9791
841a1577 9792 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 9793 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 9794 the first character in the entry. This allows for code to add its
211ec907
UJ
9795 own uid to the entry.
9796 (icalendar--convert-float-to-ical): Add export of
9797 `diary-float'-entries save for those with the optional DAY
9798 argument.
9799
2a782793
DC
98002011-04-27 Daniel Colascione <dan.colascione@gmail.com>
9801
9802 * subr.el (shell-quote-argument): Use alternate escaping strategy
9803 when we spot a variable reference in a string.
9804
0438ce91
DC
98052011-04-26 Daniel Colascione <dan.colascione@gmail.com>
9806
9807 * cus-start.el (all): Define customization for debug-on-event.
9808
841a1577 98092011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
9810
9811 * subr.el (shell-quote-argument): Escape correctly under Windows.
9812
d090ed6c
SM
98132011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
9814
9815 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
9816
bfd31217
MA
98172011-04-25 Michael Albinus <michael.albinus@gmx.de>
9818
d090ed6c
SM
9819 * net/tramp.el (tramp-process-actions): Add POS argument.
9820 Delete region between POS and (pos).
bfd31217 9821
d090ed6c
SM
9822 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
9823 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
9824 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
9825
9826 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
9827 position in `tramp-process-actions' call.
9828
9829 * net/trampver.el: Update release number.
9830
e92f3bd3
SM
98312011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
9832
850256b5
SM
9833 * custom.el (defcustom): Obey lexical-binding.
9834
e92f3bd3
SM
9835 Fix octave-inf completion problems reported by Alexander Klimov.
9836 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
9837 Inherit from octave-mode-syntax-table.
9838 (inferior-octave-mode): Set info-lookup-mode.
9839 (inferior-octave-completion-at-point): New function.
9840 (inferior-octave-complete): Use it and completion-in-region.
9841 (inferior-octave-dynamic-complete-functions): Use it as well, and use
9842 comint-filename-completion.
9843 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
9844 symbol elements which shouldn't be word elements.
9845 (octave-font-lock-keywords, octave-beginning-of-defun)
9846 (octave-function-header-regexp): Adjust regexps accordingly.
9847 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
9848
cd22b309
JB
98492011-04-25 Juanma Barranquero <lekktu@gmail.com>
9850
9851 * net/gnutls.el (gnutls-errorp): Declare before first use.
9852
8b492194
TZ
98532011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
9854
9855 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
9856 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 9857 default trustfile exists before going to use it. Add missing
5a5fa834 9858 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
9859 Reported by Claudio Bley <claudio.bley@gmail.com>.
9860 (open-gnutls-stream): Add usage example.
9861
9862 * net/network-stream.el (network-stream-open-starttls): Give host
9863 parameter to `gnutls-negotiate'.
9864 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 9865 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 9866
841a1577 98672011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 9868
cd22b309
JB
9869 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
9870 Use correct match group (bug#8438).
05842630 9871
3ba7869c
CY
98722011-04-24 Chong Yidong <cyd@stupidchicken.com>
9873
512e3ae1
CY
9874 * emacs-lisp/package.el (package-built-in-p): Fix typo.
9875 (package-menu--generate): New arg specifying packages to show.
9876 (package-menu-refresh, package-menu-execute, list-packages):
9877 Callers changed.
9878 (package-show-package-list): New function, replacing deleted
9879 package--list-packages (renamed because it is non-internal).
9880
9881 * finder.el (finder-list-matches): Use package-show-package-list
9882 instead of deleted package--list-packages.
9883
e92f3bd3
SM
9884 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
9885 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
9886 (vc-annotate-mode-map): Bind it to RET.
9887
7031be6d
UR
98882011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
9889
9890 * progmodes/etags.el (next-file): Don't use set-buffer to change
9891 buffers (Bug#8478).
9892
4ef177aa
CY
98932011-04-24 Chong Yidong <cyd@stupidchicken.com>
9894
c8d173eb
CY
9895 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
9896
4ef177aa
CY
9897 * apropos.el (apropos-label-face): Avoid variable-pitch face.
9898 (apropos-accumulator): Doc fix.
9899 (apropos-function, apropos-macro, apropos-command)
9900 (apropos-variable, apropos-face, apropos-group, apropos-widget)
9901 (apropos-plist): Add face property.
9902 (apropos-symbols-internal): Fix indentation.
9903 (apropos-print): Simplify help, and recognize apropos-multi-type.
9904 (apropos-print-doc): Use button-type-get to extract the button's
9905 face property. Fill docstring (Bug#8352).
9906
4ffd0d6b 99072011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
9908
9909 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
9910
c6c32125 9911 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 9912 (mpuz-mode-map): Use mapc.
c6c32125
JB
9913 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
9914 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
9915 Fix typos in docstrings.
9916
58d468b4
JB
9917 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
9918 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
9919
6470c3c6
JB
9920 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
9921
4ffd0d6b 99222011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
9923
9924 * minibuffer.el (completion--do-completion): Avoid the "Next char
9925 not unique" prompt if icomplete-mode is enabled (Bug#5849).
9926
3ad8bad0
CY
9927 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
9928 mouse-2 into unread-command-events, it is interpreted correctly.
9929
71d73c9c 9930 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 9931 (image-toggle-display): Doc fix.
71d73c9c 9932
841a1577 99332011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 9934
4ffd0d6b
GM
9935 * textmodes/page.el (what-page): Use line-number-at-pos to
9936 calculate line number (Bug#6825).
6e1dbaa9 9937
c2fb1b60
JB
99382011-04-22 Juanma Barranquero <lekktu@gmail.com>
9939
9940 * eshell/esh-mode.el (find-tag-interactive): Declare function.
9941 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
9942 Pass argument NO-DEFAULT to `find-tag-interactive'.
9943
e02f48d7
JB
99442011-04-22 Juanma Barranquero <lekktu@gmail.com>
9945
9946 Lexical-binding cleanup.
9947
9948 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
9949 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
9950 * progmodes/ada-prj.el (ada-prj-initialize-values)
9951 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
9952 (ada-prj-show-value):
9953 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
9954 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
9955 (antlr-invalidate-context-cache, antlr-options-menu-filter)
9956 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
9957 * progmodes/bug-reference.el (bug-reference-push-button):
9958 * progmodes/fortran.el (fortran-line-length):
9959 * progmodes/glasses.el (glasses-change):
9960 * progmodes/octave-mod.el (octave-fill-paragraph):
9961 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
9962 (python-pdbtrack-grub-for-buffer, python-sentinel):
9963 * progmodes/sql.el (sql-save-connection):
9964 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
9965 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
9966 Mark unused parameters.
9967
9968 * progmodes/compile.el (compilation--flush-directory-cache)
9969 (compilation--flush-parse, compile-internal): Mark unused parameters.
9970 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
9971 (compilation-next-error-function): Remove unused variable `timestamp'.
9972
9973 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
9974 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
9975
9976 * progmodes/dcl-mode.el (dcl-end-of-command):
9977 Remove unused variable `start'.
9978 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
9979 (dcl-option-value-basic, dcl-option-value-offset)
9980 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
9981 Mark unused parameters.
9982 (dcl-save-local-variable): Remove unused variable `val'.
9983 (mode): Declare.
9984
9985 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
9986 Mark unused parameters.
9987 (delphi-ignore-changes): Move before first use.
9988 (delphi-charset-token-at): Remove unused variable `start'.
9989 (delphi-else-start): Remove unused variable `if-count'.
9990 (delphi-comment-block-start, delphi-comment-block-end):
9991 Remove unused variable `kind'.
9992 (delphi-indent-line): Remove unused variable `new-point'.
9993
9994 * progmodes/ebrowse.el (ebrowse-files-list)
9995 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
9996 Mark unused parameters. Don't quote `lambda'.
9997 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
9998 Don't quote `lambda'.
9999 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
10000 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
10001 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
10002 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
10003 Use `ignore-errors'.
10004 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
10005 (ebrowse-view/find-file-and-search-pattern)
10006 (ebrowse-view/find-member-declaration/definition):
10007 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
10008 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
10009 Rename parameter PREFIX-ARG to PREFIX.
10010 (ebrowse-tags-read-name): Remove unused variables `start' and
10011 `member-info'.
10012 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
10013 to `tags-file'.
10014
10015 * progmodes/etags.el (local-find-tag-hook): Declare.
10016 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
10017 Mark unused parameters.
10018
10019 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
10020 (executable-interpret): Mark unused parameter.
10021
10022 * progmodes/flymake.el (flymake-process-sentinel)
10023 (flymake-after-change-function)
10024 (flymake-create-temp-with-folder-structure)
10025 (flymake-get-include-dirs-dot): Mark unused parameters.
10026 (flymake-safe-delete-directory): Remove unused variable `err'.
10027
10028 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
10029 (speedbar-timer-fn, speedbar-line-text)
10030 (speedbar-change-expand-button-char, speedbar-delete-subblock)
10031 (speedbar-center-buffer-smartly): Declare functions.
10032 (gdb-find-watch-expression): Remove unused variable `array'.
10033 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
10034 (gdb-starting): Mark unused parameters.
10035 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
10036 (gdb-table-string): Remove unused variable `res'.
10037 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
10038 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
10039 (gdb-display-buffer): Remove unused variable `cur-size'.
10040
10041 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
10042 allow lexical-binding compilation.
10043 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
10044 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
10045 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
10046 Mark unused parameters.
10047 (gud-gdb-marker-filter): Remove unused variable `match'.
10048 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
10049 lambda expressions and funcall them, instead of using `fset'.
10050
10051 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
10052 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
10053
10054 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
10055 variable `header-beg'; use `let'.
10056
10057 * progmodes/icon.el (indent-icon-exp): Remove unused variables
10058 `restart', `last-sexp' and `at-do'.
10059
10060 * progmodes/js.el (js--debug): Mark unused parameter.
10061 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
10062 (js--splice-into-items): Remove unused variable `item'.
10063 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
10064
10065 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
10066 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
10067 (makefile-complete): Remove unused variable `try'.
10068 (makefile-fill-paragraph, makefile-match-function-end):
10069 Mark unused parameters.
10070
10071 * progmodes/octave-inf.el (inferior-octave-complete):
10072 Remove unused variable `proc'.
10073 (inferior-octave-output-digest): Mark unused parameter.
10074
10075 * progmodes/perl-mode.el (perl-calculate-indent):
10076 Remove unused variable `err'.
10077
10078 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
10079 (prolog-indent-line): Mark unused parameters.
10080 (prolog-indent-line): Remove unused variable `beg'.
10081
10082 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
10083 (reporter-dont-compact-list): Declare.
10084
10085 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
10086 Remove unused variable `char'.
10087 (sh-debug): Mark unused parameter.
10088 (sh-get-indent-info): Remove unused variable `start'.
10089 (sh-calculate-indent): Remove unused variable `var'.
10090
10091 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
10092 (simula-electric-keyword): Remove unused variable `null'.
10093 (simula-search-backward, simula-search-forward): Remove unused
10094 variables `begin' and `end'.
10095
10096 * progmodes/vera-mode.el (vera-guess-basic-syntax):
10097 Remove unused variable `pos'.
10098 (vera-electric-tab, vera-comment-uncomment-region):
10099 Mark unused parameters.
10100 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
10101
7ede3b65
CY
101022011-04-22 Chong Yidong <cyd@stupidchicken.com>
10103
10104 * emacs-lisp/package.el (package--builtins, package-alist)
10105 (package-load-descriptor, package-built-in-p, package-activate)
10106 (define-package, package-installed-p)
10107 (package-compute-transaction, package-buffer-info)
10108 (package--push): Doc fix. Distinguish more clearly between
10109 version strings and version lists.
10110
121656e9
JB
101112011-04-21 Juanma Barranquero <lekktu@gmail.com>
10112
10113 Lexical-binding cleanup.
10114
10115 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
10116 (5x5-make-mutate-best):
10117 * play/fortune.el (fortune-in-buffer):
10118 * play/gomoku.el (gomoku-init-display):
10119 * play/solitaire.el (solitaire, solitaire-do-check):
10120 * play/tetris.el (tetris-default-update-speed-function):
10121 Mark unused parameters.
10122
10123 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
10124 (bubbles--shift): Remove unused variable `char-org'.
10125 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
10126 (bubbles--show-images): Remove unused variable `char'.
10127
10128 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
10129 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
10130 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
10131 (decipher-analyze-buffer): Use ?\s.
10132 (decipher-make-checkpoint): Remove unused variable `mapping'.
10133
10134 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
10135
10136 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
10137 Remove unused variable `result'; use `let'.
10138
10139 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
10140 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
10141 (gametree-children-shown-p, gametree-compute-reduced-score):
10142 Use `ignore-errors'.
10143
10144 * play/handwrite.el (ps-lpr-switches): Declare.
10145 (handwrite): Remove unused variables `pmin' and `lastp'.
10146
10147 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
10148
10149 * play/landmark.el (landmark-init-display)
10150 (landmark-update-naught-weights): Mark unused parameters.
10151 (landmark-y): Remove unused variable `noise'. Simplify.
10152 (landmark-human-plays): Remove unused variable `score'.
10153
10154 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
10155 (mpuz-try-proposal): Remove unused variable `game'.
10156
10157 * play/zone.el (life-patterns): Declare.
10158
80f499c7
JB
101592011-04-20 Juanma Barranquero <lekktu@gmail.com>
10160
10161 * vc/vc.el (ediff-vc-internal): Declare function.
10162
024ff170
SM
101632011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10164
c0a193ea
SM
10165 * shell.el: Use lexical-binding and std completion UI.
10166 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
10167 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
10168 comint-preoutput-filter-functions rather than on
10169 comint-output-filter-functions.
10170 (shell-command-completion, shell--command-completion-data)
10171 (shell-filename-completion, shell-environment-variable-completion)
10172 (shell-c-a-p-replace-by-expanded-directory): New functions.
10173 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
10174 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
10175 (shell-dynamic-complete-environment-variable): Use them.
10176 (shell-dynamic-complete-as-environment-variable)
10177 (shell-dynamic-complete-as-command): Remove.
10178 (shell-match-partial-variable): Match past point.
10179 * comint.el: Clean up use of completion-at-point-functions.
10180 (comint-completion-at-point): New function.
10181 (comint-mode): Use it completion-at-point-functions.
10182 (comint-dynamic-complete): Make it obsolete.
10183 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
10184 (comint-c-a-p-replace-by-expanded-history): New function.
10185 (comint-dynamic-complete-functions)
10186 (comint-replace-by-expanded-history): Use it.
10187 * minibuffer.el (completion-table-with-terminator): Allow dynamic
10188 termination strings. Try harder to avoid second try-completion.
10189 (completion-in-region-mode-map): Disable bindings that don't work yet.
10190
2dbaa080
SM
10191 * comint.el: Use lexical-binding. Require CL.
10192 (comint-dynamic-complete-functions): Use comint-filename-completion.
10193 (comint-completion-addsuffix): Tweak custom type.
10194 (comint-filename-completion, comint--common-suffix)
10195 (comint--common-quoted-suffix, comint--table-subvert)
10196 (comint--complete-file-name-data): New functions.
10197 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
10198 (comint-dynamic-list-filename-completions): Use them.
10199 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 10200
2dbaa080
SM
10201 * minibuffer.el (completion-in-region-mode):
10202 Keep completion-in-region-mode--predicate global.
10203 (completion-in-region--postch):
10204 Assume completion-in-region-mode--predicate is not null.
10205
c79a6f38
SM
10206 * progmodes/flymake.el (flymake-start-syntax-check-process):
10207 Obey `dir'. Simplify.
10208
024ff170
SM
10209 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
10210 we're in VC after all.
10211
1c6c854e
CS
102122011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
10213
10214 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 10215 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
10216 (vc-version-diff): Use vc-diff-build-argument-list-internal.
10217
bed7f140
SM
102182011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10219
332e62ab
SM
10220 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
10221 add sanity check.
10222
bed7f140
SM
10223 * obsolete/erc-hecomplete.el: Make obsolete.
10224 * obsolete/: Standardize obsolescence info in the header.
10225
f195c582
GM
102262011-04-20 Glenn Morris <rgm@gnu.org>
10227
10228 * calendar/solar.el (solar-horizontal-coordinates):
10229 Use the longitude argument rather than `calendar-longitude'.
10230 (solar-date-next-longitude): Remove unused locals.
10231
cb79b8c0
VJL
102322011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10233
10234 * whitespace.el: New version 13.2.1.
10235
102362011-04-20 felix <EmacsWiki> (tiny change)
10237
d8e4b68b 10238 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
10239 switching between major modes on a file.
10240
602ea69d
SM
102412011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
10242
10243 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
10244 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
10245 multi-line comments as well.
10246
06b60517
JB
102472011-04-19 Juanma Barranquero <lekktu@gmail.com>
10248
10249 Lexical-binding cleanup.
10250
10251 * arc-mode.el (archive-mode-revert):
10252 * cmuscheme.el (scheme-interactively-start-process):
10253 * custom.el (custom-initialize-delay):
10254 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
10255 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
10256 * emacs-lock.el (emacs-lock-clear-sentinel):
10257 * ezimage.el (defezimage):
10258 * follow.el (follow-avoid-tail-recenter):
10259 * fringe.el (set-fringe-mode-1):
10260 * generic-x.el (bat-generic-mode-compile):
10261 * help-mode.el (help-info-variable, help-do-xref)
10262 (help-mode-revert-buffer):
10263 * help.el (view-emacs-todo):
10264 * iswitchb.el (iswitchb-completion-help):
10265 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
10266 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
10267 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
10268 * locate.el (locate-update):
10269 * longlines.el (longlines-encode-region)
10270 (longlines-after-change-function):
10271 * outline.el (outline-isearch-open-invisible):
10272 * ps-def.el (declare-function, charset-dimension, char-width)
10273 (encode-char):
10274 * ps-mule.el (ps-mule-plot-string):
10275 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
10276 (recentf-edit-list-select, recentf-edit-list-validate)
10277 (recentf-open-files-action):
10278 * rect.el (delete-whitespace-rectangle-line)
10279 (rectangle-number-line-callback):
10280 * register.el (window-configuration-to-register)
10281 (frame-configuration-to-register):
10282 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
10283 * select.el (xselect-convert-to-string, xselect-convert-to-length)
10284 (xselect-convert-to-targets, xselect-convert-to-delete)
10285 (xselect-convert-to-filename, xselect-convert-to-charpos)
10286 (xselect-convert-to-lineno, xselect-convert-to-colno)
10287 (xselect-convert-to-os, xselect-convert-to-host)
10288 (xselect-convert-to-user, xselect-convert-to-class)
10289 (xselect-convert-to-name, xselect-convert-to-integer)
10290 (xselect-convert-to-atom, xselect-convert-to-identity):
10291 * subr.el (declare, ignore, process-kill-without-query)
10292 (text-clone-maintain):
10293 * terminal.el (te-get-char, te-tic-sentinel):
10294 * tool-bar.el (tool-bar-make-keymap):
10295 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
10296 * type-break.el (type-break-mode, type-break-noninteractive-query):
10297 * view.el (View-back-to-mark):
10298 * wid-browse.el (widget-browse-action, widget-browse-widget)
10299 (widget-browse-widgets, widget-browse-sexp):
10300 * widget.el (define-widget-keywords):
10301 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
10302 Mark unused parameters.
10303
10304 * align.el (align-adjust-col-for-rule): Mark unused parameter.
10305 (align-areas): Remove unused variable `look'.
10306 (align-region): Remove unused variables `real-end' and `pos-list'.
10307
10308 * apropos.el (apropos-score-doc): Remove unused variable `i'.
10309
10310 * bindings.el (mode-line-modified, mode-line-remote):
10311 Mark unused parameters.
10312 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
10313
10314 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
10315 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
10316
10317 * comint.el (comint-history-isearch-pop-state)
10318 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
10319 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
10320 (comint-substitute-in-file-name): Doc fix.
10321
10322 * completion.el (cmpl-statistics-block): Mark unused parameter.
10323 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
10324 (save-completions-to-file, load-completions-from-file):
10325 Remove unused local variable `e'.
10326
10327 * composite.el (compose-chars): Remove unused variable `len'.
10328 (lgstring-insert-glyph): Remove unused variable `g'.
10329 (compose-glyph-string): Remove unused variables `ascent',
10330 `descent', `lbearing' and `rbearing'.
10331 (compose-glyph-string-relative): Remove unused variables
10332 `lbearing', `rbearing' and `wadjust'.
10333 (compose-gstring-for-graphic): Remove unused variables `header',
10334 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
10335 (compose-gstring-for-terminal): Remove unused variables `header'
10336 and `nchars'. Use `let', not `let*'.
10337
10338 * cus-edit.el (Custom-set, Custom-save, custom-reset)
10339 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
10340 (Custom-buffer-done, custom-buffer-create-internal)
10341 (custom-browse-visibility-action, custom-browse-group-tag-action)
10342 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
10343 (widget-magic-mouse-down-action, custom-toggle-parent)
10344 (custom-add-parent-links, custom-toggle-hide-variable)
10345 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
10346 (custom-toggle-hide-face, face, hook, custom-group-link-action)
10347 (custom-face-menu-create, custom-variable-menu-create, get)
10348 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
10349 (custom-reset-standard-save-and-update): Remove unused variable `value'.
10350 (customize-apropos): Remove unused variable `tests'.
10351 (custom-group-value-create): Remove unused variable `hidden-p'.
10352 (sort-fold-case): Declare.
10353
10354 * cus-theme.el (custom-reset-standard-faces-list)
10355 (custom-reset-standard-variables-list): Declare.
10356 (customize-create-theme, custom-theme-revert, custom-theme-write)
10357 (custom-theme-choose-mode, customize-themes, custom-theme-save):
10358 Mark unused parameters.
10359
10360 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
10361
10362 * delim-col.el (delimit-columns-max): Move defvar before first use.
10363
10364 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 10365 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
10366
10367 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
10368 (auto-insert): Declare.
10369 (desktop-restore-file-buffer): Rename desktop-* parameters;
10370 mark unused ones.
10371 (desktop-create-buffer): Rename desktop-* parameters and bind them.
10372 (desktop-buffer): Rename desktop-* parameters.
10373
10374 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
10375 (dframe-reposition-frame-xemacs, dframe-help-echo)
10376 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
10377 Mark unused parameters.
10378
10379 * dired-aux.el (backup-extract-version-start, overwrite-query)
10380 (overwrite-backup-query, rename-regexp-query)
10381 (rename-non-directory-query): Declare.
10382 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
10383 (dired-add-entry): Remove unused variable `orig-file-name'.
10384 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
10385 Use parameter PRESERVE-TIME instead of accessing dynamic variable
10386 `dired-copy-preserve-time' directly.
10387 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
10388 (dired-insert-subdir-newpos): Rename unused variable `pos'.
10389
10390 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
10391 (dired-virtual-revert, dired-make-relative-symlink):
10392 Mark unused parameters.
10393 (manual-program): Declare.
10394 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
10395 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
10396 wrapped in `with-no-warnings' to avoid replacing one warning by another.
10397
10398 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
10399
10400 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
10401
10402 * echistory.el (electric-history-in-progress, Helper-return-blurb):
10403 Declare.
10404
10405 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
10406
10407 * electric.el (Electric-command-loop): Rename parameter
10408 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
10409
10410 * expand.el (expand-in-literal): Remove unused variable `here'.
10411
10412 * facemenu.el (facemenu-add-new-color):
10413 Remove unused variable `docstring'.
10414
10415 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
10416 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
10417 (face-attr-construct): Mark unused parameter. Doc fix.
10418 (read-color): Remove unused variable `hex-string'.
10419
10420 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
10421 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
10422 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
10423 (display-buffer-other-frame): Remove unused variable `old-window'.
10424 (kill-buffer-hook): Declare.
10425 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
10426 Mark unused parameters.
10427 (after-find-file): Pass 1 to `auto-save-mode', not t.
10428
10429 * files-x.el (auto-insert): Declare.
10430 (modify-file-local-variable-prop-line): Remove unused variable `val'.
10431
10432 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 10433 variable `buf'. Mark unused parameter.
06b60517
JB
10434 (find-lisp-insert-directory): Mark unused parameter.
10435
10436 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
10437 (format-encode-region): Remove unused variables `cur-buf' and `result'.
10438 (format-common-tail): Remove, unused.
10439 (format-deannotate-region): Remove unused variable `loc'.
10440 (format-annotate-region): Remove unused variable `p'.
10441 (format-annotate-single-property-change): Remove unused variables
10442 `default' and `tail'.
10443
10444 * forms.el (read-file-filter): Declare.
10445 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
10446
10447 * frame.el (frame-creation-function-alist): Mark unused parameter.
10448 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
10449
10450 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
10451 Remove unused parameters.
10452 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
10453 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
10454
10455 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
10456 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
10457 (hfy-prepare-tag-map): Mark unused parameters.
10458 (htmlfontify-buffer): Use `called-interactively-p'.
10459
10460 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
10461 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
10462 (ibuffer-do-occur): Mark unused parameters.
10463 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
10464 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
10465
10466 * ibuffer.el: Don't quote `lambda'.
10467 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
10468 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
10469 Mark unused parameters.
10470
10471 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
10472 (ido-completing-read): Mark unused parameters.
10473 (ido-copy-current-word): Mark unused parameters;
10474 remove unused variable `name'.
10475 (ido-sort-merged-list): Remove unused parameter `dirs'.
10476
10477 * ielm.el (ielm-input-sender): Mark unused parameter.
10478 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
10479 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
10480 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
10481 `ielm-string' as a dynamic variable accessible from the IELM prompt.
10482 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
10483
10484 * image-dired.el (image-dired-display-thumbs): Remove unused
10485 variables `curr-file' and `count'.
10486 (image-dired-remove-tag): Remove unused variable `start'.
10487 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
10488 variable `curr-file'
10489 (image-dired-rotate-original): Remove unused variable `temp-file'.
10490 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
10491 Remove unused variable `file'.
10492 (image-dired-gallery-generate): Remove unused variable `curr'.
10493 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
10494
10495 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
10496
10497 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
10498
10499 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
10500
10501 * isearch.el (minibuffer-history-symbol): Declare.
10502 (isearch-edit-string): Remove unused variable `err'.
10503 (isearch-message-prefix, isearch-message-suffix):
10504 Mark unused parameters.
10505
10506 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
10507
10508 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
10509
10510 * makesum.el (double-column): Remove unused variable `cnt'.
10511
10512 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
10513 (ido-ignore-item-temp-list): Declare.
10514
10515 * mouse-drag.el (mouse-drag-throw): Remove unused variables
10516 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
10517 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
10518 (mouse-drag-drag): Remove unused variables `mouse-delta' and
10519 `mouse-col-delta'.
10520
10521 * mouse-sel.el (mouse-extend-internal):
10522 Remove unused variable `orig-window-frame'.
10523
10524 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
10525 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
10526 Move declarations before first use.
10527 (pcomplete-opt): Mark unused parameters; doc fix.
10528
10529 * proced.el (proced-revert): Mark unused parameter.
10530 (proced-send-signal): Remove unused variable `err'.
10531
10532 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
10533 Rename parameter PREFIX-ARG to ARG.
10534 (ps-basic-plot-string, ps-basic-plot-whitespace):
10535 Mark unused parameters.
10536
10537 * replace.el (replace-count): Define.
10538 (occur-revert-function): Mark unused parameters.
10539 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
10540 (isearch-case-fold-search, isearch-string): Declare.
10541 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
10542 bind `case-fold-search'. Remove unused variables `beg' and `end',
10543 and simplify.
10544 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
10545 COUNT and bind `replace-count'.
10546 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
10547 to COUNT.
10548
10549 * savehist.el (print-readably, print-string-length): Declare.
10550
10551 * shadowfile.el (shadow-expand-cluster-in-file-name):
10552 Remove unused variable `cluster'.
10553 (shadow-copy-file): Remove unused variable `i'.
10554 (shadow-noquery, shadow-clusters, shadow-site-cluster)
10555 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
10556 (shadow-define-literal-group, shadow-define-regexp-group)
10557 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
10558
10559 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
10560 (shell): Use `called-interactively-p'.
10561 (shell-directory-tracker): Remove unused variable `chdir-failure'.
10562
10563 * simple.el (compilation-context-lines, comint-file-name-quote-list)
10564 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
10565 (delete-backward-char): Remove unused variable `ocol'.
10566 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
10567 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
10568 (event-apply-hyper-modifier, event-apply-shift-modifier)
10569 (event-apply-control-modifier, event-apply-meta-modifier):
10570 Mark unused parameters.
10571 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
10572 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
10573
10574 * speedbar.el (speedbar-ignored-directory-expressions)
10575 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
10576 (speedbar-find-file, speedbar-dir-follow)
10577 (speedbar-directory-buttons-follow, speedbar-tag-find)
10578 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
10579 (speedbar-buffers-line-directory, speedbar-buffer-click):
10580 Mark unused parameters.
10581 (speedbar-tag-file): Remove unused variable `mode'.
10582 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
10583
10584 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
10585
10586 * talk.el (talk): Remove unused variable `display'.
10587
10588 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
10589 (tar-write-region-annotate): Mark unused parameter.
10590
10591 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
10592 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
10593 Declare them, wrapped in `with-no-warnings' to avoid replacing one
10594 warning by another.
10595
10596 * time-stamp.el (time-stamp-string-preprocess):
10597 Remove unused variable `require-padding'.
10598
10599 * tree-widget.el (widget-glyph-enable): Declare.
10600 (tree-widget-action): Mark unused parameter.
10601
10602 * w32-fns.el (x-get-selection): Mark unused parameter.
10603 (autoload-make-program, generated-autoload-file): Declare.
10604
10605 * wdired.el (wdired-revert): Mark unused parameters.
10606 (wdired-xcase-word): Remove unused variable `err'.
10607
10608 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
10609 (whitespace-help-scroll): Remove unused variable `data-help'.
10610
10611 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
10612 (widget-image-insert, widget-after-change, default)
10613 (widget-default-format-handler, widget-default-notify)
10614 (widget-default-prompt-value, widget-info-link-action)
10615 (widget-url-link-action, widget-function-link-action)
10616 (widget-variable-link-action, widget-file-link-action)
10617 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
10618 (widget-field-prompt-internal, widget-field-action, widget-field-match)
10619 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
10620 (widget-insert-button-action, widget-delete-button-action, visibility)
10621 (widget-documentation-link-action, widget-documentation-string-action)
10622 (widget-const-prompt-value, widget-regexp-match, symbol)
10623 (widget-coding-system-prompt-value)
10624 (widget-key-sequence-value-to-external, sexp)
10625 (widget-sexp-value-to-internal, character, vector, cons)
10626 (widget-choice-prompt-value, widget-boolean-prompt-value)
10627 (widget-color--choose-action): Mark unused parameters.
10628 (widget-item-match-inline, widget-choice-match-inline)
10629 (widget-checklist-match, widget-checklist-match-inline)
10630 (widget-group-match): Rename parameter VALUES to VALS.
10631 (widget-field-value-set): Remove unused variable `size'.
10632 (widget-color-action): Remove unused variables `value' and `start'.
10633
10634 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 10635 variable `dir'. Doc fix.
06b60517
JB
10636 (windmove-find-other-window): Don't pass it.
10637
10638 * window.el (count-windows): Mark unused parameter.
10639 (bw-adjust-window): Remove unused variable `err'.
10640
10641 * woman.el (woman-file-name): Remove unused variable `default'.
10642 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
10643 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
10644 (global-font-lock-mode): Declare.
10645 (woman-decode-region): Mark unused parameter.
10646 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
10647
10648 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
10649 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
10650 (x-dnd-handle-moz-url): Remove unused variable `title'.
10651 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
10652
10653 * xml.el (xml-parse-tag, xml-parse-attlist):
10654 Remove unused variable `pos'.
10655
bc4f7f3d
GM
106562011-04-19 Glenn Morris <rgm@gnu.org>
10657
10658 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
10659 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
10660 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10661 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
10662 * calendar/cal-html.el (cal-html-insert-minical):
10663 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
10664 (calendar-mark-date-pattern):
10665 Prefix "unused" locals.
10666
10667 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
10668 optional argument `style'.
10669
10670 * calendar/appt.el (appt-make-list):
10671 * calendar/cal-china.el (calendar-chinese-date-string):
10672 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
10673 (diary-hebrew-yahrzeit):
10674 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
10675 * calendar/calendar.el (calendar-generate-window):
10676 * calendar/time-date.el (time-to-days):
10677 Remove unused local variables.
10678
16a43933
CY
106792011-04-18 Chong Yidong <cyd@stupidchicken.com>
10680
10681 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
10682 glyphless-char-display table.
10683 (tabulated-list-glyphless-char-display): New var.
10684
7eed1860
SS
106852011-04-18 Sam Steingold <sds@gnu.org>
10686
10687 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
10688 to acknowledgments.
10689
4d2d1ccd
GM
106902011-04-17 Glenn Morris <rgm@gnu.org>
10691
10692 * calendar/diary-lib.el (diary-sexp-entry):
10693 * calendar/holidays.el (holiday-sexp):
10694 Set debug-on-error rather than the removed stack-trace-on-error.
10695
239da61d
GM
106962011-04-16 Glenn Morris <rgm@gnu.org>
10697
10698 * progmodes/f90.el: Use lexical-binding.
10699 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
10700
8b05752a
SM
107012011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10702
daca8ba5
SM
10703 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
10704 (mail-mode): Setup mailalias completion here instead.
10705 * mail/mailalias.el: Use lexical-binding.
10706 (pattern, mailalias-done): Declare dynamic.
10707 (mail-completion-at-point-function): New function, from mail-complete.
10708 (mail-complete): Use it.
10709 (mail-completion-expand): New function.
10710 (mail-get-names): Use it.
10711 (mail-directory, mail-directory-process, mail-directory-stream):
10712 Don't use `pattern' for lexically bound arg.
10713
6f542485
SM
10714 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
10715
037e7c3f
SM
10716 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
10717 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
10718 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
10719
8b05752a
SM
10720 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
10721 (byte-save-window-excursion, byte-temp-output-buffer-setup)
10722 (byte-interactive-p): Define them again, for use when inlining
10723 old code.
10724
49093f60
JB
107252011-04-15 Juanma Barranquero <lekktu@gmail.com>
10726
10727 * loadup.el: Use `string-to-number', not `string-to-int'.
10728
b5b8e7de
SM
107292011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10730
10731 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
10732 gud-gdb-complete-command.
10733 (gud-gdb-completions): New function, from gud-gdb-complete-command.
10734 (gud-gdb-completion-at-point): New function.
10735 (gud-gdb-completions): Remove.
10736
f42efeb5
MA
107372011-04-14 Michael Albinus <michael.albinus@gmx.de>
10738
49093f60
JB
10739 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
10740 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
10741 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
10742 whether `executable-find' is bound.
f42efeb5
MA
10743
10744 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
10745
e240cc21
SM
107462011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10747
10748 * minibuffer.el (completion-in-region-mode-predicate)
10749 (completion-in-region-mode--predicate): New vars.
10750 (completion-in-region, completion-in-region--postch)
10751 (completion-in-region-mode): Use them.
10752 (completion--capf-wrapper): Also return the hook function.
10753 (completion-at-point, completion-help-at-point):
10754 Adjust and provide a predicate.
c2bd2ab0
SM
10755
10756 Preserve arg names for advice of subr and lexical functions (bug#8457).
10757 * help-fns.el (help-function-arglist): Consolidate the subr and
10758 new-byte-code cases. Add argument `preserve-names' to extract names
10759 from the docstring when needed.
10760 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
10761 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
10762 (ad-arglist): Use help-function-arglist's new arg.
10763 (ad-definition-type): Use cond.
10764
c183f693
JB
107652011-04-13 Juanma Barranquero <lekktu@gmail.com>
10766
06641a47
JB
10767 * autorevert.el (auto-revert-handler):
10768 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
10769 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
10770 Don't quote lambda.
10771
c183f693
JB
10772 * image-mode.el (image-transform-set-scale):
10773 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
10774
1e3b6001
G
107752011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10776
10777 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 10778 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
10779 Upgrades via gnutls-cli are too slow to be done opportunistically.
10780
2d6af8dd
JB
107812011-04-12 Juanma Barranquero <lekktu@gmail.com>
10782
10783 * dframe.el (dframe-current-frame): Remove spurious quote.
10784
c0749a51
GM
107852011-04-12 Glenn Morris <rgm@gnu.org>
10786
088d0d61
GM
10787 * calendar/cal-tex.el (cal-tex-end-document):
10788 Try to automatically use latin1 input if needed.
10789
c0749a51
GM
10790 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
10791 Don't try to cons a mark onto an empty element.
10792
5c90fde0
LL
107932011-04-11 Leo Liu <sdl.web@gmail.com>
10794
10795 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
10796 buffers.
10797 (ido-kill-buffer-at-head): Support killing virtual buffers.
10798
369e974d
CY
107992011-04-10 Chong Yidong <cyd@stupidchicken.com>
10800
10801 * minibuffer.el (completion-show-inline-help): New var.
10802 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
10803 (minibuffer-force-complete, minibuffer-complete-word):
10804 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
10805
10806 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
10807 to avoid interference from inline help (Bug#5849).
10808
37f1c930
LL
108092011-04-10 Leo Liu <sdl.web@gmail.com>
10810
099c39a4
JB
10811 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
10812 Fix typo.
37f1c930 10813
a32d4040
CY
108142011-04-09 Chong Yidong <cyd@stupidchicken.com>
10815
10816 * image-mode.el (image-toggle-display-image): Signal an error if
10817 not in Image mode.
10818 (image-transform-mode, image-transform-resize)
10819 (image-transform-set-rotation): Doc fix.
daca8ba5 10820 (image-transform-set-resize): Delete.
a32d4040
CY
10821 (image-transform-set-scale, image-transform-fit-to-height)
10822 (image-transform-fit-to-width): Handle image-toggle-display-image
10823 and image-transform-resize directly.
10824
099c39a4 108252011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
10826
10827 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
10828 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
10829 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
10830 (doc-view-mode-map): Add bindings for the new functions.
10831
099c39a4 108322011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 10833
4d61f28d 10834 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
10835 Fix typo in docstring.
10836
3726838a
EZ
108372011-04-08 Eli Zaretskii <eliz@gnu.org>
10838
04f33f1e
EZ
10839 * files.el (file-size-human-readable): Produce one digit after
10840 decimal, like "ls -lh" does.
10841
10842 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
10843 the file size representation.
10844
3726838a
EZ
10845 * simple.el (list-processes): If async subprocesses are not
10846 available, error out with a clear error message.
10847
cbb59342
CY
108482011-04-08 Chong Yidong <cyd@stupidchicken.com>
10849
10850 * help.el (help-form-show): New function, to be called from C.
10851 Put help-form output in a buffer named differently than *Help*.
10852
e3971c44
EZ
108532011-04-08 Eli Zaretskii <eliz@gnu.org>
10854
10855 * files.el (file-size-human-readable): New function.
10856
10857 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
10858 computing the representation inline. Don't require `cl'.
10859
12544bbe
GM
108602011-04-08 Glenn Morris <rgm@gnu.org>
10861
a1de6c6a
GM
10862 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
10863
3c4671f4
GM
10864 * net/browse-url.el (browse-url-firefox):
10865 Test system-type, not system-configuration.
10866
b605679c
GM
10867 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
10868 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
10869 Use log-edit-empty-buffer-p. (Bug#7598)
10870
56442f0c
GM
10871 * net/rlogin.el (rlogin-process-connection-type): Simplify.
10872 (rlogin-mode-map): Initialize in the defvar.
10873 (rlogin): Use ignore-errors.
10874
12544bbe
GM
10875 * replace.el (occur-mode-map): Some fixes for menu items.
10876
eb237b0f
AH
108772011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10878
10879 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
10880
7d668f2c
CY
108812011-04-06 Chong Yidong <cyd@stupidchicken.com>
10882
e67a13ab
CY
10883 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
10884 issuing unused warnings.
10885
10886 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
10887 macro directly.
10888
7d668f2c
CY
10889 * simple.el: Lisp reimplement of list-processes. Based on an
10890 earlier reimplementation by Leo Liu, but using tabulated-list.el.
10891 (process-menu-mode): New major mode.
10892 (list-processes--refresh, list-processes):
10893 (process-menu-visit-buffer): New functions.
10894
10895 * files.el (save-buffers-kill-emacs): Don't assume any return
10896 value of list-processes, which is undocumented anyway.
10897
a83ec3c9
CY
108982011-04-06 Chong Yidong <cyd@stupidchicken.com>
10899
10900 * emacs-lisp/tabulated-list.el: New file.
10901
e91a96fe
CY
10902 * emacs-lisp/package.el: Use Tabulated List mode.
10903 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
10904 (package-menu-mode): Derive from tabulated-list-mode. Set up the
10905 table format using Tabulated List mode variables.
10906 (package--push): New macro, replacing package-list-maybe-add.
10907 (package-menu--generate): Use package--push. Renamed from
10908 package--generate-package-list.
10909 (package-menu-refresh, list-packages): Use it.
daca8ba5 10910 (package-menu--print-info): Rename from package-print-package.
e91a96fe 10911 Return insertion data instead of inserting it directly.
099c39a4
JB
10912 (package-menu-describe-package, package-menu-execute):
10913 Use tabulated-list-get-id.
e91a96fe
CY
10914 (package-menu-mark-delete, package-menu-mark-install)
10915 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
10916 (package-menu-mark-obsolete-for-deletion):
10917 Use tabulated-list-put-tag.
e91a96fe
CY
10918 (package--list-packages, package-menu-revert)
10919 (package-menu-get-package, package-menu-get-version)
10920 (package-menu-sort-by-column): Functions deleted.
10921 (package-menu-package-list, package-menu-sort-key): Vars deleted.
10922 (package-menu--status-predicate, package-menu--version-predicate)
10923 (package-menu--name-predicate)
10924 (package-menu--description-predicate): Handle arguments in the
10925 Tabulated List format.
10926 (package-list-packages-no-fetch): Call list-packages.
10927
3e214b50
JB
109282011-04-06 Juanma Barranquero <lekktu@gmail.com>
10929
10930 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 10931 (after-find-file): Don't bind it.
3e214b50
JB
10932 (revert-buffer-in-progress-p): New variable.
10933 (revert-buffer): Bind it.
10934 Pass nil for `after-find-file-from-revert-buffer'.
10935
10936 * saveplace.el (save-place-find-file-hook): Use new variable
10937 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
10938
3f0f1700
GM
109392011-04-06 Glenn Morris <rgm@gnu.org>
10940
c0274801
GM
10941 * Makefile.in (AUTOGEN_VCS): New variable.
10942 (autoloads): Use $AUTOGEN_VCS.
10943
3f0f1700
GM
10944 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
10945 * calendar/calendar.el (calendar-mode-map):
10946 Check for toolkit scroll bars. (Bug#8305)
10947
41ea9e48
CY
109482011-04-05 Chong Yidong <cyd@stupidchicken.com>
10949
10950 * minibuffer.el (completion-in-region--postch)
10951 (completion-in-region-mode): Remove unnecessary messages.
10952
6194c800
JB
109532011-04-05 Juanma Barranquero <lekktu@gmail.com>
10954
33256f14
JB
10955 * font-lock.el (font-lock-refresh-defaults):
10956 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
10957 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
10958
6194c800
JB
10959 * info.el (Info-directory-list, Info-read-node-name-2)
10960 (Info-split-parameter-string): Doc fixes.
10961 (Info-virtual-nodes): Reflow docstring.
10962 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
10963 (Info-apropos-toc-nodes, info-finder, Info-get-token)
10964 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
10965 Fix typos in docstrings.
10966 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
10967 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
10968 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
10969 (Info-restore-desktop-buffer): Mark unused parameters.
10970 (Info-directory-find-file, Info-directory-find-node)
10971 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
10972 (Info-virtual-index-find-node, Info-apropos-find-file)
10973 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 10974 Mark unused parameters; fix typos in docstrings.
6194c800
JB
10975 (Info-virtual-index): Remove unused local variable `nodename'.
10976
b87a8200 109772011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 10978
b87a8200
DD
10979 * net/rcirc.el: Update my e-mail address.
10980 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 10981
3b2ff876
CY
109822011-04-05 Chong Yidong <cyd@stupidchicken.com>
10983
10984 * startup.el (command-line): Save the cursor's theme-face
10985 directly, instead of using face-override-spec.
10986
10987 * custom.el (load-theme): Minor optimization in assigning faces.
10988
8d17e7ca
JB
109892011-04-04 Juanma Barranquero <lekktu@gmail.com>
10990
10991 * help-fns.el (describe-variable): Complete all variables having
10992 documentation, including keywords.
10993 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
10994
2fbc1934
JB
109952011-04-04 Juanma Barranquero <lekktu@gmail.com>
10996
10997 Convert to lexical-binding.
10998
10999 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
11000 (bs--get-marked-string, bs--get-modified-string)
11001 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
11002 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
11003 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
11004
11005 * ehelp.el (electric-help-execute-extended)
11006 (electric-help-ctrl-x-prefix):
11007 * hexl.el (hexl-revert-buffer-function):
11008 * linum.el (linum-after-change, linum-after-scroll):
11009 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
11010
11011 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
11012
74f50695
DU
110132011-04-04 Daiki Ueno <ueno@unixuser.org>
11014
11015 * epa-dired.el:
11016 * epa-mail.el:
11017 * epa-hook.el:
11018 * epa-file.el:
11019 * epa.el:
11020 * epg.el: Use lexical binding.
11021
c11325f7
CY
110222011-04-03 Chong Yidong <cyd@stupidchicken.com>
11023
0d9e9a12
CY
11024 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
11025
c11325f7 11026 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
11027 dictionary case for flyspell-mark-duplications-exceptions.
11028 Use regexp matching for languages.
c11325f7
CY
11029 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
11030 default dictionary (Bug#7926).
11031
da91b5f2
CY
110322011-04-02 Chong Yidong <cyd@stupidchicken.com>
11033
099c39a4
JB
11034 * emacs-lisp/package.el (package--with-work-buffer):
11035 Recognize https URLs.
da91b5f2 11036
099c39a4
JB
11037 * net/network-stream.el: Move from gnus/proto-stream.el.
11038 Change prefix to network-stream throughout.
da91b5f2
CY
11039 (open-protocol-stream): Merge into open-network-stream, leaving
11040 open-protocol-stream as an alias. Handle nil BUFFER args.
11041
11042 * subr.el (open-network-stream): Move to net/network-stream.el.
11043
afa8e9f6
GM
110442011-04-02 Glenn Morris <rgm@gnu.org>
11045
1d2e369d
GM
11046 * find-dired.el (find-exec-terminator): New option.
11047 (find-ls-option): Test for -ls support.
11048 (find-ls-subdir-switches): Test for -b in find-ls-option.
11049 (find-dired, find-grep-dired): Doc fixes.
11050 (find-dired): Use find-exec-terminator.
11051
8abb7da8 11052 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
11053 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
11054 (find-name-arg): Remove purecopy.
8abb7da8 11055
f3ca7378
GM
11056 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
11057 (grep-compute-defaults): Check for `-exec COMMAND +' support.
11058 Set grep-find-use-xargs, grep-find-command, and grep-find-template
11059 accordingly. Don't add the null-device if not needed.
11060
afa8e9f6
GM
11061 * files.el (save-some-buffers): Doc fix.
11062
35eae264
EZ
110632011-04-02 Eli Zaretskii <eliz@gnu.org>
11064
11065 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
11066
26b51db5
JB
110672011-04-01 Juanma Barranquero <lekktu@gmail.com>
11068
11069 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
11070 Use `dolist' rather than `mapcar'.
11071
7200d79c
SM
110722011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
11073
03408648 11074 Add lexical binding.
7200d79c 11075
03408648
SM
11076 * subr.el (apply-partially): Use new closures rather than CL.
11077 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
11078 (dolist, dotimes): Use slightly different expansion for lexical code.
11079 (functionp): Move to C.
11080 (letrec): New macro.
11081 (with-wrapper-hook): Use it and apply-partially instead of CL.
11082 (eval-after-load): Preserve lexical-binding.
11083 (save-window-excursion, with-output-to-temp-buffer): Turn them
11084 into macros.
7200d79c 11085
03408648
SM
11086 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
11087
11088 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
11089 than the arglist.
11090 (help-add-fundoc-usage): Don't add `Not documented'.
11091 (help-function-arglist): Handle closures, subroutines, and new
11092 byte-code-functions.
11093 (help-make-usage): Remove leading underscores.
11094 (describe-function-1): Handle closures.
11095 (describe-variable): Use special-variable-p for completion.
11096
11097 * files.el (lexical-binding): Declare safe.
f488fb65 11098
03408648
SM
11099 * emacs-lisp/pcase.el: Don't use destructuring-bind.
11100 (pcase--memoize): Rename from pcase-memoize. Change weakness.
11101 (pcase): Add `let' pattern.
11102 Change memoization so it actually works.
11103 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
11104 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
11105 <let>: New case.
f488fb65 11106
03408648
SM
11107 * emacs-lisp/macroexp.el: Use lexical binding.
11108 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
11109 Don't convert ' to #' without checking that it's indeed quoting
11110 a lambda.
11111
11112 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 11113 Use eval-sexp-add-defvars.
03408648
SM
11114 (eval-sexp-add-defvars): New fun.
11115
11116 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
11117
11118 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
11119 Don't autoload.
11120 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
11121 than the internal `byte-compile-lambda'.
11122 (defmethod): Don't hide code under quotes.
11123 (eieio-defmethod): New `code' argument.
11124
11125 * emacs-lisp/eieio-comp.el: Remove.
11126
11127 * emacs-lisp/edebug.el (edebug-eval-defun)
11128 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
11129 (edebug-toggle): Avoid `eval'.
11130
11131 * emacs-lisp/disass.el (disassemble-internal): Handle new
11132 `closure' objects.
11133 (disassemble-1): Handle new byte codes.
11134
11135 * emacs-lisp/cl.el (pushnew): Silence warning.
11136
11137 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
11138 (cl-byte-compile-throw): Remove.
11139 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
11140
11141 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
11142 closures.
11143
11144 * emacs-lisp/cconv.el: New file.
11145
11146 * emacs-lisp/bytecomp.el: Use lexical binding instead of
11147 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
11148 (byte-compile-initial-macro-environment):
11149 Handle declare-function here.
11150 (byte-compile--lexical-environment): New var.
11151 (byte-stack-ref, byte-stack-set, byte-discardN)
11152 (byte-discardN-preserve-tos): New lap codes.
11153 (byte-interactive-p): Don't use any more.
11154 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
11155 New macros.
11156 (byte-compile-lapcode): Use them and handle new lap codes.
11157 (byte-compile-obsolete): Remove.
11158 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
11159 (byte-compile-arglist-warn): Check late def of inlinable funs.
11160 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
11161 since they should have been expanded by now.
11162 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
11163 (byte-compile-from-buffer): Remove unused second arg.
11164 (byte-compile-preprocess): New function.
11165 (byte-compile-toplevel-file-form): New function to distinguish
11166 file-form calls from outside from file-form calls from hunk-handlers.
11167 (byte-compile-file-form): Simplify.
11168 (byte-compile-file-form-defsubst): Remove.
11169 (byte-compile-file-form-defmumble): Simplify now that
11170 byte-compile-lambda always returns a byte-code-function.
11171 (byte-compile): Preprocess.
11172 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
11173 Remove, not used any more.
11174 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
11175 (byte-compile-make-args-desc): New funs.
11176 (byte-compile-lambda): Handle lexical functions. Always return
11177 a byte-code-function.
11178 (byte-compile-reserved-constants): New var, to make up room for
11179 closed-over variables.
11180 (byte-compile-constants-vector): Obey it.
11181 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
11182 (byte-compile-macroexpand-declare-function): New function.
11183 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
11184 byte-code-functions.
11185 (byte-compile-form): Check obsolescence here.
11186 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
11187 (byte-compile-variable-ref): Remove.
11188 (byte-compile-dynamic-variable-op): New fun.
11189 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
11190 (byte-compile-variable-set): New funs.
11191 (byte-compile-discard): Add 2 args.
11192 (byte-compile-stack-ref, byte-compile-stack-set)
11193 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
11194 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
11195 macroexpand-all instead.
11196 (byte-compile-quote-form): Remove.
11197 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
11198 (byte-compile-bind, byte-compile-unbind): New funs.
11199 (byte-compile-let): Handle let* and lexical binding.
11200 (byte-compile-let*): Remove.
11201 (byte-compile-catch, byte-compile-unwind-protect)
11202 (byte-compile-track-mouse, byte-compile-condition-case):
11203 Handle a new :fun-body form, used for lexical scoping.
11204 (byte-compile-save-window-excursion)
11205 (byte-compile-with-output-to-temp-buffer): Remove.
11206 (byte-compile-defun): Simplify.
11207 (byte-compile-stack-adjustment): New fun.
11208 (byte-compile-out): Use it.
11209 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
11210
11211 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
11212 handler any more.
11213
11214 * emacs-lisp/byte-opt.el: Use lexical binding.
11215 (byte-inline-lapcode): Remove (to bytecomp).
11216 (byte-compile-inline-expand): Pay attention to inlining to/from
11217 lexically bound code.
11218 (byte-compile-unfold-lambda): Don't handle byte-code-functions
11219 any more.
11220 (byte-optimize-form-code-walker): Don't handle save-window-excursion
11221 any more and don't call compiler-macros.
11222 (byte-compile-splice-in-already-compiled-code): Remove.
11223 (byte-code): Don't inline any more.
11224 (disassemble-offset): Receive `bytes' as argument rather than via
11225 dynamic scoping.
11226 (byte-compile-tag-number): Declare before first use.
11227 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
11228 `return' even if make-spliceable.
11229 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
11230 obsolete interactive-p.
11231 (byte-optimize-lapcode): Optimize new lap-codes.
11232 Don't trip up on new form of `byte-constant' lap code.
11233
11234 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
11235
11236 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
11237
11238 * custom.el (custom-initialize-default, custom-declare-variable):
11239 Use `defvar'.
11240
11241 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
11242 New variables.
11243 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
11244 (COMPILE_FIRST): Add macroexp and cconv.
11245 * makefile.w32-in: Mirror changes in Makefile.in.
11246
11247 * vc/cvs-status.el:
11248 * vc/diff-mode.el:
11249 * vc/log-edit.el:
11250 * vc/log-view.el:
11251 * vc/smerge-mode.el:
11252 * textmodes/bibtex-style.el:
11253 * textmodes/css.el:
11254 * startup.el:
11255 * uniquify.el:
da91b5f2
CY
11256 * minibuffer.el:
11257 * newcomment.el:
11258 * reveal.el:
11259 * server.el:
11260 * mpc.el:
11261 * emacs-lisp/smie.el:
11262 * doc-view.el:
11263 * dired.el:
03408648
SM
11264 * abbrev.el: Use lexical binding.
11265
0f0c1f27
EZ
112662011-04-01 Eli Zaretskii <eliz@gnu.org>
11267
11268 * info.el (info-display-manual): New function.
11269
c82b2579
SM
112702011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
11271
11272 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
11273
221ddf68
TH
112742011-03-31 Tassilo Horn <tassilo@member.fsf.org>
11275
11276 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 11277 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 11278
cba6e77e
GM
112792011-03-31 Glenn Morris <rgm@gnu.org>
11280
e040639f
GM
11281 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
11282
cba6e77e
GM
11283 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
11284
6d0f1c9e
CS
112852011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
11286
11287 * progmodes/python.el (python-default-interpreter)
11288 (python-python-command-args, python-jython-command-args)
11289 (python-which-shell, python-which-args, python-which-bufname)
11290 (python-file-queue, python-comint-output-filter-function)
11291 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
11292 variables and functions.
11293
3e2d70fd
SM
112942011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
11295
11296 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
11297 (completion-in-region-mode): New minor mode.
11298 (completion-in-region): Use it.
11299 (completion-in-region--data, completion-in-region-mode-map): New vars.
11300 (completion-in-region--postch): New function.
11301 (completion--capf-misbehave-funs, completion--capf-safe-funs):
11302 New vars.
11303 (completion--capf-wrapper): New function.
11304 (completion-at-point): Use it to track well-behavedness of
11305 hook functions.
11306 (completion-help-at-point): New command.
11307
f3e4086c
JM
113082011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
11309
11310 * vc/add-log.el (add-change-log-entry): Don't use whitespace
11311 syntax class to search for whitespace on a single line
11312 (Message-ID: <4D938140.4030905@redhat.com>).
11313
eb7ffc14
LL
113142011-03-30 Leo Liu <sdl.web@gmail.com>
11315
11316 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
11317 New commands.
11318 (edit-abbrevs-map): Bind them here.
11319 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
11320
d806ab68
KM
113212011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
11322
11323 * allout.el (allout-hide-by-annotation, allout-flag-region):
11324 Reduce possibility of overlay leakage by making them volatile.
11325
11326 * allout-widgets.el (allout-widgets-tally): Define as nil so the
11327 hash is not shared between buffers. Mode initialization is
11328 responsible for giving it a useful starting value.
11329 (allout-item-span): Reduce possibility of overlay leakage by
11330 making them volatile.
11331 (allout-widgets-count-buttons-in-region): Add diagnostic function
11332 for tracking down button overlay leaks.
11333
ea622834
LL
113342011-03-29 Leo Liu <sdl.web@gmail.com>
11335
11336 * ido.el (ido-read-internal): Use the default history var
11337 minibuffer-history if no HISTORY is specified.
11338
b62f8267
G
113392011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
11340
03408648
SM
11341 * net/imap.el (imap-shell-open, imap-process-connection-type):
11342 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
11343 Kerberos, SSL, other subprocesses.
11344
947b6566
LL
113452011-03-28 Leo Liu <sdl.web@gmail.com>
11346
11347 * abbrev.el (abbrev-table-empty-p): New function.
11348 (prepare-abbrev-list-buffer): Place empty abbrev tables after
11349 nonempty ones. (Bug#5937)
11350
5ffb62aa
JD
113512011-03-27 Jan Djärv <jan.h.d@swipnet.se>
11352
11353 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
11354
7a097943
LL
113552011-03-27 Leo Liu <sdl.web@gmail.com>
11356
11357 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
11358 for foreground and background colors.
11359 (ansi-color-make-color-map): Adapt.
11360
c5b40130
LL
113612011-03-25 Leo Liu <sdl.web@gmail.com>
11362
1f48f7d2
LL
11363 * midnight.el (midnight-time-float): Remove. Note it calculates
11364 the microsecond component incorrectly and seconds-to-time does the
11365 same job.
625897ec 11366 Remove redundant (require 'timer).
1f48f7d2 11367
c5b40130
LL
11368 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
11369 (ido-completions): Remove unused arguments. (Bug#8329)
11370
d86d2721
SM
113712011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11372
11373 * minibuffer.el (completion--flush-all-sorted-completions):
11374 Remove itself from hook.
11375 (completion-at-point): Let the functions perform the completion
11376 immediately and return nil or t.
11377 * comint.el (comint-dynamic-complete-functions): Now identical to
11378 completion-at-point-functions.
11379 (comint-dynamic-list-input-ring): Remove unused var `index'.
11380 (comint--match-partial-filename, comint--unquote&expand-filename):
11381 New funs, split from comint-match-partial-filename.
11382 (comint-dynamic-complete): Use completion-at-point.
11383 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
11384
e8974c48
DA
113852011-03-24 Drew Adams <drew.adams@oracle.com>
11386
11387 * thingatpt.el: Support `defun'.
11388
def71b5e
LL
113892011-03-23 Leo Liu <sdl.web@gmail.com>
11390
cb5af48e
LL
11391 * abbrevlist.el: Move to obsolete/abbrevlist.el.
11392
def71b5e
LL
11393 * help-mode.el (help-mode-finish): Tweak regexp.
11394
927c53e7
GM
113952011-03-23 Glenn Morris <rgm@gnu.org>
11396
18d05bed
GM
11397 * eshell/esh-opt.el (eshell-eval-using-options):
11398 Do not bind unused local variable `eshell-option-stub'.
11399
927c53e7
GM
11400 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
11401
9d0da923
JB
114022011-03-22 Juanma Barranquero <lekktu@gmail.com>
11403
11404 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
11405 keymap variable in `with-no-warnings' to avoid a warning when the
11406 keymap has been already `defconst'ed.
11407
4b978a67
LL
114082011-03-22 Leo Liu <sdl.web@gmail.com>
11409
11410 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
11411 encode all chars in abbrevs; otherwise use emacs-mule or
11412 utf-8-emacs. (Bug#8308)
11413
5fd62452
JB
114142011-03-22 Juanma Barranquero <lekktu@gmail.com>
11415
0b1596c6
JB
11416 * simple.el (backward-delete-char-untabify):
11417 Avoid warning about using `delete-backward-char'.
11418
5fd62452
JB
11419 * image.el (image-type-file-name-regexps): Make it variable.
11420 `imagemagick-register-types' modifies it, and the user may want
11421 to add new extensions for known image types.
11422 (imagemagick-register-types): Throw error if not using ImageMagick.
11423
0b4e93f1
LL
114242011-03-22 Leo Liu <sdl.web@gmail.com>
11425
11426 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
11427 located before rcirc-prompt-end-marker.
11428 (rcirc-complete): Error if point is not after rcirc prompt.
11429 Handle the case when table is nil.
9882e214 11430 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 11431
fccee4ab
CY
114322011-03-22 Chong Yidong <cyd@stupidchicken.com>
11433
11434 * custom.el (custom--inhibit-theme-enable): Make it affect only
11435 custom-theme-set-variables and custom-theme-set-faces.
11436 (provide-theme): Ignore custom--inhibit-theme-enable.
11437 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
11438 (custom-enabling-themes): Delete variable.
d86d2721
SM
11439 (enable-theme): Accept only loaded themes as arguments.
11440 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
11441 (custom-enabled-themes): Forbid themes from setting this.
11442 Eliminate use of custom-enabling-themes.
11443 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 11444
af896da6
LL
114452011-03-21 Leo Liu <sdl.web@gmail.com>
11446
11447 * ido.el (ido-read-internal): Add ido-selected to history instead
11448 of user input.
11449
78f64af0
SM
114502011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
11451
11452 * subr.el (deferred-action-list, deferred-action-function):
11453 Mark obsolete.
11454
b16ac1ec
LL
114552011-03-21 Leo Liu <sdl.web@gmail.com>
11456
810f7698
LL
11457 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
11458 change on 2011-02-13 (bug#8309).
11459
b16ac1ec
LL
11460 * minibuffer.el (read-file-name-function): Change default value.
11461 (read-file-name--defaults): Rename from read-file-name-defaults.
11462 (read-file-name-default): Rename from read-file-name.
11463 (read-file-name): Call read-file-name-function.
11464
4e05e67e
GM
114652011-03-21 Glenn Morris <rgm@gnu.org>
11466
11467 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
11468 Doc fixes.
11469
4359915b
CY
114702011-03-21 Chong Yidong <cyd@stupidchicken.com>
11471
11472 * cus-theme.el: Add missing provide statement.
11473 (customize-create-theme): Extract theme value correctly.
11474 (custom-theme-visit-theme): Autoload.
11475 (customize-create-theme): Prompt before inserting default faces.
11476
1fe275ee
JB
114772011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
11478
11479 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
11480 units and musical notes.
11481
cd394be1 114822011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
11483
11484 * ido.el (ido-read-internal): Use completing-read-default.
11485 (ido-completing-read): Fix compatibility with completing-read.
11486
7d476bde
CO
114872011-03-20 Christian Ohler <ohler@gnu.org>
11488
11489 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
11490 (ert-delete-all-tests): Use `called-interactively-p' rather than
11491 `interactive-p'.
11492 (ert--make-xrefs-region): Respect END.
11493
fe0fb33e
CY
114942011-03-19 Chong Yidong <cyd@stupidchicken.com>
11495
ff854b0b
CY
11496 * dired-aux.el (dired-create-directory): Signal an error if the
11497 directory already exists (Bug#8246).
11498
fe0fb33e
CY
11499 * facemenu.el (list-colors-display): Call list-faces-display
11500 inside with-help-window.
11501 (list-colors-print): Use display property to align the final
11502 column, instead of checking window-width.
11503
576bce32
EZ
115042011-03-19 Eli Zaretskii <eliz@gnu.org>
11505
4d61f28d 11506 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
11507 windows-nt systems.
11508 (emerge-protect-metachars): Quote correctly for ms-dos and
11509 windows-nt systems.
11510
89c41d68 115112011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
11512
11513 * info.el (info-initialize): Replace all uses of `:' with
11514 path-separator for compatibility with non-Unix systems.
11515 Cache quoting of path-separator. (Bug#8258)
11516
b14e3e21 115172011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
11518
11519 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
11520 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
11521 (mouse-avoidance-mode): Fix typos in docstrings.
11522
4525ce3e
CY
115232011-03-19 Chong Yidong <cyd@stupidchicken.com>
11524
11525 * startup.el (package-subdirectory-regexp): Move from package.el.
11526 Omit \\` and \\', and let callers add them.
11527
11528 * emacs-lisp/package.el (package-strip-version)
11529 (package-load-all-descriptors): Add \\` and \\' to
11530 package-subdirectory-regexp before using it.
11531 (package-untar-buffer): New arg DIR; ensure that file untars only
11532 into this expected directory. Remove superfluous delete-region.
11533 (package-unpack): Caller changed.
11534 (package-tar-file-info): Use package-subdirectory-regexp.
11535
a904a09a 115362011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 11537
a904a09a
SM
11538 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
11539 diff-mode-shared-map (bug#8284).
11540 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
11541
115422011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11543
11544 * calendar/time-date.el (format-seconds): Use assoc instead of
11545 assoc-string, since assoc-string doesn't exist in XEmacs.
11546
171fc304
JB
115472011-03-17 Juanma Barranquero <lekktu@gmail.com>
11548
11549 * custom.el (custom-known-themes): Reflow docstring.
11550 (custom-theme-load-path): Fix typo in docstring.
11551 (load-theme): Fix typo in error message.
11552 (custom-available-themes, custom-variable-theme-value):
11553 Use `let', not `let*'.
11554
d71990a1
JB
115552011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
11556
11557 * calc/README: Mention inclusion of musical notes.
11558
11559 * calc/calc-units.el (calc-lu-quant): Rename from
11560 `calc-logunits-quantity'.
11561 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
11562 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
11563 (calc-db): Rename from `calc-dblevel'.
11564 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
11565 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
11566 (calc-np): Rename from `calc-nplevel'.
11567 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
11568 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
11569 (calc-lu-plus): Rename from `calc-logunits-add'.
11570 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
11571 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
11572 (calc-lu-minus): Rename from `calc-logunits-sub'.
11573 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
11574 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
11575 (calc-lu-times): Rename from `calc-logunits-mul'.
11576 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
11577 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
11578 (calc-lu-divide): Rename from `calc-logunits-div'.
11579 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
11580 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
11581
11582 * calc/calc-ext.el (calc-init-extensions): Update the names of the
11583 functions being autoloaded.
11584
11585 * calc/calc.el (calc-lu-power-reference): Rename from
11586 `calc-logunits-power-reference'.
11587 (calc-lu-field-reference): Rename from
11588 `calc-logunits-field-reference'.
11589
7a71b18d
GM
11590 * calc/calc-help.el (calc-l-prefix-help):
11591 Mention musical note functions.
d71990a1 11592
40c2934b
SM
115932011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
11594
11595 * minibuffer.el (completion-all-sorted-completions):
11596 Use :completion-cycle-penalty text property if present.
11597
b0911414
KM
115982011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
11599
11600 * allout.el (allout-yank-processing): Adjust for new rebulleting
11601 regime so bullet being yanked is used without prompting the user
11602 for a choice.
11603
8a05b668
JB
116042011-03-16 Juanma Barranquero <lekktu@gmail.com>
11605
11606 * startup.el (command-line): Warn the user that _emacs is deprecated.
11607
5ba5fb81
JB
116082011-03-16 Juanma Barranquero <lekktu@gmail.com>
11609
11610 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
11611 (delphi-verbose, delphi-comment-face, delphi-string-face)
11612 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
11613 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
11614 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
11615 (delphi-new-comment-line, delphi-font-lock-defaults)
11616 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
11617 Fix typos in docstrings.
11618
2dab465b
KM
116192011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
11620
5ba5fb81 11621 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
11622 Invert the roles of character and string values for INSTEAD, so a
11623 string is used for the more common case of a defaulting prompt.
11624
0adf5618
SM
116252011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11626
11627 * progmodes/ruby-mode.el (ruby-backward-sexp):
11628 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
11629 * play/gamegrid.el (gamegrid-make-face):
11630 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
11631 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
11632 * notifications.el (notifications-notify):
11633 * net/xesam.el (xesam-search-engines):
11634 * net/quickurl.el (quickurl-list-insert):
11635 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
11636
d72700e5
CY
116372011-03-15 Chong Yidong <cyd@stupidchicken.com>
11638
11639 * startup.el (command-line): Update package subdirectory regexp.
11640
49c5410a
SM
116412011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11642
c6eee9aa
SM
11643 * allout.el (allout-abbreviate-flattened-numbering)
11644 (allout-mode-deactivate-hook): Fix up obsolescence "date".
11645
49c5410a
SM
11646 * subr.el (read-char-choice): Only show the cursor after the prompt,
11647 not after the answer.
11648
047b2bb9
KR
116492011-03-15 Kevin Ryde <user42@zip.com.au>
11650
11651 * help-fns.el (variable-at-point): Skip leading quotes, if any
11652 (bug#8253).
11653
0a57d256
SM
116542011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11655
11656 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
11657 warning message.
11658
77c992bc
MA
116592011-03-14 Michael Albinus <michael.albinus@gmx.de>
11660
11661 * shell.el (shell): When called interactively, offer to change the
11662 shell file name on remote hosts.
11663
eebc475d
TZ
116642011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
11665
11666 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
11667 integration for LDAP parameters. The host, base, user or binddn,
11668 and secret tokens can be specified in a netrc file, for instance.
11669 This is optional because an `auth-source' parameter must be
11670 specified in the search attributes.
11671
9d05d1ba
JB
116722011-03-13 Juanma Barranquero <lekktu@gmail.com>
11673
11674 * help.el (describe-mode): Link to the mode's definition (bug#8185).
11675
09d9db2c
GM
116762011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11677
11678 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
11679 into declaration. Remove redundant and harmful binding.
11680
116812011-03-12 Eli Zaretskii <eliz@gnu.org>
11682
11683 * files.el (file-ownership-preserved-p): Pass `integer' as an
11684 explicit 2nd argument to `file-attributes'. If the file's owner
11685 is the Administrators group on Windows, and the current user is
11686 Administrator, consider that a match.
11687
11688 * server.el (server-ensure-safe-dir): Consider server directory
11689 safe on MS-Windows if its owner is the Administrators group while
11690 the current Emacs user is Administrator. Use `=' to compare
11691 numerical UIDs, since they could be integers or floats.
11692
219bd536
JB
116932011-03-12 Juanma Barranquero <lekktu@gmail.com>
11694
11695 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
11696
f3afd36b
MA
116972011-03-12 Michael Albinus <michael.albinus@gmx.de>
11698
11699 Sync with Tramp 2.2.1.
11700
11701 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
11702
11703 * net/trampver.el: Update release number.
11704
3aaaa6f1
SM
117052011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11706
94642599
SM
11707 * progmodes/compile.el (compilation--previous-directory): Fix up
11708 various nil/dead-marker mismatches (bug#8014).
11709 (compilation-directory-properties, compilation-error-properties):
11710 Don't call it at a position past the one we're about to change.
11711
3aaaa6f1
SM
11712 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
11713 Disable obsolescence warnings in the file that declares it.
11714
14239447
KM
117152011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
11716
099c39a4
JB
11717 * allout-widgets.el (allout-widgets-tally):
11718 Initialize allout-widgets-tally as a hash table rather than nil to
11719 prevent mode-line redisplay warnings. Also, clarify the module
11720 description and fix a comment typo.
14239447 11721
135e287c
JB
117222011-03-11 Juanma Barranquero <lekktu@gmail.com>
11723
11724 * help-fns.el (describe-variable): Don't complete keywords.
11725 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
11726
ffbf300e
CY
117272011-03-10 Chong Yidong <cyd@stupidchicken.com>
11728
ba08b241
CY
11729 * emacs-lisp/package.el (package-version-join): Impose a standard
11730 string representation for pre/alpha/beta version lists.
11731 (package-unpack-single): Standardize the directory name by passing
11732 it through package-version-join.
11733 (package-strip-rcs-id): Accept any version string that does not
11734 signal an error in version-to-list.
ffbf300e 11735
f346fd6b
MA
117362011-03-10 Michael Albinus <michael.albinus@gmx.de>
11737
11738 * simple.el (delete-trailing-whitespace): Return nil for the
11739 benefit of `write-file-functions'.
11740
ccb55d27
GM
117412011-03-10 Glenn Morris <rgm@gnu.org>
11742
5ceaac0c
GM
11743 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
11744
02da65ff
GM
11745 * vc/vc-git.el (vc-git-program): New option.
11746 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
11747 (vc-git--call): Use it.
11748
b2f603cc
GM
11749 * eshell/esh-util.el (eshell-condition-case): Doc fix.
11750
5772caab
GM
11751 * cus-edit.el (Custom-newline): If no button at point, look
11752 for a subgroup button at start-of-line. (Bug#2298)
11753
ccb55d27
GM
11754 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
11755
ec6ecaed
JD
117562011-03-10 Julien Danjou <julien@danjou.info>
11757
11758 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
11759 `cursor-type' is nil.
11760
9d5aa01d
JB
117612011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
11762
11763 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
11764
b6a5875b
KM
117652011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
11766
7a71b18d 11767 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
11768 preserves the existing header prefix, rebulleting it if necessary,
11769 rather than replacing it. This is necessary for proper operation
11770 of cooperative addons like allout-widgets.
1154d12e
JB
11771 (allout-make-topic-prefix, allout-rebullet-heading):
11772 Change SOLICIT arg to INSTEAD, and interpret additionally a string
11773 value as alternate bullet to be used, instead of prompting the user
11774 for a bullet character.
b6a5875b 11775
ee545c35
MA
117762011-03-09 Michael Albinus <michael.albinus@gmx.de>
11777
d86d2721
SM
11778 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11779 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
11780 `tramp-default-port'.
11781
c47971d7
DD
117822011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
11783
11784 * net/rcirc.el (rcirc-handler-001): Remove useless
11785 with-rcirc-process-buffer.
11786 (rcirc-check-auth-status): Swap arguments to string-match.
11787
13522cb4
GM
117882011-03-09 Glenn Morris <rgm@gnu.org>
11789
0be6f4f1
GM
11790 * shell.el (shell-mode):
11791 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
11792
13522cb4
GM
11793 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
11794 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
11795
515de2e3
CY
117962011-03-08 Chong Yidong <cyd@stupidchicken.com>
11797
11798 * emacs-lisp/package.el (package-refresh-contents)
11799 (package-menu-execute): Use condition-case-no-debug.
11800
b511b994
MA
118012011-03-08 Michael Albinus <michael.albinus@gmx.de>
11802
11803 * simple.el (shell-command-to-string): Use `process-file'.
11804
11805 * emacs-lisp/package.el (package-tar-file-info): Handle also
11806 remote files.
11807
d86d2721
SM
11808 * emacs-lisp/package-x.el (package-upload-buffer-internal):
11809 Use `equal' for upload base check.
b511b994 11810
25bbfb31
AM
118112011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
11812
11813 * textmodes/texinfo.el (texinfo-environments):
11814 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
11815
be996521
GM
118162011-03-08 Glenn Morris <rgm@gnu.org>
11817
e9c8529f
GM
11818 * cus-start.el (cursor-in-non-selected-windows):
11819 Fix :set quoting oddness. (Bug#8192)
11820
be996521
GM
11821 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
11822 in some setf expressions. (Bug#2159)
11823
2bb5649e
CY
118242011-03-08 Chong Yidong <cyd@stupidchicken.com>
11825
11826 * custom.el (custom-available-themes): Return themes in
11827 alphabetical order.
11828
33383987 11829See ChangeLog.15 for earlier changes.
e3d51b27
MR
11830
11831;; Local Variables:
11832;; coding: utf-8
e3d51b27
MR
11833;; End:
11834
acaf905b 11835 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
11836
11837 This file is part of GNU Emacs.
11838
11839 GNU Emacs is free software: you can redistribute it and/or modify
11840 it under the terms of the GNU General Public License as published by
11841 the Free Software Foundation, either version 3 of the License, or
11842 (at your option) any later version.
11843
11844 GNU Emacs is distributed in the hope that it will be useful,
11845 but WITHOUT ANY WARRANTY; without even the implied warranty of
11846 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11847 GNU General Public License for more details.
11848
11849 You should have received a copy of the GNU General Public License
11850 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.