* emacsclient.c (main): Handle multiple messages in a single
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
300e8fa5
JL
12012-03-11 Juri Linkov <juri@jurta.org>
2
3 * replace.el (replace-highlight): Set isearch-word to nil
4 unconditionally. (Bug#10887)
5
dbf6c5a1
EZ
62012-03-10 Eli Zaretskii <eliz@gnu.org>
7
8 * net/mairix.el (mairix-replace-invalid-chars): Rename from
9 mairix-replace-illegal-chars; all callers changed. Don't remove
10 ^, ~, and = characters: they are meaningful in mairix search
11 specs.
12 (mairix-widget-create-query): Add usage information about mairix
13 search forms: negating words, searching for substrings, etc.
14
b9e501de
JP
152012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
16
17 * international/fontset.el (font-encoding-alist): Add an entry for
18 ksx1001 (Bug#5667).
19
92795c91
RS
202012-03-10 Richard Stallman <rms@gnu.org>
21
1694e6c1
RS
22 * mail/sendmail.el (mail-encode-header):
23 Set rfc2047-encode-encoded-words.
24
607e8555
RS
25 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
26
de3bc99a
RS
27 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
28 view buffer means not swapped.
29 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
30 (rmail-write-region-annotate): Error if real text has disappeared.
31
92795c91
RS
32 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
33
699bd04e
CY
342012-03-10 Chong Yidong <cyd@gnu.org>
35
36 * emulation/cua-rect.el (cua--init-rectangles):
37 * emulation/cua-base.el (cua--init-keymaps): Add
38 delete-forward-char to remappings (Bug#9666).
39
570a1714
MR
402012-03-10 Martin Rudalics <rudalics@gmx.at>
41
42 * speedbar.el (speedbar-unhighlight-one-tag-line): Avoid
43 unhighlighting due to frame switching (Bug#10275).
44
82dcf4e4
CY
452012-03-10 Chong Yidong <cyd@gnu.org>
46
7a2c7ca7
CY
47 * minibuffer.el (completion-in-region, completion-help-at-point):
48 Give the completion field overlay a high priority (Bug#6830).
49
82dcf4e4
CY
50 * dired.el (dired-goto-file): Recognize absolute file name
51 listings (Bug#7126).
52 (dired-goto-file-1): New helper function.
53 (dired-toggle-read-only): Inhibit warnings.
54
052e28ac
MA
552012-03-09 Michael Albinus <michael.albinus@gmx.de>
56
57 * net/dbus.el: (dbus-property-handler): Return empty array if
58 there are no properties.
59
95d5e396
LL
602012-03-09 Leo Liu <sdl.web@gmail.com>
61
62 * savehist.el (savehist-printable): Stricter check for string
63 value (Bug#10937).
64
3f018d6d
EZ
652012-03-09 Eli Zaretskii <eliz@gnu.org>
66
67 * mail/smtpmail.el (smtpmail-send-it): Bind
68 coding-system-for-write to *-unix, so that FCC files are kept in
69 valid mbox format.
70
f7fd3d79
GM
712012-03-09 Glenn Morris <rgm@gnu.org>
72
73 * files.el (dir-locals-find-file):
74 Don't check result is regular, readable.
75 (dir-locals-read-from-file): Demote errors.
76
6ff6e72f
EZ
772012-03-08 Eli Zaretskii <eliz@gnu.org>
78
79 * international/quail.el (quail-insert-kbd-layout): Insert
80 invisible LRM characters before each character in a keyboard
81 layout cell, to prevent their reordering by bidi display engine.
82 For details, see the discussion in
83 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
84
9cec7834
AM
852012-03-08 Alan Mackenzie <acm@muc.de>
86
87 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
88 the starting position; make it extend the marked region when
89 invoked repeatedly - all under appropriate circumstances.
90 Fixes bugs #5525, #10906.
91
9a40b8d4
GM
922012-03-08 Glenn Morris <rgm@gnu.org>
93
94 * files.el (locate-dominating-file, dir-locals-find-file):
95 Undo 2012-03-06 change.
96
7a08ed35
EZ
972012-03-07 Eli Zaretskii <eliz@gnu.org>
98
99 * international/quail.el (quail-help): Force
100 bidi-paragraph-direction be left-to-right. See discussion in
101 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
102 for the reason.
103
5aca4f71 1042012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
105
106 Avoid superfluous registering of signals. (Bug#10807)
107
108 * notifications.el (notifications-on-action-object)
109 (notifications-on-close-object): New defvars.
110 (notifications-on-action-signal, notifications-on-closed-signal):
111 Unregister the signal if not needed any longer.
112 (notifications-notify): Register `notifications-action-signal' or
113 `notifications-closed-signal', if :on-action or :on-close has been
114 passed as argument.
115
78e8b10a
CY
1162012-03-07 Chong Yidong <cyd@gnu.org>
117
118 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
119 non-X platforms.
120
69481eb8
GM
1212012-03-06 Glenn Morris <rgm@gnu.org>
122
123 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
124 (x-disown-selection-internal, x-get-selection-internal):
125 Doc fix (add arglist signatures). (Bug#10783)
126
133b8e11
KS
1272012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
128
129 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
130 Handle breakpoints with no "type".
131
99a83064
GM
1322012-03-06 Glenn Morris <rgm@gnu.org>
133
134 * files.el (locate-dominating-file): Add optional predicate argument.
135 (dir-locals-find-file): Make use of above change.
136
17798e78
TTN
1372012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
138
139 * info.el (Info-insert-dir): Also try "dir.gz".
140
eb182446
GM
1412012-03-06 Glenn Morris <rgm@gnu.org>
142
8f2114ee
GM
143 * files.el (dir-locals-find-file):
144 Ignore non-readable or non-regular files. (Bug#10928)
145
eb182446
GM
146 * files.el (locate-dominating-file): Doc fix.
147
24679323
AS
1482012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
149
150 * calendar/calendar.el (calendar-set-mode-line):
151 `getenv' returns a string. (Bug#10951)
152
01d972a9
LL
1532012-03-05 Leo Liu <sdl.web@gmail.com>
154
109aa8a9
LL
155 * simple.el (backward-delete-char-untabify): Constrain point to
156 field (Bug#10939).
157
01d972a9
LL
158 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
159
10607bea
CY
1602012-03-05 Chong Yidong <cyd@gnu.org>
161
162 * simple.el (count-words): If called from Lisp, return the word
163 count, for symmetry with `count-lines'. Arglist changed.
164 (count-words--message): Args changed. Consolidate counting code
165 from count-words and count-words-region.
166 (count-words-region): Caller changed.
167 (count-lines-region): Make it an obsolete alias.
168
5dd11cfe
TH
1692012-03-04 Tassilo Horn <tassilo@member.fsf.org>
170
171 * saveplace.el (save-place-to-alist)
172 (save-place-ignore-files-regexp): Allow value nil to disable this
173 feature.
174
c349f4e6
CY
1752012-03-04 Chong Yidong <cyd@gnu.org>
176
177 * faces.el (face-spec-reset-face): For the default face, reset the
178 attributes to default values (Bug#10748).
179
e627be4c
LMI
1802012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
181
182 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
183 previous patch: Check `message-send-mail-function', and not the
184 default function (bug#10897).
185
ebeabff4
MA
1862012-03-04 Michael Albinus <michael.albinus@gmx.de>
187
a41a6cf4
MA
188 * notifications.el (notifications-on-action-signal)
189 (notifications-on-closed-signal): Check for unique service name of
190 incoming event. Fix error in removing entry.
ebeabff4 191 (top): Register for signals with wildcard service name.
a41a6cf4 192 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 193
c1ca42b4
CY
1942012-03-04 Chong Yidong <cyd@gnu.org>
195
196 * cus-start.el: Make x-select-enable-clipboard-manager
197 customizable.
198
ea16568d
GM
1992012-03-04 Glenn Morris <rgm@gnu.org>
200
201 * abbrev.el (copy-abbrev-table, abbrev-table-p)
202 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
203 (expand-abbrev, define-abbrev-table): Doc fixes.
204
fbae4637
LMI
2052012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
206
207 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
208 `message-default-send-mail-function' and not `send-mail-function'
209 when doing the prompting for `sendmail-query-once' before sending
210 in Message buffers (bug#10897).
211
a1e7225c
LMI
212 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
213 This is inconsistent with all the other stream functions, which leave
214 the setting up to the higher levels (if so wanted) (bug#10931).
215
56d093a9
AM
2162012-03-02 Alan Mackenzie <acm@muc.de>
217
218 Depessimize the handling of very large macros.
219
220 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
221 (c-macro-cache-syntactic): New variables to implement a one
222 element macro cache.
223 (c-invalidate-macro-cache): New function.
224 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
225 Adapt to use the new cache.
226 (c-state-safe-place): Use better the cache of safe positions.
227 (c-state-semi-nonlit-pos-cache)
228 (c-state-semi-nonlit-pos-cache-limit):
229 New variables for...
230 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
231 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
232 (c-in-literal, c-literal-limits, c-determine-limit-get-base): Use
233 c-state-semi-safe-place.
234
235 * progmodes/cc-langs.el (c-get-state-before-change-functions): Add
236 c-invalidate-macro-cache to the C, C++, Obj entries.
237
817e5c3d
MA
2382012-03-02 Michael Albinus <michael.albinus@gmx.de>
239
240 * jka-compr.el (jka-compr-call-process): Apply
241 `file-accessible-directory-p' only when the default directory is
242 not remote.
243
a032a702
MA
2442012-03-01 Michael Albinus <michael.albinus@gmx.de>
245
246 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
247 access of FILE2, if FILE1 does not exist.
248
99a54f21
MA
249 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
250 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
251
252 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
253 Add "PAGER=" to `process-environment'.
254
f6561e1f
MM
2552012-03-01 Michael R. Mauger <mmaug@yahoo.com>
256
257 * progmodes/sql.el: Bug fix
258 (sql-get-login-ext): Save login values in globals.
259 (sql-get-login): Use new version of `sql-get-login-ext'.
260 (sql-interactive-mode): Set global `sql-connection' to nil.
261 (sql-connect): Set global values for connection.
262 (sql-product-interactive): Save global values as buffer local.
263
2d44d9cc
LL
2642012-02-29 Leo Liu <sdl.web@gmail.com>
265
266 * abbrev.el (define-abbrevs): Reset sys to nil.
267
96b49301 2682012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
269
bf7f9bc5
JB
270 * files.el (file-equal-p): Rename from `files-equal-p'.
271 Return nil when one or both files don't exist.
96b49301 272 (file-subdir-of-p): Now only top directory must exists,
273 return nil if it doesn't.
bf7f9bc5
JB
274 (copy-directory): No need to test with `file-subdir-of-p' after
275 creating dir.
276 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
277 to `file-equal-p'.
96b49301 278
44e97401
GM
2792012-02-28 Glenn Morris <rgm@gnu.org>
280
281 * shell.el (shell-mode):
282 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
283 * play/landmark.el (landmark-font-lock-face-O):
284 * play/handwrite.el (handwrite):
285 * play/gomoku.el (gomoku-O):
286 * net/browse-url.el (browse-url-browser-display):
287 * international/mule.el (define-charset):
288 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
289 * filesets.el (filesets-find-file-delay):
290 * eshell/em-xtra.el (eshell-xtra):
291 * eshell/em-unix.el (eshell-grep):
292 * emulation/viper.el (viper-mode):
293 * emacs-lisp/regexp-opt.el (regexp-opt-group):
294 * emacs-lisp/easymenu.el (easy-menu-define):
295 * calendar/timeclock.el (timeclock-use-display-time):
296 * bs.el (bs-mode):
297 * bookmark.el (bookmark-save-flag):
298 Doc fix (standardize possessive apostrophe usage).
299
c98c6276
CY
3002012-02-27 Chong Yidong <cyd@gnu.org>
301
bf7f9bc5
JB
302 * emulation/viper-cmd.el (viper-intercept-ESC-key):
303 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 304
c98c6276
CY
305 * font-lock.el (font-lock-specified-p): Rename from
306 font-lock-spec-present. Callers changed.
307
9c62cd04 3082012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 309
bf7f9bc5
JB
310 * emacs-lisp/package.el (package-compute-transaction):
311 Handle holding a package version to t in package-load-list.
8ac9e529 312
530739c9
MA
3132012-02-26 Michael Albinus <michael.albinus@gmx.de>
314
315 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
316 (tramp-get-inode, tramp-get-device): Use cached values.
317
487915d7
AM
3182012-02-26 Alan Mackenzie <acm@muc.de>
319
320 Check there is a font-lock specification before doing initial
321 fontification.
322
323 * font-core.el (font-lock-mode): Move the conditional from
324 :after-hook to font-lock-initial-fontify.
325 (font-lock-default-function): Move the check for a specification
326 to font-lock-spec-present.
327
328 * font-lock.el (font-lock-initial-fontify): call ...
329 (font-lock-spec-present): New function.
330
4fd96557
JB
3312012-02-26 Jim Blandy <jimb@red-bean.com>
332
333 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
334 (gdb-send): Apply it to the operand of the '-interpreter-exec
335 console' command, so that we can pass arguments with (say) quotes
336 in them. Store exact string sent in gdb-debug-log (Bug#10765).
337
9a4888c0
CY
3382012-02-26 Chong Yidong <cyd@gnu.org>
339
07498861
CY
340 * help-fns.el (describe-function-1): Clarify description of
341 remapping (Bug#10844).
342
9a4888c0
CY
343 * files.el (files-equal-p): Doc fix.
344 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
345 and quit the loop once a mismatch is found.
346
ea8fb88d
JB
3472012-02-25 Juanma Barranquero <lekktu@gmail.com>
348
349 * bs.el (bs--show-with-configuration): Don't throw an error
350 if the window cannot be split; otherwise, subsequent calls to
351 bs-show fail, restoring a stale window config. (Bug#10882)
352
525795c1
JD
3532012-02-25 Jan Djärv <jan.h.d@swipnet.se>
354
355 * term/ns-win.el (global-map): Bind ns-drag-file to
356 ns-find-file (Bug#5855, Bug#10050).
357
f008086f
AS
3582012-02-25 Andreas Schwab <schwab@linux-m68k.org>
359
360 * calendar/parse-time.el (parse-time-string): Allow extractor to
361 return nil.
362
a3fcfa99
MA
3632012-02-25 Michael Albinus <michael.albinus@gmx.de>
364
91027d08
JB
365 * net/tramp.el (tramp-file-name-for-operation):
366 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
367
368 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
369 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
370 Add COPY-CONTENTS argument.
a3fcfa99 371
67b0de11
CY
3722012-02-25 Chong Yidong <cyd@gnu.org>
373
374 Add custom groups for VC backends, for consistency with vc-bzr.
375
376 * vc/vc-arch.el (vc-arch):
377 * vc/vc-cvs.el (vc-cvs):
378 * vc/vc-git.el (vc-git):
379 * vc/vc-hg.el (vc-hg):
380 * vc/vc-mtn.el (vc-mtn):
381 * vc/vc-rcs.el (vc-rcs):
382 * vc/vc-sccs.el (vc-sccs):
383 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
384 All relevant defcustoms reassigned.
385
3c9dfce6
CY
3862012-02-25 Chong Yidong <cyd@gnu.org>
387
1339bf43
CY
388 * newcomment.el (comment-styles): Add autoload (Bug#10868).
389
3c9dfce6
CY
390 * term/x-win.el (x-initialize-window-system): Reduce default for
391 x-selection-timeout to 5 seconds (Bug#8869).
392
53a46cd0 3932012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14a8a663 394
53a46cd0 395 * files.el (file-subdir-of-p): Fix typo.
14a8a663 396
25b2e303 3972012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
398
ec70a47d
GM
399 * files.el (files-equal-p, file-subdir-of-p): New functions.
400 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 401 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
402 * dired-aux.el (dired-copy-file-recursive): Same.
403 (dired-create-files): Modify destination when source is equal to
404 dest when copying files.
53a46cd0 405 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 406
914260cd
MA
4072012-02-24 Michael Albinus <michael.albinus@gmx.de>
408
409 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
410 (Bug#10874)
411
2cb228f7
AM
4122012-02-23 Alan Mackenzie <acm@muc.de>
413
414 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
415 parameter "after-hook:" to allow the expansion to run code after
416 the execution of the mode hooks.
417
418 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 419 from font-lock-mode-internal.
2cb228f7 420
91027d08 421 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
422 :after-hook.
423
8f0fde21
SM
4242012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
425
3e88618b
SM
426 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
427 (completion--cache-all-sorted-completions): New function.
428 (completion-all-sorted-completions): Use it.
429 (completion--do-completion, minibuffer-force-complete):
430 Use it to re-instate the flush hook.
431
8f0fde21
SM
432 * icomplete.el (icomplete-completions): Replace last fix with a better
433 one (bug#10850).
434
8e911f6f
DG
4352012-02-23 Dmitry Gutov <dgutov@yandex.ru>
436
437 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
438 when it might call us back infinitely (bug#10797).
439
49fe4321
GM
4402012-02-23 Glenn Morris <rgm@gnu.org>
441
442 * minibuffer.el (completion-category-overrides): Doc fix.
443
b291b572
SM
4442012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
445
446 * minibuffer.el (completion-table-with-context): Fix inf-loop.
447 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
448
31a9ef2e
GM
4492012-02-23 Glenn Morris <rgm@gnu.org>
450
5e6e6794 451 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
452 (authors-obsolete-files-regexps, authors-ignored-files)
453 (authors-ambiguous-files, authors-renamed-files-alist):
454 Add more entries.
455
0bd1e074
JL
4562012-02-23 Juri Linkov <juri@jurta.org>
457
458 * isearch.el (isearch-occur): Sync interactive spec with occur's
459 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
460
b617673c
JL
461 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
462
19e9789e
JL
4632012-02-22 Juri Linkov <juri@jurta.org>
464
465 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
466 (ucs-insert): Doc fix. Check for hex digits in the string.
467 Don't display `nil' in the error message. (Bug#10857)
468
f41ce09d
AM
4692012-02-22 Alan Mackenzie <acm@muc.de>
470
7a71b18d 471 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 472
ac2eceee
GM
4732012-02-22 Glenn Morris <rgm@gnu.org>
474
475 * ffap.el (ffap-c-path):
476 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
477
abd1f678
CY
4782012-02-22 Chong Yidong <cyd@gnu.org>
479
480 * custom.el (load-theme): Doc fix.
481
f25aef2e
GM
4822012-02-22 Glenn Morris <rgm@gnu.org>
483
484 * dired-x.el (dired-guess-shell-alist-default):
485 Remove escape sequences from nroff output. (Bug#172)
486
5f8dc2ca
GM
4872012-02-21 Glenn Morris <rgm@gnu.org>
488
6ff86ec4
GM
489 * vc/emerge.el (emerge-defvar-local):
490 Set `permanent-local' property rather than unused `preserved'.
491
be3223a3 492 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
493 (picture-mode-map): Use it. (Bug#10860)
494 (picture-mode): Doc fix.
495
3fe58f4f
JB
4962012-02-21 Juanma Barranquero <lekktu@gmail.com>
497
498 * newcomment.el (uncomment-region-default): Remove unused binding.
499
f9a998c3
GM
5002012-02-21 Glenn Morris <rgm@gnu.org>
501
502 * textmodes/picture.el (picture-motion, picture-motion-reverse)
503 (picture-self-insert, picture-tab-chars): Doc fix.
504 (picture-mode-map): Fix C-a, C-e.
505
c6029348
GM
5062012-02-20 Glenn Morris <rgm@gnu.org>
507
508 * emacs-lisp/authors.el (authors-aliases): Add another entry.
509
ab1ce9d7
LL
5102012-02-20 Leo Liu <sdl.web@gmail.com>
511
512 * icomplete.el (icomplete-completions): Check FROM arg before
513 passing to substring (Bug#10850).
514
0fd40f89
CY
5152012-02-19 Chong Yidong <cyd@gnu.org>
516
517 * comint.el: Require ansi-color.
518 (comint-output-filter-functions): Add ansi-color-process-output.
519
520 * ansi-color.el: Don't set comint-output-filter-functions; it is
521 now in the initial value defined in comint.el.
522 (ansi-color-apply-face-function): New variable.
523 (ansi-color-apply-on-region): Use it.
524 (ansi-color-apply-overlay-face): New function.
525
526 * shell.el (shell): No need to require ansi-color.
527 (shell-mode): Use ansi-color-apply-face-function to highlight
528 color escapes using font-lock-face property (Bug#10835).
529
20af2394
CY
5302012-02-19 Chong Yidong <cyd@gnu.org>
531
532 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
533 mode-line formats (Bug#10839).
534
e23a3fbe
GM
5352012-02-18 Glenn Morris <rgm@gnu.org>
536
b474519e
GM
537 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
538
539 * mail/undigest.el (unforward-rmail-message): Doc fix.
540
e23a3fbe
GM
541 * saveplace.el (save-place-ignore-files-regexp): Add :version.
542
57939ff4
EZ
5432012-02-18 Eli Zaretskii <eliz@gnu.org>
544
545 * international/characters.el (script-list): Sync with the latest
546 Unicode Character Database.
547
0c23686e
AS
5482012-02-18 Andreas Schwab <schwab@linux-m68k.org>
549
550 * international/titdic-cnv.el: Remove duplicate coding tag.
551 * language/cham.el: Likewise.
552 * language/tai-viet.el: Likewise.
553
6818b449
GM
5542012-02-18 Glenn Morris <rgm@gnu.org>
555
556 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
557 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
558 (calendar-bahai-all-holidays-flag, calendar-other-dates):
559 * calendar/diary-lib.el (diary-abbreviated-year-flag):
560 * calendar/holidays.el (holiday-bahai-holidays)
561 (calendar-holidays, list-holidays):
562 Use utf-8 Bahá'í in doc-strings, menus, etc.
563
0311a3fc
TH
5642012-02-17 Tassilo Horn <tassilo@member.fsf.org>
565
566 * saveplace.el (save-place-ignore-files-regexp): New variable
567 allowing for excluding files from saving their location of point.
568 The default value matches the temporary commit message editing
569 files from Git, SVN, Bazaar, and Mercurial.
570 (save-place-to-alist): Use it.
571
eb864a71
LM
5722012-02-17 Lawrence Mitchell <wence@gmx.li>
573 Stefan Monnier <monnier@iro.umontreal.ca>
574
575 * newcomment.el (uncomment-region-default): Don't leave extra space
576 when an arg is provided (bug#8150).
577
ee0ce425
TZ
5782012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
579
eb864a71 580 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 581
95ddf442
GM
5822012-02-17 Glenn Morris <rgm@gnu.org>
583
584 * net/socks.el: Require network-stream. (Bug#10599)
585
48dd1e39 5862012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
587
588 * international/charprop.el:
589 * international/uni-name.el:
590 * international/uni-old-name.el:
591 * international/uni-comment.el: Regenerate.
592
d68cd087
GM
5932012-02-16 Glenn Morris <rgm@gnu.org>
594
595 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
596 Interactively in calendar buffer, give an error if not on a date.
597
13932042
GM
5982012-02-15 Glenn Morris <rgm@gnu.org>
599
600 * shell.el (shell-delimiter-argument-list):
601 Revert 2011-02-17 change. (Bug#8027)
602
c3a70e2b
CY
6032012-02-15 Chong Yidong <cyd@gnu.org>
604
60236b0d
CY
605 * minibuffer.el (completion-at-point-functions): Doc fix.
606
c3a70e2b
CY
607 * custom.el (defcustom): Doc fix; note use of defvar.
608
9f26dc24
GM
6092012-02-15 Glenn Morris <rgm@gnu.org>
610
611 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
612 Doc fixes.
613
6546b134
GM
6142012-02-14 Glenn Morris <rgm@gnu.org>
615
616 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
617
d29b2b4c
LI
6182012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
619
620 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
621 way the ports list is computed.
835bdcba
LI
622 (smtpmail-query-smtp-server): Prompt the user for a port number if
623 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 624
08dcdbc9
TZ
6252012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
626
627 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
628
2605051a
GM
6292012-02-13 Glenn Morris <rgm@gnu.org>
630
631 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
632
7ee99f32
TZ
6332012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
634
635 * net/gnutls.el (gnutls-trustfiles): New variable.
636 (gnutls-negotiate): Use it.
637
5f0af64f
LI
6382012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
639
640 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
641 does its stuff if Gnus is running.
642
c14fcc95
AM
6432012-02-13 Alan Mackenzie <acm@muc.de>
644
645 Fix a loop in c-set-fl-decl-start.
646
7a71b18d 647 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
648 c-backward-syntactic-ws actually moves backwards.
649
142b4d90
LL
6502012-02-13 Leo Liu <sdl.web@gmail.com>
651
652 * net/rcirc.el (rcirc-markup-attributes): Move point to the
653 beginning so that all \C-o chars are removed.
654
fa9958a6
TZ
6552012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
656
657 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group
658 tag.
659
0bc5886a
AM
6602012-02-12 Alan Mackenzie <acm@muc.de>
661
662 Fix infinite loop with long macros.
663 * cc-engine.el (c-state-safe-place): Handle macros properly.
664
d4bd55e7
CY
6652012-02-12 Chong Yidong <cyd@gnu.org>
666
667 * window.el (display-buffer): Doc fix (Bug#10785).
668
66f3fe22
GM
6692012-02-12 Glenn Morris <rgm@gnu.org>
670
bd7da63e
GM
671 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
672 (x-disown-selection-internal, x-get-selection-internal):
673 Sync docs with the xselect.c versions.
674
66f3fe22
GM
675 * allout-widgets.el: Add missing license notice.
676
3e0d2fa7
GM
6772012-02-11 Glenn Morris <rgm@gnu.org>
678
cfecdf09
GM
679 * select.el (x-get-selection-internal, x-own-selection-internal)
680 (x-disown-selection-internal):
681 * x-dnd.el (x-get-selection-internal): Update declarations.
682
6d216d7f
GM
683 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
684
2bed3f04
GM
685 * window.el (window-sides-slots):
686 * tool-bar.el (tool-bar-position):
687 * term/xterm.el (xterm-extra-capabilities):
688 * ses.el (ses-self-reference-early-detection):
689 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
690 (verilog-auto-wire-type)
691 (verilog-auto-delete-trailing-whitespace)
692 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
693 (verilog-auto-tieoff-declaration):
694 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
695 (sql-oracle-statement-starters, sql-oracle-scan-on):
696 * progmodes/prolog.el (prolog-align-comments-flag)
697 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
698 (prolog-left-indent-regexp, prolog-paren-indent-p)
699 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
700 (prolog-types, prolog-mode-specificators)
701 (prolog-determinism-specificators, prolog-directives)
702 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
703 (prolog-electric-dot-flag)
704 (prolog-electric-dot-full-predicate-template)
705 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
706 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
707 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
708 (prolog-program-switches, prolog-prompt-regexp)
709 (prolog-debug-on-string, prolog-debug-off-string)
710 (prolog-trace-on-string, prolog-trace-off-string)
711 (prolog-zip-on-string, prolog-zip-off-string)
712 (prolog-use-standard-consult-compile-method-flag)
713 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
714 (prolog-imenu-max-lines, prolog-info-predicate-index)
715 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
716 (prolog-char-quote-workaround):
717 * progmodes/cc-vars.el (c-defun-tactic):
718 * net/tramp.el (tramp-encoding-command-interactive)
719 (tramp-local-end-of-line):
720 * net/soap-client.el (soap-client):
721 * net/netrc.el (netrc-file):
722 * net/gnutls.el (gnutls):
723 * minibuffer.el (completion-category-overrides)
724 (completion-cycle-threshold)
725 (completion-pcm-complete-word-inserts-delimiters):
726 * man.el (Man-name-local-regexp):
727 * mail/feedmail.el (feedmail-display-full-frame):
728 * international/characters.el (glyphless-char-display-control):
729 * eshell/em-ls.el (eshell-ls-date-format):
730 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
731 (lisp-lambda-list-keyword-parameter-indentation)
732 (lisp-lambda-list-keyword-parameter-alignment):
733 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
734 * dired-x.el (dired-omit-verbose):
735 * cus-theme.el (custom-theme-allow-multiple-selections):
736 * calc/calc.el (calc-highlight-selections-with-faces)
737 (calc-lu-field-reference, calc-lu-power-reference)
738 (calc-note-threshold):
739 * battery.el (battery-mode-line-limit):
740 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
741 (archive-7z-update):
742 * allout.el (allout-prefixed-keybindings)
743 (allout-unprefixed-keybindings)
744 (allout-inhibit-auto-fill-on-headline)
745 (allout-flattened-numbering-abbreviation):
746 * allout-widgets.el (allout-widgets-auto-activation)
747 (allout-widgets-icons-dark-subdir)
748 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
749 (allout-widgets-theme-dark-background)
750 (allout-widgets-theme-light-background)
751 (allout-widgets-item-image-properties-emacs)
752 (allout-widgets-item-image-properties-xemacs)
753 (allout-widgets-run-unit-tests-on-load)
754 (allout-widgets-time-decoration-activity)
755 (allout-widgets-hook-error-post-time)
756 (allout-widgets-track-decoration):
757 Add missing :version tags to new defcustoms and defgroups.
758
5fec1b8e
GM
759 * progmodes/sql.el (sql-ansi-statement-starters)
760 (sql-oracle-statement-starters): Add custom type.
761
3e0d2fa7
GM
762 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
763 (prolog-system-version): Give it a type.
764
90b671e2
EZ
7652012-02-11 Eli Zaretskii <eliz@gnu.org>
766
767 * term/pc-win.el (x-select-text, x-selection-owner-p)
768 (x-own-selection-internal, x-disown-selection-internal)
769 (x-get-selection-internal): Sync doc strings and argument lists
770 with xselect.c, common-win.el and x-win.el. (Bug#10783)
771
5eac0c02
LL
7722012-02-11 Leo Liu <sdl.web@gmail.com>
773
774 * progmodes/python.el (python-end-of-statement): Fix infinite
775 loop. (Bug#10788)
776
f82cb659
GM
7772012-02-10 Glenn Morris <rgm@gnu.org>
778
779 * international/mule-cmds.el (unify-8859-on-encoding-mode)
780 (unify-8859-on-decoding-mode): Properly mark as obsolete.
781
cc26d239
LI
7822012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
783
784 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
785 about SMTP before checking the From header.
786
91027d08 787 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
788 into own function for reuse by emacsbug.el.
789
1be3ca5a
LL
7902012-02-10 Leo Liu <sdl.web@gmail.com>
791
792 * subr.el (condition-case-unless-debug): Rename from
793 condition-case-no-debug. All callers changed.
794 (with-demoted-errors): Fix caller.
795
796 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
797 * nxml/rng-valid.el (rng-do-some-validation):
798 * emacs-lisp/package.el (package-refresh-contents)
799 (package-menu-execute):
800 * desktop.el (desktop-create-buffer):
91027d08 801 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 802
b011fbfe
GM
8032012-02-10 Glenn Morris <rgm@gnu.org>
804
b2096d72
GM
805 * textmodes/bibtex.el:
806 Add missing :version tags for new/changed defcustoms.
807
b011fbfe
GM
808 * files.el (remote-file-name-inhibit-cache): Doc fixes.
809
4c7e65bf
LI
8102012-02-09 Lars Ingebrigtsen <larsi@rusty>
811
812 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
813 (smtpmail-via-smtp): Use it, or fall back on the From address.
814 (smtpmail-send-it): Ditto.
815
f3934f6f
SM
8162012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
817
818 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
819 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
820 (byte-compile-tmp-var): New const.
821 (byte-compile-defvar): Use it to minimize .elc size.
822 Just use `defvar' rather than simulate it (bug#10761).
823
a075a2c5
GM
8242012-02-09 Glenn Morris <rgm@gnu.org>
825
cf3aa21b
GM
826 * files.el (rename-uniquely): Doc fix. (Bug#3806)
827
354998cd
GM
828 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
829 Add :version tags.
830
83274125 831 * progmodes/compile.el (compilation-first-column)
34c071c6 832 (compilation-error-screen-columns, compilation-filter-start): Doc fixes.
83274125 833
dab3703d
GM
834 * vc/log-view.el (log-view-toggle-entry-display):
835 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
836
3f88cd72
GM
837 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
838 (report-emacs-bug-can-use-xdg-email):
839 (report-emacs-bug-insert-to-mailer): Doc fixes.
840 (report-emacs-bug): Message fix.
841
d95b247d
GM
842 * net/browse-url.el (browse-url-can-use-xdg-open)
843 (browse-url-xdg-open): Doc fixes.
844
a075a2c5
GM
845 * electric.el (electric-indent-mode, electric-pair-mode)
846 (electric-layout-rules, electric-layout-mode): Doc fixes.
847 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
848
ffb6157e
MR
8492012-02-08 Martin Rudalics <rudalics@gmx.at>
850
851 * server.el (server-unselect-display): Don't inadvertently kill
852 the current buffer. (Bug#10729)
853
e1ac4066
GM
8542012-02-08 Glenn Morris <rgm@gnu.org>
855
34e8a2da
GM
856 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
857 (sql-list-table): Doc fixes.
858
b4ac6e8c
GM
859 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
860 Comment out (does nothing).
861
e1ac4066
GM
862 * completion.el (dynamic-completion-mode):
863 * dirtrack.el (dirtrack-debug-mode):
864 * electric.el (electric-layout-mode):
865 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
866 * face-remap.el (text-scale-mode, buffer-face-mode):
867 * iimage.el (iimage-mode):
868 * image-mode.el (image-transform-mode):
869 * minibuffer.el (completion-in-region-mode):
870 * scroll-lock.el (scroll-lock-mode):
871 * simple.el (next-error-follow-minor-mode):
872 * tar-mode.el (tar-subfile-mode):
873 * tooltip.el (tooltip-mode):
874 * vcursor.el (vcursor-use-vcursor-map):
875 * wid-browse.el (widget-minor-mode):
876 * emulation/tpu-edt.el (tpu-edt-mode):
877 * emulation/tpu-extras.el (tpu-cursor-free-mode):
878 * international/iso-ascii.el (iso-ascii-mode):
879 * language/thai-util.el (thai-word-mode):
880 * mail/supercite.el (sc-minor-mode):
881 * net/goto-addr.el (goto-address-mode):
882 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
883 * progmodes/cwarn.el (cwarn-mode):
884 * progmodes/flymake.el (flymake-mode):
885 * progmodes/glasses.el (glasses-mode):
886 * progmodes/hideshow.el (hs-minor-mode):
887 * progmodes/pascal.el (pascal-outline-mode):
888 * textmodes/enriched.el (enriched-mode):
889 * vc/smerge-mode.el (smerge-mode):
890 Doc fixes (minor mode argument).
891
5e0d957f
EZ
8922012-02-07 Eli Zaretskii <eliz@gnu.org>
893
894 * ls-lisp.el (ls-lisp-sanitize): New function.
895 (ls-lisp-insert-directory): Use it to fix or remove any elements
896 in file-alist with missing attributes. (Bug#4673)
897
98d7371e
AM
8982012-02-07 Alan Mackenzie <acm@muc.de>
899
900 Fix spurious recognition of c-in-knr-argdecl.
901
902 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
903 putative K&R region.
904
667ced3a
AM
9052012-02-07 Alan Mackenzie <acm@muc.de>
906
eb864a71
LM
907 * progmodes/cc-engine.el (c-forward-objc-directive):
908 Prevent looping in "#pragma mark @implementation".
667ced3a 909
5b77774d
MA
9102012-02-07 Michael Albinus <michael.albinus@gmx.de>
911
912 * notifications.el (notifications-on-closed-signal): Make `reason'
913 optional. (Bug#10744)
914
af008560
GM
9152012-02-07 Glenn Morris <rgm@gnu.org>
916
60d47423
GM
917 * emacs-lisp/easy-mmode.el (define-minor-mode):
918 Doc fixes for the macro and the mode it defines.
919
dd605cc4
GM
920 * image.el (imagemagick-types-inhibit): Doc fix.
921
af008560
GM
922 * cus-start.el (imagemagick-render-type): Add it.
923
5cc59a37
LI
9242012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
925
926 * progmodes/cc-mode.el
927 (c-standard-font-lock-fontify-region-function): Set the default at
928 load time, too, so that `font-lock-fontify-buffer' can be called
929 without setting up the entire mode first. This fixes a bug in
930 `mm-inline-text' with C MIME parts.
931
9a6dd747
CY
9322012-02-06 Chong Yidong <cyd@gnu.org>
933
2d16b285
CY
934 * simple.el (list-processes--refresh): Delete exited processes
935 (Bug#8094).
936
171e9b6e
CY
937 * comint.el (comint-next-prompt): next-single-char-property-change
938 and prev-single-char-property-change never return nil (Bug#8657).
939
9a6dd747
CY
940 * custom.el (defcustom): Doc fix (Bug#9711).
941
aa4589a7
CY
9422012-02-05 Chong Yidong <cyd@gnu.org>
943
5c2a252f
CY
944 * cus-edit.el (custom-variable-reset-backup): Quote the value
945 before storing it in the customized-value property (Bug#6712).
4aab9006 946 (custom-display): Add a customization type tag.
983b9602 947 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 948
aa4589a7
CY
949 * wid-edit.el (widget-field-value-get): New optional arg to
950 suppress trailing whitespace truncation.
951 (character): Use it (Bug#2689).
952
1ff980ae
AS
9532012-02-05 Andreas Schwab <schwab@linux-m68k.org>
954
955 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
956 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
957
03988c98
CY
9582012-02-05 Chong Yidong <cyd@gnu.org>
959
eeb6cc88
CY
960 * cus-edit.el (custom-variable-value-create): For mismatched
961 types, show the current value (Bug#7600).
962
03988c98
CY
963 * custom.el (defcustom): Doc fix.
964
f8cdeef0
GM
9652012-02-05 Glenn Morris <rgm@gnu.org>
966
967 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
968
0696d255
JB
9692012-02-05 Juanma Barranquero <lekktu@gmail.com>
970
971 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
972 (pp-buffer): Use `ignore-errors', `looking-at-p'.
973 (pp-last-sexp): Use `looking-at-p'.
974
34c99998
GM
9752012-02-04 Glenn Morris <rgm@gnu.org>
976
8f05da42
GM
977 * files.el (revert-buffer):
978 Doc fix (mention revert-buffer-in-progress-p).
979
f160676e
GM
980 * emacs-lisp/ert-x.el (ert-simulate-command):
981 Check deferred-action-list (which is obsolete) is bound.
982
c7291ad9
GM
983 * subr.el (with-wrapper-hook): Doc fixes.
984
34c99998
GM
985 * simple.el (filter-buffer-substring-functions)
986 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
987
6283a7d3
LL
9882012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
989
990 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
991 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
992
e96e3013
LL
9932012-02-04 Leo Liu <sdl.web@gmail.com>
994
995 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
996
8ded50f2
GM
9972012-02-04 Glenn Morris <rgm@gnu.org>
998
82ff1d13
GM
999 * image.el (image-extension-data): Add obsolete alias.
1000
987a0a16
GM
1001 * isearch.el (isearch-update): Doc fix.
1002
ea32ef46
GM
1003 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
1004
8ded50f2
GM
1005 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
1006
eea14f31
GM
10072012-02-03 Glenn Morris <rgm@gnu.org>
1008
1009 * image.el (image-animated-p): Doc fix. Use image-animated-types.
1010 (image-animate-timeout): Doc fix.
1011
1012 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
1013
12f381b7
GM
10142012-02-02 Glenn Morris <rgm@gnu.org>
1015
953cebf5
GM
1016 * server.el (server-auth-dir): Doc fix.
1017 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
1018
12f381b7
GM
1019 * subr.el (run-mode-hooks): Doc fix.
1020
953a8c3b
JL
10212012-02-02 Juri Linkov <juri@jurta.org>
1022
1023 * image-mode.el (image-toggle-display-image): Remove tautological
1024 `major-mode' from the `derived-mode-p' test.
1025
c5d3843c
KH
10262012-02-02 Kenichi Handa <handa@m17n.org>
1027
9f6e692e 1028 * composite.el (compose-region): Cancel previous change.
c5d3843c 1029
159462d4 10302012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
1031
1032 * composite.el (compose-region, compose-string): Signal error for
1033 a null string component (Bug#6988).
1034
9f562668
CY
10352012-02-01 Chong Yidong <cyd@gnu.org>
1036
e2cef717
CY
1037 * view.el (view-buffer-other-window, view-buffer-other-frame):
1038 Handle special modes like view-buffer (Bug#10650).
1039 (view-buffer): Simplify.
1040
9f562668
CY
1041 * frame.el (set-frame-font): Tweak meaning of third argument.
1042
9f6e692e
JB
1043 * dynamic-setting.el (font-setting-change-default-font):
1044 Use set-frame-font (Bug#9982).
9f562668 1045
781acb9f
GM
10462012-02-01 Glenn Morris <rgm@gnu.org>
1047
6035be52
GM
1048 * progmodes/compile.el (compilation-internal-error-properties):
1049 Respect compilation-first-column in the "*compilation*" buffer.
1050
781acb9f
GM
1051 * emacs-lisp/easy-mmode.el (define-minor-mode):
1052 Relax :variable's test for a named function.
1053
abbceb00
AM
10542012-01-31 Alan Mackenzie <acm@muc.de>
1055
1056 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
1057 off by one error.
1058
fce3fdeb
CY
10592012-01-31 Chong Yidong <cyd@gnu.org>
1060
1061 * frame.el (set-frame-font): New arg ALL-FRAMES.
1062
1063 * menu-bar.el (menu-set-font): Use set-frame-font.
1064
1065 * faces.el (face-spec-reset-face): Don't apply unspecified
1066 attribute values to the default face.
1067
47893581
JB
10682012-01-31 Juanma Barranquero <lekktu@gmail.com>
1069
1070 * progmodes/cwarn.el (cwarn): Remove dead link.
1071 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
1072 Remove * from defcustom docstrings.
1073 (turn-on-cwarn-mode): Make obsolete.
1074 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
1075 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
1076
e58e988a
GM
10772012-01-31 Glenn Morris <rgm@gnu.org>
1078
60dc2671 1079 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 1080 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 1081 Allow named functions to be used as the cdr of :variable.
e58e988a 1082
7a3f511d
GM
10832012-01-30 Glenn Morris <rgm@gnu.org>
1084
1085 * emacs-lisp/authors.el (authors-fixed-entries):
1086 Remove reference to deleted file rnewspost.el.
1087
cb882333
JB
10882012-01-29 Juanma Barranquero <lekktu@gmail.com>
1089
1090 * window.el (window-with-parameter): Remove unused variable `windows'.
1091 (window--side-check): Remove unused variable `code'.
1092 (window--resize-siblings): Remove unused variable `first'.
1093 (adjust-window-trailing-edge): Remove unused variable `failed'.
1094 (window-deletable-p, window--delete): Remove unused variable `buffer'.
1095 Use `let', not `let*'.
1096 (balance-windows-2): Remove unused variable `found'.
1097 (window--state-put-2): Remove unused variable `splits'.
1098 (window-state-put): Remove unused variable `selected'.
1099 (same-window-p): Use `string-match-p'.
1100 (display-buffer-assq-regexp): Remove unused variable `value'.
1101 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1102 Mark argument ALIST as ignored.
1103 (pop-to-buffer): Remove unused variable `old-window'.
1104
907201af
EZ
11052012-01-29 Eli Zaretskii <eliz@gnu.org>
1106
1107 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
1108 and .lzma compressed files.
1109
ea162670
CY
11102012-01-29 Chong Yidong <cyd@gnu.org>
1111
5b95ee8a
CY
1112 * frame.el (window-system-default-frame-alist): Doc fix.
1113
ea162670
CY
1114 * dynamic-setting.el (font-setting-change-default-font): Don't
1115 change the default face if SET-FONT argument is non-nil (Bug#9982).
1116
d6e6f4b1
SB
11172012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
1118
1119 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
1120
0f29fa41 11212012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
1122
1123 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
1124 breakpoints in files outside current directory (Bug#6098).
1125
db174434
CY
11262012-01-29 Chong Yidong <cyd@gnu.org>
1127
6b25e4e2
SE
1128 * progmodes/python.el: Require ansi-color at top-level.
1129
6df6ae42
JB
1130 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
1131 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
1132 (lisp-mode-abbrev-table): Add doc.
1133 (lisp-mode-variables): Don't set local-abbrev-table.
1134 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
1135
e70ee681
RW
11362012-01-28 Roland Winkler <winkler@gnu.org>
1137
1138 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
1139
ace88aa2
RW
11402012-01-28 Roland Winkler <winkler@gnu.org>
1141
1142 * textmodes/bibtex.el (bibtex-entry-alist): New function.
1143 (bibtex-set-dialect): Use it. Either set global values of
1144 dialect-dependent variables or bind these variables buffer-locally
1145 (Bug#10254).
1146 (bibtex-mode): Call bibtex-set-dialect via
1147 hack-local-variables-hook.
eb864a71
LM
1148 (bibtex-dialect): Update docstring.
1149 Add safe-local-variable predicate.
ace88aa2
RW
1150 (bibtex-entry-alist, bibtex-field-alist): Initialize via
1151 bibtex-set-dialect.
1152 (bibtex-mode-map): Define menu for each dialect.
1153 (bibtex-entry): Fix docstring.
1154
93376c5b
CY
11552012-01-28 Chong Yidong <cyd@gnu.org>
1156
1157 * eshell/esh-arg.el (eshell-quote-argument): New function.
1158
1159 * eshell/esh-ext.el (eshell-invoke-batch-file):
1160 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
1161 first arg to eshell-parse-command (Bug#10523).
1162
4372494f
DA
11632012-01-28 Drew Adams <drew.adams@oracle.com>
1164
1165 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
1166 `default-directory' is non-nil.
1167
4d4ec1f8
EZ
11682012-01-28 Eli Zaretskii <eliz@gnu.org>
1169
1170 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
1171 line that displays system-configuration-options. (Bug#9924)
1172
7c188927
DA
11732012-01-28 Drew Adams <drew.adams@oracle.com>
1174
1175 * descr-text.el (describe-char): Show information about POS, in
1176 addition to information about the character at POS. Improve and
1177 update the doc string. Change "code point" to "code point in
1178 charset", to avoid confusion with the character's Unicode code
1179 point shown above that. (Bug#10129)
1180
e0da685a
EZ
11812012-01-28 Eli Zaretskii <eliz@gnu.org>
1182
1183 * descr-text.el (describe-char): Show the raw character, not only
1184 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
1185 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
1186 for the reasons.
1187
70550acf
PH
11882012-01-28 Phil Hagelberg <phil@hagelb.org>
1189
eb864a71
LM
1190 * emacs-lisp/package.el (package-install):
1191 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 1192
0ce8e868
CY
11932012-01-28 Chong Yidong <cyd@gnu.org>
1194
cb882333
JB
1195 * emacs-lisp/package.el (package-maybe-load-descriptor):
1196 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
1197 (package-maybe-load-descriptor): Use it.
1198 (package-download-transaction): Fully load required packages
1199 inside the loop, so that `require' calls work (Bug#10593).
1200 (package-install): No need to call package-initialize now.
1201
2e7f3bea
CY
12022012-01-28 Chong Yidong <cyd@gnu.org>
1203
6e9bad14
CY
1204 * simple.el (deactivate-mark): Doc fix (Bug#8614).
1205
f823b8ca
CY
1206 * tooltip.el (tooltip-mode): Doc fix.
1207 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
1208
2680c309
CY
1209 * frame.el (set-cursor-color): Doc fix (Bug#352).
1210
d7a9e63b
CY
1211 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
1212 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
1213
2e7f3bea
CY
1214 * cus-edit.el (custom-buffer-create-internal): Fix search button
1215 action (Bug#10542).
2ae01800 1216 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 1217
fc4f7a23
EW
12182012-01-27 Eduard Wiebe <usenet@pusto.de>
1219
1220 * dired.el (dired-mark-files-regexp):
1221 Include any subdirectory components. (Bug#10445)
1222
7dd37071
ML
12232012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
1224
1225 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
1226 Handle [host]:port syntax. (Bug#10533)
1227
a268160b
AH
12282012-01-27 Alex Harsanyi <harsanyi@mac.com>
1229
1230 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
1231
e43273ef
GM
12322012-01-26 Glenn Morris <rgm@gnu.org>
1233
1234 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
1235 * term.el (term-raw-escape-map): Use Control-X-prefix.
1236 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
1237
1edf595d
MR
12382012-01-25 Martin Rudalics <rudalics@gmx.at>
1239
1240 * window.el (window-state-get, window--state-get-1): Don't deal
1241 with fixed-sizeness of windows. Simplify code.
1242
fa8eafef
JC
12432012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
1244
6df6ae42
JB
1245 * window.el (window--state-get-1, window--state-put-2):
1246 Don't save and restore the mark.
fa8eafef 1247
0b21c100
CY
12482012-01-25 Chong Yidong <cyd@gnu.org>
1249
1250 * custom.el (custom-variable-p): Doc fix.
1251
5ae1a6c8
GM
12522012-01-25 Glenn Morris <rgm@gnu.org>
1253
40047858
GM
1254 * dired.el (dired-goto-file): Handle some of the more common
1255 characters that `ls -b' escapes. (Bug#10596)
1256
5ddce96c
GM
1257 * progmodes/compile.el (compilation-next-error-function):
1258 Respect compilation-first-column in the "*compilation*" buffer.
1259 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
1260
5ae1a6c8
GM
1261 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
1262
b559f1a9
GM
12632012-01-24 Glenn Morris <rgm@gnu.org>
1264
1265 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
1266
6725d21a
JD
12672012-01-24 Julien Danjou <julien@danjou.info>
1268
1269 * color.el (color-rgb-to-hsl): Fix value computing.
1270 (color-hue-to-rgb): New function.
1271 (color-hsl-to-rgb): New function.
1272 (color-clamp, color-saturate-hsl, color-saturate-name)
1273 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1274 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
1275
70df4bbe
GM
12762012-01-24 Glenn Morris <rgm@gnu.org>
1277
1278 * vc/vc-rcs.el (vc-rcs-create-tag):
1279 * vc/vc-sccs.el (vc-sccs-create-tag):
1280 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
1281
802a2ae2
ML
12822012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
1283
1284 * eshell/esh-util.el (eshell-read-hosts-file):
1285 Skip comment lines. (Bug#10549)
1286
d7128bb1
ML
1287 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
1288
d1a5c3b4
JB
12892012-01-23 Juanma Barranquero <lekktu@gmail.com>
1290
2724d9c7
JB
1291 * subr.el (display-delayed-warnings): Doc fix.
1292 (collapse-delayed-warnings): New function to collapse identical
1293 adjacent warnings.
1294 (delayed-warnings-hook): Add it.
d1a5c3b4 1295
a5509865
MA
12962012-01-22 Michael Albinus <michael.albinus@gmx.de>
1297
1298 * net/tramp.el (tramp-action-login): Set connection property "login-as".
1299
1300 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
1301 properties, when "login-as" is set.
1302
1303 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
1304 (tramp-default-user-alist): Don't add "pscp".
1305 (tramp-do-copy-or-rename-file-out-of-band): Use connection
1306 property "login-as", if set. (Bug#10530)
1307
cc6d5805
MA
13082012-01-21 Michael Albinus <michael.albinus@gmx.de>
1309
1310 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
1311 "plink1" and "psftp". (Bug#10530)
1312
13132012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
1314
1315 * international/mule-cmds.el (prefer-coding-system): Show a
1316 warning message if the default value of file-name-coding-system
1317 was not changed.
1318
f0960428
JC
13192012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
1320
cb882333
JB
1321 * windmove.el (windmove-reference-loc):
1322 Fix windmove-reference-loc miscalculation.
f0960428 1323
dd6f2a63
JB
13242012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
1325
1326 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
1327 default unit.
1328
7b447e9b
GM
13292012-01-21 Glenn Morris <rgm@gnu.org>
1330
117a9ea1
GM
1331 * international/mule.el (auto-coding-alist): Add .tbz.
1332
7b447e9b
GM
1333 * files.el (local-enable-local-variables): Doc fix.
1334 (inhibit-local-variables-regexps): Rename from
1335 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
1336 Doc fix. Add some extensions from auto-coding-alist.
1337 (inhibit-local-variables-suffixes):
1338 Rename from inhibit-first-line-modes-suffixes. Doc fix.
1339 (inhibit-local-variables-p):
1340 New function, extracted from set-auto-mode-1.
1341 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
1342 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
1343 (hack-local-variables): Doc fix. Make the mode-only case
1344 respect enable-local-variables and friends.
1345 Respect inhibit-local-variables-regexps for file-locals, but
1346 not for directory-locals.
1347 (set-visited-file-name):
1348 Take account of inhibit-local-variables-regexps.
1349 Whether it applies may change as the file name is changed.
1350 * jka-cmpr-hook.el (jka-compr-install):
1351 * jka-compr.el (jka-compr-uninstall):
1352 Update for inhibit-first-line-modes-suffixes name change.
1353
dd6e3cdd
MR
13542012-01-20 Martin Rudalics <rudalics@gmx.at>
1355
1356 * help-macro.el (make-help-screen): Temporarily restore original
1357 binding for minor-mode-map-alist (Bug#10454).
1358
0d0deb38
JD
13592012-01-19 Julien Danjou <julien@danjou.info>
1360
1361 * color.el (color-name-to-rgb): Use the white color to find the max
1362 color component value and return correctly computed values.
1363 (color-name-to-rgb): Add missing float conversion for max value.
1364
34a02f46
MR
13652012-01-19 Martin Rudalics <rudalics@gmx.at>
1366
1367 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
1368 special state value for window-persistent-parameters.
1369 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
1370 (window--state-put-2): Reset all window parameters to nil before
1371 assigning values of persistent parameters.
1372
606c44c4
AM
13732012-01-18 Alan Mackenzie <acm@muc.de>
1374
1375 Eliminate sluggishness and hangs in fontification of "semicolon
1376 deserts".
1377
cb882333
JB
1378 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
1379 Change value 10000 -> 3000.
606c44c4
AM
1380 (c-state-safe-place): Reformulate so it doesn't stack up an
1381 infinite number of wrong entries in c-state-nonlit-pos-cache.
1382 (c-determine-limit-get-base, c-determine-limit): New functions to
1383 determine backward search limits disregarding literals.
1384 (c-find-decl-spots): Amend commenting.
1385 (c-cheap-inside-bracelist-p): New function which detects "={".
1386
1387 * progmodes/cc-fonts.el
1388 (c-make-font-lock-BO-decl-search-function): Give a limit to a
1389 backward search.
1390 (c-font-lock-declarations): Fix an occurrence of point being
1391 undefined. Check additionally for point being in a bracelist or
1392 near a macro invocation without a semicolon so as to avoid a
1393 fruitless time consuming search for a declarator. Give a more
1394 precise search limit for declarators using the new
1395 c-determine-limit.
1396
f3860cea
GM
13972012-01-18 Glenn Morris <rgm@gnu.org>
1398
1399 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
1400 (set-auto-mode): Doc fixes.
1401
1db03b16
GM
14022012-01-17 Glenn Morris <rgm@gnu.org>
1403
0e6038be
GM
1404 * isearch.el (search-nonincremental-instead): Fix doc typo.
1405
1db03b16
GM
1406 * dired.el (dired-insert-directory): Handle newlines in directory name.
1407 (dired-build-subdir-alist): Unescape newlines in directory name.
1408
4cb0aa75
MA
14092012-01-17 Michael Albinus <michael.albinus@gmx.de>
1410
1411 * net/tramp.el (tramp-local-end-of-line): New defcustom.
1412 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
1413 (tramp-action-terminal): Use it. (Bug#10530)
1414
1d00653d
SM
14152012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
1416
1417 * minibuffer.el (completion--replace): Strip properties (bug#10062).
1418
6a6ee00d
MR
14192012-01-16 Martin Rudalics <rudalics@gmx.at>
1420
1421 * window.el (window-state-ignored-parameters): Remove variable.
1422 (window--state-get-1): Rename argument MARKERS to IGNORE.
1423 Handle persistent window parameters. Make copy of clone-of
1424 parameter only if requested. (Bug#10348)
1425 (window--state-put-2): Install a window parameter only if it has
1426 a non-nil value or an existing parameter shall be overwritten.
1427
97912def
MA
14282012-01-15 Michael Albinus <michael.albinus@gmx.de>
1429
1430 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
1431
688070a5
EZ
14322012-01-14 Eli Zaretskii <eliz@gnu.org>
1433
1434 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
1435 don't pass the (nil) value of `upnode' to string-match.
1436
301afadc
CY
14372012-01-14 Chong Yidong <cyd@gnu.org>
1438
1439 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 1440 Fix values recognized by the cursorBlink resource.
301afadc 1441
9e5788aa
PE
14422012-01-14 Paul Eggert <eggert@cs.ucla.edu>
1443
1444 * epg.el (epg--make-temp-file): Avoid permission race condition
1445 when running on old Emacs versions (bug#10403).
1446
3cdb7f5a
GM
14472012-01-14 Glenn Morris <rgm@gnu.org>
1448
1449 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
1450
8c82b1b4
AM
14512012-01-13 Alan Mackenzie <acm@muc.de>
1452
1453 Fix filling for when filladapt mode is enabled.
1454
1455 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
1456 c-mask-paragraph, pass in `fill-paragraph' rather than
1457 `fill-region-as-paragraph'. (This is a reversion of a previous
1458 change.)
eb864a71
LM
1459 * progmodes/cc-mode.el (c-basic-common-init):
1460 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 1461
e517eda4
GM
14622012-01-13 Glenn Morris <rgm@gnu.org>
1463
1498536e
GM
1464 * dired.el (dired-switches-escape-p): New function.
1465 (dired-insert-directory): Use dired-switches-escape-p.
1466 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
1467
e517eda4
GM
1468 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
1469
328f984d
GM
14702012-01-12 Glenn Morris <rgm@gnu.org>
1471
1472 * mail/sendmail.el (mail-mode): Update paragraph-separate for
1473 changes in adaptive-fill-regexp. (Bug#10276)
1474
2cc769a8
AM
14752012-01-11 Alan Mackenzie <acm@muc.de>
1476
1477 Fix Emacs bug #10463 - put `widen's around the critical spots.
1478
1d00653d 1479 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
1480 widen around each invocation of c-state-pp-to-literal. Remove an
1481 unused let variable.
1482
e52c37fa
GM
14832012-01-11 Glenn Morris <rgm@gnu.org>
1484
1485 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 1486 Doc fix.
e52c37fa 1487
96f8741e
CY
14882012-01-10 Chong Yidong <cyd@gnu.org>
1489
1d00653d
SM
1490 * net/network-stream.el (network-stream-open-starttls):
1491 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
1492 response to the capability command.
1493
b09a806e
GM
14942012-01-10 Glenn Morris <rgm@gnu.org>
1495
1496 * mail/unrmail.el (unrmail): Tweak previous change.
1497
7655cb66
CY
14982012-01-09 Chong Yidong <cyd@gnu.org>
1499
1500 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
1501
9d5a8f0b
AM
15022012-01-08 Alan Mackenzie <acm@muc.de>
1503
1504 Optimise font locking in long enum definitions.
1505
1506 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
1507 arm to a cond form to handle enums.
1508 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
1509 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
1510
9a0115ab 15112012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
1512
1513 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 1514 (Bug#10401)
6bb72cbd 1515
f186bb95
LMI
15162012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1517
29232a68
LMI
1518 * faces.el (set-face-attribute): Clarify the meaning of the nil
1519 frame (bug#10294).
1520
4e5d086d
LMI
1521 * subr.el (with-selected-frame): Mention that the selected frame
1522 is restored (bug#9980).
1523
8e66aebe
LMI
1524 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
1525 (bug#9759).
1526
cd394be1 1527 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
1528 (password-read): Don't autoload unused function.
1529
adf4e762
JB
15302012-01-07 Juanma Barranquero <lekktu@gmail.com>
1531
1532 * progmodes/which-func.el (which-func-mode): Turn into a
1533 non-interactive function and mark as obsolete (bug#10428).
1534
89bd9ccd
CY
15352012-01-06 Chong Yidong <cyd@gnu.org>
1536
1537 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
1538 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
1539 functions, along with 1 and -1.
1540
4afee9d5
EZ
15412012-01-06 Eli Zaretskii <eliz@gnu.org>
1542
1543 * time.el (display-time-load-average)
1544 (display-time-default-load-average): Doc fixes. See the thread
1545 starting at
1546 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
1547 for the details.
1548
536aea70
GM
15492012-01-06 Glenn Morris <rgm@gnu.org>
1550
665ae865
GM
1551 * mail/unrmail.el (unrmail): Give an explicit error if the input file
1552 has no messages. (Bug#10377)
1553
c869783d
GM
1554 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
1555 than Info-edit. (Bug#10385)
1556
2bb4227e
GM
1557 * time.el (display-time-load-average, display-time-next-load-average):
1558 Doc fixes.
1559
7d5944b9
GM
1560 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
1561 local setting of buffer-read-only to the input buffer. (Bug#10419)
1562
536aea70
GM
1563 * calendar/calendar.el (calendar-mode):
1564 Locally set scroll-margin to 0. (Bug#10379)
1565
7dccca16
UM
15662012-01-06 Ulrich Mueller <ulm@gentoo.org>
1567
1568 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
1569
afbb7930
GM
15702012-01-05 Glenn Morris <rgm@gnu.org>
1571
1572 * eshell/em-unix.el (diff-no-select): Autoload it.
1573 (eshell/diff): Use diff-no-select. (Bug#10420)
1574
04482335
CY
15752012-01-05 Chong Yidong <cyd@gnu.org>
1576
7baca3bc
CY
1577 * shell.el (shell-dynamic-complete-functions): Revert last change.
1578 (shell-command-completion-function): New function.
1579 (shell-completion-vars): Use it to implement
1580 shell-completion-execonly (Bug#10417).
1581
04482335
CY
1582 * custom.el (enable-theme): Don't set custom-safe-themes.
1583
1d00653d
SM
1584 * cus-theme.el (custom-theme-merge-theme):
1585 Ignore custom-enabled-themes and custom-safe-themes.
04482335 1586
bb5aa5d6
MM
15872012-01-05 Michael R. Mauger <mmaug@yahoo.com>
1588
1589 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
1590 first prompt in `sql-interacive-mode'.
1591 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 1592 keywords.
6df6ae42 1593 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
1594 (sql-product-interactive): Bug fix: Set `sql-buffer' in
1595 context of original buffer. Invoke `sql-login-hook'.
1596
a7183d7c
EZ
15972012-01-04 Eli Zaretskii <eliz@gnu.org>
1598
1599 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
1600 letters in cite-prefix.
1601
a1eacd1e
LMI
16022012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1603
1604 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
1605
787cdb34
CY
16062012-01-03 Chong Yidong <cyd@gnu.org>
1607
1d00653d
SM
1608 * shell.el (shell-dynamic-complete-functions):
1609 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
1610 comint-filename-completion first (Bug#10417).
1611
30710442
RS
16122012-01-02 Richard Stallman <rms@gnu.org>
1613
1614 * battery.el (battery-status-function):
1615 Detect when to use battery-yeeloong-sysfs.
1616 (battery-echo-area-format): Add string for Yeeloong.
1617 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
1618 (battery-yeeloong-sysfs): New function.
1619
f75bfc33
CY
16202012-01-02 Chong Yidong <cyd@gnu.org>
1621
1622 * dirtrack.el (dirtrack-list): Eliminate unused third element.
1623 (dirtrack): Merge code for handling relative filenames in prompt
1624 from shell-dir-cookie-watcher.
1625 (dirtrack-debug-message): New arg to avoid excess format calls.
1626
1627 * shell.el (shell-dir-cookie-re): Variable deleted.
1628 (shell-dir-cookie-watcher): Function deleted.
1629 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
1630 with dirtrack-mode.
1631
651e947e
EZ
16322012-01-01 Eli Zaretskii <eliz@gnu.org>
1633
1d00653d
SM
1634 * term/w32-win.el (dynamic-library-alist) <gnutls>:
1635 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
1636 libgnutls-26.dll.
1637
94d4c7dc
AS
16382011-12-31 Andreas Schwab <schwab@linux-m68k.org>
1639
1640 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
1641
8d43f3cd
EZ
16422011-12-31 Eli Zaretskii <eliz@gnu.org>
1643
1644 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
1645 headers of non-MIME messages, when rmail-enable-mime is non-nil.
1646
98c8795a
MA
16472011-12-29 Michael Albinus <michael.albinus@gmx.de>
1648
1649 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
1650 also for alternative shells.
1651 (tramp-open-connection-setup-interactive-shell): Check, whether
1652 the shell is a busybox.
1653 (tramp-send-command): Don't suppress multiple prompts for
1654 busyboxes, it hurts.
1655
51281b32
CY
16562011-12-28 Chong Yidong <cyd@gnu.org>
1657
1658 * progmodes/gdb-mi.el (gdb-get-source-file-list)
1659 (gdb-get-source-file): Move mode line update to
1660 gdb-get-source-file (Bug#10087).
1661
2170cb53
CY
16622011-12-25 Chong Yidong <cyd@gnu.org>
1663
1664 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
1665 gud-gdb-marker-filter without taking it as an argument.
1666 (gud-gdb-run-command-fetch-lines): Caller changed.
1667 (gud-gdb-completion-function): New variable.
1668 (gud-gdb-completion-at-point): Use it.
1669 (gud-gdb-completions-1): Split from gud-gdb-completions.
1670
1671 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
1672 function as separate arguments.
1673 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
1674 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
1675 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
1676 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
1677 (gdb-stopped, def-gdb-auto-update-trigger)
1678 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
1679 (gdb-get-changed-registers, gdb-get-main-selected-frame):
1680 Callers changed.
2170cb53
CY
1681 (gud-gdbmi-completions): New function.
1682 (gdb): Use it for generating the completion table.
1683
be8b11bb
AM
16842011-12-24 Alan Mackenzie <acm@muc.de>
1685
1686 Introduce a mechanism to widen the region used in context font
1d00653d 1687 locking. Use this to protect declarations from losing their contexts.
be8b11bb 1688
1d00653d
SM
1689 * progmodes/cc-langs.el (c-before-font-lock-functions):
1690 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 1691 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
1692 functions to be run just before context (etc.) font locking.
1693
1694 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 1695 New, functionality extracted from
be8b11bb 1696 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 1697 (c-in-after-change-fontification): New variable.
be8b11bb
AM
1698 (c-after-change): Set c-in-after-change-fontification.
1699 (c-set-fl-decl-start): Rejig its interface, so it can be called
1700 from both after-change and context fontifying.
b81d40f0
JB
1701 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
1702 New functions.
1703 (c-standard-font-lock-fontify-region-function): New variable.
1704 (c-font-lock-fontify-region): New function.
be8b11bb 1705
341cf6ac
JL
17062011-12-24 Juri Linkov <juri@jurta.org>
1707
1708 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
1709 (Bug#10348)
1710
bffcee0a
MA
17112011-12-23 Michael Albinus <michael.albinus@gmx.de>
1712
1713 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
1714 existence of source file. (Bug#10325)
1715
cb5e207c
AM
17162011-12-23 Alan Mackenzie <acm@muc.de>
1717
1718 Fix unstable fontification inside templates.
1719
b81d40f0
JB
1720 * progmodes/cc-langs.el (c-before-font-lock-functions):
1721 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
1722 additionally has c-set-fl-decl-start. The other languages (apart
1723 from AWK) have that as a single entry.
1724
b81d40f0
JB
1725 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
1726 The functionality for "local" declarations has been extracted to
cb5e207c
AM
1727 c-set-fl-decl-start.
1728
b81d40f0
JB
1729 * progmodes/cc-mode.el (c-common-init, c-after-change):
1730 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
1731 (c-set-fl-decl-start): New function, extracted from
1732 c-font-lock-enclosing-decls and enhanced.
1733
60ff536c
JB
17342011-12-23 Juanma Barranquero <lekktu@gmail.com>
1735
1736 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
1737
1c4757d6
JL
17382011-12-22 Juri Linkov <juri@jurta.org>
1739
1740 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
1741
d031f2c7
CY
17422011-12-22 Chong Yidong <cyd@gnu.org>
1743
1744 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
1745
bace743a
DA
17462011-12-21 Drew Adams <drew.adams@oracle.com>
1747
1748 * files.el (file-remote-p): Fix docstring. (Bug#10319)
1749
728a1f2b
JC
17502011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
1751
1752 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
1753
0d373f73
TZ
17542011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
1755
fec0aaa4
TZ
1756 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
1757 highlighting and support. Fix up comments for capitalization.
1758 (cfengine-mode-debug): New var.
1759 (cfengine3-mode): Change the modeline indicator to "CFE3".
1760 (cfengine3-font-lock-keywords): Improve defun highlighting.
1761 (cfengine2-actions): Rename from `cfengine-actions'.
1762 (cfengine2-font-lock-keywords): Rename from
1763 `cfengine-font-lock-keywords'.
1764 (cfengine2-imenu-expression): Rename from
1765 `cfengine-imenu-expression'.
1766 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
1767 (cfengine2-beginning-of-defun): Rename from
1768 `cfengine-beginning-of-defun'.
1769 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
1770 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
1771 (cfengine2-mode): Rename from `cfengine-mode'. Change the
1772 modeline indicator to "CFE2".
1773 (cfengine-mode): Defalias to `cfengine-auto-mode'.
1774 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 1775
bc86f573
CY
17762011-12-21 Chong Yidong <cyd@gnu.org>
1777
1778 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
1779 filename argument.
1780
d45ba96b
MR
17812011-12-20 Martin Rudalics <rudalics@gmx.at>
1782
1783 * window.el (window-normalize-buffer-to-display): Remove.
1784 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
1785
a6198c90
CY
17862011-12-19 Chong Yidong <cyd@gnu.org>
1787
1788 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
1789 Don't signal an error in a predicate function; return non-nil.
1790 (vc-dir-mark-file): Move the error here.
1791 (vc-dir-mark-unmark): If acting on the region, keep going if one
1792 of the entries cannot be marked/unmarked.
1793 (vc-dir-mark-all-files): If current entry is a directory, mark
1794 only child files, as documented.
1795
34c5fb55
VB
17962011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
1797
1798 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
1799 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
1800 addition.
1801
c803b2b7
JD
18022011-12-18 Jan Djärv <jan.h.d@swipnet.se>
1803
1804 * term/ns-win.el (ns-get-selection-internal)
1805 (ns-store-selection-internal): Declare.
1154d12e
JB
1806 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
1807 Declare as obsolete.
1808 (ns-get-pasteboard, ns-paste-secondary):
1809 Use ns-get-selection-internal.
1810 (ns-set-pasteboard, ns-copy-including-secondary):
1811 Use ns-store-selection-internal.
c803b2b7 1812
9cff91f8 18132011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
1814
1815 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 1816 (vc-deduce-fileset): Doc fix.
99a289d9 1817
f16c898a
AS
18182011-12-16 Andreas Schwab <schwab@linux-m68k.org>
1819
1820 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
1821
763237c4
SS
18222011-12-13 Sam Steingold <sds@gnu.org>
1823
1824 * man.el (Man-getpage-in-background): When running under a
1825 window-system, ignore $MANWIDTH and $COLUMNS.
1826
5fc1c122
KH
18272011-12-15 Kenichi Handa <handa@m17n.org>
1828
1829 * language/ethio-util.el: Change coding tag to utf-8-emacs.
1830 (setup-ethiopic-environment-internal): Comment out key-binding for
1831 ethio-toggle-punctuation.
1832
13d49cbb
AM
18332011-12-13 Alan Mackenzie <acm@muc.de>
1834
898169a2
AM
1835 Add the switch statement to AWK Mode.
1836
7a71b18d 1837 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
1838 "default" to the keywords regexp.
1839
7a71b18d 1840 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 1841 expression as the rest.
1d00653d
SM
1842 (c-nonlabel-token-key): Allow string literals for AWK.
1843 Refactor for the other modes.
898169a2 1844
13d49cbb 1845 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 1846 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
1847 routines. Limit backward searching in c-font-lock-enclosing.decl.
1848
1849 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
1850 pp-state and literal type in addition to the limits.
1d00653d 1851 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 1852 (c-state-literal-at): Use the above new defun.
1d00653d
SM
1853 (c-slow-in-literal, c-fast-in-literal): Remove.
1854 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
1855
1856 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
1857 being in a literal. Add a limit for backward searching.
1858
1859 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
1860 c-slow-in-literal.
1861
15e0efc7
SM
18622011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
1863
1864 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
1865
454592a6
MR
18662011-12-13 Martin Rudalics <rudalics@gmx.at>
1867
1868 * window.el (delete-other-windows): Use correct frame in call to
1869 window-with-parameter.
1870
87393f26
DP
18712011-12-12 Daniel Pfeiffer <occitan@t-online.de>
1872
1873 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
1874 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
1875 (makefile-gmake-statements, makefile-makepp-statements):
1876 Use it and add new makepp keywords.
1877 (makefile-makepp-font-lock-keywords): Add new patterns.
1878 (makefile-match-function-end): Match new [...] and [[...]].
1879
11636b22
JB
18802011-12-11 Juanma Barranquero <lekktu@gmail.com>
1881
1882 * ses.el (ses-call-printer-return, ses-cell-property-get)
1883 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
1884 (ses-create-cell-variable, ses-reset-header-string)
1885 (ses-cell-set-formula, ses-repair-cell-reference-all)
1886 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
1887 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
1888 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
1889 (ses-aset-with-undo, ses-load, ses-truncate-cell)
1890 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
1891 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
1892 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
1893 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
1894 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
1895 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
1896 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
1897 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
1898
cf018193
VB
18992011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
1900
1901 * ses.el: The overall change is to add cell renaming, that is
1902 setting fancy names for cell symbols other than name matching
1903 "\\`[A-Z]+[0-9]+\\'" regexp .
1904 (ses-create-cell-variable): New defun.
1905 (ses-relocate-formula): Relocate formulas only for cells the
1906 symbols of which are not renamed, i.e. symbols whose names do not
1907 match regexp "\\`[A-Z]+[0-9]+\\'".
1908 (ses-relocate-all): Relocate values only for cells the symbols of
1909 which are not renamed.
1910 (ses-load): Create cells variables as the (ses-cell ...) are read,
1911 in order to check row col consistency with cell symbol name only
1912 for cells that are not renamed.
1913 (ses-replace-name-in-formula): New defun.
1914 (ses-rename-cell): New defun.
1915
ee957461
CY
19162011-12-11 Chong Yidong <cyd@gnu.org>
1917
1918 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
1919 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
1920
9a9e9ef0
MR
19212011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
1922
1923 * window.el (other-window): Fix docstring.
1924
92a8eba5
EZ
19252011-12-10 Eli Zaretskii <eliz@gnu.org>
1926
1927 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
1928 `from' or `to' address before taking its substring.
1929 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
1930 encoded name is chopped in the middle of the encoded string, and
1931 thus displayed encoded.
1932
e152e577
JB
19332011-12-10 Juanma Barranquero <lekktu@gmail.com>
1934
1935 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
1936
e5d84bfe
EZ
19372011-12-10 Eli Zaretskii <eliz@gnu.org>
1938
1939 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
1940 to use texinfo-update-node and commands that call it if the
1941 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 1942 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
1943 (texinfo-all-menus-update, texinfo-master-menu)
1944 (texinfo-update-node, texinfo-every-node-update)
1945 (texinfo-multiple-files-update): Doc fix. Warn against updating
1946 all the @node lines.
1947 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
1948 argument is numeric. Explain better in the doc string what the
1949 function really does.
1950 (texinfo-insert-master-menu-list): Improve the error message
1951 displayed if there's no menu in the Top node.
1952 (Bug#2975) See also this thread:
e5d84bfe
EZ
1953 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
1954
1d84e9bb
MG
19552011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
1956
1957 * speedbar.el (speedbar-supported-extension-expressions):
1958 Add .adb and .ads, commonly used for Ada source code (bug#10256).
1959
382c953b
JB
19602011-12-09 Juanma Barranquero <lekktu@gmail.com>
1961
1962 * printing.el (pr-mode-alist):
1963 * simple.el (filter-buffer-substring-functions)
1964 (completion-list-insert-choice-function):
1965 * window.el (window-with-parameter, window-atom-root)
1966 (window-sides-slots, window-size-fixed, window-min-delta)
1967 (window-max-delta, window--resize-mini-window)
1968 (window--resize-child-windows-normal, window-tree)
1969 (delete-other-windows, quit-window, split-window)
1970 (display-buffer-record-window, special-display-buffer-names)
1971 (special-display-regexps, special-display-popup-frame)
1972 (same-window-p, split-window-sensibly)
1973 (display-buffer-overriding-action, display-buffer-alist)
1974 (display-buffer-base-action, display-buffer, switch-to-buffer)
1975 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
1976 (fit-window-to-buffer, recenter-positions)
1977 (mouse-autoselect-window-state, mouse-autoselect-window-select):
1978 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
1979 and remove unneeded backslashes in docstrings.
1980
39c9faef
SM
19812011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
1982
98449af8
SM
1983 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
1984
39c9faef
SM
1985 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
1986 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
1987 end in ".mk".
1988 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
1989 when reading the makefile (bug#10116).
1990
86ed9fdc
SM
19912011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1992
1993 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
1994 (bug#10116).
1995
5580f89d
GM
19962011-12-06 Glenn Morris <rgm@gnu.org>
1997
1998 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
1999
28d3917c
CY
20002011-12-06 Chong Yidong <cyd@gnu.org>
2001
2002 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
2003
a98edce9
JB
20042011-12-06 Juanma Barranquero <lekktu@gmail.com>
2005
2006 * textmodes/table.el (table-shorten-cell): Fix typo.
2007
e65adfac
CG
20082011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
2009
2010 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
2011
71cc0b74
EZ
20122011-12-05 Eli Zaretskii <eliz@gnu.org>
2013
2014 * descr-text.el (describe-char): Fix display of strong
2015 right-to-left characters and directional embeddings and overrides.
2016
2017 * simple.el (what-cursor-position): Fix display of codepoints of
2018 strong right-to-left characters.
2019
315bc30d
CY
20202011-12-05 Chong Yidong <cyd@gnu.org>
2021
2022 * faces.el (read-color): Doc fix.
2023
58a70b94
GM
20242011-12-05 Glenn Morris <rgm@gnu.org>
2025
2026 * align.el (align--set-marker): Add doc-string.
2027 Don't try to move something that is not a marker. (Bug#10216)
2028
5158face
GM
20292011-12-04 Glenn Morris <rgm@gnu.org>
2030
2031 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
2032 overly zealous deletion of trailing whitespace.
2033
520fca41
JB
20342011-12-04 Juanma Barranquero <lekktu@gmail.com>
2035
2036 * server.el (server-delete-client): On Windows, do not try to delete
2037 the only terminal.
2038 (server-process-filter): On Windows, treat requests for a tty frame as
2039 if they were for a GUI frame if the running server is in GUI mode.
2040
5e605a2e
GM
20412011-12-03 Glenn Morris <rgm@gnu.org>
2042
2043 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
2044
5c3fe83f
SM
20452011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2046
6f5e57e7
SM
2047 * electric.el: Streamline electric-indent's hook.
2048 (electric-indent-chars): Revert to simple list.
2049 (electric-indent-functions): New var.
2050 (electric-indent-post-self-insert-function): Use it.
2051
5c3fe83f
SM
2052 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
2053 there's no inferior buffer (bug#10196).
2054 (prolog-consult-compile): Don't use toggle-read-only.
2055
6bdac736
MA
20562011-12-02 Michael Albinus <michael.albinus@gmx.de>
2057
2058 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
2059 interrupt. (Bug#10187)
2060
6131ba7f
SM
20612011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2062
99c79fee
SM
2063 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
2064 (bug#9160).
2065
6131ba7f
SM
2066 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
2067 (bug#10191).
2068
cb0a02ea
JL
20692011-12-02 Juri Linkov <juri@jurta.org>
2070
2071 * info.el (Info-search): Display "end of manual" when Isearch
2072 reaches the end of single-file Info manual. (Bug#9918)
2073
66e0570c
EZ
20742011-12-02 Eli Zaretskii <eliz@gnu.org>
2075
2076 * isearch.el (isearch-message-prefix): Run the input method part
2077 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
2078
02b16839
JL
20792011-12-02 Juri Linkov <juri@jurta.org>
2080
2081 * isearch.el (isearch-occur): Use `word-search-regexp' for
2082 `isearch-word'.
2083 (isearch-search-and-update): Add condition for `isearch-word' and
2084 call `word-search-regexp'. (Bug#10145)
2085
0b950688
GM
20862011-12-01 Glenn Morris <rgm@gnu.org>
2087
2088 * eshell/em-hist.el (eshell-hist-initialize):
2089 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 2090 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 2091
9505c3c7
SM
20922011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2093
2094 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
2095
1bbe96b2 20962011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 2097
a1beca85
SM
2098 * progmodes/verilog-mode.el (verilog-pretty-expr):
2099 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
2100 verilog, such as += *= and the like.
2101 (verilog-assignment-operator-re): Regular expression to find the
2102 assigment operator in a verilog assignment.
2103 (verilog-assignment-operation-re): Regular expression to find an
2104 assignment statement for pretty-expr.
2105 (verilog-in-attribute-p): Query returns true if point is in an
2106 attribute context; used to skip these for expression line up from
2107 pretty-expr.
2108 (verilog-in-parameter-p): Query returns true if point is in an
2109 parameter definition context; used to skip these for expression
2110 line up from pretty-expr.
2111 (verilog-in-parenthesis-p): Query returns true if point is in a
2112 parenthetical expression, specifically ( ) but not [ ] or { };
2113 used by pretty-expr.
2114 (verilog-just-one-space): If there is no space, don't add one.
2115 (verilog-get-lineup-indent-2): Specifically skip just attribute
2116 contexts for expression lineup, rather than skipping all
2117 parenthetical expressions.
2118 (verilog-calculate-indent): Fix comment, and fix indent.
2119 (verilog-do-indent): Indent declarations in lists (suggested by
2120 Joachim Lechner).
2121 (verilog-mode-abbrev-table): Populate abbrev mode with the various
2122 skeleton items.
2123 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
2124 by Alain Mellan).
2125
1bbe96b2 21262011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
2127
2128 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
2129 parameters with embedded comments. Reported by Ray Stevens.
2130 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
2131 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
2132 Reported by Tim Holt.
2133 (verilog-auto): Fix AUTOing a upper module then AUTOing module
2134 instantiated by upper module causing wrong expansion until AUTOed a
2135 second time. Reported by K C Buckenmaier.
2136 (verilog-diff-auto): Fix showing .* as a difference when
2137 `verilog-auto-star-save' off. Reported by Dan Dever.
2138 (verilog-auto-reset, verilog-read-always-signals)
2139 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
2140 temporary signals in reset list if
2141 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
2142 style to each signal's assignment type, bug381.
2143 Reported by Thomas Esposito.
6288f0ca
WS
2144 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
2145 (verilog-uvm-statement-re): Support UVM indentation and
2146 highlighting, with old OVM keywords only.
a1beca85 2147 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
2148 Support AUTOTIEOFF creating non-wire data types.
2149 Suggested by Jonathan Greenlaw.
6288f0ca
WS
2150 (verilog-auto-insert-lisp, verilog-delete-to-paren)
2151 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
2152 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
2153 (verilog-read-sub-decls, verilog-read-sub-decls-line):
2154 Fix mismatching parenthesis inside commented out code when deleting
382c953b 2155 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
2156 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
2157 non-numeric vector width. Reported by Alex Reed.
2158 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 2159 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
2160 (verilog-auto-delete-trailing-whitespace):
2161 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
2162 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
2163 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
2164 Fix verilog-scan-cache corruption when running user AUTO expansion
2165 hooks that call indentation routines.
2166 (verilog-simplify-range-expression): Fix typo ignoring lower case
2167 identifiers.
2168 (verilog-delete-auto): Fix delete-autos to also remove user created
2169 automatics, as long as they start with AUTO.
2170 (verilog-batch-diff-auto, verilog-diff-auto)
2171 (verilog-diff-function): Add `verilog-diff-auto' and bind to
2172 "C-c?" to report differences in AUTO expansion, ignoring spaces.
2173 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
2174 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
2175 (verilog-re-search-forward-quick, verilog-syntax-ppss):
2176 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
2177 is disabled and its cache will get corrupt, causing AUTOS not to
2178 expand. Instead use only -quick functions.
2179 (verilog-scan-region): Fix scanning over escaped quotes.
2180 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
2181 (verilog-re-search-backward-quick)
2182 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
2183 related functions now ignore strings, to fix misparsing of strings
2184 with magic comments embedded in them.
a1beca85
SM
2185 (verilog-read-auto-template):
2186 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
2187 Reported by Brad Dobbie.
2188 (verilog-read-auto-template):
2189 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 2190 Reported by Brad Dobbie.
6288f0ca
WS
2191 (verilog-auto-inst, verilog-auto-inst-param)
2192 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
2193 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
2194 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
2195 debugging templates without merge conflicts, bug357.
2196 Reported by Brad Dobbie.
2197 (verilog-read-auto-template):
2198 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
2199 Reported by Brad Dobbie.
2200 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
2201 abbrevs so user won't be asked to save.
2202 (verilog-read-auto-lisp-present): Fix to start at beginning of
2203 buffer in case called outside of verilog-auto.
2204 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
2205 to "X-2". Reported by Matthew Myers.
2206 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
2207 all inputs from module templates. Reported by Leith Johnson.
2208 (verilog-module-inside-filename-p): Fix locating programs as with
2209 modules.
2210 (verilog-auto-inst-port): Fix vl-width expressions when using
2211 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
2212 (verilog-decls-get-regs, verilog-decls-get-signals,
2213 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
2214 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
2215 verilog-read-decls): Combine reg and wire structures into one var
2216 structure to represent SystemVerilog concepts.
2217 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
2218 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
2219 (verilog-auto-wire-type, verilog-insert-definition):
2220 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
2221 SystemVerilog "logic" keyword instead of "wire"/"reg".
2222 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
2223 to declares outputs that also have assignments (presumably in an
a1beca85
SM
2224 ifdef or generate if so there's not a driver conflict).
2225 Reported by Matthew Myers.
2226 (verilog-auto-declare-nettype, verilog-insert-definition):
2227 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
2228 `default_nettype none. Reported by Julian Gorfajn.
2229 (verilog-read-always-signals-recurse, verilog-read-decls)
2230 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
2231 malformed end statement, bug325. Reported by Joshua Wise and
2232 Andrew Drake.
2233 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
2234 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
2235 when expanding .* in interfaces, bug320.
2236 Reported by Pierre-David Pfister.
6288f0ca 2237 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
2238 name and open parenthesis, bug317.
2239 Reported by Pierre-David Pfister.
6288f0ca
WS
2240 (verilog-simplify-range-expression): Fix simplification of
2241 multiplications inside AUTOWIRE connections, bug303.
2242 (verilog-auto-inst-port): Support parameter expansion in
2243 multidimensional arrays.
2244 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
2245 after "assert property". Reported by Julian Gorfajn.
2246 (verilog-simplify-range-expression): Fix "couldn't merge" errors
2247 with multiplication, bug303.
2248 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
2249 Reported by Jan Frode Lonnum.
2250
1bbe96b2
GM
22512011-11-30 Juanma Barranquero <lekktu@gmail.com>
2252
2253 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
2254 (hfy-shell-file-name, hfy-shell):
2255 * international/fontset.el (x-decompose-font-name): Fix typos.
2256
22572011-11-29 Ken Brown <kbrown@cornell.edu>
2258
2259 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
2260 (gdb-version): Remove defvar.
2261 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
2262 (gdb-gud-context-command, gdb-non-stop-handler)
2263 (gdb-current-context-command, gdb-stopped): Use it.
2264 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
2265 (gdb-non-stop-handler): Don't enable pretty-printing here.
2266 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
2267 non-stop mode. Use the following.
2268 (gdb-check-target-async): New defun.
2269 (gud-watch, gdb-stopped): Fix whitespace.
2270 (gdb-get-source-file): Don't try to display the source file if
2271 `gdb-main-file' is nil.
2272
22732011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
2274
2275 * align.el: Try to generate fewer markers (bug#10047).
2276 (align--set-marker): New macro.
2277 (align-region): Use it.
2278
c935221f
SM
22792011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
2280
2281 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
2282
e70b5064
CY
22832011-11-29 Chong Yidong <cyd@gnu.org>
2284
2285 * indent.el (indent-for-tab-command, indent-according-to-mode):
2286 Doc fix.
2287 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
2288
f3af92b7
MA
22892011-11-29 Michael Albinus <michael.albinus@gmx.de>
2290
2291 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
2292 aware of remote file names. (Bug#10124)
2293
ed472be9
CY
22942011-11-29 Chong Yidong <cyd@gnu.org>
2295
2296 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
2297
24510c22
SM
22982011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2299
2300 * files.el (find-file): Don't use force-same-window (bug#10144).
2301 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
2302 use pop-to-buffer if the selected window can't be used.
2303 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
2304
c60c3703
EZ
23052011-11-28 Eli Zaretskii <eliz@gnu.org>
2306
2307 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
2308 special-mode-map.
2309
e95def75
CY
23102011-11-28 Chong Yidong <cyd@gnu.org>
2311
2312 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
2313
c3f1c606
NR
23142011-11-27 Nick Roberts <nickrob@snap.net.nz>
2315
2316 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
2317 gdb-get-source-file-list on gdb-create-source-file-list.
2318
00db469c
EZ
23192011-11-26 Eli Zaretskii <eliz@gnu.org>
2320
2321 * whitespace.el (whitespace-newline): Use a different foreground
2322 color for 16-color light-background displays.
2323
4ad3bc2a
CY
23242011-11-24 Chong Yidong <cyd@gnu.org>
2325
2326 * window.el (display-buffer--special-action): Doc fix.
2327
e9fce1ac
JB
23282011-11-25 Juanma Barranquero <lekktu@gmail.com>
2329
2330 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
2331 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
2332 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
2333 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
2334 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
2335 (avl-tree-stack-first):
2336 * emacs-lisp/cconv.el (cconv--analyse-use):
2337 * net/gnutls.el (gnutls-negotiate): Fix typos.
2338
cb825e5d
GM
23392011-11-24 Glenn Morris <rgm@gnu.org>
2340
3adbe224
GM
2341 * lpr.el (lpr-windows-system, lpr-lp-system):
2342 * mail/binhex.el (binhex-begin-line):
2343 * progmodes/grep.el (grep-history, grep-find-history):
2344 * textmodes/flyspell.el:
2345 * vc/pcvs-defs.el (cvs-global-menu):
2346 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
2347 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
2348 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
2349
321decc8
GM
2350 * net/tls.el: Fix case of "GnuTLS".
2351
420b63ad
GM
2352 * paths.el (rmail-file-name): Format doc-string for make-docfile.
2353
cb825e5d
GM
2354 * version.el (emacs-build-system): Give it a doc-string.
2355
a0649f08
JL
23562011-11-24 Juri Linkov <juri@jurta.org>
2357
2358 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
2359
c0bc0fd4
GM
23602011-11-24 Glenn Morris <rgm@gnu.org>
2361
2362 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
2363 if called on a non-mime message just toggle the headers. (Bug#8006)
2364
20db1522
JB
23652011-11-24 Juanma Barranquero <lekktu@gmail.com>
2366
2367 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
2368 (allout-lead-with-comment-string, allout-structure-deleted-hook)
2369 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
2370 (allout-rebullet-heading, allout-open-sibtopic)
2371 (allout-toggle-current-subtree-encryption)
2372 (allout-toggle-subtree-encryption, allout-encrypt-string)
2373 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
2374 (allout-distinctive-bullets-string, allout-auto-activation):
2375 * window.el (window-normalize-buffer-to-display):
2376 * progmodes/verilog-mode.el (verilog-batch-indent):
2377 * textmodes/bibtex.el (bibtex-field-braces-opt)
2378 (bibtex-field-strings-opt):
2379 * vc/cvs-status.el (cvs-tree-merge):
2380 Fix typos.
2381
7262a87c
MA
23822011-11-23 Michael Albinus <michael.albinus@gmx.de>
2383
2384 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
2385 `non-essential' to t, in order to avoid remote connections.
2386
283430a1
EZ
23872011-11-23 Eli Zaretskii <eliz@gnu.org>
2388
a1beca85
SM
2389 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2390 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
2391 case-insensitively.
2392
d2992a38
ML
23932011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
2394
2395 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
2396
50419064
GM
23972011-11-23 Glenn Morris <rgm@gnu.org>
2398
da94eca1
GM
2399 * paths.el (rmail-file-name): Reformat the doc-string so that it
2400 is picked up.
2401
9aac4de2
GM
2402 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
2403 (rmail-auto-file): Ignore case in the "special" field names,
2404 as mail-fetch-field does for all others.
2405
8038d2d2
GM
2406 * mail/rmail.el (rmail-forward):
2407 * mail/rmailkwd.el (rmail-set-label):
2408 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
2409 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
2410
f3fe222a
GM
2411 * mail/rmail.el (rmail-current-message): Doc fix.
2412
50419064
GM
2413 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
2414
28109f49
SM
24152011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
2416
2417 * server.el (server-eval-and-print): Allow C-g (bug#6585).
2418
394c65f1
GM
24192011-11-22 Glenn Morris <rgm@gnu.org>
2420
2421 * mail/rmailmm.el (test-rmail-mime-handler)
2422 (test-rmail-mime-bulk-handler)
2423 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
2424
f2a0aa3a
JL
24252011-11-21 Juri Linkov <juri@jurta.org>
2426
1154d12e
JB
2427 * calc/calc.el (calc-read-key-sequence):
2428 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 2429
9c34a344
LMI
24302011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2431
2432 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
2433 Tell the caller that the next line needs recomputation, even
2434 though it doesn't start a sexp (bug#10094).
2435
f04a3be9
SM
24362011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2437
2438 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
2439
7978747f
SM
24402011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2441
f04a3be9
SM
2442 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
2443 Use force-same-window.
7978747f 2444
fe7a3057
JB
24452011-11-20 Juanma Barranquero <lekktu@gmail.com>
2446
2447 * descr-text.el (describe-char-unicode-data):
2448 * json.el (json-string-escape):
2449 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
2450 (Footnote-unicode, Footnote-style-p):
2451 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
2452
24901d61
CY
24532011-11-20 Chong Yidong <cyd@gnu.org>
2454
2455 * window.el (replace-buffer-in-windows): Restore interactive spec.
2456
bac7ff22
SM
24572011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2458
24f3d7b9
SM
2459 * electric.el (electric-indent-mode): Fix last change (too optimistic).
2460
bac7ff22
SM
2461 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
2462 (byte-compile-global-not-obsolete-vars): New var.
2463 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
2464 Use it.
2465 (byte-compile-warn-obsolete): Align text with the one in *Help*.
2466
cd1181db
JB
24672011-11-20 Juanma Barranquero <lekktu@gmail.com>
2468
2469 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
2470 * progmodes/pascal.el (electric-pascal-equal):
2471 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
2472 * xml.el (xml-substitute-special): Fix typos.
2473
7fb18e9e
GM
24742011-11-20 Glenn Morris <rgm@gnu.org>
2475
2476 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
2477 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
2478 Doc fixes.
2479 (rmail-decode-mime-charset): Mark as obsolete.
2480
2481 * mail/rmailsum.el (rmail-message-regexp-p-1):
2482 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
2483 Before using mime functions, check they are set. (Bug#10077)
2484
d5a6b3ba
JL
24852011-11-19 Juri Linkov <juri@jurta.org>
2486
2487 * info.el (Info-finder-find-node): Use `package--builtins' instead
2488 of `package-alist'. Use node names formed by the pattern "Keyword "
2489 and the keyword name.
2490
e981b61f
AS
24912011-11-19 Andreas Schwab <schwab@linux-m68k.org>
2492
1d00653d 2493 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 2494
3ffbc301
JL
24952011-11-19 Juri Linkov <juri@jurta.org>
2496
2497 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
2498 that calls `revert-buffer' on all Info buffers. (Bug#9915)
2499 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
2500 `old-history', `old-history-forward'. Add let-binding
2501 `window-selected'. Remove calls to `kill-buffer',
2502 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
2503 before calling `Info-find-node', so `Info-find-node-2' will reread
2504 the Info file. Restore window positions only when `window-selected'
2505 is non-nil.
2506
30c62133
JL
25072011-11-19 Juri Linkov <juri@jurta.org>
2508
2509 * isearch.el (isearch-lazy-highlight-new-loop):
2510 Remove condition `(not isearch-error)'. (Bug#9918)
2511
2512 * misearch.el (multi-isearch-search-fun): Add condition
2513 `(not bound)' to ignore lazy-highlighting search.
2514 Add the search-failed message "end of multi" when the end of
2515 multi-sequence is reached. Uncapitalize the search-failed
2516 message "Repeat for next buffer".
2517
2518 * info.el (Info-search): Add the search-failed message
2519 "end of the manual" when the end of the manual is reached
2520 in Isearch mode.
2521
645ca9cf
JL
25222011-11-19 Juri Linkov <juri@jurta.org>
2523
2524 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
2525 Use non-destructive `remove' instead of `delete' because
2526 `Info-history-list' stored to `Info-isearch-initial-history-list' in
2527 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
2528
df754f66
JL
25292011-11-19 Juri Linkov <juri@jurta.org>
2530
2531 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
2532 to nil instead of binding `search-ring' and `regexp-search-ring'.
2533 (Bug#9185)
2534
0e23d96a
EZ
25352011-11-19 Eli Zaretskii <eliz@gnu.org>
2536
2537 * simple.el (line-move): Force movement by logical lines for any
2538 hscrolled window, not only when auto-hscroll-mode is on.
2539 (line-move-visual): Update doc string to that effect. (Bug#10076)
2540
8a6ccb66
AS
25412011-11-19 Andreas Schwab <schwab@linux-m68k.org>
2542
2543 * language/european.el (macintosh): Define as alias for mac-roman.
2544
49ae5b39
EZ
25452011-11-19 Eli Zaretskii <eliz@gnu.org>
2546
2547 * mail/rmailmm.el (rmail-mime-display-header)
2548 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
2549 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
2550 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
2551 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
2552 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
2553 of a raw aref.
2554 (rmail-mime-entity-segment): To get past the tagline, move forward
2555 2 more lines, to account for the 2 empty lines that precede and
2556 follow the line with the buttons.
2557 (rmail-mime-update-tagline): Move one more line, to get past the
2558 empty line that follows the buttons in the tagline. (Bug#9520)
2559
c56cad4a
MR
25602011-11-19 Martin Rudalics <rudalics@gmx.at>
2561
2562 * window.el (window-max-delta-1, window-min-delta-1)
2563 (window-min-size-1, window-state-get-1, window-state-put-1)
2564 (window-state-put-2): Use "window--" prefix.
2565
cbe71af3
SM
25662011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
2567
2ad52c60
SM
2568 * emacs-lisp/smie.el: Improve warnings and conflict detection.
2569 (smie-warning-count): New var.
2570 (smie-set-prec2tab): Use it.
2571 (smie-bnf->prec2): Improve warnings. Add docstring.
2572 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
2573 (smie-bnf--set-class): New function.
2574 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
2575 corner case.
2576
6944dbc1
SM
2577 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
2578 (compilation-error-properties, compilation-move-to-column):
2579 Handle compilation-first-column while in the target buffer.
2580
c400c4d7
SM
2581 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
2582 Don't hardcode point-min==1.
2583
6dbe3e96
SM
2584 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
2585 (eshell-rewrite-for-command): Remove workaround.
2586 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
2587 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
2588 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
2589
cbe71af3
SM
2590 * files-x.el (modify-file-local-variable): Obey commenting conventions.
2591
a8e1496d
GM
25922011-11-17 Glenn Morris <rgm@gnu.org>
2593
2594 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2595 Ignore buffer-local generated-autoload-file if it is the same
2596 as the global value. (Bug#10049)
2597
df85d315
JB
25982011-11-17 Juanma Barranquero <lekktu@gmail.com>
2599
2600 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
2601 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
2602 (reftex-toc-previous-heading, reftex-toc-max-level)
2603 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
2604 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
2605 (reftex-toc-do-promote, reftex-toc-promote-prepare)
2606 (reftex-toc-promote-action, reftex-toc-extract-section-number)
2607 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
2608 (reftex-toc-rename-label, reftex-toc-visit-location)
2609 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
2610 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
2611 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
2612 leaving "*toc*" only for references to the buffer.
2613
a0c2d0ae
MR
26142011-11-17 Martin Rudalics <rudalics@gmx.at>
2615
2616 * window.el (window-resize, delete-window, split-window):
2617 Replace window-splits by window-combination-resize.
1d00653d 2618 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 2619
35c0bac8
GM
26202011-11-17 Glenn Morris <rgm@gnu.org>
2621
2622 * progmodes/sh-script.el (sh-font-lock-keywords-var):
2623 Make bash entry derive from sh entry, not shell entry.
2624
d0c8fc8a
MA
26252011-11-16 Michael Albinus <michael.albinus@gmx.de>
2626
d0c8fc8a
MA
2627 * net/tramp-cache.el (tramp-flush-file-property): Flush also
2628 properties of linked files. (Bug#9879)
2629
7262a87c
MA
2630 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
2631 local file name.
2632
7877f373
JB
26332011-11-16 Juanma Barranquero <lekktu@gmail.com>
2634
2635 * menu-bar.el (menu-bar-file-menu):
2636 * printing.el (pr-ps-utility):
2637 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
2638 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
2639 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
2640 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
2641 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
2642 (icalendar--convert-cyclic-to-ical)
2643 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
2644 (icalendar--convert-ical-to-diary)
2645 (icalendar--convert-recurring-to-diary)
2646 (icalendar--convert-non-recurring-all-day-to-diary)
2647 (icalendar-import-format-sample):
2648 * progmodes/idlw-shell.el (idlwave-shell-mode):
2649 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
2650 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
2651 (vhdl-ps-print-init): Fix typos.
2652
10649b82
KM
26532011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
2654
9d0cfcd6
GM
2655 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
2656 FSF and collapse date sequence, obscure author/maintainer email address
2657 better, remove extra version line, track relocation of author's webpage.
10649b82 2658
9d0cfcd6
GM
2659 * progmodes/python.el (python-pdbtrack-input-prompt)
2660 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
2661 regular python pdb prompts. Adjustments shamelessly taken exactly as
2662 suggested in EmacsWiki page (tiny change):
2663 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 2664
58179cce
JB
26652011-11-16 Juanma Barranquero <lekktu@gmail.com>
2666
2667 * expand.el (expand-pos, expand-index, expand-point):
2668 Remove redundant info from docstring.
2669 (expand-add-abbrevs): Doc fix.
2670 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
2671 (expand-sample-perl-mode-expand-list): Fix typos.
2672
2673 * net/dbus.el (dbus-event-member-name):
2674 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
2675 * term/pc-win.el (msdos-create-frame-with-faces):
2676 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
2677
b6f67890
MR
26782011-11-16 Martin Rudalics <rudalics@gmx.at>
2679
2680 * window.el (split-window, window-state-get-1)
2681 (window-state-put-1, window-state-put-2): Rename occurrences of
2682 window-nest to window-combination-limit.
1d00653d 2683 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 2684
ce7ddba0
CY
26852011-11-16 Chong Yidong <cyd@gnu.org>
2686
2687 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
2688 regexp (Bug#10033).
2689
3ae704f4
SM
26902011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2691
2692 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
2693 `completing-read' will remove *Completions* and will preserve
2694 current-buffer for us.
2695 (tmm-add-prompt): Users of *Completions* will always (re)set its
2696 major mode.
2697 (tmm-old-comp-map): Remove.
2698
6ad1cdde
GM
26992011-11-16 Glenn Morris <rgm@gnu.org>
2700
2701 * mail/rmailedit.el: Require rmailmm when compiling.
2702 (rmail-old-mime-state): New declaration.
2703 (rmail-edit-current-message): If editing a mime message,
2704 edit the "raw" message from the mbox buffer.
2705 (rmail-cease-edit): Handle mime messages. (Bug#9840)
2706
d20faa20
GM
27072011-11-15 Glenn Morris <rgm@gnu.org>
2708
2709 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
2710 which wasn't being used. Add optional arg to force given state.
2711 (rmail-mime): Add optional arg to force given state.
2712
c7015153
JB
27132011-11-15 Juanma Barranquero <lekktu@gmail.com>
2714
2715 * allout.el (allout-encryption-plaintext-sanitization-regexps):
2716 * frame.el (display-mm-dimensions-alist):
2717 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
2718 (outline-move-subtree-down):
2719 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
2720 (newsticker--treeview-do-get-node):
2721 * net/quickurl.el (quickurl-list-buffer-name):
2722 * progmodes/dcl-mode.el (dcl-mode):
2723 * progmodes/gdb-mi.el (gdb-mapcar*):
2724 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
2725
45261b50
GM
27262011-11-15 Glenn Morris <rgm@gnu.org>
2727
2728 * mail/rmail.el (rmail-file-coding-system): It's only ever used
2729 in a boolean sense, so just make it a boolean, and fix the doc.
2730 (rmail-show-mime-function, rmail-mime-feature)
2731 (rmail-require-mime-maybe): Doc fixes.
2732 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
2733
2734 * mail/rmailmm.el (rmail-show-mime): Doc fix.
2735
0d26e0b6
JB
27362011-11-15 Juanma Barranquero <lekktu@gmail.com>
2737
2738 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
2739 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
2740 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
2741 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
2742
447f30f6
GM
27432011-11-15 Glenn Morris <rgm@gnu.org>
2744
672b871d
GM
2745 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
2746 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
2747 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
2748 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
2749 (rmail-mime, rmail-show-mime): Doc fixes.
2750
f6aa5bb1
GM
2751 * term/ns-win.el (mode-line-frame-identification):
2752 Leave it alone. (Bug#10051)
2753
947cd66b
GM
2754 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
2755
447f30f6
GM
2756 * mail/rmailout.el (rmail-output-to-rmail-buffer):
2757 Handle empty buffers. (Bug#9978)
2758
0b381c7e
JB
27592011-11-14 Juanma Barranquero <lekktu@gmail.com>
2760
2761 * international/mule.el (define-charset):
2762 * mail/rmailmm.el (rmail-mime-find-header-encoding):
2763 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
2764 * progmodes/verilog-mode.el (verilog-backward-token):
2765 * textmodes/ispell.el (lookup-words):
2766 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
2767
71e027ac
GM
27682011-11-14 Glenn Morris <rgm@gnu.org>
2769
56632ce4
GM
2770 * progmodes/executable.el
2771 (executable-make-buffer-file-executable-if-script-p):
2772 Handle file-modes returning nil.
2773
40500957
GM
2774 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
2775 message - not necessary, and causes problems. (Bug#9831)
2776
071c2340
GM
2777 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
2778
d3cfca60
GM
2779 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
2780
71e027ac
GM
2781 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
2782 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
2783 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
2784
89d61221
MR
27852011-11-12 Martin Rudalics <rudalics@gmx.at>
2786
2787 * window.el (window-resize, delete-window): Use window-splits
2788 variable instead of function.
2789 (window-state-get-1, window-state-put-2, window-state-put):
2790 Don't deal with windows' splits status.
2791
98282f6f
GM
27922011-11-12 Glenn Morris <rgm@gnu.org>
2793
2794 * apropos.el (apropos-do-all, apropos-library, apropos-value)
2795 (apropos-documentation): Doc fixes.
2796
40a8bdf6
JB
27972011-11-11 Juanma Barranquero <lekktu@gmail.com>
2798
2799 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
2800 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
2801
65bd19ff
SM
28022011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2803
2804 * electric.el (electric-indent-post-self-insert-function): Make it
2805 possible for a char to only indent in some circumstances.
2806 (electric-indent-mode): Simplify.
2807
54f9154c
MR
28082011-11-11 Martin Rudalics <rudalics@gmx.at>
2809
2810 * window.el (windows-with-parameter): Remove unused function.
2811 (windows-at-side): Rename to window-at-side-list.
2812 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
2813 (window-side-check, window-size-ignore, window-size-fixed-1)
2814 (window-in-direction-2): Prefix with "window--".
2815 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 2816
68cbc58b
GM
28172011-11-11 Glenn Morris <rgm@gnu.org>
2818
2819 * subr.el (eval-after-load): If FILE is already loaded,
2820 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
2821
b2621720
GM
28222011-11-10 Glenn Morris <rgm@gnu.org>
2823
9a4de110
GM
2824 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
2825 Call svn via vc-svn-command rather than vc-do-command.
2826 (vc-svn-command): Add --non-interactive. (Bug#9993)
2827 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
2828
b2621720
GM
2829 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
2830 Add toggle-read-only. (Bug#7292)
2831 * files.el (toggle-read-only): Mention that it should only
2832 be used interactively. (Bug#10006)
2833
1dce7193
SM
28342011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2835
d9ac1a1e
SM
2836 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2837 Adjust regexp for OCaml warnings.
2838
0c325082
SM
2839 * electric.el (electric-pair-post-self-insert-function): Let user
2840 turn it off buffer-locally (bug#9932).
2841
90132c14
SM
2842 * progmodes/python.el (python-beginning-of-statement):
2843 Rewrite (bug#2703).
2844
1dce7193
SM
2845 * progmodes/compile.el: Better handle TABs (bug#9749).
2846 (compilation-internal-error-properties)
2847 (compilation-next-error-function): Obey the target buffer's
2848 compilation-error-screen-columns.
2849
c4e7c63a
JB
28502011-11-09 Juanma Barranquero <lekktu@gmail.com>
2851
2852 * progmodes/meta-mode.el: Remove obsolete comments.
2853 (meta-right-comment-regexp, meta-ignore-comment-regexp):
2854 Fix typos in docstrings.
2855
2cffd681
MR
28562011-11-09 Martin Rudalics <rudalics@gmx.at>
2857
2858 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 2859 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
2860 (window--resizable): New function. Make all callers of
2861 window-resizable call window--resizable instead.
2862 (window-resizable): Rewrite in terms of window--resizable.
2863
0edcba87
GM
28642011-11-08 Glenn Morris <rgm@gnu.org>
2865
2866 * progmodes/delphi.el (delphi-mode-syntax-table):
2867 Let define-derived-mode define a proper syntax table. (Bug#9994)
2868
4b0d61e3
SM
28692011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2870
2871 * window.el: Stay away from defsubst.
2872 (window-list-no-nils): Remove.
2873 (window-state-get-1, window-state-get): Use backquote instead.
2874
cd394be1 28752011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 2876
4b0d61e3 2877 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 2878 Fix incorrect use of default argument in `completing-read'.
2879
e1c2c6f2
MR
28802011-11-08 Martin Rudalics <rudalics@gmx.at>
2881
2882 * window.el (display-buffer-function, special-display-function):
2883 Mention display-buffer-record-window but do not mention
2884 help-setup parameter in doc-strings.
b3f4a882 2885 (window-min-delta): Fix doc-string typo.
e1c2c6f2 2886
105216ed
CY
28872011-11-08 Chong Yidong <cyd@gnu.org>
2888
2889 * window.el (window-total-height, window-total-width): Doc fix.
2890 (window-body-size): Move from C.
2891 (window-body-height, window-body-width): Move to C.
2892
0a9f9ab5
SM
28932011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2894
2895 * window.el: Make special-display like display-buffer-alist (bug#9532).
2896 (display-buffer--special-action): New function, morphed
2897 from display-buffer--special.
2898 (display-buffer): Use it to handle special-display-buffers at higher
2899 priority (just after display-buffer-alist).
2900 (display-buffer-fallback-action, display-buffer--other-frame-action)
2901 (pop-to-buffer-same-window): Remove display-buffer--special.
2902
a769dd15
GM
29032011-11-07 Glenn Morris <rgm@gnu.org>
2904
2905 * calendar/cal-menu.el (cal-menu-set-date-title):
2906 Do nothing if not in a calendar. (Bug#9976)
2907
05a61ee3
SM
29082011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
2909
2910 * files.el (find-file): Always use selected-window.
2911
be7f5545
MR
29122011-11-07 Martin Rudalics <rudalics@gmx.at>
2913
2914 * window.el (window-combinations): Make WINDOW argument
2915 mandatory. Rewrite doc-string.
2916 (walk-window-subtree, window-atom-check, window-min-delta)
2917 (window-max-delta, window--resize-this-window)
2918 (window--resize-root-window-vertically, window-tree)
2919 (balance-windows, window-state-put): Rewrite doc-strings as to
2920 not mention the term "subwindow".
2921 (window--resize-subwindows-skip-p): Rename to
2922 window--resize-child-windows-skip-p.
2923 (window--resize-subwindows-normal): Rename to
2924 window--resize-child-windows-normal.
2925 (window--resize-subwindows): Rename to
2926 window--resize-child-windows.
2927 (window-or-subwindow-p): Rename to window--in-subtree-p.
2928
3c6702ef
ML
29292011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
2930
2931 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
2932 Ensure that mbox format messages end in two newlines (Bug#9974).
2933
49745b39
CY
29342011-11-06 Chong Yidong <cyd@gnu.org>
2935
2936 * window.el (window-combination-p): Function deleted; its
2937 side-effect is not used in any existing code.
2938 (window-combinations, window-combined-p): Call window-*-child
2939 directly.
2940
24300f5f
CY
29412011-11-05 Chong Yidong <cyd@gnu.org>
2942
2943 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
2944 (window-size-ignore, window-state-get): Callers changed.
2945 (window-normalize-window): Rename from window-normalize-any-window.
2946 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 2947 (window-normalize-live-window): Delete.
447f16b8
CY
2948 (window-combination-p, window-combined-p, window-combinations)
2949 (walk-window-subtree, window-atom-root, window-min-size)
2950 (window-sizable, window-sizable-p, window-size-fixed-p)
2951 (window-min-delta, window-max-delta, window-resizable)
2952 (window-resizable-p, window-full-height-p, window-full-width-p)
2953 (window-current-scroll-bars, window-point-1, set-window-point-1)
2954 (window-at-side-p, window-in-direction, window-resize)
2955 (adjust-window-trailing-edge, maximize-window, minimize-window)
2956 (window-deletable-p, delete-window, delete-other-windows)
2957 (record-window-buffer, unrecord-window-buffer)
2958 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
2959 (quit-window, split-window, window-state-put)
2960 (set-window-text-height, fit-window-to-buffer)
2961 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 2962
89bd5ee1
EZ
29632011-11-04 Eli Zaretskii <eliz@gnu.org>
2964
53479029
EZ
2965 * mail/rmail.el (rmail-simplified-subject): Decode subject with
2966 rfc2047-decode-string.
2967 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
2968 warnings.
2969
89bd5ee1
EZ
2970 * window.el (window-body-height, window-body-width): Mention in
2971 the doc string that the return values are in frame's canonical
2972 units. (Bug#9949)
2973
bd17fdee
AM
29742011-11-03 Alan Mackenzie <acm@muc.de>
2975
2976 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
2977 change in cc-engine.el.
2978
acc825c5
SM
29792011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
2980
2981 * window.el (switch-to-buffer): Use `force-same-window' interactively.
2982
1885e5b8
MR
29832011-11-02 Martin Rudalics <rudalics@gmx.at>
2984
2985 * window.el (quit-window): Call unrecord-window-buffer after
2986 showing another buffer in the window. (Bug#9937)
acc825c5 2987 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 2988
ebe06da9
JB
29892011-11-02 Juanma Barranquero <lekktu@gmail.com>
2990
2991 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
2992 Accept status with more than 9 shelves. (Bug#9935)
2993 Reported by Colin D Bennett <colin@gibibit.com>.
2994
4ee88440
MR
29952011-11-01 Martin Rudalics <rudalics@gmx.at>
2996
2997 * help.el (with-help-window): Don't reference
2998 temp-buffer-show-specifiers in doc-string.
2999
08e1d82c
AS
30002011-10-31 Andreas Schwab <schwab@linux-m68k.org>
3001
3002 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
3003 menu-item.
3004
84bd6e9e
VJL
30052011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3006
3007 * whitespace.el: New version 13.2.2.
3008 (whitespace-newline-mode): Disable properly. Reported by Sarah
3009 <EmacsWiki>.
3010
dba0634a
UJ
30112011-10-30 Ulf Jasper <ulf.jasper@web.de>
3012
3013 * net/newst-treeview.el: Remove "Time-stamp".
3014 (newsticker--group-manage-orphan-feeds): Do not call
3015 newsticker--treeview-tree-update.
db22a3c2
JB
3016 (newsticker-treeview-update, newsticker-treeview):
3017 Call newsticker--treeview-tree-update if necessary.
dba0634a 3018
3d8daefe
MR
30192011-10-30 Martin Rudalics <rudalics@gmx.at>
3020
3021 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
3022 (window-iso-combinations): Remove "iso-" infix.
3023 Suggested by Chong Yidong.
3d8daefe
MR
3024 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
3025 (window-max-delta-1, window-resize, window--resize-siblings)
3026 (window--resize-this-window, adjust-window-trailing-edge)
3027 (split-window, balance-windows-1)
3028 (shrink-window-if-larger-than-buffer):
3029 * calendar/calendar.el (calendar-generate-window):
db22a3c2 3030 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 3031
1bc4c3ae
SM
30322011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3033
3034 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
3035 in place (bug#9907).
3036 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
3037 (eshell-rewrite-if-command, eshell-rewrite-for-command)
3038 (eshell-structure-basic-command, eshell-rewrite-while-command)
3039 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
3040 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
3041 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
3042 (eshell-do-pipelines-synchronously, eshell-eval-command):
3043 Use backquotes and prefer setq to set.
3044 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
3045 (eshell-macrop): Use functionp.
c1e2f5fa 3046 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 3047
30b65d9c
CY
30482011-10-30 Chong Yidong <cyd@gnu.org>
3049
3050 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
3051 instead of set-mark (Bug#9810).
3052
2d197ffb
CY
30532011-10-30 Chong Yidong <cyd@gnu.org>
3054
3055 * window.el (split-window-below, split-window-right): Rename from
3056 split-window-above-each-other and split-window-side-by-side
3057 respectively. All callers changed.
3058 (split-window-sensibly, split-window-sensibly): Use them.
3059 (split-window-keep-point): Doc fix.
3060
3061 * isearch.el: Add isearch-scroll property to split-window-below
3062 and split-window-right.
3063
3064 * follow.el (follow-mode):
3065 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
3066 * progmodes/ada-xref.el (ada-gdb-application):
3067 * emulation/vip.el (vip-buffer-in-two-windows):
3068 * image-dired.el (image-dired-dired-with-window-configuration):
3069 * dired-x.el (dired-do-find-marked-files):
3070 * dired.el (dired-pop-to-buffer):
3071 * bs.el (bs--show-with-configuration):
3072 * vc/emerge.el (emerge-setup-windows):
3073 * textmodes/two-column.el (2C-two-columns):
3074 * textmodes/reftex-toc.el (reftex-toc):
3075 * progmodes/gdb-mi.el (gdb-setup-windows):
3076 * progmodes/fortran.el (fortran-window-create):
3077 * net/newst-treeview.el (newsticker--treeview-window-init):
3078 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
3079 * emulation/tpu-edt.el (tpu-gold-map):
3080 * emulation/crisp.el (crisp-mode-map):
3081 * calendar/calendar.el (calendar-basic-setup): Callers changed.
3082
38bb2ca8
CY
30832011-10-29 Chong Yidong <cyd@gnu.org>
3084
aa4de341
CY
3085 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
3086
e1eb5385
CY
3087 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
3088
5d2ece3c
CY
3089 * textmodes/flyspell.el (flyspell-word): Fix char offset for
3090 forged Ispell output (Bug#7904).
3091
38bb2ca8
CY
3092 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
3093
d0af9f77
SM
30942011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3095
3096 * doc-view.el: Avoid ugly errors about not finding nil.
3097 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
3098 (doc-view-dvipdf-program, doc-view-unoconv-program)
3099 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
3100 Avoid nil or absolute file name as default value.
3101 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
3102
52bedd34
AM
31032011-10-28 Alan Mackenzie <acm@muc.de>
3104
db22a3c2 3105 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 3106
7e43cfa5
AM
31072011-10-28 Alan Mackenzie <acm@muc.de>
3108
3109 Amend the handling of c-beginning/end-of-defun in nested declaration
3110 scopes.
3111
52bedd34
AM
3112 * progmodes/cc-vars.el (c-defun-tactic): Move here from
3113 cc-langs.el. Change it to a defcustom.
7e43cfa5 3114
52bedd34
AM
3115 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
3116 cc-vars.el.
7e43cfa5 3117
d0af9f77
SM
3118 * progmodes/cc-engine.el (c-beginning-of-statement-1):
3119 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 3120
52bedd34 3121 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 3122 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
3123 (c-widen-to-enclosing-decl-scope): New function.
3124 (c-while-widening-to-decl-block): New macro.
3125 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
3126 outward for defun boundaries, and correspondingly change symbol
3127 `respect-enclosure' to `go-outward'.
3128 (c-declaration-limits): Change algorithm to report only the "innermost"
3129 defun's boundaries.
3130
1a2ce9ee
DD
31312011-10-28 Deniz Dogan <deniz@dogan.se>
3132
3133 * net/rcirc.el (rcirc-mode): Use hard newlines.
3134
bc97a826
AM
31352011-10-28 Alan Mackenzie <acm@muc.de>
3136
3137 Amend to indent and fontify macros "which include their own semicolon"
3138 correctly, using the "virtual semicolon" mechanism.
3139
52bedd34 3140 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 3141
d0af9f77 3142 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 3143 Recode to scan one line at a time rather than having \n and \r
58179cce 3144 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 3145 (c-forward-label): Amend for virtual semicolons.
58179cce 3146 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 3147
52bedd34
AM
3148 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
3149 of the new C macros.
bc97a826 3150
52bedd34 3151 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
3152 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
3153 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
3154 (c-opt-cpp-macro-define): Make into a full language variable.
3155 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
3156 AWK Mode (including \n, \r) removed, no longer needed.
3157
d0af9f77
SM
3158 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
3159 Invoke c-make-macro-with-semi-re.
bc97a826 3160
52bedd34
AM
3161 * progmodes/cc-vars.el (c-macro-with-semi-re):
3162 (c-macro-names-with-semicolon): New variables.
58179cce 3163 (c-make-macro-with-semi-re): New function.
bc97a826 3164
7a6c0941
SM
31652011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3166
3167 * vc/log-edit.el: Fill empty field rather than adding new one.
3168 (log-edit-add-field): New function.
3169 (log-edit-insert-changelog): Use it.
3170
b0c4cdcf
ML
31712011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3172
3173 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
3174
ee1f1da9
SM
31752011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3176
3177 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
3178 (gdb--check-interpreter): New function.
3179 (gdb): Use it.
3180
51bc5f8b
GM
31812011-10-27 Glenn Morris <rgm@gnu.org>
3182
416a2c45
GM
3183 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
3184 (least-positive-float, least-negative-float)
3185 (least-positive-normalized-float, least-negative-normalized-float)
3186 (float-epsilon, float-negative-epsilon):
3187 Remove unnecessary declarations.
3188
3189 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
3190 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
3191 (least-positive-float, least-negative-float)
3192 (least-positive-normalized-float, least-negative-normalized-float)
3193 (float-epsilon, float-negative-epsilon): Add doc-strings,
3194 based on those in cl.texi.
3195
51bc5f8b
GM
3196 * files.el (set-visited-file-name): If the major-mode changed,
3197 reload the local variables. (Bug#9796)
3198
15de15c6
CY
31992011-10-27 Chong Yidong <cyd@gnu.org>
3200
3201 * subr.el (change-major-mode-after-body-hook): New hook.
3202 (run-mode-hooks): Run it.
3203
ee1f1da9
SM
3204 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3205 Use change-major-mode-before-body-hook.
15de15c6
CY
3206
3207 * simple.el (fundamental-mode):
3208 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
3209 change introducing fundamental-mode-hook.
3210
5430d399
JB
32112011-10-26 Juanma Barranquero <lekktu@gmail.com>
3212
acc825c5 3213 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 3214
ad74a69e
MA
32152011-10-26 Michael Albinus <michael.albinus@gmx.de>
3216
3217 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 3218 tramp.el explicitly. (Bug#7583)
ad74a69e 3219
71d4c2a5
SM
32202011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3221
3222 * progmodes/octave-mod.el:
3223 * progmodes/octave-inf.el: Update maintainer.
3224
b1f6fa26
CY
32252011-10-26 Chong Yidong <cyd@gnu.org>
3226
3227 * subr.el (with-wrapper-hook): Rewrite doc.
3228
3f04efd6
MA
32292011-10-25 Michael Albinus <michael.albinus@gmx.de>
3230
3231 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 3232 filenames "/method:foo:". (Bug#9793)
3f04efd6 3233
410488d3
SM
32342011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3235
3236 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
3237 (bug#9865).
3238
c1ebb47e
GM
32392011-10-24 Glenn Morris <rgm@gnu.org>
3240
3241 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
3242
7f5c46c7
MA
32432011-10-24 Michael Albinus <michael.albinus@gmx.de>
3244
3245 * notifications.el: Add the requirement of a running D-Bus session
3246 bus to the Commentary.
3247
db2440b6
JL
32482011-10-24 Juri Linkov <juri@jurta.org>
3249
3250 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
3251 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
3252 (Bug#9364)
3253
feecf435
JL
32542011-10-24 Juri Linkov <juri@jurta.org>
3255
3256 * info.el (Info-following-node-name-re): Add newline to the list
3257 of allowed characters for leading space. (Bug#9824)
3258
a3839de2
SM
32592011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3260
acc825c5
SM
3261 * progmodes/octave-inf.el (inferior-octave-mode-map):
3262 Fix C-c C-h binding.
a3839de2
SM
3263 * progmodes/octave-mod.el (octave-help): Remove.
3264
09388e76
MA
32652011-10-23 Michael Albinus <michael.albinus@gmx.de>
3266
3267 Sync with Tramp 2.2.3.
3268
3269 * net/tramp-cache.el (top): Pacify byte-compiler using
3270 `init-file-user' and `site-run-file'.
3271
3272 * net/trampver.el: Update release number.
3273
86c60681
CY
32742011-10-23 Chong Yidong <cyd@gnu.org>
3275
3276 * files.el (toggle-read-only): Remove obsolete comment about
3277 version control.
3278
3279 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
3280 for toggle-read-only. Note that this hasn't called vc-next-action
3281 since 2008-05-02, though it wasn't documented at the time.
3282
a3839de2
SM
3283 * vc/ediff-init.el (ediff-toggle-read-only-function):
3284 Use toggle-read-only.
86c60681 3285
cd5495ff
AM
32862011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
3287
3288 Fix bug #9560, sporadic wrong indentation; improve instrumentation
3289 of c-parse-state.
3290
00b77525 3291 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 3292 correct faulty logical expression.
cd5495ff
AM
3293 (c-parse-state-state, c-record-parse-state-state):
3294 (c-replay-parse-state-state): New defvar/defuns.
3295 (c-debug-parse-state): Use new functions.
3296
42ee24ed
MR
32972011-10-22 Martin Rudalics <rudalics@gmx.at>
3298
3299 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 3300 last fix. Use window-in-direction correctly.
42ee24ed 3301
a7dee7e7
CY
33022011-10-21 Chong Yidong <cyd@gnu.org>
3303
3304 * progmodes/idlwave.el (idlwave-mode):
3305 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
3306 require-final-newline; that's done in prog-mode.
3307 Suggested by Stefan Monnier.
a7dee7e7 3308
e07b9a6d
MR
33092011-10-21 Martin Rudalics <rudalics@gmx.at>
3310
3311 * mouse.el (mouse-drag-window-above)
3312 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
3313 (mouse-drag-mode-line-1, mouse-drag-header-line)
3314 (mouse-drag-vertical-line-rightward-window): Remove.
3315 (mouse-drag-line): New function.
3316 (mouse-drag-mode-line, mouse-drag-header-line)
3317 (mouse-drag-vertical-line): Call mouse-drag-line.
3318 * window.el (window-at-side-p, windows-at-side): New functions.
3319
7e1361d9
UM
33202011-10-21 Ulrich Mueller <ulm@gentoo.org>
3321
3322 * tar-mode.el (tar-grind-file-mode):
3323 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
3324
30fcaf3a
CY
33252011-10-21 Chong Yidong <cyd@gnu.org>
3326
3327 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
3328 * progmodes/vera-mode.el (vera-mode):
3329 Use mode-require-final-newline.
30fcaf3a 3330
516eddb0
GM
33312011-10-20 Glenn Morris <rgm@gnu.org>
3332
db22a3c2 3333 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 3334
10d5f513
CS
33352011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
3336
3337 * emulation/cua-base.el (cua-set-mark): Fix case of string.
3338
ac6c8639
CY
33392011-10-20 Chong Yidong <cyd@gnu.org>
3340
3341 * emulation/cua-base.el (cua-mode):
3342 * mail/footnote.el (footnote-mode):
3343 * mail/mailabbrev.el (mail-abbrevs-mode):
3344 * net/xesam.el (xesam-minor-mode):
3345 * progmodes/bug-reference.el (bug-reference-mode):
3346 * progmodes/cap-words.el (capitalized-words-mode):
3347 * progmodes/compile.el (compilation-minor-mode)
3348 (compilation-shell-minor-mode):
3349 * progmodes/gud.el (gud-tooltip-mode):
3350 * progmodes/hideif.el (hide-ifdef-mode):
3351 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
3352 * progmodes/subword.el (subword-mode):
3353 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
3354 * progmodes/which-func.el (which-function-mode):
3355 * term/tvi970.el (tvi970-set-keypad-mode):
3356 * term/vt100.el (vt100-wide-mode):
3357 * textmodes/flyspell.el (flyspell-mode):
3358 * textmodes/ispell.el (ispell-minor-mode):
3359 * textmodes/nroff-mode.el (nroff-electric-mode):
3360 * textmodes/paragraphs.el (use-hard-newlines):
3361 * textmodes/refill.el (refill-mode):
3362 * textmodes/reftex.el (reftex-mode):
3363 * textmodes/rst.el (rst-minor-mode):
3364 * textmodes/sgml-mode.el (html-autoview-mode)
3365 (sgml-electric-tag-pair-mode):
3366 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
3367 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
3368 * emulation/crisp.el (crisp-mode):
3369 * emacs-lisp/eldoc.el (eldoc-mode):
3370 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
3371 minor mode behavior.
3372
aa42ab43
JL
33732011-10-19 Juri Linkov <juri@jurta.org>
3374
3375 * descr-text.el (describe-char): Add #x2010 and #x2011 to
3376 the list of hard-coded chars with escape-glyph face.
3377
89400f1d
SM
33782011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3379
3380 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
3381
305c07f6
MA
33822011-10-19 Michael Albinus <michael.albinus@gmx.de>
3383
3384 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
3385 running process.
3386
13754b54
GM
33872011-10-19 Glenn Morris <rgm@gnu.org>
3388
3389 * vc/vc-bzr.el (vc-bzr-after-dir-status):
3390 Ignore ignored files. (Bug#9726)
3391
06e21633
CY
33922011-10-19 Chong Yidong <cyd@gnu.org>
3393
3394 Doc fix for minor modes, stating that an omitted argument enables
3395 the mode unconditionally when called from Lisp.
3396
3397 * abbrev.el (abbrev-mode):
3398 * allout.el (allout-mode):
3399 * autoinsert.el (auto-insert-mode):
3400 * autoarg.el (autoarg-mode, autoarg-kp-mode):
3401 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
3402 (global-auto-revert-mode):
3403 * battery.el (display-battery-mode):
3404 * composite.el (global-auto-composition-mode)
3405 (auto-composition-mode):
3406 * delsel.el (delete-selection-mode):
3407 * desktop.el (desktop-save-mode):
3408 * dired-x.el (dired-omit-mode):
3409 * dirtrack.el (dirtrack-mode):
3410 * doc-view.el (doc-view-minor-mode):
3411 * double.el (double-mode):
3412 * electric.el (electric-indent-mode, electric-pair-mode):
3413 * emacs-lock.el (emacs-lock-mode):
3414 * epa-hook.el (auto-encryption-mode):
3415 * follow.el (follow-mode):
3416 * font-core.el (font-lock-mode):
3417 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
3418 * help.el (temp-buffer-resize-mode):
3419 * hilit-chg.el (highlight-changes-mode)
3420 (highlight-changes-visible-mode):
3421 * hi-lock.el (hi-lock-mode):
3422 * hl-line.el (hl-line-mode, global-hl-line-mode):
3423 * icomplete.el (icomplete-mode):
3424 * ido.el (ido-everywhere):
3425 * image-file.el (auto-image-file-mode):
3426 * image-mode.el (image-minor-mode):
3427 * iswitchb.el (iswitchb-mode):
3428 * jka-cmpr-hook.el (auto-compression-mode):
3429 * linum.el (linum-mode):
3430 * longlines.el (longlines-mode):
3431 * master.el (master-mode):
3432 * mb-depth.el (minibuffer-depth-indicate-mode):
3433 * menu-bar.el (menu-bar-mode):
3434 * minibuf-eldef.el (minibuffer-electric-default-mode):
3435 * mouse-sel.el (mouse-sel-mode):
3436 * msb.el (msb-mode):
3437 * mwheel.el (mouse-wheel-mode):
3438 * outline.el (outline-minor-mode):
3439 * paren.el (show-paren-mode):
3440 * recentf.el (recentf-mode):
3441 * reveal.el (reveal-mode, global-reveal-mode):
3442 * rfn-eshadow.el (file-name-shadow-mode):
3443 * ruler-mode.el (ruler-mode):
3444 * savehist.el (savehist-mode):
3445 * scroll-all.el (scroll-all-mode):
3446 * scroll-bar.el (scroll-bar-mode):
3447 * server.el (server-mode):
3448 * shell.el (shell-dirtrack-mode):
3449 * simple.el (auto-fill-mode, transient-mark-mode)
3450 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
3451 (line-number-mode, column-number-mode, size-indication-mode)
3452 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
3453 * strokes.el (strokes-mode):
3454 * time.el (display-time-mode):
3455 * t-mouse.el (gpm-mouse-mode):
3456 * tool-bar.el (tool-bar-mode):
3457 * tooltip.el (tooltip-mode):
3458 * type-break.el (type-break-mode-line-message-mode)
3459 (type-break-query-mode):
3460 * view.el (view-mode):
3461 * whitespace.el (whitespace-mode, whitespace-newline-mode)
3462 (global-whitespace-mode, global-whitespace-newline-mode):
3463 * xt-mouse.el (xterm-mouse-mode): Doc fix.
3464
a3839de2
SM
3465 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3466 Fix autogenerated docstring.
06e21633 3467
5214e501
JL
34682011-10-19 Juri Linkov <juri@jurta.org>
3469
3470 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
3471 by checking environment variables "DESKTOP_SESSION" and
3472 "XDG_CURRENT_DESKTOP". (Bug#9779)
3473
195f8db9
JL
34742011-10-19 Juri Linkov <juri@jurta.org>
3475
3476 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
3477 (browse-url-chromium-program, browse-url-chromium-arguments):
3478 New defcustoms.
3479 (browse-url-default-browser): Check for `browse-url-chromium' and
3480 call `browse-url-chromium-program'.
3481 (browse-url-chromium): New command. (Bug#9779)
3482
343a34ff
JB
34832011-10-18 Juanma Barranquero <lekktu@gmail.com>
3484
3485 * facemenu.el (list-colors-duplicates): On Windows, detect more
3486 duplicates by assuming that only colors matching "^System" are
3487 special "system colors". (Bug#9722)
3488
6978a151
SM
34892011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3490
3491 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
3492 to distinguish the author from the committer.
3493
6a80b297
MA
34942011-10-18 Michael Albinus <michael.albinus@gmx.de>
3495
3496 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
3497
b31a5677
JK
34982011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
3499
3500 * international/mule.el (sgml-html-meta-auto-coding-function):
3501 Add support for detecting encoding in HTML5 specified only as
3502 <meta charset="UTF-8">. Implementation just makes http-equiv and
3503 content-type parts from HTML4 encoding string optional. (Bug#9716)
3504
80c6d77f
GM
35052011-10-18 Glenn Morris <rgm@gnu.org>
3506
3507 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
3508
08b0fee8
CY
35092011-10-18 Chong Yidong <cyd@gnu.org>
3510
3511 * faces.el (cursor): Doc fix.
3512
67e729a5
CY
35132011-10-17 Chong Yidong <cyd@gnu.org>
3514
3515 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
3516
343a34ff 35172011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
3518
3519 * dirtrack.el (dirtrack): Support shell buffers with path
3520 prefixes, e.g. tramp-based remote shells. (Bug#9647)
3521
0bc06380
TZ
35222011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
3523
3524 * json.el: Bump version to 1.3 and note change in History.
3525 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
3526
8b79f3e0
SM
35272011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
3528
5a7c536b
SM
3529 * comint.el (comint-insert-input, comint-send-input)
3530 (comint-get-old-input-default, comint-backward-matching-input)
3531 (comint-next-prompt): Use nil instead of `input' for field property of
3532 past user input (bug#114).
3533
96a8a0df
SM
3534 * minibuffer.el (completion--replace): Inherit surrounding properties
3535 (bug#114).
3536 (minibuffer-complete-and-exit): Use it.
3537
8b79f3e0
SM
3538 * comint.el (comint--table-subvert): Quote the all-completions output
3539 (bug#9160).
3540
b8f7ff0d
MR
35412011-10-17 Martin Rudalics <rudalics@gmx.at>
3542
8b79f3e0 3543 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 3544
b8f7ff0d 3545 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 3546 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
3547 entries and separate them from frame entries.
3548
c235b555
GM
35492011-10-15 Glenn Morris <rgm@gnu.org>
3550
3551 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
3552 Doc fixes.
3553
6bbfa6e1
CY
35542011-10-15 Chong Yidong <cyd@stupidchicken.com>
3555
8b79f3e0
SM
3556 * net/network-stream.el (network-stream-open-starttls):
3557 Improve detection of failure due to lack of TLS support.
ec5c990d 3558
6bbfa6e1
CY
3559 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
3560 putting the input text in front and in bold.
3561
98488977
SM
35622011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
3563
3d1337be
SM
3564 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
3565
ee0b45e4
SM
3566 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
3567 empty buffer.
3568
98488977
SM
3569 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
3570 unread-command-events rather than pushing yet-another event.
3571
186f4720
EZ
35722011-10-14 Eli Zaretskii <eliz@gnu.org>
3573
3574 * mail/sendmail.el (sendmail-query-once): Improve the wording of
3575 the explanation of the possible choices. Make the options passed
3576 to completing-read shorter.
3577
8b7a997c
AM
35782011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3579
3580 * textmodes/flyspell.el (flyspell-large-region): Make sure
3581 extended character mode is used if defined (Bug#1339).
3582
12587bbb
EZ
35832011-10-13 Eli Zaretskii <eliz@gnu.org>
3584
3585 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
3586 character info for LRE, LRO, RLE, and RLO characters by appending
3587 an invisible PDF.
12587bbb 3588
bad41229
SM
35892011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
3590
3591 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
3592 even in case of error; add debug spec; simplify data flow.
3593 (with-timeout-handler): Remove.
3594
28dbc92f
MA
35952011-10-12 Michael Albinus <michael.albinus@gmx.de>
3596
3597 Fix Bug#6019, Bug#9315.
3598
3599 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
3600 complete `buffer-file-name', the local file name part could look
3601 remotely (for example on VMS).
3602
3603 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
3604 `tramp-run-real-handler'.
3605 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
3606 already quoted by '"'.
3607
3608 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
3609 Let `file-name-handler-alist' be nil, the local file name part
3610 could look remotely (for example on VMS).
3611
e1b0b23a
SM
36122011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3613
3614 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
3615 from here...
3616 (flyspell-post-command-hook): ...to here.
3617
a120bde9
SM
36182011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3619
3620 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
3621 if not needed.
3622 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
3623 using completion. Protect against "slow" callers.
3624 Remove the "message hack".
3625
7ce7717b
JL
36262011-10-11 Juri Linkov <juri@jurta.org>
3627
3628 * isearch.el (isearch-lazy-highlight-word): New variable.
3629 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
3630 Use it. (Bug#9727)
3631
c02ee9d6
GM
36322011-10-11 Glenn Morris <rgm@gnu.org>
3633
3634 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
3635 like f90-previous-statement does.
3636
93e616fd 36372011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3638
1f190e73 3639 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
3640 only in interactive use, to avoid error.
3641
af7b6078
SM
36422011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3643
3644 * minibuffer.el (completion-file-name-table): Fix last change,
3645 i.e. ignore normal errors but not the other ones.
3646
0563dae9
MR
36472011-10-10 Martin Rudalics <rudalics@gmx.at>
3648
3649 * window.el (special-display-buffer-names)
3650 (special-display-regexps): Remove some remnants of earlier
3651 changes from doc-strings.
366ca7f3
MR
3652 (quit-windows-on): New function.
3653
3654 * vc/vc.el (vc-revert, vc-rollback):
3655 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
3656 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 3657 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 3658
49677495
MR
36592011-10-09 Martin Rudalics <rudalics@gmx.at>
3660
3661 * window.el (frame-auto-hide-function): Add version tag.
3662 (Bug#9699)
3663
56f2d1e1
MA
36642011-10-09 Michael Albinus <michael.albinus@gmx.de>
3665
3666 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
3667 condition.
3668
112a6592
LL
36692011-10-09 Leo Liu <sdl.web@gmail.com>
3670
3671 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
3672 (Bug#9701)
3673
0812589b
GM
36742011-10-08 Glenn Morris <rgm@gnu.org>
3675
3676 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
3677 before the first code statement zero indent. (Bug#9690)
3678
b2b0776e
CY
36792011-10-08 Chong Yidong <cyd@stupidchicken.com>
3680
3681 * simple.el (count-words-region): Always count in the region.
3682 Report the number of lines and characters too.
3683 (count-words): New command, which counts in the buffer if the
3684 region is inactive, as count-words-region used to.
3685 (count-words--message): New function. Handle plurals.
3686 (count-lines-region): Make it an alias for count-words-region.
3687
3688 * bindings.el (esc-map): Replace count-lines-region with
3689 count-words-region.
3690
c557cd6b
MR
36912011-10-08 Martin Rudalics <rudalics@gmx.at>
3692
3693 * window.el (window--delete): Delete dedicated frame
3694 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 3695 (switch-to-buffer): Fix doc-string typo.
c557cd6b 3696
61a57ef4 36972011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3698
3a7d293b 3699 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 3700
c3833279
CY
37012011-10-07 Chong Yidong <cyd@stupidchicken.com>
3702
3703 * bindings.el ([M-left],[M-right]): Bind to left-word and
3704 right-word respectively.
3705
21ce8245
GM
37062011-10-07 Glenn Morris <rgm@gnu.org>
3707
3708 * cus-start.el (debug-on-quit): Fix custom type.
3709
6d823bb2
LMI
37102011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3711
0181e193
LMI
3712 * subr.el (define-key-after): Clarify that the function is not
3713 useful for non-menu keymaps.
3714
6d823bb2
LMI
3715 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
3716
8e3459ce 37172011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3718
21ce8245 3719 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 3720 in current minibuffer (Fix bug with recursive minibuffers).
3721
a1c2d21e
CY
37222011-10-06 Chong Yidong <cyd@stupidchicken.com>
3723
3724 * progmodes/gdb-mi.el (gdb): Doc fix.
3725
5a4cf282
MR
37262011-10-05 Martin Rudalics <rudalics@gmx.at>
3727
3728 * window.el (frame-auto-hide-function): New option replacing
3729 frame-auto-delete. Suggested by Stefan Monnier.
3730 (window--delete): Call frame-auto-hide-function instead of
3731 investigating frame-auto-delete.
c96111ea
MR
3732 (window-point-1, set-window-point-1): New functions.
3733 (window-in-direction, record-window-buffer, window-state-get-1)
3734 (display-buffer-record-window): Use window-point-1 instead of
3735 window-point.
3736 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 3737
9854542e
SM
37382011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
3739
3740 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
3741
8943cfb0
GM
37422011-10-05 Glenn Morris <rgm@gnu.org>
3743
3744 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
3745 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
3746
647ab967
LL
37472011-10-05 Leo Liu <sdl.web@gmail.com>
3748
3749 * subr.el (read-char-choice): Fix argument to buffer-live-p which
3750 works with buffer object.
3751
3ddfbced
SM
37522011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
3753
3754 * mpc.el (mpc-tool-bar-map): Add labels.
3755
bdfa5dd2
GM
37562011-10-04 Glenn Morris <rgm@gnu.org>
3757
3758 * calendar/holidays.el (calendar-check-holidays): Doc fix.
3759
0e2070b5
MR
37602011-10-04 Martin Rudalics <rudalics@gmx.at>
3761
3762 * window.el (window--delete): New function.
3763 (frame-auto-delete): Resuscitate option.
3764 (bury-buffer, replace-buffer-in-windows)
3765 (quit-window): Rewrite using window--delete.
3766 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
3767 Pass display-buffer-mark-dedicated to window--display-buffer-2
3768 (Bug#9639).
3769
3dc61a09
SM
37702011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3771
915a9b64
SM
3772 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
3773 returns a list (bug#9554). Add remote file name completion.
3774 * comint.el (comint--table-subvert): Curry and get quote&unquote
3775 functions as arguments.
3776 (comint--complete-file-name-data): Adjust call accordingly.
3777 * pcomplete.el (pcomplete--table-subvert): Remove.
3778 (pcomplete-completions-at-point): Use comint--table-subvert instead.
3779
3dc61a09
SM
3780 * minibuffer.el (completion-table-case-fold): Use currying.
3781 (completion--styles-type, completion--cycling-threshold-type):
3782 New constants.
3783 (completion-styles, completion-category-overrides)
3784 (completion-cycle-threshold): Use them.
3785 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
3786 completion-table-case-fold.
3787
8ea0a993
SB
37882011-10-03 Stephen Berman <stephen.berman@gmx.net>
3789
3790 * minibuffer.el (completion-category-overrides): Fix type of styles
3791 and add more user friendly tags (bug#9660).
3792
8c24b7f6
SM
37932011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3794
3795 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
3796 (mule-input-method-string): New widget.
3797 (default-input-method, language-info-custom-alist): Use it.
3798
428fe61a
SM
37992011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
3800
32c1fffd
SM
3801 * pcomplete.el: Require comint.
3802 (pcomplete--common-suffix): Remove.
3803 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
3804 (pcomplete--table-subvert): Sync with comint--table-subvert.
3805 (pcomplete--entries): Use comint-completion-file-name-table.
3806 * comint.el (comint-unquote-filename): Simplify.
3807 (comint-completion-file-name-table): New function (bug#9616).
3808 (comint--complete-file-name-data): Use it.
3809
428fe61a
SM
3810 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
3811 (pcmpl-gnu-tar-buffer): Remove.
3812 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
3813 around. Make sure pcomplete-suffix-list is only changed temporarily.
3814 Don't look inside the tar's file if it's too large.
428fe61a 3815
04c52e2f
CY
38162011-10-01 Chong Yidong <cyd@stupidchicken.com>
3817
ce3cefcc
CY
3818 * cus-edit.el (custom-mode-map):
3819 * epa.el (epa-key-list-mode-map):
3820 * man.el (Man-mode-map):
3821 * startup.el (splash-screen-keymap):
3822 * simple.el (special-mode-map): Use scroll-up-command and
3823 scroll-down-command.
3824
3825 * progmodes/idlw-help.el (idlwave-help-mode-map):
3826 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
3827 * net/newst-plainview.el (newsticker-mode-map):
3828 * emulation/ws-mode.el (wordstar-mode-map):
3829 * emulation/vi.el (vi-com-map):
3830 * calc/calc-graph.el (calc-graph-show-dumb):
3831 * term/sun.el (terminal-init-sun):
3832 * term/ns-win.el (global-map):
3833 * progmodes/grep.el (grep-mode-map):
3834 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
3835 * mail/rmail.el (rmail-mode-map):
3836 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
3837
04c52e2f
CY
3838 * custom.el (custom-safe-themes, load-theme): Treat value of t for
3839 custom-safe-themes as special.
3840
79adf8c8
JD
38412011-10-01 Julien Danjou <julien@danjou.info>
3842
3843 * notifications.el (notifications-notify): Fix docstring.
3844
63bd50d3
PS
38452011-10-01 Per Starbäck <per@starback.se>
3846
3847 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
3848
199e4c7e
MR
38492011-09-30 Martin Rudalics <rudalics@gmx.at>
3850
3851 * startup.el (command-line-1): Fix last fix by inserting
3852 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 3853 (Bug#9605) and (Bug#9636)
199e4c7e 3854
fe5f08dd
EZ
38552011-09-29 Eli Zaretskii <eliz@gnu.org>
3856
3857 * simple.el (line-move): If auto-hscroll-mode is disabled and the
3858 window is hscrolled, move by logical lines. (Bug#9607)
3859 (line-move-visual): Update the doc string to the above effect.
3860
b5516bbd
MR
38612011-09-29 Martin Rudalics <rudalics@gmx.at>
3862
ccee00c0
MR
3863 * window.el (display-buffer-record-window): When WINDOW is the
3864 selected window use `point' instead of `window-point'. (Bug#9626)
3865
b5516bbd
MR
3866 * startup.el (command-line-1): Use insert-before-markers when
3867 inserting initial-scratch-message. (Bug#9605)
ccee00c0 3868
b5516bbd
MR
3869 * help.el (help-window): Remove variable.
3870
52aa0014
GM
38712011-09-29 Glenn Morris <rgm@gnu.org>
3872
3873 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
3874
df9a7357
JB
38752011-09-29 Juanma Barranquero <lekktu@gmail.com>
3876
3877 * descr-text.el (describe-char-categories): Accept category
3878 descriptions more than one line long.
3879
a8406c20
SM
38802011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
3881
88d9610c
SM
3882 * simple.el (delete-trailing-whitespace): Fix last change.
3883
a5daf810
SM
3884 * progmodes/perl-mode.el (perl-syntax-propertize-function):
3885 Don't confuse "y => 3" as the beginning of a `y' operation.
3886
a8406c20
SM
3887 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
3888 object has more than 4 slots (bug#9613).
3889
a239d4e9
JB
38902011-09-28 Juanma Barranquero <lekktu@gmail.com>
3891
3892 * subr.el (with-output-to-temp-buffer):
3893 * net/quickurl.el (quickurl, quickurl-browse-url):
3894 Fix typos in docstrings.
3895
693fbdb6
EZ
38962011-09-27 Eli Zaretskii <eliz@gnu.org>
3897
3898 * minibuffer.el (completion-styles)
3899 (completion-category-overrides): Cross reference each other in doc
3900 strings.
3901
8b457e28
GM
39022011-09-27 Glenn Morris <rgm@gnu.org>
3903
3904 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
3905 to split-string. (Bug#9606)
3906
85a16208
LMI
39072011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3908
3909 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
3910 (bug#9615).
3911
502f9ebd
CY
39122011-09-27 Chong Yidong <cyd@stupidchicken.com>
3913
3914 * emacs-lisp/package.el (list-packages): Fix echo area message.
3915
7690bdea
LL
39162011-09-27 Leo Liu <sdl.web@gmail.com>
3917
3918 * ido.el (ido-read-internal): Accept cons cell HIST arg.
3919
e2ee6f30
MA
39202011-09-25 Michael Albinus <michael.albinus@gmx.de>
3921
3922 * net/dbus.el (dbus-unregister-object): Don't release services for
3923 registered signals. (Bug#9581)
3924
f3f98342
TZ
39252011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
3926
3927 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
3928 function that picks between cfengine 2 and 3 support
3929 automatically. Update docs accordingly.
3930
dd7aa8dd
KH
39312011-09-22 Kenichi Handa <handa@m17n.org>
3932
3933 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
3934 ZERO.
3935 (indian-itrans-v5-table-for-tamil): New variable.
3936 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
3937
3f2b07f8
KM
39382011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
3939
3940 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
3941 that's true if the current command involved collapsing of text.
3942 It's reset to false at the beginning of the next command.
3943 (allout-post-command-business): Move the cursor to the beginning
3944 of entry if the cursor is hidden and collapsing activity just
3945 happened.
3946
371d6a61
CY
39472011-09-24 Chong Yidong <cyd@stupidchicken.com>
3948
3949 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
3950 tracking (Bug#9541).
3951
2ac2721a
UJ
39522011-09-24 Ulf Jasper <ulf.jasper@web.de>
3953
3954 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
3955 (newsticker-show-news): Automatically load html rendering package
3956 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
3957 because w3m-fill-column is let-bound" and the error "Symbol's value
3958 as variable is void: w3m-fill-column".
2ac2721a 3959
fac7ae53
MA
39602011-09-24 Michael Albinus <michael.albinus@gmx.de>
3961
3962 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
3963 Release services only if they are defined. (Bug#9581)
3964
e08b633b
RS
39652011-09-23 Richard Stallman <rms@gnu.org>
3966
e488d29c
RS
3967 * textmodes/paragraphs.el (forward-sentence): For backwards case,
3968 distinguish start of paragraph from start of its text.
3969
19c38752
RS
3970 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
3971
e08b633b
RS
3972 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
3973 (rmail-generate-viewer-buffer): Put that hook on view buffer.
3974 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
3975
0a39f27e
AS
39762011-09-23 Andreas Schwab <schwab@linux-m68k.org>
3977
3978 * international/mule-diag.el (mule-diag): Insert a newline after
3979 each fontset description.
3980
db4e950d
SM
39812011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
3982
3983 * simple.el (delete-trailing-whitespace):
3984 Document last change; simplify.
3985
eca3f3ea
PW
39862011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
3987
d68e189a
PW
3988 * simple.el (delete-trailing-whitespace): Also delete
3989 extra newlines at the end of the buffer.
3990
eca3f3ea
PW
3991 * textmodes/picture.el: Make motion commands obey shift-select-mode.
3992 (picture-newline): Use forward-line so as to ignore fields.
3993
01c157cc
SM
39942011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
3995
3996 * subr.el (with-wrapper-hook): Fix edebug spec.
3997
022de23e
LMI
39982011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3999
4000 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
4001 (bug#4538).
4002
91683089
MA
40032011-09-23 Michael Albinus <michael.albinus@gmx.de>
4004
eca3f3ea
PW
4005 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
4006 Fix nasty bug using wrong cached values.
91683089 4007
5bdd6fa4
AM
40082011-09-23 Alan Mackenzie <acm@muc.de>
4009
4010 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
4011
97adfb97
CY
40122011-09-23 Chong Yidong <cyd@stupidchicken.com>
4013
4014 * window.el (pop-to-buffer): Ensure right window is selected if we
4015 chose another frame.
4016
d4ef2b50
EZ
40172011-09-22 Eli Zaretskii <eliz@gnu.org>
4018
4019 * simple.el (what-cursor-position): Use get-char-property-change
4020 and next-single-char-property-change, to be able to show display
4021 properties that come from overlays as well as text properties.
4022
72258fe5
CY
40232011-09-22 Chong Yidong <cyd@stupidchicken.com>
4024
4025 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
4026
4027 * cmuscheme.el (run-scheme, switch-to-scheme):
4028 * cus-edit.el (customize-group, custom-buffer-create)
4029 (customize-browse):
4030 * info.el (info):
4031 * shell.el (shell):
4032 * mail/sendmail.el (mail):
4033 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
4034
8f098516
RS
40352011-09-22 Richard Stallman <rms@gnu.org>
4036
4037 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
4038 move back only to line beg, don't move back over blank lines.
4039
e74f1bb6
MA
40402011-09-22 Michael Albinus <michael.albinus@gmx.de>
4041
4042 * files.el (copy-directory): Set directory attributes only in case
4043 they could be retrieved from the source directory. (Bug#9565)
4044
bfeef8b6
DK
40452011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
4046
4047 * progmodes/hideshow.el (hs-looking-at-block-start-p)
4048 (hs-find-block-beginning, hs-hide-level-recursive):
4049 Ignore strings as well as comments. (Bug#9502)
4050
7e423bb8
AS
40512011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
4052
4053 * progmodes/sql.el (sql-comint-postgres):
4054 Convert port number to a string. (Bug#9566)
4055
b4d72fcf
MR
40562011-09-22 Martin Rudalics <rudalics@gmx.at>
4057
4058 * window.el (quit-window): Undedicate window when switching to
4059 previous buffer. Reported by Thierry Volpiatto
4060 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
4061 (special-display-popup-frame): When popping up a new frame reset
4062 its previous buffers to nil. Simplify code.
b4d72fcf 4063
a7b88dc6
MA
40642011-09-21 Michael Albinus <michael.albinus@gmx.de>
4065
4066 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
4067 and process filter, as done also in `shell-command'.
4068
cf4eacfd
MR
40692011-09-21 Martin Rudalics <rudalics@gmx.at>
4070
eca3f3ea 4071 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
4072 Call set-window-start with NOFORCE argument t.
4073 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
4074 (quit-window): Reword doc-string. Handle new format of
4075 quit-restore parameter. Don't delete window if it has a
4076 previous buffer we can show instead of the present one.
4077 (display-buffer-record-window): Rewrite using a new format for
4078 the quit-restore window parameter
4079 (special-display-popup-frame, display-buffer-same-window)
4080 (display-buffer-reuse-window, display-buffer-pop-up-frame)
4081 (display-buffer-pop-up-window, display-buffer-use-some-window):
4082 Adapt symbol passed to display-buffer-record-window.
4083 * help.el (help-window-setup): Handle new format of quit-restore
4084 parameter.
4085
8d28cb95
SM
40862011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4087
94ab793f
SM
4088 * faces.el (face-list): Fix docstring (bug#9564).
4089
8d28cb95
SM
4090 * window.el (display-buffer--action-function-custom-type):
4091 Don't include internal functions in the Custom interface.
4092
3820edeb
JL
40932011-09-20 Juri Linkov <juri@jurta.org>
4094
4095 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
4096 (Info-forward-node, Info-backward-node, Info-next-preorder)
4097 (Info-last-preorder): Use it. (Bug#9528)
4098
5147931d
JL
40992011-09-20 Juri Linkov <juri@jurta.org>
4100
4101 * info.el (Info-last-preorder): Visit last menu item only when
4102 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
4103
cf499a1a
JD
41042011-09-20 Julien Danjou <julien@danjou.info>
4105
4106 * password-cache.el (password-cache-remove): Remove entries even if the
4107 value is nil, so that password with a nil value (negative caching) is
4108 possible to invalidate.
4109
f84e2fe2
LM
41102011-09-20 Lawrence Mitchell <wence@gmx.li>
4111
4112 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
4113 all whitespace around breakpoint. (Bug#9553)
4114 (f90-find-breakpoint): Only break at whitespace inside a comment.
4115
78054a46
SM
41162011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
4117
4118 * minibuffer.el (completion-file-name-table): Keep track of errors.
4119 (completion-table-with-predicate): Handle the case where pred1 is nil.
4120 * pcomplete.el (pcomplete-completions-at-point): Simplify.
4121
345083b2
SM
41222011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4123
e24e27be
SM
4124 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
4125 (debugger-return-value): Signal an error if the debugging context does
4126 not await any return value.
4127
345083b2
SM
4128 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
4129 * image-mode.el (image-toggle-display-text)
4130 (image-toggle-display-image): Stay away from evil `intangible'.
4131
08d355e3
LL
41322011-09-19 Leo Liu <sdl.web@gmail.com>
4133
4134 * replace.el (occur-revert-arguments): Make it permanent-local.
4135 (occur-mode): Don't call font-lock-defontify.
4136
f01da43f
CY
41372011-09-19 Chong Yidong <cyd@stupidchicken.com>
4138
4139 * net/ldap.el (ldap-search-internal): Don't push empty search
4140 result (Bug#9508).
4141
b6072fa6
SM
41422011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4143
4144 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
4145
443d6696
MA
41462011-09-19 Michael Albinus <michael.albinus@gmx.de>
4147
4148 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
4149 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
4150
7cc6e154
JL
41512011-09-18 Juri Linkov <juri@jurta.org>
4152
4153 * buff-menu.el (Buffer-menu-mode-map):
4154 * dired.el (dired-mode-map):
4155 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
4156 (lisp-interaction-mode-map):
4157 * emacs-lisp/package.el (package-menu-mode-map):
4158 * epa.el (epa-key-list-mode-map):
4159 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
4160 (menu-bar-options-menu):
4161 * outline.el (outline-mode-menu-bar-map):
4162 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
4163 * vc/vc-dir.el (vc-dir-menu-map):
4164 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
4165 Capitalize non-function content words in menu item strings.
4166
4167 * dired.el (dired-mode-map): Add menu item for
4168 `image-dired-dired-toggle-marked-thumbs'.
4169
80302a81
JL
41702011-09-18 Juri Linkov <juri@jurta.org>
4171
4172 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
4173 to `isearch-case-fold-search' and restore its original value
4174 after the `isearch-mode' call.
4175
46c5cf66
JL
41762011-09-18 Juri Linkov <juri@jurta.org>
4177
4178 * progmodes/grep.el (grep-process-setup): Don't check code for 1
4179 because `zgrep' returns 1 for successful matches (bug#9226).
4180
d18b513b
JL
41812011-09-18 Juri Linkov <juri@jurta.org>
4182
4183 * info.el (Info-extract-menu-node-name): Check the second match
4184 for empty string (second test-case of bug#9528).
4185 (Info-last-preorder): Let-bind `Info-history' to nil to not add
4186 intermediate nodes to the history (first test-case of bug#9528).
4187
72753f87
JL
41882011-09-18 Juri Linkov <juri@jurta.org>
4189
4190 * info.el (Info-mode-syntax-table): New variable.
1154d12e 4191 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 4192
c9384295
JL
41932011-09-18 Juri Linkov <juri@jurta.org>
4194
1154d12e
JB
4195 * info.el (Info-file-supports-index-cookies):
4196 Increment line-beginning-position's arg from 3 to 4 because makeinfo
4197 outputs one more line for long file names (bug#4142).
c9384295 4198
d473dce8
CY
41992011-09-18 Chong Yidong <cyd@stupidchicken.com>
4200
4201 * newcomment.el (comment-normalize-vars): If prompting for
4202 comment-start, set comment-start-skip too (Bug#8424).
4203
2176854d
JB
42042011-09-18 Johan Bockgård <bojohan@gnu.org>
4205
4206 * icomplete.el: Fix previous fix of Bug#5849.
4207 (icomplete-mode): Don't set completion-show-inline-help.
4208 (icomplete-minibuffer-setup): Set completion-show-inline-help
4209 locally during icompletion.
4210
3aace4e4
CY
42112011-09-18 Chong Yidong <cyd@stupidchicken.com>
4212
c940224f
CY
4213 * woman.el (woman2-process-escapes): Don't delete unrecognized
4214 escapes (Bug#7843).
4215
3aace4e4
CY
4216 * files.el (inhibit-first-line-modes-regexps): Add image files.
4217 (hack-local-variables-prop-line): Return nil for malformed
4218 prop-lines (Bug#9044).
4219
710dec63
MA
42202011-09-18 Michael Albinus <michael.albinus@gmx.de>
4221
4222 * net/tramp.el (top): Don't require 'shell.
4223 (tramp-methods): Fix docstring.
4224 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
4225 Return complete remote file name. Handle "smb" case.
4226 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
4227 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
4228
4229 * net/tramp-compat.el (top): Require 'shell.
4230
4231 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
4232 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
4233 `tramp-current-host'.
4234 (tramp-get-remote-tmpdir): Remove.
4235
4236 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
4237 `tramp-tmpdir' entries.
4238 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
4239 (tramp-smb-handle-file-attributes): Ignore errors.
4240 (tramp-smb-wait-for-output): Check also for process end.
4241
5d5ac8ec
LMI
42422011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4243
4244 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
4245 when sending QUIT (bug#9312).
4246
8c0f49f0
CY
42472011-09-17 Chong Yidong <cyd@stupidchicken.com>
4248
4249 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
4250 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
4251 occur-mode-display-occurrence.
4252 (occur-edit-mode): Add usage message.
4253 (occur-cease-edit): New command.
4254 (occur-after-change-function): Use text properties to find the
4255 position of the prefix text.
4256 (occur-engine): Set stickiness of prefix text properties.
4257
8f1383f7
GM
42582011-09-17 Glenn Morris <rgm@gnu.org>
4259
4260 * progmodes/etags.el (complete-tag):
4261 Fix call to completion-in-region. (Bug#9526)
4262
744ba0e3
JL
42632011-09-17 Juri Linkov <juri@jurta.org>
4264
4265 * textmodes/ispell.el (ispell-word): Add to the error message
4266 the word, ispell program name and current dictionary (bug#9121).
4267 (ispell-tex-arg-end): Capitalize "error" in the error message.
4268
d9bbf400
AS
42692011-09-17 Andreas Schwab <schwab@linux-m68k.org>
4270
4271 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
4272 check. (Bug#4251)
4273
8da11505
JL
42742011-09-17 Juri Linkov <juri@jurta.org>
4275
4276 * window.el (window-safe-min-height, window-safe-min-width):
4277 Fix typos (followup to bug#9522).
4278
a91adc7e
SJ
42792011-09-17 Sven Joachim <svenjoac@gmx.de>
4280
4281 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
4282
064f328a
EZ
42832011-09-16 Eli Zaretskii <eliz@gnu.org>
4284
4285 * simple.el (line-move): If goal-column is set, move by logical
4286 lines, not by display lines. (Bug#971)
4287 (next-line, previous-line, goal-column, line-move-visual): Doc fix
4288 to reflect the above change.
4289
e69df516
SM
42902011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4291
4292 * image.el (imagemagick-register-types): Use regexp-opt.
4293
cbb0f9ab
CY
42942011-09-15 Chong Yidong <cyd@stupidchicken.com>
4295
4296 * window.el (display-buffer-base-action): Rename from
4297 display-buffer-default-action. Make default value empty.
4298 (display-buffer-overriding-action): Convert to defvar.
4299 (display-buffer-fallback-action): New var.
4300
25322144
CY
43012011-09-15 Chong Yidong <cyd@stupidchicken.com>
4302
4303 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
4304 declaration.
4305 (package--add-to-archive-contents): If there is a duplicate entry
4306 with an older version, remove it.
4307 (package-menu-mark-delete, package-menu-mark-install)
4308 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
4309 (package-menu-mark-obsolete-for-deletion):
4310 Use package-menu-get-status instead of a regexp search.
25322144
CY
4311 (package-menu-get-status): Use tabulated-list-entry.
4312 (package-menu-mark-upgrades): New command.
d770725a 4313 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
4314 (package-menu-execute): Do installation before deletion.
4315 (package-menu-refresh, package-menu-execute): Use derived-mode-p
4316 instead of checking major-mode.
4317 (package-menu--find-upgrades): New function.
4318
7520339c
LMI
43192011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4320
4321 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
4322 passwords in the log buffer.
65a046c4
LMI
4323 (smtpmail-process-filter): Update the process marker so that the
4324 "broken by peer" status message is inserted in the right place.
7520339c 4325
d3c30954
SM
43262011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4327
3fe48822
SM
4328 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
4329 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
4330 bibtex-completion-at-point-function.
4331 (bibtex-completion-at-point-function): Use them.
4332
1b8b3954
SM
4333 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
4334
d3c30954
SM
4335 * mpc.el (mpc-constraints-tag-lookup): New function.
4336 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
4337 also to browser "album|playlist".
4338
72779976
JL
43392011-09-14 Juri Linkov <juri@jurta.org>
4340
4341 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
4342 (isearch-edit-string): Use length of `isearch-string' when
4343 `isearch-fail-pos' returns nil.
4344 (isearch-message): Remove duplicate code and call
4345 `isearch-fail-pos' with arg `t'.
4346
a0bf2bcd
CY
43472011-09-14 Chong Yidong <cyd@stupidchicken.com>
4348
17bb0a2d
CY
4349 * replace.el (occur-mode-goto-occurrence): Don't force using other
4350 window (Bug#9499).
4351
a0bf2bcd
CY
4352 * dired-aux.el (dired-do-chmod): Don't provide initial input.
4353
f678e0b6
MR
43542011-09-14 Martin Rudalics <rudalics@gmx.at>
4355
4356 * window.el (display-buffer-window): Remove.
4357 (display-buffer-record-window): Use help-setup window parameter
4358 instead of variable display-buffer-window.
4359 (display-buffer-function, special-display-buffer-names)
4360 (special-display-function): Mention help-setup parameter instead
4361 of display-buffer-window in doc-string.
d3c30954
SM
4362 * help.el (help-window-setup): New argument help-window.
4363 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
4364 Reword some messages.
4365 (with-help-window): Pass window used for displaying the buffer
4366 to help-window-setup. Don't set display-buffer-window.
4367
8e39b2e8
GM
43682011-09-13 Glenn Morris <rgm@gnu.org>
4369
4370 * emacs-lisp/debug.el (debugger-make-xrefs):
4371 Preserve point. (Bug#9462)
4372
85e9c04b
CY
43732011-09-13 Chong Yidong <cyd@stupidchicken.com>
4374
4375 * window.el (window-deletable-p): Use next-frame.
4376
1b36ed6a
MR
43772011-09-13 Martin Rudalics <rudalics@gmx.at>
4378
4379 * window.el (window-auto-delete): Remove.
4380 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 4381 dedication and previous buffers.
1b36ed6a
MR
4382 (switch-to-prev-buffer): Don't delete window.
4383 (delete-windows-on): Delete a window's frame if and only if the
4384 window is dedicated.
4385 (replace-buffer-in-windows): Delete buffer's window or frame if
4386 and only if window is dedicated.
4387 (quit-window): Handle quit-restore as before last change.
4d61f28d 4388 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 4389
ef8ef9fb
CY
43902011-09-13 Chong Yidong <cyd@stupidchicken.com>
4391
4392 * window.el (window-deletable-p): Never delete the last frame on a
4393 given terminal.
4394
b2cba41e
GM
43952011-09-13 Glenn Morris <rgm@gnu.org>
4396
4397 * help.el (describe-key-briefly): Copy previous standard-output change.
4398
51553db6 43992011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
4400
4401 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
4402
b7556719
GM
44032011-09-13 Glenn Morris <rgm@gnu.org>
4404
4405 * emacs-lisp/lisp-mode.el (lisp-indent-function):
4406 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
4407
64b51947
CY
44082011-09-12 Chong Yidong <cyd@stupidchicken.com>
4409
4410 * dired-aux.el (dired-mark-read-string): Don't return default
4411 value on empty input (Bug#9361).
4412 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
4413 Omit initial minibuffer contents.
4414 (dired-do-chmod): Signal an error on empty input.
4415 (dired-mark-read-string): Don't return default on empty input.
4416
4417 * files.el (file-modes-symbolic-to-number): Doc fix.
4418
393a301e
SM
44192011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4420
4421 * international/mule-cmds.el (ucs-completions): Remove.
4422 (read-char-by-name): Use complete-with-action instead; add metadata.
4423
fa5660f9
CY
44242011-09-11 Chong Yidong <cyd@stupidchicken.com>
4425
4426 * window.el (display-buffer--action-function-custom-type)
4427 (display-buffer--action-custom-type): New vars.
4428 (display-buffer-alist, display-buffer-default-action)
4429 (display-buffer-overriding-action): Add defcustom types.
4430
4a592f66
CY
4431 * frame.el (delete-other-frames): Doc fix (Bug#276).
4432
73d56dbd
LMI
44332011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4434
4435 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
4436
37ac18a3
CY
44372011-09-11 Chong Yidong <cyd@stupidchicken.com>
4438
4439 Change modes that used same-window-* vars to use switch-to-buffer.
4440
4441 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
4442 Use switch-to-buffer.
4443
4444 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
4445 (customize-browse, custom-buffer-create-other-window):
4446 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
4447
4448 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
4449 (Info-prev, Info-up, Info-speedbar-goto-node)
4450 (info-display-manual): Use switch-to-buffer.
4451 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
4452
4453 * mail/sendmail.el (mail): Use switch-to-buffer.
4454 (mail-recover): Use switch-to-buffer-other-window.
4455
4456 * cmuscheme.el (run-scheme, switch-to-scheme):
4457 * ielm.el (ielm):
4458 * shell.el (shell):
4459 * net/rlogin.el (rlogin):
4460 * net/telnet.el (telnet, rsh):
4461 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
4462
10195bd6
AS
44632011-09-11 Andreas Schwab <schwab@linux-m68k.org>
4464
4465 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
4466
b322f63a
LMI
44672011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4468
39d7fed6
LMI
4469 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
4470 so don't mention it (bug#9301).
ba5a81f1 4471 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 4472
ee0e9f11
LMI
4473 * faces.el (face-spec-set-match-display): Make `(type graphic)'
4474 match `x', `w32' and `ns', like the manual says (bug#9029).
4475
0b1c89c1 4476 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
4477 (process-kill-buffer-query-function): Mention the buffer name in
4478 the query.
0b1c89c1 4479
77549ea8
LMI
4480 * image-mode.el (image-next-line): The line parameter is mandatory
4481 (bug#9258).
4482
803ef892
LMI
4483 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
4484 which can be useful (bug#9301).
4485
12980837
LMI
4486 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
4487
91054f8f
LMI
4488 * subr.el (match-string): Mention that the current buffer should
4489 be the same as the search was done in (bug#9282).
4490
b322f63a
LMI
4491 * facemenu.el: Disable the remove-* commands if the mark isn't
4492 active (bug#9162).
4493
3199b96f
CY
44942011-09-10 Chong Yidong <cyd@stupidchicken.com>
4495
4496 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
4497 of display-buffer.
4498 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
4499
4500 * replace.el (occur-mode-goto-occurrence)
4501 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
4502 and display-buffer.
4503
4504 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
4505 display-buffer.
4506
4507 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
4508 special-display and same-window variables.
4509 (mail-other-window): Use switch-to-buffer-other-window.
4510 (mail-other-frame): USe switch-to-buffer-other-frame.
4511
393a301e
SM
4512 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
4513 Use display-buffer-other-frame.
3199b96f
CY
4514 (gdb-display-gdb-buffer): Use pop-to-buffer.
4515
4516 * progmodes/gud.el (gud-goto-info): Use info-other-window.
4517
4518 * progmodes/python.el: Don't set same-window-buffer-names.
4519
4520 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
4521
4522 * window.el (display-buffer-alist): Add *Python*.
4523
8319e0bf
CY
45242011-09-10 Chong Yidong <cyd@stupidchicken.com>
4525
4526 * window.el (display-buffer-alist): Add entry for buffers
4527 previously handled same-window-*.
4528 (display-buffer-alist, display-buffer-default-action)
4529 (display-buffer-overriding-action): Mark as risky.
4530 (display-buffer-alist): Document action function changes.
4531 (display-buffer--same-window-action)
4532 (display-buffer--other-frame-action): New variables.
4533 (switch-to-buffer, display-buffer-other-frame): Use them.
4534 (display-buffer): Rename reuse-frame entry to reusable-frames.
4535 (display-buffer-reuse-selected-window): Function deleted.
4536 (display-buffer-reuse-window): Handle reusable-frames alist entry.
4537 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
4538 (display-buffer-special): New function.
4539 (display-buffer--maybe-pop-up-frame-or-window): Rename from
4540 display-buffer-reuse-or-pop-window. Split off special-display
4541 part into display-buffer-special.
4542 (display-buffer-use-some-window): Don't perform any special
4543 pop-up-frames handling.
4544 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 4545 (display-buffer--maybe-same-window): Rename from
0d3ff375 4546 display-buffer-maybe-same-window.
8319e0bf 4547
919a69aa
CY
4548 * info.el: Don't set same-window-regexps.
4549 (info-setup): New function.
4550 (info-other-window, info): Call it.
4551
4552 * cus-edit.el: Don't set same-window-regexps.
4553 (customize-group): New argument.
4554 (customize-group-other-window): Use it.
4555 (customize-face, customize-face-other-window): Likewise.
4556 (custom-buffer-create-other-window): Use pop-to-buffer directly.
4557
8319e0bf
CY
4558 * net/rlogin.el:
4559 * net/telnet.el:
4560 * progmodes/gud.el: Don't set same-window-regexps.
4561
4562 * cmuscheme.el:
4563 * ielm.el:
4564 * shell.el:
4565 * mail/sendmail.el:
4566 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
4567
25173000
JL
45682011-09-10 Juri Linkov <juri@jurta.org>
4569
4570 * isearch.el (isearch-edit-string): Remove obsolete mention of
4571 `C-w' (`isearch-yank-word-or-char') from docstring.
4572 (isearch-query-replace): Fix typo in docstring (bug#9466).
4573
056e44ef
JL
45742011-09-10 Juri Linkov <juri@jurta.org>
4575
4576 * paren.el (show-paren-function): Don't show escaped parens.
4577 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
4578
c3760c17
EZ
45792011-09-10 Eli Zaretskii <eliz@gnu.org>
4580
4581 * mail/sendmail.el (mml-to-mime, mml-attach-file)
4582 (mm-default-file-encoding): Remove autoload forms, they are
4583 replaced with autoload cookies in mml.el and mm-encode.el.
4584 (mail-add-attachment): New command.
4585 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
4586 (mail-mode): Mention mail-insert-file and mail-add-attachment in
4587 the doc string.
4588 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
4589
fece895e
RT
45902011-09-10 Reuben Thomas <rrt@sc3d.org>
4591
e69df516
SM
4592 * simple.el (count-words-region): Use buffer if there's no region
4593 (bug#9429).
fece895e 4594
5e68ce4a
JL
45952011-09-09 Juri Linkov <juri@jurta.org>
4596
4597 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
4598 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
4599 (wdired-isearch-filter-read-only): New function. (Bug#6362)
4600
0a6b9622
AM
46012011-09-09 Alan Mackenzie <acm@muc.de>
4602
4603 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
4604 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
4605
14a29deb
EZ
46062011-09-09 Eli Zaretskii <eliz@gnu.org>
4607
4608 Fix for Savannah bug#9392.
4609 * simple.el (mail-encode-mml): New defvar.
4610
4611 * mail/rmail.el (mail-encode-mml): Add a defvar.
4612 (rmail-enable-mime-composing): Default to t.
4613 (rmail-forward): Use MIME method of forwarding only if both
4614 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
4615 Set mail-encode-mml non-nil if the MIME method was used.
4616
4617 * mail/sendmail.el (mml-to-mime): Add autoload form.
4618 (mail-encode-mml): Add a defvar.
4619 (mail-mode): Make mail-encode-mml buffer-local and initialize it
4620 to nil.
4621 (mail-send): If mail-encode-mml is non-nil, run the outgoing
4622 message through mml-to-mime, and reset mail-encode-mml to nil.
4623
28c45130
GM
46242011-09-09 Glenn Morris <rgm@gnu.org>
4625
4626 * woman.el (woman-if-body): When processing an .el block,
4627 do not delete the next .el block as well. (Bug#9447)
69f4b618 4628 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 4629
9b1c252e
MR
46302011-09-08 Martin Rudalics <rudalics@gmx.at>
4631
4632 * window.el (window-deletable-p): Make sure window is live before
4633 invoking window-prev-buffers.
4634
567457e3
LL
46352011-09-08 Leo Liu <sdl.web@gmail.com>
4636
4637 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
4638
97f05794
JL
46392011-09-08 Juri Linkov <juri@jurta.org>
4640
4641 * progmodes/compile.el (compilation-environment): Make it
4642 a defcustom (bug#8340).
4643
8b0874b5
MR
46442011-09-08 Martin Rudalics <rudalics@gmx.at>
4645
4646 * window.el (frame-auto-delete): Rename to window-auto-delete.
4647 Make it control auto-deletion of windows and/or frames.
4648 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 4649 for deleting window/frame. (Bug#9419)
8b0874b5
MR
4650 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
4651 Rewrite handling of case when window/frame can be deleted.
4652 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 4653 argument t. (Bug#9456)
8b0874b5 4654
4feb6e73
CY
46552011-09-07 Chong Yidong <cyd@stupidchicken.com>
4656
4657 * help-mode.el (help-mode): Restore autoload.
4658
91ab9c13
JL
46592011-09-07 Juri Linkov <juri@jurta.org>
4660
4661 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
4662 `compilation-environment'. Set buffer-local
4663 `compilation-environment' to `thisenv' later after (funcall mode).
4664 (Bug#8340)
4665
4666 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
4667 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
4668 instead of replacing its value. (Bug#8340)
4669
0527e251
JL
46702011-09-07 Juri Linkov <juri@jurta.org>
4671
4672 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
4673 based on text properties put by `grep-filter' instead of matching
4674 escape sequences.
4675 (grep-mode): Set buffer-local `compilation-error-screen-columns'
4676 to the value of `grep-error-screen-columns' (bug#9438).
4677
249f792c
JL
46782011-09-07 Juri Linkov <juri@jurta.org>
4679
4680 * simple.el (next-error-highlight, next-error-highlight-no-select):
4681 Doc fix (bug#9432).
4682
ff7271b9
OT
46832011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
4684
4685 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
4686 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
4687
183fc730
LL
46882011-09-07 Leo Liu <sdl.web@gmail.com>
4689
4690 * net/rcirc.el (rcirc-mode): Conditionally initialize
4691 rcirc-input-ring.
4692
77694924
SM
46932011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4694
4695 * emacs-lisp/find-func.el (find-function-C-source): Only set
4696 find-function-C-source-directory after checking that we found a source
4697 file there (bug#9440).
4698
d809b8eb
AM
46992011-09-06 Alan Mackenzie <acm@muc.de>
4700
4701 * isearch.el (isearch-other-meta-char): Wherever a key list is
4702 unread, "unread" the prefix arg, too. This fixes bug #8901.
4703
453de99f
OG
47042011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
4705
4706 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
4707
90439906
JL
47082011-09-05 Juri Linkov <juri@jurta.org>
4709
4710 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
4711
f62bd846
JL
47122011-09-05 Juri Linkov <juri@jurta.org>
4713
4714 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
4715 keeping point where processing of grep matches begins, and
4716 continue to delete remaining escape sequences from the same point.
4717 (grep-filter): Make leading zero optional in "0?1;31m" because
4718 git-grep emits "\033[1;31m" escape sequences unlike expected
4719 "\033[01;31m" as GNU Grep does (bug#9408).
4720 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
4721
045820ec
JL
47222011-09-05 Juri Linkov <juri@jurta.org>
4723
4724 * subr.el (y-or-n-p): Capitalize "yes".
4725
f5e29b9b
MA
47262011-09-04 Michael Albinus <michael.albinus@gmx.de>
4727
4728 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
4729 `tramp-cache-unload-hook' where appropriate.
4730 (tramp-methods): Rename `tramp-remote-sh' to
4731 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
4732 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
4733
4734 * net/tramp-sh.el (top): Don't require 'shell.
4735 (tramp-methods): Add `tramp-remote-shell' and
4736 `tramp-remote-shell-args' entries.
4737 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
4738 (tramp-sh-handle-shell-command): Remove.
4739 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4740 Use `tramp-remote-shell'.
4741
2784c434
CY
47422011-09-03 Chong Yidong <cyd@stupidchicken.com>
4743
393a301e 4744 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
4745 (sendmail-query-once): Save directly to send-mail-function.
4746 Update message-send-mail-function too.
4747
4748 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
4749
464cdf56
CS
47502011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
4751
4752 * progmodes/python.el (python-mode-map): Use correct function to
4753 start python interpreter from menu-bar (as reported by Geert
4754 Kloosterman).
4755 (inferior-python-mode-map): Fix typo.
393a301e 4756 (python-shell-map): Remove.
464cdf56 4757
d37e5c87
DD
47582011-09-03 Deniz Dogan <deniz@dogan.se>
4759
4760 * net/rcirc.el (rcirc-print): Simplify code for
4761 rcirc-scroll-show-maximum-output. There is no need to walk
4762 through all windows to find the right one.
4763
f3ada0ee
CS
47642011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
4765
4766 * help.el (help-return-method): Doc fix.
4767
1f3c99ca
MR
47682011-09-03 Martin Rudalics <rudalics@gmx.at>
4769
4770 * window.el (window-deletable-p): Don't return a non-nil value
4771 when there's a buffer that was shown in the window before.
4772 (Bug#9419)
393a301e
SM
4773 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
4774 Set window's previous buffers to nil.
1f3c99ca 4775
a3cf097f
EZ
47762011-09-03 Eli Zaretskii <eliz@gnu.org>
4777
4778 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
4779 newline before and after the tag line, so it doesn't interfere
4780 with determining the paragraph direction of bidirectional text.
4781
3d03de90
LL
47822011-09-03 Leo Liu <sdl.web@gmail.com>
4783
4784 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
4785
c3313451
CY
47862011-09-02 Chong Yidong <cyd@stupidchicken.com>
4787
393a301e 4788 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
4789 (pop-to-buffer): Change interactive spec. Pass second argument
4790 directly to display-buffer.
4791 (display-buffer): Fix interactive spec. Use functionp to
4792 distinguish between a function and a list of functions.
4793
4794 * abbrev.el (edit-abbrevs):
4795 * arc-mode.el (archive-extract):
4796 * autoinsert.el (auto-insert):
4797 * bookmark.el (bookmark-bmenu-list):
4798 * files.el (find-file):
4799 * view.el (view-buffer):
4800 * progmodes/compile.el (compilation-goto-locus):
4801 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
4802
89894cd8
CY
48032011-09-02 Chong Yidong <cyd@stupidchicken.com>
4804
4805 * window.el (display-buffer-alist): Doc fix.
4806 (display-buffer): Add docstring. Don't treat
4807 display-buffer-default specially.
4808 (display-buffer-reuse-selected-window)
4809 (display-buffer-same-window, display-buffer-maybe-same-window)
4810 (display-buffer-reuse-window, display-buffer-pop-up-frame)
4811 (display-buffer-pop-up-window)
4812 (display-buffer-reuse-or-pop-window)
4813 (display-buffer-use-some-window): New functions.
4814 (display-buffer-default-action): Use them.
393a301e 4815 (display-buffer-default): Delete.
89894cd8
CY
4816 (pop-to-buffer-1): Fix choice of actions.
4817
ae0bc9fb
SM
48182011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
4819
4820 * minibuffer.el (completion--insert-strings): Don't get confused by
4821 completion entries that end with an LF char.
4822
e9d90883
EZ
48232011-09-01 Eli Zaretskii <eliz@gnu.org>
4824
4825 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
4826
437014c8
CY
48272011-09-01 Chong Yidong <cyd@stupidchicken.com>
4828
4829 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
4830 (display-buffer-same-window, display-buffer-other-window):
4831 New functions.
437014c8
CY
4832 (pop-to-buffer-1): New function. Use the above.
4833 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 4834 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
4835
4836 * view.el (view-buffer-other-window, view-buffer-other-frame):
4837 Just use pop-to-buffer.
4838
a5e063d5
TV
48392011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4840
4841 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
4842
793d32bb
WH
48432011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
4844
4845 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
4846
d65e4c15
RS
48472011-08-31 Richard Stallman <rms@gnu.org>
4848
4849 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
4850 of the separation of rmail-view-buffer from rmail-buffer.
4851 If you say no to "replace original", the decrypt is in the
4852 view buffer. If you say yes, the decrypt goes into the
4853 rmail buffer also.
4854
f818cd2a
MR
48552011-08-31 Martin Rudalics <rudalics@gmx.at>
4856
4857 * window.el (display-buffer-window): Rewrite doc-string.
4858 (display-buffer-record-window): New function.
4859 (display-buffer-macro-specifiers)
4860 (display-buffer-even-window-sizes, display-buffer-set-height)
4861 (display-buffer-set-width, display-buffer-in-window)
4862 (display-buffer-reuse-window, display-buffer-split-specifiers)
4863 (display-buffer-side-specifiers, display-buffer-split-window-1)
4864 (display-buffer-split-window, display-buffer-split-atom-window)
4865 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
4866 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
4867 (display-buffer-other-window-means-other-frame)
4868 (display-buffer-normalize-special)
4869 (display-buffer-normalize-default)
4870 (display-buffer-normalize-argument)
4871 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
4872 (display-buffer-normalize-specifiers, display-buffer-frame)
4873 (display-buffer-same-window, display-buffer-same-frame)
4874 (display-buffer-other-window)
4875 (display-buffer-same-frame-other-window)
4876 (display-buffer-other-frame, pop-to-buffer-same-window)
4877 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
4878 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
4879 (switch-to-buffer-same-frame)
4880 (switch-to-buffer-other-window-same-frame)
4881 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
4882 (display-buffer-alist-set-1, display-buffer-alist-set-2)
4883 (display-buffer-alist-set): Remove.
4884 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
4885 (special-display-regexps, special-display-function):
4886 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
4887 parameter.
4888 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
4889 (special-display-frame-alist, special-display-popup-frame)
4890 (same-window-buffer-names, same-window-regexps, same-window-p)
4891 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
4892 (split-window-preferred-function, split-height-threshold)
4893 (split-width-threshold, window-splittable-p)
4894 (split-window-sensibly, window--try-to-split-window)
4895 (window--frame-usable-p, even-window-heights)
4896 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
4897 (window--display-buffer-2, display-buffer-other-frame):
4898 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
4899 (display-buffer-default, display-buffer-assq-regexp): New functions.
4900 (display-buffer-alist): Rewrite doc-string.
4901 (display-buffer-default-action)
4902 (display-buffer-overriding-action): New variables.
4903 (display-buffer, switch-to-buffer): Rewrite.
4904 (pop-to-buffer): Restore Emacs 23 behavior but use
4905 window-normalize-buffer-to-display.
4906 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
4907 Restore Emacs 23 behavior but use
4908 window-normalize-buffer-to-switch-to.
4909 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
4910 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
4911 Rewrite using Emacs 23 options.
f818cd2a 4912
5bc3b51d
MA
49132011-08-31 Michael Albinus <michael.albinus@gmx.de>
4914
4915 * net/tramp.el (tramp-root-regexp): Remove.
4916 (tramp-completion-file-name-regexp-unified)
4917 (tramp-completion-file-name-regexp-separate)
4918 (tramp-completion-file-name-regexp-url): Don't use leading volume
4919 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
4920 (tramp-drop-volume-letter): Simplify definition.
4921 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 4922
b1a4f8e1
SM
49232011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
4924
4925 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
4926 (bug#9356).
4927
5664fa7b
RT
49282011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
4929
b1a4f8e1 4930 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 4931
9a45d6c3
JL
49322011-08-29 Juri Linkov <juri@jurta.org>
4933
4934 * isearch.el (isearch-done): Don't display message "Mark saved"
4935 when arg `edit' is non-nil to prevent its flicker in the echo area.
4936
fb87e0fb
CY
49372011-08-28 Chong Yidong <cyd@stupidchicken.com>
4938
4939 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
4940 obsolete packages for deletion.
4941
09ac1c2a
CS
49422011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
4943
4944 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 4945 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
4946 view-mode from help-mode.
4947 (help-xref-override-view-map): Remove.
4948 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
4949 view-mode is not used anymore.
4950
7a1ff57f
CY
49512011-08-28 Chong Yidong <cyd@stupidchicken.com>
4952
4953 * server.el (server-port): Doc fix.
4954
b9696605
CY
4955 * cus-theme.el (custom-theme-choose-mode): Inherit from
4956 special-mode (Bug#9124).
4957 (custom-theme-choose-mode-map): Add special-mode to parent.
4958
ef8cdf8c
AM
49592011-08-28 Alan Mackenzie <acm@muc.de>
4960
4961 * progmodes/cc-fonts.el
4962 (c-make-font-lock-BO-decl-search-function): New function.
4963 (c-basic-matchers-after - "Fontify the clauses after various
4964 keywords"): Extract the three keyword lists for the 3 erroneous
4965 constructs from the list of four, and use the new function above
4966 in place of an old one.
4967
27de4e20
DD
49682011-08-28 Deniz Dogan <deniz@dogan.se>
4969
4970 * net/rcirc.el (rcirc-insert-prev-input)
4971 (rcirc-insert-next-input): Remove unused argument.
4972
356a3681
SM
49732011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
4974
4975 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
4976
3fc9b218
AM
49772011-08-27 Alan Mackenzie <acm@muc.de>
4978
4979 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
4980 handle function pointer parameters properly.
4981
538a061c
MR
49822011-08-27 Martin Rudalics <rudalics@gmx.at>
4983
4984 * window.el (display-buffer-reuse-window): Fix case where
4985 selected window was reused with non-nil OTHER-WINDOW argument.
4986 (Bug#9381)
4987
35b1c40c
DD
49882011-08-27 Deniz Dogan <deniz@dogan.se>
4989
4990 * net/rcirc.el (rcirc-check-auth-status): Adding support for
4991 oftc's NickServ messages.
4992
2f6a3e79
GM
49932011-08-27 Glenn Morris <rgm@gnu.org>
4994
4995 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
4996
7254299e
CY
49972011-08-26 Chong Yidong <cyd@stupidchicken.com>
4998
4999 * emacs-lisp/package.el (package-install): Call package-initialize
5000 if called interactively.
5001
f8ccf167
LL
50022011-08-26 Leo Liu <sdl.web@gmail.com>
5003
5004 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
5005
3e8cd5ce
JL
50062011-08-25 Juri Linkov <juri@jurta.org>
5007
5008 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
5009 `search-whitespace-regexp' (bug#9364).
5010
93eb7113
JL
50112011-08-25 Juri Linkov <juri@jurta.org>
5012
5013 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
5014 `regexp-search-ring' to their global values to protect from
5015 updating by `read-from-minibuffer' (bug#9185).
5016
f65d1611
JL
50172011-08-25 Juri Linkov <juri@jurta.org>
5018
5019 * textmodes/ispell.el (ispell-command-loop): Add newline
5020 at the end of the "Use option `i'..." line.
5021
f1cf7a31
JL
50222011-08-25 Juri Linkov <juri@jurta.org>
5023
5024 * battery.el (display-battery-mode): If `battery-status-function'
5025 or `battery-mode-line-format' is nil, display the message and set
5026 `display-battery-mode' to nil (bug#9363).
5027
0c95fcf7
EZ
50282011-08-25 Eli Zaretskii <eliz@gnu.org>
5029
5030 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
5031 bidi-string-mark-left-to-right; they are unnecessary now.
5032
a2ebe600
DD
50332011-08-25 Deniz Dogan <deniz@dogan.se>
5034
5035 * net/quickurl.el: Documentation typo fixes.
5036
e4ed06f1
CY
50372011-08-25 Chong Yidong <cyd@stupidchicken.com>
5038
5039 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
5040
e5f1c99e
GM
50412011-08-25 Glenn Morris <rgm@gnu.org>
5042
b2948976
GM
5043 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
5044
e5f1c99e
GM
5045 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
5046 (smtpmail-via-smtp): Handle nil response from smtp.
5047
f22f4808
JL
50482011-08-24 Juri Linkov <juri@jurta.org>
5049
5050 * proced.el (proced-marked): Inherit from `error' instead of
5051 `font-lock-warning-face'.
5052
5053 * ibuffer.el (ibuffer-marked-face): Change default face from
5054 `font-lock-warning-face' to `warning'.
5055 (ibuffer-deletion-face): Change default face from
5056 `font-lock-type-face' to `error'.
5057
5058 * battery.el (battery-update): Use the face `error' instead of
5059 `font-lock-warning-face' (bug#6117).
5060
6a93965e
JL
50612011-08-24 Juri Linkov <juri@jurta.org>
5062
5063 * faces.el (success): Change face color from "Green3" to
5064 "ForestGreen" on light background (bug#9353).
5065
1ed43b09
CY
50662011-08-24 Chong Yidong <cyd@stupidchicken.com>
5067
5664fa7b
RT
5068 * window.el (quit-window): Rename from quit-restore-window.
5069 Use same arglist as old quit-window.
1ed43b09
CY
5070 (frame-auto-delete): Doc fix.
5071
5072 * view.el (view-mode-exit): Use quit-window.
5073
11dcdbb2
JL
50742011-08-24 Juri Linkov <juri@jurta.org>
5075
5076 * isearch.el (isearch-ring-adjust1): Start visiting previous
5077 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
5078 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
5079 for empty search string (when the last search string is reused
5080 automatically) to adjust the isearch ring to the last element and
5081 prepare the correct index for further M-p commands (bug#9185).
5082
de62b4df
KH
50832011-08-24 Kenichi Handa <handa@m17n.org>
5084
5085 * international/ucs-normalize.el: If decomposition property of
5086 CHAR is the default one (i.e. a list of CHAR itself), treat it as
5087 nil.
5088 (nfd, nfkd): Likewise.
5089
963b492b
SM
50902011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
5091
5092 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
5093 from process filters aren't reliably transmitted to the surrounding
5094 accept-process-output.
5095 (mpc-proc-check): New function.
5096 (mpc-proc-sync): Use it (bug#8293)
5097
93b6b5e1
SM
50982011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5099
5100 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
5101 Add compatibility functions (bug#9313).
5102
bca633fb
EZ
51032011-08-23 Eli Zaretskii <eliz@gnu.org>
5104
b177498a
EZ
5105 * cus-start.el (all): Add entry for bidi-paragraph-direction.
5106
6df6ae42 5107 * international/uni-bidi.el: Regenerate.
bca633fb 5108
0902a04e
KH
51092011-08-23 Kenichi Handa <handa@m17n.org>
5110
5111 * international/charprop.el:
5112 * international/uni-bidi.el:
5113 * international/uni-category.el:
5114 * international/uni-combining.el:
5115 * international/uni-comment.el:
5116 * international/uni-decimal.el:
5117 * international/uni-decomposition.el:
5118 * international/uni-digit.el:
5119 * international/uni-lowercase.el:
5120 * international/uni-mirrored.el:
5121 * international/uni-name.el:
5122 * international/uni-numeric.el:
5123 * international/uni-old-name.el:
5124 * international/uni-titlecase.el:
5125 * international/uni-uppercase.el: Regenerate.
5126
3bbf23bc
MR
51272011-08-23 Martin Rudalics <rudalics@gmx.at>
5128
5129 * help.el (help-window-setup): Fix message displayed when other
5130 window is reused. (Bug#9341)
5131
b3fd59bd
SM
51322011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5133
1802e444
SM
5134 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
5135 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
5136
b3fd59bd
SM
5137 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
5138 Mark obsolete.
5139 * shell.el (shell-parse-pcomplete-arguments): New function.
5140 (shell-completion-vars): Use it instead (bug#9160).
5141
4eb61348
SM
51422011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
5143
867cab74
SM
5144 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
5145 strings and comments (bug#9333).
5146
4eb61348
SM
5147 * emacs-lisp/debug.el (debug-arglist): New function.
5148 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
5149 (debug-on-entry-1): Handle interpreted closures (bug#9120).
5150
262a1439
JL
51512011-08-22 Juri Linkov <juri@jurta.org>
5152
56ee679c
JL
5153 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5154 Revert regexp that highlights output switches to its old
5155 pre-2010-10-28 value and remove one `?' from it (bug#9319).
5156
262a1439
JL
5157 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
5158 to check for empty output (bug#9226).
5159
f13f86fb
CY
51602011-08-22 Chong Yidong <cyd@stupidchicken.com>
5161
5162 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
5163 symbol-constituent as the default, as that stops font-lock from
5164 working properly (Bug#8843).
5165
c65c9622
LMI
51662011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5167
5168 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
5169 `coding-system-for-*' around the process open call to avoid
5170 auth-source side effects.
e7f2c178 5171 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
5172 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
5173 probe hangs.
c65c9622 5174
23a8a5ab
CY
51752011-08-21 Chong Yidong <cyd@stupidchicken.com>
5176
ff98b2dd
CY
5177 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
5178
23a8a5ab
CY
5179 * emacs-lisp/find-func.el (find-function-noselect): New arg
5180 lisp-only.
5181
5182 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
5183 signal an error for built-in functions (Bug#6664).
5184
f5e3c598
LMI
51852011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5186
5187 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
5188 (smtpmail-try-auth-methods): Use it.
5189
a3f2468a
CY
51902011-08-21 Chong Yidong <cyd@stupidchicken.com>
5191
2c34e8da
CY
5192 * font-lock.el (font-lock-fontify-region)
5193 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
5194 (font-lock-default-unfontify-buffer)
5195 (font-lock-default-fontify-region)
5196 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
5197
b3fd59bd
SM
5198 * progmodes/compile.el (compilation-error-properties):
5199 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
5200 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
5201 `ant' regexp.
ee31aabc 5202
a3f2468a
CY
5203 * net/browse-url.el (browse-url-firefox): Don't call
5204 browse-url-firefox-sentinel unless using -remote (Bug#9328).
5205
8e999f70
GM
52062011-08-20 Glenn Morris <rgm@gnu.org>
5207
c21a496a
GM
5208 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
5209
59ee0542
GM
5210 * tutorial.el (tutorial--default-keys): Update some default bindings.
5211
8e999f70
GM
5212 * files.el (hack-local-variables): Fully ignore case for "mode:".
5213
e3715033
AM
52142011-08-20 Alan Mackenzie <acm@muc.de>
5215
5216 Resolve invalid use of a regexp in regexp-opt.
5217
4d61f28d
JB
5218 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
5219 detection for a java annotation.
e3715033 5220
4d61f28d 5221 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
5222 detection for a java annotation.
5223
4d61f28d
JB
5224 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
5225 handling for java.
e3715033
AM
5226 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
5227
04ed2e9c
CY
52282011-08-20 Chong Yidong <cyd@stupidchicken.com>
5229
5230 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
5231 (Bug#9274).
5232
826cee64
AM
52332011-08-20 Alan Mackenzie <acm@muc.de>
5234
58179cce 5235 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
5236 such a construct. Mainly for when jit-lock etc. starts a chunk
5237 here.
5238
58179cce 5239 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 5240 variable.
58179cce 5241 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
5242 c-make-font-lock-search-function.
5243 (c-make-font-lock-search-function): Use the above function.
5244 (c-make-font-lock-context-search-function): New function.
5245 (c-cpp-matchers): Enhance the preprocessor expression case with
5246 the above function
5247 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
5248 which takes an expression.
5249
5250 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
5251
13009bd8
MR
52522011-08-20 Martin Rudalics <rudalics@gmx.at>
5253
5254 * window.el (display-buffer-reuse-window)
5255 (display-buffer-pop-up-window): Don't reuse or split a side
5256 window.
5257
9234ff7f
GM
52582011-08-19 Glenn Morris <rgm@gnu.org>
5259
5260 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 5261 Downcase "Mode:". (Bug#9331)
9234ff7f 5262
f635daa1
CY
52632011-08-18 Chong Yidong <cyd@stupidchicken.com>
5264
5265 * international/characters.el: Add L and R categories.
5266
5267 * subr.el (bidi-string-mark-left-to-right): Rename from
5268 string-mark-left-to-right. Use category search.
5269
5270 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
5271
bc987f8b
JL
52722011-08-18 Juri Linkov <juri@jurta.org>
5273
5274 * faces.el (error, warning, success): New faces with definitions
5275 copied from old default values of `font-lock-warning-face',
5276 `compilation-warning', `compilation-info' (bug#6117).
5277
5278 * font-lock.el (font-lock-warning-face): Inherit from `error'.
5279
5280 * progmodes/compile.el (compilation-error): Inherit from `error'.
5281 (compilation-warning): Inherit from `warning'.
5282 (compilation-info): Inherit from `success'.
5283
5284 * dired.el (dired-marked): Inherit from `warning'.
5285 (dired-flagged): Inherit from `error'.
5286
57173b96
LMI
52872011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5288
3e79eb87
LMI
5289 * mail/smtpmail.el (auth-source): Require to avoid problems with
5290 binding variables (bug#9298). Also clean up some unused
5291 autoloads.
5292
b3fd59bd
SM
5293 * net/network-stream.el (network-stream-open-starttls):
5294 Support using starttls.el without using gnutls-cli.
57173b96 5295
02b404de
JL
52962011-08-17 Juri Linkov <juri@jurta.org>
5297
5298 * progmodes/grep.el (rgrep): Handle the case when
5299 `grep-find-command' is a cons cell (bug#9278).
5300
8c9177f2
MR
53012011-08-17 Martin Rudalics <rudalics@gmx.at>
5302
5303 * window.el (display-buffer-pop-up-frame): Run frame creation
5304 function with BUFFER current (as special-display-popup-frame
5305 does). Reported by Drew Adams.
5306
3644a0ab
DU
53072011-08-17 Daiki Ueno <ueno@unixuser.org>
5308
5309 * epa-mail.el: Simplify GnuPG group expansion using
5310 epg-expand-group.
5311 (epa-mail-group-alist, epa-mail-group-modtime)
5312 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
5313 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
5314 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
5315 Remove.
5316
5e617bc2 53172011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
5318
5319 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
5320
9c4aeabf
AM
53212011-08-16 Alan Mackenzie <acm@muc.de>
5322
5323 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
5324 Correct, to avoid the inside of macros.
5325
3a99bf64
RS
53262011-08-16 Richard Stallman <rms@gnu.org>
5327
04963aa8
RS
5328 * epa-mail.el: Handle GnuPG group definitions.
5329 (epa-mail-group-alist, epa-mail-group-modtime)
5330 (epa-mail-gnupg-conf-file): New variables.
5331 (epa-mail-parse-groups, epa-mail-sync-groups)
5332 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
5333 (epa-mail-expand-recipients): New functions.
5334 (epa-mail-encrypt): Call epa-mail-expand-recipients.
5335
177549d0
RS
5336 * mail/rmail.el (rmail-epa-decrypt): New command.
5337
fe38beef
RS
5338 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
5339 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
5340 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
5341 (epa-decrypt-armor-in-region): Make error message clearer.
5342
934eacb9
SM
53432011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
5344
5345 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
5346 and "a2b" to "ab" for `prefix'.
5347
d024fb4e
CY
53482011-08-14 Chong Yidong <cyd@stupidchicken.com>
5349
5350 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
5351 filter groups.
de148fee
CY
5352 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
5353 Fourquet (Bug#8804).
d024fb4e 5354
62f1ca49
JB
53552011-08-12 Juanma Barranquero <lekktu@gmail.com>
5356
5357 * startup.el (argi): Declare as global variable (bug#9275).
5358
9ccaaa4b
CY
53592011-08-12 Chong Yidong <cyd@stupidchicken.com>
5360
5361 * subr.el (string-mark-left-to-right): Search the entire string
5362 for RTL script, not just the terminating character. Doc fix.
5363
a3dae87a
SM
53642011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
5365
6cd18349
SM
5366 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
5367 New function.
5368 (js--regexp-literal, js-syntax-propertize-function): Remove.
5369 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
5370 (js-mode-map): Don't rebind electric keys.
5371 (js-insert-and-indent): Remove.
5372 (js-mode): Setup electric-layout and electric-indent instead.
5373
a3dae87a
SM
5374 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
5375
9d5cb631
DU
53762011-08-12 Daiki Ueno <ueno@unixuser.org>
5377
5378 * epa.el (epa-progress-callback-function): Fix the logic of
5379 displaying progress.
5380 * epa-file.el (epa-file-insert-file-contents): Make progress
5381 display more user-friendly.
5382 (epa-file-write-region): Ditto.
5383
3e26a4a2
CY
53842011-08-10 Chong Yidong <cyd@stupidchicken.com>
5385
5386 * subr.el (string-mark-left-to-right): New function.
5387
5388 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
5389 Use string-mark-left-to-right.
5390 (list-buffers-noselect): Caller changed.
5391
a3dae87a
SM
5392 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
5393 Use string-mark-left-to-right.
3e26a4a2
CY
5394 (tabulated-list-print): Recenter after moving point.
5395
ac8cf6e6
JL
53962011-08-10 Juri Linkov <juri@jurta.org>
5397
5398 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
5399 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
5400 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
5401
8d96c9a4
CY
54022011-08-09 Chong Yidong <cyd@stupidchicken.com>
5403
5404 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
5405 (Bug#7554).
5406
7be1c708 54072011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
5408
5409 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
5410 character. (Bug#6594)
5411
37e11a63
CY
54122011-08-08 Chong Yidong <cyd@stupidchicken.com>
5413
839dde57
CY
5414 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
5415 (image-dired--with-db-file): New macro.
5416 (image-dired-write-tags, image-dired-remove-tag)
5417 (image-dired-create-gallery-lists, image-dired-write-comments)
5418 (image-dired-get-comment, image-dired-mark-tagged-files)
5419 (image-dired-list-tags, image-dired-gallery-generate): Use it.
5420 (image-dired-gallery-generate): Use insert-file-contents.
5421
37e11a63
CY
5422 * time.el (display-time-world-list, display-time-world-display):
5423 * time-stamp.el (time-stamp-string):
5424 * vc/add-log.el (add-change-log-entry): Use setenv instead of
5425 set-time-zone-rule (Bug#7337).
5426
0b4946c4
DU
54272011-08-08 Daiki Ueno <ueno@unixuser.org>
5428
5429 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
5430 (epg-error-to-string, epg-errors-to-string): New function.
5431 (epg-wait-for-completion): Reverse errors list.
5432 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
5433 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
5434 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
5435 (epg-sign-keys, epg-generate-key-from-file)
5436 (epg-generate-key-from-string): Format errors by using
5437 epg-errors-to-string (bug#9255).
5438 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
5439
75bfc667
JL
54402011-08-07 Juri Linkov <juri@jurta.org>
5441
5442 * faces.el (list-faces-display): Remove extra angle bracket
5443 from `help-mode-map'.
5444
5445 * info.el (Info-history-toc-nodes): Doc fix.
5446
5447 * longlines.el (longlines-mode): Doc fix.
5448
673e08bb
SM
54492011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
5450
4640dd88
SM
5451 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
5452 of statements and in a few more cases (bug#9183).
5453
673e08bb
SM
5454 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
5455 New functions.
5456 (cl-transform-lambda): Use them (bug#9239).
5457
89b3f019
MR
54582011-08-05 Martin Rudalics <rudalics@gmx.at>
5459
5460 * window.el (display-buffer-same-window)
5461 (display-buffer-same-frame, display-buffer-other-window)
5462 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
5463 (pop-to-buffer-other-window)
5464 (pop-to-buffer-same-frame-other-window)
5465 (pop-to-buffer-other-frame): Make them defuns.
5466 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
5467
640c8776
SM
54682011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5469
5470 * subr.el (make-composed-keymap): Move from C. Change calling
5471 convention, and improve docstring to bring attention to a subtle point.
5472 * minibuffer.el (completing-read-default): Adjust accordingly.
5473
63648a95
MA
54742011-08-03 Michael Albinus <michael.albinus@gmx.de>
5475
5476 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
5477 (tramp-open-shell): Use `tramp-shell-quote-argument'.
5478
5479 * net/trampver.el: Update release number.
5480
b796c9b7
SM
54812011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5482
5483 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
5484 "in" (bug#9190).
5485
2239d7d5
LMI
54862011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5487
e07dd7c3
LMI
5488 * mail/sendmail.el (sendmail-query-once): Restore the current
5489 buffer after querying (bug#9074).
5490
0e6a2bd7
LMI
5491 * dired.el (dired-flagged): Use different faces for marked and
5492 flagged files (bug#6117).
5493
ce887515
LMI
5494 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
5495 (bug#4433).
5496
92f2affc
LMI
5497 * ido.el (ido-mode): Switch off the message if called
5498 non-interactively.
5499
57d5aff0
LMI
5500 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
5501 before 587, since it appears that that's more likely to work for
5502 more people.
5503
98cd6c18 5504 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 5505 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
5506 exist.
5507
b96dec83
LMI
5508 * info.el: Remove the `Info-beginning-of-buffer' function
5509 (bug#8325).
5510
b796c9b7
SM
5511 * net/network-stream.el (network-stream-open-starttls):
5512 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 5513
d90e2ea0
MR
55142011-08-01 Martin Rudalics <rudalics@gmx.at>
5515
5516 * window.el (display-buffer-in-window): Don't set dedicated status
5517 of window here (Bug#9215).
5518 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
5519 (display-buffer-pop-up-side-window)
b796c9b7 5520 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 5521
cca09170
SM
55222011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
5523
5524 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
5525 before binding generated-autoload-file.
5526
027b979c
DD
55272011-08-01 Deniz Dogan <deniz@dogan.se>
5528
5529 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
5530
3c7ee4f3
MA
55312011-07-30 Michael Albinus <michael.albinus@gmx.de>
5532
5533 Sync with Tramp 2.2.2.
5534
5535 * net/trampver.el: Update release number.
5536
2cc8e51a
JL
55372011-07-30 Juri Linkov <juri@jurta.org>
5538
5539 * dired-aux.el (dired-touch-initial): Remove function.
5540 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
5541 current time, and `default' to the last modification time of the
5542 current marked file (bug#6887).
5543
a514d856
JM
55442011-07-28 Jose E. Marchesi <jemarch@gnu.org>
5545
5546 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 5547 numeric argument to read-number (bug#9163).
a514d856 5548
8a7eddd7
MA
55492011-07-27 Michael Albinus <michael.albinus@gmx.de>
5550
5551 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
5552 connection process, it could be nil.
5553
1ddd96f5
LL
55542011-07-27 Leo Liu <sdl.web@gmail.com>
5555
5556 Simplify url handling in rcirc-mode.
5557
5558 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
5559 (rcirc-browse-url-at-mouse): Remove.
5560 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
5561
b248a85d
AM
55622011-07-26 Alan Mackenzie <acm@muc.de>
5563
5564 Fontify bitfield declarations properly.
5565
5566 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
5567 (c-symbol-chars): Now exported as a lang variable.
5568 (c-not-primitive-type-keywords): New lang variable.
5569
5570 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
5571 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 5572 parsed as a bitfield declaration.
b248a85d 5573
b796c9b7
SM
5574 * progmodes/cc-engine.el (c-beginning-of-statement-1):
5575 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
5576 (c-punctuation-in): New function.
5577 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
5578 declarations properly.
5579
68575ab0
UJ
55802011-07-26 Ulf Jasper <ulf.jasper@web.de>
5581
5582 * calendar/icalendar.el (icalendar--all-events): Take care of
5583 multiple vcalendars in a single file.
b796c9b7 5584 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 5585
0f0a88b9
DD
55862011-07-25 Deniz Dogan <deniz@dogan.se>
5587
5588 * image.el (insert-image): Clarifying docstring.
5589
0b3f36df
MA
55902011-07-24 Michael Albinus <michael.albinus@gmx.de>
5591
5592 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
5593 `tramp-send-command-and-check' if there is no error.
5594 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
5595
a9901f61
AM
55962011-07-22 Alan Mackenzie <acm@muc.de>
5597
5598 Prevent cc-langs.elc being loaded at run time.
5599
5600 * progmodes/cc-mode.el: Remove two autoload forms which loaded
5601 cc-langs.
5602
4d61f28d 5603 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
5604 "(require 'cc-langs)". Quote a form so it will evaluate at
5605 (cc-mode's) compilation time.
5606
11d074b2
MA
56072011-07-22 Michael Albinus <michael.albinus@gmx.de>
5608
5609 * net/tramp.el (tramp-file-name-handler): Avoid recursive
5610 loading. (Bug#9114)
5611
938b94c8
MR
56122011-07-21 Martin Rudalics <rudalics@gmx.at>
5613
5614 * window.el (display-buffer-pop-up-window)
5615 (display-buffer-pop-up-side-window)
5616 (display-buffer-in-side-window): Call display-buffer-set-height
5617 and display-buffer-set-width after setting the new window's
b796c9b7 5618 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 5619
bfa4f190
SS
56202011-07-20 Sam Steingold <sds@gnu.org>
5621
5622 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
5623 (etags-tags-included-tables): Call `convert-standard-filename' on
5624 the file names contained in TAGS so that windows Emacs can handle
5625 TAGS files created by cygwin ctags.
5626
8ca42262
LMI
56272011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5628
5629 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
5630 which apparently didn't work.
5631
5db2afd2 56322011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 5633
5db2afd2
RW
5634 * proced.el (proced-send-signal): For *Marked Processes* buffer
5635 put point at beginning of buffer.
5636
92e15d10
SB
56372011-07-19 Stephen Berman <stephen.berman@gmx.net>
5638
5639 * proced.el (proced-format): Make header lines align with the text
5640 (bug#1779).
5641
1bfd59e5
LMI
56422011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5643
5644 * view.el (view-buffer): Allow running in `special' modes if we're
5645 visiting a file (bug#8615).
5646
f5aae37c
MR
56472011-07-19 Martin Rudalics <rudalics@gmx.at>
5648
5649 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
5650 (display-buffer-alist-set-1, display-buffer-alist-set-2):
5651 New functions.
f5aae37c
MR
5652 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
5653 more accurately.
5654
bf2c1571
AM
56552011-07-18 Alan Mackenzie <acm@muc.de>
5656
5657 Fontify declarators properly when, e.g., a jit-lock chunk begins
5658 inside a declaration.
5659
5660 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
5661
b796c9b7
SM
5662 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
5663 New function.
bf2c1571
AM
5664 (c-complex-decl-matchers): Insert reference to
5665 c-font-lock-enclosing-decls.
5666
5667 * progmodes/cc-engine.el (c-backward-single-comment):
5668 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
5669 to nil around calls to (forward-comment -1).
5670
4e190b80
LMI
56712011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5672
12dc863d
LMI
5673 * image.el (put-image): Doc typo fix.
5674
a762e966
LMI
5675 * progmodes/etags.el (tags-search): Doc typo fix.
5676
4e190b80
LMI
5677 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
5678 password if we get errors 550 to 554.
5679
f019fb21
LMI
56802011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5681
b796c9b7 5682 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 5683
81746738
LMI
5684 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
5685 indentation character (bug#6380).
5686
3ee3a1b5
LMI
5687 * files.el (buffer-offer-save): Made permanently local (bug#6241).
5688
c82f64de
LMI
5689 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
5690 to clarify what the problem is (bug#4291).
5691
f019fb21
LMI
5692 * simple.el (current-kill): Clarify what
5693 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
5694 (auto-fill-mode): Document `auto-fill-function' in relation to
5695 `auto-fill-mode' (bug#2470).
f019fb21 5696
0794775d
LM
56972011-07-16 Lawrence Mitchell <wence@gmx.li>
5698
5699 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
5700 method if slot is read-only (bug#9035).
5701
be39b8cc
MR
57022011-07-16 Martin Rudalics <rudalics@gmx.at>
5703
b796c9b7 5704 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 5705 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
5706 selected before, see discussion of (Bug#8615), (Bug#6954).
5707 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 5708
6ccf7859
GM
57092011-07-15 Glenn Morris <rgm@gnu.org>
5710
5711 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 5712 Respect help-form.
6ccf7859 5713
87e86684
LM
57142011-07-09 Lawrence Mitchell <wence@gmx.li>
5715
5716 * net/gnutls.el (gnutls-min-prime-bits): New variable.
5717 (gnutls-negotiate): Use it.
5718
d6066239
LMI
57192011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5720
b796c9b7
SM
5721 * net/gnutls.el (gnutls-negotiate):
5722 Upcase `gnutls-algorithm-priority'.
d6066239 5723
bd23ebc0
GM
57242011-07-15 Glenn Morris <rgm@gnu.org>
5725
c65bca65
GM
5726 * jka-compr.el (jka-compr-verbose): Move from here...
5727 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
5728 Add missing :version tag.
5729 * info.el: No need to require jka-compr when compiling.
bd23ebc0 5730
478615cc
LMI
57312011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5732
7b41decb
LMI
5733 * net/gnutls.el (gnutls-algorithm-priority): New variable.
5734 (gnutls-negotiate): Use it.
5735
dbc44fcd
LMI
5736 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
5737
06789f97
LMI
5738 * info.el (Info-beginning-of-buffer): New command.
5739 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
5740 announcing `b' as the key (bug#8325).
ab896c37 5741 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 5742
c39da690
LMI
5743 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
5744
3aa5f34b
LMI
5745 * international/mule-cmds.el
5746 (describe-specified-language-support): Make the error message
5747 clearer (bug#8905).
5748
4bf0979f
LMI
5749 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
5750
478615cc
LMI
5751 * isearch.el (isearch-barrier): Add a doc string, since it's
5752 mentioned in a function doc string (bug#8678).
5753
75c68aa1
MR
57542011-07-15 Martin Rudalics <rudalics@gmx.at>
5755
5756 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
5757 buffer argument (Bug#9083) and self-identifying label argument.
5758
a7c33da2
GM
57592011-07-15 Glenn Morris <rgm@gnu.org>
5760
5761 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
5762
2f5c6024
LMI
57632011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5764
5765 * man.el (Man-fontify-manpage): Fix message when formatting the
5766 man page (bug#7929).
5767
0bb23927 57682011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
5769
5770 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
5771 argument LRM; if non-nil, append an invisible LRM character to the
5772 buffer name.
5773 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
5774 last argument non-nil, when formatting buffer names.
0bb23927
EZ
5775 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
5776 paragraph direction.
cce4b0a7 5777
621ef9ab
LMI
57782011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5779
d1583c48
LMI
5780 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
5781 the man page name (bug#7929).
5782
6a57fb5f
LMI
5783 * image.el (put-image): Mention the `put-image' overlay property
5784 (bug#7834).
5785
d7956b14
LMI
5786 * scroll-bar.el (set-scroll-bar-mode): Mention that
5787 `scroll-bar-mode' lists the values (bug#7772).
5788
5b2d4a66
LMI
5789 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
5790 command (bug#7729).
5791
7509a874
LMI
5792 * rect.el (apply-on-rectangle): Return the point after the last
5793 operation.
5794 (string-rectangle): Go to the point after the last operation
5795 (bug#7522).
5796
4fe74b19
LMI
5797 * printing.el (pr-toggle-region): Clarify the documentation
5798 slightly (bug#7493).
5799
b796c9b7
SM
5800 * time.el (display-time-update):
5801 Allow `display-time-mail-function' to return nil (bug#7158).
5802 Fix suggested by Detlev Zundel.
ab283561 5803
fc233c9d
LMI
5804 * vc/diff.el (diff): Clarify the order the file names are read
5805 (bug#7111).
5806
43f5740b
LMI
5807 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
5808 the doc string (bug#7015).
5809
f2182a76
LMI
5810 * font-lock.el (font-lock-maximum-decoration): Mention what
5811 numeric levels mean (bug#6935).
5812
621ef9ab
LMI
5813 * startup.el (initial-buffer-choice): Don't mention the `none'
5814 selection, which is against policy.
5815
adc47434
MR
58162011-07-14 Martin Rudalics <rudalics@gmx.at>
5817
b796c9b7
SM
5818 * window.el (display-buffer-normalize-special):
5819 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 5820
7e5bfb8f
EZ
58212011-07-14 Eli Zaretskii <eliz@gnu.org>
5822
5823 * subr.el (version<, version<=, version=): Mention "-CVS" and
5824 "-12345" alpha version numbers.
5825
27fa387a
CY
58262011-07-14 Chong Yidong <cyd@stupidchicken.com>
5827
5828 * bindings.el: Add advertised binding for set-mark-command
5829 (Bug#5772).
5830
8bdfa064
CY
58312011-07-14 Chong Yidong <cyd@stupidchicken.com>
5832
5833 * bindings.el (mode-line-other-buffer):
5834 * bookmark.el (bookmark-bmenu-2-window):
5835 * bs.el (bs-cycle-next, bs-cycle-previous):
5836 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
5837 switch-to-buffer.
5838
5839 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 5840 Delete.
8bdfa064 5841
5eba16a3
JB
58422011-07-14 Juanma Barranquero <lekktu@gmail.com>
5843
5844 * follow.el (follow-debug-message, follow-redisplay):
5845 * jka-cmpr-hook.el (with-auto-compression-mode):
5846 Fix typos in docstrings.
5847
15853710
LMI
58482011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5849
a28e4607
LMI
5850 * subr.el (with-silent-modifications): Clarify somewhat what the
5851 macro inhibits (bug#6525).
5852
15853710
LMI
5853 * simple.el (eval-expression): Note what it does if called
5854 interactively (bug#6495).
5855
bee0fcef
CY
58562011-07-13 Chong Yidong <cyd@stupidchicken.com>
5857
b796c9b7
SM
5858 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
5859 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
5860
5861 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5862 Remove switch-to-buffer.
5863
58274504
LMI
58642011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5865
bd2fcc8d
LMI
5866 * files.el (make-directory): Clarify that an error will be raised
5867 if there's an error (bug#6397).
5868
0f04b32c
LMI
5869 * startup.el (initial-buffer-choice): Add `none' as a choice
5870 (bug#6234).
5871
465c5fc8
LMI
5872 * subr.el (add-hook): Clarify section about buffer-local hooks
5873 (bug#6218).
5874
58274504
LMI
5875 * dired.el (dired-flagged): Clarify doc string (bug#6117).
5876
bead9a43
JB
58772011-07-13 Juanma Barranquero <lekktu@gmail.com>
5878
5879 * tabify.el (untabify): Preserve the current column so that point
5880 doesn't move (bug#6032).
5881
3af98a7b
LMI
58822011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5883
b796c9b7
SM
5884 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
5885 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 5886
6240145a
GM
58872011-07-13 Glenn Morris <rgm@gnu.org>
5888
5889 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
5890 (dired-insert-directory): Give a message the first time
5891 if ls is found not to support --dired.
5892
1d8c2ccc
LMI
58932011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5894
5895 * simple.el (toggle-truncate-lines): Clarify what is toggled
5896 (bug#5580). Text by Drew Adams.
5897
5fc4038e
CY
58982011-07-13 Chong Yidong <cyd@stupidchicken.com>
5899
5900 * simple.el (blink-matching-open): Make the error message from the
5901 last change less verbose.
5902
bf6012e5
DN
59032011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
5904
5905 * font-lock.el (font-lock-comment-face): Use the high contrast
5906 "yellow" color for font-lock-comment-face on low color terminals
5907 using a dark background color (bug#4221).
5908
343c3b5a
LMI
59092011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5910
7e9505c5
LMI
5911 * dired.el (dired-insert-set-properties): Make the doc string
5912 reflect what it does now (bug#5325).
5913
c26fdcf5
LMI
5914 * simple.el (blink-matching-open): Say that we were unable to find
5915 the match within the limit, if we're limited (bug#5122).
5916
bb388cc5
LMI
5917 * international/mule-cmds.el (prefer-coding-system): Add an
5918 example (bug#4869).
5919
343c3b5a
LMI
5920 * progmodes/etags.el (tags-search): Document `file-list-form'
5921 (bug#4731).
5922
2a517d45
LM
59232011-07-13 Lawrence Mitchell <wence@gmx.li>
5924
5925 * net/browse-url.el (browse-url-default-browser)
5926 (browse-url-browser-function): Make the default browser choice a
5927 bit more logical (bug#4300). Also clean up the doc string.
5928
b6c78ef2
JB
59292011-07-13 Juanma Barranquero <lekktu@gmail.com>
5930
5931 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
5932 binary endings (bug#4440).
5933
1c4dd947
LMI
59342011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5935
a2014063
LMI
5936 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
5937 which can be pretty annoying (bug#8971).
5938
9c9c2d88
LMI
5939 * jka-compr.el (jka-compr-verbose): New variable, and use
5940 throughout (bug#8971).
5941
1c4dd947
LMI
5942 * info.el (Info-find-file): Fall back on the installation
5943 directory if we can't find the info node anywhere else.
5944
a1c9f41b
SO
59452011-07-13 Sergei Organov <osv@javad.com> (tiny change)
5946
5947 * vc/vc.el (vc-revert-file):
5948 Don't set file time-stamp in the past. (Bug#5181)
5949
536f3d36
LMI
59502011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5951
7152b011
LMI
5952 * files.el (after-find-file): Give a better error message when
5953 trying to find a symlink that points to a file that doesn't exist
5954 (bug#4398).
5955
536f3d36
LMI
5956 * progmodes/cc-vars.el: Remove (probably) misleading comment
5957 (bug#4396).
5958
460c0fba
JB
59592011-07-12 Johan Bockgård <bojohan@gnu.org>
5960
5961 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
5962
7a6bda45
CY
59632011-07-12 Chong Yidong <cyd@stupidchicken.com>
5964
5965 * mouse-sel.el: Hack restoring functionality, while keeping
5966 compatibility with 2010-07-03 changes to mouse selection.
5967 (mouse-sel-primary-overlay): New var.
5968 (mouse-sel-selection-alist): Use it.
5969 (mouse-sel-mode): Doc fix; remove points that are default features
5970 of mouse.el.
5971
c79598ef
JB
59722011-07-12 Johan Bockgård <bojohan@gnu.org>
5973
5974 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5975 Fix previous fix (bug#2490).
5976
ff8be6ef
RW
59772011-07-12 Roland Winkler <winkler@gnu.org>
5978
b796c9b7
SM
5979 * textmodes/bibtex.el (bibtex-initialize):
5980 Use pop-to-buffer-same-window.
ff8be6ef
RW
5981 (bibtex-search-entries): Fix interactive call.
5982
296ba3ee
LMI
59832011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5984
f5242a02 5985 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
5986 Fontise bytecomp Error lines more correctly (bug#2490).
5987 Fix suggested by Johan Bockgård.
f5242a02 5988
296ba3ee
LMI
5989 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
5990
5991 * dired-x.el (dired-guess-default): Use `delete-dups'.
5992
f69fd0d2
CY
59932011-07-12 Chong Yidong <cyd@stupidchicken.com>
5994
5995 * dired.el (dired-mark-prompt):
5996 * dired-aux.el (dired-read-shell-command): Doc fix.
5997
eab5dc07
LMI
59982011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5999
b796c9b7
SM
6000 * mail/sendmail.el (sendmail-query-once):
6001 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
6002 emacs -Q.
6003
6004 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
6005
eab5dc07
LMI
6006 * cus-edit.el (custom-file): Take an optional no-error variable.
6007 (customize-save-variable): Set the variable, and give a warning if
6008 running under "emacs -q".
6009
a1e65d42
JB
60102011-07-11 Juanma Barranquero <lekktu@gmail.com>
6011
6012 * loadhist.el (unload-feature-special-hooks):
6013 Add `auto-coding-functions', `fill-nobreak-predicate' and
6014 `find-directory-functions' (bug#5327).
6015
1d52da10
LMI
60162011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6017
be958f1d
LMI
6018 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
6019
5bedb26c
LMI
6020 * cus-edit.el (custom-guess-name-alist): -alist variables should
6021 use the `alist' type (bug#3120). Suggested by Drew Adams.
6022
1d52da10
LMI
6023 * printing.el: Add documentation to all the `pr-toggle-' commands.
6024
cd394be1 60252011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
6026
6027 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
6028 backends where it makes sense (bug#2623).
6029
dcc88d8a
LMI
60302011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6031
c3de9feb
LMI
6032 * dired-x.el (dired-guess-default): Remove duplicate shell command
6033 entries (bug#2028).
8a93078b 6034 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 6035 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 6036
dcc88d8a
LMI
6037 * subr.el (remove-duplicates): New conveniency function.
6038
505e3645
LMI
60392011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6040
6041 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
6042 (bug#1526).
6043
60442011-07-10 Martin Rudalics <rudalics@gmx.at>
6045
6046 * window.el (display-buffer-normalize-default): Don't invert
6047 meaning of even-window-heights. Reported by Eli Zaretskii
6048 <eliz@gnu.org>.
6049
455e4fa1
BR
60502011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
6051
6052 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
6053
8e0bc3e9
CY
60542011-07-10 Chong Yidong <cyd@stupidchicken.com>
6055
6056 * window.el (display-buffer): Fix arguments to
6057 display-buffer-reuse-window in last change.
6058
fa7c3228
CY
6059 * faces.el (link): Use a less saturated blue on light backgrounds.
6060
6061 * startup.el (fancy-startup-text, fancy-about-text)
6062 (fancy-startup-tail): Use font-lock faces, for background safety.
6063
c0a7f300
BN
60642011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
6065
b796c9b7
SM
6066 * emulation/viper-cmd.el (viper-change-state-to-vi):
6067 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 6068
4dc2a129
MR
60692011-07-09 Martin Rudalics <rudalics@gmx.at>
6070
6071 * window.el (display-buffer-default-specifiers): Remove.
6072 (display-buffer-macro-specifiers): Remove default specifiers.
6073 (display-buffer-alist): Default to nil.
b796c9b7 6074 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
6075 (display-buffer-pop-up-window): Allow splitting internal
6076 windows. Check whether a live window was created.
6077 (display-buffer-other-window-means-other-frame)
6078 (display-buffer-normalize-arguments): Rename to
6079 display-buffer-normalize-argument and rewrite. Set the
6080 other-window specifier.
6081 (display-buffer-normalize-special): New function.
6082 (display-buffer-normalize-options): Rename to
6083 display-buffer-normalize-default and rewrite.
6084 (display-buffer-normalize-options-inhibit): Remove.
6085 (display-buffer-normalize-specifiers): Rewrite.
6086 (display-buffer): Process other-window specifier and call
6087 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
6088 more faithfully.
b796c9b7 6089 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 6090 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
6091 (display-buffer-in-window, display-buffer-alist-set):
6092 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
6093 <tassilo@member.fsf.org>.
6094
2d43b8c9
LL
60952011-07-09 Leo Liu <sdl.web@gmail.com>
6096
6097 * register.el (insert-register): Restore accidental change on
6098 2011-06-26. (Bug#9028)
6099
7f9b7c53
GM
61002011-07-09 Glenn Morris <rgm@gnu.org>
6101
6102 * subr.el (remq): Handle the empty list. (Bug#9024)
6103
f042cfd8
AS
61042011-07-08 Andreas Schwab <schwab@linux-m68k.org>
6105
6106 * mail/sendmail.el (send-mail-function): No longer delay custom
6107 initialization.
6108 * custom.el (custom-initialize-delay): Doc fix.
6109
856b2f11
SM
61102011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
6111
6112 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
6113
afae1d68
MA
61142011-07-08 Michael Albinus <michael.albinus@gmx.de>
6115
6116 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
6117 human-friendly prompt.
6118
0757af94
SM
61192011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
6120
6121 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
6122 provided by a particular plugin.
6123
d760b731
LMI
61242011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
6125
6126 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
6127 save customizations (with "emacs -Q"), just set the variable
6128 instead of erroring out.
6129
6130 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
6131
cd79ce90
JL
61322011-07-08 Juri Linkov <juri@jurta.org>
6133
6134 * arc-mode.el (archive-zip-expunge, archive-zip-update)
6135 (archive-zip-update-case): Use 7z if found by `executable-find'.
6136 The order of searching the available programs is the same as in
6137 `archive-zip-extract' (bug#8968).
6138
14cc04aa
CY
61392011-07-07 Chong Yidong <cyd@stupidchicken.com>
6140
6141 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
6142 (menu-bar-options-menu): Tweak descriptions.
6143
0a1848ec
LMI
61442011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6145
6146 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
6147 menu items into verb phrases (bug#1421). Also refill to fit under
6148 80 columns.
6149
f5bd0689
CY
61502011-07-07 Chong Yidong <cyd@stupidchicken.com>
6151
538e85c6
CY
6152 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
6153 (Info-read-node-name): Doc fix (Bug#1084).
6154
f5bd0689
CY
6155 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
6156 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
6157 (end-of-sexp, beginning-of-sexp)
6158 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
6159 (forward-symbol, forward-same-syntax, word-at-point)
6160 (sentence-at-point): Doc fix (Bug#1144).
6161
56ec5115
LMI
61622011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6163
f3f8e37f
LMI
6164 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
6165 should cover it (bug#1281).
6166
0757af94 6167 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 6168
e9fce1ac 6169 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
6170 negotiation fails, then possibly try again with a non-encrypted
6171 connection (bug#9017).
6172
56ec5115
LMI
6173 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
6174 be used.
6175
c2f9aec8
RS
61762011-07-07 Richard Stallman <rms@gnu.org>
6177
6178 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
6179 property, and handle its changed format.
6180 Look for the correct line number.
6181 Use file's line contents (but not past first =) to find
6182 correct line in message.
6183
ef7b981d 61842011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
6185
6186 * international/characters.el (build-unicode-category-table):
6187 Delete it.
0757af94 6188 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 6189
0757af94 6190 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
6191 to src/chartab.c.
6192 (get-char-code-property): Call unicode-property-table-internal to
6193 load a file. Call get-unicode-property-internal where necessary.
6194 (put-char-code-property): Call unicode-property-table-internal to
6195 load a file. Call put-unicode-property-internal where necessary.
6196 put-unicode-property-internal where necessary.
0757af94
SM
6197 (char-code-property-description):
6198 Call unicode-property-table-internal to load a file.
c805dec0
KH
6199
6200 * international/charprop.el:
6201 * international/uni-bidi.el:
6202 * international/uni-category.el:
6203 * international/uni-combining.el:
6204 * international/uni-comment.el:
6205 * international/uni-decimal.el:
6206 * international/uni-decomposition.el:
6207 * international/uni-digit.el:
6208 * international/uni-lowercase.el:
6209 * international/uni-mirrored.el:
6210 * international/uni-name.el:
6211 * international/uni-numeric.el:
6212 * international/uni-old-name.el:
6213 * international/uni-titlecase.el:
6214 * international/uni-uppercase.el: Regenerate.
6215
6216 * loadup.el: Load international/charprop.el before
6217 international/characters.
6218
e14b388a
CY
62192011-07-07 Chong Yidong <cyd@stupidchicken.com>
6220
6221 * window.el (next-buffer, previous-buffer): Signal an error if
6222 called from a minibuffer window.
6223
6224 * bindings.el: Revert 2011-07-04 change.
6225
354cf0ba
RS
62262011-07-06 Richard Stallman <rms@gnu.org>
6227
6228 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
6229 (rmail-mime-insert-bulk, rmail-mime-insert-text):
6230 Treat markers like ints.
6231 (rmail-mime-entity): Doc fix.
6232
a48868a7
LMI
62332011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6234
4906cd3d
LMI
6235 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
6236 defcustom again for backwards compatibility.
6237
e0457abe
LMI
6238 * simple.el (shell-command-on-region): Fill.
6239
d67f7e1f
LMI
6240 * dired-aux.el (dired-kill-line): Add a doc string.
6241
fe204702
LMI
6242 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
6243 to "\\sw\\|\\s_" (bug#358).
6244
a48868a7
LMI
6245 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
6246 (dired-unmark-backward): Ditto.
6247 (dired-flag-backup-files): Ditto.
6248
6249 * dired-x.el (dired-mark-sexp): Ditto.
6250
aa8a705c
RS
62512011-07-06 Richard Stallman <rms@gnu.org>
6252
6253 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
6254 (rmail-mime-entity): New arg TRUNCATED.
6255 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
6256 New functions.
6257 (rmail-mime-save): Warn if entity is truncated.
6258 (rmail-mime-toggle-hidden): Likewise, for showing.
6259 (rmail-mime-process-multipart): Record when an entity is truncated.
6260
a9a936b9
RS
6261 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
6262 if ENTITY is a string.
6263
1f2b92cb
LMI
62642011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6265
f4f73198 6266 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
6267 of faces when `M-C-x'-ing their definitions (bug#8378).
6268 Also clean up the code slightly.
f4f73198 6269
12b16734 6270 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 6271 because that makes the colors go away.
12b16734 6272
f0691d22
LMI
6273 * mail/sendmail.el (send-mail-function): Change the default to
6274 `sendmail-query-once'.
9e87df06 6275 (sendmail-query-once): Add an autoload cookie.
f0691d22 6276
1f2b92cb
LMI
6277 * net/network-stream.el (network-stream-open-starttls): Try using
6278 a plain connection even if the server offered STARTTLS, and we
6279 kinda wanted to use it, if Emacs doesn't have any STARTTLS
6280 capability. This should make smtpmail.el work in slightly more
6281 configurations.
6282
1cdd2a1b
MA
62832011-07-06 Michael Albinus <michael.albinus@gmx.de>
6284
6285 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
6286 New defun.
6287 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
6288
fbcc67e2
MM
62892011-07-06 Michael R. Mauger <mmaug@yahoo.com>
6290
6291 * progmodes/sql.el: Version 3.0
0757af94 6292 (sql-product-alist): Add product :completion-object,
fbcc67e2 6293 :completion-column, and :statement attributes.
0757af94 6294 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 6295 (sql-mode-syntax-table): Mark all punctuation.
0757af94 6296 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
6297 ansi keywords.
6298 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 6299 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
6300 (sql-oracle-show-reserved-words): New function for development.
6301 (sql-product-font-lock): Simplify for source code buffers.
6302 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
6303 New functions.
6304 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
6305 (sql-mode-map): Add statement movement functions.
6306 (sql-ansi-statement-starters, sql-oracle-statement-starters):
6307 New variable.
fbcc67e2
MM
6308 (sql-statement-regexp, sql-beginning-of-statement)
6309 (sql-end-of-statement, sql-signum): New functions.
0757af94 6310 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
6311 (sql-show-sqli-buffer): Bug fix.
6312 (sql-interactive-mode): Store connection data as buffer local.
0757af94 6313 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
6314 with sql-interactive-mode.
6315 (sql-save-connection): Save buffer local settings.
0757af94 6316 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
6317 (sql-product-interactive): Bug fix.
6318 (sql-preoutput-hold): New variable.
6319 (sql-interactive-remove-continuation-prompt): Bug fixes.
6320 (sql-debug-redirect): New variable.
6321 (sql-str-literal): New function.
6322 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 6323 Redesign.
fbcc67e2
MM
6324 (sql-oracle-save-settings, sql-oracle-restore-settings)
6325 (sql-oracle-list-all, sql-oracle-list-table): New functions.
6326 (sql-completion-object, sql-completion-column)
6327 (sql-completion-sqlbuf): New variables.
6328 (sql-build-completions-1, sql-build-completions)
6329 (sql-try-completion): New functions.
6330 (sql-read-table-name): Use them.
6331 (sql-contains-names): New buffer local variable.
6332 (sql-list-all, sql-list-table): Use it.
6333 (sql-oracle-completion-types): New variable.
6334 (sql-oracle-completion-object, sql-sqlite-completion-object)
6335 (sql-postgres-completion-object): New functions.
6336
d4eaeab1
GM
63372011-07-06 Glenn Morris <rgm@gnu.org>
6338
6339 * window.el (pop-to-buffer): Doc fix.
6340
322b7dab 63412011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
6342
6343 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
6344
322b7dab 63452011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 6346
322b7dab 6347 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 6348
322b7dab 6349 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 6350
605dd5bf
CY
63512011-07-05 Chong Yidong <cyd@stupidchicken.com>
6352
6353 * button.el (button): Inherit from link face. Suggested by Dan
6354 Nicolaescu.
6355
7dbfa719
SM
63562011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6357
3db614b0
SM
6358 * progmodes/gdb-mi.el: Fit in 80 columns.
6359 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
6360 switch-to-buffer.
6361
7dbfa719
SM
6362 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
6363 if imenu is simply not configured (bug#8941).
6364
919d884a
KM
63652011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
6366
6367 * allout.el (allout-post-undo-hook): New allout outline-change
6368 event hook to signal undo activity.
6369 (allout-post-command-business): Run allout-post-undo-hook if an
6370 undo just occurred.
7dbfa719
SM
6371 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
6372 * allout-widgets.el (allout-widgets-after-undo-function):
6373 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
6374 in the vicinity of an undo.
6375 (allout-widgets-mode): Include allout-widgets-after-undo-function
6376 on the new allout-post-undo-hook.
6377
450a0f09
SM
63782011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6379
6380 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
6381 Let define-derived-mode define it.
6382 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
6383 cycles of abbrev-table inheritance (bug#8998).
6384
2de69e00
RW
63852011-07-05 Roland Winkler <winkler@gnu.org>
6386
6387 * textmodes/bibtex.el: Add support for biblatex.
6388 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
6389 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
6390 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
6391 (bibtex-entry-alist, bibtex-field-alist): New variables.
6392 (bibtex-entry-field-alist): Obsolete alias for
6393 bibtex-BibTeX-entry-alist.
6394 (bibtex-entry-alist, bibtex-field-alist): New widgets.
6395 (bibtex-set-dialect): New command.
6396 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
6397 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
6398 Bind via bibtex-set-dialect.
2de69e00
RW
6399 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
6400 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
6401 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
6402 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
6403 Define via bibtex-set-dialect.
450a0f09
SM
6404 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
6405 Obey bibtex-no-opt-remove-re.
2de69e00
RW
6406 (bibtex-vec-push, bibtex-vec-incr): New functions.
6407 (bibtex-format-entry, bibtex-field-list)
6408 (bibtex-print-help-message, bibtex-validate)
6409 (bibtex-search-entries): Use new format of bibtex-entry-alist.
6410
2dcdbdd9
SM
64112011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6412
6413 * progmodes/compile.el (compilation-goto-locus):
6414 * net/tramp-cmds.el (tramp-append-tramp-buffers):
6415 * bs.el (bs-cycle-next, bs-cycle-previous):
6416 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
6417 * bindings.el (mode-line-other-buffer):
6418 * autoinsert.el (auto-insert):
6419 * arc-mode.el (archive-extract):
6420 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
6421
b27640fe
JB
64222011-07-05 Juanma Barranquero <lekktu@gmail.com>
6423
6424 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
6425 Fix check of `emacs-lock-unlockable-modes'.
6426 Coerce true values of `emacs-lock--try-unlocking' to t.
6427
53bbe3ad
JB
64282011-07-05 Juanma Barranquero <lekktu@gmail.com>
6429
6430 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
6431 * emacs-lock.el: New file.
6432
1d3cdbc7
JD
64332011-07-05 Julien Danjou <julien@danjou.info>
6434
6435 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
6436 than `boundp' to check if face is set.
6437
9173deec
JB
64382011-07-05 Juanma Barranquero <lekktu@gmail.com>
6439
6440 * register.el (registerv-make):
6441 * window.el (window-min-height): Fix typos in docstrings.
6442
869795d6
JD
64432011-07-05 Jan Djärv <jan.h.d@swipnet.se>
6444
9173deec 6445 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
6446 Update doc string.
6447
b768cdcd
JB
64482011-07-04 Juanma Barranquero <lekktu@gmail.com>
6449
6450 * server.el (server-execute): Catch quit and call
6451 `server-return-error' to pass the error back to emacsclient and
6452 close the connection (bug#8942).
6453
13aa217b
KM
64542011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
6455
6456 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
6457 insecure exception for current topic. Also note that auto-saves
6458 are handled differently.
6459
6460 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
6461 State variables for tracking auto-save inhibition situation.
6462
6463 (allout-write-contents-hook-handler): Rename from
6464 'allout-write-file-hook-handler', and describe how it depends on
6465 write-contents-functions sensitivity to non-nil value to prevent
6466 file write.
6467
6468 (allout-auto-save-hook-handler): Remove. auto-save does not check
6469 this in individual buffers, only in the starting buffer, so this
6470 is not the right way for us to inhibit auto-save in a buffer
6471 according to its condition.
6472
6473 (allout-mode): Use new allout-write-contents-hook-handler, and
6474 only with write-contents-functions. Remove auto-save provisions -
6475 they're implemented elsewhere.
6476
6477 (allout-before-change-handler): If undo is in progress, note that
6478 for attention of allout-post-command-business.
6479
6480 (allout-post-command-business): If the command we're following was
6481 an undo, check for change in the status of encrypted items and
6482 adjust auto-save inhibitions accordingly.
6483
6484 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
6485 according to whether there are or aren't any plain-text topics
6486 pending encryption.
6487
2dcdbdd9 6488 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
6489 Adjust buffer-saved-size and some allout state to inhibit auto-saves
6490 if there are plain-text topics pending encryption.
13aa217b
KM
6491
6492 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
6493 buffer-saved-size and some allout state to not inhibit auto-saves
6494 if there are no longer any plain-text topics pending encryption.
6495
0757af94
SM
6496 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
6497 No longer provide for exemption of the current topic.
13aa217b 6498
ac89b32c
JL
64992011-07-04 Juri Linkov <juri@jurta.org>
6500
6501 Add 7z operations to delete and save changed members (bug#8968).
6502 * arc-mode.el (archive-7z-expunge, archive-7z-update):
6503 New defcustoms.
6504 (archive-7z-write-file-member): New function.
6505 (archive-7z-summarize): Fix the number of dashes in the
6506 listing output.
6507
8fa39615
SM
65082011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
6509
6510 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
6511 (bug#8958).
6512
2f11b3f1
CY
65132011-07-04 Chong Yidong <cyd@stupidchicken.com>
6514
d66fef2b
CY
6515 * bindings.el: Ignore next-buffer and previous-buffer in
6516 minibuffer-local-map.
6517
2f11b3f1
CY
6518 * font-lock.el (font-lock-builtin-face): Change light background
6519 color to dark slate blue (Bug#6693).
6520
f932a347
WD
65212011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
6522
6523 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
6524
c8af70e1
SM
65252011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
6526
6527 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
6528 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6529 Add switch-to-buffer.
6530
f158badc
LMI
65312011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6532
6533 * isearch.el (isearch-search-fun-function): Clarify further the
6534 meaning of the function returned.
6535
6d95bd46
MA
65362011-07-04 Michael Albinus <michael.albinus@gmx.de>
6537
6538 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
6539
6540 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
6541 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
6542 Use it.
6543 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
6544 `tramp-default-remote-path' does not exist.
6545 (tramp-send-command-and-read): New optional argument NOERROR.
6546 (tramp-open-connection-setup-interactive-shell)
6547 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
6548 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
6549 (tramp-process-sentinel): Flush also process' connection property.
6550 (tramp-sh-handle-start-file-process): Do not set process
6551 sentinel. It is done now ...
6552 (tramp-maybe-open-connection): ... here. (Bug#8929)
6553
909e6b67
MK
65542011-07-04 MON KEY <monkey@sandpframing.com>
6555
6556 * play/animate.el (animate-string): Doc fixes and allow changing
6557 the buffer name (bug#5417).
6558
65592011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6560
c8af70e1 6561 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 6562
f34755dc
PE
65632011-07-04 Paul Eggert <eggert@cs.ucla.edu>
6564
396cec72
PE
6565 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
6566 This is simpler and helps future-proof the code.
6567 (timer-until): Use time-subtract and float-time.
08235028 6568 (timer--time-less-p): Use time-less-p.
f34755dc 6569
56e6cc31
JB
65702011-07-04 Juanma Barranquero <lekktu@gmail.com>
6571
3abb79e5
JB
6572 * type-break.el (timep): Use the value of `float-time' to avoid a
6573 byte-compiler warning.
6574
56e6cc31
JB
6575 * server.el (server-eval-and-print): Return any result, even nil.
6576
7b9430b4
PE
65772011-07-03 Paul Eggert <eggert@cs.ucla.edu>
6578
6579 * type-break.el: Accept time formats that the builtins accept.
6580 (timep, type-break-time-difference): Accept any format that
6581 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
6582 This is simpler and helps future-proof the code.
6583 (type-break-time-difference): Round rather than ignoring
6584 subseconds components.
6585
3034e9e7
LMI
65862011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6587
6588 * info.el (Info-apropos-matches): Make non-interactive, since it
6589 doesn't seem to do anything useful as a command (bug#8829).
6590
1485f4c0
CY
65912011-07-03 Chong Yidong <cyd@stupidchicken.com>
6592
6593 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 6594 Move from faces.el.
1485f4c0
CY
6595 (frame-default-terminal-background): New function.
6596
6597 * custom.el (custom-push-theme): Don't record faces in `changed'
6598 theme; this doesn't work correctly for per-frame face settings.
6599 (disable-theme): Use face-set-after-frame-default to reset faces.
6600 (custom--frame-color-default): New function.
6601
9fa3dd45
LMI
66022011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6603
c8af70e1 6604 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
6605 (bug#8769).
6606
6cbbc20c
KR
66072011-03-29 Kevin Ryde <user42@zip.com.au>
6608
6609 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6610 `perl-Test2' extend to match possible "fail #N" rep count
6611 (bug#8377).
6612
c7f98048
LMI
66132011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6614
65676592
LMI
6615 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
6616 `smtpmail-via-smtp' now returns the error instead of nil.
6617
c7f98048
LMI
6618 * isearch.el (isearch-search-fun-function): Clarify the doc string
6619 (bug#8101).
6620
56e6cc31 66212011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
6622
6623 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
6624 unnecessary spaces (bug#8987).
6625
2b216704
LMI
66262011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6627
6628 * net/network-stream.el (open-network-stream): Use the
6629 :end-of-capability command thoughout.
6630
66312011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
6632
6633 * net/network-stream.el (open-network-stream): Add the
6634 :end-of-capability command parameter, used by pop3.el.
6635
36adf6ce
LMI
66362011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6637
1ca0da0e
LMI
6638 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
6639
fc00f69c
LMI
6640 * fringe.el (fringe-query-style): Remove redundant text " (type ?
6641 for list)" (bug#6475).
6642
28fd8759 6643 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 6644 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
6645 an error (bug#6297).
6646
0dd8b6da
LMI
6647 * man.el (Man-reference-regexp): Allow matching possible
6648 word-wrapped references (bug#6289).
6649
ce1438d6
LMI
6650 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
6651 for consistency with the other vc buffers (bug#6197).
6652 (vc-checkin): Ditto.
6653
6654 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
6655
36adf6ce
LMI
6656 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
6657
e83cc1f7
LMI
66582011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6659
8a20ca4c
LMI
6660 * custom.el (defcustom): Clarify that :set is only used in the
6661 Customize user interface (bug#6089).
6662
83319045
LMI
6663 * progmodes/flymake.el (flymake-mode): If the buffer isn't
6664 associated with a file, refuse to run instead of erroring out
6665 (bug#6084).
6666
a8392169
LMI
6667 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
6668 the doc string, since it appears that using `fill-column' always
6669 controls the width (bug#7845).
6670
e83cc1f7
LMI
6671 * simple.el (shell-command-on-region): Say where the error output
6672 went if `shell-command-default-error-buffer' is set (bug#6857).
6673
e47ca23b
KM
66742011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
6675
6676 * allout.el (allout-yank-processing): Adjust cursor position for
6677 backwards-deleted space.
6678
6679 (allout-rebullet-heading): Register changes with
6680 allout-exposure-changed-hook, so the modified topic is properly
6681 decorated.
6682
5cf56143
LMI
66832011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6684
08549772
LMI
6685 * minibuffer.el (completion-in-region): Document PREDICATE
6686 (bug#7136).
6687
48e96771
LMI
6688 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
6689 of keyword/argument pairs (bug#6904).
6690
c8af70e1
SM
6691 * replace.el (multi-occur):
6692 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 6693
e17d05e2
LMI
66942011-07-02 Drew Adams <drew.adams@oracle.com>
6695
6696 * dired.el (dired-mark-if): Make the message about whether it's
6697 marking or unmarking clearer (bug#8523).
6698
063b0e45
LMI
66992011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6700
6701 * disp-table.el (display-table-print-array): New function.
6702 (describe-display-table): Use it to print the vectors more pretty
6703 (Bug#8859).
6704
28545e04
MR
67052011-07-02 Martin Rudalics <rudalics@gmx.at>
6706
6707 * window.el (window-state-get-1): Don't assign clone numbers.
6708 Add clone-of item to list of window parameters.
6709 (window-state-put-2): Don't process clone numbers.
6710 (display-buffer-alist): Fix doc-string.
6711
3349e122
SM
67122011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
6713
6714 * subr.el (remq): Don't allocate if it's not needed.
6715 (keymap--menu-item-binding, keymap--menu-item-with-binding)
6716 (keymap--merge-bindings): New functions.
6717 (keymap-canonicalize): Use them to refine the canonicalization.
6718 * minibuffer.el (minibuffer-local-completion-map)
6719 (minibuffer-local-must-match-map): Move initialization from C.
6720 (minibuffer-local-filename-completion-map): Move initialization from C;
6721 don't inherit from anything here.
6722 (minibuffer-local-filename-must-match-map): Make obsolete.
6723 (completing-read-default): Use make-composed-keymap to combine
6724 minibuffer-local-filename-completion-map with either
6725 minibuffer-local-must-match-map or
6726 minibuffer-local-filename-completion-map.
6727
d224ac83
GM
67282011-07-01 Glenn Morris <rgm@gnu.org>
6729
3de63bf8
GM
6730 * type-break.el (type-break-time-sum): Use dolist.
6731
d224ac83
GM
6732 * textmodes/flyspell.el (flyspell-word-search-backward):
6733 Replace CL function.
6734
1a1e3f32
SM
67352011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
6736
fe3f64d5
SM
6737 * mouse.el (mouse--strip-first-event): New function.
6738 (function-key-map): Use it to map fringe clicks to normal clicks
6739 by default.
6740
eb604e34
SM
6741 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
6742 (vc-bzr-revision-completion-table): Add support for annotate and date.
6743
1a1e3f32
SM
6744 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
6745 inherit from parent.
6746
5bd35902
LMI
67472011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6748
ace6c69c 6749 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 6750 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 6751
191e2bed
LMI
6752 * dired.el (dired-mode): Fix up the doc string as suggested by
6753 Drew Adams (bug#8817).
6754
5bd35902
LMI
6755 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
6756 cookie, since the manual says that it should be possible to add
6757 this function to `find-file-hook' (bug#8709).
6758
eee8207a
TZ
67592011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
6760
6761 * progmodes/cfengine.el: Moved all cfengine3.el functionality
6762 here. Noted Ted Zlatanov as the maintainer.
6763 (cfengine-common-settings, cfengine-common-syntax): New functions
6764 to set up common things between `cfengine-mode' and
6765 `cfengine3-mode'.
6766 (cfengine3-mode): New mode.
6767 (cfengine3-defuns cfengine3-defuns-regex
6768 (cfengine3-class-selector-regex cfengine3-category-regex)
6769 (cfengine3-vartypes cfengine3-font-lock-keywords)
6770 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 6771 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 6772
36b148cf
MA
67732011-07-01 Michael Albinus <michael.albinus@gmx.de>
6774
6775 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
6776
6777 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
6778
0bf4ba9a
MR
67792011-07-01 Martin Rudalics <rudalics@gmx.at>
6780
6781 * window.el (same-window-buffer-names, same-window-regexps)
6782 (same-window-p, special-display-frame-alist)
6783 (special-display-popup-frame, special-display-function)
6784 (special-display-buffer-names, special-display-regexps)
6785 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
6786 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
6787 (split-window-preferred-function, split-height-threshold)
6788 (split-width-threshold, even-window-heights)
6789 (display-buffer-mark-dedicated, window-splittable-p)
6790 (split-window-sensibly, window-safely-shrinkable-p):
6791 Un-obsolete.
6792 (display-buffer): Don't spread args with function specifier
6793 because special-display-popup-frame won't like it.
6794
35837f51
PE
67952011-07-01 Paul Eggert <eggert@cs.ucla.edu>
6796
d0672f86
PE
6797 Time-stamp simplifications and fixes.
6798 These improve accuracy slightly, and future-proof the code
6799 against some potential changes to current-time format.
6800
b9444d97
PE
6801 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
6802 by using time-since and float-time.
6803
0ef923dc
PE
6804 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
6805 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
6806 + NNN microseconds".
6807
2f81380d
PE
6808 * type-break.el (type-break-time-sum): Rewrite using time-add.
6809
845b5c3e
PE
6810 * play/hanoi.el (hanoi-current-time-float): Remove.
6811 All uses replaced by float-time.
6812
ee6f1be0
PE
6813 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
6814 This yields a more-accurate answer.
6815 (rng-time-to-float): Remove; no longer needed.
6816
fe955043
PE
6817 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
6818
5777162a
PE
6819 * calendar/timeclock.el (timeclock-seconds-to-time):
6820 Defalias to seconds-to-time, since they're the same thing.
6821
3103f8b6 6822 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 6823 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
6824 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
6825
0e61a35f
SM
68262011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
6827
6828 * window.el (bury-buffer): Don't iconify the only frame.
6829 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
6830 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
6831
ddd63a1e
CY
68322011-07-01 Chong Yidong <cyd@stupidchicken.com>
6833
0e61a35f
SM
6834 * eshell/em-smart.el (eshell-smart-display-navigate-list):
6835 Add mouse-yank-primary.
ddd63a1e 6836
055f4923
TZ
68372011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
6838
6839 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
6840
6a2fb145
SM
68412011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
6842
6843 * emacs-lisp/find-func.el (find-library--load-name): New fun.
6844 (find-library-name): Use it to find relative load names when provided
6845 absolute file name (bug#8803).
6846
fd4983f2
LMI
68472011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6848
887d14ad
LMI
6849 * textmodes/flyspell.el (flyspell-word): Consider words that
6850 differ only in case as potential doublons (bug#5687).
6851
c53dc7fc
LMI
6852 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
6853 Remove two rather uninteresting debugging-like messages to make
6854 debbugs.el more silent.
6855
fd4983f2
LMI
6856 * comint.el (comint-password-prompt-regexp): Accept "Response" as
6857 a password-like phrase.
6858
7a71b18d 68592011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
6860
6861 * progmodes/cc-guess.el: New file.
6862
6a2fb145 6863 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
6864
6865 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
6866 derived from `c-basic-common-init'.
6867
6868 * progmodes/cc-mode.el (top-level): Require cc-guess.
6869 (c-basic-common-init): Use `cc-choose-style-for-mode'.
6870
1fa280a3
LM
68712011-06-30 Lawrence Mitchell <wence@gmx.li>
6872
6873 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
6874
e6597158
AM
68752011-06-30 Alan Mackenzie <acm@muc.de>
6876
1fa280a3
LM
6877 * progmodes/cc-engine.el (c-guess-continued-construct):
6878 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
6879 lock is disabled. Name this case as "CASE G".
6880
68ba37fb
KM
68812011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
6882
6883 * allout.el (allout-yank-processing): Fix injection of extra space
6884 between bullet and non-whitespace character in first topic when
6885 pasting, ensuring that the actual spacing in the pasted topic
6886 following the bullet char is preserved. This extra space was
6887 causing pasted encrypted topics to get a decrypted status even
6888 when the content was actually still encrypted. Now the decryption
6889 status from before the paste is preserved.
6890
6891 (allout-flag-region): Set all allout overlays so they evaporate
6892 when reduced to zero length (evanescent), to prevent overlay
6893 leakage.
6894
887a0b34
GM
68952011-06-30 Glenn Morris <rgm@gnu.org>
6896
94b9acce
GM
6897 * w32-fns.el (w32-charset-info-alist): Declare.
6898
1d9b46d4
GM
6899 * find-dired.el (find-grep-options): Simplify.
6900
cc232200
GM
6901 * term/ns-win.el (ns-set-resource): Declare.
6902
28e77c46
GM
6903 * ses.el (row, col): Declare dynamic variables honestly.
6904
887a0b34
GM
6905 * textmodes/reftex-parse.el (index-tags): Declare.
6906
658d8eb8
CY
69072011-06-30 Chong Yidong <cyd@stupidchicken.com>
6908
6909 * cus-edit.el (customize-push-and-save): New function.
6910
6911 * files.el (hack-local-variables-confirm): Use it.
6912
1fa280a3
LM
6913 * custom.el (load-theme): New arg NO-CONFIRM.
6914 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
6915 (custom-enabled-themes): Doc fix.
6916
6917 * cus-theme.el (customize-create-theme)
6918 (custom-theme-merge-theme): Callers to load-theme changed.
6919
bb617717
LMI
69202011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6921
d61bdd5d
LMI
6922 * thingatpt.el (thing-at-point-short-url-regexp): Require that
6923 short URLs have at least one dot in them (bug #7614).
6924
bb617717
LMI
6925 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
6926 nil, because using a pty is apparently too slow (bug #895).
6927
2f31f37a
LMI
69282011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6929
6930 * mail/sendmail.el (sendmail-query-once): New function.
6931 (sendmail-query-once-function): New variable.
6932
3076b24e
GM
69332011-06-29 Glenn Morris <rgm@gnu.org>
6934
faf2a174
GM
6935 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
6936
3076b24e
GM
6937 * ses.el (top-level): Require cl when compiling.
6938 (ses-set-localvars): Fix error statement.
6939 Call it at compile time to silence a storm of warnings.
6940
5386012d
MR
69412011-06-29 Martin Rudalics <rudalics@gmx.at>
6942
6943 * window.el (normalize-live-buffer): Rename to
6944 window-normalize-buffer.
6945 (normalize-live-frame): Rename to window-normalize-frame.
6946 (normalize-any-window): Rename to window-normalize-any-window.
6947 (normalize-live-window): Rename to window-normalize-live-window.
6948 (make-window-atom): Rename to window-make-atom.
6949 (window-resize-reset): Rename to window--resize-reset.
6950 (window-resize-reset-1): Rename to window--resize-reset-1.
6951 (resize-mini-window): Rename to window--resize-mini-window.
6952 (resize-subwindows-skip-p): Rename to
6953 window--resize-subwindows-skip-p.
6954 (resize-subwindows-normal): Rename to
6955 window--resize-subwindows-normal.
6956 (resize-subwindows): Rename to window--resize-subwindows.
6957 (resize-other-windows): Rename to window--resize-siblings.
6958 (resize-this-window): Rename to window--resize-this-window.
6959 (resize-root-window): Rename to window--resize-root-window.
6960 (resize-root-window-vertically): Rename to
6961 window--resize-root-window-vertically.
6962 (normalize-buffer-to-display): Rename to
6963 window-normalize-buffer-to-display.
6964 (normalize-buffer-to-switch-to): Rename to
6965 window-normalize-buffer-to-switch-to.
6966 Correspondingly update all callers of the functions listed
6967 above.
6968 (display-buffer-alist, display-buffer-normalize-arguments)
6969 (display-buffer-normalize-options, display-buffer)
6970 (display-buffer-alist-set): Use "function" instead of
6971 "fun-with-args".
6972
1176868d
CY
69732011-06-28 Chong Yidong <cyd@stupidchicken.com>
6974
6975 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
6976 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
6977 debbugs.gnu.org. Mention acknowledgment email.
6978
20a7a65f
LMI
69792011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6980
6981 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
6982 buffer multibyteness, since it shouldn't matter.
6983
5f45cca5
MR
69842011-06-28 Martin Rudalics <rudalics@gmx.at>
6985
6986 * window.el (display-buffer-in-side-window): Handle dedicated
6987 windows as in display-buffer-reuse-window.
6988 (display-buffer-normalize-alist): Use value of override
6989 specifier.
6990 (display-buffer-normalize-specifiers): Use value of
6991 other-window-means-other-frame specifier.
6992 (display-buffer-alist): Rewrite some texts in widgets.
6993 (display-buffer): Spread arguments when calling function
6994 specified by fun-with-args.
6995
ad85fe1f
DD
69962011-06-28 Deniz Dogan <deniz@dogan.se>
6997
1fa280a3
LM
6998 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
6999 Unnest `let'.
da68c4c8 7000
ad85fe1f
DD
7001 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
7002 selectors (Bug#5732).
ec49bd31 7003 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 7004
a08cc025
JA
70052011-06-27 Jari Aalto <jari.aalto@cante.net>
7006
7007 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
7008 (eshell-ls-date-format): New defcustom.
7009 (eshell-ls-file): Use it.
7010
e2b551c5
SM
70112011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
7012
7013 * help-fns.el (describe-variable): Fix message for terminal-local vars.
7014
8982b231
KY
70152011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
7016
7017 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
7018 (ange-ftp-make-tmp-name): New arg.
7019 (ange-ftp-file-local-copy): Use it.
7020
36c9fa27
J
70212011-06-27 Jambunathan K <kjambunathan@gmail.com>
7022
7023 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
7024 no-conversion (Bug#8870).
7025
d68443dc
MR
70262011-06-27 Martin Rudalics <rudalics@gmx.at>
7027
7028 * window.el (window-right, window-left, window-child)
7029 (window-child-count, window-last-child)
7030 (window-iso-combination-p, walk-window-tree-1)
7031 (window-atom-check-1, window-tree-1, delete-window)
7032 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
7033 new naming conventions - window-vchild, window-hchild,
7034 window-next and window-prev are now called window-top-child,
7035 window-left-child, window-next-sibling and window-prev-sibling
7036 respectively.
d615d6d2
MR
7037 (resize-window-reset): Rename to window-resize-reset.
7038 (resize-window-reset-1): Rename to window-resize-reset-1.
7039 (resize-window): Rename to window-resize.
7040 (window-min-height, window-min-width)
7041 (resize-mini-window, resize-this-window, resize-root-window)
7042 (resize-root-window-vertically, adjust-window-trailing-edge)
7043 (enlarge-window, shrink-window, maximize-window)
7044 (minimize-window, delete-window, quit-restore-window)
7045 (split-window, balance-windows, balance-windows-area-adjust)
7046 (balance-windows-area, window-state-put-2)
7047 (display-buffer-even-window-sizes, display-buffer-set-height)
7048 (display-buffer-set-width, set-window-text-height)
7049 (fit-window-to-buffer): Rename all "resize-window" prefixed
7050 calls to use the "window-resize" prefix convention.
7051 (display-buffer-alist): Fix symbol for label specifier.
7052 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
7053 corresponding specifier.
7054 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 7055
b6458526
VB
70562011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
7057
7058 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
7059 convention.
7060 (ses-call-printer): Does not pass an empty string to formatter when the
7061 cell is empty to keep from barking printer Calc math-format-value.
7062
d31fd9ac
RS
70632011-06-27 Richard Stallman <rms@gnu.org>
7064
43d5bf84
RS
7065 * battery.el (battery-mode-line-limit): New variable.
7066 (battery-update): Handle it.
7067
d31fd9ac
RS
7068 * mail/rmailmm.el (rmail-mime-process-multipart):
7069 Handle truncated messages.
7070
819a6054
GM
70712011-06-27 Glenn Morris <rgm@gnu.org>
7072
7073 * progmodes/flymake.el (flymake-err-line-patterns):
7074 Allow for column numbers in the ant/javac pattern. (Bug#8866)
7075
cedc73f2
VB
70762011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
7077
819a6054 7078 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
7079 (ses--clean-!, ses--clean-_): New functions.
7080 (ses-range): Add configurability of readout order, and conversion
7081 to Calc vector.
7082
5e5d49b6
VB
7083 * ses.el (ses-repair-cell-reference-all): New function.
7084 (ses-cell-symbol): Set macro as safe, so that it can be used in
7085 formulas.
7086
56e6cc31 7087 * ses.el: Update cycle detection algorithm.
90ca8b49 7088 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 7089 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
7090 (ses-set-localvars): New function.
7091 (ses-make-cell): Add property-list as a cell element.
7092 (ses-cell-property-get-fun, ses-cell-property-get)
7093 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
7094 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
7095 New functions.
90ca8b49
VB
7096 (ses-cell-property-set, ses-cell-property-pop)
7097 (ses-cell-property-get-handle): New macro.
7098 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
7099 New aliases, used for code readability.
7100 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
7101 cycle detection.
7102 (ses-self-reference-early-detection): New defcustom.
fac916bf 7103 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
7104 (ses-mode): Use ses-set-localvars.
7105 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
7106 before lauching the update processing.
7107 (ses-initialize-Dijkstra-attempt): New function.
7108 (ses-recalculate-cell): Update for cycle detection based on
7109 Dijkstra algorithm.
7110
2bb63e81
VB
7111 * ses.el: Fix commenting and indenting convention.
7112
c9d29fb8
SM
71132011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
7114
7115 * bs.el (bs-cycle-next): Complete last change.
7116
d8e4b68b
JB
71172011-06-27 Drew Adams <drew.adams@oracle.com>
7118
7119 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
7120
40098786
LMI
71212011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7122
c9d29fb8
SM
7123 * net/network-stream.el (network-stream-open-starttls):
7124 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
7125 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
7126
40098786
LMI
7127 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
7128 to binary to possibly avoid line encoding issues on Windows (among
7129 other things).
7130
468d09d4
LMI
71312011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7132
7133 * net/network-stream.el (open-network-stream): Return an :error
7134 saying what the problem was, if possible.
7135
7136 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
7137 server.
7138
7139 * net/network-stream.el (network-stream-open-starttls): If we
7140 wanted to use STARTTLS, and the server offered it, but we weren't
7141 able to because we had no STARTTLS support, then close the connection.
7142 (open-network-stream): Return an :error element, if present.
7143
16f07dd7
CY
71442011-06-26 Chong Yidong <cyd@stupidchicken.com>
7145
88821ca0
CY
7146 * hl-line.el (hl-line-sticky-flag): Doc fix.
7147 (global-hl-line-sticky-flag): New option (Bug#8323).
7148 (global-hl-line-highlight): Obey it.
7149
16f07dd7
CY
7150 * vc/vc.el (vc-revert-show-diff): Default to t.
7151
6b5ccddf
KM
71522011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
7153
c9d29fb8
SM
7154 * allout-widgets.el (allout-widgets-post-command-business):
7155 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
7156 undecorated when an isearch is continued past, and isearch
7157 automatically collapses them. This leads to "widget leaks", where
7158 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
7159 hidden widgets can slow down cursor travel, substantially.
7160 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
7161 so we're doing without this nicety.
7162
7163 (allout-widgets-tally-string): Don't try to do a hash-table-count
7164 of allout-widgets-tally when it's nil. This eliminates spurious "Error
7165 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
7166 *Messages* when allout-widgets-maintain-tally is t.
7167
355f2e07
MR
71682011-06-26 Martin Rudalics <rudalics@gmx.at>
7169
7170 * window.el (display-buffer-normalize-argument): Rename to
7171 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
7172 LABEL argument. Respect special-display-function when popping up
7173 a new frame. Fix code searching for a window showing the buffer
7174 on another frame.
c9d29fb8
SM
7175 (display-buffer-normalize-specifiers):
7176 Call display-buffer-normalize-arguments.
355f2e07
MR
7177 (display-buffer-in-window): Don't undedicate the window if its
7178 buffer remains the same.
7179 Reported by Drew Adams <drew.adams@oracle.com>.
7180 (display-buffer-alist): Add choice for same-window macro
7181 specfier.
7182 (display-buffer): Mention special meaning of LABEL argument in
7183 doc-string. Fix quoting. Don't pop up a new frame even as
7184 fallback.
7185
7ca8fc42
JB
71862011-06-26 Juanma Barranquero <lekktu@gmail.com>
7187
7188 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
7189 avoid deleting the current window in some cases (bug#8911).
7190
bc312254
AS
71912011-06-26 Andreas Schwab <schwab@linux-m68k.org>
7192
7193 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
7194 (Bug#8934)
7195
2db18f3f
LMI
71962011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7197
c9d29fb8
SM
7198 * net/network-stream.el (network-stream-open-starttls):
7199 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
7200 (network-stream-open-tls): Ditto.
7201
6302e0d3
LL
72022011-06-26 Leo Liu <sdl.web@gmail.com>
7203
7204 * register.el (registerv): New struct.
7205 (registerv-make): New function.
c9d29fb8
SM
7206 (jump-to-register, describe-register-1, insert-register):
7207 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
7208 struct. (Bug#8415)
7209
5fdd4046
CY
72102011-06-26 Chong Yidong <cyd@stupidchicken.com>
7211
2afef60a
CY
7212 * vc/vc.el (vc-revert-show-diff): New defcustom.
7213 (vc-diff-internal): New arg specifying diff buffer.
7214 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
7215 reuse an existing *vc-diff* buffer (Bug#8927).
7216
5fdd4046
CY
7217 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
7218
e93db24a
GM
72192011-06-26 Glenn Morris <rgm@gnu.org>
7220
7221 * progmodes/f90.el (f90-critical-indent): New option.
7222 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
7223 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
7224 (f90-mode): Doc fix.
7225 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
7226 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
7227 (f90-beginning-of-block, f90-next-block, f90-indent-region)
7228 (f90-match-end): Handle block, critical.
7229
eefff499
GM
72302011-06-25 Glenn Morris <rgm@gnu.org>
7231
f6ba4cc9
GM
7232 * calendar/diary-lib.el (diary-included-files): Doc fix.
7233 (diary-include-files): New function, extracted from
7234 diary-include-other-diary-files and diary-mark-included-diary-files.
7235 (diary-include-other-diary-files, diary-mark-included-diary-files):
7236 Just call diary-include-files.
7237 (diary-mark-entries): Reset diary-included-files on first call.
7238
16712304
GM
7239 * calendar/diary-lib.el (diary-mark-entries)
7240 (diary-mark-included-diary-files):
7241 Visit included diary-files in temp buffers.
7242
5d8e0d43
GM
7243 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
7244 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
7245 (f90-start-block-re, f90-imenu-generic-expression)
7246 (f90-looking-at-program-block-start, f90-no-block-limit):
7247 Add support for submodules.
7248
ccf7a5d5
GM
7249 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
7250 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 7251
11fdef7d 72522011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
7253
7254 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
7255 buffer-file-type before setting its value, to avoid disastrous
eefff499 7256 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 7257
74f53697
JB
72582011-06-25 Juanma Barranquero <lekktu@gmail.com>
7259
7260 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
7261
7262 * ses.el (ses-unload-function):
7263 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
7264
7265 * proced.el (proced-unload-function):
7266 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
7267
18a4ce5e
AR
72682011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
7269
7270 * server.el (server-create-window-system-frame): Add parameters arg.
7271 (server-process-filter): Doc fix. Handle frame-parameters.
7272
519d22cc
JB
72732011-06-25 Juanma Barranquero <lekktu@gmail.com>
7274
7275 Fix bug#8730, bug#8781.
7276
7277 * loadhist.el (unload--set-major-mode): New function.
7278 (unload-feature): Use it.
7279
7280 * progmodes/python.el (python-after-info-look): Add autoload cookie.
7281 (python-unload-function): New function.
7282
c206f5b0
SM
72832011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7284
7285 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
7286
f9ad64f3
GS
72872011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
7288
7289 * net/browse-url.el (browse-url-firefox-program): Add icecat to
7290 the candidates list.
7291
7d0da90e
JB
72922011-06-24 Juanma Barranquero <lekktu@gmail.com>
7293
7294 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
7295
14b4e83d
RS
72962011-06-23 Richard Stallman <rms@gnu.org>
7297
7298 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
7299 (rmail-variables): Set next-error-move-function.
7300 (rmail-what-message): Take argument POS.
7301 (rmail-next-error-move): New function.
7302
273d2baf
SM
73032011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
7304
7305 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
7306 messages for adjacent non-terminals.
7307
56c2cc9a
RS
73082011-06-23 Richard Stallman <rms@gnu.org>
7309
7310 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 7311 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
7312 (rmail-start-mail): Don't specify use of rmail-mail-return;
7313 that's done by mail-bury now.
7314 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 7315
d59eb518
MA
73162011-06-23 Michael Albinus <michael.albinus@gmx.de>
7317
7318 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
7319 SIZE is a number.
7320
02cfc6d6
MR
73212011-06-23 Martin Rudalics <rudalics@gmx.at>
7322
7323 * window.el (get-lru-window, get-mru-window)
7324 (get-largest-window): Never return a minibuffer window.
7325 (display-buffer-pop-up-window): Fix a bug that could lead to
7326 reusing the minibuffer window.
7327 (display-buffer): Pass original specifier argument to
7328 display-buffer-function instead of the normalized one.
7329 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
7330
4e323265
LL
73312011-06-22 Leo Liu <sdl.web@gmail.com>
7332
7333 * minibuffer.el (completing-read-function)
7334 (completing-read-default): Move from minibuf.c
7335
7a70468f
RS
73362011-06-22 Richard Stallman <rms@gnu.org>
7337
50718fc2
RS
7338 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
7339 to Rmail even if not started by a special Rmail command.
7340
7a70468f
RS
7341 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
7342 Copy the buffer currently showing just one message.
7343
297dde5a
RW
73442011-06-22 Roland Winkler <winkler@gnu.org>
7345
7346 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
7347 (bibtex-clean-entry): First delete the old key so that a
7348 customized algorithm for generating the new key does not get
7349 confused by the old key.
7350 (bibtex-url): Obey regexp of first step.
7351 (bibtex-search-entries): Do not use add-to-list with local
7352 list-var.
7353
97bb1093
LMI
73542011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7355
7356 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
7357 stored a user name, then query for the password first, instead of
7358 waiting for SMTP to give an error message and the trying again.
7359
1c0f1a19
JD
73602011-06-22 Lawrence Mitchell <wence@gmx.li>
7361
7362 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
7363 BUFFER in call-process.
7364
396f7c9d
LMI
73652011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7366
7367 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
7368 QUIT twice.
ddb7ffee
LMI
7369 (smtpmail-try-auth-methods): Require user name and password from
7370 auth-source.
396f7c9d 7371
8998d1b3
MR
73722011-06-22 Martin Rudalics <rudalics@gmx.at>
7373
7374 * window.el (display-buffer-default-specifiers)
7375 (display-buffer-alist): Remove entries for pop-up-frame-alist.
7376 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 7377 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
7378
7379 * frame.el (pop-up-frame-alist, pop-up-frame-function)
7380 (special-display-frame-alist, special-display-popup-frame):
7381 Remove duplicate declarations. These are now in window.el.
7382
4ea31e07
LMI
73832011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7384
c9d29fb8
SM
7385 * mail/smtpmail.el (smtpmail-via-smtp):
7386 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
7387 server supports it. SMTP servers that support STARTTLS commonly
7388 require it.
7389
7390 * net/network-stream.el (network-stream-open-starttls): Support
7391 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 7392 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 7393
95f41d9a
LMI
7394 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
7395 upgrades with `open-network-stream', and rely solely on
7396 auth-source for all credentials. Big changes throughout the file,
7397 but in particular:
c9d29fb8
SM
7398 (smtpmail-auth-credentials): Remove.
7399 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
7400 (smtpmail-via-smtp): Check for servers saying they want AUTH after
7401 MAIL FROM, too.
95f41d9a 7402
c9d29fb8
SM
7403 * net/network-stream.el (network-stream-open-starttls):
7404 Provide support for client certificates both for external and built-in
4ea31e07
LMI
7405 STARTTLS.
7406 (auth-source): Require.
7407 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
7408 (network-stream-certificate): Change cert-cert to cert and
7409 cert-key to key.
4ea31e07 7410
065ec2c7
MA
74112011-06-21 Michael Albinus <michael.albinus@gmx.de>
7412
7413 * net/tramp-cache.el (top): Don't load the persistency file when
7414 "emacs -Q" has been called.
7415
cd93b359
DR
74162011-06-21 Tim Harper <timcharper@gmail.com>
7417
d8e4b68b
JB
7418 * term/ns-win.el (ns-initialize-window-system):
7419 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
7420 resource to NO as it is not yet supported by the NS port.
7421
ae9c0411
JB
74222011-06-21 Juanma Barranquero <lekktu@gmail.com>
7423
7424 * misc.el (list-dynamic-libraries--refresh): Compute header here...
7425 (list-dynamic-libraries): ...not here.
7426
7f3f739f
LL
74272011-06-21 Leo Liu <sdl.web@gmail.com>
7428
7429 * subr.el (sha1): Implement sha1 using secure-hash.
7430
327c8fb1
MR
74312011-06-21 Martin Rudalics <rudalics@gmx.at>
7432
7433 * window.el (display-buffer-alist): In default value do not
7434 enforce searching a window on any but the selected frame.
7435 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
7436 (display-buffer-select-window): Remove function.
7437 (display-buffer-in-window): When a window on another frame gets
7438 reused, do not select it any more but just raise its frame if
7439 necessary (Bug#8851) and (Bug#8856).
7440 (display-buffer-normalize-options): Handle pop-up-frames related
7441 options more faithfully.
7442 (pop-to-buffer): Don't rely on `display-buffer' selecting the
7443 window if it is on another frame.
c9d29fb8
SM
7444 (display-buffer-alist, display-buffer-default-specifiers):
7445 Don't make new frame unsplittable by default.
9e9de014
MR
7446 (display-buffer-normalize-argument): Fix doc-string typo and use
7447 'same-frame-other-window instead of 'other-window when associating
7448 with display-buffer-macro-specifiers.
327c8fb1 7449
7cf3f556
VB
74502011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
7451
7452 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
7453 New functions.
7454 (5x5-mode-map, 5x5-mode-menu): Bind them.
7455 (5x5-draw-grid): Tweak the solver's rendering.
7456
60a406cf
SM
74572011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7458
7459 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
7460 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
7461
d8e4b68b 74622011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
7463
7464 * menu-bar.el: Use function variable instead of switch-to-buffer.
7465 (menu-bar-select-buffer-function): New variable.
60a406cf 7466 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 7467
478d6f95
SM
74682011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7469
7470 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
7471 variable's status.
7472
ca530739
JD
74732011-06-20 Jan Djärv <jan.h.d@swipnet.se>
7474
7475 * x-dnd.el (x-dnd-version-from-flags)
7476 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
7477 and long as number (Bug#8899).
7478 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
7479
bcd70d97
SM
74802011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
7481
60a406cf 7482 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
7483 (completion-try-completion, completion-all-completions): Compute the
7484 metadata argument if it's missing; make it optional (bug#8795).
7485
60a406cf 7486 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
7487 (widget-complete): Use new :completion-function property.
7488 (widget-completions-at-point): New function.
7489 (default): Use :completion-function instead of :complete.
60a406cf
SM
7490 (widget-default-completions): Rename from widget-default-complete;
7491 Rewrite.
bcd70d97
SM
7492 (widget-string-complete, widget-file-complete, widget-color-complete):
7493 Remove functions.
7494 (file, symbol, function, variable, coding-system, color):
7495 * international/mule-cmds.el (default-input-method, charset)
7496 (language-info-custom-alist):
7497 * cus-edit.el (face): Use new property :completions.
7498
7499 * progmodes/pascal.el (pascal-completions-at-point): New function.
7500 (pascal-mode): Use it.
7501 (pascal-mode-map): Use completion-at-point.
7502 (pascal-toggle-completions): Make obsolete.
7503 (pascal-complete-word, pascal-show-completions):
7504 * progmodes/octave-mod.el (octave-complete-symbol):
7505 Redefine as obsolete alias.
7506 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
7507 Signal absence of completion info for old Octave,
7508 (inferior-octave-complete): Redefine as obsolete alias.
7509 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
7510 (meta-completions-at-point): Rename from meta-complete-symbol and
7511 adapt it for use on completion-at-point-functions.
7512 (meta-common-mode): Use it.
7513 (meta-looking-at-backward, meta-match-buffer): Remove.
7514 (meta-complete-symbol): Redefine as obsolete alias.
7515 (meta-common-mode-map): Use completion-at-point.
7516 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
7517 (makefile-mode-map): Use completion-at-point.
7518 (makefile-completions-at-point): Rename from makefile-complete and
7519 adapt it for use on completion-at-point-functions.
7520 (makefile-mode): Use it.
7521 (makefile-complete): Redefine as obsolete alias.
7522
aebf69c8
DD
75232011-06-20 Deniz Dogan <deniz@dogan.se>
7524
7525 * net/rcirc.el: Delete trailing whitespaces once and for all.
7526
bfbbb27d
DC
75272011-06-20 Daniel Colascione <dan.colascione@gmail.com>
7528
7529 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
7530
d264a46b
CY
75312011-06-19 Chong Yidong <cyd@stupidchicken.com>
7532
4ca009e5
CY
7533 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
7534
d264a46b
CY
7535 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
7536
fbf5b3ce
MR
75372011-06-19 Martin Rudalics <rudalics@gmx.at>
7538
7539 * window.el (display-buffer-other-window-means-other-frame):
7540 Call display-buffer-normalize-alist.
7541 (display-buffer-normalize-specifiers-1): Rename to
7542 display-buffer-normalize-argument. New argument other-frame.
7543 Rewrite.
7544 (display-buffer-normalize-specifiers-2): Rename to
7545 display-buffer-normalize-options.
7546 (display-buffer-normalize-alist-1): New function.
7547 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
7548 display-buffer-normalize-alist.
7549 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
7550 (display-buffer-normalize-options-inhibit): New variable.
7551 (display-buffer-normalize-specifiers): Rewrite calling
7552 display-buffer-normalize-alist,
7553 display-buffer-normalize-argument, and
7554 display-buffer-normalize-options. Don't call the latter if
7555 display-buffer-normalize-options-inhibit is non-nil.
7556 (frame-auto-delete): New option.
7557 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
7558 (window-list-no-nils, window-state-ignored-parameters)
7559 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
7560 (window-state-put-1, window-state-put-2, window-state-put):
7561 New functions.
9a028c23
MR
7562 (display-buffer-normalize-options): Move special-display-p group
7563 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 7564
6d10d800
CY
75652011-06-18 Chong Yidong <cyd@stupidchicken.com>
7566
6420d28b
CY
7567 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
7568 groups (Bug#8776).
7569 (rx-submatch-n): New function.
7570 (rx): Document it.
7571
ddb8b596
CY
7572 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
7573 (Bug#8768).
7574
7575 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
7576
77080289
CY
7577 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
7578
61dfb316
CY
7579 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
7580 anytime existing face settings are present (Bug#8889).
7581
6d10d800
CY
7582 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
7583 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
7584 Remove unused argument.
7585
be3fb2b8
MR
75862011-06-18 Martin Rudalics <rudalics@gmx.at>
7587
bcd70d97
SM
7588 * window.el (display-buffer-default-specifiers):
7589 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
7590 pop-up-window-min-width, and another reuse-window specifier
7591 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
7592 (display-buffer-normalize-specifiers-2):
7593 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
7594 pop-up-windows is unset. Add a reuse-window specifier for the
7595 case popping up a new window fails.
7596 (special-display-popup-frame): Remove double quoting.
28dec25a 7597 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 7598
1c6d8c76
SM
75992011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
7600
7601 * shell.el (shell-completion-vars): Set pcomplete-termination-string
7602 according to comint-completion-addsuffix.
7603
7604 * pcomplete.el: Convert to lexical binding and fix bug#8819.
7605 (pcomplete-suffix-list): Mark as obsolete.
7606 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
7607 pcomplete-seen in the closure.
7608 (pcomplete-comint-setup): Setup completion-at-point as well.
7609 (pcomplete--entries): New function.
7610 (pcomplete--env-regexp): New var.
7611 (pcomplete-entries): Rewrite to work with partial-completion and
7612 without relying on pcomplete-suffix-list.
7613 (pcomplete-pare-list): Remove, unused.
7614
25aef8b8
MR
76152011-06-17 Martin Rudalics <rudalics@gmx.at>
7616
7617 * window.el (display-buffer-alist): Set pop-up-window-min-height
7618 and pop-up-window-min-width in default value. Reported by
7619 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
7620 other-window-means-other-frame.
7621 (display-buffer-macro-specifiers): Comment out entry for
7622 other-window specifier.
7623 (display-buffer-other-window-means-other-frame): New function.
7624 (display-buffer-normalize-specifiers-1): New arguments
7625 buffer-name and label. Treat other-window case specially.
7626 (display-buffer-normalize-specifiers-2): Treat other-window case
7627 specially.
7628 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
7629 (display-buffer-normalize-specifiers):
7630 Call display-buffer-normalize-specifiers-3.
25aef8b8 7631
dbad4f69
MR
76322011-06-17 Martin Rudalics <rudalics@gmx.at>
7633
7634 * window.el (same-window-p): Fix two typos introduced when
7635 adding with-no-warnings.
d1067961
MR
7636 (display-buffer-normalize-specifiers-1): Don't check
7637 pop-up-frames for 'unset initialization.
7638 (display-buffer-normalize-specifiers-2): Major rewrite using
7639 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
7640 (pop-up-frames, display-buffer-reuse-frames)
7641 (display-buffer-mark-dedicated): Don't initialize to 'unset.
7642 Suggested by David Engster <deng@randomsample.de>.
7643 (even-window-heights): Initialize to 'unset.
7644 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
7645 (display-buffer-macro-specifiers): Don't pop up a new frame in the
7646 other window case.
dbad4f69 7647
9b9c9e3a
MR
76482011-06-16 Martin Rudalics <rudalics@gmx.at>
7649
bcd70d97
SM
7650 * window.el (display-buffer-normalize-specifiers-1):
7651 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 7652 second argument of display-buffer (Bug#8865).
981d5c09
MR
7653 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
7654 (switch-to-buffer-other-window-same-frame)
7655 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
7656 Adams (Bug#8875).
9c2755e9
MR
7657 (display-buffer): Don't check noninteractive when calling
7658 display-buffer-pop-up-frame.
7659 (display-buffer-pop-up-frame): Never pop up a frame in
7660 noninteractive mode (Bug#8857).
67222e1d
MR
7661 (enlarge-window, shrink-window): Don't report an error when the
7662 window can't be resized as requested (Bug#8862).
9b9c9e3a 7663
2b75be67
SM
76642011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
7665
9ffdd3ba
SM
7666 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
7667
cb581a67
SM
7668 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
7669
2b75be67
SM
7670 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
7671
8c0e3589
AM
76722011-06-15 Alan Mackenzie <acm@muc.de>
7673
cb581a67
SM
7674 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
7675 for declarators, disable knr checking to speed up for normal files.
7676 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 7677
b96e6cde
LMI
76782011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7679
4bba86e6
LMI
7680 * net/network-stream.el (open-network-stream): Add the keyword
7681 :always-query-capabilities for the case where you want to force a
7682 `plain' network connection, but the protocol still requires the
7683 capabilitiy command (i.e., SMTP and EHLO).
7684
2b75be67 7685 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
7686 consistency with other `-live-p' functions.
7687
efdcdbf8
SM
76882011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
7689
7690 * window.el (same-window-buffer-names, same-window-regexps)
7691 (special-display-frame-alist, special-display-popup-frame)
7692 (special-display-function, special-display-buffer-names)
7693 (special-display-regexps, pop-up-frame-alist)
7694 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
7695 (pop-up-windows, split-window-preferred-function)
7696 (split-height-threshold, split-width-threshold, even-window-heights)
7697 (display-buffer-mark-dedicated): Don't encourage the use of
7698 display-buffer-alist from Elisp code.
7699
c5cde042
DN
77002011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
7701
7702 * progmodes/python.el (python-mode): Derive from prog-mode.
7703 * progmodes/ps-mode.el (ps-mode):
7704 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 7705 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
7706 * progmodes/ld-script.el (ld-script-mode): Likewise.
7707
baa1c9ab
MR
77082011-06-15 Martin Rudalics <rudalics@gmx.at>
7709
7710 * window.el (display-buffer-alist): Trim default value to avoid
7711 popping up a new frame (Bug#8857) or reusing an arbitrary window
7712 on another frame.
7713 (display-buffer): Do not fall back on popping up a new frame in
7714 batch mode (Bug#8857).
7715
c5dd5a51
CY
77162011-06-14 Chong Yidong <cyd@stupidchicken.com>
7717
7718 * cus-theme.el (describe-theme-1): Use custom-theme-p.
7719 (custom-theme-summary): New function.
7720 (customize-themes): Use it.
7721
d647b7c4
GM
77222011-06-13 Glenn Morris <rgm@gnu.org>
7723
7724 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
7725
9481c002
MR
77262011-06-13 Martin Rudalics <rudalics@gmx.at>
7727
357f93d2
MR
7728 * help.el (help-window): Remove variable.
7729 (help-window-point-marker, temp-buffer-max-height)
7730 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
7731 (help-print-return-message): Don't set help-window.
7732 (resize-temp-buffer-window): Rewrite cod eand doc-string.
7733 (help-window-setup-finish): Remove.
7734 (help-window-display-message, help-window-setup)
7735 (with-help-window): Major rewrite based on new
7736 display-buffer-window variable.
7737
7738 * help-mode.el (help-mode-finish): Remove help-window related
7739 code.
7740
7741 * view.el (view-exits-all-viewing-windows): Remove reference to
7742 view-return-to-alist in doc-string.
7743 (view-return-to-alist): Make obsolete.
7744 (view-buffer): Call pop-to-buffer-same-window and remove
7745 undo-window code.
7746 (view-buffer-other-window): Call pop-to-buffer-other-window and
7747 simplify code. Ignore second argument.
7748 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
7749 simplify code. Ignore second argument.
7750 (view-return-to-alist-update): Make obsolete.
7751 (view-mode-enter): Rename second argument to QUIT-RESTORE.
7752 Rewrite using quit-restore window parameters.
2b75be67
SM
7753 (view-mode-exit): Rename second argument to EXIT-ONLY.
7754 Rewrite using quit-restore-window.
357f93d2
MR
7755 (View-exit, View-exit-and-edit, View-leave, View-quit)
7756 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
7757 appropriate arguments.
7758 (view-end-message): Use quit-restore window parameter.
7759
9481c002
MR
7760 * window.el (display-buffer-function): Rewrite doc-string.
7761 (display-buffer-window, display-buffer-alist): New variables.
7762 (display-buffer-split-specifiers)
7763 (display-buffer-side-specifiers)
7764 (display-buffer-macro-specifiers): New constants.
7765 (display-buffer-even-window-sizes, display-buffer-set-height)
7766 (display-buffer-set-width, display-buffer-select-window)
7767 (display-buffer-in-window, display-buffer-reuse-window)
7768 (display-buffer-split-window-1, display-buffer-split-window)
7769 (display-buffer-split-atom-window, display-buffer-pop-up-window)
7770 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
7771 (display-buffer-in-side-window, normalize-buffer-to-display)
7772 (display-buffer-normalize-specifiers-1)
7773 (display-buffer-normalize-specifiers-2)
2b75be67
SM
7774 (display-buffer-normalize-specifiers, display-buffer-frame):
7775 New functions.
9481c002
MR
7776 (display-buffer): Major rewrite.
7777 (display-buffer-other-window, display-buffer-other-frame)
7778 (pop-to-buffer, switch-to-buffer-other-window)
7779 (switch-to-buffer-other-frame): Rewrite.
7780 (display-buffer-same-window, display-buffer-same-frame)
7781 (display-buffer-same-frame-other-window)
7782 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
7783 (pop-to-buffer-other-window)
7784 (pop-to-buffer-same-frame-other-window)
7785 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
7786 (switch-to-buffer-other-window-same-frame): New functions.
7787 (same-window-p, special-display-p): Rewrite disabling warnings.
7788 Make obsolete.
7789 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
7790 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
7791 Make obsolete
7792 (same-window-buffer-names, same-window-regexps)
7793 (special-display-frame-alist, special-display-popup-frame)
7794 (special-display-function, special-display-buffer-names)
7795 (special-display-regexps, pop-up-frame-alist)
7796 (pop-up-frame-function, split-window-preferred-function)
7797 (split-height-threshold, split-width-threshold)
7798 (even-window-heights): Make obsolete.
7799
9db51aca
GM
78002011-06-12 Glenn Morris <rgm@gnu.org>
7801
7802 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 7803 Misc simplifications.
9db51aca 7804
39cffb44
MR
78052011-06-12 Martin Rudalics <rudalics@gmx.at>
7806
7807 * window.el (window-safely-shrinkable-p): Restore function which
7808 was inadvertently removed in change from 2011-06-11. Declare as
7809 obsolete.
7810
2b75be67
SM
7811 * calendar/calendar.el (calendar-generate-window):
7812 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
7813 window-safely-shrinkable-p.
7814
a8955be7
GM
78152011-06-12 Glenn Morris <rgm@gnu.org>
7816
7817 * progmodes/fortran.el (fortran-mode-syntax-table):
7818 * progmodes/f90.el (f90-mode-syntax-table):
7819 Set % to punctuation. (Bug#8820)
7820 (f90-find-tag-default): Remove, no longer needed.
7821
f0d4059d
DC
78222011-06-12 Daniel Colascione <dan.colascione@gmail.com>
7823
7824 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
7825
1100a63c
CY
78262011-06-11 Chong Yidong <cyd@stupidchicken.com>
7827
7828 * image.el (image-animated-p): Return animation delay in seconds.
7829 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
7830 (image-animate-timeout): Remove DELAY argument. Don't assume
7831 every subimage has the same delay; get it from image-animated-p.
7832 (image-animate): Caller changed.
7833
def722bf
MA
78342011-06-11 Michael Albinus <michael.albinus@gmx.de>
7835
7836 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
7837 to ignored backtrace functions.
7838
0a2bb1a9
GM
78392011-06-11 Glenn Morris <rgm@gnu.org>
7840
7841 * calendar/appt.el (appt-disp-window-function): Doc fix.
7842 (appt-check): Handle overlapping appointments. (Bug#8337)
7843
6198ccd0
MR
78442011-06-11 Martin Rudalics <rudalics@gmx.at>
7845
7846 * window.el (window-tree-1, window-tree): New functions, moving
7847 the latter to window.el.
7848 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
7849 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
7850 (bw-refresh-edges): Remove.
7851 (balance-windows-1, balance-windows-2): New functions.
7852 (balance-windows): Rewrite in terms of window tree functions,
7853 balance-windows-1 and balance-windows-2.
7854 (bw-adjust-window): Remove.
7855 (balance-windows-area-adjust): New function with functionality of
7856 bw-adjust-window but using resize-window.
2b75be67
SM
7857 (set-window-text-height): Rewrite doc-string.
7858 Use normalize-live-window and resize-window.
7859 (enlarge-window-horizontally, shrink-window-horizontally):
7860 Rename argument to DELTA.
6198ccd0
MR
7861 (window-buffer-height): New function.
7862 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
7863 Rewrite using new window resize routines.
2b75be67
SM
7864 (kill-buffer-and-window, mouse-autoselect-window-select):
7865 Use ignore-errors instead of condition-case.
6198ccd0
MR
7866 (quit-window): Call delete-frame instead of delete-windows-on
7867 for the only buffer on frame.
7868
9397e56f
MR
78692011-06-10 Martin Rudalics <rudalics@gmx.at>
7870
7871 * loadup.el (top-level): Load window before files for the sake
7872 of replace-buffer-in-windows.
7873
7874 * files.el (read-buffer-to-switch)
7875 (switch-to-buffer-other-window)
2b75be67
SM
7876 (switch-to-buffer-other-frame, display-buffer-other-frame):
7877 Move to window.el.
9397e56f
MR
7878
7879 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
7880 (previous-buffer): Move to window.el.
7881
7882 * bindings.el (unbury-buffer): Move to window.el.
7883
7884 * window.el (delete-other-windows-vertically): Move after
7885 definition of delete-other-windows.
7886 (other-window, delete-windows-on, replace-buffer-in-windows):
7887 Move here from window.c.
7888 (record-window-buffer, unrecord-window-buffer)
7889 (set-window-buffer-start-and-point, switch-to-prev-buffer)
7890 (switch-to-next-buffer): New functions.
7891 (get-next-valid-buffer, last-buffer, next-buffer): Move here
7892 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
7893 (previous-buffer): Move here from simple.el.
7894 Call switch-to-prev-buffer.
9397e56f
MR
7895 (bury-buffer): Move here from buffer.c. Switch to previous
7896 buffer when window cannot be deleted.
7897 (unbury-buffer): Move here from bindings.el.
7898 (ctl-x-map): Move binding for other-window from window.c to
7899 here.
7900 (read-buffer-to-switch, switch-to-buffer-other-window)
7901 (switch-to-buffer-other-frame): Move here from files.el.
7902 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
7903 (switch-to-buffer): Move here from buffer.c.
7904 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 7905
562dd5e9
MR
79062011-06-10 Martin Rudalics <rudalics@gmx.at>
7907
7908 * window.el (window-min-height, window-min-width): Move here
7909 from window.c. Add defcustoms and rewrite doc-strings.
7910 (resize-mini-window, resize-window): New functions.
7911 (adjust-window-trailing-edge, enlarge-window, shrink-window):
7912 Move here from window.c.
7913 (maximize-window, minimize-window): New functions.
7914 (delete-window, delete-other-windows, split-window): Move here
7915 from window.c.
7916 (window-split-min-size): New function.
7917 (split-window-keep-point): Mention split-window-above-each-other
7918 instead of split-window-vertically.
2b75be67 7919 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
7920 Rename split-window-vertically to split-window-above-each-other
7921 and provide defalias for old definition.
7922 (split-window-side-by-side, split-window-horizontally):
7923 Rename split-window-horizontally to split-window-side-by-side
7924 and provide defalias for the old definition.
562dd5e9
MR
7925 (ctl-x-map): Move bindings for delete-window,
7926 delete-other-windows and enlarge-window here from window.c.
7927 Replace bindings for split-window-vertically and
7928 split-window-horizontally by bindings for
7929 split-window-above-each-other and split-window-side-by-side.
7930
7931 * cus-start.el (all): Remove entries for window-min-height and
7932 window-min-width. Add entries for window-splits and
7933 window-nest.
7934
f0da764a
GM
79352011-06-09 Glenn Morris <rgm@gnu.org>
7936
80675c21
GM
7937 * calendar/appt.el (appt-mode-line): New function.
7938 (appt-check, appt-disp-window): Use it.
7939
f0da764a
GM
7940 * files.el (hack-one-local-variable-eval-safep):
7941 Allow minor-modes with explicit +/-1 arguments.
7942
59f623b7
TZ
79432011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
7944
7945 * term/xterm.el (xterm): Add defgroup.
7946 (xterm-extra-capabilities): Add defcustom to supply known xterm
7947 capabilities, skip querying them, or query them (default).
7948 (terminal-init-xterm): Use it.
7949 (terminal-init-xterm-modify-other-keys): New function to set up
7950 modifyOtherKeys support to simplify `terminal-init-xterm'.
7951
9aab8e0d
MR
79522011-06-09 Martin Rudalics <rudalics@gmx.at>
7953
7954 * window.el (resize-window-reset, resize-window-reset-1)
7955 (resize-subwindows-skip-p, resize-subwindows-normal)
7956 (resize-subwindows, resize-other-windows, resize-this-window)
7957 (resize-root-window, resize-root-window-vertically)
7958 (window-deletable-p, window-or-subwindow-p)
7959 (frame-root-window-p): New functions.
7960
e8b08aee
GM
79612011-06-09 Glenn Morris <rgm@gnu.org>
7962
7963 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
7964 (ange-ftp-get-files): Use it.
7965
254c37a5
AK
79662011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
7967
7968 * mail/sendmail.el (mail-recover-1, mail-recover):
7969 * files.el (recover-file, recover-session):
7970 Handle dired-listing-switches not being just a single short option.
7971
35d7dbd3
GM
79722011-06-09 Glenn Morris <rgm@gnu.org>
7973
7974 * calendar/appt.el (appt-display-message, appt-disp-window):
7975 Handle lists of appointments.
7976
387522b2
MR
79772011-06-08 Martin Rudalics <rudalics@gmx.at>
7978
2b75be67
SM
7979 * window.el (one-window-p): Move down in code.
7980 Rewrite doc-string.
7981 (window-current-scroll-bars): Rewrite doc-string.
7982 Normalize live window argument.
387522b2
MR
7983 (walk-windows, get-window-with-predicate, count-windows):
7984 Rewrite doc-string. Use window-list-1.
7985 (window-in-direction-2, window-in-direction, get-mru-window):
7986 New functions.
7987
d8e4b68b 79882011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
7989
7990 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
7991 Doc fix (Bug#8713).
7992
79932011-06-08 Chong Yidong <cyd@stupidchicken.com>
7994
7995 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
7996
79972011-06-08 Juanma Barranquero <lekktu@gmail.com>
7998
7999 * loadhist.el (unload-feature-special-hooks):
8000 Add `comint-output-filter-functions'.
8001
0de12c52
IK
80022011-06-08 Ivan Kanis <gnu@kanis.fr>
8003
8004 * calendar/appt.el (appt-check): Move some initializations into the let.
8005
f3d1777e
MR
80062011-06-08 Martin Rudalics <rudalics@gmx.at>
8007
8008 * window.el (window-height): Defalias to window-total-height.
8009 (window-width): Defalias to window-body-width.
8010
18af70d0
CY
80112011-06-07 Chong Yidong <cyd@stupidchicken.com>
8012
8013 * image-mode.el (image-toggle-animation): New command.
8014 (image-mode-map): Bind it to RET.
8015 (image-mode): Update message.
8016 (image-toggle-display-image): Avoid a spurious cache flush.
8017 (image-transform-rotation): Doc fix.
8018 (image-transform-properties): Return quickly in the normal case.
8019 (image-animate-loop): Rename from image-animate-max-time.
8020
2b75be67 8021 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
8022 (create-animated-image): Remove unnecessary function.
8023 (image-animate): Rename from image-animate-start. New arg.
2b75be67 8024 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
8025 (image-animate-timer): Use car-safe.
8026 (image-animate-timeout): Rename argument.
8027
190b47e6
MR
80282011-06-07 Martin Rudalics <rudalics@gmx.at>
8029
8030 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
8031 window.c. Rename first argument to ALL-FRAMES.
8032 Rephrase doc-strings.
8033 (get-buffer-window-list): Rewrite using window-list-1.
8034 Rephrase doc-string.
a1511caf
MR
8035 (window-safe-min-height, window-safe-min-width): New constants.
8036 (window-size-ignore, window-min-size, window-min-size-1)
8037 (window-sizable, window-sizable-p, window-size-fixed-1)
8038 (window-size-fixed-p, window-min-delta-1, window-min-delta)
8039 (window-max-delta-1, window-max-delta, window-resizable)
8040 (window-resizable-p, window-total-height, window-total-width)
8041 (window-body-width): New functions.
8042 (window-full-height-p, window-full-width-p): Rewrite using
8043 window-total-size.
8044 (window-body-height): Rewrite using window-body-size.
190b47e6 8045
85cc1f11
MR
80462011-06-06 Martin Rudalics <rudalics@gmx.at>
8047
8048 * window.el (window-right, window-left, window-child)
8049 (window-child-count, window-last-child, window-any-p)
8050 (normalize-live-buffer, normalize-live-frame)
8051 (normalize-any-window, normalize-live-window)
8052 (window-iso-combination-p, window-iso-combined-p)
8053 (window-iso-combinations)
8054 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
8055 (windows-with-parameter, window-with-parameter)
8056 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
8057 (window-atom-check, window-side-check, window-check):
8058 New functions.
85cc1f11
MR
8059 (ignore-window-parameters, window-sides, window-sides-vertical)
8060 (window-sides-slots): New variables.
8061 (window-size-fixed): Move down in code. Minor doc-string fix.
8062
e7156492
AS
80632011-06-05 Andreas Schwab <schwab@linux-m68k.org>
8064
8065 * comint.el (comint-dynamic-complete-as-filename)
8066 (comint-dynamic-complete-filename): Correctly call
8067 completion-in-region.
8068
7e821d0d
DD
80692011-06-05 Deniz Dogan <deniz@dogan.se>
8070
8071 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
8072 in last change.
8073
ac09b8a1
DD
80742011-06-05 Deniz Dogan <deniz@dogan.se>
8075
8076 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
8077 (rcirc): Use it to prompt for encryption.
8078
34699b85
RW
80792011-06-05 Roland Winkler <winkler@gnu.org>
8080
8081 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
8082 (bibtex-search-entries): New command bound to C-c C-a.
8083 (bibtex-display-entries): New function.
8084
004dedd3
RW
80852011-06-05 Roland Winkler <winkler@gnu.org>
8086
8087 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
8088 (bibtex-insert-kill): After yanking insert newline if necessary.
8089 (bibtex-initialize): Call bibtex-string-files-init only once.
8090 (bibtex-mode): Do not call easy-menu-add.
8091 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
8092 (bibtex-yank): Set arg properly if nil.
8093
022fe7ce
RW
80942011-06-05 Roland Winkler <winkler@gnu.org>
8095
2b75be67
SM
8096 * textmodes/bibtex.el (bibtex-search-entry-globally):
8097 New variable.
022fe7ce
RW
8098 (bibtex-search-entry): Use it.
8099
b7c3692a
RW
81002011-06-05 Roland Winkler <winkler@gnu.org>
8101
8102 * textmodes/bibtex.el (bibtex-entry-format): New option
8103 sort-fields.
8104 (bibtex-format-entry, bibtex-reformat): Honor this option.
8105 (bibtex-parse-entry): Return fields in proper order.
8106
8eda563d
JB
81072011-06-05 Juanma Barranquero <lekktu@gmail.com>
8108
8109 * doc-view.el (doc-view-remove-if): Move computation of result out
8110 of `dolist' to silence misleading lexical-binding warning.
8111
7dbe3dbc
CY
81122011-06-04 Chong Yidong <cyd@stupidchicken.com>
8113
8114 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
8115 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
8116
0c33dd17
MA
81172011-06-04 Michael Albinus <michael.albinus@gmx.de>
8118
8119 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
8120 "SunOS 5.10".
8121
f8f91c2b
MA
81222011-06-04 Michael Albinus <michael.albinus@gmx.de>
8123
8124 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
8125 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
8126 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
8127 (tramp-parse-putty):
8128 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
8129 (tramp-completion-function-alist-ssh)
8130 (tramp-completion-function-alist-telnet)
8131 (tramp-completion-function-alist-su)
8132 (tramp-completion-function-alist-putty): Set `tramp-autoload'
8133 cookie.
8134
8135 * net/tramp-ftp.el:
8136 * net/tramp-sh.el:
8137 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
8138 load "tramp.el" `tramp-set-completion-function'.
8139
e17d9003
SM
81402011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
8141
8142 * shell.el: Require and use pcomplete.
8143 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
8144 (shell-completion-vars): Set pcomplete-default-completion-function.
8145
6c4cab03
DD
81462011-06-04 Deniz Dogan <deniz@dogan.se>
8147
8148 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
8149 `memq' (Bug#8799).
8150
ea9fafe0
SM
81512011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
8152
8153 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
8154
b3e945d3
JB
81552011-06-02 Juanma Barranquero <lekktu@gmail.com>
8156
8157 * bs.el (bs--mark-unmark, bs--nth-wrapper):
8158 * mpc.el (mpc-select-extend, mpc-songpointer-context):
8159 * vc/log-view.el (log-view-beginning-of-defun):
8160 * vc/smerge-mode.el (smerge-apply-resolution-patch)
8161 (smerge-refine-forward, smerge-refine-chopup-region):
8162 Silence warning for unused `dotimes' counter variables.
8163
7d520089
SM
81642011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
8165
8166 * net/tramp.el (tramp-with-progress-reporter): Rename from
8167 with-progress-reporter. Use `declare'.
8168 * net/tramp-smb.el:
8169 * net/tramp-sh.el:
8170 * net/tramp-gvfs.el: Update all uses.
8171
a1c2400f
JB
81722011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
8173
8174 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
8175 buffer isn't killed before making it current.
8176
2403c841
SM
81772011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8178
8179 Silence various byte-compiler warnings.
8180 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
8181 `access-type' and new obsolescence format.
8182 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
8183 new format.
8184 (byte-compile-check-variable): New `access-type' argument.
8185 Only warn if the access-type is obsolete.
8186 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
8187 (byte-compile-variable-set): Adjust callers.
8188 * help-fns.el (describe-variable): Adjust to new obsolescence format.
8189 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
8190 setting it as obsolete.
8191 * simple.el (minibuffer-completing-symbol):
8192 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
8193 access as obsolete.
8194 * minibuffer.el (minibuffer-completing-file-name): Don't make it
8195 obsolete yet.
8196 * international/quail.el (quail-mouse-choose-completion): Remove unused
8197 code referring to obsolete var.
8198 (quail-choose-completion-string): Remove.
8199 * server.el (server-clients-with, server-kill-buffer-query-function)
8200 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
8201 * proced.el (proced-send-signal):
8202 * emacs-lisp/lisp.el (lisp-complete-symbol):
8203 Replace completion-annotate-function with completion-extra-properties.
8204
2462470b
SM
82052011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8206
fb5b2591
SM
8207 * simple.el (goto-line): Use read-number.
8208 (overriding-map-is-bound): Remove.
8209 (saved-overriding-map): Change default.
8210 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
8211 Take the map as argument.
8212 (universal-argument, negative-argument, digit-argument): Use it.
8213 (restore-overriding-map): Adjust.
8214 (do-auto-fill): Use fill-forward-paragraph.
8215 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
8216
fd6fa53f
SM
8217 * minibuffer.el (minibuffer-inactive-mode-map): New var.
8218 (minibuffer-inactive-mode): New major mode.
8219 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
8220 the *Messages* buffer" hack.
8221 (mouse-popup-menubar): Don't burp if the event is a normal key.
8222
2462470b
SM
8223 Miscellaneous tweaks.
8224 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
8225 lexical scoping as in subr.el's dolist and dotimes.
8226 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
8227 Silence compiler warning.
8228 * thingatpt.el (forward-whitespace): Trivial coding style fix.
8229 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
8230 * international/ccl.el (ccl-compile): Trivial simplification.
8231 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
8232 * emacs-lisp/testcover.el (testcover-end): Remove spurious
8233 `printflag' argument.
8234 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
8235 Purecopy the whole obsolescence data.
8236
108bf785
LL
82372011-06-01 Leo Liu <sdl.web@gmail.com>
8238
8239 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
8240 improve doc-string as suggested by Marco Pessotto
8241 <melmothx@gmail.com>.
8242 (rcirc-print): Fix last change.
8243
30a23501
SM
82442011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8245
8246 * minibuffer.el (complete-with-action): Return nil for the metadata and
8247 boundaries of non-functional tables.
8248 (completion-table-dynamic): Return nil for the metadata.
8249 (completion-table-with-terminator): Add default case, using
8250 complete-with-action.
8251 (completion--metadata): New function.
8252 (completion-all-sorted-completions, minibuffer-completion-help): Use it
8253 to try and avoid pathological performance problems.
8254 (completion--embedded-envvar-table): Return `category' metadata.
8255
bcd54f83
LMI
82562011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
8257
8258 * subr.el (process-alive-p): New tiny convenience function.
8259
e227544d
SM
82602011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8261
8262 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
8263 content but also its previous major mode.
8264
e8296fdc
HE
82652011-05-31 Helmut Eller <eller.helmut@gmail.com>
8266
4d61f28d 8267 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
8268 *Backtrace* buffer when we exit with C-M-c.
8269
620c53a6
SM
82702011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8271
8272 * minibuffer.el: Add metadata method to completion tables.
8273 (completion-category-overrides): New defcustom.
8274 (completion-metadata, completion--field-metadata)
8275 (completion-metadata-get, completion--styles)
8276 (completion--cycle-threshold): New functions.
8277 (completion-try-completion, completion-all-completions):
8278 Add `metadata' argument to choose completion-styles.
8279 (completion--do-completion): Use metadata to choose cycling.
8280 (completion-all-sorted-completions): Use metadata for sorting.
8281 Remove :completion-cycle-penalty which is not needed any more.
8282 (completion--try-word-completion): Add `metadata' argument.
8283 (minibuffer-completion-help): Check metadata for annotation function
8284 and sorting.
8285 (completion-file-name-table): Return `category' metadata.
8286 (minibuffer-completing-file-name): Make obsolete.
8287 * simple.el (minibuffer-completing-symbol): Make obsolete.
8288 * icomplete.el (icomplete-completions): Pass new `metadata' param to
8289 completion-try-completion.
8290
1257e755
SM
82912011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
8292
8293 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
8294
3767e706
LL
82952011-05-30 Leo Liu <sdl.web@gmail.com>
8296
8297 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
8298 (rcirc-print): Decode all incoming messages (bug#8744).
8299 (rcirc-decode-coding-system): Allow value nil for automatic coding
8300 system detection.
3767e706 8301
d1a5d56a
GM
83022011-06-01 Glenn Morris <rgm@gnu.org>
8303
8304 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
8305
e8cbec34
CY
83062011-05-29 Chong Yidong <cyd@stupidchicken.com>
8307
8308 * image.el (image-animate-max-time): Allow nil and t values.
8309 Default to nil.
8310 (create-animated-image): Doc fix.
8311 (image-animate-start): Remove second arg; just use
8312 image-animate-max-time.
8313 (image-animate-timeout): Doc fix. Args changed.
8314
8315 * image-mode.el (image-toggle-display-image): Ensure that the
8316 image spec passed to the animate timer is the same object as in
58179cce 8317 the buffer's display property (Bug#6981).
e8cbec34
CY
8318 (image-transform-properties): Doc fix.
8319
8320 * image.el (image-animate-max-time): Default to nil.
8321
159daf87
MR
83222011-05-29 Martin Rudalics <rudalics@gmx.at>
8323
8324 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
8325 entire buffer list (Bug#8184).
8326
d66c4c7c
CY
83272011-05-29 Chong Yidong <cyd@stupidchicken.com>
8328
8329 * image.el (imagemagick-types-inhibit)
8330 (imagemagick-register-types): Doc fix.
8331
80aec780
DD
83322011-05-29 Deniz Dogan <deniz@dogan.se>
8333
8334 * net/rcirc.el (rcirc): Use the user's stored encryption method by
8335 default.
8336
1dd3c2d9
CY
83372011-05-29 Chong Yidong <cyd@stupidchicken.com>
8338
8339 * select.el: Don't perform clipboard-manager saving in hooks;
8340 leave the hooks empty.
8341
60e56523
LL
83422011-05-28 Leo Liu <sdl.web@gmail.com>
8343
8344 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
8345 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
8346 (occur-edit-mode): New major mode (Bug#8463).
8347 (occur-after-change-function): New function.
8348 (occur-engine): Give Occur tags a read-only property.
8349
2b1e1a22
KR
83502011-05-28 Kevin Ryde <user42@zip.com.au>
8351
8352 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
8353
5d344e88
CY
83542011-05-28 Chong Yidong <cyd@stupidchicken.com>
8355
8e6ca83d
CY
8356 * bindings.el (help-echo): Make the initial non-indicator dash
8357 empty on graphical terminals (Bug#7295).
8358
5d344e88
CY
8359 * files.el (auto-mode-alist): Move config rule after the
8360 in-stripping one (Bug#8547).
8361
bfbbace7
CY
8362 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
8363
fbeba6e2
CY
8364 * startup.el (normal-splash-screen): Remove gratuitous mode-line
8365 setting (Bug#8740).
8366
60ed8c72
AA
83672011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
8368
4ac619f0
AA
8369 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
8370 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
8371 (Bug#8539).
60ed8c72 8372
23db196e
CY
83732011-05-28 Chong Yidong <cyd@stupidchicken.com>
8374
8375 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
8376
5012f24c
DK
83772011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
8378
8379 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
8380 (hs-hide-block-at-point, hs-find-block-beginning)
8381 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
8382 (Bug#8279).
8383
6a639b16
GM
83842011-05-28 Glenn Morris <rgm@gnu.org>
8385
8386 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
8387
d43eaf2c
CY
83882011-05-28 Chong Yidong <cyd@stupidchicken.com>
8389
5199bde1
CY
8390 * help-fns.el (describe-function-1): If the function is a derived
8391 major mode, print the parent mode.
8392
d43eaf2c
CY
8393 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
8394 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
8395
423428a8
SM
83962011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
8397
0ff8e1ba 8398 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 8399 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
8400 * progmodes/etags.el (tags-completion-at-point-function):
8401 * info-look.el (info-lookup-completions-at-point): Mark as
8402 non-exclusive.
8403 (info-complete): Adjust accordingly.
8404
423428a8
SM
8405 * info-look.el: Convert to lexical-binding and completion-at-point.
8406 (info-lookup-completions-at-point): New function.
8407 (info-complete): Use it and completion-in-region.
8408
b74aa22b
DA
84092011-05-28 Drew Adams <drew.adams@oracle.com>
8410
8411 * isearch.el: Let M-e start with point at the first mismatched char.
8412 (isearch-fail-pos): New function.
8413 (isearch-edit-string): Use it.
8414
66e2e71d
DK
84152011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
8416
8417 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
8418
b1890b0f 84192011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
8420
8421 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
8422 traversal functions for avl-trees.
8423 (avl-tree--stack): New struct.
8424 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
8425 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
8426 (avl-tree--do-enter): Add optional `updatefun' arg.
8427 Change return value.
eb95d01d 8428 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
8429 (avl-tree--do-delete): Add `test' and `nilflag' args.
8430 Change return value.
eb95d01d
TC
8431 (avl-tree-member): Add optional `nilflag'
8432 (avl-tree-member-p): New function.
8433 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
8434 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
8435 (avl-tree-stack-empty-p): New functions.
8436
3769ddcf
TC
8437 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
8438 avl-tree--del-balance1 and make it work both ways.
8439 (avl-tree--del-balance2): Remove.
8440 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
8441 make it work both ways.
8442 (avl-tree--enter-balance2): Remove.
8443 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
8444 New macros.
8445 (avl-tree--mapc, avl-tree-map): Add direction argument.
8446
eb95d01d 84472011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
8448
8449 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
8450
a9f737ee
CY
84512011-05-27 Chong Yidong <cyd@stupidchicken.com>
8452
8453 * select.el: Support clipboard managers with built-in function
8454 x-clipboard-manager-save, via delete-frame-functions and
8455 kill-emacs-hook.
8456 (xselect-convert-to-targets): Add MULTIPLE target to list.
8457 (xselect-convert-to-save-targets): New function.
8458
c92a1e54
KH
84592011-05-27 Kenichi Handa <handa@m17n.org>
8460
8461 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
8462 let-binding rfc2047-encode-encoded-words to nil.
8463
e145f188
GM
84642011-05-27 Glenn Morris <rgm@gnu.org>
8465
5ec8a862
GM
8466 * mail/emacsbug.el: Don't require url-util.
8467
4b29d9fb
GM
8468 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
8469
e145f188
GM
8470 * files.el (set-auto-mode):
8471 Also respect mode: entries at the end of the file. (Bug#8586)
8472
7d15102b
GM
84732011-05-26 Glenn Morris <rgm@gnu.org>
8474
98f593b8
GM
8475 * files.el (hack-local-variables-prop-line, hack-local-variables):
8476 Downcase mode names, as seems to be traditional.
27b48e63 8477 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 8478
7d15102b
GM
8479 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
8480 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
8481
51d5b4ec
JD
84822011-05-25 Julien Danjou <julien@danjou.info>
8483
8484 * textmodes/rst.el (rst-define-level-faces): Do not define face
8485 symbol if it is already defined.
8486
91513f63
VB
84872011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
8488
8489 * play/5x5.el (5x5-new-game, 5x5-randomize):
8490 Reset 5x5-solver-output to nil when a new grid is cast.
8491 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
8492 these debugging traces, as defmacro breaks the compiled code.
8493
4d90d6d0
DK
84942011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
8495
8496 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
8497
e1b90ef6
LL
84982011-05-24 Leo Liu <sdl.web@gmail.com>
8499
8500 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
8501 (vc-bzr-sha1): Adapt.
8502
d8e4b68b 8503 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
8504
8505 * bindings.el: Provide sha1 feature.
8506
db0406bb 85072011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
8508
8509 * mail/sendmail.el: Require `rfc2047'.
8510 (mail-insert-from-field): Do not perform RFC2047 encoding.
8511 (mail-encode-header): New function.
8512 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
8513 buffer to the return value of select-message-coding-system.
8514 Call mail-encode-header.
b8d747b9
KH
8515
8516 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
8517
db0406bb 85182011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 8519
4d90d6d0
DK
8520 * mail/supercite.el (sc-default-cite-frame):
8521 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 8522
eb8a5e9b
GM
85232011-05-24 Glenn Morris <rgm@gnu.org>
8524
f8630703
GM
8525 * progmodes/python.el (brm-menu): Declare.
8526
8831bbed
GM
8527 * emulation/viper.el (viper-set-hooks): Declare.
8528
eb8a5e9b
GM
8529 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
8530 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
8531 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
8532 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
8533 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
8534 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
8535
a2a25d24
SM
85362011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
8537
8538 Add an :exit-function for completion-at-point.
8539
8540 * minibuffer.el (completion--done): New fun.
8541 (completion--do-completion): Use it. New arg `expect-exact'.
8542 (minibuffer-complete, minibuffer-complete-word): Don't output message,
8543 since completion--do-completion does it for us now.
8544 (minibuffer-force-complete): Use completion--done and
8545 completion--replace. Handle sole-completion case with more care.
8546 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
8547 (completion-extra-properties): New var.
8548 (completion-annotate-function): Make obsolete.
8549 (minibuffer-completion-help): Adjust accordingly.
8550 Use completion-list-insert-choice-function.
8551 (completion-at-point, completion-help-at-point):
8552 Bind completion-extra-properties.
8553 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
8554 * simple.el (completion-list-insert-choice-function): New var.
8555 (completion-setup-function): Preserve it.
8556 (choose-completion): Pay attention to it, shuffle the code a bit.
8557 (choose-completion-string): New arg `insert-function'.
8558
8559 * textmodes/bibtex.el: Convert to lexical binding.
8560 (bibtex-mode-map): Use completion-at-point.
8561 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
8562 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
8563 (bibtex-complete): Define as obsolete alias.
8564 (bibtex-complete-internal): Remove.
8565 (bibtex-format-entry): Remove unused sub-group in regexp.
8566 * shell.el (shell--command-completion-data)
8567 (shell-environment-variable-completion):
8568 * pcomplete.el (pcomplete-completions-at-point):
8569 * comint.el (comint--complete-file-name-data): Use :exit-function
8570 instead of completion-table-with-terminator so it also works for
8571 choose-completion.
8572
e44e373d
SM
85732011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
8574
4f91a816
SM
8575 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
8576
782fc819
SM
8577 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
8578 (bug#8710).
8579
e44e373d
SM
8580 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
8581
381987c3
KM
85822011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
8583
8584 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
8585 customization variable and implement: If non-nil, auto-fill will
8586 be inhibited while on topic's header line.
8587
b776bc70
VB
85882011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
8589
8590 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 8591 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
8592 always have a solution in grid size = 5 cases.
8593 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
8594 (5x5-solver-output, 5x5-log-buffer): New vars.
8595 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
8596 Make these variables buffer local to achieve 5x5 multi-session-ness.
8597 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
8598 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
8599 (5x5-solve-suggest): New funs.
8600 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
8601 randomize a grid so that we ensure that there is always a solution.
8602 (5x5-make-random-grid): Allow other movement than flipping.
8603
7de88b6e
KR
86042011-05-23 Kevin Ryde <user42@zip.com.au>
8605
8606 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 8607 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
8608 advice and passes PREDICATE.
8609
b1ef1257
SM
86102011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
8611
bbca48fe
SM
8612 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
8613 byte-compile-lambda if it's actually a lambda.
8614
b1ef1257
SM
8615 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
8616 Fix function quoting. Use backquote better.
8617
92a9cc65
YS
86182011-05-22 Yuanle Song <sylecn@gmail.com>
8619
8620 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
8621 matching (Bug#8516).
8622
f0fb8059
JA
86232011-01-22 Jari Aalto <jari.aalto@cante.net>
8624
8625 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
8626 different face (Bug#8178).
8627
d5b44c93
CY
86282011-05-22 Chong Yidong <cyd@stupidchicken.com>
8629
8630 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
8631 defface (Bug#8144).
8632
79106a44
SM
86332011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
8634
9c848d8a
SM
8635 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
8636 funcall as well (bug#8712). Warn when performing those conversions.
8637 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
8638
79106a44
SM
8639 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
8640
88dfa756
GM
86412011-05-22 Glenn Morris <rgm@gnu.org>
8642
8643 * files.el (hack-local-variables-prop-line): Small simplifications.
8644 (hack-local-variables, hack-local-variables-prop-line):
8645 If MODE-ONLY, return the mode, rather than just `t'.
8646
b7cf2c79
SM
86472011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
8648
8649 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
8650
3f1a8558
GM
86512011-05-21 Glenn Morris <rgm@gnu.org>
8652
7e4ccca3
GM
8653 * files.el (hack-local-variables-prop-line, hack-local-variables):
8654 If only interested in the mode, don't bother doing the other stuff.
8655
637d46ca
GM
8656 * image-mode.el (image-after-revert-hook):
8657 Redraw all frames on which the image is visible. (Bug#8567)
8658
973d955b
GM
8659 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
8660
3f1a8558
GM
8661 * wid-edit.el (widget-checklist-match-inline):
8662 Fix 2011-04-19 change. (Bug#8649)
8663
96479927
SM
86642011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
8665
1dcf791f
SM
8666 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
8667 Also allow singlespace after single-letter capitals followed by a dot.
8668
96479927
SM
8669 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
8670 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
8671
35fd0881
N
86722011-05-20 Nix <nix@esperi.org.uk>
8673
8674 * files.el (basic-save-buffer-2):
8675 Fix handling of break-hardlink-on-save with non-existent files.
8676
82745640
DD
86772011-05-19 Deniz Dogan <deniz@dogan.se>
8678
8679 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 8680 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 8681
4a720484
GM
86822011-05-19 Glenn Morris <rgm@gnu.org>
8683
d1f21341
GM
8684 * progmodes/f90.el (f90-type-def-re):
8685 Handle "type, bind(c)". (Bug#8691)
8686
4a720484
GM
8687 * emacs-lisp/autoload.el (batch-update-autoloads):
8688 Set autoload-excludes by parsing loadup.el rather than Makefiles.
8689
2fb0a219
MA
86902011-05-18 Michael Albinus <michael.albinus@gmx.de>
8691
8692 * net/tramp.el (tramp-process-actions): Set "first-password-request"
8693 property for the correct connection in case of multihops.
8694
e565dd37
GM
86952011-05-18 Glenn Morris <rgm@gnu.org>
8696
c2571358 8697 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
8698 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
8699
e565dd37
GM
8700 Rationalize calendar handling of day and month abbrev-arrays.
8701 * calendar/calendar.el (calendar-customized-p): New function.
8702 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
8703 (calendar-day-name-array, calendar-month-name-array): Doc fix.
8704 Add :set function.
8705 (calendar-abbrev-length, calendar-day-abbrev-array)
8706 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
8707 (calendar-day-abbrev-array, calendar-month-abbrev-array):
8708 Elements may no longer be nil.
8709 (calendar-day-name, calendar-month-name):
8710 Update for changed nature of abbrev arrays.
8711 * calendar/diary-lib.el (diary-name-pattern):
8712 Update for changed nature of abbrev arrays.
8713 (diary-mark-entries-1): Update calendar-make-alist calls.
8714 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
8715 * calendar/cal-html.el (cal-html-day-abbrev-array):
8716 Simply inherit from calendar-day-abbrev-array.
8717
1d99a745
SM
87182011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
8719
8720 * progmodes/grep.el (grep-mode): Disable default
8721 compilation-directory-matcher setting (bug#8684).
8722
7c1d9aa0
MA
87232011-05-17 Michael Albinus <michael.albinus@gmx.de>
8724
8725 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
8726 instead of "head" and "tail". There were problems with SunOS 5.9,
8727 and it performs better.
8728
3952e9d8
GM
87292011-05-17 Glenn Morris <rgm@gnu.org>
8730
2dd12e7f
GM
8731 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
8732
e4157b9c
GM
8733 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
8734 Replace obsolete function.
8735
8e249bbd
GM
8736 * shell.el (pcomplete-parse-arguments-function): Declare.
8737
3952e9d8
GM
8738 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
8739 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
8740 (appt-check): Doc fixes.
8741 (appt-disp-window-function, appt-delete-window-function):
8742 Remove needless special case in custom :type.
8743 (appt-display-count): Default to 0, not nil.
8744 (appt-check): Reset appt-display-count to 0, not nil.
8745
c71a0d48 87462011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 8747
c71a0d48
GM
8748 * progmodes/python.el (python-font-lock-keywords):
8749 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 8750
31d55be9
SM
87512011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
8752
8753 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
8754
3bfacb2f
KR
87552011-05-16 Kevin Ryde <user42@zip.com.au>
8756
8757 * info-look.el (makefile-automake-mode): New setups, looking in
8758 automake manual, then makefile-mode.
8759 (makefile-mode): Remove automake manual, have it just in
8760 makefile-automake-mode since there's various things different or
8761 not relevant to plain make.
8762 (makefile-mode): Remove "other-modes" non-existent automake-mode,
8763 believe a hypothetical automake-mode would go to makefile-mode,
8764 not the other way around.
8765
c8e83751
CY
87662011-05-15 Chong Yidong <cyd@stupidchicken.com>
8767
5e9e35cd
CY
8768 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
8769 hunk-end tags (Bug#8672).
8770
c8e83751
CY
8771 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
8772 vc-annotate-show-diff-revision-at-line (Bug#8671).
8773
50b23e5a
GM
87742011-05-14 Glenn Morris <rgm@gnu.org>
8775
7210a739
GM
8776 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
8777 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
8778 (change-log-font-lock-keywords): Also handle multiple author lines
8779 with leading tabs. (Bug#8644)
7210a739 8780
4691905a
GM
8781 * calendar/appt.el (appt-check): Rename some local variables.
8782 Some simplification/reordering.
8783
50b23e5a
GM
8784 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
8785 (feedmail-sendmail-f-doesnt-sell-me-out)
8786 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
8787 (feedmail-debug-sit-for, feedmail-queue-express-hook)
8788 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
8789 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
8790 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
8791 (feedmail-binmail-gnulinuxish-template):
8792 Rename from feedmail-binmail-linuxish-template.
8793 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
8794 Use insert-buffer-substring.
8795
215cda7c
BC
87962011-05-14 Bill Carpenter <bill@carpenter.org>
8797
8798 * mail/feedmail.el (feedmail-patch-level): Increase.
8799 (feedmail-debug): New custom group.
8800 (feedmail-confirm-outgoing-timeout)
8801 (feedmail-sendmail-f-doesnt-sell-me-out)
8802 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
8803 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
8804 (feedmail-sender-line, feedmail-from-line)
8805 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 8806 (feedmail-spray-this-address)
215cda7c
BC
8807 (feedmail-spray-address-fiddle-plex-list)
8808 (feedmail-queue-use-send-time-for-date)
8809 (feedmail-queue-use-send-time-for-message-id)
8810 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
8811 (feedmail-buffer-eating-function):
8812 Doc fixes.
8813 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
8814 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
8815 (feedmail-message-action-scroll-down): New functions.
8816 (feedmail-queue-directory, feedmail-queue-draft-directory):
8817 Use expand-file-name.
8818 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
8819 Remove C-v help entry.
8820 (feedmail-queue-buffer-file-name): New variable.
8821 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
8822 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
8823 (feedmail-message-action-send-strong, feedmail-message-action-edit)
8824 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
8825 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
8826 (feedmail-message-action-toggle-spray)
8827 (feedmail-run-the-queue-no-prompts)
8828 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
8829 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
8830 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
8831 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
8832 (feedmail-envelope-deducer, feedmail-fiddle-from)
8833 (feedmail-fiddle-sender, feedmail-default-date-generator)
8834 (feedmail-fiddle-date, feedmail-fiddle-message-id)
8835 (feedmail-fiddle-spray-address)
8836 (feedmail-fiddle-list-of-spray-fiddle-plexes)
8837 (feedmail-fiddle-list-of-fiddle-plexes)
8838 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
8839 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
8840 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
8841 Change default. Doc fix.
8842 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
8843 (feedmail-binmail-linuxish-template): New constant.
8844 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
8845 Respect feedmail-sendmail-f-doesnt-sell-me-out.
8846 (feedmail-send-it): Add debug call.
8847 Use feedmail-queue-buffer-file-name, and
8848 feedmail-send-it-immediately-wrapper.
8849 (feedmail-message-action-send): Add debug call.
8850 Use feedmail-send-it-immediately-wrapper.
8851 (feedmail-queue-express-to-queue): Add debug call.
8852 Run feedmail-queue-express-hook.
8853 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
8854 (feedmail-message-action-help-blat):
8855 Rename from feedmail-queue-send-edit-prompt-help-first.
8856 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
8857 Check line-endings. Handle errors better.
8858 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
8859 Doc fix. Add debug call.
8860 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
8861 Use feedmail-queue-send-edit-prompt-inner.
8862 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
8863 (feedmail-queue-send-edit-prompt-inner): New function, extracted
8864 from feedmail-queue-send-edit-prompt.
8865 (feedmail-queue-send-edit-prompt-help)
8866 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
8867 (feedmail-tidy-up-slug): Add debug call.
8868 Respect feedmail-queue-slug-suspect-regexp.
8869 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
8870 (feedmail-dump-message-to-queue): Add debug call.
8871 Expand queue-directory.
8872 (feedmail-dump-message-to-queue): Change message slightly.
8873 Use feedmail-say-chatter.
8874 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
8875 (feedmail-send-it-immediately-wrapper): New function.
8876 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
8877 Insert empty string rather than newline. Handle full-frame case.
8878 Use catch/throw. Use feedmail-say-chatter.
8879 (feedmail-fiddle-from): Try mail-host-address.
8880 (feedmail-default-message-id-generator): Doc fix.
8881 Bind system-time-locale. Handle missing end.
8882 (feedmail-fiddle-x-mailer): Add debug call.
8883 Handle feedmail-x-mailer-line being nil.
8884 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
8885 Add debug call. Use buffer-substring-no-properties.
8886 (feedmail-say-debug, feedmail-say-chatter): New functions.
8887 (feedmail-find-eoh): Give an explicit error.
8888
42c7e61e
UJ
88892011-05-13 Ulf Jasper <ulf.jasper@web.de>
8890
c2571358 8891 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 8892 family from helvetica to sans.
c2571358 8893 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
8894 etc/images/newsticker.
8895
c2571358 8896 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
8897 family from helvetica to sans.
8898
8899 * net/newst-plainview.el (newsticker-new-item-face)
8900 (newsticker-old-item-face, newsticker-immortal-item-face)
8901 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 8902 (newsticker-statistics-face): Change default family from
42c7e61e 8903 helvetica to sans.
c2571358 8904 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
8905 etc/images/newsticker.
8906
8907 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
8908 (newsticker--process-auto-mark-filter-match): : Tell user about
8909 auto-marking.
8910
8497a297
DV
89112011-05-13 Didier Verna <didier@xemacs.org>
8912
8913 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
8914 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
8915 TODO entries.
8497a297
DV
8916 (lisp-lambda-list-keyword-parameter-indentation)
8917 (lisp-lambda-list-keyword-parameter-alignment)
8918 (lisp-lambda-list-keyword-alignment): New customizable user options.
8919 (lisp-indent-defun-method): Improve docstring.
8920 (extended-loop-p): Fix comment.
8921 (lisp-indent-lambda-list-keywords-regexp): New variable.
8922 (lisp-indent-lambda-list): New function.
8923 (lisp-indent-259): Use it.
8924 (lisp-indent-defmethod): Support for more than one
8925 method qualifier and properly indent methods lambda-lists.
8926 (defgeneric): Provide a missing common-lisp-indent-function property.
8927
f278f87f
SM
89282011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
8929
8930 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
8931 bounds for the empty string (bug#8667).
8932
5233edd7
GM
89332011-05-13 Glenn Morris <rgm@gnu.org>
8934
5237a44f
GM
8935 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
8936
8340026c 8937 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 8938 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 8939
5233edd7 8940 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 8941 (appt-time-msg-list): Doc fix.
a5464014 8942 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 8943
92d10796
AS
89442011-05-12 Andreas Schwab <schwab@linux-m68k.org>
8945
8946 * progmodes/ld-script.el (ld-script-keywords)
8947 (ld-script-builtins): Update keywords list.
8948
914a0ae1
SM
89492011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8950
c89be45f
SM
8951 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
8952
914a0ae1
SM
8953 * shell.el (shell-completion-vars): New function.
8954 (shell-mode):
8955 * simple.el (read-shell-command): Use it.
8956 (blink-matching-open): No need for " [...]" in minibuffer-message.
8957
98dc3df3
GM
89582011-05-12 Glenn Morris <rgm@gnu.org>
8959
8960 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
8961 (appt-check): Simplify.
8962
d2fc7e3d 89632011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 8964
4d61f28d 8965 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
8966 literal "/dev/null".
8967
d2fc7e3d 89682011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
8969
8970 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
8971 Fix typo.
8972
d2fc7e3d 89732011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 8974
3f254caa
SM
8975 * progmodes/which-func.el (which-function):
8976 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
8977 which might not be defined (Bug#8260).
8978
d45885f7
GM
89792011-05-12 Glenn Morris <rgm@gnu.org>
8980
8981 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
8982 Let byte-compile-initial-macro-environment always take precedence.
8983
488086f4
SM
89842011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8985
8986 * net/rcirc.el: Add support for SSL/TLS connections.
8987 (rcirc-server-alist): New field `encryption'.
8988 (rcirc): Check `encryption' settings.
8989 (rcirc-connect): New arg `encryption'. Use open-network-stream.
8990 Merge make-local-variable into `set'.
8991 (rcirc--connection-open-p): New function.
8992 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
8993 the process is not a network process (e.g. running gnutls-cli).
8994 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
8995 Make rcirc-(en|de)code-coding-system local here.
8996 (rcirc-mode): Merge make-local-variable into `set'.
8997 (rcirc-parent-buffer): Make permanent buffer-local.
8998 (rcirc-multiline-minor-mode): Don't do it here.
8999 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
9000 there's no server buffer.
9001
7d3b9d44
GM
90022011-05-11 Glenn Morris <rgm@gnu.org>
9003
f64049c6
GM
9004 * newcomment.el (comment-kill): Prefix "unused" local.
9005
93c9df73
GM
9006 * term/w32console.el (get-screen-color): Declare.
9007
7d3b9d44
GM
9008 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
9009 Handle symbol elements of byte-compile-initial-macro-environment.
9010
9e2dd53f
LL
90112011-05-10 Leo Liu <sdl.web@gmail.com>
9012
488086f4
SM
9013 * bookmark.el (bookmark-bmenu-mode-map):
9014 Bind bookmark-bmenu-search to `/'.
8b340240 9015
9e2dd53f 9016 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
9017 (footnote-unicode-string, footnote-unicode-regexp): New variable.
9018 (Footnote-unicode): New function.
9019 (footnote-style-alist): Add unicode style to the list.
9020 (footnote-style): Doc fix.
9e2dd53f 9021
79b70037
GM
90222011-05-10 Jim Meyering <meyering@redhat.com>
9023
9024 Fix doubled-word typos.
9025 * international/quail.el (quail-insert-kbd-layout): and and -> and
9026 * kermit.el: and and -> and
9027 * net/ldap.el (ldap-search-internal): to to -> to
9028 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
9029 * progmodes/js.el (js-mode): and and -> and
9030 * textmodes/artist.el (artist-move-to-xy): at at -> at
9031 (artist-draw-region-trim-line-endings): if if -> if
9032 And Safetyc -> Safety.
9033 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
9034
b8f82dc1 90352011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 9036 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
9037
9038 * files.el (hack-one-local-variable-eval-safep):
9039 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
9040
4f99f44b
GM
90412011-05-10 Glenn Morris <rgm@gnu.org>
9042
9043 * calendar/diary-lib.el (diary-list-entries-hook)
9044 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
9045 (diary-nongregorian-marking-hook, diary-list-entries)
9046 (diary-include-other-diary-files, diary-mark-entries)
9047 (diary-mark-included-diary-files): Doc fixes.
9048
84f29e6b
JB
90492011-05-09 Juanma Barranquero <lekktu@gmail.com>
9050
9051 * misc.el: Require tabulated-list.el during compilation.
9052
9bedd73a
CY
90532011-05-09 Chong Yidong <cyd@stupidchicken.com>
9054
488086f4
SM
9055 * progmodes/compile.el (compilation-start):
9056 Run compilation-filter-hook for the async case too.
9bedd73a
CY
9057 (compilation-filter-hook): Doc fix.
9058
797c735c
DD
90592011-05-09 Deniz Dogan <deniz@dogan.se>
9060
9061 * wdired.el: Remove outdated installation comment. Fix usage
9062 comment.
9063
5f4b1dfe
JB
90642011-05-09 Juanma Barranquero <lekktu@gmail.com>
9065
9066 * misc.el: Implement new command `list-dynamic-libraries'.
9067 (list-dynamic-libraries--loaded-only-p): New variable.
9068 (list-dynamic-libraries--refresh): New function.
9069 (list-dynamic-libraries): New command.
9070
4c44026c
CY
90712011-05-09 Chong Yidong <cyd@stupidchicken.com>
9072
488086f4
SM
9073 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9074 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
9075 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
9076 higher priority to avoid clobbering by gnu.
9077
027f966d
CY
90782011-05-08 Chong Yidong <cyd@stupidchicken.com>
9079
9080 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
9081 if the face has existing theme settings (Bug#8454).
9082
085f5d7d
CY
90832011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
9084
488086f4
SM
9085 * progmodes/perl-mode.el (perl-imenu-generic-expression):
9086 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 9087
2a86a00c
RS
9088 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
9089 special file names `.' and `..' (Bug#8259).
9090
d9c54a06
CY
90912011-05-08 Chong Yidong <cyd@stupidchicken.com>
9092
488086f4
SM
9093 * progmodes/grep.el (grep-mode-font-lock-keywords):
9094 Remove buffer-changing entries.
d9c54a06
CY
9095 (grep-filter): New function.
9096 (grep-mode): Add it to compilation-filter-hook.
9097
9098 * progmodes/compile.el (compilation-filter-hook)
9099 (compilation-filter-start): New defvars.
9100 (compilation-filter): Call compilation-filter-hook prior to
9101 updating the process mark.
9102
c4662635
SM
91032011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9104
9105 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
9106
b0512a1d
EZ
91072011-05-07 Eli Zaretskii <eliz@gnu.org>
9108
605c9376
EZ
9109 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
9110 mailclient-send-it even if window-system is nil. (Bug#8595)
9111
c4662635
SM
9112 * term/w32console.el (terminal-init-w32console):
9113 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
9114 background-mode. (Bug#8597)
9115
d1dc2cc2
SM
91162011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
9117
9118 Make bytecomp.el understand that defmethod defines funs (bug#8631).
9119 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
9120 New functions.
9121 (defgeneric, eieio--defmethod): Use them.
9122 (eieio-defgeneric): Remove.
9123 (defmethod): Call defgeneric in a way visible to the byte-compiler.
9124
915d1300
GM
91252011-05-07 Glenn Morris <rgm@gnu.org>
9126
a3961c3e
GM
9127 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
9128 Use let rather than let*.
9129 (timeclock-find-discrep): Remove unused local.
9130
314347b9
GM
9131 * calendar/diary-lib.el (diary-comment-start): Doc fix.
9132
915d1300
GM
9133 * calendar/appt.el (appt-time-msg-list): Doc fix.
9134
275b59b0
NF
91352011-05-06 Noah Friedman <friedman@splode.com>
9136
9137 * apropos.el (apropos-print-doc): Only use
9138 emacs-lisp-docstring-fill-column when it is bound to an integer,
9139 per that variable's documentation.
9140
6c19f744
SM
91412011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9142
9143 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 9144 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 9145
60f884b2
GM
91462011-05-06 Glenn Morris <rgm@gnu.org>
9147
5006e634
GM
9148 * calendar/appt.el (appt-message-warning-time): Doc fix.
9149 (appt-warning-time-regexp): New option.
9150 (appt-make-list): Respect appt-message-warning-time.
9151
548d0a63
GM
9152 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
9153 New options.
9154 (diary-add-to-list): Strip comments from the displayed string.
9155 (diary-mode): Set comment-start and comment-end.
9156
60f884b2
GM
9157 * vc/diff-mode.el (smerge-refine-subst): Declare.
9158 (diff-refine-hunk): Don't require smerge-mode when compiling.
9159
989681bb
JB
91602011-05-06 Juanma Barranquero <lekktu@gmail.com>
9161
9162 * simple.el (list-processes): Return nil as the docstring says.
9163
a6bc05e1
MA
91642011-05-05 Michael Albinus <michael.albinus@gmx.de>
9165
9166 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
9167 to "".
9168 (ange-ftp-write-region, ange-ftp-insert-file-contents)
9169 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
9170 determining of binary transfer. (Bug#7383)
9171
23c22e9a
MA
91722011-05-05 Michael Albinus <michael.albinus@gmx.de>
9173
c4662635
SM
9174 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
9175 Fix port computation bug. (Bug#8618)
23c22e9a 9176
0bff894f
GM
91772011-05-05 Glenn Morris <rgm@gnu.org>
9178
b8296902
GM
9179 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
9180
1f522ce8
GM
9181 * simple.el (shell-dynamic-complete-functions)
9182 (comint-dynamic-complete-functions): Declare.
9183
cf5bee67
GM
9184 * net/network-stream.el (gnutls-negotiate):
9185 * simple.el (tabulated-list-print): Fix declarations.
9186
9187 * progmodes/gud.el (syntax-symbol, syntax-point):
9188 Remove unnecessary and incorrect declarations.
9189
0bff894f
GM
9190 * emacs-lisp/check-declare.el (check-declare-scan):
9191 Handle byte-compile-initial-macro-environment in bytecomp.el
9192
9869b3ae
SM
91932011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9194
9195 Fix earlier half-done eieio-defmethod change (bug#8338).
9196 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
9197 Streamline and change calling convention.
9198 (defmethod): Adjust accordingly and simplify.
9199 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
9200 new eieio--defmethod.
9201 (slot-boundp): Minor CSE simplification.
9202
9c1d5ac5
MZ
92032011-05-05 Milan Zamazal <pdm@zamazal.org>
9204
9205 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
9206 (glasses-make-readable): Use glasses-separate-capital-groups.
9207
455c834e
JB
92082011-05-05 Juanma Barranquero <lekktu@gmail.com>
9209
9210 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
9211 (warning-series): Doc fix.
9212 (display-warning): Don't try to create the buffer if we just found it.
9213
9ed7c8cb
CY
92142011-05-04 Chong Yidong <cyd@stupidchicken.com>
9215
9216 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
9217 (autoload-find-generated-file): New function.
9218 (generate-file-autoloads): Bind generated-autoload-file to
9219 buffer-file-name.
9869b3ae
SM
9220 (update-file-autoloads, update-directory-autoloads):
9221 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
9222 output file (Bug#7989).
9223 (batch-update-autoloads): Doc fix.
9224
0898ca10
JB
92252011-05-04 Juanma Barranquero <lekktu@gmail.com>
9226
9227 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
9228
31dfb76c
GM
92292011-05-04 Glenn Morris <rgm@gnu.org>
9230
f330b642
GM
9231 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
9232 function, so it follows changes in calendar-date-style.
9233 (diary-fancy-date-matcher): New function.
9234 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
9235 (diary-fancy-font-lock-fontify-region-function):
9236 Use diary-fancy-date-pattern as a function.
9237
31dfb76c
GM
9238 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
9239 non-numbers for `year' etc pseudo-variables. (Bug#8583)
9240
48e79d6a
TZ
92412011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
9242
9243 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
9244 instead of positional arguments. Allow :keylist and :crlfiles
9245 arguments.
9246 (open-gnutls-stream): Call it.
9247
9248 * net/network-stream.el (network-stream-open-starttls): Adjust to
9249 call `gnutls-negotiate' with :process and :hostname arguments.
9250
dd5a5ee0
SM
92512011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9252
ef80fc09
SM
9253 * minibuffer.el (completion--message): New function.
9254 (completion--do-completion, minibuffer-complete)
9255 (minibuffer-force-complete, minibuffer-complete-word): Use it.
9256 (completion--do-completion): Don't ignore completion-auto-help when in
9257 icomplete-mode.
9258
dd5a5ee0
SM
9259 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
9260 internal encoding (e.g. tibetan zero is not whitespace).
9261 (global-whitespace-mode): Prefer save-current-buffer.
9262 (whitespace-trailing-regexp): Remove useless save-match-data.
9263 (whitespace-empty-at-bob-regexp): Minor simplification.
9264
b7d22a83
CY
92652011-05-03 Chong Yidong <cyd@stupidchicken.com>
9266
9267 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
9268
5192af46
AM
92692011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9270
9271 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 9272 Use `concat' to create string for insertion.
5192af46 9273
5767d190
SM
92742011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9275
9276 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
9277 Avoid open-line which runs post-self-insert-hook.
9278 (bibtex-fill-entry): Remove unused `end' var.
9279
bf242939
AM
92802011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
9281
5767d190
SM
9282 * textmodes/ispell.el (ispell-add-per-file-word-list):
9283 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 9284
25666126
LL
92852011-05-03 Leo Liu <sdl.web@gmail.com>
9286
9287 * isearch.el (isearch-yank-pop): New command.
5767d190 9288 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
9289 (isearch-forward): Mention it.
9290
52d3c2d0
SM
92912011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9292
1bcace58
SM
9293 * simple.el (minibuffer-complete-shell-command): Remove.
9294 (minibuffer-local-shell-command-map): Use completion-at-point.
9295 (read-shell-command): Setup completion vars here instead.
9296 (read-expression-map): Bind TAB to symbol completion.
9297
52d3c2d0
SM
9298 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
9299 error directly rather via storing it into `results'.
9300
35813471
LL
93012011-05-02 Leo Liu <sdl.web@gmail.com>
9302
9303 * vc/diff.el: Fix description.
9304
e793a940
LMI
93052011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9306
9307 * server.el (server-eval-at): New function.
9308
8de66e05
LMI
93092011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9310
9311 * net/network-stream.el (open-network-stream): Take a :nowait
9312 parameter and pass it on to `make-network-process'.
9313 (network-stream-open-plain): Ditto.
9314
dcb79f20
AS
93152011-04-30 Andreas Schwab <schwab@linux-m68k.org>
9316
9317 * faces.el (face-spec-set-match-display): Don't match toolkit
9318 options on terminal frames.
9319
14a7fbd8
SM
93202011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9321
7eabc1be
SM
9322 * progmodes/pascal.el: Use lexical binding.
9323 (pascal-mode-map): Remove author preferences.
9324
14a7fbd8
SM
9325 * pcomplete.el (pcomplete-std-complete): Don't abuse
9326 completion-at-point.
9327
50f84510
JB
93282011-04-28 Juanma Barranquero <lekktu@gmail.com>
9329
6e087a44
JB
9330 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
9331 removing code that has been dead since 1991 or so.
9332
50f84510
JB
9333 * startup.el (command-line): When warning about "_emacs", use a
9334 delayed warning to allow the user to filter it out.
9335
0ba690bd
DD
93362011-04-28 Deniz Dogan <deniz@dogan.se>
9337
9338 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
9339 user has not joined.
9340
08abfaad
SM
93412011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9342
9343 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
9344 aren't any completions at point.
9345
638f053a
JB
93462011-04-28 Juanma Barranquero <lekktu@gmail.com>
9347
9348 * subr.el (display-delayed-warnings): New function.
9349 (delayed-warnings-hook): New variable.
9350
8fff8daa
SM
93512011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9352
08abfaad
SM
9353 * minibuffer.el (completion-at-point, completion-help-at-point):
9354 Don't presume that a given completion-at-point-function will always
9355 use the same calling convention.
9356
8fff8daa
SM
9357 * pcomplete.el (pcomplete-completions-at-point):
9358 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
9359 pcomplete-seen is non-nil.
9360 (pcomplete-comint-setup): Also recognize the new comint/shell
9361 completion functions.
9362 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
9363 pcomplete-seen is non-nil.
9364
841a1577 93652011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 9366
841a1577 9367 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 9368 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 9369 the first character in the entry. This allows for code to add its
211ec907
UJ
9370 own uid to the entry.
9371 (icalendar--convert-float-to-ical): Add export of
9372 `diary-float'-entries save for those with the optional DAY
9373 argument.
9374
2a782793
DC
93752011-04-27 Daniel Colascione <dan.colascione@gmail.com>
9376
9377 * subr.el (shell-quote-argument): Use alternate escaping strategy
9378 when we spot a variable reference in a string.
9379
0438ce91
DC
93802011-04-26 Daniel Colascione <dan.colascione@gmail.com>
9381
9382 * cus-start.el (all): Define customization for debug-on-event.
9383
841a1577 93842011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
9385
9386 * subr.el (shell-quote-argument): Escape correctly under Windows.
9387
d090ed6c
SM
93882011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
9389
9390 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
9391
bfd31217
MA
93922011-04-25 Michael Albinus <michael.albinus@gmx.de>
9393
d090ed6c
SM
9394 * net/tramp.el (tramp-process-actions): Add POS argument.
9395 Delete region between POS and (pos).
bfd31217 9396
d090ed6c
SM
9397 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
9398 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
9399 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
9400
9401 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
9402 position in `tramp-process-actions' call.
9403
9404 * net/trampver.el: Update release number.
9405
e92f3bd3
SM
94062011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
9407
850256b5
SM
9408 * custom.el (defcustom): Obey lexical-binding.
9409
e92f3bd3
SM
9410 Fix octave-inf completion problems reported by Alexander Klimov.
9411 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
9412 Inherit from octave-mode-syntax-table.
9413 (inferior-octave-mode): Set info-lookup-mode.
9414 (inferior-octave-completion-at-point): New function.
9415 (inferior-octave-complete): Use it and completion-in-region.
9416 (inferior-octave-dynamic-complete-functions): Use it as well, and use
9417 comint-filename-completion.
9418 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
9419 symbol elements which shouldn't be word elements.
9420 (octave-font-lock-keywords, octave-beginning-of-defun)
9421 (octave-function-header-regexp): Adjust regexps accordingly.
9422 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
9423
cd22b309
JB
94242011-04-25 Juanma Barranquero <lekktu@gmail.com>
9425
9426 * net/gnutls.el (gnutls-errorp): Declare before first use.
9427
8b492194
TZ
94282011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
9429
9430 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
9431 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 9432 default trustfile exists before going to use it. Add missing
5a5fa834 9433 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
9434 Reported by Claudio Bley <claudio.bley@gmail.com>.
9435 (open-gnutls-stream): Add usage example.
9436
9437 * net/network-stream.el (network-stream-open-starttls): Give host
9438 parameter to `gnutls-negotiate'.
9439 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 9440 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 9441
841a1577 94422011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 9443
cd22b309
JB
9444 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
9445 Use correct match group (bug#8438).
05842630 9446
3ba7869c
CY
94472011-04-24 Chong Yidong <cyd@stupidchicken.com>
9448
512e3ae1
CY
9449 * emacs-lisp/package.el (package-built-in-p): Fix typo.
9450 (package-menu--generate): New arg specifying packages to show.
9451 (package-menu-refresh, package-menu-execute, list-packages):
9452 Callers changed.
9453 (package-show-package-list): New function, replacing deleted
9454 package--list-packages (renamed because it is non-internal).
9455
9456 * finder.el (finder-list-matches): Use package-show-package-list
9457 instead of deleted package--list-packages.
9458
e92f3bd3
SM
9459 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
9460 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
9461 (vc-annotate-mode-map): Bind it to RET.
9462
7031be6d
UR
94632011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
9464
9465 * progmodes/etags.el (next-file): Don't use set-buffer to change
9466 buffers (Bug#8478).
9467
4ef177aa
CY
94682011-04-24 Chong Yidong <cyd@stupidchicken.com>
9469
c8d173eb
CY
9470 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
9471
4ef177aa
CY
9472 * apropos.el (apropos-label-face): Avoid variable-pitch face.
9473 (apropos-accumulator): Doc fix.
9474 (apropos-function, apropos-macro, apropos-command)
9475 (apropos-variable, apropos-face, apropos-group, apropos-widget)
9476 (apropos-plist): Add face property.
9477 (apropos-symbols-internal): Fix indentation.
9478 (apropos-print): Simplify help, and recognize apropos-multi-type.
9479 (apropos-print-doc): Use button-type-get to extract the button's
9480 face property. Fill docstring (Bug#8352).
9481
4ffd0d6b 94822011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
9483
9484 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
9485
c6c32125 9486 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 9487 (mpuz-mode-map): Use mapc.
c6c32125
JB
9488 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
9489 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
9490 Fix typos in docstrings.
9491
58d468b4
JB
9492 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
9493 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
9494
6470c3c6
JB
9495 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
9496
4ffd0d6b 94972011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
9498
9499 * minibuffer.el (completion--do-completion): Avoid the "Next char
9500 not unique" prompt if icomplete-mode is enabled (Bug#5849).
9501
3ad8bad0
CY
9502 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
9503 mouse-2 into unread-command-events, it is interpreted correctly.
9504
71d73c9c 9505 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 9506 (image-toggle-display): Doc fix.
71d73c9c 9507
841a1577 95082011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 9509
4ffd0d6b
GM
9510 * textmodes/page.el (what-page): Use line-number-at-pos to
9511 calculate line number (Bug#6825).
6e1dbaa9 9512
c2fb1b60
JB
95132011-04-22 Juanma Barranquero <lekktu@gmail.com>
9514
9515 * eshell/esh-mode.el (find-tag-interactive): Declare function.
9516 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
9517 Pass argument NO-DEFAULT to `find-tag-interactive'.
9518
e02f48d7
JB
95192011-04-22 Juanma Barranquero <lekktu@gmail.com>
9520
9521 Lexical-binding cleanup.
9522
9523 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
9524 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
9525 * progmodes/ada-prj.el (ada-prj-initialize-values)
9526 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
9527 (ada-prj-show-value):
9528 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
9529 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
9530 (antlr-invalidate-context-cache, antlr-options-menu-filter)
9531 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
9532 * progmodes/bug-reference.el (bug-reference-push-button):
9533 * progmodes/fortran.el (fortran-line-length):
9534 * progmodes/glasses.el (glasses-change):
9535 * progmodes/octave-mod.el (octave-fill-paragraph):
9536 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
9537 (python-pdbtrack-grub-for-buffer, python-sentinel):
9538 * progmodes/sql.el (sql-save-connection):
9539 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
9540 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
9541 Mark unused parameters.
9542
9543 * progmodes/compile.el (compilation--flush-directory-cache)
9544 (compilation--flush-parse, compile-internal): Mark unused parameters.
9545 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
9546 (compilation-next-error-function): Remove unused variable `timestamp'.
9547
9548 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
9549 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
9550
9551 * progmodes/dcl-mode.el (dcl-end-of-command):
9552 Remove unused variable `start'.
9553 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
9554 (dcl-option-value-basic, dcl-option-value-offset)
9555 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
9556 Mark unused parameters.
9557 (dcl-save-local-variable): Remove unused variable `val'.
9558 (mode): Declare.
9559
9560 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
9561 Mark unused parameters.
9562 (delphi-ignore-changes): Move before first use.
9563 (delphi-charset-token-at): Remove unused variable `start'.
9564 (delphi-else-start): Remove unused variable `if-count'.
9565 (delphi-comment-block-start, delphi-comment-block-end):
9566 Remove unused variable `kind'.
9567 (delphi-indent-line): Remove unused variable `new-point'.
9568
9569 * progmodes/ebrowse.el (ebrowse-files-list)
9570 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
9571 Mark unused parameters. Don't quote `lambda'.
9572 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
9573 Don't quote `lambda'.
9574 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
9575 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
9576 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
9577 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
9578 Use `ignore-errors'.
9579 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
9580 (ebrowse-view/find-file-and-search-pattern)
9581 (ebrowse-view/find-member-declaration/definition):
9582 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
9583 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
9584 Rename parameter PREFIX-ARG to PREFIX.
9585 (ebrowse-tags-read-name): Remove unused variables `start' and
9586 `member-info'.
9587 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
9588 to `tags-file'.
9589
9590 * progmodes/etags.el (local-find-tag-hook): Declare.
9591 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
9592 Mark unused parameters.
9593
9594 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
9595 (executable-interpret): Mark unused parameter.
9596
9597 * progmodes/flymake.el (flymake-process-sentinel)
9598 (flymake-after-change-function)
9599 (flymake-create-temp-with-folder-structure)
9600 (flymake-get-include-dirs-dot): Mark unused parameters.
9601 (flymake-safe-delete-directory): Remove unused variable `err'.
9602
9603 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
9604 (speedbar-timer-fn, speedbar-line-text)
9605 (speedbar-change-expand-button-char, speedbar-delete-subblock)
9606 (speedbar-center-buffer-smartly): Declare functions.
9607 (gdb-find-watch-expression): Remove unused variable `array'.
9608 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
9609 (gdb-starting): Mark unused parameters.
9610 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
9611 (gdb-table-string): Remove unused variable `res'.
9612 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
9613 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
9614 (gdb-display-buffer): Remove unused variable `cur-size'.
9615
9616 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
9617 allow lexical-binding compilation.
9618 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
9619 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
9620 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
9621 Mark unused parameters.
9622 (gud-gdb-marker-filter): Remove unused variable `match'.
9623 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
9624 lambda expressions and funcall them, instead of using `fset'.
9625
9626 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
9627 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
9628
9629 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
9630 variable `header-beg'; use `let'.
9631
9632 * progmodes/icon.el (indent-icon-exp): Remove unused variables
9633 `restart', `last-sexp' and `at-do'.
9634
9635 * progmodes/js.el (js--debug): Mark unused parameter.
9636 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
9637 (js--splice-into-items): Remove unused variable `item'.
9638 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
9639
9640 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
9641 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
9642 (makefile-complete): Remove unused variable `try'.
9643 (makefile-fill-paragraph, makefile-match-function-end):
9644 Mark unused parameters.
9645
9646 * progmodes/octave-inf.el (inferior-octave-complete):
9647 Remove unused variable `proc'.
9648 (inferior-octave-output-digest): Mark unused parameter.
9649
9650 * progmodes/perl-mode.el (perl-calculate-indent):
9651 Remove unused variable `err'.
9652
9653 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
9654 (prolog-indent-line): Mark unused parameters.
9655 (prolog-indent-line): Remove unused variable `beg'.
9656
9657 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
9658 (reporter-dont-compact-list): Declare.
9659
9660 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
9661 Remove unused variable `char'.
9662 (sh-debug): Mark unused parameter.
9663 (sh-get-indent-info): Remove unused variable `start'.
9664 (sh-calculate-indent): Remove unused variable `var'.
9665
9666 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
9667 (simula-electric-keyword): Remove unused variable `null'.
9668 (simula-search-backward, simula-search-forward): Remove unused
9669 variables `begin' and `end'.
9670
9671 * progmodes/vera-mode.el (vera-guess-basic-syntax):
9672 Remove unused variable `pos'.
9673 (vera-electric-tab, vera-comment-uncomment-region):
9674 Mark unused parameters.
9675 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
9676
7ede3b65
CY
96772011-04-22 Chong Yidong <cyd@stupidchicken.com>
9678
9679 * emacs-lisp/package.el (package--builtins, package-alist)
9680 (package-load-descriptor, package-built-in-p, package-activate)
9681 (define-package, package-installed-p)
9682 (package-compute-transaction, package-buffer-info)
9683 (package--push): Doc fix. Distinguish more clearly between
9684 version strings and version lists.
9685
121656e9
JB
96862011-04-21 Juanma Barranquero <lekktu@gmail.com>
9687
9688 Lexical-binding cleanup.
9689
9690 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
9691 (5x5-make-mutate-best):
9692 * play/fortune.el (fortune-in-buffer):
9693 * play/gomoku.el (gomoku-init-display):
9694 * play/solitaire.el (solitaire, solitaire-do-check):
9695 * play/tetris.el (tetris-default-update-speed-function):
9696 Mark unused parameters.
9697
9698 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
9699 (bubbles--shift): Remove unused variable `char-org'.
9700 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
9701 (bubbles--show-images): Remove unused variable `char'.
9702
9703 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
9704 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
9705 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
9706 (decipher-analyze-buffer): Use ?\s.
9707 (decipher-make-checkpoint): Remove unused variable `mapping'.
9708
9709 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
9710
9711 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
9712 Remove unused variable `result'; use `let'.
9713
9714 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
9715 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
9716 (gametree-children-shown-p, gametree-compute-reduced-score):
9717 Use `ignore-errors'.
9718
9719 * play/handwrite.el (ps-lpr-switches): Declare.
9720 (handwrite): Remove unused variables `pmin' and `lastp'.
9721
9722 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
9723
9724 * play/landmark.el (landmark-init-display)
9725 (landmark-update-naught-weights): Mark unused parameters.
9726 (landmark-y): Remove unused variable `noise'. Simplify.
9727 (landmark-human-plays): Remove unused variable `score'.
9728
9729 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
9730 (mpuz-try-proposal): Remove unused variable `game'.
9731
9732 * play/zone.el (life-patterns): Declare.
9733
80f499c7
JB
97342011-04-20 Juanma Barranquero <lekktu@gmail.com>
9735
9736 * vc/vc.el (ediff-vc-internal): Declare function.
9737
024ff170
SM
97382011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9739
c0a193ea
SM
9740 * shell.el: Use lexical-binding and std completion UI.
9741 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
9742 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
9743 comint-preoutput-filter-functions rather than on
9744 comint-output-filter-functions.
9745 (shell-command-completion, shell--command-completion-data)
9746 (shell-filename-completion, shell-environment-variable-completion)
9747 (shell-c-a-p-replace-by-expanded-directory): New functions.
9748 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
9749 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
9750 (shell-dynamic-complete-environment-variable): Use them.
9751 (shell-dynamic-complete-as-environment-variable)
9752 (shell-dynamic-complete-as-command): Remove.
9753 (shell-match-partial-variable): Match past point.
9754 * comint.el: Clean up use of completion-at-point-functions.
9755 (comint-completion-at-point): New function.
9756 (comint-mode): Use it completion-at-point-functions.
9757 (comint-dynamic-complete): Make it obsolete.
9758 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
9759 (comint-c-a-p-replace-by-expanded-history): New function.
9760 (comint-dynamic-complete-functions)
9761 (comint-replace-by-expanded-history): Use it.
9762 * minibuffer.el (completion-table-with-terminator): Allow dynamic
9763 termination strings. Try harder to avoid second try-completion.
9764 (completion-in-region-mode-map): Disable bindings that don't work yet.
9765
2dbaa080
SM
9766 * comint.el: Use lexical-binding. Require CL.
9767 (comint-dynamic-complete-functions): Use comint-filename-completion.
9768 (comint-completion-addsuffix): Tweak custom type.
9769 (comint-filename-completion, comint--common-suffix)
9770 (comint--common-quoted-suffix, comint--table-subvert)
9771 (comint--complete-file-name-data): New functions.
9772 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
9773 (comint-dynamic-list-filename-completions): Use them.
9774 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 9775
2dbaa080
SM
9776 * minibuffer.el (completion-in-region-mode):
9777 Keep completion-in-region-mode--predicate global.
9778 (completion-in-region--postch):
9779 Assume completion-in-region-mode--predicate is not null.
9780
c79a6f38
SM
9781 * progmodes/flymake.el (flymake-start-syntax-check-process):
9782 Obey `dir'. Simplify.
9783
024ff170
SM
9784 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
9785 we're in VC after all.
9786
1c6c854e
CS
97872011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
9788
9789 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 9790 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
9791 (vc-version-diff): Use vc-diff-build-argument-list-internal.
9792
bed7f140
SM
97932011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9794
332e62ab
SM
9795 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
9796 add sanity check.
9797
bed7f140
SM
9798 * obsolete/erc-hecomplete.el: Make obsolete.
9799 * obsolete/: Standardize obsolescence info in the header.
9800
f195c582
GM
98012011-04-20 Glenn Morris <rgm@gnu.org>
9802
9803 * calendar/solar.el (solar-horizontal-coordinates):
9804 Use the longitude argument rather than `calendar-longitude'.
9805 (solar-date-next-longitude): Remove unused locals.
9806
cb79b8c0
VJL
98072011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9808
9809 * whitespace.el: New version 13.2.1.
9810
98112011-04-20 felix <EmacsWiki> (tiny change)
9812
d8e4b68b 9813 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
9814 switching between major modes on a file.
9815
602ea69d
SM
98162011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9817
9818 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
9819 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
9820 multi-line comments as well.
9821
06b60517
JB
98222011-04-19 Juanma Barranquero <lekktu@gmail.com>
9823
9824 Lexical-binding cleanup.
9825
9826 * arc-mode.el (archive-mode-revert):
9827 * cmuscheme.el (scheme-interactively-start-process):
9828 * custom.el (custom-initialize-delay):
9829 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
9830 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
9831 * emacs-lock.el (emacs-lock-clear-sentinel):
9832 * ezimage.el (defezimage):
9833 * follow.el (follow-avoid-tail-recenter):
9834 * fringe.el (set-fringe-mode-1):
9835 * generic-x.el (bat-generic-mode-compile):
9836 * help-mode.el (help-info-variable, help-do-xref)
9837 (help-mode-revert-buffer):
9838 * help.el (view-emacs-todo):
9839 * iswitchb.el (iswitchb-completion-help):
9840 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
9841 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
9842 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
9843 * locate.el (locate-update):
9844 * longlines.el (longlines-encode-region)
9845 (longlines-after-change-function):
9846 * outline.el (outline-isearch-open-invisible):
9847 * ps-def.el (declare-function, charset-dimension, char-width)
9848 (encode-char):
9849 * ps-mule.el (ps-mule-plot-string):
9850 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
9851 (recentf-edit-list-select, recentf-edit-list-validate)
9852 (recentf-open-files-action):
9853 * rect.el (delete-whitespace-rectangle-line)
9854 (rectangle-number-line-callback):
9855 * register.el (window-configuration-to-register)
9856 (frame-configuration-to-register):
9857 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
9858 * select.el (xselect-convert-to-string, xselect-convert-to-length)
9859 (xselect-convert-to-targets, xselect-convert-to-delete)
9860 (xselect-convert-to-filename, xselect-convert-to-charpos)
9861 (xselect-convert-to-lineno, xselect-convert-to-colno)
9862 (xselect-convert-to-os, xselect-convert-to-host)
9863 (xselect-convert-to-user, xselect-convert-to-class)
9864 (xselect-convert-to-name, xselect-convert-to-integer)
9865 (xselect-convert-to-atom, xselect-convert-to-identity):
9866 * subr.el (declare, ignore, process-kill-without-query)
9867 (text-clone-maintain):
9868 * terminal.el (te-get-char, te-tic-sentinel):
9869 * tool-bar.el (tool-bar-make-keymap):
9870 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
9871 * type-break.el (type-break-mode, type-break-noninteractive-query):
9872 * view.el (View-back-to-mark):
9873 * wid-browse.el (widget-browse-action, widget-browse-widget)
9874 (widget-browse-widgets, widget-browse-sexp):
9875 * widget.el (define-widget-keywords):
9876 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
9877 Mark unused parameters.
9878
9879 * align.el (align-adjust-col-for-rule): Mark unused parameter.
9880 (align-areas): Remove unused variable `look'.
9881 (align-region): Remove unused variables `real-end' and `pos-list'.
9882
9883 * apropos.el (apropos-score-doc): Remove unused variable `i'.
9884
9885 * bindings.el (mode-line-modified, mode-line-remote):
9886 Mark unused parameters.
9887 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
9888
9889 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
9890 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
9891
9892 * comint.el (comint-history-isearch-pop-state)
9893 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
9894 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
9895 (comint-substitute-in-file-name): Doc fix.
9896
9897 * completion.el (cmpl-statistics-block): Mark unused parameter.
9898 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
9899 (save-completions-to-file, load-completions-from-file):
9900 Remove unused local variable `e'.
9901
9902 * composite.el (compose-chars): Remove unused variable `len'.
9903 (lgstring-insert-glyph): Remove unused variable `g'.
9904 (compose-glyph-string): Remove unused variables `ascent',
9905 `descent', `lbearing' and `rbearing'.
9906 (compose-glyph-string-relative): Remove unused variables
9907 `lbearing', `rbearing' and `wadjust'.
9908 (compose-gstring-for-graphic): Remove unused variables `header',
9909 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
9910 (compose-gstring-for-terminal): Remove unused variables `header'
9911 and `nchars'. Use `let', not `let*'.
9912
9913 * cus-edit.el (Custom-set, Custom-save, custom-reset)
9914 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
9915 (Custom-buffer-done, custom-buffer-create-internal)
9916 (custom-browse-visibility-action, custom-browse-group-tag-action)
9917 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
9918 (widget-magic-mouse-down-action, custom-toggle-parent)
9919 (custom-add-parent-links, custom-toggle-hide-variable)
9920 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
9921 (custom-toggle-hide-face, face, hook, custom-group-link-action)
9922 (custom-face-menu-create, custom-variable-menu-create, get)
9923 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
9924 (custom-reset-standard-save-and-update): Remove unused variable `value'.
9925 (customize-apropos): Remove unused variable `tests'.
9926 (custom-group-value-create): Remove unused variable `hidden-p'.
9927 (sort-fold-case): Declare.
9928
9929 * cus-theme.el (custom-reset-standard-faces-list)
9930 (custom-reset-standard-variables-list): Declare.
9931 (customize-create-theme, custom-theme-revert, custom-theme-write)
9932 (custom-theme-choose-mode, customize-themes, custom-theme-save):
9933 Mark unused parameters.
9934
9935 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
9936
9937 * delim-col.el (delimit-columns-max): Move defvar before first use.
9938
9939 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 9940 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
9941
9942 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
9943 (auto-insert): Declare.
9944 (desktop-restore-file-buffer): Rename desktop-* parameters;
9945 mark unused ones.
9946 (desktop-create-buffer): Rename desktop-* parameters and bind them.
9947 (desktop-buffer): Rename desktop-* parameters.
9948
9949 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
9950 (dframe-reposition-frame-xemacs, dframe-help-echo)
9951 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
9952 Mark unused parameters.
9953
9954 * dired-aux.el (backup-extract-version-start, overwrite-query)
9955 (overwrite-backup-query, rename-regexp-query)
9956 (rename-non-directory-query): Declare.
9957 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
9958 (dired-add-entry): Remove unused variable `orig-file-name'.
9959 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
9960 Use parameter PRESERVE-TIME instead of accessing dynamic variable
9961 `dired-copy-preserve-time' directly.
9962 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
9963 (dired-insert-subdir-newpos): Rename unused variable `pos'.
9964
9965 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
9966 (dired-virtual-revert, dired-make-relative-symlink):
9967 Mark unused parameters.
9968 (manual-program): Declare.
9969 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
9970 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
9971 wrapped in `with-no-warnings' to avoid replacing one warning by another.
9972
9973 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
9974
9975 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
9976
9977 * echistory.el (electric-history-in-progress, Helper-return-blurb):
9978 Declare.
9979
9980 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
9981
9982 * electric.el (Electric-command-loop): Rename parameter
9983 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
9984
9985 * expand.el (expand-in-literal): Remove unused variable `here'.
9986
9987 * facemenu.el (facemenu-add-new-color):
9988 Remove unused variable `docstring'.
9989
9990 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
9991 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
9992 (face-attr-construct): Mark unused parameter. Doc fix.
9993 (read-color): Remove unused variable `hex-string'.
9994
9995 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
9996 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
9997 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
9998 (display-buffer-other-frame): Remove unused variable `old-window'.
9999 (kill-buffer-hook): Declare.
10000 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
10001 Mark unused parameters.
10002 (after-find-file): Pass 1 to `auto-save-mode', not t.
10003
10004 * files-x.el (auto-insert): Declare.
10005 (modify-file-local-variable-prop-line): Remove unused variable `val'.
10006
10007 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 10008 variable `buf'. Mark unused parameter.
06b60517
JB
10009 (find-lisp-insert-directory): Mark unused parameter.
10010
10011 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
10012 (format-encode-region): Remove unused variables `cur-buf' and `result'.
10013 (format-common-tail): Remove, unused.
10014 (format-deannotate-region): Remove unused variable `loc'.
10015 (format-annotate-region): Remove unused variable `p'.
10016 (format-annotate-single-property-change): Remove unused variables
10017 `default' and `tail'.
10018
10019 * forms.el (read-file-filter): Declare.
10020 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
10021
10022 * frame.el (frame-creation-function-alist): Mark unused parameter.
10023 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
10024
10025 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
10026 Remove unused parameters.
10027 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
10028 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
10029
10030 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
10031 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
10032 (hfy-prepare-tag-map): Mark unused parameters.
10033 (htmlfontify-buffer): Use `called-interactively-p'.
10034
10035 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
10036 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
10037 (ibuffer-do-occur): Mark unused parameters.
10038 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
10039 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
10040
10041 * ibuffer.el: Don't quote `lambda'.
10042 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
10043 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
10044 Mark unused parameters.
10045
10046 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
10047 (ido-completing-read): Mark unused parameters.
10048 (ido-copy-current-word): Mark unused parameters;
10049 remove unused variable `name'.
10050 (ido-sort-merged-list): Remove unused parameter `dirs'.
10051
10052 * ielm.el (ielm-input-sender): Mark unused parameter.
10053 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
10054 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
10055 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
10056 `ielm-string' as a dynamic variable accessible from the IELM prompt.
10057 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
10058
10059 * image-dired.el (image-dired-display-thumbs): Remove unused
10060 variables `curr-file' and `count'.
10061 (image-dired-remove-tag): Remove unused variable `start'.
10062 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
10063 variable `curr-file'
10064 (image-dired-rotate-original): Remove unused variable `temp-file'.
10065 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
10066 Remove unused variable `file'.
10067 (image-dired-gallery-generate): Remove unused variable `curr'.
10068 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
10069
10070 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
10071
10072 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
10073
10074 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
10075
10076 * isearch.el (minibuffer-history-symbol): Declare.
10077 (isearch-edit-string): Remove unused variable `err'.
10078 (isearch-message-prefix, isearch-message-suffix):
10079 Mark unused parameters.
10080
10081 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
10082
10083 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
10084
10085 * makesum.el (double-column): Remove unused variable `cnt'.
10086
10087 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
10088 (ido-ignore-item-temp-list): Declare.
10089
10090 * mouse-drag.el (mouse-drag-throw): Remove unused variables
10091 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
10092 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
10093 (mouse-drag-drag): Remove unused variables `mouse-delta' and
10094 `mouse-col-delta'.
10095
10096 * mouse-sel.el (mouse-extend-internal):
10097 Remove unused variable `orig-window-frame'.
10098
10099 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
10100 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
10101 Move declarations before first use.
10102 (pcomplete-opt): Mark unused parameters; doc fix.
10103
10104 * proced.el (proced-revert): Mark unused parameter.
10105 (proced-send-signal): Remove unused variable `err'.
10106
10107 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
10108 Rename parameter PREFIX-ARG to ARG.
10109 (ps-basic-plot-string, ps-basic-plot-whitespace):
10110 Mark unused parameters.
10111
10112 * replace.el (replace-count): Define.
10113 (occur-revert-function): Mark unused parameters.
10114 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
10115 (isearch-case-fold-search, isearch-string): Declare.
10116 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
10117 bind `case-fold-search'. Remove unused variables `beg' and `end',
10118 and simplify.
10119 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
10120 COUNT and bind `replace-count'.
10121 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
10122 to COUNT.
10123
10124 * savehist.el (print-readably, print-string-length): Declare.
10125
10126 * shadowfile.el (shadow-expand-cluster-in-file-name):
10127 Remove unused variable `cluster'.
10128 (shadow-copy-file): Remove unused variable `i'.
10129 (shadow-noquery, shadow-clusters, shadow-site-cluster)
10130 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
10131 (shadow-define-literal-group, shadow-define-regexp-group)
10132 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
10133
10134 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
10135 (shell): Use `called-interactively-p'.
10136 (shell-directory-tracker): Remove unused variable `chdir-failure'.
10137
10138 * simple.el (compilation-context-lines, comint-file-name-quote-list)
10139 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
10140 (delete-backward-char): Remove unused variable `ocol'.
10141 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
10142 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
10143 (event-apply-hyper-modifier, event-apply-shift-modifier)
10144 (event-apply-control-modifier, event-apply-meta-modifier):
10145 Mark unused parameters.
10146 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
10147 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
10148
10149 * speedbar.el (speedbar-ignored-directory-expressions)
10150 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
10151 (speedbar-find-file, speedbar-dir-follow)
10152 (speedbar-directory-buttons-follow, speedbar-tag-find)
10153 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
10154 (speedbar-buffers-line-directory, speedbar-buffer-click):
10155 Mark unused parameters.
10156 (speedbar-tag-file): Remove unused variable `mode'.
10157 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
10158
10159 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
10160
10161 * talk.el (talk): Remove unused variable `display'.
10162
10163 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
10164 (tar-write-region-annotate): Mark unused parameter.
10165
10166 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
10167 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
10168 Declare them, wrapped in `with-no-warnings' to avoid replacing one
10169 warning by another.
10170
10171 * time-stamp.el (time-stamp-string-preprocess):
10172 Remove unused variable `require-padding'.
10173
10174 * tree-widget.el (widget-glyph-enable): Declare.
10175 (tree-widget-action): Mark unused parameter.
10176
10177 * w32-fns.el (x-get-selection): Mark unused parameter.
10178 (autoload-make-program, generated-autoload-file): Declare.
10179
10180 * wdired.el (wdired-revert): Mark unused parameters.
10181 (wdired-xcase-word): Remove unused variable `err'.
10182
10183 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
10184 (whitespace-help-scroll): Remove unused variable `data-help'.
10185
10186 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
10187 (widget-image-insert, widget-after-change, default)
10188 (widget-default-format-handler, widget-default-notify)
10189 (widget-default-prompt-value, widget-info-link-action)
10190 (widget-url-link-action, widget-function-link-action)
10191 (widget-variable-link-action, widget-file-link-action)
10192 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
10193 (widget-field-prompt-internal, widget-field-action, widget-field-match)
10194 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
10195 (widget-insert-button-action, widget-delete-button-action, visibility)
10196 (widget-documentation-link-action, widget-documentation-string-action)
10197 (widget-const-prompt-value, widget-regexp-match, symbol)
10198 (widget-coding-system-prompt-value)
10199 (widget-key-sequence-value-to-external, sexp)
10200 (widget-sexp-value-to-internal, character, vector, cons)
10201 (widget-choice-prompt-value, widget-boolean-prompt-value)
10202 (widget-color--choose-action): Mark unused parameters.
10203 (widget-item-match-inline, widget-choice-match-inline)
10204 (widget-checklist-match, widget-checklist-match-inline)
10205 (widget-group-match): Rename parameter VALUES to VALS.
10206 (widget-field-value-set): Remove unused variable `size'.
10207 (widget-color-action): Remove unused variables `value' and `start'.
10208
10209 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 10210 variable `dir'. Doc fix.
06b60517
JB
10211 (windmove-find-other-window): Don't pass it.
10212
10213 * window.el (count-windows): Mark unused parameter.
10214 (bw-adjust-window): Remove unused variable `err'.
10215
10216 * woman.el (woman-file-name): Remove unused variable `default'.
10217 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
10218 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
10219 (global-font-lock-mode): Declare.
10220 (woman-decode-region): Mark unused parameter.
10221 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
10222
10223 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
10224 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
10225 (x-dnd-handle-moz-url): Remove unused variable `title'.
10226 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
10227
10228 * xml.el (xml-parse-tag, xml-parse-attlist):
10229 Remove unused variable `pos'.
10230
bc4f7f3d
GM
102312011-04-19 Glenn Morris <rgm@gnu.org>
10232
10233 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
10234 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
10235 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10236 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
10237 * calendar/cal-html.el (cal-html-insert-minical):
10238 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
10239 (calendar-mark-date-pattern):
10240 Prefix "unused" locals.
10241
10242 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
10243 optional argument `style'.
10244
10245 * calendar/appt.el (appt-make-list):
10246 * calendar/cal-china.el (calendar-chinese-date-string):
10247 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
10248 (diary-hebrew-yahrzeit):
10249 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
10250 * calendar/calendar.el (calendar-generate-window):
10251 * calendar/time-date.el (time-to-days):
10252 Remove unused local variables.
10253
16a43933
CY
102542011-04-18 Chong Yidong <cyd@stupidchicken.com>
10255
10256 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
10257 glyphless-char-display table.
10258 (tabulated-list-glyphless-char-display): New var.
10259
7eed1860
SS
102602011-04-18 Sam Steingold <sds@gnu.org>
10261
10262 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
10263 to acknowledgments.
10264
4d2d1ccd
GM
102652011-04-17 Glenn Morris <rgm@gnu.org>
10266
10267 * calendar/diary-lib.el (diary-sexp-entry):
10268 * calendar/holidays.el (holiday-sexp):
10269 Set debug-on-error rather than the removed stack-trace-on-error.
10270
239da61d
GM
102712011-04-16 Glenn Morris <rgm@gnu.org>
10272
10273 * progmodes/f90.el: Use lexical-binding.
10274 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
10275
8b05752a
SM
102762011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10277
daca8ba5
SM
10278 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
10279 (mail-mode): Setup mailalias completion here instead.
10280 * mail/mailalias.el: Use lexical-binding.
10281 (pattern, mailalias-done): Declare dynamic.
10282 (mail-completion-at-point-function): New function, from mail-complete.
10283 (mail-complete): Use it.
10284 (mail-completion-expand): New function.
10285 (mail-get-names): Use it.
10286 (mail-directory, mail-directory-process, mail-directory-stream):
10287 Don't use `pattern' for lexically bound arg.
10288
6f542485
SM
10289 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
10290
037e7c3f
SM
10291 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
10292 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
10293 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
10294
8b05752a
SM
10295 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
10296 (byte-save-window-excursion, byte-temp-output-buffer-setup)
10297 (byte-interactive-p): Define them again, for use when inlining
10298 old code.
10299
49093f60
JB
103002011-04-15 Juanma Barranquero <lekktu@gmail.com>
10301
10302 * loadup.el: Use `string-to-number', not `string-to-int'.
10303
b5b8e7de
SM
103042011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10305
10306 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
10307 gud-gdb-complete-command.
10308 (gud-gdb-completions): New function, from gud-gdb-complete-command.
10309 (gud-gdb-completion-at-point): New function.
10310 (gud-gdb-completions): Remove.
10311
f42efeb5
MA
103122011-04-14 Michael Albinus <michael.albinus@gmx.de>
10313
49093f60
JB
10314 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
10315 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
10316 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
10317 whether `executable-find' is bound.
f42efeb5
MA
10318
10319 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
10320
e240cc21
SM
103212011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10322
10323 * minibuffer.el (completion-in-region-mode-predicate)
10324 (completion-in-region-mode--predicate): New vars.
10325 (completion-in-region, completion-in-region--postch)
10326 (completion-in-region-mode): Use them.
10327 (completion--capf-wrapper): Also return the hook function.
10328 (completion-at-point, completion-help-at-point):
10329 Adjust and provide a predicate.
c2bd2ab0
SM
10330
10331 Preserve arg names for advice of subr and lexical functions (bug#8457).
10332 * help-fns.el (help-function-arglist): Consolidate the subr and
10333 new-byte-code cases. Add argument `preserve-names' to extract names
10334 from the docstring when needed.
10335 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
10336 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
10337 (ad-arglist): Use help-function-arglist's new arg.
10338 (ad-definition-type): Use cond.
10339
c183f693
JB
103402011-04-13 Juanma Barranquero <lekktu@gmail.com>
10341
06641a47
JB
10342 * autorevert.el (auto-revert-handler):
10343 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
10344 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
10345 Don't quote lambda.
10346
c183f693
JB
10347 * image-mode.el (image-transform-set-scale):
10348 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
10349
1e3b6001
G
103502011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10351
10352 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 10353 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
10354 Upgrades via gnutls-cli are too slow to be done opportunistically.
10355
2d6af8dd
JB
103562011-04-12 Juanma Barranquero <lekktu@gmail.com>
10357
10358 * dframe.el (dframe-current-frame): Remove spurious quote.
10359
c0749a51
GM
103602011-04-12 Glenn Morris <rgm@gnu.org>
10361
088d0d61
GM
10362 * calendar/cal-tex.el (cal-tex-end-document):
10363 Try to automatically use latin1 input if needed.
10364
c0749a51
GM
10365 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
10366 Don't try to cons a mark onto an empty element.
10367
5c90fde0
LL
103682011-04-11 Leo Liu <sdl.web@gmail.com>
10369
10370 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
10371 buffers.
10372 (ido-kill-buffer-at-head): Support killing virtual buffers.
10373
369e974d
CY
103742011-04-10 Chong Yidong <cyd@stupidchicken.com>
10375
10376 * minibuffer.el (completion-show-inline-help): New var.
10377 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
10378 (minibuffer-force-complete, minibuffer-complete-word):
10379 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
10380
10381 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
10382 to avoid interference from inline help (Bug#5849).
10383
37f1c930
LL
103842011-04-10 Leo Liu <sdl.web@gmail.com>
10385
099c39a4
JB
10386 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
10387 Fix typo.
37f1c930 10388
a32d4040
CY
103892011-04-09 Chong Yidong <cyd@stupidchicken.com>
10390
10391 * image-mode.el (image-toggle-display-image): Signal an error if
10392 not in Image mode.
10393 (image-transform-mode, image-transform-resize)
10394 (image-transform-set-rotation): Doc fix.
daca8ba5 10395 (image-transform-set-resize): Delete.
a32d4040
CY
10396 (image-transform-set-scale, image-transform-fit-to-height)
10397 (image-transform-fit-to-width): Handle image-toggle-display-image
10398 and image-transform-resize directly.
10399
099c39a4 104002011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
10401
10402 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
10403 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
10404 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
10405 (doc-view-mode-map): Add bindings for the new functions.
10406
099c39a4 104072011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 10408
4d61f28d 10409 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
10410 Fix typo in docstring.
10411
3726838a
EZ
104122011-04-08 Eli Zaretskii <eliz@gnu.org>
10413
04f33f1e
EZ
10414 * files.el (file-size-human-readable): Produce one digit after
10415 decimal, like "ls -lh" does.
10416
10417 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
10418 the file size representation.
10419
3726838a
EZ
10420 * simple.el (list-processes): If async subprocesses are not
10421 available, error out with a clear error message.
10422
cbb59342
CY
104232011-04-08 Chong Yidong <cyd@stupidchicken.com>
10424
10425 * help.el (help-form-show): New function, to be called from C.
10426 Put help-form output in a buffer named differently than *Help*.
10427
e3971c44
EZ
104282011-04-08 Eli Zaretskii <eliz@gnu.org>
10429
10430 * files.el (file-size-human-readable): New function.
10431
10432 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
10433 computing the representation inline. Don't require `cl'.
10434
12544bbe
GM
104352011-04-08 Glenn Morris <rgm@gnu.org>
10436
a1de6c6a
GM
10437 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
10438
3c4671f4
GM
10439 * net/browse-url.el (browse-url-firefox):
10440 Test system-type, not system-configuration.
10441
b605679c
GM
10442 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
10443 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
10444 Use log-edit-empty-buffer-p. (Bug#7598)
10445
56442f0c
GM
10446 * net/rlogin.el (rlogin-process-connection-type): Simplify.
10447 (rlogin-mode-map): Initialize in the defvar.
10448 (rlogin): Use ignore-errors.
10449
12544bbe
GM
10450 * replace.el (occur-mode-map): Some fixes for menu items.
10451
eb237b0f
AH
104522011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10453
10454 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
10455
7d668f2c
CY
104562011-04-06 Chong Yidong <cyd@stupidchicken.com>
10457
e67a13ab
CY
10458 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
10459 issuing unused warnings.
10460
10461 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
10462 macro directly.
10463
7d668f2c
CY
10464 * simple.el: Lisp reimplement of list-processes. Based on an
10465 earlier reimplementation by Leo Liu, but using tabulated-list.el.
10466 (process-menu-mode): New major mode.
10467 (list-processes--refresh, list-processes):
10468 (process-menu-visit-buffer): New functions.
10469
10470 * files.el (save-buffers-kill-emacs): Don't assume any return
10471 value of list-processes, which is undocumented anyway.
10472
a83ec3c9
CY
104732011-04-06 Chong Yidong <cyd@stupidchicken.com>
10474
10475 * emacs-lisp/tabulated-list.el: New file.
10476
e91a96fe
CY
10477 * emacs-lisp/package.el: Use Tabulated List mode.
10478 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
10479 (package-menu-mode): Derive from tabulated-list-mode. Set up the
10480 table format using Tabulated List mode variables.
10481 (package--push): New macro, replacing package-list-maybe-add.
10482 (package-menu--generate): Use package--push. Renamed from
10483 package--generate-package-list.
10484 (package-menu-refresh, list-packages): Use it.
daca8ba5 10485 (package-menu--print-info): Rename from package-print-package.
e91a96fe 10486 Return insertion data instead of inserting it directly.
099c39a4
JB
10487 (package-menu-describe-package, package-menu-execute):
10488 Use tabulated-list-get-id.
e91a96fe
CY
10489 (package-menu-mark-delete, package-menu-mark-install)
10490 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
10491 (package-menu-mark-obsolete-for-deletion):
10492 Use tabulated-list-put-tag.
e91a96fe
CY
10493 (package--list-packages, package-menu-revert)
10494 (package-menu-get-package, package-menu-get-version)
10495 (package-menu-sort-by-column): Functions deleted.
10496 (package-menu-package-list, package-menu-sort-key): Vars deleted.
10497 (package-menu--status-predicate, package-menu--version-predicate)
10498 (package-menu--name-predicate)
10499 (package-menu--description-predicate): Handle arguments in the
10500 Tabulated List format.
10501 (package-list-packages-no-fetch): Call list-packages.
10502
3e214b50
JB
105032011-04-06 Juanma Barranquero <lekktu@gmail.com>
10504
10505 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 10506 (after-find-file): Don't bind it.
3e214b50
JB
10507 (revert-buffer-in-progress-p): New variable.
10508 (revert-buffer): Bind it.
10509 Pass nil for `after-find-file-from-revert-buffer'.
10510
10511 * saveplace.el (save-place-find-file-hook): Use new variable
10512 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
10513
3f0f1700
GM
105142011-04-06 Glenn Morris <rgm@gnu.org>
10515
c0274801
GM
10516 * Makefile.in (AUTOGEN_VCS): New variable.
10517 (autoloads): Use $AUTOGEN_VCS.
10518
3f0f1700
GM
10519 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
10520 * calendar/calendar.el (calendar-mode-map):
10521 Check for toolkit scroll bars. (Bug#8305)
10522
41ea9e48
CY
105232011-04-05 Chong Yidong <cyd@stupidchicken.com>
10524
10525 * minibuffer.el (completion-in-region--postch)
10526 (completion-in-region-mode): Remove unnecessary messages.
10527
6194c800
JB
105282011-04-05 Juanma Barranquero <lekktu@gmail.com>
10529
33256f14
JB
10530 * font-lock.el (font-lock-refresh-defaults):
10531 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
10532 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
10533
6194c800
JB
10534 * info.el (Info-directory-list, Info-read-node-name-2)
10535 (Info-split-parameter-string): Doc fixes.
10536 (Info-virtual-nodes): Reflow docstring.
10537 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
10538 (Info-apropos-toc-nodes, info-finder, Info-get-token)
10539 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
10540 Fix typos in docstrings.
10541 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
10542 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
10543 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
10544 (Info-restore-desktop-buffer): Mark unused parameters.
10545 (Info-directory-find-file, Info-directory-find-node)
10546 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
10547 (Info-virtual-index-find-node, Info-apropos-find-file)
10548 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 10549 Mark unused parameters; fix typos in docstrings.
6194c800
JB
10550 (Info-virtual-index): Remove unused local variable `nodename'.
10551
b87a8200 105522011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 10553
b87a8200
DD
10554 * net/rcirc.el: Update my e-mail address.
10555 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 10556
3b2ff876
CY
105572011-04-05 Chong Yidong <cyd@stupidchicken.com>
10558
10559 * startup.el (command-line): Save the cursor's theme-face
10560 directly, instead of using face-override-spec.
10561
10562 * custom.el (load-theme): Minor optimization in assigning faces.
10563
8d17e7ca
JB
105642011-04-04 Juanma Barranquero <lekktu@gmail.com>
10565
10566 * help-fns.el (describe-variable): Complete all variables having
10567 documentation, including keywords.
10568 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
10569
2fbc1934
JB
105702011-04-04 Juanma Barranquero <lekktu@gmail.com>
10571
10572 Convert to lexical-binding.
10573
10574 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
10575 (bs--get-marked-string, bs--get-modified-string)
10576 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
10577 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
10578 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
10579
10580 * ehelp.el (electric-help-execute-extended)
10581 (electric-help-ctrl-x-prefix):
10582 * hexl.el (hexl-revert-buffer-function):
10583 * linum.el (linum-after-change, linum-after-scroll):
10584 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
10585
10586 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
10587
74f50695
DU
105882011-04-04 Daiki Ueno <ueno@unixuser.org>
10589
10590 * epa-dired.el:
10591 * epa-mail.el:
10592 * epa-hook.el:
10593 * epa-file.el:
10594 * epa.el:
10595 * epg.el: Use lexical binding.
10596
c11325f7
CY
105972011-04-03 Chong Yidong <cyd@stupidchicken.com>
10598
0d9e9a12
CY
10599 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
10600
c11325f7 10601 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
10602 dictionary case for flyspell-mark-duplications-exceptions.
10603 Use regexp matching for languages.
c11325f7
CY
10604 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
10605 default dictionary (Bug#7926).
10606
da91b5f2
CY
106072011-04-02 Chong Yidong <cyd@stupidchicken.com>
10608
099c39a4
JB
10609 * emacs-lisp/package.el (package--with-work-buffer):
10610 Recognize https URLs.
da91b5f2 10611
099c39a4
JB
10612 * net/network-stream.el: Move from gnus/proto-stream.el.
10613 Change prefix to network-stream throughout.
da91b5f2
CY
10614 (open-protocol-stream): Merge into open-network-stream, leaving
10615 open-protocol-stream as an alias. Handle nil BUFFER args.
10616
10617 * subr.el (open-network-stream): Move to net/network-stream.el.
10618
afa8e9f6
GM
106192011-04-02 Glenn Morris <rgm@gnu.org>
10620
1d2e369d
GM
10621 * find-dired.el (find-exec-terminator): New option.
10622 (find-ls-option): Test for -ls support.
10623 (find-ls-subdir-switches): Test for -b in find-ls-option.
10624 (find-dired, find-grep-dired): Doc fixes.
10625 (find-dired): Use find-exec-terminator.
10626
8abb7da8 10627 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
10628 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
10629 (find-name-arg): Remove purecopy.
8abb7da8 10630
f3ca7378
GM
10631 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
10632 (grep-compute-defaults): Check for `-exec COMMAND +' support.
10633 Set grep-find-use-xargs, grep-find-command, and grep-find-template
10634 accordingly. Don't add the null-device if not needed.
10635
afa8e9f6
GM
10636 * files.el (save-some-buffers): Doc fix.
10637
35eae264
EZ
106382011-04-02 Eli Zaretskii <eliz@gnu.org>
10639
10640 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
10641
26b51db5
JB
106422011-04-01 Juanma Barranquero <lekktu@gmail.com>
10643
10644 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
10645 Use `dolist' rather than `mapcar'.
10646
7200d79c
SM
106472011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
10648
03408648 10649 Add lexical binding.
7200d79c 10650
03408648
SM
10651 * subr.el (apply-partially): Use new closures rather than CL.
10652 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
10653 (dolist, dotimes): Use slightly different expansion for lexical code.
10654 (functionp): Move to C.
10655 (letrec): New macro.
10656 (with-wrapper-hook): Use it and apply-partially instead of CL.
10657 (eval-after-load): Preserve lexical-binding.
10658 (save-window-excursion, with-output-to-temp-buffer): Turn them
10659 into macros.
7200d79c 10660
03408648
SM
10661 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
10662
10663 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
10664 than the arglist.
10665 (help-add-fundoc-usage): Don't add `Not documented'.
10666 (help-function-arglist): Handle closures, subroutines, and new
10667 byte-code-functions.
10668 (help-make-usage): Remove leading underscores.
10669 (describe-function-1): Handle closures.
10670 (describe-variable): Use special-variable-p for completion.
10671
10672 * files.el (lexical-binding): Declare safe.
f488fb65 10673
03408648
SM
10674 * emacs-lisp/pcase.el: Don't use destructuring-bind.
10675 (pcase--memoize): Rename from pcase-memoize. Change weakness.
10676 (pcase): Add `let' pattern.
10677 Change memoization so it actually works.
10678 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
10679 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
10680 <let>: New case.
f488fb65 10681
03408648
SM
10682 * emacs-lisp/macroexp.el: Use lexical binding.
10683 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
10684 Don't convert ' to #' without checking that it's indeed quoting
10685 a lambda.
10686
10687 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 10688 Use eval-sexp-add-defvars.
03408648
SM
10689 (eval-sexp-add-defvars): New fun.
10690
10691 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
10692
10693 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
10694 Don't autoload.
10695 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
10696 than the internal `byte-compile-lambda'.
10697 (defmethod): Don't hide code under quotes.
10698 (eieio-defmethod): New `code' argument.
10699
10700 * emacs-lisp/eieio-comp.el: Remove.
10701
10702 * emacs-lisp/edebug.el (edebug-eval-defun)
10703 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
10704 (edebug-toggle): Avoid `eval'.
10705
10706 * emacs-lisp/disass.el (disassemble-internal): Handle new
10707 `closure' objects.
10708 (disassemble-1): Handle new byte codes.
10709
10710 * emacs-lisp/cl.el (pushnew): Silence warning.
10711
10712 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
10713 (cl-byte-compile-throw): Remove.
10714 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
10715
10716 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
10717 closures.
10718
10719 * emacs-lisp/cconv.el: New file.
10720
10721 * emacs-lisp/bytecomp.el: Use lexical binding instead of
10722 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
10723 (byte-compile-initial-macro-environment):
10724 Handle declare-function here.
10725 (byte-compile--lexical-environment): New var.
10726 (byte-stack-ref, byte-stack-set, byte-discardN)
10727 (byte-discardN-preserve-tos): New lap codes.
10728 (byte-interactive-p): Don't use any more.
10729 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
10730 New macros.
10731 (byte-compile-lapcode): Use them and handle new lap codes.
10732 (byte-compile-obsolete): Remove.
10733 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
10734 (byte-compile-arglist-warn): Check late def of inlinable funs.
10735 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
10736 since they should have been expanded by now.
10737 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
10738 (byte-compile-from-buffer): Remove unused second arg.
10739 (byte-compile-preprocess): New function.
10740 (byte-compile-toplevel-file-form): New function to distinguish
10741 file-form calls from outside from file-form calls from hunk-handlers.
10742 (byte-compile-file-form): Simplify.
10743 (byte-compile-file-form-defsubst): Remove.
10744 (byte-compile-file-form-defmumble): Simplify now that
10745 byte-compile-lambda always returns a byte-code-function.
10746 (byte-compile): Preprocess.
10747 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
10748 Remove, not used any more.
10749 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
10750 (byte-compile-make-args-desc): New funs.
10751 (byte-compile-lambda): Handle lexical functions. Always return
10752 a byte-code-function.
10753 (byte-compile-reserved-constants): New var, to make up room for
10754 closed-over variables.
10755 (byte-compile-constants-vector): Obey it.
10756 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
10757 (byte-compile-macroexpand-declare-function): New function.
10758 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
10759 byte-code-functions.
10760 (byte-compile-form): Check obsolescence here.
10761 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
10762 (byte-compile-variable-ref): Remove.
10763 (byte-compile-dynamic-variable-op): New fun.
10764 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
10765 (byte-compile-variable-set): New funs.
10766 (byte-compile-discard): Add 2 args.
10767 (byte-compile-stack-ref, byte-compile-stack-set)
10768 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
10769 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
10770 macroexpand-all instead.
10771 (byte-compile-quote-form): Remove.
10772 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
10773 (byte-compile-bind, byte-compile-unbind): New funs.
10774 (byte-compile-let): Handle let* and lexical binding.
10775 (byte-compile-let*): Remove.
10776 (byte-compile-catch, byte-compile-unwind-protect)
10777 (byte-compile-track-mouse, byte-compile-condition-case):
10778 Handle a new :fun-body form, used for lexical scoping.
10779 (byte-compile-save-window-excursion)
10780 (byte-compile-with-output-to-temp-buffer): Remove.
10781 (byte-compile-defun): Simplify.
10782 (byte-compile-stack-adjustment): New fun.
10783 (byte-compile-out): Use it.
10784 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
10785
10786 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
10787 handler any more.
10788
10789 * emacs-lisp/byte-opt.el: Use lexical binding.
10790 (byte-inline-lapcode): Remove (to bytecomp).
10791 (byte-compile-inline-expand): Pay attention to inlining to/from
10792 lexically bound code.
10793 (byte-compile-unfold-lambda): Don't handle byte-code-functions
10794 any more.
10795 (byte-optimize-form-code-walker): Don't handle save-window-excursion
10796 any more and don't call compiler-macros.
10797 (byte-compile-splice-in-already-compiled-code): Remove.
10798 (byte-code): Don't inline any more.
10799 (disassemble-offset): Receive `bytes' as argument rather than via
10800 dynamic scoping.
10801 (byte-compile-tag-number): Declare before first use.
10802 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
10803 `return' even if make-spliceable.
10804 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
10805 obsolete interactive-p.
10806 (byte-optimize-lapcode): Optimize new lap-codes.
10807 Don't trip up on new form of `byte-constant' lap code.
10808
10809 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
10810
10811 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
10812
10813 * custom.el (custom-initialize-default, custom-declare-variable):
10814 Use `defvar'.
10815
10816 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
10817 New variables.
10818 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
10819 (COMPILE_FIRST): Add macroexp and cconv.
10820 * makefile.w32-in: Mirror changes in Makefile.in.
10821
10822 * vc/cvs-status.el:
10823 * vc/diff-mode.el:
10824 * vc/log-edit.el:
10825 * vc/log-view.el:
10826 * vc/smerge-mode.el:
10827 * textmodes/bibtex-style.el:
10828 * textmodes/css.el:
10829 * startup.el:
10830 * uniquify.el:
da91b5f2
CY
10831 * minibuffer.el:
10832 * newcomment.el:
10833 * reveal.el:
10834 * server.el:
10835 * mpc.el:
10836 * emacs-lisp/smie.el:
10837 * doc-view.el:
10838 * dired.el:
03408648
SM
10839 * abbrev.el: Use lexical binding.
10840
0f0c1f27
EZ
108412011-04-01 Eli Zaretskii <eliz@gnu.org>
10842
10843 * info.el (info-display-manual): New function.
10844
c82b2579
SM
108452011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
10846
10847 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
10848
221ddf68
TH
108492011-03-31 Tassilo Horn <tassilo@member.fsf.org>
10850
10851 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 10852 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 10853
cba6e77e
GM
108542011-03-31 Glenn Morris <rgm@gnu.org>
10855
e040639f
GM
10856 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
10857
cba6e77e
GM
10858 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
10859
6d0f1c9e
CS
108602011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
10861
10862 * progmodes/python.el (python-default-interpreter)
10863 (python-python-command-args, python-jython-command-args)
10864 (python-which-shell, python-which-args, python-which-bufname)
10865 (python-file-queue, python-comint-output-filter-function)
10866 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
10867 variables and functions.
10868
3e2d70fd
SM
108692011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
10870
10871 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
10872 (completion-in-region-mode): New minor mode.
10873 (completion-in-region): Use it.
10874 (completion-in-region--data, completion-in-region-mode-map): New vars.
10875 (completion-in-region--postch): New function.
10876 (completion--capf-misbehave-funs, completion--capf-safe-funs):
10877 New vars.
10878 (completion--capf-wrapper): New function.
10879 (completion-at-point): Use it to track well-behavedness of
10880 hook functions.
10881 (completion-help-at-point): New command.
10882
f3e4086c
JM
108832011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
10884
10885 * vc/add-log.el (add-change-log-entry): Don't use whitespace
10886 syntax class to search for whitespace on a single line
10887 (Message-ID: <4D938140.4030905@redhat.com>).
10888
eb7ffc14
LL
108892011-03-30 Leo Liu <sdl.web@gmail.com>
10890
10891 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
10892 New commands.
10893 (edit-abbrevs-map): Bind them here.
10894 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
10895
d806ab68
KM
108962011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
10897
10898 * allout.el (allout-hide-by-annotation, allout-flag-region):
10899 Reduce possibility of overlay leakage by making them volatile.
10900
10901 * allout-widgets.el (allout-widgets-tally): Define as nil so the
10902 hash is not shared between buffers. Mode initialization is
10903 responsible for giving it a useful starting value.
10904 (allout-item-span): Reduce possibility of overlay leakage by
10905 making them volatile.
10906 (allout-widgets-count-buttons-in-region): Add diagnostic function
10907 for tracking down button overlay leaks.
10908
ea622834
LL
109092011-03-29 Leo Liu <sdl.web@gmail.com>
10910
10911 * ido.el (ido-read-internal): Use the default history var
10912 minibuffer-history if no HISTORY is specified.
10913
b62f8267
G
109142011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
10915
03408648
SM
10916 * net/imap.el (imap-shell-open, imap-process-connection-type):
10917 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
10918 Kerberos, SSL, other subprocesses.
10919
947b6566
LL
109202011-03-28 Leo Liu <sdl.web@gmail.com>
10921
10922 * abbrev.el (abbrev-table-empty-p): New function.
10923 (prepare-abbrev-list-buffer): Place empty abbrev tables after
10924 nonempty ones. (Bug#5937)
10925
5ffb62aa
JD
109262011-03-27 Jan Djärv <jan.h.d@swipnet.se>
10927
10928 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
10929
7a097943
LL
109302011-03-27 Leo Liu <sdl.web@gmail.com>
10931
10932 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
10933 for foreground and background colors.
10934 (ansi-color-make-color-map): Adapt.
10935
c5b40130
LL
109362011-03-25 Leo Liu <sdl.web@gmail.com>
10937
1f48f7d2
LL
10938 * midnight.el (midnight-time-float): Remove. Note it calculates
10939 the microsecond component incorrectly and seconds-to-time does the
10940 same job.
625897ec 10941 Remove redundant (require 'timer).
1f48f7d2 10942
c5b40130
LL
10943 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
10944 (ido-completions): Remove unused arguments. (Bug#8329)
10945
d86d2721
SM
109462011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10947
10948 * minibuffer.el (completion--flush-all-sorted-completions):
10949 Remove itself from hook.
10950 (completion-at-point): Let the functions perform the completion
10951 immediately and return nil or t.
10952 * comint.el (comint-dynamic-complete-functions): Now identical to
10953 completion-at-point-functions.
10954 (comint-dynamic-list-input-ring): Remove unused var `index'.
10955 (comint--match-partial-filename, comint--unquote&expand-filename):
10956 New funs, split from comint-match-partial-filename.
10957 (comint-dynamic-complete): Use completion-at-point.
10958 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
10959
e8974c48
DA
109602011-03-24 Drew Adams <drew.adams@oracle.com>
10961
10962 * thingatpt.el: Support `defun'.
10963
def71b5e
LL
109642011-03-23 Leo Liu <sdl.web@gmail.com>
10965
cb5af48e
LL
10966 * abbrevlist.el: Move to obsolete/abbrevlist.el.
10967
def71b5e
LL
10968 * help-mode.el (help-mode-finish): Tweak regexp.
10969
927c53e7
GM
109702011-03-23 Glenn Morris <rgm@gnu.org>
10971
18d05bed
GM
10972 * eshell/esh-opt.el (eshell-eval-using-options):
10973 Do not bind unused local variable `eshell-option-stub'.
10974
927c53e7
GM
10975 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
10976
9d0da923
JB
109772011-03-22 Juanma Barranquero <lekktu@gmail.com>
10978
10979 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
10980 keymap variable in `with-no-warnings' to avoid a warning when the
10981 keymap has been already `defconst'ed.
10982
4b978a67
LL
109832011-03-22 Leo Liu <sdl.web@gmail.com>
10984
10985 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
10986 encode all chars in abbrevs; otherwise use emacs-mule or
10987 utf-8-emacs. (Bug#8308)
10988
5fd62452
JB
109892011-03-22 Juanma Barranquero <lekktu@gmail.com>
10990
0b1596c6
JB
10991 * simple.el (backward-delete-char-untabify):
10992 Avoid warning about using `delete-backward-char'.
10993
5fd62452
JB
10994 * image.el (image-type-file-name-regexps): Make it variable.
10995 `imagemagick-register-types' modifies it, and the user may want
10996 to add new extensions for known image types.
10997 (imagemagick-register-types): Throw error if not using ImageMagick.
10998
0b4e93f1
LL
109992011-03-22 Leo Liu <sdl.web@gmail.com>
11000
11001 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
11002 located before rcirc-prompt-end-marker.
11003 (rcirc-complete): Error if point is not after rcirc prompt.
11004 Handle the case when table is nil.
9882e214 11005 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 11006
fccee4ab
CY
110072011-03-22 Chong Yidong <cyd@stupidchicken.com>
11008
11009 * custom.el (custom--inhibit-theme-enable): Make it affect only
11010 custom-theme-set-variables and custom-theme-set-faces.
11011 (provide-theme): Ignore custom--inhibit-theme-enable.
11012 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
11013 (custom-enabling-themes): Delete variable.
d86d2721
SM
11014 (enable-theme): Accept only loaded themes as arguments.
11015 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
11016 (custom-enabled-themes): Forbid themes from setting this.
11017 Eliminate use of custom-enabling-themes.
11018 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 11019
af896da6
LL
110202011-03-21 Leo Liu <sdl.web@gmail.com>
11021
11022 * ido.el (ido-read-internal): Add ido-selected to history instead
11023 of user input.
11024
78f64af0
SM
110252011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
11026
11027 * subr.el (deferred-action-list, deferred-action-function):
11028 Mark obsolete.
11029
b16ac1ec
LL
110302011-03-21 Leo Liu <sdl.web@gmail.com>
11031
810f7698
LL
11032 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
11033 change on 2011-02-13 (bug#8309).
11034
b16ac1ec
LL
11035 * minibuffer.el (read-file-name-function): Change default value.
11036 (read-file-name--defaults): Rename from read-file-name-defaults.
11037 (read-file-name-default): Rename from read-file-name.
11038 (read-file-name): Call read-file-name-function.
11039
4e05e67e
GM
110402011-03-21 Glenn Morris <rgm@gnu.org>
11041
11042 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
11043 Doc fixes.
11044
4359915b
CY
110452011-03-21 Chong Yidong <cyd@stupidchicken.com>
11046
11047 * cus-theme.el: Add missing provide statement.
11048 (customize-create-theme): Extract theme value correctly.
11049 (custom-theme-visit-theme): Autoload.
11050 (customize-create-theme): Prompt before inserting default faces.
11051
1fe275ee
JB
110522011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
11053
11054 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
11055 units and musical notes.
11056
cd394be1 110572011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
11058
11059 * ido.el (ido-read-internal): Use completing-read-default.
11060 (ido-completing-read): Fix compatibility with completing-read.
11061
7d476bde
CO
110622011-03-20 Christian Ohler <ohler@gnu.org>
11063
11064 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
11065 (ert-delete-all-tests): Use `called-interactively-p' rather than
11066 `interactive-p'.
11067 (ert--make-xrefs-region): Respect END.
11068
fe0fb33e
CY
110692011-03-19 Chong Yidong <cyd@stupidchicken.com>
11070
ff854b0b
CY
11071 * dired-aux.el (dired-create-directory): Signal an error if the
11072 directory already exists (Bug#8246).
11073
fe0fb33e
CY
11074 * facemenu.el (list-colors-display): Call list-faces-display
11075 inside with-help-window.
11076 (list-colors-print): Use display property to align the final
11077 column, instead of checking window-width.
11078
576bce32
EZ
110792011-03-19 Eli Zaretskii <eliz@gnu.org>
11080
4d61f28d 11081 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
11082 windows-nt systems.
11083 (emerge-protect-metachars): Quote correctly for ms-dos and
11084 windows-nt systems.
11085
89c41d68 110862011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
11087
11088 * info.el (info-initialize): Replace all uses of `:' with
11089 path-separator for compatibility with non-Unix systems.
11090 Cache quoting of path-separator. (Bug#8258)
11091
b14e3e21 110922011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
11093
11094 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
11095 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
11096 (mouse-avoidance-mode): Fix typos in docstrings.
11097
4525ce3e
CY
110982011-03-19 Chong Yidong <cyd@stupidchicken.com>
11099
11100 * startup.el (package-subdirectory-regexp): Move from package.el.
11101 Omit \\` and \\', and let callers add them.
11102
11103 * emacs-lisp/package.el (package-strip-version)
11104 (package-load-all-descriptors): Add \\` and \\' to
11105 package-subdirectory-regexp before using it.
11106 (package-untar-buffer): New arg DIR; ensure that file untars only
11107 into this expected directory. Remove superfluous delete-region.
11108 (package-unpack): Caller changed.
11109 (package-tar-file-info): Use package-subdirectory-regexp.
11110
a904a09a 111112011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 11112
a904a09a
SM
11113 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
11114 diff-mode-shared-map (bug#8284).
11115 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
11116
111172011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11118
11119 * calendar/time-date.el (format-seconds): Use assoc instead of
11120 assoc-string, since assoc-string doesn't exist in XEmacs.
11121
171fc304
JB
111222011-03-17 Juanma Barranquero <lekktu@gmail.com>
11123
11124 * custom.el (custom-known-themes): Reflow docstring.
11125 (custom-theme-load-path): Fix typo in docstring.
11126 (load-theme): Fix typo in error message.
11127 (custom-available-themes, custom-variable-theme-value):
11128 Use `let', not `let*'.
11129
d71990a1
JB
111302011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
11131
11132 * calc/README: Mention inclusion of musical notes.
11133
11134 * calc/calc-units.el (calc-lu-quant): Rename from
11135 `calc-logunits-quantity'.
11136 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
11137 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
11138 (calc-db): Rename from `calc-dblevel'.
11139 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
11140 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
11141 (calc-np): Rename from `calc-nplevel'.
11142 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
11143 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
11144 (calc-lu-plus): Rename from `calc-logunits-add'.
11145 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
11146 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
11147 (calc-lu-minus): Rename from `calc-logunits-sub'.
11148 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
11149 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
11150 (calc-lu-times): Rename from `calc-logunits-mul'.
11151 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
11152 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
11153 (calc-lu-divide): Rename from `calc-logunits-div'.
11154 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
11155 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
11156
11157 * calc/calc-ext.el (calc-init-extensions): Update the names of the
11158 functions being autoloaded.
11159
11160 * calc/calc.el (calc-lu-power-reference): Rename from
11161 `calc-logunits-power-reference'.
11162 (calc-lu-field-reference): Rename from
11163 `calc-logunits-field-reference'.
11164
7a71b18d
GM
11165 * calc/calc-help.el (calc-l-prefix-help):
11166 Mention musical note functions.
d71990a1 11167
40c2934b
SM
111682011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
11169
11170 * minibuffer.el (completion-all-sorted-completions):
11171 Use :completion-cycle-penalty text property if present.
11172
b0911414
KM
111732011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
11174
11175 * allout.el (allout-yank-processing): Adjust for new rebulleting
11176 regime so bullet being yanked is used without prompting the user
11177 for a choice.
11178
8a05b668
JB
111792011-03-16 Juanma Barranquero <lekktu@gmail.com>
11180
11181 * startup.el (command-line): Warn the user that _emacs is deprecated.
11182
5ba5fb81
JB
111832011-03-16 Juanma Barranquero <lekktu@gmail.com>
11184
11185 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
11186 (delphi-verbose, delphi-comment-face, delphi-string-face)
11187 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
11188 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
11189 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
11190 (delphi-new-comment-line, delphi-font-lock-defaults)
11191 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
11192 Fix typos in docstrings.
11193
2dab465b
KM
111942011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
11195
5ba5fb81 11196 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
11197 Invert the roles of character and string values for INSTEAD, so a
11198 string is used for the more common case of a defaulting prompt.
11199
0adf5618
SM
112002011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11201
11202 * progmodes/ruby-mode.el (ruby-backward-sexp):
11203 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
11204 * play/gamegrid.el (gamegrid-make-face):
11205 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
11206 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
11207 * notifications.el (notifications-notify):
11208 * net/xesam.el (xesam-search-engines):
11209 * net/quickurl.el (quickurl-list-insert):
11210 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
11211
d72700e5
CY
112122011-03-15 Chong Yidong <cyd@stupidchicken.com>
11213
11214 * startup.el (command-line): Update package subdirectory regexp.
11215
49c5410a
SM
112162011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11217
c6eee9aa
SM
11218 * allout.el (allout-abbreviate-flattened-numbering)
11219 (allout-mode-deactivate-hook): Fix up obsolescence "date".
11220
49c5410a
SM
11221 * subr.el (read-char-choice): Only show the cursor after the prompt,
11222 not after the answer.
11223
047b2bb9
KR
112242011-03-15 Kevin Ryde <user42@zip.com.au>
11225
11226 * help-fns.el (variable-at-point): Skip leading quotes, if any
11227 (bug#8253).
11228
0a57d256
SM
112292011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11230
11231 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
11232 warning message.
11233
77c992bc
MA
112342011-03-14 Michael Albinus <michael.albinus@gmx.de>
11235
11236 * shell.el (shell): When called interactively, offer to change the
11237 shell file name on remote hosts.
11238
eebc475d
TZ
112392011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
11240
11241 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
11242 integration for LDAP parameters. The host, base, user or binddn,
11243 and secret tokens can be specified in a netrc file, for instance.
11244 This is optional because an `auth-source' parameter must be
11245 specified in the search attributes.
11246
9d05d1ba
JB
112472011-03-13 Juanma Barranquero <lekktu@gmail.com>
11248
11249 * help.el (describe-mode): Link to the mode's definition (bug#8185).
11250
09d9db2c
GM
112512011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11252
11253 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
11254 into declaration. Remove redundant and harmful binding.
11255
112562011-03-12 Eli Zaretskii <eliz@gnu.org>
11257
11258 * files.el (file-ownership-preserved-p): Pass `integer' as an
11259 explicit 2nd argument to `file-attributes'. If the file's owner
11260 is the Administrators group on Windows, and the current user is
11261 Administrator, consider that a match.
11262
11263 * server.el (server-ensure-safe-dir): Consider server directory
11264 safe on MS-Windows if its owner is the Administrators group while
11265 the current Emacs user is Administrator. Use `=' to compare
11266 numerical UIDs, since they could be integers or floats.
11267
219bd536
JB
112682011-03-12 Juanma Barranquero <lekktu@gmail.com>
11269
11270 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
11271
f3afd36b
MA
112722011-03-12 Michael Albinus <michael.albinus@gmx.de>
11273
11274 Sync with Tramp 2.2.1.
11275
11276 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
11277
11278 * net/trampver.el: Update release number.
11279
3aaaa6f1
SM
112802011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11281
94642599
SM
11282 * progmodes/compile.el (compilation--previous-directory): Fix up
11283 various nil/dead-marker mismatches (bug#8014).
11284 (compilation-directory-properties, compilation-error-properties):
11285 Don't call it at a position past the one we're about to change.
11286
3aaaa6f1
SM
11287 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
11288 Disable obsolescence warnings in the file that declares it.
11289
14239447
KM
112902011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
11291
099c39a4
JB
11292 * allout-widgets.el (allout-widgets-tally):
11293 Initialize allout-widgets-tally as a hash table rather than nil to
11294 prevent mode-line redisplay warnings. Also, clarify the module
11295 description and fix a comment typo.
14239447 11296
135e287c
JB
112972011-03-11 Juanma Barranquero <lekktu@gmail.com>
11298
11299 * help-fns.el (describe-variable): Don't complete keywords.
11300 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
11301
ffbf300e
CY
113022011-03-10 Chong Yidong <cyd@stupidchicken.com>
11303
ba08b241
CY
11304 * emacs-lisp/package.el (package-version-join): Impose a standard
11305 string representation for pre/alpha/beta version lists.
11306 (package-unpack-single): Standardize the directory name by passing
11307 it through package-version-join.
11308 (package-strip-rcs-id): Accept any version string that does not
11309 signal an error in version-to-list.
ffbf300e 11310
f346fd6b
MA
113112011-03-10 Michael Albinus <michael.albinus@gmx.de>
11312
11313 * simple.el (delete-trailing-whitespace): Return nil for the
11314 benefit of `write-file-functions'.
11315
ccb55d27
GM
113162011-03-10 Glenn Morris <rgm@gnu.org>
11317
5ceaac0c
GM
11318 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
11319
02da65ff
GM
11320 * vc/vc-git.el (vc-git-program): New option.
11321 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
11322 (vc-git--call): Use it.
11323
b2f603cc
GM
11324 * eshell/esh-util.el (eshell-condition-case): Doc fix.
11325
5772caab
GM
11326 * cus-edit.el (Custom-newline): If no button at point, look
11327 for a subgroup button at start-of-line. (Bug#2298)
11328
ccb55d27
GM
11329 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
11330
ec6ecaed
JD
113312011-03-10 Julien Danjou <julien@danjou.info>
11332
11333 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
11334 `cursor-type' is nil.
11335
9d5aa01d
JB
113362011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
11337
11338 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
11339
b6a5875b
KM
113402011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
11341
7a71b18d 11342 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
11343 preserves the existing header prefix, rebulleting it if necessary,
11344 rather than replacing it. This is necessary for proper operation
11345 of cooperative addons like allout-widgets.
1154d12e
JB
11346 (allout-make-topic-prefix, allout-rebullet-heading):
11347 Change SOLICIT arg to INSTEAD, and interpret additionally a string
11348 value as alternate bullet to be used, instead of prompting the user
11349 for a bullet character.
b6a5875b 11350
ee545c35
MA
113512011-03-09 Michael Albinus <michael.albinus@gmx.de>
11352
d86d2721
SM
11353 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11354 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
11355 `tramp-default-port'.
11356
c47971d7
DD
113572011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
11358
11359 * net/rcirc.el (rcirc-handler-001): Remove useless
11360 with-rcirc-process-buffer.
11361 (rcirc-check-auth-status): Swap arguments to string-match.
11362
13522cb4
GM
113632011-03-09 Glenn Morris <rgm@gnu.org>
11364
0be6f4f1
GM
11365 * shell.el (shell-mode):
11366 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
11367
13522cb4
GM
11368 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
11369 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
11370
515de2e3
CY
113712011-03-08 Chong Yidong <cyd@stupidchicken.com>
11372
11373 * emacs-lisp/package.el (package-refresh-contents)
11374 (package-menu-execute): Use condition-case-no-debug.
11375
b511b994
MA
113762011-03-08 Michael Albinus <michael.albinus@gmx.de>
11377
11378 * simple.el (shell-command-to-string): Use `process-file'.
11379
11380 * emacs-lisp/package.el (package-tar-file-info): Handle also
11381 remote files.
11382
d86d2721
SM
11383 * emacs-lisp/package-x.el (package-upload-buffer-internal):
11384 Use `equal' for upload base check.
b511b994 11385
25bbfb31
AM
113862011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
11387
11388 * textmodes/texinfo.el (texinfo-environments):
11389 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
11390
be996521
GM
113912011-03-08 Glenn Morris <rgm@gnu.org>
11392
e9c8529f
GM
11393 * cus-start.el (cursor-in-non-selected-windows):
11394 Fix :set quoting oddness. (Bug#8192)
11395
be996521
GM
11396 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
11397 in some setf expressions. (Bug#2159)
11398
2bb5649e
CY
113992011-03-08 Chong Yidong <cyd@stupidchicken.com>
11400
11401 * custom.el (custom-available-themes): Return themes in
11402 alphabetical order.
11403
33383987 11404See ChangeLog.15 for earlier changes.
e3d51b27
MR
11405
11406;; Local Variables:
11407;; coding: utf-8
e3d51b27
MR
11408;; End:
11409
acaf905b 11410 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
11411
11412 This file is part of GNU Emacs.
11413
11414 GNU Emacs is free software: you can redistribute it and/or modify
11415 it under the terms of the GNU General Public License as published by
11416 the Free Software Foundation, either version 3 of the License, or
11417 (at your option) any later version.
11418
11419 GNU Emacs is distributed in the hope that it will be useful,
11420 but WITHOUT ANY WARRANTY; without even the implied warranty of
11421 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11422 GNU General Public License for more details.
11423
11424 You should have received a copy of the GNU General Public License
11425 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.