eval-after-load fix for bug#10946
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
c7e73d51
GM
12012-03-16 Glenn Morris <rgm@gnu.org>
2
0835f01e
GM
3 * subr.el (eval-after-load): If named feature is provided not from
4 a file, run after-load forms. (Bug#10946)
5
c7e73d51
GM
6 * calendar/calendar.el (calendar-insert-at-column):
7 Handle non-unit-width characters a bit better. (Bug#10978)
8
3f2eafd1
CY
92012-03-15 Chong Yidong <cyd@gnu.org>
10
11 * emacs-lisp/ring.el (ring-extend): New function.
12 (ring-insert+extend): Extend the ring correctly (Bug#11019).
13
14 * comint.el (comint-read-input-ring)
15 (comint-add-to-input-history): Grow comint-input-ring lazily.
16
103af3fe
SM
172012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
18
663b1677
SM
19 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
20 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
21
103af3fe
SM
22 * imenu.el: Fix multiple inheritance breakage (bug#9199).
23 (imenu-add-to-menubar): Don't add a redundant index.
24 (imenu-update-menubar): Handle a dynamically composed keymap.
25
899cb7cb
KY
262012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
27
28 * mail/sendmail.el (mail-encode-header):
29 Bind rfc2047-encode-encoded-words to nil.
30
3809f91d
GM
312012-03-13 Glenn Morris <rgm@gnu.org>
32
33 * calendar/calendar.el (calendar-string-spread):
34 Handle non-unit-width characters a bit better. (Bug#10978)
35
9e345a01
LL
362012-03-13 Leo Liu <sdl.web@gmail.com>
37
38 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
39 directory and file as argument (Bug#10822).
40
4a07df36
KS
412012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
42
43 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
44 For dynamically generated code, follow $PC.
45 (gdb-disassembly-handler-custom): Handle no function name case.
46
4aaa9356
TL
472012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
48
49 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
50 * emulation/ws-mode.el (ws-query-replace):
51 * sort.el (sort-regexp-fields):
52 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
53
225979da
SM
542012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
55
56 * dabbrev.el: Fix cycle completion order (bug#10963).
57 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
58 (dabbrev-completion): Don't use an obarray; provide
59 a cycle-sort-function.
60
e2f1fdab
LL
612012-03-12 Leo Liu <sdl.web@gmail.com>
62
63 * simple.el (kill-new): Use equal-including-properties for
64 comparison.
65 (kill-do-not-save-duplicates): Doc fix.
66
b19490ed
SM
672012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
68
69 * dabbrev.el: Fix cycle completion (bug#10963).
70 Use lexical binding and wrap to 80 columns.
71 (dabbrev-completion): Delay computing the list of completions.
72
4b05d722
KH
732012-03-12 Kenichi Handa <handa@m17n.org>
74
75 * international/quail.el (quail-insert-kbd-layout): Surround each
76 row by LRO and PDF instead of inserting many LRMs. Pad the left
77 and right of each non-spacing marks. Insert invisible space
78 between lower and upper characters to prevent composition.
79
dbbc2e69
SM
802012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
81
82 * minibuffer.el (minibuffer-complete): Don't get confused when the
83 function is run twice via different commands (bug#10958).
84 (complete-with-action): Fix docstring.
85
292112ed
CY
862012-03-12 Chong Yidong <cyd@gnu.org>
87
5d1ac394
CY
88 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
89 (nxml-completion-at-point-function): New function.
90 (nxml-mode): Use it.
91 (nxml-bind-meta-tab-to-complete-flag): Default to t.
92
292112ed
CY
93 * emacs-lisp/package.el (package-unpack, package-unpack-single):
94 Load generated autoloads file before byte compiling (Bug#10970).
95 (package--make-autoloads-and-compile): New helper fun.
96
4098f8f7
CS
972012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
98
99 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
100
8f754691
MA
1012012-03-11 Michael Albinus <michael.albinus@gmx.de>
102
103 * autorevert.el (auto-revert-handler): Ensure, that
104 file-readable-p is applied only for local files or in
105 auto-revert-tail-mode.
106
e29ab36b
AS
1072012-03-11 Andreas Schwab <schwab@linux-m68k.org>
108
dbbc2e69
SM
109 * server.el (server-eval-at): Handle non-tcp connections.
110 Decode result string.
ad0bf5b6 111
e29ab36b
AS
112 * server.el (server-msg-size): New constant.
113 (server-reply-print): New function.
114 (server-eval-and-print): Use it.
115 (server-eval-at): Use server-quote-arg and server-unquote-arg.
116 Handle -print-nonl.
117
de5939ba
CS
1182012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
119
120 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
121 (Bug#10987).
122
0c93eabf
CY
1232012-03-11 Chong Yidong <cyd@gnu.org>
124
397a688f
CY
125 * simple.el (goto-line): Doc fix (Bug#9938).
126
2cc775f9
CY
127 * subr.el (save-window-excursion): Doc fix (Bug#9979).
128
0c93eabf
CY
129 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
130 when finished (Bug#10963).
131
c491fa41
MR
1322012-03-11 Martin Rudalics <rudalics@gmx.at>
133
134 * window.el (split-window-below): Fix bug in case where
135 split-window-keep-point is nil (Bug#10971).
136
300e8fa5
JL
1372012-03-11 Juri Linkov <juri@jurta.org>
138
139 * replace.el (replace-highlight): Set isearch-word to nil
140 unconditionally. (Bug#10887)
141
dbf6c5a1
EZ
1422012-03-10 Eli Zaretskii <eliz@gnu.org>
143
144 * net/mairix.el (mairix-replace-invalid-chars): Rename from
145 mairix-replace-illegal-chars; all callers changed. Don't remove
146 ^, ~, and = characters: they are meaningful in mairix search
147 specs.
148 (mairix-widget-create-query): Add usage information about mairix
149 search forms: negating words, searching for substrings, etc.
150
b9e501de
JP
1512012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
152
153 * international/fontset.el (font-encoding-alist): Add an entry for
154 ksx1001 (Bug#5667).
155
92795c91
RS
1562012-03-10 Richard Stallman <rms@gnu.org>
157
1694e6c1
RS
158 * mail/sendmail.el (mail-encode-header):
159 Set rfc2047-encode-encoded-words.
160
607e8555
RS
161 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
162
de3bc99a
RS
163 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
164 view buffer means not swapped.
165 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
166 (rmail-write-region-annotate): Error if real text has disappeared.
167
92795c91
RS
168 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
169
699bd04e
CY
1702012-03-10 Chong Yidong <cyd@gnu.org>
171
172 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
173 * emulation/cua-base.el (cua--init-keymaps):
174 Add delete-forward-char to remappings (Bug#9666).
699bd04e 175
570a1714
MR
1762012-03-10 Martin Rudalics <rudalics@gmx.at>
177
dbbc2e69
SM
178 * speedbar.el (speedbar-unhighlight-one-tag-line):
179 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 180
82dcf4e4
CY
1812012-03-10 Chong Yidong <cyd@gnu.org>
182
7a2c7ca7
CY
183 * minibuffer.el (completion-in-region, completion-help-at-point):
184 Give the completion field overlay a high priority (Bug#6830).
185
82dcf4e4
CY
186 * dired.el (dired-goto-file): Recognize absolute file name
187 listings (Bug#7126).
188 (dired-goto-file-1): New helper function.
189 (dired-toggle-read-only): Inhibit warnings.
190
052e28ac
MA
1912012-03-09 Michael Albinus <michael.albinus@gmx.de>
192
193 * net/dbus.el: (dbus-property-handler): Return empty array if
194 there are no properties.
195
95d5e396
LL
1962012-03-09 Leo Liu <sdl.web@gmail.com>
197
198 * savehist.el (savehist-printable): Stricter check for string
199 value (Bug#10937).
200
3f018d6d
EZ
2012012-03-09 Eli Zaretskii <eliz@gnu.org>
202
dbbc2e69
SM
203 * mail/smtpmail.el (smtpmail-send-it):
204 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
205 valid mbox format.
206
f7fd3d79
GM
2072012-03-09 Glenn Morris <rgm@gnu.org>
208
209 * files.el (dir-locals-find-file):
210 Don't check result is regular, readable.
211 (dir-locals-read-from-file): Demote errors.
212
6ff6e72f
EZ
2132012-03-08 Eli Zaretskii <eliz@gnu.org>
214
dbbc2e69
SM
215 * international/quail.el (quail-insert-kbd-layout):
216 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
217 layout cell, to prevent their reordering by bidi display engine.
218 For details, see the discussion in
219 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
220
9cec7834
AM
2212012-03-08 Alan Mackenzie <acm@muc.de>
222
223 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
224 the starting position; make it extend the marked region when
225 invoked repeatedly - all under appropriate circumstances.
226 Fixes bugs #5525, #10906.
227
9a40b8d4
GM
2282012-03-08 Glenn Morris <rgm@gnu.org>
229
230 * files.el (locate-dominating-file, dir-locals-find-file):
231 Undo 2012-03-06 change.
232
7a08ed35
EZ
2332012-03-07 Eli Zaretskii <eliz@gnu.org>
234
dbbc2e69
SM
235 * international/quail.el (quail-help):
236 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
237 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
238 for the reason.
239
5aca4f71 2402012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
241
242 Avoid superfluous registering of signals. (Bug#10807)
243
244 * notifications.el (notifications-on-action-object)
245 (notifications-on-close-object): New defvars.
246 (notifications-on-action-signal, notifications-on-closed-signal):
247 Unregister the signal if not needed any longer.
248 (notifications-notify): Register `notifications-action-signal' or
249 `notifications-closed-signal', if :on-action or :on-close has been
250 passed as argument.
251
78e8b10a
CY
2522012-03-07 Chong Yidong <cyd@gnu.org>
253
254 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
255 non-X platforms.
256
69481eb8
GM
2572012-03-06 Glenn Morris <rgm@gnu.org>
258
259 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
260 (x-disown-selection-internal, x-get-selection-internal):
261 Doc fix (add arglist signatures). (Bug#10783)
262
133b8e11
KS
2632012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
264
265 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
266 Handle breakpoints with no "type".
267
99a83064
GM
2682012-03-06 Glenn Morris <rgm@gnu.org>
269
270 * files.el (locate-dominating-file): Add optional predicate argument.
271 (dir-locals-find-file): Make use of above change.
272
17798e78
TTN
2732012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
274
275 * info.el (Info-insert-dir): Also try "dir.gz".
276
eb182446
GM
2772012-03-06 Glenn Morris <rgm@gnu.org>
278
8f2114ee
GM
279 * files.el (dir-locals-find-file):
280 Ignore non-readable or non-regular files. (Bug#10928)
281
eb182446
GM
282 * files.el (locate-dominating-file): Doc fix.
283
24679323
AS
2842012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
285
286 * calendar/calendar.el (calendar-set-mode-line):
287 `getenv' returns a string. (Bug#10951)
288
01d972a9
LL
2892012-03-05 Leo Liu <sdl.web@gmail.com>
290
109aa8a9
LL
291 * simple.el (backward-delete-char-untabify): Constrain point to
292 field (Bug#10939).
293
01d972a9
LL
294 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
295
10607bea
CY
2962012-03-05 Chong Yidong <cyd@gnu.org>
297
298 * simple.el (count-words): If called from Lisp, return the word
299 count, for symmetry with `count-lines'. Arglist changed.
300 (count-words--message): Args changed. Consolidate counting code
301 from count-words and count-words-region.
302 (count-words-region): Caller changed.
303 (count-lines-region): Make it an obsolete alias.
304
5dd11cfe
TH
3052012-03-04 Tassilo Horn <tassilo@member.fsf.org>
306
307 * saveplace.el (save-place-to-alist)
308 (save-place-ignore-files-regexp): Allow value nil to disable this
309 feature.
310
c349f4e6
CY
3112012-03-04 Chong Yidong <cyd@gnu.org>
312
313 * faces.el (face-spec-reset-face): For the default face, reset the
314 attributes to default values (Bug#10748).
315
e627be4c
LMI
3162012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
317
318 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
319 previous patch: Check `message-send-mail-function', and not the
320 default function (bug#10897).
321
ebeabff4
MA
3222012-03-04 Michael Albinus <michael.albinus@gmx.de>
323
a41a6cf4
MA
324 * notifications.el (notifications-on-action-signal)
325 (notifications-on-closed-signal): Check for unique service name of
326 incoming event. Fix error in removing entry.
ebeabff4 327 (top): Register for signals with wildcard service name.
a41a6cf4 328 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 329
c1ca42b4
CY
3302012-03-04 Chong Yidong <cyd@gnu.org>
331
332 * cus-start.el: Make x-select-enable-clipboard-manager
333 customizable.
334
ea16568d
GM
3352012-03-04 Glenn Morris <rgm@gnu.org>
336
337 * abbrev.el (copy-abbrev-table, abbrev-table-p)
338 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
339 (expand-abbrev, define-abbrev-table): Doc fixes.
340
fbae4637
LMI
3412012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
342
343 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
344 `message-default-send-mail-function' and not `send-mail-function'
345 when doing the prompting for `sendmail-query-once' before sending
346 in Message buffers (bug#10897).
347
a1e7225c
LMI
348 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
349 This is inconsistent with all the other stream functions, which leave
350 the setting up to the higher levels (if so wanted) (bug#10931).
351
56d093a9
AM
3522012-03-02 Alan Mackenzie <acm@muc.de>
353
354 Depessimize the handling of very large macros.
355
356 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
357 (c-macro-cache-syntactic): New variables to implement a one
358 element macro cache.
359 (c-invalidate-macro-cache): New function.
360 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
361 Adapt to use the new cache.
362 (c-state-safe-place): Use better the cache of safe positions.
363 (c-state-semi-nonlit-pos-cache)
364 (c-state-semi-nonlit-pos-cache-limit):
365 New variables for...
366 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
367 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
368 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
369 Use c-state-semi-safe-place.
56d093a9 370
dbbc2e69
SM
371 * progmodes/cc-langs.el (c-get-state-before-change-functions):
372 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 373
817e5c3d
MA
3742012-03-02 Michael Albinus <michael.albinus@gmx.de>
375
dbbc2e69
SM
376 * jka-compr.el (jka-compr-call-process):
377 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
378 not remote.
379
a032a702
MA
3802012-03-01 Michael Albinus <michael.albinus@gmx.de>
381
382 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
383 access of FILE2, if FILE1 does not exist.
384
99a54f21
MA
385 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
386 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
387
388 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
389 Add "PAGER=" to `process-environment'.
390
f6561e1f
MM
3912012-03-01 Michael R. Mauger <mmaug@yahoo.com>
392
393 * progmodes/sql.el: Bug fix
394 (sql-get-login-ext): Save login values in globals.
395 (sql-get-login): Use new version of `sql-get-login-ext'.
396 (sql-interactive-mode): Set global `sql-connection' to nil.
397 (sql-connect): Set global values for connection.
398 (sql-product-interactive): Save global values as buffer local.
399
2d44d9cc
LL
4002012-02-29 Leo Liu <sdl.web@gmail.com>
401
402 * abbrev.el (define-abbrevs): Reset sys to nil.
403
96b49301 4042012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
405
bf7f9bc5
JB
406 * files.el (file-equal-p): Rename from `files-equal-p'.
407 Return nil when one or both files don't exist.
96b49301 408 (file-subdir-of-p): Now only top directory must exists,
409 return nil if it doesn't.
bf7f9bc5
JB
410 (copy-directory): No need to test with `file-subdir-of-p' after
411 creating dir.
412 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
413 to `file-equal-p'.
96b49301 414
44e97401
GM
4152012-02-28 Glenn Morris <rgm@gnu.org>
416
417 * shell.el (shell-mode):
418 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
419 * play/landmark.el (landmark-font-lock-face-O):
420 * play/handwrite.el (handwrite):
421 * play/gomoku.el (gomoku-O):
422 * net/browse-url.el (browse-url-browser-display):
423 * international/mule.el (define-charset):
424 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
425 * filesets.el (filesets-find-file-delay):
426 * eshell/em-xtra.el (eshell-xtra):
427 * eshell/em-unix.el (eshell-grep):
428 * emulation/viper.el (viper-mode):
429 * emacs-lisp/regexp-opt.el (regexp-opt-group):
430 * emacs-lisp/easymenu.el (easy-menu-define):
431 * calendar/timeclock.el (timeclock-use-display-time):
432 * bs.el (bs-mode):
433 * bookmark.el (bookmark-save-flag):
434 Doc fix (standardize possessive apostrophe usage).
435
c98c6276
CY
4362012-02-27 Chong Yidong <cyd@gnu.org>
437
bf7f9bc5
JB
438 * emulation/viper-cmd.el (viper-intercept-ESC-key):
439 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 440
c98c6276
CY
441 * font-lock.el (font-lock-specified-p): Rename from
442 font-lock-spec-present. Callers changed.
443
9c62cd04 4442012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 445
bf7f9bc5
JB
446 * emacs-lisp/package.el (package-compute-transaction):
447 Handle holding a package version to t in package-load-list.
8ac9e529 448
530739c9
MA
4492012-02-26 Michael Albinus <michael.albinus@gmx.de>
450
451 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
452 (tramp-get-inode, tramp-get-device): Use cached values.
453
487915d7
AM
4542012-02-26 Alan Mackenzie <acm@muc.de>
455
456 Check there is a font-lock specification before doing initial
457 fontification.
458
459 * font-core.el (font-lock-mode): Move the conditional from
460 :after-hook to font-lock-initial-fontify.
461 (font-lock-default-function): Move the check for a specification
462 to font-lock-spec-present.
463
464 * font-lock.el (font-lock-initial-fontify): call ...
465 (font-lock-spec-present): New function.
466
4fd96557
JB
4672012-02-26 Jim Blandy <jimb@red-bean.com>
468
469 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
470 (gdb-send): Apply it to the operand of the '-interpreter-exec
471 console' command, so that we can pass arguments with (say) quotes
472 in them. Store exact string sent in gdb-debug-log (Bug#10765).
473
9a4888c0
CY
4742012-02-26 Chong Yidong <cyd@gnu.org>
475
07498861
CY
476 * help-fns.el (describe-function-1): Clarify description of
477 remapping (Bug#10844).
478
9a4888c0
CY
479 * files.el (files-equal-p): Doc fix.
480 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
481 and quit the loop once a mismatch is found.
482
ea8fb88d
JB
4832012-02-25 Juanma Barranquero <lekktu@gmail.com>
484
485 * bs.el (bs--show-with-configuration): Don't throw an error
486 if the window cannot be split; otherwise, subsequent calls to
487 bs-show fail, restoring a stale window config. (Bug#10882)
488
525795c1
JD
4892012-02-25 Jan Djärv <jan.h.d@swipnet.se>
490
491 * term/ns-win.el (global-map): Bind ns-drag-file to
492 ns-find-file (Bug#5855, Bug#10050).
493
f008086f
AS
4942012-02-25 Andreas Schwab <schwab@linux-m68k.org>
495
496 * calendar/parse-time.el (parse-time-string): Allow extractor to
497 return nil.
498
a3fcfa99
MA
4992012-02-25 Michael Albinus <michael.albinus@gmx.de>
500
91027d08
JB
501 * net/tramp.el (tramp-file-name-for-operation):
502 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
503
504 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
505 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
506 Add COPY-CONTENTS argument.
a3fcfa99 507
67b0de11
CY
5082012-02-25 Chong Yidong <cyd@gnu.org>
509
510 Add custom groups for VC backends, for consistency with vc-bzr.
511
512 * vc/vc-arch.el (vc-arch):
513 * vc/vc-cvs.el (vc-cvs):
514 * vc/vc-git.el (vc-git):
515 * vc/vc-hg.el (vc-hg):
516 * vc/vc-mtn.el (vc-mtn):
517 * vc/vc-rcs.el (vc-rcs):
518 * vc/vc-sccs.el (vc-sccs):
519 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
520 All relevant defcustoms reassigned.
521
3c9dfce6
CY
5222012-02-25 Chong Yidong <cyd@gnu.org>
523
1339bf43
CY
524 * newcomment.el (comment-styles): Add autoload (Bug#10868).
525
3c9dfce6
CY
526 * term/x-win.el (x-initialize-window-system): Reduce default for
527 x-selection-timeout to 5 seconds (Bug#8869).
528
53a46cd0 5292012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14a8a663 530
53a46cd0 531 * files.el (file-subdir-of-p): Fix typo.
14a8a663 532
25b2e303 5332012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
534
ec70a47d
GM
535 * files.el (files-equal-p, file-subdir-of-p): New functions.
536 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 537 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
538 * dired-aux.el (dired-copy-file-recursive): Same.
539 (dired-create-files): Modify destination when source is equal to
540 dest when copying files.
53a46cd0 541 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 542
914260cd
MA
5432012-02-24 Michael Albinus <michael.albinus@gmx.de>
544
545 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
546 (Bug#10874)
547
2cb228f7
AM
5482012-02-23 Alan Mackenzie <acm@muc.de>
549
550 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
551 parameter "after-hook:" to allow the expansion to run code after
552 the execution of the mode hooks.
553
554 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 555 from font-lock-mode-internal.
2cb228f7 556
91027d08 557 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
558 :after-hook.
559
8f0fde21
SM
5602012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
561
3e88618b
SM
562 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
563 (completion--cache-all-sorted-completions): New function.
564 (completion-all-sorted-completions): Use it.
565 (completion--do-completion, minibuffer-force-complete):
566 Use it to re-instate the flush hook.
567
8f0fde21
SM
568 * icomplete.el (icomplete-completions): Replace last fix with a better
569 one (bug#10850).
570
8e911f6f
DG
5712012-02-23 Dmitry Gutov <dgutov@yandex.ru>
572
573 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
574 when it might call us back infinitely (bug#10797).
575
49fe4321
GM
5762012-02-23 Glenn Morris <rgm@gnu.org>
577
578 * minibuffer.el (completion-category-overrides): Doc fix.
579
b291b572
SM
5802012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
581
582 * minibuffer.el (completion-table-with-context): Fix inf-loop.
583 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
584
31a9ef2e
GM
5852012-02-23 Glenn Morris <rgm@gnu.org>
586
5e6e6794 587 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
588 (authors-obsolete-files-regexps, authors-ignored-files)
589 (authors-ambiguous-files, authors-renamed-files-alist):
590 Add more entries.
591
0bd1e074
JL
5922012-02-23 Juri Linkov <juri@jurta.org>
593
594 * isearch.el (isearch-occur): Sync interactive spec with occur's
595 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
596
b617673c
JL
597 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
598
19e9789e
JL
5992012-02-22 Juri Linkov <juri@jurta.org>
600
601 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
602 (ucs-insert): Doc fix. Check for hex digits in the string.
603 Don't display `nil' in the error message. (Bug#10857)
604
f41ce09d
AM
6052012-02-22 Alan Mackenzie <acm@muc.de>
606
7a71b18d 607 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 608
ac2eceee
GM
6092012-02-22 Glenn Morris <rgm@gnu.org>
610
611 * ffap.el (ffap-c-path):
612 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
613
abd1f678
CY
6142012-02-22 Chong Yidong <cyd@gnu.org>
615
616 * custom.el (load-theme): Doc fix.
617
f25aef2e
GM
6182012-02-22 Glenn Morris <rgm@gnu.org>
619
620 * dired-x.el (dired-guess-shell-alist-default):
621 Remove escape sequences from nroff output. (Bug#172)
622
5f8dc2ca
GM
6232012-02-21 Glenn Morris <rgm@gnu.org>
624
6ff86ec4
GM
625 * vc/emerge.el (emerge-defvar-local):
626 Set `permanent-local' property rather than unused `preserved'.
627
be3223a3 628 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
629 (picture-mode-map): Use it. (Bug#10860)
630 (picture-mode): Doc fix.
631
3fe58f4f
JB
6322012-02-21 Juanma Barranquero <lekktu@gmail.com>
633
634 * newcomment.el (uncomment-region-default): Remove unused binding.
635
f9a998c3
GM
6362012-02-21 Glenn Morris <rgm@gnu.org>
637
638 * textmodes/picture.el (picture-motion, picture-motion-reverse)
639 (picture-self-insert, picture-tab-chars): Doc fix.
640 (picture-mode-map): Fix C-a, C-e.
641
c6029348
GM
6422012-02-20 Glenn Morris <rgm@gnu.org>
643
644 * emacs-lisp/authors.el (authors-aliases): Add another entry.
645
ab1ce9d7
LL
6462012-02-20 Leo Liu <sdl.web@gmail.com>
647
648 * icomplete.el (icomplete-completions): Check FROM arg before
649 passing to substring (Bug#10850).
650
0fd40f89
CY
6512012-02-19 Chong Yidong <cyd@gnu.org>
652
653 * comint.el: Require ansi-color.
654 (comint-output-filter-functions): Add ansi-color-process-output.
655
656 * ansi-color.el: Don't set comint-output-filter-functions; it is
657 now in the initial value defined in comint.el.
658 (ansi-color-apply-face-function): New variable.
659 (ansi-color-apply-on-region): Use it.
660 (ansi-color-apply-overlay-face): New function.
661
662 * shell.el (shell): No need to require ansi-color.
663 (shell-mode): Use ansi-color-apply-face-function to highlight
664 color escapes using font-lock-face property (Bug#10835).
665
20af2394
CY
6662012-02-19 Chong Yidong <cyd@gnu.org>
667
668 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
669 mode-line formats (Bug#10839).
670
e23a3fbe
GM
6712012-02-18 Glenn Morris <rgm@gnu.org>
672
b474519e
GM
673 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
674
675 * mail/undigest.el (unforward-rmail-message): Doc fix.
676
e23a3fbe
GM
677 * saveplace.el (save-place-ignore-files-regexp): Add :version.
678
57939ff4
EZ
6792012-02-18 Eli Zaretskii <eliz@gnu.org>
680
681 * international/characters.el (script-list): Sync with the latest
682 Unicode Character Database.
683
0c23686e
AS
6842012-02-18 Andreas Schwab <schwab@linux-m68k.org>
685
686 * international/titdic-cnv.el: Remove duplicate coding tag.
687 * language/cham.el: Likewise.
688 * language/tai-viet.el: Likewise.
689
6818b449
GM
6902012-02-18 Glenn Morris <rgm@gnu.org>
691
692 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
693 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
694 (calendar-bahai-all-holidays-flag, calendar-other-dates):
695 * calendar/diary-lib.el (diary-abbreviated-year-flag):
696 * calendar/holidays.el (holiday-bahai-holidays)
697 (calendar-holidays, list-holidays):
698 Use utf-8 Bahá'í in doc-strings, menus, etc.
699
0311a3fc
TH
7002012-02-17 Tassilo Horn <tassilo@member.fsf.org>
701
702 * saveplace.el (save-place-ignore-files-regexp): New variable
703 allowing for excluding files from saving their location of point.
704 The default value matches the temporary commit message editing
705 files from Git, SVN, Bazaar, and Mercurial.
706 (save-place-to-alist): Use it.
707
eb864a71
LM
7082012-02-17 Lawrence Mitchell <wence@gmx.li>
709 Stefan Monnier <monnier@iro.umontreal.ca>
710
711 * newcomment.el (uncomment-region-default): Don't leave extra space
712 when an arg is provided (bug#8150).
713
ee0ce425
TZ
7142012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
715
eb864a71 716 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 717
95ddf442
GM
7182012-02-17 Glenn Morris <rgm@gnu.org>
719
720 * net/socks.el: Require network-stream. (Bug#10599)
721
48dd1e39 7222012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
723
724 * international/charprop.el:
725 * international/uni-name.el:
726 * international/uni-old-name.el:
727 * international/uni-comment.el: Regenerate.
728
d68cd087
GM
7292012-02-16 Glenn Morris <rgm@gnu.org>
730
731 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
732 Interactively in calendar buffer, give an error if not on a date.
733
13932042
GM
7342012-02-15 Glenn Morris <rgm@gnu.org>
735
736 * shell.el (shell-delimiter-argument-list):
737 Revert 2011-02-17 change. (Bug#8027)
738
c3a70e2b
CY
7392012-02-15 Chong Yidong <cyd@gnu.org>
740
60236b0d
CY
741 * minibuffer.el (completion-at-point-functions): Doc fix.
742
c3a70e2b
CY
743 * custom.el (defcustom): Doc fix; note use of defvar.
744
9f26dc24
GM
7452012-02-15 Glenn Morris <rgm@gnu.org>
746
747 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
748 Doc fixes.
749
6546b134
GM
7502012-02-14 Glenn Morris <rgm@gnu.org>
751
752 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
753
d29b2b4c
LI
7542012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
755
756 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
757 way the ports list is computed.
835bdcba
LI
758 (smtpmail-query-smtp-server): Prompt the user for a port number if
759 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 760
08dcdbc9
TZ
7612012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
762
763 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
764
2605051a
GM
7652012-02-13 Glenn Morris <rgm@gnu.org>
766
767 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
768
7ee99f32
TZ
7692012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
770
771 * net/gnutls.el (gnutls-trustfiles): New variable.
772 (gnutls-negotiate): Use it.
773
5f0af64f
LI
7742012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
775
776 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
777 does its stuff if Gnus is running.
778
c14fcc95
AM
7792012-02-13 Alan Mackenzie <acm@muc.de>
780
781 Fix a loop in c-set-fl-decl-start.
782
7a71b18d 783 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
784 c-backward-syntactic-ws actually moves backwards.
785
142b4d90
LL
7862012-02-13 Leo Liu <sdl.web@gmail.com>
787
788 * net/rcirc.el (rcirc-markup-attributes): Move point to the
789 beginning so that all \C-o chars are removed.
790
fa9958a6
TZ
7912012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
792
793 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group
794 tag.
795
0bc5886a
AM
7962012-02-12 Alan Mackenzie <acm@muc.de>
797
798 Fix infinite loop with long macros.
799 * cc-engine.el (c-state-safe-place): Handle macros properly.
800
d4bd55e7
CY
8012012-02-12 Chong Yidong <cyd@gnu.org>
802
803 * window.el (display-buffer): Doc fix (Bug#10785).
804
66f3fe22
GM
8052012-02-12 Glenn Morris <rgm@gnu.org>
806
bd7da63e
GM
807 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
808 (x-disown-selection-internal, x-get-selection-internal):
809 Sync docs with the xselect.c versions.
810
66f3fe22
GM
811 * allout-widgets.el: Add missing license notice.
812
3e0d2fa7
GM
8132012-02-11 Glenn Morris <rgm@gnu.org>
814
cfecdf09
GM
815 * select.el (x-get-selection-internal, x-own-selection-internal)
816 (x-disown-selection-internal):
817 * x-dnd.el (x-get-selection-internal): Update declarations.
818
6d216d7f
GM
819 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
820
2bed3f04
GM
821 * window.el (window-sides-slots):
822 * tool-bar.el (tool-bar-position):
823 * term/xterm.el (xterm-extra-capabilities):
824 * ses.el (ses-self-reference-early-detection):
825 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
826 (verilog-auto-wire-type)
827 (verilog-auto-delete-trailing-whitespace)
828 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
829 (verilog-auto-tieoff-declaration):
830 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
831 (sql-oracle-statement-starters, sql-oracle-scan-on):
832 * progmodes/prolog.el (prolog-align-comments-flag)
833 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
834 (prolog-left-indent-regexp, prolog-paren-indent-p)
835 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
836 (prolog-types, prolog-mode-specificators)
837 (prolog-determinism-specificators, prolog-directives)
838 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
839 (prolog-electric-dot-flag)
840 (prolog-electric-dot-full-predicate-template)
841 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
842 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
843 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
844 (prolog-program-switches, prolog-prompt-regexp)
845 (prolog-debug-on-string, prolog-debug-off-string)
846 (prolog-trace-on-string, prolog-trace-off-string)
847 (prolog-zip-on-string, prolog-zip-off-string)
848 (prolog-use-standard-consult-compile-method-flag)
849 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
850 (prolog-imenu-max-lines, prolog-info-predicate-index)
851 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
852 (prolog-char-quote-workaround):
853 * progmodes/cc-vars.el (c-defun-tactic):
854 * net/tramp.el (tramp-encoding-command-interactive)
855 (tramp-local-end-of-line):
856 * net/soap-client.el (soap-client):
857 * net/netrc.el (netrc-file):
858 * net/gnutls.el (gnutls):
859 * minibuffer.el (completion-category-overrides)
860 (completion-cycle-threshold)
861 (completion-pcm-complete-word-inserts-delimiters):
862 * man.el (Man-name-local-regexp):
863 * mail/feedmail.el (feedmail-display-full-frame):
864 * international/characters.el (glyphless-char-display-control):
865 * eshell/em-ls.el (eshell-ls-date-format):
866 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
867 (lisp-lambda-list-keyword-parameter-indentation)
868 (lisp-lambda-list-keyword-parameter-alignment):
869 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
870 * dired-x.el (dired-omit-verbose):
871 * cus-theme.el (custom-theme-allow-multiple-selections):
872 * calc/calc.el (calc-highlight-selections-with-faces)
873 (calc-lu-field-reference, calc-lu-power-reference)
874 (calc-note-threshold):
875 * battery.el (battery-mode-line-limit):
876 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
877 (archive-7z-update):
878 * allout.el (allout-prefixed-keybindings)
879 (allout-unprefixed-keybindings)
880 (allout-inhibit-auto-fill-on-headline)
881 (allout-flattened-numbering-abbreviation):
882 * allout-widgets.el (allout-widgets-auto-activation)
883 (allout-widgets-icons-dark-subdir)
884 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
885 (allout-widgets-theme-dark-background)
886 (allout-widgets-theme-light-background)
887 (allout-widgets-item-image-properties-emacs)
888 (allout-widgets-item-image-properties-xemacs)
889 (allout-widgets-run-unit-tests-on-load)
890 (allout-widgets-time-decoration-activity)
891 (allout-widgets-hook-error-post-time)
892 (allout-widgets-track-decoration):
893 Add missing :version tags to new defcustoms and defgroups.
894
5fec1b8e
GM
895 * progmodes/sql.el (sql-ansi-statement-starters)
896 (sql-oracle-statement-starters): Add custom type.
897
3e0d2fa7
GM
898 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
899 (prolog-system-version): Give it a type.
900
90b671e2
EZ
9012012-02-11 Eli Zaretskii <eliz@gnu.org>
902
903 * term/pc-win.el (x-select-text, x-selection-owner-p)
904 (x-own-selection-internal, x-disown-selection-internal)
905 (x-get-selection-internal): Sync doc strings and argument lists
906 with xselect.c, common-win.el and x-win.el. (Bug#10783)
907
5eac0c02
LL
9082012-02-11 Leo Liu <sdl.web@gmail.com>
909
910 * progmodes/python.el (python-end-of-statement): Fix infinite
911 loop. (Bug#10788)
912
f82cb659
GM
9132012-02-10 Glenn Morris <rgm@gnu.org>
914
915 * international/mule-cmds.el (unify-8859-on-encoding-mode)
916 (unify-8859-on-decoding-mode): Properly mark as obsolete.
917
cc26d239
LI
9182012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
919
920 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
921 about SMTP before checking the From header.
922
91027d08 923 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
924 into own function for reuse by emacsbug.el.
925
1be3ca5a
LL
9262012-02-10 Leo Liu <sdl.web@gmail.com>
927
928 * subr.el (condition-case-unless-debug): Rename from
929 condition-case-no-debug. All callers changed.
930 (with-demoted-errors): Fix caller.
931
932 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
933 * nxml/rng-valid.el (rng-do-some-validation):
934 * emacs-lisp/package.el (package-refresh-contents)
935 (package-menu-execute):
936 * desktop.el (desktop-create-buffer):
91027d08 937 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 938
b011fbfe
GM
9392012-02-10 Glenn Morris <rgm@gnu.org>
940
b2096d72
GM
941 * textmodes/bibtex.el:
942 Add missing :version tags for new/changed defcustoms.
943
b011fbfe
GM
944 * files.el (remote-file-name-inhibit-cache): Doc fixes.
945
4c7e65bf
LI
9462012-02-09 Lars Ingebrigtsen <larsi@rusty>
947
948 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
949 (smtpmail-via-smtp): Use it, or fall back on the From address.
950 (smtpmail-send-it): Ditto.
951
f3934f6f
SM
9522012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
953
954 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
955 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
956 (byte-compile-tmp-var): New const.
957 (byte-compile-defvar): Use it to minimize .elc size.
958 Just use `defvar' rather than simulate it (bug#10761).
959
a075a2c5
GM
9602012-02-09 Glenn Morris <rgm@gnu.org>
961
cf3aa21b
GM
962 * files.el (rename-uniquely): Doc fix. (Bug#3806)
963
354998cd
GM
964 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
965 Add :version tags.
966
83274125 967 * progmodes/compile.el (compilation-first-column)
34c071c6 968 (compilation-error-screen-columns, compilation-filter-start): Doc fixes.
83274125 969
dab3703d
GM
970 * vc/log-view.el (log-view-toggle-entry-display):
971 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
972
3f88cd72
GM
973 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
974 (report-emacs-bug-can-use-xdg-email):
975 (report-emacs-bug-insert-to-mailer): Doc fixes.
976 (report-emacs-bug): Message fix.
977
d95b247d
GM
978 * net/browse-url.el (browse-url-can-use-xdg-open)
979 (browse-url-xdg-open): Doc fixes.
980
a075a2c5
GM
981 * electric.el (electric-indent-mode, electric-pair-mode)
982 (electric-layout-rules, electric-layout-mode): Doc fixes.
983 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
984
ffb6157e
MR
9852012-02-08 Martin Rudalics <rudalics@gmx.at>
986
987 * server.el (server-unselect-display): Don't inadvertently kill
988 the current buffer. (Bug#10729)
989
e1ac4066
GM
9902012-02-08 Glenn Morris <rgm@gnu.org>
991
34e8a2da
GM
992 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
993 (sql-list-table): Doc fixes.
994
b4ac6e8c
GM
995 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
996 Comment out (does nothing).
997
e1ac4066
GM
998 * completion.el (dynamic-completion-mode):
999 * dirtrack.el (dirtrack-debug-mode):
1000 * electric.el (electric-layout-mode):
1001 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
1002 * face-remap.el (text-scale-mode, buffer-face-mode):
1003 * iimage.el (iimage-mode):
1004 * image-mode.el (image-transform-mode):
1005 * minibuffer.el (completion-in-region-mode):
1006 * scroll-lock.el (scroll-lock-mode):
1007 * simple.el (next-error-follow-minor-mode):
1008 * tar-mode.el (tar-subfile-mode):
1009 * tooltip.el (tooltip-mode):
1010 * vcursor.el (vcursor-use-vcursor-map):
1011 * wid-browse.el (widget-minor-mode):
1012 * emulation/tpu-edt.el (tpu-edt-mode):
1013 * emulation/tpu-extras.el (tpu-cursor-free-mode):
1014 * international/iso-ascii.el (iso-ascii-mode):
1015 * language/thai-util.el (thai-word-mode):
1016 * mail/supercite.el (sc-minor-mode):
1017 * net/goto-addr.el (goto-address-mode):
1018 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
1019 * progmodes/cwarn.el (cwarn-mode):
1020 * progmodes/flymake.el (flymake-mode):
1021 * progmodes/glasses.el (glasses-mode):
1022 * progmodes/hideshow.el (hs-minor-mode):
1023 * progmodes/pascal.el (pascal-outline-mode):
1024 * textmodes/enriched.el (enriched-mode):
1025 * vc/smerge-mode.el (smerge-mode):
1026 Doc fixes (minor mode argument).
1027
5e0d957f
EZ
10282012-02-07 Eli Zaretskii <eliz@gnu.org>
1029
1030 * ls-lisp.el (ls-lisp-sanitize): New function.
1031 (ls-lisp-insert-directory): Use it to fix or remove any elements
1032 in file-alist with missing attributes. (Bug#4673)
1033
98d7371e
AM
10342012-02-07 Alan Mackenzie <acm@muc.de>
1035
1036 Fix spurious recognition of c-in-knr-argdecl.
1037
1038 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
1039 putative K&R region.
1040
667ced3a
AM
10412012-02-07 Alan Mackenzie <acm@muc.de>
1042
eb864a71
LM
1043 * progmodes/cc-engine.el (c-forward-objc-directive):
1044 Prevent looping in "#pragma mark @implementation".
667ced3a 1045
5b77774d
MA
10462012-02-07 Michael Albinus <michael.albinus@gmx.de>
1047
1048 * notifications.el (notifications-on-closed-signal): Make `reason'
1049 optional. (Bug#10744)
1050
af008560
GM
10512012-02-07 Glenn Morris <rgm@gnu.org>
1052
60d47423
GM
1053 * emacs-lisp/easy-mmode.el (define-minor-mode):
1054 Doc fixes for the macro and the mode it defines.
1055
dd605cc4
GM
1056 * image.el (imagemagick-types-inhibit): Doc fix.
1057
af008560
GM
1058 * cus-start.el (imagemagick-render-type): Add it.
1059
5cc59a37
LI
10602012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
1061
1062 * progmodes/cc-mode.el
1063 (c-standard-font-lock-fontify-region-function): Set the default at
1064 load time, too, so that `font-lock-fontify-buffer' can be called
1065 without setting up the entire mode first. This fixes a bug in
1066 `mm-inline-text' with C MIME parts.
1067
9a6dd747
CY
10682012-02-06 Chong Yidong <cyd@gnu.org>
1069
2d16b285
CY
1070 * simple.el (list-processes--refresh): Delete exited processes
1071 (Bug#8094).
1072
171e9b6e
CY
1073 * comint.el (comint-next-prompt): next-single-char-property-change
1074 and prev-single-char-property-change never return nil (Bug#8657).
1075
9a6dd747
CY
1076 * custom.el (defcustom): Doc fix (Bug#9711).
1077
aa4589a7
CY
10782012-02-05 Chong Yidong <cyd@gnu.org>
1079
5c2a252f
CY
1080 * cus-edit.el (custom-variable-reset-backup): Quote the value
1081 before storing it in the customized-value property (Bug#6712).
4aab9006 1082 (custom-display): Add a customization type tag.
983b9602 1083 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 1084
aa4589a7
CY
1085 * wid-edit.el (widget-field-value-get): New optional arg to
1086 suppress trailing whitespace truncation.
1087 (character): Use it (Bug#2689).
1088
1ff980ae
AS
10892012-02-05 Andreas Schwab <schwab@linux-m68k.org>
1090
1091 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
1092 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
1093
03988c98
CY
10942012-02-05 Chong Yidong <cyd@gnu.org>
1095
eeb6cc88
CY
1096 * cus-edit.el (custom-variable-value-create): For mismatched
1097 types, show the current value (Bug#7600).
1098
03988c98
CY
1099 * custom.el (defcustom): Doc fix.
1100
f8cdeef0
GM
11012012-02-05 Glenn Morris <rgm@gnu.org>
1102
1103 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
1104
0696d255
JB
11052012-02-05 Juanma Barranquero <lekktu@gmail.com>
1106
1107 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
1108 (pp-buffer): Use `ignore-errors', `looking-at-p'.
1109 (pp-last-sexp): Use `looking-at-p'.
1110
34c99998
GM
11112012-02-04 Glenn Morris <rgm@gnu.org>
1112
8f05da42
GM
1113 * files.el (revert-buffer):
1114 Doc fix (mention revert-buffer-in-progress-p).
1115
f160676e
GM
1116 * emacs-lisp/ert-x.el (ert-simulate-command):
1117 Check deferred-action-list (which is obsolete) is bound.
1118
c7291ad9
GM
1119 * subr.el (with-wrapper-hook): Doc fixes.
1120
34c99998
GM
1121 * simple.el (filter-buffer-substring-functions)
1122 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
1123
6283a7d3
LL
11242012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
1125
1126 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
1127 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
1128
e96e3013
LL
11292012-02-04 Leo Liu <sdl.web@gmail.com>
1130
1131 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
1132
8ded50f2
GM
11332012-02-04 Glenn Morris <rgm@gnu.org>
1134
82ff1d13
GM
1135 * image.el (image-extension-data): Add obsolete alias.
1136
987a0a16
GM
1137 * isearch.el (isearch-update): Doc fix.
1138
ea32ef46
GM
1139 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
1140
8ded50f2
GM
1141 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
1142
eea14f31
GM
11432012-02-03 Glenn Morris <rgm@gnu.org>
1144
1145 * image.el (image-animated-p): Doc fix. Use image-animated-types.
1146 (image-animate-timeout): Doc fix.
1147
1148 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
1149
12f381b7
GM
11502012-02-02 Glenn Morris <rgm@gnu.org>
1151
953cebf5
GM
1152 * server.el (server-auth-dir): Doc fix.
1153 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
1154
12f381b7
GM
1155 * subr.el (run-mode-hooks): Doc fix.
1156
953a8c3b
JL
11572012-02-02 Juri Linkov <juri@jurta.org>
1158
1159 * image-mode.el (image-toggle-display-image): Remove tautological
1160 `major-mode' from the `derived-mode-p' test.
1161
c5d3843c
KH
11622012-02-02 Kenichi Handa <handa@m17n.org>
1163
9f6e692e 1164 * composite.el (compose-region): Cancel previous change.
c5d3843c 1165
159462d4 11662012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
1167
1168 * composite.el (compose-region, compose-string): Signal error for
1169 a null string component (Bug#6988).
1170
9f562668
CY
11712012-02-01 Chong Yidong <cyd@gnu.org>
1172
e2cef717
CY
1173 * view.el (view-buffer-other-window, view-buffer-other-frame):
1174 Handle special modes like view-buffer (Bug#10650).
1175 (view-buffer): Simplify.
1176
9f562668
CY
1177 * frame.el (set-frame-font): Tweak meaning of third argument.
1178
9f6e692e
JB
1179 * dynamic-setting.el (font-setting-change-default-font):
1180 Use set-frame-font (Bug#9982).
9f562668 1181
781acb9f
GM
11822012-02-01 Glenn Morris <rgm@gnu.org>
1183
6035be52
GM
1184 * progmodes/compile.el (compilation-internal-error-properties):
1185 Respect compilation-first-column in the "*compilation*" buffer.
1186
781acb9f
GM
1187 * emacs-lisp/easy-mmode.el (define-minor-mode):
1188 Relax :variable's test for a named function.
1189
abbceb00
AM
11902012-01-31 Alan Mackenzie <acm@muc.de>
1191
1192 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
1193 off by one error.
1194
fce3fdeb
CY
11952012-01-31 Chong Yidong <cyd@gnu.org>
1196
1197 * frame.el (set-frame-font): New arg ALL-FRAMES.
1198
1199 * menu-bar.el (menu-set-font): Use set-frame-font.
1200
1201 * faces.el (face-spec-reset-face): Don't apply unspecified
1202 attribute values to the default face.
1203
47893581
JB
12042012-01-31 Juanma Barranquero <lekktu@gmail.com>
1205
1206 * progmodes/cwarn.el (cwarn): Remove dead link.
1207 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
1208 Remove * from defcustom docstrings.
1209 (turn-on-cwarn-mode): Make obsolete.
1210 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
1211 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
1212
e58e988a
GM
12132012-01-31 Glenn Morris <rgm@gnu.org>
1214
60dc2671 1215 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 1216 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 1217 Allow named functions to be used as the cdr of :variable.
e58e988a 1218
7a3f511d
GM
12192012-01-30 Glenn Morris <rgm@gnu.org>
1220
1221 * emacs-lisp/authors.el (authors-fixed-entries):
1222 Remove reference to deleted file rnewspost.el.
1223
cb882333
JB
12242012-01-29 Juanma Barranquero <lekktu@gmail.com>
1225
1226 * window.el (window-with-parameter): Remove unused variable `windows'.
1227 (window--side-check): Remove unused variable `code'.
1228 (window--resize-siblings): Remove unused variable `first'.
1229 (adjust-window-trailing-edge): Remove unused variable `failed'.
1230 (window-deletable-p, window--delete): Remove unused variable `buffer'.
1231 Use `let', not `let*'.
1232 (balance-windows-2): Remove unused variable `found'.
1233 (window--state-put-2): Remove unused variable `splits'.
1234 (window-state-put): Remove unused variable `selected'.
1235 (same-window-p): Use `string-match-p'.
1236 (display-buffer-assq-regexp): Remove unused variable `value'.
1237 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1238 Mark argument ALIST as ignored.
1239 (pop-to-buffer): Remove unused variable `old-window'.
1240
907201af
EZ
12412012-01-29 Eli Zaretskii <eliz@gnu.org>
1242
1243 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
1244 and .lzma compressed files.
1245
ea162670
CY
12462012-01-29 Chong Yidong <cyd@gnu.org>
1247
5b95ee8a
CY
1248 * frame.el (window-system-default-frame-alist): Doc fix.
1249
ea162670
CY
1250 * dynamic-setting.el (font-setting-change-default-font): Don't
1251 change the default face if SET-FONT argument is non-nil (Bug#9982).
1252
d6e6f4b1
SB
12532012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
1254
1255 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
1256
0f29fa41 12572012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
1258
1259 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
1260 breakpoints in files outside current directory (Bug#6098).
1261
db174434
CY
12622012-01-29 Chong Yidong <cyd@gnu.org>
1263
6b25e4e2
SE
1264 * progmodes/python.el: Require ansi-color at top-level.
1265
6df6ae42
JB
1266 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
1267 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
1268 (lisp-mode-abbrev-table): Add doc.
1269 (lisp-mode-variables): Don't set local-abbrev-table.
1270 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
1271
e70ee681
RW
12722012-01-28 Roland Winkler <winkler@gnu.org>
1273
1274 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
1275
ace88aa2
RW
12762012-01-28 Roland Winkler <winkler@gnu.org>
1277
1278 * textmodes/bibtex.el (bibtex-entry-alist): New function.
1279 (bibtex-set-dialect): Use it. Either set global values of
1280 dialect-dependent variables or bind these variables buffer-locally
1281 (Bug#10254).
1282 (bibtex-mode): Call bibtex-set-dialect via
1283 hack-local-variables-hook.
eb864a71
LM
1284 (bibtex-dialect): Update docstring.
1285 Add safe-local-variable predicate.
ace88aa2
RW
1286 (bibtex-entry-alist, bibtex-field-alist): Initialize via
1287 bibtex-set-dialect.
1288 (bibtex-mode-map): Define menu for each dialect.
1289 (bibtex-entry): Fix docstring.
1290
93376c5b
CY
12912012-01-28 Chong Yidong <cyd@gnu.org>
1292
1293 * eshell/esh-arg.el (eshell-quote-argument): New function.
1294
1295 * eshell/esh-ext.el (eshell-invoke-batch-file):
1296 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
1297 first arg to eshell-parse-command (Bug#10523).
1298
4372494f
DA
12992012-01-28 Drew Adams <drew.adams@oracle.com>
1300
1301 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
1302 `default-directory' is non-nil.
1303
4d4ec1f8
EZ
13042012-01-28 Eli Zaretskii <eliz@gnu.org>
1305
1306 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
1307 line that displays system-configuration-options. (Bug#9924)
1308
7c188927
DA
13092012-01-28 Drew Adams <drew.adams@oracle.com>
1310
1311 * descr-text.el (describe-char): Show information about POS, in
1312 addition to information about the character at POS. Improve and
1313 update the doc string. Change "code point" to "code point in
1314 charset", to avoid confusion with the character's Unicode code
1315 point shown above that. (Bug#10129)
1316
e0da685a
EZ
13172012-01-28 Eli Zaretskii <eliz@gnu.org>
1318
1319 * descr-text.el (describe-char): Show the raw character, not only
1320 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
1321 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
1322 for the reasons.
1323
70550acf
PH
13242012-01-28 Phil Hagelberg <phil@hagelb.org>
1325
eb864a71
LM
1326 * emacs-lisp/package.el (package-install):
1327 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 1328
0ce8e868
CY
13292012-01-28 Chong Yidong <cyd@gnu.org>
1330
cb882333
JB
1331 * emacs-lisp/package.el (package-maybe-load-descriptor):
1332 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
1333 (package-maybe-load-descriptor): Use it.
1334 (package-download-transaction): Fully load required packages
1335 inside the loop, so that `require' calls work (Bug#10593).
1336 (package-install): No need to call package-initialize now.
1337
2e7f3bea
CY
13382012-01-28 Chong Yidong <cyd@gnu.org>
1339
6e9bad14
CY
1340 * simple.el (deactivate-mark): Doc fix (Bug#8614).
1341
f823b8ca
CY
1342 * tooltip.el (tooltip-mode): Doc fix.
1343 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
1344
2680c309
CY
1345 * frame.el (set-cursor-color): Doc fix (Bug#352).
1346
d7a9e63b
CY
1347 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
1348 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
1349
2e7f3bea
CY
1350 * cus-edit.el (custom-buffer-create-internal): Fix search button
1351 action (Bug#10542).
2ae01800 1352 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 1353
fc4f7a23
EW
13542012-01-27 Eduard Wiebe <usenet@pusto.de>
1355
1356 * dired.el (dired-mark-files-regexp):
1357 Include any subdirectory components. (Bug#10445)
1358
7dd37071
ML
13592012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
1360
1361 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
1362 Handle [host]:port syntax. (Bug#10533)
1363
a268160b
AH
13642012-01-27 Alex Harsanyi <harsanyi@mac.com>
1365
1366 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
1367
e43273ef
GM
13682012-01-26 Glenn Morris <rgm@gnu.org>
1369
1370 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
1371 * term.el (term-raw-escape-map): Use Control-X-prefix.
1372 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
1373
1edf595d
MR
13742012-01-25 Martin Rudalics <rudalics@gmx.at>
1375
1376 * window.el (window-state-get, window--state-get-1): Don't deal
1377 with fixed-sizeness of windows. Simplify code.
1378
fa8eafef
JC
13792012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
1380
6df6ae42
JB
1381 * window.el (window--state-get-1, window--state-put-2):
1382 Don't save and restore the mark.
fa8eafef 1383
0b21c100
CY
13842012-01-25 Chong Yidong <cyd@gnu.org>
1385
1386 * custom.el (custom-variable-p): Doc fix.
1387
5ae1a6c8
GM
13882012-01-25 Glenn Morris <rgm@gnu.org>
1389
40047858
GM
1390 * dired.el (dired-goto-file): Handle some of the more common
1391 characters that `ls -b' escapes. (Bug#10596)
1392
5ddce96c
GM
1393 * progmodes/compile.el (compilation-next-error-function):
1394 Respect compilation-first-column in the "*compilation*" buffer.
1395 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
1396
5ae1a6c8
GM
1397 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
1398
b559f1a9
GM
13992012-01-24 Glenn Morris <rgm@gnu.org>
1400
1401 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
1402
6725d21a
JD
14032012-01-24 Julien Danjou <julien@danjou.info>
1404
1405 * color.el (color-rgb-to-hsl): Fix value computing.
1406 (color-hue-to-rgb): New function.
1407 (color-hsl-to-rgb): New function.
1408 (color-clamp, color-saturate-hsl, color-saturate-name)
1409 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1410 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
1411
70df4bbe
GM
14122012-01-24 Glenn Morris <rgm@gnu.org>
1413
1414 * vc/vc-rcs.el (vc-rcs-create-tag):
1415 * vc/vc-sccs.el (vc-sccs-create-tag):
1416 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
1417
802a2ae2
ML
14182012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
1419
1420 * eshell/esh-util.el (eshell-read-hosts-file):
1421 Skip comment lines. (Bug#10549)
1422
d7128bb1
ML
1423 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
1424
d1a5c3b4
JB
14252012-01-23 Juanma Barranquero <lekktu@gmail.com>
1426
2724d9c7
JB
1427 * subr.el (display-delayed-warnings): Doc fix.
1428 (collapse-delayed-warnings): New function to collapse identical
1429 adjacent warnings.
1430 (delayed-warnings-hook): Add it.
d1a5c3b4 1431
a5509865
MA
14322012-01-22 Michael Albinus <michael.albinus@gmx.de>
1433
1434 * net/tramp.el (tramp-action-login): Set connection property "login-as".
1435
1436 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
1437 properties, when "login-as" is set.
1438
1439 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
1440 (tramp-default-user-alist): Don't add "pscp".
1441 (tramp-do-copy-or-rename-file-out-of-band): Use connection
1442 property "login-as", if set. (Bug#10530)
1443
cc6d5805
MA
14442012-01-21 Michael Albinus <michael.albinus@gmx.de>
1445
1446 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
1447 "plink1" and "psftp". (Bug#10530)
1448
14492012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
1450
1451 * international/mule-cmds.el (prefer-coding-system): Show a
1452 warning message if the default value of file-name-coding-system
1453 was not changed.
1454
f0960428
JC
14552012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
1456
cb882333
JB
1457 * windmove.el (windmove-reference-loc):
1458 Fix windmove-reference-loc miscalculation.
f0960428 1459
dd6f2a63
JB
14602012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
1461
1462 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
1463 default unit.
1464
7b447e9b
GM
14652012-01-21 Glenn Morris <rgm@gnu.org>
1466
117a9ea1
GM
1467 * international/mule.el (auto-coding-alist): Add .tbz.
1468
7b447e9b
GM
1469 * files.el (local-enable-local-variables): Doc fix.
1470 (inhibit-local-variables-regexps): Rename from
1471 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
1472 Doc fix. Add some extensions from auto-coding-alist.
1473 (inhibit-local-variables-suffixes):
1474 Rename from inhibit-first-line-modes-suffixes. Doc fix.
1475 (inhibit-local-variables-p):
1476 New function, extracted from set-auto-mode-1.
1477 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
1478 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
1479 (hack-local-variables): Doc fix. Make the mode-only case
1480 respect enable-local-variables and friends.
1481 Respect inhibit-local-variables-regexps for file-locals, but
1482 not for directory-locals.
1483 (set-visited-file-name):
1484 Take account of inhibit-local-variables-regexps.
1485 Whether it applies may change as the file name is changed.
1486 * jka-cmpr-hook.el (jka-compr-install):
1487 * jka-compr.el (jka-compr-uninstall):
1488 Update for inhibit-first-line-modes-suffixes name change.
1489
dd6e3cdd
MR
14902012-01-20 Martin Rudalics <rudalics@gmx.at>
1491
1492 * help-macro.el (make-help-screen): Temporarily restore original
1493 binding for minor-mode-map-alist (Bug#10454).
1494
0d0deb38
JD
14952012-01-19 Julien Danjou <julien@danjou.info>
1496
1497 * color.el (color-name-to-rgb): Use the white color to find the max
1498 color component value and return correctly computed values.
1499 (color-name-to-rgb): Add missing float conversion for max value.
1500
34a02f46
MR
15012012-01-19 Martin Rudalics <rudalics@gmx.at>
1502
1503 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
1504 special state value for window-persistent-parameters.
1505 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
1506 (window--state-put-2): Reset all window parameters to nil before
1507 assigning values of persistent parameters.
1508
606c44c4
AM
15092012-01-18 Alan Mackenzie <acm@muc.de>
1510
1511 Eliminate sluggishness and hangs in fontification of "semicolon
1512 deserts".
1513
cb882333
JB
1514 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
1515 Change value 10000 -> 3000.
606c44c4
AM
1516 (c-state-safe-place): Reformulate so it doesn't stack up an
1517 infinite number of wrong entries in c-state-nonlit-pos-cache.
1518 (c-determine-limit-get-base, c-determine-limit): New functions to
1519 determine backward search limits disregarding literals.
1520 (c-find-decl-spots): Amend commenting.
1521 (c-cheap-inside-bracelist-p): New function which detects "={".
1522
1523 * progmodes/cc-fonts.el
1524 (c-make-font-lock-BO-decl-search-function): Give a limit to a
1525 backward search.
1526 (c-font-lock-declarations): Fix an occurrence of point being
1527 undefined. Check additionally for point being in a bracelist or
1528 near a macro invocation without a semicolon so as to avoid a
1529 fruitless time consuming search for a declarator. Give a more
1530 precise search limit for declarators using the new
1531 c-determine-limit.
1532
f3860cea
GM
15332012-01-18 Glenn Morris <rgm@gnu.org>
1534
1535 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
1536 (set-auto-mode): Doc fixes.
1537
1db03b16
GM
15382012-01-17 Glenn Morris <rgm@gnu.org>
1539
0e6038be
GM
1540 * isearch.el (search-nonincremental-instead): Fix doc typo.
1541
1db03b16
GM
1542 * dired.el (dired-insert-directory): Handle newlines in directory name.
1543 (dired-build-subdir-alist): Unescape newlines in directory name.
1544
4cb0aa75
MA
15452012-01-17 Michael Albinus <michael.albinus@gmx.de>
1546
1547 * net/tramp.el (tramp-local-end-of-line): New defcustom.
1548 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
1549 (tramp-action-terminal): Use it. (Bug#10530)
1550
1d00653d
SM
15512012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
1552
1553 * minibuffer.el (completion--replace): Strip properties (bug#10062).
1554
6a6ee00d
MR
15552012-01-16 Martin Rudalics <rudalics@gmx.at>
1556
1557 * window.el (window-state-ignored-parameters): Remove variable.
1558 (window--state-get-1): Rename argument MARKERS to IGNORE.
1559 Handle persistent window parameters. Make copy of clone-of
1560 parameter only if requested. (Bug#10348)
1561 (window--state-put-2): Install a window parameter only if it has
1562 a non-nil value or an existing parameter shall be overwritten.
1563
97912def
MA
15642012-01-15 Michael Albinus <michael.albinus@gmx.de>
1565
1566 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
1567
688070a5
EZ
15682012-01-14 Eli Zaretskii <eliz@gnu.org>
1569
1570 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
1571 don't pass the (nil) value of `upnode' to string-match.
1572
301afadc
CY
15732012-01-14 Chong Yidong <cyd@gnu.org>
1574
1575 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 1576 Fix values recognized by the cursorBlink resource.
301afadc 1577
9e5788aa
PE
15782012-01-14 Paul Eggert <eggert@cs.ucla.edu>
1579
1580 * epg.el (epg--make-temp-file): Avoid permission race condition
1581 when running on old Emacs versions (bug#10403).
1582
3cdb7f5a
GM
15832012-01-14 Glenn Morris <rgm@gnu.org>
1584
1585 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
1586
8c82b1b4
AM
15872012-01-13 Alan Mackenzie <acm@muc.de>
1588
1589 Fix filling for when filladapt mode is enabled.
1590
1591 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
1592 c-mask-paragraph, pass in `fill-paragraph' rather than
1593 `fill-region-as-paragraph'. (This is a reversion of a previous
1594 change.)
eb864a71
LM
1595 * progmodes/cc-mode.el (c-basic-common-init):
1596 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 1597
e517eda4
GM
15982012-01-13 Glenn Morris <rgm@gnu.org>
1599
1498536e
GM
1600 * dired.el (dired-switches-escape-p): New function.
1601 (dired-insert-directory): Use dired-switches-escape-p.
1602 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
1603
e517eda4
GM
1604 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
1605
328f984d
GM
16062012-01-12 Glenn Morris <rgm@gnu.org>
1607
1608 * mail/sendmail.el (mail-mode): Update paragraph-separate for
1609 changes in adaptive-fill-regexp. (Bug#10276)
1610
2cc769a8
AM
16112012-01-11 Alan Mackenzie <acm@muc.de>
1612
1613 Fix Emacs bug #10463 - put `widen's around the critical spots.
1614
1d00653d 1615 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
1616 widen around each invocation of c-state-pp-to-literal. Remove an
1617 unused let variable.
1618
e52c37fa
GM
16192012-01-11 Glenn Morris <rgm@gnu.org>
1620
1621 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 1622 Doc fix.
e52c37fa 1623
96f8741e
CY
16242012-01-10 Chong Yidong <cyd@gnu.org>
1625
1d00653d
SM
1626 * net/network-stream.el (network-stream-open-starttls):
1627 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
1628 response to the capability command.
1629
b09a806e
GM
16302012-01-10 Glenn Morris <rgm@gnu.org>
1631
1632 * mail/unrmail.el (unrmail): Tweak previous change.
1633
7655cb66
CY
16342012-01-09 Chong Yidong <cyd@gnu.org>
1635
1636 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
1637
9d5a8f0b
AM
16382012-01-08 Alan Mackenzie <acm@muc.de>
1639
1640 Optimise font locking in long enum definitions.
1641
1642 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
1643 arm to a cond form to handle enums.
1644 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
1645 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
1646
9a0115ab 16472012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
1648
1649 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 1650 (Bug#10401)
6bb72cbd 1651
f186bb95
LMI
16522012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1653
29232a68
LMI
1654 * faces.el (set-face-attribute): Clarify the meaning of the nil
1655 frame (bug#10294).
1656
4e5d086d
LMI
1657 * subr.el (with-selected-frame): Mention that the selected frame
1658 is restored (bug#9980).
1659
8e66aebe
LMI
1660 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
1661 (bug#9759).
1662
cd394be1 1663 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
1664 (password-read): Don't autoload unused function.
1665
adf4e762
JB
16662012-01-07 Juanma Barranquero <lekktu@gmail.com>
1667
1668 * progmodes/which-func.el (which-func-mode): Turn into a
1669 non-interactive function and mark as obsolete (bug#10428).
1670
89bd9ccd
CY
16712012-01-06 Chong Yidong <cyd@gnu.org>
1672
1673 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
1674 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
1675 functions, along with 1 and -1.
1676
4afee9d5
EZ
16772012-01-06 Eli Zaretskii <eliz@gnu.org>
1678
1679 * time.el (display-time-load-average)
1680 (display-time-default-load-average): Doc fixes. See the thread
1681 starting at
1682 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
1683 for the details.
1684
536aea70
GM
16852012-01-06 Glenn Morris <rgm@gnu.org>
1686
665ae865
GM
1687 * mail/unrmail.el (unrmail): Give an explicit error if the input file
1688 has no messages. (Bug#10377)
1689
c869783d
GM
1690 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
1691 than Info-edit. (Bug#10385)
1692
2bb4227e
GM
1693 * time.el (display-time-load-average, display-time-next-load-average):
1694 Doc fixes.
1695
7d5944b9
GM
1696 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
1697 local setting of buffer-read-only to the input buffer. (Bug#10419)
1698
536aea70
GM
1699 * calendar/calendar.el (calendar-mode):
1700 Locally set scroll-margin to 0. (Bug#10379)
1701
7dccca16
UM
17022012-01-06 Ulrich Mueller <ulm@gentoo.org>
1703
1704 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
1705
afbb7930
GM
17062012-01-05 Glenn Morris <rgm@gnu.org>
1707
1708 * eshell/em-unix.el (diff-no-select): Autoload it.
1709 (eshell/diff): Use diff-no-select. (Bug#10420)
1710
04482335
CY
17112012-01-05 Chong Yidong <cyd@gnu.org>
1712
7baca3bc
CY
1713 * shell.el (shell-dynamic-complete-functions): Revert last change.
1714 (shell-command-completion-function): New function.
1715 (shell-completion-vars): Use it to implement
1716 shell-completion-execonly (Bug#10417).
1717
04482335
CY
1718 * custom.el (enable-theme): Don't set custom-safe-themes.
1719
1d00653d
SM
1720 * cus-theme.el (custom-theme-merge-theme):
1721 Ignore custom-enabled-themes and custom-safe-themes.
04482335 1722
bb5aa5d6
MM
17232012-01-05 Michael R. Mauger <mmaug@yahoo.com>
1724
1725 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
1726 first prompt in `sql-interacive-mode'.
1727 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 1728 keywords.
6df6ae42 1729 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
1730 (sql-product-interactive): Bug fix: Set `sql-buffer' in
1731 context of original buffer. Invoke `sql-login-hook'.
1732
a7183d7c
EZ
17332012-01-04 Eli Zaretskii <eliz@gnu.org>
1734
1735 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
1736 letters in cite-prefix.
1737
a1eacd1e
LMI
17382012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1739
1740 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
1741
787cdb34
CY
17422012-01-03 Chong Yidong <cyd@gnu.org>
1743
1d00653d
SM
1744 * shell.el (shell-dynamic-complete-functions):
1745 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
1746 comint-filename-completion first (Bug#10417).
1747
30710442
RS
17482012-01-02 Richard Stallman <rms@gnu.org>
1749
1750 * battery.el (battery-status-function):
1751 Detect when to use battery-yeeloong-sysfs.
1752 (battery-echo-area-format): Add string for Yeeloong.
1753 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
1754 (battery-yeeloong-sysfs): New function.
1755
f75bfc33
CY
17562012-01-02 Chong Yidong <cyd@gnu.org>
1757
1758 * dirtrack.el (dirtrack-list): Eliminate unused third element.
1759 (dirtrack): Merge code for handling relative filenames in prompt
1760 from shell-dir-cookie-watcher.
1761 (dirtrack-debug-message): New arg to avoid excess format calls.
1762
1763 * shell.el (shell-dir-cookie-re): Variable deleted.
1764 (shell-dir-cookie-watcher): Function deleted.
1765 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
1766 with dirtrack-mode.
1767
651e947e
EZ
17682012-01-01 Eli Zaretskii <eliz@gnu.org>
1769
1d00653d
SM
1770 * term/w32-win.el (dynamic-library-alist) <gnutls>:
1771 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
1772 libgnutls-26.dll.
1773
94d4c7dc
AS
17742011-12-31 Andreas Schwab <schwab@linux-m68k.org>
1775
1776 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
1777
8d43f3cd
EZ
17782011-12-31 Eli Zaretskii <eliz@gnu.org>
1779
1780 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
1781 headers of non-MIME messages, when rmail-enable-mime is non-nil.
1782
98c8795a
MA
17832011-12-29 Michael Albinus <michael.albinus@gmx.de>
1784
1785 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
1786 also for alternative shells.
1787 (tramp-open-connection-setup-interactive-shell): Check, whether
1788 the shell is a busybox.
1789 (tramp-send-command): Don't suppress multiple prompts for
1790 busyboxes, it hurts.
1791
51281b32
CY
17922011-12-28 Chong Yidong <cyd@gnu.org>
1793
1794 * progmodes/gdb-mi.el (gdb-get-source-file-list)
1795 (gdb-get-source-file): Move mode line update to
1796 gdb-get-source-file (Bug#10087).
1797
2170cb53
CY
17982011-12-25 Chong Yidong <cyd@gnu.org>
1799
1800 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
1801 gud-gdb-marker-filter without taking it as an argument.
1802 (gud-gdb-run-command-fetch-lines): Caller changed.
1803 (gud-gdb-completion-function): New variable.
1804 (gud-gdb-completion-at-point): Use it.
1805 (gud-gdb-completions-1): Split from gud-gdb-completions.
1806
1807 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
1808 function as separate arguments.
1809 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
1810 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
1811 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
1812 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
1813 (gdb-stopped, def-gdb-auto-update-trigger)
1814 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
1815 (gdb-get-changed-registers, gdb-get-main-selected-frame):
1816 Callers changed.
2170cb53
CY
1817 (gud-gdbmi-completions): New function.
1818 (gdb): Use it for generating the completion table.
1819
be8b11bb
AM
18202011-12-24 Alan Mackenzie <acm@muc.de>
1821
1822 Introduce a mechanism to widen the region used in context font
1d00653d 1823 locking. Use this to protect declarations from losing their contexts.
be8b11bb 1824
1d00653d
SM
1825 * progmodes/cc-langs.el (c-before-font-lock-functions):
1826 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 1827 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
1828 functions to be run just before context (etc.) font locking.
1829
1830 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 1831 New, functionality extracted from
be8b11bb 1832 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 1833 (c-in-after-change-fontification): New variable.
be8b11bb
AM
1834 (c-after-change): Set c-in-after-change-fontification.
1835 (c-set-fl-decl-start): Rejig its interface, so it can be called
1836 from both after-change and context fontifying.
b81d40f0
JB
1837 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
1838 New functions.
1839 (c-standard-font-lock-fontify-region-function): New variable.
1840 (c-font-lock-fontify-region): New function.
be8b11bb 1841
341cf6ac
JL
18422011-12-24 Juri Linkov <juri@jurta.org>
1843
1844 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
1845 (Bug#10348)
1846
bffcee0a
MA
18472011-12-23 Michael Albinus <michael.albinus@gmx.de>
1848
1849 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
1850 existence of source file. (Bug#10325)
1851
cb5e207c
AM
18522011-12-23 Alan Mackenzie <acm@muc.de>
1853
1854 Fix unstable fontification inside templates.
1855
b81d40f0
JB
1856 * progmodes/cc-langs.el (c-before-font-lock-functions):
1857 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
1858 additionally has c-set-fl-decl-start. The other languages (apart
1859 from AWK) have that as a single entry.
1860
b81d40f0
JB
1861 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
1862 The functionality for "local" declarations has been extracted to
cb5e207c
AM
1863 c-set-fl-decl-start.
1864
b81d40f0
JB
1865 * progmodes/cc-mode.el (c-common-init, c-after-change):
1866 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
1867 (c-set-fl-decl-start): New function, extracted from
1868 c-font-lock-enclosing-decls and enhanced.
1869
60ff536c
JB
18702011-12-23 Juanma Barranquero <lekktu@gmail.com>
1871
1872 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
1873
1c4757d6
JL
18742011-12-22 Juri Linkov <juri@jurta.org>
1875
1876 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
1877
d031f2c7
CY
18782011-12-22 Chong Yidong <cyd@gnu.org>
1879
1880 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
1881
bace743a
DA
18822011-12-21 Drew Adams <drew.adams@oracle.com>
1883
1884 * files.el (file-remote-p): Fix docstring. (Bug#10319)
1885
728a1f2b
JC
18862011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
1887
1888 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
1889
0d373f73
TZ
18902011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
1891
fec0aaa4
TZ
1892 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
1893 highlighting and support. Fix up comments for capitalization.
1894 (cfengine-mode-debug): New var.
1895 (cfengine3-mode): Change the modeline indicator to "CFE3".
1896 (cfengine3-font-lock-keywords): Improve defun highlighting.
1897 (cfengine2-actions): Rename from `cfengine-actions'.
1898 (cfengine2-font-lock-keywords): Rename from
1899 `cfengine-font-lock-keywords'.
1900 (cfengine2-imenu-expression): Rename from
1901 `cfengine-imenu-expression'.
1902 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
1903 (cfengine2-beginning-of-defun): Rename from
1904 `cfengine-beginning-of-defun'.
1905 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
1906 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
1907 (cfengine2-mode): Rename from `cfengine-mode'. Change the
1908 modeline indicator to "CFE2".
1909 (cfengine-mode): Defalias to `cfengine-auto-mode'.
1910 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 1911
bc86f573
CY
19122011-12-21 Chong Yidong <cyd@gnu.org>
1913
1914 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
1915 filename argument.
1916
d45ba96b
MR
19172011-12-20 Martin Rudalics <rudalics@gmx.at>
1918
1919 * window.el (window-normalize-buffer-to-display): Remove.
1920 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
1921
a6198c90
CY
19222011-12-19 Chong Yidong <cyd@gnu.org>
1923
1924 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
1925 Don't signal an error in a predicate function; return non-nil.
1926 (vc-dir-mark-file): Move the error here.
1927 (vc-dir-mark-unmark): If acting on the region, keep going if one
1928 of the entries cannot be marked/unmarked.
1929 (vc-dir-mark-all-files): If current entry is a directory, mark
1930 only child files, as documented.
1931
34c5fb55
VB
19322011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
1933
1934 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
1935 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
1936 addition.
1937
c803b2b7
JD
19382011-12-18 Jan Djärv <jan.h.d@swipnet.se>
1939
1940 * term/ns-win.el (ns-get-selection-internal)
1941 (ns-store-selection-internal): Declare.
1154d12e
JB
1942 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
1943 Declare as obsolete.
1944 (ns-get-pasteboard, ns-paste-secondary):
1945 Use ns-get-selection-internal.
1946 (ns-set-pasteboard, ns-copy-including-secondary):
1947 Use ns-store-selection-internal.
c803b2b7 1948
9cff91f8 19492011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
1950
1951 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 1952 (vc-deduce-fileset): Doc fix.
99a289d9 1953
f16c898a
AS
19542011-12-16 Andreas Schwab <schwab@linux-m68k.org>
1955
1956 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
1957
763237c4
SS
19582011-12-13 Sam Steingold <sds@gnu.org>
1959
1960 * man.el (Man-getpage-in-background): When running under a
1961 window-system, ignore $MANWIDTH and $COLUMNS.
1962
5fc1c122
KH
19632011-12-15 Kenichi Handa <handa@m17n.org>
1964
1965 * language/ethio-util.el: Change coding tag to utf-8-emacs.
1966 (setup-ethiopic-environment-internal): Comment out key-binding for
1967 ethio-toggle-punctuation.
1968
13d49cbb
AM
19692011-12-13 Alan Mackenzie <acm@muc.de>
1970
898169a2
AM
1971 Add the switch statement to AWK Mode.
1972
7a71b18d 1973 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
1974 "default" to the keywords regexp.
1975
7a71b18d 1976 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 1977 expression as the rest.
1d00653d
SM
1978 (c-nonlabel-token-key): Allow string literals for AWK.
1979 Refactor for the other modes.
898169a2 1980
13d49cbb 1981 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 1982 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
1983 routines. Limit backward searching in c-font-lock-enclosing.decl.
1984
1985 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
1986 pp-state and literal type in addition to the limits.
1d00653d 1987 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 1988 (c-state-literal-at): Use the above new defun.
1d00653d
SM
1989 (c-slow-in-literal, c-fast-in-literal): Remove.
1990 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
1991
1992 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
1993 being in a literal. Add a limit for backward searching.
1994
1995 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
1996 c-slow-in-literal.
1997
15e0efc7
SM
19982011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
1999
2000 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
2001
454592a6
MR
20022011-12-13 Martin Rudalics <rudalics@gmx.at>
2003
2004 * window.el (delete-other-windows): Use correct frame in call to
2005 window-with-parameter.
2006
87393f26
DP
20072011-12-12 Daniel Pfeiffer <occitan@t-online.de>
2008
2009 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
2010 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
2011 (makefile-gmake-statements, makefile-makepp-statements):
2012 Use it and add new makepp keywords.
2013 (makefile-makepp-font-lock-keywords): Add new patterns.
2014 (makefile-match-function-end): Match new [...] and [[...]].
2015
11636b22
JB
20162011-12-11 Juanma Barranquero <lekktu@gmail.com>
2017
2018 * ses.el (ses-call-printer-return, ses-cell-property-get)
2019 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
2020 (ses-create-cell-variable, ses-reset-header-string)
2021 (ses-cell-set-formula, ses-repair-cell-reference-all)
2022 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
2023 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
2024 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
2025 (ses-aset-with-undo, ses-load, ses-truncate-cell)
2026 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
2027 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
2028 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
2029 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
2030 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
2031 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
2032 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
2033 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
2034
cf018193
VB
20352011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
2036
2037 * ses.el: The overall change is to add cell renaming, that is
2038 setting fancy names for cell symbols other than name matching
2039 "\\`[A-Z]+[0-9]+\\'" regexp .
2040 (ses-create-cell-variable): New defun.
2041 (ses-relocate-formula): Relocate formulas only for cells the
2042 symbols of which are not renamed, i.e. symbols whose names do not
2043 match regexp "\\`[A-Z]+[0-9]+\\'".
2044 (ses-relocate-all): Relocate values only for cells the symbols of
2045 which are not renamed.
2046 (ses-load): Create cells variables as the (ses-cell ...) are read,
2047 in order to check row col consistency with cell symbol name only
2048 for cells that are not renamed.
2049 (ses-replace-name-in-formula): New defun.
2050 (ses-rename-cell): New defun.
2051
ee957461
CY
20522011-12-11 Chong Yidong <cyd@gnu.org>
2053
2054 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
2055 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
2056
9a9e9ef0
MR
20572011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
2058
2059 * window.el (other-window): Fix docstring.
2060
92a8eba5
EZ
20612011-12-10 Eli Zaretskii <eliz@gnu.org>
2062
2063 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
2064 `from' or `to' address before taking its substring.
2065 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
2066 encoded name is chopped in the middle of the encoded string, and
2067 thus displayed encoded.
2068
e152e577
JB
20692011-12-10 Juanma Barranquero <lekktu@gmail.com>
2070
2071 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
2072
e5d84bfe
EZ
20732011-12-10 Eli Zaretskii <eliz@gnu.org>
2074
2075 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
2076 to use texinfo-update-node and commands that call it if the
2077 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 2078 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
2079 (texinfo-all-menus-update, texinfo-master-menu)
2080 (texinfo-update-node, texinfo-every-node-update)
2081 (texinfo-multiple-files-update): Doc fix. Warn against updating
2082 all the @node lines.
2083 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
2084 argument is numeric. Explain better in the doc string what the
2085 function really does.
2086 (texinfo-insert-master-menu-list): Improve the error message
2087 displayed if there's no menu in the Top node.
2088 (Bug#2975) See also this thread:
e5d84bfe
EZ
2089 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
2090
1d84e9bb
MG
20912011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
2092
2093 * speedbar.el (speedbar-supported-extension-expressions):
2094 Add .adb and .ads, commonly used for Ada source code (bug#10256).
2095
382c953b
JB
20962011-12-09 Juanma Barranquero <lekktu@gmail.com>
2097
2098 * printing.el (pr-mode-alist):
2099 * simple.el (filter-buffer-substring-functions)
2100 (completion-list-insert-choice-function):
2101 * window.el (window-with-parameter, window-atom-root)
2102 (window-sides-slots, window-size-fixed, window-min-delta)
2103 (window-max-delta, window--resize-mini-window)
2104 (window--resize-child-windows-normal, window-tree)
2105 (delete-other-windows, quit-window, split-window)
2106 (display-buffer-record-window, special-display-buffer-names)
2107 (special-display-regexps, special-display-popup-frame)
2108 (same-window-p, split-window-sensibly)
2109 (display-buffer-overriding-action, display-buffer-alist)
2110 (display-buffer-base-action, display-buffer, switch-to-buffer)
2111 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
2112 (fit-window-to-buffer, recenter-positions)
2113 (mouse-autoselect-window-state, mouse-autoselect-window-select):
2114 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
2115 and remove unneeded backslashes in docstrings.
2116
39c9faef
SM
21172011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
2118
98449af8
SM
2119 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
2120
39c9faef
SM
2121 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
2122 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
2123 end in ".mk".
2124 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
2125 when reading the makefile (bug#10116).
2126
86ed9fdc
SM
21272011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2128
2129 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
2130 (bug#10116).
2131
5580f89d
GM
21322011-12-06 Glenn Morris <rgm@gnu.org>
2133
2134 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
2135
28d3917c
CY
21362011-12-06 Chong Yidong <cyd@gnu.org>
2137
2138 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
2139
a98edce9
JB
21402011-12-06 Juanma Barranquero <lekktu@gmail.com>
2141
2142 * textmodes/table.el (table-shorten-cell): Fix typo.
2143
e65adfac
CG
21442011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
2145
2146 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
2147
71cc0b74
EZ
21482011-12-05 Eli Zaretskii <eliz@gnu.org>
2149
2150 * descr-text.el (describe-char): Fix display of strong
2151 right-to-left characters and directional embeddings and overrides.
2152
2153 * simple.el (what-cursor-position): Fix display of codepoints of
2154 strong right-to-left characters.
2155
315bc30d
CY
21562011-12-05 Chong Yidong <cyd@gnu.org>
2157
2158 * faces.el (read-color): Doc fix.
2159
58a70b94
GM
21602011-12-05 Glenn Morris <rgm@gnu.org>
2161
2162 * align.el (align--set-marker): Add doc-string.
2163 Don't try to move something that is not a marker. (Bug#10216)
2164
5158face
GM
21652011-12-04 Glenn Morris <rgm@gnu.org>
2166
2167 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
2168 overly zealous deletion of trailing whitespace.
2169
520fca41
JB
21702011-12-04 Juanma Barranquero <lekktu@gmail.com>
2171
2172 * server.el (server-delete-client): On Windows, do not try to delete
2173 the only terminal.
2174 (server-process-filter): On Windows, treat requests for a tty frame as
2175 if they were for a GUI frame if the running server is in GUI mode.
2176
5e605a2e
GM
21772011-12-03 Glenn Morris <rgm@gnu.org>
2178
2179 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
2180
5c3fe83f
SM
21812011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2182
6f5e57e7
SM
2183 * electric.el: Streamline electric-indent's hook.
2184 (electric-indent-chars): Revert to simple list.
2185 (electric-indent-functions): New var.
2186 (electric-indent-post-self-insert-function): Use it.
2187
5c3fe83f
SM
2188 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
2189 there's no inferior buffer (bug#10196).
2190 (prolog-consult-compile): Don't use toggle-read-only.
2191
6bdac736
MA
21922011-12-02 Michael Albinus <michael.albinus@gmx.de>
2193
2194 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
2195 interrupt. (Bug#10187)
2196
6131ba7f
SM
21972011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2198
99c79fee
SM
2199 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
2200 (bug#9160).
2201
6131ba7f
SM
2202 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
2203 (bug#10191).
2204
cb0a02ea
JL
22052011-12-02 Juri Linkov <juri@jurta.org>
2206
2207 * info.el (Info-search): Display "end of manual" when Isearch
2208 reaches the end of single-file Info manual. (Bug#9918)
2209
66e0570c
EZ
22102011-12-02 Eli Zaretskii <eliz@gnu.org>
2211
2212 * isearch.el (isearch-message-prefix): Run the input method part
2213 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
2214
02b16839
JL
22152011-12-02 Juri Linkov <juri@jurta.org>
2216
2217 * isearch.el (isearch-occur): Use `word-search-regexp' for
2218 `isearch-word'.
2219 (isearch-search-and-update): Add condition for `isearch-word' and
2220 call `word-search-regexp'. (Bug#10145)
2221
0b950688
GM
22222011-12-01 Glenn Morris <rgm@gnu.org>
2223
2224 * eshell/em-hist.el (eshell-hist-initialize):
2225 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 2226 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 2227
9505c3c7
SM
22282011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2229
2230 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
2231
1bbe96b2 22322011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 2233
a1beca85
SM
2234 * progmodes/verilog-mode.el (verilog-pretty-expr):
2235 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
2236 verilog, such as += *= and the like.
2237 (verilog-assignment-operator-re): Regular expression to find the
2238 assigment operator in a verilog assignment.
2239 (verilog-assignment-operation-re): Regular expression to find an
2240 assignment statement for pretty-expr.
2241 (verilog-in-attribute-p): Query returns true if point is in an
2242 attribute context; used to skip these for expression line up from
2243 pretty-expr.
2244 (verilog-in-parameter-p): Query returns true if point is in an
2245 parameter definition context; used to skip these for expression
2246 line up from pretty-expr.
2247 (verilog-in-parenthesis-p): Query returns true if point is in a
2248 parenthetical expression, specifically ( ) but not [ ] or { };
2249 used by pretty-expr.
2250 (verilog-just-one-space): If there is no space, don't add one.
2251 (verilog-get-lineup-indent-2): Specifically skip just attribute
2252 contexts for expression lineup, rather than skipping all
2253 parenthetical expressions.
2254 (verilog-calculate-indent): Fix comment, and fix indent.
2255 (verilog-do-indent): Indent declarations in lists (suggested by
2256 Joachim Lechner).
2257 (verilog-mode-abbrev-table): Populate abbrev mode with the various
2258 skeleton items.
2259 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
2260 by Alain Mellan).
2261
1bbe96b2 22622011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
2263
2264 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
2265 parameters with embedded comments. Reported by Ray Stevens.
2266 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
2267 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
2268 Reported by Tim Holt.
2269 (verilog-auto): Fix AUTOing a upper module then AUTOing module
2270 instantiated by upper module causing wrong expansion until AUTOed a
2271 second time. Reported by K C Buckenmaier.
2272 (verilog-diff-auto): Fix showing .* as a difference when
2273 `verilog-auto-star-save' off. Reported by Dan Dever.
2274 (verilog-auto-reset, verilog-read-always-signals)
2275 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
2276 temporary signals in reset list if
2277 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
2278 style to each signal's assignment type, bug381.
2279 Reported by Thomas Esposito.
6288f0ca
WS
2280 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
2281 (verilog-uvm-statement-re): Support UVM indentation and
2282 highlighting, with old OVM keywords only.
a1beca85 2283 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
2284 Support AUTOTIEOFF creating non-wire data types.
2285 Suggested by Jonathan Greenlaw.
6288f0ca
WS
2286 (verilog-auto-insert-lisp, verilog-delete-to-paren)
2287 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
2288 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
2289 (verilog-read-sub-decls, verilog-read-sub-decls-line):
2290 Fix mismatching parenthesis inside commented out code when deleting
382c953b 2291 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
2292 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
2293 non-numeric vector width. Reported by Alex Reed.
2294 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 2295 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
2296 (verilog-auto-delete-trailing-whitespace):
2297 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
2298 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
2299 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
2300 Fix verilog-scan-cache corruption when running user AUTO expansion
2301 hooks that call indentation routines.
2302 (verilog-simplify-range-expression): Fix typo ignoring lower case
2303 identifiers.
2304 (verilog-delete-auto): Fix delete-autos to also remove user created
2305 automatics, as long as they start with AUTO.
2306 (verilog-batch-diff-auto, verilog-diff-auto)
2307 (verilog-diff-function): Add `verilog-diff-auto' and bind to
2308 "C-c?" to report differences in AUTO expansion, ignoring spaces.
2309 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
2310 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
2311 (verilog-re-search-forward-quick, verilog-syntax-ppss):
2312 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
2313 is disabled and its cache will get corrupt, causing AUTOS not to
2314 expand. Instead use only -quick functions.
2315 (verilog-scan-region): Fix scanning over escaped quotes.
2316 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
2317 (verilog-re-search-backward-quick)
2318 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
2319 related functions now ignore strings, to fix misparsing of strings
2320 with magic comments embedded in them.
a1beca85
SM
2321 (verilog-read-auto-template):
2322 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
2323 Reported by Brad Dobbie.
2324 (verilog-read-auto-template):
2325 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 2326 Reported by Brad Dobbie.
6288f0ca
WS
2327 (verilog-auto-inst, verilog-auto-inst-param)
2328 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
2329 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
2330 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
2331 debugging templates without merge conflicts, bug357.
2332 Reported by Brad Dobbie.
2333 (verilog-read-auto-template):
2334 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
2335 Reported by Brad Dobbie.
2336 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
2337 abbrevs so user won't be asked to save.
2338 (verilog-read-auto-lisp-present): Fix to start at beginning of
2339 buffer in case called outside of verilog-auto.
2340 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
2341 to "X-2". Reported by Matthew Myers.
2342 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
2343 all inputs from module templates. Reported by Leith Johnson.
2344 (verilog-module-inside-filename-p): Fix locating programs as with
2345 modules.
2346 (verilog-auto-inst-port): Fix vl-width expressions when using
2347 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
2348 (verilog-decls-get-regs, verilog-decls-get-signals,
2349 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
2350 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
2351 verilog-read-decls): Combine reg and wire structures into one var
2352 structure to represent SystemVerilog concepts.
2353 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
2354 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
2355 (verilog-auto-wire-type, verilog-insert-definition):
2356 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
2357 SystemVerilog "logic" keyword instead of "wire"/"reg".
2358 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
2359 to declares outputs that also have assignments (presumably in an
a1beca85
SM
2360 ifdef or generate if so there's not a driver conflict).
2361 Reported by Matthew Myers.
2362 (verilog-auto-declare-nettype, verilog-insert-definition):
2363 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
2364 `default_nettype none. Reported by Julian Gorfajn.
2365 (verilog-read-always-signals-recurse, verilog-read-decls)
2366 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
2367 malformed end statement, bug325. Reported by Joshua Wise and
2368 Andrew Drake.
2369 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
2370 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
2371 when expanding .* in interfaces, bug320.
2372 Reported by Pierre-David Pfister.
6288f0ca 2373 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
2374 name and open parenthesis, bug317.
2375 Reported by Pierre-David Pfister.
6288f0ca
WS
2376 (verilog-simplify-range-expression): Fix simplification of
2377 multiplications inside AUTOWIRE connections, bug303.
2378 (verilog-auto-inst-port): Support parameter expansion in
2379 multidimensional arrays.
2380 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
2381 after "assert property". Reported by Julian Gorfajn.
2382 (verilog-simplify-range-expression): Fix "couldn't merge" errors
2383 with multiplication, bug303.
2384 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
2385 Reported by Jan Frode Lonnum.
2386
1bbe96b2
GM
23872011-11-30 Juanma Barranquero <lekktu@gmail.com>
2388
2389 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
2390 (hfy-shell-file-name, hfy-shell):
2391 * international/fontset.el (x-decompose-font-name): Fix typos.
2392
23932011-11-29 Ken Brown <kbrown@cornell.edu>
2394
2395 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
2396 (gdb-version): Remove defvar.
2397 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
2398 (gdb-gud-context-command, gdb-non-stop-handler)
2399 (gdb-current-context-command, gdb-stopped): Use it.
2400 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
2401 (gdb-non-stop-handler): Don't enable pretty-printing here.
2402 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
2403 non-stop mode. Use the following.
2404 (gdb-check-target-async): New defun.
2405 (gud-watch, gdb-stopped): Fix whitespace.
2406 (gdb-get-source-file): Don't try to display the source file if
2407 `gdb-main-file' is nil.
2408
24092011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
2410
2411 * align.el: Try to generate fewer markers (bug#10047).
2412 (align--set-marker): New macro.
2413 (align-region): Use it.
2414
c935221f
SM
24152011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
2416
2417 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
2418
e70b5064
CY
24192011-11-29 Chong Yidong <cyd@gnu.org>
2420
2421 * indent.el (indent-for-tab-command, indent-according-to-mode):
2422 Doc fix.
2423 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
2424
f3af92b7
MA
24252011-11-29 Michael Albinus <michael.albinus@gmx.de>
2426
2427 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
2428 aware of remote file names. (Bug#10124)
2429
ed472be9
CY
24302011-11-29 Chong Yidong <cyd@gnu.org>
2431
2432 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
2433
24510c22
SM
24342011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2435
2436 * files.el (find-file): Don't use force-same-window (bug#10144).
2437 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
2438 use pop-to-buffer if the selected window can't be used.
2439 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
2440
c60c3703
EZ
24412011-11-28 Eli Zaretskii <eliz@gnu.org>
2442
2443 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
2444 special-mode-map.
2445
e95def75
CY
24462011-11-28 Chong Yidong <cyd@gnu.org>
2447
2448 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
2449
c3f1c606
NR
24502011-11-27 Nick Roberts <nickrob@snap.net.nz>
2451
2452 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
2453 gdb-get-source-file-list on gdb-create-source-file-list.
2454
00db469c
EZ
24552011-11-26 Eli Zaretskii <eliz@gnu.org>
2456
2457 * whitespace.el (whitespace-newline): Use a different foreground
2458 color for 16-color light-background displays.
2459
4ad3bc2a
CY
24602011-11-24 Chong Yidong <cyd@gnu.org>
2461
2462 * window.el (display-buffer--special-action): Doc fix.
2463
e9fce1ac
JB
24642011-11-25 Juanma Barranquero <lekktu@gmail.com>
2465
2466 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
2467 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
2468 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
2469 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
2470 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
2471 (avl-tree-stack-first):
2472 * emacs-lisp/cconv.el (cconv--analyse-use):
2473 * net/gnutls.el (gnutls-negotiate): Fix typos.
2474
cb825e5d
GM
24752011-11-24 Glenn Morris <rgm@gnu.org>
2476
3adbe224
GM
2477 * lpr.el (lpr-windows-system, lpr-lp-system):
2478 * mail/binhex.el (binhex-begin-line):
2479 * progmodes/grep.el (grep-history, grep-find-history):
2480 * textmodes/flyspell.el:
2481 * vc/pcvs-defs.el (cvs-global-menu):
2482 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
2483 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
2484 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
2485
321decc8
GM
2486 * net/tls.el: Fix case of "GnuTLS".
2487
420b63ad
GM
2488 * paths.el (rmail-file-name): Format doc-string for make-docfile.
2489
cb825e5d
GM
2490 * version.el (emacs-build-system): Give it a doc-string.
2491
a0649f08
JL
24922011-11-24 Juri Linkov <juri@jurta.org>
2493
2494 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
2495
c0bc0fd4
GM
24962011-11-24 Glenn Morris <rgm@gnu.org>
2497
2498 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
2499 if called on a non-mime message just toggle the headers. (Bug#8006)
2500
20db1522
JB
25012011-11-24 Juanma Barranquero <lekktu@gmail.com>
2502
2503 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
2504 (allout-lead-with-comment-string, allout-structure-deleted-hook)
2505 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
2506 (allout-rebullet-heading, allout-open-sibtopic)
2507 (allout-toggle-current-subtree-encryption)
2508 (allout-toggle-subtree-encryption, allout-encrypt-string)
2509 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
2510 (allout-distinctive-bullets-string, allout-auto-activation):
2511 * window.el (window-normalize-buffer-to-display):
2512 * progmodes/verilog-mode.el (verilog-batch-indent):
2513 * textmodes/bibtex.el (bibtex-field-braces-opt)
2514 (bibtex-field-strings-opt):
2515 * vc/cvs-status.el (cvs-tree-merge):
2516 Fix typos.
2517
7262a87c
MA
25182011-11-23 Michael Albinus <michael.albinus@gmx.de>
2519
2520 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
2521 `non-essential' to t, in order to avoid remote connections.
2522
283430a1
EZ
25232011-11-23 Eli Zaretskii <eliz@gnu.org>
2524
a1beca85
SM
2525 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2526 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
2527 case-insensitively.
2528
d2992a38
ML
25292011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
2530
2531 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
2532
50419064
GM
25332011-11-23 Glenn Morris <rgm@gnu.org>
2534
da94eca1
GM
2535 * paths.el (rmail-file-name): Reformat the doc-string so that it
2536 is picked up.
2537
9aac4de2
GM
2538 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
2539 (rmail-auto-file): Ignore case in the "special" field names,
2540 as mail-fetch-field does for all others.
2541
8038d2d2
GM
2542 * mail/rmail.el (rmail-forward):
2543 * mail/rmailkwd.el (rmail-set-label):
2544 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
2545 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
2546
f3fe222a
GM
2547 * mail/rmail.el (rmail-current-message): Doc fix.
2548
50419064
GM
2549 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
2550
28109f49
SM
25512011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
2552
2553 * server.el (server-eval-and-print): Allow C-g (bug#6585).
2554
394c65f1
GM
25552011-11-22 Glenn Morris <rgm@gnu.org>
2556
2557 * mail/rmailmm.el (test-rmail-mime-handler)
2558 (test-rmail-mime-bulk-handler)
2559 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
2560
f2a0aa3a
JL
25612011-11-21 Juri Linkov <juri@jurta.org>
2562
1154d12e
JB
2563 * calc/calc.el (calc-read-key-sequence):
2564 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 2565
9c34a344
LMI
25662011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2567
2568 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
2569 Tell the caller that the next line needs recomputation, even
2570 though it doesn't start a sexp (bug#10094).
2571
f04a3be9
SM
25722011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2573
2574 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
2575
7978747f
SM
25762011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2577
f04a3be9
SM
2578 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
2579 Use force-same-window.
7978747f 2580
fe7a3057
JB
25812011-11-20 Juanma Barranquero <lekktu@gmail.com>
2582
2583 * descr-text.el (describe-char-unicode-data):
2584 * json.el (json-string-escape):
2585 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
2586 (Footnote-unicode, Footnote-style-p):
2587 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
2588
24901d61
CY
25892011-11-20 Chong Yidong <cyd@gnu.org>
2590
2591 * window.el (replace-buffer-in-windows): Restore interactive spec.
2592
bac7ff22
SM
25932011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2594
24f3d7b9
SM
2595 * electric.el (electric-indent-mode): Fix last change (too optimistic).
2596
bac7ff22
SM
2597 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
2598 (byte-compile-global-not-obsolete-vars): New var.
2599 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
2600 Use it.
2601 (byte-compile-warn-obsolete): Align text with the one in *Help*.
2602
cd1181db
JB
26032011-11-20 Juanma Barranquero <lekktu@gmail.com>
2604
2605 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
2606 * progmodes/pascal.el (electric-pascal-equal):
2607 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
2608 * xml.el (xml-substitute-special): Fix typos.
2609
7fb18e9e
GM
26102011-11-20 Glenn Morris <rgm@gnu.org>
2611
2612 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
2613 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
2614 Doc fixes.
2615 (rmail-decode-mime-charset): Mark as obsolete.
2616
2617 * mail/rmailsum.el (rmail-message-regexp-p-1):
2618 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
2619 Before using mime functions, check they are set. (Bug#10077)
2620
d5a6b3ba
JL
26212011-11-19 Juri Linkov <juri@jurta.org>
2622
2623 * info.el (Info-finder-find-node): Use `package--builtins' instead
2624 of `package-alist'. Use node names formed by the pattern "Keyword "
2625 and the keyword name.
2626
e981b61f
AS
26272011-11-19 Andreas Schwab <schwab@linux-m68k.org>
2628
1d00653d 2629 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 2630
3ffbc301
JL
26312011-11-19 Juri Linkov <juri@jurta.org>
2632
2633 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
2634 that calls `revert-buffer' on all Info buffers. (Bug#9915)
2635 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
2636 `old-history', `old-history-forward'. Add let-binding
2637 `window-selected'. Remove calls to `kill-buffer',
2638 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
2639 before calling `Info-find-node', so `Info-find-node-2' will reread
2640 the Info file. Restore window positions only when `window-selected'
2641 is non-nil.
2642
30c62133
JL
26432011-11-19 Juri Linkov <juri@jurta.org>
2644
2645 * isearch.el (isearch-lazy-highlight-new-loop):
2646 Remove condition `(not isearch-error)'. (Bug#9918)
2647
2648 * misearch.el (multi-isearch-search-fun): Add condition
2649 `(not bound)' to ignore lazy-highlighting search.
2650 Add the search-failed message "end of multi" when the end of
2651 multi-sequence is reached. Uncapitalize the search-failed
2652 message "Repeat for next buffer".
2653
2654 * info.el (Info-search): Add the search-failed message
2655 "end of the manual" when the end of the manual is reached
2656 in Isearch mode.
2657
645ca9cf
JL
26582011-11-19 Juri Linkov <juri@jurta.org>
2659
2660 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
2661 Use non-destructive `remove' instead of `delete' because
2662 `Info-history-list' stored to `Info-isearch-initial-history-list' in
2663 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
2664
df754f66
JL
26652011-11-19 Juri Linkov <juri@jurta.org>
2666
2667 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
2668 to nil instead of binding `search-ring' and `regexp-search-ring'.
2669 (Bug#9185)
2670
0e23d96a
EZ
26712011-11-19 Eli Zaretskii <eliz@gnu.org>
2672
2673 * simple.el (line-move): Force movement by logical lines for any
2674 hscrolled window, not only when auto-hscroll-mode is on.
2675 (line-move-visual): Update doc string to that effect. (Bug#10076)
2676
8a6ccb66
AS
26772011-11-19 Andreas Schwab <schwab@linux-m68k.org>
2678
2679 * language/european.el (macintosh): Define as alias for mac-roman.
2680
49ae5b39
EZ
26812011-11-19 Eli Zaretskii <eliz@gnu.org>
2682
2683 * mail/rmailmm.el (rmail-mime-display-header)
2684 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
2685 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
2686 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
2687 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
2688 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
2689 of a raw aref.
2690 (rmail-mime-entity-segment): To get past the tagline, move forward
2691 2 more lines, to account for the 2 empty lines that precede and
2692 follow the line with the buttons.
2693 (rmail-mime-update-tagline): Move one more line, to get past the
2694 empty line that follows the buttons in the tagline. (Bug#9520)
2695
c56cad4a
MR
26962011-11-19 Martin Rudalics <rudalics@gmx.at>
2697
2698 * window.el (window-max-delta-1, window-min-delta-1)
2699 (window-min-size-1, window-state-get-1, window-state-put-1)
2700 (window-state-put-2): Use "window--" prefix.
2701
cbe71af3
SM
27022011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
2703
2ad52c60
SM
2704 * emacs-lisp/smie.el: Improve warnings and conflict detection.
2705 (smie-warning-count): New var.
2706 (smie-set-prec2tab): Use it.
2707 (smie-bnf->prec2): Improve warnings. Add docstring.
2708 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
2709 (smie-bnf--set-class): New function.
2710 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
2711 corner case.
2712
6944dbc1
SM
2713 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
2714 (compilation-error-properties, compilation-move-to-column):
2715 Handle compilation-first-column while in the target buffer.
2716
c400c4d7
SM
2717 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
2718 Don't hardcode point-min==1.
2719
6dbe3e96
SM
2720 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
2721 (eshell-rewrite-for-command): Remove workaround.
2722 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
2723 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
2724 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
2725
cbe71af3
SM
2726 * files-x.el (modify-file-local-variable): Obey commenting conventions.
2727
a8e1496d
GM
27282011-11-17 Glenn Morris <rgm@gnu.org>
2729
2730 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2731 Ignore buffer-local generated-autoload-file if it is the same
2732 as the global value. (Bug#10049)
2733
df85d315
JB
27342011-11-17 Juanma Barranquero <lekktu@gmail.com>
2735
2736 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
2737 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
2738 (reftex-toc-previous-heading, reftex-toc-max-level)
2739 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
2740 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
2741 (reftex-toc-do-promote, reftex-toc-promote-prepare)
2742 (reftex-toc-promote-action, reftex-toc-extract-section-number)
2743 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
2744 (reftex-toc-rename-label, reftex-toc-visit-location)
2745 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
2746 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
2747 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
2748 leaving "*toc*" only for references to the buffer.
2749
a0c2d0ae
MR
27502011-11-17 Martin Rudalics <rudalics@gmx.at>
2751
2752 * window.el (window-resize, delete-window, split-window):
2753 Replace window-splits by window-combination-resize.
1d00653d 2754 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 2755
35c0bac8
GM
27562011-11-17 Glenn Morris <rgm@gnu.org>
2757
2758 * progmodes/sh-script.el (sh-font-lock-keywords-var):
2759 Make bash entry derive from sh entry, not shell entry.
2760
d0c8fc8a
MA
27612011-11-16 Michael Albinus <michael.albinus@gmx.de>
2762
d0c8fc8a
MA
2763 * net/tramp-cache.el (tramp-flush-file-property): Flush also
2764 properties of linked files. (Bug#9879)
2765
7262a87c
MA
2766 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
2767 local file name.
2768
7877f373
JB
27692011-11-16 Juanma Barranquero <lekktu@gmail.com>
2770
2771 * menu-bar.el (menu-bar-file-menu):
2772 * printing.el (pr-ps-utility):
2773 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
2774 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
2775 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
2776 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
2777 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
2778 (icalendar--convert-cyclic-to-ical)
2779 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
2780 (icalendar--convert-ical-to-diary)
2781 (icalendar--convert-recurring-to-diary)
2782 (icalendar--convert-non-recurring-all-day-to-diary)
2783 (icalendar-import-format-sample):
2784 * progmodes/idlw-shell.el (idlwave-shell-mode):
2785 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
2786 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
2787 (vhdl-ps-print-init): Fix typos.
2788
10649b82
KM
27892011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
2790
9d0cfcd6
GM
2791 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
2792 FSF and collapse date sequence, obscure author/maintainer email address
2793 better, remove extra version line, track relocation of author's webpage.
10649b82 2794
9d0cfcd6
GM
2795 * progmodes/python.el (python-pdbtrack-input-prompt)
2796 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
2797 regular python pdb prompts. Adjustments shamelessly taken exactly as
2798 suggested in EmacsWiki page (tiny change):
2799 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 2800
58179cce
JB
28012011-11-16 Juanma Barranquero <lekktu@gmail.com>
2802
2803 * expand.el (expand-pos, expand-index, expand-point):
2804 Remove redundant info from docstring.
2805 (expand-add-abbrevs): Doc fix.
2806 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
2807 (expand-sample-perl-mode-expand-list): Fix typos.
2808
2809 * net/dbus.el (dbus-event-member-name):
2810 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
2811 * term/pc-win.el (msdos-create-frame-with-faces):
2812 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
2813
b6f67890
MR
28142011-11-16 Martin Rudalics <rudalics@gmx.at>
2815
2816 * window.el (split-window, window-state-get-1)
2817 (window-state-put-1, window-state-put-2): Rename occurrences of
2818 window-nest to window-combination-limit.
1d00653d 2819 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 2820
ce7ddba0
CY
28212011-11-16 Chong Yidong <cyd@gnu.org>
2822
2823 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
2824 regexp (Bug#10033).
2825
3ae704f4
SM
28262011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2827
2828 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
2829 `completing-read' will remove *Completions* and will preserve
2830 current-buffer for us.
2831 (tmm-add-prompt): Users of *Completions* will always (re)set its
2832 major mode.
2833 (tmm-old-comp-map): Remove.
2834
6ad1cdde
GM
28352011-11-16 Glenn Morris <rgm@gnu.org>
2836
2837 * mail/rmailedit.el: Require rmailmm when compiling.
2838 (rmail-old-mime-state): New declaration.
2839 (rmail-edit-current-message): If editing a mime message,
2840 edit the "raw" message from the mbox buffer.
2841 (rmail-cease-edit): Handle mime messages. (Bug#9840)
2842
d20faa20
GM
28432011-11-15 Glenn Morris <rgm@gnu.org>
2844
2845 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
2846 which wasn't being used. Add optional arg to force given state.
2847 (rmail-mime): Add optional arg to force given state.
2848
c7015153
JB
28492011-11-15 Juanma Barranquero <lekktu@gmail.com>
2850
2851 * allout.el (allout-encryption-plaintext-sanitization-regexps):
2852 * frame.el (display-mm-dimensions-alist):
2853 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
2854 (outline-move-subtree-down):
2855 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
2856 (newsticker--treeview-do-get-node):
2857 * net/quickurl.el (quickurl-list-buffer-name):
2858 * progmodes/dcl-mode.el (dcl-mode):
2859 * progmodes/gdb-mi.el (gdb-mapcar*):
2860 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
2861
45261b50
GM
28622011-11-15 Glenn Morris <rgm@gnu.org>
2863
2864 * mail/rmail.el (rmail-file-coding-system): It's only ever used
2865 in a boolean sense, so just make it a boolean, and fix the doc.
2866 (rmail-show-mime-function, rmail-mime-feature)
2867 (rmail-require-mime-maybe): Doc fixes.
2868 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
2869
2870 * mail/rmailmm.el (rmail-show-mime): Doc fix.
2871
0d26e0b6
JB
28722011-11-15 Juanma Barranquero <lekktu@gmail.com>
2873
2874 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
2875 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
2876 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
2877 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
2878
447f30f6
GM
28792011-11-15 Glenn Morris <rgm@gnu.org>
2880
672b871d
GM
2881 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
2882 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
2883 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
2884 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
2885 (rmail-mime, rmail-show-mime): Doc fixes.
2886
f6aa5bb1
GM
2887 * term/ns-win.el (mode-line-frame-identification):
2888 Leave it alone. (Bug#10051)
2889
947cd66b
GM
2890 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
2891
447f30f6
GM
2892 * mail/rmailout.el (rmail-output-to-rmail-buffer):
2893 Handle empty buffers. (Bug#9978)
2894
0b381c7e
JB
28952011-11-14 Juanma Barranquero <lekktu@gmail.com>
2896
2897 * international/mule.el (define-charset):
2898 * mail/rmailmm.el (rmail-mime-find-header-encoding):
2899 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
2900 * progmodes/verilog-mode.el (verilog-backward-token):
2901 * textmodes/ispell.el (lookup-words):
2902 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
2903
71e027ac
GM
29042011-11-14 Glenn Morris <rgm@gnu.org>
2905
56632ce4
GM
2906 * progmodes/executable.el
2907 (executable-make-buffer-file-executable-if-script-p):
2908 Handle file-modes returning nil.
2909
40500957
GM
2910 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
2911 message - not necessary, and causes problems. (Bug#9831)
2912
071c2340
GM
2913 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
2914
d3cfca60
GM
2915 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
2916
71e027ac
GM
2917 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
2918 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
2919 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
2920
89d61221
MR
29212011-11-12 Martin Rudalics <rudalics@gmx.at>
2922
2923 * window.el (window-resize, delete-window): Use window-splits
2924 variable instead of function.
2925 (window-state-get-1, window-state-put-2, window-state-put):
2926 Don't deal with windows' splits status.
2927
98282f6f
GM
29282011-11-12 Glenn Morris <rgm@gnu.org>
2929
2930 * apropos.el (apropos-do-all, apropos-library, apropos-value)
2931 (apropos-documentation): Doc fixes.
2932
40a8bdf6
JB
29332011-11-11 Juanma Barranquero <lekktu@gmail.com>
2934
2935 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
2936 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
2937
65bd19ff
SM
29382011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2939
2940 * electric.el (electric-indent-post-self-insert-function): Make it
2941 possible for a char to only indent in some circumstances.
2942 (electric-indent-mode): Simplify.
2943
54f9154c
MR
29442011-11-11 Martin Rudalics <rudalics@gmx.at>
2945
2946 * window.el (windows-with-parameter): Remove unused function.
2947 (windows-at-side): Rename to window-at-side-list.
2948 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
2949 (window-side-check, window-size-ignore, window-size-fixed-1)
2950 (window-in-direction-2): Prefix with "window--".
2951 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 2952
68cbc58b
GM
29532011-11-11 Glenn Morris <rgm@gnu.org>
2954
2955 * subr.el (eval-after-load): If FILE is already loaded,
2956 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
2957
b2621720
GM
29582011-11-10 Glenn Morris <rgm@gnu.org>
2959
9a4de110
GM
2960 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
2961 Call svn via vc-svn-command rather than vc-do-command.
2962 (vc-svn-command): Add --non-interactive. (Bug#9993)
2963 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
2964
b2621720
GM
2965 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
2966 Add toggle-read-only. (Bug#7292)
2967 * files.el (toggle-read-only): Mention that it should only
2968 be used interactively. (Bug#10006)
2969
1dce7193
SM
29702011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2971
d9ac1a1e
SM
2972 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2973 Adjust regexp for OCaml warnings.
2974
0c325082
SM
2975 * electric.el (electric-pair-post-self-insert-function): Let user
2976 turn it off buffer-locally (bug#9932).
2977
90132c14
SM
2978 * progmodes/python.el (python-beginning-of-statement):
2979 Rewrite (bug#2703).
2980
1dce7193
SM
2981 * progmodes/compile.el: Better handle TABs (bug#9749).
2982 (compilation-internal-error-properties)
2983 (compilation-next-error-function): Obey the target buffer's
2984 compilation-error-screen-columns.
2985
c4e7c63a
JB
29862011-11-09 Juanma Barranquero <lekktu@gmail.com>
2987
2988 * progmodes/meta-mode.el: Remove obsolete comments.
2989 (meta-right-comment-regexp, meta-ignore-comment-regexp):
2990 Fix typos in docstrings.
2991
2cffd681
MR
29922011-11-09 Martin Rudalics <rudalics@gmx.at>
2993
2994 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 2995 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
2996 (window--resizable): New function. Make all callers of
2997 window-resizable call window--resizable instead.
2998 (window-resizable): Rewrite in terms of window--resizable.
2999
0edcba87
GM
30002011-11-08 Glenn Morris <rgm@gnu.org>
3001
3002 * progmodes/delphi.el (delphi-mode-syntax-table):
3003 Let define-derived-mode define a proper syntax table. (Bug#9994)
3004
4b0d61e3
SM
30052011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3006
3007 * window.el: Stay away from defsubst.
3008 (window-list-no-nils): Remove.
3009 (window-state-get-1, window-state-get): Use backquote instead.
3010
cd394be1 30112011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 3012
4b0d61e3 3013 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 3014 Fix incorrect use of default argument in `completing-read'.
3015
e1c2c6f2
MR
30162011-11-08 Martin Rudalics <rudalics@gmx.at>
3017
3018 * window.el (display-buffer-function, special-display-function):
3019 Mention display-buffer-record-window but do not mention
3020 help-setup parameter in doc-strings.
b3f4a882 3021 (window-min-delta): Fix doc-string typo.
e1c2c6f2 3022
105216ed
CY
30232011-11-08 Chong Yidong <cyd@gnu.org>
3024
3025 * window.el (window-total-height, window-total-width): Doc fix.
3026 (window-body-size): Move from C.
3027 (window-body-height, window-body-width): Move to C.
3028
0a9f9ab5
SM
30292011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3030
3031 * window.el: Make special-display like display-buffer-alist (bug#9532).
3032 (display-buffer--special-action): New function, morphed
3033 from display-buffer--special.
3034 (display-buffer): Use it to handle special-display-buffers at higher
3035 priority (just after display-buffer-alist).
3036 (display-buffer-fallback-action, display-buffer--other-frame-action)
3037 (pop-to-buffer-same-window): Remove display-buffer--special.
3038
a769dd15
GM
30392011-11-07 Glenn Morris <rgm@gnu.org>
3040
3041 * calendar/cal-menu.el (cal-menu-set-date-title):
3042 Do nothing if not in a calendar. (Bug#9976)
3043
05a61ee3
SM
30442011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
3045
3046 * files.el (find-file): Always use selected-window.
3047
be7f5545
MR
30482011-11-07 Martin Rudalics <rudalics@gmx.at>
3049
3050 * window.el (window-combinations): Make WINDOW argument
3051 mandatory. Rewrite doc-string.
3052 (walk-window-subtree, window-atom-check, window-min-delta)
3053 (window-max-delta, window--resize-this-window)
3054 (window--resize-root-window-vertically, window-tree)
3055 (balance-windows, window-state-put): Rewrite doc-strings as to
3056 not mention the term "subwindow".
3057 (window--resize-subwindows-skip-p): Rename to
3058 window--resize-child-windows-skip-p.
3059 (window--resize-subwindows-normal): Rename to
3060 window--resize-child-windows-normal.
3061 (window--resize-subwindows): Rename to
3062 window--resize-child-windows.
3063 (window-or-subwindow-p): Rename to window--in-subtree-p.
3064
3c6702ef
ML
30652011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3066
3067 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
3068 Ensure that mbox format messages end in two newlines (Bug#9974).
3069
49745b39
CY
30702011-11-06 Chong Yidong <cyd@gnu.org>
3071
3072 * window.el (window-combination-p): Function deleted; its
3073 side-effect is not used in any existing code.
3074 (window-combinations, window-combined-p): Call window-*-child
3075 directly.
3076
24300f5f
CY
30772011-11-05 Chong Yidong <cyd@gnu.org>
3078
3079 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
3080 (window-size-ignore, window-state-get): Callers changed.
3081 (window-normalize-window): Rename from window-normalize-any-window.
3082 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 3083 (window-normalize-live-window): Delete.
447f16b8
CY
3084 (window-combination-p, window-combined-p, window-combinations)
3085 (walk-window-subtree, window-atom-root, window-min-size)
3086 (window-sizable, window-sizable-p, window-size-fixed-p)
3087 (window-min-delta, window-max-delta, window-resizable)
3088 (window-resizable-p, window-full-height-p, window-full-width-p)
3089 (window-current-scroll-bars, window-point-1, set-window-point-1)
3090 (window-at-side-p, window-in-direction, window-resize)
3091 (adjust-window-trailing-edge, maximize-window, minimize-window)
3092 (window-deletable-p, delete-window, delete-other-windows)
3093 (record-window-buffer, unrecord-window-buffer)
3094 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
3095 (quit-window, split-window, window-state-put)
3096 (set-window-text-height, fit-window-to-buffer)
3097 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 3098
89bd5ee1
EZ
30992011-11-04 Eli Zaretskii <eliz@gnu.org>
3100
53479029
EZ
3101 * mail/rmail.el (rmail-simplified-subject): Decode subject with
3102 rfc2047-decode-string.
3103 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
3104 warnings.
3105
89bd5ee1
EZ
3106 * window.el (window-body-height, window-body-width): Mention in
3107 the doc string that the return values are in frame's canonical
3108 units. (Bug#9949)
3109
bd17fdee
AM
31102011-11-03 Alan Mackenzie <acm@muc.de>
3111
3112 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
3113 change in cc-engine.el.
3114
acc825c5
SM
31152011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
3116
3117 * window.el (switch-to-buffer): Use `force-same-window' interactively.
3118
1885e5b8
MR
31192011-11-02 Martin Rudalics <rudalics@gmx.at>
3120
3121 * window.el (quit-window): Call unrecord-window-buffer after
3122 showing another buffer in the window. (Bug#9937)
acc825c5 3123 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 3124
ebe06da9
JB
31252011-11-02 Juanma Barranquero <lekktu@gmail.com>
3126
3127 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
3128 Accept status with more than 9 shelves. (Bug#9935)
3129 Reported by Colin D Bennett <colin@gibibit.com>.
3130
4ee88440
MR
31312011-11-01 Martin Rudalics <rudalics@gmx.at>
3132
3133 * help.el (with-help-window): Don't reference
3134 temp-buffer-show-specifiers in doc-string.
3135
08e1d82c
AS
31362011-10-31 Andreas Schwab <schwab@linux-m68k.org>
3137
3138 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
3139 menu-item.
3140
84bd6e9e
VJL
31412011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3142
3143 * whitespace.el: New version 13.2.2.
3144 (whitespace-newline-mode): Disable properly. Reported by Sarah
3145 <EmacsWiki>.
3146
dba0634a
UJ
31472011-10-30 Ulf Jasper <ulf.jasper@web.de>
3148
3149 * net/newst-treeview.el: Remove "Time-stamp".
3150 (newsticker--group-manage-orphan-feeds): Do not call
3151 newsticker--treeview-tree-update.
db22a3c2
JB
3152 (newsticker-treeview-update, newsticker-treeview):
3153 Call newsticker--treeview-tree-update if necessary.
dba0634a 3154
3d8daefe
MR
31552011-10-30 Martin Rudalics <rudalics@gmx.at>
3156
3157 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
3158 (window-iso-combinations): Remove "iso-" infix.
3159 Suggested by Chong Yidong.
3d8daefe
MR
3160 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
3161 (window-max-delta-1, window-resize, window--resize-siblings)
3162 (window--resize-this-window, adjust-window-trailing-edge)
3163 (split-window, balance-windows-1)
3164 (shrink-window-if-larger-than-buffer):
3165 * calendar/calendar.el (calendar-generate-window):
db22a3c2 3166 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 3167
1bc4c3ae
SM
31682011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3169
3170 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
3171 in place (bug#9907).
3172 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
3173 (eshell-rewrite-if-command, eshell-rewrite-for-command)
3174 (eshell-structure-basic-command, eshell-rewrite-while-command)
3175 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
3176 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
3177 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
3178 (eshell-do-pipelines-synchronously, eshell-eval-command):
3179 Use backquotes and prefer setq to set.
3180 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
3181 (eshell-macrop): Use functionp.
c1e2f5fa 3182 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 3183
30b65d9c
CY
31842011-10-30 Chong Yidong <cyd@gnu.org>
3185
3186 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
3187 instead of set-mark (Bug#9810).
3188
2d197ffb
CY
31892011-10-30 Chong Yidong <cyd@gnu.org>
3190
3191 * window.el (split-window-below, split-window-right): Rename from
3192 split-window-above-each-other and split-window-side-by-side
3193 respectively. All callers changed.
3194 (split-window-sensibly, split-window-sensibly): Use them.
3195 (split-window-keep-point): Doc fix.
3196
3197 * isearch.el: Add isearch-scroll property to split-window-below
3198 and split-window-right.
3199
3200 * follow.el (follow-mode):
3201 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
3202 * progmodes/ada-xref.el (ada-gdb-application):
3203 * emulation/vip.el (vip-buffer-in-two-windows):
3204 * image-dired.el (image-dired-dired-with-window-configuration):
3205 * dired-x.el (dired-do-find-marked-files):
3206 * dired.el (dired-pop-to-buffer):
3207 * bs.el (bs--show-with-configuration):
3208 * vc/emerge.el (emerge-setup-windows):
3209 * textmodes/two-column.el (2C-two-columns):
3210 * textmodes/reftex-toc.el (reftex-toc):
3211 * progmodes/gdb-mi.el (gdb-setup-windows):
3212 * progmodes/fortran.el (fortran-window-create):
3213 * net/newst-treeview.el (newsticker--treeview-window-init):
3214 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
3215 * emulation/tpu-edt.el (tpu-gold-map):
3216 * emulation/crisp.el (crisp-mode-map):
3217 * calendar/calendar.el (calendar-basic-setup): Callers changed.
3218
38bb2ca8
CY
32192011-10-29 Chong Yidong <cyd@gnu.org>
3220
aa4de341
CY
3221 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
3222
e1eb5385
CY
3223 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
3224
5d2ece3c
CY
3225 * textmodes/flyspell.el (flyspell-word): Fix char offset for
3226 forged Ispell output (Bug#7904).
3227
38bb2ca8
CY
3228 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
3229
d0af9f77
SM
32302011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3231
3232 * doc-view.el: Avoid ugly errors about not finding nil.
3233 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
3234 (doc-view-dvipdf-program, doc-view-unoconv-program)
3235 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
3236 Avoid nil or absolute file name as default value.
3237 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
3238
52bedd34
AM
32392011-10-28 Alan Mackenzie <acm@muc.de>
3240
db22a3c2 3241 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 3242
7e43cfa5
AM
32432011-10-28 Alan Mackenzie <acm@muc.de>
3244
3245 Amend the handling of c-beginning/end-of-defun in nested declaration
3246 scopes.
3247
52bedd34
AM
3248 * progmodes/cc-vars.el (c-defun-tactic): Move here from
3249 cc-langs.el. Change it to a defcustom.
7e43cfa5 3250
52bedd34
AM
3251 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
3252 cc-vars.el.
7e43cfa5 3253
d0af9f77
SM
3254 * progmodes/cc-engine.el (c-beginning-of-statement-1):
3255 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 3256
52bedd34 3257 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 3258 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
3259 (c-widen-to-enclosing-decl-scope): New function.
3260 (c-while-widening-to-decl-block): New macro.
3261 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
3262 outward for defun boundaries, and correspondingly change symbol
3263 `respect-enclosure' to `go-outward'.
3264 (c-declaration-limits): Change algorithm to report only the "innermost"
3265 defun's boundaries.
3266
1a2ce9ee
DD
32672011-10-28 Deniz Dogan <deniz@dogan.se>
3268
3269 * net/rcirc.el (rcirc-mode): Use hard newlines.
3270
bc97a826
AM
32712011-10-28 Alan Mackenzie <acm@muc.de>
3272
3273 Amend to indent and fontify macros "which include their own semicolon"
3274 correctly, using the "virtual semicolon" mechanism.
3275
52bedd34 3276 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 3277
d0af9f77 3278 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 3279 Recode to scan one line at a time rather than having \n and \r
58179cce 3280 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 3281 (c-forward-label): Amend for virtual semicolons.
58179cce 3282 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 3283
52bedd34
AM
3284 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
3285 of the new C macros.
bc97a826 3286
52bedd34 3287 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
3288 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
3289 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
3290 (c-opt-cpp-macro-define): Make into a full language variable.
3291 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
3292 AWK Mode (including \n, \r) removed, no longer needed.
3293
d0af9f77
SM
3294 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
3295 Invoke c-make-macro-with-semi-re.
bc97a826 3296
52bedd34
AM
3297 * progmodes/cc-vars.el (c-macro-with-semi-re):
3298 (c-macro-names-with-semicolon): New variables.
58179cce 3299 (c-make-macro-with-semi-re): New function.
bc97a826 3300
7a6c0941
SM
33012011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3302
3303 * vc/log-edit.el: Fill empty field rather than adding new one.
3304 (log-edit-add-field): New function.
3305 (log-edit-insert-changelog): Use it.
3306
b0c4cdcf
ML
33072011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3308
3309 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
3310
ee1f1da9
SM
33112011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3312
3313 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
3314 (gdb--check-interpreter): New function.
3315 (gdb): Use it.
3316
51bc5f8b
GM
33172011-10-27 Glenn Morris <rgm@gnu.org>
3318
416a2c45
GM
3319 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
3320 (least-positive-float, least-negative-float)
3321 (least-positive-normalized-float, least-negative-normalized-float)
3322 (float-epsilon, float-negative-epsilon):
3323 Remove unnecessary declarations.
3324
3325 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
3326 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
3327 (least-positive-float, least-negative-float)
3328 (least-positive-normalized-float, least-negative-normalized-float)
3329 (float-epsilon, float-negative-epsilon): Add doc-strings,
3330 based on those in cl.texi.
3331
51bc5f8b
GM
3332 * files.el (set-visited-file-name): If the major-mode changed,
3333 reload the local variables. (Bug#9796)
3334
15de15c6
CY
33352011-10-27 Chong Yidong <cyd@gnu.org>
3336
3337 * subr.el (change-major-mode-after-body-hook): New hook.
3338 (run-mode-hooks): Run it.
3339
ee1f1da9
SM
3340 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3341 Use change-major-mode-before-body-hook.
15de15c6
CY
3342
3343 * simple.el (fundamental-mode):
3344 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
3345 change introducing fundamental-mode-hook.
3346
5430d399
JB
33472011-10-26 Juanma Barranquero <lekktu@gmail.com>
3348
acc825c5 3349 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 3350
ad74a69e
MA
33512011-10-26 Michael Albinus <michael.albinus@gmx.de>
3352
3353 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 3354 tramp.el explicitly. (Bug#7583)
ad74a69e 3355
71d4c2a5
SM
33562011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3357
3358 * progmodes/octave-mod.el:
3359 * progmodes/octave-inf.el: Update maintainer.
3360
b1f6fa26
CY
33612011-10-26 Chong Yidong <cyd@gnu.org>
3362
3363 * subr.el (with-wrapper-hook): Rewrite doc.
3364
3f04efd6
MA
33652011-10-25 Michael Albinus <michael.albinus@gmx.de>
3366
3367 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 3368 filenames "/method:foo:". (Bug#9793)
3f04efd6 3369
410488d3
SM
33702011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3371
3372 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
3373 (bug#9865).
3374
c1ebb47e
GM
33752011-10-24 Glenn Morris <rgm@gnu.org>
3376
3377 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
3378
7f5c46c7
MA
33792011-10-24 Michael Albinus <michael.albinus@gmx.de>
3380
3381 * notifications.el: Add the requirement of a running D-Bus session
3382 bus to the Commentary.
3383
db2440b6
JL
33842011-10-24 Juri Linkov <juri@jurta.org>
3385
3386 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
3387 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
3388 (Bug#9364)
3389
feecf435
JL
33902011-10-24 Juri Linkov <juri@jurta.org>
3391
3392 * info.el (Info-following-node-name-re): Add newline to the list
3393 of allowed characters for leading space. (Bug#9824)
3394
a3839de2
SM
33952011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3396
acc825c5
SM
3397 * progmodes/octave-inf.el (inferior-octave-mode-map):
3398 Fix C-c C-h binding.
a3839de2
SM
3399 * progmodes/octave-mod.el (octave-help): Remove.
3400
09388e76
MA
34012011-10-23 Michael Albinus <michael.albinus@gmx.de>
3402
3403 Sync with Tramp 2.2.3.
3404
3405 * net/tramp-cache.el (top): Pacify byte-compiler using
3406 `init-file-user' and `site-run-file'.
3407
3408 * net/trampver.el: Update release number.
3409
86c60681
CY
34102011-10-23 Chong Yidong <cyd@gnu.org>
3411
3412 * files.el (toggle-read-only): Remove obsolete comment about
3413 version control.
3414
3415 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
3416 for toggle-read-only. Note that this hasn't called vc-next-action
3417 since 2008-05-02, though it wasn't documented at the time.
3418
a3839de2
SM
3419 * vc/ediff-init.el (ediff-toggle-read-only-function):
3420 Use toggle-read-only.
86c60681 3421
cd5495ff
AM
34222011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
3423
3424 Fix bug #9560, sporadic wrong indentation; improve instrumentation
3425 of c-parse-state.
3426
00b77525 3427 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 3428 correct faulty logical expression.
cd5495ff
AM
3429 (c-parse-state-state, c-record-parse-state-state):
3430 (c-replay-parse-state-state): New defvar/defuns.
3431 (c-debug-parse-state): Use new functions.
3432
42ee24ed
MR
34332011-10-22 Martin Rudalics <rudalics@gmx.at>
3434
3435 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 3436 last fix. Use window-in-direction correctly.
42ee24ed 3437
a7dee7e7
CY
34382011-10-21 Chong Yidong <cyd@gnu.org>
3439
3440 * progmodes/idlwave.el (idlwave-mode):
3441 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
3442 require-final-newline; that's done in prog-mode.
3443 Suggested by Stefan Monnier.
a7dee7e7 3444
e07b9a6d
MR
34452011-10-21 Martin Rudalics <rudalics@gmx.at>
3446
3447 * mouse.el (mouse-drag-window-above)
3448 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
3449 (mouse-drag-mode-line-1, mouse-drag-header-line)
3450 (mouse-drag-vertical-line-rightward-window): Remove.
3451 (mouse-drag-line): New function.
3452 (mouse-drag-mode-line, mouse-drag-header-line)
3453 (mouse-drag-vertical-line): Call mouse-drag-line.
3454 * window.el (window-at-side-p, windows-at-side): New functions.
3455
7e1361d9
UM
34562011-10-21 Ulrich Mueller <ulm@gentoo.org>
3457
3458 * tar-mode.el (tar-grind-file-mode):
3459 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
3460
30fcaf3a
CY
34612011-10-21 Chong Yidong <cyd@gnu.org>
3462
3463 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
3464 * progmodes/vera-mode.el (vera-mode):
3465 Use mode-require-final-newline.
30fcaf3a 3466
516eddb0
GM
34672011-10-20 Glenn Morris <rgm@gnu.org>
3468
db22a3c2 3469 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 3470
10d5f513
CS
34712011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
3472
3473 * emulation/cua-base.el (cua-set-mark): Fix case of string.
3474
ac6c8639
CY
34752011-10-20 Chong Yidong <cyd@gnu.org>
3476
3477 * emulation/cua-base.el (cua-mode):
3478 * mail/footnote.el (footnote-mode):
3479 * mail/mailabbrev.el (mail-abbrevs-mode):
3480 * net/xesam.el (xesam-minor-mode):
3481 * progmodes/bug-reference.el (bug-reference-mode):
3482 * progmodes/cap-words.el (capitalized-words-mode):
3483 * progmodes/compile.el (compilation-minor-mode)
3484 (compilation-shell-minor-mode):
3485 * progmodes/gud.el (gud-tooltip-mode):
3486 * progmodes/hideif.el (hide-ifdef-mode):
3487 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
3488 * progmodes/subword.el (subword-mode):
3489 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
3490 * progmodes/which-func.el (which-function-mode):
3491 * term/tvi970.el (tvi970-set-keypad-mode):
3492 * term/vt100.el (vt100-wide-mode):
3493 * textmodes/flyspell.el (flyspell-mode):
3494 * textmodes/ispell.el (ispell-minor-mode):
3495 * textmodes/nroff-mode.el (nroff-electric-mode):
3496 * textmodes/paragraphs.el (use-hard-newlines):
3497 * textmodes/refill.el (refill-mode):
3498 * textmodes/reftex.el (reftex-mode):
3499 * textmodes/rst.el (rst-minor-mode):
3500 * textmodes/sgml-mode.el (html-autoview-mode)
3501 (sgml-electric-tag-pair-mode):
3502 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
3503 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
3504 * emulation/crisp.el (crisp-mode):
3505 * emacs-lisp/eldoc.el (eldoc-mode):
3506 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
3507 minor mode behavior.
3508
aa42ab43
JL
35092011-10-19 Juri Linkov <juri@jurta.org>
3510
3511 * descr-text.el (describe-char): Add #x2010 and #x2011 to
3512 the list of hard-coded chars with escape-glyph face.
3513
89400f1d
SM
35142011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3515
3516 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
3517
305c07f6
MA
35182011-10-19 Michael Albinus <michael.albinus@gmx.de>
3519
3520 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
3521 running process.
3522
13754b54
GM
35232011-10-19 Glenn Morris <rgm@gnu.org>
3524
3525 * vc/vc-bzr.el (vc-bzr-after-dir-status):
3526 Ignore ignored files. (Bug#9726)
3527
06e21633
CY
35282011-10-19 Chong Yidong <cyd@gnu.org>
3529
3530 Doc fix for minor modes, stating that an omitted argument enables
3531 the mode unconditionally when called from Lisp.
3532
3533 * abbrev.el (abbrev-mode):
3534 * allout.el (allout-mode):
3535 * autoinsert.el (auto-insert-mode):
3536 * autoarg.el (autoarg-mode, autoarg-kp-mode):
3537 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
3538 (global-auto-revert-mode):
3539 * battery.el (display-battery-mode):
3540 * composite.el (global-auto-composition-mode)
3541 (auto-composition-mode):
3542 * delsel.el (delete-selection-mode):
3543 * desktop.el (desktop-save-mode):
3544 * dired-x.el (dired-omit-mode):
3545 * dirtrack.el (dirtrack-mode):
3546 * doc-view.el (doc-view-minor-mode):
3547 * double.el (double-mode):
3548 * electric.el (electric-indent-mode, electric-pair-mode):
3549 * emacs-lock.el (emacs-lock-mode):
3550 * epa-hook.el (auto-encryption-mode):
3551 * follow.el (follow-mode):
3552 * font-core.el (font-lock-mode):
3553 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
3554 * help.el (temp-buffer-resize-mode):
3555 * hilit-chg.el (highlight-changes-mode)
3556 (highlight-changes-visible-mode):
3557 * hi-lock.el (hi-lock-mode):
3558 * hl-line.el (hl-line-mode, global-hl-line-mode):
3559 * icomplete.el (icomplete-mode):
3560 * ido.el (ido-everywhere):
3561 * image-file.el (auto-image-file-mode):
3562 * image-mode.el (image-minor-mode):
3563 * iswitchb.el (iswitchb-mode):
3564 * jka-cmpr-hook.el (auto-compression-mode):
3565 * linum.el (linum-mode):
3566 * longlines.el (longlines-mode):
3567 * master.el (master-mode):
3568 * mb-depth.el (minibuffer-depth-indicate-mode):
3569 * menu-bar.el (menu-bar-mode):
3570 * minibuf-eldef.el (minibuffer-electric-default-mode):
3571 * mouse-sel.el (mouse-sel-mode):
3572 * msb.el (msb-mode):
3573 * mwheel.el (mouse-wheel-mode):
3574 * outline.el (outline-minor-mode):
3575 * paren.el (show-paren-mode):
3576 * recentf.el (recentf-mode):
3577 * reveal.el (reveal-mode, global-reveal-mode):
3578 * rfn-eshadow.el (file-name-shadow-mode):
3579 * ruler-mode.el (ruler-mode):
3580 * savehist.el (savehist-mode):
3581 * scroll-all.el (scroll-all-mode):
3582 * scroll-bar.el (scroll-bar-mode):
3583 * server.el (server-mode):
3584 * shell.el (shell-dirtrack-mode):
3585 * simple.el (auto-fill-mode, transient-mark-mode)
3586 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
3587 (line-number-mode, column-number-mode, size-indication-mode)
3588 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
3589 * strokes.el (strokes-mode):
3590 * time.el (display-time-mode):
3591 * t-mouse.el (gpm-mouse-mode):
3592 * tool-bar.el (tool-bar-mode):
3593 * tooltip.el (tooltip-mode):
3594 * type-break.el (type-break-mode-line-message-mode)
3595 (type-break-query-mode):
3596 * view.el (view-mode):
3597 * whitespace.el (whitespace-mode, whitespace-newline-mode)
3598 (global-whitespace-mode, global-whitespace-newline-mode):
3599 * xt-mouse.el (xterm-mouse-mode): Doc fix.
3600
a3839de2
SM
3601 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3602 Fix autogenerated docstring.
06e21633 3603
5214e501
JL
36042011-10-19 Juri Linkov <juri@jurta.org>
3605
3606 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
3607 by checking environment variables "DESKTOP_SESSION" and
3608 "XDG_CURRENT_DESKTOP". (Bug#9779)
3609
195f8db9
JL
36102011-10-19 Juri Linkov <juri@jurta.org>
3611
3612 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
3613 (browse-url-chromium-program, browse-url-chromium-arguments):
3614 New defcustoms.
3615 (browse-url-default-browser): Check for `browse-url-chromium' and
3616 call `browse-url-chromium-program'.
3617 (browse-url-chromium): New command. (Bug#9779)
3618
343a34ff
JB
36192011-10-18 Juanma Barranquero <lekktu@gmail.com>
3620
3621 * facemenu.el (list-colors-duplicates): On Windows, detect more
3622 duplicates by assuming that only colors matching "^System" are
3623 special "system colors". (Bug#9722)
3624
6978a151
SM
36252011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3626
3627 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
3628 to distinguish the author from the committer.
3629
6a80b297
MA
36302011-10-18 Michael Albinus <michael.albinus@gmx.de>
3631
3632 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
3633
b31a5677
JK
36342011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
3635
3636 * international/mule.el (sgml-html-meta-auto-coding-function):
3637 Add support for detecting encoding in HTML5 specified only as
3638 <meta charset="UTF-8">. Implementation just makes http-equiv and
3639 content-type parts from HTML4 encoding string optional. (Bug#9716)
3640
80c6d77f
GM
36412011-10-18 Glenn Morris <rgm@gnu.org>
3642
3643 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
3644
08b0fee8
CY
36452011-10-18 Chong Yidong <cyd@gnu.org>
3646
3647 * faces.el (cursor): Doc fix.
3648
67e729a5
CY
36492011-10-17 Chong Yidong <cyd@gnu.org>
3650
3651 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
3652
343a34ff 36532011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
3654
3655 * dirtrack.el (dirtrack): Support shell buffers with path
3656 prefixes, e.g. tramp-based remote shells. (Bug#9647)
3657
0bc06380
TZ
36582011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
3659
3660 * json.el: Bump version to 1.3 and note change in History.
3661 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
3662
8b79f3e0
SM
36632011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
3664
5a7c536b
SM
3665 * comint.el (comint-insert-input, comint-send-input)
3666 (comint-get-old-input-default, comint-backward-matching-input)
3667 (comint-next-prompt): Use nil instead of `input' for field property of
3668 past user input (bug#114).
3669
96a8a0df
SM
3670 * minibuffer.el (completion--replace): Inherit surrounding properties
3671 (bug#114).
3672 (minibuffer-complete-and-exit): Use it.
3673
8b79f3e0
SM
3674 * comint.el (comint--table-subvert): Quote the all-completions output
3675 (bug#9160).
3676
b8f7ff0d
MR
36772011-10-17 Martin Rudalics <rudalics@gmx.at>
3678
8b79f3e0 3679 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 3680
b8f7ff0d 3681 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 3682 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
3683 entries and separate them from frame entries.
3684
c235b555
GM
36852011-10-15 Glenn Morris <rgm@gnu.org>
3686
3687 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
3688 Doc fixes.
3689
6bbfa6e1
CY
36902011-10-15 Chong Yidong <cyd@stupidchicken.com>
3691
8b79f3e0
SM
3692 * net/network-stream.el (network-stream-open-starttls):
3693 Improve detection of failure due to lack of TLS support.
ec5c990d 3694
6bbfa6e1
CY
3695 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
3696 putting the input text in front and in bold.
3697
98488977
SM
36982011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
3699
3d1337be
SM
3700 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
3701
ee0b45e4
SM
3702 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
3703 empty buffer.
3704
98488977
SM
3705 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
3706 unread-command-events rather than pushing yet-another event.
3707
186f4720
EZ
37082011-10-14 Eli Zaretskii <eliz@gnu.org>
3709
3710 * mail/sendmail.el (sendmail-query-once): Improve the wording of
3711 the explanation of the possible choices. Make the options passed
3712 to completing-read shorter.
3713
8b7a997c
AM
37142011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3715
3716 * textmodes/flyspell.el (flyspell-large-region): Make sure
3717 extended character mode is used if defined (Bug#1339).
3718
12587bbb
EZ
37192011-10-13 Eli Zaretskii <eliz@gnu.org>
3720
3721 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
3722 character info for LRE, LRO, RLE, and RLO characters by appending
3723 an invisible PDF.
12587bbb 3724
bad41229
SM
37252011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
3726
3727 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
3728 even in case of error; add debug spec; simplify data flow.
3729 (with-timeout-handler): Remove.
3730
28dbc92f
MA
37312011-10-12 Michael Albinus <michael.albinus@gmx.de>
3732
3733 Fix Bug#6019, Bug#9315.
3734
3735 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
3736 complete `buffer-file-name', the local file name part could look
3737 remotely (for example on VMS).
3738
3739 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
3740 `tramp-run-real-handler'.
3741 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
3742 already quoted by '"'.
3743
3744 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
3745 Let `file-name-handler-alist' be nil, the local file name part
3746 could look remotely (for example on VMS).
3747
e1b0b23a
SM
37482011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3749
3750 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
3751 from here...
3752 (flyspell-post-command-hook): ...to here.
3753
a120bde9
SM
37542011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3755
3756 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
3757 if not needed.
3758 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
3759 using completion. Protect against "slow" callers.
3760 Remove the "message hack".
3761
7ce7717b
JL
37622011-10-11 Juri Linkov <juri@jurta.org>
3763
3764 * isearch.el (isearch-lazy-highlight-word): New variable.
3765 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
3766 Use it. (Bug#9727)
3767
c02ee9d6
GM
37682011-10-11 Glenn Morris <rgm@gnu.org>
3769
3770 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
3771 like f90-previous-statement does.
3772
93e616fd 37732011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3774
1f190e73 3775 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
3776 only in interactive use, to avoid error.
3777
af7b6078
SM
37782011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3779
3780 * minibuffer.el (completion-file-name-table): Fix last change,
3781 i.e. ignore normal errors but not the other ones.
3782
0563dae9
MR
37832011-10-10 Martin Rudalics <rudalics@gmx.at>
3784
3785 * window.el (special-display-buffer-names)
3786 (special-display-regexps): Remove some remnants of earlier
3787 changes from doc-strings.
366ca7f3
MR
3788 (quit-windows-on): New function.
3789
3790 * vc/vc.el (vc-revert, vc-rollback):
3791 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
3792 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 3793 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 3794
49677495
MR
37952011-10-09 Martin Rudalics <rudalics@gmx.at>
3796
3797 * window.el (frame-auto-hide-function): Add version tag.
3798 (Bug#9699)
3799
56f2d1e1
MA
38002011-10-09 Michael Albinus <michael.albinus@gmx.de>
3801
3802 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
3803 condition.
3804
112a6592
LL
38052011-10-09 Leo Liu <sdl.web@gmail.com>
3806
3807 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
3808 (Bug#9701)
3809
0812589b
GM
38102011-10-08 Glenn Morris <rgm@gnu.org>
3811
3812 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
3813 before the first code statement zero indent. (Bug#9690)
3814
b2b0776e
CY
38152011-10-08 Chong Yidong <cyd@stupidchicken.com>
3816
3817 * simple.el (count-words-region): Always count in the region.
3818 Report the number of lines and characters too.
3819 (count-words): New command, which counts in the buffer if the
3820 region is inactive, as count-words-region used to.
3821 (count-words--message): New function. Handle plurals.
3822 (count-lines-region): Make it an alias for count-words-region.
3823
3824 * bindings.el (esc-map): Replace count-lines-region with
3825 count-words-region.
3826
c557cd6b
MR
38272011-10-08 Martin Rudalics <rudalics@gmx.at>
3828
3829 * window.el (window--delete): Delete dedicated frame
3830 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 3831 (switch-to-buffer): Fix doc-string typo.
c557cd6b 3832
61a57ef4 38332011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3834
3a7d293b 3835 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 3836
c3833279
CY
38372011-10-07 Chong Yidong <cyd@stupidchicken.com>
3838
3839 * bindings.el ([M-left],[M-right]): Bind to left-word and
3840 right-word respectively.
3841
21ce8245
GM
38422011-10-07 Glenn Morris <rgm@gnu.org>
3843
3844 * cus-start.el (debug-on-quit): Fix custom type.
3845
6d823bb2
LMI
38462011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3847
0181e193
LMI
3848 * subr.el (define-key-after): Clarify that the function is not
3849 useful for non-menu keymaps.
3850
6d823bb2
LMI
3851 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
3852
8e3459ce 38532011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3854
21ce8245 3855 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 3856 in current minibuffer (Fix bug with recursive minibuffers).
3857
a1c2d21e
CY
38582011-10-06 Chong Yidong <cyd@stupidchicken.com>
3859
3860 * progmodes/gdb-mi.el (gdb): Doc fix.
3861
5a4cf282
MR
38622011-10-05 Martin Rudalics <rudalics@gmx.at>
3863
3864 * window.el (frame-auto-hide-function): New option replacing
3865 frame-auto-delete. Suggested by Stefan Monnier.
3866 (window--delete): Call frame-auto-hide-function instead of
3867 investigating frame-auto-delete.
c96111ea
MR
3868 (window-point-1, set-window-point-1): New functions.
3869 (window-in-direction, record-window-buffer, window-state-get-1)
3870 (display-buffer-record-window): Use window-point-1 instead of
3871 window-point.
3872 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 3873
9854542e
SM
38742011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
3875
3876 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
3877
8943cfb0
GM
38782011-10-05 Glenn Morris <rgm@gnu.org>
3879
3880 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
3881 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
3882
647ab967
LL
38832011-10-05 Leo Liu <sdl.web@gmail.com>
3884
3885 * subr.el (read-char-choice): Fix argument to buffer-live-p which
3886 works with buffer object.
3887
3ddfbced
SM
38882011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
3889
3890 * mpc.el (mpc-tool-bar-map): Add labels.
3891
bdfa5dd2
GM
38922011-10-04 Glenn Morris <rgm@gnu.org>
3893
3894 * calendar/holidays.el (calendar-check-holidays): Doc fix.
3895
0e2070b5
MR
38962011-10-04 Martin Rudalics <rudalics@gmx.at>
3897
3898 * window.el (window--delete): New function.
3899 (frame-auto-delete): Resuscitate option.
3900 (bury-buffer, replace-buffer-in-windows)
3901 (quit-window): Rewrite using window--delete.
3902 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
3903 Pass display-buffer-mark-dedicated to window--display-buffer-2
3904 (Bug#9639).
3905
3dc61a09
SM
39062011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3907
915a9b64
SM
3908 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
3909 returns a list (bug#9554). Add remote file name completion.
3910 * comint.el (comint--table-subvert): Curry and get quote&unquote
3911 functions as arguments.
3912 (comint--complete-file-name-data): Adjust call accordingly.
3913 * pcomplete.el (pcomplete--table-subvert): Remove.
3914 (pcomplete-completions-at-point): Use comint--table-subvert instead.
3915
3dc61a09
SM
3916 * minibuffer.el (completion-table-case-fold): Use currying.
3917 (completion--styles-type, completion--cycling-threshold-type):
3918 New constants.
3919 (completion-styles, completion-category-overrides)
3920 (completion-cycle-threshold): Use them.
3921 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
3922 completion-table-case-fold.
3923
8ea0a993
SB
39242011-10-03 Stephen Berman <stephen.berman@gmx.net>
3925
3926 * minibuffer.el (completion-category-overrides): Fix type of styles
3927 and add more user friendly tags (bug#9660).
3928
8c24b7f6
SM
39292011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3930
3931 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
3932 (mule-input-method-string): New widget.
3933 (default-input-method, language-info-custom-alist): Use it.
3934
428fe61a
SM
39352011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
3936
32c1fffd
SM
3937 * pcomplete.el: Require comint.
3938 (pcomplete--common-suffix): Remove.
3939 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
3940 (pcomplete--table-subvert): Sync with comint--table-subvert.
3941 (pcomplete--entries): Use comint-completion-file-name-table.
3942 * comint.el (comint-unquote-filename): Simplify.
3943 (comint-completion-file-name-table): New function (bug#9616).
3944 (comint--complete-file-name-data): Use it.
3945
428fe61a
SM
3946 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
3947 (pcmpl-gnu-tar-buffer): Remove.
3948 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
3949 around. Make sure pcomplete-suffix-list is only changed temporarily.
3950 Don't look inside the tar's file if it's too large.
428fe61a 3951
04c52e2f
CY
39522011-10-01 Chong Yidong <cyd@stupidchicken.com>
3953
ce3cefcc
CY
3954 * cus-edit.el (custom-mode-map):
3955 * epa.el (epa-key-list-mode-map):
3956 * man.el (Man-mode-map):
3957 * startup.el (splash-screen-keymap):
3958 * simple.el (special-mode-map): Use scroll-up-command and
3959 scroll-down-command.
3960
3961 * progmodes/idlw-help.el (idlwave-help-mode-map):
3962 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
3963 * net/newst-plainview.el (newsticker-mode-map):
3964 * emulation/ws-mode.el (wordstar-mode-map):
3965 * emulation/vi.el (vi-com-map):
3966 * calc/calc-graph.el (calc-graph-show-dumb):
3967 * term/sun.el (terminal-init-sun):
3968 * term/ns-win.el (global-map):
3969 * progmodes/grep.el (grep-mode-map):
3970 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
3971 * mail/rmail.el (rmail-mode-map):
3972 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
3973
04c52e2f
CY
3974 * custom.el (custom-safe-themes, load-theme): Treat value of t for
3975 custom-safe-themes as special.
3976
79adf8c8
JD
39772011-10-01 Julien Danjou <julien@danjou.info>
3978
3979 * notifications.el (notifications-notify): Fix docstring.
3980
63bd50d3
PS
39812011-10-01 Per Starbäck <per@starback.se>
3982
3983 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
3984
199e4c7e
MR
39852011-09-30 Martin Rudalics <rudalics@gmx.at>
3986
3987 * startup.el (command-line-1): Fix last fix by inserting
3988 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 3989 (Bug#9605) and (Bug#9636)
199e4c7e 3990
fe5f08dd
EZ
39912011-09-29 Eli Zaretskii <eliz@gnu.org>
3992
3993 * simple.el (line-move): If auto-hscroll-mode is disabled and the
3994 window is hscrolled, move by logical lines. (Bug#9607)
3995 (line-move-visual): Update the doc string to the above effect.
3996
b5516bbd
MR
39972011-09-29 Martin Rudalics <rudalics@gmx.at>
3998
ccee00c0
MR
3999 * window.el (display-buffer-record-window): When WINDOW is the
4000 selected window use `point' instead of `window-point'. (Bug#9626)
4001
b5516bbd
MR
4002 * startup.el (command-line-1): Use insert-before-markers when
4003 inserting initial-scratch-message. (Bug#9605)
ccee00c0 4004
b5516bbd
MR
4005 * help.el (help-window): Remove variable.
4006
52aa0014
GM
40072011-09-29 Glenn Morris <rgm@gnu.org>
4008
4009 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
4010
df9a7357
JB
40112011-09-29 Juanma Barranquero <lekktu@gmail.com>
4012
4013 * descr-text.el (describe-char-categories): Accept category
4014 descriptions more than one line long.
4015
a8406c20
SM
40162011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4017
88d9610c
SM
4018 * simple.el (delete-trailing-whitespace): Fix last change.
4019
a5daf810
SM
4020 * progmodes/perl-mode.el (perl-syntax-propertize-function):
4021 Don't confuse "y => 3" as the beginning of a `y' operation.
4022
a8406c20
SM
4023 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
4024 object has more than 4 slots (bug#9613).
4025
a239d4e9
JB
40262011-09-28 Juanma Barranquero <lekktu@gmail.com>
4027
4028 * subr.el (with-output-to-temp-buffer):
4029 * net/quickurl.el (quickurl, quickurl-browse-url):
4030 Fix typos in docstrings.
4031
693fbdb6
EZ
40322011-09-27 Eli Zaretskii <eliz@gnu.org>
4033
4034 * minibuffer.el (completion-styles)
4035 (completion-category-overrides): Cross reference each other in doc
4036 strings.
4037
8b457e28
GM
40382011-09-27 Glenn Morris <rgm@gnu.org>
4039
4040 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
4041 to split-string. (Bug#9606)
4042
85a16208
LMI
40432011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4044
4045 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
4046 (bug#9615).
4047
502f9ebd
CY
40482011-09-27 Chong Yidong <cyd@stupidchicken.com>
4049
4050 * emacs-lisp/package.el (list-packages): Fix echo area message.
4051
7690bdea
LL
40522011-09-27 Leo Liu <sdl.web@gmail.com>
4053
4054 * ido.el (ido-read-internal): Accept cons cell HIST arg.
4055
e2ee6f30
MA
40562011-09-25 Michael Albinus <michael.albinus@gmx.de>
4057
4058 * net/dbus.el (dbus-unregister-object): Don't release services for
4059 registered signals. (Bug#9581)
4060
f3f98342
TZ
40612011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4062
4063 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
4064 function that picks between cfengine 2 and 3 support
4065 automatically. Update docs accordingly.
4066
dd7aa8dd
KH
40672011-09-22 Kenichi Handa <handa@m17n.org>
4068
4069 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
4070 ZERO.
4071 (indian-itrans-v5-table-for-tamil): New variable.
4072 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
4073
3f2b07f8
KM
40742011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
4075
4076 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
4077 that's true if the current command involved collapsing of text.
4078 It's reset to false at the beginning of the next command.
4079 (allout-post-command-business): Move the cursor to the beginning
4080 of entry if the cursor is hidden and collapsing activity just
4081 happened.
4082
371d6a61
CY
40832011-09-24 Chong Yidong <cyd@stupidchicken.com>
4084
4085 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
4086 tracking (Bug#9541).
4087
2ac2721a
UJ
40882011-09-24 Ulf Jasper <ulf.jasper@web.de>
4089
4090 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
4091 (newsticker-show-news): Automatically load html rendering package
4092 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
4093 because w3m-fill-column is let-bound" and the error "Symbol's value
4094 as variable is void: w3m-fill-column".
2ac2721a 4095
fac7ae53
MA
40962011-09-24 Michael Albinus <michael.albinus@gmx.de>
4097
4098 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
4099 Release services only if they are defined. (Bug#9581)
4100
e08b633b
RS
41012011-09-23 Richard Stallman <rms@gnu.org>
4102
e488d29c
RS
4103 * textmodes/paragraphs.el (forward-sentence): For backwards case,
4104 distinguish start of paragraph from start of its text.
4105
19c38752
RS
4106 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
4107
e08b633b
RS
4108 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
4109 (rmail-generate-viewer-buffer): Put that hook on view buffer.
4110 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
4111
0a39f27e
AS
41122011-09-23 Andreas Schwab <schwab@linux-m68k.org>
4113
4114 * international/mule-diag.el (mule-diag): Insert a newline after
4115 each fontset description.
4116
db4e950d
SM
41172011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4118
4119 * simple.el (delete-trailing-whitespace):
4120 Document last change; simplify.
4121
eca3f3ea
PW
41222011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
4123
d68e189a
PW
4124 * simple.el (delete-trailing-whitespace): Also delete
4125 extra newlines at the end of the buffer.
4126
eca3f3ea
PW
4127 * textmodes/picture.el: Make motion commands obey shift-select-mode.
4128 (picture-newline): Use forward-line so as to ignore fields.
4129
01c157cc
SM
41302011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4131
4132 * subr.el (with-wrapper-hook): Fix edebug spec.
4133
022de23e
LMI
41342011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4135
4136 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
4137 (bug#4538).
4138
91683089
MA
41392011-09-23 Michael Albinus <michael.albinus@gmx.de>
4140
eca3f3ea
PW
4141 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
4142 Fix nasty bug using wrong cached values.
91683089 4143
5bdd6fa4
AM
41442011-09-23 Alan Mackenzie <acm@muc.de>
4145
4146 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
4147
97adfb97
CY
41482011-09-23 Chong Yidong <cyd@stupidchicken.com>
4149
4150 * window.el (pop-to-buffer): Ensure right window is selected if we
4151 chose another frame.
4152
d4ef2b50
EZ
41532011-09-22 Eli Zaretskii <eliz@gnu.org>
4154
4155 * simple.el (what-cursor-position): Use get-char-property-change
4156 and next-single-char-property-change, to be able to show display
4157 properties that come from overlays as well as text properties.
4158
72258fe5
CY
41592011-09-22 Chong Yidong <cyd@stupidchicken.com>
4160
4161 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
4162
4163 * cmuscheme.el (run-scheme, switch-to-scheme):
4164 * cus-edit.el (customize-group, custom-buffer-create)
4165 (customize-browse):
4166 * info.el (info):
4167 * shell.el (shell):
4168 * mail/sendmail.el (mail):
4169 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
4170
8f098516
RS
41712011-09-22 Richard Stallman <rms@gnu.org>
4172
4173 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
4174 move back only to line beg, don't move back over blank lines.
4175
e74f1bb6
MA
41762011-09-22 Michael Albinus <michael.albinus@gmx.de>
4177
4178 * files.el (copy-directory): Set directory attributes only in case
4179 they could be retrieved from the source directory. (Bug#9565)
4180
bfeef8b6
DK
41812011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
4182
4183 * progmodes/hideshow.el (hs-looking-at-block-start-p)
4184 (hs-find-block-beginning, hs-hide-level-recursive):
4185 Ignore strings as well as comments. (Bug#9502)
4186
7e423bb8
AS
41872011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
4188
4189 * progmodes/sql.el (sql-comint-postgres):
4190 Convert port number to a string. (Bug#9566)
4191
b4d72fcf
MR
41922011-09-22 Martin Rudalics <rudalics@gmx.at>
4193
4194 * window.el (quit-window): Undedicate window when switching to
4195 previous buffer. Reported by Thierry Volpiatto
4196 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
4197 (special-display-popup-frame): When popping up a new frame reset
4198 its previous buffers to nil. Simplify code.
b4d72fcf 4199
a7b88dc6
MA
42002011-09-21 Michael Albinus <michael.albinus@gmx.de>
4201
4202 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
4203 and process filter, as done also in `shell-command'.
4204
cf4eacfd
MR
42052011-09-21 Martin Rudalics <rudalics@gmx.at>
4206
eca3f3ea 4207 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
4208 Call set-window-start with NOFORCE argument t.
4209 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
4210 (quit-window): Reword doc-string. Handle new format of
4211 quit-restore parameter. Don't delete window if it has a
4212 previous buffer we can show instead of the present one.
4213 (display-buffer-record-window): Rewrite using a new format for
4214 the quit-restore window parameter
4215 (special-display-popup-frame, display-buffer-same-window)
4216 (display-buffer-reuse-window, display-buffer-pop-up-frame)
4217 (display-buffer-pop-up-window, display-buffer-use-some-window):
4218 Adapt symbol passed to display-buffer-record-window.
4219 * help.el (help-window-setup): Handle new format of quit-restore
4220 parameter.
4221
8d28cb95
SM
42222011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4223
94ab793f
SM
4224 * faces.el (face-list): Fix docstring (bug#9564).
4225
8d28cb95
SM
4226 * window.el (display-buffer--action-function-custom-type):
4227 Don't include internal functions in the Custom interface.
4228
3820edeb
JL
42292011-09-20 Juri Linkov <juri@jurta.org>
4230
4231 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
4232 (Info-forward-node, Info-backward-node, Info-next-preorder)
4233 (Info-last-preorder): Use it. (Bug#9528)
4234
5147931d
JL
42352011-09-20 Juri Linkov <juri@jurta.org>
4236
4237 * info.el (Info-last-preorder): Visit last menu item only when
4238 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
4239
cf499a1a
JD
42402011-09-20 Julien Danjou <julien@danjou.info>
4241
4242 * password-cache.el (password-cache-remove): Remove entries even if the
4243 value is nil, so that password with a nil value (negative caching) is
4244 possible to invalidate.
4245
f84e2fe2
LM
42462011-09-20 Lawrence Mitchell <wence@gmx.li>
4247
4248 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
4249 all whitespace around breakpoint. (Bug#9553)
4250 (f90-find-breakpoint): Only break at whitespace inside a comment.
4251
78054a46
SM
42522011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
4253
4254 * minibuffer.el (completion-file-name-table): Keep track of errors.
4255 (completion-table-with-predicate): Handle the case where pred1 is nil.
4256 * pcomplete.el (pcomplete-completions-at-point): Simplify.
4257
345083b2
SM
42582011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4259
e24e27be
SM
4260 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
4261 (debugger-return-value): Signal an error if the debugging context does
4262 not await any return value.
4263
345083b2
SM
4264 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
4265 * image-mode.el (image-toggle-display-text)
4266 (image-toggle-display-image): Stay away from evil `intangible'.
4267
08d355e3
LL
42682011-09-19 Leo Liu <sdl.web@gmail.com>
4269
4270 * replace.el (occur-revert-arguments): Make it permanent-local.
4271 (occur-mode): Don't call font-lock-defontify.
4272
f01da43f
CY
42732011-09-19 Chong Yidong <cyd@stupidchicken.com>
4274
4275 * net/ldap.el (ldap-search-internal): Don't push empty search
4276 result (Bug#9508).
4277
b6072fa6
SM
42782011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4279
4280 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
4281
443d6696
MA
42822011-09-19 Michael Albinus <michael.albinus@gmx.de>
4283
4284 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
4285 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
4286
7cc6e154
JL
42872011-09-18 Juri Linkov <juri@jurta.org>
4288
4289 * buff-menu.el (Buffer-menu-mode-map):
4290 * dired.el (dired-mode-map):
4291 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
4292 (lisp-interaction-mode-map):
4293 * emacs-lisp/package.el (package-menu-mode-map):
4294 * epa.el (epa-key-list-mode-map):
4295 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
4296 (menu-bar-options-menu):
4297 * outline.el (outline-mode-menu-bar-map):
4298 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
4299 * vc/vc-dir.el (vc-dir-menu-map):
4300 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
4301 Capitalize non-function content words in menu item strings.
4302
4303 * dired.el (dired-mode-map): Add menu item for
4304 `image-dired-dired-toggle-marked-thumbs'.
4305
80302a81
JL
43062011-09-18 Juri Linkov <juri@jurta.org>
4307
4308 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
4309 to `isearch-case-fold-search' and restore its original value
4310 after the `isearch-mode' call.
4311
46c5cf66
JL
43122011-09-18 Juri Linkov <juri@jurta.org>
4313
4314 * progmodes/grep.el (grep-process-setup): Don't check code for 1
4315 because `zgrep' returns 1 for successful matches (bug#9226).
4316
d18b513b
JL
43172011-09-18 Juri Linkov <juri@jurta.org>
4318
4319 * info.el (Info-extract-menu-node-name): Check the second match
4320 for empty string (second test-case of bug#9528).
4321 (Info-last-preorder): Let-bind `Info-history' to nil to not add
4322 intermediate nodes to the history (first test-case of bug#9528).
4323
72753f87
JL
43242011-09-18 Juri Linkov <juri@jurta.org>
4325
4326 * info.el (Info-mode-syntax-table): New variable.
1154d12e 4327 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 4328
c9384295
JL
43292011-09-18 Juri Linkov <juri@jurta.org>
4330
1154d12e
JB
4331 * info.el (Info-file-supports-index-cookies):
4332 Increment line-beginning-position's arg from 3 to 4 because makeinfo
4333 outputs one more line for long file names (bug#4142).
c9384295 4334
d473dce8
CY
43352011-09-18 Chong Yidong <cyd@stupidchicken.com>
4336
4337 * newcomment.el (comment-normalize-vars): If prompting for
4338 comment-start, set comment-start-skip too (Bug#8424).
4339
2176854d
JB
43402011-09-18 Johan Bockgård <bojohan@gnu.org>
4341
4342 * icomplete.el: Fix previous fix of Bug#5849.
4343 (icomplete-mode): Don't set completion-show-inline-help.
4344 (icomplete-minibuffer-setup): Set completion-show-inline-help
4345 locally during icompletion.
4346
3aace4e4
CY
43472011-09-18 Chong Yidong <cyd@stupidchicken.com>
4348
c940224f
CY
4349 * woman.el (woman2-process-escapes): Don't delete unrecognized
4350 escapes (Bug#7843).
4351
3aace4e4
CY
4352 * files.el (inhibit-first-line-modes-regexps): Add image files.
4353 (hack-local-variables-prop-line): Return nil for malformed
4354 prop-lines (Bug#9044).
4355
710dec63
MA
43562011-09-18 Michael Albinus <michael.albinus@gmx.de>
4357
4358 * net/tramp.el (top): Don't require 'shell.
4359 (tramp-methods): Fix docstring.
4360 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
4361 Return complete remote file name. Handle "smb" case.
4362 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
4363 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
4364
4365 * net/tramp-compat.el (top): Require 'shell.
4366
4367 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
4368 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
4369 `tramp-current-host'.
4370 (tramp-get-remote-tmpdir): Remove.
4371
4372 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
4373 `tramp-tmpdir' entries.
4374 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
4375 (tramp-smb-handle-file-attributes): Ignore errors.
4376 (tramp-smb-wait-for-output): Check also for process end.
4377
5d5ac8ec
LMI
43782011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4379
4380 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
4381 when sending QUIT (bug#9312).
4382
8c0f49f0
CY
43832011-09-17 Chong Yidong <cyd@stupidchicken.com>
4384
4385 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
4386 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
4387 occur-mode-display-occurrence.
4388 (occur-edit-mode): Add usage message.
4389 (occur-cease-edit): New command.
4390 (occur-after-change-function): Use text properties to find the
4391 position of the prefix text.
4392 (occur-engine): Set stickiness of prefix text properties.
4393
8f1383f7
GM
43942011-09-17 Glenn Morris <rgm@gnu.org>
4395
4396 * progmodes/etags.el (complete-tag):
4397 Fix call to completion-in-region. (Bug#9526)
4398
744ba0e3
JL
43992011-09-17 Juri Linkov <juri@jurta.org>
4400
4401 * textmodes/ispell.el (ispell-word): Add to the error message
4402 the word, ispell program name and current dictionary (bug#9121).
4403 (ispell-tex-arg-end): Capitalize "error" in the error message.
4404
d9bbf400
AS
44052011-09-17 Andreas Schwab <schwab@linux-m68k.org>
4406
4407 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
4408 check. (Bug#4251)
4409
8da11505
JL
44102011-09-17 Juri Linkov <juri@jurta.org>
4411
4412 * window.el (window-safe-min-height, window-safe-min-width):
4413 Fix typos (followup to bug#9522).
4414
a91adc7e
SJ
44152011-09-17 Sven Joachim <svenjoac@gmx.de>
4416
4417 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
4418
064f328a
EZ
44192011-09-16 Eli Zaretskii <eliz@gnu.org>
4420
4421 * simple.el (line-move): If goal-column is set, move by logical
4422 lines, not by display lines. (Bug#971)
4423 (next-line, previous-line, goal-column, line-move-visual): Doc fix
4424 to reflect the above change.
4425
e69df516
SM
44262011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4427
4428 * image.el (imagemagick-register-types): Use regexp-opt.
4429
cbb0f9ab
CY
44302011-09-15 Chong Yidong <cyd@stupidchicken.com>
4431
4432 * window.el (display-buffer-base-action): Rename from
4433 display-buffer-default-action. Make default value empty.
4434 (display-buffer-overriding-action): Convert to defvar.
4435 (display-buffer-fallback-action): New var.
4436
25322144
CY
44372011-09-15 Chong Yidong <cyd@stupidchicken.com>
4438
4439 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
4440 declaration.
4441 (package--add-to-archive-contents): If there is a duplicate entry
4442 with an older version, remove it.
4443 (package-menu-mark-delete, package-menu-mark-install)
4444 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
4445 (package-menu-mark-obsolete-for-deletion):
4446 Use package-menu-get-status instead of a regexp search.
25322144
CY
4447 (package-menu-get-status): Use tabulated-list-entry.
4448 (package-menu-mark-upgrades): New command.
d770725a 4449 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
4450 (package-menu-execute): Do installation before deletion.
4451 (package-menu-refresh, package-menu-execute): Use derived-mode-p
4452 instead of checking major-mode.
4453 (package-menu--find-upgrades): New function.
4454
7520339c
LMI
44552011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4456
4457 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
4458 passwords in the log buffer.
65a046c4
LMI
4459 (smtpmail-process-filter): Update the process marker so that the
4460 "broken by peer" status message is inserted in the right place.
7520339c 4461
d3c30954
SM
44622011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4463
3fe48822
SM
4464 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
4465 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
4466 bibtex-completion-at-point-function.
4467 (bibtex-completion-at-point-function): Use them.
4468
1b8b3954
SM
4469 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
4470
d3c30954
SM
4471 * mpc.el (mpc-constraints-tag-lookup): New function.
4472 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
4473 also to browser "album|playlist".
4474
72779976
JL
44752011-09-14 Juri Linkov <juri@jurta.org>
4476
4477 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
4478 (isearch-edit-string): Use length of `isearch-string' when
4479 `isearch-fail-pos' returns nil.
4480 (isearch-message): Remove duplicate code and call
4481 `isearch-fail-pos' with arg `t'.
4482
a0bf2bcd
CY
44832011-09-14 Chong Yidong <cyd@stupidchicken.com>
4484
17bb0a2d
CY
4485 * replace.el (occur-mode-goto-occurrence): Don't force using other
4486 window (Bug#9499).
4487
a0bf2bcd
CY
4488 * dired-aux.el (dired-do-chmod): Don't provide initial input.
4489
f678e0b6
MR
44902011-09-14 Martin Rudalics <rudalics@gmx.at>
4491
4492 * window.el (display-buffer-window): Remove.
4493 (display-buffer-record-window): Use help-setup window parameter
4494 instead of variable display-buffer-window.
4495 (display-buffer-function, special-display-buffer-names)
4496 (special-display-function): Mention help-setup parameter instead
4497 of display-buffer-window in doc-string.
d3c30954
SM
4498 * help.el (help-window-setup): New argument help-window.
4499 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
4500 Reword some messages.
4501 (with-help-window): Pass window used for displaying the buffer
4502 to help-window-setup. Don't set display-buffer-window.
4503
8e39b2e8
GM
45042011-09-13 Glenn Morris <rgm@gnu.org>
4505
4506 * emacs-lisp/debug.el (debugger-make-xrefs):
4507 Preserve point. (Bug#9462)
4508
85e9c04b
CY
45092011-09-13 Chong Yidong <cyd@stupidchicken.com>
4510
4511 * window.el (window-deletable-p): Use next-frame.
4512
1b36ed6a
MR
45132011-09-13 Martin Rudalics <rudalics@gmx.at>
4514
4515 * window.el (window-auto-delete): Remove.
4516 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 4517 dedication and previous buffers.
1b36ed6a
MR
4518 (switch-to-prev-buffer): Don't delete window.
4519 (delete-windows-on): Delete a window's frame if and only if the
4520 window is dedicated.
4521 (replace-buffer-in-windows): Delete buffer's window or frame if
4522 and only if window is dedicated.
4523 (quit-window): Handle quit-restore as before last change.
4d61f28d 4524 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 4525
ef8ef9fb
CY
45262011-09-13 Chong Yidong <cyd@stupidchicken.com>
4527
4528 * window.el (window-deletable-p): Never delete the last frame on a
4529 given terminal.
4530
b2cba41e
GM
45312011-09-13 Glenn Morris <rgm@gnu.org>
4532
4533 * help.el (describe-key-briefly): Copy previous standard-output change.
4534
51553db6 45352011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
4536
4537 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
4538
b7556719
GM
45392011-09-13 Glenn Morris <rgm@gnu.org>
4540
4541 * emacs-lisp/lisp-mode.el (lisp-indent-function):
4542 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
4543
64b51947
CY
45442011-09-12 Chong Yidong <cyd@stupidchicken.com>
4545
4546 * dired-aux.el (dired-mark-read-string): Don't return default
4547 value on empty input (Bug#9361).
4548 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
4549 Omit initial minibuffer contents.
4550 (dired-do-chmod): Signal an error on empty input.
4551 (dired-mark-read-string): Don't return default on empty input.
4552
4553 * files.el (file-modes-symbolic-to-number): Doc fix.
4554
393a301e
SM
45552011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4556
4557 * international/mule-cmds.el (ucs-completions): Remove.
4558 (read-char-by-name): Use complete-with-action instead; add metadata.
4559
fa5660f9
CY
45602011-09-11 Chong Yidong <cyd@stupidchicken.com>
4561
4562 * window.el (display-buffer--action-function-custom-type)
4563 (display-buffer--action-custom-type): New vars.
4564 (display-buffer-alist, display-buffer-default-action)
4565 (display-buffer-overriding-action): Add defcustom types.
4566
4a592f66
CY
4567 * frame.el (delete-other-frames): Doc fix (Bug#276).
4568
73d56dbd
LMI
45692011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4570
4571 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
4572
37ac18a3
CY
45732011-09-11 Chong Yidong <cyd@stupidchicken.com>
4574
4575 Change modes that used same-window-* vars to use switch-to-buffer.
4576
4577 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
4578 Use switch-to-buffer.
4579
4580 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
4581 (customize-browse, custom-buffer-create-other-window):
4582 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
4583
4584 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
4585 (Info-prev, Info-up, Info-speedbar-goto-node)
4586 (info-display-manual): Use switch-to-buffer.
4587 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
4588
4589 * mail/sendmail.el (mail): Use switch-to-buffer.
4590 (mail-recover): Use switch-to-buffer-other-window.
4591
4592 * cmuscheme.el (run-scheme, switch-to-scheme):
4593 * ielm.el (ielm):
4594 * shell.el (shell):
4595 * net/rlogin.el (rlogin):
4596 * net/telnet.el (telnet, rsh):
4597 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
4598
10195bd6
AS
45992011-09-11 Andreas Schwab <schwab@linux-m68k.org>
4600
4601 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
4602
b322f63a
LMI
46032011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4604
39d7fed6
LMI
4605 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
4606 so don't mention it (bug#9301).
ba5a81f1 4607 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 4608
ee0e9f11
LMI
4609 * faces.el (face-spec-set-match-display): Make `(type graphic)'
4610 match `x', `w32' and `ns', like the manual says (bug#9029).
4611
0b1c89c1 4612 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
4613 (process-kill-buffer-query-function): Mention the buffer name in
4614 the query.
0b1c89c1 4615
77549ea8
LMI
4616 * image-mode.el (image-next-line): The line parameter is mandatory
4617 (bug#9258).
4618
803ef892
LMI
4619 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
4620 which can be useful (bug#9301).
4621
12980837
LMI
4622 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
4623
91054f8f
LMI
4624 * subr.el (match-string): Mention that the current buffer should
4625 be the same as the search was done in (bug#9282).
4626
b322f63a
LMI
4627 * facemenu.el: Disable the remove-* commands if the mark isn't
4628 active (bug#9162).
4629
3199b96f
CY
46302011-09-10 Chong Yidong <cyd@stupidchicken.com>
4631
4632 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
4633 of display-buffer.
4634 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
4635
4636 * replace.el (occur-mode-goto-occurrence)
4637 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
4638 and display-buffer.
4639
4640 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
4641 display-buffer.
4642
4643 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
4644 special-display and same-window variables.
4645 (mail-other-window): Use switch-to-buffer-other-window.
4646 (mail-other-frame): USe switch-to-buffer-other-frame.
4647
393a301e
SM
4648 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
4649 Use display-buffer-other-frame.
3199b96f
CY
4650 (gdb-display-gdb-buffer): Use pop-to-buffer.
4651
4652 * progmodes/gud.el (gud-goto-info): Use info-other-window.
4653
4654 * progmodes/python.el: Don't set same-window-buffer-names.
4655
4656 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
4657
4658 * window.el (display-buffer-alist): Add *Python*.
4659
8319e0bf
CY
46602011-09-10 Chong Yidong <cyd@stupidchicken.com>
4661
4662 * window.el (display-buffer-alist): Add entry for buffers
4663 previously handled same-window-*.
4664 (display-buffer-alist, display-buffer-default-action)
4665 (display-buffer-overriding-action): Mark as risky.
4666 (display-buffer-alist): Document action function changes.
4667 (display-buffer--same-window-action)
4668 (display-buffer--other-frame-action): New variables.
4669 (switch-to-buffer, display-buffer-other-frame): Use them.
4670 (display-buffer): Rename reuse-frame entry to reusable-frames.
4671 (display-buffer-reuse-selected-window): Function deleted.
4672 (display-buffer-reuse-window): Handle reusable-frames alist entry.
4673 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
4674 (display-buffer-special): New function.
4675 (display-buffer--maybe-pop-up-frame-or-window): Rename from
4676 display-buffer-reuse-or-pop-window. Split off special-display
4677 part into display-buffer-special.
4678 (display-buffer-use-some-window): Don't perform any special
4679 pop-up-frames handling.
4680 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 4681 (display-buffer--maybe-same-window): Rename from
0d3ff375 4682 display-buffer-maybe-same-window.
8319e0bf 4683
919a69aa
CY
4684 * info.el: Don't set same-window-regexps.
4685 (info-setup): New function.
4686 (info-other-window, info): Call it.
4687
4688 * cus-edit.el: Don't set same-window-regexps.
4689 (customize-group): New argument.
4690 (customize-group-other-window): Use it.
4691 (customize-face, customize-face-other-window): Likewise.
4692 (custom-buffer-create-other-window): Use pop-to-buffer directly.
4693
8319e0bf
CY
4694 * net/rlogin.el:
4695 * net/telnet.el:
4696 * progmodes/gud.el: Don't set same-window-regexps.
4697
4698 * cmuscheme.el:
4699 * ielm.el:
4700 * shell.el:
4701 * mail/sendmail.el:
4702 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
4703
25173000
JL
47042011-09-10 Juri Linkov <juri@jurta.org>
4705
4706 * isearch.el (isearch-edit-string): Remove obsolete mention of
4707 `C-w' (`isearch-yank-word-or-char') from docstring.
4708 (isearch-query-replace): Fix typo in docstring (bug#9466).
4709
056e44ef
JL
47102011-09-10 Juri Linkov <juri@jurta.org>
4711
4712 * paren.el (show-paren-function): Don't show escaped parens.
4713 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
4714
c3760c17
EZ
47152011-09-10 Eli Zaretskii <eliz@gnu.org>
4716
4717 * mail/sendmail.el (mml-to-mime, mml-attach-file)
4718 (mm-default-file-encoding): Remove autoload forms, they are
4719 replaced with autoload cookies in mml.el and mm-encode.el.
4720 (mail-add-attachment): New command.
4721 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
4722 (mail-mode): Mention mail-insert-file and mail-add-attachment in
4723 the doc string.
4724 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
4725
fece895e
RT
47262011-09-10 Reuben Thomas <rrt@sc3d.org>
4727
e69df516
SM
4728 * simple.el (count-words-region): Use buffer if there's no region
4729 (bug#9429).
fece895e 4730
5e68ce4a
JL
47312011-09-09 Juri Linkov <juri@jurta.org>
4732
4733 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
4734 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
4735 (wdired-isearch-filter-read-only): New function. (Bug#6362)
4736
0a6b9622
AM
47372011-09-09 Alan Mackenzie <acm@muc.de>
4738
4739 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
4740 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
4741
14a29deb
EZ
47422011-09-09 Eli Zaretskii <eliz@gnu.org>
4743
4744 Fix for Savannah bug#9392.
4745 * simple.el (mail-encode-mml): New defvar.
4746
4747 * mail/rmail.el (mail-encode-mml): Add a defvar.
4748 (rmail-enable-mime-composing): Default to t.
4749 (rmail-forward): Use MIME method of forwarding only if both
4750 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
4751 Set mail-encode-mml non-nil if the MIME method was used.
4752
4753 * mail/sendmail.el (mml-to-mime): Add autoload form.
4754 (mail-encode-mml): Add a defvar.
4755 (mail-mode): Make mail-encode-mml buffer-local and initialize it
4756 to nil.
4757 (mail-send): If mail-encode-mml is non-nil, run the outgoing
4758 message through mml-to-mime, and reset mail-encode-mml to nil.
4759
28c45130
GM
47602011-09-09 Glenn Morris <rgm@gnu.org>
4761
4762 * woman.el (woman-if-body): When processing an .el block,
4763 do not delete the next .el block as well. (Bug#9447)
69f4b618 4764 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 4765
9b1c252e
MR
47662011-09-08 Martin Rudalics <rudalics@gmx.at>
4767
4768 * window.el (window-deletable-p): Make sure window is live before
4769 invoking window-prev-buffers.
4770
567457e3
LL
47712011-09-08 Leo Liu <sdl.web@gmail.com>
4772
4773 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
4774
97f05794
JL
47752011-09-08 Juri Linkov <juri@jurta.org>
4776
4777 * progmodes/compile.el (compilation-environment): Make it
4778 a defcustom (bug#8340).
4779
8b0874b5
MR
47802011-09-08 Martin Rudalics <rudalics@gmx.at>
4781
4782 * window.el (frame-auto-delete): Rename to window-auto-delete.
4783 Make it control auto-deletion of windows and/or frames.
4784 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 4785 for deleting window/frame. (Bug#9419)
8b0874b5
MR
4786 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
4787 Rewrite handling of case when window/frame can be deleted.
4788 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 4789 argument t. (Bug#9456)
8b0874b5 4790
4feb6e73
CY
47912011-09-07 Chong Yidong <cyd@stupidchicken.com>
4792
4793 * help-mode.el (help-mode): Restore autoload.
4794
91ab9c13
JL
47952011-09-07 Juri Linkov <juri@jurta.org>
4796
4797 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
4798 `compilation-environment'. Set buffer-local
4799 `compilation-environment' to `thisenv' later after (funcall mode).
4800 (Bug#8340)
4801
4802 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
4803 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
4804 instead of replacing its value. (Bug#8340)
4805
0527e251
JL
48062011-09-07 Juri Linkov <juri@jurta.org>
4807
4808 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
4809 based on text properties put by `grep-filter' instead of matching
4810 escape sequences.
4811 (grep-mode): Set buffer-local `compilation-error-screen-columns'
4812 to the value of `grep-error-screen-columns' (bug#9438).
4813
249f792c
JL
48142011-09-07 Juri Linkov <juri@jurta.org>
4815
4816 * simple.el (next-error-highlight, next-error-highlight-no-select):
4817 Doc fix (bug#9432).
4818
ff7271b9
OT
48192011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
4820
4821 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
4822 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
4823
183fc730
LL
48242011-09-07 Leo Liu <sdl.web@gmail.com>
4825
4826 * net/rcirc.el (rcirc-mode): Conditionally initialize
4827 rcirc-input-ring.
4828
77694924
SM
48292011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4830
4831 * emacs-lisp/find-func.el (find-function-C-source): Only set
4832 find-function-C-source-directory after checking that we found a source
4833 file there (bug#9440).
4834
d809b8eb
AM
48352011-09-06 Alan Mackenzie <acm@muc.de>
4836
4837 * isearch.el (isearch-other-meta-char): Wherever a key list is
4838 unread, "unread" the prefix arg, too. This fixes bug #8901.
4839
453de99f
OG
48402011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
4841
4842 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
4843
90439906
JL
48442011-09-05 Juri Linkov <juri@jurta.org>
4845
4846 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
4847
f62bd846
JL
48482011-09-05 Juri Linkov <juri@jurta.org>
4849
4850 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
4851 keeping point where processing of grep matches begins, and
4852 continue to delete remaining escape sequences from the same point.
4853 (grep-filter): Make leading zero optional in "0?1;31m" because
4854 git-grep emits "\033[1;31m" escape sequences unlike expected
4855 "\033[01;31m" as GNU Grep does (bug#9408).
4856 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
4857
045820ec
JL
48582011-09-05 Juri Linkov <juri@jurta.org>
4859
4860 * subr.el (y-or-n-p): Capitalize "yes".
4861
f5e29b9b
MA
48622011-09-04 Michael Albinus <michael.albinus@gmx.de>
4863
4864 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
4865 `tramp-cache-unload-hook' where appropriate.
4866 (tramp-methods): Rename `tramp-remote-sh' to
4867 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
4868 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
4869
4870 * net/tramp-sh.el (top): Don't require 'shell.
4871 (tramp-methods): Add `tramp-remote-shell' and
4872 `tramp-remote-shell-args' entries.
4873 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
4874 (tramp-sh-handle-shell-command): Remove.
4875 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4876 Use `tramp-remote-shell'.
4877
2784c434
CY
48782011-09-03 Chong Yidong <cyd@stupidchicken.com>
4879
393a301e 4880 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
4881 (sendmail-query-once): Save directly to send-mail-function.
4882 Update message-send-mail-function too.
4883
4884 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
4885
464cdf56
CS
48862011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
4887
4888 * progmodes/python.el (python-mode-map): Use correct function to
4889 start python interpreter from menu-bar (as reported by Geert
4890 Kloosterman).
4891 (inferior-python-mode-map): Fix typo.
393a301e 4892 (python-shell-map): Remove.
464cdf56 4893
d37e5c87
DD
48942011-09-03 Deniz Dogan <deniz@dogan.se>
4895
4896 * net/rcirc.el (rcirc-print): Simplify code for
4897 rcirc-scroll-show-maximum-output. There is no need to walk
4898 through all windows to find the right one.
4899
f3ada0ee
CS
49002011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
4901
4902 * help.el (help-return-method): Doc fix.
4903
1f3c99ca
MR
49042011-09-03 Martin Rudalics <rudalics@gmx.at>
4905
4906 * window.el (window-deletable-p): Don't return a non-nil value
4907 when there's a buffer that was shown in the window before.
4908 (Bug#9419)
393a301e
SM
4909 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
4910 Set window's previous buffers to nil.
1f3c99ca 4911
a3cf097f
EZ
49122011-09-03 Eli Zaretskii <eliz@gnu.org>
4913
4914 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
4915 newline before and after the tag line, so it doesn't interfere
4916 with determining the paragraph direction of bidirectional text.
4917
3d03de90
LL
49182011-09-03 Leo Liu <sdl.web@gmail.com>
4919
4920 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
4921
c3313451
CY
49222011-09-02 Chong Yidong <cyd@stupidchicken.com>
4923
393a301e 4924 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
4925 (pop-to-buffer): Change interactive spec. Pass second argument
4926 directly to display-buffer.
4927 (display-buffer): Fix interactive spec. Use functionp to
4928 distinguish between a function and a list of functions.
4929
4930 * abbrev.el (edit-abbrevs):
4931 * arc-mode.el (archive-extract):
4932 * autoinsert.el (auto-insert):
4933 * bookmark.el (bookmark-bmenu-list):
4934 * files.el (find-file):
4935 * view.el (view-buffer):
4936 * progmodes/compile.el (compilation-goto-locus):
4937 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
4938
89894cd8
CY
49392011-09-02 Chong Yidong <cyd@stupidchicken.com>
4940
4941 * window.el (display-buffer-alist): Doc fix.
4942 (display-buffer): Add docstring. Don't treat
4943 display-buffer-default specially.
4944 (display-buffer-reuse-selected-window)
4945 (display-buffer-same-window, display-buffer-maybe-same-window)
4946 (display-buffer-reuse-window, display-buffer-pop-up-frame)
4947 (display-buffer-pop-up-window)
4948 (display-buffer-reuse-or-pop-window)
4949 (display-buffer-use-some-window): New functions.
4950 (display-buffer-default-action): Use them.
393a301e 4951 (display-buffer-default): Delete.
89894cd8
CY
4952 (pop-to-buffer-1): Fix choice of actions.
4953
ae0bc9fb
SM
49542011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
4955
4956 * minibuffer.el (completion--insert-strings): Don't get confused by
4957 completion entries that end with an LF char.
4958
e9d90883
EZ
49592011-09-01 Eli Zaretskii <eliz@gnu.org>
4960
4961 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
4962
437014c8
CY
49632011-09-01 Chong Yidong <cyd@stupidchicken.com>
4964
4965 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
4966 (display-buffer-same-window, display-buffer-other-window):
4967 New functions.
437014c8
CY
4968 (pop-to-buffer-1): New function. Use the above.
4969 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 4970 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
4971
4972 * view.el (view-buffer-other-window, view-buffer-other-frame):
4973 Just use pop-to-buffer.
4974
a5e063d5
TV
49752011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4976
4977 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
4978
793d32bb
WH
49792011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
4980
4981 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
4982
d65e4c15
RS
49832011-08-31 Richard Stallman <rms@gnu.org>
4984
4985 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
4986 of the separation of rmail-view-buffer from rmail-buffer.
4987 If you say no to "replace original", the decrypt is in the
4988 view buffer. If you say yes, the decrypt goes into the
4989 rmail buffer also.
4990
f818cd2a
MR
49912011-08-31 Martin Rudalics <rudalics@gmx.at>
4992
4993 * window.el (display-buffer-window): Rewrite doc-string.
4994 (display-buffer-record-window): New function.
4995 (display-buffer-macro-specifiers)
4996 (display-buffer-even-window-sizes, display-buffer-set-height)
4997 (display-buffer-set-width, display-buffer-in-window)
4998 (display-buffer-reuse-window, display-buffer-split-specifiers)
4999 (display-buffer-side-specifiers, display-buffer-split-window-1)
5000 (display-buffer-split-window, display-buffer-split-atom-window)
5001 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
5002 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
5003 (display-buffer-other-window-means-other-frame)
5004 (display-buffer-normalize-special)
5005 (display-buffer-normalize-default)
5006 (display-buffer-normalize-argument)
5007 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
5008 (display-buffer-normalize-specifiers, display-buffer-frame)
5009 (display-buffer-same-window, display-buffer-same-frame)
5010 (display-buffer-other-window)
5011 (display-buffer-same-frame-other-window)
5012 (display-buffer-other-frame, pop-to-buffer-same-window)
5013 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
5014 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
5015 (switch-to-buffer-same-frame)
5016 (switch-to-buffer-other-window-same-frame)
5017 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
5018 (display-buffer-alist-set-1, display-buffer-alist-set-2)
5019 (display-buffer-alist-set): Remove.
5020 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
5021 (special-display-regexps, special-display-function):
5022 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
5023 parameter.
5024 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
5025 (special-display-frame-alist, special-display-popup-frame)
5026 (same-window-buffer-names, same-window-regexps, same-window-p)
5027 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
5028 (split-window-preferred-function, split-height-threshold)
5029 (split-width-threshold, window-splittable-p)
5030 (split-window-sensibly, window--try-to-split-window)
5031 (window--frame-usable-p, even-window-heights)
5032 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
5033 (window--display-buffer-2, display-buffer-other-frame):
5034 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
5035 (display-buffer-default, display-buffer-assq-regexp): New functions.
5036 (display-buffer-alist): Rewrite doc-string.
5037 (display-buffer-default-action)
5038 (display-buffer-overriding-action): New variables.
5039 (display-buffer, switch-to-buffer): Rewrite.
5040 (pop-to-buffer): Restore Emacs 23 behavior but use
5041 window-normalize-buffer-to-display.
5042 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
5043 Restore Emacs 23 behavior but use
5044 window-normalize-buffer-to-switch-to.
5045 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
5046 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
5047 Rewrite using Emacs 23 options.
f818cd2a 5048
5bc3b51d
MA
50492011-08-31 Michael Albinus <michael.albinus@gmx.de>
5050
5051 * net/tramp.el (tramp-root-regexp): Remove.
5052 (tramp-completion-file-name-regexp-unified)
5053 (tramp-completion-file-name-regexp-separate)
5054 (tramp-completion-file-name-regexp-url): Don't use leading volume
5055 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
5056 (tramp-drop-volume-letter): Simplify definition.
5057 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 5058
b1a4f8e1
SM
50592011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5060
5061 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
5062 (bug#9356).
5063
5664fa7b
RT
50642011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
5065
b1a4f8e1 5066 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 5067
9a45d6c3
JL
50682011-08-29 Juri Linkov <juri@jurta.org>
5069
5070 * isearch.el (isearch-done): Don't display message "Mark saved"
5071 when arg `edit' is non-nil to prevent its flicker in the echo area.
5072
fb87e0fb
CY
50732011-08-28 Chong Yidong <cyd@stupidchicken.com>
5074
5075 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
5076 obsolete packages for deletion.
5077
09ac1c2a
CS
50782011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
5079
5080 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 5081 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
5082 view-mode from help-mode.
5083 (help-xref-override-view-map): Remove.
5084 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
5085 view-mode is not used anymore.
5086
7a1ff57f
CY
50872011-08-28 Chong Yidong <cyd@stupidchicken.com>
5088
5089 * server.el (server-port): Doc fix.
5090
b9696605
CY
5091 * cus-theme.el (custom-theme-choose-mode): Inherit from
5092 special-mode (Bug#9124).
5093 (custom-theme-choose-mode-map): Add special-mode to parent.
5094
ef8cdf8c
AM
50952011-08-28 Alan Mackenzie <acm@muc.de>
5096
5097 * progmodes/cc-fonts.el
5098 (c-make-font-lock-BO-decl-search-function): New function.
5099 (c-basic-matchers-after - "Fontify the clauses after various
5100 keywords"): Extract the three keyword lists for the 3 erroneous
5101 constructs from the list of four, and use the new function above
5102 in place of an old one.
5103
27de4e20
DD
51042011-08-28 Deniz Dogan <deniz@dogan.se>
5105
5106 * net/rcirc.el (rcirc-insert-prev-input)
5107 (rcirc-insert-next-input): Remove unused argument.
5108
356a3681
SM
51092011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5110
5111 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
5112
3fc9b218
AM
51132011-08-27 Alan Mackenzie <acm@muc.de>
5114
5115 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
5116 handle function pointer parameters properly.
5117
538a061c
MR
51182011-08-27 Martin Rudalics <rudalics@gmx.at>
5119
5120 * window.el (display-buffer-reuse-window): Fix case where
5121 selected window was reused with non-nil OTHER-WINDOW argument.
5122 (Bug#9381)
5123
35b1c40c
DD
51242011-08-27 Deniz Dogan <deniz@dogan.se>
5125
5126 * net/rcirc.el (rcirc-check-auth-status): Adding support for
5127 oftc's NickServ messages.
5128
2f6a3e79
GM
51292011-08-27 Glenn Morris <rgm@gnu.org>
5130
5131 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
5132
7254299e
CY
51332011-08-26 Chong Yidong <cyd@stupidchicken.com>
5134
5135 * emacs-lisp/package.el (package-install): Call package-initialize
5136 if called interactively.
5137
f8ccf167
LL
51382011-08-26 Leo Liu <sdl.web@gmail.com>
5139
5140 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
5141
3e8cd5ce
JL
51422011-08-25 Juri Linkov <juri@jurta.org>
5143
5144 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
5145 `search-whitespace-regexp' (bug#9364).
5146
93eb7113
JL
51472011-08-25 Juri Linkov <juri@jurta.org>
5148
5149 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
5150 `regexp-search-ring' to their global values to protect from
5151 updating by `read-from-minibuffer' (bug#9185).
5152
f65d1611
JL
51532011-08-25 Juri Linkov <juri@jurta.org>
5154
5155 * textmodes/ispell.el (ispell-command-loop): Add newline
5156 at the end of the "Use option `i'..." line.
5157
f1cf7a31
JL
51582011-08-25 Juri Linkov <juri@jurta.org>
5159
5160 * battery.el (display-battery-mode): If `battery-status-function'
5161 or `battery-mode-line-format' is nil, display the message and set
5162 `display-battery-mode' to nil (bug#9363).
5163
0c95fcf7
EZ
51642011-08-25 Eli Zaretskii <eliz@gnu.org>
5165
5166 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
5167 bidi-string-mark-left-to-right; they are unnecessary now.
5168
a2ebe600
DD
51692011-08-25 Deniz Dogan <deniz@dogan.se>
5170
5171 * net/quickurl.el: Documentation typo fixes.
5172
e4ed06f1
CY
51732011-08-25 Chong Yidong <cyd@stupidchicken.com>
5174
5175 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
5176
e5f1c99e
GM
51772011-08-25 Glenn Morris <rgm@gnu.org>
5178
b2948976
GM
5179 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
5180
e5f1c99e
GM
5181 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
5182 (smtpmail-via-smtp): Handle nil response from smtp.
5183
f22f4808
JL
51842011-08-24 Juri Linkov <juri@jurta.org>
5185
5186 * proced.el (proced-marked): Inherit from `error' instead of
5187 `font-lock-warning-face'.
5188
5189 * ibuffer.el (ibuffer-marked-face): Change default face from
5190 `font-lock-warning-face' to `warning'.
5191 (ibuffer-deletion-face): Change default face from
5192 `font-lock-type-face' to `error'.
5193
5194 * battery.el (battery-update): Use the face `error' instead of
5195 `font-lock-warning-face' (bug#6117).
5196
6a93965e
JL
51972011-08-24 Juri Linkov <juri@jurta.org>
5198
5199 * faces.el (success): Change face color from "Green3" to
5200 "ForestGreen" on light background (bug#9353).
5201
1ed43b09
CY
52022011-08-24 Chong Yidong <cyd@stupidchicken.com>
5203
5664fa7b
RT
5204 * window.el (quit-window): Rename from quit-restore-window.
5205 Use same arglist as old quit-window.
1ed43b09
CY
5206 (frame-auto-delete): Doc fix.
5207
5208 * view.el (view-mode-exit): Use quit-window.
5209
11dcdbb2
JL
52102011-08-24 Juri Linkov <juri@jurta.org>
5211
5212 * isearch.el (isearch-ring-adjust1): Start visiting previous
5213 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
5214 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
5215 for empty search string (when the last search string is reused
5216 automatically) to adjust the isearch ring to the last element and
5217 prepare the correct index for further M-p commands (bug#9185).
5218
de62b4df
KH
52192011-08-24 Kenichi Handa <handa@m17n.org>
5220
5221 * international/ucs-normalize.el: If decomposition property of
5222 CHAR is the default one (i.e. a list of CHAR itself), treat it as
5223 nil.
5224 (nfd, nfkd): Likewise.
5225
963b492b
SM
52262011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
5227
5228 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
5229 from process filters aren't reliably transmitted to the surrounding
5230 accept-process-output.
5231 (mpc-proc-check): New function.
5232 (mpc-proc-sync): Use it (bug#8293)
5233
93b6b5e1
SM
52342011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5235
5236 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
5237 Add compatibility functions (bug#9313).
5238
bca633fb
EZ
52392011-08-23 Eli Zaretskii <eliz@gnu.org>
5240
b177498a
EZ
5241 * cus-start.el (all): Add entry for bidi-paragraph-direction.
5242
6df6ae42 5243 * international/uni-bidi.el: Regenerate.
bca633fb 5244
0902a04e
KH
52452011-08-23 Kenichi Handa <handa@m17n.org>
5246
5247 * international/charprop.el:
5248 * international/uni-bidi.el:
5249 * international/uni-category.el:
5250 * international/uni-combining.el:
5251 * international/uni-comment.el:
5252 * international/uni-decimal.el:
5253 * international/uni-decomposition.el:
5254 * international/uni-digit.el:
5255 * international/uni-lowercase.el:
5256 * international/uni-mirrored.el:
5257 * international/uni-name.el:
5258 * international/uni-numeric.el:
5259 * international/uni-old-name.el:
5260 * international/uni-titlecase.el:
5261 * international/uni-uppercase.el: Regenerate.
5262
3bbf23bc
MR
52632011-08-23 Martin Rudalics <rudalics@gmx.at>
5264
5265 * help.el (help-window-setup): Fix message displayed when other
5266 window is reused. (Bug#9341)
5267
b3fd59bd
SM
52682011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5269
1802e444
SM
5270 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
5271 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
5272
b3fd59bd
SM
5273 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
5274 Mark obsolete.
5275 * shell.el (shell-parse-pcomplete-arguments): New function.
5276 (shell-completion-vars): Use it instead (bug#9160).
5277
4eb61348
SM
52782011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
5279
867cab74
SM
5280 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
5281 strings and comments (bug#9333).
5282
4eb61348
SM
5283 * emacs-lisp/debug.el (debug-arglist): New function.
5284 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
5285 (debug-on-entry-1): Handle interpreted closures (bug#9120).
5286
262a1439
JL
52872011-08-22 Juri Linkov <juri@jurta.org>
5288
56ee679c
JL
5289 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5290 Revert regexp that highlights output switches to its old
5291 pre-2010-10-28 value and remove one `?' from it (bug#9319).
5292
262a1439
JL
5293 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
5294 to check for empty output (bug#9226).
5295
f13f86fb
CY
52962011-08-22 Chong Yidong <cyd@stupidchicken.com>
5297
5298 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
5299 symbol-constituent as the default, as that stops font-lock from
5300 working properly (Bug#8843).
5301
c65c9622
LMI
53022011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5303
5304 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
5305 `coding-system-for-*' around the process open call to avoid
5306 auth-source side effects.
e7f2c178 5307 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
5308 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
5309 probe hangs.
c65c9622 5310
23a8a5ab
CY
53112011-08-21 Chong Yidong <cyd@stupidchicken.com>
5312
ff98b2dd
CY
5313 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
5314
23a8a5ab
CY
5315 * emacs-lisp/find-func.el (find-function-noselect): New arg
5316 lisp-only.
5317
5318 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
5319 signal an error for built-in functions (Bug#6664).
5320
f5e3c598
LMI
53212011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5322
5323 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
5324 (smtpmail-try-auth-methods): Use it.
5325
a3f2468a
CY
53262011-08-21 Chong Yidong <cyd@stupidchicken.com>
5327
2c34e8da
CY
5328 * font-lock.el (font-lock-fontify-region)
5329 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
5330 (font-lock-default-unfontify-buffer)
5331 (font-lock-default-fontify-region)
5332 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
5333
b3fd59bd
SM
5334 * progmodes/compile.el (compilation-error-properties):
5335 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
5336 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
5337 `ant' regexp.
ee31aabc 5338
a3f2468a
CY
5339 * net/browse-url.el (browse-url-firefox): Don't call
5340 browse-url-firefox-sentinel unless using -remote (Bug#9328).
5341
8e999f70
GM
53422011-08-20 Glenn Morris <rgm@gnu.org>
5343
c21a496a
GM
5344 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
5345
59ee0542
GM
5346 * tutorial.el (tutorial--default-keys): Update some default bindings.
5347
8e999f70
GM
5348 * files.el (hack-local-variables): Fully ignore case for "mode:".
5349
e3715033
AM
53502011-08-20 Alan Mackenzie <acm@muc.de>
5351
5352 Resolve invalid use of a regexp in regexp-opt.
5353
4d61f28d
JB
5354 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
5355 detection for a java annotation.
e3715033 5356
4d61f28d 5357 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
5358 detection for a java annotation.
5359
4d61f28d
JB
5360 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
5361 handling for java.
e3715033
AM
5362 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
5363
04ed2e9c
CY
53642011-08-20 Chong Yidong <cyd@stupidchicken.com>
5365
5366 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
5367 (Bug#9274).
5368
826cee64
AM
53692011-08-20 Alan Mackenzie <acm@muc.de>
5370
58179cce 5371 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
5372 such a construct. Mainly for when jit-lock etc. starts a chunk
5373 here.
5374
58179cce 5375 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 5376 variable.
58179cce 5377 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
5378 c-make-font-lock-search-function.
5379 (c-make-font-lock-search-function): Use the above function.
5380 (c-make-font-lock-context-search-function): New function.
5381 (c-cpp-matchers): Enhance the preprocessor expression case with
5382 the above function
5383 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
5384 which takes an expression.
5385
5386 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
5387
13009bd8
MR
53882011-08-20 Martin Rudalics <rudalics@gmx.at>
5389
5390 * window.el (display-buffer-reuse-window)
5391 (display-buffer-pop-up-window): Don't reuse or split a side
5392 window.
5393
9234ff7f
GM
53942011-08-19 Glenn Morris <rgm@gnu.org>
5395
5396 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 5397 Downcase "Mode:". (Bug#9331)
9234ff7f 5398
f635daa1
CY
53992011-08-18 Chong Yidong <cyd@stupidchicken.com>
5400
5401 * international/characters.el: Add L and R categories.
5402
5403 * subr.el (bidi-string-mark-left-to-right): Rename from
5404 string-mark-left-to-right. Use category search.
5405
5406 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
5407
bc987f8b
JL
54082011-08-18 Juri Linkov <juri@jurta.org>
5409
5410 * faces.el (error, warning, success): New faces with definitions
5411 copied from old default values of `font-lock-warning-face',
5412 `compilation-warning', `compilation-info' (bug#6117).
5413
5414 * font-lock.el (font-lock-warning-face): Inherit from `error'.
5415
5416 * progmodes/compile.el (compilation-error): Inherit from `error'.
5417 (compilation-warning): Inherit from `warning'.
5418 (compilation-info): Inherit from `success'.
5419
5420 * dired.el (dired-marked): Inherit from `warning'.
5421 (dired-flagged): Inherit from `error'.
5422
57173b96
LMI
54232011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5424
3e79eb87
LMI
5425 * mail/smtpmail.el (auth-source): Require to avoid problems with
5426 binding variables (bug#9298). Also clean up some unused
5427 autoloads.
5428
b3fd59bd
SM
5429 * net/network-stream.el (network-stream-open-starttls):
5430 Support using starttls.el without using gnutls-cli.
57173b96 5431
02b404de
JL
54322011-08-17 Juri Linkov <juri@jurta.org>
5433
5434 * progmodes/grep.el (rgrep): Handle the case when
5435 `grep-find-command' is a cons cell (bug#9278).
5436
8c9177f2
MR
54372011-08-17 Martin Rudalics <rudalics@gmx.at>
5438
5439 * window.el (display-buffer-pop-up-frame): Run frame creation
5440 function with BUFFER current (as special-display-popup-frame
5441 does). Reported by Drew Adams.
5442
3644a0ab
DU
54432011-08-17 Daiki Ueno <ueno@unixuser.org>
5444
5445 * epa-mail.el: Simplify GnuPG group expansion using
5446 epg-expand-group.
5447 (epa-mail-group-alist, epa-mail-group-modtime)
5448 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
5449 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
5450 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
5451 Remove.
5452
5e617bc2 54532011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
5454
5455 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
5456
9c4aeabf
AM
54572011-08-16 Alan Mackenzie <acm@muc.de>
5458
5459 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
5460 Correct, to avoid the inside of macros.
5461
3a99bf64
RS
54622011-08-16 Richard Stallman <rms@gnu.org>
5463
04963aa8
RS
5464 * epa-mail.el: Handle GnuPG group definitions.
5465 (epa-mail-group-alist, epa-mail-group-modtime)
5466 (epa-mail-gnupg-conf-file): New variables.
5467 (epa-mail-parse-groups, epa-mail-sync-groups)
5468 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
5469 (epa-mail-expand-recipients): New functions.
5470 (epa-mail-encrypt): Call epa-mail-expand-recipients.
5471
177549d0
RS
5472 * mail/rmail.el (rmail-epa-decrypt): New command.
5473
fe38beef
RS
5474 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
5475 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
5476 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
5477 (epa-decrypt-armor-in-region): Make error message clearer.
5478
934eacb9
SM
54792011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
5480
5481 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
5482 and "a2b" to "ab" for `prefix'.
5483
d024fb4e
CY
54842011-08-14 Chong Yidong <cyd@stupidchicken.com>
5485
5486 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
5487 filter groups.
de148fee
CY
5488 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
5489 Fourquet (Bug#8804).
d024fb4e 5490
62f1ca49
JB
54912011-08-12 Juanma Barranquero <lekktu@gmail.com>
5492
5493 * startup.el (argi): Declare as global variable (bug#9275).
5494
9ccaaa4b
CY
54952011-08-12 Chong Yidong <cyd@stupidchicken.com>
5496
5497 * subr.el (string-mark-left-to-right): Search the entire string
5498 for RTL script, not just the terminating character. Doc fix.
5499
a3dae87a
SM
55002011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
5501
6cd18349
SM
5502 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
5503 New function.
5504 (js--regexp-literal, js-syntax-propertize-function): Remove.
5505 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
5506 (js-mode-map): Don't rebind electric keys.
5507 (js-insert-and-indent): Remove.
5508 (js-mode): Setup electric-layout and electric-indent instead.
5509
a3dae87a
SM
5510 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
5511
9d5cb631
DU
55122011-08-12 Daiki Ueno <ueno@unixuser.org>
5513
5514 * epa.el (epa-progress-callback-function): Fix the logic of
5515 displaying progress.
5516 * epa-file.el (epa-file-insert-file-contents): Make progress
5517 display more user-friendly.
5518 (epa-file-write-region): Ditto.
5519
3e26a4a2
CY
55202011-08-10 Chong Yidong <cyd@stupidchicken.com>
5521
5522 * subr.el (string-mark-left-to-right): New function.
5523
5524 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
5525 Use string-mark-left-to-right.
5526 (list-buffers-noselect): Caller changed.
5527
a3dae87a
SM
5528 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
5529 Use string-mark-left-to-right.
3e26a4a2
CY
5530 (tabulated-list-print): Recenter after moving point.
5531
ac8cf6e6
JL
55322011-08-10 Juri Linkov <juri@jurta.org>
5533
5534 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
5535 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
5536 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
5537
8d96c9a4
CY
55382011-08-09 Chong Yidong <cyd@stupidchicken.com>
5539
5540 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
5541 (Bug#7554).
5542
7be1c708 55432011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
5544
5545 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
5546 character. (Bug#6594)
5547
37e11a63
CY
55482011-08-08 Chong Yidong <cyd@stupidchicken.com>
5549
839dde57
CY
5550 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
5551 (image-dired--with-db-file): New macro.
5552 (image-dired-write-tags, image-dired-remove-tag)
5553 (image-dired-create-gallery-lists, image-dired-write-comments)
5554 (image-dired-get-comment, image-dired-mark-tagged-files)
5555 (image-dired-list-tags, image-dired-gallery-generate): Use it.
5556 (image-dired-gallery-generate): Use insert-file-contents.
5557
37e11a63
CY
5558 * time.el (display-time-world-list, display-time-world-display):
5559 * time-stamp.el (time-stamp-string):
5560 * vc/add-log.el (add-change-log-entry): Use setenv instead of
5561 set-time-zone-rule (Bug#7337).
5562
0b4946c4
DU
55632011-08-08 Daiki Ueno <ueno@unixuser.org>
5564
5565 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
5566 (epg-error-to-string, epg-errors-to-string): New function.
5567 (epg-wait-for-completion): Reverse errors list.
5568 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
5569 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
5570 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
5571 (epg-sign-keys, epg-generate-key-from-file)
5572 (epg-generate-key-from-string): Format errors by using
5573 epg-errors-to-string (bug#9255).
5574 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
5575
75bfc667
JL
55762011-08-07 Juri Linkov <juri@jurta.org>
5577
5578 * faces.el (list-faces-display): Remove extra angle bracket
5579 from `help-mode-map'.
5580
5581 * info.el (Info-history-toc-nodes): Doc fix.
5582
5583 * longlines.el (longlines-mode): Doc fix.
5584
673e08bb
SM
55852011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
5586
4640dd88
SM
5587 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
5588 of statements and in a few more cases (bug#9183).
5589
673e08bb
SM
5590 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
5591 New functions.
5592 (cl-transform-lambda): Use them (bug#9239).
5593
89b3f019
MR
55942011-08-05 Martin Rudalics <rudalics@gmx.at>
5595
5596 * window.el (display-buffer-same-window)
5597 (display-buffer-same-frame, display-buffer-other-window)
5598 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
5599 (pop-to-buffer-other-window)
5600 (pop-to-buffer-same-frame-other-window)
5601 (pop-to-buffer-other-frame): Make them defuns.
5602 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
5603
640c8776
SM
56042011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5605
5606 * subr.el (make-composed-keymap): Move from C. Change calling
5607 convention, and improve docstring to bring attention to a subtle point.
5608 * minibuffer.el (completing-read-default): Adjust accordingly.
5609
63648a95
MA
56102011-08-03 Michael Albinus <michael.albinus@gmx.de>
5611
5612 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
5613 (tramp-open-shell): Use `tramp-shell-quote-argument'.
5614
5615 * net/trampver.el: Update release number.
5616
b796c9b7
SM
56172011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5618
5619 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
5620 "in" (bug#9190).
5621
2239d7d5
LMI
56222011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5623
e07dd7c3
LMI
5624 * mail/sendmail.el (sendmail-query-once): Restore the current
5625 buffer after querying (bug#9074).
5626
0e6a2bd7
LMI
5627 * dired.el (dired-flagged): Use different faces for marked and
5628 flagged files (bug#6117).
5629
ce887515
LMI
5630 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
5631 (bug#4433).
5632
92f2affc
LMI
5633 * ido.el (ido-mode): Switch off the message if called
5634 non-interactively.
5635
57d5aff0
LMI
5636 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
5637 before 587, since it appears that that's more likely to work for
5638 more people.
5639
98cd6c18 5640 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 5641 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
5642 exist.
5643
b96dec83
LMI
5644 * info.el: Remove the `Info-beginning-of-buffer' function
5645 (bug#8325).
5646
b796c9b7
SM
5647 * net/network-stream.el (network-stream-open-starttls):
5648 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 5649
d90e2ea0
MR
56502011-08-01 Martin Rudalics <rudalics@gmx.at>
5651
5652 * window.el (display-buffer-in-window): Don't set dedicated status
5653 of window here (Bug#9215).
5654 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
5655 (display-buffer-pop-up-side-window)
b796c9b7 5656 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 5657
cca09170
SM
56582011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
5659
5660 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
5661 before binding generated-autoload-file.
5662
027b979c
DD
56632011-08-01 Deniz Dogan <deniz@dogan.se>
5664
5665 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
5666
3c7ee4f3
MA
56672011-07-30 Michael Albinus <michael.albinus@gmx.de>
5668
5669 Sync with Tramp 2.2.2.
5670
5671 * net/trampver.el: Update release number.
5672
2cc8e51a
JL
56732011-07-30 Juri Linkov <juri@jurta.org>
5674
5675 * dired-aux.el (dired-touch-initial): Remove function.
5676 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
5677 current time, and `default' to the last modification time of the
5678 current marked file (bug#6887).
5679
a514d856
JM
56802011-07-28 Jose E. Marchesi <jemarch@gnu.org>
5681
5682 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 5683 numeric argument to read-number (bug#9163).
a514d856 5684
8a7eddd7
MA
56852011-07-27 Michael Albinus <michael.albinus@gmx.de>
5686
5687 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
5688 connection process, it could be nil.
5689
1ddd96f5
LL
56902011-07-27 Leo Liu <sdl.web@gmail.com>
5691
5692 Simplify url handling in rcirc-mode.
5693
5694 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
5695 (rcirc-browse-url-at-mouse): Remove.
5696 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
5697
b248a85d
AM
56982011-07-26 Alan Mackenzie <acm@muc.de>
5699
5700 Fontify bitfield declarations properly.
5701
5702 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
5703 (c-symbol-chars): Now exported as a lang variable.
5704 (c-not-primitive-type-keywords): New lang variable.
5705
5706 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
5707 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 5708 parsed as a bitfield declaration.
b248a85d 5709
b796c9b7
SM
5710 * progmodes/cc-engine.el (c-beginning-of-statement-1):
5711 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
5712 (c-punctuation-in): New function.
5713 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
5714 declarations properly.
5715
68575ab0
UJ
57162011-07-26 Ulf Jasper <ulf.jasper@web.de>
5717
5718 * calendar/icalendar.el (icalendar--all-events): Take care of
5719 multiple vcalendars in a single file.
b796c9b7 5720 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 5721
0f0a88b9
DD
57222011-07-25 Deniz Dogan <deniz@dogan.se>
5723
5724 * image.el (insert-image): Clarifying docstring.
5725
0b3f36df
MA
57262011-07-24 Michael Albinus <michael.albinus@gmx.de>
5727
5728 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
5729 `tramp-send-command-and-check' if there is no error.
5730 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
5731
a9901f61
AM
57322011-07-22 Alan Mackenzie <acm@muc.de>
5733
5734 Prevent cc-langs.elc being loaded at run time.
5735
5736 * progmodes/cc-mode.el: Remove two autoload forms which loaded
5737 cc-langs.
5738
4d61f28d 5739 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
5740 "(require 'cc-langs)". Quote a form so it will evaluate at
5741 (cc-mode's) compilation time.
5742
11d074b2
MA
57432011-07-22 Michael Albinus <michael.albinus@gmx.de>
5744
5745 * net/tramp.el (tramp-file-name-handler): Avoid recursive
5746 loading. (Bug#9114)
5747
938b94c8
MR
57482011-07-21 Martin Rudalics <rudalics@gmx.at>
5749
5750 * window.el (display-buffer-pop-up-window)
5751 (display-buffer-pop-up-side-window)
5752 (display-buffer-in-side-window): Call display-buffer-set-height
5753 and display-buffer-set-width after setting the new window's
b796c9b7 5754 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 5755
bfa4f190
SS
57562011-07-20 Sam Steingold <sds@gnu.org>
5757
5758 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
5759 (etags-tags-included-tables): Call `convert-standard-filename' on
5760 the file names contained in TAGS so that windows Emacs can handle
5761 TAGS files created by cygwin ctags.
5762
8ca42262
LMI
57632011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5764
5765 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
5766 which apparently didn't work.
5767
5db2afd2 57682011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 5769
5db2afd2
RW
5770 * proced.el (proced-send-signal): For *Marked Processes* buffer
5771 put point at beginning of buffer.
5772
92e15d10
SB
57732011-07-19 Stephen Berman <stephen.berman@gmx.net>
5774
5775 * proced.el (proced-format): Make header lines align with the text
5776 (bug#1779).
5777
1bfd59e5
LMI
57782011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5779
5780 * view.el (view-buffer): Allow running in `special' modes if we're
5781 visiting a file (bug#8615).
5782
f5aae37c
MR
57832011-07-19 Martin Rudalics <rudalics@gmx.at>
5784
5785 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
5786 (display-buffer-alist-set-1, display-buffer-alist-set-2):
5787 New functions.
f5aae37c
MR
5788 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
5789 more accurately.
5790
bf2c1571
AM
57912011-07-18 Alan Mackenzie <acm@muc.de>
5792
5793 Fontify declarators properly when, e.g., a jit-lock chunk begins
5794 inside a declaration.
5795
5796 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
5797
b796c9b7
SM
5798 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
5799 New function.
bf2c1571
AM
5800 (c-complex-decl-matchers): Insert reference to
5801 c-font-lock-enclosing-decls.
5802
5803 * progmodes/cc-engine.el (c-backward-single-comment):
5804 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
5805 to nil around calls to (forward-comment -1).
5806
4e190b80
LMI
58072011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5808
12dc863d
LMI
5809 * image.el (put-image): Doc typo fix.
5810
a762e966
LMI
5811 * progmodes/etags.el (tags-search): Doc typo fix.
5812
4e190b80
LMI
5813 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
5814 password if we get errors 550 to 554.
5815
f019fb21
LMI
58162011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5817
b796c9b7 5818 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 5819
81746738
LMI
5820 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
5821 indentation character (bug#6380).
5822
3ee3a1b5
LMI
5823 * files.el (buffer-offer-save): Made permanently local (bug#6241).
5824
c82f64de
LMI
5825 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
5826 to clarify what the problem is (bug#4291).
5827
f019fb21
LMI
5828 * simple.el (current-kill): Clarify what
5829 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
5830 (auto-fill-mode): Document `auto-fill-function' in relation to
5831 `auto-fill-mode' (bug#2470).
f019fb21 5832
0794775d
LM
58332011-07-16 Lawrence Mitchell <wence@gmx.li>
5834
5835 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
5836 method if slot is read-only (bug#9035).
5837
be39b8cc
MR
58382011-07-16 Martin Rudalics <rudalics@gmx.at>
5839
b796c9b7 5840 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 5841 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
5842 selected before, see discussion of (Bug#8615), (Bug#6954).
5843 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 5844
6ccf7859
GM
58452011-07-15 Glenn Morris <rgm@gnu.org>
5846
5847 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 5848 Respect help-form.
6ccf7859 5849
87e86684
LM
58502011-07-09 Lawrence Mitchell <wence@gmx.li>
5851
5852 * net/gnutls.el (gnutls-min-prime-bits): New variable.
5853 (gnutls-negotiate): Use it.
5854
d6066239
LMI
58552011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5856
b796c9b7
SM
5857 * net/gnutls.el (gnutls-negotiate):
5858 Upcase `gnutls-algorithm-priority'.
d6066239 5859
bd23ebc0
GM
58602011-07-15 Glenn Morris <rgm@gnu.org>
5861
c65bca65
GM
5862 * jka-compr.el (jka-compr-verbose): Move from here...
5863 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
5864 Add missing :version tag.
5865 * info.el: No need to require jka-compr when compiling.
bd23ebc0 5866
478615cc
LMI
58672011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5868
7b41decb
LMI
5869 * net/gnutls.el (gnutls-algorithm-priority): New variable.
5870 (gnutls-negotiate): Use it.
5871
dbc44fcd
LMI
5872 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
5873
06789f97
LMI
5874 * info.el (Info-beginning-of-buffer): New command.
5875 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
5876 announcing `b' as the key (bug#8325).
ab896c37 5877 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 5878
c39da690
LMI
5879 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
5880
3aa5f34b
LMI
5881 * international/mule-cmds.el
5882 (describe-specified-language-support): Make the error message
5883 clearer (bug#8905).
5884
4bf0979f
LMI
5885 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
5886
478615cc
LMI
5887 * isearch.el (isearch-barrier): Add a doc string, since it's
5888 mentioned in a function doc string (bug#8678).
5889
75c68aa1
MR
58902011-07-15 Martin Rudalics <rudalics@gmx.at>
5891
5892 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
5893 buffer argument (Bug#9083) and self-identifying label argument.
5894
a7c33da2
GM
58952011-07-15 Glenn Morris <rgm@gnu.org>
5896
5897 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
5898
2f5c6024
LMI
58992011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5900
5901 * man.el (Man-fontify-manpage): Fix message when formatting the
5902 man page (bug#7929).
5903
0bb23927 59042011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
5905
5906 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
5907 argument LRM; if non-nil, append an invisible LRM character to the
5908 buffer name.
5909 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
5910 last argument non-nil, when formatting buffer names.
0bb23927
EZ
5911 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
5912 paragraph direction.
cce4b0a7 5913
621ef9ab
LMI
59142011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5915
d1583c48
LMI
5916 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
5917 the man page name (bug#7929).
5918
6a57fb5f
LMI
5919 * image.el (put-image): Mention the `put-image' overlay property
5920 (bug#7834).
5921
d7956b14
LMI
5922 * scroll-bar.el (set-scroll-bar-mode): Mention that
5923 `scroll-bar-mode' lists the values (bug#7772).
5924
5b2d4a66
LMI
5925 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
5926 command (bug#7729).
5927
7509a874
LMI
5928 * rect.el (apply-on-rectangle): Return the point after the last
5929 operation.
5930 (string-rectangle): Go to the point after the last operation
5931 (bug#7522).
5932
4fe74b19
LMI
5933 * printing.el (pr-toggle-region): Clarify the documentation
5934 slightly (bug#7493).
5935
b796c9b7
SM
5936 * time.el (display-time-update):
5937 Allow `display-time-mail-function' to return nil (bug#7158).
5938 Fix suggested by Detlev Zundel.
ab283561 5939
fc233c9d
LMI
5940 * vc/diff.el (diff): Clarify the order the file names are read
5941 (bug#7111).
5942
43f5740b
LMI
5943 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
5944 the doc string (bug#7015).
5945
f2182a76
LMI
5946 * font-lock.el (font-lock-maximum-decoration): Mention what
5947 numeric levels mean (bug#6935).
5948
621ef9ab
LMI
5949 * startup.el (initial-buffer-choice): Don't mention the `none'
5950 selection, which is against policy.
5951
adc47434
MR
59522011-07-14 Martin Rudalics <rudalics@gmx.at>
5953
b796c9b7
SM
5954 * window.el (display-buffer-normalize-special):
5955 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 5956
7e5bfb8f
EZ
59572011-07-14 Eli Zaretskii <eliz@gnu.org>
5958
5959 * subr.el (version<, version<=, version=): Mention "-CVS" and
5960 "-12345" alpha version numbers.
5961
27fa387a
CY
59622011-07-14 Chong Yidong <cyd@stupidchicken.com>
5963
5964 * bindings.el: Add advertised binding for set-mark-command
5965 (Bug#5772).
5966
8bdfa064
CY
59672011-07-14 Chong Yidong <cyd@stupidchicken.com>
5968
5969 * bindings.el (mode-line-other-buffer):
5970 * bookmark.el (bookmark-bmenu-2-window):
5971 * bs.el (bs-cycle-next, bs-cycle-previous):
5972 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
5973 switch-to-buffer.
5974
5975 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 5976 Delete.
8bdfa064 5977
5eba16a3
JB
59782011-07-14 Juanma Barranquero <lekktu@gmail.com>
5979
5980 * follow.el (follow-debug-message, follow-redisplay):
5981 * jka-cmpr-hook.el (with-auto-compression-mode):
5982 Fix typos in docstrings.
5983
15853710
LMI
59842011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5985
a28e4607
LMI
5986 * subr.el (with-silent-modifications): Clarify somewhat what the
5987 macro inhibits (bug#6525).
5988
15853710
LMI
5989 * simple.el (eval-expression): Note what it does if called
5990 interactively (bug#6495).
5991
bee0fcef
CY
59922011-07-13 Chong Yidong <cyd@stupidchicken.com>
5993
b796c9b7
SM
5994 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
5995 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
5996
5997 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5998 Remove switch-to-buffer.
5999
58274504
LMI
60002011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6001
bd2fcc8d
LMI
6002 * files.el (make-directory): Clarify that an error will be raised
6003 if there's an error (bug#6397).
6004
0f04b32c
LMI
6005 * startup.el (initial-buffer-choice): Add `none' as a choice
6006 (bug#6234).
6007
465c5fc8
LMI
6008 * subr.el (add-hook): Clarify section about buffer-local hooks
6009 (bug#6218).
6010
58274504
LMI
6011 * dired.el (dired-flagged): Clarify doc string (bug#6117).
6012
bead9a43
JB
60132011-07-13 Juanma Barranquero <lekktu@gmail.com>
6014
6015 * tabify.el (untabify): Preserve the current column so that point
6016 doesn't move (bug#6032).
6017
3af98a7b
LMI
60182011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6019
b796c9b7
SM
6020 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
6021 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 6022
6240145a
GM
60232011-07-13 Glenn Morris <rgm@gnu.org>
6024
6025 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
6026 (dired-insert-directory): Give a message the first time
6027 if ls is found not to support --dired.
6028
1d8c2ccc
LMI
60292011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6030
6031 * simple.el (toggle-truncate-lines): Clarify what is toggled
6032 (bug#5580). Text by Drew Adams.
6033
5fc4038e
CY
60342011-07-13 Chong Yidong <cyd@stupidchicken.com>
6035
6036 * simple.el (blink-matching-open): Make the error message from the
6037 last change less verbose.
6038
bf6012e5
DN
60392011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
6040
6041 * font-lock.el (font-lock-comment-face): Use the high contrast
6042 "yellow" color for font-lock-comment-face on low color terminals
6043 using a dark background color (bug#4221).
6044
343c3b5a
LMI
60452011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6046
7e9505c5
LMI
6047 * dired.el (dired-insert-set-properties): Make the doc string
6048 reflect what it does now (bug#5325).
6049
c26fdcf5
LMI
6050 * simple.el (blink-matching-open): Say that we were unable to find
6051 the match within the limit, if we're limited (bug#5122).
6052
bb388cc5
LMI
6053 * international/mule-cmds.el (prefer-coding-system): Add an
6054 example (bug#4869).
6055
343c3b5a
LMI
6056 * progmodes/etags.el (tags-search): Document `file-list-form'
6057 (bug#4731).
6058
2a517d45
LM
60592011-07-13 Lawrence Mitchell <wence@gmx.li>
6060
6061 * net/browse-url.el (browse-url-default-browser)
6062 (browse-url-browser-function): Make the default browser choice a
6063 bit more logical (bug#4300). Also clean up the doc string.
6064
b6c78ef2
JB
60652011-07-13 Juanma Barranquero <lekktu@gmail.com>
6066
6067 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
6068 binary endings (bug#4440).
6069
1c4dd947
LMI
60702011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6071
a2014063
LMI
6072 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
6073 which can be pretty annoying (bug#8971).
6074
9c9c2d88
LMI
6075 * jka-compr.el (jka-compr-verbose): New variable, and use
6076 throughout (bug#8971).
6077
1c4dd947
LMI
6078 * info.el (Info-find-file): Fall back on the installation
6079 directory if we can't find the info node anywhere else.
6080
a1c9f41b
SO
60812011-07-13 Sergei Organov <osv@javad.com> (tiny change)
6082
6083 * vc/vc.el (vc-revert-file):
6084 Don't set file time-stamp in the past. (Bug#5181)
6085
536f3d36
LMI
60862011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6087
7152b011
LMI
6088 * files.el (after-find-file): Give a better error message when
6089 trying to find a symlink that points to a file that doesn't exist
6090 (bug#4398).
6091
536f3d36
LMI
6092 * progmodes/cc-vars.el: Remove (probably) misleading comment
6093 (bug#4396).
6094
460c0fba
JB
60952011-07-12 Johan Bockgård <bojohan@gnu.org>
6096
6097 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
6098
7a6bda45
CY
60992011-07-12 Chong Yidong <cyd@stupidchicken.com>
6100
6101 * mouse-sel.el: Hack restoring functionality, while keeping
6102 compatibility with 2010-07-03 changes to mouse selection.
6103 (mouse-sel-primary-overlay): New var.
6104 (mouse-sel-selection-alist): Use it.
6105 (mouse-sel-mode): Doc fix; remove points that are default features
6106 of mouse.el.
6107
c79598ef
JB
61082011-07-12 Johan Bockgård <bojohan@gnu.org>
6109
6110 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6111 Fix previous fix (bug#2490).
6112
ff8be6ef
RW
61132011-07-12 Roland Winkler <winkler@gnu.org>
6114
b796c9b7
SM
6115 * textmodes/bibtex.el (bibtex-initialize):
6116 Use pop-to-buffer-same-window.
ff8be6ef
RW
6117 (bibtex-search-entries): Fix interactive call.
6118
296ba3ee
LMI
61192011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6120
f5242a02 6121 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
6122 Fontise bytecomp Error lines more correctly (bug#2490).
6123 Fix suggested by Johan Bockgård.
f5242a02 6124
296ba3ee
LMI
6125 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
6126
6127 * dired-x.el (dired-guess-default): Use `delete-dups'.
6128
f69fd0d2
CY
61292011-07-12 Chong Yidong <cyd@stupidchicken.com>
6130
6131 * dired.el (dired-mark-prompt):
6132 * dired-aux.el (dired-read-shell-command): Doc fix.
6133
eab5dc07
LMI
61342011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6135
b796c9b7
SM
6136 * mail/sendmail.el (sendmail-query-once):
6137 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
6138 emacs -Q.
6139
6140 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
6141
eab5dc07
LMI
6142 * cus-edit.el (custom-file): Take an optional no-error variable.
6143 (customize-save-variable): Set the variable, and give a warning if
6144 running under "emacs -q".
6145
a1e65d42
JB
61462011-07-11 Juanma Barranquero <lekktu@gmail.com>
6147
6148 * loadhist.el (unload-feature-special-hooks):
6149 Add `auto-coding-functions', `fill-nobreak-predicate' and
6150 `find-directory-functions' (bug#5327).
6151
1d52da10
LMI
61522011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6153
be958f1d
LMI
6154 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
6155
5bedb26c
LMI
6156 * cus-edit.el (custom-guess-name-alist): -alist variables should
6157 use the `alist' type (bug#3120). Suggested by Drew Adams.
6158
1d52da10
LMI
6159 * printing.el: Add documentation to all the `pr-toggle-' commands.
6160
cd394be1 61612011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
6162
6163 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
6164 backends where it makes sense (bug#2623).
6165
dcc88d8a
LMI
61662011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6167
c3de9feb
LMI
6168 * dired-x.el (dired-guess-default): Remove duplicate shell command
6169 entries (bug#2028).
8a93078b 6170 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 6171 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 6172
dcc88d8a
LMI
6173 * subr.el (remove-duplicates): New conveniency function.
6174
505e3645
LMI
61752011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6176
6177 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
6178 (bug#1526).
6179
61802011-07-10 Martin Rudalics <rudalics@gmx.at>
6181
6182 * window.el (display-buffer-normalize-default): Don't invert
6183 meaning of even-window-heights. Reported by Eli Zaretskii
6184 <eliz@gnu.org>.
6185
455e4fa1
BR
61862011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
6187
6188 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
6189
8e0bc3e9
CY
61902011-07-10 Chong Yidong <cyd@stupidchicken.com>
6191
6192 * window.el (display-buffer): Fix arguments to
6193 display-buffer-reuse-window in last change.
6194
fa7c3228
CY
6195 * faces.el (link): Use a less saturated blue on light backgrounds.
6196
6197 * startup.el (fancy-startup-text, fancy-about-text)
6198 (fancy-startup-tail): Use font-lock faces, for background safety.
6199
c0a7f300
BN
62002011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
6201
b796c9b7
SM
6202 * emulation/viper-cmd.el (viper-change-state-to-vi):
6203 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 6204
4dc2a129
MR
62052011-07-09 Martin Rudalics <rudalics@gmx.at>
6206
6207 * window.el (display-buffer-default-specifiers): Remove.
6208 (display-buffer-macro-specifiers): Remove default specifiers.
6209 (display-buffer-alist): Default to nil.
b796c9b7 6210 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
6211 (display-buffer-pop-up-window): Allow splitting internal
6212 windows. Check whether a live window was created.
6213 (display-buffer-other-window-means-other-frame)
6214 (display-buffer-normalize-arguments): Rename to
6215 display-buffer-normalize-argument and rewrite. Set the
6216 other-window specifier.
6217 (display-buffer-normalize-special): New function.
6218 (display-buffer-normalize-options): Rename to
6219 display-buffer-normalize-default and rewrite.
6220 (display-buffer-normalize-options-inhibit): Remove.
6221 (display-buffer-normalize-specifiers): Rewrite.
6222 (display-buffer): Process other-window specifier and call
6223 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
6224 more faithfully.
b796c9b7 6225 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 6226 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
6227 (display-buffer-in-window, display-buffer-alist-set):
6228 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
6229 <tassilo@member.fsf.org>.
6230
2d43b8c9
LL
62312011-07-09 Leo Liu <sdl.web@gmail.com>
6232
6233 * register.el (insert-register): Restore accidental change on
6234 2011-06-26. (Bug#9028)
6235
7f9b7c53
GM
62362011-07-09 Glenn Morris <rgm@gnu.org>
6237
6238 * subr.el (remq): Handle the empty list. (Bug#9024)
6239
f042cfd8
AS
62402011-07-08 Andreas Schwab <schwab@linux-m68k.org>
6241
6242 * mail/sendmail.el (send-mail-function): No longer delay custom
6243 initialization.
6244 * custom.el (custom-initialize-delay): Doc fix.
6245
856b2f11
SM
62462011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
6247
6248 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
6249
afae1d68
MA
62502011-07-08 Michael Albinus <michael.albinus@gmx.de>
6251
6252 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
6253 human-friendly prompt.
6254
0757af94
SM
62552011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
6256
6257 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
6258 provided by a particular plugin.
6259
d760b731
LMI
62602011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
6261
6262 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
6263 save customizations (with "emacs -Q"), just set the variable
6264 instead of erroring out.
6265
6266 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
6267
cd79ce90
JL
62682011-07-08 Juri Linkov <juri@jurta.org>
6269
6270 * arc-mode.el (archive-zip-expunge, archive-zip-update)
6271 (archive-zip-update-case): Use 7z if found by `executable-find'.
6272 The order of searching the available programs is the same as in
6273 `archive-zip-extract' (bug#8968).
6274
14cc04aa
CY
62752011-07-07 Chong Yidong <cyd@stupidchicken.com>
6276
6277 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
6278 (menu-bar-options-menu): Tweak descriptions.
6279
0a1848ec
LMI
62802011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6281
6282 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
6283 menu items into verb phrases (bug#1421). Also refill to fit under
6284 80 columns.
6285
f5bd0689
CY
62862011-07-07 Chong Yidong <cyd@stupidchicken.com>
6287
538e85c6
CY
6288 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
6289 (Info-read-node-name): Doc fix (Bug#1084).
6290
f5bd0689
CY
6291 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
6292 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
6293 (end-of-sexp, beginning-of-sexp)
6294 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
6295 (forward-symbol, forward-same-syntax, word-at-point)
6296 (sentence-at-point): Doc fix (Bug#1144).
6297
56ec5115
LMI
62982011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6299
f3f8e37f
LMI
6300 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
6301 should cover it (bug#1281).
6302
0757af94 6303 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 6304
e9fce1ac 6305 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
6306 negotiation fails, then possibly try again with a non-encrypted
6307 connection (bug#9017).
6308
56ec5115
LMI
6309 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
6310 be used.
6311
c2f9aec8
RS
63122011-07-07 Richard Stallman <rms@gnu.org>
6313
6314 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
6315 property, and handle its changed format.
6316 Look for the correct line number.
6317 Use file's line contents (but not past first =) to find
6318 correct line in message.
6319
ef7b981d 63202011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
6321
6322 * international/characters.el (build-unicode-category-table):
6323 Delete it.
0757af94 6324 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 6325
0757af94 6326 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
6327 to src/chartab.c.
6328 (get-char-code-property): Call unicode-property-table-internal to
6329 load a file. Call get-unicode-property-internal where necessary.
6330 (put-char-code-property): Call unicode-property-table-internal to
6331 load a file. Call put-unicode-property-internal where necessary.
6332 put-unicode-property-internal where necessary.
0757af94
SM
6333 (char-code-property-description):
6334 Call unicode-property-table-internal to load a file.
c805dec0
KH
6335
6336 * international/charprop.el:
6337 * international/uni-bidi.el:
6338 * international/uni-category.el:
6339 * international/uni-combining.el:
6340 * international/uni-comment.el:
6341 * international/uni-decimal.el:
6342 * international/uni-decomposition.el:
6343 * international/uni-digit.el:
6344 * international/uni-lowercase.el:
6345 * international/uni-mirrored.el:
6346 * international/uni-name.el:
6347 * international/uni-numeric.el:
6348 * international/uni-old-name.el:
6349 * international/uni-titlecase.el:
6350 * international/uni-uppercase.el: Regenerate.
6351
6352 * loadup.el: Load international/charprop.el before
6353 international/characters.
6354
e14b388a
CY
63552011-07-07 Chong Yidong <cyd@stupidchicken.com>
6356
6357 * window.el (next-buffer, previous-buffer): Signal an error if
6358 called from a minibuffer window.
6359
6360 * bindings.el: Revert 2011-07-04 change.
6361
354cf0ba
RS
63622011-07-06 Richard Stallman <rms@gnu.org>
6363
6364 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
6365 (rmail-mime-insert-bulk, rmail-mime-insert-text):
6366 Treat markers like ints.
6367 (rmail-mime-entity): Doc fix.
6368
a48868a7
LMI
63692011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6370
4906cd3d
LMI
6371 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
6372 defcustom again for backwards compatibility.
6373
e0457abe
LMI
6374 * simple.el (shell-command-on-region): Fill.
6375
d67f7e1f
LMI
6376 * dired-aux.el (dired-kill-line): Add a doc string.
6377
fe204702
LMI
6378 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
6379 to "\\sw\\|\\s_" (bug#358).
6380
a48868a7
LMI
6381 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
6382 (dired-unmark-backward): Ditto.
6383 (dired-flag-backup-files): Ditto.
6384
6385 * dired-x.el (dired-mark-sexp): Ditto.
6386
aa8a705c
RS
63872011-07-06 Richard Stallman <rms@gnu.org>
6388
6389 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
6390 (rmail-mime-entity): New arg TRUNCATED.
6391 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
6392 New functions.
6393 (rmail-mime-save): Warn if entity is truncated.
6394 (rmail-mime-toggle-hidden): Likewise, for showing.
6395 (rmail-mime-process-multipart): Record when an entity is truncated.
6396
a9a936b9
RS
6397 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
6398 if ENTITY is a string.
6399
1f2b92cb
LMI
64002011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6401
f4f73198 6402 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
6403 of faces when `M-C-x'-ing their definitions (bug#8378).
6404 Also clean up the code slightly.
f4f73198 6405
12b16734 6406 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 6407 because that makes the colors go away.
12b16734 6408
f0691d22
LMI
6409 * mail/sendmail.el (send-mail-function): Change the default to
6410 `sendmail-query-once'.
9e87df06 6411 (sendmail-query-once): Add an autoload cookie.
f0691d22 6412
1f2b92cb
LMI
6413 * net/network-stream.el (network-stream-open-starttls): Try using
6414 a plain connection even if the server offered STARTTLS, and we
6415 kinda wanted to use it, if Emacs doesn't have any STARTTLS
6416 capability. This should make smtpmail.el work in slightly more
6417 configurations.
6418
1cdd2a1b
MA
64192011-07-06 Michael Albinus <michael.albinus@gmx.de>
6420
6421 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
6422 New defun.
6423 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
6424
fbcc67e2
MM
64252011-07-06 Michael R. Mauger <mmaug@yahoo.com>
6426
6427 * progmodes/sql.el: Version 3.0
0757af94 6428 (sql-product-alist): Add product :completion-object,
fbcc67e2 6429 :completion-column, and :statement attributes.
0757af94 6430 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 6431 (sql-mode-syntax-table): Mark all punctuation.
0757af94 6432 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
6433 ansi keywords.
6434 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 6435 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
6436 (sql-oracle-show-reserved-words): New function for development.
6437 (sql-product-font-lock): Simplify for source code buffers.
6438 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
6439 New functions.
6440 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
6441 (sql-mode-map): Add statement movement functions.
6442 (sql-ansi-statement-starters, sql-oracle-statement-starters):
6443 New variable.
fbcc67e2
MM
6444 (sql-statement-regexp, sql-beginning-of-statement)
6445 (sql-end-of-statement, sql-signum): New functions.
0757af94 6446 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
6447 (sql-show-sqli-buffer): Bug fix.
6448 (sql-interactive-mode): Store connection data as buffer local.
0757af94 6449 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
6450 with sql-interactive-mode.
6451 (sql-save-connection): Save buffer local settings.
0757af94 6452 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
6453 (sql-product-interactive): Bug fix.
6454 (sql-preoutput-hold): New variable.
6455 (sql-interactive-remove-continuation-prompt): Bug fixes.
6456 (sql-debug-redirect): New variable.
6457 (sql-str-literal): New function.
6458 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 6459 Redesign.
fbcc67e2
MM
6460 (sql-oracle-save-settings, sql-oracle-restore-settings)
6461 (sql-oracle-list-all, sql-oracle-list-table): New functions.
6462 (sql-completion-object, sql-completion-column)
6463 (sql-completion-sqlbuf): New variables.
6464 (sql-build-completions-1, sql-build-completions)
6465 (sql-try-completion): New functions.
6466 (sql-read-table-name): Use them.
6467 (sql-contains-names): New buffer local variable.
6468 (sql-list-all, sql-list-table): Use it.
6469 (sql-oracle-completion-types): New variable.
6470 (sql-oracle-completion-object, sql-sqlite-completion-object)
6471 (sql-postgres-completion-object): New functions.
6472
d4eaeab1
GM
64732011-07-06 Glenn Morris <rgm@gnu.org>
6474
6475 * window.el (pop-to-buffer): Doc fix.
6476
322b7dab 64772011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
6478
6479 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
6480
322b7dab 64812011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 6482
322b7dab 6483 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 6484
322b7dab 6485 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 6486
605dd5bf
CY
64872011-07-05 Chong Yidong <cyd@stupidchicken.com>
6488
6489 * button.el (button): Inherit from link face. Suggested by Dan
6490 Nicolaescu.
6491
7dbfa719
SM
64922011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6493
3db614b0
SM
6494 * progmodes/gdb-mi.el: Fit in 80 columns.
6495 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
6496 switch-to-buffer.
6497
7dbfa719
SM
6498 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
6499 if imenu is simply not configured (bug#8941).
6500
919d884a
KM
65012011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
6502
6503 * allout.el (allout-post-undo-hook): New allout outline-change
6504 event hook to signal undo activity.
6505 (allout-post-command-business): Run allout-post-undo-hook if an
6506 undo just occurred.
7dbfa719
SM
6507 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
6508 * allout-widgets.el (allout-widgets-after-undo-function):
6509 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
6510 in the vicinity of an undo.
6511 (allout-widgets-mode): Include allout-widgets-after-undo-function
6512 on the new allout-post-undo-hook.
6513
450a0f09
SM
65142011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6515
6516 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
6517 Let define-derived-mode define it.
6518 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
6519 cycles of abbrev-table inheritance (bug#8998).
6520
2de69e00
RW
65212011-07-05 Roland Winkler <winkler@gnu.org>
6522
6523 * textmodes/bibtex.el: Add support for biblatex.
6524 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
6525 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
6526 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
6527 (bibtex-entry-alist, bibtex-field-alist): New variables.
6528 (bibtex-entry-field-alist): Obsolete alias for
6529 bibtex-BibTeX-entry-alist.
6530 (bibtex-entry-alist, bibtex-field-alist): New widgets.
6531 (bibtex-set-dialect): New command.
6532 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
6533 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
6534 Bind via bibtex-set-dialect.
2de69e00
RW
6535 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
6536 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
6537 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
6538 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
6539 Define via bibtex-set-dialect.
450a0f09
SM
6540 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
6541 Obey bibtex-no-opt-remove-re.
2de69e00
RW
6542 (bibtex-vec-push, bibtex-vec-incr): New functions.
6543 (bibtex-format-entry, bibtex-field-list)
6544 (bibtex-print-help-message, bibtex-validate)
6545 (bibtex-search-entries): Use new format of bibtex-entry-alist.
6546
2dcdbdd9
SM
65472011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6548
6549 * progmodes/compile.el (compilation-goto-locus):
6550 * net/tramp-cmds.el (tramp-append-tramp-buffers):
6551 * bs.el (bs-cycle-next, bs-cycle-previous):
6552 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
6553 * bindings.el (mode-line-other-buffer):
6554 * autoinsert.el (auto-insert):
6555 * arc-mode.el (archive-extract):
6556 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
6557
b27640fe
JB
65582011-07-05 Juanma Barranquero <lekktu@gmail.com>
6559
6560 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
6561 Fix check of `emacs-lock-unlockable-modes'.
6562 Coerce true values of `emacs-lock--try-unlocking' to t.
6563
53bbe3ad
JB
65642011-07-05 Juanma Barranquero <lekktu@gmail.com>
6565
6566 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
6567 * emacs-lock.el: New file.
6568
1d3cdbc7
JD
65692011-07-05 Julien Danjou <julien@danjou.info>
6570
6571 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
6572 than `boundp' to check if face is set.
6573
9173deec
JB
65742011-07-05 Juanma Barranquero <lekktu@gmail.com>
6575
6576 * register.el (registerv-make):
6577 * window.el (window-min-height): Fix typos in docstrings.
6578
869795d6
JD
65792011-07-05 Jan Djärv <jan.h.d@swipnet.se>
6580
9173deec 6581 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
6582 Update doc string.
6583
b768cdcd
JB
65842011-07-04 Juanma Barranquero <lekktu@gmail.com>
6585
6586 * server.el (server-execute): Catch quit and call
6587 `server-return-error' to pass the error back to emacsclient and
6588 close the connection (bug#8942).
6589
13aa217b
KM
65902011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
6591
6592 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
6593 insecure exception for current topic. Also note that auto-saves
6594 are handled differently.
6595
6596 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
6597 State variables for tracking auto-save inhibition situation.
6598
6599 (allout-write-contents-hook-handler): Rename from
6600 'allout-write-file-hook-handler', and describe how it depends on
6601 write-contents-functions sensitivity to non-nil value to prevent
6602 file write.
6603
6604 (allout-auto-save-hook-handler): Remove. auto-save does not check
6605 this in individual buffers, only in the starting buffer, so this
6606 is not the right way for us to inhibit auto-save in a buffer
6607 according to its condition.
6608
6609 (allout-mode): Use new allout-write-contents-hook-handler, and
6610 only with write-contents-functions. Remove auto-save provisions -
6611 they're implemented elsewhere.
6612
6613 (allout-before-change-handler): If undo is in progress, note that
6614 for attention of allout-post-command-business.
6615
6616 (allout-post-command-business): If the command we're following was
6617 an undo, check for change in the status of encrypted items and
6618 adjust auto-save inhibitions accordingly.
6619
6620 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
6621 according to whether there are or aren't any plain-text topics
6622 pending encryption.
6623
2dcdbdd9 6624 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
6625 Adjust buffer-saved-size and some allout state to inhibit auto-saves
6626 if there are plain-text topics pending encryption.
13aa217b
KM
6627
6628 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
6629 buffer-saved-size and some allout state to not inhibit auto-saves
6630 if there are no longer any plain-text topics pending encryption.
6631
0757af94
SM
6632 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
6633 No longer provide for exemption of the current topic.
13aa217b 6634
ac89b32c
JL
66352011-07-04 Juri Linkov <juri@jurta.org>
6636
6637 Add 7z operations to delete and save changed members (bug#8968).
6638 * arc-mode.el (archive-7z-expunge, archive-7z-update):
6639 New defcustoms.
6640 (archive-7z-write-file-member): New function.
6641 (archive-7z-summarize): Fix the number of dashes in the
6642 listing output.
6643
8fa39615
SM
66442011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
6645
6646 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
6647 (bug#8958).
6648
2f11b3f1
CY
66492011-07-04 Chong Yidong <cyd@stupidchicken.com>
6650
d66fef2b
CY
6651 * bindings.el: Ignore next-buffer and previous-buffer in
6652 minibuffer-local-map.
6653
2f11b3f1
CY
6654 * font-lock.el (font-lock-builtin-face): Change light background
6655 color to dark slate blue (Bug#6693).
6656
f932a347
WD
66572011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
6658
6659 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
6660
c8af70e1
SM
66612011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
6662
6663 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
6664 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6665 Add switch-to-buffer.
6666
f158badc
LMI
66672011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6668
6669 * isearch.el (isearch-search-fun-function): Clarify further the
6670 meaning of the function returned.
6671
6d95bd46
MA
66722011-07-04 Michael Albinus <michael.albinus@gmx.de>
6673
6674 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
6675
6676 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
6677 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
6678 Use it.
6679 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
6680 `tramp-default-remote-path' does not exist.
6681 (tramp-send-command-and-read): New optional argument NOERROR.
6682 (tramp-open-connection-setup-interactive-shell)
6683 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
6684 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
6685 (tramp-process-sentinel): Flush also process' connection property.
6686 (tramp-sh-handle-start-file-process): Do not set process
6687 sentinel. It is done now ...
6688 (tramp-maybe-open-connection): ... here. (Bug#8929)
6689
909e6b67
MK
66902011-07-04 MON KEY <monkey@sandpframing.com>
6691
6692 * play/animate.el (animate-string): Doc fixes and allow changing
6693 the buffer name (bug#5417).
6694
66952011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6696
c8af70e1 6697 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 6698
f34755dc
PE
66992011-07-04 Paul Eggert <eggert@cs.ucla.edu>
6700
396cec72
PE
6701 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
6702 This is simpler and helps future-proof the code.
6703 (timer-until): Use time-subtract and float-time.
08235028 6704 (timer--time-less-p): Use time-less-p.
f34755dc 6705
56e6cc31
JB
67062011-07-04 Juanma Barranquero <lekktu@gmail.com>
6707
3abb79e5
JB
6708 * type-break.el (timep): Use the value of `float-time' to avoid a
6709 byte-compiler warning.
6710
56e6cc31
JB
6711 * server.el (server-eval-and-print): Return any result, even nil.
6712
7b9430b4
PE
67132011-07-03 Paul Eggert <eggert@cs.ucla.edu>
6714
6715 * type-break.el: Accept time formats that the builtins accept.
6716 (timep, type-break-time-difference): Accept any format that
6717 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
6718 This is simpler and helps future-proof the code.
6719 (type-break-time-difference): Round rather than ignoring
6720 subseconds components.
6721
3034e9e7
LMI
67222011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6723
6724 * info.el (Info-apropos-matches): Make non-interactive, since it
6725 doesn't seem to do anything useful as a command (bug#8829).
6726
1485f4c0
CY
67272011-07-03 Chong Yidong <cyd@stupidchicken.com>
6728
6729 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 6730 Move from faces.el.
1485f4c0
CY
6731 (frame-default-terminal-background): New function.
6732
6733 * custom.el (custom-push-theme): Don't record faces in `changed'
6734 theme; this doesn't work correctly for per-frame face settings.
6735 (disable-theme): Use face-set-after-frame-default to reset faces.
6736 (custom--frame-color-default): New function.
6737
9fa3dd45
LMI
67382011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6739
c8af70e1 6740 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
6741 (bug#8769).
6742
6cbbc20c
KR
67432011-03-29 Kevin Ryde <user42@zip.com.au>
6744
6745 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6746 `perl-Test2' extend to match possible "fail #N" rep count
6747 (bug#8377).
6748
c7f98048
LMI
67492011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6750
65676592
LMI
6751 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
6752 `smtpmail-via-smtp' now returns the error instead of nil.
6753
c7f98048
LMI
6754 * isearch.el (isearch-search-fun-function): Clarify the doc string
6755 (bug#8101).
6756
56e6cc31 67572011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
6758
6759 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
6760 unnecessary spaces (bug#8987).
6761
2b216704
LMI
67622011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6763
6764 * net/network-stream.el (open-network-stream): Use the
6765 :end-of-capability command thoughout.
6766
67672011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
6768
6769 * net/network-stream.el (open-network-stream): Add the
6770 :end-of-capability command parameter, used by pop3.el.
6771
36adf6ce
LMI
67722011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6773
1ca0da0e
LMI
6774 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
6775
fc00f69c
LMI
6776 * fringe.el (fringe-query-style): Remove redundant text " (type ?
6777 for list)" (bug#6475).
6778
28fd8759 6779 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 6780 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
6781 an error (bug#6297).
6782
0dd8b6da
LMI
6783 * man.el (Man-reference-regexp): Allow matching possible
6784 word-wrapped references (bug#6289).
6785
ce1438d6
LMI
6786 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
6787 for consistency with the other vc buffers (bug#6197).
6788 (vc-checkin): Ditto.
6789
6790 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
6791
36adf6ce
LMI
6792 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
6793
e83cc1f7
LMI
67942011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6795
8a20ca4c
LMI
6796 * custom.el (defcustom): Clarify that :set is only used in the
6797 Customize user interface (bug#6089).
6798
83319045
LMI
6799 * progmodes/flymake.el (flymake-mode): If the buffer isn't
6800 associated with a file, refuse to run instead of erroring out
6801 (bug#6084).
6802
a8392169
LMI
6803 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
6804 the doc string, since it appears that using `fill-column' always
6805 controls the width (bug#7845).
6806
e83cc1f7
LMI
6807 * simple.el (shell-command-on-region): Say where the error output
6808 went if `shell-command-default-error-buffer' is set (bug#6857).
6809
e47ca23b
KM
68102011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
6811
6812 * allout.el (allout-yank-processing): Adjust cursor position for
6813 backwards-deleted space.
6814
6815 (allout-rebullet-heading): Register changes with
6816 allout-exposure-changed-hook, so the modified topic is properly
6817 decorated.
6818
5cf56143
LMI
68192011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6820
08549772
LMI
6821 * minibuffer.el (completion-in-region): Document PREDICATE
6822 (bug#7136).
6823
48e96771
LMI
6824 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
6825 of keyword/argument pairs (bug#6904).
6826
c8af70e1
SM
6827 * replace.el (multi-occur):
6828 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 6829
e17d05e2
LMI
68302011-07-02 Drew Adams <drew.adams@oracle.com>
6831
6832 * dired.el (dired-mark-if): Make the message about whether it's
6833 marking or unmarking clearer (bug#8523).
6834
063b0e45
LMI
68352011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6836
6837 * disp-table.el (display-table-print-array): New function.
6838 (describe-display-table): Use it to print the vectors more pretty
6839 (Bug#8859).
6840
28545e04
MR
68412011-07-02 Martin Rudalics <rudalics@gmx.at>
6842
6843 * window.el (window-state-get-1): Don't assign clone numbers.
6844 Add clone-of item to list of window parameters.
6845 (window-state-put-2): Don't process clone numbers.
6846 (display-buffer-alist): Fix doc-string.
6847
3349e122
SM
68482011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
6849
6850 * subr.el (remq): Don't allocate if it's not needed.
6851 (keymap--menu-item-binding, keymap--menu-item-with-binding)
6852 (keymap--merge-bindings): New functions.
6853 (keymap-canonicalize): Use them to refine the canonicalization.
6854 * minibuffer.el (minibuffer-local-completion-map)
6855 (minibuffer-local-must-match-map): Move initialization from C.
6856 (minibuffer-local-filename-completion-map): Move initialization from C;
6857 don't inherit from anything here.
6858 (minibuffer-local-filename-must-match-map): Make obsolete.
6859 (completing-read-default): Use make-composed-keymap to combine
6860 minibuffer-local-filename-completion-map with either
6861 minibuffer-local-must-match-map or
6862 minibuffer-local-filename-completion-map.
6863
d224ac83
GM
68642011-07-01 Glenn Morris <rgm@gnu.org>
6865
3de63bf8
GM
6866 * type-break.el (type-break-time-sum): Use dolist.
6867
d224ac83
GM
6868 * textmodes/flyspell.el (flyspell-word-search-backward):
6869 Replace CL function.
6870
1a1e3f32
SM
68712011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
6872
fe3f64d5
SM
6873 * mouse.el (mouse--strip-first-event): New function.
6874 (function-key-map): Use it to map fringe clicks to normal clicks
6875 by default.
6876
eb604e34
SM
6877 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
6878 (vc-bzr-revision-completion-table): Add support for annotate and date.
6879
1a1e3f32
SM
6880 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
6881 inherit from parent.
6882
5bd35902
LMI
68832011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6884
ace6c69c 6885 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 6886 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 6887
191e2bed
LMI
6888 * dired.el (dired-mode): Fix up the doc string as suggested by
6889 Drew Adams (bug#8817).
6890
5bd35902
LMI
6891 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
6892 cookie, since the manual says that it should be possible to add
6893 this function to `find-file-hook' (bug#8709).
6894
eee8207a
TZ
68952011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
6896
6897 * progmodes/cfengine.el: Moved all cfengine3.el functionality
6898 here. Noted Ted Zlatanov as the maintainer.
6899 (cfengine-common-settings, cfengine-common-syntax): New functions
6900 to set up common things between `cfengine-mode' and
6901 `cfengine3-mode'.
6902 (cfengine3-mode): New mode.
6903 (cfengine3-defuns cfengine3-defuns-regex
6904 (cfengine3-class-selector-regex cfengine3-category-regex)
6905 (cfengine3-vartypes cfengine3-font-lock-keywords)
6906 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 6907 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 6908
36b148cf
MA
69092011-07-01 Michael Albinus <michael.albinus@gmx.de>
6910
6911 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
6912
6913 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
6914
0bf4ba9a
MR
69152011-07-01 Martin Rudalics <rudalics@gmx.at>
6916
6917 * window.el (same-window-buffer-names, same-window-regexps)
6918 (same-window-p, special-display-frame-alist)
6919 (special-display-popup-frame, special-display-function)
6920 (special-display-buffer-names, special-display-regexps)
6921 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
6922 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
6923 (split-window-preferred-function, split-height-threshold)
6924 (split-width-threshold, even-window-heights)
6925 (display-buffer-mark-dedicated, window-splittable-p)
6926 (split-window-sensibly, window-safely-shrinkable-p):
6927 Un-obsolete.
6928 (display-buffer): Don't spread args with function specifier
6929 because special-display-popup-frame won't like it.
6930
35837f51
PE
69312011-07-01 Paul Eggert <eggert@cs.ucla.edu>
6932
d0672f86
PE
6933 Time-stamp simplifications and fixes.
6934 These improve accuracy slightly, and future-proof the code
6935 against some potential changes to current-time format.
6936
b9444d97
PE
6937 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
6938 by using time-since and float-time.
6939
0ef923dc
PE
6940 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
6941 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
6942 + NNN microseconds".
6943
2f81380d
PE
6944 * type-break.el (type-break-time-sum): Rewrite using time-add.
6945
845b5c3e
PE
6946 * play/hanoi.el (hanoi-current-time-float): Remove.
6947 All uses replaced by float-time.
6948
ee6f1be0
PE
6949 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
6950 This yields a more-accurate answer.
6951 (rng-time-to-float): Remove; no longer needed.
6952
fe955043
PE
6953 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
6954
5777162a
PE
6955 * calendar/timeclock.el (timeclock-seconds-to-time):
6956 Defalias to seconds-to-time, since they're the same thing.
6957
3103f8b6 6958 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 6959 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
6960 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
6961
0e61a35f
SM
69622011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
6963
6964 * window.el (bury-buffer): Don't iconify the only frame.
6965 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
6966 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
6967
ddd63a1e
CY
69682011-07-01 Chong Yidong <cyd@stupidchicken.com>
6969
0e61a35f
SM
6970 * eshell/em-smart.el (eshell-smart-display-navigate-list):
6971 Add mouse-yank-primary.
ddd63a1e 6972
055f4923
TZ
69732011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
6974
6975 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
6976
6a2fb145
SM
69772011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
6978
6979 * emacs-lisp/find-func.el (find-library--load-name): New fun.
6980 (find-library-name): Use it to find relative load names when provided
6981 absolute file name (bug#8803).
6982
fd4983f2
LMI
69832011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6984
887d14ad
LMI
6985 * textmodes/flyspell.el (flyspell-word): Consider words that
6986 differ only in case as potential doublons (bug#5687).
6987
c53dc7fc
LMI
6988 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
6989 Remove two rather uninteresting debugging-like messages to make
6990 debbugs.el more silent.
6991
fd4983f2
LMI
6992 * comint.el (comint-password-prompt-regexp): Accept "Response" as
6993 a password-like phrase.
6994
7a71b18d 69952011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
6996
6997 * progmodes/cc-guess.el: New file.
6998
6a2fb145 6999 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
7000
7001 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
7002 derived from `c-basic-common-init'.
7003
7004 * progmodes/cc-mode.el (top-level): Require cc-guess.
7005 (c-basic-common-init): Use `cc-choose-style-for-mode'.
7006
1fa280a3
LM
70072011-06-30 Lawrence Mitchell <wence@gmx.li>
7008
7009 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
7010
e6597158
AM
70112011-06-30 Alan Mackenzie <acm@muc.de>
7012
1fa280a3
LM
7013 * progmodes/cc-engine.el (c-guess-continued-construct):
7014 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
7015 lock is disabled. Name this case as "CASE G".
7016
68ba37fb
KM
70172011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
7018
7019 * allout.el (allout-yank-processing): Fix injection of extra space
7020 between bullet and non-whitespace character in first topic when
7021 pasting, ensuring that the actual spacing in the pasted topic
7022 following the bullet char is preserved. This extra space was
7023 causing pasted encrypted topics to get a decrypted status even
7024 when the content was actually still encrypted. Now the decryption
7025 status from before the paste is preserved.
7026
7027 (allout-flag-region): Set all allout overlays so they evaporate
7028 when reduced to zero length (evanescent), to prevent overlay
7029 leakage.
7030
887a0b34
GM
70312011-06-30 Glenn Morris <rgm@gnu.org>
7032
94b9acce
GM
7033 * w32-fns.el (w32-charset-info-alist): Declare.
7034
1d9b46d4
GM
7035 * find-dired.el (find-grep-options): Simplify.
7036
cc232200
GM
7037 * term/ns-win.el (ns-set-resource): Declare.
7038
28e77c46
GM
7039 * ses.el (row, col): Declare dynamic variables honestly.
7040
887a0b34
GM
7041 * textmodes/reftex-parse.el (index-tags): Declare.
7042
658d8eb8
CY
70432011-06-30 Chong Yidong <cyd@stupidchicken.com>
7044
7045 * cus-edit.el (customize-push-and-save): New function.
7046
7047 * files.el (hack-local-variables-confirm): Use it.
7048
1fa280a3
LM
7049 * custom.el (load-theme): New arg NO-CONFIRM.
7050 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
7051 (custom-enabled-themes): Doc fix.
7052
7053 * cus-theme.el (customize-create-theme)
7054 (custom-theme-merge-theme): Callers to load-theme changed.
7055
bb617717
LMI
70562011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7057
d61bdd5d
LMI
7058 * thingatpt.el (thing-at-point-short-url-regexp): Require that
7059 short URLs have at least one dot in them (bug #7614).
7060
bb617717
LMI
7061 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
7062 nil, because using a pty is apparently too slow (bug #895).
7063
2f31f37a
LMI
70642011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7065
7066 * mail/sendmail.el (sendmail-query-once): New function.
7067 (sendmail-query-once-function): New variable.
7068
3076b24e
GM
70692011-06-29 Glenn Morris <rgm@gnu.org>
7070
faf2a174
GM
7071 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
7072
3076b24e
GM
7073 * ses.el (top-level): Require cl when compiling.
7074 (ses-set-localvars): Fix error statement.
7075 Call it at compile time to silence a storm of warnings.
7076
5386012d
MR
70772011-06-29 Martin Rudalics <rudalics@gmx.at>
7078
7079 * window.el (normalize-live-buffer): Rename to
7080 window-normalize-buffer.
7081 (normalize-live-frame): Rename to window-normalize-frame.
7082 (normalize-any-window): Rename to window-normalize-any-window.
7083 (normalize-live-window): Rename to window-normalize-live-window.
7084 (make-window-atom): Rename to window-make-atom.
7085 (window-resize-reset): Rename to window--resize-reset.
7086 (window-resize-reset-1): Rename to window--resize-reset-1.
7087 (resize-mini-window): Rename to window--resize-mini-window.
7088 (resize-subwindows-skip-p): Rename to
7089 window--resize-subwindows-skip-p.
7090 (resize-subwindows-normal): Rename to
7091 window--resize-subwindows-normal.
7092 (resize-subwindows): Rename to window--resize-subwindows.
7093 (resize-other-windows): Rename to window--resize-siblings.
7094 (resize-this-window): Rename to window--resize-this-window.
7095 (resize-root-window): Rename to window--resize-root-window.
7096 (resize-root-window-vertically): Rename to
7097 window--resize-root-window-vertically.
7098 (normalize-buffer-to-display): Rename to
7099 window-normalize-buffer-to-display.
7100 (normalize-buffer-to-switch-to): Rename to
7101 window-normalize-buffer-to-switch-to.
7102 Correspondingly update all callers of the functions listed
7103 above.
7104 (display-buffer-alist, display-buffer-normalize-arguments)
7105 (display-buffer-normalize-options, display-buffer)
7106 (display-buffer-alist-set): Use "function" instead of
7107 "fun-with-args".
7108
1176868d
CY
71092011-06-28 Chong Yidong <cyd@stupidchicken.com>
7110
7111 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
7112 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
7113 debbugs.gnu.org. Mention acknowledgment email.
7114
20a7a65f
LMI
71152011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7116
7117 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
7118 buffer multibyteness, since it shouldn't matter.
7119
5f45cca5
MR
71202011-06-28 Martin Rudalics <rudalics@gmx.at>
7121
7122 * window.el (display-buffer-in-side-window): Handle dedicated
7123 windows as in display-buffer-reuse-window.
7124 (display-buffer-normalize-alist): Use value of override
7125 specifier.
7126 (display-buffer-normalize-specifiers): Use value of
7127 other-window-means-other-frame specifier.
7128 (display-buffer-alist): Rewrite some texts in widgets.
7129 (display-buffer): Spread arguments when calling function
7130 specified by fun-with-args.
7131
ad85fe1f
DD
71322011-06-28 Deniz Dogan <deniz@dogan.se>
7133
1fa280a3
LM
7134 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7135 Unnest `let'.
da68c4c8 7136
ad85fe1f
DD
7137 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
7138 selectors (Bug#5732).
ec49bd31 7139 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 7140
a08cc025
JA
71412011-06-27 Jari Aalto <jari.aalto@cante.net>
7142
7143 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
7144 (eshell-ls-date-format): New defcustom.
7145 (eshell-ls-file): Use it.
7146
e2b551c5
SM
71472011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
7148
7149 * help-fns.el (describe-variable): Fix message for terminal-local vars.
7150
8982b231
KY
71512011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
7152
7153 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
7154 (ange-ftp-make-tmp-name): New arg.
7155 (ange-ftp-file-local-copy): Use it.
7156
36c9fa27
J
71572011-06-27 Jambunathan K <kjambunathan@gmail.com>
7158
7159 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
7160 no-conversion (Bug#8870).
7161
d68443dc
MR
71622011-06-27 Martin Rudalics <rudalics@gmx.at>
7163
7164 * window.el (window-right, window-left, window-child)
7165 (window-child-count, window-last-child)
7166 (window-iso-combination-p, walk-window-tree-1)
7167 (window-atom-check-1, window-tree-1, delete-window)
7168 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
7169 new naming conventions - window-vchild, window-hchild,
7170 window-next and window-prev are now called window-top-child,
7171 window-left-child, window-next-sibling and window-prev-sibling
7172 respectively.
d615d6d2
MR
7173 (resize-window-reset): Rename to window-resize-reset.
7174 (resize-window-reset-1): Rename to window-resize-reset-1.
7175 (resize-window): Rename to window-resize.
7176 (window-min-height, window-min-width)
7177 (resize-mini-window, resize-this-window, resize-root-window)
7178 (resize-root-window-vertically, adjust-window-trailing-edge)
7179 (enlarge-window, shrink-window, maximize-window)
7180 (minimize-window, delete-window, quit-restore-window)
7181 (split-window, balance-windows, balance-windows-area-adjust)
7182 (balance-windows-area, window-state-put-2)
7183 (display-buffer-even-window-sizes, display-buffer-set-height)
7184 (display-buffer-set-width, set-window-text-height)
7185 (fit-window-to-buffer): Rename all "resize-window" prefixed
7186 calls to use the "window-resize" prefix convention.
7187 (display-buffer-alist): Fix symbol for label specifier.
7188 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
7189 corresponding specifier.
7190 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 7191
b6458526
VB
71922011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
7193
7194 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
7195 convention.
7196 (ses-call-printer): Does not pass an empty string to formatter when the
7197 cell is empty to keep from barking printer Calc math-format-value.
7198
d31fd9ac
RS
71992011-06-27 Richard Stallman <rms@gnu.org>
7200
43d5bf84
RS
7201 * battery.el (battery-mode-line-limit): New variable.
7202 (battery-update): Handle it.
7203
d31fd9ac
RS
7204 * mail/rmailmm.el (rmail-mime-process-multipart):
7205 Handle truncated messages.
7206
819a6054
GM
72072011-06-27 Glenn Morris <rgm@gnu.org>
7208
7209 * progmodes/flymake.el (flymake-err-line-patterns):
7210 Allow for column numbers in the ant/javac pattern. (Bug#8866)
7211
cedc73f2
VB
72122011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
7213
819a6054 7214 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
7215 (ses--clean-!, ses--clean-_): New functions.
7216 (ses-range): Add configurability of readout order, and conversion
7217 to Calc vector.
7218
5e5d49b6
VB
7219 * ses.el (ses-repair-cell-reference-all): New function.
7220 (ses-cell-symbol): Set macro as safe, so that it can be used in
7221 formulas.
7222
56e6cc31 7223 * ses.el: Update cycle detection algorithm.
90ca8b49 7224 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 7225 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
7226 (ses-set-localvars): New function.
7227 (ses-make-cell): Add property-list as a cell element.
7228 (ses-cell-property-get-fun, ses-cell-property-get)
7229 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
7230 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
7231 New functions.
90ca8b49
VB
7232 (ses-cell-property-set, ses-cell-property-pop)
7233 (ses-cell-property-get-handle): New macro.
7234 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
7235 New aliases, used for code readability.
7236 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
7237 cycle detection.
7238 (ses-self-reference-early-detection): New defcustom.
fac916bf 7239 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
7240 (ses-mode): Use ses-set-localvars.
7241 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
7242 before lauching the update processing.
7243 (ses-initialize-Dijkstra-attempt): New function.
7244 (ses-recalculate-cell): Update for cycle detection based on
7245 Dijkstra algorithm.
7246
2bb63e81
VB
7247 * ses.el: Fix commenting and indenting convention.
7248
c9d29fb8
SM
72492011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
7250
7251 * bs.el (bs-cycle-next): Complete last change.
7252
d8e4b68b
JB
72532011-06-27 Drew Adams <drew.adams@oracle.com>
7254
7255 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
7256
40098786
LMI
72572011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7258
c9d29fb8
SM
7259 * net/network-stream.el (network-stream-open-starttls):
7260 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
7261 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
7262
40098786
LMI
7263 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
7264 to binary to possibly avoid line encoding issues on Windows (among
7265 other things).
7266
468d09d4
LMI
72672011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7268
7269 * net/network-stream.el (open-network-stream): Return an :error
7270 saying what the problem was, if possible.
7271
7272 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
7273 server.
7274
7275 * net/network-stream.el (network-stream-open-starttls): If we
7276 wanted to use STARTTLS, and the server offered it, but we weren't
7277 able to because we had no STARTTLS support, then close the connection.
7278 (open-network-stream): Return an :error element, if present.
7279
16f07dd7
CY
72802011-06-26 Chong Yidong <cyd@stupidchicken.com>
7281
88821ca0
CY
7282 * hl-line.el (hl-line-sticky-flag): Doc fix.
7283 (global-hl-line-sticky-flag): New option (Bug#8323).
7284 (global-hl-line-highlight): Obey it.
7285
16f07dd7
CY
7286 * vc/vc.el (vc-revert-show-diff): Default to t.
7287
6b5ccddf
KM
72882011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
7289
c9d29fb8
SM
7290 * allout-widgets.el (allout-widgets-post-command-business):
7291 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
7292 undecorated when an isearch is continued past, and isearch
7293 automatically collapses them. This leads to "widget leaks", where
7294 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
7295 hidden widgets can slow down cursor travel, substantially.
7296 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
7297 so we're doing without this nicety.
7298
7299 (allout-widgets-tally-string): Don't try to do a hash-table-count
7300 of allout-widgets-tally when it's nil. This eliminates spurious "Error
7301 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
7302 *Messages* when allout-widgets-maintain-tally is t.
7303
355f2e07
MR
73042011-06-26 Martin Rudalics <rudalics@gmx.at>
7305
7306 * window.el (display-buffer-normalize-argument): Rename to
7307 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
7308 LABEL argument. Respect special-display-function when popping up
7309 a new frame. Fix code searching for a window showing the buffer
7310 on another frame.
c9d29fb8
SM
7311 (display-buffer-normalize-specifiers):
7312 Call display-buffer-normalize-arguments.
355f2e07
MR
7313 (display-buffer-in-window): Don't undedicate the window if its
7314 buffer remains the same.
7315 Reported by Drew Adams <drew.adams@oracle.com>.
7316 (display-buffer-alist): Add choice for same-window macro
7317 specfier.
7318 (display-buffer): Mention special meaning of LABEL argument in
7319 doc-string. Fix quoting. Don't pop up a new frame even as
7320 fallback.
7321
7ca8fc42
JB
73222011-06-26 Juanma Barranquero <lekktu@gmail.com>
7323
7324 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
7325 avoid deleting the current window in some cases (bug#8911).
7326
bc312254
AS
73272011-06-26 Andreas Schwab <schwab@linux-m68k.org>
7328
7329 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
7330 (Bug#8934)
7331
2db18f3f
LMI
73322011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7333
c9d29fb8
SM
7334 * net/network-stream.el (network-stream-open-starttls):
7335 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
7336 (network-stream-open-tls): Ditto.
7337
6302e0d3
LL
73382011-06-26 Leo Liu <sdl.web@gmail.com>
7339
7340 * register.el (registerv): New struct.
7341 (registerv-make): New function.
c9d29fb8
SM
7342 (jump-to-register, describe-register-1, insert-register):
7343 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
7344 struct. (Bug#8415)
7345
5fdd4046
CY
73462011-06-26 Chong Yidong <cyd@stupidchicken.com>
7347
2afef60a
CY
7348 * vc/vc.el (vc-revert-show-diff): New defcustom.
7349 (vc-diff-internal): New arg specifying diff buffer.
7350 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
7351 reuse an existing *vc-diff* buffer (Bug#8927).
7352
5fdd4046
CY
7353 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
7354
e93db24a
GM
73552011-06-26 Glenn Morris <rgm@gnu.org>
7356
7357 * progmodes/f90.el (f90-critical-indent): New option.
7358 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
7359 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
7360 (f90-mode): Doc fix.
7361 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
7362 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
7363 (f90-beginning-of-block, f90-next-block, f90-indent-region)
7364 (f90-match-end): Handle block, critical.
7365
eefff499
GM
73662011-06-25 Glenn Morris <rgm@gnu.org>
7367
f6ba4cc9
GM
7368 * calendar/diary-lib.el (diary-included-files): Doc fix.
7369 (diary-include-files): New function, extracted from
7370 diary-include-other-diary-files and diary-mark-included-diary-files.
7371 (diary-include-other-diary-files, diary-mark-included-diary-files):
7372 Just call diary-include-files.
7373 (diary-mark-entries): Reset diary-included-files on first call.
7374
16712304
GM
7375 * calendar/diary-lib.el (diary-mark-entries)
7376 (diary-mark-included-diary-files):
7377 Visit included diary-files in temp buffers.
7378
5d8e0d43
GM
7379 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
7380 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
7381 (f90-start-block-re, f90-imenu-generic-expression)
7382 (f90-looking-at-program-block-start, f90-no-block-limit):
7383 Add support for submodules.
7384
ccf7a5d5
GM
7385 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
7386 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 7387
11fdef7d 73882011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
7389
7390 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
7391 buffer-file-type before setting its value, to avoid disastrous
eefff499 7392 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 7393
74f53697
JB
73942011-06-25 Juanma Barranquero <lekktu@gmail.com>
7395
7396 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
7397
7398 * ses.el (ses-unload-function):
7399 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
7400
7401 * proced.el (proced-unload-function):
7402 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
7403
18a4ce5e
AR
74042011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
7405
7406 * server.el (server-create-window-system-frame): Add parameters arg.
7407 (server-process-filter): Doc fix. Handle frame-parameters.
7408
519d22cc
JB
74092011-06-25 Juanma Barranquero <lekktu@gmail.com>
7410
7411 Fix bug#8730, bug#8781.
7412
7413 * loadhist.el (unload--set-major-mode): New function.
7414 (unload-feature): Use it.
7415
7416 * progmodes/python.el (python-after-info-look): Add autoload cookie.
7417 (python-unload-function): New function.
7418
c206f5b0
SM
74192011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7420
7421 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
7422
f9ad64f3
GS
74232011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
7424
7425 * net/browse-url.el (browse-url-firefox-program): Add icecat to
7426 the candidates list.
7427
7d0da90e
JB
74282011-06-24 Juanma Barranquero <lekktu@gmail.com>
7429
7430 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
7431
14b4e83d
RS
74322011-06-23 Richard Stallman <rms@gnu.org>
7433
7434 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
7435 (rmail-variables): Set next-error-move-function.
7436 (rmail-what-message): Take argument POS.
7437 (rmail-next-error-move): New function.
7438
273d2baf
SM
74392011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
7440
7441 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
7442 messages for adjacent non-terminals.
7443
56c2cc9a
RS
74442011-06-23 Richard Stallman <rms@gnu.org>
7445
7446 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 7447 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
7448 (rmail-start-mail): Don't specify use of rmail-mail-return;
7449 that's done by mail-bury now.
7450 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 7451
d59eb518
MA
74522011-06-23 Michael Albinus <michael.albinus@gmx.de>
7453
7454 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
7455 SIZE is a number.
7456
02cfc6d6
MR
74572011-06-23 Martin Rudalics <rudalics@gmx.at>
7458
7459 * window.el (get-lru-window, get-mru-window)
7460 (get-largest-window): Never return a minibuffer window.
7461 (display-buffer-pop-up-window): Fix a bug that could lead to
7462 reusing the minibuffer window.
7463 (display-buffer): Pass original specifier argument to
7464 display-buffer-function instead of the normalized one.
7465 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
7466
4e323265
LL
74672011-06-22 Leo Liu <sdl.web@gmail.com>
7468
7469 * minibuffer.el (completing-read-function)
7470 (completing-read-default): Move from minibuf.c
7471
7a70468f
RS
74722011-06-22 Richard Stallman <rms@gnu.org>
7473
50718fc2
RS
7474 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
7475 to Rmail even if not started by a special Rmail command.
7476
7a70468f
RS
7477 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
7478 Copy the buffer currently showing just one message.
7479
297dde5a
RW
74802011-06-22 Roland Winkler <winkler@gnu.org>
7481
7482 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
7483 (bibtex-clean-entry): First delete the old key so that a
7484 customized algorithm for generating the new key does not get
7485 confused by the old key.
7486 (bibtex-url): Obey regexp of first step.
7487 (bibtex-search-entries): Do not use add-to-list with local
7488 list-var.
7489
97bb1093
LMI
74902011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7491
7492 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
7493 stored a user name, then query for the password first, instead of
7494 waiting for SMTP to give an error message and the trying again.
7495
1c0f1a19
JD
74962011-06-22 Lawrence Mitchell <wence@gmx.li>
7497
7498 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
7499 BUFFER in call-process.
7500
396f7c9d
LMI
75012011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7502
7503 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
7504 QUIT twice.
ddb7ffee
LMI
7505 (smtpmail-try-auth-methods): Require user name and password from
7506 auth-source.
396f7c9d 7507
8998d1b3
MR
75082011-06-22 Martin Rudalics <rudalics@gmx.at>
7509
7510 * window.el (display-buffer-default-specifiers)
7511 (display-buffer-alist): Remove entries for pop-up-frame-alist.
7512 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 7513 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
7514
7515 * frame.el (pop-up-frame-alist, pop-up-frame-function)
7516 (special-display-frame-alist, special-display-popup-frame):
7517 Remove duplicate declarations. These are now in window.el.
7518
4ea31e07
LMI
75192011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7520
c9d29fb8
SM
7521 * mail/smtpmail.el (smtpmail-via-smtp):
7522 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
7523 server supports it. SMTP servers that support STARTTLS commonly
7524 require it.
7525
7526 * net/network-stream.el (network-stream-open-starttls): Support
7527 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 7528 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 7529
95f41d9a
LMI
7530 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
7531 upgrades with `open-network-stream', and rely solely on
7532 auth-source for all credentials. Big changes throughout the file,
7533 but in particular:
c9d29fb8
SM
7534 (smtpmail-auth-credentials): Remove.
7535 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
7536 (smtpmail-via-smtp): Check for servers saying they want AUTH after
7537 MAIL FROM, too.
95f41d9a 7538
c9d29fb8
SM
7539 * net/network-stream.el (network-stream-open-starttls):
7540 Provide support for client certificates both for external and built-in
4ea31e07
LMI
7541 STARTTLS.
7542 (auth-source): Require.
7543 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
7544 (network-stream-certificate): Change cert-cert to cert and
7545 cert-key to key.
4ea31e07 7546
065ec2c7
MA
75472011-06-21 Michael Albinus <michael.albinus@gmx.de>
7548
7549 * net/tramp-cache.el (top): Don't load the persistency file when
7550 "emacs -Q" has been called.
7551
cd93b359
DR
75522011-06-21 Tim Harper <timcharper@gmail.com>
7553
d8e4b68b
JB
7554 * term/ns-win.el (ns-initialize-window-system):
7555 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
7556 resource to NO as it is not yet supported by the NS port.
7557
ae9c0411
JB
75582011-06-21 Juanma Barranquero <lekktu@gmail.com>
7559
7560 * misc.el (list-dynamic-libraries--refresh): Compute header here...
7561 (list-dynamic-libraries): ...not here.
7562
7f3f739f
LL
75632011-06-21 Leo Liu <sdl.web@gmail.com>
7564
7565 * subr.el (sha1): Implement sha1 using secure-hash.
7566
327c8fb1
MR
75672011-06-21 Martin Rudalics <rudalics@gmx.at>
7568
7569 * window.el (display-buffer-alist): In default value do not
7570 enforce searching a window on any but the selected frame.
7571 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
7572 (display-buffer-select-window): Remove function.
7573 (display-buffer-in-window): When a window on another frame gets
7574 reused, do not select it any more but just raise its frame if
7575 necessary (Bug#8851) and (Bug#8856).
7576 (display-buffer-normalize-options): Handle pop-up-frames related
7577 options more faithfully.
7578 (pop-to-buffer): Don't rely on `display-buffer' selecting the
7579 window if it is on another frame.
c9d29fb8
SM
7580 (display-buffer-alist, display-buffer-default-specifiers):
7581 Don't make new frame unsplittable by default.
9e9de014
MR
7582 (display-buffer-normalize-argument): Fix doc-string typo and use
7583 'same-frame-other-window instead of 'other-window when associating
7584 with display-buffer-macro-specifiers.
327c8fb1 7585
7cf3f556
VB
75862011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
7587
7588 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
7589 New functions.
7590 (5x5-mode-map, 5x5-mode-menu): Bind them.
7591 (5x5-draw-grid): Tweak the solver's rendering.
7592
60a406cf
SM
75932011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7594
7595 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
7596 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
7597
d8e4b68b 75982011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
7599
7600 * menu-bar.el: Use function variable instead of switch-to-buffer.
7601 (menu-bar-select-buffer-function): New variable.
60a406cf 7602 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 7603
478d6f95
SM
76042011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7605
7606 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
7607 variable's status.
7608
ca530739
JD
76092011-06-20 Jan Djärv <jan.h.d@swipnet.se>
7610
7611 * x-dnd.el (x-dnd-version-from-flags)
7612 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
7613 and long as number (Bug#8899).
7614 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
7615
bcd70d97
SM
76162011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
7617
60a406cf 7618 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
7619 (completion-try-completion, completion-all-completions): Compute the
7620 metadata argument if it's missing; make it optional (bug#8795).
7621
60a406cf 7622 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
7623 (widget-complete): Use new :completion-function property.
7624 (widget-completions-at-point): New function.
7625 (default): Use :completion-function instead of :complete.
60a406cf
SM
7626 (widget-default-completions): Rename from widget-default-complete;
7627 Rewrite.
bcd70d97
SM
7628 (widget-string-complete, widget-file-complete, widget-color-complete):
7629 Remove functions.
7630 (file, symbol, function, variable, coding-system, color):
7631 * international/mule-cmds.el (default-input-method, charset)
7632 (language-info-custom-alist):
7633 * cus-edit.el (face): Use new property :completions.
7634
7635 * progmodes/pascal.el (pascal-completions-at-point): New function.
7636 (pascal-mode): Use it.
7637 (pascal-mode-map): Use completion-at-point.
7638 (pascal-toggle-completions): Make obsolete.
7639 (pascal-complete-word, pascal-show-completions):
7640 * progmodes/octave-mod.el (octave-complete-symbol):
7641 Redefine as obsolete alias.
7642 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
7643 Signal absence of completion info for old Octave,
7644 (inferior-octave-complete): Redefine as obsolete alias.
7645 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
7646 (meta-completions-at-point): Rename from meta-complete-symbol and
7647 adapt it for use on completion-at-point-functions.
7648 (meta-common-mode): Use it.
7649 (meta-looking-at-backward, meta-match-buffer): Remove.
7650 (meta-complete-symbol): Redefine as obsolete alias.
7651 (meta-common-mode-map): Use completion-at-point.
7652 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
7653 (makefile-mode-map): Use completion-at-point.
7654 (makefile-completions-at-point): Rename from makefile-complete and
7655 adapt it for use on completion-at-point-functions.
7656 (makefile-mode): Use it.
7657 (makefile-complete): Redefine as obsolete alias.
7658
aebf69c8
DD
76592011-06-20 Deniz Dogan <deniz@dogan.se>
7660
7661 * net/rcirc.el: Delete trailing whitespaces once and for all.
7662
bfbbb27d
DC
76632011-06-20 Daniel Colascione <dan.colascione@gmail.com>
7664
7665 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
7666
d264a46b
CY
76672011-06-19 Chong Yidong <cyd@stupidchicken.com>
7668
4ca009e5
CY
7669 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
7670
d264a46b
CY
7671 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
7672
fbf5b3ce
MR
76732011-06-19 Martin Rudalics <rudalics@gmx.at>
7674
7675 * window.el (display-buffer-other-window-means-other-frame):
7676 Call display-buffer-normalize-alist.
7677 (display-buffer-normalize-specifiers-1): Rename to
7678 display-buffer-normalize-argument. New argument other-frame.
7679 Rewrite.
7680 (display-buffer-normalize-specifiers-2): Rename to
7681 display-buffer-normalize-options.
7682 (display-buffer-normalize-alist-1): New function.
7683 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
7684 display-buffer-normalize-alist.
7685 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
7686 (display-buffer-normalize-options-inhibit): New variable.
7687 (display-buffer-normalize-specifiers): Rewrite calling
7688 display-buffer-normalize-alist,
7689 display-buffer-normalize-argument, and
7690 display-buffer-normalize-options. Don't call the latter if
7691 display-buffer-normalize-options-inhibit is non-nil.
7692 (frame-auto-delete): New option.
7693 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
7694 (window-list-no-nils, window-state-ignored-parameters)
7695 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
7696 (window-state-put-1, window-state-put-2, window-state-put):
7697 New functions.
9a028c23
MR
7698 (display-buffer-normalize-options): Move special-display-p group
7699 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 7700
6d10d800
CY
77012011-06-18 Chong Yidong <cyd@stupidchicken.com>
7702
6420d28b
CY
7703 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
7704 groups (Bug#8776).
7705 (rx-submatch-n): New function.
7706 (rx): Document it.
7707
ddb8b596
CY
7708 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
7709 (Bug#8768).
7710
7711 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
7712
77080289
CY
7713 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
7714
61dfb316
CY
7715 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
7716 anytime existing face settings are present (Bug#8889).
7717
6d10d800
CY
7718 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
7719 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
7720 Remove unused argument.
7721
be3fb2b8
MR
77222011-06-18 Martin Rudalics <rudalics@gmx.at>
7723
bcd70d97
SM
7724 * window.el (display-buffer-default-specifiers):
7725 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
7726 pop-up-window-min-width, and another reuse-window specifier
7727 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
7728 (display-buffer-normalize-specifiers-2):
7729 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
7730 pop-up-windows is unset. Add a reuse-window specifier for the
7731 case popping up a new window fails.
7732 (special-display-popup-frame): Remove double quoting.
28dec25a 7733 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 7734
1c6d8c76
SM
77352011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
7736
7737 * shell.el (shell-completion-vars): Set pcomplete-termination-string
7738 according to comint-completion-addsuffix.
7739
7740 * pcomplete.el: Convert to lexical binding and fix bug#8819.
7741 (pcomplete-suffix-list): Mark as obsolete.
7742 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
7743 pcomplete-seen in the closure.
7744 (pcomplete-comint-setup): Setup completion-at-point as well.
7745 (pcomplete--entries): New function.
7746 (pcomplete--env-regexp): New var.
7747 (pcomplete-entries): Rewrite to work with partial-completion and
7748 without relying on pcomplete-suffix-list.
7749 (pcomplete-pare-list): Remove, unused.
7750
25aef8b8
MR
77512011-06-17 Martin Rudalics <rudalics@gmx.at>
7752
7753 * window.el (display-buffer-alist): Set pop-up-window-min-height
7754 and pop-up-window-min-width in default value. Reported by
7755 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
7756 other-window-means-other-frame.
7757 (display-buffer-macro-specifiers): Comment out entry for
7758 other-window specifier.
7759 (display-buffer-other-window-means-other-frame): New function.
7760 (display-buffer-normalize-specifiers-1): New arguments
7761 buffer-name and label. Treat other-window case specially.
7762 (display-buffer-normalize-specifiers-2): Treat other-window case
7763 specially.
7764 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
7765 (display-buffer-normalize-specifiers):
7766 Call display-buffer-normalize-specifiers-3.
25aef8b8 7767
dbad4f69
MR
77682011-06-17 Martin Rudalics <rudalics@gmx.at>
7769
7770 * window.el (same-window-p): Fix two typos introduced when
7771 adding with-no-warnings.
d1067961
MR
7772 (display-buffer-normalize-specifiers-1): Don't check
7773 pop-up-frames for 'unset initialization.
7774 (display-buffer-normalize-specifiers-2): Major rewrite using
7775 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
7776 (pop-up-frames, display-buffer-reuse-frames)
7777 (display-buffer-mark-dedicated): Don't initialize to 'unset.
7778 Suggested by David Engster <deng@randomsample.de>.
7779 (even-window-heights): Initialize to 'unset.
7780 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
7781 (display-buffer-macro-specifiers): Don't pop up a new frame in the
7782 other window case.
dbad4f69 7783
9b9c9e3a
MR
77842011-06-16 Martin Rudalics <rudalics@gmx.at>
7785
bcd70d97
SM
7786 * window.el (display-buffer-normalize-specifiers-1):
7787 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 7788 second argument of display-buffer (Bug#8865).
981d5c09
MR
7789 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
7790 (switch-to-buffer-other-window-same-frame)
7791 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
7792 Adams (Bug#8875).
9c2755e9
MR
7793 (display-buffer): Don't check noninteractive when calling
7794 display-buffer-pop-up-frame.
7795 (display-buffer-pop-up-frame): Never pop up a frame in
7796 noninteractive mode (Bug#8857).
67222e1d
MR
7797 (enlarge-window, shrink-window): Don't report an error when the
7798 window can't be resized as requested (Bug#8862).
9b9c9e3a 7799
2b75be67
SM
78002011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
7801
9ffdd3ba
SM
7802 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
7803
cb581a67
SM
7804 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
7805
2b75be67
SM
7806 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
7807
8c0e3589
AM
78082011-06-15 Alan Mackenzie <acm@muc.de>
7809
cb581a67
SM
7810 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
7811 for declarators, disable knr checking to speed up for normal files.
7812 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 7813
b96e6cde
LMI
78142011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7815
4bba86e6
LMI
7816 * net/network-stream.el (open-network-stream): Add the keyword
7817 :always-query-capabilities for the case where you want to force a
7818 `plain' network connection, but the protocol still requires the
7819 capabilitiy command (i.e., SMTP and EHLO).
7820
2b75be67 7821 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
7822 consistency with other `-live-p' functions.
7823
efdcdbf8
SM
78242011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
7825
7826 * window.el (same-window-buffer-names, same-window-regexps)
7827 (special-display-frame-alist, special-display-popup-frame)
7828 (special-display-function, special-display-buffer-names)
7829 (special-display-regexps, pop-up-frame-alist)
7830 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
7831 (pop-up-windows, split-window-preferred-function)
7832 (split-height-threshold, split-width-threshold, even-window-heights)
7833 (display-buffer-mark-dedicated): Don't encourage the use of
7834 display-buffer-alist from Elisp code.
7835
c5cde042
DN
78362011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
7837
7838 * progmodes/python.el (python-mode): Derive from prog-mode.
7839 * progmodes/ps-mode.el (ps-mode):
7840 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 7841 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
7842 * progmodes/ld-script.el (ld-script-mode): Likewise.
7843
baa1c9ab
MR
78442011-06-15 Martin Rudalics <rudalics@gmx.at>
7845
7846 * window.el (display-buffer-alist): Trim default value to avoid
7847 popping up a new frame (Bug#8857) or reusing an arbitrary window
7848 on another frame.
7849 (display-buffer): Do not fall back on popping up a new frame in
7850 batch mode (Bug#8857).
7851
c5dd5a51
CY
78522011-06-14 Chong Yidong <cyd@stupidchicken.com>
7853
7854 * cus-theme.el (describe-theme-1): Use custom-theme-p.
7855 (custom-theme-summary): New function.
7856 (customize-themes): Use it.
7857
d647b7c4
GM
78582011-06-13 Glenn Morris <rgm@gnu.org>
7859
7860 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
7861
9481c002
MR
78622011-06-13 Martin Rudalics <rudalics@gmx.at>
7863
357f93d2
MR
7864 * help.el (help-window): Remove variable.
7865 (help-window-point-marker, temp-buffer-max-height)
7866 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
7867 (help-print-return-message): Don't set help-window.
7868 (resize-temp-buffer-window): Rewrite cod eand doc-string.
7869 (help-window-setup-finish): Remove.
7870 (help-window-display-message, help-window-setup)
7871 (with-help-window): Major rewrite based on new
7872 display-buffer-window variable.
7873
7874 * help-mode.el (help-mode-finish): Remove help-window related
7875 code.
7876
7877 * view.el (view-exits-all-viewing-windows): Remove reference to
7878 view-return-to-alist in doc-string.
7879 (view-return-to-alist): Make obsolete.
7880 (view-buffer): Call pop-to-buffer-same-window and remove
7881 undo-window code.
7882 (view-buffer-other-window): Call pop-to-buffer-other-window and
7883 simplify code. Ignore second argument.
7884 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
7885 simplify code. Ignore second argument.
7886 (view-return-to-alist-update): Make obsolete.
7887 (view-mode-enter): Rename second argument to QUIT-RESTORE.
7888 Rewrite using quit-restore window parameters.
2b75be67
SM
7889 (view-mode-exit): Rename second argument to EXIT-ONLY.
7890 Rewrite using quit-restore-window.
357f93d2
MR
7891 (View-exit, View-exit-and-edit, View-leave, View-quit)
7892 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
7893 appropriate arguments.
7894 (view-end-message): Use quit-restore window parameter.
7895
9481c002
MR
7896 * window.el (display-buffer-function): Rewrite doc-string.
7897 (display-buffer-window, display-buffer-alist): New variables.
7898 (display-buffer-split-specifiers)
7899 (display-buffer-side-specifiers)
7900 (display-buffer-macro-specifiers): New constants.
7901 (display-buffer-even-window-sizes, display-buffer-set-height)
7902 (display-buffer-set-width, display-buffer-select-window)
7903 (display-buffer-in-window, display-buffer-reuse-window)
7904 (display-buffer-split-window-1, display-buffer-split-window)
7905 (display-buffer-split-atom-window, display-buffer-pop-up-window)
7906 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
7907 (display-buffer-in-side-window, normalize-buffer-to-display)
7908 (display-buffer-normalize-specifiers-1)
7909 (display-buffer-normalize-specifiers-2)
2b75be67
SM
7910 (display-buffer-normalize-specifiers, display-buffer-frame):
7911 New functions.
9481c002
MR
7912 (display-buffer): Major rewrite.
7913 (display-buffer-other-window, display-buffer-other-frame)
7914 (pop-to-buffer, switch-to-buffer-other-window)
7915 (switch-to-buffer-other-frame): Rewrite.
7916 (display-buffer-same-window, display-buffer-same-frame)
7917 (display-buffer-same-frame-other-window)
7918 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
7919 (pop-to-buffer-other-window)
7920 (pop-to-buffer-same-frame-other-window)
7921 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
7922 (switch-to-buffer-other-window-same-frame): New functions.
7923 (same-window-p, special-display-p): Rewrite disabling warnings.
7924 Make obsolete.
7925 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
7926 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
7927 Make obsolete
7928 (same-window-buffer-names, same-window-regexps)
7929 (special-display-frame-alist, special-display-popup-frame)
7930 (special-display-function, special-display-buffer-names)
7931 (special-display-regexps, pop-up-frame-alist)
7932 (pop-up-frame-function, split-window-preferred-function)
7933 (split-height-threshold, split-width-threshold)
7934 (even-window-heights): Make obsolete.
7935
9db51aca
GM
79362011-06-12 Glenn Morris <rgm@gnu.org>
7937
7938 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 7939 Misc simplifications.
9db51aca 7940
39cffb44
MR
79412011-06-12 Martin Rudalics <rudalics@gmx.at>
7942
7943 * window.el (window-safely-shrinkable-p): Restore function which
7944 was inadvertently removed in change from 2011-06-11. Declare as
7945 obsolete.
7946
2b75be67
SM
7947 * calendar/calendar.el (calendar-generate-window):
7948 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
7949 window-safely-shrinkable-p.
7950
a8955be7
GM
79512011-06-12 Glenn Morris <rgm@gnu.org>
7952
7953 * progmodes/fortran.el (fortran-mode-syntax-table):
7954 * progmodes/f90.el (f90-mode-syntax-table):
7955 Set % to punctuation. (Bug#8820)
7956 (f90-find-tag-default): Remove, no longer needed.
7957
f0d4059d
DC
79582011-06-12 Daniel Colascione <dan.colascione@gmail.com>
7959
7960 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
7961
1100a63c
CY
79622011-06-11 Chong Yidong <cyd@stupidchicken.com>
7963
7964 * image.el (image-animated-p): Return animation delay in seconds.
7965 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
7966 (image-animate-timeout): Remove DELAY argument. Don't assume
7967 every subimage has the same delay; get it from image-animated-p.
7968 (image-animate): Caller changed.
7969
def722bf
MA
79702011-06-11 Michael Albinus <michael.albinus@gmx.de>
7971
7972 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
7973 to ignored backtrace functions.
7974
0a2bb1a9
GM
79752011-06-11 Glenn Morris <rgm@gnu.org>
7976
7977 * calendar/appt.el (appt-disp-window-function): Doc fix.
7978 (appt-check): Handle overlapping appointments. (Bug#8337)
7979
6198ccd0
MR
79802011-06-11 Martin Rudalics <rudalics@gmx.at>
7981
7982 * window.el (window-tree-1, window-tree): New functions, moving
7983 the latter to window.el.
7984 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
7985 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
7986 (bw-refresh-edges): Remove.
7987 (balance-windows-1, balance-windows-2): New functions.
7988 (balance-windows): Rewrite in terms of window tree functions,
7989 balance-windows-1 and balance-windows-2.
7990 (bw-adjust-window): Remove.
7991 (balance-windows-area-adjust): New function with functionality of
7992 bw-adjust-window but using resize-window.
2b75be67
SM
7993 (set-window-text-height): Rewrite doc-string.
7994 Use normalize-live-window and resize-window.
7995 (enlarge-window-horizontally, shrink-window-horizontally):
7996 Rename argument to DELTA.
6198ccd0
MR
7997 (window-buffer-height): New function.
7998 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
7999 Rewrite using new window resize routines.
2b75be67
SM
8000 (kill-buffer-and-window, mouse-autoselect-window-select):
8001 Use ignore-errors instead of condition-case.
6198ccd0
MR
8002 (quit-window): Call delete-frame instead of delete-windows-on
8003 for the only buffer on frame.
8004
9397e56f
MR
80052011-06-10 Martin Rudalics <rudalics@gmx.at>
8006
8007 * loadup.el (top-level): Load window before files for the sake
8008 of replace-buffer-in-windows.
8009
8010 * files.el (read-buffer-to-switch)
8011 (switch-to-buffer-other-window)
2b75be67
SM
8012 (switch-to-buffer-other-frame, display-buffer-other-frame):
8013 Move to window.el.
9397e56f
MR
8014
8015 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
8016 (previous-buffer): Move to window.el.
8017
8018 * bindings.el (unbury-buffer): Move to window.el.
8019
8020 * window.el (delete-other-windows-vertically): Move after
8021 definition of delete-other-windows.
8022 (other-window, delete-windows-on, replace-buffer-in-windows):
8023 Move here from window.c.
8024 (record-window-buffer, unrecord-window-buffer)
8025 (set-window-buffer-start-and-point, switch-to-prev-buffer)
8026 (switch-to-next-buffer): New functions.
8027 (get-next-valid-buffer, last-buffer, next-buffer): Move here
8028 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
8029 (previous-buffer): Move here from simple.el.
8030 Call switch-to-prev-buffer.
9397e56f
MR
8031 (bury-buffer): Move here from buffer.c. Switch to previous
8032 buffer when window cannot be deleted.
8033 (unbury-buffer): Move here from bindings.el.
8034 (ctl-x-map): Move binding for other-window from window.c to
8035 here.
8036 (read-buffer-to-switch, switch-to-buffer-other-window)
8037 (switch-to-buffer-other-frame): Move here from files.el.
8038 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
8039 (switch-to-buffer): Move here from buffer.c.
8040 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 8041
562dd5e9
MR
80422011-06-10 Martin Rudalics <rudalics@gmx.at>
8043
8044 * window.el (window-min-height, window-min-width): Move here
8045 from window.c. Add defcustoms and rewrite doc-strings.
8046 (resize-mini-window, resize-window): New functions.
8047 (adjust-window-trailing-edge, enlarge-window, shrink-window):
8048 Move here from window.c.
8049 (maximize-window, minimize-window): New functions.
8050 (delete-window, delete-other-windows, split-window): Move here
8051 from window.c.
8052 (window-split-min-size): New function.
8053 (split-window-keep-point): Mention split-window-above-each-other
8054 instead of split-window-vertically.
2b75be67 8055 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
8056 Rename split-window-vertically to split-window-above-each-other
8057 and provide defalias for old definition.
8058 (split-window-side-by-side, split-window-horizontally):
8059 Rename split-window-horizontally to split-window-side-by-side
8060 and provide defalias for the old definition.
562dd5e9
MR
8061 (ctl-x-map): Move bindings for delete-window,
8062 delete-other-windows and enlarge-window here from window.c.
8063 Replace bindings for split-window-vertically and
8064 split-window-horizontally by bindings for
8065 split-window-above-each-other and split-window-side-by-side.
8066
8067 * cus-start.el (all): Remove entries for window-min-height and
8068 window-min-width. Add entries for window-splits and
8069 window-nest.
8070
f0da764a
GM
80712011-06-09 Glenn Morris <rgm@gnu.org>
8072
80675c21
GM
8073 * calendar/appt.el (appt-mode-line): New function.
8074 (appt-check, appt-disp-window): Use it.
8075
f0da764a
GM
8076 * files.el (hack-one-local-variable-eval-safep):
8077 Allow minor-modes with explicit +/-1 arguments.
8078
59f623b7
TZ
80792011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
8080
8081 * term/xterm.el (xterm): Add defgroup.
8082 (xterm-extra-capabilities): Add defcustom to supply known xterm
8083 capabilities, skip querying them, or query them (default).
8084 (terminal-init-xterm): Use it.
8085 (terminal-init-xterm-modify-other-keys): New function to set up
8086 modifyOtherKeys support to simplify `terminal-init-xterm'.
8087
9aab8e0d
MR
80882011-06-09 Martin Rudalics <rudalics@gmx.at>
8089
8090 * window.el (resize-window-reset, resize-window-reset-1)
8091 (resize-subwindows-skip-p, resize-subwindows-normal)
8092 (resize-subwindows, resize-other-windows, resize-this-window)
8093 (resize-root-window, resize-root-window-vertically)
8094 (window-deletable-p, window-or-subwindow-p)
8095 (frame-root-window-p): New functions.
8096
e8b08aee
GM
80972011-06-09 Glenn Morris <rgm@gnu.org>
8098
8099 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
8100 (ange-ftp-get-files): Use it.
8101
254c37a5
AK
81022011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
8103
8104 * mail/sendmail.el (mail-recover-1, mail-recover):
8105 * files.el (recover-file, recover-session):
8106 Handle dired-listing-switches not being just a single short option.
8107
35d7dbd3
GM
81082011-06-09 Glenn Morris <rgm@gnu.org>
8109
8110 * calendar/appt.el (appt-display-message, appt-disp-window):
8111 Handle lists of appointments.
8112
387522b2
MR
81132011-06-08 Martin Rudalics <rudalics@gmx.at>
8114
2b75be67
SM
8115 * window.el (one-window-p): Move down in code.
8116 Rewrite doc-string.
8117 (window-current-scroll-bars): Rewrite doc-string.
8118 Normalize live window argument.
387522b2
MR
8119 (walk-windows, get-window-with-predicate, count-windows):
8120 Rewrite doc-string. Use window-list-1.
8121 (window-in-direction-2, window-in-direction, get-mru-window):
8122 New functions.
8123
d8e4b68b 81242011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
8125
8126 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
8127 Doc fix (Bug#8713).
8128
81292011-06-08 Chong Yidong <cyd@stupidchicken.com>
8130
8131 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
8132
81332011-06-08 Juanma Barranquero <lekktu@gmail.com>
8134
8135 * loadhist.el (unload-feature-special-hooks):
8136 Add `comint-output-filter-functions'.
8137
0de12c52
IK
81382011-06-08 Ivan Kanis <gnu@kanis.fr>
8139
8140 * calendar/appt.el (appt-check): Move some initializations into the let.
8141
f3d1777e
MR
81422011-06-08 Martin Rudalics <rudalics@gmx.at>
8143
8144 * window.el (window-height): Defalias to window-total-height.
8145 (window-width): Defalias to window-body-width.
8146
18af70d0
CY
81472011-06-07 Chong Yidong <cyd@stupidchicken.com>
8148
8149 * image-mode.el (image-toggle-animation): New command.
8150 (image-mode-map): Bind it to RET.
8151 (image-mode): Update message.
8152 (image-toggle-display-image): Avoid a spurious cache flush.
8153 (image-transform-rotation): Doc fix.
8154 (image-transform-properties): Return quickly in the normal case.
8155 (image-animate-loop): Rename from image-animate-max-time.
8156
2b75be67 8157 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
8158 (create-animated-image): Remove unnecessary function.
8159 (image-animate): Rename from image-animate-start. New arg.
2b75be67 8160 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
8161 (image-animate-timer): Use car-safe.
8162 (image-animate-timeout): Rename argument.
8163
190b47e6
MR
81642011-06-07 Martin Rudalics <rudalics@gmx.at>
8165
8166 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
8167 window.c. Rename first argument to ALL-FRAMES.
8168 Rephrase doc-strings.
8169 (get-buffer-window-list): Rewrite using window-list-1.
8170 Rephrase doc-string.
a1511caf
MR
8171 (window-safe-min-height, window-safe-min-width): New constants.
8172 (window-size-ignore, window-min-size, window-min-size-1)
8173 (window-sizable, window-sizable-p, window-size-fixed-1)
8174 (window-size-fixed-p, window-min-delta-1, window-min-delta)
8175 (window-max-delta-1, window-max-delta, window-resizable)
8176 (window-resizable-p, window-total-height, window-total-width)
8177 (window-body-width): New functions.
8178 (window-full-height-p, window-full-width-p): Rewrite using
8179 window-total-size.
8180 (window-body-height): Rewrite using window-body-size.
190b47e6 8181
85cc1f11
MR
81822011-06-06 Martin Rudalics <rudalics@gmx.at>
8183
8184 * window.el (window-right, window-left, window-child)
8185 (window-child-count, window-last-child, window-any-p)
8186 (normalize-live-buffer, normalize-live-frame)
8187 (normalize-any-window, normalize-live-window)
8188 (window-iso-combination-p, window-iso-combined-p)
8189 (window-iso-combinations)
8190 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
8191 (windows-with-parameter, window-with-parameter)
8192 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
8193 (window-atom-check, window-side-check, window-check):
8194 New functions.
85cc1f11
MR
8195 (ignore-window-parameters, window-sides, window-sides-vertical)
8196 (window-sides-slots): New variables.
8197 (window-size-fixed): Move down in code. Minor doc-string fix.
8198
e7156492
AS
81992011-06-05 Andreas Schwab <schwab@linux-m68k.org>
8200
8201 * comint.el (comint-dynamic-complete-as-filename)
8202 (comint-dynamic-complete-filename): Correctly call
8203 completion-in-region.
8204
7e821d0d
DD
82052011-06-05 Deniz Dogan <deniz@dogan.se>
8206
8207 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
8208 in last change.
8209
ac09b8a1
DD
82102011-06-05 Deniz Dogan <deniz@dogan.se>
8211
8212 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
8213 (rcirc): Use it to prompt for encryption.
8214
34699b85
RW
82152011-06-05 Roland Winkler <winkler@gnu.org>
8216
8217 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
8218 (bibtex-search-entries): New command bound to C-c C-a.
8219 (bibtex-display-entries): New function.
8220
004dedd3
RW
82212011-06-05 Roland Winkler <winkler@gnu.org>
8222
8223 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
8224 (bibtex-insert-kill): After yanking insert newline if necessary.
8225 (bibtex-initialize): Call bibtex-string-files-init only once.
8226 (bibtex-mode): Do not call easy-menu-add.
8227 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
8228 (bibtex-yank): Set arg properly if nil.
8229
022fe7ce
RW
82302011-06-05 Roland Winkler <winkler@gnu.org>
8231
2b75be67
SM
8232 * textmodes/bibtex.el (bibtex-search-entry-globally):
8233 New variable.
022fe7ce
RW
8234 (bibtex-search-entry): Use it.
8235
b7c3692a
RW
82362011-06-05 Roland Winkler <winkler@gnu.org>
8237
8238 * textmodes/bibtex.el (bibtex-entry-format): New option
8239 sort-fields.
8240 (bibtex-format-entry, bibtex-reformat): Honor this option.
8241 (bibtex-parse-entry): Return fields in proper order.
8242
8eda563d
JB
82432011-06-05 Juanma Barranquero <lekktu@gmail.com>
8244
8245 * doc-view.el (doc-view-remove-if): Move computation of result out
8246 of `dolist' to silence misleading lexical-binding warning.
8247
7dbe3dbc
CY
82482011-06-04 Chong Yidong <cyd@stupidchicken.com>
8249
8250 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
8251 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
8252
0c33dd17
MA
82532011-06-04 Michael Albinus <michael.albinus@gmx.de>
8254
8255 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
8256 "SunOS 5.10".
8257
f8f91c2b
MA
82582011-06-04 Michael Albinus <michael.albinus@gmx.de>
8259
8260 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
8261 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
8262 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
8263 (tramp-parse-putty):
8264 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
8265 (tramp-completion-function-alist-ssh)
8266 (tramp-completion-function-alist-telnet)
8267 (tramp-completion-function-alist-su)
8268 (tramp-completion-function-alist-putty): Set `tramp-autoload'
8269 cookie.
8270
8271 * net/tramp-ftp.el:
8272 * net/tramp-sh.el:
8273 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
8274 load "tramp.el" `tramp-set-completion-function'.
8275
e17d9003
SM
82762011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
8277
8278 * shell.el: Require and use pcomplete.
8279 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
8280 (shell-completion-vars): Set pcomplete-default-completion-function.
8281
6c4cab03
DD
82822011-06-04 Deniz Dogan <deniz@dogan.se>
8283
8284 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
8285 `memq' (Bug#8799).
8286
ea9fafe0
SM
82872011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
8288
8289 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
8290
b3e945d3
JB
82912011-06-02 Juanma Barranquero <lekktu@gmail.com>
8292
8293 * bs.el (bs--mark-unmark, bs--nth-wrapper):
8294 * mpc.el (mpc-select-extend, mpc-songpointer-context):
8295 * vc/log-view.el (log-view-beginning-of-defun):
8296 * vc/smerge-mode.el (smerge-apply-resolution-patch)
8297 (smerge-refine-forward, smerge-refine-chopup-region):
8298 Silence warning for unused `dotimes' counter variables.
8299
7d520089
SM
83002011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
8301
8302 * net/tramp.el (tramp-with-progress-reporter): Rename from
8303 with-progress-reporter. Use `declare'.
8304 * net/tramp-smb.el:
8305 * net/tramp-sh.el:
8306 * net/tramp-gvfs.el: Update all uses.
8307
a1c2400f
JB
83082011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
8309
8310 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
8311 buffer isn't killed before making it current.
8312
2403c841
SM
83132011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8314
8315 Silence various byte-compiler warnings.
8316 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
8317 `access-type' and new obsolescence format.
8318 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
8319 new format.
8320 (byte-compile-check-variable): New `access-type' argument.
8321 Only warn if the access-type is obsolete.
8322 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
8323 (byte-compile-variable-set): Adjust callers.
8324 * help-fns.el (describe-variable): Adjust to new obsolescence format.
8325 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
8326 setting it as obsolete.
8327 * simple.el (minibuffer-completing-symbol):
8328 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
8329 access as obsolete.
8330 * minibuffer.el (minibuffer-completing-file-name): Don't make it
8331 obsolete yet.
8332 * international/quail.el (quail-mouse-choose-completion): Remove unused
8333 code referring to obsolete var.
8334 (quail-choose-completion-string): Remove.
8335 * server.el (server-clients-with, server-kill-buffer-query-function)
8336 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
8337 * proced.el (proced-send-signal):
8338 * emacs-lisp/lisp.el (lisp-complete-symbol):
8339 Replace completion-annotate-function with completion-extra-properties.
8340
2462470b
SM
83412011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8342
fb5b2591
SM
8343 * simple.el (goto-line): Use read-number.
8344 (overriding-map-is-bound): Remove.
8345 (saved-overriding-map): Change default.
8346 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
8347 Take the map as argument.
8348 (universal-argument, negative-argument, digit-argument): Use it.
8349 (restore-overriding-map): Adjust.
8350 (do-auto-fill): Use fill-forward-paragraph.
8351 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
8352
fd6fa53f
SM
8353 * minibuffer.el (minibuffer-inactive-mode-map): New var.
8354 (minibuffer-inactive-mode): New major mode.
8355 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
8356 the *Messages* buffer" hack.
8357 (mouse-popup-menubar): Don't burp if the event is a normal key.
8358
2462470b
SM
8359 Miscellaneous tweaks.
8360 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
8361 lexical scoping as in subr.el's dolist and dotimes.
8362 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
8363 Silence compiler warning.
8364 * thingatpt.el (forward-whitespace): Trivial coding style fix.
8365 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
8366 * international/ccl.el (ccl-compile): Trivial simplification.
8367 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
8368 * emacs-lisp/testcover.el (testcover-end): Remove spurious
8369 `printflag' argument.
8370 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
8371 Purecopy the whole obsolescence data.
8372
108bf785
LL
83732011-06-01 Leo Liu <sdl.web@gmail.com>
8374
8375 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
8376 improve doc-string as suggested by Marco Pessotto
8377 <melmothx@gmail.com>.
8378 (rcirc-print): Fix last change.
8379
30a23501
SM
83802011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8381
8382 * minibuffer.el (complete-with-action): Return nil for the metadata and
8383 boundaries of non-functional tables.
8384 (completion-table-dynamic): Return nil for the metadata.
8385 (completion-table-with-terminator): Add default case, using
8386 complete-with-action.
8387 (completion--metadata): New function.
8388 (completion-all-sorted-completions, minibuffer-completion-help): Use it
8389 to try and avoid pathological performance problems.
8390 (completion--embedded-envvar-table): Return `category' metadata.
8391
bcd54f83
LMI
83922011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
8393
8394 * subr.el (process-alive-p): New tiny convenience function.
8395
e227544d
SM
83962011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8397
8398 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
8399 content but also its previous major mode.
8400
e8296fdc
HE
84012011-05-31 Helmut Eller <eller.helmut@gmail.com>
8402
4d61f28d 8403 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
8404 *Backtrace* buffer when we exit with C-M-c.
8405
620c53a6
SM
84062011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8407
8408 * minibuffer.el: Add metadata method to completion tables.
8409 (completion-category-overrides): New defcustom.
8410 (completion-metadata, completion--field-metadata)
8411 (completion-metadata-get, completion--styles)
8412 (completion--cycle-threshold): New functions.
8413 (completion-try-completion, completion-all-completions):
8414 Add `metadata' argument to choose completion-styles.
8415 (completion--do-completion): Use metadata to choose cycling.
8416 (completion-all-sorted-completions): Use metadata for sorting.
8417 Remove :completion-cycle-penalty which is not needed any more.
8418 (completion--try-word-completion): Add `metadata' argument.
8419 (minibuffer-completion-help): Check metadata for annotation function
8420 and sorting.
8421 (completion-file-name-table): Return `category' metadata.
8422 (minibuffer-completing-file-name): Make obsolete.
8423 * simple.el (minibuffer-completing-symbol): Make obsolete.
8424 * icomplete.el (icomplete-completions): Pass new `metadata' param to
8425 completion-try-completion.
8426
1257e755
SM
84272011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
8428
8429 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
8430
3767e706
LL
84312011-05-30 Leo Liu <sdl.web@gmail.com>
8432
8433 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
8434 (rcirc-print): Decode all incoming messages (bug#8744).
8435 (rcirc-decode-coding-system): Allow value nil for automatic coding
8436 system detection.
3767e706 8437
d1a5d56a
GM
84382011-06-01 Glenn Morris <rgm@gnu.org>
8439
8440 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
8441
e8cbec34
CY
84422011-05-29 Chong Yidong <cyd@stupidchicken.com>
8443
8444 * image.el (image-animate-max-time): Allow nil and t values.
8445 Default to nil.
8446 (create-animated-image): Doc fix.
8447 (image-animate-start): Remove second arg; just use
8448 image-animate-max-time.
8449 (image-animate-timeout): Doc fix. Args changed.
8450
8451 * image-mode.el (image-toggle-display-image): Ensure that the
8452 image spec passed to the animate timer is the same object as in
58179cce 8453 the buffer's display property (Bug#6981).
e8cbec34
CY
8454 (image-transform-properties): Doc fix.
8455
8456 * image.el (image-animate-max-time): Default to nil.
8457
159daf87
MR
84582011-05-29 Martin Rudalics <rudalics@gmx.at>
8459
8460 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
8461 entire buffer list (Bug#8184).
8462
d66c4c7c
CY
84632011-05-29 Chong Yidong <cyd@stupidchicken.com>
8464
8465 * image.el (imagemagick-types-inhibit)
8466 (imagemagick-register-types): Doc fix.
8467
80aec780
DD
84682011-05-29 Deniz Dogan <deniz@dogan.se>
8469
8470 * net/rcirc.el (rcirc): Use the user's stored encryption method by
8471 default.
8472
1dd3c2d9
CY
84732011-05-29 Chong Yidong <cyd@stupidchicken.com>
8474
8475 * select.el: Don't perform clipboard-manager saving in hooks;
8476 leave the hooks empty.
8477
60e56523
LL
84782011-05-28 Leo Liu <sdl.web@gmail.com>
8479
8480 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
8481 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
8482 (occur-edit-mode): New major mode (Bug#8463).
8483 (occur-after-change-function): New function.
8484 (occur-engine): Give Occur tags a read-only property.
8485
2b1e1a22
KR
84862011-05-28 Kevin Ryde <user42@zip.com.au>
8487
8488 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
8489
5d344e88
CY
84902011-05-28 Chong Yidong <cyd@stupidchicken.com>
8491
8e6ca83d
CY
8492 * bindings.el (help-echo): Make the initial non-indicator dash
8493 empty on graphical terminals (Bug#7295).
8494
5d344e88
CY
8495 * files.el (auto-mode-alist): Move config rule after the
8496 in-stripping one (Bug#8547).
8497
bfbbace7
CY
8498 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
8499
fbeba6e2
CY
8500 * startup.el (normal-splash-screen): Remove gratuitous mode-line
8501 setting (Bug#8740).
8502
60ed8c72
AA
85032011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
8504
4ac619f0
AA
8505 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
8506 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
8507 (Bug#8539).
60ed8c72 8508
23db196e
CY
85092011-05-28 Chong Yidong <cyd@stupidchicken.com>
8510
8511 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
8512
5012f24c
DK
85132011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
8514
8515 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
8516 (hs-hide-block-at-point, hs-find-block-beginning)
8517 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
8518 (Bug#8279).
8519
6a639b16
GM
85202011-05-28 Glenn Morris <rgm@gnu.org>
8521
8522 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
8523
d43eaf2c
CY
85242011-05-28 Chong Yidong <cyd@stupidchicken.com>
8525
5199bde1
CY
8526 * help-fns.el (describe-function-1): If the function is a derived
8527 major mode, print the parent mode.
8528
d43eaf2c
CY
8529 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
8530 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
8531
423428a8
SM
85322011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
8533
0ff8e1ba 8534 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 8535 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
8536 * progmodes/etags.el (tags-completion-at-point-function):
8537 * info-look.el (info-lookup-completions-at-point): Mark as
8538 non-exclusive.
8539 (info-complete): Adjust accordingly.
8540
423428a8
SM
8541 * info-look.el: Convert to lexical-binding and completion-at-point.
8542 (info-lookup-completions-at-point): New function.
8543 (info-complete): Use it and completion-in-region.
8544
b74aa22b
DA
85452011-05-28 Drew Adams <drew.adams@oracle.com>
8546
8547 * isearch.el: Let M-e start with point at the first mismatched char.
8548 (isearch-fail-pos): New function.
8549 (isearch-edit-string): Use it.
8550
66e2e71d
DK
85512011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
8552
8553 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
8554
b1890b0f 85552011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
8556
8557 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
8558 traversal functions for avl-trees.
8559 (avl-tree--stack): New struct.
8560 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
8561 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
8562 (avl-tree--do-enter): Add optional `updatefun' arg.
8563 Change return value.
eb95d01d 8564 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
8565 (avl-tree--do-delete): Add `test' and `nilflag' args.
8566 Change return value.
eb95d01d
TC
8567 (avl-tree-member): Add optional `nilflag'
8568 (avl-tree-member-p): New function.
8569 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
8570 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
8571 (avl-tree-stack-empty-p): New functions.
8572
3769ddcf
TC
8573 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
8574 avl-tree--del-balance1 and make it work both ways.
8575 (avl-tree--del-balance2): Remove.
8576 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
8577 make it work both ways.
8578 (avl-tree--enter-balance2): Remove.
8579 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
8580 New macros.
8581 (avl-tree--mapc, avl-tree-map): Add direction argument.
8582
eb95d01d 85832011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
8584
8585 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
8586
a9f737ee
CY
85872011-05-27 Chong Yidong <cyd@stupidchicken.com>
8588
8589 * select.el: Support clipboard managers with built-in function
8590 x-clipboard-manager-save, via delete-frame-functions and
8591 kill-emacs-hook.
8592 (xselect-convert-to-targets): Add MULTIPLE target to list.
8593 (xselect-convert-to-save-targets): New function.
8594
c92a1e54
KH
85952011-05-27 Kenichi Handa <handa@m17n.org>
8596
8597 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
8598 let-binding rfc2047-encode-encoded-words to nil.
8599
e145f188
GM
86002011-05-27 Glenn Morris <rgm@gnu.org>
8601
5ec8a862
GM
8602 * mail/emacsbug.el: Don't require url-util.
8603
4b29d9fb
GM
8604 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
8605
e145f188
GM
8606 * files.el (set-auto-mode):
8607 Also respect mode: entries at the end of the file. (Bug#8586)
8608
7d15102b
GM
86092011-05-26 Glenn Morris <rgm@gnu.org>
8610
98f593b8
GM
8611 * files.el (hack-local-variables-prop-line, hack-local-variables):
8612 Downcase mode names, as seems to be traditional.
27b48e63 8613 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 8614
7d15102b
GM
8615 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
8616 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
8617
51d5b4ec
JD
86182011-05-25 Julien Danjou <julien@danjou.info>
8619
8620 * textmodes/rst.el (rst-define-level-faces): Do not define face
8621 symbol if it is already defined.
8622
91513f63
VB
86232011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
8624
8625 * play/5x5.el (5x5-new-game, 5x5-randomize):
8626 Reset 5x5-solver-output to nil when a new grid is cast.
8627 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
8628 these debugging traces, as defmacro breaks the compiled code.
8629
4d90d6d0
DK
86302011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
8631
8632 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
8633
e1b90ef6
LL
86342011-05-24 Leo Liu <sdl.web@gmail.com>
8635
8636 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
8637 (vc-bzr-sha1): Adapt.
8638
d8e4b68b 8639 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
8640
8641 * bindings.el: Provide sha1 feature.
8642
db0406bb 86432011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
8644
8645 * mail/sendmail.el: Require `rfc2047'.
8646 (mail-insert-from-field): Do not perform RFC2047 encoding.
8647 (mail-encode-header): New function.
8648 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
8649 buffer to the return value of select-message-coding-system.
8650 Call mail-encode-header.
b8d747b9
KH
8651
8652 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
8653
db0406bb 86542011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 8655
4d90d6d0
DK
8656 * mail/supercite.el (sc-default-cite-frame):
8657 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 8658
eb8a5e9b
GM
86592011-05-24 Glenn Morris <rgm@gnu.org>
8660
f8630703
GM
8661 * progmodes/python.el (brm-menu): Declare.
8662
8831bbed
GM
8663 * emulation/viper.el (viper-set-hooks): Declare.
8664
eb8a5e9b
GM
8665 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
8666 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
8667 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
8668 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
8669 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
8670 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
8671
a2a25d24
SM
86722011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
8673
8674 Add an :exit-function for completion-at-point.
8675
8676 * minibuffer.el (completion--done): New fun.
8677 (completion--do-completion): Use it. New arg `expect-exact'.
8678 (minibuffer-complete, minibuffer-complete-word): Don't output message,
8679 since completion--do-completion does it for us now.
8680 (minibuffer-force-complete): Use completion--done and
8681 completion--replace. Handle sole-completion case with more care.
8682 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
8683 (completion-extra-properties): New var.
8684 (completion-annotate-function): Make obsolete.
8685 (minibuffer-completion-help): Adjust accordingly.
8686 Use completion-list-insert-choice-function.
8687 (completion-at-point, completion-help-at-point):
8688 Bind completion-extra-properties.
8689 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
8690 * simple.el (completion-list-insert-choice-function): New var.
8691 (completion-setup-function): Preserve it.
8692 (choose-completion): Pay attention to it, shuffle the code a bit.
8693 (choose-completion-string): New arg `insert-function'.
8694
8695 * textmodes/bibtex.el: Convert to lexical binding.
8696 (bibtex-mode-map): Use completion-at-point.
8697 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
8698 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
8699 (bibtex-complete): Define as obsolete alias.
8700 (bibtex-complete-internal): Remove.
8701 (bibtex-format-entry): Remove unused sub-group in regexp.
8702 * shell.el (shell--command-completion-data)
8703 (shell-environment-variable-completion):
8704 * pcomplete.el (pcomplete-completions-at-point):
8705 * comint.el (comint--complete-file-name-data): Use :exit-function
8706 instead of completion-table-with-terminator so it also works for
8707 choose-completion.
8708
e44e373d
SM
87092011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
8710
4f91a816
SM
8711 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
8712
782fc819
SM
8713 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
8714 (bug#8710).
8715
e44e373d
SM
8716 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
8717
381987c3
KM
87182011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
8719
8720 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
8721 customization variable and implement: If non-nil, auto-fill will
8722 be inhibited while on topic's header line.
8723
b776bc70
VB
87242011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
8725
8726 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 8727 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
8728 always have a solution in grid size = 5 cases.
8729 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
8730 (5x5-solver-output, 5x5-log-buffer): New vars.
8731 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
8732 Make these variables buffer local to achieve 5x5 multi-session-ness.
8733 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
8734 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
8735 (5x5-solve-suggest): New funs.
8736 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
8737 randomize a grid so that we ensure that there is always a solution.
8738 (5x5-make-random-grid): Allow other movement than flipping.
8739
7de88b6e
KR
87402011-05-23 Kevin Ryde <user42@zip.com.au>
8741
8742 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 8743 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
8744 advice and passes PREDICATE.
8745
b1ef1257
SM
87462011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
8747
bbca48fe
SM
8748 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
8749 byte-compile-lambda if it's actually a lambda.
8750
b1ef1257
SM
8751 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
8752 Fix function quoting. Use backquote better.
8753
92a9cc65
YS
87542011-05-22 Yuanle Song <sylecn@gmail.com>
8755
8756 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
8757 matching (Bug#8516).
8758
f0fb8059
JA
87592011-01-22 Jari Aalto <jari.aalto@cante.net>
8760
8761 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
8762 different face (Bug#8178).
8763
d5b44c93
CY
87642011-05-22 Chong Yidong <cyd@stupidchicken.com>
8765
8766 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
8767 defface (Bug#8144).
8768
79106a44
SM
87692011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
8770
9c848d8a
SM
8771 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
8772 funcall as well (bug#8712). Warn when performing those conversions.
8773 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
8774
79106a44
SM
8775 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
8776
88dfa756
GM
87772011-05-22 Glenn Morris <rgm@gnu.org>
8778
8779 * files.el (hack-local-variables-prop-line): Small simplifications.
8780 (hack-local-variables, hack-local-variables-prop-line):
8781 If MODE-ONLY, return the mode, rather than just `t'.
8782
b7cf2c79
SM
87832011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
8784
8785 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
8786
3f1a8558
GM
87872011-05-21 Glenn Morris <rgm@gnu.org>
8788
7e4ccca3
GM
8789 * files.el (hack-local-variables-prop-line, hack-local-variables):
8790 If only interested in the mode, don't bother doing the other stuff.
8791
637d46ca
GM
8792 * image-mode.el (image-after-revert-hook):
8793 Redraw all frames on which the image is visible. (Bug#8567)
8794
973d955b
GM
8795 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
8796
3f1a8558
GM
8797 * wid-edit.el (widget-checklist-match-inline):
8798 Fix 2011-04-19 change. (Bug#8649)
8799
96479927
SM
88002011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
8801
1dcf791f
SM
8802 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
8803 Also allow singlespace after single-letter capitals followed by a dot.
8804
96479927
SM
8805 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
8806 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
8807
35fd0881
N
88082011-05-20 Nix <nix@esperi.org.uk>
8809
8810 * files.el (basic-save-buffer-2):
8811 Fix handling of break-hardlink-on-save with non-existent files.
8812
82745640
DD
88132011-05-19 Deniz Dogan <deniz@dogan.se>
8814
8815 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 8816 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 8817
4a720484
GM
88182011-05-19 Glenn Morris <rgm@gnu.org>
8819
d1f21341
GM
8820 * progmodes/f90.el (f90-type-def-re):
8821 Handle "type, bind(c)". (Bug#8691)
8822
4a720484
GM
8823 * emacs-lisp/autoload.el (batch-update-autoloads):
8824 Set autoload-excludes by parsing loadup.el rather than Makefiles.
8825
2fb0a219
MA
88262011-05-18 Michael Albinus <michael.albinus@gmx.de>
8827
8828 * net/tramp.el (tramp-process-actions): Set "first-password-request"
8829 property for the correct connection in case of multihops.
8830
e565dd37
GM
88312011-05-18 Glenn Morris <rgm@gnu.org>
8832
c2571358 8833 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
8834 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
8835
e565dd37
GM
8836 Rationalize calendar handling of day and month abbrev-arrays.
8837 * calendar/calendar.el (calendar-customized-p): New function.
8838 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
8839 (calendar-day-name-array, calendar-month-name-array): Doc fix.
8840 Add :set function.
8841 (calendar-abbrev-length, calendar-day-abbrev-array)
8842 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
8843 (calendar-day-abbrev-array, calendar-month-abbrev-array):
8844 Elements may no longer be nil.
8845 (calendar-day-name, calendar-month-name):
8846 Update for changed nature of abbrev arrays.
8847 * calendar/diary-lib.el (diary-name-pattern):
8848 Update for changed nature of abbrev arrays.
8849 (diary-mark-entries-1): Update calendar-make-alist calls.
8850 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
8851 * calendar/cal-html.el (cal-html-day-abbrev-array):
8852 Simply inherit from calendar-day-abbrev-array.
8853
1d99a745
SM
88542011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
8855
8856 * progmodes/grep.el (grep-mode): Disable default
8857 compilation-directory-matcher setting (bug#8684).
8858
7c1d9aa0
MA
88592011-05-17 Michael Albinus <michael.albinus@gmx.de>
8860
8861 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
8862 instead of "head" and "tail". There were problems with SunOS 5.9,
8863 and it performs better.
8864
3952e9d8
GM
88652011-05-17 Glenn Morris <rgm@gnu.org>
8866
2dd12e7f
GM
8867 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
8868
e4157b9c
GM
8869 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
8870 Replace obsolete function.
8871
8e249bbd
GM
8872 * shell.el (pcomplete-parse-arguments-function): Declare.
8873
3952e9d8
GM
8874 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
8875 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
8876 (appt-check): Doc fixes.
8877 (appt-disp-window-function, appt-delete-window-function):
8878 Remove needless special case in custom :type.
8879 (appt-display-count): Default to 0, not nil.
8880 (appt-check): Reset appt-display-count to 0, not nil.
8881
c71a0d48 88822011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 8883
c71a0d48
GM
8884 * progmodes/python.el (python-font-lock-keywords):
8885 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 8886
31d55be9
SM
88872011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
8888
8889 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
8890
3bfacb2f
KR
88912011-05-16 Kevin Ryde <user42@zip.com.au>
8892
8893 * info-look.el (makefile-automake-mode): New setups, looking in
8894 automake manual, then makefile-mode.
8895 (makefile-mode): Remove automake manual, have it just in
8896 makefile-automake-mode since there's various things different or
8897 not relevant to plain make.
8898 (makefile-mode): Remove "other-modes" non-existent automake-mode,
8899 believe a hypothetical automake-mode would go to makefile-mode,
8900 not the other way around.
8901
c8e83751
CY
89022011-05-15 Chong Yidong <cyd@stupidchicken.com>
8903
5e9e35cd
CY
8904 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
8905 hunk-end tags (Bug#8672).
8906
c8e83751
CY
8907 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
8908 vc-annotate-show-diff-revision-at-line (Bug#8671).
8909
50b23e5a
GM
89102011-05-14 Glenn Morris <rgm@gnu.org>
8911
7210a739
GM
8912 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
8913 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
8914 (change-log-font-lock-keywords): Also handle multiple author lines
8915 with leading tabs. (Bug#8644)
7210a739 8916
4691905a
GM
8917 * calendar/appt.el (appt-check): Rename some local variables.
8918 Some simplification/reordering.
8919
50b23e5a
GM
8920 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
8921 (feedmail-sendmail-f-doesnt-sell-me-out)
8922 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
8923 (feedmail-debug-sit-for, feedmail-queue-express-hook)
8924 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
8925 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
8926 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
8927 (feedmail-binmail-gnulinuxish-template):
8928 Rename from feedmail-binmail-linuxish-template.
8929 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
8930 Use insert-buffer-substring.
8931
215cda7c
BC
89322011-05-14 Bill Carpenter <bill@carpenter.org>
8933
8934 * mail/feedmail.el (feedmail-patch-level): Increase.
8935 (feedmail-debug): New custom group.
8936 (feedmail-confirm-outgoing-timeout)
8937 (feedmail-sendmail-f-doesnt-sell-me-out)
8938 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
8939 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
8940 (feedmail-sender-line, feedmail-from-line)
8941 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 8942 (feedmail-spray-this-address)
215cda7c
BC
8943 (feedmail-spray-address-fiddle-plex-list)
8944 (feedmail-queue-use-send-time-for-date)
8945 (feedmail-queue-use-send-time-for-message-id)
8946 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
8947 (feedmail-buffer-eating-function):
8948 Doc fixes.
8949 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
8950 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
8951 (feedmail-message-action-scroll-down): New functions.
8952 (feedmail-queue-directory, feedmail-queue-draft-directory):
8953 Use expand-file-name.
8954 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
8955 Remove C-v help entry.
8956 (feedmail-queue-buffer-file-name): New variable.
8957 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
8958 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
8959 (feedmail-message-action-send-strong, feedmail-message-action-edit)
8960 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
8961 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
8962 (feedmail-message-action-toggle-spray)
8963 (feedmail-run-the-queue-no-prompts)
8964 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
8965 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
8966 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
8967 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
8968 (feedmail-envelope-deducer, feedmail-fiddle-from)
8969 (feedmail-fiddle-sender, feedmail-default-date-generator)
8970 (feedmail-fiddle-date, feedmail-fiddle-message-id)
8971 (feedmail-fiddle-spray-address)
8972 (feedmail-fiddle-list-of-spray-fiddle-plexes)
8973 (feedmail-fiddle-list-of-fiddle-plexes)
8974 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
8975 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
8976 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
8977 Change default. Doc fix.
8978 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
8979 (feedmail-binmail-linuxish-template): New constant.
8980 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
8981 Respect feedmail-sendmail-f-doesnt-sell-me-out.
8982 (feedmail-send-it): Add debug call.
8983 Use feedmail-queue-buffer-file-name, and
8984 feedmail-send-it-immediately-wrapper.
8985 (feedmail-message-action-send): Add debug call.
8986 Use feedmail-send-it-immediately-wrapper.
8987 (feedmail-queue-express-to-queue): Add debug call.
8988 Run feedmail-queue-express-hook.
8989 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
8990 (feedmail-message-action-help-blat):
8991 Rename from feedmail-queue-send-edit-prompt-help-first.
8992 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
8993 Check line-endings. Handle errors better.
8994 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
8995 Doc fix. Add debug call.
8996 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
8997 Use feedmail-queue-send-edit-prompt-inner.
8998 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
8999 (feedmail-queue-send-edit-prompt-inner): New function, extracted
9000 from feedmail-queue-send-edit-prompt.
9001 (feedmail-queue-send-edit-prompt-help)
9002 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
9003 (feedmail-tidy-up-slug): Add debug call.
9004 Respect feedmail-queue-slug-suspect-regexp.
9005 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
9006 (feedmail-dump-message-to-queue): Add debug call.
9007 Expand queue-directory.
9008 (feedmail-dump-message-to-queue): Change message slightly.
9009 Use feedmail-say-chatter.
9010 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
9011 (feedmail-send-it-immediately-wrapper): New function.
9012 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
9013 Insert empty string rather than newline. Handle full-frame case.
9014 Use catch/throw. Use feedmail-say-chatter.
9015 (feedmail-fiddle-from): Try mail-host-address.
9016 (feedmail-default-message-id-generator): Doc fix.
9017 Bind system-time-locale. Handle missing end.
9018 (feedmail-fiddle-x-mailer): Add debug call.
9019 Handle feedmail-x-mailer-line being nil.
9020 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
9021 Add debug call. Use buffer-substring-no-properties.
9022 (feedmail-say-debug, feedmail-say-chatter): New functions.
9023 (feedmail-find-eoh): Give an explicit error.
9024
42c7e61e
UJ
90252011-05-13 Ulf Jasper <ulf.jasper@web.de>
9026
c2571358 9027 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 9028 family from helvetica to sans.
c2571358 9029 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
9030 etc/images/newsticker.
9031
c2571358 9032 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
9033 family from helvetica to sans.
9034
9035 * net/newst-plainview.el (newsticker-new-item-face)
9036 (newsticker-old-item-face, newsticker-immortal-item-face)
9037 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 9038 (newsticker-statistics-face): Change default family from
42c7e61e 9039 helvetica to sans.
c2571358 9040 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
9041 etc/images/newsticker.
9042
9043 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
9044 (newsticker--process-auto-mark-filter-match): : Tell user about
9045 auto-marking.
9046
8497a297
DV
90472011-05-13 Didier Verna <didier@xemacs.org>
9048
9049 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
9050 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
9051 TODO entries.
8497a297
DV
9052 (lisp-lambda-list-keyword-parameter-indentation)
9053 (lisp-lambda-list-keyword-parameter-alignment)
9054 (lisp-lambda-list-keyword-alignment): New customizable user options.
9055 (lisp-indent-defun-method): Improve docstring.
9056 (extended-loop-p): Fix comment.
9057 (lisp-indent-lambda-list-keywords-regexp): New variable.
9058 (lisp-indent-lambda-list): New function.
9059 (lisp-indent-259): Use it.
9060 (lisp-indent-defmethod): Support for more than one
9061 method qualifier and properly indent methods lambda-lists.
9062 (defgeneric): Provide a missing common-lisp-indent-function property.
9063
f278f87f
SM
90642011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
9065
9066 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
9067 bounds for the empty string (bug#8667).
9068
5233edd7
GM
90692011-05-13 Glenn Morris <rgm@gnu.org>
9070
5237a44f
GM
9071 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
9072
8340026c 9073 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 9074 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 9075
5233edd7 9076 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 9077 (appt-time-msg-list): Doc fix.
a5464014 9078 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 9079
92d10796
AS
90802011-05-12 Andreas Schwab <schwab@linux-m68k.org>
9081
9082 * progmodes/ld-script.el (ld-script-keywords)
9083 (ld-script-builtins): Update keywords list.
9084
914a0ae1
SM
90852011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9086
c89be45f
SM
9087 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
9088
914a0ae1
SM
9089 * shell.el (shell-completion-vars): New function.
9090 (shell-mode):
9091 * simple.el (read-shell-command): Use it.
9092 (blink-matching-open): No need for " [...]" in minibuffer-message.
9093
98dc3df3
GM
90942011-05-12 Glenn Morris <rgm@gnu.org>
9095
9096 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
9097 (appt-check): Simplify.
9098
d2fc7e3d 90992011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 9100
4d61f28d 9101 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
9102 literal "/dev/null".
9103
d2fc7e3d 91042011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
9105
9106 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
9107 Fix typo.
9108
d2fc7e3d 91092011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 9110
3f254caa
SM
9111 * progmodes/which-func.el (which-function):
9112 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
9113 which might not be defined (Bug#8260).
9114
d45885f7
GM
91152011-05-12 Glenn Morris <rgm@gnu.org>
9116
9117 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
9118 Let byte-compile-initial-macro-environment always take precedence.
9119
488086f4
SM
91202011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9121
9122 * net/rcirc.el: Add support for SSL/TLS connections.
9123 (rcirc-server-alist): New field `encryption'.
9124 (rcirc): Check `encryption' settings.
9125 (rcirc-connect): New arg `encryption'. Use open-network-stream.
9126 Merge make-local-variable into `set'.
9127 (rcirc--connection-open-p): New function.
9128 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
9129 the process is not a network process (e.g. running gnutls-cli).
9130 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
9131 Make rcirc-(en|de)code-coding-system local here.
9132 (rcirc-mode): Merge make-local-variable into `set'.
9133 (rcirc-parent-buffer): Make permanent buffer-local.
9134 (rcirc-multiline-minor-mode): Don't do it here.
9135 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
9136 there's no server buffer.
9137
7d3b9d44
GM
91382011-05-11 Glenn Morris <rgm@gnu.org>
9139
f64049c6
GM
9140 * newcomment.el (comment-kill): Prefix "unused" local.
9141
93c9df73
GM
9142 * term/w32console.el (get-screen-color): Declare.
9143
7d3b9d44
GM
9144 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
9145 Handle symbol elements of byte-compile-initial-macro-environment.
9146
9e2dd53f
LL
91472011-05-10 Leo Liu <sdl.web@gmail.com>
9148
488086f4
SM
9149 * bookmark.el (bookmark-bmenu-mode-map):
9150 Bind bookmark-bmenu-search to `/'.
8b340240 9151
9e2dd53f 9152 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
9153 (footnote-unicode-string, footnote-unicode-regexp): New variable.
9154 (Footnote-unicode): New function.
9155 (footnote-style-alist): Add unicode style to the list.
9156 (footnote-style): Doc fix.
9e2dd53f 9157
79b70037
GM
91582011-05-10 Jim Meyering <meyering@redhat.com>
9159
9160 Fix doubled-word typos.
9161 * international/quail.el (quail-insert-kbd-layout): and and -> and
9162 * kermit.el: and and -> and
9163 * net/ldap.el (ldap-search-internal): to to -> to
9164 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
9165 * progmodes/js.el (js-mode): and and -> and
9166 * textmodes/artist.el (artist-move-to-xy): at at -> at
9167 (artist-draw-region-trim-line-endings): if if -> if
9168 And Safetyc -> Safety.
9169 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
9170
b8f82dc1 91712011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 9172 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
9173
9174 * files.el (hack-one-local-variable-eval-safep):
9175 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
9176
4f99f44b
GM
91772011-05-10 Glenn Morris <rgm@gnu.org>
9178
9179 * calendar/diary-lib.el (diary-list-entries-hook)
9180 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
9181 (diary-nongregorian-marking-hook, diary-list-entries)
9182 (diary-include-other-diary-files, diary-mark-entries)
9183 (diary-mark-included-diary-files): Doc fixes.
9184
84f29e6b
JB
91852011-05-09 Juanma Barranquero <lekktu@gmail.com>
9186
9187 * misc.el: Require tabulated-list.el during compilation.
9188
9bedd73a
CY
91892011-05-09 Chong Yidong <cyd@stupidchicken.com>
9190
488086f4
SM
9191 * progmodes/compile.el (compilation-start):
9192 Run compilation-filter-hook for the async case too.
9bedd73a
CY
9193 (compilation-filter-hook): Doc fix.
9194
797c735c
DD
91952011-05-09 Deniz Dogan <deniz@dogan.se>
9196
9197 * wdired.el: Remove outdated installation comment. Fix usage
9198 comment.
9199
5f4b1dfe
JB
92002011-05-09 Juanma Barranquero <lekktu@gmail.com>
9201
9202 * misc.el: Implement new command `list-dynamic-libraries'.
9203 (list-dynamic-libraries--loaded-only-p): New variable.
9204 (list-dynamic-libraries--refresh): New function.
9205 (list-dynamic-libraries): New command.
9206
4c44026c
CY
92072011-05-09 Chong Yidong <cyd@stupidchicken.com>
9208
488086f4
SM
9209 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9210 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
9211 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
9212 higher priority to avoid clobbering by gnu.
9213
027f966d
CY
92142011-05-08 Chong Yidong <cyd@stupidchicken.com>
9215
9216 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
9217 if the face has existing theme settings (Bug#8454).
9218
085f5d7d
CY
92192011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
9220
488086f4
SM
9221 * progmodes/perl-mode.el (perl-imenu-generic-expression):
9222 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 9223
2a86a00c
RS
9224 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
9225 special file names `.' and `..' (Bug#8259).
9226
d9c54a06
CY
92272011-05-08 Chong Yidong <cyd@stupidchicken.com>
9228
488086f4
SM
9229 * progmodes/grep.el (grep-mode-font-lock-keywords):
9230 Remove buffer-changing entries.
d9c54a06
CY
9231 (grep-filter): New function.
9232 (grep-mode): Add it to compilation-filter-hook.
9233
9234 * progmodes/compile.el (compilation-filter-hook)
9235 (compilation-filter-start): New defvars.
9236 (compilation-filter): Call compilation-filter-hook prior to
9237 updating the process mark.
9238
c4662635
SM
92392011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9240
9241 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
9242
b0512a1d
EZ
92432011-05-07 Eli Zaretskii <eliz@gnu.org>
9244
605c9376
EZ
9245 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
9246 mailclient-send-it even if window-system is nil. (Bug#8595)
9247
c4662635
SM
9248 * term/w32console.el (terminal-init-w32console):
9249 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
9250 background-mode. (Bug#8597)
9251
d1dc2cc2
SM
92522011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
9253
9254 Make bytecomp.el understand that defmethod defines funs (bug#8631).
9255 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
9256 New functions.
9257 (defgeneric, eieio--defmethod): Use them.
9258 (eieio-defgeneric): Remove.
9259 (defmethod): Call defgeneric in a way visible to the byte-compiler.
9260
915d1300
GM
92612011-05-07 Glenn Morris <rgm@gnu.org>
9262
a3961c3e
GM
9263 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
9264 Use let rather than let*.
9265 (timeclock-find-discrep): Remove unused local.
9266
314347b9
GM
9267 * calendar/diary-lib.el (diary-comment-start): Doc fix.
9268
915d1300
GM
9269 * calendar/appt.el (appt-time-msg-list): Doc fix.
9270
275b59b0
NF
92712011-05-06 Noah Friedman <friedman@splode.com>
9272
9273 * apropos.el (apropos-print-doc): Only use
9274 emacs-lisp-docstring-fill-column when it is bound to an integer,
9275 per that variable's documentation.
9276
6c19f744
SM
92772011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9278
9279 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 9280 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 9281
60f884b2
GM
92822011-05-06 Glenn Morris <rgm@gnu.org>
9283
5006e634
GM
9284 * calendar/appt.el (appt-message-warning-time): Doc fix.
9285 (appt-warning-time-regexp): New option.
9286 (appt-make-list): Respect appt-message-warning-time.
9287
548d0a63
GM
9288 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
9289 New options.
9290 (diary-add-to-list): Strip comments from the displayed string.
9291 (diary-mode): Set comment-start and comment-end.
9292
60f884b2
GM
9293 * vc/diff-mode.el (smerge-refine-subst): Declare.
9294 (diff-refine-hunk): Don't require smerge-mode when compiling.
9295
989681bb
JB
92962011-05-06 Juanma Barranquero <lekktu@gmail.com>
9297
9298 * simple.el (list-processes): Return nil as the docstring says.
9299
a6bc05e1
MA
93002011-05-05 Michael Albinus <michael.albinus@gmx.de>
9301
9302 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
9303 to "".
9304 (ange-ftp-write-region, ange-ftp-insert-file-contents)
9305 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
9306 determining of binary transfer. (Bug#7383)
9307
23c22e9a
MA
93082011-05-05 Michael Albinus <michael.albinus@gmx.de>
9309
c4662635
SM
9310 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
9311 Fix port computation bug. (Bug#8618)
23c22e9a 9312
0bff894f
GM
93132011-05-05 Glenn Morris <rgm@gnu.org>
9314
b8296902
GM
9315 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
9316
1f522ce8
GM
9317 * simple.el (shell-dynamic-complete-functions)
9318 (comint-dynamic-complete-functions): Declare.
9319
cf5bee67
GM
9320 * net/network-stream.el (gnutls-negotiate):
9321 * simple.el (tabulated-list-print): Fix declarations.
9322
9323 * progmodes/gud.el (syntax-symbol, syntax-point):
9324 Remove unnecessary and incorrect declarations.
9325
0bff894f
GM
9326 * emacs-lisp/check-declare.el (check-declare-scan):
9327 Handle byte-compile-initial-macro-environment in bytecomp.el
9328
9869b3ae
SM
93292011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9330
9331 Fix earlier half-done eieio-defmethod change (bug#8338).
9332 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
9333 Streamline and change calling convention.
9334 (defmethod): Adjust accordingly and simplify.
9335 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
9336 new eieio--defmethod.
9337 (slot-boundp): Minor CSE simplification.
9338
9c1d5ac5
MZ
93392011-05-05 Milan Zamazal <pdm@zamazal.org>
9340
9341 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
9342 (glasses-make-readable): Use glasses-separate-capital-groups.
9343
455c834e
JB
93442011-05-05 Juanma Barranquero <lekktu@gmail.com>
9345
9346 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
9347 (warning-series): Doc fix.
9348 (display-warning): Don't try to create the buffer if we just found it.
9349
9ed7c8cb
CY
93502011-05-04 Chong Yidong <cyd@stupidchicken.com>
9351
9352 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
9353 (autoload-find-generated-file): New function.
9354 (generate-file-autoloads): Bind generated-autoload-file to
9355 buffer-file-name.
9869b3ae
SM
9356 (update-file-autoloads, update-directory-autoloads):
9357 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
9358 output file (Bug#7989).
9359 (batch-update-autoloads): Doc fix.
9360
0898ca10
JB
93612011-05-04 Juanma Barranquero <lekktu@gmail.com>
9362
9363 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
9364
31dfb76c
GM
93652011-05-04 Glenn Morris <rgm@gnu.org>
9366
f330b642
GM
9367 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
9368 function, so it follows changes in calendar-date-style.
9369 (diary-fancy-date-matcher): New function.
9370 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
9371 (diary-fancy-font-lock-fontify-region-function):
9372 Use diary-fancy-date-pattern as a function.
9373
31dfb76c
GM
9374 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
9375 non-numbers for `year' etc pseudo-variables. (Bug#8583)
9376
48e79d6a
TZ
93772011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
9378
9379 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
9380 instead of positional arguments. Allow :keylist and :crlfiles
9381 arguments.
9382 (open-gnutls-stream): Call it.
9383
9384 * net/network-stream.el (network-stream-open-starttls): Adjust to
9385 call `gnutls-negotiate' with :process and :hostname arguments.
9386
dd5a5ee0
SM
93872011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9388
ef80fc09
SM
9389 * minibuffer.el (completion--message): New function.
9390 (completion--do-completion, minibuffer-complete)
9391 (minibuffer-force-complete, minibuffer-complete-word): Use it.
9392 (completion--do-completion): Don't ignore completion-auto-help when in
9393 icomplete-mode.
9394
dd5a5ee0
SM
9395 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
9396 internal encoding (e.g. tibetan zero is not whitespace).
9397 (global-whitespace-mode): Prefer save-current-buffer.
9398 (whitespace-trailing-regexp): Remove useless save-match-data.
9399 (whitespace-empty-at-bob-regexp): Minor simplification.
9400
b7d22a83
CY
94012011-05-03 Chong Yidong <cyd@stupidchicken.com>
9402
9403 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
9404
5192af46
AM
94052011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9406
9407 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 9408 Use `concat' to create string for insertion.
5192af46 9409
5767d190
SM
94102011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9411
9412 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
9413 Avoid open-line which runs post-self-insert-hook.
9414 (bibtex-fill-entry): Remove unused `end' var.
9415
bf242939
AM
94162011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
9417
5767d190
SM
9418 * textmodes/ispell.el (ispell-add-per-file-word-list):
9419 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 9420
25666126
LL
94212011-05-03 Leo Liu <sdl.web@gmail.com>
9422
9423 * isearch.el (isearch-yank-pop): New command.
5767d190 9424 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
9425 (isearch-forward): Mention it.
9426
52d3c2d0
SM
94272011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9428
1bcace58
SM
9429 * simple.el (minibuffer-complete-shell-command): Remove.
9430 (minibuffer-local-shell-command-map): Use completion-at-point.
9431 (read-shell-command): Setup completion vars here instead.
9432 (read-expression-map): Bind TAB to symbol completion.
9433
52d3c2d0
SM
9434 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
9435 error directly rather via storing it into `results'.
9436
35813471
LL
94372011-05-02 Leo Liu <sdl.web@gmail.com>
9438
9439 * vc/diff.el: Fix description.
9440
e793a940
LMI
94412011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9442
9443 * server.el (server-eval-at): New function.
9444
8de66e05
LMI
94452011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9446
9447 * net/network-stream.el (open-network-stream): Take a :nowait
9448 parameter and pass it on to `make-network-process'.
9449 (network-stream-open-plain): Ditto.
9450
dcb79f20
AS
94512011-04-30 Andreas Schwab <schwab@linux-m68k.org>
9452
9453 * faces.el (face-spec-set-match-display): Don't match toolkit
9454 options on terminal frames.
9455
14a7fbd8
SM
94562011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9457
7eabc1be
SM
9458 * progmodes/pascal.el: Use lexical binding.
9459 (pascal-mode-map): Remove author preferences.
9460
14a7fbd8
SM
9461 * pcomplete.el (pcomplete-std-complete): Don't abuse
9462 completion-at-point.
9463
50f84510
JB
94642011-04-28 Juanma Barranquero <lekktu@gmail.com>
9465
6e087a44
JB
9466 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
9467 removing code that has been dead since 1991 or so.
9468
50f84510
JB
9469 * startup.el (command-line): When warning about "_emacs", use a
9470 delayed warning to allow the user to filter it out.
9471
0ba690bd
DD
94722011-04-28 Deniz Dogan <deniz@dogan.se>
9473
9474 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
9475 user has not joined.
9476
08abfaad
SM
94772011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9478
9479 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
9480 aren't any completions at point.
9481
638f053a
JB
94822011-04-28 Juanma Barranquero <lekktu@gmail.com>
9483
9484 * subr.el (display-delayed-warnings): New function.
9485 (delayed-warnings-hook): New variable.
9486
8fff8daa
SM
94872011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9488
08abfaad
SM
9489 * minibuffer.el (completion-at-point, completion-help-at-point):
9490 Don't presume that a given completion-at-point-function will always
9491 use the same calling convention.
9492
8fff8daa
SM
9493 * pcomplete.el (pcomplete-completions-at-point):
9494 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
9495 pcomplete-seen is non-nil.
9496 (pcomplete-comint-setup): Also recognize the new comint/shell
9497 completion functions.
9498 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
9499 pcomplete-seen is non-nil.
9500
841a1577 95012011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 9502
841a1577 9503 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 9504 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 9505 the first character in the entry. This allows for code to add its
211ec907
UJ
9506 own uid to the entry.
9507 (icalendar--convert-float-to-ical): Add export of
9508 `diary-float'-entries save for those with the optional DAY
9509 argument.
9510
2a782793
DC
95112011-04-27 Daniel Colascione <dan.colascione@gmail.com>
9512
9513 * subr.el (shell-quote-argument): Use alternate escaping strategy
9514 when we spot a variable reference in a string.
9515
0438ce91
DC
95162011-04-26 Daniel Colascione <dan.colascione@gmail.com>
9517
9518 * cus-start.el (all): Define customization for debug-on-event.
9519
841a1577 95202011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
9521
9522 * subr.el (shell-quote-argument): Escape correctly under Windows.
9523
d090ed6c
SM
95242011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
9525
9526 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
9527
bfd31217
MA
95282011-04-25 Michael Albinus <michael.albinus@gmx.de>
9529
d090ed6c
SM
9530 * net/tramp.el (tramp-process-actions): Add POS argument.
9531 Delete region between POS and (pos).
bfd31217 9532
d090ed6c
SM
9533 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
9534 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
9535 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
9536
9537 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
9538 position in `tramp-process-actions' call.
9539
9540 * net/trampver.el: Update release number.
9541
e92f3bd3
SM
95422011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
9543
850256b5
SM
9544 * custom.el (defcustom): Obey lexical-binding.
9545
e92f3bd3
SM
9546 Fix octave-inf completion problems reported by Alexander Klimov.
9547 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
9548 Inherit from octave-mode-syntax-table.
9549 (inferior-octave-mode): Set info-lookup-mode.
9550 (inferior-octave-completion-at-point): New function.
9551 (inferior-octave-complete): Use it and completion-in-region.
9552 (inferior-octave-dynamic-complete-functions): Use it as well, and use
9553 comint-filename-completion.
9554 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
9555 symbol elements which shouldn't be word elements.
9556 (octave-font-lock-keywords, octave-beginning-of-defun)
9557 (octave-function-header-regexp): Adjust regexps accordingly.
9558 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
9559
cd22b309
JB
95602011-04-25 Juanma Barranquero <lekktu@gmail.com>
9561
9562 * net/gnutls.el (gnutls-errorp): Declare before first use.
9563
8b492194
TZ
95642011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
9565
9566 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
9567 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 9568 default trustfile exists before going to use it. Add missing
5a5fa834 9569 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
9570 Reported by Claudio Bley <claudio.bley@gmail.com>.
9571 (open-gnutls-stream): Add usage example.
9572
9573 * net/network-stream.el (network-stream-open-starttls): Give host
9574 parameter to `gnutls-negotiate'.
9575 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 9576 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 9577
841a1577 95782011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 9579
cd22b309
JB
9580 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
9581 Use correct match group (bug#8438).
05842630 9582
3ba7869c
CY
95832011-04-24 Chong Yidong <cyd@stupidchicken.com>
9584
512e3ae1
CY
9585 * emacs-lisp/package.el (package-built-in-p): Fix typo.
9586 (package-menu--generate): New arg specifying packages to show.
9587 (package-menu-refresh, package-menu-execute, list-packages):
9588 Callers changed.
9589 (package-show-package-list): New function, replacing deleted
9590 package--list-packages (renamed because it is non-internal).
9591
9592 * finder.el (finder-list-matches): Use package-show-package-list
9593 instead of deleted package--list-packages.
9594
e92f3bd3
SM
9595 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
9596 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
9597 (vc-annotate-mode-map): Bind it to RET.
9598
7031be6d
UR
95992011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
9600
9601 * progmodes/etags.el (next-file): Don't use set-buffer to change
9602 buffers (Bug#8478).
9603
4ef177aa
CY
96042011-04-24 Chong Yidong <cyd@stupidchicken.com>
9605
c8d173eb
CY
9606 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
9607
4ef177aa
CY
9608 * apropos.el (apropos-label-face): Avoid variable-pitch face.
9609 (apropos-accumulator): Doc fix.
9610 (apropos-function, apropos-macro, apropos-command)
9611 (apropos-variable, apropos-face, apropos-group, apropos-widget)
9612 (apropos-plist): Add face property.
9613 (apropos-symbols-internal): Fix indentation.
9614 (apropos-print): Simplify help, and recognize apropos-multi-type.
9615 (apropos-print-doc): Use button-type-get to extract the button's
9616 face property. Fill docstring (Bug#8352).
9617
4ffd0d6b 96182011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
9619
9620 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
9621
c6c32125 9622 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 9623 (mpuz-mode-map): Use mapc.
c6c32125
JB
9624 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
9625 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
9626 Fix typos in docstrings.
9627
58d468b4
JB
9628 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
9629 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
9630
6470c3c6
JB
9631 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
9632
4ffd0d6b 96332011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
9634
9635 * minibuffer.el (completion--do-completion): Avoid the "Next char
9636 not unique" prompt if icomplete-mode is enabled (Bug#5849).
9637
3ad8bad0
CY
9638 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
9639 mouse-2 into unread-command-events, it is interpreted correctly.
9640
71d73c9c 9641 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 9642 (image-toggle-display): Doc fix.
71d73c9c 9643
841a1577 96442011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 9645
4ffd0d6b
GM
9646 * textmodes/page.el (what-page): Use line-number-at-pos to
9647 calculate line number (Bug#6825).
6e1dbaa9 9648
c2fb1b60
JB
96492011-04-22 Juanma Barranquero <lekktu@gmail.com>
9650
9651 * eshell/esh-mode.el (find-tag-interactive): Declare function.
9652 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
9653 Pass argument NO-DEFAULT to `find-tag-interactive'.
9654
e02f48d7
JB
96552011-04-22 Juanma Barranquero <lekktu@gmail.com>
9656
9657 Lexical-binding cleanup.
9658
9659 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
9660 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
9661 * progmodes/ada-prj.el (ada-prj-initialize-values)
9662 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
9663 (ada-prj-show-value):
9664 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
9665 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
9666 (antlr-invalidate-context-cache, antlr-options-menu-filter)
9667 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
9668 * progmodes/bug-reference.el (bug-reference-push-button):
9669 * progmodes/fortran.el (fortran-line-length):
9670 * progmodes/glasses.el (glasses-change):
9671 * progmodes/octave-mod.el (octave-fill-paragraph):
9672 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
9673 (python-pdbtrack-grub-for-buffer, python-sentinel):
9674 * progmodes/sql.el (sql-save-connection):
9675 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
9676 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
9677 Mark unused parameters.
9678
9679 * progmodes/compile.el (compilation--flush-directory-cache)
9680 (compilation--flush-parse, compile-internal): Mark unused parameters.
9681 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
9682 (compilation-next-error-function): Remove unused variable `timestamp'.
9683
9684 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
9685 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
9686
9687 * progmodes/dcl-mode.el (dcl-end-of-command):
9688 Remove unused variable `start'.
9689 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
9690 (dcl-option-value-basic, dcl-option-value-offset)
9691 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
9692 Mark unused parameters.
9693 (dcl-save-local-variable): Remove unused variable `val'.
9694 (mode): Declare.
9695
9696 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
9697 Mark unused parameters.
9698 (delphi-ignore-changes): Move before first use.
9699 (delphi-charset-token-at): Remove unused variable `start'.
9700 (delphi-else-start): Remove unused variable `if-count'.
9701 (delphi-comment-block-start, delphi-comment-block-end):
9702 Remove unused variable `kind'.
9703 (delphi-indent-line): Remove unused variable `new-point'.
9704
9705 * progmodes/ebrowse.el (ebrowse-files-list)
9706 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
9707 Mark unused parameters. Don't quote `lambda'.
9708 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
9709 Don't quote `lambda'.
9710 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
9711 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
9712 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
9713 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
9714 Use `ignore-errors'.
9715 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
9716 (ebrowse-view/find-file-and-search-pattern)
9717 (ebrowse-view/find-member-declaration/definition):
9718 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
9719 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
9720 Rename parameter PREFIX-ARG to PREFIX.
9721 (ebrowse-tags-read-name): Remove unused variables `start' and
9722 `member-info'.
9723 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
9724 to `tags-file'.
9725
9726 * progmodes/etags.el (local-find-tag-hook): Declare.
9727 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
9728 Mark unused parameters.
9729
9730 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
9731 (executable-interpret): Mark unused parameter.
9732
9733 * progmodes/flymake.el (flymake-process-sentinel)
9734 (flymake-after-change-function)
9735 (flymake-create-temp-with-folder-structure)
9736 (flymake-get-include-dirs-dot): Mark unused parameters.
9737 (flymake-safe-delete-directory): Remove unused variable `err'.
9738
9739 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
9740 (speedbar-timer-fn, speedbar-line-text)
9741 (speedbar-change-expand-button-char, speedbar-delete-subblock)
9742 (speedbar-center-buffer-smartly): Declare functions.
9743 (gdb-find-watch-expression): Remove unused variable `array'.
9744 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
9745 (gdb-starting): Mark unused parameters.
9746 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
9747 (gdb-table-string): Remove unused variable `res'.
9748 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
9749 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
9750 (gdb-display-buffer): Remove unused variable `cur-size'.
9751
9752 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
9753 allow lexical-binding compilation.
9754 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
9755 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
9756 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
9757 Mark unused parameters.
9758 (gud-gdb-marker-filter): Remove unused variable `match'.
9759 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
9760 lambda expressions and funcall them, instead of using `fset'.
9761
9762 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
9763 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
9764
9765 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
9766 variable `header-beg'; use `let'.
9767
9768 * progmodes/icon.el (indent-icon-exp): Remove unused variables
9769 `restart', `last-sexp' and `at-do'.
9770
9771 * progmodes/js.el (js--debug): Mark unused parameter.
9772 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
9773 (js--splice-into-items): Remove unused variable `item'.
9774 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
9775
9776 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
9777 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
9778 (makefile-complete): Remove unused variable `try'.
9779 (makefile-fill-paragraph, makefile-match-function-end):
9780 Mark unused parameters.
9781
9782 * progmodes/octave-inf.el (inferior-octave-complete):
9783 Remove unused variable `proc'.
9784 (inferior-octave-output-digest): Mark unused parameter.
9785
9786 * progmodes/perl-mode.el (perl-calculate-indent):
9787 Remove unused variable `err'.
9788
9789 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
9790 (prolog-indent-line): Mark unused parameters.
9791 (prolog-indent-line): Remove unused variable `beg'.
9792
9793 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
9794 (reporter-dont-compact-list): Declare.
9795
9796 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
9797 Remove unused variable `char'.
9798 (sh-debug): Mark unused parameter.
9799 (sh-get-indent-info): Remove unused variable `start'.
9800 (sh-calculate-indent): Remove unused variable `var'.
9801
9802 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
9803 (simula-electric-keyword): Remove unused variable `null'.
9804 (simula-search-backward, simula-search-forward): Remove unused
9805 variables `begin' and `end'.
9806
9807 * progmodes/vera-mode.el (vera-guess-basic-syntax):
9808 Remove unused variable `pos'.
9809 (vera-electric-tab, vera-comment-uncomment-region):
9810 Mark unused parameters.
9811 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
9812
7ede3b65
CY
98132011-04-22 Chong Yidong <cyd@stupidchicken.com>
9814
9815 * emacs-lisp/package.el (package--builtins, package-alist)
9816 (package-load-descriptor, package-built-in-p, package-activate)
9817 (define-package, package-installed-p)
9818 (package-compute-transaction, package-buffer-info)
9819 (package--push): Doc fix. Distinguish more clearly between
9820 version strings and version lists.
9821
121656e9
JB
98222011-04-21 Juanma Barranquero <lekktu@gmail.com>
9823
9824 Lexical-binding cleanup.
9825
9826 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
9827 (5x5-make-mutate-best):
9828 * play/fortune.el (fortune-in-buffer):
9829 * play/gomoku.el (gomoku-init-display):
9830 * play/solitaire.el (solitaire, solitaire-do-check):
9831 * play/tetris.el (tetris-default-update-speed-function):
9832 Mark unused parameters.
9833
9834 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
9835 (bubbles--shift): Remove unused variable `char-org'.
9836 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
9837 (bubbles--show-images): Remove unused variable `char'.
9838
9839 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
9840 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
9841 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
9842 (decipher-analyze-buffer): Use ?\s.
9843 (decipher-make-checkpoint): Remove unused variable `mapping'.
9844
9845 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
9846
9847 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
9848 Remove unused variable `result'; use `let'.
9849
9850 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
9851 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
9852 (gametree-children-shown-p, gametree-compute-reduced-score):
9853 Use `ignore-errors'.
9854
9855 * play/handwrite.el (ps-lpr-switches): Declare.
9856 (handwrite): Remove unused variables `pmin' and `lastp'.
9857
9858 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
9859
9860 * play/landmark.el (landmark-init-display)
9861 (landmark-update-naught-weights): Mark unused parameters.
9862 (landmark-y): Remove unused variable `noise'. Simplify.
9863 (landmark-human-plays): Remove unused variable `score'.
9864
9865 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
9866 (mpuz-try-proposal): Remove unused variable `game'.
9867
9868 * play/zone.el (life-patterns): Declare.
9869
80f499c7
JB
98702011-04-20 Juanma Barranquero <lekktu@gmail.com>
9871
9872 * vc/vc.el (ediff-vc-internal): Declare function.
9873
024ff170
SM
98742011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9875
c0a193ea
SM
9876 * shell.el: Use lexical-binding and std completion UI.
9877 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
9878 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
9879 comint-preoutput-filter-functions rather than on
9880 comint-output-filter-functions.
9881 (shell-command-completion, shell--command-completion-data)
9882 (shell-filename-completion, shell-environment-variable-completion)
9883 (shell-c-a-p-replace-by-expanded-directory): New functions.
9884 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
9885 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
9886 (shell-dynamic-complete-environment-variable): Use them.
9887 (shell-dynamic-complete-as-environment-variable)
9888 (shell-dynamic-complete-as-command): Remove.
9889 (shell-match-partial-variable): Match past point.
9890 * comint.el: Clean up use of completion-at-point-functions.
9891 (comint-completion-at-point): New function.
9892 (comint-mode): Use it completion-at-point-functions.
9893 (comint-dynamic-complete): Make it obsolete.
9894 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
9895 (comint-c-a-p-replace-by-expanded-history): New function.
9896 (comint-dynamic-complete-functions)
9897 (comint-replace-by-expanded-history): Use it.
9898 * minibuffer.el (completion-table-with-terminator): Allow dynamic
9899 termination strings. Try harder to avoid second try-completion.
9900 (completion-in-region-mode-map): Disable bindings that don't work yet.
9901
2dbaa080
SM
9902 * comint.el: Use lexical-binding. Require CL.
9903 (comint-dynamic-complete-functions): Use comint-filename-completion.
9904 (comint-completion-addsuffix): Tweak custom type.
9905 (comint-filename-completion, comint--common-suffix)
9906 (comint--common-quoted-suffix, comint--table-subvert)
9907 (comint--complete-file-name-data): New functions.
9908 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
9909 (comint-dynamic-list-filename-completions): Use them.
9910 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 9911
2dbaa080
SM
9912 * minibuffer.el (completion-in-region-mode):
9913 Keep completion-in-region-mode--predicate global.
9914 (completion-in-region--postch):
9915 Assume completion-in-region-mode--predicate is not null.
9916
c79a6f38
SM
9917 * progmodes/flymake.el (flymake-start-syntax-check-process):
9918 Obey `dir'. Simplify.
9919
024ff170
SM
9920 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
9921 we're in VC after all.
9922
1c6c854e
CS
99232011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
9924
9925 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 9926 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
9927 (vc-version-diff): Use vc-diff-build-argument-list-internal.
9928
bed7f140
SM
99292011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9930
332e62ab
SM
9931 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
9932 add sanity check.
9933
bed7f140
SM
9934 * obsolete/erc-hecomplete.el: Make obsolete.
9935 * obsolete/: Standardize obsolescence info in the header.
9936
f195c582
GM
99372011-04-20 Glenn Morris <rgm@gnu.org>
9938
9939 * calendar/solar.el (solar-horizontal-coordinates):
9940 Use the longitude argument rather than `calendar-longitude'.
9941 (solar-date-next-longitude): Remove unused locals.
9942
cb79b8c0
VJL
99432011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9944
9945 * whitespace.el: New version 13.2.1.
9946
99472011-04-20 felix <EmacsWiki> (tiny change)
9948
d8e4b68b 9949 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
9950 switching between major modes on a file.
9951
602ea69d
SM
99522011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9953
9954 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
9955 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
9956 multi-line comments as well.
9957
06b60517
JB
99582011-04-19 Juanma Barranquero <lekktu@gmail.com>
9959
9960 Lexical-binding cleanup.
9961
9962 * arc-mode.el (archive-mode-revert):
9963 * cmuscheme.el (scheme-interactively-start-process):
9964 * custom.el (custom-initialize-delay):
9965 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
9966 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
9967 * emacs-lock.el (emacs-lock-clear-sentinel):
9968 * ezimage.el (defezimage):
9969 * follow.el (follow-avoid-tail-recenter):
9970 * fringe.el (set-fringe-mode-1):
9971 * generic-x.el (bat-generic-mode-compile):
9972 * help-mode.el (help-info-variable, help-do-xref)
9973 (help-mode-revert-buffer):
9974 * help.el (view-emacs-todo):
9975 * iswitchb.el (iswitchb-completion-help):
9976 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
9977 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
9978 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
9979 * locate.el (locate-update):
9980 * longlines.el (longlines-encode-region)
9981 (longlines-after-change-function):
9982 * outline.el (outline-isearch-open-invisible):
9983 * ps-def.el (declare-function, charset-dimension, char-width)
9984 (encode-char):
9985 * ps-mule.el (ps-mule-plot-string):
9986 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
9987 (recentf-edit-list-select, recentf-edit-list-validate)
9988 (recentf-open-files-action):
9989 * rect.el (delete-whitespace-rectangle-line)
9990 (rectangle-number-line-callback):
9991 * register.el (window-configuration-to-register)
9992 (frame-configuration-to-register):
9993 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
9994 * select.el (xselect-convert-to-string, xselect-convert-to-length)
9995 (xselect-convert-to-targets, xselect-convert-to-delete)
9996 (xselect-convert-to-filename, xselect-convert-to-charpos)
9997 (xselect-convert-to-lineno, xselect-convert-to-colno)
9998 (xselect-convert-to-os, xselect-convert-to-host)
9999 (xselect-convert-to-user, xselect-convert-to-class)
10000 (xselect-convert-to-name, xselect-convert-to-integer)
10001 (xselect-convert-to-atom, xselect-convert-to-identity):
10002 * subr.el (declare, ignore, process-kill-without-query)
10003 (text-clone-maintain):
10004 * terminal.el (te-get-char, te-tic-sentinel):
10005 * tool-bar.el (tool-bar-make-keymap):
10006 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
10007 * type-break.el (type-break-mode, type-break-noninteractive-query):
10008 * view.el (View-back-to-mark):
10009 * wid-browse.el (widget-browse-action, widget-browse-widget)
10010 (widget-browse-widgets, widget-browse-sexp):
10011 * widget.el (define-widget-keywords):
10012 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
10013 Mark unused parameters.
10014
10015 * align.el (align-adjust-col-for-rule): Mark unused parameter.
10016 (align-areas): Remove unused variable `look'.
10017 (align-region): Remove unused variables `real-end' and `pos-list'.
10018
10019 * apropos.el (apropos-score-doc): Remove unused variable `i'.
10020
10021 * bindings.el (mode-line-modified, mode-line-remote):
10022 Mark unused parameters.
10023 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
10024
10025 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
10026 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
10027
10028 * comint.el (comint-history-isearch-pop-state)
10029 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
10030 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
10031 (comint-substitute-in-file-name): Doc fix.
10032
10033 * completion.el (cmpl-statistics-block): Mark unused parameter.
10034 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
10035 (save-completions-to-file, load-completions-from-file):
10036 Remove unused local variable `e'.
10037
10038 * composite.el (compose-chars): Remove unused variable `len'.
10039 (lgstring-insert-glyph): Remove unused variable `g'.
10040 (compose-glyph-string): Remove unused variables `ascent',
10041 `descent', `lbearing' and `rbearing'.
10042 (compose-glyph-string-relative): Remove unused variables
10043 `lbearing', `rbearing' and `wadjust'.
10044 (compose-gstring-for-graphic): Remove unused variables `header',
10045 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
10046 (compose-gstring-for-terminal): Remove unused variables `header'
10047 and `nchars'. Use `let', not `let*'.
10048
10049 * cus-edit.el (Custom-set, Custom-save, custom-reset)
10050 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
10051 (Custom-buffer-done, custom-buffer-create-internal)
10052 (custom-browse-visibility-action, custom-browse-group-tag-action)
10053 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
10054 (widget-magic-mouse-down-action, custom-toggle-parent)
10055 (custom-add-parent-links, custom-toggle-hide-variable)
10056 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
10057 (custom-toggle-hide-face, face, hook, custom-group-link-action)
10058 (custom-face-menu-create, custom-variable-menu-create, get)
10059 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
10060 (custom-reset-standard-save-and-update): Remove unused variable `value'.
10061 (customize-apropos): Remove unused variable `tests'.
10062 (custom-group-value-create): Remove unused variable `hidden-p'.
10063 (sort-fold-case): Declare.
10064
10065 * cus-theme.el (custom-reset-standard-faces-list)
10066 (custom-reset-standard-variables-list): Declare.
10067 (customize-create-theme, custom-theme-revert, custom-theme-write)
10068 (custom-theme-choose-mode, customize-themes, custom-theme-save):
10069 Mark unused parameters.
10070
10071 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
10072
10073 * delim-col.el (delimit-columns-max): Move defvar before first use.
10074
10075 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 10076 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
10077
10078 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
10079 (auto-insert): Declare.
10080 (desktop-restore-file-buffer): Rename desktop-* parameters;
10081 mark unused ones.
10082 (desktop-create-buffer): Rename desktop-* parameters and bind them.
10083 (desktop-buffer): Rename desktop-* parameters.
10084
10085 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
10086 (dframe-reposition-frame-xemacs, dframe-help-echo)
10087 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
10088 Mark unused parameters.
10089
10090 * dired-aux.el (backup-extract-version-start, overwrite-query)
10091 (overwrite-backup-query, rename-regexp-query)
10092 (rename-non-directory-query): Declare.
10093 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
10094 (dired-add-entry): Remove unused variable `orig-file-name'.
10095 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
10096 Use parameter PRESERVE-TIME instead of accessing dynamic variable
10097 `dired-copy-preserve-time' directly.
10098 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
10099 (dired-insert-subdir-newpos): Rename unused variable `pos'.
10100
10101 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
10102 (dired-virtual-revert, dired-make-relative-symlink):
10103 Mark unused parameters.
10104 (manual-program): Declare.
10105 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
10106 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
10107 wrapped in `with-no-warnings' to avoid replacing one warning by another.
10108
10109 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
10110
10111 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
10112
10113 * echistory.el (electric-history-in-progress, Helper-return-blurb):
10114 Declare.
10115
10116 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
10117
10118 * electric.el (Electric-command-loop): Rename parameter
10119 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
10120
10121 * expand.el (expand-in-literal): Remove unused variable `here'.
10122
10123 * facemenu.el (facemenu-add-new-color):
10124 Remove unused variable `docstring'.
10125
10126 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
10127 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
10128 (face-attr-construct): Mark unused parameter. Doc fix.
10129 (read-color): Remove unused variable `hex-string'.
10130
10131 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
10132 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
10133 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
10134 (display-buffer-other-frame): Remove unused variable `old-window'.
10135 (kill-buffer-hook): Declare.
10136 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
10137 Mark unused parameters.
10138 (after-find-file): Pass 1 to `auto-save-mode', not t.
10139
10140 * files-x.el (auto-insert): Declare.
10141 (modify-file-local-variable-prop-line): Remove unused variable `val'.
10142
10143 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 10144 variable `buf'. Mark unused parameter.
06b60517
JB
10145 (find-lisp-insert-directory): Mark unused parameter.
10146
10147 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
10148 (format-encode-region): Remove unused variables `cur-buf' and `result'.
10149 (format-common-tail): Remove, unused.
10150 (format-deannotate-region): Remove unused variable `loc'.
10151 (format-annotate-region): Remove unused variable `p'.
10152 (format-annotate-single-property-change): Remove unused variables
10153 `default' and `tail'.
10154
10155 * forms.el (read-file-filter): Declare.
10156 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
10157
10158 * frame.el (frame-creation-function-alist): Mark unused parameter.
10159 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
10160
10161 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
10162 Remove unused parameters.
10163 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
10164 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
10165
10166 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
10167 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
10168 (hfy-prepare-tag-map): Mark unused parameters.
10169 (htmlfontify-buffer): Use `called-interactively-p'.
10170
10171 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
10172 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
10173 (ibuffer-do-occur): Mark unused parameters.
10174 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
10175 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
10176
10177 * ibuffer.el: Don't quote `lambda'.
10178 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
10179 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
10180 Mark unused parameters.
10181
10182 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
10183 (ido-completing-read): Mark unused parameters.
10184 (ido-copy-current-word): Mark unused parameters;
10185 remove unused variable `name'.
10186 (ido-sort-merged-list): Remove unused parameter `dirs'.
10187
10188 * ielm.el (ielm-input-sender): Mark unused parameter.
10189 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
10190 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
10191 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
10192 `ielm-string' as a dynamic variable accessible from the IELM prompt.
10193 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
10194
10195 * image-dired.el (image-dired-display-thumbs): Remove unused
10196 variables `curr-file' and `count'.
10197 (image-dired-remove-tag): Remove unused variable `start'.
10198 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
10199 variable `curr-file'
10200 (image-dired-rotate-original): Remove unused variable `temp-file'.
10201 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
10202 Remove unused variable `file'.
10203 (image-dired-gallery-generate): Remove unused variable `curr'.
10204 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
10205
10206 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
10207
10208 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
10209
10210 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
10211
10212 * isearch.el (minibuffer-history-symbol): Declare.
10213 (isearch-edit-string): Remove unused variable `err'.
10214 (isearch-message-prefix, isearch-message-suffix):
10215 Mark unused parameters.
10216
10217 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
10218
10219 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
10220
10221 * makesum.el (double-column): Remove unused variable `cnt'.
10222
10223 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
10224 (ido-ignore-item-temp-list): Declare.
10225
10226 * mouse-drag.el (mouse-drag-throw): Remove unused variables
10227 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
10228 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
10229 (mouse-drag-drag): Remove unused variables `mouse-delta' and
10230 `mouse-col-delta'.
10231
10232 * mouse-sel.el (mouse-extend-internal):
10233 Remove unused variable `orig-window-frame'.
10234
10235 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
10236 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
10237 Move declarations before first use.
10238 (pcomplete-opt): Mark unused parameters; doc fix.
10239
10240 * proced.el (proced-revert): Mark unused parameter.
10241 (proced-send-signal): Remove unused variable `err'.
10242
10243 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
10244 Rename parameter PREFIX-ARG to ARG.
10245 (ps-basic-plot-string, ps-basic-plot-whitespace):
10246 Mark unused parameters.
10247
10248 * replace.el (replace-count): Define.
10249 (occur-revert-function): Mark unused parameters.
10250 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
10251 (isearch-case-fold-search, isearch-string): Declare.
10252 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
10253 bind `case-fold-search'. Remove unused variables `beg' and `end',
10254 and simplify.
10255 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
10256 COUNT and bind `replace-count'.
10257 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
10258 to COUNT.
10259
10260 * savehist.el (print-readably, print-string-length): Declare.
10261
10262 * shadowfile.el (shadow-expand-cluster-in-file-name):
10263 Remove unused variable `cluster'.
10264 (shadow-copy-file): Remove unused variable `i'.
10265 (shadow-noquery, shadow-clusters, shadow-site-cluster)
10266 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
10267 (shadow-define-literal-group, shadow-define-regexp-group)
10268 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
10269
10270 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
10271 (shell): Use `called-interactively-p'.
10272 (shell-directory-tracker): Remove unused variable `chdir-failure'.
10273
10274 * simple.el (compilation-context-lines, comint-file-name-quote-list)
10275 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
10276 (delete-backward-char): Remove unused variable `ocol'.
10277 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
10278 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
10279 (event-apply-hyper-modifier, event-apply-shift-modifier)
10280 (event-apply-control-modifier, event-apply-meta-modifier):
10281 Mark unused parameters.
10282 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
10283 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
10284
10285 * speedbar.el (speedbar-ignored-directory-expressions)
10286 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
10287 (speedbar-find-file, speedbar-dir-follow)
10288 (speedbar-directory-buttons-follow, speedbar-tag-find)
10289 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
10290 (speedbar-buffers-line-directory, speedbar-buffer-click):
10291 Mark unused parameters.
10292 (speedbar-tag-file): Remove unused variable `mode'.
10293 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
10294
10295 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
10296
10297 * talk.el (talk): Remove unused variable `display'.
10298
10299 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
10300 (tar-write-region-annotate): Mark unused parameter.
10301
10302 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
10303 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
10304 Declare them, wrapped in `with-no-warnings' to avoid replacing one
10305 warning by another.
10306
10307 * time-stamp.el (time-stamp-string-preprocess):
10308 Remove unused variable `require-padding'.
10309
10310 * tree-widget.el (widget-glyph-enable): Declare.
10311 (tree-widget-action): Mark unused parameter.
10312
10313 * w32-fns.el (x-get-selection): Mark unused parameter.
10314 (autoload-make-program, generated-autoload-file): Declare.
10315
10316 * wdired.el (wdired-revert): Mark unused parameters.
10317 (wdired-xcase-word): Remove unused variable `err'.
10318
10319 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
10320 (whitespace-help-scroll): Remove unused variable `data-help'.
10321
10322 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
10323 (widget-image-insert, widget-after-change, default)
10324 (widget-default-format-handler, widget-default-notify)
10325 (widget-default-prompt-value, widget-info-link-action)
10326 (widget-url-link-action, widget-function-link-action)
10327 (widget-variable-link-action, widget-file-link-action)
10328 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
10329 (widget-field-prompt-internal, widget-field-action, widget-field-match)
10330 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
10331 (widget-insert-button-action, widget-delete-button-action, visibility)
10332 (widget-documentation-link-action, widget-documentation-string-action)
10333 (widget-const-prompt-value, widget-regexp-match, symbol)
10334 (widget-coding-system-prompt-value)
10335 (widget-key-sequence-value-to-external, sexp)
10336 (widget-sexp-value-to-internal, character, vector, cons)
10337 (widget-choice-prompt-value, widget-boolean-prompt-value)
10338 (widget-color--choose-action): Mark unused parameters.
10339 (widget-item-match-inline, widget-choice-match-inline)
10340 (widget-checklist-match, widget-checklist-match-inline)
10341 (widget-group-match): Rename parameter VALUES to VALS.
10342 (widget-field-value-set): Remove unused variable `size'.
10343 (widget-color-action): Remove unused variables `value' and `start'.
10344
10345 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 10346 variable `dir'. Doc fix.
06b60517
JB
10347 (windmove-find-other-window): Don't pass it.
10348
10349 * window.el (count-windows): Mark unused parameter.
10350 (bw-adjust-window): Remove unused variable `err'.
10351
10352 * woman.el (woman-file-name): Remove unused variable `default'.
10353 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
10354 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
10355 (global-font-lock-mode): Declare.
10356 (woman-decode-region): Mark unused parameter.
10357 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
10358
10359 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
10360 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
10361 (x-dnd-handle-moz-url): Remove unused variable `title'.
10362 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
10363
10364 * xml.el (xml-parse-tag, xml-parse-attlist):
10365 Remove unused variable `pos'.
10366
bc4f7f3d
GM
103672011-04-19 Glenn Morris <rgm@gnu.org>
10368
10369 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
10370 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
10371 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10372 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
10373 * calendar/cal-html.el (cal-html-insert-minical):
10374 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
10375 (calendar-mark-date-pattern):
10376 Prefix "unused" locals.
10377
10378 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
10379 optional argument `style'.
10380
10381 * calendar/appt.el (appt-make-list):
10382 * calendar/cal-china.el (calendar-chinese-date-string):
10383 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
10384 (diary-hebrew-yahrzeit):
10385 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
10386 * calendar/calendar.el (calendar-generate-window):
10387 * calendar/time-date.el (time-to-days):
10388 Remove unused local variables.
10389
16a43933
CY
103902011-04-18 Chong Yidong <cyd@stupidchicken.com>
10391
10392 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
10393 glyphless-char-display table.
10394 (tabulated-list-glyphless-char-display): New var.
10395
7eed1860
SS
103962011-04-18 Sam Steingold <sds@gnu.org>
10397
10398 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
10399 to acknowledgments.
10400
4d2d1ccd
GM
104012011-04-17 Glenn Morris <rgm@gnu.org>
10402
10403 * calendar/diary-lib.el (diary-sexp-entry):
10404 * calendar/holidays.el (holiday-sexp):
10405 Set debug-on-error rather than the removed stack-trace-on-error.
10406
239da61d
GM
104072011-04-16 Glenn Morris <rgm@gnu.org>
10408
10409 * progmodes/f90.el: Use lexical-binding.
10410 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
10411
8b05752a
SM
104122011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10413
daca8ba5
SM
10414 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
10415 (mail-mode): Setup mailalias completion here instead.
10416 * mail/mailalias.el: Use lexical-binding.
10417 (pattern, mailalias-done): Declare dynamic.
10418 (mail-completion-at-point-function): New function, from mail-complete.
10419 (mail-complete): Use it.
10420 (mail-completion-expand): New function.
10421 (mail-get-names): Use it.
10422 (mail-directory, mail-directory-process, mail-directory-stream):
10423 Don't use `pattern' for lexically bound arg.
10424
6f542485
SM
10425 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
10426
037e7c3f
SM
10427 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
10428 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
10429 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
10430
8b05752a
SM
10431 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
10432 (byte-save-window-excursion, byte-temp-output-buffer-setup)
10433 (byte-interactive-p): Define them again, for use when inlining
10434 old code.
10435
49093f60
JB
104362011-04-15 Juanma Barranquero <lekktu@gmail.com>
10437
10438 * loadup.el: Use `string-to-number', not `string-to-int'.
10439
b5b8e7de
SM
104402011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10441
10442 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
10443 gud-gdb-complete-command.
10444 (gud-gdb-completions): New function, from gud-gdb-complete-command.
10445 (gud-gdb-completion-at-point): New function.
10446 (gud-gdb-completions): Remove.
10447
f42efeb5
MA
104482011-04-14 Michael Albinus <michael.albinus@gmx.de>
10449
49093f60
JB
10450 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
10451 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
10452 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
10453 whether `executable-find' is bound.
f42efeb5
MA
10454
10455 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
10456
e240cc21
SM
104572011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10458
10459 * minibuffer.el (completion-in-region-mode-predicate)
10460 (completion-in-region-mode--predicate): New vars.
10461 (completion-in-region, completion-in-region--postch)
10462 (completion-in-region-mode): Use them.
10463 (completion--capf-wrapper): Also return the hook function.
10464 (completion-at-point, completion-help-at-point):
10465 Adjust and provide a predicate.
c2bd2ab0
SM
10466
10467 Preserve arg names for advice of subr and lexical functions (bug#8457).
10468 * help-fns.el (help-function-arglist): Consolidate the subr and
10469 new-byte-code cases. Add argument `preserve-names' to extract names
10470 from the docstring when needed.
10471 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
10472 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
10473 (ad-arglist): Use help-function-arglist's new arg.
10474 (ad-definition-type): Use cond.
10475
c183f693
JB
104762011-04-13 Juanma Barranquero <lekktu@gmail.com>
10477
06641a47
JB
10478 * autorevert.el (auto-revert-handler):
10479 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
10480 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
10481 Don't quote lambda.
10482
c183f693
JB
10483 * image-mode.el (image-transform-set-scale):
10484 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
10485
1e3b6001
G
104862011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10487
10488 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 10489 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
10490 Upgrades via gnutls-cli are too slow to be done opportunistically.
10491
2d6af8dd
JB
104922011-04-12 Juanma Barranquero <lekktu@gmail.com>
10493
10494 * dframe.el (dframe-current-frame): Remove spurious quote.
10495
c0749a51
GM
104962011-04-12 Glenn Morris <rgm@gnu.org>
10497
088d0d61
GM
10498 * calendar/cal-tex.el (cal-tex-end-document):
10499 Try to automatically use latin1 input if needed.
10500
c0749a51
GM
10501 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
10502 Don't try to cons a mark onto an empty element.
10503
5c90fde0
LL
105042011-04-11 Leo Liu <sdl.web@gmail.com>
10505
10506 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
10507 buffers.
10508 (ido-kill-buffer-at-head): Support killing virtual buffers.
10509
369e974d
CY
105102011-04-10 Chong Yidong <cyd@stupidchicken.com>
10511
10512 * minibuffer.el (completion-show-inline-help): New var.
10513 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
10514 (minibuffer-force-complete, minibuffer-complete-word):
10515 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
10516
10517 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
10518 to avoid interference from inline help (Bug#5849).
10519
37f1c930
LL
105202011-04-10 Leo Liu <sdl.web@gmail.com>
10521
099c39a4
JB
10522 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
10523 Fix typo.
37f1c930 10524
a32d4040
CY
105252011-04-09 Chong Yidong <cyd@stupidchicken.com>
10526
10527 * image-mode.el (image-toggle-display-image): Signal an error if
10528 not in Image mode.
10529 (image-transform-mode, image-transform-resize)
10530 (image-transform-set-rotation): Doc fix.
daca8ba5 10531 (image-transform-set-resize): Delete.
a32d4040
CY
10532 (image-transform-set-scale, image-transform-fit-to-height)
10533 (image-transform-fit-to-width): Handle image-toggle-display-image
10534 and image-transform-resize directly.
10535
099c39a4 105362011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
10537
10538 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
10539 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
10540 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
10541 (doc-view-mode-map): Add bindings for the new functions.
10542
099c39a4 105432011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 10544
4d61f28d 10545 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
10546 Fix typo in docstring.
10547
3726838a
EZ
105482011-04-08 Eli Zaretskii <eliz@gnu.org>
10549
04f33f1e
EZ
10550 * files.el (file-size-human-readable): Produce one digit after
10551 decimal, like "ls -lh" does.
10552
10553 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
10554 the file size representation.
10555
3726838a
EZ
10556 * simple.el (list-processes): If async subprocesses are not
10557 available, error out with a clear error message.
10558
cbb59342
CY
105592011-04-08 Chong Yidong <cyd@stupidchicken.com>
10560
10561 * help.el (help-form-show): New function, to be called from C.
10562 Put help-form output in a buffer named differently than *Help*.
10563
e3971c44
EZ
105642011-04-08 Eli Zaretskii <eliz@gnu.org>
10565
10566 * files.el (file-size-human-readable): New function.
10567
10568 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
10569 computing the representation inline. Don't require `cl'.
10570
12544bbe
GM
105712011-04-08 Glenn Morris <rgm@gnu.org>
10572
a1de6c6a
GM
10573 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
10574
3c4671f4
GM
10575 * net/browse-url.el (browse-url-firefox):
10576 Test system-type, not system-configuration.
10577
b605679c
GM
10578 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
10579 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
10580 Use log-edit-empty-buffer-p. (Bug#7598)
10581
56442f0c
GM
10582 * net/rlogin.el (rlogin-process-connection-type): Simplify.
10583 (rlogin-mode-map): Initialize in the defvar.
10584 (rlogin): Use ignore-errors.
10585
12544bbe
GM
10586 * replace.el (occur-mode-map): Some fixes for menu items.
10587
eb237b0f
AH
105882011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10589
10590 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
10591
7d668f2c
CY
105922011-04-06 Chong Yidong <cyd@stupidchicken.com>
10593
e67a13ab
CY
10594 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
10595 issuing unused warnings.
10596
10597 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
10598 macro directly.
10599
7d668f2c
CY
10600 * simple.el: Lisp reimplement of list-processes. Based on an
10601 earlier reimplementation by Leo Liu, but using tabulated-list.el.
10602 (process-menu-mode): New major mode.
10603 (list-processes--refresh, list-processes):
10604 (process-menu-visit-buffer): New functions.
10605
10606 * files.el (save-buffers-kill-emacs): Don't assume any return
10607 value of list-processes, which is undocumented anyway.
10608
a83ec3c9
CY
106092011-04-06 Chong Yidong <cyd@stupidchicken.com>
10610
10611 * emacs-lisp/tabulated-list.el: New file.
10612
e91a96fe
CY
10613 * emacs-lisp/package.el: Use Tabulated List mode.
10614 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
10615 (package-menu-mode): Derive from tabulated-list-mode. Set up the
10616 table format using Tabulated List mode variables.
10617 (package--push): New macro, replacing package-list-maybe-add.
10618 (package-menu--generate): Use package--push. Renamed from
10619 package--generate-package-list.
10620 (package-menu-refresh, list-packages): Use it.
daca8ba5 10621 (package-menu--print-info): Rename from package-print-package.
e91a96fe 10622 Return insertion data instead of inserting it directly.
099c39a4
JB
10623 (package-menu-describe-package, package-menu-execute):
10624 Use tabulated-list-get-id.
e91a96fe
CY
10625 (package-menu-mark-delete, package-menu-mark-install)
10626 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
10627 (package-menu-mark-obsolete-for-deletion):
10628 Use tabulated-list-put-tag.
e91a96fe
CY
10629 (package--list-packages, package-menu-revert)
10630 (package-menu-get-package, package-menu-get-version)
10631 (package-menu-sort-by-column): Functions deleted.
10632 (package-menu-package-list, package-menu-sort-key): Vars deleted.
10633 (package-menu--status-predicate, package-menu--version-predicate)
10634 (package-menu--name-predicate)
10635 (package-menu--description-predicate): Handle arguments in the
10636 Tabulated List format.
10637 (package-list-packages-no-fetch): Call list-packages.
10638
3e214b50
JB
106392011-04-06 Juanma Barranquero <lekktu@gmail.com>
10640
10641 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 10642 (after-find-file): Don't bind it.
3e214b50
JB
10643 (revert-buffer-in-progress-p): New variable.
10644 (revert-buffer): Bind it.
10645 Pass nil for `after-find-file-from-revert-buffer'.
10646
10647 * saveplace.el (save-place-find-file-hook): Use new variable
10648 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
10649
3f0f1700
GM
106502011-04-06 Glenn Morris <rgm@gnu.org>
10651
c0274801
GM
10652 * Makefile.in (AUTOGEN_VCS): New variable.
10653 (autoloads): Use $AUTOGEN_VCS.
10654
3f0f1700
GM
10655 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
10656 * calendar/calendar.el (calendar-mode-map):
10657 Check for toolkit scroll bars. (Bug#8305)
10658
41ea9e48
CY
106592011-04-05 Chong Yidong <cyd@stupidchicken.com>
10660
10661 * minibuffer.el (completion-in-region--postch)
10662 (completion-in-region-mode): Remove unnecessary messages.
10663
6194c800
JB
106642011-04-05 Juanma Barranquero <lekktu@gmail.com>
10665
33256f14
JB
10666 * font-lock.el (font-lock-refresh-defaults):
10667 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
10668 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
10669
6194c800
JB
10670 * info.el (Info-directory-list, Info-read-node-name-2)
10671 (Info-split-parameter-string): Doc fixes.
10672 (Info-virtual-nodes): Reflow docstring.
10673 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
10674 (Info-apropos-toc-nodes, info-finder, Info-get-token)
10675 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
10676 Fix typos in docstrings.
10677 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
10678 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
10679 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
10680 (Info-restore-desktop-buffer): Mark unused parameters.
10681 (Info-directory-find-file, Info-directory-find-node)
10682 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
10683 (Info-virtual-index-find-node, Info-apropos-find-file)
10684 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 10685 Mark unused parameters; fix typos in docstrings.
6194c800
JB
10686 (Info-virtual-index): Remove unused local variable `nodename'.
10687
b87a8200 106882011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 10689
b87a8200
DD
10690 * net/rcirc.el: Update my e-mail address.
10691 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 10692
3b2ff876
CY
106932011-04-05 Chong Yidong <cyd@stupidchicken.com>
10694
10695 * startup.el (command-line): Save the cursor's theme-face
10696 directly, instead of using face-override-spec.
10697
10698 * custom.el (load-theme): Minor optimization in assigning faces.
10699
8d17e7ca
JB
107002011-04-04 Juanma Barranquero <lekktu@gmail.com>
10701
10702 * help-fns.el (describe-variable): Complete all variables having
10703 documentation, including keywords.
10704 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
10705
2fbc1934
JB
107062011-04-04 Juanma Barranquero <lekktu@gmail.com>
10707
10708 Convert to lexical-binding.
10709
10710 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
10711 (bs--get-marked-string, bs--get-modified-string)
10712 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
10713 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
10714 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
10715
10716 * ehelp.el (electric-help-execute-extended)
10717 (electric-help-ctrl-x-prefix):
10718 * hexl.el (hexl-revert-buffer-function):
10719 * linum.el (linum-after-change, linum-after-scroll):
10720 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
10721
10722 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
10723
74f50695
DU
107242011-04-04 Daiki Ueno <ueno@unixuser.org>
10725
10726 * epa-dired.el:
10727 * epa-mail.el:
10728 * epa-hook.el:
10729 * epa-file.el:
10730 * epa.el:
10731 * epg.el: Use lexical binding.
10732
c11325f7
CY
107332011-04-03 Chong Yidong <cyd@stupidchicken.com>
10734
0d9e9a12
CY
10735 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
10736
c11325f7 10737 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
10738 dictionary case for flyspell-mark-duplications-exceptions.
10739 Use regexp matching for languages.
c11325f7
CY
10740 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
10741 default dictionary (Bug#7926).
10742
da91b5f2
CY
107432011-04-02 Chong Yidong <cyd@stupidchicken.com>
10744
099c39a4
JB
10745 * emacs-lisp/package.el (package--with-work-buffer):
10746 Recognize https URLs.
da91b5f2 10747
099c39a4
JB
10748 * net/network-stream.el: Move from gnus/proto-stream.el.
10749 Change prefix to network-stream throughout.
da91b5f2
CY
10750 (open-protocol-stream): Merge into open-network-stream, leaving
10751 open-protocol-stream as an alias. Handle nil BUFFER args.
10752
10753 * subr.el (open-network-stream): Move to net/network-stream.el.
10754
afa8e9f6
GM
107552011-04-02 Glenn Morris <rgm@gnu.org>
10756
1d2e369d
GM
10757 * find-dired.el (find-exec-terminator): New option.
10758 (find-ls-option): Test for -ls support.
10759 (find-ls-subdir-switches): Test for -b in find-ls-option.
10760 (find-dired, find-grep-dired): Doc fixes.
10761 (find-dired): Use find-exec-terminator.
10762
8abb7da8 10763 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
10764 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
10765 (find-name-arg): Remove purecopy.
8abb7da8 10766
f3ca7378
GM
10767 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
10768 (grep-compute-defaults): Check for `-exec COMMAND +' support.
10769 Set grep-find-use-xargs, grep-find-command, and grep-find-template
10770 accordingly. Don't add the null-device if not needed.
10771
afa8e9f6
GM
10772 * files.el (save-some-buffers): Doc fix.
10773
35eae264
EZ
107742011-04-02 Eli Zaretskii <eliz@gnu.org>
10775
10776 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
10777
26b51db5
JB
107782011-04-01 Juanma Barranquero <lekktu@gmail.com>
10779
10780 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
10781 Use `dolist' rather than `mapcar'.
10782
7200d79c
SM
107832011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
10784
03408648 10785 Add lexical binding.
7200d79c 10786
03408648
SM
10787 * subr.el (apply-partially): Use new closures rather than CL.
10788 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
10789 (dolist, dotimes): Use slightly different expansion for lexical code.
10790 (functionp): Move to C.
10791 (letrec): New macro.
10792 (with-wrapper-hook): Use it and apply-partially instead of CL.
10793 (eval-after-load): Preserve lexical-binding.
10794 (save-window-excursion, with-output-to-temp-buffer): Turn them
10795 into macros.
7200d79c 10796
03408648
SM
10797 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
10798
10799 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
10800 than the arglist.
10801 (help-add-fundoc-usage): Don't add `Not documented'.
10802 (help-function-arglist): Handle closures, subroutines, and new
10803 byte-code-functions.
10804 (help-make-usage): Remove leading underscores.
10805 (describe-function-1): Handle closures.
10806 (describe-variable): Use special-variable-p for completion.
10807
10808 * files.el (lexical-binding): Declare safe.
f488fb65 10809
03408648
SM
10810 * emacs-lisp/pcase.el: Don't use destructuring-bind.
10811 (pcase--memoize): Rename from pcase-memoize. Change weakness.
10812 (pcase): Add `let' pattern.
10813 Change memoization so it actually works.
10814 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
10815 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
10816 <let>: New case.
f488fb65 10817
03408648
SM
10818 * emacs-lisp/macroexp.el: Use lexical binding.
10819 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
10820 Don't convert ' to #' without checking that it's indeed quoting
10821 a lambda.
10822
10823 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 10824 Use eval-sexp-add-defvars.
03408648
SM
10825 (eval-sexp-add-defvars): New fun.
10826
10827 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
10828
10829 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
10830 Don't autoload.
10831 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
10832 than the internal `byte-compile-lambda'.
10833 (defmethod): Don't hide code under quotes.
10834 (eieio-defmethod): New `code' argument.
10835
10836 * emacs-lisp/eieio-comp.el: Remove.
10837
10838 * emacs-lisp/edebug.el (edebug-eval-defun)
10839 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
10840 (edebug-toggle): Avoid `eval'.
10841
10842 * emacs-lisp/disass.el (disassemble-internal): Handle new
10843 `closure' objects.
10844 (disassemble-1): Handle new byte codes.
10845
10846 * emacs-lisp/cl.el (pushnew): Silence warning.
10847
10848 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
10849 (cl-byte-compile-throw): Remove.
10850 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
10851
10852 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
10853 closures.
10854
10855 * emacs-lisp/cconv.el: New file.
10856
10857 * emacs-lisp/bytecomp.el: Use lexical binding instead of
10858 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
10859 (byte-compile-initial-macro-environment):
10860 Handle declare-function here.
10861 (byte-compile--lexical-environment): New var.
10862 (byte-stack-ref, byte-stack-set, byte-discardN)
10863 (byte-discardN-preserve-tos): New lap codes.
10864 (byte-interactive-p): Don't use any more.
10865 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
10866 New macros.
10867 (byte-compile-lapcode): Use them and handle new lap codes.
10868 (byte-compile-obsolete): Remove.
10869 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
10870 (byte-compile-arglist-warn): Check late def of inlinable funs.
10871 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
10872 since they should have been expanded by now.
10873 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
10874 (byte-compile-from-buffer): Remove unused second arg.
10875 (byte-compile-preprocess): New function.
10876 (byte-compile-toplevel-file-form): New function to distinguish
10877 file-form calls from outside from file-form calls from hunk-handlers.
10878 (byte-compile-file-form): Simplify.
10879 (byte-compile-file-form-defsubst): Remove.
10880 (byte-compile-file-form-defmumble): Simplify now that
10881 byte-compile-lambda always returns a byte-code-function.
10882 (byte-compile): Preprocess.
10883 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
10884 Remove, not used any more.
10885 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
10886 (byte-compile-make-args-desc): New funs.
10887 (byte-compile-lambda): Handle lexical functions. Always return
10888 a byte-code-function.
10889 (byte-compile-reserved-constants): New var, to make up room for
10890 closed-over variables.
10891 (byte-compile-constants-vector): Obey it.
10892 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
10893 (byte-compile-macroexpand-declare-function): New function.
10894 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
10895 byte-code-functions.
10896 (byte-compile-form): Check obsolescence here.
10897 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
10898 (byte-compile-variable-ref): Remove.
10899 (byte-compile-dynamic-variable-op): New fun.
10900 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
10901 (byte-compile-variable-set): New funs.
10902 (byte-compile-discard): Add 2 args.
10903 (byte-compile-stack-ref, byte-compile-stack-set)
10904 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
10905 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
10906 macroexpand-all instead.
10907 (byte-compile-quote-form): Remove.
10908 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
10909 (byte-compile-bind, byte-compile-unbind): New funs.
10910 (byte-compile-let): Handle let* and lexical binding.
10911 (byte-compile-let*): Remove.
10912 (byte-compile-catch, byte-compile-unwind-protect)
10913 (byte-compile-track-mouse, byte-compile-condition-case):
10914 Handle a new :fun-body form, used for lexical scoping.
10915 (byte-compile-save-window-excursion)
10916 (byte-compile-with-output-to-temp-buffer): Remove.
10917 (byte-compile-defun): Simplify.
10918 (byte-compile-stack-adjustment): New fun.
10919 (byte-compile-out): Use it.
10920 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
10921
10922 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
10923 handler any more.
10924
10925 * emacs-lisp/byte-opt.el: Use lexical binding.
10926 (byte-inline-lapcode): Remove (to bytecomp).
10927 (byte-compile-inline-expand): Pay attention to inlining to/from
10928 lexically bound code.
10929 (byte-compile-unfold-lambda): Don't handle byte-code-functions
10930 any more.
10931 (byte-optimize-form-code-walker): Don't handle save-window-excursion
10932 any more and don't call compiler-macros.
10933 (byte-compile-splice-in-already-compiled-code): Remove.
10934 (byte-code): Don't inline any more.
10935 (disassemble-offset): Receive `bytes' as argument rather than via
10936 dynamic scoping.
10937 (byte-compile-tag-number): Declare before first use.
10938 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
10939 `return' even if make-spliceable.
10940 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
10941 obsolete interactive-p.
10942 (byte-optimize-lapcode): Optimize new lap-codes.
10943 Don't trip up on new form of `byte-constant' lap code.
10944
10945 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
10946
10947 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
10948
10949 * custom.el (custom-initialize-default, custom-declare-variable):
10950 Use `defvar'.
10951
10952 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
10953 New variables.
10954 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
10955 (COMPILE_FIRST): Add macroexp and cconv.
10956 * makefile.w32-in: Mirror changes in Makefile.in.
10957
10958 * vc/cvs-status.el:
10959 * vc/diff-mode.el:
10960 * vc/log-edit.el:
10961 * vc/log-view.el:
10962 * vc/smerge-mode.el:
10963 * textmodes/bibtex-style.el:
10964 * textmodes/css.el:
10965 * startup.el:
10966 * uniquify.el:
da91b5f2
CY
10967 * minibuffer.el:
10968 * newcomment.el:
10969 * reveal.el:
10970 * server.el:
10971 * mpc.el:
10972 * emacs-lisp/smie.el:
10973 * doc-view.el:
10974 * dired.el:
03408648
SM
10975 * abbrev.el: Use lexical binding.
10976
0f0c1f27
EZ
109772011-04-01 Eli Zaretskii <eliz@gnu.org>
10978
10979 * info.el (info-display-manual): New function.
10980
c82b2579
SM
109812011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
10982
10983 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
10984
221ddf68
TH
109852011-03-31 Tassilo Horn <tassilo@member.fsf.org>
10986
10987 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 10988 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 10989
cba6e77e
GM
109902011-03-31 Glenn Morris <rgm@gnu.org>
10991
e040639f
GM
10992 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
10993
cba6e77e
GM
10994 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
10995
6d0f1c9e
CS
109962011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
10997
10998 * progmodes/python.el (python-default-interpreter)
10999 (python-python-command-args, python-jython-command-args)
11000 (python-which-shell, python-which-args, python-which-bufname)
11001 (python-file-queue, python-comint-output-filter-function)
11002 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
11003 variables and functions.
11004
3e2d70fd
SM
110052011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
11006
11007 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
11008 (completion-in-region-mode): New minor mode.
11009 (completion-in-region): Use it.
11010 (completion-in-region--data, completion-in-region-mode-map): New vars.
11011 (completion-in-region--postch): New function.
11012 (completion--capf-misbehave-funs, completion--capf-safe-funs):
11013 New vars.
11014 (completion--capf-wrapper): New function.
11015 (completion-at-point): Use it to track well-behavedness of
11016 hook functions.
11017 (completion-help-at-point): New command.
11018
f3e4086c
JM
110192011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
11020
11021 * vc/add-log.el (add-change-log-entry): Don't use whitespace
11022 syntax class to search for whitespace on a single line
11023 (Message-ID: <4D938140.4030905@redhat.com>).
11024
eb7ffc14
LL
110252011-03-30 Leo Liu <sdl.web@gmail.com>
11026
11027 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
11028 New commands.
11029 (edit-abbrevs-map): Bind them here.
11030 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
11031
d806ab68
KM
110322011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
11033
11034 * allout.el (allout-hide-by-annotation, allout-flag-region):
11035 Reduce possibility of overlay leakage by making them volatile.
11036
11037 * allout-widgets.el (allout-widgets-tally): Define as nil so the
11038 hash is not shared between buffers. Mode initialization is
11039 responsible for giving it a useful starting value.
11040 (allout-item-span): Reduce possibility of overlay leakage by
11041 making them volatile.
11042 (allout-widgets-count-buttons-in-region): Add diagnostic function
11043 for tracking down button overlay leaks.
11044
ea622834
LL
110452011-03-29 Leo Liu <sdl.web@gmail.com>
11046
11047 * ido.el (ido-read-internal): Use the default history var
11048 minibuffer-history if no HISTORY is specified.
11049
b62f8267
G
110502011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
11051
03408648
SM
11052 * net/imap.el (imap-shell-open, imap-process-connection-type):
11053 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
11054 Kerberos, SSL, other subprocesses.
11055
947b6566
LL
110562011-03-28 Leo Liu <sdl.web@gmail.com>
11057
11058 * abbrev.el (abbrev-table-empty-p): New function.
11059 (prepare-abbrev-list-buffer): Place empty abbrev tables after
11060 nonempty ones. (Bug#5937)
11061
5ffb62aa
JD
110622011-03-27 Jan Djärv <jan.h.d@swipnet.se>
11063
11064 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
11065
7a097943
LL
110662011-03-27 Leo Liu <sdl.web@gmail.com>
11067
11068 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
11069 for foreground and background colors.
11070 (ansi-color-make-color-map): Adapt.
11071
c5b40130
LL
110722011-03-25 Leo Liu <sdl.web@gmail.com>
11073
1f48f7d2
LL
11074 * midnight.el (midnight-time-float): Remove. Note it calculates
11075 the microsecond component incorrectly and seconds-to-time does the
11076 same job.
625897ec 11077 Remove redundant (require 'timer).
1f48f7d2 11078
c5b40130
LL
11079 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
11080 (ido-completions): Remove unused arguments. (Bug#8329)
11081
d86d2721
SM
110822011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11083
11084 * minibuffer.el (completion--flush-all-sorted-completions):
11085 Remove itself from hook.
11086 (completion-at-point): Let the functions perform the completion
11087 immediately and return nil or t.
11088 * comint.el (comint-dynamic-complete-functions): Now identical to
11089 completion-at-point-functions.
11090 (comint-dynamic-list-input-ring): Remove unused var `index'.
11091 (comint--match-partial-filename, comint--unquote&expand-filename):
11092 New funs, split from comint-match-partial-filename.
11093 (comint-dynamic-complete): Use completion-at-point.
11094 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
11095
e8974c48
DA
110962011-03-24 Drew Adams <drew.adams@oracle.com>
11097
11098 * thingatpt.el: Support `defun'.
11099
def71b5e
LL
111002011-03-23 Leo Liu <sdl.web@gmail.com>
11101
cb5af48e
LL
11102 * abbrevlist.el: Move to obsolete/abbrevlist.el.
11103
def71b5e
LL
11104 * help-mode.el (help-mode-finish): Tweak regexp.
11105
927c53e7
GM
111062011-03-23 Glenn Morris <rgm@gnu.org>
11107
18d05bed
GM
11108 * eshell/esh-opt.el (eshell-eval-using-options):
11109 Do not bind unused local variable `eshell-option-stub'.
11110
927c53e7
GM
11111 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
11112
9d0da923
JB
111132011-03-22 Juanma Barranquero <lekktu@gmail.com>
11114
11115 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
11116 keymap variable in `with-no-warnings' to avoid a warning when the
11117 keymap has been already `defconst'ed.
11118
4b978a67
LL
111192011-03-22 Leo Liu <sdl.web@gmail.com>
11120
11121 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
11122 encode all chars in abbrevs; otherwise use emacs-mule or
11123 utf-8-emacs. (Bug#8308)
11124
5fd62452
JB
111252011-03-22 Juanma Barranquero <lekktu@gmail.com>
11126
0b1596c6
JB
11127 * simple.el (backward-delete-char-untabify):
11128 Avoid warning about using `delete-backward-char'.
11129
5fd62452
JB
11130 * image.el (image-type-file-name-regexps): Make it variable.
11131 `imagemagick-register-types' modifies it, and the user may want
11132 to add new extensions for known image types.
11133 (imagemagick-register-types): Throw error if not using ImageMagick.
11134
0b4e93f1
LL
111352011-03-22 Leo Liu <sdl.web@gmail.com>
11136
11137 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
11138 located before rcirc-prompt-end-marker.
11139 (rcirc-complete): Error if point is not after rcirc prompt.
11140 Handle the case when table is nil.
9882e214 11141 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 11142
fccee4ab
CY
111432011-03-22 Chong Yidong <cyd@stupidchicken.com>
11144
11145 * custom.el (custom--inhibit-theme-enable): Make it affect only
11146 custom-theme-set-variables and custom-theme-set-faces.
11147 (provide-theme): Ignore custom--inhibit-theme-enable.
11148 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
11149 (custom-enabling-themes): Delete variable.
d86d2721
SM
11150 (enable-theme): Accept only loaded themes as arguments.
11151 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
11152 (custom-enabled-themes): Forbid themes from setting this.
11153 Eliminate use of custom-enabling-themes.
11154 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 11155
af896da6
LL
111562011-03-21 Leo Liu <sdl.web@gmail.com>
11157
11158 * ido.el (ido-read-internal): Add ido-selected to history instead
11159 of user input.
11160
78f64af0
SM
111612011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
11162
11163 * subr.el (deferred-action-list, deferred-action-function):
11164 Mark obsolete.
11165
b16ac1ec
LL
111662011-03-21 Leo Liu <sdl.web@gmail.com>
11167
810f7698
LL
11168 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
11169 change on 2011-02-13 (bug#8309).
11170
b16ac1ec
LL
11171 * minibuffer.el (read-file-name-function): Change default value.
11172 (read-file-name--defaults): Rename from read-file-name-defaults.
11173 (read-file-name-default): Rename from read-file-name.
11174 (read-file-name): Call read-file-name-function.
11175
4e05e67e
GM
111762011-03-21 Glenn Morris <rgm@gnu.org>
11177
11178 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
11179 Doc fixes.
11180
4359915b
CY
111812011-03-21 Chong Yidong <cyd@stupidchicken.com>
11182
11183 * cus-theme.el: Add missing provide statement.
11184 (customize-create-theme): Extract theme value correctly.
11185 (custom-theme-visit-theme): Autoload.
11186 (customize-create-theme): Prompt before inserting default faces.
11187
1fe275ee
JB
111882011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
11189
11190 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
11191 units and musical notes.
11192
cd394be1 111932011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
11194
11195 * ido.el (ido-read-internal): Use completing-read-default.
11196 (ido-completing-read): Fix compatibility with completing-read.
11197
7d476bde
CO
111982011-03-20 Christian Ohler <ohler@gnu.org>
11199
11200 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
11201 (ert-delete-all-tests): Use `called-interactively-p' rather than
11202 `interactive-p'.
11203 (ert--make-xrefs-region): Respect END.
11204
fe0fb33e
CY
112052011-03-19 Chong Yidong <cyd@stupidchicken.com>
11206
ff854b0b
CY
11207 * dired-aux.el (dired-create-directory): Signal an error if the
11208 directory already exists (Bug#8246).
11209
fe0fb33e
CY
11210 * facemenu.el (list-colors-display): Call list-faces-display
11211 inside with-help-window.
11212 (list-colors-print): Use display property to align the final
11213 column, instead of checking window-width.
11214
576bce32
EZ
112152011-03-19 Eli Zaretskii <eliz@gnu.org>
11216
4d61f28d 11217 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
11218 windows-nt systems.
11219 (emerge-protect-metachars): Quote correctly for ms-dos and
11220 windows-nt systems.
11221
89c41d68 112222011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
11223
11224 * info.el (info-initialize): Replace all uses of `:' with
11225 path-separator for compatibility with non-Unix systems.
11226 Cache quoting of path-separator. (Bug#8258)
11227
b14e3e21 112282011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
11229
11230 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
11231 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
11232 (mouse-avoidance-mode): Fix typos in docstrings.
11233
4525ce3e
CY
112342011-03-19 Chong Yidong <cyd@stupidchicken.com>
11235
11236 * startup.el (package-subdirectory-regexp): Move from package.el.
11237 Omit \\` and \\', and let callers add them.
11238
11239 * emacs-lisp/package.el (package-strip-version)
11240 (package-load-all-descriptors): Add \\` and \\' to
11241 package-subdirectory-regexp before using it.
11242 (package-untar-buffer): New arg DIR; ensure that file untars only
11243 into this expected directory. Remove superfluous delete-region.
11244 (package-unpack): Caller changed.
11245 (package-tar-file-info): Use package-subdirectory-regexp.
11246
a904a09a 112472011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 11248
a904a09a
SM
11249 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
11250 diff-mode-shared-map (bug#8284).
11251 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
11252
112532011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11254
11255 * calendar/time-date.el (format-seconds): Use assoc instead of
11256 assoc-string, since assoc-string doesn't exist in XEmacs.
11257
171fc304
JB
112582011-03-17 Juanma Barranquero <lekktu@gmail.com>
11259
11260 * custom.el (custom-known-themes): Reflow docstring.
11261 (custom-theme-load-path): Fix typo in docstring.
11262 (load-theme): Fix typo in error message.
11263 (custom-available-themes, custom-variable-theme-value):
11264 Use `let', not `let*'.
11265
d71990a1
JB
112662011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
11267
11268 * calc/README: Mention inclusion of musical notes.
11269
11270 * calc/calc-units.el (calc-lu-quant): Rename from
11271 `calc-logunits-quantity'.
11272 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
11273 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
11274 (calc-db): Rename from `calc-dblevel'.
11275 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
11276 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
11277 (calc-np): Rename from `calc-nplevel'.
11278 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
11279 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
11280 (calc-lu-plus): Rename from `calc-logunits-add'.
11281 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
11282 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
11283 (calc-lu-minus): Rename from `calc-logunits-sub'.
11284 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
11285 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
11286 (calc-lu-times): Rename from `calc-logunits-mul'.
11287 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
11288 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
11289 (calc-lu-divide): Rename from `calc-logunits-div'.
11290 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
11291 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
11292
11293 * calc/calc-ext.el (calc-init-extensions): Update the names of the
11294 functions being autoloaded.
11295
11296 * calc/calc.el (calc-lu-power-reference): Rename from
11297 `calc-logunits-power-reference'.
11298 (calc-lu-field-reference): Rename from
11299 `calc-logunits-field-reference'.
11300
7a71b18d
GM
11301 * calc/calc-help.el (calc-l-prefix-help):
11302 Mention musical note functions.
d71990a1 11303
40c2934b
SM
113042011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
11305
11306 * minibuffer.el (completion-all-sorted-completions):
11307 Use :completion-cycle-penalty text property if present.
11308
b0911414
KM
113092011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
11310
11311 * allout.el (allout-yank-processing): Adjust for new rebulleting
11312 regime so bullet being yanked is used without prompting the user
11313 for a choice.
11314
8a05b668
JB
113152011-03-16 Juanma Barranquero <lekktu@gmail.com>
11316
11317 * startup.el (command-line): Warn the user that _emacs is deprecated.
11318
5ba5fb81
JB
113192011-03-16 Juanma Barranquero <lekktu@gmail.com>
11320
11321 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
11322 (delphi-verbose, delphi-comment-face, delphi-string-face)
11323 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
11324 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
11325 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
11326 (delphi-new-comment-line, delphi-font-lock-defaults)
11327 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
11328 Fix typos in docstrings.
11329
2dab465b
KM
113302011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
11331
5ba5fb81 11332 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
11333 Invert the roles of character and string values for INSTEAD, so a
11334 string is used for the more common case of a defaulting prompt.
11335
0adf5618
SM
113362011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11337
11338 * progmodes/ruby-mode.el (ruby-backward-sexp):
11339 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
11340 * play/gamegrid.el (gamegrid-make-face):
11341 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
11342 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
11343 * notifications.el (notifications-notify):
11344 * net/xesam.el (xesam-search-engines):
11345 * net/quickurl.el (quickurl-list-insert):
11346 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
11347
d72700e5
CY
113482011-03-15 Chong Yidong <cyd@stupidchicken.com>
11349
11350 * startup.el (command-line): Update package subdirectory regexp.
11351
49c5410a
SM
113522011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11353
c6eee9aa
SM
11354 * allout.el (allout-abbreviate-flattened-numbering)
11355 (allout-mode-deactivate-hook): Fix up obsolescence "date".
11356
49c5410a
SM
11357 * subr.el (read-char-choice): Only show the cursor after the prompt,
11358 not after the answer.
11359
047b2bb9
KR
113602011-03-15 Kevin Ryde <user42@zip.com.au>
11361
11362 * help-fns.el (variable-at-point): Skip leading quotes, if any
11363 (bug#8253).
11364
0a57d256
SM
113652011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11366
11367 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
11368 warning message.
11369
77c992bc
MA
113702011-03-14 Michael Albinus <michael.albinus@gmx.de>
11371
11372 * shell.el (shell): When called interactively, offer to change the
11373 shell file name on remote hosts.
11374
eebc475d
TZ
113752011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
11376
11377 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
11378 integration for LDAP parameters. The host, base, user or binddn,
11379 and secret tokens can be specified in a netrc file, for instance.
11380 This is optional because an `auth-source' parameter must be
11381 specified in the search attributes.
11382
9d05d1ba
JB
113832011-03-13 Juanma Barranquero <lekktu@gmail.com>
11384
11385 * help.el (describe-mode): Link to the mode's definition (bug#8185).
11386
09d9db2c
GM
113872011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11388
11389 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
11390 into declaration. Remove redundant and harmful binding.
11391
113922011-03-12 Eli Zaretskii <eliz@gnu.org>
11393
11394 * files.el (file-ownership-preserved-p): Pass `integer' as an
11395 explicit 2nd argument to `file-attributes'. If the file's owner
11396 is the Administrators group on Windows, and the current user is
11397 Administrator, consider that a match.
11398
11399 * server.el (server-ensure-safe-dir): Consider server directory
11400 safe on MS-Windows if its owner is the Administrators group while
11401 the current Emacs user is Administrator. Use `=' to compare
11402 numerical UIDs, since they could be integers or floats.
11403
219bd536
JB
114042011-03-12 Juanma Barranquero <lekktu@gmail.com>
11405
11406 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
11407
f3afd36b
MA
114082011-03-12 Michael Albinus <michael.albinus@gmx.de>
11409
11410 Sync with Tramp 2.2.1.
11411
11412 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
11413
11414 * net/trampver.el: Update release number.
11415
3aaaa6f1
SM
114162011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11417
94642599
SM
11418 * progmodes/compile.el (compilation--previous-directory): Fix up
11419 various nil/dead-marker mismatches (bug#8014).
11420 (compilation-directory-properties, compilation-error-properties):
11421 Don't call it at a position past the one we're about to change.
11422
3aaaa6f1
SM
11423 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
11424 Disable obsolescence warnings in the file that declares it.
11425
14239447
KM
114262011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
11427
099c39a4
JB
11428 * allout-widgets.el (allout-widgets-tally):
11429 Initialize allout-widgets-tally as a hash table rather than nil to
11430 prevent mode-line redisplay warnings. Also, clarify the module
11431 description and fix a comment typo.
14239447 11432
135e287c
JB
114332011-03-11 Juanma Barranquero <lekktu@gmail.com>
11434
11435 * help-fns.el (describe-variable): Don't complete keywords.
11436 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
11437
ffbf300e
CY
114382011-03-10 Chong Yidong <cyd@stupidchicken.com>
11439
ba08b241
CY
11440 * emacs-lisp/package.el (package-version-join): Impose a standard
11441 string representation for pre/alpha/beta version lists.
11442 (package-unpack-single): Standardize the directory name by passing
11443 it through package-version-join.
11444 (package-strip-rcs-id): Accept any version string that does not
11445 signal an error in version-to-list.
ffbf300e 11446
f346fd6b
MA
114472011-03-10 Michael Albinus <michael.albinus@gmx.de>
11448
11449 * simple.el (delete-trailing-whitespace): Return nil for the
11450 benefit of `write-file-functions'.
11451
ccb55d27
GM
114522011-03-10 Glenn Morris <rgm@gnu.org>
11453
5ceaac0c
GM
11454 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
11455
02da65ff
GM
11456 * vc/vc-git.el (vc-git-program): New option.
11457 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
11458 (vc-git--call): Use it.
11459
b2f603cc
GM
11460 * eshell/esh-util.el (eshell-condition-case): Doc fix.
11461
5772caab
GM
11462 * cus-edit.el (Custom-newline): If no button at point, look
11463 for a subgroup button at start-of-line. (Bug#2298)
11464
ccb55d27
GM
11465 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
11466
ec6ecaed
JD
114672011-03-10 Julien Danjou <julien@danjou.info>
11468
11469 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
11470 `cursor-type' is nil.
11471
9d5aa01d
JB
114722011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
11473
11474 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
11475
b6a5875b
KM
114762011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
11477
7a71b18d 11478 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
11479 preserves the existing header prefix, rebulleting it if necessary,
11480 rather than replacing it. This is necessary for proper operation
11481 of cooperative addons like allout-widgets.
1154d12e
JB
11482 (allout-make-topic-prefix, allout-rebullet-heading):
11483 Change SOLICIT arg to INSTEAD, and interpret additionally a string
11484 value as alternate bullet to be used, instead of prompting the user
11485 for a bullet character.
b6a5875b 11486
ee545c35
MA
114872011-03-09 Michael Albinus <michael.albinus@gmx.de>
11488
d86d2721
SM
11489 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11490 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
11491 `tramp-default-port'.
11492
c47971d7
DD
114932011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
11494
11495 * net/rcirc.el (rcirc-handler-001): Remove useless
11496 with-rcirc-process-buffer.
11497 (rcirc-check-auth-status): Swap arguments to string-match.
11498
13522cb4
GM
114992011-03-09 Glenn Morris <rgm@gnu.org>
11500
0be6f4f1
GM
11501 * shell.el (shell-mode):
11502 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
11503
13522cb4
GM
11504 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
11505 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
11506
515de2e3
CY
115072011-03-08 Chong Yidong <cyd@stupidchicken.com>
11508
11509 * emacs-lisp/package.el (package-refresh-contents)
11510 (package-menu-execute): Use condition-case-no-debug.
11511
b511b994
MA
115122011-03-08 Michael Albinus <michael.albinus@gmx.de>
11513
11514 * simple.el (shell-command-to-string): Use `process-file'.
11515
11516 * emacs-lisp/package.el (package-tar-file-info): Handle also
11517 remote files.
11518
d86d2721
SM
11519 * emacs-lisp/package-x.el (package-upload-buffer-internal):
11520 Use `equal' for upload base check.
b511b994 11521
25bbfb31
AM
115222011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
11523
11524 * textmodes/texinfo.el (texinfo-environments):
11525 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
11526
be996521
GM
115272011-03-08 Glenn Morris <rgm@gnu.org>
11528
e9c8529f
GM
11529 * cus-start.el (cursor-in-non-selected-windows):
11530 Fix :set quoting oddness. (Bug#8192)
11531
be996521
GM
11532 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
11533 in some setf expressions. (Bug#2159)
11534
2bb5649e
CY
115352011-03-08 Chong Yidong <cyd@stupidchicken.com>
11536
11537 * custom.el (custom-available-themes): Return themes in
11538 alphabetical order.
11539
33383987 11540See ChangeLog.15 for earlier changes.
e3d51b27
MR
11541
11542;; Local Variables:
11543;; coding: utf-8
e3d51b27
MR
11544;; End:
11545
acaf905b 11546 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
11547
11548 This file is part of GNU Emacs.
11549
11550 GNU Emacs is free software: you can redistribute it and/or modify
11551 it under the terms of the GNU General Public License as published by
11552 the Free Software Foundation, either version 3 of the License, or
11553 (at your option) any later version.
11554
11555 GNU Emacs is distributed in the hope that it will be useful,
11556 but WITHOUT ANY WARRANTY; without even the implied warranty of
11557 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11558 GNU General Public License for more details.
11559
11560 You should have received a copy of the GNU General Public License
11561 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.