* doc/emacs/mule.texi (Input Methods): Copyedits.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
8edb942b
GM
12012-04-12 Glenn Morris <rgm@gnu.org>
2
3 * international/mule.el (set-auto-coding-for-load): Doc fix.
4
4517fe3a
SM
52012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
6
7 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
8 Reported by Noah Friedman. Backport from trunk.
9
0de3da9f
AM
102012-04-11 Alan Mackenzie <acm@muc.de>
11
4517fe3a
SM
12 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression):
13 Make imenu work again for Objective C Mode. Correct the *-index
14 values, these having been disturbed by a previous change in 2011-08.
57f845ee 15
0de3da9f
AM
16 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
17 Correct two search limits.
18
ede141ac
SM
192012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
20
21 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
22
d0203d61
AS
232012-04-10 Andreas Schwab <schwab@linux-m68k.org>
24
25 * international/characters.el: Fix sorting.
26
cb80bcd1
EZ
272012-04-10 Eli Zaretskii <eliz@gnu.org>
28
29 * international/characters.el: Add more missing Latin case pairs.
30
0d93216c
AS
312012-04-10 Andreas Schwab <schwab@linux-m68k.org>
32
33 * international/characters.el: Recover lost case pairs.
34
4a427f58
GM
352012-04-10 Glenn Morris <rgm@gnu.org>
36
37 * files.el (dir-locals-set-class-variables): Doc fix.
38
9f847f41
EZ
392012-04-09 Eli Zaretskii <eliz@gnu.org>
40
3f1b5bf8
EZ
41 * international/characters.el: Add set-case-syntax-pair call for
42 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
43 counterpart. (Bug#11209)
44
9f847f41
EZ
45 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
46
0c2014a3
GM
472012-04-09 Glenn Morris <rgm@gnu.org>
48
49 * calendar/holidays.el (calendar-check-holidays): Doc fix.
50
e2627d21
EZ
512012-04-08 Eli Zaretskii <eliz@gnu.org>
52
53 * textmodes/ispell.el (ispell-dictionary-base-alist): Add data for
54 Hebrew.
55
5c14e333
CY
562012-04-08 Chong Yidong <cyd@gnu.org>
57
58 * net/rcirc.el (rcirc-cmd-quit): Revert 2012-03-18 change
59 (Bug#11192).
60
bf6fa423
GM
612012-04-07 Glenn Morris <rgm@gnu.org>
62
63 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
64
82b24fb2
EZ
652012-04-07 Eli Zaretskii <eliz@gnu.org>
66
4517fe3a
SM
67 * minibuffer.el (completion-in-region-mode-map):
68 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 69
f23d2c7d
LMI
702012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
71
72 * window.el (shrink-window): Mention the `window-min-height'
73 variable in the doc string.
74
0a0a3573
BG
752012-04-05 Bastien Guerry <bzg@altern.org>
76
77 * color.el (color-lighten-name): Fix typo.
78
e5248ac9
SM
792012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
80
81 * server.el (server--on-display-p): New function.
82 (server--on-display-p): Use it.
83
b4243e22
GV
842012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
85
86 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
87 (bug#11145).
88
305d9f44
SM
892012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
90
91 * comint.el (comint--common-quoted-suffix): Check string boundary
92 before comparing (bug#11158).
93 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
94
3d439cd1
CY
952012-04-04 Chong Yidong <cyd@gnu.org>
96
321cc491
CY
97 * minibuffer.el (completion-extra-properties): Doc fix.
98
3d439cd1
CY
99 * subr.el (delayed-warnings-hook): Doc fix.
100
2d562c0f
DU
1012012-04-04 Daiki Ueno <ueno@unixuser.org>
102
103 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
104 selection (Bug#11159).
105 (epa-insert-keys): Inform that the default public key will be
106 exported if no key is selected.
107
4443f204
RS
1082012-04-04 Richard Stallman <rms@gnu.org>
109
110 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
111
529c06b6
CY
1122012-04-03 Chong Yidong <cyd@gnu.org>
113
114 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
115 mail-insert-file, not its obsolete alias mail-attach-file.
116
66b907dc
MA
1172012-04-03 Michael Albinus <michael.albinus@gmx.de>
118
119 * notifications.el (notifications-notify): Fix docstring.
120
c0ea195d
GM
1212012-04-02 Glenn Morris <rgm@gnu.org>
122
123 * emacs-lisp/authors.el (authors-aliases): Another addition.
124
5ca64e00
MA
1252012-04-02 Michael Albinus <michael.albinus@gmx.de>
126
127 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
128 `tramp-compat-call-process' instead of `tramp-local-call-process'.
129 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
130
42ee526b
CY
1312012-04-01 Chong Yidong <cyd@gnu.org>
132
133 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
134 Handle root directory properly.
135 (copy-directory): Caller changed.
136
137 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
138 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
139
0b021094
GM
1402012-03-31 Glenn Morris <rgm@gnu.org>
141
40f86458
GM
142 * term/xterm.el (xterm-extra-capabilities): Doc fix.
143
7019c177
GM
144 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
145
a1daddd6
GM
146 * calendar/calendar.el (calendar-window-list)
147 (calendar-hide-window): Restore. (Bug#11140)
148 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
149
0b021094
GM
150 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
151
40311efc
TV
1522012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
153
154 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
155 Check if file is a symlink (Bug#10489).
156
157 * files.el (copy-directory): Likewise.
158
5319014e
CY
1592012-03-30 Chong Yidong <cyd@gnu.org>
160
161 * image.el (imagemagick-types-inhibit)
162 (imagemagick-register-types): Doc fix.
163
935d1290
AM
1642012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
165
166 * ispell.el (ispell-get-extended-character-mode): Disable
167 extended-char-mode for hunspell. hunspell does not support it and
168 treats ~word as ordinary words in pipe mode.
169
61c6e8fd
GM
1702012-03-30 Glenn Morris <rgm@gnu.org>
171
172 * tutorial.el (help-with-tutorial): Ensure local variables don't
173 happen to make the buffer read-only. (Bug#11127)
174
81fdff00
SM
1752012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
176
177 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
178 (perl-calculate-indent): Return `noindent' in strings.
179
6e7a6ec0
SS
1802012-03-28 Sam Steingold <sds@gnu.org>
181
182 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
183 instead of the broken adhockery which does not prevent calendar
184 buffers from being displayed at random after exit.
185 (calendar-window-list, calendar-hide-window): Remove the broken
186 adhockery.
187
fee88ca0
GM
1882012-03-28 Glenn Morris <rgm@gnu.org>
189
190 * replace.el (query-replace-map): Doc fix.
191
38de3354
AS
1922012-03-28 Andreas Schwab <schwab@linux-m68k.org>
193
194 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
195 contents. (Bug#11109)
196
b973155e
SM
1972012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
198
199 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
200 (bug#11077).
201 (avl-tree--check, avl-tree--check-node): New funs.
202
dcb6e7b3
MR
2032012-03-27 Martin Rudalics <rudalics@gmx.at>
204
205 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
206 (switch-to-prev-buffer, switch-to-next-buffer):
207 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
208 showing a buffer already is done on the same frame.
209
b4fa35fa
GM
2102012-03-27 Glenn Morris <rgm@gnu.org>
211
212 * startup.el (mail-host-address): Doc fix.
213
f9210e18
SM
2142012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
215
216 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
217 than 197 variables.
218
c0bf7753
AF
2192012-03-26 Ami Fischman <ami@fischman.org>
220
221 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
222
33da7b16
GM
2232012-03-26 Glenn Morris <rgm@gnu.org>
224
02243d9d
GM
225 * files.el (save-buffers-kill-emacs): Doc fix.
226
33da7b16
GM
227 * startup.el (normal-top-level, command-line, command-line-1):
228 Give them doc strings.
229
e5a69fd0
EZ
2302012-03-25 Eli Zaretskii <eliz@gnu.org>
231
232 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 233 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 234
9a69676a
CY
2352012-03-25 Chong Yidong <cyd@gnu.org>
236
4125cb8b
CY
237 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
238 theme if it was previously enabled before (Bug#11031).
239
dd470960
CY
240 * cus-theme.el (custom-theme-write-faces): Retrieve current face
241 spec with custom-face-get-current-spec if its :shown-value is not
242 determined yet (Bug#9337).
4125cb8b 243 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 244
9a69676a
CY
245 * button.el (button-at): Minor addition to docstring.
246
6e7e90fa
SL
2472012-03-24 Simon Leinen <simon.leinen@gmail.com>
248
249 * vc/vc.el (vc-merge): Fix a prompt.
250
f06e2758
CY
2512012-03-24 Chong Yidong <cyd@gnu.org>
252
253 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
254 point (Bug#9623).
255
6e7e90fa
SL
256 * button.el (button-at): Minor addition to docstring.
257
b9d0879b
SM
2582012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
259
260 * newcomment.el (comment-choose-indent): No space after BOL.
261
e71cebb3
SS
2622012-03-22 Sam Steingold <sds@gnu.org>
263
264 * window.el (switch-to-prev-buffer): Revert last patch because the
265 bug turned out to be an advertised feature (Elisp manual 28.14).
266
335aff35
GM
2672012-03-22 Glenn Morris <rgm@gnu.org>
268
269 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
270 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
271
c676576a
LMI
2722012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
273
274 * net/network-stream.el (network-stream-open-starttls): Make error
275 message under Windows be less misleading.
276
126f3d39
LW
2772012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
278
279 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
280 understands (bug#9942).
281
64fee311
CY
2822012-03-22 Chong Yidong <cyd@gnu.org>
283
284 * simple.el (end-of-visible-line): Handle return value of
285 next-single-property-change properly (Bug#9371).
286
a640d29a
KH
2872012-03-22 Kenichi Handa <handa@m17n.org>
288
289 * international/quail.el (quail-insert-kbd-layout): Fix previous
290 change. To avoid unwanted bidi reordering, use
291 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
292
39675016
DG
2932012-03-21 Dmitry Gutov <dgutov@yandex.ru>
294
295 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
296 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
297 (ruby-beginning-of-indent): Be more careful with the difference
298 between word-boundary and symbol boundary.
299 (ruby-mode-syntax-table): Make : a symbol constituent.
300
0a6934fc 3012012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 302
3d008e4f
SM
303 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
304
0a6934fc
SM
3052012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
306
af67c9d7
SM
307 * progmodes/etags.el (tags-completion-at-point-function):
308 Improve last fix.
309
1acad97c
SM
310 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
311
e298b5da
SS
3122012-03-21 Sam Steingold <sds@gnu.org>
313
314 * progmodes/etags.el (tags-completion-at-point-function):
315 Avoid the error when point is inside the pattern.
316
91d82a70
JY
3172012-03-21 John Yates <john@yates-sheets.org> (tiny change)
318
319 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
320 line (Bug#10855).
321
69188b79
CY
3222012-03-21 Drew Adams <drew.adams@oracle.com>
323
324 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
325
99fc91fe
AK
3262012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
327
328 * ido.el (ido-set-current-directory, ido-read-internal)
329 (ido-choose-completion-string, ido-completion-help): Handle nil
330 value of ido-completion-buffer (Bug#11008).
331
087bbb4c
SS
3322012-03-21 Sam Steingold <sds@gnu.org>
333
334 * window.el (switch-to-prev-buffer): Do not switch to a visible
335 window previous buffer, just like with the frame previous buffers.
336
fb5b8aca
CY
3372012-03-21 Chong Yidong <cyd@gnu.org>
338
339 * faces.el (make-face, make-empty-face, copy-face):
340 * face-remap.el (face-remap-add-relative, face-remap-set-base):
341 Doc fixes.
342
dc9924b8
SM
3432012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
344
345 * wid-edit.el (widget-complete-field): Remove (bug#11051).
346 (widget-complete): Remove broken use of it.
347
f0bcceb9
CY
3482012-03-20 Chong Yidong <cyd@gnu.org>
349
dc9924b8
SM
350 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
351 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
352 characters.
353
ee52ebf3
TH
3542012-03-20 Tassilo Horn <tassilo@member.fsf.org>
355
356 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
357 to draw rectangles, not squares. (Regression introduced by revno
358 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
359
4c5779ab
CY
3602012-03-18 Chong Yidong <cyd@gnu.org>
361
362 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
363 it is not yet defined (for temacs).
364
15360934
LL
3652012-03-18 Leo Liu <sdl.web@gmail.com>
366
dc9924b8 367 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 368
d9a8eb66
EZ
3692012-03-17 Eli Zaretskii <eliz@gnu.org>
370
371 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
372 (ispell-choices-win-default-height, ispell-silently-savep)
373 (ispell-dictionary-alist, ispell-encoding8-command)
374 (ispell-check-version, ispell-aspell-find-dictionary)
375 (ispell-valid-dictionary-list, ispell-words-keyword)
376 (ispell-get-word, ispell-internal-change-dictionary)
377 (ispell-region, ispell-skip-region-list)
378 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
379 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
380 (ispell-message-text-end, ispell-message)
381 (ispell-buffer-local-parsing): Doc fix.
382
f02ff80d
J
3832012-03-13 Jambunathan K <kjambunathan@gmail.com>
384
385 * htmlfontify.el: Add support for code block fontification for ODT
386 export (Bug #9914).
387 (hfy-optimisations): Define new option
388 `body-text-only'
389 (hfy-fontify-buffer): Honor above setting.
390 (hfy-begin-span, hfy-end-span): New routines factored out form
391 `hfy-fontify-buffer'.
392 (hfy-begin-span-handler, hfy-end-span-handler): New variables
393 that permit insertion of custom tags.
394 (hfy-fontify-buffer): Use above handlers.
395 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
396 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 397 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
f02ff80d
J
398 over multiple runs. This is made possible by having the caller let
399 bind a special variable `hfy-user-sheet-assoc'.
400 (htmlfontify-string): New defun.
401 (hfy-compile-face-map): Make sure that the last char in the
402 buffer is correctly fontified.
403 (hfy-face-resolve-face): Whitespace only change.
404
9ac7a13f
EZ
4052012-03-17 Eli Zaretskii <eliz@gnu.org>
406
407 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
408 message more clear.
409
e2b5bdd7
LL
4102012-03-16 Leo Liu <sdl.web@gmail.com>
411
412 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
413
2e492df3
AM
4142012-03-16 Alan Mackenzie <acm@muc.de>
415
416 Further optimise the handling of large macros.
417
418 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
419 limit to a call of `c-literal-limits'.
420 (c-determine-+ve-limit): New function.
dc9924b8
SM
421 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
422 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
423 In CASE 5B, restrict a search limit to 500.
424 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
425
426 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
427 Restrict macro bounds to +-500 from after-change's BEG END.
428
50e94f0c
LL
4292012-03-16 Leo Liu <sdl.web@gmail.com>
430
431 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
432
6f09f6ed
AH
4332012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
434
435 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 436 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 437
c7e73d51
GM
4382012-03-16 Glenn Morris <rgm@gnu.org>
439
da986230
GM
440 * view.el (view-buffer, view-buffer-other-window)
441 (view-buffer-other-frame): Doc fixes re special mode-class.
442
0835f01e
GM
443 * subr.el (eval-after-load): If named feature is provided not from
444 a file, run after-load forms. (Bug#10946)
445
c7e73d51
GM
446 * calendar/calendar.el (calendar-insert-at-column):
447 Handle non-unit-width characters a bit better. (Bug#10978)
448
3f2eafd1
CY
4492012-03-15 Chong Yidong <cyd@gnu.org>
450
451 * emacs-lisp/ring.el (ring-extend): New function.
452 (ring-insert+extend): Extend the ring correctly (Bug#11019).
453
454 * comint.el (comint-read-input-ring)
455 (comint-add-to-input-history): Grow comint-input-ring lazily.
456
103af3fe
SM
4572012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
458
663b1677
SM
459 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
460 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
461
103af3fe
SM
462 * imenu.el: Fix multiple inheritance breakage (bug#9199).
463 (imenu-add-to-menubar): Don't add a redundant index.
464 (imenu-update-menubar): Handle a dynamically composed keymap.
465
899cb7cb
KY
4662012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
467
468 * mail/sendmail.el (mail-encode-header):
469 Bind rfc2047-encode-encoded-words to nil.
470
3809f91d
GM
4712012-03-13 Glenn Morris <rgm@gnu.org>
472
473 * calendar/calendar.el (calendar-string-spread):
474 Handle non-unit-width characters a bit better. (Bug#10978)
475
9e345a01
LL
4762012-03-13 Leo Liu <sdl.web@gmail.com>
477
478 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
479 directory and file as argument (Bug#10822).
480
4a07df36
KS
4812012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
482
483 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
484 For dynamically generated code, follow $PC.
485 (gdb-disassembly-handler-custom): Handle no function name case.
486
4aaa9356
TL
4872012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
488
489 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
490 * emulation/ws-mode.el (ws-query-replace):
491 * sort.el (sort-regexp-fields):
492 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
493
225979da
SM
4942012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
495
496 * dabbrev.el: Fix cycle completion order (bug#10963).
497 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
498 (dabbrev-completion): Don't use an obarray; provide
499 a cycle-sort-function.
500
e2f1fdab
LL
5012012-03-12 Leo Liu <sdl.web@gmail.com>
502
dc9924b8 503 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
504 (kill-do-not-save-duplicates): Doc fix.
505
b19490ed
SM
5062012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
507
508 * dabbrev.el: Fix cycle completion (bug#10963).
509 Use lexical binding and wrap to 80 columns.
510 (dabbrev-completion): Delay computing the list of completions.
511
4b05d722
KH
5122012-03-12 Kenichi Handa <handa@m17n.org>
513
514 * international/quail.el (quail-insert-kbd-layout): Surround each
515 row by LRO and PDF instead of inserting many LRMs. Pad the left
516 and right of each non-spacing marks. Insert invisible space
517 between lower and upper characters to prevent composition.
518
dbbc2e69
SM
5192012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
520
521 * minibuffer.el (minibuffer-complete): Don't get confused when the
522 function is run twice via different commands (bug#10958).
523 (complete-with-action): Fix docstring.
524
292112ed
CY
5252012-03-12 Chong Yidong <cyd@gnu.org>
526
5d1ac394
CY
527 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
528 (nxml-completion-at-point-function): New function.
529 (nxml-mode): Use it.
530 (nxml-bind-meta-tab-to-complete-flag): Default to t.
531
292112ed
CY
532 * emacs-lisp/package.el (package-unpack, package-unpack-single):
533 Load generated autoloads file before byte compiling (Bug#10970).
534 (package--make-autoloads-and-compile): New helper fun.
535
4098f8f7
CS
5362012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
537
538 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
539
8f754691
MA
5402012-03-11 Michael Albinus <michael.albinus@gmx.de>
541
542 * autorevert.el (auto-revert-handler): Ensure, that
543 file-readable-p is applied only for local files or in
544 auto-revert-tail-mode.
545
e29ab36b
AS
5462012-03-11 Andreas Schwab <schwab@linux-m68k.org>
547
dbbc2e69
SM
548 * server.el (server-eval-at): Handle non-tcp connections.
549 Decode result string.
ad0bf5b6 550
e29ab36b
AS
551 * server.el (server-msg-size): New constant.
552 (server-reply-print): New function.
553 (server-eval-and-print): Use it.
554 (server-eval-at): Use server-quote-arg and server-unquote-arg.
555 Handle -print-nonl.
556
de5939ba
CS
5572012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
558
559 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
560 (Bug#10987).
561
0c93eabf
CY
5622012-03-11 Chong Yidong <cyd@gnu.org>
563
397a688f
CY
564 * simple.el (goto-line): Doc fix (Bug#9938).
565
2cc775f9
CY
566 * subr.el (save-window-excursion): Doc fix (Bug#9979).
567
0c93eabf
CY
568 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
569 when finished (Bug#10963).
570
c491fa41
MR
5712012-03-11 Martin Rudalics <rudalics@gmx.at>
572
573 * window.el (split-window-below): Fix bug in case where
574 split-window-keep-point is nil (Bug#10971).
575
300e8fa5
JL
5762012-03-11 Juri Linkov <juri@jurta.org>
577
578 * replace.el (replace-highlight): Set isearch-word to nil
579 unconditionally. (Bug#10887)
580
dbf6c5a1
EZ
5812012-03-10 Eli Zaretskii <eliz@gnu.org>
582
583 * net/mairix.el (mairix-replace-invalid-chars): Rename from
584 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 585 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
586 (mairix-widget-create-query): Add usage information about mairix
587 search forms: negating words, searching for substrings, etc.
588
b9e501de
JP
5892012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
590
591 * international/fontset.el (font-encoding-alist): Add an entry for
592 ksx1001 (Bug#5667).
593
92795c91
RS
5942012-03-10 Richard Stallman <rms@gnu.org>
595
1694e6c1
RS
596 * mail/sendmail.el (mail-encode-header):
597 Set rfc2047-encode-encoded-words.
598
607e8555
RS
599 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
600
de3bc99a
RS
601 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
602 view buffer means not swapped.
603 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
604 (rmail-write-region-annotate): Error if real text has disappeared.
605
92795c91
RS
606 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
607
699bd04e
CY
6082012-03-10 Chong Yidong <cyd@gnu.org>
609
610 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
611 * emulation/cua-base.el (cua--init-keymaps):
612 Add delete-forward-char to remappings (Bug#9666).
699bd04e 613
570a1714
MR
6142012-03-10 Martin Rudalics <rudalics@gmx.at>
615
dbbc2e69
SM
616 * speedbar.el (speedbar-unhighlight-one-tag-line):
617 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 618
82dcf4e4
CY
6192012-03-10 Chong Yidong <cyd@gnu.org>
620
7a2c7ca7
CY
621 * minibuffer.el (completion-in-region, completion-help-at-point):
622 Give the completion field overlay a high priority (Bug#6830).
623
82dcf4e4
CY
624 * dired.el (dired-goto-file): Recognize absolute file name
625 listings (Bug#7126).
626 (dired-goto-file-1): New helper function.
627 (dired-toggle-read-only): Inhibit warnings.
628
052e28ac
MA
6292012-03-09 Michael Albinus <michael.albinus@gmx.de>
630
631 * net/dbus.el: (dbus-property-handler): Return empty array if
632 there are no properties.
633
95d5e396
LL
6342012-03-09 Leo Liu <sdl.web@gmail.com>
635
636 * savehist.el (savehist-printable): Stricter check for string
637 value (Bug#10937).
638
3f018d6d
EZ
6392012-03-09 Eli Zaretskii <eliz@gnu.org>
640
dbbc2e69
SM
641 * mail/smtpmail.el (smtpmail-send-it):
642 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
643 valid mbox format.
644
f7fd3d79
GM
6452012-03-09 Glenn Morris <rgm@gnu.org>
646
647 * files.el (dir-locals-find-file):
648 Don't check result is regular, readable.
649 (dir-locals-read-from-file): Demote errors.
650
6ff6e72f
EZ
6512012-03-08 Eli Zaretskii <eliz@gnu.org>
652
dbbc2e69
SM
653 * international/quail.el (quail-insert-kbd-layout):
654 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
655 layout cell, to prevent their reordering by bidi display engine.
656 For details, see the discussion in
657 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
658
9cec7834
AM
6592012-03-08 Alan Mackenzie <acm@muc.de>
660
661 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
662 the starting position; make it extend the marked region when
663 invoked repeatedly - all under appropriate circumstances.
664 Fixes bugs #5525, #10906.
665
9a40b8d4
GM
6662012-03-08 Glenn Morris <rgm@gnu.org>
667
668 * files.el (locate-dominating-file, dir-locals-find-file):
669 Undo 2012-03-06 change.
670
7a08ed35
EZ
6712012-03-07 Eli Zaretskii <eliz@gnu.org>
672
dbbc2e69
SM
673 * international/quail.el (quail-help):
674 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
675 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
676 for the reason.
677
5aca4f71 6782012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
679
680 Avoid superfluous registering of signals. (Bug#10807)
681
682 * notifications.el (notifications-on-action-object)
683 (notifications-on-close-object): New defvars.
684 (notifications-on-action-signal, notifications-on-closed-signal):
685 Unregister the signal if not needed any longer.
686 (notifications-notify): Register `notifications-action-signal' or
687 `notifications-closed-signal', if :on-action or :on-close has been
688 passed as argument.
689
78e8b10a
CY
6902012-03-07 Chong Yidong <cyd@gnu.org>
691
692 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
693 non-X platforms.
694
69481eb8
GM
6952012-03-06 Glenn Morris <rgm@gnu.org>
696
697 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
698 (x-disown-selection-internal, x-get-selection-internal):
699 Doc fix (add arglist signatures). (Bug#10783)
700
133b8e11
KS
7012012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
702
703 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
704 Handle breakpoints with no "type".
705
99a83064
GM
7062012-03-06 Glenn Morris <rgm@gnu.org>
707
708 * files.el (locate-dominating-file): Add optional predicate argument.
709 (dir-locals-find-file): Make use of above change.
710
17798e78
TTN
7112012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
712
713 * info.el (Info-insert-dir): Also try "dir.gz".
714
eb182446
GM
7152012-03-06 Glenn Morris <rgm@gnu.org>
716
8f2114ee
GM
717 * files.el (dir-locals-find-file):
718 Ignore non-readable or non-regular files. (Bug#10928)
719
eb182446
GM
720 * files.el (locate-dominating-file): Doc fix.
721
24679323
AS
7222012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
723
724 * calendar/calendar.el (calendar-set-mode-line):
725 `getenv' returns a string. (Bug#10951)
726
01d972a9
LL
7272012-03-05 Leo Liu <sdl.web@gmail.com>
728
109aa8a9
LL
729 * simple.el (backward-delete-char-untabify): Constrain point to
730 field (Bug#10939).
731
01d972a9
LL
732 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
733
10607bea
CY
7342012-03-05 Chong Yidong <cyd@gnu.org>
735
736 * simple.el (count-words): If called from Lisp, return the word
737 count, for symmetry with `count-lines'. Arglist changed.
738 (count-words--message): Args changed. Consolidate counting code
739 from count-words and count-words-region.
740 (count-words-region): Caller changed.
741 (count-lines-region): Make it an obsolete alias.
742
5dd11cfe
TH
7432012-03-04 Tassilo Horn <tassilo@member.fsf.org>
744
745 * saveplace.el (save-place-to-alist)
746 (save-place-ignore-files-regexp): Allow value nil to disable this
747 feature.
748
c349f4e6
CY
7492012-03-04 Chong Yidong <cyd@gnu.org>
750
751 * faces.el (face-spec-reset-face): For the default face, reset the
752 attributes to default values (Bug#10748).
753
e627be4c
LMI
7542012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
755
756 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
757 previous patch: Check `message-send-mail-function', and not the
758 default function (bug#10897).
759
ebeabff4
MA
7602012-03-04 Michael Albinus <michael.albinus@gmx.de>
761
a41a6cf4
MA
762 * notifications.el (notifications-on-action-signal)
763 (notifications-on-closed-signal): Check for unique service name of
764 incoming event. Fix error in removing entry.
ebeabff4 765 (top): Register for signals with wildcard service name.
a41a6cf4 766 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 767
c1ca42b4
CY
7682012-03-04 Chong Yidong <cyd@gnu.org>
769
dc9924b8 770 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 771
ea16568d
GM
7722012-03-04 Glenn Morris <rgm@gnu.org>
773
774 * abbrev.el (copy-abbrev-table, abbrev-table-p)
775 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
776 (expand-abbrev, define-abbrev-table): Doc fixes.
777
fbae4637
LMI
7782012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
779
780 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
781 `message-default-send-mail-function' and not `send-mail-function'
782 when doing the prompting for `sendmail-query-once' before sending
783 in Message buffers (bug#10897).
784
a1e7225c
LMI
785 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
786 This is inconsistent with all the other stream functions, which leave
787 the setting up to the higher levels (if so wanted) (bug#10931).
788
56d093a9
AM
7892012-03-02 Alan Mackenzie <acm@muc.de>
790
791 Depessimize the handling of very large macros.
792
793 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
794 (c-macro-cache-syntactic): New variables to implement a one
795 element macro cache.
796 (c-invalidate-macro-cache): New function.
797 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
798 Adapt to use the new cache.
799 (c-state-safe-place): Use better the cache of safe positions.
800 (c-state-semi-nonlit-pos-cache)
801 (c-state-semi-nonlit-pos-cache-limit):
802 New variables for...
803 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
804 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
805 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
806 Use c-state-semi-safe-place.
56d093a9 807
dbbc2e69
SM
808 * progmodes/cc-langs.el (c-get-state-before-change-functions):
809 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 810
817e5c3d
MA
8112012-03-02 Michael Albinus <michael.albinus@gmx.de>
812
dbbc2e69
SM
813 * jka-compr.el (jka-compr-call-process):
814 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
815 not remote.
816
a032a702
MA
8172012-03-01 Michael Albinus <michael.albinus@gmx.de>
818
819 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
820 access of FILE2, if FILE1 does not exist.
821
99a54f21
MA
822 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
823 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
824
825 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
826 Add "PAGER=" to `process-environment'.
827
f6561e1f
MM
8282012-03-01 Michael R. Mauger <mmaug@yahoo.com>
829
830 * progmodes/sql.el: Bug fix
831 (sql-get-login-ext): Save login values in globals.
832 (sql-get-login): Use new version of `sql-get-login-ext'.
833 (sql-interactive-mode): Set global `sql-connection' to nil.
834 (sql-connect): Set global values for connection.
835 (sql-product-interactive): Save global values as buffer local.
836
2d44d9cc
LL
8372012-02-29 Leo Liu <sdl.web@gmail.com>
838
839 * abbrev.el (define-abbrevs): Reset sys to nil.
840
96b49301 8412012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
842
bf7f9bc5
JB
843 * files.el (file-equal-p): Rename from `files-equal-p'.
844 Return nil when one or both files don't exist.
96b49301 845 (file-subdir-of-p): Now only top directory must exists,
846 return nil if it doesn't.
bf7f9bc5
JB
847 (copy-directory): No need to test with `file-subdir-of-p' after
848 creating dir.
849 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
850 to `file-equal-p'.
96b49301 851
44e97401
GM
8522012-02-28 Glenn Morris <rgm@gnu.org>
853
854 * shell.el (shell-mode):
855 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
856 * play/landmark.el (landmark-font-lock-face-O):
857 * play/handwrite.el (handwrite):
858 * play/gomoku.el (gomoku-O):
859 * net/browse-url.el (browse-url-browser-display):
860 * international/mule.el (define-charset):
861 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
862 * filesets.el (filesets-find-file-delay):
863 * eshell/em-xtra.el (eshell-xtra):
864 * eshell/em-unix.el (eshell-grep):
865 * emulation/viper.el (viper-mode):
866 * emacs-lisp/regexp-opt.el (regexp-opt-group):
867 * emacs-lisp/easymenu.el (easy-menu-define):
868 * calendar/timeclock.el (timeclock-use-display-time):
869 * bs.el (bs-mode):
870 * bookmark.el (bookmark-save-flag):
871 Doc fix (standardize possessive apostrophe usage).
872
c98c6276
CY
8732012-02-27 Chong Yidong <cyd@gnu.org>
874
bf7f9bc5
JB
875 * emulation/viper-cmd.el (viper-intercept-ESC-key):
876 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 877
c98c6276
CY
878 * font-lock.el (font-lock-specified-p): Rename from
879 font-lock-spec-present. Callers changed.
880
9c62cd04 8812012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 882
bf7f9bc5
JB
883 * emacs-lisp/package.el (package-compute-transaction):
884 Handle holding a package version to t in package-load-list.
8ac9e529 885
530739c9
MA
8862012-02-26 Michael Albinus <michael.albinus@gmx.de>
887
888 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
889 (tramp-get-inode, tramp-get-device): Use cached values.
890
487915d7
AM
8912012-02-26 Alan Mackenzie <acm@muc.de>
892
893 Check there is a font-lock specification before doing initial
894 fontification.
895
896 * font-core.el (font-lock-mode): Move the conditional from
897 :after-hook to font-lock-initial-fontify.
898 (font-lock-default-function): Move the check for a specification
899 to font-lock-spec-present.
900
dc9924b8 901 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
902 (font-lock-spec-present): New function.
903
4fd96557
JB
9042012-02-26 Jim Blandy <jimb@red-bean.com>
905
906 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
907 (gdb-send): Apply it to the operand of the '-interpreter-exec
908 console' command, so that we can pass arguments with (say) quotes
909 in them. Store exact string sent in gdb-debug-log (Bug#10765).
910
9a4888c0
CY
9112012-02-26 Chong Yidong <cyd@gnu.org>
912
07498861
CY
913 * help-fns.el (describe-function-1): Clarify description of
914 remapping (Bug#10844).
915
9a4888c0
CY
916 * files.el (files-equal-p): Doc fix.
917 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
918 and quit the loop once a mismatch is found.
919
ea8fb88d
JB
9202012-02-25 Juanma Barranquero <lekktu@gmail.com>
921
922 * bs.el (bs--show-with-configuration): Don't throw an error
923 if the window cannot be split; otherwise, subsequent calls to
924 bs-show fail, restoring a stale window config. (Bug#10882)
925
525795c1
JD
9262012-02-25 Jan Djärv <jan.h.d@swipnet.se>
927
928 * term/ns-win.el (global-map): Bind ns-drag-file to
929 ns-find-file (Bug#5855, Bug#10050).
930
f008086f
AS
9312012-02-25 Andreas Schwab <schwab@linux-m68k.org>
932
933 * calendar/parse-time.el (parse-time-string): Allow extractor to
934 return nil.
935
a3fcfa99
MA
9362012-02-25 Michael Albinus <michael.albinus@gmx.de>
937
91027d08
JB
938 * net/tramp.el (tramp-file-name-for-operation):
939 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
940
941 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
942 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
943 Add COPY-CONTENTS argument.
a3fcfa99 944
67b0de11
CY
9452012-02-25 Chong Yidong <cyd@gnu.org>
946
947 Add custom groups for VC backends, for consistency with vc-bzr.
948
949 * vc/vc-arch.el (vc-arch):
950 * vc/vc-cvs.el (vc-cvs):
951 * vc/vc-git.el (vc-git):
952 * vc/vc-hg.el (vc-hg):
953 * vc/vc-mtn.el (vc-mtn):
954 * vc/vc-rcs.el (vc-rcs):
955 * vc/vc-sccs.el (vc-sccs):
956 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
957 All relevant defcustoms reassigned.
958
3c9dfce6
CY
9592012-02-25 Chong Yidong <cyd@gnu.org>
960
1339bf43
CY
961 * newcomment.el (comment-styles): Add autoload (Bug#10868).
962
3c9dfce6
CY
963 * term/x-win.el (x-initialize-window-system): Reduce default for
964 x-selection-timeout to 5 seconds (Bug#8869).
965
53a46cd0 9662012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14a8a663 967
53a46cd0 968 * files.el (file-subdir-of-p): Fix typo.
14a8a663 969
25b2e303 9702012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
971
ec70a47d
GM
972 * files.el (files-equal-p, file-subdir-of-p): New functions.
973 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 974 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
975 * dired-aux.el (dired-copy-file-recursive): Same.
976 (dired-create-files): Modify destination when source is equal to
977 dest when copying files.
53a46cd0 978 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 979
914260cd
MA
9802012-02-24 Michael Albinus <michael.albinus@gmx.de>
981
982 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
983 (Bug#10874)
984
2cb228f7
AM
9852012-02-23 Alan Mackenzie <acm@muc.de>
986
987 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
988 parameter "after-hook:" to allow the expansion to run code after
989 the execution of the mode hooks.
990
991 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 992 from font-lock-mode-internal.
2cb228f7 993
91027d08 994 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
995 :after-hook.
996
8f0fde21
SM
9972012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
998
3e88618b
SM
999 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
1000 (completion--cache-all-sorted-completions): New function.
1001 (completion-all-sorted-completions): Use it.
1002 (completion--do-completion, minibuffer-force-complete):
1003 Use it to re-instate the flush hook.
1004
8f0fde21
SM
1005 * icomplete.el (icomplete-completions): Replace last fix with a better
1006 one (bug#10850).
1007
8e911f6f
DG
10082012-02-23 Dmitry Gutov <dgutov@yandex.ru>
1009
1010 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
1011 when it might call us back infinitely (bug#10797).
1012
49fe4321
GM
10132012-02-23 Glenn Morris <rgm@gnu.org>
1014
1015 * minibuffer.el (completion-category-overrides): Doc fix.
1016
b291b572
SM
10172012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1018
1019 * minibuffer.el (completion-table-with-context): Fix inf-loop.
1020 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
1021
31a9ef2e
GM
10222012-02-23 Glenn Morris <rgm@gnu.org>
1023
5e6e6794 1024 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
1025 (authors-obsolete-files-regexps, authors-ignored-files)
1026 (authors-ambiguous-files, authors-renamed-files-alist):
1027 Add more entries.
1028
0bd1e074
JL
10292012-02-23 Juri Linkov <juri@jurta.org>
1030
1031 * isearch.el (isearch-occur): Sync interactive spec with occur's
1032 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
1033
b617673c
JL
1034 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
1035
19e9789e
JL
10362012-02-22 Juri Linkov <juri@jurta.org>
1037
1038 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
1039 (ucs-insert): Doc fix. Check for hex digits in the string.
1040 Don't display `nil' in the error message. (Bug#10857)
1041
f41ce09d
AM
10422012-02-22 Alan Mackenzie <acm@muc.de>
1043
7a71b18d 1044 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 1045
ac2eceee
GM
10462012-02-22 Glenn Morris <rgm@gnu.org>
1047
1048 * ffap.el (ffap-c-path):
1049 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
1050
abd1f678
CY
10512012-02-22 Chong Yidong <cyd@gnu.org>
1052
1053 * custom.el (load-theme): Doc fix.
1054
f25aef2e
GM
10552012-02-22 Glenn Morris <rgm@gnu.org>
1056
1057 * dired-x.el (dired-guess-shell-alist-default):
1058 Remove escape sequences from nroff output. (Bug#172)
1059
5f8dc2ca
GM
10602012-02-21 Glenn Morris <rgm@gnu.org>
1061
6ff86ec4
GM
1062 * vc/emerge.el (emerge-defvar-local):
1063 Set `permanent-local' property rather than unused `preserved'.
1064
be3223a3 1065 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
1066 (picture-mode-map): Use it. (Bug#10860)
1067 (picture-mode): Doc fix.
1068
3fe58f4f
JB
10692012-02-21 Juanma Barranquero <lekktu@gmail.com>
1070
1071 * newcomment.el (uncomment-region-default): Remove unused binding.
1072
f9a998c3
GM
10732012-02-21 Glenn Morris <rgm@gnu.org>
1074
1075 * textmodes/picture.el (picture-motion, picture-motion-reverse)
1076 (picture-self-insert, picture-tab-chars): Doc fix.
1077 (picture-mode-map): Fix C-a, C-e.
1078
c6029348
GM
10792012-02-20 Glenn Morris <rgm@gnu.org>
1080
1081 * emacs-lisp/authors.el (authors-aliases): Add another entry.
1082
ab1ce9d7
LL
10832012-02-20 Leo Liu <sdl.web@gmail.com>
1084
1085 * icomplete.el (icomplete-completions): Check FROM arg before
1086 passing to substring (Bug#10850).
1087
0fd40f89
CY
10882012-02-19 Chong Yidong <cyd@gnu.org>
1089
1090 * comint.el: Require ansi-color.
1091 (comint-output-filter-functions): Add ansi-color-process-output.
1092
1093 * ansi-color.el: Don't set comint-output-filter-functions; it is
1094 now in the initial value defined in comint.el.
1095 (ansi-color-apply-face-function): New variable.
1096 (ansi-color-apply-on-region): Use it.
1097 (ansi-color-apply-overlay-face): New function.
1098
1099 * shell.el (shell): No need to require ansi-color.
1100 (shell-mode): Use ansi-color-apply-face-function to highlight
1101 color escapes using font-lock-face property (Bug#10835).
1102
20af2394
CY
11032012-02-19 Chong Yidong <cyd@gnu.org>
1104
1105 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
1106 mode-line formats (Bug#10839).
1107
e23a3fbe
GM
11082012-02-18 Glenn Morris <rgm@gnu.org>
1109
b474519e
GM
1110 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
1111
1112 * mail/undigest.el (unforward-rmail-message): Doc fix.
1113
e23a3fbe
GM
1114 * saveplace.el (save-place-ignore-files-regexp): Add :version.
1115
57939ff4
EZ
11162012-02-18 Eli Zaretskii <eliz@gnu.org>
1117
1118 * international/characters.el (script-list): Sync with the latest
1119 Unicode Character Database.
1120
0c23686e
AS
11212012-02-18 Andreas Schwab <schwab@linux-m68k.org>
1122
1123 * international/titdic-cnv.el: Remove duplicate coding tag.
1124 * language/cham.el: Likewise.
1125 * language/tai-viet.el: Likewise.
1126
6818b449
GM
11272012-02-18 Glenn Morris <rgm@gnu.org>
1128
1129 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
1130 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
1131 (calendar-bahai-all-holidays-flag, calendar-other-dates):
1132 * calendar/diary-lib.el (diary-abbreviated-year-flag):
1133 * calendar/holidays.el (holiday-bahai-holidays)
1134 (calendar-holidays, list-holidays):
1135 Use utf-8 Bahá'í in doc-strings, menus, etc.
1136
0311a3fc
TH
11372012-02-17 Tassilo Horn <tassilo@member.fsf.org>
1138
1139 * saveplace.el (save-place-ignore-files-regexp): New variable
1140 allowing for excluding files from saving their location of point.
1141 The default value matches the temporary commit message editing
1142 files from Git, SVN, Bazaar, and Mercurial.
1143 (save-place-to-alist): Use it.
1144
eb864a71
LM
11452012-02-17 Lawrence Mitchell <wence@gmx.li>
1146 Stefan Monnier <monnier@iro.umontreal.ca>
1147
1148 * newcomment.el (uncomment-region-default): Don't leave extra space
1149 when an arg is provided (bug#8150).
1150
ee0ce425
TZ
11512012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1152
eb864a71 1153 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 1154
95ddf442
GM
11552012-02-17 Glenn Morris <rgm@gnu.org>
1156
1157 * net/socks.el: Require network-stream. (Bug#10599)
1158
48dd1e39 11592012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
1160
1161 * international/charprop.el:
1162 * international/uni-name.el:
1163 * international/uni-old-name.el:
1164 * international/uni-comment.el: Regenerate.
1165
d68cd087
GM
11662012-02-16 Glenn Morris <rgm@gnu.org>
1167
1168 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
1169 Interactively in calendar buffer, give an error if not on a date.
1170
13932042
GM
11712012-02-15 Glenn Morris <rgm@gnu.org>
1172
1173 * shell.el (shell-delimiter-argument-list):
1174 Revert 2011-02-17 change. (Bug#8027)
1175
c3a70e2b
CY
11762012-02-15 Chong Yidong <cyd@gnu.org>
1177
60236b0d
CY
1178 * minibuffer.el (completion-at-point-functions): Doc fix.
1179
c3a70e2b
CY
1180 * custom.el (defcustom): Doc fix; note use of defvar.
1181
9f26dc24
GM
11822012-02-15 Glenn Morris <rgm@gnu.org>
1183
1184 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
1185 Doc fixes.
1186
6546b134
GM
11872012-02-14 Glenn Morris <rgm@gnu.org>
1188
1189 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
1190
d29b2b4c
LI
11912012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
1192
1193 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
1194 way the ports list is computed.
835bdcba
LI
1195 (smtpmail-query-smtp-server): Prompt the user for a port number if
1196 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 1197
08dcdbc9
TZ
11982012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1199
1200 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
1201
2605051a
GM
12022012-02-13 Glenn Morris <rgm@gnu.org>
1203
1204 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
1205
7ee99f32
TZ
12062012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1207
1208 * net/gnutls.el (gnutls-trustfiles): New variable.
1209 (gnutls-negotiate): Use it.
1210
5f0af64f
LI
12112012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1212
1213 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
1214 does its stuff if Gnus is running.
1215
c14fcc95
AM
12162012-02-13 Alan Mackenzie <acm@muc.de>
1217
1218 Fix a loop in c-set-fl-decl-start.
1219
7a71b18d 1220 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
1221 c-backward-syntactic-ws actually moves backwards.
1222
142b4d90
LL
12232012-02-13 Leo Liu <sdl.web@gmail.com>
1224
1225 * net/rcirc.el (rcirc-markup-attributes): Move point to the
1226 beginning so that all \C-o chars are removed.
1227
fa9958a6
TZ
12282012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
1229
dc9924b8 1230 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 1231
0bc5886a
AM
12322012-02-12 Alan Mackenzie <acm@muc.de>
1233
1234 Fix infinite loop with long macros.
1235 * cc-engine.el (c-state-safe-place): Handle macros properly.
1236
d4bd55e7
CY
12372012-02-12 Chong Yidong <cyd@gnu.org>
1238
1239 * window.el (display-buffer): Doc fix (Bug#10785).
1240
66f3fe22
GM
12412012-02-12 Glenn Morris <rgm@gnu.org>
1242
bd7da63e
GM
1243 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
1244 (x-disown-selection-internal, x-get-selection-internal):
1245 Sync docs with the xselect.c versions.
1246
66f3fe22
GM
1247 * allout-widgets.el: Add missing license notice.
1248
3e0d2fa7
GM
12492012-02-11 Glenn Morris <rgm@gnu.org>
1250
cfecdf09
GM
1251 * select.el (x-get-selection-internal, x-own-selection-internal)
1252 (x-disown-selection-internal):
1253 * x-dnd.el (x-get-selection-internal): Update declarations.
1254
6d216d7f
GM
1255 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
1256
2bed3f04
GM
1257 * window.el (window-sides-slots):
1258 * tool-bar.el (tool-bar-position):
1259 * term/xterm.el (xterm-extra-capabilities):
1260 * ses.el (ses-self-reference-early-detection):
1261 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
1262 (verilog-auto-wire-type)
1263 (verilog-auto-delete-trailing-whitespace)
1264 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
1265 (verilog-auto-tieoff-declaration):
1266 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
1267 (sql-oracle-statement-starters, sql-oracle-scan-on):
1268 * progmodes/prolog.el (prolog-align-comments-flag)
1269 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
1270 (prolog-left-indent-regexp, prolog-paren-indent-p)
1271 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
1272 (prolog-types, prolog-mode-specificators)
1273 (prolog-determinism-specificators, prolog-directives)
1274 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
1275 (prolog-electric-dot-flag)
1276 (prolog-electric-dot-full-predicate-template)
1277 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
1278 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
1279 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
1280 (prolog-program-switches, prolog-prompt-regexp)
1281 (prolog-debug-on-string, prolog-debug-off-string)
1282 (prolog-trace-on-string, prolog-trace-off-string)
1283 (prolog-zip-on-string, prolog-zip-off-string)
1284 (prolog-use-standard-consult-compile-method-flag)
1285 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
1286 (prolog-imenu-max-lines, prolog-info-predicate-index)
1287 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
1288 (prolog-char-quote-workaround):
1289 * progmodes/cc-vars.el (c-defun-tactic):
1290 * net/tramp.el (tramp-encoding-command-interactive)
1291 (tramp-local-end-of-line):
1292 * net/soap-client.el (soap-client):
1293 * net/netrc.el (netrc-file):
1294 * net/gnutls.el (gnutls):
1295 * minibuffer.el (completion-category-overrides)
1296 (completion-cycle-threshold)
1297 (completion-pcm-complete-word-inserts-delimiters):
1298 * man.el (Man-name-local-regexp):
1299 * mail/feedmail.el (feedmail-display-full-frame):
1300 * international/characters.el (glyphless-char-display-control):
1301 * eshell/em-ls.el (eshell-ls-date-format):
1302 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
1303 (lisp-lambda-list-keyword-parameter-indentation)
1304 (lisp-lambda-list-keyword-parameter-alignment):
1305 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
1306 * dired-x.el (dired-omit-verbose):
1307 * cus-theme.el (custom-theme-allow-multiple-selections):
1308 * calc/calc.el (calc-highlight-selections-with-faces)
1309 (calc-lu-field-reference, calc-lu-power-reference)
1310 (calc-note-threshold):
1311 * battery.el (battery-mode-line-limit):
1312 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
1313 (archive-7z-update):
1314 * allout.el (allout-prefixed-keybindings)
1315 (allout-unprefixed-keybindings)
1316 (allout-inhibit-auto-fill-on-headline)
1317 (allout-flattened-numbering-abbreviation):
1318 * allout-widgets.el (allout-widgets-auto-activation)
1319 (allout-widgets-icons-dark-subdir)
1320 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
1321 (allout-widgets-theme-dark-background)
1322 (allout-widgets-theme-light-background)
1323 (allout-widgets-item-image-properties-emacs)
1324 (allout-widgets-item-image-properties-xemacs)
1325 (allout-widgets-run-unit-tests-on-load)
1326 (allout-widgets-time-decoration-activity)
1327 (allout-widgets-hook-error-post-time)
1328 (allout-widgets-track-decoration):
1329 Add missing :version tags to new defcustoms and defgroups.
1330
5fec1b8e
GM
1331 * progmodes/sql.el (sql-ansi-statement-starters)
1332 (sql-oracle-statement-starters): Add custom type.
1333
3e0d2fa7
GM
1334 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
1335 (prolog-system-version): Give it a type.
1336
90b671e2
EZ
13372012-02-11 Eli Zaretskii <eliz@gnu.org>
1338
1339 * term/pc-win.el (x-select-text, x-selection-owner-p)
1340 (x-own-selection-internal, x-disown-selection-internal)
1341 (x-get-selection-internal): Sync doc strings and argument lists
1342 with xselect.c, common-win.el and x-win.el. (Bug#10783)
1343
5eac0c02
LL
13442012-02-11 Leo Liu <sdl.web@gmail.com>
1345
1346 * progmodes/python.el (python-end-of-statement): Fix infinite
1347 loop. (Bug#10788)
1348
f82cb659
GM
13492012-02-10 Glenn Morris <rgm@gnu.org>
1350
1351 * international/mule-cmds.el (unify-8859-on-encoding-mode)
1352 (unify-8859-on-decoding-mode): Properly mark as obsolete.
1353
cc26d239
LI
13542012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
1355
1356 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
1357 about SMTP before checking the From header.
1358
91027d08 1359 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
1360 into own function for reuse by emacsbug.el.
1361
1be3ca5a
LL
13622012-02-10 Leo Liu <sdl.web@gmail.com>
1363
1364 * subr.el (condition-case-unless-debug): Rename from
1365 condition-case-no-debug. All callers changed.
1366 (with-demoted-errors): Fix caller.
1367
1368 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
1369 * nxml/rng-valid.el (rng-do-some-validation):
1370 * emacs-lisp/package.el (package-refresh-contents)
1371 (package-menu-execute):
1372 * desktop.el (desktop-create-buffer):
91027d08 1373 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 1374
b011fbfe
GM
13752012-02-10 Glenn Morris <rgm@gnu.org>
1376
b2096d72
GM
1377 * textmodes/bibtex.el:
1378 Add missing :version tags for new/changed defcustoms.
1379
b011fbfe
GM
1380 * files.el (remote-file-name-inhibit-cache): Doc fixes.
1381
4c7e65bf
LI
13822012-02-09 Lars Ingebrigtsen <larsi@rusty>
1383
1384 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
1385 (smtpmail-via-smtp): Use it, or fall back on the From address.
1386 (smtpmail-send-it): Ditto.
1387
f3934f6f
SM
13882012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1389
1390 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
1391 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
1392 (byte-compile-tmp-var): New const.
1393 (byte-compile-defvar): Use it to minimize .elc size.
1394 Just use `defvar' rather than simulate it (bug#10761).
1395
a075a2c5
GM
13962012-02-09 Glenn Morris <rgm@gnu.org>
1397
cf3aa21b
GM
1398 * files.el (rename-uniquely): Doc fix. (Bug#3806)
1399
354998cd
GM
1400 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
1401 Add :version tags.
1402
dc9924b8
SM
1403 * progmodes/compile.el (compilation-error-screen-columns)
1404 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 1405
dab3703d
GM
1406 * vc/log-view.el (log-view-toggle-entry-display):
1407 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
1408
3f88cd72
GM
1409 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
1410 (report-emacs-bug-can-use-xdg-email):
1411 (report-emacs-bug-insert-to-mailer): Doc fixes.
1412 (report-emacs-bug): Message fix.
1413
d95b247d
GM
1414 * net/browse-url.el (browse-url-can-use-xdg-open)
1415 (browse-url-xdg-open): Doc fixes.
1416
a075a2c5
GM
1417 * electric.el (electric-indent-mode, electric-pair-mode)
1418 (electric-layout-rules, electric-layout-mode): Doc fixes.
1419 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
1420
ffb6157e
MR
14212012-02-08 Martin Rudalics <rudalics@gmx.at>
1422
1423 * server.el (server-unselect-display): Don't inadvertently kill
1424 the current buffer. (Bug#10729)
1425
e1ac4066
GM
14262012-02-08 Glenn Morris <rgm@gnu.org>
1427
34e8a2da
GM
1428 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
1429 (sql-list-table): Doc fixes.
1430
b4ac6e8c
GM
1431 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
1432 Comment out (does nothing).
1433
e1ac4066
GM
1434 * completion.el (dynamic-completion-mode):
1435 * dirtrack.el (dirtrack-debug-mode):
1436 * electric.el (electric-layout-mode):
1437 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
1438 * face-remap.el (text-scale-mode, buffer-face-mode):
1439 * iimage.el (iimage-mode):
1440 * image-mode.el (image-transform-mode):
1441 * minibuffer.el (completion-in-region-mode):
1442 * scroll-lock.el (scroll-lock-mode):
1443 * simple.el (next-error-follow-minor-mode):
1444 * tar-mode.el (tar-subfile-mode):
1445 * tooltip.el (tooltip-mode):
1446 * vcursor.el (vcursor-use-vcursor-map):
1447 * wid-browse.el (widget-minor-mode):
1448 * emulation/tpu-edt.el (tpu-edt-mode):
1449 * emulation/tpu-extras.el (tpu-cursor-free-mode):
1450 * international/iso-ascii.el (iso-ascii-mode):
1451 * language/thai-util.el (thai-word-mode):
1452 * mail/supercite.el (sc-minor-mode):
1453 * net/goto-addr.el (goto-address-mode):
1454 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
1455 * progmodes/cwarn.el (cwarn-mode):
1456 * progmodes/flymake.el (flymake-mode):
1457 * progmodes/glasses.el (glasses-mode):
1458 * progmodes/hideshow.el (hs-minor-mode):
1459 * progmodes/pascal.el (pascal-outline-mode):
1460 * textmodes/enriched.el (enriched-mode):
1461 * vc/smerge-mode.el (smerge-mode):
1462 Doc fixes (minor mode argument).
1463
5e0d957f
EZ
14642012-02-07 Eli Zaretskii <eliz@gnu.org>
1465
1466 * ls-lisp.el (ls-lisp-sanitize): New function.
1467 (ls-lisp-insert-directory): Use it to fix or remove any elements
1468 in file-alist with missing attributes. (Bug#4673)
1469
98d7371e
AM
14702012-02-07 Alan Mackenzie <acm@muc.de>
1471
1472 Fix spurious recognition of c-in-knr-argdecl.
1473
1474 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
1475 putative K&R region.
1476
667ced3a
AM
14772012-02-07 Alan Mackenzie <acm@muc.de>
1478
eb864a71
LM
1479 * progmodes/cc-engine.el (c-forward-objc-directive):
1480 Prevent looping in "#pragma mark @implementation".
667ced3a 1481
5b77774d
MA
14822012-02-07 Michael Albinus <michael.albinus@gmx.de>
1483
1484 * notifications.el (notifications-on-closed-signal): Make `reason'
1485 optional. (Bug#10744)
1486
af008560
GM
14872012-02-07 Glenn Morris <rgm@gnu.org>
1488
60d47423
GM
1489 * emacs-lisp/easy-mmode.el (define-minor-mode):
1490 Doc fixes for the macro and the mode it defines.
1491
dd605cc4
GM
1492 * image.el (imagemagick-types-inhibit): Doc fix.
1493
af008560
GM
1494 * cus-start.el (imagemagick-render-type): Add it.
1495
5cc59a37
LI
14962012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
1497
1498 * progmodes/cc-mode.el
1499 (c-standard-font-lock-fontify-region-function): Set the default at
1500 load time, too, so that `font-lock-fontify-buffer' can be called
1501 without setting up the entire mode first. This fixes a bug in
1502 `mm-inline-text' with C MIME parts.
1503
9a6dd747
CY
15042012-02-06 Chong Yidong <cyd@gnu.org>
1505
2d16b285
CY
1506 * simple.el (list-processes--refresh): Delete exited processes
1507 (Bug#8094).
1508
171e9b6e
CY
1509 * comint.el (comint-next-prompt): next-single-char-property-change
1510 and prev-single-char-property-change never return nil (Bug#8657).
1511
9a6dd747
CY
1512 * custom.el (defcustom): Doc fix (Bug#9711).
1513
aa4589a7
CY
15142012-02-05 Chong Yidong <cyd@gnu.org>
1515
5c2a252f
CY
1516 * cus-edit.el (custom-variable-reset-backup): Quote the value
1517 before storing it in the customized-value property (Bug#6712).
4aab9006 1518 (custom-display): Add a customization type tag.
983b9602 1519 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 1520
aa4589a7
CY
1521 * wid-edit.el (widget-field-value-get): New optional arg to
1522 suppress trailing whitespace truncation.
1523 (character): Use it (Bug#2689).
1524
1ff980ae
AS
15252012-02-05 Andreas Schwab <schwab@linux-m68k.org>
1526
1527 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
1528 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
1529
03988c98
CY
15302012-02-05 Chong Yidong <cyd@gnu.org>
1531
eeb6cc88
CY
1532 * cus-edit.el (custom-variable-value-create): For mismatched
1533 types, show the current value (Bug#7600).
1534
03988c98
CY
1535 * custom.el (defcustom): Doc fix.
1536
f8cdeef0
GM
15372012-02-05 Glenn Morris <rgm@gnu.org>
1538
1539 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
1540
0696d255
JB
15412012-02-05 Juanma Barranquero <lekktu@gmail.com>
1542
1543 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
1544 (pp-buffer): Use `ignore-errors', `looking-at-p'.
1545 (pp-last-sexp): Use `looking-at-p'.
1546
34c99998
GM
15472012-02-04 Glenn Morris <rgm@gnu.org>
1548
8f05da42
GM
1549 * files.el (revert-buffer):
1550 Doc fix (mention revert-buffer-in-progress-p).
1551
f160676e
GM
1552 * emacs-lisp/ert-x.el (ert-simulate-command):
1553 Check deferred-action-list (which is obsolete) is bound.
1554
c7291ad9
GM
1555 * subr.el (with-wrapper-hook): Doc fixes.
1556
34c99998
GM
1557 * simple.el (filter-buffer-substring-functions)
1558 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
1559
6283a7d3
LL
15602012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
1561
1562 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
1563 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
1564
e96e3013
LL
15652012-02-04 Leo Liu <sdl.web@gmail.com>
1566
1567 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
1568
8ded50f2
GM
15692012-02-04 Glenn Morris <rgm@gnu.org>
1570
82ff1d13
GM
1571 * image.el (image-extension-data): Add obsolete alias.
1572
987a0a16
GM
1573 * isearch.el (isearch-update): Doc fix.
1574
ea32ef46
GM
1575 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
1576
8ded50f2
GM
1577 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
1578
eea14f31
GM
15792012-02-03 Glenn Morris <rgm@gnu.org>
1580
1581 * image.el (image-animated-p): Doc fix. Use image-animated-types.
1582 (image-animate-timeout): Doc fix.
1583
1584 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
1585
12f381b7
GM
15862012-02-02 Glenn Morris <rgm@gnu.org>
1587
953cebf5
GM
1588 * server.el (server-auth-dir): Doc fix.
1589 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
1590
12f381b7
GM
1591 * subr.el (run-mode-hooks): Doc fix.
1592
953a8c3b
JL
15932012-02-02 Juri Linkov <juri@jurta.org>
1594
1595 * image-mode.el (image-toggle-display-image): Remove tautological
1596 `major-mode' from the `derived-mode-p' test.
1597
c5d3843c
KH
15982012-02-02 Kenichi Handa <handa@m17n.org>
1599
9f6e692e 1600 * composite.el (compose-region): Cancel previous change.
c5d3843c 1601
159462d4 16022012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
1603
1604 * composite.el (compose-region, compose-string): Signal error for
1605 a null string component (Bug#6988).
1606
9f562668
CY
16072012-02-01 Chong Yidong <cyd@gnu.org>
1608
e2cef717
CY
1609 * view.el (view-buffer-other-window, view-buffer-other-frame):
1610 Handle special modes like view-buffer (Bug#10650).
1611 (view-buffer): Simplify.
1612
9f562668
CY
1613 * frame.el (set-frame-font): Tweak meaning of third argument.
1614
9f6e692e
JB
1615 * dynamic-setting.el (font-setting-change-default-font):
1616 Use set-frame-font (Bug#9982).
9f562668 1617
781acb9f
GM
16182012-02-01 Glenn Morris <rgm@gnu.org>
1619
6035be52
GM
1620 * progmodes/compile.el (compilation-internal-error-properties):
1621 Respect compilation-first-column in the "*compilation*" buffer.
1622
781acb9f
GM
1623 * emacs-lisp/easy-mmode.el (define-minor-mode):
1624 Relax :variable's test for a named function.
1625
abbceb00
AM
16262012-01-31 Alan Mackenzie <acm@muc.de>
1627
1628 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
1629 off by one error.
1630
fce3fdeb
CY
16312012-01-31 Chong Yidong <cyd@gnu.org>
1632
1633 * frame.el (set-frame-font): New arg ALL-FRAMES.
1634
1635 * menu-bar.el (menu-set-font): Use set-frame-font.
1636
1637 * faces.el (face-spec-reset-face): Don't apply unspecified
1638 attribute values to the default face.
1639
47893581
JB
16402012-01-31 Juanma Barranquero <lekktu@gmail.com>
1641
1642 * progmodes/cwarn.el (cwarn): Remove dead link.
1643 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
1644 Remove * from defcustom docstrings.
1645 (turn-on-cwarn-mode): Make obsolete.
1646 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
1647 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
1648
e58e988a
GM
16492012-01-31 Glenn Morris <rgm@gnu.org>
1650
60dc2671 1651 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 1652 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 1653 Allow named functions to be used as the cdr of :variable.
e58e988a 1654
7a3f511d
GM
16552012-01-30 Glenn Morris <rgm@gnu.org>
1656
1657 * emacs-lisp/authors.el (authors-fixed-entries):
1658 Remove reference to deleted file rnewspost.el.
1659
cb882333
JB
16602012-01-29 Juanma Barranquero <lekktu@gmail.com>
1661
1662 * window.el (window-with-parameter): Remove unused variable `windows'.
1663 (window--side-check): Remove unused variable `code'.
1664 (window--resize-siblings): Remove unused variable `first'.
1665 (adjust-window-trailing-edge): Remove unused variable `failed'.
1666 (window-deletable-p, window--delete): Remove unused variable `buffer'.
1667 Use `let', not `let*'.
1668 (balance-windows-2): Remove unused variable `found'.
1669 (window--state-put-2): Remove unused variable `splits'.
1670 (window-state-put): Remove unused variable `selected'.
1671 (same-window-p): Use `string-match-p'.
1672 (display-buffer-assq-regexp): Remove unused variable `value'.
1673 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1674 Mark argument ALIST as ignored.
1675 (pop-to-buffer): Remove unused variable `old-window'.
1676
907201af
EZ
16772012-01-29 Eli Zaretskii <eliz@gnu.org>
1678
1679 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
1680 and .lzma compressed files.
1681
ea162670
CY
16822012-01-29 Chong Yidong <cyd@gnu.org>
1683
5b95ee8a
CY
1684 * frame.el (window-system-default-frame-alist): Doc fix.
1685
ea162670
CY
1686 * dynamic-setting.el (font-setting-change-default-font): Don't
1687 change the default face if SET-FONT argument is non-nil (Bug#9982).
1688
d6e6f4b1
SB
16892012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
1690
1691 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
1692
0f29fa41 16932012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
1694
1695 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
1696 breakpoints in files outside current directory (Bug#6098).
1697
db174434
CY
16982012-01-29 Chong Yidong <cyd@gnu.org>
1699
6b25e4e2
SE
1700 * progmodes/python.el: Require ansi-color at top-level.
1701
6df6ae42
JB
1702 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
1703 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
1704 (lisp-mode-abbrev-table): Add doc.
1705 (lisp-mode-variables): Don't set local-abbrev-table.
1706 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
1707
e70ee681
RW
17082012-01-28 Roland Winkler <winkler@gnu.org>
1709
1710 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
1711
ace88aa2
RW
17122012-01-28 Roland Winkler <winkler@gnu.org>
1713
1714 * textmodes/bibtex.el (bibtex-entry-alist): New function.
1715 (bibtex-set-dialect): Use it. Either set global values of
1716 dialect-dependent variables or bind these variables buffer-locally
1717 (Bug#10254).
1718 (bibtex-mode): Call bibtex-set-dialect via
1719 hack-local-variables-hook.
eb864a71
LM
1720 (bibtex-dialect): Update docstring.
1721 Add safe-local-variable predicate.
ace88aa2
RW
1722 (bibtex-entry-alist, bibtex-field-alist): Initialize via
1723 bibtex-set-dialect.
1724 (bibtex-mode-map): Define menu for each dialect.
1725 (bibtex-entry): Fix docstring.
1726
93376c5b
CY
17272012-01-28 Chong Yidong <cyd@gnu.org>
1728
1729 * eshell/esh-arg.el (eshell-quote-argument): New function.
1730
1731 * eshell/esh-ext.el (eshell-invoke-batch-file):
1732 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
1733 first arg to eshell-parse-command (Bug#10523).
1734
4372494f
DA
17352012-01-28 Drew Adams <drew.adams@oracle.com>
1736
1737 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
1738 `default-directory' is non-nil.
1739
4d4ec1f8
EZ
17402012-01-28 Eli Zaretskii <eliz@gnu.org>
1741
1742 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
1743 line that displays system-configuration-options. (Bug#9924)
1744
7c188927
DA
17452012-01-28 Drew Adams <drew.adams@oracle.com>
1746
1747 * descr-text.el (describe-char): Show information about POS, in
1748 addition to information about the character at POS. Improve and
1749 update the doc string. Change "code point" to "code point in
1750 charset", to avoid confusion with the character's Unicode code
1751 point shown above that. (Bug#10129)
1752
e0da685a
EZ
17532012-01-28 Eli Zaretskii <eliz@gnu.org>
1754
1755 * descr-text.el (describe-char): Show the raw character, not only
1756 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
1757 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
1758 for the reasons.
1759
70550acf
PH
17602012-01-28 Phil Hagelberg <phil@hagelb.org>
1761
eb864a71
LM
1762 * emacs-lisp/package.el (package-install):
1763 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 1764
0ce8e868
CY
17652012-01-28 Chong Yidong <cyd@gnu.org>
1766
cb882333
JB
1767 * emacs-lisp/package.el (package-maybe-load-descriptor):
1768 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
1769 (package-maybe-load-descriptor): Use it.
1770 (package-download-transaction): Fully load required packages
1771 inside the loop, so that `require' calls work (Bug#10593).
1772 (package-install): No need to call package-initialize now.
1773
2e7f3bea
CY
17742012-01-28 Chong Yidong <cyd@gnu.org>
1775
6e9bad14
CY
1776 * simple.el (deactivate-mark): Doc fix (Bug#8614).
1777
f823b8ca
CY
1778 * tooltip.el (tooltip-mode): Doc fix.
1779 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
1780
2680c309
CY
1781 * frame.el (set-cursor-color): Doc fix (Bug#352).
1782
d7a9e63b
CY
1783 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
1784 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
1785
2e7f3bea
CY
1786 * cus-edit.el (custom-buffer-create-internal): Fix search button
1787 action (Bug#10542).
2ae01800 1788 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 1789
fc4f7a23
EW
17902012-01-27 Eduard Wiebe <usenet@pusto.de>
1791
1792 * dired.el (dired-mark-files-regexp):
1793 Include any subdirectory components. (Bug#10445)
1794
7dd37071
ML
17952012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
1796
1797 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
1798 Handle [host]:port syntax. (Bug#10533)
1799
a268160b
AH
18002012-01-27 Alex Harsanyi <harsanyi@mac.com>
1801
1802 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
1803
e43273ef
GM
18042012-01-26 Glenn Morris <rgm@gnu.org>
1805
1806 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
1807 * term.el (term-raw-escape-map): Use Control-X-prefix.
1808 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
1809
1edf595d
MR
18102012-01-25 Martin Rudalics <rudalics@gmx.at>
1811
1812 * window.el (window-state-get, window--state-get-1): Don't deal
1813 with fixed-sizeness of windows. Simplify code.
1814
fa8eafef
JC
18152012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
1816
6df6ae42
JB
1817 * window.el (window--state-get-1, window--state-put-2):
1818 Don't save and restore the mark.
fa8eafef 1819
0b21c100
CY
18202012-01-25 Chong Yidong <cyd@gnu.org>
1821
1822 * custom.el (custom-variable-p): Doc fix.
1823
5ae1a6c8
GM
18242012-01-25 Glenn Morris <rgm@gnu.org>
1825
40047858
GM
1826 * dired.el (dired-goto-file): Handle some of the more common
1827 characters that `ls -b' escapes. (Bug#10596)
1828
5ddce96c
GM
1829 * progmodes/compile.el (compilation-next-error-function):
1830 Respect compilation-first-column in the "*compilation*" buffer.
1831 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
1832
5ae1a6c8
GM
1833 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
1834
b559f1a9
GM
18352012-01-24 Glenn Morris <rgm@gnu.org>
1836
1837 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
1838
6725d21a
JD
18392012-01-24 Julien Danjou <julien@danjou.info>
1840
1841 * color.el (color-rgb-to-hsl): Fix value computing.
1842 (color-hue-to-rgb): New function.
1843 (color-hsl-to-rgb): New function.
1844 (color-clamp, color-saturate-hsl, color-saturate-name)
1845 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1846 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
1847
70df4bbe
GM
18482012-01-24 Glenn Morris <rgm@gnu.org>
1849
1850 * vc/vc-rcs.el (vc-rcs-create-tag):
1851 * vc/vc-sccs.el (vc-sccs-create-tag):
1852 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
1853
802a2ae2
ML
18542012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
1855
1856 * eshell/esh-util.el (eshell-read-hosts-file):
1857 Skip comment lines. (Bug#10549)
1858
d7128bb1
ML
1859 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
1860
d1a5c3b4
JB
18612012-01-23 Juanma Barranquero <lekktu@gmail.com>
1862
2724d9c7
JB
1863 * subr.el (display-delayed-warnings): Doc fix.
1864 (collapse-delayed-warnings): New function to collapse identical
1865 adjacent warnings.
1866 (delayed-warnings-hook): Add it.
d1a5c3b4 1867
a5509865
MA
18682012-01-22 Michael Albinus <michael.albinus@gmx.de>
1869
1870 * net/tramp.el (tramp-action-login): Set connection property "login-as".
1871
1872 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
1873 properties, when "login-as" is set.
1874
1875 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
1876 (tramp-default-user-alist): Don't add "pscp".
1877 (tramp-do-copy-or-rename-file-out-of-band): Use connection
1878 property "login-as", if set. (Bug#10530)
1879
cc6d5805
MA
18802012-01-21 Michael Albinus <michael.albinus@gmx.de>
1881
1882 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
1883 "plink1" and "psftp". (Bug#10530)
1884
18852012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
1886
1887 * international/mule-cmds.el (prefer-coding-system): Show a
1888 warning message if the default value of file-name-coding-system
1889 was not changed.
1890
f0960428
JC
18912012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
1892
cb882333
JB
1893 * windmove.el (windmove-reference-loc):
1894 Fix windmove-reference-loc miscalculation.
f0960428 1895
dd6f2a63
JB
18962012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
1897
1898 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
1899 default unit.
1900
7b447e9b
GM
19012012-01-21 Glenn Morris <rgm@gnu.org>
1902
117a9ea1
GM
1903 * international/mule.el (auto-coding-alist): Add .tbz.
1904
7b447e9b
GM
1905 * files.el (local-enable-local-variables): Doc fix.
1906 (inhibit-local-variables-regexps): Rename from
1907 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
1908 Doc fix. Add some extensions from auto-coding-alist.
1909 (inhibit-local-variables-suffixes):
1910 Rename from inhibit-first-line-modes-suffixes. Doc fix.
1911 (inhibit-local-variables-p):
1912 New function, extracted from set-auto-mode-1.
1913 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
1914 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
1915 (hack-local-variables): Doc fix. Make the mode-only case
1916 respect enable-local-variables and friends.
1917 Respect inhibit-local-variables-regexps for file-locals, but
1918 not for directory-locals.
1919 (set-visited-file-name):
1920 Take account of inhibit-local-variables-regexps.
1921 Whether it applies may change as the file name is changed.
1922 * jka-cmpr-hook.el (jka-compr-install):
1923 * jka-compr.el (jka-compr-uninstall):
1924 Update for inhibit-first-line-modes-suffixes name change.
1925
dd6e3cdd
MR
19262012-01-20 Martin Rudalics <rudalics@gmx.at>
1927
1928 * help-macro.el (make-help-screen): Temporarily restore original
1929 binding for minor-mode-map-alist (Bug#10454).
1930
0d0deb38
JD
19312012-01-19 Julien Danjou <julien@danjou.info>
1932
1933 * color.el (color-name-to-rgb): Use the white color to find the max
1934 color component value and return correctly computed values.
1935 (color-name-to-rgb): Add missing float conversion for max value.
1936
34a02f46
MR
19372012-01-19 Martin Rudalics <rudalics@gmx.at>
1938
1939 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
1940 special state value for window-persistent-parameters.
1941 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
1942 (window--state-put-2): Reset all window parameters to nil before
1943 assigning values of persistent parameters.
1944
606c44c4
AM
19452012-01-18 Alan Mackenzie <acm@muc.de>
1946
1947 Eliminate sluggishness and hangs in fontification of "semicolon
1948 deserts".
1949
cb882333
JB
1950 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
1951 Change value 10000 -> 3000.
606c44c4
AM
1952 (c-state-safe-place): Reformulate so it doesn't stack up an
1953 infinite number of wrong entries in c-state-nonlit-pos-cache.
1954 (c-determine-limit-get-base, c-determine-limit): New functions to
1955 determine backward search limits disregarding literals.
1956 (c-find-decl-spots): Amend commenting.
1957 (c-cheap-inside-bracelist-p): New function which detects "={".
1958
1959 * progmodes/cc-fonts.el
1960 (c-make-font-lock-BO-decl-search-function): Give a limit to a
1961 backward search.
1962 (c-font-lock-declarations): Fix an occurrence of point being
1963 undefined. Check additionally for point being in a bracelist or
1964 near a macro invocation without a semicolon so as to avoid a
1965 fruitless time consuming search for a declarator. Give a more
1966 precise search limit for declarators using the new
1967 c-determine-limit.
1968
f3860cea
GM
19692012-01-18 Glenn Morris <rgm@gnu.org>
1970
1971 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
1972 (set-auto-mode): Doc fixes.
1973
1db03b16
GM
19742012-01-17 Glenn Morris <rgm@gnu.org>
1975
0e6038be
GM
1976 * isearch.el (search-nonincremental-instead): Fix doc typo.
1977
1db03b16
GM
1978 * dired.el (dired-insert-directory): Handle newlines in directory name.
1979 (dired-build-subdir-alist): Unescape newlines in directory name.
1980
4cb0aa75
MA
19812012-01-17 Michael Albinus <michael.albinus@gmx.de>
1982
1983 * net/tramp.el (tramp-local-end-of-line): New defcustom.
1984 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
1985 (tramp-action-terminal): Use it. (Bug#10530)
1986
1d00653d
SM
19872012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
1988
1989 * minibuffer.el (completion--replace): Strip properties (bug#10062).
1990
6a6ee00d
MR
19912012-01-16 Martin Rudalics <rudalics@gmx.at>
1992
1993 * window.el (window-state-ignored-parameters): Remove variable.
1994 (window--state-get-1): Rename argument MARKERS to IGNORE.
1995 Handle persistent window parameters. Make copy of clone-of
1996 parameter only if requested. (Bug#10348)
1997 (window--state-put-2): Install a window parameter only if it has
1998 a non-nil value or an existing parameter shall be overwritten.
1999
97912def
MA
20002012-01-15 Michael Albinus <michael.albinus@gmx.de>
2001
2002 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
2003
688070a5
EZ
20042012-01-14 Eli Zaretskii <eliz@gnu.org>
2005
2006 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
2007 don't pass the (nil) value of `upnode' to string-match.
2008
301afadc
CY
20092012-01-14 Chong Yidong <cyd@gnu.org>
2010
2011 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 2012 Fix values recognized by the cursorBlink resource.
301afadc 2013
9e5788aa
PE
20142012-01-14 Paul Eggert <eggert@cs.ucla.edu>
2015
2016 * epg.el (epg--make-temp-file): Avoid permission race condition
2017 when running on old Emacs versions (bug#10403).
2018
3cdb7f5a
GM
20192012-01-14 Glenn Morris <rgm@gnu.org>
2020
2021 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
2022
8c82b1b4
AM
20232012-01-13 Alan Mackenzie <acm@muc.de>
2024
2025 Fix filling for when filladapt mode is enabled.
2026
2027 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
2028 c-mask-paragraph, pass in `fill-paragraph' rather than
2029 `fill-region-as-paragraph'. (This is a reversion of a previous
2030 change.)
eb864a71
LM
2031 * progmodes/cc-mode.el (c-basic-common-init):
2032 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 2033
e517eda4
GM
20342012-01-13 Glenn Morris <rgm@gnu.org>
2035
1498536e
GM
2036 * dired.el (dired-switches-escape-p): New function.
2037 (dired-insert-directory): Use dired-switches-escape-p.
2038 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
2039
e517eda4
GM
2040 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
2041
328f984d
GM
20422012-01-12 Glenn Morris <rgm@gnu.org>
2043
2044 * mail/sendmail.el (mail-mode): Update paragraph-separate for
2045 changes in adaptive-fill-regexp. (Bug#10276)
2046
2cc769a8
AM
20472012-01-11 Alan Mackenzie <acm@muc.de>
2048
2049 Fix Emacs bug #10463 - put `widen's around the critical spots.
2050
1d00653d 2051 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
2052 widen around each invocation of c-state-pp-to-literal. Remove an
2053 unused let variable.
2054
e52c37fa
GM
20552012-01-11 Glenn Morris <rgm@gnu.org>
2056
2057 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 2058 Doc fix.
e52c37fa 2059
96f8741e
CY
20602012-01-10 Chong Yidong <cyd@gnu.org>
2061
1d00653d
SM
2062 * net/network-stream.el (network-stream-open-starttls):
2063 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
2064 response to the capability command.
2065
b09a806e
GM
20662012-01-10 Glenn Morris <rgm@gnu.org>
2067
2068 * mail/unrmail.el (unrmail): Tweak previous change.
2069
7655cb66
CY
20702012-01-09 Chong Yidong <cyd@gnu.org>
2071
2072 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
2073
9d5a8f0b
AM
20742012-01-08 Alan Mackenzie <acm@muc.de>
2075
2076 Optimise font locking in long enum definitions.
2077
2078 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
2079 arm to a cond form to handle enums.
2080 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
2081 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
2082
9a0115ab 20832012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
2084
2085 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 2086 (Bug#10401)
6bb72cbd 2087
f186bb95
LMI
20882012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2089
29232a68
LMI
2090 * faces.el (set-face-attribute): Clarify the meaning of the nil
2091 frame (bug#10294).
2092
4e5d086d
LMI
2093 * subr.el (with-selected-frame): Mention that the selected frame
2094 is restored (bug#9980).
2095
8e66aebe
LMI
2096 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
2097 (bug#9759).
2098
cd394be1 2099 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
2100 (password-read): Don't autoload unused function.
2101
adf4e762
JB
21022012-01-07 Juanma Barranquero <lekktu@gmail.com>
2103
2104 * progmodes/which-func.el (which-func-mode): Turn into a
2105 non-interactive function and mark as obsolete (bug#10428).
2106
89bd9ccd
CY
21072012-01-06 Chong Yidong <cyd@gnu.org>
2108
2109 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
2110 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
2111 functions, along with 1 and -1.
2112
4afee9d5
EZ
21132012-01-06 Eli Zaretskii <eliz@gnu.org>
2114
2115 * time.el (display-time-load-average)
2116 (display-time-default-load-average): Doc fixes. See the thread
2117 starting at
2118 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
2119 for the details.
2120
536aea70
GM
21212012-01-06 Glenn Morris <rgm@gnu.org>
2122
665ae865
GM
2123 * mail/unrmail.el (unrmail): Give an explicit error if the input file
2124 has no messages. (Bug#10377)
2125
c869783d
GM
2126 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
2127 than Info-edit. (Bug#10385)
2128
2bb4227e
GM
2129 * time.el (display-time-load-average, display-time-next-load-average):
2130 Doc fixes.
2131
7d5944b9
GM
2132 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
2133 local setting of buffer-read-only to the input buffer. (Bug#10419)
2134
536aea70
GM
2135 * calendar/calendar.el (calendar-mode):
2136 Locally set scroll-margin to 0. (Bug#10379)
2137
7dccca16
UM
21382012-01-06 Ulrich Mueller <ulm@gentoo.org>
2139
2140 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
2141
afbb7930
GM
21422012-01-05 Glenn Morris <rgm@gnu.org>
2143
2144 * eshell/em-unix.el (diff-no-select): Autoload it.
2145 (eshell/diff): Use diff-no-select. (Bug#10420)
2146
04482335
CY
21472012-01-05 Chong Yidong <cyd@gnu.org>
2148
7baca3bc
CY
2149 * shell.el (shell-dynamic-complete-functions): Revert last change.
2150 (shell-command-completion-function): New function.
2151 (shell-completion-vars): Use it to implement
2152 shell-completion-execonly (Bug#10417).
2153
04482335
CY
2154 * custom.el (enable-theme): Don't set custom-safe-themes.
2155
1d00653d
SM
2156 * cus-theme.el (custom-theme-merge-theme):
2157 Ignore custom-enabled-themes and custom-safe-themes.
04482335 2158
bb5aa5d6
MM
21592012-01-05 Michael R. Mauger <mmaug@yahoo.com>
2160
2161 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
2162 first prompt in `sql-interacive-mode'.
2163 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 2164 keywords.
6df6ae42 2165 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
2166 (sql-product-interactive): Bug fix: Set `sql-buffer' in
2167 context of original buffer. Invoke `sql-login-hook'.
2168
a7183d7c
EZ
21692012-01-04 Eli Zaretskii <eliz@gnu.org>
2170
2171 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
2172 letters in cite-prefix.
2173
a1eacd1e
LMI
21742012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2175
2176 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
2177
787cdb34
CY
21782012-01-03 Chong Yidong <cyd@gnu.org>
2179
1d00653d
SM
2180 * shell.el (shell-dynamic-complete-functions):
2181 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
2182 comint-filename-completion first (Bug#10417).
2183
30710442
RS
21842012-01-02 Richard Stallman <rms@gnu.org>
2185
2186 * battery.el (battery-status-function):
2187 Detect when to use battery-yeeloong-sysfs.
2188 (battery-echo-area-format): Add string for Yeeloong.
2189 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
2190 (battery-yeeloong-sysfs): New function.
2191
f75bfc33
CY
21922012-01-02 Chong Yidong <cyd@gnu.org>
2193
2194 * dirtrack.el (dirtrack-list): Eliminate unused third element.
2195 (dirtrack): Merge code for handling relative filenames in prompt
2196 from shell-dir-cookie-watcher.
2197 (dirtrack-debug-message): New arg to avoid excess format calls.
2198
2199 * shell.el (shell-dir-cookie-re): Variable deleted.
2200 (shell-dir-cookie-watcher): Function deleted.
2201 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
2202 with dirtrack-mode.
2203
651e947e
EZ
22042012-01-01 Eli Zaretskii <eliz@gnu.org>
2205
1d00653d
SM
2206 * term/w32-win.el (dynamic-library-alist) <gnutls>:
2207 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
2208 libgnutls-26.dll.
2209
94d4c7dc
AS
22102011-12-31 Andreas Schwab <schwab@linux-m68k.org>
2211
2212 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
2213
8d43f3cd
EZ
22142011-12-31 Eli Zaretskii <eliz@gnu.org>
2215
2216 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
2217 headers of non-MIME messages, when rmail-enable-mime is non-nil.
2218
98c8795a
MA
22192011-12-29 Michael Albinus <michael.albinus@gmx.de>
2220
2221 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
2222 also for alternative shells.
2223 (tramp-open-connection-setup-interactive-shell): Check, whether
2224 the shell is a busybox.
2225 (tramp-send-command): Don't suppress multiple prompts for
2226 busyboxes, it hurts.
2227
51281b32
CY
22282011-12-28 Chong Yidong <cyd@gnu.org>
2229
2230 * progmodes/gdb-mi.el (gdb-get-source-file-list)
2231 (gdb-get-source-file): Move mode line update to
2232 gdb-get-source-file (Bug#10087).
2233
2170cb53
CY
22342011-12-25 Chong Yidong <cyd@gnu.org>
2235
2236 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
2237 gud-gdb-marker-filter without taking it as an argument.
2238 (gud-gdb-run-command-fetch-lines): Caller changed.
2239 (gud-gdb-completion-function): New variable.
2240 (gud-gdb-completion-at-point): Use it.
2241 (gud-gdb-completions-1): Split from gud-gdb-completions.
2242
2243 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
2244 function as separate arguments.
2245 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
2246 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
2247 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
2248 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
2249 (gdb-stopped, def-gdb-auto-update-trigger)
2250 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
2251 (gdb-get-changed-registers, gdb-get-main-selected-frame):
2252 Callers changed.
2170cb53
CY
2253 (gud-gdbmi-completions): New function.
2254 (gdb): Use it for generating the completion table.
2255
be8b11bb
AM
22562011-12-24 Alan Mackenzie <acm@muc.de>
2257
2258 Introduce a mechanism to widen the region used in context font
1d00653d 2259 locking. Use this to protect declarations from losing their contexts.
be8b11bb 2260
1d00653d
SM
2261 * progmodes/cc-langs.el (c-before-font-lock-functions):
2262 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 2263 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
2264 functions to be run just before context (etc.) font locking.
2265
2266 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 2267 New, functionality extracted from
be8b11bb 2268 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 2269 (c-in-after-change-fontification): New variable.
be8b11bb
AM
2270 (c-after-change): Set c-in-after-change-fontification.
2271 (c-set-fl-decl-start): Rejig its interface, so it can be called
2272 from both after-change and context fontifying.
b81d40f0
JB
2273 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
2274 New functions.
2275 (c-standard-font-lock-fontify-region-function): New variable.
2276 (c-font-lock-fontify-region): New function.
be8b11bb 2277
341cf6ac
JL
22782011-12-24 Juri Linkov <juri@jurta.org>
2279
2280 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
2281 (Bug#10348)
2282
bffcee0a
MA
22832011-12-23 Michael Albinus <michael.albinus@gmx.de>
2284
2285 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
2286 existence of source file. (Bug#10325)
2287
cb5e207c
AM
22882011-12-23 Alan Mackenzie <acm@muc.de>
2289
2290 Fix unstable fontification inside templates.
2291
b81d40f0
JB
2292 * progmodes/cc-langs.el (c-before-font-lock-functions):
2293 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
2294 additionally has c-set-fl-decl-start. The other languages (apart
2295 from AWK) have that as a single entry.
2296
b81d40f0
JB
2297 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
2298 The functionality for "local" declarations has been extracted to
cb5e207c
AM
2299 c-set-fl-decl-start.
2300
b81d40f0
JB
2301 * progmodes/cc-mode.el (c-common-init, c-after-change):
2302 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
2303 (c-set-fl-decl-start): New function, extracted from
2304 c-font-lock-enclosing-decls and enhanced.
2305
60ff536c
JB
23062011-12-23 Juanma Barranquero <lekktu@gmail.com>
2307
2308 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
2309
1c4757d6
JL
23102011-12-22 Juri Linkov <juri@jurta.org>
2311
2312 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
2313
d031f2c7
CY
23142011-12-22 Chong Yidong <cyd@gnu.org>
2315
2316 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
2317
bace743a
DA
23182011-12-21 Drew Adams <drew.adams@oracle.com>
2319
2320 * files.el (file-remote-p): Fix docstring. (Bug#10319)
2321
728a1f2b
JC
23222011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
2323
2324 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
2325
0d373f73
TZ
23262011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
2327
fec0aaa4
TZ
2328 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
2329 highlighting and support. Fix up comments for capitalization.
2330 (cfengine-mode-debug): New var.
2331 (cfengine3-mode): Change the modeline indicator to "CFE3".
2332 (cfengine3-font-lock-keywords): Improve defun highlighting.
2333 (cfengine2-actions): Rename from `cfengine-actions'.
2334 (cfengine2-font-lock-keywords): Rename from
2335 `cfengine-font-lock-keywords'.
2336 (cfengine2-imenu-expression): Rename from
2337 `cfengine-imenu-expression'.
2338 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
2339 (cfengine2-beginning-of-defun): Rename from
2340 `cfengine-beginning-of-defun'.
2341 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
2342 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
2343 (cfengine2-mode): Rename from `cfengine-mode'. Change the
2344 modeline indicator to "CFE2".
2345 (cfengine-mode): Defalias to `cfengine-auto-mode'.
2346 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 2347
bc86f573
CY
23482011-12-21 Chong Yidong <cyd@gnu.org>
2349
2350 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
2351 filename argument.
2352
d45ba96b
MR
23532011-12-20 Martin Rudalics <rudalics@gmx.at>
2354
2355 * window.el (window-normalize-buffer-to-display): Remove.
2356 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
2357
a6198c90
CY
23582011-12-19 Chong Yidong <cyd@gnu.org>
2359
2360 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
2361 Don't signal an error in a predicate function; return non-nil.
2362 (vc-dir-mark-file): Move the error here.
2363 (vc-dir-mark-unmark): If acting on the region, keep going if one
2364 of the entries cannot be marked/unmarked.
2365 (vc-dir-mark-all-files): If current entry is a directory, mark
2366 only child files, as documented.
2367
34c5fb55
VB
23682011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
2369
2370 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
2371 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
2372 addition.
2373
c803b2b7
JD
23742011-12-18 Jan Djärv <jan.h.d@swipnet.se>
2375
2376 * term/ns-win.el (ns-get-selection-internal)
2377 (ns-store-selection-internal): Declare.
1154d12e
JB
2378 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
2379 Declare as obsolete.
2380 (ns-get-pasteboard, ns-paste-secondary):
2381 Use ns-get-selection-internal.
2382 (ns-set-pasteboard, ns-copy-including-secondary):
2383 Use ns-store-selection-internal.
c803b2b7 2384
9cff91f8 23852011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
2386
2387 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 2388 (vc-deduce-fileset): Doc fix.
99a289d9 2389
f16c898a
AS
23902011-12-16 Andreas Schwab <schwab@linux-m68k.org>
2391
2392 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
2393
763237c4
SS
23942011-12-13 Sam Steingold <sds@gnu.org>
2395
2396 * man.el (Man-getpage-in-background): When running under a
2397 window-system, ignore $MANWIDTH and $COLUMNS.
2398
5fc1c122
KH
23992011-12-15 Kenichi Handa <handa@m17n.org>
2400
2401 * language/ethio-util.el: Change coding tag to utf-8-emacs.
2402 (setup-ethiopic-environment-internal): Comment out key-binding for
2403 ethio-toggle-punctuation.
2404
13d49cbb
AM
24052011-12-13 Alan Mackenzie <acm@muc.de>
2406
898169a2
AM
2407 Add the switch statement to AWK Mode.
2408
7a71b18d 2409 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
2410 "default" to the keywords regexp.
2411
7a71b18d 2412 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 2413 expression as the rest.
1d00653d
SM
2414 (c-nonlabel-token-key): Allow string literals for AWK.
2415 Refactor for the other modes.
898169a2 2416
13d49cbb 2417 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 2418 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
2419 routines. Limit backward searching in c-font-lock-enclosing.decl.
2420
2421 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
2422 pp-state and literal type in addition to the limits.
1d00653d 2423 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 2424 (c-state-literal-at): Use the above new defun.
1d00653d
SM
2425 (c-slow-in-literal, c-fast-in-literal): Remove.
2426 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
2427
2428 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
2429 being in a literal. Add a limit for backward searching.
2430
2431 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
2432 c-slow-in-literal.
2433
15e0efc7
SM
24342011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2435
2436 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
2437
454592a6
MR
24382011-12-13 Martin Rudalics <rudalics@gmx.at>
2439
2440 * window.el (delete-other-windows): Use correct frame in call to
2441 window-with-parameter.
2442
87393f26
DP
24432011-12-12 Daniel Pfeiffer <occitan@t-online.de>
2444
2445 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
2446 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
2447 (makefile-gmake-statements, makefile-makepp-statements):
2448 Use it and add new makepp keywords.
2449 (makefile-makepp-font-lock-keywords): Add new patterns.
2450 (makefile-match-function-end): Match new [...] and [[...]].
2451
11636b22
JB
24522011-12-11 Juanma Barranquero <lekktu@gmail.com>
2453
2454 * ses.el (ses-call-printer-return, ses-cell-property-get)
2455 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
2456 (ses-create-cell-variable, ses-reset-header-string)
2457 (ses-cell-set-formula, ses-repair-cell-reference-all)
2458 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
2459 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
2460 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
2461 (ses-aset-with-undo, ses-load, ses-truncate-cell)
2462 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
2463 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
2464 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
2465 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
2466 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
2467 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
2468 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
2469 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
2470
cf018193
VB
24712011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
2472
2473 * ses.el: The overall change is to add cell renaming, that is
2474 setting fancy names for cell symbols other than name matching
2475 "\\`[A-Z]+[0-9]+\\'" regexp .
2476 (ses-create-cell-variable): New defun.
2477 (ses-relocate-formula): Relocate formulas only for cells the
2478 symbols of which are not renamed, i.e. symbols whose names do not
2479 match regexp "\\`[A-Z]+[0-9]+\\'".
2480 (ses-relocate-all): Relocate values only for cells the symbols of
2481 which are not renamed.
2482 (ses-load): Create cells variables as the (ses-cell ...) are read,
2483 in order to check row col consistency with cell symbol name only
2484 for cells that are not renamed.
2485 (ses-replace-name-in-formula): New defun.
2486 (ses-rename-cell): New defun.
2487
ee957461
CY
24882011-12-11 Chong Yidong <cyd@gnu.org>
2489
2490 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
2491 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
2492
9a9e9ef0
MR
24932011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
2494
2495 * window.el (other-window): Fix docstring.
2496
92a8eba5
EZ
24972011-12-10 Eli Zaretskii <eliz@gnu.org>
2498
2499 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
2500 `from' or `to' address before taking its substring.
2501 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
2502 encoded name is chopped in the middle of the encoded string, and
2503 thus displayed encoded.
2504
e152e577
JB
25052011-12-10 Juanma Barranquero <lekktu@gmail.com>
2506
2507 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
2508
e5d84bfe
EZ
25092011-12-10 Eli Zaretskii <eliz@gnu.org>
2510
2511 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
2512 to use texinfo-update-node and commands that call it if the
2513 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 2514 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
2515 (texinfo-all-menus-update, texinfo-master-menu)
2516 (texinfo-update-node, texinfo-every-node-update)
2517 (texinfo-multiple-files-update): Doc fix. Warn against updating
2518 all the @node lines.
2519 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
2520 argument is numeric. Explain better in the doc string what the
2521 function really does.
2522 (texinfo-insert-master-menu-list): Improve the error message
2523 displayed if there's no menu in the Top node.
2524 (Bug#2975) See also this thread:
e5d84bfe
EZ
2525 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
2526
1d84e9bb
MG
25272011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
2528
2529 * speedbar.el (speedbar-supported-extension-expressions):
2530 Add .adb and .ads, commonly used for Ada source code (bug#10256).
2531
382c953b
JB
25322011-12-09 Juanma Barranquero <lekktu@gmail.com>
2533
2534 * printing.el (pr-mode-alist):
2535 * simple.el (filter-buffer-substring-functions)
2536 (completion-list-insert-choice-function):
2537 * window.el (window-with-parameter, window-atom-root)
2538 (window-sides-slots, window-size-fixed, window-min-delta)
2539 (window-max-delta, window--resize-mini-window)
2540 (window--resize-child-windows-normal, window-tree)
2541 (delete-other-windows, quit-window, split-window)
2542 (display-buffer-record-window, special-display-buffer-names)
2543 (special-display-regexps, special-display-popup-frame)
2544 (same-window-p, split-window-sensibly)
2545 (display-buffer-overriding-action, display-buffer-alist)
2546 (display-buffer-base-action, display-buffer, switch-to-buffer)
2547 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
2548 (fit-window-to-buffer, recenter-positions)
2549 (mouse-autoselect-window-state, mouse-autoselect-window-select):
2550 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
2551 and remove unneeded backslashes in docstrings.
2552
39c9faef
SM
25532011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
2554
98449af8
SM
2555 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
2556
39c9faef
SM
2557 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
2558 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
2559 end in ".mk".
2560 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
2561 when reading the makefile (bug#10116).
2562
86ed9fdc
SM
25632011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2564
2565 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
2566 (bug#10116).
2567
5580f89d
GM
25682011-12-06 Glenn Morris <rgm@gnu.org>
2569
2570 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
2571
28d3917c
CY
25722011-12-06 Chong Yidong <cyd@gnu.org>
2573
2574 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
2575
a98edce9
JB
25762011-12-06 Juanma Barranquero <lekktu@gmail.com>
2577
2578 * textmodes/table.el (table-shorten-cell): Fix typo.
2579
e65adfac
CG
25802011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
2581
2582 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
2583
71cc0b74
EZ
25842011-12-05 Eli Zaretskii <eliz@gnu.org>
2585
2586 * descr-text.el (describe-char): Fix display of strong
2587 right-to-left characters and directional embeddings and overrides.
2588
2589 * simple.el (what-cursor-position): Fix display of codepoints of
2590 strong right-to-left characters.
2591
315bc30d
CY
25922011-12-05 Chong Yidong <cyd@gnu.org>
2593
2594 * faces.el (read-color): Doc fix.
2595
58a70b94
GM
25962011-12-05 Glenn Morris <rgm@gnu.org>
2597
2598 * align.el (align--set-marker): Add doc-string.
2599 Don't try to move something that is not a marker. (Bug#10216)
2600
5158face
GM
26012011-12-04 Glenn Morris <rgm@gnu.org>
2602
2603 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
2604 overly zealous deletion of trailing whitespace.
2605
520fca41
JB
26062011-12-04 Juanma Barranquero <lekktu@gmail.com>
2607
2608 * server.el (server-delete-client): On Windows, do not try to delete
2609 the only terminal.
2610 (server-process-filter): On Windows, treat requests for a tty frame as
2611 if they were for a GUI frame if the running server is in GUI mode.
2612
5e605a2e
GM
26132011-12-03 Glenn Morris <rgm@gnu.org>
2614
2615 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
2616
5c3fe83f
SM
26172011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2618
6f5e57e7
SM
2619 * electric.el: Streamline electric-indent's hook.
2620 (electric-indent-chars): Revert to simple list.
2621 (electric-indent-functions): New var.
2622 (electric-indent-post-self-insert-function): Use it.
2623
5c3fe83f
SM
2624 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
2625 there's no inferior buffer (bug#10196).
2626 (prolog-consult-compile): Don't use toggle-read-only.
2627
6bdac736
MA
26282011-12-02 Michael Albinus <michael.albinus@gmx.de>
2629
2630 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
2631 interrupt. (Bug#10187)
2632
6131ba7f
SM
26332011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2634
99c79fee
SM
2635 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
2636 (bug#9160).
2637
6131ba7f
SM
2638 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
2639 (bug#10191).
2640
cb0a02ea
JL
26412011-12-02 Juri Linkov <juri@jurta.org>
2642
2643 * info.el (Info-search): Display "end of manual" when Isearch
2644 reaches the end of single-file Info manual. (Bug#9918)
2645
66e0570c
EZ
26462011-12-02 Eli Zaretskii <eliz@gnu.org>
2647
2648 * isearch.el (isearch-message-prefix): Run the input method part
2649 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
2650
02b16839
JL
26512011-12-02 Juri Linkov <juri@jurta.org>
2652
2653 * isearch.el (isearch-occur): Use `word-search-regexp' for
2654 `isearch-word'.
2655 (isearch-search-and-update): Add condition for `isearch-word' and
2656 call `word-search-regexp'. (Bug#10145)
2657
0b950688
GM
26582011-12-01 Glenn Morris <rgm@gnu.org>
2659
2660 * eshell/em-hist.el (eshell-hist-initialize):
2661 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 2662 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 2663
9505c3c7
SM
26642011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2665
2666 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
2667
1bbe96b2 26682011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 2669
a1beca85
SM
2670 * progmodes/verilog-mode.el (verilog-pretty-expr):
2671 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
2672 verilog, such as += *= and the like.
2673 (verilog-assignment-operator-re): Regular expression to find the
2674 assigment operator in a verilog assignment.
2675 (verilog-assignment-operation-re): Regular expression to find an
2676 assignment statement for pretty-expr.
2677 (verilog-in-attribute-p): Query returns true if point is in an
2678 attribute context; used to skip these for expression line up from
2679 pretty-expr.
2680 (verilog-in-parameter-p): Query returns true if point is in an
2681 parameter definition context; used to skip these for expression
2682 line up from pretty-expr.
2683 (verilog-in-parenthesis-p): Query returns true if point is in a
2684 parenthetical expression, specifically ( ) but not [ ] or { };
2685 used by pretty-expr.
2686 (verilog-just-one-space): If there is no space, don't add one.
2687 (verilog-get-lineup-indent-2): Specifically skip just attribute
2688 contexts for expression lineup, rather than skipping all
2689 parenthetical expressions.
2690 (verilog-calculate-indent): Fix comment, and fix indent.
2691 (verilog-do-indent): Indent declarations in lists (suggested by
2692 Joachim Lechner).
2693 (verilog-mode-abbrev-table): Populate abbrev mode with the various
2694 skeleton items.
2695 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
2696 by Alain Mellan).
2697
1bbe96b2 26982011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
2699
2700 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
2701 parameters with embedded comments. Reported by Ray Stevens.
2702 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
2703 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
2704 Reported by Tim Holt.
2705 (verilog-auto): Fix AUTOing a upper module then AUTOing module
2706 instantiated by upper module causing wrong expansion until AUTOed a
2707 second time. Reported by K C Buckenmaier.
2708 (verilog-diff-auto): Fix showing .* as a difference when
2709 `verilog-auto-star-save' off. Reported by Dan Dever.
2710 (verilog-auto-reset, verilog-read-always-signals)
2711 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
2712 temporary signals in reset list if
2713 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
2714 style to each signal's assignment type, bug381.
2715 Reported by Thomas Esposito.
6288f0ca
WS
2716 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
2717 (verilog-uvm-statement-re): Support UVM indentation and
2718 highlighting, with old OVM keywords only.
a1beca85 2719 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
2720 Support AUTOTIEOFF creating non-wire data types.
2721 Suggested by Jonathan Greenlaw.
6288f0ca
WS
2722 (verilog-auto-insert-lisp, verilog-delete-to-paren)
2723 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
2724 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
2725 (verilog-read-sub-decls, verilog-read-sub-decls-line):
2726 Fix mismatching parenthesis inside commented out code when deleting
382c953b 2727 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
2728 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
2729 non-numeric vector width. Reported by Alex Reed.
2730 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 2731 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
2732 (verilog-auto-delete-trailing-whitespace):
2733 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
2734 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
2735 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
2736 Fix verilog-scan-cache corruption when running user AUTO expansion
2737 hooks that call indentation routines.
2738 (verilog-simplify-range-expression): Fix typo ignoring lower case
2739 identifiers.
2740 (verilog-delete-auto): Fix delete-autos to also remove user created
2741 automatics, as long as they start with AUTO.
2742 (verilog-batch-diff-auto, verilog-diff-auto)
2743 (verilog-diff-function): Add `verilog-diff-auto' and bind to
2744 "C-c?" to report differences in AUTO expansion, ignoring spaces.
2745 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
2746 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
2747 (verilog-re-search-forward-quick, verilog-syntax-ppss):
2748 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
2749 is disabled and its cache will get corrupt, causing AUTOS not to
2750 expand. Instead use only -quick functions.
2751 (verilog-scan-region): Fix scanning over escaped quotes.
2752 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
2753 (verilog-re-search-backward-quick)
2754 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
2755 related functions now ignore strings, to fix misparsing of strings
2756 with magic comments embedded in them.
a1beca85
SM
2757 (verilog-read-auto-template):
2758 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
2759 Reported by Brad Dobbie.
2760 (verilog-read-auto-template):
2761 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 2762 Reported by Brad Dobbie.
6288f0ca
WS
2763 (verilog-auto-inst, verilog-auto-inst-param)
2764 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
2765 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
2766 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
2767 debugging templates without merge conflicts, bug357.
2768 Reported by Brad Dobbie.
2769 (verilog-read-auto-template):
2770 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
2771 Reported by Brad Dobbie.
2772 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
2773 abbrevs so user won't be asked to save.
2774 (verilog-read-auto-lisp-present): Fix to start at beginning of
2775 buffer in case called outside of verilog-auto.
2776 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
2777 to "X-2". Reported by Matthew Myers.
2778 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
2779 all inputs from module templates. Reported by Leith Johnson.
2780 (verilog-module-inside-filename-p): Fix locating programs as with
2781 modules.
2782 (verilog-auto-inst-port): Fix vl-width expressions when using
2783 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
2784 (verilog-decls-get-regs, verilog-decls-get-signals,
2785 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
2786 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
2787 verilog-read-decls): Combine reg and wire structures into one var
2788 structure to represent SystemVerilog concepts.
2789 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
2790 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
2791 (verilog-auto-wire-type, verilog-insert-definition):
2792 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
2793 SystemVerilog "logic" keyword instead of "wire"/"reg".
2794 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
2795 to declares outputs that also have assignments (presumably in an
a1beca85
SM
2796 ifdef or generate if so there's not a driver conflict).
2797 Reported by Matthew Myers.
2798 (verilog-auto-declare-nettype, verilog-insert-definition):
2799 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
2800 `default_nettype none. Reported by Julian Gorfajn.
2801 (verilog-read-always-signals-recurse, verilog-read-decls)
2802 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
2803 malformed end statement, bug325. Reported by Joshua Wise and
2804 Andrew Drake.
2805 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
2806 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
2807 when expanding .* in interfaces, bug320.
2808 Reported by Pierre-David Pfister.
6288f0ca 2809 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
2810 name and open parenthesis, bug317.
2811 Reported by Pierre-David Pfister.
6288f0ca
WS
2812 (verilog-simplify-range-expression): Fix simplification of
2813 multiplications inside AUTOWIRE connections, bug303.
2814 (verilog-auto-inst-port): Support parameter expansion in
2815 multidimensional arrays.
2816 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
2817 after "assert property". Reported by Julian Gorfajn.
2818 (verilog-simplify-range-expression): Fix "couldn't merge" errors
2819 with multiplication, bug303.
2820 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
2821 Reported by Jan Frode Lonnum.
2822
1bbe96b2
GM
28232011-11-30 Juanma Barranquero <lekktu@gmail.com>
2824
2825 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
2826 (hfy-shell-file-name, hfy-shell):
2827 * international/fontset.el (x-decompose-font-name): Fix typos.
2828
28292011-11-29 Ken Brown <kbrown@cornell.edu>
2830
2831 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
2832 (gdb-version): Remove defvar.
2833 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
2834 (gdb-gud-context-command, gdb-non-stop-handler)
2835 (gdb-current-context-command, gdb-stopped): Use it.
2836 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
2837 (gdb-non-stop-handler): Don't enable pretty-printing here.
2838 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
2839 non-stop mode. Use the following.
2840 (gdb-check-target-async): New defun.
2841 (gud-watch, gdb-stopped): Fix whitespace.
2842 (gdb-get-source-file): Don't try to display the source file if
2843 `gdb-main-file' is nil.
2844
28452011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
2846
2847 * align.el: Try to generate fewer markers (bug#10047).
2848 (align--set-marker): New macro.
2849 (align-region): Use it.
2850
c935221f
SM
28512011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
2852
2853 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
2854
e70b5064
CY
28552011-11-29 Chong Yidong <cyd@gnu.org>
2856
2857 * indent.el (indent-for-tab-command, indent-according-to-mode):
2858 Doc fix.
2859 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
2860
f3af92b7
MA
28612011-11-29 Michael Albinus <michael.albinus@gmx.de>
2862
2863 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
2864 aware of remote file names. (Bug#10124)
2865
ed472be9
CY
28662011-11-29 Chong Yidong <cyd@gnu.org>
2867
2868 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
2869
24510c22
SM
28702011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2871
2872 * files.el (find-file): Don't use force-same-window (bug#10144).
2873 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
2874 use pop-to-buffer if the selected window can't be used.
2875 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
2876
c60c3703
EZ
28772011-11-28 Eli Zaretskii <eliz@gnu.org>
2878
2879 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
2880 special-mode-map.
2881
e95def75
CY
28822011-11-28 Chong Yidong <cyd@gnu.org>
2883
2884 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
2885
c3f1c606
NR
28862011-11-27 Nick Roberts <nickrob@snap.net.nz>
2887
2888 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
2889 gdb-get-source-file-list on gdb-create-source-file-list.
2890
00db469c
EZ
28912011-11-26 Eli Zaretskii <eliz@gnu.org>
2892
2893 * whitespace.el (whitespace-newline): Use a different foreground
2894 color for 16-color light-background displays.
2895
4ad3bc2a
CY
28962011-11-24 Chong Yidong <cyd@gnu.org>
2897
2898 * window.el (display-buffer--special-action): Doc fix.
2899
e9fce1ac
JB
29002011-11-25 Juanma Barranquero <lekktu@gmail.com>
2901
2902 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
2903 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
2904 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
2905 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
2906 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
2907 (avl-tree-stack-first):
2908 * emacs-lisp/cconv.el (cconv--analyse-use):
2909 * net/gnutls.el (gnutls-negotiate): Fix typos.
2910
cb825e5d
GM
29112011-11-24 Glenn Morris <rgm@gnu.org>
2912
3adbe224
GM
2913 * lpr.el (lpr-windows-system, lpr-lp-system):
2914 * mail/binhex.el (binhex-begin-line):
2915 * progmodes/grep.el (grep-history, grep-find-history):
2916 * textmodes/flyspell.el:
2917 * vc/pcvs-defs.el (cvs-global-menu):
2918 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
2919 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
2920 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
2921
321decc8
GM
2922 * net/tls.el: Fix case of "GnuTLS".
2923
420b63ad
GM
2924 * paths.el (rmail-file-name): Format doc-string for make-docfile.
2925
cb825e5d
GM
2926 * version.el (emacs-build-system): Give it a doc-string.
2927
a0649f08
JL
29282011-11-24 Juri Linkov <juri@jurta.org>
2929
2930 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
2931
c0bc0fd4
GM
29322011-11-24 Glenn Morris <rgm@gnu.org>
2933
2934 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
2935 if called on a non-mime message just toggle the headers. (Bug#8006)
2936
20db1522
JB
29372011-11-24 Juanma Barranquero <lekktu@gmail.com>
2938
2939 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
2940 (allout-lead-with-comment-string, allout-structure-deleted-hook)
2941 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
2942 (allout-rebullet-heading, allout-open-sibtopic)
2943 (allout-toggle-current-subtree-encryption)
2944 (allout-toggle-subtree-encryption, allout-encrypt-string)
2945 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
2946 (allout-distinctive-bullets-string, allout-auto-activation):
2947 * window.el (window-normalize-buffer-to-display):
2948 * progmodes/verilog-mode.el (verilog-batch-indent):
2949 * textmodes/bibtex.el (bibtex-field-braces-opt)
2950 (bibtex-field-strings-opt):
2951 * vc/cvs-status.el (cvs-tree-merge):
2952 Fix typos.
2953
7262a87c
MA
29542011-11-23 Michael Albinus <michael.albinus@gmx.de>
2955
2956 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
2957 `non-essential' to t, in order to avoid remote connections.
2958
283430a1
EZ
29592011-11-23 Eli Zaretskii <eliz@gnu.org>
2960
a1beca85
SM
2961 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2962 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
2963 case-insensitively.
2964
d2992a38
ML
29652011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
2966
2967 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
2968
50419064
GM
29692011-11-23 Glenn Morris <rgm@gnu.org>
2970
da94eca1
GM
2971 * paths.el (rmail-file-name): Reformat the doc-string so that it
2972 is picked up.
2973
9aac4de2
GM
2974 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
2975 (rmail-auto-file): Ignore case in the "special" field names,
2976 as mail-fetch-field does for all others.
2977
8038d2d2
GM
2978 * mail/rmail.el (rmail-forward):
2979 * mail/rmailkwd.el (rmail-set-label):
2980 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
2981 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
2982
f3fe222a
GM
2983 * mail/rmail.el (rmail-current-message): Doc fix.
2984
50419064
GM
2985 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
2986
28109f49
SM
29872011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
2988
2989 * server.el (server-eval-and-print): Allow C-g (bug#6585).
2990
394c65f1
GM
29912011-11-22 Glenn Morris <rgm@gnu.org>
2992
2993 * mail/rmailmm.el (test-rmail-mime-handler)
2994 (test-rmail-mime-bulk-handler)
2995 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
2996
f2a0aa3a
JL
29972011-11-21 Juri Linkov <juri@jurta.org>
2998
1154d12e
JB
2999 * calc/calc.el (calc-read-key-sequence):
3000 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 3001
9c34a344
LMI
30022011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3003
3004 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
3005 Tell the caller that the next line needs recomputation, even
3006 though it doesn't start a sexp (bug#10094).
3007
f04a3be9
SM
30082011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3009
3010 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
3011
7978747f
SM
30122011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3013
f04a3be9
SM
3014 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
3015 Use force-same-window.
7978747f 3016
fe7a3057
JB
30172011-11-20 Juanma Barranquero <lekktu@gmail.com>
3018
3019 * descr-text.el (describe-char-unicode-data):
3020 * json.el (json-string-escape):
3021 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
3022 (Footnote-unicode, Footnote-style-p):
3023 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
3024
24901d61
CY
30252011-11-20 Chong Yidong <cyd@gnu.org>
3026
3027 * window.el (replace-buffer-in-windows): Restore interactive spec.
3028
bac7ff22
SM
30292011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3030
24f3d7b9
SM
3031 * electric.el (electric-indent-mode): Fix last change (too optimistic).
3032
bac7ff22
SM
3033 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
3034 (byte-compile-global-not-obsolete-vars): New var.
3035 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
3036 Use it.
3037 (byte-compile-warn-obsolete): Align text with the one in *Help*.
3038
cd1181db
JB
30392011-11-20 Juanma Barranquero <lekktu@gmail.com>
3040
3041 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
3042 * progmodes/pascal.el (electric-pascal-equal):
3043 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
3044 * xml.el (xml-substitute-special): Fix typos.
3045
7fb18e9e
GM
30462011-11-20 Glenn Morris <rgm@gnu.org>
3047
3048 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
3049 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
3050 Doc fixes.
3051 (rmail-decode-mime-charset): Mark as obsolete.
3052
3053 * mail/rmailsum.el (rmail-message-regexp-p-1):
3054 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
3055 Before using mime functions, check they are set. (Bug#10077)
3056
d5a6b3ba
JL
30572011-11-19 Juri Linkov <juri@jurta.org>
3058
3059 * info.el (Info-finder-find-node): Use `package--builtins' instead
3060 of `package-alist'. Use node names formed by the pattern "Keyword "
3061 and the keyword name.
3062
e981b61f
AS
30632011-11-19 Andreas Schwab <schwab@linux-m68k.org>
3064
1d00653d 3065 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 3066
3ffbc301
JL
30672011-11-19 Juri Linkov <juri@jurta.org>
3068
3069 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
3070 that calls `revert-buffer' on all Info buffers. (Bug#9915)
3071 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
3072 `old-history', `old-history-forward'. Add let-binding
3073 `window-selected'. Remove calls to `kill-buffer',
3074 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
3075 before calling `Info-find-node', so `Info-find-node-2' will reread
3076 the Info file. Restore window positions only when `window-selected'
3077 is non-nil.
3078
30c62133
JL
30792011-11-19 Juri Linkov <juri@jurta.org>
3080
3081 * isearch.el (isearch-lazy-highlight-new-loop):
3082 Remove condition `(not isearch-error)'. (Bug#9918)
3083
3084 * misearch.el (multi-isearch-search-fun): Add condition
3085 `(not bound)' to ignore lazy-highlighting search.
3086 Add the search-failed message "end of multi" when the end of
3087 multi-sequence is reached. Uncapitalize the search-failed
3088 message "Repeat for next buffer".
3089
3090 * info.el (Info-search): Add the search-failed message
3091 "end of the manual" when the end of the manual is reached
3092 in Isearch mode.
3093
645ca9cf
JL
30942011-11-19 Juri Linkov <juri@jurta.org>
3095
3096 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
3097 Use non-destructive `remove' instead of `delete' because
3098 `Info-history-list' stored to `Info-isearch-initial-history-list' in
3099 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
3100
df754f66
JL
31012011-11-19 Juri Linkov <juri@jurta.org>
3102
3103 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
3104 to nil instead of binding `search-ring' and `regexp-search-ring'.
3105 (Bug#9185)
3106
0e23d96a
EZ
31072011-11-19 Eli Zaretskii <eliz@gnu.org>
3108
3109 * simple.el (line-move): Force movement by logical lines for any
3110 hscrolled window, not only when auto-hscroll-mode is on.
3111 (line-move-visual): Update doc string to that effect. (Bug#10076)
3112
8a6ccb66
AS
31132011-11-19 Andreas Schwab <schwab@linux-m68k.org>
3114
3115 * language/european.el (macintosh): Define as alias for mac-roman.
3116
49ae5b39
EZ
31172011-11-19 Eli Zaretskii <eliz@gnu.org>
3118
3119 * mail/rmailmm.el (rmail-mime-display-header)
3120 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
3121 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
3122 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
3123 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
3124 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
3125 of a raw aref.
3126 (rmail-mime-entity-segment): To get past the tagline, move forward
3127 2 more lines, to account for the 2 empty lines that precede and
3128 follow the line with the buttons.
3129 (rmail-mime-update-tagline): Move one more line, to get past the
3130 empty line that follows the buttons in the tagline. (Bug#9520)
3131
c56cad4a
MR
31322011-11-19 Martin Rudalics <rudalics@gmx.at>
3133
3134 * window.el (window-max-delta-1, window-min-delta-1)
3135 (window-min-size-1, window-state-get-1, window-state-put-1)
3136 (window-state-put-2): Use "window--" prefix.
3137
cbe71af3
SM
31382011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3139
2ad52c60
SM
3140 * emacs-lisp/smie.el: Improve warnings and conflict detection.
3141 (smie-warning-count): New var.
3142 (smie-set-prec2tab): Use it.
3143 (smie-bnf->prec2): Improve warnings. Add docstring.
3144 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
3145 (smie-bnf--set-class): New function.
3146 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
3147 corner case.
3148
6944dbc1
SM
3149 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
3150 (compilation-error-properties, compilation-move-to-column):
3151 Handle compilation-first-column while in the target buffer.
3152
c400c4d7
SM
3153 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
3154 Don't hardcode point-min==1.
3155
6dbe3e96
SM
3156 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
3157 (eshell-rewrite-for-command): Remove workaround.
3158 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
3159 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
3160 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
3161
cbe71af3
SM
3162 * files-x.el (modify-file-local-variable): Obey commenting conventions.
3163
a8e1496d
GM
31642011-11-17 Glenn Morris <rgm@gnu.org>
3165
3166 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3167 Ignore buffer-local generated-autoload-file if it is the same
3168 as the global value. (Bug#10049)
3169
df85d315
JB
31702011-11-17 Juanma Barranquero <lekktu@gmail.com>
3171
3172 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
3173 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
3174 (reftex-toc-previous-heading, reftex-toc-max-level)
3175 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
3176 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
3177 (reftex-toc-do-promote, reftex-toc-promote-prepare)
3178 (reftex-toc-promote-action, reftex-toc-extract-section-number)
3179 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
3180 (reftex-toc-rename-label, reftex-toc-visit-location)
3181 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
3182 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
3183 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
3184 leaving "*toc*" only for references to the buffer.
3185
a0c2d0ae
MR
31862011-11-17 Martin Rudalics <rudalics@gmx.at>
3187
3188 * window.el (window-resize, delete-window, split-window):
3189 Replace window-splits by window-combination-resize.
1d00653d 3190 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 3191
35c0bac8
GM
31922011-11-17 Glenn Morris <rgm@gnu.org>
3193
3194 * progmodes/sh-script.el (sh-font-lock-keywords-var):
3195 Make bash entry derive from sh entry, not shell entry.
3196
d0c8fc8a
MA
31972011-11-16 Michael Albinus <michael.albinus@gmx.de>
3198
d0c8fc8a
MA
3199 * net/tramp-cache.el (tramp-flush-file-property): Flush also
3200 properties of linked files. (Bug#9879)
3201
7262a87c
MA
3202 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
3203 local file name.
3204
7877f373
JB
32052011-11-16 Juanma Barranquero <lekktu@gmail.com>
3206
3207 * menu-bar.el (menu-bar-file-menu):
3208 * printing.el (pr-ps-utility):
3209 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
3210 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
3211 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
3212 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
3213 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
3214 (icalendar--convert-cyclic-to-ical)
3215 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
3216 (icalendar--convert-ical-to-diary)
3217 (icalendar--convert-recurring-to-diary)
3218 (icalendar--convert-non-recurring-all-day-to-diary)
3219 (icalendar-import-format-sample):
3220 * progmodes/idlw-shell.el (idlwave-shell-mode):
3221 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
3222 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
3223 (vhdl-ps-print-init): Fix typos.
3224
10649b82
KM
32252011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
3226
9d0cfcd6
GM
3227 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
3228 FSF and collapse date sequence, obscure author/maintainer email address
3229 better, remove extra version line, track relocation of author's webpage.
10649b82 3230
9d0cfcd6
GM
3231 * progmodes/python.el (python-pdbtrack-input-prompt)
3232 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
3233 regular python pdb prompts. Adjustments shamelessly taken exactly as
3234 suggested in EmacsWiki page (tiny change):
3235 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 3236
58179cce
JB
32372011-11-16 Juanma Barranquero <lekktu@gmail.com>
3238
3239 * expand.el (expand-pos, expand-index, expand-point):
3240 Remove redundant info from docstring.
3241 (expand-add-abbrevs): Doc fix.
3242 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
3243 (expand-sample-perl-mode-expand-list): Fix typos.
3244
3245 * net/dbus.el (dbus-event-member-name):
3246 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
3247 * term/pc-win.el (msdos-create-frame-with-faces):
3248 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
3249
b6f67890
MR
32502011-11-16 Martin Rudalics <rudalics@gmx.at>
3251
3252 * window.el (split-window, window-state-get-1)
3253 (window-state-put-1, window-state-put-2): Rename occurrences of
3254 window-nest to window-combination-limit.
1d00653d 3255 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 3256
ce7ddba0
CY
32572011-11-16 Chong Yidong <cyd@gnu.org>
3258
3259 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
3260 regexp (Bug#10033).
3261
3ae704f4
SM
32622011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3263
3264 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
3265 `completing-read' will remove *Completions* and will preserve
3266 current-buffer for us.
3267 (tmm-add-prompt): Users of *Completions* will always (re)set its
3268 major mode.
3269 (tmm-old-comp-map): Remove.
3270
6ad1cdde
GM
32712011-11-16 Glenn Morris <rgm@gnu.org>
3272
3273 * mail/rmailedit.el: Require rmailmm when compiling.
3274 (rmail-old-mime-state): New declaration.
3275 (rmail-edit-current-message): If editing a mime message,
3276 edit the "raw" message from the mbox buffer.
3277 (rmail-cease-edit): Handle mime messages. (Bug#9840)
3278
d20faa20
GM
32792011-11-15 Glenn Morris <rgm@gnu.org>
3280
3281 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
3282 which wasn't being used. Add optional arg to force given state.
3283 (rmail-mime): Add optional arg to force given state.
3284
c7015153
JB
32852011-11-15 Juanma Barranquero <lekktu@gmail.com>
3286
3287 * allout.el (allout-encryption-plaintext-sanitization-regexps):
3288 * frame.el (display-mm-dimensions-alist):
3289 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
3290 (outline-move-subtree-down):
3291 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
3292 (newsticker--treeview-do-get-node):
3293 * net/quickurl.el (quickurl-list-buffer-name):
3294 * progmodes/dcl-mode.el (dcl-mode):
3295 * progmodes/gdb-mi.el (gdb-mapcar*):
3296 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
3297
45261b50
GM
32982011-11-15 Glenn Morris <rgm@gnu.org>
3299
3300 * mail/rmail.el (rmail-file-coding-system): It's only ever used
3301 in a boolean sense, so just make it a boolean, and fix the doc.
3302 (rmail-show-mime-function, rmail-mime-feature)
3303 (rmail-require-mime-maybe): Doc fixes.
3304 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
3305
3306 * mail/rmailmm.el (rmail-show-mime): Doc fix.
3307
0d26e0b6
JB
33082011-11-15 Juanma Barranquero <lekktu@gmail.com>
3309
3310 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
3311 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
3312 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
3313 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
3314
447f30f6
GM
33152011-11-15 Glenn Morris <rgm@gnu.org>
3316
672b871d
GM
3317 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
3318 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
3319 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
3320 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
3321 (rmail-mime, rmail-show-mime): Doc fixes.
3322
f6aa5bb1
GM
3323 * term/ns-win.el (mode-line-frame-identification):
3324 Leave it alone. (Bug#10051)
3325
947cd66b
GM
3326 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
3327
447f30f6
GM
3328 * mail/rmailout.el (rmail-output-to-rmail-buffer):
3329 Handle empty buffers. (Bug#9978)
3330
0b381c7e
JB
33312011-11-14 Juanma Barranquero <lekktu@gmail.com>
3332
3333 * international/mule.el (define-charset):
3334 * mail/rmailmm.el (rmail-mime-find-header-encoding):
3335 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
3336 * progmodes/verilog-mode.el (verilog-backward-token):
3337 * textmodes/ispell.el (lookup-words):
3338 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
3339
71e027ac
GM
33402011-11-14 Glenn Morris <rgm@gnu.org>
3341
56632ce4
GM
3342 * progmodes/executable.el
3343 (executable-make-buffer-file-executable-if-script-p):
3344 Handle file-modes returning nil.
3345
40500957
GM
3346 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
3347 message - not necessary, and causes problems. (Bug#9831)
3348
071c2340
GM
3349 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
3350
d3cfca60
GM
3351 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
3352
71e027ac
GM
3353 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
3354 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
3355 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
3356
89d61221
MR
33572011-11-12 Martin Rudalics <rudalics@gmx.at>
3358
3359 * window.el (window-resize, delete-window): Use window-splits
3360 variable instead of function.
3361 (window-state-get-1, window-state-put-2, window-state-put):
3362 Don't deal with windows' splits status.
3363
98282f6f
GM
33642011-11-12 Glenn Morris <rgm@gnu.org>
3365
3366 * apropos.el (apropos-do-all, apropos-library, apropos-value)
3367 (apropos-documentation): Doc fixes.
3368
40a8bdf6
JB
33692011-11-11 Juanma Barranquero <lekktu@gmail.com>
3370
3371 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
3372 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
3373
65bd19ff
SM
33742011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
3375
3376 * electric.el (electric-indent-post-self-insert-function): Make it
3377 possible for a char to only indent in some circumstances.
3378 (electric-indent-mode): Simplify.
3379
54f9154c
MR
33802011-11-11 Martin Rudalics <rudalics@gmx.at>
3381
3382 * window.el (windows-with-parameter): Remove unused function.
3383 (windows-at-side): Rename to window-at-side-list.
3384 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
3385 (window-side-check, window-size-ignore, window-size-fixed-1)
3386 (window-in-direction-2): Prefix with "window--".
3387 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 3388
68cbc58b
GM
33892011-11-11 Glenn Morris <rgm@gnu.org>
3390
3391 * subr.el (eval-after-load): If FILE is already loaded,
3392 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
3393
b2621720
GM
33942011-11-10 Glenn Morris <rgm@gnu.org>
3395
9a4de110
GM
3396 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
3397 Call svn via vc-svn-command rather than vc-do-command.
3398 (vc-svn-command): Add --non-interactive. (Bug#9993)
3399 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
3400
b2621720
GM
3401 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3402 Add toggle-read-only. (Bug#7292)
3403 * files.el (toggle-read-only): Mention that it should only
3404 be used interactively. (Bug#10006)
3405
1dce7193
SM
34062011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3407
d9ac1a1e
SM
3408 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3409 Adjust regexp for OCaml warnings.
3410
0c325082
SM
3411 * electric.el (electric-pair-post-self-insert-function): Let user
3412 turn it off buffer-locally (bug#9932).
3413
90132c14
SM
3414 * progmodes/python.el (python-beginning-of-statement):
3415 Rewrite (bug#2703).
3416
1dce7193
SM
3417 * progmodes/compile.el: Better handle TABs (bug#9749).
3418 (compilation-internal-error-properties)
3419 (compilation-next-error-function): Obey the target buffer's
3420 compilation-error-screen-columns.
3421
c4e7c63a
JB
34222011-11-09 Juanma Barranquero <lekktu@gmail.com>
3423
3424 * progmodes/meta-mode.el: Remove obsolete comments.
3425 (meta-right-comment-regexp, meta-ignore-comment-regexp):
3426 Fix typos in docstrings.
3427
2cffd681
MR
34282011-11-09 Martin Rudalics <rudalics@gmx.at>
3429
3430 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 3431 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
3432 (window--resizable): New function. Make all callers of
3433 window-resizable call window--resizable instead.
3434 (window-resizable): Rewrite in terms of window--resizable.
3435
0edcba87
GM
34362011-11-08 Glenn Morris <rgm@gnu.org>
3437
3438 * progmodes/delphi.el (delphi-mode-syntax-table):
3439 Let define-derived-mode define a proper syntax table. (Bug#9994)
3440
4b0d61e3
SM
34412011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3442
3443 * window.el: Stay away from defsubst.
3444 (window-list-no-nils): Remove.
3445 (window-state-get-1, window-state-get): Use backquote instead.
3446
cd394be1 34472011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 3448
4b0d61e3 3449 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 3450 Fix incorrect use of default argument in `completing-read'.
3451
e1c2c6f2
MR
34522011-11-08 Martin Rudalics <rudalics@gmx.at>
3453
3454 * window.el (display-buffer-function, special-display-function):
3455 Mention display-buffer-record-window but do not mention
3456 help-setup parameter in doc-strings.
b3f4a882 3457 (window-min-delta): Fix doc-string typo.
e1c2c6f2 3458
105216ed
CY
34592011-11-08 Chong Yidong <cyd@gnu.org>
3460
3461 * window.el (window-total-height, window-total-width): Doc fix.
3462 (window-body-size): Move from C.
3463 (window-body-height, window-body-width): Move to C.
3464
0a9f9ab5
SM
34652011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3466
3467 * window.el: Make special-display like display-buffer-alist (bug#9532).
3468 (display-buffer--special-action): New function, morphed
3469 from display-buffer--special.
3470 (display-buffer): Use it to handle special-display-buffers at higher
3471 priority (just after display-buffer-alist).
3472 (display-buffer-fallback-action, display-buffer--other-frame-action)
3473 (pop-to-buffer-same-window): Remove display-buffer--special.
3474
a769dd15
GM
34752011-11-07 Glenn Morris <rgm@gnu.org>
3476
3477 * calendar/cal-menu.el (cal-menu-set-date-title):
3478 Do nothing if not in a calendar. (Bug#9976)
3479
05a61ee3
SM
34802011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
3481
3482 * files.el (find-file): Always use selected-window.
3483
be7f5545
MR
34842011-11-07 Martin Rudalics <rudalics@gmx.at>
3485
3486 * window.el (window-combinations): Make WINDOW argument
3487 mandatory. Rewrite doc-string.
3488 (walk-window-subtree, window-atom-check, window-min-delta)
3489 (window-max-delta, window--resize-this-window)
3490 (window--resize-root-window-vertically, window-tree)
3491 (balance-windows, window-state-put): Rewrite doc-strings as to
3492 not mention the term "subwindow".
3493 (window--resize-subwindows-skip-p): Rename to
3494 window--resize-child-windows-skip-p.
3495 (window--resize-subwindows-normal): Rename to
3496 window--resize-child-windows-normal.
3497 (window--resize-subwindows): Rename to
3498 window--resize-child-windows.
3499 (window-or-subwindow-p): Rename to window--in-subtree-p.
3500
3c6702ef
ML
35012011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3502
3503 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
3504 Ensure that mbox format messages end in two newlines (Bug#9974).
3505
49745b39
CY
35062011-11-06 Chong Yidong <cyd@gnu.org>
3507
3508 * window.el (window-combination-p): Function deleted; its
3509 side-effect is not used in any existing code.
3510 (window-combinations, window-combined-p): Call window-*-child
3511 directly.
3512
24300f5f
CY
35132011-11-05 Chong Yidong <cyd@gnu.org>
3514
3515 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
3516 (window-size-ignore, window-state-get): Callers changed.
3517 (window-normalize-window): Rename from window-normalize-any-window.
3518 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 3519 (window-normalize-live-window): Delete.
447f16b8
CY
3520 (window-combination-p, window-combined-p, window-combinations)
3521 (walk-window-subtree, window-atom-root, window-min-size)
3522 (window-sizable, window-sizable-p, window-size-fixed-p)
3523 (window-min-delta, window-max-delta, window-resizable)
3524 (window-resizable-p, window-full-height-p, window-full-width-p)
3525 (window-current-scroll-bars, window-point-1, set-window-point-1)
3526 (window-at-side-p, window-in-direction, window-resize)
3527 (adjust-window-trailing-edge, maximize-window, minimize-window)
3528 (window-deletable-p, delete-window, delete-other-windows)
3529 (record-window-buffer, unrecord-window-buffer)
3530 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
3531 (quit-window, split-window, window-state-put)
3532 (set-window-text-height, fit-window-to-buffer)
3533 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 3534
89bd5ee1
EZ
35352011-11-04 Eli Zaretskii <eliz@gnu.org>
3536
53479029
EZ
3537 * mail/rmail.el (rmail-simplified-subject): Decode subject with
3538 rfc2047-decode-string.
3539 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
3540 warnings.
3541
89bd5ee1
EZ
3542 * window.el (window-body-height, window-body-width): Mention in
3543 the doc string that the return values are in frame's canonical
3544 units. (Bug#9949)
3545
bd17fdee
AM
35462011-11-03 Alan Mackenzie <acm@muc.de>
3547
3548 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
3549 change in cc-engine.el.
3550
acc825c5
SM
35512011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
3552
3553 * window.el (switch-to-buffer): Use `force-same-window' interactively.
3554
1885e5b8
MR
35552011-11-02 Martin Rudalics <rudalics@gmx.at>
3556
3557 * window.el (quit-window): Call unrecord-window-buffer after
3558 showing another buffer in the window. (Bug#9937)
acc825c5 3559 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 3560
ebe06da9
JB
35612011-11-02 Juanma Barranquero <lekktu@gmail.com>
3562
3563 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
3564 Accept status with more than 9 shelves. (Bug#9935)
3565 Reported by Colin D Bennett <colin@gibibit.com>.
3566
4ee88440
MR
35672011-11-01 Martin Rudalics <rudalics@gmx.at>
3568
3569 * help.el (with-help-window): Don't reference
3570 temp-buffer-show-specifiers in doc-string.
3571
08e1d82c
AS
35722011-10-31 Andreas Schwab <schwab@linux-m68k.org>
3573
3574 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
3575 menu-item.
3576
84bd6e9e
VJL
35772011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3578
3579 * whitespace.el: New version 13.2.2.
3580 (whitespace-newline-mode): Disable properly. Reported by Sarah
3581 <EmacsWiki>.
3582
dba0634a
UJ
35832011-10-30 Ulf Jasper <ulf.jasper@web.de>
3584
3585 * net/newst-treeview.el: Remove "Time-stamp".
3586 (newsticker--group-manage-orphan-feeds): Do not call
3587 newsticker--treeview-tree-update.
db22a3c2
JB
3588 (newsticker-treeview-update, newsticker-treeview):
3589 Call newsticker--treeview-tree-update if necessary.
dba0634a 3590
3d8daefe
MR
35912011-10-30 Martin Rudalics <rudalics@gmx.at>
3592
3593 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
3594 (window-iso-combinations): Remove "iso-" infix.
3595 Suggested by Chong Yidong.
3d8daefe
MR
3596 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
3597 (window-max-delta-1, window-resize, window--resize-siblings)
3598 (window--resize-this-window, adjust-window-trailing-edge)
3599 (split-window, balance-windows-1)
3600 (shrink-window-if-larger-than-buffer):
3601 * calendar/calendar.el (calendar-generate-window):
db22a3c2 3602 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 3603
1bc4c3ae
SM
36042011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3605
3606 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
3607 in place (bug#9907).
3608 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
3609 (eshell-rewrite-if-command, eshell-rewrite-for-command)
3610 (eshell-structure-basic-command, eshell-rewrite-while-command)
3611 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
3612 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
3613 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
3614 (eshell-do-pipelines-synchronously, eshell-eval-command):
3615 Use backquotes and prefer setq to set.
3616 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
3617 (eshell-macrop): Use functionp.
c1e2f5fa 3618 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 3619
30b65d9c
CY
36202011-10-30 Chong Yidong <cyd@gnu.org>
3621
3622 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
3623 instead of set-mark (Bug#9810).
3624
2d197ffb
CY
36252011-10-30 Chong Yidong <cyd@gnu.org>
3626
3627 * window.el (split-window-below, split-window-right): Rename from
3628 split-window-above-each-other and split-window-side-by-side
3629 respectively. All callers changed.
3630 (split-window-sensibly, split-window-sensibly): Use them.
3631 (split-window-keep-point): Doc fix.
3632
3633 * isearch.el: Add isearch-scroll property to split-window-below
3634 and split-window-right.
3635
3636 * follow.el (follow-mode):
3637 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
3638 * progmodes/ada-xref.el (ada-gdb-application):
3639 * emulation/vip.el (vip-buffer-in-two-windows):
3640 * image-dired.el (image-dired-dired-with-window-configuration):
3641 * dired-x.el (dired-do-find-marked-files):
3642 * dired.el (dired-pop-to-buffer):
3643 * bs.el (bs--show-with-configuration):
3644 * vc/emerge.el (emerge-setup-windows):
3645 * textmodes/two-column.el (2C-two-columns):
3646 * textmodes/reftex-toc.el (reftex-toc):
3647 * progmodes/gdb-mi.el (gdb-setup-windows):
3648 * progmodes/fortran.el (fortran-window-create):
3649 * net/newst-treeview.el (newsticker--treeview-window-init):
3650 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
3651 * emulation/tpu-edt.el (tpu-gold-map):
3652 * emulation/crisp.el (crisp-mode-map):
3653 * calendar/calendar.el (calendar-basic-setup): Callers changed.
3654
38bb2ca8
CY
36552011-10-29 Chong Yidong <cyd@gnu.org>
3656
aa4de341
CY
3657 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
3658
e1eb5385
CY
3659 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
3660
5d2ece3c
CY
3661 * textmodes/flyspell.el (flyspell-word): Fix char offset for
3662 forged Ispell output (Bug#7904).
3663
38bb2ca8
CY
3664 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
3665
d0af9f77
SM
36662011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3667
3668 * doc-view.el: Avoid ugly errors about not finding nil.
3669 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
3670 (doc-view-dvipdf-program, doc-view-unoconv-program)
3671 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
3672 Avoid nil or absolute file name as default value.
3673 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
3674
52bedd34
AM
36752011-10-28 Alan Mackenzie <acm@muc.de>
3676
db22a3c2 3677 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 3678
7e43cfa5
AM
36792011-10-28 Alan Mackenzie <acm@muc.de>
3680
3681 Amend the handling of c-beginning/end-of-defun in nested declaration
3682 scopes.
3683
52bedd34
AM
3684 * progmodes/cc-vars.el (c-defun-tactic): Move here from
3685 cc-langs.el. Change it to a defcustom.
7e43cfa5 3686
52bedd34
AM
3687 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
3688 cc-vars.el.
7e43cfa5 3689
d0af9f77
SM
3690 * progmodes/cc-engine.el (c-beginning-of-statement-1):
3691 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 3692
52bedd34 3693 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 3694 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
3695 (c-widen-to-enclosing-decl-scope): New function.
3696 (c-while-widening-to-decl-block): New macro.
3697 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
3698 outward for defun boundaries, and correspondingly change symbol
3699 `respect-enclosure' to `go-outward'.
3700 (c-declaration-limits): Change algorithm to report only the "innermost"
3701 defun's boundaries.
3702
1a2ce9ee
DD
37032011-10-28 Deniz Dogan <deniz@dogan.se>
3704
3705 * net/rcirc.el (rcirc-mode): Use hard newlines.
3706
bc97a826
AM
37072011-10-28 Alan Mackenzie <acm@muc.de>
3708
3709 Amend to indent and fontify macros "which include their own semicolon"
3710 correctly, using the "virtual semicolon" mechanism.
3711
52bedd34 3712 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 3713
d0af9f77 3714 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 3715 Recode to scan one line at a time rather than having \n and \r
58179cce 3716 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 3717 (c-forward-label): Amend for virtual semicolons.
58179cce 3718 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 3719
52bedd34
AM
3720 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
3721 of the new C macros.
bc97a826 3722
52bedd34 3723 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
3724 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
3725 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
3726 (c-opt-cpp-macro-define): Make into a full language variable.
3727 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
3728 AWK Mode (including \n, \r) removed, no longer needed.
3729
d0af9f77
SM
3730 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
3731 Invoke c-make-macro-with-semi-re.
bc97a826 3732
52bedd34
AM
3733 * progmodes/cc-vars.el (c-macro-with-semi-re):
3734 (c-macro-names-with-semicolon): New variables.
58179cce 3735 (c-make-macro-with-semi-re): New function.
bc97a826 3736
7a6c0941
SM
37372011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3738
3739 * vc/log-edit.el: Fill empty field rather than adding new one.
3740 (log-edit-add-field): New function.
3741 (log-edit-insert-changelog): Use it.
3742
b0c4cdcf
ML
37432011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3744
3745 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
3746
ee1f1da9
SM
37472011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3748
3749 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
3750 (gdb--check-interpreter): New function.
3751 (gdb): Use it.
3752
51bc5f8b
GM
37532011-10-27 Glenn Morris <rgm@gnu.org>
3754
416a2c45
GM
3755 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
3756 (least-positive-float, least-negative-float)
3757 (least-positive-normalized-float, least-negative-normalized-float)
3758 (float-epsilon, float-negative-epsilon):
3759 Remove unnecessary declarations.
3760
3761 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
3762 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
3763 (least-positive-float, least-negative-float)
3764 (least-positive-normalized-float, least-negative-normalized-float)
3765 (float-epsilon, float-negative-epsilon): Add doc-strings,
3766 based on those in cl.texi.
3767
51bc5f8b
GM
3768 * files.el (set-visited-file-name): If the major-mode changed,
3769 reload the local variables. (Bug#9796)
3770
15de15c6
CY
37712011-10-27 Chong Yidong <cyd@gnu.org>
3772
3773 * subr.el (change-major-mode-after-body-hook): New hook.
3774 (run-mode-hooks): Run it.
3775
ee1f1da9
SM
3776 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3777 Use change-major-mode-before-body-hook.
15de15c6
CY
3778
3779 * simple.el (fundamental-mode):
3780 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
3781 change introducing fundamental-mode-hook.
3782
5430d399
JB
37832011-10-26 Juanma Barranquero <lekktu@gmail.com>
3784
acc825c5 3785 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 3786
ad74a69e
MA
37872011-10-26 Michael Albinus <michael.albinus@gmx.de>
3788
3789 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 3790 tramp.el explicitly. (Bug#7583)
ad74a69e 3791
71d4c2a5
SM
37922011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3793
3794 * progmodes/octave-mod.el:
3795 * progmodes/octave-inf.el: Update maintainer.
3796
b1f6fa26
CY
37972011-10-26 Chong Yidong <cyd@gnu.org>
3798
3799 * subr.el (with-wrapper-hook): Rewrite doc.
3800
3f04efd6
MA
38012011-10-25 Michael Albinus <michael.albinus@gmx.de>
3802
3803 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 3804 filenames "/method:foo:". (Bug#9793)
3f04efd6 3805
410488d3
SM
38062011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3807
3808 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
3809 (bug#9865).
3810
c1ebb47e
GM
38112011-10-24 Glenn Morris <rgm@gnu.org>
3812
3813 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
3814
7f5c46c7
MA
38152011-10-24 Michael Albinus <michael.albinus@gmx.de>
3816
3817 * notifications.el: Add the requirement of a running D-Bus session
3818 bus to the Commentary.
3819
db2440b6
JL
38202011-10-24 Juri Linkov <juri@jurta.org>
3821
3822 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
3823 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
3824 (Bug#9364)
3825
feecf435
JL
38262011-10-24 Juri Linkov <juri@jurta.org>
3827
3828 * info.el (Info-following-node-name-re): Add newline to the list
3829 of allowed characters for leading space. (Bug#9824)
3830
a3839de2
SM
38312011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3832
acc825c5
SM
3833 * progmodes/octave-inf.el (inferior-octave-mode-map):
3834 Fix C-c C-h binding.
a3839de2
SM
3835 * progmodes/octave-mod.el (octave-help): Remove.
3836
09388e76
MA
38372011-10-23 Michael Albinus <michael.albinus@gmx.de>
3838
3839 Sync with Tramp 2.2.3.
3840
3841 * net/tramp-cache.el (top): Pacify byte-compiler using
3842 `init-file-user' and `site-run-file'.
3843
3844 * net/trampver.el: Update release number.
3845
86c60681
CY
38462011-10-23 Chong Yidong <cyd@gnu.org>
3847
3848 * files.el (toggle-read-only): Remove obsolete comment about
3849 version control.
3850
3851 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
3852 for toggle-read-only. Note that this hasn't called vc-next-action
3853 since 2008-05-02, though it wasn't documented at the time.
3854
a3839de2
SM
3855 * vc/ediff-init.el (ediff-toggle-read-only-function):
3856 Use toggle-read-only.
86c60681 3857
cd5495ff
AM
38582011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
3859
3860 Fix bug #9560, sporadic wrong indentation; improve instrumentation
3861 of c-parse-state.
3862
00b77525 3863 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 3864 correct faulty logical expression.
cd5495ff
AM
3865 (c-parse-state-state, c-record-parse-state-state):
3866 (c-replay-parse-state-state): New defvar/defuns.
3867 (c-debug-parse-state): Use new functions.
3868
42ee24ed
MR
38692011-10-22 Martin Rudalics <rudalics@gmx.at>
3870
3871 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 3872 last fix. Use window-in-direction correctly.
42ee24ed 3873
a7dee7e7
CY
38742011-10-21 Chong Yidong <cyd@gnu.org>
3875
3876 * progmodes/idlwave.el (idlwave-mode):
3877 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
3878 require-final-newline; that's done in prog-mode.
3879 Suggested by Stefan Monnier.
a7dee7e7 3880
e07b9a6d
MR
38812011-10-21 Martin Rudalics <rudalics@gmx.at>
3882
3883 * mouse.el (mouse-drag-window-above)
3884 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
3885 (mouse-drag-mode-line-1, mouse-drag-header-line)
3886 (mouse-drag-vertical-line-rightward-window): Remove.
3887 (mouse-drag-line): New function.
3888 (mouse-drag-mode-line, mouse-drag-header-line)
3889 (mouse-drag-vertical-line): Call mouse-drag-line.
3890 * window.el (window-at-side-p, windows-at-side): New functions.
3891
7e1361d9
UM
38922011-10-21 Ulrich Mueller <ulm@gentoo.org>
3893
3894 * tar-mode.el (tar-grind-file-mode):
3895 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
3896
30fcaf3a
CY
38972011-10-21 Chong Yidong <cyd@gnu.org>
3898
3899 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
3900 * progmodes/vera-mode.el (vera-mode):
3901 Use mode-require-final-newline.
30fcaf3a 3902
516eddb0
GM
39032011-10-20 Glenn Morris <rgm@gnu.org>
3904
db22a3c2 3905 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 3906
10d5f513
CS
39072011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
3908
3909 * emulation/cua-base.el (cua-set-mark): Fix case of string.
3910
ac6c8639
CY
39112011-10-20 Chong Yidong <cyd@gnu.org>
3912
3913 * emulation/cua-base.el (cua-mode):
3914 * mail/footnote.el (footnote-mode):
3915 * mail/mailabbrev.el (mail-abbrevs-mode):
3916 * net/xesam.el (xesam-minor-mode):
3917 * progmodes/bug-reference.el (bug-reference-mode):
3918 * progmodes/cap-words.el (capitalized-words-mode):
3919 * progmodes/compile.el (compilation-minor-mode)
3920 (compilation-shell-minor-mode):
3921 * progmodes/gud.el (gud-tooltip-mode):
3922 * progmodes/hideif.el (hide-ifdef-mode):
3923 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
3924 * progmodes/subword.el (subword-mode):
3925 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
3926 * progmodes/which-func.el (which-function-mode):
3927 * term/tvi970.el (tvi970-set-keypad-mode):
3928 * term/vt100.el (vt100-wide-mode):
3929 * textmodes/flyspell.el (flyspell-mode):
3930 * textmodes/ispell.el (ispell-minor-mode):
3931 * textmodes/nroff-mode.el (nroff-electric-mode):
3932 * textmodes/paragraphs.el (use-hard-newlines):
3933 * textmodes/refill.el (refill-mode):
3934 * textmodes/reftex.el (reftex-mode):
3935 * textmodes/rst.el (rst-minor-mode):
3936 * textmodes/sgml-mode.el (html-autoview-mode)
3937 (sgml-electric-tag-pair-mode):
3938 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
3939 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
3940 * emulation/crisp.el (crisp-mode):
3941 * emacs-lisp/eldoc.el (eldoc-mode):
3942 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
3943 minor mode behavior.
3944
aa42ab43
JL
39452011-10-19 Juri Linkov <juri@jurta.org>
3946
3947 * descr-text.el (describe-char): Add #x2010 and #x2011 to
3948 the list of hard-coded chars with escape-glyph face.
3949
89400f1d
SM
39502011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3951
3952 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
3953
305c07f6
MA
39542011-10-19 Michael Albinus <michael.albinus@gmx.de>
3955
3956 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
3957 running process.
3958
13754b54
GM
39592011-10-19 Glenn Morris <rgm@gnu.org>
3960
3961 * vc/vc-bzr.el (vc-bzr-after-dir-status):
3962 Ignore ignored files. (Bug#9726)
3963
06e21633
CY
39642011-10-19 Chong Yidong <cyd@gnu.org>
3965
3966 Doc fix for minor modes, stating that an omitted argument enables
3967 the mode unconditionally when called from Lisp.
3968
3969 * abbrev.el (abbrev-mode):
3970 * allout.el (allout-mode):
3971 * autoinsert.el (auto-insert-mode):
3972 * autoarg.el (autoarg-mode, autoarg-kp-mode):
3973 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
3974 (global-auto-revert-mode):
3975 * battery.el (display-battery-mode):
3976 * composite.el (global-auto-composition-mode)
3977 (auto-composition-mode):
3978 * delsel.el (delete-selection-mode):
3979 * desktop.el (desktop-save-mode):
3980 * dired-x.el (dired-omit-mode):
3981 * dirtrack.el (dirtrack-mode):
3982 * doc-view.el (doc-view-minor-mode):
3983 * double.el (double-mode):
3984 * electric.el (electric-indent-mode, electric-pair-mode):
3985 * emacs-lock.el (emacs-lock-mode):
3986 * epa-hook.el (auto-encryption-mode):
3987 * follow.el (follow-mode):
3988 * font-core.el (font-lock-mode):
3989 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
3990 * help.el (temp-buffer-resize-mode):
3991 * hilit-chg.el (highlight-changes-mode)
3992 (highlight-changes-visible-mode):
3993 * hi-lock.el (hi-lock-mode):
3994 * hl-line.el (hl-line-mode, global-hl-line-mode):
3995 * icomplete.el (icomplete-mode):
3996 * ido.el (ido-everywhere):
3997 * image-file.el (auto-image-file-mode):
3998 * image-mode.el (image-minor-mode):
3999 * iswitchb.el (iswitchb-mode):
4000 * jka-cmpr-hook.el (auto-compression-mode):
4001 * linum.el (linum-mode):
4002 * longlines.el (longlines-mode):
4003 * master.el (master-mode):
4004 * mb-depth.el (minibuffer-depth-indicate-mode):
4005 * menu-bar.el (menu-bar-mode):
4006 * minibuf-eldef.el (minibuffer-electric-default-mode):
4007 * mouse-sel.el (mouse-sel-mode):
4008 * msb.el (msb-mode):
4009 * mwheel.el (mouse-wheel-mode):
4010 * outline.el (outline-minor-mode):
4011 * paren.el (show-paren-mode):
4012 * recentf.el (recentf-mode):
4013 * reveal.el (reveal-mode, global-reveal-mode):
4014 * rfn-eshadow.el (file-name-shadow-mode):
4015 * ruler-mode.el (ruler-mode):
4016 * savehist.el (savehist-mode):
4017 * scroll-all.el (scroll-all-mode):
4018 * scroll-bar.el (scroll-bar-mode):
4019 * server.el (server-mode):
4020 * shell.el (shell-dirtrack-mode):
4021 * simple.el (auto-fill-mode, transient-mark-mode)
4022 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
4023 (line-number-mode, column-number-mode, size-indication-mode)
4024 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
4025 * strokes.el (strokes-mode):
4026 * time.el (display-time-mode):
4027 * t-mouse.el (gpm-mouse-mode):
4028 * tool-bar.el (tool-bar-mode):
4029 * tooltip.el (tooltip-mode):
4030 * type-break.el (type-break-mode-line-message-mode)
4031 (type-break-query-mode):
4032 * view.el (view-mode):
4033 * whitespace.el (whitespace-mode, whitespace-newline-mode)
4034 (global-whitespace-mode, global-whitespace-newline-mode):
4035 * xt-mouse.el (xterm-mouse-mode): Doc fix.
4036
a3839de2
SM
4037 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4038 Fix autogenerated docstring.
06e21633 4039
5214e501
JL
40402011-10-19 Juri Linkov <juri@jurta.org>
4041
4042 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
4043 by checking environment variables "DESKTOP_SESSION" and
4044 "XDG_CURRENT_DESKTOP". (Bug#9779)
4045
195f8db9
JL
40462011-10-19 Juri Linkov <juri@jurta.org>
4047
4048 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
4049 (browse-url-chromium-program, browse-url-chromium-arguments):
4050 New defcustoms.
4051 (browse-url-default-browser): Check for `browse-url-chromium' and
4052 call `browse-url-chromium-program'.
4053 (browse-url-chromium): New command. (Bug#9779)
4054
343a34ff
JB
40552011-10-18 Juanma Barranquero <lekktu@gmail.com>
4056
4057 * facemenu.el (list-colors-duplicates): On Windows, detect more
4058 duplicates by assuming that only colors matching "^System" are
4059 special "system colors". (Bug#9722)
4060
6978a151
SM
40612011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4062
4063 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
4064 to distinguish the author from the committer.
4065
6a80b297
MA
40662011-10-18 Michael Albinus <michael.albinus@gmx.de>
4067
4068 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
4069
b31a5677
JK
40702011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
4071
4072 * international/mule.el (sgml-html-meta-auto-coding-function):
4073 Add support for detecting encoding in HTML5 specified only as
4074 <meta charset="UTF-8">. Implementation just makes http-equiv and
4075 content-type parts from HTML4 encoding string optional. (Bug#9716)
4076
80c6d77f
GM
40772011-10-18 Glenn Morris <rgm@gnu.org>
4078
4079 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
4080
08b0fee8
CY
40812011-10-18 Chong Yidong <cyd@gnu.org>
4082
4083 * faces.el (cursor): Doc fix.
4084
67e729a5
CY
40852011-10-17 Chong Yidong <cyd@gnu.org>
4086
4087 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
4088
343a34ff 40892011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
4090
4091 * dirtrack.el (dirtrack): Support shell buffers with path
4092 prefixes, e.g. tramp-based remote shells. (Bug#9647)
4093
0bc06380
TZ
40942011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
4095
4096 * json.el: Bump version to 1.3 and note change in History.
4097 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
4098
8b79f3e0
SM
40992011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
4100
5a7c536b
SM
4101 * comint.el (comint-insert-input, comint-send-input)
4102 (comint-get-old-input-default, comint-backward-matching-input)
4103 (comint-next-prompt): Use nil instead of `input' for field property of
4104 past user input (bug#114).
4105
96a8a0df
SM
4106 * minibuffer.el (completion--replace): Inherit surrounding properties
4107 (bug#114).
4108 (minibuffer-complete-and-exit): Use it.
4109
8b79f3e0
SM
4110 * comint.el (comint--table-subvert): Quote the all-completions output
4111 (bug#9160).
4112
b8f7ff0d
MR
41132011-10-17 Martin Rudalics <rudalics@gmx.at>
4114
8b79f3e0 4115 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 4116
b8f7ff0d 4117 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 4118 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
4119 entries and separate them from frame entries.
4120
c235b555
GM
41212011-10-15 Glenn Morris <rgm@gnu.org>
4122
4123 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
4124 Doc fixes.
4125
6bbfa6e1
CY
41262011-10-15 Chong Yidong <cyd@stupidchicken.com>
4127
8b79f3e0
SM
4128 * net/network-stream.el (network-stream-open-starttls):
4129 Improve detection of failure due to lack of TLS support.
ec5c990d 4130
6bbfa6e1
CY
4131 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
4132 putting the input text in front and in bold.
4133
98488977
SM
41342011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
4135
3d1337be
SM
4136 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
4137
ee0b45e4
SM
4138 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
4139 empty buffer.
4140
98488977
SM
4141 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
4142 unread-command-events rather than pushing yet-another event.
4143
186f4720
EZ
41442011-10-14 Eli Zaretskii <eliz@gnu.org>
4145
4146 * mail/sendmail.el (sendmail-query-once): Improve the wording of
4147 the explanation of the possible choices. Make the options passed
4148 to completing-read shorter.
4149
8b7a997c
AM
41502011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4151
4152 * textmodes/flyspell.el (flyspell-large-region): Make sure
4153 extended character mode is used if defined (Bug#1339).
4154
12587bbb
EZ
41552011-10-13 Eli Zaretskii <eliz@gnu.org>
4156
4157 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
4158 character info for LRE, LRO, RLE, and RLO characters by appending
4159 an invisible PDF.
12587bbb 4160
bad41229
SM
41612011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
4162
4163 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
4164 even in case of error; add debug spec; simplify data flow.
4165 (with-timeout-handler): Remove.
4166
28dbc92f
MA
41672011-10-12 Michael Albinus <michael.albinus@gmx.de>
4168
4169 Fix Bug#6019, Bug#9315.
4170
4171 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
4172 complete `buffer-file-name', the local file name part could look
4173 remotely (for example on VMS).
4174
4175 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
4176 `tramp-run-real-handler'.
4177 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
4178 already quoted by '"'.
4179
4180 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
4181 Let `file-name-handler-alist' be nil, the local file name part
4182 could look remotely (for example on VMS).
4183
e1b0b23a
SM
41842011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4185
4186 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
4187 from here...
4188 (flyspell-post-command-hook): ...to here.
4189
a120bde9
SM
41902011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4191
4192 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
4193 if not needed.
4194 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
4195 using completion. Protect against "slow" callers.
4196 Remove the "message hack".
4197
7ce7717b
JL
41982011-10-11 Juri Linkov <juri@jurta.org>
4199
4200 * isearch.el (isearch-lazy-highlight-word): New variable.
4201 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
4202 Use it. (Bug#9727)
4203
c02ee9d6
GM
42042011-10-11 Glenn Morris <rgm@gnu.org>
4205
4206 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
4207 like f90-previous-statement does.
4208
93e616fd 42092011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4210
1f190e73 4211 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
4212 only in interactive use, to avoid error.
4213
af7b6078
SM
42142011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4215
4216 * minibuffer.el (completion-file-name-table): Fix last change,
4217 i.e. ignore normal errors but not the other ones.
4218
0563dae9
MR
42192011-10-10 Martin Rudalics <rudalics@gmx.at>
4220
4221 * window.el (special-display-buffer-names)
4222 (special-display-regexps): Remove some remnants of earlier
4223 changes from doc-strings.
366ca7f3
MR
4224 (quit-windows-on): New function.
4225
4226 * vc/vc.el (vc-revert, vc-rollback):
4227 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
4228 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 4229 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 4230
49677495
MR
42312011-10-09 Martin Rudalics <rudalics@gmx.at>
4232
4233 * window.el (frame-auto-hide-function): Add version tag.
4234 (Bug#9699)
4235
56f2d1e1
MA
42362011-10-09 Michael Albinus <michael.albinus@gmx.de>
4237
4238 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
4239 condition.
4240
112a6592
LL
42412011-10-09 Leo Liu <sdl.web@gmail.com>
4242
4243 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
4244 (Bug#9701)
4245
0812589b
GM
42462011-10-08 Glenn Morris <rgm@gnu.org>
4247
4248 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
4249 before the first code statement zero indent. (Bug#9690)
4250
b2b0776e
CY
42512011-10-08 Chong Yidong <cyd@stupidchicken.com>
4252
4253 * simple.el (count-words-region): Always count in the region.
4254 Report the number of lines and characters too.
4255 (count-words): New command, which counts in the buffer if the
4256 region is inactive, as count-words-region used to.
4257 (count-words--message): New function. Handle plurals.
4258 (count-lines-region): Make it an alias for count-words-region.
4259
4260 * bindings.el (esc-map): Replace count-lines-region with
4261 count-words-region.
4262
c557cd6b
MR
42632011-10-08 Martin Rudalics <rudalics@gmx.at>
4264
4265 * window.el (window--delete): Delete dedicated frame
4266 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 4267 (switch-to-buffer): Fix doc-string typo.
c557cd6b 4268
61a57ef4 42692011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4270
3a7d293b 4271 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 4272
c3833279
CY
42732011-10-07 Chong Yidong <cyd@stupidchicken.com>
4274
4275 * bindings.el ([M-left],[M-right]): Bind to left-word and
4276 right-word respectively.
4277
21ce8245
GM
42782011-10-07 Glenn Morris <rgm@gnu.org>
4279
4280 * cus-start.el (debug-on-quit): Fix custom type.
4281
6d823bb2
LMI
42822011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4283
0181e193
LMI
4284 * subr.el (define-key-after): Clarify that the function is not
4285 useful for non-menu keymaps.
4286
6d823bb2
LMI
4287 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
4288
8e3459ce 42892011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4290
21ce8245 4291 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 4292 in current minibuffer (Fix bug with recursive minibuffers).
4293
a1c2d21e
CY
42942011-10-06 Chong Yidong <cyd@stupidchicken.com>
4295
4296 * progmodes/gdb-mi.el (gdb): Doc fix.
4297
5a4cf282
MR
42982011-10-05 Martin Rudalics <rudalics@gmx.at>
4299
4300 * window.el (frame-auto-hide-function): New option replacing
4301 frame-auto-delete. Suggested by Stefan Monnier.
4302 (window--delete): Call frame-auto-hide-function instead of
4303 investigating frame-auto-delete.
c96111ea
MR
4304 (window-point-1, set-window-point-1): New functions.
4305 (window-in-direction, record-window-buffer, window-state-get-1)
4306 (display-buffer-record-window): Use window-point-1 instead of
4307 window-point.
4308 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 4309
9854542e
SM
43102011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
4311
4312 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
4313
8943cfb0
GM
43142011-10-05 Glenn Morris <rgm@gnu.org>
4315
4316 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
4317 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
4318
647ab967
LL
43192011-10-05 Leo Liu <sdl.web@gmail.com>
4320
4321 * subr.el (read-char-choice): Fix argument to buffer-live-p which
4322 works with buffer object.
4323
3ddfbced
SM
43242011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
4325
4326 * mpc.el (mpc-tool-bar-map): Add labels.
4327
bdfa5dd2
GM
43282011-10-04 Glenn Morris <rgm@gnu.org>
4329
4330 * calendar/holidays.el (calendar-check-holidays): Doc fix.
4331
0e2070b5
MR
43322011-10-04 Martin Rudalics <rudalics@gmx.at>
4333
4334 * window.el (window--delete): New function.
4335 (frame-auto-delete): Resuscitate option.
4336 (bury-buffer, replace-buffer-in-windows)
4337 (quit-window): Rewrite using window--delete.
4338 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
4339 Pass display-buffer-mark-dedicated to window--display-buffer-2
4340 (Bug#9639).
4341
3dc61a09
SM
43422011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4343
915a9b64
SM
4344 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
4345 returns a list (bug#9554). Add remote file name completion.
4346 * comint.el (comint--table-subvert): Curry and get quote&unquote
4347 functions as arguments.
4348 (comint--complete-file-name-data): Adjust call accordingly.
4349 * pcomplete.el (pcomplete--table-subvert): Remove.
4350 (pcomplete-completions-at-point): Use comint--table-subvert instead.
4351
3dc61a09
SM
4352 * minibuffer.el (completion-table-case-fold): Use currying.
4353 (completion--styles-type, completion--cycling-threshold-type):
4354 New constants.
4355 (completion-styles, completion-category-overrides)
4356 (completion-cycle-threshold): Use them.
4357 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
4358 completion-table-case-fold.
4359
8ea0a993
SB
43602011-10-03 Stephen Berman <stephen.berman@gmx.net>
4361
4362 * minibuffer.el (completion-category-overrides): Fix type of styles
4363 and add more user friendly tags (bug#9660).
4364
8c24b7f6
SM
43652011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4366
4367 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
4368 (mule-input-method-string): New widget.
4369 (default-input-method, language-info-custom-alist): Use it.
4370
428fe61a
SM
43712011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
4372
32c1fffd
SM
4373 * pcomplete.el: Require comint.
4374 (pcomplete--common-suffix): Remove.
4375 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
4376 (pcomplete--table-subvert): Sync with comint--table-subvert.
4377 (pcomplete--entries): Use comint-completion-file-name-table.
4378 * comint.el (comint-unquote-filename): Simplify.
4379 (comint-completion-file-name-table): New function (bug#9616).
4380 (comint--complete-file-name-data): Use it.
4381
428fe61a
SM
4382 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
4383 (pcmpl-gnu-tar-buffer): Remove.
4384 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
4385 around. Make sure pcomplete-suffix-list is only changed temporarily.
4386 Don't look inside the tar's file if it's too large.
428fe61a 4387
04c52e2f
CY
43882011-10-01 Chong Yidong <cyd@stupidchicken.com>
4389
ce3cefcc
CY
4390 * cus-edit.el (custom-mode-map):
4391 * epa.el (epa-key-list-mode-map):
4392 * man.el (Man-mode-map):
4393 * startup.el (splash-screen-keymap):
4394 * simple.el (special-mode-map): Use scroll-up-command and
4395 scroll-down-command.
4396
4397 * progmodes/idlw-help.el (idlwave-help-mode-map):
4398 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
4399 * net/newst-plainview.el (newsticker-mode-map):
4400 * emulation/ws-mode.el (wordstar-mode-map):
4401 * emulation/vi.el (vi-com-map):
4402 * calc/calc-graph.el (calc-graph-show-dumb):
4403 * term/sun.el (terminal-init-sun):
4404 * term/ns-win.el (global-map):
4405 * progmodes/grep.el (grep-mode-map):
4406 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
4407 * mail/rmail.el (rmail-mode-map):
4408 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
4409
04c52e2f
CY
4410 * custom.el (custom-safe-themes, load-theme): Treat value of t for
4411 custom-safe-themes as special.
4412
79adf8c8
JD
44132011-10-01 Julien Danjou <julien@danjou.info>
4414
4415 * notifications.el (notifications-notify): Fix docstring.
4416
63bd50d3
PS
44172011-10-01 Per Starbäck <per@starback.se>
4418
4419 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
4420
199e4c7e
MR
44212011-09-30 Martin Rudalics <rudalics@gmx.at>
4422
4423 * startup.el (command-line-1): Fix last fix by inserting
4424 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 4425 (Bug#9605) and (Bug#9636)
199e4c7e 4426
fe5f08dd
EZ
44272011-09-29 Eli Zaretskii <eliz@gnu.org>
4428
4429 * simple.el (line-move): If auto-hscroll-mode is disabled and the
4430 window is hscrolled, move by logical lines. (Bug#9607)
4431 (line-move-visual): Update the doc string to the above effect.
4432
b5516bbd
MR
44332011-09-29 Martin Rudalics <rudalics@gmx.at>
4434
ccee00c0
MR
4435 * window.el (display-buffer-record-window): When WINDOW is the
4436 selected window use `point' instead of `window-point'. (Bug#9626)
4437
b5516bbd
MR
4438 * startup.el (command-line-1): Use insert-before-markers when
4439 inserting initial-scratch-message. (Bug#9605)
ccee00c0 4440
b5516bbd
MR
4441 * help.el (help-window): Remove variable.
4442
52aa0014
GM
44432011-09-29 Glenn Morris <rgm@gnu.org>
4444
4445 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
4446
df9a7357
JB
44472011-09-29 Juanma Barranquero <lekktu@gmail.com>
4448
4449 * descr-text.el (describe-char-categories): Accept category
4450 descriptions more than one line long.
4451
a8406c20
SM
44522011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4453
88d9610c
SM
4454 * simple.el (delete-trailing-whitespace): Fix last change.
4455
a5daf810
SM
4456 * progmodes/perl-mode.el (perl-syntax-propertize-function):
4457 Don't confuse "y => 3" as the beginning of a `y' operation.
4458
a8406c20
SM
4459 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
4460 object has more than 4 slots (bug#9613).
4461
a239d4e9
JB
44622011-09-28 Juanma Barranquero <lekktu@gmail.com>
4463
4464 * subr.el (with-output-to-temp-buffer):
4465 * net/quickurl.el (quickurl, quickurl-browse-url):
4466 Fix typos in docstrings.
4467
693fbdb6
EZ
44682011-09-27 Eli Zaretskii <eliz@gnu.org>
4469
4470 * minibuffer.el (completion-styles)
4471 (completion-category-overrides): Cross reference each other in doc
4472 strings.
4473
8b457e28
GM
44742011-09-27 Glenn Morris <rgm@gnu.org>
4475
4476 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
4477 to split-string. (Bug#9606)
4478
85a16208
LMI
44792011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4480
4481 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
4482 (bug#9615).
4483
502f9ebd
CY
44842011-09-27 Chong Yidong <cyd@stupidchicken.com>
4485
4486 * emacs-lisp/package.el (list-packages): Fix echo area message.
4487
7690bdea
LL
44882011-09-27 Leo Liu <sdl.web@gmail.com>
4489
4490 * ido.el (ido-read-internal): Accept cons cell HIST arg.
4491
e2ee6f30
MA
44922011-09-25 Michael Albinus <michael.albinus@gmx.de>
4493
4494 * net/dbus.el (dbus-unregister-object): Don't release services for
4495 registered signals. (Bug#9581)
4496
f3f98342
TZ
44972011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4498
4499 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
4500 function that picks between cfengine 2 and 3 support
4501 automatically. Update docs accordingly.
4502
dd7aa8dd
KH
45032011-09-22 Kenichi Handa <handa@m17n.org>
4504
4505 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
4506 ZERO.
4507 (indian-itrans-v5-table-for-tamil): New variable.
4508 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
4509
3f2b07f8
KM
45102011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
4511
4512 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
4513 that's true if the current command involved collapsing of text.
4514 It's reset to false at the beginning of the next command.
4515 (allout-post-command-business): Move the cursor to the beginning
4516 of entry if the cursor is hidden and collapsing activity just
4517 happened.
4518
371d6a61
CY
45192011-09-24 Chong Yidong <cyd@stupidchicken.com>
4520
4521 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
4522 tracking (Bug#9541).
4523
2ac2721a
UJ
45242011-09-24 Ulf Jasper <ulf.jasper@web.de>
4525
4526 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
4527 (newsticker-show-news): Automatically load html rendering package
4528 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
4529 because w3m-fill-column is let-bound" and the error "Symbol's value
4530 as variable is void: w3m-fill-column".
2ac2721a 4531
fac7ae53
MA
45322011-09-24 Michael Albinus <michael.albinus@gmx.de>
4533
4534 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
4535 Release services only if they are defined. (Bug#9581)
4536
e08b633b
RS
45372011-09-23 Richard Stallman <rms@gnu.org>
4538
e488d29c
RS
4539 * textmodes/paragraphs.el (forward-sentence): For backwards case,
4540 distinguish start of paragraph from start of its text.
4541
19c38752
RS
4542 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
4543
e08b633b
RS
4544 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
4545 (rmail-generate-viewer-buffer): Put that hook on view buffer.
4546 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
4547
0a39f27e
AS
45482011-09-23 Andreas Schwab <schwab@linux-m68k.org>
4549
4550 * international/mule-diag.el (mule-diag): Insert a newline after
4551 each fontset description.
4552
db4e950d
SM
45532011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4554
4555 * simple.el (delete-trailing-whitespace):
4556 Document last change; simplify.
4557
eca3f3ea
PW
45582011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
4559
d68e189a
PW
4560 * simple.el (delete-trailing-whitespace): Also delete
4561 extra newlines at the end of the buffer.
4562
eca3f3ea
PW
4563 * textmodes/picture.el: Make motion commands obey shift-select-mode.
4564 (picture-newline): Use forward-line so as to ignore fields.
4565
01c157cc
SM
45662011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4567
4568 * subr.el (with-wrapper-hook): Fix edebug spec.
4569
022de23e
LMI
45702011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4571
4572 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
4573 (bug#4538).
4574
91683089
MA
45752011-09-23 Michael Albinus <michael.albinus@gmx.de>
4576
eca3f3ea
PW
4577 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
4578 Fix nasty bug using wrong cached values.
91683089 4579
5bdd6fa4
AM
45802011-09-23 Alan Mackenzie <acm@muc.de>
4581
4582 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
4583
97adfb97
CY
45842011-09-23 Chong Yidong <cyd@stupidchicken.com>
4585
4586 * window.el (pop-to-buffer): Ensure right window is selected if we
4587 chose another frame.
4588
d4ef2b50
EZ
45892011-09-22 Eli Zaretskii <eliz@gnu.org>
4590
4591 * simple.el (what-cursor-position): Use get-char-property-change
4592 and next-single-char-property-change, to be able to show display
4593 properties that come from overlays as well as text properties.
4594
72258fe5
CY
45952011-09-22 Chong Yidong <cyd@stupidchicken.com>
4596
4597 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
4598
4599 * cmuscheme.el (run-scheme, switch-to-scheme):
4600 * cus-edit.el (customize-group, custom-buffer-create)
4601 (customize-browse):
4602 * info.el (info):
4603 * shell.el (shell):
4604 * mail/sendmail.el (mail):
4605 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
4606
8f098516
RS
46072011-09-22 Richard Stallman <rms@gnu.org>
4608
4609 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
4610 move back only to line beg, don't move back over blank lines.
4611
e74f1bb6
MA
46122011-09-22 Michael Albinus <michael.albinus@gmx.de>
4613
4614 * files.el (copy-directory): Set directory attributes only in case
4615 they could be retrieved from the source directory. (Bug#9565)
4616
bfeef8b6
DK
46172011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
4618
4619 * progmodes/hideshow.el (hs-looking-at-block-start-p)
4620 (hs-find-block-beginning, hs-hide-level-recursive):
4621 Ignore strings as well as comments. (Bug#9502)
4622
7e423bb8
AS
46232011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
4624
4625 * progmodes/sql.el (sql-comint-postgres):
4626 Convert port number to a string. (Bug#9566)
4627
b4d72fcf
MR
46282011-09-22 Martin Rudalics <rudalics@gmx.at>
4629
4630 * window.el (quit-window): Undedicate window when switching to
4631 previous buffer. Reported by Thierry Volpiatto
4632 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
4633 (special-display-popup-frame): When popping up a new frame reset
4634 its previous buffers to nil. Simplify code.
b4d72fcf 4635
a7b88dc6
MA
46362011-09-21 Michael Albinus <michael.albinus@gmx.de>
4637
4638 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
4639 and process filter, as done also in `shell-command'.
4640
cf4eacfd
MR
46412011-09-21 Martin Rudalics <rudalics@gmx.at>
4642
eca3f3ea 4643 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
4644 Call set-window-start with NOFORCE argument t.
4645 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
4646 (quit-window): Reword doc-string. Handle new format of
4647 quit-restore parameter. Don't delete window if it has a
4648 previous buffer we can show instead of the present one.
4649 (display-buffer-record-window): Rewrite using a new format for
4650 the quit-restore window parameter
4651 (special-display-popup-frame, display-buffer-same-window)
4652 (display-buffer-reuse-window, display-buffer-pop-up-frame)
4653 (display-buffer-pop-up-window, display-buffer-use-some-window):
4654 Adapt symbol passed to display-buffer-record-window.
4655 * help.el (help-window-setup): Handle new format of quit-restore
4656 parameter.
4657
8d28cb95
SM
46582011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4659
94ab793f
SM
4660 * faces.el (face-list): Fix docstring (bug#9564).
4661
8d28cb95
SM
4662 * window.el (display-buffer--action-function-custom-type):
4663 Don't include internal functions in the Custom interface.
4664
3820edeb
JL
46652011-09-20 Juri Linkov <juri@jurta.org>
4666
4667 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
4668 (Info-forward-node, Info-backward-node, Info-next-preorder)
4669 (Info-last-preorder): Use it. (Bug#9528)
4670
5147931d
JL
46712011-09-20 Juri Linkov <juri@jurta.org>
4672
4673 * info.el (Info-last-preorder): Visit last menu item only when
4674 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
4675
cf499a1a
JD
46762011-09-20 Julien Danjou <julien@danjou.info>
4677
4678 * password-cache.el (password-cache-remove): Remove entries even if the
4679 value is nil, so that password with a nil value (negative caching) is
4680 possible to invalidate.
4681
f84e2fe2
LM
46822011-09-20 Lawrence Mitchell <wence@gmx.li>
4683
4684 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
4685 all whitespace around breakpoint. (Bug#9553)
4686 (f90-find-breakpoint): Only break at whitespace inside a comment.
4687
78054a46
SM
46882011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
4689
4690 * minibuffer.el (completion-file-name-table): Keep track of errors.
4691 (completion-table-with-predicate): Handle the case where pred1 is nil.
4692 * pcomplete.el (pcomplete-completions-at-point): Simplify.
4693
345083b2
SM
46942011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4695
e24e27be
SM
4696 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
4697 (debugger-return-value): Signal an error if the debugging context does
4698 not await any return value.
4699
345083b2
SM
4700 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
4701 * image-mode.el (image-toggle-display-text)
4702 (image-toggle-display-image): Stay away from evil `intangible'.
4703
08d355e3
LL
47042011-09-19 Leo Liu <sdl.web@gmail.com>
4705
4706 * replace.el (occur-revert-arguments): Make it permanent-local.
4707 (occur-mode): Don't call font-lock-defontify.
4708
f01da43f
CY
47092011-09-19 Chong Yidong <cyd@stupidchicken.com>
4710
4711 * net/ldap.el (ldap-search-internal): Don't push empty search
4712 result (Bug#9508).
4713
b6072fa6
SM
47142011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4715
4716 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
4717
443d6696
MA
47182011-09-19 Michael Albinus <michael.albinus@gmx.de>
4719
4720 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
4721 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
4722
7cc6e154
JL
47232011-09-18 Juri Linkov <juri@jurta.org>
4724
4725 * buff-menu.el (Buffer-menu-mode-map):
4726 * dired.el (dired-mode-map):
4727 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
4728 (lisp-interaction-mode-map):
4729 * emacs-lisp/package.el (package-menu-mode-map):
4730 * epa.el (epa-key-list-mode-map):
4731 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
4732 (menu-bar-options-menu):
4733 * outline.el (outline-mode-menu-bar-map):
4734 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
4735 * vc/vc-dir.el (vc-dir-menu-map):
4736 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
4737 Capitalize non-function content words in menu item strings.
4738
4739 * dired.el (dired-mode-map): Add menu item for
4740 `image-dired-dired-toggle-marked-thumbs'.
4741
80302a81
JL
47422011-09-18 Juri Linkov <juri@jurta.org>
4743
4744 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
4745 to `isearch-case-fold-search' and restore its original value
4746 after the `isearch-mode' call.
4747
46c5cf66
JL
47482011-09-18 Juri Linkov <juri@jurta.org>
4749
4750 * progmodes/grep.el (grep-process-setup): Don't check code for 1
4751 because `zgrep' returns 1 for successful matches (bug#9226).
4752
d18b513b
JL
47532011-09-18 Juri Linkov <juri@jurta.org>
4754
4755 * info.el (Info-extract-menu-node-name): Check the second match
4756 for empty string (second test-case of bug#9528).
4757 (Info-last-preorder): Let-bind `Info-history' to nil to not add
4758 intermediate nodes to the history (first test-case of bug#9528).
4759
72753f87
JL
47602011-09-18 Juri Linkov <juri@jurta.org>
4761
4762 * info.el (Info-mode-syntax-table): New variable.
1154d12e 4763 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 4764
c9384295
JL
47652011-09-18 Juri Linkov <juri@jurta.org>
4766
1154d12e
JB
4767 * info.el (Info-file-supports-index-cookies):
4768 Increment line-beginning-position's arg from 3 to 4 because makeinfo
4769 outputs one more line for long file names (bug#4142).
c9384295 4770
d473dce8
CY
47712011-09-18 Chong Yidong <cyd@stupidchicken.com>
4772
4773 * newcomment.el (comment-normalize-vars): If prompting for
4774 comment-start, set comment-start-skip too (Bug#8424).
4775
2176854d
JB
47762011-09-18 Johan Bockgård <bojohan@gnu.org>
4777
4778 * icomplete.el: Fix previous fix of Bug#5849.
4779 (icomplete-mode): Don't set completion-show-inline-help.
4780 (icomplete-minibuffer-setup): Set completion-show-inline-help
4781 locally during icompletion.
4782
3aace4e4
CY
47832011-09-18 Chong Yidong <cyd@stupidchicken.com>
4784
c940224f
CY
4785 * woman.el (woman2-process-escapes): Don't delete unrecognized
4786 escapes (Bug#7843).
4787
3aace4e4
CY
4788 * files.el (inhibit-first-line-modes-regexps): Add image files.
4789 (hack-local-variables-prop-line): Return nil for malformed
4790 prop-lines (Bug#9044).
4791
710dec63
MA
47922011-09-18 Michael Albinus <michael.albinus@gmx.de>
4793
4794 * net/tramp.el (top): Don't require 'shell.
4795 (tramp-methods): Fix docstring.
4796 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
4797 Return complete remote file name. Handle "smb" case.
4798 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
4799 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
4800
4801 * net/tramp-compat.el (top): Require 'shell.
4802
4803 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
4804 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
4805 `tramp-current-host'.
4806 (tramp-get-remote-tmpdir): Remove.
4807
4808 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
4809 `tramp-tmpdir' entries.
4810 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
4811 (tramp-smb-handle-file-attributes): Ignore errors.
4812 (tramp-smb-wait-for-output): Check also for process end.
4813
5d5ac8ec
LMI
48142011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4815
4816 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
4817 when sending QUIT (bug#9312).
4818
8c0f49f0
CY
48192011-09-17 Chong Yidong <cyd@stupidchicken.com>
4820
4821 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
4822 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
4823 occur-mode-display-occurrence.
4824 (occur-edit-mode): Add usage message.
4825 (occur-cease-edit): New command.
4826 (occur-after-change-function): Use text properties to find the
4827 position of the prefix text.
4828 (occur-engine): Set stickiness of prefix text properties.
4829
8f1383f7
GM
48302011-09-17 Glenn Morris <rgm@gnu.org>
4831
4832 * progmodes/etags.el (complete-tag):
4833 Fix call to completion-in-region. (Bug#9526)
4834
744ba0e3
JL
48352011-09-17 Juri Linkov <juri@jurta.org>
4836
4837 * textmodes/ispell.el (ispell-word): Add to the error message
4838 the word, ispell program name and current dictionary (bug#9121).
4839 (ispell-tex-arg-end): Capitalize "error" in the error message.
4840
d9bbf400
AS
48412011-09-17 Andreas Schwab <schwab@linux-m68k.org>
4842
4843 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
4844 check. (Bug#4251)
4845
8da11505
JL
48462011-09-17 Juri Linkov <juri@jurta.org>
4847
4848 * window.el (window-safe-min-height, window-safe-min-width):
4849 Fix typos (followup to bug#9522).
4850
a91adc7e
SJ
48512011-09-17 Sven Joachim <svenjoac@gmx.de>
4852
4853 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
4854
064f328a
EZ
48552011-09-16 Eli Zaretskii <eliz@gnu.org>
4856
4857 * simple.el (line-move): If goal-column is set, move by logical
4858 lines, not by display lines. (Bug#971)
4859 (next-line, previous-line, goal-column, line-move-visual): Doc fix
4860 to reflect the above change.
4861
e69df516
SM
48622011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4863
4864 * image.el (imagemagick-register-types): Use regexp-opt.
4865
cbb0f9ab
CY
48662011-09-15 Chong Yidong <cyd@stupidchicken.com>
4867
4868 * window.el (display-buffer-base-action): Rename from
4869 display-buffer-default-action. Make default value empty.
4870 (display-buffer-overriding-action): Convert to defvar.
4871 (display-buffer-fallback-action): New var.
4872
25322144
CY
48732011-09-15 Chong Yidong <cyd@stupidchicken.com>
4874
4875 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
4876 declaration.
4877 (package--add-to-archive-contents): If there is a duplicate entry
4878 with an older version, remove it.
4879 (package-menu-mark-delete, package-menu-mark-install)
4880 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
4881 (package-menu-mark-obsolete-for-deletion):
4882 Use package-menu-get-status instead of a regexp search.
25322144
CY
4883 (package-menu-get-status): Use tabulated-list-entry.
4884 (package-menu-mark-upgrades): New command.
d770725a 4885 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
4886 (package-menu-execute): Do installation before deletion.
4887 (package-menu-refresh, package-menu-execute): Use derived-mode-p
4888 instead of checking major-mode.
4889 (package-menu--find-upgrades): New function.
4890
7520339c
LMI
48912011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4892
4893 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
4894 passwords in the log buffer.
65a046c4
LMI
4895 (smtpmail-process-filter): Update the process marker so that the
4896 "broken by peer" status message is inserted in the right place.
7520339c 4897
d3c30954
SM
48982011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4899
3fe48822
SM
4900 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
4901 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
4902 bibtex-completion-at-point-function.
4903 (bibtex-completion-at-point-function): Use them.
4904
1b8b3954
SM
4905 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
4906
d3c30954
SM
4907 * mpc.el (mpc-constraints-tag-lookup): New function.
4908 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
4909 also to browser "album|playlist".
4910
72779976
JL
49112011-09-14 Juri Linkov <juri@jurta.org>
4912
4913 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
4914 (isearch-edit-string): Use length of `isearch-string' when
4915 `isearch-fail-pos' returns nil.
4916 (isearch-message): Remove duplicate code and call
4917 `isearch-fail-pos' with arg `t'.
4918
a0bf2bcd
CY
49192011-09-14 Chong Yidong <cyd@stupidchicken.com>
4920
17bb0a2d
CY
4921 * replace.el (occur-mode-goto-occurrence): Don't force using other
4922 window (Bug#9499).
4923
a0bf2bcd
CY
4924 * dired-aux.el (dired-do-chmod): Don't provide initial input.
4925
f678e0b6
MR
49262011-09-14 Martin Rudalics <rudalics@gmx.at>
4927
4928 * window.el (display-buffer-window): Remove.
4929 (display-buffer-record-window): Use help-setup window parameter
4930 instead of variable display-buffer-window.
4931 (display-buffer-function, special-display-buffer-names)
4932 (special-display-function): Mention help-setup parameter instead
4933 of display-buffer-window in doc-string.
d3c30954
SM
4934 * help.el (help-window-setup): New argument help-window.
4935 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
4936 Reword some messages.
4937 (with-help-window): Pass window used for displaying the buffer
4938 to help-window-setup. Don't set display-buffer-window.
4939
8e39b2e8
GM
49402011-09-13 Glenn Morris <rgm@gnu.org>
4941
4942 * emacs-lisp/debug.el (debugger-make-xrefs):
4943 Preserve point. (Bug#9462)
4944
85e9c04b
CY
49452011-09-13 Chong Yidong <cyd@stupidchicken.com>
4946
4947 * window.el (window-deletable-p): Use next-frame.
4948
1b36ed6a
MR
49492011-09-13 Martin Rudalics <rudalics@gmx.at>
4950
4951 * window.el (window-auto-delete): Remove.
4952 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 4953 dedication and previous buffers.
1b36ed6a
MR
4954 (switch-to-prev-buffer): Don't delete window.
4955 (delete-windows-on): Delete a window's frame if and only if the
4956 window is dedicated.
4957 (replace-buffer-in-windows): Delete buffer's window or frame if
4958 and only if window is dedicated.
4959 (quit-window): Handle quit-restore as before last change.
4d61f28d 4960 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 4961
ef8ef9fb
CY
49622011-09-13 Chong Yidong <cyd@stupidchicken.com>
4963
4964 * window.el (window-deletable-p): Never delete the last frame on a
4965 given terminal.
4966
b2cba41e
GM
49672011-09-13 Glenn Morris <rgm@gnu.org>
4968
4969 * help.el (describe-key-briefly): Copy previous standard-output change.
4970
51553db6 49712011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
4972
4973 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
4974
b7556719
GM
49752011-09-13 Glenn Morris <rgm@gnu.org>
4976
4977 * emacs-lisp/lisp-mode.el (lisp-indent-function):
4978 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
4979
64b51947
CY
49802011-09-12 Chong Yidong <cyd@stupidchicken.com>
4981
4982 * dired-aux.el (dired-mark-read-string): Don't return default
4983 value on empty input (Bug#9361).
4984 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
4985 Omit initial minibuffer contents.
4986 (dired-do-chmod): Signal an error on empty input.
4987 (dired-mark-read-string): Don't return default on empty input.
4988
4989 * files.el (file-modes-symbolic-to-number): Doc fix.
4990
393a301e
SM
49912011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4992
4993 * international/mule-cmds.el (ucs-completions): Remove.
4994 (read-char-by-name): Use complete-with-action instead; add metadata.
4995
fa5660f9
CY
49962011-09-11 Chong Yidong <cyd@stupidchicken.com>
4997
4998 * window.el (display-buffer--action-function-custom-type)
4999 (display-buffer--action-custom-type): New vars.
5000 (display-buffer-alist, display-buffer-default-action)
5001 (display-buffer-overriding-action): Add defcustom types.
5002
4a592f66
CY
5003 * frame.el (delete-other-frames): Doc fix (Bug#276).
5004
73d56dbd
LMI
50052011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5006
5007 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
5008
37ac18a3
CY
50092011-09-11 Chong Yidong <cyd@stupidchicken.com>
5010
5011 Change modes that used same-window-* vars to use switch-to-buffer.
5012
5013 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
5014 Use switch-to-buffer.
5015
5016 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
5017 (customize-browse, custom-buffer-create-other-window):
5018 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
5019
5020 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
5021 (Info-prev, Info-up, Info-speedbar-goto-node)
5022 (info-display-manual): Use switch-to-buffer.
5023 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
5024
5025 * mail/sendmail.el (mail): Use switch-to-buffer.
5026 (mail-recover): Use switch-to-buffer-other-window.
5027
5028 * cmuscheme.el (run-scheme, switch-to-scheme):
5029 * ielm.el (ielm):
5030 * shell.el (shell):
5031 * net/rlogin.el (rlogin):
5032 * net/telnet.el (telnet, rsh):
5033 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
5034
10195bd6
AS
50352011-09-11 Andreas Schwab <schwab@linux-m68k.org>
5036
5037 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
5038
b322f63a
LMI
50392011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5040
39d7fed6
LMI
5041 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
5042 so don't mention it (bug#9301).
ba5a81f1 5043 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 5044
ee0e9f11
LMI
5045 * faces.el (face-spec-set-match-display): Make `(type graphic)'
5046 match `x', `w32' and `ns', like the manual says (bug#9029).
5047
0b1c89c1 5048 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
5049 (process-kill-buffer-query-function): Mention the buffer name in
5050 the query.
0b1c89c1 5051
77549ea8
LMI
5052 * image-mode.el (image-next-line): The line parameter is mandatory
5053 (bug#9258).
5054
803ef892
LMI
5055 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
5056 which can be useful (bug#9301).
5057
12980837
LMI
5058 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
5059
91054f8f
LMI
5060 * subr.el (match-string): Mention that the current buffer should
5061 be the same as the search was done in (bug#9282).
5062
b322f63a
LMI
5063 * facemenu.el: Disable the remove-* commands if the mark isn't
5064 active (bug#9162).
5065
3199b96f
CY
50662011-09-10 Chong Yidong <cyd@stupidchicken.com>
5067
5068 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
5069 of display-buffer.
5070 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
5071
5072 * replace.el (occur-mode-goto-occurrence)
5073 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
5074 and display-buffer.
5075
5076 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
5077 display-buffer.
5078
5079 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
5080 special-display and same-window variables.
5081 (mail-other-window): Use switch-to-buffer-other-window.
5082 (mail-other-frame): USe switch-to-buffer-other-frame.
5083
393a301e
SM
5084 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
5085 Use display-buffer-other-frame.
3199b96f
CY
5086 (gdb-display-gdb-buffer): Use pop-to-buffer.
5087
5088 * progmodes/gud.el (gud-goto-info): Use info-other-window.
5089
5090 * progmodes/python.el: Don't set same-window-buffer-names.
5091
5092 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
5093
5094 * window.el (display-buffer-alist): Add *Python*.
5095
8319e0bf
CY
50962011-09-10 Chong Yidong <cyd@stupidchicken.com>
5097
5098 * window.el (display-buffer-alist): Add entry for buffers
5099 previously handled same-window-*.
5100 (display-buffer-alist, display-buffer-default-action)
5101 (display-buffer-overriding-action): Mark as risky.
5102 (display-buffer-alist): Document action function changes.
5103 (display-buffer--same-window-action)
5104 (display-buffer--other-frame-action): New variables.
5105 (switch-to-buffer, display-buffer-other-frame): Use them.
5106 (display-buffer): Rename reuse-frame entry to reusable-frames.
5107 (display-buffer-reuse-selected-window): Function deleted.
5108 (display-buffer-reuse-window): Handle reusable-frames alist entry.
5109 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
5110 (display-buffer-special): New function.
5111 (display-buffer--maybe-pop-up-frame-or-window): Rename from
5112 display-buffer-reuse-or-pop-window. Split off special-display
5113 part into display-buffer-special.
5114 (display-buffer-use-some-window): Don't perform any special
5115 pop-up-frames handling.
5116 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 5117 (display-buffer--maybe-same-window): Rename from
0d3ff375 5118 display-buffer-maybe-same-window.
8319e0bf 5119
919a69aa
CY
5120 * info.el: Don't set same-window-regexps.
5121 (info-setup): New function.
5122 (info-other-window, info): Call it.
5123
5124 * cus-edit.el: Don't set same-window-regexps.
5125 (customize-group): New argument.
5126 (customize-group-other-window): Use it.
5127 (customize-face, customize-face-other-window): Likewise.
5128 (custom-buffer-create-other-window): Use pop-to-buffer directly.
5129
8319e0bf
CY
5130 * net/rlogin.el:
5131 * net/telnet.el:
5132 * progmodes/gud.el: Don't set same-window-regexps.
5133
5134 * cmuscheme.el:
5135 * ielm.el:
5136 * shell.el:
5137 * mail/sendmail.el:
5138 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
5139
25173000
JL
51402011-09-10 Juri Linkov <juri@jurta.org>
5141
5142 * isearch.el (isearch-edit-string): Remove obsolete mention of
5143 `C-w' (`isearch-yank-word-or-char') from docstring.
5144 (isearch-query-replace): Fix typo in docstring (bug#9466).
5145
056e44ef
JL
51462011-09-10 Juri Linkov <juri@jurta.org>
5147
5148 * paren.el (show-paren-function): Don't show escaped parens.
5149 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
5150
c3760c17
EZ
51512011-09-10 Eli Zaretskii <eliz@gnu.org>
5152
5153 * mail/sendmail.el (mml-to-mime, mml-attach-file)
5154 (mm-default-file-encoding): Remove autoload forms, they are
5155 replaced with autoload cookies in mml.el and mm-encode.el.
5156 (mail-add-attachment): New command.
5157 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
5158 (mail-mode): Mention mail-insert-file and mail-add-attachment in
5159 the doc string.
5160 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
5161
fece895e
RT
51622011-09-10 Reuben Thomas <rrt@sc3d.org>
5163
e69df516
SM
5164 * simple.el (count-words-region): Use buffer if there's no region
5165 (bug#9429).
fece895e 5166
5e68ce4a
JL
51672011-09-09 Juri Linkov <juri@jurta.org>
5168
5169 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
5170 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
5171 (wdired-isearch-filter-read-only): New function. (Bug#6362)
5172
0a6b9622
AM
51732011-09-09 Alan Mackenzie <acm@muc.de>
5174
5175 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
5176 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
5177
14a29deb
EZ
51782011-09-09 Eli Zaretskii <eliz@gnu.org>
5179
5180 Fix for Savannah bug#9392.
5181 * simple.el (mail-encode-mml): New defvar.
5182
5183 * mail/rmail.el (mail-encode-mml): Add a defvar.
5184 (rmail-enable-mime-composing): Default to t.
5185 (rmail-forward): Use MIME method of forwarding only if both
5186 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
5187 Set mail-encode-mml non-nil if the MIME method was used.
5188
5189 * mail/sendmail.el (mml-to-mime): Add autoload form.
5190 (mail-encode-mml): Add a defvar.
5191 (mail-mode): Make mail-encode-mml buffer-local and initialize it
5192 to nil.
5193 (mail-send): If mail-encode-mml is non-nil, run the outgoing
5194 message through mml-to-mime, and reset mail-encode-mml to nil.
5195
28c45130
GM
51962011-09-09 Glenn Morris <rgm@gnu.org>
5197
5198 * woman.el (woman-if-body): When processing an .el block,
5199 do not delete the next .el block as well. (Bug#9447)
69f4b618 5200 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 5201
9b1c252e
MR
52022011-09-08 Martin Rudalics <rudalics@gmx.at>
5203
5204 * window.el (window-deletable-p): Make sure window is live before
5205 invoking window-prev-buffers.
5206
567457e3
LL
52072011-09-08 Leo Liu <sdl.web@gmail.com>
5208
5209 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
5210
97f05794
JL
52112011-09-08 Juri Linkov <juri@jurta.org>
5212
5213 * progmodes/compile.el (compilation-environment): Make it
5214 a defcustom (bug#8340).
5215
8b0874b5
MR
52162011-09-08 Martin Rudalics <rudalics@gmx.at>
5217
5218 * window.el (frame-auto-delete): Rename to window-auto-delete.
5219 Make it control auto-deletion of windows and/or frames.
5220 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 5221 for deleting window/frame. (Bug#9419)
8b0874b5
MR
5222 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
5223 Rewrite handling of case when window/frame can be deleted.
5224 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 5225 argument t. (Bug#9456)
8b0874b5 5226
4feb6e73
CY
52272011-09-07 Chong Yidong <cyd@stupidchicken.com>
5228
5229 * help-mode.el (help-mode): Restore autoload.
5230
91ab9c13
JL
52312011-09-07 Juri Linkov <juri@jurta.org>
5232
5233 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
5234 `compilation-environment'. Set buffer-local
5235 `compilation-environment' to `thisenv' later after (funcall mode).
5236 (Bug#8340)
5237
5238 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
5239 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
5240 instead of replacing its value. (Bug#8340)
5241
0527e251
JL
52422011-09-07 Juri Linkov <juri@jurta.org>
5243
5244 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
5245 based on text properties put by `grep-filter' instead of matching
5246 escape sequences.
5247 (grep-mode): Set buffer-local `compilation-error-screen-columns'
5248 to the value of `grep-error-screen-columns' (bug#9438).
5249
249f792c
JL
52502011-09-07 Juri Linkov <juri@jurta.org>
5251
5252 * simple.el (next-error-highlight, next-error-highlight-no-select):
5253 Doc fix (bug#9432).
5254
ff7271b9
OT
52552011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
5256
5257 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
5258 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
5259
183fc730
LL
52602011-09-07 Leo Liu <sdl.web@gmail.com>
5261
5262 * net/rcirc.el (rcirc-mode): Conditionally initialize
5263 rcirc-input-ring.
5264
77694924
SM
52652011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5266
5267 * emacs-lisp/find-func.el (find-function-C-source): Only set
5268 find-function-C-source-directory after checking that we found a source
5269 file there (bug#9440).
5270
d809b8eb
AM
52712011-09-06 Alan Mackenzie <acm@muc.de>
5272
5273 * isearch.el (isearch-other-meta-char): Wherever a key list is
5274 unread, "unread" the prefix arg, too. This fixes bug #8901.
5275
453de99f
OG
52762011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
5277
5278 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
5279
90439906
JL
52802011-09-05 Juri Linkov <juri@jurta.org>
5281
5282 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
5283
f62bd846
JL
52842011-09-05 Juri Linkov <juri@jurta.org>
5285
5286 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
5287 keeping point where processing of grep matches begins, and
5288 continue to delete remaining escape sequences from the same point.
5289 (grep-filter): Make leading zero optional in "0?1;31m" because
5290 git-grep emits "\033[1;31m" escape sequences unlike expected
5291 "\033[01;31m" as GNU Grep does (bug#9408).
5292 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
5293
045820ec
JL
52942011-09-05 Juri Linkov <juri@jurta.org>
5295
5296 * subr.el (y-or-n-p): Capitalize "yes".
5297
f5e29b9b
MA
52982011-09-04 Michael Albinus <michael.albinus@gmx.de>
5299
5300 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
5301 `tramp-cache-unload-hook' where appropriate.
5302 (tramp-methods): Rename `tramp-remote-sh' to
5303 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
5304 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
5305
5306 * net/tramp-sh.el (top): Don't require 'shell.
5307 (tramp-methods): Add `tramp-remote-shell' and
5308 `tramp-remote-shell-args' entries.
5309 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
5310 (tramp-sh-handle-shell-command): Remove.
5311 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5312 Use `tramp-remote-shell'.
5313
2784c434
CY
53142011-09-03 Chong Yidong <cyd@stupidchicken.com>
5315
393a301e 5316 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
5317 (sendmail-query-once): Save directly to send-mail-function.
5318 Update message-send-mail-function too.
5319
5320 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
5321
464cdf56
CS
53222011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
5323
5324 * progmodes/python.el (python-mode-map): Use correct function to
5325 start python interpreter from menu-bar (as reported by Geert
5326 Kloosterman).
5327 (inferior-python-mode-map): Fix typo.
393a301e 5328 (python-shell-map): Remove.
464cdf56 5329
d37e5c87
DD
53302011-09-03 Deniz Dogan <deniz@dogan.se>
5331
5332 * net/rcirc.el (rcirc-print): Simplify code for
5333 rcirc-scroll-show-maximum-output. There is no need to walk
5334 through all windows to find the right one.
5335
f3ada0ee
CS
53362011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
5337
5338 * help.el (help-return-method): Doc fix.
5339
1f3c99ca
MR
53402011-09-03 Martin Rudalics <rudalics@gmx.at>
5341
5342 * window.el (window-deletable-p): Don't return a non-nil value
5343 when there's a buffer that was shown in the window before.
5344 (Bug#9419)
393a301e
SM
5345 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
5346 Set window's previous buffers to nil.
1f3c99ca 5347
a3cf097f
EZ
53482011-09-03 Eli Zaretskii <eliz@gnu.org>
5349
5350 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
5351 newline before and after the tag line, so it doesn't interfere
5352 with determining the paragraph direction of bidirectional text.
5353
3d03de90
LL
53542011-09-03 Leo Liu <sdl.web@gmail.com>
5355
5356 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
5357
c3313451
CY
53582011-09-02 Chong Yidong <cyd@stupidchicken.com>
5359
393a301e 5360 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
5361 (pop-to-buffer): Change interactive spec. Pass second argument
5362 directly to display-buffer.
5363 (display-buffer): Fix interactive spec. Use functionp to
5364 distinguish between a function and a list of functions.
5365
5366 * abbrev.el (edit-abbrevs):
5367 * arc-mode.el (archive-extract):
5368 * autoinsert.el (auto-insert):
5369 * bookmark.el (bookmark-bmenu-list):
5370 * files.el (find-file):
5371 * view.el (view-buffer):
5372 * progmodes/compile.el (compilation-goto-locus):
5373 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
5374
89894cd8
CY
53752011-09-02 Chong Yidong <cyd@stupidchicken.com>
5376
5377 * window.el (display-buffer-alist): Doc fix.
5378 (display-buffer): Add docstring. Don't treat
5379 display-buffer-default specially.
5380 (display-buffer-reuse-selected-window)
5381 (display-buffer-same-window, display-buffer-maybe-same-window)
5382 (display-buffer-reuse-window, display-buffer-pop-up-frame)
5383 (display-buffer-pop-up-window)
5384 (display-buffer-reuse-or-pop-window)
5385 (display-buffer-use-some-window): New functions.
5386 (display-buffer-default-action): Use them.
393a301e 5387 (display-buffer-default): Delete.
89894cd8
CY
5388 (pop-to-buffer-1): Fix choice of actions.
5389
ae0bc9fb
SM
53902011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
5391
5392 * minibuffer.el (completion--insert-strings): Don't get confused by
5393 completion entries that end with an LF char.
5394
e9d90883
EZ
53952011-09-01 Eli Zaretskii <eliz@gnu.org>
5396
5397 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
5398
437014c8
CY
53992011-09-01 Chong Yidong <cyd@stupidchicken.com>
5400
5401 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
5402 (display-buffer-same-window, display-buffer-other-window):
5403 New functions.
437014c8
CY
5404 (pop-to-buffer-1): New function. Use the above.
5405 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 5406 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
5407
5408 * view.el (view-buffer-other-window, view-buffer-other-frame):
5409 Just use pop-to-buffer.
5410
a5e063d5
TV
54112011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5412
5413 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
5414
793d32bb
WH
54152011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
5416
5417 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
5418
d65e4c15
RS
54192011-08-31 Richard Stallman <rms@gnu.org>
5420
5421 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
5422 of the separation of rmail-view-buffer from rmail-buffer.
5423 If you say no to "replace original", the decrypt is in the
5424 view buffer. If you say yes, the decrypt goes into the
5425 rmail buffer also.
5426
f818cd2a
MR
54272011-08-31 Martin Rudalics <rudalics@gmx.at>
5428
5429 * window.el (display-buffer-window): Rewrite doc-string.
5430 (display-buffer-record-window): New function.
5431 (display-buffer-macro-specifiers)
5432 (display-buffer-even-window-sizes, display-buffer-set-height)
5433 (display-buffer-set-width, display-buffer-in-window)
5434 (display-buffer-reuse-window, display-buffer-split-specifiers)
5435 (display-buffer-side-specifiers, display-buffer-split-window-1)
5436 (display-buffer-split-window, display-buffer-split-atom-window)
5437 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
5438 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
5439 (display-buffer-other-window-means-other-frame)
5440 (display-buffer-normalize-special)
5441 (display-buffer-normalize-default)
5442 (display-buffer-normalize-argument)
5443 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
5444 (display-buffer-normalize-specifiers, display-buffer-frame)
5445 (display-buffer-same-window, display-buffer-same-frame)
5446 (display-buffer-other-window)
5447 (display-buffer-same-frame-other-window)
5448 (display-buffer-other-frame, pop-to-buffer-same-window)
5449 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
5450 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
5451 (switch-to-buffer-same-frame)
5452 (switch-to-buffer-other-window-same-frame)
5453 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
5454 (display-buffer-alist-set-1, display-buffer-alist-set-2)
5455 (display-buffer-alist-set): Remove.
5456 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
5457 (special-display-regexps, special-display-function):
5458 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
5459 parameter.
5460 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
5461 (special-display-frame-alist, special-display-popup-frame)
5462 (same-window-buffer-names, same-window-regexps, same-window-p)
5463 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
5464 (split-window-preferred-function, split-height-threshold)
5465 (split-width-threshold, window-splittable-p)
5466 (split-window-sensibly, window--try-to-split-window)
5467 (window--frame-usable-p, even-window-heights)
5468 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
5469 (window--display-buffer-2, display-buffer-other-frame):
5470 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
5471 (display-buffer-default, display-buffer-assq-regexp): New functions.
5472 (display-buffer-alist): Rewrite doc-string.
5473 (display-buffer-default-action)
5474 (display-buffer-overriding-action): New variables.
5475 (display-buffer, switch-to-buffer): Rewrite.
5476 (pop-to-buffer): Restore Emacs 23 behavior but use
5477 window-normalize-buffer-to-display.
5478 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
5479 Restore Emacs 23 behavior but use
5480 window-normalize-buffer-to-switch-to.
5481 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
5482 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
5483 Rewrite using Emacs 23 options.
f818cd2a 5484
5bc3b51d
MA
54852011-08-31 Michael Albinus <michael.albinus@gmx.de>
5486
5487 * net/tramp.el (tramp-root-regexp): Remove.
5488 (tramp-completion-file-name-regexp-unified)
5489 (tramp-completion-file-name-regexp-separate)
5490 (tramp-completion-file-name-regexp-url): Don't use leading volume
5491 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
5492 (tramp-drop-volume-letter): Simplify definition.
5493 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 5494
b1a4f8e1
SM
54952011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5496
5497 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
5498 (bug#9356).
5499
5664fa7b
RT
55002011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
5501
b1a4f8e1 5502 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 5503
9a45d6c3
JL
55042011-08-29 Juri Linkov <juri@jurta.org>
5505
5506 * isearch.el (isearch-done): Don't display message "Mark saved"
5507 when arg `edit' is non-nil to prevent its flicker in the echo area.
5508
fb87e0fb
CY
55092011-08-28 Chong Yidong <cyd@stupidchicken.com>
5510
5511 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
5512 obsolete packages for deletion.
5513
09ac1c2a
CS
55142011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
5515
5516 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 5517 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
5518 view-mode from help-mode.
5519 (help-xref-override-view-map): Remove.
5520 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
5521 view-mode is not used anymore.
5522
7a1ff57f
CY
55232011-08-28 Chong Yidong <cyd@stupidchicken.com>
5524
5525 * server.el (server-port): Doc fix.
5526
b9696605
CY
5527 * cus-theme.el (custom-theme-choose-mode): Inherit from
5528 special-mode (Bug#9124).
5529 (custom-theme-choose-mode-map): Add special-mode to parent.
5530
ef8cdf8c
AM
55312011-08-28 Alan Mackenzie <acm@muc.de>
5532
5533 * progmodes/cc-fonts.el
5534 (c-make-font-lock-BO-decl-search-function): New function.
5535 (c-basic-matchers-after - "Fontify the clauses after various
5536 keywords"): Extract the three keyword lists for the 3 erroneous
5537 constructs from the list of four, and use the new function above
5538 in place of an old one.
5539
27de4e20
DD
55402011-08-28 Deniz Dogan <deniz@dogan.se>
5541
5542 * net/rcirc.el (rcirc-insert-prev-input)
5543 (rcirc-insert-next-input): Remove unused argument.
5544
356a3681
SM
55452011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5546
5547 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
5548
3fc9b218
AM
55492011-08-27 Alan Mackenzie <acm@muc.de>
5550
5551 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
5552 handle function pointer parameters properly.
5553
538a061c
MR
55542011-08-27 Martin Rudalics <rudalics@gmx.at>
5555
5556 * window.el (display-buffer-reuse-window): Fix case where
5557 selected window was reused with non-nil OTHER-WINDOW argument.
5558 (Bug#9381)
5559
35b1c40c
DD
55602011-08-27 Deniz Dogan <deniz@dogan.se>
5561
5562 * net/rcirc.el (rcirc-check-auth-status): Adding support for
5563 oftc's NickServ messages.
5564
2f6a3e79
GM
55652011-08-27 Glenn Morris <rgm@gnu.org>
5566
5567 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
5568
7254299e
CY
55692011-08-26 Chong Yidong <cyd@stupidchicken.com>
5570
5571 * emacs-lisp/package.el (package-install): Call package-initialize
5572 if called interactively.
5573
f8ccf167
LL
55742011-08-26 Leo Liu <sdl.web@gmail.com>
5575
5576 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
5577
3e8cd5ce
JL
55782011-08-25 Juri Linkov <juri@jurta.org>
5579
5580 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
5581 `search-whitespace-regexp' (bug#9364).
5582
93eb7113
JL
55832011-08-25 Juri Linkov <juri@jurta.org>
5584
5585 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
5586 `regexp-search-ring' to their global values to protect from
5587 updating by `read-from-minibuffer' (bug#9185).
5588
f65d1611
JL
55892011-08-25 Juri Linkov <juri@jurta.org>
5590
5591 * textmodes/ispell.el (ispell-command-loop): Add newline
5592 at the end of the "Use option `i'..." line.
5593
f1cf7a31
JL
55942011-08-25 Juri Linkov <juri@jurta.org>
5595
5596 * battery.el (display-battery-mode): If `battery-status-function'
5597 or `battery-mode-line-format' is nil, display the message and set
5598 `display-battery-mode' to nil (bug#9363).
5599
0c95fcf7
EZ
56002011-08-25 Eli Zaretskii <eliz@gnu.org>
5601
5602 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
5603 bidi-string-mark-left-to-right; they are unnecessary now.
5604
a2ebe600
DD
56052011-08-25 Deniz Dogan <deniz@dogan.se>
5606
5607 * net/quickurl.el: Documentation typo fixes.
5608
e4ed06f1
CY
56092011-08-25 Chong Yidong <cyd@stupidchicken.com>
5610
5611 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
5612
e5f1c99e
GM
56132011-08-25 Glenn Morris <rgm@gnu.org>
5614
b2948976
GM
5615 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
5616
e5f1c99e
GM
5617 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
5618 (smtpmail-via-smtp): Handle nil response from smtp.
5619
f22f4808
JL
56202011-08-24 Juri Linkov <juri@jurta.org>
5621
5622 * proced.el (proced-marked): Inherit from `error' instead of
5623 `font-lock-warning-face'.
5624
5625 * ibuffer.el (ibuffer-marked-face): Change default face from
5626 `font-lock-warning-face' to `warning'.
5627 (ibuffer-deletion-face): Change default face from
5628 `font-lock-type-face' to `error'.
5629
5630 * battery.el (battery-update): Use the face `error' instead of
5631 `font-lock-warning-face' (bug#6117).
5632
6a93965e
JL
56332011-08-24 Juri Linkov <juri@jurta.org>
5634
5635 * faces.el (success): Change face color from "Green3" to
5636 "ForestGreen" on light background (bug#9353).
5637
1ed43b09
CY
56382011-08-24 Chong Yidong <cyd@stupidchicken.com>
5639
5664fa7b
RT
5640 * window.el (quit-window): Rename from quit-restore-window.
5641 Use same arglist as old quit-window.
1ed43b09
CY
5642 (frame-auto-delete): Doc fix.
5643
5644 * view.el (view-mode-exit): Use quit-window.
5645
11dcdbb2
JL
56462011-08-24 Juri Linkov <juri@jurta.org>
5647
5648 * isearch.el (isearch-ring-adjust1): Start visiting previous
5649 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
5650 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
5651 for empty search string (when the last search string is reused
5652 automatically) to adjust the isearch ring to the last element and
5653 prepare the correct index for further M-p commands (bug#9185).
5654
de62b4df
KH
56552011-08-24 Kenichi Handa <handa@m17n.org>
5656
5657 * international/ucs-normalize.el: If decomposition property of
5658 CHAR is the default one (i.e. a list of CHAR itself), treat it as
5659 nil.
5660 (nfd, nfkd): Likewise.
5661
963b492b
SM
56622011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
5663
5664 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
5665 from process filters aren't reliably transmitted to the surrounding
5666 accept-process-output.
5667 (mpc-proc-check): New function.
5668 (mpc-proc-sync): Use it (bug#8293)
5669
93b6b5e1
SM
56702011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5671
5672 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
5673 Add compatibility functions (bug#9313).
5674
bca633fb
EZ
56752011-08-23 Eli Zaretskii <eliz@gnu.org>
5676
b177498a
EZ
5677 * cus-start.el (all): Add entry for bidi-paragraph-direction.
5678
6df6ae42 5679 * international/uni-bidi.el: Regenerate.
bca633fb 5680
0902a04e
KH
56812011-08-23 Kenichi Handa <handa@m17n.org>
5682
5683 * international/charprop.el:
5684 * international/uni-bidi.el:
5685 * international/uni-category.el:
5686 * international/uni-combining.el:
5687 * international/uni-comment.el:
5688 * international/uni-decimal.el:
5689 * international/uni-decomposition.el:
5690 * international/uni-digit.el:
5691 * international/uni-lowercase.el:
5692 * international/uni-mirrored.el:
5693 * international/uni-name.el:
5694 * international/uni-numeric.el:
5695 * international/uni-old-name.el:
5696 * international/uni-titlecase.el:
5697 * international/uni-uppercase.el: Regenerate.
5698
3bbf23bc
MR
56992011-08-23 Martin Rudalics <rudalics@gmx.at>
5700
5701 * help.el (help-window-setup): Fix message displayed when other
5702 window is reused. (Bug#9341)
5703
b3fd59bd
SM
57042011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5705
1802e444
SM
5706 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
5707 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
5708
b3fd59bd
SM
5709 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
5710 Mark obsolete.
5711 * shell.el (shell-parse-pcomplete-arguments): New function.
5712 (shell-completion-vars): Use it instead (bug#9160).
5713
4eb61348
SM
57142011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
5715
867cab74
SM
5716 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
5717 strings and comments (bug#9333).
5718
4eb61348
SM
5719 * emacs-lisp/debug.el (debug-arglist): New function.
5720 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
5721 (debug-on-entry-1): Handle interpreted closures (bug#9120).
5722
262a1439
JL
57232011-08-22 Juri Linkov <juri@jurta.org>
5724
56ee679c
JL
5725 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5726 Revert regexp that highlights output switches to its old
5727 pre-2010-10-28 value and remove one `?' from it (bug#9319).
5728
262a1439
JL
5729 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
5730 to check for empty output (bug#9226).
5731
f13f86fb
CY
57322011-08-22 Chong Yidong <cyd@stupidchicken.com>
5733
5734 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
5735 symbol-constituent as the default, as that stops font-lock from
5736 working properly (Bug#8843).
5737
c65c9622
LMI
57382011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5739
5740 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
5741 `coding-system-for-*' around the process open call to avoid
5742 auth-source side effects.
e7f2c178 5743 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
5744 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
5745 probe hangs.
c65c9622 5746
23a8a5ab
CY
57472011-08-21 Chong Yidong <cyd@stupidchicken.com>
5748
ff98b2dd
CY
5749 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
5750
23a8a5ab
CY
5751 * emacs-lisp/find-func.el (find-function-noselect): New arg
5752 lisp-only.
5753
5754 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
5755 signal an error for built-in functions (Bug#6664).
5756
f5e3c598
LMI
57572011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5758
5759 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
5760 (smtpmail-try-auth-methods): Use it.
5761
a3f2468a
CY
57622011-08-21 Chong Yidong <cyd@stupidchicken.com>
5763
2c34e8da
CY
5764 * font-lock.el (font-lock-fontify-region)
5765 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
5766 (font-lock-default-unfontify-buffer)
5767 (font-lock-default-fontify-region)
5768 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
5769
b3fd59bd
SM
5770 * progmodes/compile.el (compilation-error-properties):
5771 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
5772 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
5773 `ant' regexp.
ee31aabc 5774
a3f2468a
CY
5775 * net/browse-url.el (browse-url-firefox): Don't call
5776 browse-url-firefox-sentinel unless using -remote (Bug#9328).
5777
8e999f70
GM
57782011-08-20 Glenn Morris <rgm@gnu.org>
5779
c21a496a
GM
5780 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
5781
59ee0542
GM
5782 * tutorial.el (tutorial--default-keys): Update some default bindings.
5783
8e999f70
GM
5784 * files.el (hack-local-variables): Fully ignore case for "mode:".
5785
e3715033
AM
57862011-08-20 Alan Mackenzie <acm@muc.de>
5787
5788 Resolve invalid use of a regexp in regexp-opt.
5789
4d61f28d
JB
5790 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
5791 detection for a java annotation.
e3715033 5792
4d61f28d 5793 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
5794 detection for a java annotation.
5795
4d61f28d
JB
5796 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
5797 handling for java.
e3715033
AM
5798 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
5799
04ed2e9c
CY
58002011-08-20 Chong Yidong <cyd@stupidchicken.com>
5801
5802 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
5803 (Bug#9274).
5804
826cee64
AM
58052011-08-20 Alan Mackenzie <acm@muc.de>
5806
58179cce 5807 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
5808 such a construct. Mainly for when jit-lock etc. starts a chunk
5809 here.
5810
58179cce 5811 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 5812 variable.
58179cce 5813 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
5814 c-make-font-lock-search-function.
5815 (c-make-font-lock-search-function): Use the above function.
5816 (c-make-font-lock-context-search-function): New function.
5817 (c-cpp-matchers): Enhance the preprocessor expression case with
5818 the above function
5819 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
5820 which takes an expression.
5821
5822 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
5823
13009bd8
MR
58242011-08-20 Martin Rudalics <rudalics@gmx.at>
5825
5826 * window.el (display-buffer-reuse-window)
5827 (display-buffer-pop-up-window): Don't reuse or split a side
5828 window.
5829
9234ff7f
GM
58302011-08-19 Glenn Morris <rgm@gnu.org>
5831
5832 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 5833 Downcase "Mode:". (Bug#9331)
9234ff7f 5834
f635daa1
CY
58352011-08-18 Chong Yidong <cyd@stupidchicken.com>
5836
5837 * international/characters.el: Add L and R categories.
5838
5839 * subr.el (bidi-string-mark-left-to-right): Rename from
5840 string-mark-left-to-right. Use category search.
5841
5842 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
5843
bc987f8b
JL
58442011-08-18 Juri Linkov <juri@jurta.org>
5845
5846 * faces.el (error, warning, success): New faces with definitions
5847 copied from old default values of `font-lock-warning-face',
5848 `compilation-warning', `compilation-info' (bug#6117).
5849
5850 * font-lock.el (font-lock-warning-face): Inherit from `error'.
5851
5852 * progmodes/compile.el (compilation-error): Inherit from `error'.
5853 (compilation-warning): Inherit from `warning'.
5854 (compilation-info): Inherit from `success'.
5855
5856 * dired.el (dired-marked): Inherit from `warning'.
5857 (dired-flagged): Inherit from `error'.
5858
57173b96
LMI
58592011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5860
3e79eb87
LMI
5861 * mail/smtpmail.el (auth-source): Require to avoid problems with
5862 binding variables (bug#9298). Also clean up some unused
5863 autoloads.
5864
b3fd59bd
SM
5865 * net/network-stream.el (network-stream-open-starttls):
5866 Support using starttls.el without using gnutls-cli.
57173b96 5867
02b404de
JL
58682011-08-17 Juri Linkov <juri@jurta.org>
5869
5870 * progmodes/grep.el (rgrep): Handle the case when
5871 `grep-find-command' is a cons cell (bug#9278).
5872
8c9177f2
MR
58732011-08-17 Martin Rudalics <rudalics@gmx.at>
5874
5875 * window.el (display-buffer-pop-up-frame): Run frame creation
5876 function with BUFFER current (as special-display-popup-frame
5877 does). Reported by Drew Adams.
5878
3644a0ab
DU
58792011-08-17 Daiki Ueno <ueno@unixuser.org>
5880
5881 * epa-mail.el: Simplify GnuPG group expansion using
5882 epg-expand-group.
5883 (epa-mail-group-alist, epa-mail-group-modtime)
5884 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
5885 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
5886 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
5887 Remove.
5888
5e617bc2 58892011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
5890
5891 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
5892
9c4aeabf
AM
58932011-08-16 Alan Mackenzie <acm@muc.de>
5894
5895 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
5896 Correct, to avoid the inside of macros.
5897
3a99bf64
RS
58982011-08-16 Richard Stallman <rms@gnu.org>
5899
04963aa8
RS
5900 * epa-mail.el: Handle GnuPG group definitions.
5901 (epa-mail-group-alist, epa-mail-group-modtime)
5902 (epa-mail-gnupg-conf-file): New variables.
5903 (epa-mail-parse-groups, epa-mail-sync-groups)
5904 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
5905 (epa-mail-expand-recipients): New functions.
5906 (epa-mail-encrypt): Call epa-mail-expand-recipients.
5907
177549d0
RS
5908 * mail/rmail.el (rmail-epa-decrypt): New command.
5909
fe38beef
RS
5910 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
5911 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
5912 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
5913 (epa-decrypt-armor-in-region): Make error message clearer.
5914
934eacb9
SM
59152011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
5916
5917 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
5918 and "a2b" to "ab" for `prefix'.
5919
d024fb4e
CY
59202011-08-14 Chong Yidong <cyd@stupidchicken.com>
5921
5922 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
5923 filter groups.
de148fee
CY
5924 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
5925 Fourquet (Bug#8804).
d024fb4e 5926
62f1ca49
JB
59272011-08-12 Juanma Barranquero <lekktu@gmail.com>
5928
5929 * startup.el (argi): Declare as global variable (bug#9275).
5930
9ccaaa4b
CY
59312011-08-12 Chong Yidong <cyd@stupidchicken.com>
5932
5933 * subr.el (string-mark-left-to-right): Search the entire string
5934 for RTL script, not just the terminating character. Doc fix.
5935
a3dae87a
SM
59362011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
5937
6cd18349
SM
5938 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
5939 New function.
5940 (js--regexp-literal, js-syntax-propertize-function): Remove.
5941 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
5942 (js-mode-map): Don't rebind electric keys.
5943 (js-insert-and-indent): Remove.
5944 (js-mode): Setup electric-layout and electric-indent instead.
5945
a3dae87a
SM
5946 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
5947
9d5cb631
DU
59482011-08-12 Daiki Ueno <ueno@unixuser.org>
5949
5950 * epa.el (epa-progress-callback-function): Fix the logic of
5951 displaying progress.
5952 * epa-file.el (epa-file-insert-file-contents): Make progress
5953 display more user-friendly.
5954 (epa-file-write-region): Ditto.
5955
3e26a4a2
CY
59562011-08-10 Chong Yidong <cyd@stupidchicken.com>
5957
5958 * subr.el (string-mark-left-to-right): New function.
5959
5960 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
5961 Use string-mark-left-to-right.
5962 (list-buffers-noselect): Caller changed.
5963
a3dae87a
SM
5964 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
5965 Use string-mark-left-to-right.
3e26a4a2
CY
5966 (tabulated-list-print): Recenter after moving point.
5967
ac8cf6e6
JL
59682011-08-10 Juri Linkov <juri@jurta.org>
5969
5970 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
5971 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
5972 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
5973
8d96c9a4
CY
59742011-08-09 Chong Yidong <cyd@stupidchicken.com>
5975
5976 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
5977 (Bug#7554).
5978
7be1c708 59792011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
5980
5981 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
5982 character. (Bug#6594)
5983
37e11a63
CY
59842011-08-08 Chong Yidong <cyd@stupidchicken.com>
5985
839dde57
CY
5986 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
5987 (image-dired--with-db-file): New macro.
5988 (image-dired-write-tags, image-dired-remove-tag)
5989 (image-dired-create-gallery-lists, image-dired-write-comments)
5990 (image-dired-get-comment, image-dired-mark-tagged-files)
5991 (image-dired-list-tags, image-dired-gallery-generate): Use it.
5992 (image-dired-gallery-generate): Use insert-file-contents.
5993
37e11a63
CY
5994 * time.el (display-time-world-list, display-time-world-display):
5995 * time-stamp.el (time-stamp-string):
5996 * vc/add-log.el (add-change-log-entry): Use setenv instead of
5997 set-time-zone-rule (Bug#7337).
5998
0b4946c4
DU
59992011-08-08 Daiki Ueno <ueno@unixuser.org>
6000
6001 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
6002 (epg-error-to-string, epg-errors-to-string): New function.
6003 (epg-wait-for-completion): Reverse errors list.
6004 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
6005 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
6006 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
6007 (epg-sign-keys, epg-generate-key-from-file)
6008 (epg-generate-key-from-string): Format errors by using
6009 epg-errors-to-string (bug#9255).
6010 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
6011
75bfc667
JL
60122011-08-07 Juri Linkov <juri@jurta.org>
6013
6014 * faces.el (list-faces-display): Remove extra angle bracket
6015 from `help-mode-map'.
6016
6017 * info.el (Info-history-toc-nodes): Doc fix.
6018
6019 * longlines.el (longlines-mode): Doc fix.
6020
673e08bb
SM
60212011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
6022
4640dd88
SM
6023 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
6024 of statements and in a few more cases (bug#9183).
6025
673e08bb
SM
6026 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
6027 New functions.
6028 (cl-transform-lambda): Use them (bug#9239).
6029
89b3f019
MR
60302011-08-05 Martin Rudalics <rudalics@gmx.at>
6031
6032 * window.el (display-buffer-same-window)
6033 (display-buffer-same-frame, display-buffer-other-window)
6034 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
6035 (pop-to-buffer-other-window)
6036 (pop-to-buffer-same-frame-other-window)
6037 (pop-to-buffer-other-frame): Make them defuns.
6038 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
6039
640c8776
SM
60402011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
6041
6042 * subr.el (make-composed-keymap): Move from C. Change calling
6043 convention, and improve docstring to bring attention to a subtle point.
6044 * minibuffer.el (completing-read-default): Adjust accordingly.
6045
63648a95
MA
60462011-08-03 Michael Albinus <michael.albinus@gmx.de>
6047
6048 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
6049 (tramp-open-shell): Use `tramp-shell-quote-argument'.
6050
6051 * net/trampver.el: Update release number.
6052
b796c9b7
SM
60532011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
6054
6055 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
6056 "in" (bug#9190).
6057
2239d7d5
LMI
60582011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6059
e07dd7c3
LMI
6060 * mail/sendmail.el (sendmail-query-once): Restore the current
6061 buffer after querying (bug#9074).
6062
0e6a2bd7
LMI
6063 * dired.el (dired-flagged): Use different faces for marked and
6064 flagged files (bug#6117).
6065
ce887515
LMI
6066 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
6067 (bug#4433).
6068
92f2affc
LMI
6069 * ido.el (ido-mode): Switch off the message if called
6070 non-interactively.
6071
57d5aff0
LMI
6072 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
6073 before 587, since it appears that that's more likely to work for
6074 more people.
6075
98cd6c18 6076 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 6077 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
6078 exist.
6079
b96dec83
LMI
6080 * info.el: Remove the `Info-beginning-of-buffer' function
6081 (bug#8325).
6082
b796c9b7
SM
6083 * net/network-stream.el (network-stream-open-starttls):
6084 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 6085
d90e2ea0
MR
60862011-08-01 Martin Rudalics <rudalics@gmx.at>
6087
6088 * window.el (display-buffer-in-window): Don't set dedicated status
6089 of window here (Bug#9215).
6090 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
6091 (display-buffer-pop-up-side-window)
b796c9b7 6092 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 6093
cca09170
SM
60942011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
6095
6096 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
6097 before binding generated-autoload-file.
6098
027b979c
DD
60992011-08-01 Deniz Dogan <deniz@dogan.se>
6100
6101 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
6102
3c7ee4f3
MA
61032011-07-30 Michael Albinus <michael.albinus@gmx.de>
6104
6105 Sync with Tramp 2.2.2.
6106
6107 * net/trampver.el: Update release number.
6108
2cc8e51a
JL
61092011-07-30 Juri Linkov <juri@jurta.org>
6110
6111 * dired-aux.el (dired-touch-initial): Remove function.
6112 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
6113 current time, and `default' to the last modification time of the
6114 current marked file (bug#6887).
6115
a514d856
JM
61162011-07-28 Jose E. Marchesi <jemarch@gnu.org>
6117
6118 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 6119 numeric argument to read-number (bug#9163).
a514d856 6120
8a7eddd7
MA
61212011-07-27 Michael Albinus <michael.albinus@gmx.de>
6122
6123 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
6124 connection process, it could be nil.
6125
1ddd96f5
LL
61262011-07-27 Leo Liu <sdl.web@gmail.com>
6127
6128 Simplify url handling in rcirc-mode.
6129
6130 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
6131 (rcirc-browse-url-at-mouse): Remove.
6132 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
6133
b248a85d
AM
61342011-07-26 Alan Mackenzie <acm@muc.de>
6135
6136 Fontify bitfield declarations properly.
6137
6138 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
6139 (c-symbol-chars): Now exported as a lang variable.
6140 (c-not-primitive-type-keywords): New lang variable.
6141
6142 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
6143 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 6144 parsed as a bitfield declaration.
b248a85d 6145
b796c9b7
SM
6146 * progmodes/cc-engine.el (c-beginning-of-statement-1):
6147 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
6148 (c-punctuation-in): New function.
6149 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
6150 declarations properly.
6151
68575ab0
UJ
61522011-07-26 Ulf Jasper <ulf.jasper@web.de>
6153
6154 * calendar/icalendar.el (icalendar--all-events): Take care of
6155 multiple vcalendars in a single file.
b796c9b7 6156 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 6157
0f0a88b9
DD
61582011-07-25 Deniz Dogan <deniz@dogan.se>
6159
6160 * image.el (insert-image): Clarifying docstring.
6161
0b3f36df
MA
61622011-07-24 Michael Albinus <michael.albinus@gmx.de>
6163
6164 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
6165 `tramp-send-command-and-check' if there is no error.
6166 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
6167
a9901f61
AM
61682011-07-22 Alan Mackenzie <acm@muc.de>
6169
6170 Prevent cc-langs.elc being loaded at run time.
6171
6172 * progmodes/cc-mode.el: Remove two autoload forms which loaded
6173 cc-langs.
6174
4d61f28d 6175 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
6176 "(require 'cc-langs)". Quote a form so it will evaluate at
6177 (cc-mode's) compilation time.
6178
11d074b2
MA
61792011-07-22 Michael Albinus <michael.albinus@gmx.de>
6180
6181 * net/tramp.el (tramp-file-name-handler): Avoid recursive
6182 loading. (Bug#9114)
6183
938b94c8
MR
61842011-07-21 Martin Rudalics <rudalics@gmx.at>
6185
6186 * window.el (display-buffer-pop-up-window)
6187 (display-buffer-pop-up-side-window)
6188 (display-buffer-in-side-window): Call display-buffer-set-height
6189 and display-buffer-set-width after setting the new window's
b796c9b7 6190 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 6191
bfa4f190
SS
61922011-07-20 Sam Steingold <sds@gnu.org>
6193
6194 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
6195 (etags-tags-included-tables): Call `convert-standard-filename' on
6196 the file names contained in TAGS so that windows Emacs can handle
6197 TAGS files created by cygwin ctags.
6198
8ca42262
LMI
61992011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
6200
6201 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
6202 which apparently didn't work.
6203
5db2afd2 62042011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 6205
5db2afd2
RW
6206 * proced.el (proced-send-signal): For *Marked Processes* buffer
6207 put point at beginning of buffer.
6208
92e15d10
SB
62092011-07-19 Stephen Berman <stephen.berman@gmx.net>
6210
6211 * proced.el (proced-format): Make header lines align with the text
6212 (bug#1779).
6213
1bfd59e5
LMI
62142011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6215
6216 * view.el (view-buffer): Allow running in `special' modes if we're
6217 visiting a file (bug#8615).
6218
f5aae37c
MR
62192011-07-19 Martin Rudalics <rudalics@gmx.at>
6220
6221 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
6222 (display-buffer-alist-set-1, display-buffer-alist-set-2):
6223 New functions.
f5aae37c
MR
6224 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
6225 more accurately.
6226
bf2c1571
AM
62272011-07-18 Alan Mackenzie <acm@muc.de>
6228
6229 Fontify declarators properly when, e.g., a jit-lock chunk begins
6230 inside a declaration.
6231
6232 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
6233
b796c9b7
SM
6234 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
6235 New function.
bf2c1571
AM
6236 (c-complex-decl-matchers): Insert reference to
6237 c-font-lock-enclosing-decls.
6238
6239 * progmodes/cc-engine.el (c-backward-single-comment):
6240 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
6241 to nil around calls to (forward-comment -1).
6242
4e190b80
LMI
62432011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6244
12dc863d
LMI
6245 * image.el (put-image): Doc typo fix.
6246
a762e966
LMI
6247 * progmodes/etags.el (tags-search): Doc typo fix.
6248
4e190b80
LMI
6249 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
6250 password if we get errors 550 to 554.
6251
f019fb21
LMI
62522011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6253
b796c9b7 6254 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 6255
81746738
LMI
6256 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
6257 indentation character (bug#6380).
6258
3ee3a1b5
LMI
6259 * files.el (buffer-offer-save): Made permanently local (bug#6241).
6260
c82f64de
LMI
6261 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
6262 to clarify what the problem is (bug#4291).
6263
f019fb21
LMI
6264 * simple.el (current-kill): Clarify what
6265 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
6266 (auto-fill-mode): Document `auto-fill-function' in relation to
6267 `auto-fill-mode' (bug#2470).
f019fb21 6268
0794775d
LM
62692011-07-16 Lawrence Mitchell <wence@gmx.li>
6270
6271 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
6272 method if slot is read-only (bug#9035).
6273
be39b8cc
MR
62742011-07-16 Martin Rudalics <rudalics@gmx.at>
6275
b796c9b7 6276 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 6277 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
6278 selected before, see discussion of (Bug#8615), (Bug#6954).
6279 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 6280
6ccf7859
GM
62812011-07-15 Glenn Morris <rgm@gnu.org>
6282
6283 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 6284 Respect help-form.
6ccf7859 6285
87e86684
LM
62862011-07-09 Lawrence Mitchell <wence@gmx.li>
6287
6288 * net/gnutls.el (gnutls-min-prime-bits): New variable.
6289 (gnutls-negotiate): Use it.
6290
d6066239
LMI
62912011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6292
b796c9b7
SM
6293 * net/gnutls.el (gnutls-negotiate):
6294 Upcase `gnutls-algorithm-priority'.
d6066239 6295
bd23ebc0
GM
62962011-07-15 Glenn Morris <rgm@gnu.org>
6297
c65bca65
GM
6298 * jka-compr.el (jka-compr-verbose): Move from here...
6299 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
6300 Add missing :version tag.
6301 * info.el: No need to require jka-compr when compiling.
bd23ebc0 6302
478615cc
LMI
63032011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6304
7b41decb
LMI
6305 * net/gnutls.el (gnutls-algorithm-priority): New variable.
6306 (gnutls-negotiate): Use it.
6307
dbc44fcd
LMI
6308 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
6309
06789f97
LMI
6310 * info.el (Info-beginning-of-buffer): New command.
6311 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
6312 announcing `b' as the key (bug#8325).
ab896c37 6313 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 6314
c39da690
LMI
6315 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
6316
3aa5f34b
LMI
6317 * international/mule-cmds.el
6318 (describe-specified-language-support): Make the error message
6319 clearer (bug#8905).
6320
4bf0979f
LMI
6321 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
6322
478615cc
LMI
6323 * isearch.el (isearch-barrier): Add a doc string, since it's
6324 mentioned in a function doc string (bug#8678).
6325
75c68aa1
MR
63262011-07-15 Martin Rudalics <rudalics@gmx.at>
6327
6328 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
6329 buffer argument (Bug#9083) and self-identifying label argument.
6330
a7c33da2
GM
63312011-07-15 Glenn Morris <rgm@gnu.org>
6332
6333 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
6334
2f5c6024
LMI
63352011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6336
6337 * man.el (Man-fontify-manpage): Fix message when formatting the
6338 man page (bug#7929).
6339
0bb23927 63402011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
6341
6342 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
6343 argument LRM; if non-nil, append an invisible LRM character to the
6344 buffer name.
6345 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
6346 last argument non-nil, when formatting buffer names.
0bb23927
EZ
6347 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
6348 paragraph direction.
cce4b0a7 6349
621ef9ab
LMI
63502011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6351
d1583c48
LMI
6352 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
6353 the man page name (bug#7929).
6354
6a57fb5f
LMI
6355 * image.el (put-image): Mention the `put-image' overlay property
6356 (bug#7834).
6357
d7956b14
LMI
6358 * scroll-bar.el (set-scroll-bar-mode): Mention that
6359 `scroll-bar-mode' lists the values (bug#7772).
6360
5b2d4a66
LMI
6361 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
6362 command (bug#7729).
6363
7509a874
LMI
6364 * rect.el (apply-on-rectangle): Return the point after the last
6365 operation.
6366 (string-rectangle): Go to the point after the last operation
6367 (bug#7522).
6368
4fe74b19
LMI
6369 * printing.el (pr-toggle-region): Clarify the documentation
6370 slightly (bug#7493).
6371
b796c9b7
SM
6372 * time.el (display-time-update):
6373 Allow `display-time-mail-function' to return nil (bug#7158).
6374 Fix suggested by Detlev Zundel.
ab283561 6375
fc233c9d
LMI
6376 * vc/diff.el (diff): Clarify the order the file names are read
6377 (bug#7111).
6378
43f5740b
LMI
6379 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
6380 the doc string (bug#7015).
6381
f2182a76
LMI
6382 * font-lock.el (font-lock-maximum-decoration): Mention what
6383 numeric levels mean (bug#6935).
6384
621ef9ab
LMI
6385 * startup.el (initial-buffer-choice): Don't mention the `none'
6386 selection, which is against policy.
6387
adc47434
MR
63882011-07-14 Martin Rudalics <rudalics@gmx.at>
6389
b796c9b7
SM
6390 * window.el (display-buffer-normalize-special):
6391 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 6392
7e5bfb8f
EZ
63932011-07-14 Eli Zaretskii <eliz@gnu.org>
6394
6395 * subr.el (version<, version<=, version=): Mention "-CVS" and
6396 "-12345" alpha version numbers.
6397
27fa387a
CY
63982011-07-14 Chong Yidong <cyd@stupidchicken.com>
6399
6400 * bindings.el: Add advertised binding for set-mark-command
6401 (Bug#5772).
6402
8bdfa064
CY
64032011-07-14 Chong Yidong <cyd@stupidchicken.com>
6404
6405 * bindings.el (mode-line-other-buffer):
6406 * bookmark.el (bookmark-bmenu-2-window):
6407 * bs.el (bs-cycle-next, bs-cycle-previous):
6408 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
6409 switch-to-buffer.
6410
6411 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 6412 Delete.
8bdfa064 6413
5eba16a3
JB
64142011-07-14 Juanma Barranquero <lekktu@gmail.com>
6415
6416 * follow.el (follow-debug-message, follow-redisplay):
6417 * jka-cmpr-hook.el (with-auto-compression-mode):
6418 Fix typos in docstrings.
6419
15853710
LMI
64202011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6421
a28e4607
LMI
6422 * subr.el (with-silent-modifications): Clarify somewhat what the
6423 macro inhibits (bug#6525).
6424
15853710
LMI
6425 * simple.el (eval-expression): Note what it does if called
6426 interactively (bug#6495).
6427
bee0fcef
CY
64282011-07-13 Chong Yidong <cyd@stupidchicken.com>
6429
b796c9b7
SM
6430 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
6431 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
6432
6433 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6434 Remove switch-to-buffer.
6435
58274504
LMI
64362011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6437
bd2fcc8d
LMI
6438 * files.el (make-directory): Clarify that an error will be raised
6439 if there's an error (bug#6397).
6440
0f04b32c
LMI
6441 * startup.el (initial-buffer-choice): Add `none' as a choice
6442 (bug#6234).
6443
465c5fc8
LMI
6444 * subr.el (add-hook): Clarify section about buffer-local hooks
6445 (bug#6218).
6446
58274504
LMI
6447 * dired.el (dired-flagged): Clarify doc string (bug#6117).
6448
bead9a43
JB
64492011-07-13 Juanma Barranquero <lekktu@gmail.com>
6450
6451 * tabify.el (untabify): Preserve the current column so that point
6452 doesn't move (bug#6032).
6453
3af98a7b
LMI
64542011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6455
b796c9b7
SM
6456 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
6457 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 6458
6240145a
GM
64592011-07-13 Glenn Morris <rgm@gnu.org>
6460
6461 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
6462 (dired-insert-directory): Give a message the first time
6463 if ls is found not to support --dired.
6464
1d8c2ccc
LMI
64652011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6466
6467 * simple.el (toggle-truncate-lines): Clarify what is toggled
6468 (bug#5580). Text by Drew Adams.
6469
5fc4038e
CY
64702011-07-13 Chong Yidong <cyd@stupidchicken.com>
6471
6472 * simple.el (blink-matching-open): Make the error message from the
6473 last change less verbose.
6474
bf6012e5
DN
64752011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
6476
6477 * font-lock.el (font-lock-comment-face): Use the high contrast
6478 "yellow" color for font-lock-comment-face on low color terminals
6479 using a dark background color (bug#4221).
6480
343c3b5a
LMI
64812011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6482
7e9505c5
LMI
6483 * dired.el (dired-insert-set-properties): Make the doc string
6484 reflect what it does now (bug#5325).
6485
c26fdcf5
LMI
6486 * simple.el (blink-matching-open): Say that we were unable to find
6487 the match within the limit, if we're limited (bug#5122).
6488
bb388cc5
LMI
6489 * international/mule-cmds.el (prefer-coding-system): Add an
6490 example (bug#4869).
6491
343c3b5a
LMI
6492 * progmodes/etags.el (tags-search): Document `file-list-form'
6493 (bug#4731).
6494
2a517d45
LM
64952011-07-13 Lawrence Mitchell <wence@gmx.li>
6496
6497 * net/browse-url.el (browse-url-default-browser)
6498 (browse-url-browser-function): Make the default browser choice a
6499 bit more logical (bug#4300). Also clean up the doc string.
6500
b6c78ef2
JB
65012011-07-13 Juanma Barranquero <lekktu@gmail.com>
6502
6503 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
6504 binary endings (bug#4440).
6505
1c4dd947
LMI
65062011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6507
a2014063
LMI
6508 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
6509 which can be pretty annoying (bug#8971).
6510
9c9c2d88
LMI
6511 * jka-compr.el (jka-compr-verbose): New variable, and use
6512 throughout (bug#8971).
6513
1c4dd947
LMI
6514 * info.el (Info-find-file): Fall back on the installation
6515 directory if we can't find the info node anywhere else.
6516
a1c9f41b
SO
65172011-07-13 Sergei Organov <osv@javad.com> (tiny change)
6518
6519 * vc/vc.el (vc-revert-file):
6520 Don't set file time-stamp in the past. (Bug#5181)
6521
536f3d36
LMI
65222011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6523
7152b011
LMI
6524 * files.el (after-find-file): Give a better error message when
6525 trying to find a symlink that points to a file that doesn't exist
6526 (bug#4398).
6527
536f3d36
LMI
6528 * progmodes/cc-vars.el: Remove (probably) misleading comment
6529 (bug#4396).
6530
460c0fba
JB
65312011-07-12 Johan Bockgård <bojohan@gnu.org>
6532
6533 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
6534
7a6bda45
CY
65352011-07-12 Chong Yidong <cyd@stupidchicken.com>
6536
6537 * mouse-sel.el: Hack restoring functionality, while keeping
6538 compatibility with 2010-07-03 changes to mouse selection.
6539 (mouse-sel-primary-overlay): New var.
6540 (mouse-sel-selection-alist): Use it.
6541 (mouse-sel-mode): Doc fix; remove points that are default features
6542 of mouse.el.
6543
c79598ef
JB
65442011-07-12 Johan Bockgård <bojohan@gnu.org>
6545
6546 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6547 Fix previous fix (bug#2490).
6548
ff8be6ef
RW
65492011-07-12 Roland Winkler <winkler@gnu.org>
6550
b796c9b7
SM
6551 * textmodes/bibtex.el (bibtex-initialize):
6552 Use pop-to-buffer-same-window.
ff8be6ef
RW
6553 (bibtex-search-entries): Fix interactive call.
6554
296ba3ee
LMI
65552011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6556
f5242a02 6557 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
6558 Fontise bytecomp Error lines more correctly (bug#2490).
6559 Fix suggested by Johan Bockgård.
f5242a02 6560
296ba3ee
LMI
6561 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
6562
6563 * dired-x.el (dired-guess-default): Use `delete-dups'.
6564
f69fd0d2
CY
65652011-07-12 Chong Yidong <cyd@stupidchicken.com>
6566
6567 * dired.el (dired-mark-prompt):
6568 * dired-aux.el (dired-read-shell-command): Doc fix.
6569
eab5dc07
LMI
65702011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6571
b796c9b7
SM
6572 * mail/sendmail.el (sendmail-query-once):
6573 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
6574 emacs -Q.
6575
6576 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
6577
eab5dc07
LMI
6578 * cus-edit.el (custom-file): Take an optional no-error variable.
6579 (customize-save-variable): Set the variable, and give a warning if
6580 running under "emacs -q".
6581
a1e65d42
JB
65822011-07-11 Juanma Barranquero <lekktu@gmail.com>
6583
6584 * loadhist.el (unload-feature-special-hooks):
6585 Add `auto-coding-functions', `fill-nobreak-predicate' and
6586 `find-directory-functions' (bug#5327).
6587
1d52da10
LMI
65882011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6589
be958f1d
LMI
6590 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
6591
5bedb26c
LMI
6592 * cus-edit.el (custom-guess-name-alist): -alist variables should
6593 use the `alist' type (bug#3120). Suggested by Drew Adams.
6594
1d52da10
LMI
6595 * printing.el: Add documentation to all the `pr-toggle-' commands.
6596
cd394be1 65972011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
6598
6599 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
6600 backends where it makes sense (bug#2623).
6601
dcc88d8a
LMI
66022011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6603
c3de9feb
LMI
6604 * dired-x.el (dired-guess-default): Remove duplicate shell command
6605 entries (bug#2028).
8a93078b 6606 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 6607 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 6608
dcc88d8a
LMI
6609 * subr.el (remove-duplicates): New conveniency function.
6610
505e3645
LMI
66112011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6612
6613 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
6614 (bug#1526).
6615
66162011-07-10 Martin Rudalics <rudalics@gmx.at>
6617
6618 * window.el (display-buffer-normalize-default): Don't invert
6619 meaning of even-window-heights. Reported by Eli Zaretskii
6620 <eliz@gnu.org>.
6621
455e4fa1
BR
66222011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
6623
6624 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
6625
8e0bc3e9
CY
66262011-07-10 Chong Yidong <cyd@stupidchicken.com>
6627
6628 * window.el (display-buffer): Fix arguments to
6629 display-buffer-reuse-window in last change.
6630
fa7c3228
CY
6631 * faces.el (link): Use a less saturated blue on light backgrounds.
6632
6633 * startup.el (fancy-startup-text, fancy-about-text)
6634 (fancy-startup-tail): Use font-lock faces, for background safety.
6635
c0a7f300
BN
66362011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
6637
b796c9b7
SM
6638 * emulation/viper-cmd.el (viper-change-state-to-vi):
6639 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 6640
4dc2a129
MR
66412011-07-09 Martin Rudalics <rudalics@gmx.at>
6642
6643 * window.el (display-buffer-default-specifiers): Remove.
6644 (display-buffer-macro-specifiers): Remove default specifiers.
6645 (display-buffer-alist): Default to nil.
b796c9b7 6646 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
6647 (display-buffer-pop-up-window): Allow splitting internal
6648 windows. Check whether a live window was created.
6649 (display-buffer-other-window-means-other-frame)
6650 (display-buffer-normalize-arguments): Rename to
6651 display-buffer-normalize-argument and rewrite. Set the
6652 other-window specifier.
6653 (display-buffer-normalize-special): New function.
6654 (display-buffer-normalize-options): Rename to
6655 display-buffer-normalize-default and rewrite.
6656 (display-buffer-normalize-options-inhibit): Remove.
6657 (display-buffer-normalize-specifiers): Rewrite.
6658 (display-buffer): Process other-window specifier and call
6659 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
6660 more faithfully.
b796c9b7 6661 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 6662 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
6663 (display-buffer-in-window, display-buffer-alist-set):
6664 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
6665 <tassilo@member.fsf.org>.
6666
2d43b8c9
LL
66672011-07-09 Leo Liu <sdl.web@gmail.com>
6668
6669 * register.el (insert-register): Restore accidental change on
6670 2011-06-26. (Bug#9028)
6671
7f9b7c53
GM
66722011-07-09 Glenn Morris <rgm@gnu.org>
6673
6674 * subr.el (remq): Handle the empty list. (Bug#9024)
6675
f042cfd8
AS
66762011-07-08 Andreas Schwab <schwab@linux-m68k.org>
6677
6678 * mail/sendmail.el (send-mail-function): No longer delay custom
6679 initialization.
6680 * custom.el (custom-initialize-delay): Doc fix.
6681
856b2f11
SM
66822011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
6683
6684 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
6685
afae1d68
MA
66862011-07-08 Michael Albinus <michael.albinus@gmx.de>
6687
6688 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
6689 human-friendly prompt.
6690
0757af94
SM
66912011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
6692
6693 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
6694 provided by a particular plugin.
6695
d760b731
LMI
66962011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
6697
6698 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
6699 save customizations (with "emacs -Q"), just set the variable
6700 instead of erroring out.
6701
6702 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
6703
cd79ce90
JL
67042011-07-08 Juri Linkov <juri@jurta.org>
6705
6706 * arc-mode.el (archive-zip-expunge, archive-zip-update)
6707 (archive-zip-update-case): Use 7z if found by `executable-find'.
6708 The order of searching the available programs is the same as in
6709 `archive-zip-extract' (bug#8968).
6710
14cc04aa
CY
67112011-07-07 Chong Yidong <cyd@stupidchicken.com>
6712
6713 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
6714 (menu-bar-options-menu): Tweak descriptions.
6715
0a1848ec
LMI
67162011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6717
6718 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
6719 menu items into verb phrases (bug#1421). Also refill to fit under
6720 80 columns.
6721
f5bd0689
CY
67222011-07-07 Chong Yidong <cyd@stupidchicken.com>
6723
538e85c6
CY
6724 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
6725 (Info-read-node-name): Doc fix (Bug#1084).
6726
f5bd0689
CY
6727 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
6728 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
6729 (end-of-sexp, beginning-of-sexp)
6730 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
6731 (forward-symbol, forward-same-syntax, word-at-point)
6732 (sentence-at-point): Doc fix (Bug#1144).
6733
56ec5115
LMI
67342011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6735
f3f8e37f
LMI
6736 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
6737 should cover it (bug#1281).
6738
0757af94 6739 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 6740
e9fce1ac 6741 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
6742 negotiation fails, then possibly try again with a non-encrypted
6743 connection (bug#9017).
6744
56ec5115
LMI
6745 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
6746 be used.
6747
c2f9aec8
RS
67482011-07-07 Richard Stallman <rms@gnu.org>
6749
6750 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
6751 property, and handle its changed format.
6752 Look for the correct line number.
6753 Use file's line contents (but not past first =) to find
6754 correct line in message.
6755
ef7b981d 67562011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
6757
6758 * international/characters.el (build-unicode-category-table):
6759 Delete it.
0757af94 6760 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 6761
0757af94 6762 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
6763 to src/chartab.c.
6764 (get-char-code-property): Call unicode-property-table-internal to
6765 load a file. Call get-unicode-property-internal where necessary.
6766 (put-char-code-property): Call unicode-property-table-internal to
6767 load a file. Call put-unicode-property-internal where necessary.
6768 put-unicode-property-internal where necessary.
0757af94
SM
6769 (char-code-property-description):
6770 Call unicode-property-table-internal to load a file.
c805dec0
KH
6771
6772 * international/charprop.el:
6773 * international/uni-bidi.el:
6774 * international/uni-category.el:
6775 * international/uni-combining.el:
6776 * international/uni-comment.el:
6777 * international/uni-decimal.el:
6778 * international/uni-decomposition.el:
6779 * international/uni-digit.el:
6780 * international/uni-lowercase.el:
6781 * international/uni-mirrored.el:
6782 * international/uni-name.el:
6783 * international/uni-numeric.el:
6784 * international/uni-old-name.el:
6785 * international/uni-titlecase.el:
6786 * international/uni-uppercase.el: Regenerate.
6787
6788 * loadup.el: Load international/charprop.el before
6789 international/characters.
6790
e14b388a
CY
67912011-07-07 Chong Yidong <cyd@stupidchicken.com>
6792
6793 * window.el (next-buffer, previous-buffer): Signal an error if
6794 called from a minibuffer window.
6795
6796 * bindings.el: Revert 2011-07-04 change.
6797
354cf0ba
RS
67982011-07-06 Richard Stallman <rms@gnu.org>
6799
6800 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
6801 (rmail-mime-insert-bulk, rmail-mime-insert-text):
6802 Treat markers like ints.
6803 (rmail-mime-entity): Doc fix.
6804
a48868a7
LMI
68052011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6806
4906cd3d
LMI
6807 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
6808 defcustom again for backwards compatibility.
6809
e0457abe
LMI
6810 * simple.el (shell-command-on-region): Fill.
6811
d67f7e1f
LMI
6812 * dired-aux.el (dired-kill-line): Add a doc string.
6813
fe204702
LMI
6814 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
6815 to "\\sw\\|\\s_" (bug#358).
6816
a48868a7
LMI
6817 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
6818 (dired-unmark-backward): Ditto.
6819 (dired-flag-backup-files): Ditto.
6820
6821 * dired-x.el (dired-mark-sexp): Ditto.
6822
aa8a705c
RS
68232011-07-06 Richard Stallman <rms@gnu.org>
6824
6825 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
6826 (rmail-mime-entity): New arg TRUNCATED.
6827 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
6828 New functions.
6829 (rmail-mime-save): Warn if entity is truncated.
6830 (rmail-mime-toggle-hidden): Likewise, for showing.
6831 (rmail-mime-process-multipart): Record when an entity is truncated.
6832
a9a936b9
RS
6833 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
6834 if ENTITY is a string.
6835
1f2b92cb
LMI
68362011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6837
f4f73198 6838 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
6839 of faces when `M-C-x'-ing their definitions (bug#8378).
6840 Also clean up the code slightly.
f4f73198 6841
12b16734 6842 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 6843 because that makes the colors go away.
12b16734 6844
f0691d22
LMI
6845 * mail/sendmail.el (send-mail-function): Change the default to
6846 `sendmail-query-once'.
9e87df06 6847 (sendmail-query-once): Add an autoload cookie.
f0691d22 6848
1f2b92cb
LMI
6849 * net/network-stream.el (network-stream-open-starttls): Try using
6850 a plain connection even if the server offered STARTTLS, and we
6851 kinda wanted to use it, if Emacs doesn't have any STARTTLS
6852 capability. This should make smtpmail.el work in slightly more
6853 configurations.
6854
1cdd2a1b
MA
68552011-07-06 Michael Albinus <michael.albinus@gmx.de>
6856
6857 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
6858 New defun.
6859 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
6860
fbcc67e2
MM
68612011-07-06 Michael R. Mauger <mmaug@yahoo.com>
6862
6863 * progmodes/sql.el: Version 3.0
0757af94 6864 (sql-product-alist): Add product :completion-object,
fbcc67e2 6865 :completion-column, and :statement attributes.
0757af94 6866 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 6867 (sql-mode-syntax-table): Mark all punctuation.
0757af94 6868 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
6869 ansi keywords.
6870 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 6871 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
6872 (sql-oracle-show-reserved-words): New function for development.
6873 (sql-product-font-lock): Simplify for source code buffers.
6874 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
6875 New functions.
6876 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
6877 (sql-mode-map): Add statement movement functions.
6878 (sql-ansi-statement-starters, sql-oracle-statement-starters):
6879 New variable.
fbcc67e2
MM
6880 (sql-statement-regexp, sql-beginning-of-statement)
6881 (sql-end-of-statement, sql-signum): New functions.
0757af94 6882 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
6883 (sql-show-sqli-buffer): Bug fix.
6884 (sql-interactive-mode): Store connection data as buffer local.
0757af94 6885 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
6886 with sql-interactive-mode.
6887 (sql-save-connection): Save buffer local settings.
0757af94 6888 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
6889 (sql-product-interactive): Bug fix.
6890 (sql-preoutput-hold): New variable.
6891 (sql-interactive-remove-continuation-prompt): Bug fixes.
6892 (sql-debug-redirect): New variable.
6893 (sql-str-literal): New function.
6894 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 6895 Redesign.
fbcc67e2
MM
6896 (sql-oracle-save-settings, sql-oracle-restore-settings)
6897 (sql-oracle-list-all, sql-oracle-list-table): New functions.
6898 (sql-completion-object, sql-completion-column)
6899 (sql-completion-sqlbuf): New variables.
6900 (sql-build-completions-1, sql-build-completions)
6901 (sql-try-completion): New functions.
6902 (sql-read-table-name): Use them.
6903 (sql-contains-names): New buffer local variable.
6904 (sql-list-all, sql-list-table): Use it.
6905 (sql-oracle-completion-types): New variable.
6906 (sql-oracle-completion-object, sql-sqlite-completion-object)
6907 (sql-postgres-completion-object): New functions.
6908
d4eaeab1
GM
69092011-07-06 Glenn Morris <rgm@gnu.org>
6910
6911 * window.el (pop-to-buffer): Doc fix.
6912
322b7dab 69132011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
6914
6915 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
6916
322b7dab 69172011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 6918
322b7dab 6919 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 6920
322b7dab 6921 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 6922
605dd5bf
CY
69232011-07-05 Chong Yidong <cyd@stupidchicken.com>
6924
6925 * button.el (button): Inherit from link face. Suggested by Dan
6926 Nicolaescu.
6927
7dbfa719
SM
69282011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6929
3db614b0
SM
6930 * progmodes/gdb-mi.el: Fit in 80 columns.
6931 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
6932 switch-to-buffer.
6933
7dbfa719
SM
6934 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
6935 if imenu is simply not configured (bug#8941).
6936
919d884a
KM
69372011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
6938
6939 * allout.el (allout-post-undo-hook): New allout outline-change
6940 event hook to signal undo activity.
6941 (allout-post-command-business): Run allout-post-undo-hook if an
6942 undo just occurred.
7dbfa719
SM
6943 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
6944 * allout-widgets.el (allout-widgets-after-undo-function):
6945 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
6946 in the vicinity of an undo.
6947 (allout-widgets-mode): Include allout-widgets-after-undo-function
6948 on the new allout-post-undo-hook.
6949
450a0f09
SM
69502011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6951
6952 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
6953 Let define-derived-mode define it.
6954 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
6955 cycles of abbrev-table inheritance (bug#8998).
6956
2de69e00
RW
69572011-07-05 Roland Winkler <winkler@gnu.org>
6958
6959 * textmodes/bibtex.el: Add support for biblatex.
6960 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
6961 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
6962 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
6963 (bibtex-entry-alist, bibtex-field-alist): New variables.
6964 (bibtex-entry-field-alist): Obsolete alias for
6965 bibtex-BibTeX-entry-alist.
6966 (bibtex-entry-alist, bibtex-field-alist): New widgets.
6967 (bibtex-set-dialect): New command.
6968 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
6969 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
6970 Bind via bibtex-set-dialect.
2de69e00
RW
6971 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
6972 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
6973 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
6974 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
6975 Define via bibtex-set-dialect.
450a0f09
SM
6976 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
6977 Obey bibtex-no-opt-remove-re.
2de69e00
RW
6978 (bibtex-vec-push, bibtex-vec-incr): New functions.
6979 (bibtex-format-entry, bibtex-field-list)
6980 (bibtex-print-help-message, bibtex-validate)
6981 (bibtex-search-entries): Use new format of bibtex-entry-alist.
6982
2dcdbdd9
SM
69832011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6984
6985 * progmodes/compile.el (compilation-goto-locus):
6986 * net/tramp-cmds.el (tramp-append-tramp-buffers):
6987 * bs.el (bs-cycle-next, bs-cycle-previous):
6988 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
6989 * bindings.el (mode-line-other-buffer):
6990 * autoinsert.el (auto-insert):
6991 * arc-mode.el (archive-extract):
6992 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
6993
b27640fe
JB
69942011-07-05 Juanma Barranquero <lekktu@gmail.com>
6995
6996 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
6997 Fix check of `emacs-lock-unlockable-modes'.
6998 Coerce true values of `emacs-lock--try-unlocking' to t.
6999
53bbe3ad
JB
70002011-07-05 Juanma Barranquero <lekktu@gmail.com>
7001
7002 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
7003 * emacs-lock.el: New file.
7004
1d3cdbc7
JD
70052011-07-05 Julien Danjou <julien@danjou.info>
7006
7007 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
7008 than `boundp' to check if face is set.
7009
9173deec
JB
70102011-07-05 Juanma Barranquero <lekktu@gmail.com>
7011
7012 * register.el (registerv-make):
7013 * window.el (window-min-height): Fix typos in docstrings.
7014
869795d6
JD
70152011-07-05 Jan Djärv <jan.h.d@swipnet.se>
7016
9173deec 7017 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
7018 Update doc string.
7019
b768cdcd
JB
70202011-07-04 Juanma Barranquero <lekktu@gmail.com>
7021
7022 * server.el (server-execute): Catch quit and call
7023 `server-return-error' to pass the error back to emacsclient and
7024 close the connection (bug#8942).
7025
13aa217b
KM
70262011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
7027
7028 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
7029 insecure exception for current topic. Also note that auto-saves
7030 are handled differently.
7031
7032 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
7033 State variables for tracking auto-save inhibition situation.
7034
7035 (allout-write-contents-hook-handler): Rename from
7036 'allout-write-file-hook-handler', and describe how it depends on
7037 write-contents-functions sensitivity to non-nil value to prevent
7038 file write.
7039
7040 (allout-auto-save-hook-handler): Remove. auto-save does not check
7041 this in individual buffers, only in the starting buffer, so this
7042 is not the right way for us to inhibit auto-save in a buffer
7043 according to its condition.
7044
7045 (allout-mode): Use new allout-write-contents-hook-handler, and
7046 only with write-contents-functions. Remove auto-save provisions -
7047 they're implemented elsewhere.
7048
7049 (allout-before-change-handler): If undo is in progress, note that
7050 for attention of allout-post-command-business.
7051
7052 (allout-post-command-business): If the command we're following was
7053 an undo, check for change in the status of encrypted items and
7054 adjust auto-save inhibitions accordingly.
7055
7056 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
7057 according to whether there are or aren't any plain-text topics
7058 pending encryption.
7059
2dcdbdd9 7060 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
7061 Adjust buffer-saved-size and some allout state to inhibit auto-saves
7062 if there are plain-text topics pending encryption.
13aa217b
KM
7063
7064 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
7065 buffer-saved-size and some allout state to not inhibit auto-saves
7066 if there are no longer any plain-text topics pending encryption.
7067
0757af94
SM
7068 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
7069 No longer provide for exemption of the current topic.
13aa217b 7070
ac89b32c
JL
70712011-07-04 Juri Linkov <juri@jurta.org>
7072
7073 Add 7z operations to delete and save changed members (bug#8968).
7074 * arc-mode.el (archive-7z-expunge, archive-7z-update):
7075 New defcustoms.
7076 (archive-7z-write-file-member): New function.
7077 (archive-7z-summarize): Fix the number of dashes in the
7078 listing output.
7079
8fa39615
SM
70802011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
7081
7082 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
7083 (bug#8958).
7084
2f11b3f1
CY
70852011-07-04 Chong Yidong <cyd@stupidchicken.com>
7086
d66fef2b
CY
7087 * bindings.el: Ignore next-buffer and previous-buffer in
7088 minibuffer-local-map.
7089
2f11b3f1
CY
7090 * font-lock.el (font-lock-builtin-face): Change light background
7091 color to dark slate blue (Bug#6693).
7092
f932a347
WD
70932011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
7094
7095 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
7096
c8af70e1
SM
70972011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
7098
7099 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
7100 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7101 Add switch-to-buffer.
7102
f158badc
LMI
71032011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7104
7105 * isearch.el (isearch-search-fun-function): Clarify further the
7106 meaning of the function returned.
7107
6d95bd46
MA
71082011-07-04 Michael Albinus <michael.albinus@gmx.de>
7109
7110 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
7111
7112 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
7113 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
7114 Use it.
7115 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
7116 `tramp-default-remote-path' does not exist.
7117 (tramp-send-command-and-read): New optional argument NOERROR.
7118 (tramp-open-connection-setup-interactive-shell)
7119 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
7120 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
7121 (tramp-process-sentinel): Flush also process' connection property.
7122 (tramp-sh-handle-start-file-process): Do not set process
7123 sentinel. It is done now ...
7124 (tramp-maybe-open-connection): ... here. (Bug#8929)
7125
909e6b67
MK
71262011-07-04 MON KEY <monkey@sandpframing.com>
7127
7128 * play/animate.el (animate-string): Doc fixes and allow changing
7129 the buffer name (bug#5417).
7130
71312011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7132
c8af70e1 7133 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 7134
f34755dc
PE
71352011-07-04 Paul Eggert <eggert@cs.ucla.edu>
7136
396cec72
PE
7137 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
7138 This is simpler and helps future-proof the code.
7139 (timer-until): Use time-subtract and float-time.
08235028 7140 (timer--time-less-p): Use time-less-p.
f34755dc 7141
56e6cc31
JB
71422011-07-04 Juanma Barranquero <lekktu@gmail.com>
7143
3abb79e5
JB
7144 * type-break.el (timep): Use the value of `float-time' to avoid a
7145 byte-compiler warning.
7146
56e6cc31
JB
7147 * server.el (server-eval-and-print): Return any result, even nil.
7148
7b9430b4
PE
71492011-07-03 Paul Eggert <eggert@cs.ucla.edu>
7150
7151 * type-break.el: Accept time formats that the builtins accept.
7152 (timep, type-break-time-difference): Accept any format that
7153 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
7154 This is simpler and helps future-proof the code.
7155 (type-break-time-difference): Round rather than ignoring
7156 subseconds components.
7157
3034e9e7
LMI
71582011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7159
7160 * info.el (Info-apropos-matches): Make non-interactive, since it
7161 doesn't seem to do anything useful as a command (bug#8829).
7162
1485f4c0
CY
71632011-07-03 Chong Yidong <cyd@stupidchicken.com>
7164
7165 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 7166 Move from faces.el.
1485f4c0
CY
7167 (frame-default-terminal-background): New function.
7168
7169 * custom.el (custom-push-theme): Don't record faces in `changed'
7170 theme; this doesn't work correctly for per-frame face settings.
7171 (disable-theme): Use face-set-after-frame-default to reset faces.
7172 (custom--frame-color-default): New function.
7173
9fa3dd45
LMI
71742011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7175
c8af70e1 7176 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
7177 (bug#8769).
7178
6cbbc20c
KR
71792011-03-29 Kevin Ryde <user42@zip.com.au>
7180
7181 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7182 `perl-Test2' extend to match possible "fail #N" rep count
7183 (bug#8377).
7184
c7f98048
LMI
71852011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7186
65676592
LMI
7187 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
7188 `smtpmail-via-smtp' now returns the error instead of nil.
7189
c7f98048
LMI
7190 * isearch.el (isearch-search-fun-function): Clarify the doc string
7191 (bug#8101).
7192
56e6cc31 71932011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
7194
7195 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
7196 unnecessary spaces (bug#8987).
7197
2b216704
LMI
71982011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7199
7200 * net/network-stream.el (open-network-stream): Use the
7201 :end-of-capability command thoughout.
7202
72032011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
7204
7205 * net/network-stream.el (open-network-stream): Add the
7206 :end-of-capability command parameter, used by pop3.el.
7207
36adf6ce
LMI
72082011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7209
1ca0da0e
LMI
7210 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
7211
fc00f69c
LMI
7212 * fringe.el (fringe-query-style): Remove redundant text " (type ?
7213 for list)" (bug#6475).
7214
28fd8759 7215 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 7216 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
7217 an error (bug#6297).
7218
0dd8b6da
LMI
7219 * man.el (Man-reference-regexp): Allow matching possible
7220 word-wrapped references (bug#6289).
7221
ce1438d6
LMI
7222 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
7223 for consistency with the other vc buffers (bug#6197).
7224 (vc-checkin): Ditto.
7225
7226 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
7227
36adf6ce
LMI
7228 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
7229
e83cc1f7
LMI
72302011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7231
8a20ca4c
LMI
7232 * custom.el (defcustom): Clarify that :set is only used in the
7233 Customize user interface (bug#6089).
7234
83319045
LMI
7235 * progmodes/flymake.el (flymake-mode): If the buffer isn't
7236 associated with a file, refuse to run instead of erroring out
7237 (bug#6084).
7238
a8392169
LMI
7239 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
7240 the doc string, since it appears that using `fill-column' always
7241 controls the width (bug#7845).
7242
e83cc1f7
LMI
7243 * simple.el (shell-command-on-region): Say where the error output
7244 went if `shell-command-default-error-buffer' is set (bug#6857).
7245
e47ca23b
KM
72462011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
7247
7248 * allout.el (allout-yank-processing): Adjust cursor position for
7249 backwards-deleted space.
7250
7251 (allout-rebullet-heading): Register changes with
7252 allout-exposure-changed-hook, so the modified topic is properly
7253 decorated.
7254
5cf56143
LMI
72552011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7256
08549772
LMI
7257 * minibuffer.el (completion-in-region): Document PREDICATE
7258 (bug#7136).
7259
48e96771
LMI
7260 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
7261 of keyword/argument pairs (bug#6904).
7262
c8af70e1
SM
7263 * replace.el (multi-occur):
7264 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 7265
e17d05e2
LMI
72662011-07-02 Drew Adams <drew.adams@oracle.com>
7267
7268 * dired.el (dired-mark-if): Make the message about whether it's
7269 marking or unmarking clearer (bug#8523).
7270
063b0e45
LMI
72712011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7272
7273 * disp-table.el (display-table-print-array): New function.
7274 (describe-display-table): Use it to print the vectors more pretty
7275 (Bug#8859).
7276
28545e04
MR
72772011-07-02 Martin Rudalics <rudalics@gmx.at>
7278
7279 * window.el (window-state-get-1): Don't assign clone numbers.
7280 Add clone-of item to list of window parameters.
7281 (window-state-put-2): Don't process clone numbers.
7282 (display-buffer-alist): Fix doc-string.
7283
3349e122
SM
72842011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
7285
7286 * subr.el (remq): Don't allocate if it's not needed.
7287 (keymap--menu-item-binding, keymap--menu-item-with-binding)
7288 (keymap--merge-bindings): New functions.
7289 (keymap-canonicalize): Use them to refine the canonicalization.
7290 * minibuffer.el (minibuffer-local-completion-map)
7291 (minibuffer-local-must-match-map): Move initialization from C.
7292 (minibuffer-local-filename-completion-map): Move initialization from C;
7293 don't inherit from anything here.
7294 (minibuffer-local-filename-must-match-map): Make obsolete.
7295 (completing-read-default): Use make-composed-keymap to combine
7296 minibuffer-local-filename-completion-map with either
7297 minibuffer-local-must-match-map or
7298 minibuffer-local-filename-completion-map.
7299
d224ac83
GM
73002011-07-01 Glenn Morris <rgm@gnu.org>
7301
3de63bf8
GM
7302 * type-break.el (type-break-time-sum): Use dolist.
7303
d224ac83
GM
7304 * textmodes/flyspell.el (flyspell-word-search-backward):
7305 Replace CL function.
7306
1a1e3f32
SM
73072011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7308
fe3f64d5
SM
7309 * mouse.el (mouse--strip-first-event): New function.
7310 (function-key-map): Use it to map fringe clicks to normal clicks
7311 by default.
7312
eb604e34
SM
7313 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
7314 (vc-bzr-revision-completion-table): Add support for annotate and date.
7315
1a1e3f32
SM
7316 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
7317 inherit from parent.
7318
5bd35902
LMI
73192011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7320
ace6c69c 7321 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 7322 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 7323
191e2bed
LMI
7324 * dired.el (dired-mode): Fix up the doc string as suggested by
7325 Drew Adams (bug#8817).
7326
5bd35902
LMI
7327 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
7328 cookie, since the manual says that it should be possible to add
7329 this function to `find-file-hook' (bug#8709).
7330
eee8207a
TZ
73312011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
7332
7333 * progmodes/cfengine.el: Moved all cfengine3.el functionality
7334 here. Noted Ted Zlatanov as the maintainer.
7335 (cfengine-common-settings, cfengine-common-syntax): New functions
7336 to set up common things between `cfengine-mode' and
7337 `cfengine3-mode'.
7338 (cfengine3-mode): New mode.
7339 (cfengine3-defuns cfengine3-defuns-regex
7340 (cfengine3-class-selector-regex cfengine3-category-regex)
7341 (cfengine3-vartypes cfengine3-font-lock-keywords)
7342 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 7343 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 7344
36b148cf
MA
73452011-07-01 Michael Albinus <michael.albinus@gmx.de>
7346
7347 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
7348
7349 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
7350
0bf4ba9a
MR
73512011-07-01 Martin Rudalics <rudalics@gmx.at>
7352
7353 * window.el (same-window-buffer-names, same-window-regexps)
7354 (same-window-p, special-display-frame-alist)
7355 (special-display-popup-frame, special-display-function)
7356 (special-display-buffer-names, special-display-regexps)
7357 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
7358 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
7359 (split-window-preferred-function, split-height-threshold)
7360 (split-width-threshold, even-window-heights)
7361 (display-buffer-mark-dedicated, window-splittable-p)
7362 (split-window-sensibly, window-safely-shrinkable-p):
7363 Un-obsolete.
7364 (display-buffer): Don't spread args with function specifier
7365 because special-display-popup-frame won't like it.
7366
35837f51
PE
73672011-07-01 Paul Eggert <eggert@cs.ucla.edu>
7368
d0672f86
PE
7369 Time-stamp simplifications and fixes.
7370 These improve accuracy slightly, and future-proof the code
7371 against some potential changes to current-time format.
7372
b9444d97
PE
7373 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
7374 by using time-since and float-time.
7375
0ef923dc
PE
7376 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
7377 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
7378 + NNN microseconds".
7379
2f81380d
PE
7380 * type-break.el (type-break-time-sum): Rewrite using time-add.
7381
845b5c3e
PE
7382 * play/hanoi.el (hanoi-current-time-float): Remove.
7383 All uses replaced by float-time.
7384
ee6f1be0
PE
7385 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
7386 This yields a more-accurate answer.
7387 (rng-time-to-float): Remove; no longer needed.
7388
fe955043
PE
7389 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
7390
5777162a
PE
7391 * calendar/timeclock.el (timeclock-seconds-to-time):
7392 Defalias to seconds-to-time, since they're the same thing.
7393
3103f8b6 7394 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 7395 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
7396 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
7397
0e61a35f
SM
73982011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7399
7400 * window.el (bury-buffer): Don't iconify the only frame.
7401 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
7402 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
7403
ddd63a1e
CY
74042011-07-01 Chong Yidong <cyd@stupidchicken.com>
7405
0e61a35f
SM
7406 * eshell/em-smart.el (eshell-smart-display-navigate-list):
7407 Add mouse-yank-primary.
ddd63a1e 7408
055f4923
TZ
74092011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
7410
7411 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
7412
6a2fb145
SM
74132011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7414
7415 * emacs-lisp/find-func.el (find-library--load-name): New fun.
7416 (find-library-name): Use it to find relative load names when provided
7417 absolute file name (bug#8803).
7418
fd4983f2
LMI
74192011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7420
887d14ad
LMI
7421 * textmodes/flyspell.el (flyspell-word): Consider words that
7422 differ only in case as potential doublons (bug#5687).
7423
c53dc7fc
LMI
7424 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
7425 Remove two rather uninteresting debugging-like messages to make
7426 debbugs.el more silent.
7427
fd4983f2
LMI
7428 * comint.el (comint-password-prompt-regexp): Accept "Response" as
7429 a password-like phrase.
7430
7a71b18d 74312011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
7432
7433 * progmodes/cc-guess.el: New file.
7434
6a2fb145 7435 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
7436
7437 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
7438 derived from `c-basic-common-init'.
7439
7440 * progmodes/cc-mode.el (top-level): Require cc-guess.
7441 (c-basic-common-init): Use `cc-choose-style-for-mode'.
7442
1fa280a3
LM
74432011-06-30 Lawrence Mitchell <wence@gmx.li>
7444
7445 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
7446
e6597158
AM
74472011-06-30 Alan Mackenzie <acm@muc.de>
7448
1fa280a3
LM
7449 * progmodes/cc-engine.el (c-guess-continued-construct):
7450 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
7451 lock is disabled. Name this case as "CASE G".
7452
68ba37fb
KM
74532011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
7454
7455 * allout.el (allout-yank-processing): Fix injection of extra space
7456 between bullet and non-whitespace character in first topic when
7457 pasting, ensuring that the actual spacing in the pasted topic
7458 following the bullet char is preserved. This extra space was
7459 causing pasted encrypted topics to get a decrypted status even
7460 when the content was actually still encrypted. Now the decryption
7461 status from before the paste is preserved.
7462
7463 (allout-flag-region): Set all allout overlays so they evaporate
7464 when reduced to zero length (evanescent), to prevent overlay
7465 leakage.
7466
887a0b34
GM
74672011-06-30 Glenn Morris <rgm@gnu.org>
7468
94b9acce
GM
7469 * w32-fns.el (w32-charset-info-alist): Declare.
7470
1d9b46d4
GM
7471 * find-dired.el (find-grep-options): Simplify.
7472
cc232200
GM
7473 * term/ns-win.el (ns-set-resource): Declare.
7474
28e77c46
GM
7475 * ses.el (row, col): Declare dynamic variables honestly.
7476
887a0b34
GM
7477 * textmodes/reftex-parse.el (index-tags): Declare.
7478
658d8eb8
CY
74792011-06-30 Chong Yidong <cyd@stupidchicken.com>
7480
7481 * cus-edit.el (customize-push-and-save): New function.
7482
7483 * files.el (hack-local-variables-confirm): Use it.
7484
1fa280a3
LM
7485 * custom.el (load-theme): New arg NO-CONFIRM.
7486 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
7487 (custom-enabled-themes): Doc fix.
7488
7489 * cus-theme.el (customize-create-theme)
7490 (custom-theme-merge-theme): Callers to load-theme changed.
7491
bb617717
LMI
74922011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7493
d61bdd5d
LMI
7494 * thingatpt.el (thing-at-point-short-url-regexp): Require that
7495 short URLs have at least one dot in them (bug #7614).
7496
bb617717
LMI
7497 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
7498 nil, because using a pty is apparently too slow (bug #895).
7499
2f31f37a
LMI
75002011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7501
7502 * mail/sendmail.el (sendmail-query-once): New function.
7503 (sendmail-query-once-function): New variable.
7504
3076b24e
GM
75052011-06-29 Glenn Morris <rgm@gnu.org>
7506
faf2a174
GM
7507 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
7508
3076b24e
GM
7509 * ses.el (top-level): Require cl when compiling.
7510 (ses-set-localvars): Fix error statement.
7511 Call it at compile time to silence a storm of warnings.
7512
5386012d
MR
75132011-06-29 Martin Rudalics <rudalics@gmx.at>
7514
7515 * window.el (normalize-live-buffer): Rename to
7516 window-normalize-buffer.
7517 (normalize-live-frame): Rename to window-normalize-frame.
7518 (normalize-any-window): Rename to window-normalize-any-window.
7519 (normalize-live-window): Rename to window-normalize-live-window.
7520 (make-window-atom): Rename to window-make-atom.
7521 (window-resize-reset): Rename to window--resize-reset.
7522 (window-resize-reset-1): Rename to window--resize-reset-1.
7523 (resize-mini-window): Rename to window--resize-mini-window.
7524 (resize-subwindows-skip-p): Rename to
7525 window--resize-subwindows-skip-p.
7526 (resize-subwindows-normal): Rename to
7527 window--resize-subwindows-normal.
7528 (resize-subwindows): Rename to window--resize-subwindows.
7529 (resize-other-windows): Rename to window--resize-siblings.
7530 (resize-this-window): Rename to window--resize-this-window.
7531 (resize-root-window): Rename to window--resize-root-window.
7532 (resize-root-window-vertically): Rename to
7533 window--resize-root-window-vertically.
7534 (normalize-buffer-to-display): Rename to
7535 window-normalize-buffer-to-display.
7536 (normalize-buffer-to-switch-to): Rename to
7537 window-normalize-buffer-to-switch-to.
7538 Correspondingly update all callers of the functions listed
7539 above.
7540 (display-buffer-alist, display-buffer-normalize-arguments)
7541 (display-buffer-normalize-options, display-buffer)
7542 (display-buffer-alist-set): Use "function" instead of
7543 "fun-with-args".
7544
1176868d
CY
75452011-06-28 Chong Yidong <cyd@stupidchicken.com>
7546
7547 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
7548 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
7549 debbugs.gnu.org. Mention acknowledgment email.
7550
20a7a65f
LMI
75512011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7552
7553 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
7554 buffer multibyteness, since it shouldn't matter.
7555
5f45cca5
MR
75562011-06-28 Martin Rudalics <rudalics@gmx.at>
7557
7558 * window.el (display-buffer-in-side-window): Handle dedicated
7559 windows as in display-buffer-reuse-window.
7560 (display-buffer-normalize-alist): Use value of override
7561 specifier.
7562 (display-buffer-normalize-specifiers): Use value of
7563 other-window-means-other-frame specifier.
7564 (display-buffer-alist): Rewrite some texts in widgets.
7565 (display-buffer): Spread arguments when calling function
7566 specified by fun-with-args.
7567
ad85fe1f
DD
75682011-06-28 Deniz Dogan <deniz@dogan.se>
7569
1fa280a3
LM
7570 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7571 Unnest `let'.
da68c4c8 7572
ad85fe1f
DD
7573 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
7574 selectors (Bug#5732).
ec49bd31 7575 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 7576
a08cc025
JA
75772011-06-27 Jari Aalto <jari.aalto@cante.net>
7578
7579 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
7580 (eshell-ls-date-format): New defcustom.
7581 (eshell-ls-file): Use it.
7582
e2b551c5
SM
75832011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
7584
7585 * help-fns.el (describe-variable): Fix message for terminal-local vars.
7586
8982b231
KY
75872011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
7588
7589 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
7590 (ange-ftp-make-tmp-name): New arg.
7591 (ange-ftp-file-local-copy): Use it.
7592
36c9fa27
J
75932011-06-27 Jambunathan K <kjambunathan@gmail.com>
7594
7595 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
7596 no-conversion (Bug#8870).
7597
d68443dc
MR
75982011-06-27 Martin Rudalics <rudalics@gmx.at>
7599
7600 * window.el (window-right, window-left, window-child)
7601 (window-child-count, window-last-child)
7602 (window-iso-combination-p, walk-window-tree-1)
7603 (window-atom-check-1, window-tree-1, delete-window)
7604 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
7605 new naming conventions - window-vchild, window-hchild,
7606 window-next and window-prev are now called window-top-child,
7607 window-left-child, window-next-sibling and window-prev-sibling
7608 respectively.
d615d6d2
MR
7609 (resize-window-reset): Rename to window-resize-reset.
7610 (resize-window-reset-1): Rename to window-resize-reset-1.
7611 (resize-window): Rename to window-resize.
7612 (window-min-height, window-min-width)
7613 (resize-mini-window, resize-this-window, resize-root-window)
7614 (resize-root-window-vertically, adjust-window-trailing-edge)
7615 (enlarge-window, shrink-window, maximize-window)
7616 (minimize-window, delete-window, quit-restore-window)
7617 (split-window, balance-windows, balance-windows-area-adjust)
7618 (balance-windows-area, window-state-put-2)
7619 (display-buffer-even-window-sizes, display-buffer-set-height)
7620 (display-buffer-set-width, set-window-text-height)
7621 (fit-window-to-buffer): Rename all "resize-window" prefixed
7622 calls to use the "window-resize" prefix convention.
7623 (display-buffer-alist): Fix symbol for label specifier.
7624 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
7625 corresponding specifier.
7626 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 7627
b6458526
VB
76282011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
7629
7630 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
7631 convention.
7632 (ses-call-printer): Does not pass an empty string to formatter when the
7633 cell is empty to keep from barking printer Calc math-format-value.
7634
d31fd9ac
RS
76352011-06-27 Richard Stallman <rms@gnu.org>
7636
43d5bf84
RS
7637 * battery.el (battery-mode-line-limit): New variable.
7638 (battery-update): Handle it.
7639
d31fd9ac
RS
7640 * mail/rmailmm.el (rmail-mime-process-multipart):
7641 Handle truncated messages.
7642
819a6054
GM
76432011-06-27 Glenn Morris <rgm@gnu.org>
7644
7645 * progmodes/flymake.el (flymake-err-line-patterns):
7646 Allow for column numbers in the ant/javac pattern. (Bug#8866)
7647
cedc73f2
VB
76482011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
7649
819a6054 7650 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
7651 (ses--clean-!, ses--clean-_): New functions.
7652 (ses-range): Add configurability of readout order, and conversion
7653 to Calc vector.
7654
5e5d49b6
VB
7655 * ses.el (ses-repair-cell-reference-all): New function.
7656 (ses-cell-symbol): Set macro as safe, so that it can be used in
7657 formulas.
7658
56e6cc31 7659 * ses.el: Update cycle detection algorithm.
90ca8b49 7660 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 7661 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
7662 (ses-set-localvars): New function.
7663 (ses-make-cell): Add property-list as a cell element.
7664 (ses-cell-property-get-fun, ses-cell-property-get)
7665 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
7666 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
7667 New functions.
90ca8b49
VB
7668 (ses-cell-property-set, ses-cell-property-pop)
7669 (ses-cell-property-get-handle): New macro.
7670 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
7671 New aliases, used for code readability.
7672 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
7673 cycle detection.
7674 (ses-self-reference-early-detection): New defcustom.
fac916bf 7675 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
7676 (ses-mode): Use ses-set-localvars.
7677 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
7678 before lauching the update processing.
7679 (ses-initialize-Dijkstra-attempt): New function.
7680 (ses-recalculate-cell): Update for cycle detection based on
7681 Dijkstra algorithm.
7682
2bb63e81
VB
7683 * ses.el: Fix commenting and indenting convention.
7684
c9d29fb8
SM
76852011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
7686
7687 * bs.el (bs-cycle-next): Complete last change.
7688
d8e4b68b
JB
76892011-06-27 Drew Adams <drew.adams@oracle.com>
7690
7691 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
7692
40098786
LMI
76932011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7694
c9d29fb8
SM
7695 * net/network-stream.el (network-stream-open-starttls):
7696 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
7697 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
7698
40098786
LMI
7699 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
7700 to binary to possibly avoid line encoding issues on Windows (among
7701 other things).
7702
468d09d4
LMI
77032011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7704
7705 * net/network-stream.el (open-network-stream): Return an :error
7706 saying what the problem was, if possible.
7707
7708 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
7709 server.
7710
7711 * net/network-stream.el (network-stream-open-starttls): If we
7712 wanted to use STARTTLS, and the server offered it, but we weren't
7713 able to because we had no STARTTLS support, then close the connection.
7714 (open-network-stream): Return an :error element, if present.
7715
16f07dd7
CY
77162011-06-26 Chong Yidong <cyd@stupidchicken.com>
7717
88821ca0
CY
7718 * hl-line.el (hl-line-sticky-flag): Doc fix.
7719 (global-hl-line-sticky-flag): New option (Bug#8323).
7720 (global-hl-line-highlight): Obey it.
7721
16f07dd7
CY
7722 * vc/vc.el (vc-revert-show-diff): Default to t.
7723
6b5ccddf
KM
77242011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
7725
c9d29fb8
SM
7726 * allout-widgets.el (allout-widgets-post-command-business):
7727 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
7728 undecorated when an isearch is continued past, and isearch
7729 automatically collapses them. This leads to "widget leaks", where
7730 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
7731 hidden widgets can slow down cursor travel, substantially.
7732 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
7733 so we're doing without this nicety.
7734
7735 (allout-widgets-tally-string): Don't try to do a hash-table-count
7736 of allout-widgets-tally when it's nil. This eliminates spurious "Error
7737 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
7738 *Messages* when allout-widgets-maintain-tally is t.
7739
355f2e07
MR
77402011-06-26 Martin Rudalics <rudalics@gmx.at>
7741
7742 * window.el (display-buffer-normalize-argument): Rename to
7743 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
7744 LABEL argument. Respect special-display-function when popping up
7745 a new frame. Fix code searching for a window showing the buffer
7746 on another frame.
c9d29fb8
SM
7747 (display-buffer-normalize-specifiers):
7748 Call display-buffer-normalize-arguments.
355f2e07
MR
7749 (display-buffer-in-window): Don't undedicate the window if its
7750 buffer remains the same.
7751 Reported by Drew Adams <drew.adams@oracle.com>.
7752 (display-buffer-alist): Add choice for same-window macro
7753 specfier.
7754 (display-buffer): Mention special meaning of LABEL argument in
7755 doc-string. Fix quoting. Don't pop up a new frame even as
7756 fallback.
7757
7ca8fc42
JB
77582011-06-26 Juanma Barranquero <lekktu@gmail.com>
7759
7760 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
7761 avoid deleting the current window in some cases (bug#8911).
7762
bc312254
AS
77632011-06-26 Andreas Schwab <schwab@linux-m68k.org>
7764
7765 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
7766 (Bug#8934)
7767
2db18f3f
LMI
77682011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7769
c9d29fb8
SM
7770 * net/network-stream.el (network-stream-open-starttls):
7771 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
7772 (network-stream-open-tls): Ditto.
7773
6302e0d3
LL
77742011-06-26 Leo Liu <sdl.web@gmail.com>
7775
7776 * register.el (registerv): New struct.
7777 (registerv-make): New function.
c9d29fb8
SM
7778 (jump-to-register, describe-register-1, insert-register):
7779 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
7780 struct. (Bug#8415)
7781
5fdd4046
CY
77822011-06-26 Chong Yidong <cyd@stupidchicken.com>
7783
2afef60a
CY
7784 * vc/vc.el (vc-revert-show-diff): New defcustom.
7785 (vc-diff-internal): New arg specifying diff buffer.
7786 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
7787 reuse an existing *vc-diff* buffer (Bug#8927).
7788
5fdd4046
CY
7789 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
7790
e93db24a
GM
77912011-06-26 Glenn Morris <rgm@gnu.org>
7792
7793 * progmodes/f90.el (f90-critical-indent): New option.
7794 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
7795 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
7796 (f90-mode): Doc fix.
7797 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
7798 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
7799 (f90-beginning-of-block, f90-next-block, f90-indent-region)
7800 (f90-match-end): Handle block, critical.
7801
eefff499
GM
78022011-06-25 Glenn Morris <rgm@gnu.org>
7803
f6ba4cc9
GM
7804 * calendar/diary-lib.el (diary-included-files): Doc fix.
7805 (diary-include-files): New function, extracted from
7806 diary-include-other-diary-files and diary-mark-included-diary-files.
7807 (diary-include-other-diary-files, diary-mark-included-diary-files):
7808 Just call diary-include-files.
7809 (diary-mark-entries): Reset diary-included-files on first call.
7810
16712304
GM
7811 * calendar/diary-lib.el (diary-mark-entries)
7812 (diary-mark-included-diary-files):
7813 Visit included diary-files in temp buffers.
7814
5d8e0d43
GM
7815 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
7816 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
7817 (f90-start-block-re, f90-imenu-generic-expression)
7818 (f90-looking-at-program-block-start, f90-no-block-limit):
7819 Add support for submodules.
7820
ccf7a5d5
GM
7821 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
7822 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 7823
11fdef7d 78242011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
7825
7826 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
7827 buffer-file-type before setting its value, to avoid disastrous
eefff499 7828 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 7829
74f53697
JB
78302011-06-25 Juanma Barranquero <lekktu@gmail.com>
7831
7832 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
7833
7834 * ses.el (ses-unload-function):
7835 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
7836
7837 * proced.el (proced-unload-function):
7838 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
7839
18a4ce5e
AR
78402011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
7841
7842 * server.el (server-create-window-system-frame): Add parameters arg.
7843 (server-process-filter): Doc fix. Handle frame-parameters.
7844
519d22cc
JB
78452011-06-25 Juanma Barranquero <lekktu@gmail.com>
7846
7847 Fix bug#8730, bug#8781.
7848
7849 * loadhist.el (unload--set-major-mode): New function.
7850 (unload-feature): Use it.
7851
7852 * progmodes/python.el (python-after-info-look): Add autoload cookie.
7853 (python-unload-function): New function.
7854
c206f5b0
SM
78552011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7856
7857 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
7858
f9ad64f3
GS
78592011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
7860
7861 * net/browse-url.el (browse-url-firefox-program): Add icecat to
7862 the candidates list.
7863
7d0da90e
JB
78642011-06-24 Juanma Barranquero <lekktu@gmail.com>
7865
7866 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
7867
14b4e83d
RS
78682011-06-23 Richard Stallman <rms@gnu.org>
7869
7870 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
7871 (rmail-variables): Set next-error-move-function.
7872 (rmail-what-message): Take argument POS.
7873 (rmail-next-error-move): New function.
7874
273d2baf
SM
78752011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
7876
7877 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
7878 messages for adjacent non-terminals.
7879
56c2cc9a
RS
78802011-06-23 Richard Stallman <rms@gnu.org>
7881
7882 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 7883 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
7884 (rmail-start-mail): Don't specify use of rmail-mail-return;
7885 that's done by mail-bury now.
7886 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 7887
d59eb518
MA
78882011-06-23 Michael Albinus <michael.albinus@gmx.de>
7889
7890 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
7891 SIZE is a number.
7892
02cfc6d6
MR
78932011-06-23 Martin Rudalics <rudalics@gmx.at>
7894
7895 * window.el (get-lru-window, get-mru-window)
7896 (get-largest-window): Never return a minibuffer window.
7897 (display-buffer-pop-up-window): Fix a bug that could lead to
7898 reusing the minibuffer window.
7899 (display-buffer): Pass original specifier argument to
7900 display-buffer-function instead of the normalized one.
7901 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
7902
4e323265
LL
79032011-06-22 Leo Liu <sdl.web@gmail.com>
7904
7905 * minibuffer.el (completing-read-function)
7906 (completing-read-default): Move from minibuf.c
7907
7a70468f
RS
79082011-06-22 Richard Stallman <rms@gnu.org>
7909
50718fc2
RS
7910 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
7911 to Rmail even if not started by a special Rmail command.
7912
7a70468f
RS
7913 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
7914 Copy the buffer currently showing just one message.
7915
297dde5a
RW
79162011-06-22 Roland Winkler <winkler@gnu.org>
7917
7918 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
7919 (bibtex-clean-entry): First delete the old key so that a
7920 customized algorithm for generating the new key does not get
7921 confused by the old key.
7922 (bibtex-url): Obey regexp of first step.
7923 (bibtex-search-entries): Do not use add-to-list with local
7924 list-var.
7925
97bb1093
LMI
79262011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7927
7928 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
7929 stored a user name, then query for the password first, instead of
7930 waiting for SMTP to give an error message and the trying again.
7931
1c0f1a19
JD
79322011-06-22 Lawrence Mitchell <wence@gmx.li>
7933
7934 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
7935 BUFFER in call-process.
7936
396f7c9d
LMI
79372011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7938
7939 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
7940 QUIT twice.
ddb7ffee
LMI
7941 (smtpmail-try-auth-methods): Require user name and password from
7942 auth-source.
396f7c9d 7943
8998d1b3
MR
79442011-06-22 Martin Rudalics <rudalics@gmx.at>
7945
7946 * window.el (display-buffer-default-specifiers)
7947 (display-buffer-alist): Remove entries for pop-up-frame-alist.
7948 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 7949 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
7950
7951 * frame.el (pop-up-frame-alist, pop-up-frame-function)
7952 (special-display-frame-alist, special-display-popup-frame):
7953 Remove duplicate declarations. These are now in window.el.
7954
4ea31e07
LMI
79552011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7956
c9d29fb8
SM
7957 * mail/smtpmail.el (smtpmail-via-smtp):
7958 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
7959 server supports it. SMTP servers that support STARTTLS commonly
7960 require it.
7961
7962 * net/network-stream.el (network-stream-open-starttls): Support
7963 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 7964 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 7965
95f41d9a
LMI
7966 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
7967 upgrades with `open-network-stream', and rely solely on
7968 auth-source for all credentials. Big changes throughout the file,
7969 but in particular:
c9d29fb8
SM
7970 (smtpmail-auth-credentials): Remove.
7971 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
7972 (smtpmail-via-smtp): Check for servers saying they want AUTH after
7973 MAIL FROM, too.
95f41d9a 7974
c9d29fb8
SM
7975 * net/network-stream.el (network-stream-open-starttls):
7976 Provide support for client certificates both for external and built-in
4ea31e07
LMI
7977 STARTTLS.
7978 (auth-source): Require.
7979 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
7980 (network-stream-certificate): Change cert-cert to cert and
7981 cert-key to key.
4ea31e07 7982
065ec2c7
MA
79832011-06-21 Michael Albinus <michael.albinus@gmx.de>
7984
7985 * net/tramp-cache.el (top): Don't load the persistency file when
7986 "emacs -Q" has been called.
7987
cd93b359
DR
79882011-06-21 Tim Harper <timcharper@gmail.com>
7989
d8e4b68b
JB
7990 * term/ns-win.el (ns-initialize-window-system):
7991 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
7992 resource to NO as it is not yet supported by the NS port.
7993
ae9c0411
JB
79942011-06-21 Juanma Barranquero <lekktu@gmail.com>
7995
7996 * misc.el (list-dynamic-libraries--refresh): Compute header here...
7997 (list-dynamic-libraries): ...not here.
7998
7f3f739f
LL
79992011-06-21 Leo Liu <sdl.web@gmail.com>
8000
8001 * subr.el (sha1): Implement sha1 using secure-hash.
8002
327c8fb1
MR
80032011-06-21 Martin Rudalics <rudalics@gmx.at>
8004
8005 * window.el (display-buffer-alist): In default value do not
8006 enforce searching a window on any but the selected frame.
8007 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
8008 (display-buffer-select-window): Remove function.
8009 (display-buffer-in-window): When a window on another frame gets
8010 reused, do not select it any more but just raise its frame if
8011 necessary (Bug#8851) and (Bug#8856).
8012 (display-buffer-normalize-options): Handle pop-up-frames related
8013 options more faithfully.
8014 (pop-to-buffer): Don't rely on `display-buffer' selecting the
8015 window if it is on another frame.
c9d29fb8
SM
8016 (display-buffer-alist, display-buffer-default-specifiers):
8017 Don't make new frame unsplittable by default.
9e9de014
MR
8018 (display-buffer-normalize-argument): Fix doc-string typo and use
8019 'same-frame-other-window instead of 'other-window when associating
8020 with display-buffer-macro-specifiers.
327c8fb1 8021
7cf3f556
VB
80222011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
8023
8024 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
8025 New functions.
8026 (5x5-mode-map, 5x5-mode-menu): Bind them.
8027 (5x5-draw-grid): Tweak the solver's rendering.
8028
60a406cf
SM
80292011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8030
8031 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
8032 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
8033
d8e4b68b 80342011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
8035
8036 * menu-bar.el: Use function variable instead of switch-to-buffer.
8037 (menu-bar-select-buffer-function): New variable.
60a406cf 8038 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 8039
478d6f95
SM
80402011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8041
8042 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
8043 variable's status.
8044
ca530739
JD
80452011-06-20 Jan Djärv <jan.h.d@swipnet.se>
8046
8047 * x-dnd.el (x-dnd-version-from-flags)
8048 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
8049 and long as number (Bug#8899).
8050 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
8051
bcd70d97
SM
80522011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8053
60a406cf 8054 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
8055 (completion-try-completion, completion-all-completions): Compute the
8056 metadata argument if it's missing; make it optional (bug#8795).
8057
60a406cf 8058 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
8059 (widget-complete): Use new :completion-function property.
8060 (widget-completions-at-point): New function.
8061 (default): Use :completion-function instead of :complete.
60a406cf
SM
8062 (widget-default-completions): Rename from widget-default-complete;
8063 Rewrite.
bcd70d97
SM
8064 (widget-string-complete, widget-file-complete, widget-color-complete):
8065 Remove functions.
8066 (file, symbol, function, variable, coding-system, color):
8067 * international/mule-cmds.el (default-input-method, charset)
8068 (language-info-custom-alist):
8069 * cus-edit.el (face): Use new property :completions.
8070
8071 * progmodes/pascal.el (pascal-completions-at-point): New function.
8072 (pascal-mode): Use it.
8073 (pascal-mode-map): Use completion-at-point.
8074 (pascal-toggle-completions): Make obsolete.
8075 (pascal-complete-word, pascal-show-completions):
8076 * progmodes/octave-mod.el (octave-complete-symbol):
8077 Redefine as obsolete alias.
8078 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
8079 Signal absence of completion info for old Octave,
8080 (inferior-octave-complete): Redefine as obsolete alias.
8081 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
8082 (meta-completions-at-point): Rename from meta-complete-symbol and
8083 adapt it for use on completion-at-point-functions.
8084 (meta-common-mode): Use it.
8085 (meta-looking-at-backward, meta-match-buffer): Remove.
8086 (meta-complete-symbol): Redefine as obsolete alias.
8087 (meta-common-mode-map): Use completion-at-point.
8088 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
8089 (makefile-mode-map): Use completion-at-point.
8090 (makefile-completions-at-point): Rename from makefile-complete and
8091 adapt it for use on completion-at-point-functions.
8092 (makefile-mode): Use it.
8093 (makefile-complete): Redefine as obsolete alias.
8094
aebf69c8
DD
80952011-06-20 Deniz Dogan <deniz@dogan.se>
8096
8097 * net/rcirc.el: Delete trailing whitespaces once and for all.
8098
bfbbb27d
DC
80992011-06-20 Daniel Colascione <dan.colascione@gmail.com>
8100
8101 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
8102
d264a46b
CY
81032011-06-19 Chong Yidong <cyd@stupidchicken.com>
8104
4ca009e5
CY
8105 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
8106
d264a46b
CY
8107 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
8108
fbf5b3ce
MR
81092011-06-19 Martin Rudalics <rudalics@gmx.at>
8110
8111 * window.el (display-buffer-other-window-means-other-frame):
8112 Call display-buffer-normalize-alist.
8113 (display-buffer-normalize-specifiers-1): Rename to
8114 display-buffer-normalize-argument. New argument other-frame.
8115 Rewrite.
8116 (display-buffer-normalize-specifiers-2): Rename to
8117 display-buffer-normalize-options.
8118 (display-buffer-normalize-alist-1): New function.
8119 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
8120 display-buffer-normalize-alist.
8121 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
8122 (display-buffer-normalize-options-inhibit): New variable.
8123 (display-buffer-normalize-specifiers): Rewrite calling
8124 display-buffer-normalize-alist,
8125 display-buffer-normalize-argument, and
8126 display-buffer-normalize-options. Don't call the latter if
8127 display-buffer-normalize-options-inhibit is non-nil.
8128 (frame-auto-delete): New option.
8129 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
8130 (window-list-no-nils, window-state-ignored-parameters)
8131 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
8132 (window-state-put-1, window-state-put-2, window-state-put):
8133 New functions.
9a028c23
MR
8134 (display-buffer-normalize-options): Move special-display-p group
8135 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 8136
6d10d800
CY
81372011-06-18 Chong Yidong <cyd@stupidchicken.com>
8138
6420d28b
CY
8139 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
8140 groups (Bug#8776).
8141 (rx-submatch-n): New function.
8142 (rx): Document it.
8143
ddb8b596
CY
8144 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
8145 (Bug#8768).
8146
8147 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
8148
77080289
CY
8149 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
8150
61dfb316
CY
8151 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
8152 anytime existing face settings are present (Bug#8889).
8153
6d10d800
CY
8154 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
8155 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
8156 Remove unused argument.
8157
be3fb2b8
MR
81582011-06-18 Martin Rudalics <rudalics@gmx.at>
8159
bcd70d97
SM
8160 * window.el (display-buffer-default-specifiers):
8161 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
8162 pop-up-window-min-width, and another reuse-window specifier
8163 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
8164 (display-buffer-normalize-specifiers-2):
8165 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
8166 pop-up-windows is unset. Add a reuse-window specifier for the
8167 case popping up a new window fails.
8168 (special-display-popup-frame): Remove double quoting.
28dec25a 8169 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 8170
1c6d8c76
SM
81712011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
8172
8173 * shell.el (shell-completion-vars): Set pcomplete-termination-string
8174 according to comint-completion-addsuffix.
8175
8176 * pcomplete.el: Convert to lexical binding and fix bug#8819.
8177 (pcomplete-suffix-list): Mark as obsolete.
8178 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
8179 pcomplete-seen in the closure.
8180 (pcomplete-comint-setup): Setup completion-at-point as well.
8181 (pcomplete--entries): New function.
8182 (pcomplete--env-regexp): New var.
8183 (pcomplete-entries): Rewrite to work with partial-completion and
8184 without relying on pcomplete-suffix-list.
8185 (pcomplete-pare-list): Remove, unused.
8186
25aef8b8
MR
81872011-06-17 Martin Rudalics <rudalics@gmx.at>
8188
8189 * window.el (display-buffer-alist): Set pop-up-window-min-height
8190 and pop-up-window-min-width in default value. Reported by
8191 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
8192 other-window-means-other-frame.
8193 (display-buffer-macro-specifiers): Comment out entry for
8194 other-window specifier.
8195 (display-buffer-other-window-means-other-frame): New function.
8196 (display-buffer-normalize-specifiers-1): New arguments
8197 buffer-name and label. Treat other-window case specially.
8198 (display-buffer-normalize-specifiers-2): Treat other-window case
8199 specially.
8200 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
8201 (display-buffer-normalize-specifiers):
8202 Call display-buffer-normalize-specifiers-3.
25aef8b8 8203
dbad4f69
MR
82042011-06-17 Martin Rudalics <rudalics@gmx.at>
8205
8206 * window.el (same-window-p): Fix two typos introduced when
8207 adding with-no-warnings.
d1067961
MR
8208 (display-buffer-normalize-specifiers-1): Don't check
8209 pop-up-frames for 'unset initialization.
8210 (display-buffer-normalize-specifiers-2): Major rewrite using
8211 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
8212 (pop-up-frames, display-buffer-reuse-frames)
8213 (display-buffer-mark-dedicated): Don't initialize to 'unset.
8214 Suggested by David Engster <deng@randomsample.de>.
8215 (even-window-heights): Initialize to 'unset.
8216 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
8217 (display-buffer-macro-specifiers): Don't pop up a new frame in the
8218 other window case.
dbad4f69 8219
9b9c9e3a
MR
82202011-06-16 Martin Rudalics <rudalics@gmx.at>
8221
bcd70d97
SM
8222 * window.el (display-buffer-normalize-specifiers-1):
8223 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 8224 second argument of display-buffer (Bug#8865).
981d5c09
MR
8225 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
8226 (switch-to-buffer-other-window-same-frame)
8227 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
8228 Adams (Bug#8875).
9c2755e9
MR
8229 (display-buffer): Don't check noninteractive when calling
8230 display-buffer-pop-up-frame.
8231 (display-buffer-pop-up-frame): Never pop up a frame in
8232 noninteractive mode (Bug#8857).
67222e1d
MR
8233 (enlarge-window, shrink-window): Don't report an error when the
8234 window can't be resized as requested (Bug#8862).
9b9c9e3a 8235
2b75be67
SM
82362011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8237
9ffdd3ba
SM
8238 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
8239
cb581a67
SM
8240 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
8241
2b75be67
SM
8242 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
8243
8c0e3589
AM
82442011-06-15 Alan Mackenzie <acm@muc.de>
8245
cb581a67
SM
8246 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
8247 for declarators, disable knr checking to speed up for normal files.
8248 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 8249
b96e6cde
LMI
82502011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8251
4bba86e6
LMI
8252 * net/network-stream.el (open-network-stream): Add the keyword
8253 :always-query-capabilities for the case where you want to force a
8254 `plain' network connection, but the protocol still requires the
8255 capabilitiy command (i.e., SMTP and EHLO).
8256
2b75be67 8257 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
8258 consistency with other `-live-p' functions.
8259
efdcdbf8
SM
82602011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8261
8262 * window.el (same-window-buffer-names, same-window-regexps)
8263 (special-display-frame-alist, special-display-popup-frame)
8264 (special-display-function, special-display-buffer-names)
8265 (special-display-regexps, pop-up-frame-alist)
8266 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
8267 (pop-up-windows, split-window-preferred-function)
8268 (split-height-threshold, split-width-threshold, even-window-heights)
8269 (display-buffer-mark-dedicated): Don't encourage the use of
8270 display-buffer-alist from Elisp code.
8271
c5cde042
DN
82722011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
8273
8274 * progmodes/python.el (python-mode): Derive from prog-mode.
8275 * progmodes/ps-mode.el (ps-mode):
8276 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 8277 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
8278 * progmodes/ld-script.el (ld-script-mode): Likewise.
8279
baa1c9ab
MR
82802011-06-15 Martin Rudalics <rudalics@gmx.at>
8281
8282 * window.el (display-buffer-alist): Trim default value to avoid
8283 popping up a new frame (Bug#8857) or reusing an arbitrary window
8284 on another frame.
8285 (display-buffer): Do not fall back on popping up a new frame in
8286 batch mode (Bug#8857).
8287
c5dd5a51
CY
82882011-06-14 Chong Yidong <cyd@stupidchicken.com>
8289
8290 * cus-theme.el (describe-theme-1): Use custom-theme-p.
8291 (custom-theme-summary): New function.
8292 (customize-themes): Use it.
8293
d647b7c4
GM
82942011-06-13 Glenn Morris <rgm@gnu.org>
8295
8296 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
8297
9481c002
MR
82982011-06-13 Martin Rudalics <rudalics@gmx.at>
8299
357f93d2
MR
8300 * help.el (help-window): Remove variable.
8301 (help-window-point-marker, temp-buffer-max-height)
8302 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
8303 (help-print-return-message): Don't set help-window.
8304 (resize-temp-buffer-window): Rewrite cod eand doc-string.
8305 (help-window-setup-finish): Remove.
8306 (help-window-display-message, help-window-setup)
8307 (with-help-window): Major rewrite based on new
8308 display-buffer-window variable.
8309
8310 * help-mode.el (help-mode-finish): Remove help-window related
8311 code.
8312
8313 * view.el (view-exits-all-viewing-windows): Remove reference to
8314 view-return-to-alist in doc-string.
8315 (view-return-to-alist): Make obsolete.
8316 (view-buffer): Call pop-to-buffer-same-window and remove
8317 undo-window code.
8318 (view-buffer-other-window): Call pop-to-buffer-other-window and
8319 simplify code. Ignore second argument.
8320 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
8321 simplify code. Ignore second argument.
8322 (view-return-to-alist-update): Make obsolete.
8323 (view-mode-enter): Rename second argument to QUIT-RESTORE.
8324 Rewrite using quit-restore window parameters.
2b75be67
SM
8325 (view-mode-exit): Rename second argument to EXIT-ONLY.
8326 Rewrite using quit-restore-window.
357f93d2
MR
8327 (View-exit, View-exit-and-edit, View-leave, View-quit)
8328 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
8329 appropriate arguments.
8330 (view-end-message): Use quit-restore window parameter.
8331
9481c002
MR
8332 * window.el (display-buffer-function): Rewrite doc-string.
8333 (display-buffer-window, display-buffer-alist): New variables.
8334 (display-buffer-split-specifiers)
8335 (display-buffer-side-specifiers)
8336 (display-buffer-macro-specifiers): New constants.
8337 (display-buffer-even-window-sizes, display-buffer-set-height)
8338 (display-buffer-set-width, display-buffer-select-window)
8339 (display-buffer-in-window, display-buffer-reuse-window)
8340 (display-buffer-split-window-1, display-buffer-split-window)
8341 (display-buffer-split-atom-window, display-buffer-pop-up-window)
8342 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
8343 (display-buffer-in-side-window, normalize-buffer-to-display)
8344 (display-buffer-normalize-specifiers-1)
8345 (display-buffer-normalize-specifiers-2)
2b75be67
SM
8346 (display-buffer-normalize-specifiers, display-buffer-frame):
8347 New functions.
9481c002
MR
8348 (display-buffer): Major rewrite.
8349 (display-buffer-other-window, display-buffer-other-frame)
8350 (pop-to-buffer, switch-to-buffer-other-window)
8351 (switch-to-buffer-other-frame): Rewrite.
8352 (display-buffer-same-window, display-buffer-same-frame)
8353 (display-buffer-same-frame-other-window)
8354 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
8355 (pop-to-buffer-other-window)
8356 (pop-to-buffer-same-frame-other-window)
8357 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
8358 (switch-to-buffer-other-window-same-frame): New functions.
8359 (same-window-p, special-display-p): Rewrite disabling warnings.
8360 Make obsolete.
8361 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
8362 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
8363 Make obsolete
8364 (same-window-buffer-names, same-window-regexps)
8365 (special-display-frame-alist, special-display-popup-frame)
8366 (special-display-function, special-display-buffer-names)
8367 (special-display-regexps, pop-up-frame-alist)
8368 (pop-up-frame-function, split-window-preferred-function)
8369 (split-height-threshold, split-width-threshold)
8370 (even-window-heights): Make obsolete.
8371
9db51aca
GM
83722011-06-12 Glenn Morris <rgm@gnu.org>
8373
8374 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 8375 Misc simplifications.
9db51aca 8376
39cffb44
MR
83772011-06-12 Martin Rudalics <rudalics@gmx.at>
8378
8379 * window.el (window-safely-shrinkable-p): Restore function which
8380 was inadvertently removed in change from 2011-06-11. Declare as
8381 obsolete.
8382
2b75be67
SM
8383 * calendar/calendar.el (calendar-generate-window):
8384 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
8385 window-safely-shrinkable-p.
8386
a8955be7
GM
83872011-06-12 Glenn Morris <rgm@gnu.org>
8388
8389 * progmodes/fortran.el (fortran-mode-syntax-table):
8390 * progmodes/f90.el (f90-mode-syntax-table):
8391 Set % to punctuation. (Bug#8820)
8392 (f90-find-tag-default): Remove, no longer needed.
8393
f0d4059d
DC
83942011-06-12 Daniel Colascione <dan.colascione@gmail.com>
8395
8396 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
8397
1100a63c
CY
83982011-06-11 Chong Yidong <cyd@stupidchicken.com>
8399
8400 * image.el (image-animated-p): Return animation delay in seconds.
8401 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
8402 (image-animate-timeout): Remove DELAY argument. Don't assume
8403 every subimage has the same delay; get it from image-animated-p.
8404 (image-animate): Caller changed.
8405
def722bf
MA
84062011-06-11 Michael Albinus <michael.albinus@gmx.de>
8407
8408 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
8409 to ignored backtrace functions.
8410
0a2bb1a9
GM
84112011-06-11 Glenn Morris <rgm@gnu.org>
8412
8413 * calendar/appt.el (appt-disp-window-function): Doc fix.
8414 (appt-check): Handle overlapping appointments. (Bug#8337)
8415
6198ccd0
MR
84162011-06-11 Martin Rudalics <rudalics@gmx.at>
8417
8418 * window.el (window-tree-1, window-tree): New functions, moving
8419 the latter to window.el.
8420 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
8421 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
8422 (bw-refresh-edges): Remove.
8423 (balance-windows-1, balance-windows-2): New functions.
8424 (balance-windows): Rewrite in terms of window tree functions,
8425 balance-windows-1 and balance-windows-2.
8426 (bw-adjust-window): Remove.
8427 (balance-windows-area-adjust): New function with functionality of
8428 bw-adjust-window but using resize-window.
2b75be67
SM
8429 (set-window-text-height): Rewrite doc-string.
8430 Use normalize-live-window and resize-window.
8431 (enlarge-window-horizontally, shrink-window-horizontally):
8432 Rename argument to DELTA.
6198ccd0
MR
8433 (window-buffer-height): New function.
8434 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
8435 Rewrite using new window resize routines.
2b75be67
SM
8436 (kill-buffer-and-window, mouse-autoselect-window-select):
8437 Use ignore-errors instead of condition-case.
6198ccd0
MR
8438 (quit-window): Call delete-frame instead of delete-windows-on
8439 for the only buffer on frame.
8440
9397e56f
MR
84412011-06-10 Martin Rudalics <rudalics@gmx.at>
8442
8443 * loadup.el (top-level): Load window before files for the sake
8444 of replace-buffer-in-windows.
8445
8446 * files.el (read-buffer-to-switch)
8447 (switch-to-buffer-other-window)
2b75be67
SM
8448 (switch-to-buffer-other-frame, display-buffer-other-frame):
8449 Move to window.el.
9397e56f
MR
8450
8451 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
8452 (previous-buffer): Move to window.el.
8453
8454 * bindings.el (unbury-buffer): Move to window.el.
8455
8456 * window.el (delete-other-windows-vertically): Move after
8457 definition of delete-other-windows.
8458 (other-window, delete-windows-on, replace-buffer-in-windows):
8459 Move here from window.c.
8460 (record-window-buffer, unrecord-window-buffer)
8461 (set-window-buffer-start-and-point, switch-to-prev-buffer)
8462 (switch-to-next-buffer): New functions.
8463 (get-next-valid-buffer, last-buffer, next-buffer): Move here
8464 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
8465 (previous-buffer): Move here from simple.el.
8466 Call switch-to-prev-buffer.
9397e56f
MR
8467 (bury-buffer): Move here from buffer.c. Switch to previous
8468 buffer when window cannot be deleted.
8469 (unbury-buffer): Move here from bindings.el.
8470 (ctl-x-map): Move binding for other-window from window.c to
8471 here.
8472 (read-buffer-to-switch, switch-to-buffer-other-window)
8473 (switch-to-buffer-other-frame): Move here from files.el.
8474 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
8475 (switch-to-buffer): Move here from buffer.c.
8476 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 8477
562dd5e9
MR
84782011-06-10 Martin Rudalics <rudalics@gmx.at>
8479
8480 * window.el (window-min-height, window-min-width): Move here
8481 from window.c. Add defcustoms and rewrite doc-strings.
8482 (resize-mini-window, resize-window): New functions.
8483 (adjust-window-trailing-edge, enlarge-window, shrink-window):
8484 Move here from window.c.
8485 (maximize-window, minimize-window): New functions.
8486 (delete-window, delete-other-windows, split-window): Move here
8487 from window.c.
8488 (window-split-min-size): New function.
8489 (split-window-keep-point): Mention split-window-above-each-other
8490 instead of split-window-vertically.
2b75be67 8491 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
8492 Rename split-window-vertically to split-window-above-each-other
8493 and provide defalias for old definition.
8494 (split-window-side-by-side, split-window-horizontally):
8495 Rename split-window-horizontally to split-window-side-by-side
8496 and provide defalias for the old definition.
562dd5e9
MR
8497 (ctl-x-map): Move bindings for delete-window,
8498 delete-other-windows and enlarge-window here from window.c.
8499 Replace bindings for split-window-vertically and
8500 split-window-horizontally by bindings for
8501 split-window-above-each-other and split-window-side-by-side.
8502
8503 * cus-start.el (all): Remove entries for window-min-height and
8504 window-min-width. Add entries for window-splits and
8505 window-nest.
8506
f0da764a
GM
85072011-06-09 Glenn Morris <rgm@gnu.org>
8508
80675c21
GM
8509 * calendar/appt.el (appt-mode-line): New function.
8510 (appt-check, appt-disp-window): Use it.
8511
f0da764a
GM
8512 * files.el (hack-one-local-variable-eval-safep):
8513 Allow minor-modes with explicit +/-1 arguments.
8514
59f623b7
TZ
85152011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
8516
8517 * term/xterm.el (xterm): Add defgroup.
8518 (xterm-extra-capabilities): Add defcustom to supply known xterm
8519 capabilities, skip querying them, or query them (default).
8520 (terminal-init-xterm): Use it.
8521 (terminal-init-xterm-modify-other-keys): New function to set up
8522 modifyOtherKeys support to simplify `terminal-init-xterm'.
8523
9aab8e0d
MR
85242011-06-09 Martin Rudalics <rudalics@gmx.at>
8525
8526 * window.el (resize-window-reset, resize-window-reset-1)
8527 (resize-subwindows-skip-p, resize-subwindows-normal)
8528 (resize-subwindows, resize-other-windows, resize-this-window)
8529 (resize-root-window, resize-root-window-vertically)
8530 (window-deletable-p, window-or-subwindow-p)
8531 (frame-root-window-p): New functions.
8532
e8b08aee
GM
85332011-06-09 Glenn Morris <rgm@gnu.org>
8534
8535 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
8536 (ange-ftp-get-files): Use it.
8537
254c37a5
AK
85382011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
8539
8540 * mail/sendmail.el (mail-recover-1, mail-recover):
8541 * files.el (recover-file, recover-session):
8542 Handle dired-listing-switches not being just a single short option.
8543
35d7dbd3
GM
85442011-06-09 Glenn Morris <rgm@gnu.org>
8545
8546 * calendar/appt.el (appt-display-message, appt-disp-window):
8547 Handle lists of appointments.
8548
387522b2
MR
85492011-06-08 Martin Rudalics <rudalics@gmx.at>
8550
2b75be67
SM
8551 * window.el (one-window-p): Move down in code.
8552 Rewrite doc-string.
8553 (window-current-scroll-bars): Rewrite doc-string.
8554 Normalize live window argument.
387522b2
MR
8555 (walk-windows, get-window-with-predicate, count-windows):
8556 Rewrite doc-string. Use window-list-1.
8557 (window-in-direction-2, window-in-direction, get-mru-window):
8558 New functions.
8559
d8e4b68b 85602011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
8561
8562 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
8563 Doc fix (Bug#8713).
8564
85652011-06-08 Chong Yidong <cyd@stupidchicken.com>
8566
8567 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
8568
85692011-06-08 Juanma Barranquero <lekktu@gmail.com>
8570
8571 * loadhist.el (unload-feature-special-hooks):
8572 Add `comint-output-filter-functions'.
8573
0de12c52
IK
85742011-06-08 Ivan Kanis <gnu@kanis.fr>
8575
8576 * calendar/appt.el (appt-check): Move some initializations into the let.
8577
f3d1777e
MR
85782011-06-08 Martin Rudalics <rudalics@gmx.at>
8579
8580 * window.el (window-height): Defalias to window-total-height.
8581 (window-width): Defalias to window-body-width.
8582
18af70d0
CY
85832011-06-07 Chong Yidong <cyd@stupidchicken.com>
8584
8585 * image-mode.el (image-toggle-animation): New command.
8586 (image-mode-map): Bind it to RET.
8587 (image-mode): Update message.
8588 (image-toggle-display-image): Avoid a spurious cache flush.
8589 (image-transform-rotation): Doc fix.
8590 (image-transform-properties): Return quickly in the normal case.
8591 (image-animate-loop): Rename from image-animate-max-time.
8592
2b75be67 8593 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
8594 (create-animated-image): Remove unnecessary function.
8595 (image-animate): Rename from image-animate-start. New arg.
2b75be67 8596 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
8597 (image-animate-timer): Use car-safe.
8598 (image-animate-timeout): Rename argument.
8599
190b47e6
MR
86002011-06-07 Martin Rudalics <rudalics@gmx.at>
8601
8602 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
8603 window.c. Rename first argument to ALL-FRAMES.
8604 Rephrase doc-strings.
8605 (get-buffer-window-list): Rewrite using window-list-1.
8606 Rephrase doc-string.
a1511caf
MR
8607 (window-safe-min-height, window-safe-min-width): New constants.
8608 (window-size-ignore, window-min-size, window-min-size-1)
8609 (window-sizable, window-sizable-p, window-size-fixed-1)
8610 (window-size-fixed-p, window-min-delta-1, window-min-delta)
8611 (window-max-delta-1, window-max-delta, window-resizable)
8612 (window-resizable-p, window-total-height, window-total-width)
8613 (window-body-width): New functions.
8614 (window-full-height-p, window-full-width-p): Rewrite using
8615 window-total-size.
8616 (window-body-height): Rewrite using window-body-size.
190b47e6 8617
85cc1f11
MR
86182011-06-06 Martin Rudalics <rudalics@gmx.at>
8619
8620 * window.el (window-right, window-left, window-child)
8621 (window-child-count, window-last-child, window-any-p)
8622 (normalize-live-buffer, normalize-live-frame)
8623 (normalize-any-window, normalize-live-window)
8624 (window-iso-combination-p, window-iso-combined-p)
8625 (window-iso-combinations)
8626 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
8627 (windows-with-parameter, window-with-parameter)
8628 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
8629 (window-atom-check, window-side-check, window-check):
8630 New functions.
85cc1f11
MR
8631 (ignore-window-parameters, window-sides, window-sides-vertical)
8632 (window-sides-slots): New variables.
8633 (window-size-fixed): Move down in code. Minor doc-string fix.
8634
e7156492
AS
86352011-06-05 Andreas Schwab <schwab@linux-m68k.org>
8636
8637 * comint.el (comint-dynamic-complete-as-filename)
8638 (comint-dynamic-complete-filename): Correctly call
8639 completion-in-region.
8640
7e821d0d
DD
86412011-06-05 Deniz Dogan <deniz@dogan.se>
8642
8643 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
8644 in last change.
8645
ac09b8a1
DD
86462011-06-05 Deniz Dogan <deniz@dogan.se>
8647
8648 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
8649 (rcirc): Use it to prompt for encryption.
8650
34699b85
RW
86512011-06-05 Roland Winkler <winkler@gnu.org>
8652
8653 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
8654 (bibtex-search-entries): New command bound to C-c C-a.
8655 (bibtex-display-entries): New function.
8656
004dedd3
RW
86572011-06-05 Roland Winkler <winkler@gnu.org>
8658
8659 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
8660 (bibtex-insert-kill): After yanking insert newline if necessary.
8661 (bibtex-initialize): Call bibtex-string-files-init only once.
8662 (bibtex-mode): Do not call easy-menu-add.
8663 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
8664 (bibtex-yank): Set arg properly if nil.
8665
022fe7ce
RW
86662011-06-05 Roland Winkler <winkler@gnu.org>
8667
2b75be67
SM
8668 * textmodes/bibtex.el (bibtex-search-entry-globally):
8669 New variable.
022fe7ce
RW
8670 (bibtex-search-entry): Use it.
8671
b7c3692a
RW
86722011-06-05 Roland Winkler <winkler@gnu.org>
8673
8674 * textmodes/bibtex.el (bibtex-entry-format): New option
8675 sort-fields.
8676 (bibtex-format-entry, bibtex-reformat): Honor this option.
8677 (bibtex-parse-entry): Return fields in proper order.
8678
8eda563d
JB
86792011-06-05 Juanma Barranquero <lekktu@gmail.com>
8680
8681 * doc-view.el (doc-view-remove-if): Move computation of result out
8682 of `dolist' to silence misleading lexical-binding warning.
8683
7dbe3dbc
CY
86842011-06-04 Chong Yidong <cyd@stupidchicken.com>
8685
8686 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
8687 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
8688
0c33dd17
MA
86892011-06-04 Michael Albinus <michael.albinus@gmx.de>
8690
8691 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
8692 "SunOS 5.10".
8693
f8f91c2b
MA
86942011-06-04 Michael Albinus <michael.albinus@gmx.de>
8695
8696 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
8697 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
8698 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
8699 (tramp-parse-putty):
8700 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
8701 (tramp-completion-function-alist-ssh)
8702 (tramp-completion-function-alist-telnet)
8703 (tramp-completion-function-alist-su)
8704 (tramp-completion-function-alist-putty): Set `tramp-autoload'
8705 cookie.
8706
8707 * net/tramp-ftp.el:
8708 * net/tramp-sh.el:
8709 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
8710 load "tramp.el" `tramp-set-completion-function'.
8711
e17d9003
SM
87122011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
8713
8714 * shell.el: Require and use pcomplete.
8715 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
8716 (shell-completion-vars): Set pcomplete-default-completion-function.
8717
6c4cab03
DD
87182011-06-04 Deniz Dogan <deniz@dogan.se>
8719
8720 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
8721 `memq' (Bug#8799).
8722
ea9fafe0
SM
87232011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
8724
8725 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
8726
b3e945d3
JB
87272011-06-02 Juanma Barranquero <lekktu@gmail.com>
8728
8729 * bs.el (bs--mark-unmark, bs--nth-wrapper):
8730 * mpc.el (mpc-select-extend, mpc-songpointer-context):
8731 * vc/log-view.el (log-view-beginning-of-defun):
8732 * vc/smerge-mode.el (smerge-apply-resolution-patch)
8733 (smerge-refine-forward, smerge-refine-chopup-region):
8734 Silence warning for unused `dotimes' counter variables.
8735
7d520089
SM
87362011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
8737
8738 * net/tramp.el (tramp-with-progress-reporter): Rename from
8739 with-progress-reporter. Use `declare'.
8740 * net/tramp-smb.el:
8741 * net/tramp-sh.el:
8742 * net/tramp-gvfs.el: Update all uses.
8743
a1c2400f
JB
87442011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
8745
8746 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
8747 buffer isn't killed before making it current.
8748
2403c841
SM
87492011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8750
8751 Silence various byte-compiler warnings.
8752 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
8753 `access-type' and new obsolescence format.
8754 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
8755 new format.
8756 (byte-compile-check-variable): New `access-type' argument.
8757 Only warn if the access-type is obsolete.
8758 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
8759 (byte-compile-variable-set): Adjust callers.
8760 * help-fns.el (describe-variable): Adjust to new obsolescence format.
8761 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
8762 setting it as obsolete.
8763 * simple.el (minibuffer-completing-symbol):
8764 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
8765 access as obsolete.
8766 * minibuffer.el (minibuffer-completing-file-name): Don't make it
8767 obsolete yet.
8768 * international/quail.el (quail-mouse-choose-completion): Remove unused
8769 code referring to obsolete var.
8770 (quail-choose-completion-string): Remove.
8771 * server.el (server-clients-with, server-kill-buffer-query-function)
8772 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
8773 * proced.el (proced-send-signal):
8774 * emacs-lisp/lisp.el (lisp-complete-symbol):
8775 Replace completion-annotate-function with completion-extra-properties.
8776
2462470b
SM
87772011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8778
fb5b2591
SM
8779 * simple.el (goto-line): Use read-number.
8780 (overriding-map-is-bound): Remove.
8781 (saved-overriding-map): Change default.
8782 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
8783 Take the map as argument.
8784 (universal-argument, negative-argument, digit-argument): Use it.
8785 (restore-overriding-map): Adjust.
8786 (do-auto-fill): Use fill-forward-paragraph.
8787 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
8788
fd6fa53f
SM
8789 * minibuffer.el (minibuffer-inactive-mode-map): New var.
8790 (minibuffer-inactive-mode): New major mode.
8791 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
8792 the *Messages* buffer" hack.
8793 (mouse-popup-menubar): Don't burp if the event is a normal key.
8794
2462470b
SM
8795 Miscellaneous tweaks.
8796 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
8797 lexical scoping as in subr.el's dolist and dotimes.
8798 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
8799 Silence compiler warning.
8800 * thingatpt.el (forward-whitespace): Trivial coding style fix.
8801 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
8802 * international/ccl.el (ccl-compile): Trivial simplification.
8803 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
8804 * emacs-lisp/testcover.el (testcover-end): Remove spurious
8805 `printflag' argument.
8806 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
8807 Purecopy the whole obsolescence data.
8808
108bf785
LL
88092011-06-01 Leo Liu <sdl.web@gmail.com>
8810
8811 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
8812 improve doc-string as suggested by Marco Pessotto
8813 <melmothx@gmail.com>.
8814 (rcirc-print): Fix last change.
8815
30a23501
SM
88162011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8817
8818 * minibuffer.el (complete-with-action): Return nil for the metadata and
8819 boundaries of non-functional tables.
8820 (completion-table-dynamic): Return nil for the metadata.
8821 (completion-table-with-terminator): Add default case, using
8822 complete-with-action.
8823 (completion--metadata): New function.
8824 (completion-all-sorted-completions, minibuffer-completion-help): Use it
8825 to try and avoid pathological performance problems.
8826 (completion--embedded-envvar-table): Return `category' metadata.
8827
bcd54f83
LMI
88282011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
8829
8830 * subr.el (process-alive-p): New tiny convenience function.
8831
e227544d
SM
88322011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8833
8834 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
8835 content but also its previous major mode.
8836
e8296fdc
HE
88372011-05-31 Helmut Eller <eller.helmut@gmail.com>
8838
4d61f28d 8839 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
8840 *Backtrace* buffer when we exit with C-M-c.
8841
620c53a6
SM
88422011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8843
8844 * minibuffer.el: Add metadata method to completion tables.
8845 (completion-category-overrides): New defcustom.
8846 (completion-metadata, completion--field-metadata)
8847 (completion-metadata-get, completion--styles)
8848 (completion--cycle-threshold): New functions.
8849 (completion-try-completion, completion-all-completions):
8850 Add `metadata' argument to choose completion-styles.
8851 (completion--do-completion): Use metadata to choose cycling.
8852 (completion-all-sorted-completions): Use metadata for sorting.
8853 Remove :completion-cycle-penalty which is not needed any more.
8854 (completion--try-word-completion): Add `metadata' argument.
8855 (minibuffer-completion-help): Check metadata for annotation function
8856 and sorting.
8857 (completion-file-name-table): Return `category' metadata.
8858 (minibuffer-completing-file-name): Make obsolete.
8859 * simple.el (minibuffer-completing-symbol): Make obsolete.
8860 * icomplete.el (icomplete-completions): Pass new `metadata' param to
8861 completion-try-completion.
8862
1257e755
SM
88632011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
8864
8865 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
8866
3767e706
LL
88672011-05-30 Leo Liu <sdl.web@gmail.com>
8868
8869 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
8870 (rcirc-print): Decode all incoming messages (bug#8744).
8871 (rcirc-decode-coding-system): Allow value nil for automatic coding
8872 system detection.
3767e706 8873
d1a5d56a
GM
88742011-06-01 Glenn Morris <rgm@gnu.org>
8875
8876 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
8877
e8cbec34
CY
88782011-05-29 Chong Yidong <cyd@stupidchicken.com>
8879
8880 * image.el (image-animate-max-time): Allow nil and t values.
8881 Default to nil.
8882 (create-animated-image): Doc fix.
8883 (image-animate-start): Remove second arg; just use
8884 image-animate-max-time.
8885 (image-animate-timeout): Doc fix. Args changed.
8886
8887 * image-mode.el (image-toggle-display-image): Ensure that the
8888 image spec passed to the animate timer is the same object as in
58179cce 8889 the buffer's display property (Bug#6981).
e8cbec34
CY
8890 (image-transform-properties): Doc fix.
8891
8892 * image.el (image-animate-max-time): Default to nil.
8893
159daf87
MR
88942011-05-29 Martin Rudalics <rudalics@gmx.at>
8895
8896 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
8897 entire buffer list (Bug#8184).
8898
d66c4c7c
CY
88992011-05-29 Chong Yidong <cyd@stupidchicken.com>
8900
8901 * image.el (imagemagick-types-inhibit)
8902 (imagemagick-register-types): Doc fix.
8903
80aec780
DD
89042011-05-29 Deniz Dogan <deniz@dogan.se>
8905
8906 * net/rcirc.el (rcirc): Use the user's stored encryption method by
8907 default.
8908
1dd3c2d9
CY
89092011-05-29 Chong Yidong <cyd@stupidchicken.com>
8910
8911 * select.el: Don't perform clipboard-manager saving in hooks;
8912 leave the hooks empty.
8913
60e56523
LL
89142011-05-28 Leo Liu <sdl.web@gmail.com>
8915
8916 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
8917 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
8918 (occur-edit-mode): New major mode (Bug#8463).
8919 (occur-after-change-function): New function.
8920 (occur-engine): Give Occur tags a read-only property.
8921
2b1e1a22
KR
89222011-05-28 Kevin Ryde <user42@zip.com.au>
8923
8924 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
8925
5d344e88
CY
89262011-05-28 Chong Yidong <cyd@stupidchicken.com>
8927
8e6ca83d
CY
8928 * bindings.el (help-echo): Make the initial non-indicator dash
8929 empty on graphical terminals (Bug#7295).
8930
5d344e88
CY
8931 * files.el (auto-mode-alist): Move config rule after the
8932 in-stripping one (Bug#8547).
8933
bfbbace7
CY
8934 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
8935
fbeba6e2
CY
8936 * startup.el (normal-splash-screen): Remove gratuitous mode-line
8937 setting (Bug#8740).
8938
60ed8c72
AA
89392011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
8940
4ac619f0
AA
8941 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
8942 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
8943 (Bug#8539).
60ed8c72 8944
23db196e
CY
89452011-05-28 Chong Yidong <cyd@stupidchicken.com>
8946
8947 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
8948
5012f24c
DK
89492011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
8950
8951 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
8952 (hs-hide-block-at-point, hs-find-block-beginning)
8953 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
8954 (Bug#8279).
8955
6a639b16
GM
89562011-05-28 Glenn Morris <rgm@gnu.org>
8957
8958 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
8959
d43eaf2c
CY
89602011-05-28 Chong Yidong <cyd@stupidchicken.com>
8961
5199bde1
CY
8962 * help-fns.el (describe-function-1): If the function is a derived
8963 major mode, print the parent mode.
8964
d43eaf2c
CY
8965 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
8966 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
8967
423428a8
SM
89682011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
8969
0ff8e1ba 8970 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 8971 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
8972 * progmodes/etags.el (tags-completion-at-point-function):
8973 * info-look.el (info-lookup-completions-at-point): Mark as
8974 non-exclusive.
8975 (info-complete): Adjust accordingly.
8976
423428a8
SM
8977 * info-look.el: Convert to lexical-binding and completion-at-point.
8978 (info-lookup-completions-at-point): New function.
8979 (info-complete): Use it and completion-in-region.
8980
b74aa22b
DA
89812011-05-28 Drew Adams <drew.adams@oracle.com>
8982
8983 * isearch.el: Let M-e start with point at the first mismatched char.
8984 (isearch-fail-pos): New function.
8985 (isearch-edit-string): Use it.
8986
66e2e71d
DK
89872011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
8988
8989 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
8990
b1890b0f 89912011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
8992
8993 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
8994 traversal functions for avl-trees.
8995 (avl-tree--stack): New struct.
8996 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
8997 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
8998 (avl-tree--do-enter): Add optional `updatefun' arg.
8999 Change return value.
eb95d01d 9000 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
9001 (avl-tree--do-delete): Add `test' and `nilflag' args.
9002 Change return value.
eb95d01d
TC
9003 (avl-tree-member): Add optional `nilflag'
9004 (avl-tree-member-p): New function.
9005 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
9006 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
9007 (avl-tree-stack-empty-p): New functions.
9008
3769ddcf
TC
9009 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
9010 avl-tree--del-balance1 and make it work both ways.
9011 (avl-tree--del-balance2): Remove.
9012 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
9013 make it work both ways.
9014 (avl-tree--enter-balance2): Remove.
9015 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
9016 New macros.
9017 (avl-tree--mapc, avl-tree-map): Add direction argument.
9018
eb95d01d 90192011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
9020
9021 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
9022
a9f737ee
CY
90232011-05-27 Chong Yidong <cyd@stupidchicken.com>
9024
9025 * select.el: Support clipboard managers with built-in function
9026 x-clipboard-manager-save, via delete-frame-functions and
9027 kill-emacs-hook.
9028 (xselect-convert-to-targets): Add MULTIPLE target to list.
9029 (xselect-convert-to-save-targets): New function.
9030
c92a1e54
KH
90312011-05-27 Kenichi Handa <handa@m17n.org>
9032
9033 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
9034 let-binding rfc2047-encode-encoded-words to nil.
9035
e145f188
GM
90362011-05-27 Glenn Morris <rgm@gnu.org>
9037
5ec8a862
GM
9038 * mail/emacsbug.el: Don't require url-util.
9039
4b29d9fb
GM
9040 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
9041
e145f188
GM
9042 * files.el (set-auto-mode):
9043 Also respect mode: entries at the end of the file. (Bug#8586)
9044
7d15102b
GM
90452011-05-26 Glenn Morris <rgm@gnu.org>
9046
98f593b8
GM
9047 * files.el (hack-local-variables-prop-line, hack-local-variables):
9048 Downcase mode names, as seems to be traditional.
27b48e63 9049 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 9050
7d15102b
GM
9051 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
9052 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
9053
51d5b4ec
JD
90542011-05-25 Julien Danjou <julien@danjou.info>
9055
9056 * textmodes/rst.el (rst-define-level-faces): Do not define face
9057 symbol if it is already defined.
9058
91513f63
VB
90592011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
9060
9061 * play/5x5.el (5x5-new-game, 5x5-randomize):
9062 Reset 5x5-solver-output to nil when a new grid is cast.
9063 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
9064 these debugging traces, as defmacro breaks the compiled code.
9065
4d90d6d0
DK
90662011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
9067
9068 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
9069
e1b90ef6
LL
90702011-05-24 Leo Liu <sdl.web@gmail.com>
9071
9072 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
9073 (vc-bzr-sha1): Adapt.
9074
d8e4b68b 9075 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
9076
9077 * bindings.el: Provide sha1 feature.
9078
db0406bb 90792011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
9080
9081 * mail/sendmail.el: Require `rfc2047'.
9082 (mail-insert-from-field): Do not perform RFC2047 encoding.
9083 (mail-encode-header): New function.
9084 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
9085 buffer to the return value of select-message-coding-system.
9086 Call mail-encode-header.
b8d747b9
KH
9087
9088 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
9089
db0406bb 90902011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 9091
4d90d6d0
DK
9092 * mail/supercite.el (sc-default-cite-frame):
9093 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 9094
eb8a5e9b
GM
90952011-05-24 Glenn Morris <rgm@gnu.org>
9096
f8630703
GM
9097 * progmodes/python.el (brm-menu): Declare.
9098
8831bbed
GM
9099 * emulation/viper.el (viper-set-hooks): Declare.
9100
eb8a5e9b
GM
9101 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
9102 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
9103 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
9104 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
9105 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
9106 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
9107
a2a25d24
SM
91082011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
9109
9110 Add an :exit-function for completion-at-point.
9111
9112 * minibuffer.el (completion--done): New fun.
9113 (completion--do-completion): Use it. New arg `expect-exact'.
9114 (minibuffer-complete, minibuffer-complete-word): Don't output message,
9115 since completion--do-completion does it for us now.
9116 (minibuffer-force-complete): Use completion--done and
9117 completion--replace. Handle sole-completion case with more care.
9118 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
9119 (completion-extra-properties): New var.
9120 (completion-annotate-function): Make obsolete.
9121 (minibuffer-completion-help): Adjust accordingly.
9122 Use completion-list-insert-choice-function.
9123 (completion-at-point, completion-help-at-point):
9124 Bind completion-extra-properties.
9125 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
9126 * simple.el (completion-list-insert-choice-function): New var.
9127 (completion-setup-function): Preserve it.
9128 (choose-completion): Pay attention to it, shuffle the code a bit.
9129 (choose-completion-string): New arg `insert-function'.
9130
9131 * textmodes/bibtex.el: Convert to lexical binding.
9132 (bibtex-mode-map): Use completion-at-point.
9133 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
9134 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
9135 (bibtex-complete): Define as obsolete alias.
9136 (bibtex-complete-internal): Remove.
9137 (bibtex-format-entry): Remove unused sub-group in regexp.
9138 * shell.el (shell--command-completion-data)
9139 (shell-environment-variable-completion):
9140 * pcomplete.el (pcomplete-completions-at-point):
9141 * comint.el (comint--complete-file-name-data): Use :exit-function
9142 instead of completion-table-with-terminator so it also works for
9143 choose-completion.
9144
e44e373d
SM
91452011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
9146
4f91a816
SM
9147 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
9148
782fc819
SM
9149 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
9150 (bug#8710).
9151
e44e373d
SM
9152 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
9153
381987c3
KM
91542011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
9155
9156 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
9157 customization variable and implement: If non-nil, auto-fill will
9158 be inhibited while on topic's header line.
9159
b776bc70
VB
91602011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
9161
9162 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 9163 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
9164 always have a solution in grid size = 5 cases.
9165 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
9166 (5x5-solver-output, 5x5-log-buffer): New vars.
9167 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
9168 Make these variables buffer local to achieve 5x5 multi-session-ness.
9169 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
9170 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
9171 (5x5-solve-suggest): New funs.
9172 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
9173 randomize a grid so that we ensure that there is always a solution.
9174 (5x5-make-random-grid): Allow other movement than flipping.
9175
7de88b6e
KR
91762011-05-23 Kevin Ryde <user42@zip.com.au>
9177
9178 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 9179 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
9180 advice and passes PREDICATE.
9181
b1ef1257
SM
91822011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
9183
bbca48fe
SM
9184 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
9185 byte-compile-lambda if it's actually a lambda.
9186
b1ef1257
SM
9187 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
9188 Fix function quoting. Use backquote better.
9189
92a9cc65
YS
91902011-05-22 Yuanle Song <sylecn@gmail.com>
9191
9192 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
9193 matching (Bug#8516).
9194
f0fb8059
JA
91952011-01-22 Jari Aalto <jari.aalto@cante.net>
9196
9197 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
9198 different face (Bug#8178).
9199
d5b44c93
CY
92002011-05-22 Chong Yidong <cyd@stupidchicken.com>
9201
9202 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
9203 defface (Bug#8144).
9204
79106a44
SM
92052011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
9206
9c848d8a
SM
9207 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
9208 funcall as well (bug#8712). Warn when performing those conversions.
9209 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
9210
79106a44
SM
9211 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
9212
88dfa756
GM
92132011-05-22 Glenn Morris <rgm@gnu.org>
9214
9215 * files.el (hack-local-variables-prop-line): Small simplifications.
9216 (hack-local-variables, hack-local-variables-prop-line):
9217 If MODE-ONLY, return the mode, rather than just `t'.
9218
b7cf2c79
SM
92192011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
9220
9221 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
9222
3f1a8558
GM
92232011-05-21 Glenn Morris <rgm@gnu.org>
9224
7e4ccca3
GM
9225 * files.el (hack-local-variables-prop-line, hack-local-variables):
9226 If only interested in the mode, don't bother doing the other stuff.
9227
637d46ca
GM
9228 * image-mode.el (image-after-revert-hook):
9229 Redraw all frames on which the image is visible. (Bug#8567)
9230
973d955b
GM
9231 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
9232
3f1a8558
GM
9233 * wid-edit.el (widget-checklist-match-inline):
9234 Fix 2011-04-19 change. (Bug#8649)
9235
96479927
SM
92362011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
9237
1dcf791f
SM
9238 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
9239 Also allow singlespace after single-letter capitals followed by a dot.
9240
96479927
SM
9241 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
9242 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
9243
35fd0881
N
92442011-05-20 Nix <nix@esperi.org.uk>
9245
9246 * files.el (basic-save-buffer-2):
9247 Fix handling of break-hardlink-on-save with non-existent files.
9248
82745640
DD
92492011-05-19 Deniz Dogan <deniz@dogan.se>
9250
9251 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 9252 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 9253
4a720484
GM
92542011-05-19 Glenn Morris <rgm@gnu.org>
9255
d1f21341
GM
9256 * progmodes/f90.el (f90-type-def-re):
9257 Handle "type, bind(c)". (Bug#8691)
9258
4a720484
GM
9259 * emacs-lisp/autoload.el (batch-update-autoloads):
9260 Set autoload-excludes by parsing loadup.el rather than Makefiles.
9261
2fb0a219
MA
92622011-05-18 Michael Albinus <michael.albinus@gmx.de>
9263
9264 * net/tramp.el (tramp-process-actions): Set "first-password-request"
9265 property for the correct connection in case of multihops.
9266
e565dd37
GM
92672011-05-18 Glenn Morris <rgm@gnu.org>
9268
c2571358 9269 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
9270 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
9271
e565dd37
GM
9272 Rationalize calendar handling of day and month abbrev-arrays.
9273 * calendar/calendar.el (calendar-customized-p): New function.
9274 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
9275 (calendar-day-name-array, calendar-month-name-array): Doc fix.
9276 Add :set function.
9277 (calendar-abbrev-length, calendar-day-abbrev-array)
9278 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
9279 (calendar-day-abbrev-array, calendar-month-abbrev-array):
9280 Elements may no longer be nil.
9281 (calendar-day-name, calendar-month-name):
9282 Update for changed nature of abbrev arrays.
9283 * calendar/diary-lib.el (diary-name-pattern):
9284 Update for changed nature of abbrev arrays.
9285 (diary-mark-entries-1): Update calendar-make-alist calls.
9286 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
9287 * calendar/cal-html.el (cal-html-day-abbrev-array):
9288 Simply inherit from calendar-day-abbrev-array.
9289
1d99a745
SM
92902011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
9291
9292 * progmodes/grep.el (grep-mode): Disable default
9293 compilation-directory-matcher setting (bug#8684).
9294
7c1d9aa0
MA
92952011-05-17 Michael Albinus <michael.albinus@gmx.de>
9296
9297 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
9298 instead of "head" and "tail". There were problems with SunOS 5.9,
9299 and it performs better.
9300
3952e9d8
GM
93012011-05-17 Glenn Morris <rgm@gnu.org>
9302
2dd12e7f
GM
9303 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
9304
e4157b9c
GM
9305 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
9306 Replace obsolete function.
9307
8e249bbd
GM
9308 * shell.el (pcomplete-parse-arguments-function): Declare.
9309
3952e9d8
GM
9310 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
9311 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
9312 (appt-check): Doc fixes.
9313 (appt-disp-window-function, appt-delete-window-function):
9314 Remove needless special case in custom :type.
9315 (appt-display-count): Default to 0, not nil.
9316 (appt-check): Reset appt-display-count to 0, not nil.
9317
c71a0d48 93182011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 9319
c71a0d48
GM
9320 * progmodes/python.el (python-font-lock-keywords):
9321 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 9322
31d55be9
SM
93232011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
9324
9325 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
9326
3bfacb2f
KR
93272011-05-16 Kevin Ryde <user42@zip.com.au>
9328
9329 * info-look.el (makefile-automake-mode): New setups, looking in
9330 automake manual, then makefile-mode.
9331 (makefile-mode): Remove automake manual, have it just in
9332 makefile-automake-mode since there's various things different or
9333 not relevant to plain make.
9334 (makefile-mode): Remove "other-modes" non-existent automake-mode,
9335 believe a hypothetical automake-mode would go to makefile-mode,
9336 not the other way around.
9337
c8e83751
CY
93382011-05-15 Chong Yidong <cyd@stupidchicken.com>
9339
5e9e35cd
CY
9340 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
9341 hunk-end tags (Bug#8672).
9342
c8e83751
CY
9343 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
9344 vc-annotate-show-diff-revision-at-line (Bug#8671).
9345
50b23e5a
GM
93462011-05-14 Glenn Morris <rgm@gnu.org>
9347
7210a739
GM
9348 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
9349 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
9350 (change-log-font-lock-keywords): Also handle multiple author lines
9351 with leading tabs. (Bug#8644)
7210a739 9352
4691905a
GM
9353 * calendar/appt.el (appt-check): Rename some local variables.
9354 Some simplification/reordering.
9355
50b23e5a
GM
9356 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
9357 (feedmail-sendmail-f-doesnt-sell-me-out)
9358 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
9359 (feedmail-debug-sit-for, feedmail-queue-express-hook)
9360 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
9361 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
9362 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
9363 (feedmail-binmail-gnulinuxish-template):
9364 Rename from feedmail-binmail-linuxish-template.
9365 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
9366 Use insert-buffer-substring.
9367
215cda7c
BC
93682011-05-14 Bill Carpenter <bill@carpenter.org>
9369
9370 * mail/feedmail.el (feedmail-patch-level): Increase.
9371 (feedmail-debug): New custom group.
9372 (feedmail-confirm-outgoing-timeout)
9373 (feedmail-sendmail-f-doesnt-sell-me-out)
9374 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
9375 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
9376 (feedmail-sender-line, feedmail-from-line)
9377 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 9378 (feedmail-spray-this-address)
215cda7c
BC
9379 (feedmail-spray-address-fiddle-plex-list)
9380 (feedmail-queue-use-send-time-for-date)
9381 (feedmail-queue-use-send-time-for-message-id)
9382 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
9383 (feedmail-buffer-eating-function):
9384 Doc fixes.
9385 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
9386 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
9387 (feedmail-message-action-scroll-down): New functions.
9388 (feedmail-queue-directory, feedmail-queue-draft-directory):
9389 Use expand-file-name.
9390 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
9391 Remove C-v help entry.
9392 (feedmail-queue-buffer-file-name): New variable.
9393 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
9394 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
9395 (feedmail-message-action-send-strong, feedmail-message-action-edit)
9396 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
9397 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
9398 (feedmail-message-action-toggle-spray)
9399 (feedmail-run-the-queue-no-prompts)
9400 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
9401 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
9402 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
9403 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
9404 (feedmail-envelope-deducer, feedmail-fiddle-from)
9405 (feedmail-fiddle-sender, feedmail-default-date-generator)
9406 (feedmail-fiddle-date, feedmail-fiddle-message-id)
9407 (feedmail-fiddle-spray-address)
9408 (feedmail-fiddle-list-of-spray-fiddle-plexes)
9409 (feedmail-fiddle-list-of-fiddle-plexes)
9410 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
9411 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
9412 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
9413 Change default. Doc fix.
9414 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
9415 (feedmail-binmail-linuxish-template): New constant.
9416 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
9417 Respect feedmail-sendmail-f-doesnt-sell-me-out.
9418 (feedmail-send-it): Add debug call.
9419 Use feedmail-queue-buffer-file-name, and
9420 feedmail-send-it-immediately-wrapper.
9421 (feedmail-message-action-send): Add debug call.
9422 Use feedmail-send-it-immediately-wrapper.
9423 (feedmail-queue-express-to-queue): Add debug call.
9424 Run feedmail-queue-express-hook.
9425 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
9426 (feedmail-message-action-help-blat):
9427 Rename from feedmail-queue-send-edit-prompt-help-first.
9428 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
9429 Check line-endings. Handle errors better.
9430 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
9431 Doc fix. Add debug call.
9432 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
9433 Use feedmail-queue-send-edit-prompt-inner.
9434 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
9435 (feedmail-queue-send-edit-prompt-inner): New function, extracted
9436 from feedmail-queue-send-edit-prompt.
9437 (feedmail-queue-send-edit-prompt-help)
9438 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
9439 (feedmail-tidy-up-slug): Add debug call.
9440 Respect feedmail-queue-slug-suspect-regexp.
9441 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
9442 (feedmail-dump-message-to-queue): Add debug call.
9443 Expand queue-directory.
9444 (feedmail-dump-message-to-queue): Change message slightly.
9445 Use feedmail-say-chatter.
9446 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
9447 (feedmail-send-it-immediately-wrapper): New function.
9448 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
9449 Insert empty string rather than newline. Handle full-frame case.
9450 Use catch/throw. Use feedmail-say-chatter.
9451 (feedmail-fiddle-from): Try mail-host-address.
9452 (feedmail-default-message-id-generator): Doc fix.
9453 Bind system-time-locale. Handle missing end.
9454 (feedmail-fiddle-x-mailer): Add debug call.
9455 Handle feedmail-x-mailer-line being nil.
9456 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
9457 Add debug call. Use buffer-substring-no-properties.
9458 (feedmail-say-debug, feedmail-say-chatter): New functions.
9459 (feedmail-find-eoh): Give an explicit error.
9460
42c7e61e
UJ
94612011-05-13 Ulf Jasper <ulf.jasper@web.de>
9462
c2571358 9463 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 9464 family from helvetica to sans.
c2571358 9465 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
9466 etc/images/newsticker.
9467
c2571358 9468 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
9469 family from helvetica to sans.
9470
9471 * net/newst-plainview.el (newsticker-new-item-face)
9472 (newsticker-old-item-face, newsticker-immortal-item-face)
9473 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 9474 (newsticker-statistics-face): Change default family from
42c7e61e 9475 helvetica to sans.
c2571358 9476 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
9477 etc/images/newsticker.
9478
9479 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
9480 (newsticker--process-auto-mark-filter-match): : Tell user about
9481 auto-marking.
9482
8497a297
DV
94832011-05-13 Didier Verna <didier@xemacs.org>
9484
9485 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
9486 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
9487 TODO entries.
8497a297
DV
9488 (lisp-lambda-list-keyword-parameter-indentation)
9489 (lisp-lambda-list-keyword-parameter-alignment)
9490 (lisp-lambda-list-keyword-alignment): New customizable user options.
9491 (lisp-indent-defun-method): Improve docstring.
9492 (extended-loop-p): Fix comment.
9493 (lisp-indent-lambda-list-keywords-regexp): New variable.
9494 (lisp-indent-lambda-list): New function.
9495 (lisp-indent-259): Use it.
9496 (lisp-indent-defmethod): Support for more than one
9497 method qualifier and properly indent methods lambda-lists.
9498 (defgeneric): Provide a missing common-lisp-indent-function property.
9499
f278f87f
SM
95002011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
9501
9502 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
9503 bounds for the empty string (bug#8667).
9504
5233edd7
GM
95052011-05-13 Glenn Morris <rgm@gnu.org>
9506
5237a44f
GM
9507 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
9508
8340026c 9509 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 9510 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 9511
5233edd7 9512 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 9513 (appt-time-msg-list): Doc fix.
a5464014 9514 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 9515
92d10796
AS
95162011-05-12 Andreas Schwab <schwab@linux-m68k.org>
9517
9518 * progmodes/ld-script.el (ld-script-keywords)
9519 (ld-script-builtins): Update keywords list.
9520
914a0ae1
SM
95212011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9522
c89be45f
SM
9523 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
9524
914a0ae1
SM
9525 * shell.el (shell-completion-vars): New function.
9526 (shell-mode):
9527 * simple.el (read-shell-command): Use it.
9528 (blink-matching-open): No need for " [...]" in minibuffer-message.
9529
98dc3df3
GM
95302011-05-12 Glenn Morris <rgm@gnu.org>
9531
9532 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
9533 (appt-check): Simplify.
9534
d2fc7e3d 95352011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 9536
4d61f28d 9537 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
9538 literal "/dev/null".
9539
d2fc7e3d 95402011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
9541
9542 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
9543 Fix typo.
9544
d2fc7e3d 95452011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 9546
3f254caa
SM
9547 * progmodes/which-func.el (which-function):
9548 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
9549 which might not be defined (Bug#8260).
9550
d45885f7
GM
95512011-05-12 Glenn Morris <rgm@gnu.org>
9552
9553 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
9554 Let byte-compile-initial-macro-environment always take precedence.
9555
488086f4
SM
95562011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9557
9558 * net/rcirc.el: Add support for SSL/TLS connections.
9559 (rcirc-server-alist): New field `encryption'.
9560 (rcirc): Check `encryption' settings.
9561 (rcirc-connect): New arg `encryption'. Use open-network-stream.
9562 Merge make-local-variable into `set'.
9563 (rcirc--connection-open-p): New function.
9564 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
9565 the process is not a network process (e.g. running gnutls-cli).
9566 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
9567 Make rcirc-(en|de)code-coding-system local here.
9568 (rcirc-mode): Merge make-local-variable into `set'.
9569 (rcirc-parent-buffer): Make permanent buffer-local.
9570 (rcirc-multiline-minor-mode): Don't do it here.
9571 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
9572 there's no server buffer.
9573
7d3b9d44
GM
95742011-05-11 Glenn Morris <rgm@gnu.org>
9575
f64049c6
GM
9576 * newcomment.el (comment-kill): Prefix "unused" local.
9577
93c9df73
GM
9578 * term/w32console.el (get-screen-color): Declare.
9579
7d3b9d44
GM
9580 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
9581 Handle symbol elements of byte-compile-initial-macro-environment.
9582
9e2dd53f
LL
95832011-05-10 Leo Liu <sdl.web@gmail.com>
9584
488086f4
SM
9585 * bookmark.el (bookmark-bmenu-mode-map):
9586 Bind bookmark-bmenu-search to `/'.
8b340240 9587
9e2dd53f 9588 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
9589 (footnote-unicode-string, footnote-unicode-regexp): New variable.
9590 (Footnote-unicode): New function.
9591 (footnote-style-alist): Add unicode style to the list.
9592 (footnote-style): Doc fix.
9e2dd53f 9593
79b70037
GM
95942011-05-10 Jim Meyering <meyering@redhat.com>
9595
9596 Fix doubled-word typos.
9597 * international/quail.el (quail-insert-kbd-layout): and and -> and
9598 * kermit.el: and and -> and
9599 * net/ldap.el (ldap-search-internal): to to -> to
9600 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
9601 * progmodes/js.el (js-mode): and and -> and
9602 * textmodes/artist.el (artist-move-to-xy): at at -> at
9603 (artist-draw-region-trim-line-endings): if if -> if
9604 And Safetyc -> Safety.
9605 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
9606
b8f82dc1 96072011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 9608 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
9609
9610 * files.el (hack-one-local-variable-eval-safep):
9611 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
9612
4f99f44b
GM
96132011-05-10 Glenn Morris <rgm@gnu.org>
9614
9615 * calendar/diary-lib.el (diary-list-entries-hook)
9616 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
9617 (diary-nongregorian-marking-hook, diary-list-entries)
9618 (diary-include-other-diary-files, diary-mark-entries)
9619 (diary-mark-included-diary-files): Doc fixes.
9620
84f29e6b
JB
96212011-05-09 Juanma Barranquero <lekktu@gmail.com>
9622
9623 * misc.el: Require tabulated-list.el during compilation.
9624
9bedd73a
CY
96252011-05-09 Chong Yidong <cyd@stupidchicken.com>
9626
488086f4
SM
9627 * progmodes/compile.el (compilation-start):
9628 Run compilation-filter-hook for the async case too.
9bedd73a
CY
9629 (compilation-filter-hook): Doc fix.
9630
797c735c
DD
96312011-05-09 Deniz Dogan <deniz@dogan.se>
9632
9633 * wdired.el: Remove outdated installation comment. Fix usage
9634 comment.
9635
5f4b1dfe
JB
96362011-05-09 Juanma Barranquero <lekktu@gmail.com>
9637
9638 * misc.el: Implement new command `list-dynamic-libraries'.
9639 (list-dynamic-libraries--loaded-only-p): New variable.
9640 (list-dynamic-libraries--refresh): New function.
9641 (list-dynamic-libraries): New command.
9642
4c44026c
CY
96432011-05-09 Chong Yidong <cyd@stupidchicken.com>
9644
488086f4
SM
9645 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9646 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
9647 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
9648 higher priority to avoid clobbering by gnu.
9649
027f966d
CY
96502011-05-08 Chong Yidong <cyd@stupidchicken.com>
9651
9652 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
9653 if the face has existing theme settings (Bug#8454).
9654
085f5d7d
CY
96552011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
9656
488086f4
SM
9657 * progmodes/perl-mode.el (perl-imenu-generic-expression):
9658 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 9659
2a86a00c
RS
9660 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
9661 special file names `.' and `..' (Bug#8259).
9662
d9c54a06
CY
96632011-05-08 Chong Yidong <cyd@stupidchicken.com>
9664
488086f4
SM
9665 * progmodes/grep.el (grep-mode-font-lock-keywords):
9666 Remove buffer-changing entries.
d9c54a06
CY
9667 (grep-filter): New function.
9668 (grep-mode): Add it to compilation-filter-hook.
9669
9670 * progmodes/compile.el (compilation-filter-hook)
9671 (compilation-filter-start): New defvars.
9672 (compilation-filter): Call compilation-filter-hook prior to
9673 updating the process mark.
9674
c4662635
SM
96752011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9676
9677 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
9678
b0512a1d
EZ
96792011-05-07 Eli Zaretskii <eliz@gnu.org>
9680
605c9376
EZ
9681 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
9682 mailclient-send-it even if window-system is nil. (Bug#8595)
9683
c4662635
SM
9684 * term/w32console.el (terminal-init-w32console):
9685 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
9686 background-mode. (Bug#8597)
9687
d1dc2cc2
SM
96882011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
9689
9690 Make bytecomp.el understand that defmethod defines funs (bug#8631).
9691 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
9692 New functions.
9693 (defgeneric, eieio--defmethod): Use them.
9694 (eieio-defgeneric): Remove.
9695 (defmethod): Call defgeneric in a way visible to the byte-compiler.
9696
915d1300
GM
96972011-05-07 Glenn Morris <rgm@gnu.org>
9698
a3961c3e
GM
9699 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
9700 Use let rather than let*.
9701 (timeclock-find-discrep): Remove unused local.
9702
314347b9
GM
9703 * calendar/diary-lib.el (diary-comment-start): Doc fix.
9704
915d1300
GM
9705 * calendar/appt.el (appt-time-msg-list): Doc fix.
9706
275b59b0
NF
97072011-05-06 Noah Friedman <friedman@splode.com>
9708
9709 * apropos.el (apropos-print-doc): Only use
9710 emacs-lisp-docstring-fill-column when it is bound to an integer,
9711 per that variable's documentation.
9712
6c19f744
SM
97132011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9714
9715 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 9716 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 9717
60f884b2
GM
97182011-05-06 Glenn Morris <rgm@gnu.org>
9719
5006e634
GM
9720 * calendar/appt.el (appt-message-warning-time): Doc fix.
9721 (appt-warning-time-regexp): New option.
9722 (appt-make-list): Respect appt-message-warning-time.
9723
548d0a63
GM
9724 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
9725 New options.
9726 (diary-add-to-list): Strip comments from the displayed string.
9727 (diary-mode): Set comment-start and comment-end.
9728
60f884b2
GM
9729 * vc/diff-mode.el (smerge-refine-subst): Declare.
9730 (diff-refine-hunk): Don't require smerge-mode when compiling.
9731
989681bb
JB
97322011-05-06 Juanma Barranquero <lekktu@gmail.com>
9733
9734 * simple.el (list-processes): Return nil as the docstring says.
9735
a6bc05e1
MA
97362011-05-05 Michael Albinus <michael.albinus@gmx.de>
9737
9738 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
9739 to "".
9740 (ange-ftp-write-region, ange-ftp-insert-file-contents)
9741 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
9742 determining of binary transfer. (Bug#7383)
9743
23c22e9a
MA
97442011-05-05 Michael Albinus <michael.albinus@gmx.de>
9745
c4662635
SM
9746 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
9747 Fix port computation bug. (Bug#8618)
23c22e9a 9748
0bff894f
GM
97492011-05-05 Glenn Morris <rgm@gnu.org>
9750
b8296902
GM
9751 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
9752
1f522ce8
GM
9753 * simple.el (shell-dynamic-complete-functions)
9754 (comint-dynamic-complete-functions): Declare.
9755
cf5bee67
GM
9756 * net/network-stream.el (gnutls-negotiate):
9757 * simple.el (tabulated-list-print): Fix declarations.
9758
9759 * progmodes/gud.el (syntax-symbol, syntax-point):
9760 Remove unnecessary and incorrect declarations.
9761
0bff894f
GM
9762 * emacs-lisp/check-declare.el (check-declare-scan):
9763 Handle byte-compile-initial-macro-environment in bytecomp.el
9764
9869b3ae
SM
97652011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9766
9767 Fix earlier half-done eieio-defmethod change (bug#8338).
9768 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
9769 Streamline and change calling convention.
9770 (defmethod): Adjust accordingly and simplify.
9771 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
9772 new eieio--defmethod.
9773 (slot-boundp): Minor CSE simplification.
9774
9c1d5ac5
MZ
97752011-05-05 Milan Zamazal <pdm@zamazal.org>
9776
9777 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
9778 (glasses-make-readable): Use glasses-separate-capital-groups.
9779
455c834e
JB
97802011-05-05 Juanma Barranquero <lekktu@gmail.com>
9781
9782 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
9783 (warning-series): Doc fix.
9784 (display-warning): Don't try to create the buffer if we just found it.
9785
9ed7c8cb
CY
97862011-05-04 Chong Yidong <cyd@stupidchicken.com>
9787
9788 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
9789 (autoload-find-generated-file): New function.
9790 (generate-file-autoloads): Bind generated-autoload-file to
9791 buffer-file-name.
9869b3ae
SM
9792 (update-file-autoloads, update-directory-autoloads):
9793 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
9794 output file (Bug#7989).
9795 (batch-update-autoloads): Doc fix.
9796
0898ca10
JB
97972011-05-04 Juanma Barranquero <lekktu@gmail.com>
9798
9799 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
9800
31dfb76c
GM
98012011-05-04 Glenn Morris <rgm@gnu.org>
9802
f330b642
GM
9803 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
9804 function, so it follows changes in calendar-date-style.
9805 (diary-fancy-date-matcher): New function.
9806 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
9807 (diary-fancy-font-lock-fontify-region-function):
9808 Use diary-fancy-date-pattern as a function.
9809
31dfb76c
GM
9810 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
9811 non-numbers for `year' etc pseudo-variables. (Bug#8583)
9812
48e79d6a
TZ
98132011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
9814
9815 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
9816 instead of positional arguments. Allow :keylist and :crlfiles
9817 arguments.
9818 (open-gnutls-stream): Call it.
9819
9820 * net/network-stream.el (network-stream-open-starttls): Adjust to
9821 call `gnutls-negotiate' with :process and :hostname arguments.
9822
dd5a5ee0
SM
98232011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9824
ef80fc09
SM
9825 * minibuffer.el (completion--message): New function.
9826 (completion--do-completion, minibuffer-complete)
9827 (minibuffer-force-complete, minibuffer-complete-word): Use it.
9828 (completion--do-completion): Don't ignore completion-auto-help when in
9829 icomplete-mode.
9830
dd5a5ee0
SM
9831 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
9832 internal encoding (e.g. tibetan zero is not whitespace).
9833 (global-whitespace-mode): Prefer save-current-buffer.
9834 (whitespace-trailing-regexp): Remove useless save-match-data.
9835 (whitespace-empty-at-bob-regexp): Minor simplification.
9836
b7d22a83
CY
98372011-05-03 Chong Yidong <cyd@stupidchicken.com>
9838
9839 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
9840
5192af46
AM
98412011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9842
9843 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 9844 Use `concat' to create string for insertion.
5192af46 9845
5767d190
SM
98462011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9847
9848 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
9849 Avoid open-line which runs post-self-insert-hook.
9850 (bibtex-fill-entry): Remove unused `end' var.
9851
bf242939
AM
98522011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
9853
5767d190
SM
9854 * textmodes/ispell.el (ispell-add-per-file-word-list):
9855 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 9856
25666126
LL
98572011-05-03 Leo Liu <sdl.web@gmail.com>
9858
9859 * isearch.el (isearch-yank-pop): New command.
5767d190 9860 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
9861 (isearch-forward): Mention it.
9862
52d3c2d0
SM
98632011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9864
1bcace58
SM
9865 * simple.el (minibuffer-complete-shell-command): Remove.
9866 (minibuffer-local-shell-command-map): Use completion-at-point.
9867 (read-shell-command): Setup completion vars here instead.
9868 (read-expression-map): Bind TAB to symbol completion.
9869
52d3c2d0
SM
9870 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
9871 error directly rather via storing it into `results'.
9872
35813471
LL
98732011-05-02 Leo Liu <sdl.web@gmail.com>
9874
9875 * vc/diff.el: Fix description.
9876
e793a940
LMI
98772011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9878
9879 * server.el (server-eval-at): New function.
9880
8de66e05
LMI
98812011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9882
9883 * net/network-stream.el (open-network-stream): Take a :nowait
9884 parameter and pass it on to `make-network-process'.
9885 (network-stream-open-plain): Ditto.
9886
dcb79f20
AS
98872011-04-30 Andreas Schwab <schwab@linux-m68k.org>
9888
9889 * faces.el (face-spec-set-match-display): Don't match toolkit
9890 options on terminal frames.
9891
14a7fbd8
SM
98922011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9893
7eabc1be
SM
9894 * progmodes/pascal.el: Use lexical binding.
9895 (pascal-mode-map): Remove author preferences.
9896
14a7fbd8
SM
9897 * pcomplete.el (pcomplete-std-complete): Don't abuse
9898 completion-at-point.
9899
50f84510
JB
99002011-04-28 Juanma Barranquero <lekktu@gmail.com>
9901
6e087a44
JB
9902 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
9903 removing code that has been dead since 1991 or so.
9904
50f84510
JB
9905 * startup.el (command-line): When warning about "_emacs", use a
9906 delayed warning to allow the user to filter it out.
9907
0ba690bd
DD
99082011-04-28 Deniz Dogan <deniz@dogan.se>
9909
9910 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
9911 user has not joined.
9912
08abfaad
SM
99132011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9914
9915 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
9916 aren't any completions at point.
9917
638f053a
JB
99182011-04-28 Juanma Barranquero <lekktu@gmail.com>
9919
9920 * subr.el (display-delayed-warnings): New function.
9921 (delayed-warnings-hook): New variable.
9922
8fff8daa
SM
99232011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9924
08abfaad
SM
9925 * minibuffer.el (completion-at-point, completion-help-at-point):
9926 Don't presume that a given completion-at-point-function will always
9927 use the same calling convention.
9928
8fff8daa
SM
9929 * pcomplete.el (pcomplete-completions-at-point):
9930 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
9931 pcomplete-seen is non-nil.
9932 (pcomplete-comint-setup): Also recognize the new comint/shell
9933 completion functions.
9934 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
9935 pcomplete-seen is non-nil.
9936
841a1577 99372011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 9938
841a1577 9939 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 9940 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 9941 the first character in the entry. This allows for code to add its
211ec907
UJ
9942 own uid to the entry.
9943 (icalendar--convert-float-to-ical): Add export of
9944 `diary-float'-entries save for those with the optional DAY
9945 argument.
9946
2a782793
DC
99472011-04-27 Daniel Colascione <dan.colascione@gmail.com>
9948
9949 * subr.el (shell-quote-argument): Use alternate escaping strategy
9950 when we spot a variable reference in a string.
9951
0438ce91
DC
99522011-04-26 Daniel Colascione <dan.colascione@gmail.com>
9953
9954 * cus-start.el (all): Define customization for debug-on-event.
9955
841a1577 99562011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
9957
9958 * subr.el (shell-quote-argument): Escape correctly under Windows.
9959
d090ed6c
SM
99602011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
9961
9962 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
9963
bfd31217
MA
99642011-04-25 Michael Albinus <michael.albinus@gmx.de>
9965
d090ed6c
SM
9966 * net/tramp.el (tramp-process-actions): Add POS argument.
9967 Delete region between POS and (pos).
bfd31217 9968
d090ed6c
SM
9969 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
9970 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
9971 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
9972
9973 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
9974 position in `tramp-process-actions' call.
9975
9976 * net/trampver.el: Update release number.
9977
e92f3bd3
SM
99782011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
9979
850256b5
SM
9980 * custom.el (defcustom): Obey lexical-binding.
9981
e92f3bd3
SM
9982 Fix octave-inf completion problems reported by Alexander Klimov.
9983 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
9984 Inherit from octave-mode-syntax-table.
9985 (inferior-octave-mode): Set info-lookup-mode.
9986 (inferior-octave-completion-at-point): New function.
9987 (inferior-octave-complete): Use it and completion-in-region.
9988 (inferior-octave-dynamic-complete-functions): Use it as well, and use
9989 comint-filename-completion.
9990 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
9991 symbol elements which shouldn't be word elements.
9992 (octave-font-lock-keywords, octave-beginning-of-defun)
9993 (octave-function-header-regexp): Adjust regexps accordingly.
9994 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
9995
cd22b309
JB
99962011-04-25 Juanma Barranquero <lekktu@gmail.com>
9997
9998 * net/gnutls.el (gnutls-errorp): Declare before first use.
9999
8b492194
TZ
100002011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
10001
10002 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
10003 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 10004 default trustfile exists before going to use it. Add missing
5a5fa834 10005 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
10006 Reported by Claudio Bley <claudio.bley@gmail.com>.
10007 (open-gnutls-stream): Add usage example.
10008
10009 * net/network-stream.el (network-stream-open-starttls): Give host
10010 parameter to `gnutls-negotiate'.
10011 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 10012 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 10013
841a1577 100142011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 10015
cd22b309
JB
10016 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
10017 Use correct match group (bug#8438).
05842630 10018
3ba7869c
CY
100192011-04-24 Chong Yidong <cyd@stupidchicken.com>
10020
512e3ae1
CY
10021 * emacs-lisp/package.el (package-built-in-p): Fix typo.
10022 (package-menu--generate): New arg specifying packages to show.
10023 (package-menu-refresh, package-menu-execute, list-packages):
10024 Callers changed.
10025 (package-show-package-list): New function, replacing deleted
10026 package--list-packages (renamed because it is non-internal).
10027
10028 * finder.el (finder-list-matches): Use package-show-package-list
10029 instead of deleted package--list-packages.
10030
e92f3bd3
SM
10031 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
10032 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
10033 (vc-annotate-mode-map): Bind it to RET.
10034
7031be6d
UR
100352011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
10036
10037 * progmodes/etags.el (next-file): Don't use set-buffer to change
10038 buffers (Bug#8478).
10039
4ef177aa
CY
100402011-04-24 Chong Yidong <cyd@stupidchicken.com>
10041
c8d173eb
CY
10042 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
10043
4ef177aa
CY
10044 * apropos.el (apropos-label-face): Avoid variable-pitch face.
10045 (apropos-accumulator): Doc fix.
10046 (apropos-function, apropos-macro, apropos-command)
10047 (apropos-variable, apropos-face, apropos-group, apropos-widget)
10048 (apropos-plist): Add face property.
10049 (apropos-symbols-internal): Fix indentation.
10050 (apropos-print): Simplify help, and recognize apropos-multi-type.
10051 (apropos-print-doc): Use button-type-get to extract the button's
10052 face property. Fill docstring (Bug#8352).
10053
4ffd0d6b 100542011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
10055
10056 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
10057
c6c32125 10058 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 10059 (mpuz-mode-map): Use mapc.
c6c32125
JB
10060 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
10061 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
10062 Fix typos in docstrings.
10063
58d468b4
JB
10064 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
10065 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
10066
6470c3c6
JB
10067 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
10068
4ffd0d6b 100692011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
10070
10071 * minibuffer.el (completion--do-completion): Avoid the "Next char
10072 not unique" prompt if icomplete-mode is enabled (Bug#5849).
10073
3ad8bad0
CY
10074 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
10075 mouse-2 into unread-command-events, it is interpreted correctly.
10076
71d73c9c 10077 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 10078 (image-toggle-display): Doc fix.
71d73c9c 10079
841a1577 100802011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 10081
4ffd0d6b
GM
10082 * textmodes/page.el (what-page): Use line-number-at-pos to
10083 calculate line number (Bug#6825).
6e1dbaa9 10084
c2fb1b60
JB
100852011-04-22 Juanma Barranquero <lekktu@gmail.com>
10086
10087 * eshell/esh-mode.el (find-tag-interactive): Declare function.
10088 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
10089 Pass argument NO-DEFAULT to `find-tag-interactive'.
10090
e02f48d7
JB
100912011-04-22 Juanma Barranquero <lekktu@gmail.com>
10092
10093 Lexical-binding cleanup.
10094
10095 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
10096 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
10097 * progmodes/ada-prj.el (ada-prj-initialize-values)
10098 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
10099 (ada-prj-show-value):
10100 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
10101 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
10102 (antlr-invalidate-context-cache, antlr-options-menu-filter)
10103 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
10104 * progmodes/bug-reference.el (bug-reference-push-button):
10105 * progmodes/fortran.el (fortran-line-length):
10106 * progmodes/glasses.el (glasses-change):
10107 * progmodes/octave-mod.el (octave-fill-paragraph):
10108 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
10109 (python-pdbtrack-grub-for-buffer, python-sentinel):
10110 * progmodes/sql.el (sql-save-connection):
10111 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
10112 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
10113 Mark unused parameters.
10114
10115 * progmodes/compile.el (compilation--flush-directory-cache)
10116 (compilation--flush-parse, compile-internal): Mark unused parameters.
10117 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
10118 (compilation-next-error-function): Remove unused variable `timestamp'.
10119
10120 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
10121 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
10122
10123 * progmodes/dcl-mode.el (dcl-end-of-command):
10124 Remove unused variable `start'.
10125 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
10126 (dcl-option-value-basic, dcl-option-value-offset)
10127 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
10128 Mark unused parameters.
10129 (dcl-save-local-variable): Remove unused variable `val'.
10130 (mode): Declare.
10131
10132 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
10133 Mark unused parameters.
10134 (delphi-ignore-changes): Move before first use.
10135 (delphi-charset-token-at): Remove unused variable `start'.
10136 (delphi-else-start): Remove unused variable `if-count'.
10137 (delphi-comment-block-start, delphi-comment-block-end):
10138 Remove unused variable `kind'.
10139 (delphi-indent-line): Remove unused variable `new-point'.
10140
10141 * progmodes/ebrowse.el (ebrowse-files-list)
10142 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
10143 Mark unused parameters. Don't quote `lambda'.
10144 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
10145 Don't quote `lambda'.
10146 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
10147 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
10148 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
10149 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
10150 Use `ignore-errors'.
10151 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
10152 (ebrowse-view/find-file-and-search-pattern)
10153 (ebrowse-view/find-member-declaration/definition):
10154 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
10155 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
10156 Rename parameter PREFIX-ARG to PREFIX.
10157 (ebrowse-tags-read-name): Remove unused variables `start' and
10158 `member-info'.
10159 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
10160 to `tags-file'.
10161
10162 * progmodes/etags.el (local-find-tag-hook): Declare.
10163 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
10164 Mark unused parameters.
10165
10166 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
10167 (executable-interpret): Mark unused parameter.
10168
10169 * progmodes/flymake.el (flymake-process-sentinel)
10170 (flymake-after-change-function)
10171 (flymake-create-temp-with-folder-structure)
10172 (flymake-get-include-dirs-dot): Mark unused parameters.
10173 (flymake-safe-delete-directory): Remove unused variable `err'.
10174
10175 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
10176 (speedbar-timer-fn, speedbar-line-text)
10177 (speedbar-change-expand-button-char, speedbar-delete-subblock)
10178 (speedbar-center-buffer-smartly): Declare functions.
10179 (gdb-find-watch-expression): Remove unused variable `array'.
10180 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
10181 (gdb-starting): Mark unused parameters.
10182 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
10183 (gdb-table-string): Remove unused variable `res'.
10184 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
10185 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
10186 (gdb-display-buffer): Remove unused variable `cur-size'.
10187
10188 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
10189 allow lexical-binding compilation.
10190 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
10191 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
10192 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
10193 Mark unused parameters.
10194 (gud-gdb-marker-filter): Remove unused variable `match'.
10195 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
10196 lambda expressions and funcall them, instead of using `fset'.
10197
10198 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
10199 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
10200
10201 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
10202 variable `header-beg'; use `let'.
10203
10204 * progmodes/icon.el (indent-icon-exp): Remove unused variables
10205 `restart', `last-sexp' and `at-do'.
10206
10207 * progmodes/js.el (js--debug): Mark unused parameter.
10208 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
10209 (js--splice-into-items): Remove unused variable `item'.
10210 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
10211
10212 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
10213 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
10214 (makefile-complete): Remove unused variable `try'.
10215 (makefile-fill-paragraph, makefile-match-function-end):
10216 Mark unused parameters.
10217
10218 * progmodes/octave-inf.el (inferior-octave-complete):
10219 Remove unused variable `proc'.
10220 (inferior-octave-output-digest): Mark unused parameter.
10221
10222 * progmodes/perl-mode.el (perl-calculate-indent):
10223 Remove unused variable `err'.
10224
10225 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
10226 (prolog-indent-line): Mark unused parameters.
10227 (prolog-indent-line): Remove unused variable `beg'.
10228
10229 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
10230 (reporter-dont-compact-list): Declare.
10231
10232 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
10233 Remove unused variable `char'.
10234 (sh-debug): Mark unused parameter.
10235 (sh-get-indent-info): Remove unused variable `start'.
10236 (sh-calculate-indent): Remove unused variable `var'.
10237
10238 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
10239 (simula-electric-keyword): Remove unused variable `null'.
10240 (simula-search-backward, simula-search-forward): Remove unused
10241 variables `begin' and `end'.
10242
10243 * progmodes/vera-mode.el (vera-guess-basic-syntax):
10244 Remove unused variable `pos'.
10245 (vera-electric-tab, vera-comment-uncomment-region):
10246 Mark unused parameters.
10247 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
10248
7ede3b65
CY
102492011-04-22 Chong Yidong <cyd@stupidchicken.com>
10250
10251 * emacs-lisp/package.el (package--builtins, package-alist)
10252 (package-load-descriptor, package-built-in-p, package-activate)
10253 (define-package, package-installed-p)
10254 (package-compute-transaction, package-buffer-info)
10255 (package--push): Doc fix. Distinguish more clearly between
10256 version strings and version lists.
10257
121656e9
JB
102582011-04-21 Juanma Barranquero <lekktu@gmail.com>
10259
10260 Lexical-binding cleanup.
10261
10262 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
10263 (5x5-make-mutate-best):
10264 * play/fortune.el (fortune-in-buffer):
10265 * play/gomoku.el (gomoku-init-display):
10266 * play/solitaire.el (solitaire, solitaire-do-check):
10267 * play/tetris.el (tetris-default-update-speed-function):
10268 Mark unused parameters.
10269
10270 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
10271 (bubbles--shift): Remove unused variable `char-org'.
10272 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
10273 (bubbles--show-images): Remove unused variable `char'.
10274
10275 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
10276 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
10277 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
10278 (decipher-analyze-buffer): Use ?\s.
10279 (decipher-make-checkpoint): Remove unused variable `mapping'.
10280
10281 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
10282
10283 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
10284 Remove unused variable `result'; use `let'.
10285
10286 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
10287 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
10288 (gametree-children-shown-p, gametree-compute-reduced-score):
10289 Use `ignore-errors'.
10290
10291 * play/handwrite.el (ps-lpr-switches): Declare.
10292 (handwrite): Remove unused variables `pmin' and `lastp'.
10293
10294 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
10295
10296 * play/landmark.el (landmark-init-display)
10297 (landmark-update-naught-weights): Mark unused parameters.
10298 (landmark-y): Remove unused variable `noise'. Simplify.
10299 (landmark-human-plays): Remove unused variable `score'.
10300
10301 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
10302 (mpuz-try-proposal): Remove unused variable `game'.
10303
10304 * play/zone.el (life-patterns): Declare.
10305
80f499c7
JB
103062011-04-20 Juanma Barranquero <lekktu@gmail.com>
10307
10308 * vc/vc.el (ediff-vc-internal): Declare function.
10309
024ff170
SM
103102011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10311
c0a193ea
SM
10312 * shell.el: Use lexical-binding and std completion UI.
10313 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
10314 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
10315 comint-preoutput-filter-functions rather than on
10316 comint-output-filter-functions.
10317 (shell-command-completion, shell--command-completion-data)
10318 (shell-filename-completion, shell-environment-variable-completion)
10319 (shell-c-a-p-replace-by-expanded-directory): New functions.
10320 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
10321 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
10322 (shell-dynamic-complete-environment-variable): Use them.
10323 (shell-dynamic-complete-as-environment-variable)
10324 (shell-dynamic-complete-as-command): Remove.
10325 (shell-match-partial-variable): Match past point.
10326 * comint.el: Clean up use of completion-at-point-functions.
10327 (comint-completion-at-point): New function.
10328 (comint-mode): Use it completion-at-point-functions.
10329 (comint-dynamic-complete): Make it obsolete.
10330 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
10331 (comint-c-a-p-replace-by-expanded-history): New function.
10332 (comint-dynamic-complete-functions)
10333 (comint-replace-by-expanded-history): Use it.
10334 * minibuffer.el (completion-table-with-terminator): Allow dynamic
10335 termination strings. Try harder to avoid second try-completion.
10336 (completion-in-region-mode-map): Disable bindings that don't work yet.
10337
2dbaa080
SM
10338 * comint.el: Use lexical-binding. Require CL.
10339 (comint-dynamic-complete-functions): Use comint-filename-completion.
10340 (comint-completion-addsuffix): Tweak custom type.
10341 (comint-filename-completion, comint--common-suffix)
10342 (comint--common-quoted-suffix, comint--table-subvert)
10343 (comint--complete-file-name-data): New functions.
10344 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
10345 (comint-dynamic-list-filename-completions): Use them.
10346 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 10347
2dbaa080
SM
10348 * minibuffer.el (completion-in-region-mode):
10349 Keep completion-in-region-mode--predicate global.
10350 (completion-in-region--postch):
10351 Assume completion-in-region-mode--predicate is not null.
10352
c79a6f38
SM
10353 * progmodes/flymake.el (flymake-start-syntax-check-process):
10354 Obey `dir'. Simplify.
10355
024ff170
SM
10356 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
10357 we're in VC after all.
10358
1c6c854e
CS
103592011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
10360
10361 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 10362 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
10363 (vc-version-diff): Use vc-diff-build-argument-list-internal.
10364
bed7f140
SM
103652011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10366
332e62ab
SM
10367 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
10368 add sanity check.
10369
bed7f140
SM
10370 * obsolete/erc-hecomplete.el: Make obsolete.
10371 * obsolete/: Standardize obsolescence info in the header.
10372
f195c582
GM
103732011-04-20 Glenn Morris <rgm@gnu.org>
10374
10375 * calendar/solar.el (solar-horizontal-coordinates):
10376 Use the longitude argument rather than `calendar-longitude'.
10377 (solar-date-next-longitude): Remove unused locals.
10378
cb79b8c0
VJL
103792011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10380
10381 * whitespace.el: New version 13.2.1.
10382
103832011-04-20 felix <EmacsWiki> (tiny change)
10384
d8e4b68b 10385 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
10386 switching between major modes on a file.
10387
602ea69d
SM
103882011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
10389
10390 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
10391 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
10392 multi-line comments as well.
10393
06b60517
JB
103942011-04-19 Juanma Barranquero <lekktu@gmail.com>
10395
10396 Lexical-binding cleanup.
10397
10398 * arc-mode.el (archive-mode-revert):
10399 * cmuscheme.el (scheme-interactively-start-process):
10400 * custom.el (custom-initialize-delay):
10401 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
10402 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
10403 * emacs-lock.el (emacs-lock-clear-sentinel):
10404 * ezimage.el (defezimage):
10405 * follow.el (follow-avoid-tail-recenter):
10406 * fringe.el (set-fringe-mode-1):
10407 * generic-x.el (bat-generic-mode-compile):
10408 * help-mode.el (help-info-variable, help-do-xref)
10409 (help-mode-revert-buffer):
10410 * help.el (view-emacs-todo):
10411 * iswitchb.el (iswitchb-completion-help):
10412 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
10413 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
10414 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
10415 * locate.el (locate-update):
10416 * longlines.el (longlines-encode-region)
10417 (longlines-after-change-function):
10418 * outline.el (outline-isearch-open-invisible):
10419 * ps-def.el (declare-function, charset-dimension, char-width)
10420 (encode-char):
10421 * ps-mule.el (ps-mule-plot-string):
10422 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
10423 (recentf-edit-list-select, recentf-edit-list-validate)
10424 (recentf-open-files-action):
10425 * rect.el (delete-whitespace-rectangle-line)
10426 (rectangle-number-line-callback):
10427 * register.el (window-configuration-to-register)
10428 (frame-configuration-to-register):
10429 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
10430 * select.el (xselect-convert-to-string, xselect-convert-to-length)
10431 (xselect-convert-to-targets, xselect-convert-to-delete)
10432 (xselect-convert-to-filename, xselect-convert-to-charpos)
10433 (xselect-convert-to-lineno, xselect-convert-to-colno)
10434 (xselect-convert-to-os, xselect-convert-to-host)
10435 (xselect-convert-to-user, xselect-convert-to-class)
10436 (xselect-convert-to-name, xselect-convert-to-integer)
10437 (xselect-convert-to-atom, xselect-convert-to-identity):
10438 * subr.el (declare, ignore, process-kill-without-query)
10439 (text-clone-maintain):
10440 * terminal.el (te-get-char, te-tic-sentinel):
10441 * tool-bar.el (tool-bar-make-keymap):
10442 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
10443 * type-break.el (type-break-mode, type-break-noninteractive-query):
10444 * view.el (View-back-to-mark):
10445 * wid-browse.el (widget-browse-action, widget-browse-widget)
10446 (widget-browse-widgets, widget-browse-sexp):
10447 * widget.el (define-widget-keywords):
10448 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
10449 Mark unused parameters.
10450
10451 * align.el (align-adjust-col-for-rule): Mark unused parameter.
10452 (align-areas): Remove unused variable `look'.
10453 (align-region): Remove unused variables `real-end' and `pos-list'.
10454
10455 * apropos.el (apropos-score-doc): Remove unused variable `i'.
10456
10457 * bindings.el (mode-line-modified, mode-line-remote):
10458 Mark unused parameters.
10459 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
10460
10461 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
10462 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
10463
10464 * comint.el (comint-history-isearch-pop-state)
10465 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
10466 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
10467 (comint-substitute-in-file-name): Doc fix.
10468
10469 * completion.el (cmpl-statistics-block): Mark unused parameter.
10470 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
10471 (save-completions-to-file, load-completions-from-file):
10472 Remove unused local variable `e'.
10473
10474 * composite.el (compose-chars): Remove unused variable `len'.
10475 (lgstring-insert-glyph): Remove unused variable `g'.
10476 (compose-glyph-string): Remove unused variables `ascent',
10477 `descent', `lbearing' and `rbearing'.
10478 (compose-glyph-string-relative): Remove unused variables
10479 `lbearing', `rbearing' and `wadjust'.
10480 (compose-gstring-for-graphic): Remove unused variables `header',
10481 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
10482 (compose-gstring-for-terminal): Remove unused variables `header'
10483 and `nchars'. Use `let', not `let*'.
10484
10485 * cus-edit.el (Custom-set, Custom-save, custom-reset)
10486 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
10487 (Custom-buffer-done, custom-buffer-create-internal)
10488 (custom-browse-visibility-action, custom-browse-group-tag-action)
10489 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
10490 (widget-magic-mouse-down-action, custom-toggle-parent)
10491 (custom-add-parent-links, custom-toggle-hide-variable)
10492 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
10493 (custom-toggle-hide-face, face, hook, custom-group-link-action)
10494 (custom-face-menu-create, custom-variable-menu-create, get)
10495 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
10496 (custom-reset-standard-save-and-update): Remove unused variable `value'.
10497 (customize-apropos): Remove unused variable `tests'.
10498 (custom-group-value-create): Remove unused variable `hidden-p'.
10499 (sort-fold-case): Declare.
10500
10501 * cus-theme.el (custom-reset-standard-faces-list)
10502 (custom-reset-standard-variables-list): Declare.
10503 (customize-create-theme, custom-theme-revert, custom-theme-write)
10504 (custom-theme-choose-mode, customize-themes, custom-theme-save):
10505 Mark unused parameters.
10506
10507 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
10508
10509 * delim-col.el (delimit-columns-max): Move defvar before first use.
10510
10511 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 10512 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
10513
10514 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
10515 (auto-insert): Declare.
10516 (desktop-restore-file-buffer): Rename desktop-* parameters;
10517 mark unused ones.
10518 (desktop-create-buffer): Rename desktop-* parameters and bind them.
10519 (desktop-buffer): Rename desktop-* parameters.
10520
10521 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
10522 (dframe-reposition-frame-xemacs, dframe-help-echo)
10523 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
10524 Mark unused parameters.
10525
10526 * dired-aux.el (backup-extract-version-start, overwrite-query)
10527 (overwrite-backup-query, rename-regexp-query)
10528 (rename-non-directory-query): Declare.
10529 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
10530 (dired-add-entry): Remove unused variable `orig-file-name'.
10531 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
10532 Use parameter PRESERVE-TIME instead of accessing dynamic variable
10533 `dired-copy-preserve-time' directly.
10534 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
10535 (dired-insert-subdir-newpos): Rename unused variable `pos'.
10536
10537 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
10538 (dired-virtual-revert, dired-make-relative-symlink):
10539 Mark unused parameters.
10540 (manual-program): Declare.
10541 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
10542 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
10543 wrapped in `with-no-warnings' to avoid replacing one warning by another.
10544
10545 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
10546
10547 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
10548
10549 * echistory.el (electric-history-in-progress, Helper-return-blurb):
10550 Declare.
10551
10552 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
10553
10554 * electric.el (Electric-command-loop): Rename parameter
10555 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
10556
10557 * expand.el (expand-in-literal): Remove unused variable `here'.
10558
10559 * facemenu.el (facemenu-add-new-color):
10560 Remove unused variable `docstring'.
10561
10562 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
10563 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
10564 (face-attr-construct): Mark unused parameter. Doc fix.
10565 (read-color): Remove unused variable `hex-string'.
10566
10567 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
10568 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
10569 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
10570 (display-buffer-other-frame): Remove unused variable `old-window'.
10571 (kill-buffer-hook): Declare.
10572 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
10573 Mark unused parameters.
10574 (after-find-file): Pass 1 to `auto-save-mode', not t.
10575
10576 * files-x.el (auto-insert): Declare.
10577 (modify-file-local-variable-prop-line): Remove unused variable `val'.
10578
10579 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 10580 variable `buf'. Mark unused parameter.
06b60517
JB
10581 (find-lisp-insert-directory): Mark unused parameter.
10582
10583 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
10584 (format-encode-region): Remove unused variables `cur-buf' and `result'.
10585 (format-common-tail): Remove, unused.
10586 (format-deannotate-region): Remove unused variable `loc'.
10587 (format-annotate-region): Remove unused variable `p'.
10588 (format-annotate-single-property-change): Remove unused variables
10589 `default' and `tail'.
10590
10591 * forms.el (read-file-filter): Declare.
10592 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
10593
10594 * frame.el (frame-creation-function-alist): Mark unused parameter.
10595 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
10596
10597 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
10598 Remove unused parameters.
10599 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
10600 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
10601
10602 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
10603 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
10604 (hfy-prepare-tag-map): Mark unused parameters.
10605 (htmlfontify-buffer): Use `called-interactively-p'.
10606
10607 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
10608 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
10609 (ibuffer-do-occur): Mark unused parameters.
10610 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
10611 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
10612
10613 * ibuffer.el: Don't quote `lambda'.
10614 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
10615 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
10616 Mark unused parameters.
10617
10618 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
10619 (ido-completing-read): Mark unused parameters.
10620 (ido-copy-current-word): Mark unused parameters;
10621 remove unused variable `name'.
10622 (ido-sort-merged-list): Remove unused parameter `dirs'.
10623
10624 * ielm.el (ielm-input-sender): Mark unused parameter.
10625 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
10626 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
10627 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
10628 `ielm-string' as a dynamic variable accessible from the IELM prompt.
10629 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
10630
10631 * image-dired.el (image-dired-display-thumbs): Remove unused
10632 variables `curr-file' and `count'.
10633 (image-dired-remove-tag): Remove unused variable `start'.
10634 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
10635 variable `curr-file'
10636 (image-dired-rotate-original): Remove unused variable `temp-file'.
10637 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
10638 Remove unused variable `file'.
10639 (image-dired-gallery-generate): Remove unused variable `curr'.
10640 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
10641
10642 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
10643
10644 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
10645
10646 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
10647
10648 * isearch.el (minibuffer-history-symbol): Declare.
10649 (isearch-edit-string): Remove unused variable `err'.
10650 (isearch-message-prefix, isearch-message-suffix):
10651 Mark unused parameters.
10652
10653 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
10654
10655 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
10656
10657 * makesum.el (double-column): Remove unused variable `cnt'.
10658
10659 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
10660 (ido-ignore-item-temp-list): Declare.
10661
10662 * mouse-drag.el (mouse-drag-throw): Remove unused variables
10663 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
10664 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
10665 (mouse-drag-drag): Remove unused variables `mouse-delta' and
10666 `mouse-col-delta'.
10667
10668 * mouse-sel.el (mouse-extend-internal):
10669 Remove unused variable `orig-window-frame'.
10670
10671 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
10672 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
10673 Move declarations before first use.
10674 (pcomplete-opt): Mark unused parameters; doc fix.
10675
10676 * proced.el (proced-revert): Mark unused parameter.
10677 (proced-send-signal): Remove unused variable `err'.
10678
10679 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
10680 Rename parameter PREFIX-ARG to ARG.
10681 (ps-basic-plot-string, ps-basic-plot-whitespace):
10682 Mark unused parameters.
10683
10684 * replace.el (replace-count): Define.
10685 (occur-revert-function): Mark unused parameters.
10686 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
10687 (isearch-case-fold-search, isearch-string): Declare.
10688 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
10689 bind `case-fold-search'. Remove unused variables `beg' and `end',
10690 and simplify.
10691 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
10692 COUNT and bind `replace-count'.
10693 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
10694 to COUNT.
10695
10696 * savehist.el (print-readably, print-string-length): Declare.
10697
10698 * shadowfile.el (shadow-expand-cluster-in-file-name):
10699 Remove unused variable `cluster'.
10700 (shadow-copy-file): Remove unused variable `i'.
10701 (shadow-noquery, shadow-clusters, shadow-site-cluster)
10702 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
10703 (shadow-define-literal-group, shadow-define-regexp-group)
10704 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
10705
10706 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
10707 (shell): Use `called-interactively-p'.
10708 (shell-directory-tracker): Remove unused variable `chdir-failure'.
10709
10710 * simple.el (compilation-context-lines, comint-file-name-quote-list)
10711 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
10712 (delete-backward-char): Remove unused variable `ocol'.
10713 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
10714 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
10715 (event-apply-hyper-modifier, event-apply-shift-modifier)
10716 (event-apply-control-modifier, event-apply-meta-modifier):
10717 Mark unused parameters.
10718 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
10719 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
10720
10721 * speedbar.el (speedbar-ignored-directory-expressions)
10722 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
10723 (speedbar-find-file, speedbar-dir-follow)
10724 (speedbar-directory-buttons-follow, speedbar-tag-find)
10725 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
10726 (speedbar-buffers-line-directory, speedbar-buffer-click):
10727 Mark unused parameters.
10728 (speedbar-tag-file): Remove unused variable `mode'.
10729 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
10730
10731 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
10732
10733 * talk.el (talk): Remove unused variable `display'.
10734
10735 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
10736 (tar-write-region-annotate): Mark unused parameter.
10737
10738 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
10739 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
10740 Declare them, wrapped in `with-no-warnings' to avoid replacing one
10741 warning by another.
10742
10743 * time-stamp.el (time-stamp-string-preprocess):
10744 Remove unused variable `require-padding'.
10745
10746 * tree-widget.el (widget-glyph-enable): Declare.
10747 (tree-widget-action): Mark unused parameter.
10748
10749 * w32-fns.el (x-get-selection): Mark unused parameter.
10750 (autoload-make-program, generated-autoload-file): Declare.
10751
10752 * wdired.el (wdired-revert): Mark unused parameters.
10753 (wdired-xcase-word): Remove unused variable `err'.
10754
10755 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
10756 (whitespace-help-scroll): Remove unused variable `data-help'.
10757
10758 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
10759 (widget-image-insert, widget-after-change, default)
10760 (widget-default-format-handler, widget-default-notify)
10761 (widget-default-prompt-value, widget-info-link-action)
10762 (widget-url-link-action, widget-function-link-action)
10763 (widget-variable-link-action, widget-file-link-action)
10764 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
10765 (widget-field-prompt-internal, widget-field-action, widget-field-match)
10766 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
10767 (widget-insert-button-action, widget-delete-button-action, visibility)
10768 (widget-documentation-link-action, widget-documentation-string-action)
10769 (widget-const-prompt-value, widget-regexp-match, symbol)
10770 (widget-coding-system-prompt-value)
10771 (widget-key-sequence-value-to-external, sexp)
10772 (widget-sexp-value-to-internal, character, vector, cons)
10773 (widget-choice-prompt-value, widget-boolean-prompt-value)
10774 (widget-color--choose-action): Mark unused parameters.
10775 (widget-item-match-inline, widget-choice-match-inline)
10776 (widget-checklist-match, widget-checklist-match-inline)
10777 (widget-group-match): Rename parameter VALUES to VALS.
10778 (widget-field-value-set): Remove unused variable `size'.
10779 (widget-color-action): Remove unused variables `value' and `start'.
10780
10781 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 10782 variable `dir'. Doc fix.
06b60517
JB
10783 (windmove-find-other-window): Don't pass it.
10784
10785 * window.el (count-windows): Mark unused parameter.
10786 (bw-adjust-window): Remove unused variable `err'.
10787
10788 * woman.el (woman-file-name): Remove unused variable `default'.
10789 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
10790 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
10791 (global-font-lock-mode): Declare.
10792 (woman-decode-region): Mark unused parameter.
10793 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
10794
10795 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
10796 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
10797 (x-dnd-handle-moz-url): Remove unused variable `title'.
10798 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
10799
10800 * xml.el (xml-parse-tag, xml-parse-attlist):
10801 Remove unused variable `pos'.
10802
bc4f7f3d
GM
108032011-04-19 Glenn Morris <rgm@gnu.org>
10804
10805 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
10806 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
10807 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10808 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
10809 * calendar/cal-html.el (cal-html-insert-minical):
10810 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
10811 (calendar-mark-date-pattern):
10812 Prefix "unused" locals.
10813
10814 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
10815 optional argument `style'.
10816
10817 * calendar/appt.el (appt-make-list):
10818 * calendar/cal-china.el (calendar-chinese-date-string):
10819 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
10820 (diary-hebrew-yahrzeit):
10821 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
10822 * calendar/calendar.el (calendar-generate-window):
10823 * calendar/time-date.el (time-to-days):
10824 Remove unused local variables.
10825
16a43933
CY
108262011-04-18 Chong Yidong <cyd@stupidchicken.com>
10827
10828 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
10829 glyphless-char-display table.
10830 (tabulated-list-glyphless-char-display): New var.
10831
7eed1860
SS
108322011-04-18 Sam Steingold <sds@gnu.org>
10833
10834 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
10835 to acknowledgments.
10836
4d2d1ccd
GM
108372011-04-17 Glenn Morris <rgm@gnu.org>
10838
10839 * calendar/diary-lib.el (diary-sexp-entry):
10840 * calendar/holidays.el (holiday-sexp):
10841 Set debug-on-error rather than the removed stack-trace-on-error.
10842
239da61d
GM
108432011-04-16 Glenn Morris <rgm@gnu.org>
10844
10845 * progmodes/f90.el: Use lexical-binding.
10846 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
10847
8b05752a
SM
108482011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10849
daca8ba5
SM
10850 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
10851 (mail-mode): Setup mailalias completion here instead.
10852 * mail/mailalias.el: Use lexical-binding.
10853 (pattern, mailalias-done): Declare dynamic.
10854 (mail-completion-at-point-function): New function, from mail-complete.
10855 (mail-complete): Use it.
10856 (mail-completion-expand): New function.
10857 (mail-get-names): Use it.
10858 (mail-directory, mail-directory-process, mail-directory-stream):
10859 Don't use `pattern' for lexically bound arg.
10860
6f542485
SM
10861 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
10862
037e7c3f
SM
10863 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
10864 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
10865 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
10866
8b05752a
SM
10867 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
10868 (byte-save-window-excursion, byte-temp-output-buffer-setup)
10869 (byte-interactive-p): Define them again, for use when inlining
10870 old code.
10871
49093f60
JB
108722011-04-15 Juanma Barranquero <lekktu@gmail.com>
10873
10874 * loadup.el: Use `string-to-number', not `string-to-int'.
10875
b5b8e7de
SM
108762011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10877
10878 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
10879 gud-gdb-complete-command.
10880 (gud-gdb-completions): New function, from gud-gdb-complete-command.
10881 (gud-gdb-completion-at-point): New function.
10882 (gud-gdb-completions): Remove.
10883
f42efeb5
MA
108842011-04-14 Michael Albinus <michael.albinus@gmx.de>
10885
49093f60
JB
10886 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
10887 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
10888 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
10889 whether `executable-find' is bound.
f42efeb5
MA
10890
10891 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
10892
e240cc21
SM
108932011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10894
10895 * minibuffer.el (completion-in-region-mode-predicate)
10896 (completion-in-region-mode--predicate): New vars.
10897 (completion-in-region, completion-in-region--postch)
10898 (completion-in-region-mode): Use them.
10899 (completion--capf-wrapper): Also return the hook function.
10900 (completion-at-point, completion-help-at-point):
10901 Adjust and provide a predicate.
c2bd2ab0
SM
10902
10903 Preserve arg names for advice of subr and lexical functions (bug#8457).
10904 * help-fns.el (help-function-arglist): Consolidate the subr and
10905 new-byte-code cases. Add argument `preserve-names' to extract names
10906 from the docstring when needed.
10907 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
10908 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
10909 (ad-arglist): Use help-function-arglist's new arg.
10910 (ad-definition-type): Use cond.
10911
c183f693
JB
109122011-04-13 Juanma Barranquero <lekktu@gmail.com>
10913
06641a47
JB
10914 * autorevert.el (auto-revert-handler):
10915 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
10916 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
10917 Don't quote lambda.
10918
c183f693
JB
10919 * image-mode.el (image-transform-set-scale):
10920 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
10921
1e3b6001
G
109222011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10923
10924 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 10925 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
10926 Upgrades via gnutls-cli are too slow to be done opportunistically.
10927
2d6af8dd
JB
109282011-04-12 Juanma Barranquero <lekktu@gmail.com>
10929
10930 * dframe.el (dframe-current-frame): Remove spurious quote.
10931
c0749a51
GM
109322011-04-12 Glenn Morris <rgm@gnu.org>
10933
088d0d61
GM
10934 * calendar/cal-tex.el (cal-tex-end-document):
10935 Try to automatically use latin1 input if needed.
10936
c0749a51
GM
10937 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
10938 Don't try to cons a mark onto an empty element.
10939
5c90fde0
LL
109402011-04-11 Leo Liu <sdl.web@gmail.com>
10941
10942 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
10943 buffers.
10944 (ido-kill-buffer-at-head): Support killing virtual buffers.
10945
369e974d
CY
109462011-04-10 Chong Yidong <cyd@stupidchicken.com>
10947
10948 * minibuffer.el (completion-show-inline-help): New var.
10949 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
10950 (minibuffer-force-complete, minibuffer-complete-word):
10951 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
10952
10953 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
10954 to avoid interference from inline help (Bug#5849).
10955
37f1c930
LL
109562011-04-10 Leo Liu <sdl.web@gmail.com>
10957
099c39a4
JB
10958 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
10959 Fix typo.
37f1c930 10960
a32d4040
CY
109612011-04-09 Chong Yidong <cyd@stupidchicken.com>
10962
10963 * image-mode.el (image-toggle-display-image): Signal an error if
10964 not in Image mode.
10965 (image-transform-mode, image-transform-resize)
10966 (image-transform-set-rotation): Doc fix.
daca8ba5 10967 (image-transform-set-resize): Delete.
a32d4040
CY
10968 (image-transform-set-scale, image-transform-fit-to-height)
10969 (image-transform-fit-to-width): Handle image-toggle-display-image
10970 and image-transform-resize directly.
10971
099c39a4 109722011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
10973
10974 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
10975 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
10976 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
10977 (doc-view-mode-map): Add bindings for the new functions.
10978
099c39a4 109792011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 10980
4d61f28d 10981 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
10982 Fix typo in docstring.
10983
3726838a
EZ
109842011-04-08 Eli Zaretskii <eliz@gnu.org>
10985
04f33f1e
EZ
10986 * files.el (file-size-human-readable): Produce one digit after
10987 decimal, like "ls -lh" does.
10988
10989 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
10990 the file size representation.
10991
3726838a
EZ
10992 * simple.el (list-processes): If async subprocesses are not
10993 available, error out with a clear error message.
10994
cbb59342
CY
109952011-04-08 Chong Yidong <cyd@stupidchicken.com>
10996
10997 * help.el (help-form-show): New function, to be called from C.
10998 Put help-form output in a buffer named differently than *Help*.
10999
e3971c44
EZ
110002011-04-08 Eli Zaretskii <eliz@gnu.org>
11001
11002 * files.el (file-size-human-readable): New function.
11003
11004 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
11005 computing the representation inline. Don't require `cl'.
11006
12544bbe
GM
110072011-04-08 Glenn Morris <rgm@gnu.org>
11008
a1de6c6a
GM
11009 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
11010
3c4671f4
GM
11011 * net/browse-url.el (browse-url-firefox):
11012 Test system-type, not system-configuration.
11013
b605679c
GM
11014 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
11015 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
11016 Use log-edit-empty-buffer-p. (Bug#7598)
11017
56442f0c
GM
11018 * net/rlogin.el (rlogin-process-connection-type): Simplify.
11019 (rlogin-mode-map): Initialize in the defvar.
11020 (rlogin): Use ignore-errors.
11021
12544bbe
GM
11022 * replace.el (occur-mode-map): Some fixes for menu items.
11023
eb237b0f
AH
110242011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11025
11026 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
11027
7d668f2c
CY
110282011-04-06 Chong Yidong <cyd@stupidchicken.com>
11029
e67a13ab
CY
11030 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
11031 issuing unused warnings.
11032
11033 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
11034 macro directly.
11035
7d668f2c
CY
11036 * simple.el: Lisp reimplement of list-processes. Based on an
11037 earlier reimplementation by Leo Liu, but using tabulated-list.el.
11038 (process-menu-mode): New major mode.
11039 (list-processes--refresh, list-processes):
11040 (process-menu-visit-buffer): New functions.
11041
11042 * files.el (save-buffers-kill-emacs): Don't assume any return
11043 value of list-processes, which is undocumented anyway.
11044
a83ec3c9
CY
110452011-04-06 Chong Yidong <cyd@stupidchicken.com>
11046
11047 * emacs-lisp/tabulated-list.el: New file.
11048
e91a96fe
CY
11049 * emacs-lisp/package.el: Use Tabulated List mode.
11050 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
11051 (package-menu-mode): Derive from tabulated-list-mode. Set up the
11052 table format using Tabulated List mode variables.
11053 (package--push): New macro, replacing package-list-maybe-add.
11054 (package-menu--generate): Use package--push. Renamed from
11055 package--generate-package-list.
11056 (package-menu-refresh, list-packages): Use it.
daca8ba5 11057 (package-menu--print-info): Rename from package-print-package.
e91a96fe 11058 Return insertion data instead of inserting it directly.
099c39a4
JB
11059 (package-menu-describe-package, package-menu-execute):
11060 Use tabulated-list-get-id.
e91a96fe
CY
11061 (package-menu-mark-delete, package-menu-mark-install)
11062 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
11063 (package-menu-mark-obsolete-for-deletion):
11064 Use tabulated-list-put-tag.
e91a96fe
CY
11065 (package--list-packages, package-menu-revert)
11066 (package-menu-get-package, package-menu-get-version)
11067 (package-menu-sort-by-column): Functions deleted.
11068 (package-menu-package-list, package-menu-sort-key): Vars deleted.
11069 (package-menu--status-predicate, package-menu--version-predicate)
11070 (package-menu--name-predicate)
11071 (package-menu--description-predicate): Handle arguments in the
11072 Tabulated List format.
11073 (package-list-packages-no-fetch): Call list-packages.
11074
3e214b50
JB
110752011-04-06 Juanma Barranquero <lekktu@gmail.com>
11076
11077 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 11078 (after-find-file): Don't bind it.
3e214b50
JB
11079 (revert-buffer-in-progress-p): New variable.
11080 (revert-buffer): Bind it.
11081 Pass nil for `after-find-file-from-revert-buffer'.
11082
11083 * saveplace.el (save-place-find-file-hook): Use new variable
11084 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
11085
3f0f1700
GM
110862011-04-06 Glenn Morris <rgm@gnu.org>
11087
c0274801
GM
11088 * Makefile.in (AUTOGEN_VCS): New variable.
11089 (autoloads): Use $AUTOGEN_VCS.
11090
3f0f1700
GM
11091 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
11092 * calendar/calendar.el (calendar-mode-map):
11093 Check for toolkit scroll bars. (Bug#8305)
11094
41ea9e48
CY
110952011-04-05 Chong Yidong <cyd@stupidchicken.com>
11096
11097 * minibuffer.el (completion-in-region--postch)
11098 (completion-in-region-mode): Remove unnecessary messages.
11099
6194c800
JB
111002011-04-05 Juanma Barranquero <lekktu@gmail.com>
11101
33256f14
JB
11102 * font-lock.el (font-lock-refresh-defaults):
11103 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
11104 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
11105
6194c800
JB
11106 * info.el (Info-directory-list, Info-read-node-name-2)
11107 (Info-split-parameter-string): Doc fixes.
11108 (Info-virtual-nodes): Reflow docstring.
11109 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
11110 (Info-apropos-toc-nodes, info-finder, Info-get-token)
11111 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
11112 Fix typos in docstrings.
11113 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
11114 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
11115 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
11116 (Info-restore-desktop-buffer): Mark unused parameters.
11117 (Info-directory-find-file, Info-directory-find-node)
11118 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
11119 (Info-virtual-index-find-node, Info-apropos-find-file)
11120 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 11121 Mark unused parameters; fix typos in docstrings.
6194c800
JB
11122 (Info-virtual-index): Remove unused local variable `nodename'.
11123
b87a8200 111242011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 11125
b87a8200
DD
11126 * net/rcirc.el: Update my e-mail address.
11127 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 11128
3b2ff876
CY
111292011-04-05 Chong Yidong <cyd@stupidchicken.com>
11130
11131 * startup.el (command-line): Save the cursor's theme-face
11132 directly, instead of using face-override-spec.
11133
11134 * custom.el (load-theme): Minor optimization in assigning faces.
11135
8d17e7ca
JB
111362011-04-04 Juanma Barranquero <lekktu@gmail.com>
11137
11138 * help-fns.el (describe-variable): Complete all variables having
11139 documentation, including keywords.
11140 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
11141
2fbc1934
JB
111422011-04-04 Juanma Barranquero <lekktu@gmail.com>
11143
11144 Convert to lexical-binding.
11145
11146 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
11147 (bs--get-marked-string, bs--get-modified-string)
11148 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
11149 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
11150 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
11151
11152 * ehelp.el (electric-help-execute-extended)
11153 (electric-help-ctrl-x-prefix):
11154 * hexl.el (hexl-revert-buffer-function):
11155 * linum.el (linum-after-change, linum-after-scroll):
11156 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
11157
11158 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
11159
74f50695
DU
111602011-04-04 Daiki Ueno <ueno@unixuser.org>
11161
11162 * epa-dired.el:
11163 * epa-mail.el:
11164 * epa-hook.el:
11165 * epa-file.el:
11166 * epa.el:
11167 * epg.el: Use lexical binding.
11168
c11325f7
CY
111692011-04-03 Chong Yidong <cyd@stupidchicken.com>
11170
0d9e9a12
CY
11171 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
11172
c11325f7 11173 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
11174 dictionary case for flyspell-mark-duplications-exceptions.
11175 Use regexp matching for languages.
c11325f7
CY
11176 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
11177 default dictionary (Bug#7926).
11178
da91b5f2
CY
111792011-04-02 Chong Yidong <cyd@stupidchicken.com>
11180
099c39a4
JB
11181 * emacs-lisp/package.el (package--with-work-buffer):
11182 Recognize https URLs.
da91b5f2 11183
099c39a4
JB
11184 * net/network-stream.el: Move from gnus/proto-stream.el.
11185 Change prefix to network-stream throughout.
da91b5f2
CY
11186 (open-protocol-stream): Merge into open-network-stream, leaving
11187 open-protocol-stream as an alias. Handle nil BUFFER args.
11188
11189 * subr.el (open-network-stream): Move to net/network-stream.el.
11190
afa8e9f6
GM
111912011-04-02 Glenn Morris <rgm@gnu.org>
11192
1d2e369d
GM
11193 * find-dired.el (find-exec-terminator): New option.
11194 (find-ls-option): Test for -ls support.
11195 (find-ls-subdir-switches): Test for -b in find-ls-option.
11196 (find-dired, find-grep-dired): Doc fixes.
11197 (find-dired): Use find-exec-terminator.
11198
8abb7da8 11199 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
11200 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
11201 (find-name-arg): Remove purecopy.
8abb7da8 11202
f3ca7378
GM
11203 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
11204 (grep-compute-defaults): Check for `-exec COMMAND +' support.
11205 Set grep-find-use-xargs, grep-find-command, and grep-find-template
11206 accordingly. Don't add the null-device if not needed.
11207
afa8e9f6
GM
11208 * files.el (save-some-buffers): Doc fix.
11209
35eae264
EZ
112102011-04-02 Eli Zaretskii <eliz@gnu.org>
11211
11212 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
11213
26b51db5
JB
112142011-04-01 Juanma Barranquero <lekktu@gmail.com>
11215
11216 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
11217 Use `dolist' rather than `mapcar'.
11218
7200d79c
SM
112192011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
11220
03408648 11221 Add lexical binding.
7200d79c 11222
03408648
SM
11223 * subr.el (apply-partially): Use new closures rather than CL.
11224 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
11225 (dolist, dotimes): Use slightly different expansion for lexical code.
11226 (functionp): Move to C.
11227 (letrec): New macro.
11228 (with-wrapper-hook): Use it and apply-partially instead of CL.
11229 (eval-after-load): Preserve lexical-binding.
11230 (save-window-excursion, with-output-to-temp-buffer): Turn them
11231 into macros.
7200d79c 11232
03408648
SM
11233 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
11234
11235 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
11236 than the arglist.
11237 (help-add-fundoc-usage): Don't add `Not documented'.
11238 (help-function-arglist): Handle closures, subroutines, and new
11239 byte-code-functions.
11240 (help-make-usage): Remove leading underscores.
11241 (describe-function-1): Handle closures.
11242 (describe-variable): Use special-variable-p for completion.
11243
11244 * files.el (lexical-binding): Declare safe.
f488fb65 11245
03408648
SM
11246 * emacs-lisp/pcase.el: Don't use destructuring-bind.
11247 (pcase--memoize): Rename from pcase-memoize. Change weakness.
11248 (pcase): Add `let' pattern.
11249 Change memoization so it actually works.
11250 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
11251 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
11252 <let>: New case.
f488fb65 11253
03408648
SM
11254 * emacs-lisp/macroexp.el: Use lexical binding.
11255 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
11256 Don't convert ' to #' without checking that it's indeed quoting
11257 a lambda.
11258
11259 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 11260 Use eval-sexp-add-defvars.
03408648
SM
11261 (eval-sexp-add-defvars): New fun.
11262
11263 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
11264
11265 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
11266 Don't autoload.
11267 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
11268 than the internal `byte-compile-lambda'.
11269 (defmethod): Don't hide code under quotes.
11270 (eieio-defmethod): New `code' argument.
11271
11272 * emacs-lisp/eieio-comp.el: Remove.
11273
11274 * emacs-lisp/edebug.el (edebug-eval-defun)
11275 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
11276 (edebug-toggle): Avoid `eval'.
11277
11278 * emacs-lisp/disass.el (disassemble-internal): Handle new
11279 `closure' objects.
11280 (disassemble-1): Handle new byte codes.
11281
11282 * emacs-lisp/cl.el (pushnew): Silence warning.
11283
11284 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
11285 (cl-byte-compile-throw): Remove.
11286 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
11287
11288 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
11289 closures.
11290
11291 * emacs-lisp/cconv.el: New file.
11292
11293 * emacs-lisp/bytecomp.el: Use lexical binding instead of
11294 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
11295 (byte-compile-initial-macro-environment):
11296 Handle declare-function here.
11297 (byte-compile--lexical-environment): New var.
11298 (byte-stack-ref, byte-stack-set, byte-discardN)
11299 (byte-discardN-preserve-tos): New lap codes.
11300 (byte-interactive-p): Don't use any more.
11301 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
11302 New macros.
11303 (byte-compile-lapcode): Use them and handle new lap codes.
11304 (byte-compile-obsolete): Remove.
11305 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
11306 (byte-compile-arglist-warn): Check late def of inlinable funs.
11307 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
11308 since they should have been expanded by now.
11309 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
11310 (byte-compile-from-buffer): Remove unused second arg.
11311 (byte-compile-preprocess): New function.
11312 (byte-compile-toplevel-file-form): New function to distinguish
11313 file-form calls from outside from file-form calls from hunk-handlers.
11314 (byte-compile-file-form): Simplify.
11315 (byte-compile-file-form-defsubst): Remove.
11316 (byte-compile-file-form-defmumble): Simplify now that
11317 byte-compile-lambda always returns a byte-code-function.
11318 (byte-compile): Preprocess.
11319 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
11320 Remove, not used any more.
11321 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
11322 (byte-compile-make-args-desc): New funs.
11323 (byte-compile-lambda): Handle lexical functions. Always return
11324 a byte-code-function.
11325 (byte-compile-reserved-constants): New var, to make up room for
11326 closed-over variables.
11327 (byte-compile-constants-vector): Obey it.
11328 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
11329 (byte-compile-macroexpand-declare-function): New function.
11330 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
11331 byte-code-functions.
11332 (byte-compile-form): Check obsolescence here.
11333 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
11334 (byte-compile-variable-ref): Remove.
11335 (byte-compile-dynamic-variable-op): New fun.
11336 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
11337 (byte-compile-variable-set): New funs.
11338 (byte-compile-discard): Add 2 args.
11339 (byte-compile-stack-ref, byte-compile-stack-set)
11340 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
11341 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
11342 macroexpand-all instead.
11343 (byte-compile-quote-form): Remove.
11344 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
11345 (byte-compile-bind, byte-compile-unbind): New funs.
11346 (byte-compile-let): Handle let* and lexical binding.
11347 (byte-compile-let*): Remove.
11348 (byte-compile-catch, byte-compile-unwind-protect)
11349 (byte-compile-track-mouse, byte-compile-condition-case):
11350 Handle a new :fun-body form, used for lexical scoping.
11351 (byte-compile-save-window-excursion)
11352 (byte-compile-with-output-to-temp-buffer): Remove.
11353 (byte-compile-defun): Simplify.
11354 (byte-compile-stack-adjustment): New fun.
11355 (byte-compile-out): Use it.
11356 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
11357
11358 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
11359 handler any more.
11360
11361 * emacs-lisp/byte-opt.el: Use lexical binding.
11362 (byte-inline-lapcode): Remove (to bytecomp).
11363 (byte-compile-inline-expand): Pay attention to inlining to/from
11364 lexically bound code.
11365 (byte-compile-unfold-lambda): Don't handle byte-code-functions
11366 any more.
11367 (byte-optimize-form-code-walker): Don't handle save-window-excursion
11368 any more and don't call compiler-macros.
11369 (byte-compile-splice-in-already-compiled-code): Remove.
11370 (byte-code): Don't inline any more.
11371 (disassemble-offset): Receive `bytes' as argument rather than via
11372 dynamic scoping.
11373 (byte-compile-tag-number): Declare before first use.
11374 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
11375 `return' even if make-spliceable.
11376 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
11377 obsolete interactive-p.
11378 (byte-optimize-lapcode): Optimize new lap-codes.
11379 Don't trip up on new form of `byte-constant' lap code.
11380
11381 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
11382
11383 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
11384
11385 * custom.el (custom-initialize-default, custom-declare-variable):
11386 Use `defvar'.
11387
11388 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
11389 New variables.
11390 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
11391 (COMPILE_FIRST): Add macroexp and cconv.
11392 * makefile.w32-in: Mirror changes in Makefile.in.
11393
11394 * vc/cvs-status.el:
11395 * vc/diff-mode.el:
11396 * vc/log-edit.el:
11397 * vc/log-view.el:
11398 * vc/smerge-mode.el:
11399 * textmodes/bibtex-style.el:
11400 * textmodes/css.el:
11401 * startup.el:
11402 * uniquify.el:
da91b5f2
CY
11403 * minibuffer.el:
11404 * newcomment.el:
11405 * reveal.el:
11406 * server.el:
11407 * mpc.el:
11408 * emacs-lisp/smie.el:
11409 * doc-view.el:
11410 * dired.el:
03408648
SM
11411 * abbrev.el: Use lexical binding.
11412
0f0c1f27
EZ
114132011-04-01 Eli Zaretskii <eliz@gnu.org>
11414
11415 * info.el (info-display-manual): New function.
11416
c82b2579
SM
114172011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
11418
11419 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
11420
221ddf68
TH
114212011-03-31 Tassilo Horn <tassilo@member.fsf.org>
11422
11423 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 11424 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 11425
cba6e77e
GM
114262011-03-31 Glenn Morris <rgm@gnu.org>
11427
e040639f
GM
11428 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
11429
cba6e77e
GM
11430 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
11431
6d0f1c9e
CS
114322011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
11433
11434 * progmodes/python.el (python-default-interpreter)
11435 (python-python-command-args, python-jython-command-args)
11436 (python-which-shell, python-which-args, python-which-bufname)
11437 (python-file-queue, python-comint-output-filter-function)
11438 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
11439 variables and functions.
11440
3e2d70fd
SM
114412011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
11442
11443 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
11444 (completion-in-region-mode): New minor mode.
11445 (completion-in-region): Use it.
11446 (completion-in-region--data, completion-in-region-mode-map): New vars.
11447 (completion-in-region--postch): New function.
11448 (completion--capf-misbehave-funs, completion--capf-safe-funs):
11449 New vars.
11450 (completion--capf-wrapper): New function.
11451 (completion-at-point): Use it to track well-behavedness of
11452 hook functions.
11453 (completion-help-at-point): New command.
11454
f3e4086c
JM
114552011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
11456
11457 * vc/add-log.el (add-change-log-entry): Don't use whitespace
11458 syntax class to search for whitespace on a single line
11459 (Message-ID: <4D938140.4030905@redhat.com>).
11460
eb7ffc14
LL
114612011-03-30 Leo Liu <sdl.web@gmail.com>
11462
11463 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
11464 New commands.
11465 (edit-abbrevs-map): Bind them here.
11466 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
11467
d806ab68
KM
114682011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
11469
11470 * allout.el (allout-hide-by-annotation, allout-flag-region):
11471 Reduce possibility of overlay leakage by making them volatile.
11472
11473 * allout-widgets.el (allout-widgets-tally): Define as nil so the
11474 hash is not shared between buffers. Mode initialization is
11475 responsible for giving it a useful starting value.
11476 (allout-item-span): Reduce possibility of overlay leakage by
11477 making them volatile.
11478 (allout-widgets-count-buttons-in-region): Add diagnostic function
11479 for tracking down button overlay leaks.
11480
ea622834
LL
114812011-03-29 Leo Liu <sdl.web@gmail.com>
11482
11483 * ido.el (ido-read-internal): Use the default history var
11484 minibuffer-history if no HISTORY is specified.
11485
b62f8267
G
114862011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
11487
03408648
SM
11488 * net/imap.el (imap-shell-open, imap-process-connection-type):
11489 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
11490 Kerberos, SSL, other subprocesses.
11491
947b6566
LL
114922011-03-28 Leo Liu <sdl.web@gmail.com>
11493
11494 * abbrev.el (abbrev-table-empty-p): New function.
11495 (prepare-abbrev-list-buffer): Place empty abbrev tables after
11496 nonempty ones. (Bug#5937)
11497
5ffb62aa
JD
114982011-03-27 Jan Djärv <jan.h.d@swipnet.se>
11499
11500 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
11501
7a097943
LL
115022011-03-27 Leo Liu <sdl.web@gmail.com>
11503
11504 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
11505 for foreground and background colors.
11506 (ansi-color-make-color-map): Adapt.
11507
c5b40130
LL
115082011-03-25 Leo Liu <sdl.web@gmail.com>
11509
1f48f7d2
LL
11510 * midnight.el (midnight-time-float): Remove. Note it calculates
11511 the microsecond component incorrectly and seconds-to-time does the
11512 same job.
625897ec 11513 Remove redundant (require 'timer).
1f48f7d2 11514
c5b40130
LL
11515 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
11516 (ido-completions): Remove unused arguments. (Bug#8329)
11517
d86d2721
SM
115182011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11519
11520 * minibuffer.el (completion--flush-all-sorted-completions):
11521 Remove itself from hook.
11522 (completion-at-point): Let the functions perform the completion
11523 immediately and return nil or t.
11524 * comint.el (comint-dynamic-complete-functions): Now identical to
11525 completion-at-point-functions.
11526 (comint-dynamic-list-input-ring): Remove unused var `index'.
11527 (comint--match-partial-filename, comint--unquote&expand-filename):
11528 New funs, split from comint-match-partial-filename.
11529 (comint-dynamic-complete): Use completion-at-point.
11530 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
11531
e8974c48
DA
115322011-03-24 Drew Adams <drew.adams@oracle.com>
11533
11534 * thingatpt.el: Support `defun'.
11535
def71b5e
LL
115362011-03-23 Leo Liu <sdl.web@gmail.com>
11537
cb5af48e
LL
11538 * abbrevlist.el: Move to obsolete/abbrevlist.el.
11539
def71b5e
LL
11540 * help-mode.el (help-mode-finish): Tweak regexp.
11541
927c53e7
GM
115422011-03-23 Glenn Morris <rgm@gnu.org>
11543
18d05bed
GM
11544 * eshell/esh-opt.el (eshell-eval-using-options):
11545 Do not bind unused local variable `eshell-option-stub'.
11546
927c53e7
GM
11547 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
11548
9d0da923
JB
115492011-03-22 Juanma Barranquero <lekktu@gmail.com>
11550
11551 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
11552 keymap variable in `with-no-warnings' to avoid a warning when the
11553 keymap has been already `defconst'ed.
11554
4b978a67
LL
115552011-03-22 Leo Liu <sdl.web@gmail.com>
11556
11557 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
11558 encode all chars in abbrevs; otherwise use emacs-mule or
11559 utf-8-emacs. (Bug#8308)
11560
5fd62452
JB
115612011-03-22 Juanma Barranquero <lekktu@gmail.com>
11562
0b1596c6
JB
11563 * simple.el (backward-delete-char-untabify):
11564 Avoid warning about using `delete-backward-char'.
11565
5fd62452
JB
11566 * image.el (image-type-file-name-regexps): Make it variable.
11567 `imagemagick-register-types' modifies it, and the user may want
11568 to add new extensions for known image types.
11569 (imagemagick-register-types): Throw error if not using ImageMagick.
11570
0b4e93f1
LL
115712011-03-22 Leo Liu <sdl.web@gmail.com>
11572
11573 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
11574 located before rcirc-prompt-end-marker.
11575 (rcirc-complete): Error if point is not after rcirc prompt.
11576 Handle the case when table is nil.
9882e214 11577 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 11578
fccee4ab
CY
115792011-03-22 Chong Yidong <cyd@stupidchicken.com>
11580
11581 * custom.el (custom--inhibit-theme-enable): Make it affect only
11582 custom-theme-set-variables and custom-theme-set-faces.
11583 (provide-theme): Ignore custom--inhibit-theme-enable.
11584 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
11585 (custom-enabling-themes): Delete variable.
d86d2721
SM
11586 (enable-theme): Accept only loaded themes as arguments.
11587 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
11588 (custom-enabled-themes): Forbid themes from setting this.
11589 Eliminate use of custom-enabling-themes.
11590 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 11591
af896da6
LL
115922011-03-21 Leo Liu <sdl.web@gmail.com>
11593
11594 * ido.el (ido-read-internal): Add ido-selected to history instead
11595 of user input.
11596
78f64af0
SM
115972011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
11598
11599 * subr.el (deferred-action-list, deferred-action-function):
11600 Mark obsolete.
11601
b16ac1ec
LL
116022011-03-21 Leo Liu <sdl.web@gmail.com>
11603
810f7698
LL
11604 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
11605 change on 2011-02-13 (bug#8309).
11606
b16ac1ec
LL
11607 * minibuffer.el (read-file-name-function): Change default value.
11608 (read-file-name--defaults): Rename from read-file-name-defaults.
11609 (read-file-name-default): Rename from read-file-name.
11610 (read-file-name): Call read-file-name-function.
11611
4e05e67e
GM
116122011-03-21 Glenn Morris <rgm@gnu.org>
11613
11614 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
11615 Doc fixes.
11616
4359915b
CY
116172011-03-21 Chong Yidong <cyd@stupidchicken.com>
11618
11619 * cus-theme.el: Add missing provide statement.
11620 (customize-create-theme): Extract theme value correctly.
11621 (custom-theme-visit-theme): Autoload.
11622 (customize-create-theme): Prompt before inserting default faces.
11623
1fe275ee
JB
116242011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
11625
11626 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
11627 units and musical notes.
11628
cd394be1 116292011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
11630
11631 * ido.el (ido-read-internal): Use completing-read-default.
11632 (ido-completing-read): Fix compatibility with completing-read.
11633
7d476bde
CO
116342011-03-20 Christian Ohler <ohler@gnu.org>
11635
11636 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
11637 (ert-delete-all-tests): Use `called-interactively-p' rather than
11638 `interactive-p'.
11639 (ert--make-xrefs-region): Respect END.
11640
fe0fb33e
CY
116412011-03-19 Chong Yidong <cyd@stupidchicken.com>
11642
ff854b0b
CY
11643 * dired-aux.el (dired-create-directory): Signal an error if the
11644 directory already exists (Bug#8246).
11645
fe0fb33e
CY
11646 * facemenu.el (list-colors-display): Call list-faces-display
11647 inside with-help-window.
11648 (list-colors-print): Use display property to align the final
11649 column, instead of checking window-width.
11650
576bce32
EZ
116512011-03-19 Eli Zaretskii <eliz@gnu.org>
11652
4d61f28d 11653 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
11654 windows-nt systems.
11655 (emerge-protect-metachars): Quote correctly for ms-dos and
11656 windows-nt systems.
11657
89c41d68 116582011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
11659
11660 * info.el (info-initialize): Replace all uses of `:' with
11661 path-separator for compatibility with non-Unix systems.
11662 Cache quoting of path-separator. (Bug#8258)
11663
b14e3e21 116642011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
11665
11666 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
11667 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
11668 (mouse-avoidance-mode): Fix typos in docstrings.
11669
4525ce3e
CY
116702011-03-19 Chong Yidong <cyd@stupidchicken.com>
11671
11672 * startup.el (package-subdirectory-regexp): Move from package.el.
11673 Omit \\` and \\', and let callers add them.
11674
11675 * emacs-lisp/package.el (package-strip-version)
11676 (package-load-all-descriptors): Add \\` and \\' to
11677 package-subdirectory-regexp before using it.
11678 (package-untar-buffer): New arg DIR; ensure that file untars only
11679 into this expected directory. Remove superfluous delete-region.
11680 (package-unpack): Caller changed.
11681 (package-tar-file-info): Use package-subdirectory-regexp.
11682
a904a09a 116832011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 11684
a904a09a
SM
11685 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
11686 diff-mode-shared-map (bug#8284).
11687 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
11688
116892011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11690
11691 * calendar/time-date.el (format-seconds): Use assoc instead of
11692 assoc-string, since assoc-string doesn't exist in XEmacs.
11693
171fc304
JB
116942011-03-17 Juanma Barranquero <lekktu@gmail.com>
11695
11696 * custom.el (custom-known-themes): Reflow docstring.
11697 (custom-theme-load-path): Fix typo in docstring.
11698 (load-theme): Fix typo in error message.
11699 (custom-available-themes, custom-variable-theme-value):
11700 Use `let', not `let*'.
11701
d71990a1
JB
117022011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
11703
11704 * calc/README: Mention inclusion of musical notes.
11705
11706 * calc/calc-units.el (calc-lu-quant): Rename from
11707 `calc-logunits-quantity'.
11708 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
11709 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
11710 (calc-db): Rename from `calc-dblevel'.
11711 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
11712 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
11713 (calc-np): Rename from `calc-nplevel'.
11714 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
11715 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
11716 (calc-lu-plus): Rename from `calc-logunits-add'.
11717 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
11718 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
11719 (calc-lu-minus): Rename from `calc-logunits-sub'.
11720 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
11721 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
11722 (calc-lu-times): Rename from `calc-logunits-mul'.
11723 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
11724 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
11725 (calc-lu-divide): Rename from `calc-logunits-div'.
11726 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
11727 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
11728
11729 * calc/calc-ext.el (calc-init-extensions): Update the names of the
11730 functions being autoloaded.
11731
11732 * calc/calc.el (calc-lu-power-reference): Rename from
11733 `calc-logunits-power-reference'.
11734 (calc-lu-field-reference): Rename from
11735 `calc-logunits-field-reference'.
11736
7a71b18d
GM
11737 * calc/calc-help.el (calc-l-prefix-help):
11738 Mention musical note functions.
d71990a1 11739
40c2934b
SM
117402011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
11741
11742 * minibuffer.el (completion-all-sorted-completions):
11743 Use :completion-cycle-penalty text property if present.
11744
b0911414
KM
117452011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
11746
11747 * allout.el (allout-yank-processing): Adjust for new rebulleting
11748 regime so bullet being yanked is used without prompting the user
11749 for a choice.
11750
8a05b668
JB
117512011-03-16 Juanma Barranquero <lekktu@gmail.com>
11752
11753 * startup.el (command-line): Warn the user that _emacs is deprecated.
11754
5ba5fb81
JB
117552011-03-16 Juanma Barranquero <lekktu@gmail.com>
11756
11757 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
11758 (delphi-verbose, delphi-comment-face, delphi-string-face)
11759 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
11760 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
11761 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
11762 (delphi-new-comment-line, delphi-font-lock-defaults)
11763 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
11764 Fix typos in docstrings.
11765
2dab465b
KM
117662011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
11767
5ba5fb81 11768 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
11769 Invert the roles of character and string values for INSTEAD, so a
11770 string is used for the more common case of a defaulting prompt.
11771
0adf5618
SM
117722011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11773
11774 * progmodes/ruby-mode.el (ruby-backward-sexp):
11775 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
11776 * play/gamegrid.el (gamegrid-make-face):
11777 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
11778 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
11779 * notifications.el (notifications-notify):
11780 * net/xesam.el (xesam-search-engines):
11781 * net/quickurl.el (quickurl-list-insert):
11782 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
11783
d72700e5
CY
117842011-03-15 Chong Yidong <cyd@stupidchicken.com>
11785
11786 * startup.el (command-line): Update package subdirectory regexp.
11787
49c5410a
SM
117882011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11789
c6eee9aa
SM
11790 * allout.el (allout-abbreviate-flattened-numbering)
11791 (allout-mode-deactivate-hook): Fix up obsolescence "date".
11792
49c5410a
SM
11793 * subr.el (read-char-choice): Only show the cursor after the prompt,
11794 not after the answer.
11795
047b2bb9
KR
117962011-03-15 Kevin Ryde <user42@zip.com.au>
11797
11798 * help-fns.el (variable-at-point): Skip leading quotes, if any
11799 (bug#8253).
11800
0a57d256
SM
118012011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11802
11803 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
11804 warning message.
11805
77c992bc
MA
118062011-03-14 Michael Albinus <michael.albinus@gmx.de>
11807
11808 * shell.el (shell): When called interactively, offer to change the
11809 shell file name on remote hosts.
11810
eebc475d
TZ
118112011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
11812
11813 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
11814 integration for LDAP parameters. The host, base, user or binddn,
11815 and secret tokens can be specified in a netrc file, for instance.
11816 This is optional because an `auth-source' parameter must be
11817 specified in the search attributes.
11818
9d05d1ba
JB
118192011-03-13 Juanma Barranquero <lekktu@gmail.com>
11820
11821 * help.el (describe-mode): Link to the mode's definition (bug#8185).
11822
09d9db2c
GM
118232011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11824
11825 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
11826 into declaration. Remove redundant and harmful binding.
11827
118282011-03-12 Eli Zaretskii <eliz@gnu.org>
11829
11830 * files.el (file-ownership-preserved-p): Pass `integer' as an
11831 explicit 2nd argument to `file-attributes'. If the file's owner
11832 is the Administrators group on Windows, and the current user is
11833 Administrator, consider that a match.
11834
11835 * server.el (server-ensure-safe-dir): Consider server directory
11836 safe on MS-Windows if its owner is the Administrators group while
11837 the current Emacs user is Administrator. Use `=' to compare
11838 numerical UIDs, since they could be integers or floats.
11839
219bd536
JB
118402011-03-12 Juanma Barranquero <lekktu@gmail.com>
11841
11842 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
11843
f3afd36b
MA
118442011-03-12 Michael Albinus <michael.albinus@gmx.de>
11845
11846 Sync with Tramp 2.2.1.
11847
11848 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
11849
11850 * net/trampver.el: Update release number.
11851
3aaaa6f1
SM
118522011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11853
94642599
SM
11854 * progmodes/compile.el (compilation--previous-directory): Fix up
11855 various nil/dead-marker mismatches (bug#8014).
11856 (compilation-directory-properties, compilation-error-properties):
11857 Don't call it at a position past the one we're about to change.
11858
3aaaa6f1
SM
11859 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
11860 Disable obsolescence warnings in the file that declares it.
11861
14239447
KM
118622011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
11863
099c39a4
JB
11864 * allout-widgets.el (allout-widgets-tally):
11865 Initialize allout-widgets-tally as a hash table rather than nil to
11866 prevent mode-line redisplay warnings. Also, clarify the module
11867 description and fix a comment typo.
14239447 11868
135e287c
JB
118692011-03-11 Juanma Barranquero <lekktu@gmail.com>
11870
11871 * help-fns.el (describe-variable): Don't complete keywords.
11872 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
11873
ffbf300e
CY
118742011-03-10 Chong Yidong <cyd@stupidchicken.com>
11875
ba08b241
CY
11876 * emacs-lisp/package.el (package-version-join): Impose a standard
11877 string representation for pre/alpha/beta version lists.
11878 (package-unpack-single): Standardize the directory name by passing
11879 it through package-version-join.
11880 (package-strip-rcs-id): Accept any version string that does not
11881 signal an error in version-to-list.
ffbf300e 11882
f346fd6b
MA
118832011-03-10 Michael Albinus <michael.albinus@gmx.de>
11884
11885 * simple.el (delete-trailing-whitespace): Return nil for the
11886 benefit of `write-file-functions'.
11887
ccb55d27
GM
118882011-03-10 Glenn Morris <rgm@gnu.org>
11889
5ceaac0c
GM
11890 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
11891
02da65ff
GM
11892 * vc/vc-git.el (vc-git-program): New option.
11893 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
11894 (vc-git--call): Use it.
11895
b2f603cc
GM
11896 * eshell/esh-util.el (eshell-condition-case): Doc fix.
11897
5772caab
GM
11898 * cus-edit.el (Custom-newline): If no button at point, look
11899 for a subgroup button at start-of-line. (Bug#2298)
11900
ccb55d27
GM
11901 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
11902
ec6ecaed
JD
119032011-03-10 Julien Danjou <julien@danjou.info>
11904
11905 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
11906 `cursor-type' is nil.
11907
9d5aa01d
JB
119082011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
11909
11910 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
11911
b6a5875b
KM
119122011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
11913
7a71b18d 11914 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
11915 preserves the existing header prefix, rebulleting it if necessary,
11916 rather than replacing it. This is necessary for proper operation
11917 of cooperative addons like allout-widgets.
1154d12e
JB
11918 (allout-make-topic-prefix, allout-rebullet-heading):
11919 Change SOLICIT arg to INSTEAD, and interpret additionally a string
11920 value as alternate bullet to be used, instead of prompting the user
11921 for a bullet character.
b6a5875b 11922
ee545c35
MA
119232011-03-09 Michael Albinus <michael.albinus@gmx.de>
11924
d86d2721
SM
11925 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11926 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
11927 `tramp-default-port'.
11928
c47971d7
DD
119292011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
11930
11931 * net/rcirc.el (rcirc-handler-001): Remove useless
11932 with-rcirc-process-buffer.
11933 (rcirc-check-auth-status): Swap arguments to string-match.
11934
13522cb4
GM
119352011-03-09 Glenn Morris <rgm@gnu.org>
11936
0be6f4f1
GM
11937 * shell.el (shell-mode):
11938 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
11939
13522cb4
GM
11940 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
11941 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
11942
515de2e3
CY
119432011-03-08 Chong Yidong <cyd@stupidchicken.com>
11944
11945 * emacs-lisp/package.el (package-refresh-contents)
11946 (package-menu-execute): Use condition-case-no-debug.
11947
b511b994
MA
119482011-03-08 Michael Albinus <michael.albinus@gmx.de>
11949
11950 * simple.el (shell-command-to-string): Use `process-file'.
11951
11952 * emacs-lisp/package.el (package-tar-file-info): Handle also
11953 remote files.
11954
d86d2721
SM
11955 * emacs-lisp/package-x.el (package-upload-buffer-internal):
11956 Use `equal' for upload base check.
b511b994 11957
25bbfb31
AM
119582011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
11959
11960 * textmodes/texinfo.el (texinfo-environments):
11961 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
11962
be996521
GM
119632011-03-08 Glenn Morris <rgm@gnu.org>
11964
e9c8529f
GM
11965 * cus-start.el (cursor-in-non-selected-windows):
11966 Fix :set quoting oddness. (Bug#8192)
11967
be996521
GM
11968 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
11969 in some setf expressions. (Bug#2159)
11970
2bb5649e
CY
119712011-03-08 Chong Yidong <cyd@stupidchicken.com>
11972
11973 * custom.el (custom-available-themes): Return themes in
11974 alphabetical order.
11975
33383987 11976See ChangeLog.15 for earlier changes.
e3d51b27
MR
11977
11978;; Local Variables:
11979;; coding: utf-8
e3d51b27
MR
11980;; End:
11981
acaf905b 11982 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
11983
11984 This file is part of GNU Emacs.
11985
11986 GNU Emacs is free software: you can redistribute it and/or modify
11987 it under the terms of the GNU General Public License as published by
11988 the Free Software Foundation, either version 3 of the License, or
11989 (at your option) any later version.
11990
11991 GNU Emacs is distributed in the hope that it will be useful,
11992 but WITHOUT ANY WARRANTY; without even the implied warranty of
11993 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11994 GNU General Public License for more details.
11995
11996 You should have received a copy of the GNU General Public License
11997 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.