lispref/os.texi edits
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
d9a8eb66
EZ
12012-03-17 Eli Zaretskii <eliz@gnu.org>
2
3 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
4 (ispell-choices-win-default-height, ispell-silently-savep)
5 (ispell-dictionary-alist, ispell-encoding8-command)
6 (ispell-check-version, ispell-aspell-find-dictionary)
7 (ispell-valid-dictionary-list, ispell-words-keyword)
8 (ispell-get-word, ispell-internal-change-dictionary)
9 (ispell-region, ispell-skip-region-list)
10 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
11 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
12 (ispell-message-text-end, ispell-message)
13 (ispell-buffer-local-parsing): Doc fix.
14
f02ff80d
J
152012-03-13 Jambunathan K <kjambunathan@gmail.com>
16
17 * htmlfontify.el: Add support for code block fontification for ODT
18 export (Bug #9914).
19 (hfy-optimisations): Define new option
20 `body-text-only'
21 (hfy-fontify-buffer): Honor above setting.
22 (hfy-begin-span, hfy-end-span): New routines factored out form
23 `hfy-fontify-buffer'.
24 (hfy-begin-span-handler, hfy-end-span-handler): New variables
25 that permit insertion of custom tags.
26 (hfy-fontify-buffer): Use above handlers.
27 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
28 (hfy-face-to-css): Re-defined to be a variable.
29 (hfy-compile-stylesheet): Modified. Allow stylesheet to be built
30 over multiple runs. This is made possible by having the caller let
31 bind a special variable `hfy-user-sheet-assoc'.
32 (htmlfontify-string): New defun.
33 (hfy-compile-face-map): Make sure that the last char in the
34 buffer is correctly fontified.
35 (hfy-face-resolve-face): Whitespace only change.
36
9ac7a13f
EZ
372012-03-17 Eli Zaretskii <eliz@gnu.org>
38
39 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
40 message more clear.
41
e2b5bdd7
LL
422012-03-16 Leo Liu <sdl.web@gmail.com>
43
44 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
45
2e492df3
AM
462012-03-16 Alan Mackenzie <acm@muc.de>
47
48 Further optimise the handling of large macros.
49
50 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
51 limit to a call of `c-literal-limits'.
52 (c-determine-+ve-limit): New function.
53 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an
54 `and'.
55 (c-guess-basic-syntax): In macros, restrict a search limit to
56 2000.
57 In CASE 5B, restrict a search limit to 500.
58 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
59
60 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
61 Restrict macro bounds to +-500 from after-change's BEG END.
62
50e94f0c
LL
632012-03-16 Leo Liu <sdl.web@gmail.com>
64
65 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
66
6f09f6ed
AH
672012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
68
69 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
70 `special-mode' setting of `buffer-read-only'. (Bug#11010)
71
c7e73d51
GM
722012-03-16 Glenn Morris <rgm@gnu.org>
73
da986230
GM
74 * view.el (view-buffer, view-buffer-other-window)
75 (view-buffer-other-frame): Doc fixes re special mode-class.
76
0835f01e
GM
77 * subr.el (eval-after-load): If named feature is provided not from
78 a file, run after-load forms. (Bug#10946)
79
c7e73d51
GM
80 * calendar/calendar.el (calendar-insert-at-column):
81 Handle non-unit-width characters a bit better. (Bug#10978)
82
3f2eafd1
CY
832012-03-15 Chong Yidong <cyd@gnu.org>
84
85 * emacs-lisp/ring.el (ring-extend): New function.
86 (ring-insert+extend): Extend the ring correctly (Bug#11019).
87
88 * comint.el (comint-read-input-ring)
89 (comint-add-to-input-history): Grow comint-input-ring lazily.
90
103af3fe
SM
912012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
92
663b1677
SM
93 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
94 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
95
103af3fe
SM
96 * imenu.el: Fix multiple inheritance breakage (bug#9199).
97 (imenu-add-to-menubar): Don't add a redundant index.
98 (imenu-update-menubar): Handle a dynamically composed keymap.
99
899cb7cb
KY
1002012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
101
102 * mail/sendmail.el (mail-encode-header):
103 Bind rfc2047-encode-encoded-words to nil.
104
3809f91d
GM
1052012-03-13 Glenn Morris <rgm@gnu.org>
106
107 * calendar/calendar.el (calendar-string-spread):
108 Handle non-unit-width characters a bit better. (Bug#10978)
109
9e345a01
LL
1102012-03-13 Leo Liu <sdl.web@gmail.com>
111
112 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
113 directory and file as argument (Bug#10822).
114
4a07df36
KS
1152012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
116
117 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
118 For dynamically generated code, follow $PC.
119 (gdb-disassembly-handler-custom): Handle no function name case.
120
4aaa9356
TL
1212012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
122
123 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
124 * emulation/ws-mode.el (ws-query-replace):
125 * sort.el (sort-regexp-fields):
126 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
127
225979da
SM
1282012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
129
130 * dabbrev.el: Fix cycle completion order (bug#10963).
131 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
132 (dabbrev-completion): Don't use an obarray; provide
133 a cycle-sort-function.
134
e2f1fdab
LL
1352012-03-12 Leo Liu <sdl.web@gmail.com>
136
137 * simple.el (kill-new): Use equal-including-properties for
138 comparison.
139 (kill-do-not-save-duplicates): Doc fix.
140
b19490ed
SM
1412012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
142
143 * dabbrev.el: Fix cycle completion (bug#10963).
144 Use lexical binding and wrap to 80 columns.
145 (dabbrev-completion): Delay computing the list of completions.
146
4b05d722
KH
1472012-03-12 Kenichi Handa <handa@m17n.org>
148
149 * international/quail.el (quail-insert-kbd-layout): Surround each
150 row by LRO and PDF instead of inserting many LRMs. Pad the left
151 and right of each non-spacing marks. Insert invisible space
152 between lower and upper characters to prevent composition.
153
dbbc2e69
SM
1542012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
155
156 * minibuffer.el (minibuffer-complete): Don't get confused when the
157 function is run twice via different commands (bug#10958).
158 (complete-with-action): Fix docstring.
159
292112ed
CY
1602012-03-12 Chong Yidong <cyd@gnu.org>
161
5d1ac394
CY
162 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
163 (nxml-completion-at-point-function): New function.
164 (nxml-mode): Use it.
165 (nxml-bind-meta-tab-to-complete-flag): Default to t.
166
292112ed
CY
167 * emacs-lisp/package.el (package-unpack, package-unpack-single):
168 Load generated autoloads file before byte compiling (Bug#10970).
169 (package--make-autoloads-and-compile): New helper fun.
170
4098f8f7
CS
1712012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
172
173 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
174
8f754691
MA
1752012-03-11 Michael Albinus <michael.albinus@gmx.de>
176
177 * autorevert.el (auto-revert-handler): Ensure, that
178 file-readable-p is applied only for local files or in
179 auto-revert-tail-mode.
180
e29ab36b
AS
1812012-03-11 Andreas Schwab <schwab@linux-m68k.org>
182
dbbc2e69
SM
183 * server.el (server-eval-at): Handle non-tcp connections.
184 Decode result string.
ad0bf5b6 185
e29ab36b
AS
186 * server.el (server-msg-size): New constant.
187 (server-reply-print): New function.
188 (server-eval-and-print): Use it.
189 (server-eval-at): Use server-quote-arg and server-unquote-arg.
190 Handle -print-nonl.
191
de5939ba
CS
1922012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
193
194 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
195 (Bug#10987).
196
0c93eabf
CY
1972012-03-11 Chong Yidong <cyd@gnu.org>
198
397a688f
CY
199 * simple.el (goto-line): Doc fix (Bug#9938).
200
2cc775f9
CY
201 * subr.el (save-window-excursion): Doc fix (Bug#9979).
202
0c93eabf
CY
203 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
204 when finished (Bug#10963).
205
c491fa41
MR
2062012-03-11 Martin Rudalics <rudalics@gmx.at>
207
208 * window.el (split-window-below): Fix bug in case where
209 split-window-keep-point is nil (Bug#10971).
210
300e8fa5
JL
2112012-03-11 Juri Linkov <juri@jurta.org>
212
213 * replace.el (replace-highlight): Set isearch-word to nil
214 unconditionally. (Bug#10887)
215
dbf6c5a1
EZ
2162012-03-10 Eli Zaretskii <eliz@gnu.org>
217
218 * net/mairix.el (mairix-replace-invalid-chars): Rename from
219 mairix-replace-illegal-chars; all callers changed. Don't remove
220 ^, ~, and = characters: they are meaningful in mairix search
221 specs.
222 (mairix-widget-create-query): Add usage information about mairix
223 search forms: negating words, searching for substrings, etc.
224
b9e501de
JP
2252012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
226
227 * international/fontset.el (font-encoding-alist): Add an entry for
228 ksx1001 (Bug#5667).
229
92795c91
RS
2302012-03-10 Richard Stallman <rms@gnu.org>
231
1694e6c1
RS
232 * mail/sendmail.el (mail-encode-header):
233 Set rfc2047-encode-encoded-words.
234
607e8555
RS
235 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
236
de3bc99a
RS
237 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
238 view buffer means not swapped.
239 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
240 (rmail-write-region-annotate): Error if real text has disappeared.
241
92795c91
RS
242 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
243
699bd04e
CY
2442012-03-10 Chong Yidong <cyd@gnu.org>
245
246 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
247 * emulation/cua-base.el (cua--init-keymaps):
248 Add delete-forward-char to remappings (Bug#9666).
699bd04e 249
570a1714
MR
2502012-03-10 Martin Rudalics <rudalics@gmx.at>
251
dbbc2e69
SM
252 * speedbar.el (speedbar-unhighlight-one-tag-line):
253 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 254
82dcf4e4
CY
2552012-03-10 Chong Yidong <cyd@gnu.org>
256
7a2c7ca7
CY
257 * minibuffer.el (completion-in-region, completion-help-at-point):
258 Give the completion field overlay a high priority (Bug#6830).
259
82dcf4e4
CY
260 * dired.el (dired-goto-file): Recognize absolute file name
261 listings (Bug#7126).
262 (dired-goto-file-1): New helper function.
263 (dired-toggle-read-only): Inhibit warnings.
264
052e28ac
MA
2652012-03-09 Michael Albinus <michael.albinus@gmx.de>
266
267 * net/dbus.el: (dbus-property-handler): Return empty array if
268 there are no properties.
269
95d5e396
LL
2702012-03-09 Leo Liu <sdl.web@gmail.com>
271
272 * savehist.el (savehist-printable): Stricter check for string
273 value (Bug#10937).
274
3f018d6d
EZ
2752012-03-09 Eli Zaretskii <eliz@gnu.org>
276
dbbc2e69
SM
277 * mail/smtpmail.el (smtpmail-send-it):
278 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
279 valid mbox format.
280
f7fd3d79
GM
2812012-03-09 Glenn Morris <rgm@gnu.org>
282
283 * files.el (dir-locals-find-file):
284 Don't check result is regular, readable.
285 (dir-locals-read-from-file): Demote errors.
286
6ff6e72f
EZ
2872012-03-08 Eli Zaretskii <eliz@gnu.org>
288
dbbc2e69
SM
289 * international/quail.el (quail-insert-kbd-layout):
290 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
291 layout cell, to prevent their reordering by bidi display engine.
292 For details, see the discussion in
293 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
294
9cec7834
AM
2952012-03-08 Alan Mackenzie <acm@muc.de>
296
297 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
298 the starting position; make it extend the marked region when
299 invoked repeatedly - all under appropriate circumstances.
300 Fixes bugs #5525, #10906.
301
9a40b8d4
GM
3022012-03-08 Glenn Morris <rgm@gnu.org>
303
304 * files.el (locate-dominating-file, dir-locals-find-file):
305 Undo 2012-03-06 change.
306
7a08ed35
EZ
3072012-03-07 Eli Zaretskii <eliz@gnu.org>
308
dbbc2e69
SM
309 * international/quail.el (quail-help):
310 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
311 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
312 for the reason.
313
5aca4f71 3142012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
315
316 Avoid superfluous registering of signals. (Bug#10807)
317
318 * notifications.el (notifications-on-action-object)
319 (notifications-on-close-object): New defvars.
320 (notifications-on-action-signal, notifications-on-closed-signal):
321 Unregister the signal if not needed any longer.
322 (notifications-notify): Register `notifications-action-signal' or
323 `notifications-closed-signal', if :on-action or :on-close has been
324 passed as argument.
325
78e8b10a
CY
3262012-03-07 Chong Yidong <cyd@gnu.org>
327
328 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
329 non-X platforms.
330
69481eb8
GM
3312012-03-06 Glenn Morris <rgm@gnu.org>
332
333 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
334 (x-disown-selection-internal, x-get-selection-internal):
335 Doc fix (add arglist signatures). (Bug#10783)
336
133b8e11
KS
3372012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
338
339 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
340 Handle breakpoints with no "type".
341
99a83064
GM
3422012-03-06 Glenn Morris <rgm@gnu.org>
343
344 * files.el (locate-dominating-file): Add optional predicate argument.
345 (dir-locals-find-file): Make use of above change.
346
17798e78
TTN
3472012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
348
349 * info.el (Info-insert-dir): Also try "dir.gz".
350
eb182446
GM
3512012-03-06 Glenn Morris <rgm@gnu.org>
352
8f2114ee
GM
353 * files.el (dir-locals-find-file):
354 Ignore non-readable or non-regular files. (Bug#10928)
355
eb182446
GM
356 * files.el (locate-dominating-file): Doc fix.
357
24679323
AS
3582012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
359
360 * calendar/calendar.el (calendar-set-mode-line):
361 `getenv' returns a string. (Bug#10951)
362
01d972a9
LL
3632012-03-05 Leo Liu <sdl.web@gmail.com>
364
109aa8a9
LL
365 * simple.el (backward-delete-char-untabify): Constrain point to
366 field (Bug#10939).
367
01d972a9
LL
368 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
369
10607bea
CY
3702012-03-05 Chong Yidong <cyd@gnu.org>
371
372 * simple.el (count-words): If called from Lisp, return the word
373 count, for symmetry with `count-lines'. Arglist changed.
374 (count-words--message): Args changed. Consolidate counting code
375 from count-words and count-words-region.
376 (count-words-region): Caller changed.
377 (count-lines-region): Make it an obsolete alias.
378
5dd11cfe
TH
3792012-03-04 Tassilo Horn <tassilo@member.fsf.org>
380
381 * saveplace.el (save-place-to-alist)
382 (save-place-ignore-files-regexp): Allow value nil to disable this
383 feature.
384
c349f4e6
CY
3852012-03-04 Chong Yidong <cyd@gnu.org>
386
387 * faces.el (face-spec-reset-face): For the default face, reset the
388 attributes to default values (Bug#10748).
389
e627be4c
LMI
3902012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
391
392 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
393 previous patch: Check `message-send-mail-function', and not the
394 default function (bug#10897).
395
ebeabff4
MA
3962012-03-04 Michael Albinus <michael.albinus@gmx.de>
397
a41a6cf4
MA
398 * notifications.el (notifications-on-action-signal)
399 (notifications-on-closed-signal): Check for unique service name of
400 incoming event. Fix error in removing entry.
ebeabff4 401 (top): Register for signals with wildcard service name.
a41a6cf4 402 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 403
c1ca42b4
CY
4042012-03-04 Chong Yidong <cyd@gnu.org>
405
406 * cus-start.el: Make x-select-enable-clipboard-manager
407 customizable.
408
ea16568d
GM
4092012-03-04 Glenn Morris <rgm@gnu.org>
410
411 * abbrev.el (copy-abbrev-table, abbrev-table-p)
412 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
413 (expand-abbrev, define-abbrev-table): Doc fixes.
414
fbae4637
LMI
4152012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
416
417 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
418 `message-default-send-mail-function' and not `send-mail-function'
419 when doing the prompting for `sendmail-query-once' before sending
420 in Message buffers (bug#10897).
421
a1e7225c
LMI
422 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
423 This is inconsistent with all the other stream functions, which leave
424 the setting up to the higher levels (if so wanted) (bug#10931).
425
56d093a9
AM
4262012-03-02 Alan Mackenzie <acm@muc.de>
427
428 Depessimize the handling of very large macros.
429
430 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
431 (c-macro-cache-syntactic): New variables to implement a one
432 element macro cache.
433 (c-invalidate-macro-cache): New function.
434 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
435 Adapt to use the new cache.
436 (c-state-safe-place): Use better the cache of safe positions.
437 (c-state-semi-nonlit-pos-cache)
438 (c-state-semi-nonlit-pos-cache-limit):
439 New variables for...
440 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
441 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
442 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
443 Use c-state-semi-safe-place.
56d093a9 444
dbbc2e69
SM
445 * progmodes/cc-langs.el (c-get-state-before-change-functions):
446 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 447
817e5c3d
MA
4482012-03-02 Michael Albinus <michael.albinus@gmx.de>
449
dbbc2e69
SM
450 * jka-compr.el (jka-compr-call-process):
451 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
452 not remote.
453
a032a702
MA
4542012-03-01 Michael Albinus <michael.albinus@gmx.de>
455
456 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
457 access of FILE2, if FILE1 does not exist.
458
99a54f21
MA
459 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
460 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
461
462 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
463 Add "PAGER=" to `process-environment'.
464
f6561e1f
MM
4652012-03-01 Michael R. Mauger <mmaug@yahoo.com>
466
467 * progmodes/sql.el: Bug fix
468 (sql-get-login-ext): Save login values in globals.
469 (sql-get-login): Use new version of `sql-get-login-ext'.
470 (sql-interactive-mode): Set global `sql-connection' to nil.
471 (sql-connect): Set global values for connection.
472 (sql-product-interactive): Save global values as buffer local.
473
2d44d9cc
LL
4742012-02-29 Leo Liu <sdl.web@gmail.com>
475
476 * abbrev.el (define-abbrevs): Reset sys to nil.
477
96b49301 4782012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
479
bf7f9bc5
JB
480 * files.el (file-equal-p): Rename from `files-equal-p'.
481 Return nil when one or both files don't exist.
96b49301 482 (file-subdir-of-p): Now only top directory must exists,
483 return nil if it doesn't.
bf7f9bc5
JB
484 (copy-directory): No need to test with `file-subdir-of-p' after
485 creating dir.
486 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
487 to `file-equal-p'.
96b49301 488
44e97401
GM
4892012-02-28 Glenn Morris <rgm@gnu.org>
490
491 * shell.el (shell-mode):
492 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
493 * play/landmark.el (landmark-font-lock-face-O):
494 * play/handwrite.el (handwrite):
495 * play/gomoku.el (gomoku-O):
496 * net/browse-url.el (browse-url-browser-display):
497 * international/mule.el (define-charset):
498 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
499 * filesets.el (filesets-find-file-delay):
500 * eshell/em-xtra.el (eshell-xtra):
501 * eshell/em-unix.el (eshell-grep):
502 * emulation/viper.el (viper-mode):
503 * emacs-lisp/regexp-opt.el (regexp-opt-group):
504 * emacs-lisp/easymenu.el (easy-menu-define):
505 * calendar/timeclock.el (timeclock-use-display-time):
506 * bs.el (bs-mode):
507 * bookmark.el (bookmark-save-flag):
508 Doc fix (standardize possessive apostrophe usage).
509
c98c6276
CY
5102012-02-27 Chong Yidong <cyd@gnu.org>
511
bf7f9bc5
JB
512 * emulation/viper-cmd.el (viper-intercept-ESC-key):
513 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 514
c98c6276
CY
515 * font-lock.el (font-lock-specified-p): Rename from
516 font-lock-spec-present. Callers changed.
517
9c62cd04 5182012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 519
bf7f9bc5
JB
520 * emacs-lisp/package.el (package-compute-transaction):
521 Handle holding a package version to t in package-load-list.
8ac9e529 522
530739c9
MA
5232012-02-26 Michael Albinus <michael.albinus@gmx.de>
524
525 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
526 (tramp-get-inode, tramp-get-device): Use cached values.
527
487915d7
AM
5282012-02-26 Alan Mackenzie <acm@muc.de>
529
530 Check there is a font-lock specification before doing initial
531 fontification.
532
533 * font-core.el (font-lock-mode): Move the conditional from
534 :after-hook to font-lock-initial-fontify.
535 (font-lock-default-function): Move the check for a specification
536 to font-lock-spec-present.
537
538 * font-lock.el (font-lock-initial-fontify): call ...
539 (font-lock-spec-present): New function.
540
4fd96557
JB
5412012-02-26 Jim Blandy <jimb@red-bean.com>
542
543 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
544 (gdb-send): Apply it to the operand of the '-interpreter-exec
545 console' command, so that we can pass arguments with (say) quotes
546 in them. Store exact string sent in gdb-debug-log (Bug#10765).
547
9a4888c0
CY
5482012-02-26 Chong Yidong <cyd@gnu.org>
549
07498861
CY
550 * help-fns.el (describe-function-1): Clarify description of
551 remapping (Bug#10844).
552
9a4888c0
CY
553 * files.el (files-equal-p): Doc fix.
554 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
555 and quit the loop once a mismatch is found.
556
ea8fb88d
JB
5572012-02-25 Juanma Barranquero <lekktu@gmail.com>
558
559 * bs.el (bs--show-with-configuration): Don't throw an error
560 if the window cannot be split; otherwise, subsequent calls to
561 bs-show fail, restoring a stale window config. (Bug#10882)
562
525795c1
JD
5632012-02-25 Jan Djärv <jan.h.d@swipnet.se>
564
565 * term/ns-win.el (global-map): Bind ns-drag-file to
566 ns-find-file (Bug#5855, Bug#10050).
567
f008086f
AS
5682012-02-25 Andreas Schwab <schwab@linux-m68k.org>
569
570 * calendar/parse-time.el (parse-time-string): Allow extractor to
571 return nil.
572
a3fcfa99
MA
5732012-02-25 Michael Albinus <michael.albinus@gmx.de>
574
91027d08
JB
575 * net/tramp.el (tramp-file-name-for-operation):
576 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
577
578 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
579 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
580 Add COPY-CONTENTS argument.
a3fcfa99 581
67b0de11
CY
5822012-02-25 Chong Yidong <cyd@gnu.org>
583
584 Add custom groups for VC backends, for consistency with vc-bzr.
585
586 * vc/vc-arch.el (vc-arch):
587 * vc/vc-cvs.el (vc-cvs):
588 * vc/vc-git.el (vc-git):
589 * vc/vc-hg.el (vc-hg):
590 * vc/vc-mtn.el (vc-mtn):
591 * vc/vc-rcs.el (vc-rcs):
592 * vc/vc-sccs.el (vc-sccs):
593 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
594 All relevant defcustoms reassigned.
595
3c9dfce6
CY
5962012-02-25 Chong Yidong <cyd@gnu.org>
597
1339bf43
CY
598 * newcomment.el (comment-styles): Add autoload (Bug#10868).
599
3c9dfce6
CY
600 * term/x-win.el (x-initialize-window-system): Reduce default for
601 x-selection-timeout to 5 seconds (Bug#8869).
602
53a46cd0 6032012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14a8a663 604
53a46cd0 605 * files.el (file-subdir-of-p): Fix typo.
14a8a663 606
25b2e303 6072012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
608
ec70a47d
GM
609 * files.el (files-equal-p, file-subdir-of-p): New functions.
610 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 611 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
612 * dired-aux.el (dired-copy-file-recursive): Same.
613 (dired-create-files): Modify destination when source is equal to
614 dest when copying files.
53a46cd0 615 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 616
914260cd
MA
6172012-02-24 Michael Albinus <michael.albinus@gmx.de>
618
619 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
620 (Bug#10874)
621
2cb228f7
AM
6222012-02-23 Alan Mackenzie <acm@muc.de>
623
624 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
625 parameter "after-hook:" to allow the expansion to run code after
626 the execution of the mode hooks.
627
628 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 629 from font-lock-mode-internal.
2cb228f7 630
91027d08 631 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
632 :after-hook.
633
8f0fde21
SM
6342012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
635
3e88618b
SM
636 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
637 (completion--cache-all-sorted-completions): New function.
638 (completion-all-sorted-completions): Use it.
639 (completion--do-completion, minibuffer-force-complete):
640 Use it to re-instate the flush hook.
641
8f0fde21
SM
642 * icomplete.el (icomplete-completions): Replace last fix with a better
643 one (bug#10850).
644
8e911f6f
DG
6452012-02-23 Dmitry Gutov <dgutov@yandex.ru>
646
647 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
648 when it might call us back infinitely (bug#10797).
649
49fe4321
GM
6502012-02-23 Glenn Morris <rgm@gnu.org>
651
652 * minibuffer.el (completion-category-overrides): Doc fix.
653
b291b572
SM
6542012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
655
656 * minibuffer.el (completion-table-with-context): Fix inf-loop.
657 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
658
31a9ef2e
GM
6592012-02-23 Glenn Morris <rgm@gnu.org>
660
5e6e6794 661 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
662 (authors-obsolete-files-regexps, authors-ignored-files)
663 (authors-ambiguous-files, authors-renamed-files-alist):
664 Add more entries.
665
0bd1e074
JL
6662012-02-23 Juri Linkov <juri@jurta.org>
667
668 * isearch.el (isearch-occur): Sync interactive spec with occur's
669 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
670
b617673c
JL
671 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
672
19e9789e
JL
6732012-02-22 Juri Linkov <juri@jurta.org>
674
675 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
676 (ucs-insert): Doc fix. Check for hex digits in the string.
677 Don't display `nil' in the error message. (Bug#10857)
678
f41ce09d
AM
6792012-02-22 Alan Mackenzie <acm@muc.de>
680
7a71b18d 681 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 682
ac2eceee
GM
6832012-02-22 Glenn Morris <rgm@gnu.org>
684
685 * ffap.el (ffap-c-path):
686 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
687
abd1f678
CY
6882012-02-22 Chong Yidong <cyd@gnu.org>
689
690 * custom.el (load-theme): Doc fix.
691
f25aef2e
GM
6922012-02-22 Glenn Morris <rgm@gnu.org>
693
694 * dired-x.el (dired-guess-shell-alist-default):
695 Remove escape sequences from nroff output. (Bug#172)
696
5f8dc2ca
GM
6972012-02-21 Glenn Morris <rgm@gnu.org>
698
6ff86ec4
GM
699 * vc/emerge.el (emerge-defvar-local):
700 Set `permanent-local' property rather than unused `preserved'.
701
be3223a3 702 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
703 (picture-mode-map): Use it. (Bug#10860)
704 (picture-mode): Doc fix.
705
3fe58f4f
JB
7062012-02-21 Juanma Barranquero <lekktu@gmail.com>
707
708 * newcomment.el (uncomment-region-default): Remove unused binding.
709
f9a998c3
GM
7102012-02-21 Glenn Morris <rgm@gnu.org>
711
712 * textmodes/picture.el (picture-motion, picture-motion-reverse)
713 (picture-self-insert, picture-tab-chars): Doc fix.
714 (picture-mode-map): Fix C-a, C-e.
715
c6029348
GM
7162012-02-20 Glenn Morris <rgm@gnu.org>
717
718 * emacs-lisp/authors.el (authors-aliases): Add another entry.
719
ab1ce9d7
LL
7202012-02-20 Leo Liu <sdl.web@gmail.com>
721
722 * icomplete.el (icomplete-completions): Check FROM arg before
723 passing to substring (Bug#10850).
724
0fd40f89
CY
7252012-02-19 Chong Yidong <cyd@gnu.org>
726
727 * comint.el: Require ansi-color.
728 (comint-output-filter-functions): Add ansi-color-process-output.
729
730 * ansi-color.el: Don't set comint-output-filter-functions; it is
731 now in the initial value defined in comint.el.
732 (ansi-color-apply-face-function): New variable.
733 (ansi-color-apply-on-region): Use it.
734 (ansi-color-apply-overlay-face): New function.
735
736 * shell.el (shell): No need to require ansi-color.
737 (shell-mode): Use ansi-color-apply-face-function to highlight
738 color escapes using font-lock-face property (Bug#10835).
739
20af2394
CY
7402012-02-19 Chong Yidong <cyd@gnu.org>
741
742 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
743 mode-line formats (Bug#10839).
744
e23a3fbe
GM
7452012-02-18 Glenn Morris <rgm@gnu.org>
746
b474519e
GM
747 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
748
749 * mail/undigest.el (unforward-rmail-message): Doc fix.
750
e23a3fbe
GM
751 * saveplace.el (save-place-ignore-files-regexp): Add :version.
752
57939ff4
EZ
7532012-02-18 Eli Zaretskii <eliz@gnu.org>
754
755 * international/characters.el (script-list): Sync with the latest
756 Unicode Character Database.
757
0c23686e
AS
7582012-02-18 Andreas Schwab <schwab@linux-m68k.org>
759
760 * international/titdic-cnv.el: Remove duplicate coding tag.
761 * language/cham.el: Likewise.
762 * language/tai-viet.el: Likewise.
763
6818b449
GM
7642012-02-18 Glenn Morris <rgm@gnu.org>
765
766 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
767 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
768 (calendar-bahai-all-holidays-flag, calendar-other-dates):
769 * calendar/diary-lib.el (diary-abbreviated-year-flag):
770 * calendar/holidays.el (holiday-bahai-holidays)
771 (calendar-holidays, list-holidays):
772 Use utf-8 Bahá'í in doc-strings, menus, etc.
773
0311a3fc
TH
7742012-02-17 Tassilo Horn <tassilo@member.fsf.org>
775
776 * saveplace.el (save-place-ignore-files-regexp): New variable
777 allowing for excluding files from saving their location of point.
778 The default value matches the temporary commit message editing
779 files from Git, SVN, Bazaar, and Mercurial.
780 (save-place-to-alist): Use it.
781
eb864a71
LM
7822012-02-17 Lawrence Mitchell <wence@gmx.li>
783 Stefan Monnier <monnier@iro.umontreal.ca>
784
785 * newcomment.el (uncomment-region-default): Don't leave extra space
786 when an arg is provided (bug#8150).
787
ee0ce425
TZ
7882012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
789
eb864a71 790 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 791
95ddf442
GM
7922012-02-17 Glenn Morris <rgm@gnu.org>
793
794 * net/socks.el: Require network-stream. (Bug#10599)
795
48dd1e39 7962012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
797
798 * international/charprop.el:
799 * international/uni-name.el:
800 * international/uni-old-name.el:
801 * international/uni-comment.el: Regenerate.
802
d68cd087
GM
8032012-02-16 Glenn Morris <rgm@gnu.org>
804
805 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
806 Interactively in calendar buffer, give an error if not on a date.
807
13932042
GM
8082012-02-15 Glenn Morris <rgm@gnu.org>
809
810 * shell.el (shell-delimiter-argument-list):
811 Revert 2011-02-17 change. (Bug#8027)
812
c3a70e2b
CY
8132012-02-15 Chong Yidong <cyd@gnu.org>
814
60236b0d
CY
815 * minibuffer.el (completion-at-point-functions): Doc fix.
816
c3a70e2b
CY
817 * custom.el (defcustom): Doc fix; note use of defvar.
818
9f26dc24
GM
8192012-02-15 Glenn Morris <rgm@gnu.org>
820
821 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
822 Doc fixes.
823
6546b134
GM
8242012-02-14 Glenn Morris <rgm@gnu.org>
825
826 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
827
d29b2b4c
LI
8282012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
829
830 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
831 way the ports list is computed.
835bdcba
LI
832 (smtpmail-query-smtp-server): Prompt the user for a port number if
833 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 834
08dcdbc9
TZ
8352012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
836
837 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
838
2605051a
GM
8392012-02-13 Glenn Morris <rgm@gnu.org>
840
841 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
842
7ee99f32
TZ
8432012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
844
845 * net/gnutls.el (gnutls-trustfiles): New variable.
846 (gnutls-negotiate): Use it.
847
5f0af64f
LI
8482012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
849
850 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
851 does its stuff if Gnus is running.
852
c14fcc95
AM
8532012-02-13 Alan Mackenzie <acm@muc.de>
854
855 Fix a loop in c-set-fl-decl-start.
856
7a71b18d 857 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
858 c-backward-syntactic-ws actually moves backwards.
859
142b4d90
LL
8602012-02-13 Leo Liu <sdl.web@gmail.com>
861
862 * net/rcirc.el (rcirc-markup-attributes): Move point to the
863 beginning so that all \C-o chars are removed.
864
fa9958a6
TZ
8652012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
866
867 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group
868 tag.
869
0bc5886a
AM
8702012-02-12 Alan Mackenzie <acm@muc.de>
871
872 Fix infinite loop with long macros.
873 * cc-engine.el (c-state-safe-place): Handle macros properly.
874
d4bd55e7
CY
8752012-02-12 Chong Yidong <cyd@gnu.org>
876
877 * window.el (display-buffer): Doc fix (Bug#10785).
878
66f3fe22
GM
8792012-02-12 Glenn Morris <rgm@gnu.org>
880
bd7da63e
GM
881 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
882 (x-disown-selection-internal, x-get-selection-internal):
883 Sync docs with the xselect.c versions.
884
66f3fe22
GM
885 * allout-widgets.el: Add missing license notice.
886
3e0d2fa7
GM
8872012-02-11 Glenn Morris <rgm@gnu.org>
888
cfecdf09
GM
889 * select.el (x-get-selection-internal, x-own-selection-internal)
890 (x-disown-selection-internal):
891 * x-dnd.el (x-get-selection-internal): Update declarations.
892
6d216d7f
GM
893 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
894
2bed3f04
GM
895 * window.el (window-sides-slots):
896 * tool-bar.el (tool-bar-position):
897 * term/xterm.el (xterm-extra-capabilities):
898 * ses.el (ses-self-reference-early-detection):
899 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
900 (verilog-auto-wire-type)
901 (verilog-auto-delete-trailing-whitespace)
902 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
903 (verilog-auto-tieoff-declaration):
904 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
905 (sql-oracle-statement-starters, sql-oracle-scan-on):
906 * progmodes/prolog.el (prolog-align-comments-flag)
907 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
908 (prolog-left-indent-regexp, prolog-paren-indent-p)
909 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
910 (prolog-types, prolog-mode-specificators)
911 (prolog-determinism-specificators, prolog-directives)
912 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
913 (prolog-electric-dot-flag)
914 (prolog-electric-dot-full-predicate-template)
915 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
916 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
917 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
918 (prolog-program-switches, prolog-prompt-regexp)
919 (prolog-debug-on-string, prolog-debug-off-string)
920 (prolog-trace-on-string, prolog-trace-off-string)
921 (prolog-zip-on-string, prolog-zip-off-string)
922 (prolog-use-standard-consult-compile-method-flag)
923 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
924 (prolog-imenu-max-lines, prolog-info-predicate-index)
925 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
926 (prolog-char-quote-workaround):
927 * progmodes/cc-vars.el (c-defun-tactic):
928 * net/tramp.el (tramp-encoding-command-interactive)
929 (tramp-local-end-of-line):
930 * net/soap-client.el (soap-client):
931 * net/netrc.el (netrc-file):
932 * net/gnutls.el (gnutls):
933 * minibuffer.el (completion-category-overrides)
934 (completion-cycle-threshold)
935 (completion-pcm-complete-word-inserts-delimiters):
936 * man.el (Man-name-local-regexp):
937 * mail/feedmail.el (feedmail-display-full-frame):
938 * international/characters.el (glyphless-char-display-control):
939 * eshell/em-ls.el (eshell-ls-date-format):
940 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
941 (lisp-lambda-list-keyword-parameter-indentation)
942 (lisp-lambda-list-keyword-parameter-alignment):
943 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
944 * dired-x.el (dired-omit-verbose):
945 * cus-theme.el (custom-theme-allow-multiple-selections):
946 * calc/calc.el (calc-highlight-selections-with-faces)
947 (calc-lu-field-reference, calc-lu-power-reference)
948 (calc-note-threshold):
949 * battery.el (battery-mode-line-limit):
950 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
951 (archive-7z-update):
952 * allout.el (allout-prefixed-keybindings)
953 (allout-unprefixed-keybindings)
954 (allout-inhibit-auto-fill-on-headline)
955 (allout-flattened-numbering-abbreviation):
956 * allout-widgets.el (allout-widgets-auto-activation)
957 (allout-widgets-icons-dark-subdir)
958 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
959 (allout-widgets-theme-dark-background)
960 (allout-widgets-theme-light-background)
961 (allout-widgets-item-image-properties-emacs)
962 (allout-widgets-item-image-properties-xemacs)
963 (allout-widgets-run-unit-tests-on-load)
964 (allout-widgets-time-decoration-activity)
965 (allout-widgets-hook-error-post-time)
966 (allout-widgets-track-decoration):
967 Add missing :version tags to new defcustoms and defgroups.
968
5fec1b8e
GM
969 * progmodes/sql.el (sql-ansi-statement-starters)
970 (sql-oracle-statement-starters): Add custom type.
971
3e0d2fa7
GM
972 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
973 (prolog-system-version): Give it a type.
974
90b671e2
EZ
9752012-02-11 Eli Zaretskii <eliz@gnu.org>
976
977 * term/pc-win.el (x-select-text, x-selection-owner-p)
978 (x-own-selection-internal, x-disown-selection-internal)
979 (x-get-selection-internal): Sync doc strings and argument lists
980 with xselect.c, common-win.el and x-win.el. (Bug#10783)
981
5eac0c02
LL
9822012-02-11 Leo Liu <sdl.web@gmail.com>
983
984 * progmodes/python.el (python-end-of-statement): Fix infinite
985 loop. (Bug#10788)
986
f82cb659
GM
9872012-02-10 Glenn Morris <rgm@gnu.org>
988
989 * international/mule-cmds.el (unify-8859-on-encoding-mode)
990 (unify-8859-on-decoding-mode): Properly mark as obsolete.
991
cc26d239
LI
9922012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
993
994 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
995 about SMTP before checking the From header.
996
91027d08 997 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
998 into own function for reuse by emacsbug.el.
999
1be3ca5a
LL
10002012-02-10 Leo Liu <sdl.web@gmail.com>
1001
1002 * subr.el (condition-case-unless-debug): Rename from
1003 condition-case-no-debug. All callers changed.
1004 (with-demoted-errors): Fix caller.
1005
1006 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
1007 * nxml/rng-valid.el (rng-do-some-validation):
1008 * emacs-lisp/package.el (package-refresh-contents)
1009 (package-menu-execute):
1010 * desktop.el (desktop-create-buffer):
91027d08 1011 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 1012
b011fbfe
GM
10132012-02-10 Glenn Morris <rgm@gnu.org>
1014
b2096d72
GM
1015 * textmodes/bibtex.el:
1016 Add missing :version tags for new/changed defcustoms.
1017
b011fbfe
GM
1018 * files.el (remote-file-name-inhibit-cache): Doc fixes.
1019
4c7e65bf
LI
10202012-02-09 Lars Ingebrigtsen <larsi@rusty>
1021
1022 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
1023 (smtpmail-via-smtp): Use it, or fall back on the From address.
1024 (smtpmail-send-it): Ditto.
1025
f3934f6f
SM
10262012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1027
1028 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
1029 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
1030 (byte-compile-tmp-var): New const.
1031 (byte-compile-defvar): Use it to minimize .elc size.
1032 Just use `defvar' rather than simulate it (bug#10761).
1033
a075a2c5
GM
10342012-02-09 Glenn Morris <rgm@gnu.org>
1035
cf3aa21b
GM
1036 * files.el (rename-uniquely): Doc fix. (Bug#3806)
1037
354998cd
GM
1038 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
1039 Add :version tags.
1040
83274125 1041 * progmodes/compile.el (compilation-first-column)
34c071c6 1042 (compilation-error-screen-columns, compilation-filter-start): Doc fixes.
83274125 1043
dab3703d
GM
1044 * vc/log-view.el (log-view-toggle-entry-display):
1045 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
1046
3f88cd72
GM
1047 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
1048 (report-emacs-bug-can-use-xdg-email):
1049 (report-emacs-bug-insert-to-mailer): Doc fixes.
1050 (report-emacs-bug): Message fix.
1051
d95b247d
GM
1052 * net/browse-url.el (browse-url-can-use-xdg-open)
1053 (browse-url-xdg-open): Doc fixes.
1054
a075a2c5
GM
1055 * electric.el (electric-indent-mode, electric-pair-mode)
1056 (electric-layout-rules, electric-layout-mode): Doc fixes.
1057 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
1058
ffb6157e
MR
10592012-02-08 Martin Rudalics <rudalics@gmx.at>
1060
1061 * server.el (server-unselect-display): Don't inadvertently kill
1062 the current buffer. (Bug#10729)
1063
e1ac4066
GM
10642012-02-08 Glenn Morris <rgm@gnu.org>
1065
34e8a2da
GM
1066 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
1067 (sql-list-table): Doc fixes.
1068
b4ac6e8c
GM
1069 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
1070 Comment out (does nothing).
1071
e1ac4066
GM
1072 * completion.el (dynamic-completion-mode):
1073 * dirtrack.el (dirtrack-debug-mode):
1074 * electric.el (electric-layout-mode):
1075 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
1076 * face-remap.el (text-scale-mode, buffer-face-mode):
1077 * iimage.el (iimage-mode):
1078 * image-mode.el (image-transform-mode):
1079 * minibuffer.el (completion-in-region-mode):
1080 * scroll-lock.el (scroll-lock-mode):
1081 * simple.el (next-error-follow-minor-mode):
1082 * tar-mode.el (tar-subfile-mode):
1083 * tooltip.el (tooltip-mode):
1084 * vcursor.el (vcursor-use-vcursor-map):
1085 * wid-browse.el (widget-minor-mode):
1086 * emulation/tpu-edt.el (tpu-edt-mode):
1087 * emulation/tpu-extras.el (tpu-cursor-free-mode):
1088 * international/iso-ascii.el (iso-ascii-mode):
1089 * language/thai-util.el (thai-word-mode):
1090 * mail/supercite.el (sc-minor-mode):
1091 * net/goto-addr.el (goto-address-mode):
1092 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
1093 * progmodes/cwarn.el (cwarn-mode):
1094 * progmodes/flymake.el (flymake-mode):
1095 * progmodes/glasses.el (glasses-mode):
1096 * progmodes/hideshow.el (hs-minor-mode):
1097 * progmodes/pascal.el (pascal-outline-mode):
1098 * textmodes/enriched.el (enriched-mode):
1099 * vc/smerge-mode.el (smerge-mode):
1100 Doc fixes (minor mode argument).
1101
5e0d957f
EZ
11022012-02-07 Eli Zaretskii <eliz@gnu.org>
1103
1104 * ls-lisp.el (ls-lisp-sanitize): New function.
1105 (ls-lisp-insert-directory): Use it to fix or remove any elements
1106 in file-alist with missing attributes. (Bug#4673)
1107
98d7371e
AM
11082012-02-07 Alan Mackenzie <acm@muc.de>
1109
1110 Fix spurious recognition of c-in-knr-argdecl.
1111
1112 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
1113 putative K&R region.
1114
667ced3a
AM
11152012-02-07 Alan Mackenzie <acm@muc.de>
1116
eb864a71
LM
1117 * progmodes/cc-engine.el (c-forward-objc-directive):
1118 Prevent looping in "#pragma mark @implementation".
667ced3a 1119
5b77774d
MA
11202012-02-07 Michael Albinus <michael.albinus@gmx.de>
1121
1122 * notifications.el (notifications-on-closed-signal): Make `reason'
1123 optional. (Bug#10744)
1124
af008560
GM
11252012-02-07 Glenn Morris <rgm@gnu.org>
1126
60d47423
GM
1127 * emacs-lisp/easy-mmode.el (define-minor-mode):
1128 Doc fixes for the macro and the mode it defines.
1129
dd605cc4
GM
1130 * image.el (imagemagick-types-inhibit): Doc fix.
1131
af008560
GM
1132 * cus-start.el (imagemagick-render-type): Add it.
1133
5cc59a37
LI
11342012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
1135
1136 * progmodes/cc-mode.el
1137 (c-standard-font-lock-fontify-region-function): Set the default at
1138 load time, too, so that `font-lock-fontify-buffer' can be called
1139 without setting up the entire mode first. This fixes a bug in
1140 `mm-inline-text' with C MIME parts.
1141
9a6dd747
CY
11422012-02-06 Chong Yidong <cyd@gnu.org>
1143
2d16b285
CY
1144 * simple.el (list-processes--refresh): Delete exited processes
1145 (Bug#8094).
1146
171e9b6e
CY
1147 * comint.el (comint-next-prompt): next-single-char-property-change
1148 and prev-single-char-property-change never return nil (Bug#8657).
1149
9a6dd747
CY
1150 * custom.el (defcustom): Doc fix (Bug#9711).
1151
aa4589a7
CY
11522012-02-05 Chong Yidong <cyd@gnu.org>
1153
5c2a252f
CY
1154 * cus-edit.el (custom-variable-reset-backup): Quote the value
1155 before storing it in the customized-value property (Bug#6712).
4aab9006 1156 (custom-display): Add a customization type tag.
983b9602 1157 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 1158
aa4589a7
CY
1159 * wid-edit.el (widget-field-value-get): New optional arg to
1160 suppress trailing whitespace truncation.
1161 (character): Use it (Bug#2689).
1162
1ff980ae
AS
11632012-02-05 Andreas Schwab <schwab@linux-m68k.org>
1164
1165 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
1166 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
1167
03988c98
CY
11682012-02-05 Chong Yidong <cyd@gnu.org>
1169
eeb6cc88
CY
1170 * cus-edit.el (custom-variable-value-create): For mismatched
1171 types, show the current value (Bug#7600).
1172
03988c98
CY
1173 * custom.el (defcustom): Doc fix.
1174
f8cdeef0
GM
11752012-02-05 Glenn Morris <rgm@gnu.org>
1176
1177 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
1178
0696d255
JB
11792012-02-05 Juanma Barranquero <lekktu@gmail.com>
1180
1181 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
1182 (pp-buffer): Use `ignore-errors', `looking-at-p'.
1183 (pp-last-sexp): Use `looking-at-p'.
1184
34c99998
GM
11852012-02-04 Glenn Morris <rgm@gnu.org>
1186
8f05da42
GM
1187 * files.el (revert-buffer):
1188 Doc fix (mention revert-buffer-in-progress-p).
1189
f160676e
GM
1190 * emacs-lisp/ert-x.el (ert-simulate-command):
1191 Check deferred-action-list (which is obsolete) is bound.
1192
c7291ad9
GM
1193 * subr.el (with-wrapper-hook): Doc fixes.
1194
34c99998
GM
1195 * simple.el (filter-buffer-substring-functions)
1196 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
1197
6283a7d3
LL
11982012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
1199
1200 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
1201 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
1202
e96e3013
LL
12032012-02-04 Leo Liu <sdl.web@gmail.com>
1204
1205 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
1206
8ded50f2
GM
12072012-02-04 Glenn Morris <rgm@gnu.org>
1208
82ff1d13
GM
1209 * image.el (image-extension-data): Add obsolete alias.
1210
987a0a16
GM
1211 * isearch.el (isearch-update): Doc fix.
1212
ea32ef46
GM
1213 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
1214
8ded50f2
GM
1215 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
1216
eea14f31
GM
12172012-02-03 Glenn Morris <rgm@gnu.org>
1218
1219 * image.el (image-animated-p): Doc fix. Use image-animated-types.
1220 (image-animate-timeout): Doc fix.
1221
1222 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
1223
12f381b7
GM
12242012-02-02 Glenn Morris <rgm@gnu.org>
1225
953cebf5
GM
1226 * server.el (server-auth-dir): Doc fix.
1227 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
1228
12f381b7
GM
1229 * subr.el (run-mode-hooks): Doc fix.
1230
953a8c3b
JL
12312012-02-02 Juri Linkov <juri@jurta.org>
1232
1233 * image-mode.el (image-toggle-display-image): Remove tautological
1234 `major-mode' from the `derived-mode-p' test.
1235
c5d3843c
KH
12362012-02-02 Kenichi Handa <handa@m17n.org>
1237
9f6e692e 1238 * composite.el (compose-region): Cancel previous change.
c5d3843c 1239
159462d4 12402012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
1241
1242 * composite.el (compose-region, compose-string): Signal error for
1243 a null string component (Bug#6988).
1244
9f562668
CY
12452012-02-01 Chong Yidong <cyd@gnu.org>
1246
e2cef717
CY
1247 * view.el (view-buffer-other-window, view-buffer-other-frame):
1248 Handle special modes like view-buffer (Bug#10650).
1249 (view-buffer): Simplify.
1250
9f562668
CY
1251 * frame.el (set-frame-font): Tweak meaning of third argument.
1252
9f6e692e
JB
1253 * dynamic-setting.el (font-setting-change-default-font):
1254 Use set-frame-font (Bug#9982).
9f562668 1255
781acb9f
GM
12562012-02-01 Glenn Morris <rgm@gnu.org>
1257
6035be52
GM
1258 * progmodes/compile.el (compilation-internal-error-properties):
1259 Respect compilation-first-column in the "*compilation*" buffer.
1260
781acb9f
GM
1261 * emacs-lisp/easy-mmode.el (define-minor-mode):
1262 Relax :variable's test for a named function.
1263
abbceb00
AM
12642012-01-31 Alan Mackenzie <acm@muc.de>
1265
1266 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
1267 off by one error.
1268
fce3fdeb
CY
12692012-01-31 Chong Yidong <cyd@gnu.org>
1270
1271 * frame.el (set-frame-font): New arg ALL-FRAMES.
1272
1273 * menu-bar.el (menu-set-font): Use set-frame-font.
1274
1275 * faces.el (face-spec-reset-face): Don't apply unspecified
1276 attribute values to the default face.
1277
47893581
JB
12782012-01-31 Juanma Barranquero <lekktu@gmail.com>
1279
1280 * progmodes/cwarn.el (cwarn): Remove dead link.
1281 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
1282 Remove * from defcustom docstrings.
1283 (turn-on-cwarn-mode): Make obsolete.
1284 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
1285 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
1286
e58e988a
GM
12872012-01-31 Glenn Morris <rgm@gnu.org>
1288
60dc2671 1289 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 1290 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 1291 Allow named functions to be used as the cdr of :variable.
e58e988a 1292
7a3f511d
GM
12932012-01-30 Glenn Morris <rgm@gnu.org>
1294
1295 * emacs-lisp/authors.el (authors-fixed-entries):
1296 Remove reference to deleted file rnewspost.el.
1297
cb882333
JB
12982012-01-29 Juanma Barranquero <lekktu@gmail.com>
1299
1300 * window.el (window-with-parameter): Remove unused variable `windows'.
1301 (window--side-check): Remove unused variable `code'.
1302 (window--resize-siblings): Remove unused variable `first'.
1303 (adjust-window-trailing-edge): Remove unused variable `failed'.
1304 (window-deletable-p, window--delete): Remove unused variable `buffer'.
1305 Use `let', not `let*'.
1306 (balance-windows-2): Remove unused variable `found'.
1307 (window--state-put-2): Remove unused variable `splits'.
1308 (window-state-put): Remove unused variable `selected'.
1309 (same-window-p): Use `string-match-p'.
1310 (display-buffer-assq-regexp): Remove unused variable `value'.
1311 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1312 Mark argument ALIST as ignored.
1313 (pop-to-buffer): Remove unused variable `old-window'.
1314
907201af
EZ
13152012-01-29 Eli Zaretskii <eliz@gnu.org>
1316
1317 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
1318 and .lzma compressed files.
1319
ea162670
CY
13202012-01-29 Chong Yidong <cyd@gnu.org>
1321
5b95ee8a
CY
1322 * frame.el (window-system-default-frame-alist): Doc fix.
1323
ea162670
CY
1324 * dynamic-setting.el (font-setting-change-default-font): Don't
1325 change the default face if SET-FONT argument is non-nil (Bug#9982).
1326
d6e6f4b1
SB
13272012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
1328
1329 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
1330
0f29fa41 13312012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
1332
1333 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
1334 breakpoints in files outside current directory (Bug#6098).
1335
db174434
CY
13362012-01-29 Chong Yidong <cyd@gnu.org>
1337
6b25e4e2
SE
1338 * progmodes/python.el: Require ansi-color at top-level.
1339
6df6ae42
JB
1340 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
1341 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
1342 (lisp-mode-abbrev-table): Add doc.
1343 (lisp-mode-variables): Don't set local-abbrev-table.
1344 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
1345
e70ee681
RW
13462012-01-28 Roland Winkler <winkler@gnu.org>
1347
1348 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
1349
ace88aa2
RW
13502012-01-28 Roland Winkler <winkler@gnu.org>
1351
1352 * textmodes/bibtex.el (bibtex-entry-alist): New function.
1353 (bibtex-set-dialect): Use it. Either set global values of
1354 dialect-dependent variables or bind these variables buffer-locally
1355 (Bug#10254).
1356 (bibtex-mode): Call bibtex-set-dialect via
1357 hack-local-variables-hook.
eb864a71
LM
1358 (bibtex-dialect): Update docstring.
1359 Add safe-local-variable predicate.
ace88aa2
RW
1360 (bibtex-entry-alist, bibtex-field-alist): Initialize via
1361 bibtex-set-dialect.
1362 (bibtex-mode-map): Define menu for each dialect.
1363 (bibtex-entry): Fix docstring.
1364
93376c5b
CY
13652012-01-28 Chong Yidong <cyd@gnu.org>
1366
1367 * eshell/esh-arg.el (eshell-quote-argument): New function.
1368
1369 * eshell/esh-ext.el (eshell-invoke-batch-file):
1370 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
1371 first arg to eshell-parse-command (Bug#10523).
1372
4372494f
DA
13732012-01-28 Drew Adams <drew.adams@oracle.com>
1374
1375 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
1376 `default-directory' is non-nil.
1377
4d4ec1f8
EZ
13782012-01-28 Eli Zaretskii <eliz@gnu.org>
1379
1380 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
1381 line that displays system-configuration-options. (Bug#9924)
1382
7c188927
DA
13832012-01-28 Drew Adams <drew.adams@oracle.com>
1384
1385 * descr-text.el (describe-char): Show information about POS, in
1386 addition to information about the character at POS. Improve and
1387 update the doc string. Change "code point" to "code point in
1388 charset", to avoid confusion with the character's Unicode code
1389 point shown above that. (Bug#10129)
1390
e0da685a
EZ
13912012-01-28 Eli Zaretskii <eliz@gnu.org>
1392
1393 * descr-text.el (describe-char): Show the raw character, not only
1394 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
1395 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
1396 for the reasons.
1397
70550acf
PH
13982012-01-28 Phil Hagelberg <phil@hagelb.org>
1399
eb864a71
LM
1400 * emacs-lisp/package.el (package-install):
1401 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 1402
0ce8e868
CY
14032012-01-28 Chong Yidong <cyd@gnu.org>
1404
cb882333
JB
1405 * emacs-lisp/package.el (package-maybe-load-descriptor):
1406 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
1407 (package-maybe-load-descriptor): Use it.
1408 (package-download-transaction): Fully load required packages
1409 inside the loop, so that `require' calls work (Bug#10593).
1410 (package-install): No need to call package-initialize now.
1411
2e7f3bea
CY
14122012-01-28 Chong Yidong <cyd@gnu.org>
1413
6e9bad14
CY
1414 * simple.el (deactivate-mark): Doc fix (Bug#8614).
1415
f823b8ca
CY
1416 * tooltip.el (tooltip-mode): Doc fix.
1417 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
1418
2680c309
CY
1419 * frame.el (set-cursor-color): Doc fix (Bug#352).
1420
d7a9e63b
CY
1421 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
1422 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
1423
2e7f3bea
CY
1424 * cus-edit.el (custom-buffer-create-internal): Fix search button
1425 action (Bug#10542).
2ae01800 1426 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 1427
fc4f7a23
EW
14282012-01-27 Eduard Wiebe <usenet@pusto.de>
1429
1430 * dired.el (dired-mark-files-regexp):
1431 Include any subdirectory components. (Bug#10445)
1432
7dd37071
ML
14332012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
1434
1435 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
1436 Handle [host]:port syntax. (Bug#10533)
1437
a268160b
AH
14382012-01-27 Alex Harsanyi <harsanyi@mac.com>
1439
1440 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
1441
e43273ef
GM
14422012-01-26 Glenn Morris <rgm@gnu.org>
1443
1444 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
1445 * term.el (term-raw-escape-map): Use Control-X-prefix.
1446 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
1447
1edf595d
MR
14482012-01-25 Martin Rudalics <rudalics@gmx.at>
1449
1450 * window.el (window-state-get, window--state-get-1): Don't deal
1451 with fixed-sizeness of windows. Simplify code.
1452
fa8eafef
JC
14532012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
1454
6df6ae42
JB
1455 * window.el (window--state-get-1, window--state-put-2):
1456 Don't save and restore the mark.
fa8eafef 1457
0b21c100
CY
14582012-01-25 Chong Yidong <cyd@gnu.org>
1459
1460 * custom.el (custom-variable-p): Doc fix.
1461
5ae1a6c8
GM
14622012-01-25 Glenn Morris <rgm@gnu.org>
1463
40047858
GM
1464 * dired.el (dired-goto-file): Handle some of the more common
1465 characters that `ls -b' escapes. (Bug#10596)
1466
5ddce96c
GM
1467 * progmodes/compile.el (compilation-next-error-function):
1468 Respect compilation-first-column in the "*compilation*" buffer.
1469 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
1470
5ae1a6c8
GM
1471 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
1472
b559f1a9
GM
14732012-01-24 Glenn Morris <rgm@gnu.org>
1474
1475 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
1476
6725d21a
JD
14772012-01-24 Julien Danjou <julien@danjou.info>
1478
1479 * color.el (color-rgb-to-hsl): Fix value computing.
1480 (color-hue-to-rgb): New function.
1481 (color-hsl-to-rgb): New function.
1482 (color-clamp, color-saturate-hsl, color-saturate-name)
1483 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1484 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
1485
70df4bbe
GM
14862012-01-24 Glenn Morris <rgm@gnu.org>
1487
1488 * vc/vc-rcs.el (vc-rcs-create-tag):
1489 * vc/vc-sccs.el (vc-sccs-create-tag):
1490 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
1491
802a2ae2
ML
14922012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
1493
1494 * eshell/esh-util.el (eshell-read-hosts-file):
1495 Skip comment lines. (Bug#10549)
1496
d7128bb1
ML
1497 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
1498
d1a5c3b4
JB
14992012-01-23 Juanma Barranquero <lekktu@gmail.com>
1500
2724d9c7
JB
1501 * subr.el (display-delayed-warnings): Doc fix.
1502 (collapse-delayed-warnings): New function to collapse identical
1503 adjacent warnings.
1504 (delayed-warnings-hook): Add it.
d1a5c3b4 1505
a5509865
MA
15062012-01-22 Michael Albinus <michael.albinus@gmx.de>
1507
1508 * net/tramp.el (tramp-action-login): Set connection property "login-as".
1509
1510 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
1511 properties, when "login-as" is set.
1512
1513 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
1514 (tramp-default-user-alist): Don't add "pscp".
1515 (tramp-do-copy-or-rename-file-out-of-band): Use connection
1516 property "login-as", if set. (Bug#10530)
1517
cc6d5805
MA
15182012-01-21 Michael Albinus <michael.albinus@gmx.de>
1519
1520 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
1521 "plink1" and "psftp". (Bug#10530)
1522
15232012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
1524
1525 * international/mule-cmds.el (prefer-coding-system): Show a
1526 warning message if the default value of file-name-coding-system
1527 was not changed.
1528
f0960428
JC
15292012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
1530
cb882333
JB
1531 * windmove.el (windmove-reference-loc):
1532 Fix windmove-reference-loc miscalculation.
f0960428 1533
dd6f2a63
JB
15342012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
1535
1536 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
1537 default unit.
1538
7b447e9b
GM
15392012-01-21 Glenn Morris <rgm@gnu.org>
1540
117a9ea1
GM
1541 * international/mule.el (auto-coding-alist): Add .tbz.
1542
7b447e9b
GM
1543 * files.el (local-enable-local-variables): Doc fix.
1544 (inhibit-local-variables-regexps): Rename from
1545 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
1546 Doc fix. Add some extensions from auto-coding-alist.
1547 (inhibit-local-variables-suffixes):
1548 Rename from inhibit-first-line-modes-suffixes. Doc fix.
1549 (inhibit-local-variables-p):
1550 New function, extracted from set-auto-mode-1.
1551 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
1552 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
1553 (hack-local-variables): Doc fix. Make the mode-only case
1554 respect enable-local-variables and friends.
1555 Respect inhibit-local-variables-regexps for file-locals, but
1556 not for directory-locals.
1557 (set-visited-file-name):
1558 Take account of inhibit-local-variables-regexps.
1559 Whether it applies may change as the file name is changed.
1560 * jka-cmpr-hook.el (jka-compr-install):
1561 * jka-compr.el (jka-compr-uninstall):
1562 Update for inhibit-first-line-modes-suffixes name change.
1563
dd6e3cdd
MR
15642012-01-20 Martin Rudalics <rudalics@gmx.at>
1565
1566 * help-macro.el (make-help-screen): Temporarily restore original
1567 binding for minor-mode-map-alist (Bug#10454).
1568
0d0deb38
JD
15692012-01-19 Julien Danjou <julien@danjou.info>
1570
1571 * color.el (color-name-to-rgb): Use the white color to find the max
1572 color component value and return correctly computed values.
1573 (color-name-to-rgb): Add missing float conversion for max value.
1574
34a02f46
MR
15752012-01-19 Martin Rudalics <rudalics@gmx.at>
1576
1577 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
1578 special state value for window-persistent-parameters.
1579 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
1580 (window--state-put-2): Reset all window parameters to nil before
1581 assigning values of persistent parameters.
1582
606c44c4
AM
15832012-01-18 Alan Mackenzie <acm@muc.de>
1584
1585 Eliminate sluggishness and hangs in fontification of "semicolon
1586 deserts".
1587
cb882333
JB
1588 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
1589 Change value 10000 -> 3000.
606c44c4
AM
1590 (c-state-safe-place): Reformulate so it doesn't stack up an
1591 infinite number of wrong entries in c-state-nonlit-pos-cache.
1592 (c-determine-limit-get-base, c-determine-limit): New functions to
1593 determine backward search limits disregarding literals.
1594 (c-find-decl-spots): Amend commenting.
1595 (c-cheap-inside-bracelist-p): New function which detects "={".
1596
1597 * progmodes/cc-fonts.el
1598 (c-make-font-lock-BO-decl-search-function): Give a limit to a
1599 backward search.
1600 (c-font-lock-declarations): Fix an occurrence of point being
1601 undefined. Check additionally for point being in a bracelist or
1602 near a macro invocation without a semicolon so as to avoid a
1603 fruitless time consuming search for a declarator. Give a more
1604 precise search limit for declarators using the new
1605 c-determine-limit.
1606
f3860cea
GM
16072012-01-18 Glenn Morris <rgm@gnu.org>
1608
1609 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
1610 (set-auto-mode): Doc fixes.
1611
1db03b16
GM
16122012-01-17 Glenn Morris <rgm@gnu.org>
1613
0e6038be
GM
1614 * isearch.el (search-nonincremental-instead): Fix doc typo.
1615
1db03b16
GM
1616 * dired.el (dired-insert-directory): Handle newlines in directory name.
1617 (dired-build-subdir-alist): Unescape newlines in directory name.
1618
4cb0aa75
MA
16192012-01-17 Michael Albinus <michael.albinus@gmx.de>
1620
1621 * net/tramp.el (tramp-local-end-of-line): New defcustom.
1622 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
1623 (tramp-action-terminal): Use it. (Bug#10530)
1624
1d00653d
SM
16252012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
1626
1627 * minibuffer.el (completion--replace): Strip properties (bug#10062).
1628
6a6ee00d
MR
16292012-01-16 Martin Rudalics <rudalics@gmx.at>
1630
1631 * window.el (window-state-ignored-parameters): Remove variable.
1632 (window--state-get-1): Rename argument MARKERS to IGNORE.
1633 Handle persistent window parameters. Make copy of clone-of
1634 parameter only if requested. (Bug#10348)
1635 (window--state-put-2): Install a window parameter only if it has
1636 a non-nil value or an existing parameter shall be overwritten.
1637
97912def
MA
16382012-01-15 Michael Albinus <michael.albinus@gmx.de>
1639
1640 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
1641
688070a5
EZ
16422012-01-14 Eli Zaretskii <eliz@gnu.org>
1643
1644 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
1645 don't pass the (nil) value of `upnode' to string-match.
1646
301afadc
CY
16472012-01-14 Chong Yidong <cyd@gnu.org>
1648
1649 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 1650 Fix values recognized by the cursorBlink resource.
301afadc 1651
9e5788aa
PE
16522012-01-14 Paul Eggert <eggert@cs.ucla.edu>
1653
1654 * epg.el (epg--make-temp-file): Avoid permission race condition
1655 when running on old Emacs versions (bug#10403).
1656
3cdb7f5a
GM
16572012-01-14 Glenn Morris <rgm@gnu.org>
1658
1659 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
1660
8c82b1b4
AM
16612012-01-13 Alan Mackenzie <acm@muc.de>
1662
1663 Fix filling for when filladapt mode is enabled.
1664
1665 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
1666 c-mask-paragraph, pass in `fill-paragraph' rather than
1667 `fill-region-as-paragraph'. (This is a reversion of a previous
1668 change.)
eb864a71
LM
1669 * progmodes/cc-mode.el (c-basic-common-init):
1670 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 1671
e517eda4
GM
16722012-01-13 Glenn Morris <rgm@gnu.org>
1673
1498536e
GM
1674 * dired.el (dired-switches-escape-p): New function.
1675 (dired-insert-directory): Use dired-switches-escape-p.
1676 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
1677
e517eda4
GM
1678 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
1679
328f984d
GM
16802012-01-12 Glenn Morris <rgm@gnu.org>
1681
1682 * mail/sendmail.el (mail-mode): Update paragraph-separate for
1683 changes in adaptive-fill-regexp. (Bug#10276)
1684
2cc769a8
AM
16852012-01-11 Alan Mackenzie <acm@muc.de>
1686
1687 Fix Emacs bug #10463 - put `widen's around the critical spots.
1688
1d00653d 1689 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
1690 widen around each invocation of c-state-pp-to-literal. Remove an
1691 unused let variable.
1692
e52c37fa
GM
16932012-01-11 Glenn Morris <rgm@gnu.org>
1694
1695 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 1696 Doc fix.
e52c37fa 1697
96f8741e
CY
16982012-01-10 Chong Yidong <cyd@gnu.org>
1699
1d00653d
SM
1700 * net/network-stream.el (network-stream-open-starttls):
1701 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
1702 response to the capability command.
1703
b09a806e
GM
17042012-01-10 Glenn Morris <rgm@gnu.org>
1705
1706 * mail/unrmail.el (unrmail): Tweak previous change.
1707
7655cb66
CY
17082012-01-09 Chong Yidong <cyd@gnu.org>
1709
1710 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
1711
9d5a8f0b
AM
17122012-01-08 Alan Mackenzie <acm@muc.de>
1713
1714 Optimise font locking in long enum definitions.
1715
1716 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
1717 arm to a cond form to handle enums.
1718 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
1719 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
1720
9a0115ab 17212012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
1722
1723 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 1724 (Bug#10401)
6bb72cbd 1725
f186bb95
LMI
17262012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1727
29232a68
LMI
1728 * faces.el (set-face-attribute): Clarify the meaning of the nil
1729 frame (bug#10294).
1730
4e5d086d
LMI
1731 * subr.el (with-selected-frame): Mention that the selected frame
1732 is restored (bug#9980).
1733
8e66aebe
LMI
1734 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
1735 (bug#9759).
1736
cd394be1 1737 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
1738 (password-read): Don't autoload unused function.
1739
adf4e762
JB
17402012-01-07 Juanma Barranquero <lekktu@gmail.com>
1741
1742 * progmodes/which-func.el (which-func-mode): Turn into a
1743 non-interactive function and mark as obsolete (bug#10428).
1744
89bd9ccd
CY
17452012-01-06 Chong Yidong <cyd@gnu.org>
1746
1747 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
1748 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
1749 functions, along with 1 and -1.
1750
4afee9d5
EZ
17512012-01-06 Eli Zaretskii <eliz@gnu.org>
1752
1753 * time.el (display-time-load-average)
1754 (display-time-default-load-average): Doc fixes. See the thread
1755 starting at
1756 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
1757 for the details.
1758
536aea70
GM
17592012-01-06 Glenn Morris <rgm@gnu.org>
1760
665ae865
GM
1761 * mail/unrmail.el (unrmail): Give an explicit error if the input file
1762 has no messages. (Bug#10377)
1763
c869783d
GM
1764 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
1765 than Info-edit. (Bug#10385)
1766
2bb4227e
GM
1767 * time.el (display-time-load-average, display-time-next-load-average):
1768 Doc fixes.
1769
7d5944b9
GM
1770 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
1771 local setting of buffer-read-only to the input buffer. (Bug#10419)
1772
536aea70
GM
1773 * calendar/calendar.el (calendar-mode):
1774 Locally set scroll-margin to 0. (Bug#10379)
1775
7dccca16
UM
17762012-01-06 Ulrich Mueller <ulm@gentoo.org>
1777
1778 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
1779
afbb7930
GM
17802012-01-05 Glenn Morris <rgm@gnu.org>
1781
1782 * eshell/em-unix.el (diff-no-select): Autoload it.
1783 (eshell/diff): Use diff-no-select. (Bug#10420)
1784
04482335
CY
17852012-01-05 Chong Yidong <cyd@gnu.org>
1786
7baca3bc
CY
1787 * shell.el (shell-dynamic-complete-functions): Revert last change.
1788 (shell-command-completion-function): New function.
1789 (shell-completion-vars): Use it to implement
1790 shell-completion-execonly (Bug#10417).
1791
04482335
CY
1792 * custom.el (enable-theme): Don't set custom-safe-themes.
1793
1d00653d
SM
1794 * cus-theme.el (custom-theme-merge-theme):
1795 Ignore custom-enabled-themes and custom-safe-themes.
04482335 1796
bb5aa5d6
MM
17972012-01-05 Michael R. Mauger <mmaug@yahoo.com>
1798
1799 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
1800 first prompt in `sql-interacive-mode'.
1801 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 1802 keywords.
6df6ae42 1803 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
1804 (sql-product-interactive): Bug fix: Set `sql-buffer' in
1805 context of original buffer. Invoke `sql-login-hook'.
1806
a7183d7c
EZ
18072012-01-04 Eli Zaretskii <eliz@gnu.org>
1808
1809 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
1810 letters in cite-prefix.
1811
a1eacd1e
LMI
18122012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1813
1814 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
1815
787cdb34
CY
18162012-01-03 Chong Yidong <cyd@gnu.org>
1817
1d00653d
SM
1818 * shell.el (shell-dynamic-complete-functions):
1819 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
1820 comint-filename-completion first (Bug#10417).
1821
30710442
RS
18222012-01-02 Richard Stallman <rms@gnu.org>
1823
1824 * battery.el (battery-status-function):
1825 Detect when to use battery-yeeloong-sysfs.
1826 (battery-echo-area-format): Add string for Yeeloong.
1827 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
1828 (battery-yeeloong-sysfs): New function.
1829
f75bfc33
CY
18302012-01-02 Chong Yidong <cyd@gnu.org>
1831
1832 * dirtrack.el (dirtrack-list): Eliminate unused third element.
1833 (dirtrack): Merge code for handling relative filenames in prompt
1834 from shell-dir-cookie-watcher.
1835 (dirtrack-debug-message): New arg to avoid excess format calls.
1836
1837 * shell.el (shell-dir-cookie-re): Variable deleted.
1838 (shell-dir-cookie-watcher): Function deleted.
1839 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
1840 with dirtrack-mode.
1841
651e947e
EZ
18422012-01-01 Eli Zaretskii <eliz@gnu.org>
1843
1d00653d
SM
1844 * term/w32-win.el (dynamic-library-alist) <gnutls>:
1845 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
1846 libgnutls-26.dll.
1847
94d4c7dc
AS
18482011-12-31 Andreas Schwab <schwab@linux-m68k.org>
1849
1850 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
1851
8d43f3cd
EZ
18522011-12-31 Eli Zaretskii <eliz@gnu.org>
1853
1854 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
1855 headers of non-MIME messages, when rmail-enable-mime is non-nil.
1856
98c8795a
MA
18572011-12-29 Michael Albinus <michael.albinus@gmx.de>
1858
1859 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
1860 also for alternative shells.
1861 (tramp-open-connection-setup-interactive-shell): Check, whether
1862 the shell is a busybox.
1863 (tramp-send-command): Don't suppress multiple prompts for
1864 busyboxes, it hurts.
1865
51281b32
CY
18662011-12-28 Chong Yidong <cyd@gnu.org>
1867
1868 * progmodes/gdb-mi.el (gdb-get-source-file-list)
1869 (gdb-get-source-file): Move mode line update to
1870 gdb-get-source-file (Bug#10087).
1871
2170cb53
CY
18722011-12-25 Chong Yidong <cyd@gnu.org>
1873
1874 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
1875 gud-gdb-marker-filter without taking it as an argument.
1876 (gud-gdb-run-command-fetch-lines): Caller changed.
1877 (gud-gdb-completion-function): New variable.
1878 (gud-gdb-completion-at-point): Use it.
1879 (gud-gdb-completions-1): Split from gud-gdb-completions.
1880
1881 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
1882 function as separate arguments.
1883 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
1884 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
1885 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
1886 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
1887 (gdb-stopped, def-gdb-auto-update-trigger)
1888 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
1889 (gdb-get-changed-registers, gdb-get-main-selected-frame):
1890 Callers changed.
2170cb53
CY
1891 (gud-gdbmi-completions): New function.
1892 (gdb): Use it for generating the completion table.
1893
be8b11bb
AM
18942011-12-24 Alan Mackenzie <acm@muc.de>
1895
1896 Introduce a mechanism to widen the region used in context font
1d00653d 1897 locking. Use this to protect declarations from losing their contexts.
be8b11bb 1898
1d00653d
SM
1899 * progmodes/cc-langs.el (c-before-font-lock-functions):
1900 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 1901 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
1902 functions to be run just before context (etc.) font locking.
1903
1904 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 1905 New, functionality extracted from
be8b11bb 1906 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 1907 (c-in-after-change-fontification): New variable.
be8b11bb
AM
1908 (c-after-change): Set c-in-after-change-fontification.
1909 (c-set-fl-decl-start): Rejig its interface, so it can be called
1910 from both after-change and context fontifying.
b81d40f0
JB
1911 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
1912 New functions.
1913 (c-standard-font-lock-fontify-region-function): New variable.
1914 (c-font-lock-fontify-region): New function.
be8b11bb 1915
341cf6ac
JL
19162011-12-24 Juri Linkov <juri@jurta.org>
1917
1918 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
1919 (Bug#10348)
1920
bffcee0a
MA
19212011-12-23 Michael Albinus <michael.albinus@gmx.de>
1922
1923 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
1924 existence of source file. (Bug#10325)
1925
cb5e207c
AM
19262011-12-23 Alan Mackenzie <acm@muc.de>
1927
1928 Fix unstable fontification inside templates.
1929
b81d40f0
JB
1930 * progmodes/cc-langs.el (c-before-font-lock-functions):
1931 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
1932 additionally has c-set-fl-decl-start. The other languages (apart
1933 from AWK) have that as a single entry.
1934
b81d40f0
JB
1935 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
1936 The functionality for "local" declarations has been extracted to
cb5e207c
AM
1937 c-set-fl-decl-start.
1938
b81d40f0
JB
1939 * progmodes/cc-mode.el (c-common-init, c-after-change):
1940 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
1941 (c-set-fl-decl-start): New function, extracted from
1942 c-font-lock-enclosing-decls and enhanced.
1943
60ff536c
JB
19442011-12-23 Juanma Barranquero <lekktu@gmail.com>
1945
1946 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
1947
1c4757d6
JL
19482011-12-22 Juri Linkov <juri@jurta.org>
1949
1950 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
1951
d031f2c7
CY
19522011-12-22 Chong Yidong <cyd@gnu.org>
1953
1954 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
1955
bace743a
DA
19562011-12-21 Drew Adams <drew.adams@oracle.com>
1957
1958 * files.el (file-remote-p): Fix docstring. (Bug#10319)
1959
728a1f2b
JC
19602011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
1961
1962 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
1963
0d373f73
TZ
19642011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
1965
fec0aaa4
TZ
1966 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
1967 highlighting and support. Fix up comments for capitalization.
1968 (cfengine-mode-debug): New var.
1969 (cfengine3-mode): Change the modeline indicator to "CFE3".
1970 (cfengine3-font-lock-keywords): Improve defun highlighting.
1971 (cfengine2-actions): Rename from `cfengine-actions'.
1972 (cfengine2-font-lock-keywords): Rename from
1973 `cfengine-font-lock-keywords'.
1974 (cfengine2-imenu-expression): Rename from
1975 `cfengine-imenu-expression'.
1976 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
1977 (cfengine2-beginning-of-defun): Rename from
1978 `cfengine-beginning-of-defun'.
1979 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
1980 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
1981 (cfengine2-mode): Rename from `cfengine-mode'. Change the
1982 modeline indicator to "CFE2".
1983 (cfengine-mode): Defalias to `cfengine-auto-mode'.
1984 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 1985
bc86f573
CY
19862011-12-21 Chong Yidong <cyd@gnu.org>
1987
1988 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
1989 filename argument.
1990
d45ba96b
MR
19912011-12-20 Martin Rudalics <rudalics@gmx.at>
1992
1993 * window.el (window-normalize-buffer-to-display): Remove.
1994 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
1995
a6198c90
CY
19962011-12-19 Chong Yidong <cyd@gnu.org>
1997
1998 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
1999 Don't signal an error in a predicate function; return non-nil.
2000 (vc-dir-mark-file): Move the error here.
2001 (vc-dir-mark-unmark): If acting on the region, keep going if one
2002 of the entries cannot be marked/unmarked.
2003 (vc-dir-mark-all-files): If current entry is a directory, mark
2004 only child files, as documented.
2005
34c5fb55
VB
20062011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
2007
2008 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
2009 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
2010 addition.
2011
c803b2b7
JD
20122011-12-18 Jan Djärv <jan.h.d@swipnet.se>
2013
2014 * term/ns-win.el (ns-get-selection-internal)
2015 (ns-store-selection-internal): Declare.
1154d12e
JB
2016 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
2017 Declare as obsolete.
2018 (ns-get-pasteboard, ns-paste-secondary):
2019 Use ns-get-selection-internal.
2020 (ns-set-pasteboard, ns-copy-including-secondary):
2021 Use ns-store-selection-internal.
c803b2b7 2022
9cff91f8 20232011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
2024
2025 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 2026 (vc-deduce-fileset): Doc fix.
99a289d9 2027
f16c898a
AS
20282011-12-16 Andreas Schwab <schwab@linux-m68k.org>
2029
2030 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
2031
763237c4
SS
20322011-12-13 Sam Steingold <sds@gnu.org>
2033
2034 * man.el (Man-getpage-in-background): When running under a
2035 window-system, ignore $MANWIDTH and $COLUMNS.
2036
5fc1c122
KH
20372011-12-15 Kenichi Handa <handa@m17n.org>
2038
2039 * language/ethio-util.el: Change coding tag to utf-8-emacs.
2040 (setup-ethiopic-environment-internal): Comment out key-binding for
2041 ethio-toggle-punctuation.
2042
13d49cbb
AM
20432011-12-13 Alan Mackenzie <acm@muc.de>
2044
898169a2
AM
2045 Add the switch statement to AWK Mode.
2046
7a71b18d 2047 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
2048 "default" to the keywords regexp.
2049
7a71b18d 2050 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 2051 expression as the rest.
1d00653d
SM
2052 (c-nonlabel-token-key): Allow string literals for AWK.
2053 Refactor for the other modes.
898169a2 2054
13d49cbb 2055 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 2056 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
2057 routines. Limit backward searching in c-font-lock-enclosing.decl.
2058
2059 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
2060 pp-state and literal type in addition to the limits.
1d00653d 2061 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 2062 (c-state-literal-at): Use the above new defun.
1d00653d
SM
2063 (c-slow-in-literal, c-fast-in-literal): Remove.
2064 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
2065
2066 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
2067 being in a literal. Add a limit for backward searching.
2068
2069 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
2070 c-slow-in-literal.
2071
15e0efc7
SM
20722011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2073
2074 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
2075
454592a6
MR
20762011-12-13 Martin Rudalics <rudalics@gmx.at>
2077
2078 * window.el (delete-other-windows): Use correct frame in call to
2079 window-with-parameter.
2080
87393f26
DP
20812011-12-12 Daniel Pfeiffer <occitan@t-online.de>
2082
2083 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
2084 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
2085 (makefile-gmake-statements, makefile-makepp-statements):
2086 Use it and add new makepp keywords.
2087 (makefile-makepp-font-lock-keywords): Add new patterns.
2088 (makefile-match-function-end): Match new [...] and [[...]].
2089
11636b22
JB
20902011-12-11 Juanma Barranquero <lekktu@gmail.com>
2091
2092 * ses.el (ses-call-printer-return, ses-cell-property-get)
2093 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
2094 (ses-create-cell-variable, ses-reset-header-string)
2095 (ses-cell-set-formula, ses-repair-cell-reference-all)
2096 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
2097 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
2098 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
2099 (ses-aset-with-undo, ses-load, ses-truncate-cell)
2100 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
2101 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
2102 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
2103 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
2104 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
2105 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
2106 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
2107 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
2108
cf018193
VB
21092011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
2110
2111 * ses.el: The overall change is to add cell renaming, that is
2112 setting fancy names for cell symbols other than name matching
2113 "\\`[A-Z]+[0-9]+\\'" regexp .
2114 (ses-create-cell-variable): New defun.
2115 (ses-relocate-formula): Relocate formulas only for cells the
2116 symbols of which are not renamed, i.e. symbols whose names do not
2117 match regexp "\\`[A-Z]+[0-9]+\\'".
2118 (ses-relocate-all): Relocate values only for cells the symbols of
2119 which are not renamed.
2120 (ses-load): Create cells variables as the (ses-cell ...) are read,
2121 in order to check row col consistency with cell symbol name only
2122 for cells that are not renamed.
2123 (ses-replace-name-in-formula): New defun.
2124 (ses-rename-cell): New defun.
2125
ee957461
CY
21262011-12-11 Chong Yidong <cyd@gnu.org>
2127
2128 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
2129 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
2130
9a9e9ef0
MR
21312011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
2132
2133 * window.el (other-window): Fix docstring.
2134
92a8eba5
EZ
21352011-12-10 Eli Zaretskii <eliz@gnu.org>
2136
2137 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
2138 `from' or `to' address before taking its substring.
2139 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
2140 encoded name is chopped in the middle of the encoded string, and
2141 thus displayed encoded.
2142
e152e577
JB
21432011-12-10 Juanma Barranquero <lekktu@gmail.com>
2144
2145 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
2146
e5d84bfe
EZ
21472011-12-10 Eli Zaretskii <eliz@gnu.org>
2148
2149 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
2150 to use texinfo-update-node and commands that call it if the
2151 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 2152 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
2153 (texinfo-all-menus-update, texinfo-master-menu)
2154 (texinfo-update-node, texinfo-every-node-update)
2155 (texinfo-multiple-files-update): Doc fix. Warn against updating
2156 all the @node lines.
2157 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
2158 argument is numeric. Explain better in the doc string what the
2159 function really does.
2160 (texinfo-insert-master-menu-list): Improve the error message
2161 displayed if there's no menu in the Top node.
2162 (Bug#2975) See also this thread:
e5d84bfe
EZ
2163 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
2164
1d84e9bb
MG
21652011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
2166
2167 * speedbar.el (speedbar-supported-extension-expressions):
2168 Add .adb and .ads, commonly used for Ada source code (bug#10256).
2169
382c953b
JB
21702011-12-09 Juanma Barranquero <lekktu@gmail.com>
2171
2172 * printing.el (pr-mode-alist):
2173 * simple.el (filter-buffer-substring-functions)
2174 (completion-list-insert-choice-function):
2175 * window.el (window-with-parameter, window-atom-root)
2176 (window-sides-slots, window-size-fixed, window-min-delta)
2177 (window-max-delta, window--resize-mini-window)
2178 (window--resize-child-windows-normal, window-tree)
2179 (delete-other-windows, quit-window, split-window)
2180 (display-buffer-record-window, special-display-buffer-names)
2181 (special-display-regexps, special-display-popup-frame)
2182 (same-window-p, split-window-sensibly)
2183 (display-buffer-overriding-action, display-buffer-alist)
2184 (display-buffer-base-action, display-buffer, switch-to-buffer)
2185 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
2186 (fit-window-to-buffer, recenter-positions)
2187 (mouse-autoselect-window-state, mouse-autoselect-window-select):
2188 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
2189 and remove unneeded backslashes in docstrings.
2190
39c9faef
SM
21912011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
2192
98449af8
SM
2193 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
2194
39c9faef
SM
2195 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
2196 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
2197 end in ".mk".
2198 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
2199 when reading the makefile (bug#10116).
2200
86ed9fdc
SM
22012011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2202
2203 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
2204 (bug#10116).
2205
5580f89d
GM
22062011-12-06 Glenn Morris <rgm@gnu.org>
2207
2208 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
2209
28d3917c
CY
22102011-12-06 Chong Yidong <cyd@gnu.org>
2211
2212 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
2213
a98edce9
JB
22142011-12-06 Juanma Barranquero <lekktu@gmail.com>
2215
2216 * textmodes/table.el (table-shorten-cell): Fix typo.
2217
e65adfac
CG
22182011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
2219
2220 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
2221
71cc0b74
EZ
22222011-12-05 Eli Zaretskii <eliz@gnu.org>
2223
2224 * descr-text.el (describe-char): Fix display of strong
2225 right-to-left characters and directional embeddings and overrides.
2226
2227 * simple.el (what-cursor-position): Fix display of codepoints of
2228 strong right-to-left characters.
2229
315bc30d
CY
22302011-12-05 Chong Yidong <cyd@gnu.org>
2231
2232 * faces.el (read-color): Doc fix.
2233
58a70b94
GM
22342011-12-05 Glenn Morris <rgm@gnu.org>
2235
2236 * align.el (align--set-marker): Add doc-string.
2237 Don't try to move something that is not a marker. (Bug#10216)
2238
5158face
GM
22392011-12-04 Glenn Morris <rgm@gnu.org>
2240
2241 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
2242 overly zealous deletion of trailing whitespace.
2243
520fca41
JB
22442011-12-04 Juanma Barranquero <lekktu@gmail.com>
2245
2246 * server.el (server-delete-client): On Windows, do not try to delete
2247 the only terminal.
2248 (server-process-filter): On Windows, treat requests for a tty frame as
2249 if they were for a GUI frame if the running server is in GUI mode.
2250
5e605a2e
GM
22512011-12-03 Glenn Morris <rgm@gnu.org>
2252
2253 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
2254
5c3fe83f
SM
22552011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2256
6f5e57e7
SM
2257 * electric.el: Streamline electric-indent's hook.
2258 (electric-indent-chars): Revert to simple list.
2259 (electric-indent-functions): New var.
2260 (electric-indent-post-self-insert-function): Use it.
2261
5c3fe83f
SM
2262 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
2263 there's no inferior buffer (bug#10196).
2264 (prolog-consult-compile): Don't use toggle-read-only.
2265
6bdac736
MA
22662011-12-02 Michael Albinus <michael.albinus@gmx.de>
2267
2268 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
2269 interrupt. (Bug#10187)
2270
6131ba7f
SM
22712011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2272
99c79fee
SM
2273 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
2274 (bug#9160).
2275
6131ba7f
SM
2276 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
2277 (bug#10191).
2278
cb0a02ea
JL
22792011-12-02 Juri Linkov <juri@jurta.org>
2280
2281 * info.el (Info-search): Display "end of manual" when Isearch
2282 reaches the end of single-file Info manual. (Bug#9918)
2283
66e0570c
EZ
22842011-12-02 Eli Zaretskii <eliz@gnu.org>
2285
2286 * isearch.el (isearch-message-prefix): Run the input method part
2287 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
2288
02b16839
JL
22892011-12-02 Juri Linkov <juri@jurta.org>
2290
2291 * isearch.el (isearch-occur): Use `word-search-regexp' for
2292 `isearch-word'.
2293 (isearch-search-and-update): Add condition for `isearch-word' and
2294 call `word-search-regexp'. (Bug#10145)
2295
0b950688
GM
22962011-12-01 Glenn Morris <rgm@gnu.org>
2297
2298 * eshell/em-hist.el (eshell-hist-initialize):
2299 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 2300 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 2301
9505c3c7
SM
23022011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2303
2304 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
2305
1bbe96b2 23062011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 2307
a1beca85
SM
2308 * progmodes/verilog-mode.el (verilog-pretty-expr):
2309 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
2310 verilog, such as += *= and the like.
2311 (verilog-assignment-operator-re): Regular expression to find the
2312 assigment operator in a verilog assignment.
2313 (verilog-assignment-operation-re): Regular expression to find an
2314 assignment statement for pretty-expr.
2315 (verilog-in-attribute-p): Query returns true if point is in an
2316 attribute context; used to skip these for expression line up from
2317 pretty-expr.
2318 (verilog-in-parameter-p): Query returns true if point is in an
2319 parameter definition context; used to skip these for expression
2320 line up from pretty-expr.
2321 (verilog-in-parenthesis-p): Query returns true if point is in a
2322 parenthetical expression, specifically ( ) but not [ ] or { };
2323 used by pretty-expr.
2324 (verilog-just-one-space): If there is no space, don't add one.
2325 (verilog-get-lineup-indent-2): Specifically skip just attribute
2326 contexts for expression lineup, rather than skipping all
2327 parenthetical expressions.
2328 (verilog-calculate-indent): Fix comment, and fix indent.
2329 (verilog-do-indent): Indent declarations in lists (suggested by
2330 Joachim Lechner).
2331 (verilog-mode-abbrev-table): Populate abbrev mode with the various
2332 skeleton items.
2333 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
2334 by Alain Mellan).
2335
1bbe96b2 23362011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
2337
2338 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
2339 parameters with embedded comments. Reported by Ray Stevens.
2340 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
2341 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
2342 Reported by Tim Holt.
2343 (verilog-auto): Fix AUTOing a upper module then AUTOing module
2344 instantiated by upper module causing wrong expansion until AUTOed a
2345 second time. Reported by K C Buckenmaier.
2346 (verilog-diff-auto): Fix showing .* as a difference when
2347 `verilog-auto-star-save' off. Reported by Dan Dever.
2348 (verilog-auto-reset, verilog-read-always-signals)
2349 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
2350 temporary signals in reset list if
2351 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
2352 style to each signal's assignment type, bug381.
2353 Reported by Thomas Esposito.
6288f0ca
WS
2354 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
2355 (verilog-uvm-statement-re): Support UVM indentation and
2356 highlighting, with old OVM keywords only.
a1beca85 2357 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
2358 Support AUTOTIEOFF creating non-wire data types.
2359 Suggested by Jonathan Greenlaw.
6288f0ca
WS
2360 (verilog-auto-insert-lisp, verilog-delete-to-paren)
2361 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
2362 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
2363 (verilog-read-sub-decls, verilog-read-sub-decls-line):
2364 Fix mismatching parenthesis inside commented out code when deleting
382c953b 2365 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
2366 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
2367 non-numeric vector width. Reported by Alex Reed.
2368 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 2369 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
2370 (verilog-auto-delete-trailing-whitespace):
2371 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
2372 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
2373 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
2374 Fix verilog-scan-cache corruption when running user AUTO expansion
2375 hooks that call indentation routines.
2376 (verilog-simplify-range-expression): Fix typo ignoring lower case
2377 identifiers.
2378 (verilog-delete-auto): Fix delete-autos to also remove user created
2379 automatics, as long as they start with AUTO.
2380 (verilog-batch-diff-auto, verilog-diff-auto)
2381 (verilog-diff-function): Add `verilog-diff-auto' and bind to
2382 "C-c?" to report differences in AUTO expansion, ignoring spaces.
2383 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
2384 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
2385 (verilog-re-search-forward-quick, verilog-syntax-ppss):
2386 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
2387 is disabled and its cache will get corrupt, causing AUTOS not to
2388 expand. Instead use only -quick functions.
2389 (verilog-scan-region): Fix scanning over escaped quotes.
2390 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
2391 (verilog-re-search-backward-quick)
2392 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
2393 related functions now ignore strings, to fix misparsing of strings
2394 with magic comments embedded in them.
a1beca85
SM
2395 (verilog-read-auto-template):
2396 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
2397 Reported by Brad Dobbie.
2398 (verilog-read-auto-template):
2399 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 2400 Reported by Brad Dobbie.
6288f0ca
WS
2401 (verilog-auto-inst, verilog-auto-inst-param)
2402 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
2403 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
2404 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
2405 debugging templates without merge conflicts, bug357.
2406 Reported by Brad Dobbie.
2407 (verilog-read-auto-template):
2408 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
2409 Reported by Brad Dobbie.
2410 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
2411 abbrevs so user won't be asked to save.
2412 (verilog-read-auto-lisp-present): Fix to start at beginning of
2413 buffer in case called outside of verilog-auto.
2414 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
2415 to "X-2". Reported by Matthew Myers.
2416 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
2417 all inputs from module templates. Reported by Leith Johnson.
2418 (verilog-module-inside-filename-p): Fix locating programs as with
2419 modules.
2420 (verilog-auto-inst-port): Fix vl-width expressions when using
2421 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
2422 (verilog-decls-get-regs, verilog-decls-get-signals,
2423 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
2424 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
2425 verilog-read-decls): Combine reg and wire structures into one var
2426 structure to represent SystemVerilog concepts.
2427 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
2428 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
2429 (verilog-auto-wire-type, verilog-insert-definition):
2430 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
2431 SystemVerilog "logic" keyword instead of "wire"/"reg".
2432 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
2433 to declares outputs that also have assignments (presumably in an
a1beca85
SM
2434 ifdef or generate if so there's not a driver conflict).
2435 Reported by Matthew Myers.
2436 (verilog-auto-declare-nettype, verilog-insert-definition):
2437 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
2438 `default_nettype none. Reported by Julian Gorfajn.
2439 (verilog-read-always-signals-recurse, verilog-read-decls)
2440 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
2441 malformed end statement, bug325. Reported by Joshua Wise and
2442 Andrew Drake.
2443 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
2444 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
2445 when expanding .* in interfaces, bug320.
2446 Reported by Pierre-David Pfister.
6288f0ca 2447 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
2448 name and open parenthesis, bug317.
2449 Reported by Pierre-David Pfister.
6288f0ca
WS
2450 (verilog-simplify-range-expression): Fix simplification of
2451 multiplications inside AUTOWIRE connections, bug303.
2452 (verilog-auto-inst-port): Support parameter expansion in
2453 multidimensional arrays.
2454 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
2455 after "assert property". Reported by Julian Gorfajn.
2456 (verilog-simplify-range-expression): Fix "couldn't merge" errors
2457 with multiplication, bug303.
2458 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
2459 Reported by Jan Frode Lonnum.
2460
1bbe96b2
GM
24612011-11-30 Juanma Barranquero <lekktu@gmail.com>
2462
2463 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
2464 (hfy-shell-file-name, hfy-shell):
2465 * international/fontset.el (x-decompose-font-name): Fix typos.
2466
24672011-11-29 Ken Brown <kbrown@cornell.edu>
2468
2469 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
2470 (gdb-version): Remove defvar.
2471 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
2472 (gdb-gud-context-command, gdb-non-stop-handler)
2473 (gdb-current-context-command, gdb-stopped): Use it.
2474 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
2475 (gdb-non-stop-handler): Don't enable pretty-printing here.
2476 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
2477 non-stop mode. Use the following.
2478 (gdb-check-target-async): New defun.
2479 (gud-watch, gdb-stopped): Fix whitespace.
2480 (gdb-get-source-file): Don't try to display the source file if
2481 `gdb-main-file' is nil.
2482
24832011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
2484
2485 * align.el: Try to generate fewer markers (bug#10047).
2486 (align--set-marker): New macro.
2487 (align-region): Use it.
2488
c935221f
SM
24892011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
2490
2491 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
2492
e70b5064
CY
24932011-11-29 Chong Yidong <cyd@gnu.org>
2494
2495 * indent.el (indent-for-tab-command, indent-according-to-mode):
2496 Doc fix.
2497 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
2498
f3af92b7
MA
24992011-11-29 Michael Albinus <michael.albinus@gmx.de>
2500
2501 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
2502 aware of remote file names. (Bug#10124)
2503
ed472be9
CY
25042011-11-29 Chong Yidong <cyd@gnu.org>
2505
2506 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
2507
24510c22
SM
25082011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2509
2510 * files.el (find-file): Don't use force-same-window (bug#10144).
2511 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
2512 use pop-to-buffer if the selected window can't be used.
2513 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
2514
c60c3703
EZ
25152011-11-28 Eli Zaretskii <eliz@gnu.org>
2516
2517 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
2518 special-mode-map.
2519
e95def75
CY
25202011-11-28 Chong Yidong <cyd@gnu.org>
2521
2522 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
2523
c3f1c606
NR
25242011-11-27 Nick Roberts <nickrob@snap.net.nz>
2525
2526 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
2527 gdb-get-source-file-list on gdb-create-source-file-list.
2528
00db469c
EZ
25292011-11-26 Eli Zaretskii <eliz@gnu.org>
2530
2531 * whitespace.el (whitespace-newline): Use a different foreground
2532 color for 16-color light-background displays.
2533
4ad3bc2a
CY
25342011-11-24 Chong Yidong <cyd@gnu.org>
2535
2536 * window.el (display-buffer--special-action): Doc fix.
2537
e9fce1ac
JB
25382011-11-25 Juanma Barranquero <lekktu@gmail.com>
2539
2540 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
2541 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
2542 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
2543 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
2544 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
2545 (avl-tree-stack-first):
2546 * emacs-lisp/cconv.el (cconv--analyse-use):
2547 * net/gnutls.el (gnutls-negotiate): Fix typos.
2548
cb825e5d
GM
25492011-11-24 Glenn Morris <rgm@gnu.org>
2550
3adbe224
GM
2551 * lpr.el (lpr-windows-system, lpr-lp-system):
2552 * mail/binhex.el (binhex-begin-line):
2553 * progmodes/grep.el (grep-history, grep-find-history):
2554 * textmodes/flyspell.el:
2555 * vc/pcvs-defs.el (cvs-global-menu):
2556 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
2557 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
2558 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
2559
321decc8
GM
2560 * net/tls.el: Fix case of "GnuTLS".
2561
420b63ad
GM
2562 * paths.el (rmail-file-name): Format doc-string for make-docfile.
2563
cb825e5d
GM
2564 * version.el (emacs-build-system): Give it a doc-string.
2565
a0649f08
JL
25662011-11-24 Juri Linkov <juri@jurta.org>
2567
2568 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
2569
c0bc0fd4
GM
25702011-11-24 Glenn Morris <rgm@gnu.org>
2571
2572 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
2573 if called on a non-mime message just toggle the headers. (Bug#8006)
2574
20db1522
JB
25752011-11-24 Juanma Barranquero <lekktu@gmail.com>
2576
2577 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
2578 (allout-lead-with-comment-string, allout-structure-deleted-hook)
2579 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
2580 (allout-rebullet-heading, allout-open-sibtopic)
2581 (allout-toggle-current-subtree-encryption)
2582 (allout-toggle-subtree-encryption, allout-encrypt-string)
2583 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
2584 (allout-distinctive-bullets-string, allout-auto-activation):
2585 * window.el (window-normalize-buffer-to-display):
2586 * progmodes/verilog-mode.el (verilog-batch-indent):
2587 * textmodes/bibtex.el (bibtex-field-braces-opt)
2588 (bibtex-field-strings-opt):
2589 * vc/cvs-status.el (cvs-tree-merge):
2590 Fix typos.
2591
7262a87c
MA
25922011-11-23 Michael Albinus <michael.albinus@gmx.de>
2593
2594 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
2595 `non-essential' to t, in order to avoid remote connections.
2596
283430a1
EZ
25972011-11-23 Eli Zaretskii <eliz@gnu.org>
2598
a1beca85
SM
2599 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2600 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
2601 case-insensitively.
2602
d2992a38
ML
26032011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
2604
2605 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
2606
50419064
GM
26072011-11-23 Glenn Morris <rgm@gnu.org>
2608
da94eca1
GM
2609 * paths.el (rmail-file-name): Reformat the doc-string so that it
2610 is picked up.
2611
9aac4de2
GM
2612 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
2613 (rmail-auto-file): Ignore case in the "special" field names,
2614 as mail-fetch-field does for all others.
2615
8038d2d2
GM
2616 * mail/rmail.el (rmail-forward):
2617 * mail/rmailkwd.el (rmail-set-label):
2618 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
2619 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
2620
f3fe222a
GM
2621 * mail/rmail.el (rmail-current-message): Doc fix.
2622
50419064
GM
2623 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
2624
28109f49
SM
26252011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
2626
2627 * server.el (server-eval-and-print): Allow C-g (bug#6585).
2628
394c65f1
GM
26292011-11-22 Glenn Morris <rgm@gnu.org>
2630
2631 * mail/rmailmm.el (test-rmail-mime-handler)
2632 (test-rmail-mime-bulk-handler)
2633 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
2634
f2a0aa3a
JL
26352011-11-21 Juri Linkov <juri@jurta.org>
2636
1154d12e
JB
2637 * calc/calc.el (calc-read-key-sequence):
2638 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 2639
9c34a344
LMI
26402011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2641
2642 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
2643 Tell the caller that the next line needs recomputation, even
2644 though it doesn't start a sexp (bug#10094).
2645
f04a3be9
SM
26462011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2647
2648 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
2649
7978747f
SM
26502011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2651
f04a3be9
SM
2652 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
2653 Use force-same-window.
7978747f 2654
fe7a3057
JB
26552011-11-20 Juanma Barranquero <lekktu@gmail.com>
2656
2657 * descr-text.el (describe-char-unicode-data):
2658 * json.el (json-string-escape):
2659 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
2660 (Footnote-unicode, Footnote-style-p):
2661 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
2662
24901d61
CY
26632011-11-20 Chong Yidong <cyd@gnu.org>
2664
2665 * window.el (replace-buffer-in-windows): Restore interactive spec.
2666
bac7ff22
SM
26672011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2668
24f3d7b9
SM
2669 * electric.el (electric-indent-mode): Fix last change (too optimistic).
2670
bac7ff22
SM
2671 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
2672 (byte-compile-global-not-obsolete-vars): New var.
2673 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
2674 Use it.
2675 (byte-compile-warn-obsolete): Align text with the one in *Help*.
2676
cd1181db
JB
26772011-11-20 Juanma Barranquero <lekktu@gmail.com>
2678
2679 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
2680 * progmodes/pascal.el (electric-pascal-equal):
2681 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
2682 * xml.el (xml-substitute-special): Fix typos.
2683
7fb18e9e
GM
26842011-11-20 Glenn Morris <rgm@gnu.org>
2685
2686 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
2687 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
2688 Doc fixes.
2689 (rmail-decode-mime-charset): Mark as obsolete.
2690
2691 * mail/rmailsum.el (rmail-message-regexp-p-1):
2692 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
2693 Before using mime functions, check they are set. (Bug#10077)
2694
d5a6b3ba
JL
26952011-11-19 Juri Linkov <juri@jurta.org>
2696
2697 * info.el (Info-finder-find-node): Use `package--builtins' instead
2698 of `package-alist'. Use node names formed by the pattern "Keyword "
2699 and the keyword name.
2700
e981b61f
AS
27012011-11-19 Andreas Schwab <schwab@linux-m68k.org>
2702
1d00653d 2703 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 2704
3ffbc301
JL
27052011-11-19 Juri Linkov <juri@jurta.org>
2706
2707 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
2708 that calls `revert-buffer' on all Info buffers. (Bug#9915)
2709 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
2710 `old-history', `old-history-forward'. Add let-binding
2711 `window-selected'. Remove calls to `kill-buffer',
2712 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
2713 before calling `Info-find-node', so `Info-find-node-2' will reread
2714 the Info file. Restore window positions only when `window-selected'
2715 is non-nil.
2716
30c62133
JL
27172011-11-19 Juri Linkov <juri@jurta.org>
2718
2719 * isearch.el (isearch-lazy-highlight-new-loop):
2720 Remove condition `(not isearch-error)'. (Bug#9918)
2721
2722 * misearch.el (multi-isearch-search-fun): Add condition
2723 `(not bound)' to ignore lazy-highlighting search.
2724 Add the search-failed message "end of multi" when the end of
2725 multi-sequence is reached. Uncapitalize the search-failed
2726 message "Repeat for next buffer".
2727
2728 * info.el (Info-search): Add the search-failed message
2729 "end of the manual" when the end of the manual is reached
2730 in Isearch mode.
2731
645ca9cf
JL
27322011-11-19 Juri Linkov <juri@jurta.org>
2733
2734 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
2735 Use non-destructive `remove' instead of `delete' because
2736 `Info-history-list' stored to `Info-isearch-initial-history-list' in
2737 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
2738
df754f66
JL
27392011-11-19 Juri Linkov <juri@jurta.org>
2740
2741 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
2742 to nil instead of binding `search-ring' and `regexp-search-ring'.
2743 (Bug#9185)
2744
0e23d96a
EZ
27452011-11-19 Eli Zaretskii <eliz@gnu.org>
2746
2747 * simple.el (line-move): Force movement by logical lines for any
2748 hscrolled window, not only when auto-hscroll-mode is on.
2749 (line-move-visual): Update doc string to that effect. (Bug#10076)
2750
8a6ccb66
AS
27512011-11-19 Andreas Schwab <schwab@linux-m68k.org>
2752
2753 * language/european.el (macintosh): Define as alias for mac-roman.
2754
49ae5b39
EZ
27552011-11-19 Eli Zaretskii <eliz@gnu.org>
2756
2757 * mail/rmailmm.el (rmail-mime-display-header)
2758 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
2759 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
2760 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
2761 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
2762 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
2763 of a raw aref.
2764 (rmail-mime-entity-segment): To get past the tagline, move forward
2765 2 more lines, to account for the 2 empty lines that precede and
2766 follow the line with the buttons.
2767 (rmail-mime-update-tagline): Move one more line, to get past the
2768 empty line that follows the buttons in the tagline. (Bug#9520)
2769
c56cad4a
MR
27702011-11-19 Martin Rudalics <rudalics@gmx.at>
2771
2772 * window.el (window-max-delta-1, window-min-delta-1)
2773 (window-min-size-1, window-state-get-1, window-state-put-1)
2774 (window-state-put-2): Use "window--" prefix.
2775
cbe71af3
SM
27762011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
2777
2ad52c60
SM
2778 * emacs-lisp/smie.el: Improve warnings and conflict detection.
2779 (smie-warning-count): New var.
2780 (smie-set-prec2tab): Use it.
2781 (smie-bnf->prec2): Improve warnings. Add docstring.
2782 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
2783 (smie-bnf--set-class): New function.
2784 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
2785 corner case.
2786
6944dbc1
SM
2787 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
2788 (compilation-error-properties, compilation-move-to-column):
2789 Handle compilation-first-column while in the target buffer.
2790
c400c4d7
SM
2791 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
2792 Don't hardcode point-min==1.
2793
6dbe3e96
SM
2794 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
2795 (eshell-rewrite-for-command): Remove workaround.
2796 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
2797 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
2798 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
2799
cbe71af3
SM
2800 * files-x.el (modify-file-local-variable): Obey commenting conventions.
2801
a8e1496d
GM
28022011-11-17 Glenn Morris <rgm@gnu.org>
2803
2804 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2805 Ignore buffer-local generated-autoload-file if it is the same
2806 as the global value. (Bug#10049)
2807
df85d315
JB
28082011-11-17 Juanma Barranquero <lekktu@gmail.com>
2809
2810 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
2811 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
2812 (reftex-toc-previous-heading, reftex-toc-max-level)
2813 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
2814 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
2815 (reftex-toc-do-promote, reftex-toc-promote-prepare)
2816 (reftex-toc-promote-action, reftex-toc-extract-section-number)
2817 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
2818 (reftex-toc-rename-label, reftex-toc-visit-location)
2819 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
2820 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
2821 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
2822 leaving "*toc*" only for references to the buffer.
2823
a0c2d0ae
MR
28242011-11-17 Martin Rudalics <rudalics@gmx.at>
2825
2826 * window.el (window-resize, delete-window, split-window):
2827 Replace window-splits by window-combination-resize.
1d00653d 2828 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 2829
35c0bac8
GM
28302011-11-17 Glenn Morris <rgm@gnu.org>
2831
2832 * progmodes/sh-script.el (sh-font-lock-keywords-var):
2833 Make bash entry derive from sh entry, not shell entry.
2834
d0c8fc8a
MA
28352011-11-16 Michael Albinus <michael.albinus@gmx.de>
2836
d0c8fc8a
MA
2837 * net/tramp-cache.el (tramp-flush-file-property): Flush also
2838 properties of linked files. (Bug#9879)
2839
7262a87c
MA
2840 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
2841 local file name.
2842
7877f373
JB
28432011-11-16 Juanma Barranquero <lekktu@gmail.com>
2844
2845 * menu-bar.el (menu-bar-file-menu):
2846 * printing.el (pr-ps-utility):
2847 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
2848 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
2849 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
2850 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
2851 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
2852 (icalendar--convert-cyclic-to-ical)
2853 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
2854 (icalendar--convert-ical-to-diary)
2855 (icalendar--convert-recurring-to-diary)
2856 (icalendar--convert-non-recurring-all-day-to-diary)
2857 (icalendar-import-format-sample):
2858 * progmodes/idlw-shell.el (idlwave-shell-mode):
2859 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
2860 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
2861 (vhdl-ps-print-init): Fix typos.
2862
10649b82
KM
28632011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
2864
9d0cfcd6
GM
2865 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
2866 FSF and collapse date sequence, obscure author/maintainer email address
2867 better, remove extra version line, track relocation of author's webpage.
10649b82 2868
9d0cfcd6
GM
2869 * progmodes/python.el (python-pdbtrack-input-prompt)
2870 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
2871 regular python pdb prompts. Adjustments shamelessly taken exactly as
2872 suggested in EmacsWiki page (tiny change):
2873 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 2874
58179cce
JB
28752011-11-16 Juanma Barranquero <lekktu@gmail.com>
2876
2877 * expand.el (expand-pos, expand-index, expand-point):
2878 Remove redundant info from docstring.
2879 (expand-add-abbrevs): Doc fix.
2880 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
2881 (expand-sample-perl-mode-expand-list): Fix typos.
2882
2883 * net/dbus.el (dbus-event-member-name):
2884 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
2885 * term/pc-win.el (msdos-create-frame-with-faces):
2886 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
2887
b6f67890
MR
28882011-11-16 Martin Rudalics <rudalics@gmx.at>
2889
2890 * window.el (split-window, window-state-get-1)
2891 (window-state-put-1, window-state-put-2): Rename occurrences of
2892 window-nest to window-combination-limit.
1d00653d 2893 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 2894
ce7ddba0
CY
28952011-11-16 Chong Yidong <cyd@gnu.org>
2896
2897 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
2898 regexp (Bug#10033).
2899
3ae704f4
SM
29002011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2901
2902 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
2903 `completing-read' will remove *Completions* and will preserve
2904 current-buffer for us.
2905 (tmm-add-prompt): Users of *Completions* will always (re)set its
2906 major mode.
2907 (tmm-old-comp-map): Remove.
2908
6ad1cdde
GM
29092011-11-16 Glenn Morris <rgm@gnu.org>
2910
2911 * mail/rmailedit.el: Require rmailmm when compiling.
2912 (rmail-old-mime-state): New declaration.
2913 (rmail-edit-current-message): If editing a mime message,
2914 edit the "raw" message from the mbox buffer.
2915 (rmail-cease-edit): Handle mime messages. (Bug#9840)
2916
d20faa20
GM
29172011-11-15 Glenn Morris <rgm@gnu.org>
2918
2919 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
2920 which wasn't being used. Add optional arg to force given state.
2921 (rmail-mime): Add optional arg to force given state.
2922
c7015153
JB
29232011-11-15 Juanma Barranquero <lekktu@gmail.com>
2924
2925 * allout.el (allout-encryption-plaintext-sanitization-regexps):
2926 * frame.el (display-mm-dimensions-alist):
2927 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
2928 (outline-move-subtree-down):
2929 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
2930 (newsticker--treeview-do-get-node):
2931 * net/quickurl.el (quickurl-list-buffer-name):
2932 * progmodes/dcl-mode.el (dcl-mode):
2933 * progmodes/gdb-mi.el (gdb-mapcar*):
2934 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
2935
45261b50
GM
29362011-11-15 Glenn Morris <rgm@gnu.org>
2937
2938 * mail/rmail.el (rmail-file-coding-system): It's only ever used
2939 in a boolean sense, so just make it a boolean, and fix the doc.
2940 (rmail-show-mime-function, rmail-mime-feature)
2941 (rmail-require-mime-maybe): Doc fixes.
2942 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
2943
2944 * mail/rmailmm.el (rmail-show-mime): Doc fix.
2945
0d26e0b6
JB
29462011-11-15 Juanma Barranquero <lekktu@gmail.com>
2947
2948 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
2949 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
2950 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
2951 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
2952
447f30f6
GM
29532011-11-15 Glenn Morris <rgm@gnu.org>
2954
672b871d
GM
2955 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
2956 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
2957 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
2958 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
2959 (rmail-mime, rmail-show-mime): Doc fixes.
2960
f6aa5bb1
GM
2961 * term/ns-win.el (mode-line-frame-identification):
2962 Leave it alone. (Bug#10051)
2963
947cd66b
GM
2964 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
2965
447f30f6
GM
2966 * mail/rmailout.el (rmail-output-to-rmail-buffer):
2967 Handle empty buffers. (Bug#9978)
2968
0b381c7e
JB
29692011-11-14 Juanma Barranquero <lekktu@gmail.com>
2970
2971 * international/mule.el (define-charset):
2972 * mail/rmailmm.el (rmail-mime-find-header-encoding):
2973 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
2974 * progmodes/verilog-mode.el (verilog-backward-token):
2975 * textmodes/ispell.el (lookup-words):
2976 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
2977
71e027ac
GM
29782011-11-14 Glenn Morris <rgm@gnu.org>
2979
56632ce4
GM
2980 * progmodes/executable.el
2981 (executable-make-buffer-file-executable-if-script-p):
2982 Handle file-modes returning nil.
2983
40500957
GM
2984 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
2985 message - not necessary, and causes problems. (Bug#9831)
2986
071c2340
GM
2987 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
2988
d3cfca60
GM
2989 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
2990
71e027ac
GM
2991 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
2992 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
2993 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
2994
89d61221
MR
29952011-11-12 Martin Rudalics <rudalics@gmx.at>
2996
2997 * window.el (window-resize, delete-window): Use window-splits
2998 variable instead of function.
2999 (window-state-get-1, window-state-put-2, window-state-put):
3000 Don't deal with windows' splits status.
3001
98282f6f
GM
30022011-11-12 Glenn Morris <rgm@gnu.org>
3003
3004 * apropos.el (apropos-do-all, apropos-library, apropos-value)
3005 (apropos-documentation): Doc fixes.
3006
40a8bdf6
JB
30072011-11-11 Juanma Barranquero <lekktu@gmail.com>
3008
3009 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
3010 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
3011
65bd19ff
SM
30122011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
3013
3014 * electric.el (electric-indent-post-self-insert-function): Make it
3015 possible for a char to only indent in some circumstances.
3016 (electric-indent-mode): Simplify.
3017
54f9154c
MR
30182011-11-11 Martin Rudalics <rudalics@gmx.at>
3019
3020 * window.el (windows-with-parameter): Remove unused function.
3021 (windows-at-side): Rename to window-at-side-list.
3022 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
3023 (window-side-check, window-size-ignore, window-size-fixed-1)
3024 (window-in-direction-2): Prefix with "window--".
3025 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 3026
68cbc58b
GM
30272011-11-11 Glenn Morris <rgm@gnu.org>
3028
3029 * subr.el (eval-after-load): If FILE is already loaded,
3030 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
3031
b2621720
GM
30322011-11-10 Glenn Morris <rgm@gnu.org>
3033
9a4de110
GM
3034 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
3035 Call svn via vc-svn-command rather than vc-do-command.
3036 (vc-svn-command): Add --non-interactive. (Bug#9993)
3037 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
3038
b2621720
GM
3039 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3040 Add toggle-read-only. (Bug#7292)
3041 * files.el (toggle-read-only): Mention that it should only
3042 be used interactively. (Bug#10006)
3043
1dce7193
SM
30442011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3045
d9ac1a1e
SM
3046 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3047 Adjust regexp for OCaml warnings.
3048
0c325082
SM
3049 * electric.el (electric-pair-post-self-insert-function): Let user
3050 turn it off buffer-locally (bug#9932).
3051
90132c14
SM
3052 * progmodes/python.el (python-beginning-of-statement):
3053 Rewrite (bug#2703).
3054
1dce7193
SM
3055 * progmodes/compile.el: Better handle TABs (bug#9749).
3056 (compilation-internal-error-properties)
3057 (compilation-next-error-function): Obey the target buffer's
3058 compilation-error-screen-columns.
3059
c4e7c63a
JB
30602011-11-09 Juanma Barranquero <lekktu@gmail.com>
3061
3062 * progmodes/meta-mode.el: Remove obsolete comments.
3063 (meta-right-comment-regexp, meta-ignore-comment-regexp):
3064 Fix typos in docstrings.
3065
2cffd681
MR
30662011-11-09 Martin Rudalics <rudalics@gmx.at>
3067
3068 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 3069 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
3070 (window--resizable): New function. Make all callers of
3071 window-resizable call window--resizable instead.
3072 (window-resizable): Rewrite in terms of window--resizable.
3073
0edcba87
GM
30742011-11-08 Glenn Morris <rgm@gnu.org>
3075
3076 * progmodes/delphi.el (delphi-mode-syntax-table):
3077 Let define-derived-mode define a proper syntax table. (Bug#9994)
3078
4b0d61e3
SM
30792011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3080
3081 * window.el: Stay away from defsubst.
3082 (window-list-no-nils): Remove.
3083 (window-state-get-1, window-state-get): Use backquote instead.
3084
cd394be1 30852011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 3086
4b0d61e3 3087 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 3088 Fix incorrect use of default argument in `completing-read'.
3089
e1c2c6f2
MR
30902011-11-08 Martin Rudalics <rudalics@gmx.at>
3091
3092 * window.el (display-buffer-function, special-display-function):
3093 Mention display-buffer-record-window but do not mention
3094 help-setup parameter in doc-strings.
b3f4a882 3095 (window-min-delta): Fix doc-string typo.
e1c2c6f2 3096
105216ed
CY
30972011-11-08 Chong Yidong <cyd@gnu.org>
3098
3099 * window.el (window-total-height, window-total-width): Doc fix.
3100 (window-body-size): Move from C.
3101 (window-body-height, window-body-width): Move to C.
3102
0a9f9ab5
SM
31032011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3104
3105 * window.el: Make special-display like display-buffer-alist (bug#9532).
3106 (display-buffer--special-action): New function, morphed
3107 from display-buffer--special.
3108 (display-buffer): Use it to handle special-display-buffers at higher
3109 priority (just after display-buffer-alist).
3110 (display-buffer-fallback-action, display-buffer--other-frame-action)
3111 (pop-to-buffer-same-window): Remove display-buffer--special.
3112
a769dd15
GM
31132011-11-07 Glenn Morris <rgm@gnu.org>
3114
3115 * calendar/cal-menu.el (cal-menu-set-date-title):
3116 Do nothing if not in a calendar. (Bug#9976)
3117
05a61ee3
SM
31182011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
3119
3120 * files.el (find-file): Always use selected-window.
3121
be7f5545
MR
31222011-11-07 Martin Rudalics <rudalics@gmx.at>
3123
3124 * window.el (window-combinations): Make WINDOW argument
3125 mandatory. Rewrite doc-string.
3126 (walk-window-subtree, window-atom-check, window-min-delta)
3127 (window-max-delta, window--resize-this-window)
3128 (window--resize-root-window-vertically, window-tree)
3129 (balance-windows, window-state-put): Rewrite doc-strings as to
3130 not mention the term "subwindow".
3131 (window--resize-subwindows-skip-p): Rename to
3132 window--resize-child-windows-skip-p.
3133 (window--resize-subwindows-normal): Rename to
3134 window--resize-child-windows-normal.
3135 (window--resize-subwindows): Rename to
3136 window--resize-child-windows.
3137 (window-or-subwindow-p): Rename to window--in-subtree-p.
3138
3c6702ef
ML
31392011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3140
3141 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
3142 Ensure that mbox format messages end in two newlines (Bug#9974).
3143
49745b39
CY
31442011-11-06 Chong Yidong <cyd@gnu.org>
3145
3146 * window.el (window-combination-p): Function deleted; its
3147 side-effect is not used in any existing code.
3148 (window-combinations, window-combined-p): Call window-*-child
3149 directly.
3150
24300f5f
CY
31512011-11-05 Chong Yidong <cyd@gnu.org>
3152
3153 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
3154 (window-size-ignore, window-state-get): Callers changed.
3155 (window-normalize-window): Rename from window-normalize-any-window.
3156 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 3157 (window-normalize-live-window): Delete.
447f16b8
CY
3158 (window-combination-p, window-combined-p, window-combinations)
3159 (walk-window-subtree, window-atom-root, window-min-size)
3160 (window-sizable, window-sizable-p, window-size-fixed-p)
3161 (window-min-delta, window-max-delta, window-resizable)
3162 (window-resizable-p, window-full-height-p, window-full-width-p)
3163 (window-current-scroll-bars, window-point-1, set-window-point-1)
3164 (window-at-side-p, window-in-direction, window-resize)
3165 (adjust-window-trailing-edge, maximize-window, minimize-window)
3166 (window-deletable-p, delete-window, delete-other-windows)
3167 (record-window-buffer, unrecord-window-buffer)
3168 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
3169 (quit-window, split-window, window-state-put)
3170 (set-window-text-height, fit-window-to-buffer)
3171 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 3172
89bd5ee1
EZ
31732011-11-04 Eli Zaretskii <eliz@gnu.org>
3174
53479029
EZ
3175 * mail/rmail.el (rmail-simplified-subject): Decode subject with
3176 rfc2047-decode-string.
3177 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
3178 warnings.
3179
89bd5ee1
EZ
3180 * window.el (window-body-height, window-body-width): Mention in
3181 the doc string that the return values are in frame's canonical
3182 units. (Bug#9949)
3183
bd17fdee
AM
31842011-11-03 Alan Mackenzie <acm@muc.de>
3185
3186 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
3187 change in cc-engine.el.
3188
acc825c5
SM
31892011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
3190
3191 * window.el (switch-to-buffer): Use `force-same-window' interactively.
3192
1885e5b8
MR
31932011-11-02 Martin Rudalics <rudalics@gmx.at>
3194
3195 * window.el (quit-window): Call unrecord-window-buffer after
3196 showing another buffer in the window. (Bug#9937)
acc825c5 3197 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 3198
ebe06da9
JB
31992011-11-02 Juanma Barranquero <lekktu@gmail.com>
3200
3201 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
3202 Accept status with more than 9 shelves. (Bug#9935)
3203 Reported by Colin D Bennett <colin@gibibit.com>.
3204
4ee88440
MR
32052011-11-01 Martin Rudalics <rudalics@gmx.at>
3206
3207 * help.el (with-help-window): Don't reference
3208 temp-buffer-show-specifiers in doc-string.
3209
08e1d82c
AS
32102011-10-31 Andreas Schwab <schwab@linux-m68k.org>
3211
3212 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
3213 menu-item.
3214
84bd6e9e
VJL
32152011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3216
3217 * whitespace.el: New version 13.2.2.
3218 (whitespace-newline-mode): Disable properly. Reported by Sarah
3219 <EmacsWiki>.
3220
dba0634a
UJ
32212011-10-30 Ulf Jasper <ulf.jasper@web.de>
3222
3223 * net/newst-treeview.el: Remove "Time-stamp".
3224 (newsticker--group-manage-orphan-feeds): Do not call
3225 newsticker--treeview-tree-update.
db22a3c2
JB
3226 (newsticker-treeview-update, newsticker-treeview):
3227 Call newsticker--treeview-tree-update if necessary.
dba0634a 3228
3d8daefe
MR
32292011-10-30 Martin Rudalics <rudalics@gmx.at>
3230
3231 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
3232 (window-iso-combinations): Remove "iso-" infix.
3233 Suggested by Chong Yidong.
3d8daefe
MR
3234 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
3235 (window-max-delta-1, window-resize, window--resize-siblings)
3236 (window--resize-this-window, adjust-window-trailing-edge)
3237 (split-window, balance-windows-1)
3238 (shrink-window-if-larger-than-buffer):
3239 * calendar/calendar.el (calendar-generate-window):
db22a3c2 3240 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 3241
1bc4c3ae
SM
32422011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3243
3244 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
3245 in place (bug#9907).
3246 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
3247 (eshell-rewrite-if-command, eshell-rewrite-for-command)
3248 (eshell-structure-basic-command, eshell-rewrite-while-command)
3249 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
3250 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
3251 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
3252 (eshell-do-pipelines-synchronously, eshell-eval-command):
3253 Use backquotes and prefer setq to set.
3254 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
3255 (eshell-macrop): Use functionp.
c1e2f5fa 3256 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 3257
30b65d9c
CY
32582011-10-30 Chong Yidong <cyd@gnu.org>
3259
3260 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
3261 instead of set-mark (Bug#9810).
3262
2d197ffb
CY
32632011-10-30 Chong Yidong <cyd@gnu.org>
3264
3265 * window.el (split-window-below, split-window-right): Rename from
3266 split-window-above-each-other and split-window-side-by-side
3267 respectively. All callers changed.
3268 (split-window-sensibly, split-window-sensibly): Use them.
3269 (split-window-keep-point): Doc fix.
3270
3271 * isearch.el: Add isearch-scroll property to split-window-below
3272 and split-window-right.
3273
3274 * follow.el (follow-mode):
3275 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
3276 * progmodes/ada-xref.el (ada-gdb-application):
3277 * emulation/vip.el (vip-buffer-in-two-windows):
3278 * image-dired.el (image-dired-dired-with-window-configuration):
3279 * dired-x.el (dired-do-find-marked-files):
3280 * dired.el (dired-pop-to-buffer):
3281 * bs.el (bs--show-with-configuration):
3282 * vc/emerge.el (emerge-setup-windows):
3283 * textmodes/two-column.el (2C-two-columns):
3284 * textmodes/reftex-toc.el (reftex-toc):
3285 * progmodes/gdb-mi.el (gdb-setup-windows):
3286 * progmodes/fortran.el (fortran-window-create):
3287 * net/newst-treeview.el (newsticker--treeview-window-init):
3288 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
3289 * emulation/tpu-edt.el (tpu-gold-map):
3290 * emulation/crisp.el (crisp-mode-map):
3291 * calendar/calendar.el (calendar-basic-setup): Callers changed.
3292
38bb2ca8
CY
32932011-10-29 Chong Yidong <cyd@gnu.org>
3294
aa4de341
CY
3295 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
3296
e1eb5385
CY
3297 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
3298
5d2ece3c
CY
3299 * textmodes/flyspell.el (flyspell-word): Fix char offset for
3300 forged Ispell output (Bug#7904).
3301
38bb2ca8
CY
3302 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
3303
d0af9f77
SM
33042011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3305
3306 * doc-view.el: Avoid ugly errors about not finding nil.
3307 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
3308 (doc-view-dvipdf-program, doc-view-unoconv-program)
3309 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
3310 Avoid nil or absolute file name as default value.
3311 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
3312
52bedd34
AM
33132011-10-28 Alan Mackenzie <acm@muc.de>
3314
db22a3c2 3315 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 3316
7e43cfa5
AM
33172011-10-28 Alan Mackenzie <acm@muc.de>
3318
3319 Amend the handling of c-beginning/end-of-defun in nested declaration
3320 scopes.
3321
52bedd34
AM
3322 * progmodes/cc-vars.el (c-defun-tactic): Move here from
3323 cc-langs.el. Change it to a defcustom.
7e43cfa5 3324
52bedd34
AM
3325 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
3326 cc-vars.el.
7e43cfa5 3327
d0af9f77
SM
3328 * progmodes/cc-engine.el (c-beginning-of-statement-1):
3329 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 3330
52bedd34 3331 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 3332 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
3333 (c-widen-to-enclosing-decl-scope): New function.
3334 (c-while-widening-to-decl-block): New macro.
3335 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
3336 outward for defun boundaries, and correspondingly change symbol
3337 `respect-enclosure' to `go-outward'.
3338 (c-declaration-limits): Change algorithm to report only the "innermost"
3339 defun's boundaries.
3340
1a2ce9ee
DD
33412011-10-28 Deniz Dogan <deniz@dogan.se>
3342
3343 * net/rcirc.el (rcirc-mode): Use hard newlines.
3344
bc97a826
AM
33452011-10-28 Alan Mackenzie <acm@muc.de>
3346
3347 Amend to indent and fontify macros "which include their own semicolon"
3348 correctly, using the "virtual semicolon" mechanism.
3349
52bedd34 3350 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 3351
d0af9f77 3352 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 3353 Recode to scan one line at a time rather than having \n and \r
58179cce 3354 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 3355 (c-forward-label): Amend for virtual semicolons.
58179cce 3356 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 3357
52bedd34
AM
3358 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
3359 of the new C macros.
bc97a826 3360
52bedd34 3361 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
3362 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
3363 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
3364 (c-opt-cpp-macro-define): Make into a full language variable.
3365 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
3366 AWK Mode (including \n, \r) removed, no longer needed.
3367
d0af9f77
SM
3368 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
3369 Invoke c-make-macro-with-semi-re.
bc97a826 3370
52bedd34
AM
3371 * progmodes/cc-vars.el (c-macro-with-semi-re):
3372 (c-macro-names-with-semicolon): New variables.
58179cce 3373 (c-make-macro-with-semi-re): New function.
bc97a826 3374
7a6c0941
SM
33752011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3376
3377 * vc/log-edit.el: Fill empty field rather than adding new one.
3378 (log-edit-add-field): New function.
3379 (log-edit-insert-changelog): Use it.
3380
b0c4cdcf
ML
33812011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3382
3383 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
3384
ee1f1da9
SM
33852011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3386
3387 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
3388 (gdb--check-interpreter): New function.
3389 (gdb): Use it.
3390
51bc5f8b
GM
33912011-10-27 Glenn Morris <rgm@gnu.org>
3392
416a2c45
GM
3393 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
3394 (least-positive-float, least-negative-float)
3395 (least-positive-normalized-float, least-negative-normalized-float)
3396 (float-epsilon, float-negative-epsilon):
3397 Remove unnecessary declarations.
3398
3399 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
3400 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
3401 (least-positive-float, least-negative-float)
3402 (least-positive-normalized-float, least-negative-normalized-float)
3403 (float-epsilon, float-negative-epsilon): Add doc-strings,
3404 based on those in cl.texi.
3405
51bc5f8b
GM
3406 * files.el (set-visited-file-name): If the major-mode changed,
3407 reload the local variables. (Bug#9796)
3408
15de15c6
CY
34092011-10-27 Chong Yidong <cyd@gnu.org>
3410
3411 * subr.el (change-major-mode-after-body-hook): New hook.
3412 (run-mode-hooks): Run it.
3413
ee1f1da9
SM
3414 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3415 Use change-major-mode-before-body-hook.
15de15c6
CY
3416
3417 * simple.el (fundamental-mode):
3418 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
3419 change introducing fundamental-mode-hook.
3420
5430d399
JB
34212011-10-26 Juanma Barranquero <lekktu@gmail.com>
3422
acc825c5 3423 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 3424
ad74a69e
MA
34252011-10-26 Michael Albinus <michael.albinus@gmx.de>
3426
3427 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 3428 tramp.el explicitly. (Bug#7583)
ad74a69e 3429
71d4c2a5
SM
34302011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3431
3432 * progmodes/octave-mod.el:
3433 * progmodes/octave-inf.el: Update maintainer.
3434
b1f6fa26
CY
34352011-10-26 Chong Yidong <cyd@gnu.org>
3436
3437 * subr.el (with-wrapper-hook): Rewrite doc.
3438
3f04efd6
MA
34392011-10-25 Michael Albinus <michael.albinus@gmx.de>
3440
3441 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 3442 filenames "/method:foo:". (Bug#9793)
3f04efd6 3443
410488d3
SM
34442011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3445
3446 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
3447 (bug#9865).
3448
c1ebb47e
GM
34492011-10-24 Glenn Morris <rgm@gnu.org>
3450
3451 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
3452
7f5c46c7
MA
34532011-10-24 Michael Albinus <michael.albinus@gmx.de>
3454
3455 * notifications.el: Add the requirement of a running D-Bus session
3456 bus to the Commentary.
3457
db2440b6
JL
34582011-10-24 Juri Linkov <juri@jurta.org>
3459
3460 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
3461 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
3462 (Bug#9364)
3463
feecf435
JL
34642011-10-24 Juri Linkov <juri@jurta.org>
3465
3466 * info.el (Info-following-node-name-re): Add newline to the list
3467 of allowed characters for leading space. (Bug#9824)
3468
a3839de2
SM
34692011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3470
acc825c5
SM
3471 * progmodes/octave-inf.el (inferior-octave-mode-map):
3472 Fix C-c C-h binding.
a3839de2
SM
3473 * progmodes/octave-mod.el (octave-help): Remove.
3474
09388e76
MA
34752011-10-23 Michael Albinus <michael.albinus@gmx.de>
3476
3477 Sync with Tramp 2.2.3.
3478
3479 * net/tramp-cache.el (top): Pacify byte-compiler using
3480 `init-file-user' and `site-run-file'.
3481
3482 * net/trampver.el: Update release number.
3483
86c60681
CY
34842011-10-23 Chong Yidong <cyd@gnu.org>
3485
3486 * files.el (toggle-read-only): Remove obsolete comment about
3487 version control.
3488
3489 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
3490 for toggle-read-only. Note that this hasn't called vc-next-action
3491 since 2008-05-02, though it wasn't documented at the time.
3492
a3839de2
SM
3493 * vc/ediff-init.el (ediff-toggle-read-only-function):
3494 Use toggle-read-only.
86c60681 3495
cd5495ff
AM
34962011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
3497
3498 Fix bug #9560, sporadic wrong indentation; improve instrumentation
3499 of c-parse-state.
3500
00b77525 3501 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 3502 correct faulty logical expression.
cd5495ff
AM
3503 (c-parse-state-state, c-record-parse-state-state):
3504 (c-replay-parse-state-state): New defvar/defuns.
3505 (c-debug-parse-state): Use new functions.
3506
42ee24ed
MR
35072011-10-22 Martin Rudalics <rudalics@gmx.at>
3508
3509 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 3510 last fix. Use window-in-direction correctly.
42ee24ed 3511
a7dee7e7
CY
35122011-10-21 Chong Yidong <cyd@gnu.org>
3513
3514 * progmodes/idlwave.el (idlwave-mode):
3515 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
3516 require-final-newline; that's done in prog-mode.
3517 Suggested by Stefan Monnier.
a7dee7e7 3518
e07b9a6d
MR
35192011-10-21 Martin Rudalics <rudalics@gmx.at>
3520
3521 * mouse.el (mouse-drag-window-above)
3522 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
3523 (mouse-drag-mode-line-1, mouse-drag-header-line)
3524 (mouse-drag-vertical-line-rightward-window): Remove.
3525 (mouse-drag-line): New function.
3526 (mouse-drag-mode-line, mouse-drag-header-line)
3527 (mouse-drag-vertical-line): Call mouse-drag-line.
3528 * window.el (window-at-side-p, windows-at-side): New functions.
3529
7e1361d9
UM
35302011-10-21 Ulrich Mueller <ulm@gentoo.org>
3531
3532 * tar-mode.el (tar-grind-file-mode):
3533 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
3534
30fcaf3a
CY
35352011-10-21 Chong Yidong <cyd@gnu.org>
3536
3537 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
3538 * progmodes/vera-mode.el (vera-mode):
3539 Use mode-require-final-newline.
30fcaf3a 3540
516eddb0
GM
35412011-10-20 Glenn Morris <rgm@gnu.org>
3542
db22a3c2 3543 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 3544
10d5f513
CS
35452011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
3546
3547 * emulation/cua-base.el (cua-set-mark): Fix case of string.
3548
ac6c8639
CY
35492011-10-20 Chong Yidong <cyd@gnu.org>
3550
3551 * emulation/cua-base.el (cua-mode):
3552 * mail/footnote.el (footnote-mode):
3553 * mail/mailabbrev.el (mail-abbrevs-mode):
3554 * net/xesam.el (xesam-minor-mode):
3555 * progmodes/bug-reference.el (bug-reference-mode):
3556 * progmodes/cap-words.el (capitalized-words-mode):
3557 * progmodes/compile.el (compilation-minor-mode)
3558 (compilation-shell-minor-mode):
3559 * progmodes/gud.el (gud-tooltip-mode):
3560 * progmodes/hideif.el (hide-ifdef-mode):
3561 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
3562 * progmodes/subword.el (subword-mode):
3563 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
3564 * progmodes/which-func.el (which-function-mode):
3565 * term/tvi970.el (tvi970-set-keypad-mode):
3566 * term/vt100.el (vt100-wide-mode):
3567 * textmodes/flyspell.el (flyspell-mode):
3568 * textmodes/ispell.el (ispell-minor-mode):
3569 * textmodes/nroff-mode.el (nroff-electric-mode):
3570 * textmodes/paragraphs.el (use-hard-newlines):
3571 * textmodes/refill.el (refill-mode):
3572 * textmodes/reftex.el (reftex-mode):
3573 * textmodes/rst.el (rst-minor-mode):
3574 * textmodes/sgml-mode.el (html-autoview-mode)
3575 (sgml-electric-tag-pair-mode):
3576 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
3577 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
3578 * emulation/crisp.el (crisp-mode):
3579 * emacs-lisp/eldoc.el (eldoc-mode):
3580 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
3581 minor mode behavior.
3582
aa42ab43
JL
35832011-10-19 Juri Linkov <juri@jurta.org>
3584
3585 * descr-text.el (describe-char): Add #x2010 and #x2011 to
3586 the list of hard-coded chars with escape-glyph face.
3587
89400f1d
SM
35882011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3589
3590 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
3591
305c07f6
MA
35922011-10-19 Michael Albinus <michael.albinus@gmx.de>
3593
3594 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
3595 running process.
3596
13754b54
GM
35972011-10-19 Glenn Morris <rgm@gnu.org>
3598
3599 * vc/vc-bzr.el (vc-bzr-after-dir-status):
3600 Ignore ignored files. (Bug#9726)
3601
06e21633
CY
36022011-10-19 Chong Yidong <cyd@gnu.org>
3603
3604 Doc fix for minor modes, stating that an omitted argument enables
3605 the mode unconditionally when called from Lisp.
3606
3607 * abbrev.el (abbrev-mode):
3608 * allout.el (allout-mode):
3609 * autoinsert.el (auto-insert-mode):
3610 * autoarg.el (autoarg-mode, autoarg-kp-mode):
3611 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
3612 (global-auto-revert-mode):
3613 * battery.el (display-battery-mode):
3614 * composite.el (global-auto-composition-mode)
3615 (auto-composition-mode):
3616 * delsel.el (delete-selection-mode):
3617 * desktop.el (desktop-save-mode):
3618 * dired-x.el (dired-omit-mode):
3619 * dirtrack.el (dirtrack-mode):
3620 * doc-view.el (doc-view-minor-mode):
3621 * double.el (double-mode):
3622 * electric.el (electric-indent-mode, electric-pair-mode):
3623 * emacs-lock.el (emacs-lock-mode):
3624 * epa-hook.el (auto-encryption-mode):
3625 * follow.el (follow-mode):
3626 * font-core.el (font-lock-mode):
3627 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
3628 * help.el (temp-buffer-resize-mode):
3629 * hilit-chg.el (highlight-changes-mode)
3630 (highlight-changes-visible-mode):
3631 * hi-lock.el (hi-lock-mode):
3632 * hl-line.el (hl-line-mode, global-hl-line-mode):
3633 * icomplete.el (icomplete-mode):
3634 * ido.el (ido-everywhere):
3635 * image-file.el (auto-image-file-mode):
3636 * image-mode.el (image-minor-mode):
3637 * iswitchb.el (iswitchb-mode):
3638 * jka-cmpr-hook.el (auto-compression-mode):
3639 * linum.el (linum-mode):
3640 * longlines.el (longlines-mode):
3641 * master.el (master-mode):
3642 * mb-depth.el (minibuffer-depth-indicate-mode):
3643 * menu-bar.el (menu-bar-mode):
3644 * minibuf-eldef.el (minibuffer-electric-default-mode):
3645 * mouse-sel.el (mouse-sel-mode):
3646 * msb.el (msb-mode):
3647 * mwheel.el (mouse-wheel-mode):
3648 * outline.el (outline-minor-mode):
3649 * paren.el (show-paren-mode):
3650 * recentf.el (recentf-mode):
3651 * reveal.el (reveal-mode, global-reveal-mode):
3652 * rfn-eshadow.el (file-name-shadow-mode):
3653 * ruler-mode.el (ruler-mode):
3654 * savehist.el (savehist-mode):
3655 * scroll-all.el (scroll-all-mode):
3656 * scroll-bar.el (scroll-bar-mode):
3657 * server.el (server-mode):
3658 * shell.el (shell-dirtrack-mode):
3659 * simple.el (auto-fill-mode, transient-mark-mode)
3660 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
3661 (line-number-mode, column-number-mode, size-indication-mode)
3662 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
3663 * strokes.el (strokes-mode):
3664 * time.el (display-time-mode):
3665 * t-mouse.el (gpm-mouse-mode):
3666 * tool-bar.el (tool-bar-mode):
3667 * tooltip.el (tooltip-mode):
3668 * type-break.el (type-break-mode-line-message-mode)
3669 (type-break-query-mode):
3670 * view.el (view-mode):
3671 * whitespace.el (whitespace-mode, whitespace-newline-mode)
3672 (global-whitespace-mode, global-whitespace-newline-mode):
3673 * xt-mouse.el (xterm-mouse-mode): Doc fix.
3674
a3839de2
SM
3675 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3676 Fix autogenerated docstring.
06e21633 3677
5214e501
JL
36782011-10-19 Juri Linkov <juri@jurta.org>
3679
3680 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
3681 by checking environment variables "DESKTOP_SESSION" and
3682 "XDG_CURRENT_DESKTOP". (Bug#9779)
3683
195f8db9
JL
36842011-10-19 Juri Linkov <juri@jurta.org>
3685
3686 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
3687 (browse-url-chromium-program, browse-url-chromium-arguments):
3688 New defcustoms.
3689 (browse-url-default-browser): Check for `browse-url-chromium' and
3690 call `browse-url-chromium-program'.
3691 (browse-url-chromium): New command. (Bug#9779)
3692
343a34ff
JB
36932011-10-18 Juanma Barranquero <lekktu@gmail.com>
3694
3695 * facemenu.el (list-colors-duplicates): On Windows, detect more
3696 duplicates by assuming that only colors matching "^System" are
3697 special "system colors". (Bug#9722)
3698
6978a151
SM
36992011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3700
3701 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
3702 to distinguish the author from the committer.
3703
6a80b297
MA
37042011-10-18 Michael Albinus <michael.albinus@gmx.de>
3705
3706 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
3707
b31a5677
JK
37082011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
3709
3710 * international/mule.el (sgml-html-meta-auto-coding-function):
3711 Add support for detecting encoding in HTML5 specified only as
3712 <meta charset="UTF-8">. Implementation just makes http-equiv and
3713 content-type parts from HTML4 encoding string optional. (Bug#9716)
3714
80c6d77f
GM
37152011-10-18 Glenn Morris <rgm@gnu.org>
3716
3717 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
3718
08b0fee8
CY
37192011-10-18 Chong Yidong <cyd@gnu.org>
3720
3721 * faces.el (cursor): Doc fix.
3722
67e729a5
CY
37232011-10-17 Chong Yidong <cyd@gnu.org>
3724
3725 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
3726
343a34ff 37272011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
3728
3729 * dirtrack.el (dirtrack): Support shell buffers with path
3730 prefixes, e.g. tramp-based remote shells. (Bug#9647)
3731
0bc06380
TZ
37322011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
3733
3734 * json.el: Bump version to 1.3 and note change in History.
3735 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
3736
8b79f3e0
SM
37372011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
3738
5a7c536b
SM
3739 * comint.el (comint-insert-input, comint-send-input)
3740 (comint-get-old-input-default, comint-backward-matching-input)
3741 (comint-next-prompt): Use nil instead of `input' for field property of
3742 past user input (bug#114).
3743
96a8a0df
SM
3744 * minibuffer.el (completion--replace): Inherit surrounding properties
3745 (bug#114).
3746 (minibuffer-complete-and-exit): Use it.
3747
8b79f3e0
SM
3748 * comint.el (comint--table-subvert): Quote the all-completions output
3749 (bug#9160).
3750
b8f7ff0d
MR
37512011-10-17 Martin Rudalics <rudalics@gmx.at>
3752
8b79f3e0 3753 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 3754
b8f7ff0d 3755 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 3756 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
3757 entries and separate them from frame entries.
3758
c235b555
GM
37592011-10-15 Glenn Morris <rgm@gnu.org>
3760
3761 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
3762 Doc fixes.
3763
6bbfa6e1
CY
37642011-10-15 Chong Yidong <cyd@stupidchicken.com>
3765
8b79f3e0
SM
3766 * net/network-stream.el (network-stream-open-starttls):
3767 Improve detection of failure due to lack of TLS support.
ec5c990d 3768
6bbfa6e1
CY
3769 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
3770 putting the input text in front and in bold.
3771
98488977
SM
37722011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
3773
3d1337be
SM
3774 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
3775
ee0b45e4
SM
3776 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
3777 empty buffer.
3778
98488977
SM
3779 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
3780 unread-command-events rather than pushing yet-another event.
3781
186f4720
EZ
37822011-10-14 Eli Zaretskii <eliz@gnu.org>
3783
3784 * mail/sendmail.el (sendmail-query-once): Improve the wording of
3785 the explanation of the possible choices. Make the options passed
3786 to completing-read shorter.
3787
8b7a997c
AM
37882011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3789
3790 * textmodes/flyspell.el (flyspell-large-region): Make sure
3791 extended character mode is used if defined (Bug#1339).
3792
12587bbb
EZ
37932011-10-13 Eli Zaretskii <eliz@gnu.org>
3794
3795 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
3796 character info for LRE, LRO, RLE, and RLO characters by appending
3797 an invisible PDF.
12587bbb 3798
bad41229
SM
37992011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
3800
3801 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
3802 even in case of error; add debug spec; simplify data flow.
3803 (with-timeout-handler): Remove.
3804
28dbc92f
MA
38052011-10-12 Michael Albinus <michael.albinus@gmx.de>
3806
3807 Fix Bug#6019, Bug#9315.
3808
3809 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
3810 complete `buffer-file-name', the local file name part could look
3811 remotely (for example on VMS).
3812
3813 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
3814 `tramp-run-real-handler'.
3815 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
3816 already quoted by '"'.
3817
3818 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
3819 Let `file-name-handler-alist' be nil, the local file name part
3820 could look remotely (for example on VMS).
3821
e1b0b23a
SM
38222011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3823
3824 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
3825 from here...
3826 (flyspell-post-command-hook): ...to here.
3827
a120bde9
SM
38282011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3829
3830 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
3831 if not needed.
3832 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
3833 using completion. Protect against "slow" callers.
3834 Remove the "message hack".
3835
7ce7717b
JL
38362011-10-11 Juri Linkov <juri@jurta.org>
3837
3838 * isearch.el (isearch-lazy-highlight-word): New variable.
3839 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
3840 Use it. (Bug#9727)
3841
c02ee9d6
GM
38422011-10-11 Glenn Morris <rgm@gnu.org>
3843
3844 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
3845 like f90-previous-statement does.
3846
93e616fd 38472011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3848
1f190e73 3849 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
3850 only in interactive use, to avoid error.
3851
af7b6078
SM
38522011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3853
3854 * minibuffer.el (completion-file-name-table): Fix last change,
3855 i.e. ignore normal errors but not the other ones.
3856
0563dae9
MR
38572011-10-10 Martin Rudalics <rudalics@gmx.at>
3858
3859 * window.el (special-display-buffer-names)
3860 (special-display-regexps): Remove some remnants of earlier
3861 changes from doc-strings.
366ca7f3
MR
3862 (quit-windows-on): New function.
3863
3864 * vc/vc.el (vc-revert, vc-rollback):
3865 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
3866 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 3867 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 3868
49677495
MR
38692011-10-09 Martin Rudalics <rudalics@gmx.at>
3870
3871 * window.el (frame-auto-hide-function): Add version tag.
3872 (Bug#9699)
3873
56f2d1e1
MA
38742011-10-09 Michael Albinus <michael.albinus@gmx.de>
3875
3876 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
3877 condition.
3878
112a6592
LL
38792011-10-09 Leo Liu <sdl.web@gmail.com>
3880
3881 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
3882 (Bug#9701)
3883
0812589b
GM
38842011-10-08 Glenn Morris <rgm@gnu.org>
3885
3886 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
3887 before the first code statement zero indent. (Bug#9690)
3888
b2b0776e
CY
38892011-10-08 Chong Yidong <cyd@stupidchicken.com>
3890
3891 * simple.el (count-words-region): Always count in the region.
3892 Report the number of lines and characters too.
3893 (count-words): New command, which counts in the buffer if the
3894 region is inactive, as count-words-region used to.
3895 (count-words--message): New function. Handle plurals.
3896 (count-lines-region): Make it an alias for count-words-region.
3897
3898 * bindings.el (esc-map): Replace count-lines-region with
3899 count-words-region.
3900
c557cd6b
MR
39012011-10-08 Martin Rudalics <rudalics@gmx.at>
3902
3903 * window.el (window--delete): Delete dedicated frame
3904 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 3905 (switch-to-buffer): Fix doc-string typo.
c557cd6b 3906
61a57ef4 39072011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3908
3a7d293b 3909 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 3910
c3833279
CY
39112011-10-07 Chong Yidong <cyd@stupidchicken.com>
3912
3913 * bindings.el ([M-left],[M-right]): Bind to left-word and
3914 right-word respectively.
3915
21ce8245
GM
39162011-10-07 Glenn Morris <rgm@gnu.org>
3917
3918 * cus-start.el (debug-on-quit): Fix custom type.
3919
6d823bb2
LMI
39202011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3921
0181e193
LMI
3922 * subr.el (define-key-after): Clarify that the function is not
3923 useful for non-menu keymaps.
3924
6d823bb2
LMI
3925 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
3926
8e3459ce 39272011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3928
21ce8245 3929 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 3930 in current minibuffer (Fix bug with recursive minibuffers).
3931
a1c2d21e
CY
39322011-10-06 Chong Yidong <cyd@stupidchicken.com>
3933
3934 * progmodes/gdb-mi.el (gdb): Doc fix.
3935
5a4cf282
MR
39362011-10-05 Martin Rudalics <rudalics@gmx.at>
3937
3938 * window.el (frame-auto-hide-function): New option replacing
3939 frame-auto-delete. Suggested by Stefan Monnier.
3940 (window--delete): Call frame-auto-hide-function instead of
3941 investigating frame-auto-delete.
c96111ea
MR
3942 (window-point-1, set-window-point-1): New functions.
3943 (window-in-direction, record-window-buffer, window-state-get-1)
3944 (display-buffer-record-window): Use window-point-1 instead of
3945 window-point.
3946 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 3947
9854542e
SM
39482011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
3949
3950 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
3951
8943cfb0
GM
39522011-10-05 Glenn Morris <rgm@gnu.org>
3953
3954 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
3955 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
3956
647ab967
LL
39572011-10-05 Leo Liu <sdl.web@gmail.com>
3958
3959 * subr.el (read-char-choice): Fix argument to buffer-live-p which
3960 works with buffer object.
3961
3ddfbced
SM
39622011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
3963
3964 * mpc.el (mpc-tool-bar-map): Add labels.
3965
bdfa5dd2
GM
39662011-10-04 Glenn Morris <rgm@gnu.org>
3967
3968 * calendar/holidays.el (calendar-check-holidays): Doc fix.
3969
0e2070b5
MR
39702011-10-04 Martin Rudalics <rudalics@gmx.at>
3971
3972 * window.el (window--delete): New function.
3973 (frame-auto-delete): Resuscitate option.
3974 (bury-buffer, replace-buffer-in-windows)
3975 (quit-window): Rewrite using window--delete.
3976 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
3977 Pass display-buffer-mark-dedicated to window--display-buffer-2
3978 (Bug#9639).
3979
3dc61a09
SM
39802011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3981
915a9b64
SM
3982 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
3983 returns a list (bug#9554). Add remote file name completion.
3984 * comint.el (comint--table-subvert): Curry and get quote&unquote
3985 functions as arguments.
3986 (comint--complete-file-name-data): Adjust call accordingly.
3987 * pcomplete.el (pcomplete--table-subvert): Remove.
3988 (pcomplete-completions-at-point): Use comint--table-subvert instead.
3989
3dc61a09
SM
3990 * minibuffer.el (completion-table-case-fold): Use currying.
3991 (completion--styles-type, completion--cycling-threshold-type):
3992 New constants.
3993 (completion-styles, completion-category-overrides)
3994 (completion-cycle-threshold): Use them.
3995 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
3996 completion-table-case-fold.
3997
8ea0a993
SB
39982011-10-03 Stephen Berman <stephen.berman@gmx.net>
3999
4000 * minibuffer.el (completion-category-overrides): Fix type of styles
4001 and add more user friendly tags (bug#9660).
4002
8c24b7f6
SM
40032011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4004
4005 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
4006 (mule-input-method-string): New widget.
4007 (default-input-method, language-info-custom-alist): Use it.
4008
428fe61a
SM
40092011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
4010
32c1fffd
SM
4011 * pcomplete.el: Require comint.
4012 (pcomplete--common-suffix): Remove.
4013 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
4014 (pcomplete--table-subvert): Sync with comint--table-subvert.
4015 (pcomplete--entries): Use comint-completion-file-name-table.
4016 * comint.el (comint-unquote-filename): Simplify.
4017 (comint-completion-file-name-table): New function (bug#9616).
4018 (comint--complete-file-name-data): Use it.
4019
428fe61a
SM
4020 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
4021 (pcmpl-gnu-tar-buffer): Remove.
4022 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
4023 around. Make sure pcomplete-suffix-list is only changed temporarily.
4024 Don't look inside the tar's file if it's too large.
428fe61a 4025
04c52e2f
CY
40262011-10-01 Chong Yidong <cyd@stupidchicken.com>
4027
ce3cefcc
CY
4028 * cus-edit.el (custom-mode-map):
4029 * epa.el (epa-key-list-mode-map):
4030 * man.el (Man-mode-map):
4031 * startup.el (splash-screen-keymap):
4032 * simple.el (special-mode-map): Use scroll-up-command and
4033 scroll-down-command.
4034
4035 * progmodes/idlw-help.el (idlwave-help-mode-map):
4036 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
4037 * net/newst-plainview.el (newsticker-mode-map):
4038 * emulation/ws-mode.el (wordstar-mode-map):
4039 * emulation/vi.el (vi-com-map):
4040 * calc/calc-graph.el (calc-graph-show-dumb):
4041 * term/sun.el (terminal-init-sun):
4042 * term/ns-win.el (global-map):
4043 * progmodes/grep.el (grep-mode-map):
4044 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
4045 * mail/rmail.el (rmail-mode-map):
4046 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
4047
04c52e2f
CY
4048 * custom.el (custom-safe-themes, load-theme): Treat value of t for
4049 custom-safe-themes as special.
4050
79adf8c8
JD
40512011-10-01 Julien Danjou <julien@danjou.info>
4052
4053 * notifications.el (notifications-notify): Fix docstring.
4054
63bd50d3
PS
40552011-10-01 Per Starbäck <per@starback.se>
4056
4057 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
4058
199e4c7e
MR
40592011-09-30 Martin Rudalics <rudalics@gmx.at>
4060
4061 * startup.el (command-line-1): Fix last fix by inserting
4062 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 4063 (Bug#9605) and (Bug#9636)
199e4c7e 4064
fe5f08dd
EZ
40652011-09-29 Eli Zaretskii <eliz@gnu.org>
4066
4067 * simple.el (line-move): If auto-hscroll-mode is disabled and the
4068 window is hscrolled, move by logical lines. (Bug#9607)
4069 (line-move-visual): Update the doc string to the above effect.
4070
b5516bbd
MR
40712011-09-29 Martin Rudalics <rudalics@gmx.at>
4072
ccee00c0
MR
4073 * window.el (display-buffer-record-window): When WINDOW is the
4074 selected window use `point' instead of `window-point'. (Bug#9626)
4075
b5516bbd
MR
4076 * startup.el (command-line-1): Use insert-before-markers when
4077 inserting initial-scratch-message. (Bug#9605)
ccee00c0 4078
b5516bbd
MR
4079 * help.el (help-window): Remove variable.
4080
52aa0014
GM
40812011-09-29 Glenn Morris <rgm@gnu.org>
4082
4083 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
4084
df9a7357
JB
40852011-09-29 Juanma Barranquero <lekktu@gmail.com>
4086
4087 * descr-text.el (describe-char-categories): Accept category
4088 descriptions more than one line long.
4089
a8406c20
SM
40902011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4091
88d9610c
SM
4092 * simple.el (delete-trailing-whitespace): Fix last change.
4093
a5daf810
SM
4094 * progmodes/perl-mode.el (perl-syntax-propertize-function):
4095 Don't confuse "y => 3" as the beginning of a `y' operation.
4096
a8406c20
SM
4097 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
4098 object has more than 4 slots (bug#9613).
4099
a239d4e9
JB
41002011-09-28 Juanma Barranquero <lekktu@gmail.com>
4101
4102 * subr.el (with-output-to-temp-buffer):
4103 * net/quickurl.el (quickurl, quickurl-browse-url):
4104 Fix typos in docstrings.
4105
693fbdb6
EZ
41062011-09-27 Eli Zaretskii <eliz@gnu.org>
4107
4108 * minibuffer.el (completion-styles)
4109 (completion-category-overrides): Cross reference each other in doc
4110 strings.
4111
8b457e28
GM
41122011-09-27 Glenn Morris <rgm@gnu.org>
4113
4114 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
4115 to split-string. (Bug#9606)
4116
85a16208
LMI
41172011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4118
4119 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
4120 (bug#9615).
4121
502f9ebd
CY
41222011-09-27 Chong Yidong <cyd@stupidchicken.com>
4123
4124 * emacs-lisp/package.el (list-packages): Fix echo area message.
4125
7690bdea
LL
41262011-09-27 Leo Liu <sdl.web@gmail.com>
4127
4128 * ido.el (ido-read-internal): Accept cons cell HIST arg.
4129
e2ee6f30
MA
41302011-09-25 Michael Albinus <michael.albinus@gmx.de>
4131
4132 * net/dbus.el (dbus-unregister-object): Don't release services for
4133 registered signals. (Bug#9581)
4134
f3f98342
TZ
41352011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4136
4137 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
4138 function that picks between cfengine 2 and 3 support
4139 automatically. Update docs accordingly.
4140
dd7aa8dd
KH
41412011-09-22 Kenichi Handa <handa@m17n.org>
4142
4143 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
4144 ZERO.
4145 (indian-itrans-v5-table-for-tamil): New variable.
4146 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
4147
3f2b07f8
KM
41482011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
4149
4150 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
4151 that's true if the current command involved collapsing of text.
4152 It's reset to false at the beginning of the next command.
4153 (allout-post-command-business): Move the cursor to the beginning
4154 of entry if the cursor is hidden and collapsing activity just
4155 happened.
4156
371d6a61
CY
41572011-09-24 Chong Yidong <cyd@stupidchicken.com>
4158
4159 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
4160 tracking (Bug#9541).
4161
2ac2721a
UJ
41622011-09-24 Ulf Jasper <ulf.jasper@web.de>
4163
4164 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
4165 (newsticker-show-news): Automatically load html rendering package
4166 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
4167 because w3m-fill-column is let-bound" and the error "Symbol's value
4168 as variable is void: w3m-fill-column".
2ac2721a 4169
fac7ae53
MA
41702011-09-24 Michael Albinus <michael.albinus@gmx.de>
4171
4172 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
4173 Release services only if they are defined. (Bug#9581)
4174
e08b633b
RS
41752011-09-23 Richard Stallman <rms@gnu.org>
4176
e488d29c
RS
4177 * textmodes/paragraphs.el (forward-sentence): For backwards case,
4178 distinguish start of paragraph from start of its text.
4179
19c38752
RS
4180 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
4181
e08b633b
RS
4182 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
4183 (rmail-generate-viewer-buffer): Put that hook on view buffer.
4184 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
4185
0a39f27e
AS
41862011-09-23 Andreas Schwab <schwab@linux-m68k.org>
4187
4188 * international/mule-diag.el (mule-diag): Insert a newline after
4189 each fontset description.
4190
db4e950d
SM
41912011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4192
4193 * simple.el (delete-trailing-whitespace):
4194 Document last change; simplify.
4195
eca3f3ea
PW
41962011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
4197
d68e189a
PW
4198 * simple.el (delete-trailing-whitespace): Also delete
4199 extra newlines at the end of the buffer.
4200
eca3f3ea
PW
4201 * textmodes/picture.el: Make motion commands obey shift-select-mode.
4202 (picture-newline): Use forward-line so as to ignore fields.
4203
01c157cc
SM
42042011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4205
4206 * subr.el (with-wrapper-hook): Fix edebug spec.
4207
022de23e
LMI
42082011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4209
4210 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
4211 (bug#4538).
4212
91683089
MA
42132011-09-23 Michael Albinus <michael.albinus@gmx.de>
4214
eca3f3ea
PW
4215 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
4216 Fix nasty bug using wrong cached values.
91683089 4217
5bdd6fa4
AM
42182011-09-23 Alan Mackenzie <acm@muc.de>
4219
4220 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
4221
97adfb97
CY
42222011-09-23 Chong Yidong <cyd@stupidchicken.com>
4223
4224 * window.el (pop-to-buffer): Ensure right window is selected if we
4225 chose another frame.
4226
d4ef2b50
EZ
42272011-09-22 Eli Zaretskii <eliz@gnu.org>
4228
4229 * simple.el (what-cursor-position): Use get-char-property-change
4230 and next-single-char-property-change, to be able to show display
4231 properties that come from overlays as well as text properties.
4232
72258fe5
CY
42332011-09-22 Chong Yidong <cyd@stupidchicken.com>
4234
4235 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
4236
4237 * cmuscheme.el (run-scheme, switch-to-scheme):
4238 * cus-edit.el (customize-group, custom-buffer-create)
4239 (customize-browse):
4240 * info.el (info):
4241 * shell.el (shell):
4242 * mail/sendmail.el (mail):
4243 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
4244
8f098516
RS
42452011-09-22 Richard Stallman <rms@gnu.org>
4246
4247 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
4248 move back only to line beg, don't move back over blank lines.
4249
e74f1bb6
MA
42502011-09-22 Michael Albinus <michael.albinus@gmx.de>
4251
4252 * files.el (copy-directory): Set directory attributes only in case
4253 they could be retrieved from the source directory. (Bug#9565)
4254
bfeef8b6
DK
42552011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
4256
4257 * progmodes/hideshow.el (hs-looking-at-block-start-p)
4258 (hs-find-block-beginning, hs-hide-level-recursive):
4259 Ignore strings as well as comments. (Bug#9502)
4260
7e423bb8
AS
42612011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
4262
4263 * progmodes/sql.el (sql-comint-postgres):
4264 Convert port number to a string. (Bug#9566)
4265
b4d72fcf
MR
42662011-09-22 Martin Rudalics <rudalics@gmx.at>
4267
4268 * window.el (quit-window): Undedicate window when switching to
4269 previous buffer. Reported by Thierry Volpiatto
4270 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
4271 (special-display-popup-frame): When popping up a new frame reset
4272 its previous buffers to nil. Simplify code.
b4d72fcf 4273
a7b88dc6
MA
42742011-09-21 Michael Albinus <michael.albinus@gmx.de>
4275
4276 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
4277 and process filter, as done also in `shell-command'.
4278
cf4eacfd
MR
42792011-09-21 Martin Rudalics <rudalics@gmx.at>
4280
eca3f3ea 4281 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
4282 Call set-window-start with NOFORCE argument t.
4283 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
4284 (quit-window): Reword doc-string. Handle new format of
4285 quit-restore parameter. Don't delete window if it has a
4286 previous buffer we can show instead of the present one.
4287 (display-buffer-record-window): Rewrite using a new format for
4288 the quit-restore window parameter
4289 (special-display-popup-frame, display-buffer-same-window)
4290 (display-buffer-reuse-window, display-buffer-pop-up-frame)
4291 (display-buffer-pop-up-window, display-buffer-use-some-window):
4292 Adapt symbol passed to display-buffer-record-window.
4293 * help.el (help-window-setup): Handle new format of quit-restore
4294 parameter.
4295
8d28cb95
SM
42962011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4297
94ab793f
SM
4298 * faces.el (face-list): Fix docstring (bug#9564).
4299
8d28cb95
SM
4300 * window.el (display-buffer--action-function-custom-type):
4301 Don't include internal functions in the Custom interface.
4302
3820edeb
JL
43032011-09-20 Juri Linkov <juri@jurta.org>
4304
4305 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
4306 (Info-forward-node, Info-backward-node, Info-next-preorder)
4307 (Info-last-preorder): Use it. (Bug#9528)
4308
5147931d
JL
43092011-09-20 Juri Linkov <juri@jurta.org>
4310
4311 * info.el (Info-last-preorder): Visit last menu item only when
4312 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
4313
cf499a1a
JD
43142011-09-20 Julien Danjou <julien@danjou.info>
4315
4316 * password-cache.el (password-cache-remove): Remove entries even if the
4317 value is nil, so that password with a nil value (negative caching) is
4318 possible to invalidate.
4319
f84e2fe2
LM
43202011-09-20 Lawrence Mitchell <wence@gmx.li>
4321
4322 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
4323 all whitespace around breakpoint. (Bug#9553)
4324 (f90-find-breakpoint): Only break at whitespace inside a comment.
4325
78054a46
SM
43262011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
4327
4328 * minibuffer.el (completion-file-name-table): Keep track of errors.
4329 (completion-table-with-predicate): Handle the case where pred1 is nil.
4330 * pcomplete.el (pcomplete-completions-at-point): Simplify.
4331
345083b2
SM
43322011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4333
e24e27be
SM
4334 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
4335 (debugger-return-value): Signal an error if the debugging context does
4336 not await any return value.
4337
345083b2
SM
4338 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
4339 * image-mode.el (image-toggle-display-text)
4340 (image-toggle-display-image): Stay away from evil `intangible'.
4341
08d355e3
LL
43422011-09-19 Leo Liu <sdl.web@gmail.com>
4343
4344 * replace.el (occur-revert-arguments): Make it permanent-local.
4345 (occur-mode): Don't call font-lock-defontify.
4346
f01da43f
CY
43472011-09-19 Chong Yidong <cyd@stupidchicken.com>
4348
4349 * net/ldap.el (ldap-search-internal): Don't push empty search
4350 result (Bug#9508).
4351
b6072fa6
SM
43522011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4353
4354 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
4355
443d6696
MA
43562011-09-19 Michael Albinus <michael.albinus@gmx.de>
4357
4358 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
4359 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
4360
7cc6e154
JL
43612011-09-18 Juri Linkov <juri@jurta.org>
4362
4363 * buff-menu.el (Buffer-menu-mode-map):
4364 * dired.el (dired-mode-map):
4365 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
4366 (lisp-interaction-mode-map):
4367 * emacs-lisp/package.el (package-menu-mode-map):
4368 * epa.el (epa-key-list-mode-map):
4369 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
4370 (menu-bar-options-menu):
4371 * outline.el (outline-mode-menu-bar-map):
4372 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
4373 * vc/vc-dir.el (vc-dir-menu-map):
4374 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
4375 Capitalize non-function content words in menu item strings.
4376
4377 * dired.el (dired-mode-map): Add menu item for
4378 `image-dired-dired-toggle-marked-thumbs'.
4379
80302a81
JL
43802011-09-18 Juri Linkov <juri@jurta.org>
4381
4382 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
4383 to `isearch-case-fold-search' and restore its original value
4384 after the `isearch-mode' call.
4385
46c5cf66
JL
43862011-09-18 Juri Linkov <juri@jurta.org>
4387
4388 * progmodes/grep.el (grep-process-setup): Don't check code for 1
4389 because `zgrep' returns 1 for successful matches (bug#9226).
4390
d18b513b
JL
43912011-09-18 Juri Linkov <juri@jurta.org>
4392
4393 * info.el (Info-extract-menu-node-name): Check the second match
4394 for empty string (second test-case of bug#9528).
4395 (Info-last-preorder): Let-bind `Info-history' to nil to not add
4396 intermediate nodes to the history (first test-case of bug#9528).
4397
72753f87
JL
43982011-09-18 Juri Linkov <juri@jurta.org>
4399
4400 * info.el (Info-mode-syntax-table): New variable.
1154d12e 4401 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 4402
c9384295
JL
44032011-09-18 Juri Linkov <juri@jurta.org>
4404
1154d12e
JB
4405 * info.el (Info-file-supports-index-cookies):
4406 Increment line-beginning-position's arg from 3 to 4 because makeinfo
4407 outputs one more line for long file names (bug#4142).
c9384295 4408
d473dce8
CY
44092011-09-18 Chong Yidong <cyd@stupidchicken.com>
4410
4411 * newcomment.el (comment-normalize-vars): If prompting for
4412 comment-start, set comment-start-skip too (Bug#8424).
4413
2176854d
JB
44142011-09-18 Johan Bockgård <bojohan@gnu.org>
4415
4416 * icomplete.el: Fix previous fix of Bug#5849.
4417 (icomplete-mode): Don't set completion-show-inline-help.
4418 (icomplete-minibuffer-setup): Set completion-show-inline-help
4419 locally during icompletion.
4420
3aace4e4
CY
44212011-09-18 Chong Yidong <cyd@stupidchicken.com>
4422
c940224f
CY
4423 * woman.el (woman2-process-escapes): Don't delete unrecognized
4424 escapes (Bug#7843).
4425
3aace4e4
CY
4426 * files.el (inhibit-first-line-modes-regexps): Add image files.
4427 (hack-local-variables-prop-line): Return nil for malformed
4428 prop-lines (Bug#9044).
4429
710dec63
MA
44302011-09-18 Michael Albinus <michael.albinus@gmx.de>
4431
4432 * net/tramp.el (top): Don't require 'shell.
4433 (tramp-methods): Fix docstring.
4434 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
4435 Return complete remote file name. Handle "smb" case.
4436 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
4437 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
4438
4439 * net/tramp-compat.el (top): Require 'shell.
4440
4441 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
4442 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
4443 `tramp-current-host'.
4444 (tramp-get-remote-tmpdir): Remove.
4445
4446 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
4447 `tramp-tmpdir' entries.
4448 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
4449 (tramp-smb-handle-file-attributes): Ignore errors.
4450 (tramp-smb-wait-for-output): Check also for process end.
4451
5d5ac8ec
LMI
44522011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4453
4454 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
4455 when sending QUIT (bug#9312).
4456
8c0f49f0
CY
44572011-09-17 Chong Yidong <cyd@stupidchicken.com>
4458
4459 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
4460 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
4461 occur-mode-display-occurrence.
4462 (occur-edit-mode): Add usage message.
4463 (occur-cease-edit): New command.
4464 (occur-after-change-function): Use text properties to find the
4465 position of the prefix text.
4466 (occur-engine): Set stickiness of prefix text properties.
4467
8f1383f7
GM
44682011-09-17 Glenn Morris <rgm@gnu.org>
4469
4470 * progmodes/etags.el (complete-tag):
4471 Fix call to completion-in-region. (Bug#9526)
4472
744ba0e3
JL
44732011-09-17 Juri Linkov <juri@jurta.org>
4474
4475 * textmodes/ispell.el (ispell-word): Add to the error message
4476 the word, ispell program name and current dictionary (bug#9121).
4477 (ispell-tex-arg-end): Capitalize "error" in the error message.
4478
d9bbf400
AS
44792011-09-17 Andreas Schwab <schwab@linux-m68k.org>
4480
4481 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
4482 check. (Bug#4251)
4483
8da11505
JL
44842011-09-17 Juri Linkov <juri@jurta.org>
4485
4486 * window.el (window-safe-min-height, window-safe-min-width):
4487 Fix typos (followup to bug#9522).
4488
a91adc7e
SJ
44892011-09-17 Sven Joachim <svenjoac@gmx.de>
4490
4491 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
4492
064f328a
EZ
44932011-09-16 Eli Zaretskii <eliz@gnu.org>
4494
4495 * simple.el (line-move): If goal-column is set, move by logical
4496 lines, not by display lines. (Bug#971)
4497 (next-line, previous-line, goal-column, line-move-visual): Doc fix
4498 to reflect the above change.
4499
e69df516
SM
45002011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4501
4502 * image.el (imagemagick-register-types): Use regexp-opt.
4503
cbb0f9ab
CY
45042011-09-15 Chong Yidong <cyd@stupidchicken.com>
4505
4506 * window.el (display-buffer-base-action): Rename from
4507 display-buffer-default-action. Make default value empty.
4508 (display-buffer-overriding-action): Convert to defvar.
4509 (display-buffer-fallback-action): New var.
4510
25322144
CY
45112011-09-15 Chong Yidong <cyd@stupidchicken.com>
4512
4513 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
4514 declaration.
4515 (package--add-to-archive-contents): If there is a duplicate entry
4516 with an older version, remove it.
4517 (package-menu-mark-delete, package-menu-mark-install)
4518 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
4519 (package-menu-mark-obsolete-for-deletion):
4520 Use package-menu-get-status instead of a regexp search.
25322144
CY
4521 (package-menu-get-status): Use tabulated-list-entry.
4522 (package-menu-mark-upgrades): New command.
d770725a 4523 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
4524 (package-menu-execute): Do installation before deletion.
4525 (package-menu-refresh, package-menu-execute): Use derived-mode-p
4526 instead of checking major-mode.
4527 (package-menu--find-upgrades): New function.
4528
7520339c
LMI
45292011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4530
4531 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
4532 passwords in the log buffer.
65a046c4
LMI
4533 (smtpmail-process-filter): Update the process marker so that the
4534 "broken by peer" status message is inserted in the right place.
7520339c 4535
d3c30954
SM
45362011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4537
3fe48822
SM
4538 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
4539 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
4540 bibtex-completion-at-point-function.
4541 (bibtex-completion-at-point-function): Use them.
4542
1b8b3954
SM
4543 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
4544
d3c30954
SM
4545 * mpc.el (mpc-constraints-tag-lookup): New function.
4546 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
4547 also to browser "album|playlist".
4548
72779976
JL
45492011-09-14 Juri Linkov <juri@jurta.org>
4550
4551 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
4552 (isearch-edit-string): Use length of `isearch-string' when
4553 `isearch-fail-pos' returns nil.
4554 (isearch-message): Remove duplicate code and call
4555 `isearch-fail-pos' with arg `t'.
4556
a0bf2bcd
CY
45572011-09-14 Chong Yidong <cyd@stupidchicken.com>
4558
17bb0a2d
CY
4559 * replace.el (occur-mode-goto-occurrence): Don't force using other
4560 window (Bug#9499).
4561
a0bf2bcd
CY
4562 * dired-aux.el (dired-do-chmod): Don't provide initial input.
4563
f678e0b6
MR
45642011-09-14 Martin Rudalics <rudalics@gmx.at>
4565
4566 * window.el (display-buffer-window): Remove.
4567 (display-buffer-record-window): Use help-setup window parameter
4568 instead of variable display-buffer-window.
4569 (display-buffer-function, special-display-buffer-names)
4570 (special-display-function): Mention help-setup parameter instead
4571 of display-buffer-window in doc-string.
d3c30954
SM
4572 * help.el (help-window-setup): New argument help-window.
4573 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
4574 Reword some messages.
4575 (with-help-window): Pass window used for displaying the buffer
4576 to help-window-setup. Don't set display-buffer-window.
4577
8e39b2e8
GM
45782011-09-13 Glenn Morris <rgm@gnu.org>
4579
4580 * emacs-lisp/debug.el (debugger-make-xrefs):
4581 Preserve point. (Bug#9462)
4582
85e9c04b
CY
45832011-09-13 Chong Yidong <cyd@stupidchicken.com>
4584
4585 * window.el (window-deletable-p): Use next-frame.
4586
1b36ed6a
MR
45872011-09-13 Martin Rudalics <rudalics@gmx.at>
4588
4589 * window.el (window-auto-delete): Remove.
4590 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 4591 dedication and previous buffers.
1b36ed6a
MR
4592 (switch-to-prev-buffer): Don't delete window.
4593 (delete-windows-on): Delete a window's frame if and only if the
4594 window is dedicated.
4595 (replace-buffer-in-windows): Delete buffer's window or frame if
4596 and only if window is dedicated.
4597 (quit-window): Handle quit-restore as before last change.
4d61f28d 4598 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 4599
ef8ef9fb
CY
46002011-09-13 Chong Yidong <cyd@stupidchicken.com>
4601
4602 * window.el (window-deletable-p): Never delete the last frame on a
4603 given terminal.
4604
b2cba41e
GM
46052011-09-13 Glenn Morris <rgm@gnu.org>
4606
4607 * help.el (describe-key-briefly): Copy previous standard-output change.
4608
51553db6 46092011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
4610
4611 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
4612
b7556719
GM
46132011-09-13 Glenn Morris <rgm@gnu.org>
4614
4615 * emacs-lisp/lisp-mode.el (lisp-indent-function):
4616 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
4617
64b51947
CY
46182011-09-12 Chong Yidong <cyd@stupidchicken.com>
4619
4620 * dired-aux.el (dired-mark-read-string): Don't return default
4621 value on empty input (Bug#9361).
4622 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
4623 Omit initial minibuffer contents.
4624 (dired-do-chmod): Signal an error on empty input.
4625 (dired-mark-read-string): Don't return default on empty input.
4626
4627 * files.el (file-modes-symbolic-to-number): Doc fix.
4628
393a301e
SM
46292011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4630
4631 * international/mule-cmds.el (ucs-completions): Remove.
4632 (read-char-by-name): Use complete-with-action instead; add metadata.
4633
fa5660f9
CY
46342011-09-11 Chong Yidong <cyd@stupidchicken.com>
4635
4636 * window.el (display-buffer--action-function-custom-type)
4637 (display-buffer--action-custom-type): New vars.
4638 (display-buffer-alist, display-buffer-default-action)
4639 (display-buffer-overriding-action): Add defcustom types.
4640
4a592f66
CY
4641 * frame.el (delete-other-frames): Doc fix (Bug#276).
4642
73d56dbd
LMI
46432011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4644
4645 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
4646
37ac18a3
CY
46472011-09-11 Chong Yidong <cyd@stupidchicken.com>
4648
4649 Change modes that used same-window-* vars to use switch-to-buffer.
4650
4651 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
4652 Use switch-to-buffer.
4653
4654 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
4655 (customize-browse, custom-buffer-create-other-window):
4656 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
4657
4658 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
4659 (Info-prev, Info-up, Info-speedbar-goto-node)
4660 (info-display-manual): Use switch-to-buffer.
4661 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
4662
4663 * mail/sendmail.el (mail): Use switch-to-buffer.
4664 (mail-recover): Use switch-to-buffer-other-window.
4665
4666 * cmuscheme.el (run-scheme, switch-to-scheme):
4667 * ielm.el (ielm):
4668 * shell.el (shell):
4669 * net/rlogin.el (rlogin):
4670 * net/telnet.el (telnet, rsh):
4671 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
4672
10195bd6
AS
46732011-09-11 Andreas Schwab <schwab@linux-m68k.org>
4674
4675 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
4676
b322f63a
LMI
46772011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4678
39d7fed6
LMI
4679 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
4680 so don't mention it (bug#9301).
ba5a81f1 4681 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 4682
ee0e9f11
LMI
4683 * faces.el (face-spec-set-match-display): Make `(type graphic)'
4684 match `x', `w32' and `ns', like the manual says (bug#9029).
4685
0b1c89c1 4686 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
4687 (process-kill-buffer-query-function): Mention the buffer name in
4688 the query.
0b1c89c1 4689
77549ea8
LMI
4690 * image-mode.el (image-next-line): The line parameter is mandatory
4691 (bug#9258).
4692
803ef892
LMI
4693 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
4694 which can be useful (bug#9301).
4695
12980837
LMI
4696 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
4697
91054f8f
LMI
4698 * subr.el (match-string): Mention that the current buffer should
4699 be the same as the search was done in (bug#9282).
4700
b322f63a
LMI
4701 * facemenu.el: Disable the remove-* commands if the mark isn't
4702 active (bug#9162).
4703
3199b96f
CY
47042011-09-10 Chong Yidong <cyd@stupidchicken.com>
4705
4706 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
4707 of display-buffer.
4708 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
4709
4710 * replace.el (occur-mode-goto-occurrence)
4711 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
4712 and display-buffer.
4713
4714 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
4715 display-buffer.
4716
4717 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
4718 special-display and same-window variables.
4719 (mail-other-window): Use switch-to-buffer-other-window.
4720 (mail-other-frame): USe switch-to-buffer-other-frame.
4721
393a301e
SM
4722 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
4723 Use display-buffer-other-frame.
3199b96f
CY
4724 (gdb-display-gdb-buffer): Use pop-to-buffer.
4725
4726 * progmodes/gud.el (gud-goto-info): Use info-other-window.
4727
4728 * progmodes/python.el: Don't set same-window-buffer-names.
4729
4730 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
4731
4732 * window.el (display-buffer-alist): Add *Python*.
4733
8319e0bf
CY
47342011-09-10 Chong Yidong <cyd@stupidchicken.com>
4735
4736 * window.el (display-buffer-alist): Add entry for buffers
4737 previously handled same-window-*.
4738 (display-buffer-alist, display-buffer-default-action)
4739 (display-buffer-overriding-action): Mark as risky.
4740 (display-buffer-alist): Document action function changes.
4741 (display-buffer--same-window-action)
4742 (display-buffer--other-frame-action): New variables.
4743 (switch-to-buffer, display-buffer-other-frame): Use them.
4744 (display-buffer): Rename reuse-frame entry to reusable-frames.
4745 (display-buffer-reuse-selected-window): Function deleted.
4746 (display-buffer-reuse-window): Handle reusable-frames alist entry.
4747 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
4748 (display-buffer-special): New function.
4749 (display-buffer--maybe-pop-up-frame-or-window): Rename from
4750 display-buffer-reuse-or-pop-window. Split off special-display
4751 part into display-buffer-special.
4752 (display-buffer-use-some-window): Don't perform any special
4753 pop-up-frames handling.
4754 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 4755 (display-buffer--maybe-same-window): Rename from
0d3ff375 4756 display-buffer-maybe-same-window.
8319e0bf 4757
919a69aa
CY
4758 * info.el: Don't set same-window-regexps.
4759 (info-setup): New function.
4760 (info-other-window, info): Call it.
4761
4762 * cus-edit.el: Don't set same-window-regexps.
4763 (customize-group): New argument.
4764 (customize-group-other-window): Use it.
4765 (customize-face, customize-face-other-window): Likewise.
4766 (custom-buffer-create-other-window): Use pop-to-buffer directly.
4767
8319e0bf
CY
4768 * net/rlogin.el:
4769 * net/telnet.el:
4770 * progmodes/gud.el: Don't set same-window-regexps.
4771
4772 * cmuscheme.el:
4773 * ielm.el:
4774 * shell.el:
4775 * mail/sendmail.el:
4776 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
4777
25173000
JL
47782011-09-10 Juri Linkov <juri@jurta.org>
4779
4780 * isearch.el (isearch-edit-string): Remove obsolete mention of
4781 `C-w' (`isearch-yank-word-or-char') from docstring.
4782 (isearch-query-replace): Fix typo in docstring (bug#9466).
4783
056e44ef
JL
47842011-09-10 Juri Linkov <juri@jurta.org>
4785
4786 * paren.el (show-paren-function): Don't show escaped parens.
4787 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
4788
c3760c17
EZ
47892011-09-10 Eli Zaretskii <eliz@gnu.org>
4790
4791 * mail/sendmail.el (mml-to-mime, mml-attach-file)
4792 (mm-default-file-encoding): Remove autoload forms, they are
4793 replaced with autoload cookies in mml.el and mm-encode.el.
4794 (mail-add-attachment): New command.
4795 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
4796 (mail-mode): Mention mail-insert-file and mail-add-attachment in
4797 the doc string.
4798 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
4799
fece895e
RT
48002011-09-10 Reuben Thomas <rrt@sc3d.org>
4801
e69df516
SM
4802 * simple.el (count-words-region): Use buffer if there's no region
4803 (bug#9429).
fece895e 4804
5e68ce4a
JL
48052011-09-09 Juri Linkov <juri@jurta.org>
4806
4807 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
4808 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
4809 (wdired-isearch-filter-read-only): New function. (Bug#6362)
4810
0a6b9622
AM
48112011-09-09 Alan Mackenzie <acm@muc.de>
4812
4813 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
4814 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
4815
14a29deb
EZ
48162011-09-09 Eli Zaretskii <eliz@gnu.org>
4817
4818 Fix for Savannah bug#9392.
4819 * simple.el (mail-encode-mml): New defvar.
4820
4821 * mail/rmail.el (mail-encode-mml): Add a defvar.
4822 (rmail-enable-mime-composing): Default to t.
4823 (rmail-forward): Use MIME method of forwarding only if both
4824 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
4825 Set mail-encode-mml non-nil if the MIME method was used.
4826
4827 * mail/sendmail.el (mml-to-mime): Add autoload form.
4828 (mail-encode-mml): Add a defvar.
4829 (mail-mode): Make mail-encode-mml buffer-local and initialize it
4830 to nil.
4831 (mail-send): If mail-encode-mml is non-nil, run the outgoing
4832 message through mml-to-mime, and reset mail-encode-mml to nil.
4833
28c45130
GM
48342011-09-09 Glenn Morris <rgm@gnu.org>
4835
4836 * woman.el (woman-if-body): When processing an .el block,
4837 do not delete the next .el block as well. (Bug#9447)
69f4b618 4838 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 4839
9b1c252e
MR
48402011-09-08 Martin Rudalics <rudalics@gmx.at>
4841
4842 * window.el (window-deletable-p): Make sure window is live before
4843 invoking window-prev-buffers.
4844
567457e3
LL
48452011-09-08 Leo Liu <sdl.web@gmail.com>
4846
4847 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
4848
97f05794
JL
48492011-09-08 Juri Linkov <juri@jurta.org>
4850
4851 * progmodes/compile.el (compilation-environment): Make it
4852 a defcustom (bug#8340).
4853
8b0874b5
MR
48542011-09-08 Martin Rudalics <rudalics@gmx.at>
4855
4856 * window.el (frame-auto-delete): Rename to window-auto-delete.
4857 Make it control auto-deletion of windows and/or frames.
4858 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 4859 for deleting window/frame. (Bug#9419)
8b0874b5
MR
4860 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
4861 Rewrite handling of case when window/frame can be deleted.
4862 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 4863 argument t. (Bug#9456)
8b0874b5 4864
4feb6e73
CY
48652011-09-07 Chong Yidong <cyd@stupidchicken.com>
4866
4867 * help-mode.el (help-mode): Restore autoload.
4868
91ab9c13
JL
48692011-09-07 Juri Linkov <juri@jurta.org>
4870
4871 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
4872 `compilation-environment'. Set buffer-local
4873 `compilation-environment' to `thisenv' later after (funcall mode).
4874 (Bug#8340)
4875
4876 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
4877 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
4878 instead of replacing its value. (Bug#8340)
4879
0527e251
JL
48802011-09-07 Juri Linkov <juri@jurta.org>
4881
4882 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
4883 based on text properties put by `grep-filter' instead of matching
4884 escape sequences.
4885 (grep-mode): Set buffer-local `compilation-error-screen-columns'
4886 to the value of `grep-error-screen-columns' (bug#9438).
4887
249f792c
JL
48882011-09-07 Juri Linkov <juri@jurta.org>
4889
4890 * simple.el (next-error-highlight, next-error-highlight-no-select):
4891 Doc fix (bug#9432).
4892
ff7271b9
OT
48932011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
4894
4895 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
4896 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
4897
183fc730
LL
48982011-09-07 Leo Liu <sdl.web@gmail.com>
4899
4900 * net/rcirc.el (rcirc-mode): Conditionally initialize
4901 rcirc-input-ring.
4902
77694924
SM
49032011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4904
4905 * emacs-lisp/find-func.el (find-function-C-source): Only set
4906 find-function-C-source-directory after checking that we found a source
4907 file there (bug#9440).
4908
d809b8eb
AM
49092011-09-06 Alan Mackenzie <acm@muc.de>
4910
4911 * isearch.el (isearch-other-meta-char): Wherever a key list is
4912 unread, "unread" the prefix arg, too. This fixes bug #8901.
4913
453de99f
OG
49142011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
4915
4916 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
4917
90439906
JL
49182011-09-05 Juri Linkov <juri@jurta.org>
4919
4920 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
4921
f62bd846
JL
49222011-09-05 Juri Linkov <juri@jurta.org>
4923
4924 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
4925 keeping point where processing of grep matches begins, and
4926 continue to delete remaining escape sequences from the same point.
4927 (grep-filter): Make leading zero optional in "0?1;31m" because
4928 git-grep emits "\033[1;31m" escape sequences unlike expected
4929 "\033[01;31m" as GNU Grep does (bug#9408).
4930 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
4931
045820ec
JL
49322011-09-05 Juri Linkov <juri@jurta.org>
4933
4934 * subr.el (y-or-n-p): Capitalize "yes".
4935
f5e29b9b
MA
49362011-09-04 Michael Albinus <michael.albinus@gmx.de>
4937
4938 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
4939 `tramp-cache-unload-hook' where appropriate.
4940 (tramp-methods): Rename `tramp-remote-sh' to
4941 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
4942 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
4943
4944 * net/tramp-sh.el (top): Don't require 'shell.
4945 (tramp-methods): Add `tramp-remote-shell' and
4946 `tramp-remote-shell-args' entries.
4947 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
4948 (tramp-sh-handle-shell-command): Remove.
4949 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4950 Use `tramp-remote-shell'.
4951
2784c434
CY
49522011-09-03 Chong Yidong <cyd@stupidchicken.com>
4953
393a301e 4954 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
4955 (sendmail-query-once): Save directly to send-mail-function.
4956 Update message-send-mail-function too.
4957
4958 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
4959
464cdf56
CS
49602011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
4961
4962 * progmodes/python.el (python-mode-map): Use correct function to
4963 start python interpreter from menu-bar (as reported by Geert
4964 Kloosterman).
4965 (inferior-python-mode-map): Fix typo.
393a301e 4966 (python-shell-map): Remove.
464cdf56 4967
d37e5c87
DD
49682011-09-03 Deniz Dogan <deniz@dogan.se>
4969
4970 * net/rcirc.el (rcirc-print): Simplify code for
4971 rcirc-scroll-show-maximum-output. There is no need to walk
4972 through all windows to find the right one.
4973
f3ada0ee
CS
49742011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
4975
4976 * help.el (help-return-method): Doc fix.
4977
1f3c99ca
MR
49782011-09-03 Martin Rudalics <rudalics@gmx.at>
4979
4980 * window.el (window-deletable-p): Don't return a non-nil value
4981 when there's a buffer that was shown in the window before.
4982 (Bug#9419)
393a301e
SM
4983 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
4984 Set window's previous buffers to nil.
1f3c99ca 4985
a3cf097f
EZ
49862011-09-03 Eli Zaretskii <eliz@gnu.org>
4987
4988 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
4989 newline before and after the tag line, so it doesn't interfere
4990 with determining the paragraph direction of bidirectional text.
4991
3d03de90
LL
49922011-09-03 Leo Liu <sdl.web@gmail.com>
4993
4994 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
4995
c3313451
CY
49962011-09-02 Chong Yidong <cyd@stupidchicken.com>
4997
393a301e 4998 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
4999 (pop-to-buffer): Change interactive spec. Pass second argument
5000 directly to display-buffer.
5001 (display-buffer): Fix interactive spec. Use functionp to
5002 distinguish between a function and a list of functions.
5003
5004 * abbrev.el (edit-abbrevs):
5005 * arc-mode.el (archive-extract):
5006 * autoinsert.el (auto-insert):
5007 * bookmark.el (bookmark-bmenu-list):
5008 * files.el (find-file):
5009 * view.el (view-buffer):
5010 * progmodes/compile.el (compilation-goto-locus):
5011 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
5012
89894cd8
CY
50132011-09-02 Chong Yidong <cyd@stupidchicken.com>
5014
5015 * window.el (display-buffer-alist): Doc fix.
5016 (display-buffer): Add docstring. Don't treat
5017 display-buffer-default specially.
5018 (display-buffer-reuse-selected-window)
5019 (display-buffer-same-window, display-buffer-maybe-same-window)
5020 (display-buffer-reuse-window, display-buffer-pop-up-frame)
5021 (display-buffer-pop-up-window)
5022 (display-buffer-reuse-or-pop-window)
5023 (display-buffer-use-some-window): New functions.
5024 (display-buffer-default-action): Use them.
393a301e 5025 (display-buffer-default): Delete.
89894cd8
CY
5026 (pop-to-buffer-1): Fix choice of actions.
5027
ae0bc9fb
SM
50282011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
5029
5030 * minibuffer.el (completion--insert-strings): Don't get confused by
5031 completion entries that end with an LF char.
5032
e9d90883
EZ
50332011-09-01 Eli Zaretskii <eliz@gnu.org>
5034
5035 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
5036
437014c8
CY
50372011-09-01 Chong Yidong <cyd@stupidchicken.com>
5038
5039 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
5040 (display-buffer-same-window, display-buffer-other-window):
5041 New functions.
437014c8
CY
5042 (pop-to-buffer-1): New function. Use the above.
5043 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 5044 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
5045
5046 * view.el (view-buffer-other-window, view-buffer-other-frame):
5047 Just use pop-to-buffer.
5048
a5e063d5
TV
50492011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5050
5051 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
5052
793d32bb
WH
50532011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
5054
5055 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
5056
d65e4c15
RS
50572011-08-31 Richard Stallman <rms@gnu.org>
5058
5059 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
5060 of the separation of rmail-view-buffer from rmail-buffer.
5061 If you say no to "replace original", the decrypt is in the
5062 view buffer. If you say yes, the decrypt goes into the
5063 rmail buffer also.
5064
f818cd2a
MR
50652011-08-31 Martin Rudalics <rudalics@gmx.at>
5066
5067 * window.el (display-buffer-window): Rewrite doc-string.
5068 (display-buffer-record-window): New function.
5069 (display-buffer-macro-specifiers)
5070 (display-buffer-even-window-sizes, display-buffer-set-height)
5071 (display-buffer-set-width, display-buffer-in-window)
5072 (display-buffer-reuse-window, display-buffer-split-specifiers)
5073 (display-buffer-side-specifiers, display-buffer-split-window-1)
5074 (display-buffer-split-window, display-buffer-split-atom-window)
5075 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
5076 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
5077 (display-buffer-other-window-means-other-frame)
5078 (display-buffer-normalize-special)
5079 (display-buffer-normalize-default)
5080 (display-buffer-normalize-argument)
5081 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
5082 (display-buffer-normalize-specifiers, display-buffer-frame)
5083 (display-buffer-same-window, display-buffer-same-frame)
5084 (display-buffer-other-window)
5085 (display-buffer-same-frame-other-window)
5086 (display-buffer-other-frame, pop-to-buffer-same-window)
5087 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
5088 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
5089 (switch-to-buffer-same-frame)
5090 (switch-to-buffer-other-window-same-frame)
5091 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
5092 (display-buffer-alist-set-1, display-buffer-alist-set-2)
5093 (display-buffer-alist-set): Remove.
5094 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
5095 (special-display-regexps, special-display-function):
5096 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
5097 parameter.
5098 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
5099 (special-display-frame-alist, special-display-popup-frame)
5100 (same-window-buffer-names, same-window-regexps, same-window-p)
5101 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
5102 (split-window-preferred-function, split-height-threshold)
5103 (split-width-threshold, window-splittable-p)
5104 (split-window-sensibly, window--try-to-split-window)
5105 (window--frame-usable-p, even-window-heights)
5106 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
5107 (window--display-buffer-2, display-buffer-other-frame):
5108 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
5109 (display-buffer-default, display-buffer-assq-regexp): New functions.
5110 (display-buffer-alist): Rewrite doc-string.
5111 (display-buffer-default-action)
5112 (display-buffer-overriding-action): New variables.
5113 (display-buffer, switch-to-buffer): Rewrite.
5114 (pop-to-buffer): Restore Emacs 23 behavior but use
5115 window-normalize-buffer-to-display.
5116 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
5117 Restore Emacs 23 behavior but use
5118 window-normalize-buffer-to-switch-to.
5119 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
5120 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
5121 Rewrite using Emacs 23 options.
f818cd2a 5122
5bc3b51d
MA
51232011-08-31 Michael Albinus <michael.albinus@gmx.de>
5124
5125 * net/tramp.el (tramp-root-regexp): Remove.
5126 (tramp-completion-file-name-regexp-unified)
5127 (tramp-completion-file-name-regexp-separate)
5128 (tramp-completion-file-name-regexp-url): Don't use leading volume
5129 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
5130 (tramp-drop-volume-letter): Simplify definition.
5131 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 5132
b1a4f8e1
SM
51332011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5134
5135 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
5136 (bug#9356).
5137
5664fa7b
RT
51382011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
5139
b1a4f8e1 5140 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 5141
9a45d6c3
JL
51422011-08-29 Juri Linkov <juri@jurta.org>
5143
5144 * isearch.el (isearch-done): Don't display message "Mark saved"
5145 when arg `edit' is non-nil to prevent its flicker in the echo area.
5146
fb87e0fb
CY
51472011-08-28 Chong Yidong <cyd@stupidchicken.com>
5148
5149 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
5150 obsolete packages for deletion.
5151
09ac1c2a
CS
51522011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
5153
5154 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 5155 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
5156 view-mode from help-mode.
5157 (help-xref-override-view-map): Remove.
5158 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
5159 view-mode is not used anymore.
5160
7a1ff57f
CY
51612011-08-28 Chong Yidong <cyd@stupidchicken.com>
5162
5163 * server.el (server-port): Doc fix.
5164
b9696605
CY
5165 * cus-theme.el (custom-theme-choose-mode): Inherit from
5166 special-mode (Bug#9124).
5167 (custom-theme-choose-mode-map): Add special-mode to parent.
5168
ef8cdf8c
AM
51692011-08-28 Alan Mackenzie <acm@muc.de>
5170
5171 * progmodes/cc-fonts.el
5172 (c-make-font-lock-BO-decl-search-function): New function.
5173 (c-basic-matchers-after - "Fontify the clauses after various
5174 keywords"): Extract the three keyword lists for the 3 erroneous
5175 constructs from the list of four, and use the new function above
5176 in place of an old one.
5177
27de4e20
DD
51782011-08-28 Deniz Dogan <deniz@dogan.se>
5179
5180 * net/rcirc.el (rcirc-insert-prev-input)
5181 (rcirc-insert-next-input): Remove unused argument.
5182
356a3681
SM
51832011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5184
5185 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
5186
3fc9b218
AM
51872011-08-27 Alan Mackenzie <acm@muc.de>
5188
5189 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
5190 handle function pointer parameters properly.
5191
538a061c
MR
51922011-08-27 Martin Rudalics <rudalics@gmx.at>
5193
5194 * window.el (display-buffer-reuse-window): Fix case where
5195 selected window was reused with non-nil OTHER-WINDOW argument.
5196 (Bug#9381)
5197
35b1c40c
DD
51982011-08-27 Deniz Dogan <deniz@dogan.se>
5199
5200 * net/rcirc.el (rcirc-check-auth-status): Adding support for
5201 oftc's NickServ messages.
5202
2f6a3e79
GM
52032011-08-27 Glenn Morris <rgm@gnu.org>
5204
5205 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
5206
7254299e
CY
52072011-08-26 Chong Yidong <cyd@stupidchicken.com>
5208
5209 * emacs-lisp/package.el (package-install): Call package-initialize
5210 if called interactively.
5211
f8ccf167
LL
52122011-08-26 Leo Liu <sdl.web@gmail.com>
5213
5214 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
5215
3e8cd5ce
JL
52162011-08-25 Juri Linkov <juri@jurta.org>
5217
5218 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
5219 `search-whitespace-regexp' (bug#9364).
5220
93eb7113
JL
52212011-08-25 Juri Linkov <juri@jurta.org>
5222
5223 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
5224 `regexp-search-ring' to their global values to protect from
5225 updating by `read-from-minibuffer' (bug#9185).
5226
f65d1611
JL
52272011-08-25 Juri Linkov <juri@jurta.org>
5228
5229 * textmodes/ispell.el (ispell-command-loop): Add newline
5230 at the end of the "Use option `i'..." line.
5231
f1cf7a31
JL
52322011-08-25 Juri Linkov <juri@jurta.org>
5233
5234 * battery.el (display-battery-mode): If `battery-status-function'
5235 or `battery-mode-line-format' is nil, display the message and set
5236 `display-battery-mode' to nil (bug#9363).
5237
0c95fcf7
EZ
52382011-08-25 Eli Zaretskii <eliz@gnu.org>
5239
5240 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
5241 bidi-string-mark-left-to-right; they are unnecessary now.
5242
a2ebe600
DD
52432011-08-25 Deniz Dogan <deniz@dogan.se>
5244
5245 * net/quickurl.el: Documentation typo fixes.
5246
e4ed06f1
CY
52472011-08-25 Chong Yidong <cyd@stupidchicken.com>
5248
5249 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
5250
e5f1c99e
GM
52512011-08-25 Glenn Morris <rgm@gnu.org>
5252
b2948976
GM
5253 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
5254
e5f1c99e
GM
5255 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
5256 (smtpmail-via-smtp): Handle nil response from smtp.
5257
f22f4808
JL
52582011-08-24 Juri Linkov <juri@jurta.org>
5259
5260 * proced.el (proced-marked): Inherit from `error' instead of
5261 `font-lock-warning-face'.
5262
5263 * ibuffer.el (ibuffer-marked-face): Change default face from
5264 `font-lock-warning-face' to `warning'.
5265 (ibuffer-deletion-face): Change default face from
5266 `font-lock-type-face' to `error'.
5267
5268 * battery.el (battery-update): Use the face `error' instead of
5269 `font-lock-warning-face' (bug#6117).
5270
6a93965e
JL
52712011-08-24 Juri Linkov <juri@jurta.org>
5272
5273 * faces.el (success): Change face color from "Green3" to
5274 "ForestGreen" on light background (bug#9353).
5275
1ed43b09
CY
52762011-08-24 Chong Yidong <cyd@stupidchicken.com>
5277
5664fa7b
RT
5278 * window.el (quit-window): Rename from quit-restore-window.
5279 Use same arglist as old quit-window.
1ed43b09
CY
5280 (frame-auto-delete): Doc fix.
5281
5282 * view.el (view-mode-exit): Use quit-window.
5283
11dcdbb2
JL
52842011-08-24 Juri Linkov <juri@jurta.org>
5285
5286 * isearch.el (isearch-ring-adjust1): Start visiting previous
5287 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
5288 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
5289 for empty search string (when the last search string is reused
5290 automatically) to adjust the isearch ring to the last element and
5291 prepare the correct index for further M-p commands (bug#9185).
5292
de62b4df
KH
52932011-08-24 Kenichi Handa <handa@m17n.org>
5294
5295 * international/ucs-normalize.el: If decomposition property of
5296 CHAR is the default one (i.e. a list of CHAR itself), treat it as
5297 nil.
5298 (nfd, nfkd): Likewise.
5299
963b492b
SM
53002011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
5301
5302 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
5303 from process filters aren't reliably transmitted to the surrounding
5304 accept-process-output.
5305 (mpc-proc-check): New function.
5306 (mpc-proc-sync): Use it (bug#8293)
5307
93b6b5e1
SM
53082011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5309
5310 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
5311 Add compatibility functions (bug#9313).
5312
bca633fb
EZ
53132011-08-23 Eli Zaretskii <eliz@gnu.org>
5314
b177498a
EZ
5315 * cus-start.el (all): Add entry for bidi-paragraph-direction.
5316
6df6ae42 5317 * international/uni-bidi.el: Regenerate.
bca633fb 5318
0902a04e
KH
53192011-08-23 Kenichi Handa <handa@m17n.org>
5320
5321 * international/charprop.el:
5322 * international/uni-bidi.el:
5323 * international/uni-category.el:
5324 * international/uni-combining.el:
5325 * international/uni-comment.el:
5326 * international/uni-decimal.el:
5327 * international/uni-decomposition.el:
5328 * international/uni-digit.el:
5329 * international/uni-lowercase.el:
5330 * international/uni-mirrored.el:
5331 * international/uni-name.el:
5332 * international/uni-numeric.el:
5333 * international/uni-old-name.el:
5334 * international/uni-titlecase.el:
5335 * international/uni-uppercase.el: Regenerate.
5336
3bbf23bc
MR
53372011-08-23 Martin Rudalics <rudalics@gmx.at>
5338
5339 * help.el (help-window-setup): Fix message displayed when other
5340 window is reused. (Bug#9341)
5341
b3fd59bd
SM
53422011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5343
1802e444
SM
5344 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
5345 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
5346
b3fd59bd
SM
5347 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
5348 Mark obsolete.
5349 * shell.el (shell-parse-pcomplete-arguments): New function.
5350 (shell-completion-vars): Use it instead (bug#9160).
5351
4eb61348
SM
53522011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
5353
867cab74
SM
5354 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
5355 strings and comments (bug#9333).
5356
4eb61348
SM
5357 * emacs-lisp/debug.el (debug-arglist): New function.
5358 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
5359 (debug-on-entry-1): Handle interpreted closures (bug#9120).
5360
262a1439
JL
53612011-08-22 Juri Linkov <juri@jurta.org>
5362
56ee679c
JL
5363 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5364 Revert regexp that highlights output switches to its old
5365 pre-2010-10-28 value and remove one `?' from it (bug#9319).
5366
262a1439
JL
5367 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
5368 to check for empty output (bug#9226).
5369
f13f86fb
CY
53702011-08-22 Chong Yidong <cyd@stupidchicken.com>
5371
5372 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
5373 symbol-constituent as the default, as that stops font-lock from
5374 working properly (Bug#8843).
5375
c65c9622
LMI
53762011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5377
5378 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
5379 `coding-system-for-*' around the process open call to avoid
5380 auth-source side effects.
e7f2c178 5381 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
5382 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
5383 probe hangs.
c65c9622 5384
23a8a5ab
CY
53852011-08-21 Chong Yidong <cyd@stupidchicken.com>
5386
ff98b2dd
CY
5387 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
5388
23a8a5ab
CY
5389 * emacs-lisp/find-func.el (find-function-noselect): New arg
5390 lisp-only.
5391
5392 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
5393 signal an error for built-in functions (Bug#6664).
5394
f5e3c598
LMI
53952011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5396
5397 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
5398 (smtpmail-try-auth-methods): Use it.
5399
a3f2468a
CY
54002011-08-21 Chong Yidong <cyd@stupidchicken.com>
5401
2c34e8da
CY
5402 * font-lock.el (font-lock-fontify-region)
5403 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
5404 (font-lock-default-unfontify-buffer)
5405 (font-lock-default-fontify-region)
5406 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
5407
b3fd59bd
SM
5408 * progmodes/compile.el (compilation-error-properties):
5409 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
5410 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
5411 `ant' regexp.
ee31aabc 5412
a3f2468a
CY
5413 * net/browse-url.el (browse-url-firefox): Don't call
5414 browse-url-firefox-sentinel unless using -remote (Bug#9328).
5415
8e999f70
GM
54162011-08-20 Glenn Morris <rgm@gnu.org>
5417
c21a496a
GM
5418 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
5419
59ee0542
GM
5420 * tutorial.el (tutorial--default-keys): Update some default bindings.
5421
8e999f70
GM
5422 * files.el (hack-local-variables): Fully ignore case for "mode:".
5423
e3715033
AM
54242011-08-20 Alan Mackenzie <acm@muc.de>
5425
5426 Resolve invalid use of a regexp in regexp-opt.
5427
4d61f28d
JB
5428 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
5429 detection for a java annotation.
e3715033 5430
4d61f28d 5431 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
5432 detection for a java annotation.
5433
4d61f28d
JB
5434 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
5435 handling for java.
e3715033
AM
5436 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
5437
04ed2e9c
CY
54382011-08-20 Chong Yidong <cyd@stupidchicken.com>
5439
5440 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
5441 (Bug#9274).
5442
826cee64
AM
54432011-08-20 Alan Mackenzie <acm@muc.de>
5444
58179cce 5445 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
5446 such a construct. Mainly for when jit-lock etc. starts a chunk
5447 here.
5448
58179cce 5449 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 5450 variable.
58179cce 5451 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
5452 c-make-font-lock-search-function.
5453 (c-make-font-lock-search-function): Use the above function.
5454 (c-make-font-lock-context-search-function): New function.
5455 (c-cpp-matchers): Enhance the preprocessor expression case with
5456 the above function
5457 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
5458 which takes an expression.
5459
5460 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
5461
13009bd8
MR
54622011-08-20 Martin Rudalics <rudalics@gmx.at>
5463
5464 * window.el (display-buffer-reuse-window)
5465 (display-buffer-pop-up-window): Don't reuse or split a side
5466 window.
5467
9234ff7f
GM
54682011-08-19 Glenn Morris <rgm@gnu.org>
5469
5470 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 5471 Downcase "Mode:". (Bug#9331)
9234ff7f 5472
f635daa1
CY
54732011-08-18 Chong Yidong <cyd@stupidchicken.com>
5474
5475 * international/characters.el: Add L and R categories.
5476
5477 * subr.el (bidi-string-mark-left-to-right): Rename from
5478 string-mark-left-to-right. Use category search.
5479
5480 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
5481
bc987f8b
JL
54822011-08-18 Juri Linkov <juri@jurta.org>
5483
5484 * faces.el (error, warning, success): New faces with definitions
5485 copied from old default values of `font-lock-warning-face',
5486 `compilation-warning', `compilation-info' (bug#6117).
5487
5488 * font-lock.el (font-lock-warning-face): Inherit from `error'.
5489
5490 * progmodes/compile.el (compilation-error): Inherit from `error'.
5491 (compilation-warning): Inherit from `warning'.
5492 (compilation-info): Inherit from `success'.
5493
5494 * dired.el (dired-marked): Inherit from `warning'.
5495 (dired-flagged): Inherit from `error'.
5496
57173b96
LMI
54972011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5498
3e79eb87
LMI
5499 * mail/smtpmail.el (auth-source): Require to avoid problems with
5500 binding variables (bug#9298). Also clean up some unused
5501 autoloads.
5502
b3fd59bd
SM
5503 * net/network-stream.el (network-stream-open-starttls):
5504 Support using starttls.el without using gnutls-cli.
57173b96 5505
02b404de
JL
55062011-08-17 Juri Linkov <juri@jurta.org>
5507
5508 * progmodes/grep.el (rgrep): Handle the case when
5509 `grep-find-command' is a cons cell (bug#9278).
5510
8c9177f2
MR
55112011-08-17 Martin Rudalics <rudalics@gmx.at>
5512
5513 * window.el (display-buffer-pop-up-frame): Run frame creation
5514 function with BUFFER current (as special-display-popup-frame
5515 does). Reported by Drew Adams.
5516
3644a0ab
DU
55172011-08-17 Daiki Ueno <ueno@unixuser.org>
5518
5519 * epa-mail.el: Simplify GnuPG group expansion using
5520 epg-expand-group.
5521 (epa-mail-group-alist, epa-mail-group-modtime)
5522 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
5523 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
5524 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
5525 Remove.
5526
5e617bc2 55272011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
5528
5529 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
5530
9c4aeabf
AM
55312011-08-16 Alan Mackenzie <acm@muc.de>
5532
5533 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
5534 Correct, to avoid the inside of macros.
5535
3a99bf64
RS
55362011-08-16 Richard Stallman <rms@gnu.org>
5537
04963aa8
RS
5538 * epa-mail.el: Handle GnuPG group definitions.
5539 (epa-mail-group-alist, epa-mail-group-modtime)
5540 (epa-mail-gnupg-conf-file): New variables.
5541 (epa-mail-parse-groups, epa-mail-sync-groups)
5542 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
5543 (epa-mail-expand-recipients): New functions.
5544 (epa-mail-encrypt): Call epa-mail-expand-recipients.
5545
177549d0
RS
5546 * mail/rmail.el (rmail-epa-decrypt): New command.
5547
fe38beef
RS
5548 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
5549 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
5550 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
5551 (epa-decrypt-armor-in-region): Make error message clearer.
5552
934eacb9
SM
55532011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
5554
5555 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
5556 and "a2b" to "ab" for `prefix'.
5557
d024fb4e
CY
55582011-08-14 Chong Yidong <cyd@stupidchicken.com>
5559
5560 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
5561 filter groups.
de148fee
CY
5562 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
5563 Fourquet (Bug#8804).
d024fb4e 5564
62f1ca49
JB
55652011-08-12 Juanma Barranquero <lekktu@gmail.com>
5566
5567 * startup.el (argi): Declare as global variable (bug#9275).
5568
9ccaaa4b
CY
55692011-08-12 Chong Yidong <cyd@stupidchicken.com>
5570
5571 * subr.el (string-mark-left-to-right): Search the entire string
5572 for RTL script, not just the terminating character. Doc fix.
5573
a3dae87a
SM
55742011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
5575
6cd18349
SM
5576 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
5577 New function.
5578 (js--regexp-literal, js-syntax-propertize-function): Remove.
5579 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
5580 (js-mode-map): Don't rebind electric keys.
5581 (js-insert-and-indent): Remove.
5582 (js-mode): Setup electric-layout and electric-indent instead.
5583
a3dae87a
SM
5584 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
5585
9d5cb631
DU
55862011-08-12 Daiki Ueno <ueno@unixuser.org>
5587
5588 * epa.el (epa-progress-callback-function): Fix the logic of
5589 displaying progress.
5590 * epa-file.el (epa-file-insert-file-contents): Make progress
5591 display more user-friendly.
5592 (epa-file-write-region): Ditto.
5593
3e26a4a2
CY
55942011-08-10 Chong Yidong <cyd@stupidchicken.com>
5595
5596 * subr.el (string-mark-left-to-right): New function.
5597
5598 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
5599 Use string-mark-left-to-right.
5600 (list-buffers-noselect): Caller changed.
5601
a3dae87a
SM
5602 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
5603 Use string-mark-left-to-right.
3e26a4a2
CY
5604 (tabulated-list-print): Recenter after moving point.
5605
ac8cf6e6
JL
56062011-08-10 Juri Linkov <juri@jurta.org>
5607
5608 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
5609 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
5610 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
5611
8d96c9a4
CY
56122011-08-09 Chong Yidong <cyd@stupidchicken.com>
5613
5614 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
5615 (Bug#7554).
5616
7be1c708 56172011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
5618
5619 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
5620 character. (Bug#6594)
5621
37e11a63
CY
56222011-08-08 Chong Yidong <cyd@stupidchicken.com>
5623
839dde57
CY
5624 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
5625 (image-dired--with-db-file): New macro.
5626 (image-dired-write-tags, image-dired-remove-tag)
5627 (image-dired-create-gallery-lists, image-dired-write-comments)
5628 (image-dired-get-comment, image-dired-mark-tagged-files)
5629 (image-dired-list-tags, image-dired-gallery-generate): Use it.
5630 (image-dired-gallery-generate): Use insert-file-contents.
5631
37e11a63
CY
5632 * time.el (display-time-world-list, display-time-world-display):
5633 * time-stamp.el (time-stamp-string):
5634 * vc/add-log.el (add-change-log-entry): Use setenv instead of
5635 set-time-zone-rule (Bug#7337).
5636
0b4946c4
DU
56372011-08-08 Daiki Ueno <ueno@unixuser.org>
5638
5639 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
5640 (epg-error-to-string, epg-errors-to-string): New function.
5641 (epg-wait-for-completion): Reverse errors list.
5642 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
5643 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
5644 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
5645 (epg-sign-keys, epg-generate-key-from-file)
5646 (epg-generate-key-from-string): Format errors by using
5647 epg-errors-to-string (bug#9255).
5648 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
5649
75bfc667
JL
56502011-08-07 Juri Linkov <juri@jurta.org>
5651
5652 * faces.el (list-faces-display): Remove extra angle bracket
5653 from `help-mode-map'.
5654
5655 * info.el (Info-history-toc-nodes): Doc fix.
5656
5657 * longlines.el (longlines-mode): Doc fix.
5658
673e08bb
SM
56592011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
5660
4640dd88
SM
5661 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
5662 of statements and in a few more cases (bug#9183).
5663
673e08bb
SM
5664 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
5665 New functions.
5666 (cl-transform-lambda): Use them (bug#9239).
5667
89b3f019
MR
56682011-08-05 Martin Rudalics <rudalics@gmx.at>
5669
5670 * window.el (display-buffer-same-window)
5671 (display-buffer-same-frame, display-buffer-other-window)
5672 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
5673 (pop-to-buffer-other-window)
5674 (pop-to-buffer-same-frame-other-window)
5675 (pop-to-buffer-other-frame): Make them defuns.
5676 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
5677
640c8776
SM
56782011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5679
5680 * subr.el (make-composed-keymap): Move from C. Change calling
5681 convention, and improve docstring to bring attention to a subtle point.
5682 * minibuffer.el (completing-read-default): Adjust accordingly.
5683
63648a95
MA
56842011-08-03 Michael Albinus <michael.albinus@gmx.de>
5685
5686 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
5687 (tramp-open-shell): Use `tramp-shell-quote-argument'.
5688
5689 * net/trampver.el: Update release number.
5690
b796c9b7
SM
56912011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5692
5693 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
5694 "in" (bug#9190).
5695
2239d7d5
LMI
56962011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5697
e07dd7c3
LMI
5698 * mail/sendmail.el (sendmail-query-once): Restore the current
5699 buffer after querying (bug#9074).
5700
0e6a2bd7
LMI
5701 * dired.el (dired-flagged): Use different faces for marked and
5702 flagged files (bug#6117).
5703
ce887515
LMI
5704 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
5705 (bug#4433).
5706
92f2affc
LMI
5707 * ido.el (ido-mode): Switch off the message if called
5708 non-interactively.
5709
57d5aff0
LMI
5710 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
5711 before 587, since it appears that that's more likely to work for
5712 more people.
5713
98cd6c18 5714 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 5715 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
5716 exist.
5717
b96dec83
LMI
5718 * info.el: Remove the `Info-beginning-of-buffer' function
5719 (bug#8325).
5720
b796c9b7
SM
5721 * net/network-stream.el (network-stream-open-starttls):
5722 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 5723
d90e2ea0
MR
57242011-08-01 Martin Rudalics <rudalics@gmx.at>
5725
5726 * window.el (display-buffer-in-window): Don't set dedicated status
5727 of window here (Bug#9215).
5728 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
5729 (display-buffer-pop-up-side-window)
b796c9b7 5730 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 5731
cca09170
SM
57322011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
5733
5734 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
5735 before binding generated-autoload-file.
5736
027b979c
DD
57372011-08-01 Deniz Dogan <deniz@dogan.se>
5738
5739 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
5740
3c7ee4f3
MA
57412011-07-30 Michael Albinus <michael.albinus@gmx.de>
5742
5743 Sync with Tramp 2.2.2.
5744
5745 * net/trampver.el: Update release number.
5746
2cc8e51a
JL
57472011-07-30 Juri Linkov <juri@jurta.org>
5748
5749 * dired-aux.el (dired-touch-initial): Remove function.
5750 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
5751 current time, and `default' to the last modification time of the
5752 current marked file (bug#6887).
5753
a514d856
JM
57542011-07-28 Jose E. Marchesi <jemarch@gnu.org>
5755
5756 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 5757 numeric argument to read-number (bug#9163).
a514d856 5758
8a7eddd7
MA
57592011-07-27 Michael Albinus <michael.albinus@gmx.de>
5760
5761 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
5762 connection process, it could be nil.
5763
1ddd96f5
LL
57642011-07-27 Leo Liu <sdl.web@gmail.com>
5765
5766 Simplify url handling in rcirc-mode.
5767
5768 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
5769 (rcirc-browse-url-at-mouse): Remove.
5770 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
5771
b248a85d
AM
57722011-07-26 Alan Mackenzie <acm@muc.de>
5773
5774 Fontify bitfield declarations properly.
5775
5776 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
5777 (c-symbol-chars): Now exported as a lang variable.
5778 (c-not-primitive-type-keywords): New lang variable.
5779
5780 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
5781 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 5782 parsed as a bitfield declaration.
b248a85d 5783
b796c9b7
SM
5784 * progmodes/cc-engine.el (c-beginning-of-statement-1):
5785 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
5786 (c-punctuation-in): New function.
5787 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
5788 declarations properly.
5789
68575ab0
UJ
57902011-07-26 Ulf Jasper <ulf.jasper@web.de>
5791
5792 * calendar/icalendar.el (icalendar--all-events): Take care of
5793 multiple vcalendars in a single file.
b796c9b7 5794 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 5795
0f0a88b9
DD
57962011-07-25 Deniz Dogan <deniz@dogan.se>
5797
5798 * image.el (insert-image): Clarifying docstring.
5799
0b3f36df
MA
58002011-07-24 Michael Albinus <michael.albinus@gmx.de>
5801
5802 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
5803 `tramp-send-command-and-check' if there is no error.
5804 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
5805
a9901f61
AM
58062011-07-22 Alan Mackenzie <acm@muc.de>
5807
5808 Prevent cc-langs.elc being loaded at run time.
5809
5810 * progmodes/cc-mode.el: Remove two autoload forms which loaded
5811 cc-langs.
5812
4d61f28d 5813 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
5814 "(require 'cc-langs)". Quote a form so it will evaluate at
5815 (cc-mode's) compilation time.
5816
11d074b2
MA
58172011-07-22 Michael Albinus <michael.albinus@gmx.de>
5818
5819 * net/tramp.el (tramp-file-name-handler): Avoid recursive
5820 loading. (Bug#9114)
5821
938b94c8
MR
58222011-07-21 Martin Rudalics <rudalics@gmx.at>
5823
5824 * window.el (display-buffer-pop-up-window)
5825 (display-buffer-pop-up-side-window)
5826 (display-buffer-in-side-window): Call display-buffer-set-height
5827 and display-buffer-set-width after setting the new window's
b796c9b7 5828 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 5829
bfa4f190
SS
58302011-07-20 Sam Steingold <sds@gnu.org>
5831
5832 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
5833 (etags-tags-included-tables): Call `convert-standard-filename' on
5834 the file names contained in TAGS so that windows Emacs can handle
5835 TAGS files created by cygwin ctags.
5836
8ca42262
LMI
58372011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5838
5839 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
5840 which apparently didn't work.
5841
5db2afd2 58422011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 5843
5db2afd2
RW
5844 * proced.el (proced-send-signal): For *Marked Processes* buffer
5845 put point at beginning of buffer.
5846
92e15d10
SB
58472011-07-19 Stephen Berman <stephen.berman@gmx.net>
5848
5849 * proced.el (proced-format): Make header lines align with the text
5850 (bug#1779).
5851
1bfd59e5
LMI
58522011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5853
5854 * view.el (view-buffer): Allow running in `special' modes if we're
5855 visiting a file (bug#8615).
5856
f5aae37c
MR
58572011-07-19 Martin Rudalics <rudalics@gmx.at>
5858
5859 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
5860 (display-buffer-alist-set-1, display-buffer-alist-set-2):
5861 New functions.
f5aae37c
MR
5862 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
5863 more accurately.
5864
bf2c1571
AM
58652011-07-18 Alan Mackenzie <acm@muc.de>
5866
5867 Fontify declarators properly when, e.g., a jit-lock chunk begins
5868 inside a declaration.
5869
5870 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
5871
b796c9b7
SM
5872 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
5873 New function.
bf2c1571
AM
5874 (c-complex-decl-matchers): Insert reference to
5875 c-font-lock-enclosing-decls.
5876
5877 * progmodes/cc-engine.el (c-backward-single-comment):
5878 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
5879 to nil around calls to (forward-comment -1).
5880
4e190b80
LMI
58812011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5882
12dc863d
LMI
5883 * image.el (put-image): Doc typo fix.
5884
a762e966
LMI
5885 * progmodes/etags.el (tags-search): Doc typo fix.
5886
4e190b80
LMI
5887 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
5888 password if we get errors 550 to 554.
5889
f019fb21
LMI
58902011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5891
b796c9b7 5892 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 5893
81746738
LMI
5894 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
5895 indentation character (bug#6380).
5896
3ee3a1b5
LMI
5897 * files.el (buffer-offer-save): Made permanently local (bug#6241).
5898
c82f64de
LMI
5899 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
5900 to clarify what the problem is (bug#4291).
5901
f019fb21
LMI
5902 * simple.el (current-kill): Clarify what
5903 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
5904 (auto-fill-mode): Document `auto-fill-function' in relation to
5905 `auto-fill-mode' (bug#2470).
f019fb21 5906
0794775d
LM
59072011-07-16 Lawrence Mitchell <wence@gmx.li>
5908
5909 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
5910 method if slot is read-only (bug#9035).
5911
be39b8cc
MR
59122011-07-16 Martin Rudalics <rudalics@gmx.at>
5913
b796c9b7 5914 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 5915 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
5916 selected before, see discussion of (Bug#8615), (Bug#6954).
5917 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 5918
6ccf7859
GM
59192011-07-15 Glenn Morris <rgm@gnu.org>
5920
5921 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 5922 Respect help-form.
6ccf7859 5923
87e86684
LM
59242011-07-09 Lawrence Mitchell <wence@gmx.li>
5925
5926 * net/gnutls.el (gnutls-min-prime-bits): New variable.
5927 (gnutls-negotiate): Use it.
5928
d6066239
LMI
59292011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5930
b796c9b7
SM
5931 * net/gnutls.el (gnutls-negotiate):
5932 Upcase `gnutls-algorithm-priority'.
d6066239 5933
bd23ebc0
GM
59342011-07-15 Glenn Morris <rgm@gnu.org>
5935
c65bca65
GM
5936 * jka-compr.el (jka-compr-verbose): Move from here...
5937 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
5938 Add missing :version tag.
5939 * info.el: No need to require jka-compr when compiling.
bd23ebc0 5940
478615cc
LMI
59412011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5942
7b41decb
LMI
5943 * net/gnutls.el (gnutls-algorithm-priority): New variable.
5944 (gnutls-negotiate): Use it.
5945
dbc44fcd
LMI
5946 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
5947
06789f97
LMI
5948 * info.el (Info-beginning-of-buffer): New command.
5949 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
5950 announcing `b' as the key (bug#8325).
ab896c37 5951 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 5952
c39da690
LMI
5953 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
5954
3aa5f34b
LMI
5955 * international/mule-cmds.el
5956 (describe-specified-language-support): Make the error message
5957 clearer (bug#8905).
5958
4bf0979f
LMI
5959 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
5960
478615cc
LMI
5961 * isearch.el (isearch-barrier): Add a doc string, since it's
5962 mentioned in a function doc string (bug#8678).
5963
75c68aa1
MR
59642011-07-15 Martin Rudalics <rudalics@gmx.at>
5965
5966 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
5967 buffer argument (Bug#9083) and self-identifying label argument.
5968
a7c33da2
GM
59692011-07-15 Glenn Morris <rgm@gnu.org>
5970
5971 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
5972
2f5c6024
LMI
59732011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5974
5975 * man.el (Man-fontify-manpage): Fix message when formatting the
5976 man page (bug#7929).
5977
0bb23927 59782011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
5979
5980 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
5981 argument LRM; if non-nil, append an invisible LRM character to the
5982 buffer name.
5983 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
5984 last argument non-nil, when formatting buffer names.
0bb23927
EZ
5985 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
5986 paragraph direction.
cce4b0a7 5987
621ef9ab
LMI
59882011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5989
d1583c48
LMI
5990 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
5991 the man page name (bug#7929).
5992
6a57fb5f
LMI
5993 * image.el (put-image): Mention the `put-image' overlay property
5994 (bug#7834).
5995
d7956b14
LMI
5996 * scroll-bar.el (set-scroll-bar-mode): Mention that
5997 `scroll-bar-mode' lists the values (bug#7772).
5998
5b2d4a66
LMI
5999 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
6000 command (bug#7729).
6001
7509a874
LMI
6002 * rect.el (apply-on-rectangle): Return the point after the last
6003 operation.
6004 (string-rectangle): Go to the point after the last operation
6005 (bug#7522).
6006
4fe74b19
LMI
6007 * printing.el (pr-toggle-region): Clarify the documentation
6008 slightly (bug#7493).
6009
b796c9b7
SM
6010 * time.el (display-time-update):
6011 Allow `display-time-mail-function' to return nil (bug#7158).
6012 Fix suggested by Detlev Zundel.
ab283561 6013
fc233c9d
LMI
6014 * vc/diff.el (diff): Clarify the order the file names are read
6015 (bug#7111).
6016
43f5740b
LMI
6017 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
6018 the doc string (bug#7015).
6019
f2182a76
LMI
6020 * font-lock.el (font-lock-maximum-decoration): Mention what
6021 numeric levels mean (bug#6935).
6022
621ef9ab
LMI
6023 * startup.el (initial-buffer-choice): Don't mention the `none'
6024 selection, which is against policy.
6025
adc47434
MR
60262011-07-14 Martin Rudalics <rudalics@gmx.at>
6027
b796c9b7
SM
6028 * window.el (display-buffer-normalize-special):
6029 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 6030
7e5bfb8f
EZ
60312011-07-14 Eli Zaretskii <eliz@gnu.org>
6032
6033 * subr.el (version<, version<=, version=): Mention "-CVS" and
6034 "-12345" alpha version numbers.
6035
27fa387a
CY
60362011-07-14 Chong Yidong <cyd@stupidchicken.com>
6037
6038 * bindings.el: Add advertised binding for set-mark-command
6039 (Bug#5772).
6040
8bdfa064
CY
60412011-07-14 Chong Yidong <cyd@stupidchicken.com>
6042
6043 * bindings.el (mode-line-other-buffer):
6044 * bookmark.el (bookmark-bmenu-2-window):
6045 * bs.el (bs-cycle-next, bs-cycle-previous):
6046 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
6047 switch-to-buffer.
6048
6049 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 6050 Delete.
8bdfa064 6051
5eba16a3
JB
60522011-07-14 Juanma Barranquero <lekktu@gmail.com>
6053
6054 * follow.el (follow-debug-message, follow-redisplay):
6055 * jka-cmpr-hook.el (with-auto-compression-mode):
6056 Fix typos in docstrings.
6057
15853710
LMI
60582011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6059
a28e4607
LMI
6060 * subr.el (with-silent-modifications): Clarify somewhat what the
6061 macro inhibits (bug#6525).
6062
15853710
LMI
6063 * simple.el (eval-expression): Note what it does if called
6064 interactively (bug#6495).
6065
bee0fcef
CY
60662011-07-13 Chong Yidong <cyd@stupidchicken.com>
6067
b796c9b7
SM
6068 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
6069 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
6070
6071 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6072 Remove switch-to-buffer.
6073
58274504
LMI
60742011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6075
bd2fcc8d
LMI
6076 * files.el (make-directory): Clarify that an error will be raised
6077 if there's an error (bug#6397).
6078
0f04b32c
LMI
6079 * startup.el (initial-buffer-choice): Add `none' as a choice
6080 (bug#6234).
6081
465c5fc8
LMI
6082 * subr.el (add-hook): Clarify section about buffer-local hooks
6083 (bug#6218).
6084
58274504
LMI
6085 * dired.el (dired-flagged): Clarify doc string (bug#6117).
6086
bead9a43
JB
60872011-07-13 Juanma Barranquero <lekktu@gmail.com>
6088
6089 * tabify.el (untabify): Preserve the current column so that point
6090 doesn't move (bug#6032).
6091
3af98a7b
LMI
60922011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6093
b796c9b7
SM
6094 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
6095 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 6096
6240145a
GM
60972011-07-13 Glenn Morris <rgm@gnu.org>
6098
6099 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
6100 (dired-insert-directory): Give a message the first time
6101 if ls is found not to support --dired.
6102
1d8c2ccc
LMI
61032011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6104
6105 * simple.el (toggle-truncate-lines): Clarify what is toggled
6106 (bug#5580). Text by Drew Adams.
6107
5fc4038e
CY
61082011-07-13 Chong Yidong <cyd@stupidchicken.com>
6109
6110 * simple.el (blink-matching-open): Make the error message from the
6111 last change less verbose.
6112
bf6012e5
DN
61132011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
6114
6115 * font-lock.el (font-lock-comment-face): Use the high contrast
6116 "yellow" color for font-lock-comment-face on low color terminals
6117 using a dark background color (bug#4221).
6118
343c3b5a
LMI
61192011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6120
7e9505c5
LMI
6121 * dired.el (dired-insert-set-properties): Make the doc string
6122 reflect what it does now (bug#5325).
6123
c26fdcf5
LMI
6124 * simple.el (blink-matching-open): Say that we were unable to find
6125 the match within the limit, if we're limited (bug#5122).
6126
bb388cc5
LMI
6127 * international/mule-cmds.el (prefer-coding-system): Add an
6128 example (bug#4869).
6129
343c3b5a
LMI
6130 * progmodes/etags.el (tags-search): Document `file-list-form'
6131 (bug#4731).
6132
2a517d45
LM
61332011-07-13 Lawrence Mitchell <wence@gmx.li>
6134
6135 * net/browse-url.el (browse-url-default-browser)
6136 (browse-url-browser-function): Make the default browser choice a
6137 bit more logical (bug#4300). Also clean up the doc string.
6138
b6c78ef2
JB
61392011-07-13 Juanma Barranquero <lekktu@gmail.com>
6140
6141 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
6142 binary endings (bug#4440).
6143
1c4dd947
LMI
61442011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6145
a2014063
LMI
6146 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
6147 which can be pretty annoying (bug#8971).
6148
9c9c2d88
LMI
6149 * jka-compr.el (jka-compr-verbose): New variable, and use
6150 throughout (bug#8971).
6151
1c4dd947
LMI
6152 * info.el (Info-find-file): Fall back on the installation
6153 directory if we can't find the info node anywhere else.
6154
a1c9f41b
SO
61552011-07-13 Sergei Organov <osv@javad.com> (tiny change)
6156
6157 * vc/vc.el (vc-revert-file):
6158 Don't set file time-stamp in the past. (Bug#5181)
6159
536f3d36
LMI
61602011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6161
7152b011
LMI
6162 * files.el (after-find-file): Give a better error message when
6163 trying to find a symlink that points to a file that doesn't exist
6164 (bug#4398).
6165
536f3d36
LMI
6166 * progmodes/cc-vars.el: Remove (probably) misleading comment
6167 (bug#4396).
6168
460c0fba
JB
61692011-07-12 Johan Bockgård <bojohan@gnu.org>
6170
6171 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
6172
7a6bda45
CY
61732011-07-12 Chong Yidong <cyd@stupidchicken.com>
6174
6175 * mouse-sel.el: Hack restoring functionality, while keeping
6176 compatibility with 2010-07-03 changes to mouse selection.
6177 (mouse-sel-primary-overlay): New var.
6178 (mouse-sel-selection-alist): Use it.
6179 (mouse-sel-mode): Doc fix; remove points that are default features
6180 of mouse.el.
6181
c79598ef
JB
61822011-07-12 Johan Bockgård <bojohan@gnu.org>
6183
6184 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6185 Fix previous fix (bug#2490).
6186
ff8be6ef
RW
61872011-07-12 Roland Winkler <winkler@gnu.org>
6188
b796c9b7
SM
6189 * textmodes/bibtex.el (bibtex-initialize):
6190 Use pop-to-buffer-same-window.
ff8be6ef
RW
6191 (bibtex-search-entries): Fix interactive call.
6192
296ba3ee
LMI
61932011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6194
f5242a02 6195 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
6196 Fontise bytecomp Error lines more correctly (bug#2490).
6197 Fix suggested by Johan Bockgård.
f5242a02 6198
296ba3ee
LMI
6199 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
6200
6201 * dired-x.el (dired-guess-default): Use `delete-dups'.
6202
f69fd0d2
CY
62032011-07-12 Chong Yidong <cyd@stupidchicken.com>
6204
6205 * dired.el (dired-mark-prompt):
6206 * dired-aux.el (dired-read-shell-command): Doc fix.
6207
eab5dc07
LMI
62082011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6209
b796c9b7
SM
6210 * mail/sendmail.el (sendmail-query-once):
6211 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
6212 emacs -Q.
6213
6214 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
6215
eab5dc07
LMI
6216 * cus-edit.el (custom-file): Take an optional no-error variable.
6217 (customize-save-variable): Set the variable, and give a warning if
6218 running under "emacs -q".
6219
a1e65d42
JB
62202011-07-11 Juanma Barranquero <lekktu@gmail.com>
6221
6222 * loadhist.el (unload-feature-special-hooks):
6223 Add `auto-coding-functions', `fill-nobreak-predicate' and
6224 `find-directory-functions' (bug#5327).
6225
1d52da10
LMI
62262011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6227
be958f1d
LMI
6228 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
6229
5bedb26c
LMI
6230 * cus-edit.el (custom-guess-name-alist): -alist variables should
6231 use the `alist' type (bug#3120). Suggested by Drew Adams.
6232
1d52da10
LMI
6233 * printing.el: Add documentation to all the `pr-toggle-' commands.
6234
cd394be1 62352011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
6236
6237 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
6238 backends where it makes sense (bug#2623).
6239
dcc88d8a
LMI
62402011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6241
c3de9feb
LMI
6242 * dired-x.el (dired-guess-default): Remove duplicate shell command
6243 entries (bug#2028).
8a93078b 6244 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 6245 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 6246
dcc88d8a
LMI
6247 * subr.el (remove-duplicates): New conveniency function.
6248
505e3645
LMI
62492011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6250
6251 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
6252 (bug#1526).
6253
62542011-07-10 Martin Rudalics <rudalics@gmx.at>
6255
6256 * window.el (display-buffer-normalize-default): Don't invert
6257 meaning of even-window-heights. Reported by Eli Zaretskii
6258 <eliz@gnu.org>.
6259
455e4fa1
BR
62602011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
6261
6262 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
6263
8e0bc3e9
CY
62642011-07-10 Chong Yidong <cyd@stupidchicken.com>
6265
6266 * window.el (display-buffer): Fix arguments to
6267 display-buffer-reuse-window in last change.
6268
fa7c3228
CY
6269 * faces.el (link): Use a less saturated blue on light backgrounds.
6270
6271 * startup.el (fancy-startup-text, fancy-about-text)
6272 (fancy-startup-tail): Use font-lock faces, for background safety.
6273
c0a7f300
BN
62742011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
6275
b796c9b7
SM
6276 * emulation/viper-cmd.el (viper-change-state-to-vi):
6277 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 6278
4dc2a129
MR
62792011-07-09 Martin Rudalics <rudalics@gmx.at>
6280
6281 * window.el (display-buffer-default-specifiers): Remove.
6282 (display-buffer-macro-specifiers): Remove default specifiers.
6283 (display-buffer-alist): Default to nil.
b796c9b7 6284 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
6285 (display-buffer-pop-up-window): Allow splitting internal
6286 windows. Check whether a live window was created.
6287 (display-buffer-other-window-means-other-frame)
6288 (display-buffer-normalize-arguments): Rename to
6289 display-buffer-normalize-argument and rewrite. Set the
6290 other-window specifier.
6291 (display-buffer-normalize-special): New function.
6292 (display-buffer-normalize-options): Rename to
6293 display-buffer-normalize-default and rewrite.
6294 (display-buffer-normalize-options-inhibit): Remove.
6295 (display-buffer-normalize-specifiers): Rewrite.
6296 (display-buffer): Process other-window specifier and call
6297 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
6298 more faithfully.
b796c9b7 6299 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 6300 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
6301 (display-buffer-in-window, display-buffer-alist-set):
6302 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
6303 <tassilo@member.fsf.org>.
6304
2d43b8c9
LL
63052011-07-09 Leo Liu <sdl.web@gmail.com>
6306
6307 * register.el (insert-register): Restore accidental change on
6308 2011-06-26. (Bug#9028)
6309
7f9b7c53
GM
63102011-07-09 Glenn Morris <rgm@gnu.org>
6311
6312 * subr.el (remq): Handle the empty list. (Bug#9024)
6313
f042cfd8
AS
63142011-07-08 Andreas Schwab <schwab@linux-m68k.org>
6315
6316 * mail/sendmail.el (send-mail-function): No longer delay custom
6317 initialization.
6318 * custom.el (custom-initialize-delay): Doc fix.
6319
856b2f11
SM
63202011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
6321
6322 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
6323
afae1d68
MA
63242011-07-08 Michael Albinus <michael.albinus@gmx.de>
6325
6326 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
6327 human-friendly prompt.
6328
0757af94
SM
63292011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
6330
6331 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
6332 provided by a particular plugin.
6333
d760b731
LMI
63342011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
6335
6336 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
6337 save customizations (with "emacs -Q"), just set the variable
6338 instead of erroring out.
6339
6340 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
6341
cd79ce90
JL
63422011-07-08 Juri Linkov <juri@jurta.org>
6343
6344 * arc-mode.el (archive-zip-expunge, archive-zip-update)
6345 (archive-zip-update-case): Use 7z if found by `executable-find'.
6346 The order of searching the available programs is the same as in
6347 `archive-zip-extract' (bug#8968).
6348
14cc04aa
CY
63492011-07-07 Chong Yidong <cyd@stupidchicken.com>
6350
6351 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
6352 (menu-bar-options-menu): Tweak descriptions.
6353
0a1848ec
LMI
63542011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6355
6356 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
6357 menu items into verb phrases (bug#1421). Also refill to fit under
6358 80 columns.
6359
f5bd0689
CY
63602011-07-07 Chong Yidong <cyd@stupidchicken.com>
6361
538e85c6
CY
6362 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
6363 (Info-read-node-name): Doc fix (Bug#1084).
6364
f5bd0689
CY
6365 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
6366 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
6367 (end-of-sexp, beginning-of-sexp)
6368 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
6369 (forward-symbol, forward-same-syntax, word-at-point)
6370 (sentence-at-point): Doc fix (Bug#1144).
6371
56ec5115
LMI
63722011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6373
f3f8e37f
LMI
6374 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
6375 should cover it (bug#1281).
6376
0757af94 6377 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 6378
e9fce1ac 6379 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
6380 negotiation fails, then possibly try again with a non-encrypted
6381 connection (bug#9017).
6382
56ec5115
LMI
6383 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
6384 be used.
6385
c2f9aec8
RS
63862011-07-07 Richard Stallman <rms@gnu.org>
6387
6388 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
6389 property, and handle its changed format.
6390 Look for the correct line number.
6391 Use file's line contents (but not past first =) to find
6392 correct line in message.
6393
ef7b981d 63942011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
6395
6396 * international/characters.el (build-unicode-category-table):
6397 Delete it.
0757af94 6398 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 6399
0757af94 6400 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
6401 to src/chartab.c.
6402 (get-char-code-property): Call unicode-property-table-internal to
6403 load a file. Call get-unicode-property-internal where necessary.
6404 (put-char-code-property): Call unicode-property-table-internal to
6405 load a file. Call put-unicode-property-internal where necessary.
6406 put-unicode-property-internal where necessary.
0757af94
SM
6407 (char-code-property-description):
6408 Call unicode-property-table-internal to load a file.
c805dec0
KH
6409
6410 * international/charprop.el:
6411 * international/uni-bidi.el:
6412 * international/uni-category.el:
6413 * international/uni-combining.el:
6414 * international/uni-comment.el:
6415 * international/uni-decimal.el:
6416 * international/uni-decomposition.el:
6417 * international/uni-digit.el:
6418 * international/uni-lowercase.el:
6419 * international/uni-mirrored.el:
6420 * international/uni-name.el:
6421 * international/uni-numeric.el:
6422 * international/uni-old-name.el:
6423 * international/uni-titlecase.el:
6424 * international/uni-uppercase.el: Regenerate.
6425
6426 * loadup.el: Load international/charprop.el before
6427 international/characters.
6428
e14b388a
CY
64292011-07-07 Chong Yidong <cyd@stupidchicken.com>
6430
6431 * window.el (next-buffer, previous-buffer): Signal an error if
6432 called from a minibuffer window.
6433
6434 * bindings.el: Revert 2011-07-04 change.
6435
354cf0ba
RS
64362011-07-06 Richard Stallman <rms@gnu.org>
6437
6438 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
6439 (rmail-mime-insert-bulk, rmail-mime-insert-text):
6440 Treat markers like ints.
6441 (rmail-mime-entity): Doc fix.
6442
a48868a7
LMI
64432011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6444
4906cd3d
LMI
6445 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
6446 defcustom again for backwards compatibility.
6447
e0457abe
LMI
6448 * simple.el (shell-command-on-region): Fill.
6449
d67f7e1f
LMI
6450 * dired-aux.el (dired-kill-line): Add a doc string.
6451
fe204702
LMI
6452 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
6453 to "\\sw\\|\\s_" (bug#358).
6454
a48868a7
LMI
6455 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
6456 (dired-unmark-backward): Ditto.
6457 (dired-flag-backup-files): Ditto.
6458
6459 * dired-x.el (dired-mark-sexp): Ditto.
6460
aa8a705c
RS
64612011-07-06 Richard Stallman <rms@gnu.org>
6462
6463 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
6464 (rmail-mime-entity): New arg TRUNCATED.
6465 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
6466 New functions.
6467 (rmail-mime-save): Warn if entity is truncated.
6468 (rmail-mime-toggle-hidden): Likewise, for showing.
6469 (rmail-mime-process-multipart): Record when an entity is truncated.
6470
a9a936b9
RS
6471 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
6472 if ENTITY is a string.
6473
1f2b92cb
LMI
64742011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6475
f4f73198 6476 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
6477 of faces when `M-C-x'-ing their definitions (bug#8378).
6478 Also clean up the code slightly.
f4f73198 6479
12b16734 6480 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 6481 because that makes the colors go away.
12b16734 6482
f0691d22
LMI
6483 * mail/sendmail.el (send-mail-function): Change the default to
6484 `sendmail-query-once'.
9e87df06 6485 (sendmail-query-once): Add an autoload cookie.
f0691d22 6486
1f2b92cb
LMI
6487 * net/network-stream.el (network-stream-open-starttls): Try using
6488 a plain connection even if the server offered STARTTLS, and we
6489 kinda wanted to use it, if Emacs doesn't have any STARTTLS
6490 capability. This should make smtpmail.el work in slightly more
6491 configurations.
6492
1cdd2a1b
MA
64932011-07-06 Michael Albinus <michael.albinus@gmx.de>
6494
6495 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
6496 New defun.
6497 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
6498
fbcc67e2
MM
64992011-07-06 Michael R. Mauger <mmaug@yahoo.com>
6500
6501 * progmodes/sql.el: Version 3.0
0757af94 6502 (sql-product-alist): Add product :completion-object,
fbcc67e2 6503 :completion-column, and :statement attributes.
0757af94 6504 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 6505 (sql-mode-syntax-table): Mark all punctuation.
0757af94 6506 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
6507 ansi keywords.
6508 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 6509 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
6510 (sql-oracle-show-reserved-words): New function for development.
6511 (sql-product-font-lock): Simplify for source code buffers.
6512 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
6513 New functions.
6514 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
6515 (sql-mode-map): Add statement movement functions.
6516 (sql-ansi-statement-starters, sql-oracle-statement-starters):
6517 New variable.
fbcc67e2
MM
6518 (sql-statement-regexp, sql-beginning-of-statement)
6519 (sql-end-of-statement, sql-signum): New functions.
0757af94 6520 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
6521 (sql-show-sqli-buffer): Bug fix.
6522 (sql-interactive-mode): Store connection data as buffer local.
0757af94 6523 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
6524 with sql-interactive-mode.
6525 (sql-save-connection): Save buffer local settings.
0757af94 6526 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
6527 (sql-product-interactive): Bug fix.
6528 (sql-preoutput-hold): New variable.
6529 (sql-interactive-remove-continuation-prompt): Bug fixes.
6530 (sql-debug-redirect): New variable.
6531 (sql-str-literal): New function.
6532 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 6533 Redesign.
fbcc67e2
MM
6534 (sql-oracle-save-settings, sql-oracle-restore-settings)
6535 (sql-oracle-list-all, sql-oracle-list-table): New functions.
6536 (sql-completion-object, sql-completion-column)
6537 (sql-completion-sqlbuf): New variables.
6538 (sql-build-completions-1, sql-build-completions)
6539 (sql-try-completion): New functions.
6540 (sql-read-table-name): Use them.
6541 (sql-contains-names): New buffer local variable.
6542 (sql-list-all, sql-list-table): Use it.
6543 (sql-oracle-completion-types): New variable.
6544 (sql-oracle-completion-object, sql-sqlite-completion-object)
6545 (sql-postgres-completion-object): New functions.
6546
d4eaeab1
GM
65472011-07-06 Glenn Morris <rgm@gnu.org>
6548
6549 * window.el (pop-to-buffer): Doc fix.
6550
322b7dab 65512011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
6552
6553 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
6554
322b7dab 65552011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 6556
322b7dab 6557 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 6558
322b7dab 6559 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 6560
605dd5bf
CY
65612011-07-05 Chong Yidong <cyd@stupidchicken.com>
6562
6563 * button.el (button): Inherit from link face. Suggested by Dan
6564 Nicolaescu.
6565
7dbfa719
SM
65662011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6567
3db614b0
SM
6568 * progmodes/gdb-mi.el: Fit in 80 columns.
6569 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
6570 switch-to-buffer.
6571
7dbfa719
SM
6572 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
6573 if imenu is simply not configured (bug#8941).
6574
919d884a
KM
65752011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
6576
6577 * allout.el (allout-post-undo-hook): New allout outline-change
6578 event hook to signal undo activity.
6579 (allout-post-command-business): Run allout-post-undo-hook if an
6580 undo just occurred.
7dbfa719
SM
6581 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
6582 * allout-widgets.el (allout-widgets-after-undo-function):
6583 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
6584 in the vicinity of an undo.
6585 (allout-widgets-mode): Include allout-widgets-after-undo-function
6586 on the new allout-post-undo-hook.
6587
450a0f09
SM
65882011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6589
6590 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
6591 Let define-derived-mode define it.
6592 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
6593 cycles of abbrev-table inheritance (bug#8998).
6594
2de69e00
RW
65952011-07-05 Roland Winkler <winkler@gnu.org>
6596
6597 * textmodes/bibtex.el: Add support for biblatex.
6598 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
6599 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
6600 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
6601 (bibtex-entry-alist, bibtex-field-alist): New variables.
6602 (bibtex-entry-field-alist): Obsolete alias for
6603 bibtex-BibTeX-entry-alist.
6604 (bibtex-entry-alist, bibtex-field-alist): New widgets.
6605 (bibtex-set-dialect): New command.
6606 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
6607 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
6608 Bind via bibtex-set-dialect.
2de69e00
RW
6609 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
6610 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
6611 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
6612 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
6613 Define via bibtex-set-dialect.
450a0f09
SM
6614 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
6615 Obey bibtex-no-opt-remove-re.
2de69e00
RW
6616 (bibtex-vec-push, bibtex-vec-incr): New functions.
6617 (bibtex-format-entry, bibtex-field-list)
6618 (bibtex-print-help-message, bibtex-validate)
6619 (bibtex-search-entries): Use new format of bibtex-entry-alist.
6620
2dcdbdd9
SM
66212011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6622
6623 * progmodes/compile.el (compilation-goto-locus):
6624 * net/tramp-cmds.el (tramp-append-tramp-buffers):
6625 * bs.el (bs-cycle-next, bs-cycle-previous):
6626 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
6627 * bindings.el (mode-line-other-buffer):
6628 * autoinsert.el (auto-insert):
6629 * arc-mode.el (archive-extract):
6630 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
6631
b27640fe
JB
66322011-07-05 Juanma Barranquero <lekktu@gmail.com>
6633
6634 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
6635 Fix check of `emacs-lock-unlockable-modes'.
6636 Coerce true values of `emacs-lock--try-unlocking' to t.
6637
53bbe3ad
JB
66382011-07-05 Juanma Barranquero <lekktu@gmail.com>
6639
6640 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
6641 * emacs-lock.el: New file.
6642
1d3cdbc7
JD
66432011-07-05 Julien Danjou <julien@danjou.info>
6644
6645 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
6646 than `boundp' to check if face is set.
6647
9173deec
JB
66482011-07-05 Juanma Barranquero <lekktu@gmail.com>
6649
6650 * register.el (registerv-make):
6651 * window.el (window-min-height): Fix typos in docstrings.
6652
869795d6
JD
66532011-07-05 Jan Djärv <jan.h.d@swipnet.se>
6654
9173deec 6655 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
6656 Update doc string.
6657
b768cdcd
JB
66582011-07-04 Juanma Barranquero <lekktu@gmail.com>
6659
6660 * server.el (server-execute): Catch quit and call
6661 `server-return-error' to pass the error back to emacsclient and
6662 close the connection (bug#8942).
6663
13aa217b
KM
66642011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
6665
6666 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
6667 insecure exception for current topic. Also note that auto-saves
6668 are handled differently.
6669
6670 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
6671 State variables for tracking auto-save inhibition situation.
6672
6673 (allout-write-contents-hook-handler): Rename from
6674 'allout-write-file-hook-handler', and describe how it depends on
6675 write-contents-functions sensitivity to non-nil value to prevent
6676 file write.
6677
6678 (allout-auto-save-hook-handler): Remove. auto-save does not check
6679 this in individual buffers, only in the starting buffer, so this
6680 is not the right way for us to inhibit auto-save in a buffer
6681 according to its condition.
6682
6683 (allout-mode): Use new allout-write-contents-hook-handler, and
6684 only with write-contents-functions. Remove auto-save provisions -
6685 they're implemented elsewhere.
6686
6687 (allout-before-change-handler): If undo is in progress, note that
6688 for attention of allout-post-command-business.
6689
6690 (allout-post-command-business): If the command we're following was
6691 an undo, check for change in the status of encrypted items and
6692 adjust auto-save inhibitions accordingly.
6693
6694 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
6695 according to whether there are or aren't any plain-text topics
6696 pending encryption.
6697
2dcdbdd9 6698 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
6699 Adjust buffer-saved-size and some allout state to inhibit auto-saves
6700 if there are plain-text topics pending encryption.
13aa217b
KM
6701
6702 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
6703 buffer-saved-size and some allout state to not inhibit auto-saves
6704 if there are no longer any plain-text topics pending encryption.
6705
0757af94
SM
6706 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
6707 No longer provide for exemption of the current topic.
13aa217b 6708
ac89b32c
JL
67092011-07-04 Juri Linkov <juri@jurta.org>
6710
6711 Add 7z operations to delete and save changed members (bug#8968).
6712 * arc-mode.el (archive-7z-expunge, archive-7z-update):
6713 New defcustoms.
6714 (archive-7z-write-file-member): New function.
6715 (archive-7z-summarize): Fix the number of dashes in the
6716 listing output.
6717
8fa39615
SM
67182011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
6719
6720 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
6721 (bug#8958).
6722
2f11b3f1
CY
67232011-07-04 Chong Yidong <cyd@stupidchicken.com>
6724
d66fef2b
CY
6725 * bindings.el: Ignore next-buffer and previous-buffer in
6726 minibuffer-local-map.
6727
2f11b3f1
CY
6728 * font-lock.el (font-lock-builtin-face): Change light background
6729 color to dark slate blue (Bug#6693).
6730
f932a347
WD
67312011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
6732
6733 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
6734
c8af70e1
SM
67352011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
6736
6737 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
6738 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6739 Add switch-to-buffer.
6740
f158badc
LMI
67412011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6742
6743 * isearch.el (isearch-search-fun-function): Clarify further the
6744 meaning of the function returned.
6745
6d95bd46
MA
67462011-07-04 Michael Albinus <michael.albinus@gmx.de>
6747
6748 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
6749
6750 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
6751 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
6752 Use it.
6753 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
6754 `tramp-default-remote-path' does not exist.
6755 (tramp-send-command-and-read): New optional argument NOERROR.
6756 (tramp-open-connection-setup-interactive-shell)
6757 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
6758 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
6759 (tramp-process-sentinel): Flush also process' connection property.
6760 (tramp-sh-handle-start-file-process): Do not set process
6761 sentinel. It is done now ...
6762 (tramp-maybe-open-connection): ... here. (Bug#8929)
6763
909e6b67
MK
67642011-07-04 MON KEY <monkey@sandpframing.com>
6765
6766 * play/animate.el (animate-string): Doc fixes and allow changing
6767 the buffer name (bug#5417).
6768
67692011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6770
c8af70e1 6771 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 6772
f34755dc
PE
67732011-07-04 Paul Eggert <eggert@cs.ucla.edu>
6774
396cec72
PE
6775 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
6776 This is simpler and helps future-proof the code.
6777 (timer-until): Use time-subtract and float-time.
08235028 6778 (timer--time-less-p): Use time-less-p.
f34755dc 6779
56e6cc31
JB
67802011-07-04 Juanma Barranquero <lekktu@gmail.com>
6781
3abb79e5
JB
6782 * type-break.el (timep): Use the value of `float-time' to avoid a
6783 byte-compiler warning.
6784
56e6cc31
JB
6785 * server.el (server-eval-and-print): Return any result, even nil.
6786
7b9430b4
PE
67872011-07-03 Paul Eggert <eggert@cs.ucla.edu>
6788
6789 * type-break.el: Accept time formats that the builtins accept.
6790 (timep, type-break-time-difference): Accept any format that
6791 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
6792 This is simpler and helps future-proof the code.
6793 (type-break-time-difference): Round rather than ignoring
6794 subseconds components.
6795
3034e9e7
LMI
67962011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6797
6798 * info.el (Info-apropos-matches): Make non-interactive, since it
6799 doesn't seem to do anything useful as a command (bug#8829).
6800
1485f4c0
CY
68012011-07-03 Chong Yidong <cyd@stupidchicken.com>
6802
6803 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 6804 Move from faces.el.
1485f4c0
CY
6805 (frame-default-terminal-background): New function.
6806
6807 * custom.el (custom-push-theme): Don't record faces in `changed'
6808 theme; this doesn't work correctly for per-frame face settings.
6809 (disable-theme): Use face-set-after-frame-default to reset faces.
6810 (custom--frame-color-default): New function.
6811
9fa3dd45
LMI
68122011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6813
c8af70e1 6814 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
6815 (bug#8769).
6816
6cbbc20c
KR
68172011-03-29 Kevin Ryde <user42@zip.com.au>
6818
6819 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6820 `perl-Test2' extend to match possible "fail #N" rep count
6821 (bug#8377).
6822
c7f98048
LMI
68232011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6824
65676592
LMI
6825 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
6826 `smtpmail-via-smtp' now returns the error instead of nil.
6827
c7f98048
LMI
6828 * isearch.el (isearch-search-fun-function): Clarify the doc string
6829 (bug#8101).
6830
56e6cc31 68312011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
6832
6833 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
6834 unnecessary spaces (bug#8987).
6835
2b216704
LMI
68362011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6837
6838 * net/network-stream.el (open-network-stream): Use the
6839 :end-of-capability command thoughout.
6840
68412011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
6842
6843 * net/network-stream.el (open-network-stream): Add the
6844 :end-of-capability command parameter, used by pop3.el.
6845
36adf6ce
LMI
68462011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6847
1ca0da0e
LMI
6848 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
6849
fc00f69c
LMI
6850 * fringe.el (fringe-query-style): Remove redundant text " (type ?
6851 for list)" (bug#6475).
6852
28fd8759 6853 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 6854 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
6855 an error (bug#6297).
6856
0dd8b6da
LMI
6857 * man.el (Man-reference-regexp): Allow matching possible
6858 word-wrapped references (bug#6289).
6859
ce1438d6
LMI
6860 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
6861 for consistency with the other vc buffers (bug#6197).
6862 (vc-checkin): Ditto.
6863
6864 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
6865
36adf6ce
LMI
6866 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
6867
e83cc1f7
LMI
68682011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6869
8a20ca4c
LMI
6870 * custom.el (defcustom): Clarify that :set is only used in the
6871 Customize user interface (bug#6089).
6872
83319045
LMI
6873 * progmodes/flymake.el (flymake-mode): If the buffer isn't
6874 associated with a file, refuse to run instead of erroring out
6875 (bug#6084).
6876
a8392169
LMI
6877 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
6878 the doc string, since it appears that using `fill-column' always
6879 controls the width (bug#7845).
6880
e83cc1f7
LMI
6881 * simple.el (shell-command-on-region): Say where the error output
6882 went if `shell-command-default-error-buffer' is set (bug#6857).
6883
e47ca23b
KM
68842011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
6885
6886 * allout.el (allout-yank-processing): Adjust cursor position for
6887 backwards-deleted space.
6888
6889 (allout-rebullet-heading): Register changes with
6890 allout-exposure-changed-hook, so the modified topic is properly
6891 decorated.
6892
5cf56143
LMI
68932011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6894
08549772
LMI
6895 * minibuffer.el (completion-in-region): Document PREDICATE
6896 (bug#7136).
6897
48e96771
LMI
6898 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
6899 of keyword/argument pairs (bug#6904).
6900
c8af70e1
SM
6901 * replace.el (multi-occur):
6902 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 6903
e17d05e2
LMI
69042011-07-02 Drew Adams <drew.adams@oracle.com>
6905
6906 * dired.el (dired-mark-if): Make the message about whether it's
6907 marking or unmarking clearer (bug#8523).
6908
063b0e45
LMI
69092011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6910
6911 * disp-table.el (display-table-print-array): New function.
6912 (describe-display-table): Use it to print the vectors more pretty
6913 (Bug#8859).
6914
28545e04
MR
69152011-07-02 Martin Rudalics <rudalics@gmx.at>
6916
6917 * window.el (window-state-get-1): Don't assign clone numbers.
6918 Add clone-of item to list of window parameters.
6919 (window-state-put-2): Don't process clone numbers.
6920 (display-buffer-alist): Fix doc-string.
6921
3349e122
SM
69222011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
6923
6924 * subr.el (remq): Don't allocate if it's not needed.
6925 (keymap--menu-item-binding, keymap--menu-item-with-binding)
6926 (keymap--merge-bindings): New functions.
6927 (keymap-canonicalize): Use them to refine the canonicalization.
6928 * minibuffer.el (minibuffer-local-completion-map)
6929 (minibuffer-local-must-match-map): Move initialization from C.
6930 (minibuffer-local-filename-completion-map): Move initialization from C;
6931 don't inherit from anything here.
6932 (minibuffer-local-filename-must-match-map): Make obsolete.
6933 (completing-read-default): Use make-composed-keymap to combine
6934 minibuffer-local-filename-completion-map with either
6935 minibuffer-local-must-match-map or
6936 minibuffer-local-filename-completion-map.
6937
d224ac83
GM
69382011-07-01 Glenn Morris <rgm@gnu.org>
6939
3de63bf8
GM
6940 * type-break.el (type-break-time-sum): Use dolist.
6941
d224ac83
GM
6942 * textmodes/flyspell.el (flyspell-word-search-backward):
6943 Replace CL function.
6944
1a1e3f32
SM
69452011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
6946
fe3f64d5
SM
6947 * mouse.el (mouse--strip-first-event): New function.
6948 (function-key-map): Use it to map fringe clicks to normal clicks
6949 by default.
6950
eb604e34
SM
6951 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
6952 (vc-bzr-revision-completion-table): Add support for annotate and date.
6953
1a1e3f32
SM
6954 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
6955 inherit from parent.
6956
5bd35902
LMI
69572011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6958
ace6c69c 6959 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 6960 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 6961
191e2bed
LMI
6962 * dired.el (dired-mode): Fix up the doc string as suggested by
6963 Drew Adams (bug#8817).
6964
5bd35902
LMI
6965 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
6966 cookie, since the manual says that it should be possible to add
6967 this function to `find-file-hook' (bug#8709).
6968
eee8207a
TZ
69692011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
6970
6971 * progmodes/cfengine.el: Moved all cfengine3.el functionality
6972 here. Noted Ted Zlatanov as the maintainer.
6973 (cfengine-common-settings, cfengine-common-syntax): New functions
6974 to set up common things between `cfengine-mode' and
6975 `cfengine3-mode'.
6976 (cfengine3-mode): New mode.
6977 (cfengine3-defuns cfengine3-defuns-regex
6978 (cfengine3-class-selector-regex cfengine3-category-regex)
6979 (cfengine3-vartypes cfengine3-font-lock-keywords)
6980 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 6981 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 6982
36b148cf
MA
69832011-07-01 Michael Albinus <michael.albinus@gmx.de>
6984
6985 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
6986
6987 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
6988
0bf4ba9a
MR
69892011-07-01 Martin Rudalics <rudalics@gmx.at>
6990
6991 * window.el (same-window-buffer-names, same-window-regexps)
6992 (same-window-p, special-display-frame-alist)
6993 (special-display-popup-frame, special-display-function)
6994 (special-display-buffer-names, special-display-regexps)
6995 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
6996 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
6997 (split-window-preferred-function, split-height-threshold)
6998 (split-width-threshold, even-window-heights)
6999 (display-buffer-mark-dedicated, window-splittable-p)
7000 (split-window-sensibly, window-safely-shrinkable-p):
7001 Un-obsolete.
7002 (display-buffer): Don't spread args with function specifier
7003 because special-display-popup-frame won't like it.
7004
35837f51
PE
70052011-07-01 Paul Eggert <eggert@cs.ucla.edu>
7006
d0672f86
PE
7007 Time-stamp simplifications and fixes.
7008 These improve accuracy slightly, and future-proof the code
7009 against some potential changes to current-time format.
7010
b9444d97
PE
7011 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
7012 by using time-since and float-time.
7013
0ef923dc
PE
7014 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
7015 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
7016 + NNN microseconds".
7017
2f81380d
PE
7018 * type-break.el (type-break-time-sum): Rewrite using time-add.
7019
845b5c3e
PE
7020 * play/hanoi.el (hanoi-current-time-float): Remove.
7021 All uses replaced by float-time.
7022
ee6f1be0
PE
7023 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
7024 This yields a more-accurate answer.
7025 (rng-time-to-float): Remove; no longer needed.
7026
fe955043
PE
7027 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
7028
5777162a
PE
7029 * calendar/timeclock.el (timeclock-seconds-to-time):
7030 Defalias to seconds-to-time, since they're the same thing.
7031
3103f8b6 7032 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 7033 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
7034 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
7035
0e61a35f
SM
70362011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7037
7038 * window.el (bury-buffer): Don't iconify the only frame.
7039 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
7040 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
7041
ddd63a1e
CY
70422011-07-01 Chong Yidong <cyd@stupidchicken.com>
7043
0e61a35f
SM
7044 * eshell/em-smart.el (eshell-smart-display-navigate-list):
7045 Add mouse-yank-primary.
ddd63a1e 7046
055f4923
TZ
70472011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
7048
7049 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
7050
6a2fb145
SM
70512011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7052
7053 * emacs-lisp/find-func.el (find-library--load-name): New fun.
7054 (find-library-name): Use it to find relative load names when provided
7055 absolute file name (bug#8803).
7056
fd4983f2
LMI
70572011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7058
887d14ad
LMI
7059 * textmodes/flyspell.el (flyspell-word): Consider words that
7060 differ only in case as potential doublons (bug#5687).
7061
c53dc7fc
LMI
7062 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
7063 Remove two rather uninteresting debugging-like messages to make
7064 debbugs.el more silent.
7065
fd4983f2
LMI
7066 * comint.el (comint-password-prompt-regexp): Accept "Response" as
7067 a password-like phrase.
7068
7a71b18d 70692011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
7070
7071 * progmodes/cc-guess.el: New file.
7072
6a2fb145 7073 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
7074
7075 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
7076 derived from `c-basic-common-init'.
7077
7078 * progmodes/cc-mode.el (top-level): Require cc-guess.
7079 (c-basic-common-init): Use `cc-choose-style-for-mode'.
7080
1fa280a3
LM
70812011-06-30 Lawrence Mitchell <wence@gmx.li>
7082
7083 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
7084
e6597158
AM
70852011-06-30 Alan Mackenzie <acm@muc.de>
7086
1fa280a3
LM
7087 * progmodes/cc-engine.el (c-guess-continued-construct):
7088 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
7089 lock is disabled. Name this case as "CASE G".
7090
68ba37fb
KM
70912011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
7092
7093 * allout.el (allout-yank-processing): Fix injection of extra space
7094 between bullet and non-whitespace character in first topic when
7095 pasting, ensuring that the actual spacing in the pasted topic
7096 following the bullet char is preserved. This extra space was
7097 causing pasted encrypted topics to get a decrypted status even
7098 when the content was actually still encrypted. Now the decryption
7099 status from before the paste is preserved.
7100
7101 (allout-flag-region): Set all allout overlays so they evaporate
7102 when reduced to zero length (evanescent), to prevent overlay
7103 leakage.
7104
887a0b34
GM
71052011-06-30 Glenn Morris <rgm@gnu.org>
7106
94b9acce
GM
7107 * w32-fns.el (w32-charset-info-alist): Declare.
7108
1d9b46d4
GM
7109 * find-dired.el (find-grep-options): Simplify.
7110
cc232200
GM
7111 * term/ns-win.el (ns-set-resource): Declare.
7112
28e77c46
GM
7113 * ses.el (row, col): Declare dynamic variables honestly.
7114
887a0b34
GM
7115 * textmodes/reftex-parse.el (index-tags): Declare.
7116
658d8eb8
CY
71172011-06-30 Chong Yidong <cyd@stupidchicken.com>
7118
7119 * cus-edit.el (customize-push-and-save): New function.
7120
7121 * files.el (hack-local-variables-confirm): Use it.
7122
1fa280a3
LM
7123 * custom.el (load-theme): New arg NO-CONFIRM.
7124 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
7125 (custom-enabled-themes): Doc fix.
7126
7127 * cus-theme.el (customize-create-theme)
7128 (custom-theme-merge-theme): Callers to load-theme changed.
7129
bb617717
LMI
71302011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7131
d61bdd5d
LMI
7132 * thingatpt.el (thing-at-point-short-url-regexp): Require that
7133 short URLs have at least one dot in them (bug #7614).
7134
bb617717
LMI
7135 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
7136 nil, because using a pty is apparently too slow (bug #895).
7137
2f31f37a
LMI
71382011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7139
7140 * mail/sendmail.el (sendmail-query-once): New function.
7141 (sendmail-query-once-function): New variable.
7142
3076b24e
GM
71432011-06-29 Glenn Morris <rgm@gnu.org>
7144
faf2a174
GM
7145 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
7146
3076b24e
GM
7147 * ses.el (top-level): Require cl when compiling.
7148 (ses-set-localvars): Fix error statement.
7149 Call it at compile time to silence a storm of warnings.
7150
5386012d
MR
71512011-06-29 Martin Rudalics <rudalics@gmx.at>
7152
7153 * window.el (normalize-live-buffer): Rename to
7154 window-normalize-buffer.
7155 (normalize-live-frame): Rename to window-normalize-frame.
7156 (normalize-any-window): Rename to window-normalize-any-window.
7157 (normalize-live-window): Rename to window-normalize-live-window.
7158 (make-window-atom): Rename to window-make-atom.
7159 (window-resize-reset): Rename to window--resize-reset.
7160 (window-resize-reset-1): Rename to window--resize-reset-1.
7161 (resize-mini-window): Rename to window--resize-mini-window.
7162 (resize-subwindows-skip-p): Rename to
7163 window--resize-subwindows-skip-p.
7164 (resize-subwindows-normal): Rename to
7165 window--resize-subwindows-normal.
7166 (resize-subwindows): Rename to window--resize-subwindows.
7167 (resize-other-windows): Rename to window--resize-siblings.
7168 (resize-this-window): Rename to window--resize-this-window.
7169 (resize-root-window): Rename to window--resize-root-window.
7170 (resize-root-window-vertically): Rename to
7171 window--resize-root-window-vertically.
7172 (normalize-buffer-to-display): Rename to
7173 window-normalize-buffer-to-display.
7174 (normalize-buffer-to-switch-to): Rename to
7175 window-normalize-buffer-to-switch-to.
7176 Correspondingly update all callers of the functions listed
7177 above.
7178 (display-buffer-alist, display-buffer-normalize-arguments)
7179 (display-buffer-normalize-options, display-buffer)
7180 (display-buffer-alist-set): Use "function" instead of
7181 "fun-with-args".
7182
1176868d
CY
71832011-06-28 Chong Yidong <cyd@stupidchicken.com>
7184
7185 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
7186 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
7187 debbugs.gnu.org. Mention acknowledgment email.
7188
20a7a65f
LMI
71892011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7190
7191 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
7192 buffer multibyteness, since it shouldn't matter.
7193
5f45cca5
MR
71942011-06-28 Martin Rudalics <rudalics@gmx.at>
7195
7196 * window.el (display-buffer-in-side-window): Handle dedicated
7197 windows as in display-buffer-reuse-window.
7198 (display-buffer-normalize-alist): Use value of override
7199 specifier.
7200 (display-buffer-normalize-specifiers): Use value of
7201 other-window-means-other-frame specifier.
7202 (display-buffer-alist): Rewrite some texts in widgets.
7203 (display-buffer): Spread arguments when calling function
7204 specified by fun-with-args.
7205
ad85fe1f
DD
72062011-06-28 Deniz Dogan <deniz@dogan.se>
7207
1fa280a3
LM
7208 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7209 Unnest `let'.
da68c4c8 7210
ad85fe1f
DD
7211 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
7212 selectors (Bug#5732).
ec49bd31 7213 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 7214
a08cc025
JA
72152011-06-27 Jari Aalto <jari.aalto@cante.net>
7216
7217 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
7218 (eshell-ls-date-format): New defcustom.
7219 (eshell-ls-file): Use it.
7220
e2b551c5
SM
72212011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
7222
7223 * help-fns.el (describe-variable): Fix message for terminal-local vars.
7224
8982b231
KY
72252011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
7226
7227 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
7228 (ange-ftp-make-tmp-name): New arg.
7229 (ange-ftp-file-local-copy): Use it.
7230
36c9fa27
J
72312011-06-27 Jambunathan K <kjambunathan@gmail.com>
7232
7233 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
7234 no-conversion (Bug#8870).
7235
d68443dc
MR
72362011-06-27 Martin Rudalics <rudalics@gmx.at>
7237
7238 * window.el (window-right, window-left, window-child)
7239 (window-child-count, window-last-child)
7240 (window-iso-combination-p, walk-window-tree-1)
7241 (window-atom-check-1, window-tree-1, delete-window)
7242 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
7243 new naming conventions - window-vchild, window-hchild,
7244 window-next and window-prev are now called window-top-child,
7245 window-left-child, window-next-sibling and window-prev-sibling
7246 respectively.
d615d6d2
MR
7247 (resize-window-reset): Rename to window-resize-reset.
7248 (resize-window-reset-1): Rename to window-resize-reset-1.
7249 (resize-window): Rename to window-resize.
7250 (window-min-height, window-min-width)
7251 (resize-mini-window, resize-this-window, resize-root-window)
7252 (resize-root-window-vertically, adjust-window-trailing-edge)
7253 (enlarge-window, shrink-window, maximize-window)
7254 (minimize-window, delete-window, quit-restore-window)
7255 (split-window, balance-windows, balance-windows-area-adjust)
7256 (balance-windows-area, window-state-put-2)
7257 (display-buffer-even-window-sizes, display-buffer-set-height)
7258 (display-buffer-set-width, set-window-text-height)
7259 (fit-window-to-buffer): Rename all "resize-window" prefixed
7260 calls to use the "window-resize" prefix convention.
7261 (display-buffer-alist): Fix symbol for label specifier.
7262 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
7263 corresponding specifier.
7264 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 7265
b6458526
VB
72662011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
7267
7268 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
7269 convention.
7270 (ses-call-printer): Does not pass an empty string to formatter when the
7271 cell is empty to keep from barking printer Calc math-format-value.
7272
d31fd9ac
RS
72732011-06-27 Richard Stallman <rms@gnu.org>
7274
43d5bf84
RS
7275 * battery.el (battery-mode-line-limit): New variable.
7276 (battery-update): Handle it.
7277
d31fd9ac
RS
7278 * mail/rmailmm.el (rmail-mime-process-multipart):
7279 Handle truncated messages.
7280
819a6054
GM
72812011-06-27 Glenn Morris <rgm@gnu.org>
7282
7283 * progmodes/flymake.el (flymake-err-line-patterns):
7284 Allow for column numbers in the ant/javac pattern. (Bug#8866)
7285
cedc73f2
VB
72862011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
7287
819a6054 7288 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
7289 (ses--clean-!, ses--clean-_): New functions.
7290 (ses-range): Add configurability of readout order, and conversion
7291 to Calc vector.
7292
5e5d49b6
VB
7293 * ses.el (ses-repair-cell-reference-all): New function.
7294 (ses-cell-symbol): Set macro as safe, so that it can be used in
7295 formulas.
7296
56e6cc31 7297 * ses.el: Update cycle detection algorithm.
90ca8b49 7298 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 7299 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
7300 (ses-set-localvars): New function.
7301 (ses-make-cell): Add property-list as a cell element.
7302 (ses-cell-property-get-fun, ses-cell-property-get)
7303 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
7304 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
7305 New functions.
90ca8b49
VB
7306 (ses-cell-property-set, ses-cell-property-pop)
7307 (ses-cell-property-get-handle): New macro.
7308 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
7309 New aliases, used for code readability.
7310 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
7311 cycle detection.
7312 (ses-self-reference-early-detection): New defcustom.
fac916bf 7313 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
7314 (ses-mode): Use ses-set-localvars.
7315 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
7316 before lauching the update processing.
7317 (ses-initialize-Dijkstra-attempt): New function.
7318 (ses-recalculate-cell): Update for cycle detection based on
7319 Dijkstra algorithm.
7320
2bb63e81
VB
7321 * ses.el: Fix commenting and indenting convention.
7322
c9d29fb8
SM
73232011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
7324
7325 * bs.el (bs-cycle-next): Complete last change.
7326
d8e4b68b
JB
73272011-06-27 Drew Adams <drew.adams@oracle.com>
7328
7329 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
7330
40098786
LMI
73312011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7332
c9d29fb8
SM
7333 * net/network-stream.el (network-stream-open-starttls):
7334 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
7335 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
7336
40098786
LMI
7337 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
7338 to binary to possibly avoid line encoding issues on Windows (among
7339 other things).
7340
468d09d4
LMI
73412011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7342
7343 * net/network-stream.el (open-network-stream): Return an :error
7344 saying what the problem was, if possible.
7345
7346 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
7347 server.
7348
7349 * net/network-stream.el (network-stream-open-starttls): If we
7350 wanted to use STARTTLS, and the server offered it, but we weren't
7351 able to because we had no STARTTLS support, then close the connection.
7352 (open-network-stream): Return an :error element, if present.
7353
16f07dd7
CY
73542011-06-26 Chong Yidong <cyd@stupidchicken.com>
7355
88821ca0
CY
7356 * hl-line.el (hl-line-sticky-flag): Doc fix.
7357 (global-hl-line-sticky-flag): New option (Bug#8323).
7358 (global-hl-line-highlight): Obey it.
7359
16f07dd7
CY
7360 * vc/vc.el (vc-revert-show-diff): Default to t.
7361
6b5ccddf
KM
73622011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
7363
c9d29fb8
SM
7364 * allout-widgets.el (allout-widgets-post-command-business):
7365 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
7366 undecorated when an isearch is continued past, and isearch
7367 automatically collapses them. This leads to "widget leaks", where
7368 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
7369 hidden widgets can slow down cursor travel, substantially.
7370 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
7371 so we're doing without this nicety.
7372
7373 (allout-widgets-tally-string): Don't try to do a hash-table-count
7374 of allout-widgets-tally when it's nil. This eliminates spurious "Error
7375 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
7376 *Messages* when allout-widgets-maintain-tally is t.
7377
355f2e07
MR
73782011-06-26 Martin Rudalics <rudalics@gmx.at>
7379
7380 * window.el (display-buffer-normalize-argument): Rename to
7381 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
7382 LABEL argument. Respect special-display-function when popping up
7383 a new frame. Fix code searching for a window showing the buffer
7384 on another frame.
c9d29fb8
SM
7385 (display-buffer-normalize-specifiers):
7386 Call display-buffer-normalize-arguments.
355f2e07
MR
7387 (display-buffer-in-window): Don't undedicate the window if its
7388 buffer remains the same.
7389 Reported by Drew Adams <drew.adams@oracle.com>.
7390 (display-buffer-alist): Add choice for same-window macro
7391 specfier.
7392 (display-buffer): Mention special meaning of LABEL argument in
7393 doc-string. Fix quoting. Don't pop up a new frame even as
7394 fallback.
7395
7ca8fc42
JB
73962011-06-26 Juanma Barranquero <lekktu@gmail.com>
7397
7398 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
7399 avoid deleting the current window in some cases (bug#8911).
7400
bc312254
AS
74012011-06-26 Andreas Schwab <schwab@linux-m68k.org>
7402
7403 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
7404 (Bug#8934)
7405
2db18f3f
LMI
74062011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7407
c9d29fb8
SM
7408 * net/network-stream.el (network-stream-open-starttls):
7409 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
7410 (network-stream-open-tls): Ditto.
7411
6302e0d3
LL
74122011-06-26 Leo Liu <sdl.web@gmail.com>
7413
7414 * register.el (registerv): New struct.
7415 (registerv-make): New function.
c9d29fb8
SM
7416 (jump-to-register, describe-register-1, insert-register):
7417 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
7418 struct. (Bug#8415)
7419
5fdd4046
CY
74202011-06-26 Chong Yidong <cyd@stupidchicken.com>
7421
2afef60a
CY
7422 * vc/vc.el (vc-revert-show-diff): New defcustom.
7423 (vc-diff-internal): New arg specifying diff buffer.
7424 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
7425 reuse an existing *vc-diff* buffer (Bug#8927).
7426
5fdd4046
CY
7427 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
7428
e93db24a
GM
74292011-06-26 Glenn Morris <rgm@gnu.org>
7430
7431 * progmodes/f90.el (f90-critical-indent): New option.
7432 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
7433 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
7434 (f90-mode): Doc fix.
7435 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
7436 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
7437 (f90-beginning-of-block, f90-next-block, f90-indent-region)
7438 (f90-match-end): Handle block, critical.
7439
eefff499
GM
74402011-06-25 Glenn Morris <rgm@gnu.org>
7441
f6ba4cc9
GM
7442 * calendar/diary-lib.el (diary-included-files): Doc fix.
7443 (diary-include-files): New function, extracted from
7444 diary-include-other-diary-files and diary-mark-included-diary-files.
7445 (diary-include-other-diary-files, diary-mark-included-diary-files):
7446 Just call diary-include-files.
7447 (diary-mark-entries): Reset diary-included-files on first call.
7448
16712304
GM
7449 * calendar/diary-lib.el (diary-mark-entries)
7450 (diary-mark-included-diary-files):
7451 Visit included diary-files in temp buffers.
7452
5d8e0d43
GM
7453 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
7454 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
7455 (f90-start-block-re, f90-imenu-generic-expression)
7456 (f90-looking-at-program-block-start, f90-no-block-limit):
7457 Add support for submodules.
7458
ccf7a5d5
GM
7459 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
7460 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 7461
11fdef7d 74622011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
7463
7464 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
7465 buffer-file-type before setting its value, to avoid disastrous
eefff499 7466 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 7467
74f53697
JB
74682011-06-25 Juanma Barranquero <lekktu@gmail.com>
7469
7470 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
7471
7472 * ses.el (ses-unload-function):
7473 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
7474
7475 * proced.el (proced-unload-function):
7476 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
7477
18a4ce5e
AR
74782011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
7479
7480 * server.el (server-create-window-system-frame): Add parameters arg.
7481 (server-process-filter): Doc fix. Handle frame-parameters.
7482
519d22cc
JB
74832011-06-25 Juanma Barranquero <lekktu@gmail.com>
7484
7485 Fix bug#8730, bug#8781.
7486
7487 * loadhist.el (unload--set-major-mode): New function.
7488 (unload-feature): Use it.
7489
7490 * progmodes/python.el (python-after-info-look): Add autoload cookie.
7491 (python-unload-function): New function.
7492
c206f5b0
SM
74932011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7494
7495 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
7496
f9ad64f3
GS
74972011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
7498
7499 * net/browse-url.el (browse-url-firefox-program): Add icecat to
7500 the candidates list.
7501
7d0da90e
JB
75022011-06-24 Juanma Barranquero <lekktu@gmail.com>
7503
7504 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
7505
14b4e83d
RS
75062011-06-23 Richard Stallman <rms@gnu.org>
7507
7508 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
7509 (rmail-variables): Set next-error-move-function.
7510 (rmail-what-message): Take argument POS.
7511 (rmail-next-error-move): New function.
7512
273d2baf
SM
75132011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
7514
7515 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
7516 messages for adjacent non-terminals.
7517
56c2cc9a
RS
75182011-06-23 Richard Stallman <rms@gnu.org>
7519
7520 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 7521 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
7522 (rmail-start-mail): Don't specify use of rmail-mail-return;
7523 that's done by mail-bury now.
7524 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 7525
d59eb518
MA
75262011-06-23 Michael Albinus <michael.albinus@gmx.de>
7527
7528 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
7529 SIZE is a number.
7530
02cfc6d6
MR
75312011-06-23 Martin Rudalics <rudalics@gmx.at>
7532
7533 * window.el (get-lru-window, get-mru-window)
7534 (get-largest-window): Never return a minibuffer window.
7535 (display-buffer-pop-up-window): Fix a bug that could lead to
7536 reusing the minibuffer window.
7537 (display-buffer): Pass original specifier argument to
7538 display-buffer-function instead of the normalized one.
7539 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
7540
4e323265
LL
75412011-06-22 Leo Liu <sdl.web@gmail.com>
7542
7543 * minibuffer.el (completing-read-function)
7544 (completing-read-default): Move from minibuf.c
7545
7a70468f
RS
75462011-06-22 Richard Stallman <rms@gnu.org>
7547
50718fc2
RS
7548 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
7549 to Rmail even if not started by a special Rmail command.
7550
7a70468f
RS
7551 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
7552 Copy the buffer currently showing just one message.
7553
297dde5a
RW
75542011-06-22 Roland Winkler <winkler@gnu.org>
7555
7556 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
7557 (bibtex-clean-entry): First delete the old key so that a
7558 customized algorithm for generating the new key does not get
7559 confused by the old key.
7560 (bibtex-url): Obey regexp of first step.
7561 (bibtex-search-entries): Do not use add-to-list with local
7562 list-var.
7563
97bb1093
LMI
75642011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7565
7566 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
7567 stored a user name, then query for the password first, instead of
7568 waiting for SMTP to give an error message and the trying again.
7569
1c0f1a19
JD
75702011-06-22 Lawrence Mitchell <wence@gmx.li>
7571
7572 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
7573 BUFFER in call-process.
7574
396f7c9d
LMI
75752011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7576
7577 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
7578 QUIT twice.
ddb7ffee
LMI
7579 (smtpmail-try-auth-methods): Require user name and password from
7580 auth-source.
396f7c9d 7581
8998d1b3
MR
75822011-06-22 Martin Rudalics <rudalics@gmx.at>
7583
7584 * window.el (display-buffer-default-specifiers)
7585 (display-buffer-alist): Remove entries for pop-up-frame-alist.
7586 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 7587 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
7588
7589 * frame.el (pop-up-frame-alist, pop-up-frame-function)
7590 (special-display-frame-alist, special-display-popup-frame):
7591 Remove duplicate declarations. These are now in window.el.
7592
4ea31e07
LMI
75932011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7594
c9d29fb8
SM
7595 * mail/smtpmail.el (smtpmail-via-smtp):
7596 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
7597 server supports it. SMTP servers that support STARTTLS commonly
7598 require it.
7599
7600 * net/network-stream.el (network-stream-open-starttls): Support
7601 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 7602 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 7603
95f41d9a
LMI
7604 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
7605 upgrades with `open-network-stream', and rely solely on
7606 auth-source for all credentials. Big changes throughout the file,
7607 but in particular:
c9d29fb8
SM
7608 (smtpmail-auth-credentials): Remove.
7609 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
7610 (smtpmail-via-smtp): Check for servers saying they want AUTH after
7611 MAIL FROM, too.
95f41d9a 7612
c9d29fb8
SM
7613 * net/network-stream.el (network-stream-open-starttls):
7614 Provide support for client certificates both for external and built-in
4ea31e07
LMI
7615 STARTTLS.
7616 (auth-source): Require.
7617 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
7618 (network-stream-certificate): Change cert-cert to cert and
7619 cert-key to key.
4ea31e07 7620
065ec2c7
MA
76212011-06-21 Michael Albinus <michael.albinus@gmx.de>
7622
7623 * net/tramp-cache.el (top): Don't load the persistency file when
7624 "emacs -Q" has been called.
7625
cd93b359
DR
76262011-06-21 Tim Harper <timcharper@gmail.com>
7627
d8e4b68b
JB
7628 * term/ns-win.el (ns-initialize-window-system):
7629 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
7630 resource to NO as it is not yet supported by the NS port.
7631
ae9c0411
JB
76322011-06-21 Juanma Barranquero <lekktu@gmail.com>
7633
7634 * misc.el (list-dynamic-libraries--refresh): Compute header here...
7635 (list-dynamic-libraries): ...not here.
7636
7f3f739f
LL
76372011-06-21 Leo Liu <sdl.web@gmail.com>
7638
7639 * subr.el (sha1): Implement sha1 using secure-hash.
7640
327c8fb1
MR
76412011-06-21 Martin Rudalics <rudalics@gmx.at>
7642
7643 * window.el (display-buffer-alist): In default value do not
7644 enforce searching a window on any but the selected frame.
7645 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
7646 (display-buffer-select-window): Remove function.
7647 (display-buffer-in-window): When a window on another frame gets
7648 reused, do not select it any more but just raise its frame if
7649 necessary (Bug#8851) and (Bug#8856).
7650 (display-buffer-normalize-options): Handle pop-up-frames related
7651 options more faithfully.
7652 (pop-to-buffer): Don't rely on `display-buffer' selecting the
7653 window if it is on another frame.
c9d29fb8
SM
7654 (display-buffer-alist, display-buffer-default-specifiers):
7655 Don't make new frame unsplittable by default.
9e9de014
MR
7656 (display-buffer-normalize-argument): Fix doc-string typo and use
7657 'same-frame-other-window instead of 'other-window when associating
7658 with display-buffer-macro-specifiers.
327c8fb1 7659
7cf3f556
VB
76602011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
7661
7662 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
7663 New functions.
7664 (5x5-mode-map, 5x5-mode-menu): Bind them.
7665 (5x5-draw-grid): Tweak the solver's rendering.
7666
60a406cf
SM
76672011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7668
7669 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
7670 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
7671
d8e4b68b 76722011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
7673
7674 * menu-bar.el: Use function variable instead of switch-to-buffer.
7675 (menu-bar-select-buffer-function): New variable.
60a406cf 7676 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 7677
478d6f95
SM
76782011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7679
7680 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
7681 variable's status.
7682
ca530739
JD
76832011-06-20 Jan Djärv <jan.h.d@swipnet.se>
7684
7685 * x-dnd.el (x-dnd-version-from-flags)
7686 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
7687 and long as number (Bug#8899).
7688 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
7689
bcd70d97
SM
76902011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
7691
60a406cf 7692 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
7693 (completion-try-completion, completion-all-completions): Compute the
7694 metadata argument if it's missing; make it optional (bug#8795).
7695
60a406cf 7696 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
7697 (widget-complete): Use new :completion-function property.
7698 (widget-completions-at-point): New function.
7699 (default): Use :completion-function instead of :complete.
60a406cf
SM
7700 (widget-default-completions): Rename from widget-default-complete;
7701 Rewrite.
bcd70d97
SM
7702 (widget-string-complete, widget-file-complete, widget-color-complete):
7703 Remove functions.
7704 (file, symbol, function, variable, coding-system, color):
7705 * international/mule-cmds.el (default-input-method, charset)
7706 (language-info-custom-alist):
7707 * cus-edit.el (face): Use new property :completions.
7708
7709 * progmodes/pascal.el (pascal-completions-at-point): New function.
7710 (pascal-mode): Use it.
7711 (pascal-mode-map): Use completion-at-point.
7712 (pascal-toggle-completions): Make obsolete.
7713 (pascal-complete-word, pascal-show-completions):
7714 * progmodes/octave-mod.el (octave-complete-symbol):
7715 Redefine as obsolete alias.
7716 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
7717 Signal absence of completion info for old Octave,
7718 (inferior-octave-complete): Redefine as obsolete alias.
7719 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
7720 (meta-completions-at-point): Rename from meta-complete-symbol and
7721 adapt it for use on completion-at-point-functions.
7722 (meta-common-mode): Use it.
7723 (meta-looking-at-backward, meta-match-buffer): Remove.
7724 (meta-complete-symbol): Redefine as obsolete alias.
7725 (meta-common-mode-map): Use completion-at-point.
7726 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
7727 (makefile-mode-map): Use completion-at-point.
7728 (makefile-completions-at-point): Rename from makefile-complete and
7729 adapt it for use on completion-at-point-functions.
7730 (makefile-mode): Use it.
7731 (makefile-complete): Redefine as obsolete alias.
7732
aebf69c8
DD
77332011-06-20 Deniz Dogan <deniz@dogan.se>
7734
7735 * net/rcirc.el: Delete trailing whitespaces once and for all.
7736
bfbbb27d
DC
77372011-06-20 Daniel Colascione <dan.colascione@gmail.com>
7738
7739 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
7740
d264a46b
CY
77412011-06-19 Chong Yidong <cyd@stupidchicken.com>
7742
4ca009e5
CY
7743 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
7744
d264a46b
CY
7745 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
7746
fbf5b3ce
MR
77472011-06-19 Martin Rudalics <rudalics@gmx.at>
7748
7749 * window.el (display-buffer-other-window-means-other-frame):
7750 Call display-buffer-normalize-alist.
7751 (display-buffer-normalize-specifiers-1): Rename to
7752 display-buffer-normalize-argument. New argument other-frame.
7753 Rewrite.
7754 (display-buffer-normalize-specifiers-2): Rename to
7755 display-buffer-normalize-options.
7756 (display-buffer-normalize-alist-1): New function.
7757 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
7758 display-buffer-normalize-alist.
7759 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
7760 (display-buffer-normalize-options-inhibit): New variable.
7761 (display-buffer-normalize-specifiers): Rewrite calling
7762 display-buffer-normalize-alist,
7763 display-buffer-normalize-argument, and
7764 display-buffer-normalize-options. Don't call the latter if
7765 display-buffer-normalize-options-inhibit is non-nil.
7766 (frame-auto-delete): New option.
7767 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
7768 (window-list-no-nils, window-state-ignored-parameters)
7769 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
7770 (window-state-put-1, window-state-put-2, window-state-put):
7771 New functions.
9a028c23
MR
7772 (display-buffer-normalize-options): Move special-display-p group
7773 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 7774
6d10d800
CY
77752011-06-18 Chong Yidong <cyd@stupidchicken.com>
7776
6420d28b
CY
7777 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
7778 groups (Bug#8776).
7779 (rx-submatch-n): New function.
7780 (rx): Document it.
7781
ddb8b596
CY
7782 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
7783 (Bug#8768).
7784
7785 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
7786
77080289
CY
7787 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
7788
61dfb316
CY
7789 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
7790 anytime existing face settings are present (Bug#8889).
7791
6d10d800
CY
7792 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
7793 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
7794 Remove unused argument.
7795
be3fb2b8
MR
77962011-06-18 Martin Rudalics <rudalics@gmx.at>
7797
bcd70d97
SM
7798 * window.el (display-buffer-default-specifiers):
7799 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
7800 pop-up-window-min-width, and another reuse-window specifier
7801 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
7802 (display-buffer-normalize-specifiers-2):
7803 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
7804 pop-up-windows is unset. Add a reuse-window specifier for the
7805 case popping up a new window fails.
7806 (special-display-popup-frame): Remove double quoting.
28dec25a 7807 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 7808
1c6d8c76
SM
78092011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
7810
7811 * shell.el (shell-completion-vars): Set pcomplete-termination-string
7812 according to comint-completion-addsuffix.
7813
7814 * pcomplete.el: Convert to lexical binding and fix bug#8819.
7815 (pcomplete-suffix-list): Mark as obsolete.
7816 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
7817 pcomplete-seen in the closure.
7818 (pcomplete-comint-setup): Setup completion-at-point as well.
7819 (pcomplete--entries): New function.
7820 (pcomplete--env-regexp): New var.
7821 (pcomplete-entries): Rewrite to work with partial-completion and
7822 without relying on pcomplete-suffix-list.
7823 (pcomplete-pare-list): Remove, unused.
7824
25aef8b8
MR
78252011-06-17 Martin Rudalics <rudalics@gmx.at>
7826
7827 * window.el (display-buffer-alist): Set pop-up-window-min-height
7828 and pop-up-window-min-width in default value. Reported by
7829 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
7830 other-window-means-other-frame.
7831 (display-buffer-macro-specifiers): Comment out entry for
7832 other-window specifier.
7833 (display-buffer-other-window-means-other-frame): New function.
7834 (display-buffer-normalize-specifiers-1): New arguments
7835 buffer-name and label. Treat other-window case specially.
7836 (display-buffer-normalize-specifiers-2): Treat other-window case
7837 specially.
7838 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
7839 (display-buffer-normalize-specifiers):
7840 Call display-buffer-normalize-specifiers-3.
25aef8b8 7841
dbad4f69
MR
78422011-06-17 Martin Rudalics <rudalics@gmx.at>
7843
7844 * window.el (same-window-p): Fix two typos introduced when
7845 adding with-no-warnings.
d1067961
MR
7846 (display-buffer-normalize-specifiers-1): Don't check
7847 pop-up-frames for 'unset initialization.
7848 (display-buffer-normalize-specifiers-2): Major rewrite using
7849 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
7850 (pop-up-frames, display-buffer-reuse-frames)
7851 (display-buffer-mark-dedicated): Don't initialize to 'unset.
7852 Suggested by David Engster <deng@randomsample.de>.
7853 (even-window-heights): Initialize to 'unset.
7854 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
7855 (display-buffer-macro-specifiers): Don't pop up a new frame in the
7856 other window case.
dbad4f69 7857
9b9c9e3a
MR
78582011-06-16 Martin Rudalics <rudalics@gmx.at>
7859
bcd70d97
SM
7860 * window.el (display-buffer-normalize-specifiers-1):
7861 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 7862 second argument of display-buffer (Bug#8865).
981d5c09
MR
7863 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
7864 (switch-to-buffer-other-window-same-frame)
7865 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
7866 Adams (Bug#8875).
9c2755e9
MR
7867 (display-buffer): Don't check noninteractive when calling
7868 display-buffer-pop-up-frame.
7869 (display-buffer-pop-up-frame): Never pop up a frame in
7870 noninteractive mode (Bug#8857).
67222e1d
MR
7871 (enlarge-window, shrink-window): Don't report an error when the
7872 window can't be resized as requested (Bug#8862).
9b9c9e3a 7873
2b75be67
SM
78742011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
7875
9ffdd3ba
SM
7876 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
7877
cb581a67
SM
7878 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
7879
2b75be67
SM
7880 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
7881
8c0e3589
AM
78822011-06-15 Alan Mackenzie <acm@muc.de>
7883
cb581a67
SM
7884 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
7885 for declarators, disable knr checking to speed up for normal files.
7886 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 7887
b96e6cde
LMI
78882011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7889
4bba86e6
LMI
7890 * net/network-stream.el (open-network-stream): Add the keyword
7891 :always-query-capabilities for the case where you want to force a
7892 `plain' network connection, but the protocol still requires the
7893 capabilitiy command (i.e., SMTP and EHLO).
7894
2b75be67 7895 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
7896 consistency with other `-live-p' functions.
7897
efdcdbf8
SM
78982011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
7899
7900 * window.el (same-window-buffer-names, same-window-regexps)
7901 (special-display-frame-alist, special-display-popup-frame)
7902 (special-display-function, special-display-buffer-names)
7903 (special-display-regexps, pop-up-frame-alist)
7904 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
7905 (pop-up-windows, split-window-preferred-function)
7906 (split-height-threshold, split-width-threshold, even-window-heights)
7907 (display-buffer-mark-dedicated): Don't encourage the use of
7908 display-buffer-alist from Elisp code.
7909
c5cde042
DN
79102011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
7911
7912 * progmodes/python.el (python-mode): Derive from prog-mode.
7913 * progmodes/ps-mode.el (ps-mode):
7914 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 7915 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
7916 * progmodes/ld-script.el (ld-script-mode): Likewise.
7917
baa1c9ab
MR
79182011-06-15 Martin Rudalics <rudalics@gmx.at>
7919
7920 * window.el (display-buffer-alist): Trim default value to avoid
7921 popping up a new frame (Bug#8857) or reusing an arbitrary window
7922 on another frame.
7923 (display-buffer): Do not fall back on popping up a new frame in
7924 batch mode (Bug#8857).
7925
c5dd5a51
CY
79262011-06-14 Chong Yidong <cyd@stupidchicken.com>
7927
7928 * cus-theme.el (describe-theme-1): Use custom-theme-p.
7929 (custom-theme-summary): New function.
7930 (customize-themes): Use it.
7931
d647b7c4
GM
79322011-06-13 Glenn Morris <rgm@gnu.org>
7933
7934 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
7935
9481c002
MR
79362011-06-13 Martin Rudalics <rudalics@gmx.at>
7937
357f93d2
MR
7938 * help.el (help-window): Remove variable.
7939 (help-window-point-marker, temp-buffer-max-height)
7940 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
7941 (help-print-return-message): Don't set help-window.
7942 (resize-temp-buffer-window): Rewrite cod eand doc-string.
7943 (help-window-setup-finish): Remove.
7944 (help-window-display-message, help-window-setup)
7945 (with-help-window): Major rewrite based on new
7946 display-buffer-window variable.
7947
7948 * help-mode.el (help-mode-finish): Remove help-window related
7949 code.
7950
7951 * view.el (view-exits-all-viewing-windows): Remove reference to
7952 view-return-to-alist in doc-string.
7953 (view-return-to-alist): Make obsolete.
7954 (view-buffer): Call pop-to-buffer-same-window and remove
7955 undo-window code.
7956 (view-buffer-other-window): Call pop-to-buffer-other-window and
7957 simplify code. Ignore second argument.
7958 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
7959 simplify code. Ignore second argument.
7960 (view-return-to-alist-update): Make obsolete.
7961 (view-mode-enter): Rename second argument to QUIT-RESTORE.
7962 Rewrite using quit-restore window parameters.
2b75be67
SM
7963 (view-mode-exit): Rename second argument to EXIT-ONLY.
7964 Rewrite using quit-restore-window.
357f93d2
MR
7965 (View-exit, View-exit-and-edit, View-leave, View-quit)
7966 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
7967 appropriate arguments.
7968 (view-end-message): Use quit-restore window parameter.
7969
9481c002
MR
7970 * window.el (display-buffer-function): Rewrite doc-string.
7971 (display-buffer-window, display-buffer-alist): New variables.
7972 (display-buffer-split-specifiers)
7973 (display-buffer-side-specifiers)
7974 (display-buffer-macro-specifiers): New constants.
7975 (display-buffer-even-window-sizes, display-buffer-set-height)
7976 (display-buffer-set-width, display-buffer-select-window)
7977 (display-buffer-in-window, display-buffer-reuse-window)
7978 (display-buffer-split-window-1, display-buffer-split-window)
7979 (display-buffer-split-atom-window, display-buffer-pop-up-window)
7980 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
7981 (display-buffer-in-side-window, normalize-buffer-to-display)
7982 (display-buffer-normalize-specifiers-1)
7983 (display-buffer-normalize-specifiers-2)
2b75be67
SM
7984 (display-buffer-normalize-specifiers, display-buffer-frame):
7985 New functions.
9481c002
MR
7986 (display-buffer): Major rewrite.
7987 (display-buffer-other-window, display-buffer-other-frame)
7988 (pop-to-buffer, switch-to-buffer-other-window)
7989 (switch-to-buffer-other-frame): Rewrite.
7990 (display-buffer-same-window, display-buffer-same-frame)
7991 (display-buffer-same-frame-other-window)
7992 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
7993 (pop-to-buffer-other-window)
7994 (pop-to-buffer-same-frame-other-window)
7995 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
7996 (switch-to-buffer-other-window-same-frame): New functions.
7997 (same-window-p, special-display-p): Rewrite disabling warnings.
7998 Make obsolete.
7999 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
8000 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
8001 Make obsolete
8002 (same-window-buffer-names, same-window-regexps)
8003 (special-display-frame-alist, special-display-popup-frame)
8004 (special-display-function, special-display-buffer-names)
8005 (special-display-regexps, pop-up-frame-alist)
8006 (pop-up-frame-function, split-window-preferred-function)
8007 (split-height-threshold, split-width-threshold)
8008 (even-window-heights): Make obsolete.
8009
9db51aca
GM
80102011-06-12 Glenn Morris <rgm@gnu.org>
8011
8012 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 8013 Misc simplifications.
9db51aca 8014
39cffb44
MR
80152011-06-12 Martin Rudalics <rudalics@gmx.at>
8016
8017 * window.el (window-safely-shrinkable-p): Restore function which
8018 was inadvertently removed in change from 2011-06-11. Declare as
8019 obsolete.
8020
2b75be67
SM
8021 * calendar/calendar.el (calendar-generate-window):
8022 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
8023 window-safely-shrinkable-p.
8024
a8955be7
GM
80252011-06-12 Glenn Morris <rgm@gnu.org>
8026
8027 * progmodes/fortran.el (fortran-mode-syntax-table):
8028 * progmodes/f90.el (f90-mode-syntax-table):
8029 Set % to punctuation. (Bug#8820)
8030 (f90-find-tag-default): Remove, no longer needed.
8031
f0d4059d
DC
80322011-06-12 Daniel Colascione <dan.colascione@gmail.com>
8033
8034 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
8035
1100a63c
CY
80362011-06-11 Chong Yidong <cyd@stupidchicken.com>
8037
8038 * image.el (image-animated-p): Return animation delay in seconds.
8039 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
8040 (image-animate-timeout): Remove DELAY argument. Don't assume
8041 every subimage has the same delay; get it from image-animated-p.
8042 (image-animate): Caller changed.
8043
def722bf
MA
80442011-06-11 Michael Albinus <michael.albinus@gmx.de>
8045
8046 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
8047 to ignored backtrace functions.
8048
0a2bb1a9
GM
80492011-06-11 Glenn Morris <rgm@gnu.org>
8050
8051 * calendar/appt.el (appt-disp-window-function): Doc fix.
8052 (appt-check): Handle overlapping appointments. (Bug#8337)
8053
6198ccd0
MR
80542011-06-11 Martin Rudalics <rudalics@gmx.at>
8055
8056 * window.el (window-tree-1, window-tree): New functions, moving
8057 the latter to window.el.
8058 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
8059 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
8060 (bw-refresh-edges): Remove.
8061 (balance-windows-1, balance-windows-2): New functions.
8062 (balance-windows): Rewrite in terms of window tree functions,
8063 balance-windows-1 and balance-windows-2.
8064 (bw-adjust-window): Remove.
8065 (balance-windows-area-adjust): New function with functionality of
8066 bw-adjust-window but using resize-window.
2b75be67
SM
8067 (set-window-text-height): Rewrite doc-string.
8068 Use normalize-live-window and resize-window.
8069 (enlarge-window-horizontally, shrink-window-horizontally):
8070 Rename argument to DELTA.
6198ccd0
MR
8071 (window-buffer-height): New function.
8072 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
8073 Rewrite using new window resize routines.
2b75be67
SM
8074 (kill-buffer-and-window, mouse-autoselect-window-select):
8075 Use ignore-errors instead of condition-case.
6198ccd0
MR
8076 (quit-window): Call delete-frame instead of delete-windows-on
8077 for the only buffer on frame.
8078
9397e56f
MR
80792011-06-10 Martin Rudalics <rudalics@gmx.at>
8080
8081 * loadup.el (top-level): Load window before files for the sake
8082 of replace-buffer-in-windows.
8083
8084 * files.el (read-buffer-to-switch)
8085 (switch-to-buffer-other-window)
2b75be67
SM
8086 (switch-to-buffer-other-frame, display-buffer-other-frame):
8087 Move to window.el.
9397e56f
MR
8088
8089 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
8090 (previous-buffer): Move to window.el.
8091
8092 * bindings.el (unbury-buffer): Move to window.el.
8093
8094 * window.el (delete-other-windows-vertically): Move after
8095 definition of delete-other-windows.
8096 (other-window, delete-windows-on, replace-buffer-in-windows):
8097 Move here from window.c.
8098 (record-window-buffer, unrecord-window-buffer)
8099 (set-window-buffer-start-and-point, switch-to-prev-buffer)
8100 (switch-to-next-buffer): New functions.
8101 (get-next-valid-buffer, last-buffer, next-buffer): Move here
8102 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
8103 (previous-buffer): Move here from simple.el.
8104 Call switch-to-prev-buffer.
9397e56f
MR
8105 (bury-buffer): Move here from buffer.c. Switch to previous
8106 buffer when window cannot be deleted.
8107 (unbury-buffer): Move here from bindings.el.
8108 (ctl-x-map): Move binding for other-window from window.c to
8109 here.
8110 (read-buffer-to-switch, switch-to-buffer-other-window)
8111 (switch-to-buffer-other-frame): Move here from files.el.
8112 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
8113 (switch-to-buffer): Move here from buffer.c.
8114 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 8115
562dd5e9
MR
81162011-06-10 Martin Rudalics <rudalics@gmx.at>
8117
8118 * window.el (window-min-height, window-min-width): Move here
8119 from window.c. Add defcustoms and rewrite doc-strings.
8120 (resize-mini-window, resize-window): New functions.
8121 (adjust-window-trailing-edge, enlarge-window, shrink-window):
8122 Move here from window.c.
8123 (maximize-window, minimize-window): New functions.
8124 (delete-window, delete-other-windows, split-window): Move here
8125 from window.c.
8126 (window-split-min-size): New function.
8127 (split-window-keep-point): Mention split-window-above-each-other
8128 instead of split-window-vertically.
2b75be67 8129 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
8130 Rename split-window-vertically to split-window-above-each-other
8131 and provide defalias for old definition.
8132 (split-window-side-by-side, split-window-horizontally):
8133 Rename split-window-horizontally to split-window-side-by-side
8134 and provide defalias for the old definition.
562dd5e9
MR
8135 (ctl-x-map): Move bindings for delete-window,
8136 delete-other-windows and enlarge-window here from window.c.
8137 Replace bindings for split-window-vertically and
8138 split-window-horizontally by bindings for
8139 split-window-above-each-other and split-window-side-by-side.
8140
8141 * cus-start.el (all): Remove entries for window-min-height and
8142 window-min-width. Add entries for window-splits and
8143 window-nest.
8144
f0da764a
GM
81452011-06-09 Glenn Morris <rgm@gnu.org>
8146
80675c21
GM
8147 * calendar/appt.el (appt-mode-line): New function.
8148 (appt-check, appt-disp-window): Use it.
8149
f0da764a
GM
8150 * files.el (hack-one-local-variable-eval-safep):
8151 Allow minor-modes with explicit +/-1 arguments.
8152
59f623b7
TZ
81532011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
8154
8155 * term/xterm.el (xterm): Add defgroup.
8156 (xterm-extra-capabilities): Add defcustom to supply known xterm
8157 capabilities, skip querying them, or query them (default).
8158 (terminal-init-xterm): Use it.
8159 (terminal-init-xterm-modify-other-keys): New function to set up
8160 modifyOtherKeys support to simplify `terminal-init-xterm'.
8161
9aab8e0d
MR
81622011-06-09 Martin Rudalics <rudalics@gmx.at>
8163
8164 * window.el (resize-window-reset, resize-window-reset-1)
8165 (resize-subwindows-skip-p, resize-subwindows-normal)
8166 (resize-subwindows, resize-other-windows, resize-this-window)
8167 (resize-root-window, resize-root-window-vertically)
8168 (window-deletable-p, window-or-subwindow-p)
8169 (frame-root-window-p): New functions.
8170
e8b08aee
GM
81712011-06-09 Glenn Morris <rgm@gnu.org>
8172
8173 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
8174 (ange-ftp-get-files): Use it.
8175
254c37a5
AK
81762011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
8177
8178 * mail/sendmail.el (mail-recover-1, mail-recover):
8179 * files.el (recover-file, recover-session):
8180 Handle dired-listing-switches not being just a single short option.
8181
35d7dbd3
GM
81822011-06-09 Glenn Morris <rgm@gnu.org>
8183
8184 * calendar/appt.el (appt-display-message, appt-disp-window):
8185 Handle lists of appointments.
8186
387522b2
MR
81872011-06-08 Martin Rudalics <rudalics@gmx.at>
8188
2b75be67
SM
8189 * window.el (one-window-p): Move down in code.
8190 Rewrite doc-string.
8191 (window-current-scroll-bars): Rewrite doc-string.
8192 Normalize live window argument.
387522b2
MR
8193 (walk-windows, get-window-with-predicate, count-windows):
8194 Rewrite doc-string. Use window-list-1.
8195 (window-in-direction-2, window-in-direction, get-mru-window):
8196 New functions.
8197
d8e4b68b 81982011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
8199
8200 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
8201 Doc fix (Bug#8713).
8202
82032011-06-08 Chong Yidong <cyd@stupidchicken.com>
8204
8205 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
8206
82072011-06-08 Juanma Barranquero <lekktu@gmail.com>
8208
8209 * loadhist.el (unload-feature-special-hooks):
8210 Add `comint-output-filter-functions'.
8211
0de12c52
IK
82122011-06-08 Ivan Kanis <gnu@kanis.fr>
8213
8214 * calendar/appt.el (appt-check): Move some initializations into the let.
8215
f3d1777e
MR
82162011-06-08 Martin Rudalics <rudalics@gmx.at>
8217
8218 * window.el (window-height): Defalias to window-total-height.
8219 (window-width): Defalias to window-body-width.
8220
18af70d0
CY
82212011-06-07 Chong Yidong <cyd@stupidchicken.com>
8222
8223 * image-mode.el (image-toggle-animation): New command.
8224 (image-mode-map): Bind it to RET.
8225 (image-mode): Update message.
8226 (image-toggle-display-image): Avoid a spurious cache flush.
8227 (image-transform-rotation): Doc fix.
8228 (image-transform-properties): Return quickly in the normal case.
8229 (image-animate-loop): Rename from image-animate-max-time.
8230
2b75be67 8231 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
8232 (create-animated-image): Remove unnecessary function.
8233 (image-animate): Rename from image-animate-start. New arg.
2b75be67 8234 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
8235 (image-animate-timer): Use car-safe.
8236 (image-animate-timeout): Rename argument.
8237
190b47e6
MR
82382011-06-07 Martin Rudalics <rudalics@gmx.at>
8239
8240 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
8241 window.c. Rename first argument to ALL-FRAMES.
8242 Rephrase doc-strings.
8243 (get-buffer-window-list): Rewrite using window-list-1.
8244 Rephrase doc-string.
a1511caf
MR
8245 (window-safe-min-height, window-safe-min-width): New constants.
8246 (window-size-ignore, window-min-size, window-min-size-1)
8247 (window-sizable, window-sizable-p, window-size-fixed-1)
8248 (window-size-fixed-p, window-min-delta-1, window-min-delta)
8249 (window-max-delta-1, window-max-delta, window-resizable)
8250 (window-resizable-p, window-total-height, window-total-width)
8251 (window-body-width): New functions.
8252 (window-full-height-p, window-full-width-p): Rewrite using
8253 window-total-size.
8254 (window-body-height): Rewrite using window-body-size.
190b47e6 8255
85cc1f11
MR
82562011-06-06 Martin Rudalics <rudalics@gmx.at>
8257
8258 * window.el (window-right, window-left, window-child)
8259 (window-child-count, window-last-child, window-any-p)
8260 (normalize-live-buffer, normalize-live-frame)
8261 (normalize-any-window, normalize-live-window)
8262 (window-iso-combination-p, window-iso-combined-p)
8263 (window-iso-combinations)
8264 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
8265 (windows-with-parameter, window-with-parameter)
8266 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
8267 (window-atom-check, window-side-check, window-check):
8268 New functions.
85cc1f11
MR
8269 (ignore-window-parameters, window-sides, window-sides-vertical)
8270 (window-sides-slots): New variables.
8271 (window-size-fixed): Move down in code. Minor doc-string fix.
8272
e7156492
AS
82732011-06-05 Andreas Schwab <schwab@linux-m68k.org>
8274
8275 * comint.el (comint-dynamic-complete-as-filename)
8276 (comint-dynamic-complete-filename): Correctly call
8277 completion-in-region.
8278
7e821d0d
DD
82792011-06-05 Deniz Dogan <deniz@dogan.se>
8280
8281 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
8282 in last change.
8283
ac09b8a1
DD
82842011-06-05 Deniz Dogan <deniz@dogan.se>
8285
8286 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
8287 (rcirc): Use it to prompt for encryption.
8288
34699b85
RW
82892011-06-05 Roland Winkler <winkler@gnu.org>
8290
8291 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
8292 (bibtex-search-entries): New command bound to C-c C-a.
8293 (bibtex-display-entries): New function.
8294
004dedd3
RW
82952011-06-05 Roland Winkler <winkler@gnu.org>
8296
8297 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
8298 (bibtex-insert-kill): After yanking insert newline if necessary.
8299 (bibtex-initialize): Call bibtex-string-files-init only once.
8300 (bibtex-mode): Do not call easy-menu-add.
8301 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
8302 (bibtex-yank): Set arg properly if nil.
8303
022fe7ce
RW
83042011-06-05 Roland Winkler <winkler@gnu.org>
8305
2b75be67
SM
8306 * textmodes/bibtex.el (bibtex-search-entry-globally):
8307 New variable.
022fe7ce
RW
8308 (bibtex-search-entry): Use it.
8309
b7c3692a
RW
83102011-06-05 Roland Winkler <winkler@gnu.org>
8311
8312 * textmodes/bibtex.el (bibtex-entry-format): New option
8313 sort-fields.
8314 (bibtex-format-entry, bibtex-reformat): Honor this option.
8315 (bibtex-parse-entry): Return fields in proper order.
8316
8eda563d
JB
83172011-06-05 Juanma Barranquero <lekktu@gmail.com>
8318
8319 * doc-view.el (doc-view-remove-if): Move computation of result out
8320 of `dolist' to silence misleading lexical-binding warning.
8321
7dbe3dbc
CY
83222011-06-04 Chong Yidong <cyd@stupidchicken.com>
8323
8324 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
8325 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
8326
0c33dd17
MA
83272011-06-04 Michael Albinus <michael.albinus@gmx.de>
8328
8329 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
8330 "SunOS 5.10".
8331
f8f91c2b
MA
83322011-06-04 Michael Albinus <michael.albinus@gmx.de>
8333
8334 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
8335 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
8336 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
8337 (tramp-parse-putty):
8338 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
8339 (tramp-completion-function-alist-ssh)
8340 (tramp-completion-function-alist-telnet)
8341 (tramp-completion-function-alist-su)
8342 (tramp-completion-function-alist-putty): Set `tramp-autoload'
8343 cookie.
8344
8345 * net/tramp-ftp.el:
8346 * net/tramp-sh.el:
8347 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
8348 load "tramp.el" `tramp-set-completion-function'.
8349
e17d9003
SM
83502011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
8351
8352 * shell.el: Require and use pcomplete.
8353 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
8354 (shell-completion-vars): Set pcomplete-default-completion-function.
8355
6c4cab03
DD
83562011-06-04 Deniz Dogan <deniz@dogan.se>
8357
8358 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
8359 `memq' (Bug#8799).
8360
ea9fafe0
SM
83612011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
8362
8363 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
8364
b3e945d3
JB
83652011-06-02 Juanma Barranquero <lekktu@gmail.com>
8366
8367 * bs.el (bs--mark-unmark, bs--nth-wrapper):
8368 * mpc.el (mpc-select-extend, mpc-songpointer-context):
8369 * vc/log-view.el (log-view-beginning-of-defun):
8370 * vc/smerge-mode.el (smerge-apply-resolution-patch)
8371 (smerge-refine-forward, smerge-refine-chopup-region):
8372 Silence warning for unused `dotimes' counter variables.
8373
7d520089
SM
83742011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
8375
8376 * net/tramp.el (tramp-with-progress-reporter): Rename from
8377 with-progress-reporter. Use `declare'.
8378 * net/tramp-smb.el:
8379 * net/tramp-sh.el:
8380 * net/tramp-gvfs.el: Update all uses.
8381
a1c2400f
JB
83822011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
8383
8384 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
8385 buffer isn't killed before making it current.
8386
2403c841
SM
83872011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8388
8389 Silence various byte-compiler warnings.
8390 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
8391 `access-type' and new obsolescence format.
8392 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
8393 new format.
8394 (byte-compile-check-variable): New `access-type' argument.
8395 Only warn if the access-type is obsolete.
8396 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
8397 (byte-compile-variable-set): Adjust callers.
8398 * help-fns.el (describe-variable): Adjust to new obsolescence format.
8399 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
8400 setting it as obsolete.
8401 * simple.el (minibuffer-completing-symbol):
8402 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
8403 access as obsolete.
8404 * minibuffer.el (minibuffer-completing-file-name): Don't make it
8405 obsolete yet.
8406 * international/quail.el (quail-mouse-choose-completion): Remove unused
8407 code referring to obsolete var.
8408 (quail-choose-completion-string): Remove.
8409 * server.el (server-clients-with, server-kill-buffer-query-function)
8410 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
8411 * proced.el (proced-send-signal):
8412 * emacs-lisp/lisp.el (lisp-complete-symbol):
8413 Replace completion-annotate-function with completion-extra-properties.
8414
2462470b
SM
84152011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8416
fb5b2591
SM
8417 * simple.el (goto-line): Use read-number.
8418 (overriding-map-is-bound): Remove.
8419 (saved-overriding-map): Change default.
8420 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
8421 Take the map as argument.
8422 (universal-argument, negative-argument, digit-argument): Use it.
8423 (restore-overriding-map): Adjust.
8424 (do-auto-fill): Use fill-forward-paragraph.
8425 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
8426
fd6fa53f
SM
8427 * minibuffer.el (minibuffer-inactive-mode-map): New var.
8428 (minibuffer-inactive-mode): New major mode.
8429 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
8430 the *Messages* buffer" hack.
8431 (mouse-popup-menubar): Don't burp if the event is a normal key.
8432
2462470b
SM
8433 Miscellaneous tweaks.
8434 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
8435 lexical scoping as in subr.el's dolist and dotimes.
8436 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
8437 Silence compiler warning.
8438 * thingatpt.el (forward-whitespace): Trivial coding style fix.
8439 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
8440 * international/ccl.el (ccl-compile): Trivial simplification.
8441 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
8442 * emacs-lisp/testcover.el (testcover-end): Remove spurious
8443 `printflag' argument.
8444 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
8445 Purecopy the whole obsolescence data.
8446
108bf785
LL
84472011-06-01 Leo Liu <sdl.web@gmail.com>
8448
8449 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
8450 improve doc-string as suggested by Marco Pessotto
8451 <melmothx@gmail.com>.
8452 (rcirc-print): Fix last change.
8453
30a23501
SM
84542011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8455
8456 * minibuffer.el (complete-with-action): Return nil for the metadata and
8457 boundaries of non-functional tables.
8458 (completion-table-dynamic): Return nil for the metadata.
8459 (completion-table-with-terminator): Add default case, using
8460 complete-with-action.
8461 (completion--metadata): New function.
8462 (completion-all-sorted-completions, minibuffer-completion-help): Use it
8463 to try and avoid pathological performance problems.
8464 (completion--embedded-envvar-table): Return `category' metadata.
8465
bcd54f83
LMI
84662011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
8467
8468 * subr.el (process-alive-p): New tiny convenience function.
8469
e227544d
SM
84702011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8471
8472 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
8473 content but also its previous major mode.
8474
e8296fdc
HE
84752011-05-31 Helmut Eller <eller.helmut@gmail.com>
8476
4d61f28d 8477 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
8478 *Backtrace* buffer when we exit with C-M-c.
8479
620c53a6
SM
84802011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8481
8482 * minibuffer.el: Add metadata method to completion tables.
8483 (completion-category-overrides): New defcustom.
8484 (completion-metadata, completion--field-metadata)
8485 (completion-metadata-get, completion--styles)
8486 (completion--cycle-threshold): New functions.
8487 (completion-try-completion, completion-all-completions):
8488 Add `metadata' argument to choose completion-styles.
8489 (completion--do-completion): Use metadata to choose cycling.
8490 (completion-all-sorted-completions): Use metadata for sorting.
8491 Remove :completion-cycle-penalty which is not needed any more.
8492 (completion--try-word-completion): Add `metadata' argument.
8493 (minibuffer-completion-help): Check metadata for annotation function
8494 and sorting.
8495 (completion-file-name-table): Return `category' metadata.
8496 (minibuffer-completing-file-name): Make obsolete.
8497 * simple.el (minibuffer-completing-symbol): Make obsolete.
8498 * icomplete.el (icomplete-completions): Pass new `metadata' param to
8499 completion-try-completion.
8500
1257e755
SM
85012011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
8502
8503 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
8504
3767e706
LL
85052011-05-30 Leo Liu <sdl.web@gmail.com>
8506
8507 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
8508 (rcirc-print): Decode all incoming messages (bug#8744).
8509 (rcirc-decode-coding-system): Allow value nil for automatic coding
8510 system detection.
3767e706 8511
d1a5d56a
GM
85122011-06-01 Glenn Morris <rgm@gnu.org>
8513
8514 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
8515
e8cbec34
CY
85162011-05-29 Chong Yidong <cyd@stupidchicken.com>
8517
8518 * image.el (image-animate-max-time): Allow nil and t values.
8519 Default to nil.
8520 (create-animated-image): Doc fix.
8521 (image-animate-start): Remove second arg; just use
8522 image-animate-max-time.
8523 (image-animate-timeout): Doc fix. Args changed.
8524
8525 * image-mode.el (image-toggle-display-image): Ensure that the
8526 image spec passed to the animate timer is the same object as in
58179cce 8527 the buffer's display property (Bug#6981).
e8cbec34
CY
8528 (image-transform-properties): Doc fix.
8529
8530 * image.el (image-animate-max-time): Default to nil.
8531
159daf87
MR
85322011-05-29 Martin Rudalics <rudalics@gmx.at>
8533
8534 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
8535 entire buffer list (Bug#8184).
8536
d66c4c7c
CY
85372011-05-29 Chong Yidong <cyd@stupidchicken.com>
8538
8539 * image.el (imagemagick-types-inhibit)
8540 (imagemagick-register-types): Doc fix.
8541
80aec780
DD
85422011-05-29 Deniz Dogan <deniz@dogan.se>
8543
8544 * net/rcirc.el (rcirc): Use the user's stored encryption method by
8545 default.
8546
1dd3c2d9
CY
85472011-05-29 Chong Yidong <cyd@stupidchicken.com>
8548
8549 * select.el: Don't perform clipboard-manager saving in hooks;
8550 leave the hooks empty.
8551
60e56523
LL
85522011-05-28 Leo Liu <sdl.web@gmail.com>
8553
8554 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
8555 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
8556 (occur-edit-mode): New major mode (Bug#8463).
8557 (occur-after-change-function): New function.
8558 (occur-engine): Give Occur tags a read-only property.
8559
2b1e1a22
KR
85602011-05-28 Kevin Ryde <user42@zip.com.au>
8561
8562 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
8563
5d344e88
CY
85642011-05-28 Chong Yidong <cyd@stupidchicken.com>
8565
8e6ca83d
CY
8566 * bindings.el (help-echo): Make the initial non-indicator dash
8567 empty on graphical terminals (Bug#7295).
8568
5d344e88
CY
8569 * files.el (auto-mode-alist): Move config rule after the
8570 in-stripping one (Bug#8547).
8571
bfbbace7
CY
8572 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
8573
fbeba6e2
CY
8574 * startup.el (normal-splash-screen): Remove gratuitous mode-line
8575 setting (Bug#8740).
8576
60ed8c72
AA
85772011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
8578
4ac619f0
AA
8579 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
8580 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
8581 (Bug#8539).
60ed8c72 8582
23db196e
CY
85832011-05-28 Chong Yidong <cyd@stupidchicken.com>
8584
8585 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
8586
5012f24c
DK
85872011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
8588
8589 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
8590 (hs-hide-block-at-point, hs-find-block-beginning)
8591 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
8592 (Bug#8279).
8593
6a639b16
GM
85942011-05-28 Glenn Morris <rgm@gnu.org>
8595
8596 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
8597
d43eaf2c
CY
85982011-05-28 Chong Yidong <cyd@stupidchicken.com>
8599
5199bde1
CY
8600 * help-fns.el (describe-function-1): If the function is a derived
8601 major mode, print the parent mode.
8602
d43eaf2c
CY
8603 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
8604 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
8605
423428a8
SM
86062011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
8607
0ff8e1ba 8608 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 8609 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
8610 * progmodes/etags.el (tags-completion-at-point-function):
8611 * info-look.el (info-lookup-completions-at-point): Mark as
8612 non-exclusive.
8613 (info-complete): Adjust accordingly.
8614
423428a8
SM
8615 * info-look.el: Convert to lexical-binding and completion-at-point.
8616 (info-lookup-completions-at-point): New function.
8617 (info-complete): Use it and completion-in-region.
8618
b74aa22b
DA
86192011-05-28 Drew Adams <drew.adams@oracle.com>
8620
8621 * isearch.el: Let M-e start with point at the first mismatched char.
8622 (isearch-fail-pos): New function.
8623 (isearch-edit-string): Use it.
8624
66e2e71d
DK
86252011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
8626
8627 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
8628
b1890b0f 86292011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
8630
8631 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
8632 traversal functions for avl-trees.
8633 (avl-tree--stack): New struct.
8634 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
8635 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
8636 (avl-tree--do-enter): Add optional `updatefun' arg.
8637 Change return value.
eb95d01d 8638 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
8639 (avl-tree--do-delete): Add `test' and `nilflag' args.
8640 Change return value.
eb95d01d
TC
8641 (avl-tree-member): Add optional `nilflag'
8642 (avl-tree-member-p): New function.
8643 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
8644 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
8645 (avl-tree-stack-empty-p): New functions.
8646
3769ddcf
TC
8647 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
8648 avl-tree--del-balance1 and make it work both ways.
8649 (avl-tree--del-balance2): Remove.
8650 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
8651 make it work both ways.
8652 (avl-tree--enter-balance2): Remove.
8653 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
8654 New macros.
8655 (avl-tree--mapc, avl-tree-map): Add direction argument.
8656
eb95d01d 86572011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
8658
8659 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
8660
a9f737ee
CY
86612011-05-27 Chong Yidong <cyd@stupidchicken.com>
8662
8663 * select.el: Support clipboard managers with built-in function
8664 x-clipboard-manager-save, via delete-frame-functions and
8665 kill-emacs-hook.
8666 (xselect-convert-to-targets): Add MULTIPLE target to list.
8667 (xselect-convert-to-save-targets): New function.
8668
c92a1e54
KH
86692011-05-27 Kenichi Handa <handa@m17n.org>
8670
8671 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
8672 let-binding rfc2047-encode-encoded-words to nil.
8673
e145f188
GM
86742011-05-27 Glenn Morris <rgm@gnu.org>
8675
5ec8a862
GM
8676 * mail/emacsbug.el: Don't require url-util.
8677
4b29d9fb
GM
8678 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
8679
e145f188
GM
8680 * files.el (set-auto-mode):
8681 Also respect mode: entries at the end of the file. (Bug#8586)
8682
7d15102b
GM
86832011-05-26 Glenn Morris <rgm@gnu.org>
8684
98f593b8
GM
8685 * files.el (hack-local-variables-prop-line, hack-local-variables):
8686 Downcase mode names, as seems to be traditional.
27b48e63 8687 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 8688
7d15102b
GM
8689 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
8690 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
8691
51d5b4ec
JD
86922011-05-25 Julien Danjou <julien@danjou.info>
8693
8694 * textmodes/rst.el (rst-define-level-faces): Do not define face
8695 symbol if it is already defined.
8696
91513f63
VB
86972011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
8698
8699 * play/5x5.el (5x5-new-game, 5x5-randomize):
8700 Reset 5x5-solver-output to nil when a new grid is cast.
8701 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
8702 these debugging traces, as defmacro breaks the compiled code.
8703
4d90d6d0
DK
87042011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
8705
8706 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
8707
e1b90ef6
LL
87082011-05-24 Leo Liu <sdl.web@gmail.com>
8709
8710 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
8711 (vc-bzr-sha1): Adapt.
8712
d8e4b68b 8713 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
8714
8715 * bindings.el: Provide sha1 feature.
8716
db0406bb 87172011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
8718
8719 * mail/sendmail.el: Require `rfc2047'.
8720 (mail-insert-from-field): Do not perform RFC2047 encoding.
8721 (mail-encode-header): New function.
8722 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
8723 buffer to the return value of select-message-coding-system.
8724 Call mail-encode-header.
b8d747b9
KH
8725
8726 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
8727
db0406bb 87282011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 8729
4d90d6d0
DK
8730 * mail/supercite.el (sc-default-cite-frame):
8731 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 8732
eb8a5e9b
GM
87332011-05-24 Glenn Morris <rgm@gnu.org>
8734
f8630703
GM
8735 * progmodes/python.el (brm-menu): Declare.
8736
8831bbed
GM
8737 * emulation/viper.el (viper-set-hooks): Declare.
8738
eb8a5e9b
GM
8739 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
8740 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
8741 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
8742 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
8743 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
8744 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
8745
a2a25d24
SM
87462011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
8747
8748 Add an :exit-function for completion-at-point.
8749
8750 * minibuffer.el (completion--done): New fun.
8751 (completion--do-completion): Use it. New arg `expect-exact'.
8752 (minibuffer-complete, minibuffer-complete-word): Don't output message,
8753 since completion--do-completion does it for us now.
8754 (minibuffer-force-complete): Use completion--done and
8755 completion--replace. Handle sole-completion case with more care.
8756 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
8757 (completion-extra-properties): New var.
8758 (completion-annotate-function): Make obsolete.
8759 (minibuffer-completion-help): Adjust accordingly.
8760 Use completion-list-insert-choice-function.
8761 (completion-at-point, completion-help-at-point):
8762 Bind completion-extra-properties.
8763 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
8764 * simple.el (completion-list-insert-choice-function): New var.
8765 (completion-setup-function): Preserve it.
8766 (choose-completion): Pay attention to it, shuffle the code a bit.
8767 (choose-completion-string): New arg `insert-function'.
8768
8769 * textmodes/bibtex.el: Convert to lexical binding.
8770 (bibtex-mode-map): Use completion-at-point.
8771 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
8772 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
8773 (bibtex-complete): Define as obsolete alias.
8774 (bibtex-complete-internal): Remove.
8775 (bibtex-format-entry): Remove unused sub-group in regexp.
8776 * shell.el (shell--command-completion-data)
8777 (shell-environment-variable-completion):
8778 * pcomplete.el (pcomplete-completions-at-point):
8779 * comint.el (comint--complete-file-name-data): Use :exit-function
8780 instead of completion-table-with-terminator so it also works for
8781 choose-completion.
8782
e44e373d
SM
87832011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
8784
4f91a816
SM
8785 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
8786
782fc819
SM
8787 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
8788 (bug#8710).
8789
e44e373d
SM
8790 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
8791
381987c3
KM
87922011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
8793
8794 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
8795 customization variable and implement: If non-nil, auto-fill will
8796 be inhibited while on topic's header line.
8797
b776bc70
VB
87982011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
8799
8800 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 8801 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
8802 always have a solution in grid size = 5 cases.
8803 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
8804 (5x5-solver-output, 5x5-log-buffer): New vars.
8805 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
8806 Make these variables buffer local to achieve 5x5 multi-session-ness.
8807 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
8808 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
8809 (5x5-solve-suggest): New funs.
8810 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
8811 randomize a grid so that we ensure that there is always a solution.
8812 (5x5-make-random-grid): Allow other movement than flipping.
8813
7de88b6e
KR
88142011-05-23 Kevin Ryde <user42@zip.com.au>
8815
8816 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 8817 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
8818 advice and passes PREDICATE.
8819
b1ef1257
SM
88202011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
8821
bbca48fe
SM
8822 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
8823 byte-compile-lambda if it's actually a lambda.
8824
b1ef1257
SM
8825 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
8826 Fix function quoting. Use backquote better.
8827
92a9cc65
YS
88282011-05-22 Yuanle Song <sylecn@gmail.com>
8829
8830 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
8831 matching (Bug#8516).
8832
f0fb8059
JA
88332011-01-22 Jari Aalto <jari.aalto@cante.net>
8834
8835 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
8836 different face (Bug#8178).
8837
d5b44c93
CY
88382011-05-22 Chong Yidong <cyd@stupidchicken.com>
8839
8840 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
8841 defface (Bug#8144).
8842
79106a44
SM
88432011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
8844
9c848d8a
SM
8845 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
8846 funcall as well (bug#8712). Warn when performing those conversions.
8847 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
8848
79106a44
SM
8849 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
8850
88dfa756
GM
88512011-05-22 Glenn Morris <rgm@gnu.org>
8852
8853 * files.el (hack-local-variables-prop-line): Small simplifications.
8854 (hack-local-variables, hack-local-variables-prop-line):
8855 If MODE-ONLY, return the mode, rather than just `t'.
8856
b7cf2c79
SM
88572011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
8858
8859 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
8860
3f1a8558
GM
88612011-05-21 Glenn Morris <rgm@gnu.org>
8862
7e4ccca3
GM
8863 * files.el (hack-local-variables-prop-line, hack-local-variables):
8864 If only interested in the mode, don't bother doing the other stuff.
8865
637d46ca
GM
8866 * image-mode.el (image-after-revert-hook):
8867 Redraw all frames on which the image is visible. (Bug#8567)
8868
973d955b
GM
8869 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
8870
3f1a8558
GM
8871 * wid-edit.el (widget-checklist-match-inline):
8872 Fix 2011-04-19 change. (Bug#8649)
8873
96479927
SM
88742011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
8875
1dcf791f
SM
8876 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
8877 Also allow singlespace after single-letter capitals followed by a dot.
8878
96479927
SM
8879 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
8880 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
8881
35fd0881
N
88822011-05-20 Nix <nix@esperi.org.uk>
8883
8884 * files.el (basic-save-buffer-2):
8885 Fix handling of break-hardlink-on-save with non-existent files.
8886
82745640
DD
88872011-05-19 Deniz Dogan <deniz@dogan.se>
8888
8889 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 8890 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 8891
4a720484
GM
88922011-05-19 Glenn Morris <rgm@gnu.org>
8893
d1f21341
GM
8894 * progmodes/f90.el (f90-type-def-re):
8895 Handle "type, bind(c)". (Bug#8691)
8896
4a720484
GM
8897 * emacs-lisp/autoload.el (batch-update-autoloads):
8898 Set autoload-excludes by parsing loadup.el rather than Makefiles.
8899
2fb0a219
MA
89002011-05-18 Michael Albinus <michael.albinus@gmx.de>
8901
8902 * net/tramp.el (tramp-process-actions): Set "first-password-request"
8903 property for the correct connection in case of multihops.
8904
e565dd37
GM
89052011-05-18 Glenn Morris <rgm@gnu.org>
8906
c2571358 8907 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
8908 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
8909
e565dd37
GM
8910 Rationalize calendar handling of day and month abbrev-arrays.
8911 * calendar/calendar.el (calendar-customized-p): New function.
8912 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
8913 (calendar-day-name-array, calendar-month-name-array): Doc fix.
8914 Add :set function.
8915 (calendar-abbrev-length, calendar-day-abbrev-array)
8916 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
8917 (calendar-day-abbrev-array, calendar-month-abbrev-array):
8918 Elements may no longer be nil.
8919 (calendar-day-name, calendar-month-name):
8920 Update for changed nature of abbrev arrays.
8921 * calendar/diary-lib.el (diary-name-pattern):
8922 Update for changed nature of abbrev arrays.
8923 (diary-mark-entries-1): Update calendar-make-alist calls.
8924 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
8925 * calendar/cal-html.el (cal-html-day-abbrev-array):
8926 Simply inherit from calendar-day-abbrev-array.
8927
1d99a745
SM
89282011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
8929
8930 * progmodes/grep.el (grep-mode): Disable default
8931 compilation-directory-matcher setting (bug#8684).
8932
7c1d9aa0
MA
89332011-05-17 Michael Albinus <michael.albinus@gmx.de>
8934
8935 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
8936 instead of "head" and "tail". There were problems with SunOS 5.9,
8937 and it performs better.
8938
3952e9d8
GM
89392011-05-17 Glenn Morris <rgm@gnu.org>
8940
2dd12e7f
GM
8941 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
8942
e4157b9c
GM
8943 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
8944 Replace obsolete function.
8945
8e249bbd
GM
8946 * shell.el (pcomplete-parse-arguments-function): Declare.
8947
3952e9d8
GM
8948 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
8949 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
8950 (appt-check): Doc fixes.
8951 (appt-disp-window-function, appt-delete-window-function):
8952 Remove needless special case in custom :type.
8953 (appt-display-count): Default to 0, not nil.
8954 (appt-check): Reset appt-display-count to 0, not nil.
8955
c71a0d48 89562011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 8957
c71a0d48
GM
8958 * progmodes/python.el (python-font-lock-keywords):
8959 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 8960
31d55be9
SM
89612011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
8962
8963 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
8964
3bfacb2f
KR
89652011-05-16 Kevin Ryde <user42@zip.com.au>
8966
8967 * info-look.el (makefile-automake-mode): New setups, looking in
8968 automake manual, then makefile-mode.
8969 (makefile-mode): Remove automake manual, have it just in
8970 makefile-automake-mode since there's various things different or
8971 not relevant to plain make.
8972 (makefile-mode): Remove "other-modes" non-existent automake-mode,
8973 believe a hypothetical automake-mode would go to makefile-mode,
8974 not the other way around.
8975
c8e83751
CY
89762011-05-15 Chong Yidong <cyd@stupidchicken.com>
8977
5e9e35cd
CY
8978 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
8979 hunk-end tags (Bug#8672).
8980
c8e83751
CY
8981 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
8982 vc-annotate-show-diff-revision-at-line (Bug#8671).
8983
50b23e5a
GM
89842011-05-14 Glenn Morris <rgm@gnu.org>
8985
7210a739
GM
8986 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
8987 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
8988 (change-log-font-lock-keywords): Also handle multiple author lines
8989 with leading tabs. (Bug#8644)
7210a739 8990
4691905a
GM
8991 * calendar/appt.el (appt-check): Rename some local variables.
8992 Some simplification/reordering.
8993
50b23e5a
GM
8994 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
8995 (feedmail-sendmail-f-doesnt-sell-me-out)
8996 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
8997 (feedmail-debug-sit-for, feedmail-queue-express-hook)
8998 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
8999 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
9000 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
9001 (feedmail-binmail-gnulinuxish-template):
9002 Rename from feedmail-binmail-linuxish-template.
9003 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
9004 Use insert-buffer-substring.
9005
215cda7c
BC
90062011-05-14 Bill Carpenter <bill@carpenter.org>
9007
9008 * mail/feedmail.el (feedmail-patch-level): Increase.
9009 (feedmail-debug): New custom group.
9010 (feedmail-confirm-outgoing-timeout)
9011 (feedmail-sendmail-f-doesnt-sell-me-out)
9012 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
9013 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
9014 (feedmail-sender-line, feedmail-from-line)
9015 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 9016 (feedmail-spray-this-address)
215cda7c
BC
9017 (feedmail-spray-address-fiddle-plex-list)
9018 (feedmail-queue-use-send-time-for-date)
9019 (feedmail-queue-use-send-time-for-message-id)
9020 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
9021 (feedmail-buffer-eating-function):
9022 Doc fixes.
9023 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
9024 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
9025 (feedmail-message-action-scroll-down): New functions.
9026 (feedmail-queue-directory, feedmail-queue-draft-directory):
9027 Use expand-file-name.
9028 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
9029 Remove C-v help entry.
9030 (feedmail-queue-buffer-file-name): New variable.
9031 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
9032 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
9033 (feedmail-message-action-send-strong, feedmail-message-action-edit)
9034 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
9035 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
9036 (feedmail-message-action-toggle-spray)
9037 (feedmail-run-the-queue-no-prompts)
9038 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
9039 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
9040 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
9041 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
9042 (feedmail-envelope-deducer, feedmail-fiddle-from)
9043 (feedmail-fiddle-sender, feedmail-default-date-generator)
9044 (feedmail-fiddle-date, feedmail-fiddle-message-id)
9045 (feedmail-fiddle-spray-address)
9046 (feedmail-fiddle-list-of-spray-fiddle-plexes)
9047 (feedmail-fiddle-list-of-fiddle-plexes)
9048 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
9049 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
9050 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
9051 Change default. Doc fix.
9052 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
9053 (feedmail-binmail-linuxish-template): New constant.
9054 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
9055 Respect feedmail-sendmail-f-doesnt-sell-me-out.
9056 (feedmail-send-it): Add debug call.
9057 Use feedmail-queue-buffer-file-name, and
9058 feedmail-send-it-immediately-wrapper.
9059 (feedmail-message-action-send): Add debug call.
9060 Use feedmail-send-it-immediately-wrapper.
9061 (feedmail-queue-express-to-queue): Add debug call.
9062 Run feedmail-queue-express-hook.
9063 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
9064 (feedmail-message-action-help-blat):
9065 Rename from feedmail-queue-send-edit-prompt-help-first.
9066 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
9067 Check line-endings. Handle errors better.
9068 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
9069 Doc fix. Add debug call.
9070 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
9071 Use feedmail-queue-send-edit-prompt-inner.
9072 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
9073 (feedmail-queue-send-edit-prompt-inner): New function, extracted
9074 from feedmail-queue-send-edit-prompt.
9075 (feedmail-queue-send-edit-prompt-help)
9076 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
9077 (feedmail-tidy-up-slug): Add debug call.
9078 Respect feedmail-queue-slug-suspect-regexp.
9079 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
9080 (feedmail-dump-message-to-queue): Add debug call.
9081 Expand queue-directory.
9082 (feedmail-dump-message-to-queue): Change message slightly.
9083 Use feedmail-say-chatter.
9084 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
9085 (feedmail-send-it-immediately-wrapper): New function.
9086 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
9087 Insert empty string rather than newline. Handle full-frame case.
9088 Use catch/throw. Use feedmail-say-chatter.
9089 (feedmail-fiddle-from): Try mail-host-address.
9090 (feedmail-default-message-id-generator): Doc fix.
9091 Bind system-time-locale. Handle missing end.
9092 (feedmail-fiddle-x-mailer): Add debug call.
9093 Handle feedmail-x-mailer-line being nil.
9094 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
9095 Add debug call. Use buffer-substring-no-properties.
9096 (feedmail-say-debug, feedmail-say-chatter): New functions.
9097 (feedmail-find-eoh): Give an explicit error.
9098
42c7e61e
UJ
90992011-05-13 Ulf Jasper <ulf.jasper@web.de>
9100
c2571358 9101 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 9102 family from helvetica to sans.
c2571358 9103 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
9104 etc/images/newsticker.
9105
c2571358 9106 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
9107 family from helvetica to sans.
9108
9109 * net/newst-plainview.el (newsticker-new-item-face)
9110 (newsticker-old-item-face, newsticker-immortal-item-face)
9111 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 9112 (newsticker-statistics-face): Change default family from
42c7e61e 9113 helvetica to sans.
c2571358 9114 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
9115 etc/images/newsticker.
9116
9117 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
9118 (newsticker--process-auto-mark-filter-match): : Tell user about
9119 auto-marking.
9120
8497a297
DV
91212011-05-13 Didier Verna <didier@xemacs.org>
9122
9123 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
9124 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
9125 TODO entries.
8497a297
DV
9126 (lisp-lambda-list-keyword-parameter-indentation)
9127 (lisp-lambda-list-keyword-parameter-alignment)
9128 (lisp-lambda-list-keyword-alignment): New customizable user options.
9129 (lisp-indent-defun-method): Improve docstring.
9130 (extended-loop-p): Fix comment.
9131 (lisp-indent-lambda-list-keywords-regexp): New variable.
9132 (lisp-indent-lambda-list): New function.
9133 (lisp-indent-259): Use it.
9134 (lisp-indent-defmethod): Support for more than one
9135 method qualifier and properly indent methods lambda-lists.
9136 (defgeneric): Provide a missing common-lisp-indent-function property.
9137
f278f87f
SM
91382011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
9139
9140 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
9141 bounds for the empty string (bug#8667).
9142
5233edd7
GM
91432011-05-13 Glenn Morris <rgm@gnu.org>
9144
5237a44f
GM
9145 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
9146
8340026c 9147 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 9148 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 9149
5233edd7 9150 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 9151 (appt-time-msg-list): Doc fix.
a5464014 9152 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 9153
92d10796
AS
91542011-05-12 Andreas Schwab <schwab@linux-m68k.org>
9155
9156 * progmodes/ld-script.el (ld-script-keywords)
9157 (ld-script-builtins): Update keywords list.
9158
914a0ae1
SM
91592011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9160
c89be45f
SM
9161 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
9162
914a0ae1
SM
9163 * shell.el (shell-completion-vars): New function.
9164 (shell-mode):
9165 * simple.el (read-shell-command): Use it.
9166 (blink-matching-open): No need for " [...]" in minibuffer-message.
9167
98dc3df3
GM
91682011-05-12 Glenn Morris <rgm@gnu.org>
9169
9170 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
9171 (appt-check): Simplify.
9172
d2fc7e3d 91732011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 9174
4d61f28d 9175 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
9176 literal "/dev/null".
9177
d2fc7e3d 91782011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
9179
9180 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
9181 Fix typo.
9182
d2fc7e3d 91832011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 9184
3f254caa
SM
9185 * progmodes/which-func.el (which-function):
9186 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
9187 which might not be defined (Bug#8260).
9188
d45885f7
GM
91892011-05-12 Glenn Morris <rgm@gnu.org>
9190
9191 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
9192 Let byte-compile-initial-macro-environment always take precedence.
9193
488086f4
SM
91942011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9195
9196 * net/rcirc.el: Add support for SSL/TLS connections.
9197 (rcirc-server-alist): New field `encryption'.
9198 (rcirc): Check `encryption' settings.
9199 (rcirc-connect): New arg `encryption'. Use open-network-stream.
9200 Merge make-local-variable into `set'.
9201 (rcirc--connection-open-p): New function.
9202 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
9203 the process is not a network process (e.g. running gnutls-cli).
9204 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
9205 Make rcirc-(en|de)code-coding-system local here.
9206 (rcirc-mode): Merge make-local-variable into `set'.
9207 (rcirc-parent-buffer): Make permanent buffer-local.
9208 (rcirc-multiline-minor-mode): Don't do it here.
9209 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
9210 there's no server buffer.
9211
7d3b9d44
GM
92122011-05-11 Glenn Morris <rgm@gnu.org>
9213
f64049c6
GM
9214 * newcomment.el (comment-kill): Prefix "unused" local.
9215
93c9df73
GM
9216 * term/w32console.el (get-screen-color): Declare.
9217
7d3b9d44
GM
9218 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
9219 Handle symbol elements of byte-compile-initial-macro-environment.
9220
9e2dd53f
LL
92212011-05-10 Leo Liu <sdl.web@gmail.com>
9222
488086f4
SM
9223 * bookmark.el (bookmark-bmenu-mode-map):
9224 Bind bookmark-bmenu-search to `/'.
8b340240 9225
9e2dd53f 9226 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
9227 (footnote-unicode-string, footnote-unicode-regexp): New variable.
9228 (Footnote-unicode): New function.
9229 (footnote-style-alist): Add unicode style to the list.
9230 (footnote-style): Doc fix.
9e2dd53f 9231
79b70037
GM
92322011-05-10 Jim Meyering <meyering@redhat.com>
9233
9234 Fix doubled-word typos.
9235 * international/quail.el (quail-insert-kbd-layout): and and -> and
9236 * kermit.el: and and -> and
9237 * net/ldap.el (ldap-search-internal): to to -> to
9238 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
9239 * progmodes/js.el (js-mode): and and -> and
9240 * textmodes/artist.el (artist-move-to-xy): at at -> at
9241 (artist-draw-region-trim-line-endings): if if -> if
9242 And Safetyc -> Safety.
9243 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
9244
b8f82dc1 92452011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 9246 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
9247
9248 * files.el (hack-one-local-variable-eval-safep):
9249 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
9250
4f99f44b
GM
92512011-05-10 Glenn Morris <rgm@gnu.org>
9252
9253 * calendar/diary-lib.el (diary-list-entries-hook)
9254 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
9255 (diary-nongregorian-marking-hook, diary-list-entries)
9256 (diary-include-other-diary-files, diary-mark-entries)
9257 (diary-mark-included-diary-files): Doc fixes.
9258
84f29e6b
JB
92592011-05-09 Juanma Barranquero <lekktu@gmail.com>
9260
9261 * misc.el: Require tabulated-list.el during compilation.
9262
9bedd73a
CY
92632011-05-09 Chong Yidong <cyd@stupidchicken.com>
9264
488086f4
SM
9265 * progmodes/compile.el (compilation-start):
9266 Run compilation-filter-hook for the async case too.
9bedd73a
CY
9267 (compilation-filter-hook): Doc fix.
9268
797c735c
DD
92692011-05-09 Deniz Dogan <deniz@dogan.se>
9270
9271 * wdired.el: Remove outdated installation comment. Fix usage
9272 comment.
9273
5f4b1dfe
JB
92742011-05-09 Juanma Barranquero <lekktu@gmail.com>
9275
9276 * misc.el: Implement new command `list-dynamic-libraries'.
9277 (list-dynamic-libraries--loaded-only-p): New variable.
9278 (list-dynamic-libraries--refresh): New function.
9279 (list-dynamic-libraries): New command.
9280
4c44026c
CY
92812011-05-09 Chong Yidong <cyd@stupidchicken.com>
9282
488086f4
SM
9283 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9284 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
9285 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
9286 higher priority to avoid clobbering by gnu.
9287
027f966d
CY
92882011-05-08 Chong Yidong <cyd@stupidchicken.com>
9289
9290 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
9291 if the face has existing theme settings (Bug#8454).
9292
085f5d7d
CY
92932011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
9294
488086f4
SM
9295 * progmodes/perl-mode.el (perl-imenu-generic-expression):
9296 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 9297
2a86a00c
RS
9298 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
9299 special file names `.' and `..' (Bug#8259).
9300
d9c54a06
CY
93012011-05-08 Chong Yidong <cyd@stupidchicken.com>
9302
488086f4
SM
9303 * progmodes/grep.el (grep-mode-font-lock-keywords):
9304 Remove buffer-changing entries.
d9c54a06
CY
9305 (grep-filter): New function.
9306 (grep-mode): Add it to compilation-filter-hook.
9307
9308 * progmodes/compile.el (compilation-filter-hook)
9309 (compilation-filter-start): New defvars.
9310 (compilation-filter): Call compilation-filter-hook prior to
9311 updating the process mark.
9312
c4662635
SM
93132011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9314
9315 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
9316
b0512a1d
EZ
93172011-05-07 Eli Zaretskii <eliz@gnu.org>
9318
605c9376
EZ
9319 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
9320 mailclient-send-it even if window-system is nil. (Bug#8595)
9321
c4662635
SM
9322 * term/w32console.el (terminal-init-w32console):
9323 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
9324 background-mode. (Bug#8597)
9325
d1dc2cc2
SM
93262011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
9327
9328 Make bytecomp.el understand that defmethod defines funs (bug#8631).
9329 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
9330 New functions.
9331 (defgeneric, eieio--defmethod): Use them.
9332 (eieio-defgeneric): Remove.
9333 (defmethod): Call defgeneric in a way visible to the byte-compiler.
9334
915d1300
GM
93352011-05-07 Glenn Morris <rgm@gnu.org>
9336
a3961c3e
GM
9337 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
9338 Use let rather than let*.
9339 (timeclock-find-discrep): Remove unused local.
9340
314347b9
GM
9341 * calendar/diary-lib.el (diary-comment-start): Doc fix.
9342
915d1300
GM
9343 * calendar/appt.el (appt-time-msg-list): Doc fix.
9344
275b59b0
NF
93452011-05-06 Noah Friedman <friedman@splode.com>
9346
9347 * apropos.el (apropos-print-doc): Only use
9348 emacs-lisp-docstring-fill-column when it is bound to an integer,
9349 per that variable's documentation.
9350
6c19f744
SM
93512011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9352
9353 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 9354 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 9355
60f884b2
GM
93562011-05-06 Glenn Morris <rgm@gnu.org>
9357
5006e634
GM
9358 * calendar/appt.el (appt-message-warning-time): Doc fix.
9359 (appt-warning-time-regexp): New option.
9360 (appt-make-list): Respect appt-message-warning-time.
9361
548d0a63
GM
9362 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
9363 New options.
9364 (diary-add-to-list): Strip comments from the displayed string.
9365 (diary-mode): Set comment-start and comment-end.
9366
60f884b2
GM
9367 * vc/diff-mode.el (smerge-refine-subst): Declare.
9368 (diff-refine-hunk): Don't require smerge-mode when compiling.
9369
989681bb
JB
93702011-05-06 Juanma Barranquero <lekktu@gmail.com>
9371
9372 * simple.el (list-processes): Return nil as the docstring says.
9373
a6bc05e1
MA
93742011-05-05 Michael Albinus <michael.albinus@gmx.de>
9375
9376 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
9377 to "".
9378 (ange-ftp-write-region, ange-ftp-insert-file-contents)
9379 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
9380 determining of binary transfer. (Bug#7383)
9381
23c22e9a
MA
93822011-05-05 Michael Albinus <michael.albinus@gmx.de>
9383
c4662635
SM
9384 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
9385 Fix port computation bug. (Bug#8618)
23c22e9a 9386
0bff894f
GM
93872011-05-05 Glenn Morris <rgm@gnu.org>
9388
b8296902
GM
9389 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
9390
1f522ce8
GM
9391 * simple.el (shell-dynamic-complete-functions)
9392 (comint-dynamic-complete-functions): Declare.
9393
cf5bee67
GM
9394 * net/network-stream.el (gnutls-negotiate):
9395 * simple.el (tabulated-list-print): Fix declarations.
9396
9397 * progmodes/gud.el (syntax-symbol, syntax-point):
9398 Remove unnecessary and incorrect declarations.
9399
0bff894f
GM
9400 * emacs-lisp/check-declare.el (check-declare-scan):
9401 Handle byte-compile-initial-macro-environment in bytecomp.el
9402
9869b3ae
SM
94032011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9404
9405 Fix earlier half-done eieio-defmethod change (bug#8338).
9406 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
9407 Streamline and change calling convention.
9408 (defmethod): Adjust accordingly and simplify.
9409 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
9410 new eieio--defmethod.
9411 (slot-boundp): Minor CSE simplification.
9412
9c1d5ac5
MZ
94132011-05-05 Milan Zamazal <pdm@zamazal.org>
9414
9415 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
9416 (glasses-make-readable): Use glasses-separate-capital-groups.
9417
455c834e
JB
94182011-05-05 Juanma Barranquero <lekktu@gmail.com>
9419
9420 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
9421 (warning-series): Doc fix.
9422 (display-warning): Don't try to create the buffer if we just found it.
9423
9ed7c8cb
CY
94242011-05-04 Chong Yidong <cyd@stupidchicken.com>
9425
9426 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
9427 (autoload-find-generated-file): New function.
9428 (generate-file-autoloads): Bind generated-autoload-file to
9429 buffer-file-name.
9869b3ae
SM
9430 (update-file-autoloads, update-directory-autoloads):
9431 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
9432 output file (Bug#7989).
9433 (batch-update-autoloads): Doc fix.
9434
0898ca10
JB
94352011-05-04 Juanma Barranquero <lekktu@gmail.com>
9436
9437 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
9438
31dfb76c
GM
94392011-05-04 Glenn Morris <rgm@gnu.org>
9440
f330b642
GM
9441 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
9442 function, so it follows changes in calendar-date-style.
9443 (diary-fancy-date-matcher): New function.
9444 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
9445 (diary-fancy-font-lock-fontify-region-function):
9446 Use diary-fancy-date-pattern as a function.
9447
31dfb76c
GM
9448 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
9449 non-numbers for `year' etc pseudo-variables. (Bug#8583)
9450
48e79d6a
TZ
94512011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
9452
9453 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
9454 instead of positional arguments. Allow :keylist and :crlfiles
9455 arguments.
9456 (open-gnutls-stream): Call it.
9457
9458 * net/network-stream.el (network-stream-open-starttls): Adjust to
9459 call `gnutls-negotiate' with :process and :hostname arguments.
9460
dd5a5ee0
SM
94612011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9462
ef80fc09
SM
9463 * minibuffer.el (completion--message): New function.
9464 (completion--do-completion, minibuffer-complete)
9465 (minibuffer-force-complete, minibuffer-complete-word): Use it.
9466 (completion--do-completion): Don't ignore completion-auto-help when in
9467 icomplete-mode.
9468
dd5a5ee0
SM
9469 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
9470 internal encoding (e.g. tibetan zero is not whitespace).
9471 (global-whitespace-mode): Prefer save-current-buffer.
9472 (whitespace-trailing-regexp): Remove useless save-match-data.
9473 (whitespace-empty-at-bob-regexp): Minor simplification.
9474
b7d22a83
CY
94752011-05-03 Chong Yidong <cyd@stupidchicken.com>
9476
9477 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
9478
5192af46
AM
94792011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9480
9481 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 9482 Use `concat' to create string for insertion.
5192af46 9483
5767d190
SM
94842011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9485
9486 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
9487 Avoid open-line which runs post-self-insert-hook.
9488 (bibtex-fill-entry): Remove unused `end' var.
9489
bf242939
AM
94902011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
9491
5767d190
SM
9492 * textmodes/ispell.el (ispell-add-per-file-word-list):
9493 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 9494
25666126
LL
94952011-05-03 Leo Liu <sdl.web@gmail.com>
9496
9497 * isearch.el (isearch-yank-pop): New command.
5767d190 9498 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
9499 (isearch-forward): Mention it.
9500
52d3c2d0
SM
95012011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9502
1bcace58
SM
9503 * simple.el (minibuffer-complete-shell-command): Remove.
9504 (minibuffer-local-shell-command-map): Use completion-at-point.
9505 (read-shell-command): Setup completion vars here instead.
9506 (read-expression-map): Bind TAB to symbol completion.
9507
52d3c2d0
SM
9508 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
9509 error directly rather via storing it into `results'.
9510
35813471
LL
95112011-05-02 Leo Liu <sdl.web@gmail.com>
9512
9513 * vc/diff.el: Fix description.
9514
e793a940
LMI
95152011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9516
9517 * server.el (server-eval-at): New function.
9518
8de66e05
LMI
95192011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9520
9521 * net/network-stream.el (open-network-stream): Take a :nowait
9522 parameter and pass it on to `make-network-process'.
9523 (network-stream-open-plain): Ditto.
9524
dcb79f20
AS
95252011-04-30 Andreas Schwab <schwab@linux-m68k.org>
9526
9527 * faces.el (face-spec-set-match-display): Don't match toolkit
9528 options on terminal frames.
9529
14a7fbd8
SM
95302011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9531
7eabc1be
SM
9532 * progmodes/pascal.el: Use lexical binding.
9533 (pascal-mode-map): Remove author preferences.
9534
14a7fbd8
SM
9535 * pcomplete.el (pcomplete-std-complete): Don't abuse
9536 completion-at-point.
9537
50f84510
JB
95382011-04-28 Juanma Barranquero <lekktu@gmail.com>
9539
6e087a44
JB
9540 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
9541 removing code that has been dead since 1991 or so.
9542
50f84510
JB
9543 * startup.el (command-line): When warning about "_emacs", use a
9544 delayed warning to allow the user to filter it out.
9545
0ba690bd
DD
95462011-04-28 Deniz Dogan <deniz@dogan.se>
9547
9548 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
9549 user has not joined.
9550
08abfaad
SM
95512011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9552
9553 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
9554 aren't any completions at point.
9555
638f053a
JB
95562011-04-28 Juanma Barranquero <lekktu@gmail.com>
9557
9558 * subr.el (display-delayed-warnings): New function.
9559 (delayed-warnings-hook): New variable.
9560
8fff8daa
SM
95612011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9562
08abfaad
SM
9563 * minibuffer.el (completion-at-point, completion-help-at-point):
9564 Don't presume that a given completion-at-point-function will always
9565 use the same calling convention.
9566
8fff8daa
SM
9567 * pcomplete.el (pcomplete-completions-at-point):
9568 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
9569 pcomplete-seen is non-nil.
9570 (pcomplete-comint-setup): Also recognize the new comint/shell
9571 completion functions.
9572 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
9573 pcomplete-seen is non-nil.
9574
841a1577 95752011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 9576
841a1577 9577 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 9578 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 9579 the first character in the entry. This allows for code to add its
211ec907
UJ
9580 own uid to the entry.
9581 (icalendar--convert-float-to-ical): Add export of
9582 `diary-float'-entries save for those with the optional DAY
9583 argument.
9584
2a782793
DC
95852011-04-27 Daniel Colascione <dan.colascione@gmail.com>
9586
9587 * subr.el (shell-quote-argument): Use alternate escaping strategy
9588 when we spot a variable reference in a string.
9589
0438ce91
DC
95902011-04-26 Daniel Colascione <dan.colascione@gmail.com>
9591
9592 * cus-start.el (all): Define customization for debug-on-event.
9593
841a1577 95942011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
9595
9596 * subr.el (shell-quote-argument): Escape correctly under Windows.
9597
d090ed6c
SM
95982011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
9599
9600 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
9601
bfd31217
MA
96022011-04-25 Michael Albinus <michael.albinus@gmx.de>
9603
d090ed6c
SM
9604 * net/tramp.el (tramp-process-actions): Add POS argument.
9605 Delete region between POS and (pos).
bfd31217 9606
d090ed6c
SM
9607 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
9608 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
9609 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
9610
9611 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
9612 position in `tramp-process-actions' call.
9613
9614 * net/trampver.el: Update release number.
9615
e92f3bd3
SM
96162011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
9617
850256b5
SM
9618 * custom.el (defcustom): Obey lexical-binding.
9619
e92f3bd3
SM
9620 Fix octave-inf completion problems reported by Alexander Klimov.
9621 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
9622 Inherit from octave-mode-syntax-table.
9623 (inferior-octave-mode): Set info-lookup-mode.
9624 (inferior-octave-completion-at-point): New function.
9625 (inferior-octave-complete): Use it and completion-in-region.
9626 (inferior-octave-dynamic-complete-functions): Use it as well, and use
9627 comint-filename-completion.
9628 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
9629 symbol elements which shouldn't be word elements.
9630 (octave-font-lock-keywords, octave-beginning-of-defun)
9631 (octave-function-header-regexp): Adjust regexps accordingly.
9632 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
9633
cd22b309
JB
96342011-04-25 Juanma Barranquero <lekktu@gmail.com>
9635
9636 * net/gnutls.el (gnutls-errorp): Declare before first use.
9637
8b492194
TZ
96382011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
9639
9640 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
9641 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 9642 default trustfile exists before going to use it. Add missing
5a5fa834 9643 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
9644 Reported by Claudio Bley <claudio.bley@gmail.com>.
9645 (open-gnutls-stream): Add usage example.
9646
9647 * net/network-stream.el (network-stream-open-starttls): Give host
9648 parameter to `gnutls-negotiate'.
9649 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 9650 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 9651
841a1577 96522011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 9653
cd22b309
JB
9654 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
9655 Use correct match group (bug#8438).
05842630 9656
3ba7869c
CY
96572011-04-24 Chong Yidong <cyd@stupidchicken.com>
9658
512e3ae1
CY
9659 * emacs-lisp/package.el (package-built-in-p): Fix typo.
9660 (package-menu--generate): New arg specifying packages to show.
9661 (package-menu-refresh, package-menu-execute, list-packages):
9662 Callers changed.
9663 (package-show-package-list): New function, replacing deleted
9664 package--list-packages (renamed because it is non-internal).
9665
9666 * finder.el (finder-list-matches): Use package-show-package-list
9667 instead of deleted package--list-packages.
9668
e92f3bd3
SM
9669 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
9670 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
9671 (vc-annotate-mode-map): Bind it to RET.
9672
7031be6d
UR
96732011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
9674
9675 * progmodes/etags.el (next-file): Don't use set-buffer to change
9676 buffers (Bug#8478).
9677
4ef177aa
CY
96782011-04-24 Chong Yidong <cyd@stupidchicken.com>
9679
c8d173eb
CY
9680 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
9681
4ef177aa
CY
9682 * apropos.el (apropos-label-face): Avoid variable-pitch face.
9683 (apropos-accumulator): Doc fix.
9684 (apropos-function, apropos-macro, apropos-command)
9685 (apropos-variable, apropos-face, apropos-group, apropos-widget)
9686 (apropos-plist): Add face property.
9687 (apropos-symbols-internal): Fix indentation.
9688 (apropos-print): Simplify help, and recognize apropos-multi-type.
9689 (apropos-print-doc): Use button-type-get to extract the button's
9690 face property. Fill docstring (Bug#8352).
9691
4ffd0d6b 96922011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
9693
9694 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
9695
c6c32125 9696 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 9697 (mpuz-mode-map): Use mapc.
c6c32125
JB
9698 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
9699 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
9700 Fix typos in docstrings.
9701
58d468b4
JB
9702 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
9703 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
9704
6470c3c6
JB
9705 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
9706
4ffd0d6b 97072011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
9708
9709 * minibuffer.el (completion--do-completion): Avoid the "Next char
9710 not unique" prompt if icomplete-mode is enabled (Bug#5849).
9711
3ad8bad0
CY
9712 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
9713 mouse-2 into unread-command-events, it is interpreted correctly.
9714
71d73c9c 9715 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 9716 (image-toggle-display): Doc fix.
71d73c9c 9717
841a1577 97182011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 9719
4ffd0d6b
GM
9720 * textmodes/page.el (what-page): Use line-number-at-pos to
9721 calculate line number (Bug#6825).
6e1dbaa9 9722
c2fb1b60
JB
97232011-04-22 Juanma Barranquero <lekktu@gmail.com>
9724
9725 * eshell/esh-mode.el (find-tag-interactive): Declare function.
9726 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
9727 Pass argument NO-DEFAULT to `find-tag-interactive'.
9728
e02f48d7
JB
97292011-04-22 Juanma Barranquero <lekktu@gmail.com>
9730
9731 Lexical-binding cleanup.
9732
9733 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
9734 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
9735 * progmodes/ada-prj.el (ada-prj-initialize-values)
9736 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
9737 (ada-prj-show-value):
9738 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
9739 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
9740 (antlr-invalidate-context-cache, antlr-options-menu-filter)
9741 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
9742 * progmodes/bug-reference.el (bug-reference-push-button):
9743 * progmodes/fortran.el (fortran-line-length):
9744 * progmodes/glasses.el (glasses-change):
9745 * progmodes/octave-mod.el (octave-fill-paragraph):
9746 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
9747 (python-pdbtrack-grub-for-buffer, python-sentinel):
9748 * progmodes/sql.el (sql-save-connection):
9749 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
9750 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
9751 Mark unused parameters.
9752
9753 * progmodes/compile.el (compilation--flush-directory-cache)
9754 (compilation--flush-parse, compile-internal): Mark unused parameters.
9755 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
9756 (compilation-next-error-function): Remove unused variable `timestamp'.
9757
9758 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
9759 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
9760
9761 * progmodes/dcl-mode.el (dcl-end-of-command):
9762 Remove unused variable `start'.
9763 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
9764 (dcl-option-value-basic, dcl-option-value-offset)
9765 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
9766 Mark unused parameters.
9767 (dcl-save-local-variable): Remove unused variable `val'.
9768 (mode): Declare.
9769
9770 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
9771 Mark unused parameters.
9772 (delphi-ignore-changes): Move before first use.
9773 (delphi-charset-token-at): Remove unused variable `start'.
9774 (delphi-else-start): Remove unused variable `if-count'.
9775 (delphi-comment-block-start, delphi-comment-block-end):
9776 Remove unused variable `kind'.
9777 (delphi-indent-line): Remove unused variable `new-point'.
9778
9779 * progmodes/ebrowse.el (ebrowse-files-list)
9780 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
9781 Mark unused parameters. Don't quote `lambda'.
9782 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
9783 Don't quote `lambda'.
9784 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
9785 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
9786 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
9787 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
9788 Use `ignore-errors'.
9789 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
9790 (ebrowse-view/find-file-and-search-pattern)
9791 (ebrowse-view/find-member-declaration/definition):
9792 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
9793 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
9794 Rename parameter PREFIX-ARG to PREFIX.
9795 (ebrowse-tags-read-name): Remove unused variables `start' and
9796 `member-info'.
9797 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
9798 to `tags-file'.
9799
9800 * progmodes/etags.el (local-find-tag-hook): Declare.
9801 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
9802 Mark unused parameters.
9803
9804 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
9805 (executable-interpret): Mark unused parameter.
9806
9807 * progmodes/flymake.el (flymake-process-sentinel)
9808 (flymake-after-change-function)
9809 (flymake-create-temp-with-folder-structure)
9810 (flymake-get-include-dirs-dot): Mark unused parameters.
9811 (flymake-safe-delete-directory): Remove unused variable `err'.
9812
9813 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
9814 (speedbar-timer-fn, speedbar-line-text)
9815 (speedbar-change-expand-button-char, speedbar-delete-subblock)
9816 (speedbar-center-buffer-smartly): Declare functions.
9817 (gdb-find-watch-expression): Remove unused variable `array'.
9818 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
9819 (gdb-starting): Mark unused parameters.
9820 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
9821 (gdb-table-string): Remove unused variable `res'.
9822 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
9823 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
9824 (gdb-display-buffer): Remove unused variable `cur-size'.
9825
9826 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
9827 allow lexical-binding compilation.
9828 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
9829 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
9830 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
9831 Mark unused parameters.
9832 (gud-gdb-marker-filter): Remove unused variable `match'.
9833 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
9834 lambda expressions and funcall them, instead of using `fset'.
9835
9836 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
9837 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
9838
9839 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
9840 variable `header-beg'; use `let'.
9841
9842 * progmodes/icon.el (indent-icon-exp): Remove unused variables
9843 `restart', `last-sexp' and `at-do'.
9844
9845 * progmodes/js.el (js--debug): Mark unused parameter.
9846 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
9847 (js--splice-into-items): Remove unused variable `item'.
9848 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
9849
9850 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
9851 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
9852 (makefile-complete): Remove unused variable `try'.
9853 (makefile-fill-paragraph, makefile-match-function-end):
9854 Mark unused parameters.
9855
9856 * progmodes/octave-inf.el (inferior-octave-complete):
9857 Remove unused variable `proc'.
9858 (inferior-octave-output-digest): Mark unused parameter.
9859
9860 * progmodes/perl-mode.el (perl-calculate-indent):
9861 Remove unused variable `err'.
9862
9863 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
9864 (prolog-indent-line): Mark unused parameters.
9865 (prolog-indent-line): Remove unused variable `beg'.
9866
9867 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
9868 (reporter-dont-compact-list): Declare.
9869
9870 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
9871 Remove unused variable `char'.
9872 (sh-debug): Mark unused parameter.
9873 (sh-get-indent-info): Remove unused variable `start'.
9874 (sh-calculate-indent): Remove unused variable `var'.
9875
9876 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
9877 (simula-electric-keyword): Remove unused variable `null'.
9878 (simula-search-backward, simula-search-forward): Remove unused
9879 variables `begin' and `end'.
9880
9881 * progmodes/vera-mode.el (vera-guess-basic-syntax):
9882 Remove unused variable `pos'.
9883 (vera-electric-tab, vera-comment-uncomment-region):
9884 Mark unused parameters.
9885 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
9886
7ede3b65
CY
98872011-04-22 Chong Yidong <cyd@stupidchicken.com>
9888
9889 * emacs-lisp/package.el (package--builtins, package-alist)
9890 (package-load-descriptor, package-built-in-p, package-activate)
9891 (define-package, package-installed-p)
9892 (package-compute-transaction, package-buffer-info)
9893 (package--push): Doc fix. Distinguish more clearly between
9894 version strings and version lists.
9895
121656e9
JB
98962011-04-21 Juanma Barranquero <lekktu@gmail.com>
9897
9898 Lexical-binding cleanup.
9899
9900 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
9901 (5x5-make-mutate-best):
9902 * play/fortune.el (fortune-in-buffer):
9903 * play/gomoku.el (gomoku-init-display):
9904 * play/solitaire.el (solitaire, solitaire-do-check):
9905 * play/tetris.el (tetris-default-update-speed-function):
9906 Mark unused parameters.
9907
9908 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
9909 (bubbles--shift): Remove unused variable `char-org'.
9910 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
9911 (bubbles--show-images): Remove unused variable `char'.
9912
9913 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
9914 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
9915 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
9916 (decipher-analyze-buffer): Use ?\s.
9917 (decipher-make-checkpoint): Remove unused variable `mapping'.
9918
9919 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
9920
9921 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
9922 Remove unused variable `result'; use `let'.
9923
9924 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
9925 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
9926 (gametree-children-shown-p, gametree-compute-reduced-score):
9927 Use `ignore-errors'.
9928
9929 * play/handwrite.el (ps-lpr-switches): Declare.
9930 (handwrite): Remove unused variables `pmin' and `lastp'.
9931
9932 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
9933
9934 * play/landmark.el (landmark-init-display)
9935 (landmark-update-naught-weights): Mark unused parameters.
9936 (landmark-y): Remove unused variable `noise'. Simplify.
9937 (landmark-human-plays): Remove unused variable `score'.
9938
9939 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
9940 (mpuz-try-proposal): Remove unused variable `game'.
9941
9942 * play/zone.el (life-patterns): Declare.
9943
80f499c7
JB
99442011-04-20 Juanma Barranquero <lekktu@gmail.com>
9945
9946 * vc/vc.el (ediff-vc-internal): Declare function.
9947
024ff170
SM
99482011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9949
c0a193ea
SM
9950 * shell.el: Use lexical-binding and std completion UI.
9951 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
9952 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
9953 comint-preoutput-filter-functions rather than on
9954 comint-output-filter-functions.
9955 (shell-command-completion, shell--command-completion-data)
9956 (shell-filename-completion, shell-environment-variable-completion)
9957 (shell-c-a-p-replace-by-expanded-directory): New functions.
9958 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
9959 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
9960 (shell-dynamic-complete-environment-variable): Use them.
9961 (shell-dynamic-complete-as-environment-variable)
9962 (shell-dynamic-complete-as-command): Remove.
9963 (shell-match-partial-variable): Match past point.
9964 * comint.el: Clean up use of completion-at-point-functions.
9965 (comint-completion-at-point): New function.
9966 (comint-mode): Use it completion-at-point-functions.
9967 (comint-dynamic-complete): Make it obsolete.
9968 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
9969 (comint-c-a-p-replace-by-expanded-history): New function.
9970 (comint-dynamic-complete-functions)
9971 (comint-replace-by-expanded-history): Use it.
9972 * minibuffer.el (completion-table-with-terminator): Allow dynamic
9973 termination strings. Try harder to avoid second try-completion.
9974 (completion-in-region-mode-map): Disable bindings that don't work yet.
9975
2dbaa080
SM
9976 * comint.el: Use lexical-binding. Require CL.
9977 (comint-dynamic-complete-functions): Use comint-filename-completion.
9978 (comint-completion-addsuffix): Tweak custom type.
9979 (comint-filename-completion, comint--common-suffix)
9980 (comint--common-quoted-suffix, comint--table-subvert)
9981 (comint--complete-file-name-data): New functions.
9982 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
9983 (comint-dynamic-list-filename-completions): Use them.
9984 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 9985
2dbaa080
SM
9986 * minibuffer.el (completion-in-region-mode):
9987 Keep completion-in-region-mode--predicate global.
9988 (completion-in-region--postch):
9989 Assume completion-in-region-mode--predicate is not null.
9990
c79a6f38
SM
9991 * progmodes/flymake.el (flymake-start-syntax-check-process):
9992 Obey `dir'. Simplify.
9993
024ff170
SM
9994 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
9995 we're in VC after all.
9996
1c6c854e
CS
99972011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
9998
9999 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 10000 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
10001 (vc-version-diff): Use vc-diff-build-argument-list-internal.
10002
bed7f140
SM
100032011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10004
332e62ab
SM
10005 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
10006 add sanity check.
10007
bed7f140
SM
10008 * obsolete/erc-hecomplete.el: Make obsolete.
10009 * obsolete/: Standardize obsolescence info in the header.
10010
f195c582
GM
100112011-04-20 Glenn Morris <rgm@gnu.org>
10012
10013 * calendar/solar.el (solar-horizontal-coordinates):
10014 Use the longitude argument rather than `calendar-longitude'.
10015 (solar-date-next-longitude): Remove unused locals.
10016
cb79b8c0
VJL
100172011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10018
10019 * whitespace.el: New version 13.2.1.
10020
100212011-04-20 felix <EmacsWiki> (tiny change)
10022
d8e4b68b 10023 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
10024 switching between major modes on a file.
10025
602ea69d
SM
100262011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
10027
10028 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
10029 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
10030 multi-line comments as well.
10031
06b60517
JB
100322011-04-19 Juanma Barranquero <lekktu@gmail.com>
10033
10034 Lexical-binding cleanup.
10035
10036 * arc-mode.el (archive-mode-revert):
10037 * cmuscheme.el (scheme-interactively-start-process):
10038 * custom.el (custom-initialize-delay):
10039 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
10040 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
10041 * emacs-lock.el (emacs-lock-clear-sentinel):
10042 * ezimage.el (defezimage):
10043 * follow.el (follow-avoid-tail-recenter):
10044 * fringe.el (set-fringe-mode-1):
10045 * generic-x.el (bat-generic-mode-compile):
10046 * help-mode.el (help-info-variable, help-do-xref)
10047 (help-mode-revert-buffer):
10048 * help.el (view-emacs-todo):
10049 * iswitchb.el (iswitchb-completion-help):
10050 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
10051 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
10052 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
10053 * locate.el (locate-update):
10054 * longlines.el (longlines-encode-region)
10055 (longlines-after-change-function):
10056 * outline.el (outline-isearch-open-invisible):
10057 * ps-def.el (declare-function, charset-dimension, char-width)
10058 (encode-char):
10059 * ps-mule.el (ps-mule-plot-string):
10060 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
10061 (recentf-edit-list-select, recentf-edit-list-validate)
10062 (recentf-open-files-action):
10063 * rect.el (delete-whitespace-rectangle-line)
10064 (rectangle-number-line-callback):
10065 * register.el (window-configuration-to-register)
10066 (frame-configuration-to-register):
10067 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
10068 * select.el (xselect-convert-to-string, xselect-convert-to-length)
10069 (xselect-convert-to-targets, xselect-convert-to-delete)
10070 (xselect-convert-to-filename, xselect-convert-to-charpos)
10071 (xselect-convert-to-lineno, xselect-convert-to-colno)
10072 (xselect-convert-to-os, xselect-convert-to-host)
10073 (xselect-convert-to-user, xselect-convert-to-class)
10074 (xselect-convert-to-name, xselect-convert-to-integer)
10075 (xselect-convert-to-atom, xselect-convert-to-identity):
10076 * subr.el (declare, ignore, process-kill-without-query)
10077 (text-clone-maintain):
10078 * terminal.el (te-get-char, te-tic-sentinel):
10079 * tool-bar.el (tool-bar-make-keymap):
10080 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
10081 * type-break.el (type-break-mode, type-break-noninteractive-query):
10082 * view.el (View-back-to-mark):
10083 * wid-browse.el (widget-browse-action, widget-browse-widget)
10084 (widget-browse-widgets, widget-browse-sexp):
10085 * widget.el (define-widget-keywords):
10086 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
10087 Mark unused parameters.
10088
10089 * align.el (align-adjust-col-for-rule): Mark unused parameter.
10090 (align-areas): Remove unused variable `look'.
10091 (align-region): Remove unused variables `real-end' and `pos-list'.
10092
10093 * apropos.el (apropos-score-doc): Remove unused variable `i'.
10094
10095 * bindings.el (mode-line-modified, mode-line-remote):
10096 Mark unused parameters.
10097 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
10098
10099 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
10100 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
10101
10102 * comint.el (comint-history-isearch-pop-state)
10103 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
10104 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
10105 (comint-substitute-in-file-name): Doc fix.
10106
10107 * completion.el (cmpl-statistics-block): Mark unused parameter.
10108 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
10109 (save-completions-to-file, load-completions-from-file):
10110 Remove unused local variable `e'.
10111
10112 * composite.el (compose-chars): Remove unused variable `len'.
10113 (lgstring-insert-glyph): Remove unused variable `g'.
10114 (compose-glyph-string): Remove unused variables `ascent',
10115 `descent', `lbearing' and `rbearing'.
10116 (compose-glyph-string-relative): Remove unused variables
10117 `lbearing', `rbearing' and `wadjust'.
10118 (compose-gstring-for-graphic): Remove unused variables `header',
10119 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
10120 (compose-gstring-for-terminal): Remove unused variables `header'
10121 and `nchars'. Use `let', not `let*'.
10122
10123 * cus-edit.el (Custom-set, Custom-save, custom-reset)
10124 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
10125 (Custom-buffer-done, custom-buffer-create-internal)
10126 (custom-browse-visibility-action, custom-browse-group-tag-action)
10127 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
10128 (widget-magic-mouse-down-action, custom-toggle-parent)
10129 (custom-add-parent-links, custom-toggle-hide-variable)
10130 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
10131 (custom-toggle-hide-face, face, hook, custom-group-link-action)
10132 (custom-face-menu-create, custom-variable-menu-create, get)
10133 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
10134 (custom-reset-standard-save-and-update): Remove unused variable `value'.
10135 (customize-apropos): Remove unused variable `tests'.
10136 (custom-group-value-create): Remove unused variable `hidden-p'.
10137 (sort-fold-case): Declare.
10138
10139 * cus-theme.el (custom-reset-standard-faces-list)
10140 (custom-reset-standard-variables-list): Declare.
10141 (customize-create-theme, custom-theme-revert, custom-theme-write)
10142 (custom-theme-choose-mode, customize-themes, custom-theme-save):
10143 Mark unused parameters.
10144
10145 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
10146
10147 * delim-col.el (delimit-columns-max): Move defvar before first use.
10148
10149 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 10150 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
10151
10152 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
10153 (auto-insert): Declare.
10154 (desktop-restore-file-buffer): Rename desktop-* parameters;
10155 mark unused ones.
10156 (desktop-create-buffer): Rename desktop-* parameters and bind them.
10157 (desktop-buffer): Rename desktop-* parameters.
10158
10159 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
10160 (dframe-reposition-frame-xemacs, dframe-help-echo)
10161 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
10162 Mark unused parameters.
10163
10164 * dired-aux.el (backup-extract-version-start, overwrite-query)
10165 (overwrite-backup-query, rename-regexp-query)
10166 (rename-non-directory-query): Declare.
10167 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
10168 (dired-add-entry): Remove unused variable `orig-file-name'.
10169 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
10170 Use parameter PRESERVE-TIME instead of accessing dynamic variable
10171 `dired-copy-preserve-time' directly.
10172 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
10173 (dired-insert-subdir-newpos): Rename unused variable `pos'.
10174
10175 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
10176 (dired-virtual-revert, dired-make-relative-symlink):
10177 Mark unused parameters.
10178 (manual-program): Declare.
10179 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
10180 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
10181 wrapped in `with-no-warnings' to avoid replacing one warning by another.
10182
10183 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
10184
10185 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
10186
10187 * echistory.el (electric-history-in-progress, Helper-return-blurb):
10188 Declare.
10189
10190 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
10191
10192 * electric.el (Electric-command-loop): Rename parameter
10193 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
10194
10195 * expand.el (expand-in-literal): Remove unused variable `here'.
10196
10197 * facemenu.el (facemenu-add-new-color):
10198 Remove unused variable `docstring'.
10199
10200 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
10201 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
10202 (face-attr-construct): Mark unused parameter. Doc fix.
10203 (read-color): Remove unused variable `hex-string'.
10204
10205 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
10206 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
10207 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
10208 (display-buffer-other-frame): Remove unused variable `old-window'.
10209 (kill-buffer-hook): Declare.
10210 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
10211 Mark unused parameters.
10212 (after-find-file): Pass 1 to `auto-save-mode', not t.
10213
10214 * files-x.el (auto-insert): Declare.
10215 (modify-file-local-variable-prop-line): Remove unused variable `val'.
10216
10217 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 10218 variable `buf'. Mark unused parameter.
06b60517
JB
10219 (find-lisp-insert-directory): Mark unused parameter.
10220
10221 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
10222 (format-encode-region): Remove unused variables `cur-buf' and `result'.
10223 (format-common-tail): Remove, unused.
10224 (format-deannotate-region): Remove unused variable `loc'.
10225 (format-annotate-region): Remove unused variable `p'.
10226 (format-annotate-single-property-change): Remove unused variables
10227 `default' and `tail'.
10228
10229 * forms.el (read-file-filter): Declare.
10230 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
10231
10232 * frame.el (frame-creation-function-alist): Mark unused parameter.
10233 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
10234
10235 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
10236 Remove unused parameters.
10237 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
10238 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
10239
10240 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
10241 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
10242 (hfy-prepare-tag-map): Mark unused parameters.
10243 (htmlfontify-buffer): Use `called-interactively-p'.
10244
10245 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
10246 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
10247 (ibuffer-do-occur): Mark unused parameters.
10248 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
10249 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
10250
10251 * ibuffer.el: Don't quote `lambda'.
10252 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
10253 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
10254 Mark unused parameters.
10255
10256 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
10257 (ido-completing-read): Mark unused parameters.
10258 (ido-copy-current-word): Mark unused parameters;
10259 remove unused variable `name'.
10260 (ido-sort-merged-list): Remove unused parameter `dirs'.
10261
10262 * ielm.el (ielm-input-sender): Mark unused parameter.
10263 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
10264 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
10265 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
10266 `ielm-string' as a dynamic variable accessible from the IELM prompt.
10267 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
10268
10269 * image-dired.el (image-dired-display-thumbs): Remove unused
10270 variables `curr-file' and `count'.
10271 (image-dired-remove-tag): Remove unused variable `start'.
10272 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
10273 variable `curr-file'
10274 (image-dired-rotate-original): Remove unused variable `temp-file'.
10275 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
10276 Remove unused variable `file'.
10277 (image-dired-gallery-generate): Remove unused variable `curr'.
10278 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
10279
10280 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
10281
10282 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
10283
10284 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
10285
10286 * isearch.el (minibuffer-history-symbol): Declare.
10287 (isearch-edit-string): Remove unused variable `err'.
10288 (isearch-message-prefix, isearch-message-suffix):
10289 Mark unused parameters.
10290
10291 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
10292
10293 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
10294
10295 * makesum.el (double-column): Remove unused variable `cnt'.
10296
10297 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
10298 (ido-ignore-item-temp-list): Declare.
10299
10300 * mouse-drag.el (mouse-drag-throw): Remove unused variables
10301 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
10302 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
10303 (mouse-drag-drag): Remove unused variables `mouse-delta' and
10304 `mouse-col-delta'.
10305
10306 * mouse-sel.el (mouse-extend-internal):
10307 Remove unused variable `orig-window-frame'.
10308
10309 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
10310 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
10311 Move declarations before first use.
10312 (pcomplete-opt): Mark unused parameters; doc fix.
10313
10314 * proced.el (proced-revert): Mark unused parameter.
10315 (proced-send-signal): Remove unused variable `err'.
10316
10317 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
10318 Rename parameter PREFIX-ARG to ARG.
10319 (ps-basic-plot-string, ps-basic-plot-whitespace):
10320 Mark unused parameters.
10321
10322 * replace.el (replace-count): Define.
10323 (occur-revert-function): Mark unused parameters.
10324 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
10325 (isearch-case-fold-search, isearch-string): Declare.
10326 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
10327 bind `case-fold-search'. Remove unused variables `beg' and `end',
10328 and simplify.
10329 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
10330 COUNT and bind `replace-count'.
10331 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
10332 to COUNT.
10333
10334 * savehist.el (print-readably, print-string-length): Declare.
10335
10336 * shadowfile.el (shadow-expand-cluster-in-file-name):
10337 Remove unused variable `cluster'.
10338 (shadow-copy-file): Remove unused variable `i'.
10339 (shadow-noquery, shadow-clusters, shadow-site-cluster)
10340 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
10341 (shadow-define-literal-group, shadow-define-regexp-group)
10342 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
10343
10344 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
10345 (shell): Use `called-interactively-p'.
10346 (shell-directory-tracker): Remove unused variable `chdir-failure'.
10347
10348 * simple.el (compilation-context-lines, comint-file-name-quote-list)
10349 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
10350 (delete-backward-char): Remove unused variable `ocol'.
10351 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
10352 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
10353 (event-apply-hyper-modifier, event-apply-shift-modifier)
10354 (event-apply-control-modifier, event-apply-meta-modifier):
10355 Mark unused parameters.
10356 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
10357 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
10358
10359 * speedbar.el (speedbar-ignored-directory-expressions)
10360 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
10361 (speedbar-find-file, speedbar-dir-follow)
10362 (speedbar-directory-buttons-follow, speedbar-tag-find)
10363 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
10364 (speedbar-buffers-line-directory, speedbar-buffer-click):
10365 Mark unused parameters.
10366 (speedbar-tag-file): Remove unused variable `mode'.
10367 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
10368
10369 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
10370
10371 * talk.el (talk): Remove unused variable `display'.
10372
10373 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
10374 (tar-write-region-annotate): Mark unused parameter.
10375
10376 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
10377 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
10378 Declare them, wrapped in `with-no-warnings' to avoid replacing one
10379 warning by another.
10380
10381 * time-stamp.el (time-stamp-string-preprocess):
10382 Remove unused variable `require-padding'.
10383
10384 * tree-widget.el (widget-glyph-enable): Declare.
10385 (tree-widget-action): Mark unused parameter.
10386
10387 * w32-fns.el (x-get-selection): Mark unused parameter.
10388 (autoload-make-program, generated-autoload-file): Declare.
10389
10390 * wdired.el (wdired-revert): Mark unused parameters.
10391 (wdired-xcase-word): Remove unused variable `err'.
10392
10393 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
10394 (whitespace-help-scroll): Remove unused variable `data-help'.
10395
10396 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
10397 (widget-image-insert, widget-after-change, default)
10398 (widget-default-format-handler, widget-default-notify)
10399 (widget-default-prompt-value, widget-info-link-action)
10400 (widget-url-link-action, widget-function-link-action)
10401 (widget-variable-link-action, widget-file-link-action)
10402 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
10403 (widget-field-prompt-internal, widget-field-action, widget-field-match)
10404 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
10405 (widget-insert-button-action, widget-delete-button-action, visibility)
10406 (widget-documentation-link-action, widget-documentation-string-action)
10407 (widget-const-prompt-value, widget-regexp-match, symbol)
10408 (widget-coding-system-prompt-value)
10409 (widget-key-sequence-value-to-external, sexp)
10410 (widget-sexp-value-to-internal, character, vector, cons)
10411 (widget-choice-prompt-value, widget-boolean-prompt-value)
10412 (widget-color--choose-action): Mark unused parameters.
10413 (widget-item-match-inline, widget-choice-match-inline)
10414 (widget-checklist-match, widget-checklist-match-inline)
10415 (widget-group-match): Rename parameter VALUES to VALS.
10416 (widget-field-value-set): Remove unused variable `size'.
10417 (widget-color-action): Remove unused variables `value' and `start'.
10418
10419 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 10420 variable `dir'. Doc fix.
06b60517
JB
10421 (windmove-find-other-window): Don't pass it.
10422
10423 * window.el (count-windows): Mark unused parameter.
10424 (bw-adjust-window): Remove unused variable `err'.
10425
10426 * woman.el (woman-file-name): Remove unused variable `default'.
10427 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
10428 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
10429 (global-font-lock-mode): Declare.
10430 (woman-decode-region): Mark unused parameter.
10431 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
10432
10433 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
10434 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
10435 (x-dnd-handle-moz-url): Remove unused variable `title'.
10436 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
10437
10438 * xml.el (xml-parse-tag, xml-parse-attlist):
10439 Remove unused variable `pos'.
10440
bc4f7f3d
GM
104412011-04-19 Glenn Morris <rgm@gnu.org>
10442
10443 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
10444 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
10445 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10446 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
10447 * calendar/cal-html.el (cal-html-insert-minical):
10448 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
10449 (calendar-mark-date-pattern):
10450 Prefix "unused" locals.
10451
10452 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
10453 optional argument `style'.
10454
10455 * calendar/appt.el (appt-make-list):
10456 * calendar/cal-china.el (calendar-chinese-date-string):
10457 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
10458 (diary-hebrew-yahrzeit):
10459 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
10460 * calendar/calendar.el (calendar-generate-window):
10461 * calendar/time-date.el (time-to-days):
10462 Remove unused local variables.
10463
16a43933
CY
104642011-04-18 Chong Yidong <cyd@stupidchicken.com>
10465
10466 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
10467 glyphless-char-display table.
10468 (tabulated-list-glyphless-char-display): New var.
10469
7eed1860
SS
104702011-04-18 Sam Steingold <sds@gnu.org>
10471
10472 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
10473 to acknowledgments.
10474
4d2d1ccd
GM
104752011-04-17 Glenn Morris <rgm@gnu.org>
10476
10477 * calendar/diary-lib.el (diary-sexp-entry):
10478 * calendar/holidays.el (holiday-sexp):
10479 Set debug-on-error rather than the removed stack-trace-on-error.
10480
239da61d
GM
104812011-04-16 Glenn Morris <rgm@gnu.org>
10482
10483 * progmodes/f90.el: Use lexical-binding.
10484 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
10485
8b05752a
SM
104862011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10487
daca8ba5
SM
10488 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
10489 (mail-mode): Setup mailalias completion here instead.
10490 * mail/mailalias.el: Use lexical-binding.
10491 (pattern, mailalias-done): Declare dynamic.
10492 (mail-completion-at-point-function): New function, from mail-complete.
10493 (mail-complete): Use it.
10494 (mail-completion-expand): New function.
10495 (mail-get-names): Use it.
10496 (mail-directory, mail-directory-process, mail-directory-stream):
10497 Don't use `pattern' for lexically bound arg.
10498
6f542485
SM
10499 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
10500
037e7c3f
SM
10501 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
10502 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
10503 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
10504
8b05752a
SM
10505 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
10506 (byte-save-window-excursion, byte-temp-output-buffer-setup)
10507 (byte-interactive-p): Define them again, for use when inlining
10508 old code.
10509
49093f60
JB
105102011-04-15 Juanma Barranquero <lekktu@gmail.com>
10511
10512 * loadup.el: Use `string-to-number', not `string-to-int'.
10513
b5b8e7de
SM
105142011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10515
10516 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
10517 gud-gdb-complete-command.
10518 (gud-gdb-completions): New function, from gud-gdb-complete-command.
10519 (gud-gdb-completion-at-point): New function.
10520 (gud-gdb-completions): Remove.
10521
f42efeb5
MA
105222011-04-14 Michael Albinus <michael.albinus@gmx.de>
10523
49093f60
JB
10524 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
10525 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
10526 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
10527 whether `executable-find' is bound.
f42efeb5
MA
10528
10529 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
10530
e240cc21
SM
105312011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10532
10533 * minibuffer.el (completion-in-region-mode-predicate)
10534 (completion-in-region-mode--predicate): New vars.
10535 (completion-in-region, completion-in-region--postch)
10536 (completion-in-region-mode): Use them.
10537 (completion--capf-wrapper): Also return the hook function.
10538 (completion-at-point, completion-help-at-point):
10539 Adjust and provide a predicate.
c2bd2ab0
SM
10540
10541 Preserve arg names for advice of subr and lexical functions (bug#8457).
10542 * help-fns.el (help-function-arglist): Consolidate the subr and
10543 new-byte-code cases. Add argument `preserve-names' to extract names
10544 from the docstring when needed.
10545 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
10546 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
10547 (ad-arglist): Use help-function-arglist's new arg.
10548 (ad-definition-type): Use cond.
10549
c183f693
JB
105502011-04-13 Juanma Barranquero <lekktu@gmail.com>
10551
06641a47
JB
10552 * autorevert.el (auto-revert-handler):
10553 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
10554 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
10555 Don't quote lambda.
10556
c183f693
JB
10557 * image-mode.el (image-transform-set-scale):
10558 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
10559
1e3b6001
G
105602011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10561
10562 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 10563 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
10564 Upgrades via gnutls-cli are too slow to be done opportunistically.
10565
2d6af8dd
JB
105662011-04-12 Juanma Barranquero <lekktu@gmail.com>
10567
10568 * dframe.el (dframe-current-frame): Remove spurious quote.
10569
c0749a51
GM
105702011-04-12 Glenn Morris <rgm@gnu.org>
10571
088d0d61
GM
10572 * calendar/cal-tex.el (cal-tex-end-document):
10573 Try to automatically use latin1 input if needed.
10574
c0749a51
GM
10575 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
10576 Don't try to cons a mark onto an empty element.
10577
5c90fde0
LL
105782011-04-11 Leo Liu <sdl.web@gmail.com>
10579
10580 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
10581 buffers.
10582 (ido-kill-buffer-at-head): Support killing virtual buffers.
10583
369e974d
CY
105842011-04-10 Chong Yidong <cyd@stupidchicken.com>
10585
10586 * minibuffer.el (completion-show-inline-help): New var.
10587 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
10588 (minibuffer-force-complete, minibuffer-complete-word):
10589 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
10590
10591 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
10592 to avoid interference from inline help (Bug#5849).
10593
37f1c930
LL
105942011-04-10 Leo Liu <sdl.web@gmail.com>
10595
099c39a4
JB
10596 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
10597 Fix typo.
37f1c930 10598
a32d4040
CY
105992011-04-09 Chong Yidong <cyd@stupidchicken.com>
10600
10601 * image-mode.el (image-toggle-display-image): Signal an error if
10602 not in Image mode.
10603 (image-transform-mode, image-transform-resize)
10604 (image-transform-set-rotation): Doc fix.
daca8ba5 10605 (image-transform-set-resize): Delete.
a32d4040
CY
10606 (image-transform-set-scale, image-transform-fit-to-height)
10607 (image-transform-fit-to-width): Handle image-toggle-display-image
10608 and image-transform-resize directly.
10609
099c39a4 106102011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
10611
10612 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
10613 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
10614 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
10615 (doc-view-mode-map): Add bindings for the new functions.
10616
099c39a4 106172011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 10618
4d61f28d 10619 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
10620 Fix typo in docstring.
10621
3726838a
EZ
106222011-04-08 Eli Zaretskii <eliz@gnu.org>
10623
04f33f1e
EZ
10624 * files.el (file-size-human-readable): Produce one digit after
10625 decimal, like "ls -lh" does.
10626
10627 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
10628 the file size representation.
10629
3726838a
EZ
10630 * simple.el (list-processes): If async subprocesses are not
10631 available, error out with a clear error message.
10632
cbb59342
CY
106332011-04-08 Chong Yidong <cyd@stupidchicken.com>
10634
10635 * help.el (help-form-show): New function, to be called from C.
10636 Put help-form output in a buffer named differently than *Help*.
10637
e3971c44
EZ
106382011-04-08 Eli Zaretskii <eliz@gnu.org>
10639
10640 * files.el (file-size-human-readable): New function.
10641
10642 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
10643 computing the representation inline. Don't require `cl'.
10644
12544bbe
GM
106452011-04-08 Glenn Morris <rgm@gnu.org>
10646
a1de6c6a
GM
10647 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
10648
3c4671f4
GM
10649 * net/browse-url.el (browse-url-firefox):
10650 Test system-type, not system-configuration.
10651
b605679c
GM
10652 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
10653 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
10654 Use log-edit-empty-buffer-p. (Bug#7598)
10655
56442f0c
GM
10656 * net/rlogin.el (rlogin-process-connection-type): Simplify.
10657 (rlogin-mode-map): Initialize in the defvar.
10658 (rlogin): Use ignore-errors.
10659
12544bbe
GM
10660 * replace.el (occur-mode-map): Some fixes for menu items.
10661
eb237b0f
AH
106622011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10663
10664 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
10665
7d668f2c
CY
106662011-04-06 Chong Yidong <cyd@stupidchicken.com>
10667
e67a13ab
CY
10668 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
10669 issuing unused warnings.
10670
10671 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
10672 macro directly.
10673
7d668f2c
CY
10674 * simple.el: Lisp reimplement of list-processes. Based on an
10675 earlier reimplementation by Leo Liu, but using tabulated-list.el.
10676 (process-menu-mode): New major mode.
10677 (list-processes--refresh, list-processes):
10678 (process-menu-visit-buffer): New functions.
10679
10680 * files.el (save-buffers-kill-emacs): Don't assume any return
10681 value of list-processes, which is undocumented anyway.
10682
a83ec3c9
CY
106832011-04-06 Chong Yidong <cyd@stupidchicken.com>
10684
10685 * emacs-lisp/tabulated-list.el: New file.
10686
e91a96fe
CY
10687 * emacs-lisp/package.el: Use Tabulated List mode.
10688 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
10689 (package-menu-mode): Derive from tabulated-list-mode. Set up the
10690 table format using Tabulated List mode variables.
10691 (package--push): New macro, replacing package-list-maybe-add.
10692 (package-menu--generate): Use package--push. Renamed from
10693 package--generate-package-list.
10694 (package-menu-refresh, list-packages): Use it.
daca8ba5 10695 (package-menu--print-info): Rename from package-print-package.
e91a96fe 10696 Return insertion data instead of inserting it directly.
099c39a4
JB
10697 (package-menu-describe-package, package-menu-execute):
10698 Use tabulated-list-get-id.
e91a96fe
CY
10699 (package-menu-mark-delete, package-menu-mark-install)
10700 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
10701 (package-menu-mark-obsolete-for-deletion):
10702 Use tabulated-list-put-tag.
e91a96fe
CY
10703 (package--list-packages, package-menu-revert)
10704 (package-menu-get-package, package-menu-get-version)
10705 (package-menu-sort-by-column): Functions deleted.
10706 (package-menu-package-list, package-menu-sort-key): Vars deleted.
10707 (package-menu--status-predicate, package-menu--version-predicate)
10708 (package-menu--name-predicate)
10709 (package-menu--description-predicate): Handle arguments in the
10710 Tabulated List format.
10711 (package-list-packages-no-fetch): Call list-packages.
10712
3e214b50
JB
107132011-04-06 Juanma Barranquero <lekktu@gmail.com>
10714
10715 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 10716 (after-find-file): Don't bind it.
3e214b50
JB
10717 (revert-buffer-in-progress-p): New variable.
10718 (revert-buffer): Bind it.
10719 Pass nil for `after-find-file-from-revert-buffer'.
10720
10721 * saveplace.el (save-place-find-file-hook): Use new variable
10722 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
10723
3f0f1700
GM
107242011-04-06 Glenn Morris <rgm@gnu.org>
10725
c0274801
GM
10726 * Makefile.in (AUTOGEN_VCS): New variable.
10727 (autoloads): Use $AUTOGEN_VCS.
10728
3f0f1700
GM
10729 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
10730 * calendar/calendar.el (calendar-mode-map):
10731 Check for toolkit scroll bars. (Bug#8305)
10732
41ea9e48
CY
107332011-04-05 Chong Yidong <cyd@stupidchicken.com>
10734
10735 * minibuffer.el (completion-in-region--postch)
10736 (completion-in-region-mode): Remove unnecessary messages.
10737
6194c800
JB
107382011-04-05 Juanma Barranquero <lekktu@gmail.com>
10739
33256f14
JB
10740 * font-lock.el (font-lock-refresh-defaults):
10741 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
10742 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
10743
6194c800
JB
10744 * info.el (Info-directory-list, Info-read-node-name-2)
10745 (Info-split-parameter-string): Doc fixes.
10746 (Info-virtual-nodes): Reflow docstring.
10747 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
10748 (Info-apropos-toc-nodes, info-finder, Info-get-token)
10749 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
10750 Fix typos in docstrings.
10751 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
10752 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
10753 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
10754 (Info-restore-desktop-buffer): Mark unused parameters.
10755 (Info-directory-find-file, Info-directory-find-node)
10756 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
10757 (Info-virtual-index-find-node, Info-apropos-find-file)
10758 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 10759 Mark unused parameters; fix typos in docstrings.
6194c800
JB
10760 (Info-virtual-index): Remove unused local variable `nodename'.
10761
b87a8200 107622011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 10763
b87a8200
DD
10764 * net/rcirc.el: Update my e-mail address.
10765 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 10766
3b2ff876
CY
107672011-04-05 Chong Yidong <cyd@stupidchicken.com>
10768
10769 * startup.el (command-line): Save the cursor's theme-face
10770 directly, instead of using face-override-spec.
10771
10772 * custom.el (load-theme): Minor optimization in assigning faces.
10773
8d17e7ca
JB
107742011-04-04 Juanma Barranquero <lekktu@gmail.com>
10775
10776 * help-fns.el (describe-variable): Complete all variables having
10777 documentation, including keywords.
10778 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
10779
2fbc1934
JB
107802011-04-04 Juanma Barranquero <lekktu@gmail.com>
10781
10782 Convert to lexical-binding.
10783
10784 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
10785 (bs--get-marked-string, bs--get-modified-string)
10786 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
10787 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
10788 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
10789
10790 * ehelp.el (electric-help-execute-extended)
10791 (electric-help-ctrl-x-prefix):
10792 * hexl.el (hexl-revert-buffer-function):
10793 * linum.el (linum-after-change, linum-after-scroll):
10794 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
10795
10796 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
10797
74f50695
DU
107982011-04-04 Daiki Ueno <ueno@unixuser.org>
10799
10800 * epa-dired.el:
10801 * epa-mail.el:
10802 * epa-hook.el:
10803 * epa-file.el:
10804 * epa.el:
10805 * epg.el: Use lexical binding.
10806
c11325f7
CY
108072011-04-03 Chong Yidong <cyd@stupidchicken.com>
10808
0d9e9a12
CY
10809 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
10810
c11325f7 10811 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
10812 dictionary case for flyspell-mark-duplications-exceptions.
10813 Use regexp matching for languages.
c11325f7
CY
10814 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
10815 default dictionary (Bug#7926).
10816
da91b5f2
CY
108172011-04-02 Chong Yidong <cyd@stupidchicken.com>
10818
099c39a4
JB
10819 * emacs-lisp/package.el (package--with-work-buffer):
10820 Recognize https URLs.
da91b5f2 10821
099c39a4
JB
10822 * net/network-stream.el: Move from gnus/proto-stream.el.
10823 Change prefix to network-stream throughout.
da91b5f2
CY
10824 (open-protocol-stream): Merge into open-network-stream, leaving
10825 open-protocol-stream as an alias. Handle nil BUFFER args.
10826
10827 * subr.el (open-network-stream): Move to net/network-stream.el.
10828
afa8e9f6
GM
108292011-04-02 Glenn Morris <rgm@gnu.org>
10830
1d2e369d
GM
10831 * find-dired.el (find-exec-terminator): New option.
10832 (find-ls-option): Test for -ls support.
10833 (find-ls-subdir-switches): Test for -b in find-ls-option.
10834 (find-dired, find-grep-dired): Doc fixes.
10835 (find-dired): Use find-exec-terminator.
10836
8abb7da8 10837 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
10838 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
10839 (find-name-arg): Remove purecopy.
8abb7da8 10840
f3ca7378
GM
10841 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
10842 (grep-compute-defaults): Check for `-exec COMMAND +' support.
10843 Set grep-find-use-xargs, grep-find-command, and grep-find-template
10844 accordingly. Don't add the null-device if not needed.
10845
afa8e9f6
GM
10846 * files.el (save-some-buffers): Doc fix.
10847
35eae264
EZ
108482011-04-02 Eli Zaretskii <eliz@gnu.org>
10849
10850 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
10851
26b51db5
JB
108522011-04-01 Juanma Barranquero <lekktu@gmail.com>
10853
10854 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
10855 Use `dolist' rather than `mapcar'.
10856
7200d79c
SM
108572011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
10858
03408648 10859 Add lexical binding.
7200d79c 10860
03408648
SM
10861 * subr.el (apply-partially): Use new closures rather than CL.
10862 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
10863 (dolist, dotimes): Use slightly different expansion for lexical code.
10864 (functionp): Move to C.
10865 (letrec): New macro.
10866 (with-wrapper-hook): Use it and apply-partially instead of CL.
10867 (eval-after-load): Preserve lexical-binding.
10868 (save-window-excursion, with-output-to-temp-buffer): Turn them
10869 into macros.
7200d79c 10870
03408648
SM
10871 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
10872
10873 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
10874 than the arglist.
10875 (help-add-fundoc-usage): Don't add `Not documented'.
10876 (help-function-arglist): Handle closures, subroutines, and new
10877 byte-code-functions.
10878 (help-make-usage): Remove leading underscores.
10879 (describe-function-1): Handle closures.
10880 (describe-variable): Use special-variable-p for completion.
10881
10882 * files.el (lexical-binding): Declare safe.
f488fb65 10883
03408648
SM
10884 * emacs-lisp/pcase.el: Don't use destructuring-bind.
10885 (pcase--memoize): Rename from pcase-memoize. Change weakness.
10886 (pcase): Add `let' pattern.
10887 Change memoization so it actually works.
10888 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
10889 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
10890 <let>: New case.
f488fb65 10891
03408648
SM
10892 * emacs-lisp/macroexp.el: Use lexical binding.
10893 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
10894 Don't convert ' to #' without checking that it's indeed quoting
10895 a lambda.
10896
10897 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 10898 Use eval-sexp-add-defvars.
03408648
SM
10899 (eval-sexp-add-defvars): New fun.
10900
10901 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
10902
10903 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
10904 Don't autoload.
10905 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
10906 than the internal `byte-compile-lambda'.
10907 (defmethod): Don't hide code under quotes.
10908 (eieio-defmethod): New `code' argument.
10909
10910 * emacs-lisp/eieio-comp.el: Remove.
10911
10912 * emacs-lisp/edebug.el (edebug-eval-defun)
10913 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
10914 (edebug-toggle): Avoid `eval'.
10915
10916 * emacs-lisp/disass.el (disassemble-internal): Handle new
10917 `closure' objects.
10918 (disassemble-1): Handle new byte codes.
10919
10920 * emacs-lisp/cl.el (pushnew): Silence warning.
10921
10922 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
10923 (cl-byte-compile-throw): Remove.
10924 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
10925
10926 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
10927 closures.
10928
10929 * emacs-lisp/cconv.el: New file.
10930
10931 * emacs-lisp/bytecomp.el: Use lexical binding instead of
10932 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
10933 (byte-compile-initial-macro-environment):
10934 Handle declare-function here.
10935 (byte-compile--lexical-environment): New var.
10936 (byte-stack-ref, byte-stack-set, byte-discardN)
10937 (byte-discardN-preserve-tos): New lap codes.
10938 (byte-interactive-p): Don't use any more.
10939 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
10940 New macros.
10941 (byte-compile-lapcode): Use them and handle new lap codes.
10942 (byte-compile-obsolete): Remove.
10943 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
10944 (byte-compile-arglist-warn): Check late def of inlinable funs.
10945 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
10946 since they should have been expanded by now.
10947 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
10948 (byte-compile-from-buffer): Remove unused second arg.
10949 (byte-compile-preprocess): New function.
10950 (byte-compile-toplevel-file-form): New function to distinguish
10951 file-form calls from outside from file-form calls from hunk-handlers.
10952 (byte-compile-file-form): Simplify.
10953 (byte-compile-file-form-defsubst): Remove.
10954 (byte-compile-file-form-defmumble): Simplify now that
10955 byte-compile-lambda always returns a byte-code-function.
10956 (byte-compile): Preprocess.
10957 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
10958 Remove, not used any more.
10959 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
10960 (byte-compile-make-args-desc): New funs.
10961 (byte-compile-lambda): Handle lexical functions. Always return
10962 a byte-code-function.
10963 (byte-compile-reserved-constants): New var, to make up room for
10964 closed-over variables.
10965 (byte-compile-constants-vector): Obey it.
10966 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
10967 (byte-compile-macroexpand-declare-function): New function.
10968 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
10969 byte-code-functions.
10970 (byte-compile-form): Check obsolescence here.
10971 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
10972 (byte-compile-variable-ref): Remove.
10973 (byte-compile-dynamic-variable-op): New fun.
10974 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
10975 (byte-compile-variable-set): New funs.
10976 (byte-compile-discard): Add 2 args.
10977 (byte-compile-stack-ref, byte-compile-stack-set)
10978 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
10979 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
10980 macroexpand-all instead.
10981 (byte-compile-quote-form): Remove.
10982 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
10983 (byte-compile-bind, byte-compile-unbind): New funs.
10984 (byte-compile-let): Handle let* and lexical binding.
10985 (byte-compile-let*): Remove.
10986 (byte-compile-catch, byte-compile-unwind-protect)
10987 (byte-compile-track-mouse, byte-compile-condition-case):
10988 Handle a new :fun-body form, used for lexical scoping.
10989 (byte-compile-save-window-excursion)
10990 (byte-compile-with-output-to-temp-buffer): Remove.
10991 (byte-compile-defun): Simplify.
10992 (byte-compile-stack-adjustment): New fun.
10993 (byte-compile-out): Use it.
10994 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
10995
10996 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
10997 handler any more.
10998
10999 * emacs-lisp/byte-opt.el: Use lexical binding.
11000 (byte-inline-lapcode): Remove (to bytecomp).
11001 (byte-compile-inline-expand): Pay attention to inlining to/from
11002 lexically bound code.
11003 (byte-compile-unfold-lambda): Don't handle byte-code-functions
11004 any more.
11005 (byte-optimize-form-code-walker): Don't handle save-window-excursion
11006 any more and don't call compiler-macros.
11007 (byte-compile-splice-in-already-compiled-code): Remove.
11008 (byte-code): Don't inline any more.
11009 (disassemble-offset): Receive `bytes' as argument rather than via
11010 dynamic scoping.
11011 (byte-compile-tag-number): Declare before first use.
11012 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
11013 `return' even if make-spliceable.
11014 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
11015 obsolete interactive-p.
11016 (byte-optimize-lapcode): Optimize new lap-codes.
11017 Don't trip up on new form of `byte-constant' lap code.
11018
11019 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
11020
11021 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
11022
11023 * custom.el (custom-initialize-default, custom-declare-variable):
11024 Use `defvar'.
11025
11026 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
11027 New variables.
11028 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
11029 (COMPILE_FIRST): Add macroexp and cconv.
11030 * makefile.w32-in: Mirror changes in Makefile.in.
11031
11032 * vc/cvs-status.el:
11033 * vc/diff-mode.el:
11034 * vc/log-edit.el:
11035 * vc/log-view.el:
11036 * vc/smerge-mode.el:
11037 * textmodes/bibtex-style.el:
11038 * textmodes/css.el:
11039 * startup.el:
11040 * uniquify.el:
da91b5f2
CY
11041 * minibuffer.el:
11042 * newcomment.el:
11043 * reveal.el:
11044 * server.el:
11045 * mpc.el:
11046 * emacs-lisp/smie.el:
11047 * doc-view.el:
11048 * dired.el:
03408648
SM
11049 * abbrev.el: Use lexical binding.
11050
0f0c1f27
EZ
110512011-04-01 Eli Zaretskii <eliz@gnu.org>
11052
11053 * info.el (info-display-manual): New function.
11054
c82b2579
SM
110552011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
11056
11057 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
11058
221ddf68
TH
110592011-03-31 Tassilo Horn <tassilo@member.fsf.org>
11060
11061 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 11062 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 11063
cba6e77e
GM
110642011-03-31 Glenn Morris <rgm@gnu.org>
11065
e040639f
GM
11066 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
11067
cba6e77e
GM
11068 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
11069
6d0f1c9e
CS
110702011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
11071
11072 * progmodes/python.el (python-default-interpreter)
11073 (python-python-command-args, python-jython-command-args)
11074 (python-which-shell, python-which-args, python-which-bufname)
11075 (python-file-queue, python-comint-output-filter-function)
11076 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
11077 variables and functions.
11078
3e2d70fd
SM
110792011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
11080
11081 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
11082 (completion-in-region-mode): New minor mode.
11083 (completion-in-region): Use it.
11084 (completion-in-region--data, completion-in-region-mode-map): New vars.
11085 (completion-in-region--postch): New function.
11086 (completion--capf-misbehave-funs, completion--capf-safe-funs):
11087 New vars.
11088 (completion--capf-wrapper): New function.
11089 (completion-at-point): Use it to track well-behavedness of
11090 hook functions.
11091 (completion-help-at-point): New command.
11092
f3e4086c
JM
110932011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
11094
11095 * vc/add-log.el (add-change-log-entry): Don't use whitespace
11096 syntax class to search for whitespace on a single line
11097 (Message-ID: <4D938140.4030905@redhat.com>).
11098
eb7ffc14
LL
110992011-03-30 Leo Liu <sdl.web@gmail.com>
11100
11101 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
11102 New commands.
11103 (edit-abbrevs-map): Bind them here.
11104 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
11105
d806ab68
KM
111062011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
11107
11108 * allout.el (allout-hide-by-annotation, allout-flag-region):
11109 Reduce possibility of overlay leakage by making them volatile.
11110
11111 * allout-widgets.el (allout-widgets-tally): Define as nil so the
11112 hash is not shared between buffers. Mode initialization is
11113 responsible for giving it a useful starting value.
11114 (allout-item-span): Reduce possibility of overlay leakage by
11115 making them volatile.
11116 (allout-widgets-count-buttons-in-region): Add diagnostic function
11117 for tracking down button overlay leaks.
11118
ea622834
LL
111192011-03-29 Leo Liu <sdl.web@gmail.com>
11120
11121 * ido.el (ido-read-internal): Use the default history var
11122 minibuffer-history if no HISTORY is specified.
11123
b62f8267
G
111242011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
11125
03408648
SM
11126 * net/imap.el (imap-shell-open, imap-process-connection-type):
11127 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
11128 Kerberos, SSL, other subprocesses.
11129
947b6566
LL
111302011-03-28 Leo Liu <sdl.web@gmail.com>
11131
11132 * abbrev.el (abbrev-table-empty-p): New function.
11133 (prepare-abbrev-list-buffer): Place empty abbrev tables after
11134 nonempty ones. (Bug#5937)
11135
5ffb62aa
JD
111362011-03-27 Jan Djärv <jan.h.d@swipnet.se>
11137
11138 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
11139
7a097943
LL
111402011-03-27 Leo Liu <sdl.web@gmail.com>
11141
11142 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
11143 for foreground and background colors.
11144 (ansi-color-make-color-map): Adapt.
11145
c5b40130
LL
111462011-03-25 Leo Liu <sdl.web@gmail.com>
11147
1f48f7d2
LL
11148 * midnight.el (midnight-time-float): Remove. Note it calculates
11149 the microsecond component incorrectly and seconds-to-time does the
11150 same job.
625897ec 11151 Remove redundant (require 'timer).
1f48f7d2 11152
c5b40130
LL
11153 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
11154 (ido-completions): Remove unused arguments. (Bug#8329)
11155
d86d2721
SM
111562011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11157
11158 * minibuffer.el (completion--flush-all-sorted-completions):
11159 Remove itself from hook.
11160 (completion-at-point): Let the functions perform the completion
11161 immediately and return nil or t.
11162 * comint.el (comint-dynamic-complete-functions): Now identical to
11163 completion-at-point-functions.
11164 (comint-dynamic-list-input-ring): Remove unused var `index'.
11165 (comint--match-partial-filename, comint--unquote&expand-filename):
11166 New funs, split from comint-match-partial-filename.
11167 (comint-dynamic-complete): Use completion-at-point.
11168 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
11169
e8974c48
DA
111702011-03-24 Drew Adams <drew.adams@oracle.com>
11171
11172 * thingatpt.el: Support `defun'.
11173
def71b5e
LL
111742011-03-23 Leo Liu <sdl.web@gmail.com>
11175
cb5af48e
LL
11176 * abbrevlist.el: Move to obsolete/abbrevlist.el.
11177
def71b5e
LL
11178 * help-mode.el (help-mode-finish): Tweak regexp.
11179
927c53e7
GM
111802011-03-23 Glenn Morris <rgm@gnu.org>
11181
18d05bed
GM
11182 * eshell/esh-opt.el (eshell-eval-using-options):
11183 Do not bind unused local variable `eshell-option-stub'.
11184
927c53e7
GM
11185 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
11186
9d0da923
JB
111872011-03-22 Juanma Barranquero <lekktu@gmail.com>
11188
11189 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
11190 keymap variable in `with-no-warnings' to avoid a warning when the
11191 keymap has been already `defconst'ed.
11192
4b978a67
LL
111932011-03-22 Leo Liu <sdl.web@gmail.com>
11194
11195 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
11196 encode all chars in abbrevs; otherwise use emacs-mule or
11197 utf-8-emacs. (Bug#8308)
11198
5fd62452
JB
111992011-03-22 Juanma Barranquero <lekktu@gmail.com>
11200
0b1596c6
JB
11201 * simple.el (backward-delete-char-untabify):
11202 Avoid warning about using `delete-backward-char'.
11203
5fd62452
JB
11204 * image.el (image-type-file-name-regexps): Make it variable.
11205 `imagemagick-register-types' modifies it, and the user may want
11206 to add new extensions for known image types.
11207 (imagemagick-register-types): Throw error if not using ImageMagick.
11208
0b4e93f1
LL
112092011-03-22 Leo Liu <sdl.web@gmail.com>
11210
11211 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
11212 located before rcirc-prompt-end-marker.
11213 (rcirc-complete): Error if point is not after rcirc prompt.
11214 Handle the case when table is nil.
9882e214 11215 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 11216
fccee4ab
CY
112172011-03-22 Chong Yidong <cyd@stupidchicken.com>
11218
11219 * custom.el (custom--inhibit-theme-enable): Make it affect only
11220 custom-theme-set-variables and custom-theme-set-faces.
11221 (provide-theme): Ignore custom--inhibit-theme-enable.
11222 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
11223 (custom-enabling-themes): Delete variable.
d86d2721
SM
11224 (enable-theme): Accept only loaded themes as arguments.
11225 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
11226 (custom-enabled-themes): Forbid themes from setting this.
11227 Eliminate use of custom-enabling-themes.
11228 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 11229
af896da6
LL
112302011-03-21 Leo Liu <sdl.web@gmail.com>
11231
11232 * ido.el (ido-read-internal): Add ido-selected to history instead
11233 of user input.
11234
78f64af0
SM
112352011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
11236
11237 * subr.el (deferred-action-list, deferred-action-function):
11238 Mark obsolete.
11239
b16ac1ec
LL
112402011-03-21 Leo Liu <sdl.web@gmail.com>
11241
810f7698
LL
11242 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
11243 change on 2011-02-13 (bug#8309).
11244
b16ac1ec
LL
11245 * minibuffer.el (read-file-name-function): Change default value.
11246 (read-file-name--defaults): Rename from read-file-name-defaults.
11247 (read-file-name-default): Rename from read-file-name.
11248 (read-file-name): Call read-file-name-function.
11249
4e05e67e
GM
112502011-03-21 Glenn Morris <rgm@gnu.org>
11251
11252 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
11253 Doc fixes.
11254
4359915b
CY
112552011-03-21 Chong Yidong <cyd@stupidchicken.com>
11256
11257 * cus-theme.el: Add missing provide statement.
11258 (customize-create-theme): Extract theme value correctly.
11259 (custom-theme-visit-theme): Autoload.
11260 (customize-create-theme): Prompt before inserting default faces.
11261
1fe275ee
JB
112622011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
11263
11264 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
11265 units and musical notes.
11266
cd394be1 112672011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
11268
11269 * ido.el (ido-read-internal): Use completing-read-default.
11270 (ido-completing-read): Fix compatibility with completing-read.
11271
7d476bde
CO
112722011-03-20 Christian Ohler <ohler@gnu.org>
11273
11274 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
11275 (ert-delete-all-tests): Use `called-interactively-p' rather than
11276 `interactive-p'.
11277 (ert--make-xrefs-region): Respect END.
11278
fe0fb33e
CY
112792011-03-19 Chong Yidong <cyd@stupidchicken.com>
11280
ff854b0b
CY
11281 * dired-aux.el (dired-create-directory): Signal an error if the
11282 directory already exists (Bug#8246).
11283
fe0fb33e
CY
11284 * facemenu.el (list-colors-display): Call list-faces-display
11285 inside with-help-window.
11286 (list-colors-print): Use display property to align the final
11287 column, instead of checking window-width.
11288
576bce32
EZ
112892011-03-19 Eli Zaretskii <eliz@gnu.org>
11290
4d61f28d 11291 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
11292 windows-nt systems.
11293 (emerge-protect-metachars): Quote correctly for ms-dos and
11294 windows-nt systems.
11295
89c41d68 112962011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
11297
11298 * info.el (info-initialize): Replace all uses of `:' with
11299 path-separator for compatibility with non-Unix systems.
11300 Cache quoting of path-separator. (Bug#8258)
11301
b14e3e21 113022011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
11303
11304 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
11305 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
11306 (mouse-avoidance-mode): Fix typos in docstrings.
11307
4525ce3e
CY
113082011-03-19 Chong Yidong <cyd@stupidchicken.com>
11309
11310 * startup.el (package-subdirectory-regexp): Move from package.el.
11311 Omit \\` and \\', and let callers add them.
11312
11313 * emacs-lisp/package.el (package-strip-version)
11314 (package-load-all-descriptors): Add \\` and \\' to
11315 package-subdirectory-regexp before using it.
11316 (package-untar-buffer): New arg DIR; ensure that file untars only
11317 into this expected directory. Remove superfluous delete-region.
11318 (package-unpack): Caller changed.
11319 (package-tar-file-info): Use package-subdirectory-regexp.
11320
a904a09a 113212011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 11322
a904a09a
SM
11323 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
11324 diff-mode-shared-map (bug#8284).
11325 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
11326
113272011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11328
11329 * calendar/time-date.el (format-seconds): Use assoc instead of
11330 assoc-string, since assoc-string doesn't exist in XEmacs.
11331
171fc304
JB
113322011-03-17 Juanma Barranquero <lekktu@gmail.com>
11333
11334 * custom.el (custom-known-themes): Reflow docstring.
11335 (custom-theme-load-path): Fix typo in docstring.
11336 (load-theme): Fix typo in error message.
11337 (custom-available-themes, custom-variable-theme-value):
11338 Use `let', not `let*'.
11339
d71990a1
JB
113402011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
11341
11342 * calc/README: Mention inclusion of musical notes.
11343
11344 * calc/calc-units.el (calc-lu-quant): Rename from
11345 `calc-logunits-quantity'.
11346 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
11347 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
11348 (calc-db): Rename from `calc-dblevel'.
11349 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
11350 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
11351 (calc-np): Rename from `calc-nplevel'.
11352 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
11353 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
11354 (calc-lu-plus): Rename from `calc-logunits-add'.
11355 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
11356 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
11357 (calc-lu-minus): Rename from `calc-logunits-sub'.
11358 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
11359 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
11360 (calc-lu-times): Rename from `calc-logunits-mul'.
11361 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
11362 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
11363 (calc-lu-divide): Rename from `calc-logunits-div'.
11364 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
11365 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
11366
11367 * calc/calc-ext.el (calc-init-extensions): Update the names of the
11368 functions being autoloaded.
11369
11370 * calc/calc.el (calc-lu-power-reference): Rename from
11371 `calc-logunits-power-reference'.
11372 (calc-lu-field-reference): Rename from
11373 `calc-logunits-field-reference'.
11374
7a71b18d
GM
11375 * calc/calc-help.el (calc-l-prefix-help):
11376 Mention musical note functions.
d71990a1 11377
40c2934b
SM
113782011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
11379
11380 * minibuffer.el (completion-all-sorted-completions):
11381 Use :completion-cycle-penalty text property if present.
11382
b0911414
KM
113832011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
11384
11385 * allout.el (allout-yank-processing): Adjust for new rebulleting
11386 regime so bullet being yanked is used without prompting the user
11387 for a choice.
11388
8a05b668
JB
113892011-03-16 Juanma Barranquero <lekktu@gmail.com>
11390
11391 * startup.el (command-line): Warn the user that _emacs is deprecated.
11392
5ba5fb81
JB
113932011-03-16 Juanma Barranquero <lekktu@gmail.com>
11394
11395 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
11396 (delphi-verbose, delphi-comment-face, delphi-string-face)
11397 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
11398 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
11399 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
11400 (delphi-new-comment-line, delphi-font-lock-defaults)
11401 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
11402 Fix typos in docstrings.
11403
2dab465b
KM
114042011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
11405
5ba5fb81 11406 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
11407 Invert the roles of character and string values for INSTEAD, so a
11408 string is used for the more common case of a defaulting prompt.
11409
0adf5618
SM
114102011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11411
11412 * progmodes/ruby-mode.el (ruby-backward-sexp):
11413 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
11414 * play/gamegrid.el (gamegrid-make-face):
11415 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
11416 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
11417 * notifications.el (notifications-notify):
11418 * net/xesam.el (xesam-search-engines):
11419 * net/quickurl.el (quickurl-list-insert):
11420 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
11421
d72700e5
CY
114222011-03-15 Chong Yidong <cyd@stupidchicken.com>
11423
11424 * startup.el (command-line): Update package subdirectory regexp.
11425
49c5410a
SM
114262011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11427
c6eee9aa
SM
11428 * allout.el (allout-abbreviate-flattened-numbering)
11429 (allout-mode-deactivate-hook): Fix up obsolescence "date".
11430
49c5410a
SM
11431 * subr.el (read-char-choice): Only show the cursor after the prompt,
11432 not after the answer.
11433
047b2bb9
KR
114342011-03-15 Kevin Ryde <user42@zip.com.au>
11435
11436 * help-fns.el (variable-at-point): Skip leading quotes, if any
11437 (bug#8253).
11438
0a57d256
SM
114392011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11440
11441 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
11442 warning message.
11443
77c992bc
MA
114442011-03-14 Michael Albinus <michael.albinus@gmx.de>
11445
11446 * shell.el (shell): When called interactively, offer to change the
11447 shell file name on remote hosts.
11448
eebc475d
TZ
114492011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
11450
11451 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
11452 integration for LDAP parameters. The host, base, user or binddn,
11453 and secret tokens can be specified in a netrc file, for instance.
11454 This is optional because an `auth-source' parameter must be
11455 specified in the search attributes.
11456
9d05d1ba
JB
114572011-03-13 Juanma Barranquero <lekktu@gmail.com>
11458
11459 * help.el (describe-mode): Link to the mode's definition (bug#8185).
11460
09d9db2c
GM
114612011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11462
11463 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
11464 into declaration. Remove redundant and harmful binding.
11465
114662011-03-12 Eli Zaretskii <eliz@gnu.org>
11467
11468 * files.el (file-ownership-preserved-p): Pass `integer' as an
11469 explicit 2nd argument to `file-attributes'. If the file's owner
11470 is the Administrators group on Windows, and the current user is
11471 Administrator, consider that a match.
11472
11473 * server.el (server-ensure-safe-dir): Consider server directory
11474 safe on MS-Windows if its owner is the Administrators group while
11475 the current Emacs user is Administrator. Use `=' to compare
11476 numerical UIDs, since they could be integers or floats.
11477
219bd536
JB
114782011-03-12 Juanma Barranquero <lekktu@gmail.com>
11479
11480 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
11481
f3afd36b
MA
114822011-03-12 Michael Albinus <michael.albinus@gmx.de>
11483
11484 Sync with Tramp 2.2.1.
11485
11486 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
11487
11488 * net/trampver.el: Update release number.
11489
3aaaa6f1
SM
114902011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11491
94642599
SM
11492 * progmodes/compile.el (compilation--previous-directory): Fix up
11493 various nil/dead-marker mismatches (bug#8014).
11494 (compilation-directory-properties, compilation-error-properties):
11495 Don't call it at a position past the one we're about to change.
11496
3aaaa6f1
SM
11497 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
11498 Disable obsolescence warnings in the file that declares it.
11499
14239447
KM
115002011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
11501
099c39a4
JB
11502 * allout-widgets.el (allout-widgets-tally):
11503 Initialize allout-widgets-tally as a hash table rather than nil to
11504 prevent mode-line redisplay warnings. Also, clarify the module
11505 description and fix a comment typo.
14239447 11506
135e287c
JB
115072011-03-11 Juanma Barranquero <lekktu@gmail.com>
11508
11509 * help-fns.el (describe-variable): Don't complete keywords.
11510 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
11511
ffbf300e
CY
115122011-03-10 Chong Yidong <cyd@stupidchicken.com>
11513
ba08b241
CY
11514 * emacs-lisp/package.el (package-version-join): Impose a standard
11515 string representation for pre/alpha/beta version lists.
11516 (package-unpack-single): Standardize the directory name by passing
11517 it through package-version-join.
11518 (package-strip-rcs-id): Accept any version string that does not
11519 signal an error in version-to-list.
ffbf300e 11520
f346fd6b
MA
115212011-03-10 Michael Albinus <michael.albinus@gmx.de>
11522
11523 * simple.el (delete-trailing-whitespace): Return nil for the
11524 benefit of `write-file-functions'.
11525
ccb55d27
GM
115262011-03-10 Glenn Morris <rgm@gnu.org>
11527
5ceaac0c
GM
11528 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
11529
02da65ff
GM
11530 * vc/vc-git.el (vc-git-program): New option.
11531 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
11532 (vc-git--call): Use it.
11533
b2f603cc
GM
11534 * eshell/esh-util.el (eshell-condition-case): Doc fix.
11535
5772caab
GM
11536 * cus-edit.el (Custom-newline): If no button at point, look
11537 for a subgroup button at start-of-line. (Bug#2298)
11538
ccb55d27
GM
11539 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
11540
ec6ecaed
JD
115412011-03-10 Julien Danjou <julien@danjou.info>
11542
11543 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
11544 `cursor-type' is nil.
11545
9d5aa01d
JB
115462011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
11547
11548 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
11549
b6a5875b
KM
115502011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
11551
7a71b18d 11552 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
11553 preserves the existing header prefix, rebulleting it if necessary,
11554 rather than replacing it. This is necessary for proper operation
11555 of cooperative addons like allout-widgets.
1154d12e
JB
11556 (allout-make-topic-prefix, allout-rebullet-heading):
11557 Change SOLICIT arg to INSTEAD, and interpret additionally a string
11558 value as alternate bullet to be used, instead of prompting the user
11559 for a bullet character.
b6a5875b 11560
ee545c35
MA
115612011-03-09 Michael Albinus <michael.albinus@gmx.de>
11562
d86d2721
SM
11563 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11564 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
11565 `tramp-default-port'.
11566
c47971d7
DD
115672011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
11568
11569 * net/rcirc.el (rcirc-handler-001): Remove useless
11570 with-rcirc-process-buffer.
11571 (rcirc-check-auth-status): Swap arguments to string-match.
11572
13522cb4
GM
115732011-03-09 Glenn Morris <rgm@gnu.org>
11574
0be6f4f1
GM
11575 * shell.el (shell-mode):
11576 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
11577
13522cb4
GM
11578 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
11579 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
11580
515de2e3
CY
115812011-03-08 Chong Yidong <cyd@stupidchicken.com>
11582
11583 * emacs-lisp/package.el (package-refresh-contents)
11584 (package-menu-execute): Use condition-case-no-debug.
11585
b511b994
MA
115862011-03-08 Michael Albinus <michael.albinus@gmx.de>
11587
11588 * simple.el (shell-command-to-string): Use `process-file'.
11589
11590 * emacs-lisp/package.el (package-tar-file-info): Handle also
11591 remote files.
11592
d86d2721
SM
11593 * emacs-lisp/package-x.el (package-upload-buffer-internal):
11594 Use `equal' for upload base check.
b511b994 11595
25bbfb31
AM
115962011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
11597
11598 * textmodes/texinfo.el (texinfo-environments):
11599 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
11600
be996521
GM
116012011-03-08 Glenn Morris <rgm@gnu.org>
11602
e9c8529f
GM
11603 * cus-start.el (cursor-in-non-selected-windows):
11604 Fix :set quoting oddness. (Bug#8192)
11605
be996521
GM
11606 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
11607 in some setf expressions. (Bug#2159)
11608
2bb5649e
CY
116092011-03-08 Chong Yidong <cyd@stupidchicken.com>
11610
11611 * custom.el (custom-available-themes): Return themes in
11612 alphabetical order.
11613
33383987 11614See ChangeLog.15 for earlier changes.
e3d51b27
MR
11615
11616;; Local Variables:
11617;; coding: utf-8
e3d51b27
MR
11618;; End:
11619
acaf905b 11620 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
11621
11622 This file is part of GNU Emacs.
11623
11624 GNU Emacs is free software: you can redistribute it and/or modify
11625 it under the terms of the GNU General Public License as published by
11626 the Free Software Foundation, either version 3 of the License, or
11627 (at your option) any later version.
11628
11629 GNU Emacs is distributed in the hope that it will be useful,
11630 but WITHOUT ANY WARRANTY; without even the implied warranty of
11631 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11632 GNU General Public License for more details.
11633
11634 You should have received a copy of the GNU General Public License
11635 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.