* ibuffer.el (ibuffer-redisplay): Remove gratuitous error.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
de5939ba
CS
12012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
2
3 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
4 (Bug#10987).
5
0c93eabf
CY
62012-03-11 Chong Yidong <cyd@gnu.org>
7
397a688f
CY
8 * simple.el (goto-line): Doc fix (Bug#9938).
9
2cc775f9
CY
10 * subr.el (save-window-excursion): Doc fix (Bug#9979).
11
0c93eabf
CY
12 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
13 when finished (Bug#10963).
14
c491fa41
MR
152012-03-11 Martin Rudalics <rudalics@gmx.at>
16
17 * window.el (split-window-below): Fix bug in case where
18 split-window-keep-point is nil (Bug#10971).
19
300e8fa5
JL
202012-03-11 Juri Linkov <juri@jurta.org>
21
22 * replace.el (replace-highlight): Set isearch-word to nil
23 unconditionally. (Bug#10887)
24
dbf6c5a1
EZ
252012-03-10 Eli Zaretskii <eliz@gnu.org>
26
27 * net/mairix.el (mairix-replace-invalid-chars): Rename from
28 mairix-replace-illegal-chars; all callers changed. Don't remove
29 ^, ~, and = characters: they are meaningful in mairix search
30 specs.
31 (mairix-widget-create-query): Add usage information about mairix
32 search forms: negating words, searching for substrings, etc.
33
b9e501de
JP
342012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
35
36 * international/fontset.el (font-encoding-alist): Add an entry for
37 ksx1001 (Bug#5667).
38
92795c91
RS
392012-03-10 Richard Stallman <rms@gnu.org>
40
1694e6c1
RS
41 * mail/sendmail.el (mail-encode-header):
42 Set rfc2047-encode-encoded-words.
43
607e8555
RS
44 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
45
de3bc99a
RS
46 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
47 view buffer means not swapped.
48 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
49 (rmail-write-region-annotate): Error if real text has disappeared.
50
92795c91
RS
51 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
52
699bd04e
CY
532012-03-10 Chong Yidong <cyd@gnu.org>
54
55 * emulation/cua-rect.el (cua--init-rectangles):
56 * emulation/cua-base.el (cua--init-keymaps): Add
57 delete-forward-char to remappings (Bug#9666).
58
570a1714
MR
592012-03-10 Martin Rudalics <rudalics@gmx.at>
60
61 * speedbar.el (speedbar-unhighlight-one-tag-line): Avoid
62 unhighlighting due to frame switching (Bug#10275).
63
82dcf4e4
CY
642012-03-10 Chong Yidong <cyd@gnu.org>
65
7a2c7ca7
CY
66 * minibuffer.el (completion-in-region, completion-help-at-point):
67 Give the completion field overlay a high priority (Bug#6830).
68
82dcf4e4
CY
69 * dired.el (dired-goto-file): Recognize absolute file name
70 listings (Bug#7126).
71 (dired-goto-file-1): New helper function.
72 (dired-toggle-read-only): Inhibit warnings.
73
052e28ac
MA
742012-03-09 Michael Albinus <michael.albinus@gmx.de>
75
76 * net/dbus.el: (dbus-property-handler): Return empty array if
77 there are no properties.
78
95d5e396
LL
792012-03-09 Leo Liu <sdl.web@gmail.com>
80
81 * savehist.el (savehist-printable): Stricter check for string
82 value (Bug#10937).
83
3f018d6d
EZ
842012-03-09 Eli Zaretskii <eliz@gnu.org>
85
86 * mail/smtpmail.el (smtpmail-send-it): Bind
87 coding-system-for-write to *-unix, so that FCC files are kept in
88 valid mbox format.
89
f7fd3d79
GM
902012-03-09 Glenn Morris <rgm@gnu.org>
91
92 * files.el (dir-locals-find-file):
93 Don't check result is regular, readable.
94 (dir-locals-read-from-file): Demote errors.
95
6ff6e72f
EZ
962012-03-08 Eli Zaretskii <eliz@gnu.org>
97
98 * international/quail.el (quail-insert-kbd-layout): Insert
99 invisible LRM characters before each character in a keyboard
100 layout cell, to prevent their reordering by bidi display engine.
101 For details, see the discussion in
102 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
103
9cec7834
AM
1042012-03-08 Alan Mackenzie <acm@muc.de>
105
106 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
107 the starting position; make it extend the marked region when
108 invoked repeatedly - all under appropriate circumstances.
109 Fixes bugs #5525, #10906.
110
9a40b8d4
GM
1112012-03-08 Glenn Morris <rgm@gnu.org>
112
113 * files.el (locate-dominating-file, dir-locals-find-file):
114 Undo 2012-03-06 change.
115
7a08ed35
EZ
1162012-03-07 Eli Zaretskii <eliz@gnu.org>
117
118 * international/quail.el (quail-help): Force
119 bidi-paragraph-direction be left-to-right. See discussion in
120 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
121 for the reason.
122
5aca4f71 1232012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
124
125 Avoid superfluous registering of signals. (Bug#10807)
126
127 * notifications.el (notifications-on-action-object)
128 (notifications-on-close-object): New defvars.
129 (notifications-on-action-signal, notifications-on-closed-signal):
130 Unregister the signal if not needed any longer.
131 (notifications-notify): Register `notifications-action-signal' or
132 `notifications-closed-signal', if :on-action or :on-close has been
133 passed as argument.
134
78e8b10a
CY
1352012-03-07 Chong Yidong <cyd@gnu.org>
136
137 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
138 non-X platforms.
139
69481eb8
GM
1402012-03-06 Glenn Morris <rgm@gnu.org>
141
142 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
143 (x-disown-selection-internal, x-get-selection-internal):
144 Doc fix (add arglist signatures). (Bug#10783)
145
133b8e11
KS
1462012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
147
148 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
149 Handle breakpoints with no "type".
150
99a83064
GM
1512012-03-06 Glenn Morris <rgm@gnu.org>
152
153 * files.el (locate-dominating-file): Add optional predicate argument.
154 (dir-locals-find-file): Make use of above change.
155
17798e78
TTN
1562012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
157
158 * info.el (Info-insert-dir): Also try "dir.gz".
159
eb182446
GM
1602012-03-06 Glenn Morris <rgm@gnu.org>
161
8f2114ee
GM
162 * files.el (dir-locals-find-file):
163 Ignore non-readable or non-regular files. (Bug#10928)
164
eb182446
GM
165 * files.el (locate-dominating-file): Doc fix.
166
24679323
AS
1672012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
168
169 * calendar/calendar.el (calendar-set-mode-line):
170 `getenv' returns a string. (Bug#10951)
171
01d972a9
LL
1722012-03-05 Leo Liu <sdl.web@gmail.com>
173
109aa8a9
LL
174 * simple.el (backward-delete-char-untabify): Constrain point to
175 field (Bug#10939).
176
01d972a9
LL
177 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
178
10607bea
CY
1792012-03-05 Chong Yidong <cyd@gnu.org>
180
181 * simple.el (count-words): If called from Lisp, return the word
182 count, for symmetry with `count-lines'. Arglist changed.
183 (count-words--message): Args changed. Consolidate counting code
184 from count-words and count-words-region.
185 (count-words-region): Caller changed.
186 (count-lines-region): Make it an obsolete alias.
187
5dd11cfe
TH
1882012-03-04 Tassilo Horn <tassilo@member.fsf.org>
189
190 * saveplace.el (save-place-to-alist)
191 (save-place-ignore-files-regexp): Allow value nil to disable this
192 feature.
193
c349f4e6
CY
1942012-03-04 Chong Yidong <cyd@gnu.org>
195
196 * faces.el (face-spec-reset-face): For the default face, reset the
197 attributes to default values (Bug#10748).
198
e627be4c
LMI
1992012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
200
201 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
202 previous patch: Check `message-send-mail-function', and not the
203 default function (bug#10897).
204
ebeabff4
MA
2052012-03-04 Michael Albinus <michael.albinus@gmx.de>
206
a41a6cf4
MA
207 * notifications.el (notifications-on-action-signal)
208 (notifications-on-closed-signal): Check for unique service name of
209 incoming event. Fix error in removing entry.
ebeabff4 210 (top): Register for signals with wildcard service name.
a41a6cf4 211 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 212
c1ca42b4
CY
2132012-03-04 Chong Yidong <cyd@gnu.org>
214
215 * cus-start.el: Make x-select-enable-clipboard-manager
216 customizable.
217
ea16568d
GM
2182012-03-04 Glenn Morris <rgm@gnu.org>
219
220 * abbrev.el (copy-abbrev-table, abbrev-table-p)
221 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
222 (expand-abbrev, define-abbrev-table): Doc fixes.
223
fbae4637
LMI
2242012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
225
226 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
227 `message-default-send-mail-function' and not `send-mail-function'
228 when doing the prompting for `sendmail-query-once' before sending
229 in Message buffers (bug#10897).
230
a1e7225c
LMI
231 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
232 This is inconsistent with all the other stream functions, which leave
233 the setting up to the higher levels (if so wanted) (bug#10931).
234
56d093a9
AM
2352012-03-02 Alan Mackenzie <acm@muc.de>
236
237 Depessimize the handling of very large macros.
238
239 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
240 (c-macro-cache-syntactic): New variables to implement a one
241 element macro cache.
242 (c-invalidate-macro-cache): New function.
243 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
244 Adapt to use the new cache.
245 (c-state-safe-place): Use better the cache of safe positions.
246 (c-state-semi-nonlit-pos-cache)
247 (c-state-semi-nonlit-pos-cache-limit):
248 New variables for...
249 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
250 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
251 (c-in-literal, c-literal-limits, c-determine-limit-get-base): Use
252 c-state-semi-safe-place.
253
254 * progmodes/cc-langs.el (c-get-state-before-change-functions): Add
255 c-invalidate-macro-cache to the C, C++, Obj entries.
256
817e5c3d
MA
2572012-03-02 Michael Albinus <michael.albinus@gmx.de>
258
259 * jka-compr.el (jka-compr-call-process): Apply
260 `file-accessible-directory-p' only when the default directory is
261 not remote.
262
a032a702
MA
2632012-03-01 Michael Albinus <michael.albinus@gmx.de>
264
265 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
266 access of FILE2, if FILE1 does not exist.
267
99a54f21
MA
268 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
269 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
270
271 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
272 Add "PAGER=" to `process-environment'.
273
f6561e1f
MM
2742012-03-01 Michael R. Mauger <mmaug@yahoo.com>
275
276 * progmodes/sql.el: Bug fix
277 (sql-get-login-ext): Save login values in globals.
278 (sql-get-login): Use new version of `sql-get-login-ext'.
279 (sql-interactive-mode): Set global `sql-connection' to nil.
280 (sql-connect): Set global values for connection.
281 (sql-product-interactive): Save global values as buffer local.
282
2d44d9cc
LL
2832012-02-29 Leo Liu <sdl.web@gmail.com>
284
285 * abbrev.el (define-abbrevs): Reset sys to nil.
286
96b49301 2872012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
288
bf7f9bc5
JB
289 * files.el (file-equal-p): Rename from `files-equal-p'.
290 Return nil when one or both files don't exist.
96b49301 291 (file-subdir-of-p): Now only top directory must exists,
292 return nil if it doesn't.
bf7f9bc5
JB
293 (copy-directory): No need to test with `file-subdir-of-p' after
294 creating dir.
295 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
296 to `file-equal-p'.
96b49301 297
44e97401
GM
2982012-02-28 Glenn Morris <rgm@gnu.org>
299
300 * shell.el (shell-mode):
301 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
302 * play/landmark.el (landmark-font-lock-face-O):
303 * play/handwrite.el (handwrite):
304 * play/gomoku.el (gomoku-O):
305 * net/browse-url.el (browse-url-browser-display):
306 * international/mule.el (define-charset):
307 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
308 * filesets.el (filesets-find-file-delay):
309 * eshell/em-xtra.el (eshell-xtra):
310 * eshell/em-unix.el (eshell-grep):
311 * emulation/viper.el (viper-mode):
312 * emacs-lisp/regexp-opt.el (regexp-opt-group):
313 * emacs-lisp/easymenu.el (easy-menu-define):
314 * calendar/timeclock.el (timeclock-use-display-time):
315 * bs.el (bs-mode):
316 * bookmark.el (bookmark-save-flag):
317 Doc fix (standardize possessive apostrophe usage).
318
c98c6276
CY
3192012-02-27 Chong Yidong <cyd@gnu.org>
320
bf7f9bc5
JB
321 * emulation/viper-cmd.el (viper-intercept-ESC-key):
322 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 323
c98c6276
CY
324 * font-lock.el (font-lock-specified-p): Rename from
325 font-lock-spec-present. Callers changed.
326
9c62cd04 3272012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 328
bf7f9bc5
JB
329 * emacs-lisp/package.el (package-compute-transaction):
330 Handle holding a package version to t in package-load-list.
8ac9e529 331
530739c9
MA
3322012-02-26 Michael Albinus <michael.albinus@gmx.de>
333
334 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
335 (tramp-get-inode, tramp-get-device): Use cached values.
336
487915d7
AM
3372012-02-26 Alan Mackenzie <acm@muc.de>
338
339 Check there is a font-lock specification before doing initial
340 fontification.
341
342 * font-core.el (font-lock-mode): Move the conditional from
343 :after-hook to font-lock-initial-fontify.
344 (font-lock-default-function): Move the check for a specification
345 to font-lock-spec-present.
346
347 * font-lock.el (font-lock-initial-fontify): call ...
348 (font-lock-spec-present): New function.
349
4fd96557
JB
3502012-02-26 Jim Blandy <jimb@red-bean.com>
351
352 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
353 (gdb-send): Apply it to the operand of the '-interpreter-exec
354 console' command, so that we can pass arguments with (say) quotes
355 in them. Store exact string sent in gdb-debug-log (Bug#10765).
356
9a4888c0
CY
3572012-02-26 Chong Yidong <cyd@gnu.org>
358
07498861
CY
359 * help-fns.el (describe-function-1): Clarify description of
360 remapping (Bug#10844).
361
9a4888c0
CY
362 * files.el (files-equal-p): Doc fix.
363 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
364 and quit the loop once a mismatch is found.
365
ea8fb88d
JB
3662012-02-25 Juanma Barranquero <lekktu@gmail.com>
367
368 * bs.el (bs--show-with-configuration): Don't throw an error
369 if the window cannot be split; otherwise, subsequent calls to
370 bs-show fail, restoring a stale window config. (Bug#10882)
371
525795c1
JD
3722012-02-25 Jan Djärv <jan.h.d@swipnet.se>
373
374 * term/ns-win.el (global-map): Bind ns-drag-file to
375 ns-find-file (Bug#5855, Bug#10050).
376
f008086f
AS
3772012-02-25 Andreas Schwab <schwab@linux-m68k.org>
378
379 * calendar/parse-time.el (parse-time-string): Allow extractor to
380 return nil.
381
a3fcfa99
MA
3822012-02-25 Michael Albinus <michael.albinus@gmx.de>
383
91027d08
JB
384 * net/tramp.el (tramp-file-name-for-operation):
385 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
386
387 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
388 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
389 Add COPY-CONTENTS argument.
a3fcfa99 390
67b0de11
CY
3912012-02-25 Chong Yidong <cyd@gnu.org>
392
393 Add custom groups for VC backends, for consistency with vc-bzr.
394
395 * vc/vc-arch.el (vc-arch):
396 * vc/vc-cvs.el (vc-cvs):
397 * vc/vc-git.el (vc-git):
398 * vc/vc-hg.el (vc-hg):
399 * vc/vc-mtn.el (vc-mtn):
400 * vc/vc-rcs.el (vc-rcs):
401 * vc/vc-sccs.el (vc-sccs):
402 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
403 All relevant defcustoms reassigned.
404
3c9dfce6
CY
4052012-02-25 Chong Yidong <cyd@gnu.org>
406
1339bf43
CY
407 * newcomment.el (comment-styles): Add autoload (Bug#10868).
408
3c9dfce6
CY
409 * term/x-win.el (x-initialize-window-system): Reduce default for
410 x-selection-timeout to 5 seconds (Bug#8869).
411
53a46cd0 4122012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14a8a663 413
53a46cd0 414 * files.el (file-subdir-of-p): Fix typo.
14a8a663 415
25b2e303 4162012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
417
ec70a47d
GM
418 * files.el (files-equal-p, file-subdir-of-p): New functions.
419 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 420 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
421 * dired-aux.el (dired-copy-file-recursive): Same.
422 (dired-create-files): Modify destination when source is equal to
423 dest when copying files.
53a46cd0 424 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 425
914260cd
MA
4262012-02-24 Michael Albinus <michael.albinus@gmx.de>
427
428 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
429 (Bug#10874)
430
2cb228f7
AM
4312012-02-23 Alan Mackenzie <acm@muc.de>
432
433 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
434 parameter "after-hook:" to allow the expansion to run code after
435 the execution of the mode hooks.
436
437 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 438 from font-lock-mode-internal.
2cb228f7 439
91027d08 440 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
441 :after-hook.
442
8f0fde21
SM
4432012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
444
3e88618b
SM
445 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
446 (completion--cache-all-sorted-completions): New function.
447 (completion-all-sorted-completions): Use it.
448 (completion--do-completion, minibuffer-force-complete):
449 Use it to re-instate the flush hook.
450
8f0fde21
SM
451 * icomplete.el (icomplete-completions): Replace last fix with a better
452 one (bug#10850).
453
8e911f6f
DG
4542012-02-23 Dmitry Gutov <dgutov@yandex.ru>
455
456 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
457 when it might call us back infinitely (bug#10797).
458
49fe4321
GM
4592012-02-23 Glenn Morris <rgm@gnu.org>
460
461 * minibuffer.el (completion-category-overrides): Doc fix.
462
b291b572
SM
4632012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
464
465 * minibuffer.el (completion-table-with-context): Fix inf-loop.
466 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
467
31a9ef2e
GM
4682012-02-23 Glenn Morris <rgm@gnu.org>
469
5e6e6794 470 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
471 (authors-obsolete-files-regexps, authors-ignored-files)
472 (authors-ambiguous-files, authors-renamed-files-alist):
473 Add more entries.
474
0bd1e074
JL
4752012-02-23 Juri Linkov <juri@jurta.org>
476
477 * isearch.el (isearch-occur): Sync interactive spec with occur's
478 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
479
b617673c
JL
480 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
481
19e9789e
JL
4822012-02-22 Juri Linkov <juri@jurta.org>
483
484 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
485 (ucs-insert): Doc fix. Check for hex digits in the string.
486 Don't display `nil' in the error message. (Bug#10857)
487
f41ce09d
AM
4882012-02-22 Alan Mackenzie <acm@muc.de>
489
7a71b18d 490 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 491
ac2eceee
GM
4922012-02-22 Glenn Morris <rgm@gnu.org>
493
494 * ffap.el (ffap-c-path):
495 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
496
abd1f678
CY
4972012-02-22 Chong Yidong <cyd@gnu.org>
498
499 * custom.el (load-theme): Doc fix.
500
f25aef2e
GM
5012012-02-22 Glenn Morris <rgm@gnu.org>
502
503 * dired-x.el (dired-guess-shell-alist-default):
504 Remove escape sequences from nroff output. (Bug#172)
505
5f8dc2ca
GM
5062012-02-21 Glenn Morris <rgm@gnu.org>
507
6ff86ec4
GM
508 * vc/emerge.el (emerge-defvar-local):
509 Set `permanent-local' property rather than unused `preserved'.
510
be3223a3 511 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
512 (picture-mode-map): Use it. (Bug#10860)
513 (picture-mode): Doc fix.
514
3fe58f4f
JB
5152012-02-21 Juanma Barranquero <lekktu@gmail.com>
516
517 * newcomment.el (uncomment-region-default): Remove unused binding.
518
f9a998c3
GM
5192012-02-21 Glenn Morris <rgm@gnu.org>
520
521 * textmodes/picture.el (picture-motion, picture-motion-reverse)
522 (picture-self-insert, picture-tab-chars): Doc fix.
523 (picture-mode-map): Fix C-a, C-e.
524
c6029348
GM
5252012-02-20 Glenn Morris <rgm@gnu.org>
526
527 * emacs-lisp/authors.el (authors-aliases): Add another entry.
528
ab1ce9d7
LL
5292012-02-20 Leo Liu <sdl.web@gmail.com>
530
531 * icomplete.el (icomplete-completions): Check FROM arg before
532 passing to substring (Bug#10850).
533
0fd40f89
CY
5342012-02-19 Chong Yidong <cyd@gnu.org>
535
536 * comint.el: Require ansi-color.
537 (comint-output-filter-functions): Add ansi-color-process-output.
538
539 * ansi-color.el: Don't set comint-output-filter-functions; it is
540 now in the initial value defined in comint.el.
541 (ansi-color-apply-face-function): New variable.
542 (ansi-color-apply-on-region): Use it.
543 (ansi-color-apply-overlay-face): New function.
544
545 * shell.el (shell): No need to require ansi-color.
546 (shell-mode): Use ansi-color-apply-face-function to highlight
547 color escapes using font-lock-face property (Bug#10835).
548
20af2394
CY
5492012-02-19 Chong Yidong <cyd@gnu.org>
550
551 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
552 mode-line formats (Bug#10839).
553
e23a3fbe
GM
5542012-02-18 Glenn Morris <rgm@gnu.org>
555
b474519e
GM
556 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
557
558 * mail/undigest.el (unforward-rmail-message): Doc fix.
559
e23a3fbe
GM
560 * saveplace.el (save-place-ignore-files-regexp): Add :version.
561
57939ff4
EZ
5622012-02-18 Eli Zaretskii <eliz@gnu.org>
563
564 * international/characters.el (script-list): Sync with the latest
565 Unicode Character Database.
566
0c23686e
AS
5672012-02-18 Andreas Schwab <schwab@linux-m68k.org>
568
569 * international/titdic-cnv.el: Remove duplicate coding tag.
570 * language/cham.el: Likewise.
571 * language/tai-viet.el: Likewise.
572
6818b449
GM
5732012-02-18 Glenn Morris <rgm@gnu.org>
574
575 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
576 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
577 (calendar-bahai-all-holidays-flag, calendar-other-dates):
578 * calendar/diary-lib.el (diary-abbreviated-year-flag):
579 * calendar/holidays.el (holiday-bahai-holidays)
580 (calendar-holidays, list-holidays):
581 Use utf-8 Bahá'í in doc-strings, menus, etc.
582
0311a3fc
TH
5832012-02-17 Tassilo Horn <tassilo@member.fsf.org>
584
585 * saveplace.el (save-place-ignore-files-regexp): New variable
586 allowing for excluding files from saving their location of point.
587 The default value matches the temporary commit message editing
588 files from Git, SVN, Bazaar, and Mercurial.
589 (save-place-to-alist): Use it.
590
eb864a71
LM
5912012-02-17 Lawrence Mitchell <wence@gmx.li>
592 Stefan Monnier <monnier@iro.umontreal.ca>
593
594 * newcomment.el (uncomment-region-default): Don't leave extra space
595 when an arg is provided (bug#8150).
596
ee0ce425
TZ
5972012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
598
eb864a71 599 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 600
95ddf442
GM
6012012-02-17 Glenn Morris <rgm@gnu.org>
602
603 * net/socks.el: Require network-stream. (Bug#10599)
604
48dd1e39 6052012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
606
607 * international/charprop.el:
608 * international/uni-name.el:
609 * international/uni-old-name.el:
610 * international/uni-comment.el: Regenerate.
611
d68cd087
GM
6122012-02-16 Glenn Morris <rgm@gnu.org>
613
614 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
615 Interactively in calendar buffer, give an error if not on a date.
616
13932042
GM
6172012-02-15 Glenn Morris <rgm@gnu.org>
618
619 * shell.el (shell-delimiter-argument-list):
620 Revert 2011-02-17 change. (Bug#8027)
621
c3a70e2b
CY
6222012-02-15 Chong Yidong <cyd@gnu.org>
623
60236b0d
CY
624 * minibuffer.el (completion-at-point-functions): Doc fix.
625
c3a70e2b
CY
626 * custom.el (defcustom): Doc fix; note use of defvar.
627
9f26dc24
GM
6282012-02-15 Glenn Morris <rgm@gnu.org>
629
630 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
631 Doc fixes.
632
6546b134
GM
6332012-02-14 Glenn Morris <rgm@gnu.org>
634
635 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
636
d29b2b4c
LI
6372012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
638
639 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
640 way the ports list is computed.
835bdcba
LI
641 (smtpmail-query-smtp-server): Prompt the user for a port number if
642 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 643
08dcdbc9
TZ
6442012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
645
646 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
647
2605051a
GM
6482012-02-13 Glenn Morris <rgm@gnu.org>
649
650 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
651
7ee99f32
TZ
6522012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
653
654 * net/gnutls.el (gnutls-trustfiles): New variable.
655 (gnutls-negotiate): Use it.
656
5f0af64f
LI
6572012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
658
659 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
660 does its stuff if Gnus is running.
661
c14fcc95
AM
6622012-02-13 Alan Mackenzie <acm@muc.de>
663
664 Fix a loop in c-set-fl-decl-start.
665
7a71b18d 666 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
667 c-backward-syntactic-ws actually moves backwards.
668
142b4d90
LL
6692012-02-13 Leo Liu <sdl.web@gmail.com>
670
671 * net/rcirc.el (rcirc-markup-attributes): Move point to the
672 beginning so that all \C-o chars are removed.
673
fa9958a6
TZ
6742012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
675
676 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group
677 tag.
678
0bc5886a
AM
6792012-02-12 Alan Mackenzie <acm@muc.de>
680
681 Fix infinite loop with long macros.
682 * cc-engine.el (c-state-safe-place): Handle macros properly.
683
d4bd55e7
CY
6842012-02-12 Chong Yidong <cyd@gnu.org>
685
686 * window.el (display-buffer): Doc fix (Bug#10785).
687
66f3fe22
GM
6882012-02-12 Glenn Morris <rgm@gnu.org>
689
bd7da63e
GM
690 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
691 (x-disown-selection-internal, x-get-selection-internal):
692 Sync docs with the xselect.c versions.
693
66f3fe22
GM
694 * allout-widgets.el: Add missing license notice.
695
3e0d2fa7
GM
6962012-02-11 Glenn Morris <rgm@gnu.org>
697
cfecdf09
GM
698 * select.el (x-get-selection-internal, x-own-selection-internal)
699 (x-disown-selection-internal):
700 * x-dnd.el (x-get-selection-internal): Update declarations.
701
6d216d7f
GM
702 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
703
2bed3f04
GM
704 * window.el (window-sides-slots):
705 * tool-bar.el (tool-bar-position):
706 * term/xterm.el (xterm-extra-capabilities):
707 * ses.el (ses-self-reference-early-detection):
708 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
709 (verilog-auto-wire-type)
710 (verilog-auto-delete-trailing-whitespace)
711 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
712 (verilog-auto-tieoff-declaration):
713 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
714 (sql-oracle-statement-starters, sql-oracle-scan-on):
715 * progmodes/prolog.el (prolog-align-comments-flag)
716 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
717 (prolog-left-indent-regexp, prolog-paren-indent-p)
718 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
719 (prolog-types, prolog-mode-specificators)
720 (prolog-determinism-specificators, prolog-directives)
721 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
722 (prolog-electric-dot-flag)
723 (prolog-electric-dot-full-predicate-template)
724 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
725 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
726 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
727 (prolog-program-switches, prolog-prompt-regexp)
728 (prolog-debug-on-string, prolog-debug-off-string)
729 (prolog-trace-on-string, prolog-trace-off-string)
730 (prolog-zip-on-string, prolog-zip-off-string)
731 (prolog-use-standard-consult-compile-method-flag)
732 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
733 (prolog-imenu-max-lines, prolog-info-predicate-index)
734 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
735 (prolog-char-quote-workaround):
736 * progmodes/cc-vars.el (c-defun-tactic):
737 * net/tramp.el (tramp-encoding-command-interactive)
738 (tramp-local-end-of-line):
739 * net/soap-client.el (soap-client):
740 * net/netrc.el (netrc-file):
741 * net/gnutls.el (gnutls):
742 * minibuffer.el (completion-category-overrides)
743 (completion-cycle-threshold)
744 (completion-pcm-complete-word-inserts-delimiters):
745 * man.el (Man-name-local-regexp):
746 * mail/feedmail.el (feedmail-display-full-frame):
747 * international/characters.el (glyphless-char-display-control):
748 * eshell/em-ls.el (eshell-ls-date-format):
749 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
750 (lisp-lambda-list-keyword-parameter-indentation)
751 (lisp-lambda-list-keyword-parameter-alignment):
752 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
753 * dired-x.el (dired-omit-verbose):
754 * cus-theme.el (custom-theme-allow-multiple-selections):
755 * calc/calc.el (calc-highlight-selections-with-faces)
756 (calc-lu-field-reference, calc-lu-power-reference)
757 (calc-note-threshold):
758 * battery.el (battery-mode-line-limit):
759 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
760 (archive-7z-update):
761 * allout.el (allout-prefixed-keybindings)
762 (allout-unprefixed-keybindings)
763 (allout-inhibit-auto-fill-on-headline)
764 (allout-flattened-numbering-abbreviation):
765 * allout-widgets.el (allout-widgets-auto-activation)
766 (allout-widgets-icons-dark-subdir)
767 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
768 (allout-widgets-theme-dark-background)
769 (allout-widgets-theme-light-background)
770 (allout-widgets-item-image-properties-emacs)
771 (allout-widgets-item-image-properties-xemacs)
772 (allout-widgets-run-unit-tests-on-load)
773 (allout-widgets-time-decoration-activity)
774 (allout-widgets-hook-error-post-time)
775 (allout-widgets-track-decoration):
776 Add missing :version tags to new defcustoms and defgroups.
777
5fec1b8e
GM
778 * progmodes/sql.el (sql-ansi-statement-starters)
779 (sql-oracle-statement-starters): Add custom type.
780
3e0d2fa7
GM
781 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
782 (prolog-system-version): Give it a type.
783
90b671e2
EZ
7842012-02-11 Eli Zaretskii <eliz@gnu.org>
785
786 * term/pc-win.el (x-select-text, x-selection-owner-p)
787 (x-own-selection-internal, x-disown-selection-internal)
788 (x-get-selection-internal): Sync doc strings and argument lists
789 with xselect.c, common-win.el and x-win.el. (Bug#10783)
790
5eac0c02
LL
7912012-02-11 Leo Liu <sdl.web@gmail.com>
792
793 * progmodes/python.el (python-end-of-statement): Fix infinite
794 loop. (Bug#10788)
795
f82cb659
GM
7962012-02-10 Glenn Morris <rgm@gnu.org>
797
798 * international/mule-cmds.el (unify-8859-on-encoding-mode)
799 (unify-8859-on-decoding-mode): Properly mark as obsolete.
800
cc26d239
LI
8012012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
802
803 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
804 about SMTP before checking the From header.
805
91027d08 806 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
807 into own function for reuse by emacsbug.el.
808
1be3ca5a
LL
8092012-02-10 Leo Liu <sdl.web@gmail.com>
810
811 * subr.el (condition-case-unless-debug): Rename from
812 condition-case-no-debug. All callers changed.
813 (with-demoted-errors): Fix caller.
814
815 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
816 * nxml/rng-valid.el (rng-do-some-validation):
817 * emacs-lisp/package.el (package-refresh-contents)
818 (package-menu-execute):
819 * desktop.el (desktop-create-buffer):
91027d08 820 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 821
b011fbfe
GM
8222012-02-10 Glenn Morris <rgm@gnu.org>
823
b2096d72
GM
824 * textmodes/bibtex.el:
825 Add missing :version tags for new/changed defcustoms.
826
b011fbfe
GM
827 * files.el (remote-file-name-inhibit-cache): Doc fixes.
828
4c7e65bf
LI
8292012-02-09 Lars Ingebrigtsen <larsi@rusty>
830
831 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
832 (smtpmail-via-smtp): Use it, or fall back on the From address.
833 (smtpmail-send-it): Ditto.
834
f3934f6f
SM
8352012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
836
837 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
838 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
839 (byte-compile-tmp-var): New const.
840 (byte-compile-defvar): Use it to minimize .elc size.
841 Just use `defvar' rather than simulate it (bug#10761).
842
a075a2c5
GM
8432012-02-09 Glenn Morris <rgm@gnu.org>
844
cf3aa21b
GM
845 * files.el (rename-uniquely): Doc fix. (Bug#3806)
846
354998cd
GM
847 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
848 Add :version tags.
849
83274125 850 * progmodes/compile.el (compilation-first-column)
34c071c6 851 (compilation-error-screen-columns, compilation-filter-start): Doc fixes.
83274125 852
dab3703d
GM
853 * vc/log-view.el (log-view-toggle-entry-display):
854 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
855
3f88cd72
GM
856 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
857 (report-emacs-bug-can-use-xdg-email):
858 (report-emacs-bug-insert-to-mailer): Doc fixes.
859 (report-emacs-bug): Message fix.
860
d95b247d
GM
861 * net/browse-url.el (browse-url-can-use-xdg-open)
862 (browse-url-xdg-open): Doc fixes.
863
a075a2c5
GM
864 * electric.el (electric-indent-mode, electric-pair-mode)
865 (electric-layout-rules, electric-layout-mode): Doc fixes.
866 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
867
ffb6157e
MR
8682012-02-08 Martin Rudalics <rudalics@gmx.at>
869
870 * server.el (server-unselect-display): Don't inadvertently kill
871 the current buffer. (Bug#10729)
872
e1ac4066
GM
8732012-02-08 Glenn Morris <rgm@gnu.org>
874
34e8a2da
GM
875 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
876 (sql-list-table): Doc fixes.
877
b4ac6e8c
GM
878 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
879 Comment out (does nothing).
880
e1ac4066
GM
881 * completion.el (dynamic-completion-mode):
882 * dirtrack.el (dirtrack-debug-mode):
883 * electric.el (electric-layout-mode):
884 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
885 * face-remap.el (text-scale-mode, buffer-face-mode):
886 * iimage.el (iimage-mode):
887 * image-mode.el (image-transform-mode):
888 * minibuffer.el (completion-in-region-mode):
889 * scroll-lock.el (scroll-lock-mode):
890 * simple.el (next-error-follow-minor-mode):
891 * tar-mode.el (tar-subfile-mode):
892 * tooltip.el (tooltip-mode):
893 * vcursor.el (vcursor-use-vcursor-map):
894 * wid-browse.el (widget-minor-mode):
895 * emulation/tpu-edt.el (tpu-edt-mode):
896 * emulation/tpu-extras.el (tpu-cursor-free-mode):
897 * international/iso-ascii.el (iso-ascii-mode):
898 * language/thai-util.el (thai-word-mode):
899 * mail/supercite.el (sc-minor-mode):
900 * net/goto-addr.el (goto-address-mode):
901 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
902 * progmodes/cwarn.el (cwarn-mode):
903 * progmodes/flymake.el (flymake-mode):
904 * progmodes/glasses.el (glasses-mode):
905 * progmodes/hideshow.el (hs-minor-mode):
906 * progmodes/pascal.el (pascal-outline-mode):
907 * textmodes/enriched.el (enriched-mode):
908 * vc/smerge-mode.el (smerge-mode):
909 Doc fixes (minor mode argument).
910
5e0d957f
EZ
9112012-02-07 Eli Zaretskii <eliz@gnu.org>
912
913 * ls-lisp.el (ls-lisp-sanitize): New function.
914 (ls-lisp-insert-directory): Use it to fix or remove any elements
915 in file-alist with missing attributes. (Bug#4673)
916
98d7371e
AM
9172012-02-07 Alan Mackenzie <acm@muc.de>
918
919 Fix spurious recognition of c-in-knr-argdecl.
920
921 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
922 putative K&R region.
923
667ced3a
AM
9242012-02-07 Alan Mackenzie <acm@muc.de>
925
eb864a71
LM
926 * progmodes/cc-engine.el (c-forward-objc-directive):
927 Prevent looping in "#pragma mark @implementation".
667ced3a 928
5b77774d
MA
9292012-02-07 Michael Albinus <michael.albinus@gmx.de>
930
931 * notifications.el (notifications-on-closed-signal): Make `reason'
932 optional. (Bug#10744)
933
af008560
GM
9342012-02-07 Glenn Morris <rgm@gnu.org>
935
60d47423
GM
936 * emacs-lisp/easy-mmode.el (define-minor-mode):
937 Doc fixes for the macro and the mode it defines.
938
dd605cc4
GM
939 * image.el (imagemagick-types-inhibit): Doc fix.
940
af008560
GM
941 * cus-start.el (imagemagick-render-type): Add it.
942
5cc59a37
LI
9432012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
944
945 * progmodes/cc-mode.el
946 (c-standard-font-lock-fontify-region-function): Set the default at
947 load time, too, so that `font-lock-fontify-buffer' can be called
948 without setting up the entire mode first. This fixes a bug in
949 `mm-inline-text' with C MIME parts.
950
9a6dd747
CY
9512012-02-06 Chong Yidong <cyd@gnu.org>
952
2d16b285
CY
953 * simple.el (list-processes--refresh): Delete exited processes
954 (Bug#8094).
955
171e9b6e
CY
956 * comint.el (comint-next-prompt): next-single-char-property-change
957 and prev-single-char-property-change never return nil (Bug#8657).
958
9a6dd747
CY
959 * custom.el (defcustom): Doc fix (Bug#9711).
960
aa4589a7
CY
9612012-02-05 Chong Yidong <cyd@gnu.org>
962
5c2a252f
CY
963 * cus-edit.el (custom-variable-reset-backup): Quote the value
964 before storing it in the customized-value property (Bug#6712).
4aab9006 965 (custom-display): Add a customization type tag.
983b9602 966 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 967
aa4589a7
CY
968 * wid-edit.el (widget-field-value-get): New optional arg to
969 suppress trailing whitespace truncation.
970 (character): Use it (Bug#2689).
971
1ff980ae
AS
9722012-02-05 Andreas Schwab <schwab@linux-m68k.org>
973
974 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
975 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
976
03988c98
CY
9772012-02-05 Chong Yidong <cyd@gnu.org>
978
eeb6cc88
CY
979 * cus-edit.el (custom-variable-value-create): For mismatched
980 types, show the current value (Bug#7600).
981
03988c98
CY
982 * custom.el (defcustom): Doc fix.
983
f8cdeef0
GM
9842012-02-05 Glenn Morris <rgm@gnu.org>
985
986 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
987
0696d255
JB
9882012-02-05 Juanma Barranquero <lekktu@gmail.com>
989
990 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
991 (pp-buffer): Use `ignore-errors', `looking-at-p'.
992 (pp-last-sexp): Use `looking-at-p'.
993
34c99998
GM
9942012-02-04 Glenn Morris <rgm@gnu.org>
995
8f05da42
GM
996 * files.el (revert-buffer):
997 Doc fix (mention revert-buffer-in-progress-p).
998
f160676e
GM
999 * emacs-lisp/ert-x.el (ert-simulate-command):
1000 Check deferred-action-list (which is obsolete) is bound.
1001
c7291ad9
GM
1002 * subr.el (with-wrapper-hook): Doc fixes.
1003
34c99998
GM
1004 * simple.el (filter-buffer-substring-functions)
1005 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
1006
6283a7d3
LL
10072012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
1008
1009 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
1010 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
1011
e96e3013
LL
10122012-02-04 Leo Liu <sdl.web@gmail.com>
1013
1014 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
1015
8ded50f2
GM
10162012-02-04 Glenn Morris <rgm@gnu.org>
1017
82ff1d13
GM
1018 * image.el (image-extension-data): Add obsolete alias.
1019
987a0a16
GM
1020 * isearch.el (isearch-update): Doc fix.
1021
ea32ef46
GM
1022 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
1023
8ded50f2
GM
1024 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
1025
eea14f31
GM
10262012-02-03 Glenn Morris <rgm@gnu.org>
1027
1028 * image.el (image-animated-p): Doc fix. Use image-animated-types.
1029 (image-animate-timeout): Doc fix.
1030
1031 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
1032
12f381b7
GM
10332012-02-02 Glenn Morris <rgm@gnu.org>
1034
953cebf5
GM
1035 * server.el (server-auth-dir): Doc fix.
1036 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
1037
12f381b7
GM
1038 * subr.el (run-mode-hooks): Doc fix.
1039
953a8c3b
JL
10402012-02-02 Juri Linkov <juri@jurta.org>
1041
1042 * image-mode.el (image-toggle-display-image): Remove tautological
1043 `major-mode' from the `derived-mode-p' test.
1044
c5d3843c
KH
10452012-02-02 Kenichi Handa <handa@m17n.org>
1046
9f6e692e 1047 * composite.el (compose-region): Cancel previous change.
c5d3843c 1048
159462d4 10492012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
1050
1051 * composite.el (compose-region, compose-string): Signal error for
1052 a null string component (Bug#6988).
1053
9f562668
CY
10542012-02-01 Chong Yidong <cyd@gnu.org>
1055
e2cef717
CY
1056 * view.el (view-buffer-other-window, view-buffer-other-frame):
1057 Handle special modes like view-buffer (Bug#10650).
1058 (view-buffer): Simplify.
1059
9f562668
CY
1060 * frame.el (set-frame-font): Tweak meaning of third argument.
1061
9f6e692e
JB
1062 * dynamic-setting.el (font-setting-change-default-font):
1063 Use set-frame-font (Bug#9982).
9f562668 1064
781acb9f
GM
10652012-02-01 Glenn Morris <rgm@gnu.org>
1066
6035be52
GM
1067 * progmodes/compile.el (compilation-internal-error-properties):
1068 Respect compilation-first-column in the "*compilation*" buffer.
1069
781acb9f
GM
1070 * emacs-lisp/easy-mmode.el (define-minor-mode):
1071 Relax :variable's test for a named function.
1072
abbceb00
AM
10732012-01-31 Alan Mackenzie <acm@muc.de>
1074
1075 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
1076 off by one error.
1077
fce3fdeb
CY
10782012-01-31 Chong Yidong <cyd@gnu.org>
1079
1080 * frame.el (set-frame-font): New arg ALL-FRAMES.
1081
1082 * menu-bar.el (menu-set-font): Use set-frame-font.
1083
1084 * faces.el (face-spec-reset-face): Don't apply unspecified
1085 attribute values to the default face.
1086
47893581
JB
10872012-01-31 Juanma Barranquero <lekktu@gmail.com>
1088
1089 * progmodes/cwarn.el (cwarn): Remove dead link.
1090 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
1091 Remove * from defcustom docstrings.
1092 (turn-on-cwarn-mode): Make obsolete.
1093 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
1094 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
1095
e58e988a
GM
10962012-01-31 Glenn Morris <rgm@gnu.org>
1097
60dc2671 1098 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 1099 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 1100 Allow named functions to be used as the cdr of :variable.
e58e988a 1101
7a3f511d
GM
11022012-01-30 Glenn Morris <rgm@gnu.org>
1103
1104 * emacs-lisp/authors.el (authors-fixed-entries):
1105 Remove reference to deleted file rnewspost.el.
1106
cb882333
JB
11072012-01-29 Juanma Barranquero <lekktu@gmail.com>
1108
1109 * window.el (window-with-parameter): Remove unused variable `windows'.
1110 (window--side-check): Remove unused variable `code'.
1111 (window--resize-siblings): Remove unused variable `first'.
1112 (adjust-window-trailing-edge): Remove unused variable `failed'.
1113 (window-deletable-p, window--delete): Remove unused variable `buffer'.
1114 Use `let', not `let*'.
1115 (balance-windows-2): Remove unused variable `found'.
1116 (window--state-put-2): Remove unused variable `splits'.
1117 (window-state-put): Remove unused variable `selected'.
1118 (same-window-p): Use `string-match-p'.
1119 (display-buffer-assq-regexp): Remove unused variable `value'.
1120 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1121 Mark argument ALIST as ignored.
1122 (pop-to-buffer): Remove unused variable `old-window'.
1123
907201af
EZ
11242012-01-29 Eli Zaretskii <eliz@gnu.org>
1125
1126 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
1127 and .lzma compressed files.
1128
ea162670
CY
11292012-01-29 Chong Yidong <cyd@gnu.org>
1130
5b95ee8a
CY
1131 * frame.el (window-system-default-frame-alist): Doc fix.
1132
ea162670
CY
1133 * dynamic-setting.el (font-setting-change-default-font): Don't
1134 change the default face if SET-FONT argument is non-nil (Bug#9982).
1135
d6e6f4b1
SB
11362012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
1137
1138 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
1139
0f29fa41 11402012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
1141
1142 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
1143 breakpoints in files outside current directory (Bug#6098).
1144
db174434
CY
11452012-01-29 Chong Yidong <cyd@gnu.org>
1146
6b25e4e2
SE
1147 * progmodes/python.el: Require ansi-color at top-level.
1148
6df6ae42
JB
1149 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
1150 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
1151 (lisp-mode-abbrev-table): Add doc.
1152 (lisp-mode-variables): Don't set local-abbrev-table.
1153 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
1154
e70ee681
RW
11552012-01-28 Roland Winkler <winkler@gnu.org>
1156
1157 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
1158
ace88aa2
RW
11592012-01-28 Roland Winkler <winkler@gnu.org>
1160
1161 * textmodes/bibtex.el (bibtex-entry-alist): New function.
1162 (bibtex-set-dialect): Use it. Either set global values of
1163 dialect-dependent variables or bind these variables buffer-locally
1164 (Bug#10254).
1165 (bibtex-mode): Call bibtex-set-dialect via
1166 hack-local-variables-hook.
eb864a71
LM
1167 (bibtex-dialect): Update docstring.
1168 Add safe-local-variable predicate.
ace88aa2
RW
1169 (bibtex-entry-alist, bibtex-field-alist): Initialize via
1170 bibtex-set-dialect.
1171 (bibtex-mode-map): Define menu for each dialect.
1172 (bibtex-entry): Fix docstring.
1173
93376c5b
CY
11742012-01-28 Chong Yidong <cyd@gnu.org>
1175
1176 * eshell/esh-arg.el (eshell-quote-argument): New function.
1177
1178 * eshell/esh-ext.el (eshell-invoke-batch-file):
1179 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
1180 first arg to eshell-parse-command (Bug#10523).
1181
4372494f
DA
11822012-01-28 Drew Adams <drew.adams@oracle.com>
1183
1184 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
1185 `default-directory' is non-nil.
1186
4d4ec1f8
EZ
11872012-01-28 Eli Zaretskii <eliz@gnu.org>
1188
1189 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
1190 line that displays system-configuration-options. (Bug#9924)
1191
7c188927
DA
11922012-01-28 Drew Adams <drew.adams@oracle.com>
1193
1194 * descr-text.el (describe-char): Show information about POS, in
1195 addition to information about the character at POS. Improve and
1196 update the doc string. Change "code point" to "code point in
1197 charset", to avoid confusion with the character's Unicode code
1198 point shown above that. (Bug#10129)
1199
e0da685a
EZ
12002012-01-28 Eli Zaretskii <eliz@gnu.org>
1201
1202 * descr-text.el (describe-char): Show the raw character, not only
1203 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
1204 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
1205 for the reasons.
1206
70550acf
PH
12072012-01-28 Phil Hagelberg <phil@hagelb.org>
1208
eb864a71
LM
1209 * emacs-lisp/package.el (package-install):
1210 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 1211
0ce8e868
CY
12122012-01-28 Chong Yidong <cyd@gnu.org>
1213
cb882333
JB
1214 * emacs-lisp/package.el (package-maybe-load-descriptor):
1215 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
1216 (package-maybe-load-descriptor): Use it.
1217 (package-download-transaction): Fully load required packages
1218 inside the loop, so that `require' calls work (Bug#10593).
1219 (package-install): No need to call package-initialize now.
1220
2e7f3bea
CY
12212012-01-28 Chong Yidong <cyd@gnu.org>
1222
6e9bad14
CY
1223 * simple.el (deactivate-mark): Doc fix (Bug#8614).
1224
f823b8ca
CY
1225 * tooltip.el (tooltip-mode): Doc fix.
1226 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
1227
2680c309
CY
1228 * frame.el (set-cursor-color): Doc fix (Bug#352).
1229
d7a9e63b
CY
1230 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
1231 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
1232
2e7f3bea
CY
1233 * cus-edit.el (custom-buffer-create-internal): Fix search button
1234 action (Bug#10542).
2ae01800 1235 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 1236
fc4f7a23
EW
12372012-01-27 Eduard Wiebe <usenet@pusto.de>
1238
1239 * dired.el (dired-mark-files-regexp):
1240 Include any subdirectory components. (Bug#10445)
1241
7dd37071
ML
12422012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
1243
1244 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
1245 Handle [host]:port syntax. (Bug#10533)
1246
a268160b
AH
12472012-01-27 Alex Harsanyi <harsanyi@mac.com>
1248
1249 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
1250
e43273ef
GM
12512012-01-26 Glenn Morris <rgm@gnu.org>
1252
1253 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
1254 * term.el (term-raw-escape-map): Use Control-X-prefix.
1255 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
1256
1edf595d
MR
12572012-01-25 Martin Rudalics <rudalics@gmx.at>
1258
1259 * window.el (window-state-get, window--state-get-1): Don't deal
1260 with fixed-sizeness of windows. Simplify code.
1261
fa8eafef
JC
12622012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
1263
6df6ae42
JB
1264 * window.el (window--state-get-1, window--state-put-2):
1265 Don't save and restore the mark.
fa8eafef 1266
0b21c100
CY
12672012-01-25 Chong Yidong <cyd@gnu.org>
1268
1269 * custom.el (custom-variable-p): Doc fix.
1270
5ae1a6c8
GM
12712012-01-25 Glenn Morris <rgm@gnu.org>
1272
40047858
GM
1273 * dired.el (dired-goto-file): Handle some of the more common
1274 characters that `ls -b' escapes. (Bug#10596)
1275
5ddce96c
GM
1276 * progmodes/compile.el (compilation-next-error-function):
1277 Respect compilation-first-column in the "*compilation*" buffer.
1278 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
1279
5ae1a6c8
GM
1280 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
1281
b559f1a9
GM
12822012-01-24 Glenn Morris <rgm@gnu.org>
1283
1284 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
1285
6725d21a
JD
12862012-01-24 Julien Danjou <julien@danjou.info>
1287
1288 * color.el (color-rgb-to-hsl): Fix value computing.
1289 (color-hue-to-rgb): New function.
1290 (color-hsl-to-rgb): New function.
1291 (color-clamp, color-saturate-hsl, color-saturate-name)
1292 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1293 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
1294
70df4bbe
GM
12952012-01-24 Glenn Morris <rgm@gnu.org>
1296
1297 * vc/vc-rcs.el (vc-rcs-create-tag):
1298 * vc/vc-sccs.el (vc-sccs-create-tag):
1299 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
1300
802a2ae2
ML
13012012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
1302
1303 * eshell/esh-util.el (eshell-read-hosts-file):
1304 Skip comment lines. (Bug#10549)
1305
d7128bb1
ML
1306 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
1307
d1a5c3b4
JB
13082012-01-23 Juanma Barranquero <lekktu@gmail.com>
1309
2724d9c7
JB
1310 * subr.el (display-delayed-warnings): Doc fix.
1311 (collapse-delayed-warnings): New function to collapse identical
1312 adjacent warnings.
1313 (delayed-warnings-hook): Add it.
d1a5c3b4 1314
a5509865
MA
13152012-01-22 Michael Albinus <michael.albinus@gmx.de>
1316
1317 * net/tramp.el (tramp-action-login): Set connection property "login-as".
1318
1319 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
1320 properties, when "login-as" is set.
1321
1322 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
1323 (tramp-default-user-alist): Don't add "pscp".
1324 (tramp-do-copy-or-rename-file-out-of-band): Use connection
1325 property "login-as", if set. (Bug#10530)
1326
cc6d5805
MA
13272012-01-21 Michael Albinus <michael.albinus@gmx.de>
1328
1329 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
1330 "plink1" and "psftp". (Bug#10530)
1331
13322012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
1333
1334 * international/mule-cmds.el (prefer-coding-system): Show a
1335 warning message if the default value of file-name-coding-system
1336 was not changed.
1337
f0960428
JC
13382012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
1339
cb882333
JB
1340 * windmove.el (windmove-reference-loc):
1341 Fix windmove-reference-loc miscalculation.
f0960428 1342
dd6f2a63
JB
13432012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
1344
1345 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
1346 default unit.
1347
7b447e9b
GM
13482012-01-21 Glenn Morris <rgm@gnu.org>
1349
117a9ea1
GM
1350 * international/mule.el (auto-coding-alist): Add .tbz.
1351
7b447e9b
GM
1352 * files.el (local-enable-local-variables): Doc fix.
1353 (inhibit-local-variables-regexps): Rename from
1354 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
1355 Doc fix. Add some extensions from auto-coding-alist.
1356 (inhibit-local-variables-suffixes):
1357 Rename from inhibit-first-line-modes-suffixes. Doc fix.
1358 (inhibit-local-variables-p):
1359 New function, extracted from set-auto-mode-1.
1360 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
1361 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
1362 (hack-local-variables): Doc fix. Make the mode-only case
1363 respect enable-local-variables and friends.
1364 Respect inhibit-local-variables-regexps for file-locals, but
1365 not for directory-locals.
1366 (set-visited-file-name):
1367 Take account of inhibit-local-variables-regexps.
1368 Whether it applies may change as the file name is changed.
1369 * jka-cmpr-hook.el (jka-compr-install):
1370 * jka-compr.el (jka-compr-uninstall):
1371 Update for inhibit-first-line-modes-suffixes name change.
1372
dd6e3cdd
MR
13732012-01-20 Martin Rudalics <rudalics@gmx.at>
1374
1375 * help-macro.el (make-help-screen): Temporarily restore original
1376 binding for minor-mode-map-alist (Bug#10454).
1377
0d0deb38
JD
13782012-01-19 Julien Danjou <julien@danjou.info>
1379
1380 * color.el (color-name-to-rgb): Use the white color to find the max
1381 color component value and return correctly computed values.
1382 (color-name-to-rgb): Add missing float conversion for max value.
1383
34a02f46
MR
13842012-01-19 Martin Rudalics <rudalics@gmx.at>
1385
1386 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
1387 special state value for window-persistent-parameters.
1388 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
1389 (window--state-put-2): Reset all window parameters to nil before
1390 assigning values of persistent parameters.
1391
606c44c4
AM
13922012-01-18 Alan Mackenzie <acm@muc.de>
1393
1394 Eliminate sluggishness and hangs in fontification of "semicolon
1395 deserts".
1396
cb882333
JB
1397 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
1398 Change value 10000 -> 3000.
606c44c4
AM
1399 (c-state-safe-place): Reformulate so it doesn't stack up an
1400 infinite number of wrong entries in c-state-nonlit-pos-cache.
1401 (c-determine-limit-get-base, c-determine-limit): New functions to
1402 determine backward search limits disregarding literals.
1403 (c-find-decl-spots): Amend commenting.
1404 (c-cheap-inside-bracelist-p): New function which detects "={".
1405
1406 * progmodes/cc-fonts.el
1407 (c-make-font-lock-BO-decl-search-function): Give a limit to a
1408 backward search.
1409 (c-font-lock-declarations): Fix an occurrence of point being
1410 undefined. Check additionally for point being in a bracelist or
1411 near a macro invocation without a semicolon so as to avoid a
1412 fruitless time consuming search for a declarator. Give a more
1413 precise search limit for declarators using the new
1414 c-determine-limit.
1415
f3860cea
GM
14162012-01-18 Glenn Morris <rgm@gnu.org>
1417
1418 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
1419 (set-auto-mode): Doc fixes.
1420
1db03b16
GM
14212012-01-17 Glenn Morris <rgm@gnu.org>
1422
0e6038be
GM
1423 * isearch.el (search-nonincremental-instead): Fix doc typo.
1424
1db03b16
GM
1425 * dired.el (dired-insert-directory): Handle newlines in directory name.
1426 (dired-build-subdir-alist): Unescape newlines in directory name.
1427
4cb0aa75
MA
14282012-01-17 Michael Albinus <michael.albinus@gmx.de>
1429
1430 * net/tramp.el (tramp-local-end-of-line): New defcustom.
1431 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
1432 (tramp-action-terminal): Use it. (Bug#10530)
1433
1d00653d
SM
14342012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
1435
1436 * minibuffer.el (completion--replace): Strip properties (bug#10062).
1437
6a6ee00d
MR
14382012-01-16 Martin Rudalics <rudalics@gmx.at>
1439
1440 * window.el (window-state-ignored-parameters): Remove variable.
1441 (window--state-get-1): Rename argument MARKERS to IGNORE.
1442 Handle persistent window parameters. Make copy of clone-of
1443 parameter only if requested. (Bug#10348)
1444 (window--state-put-2): Install a window parameter only if it has
1445 a non-nil value or an existing parameter shall be overwritten.
1446
97912def
MA
14472012-01-15 Michael Albinus <michael.albinus@gmx.de>
1448
1449 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
1450
688070a5
EZ
14512012-01-14 Eli Zaretskii <eliz@gnu.org>
1452
1453 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
1454 don't pass the (nil) value of `upnode' to string-match.
1455
301afadc
CY
14562012-01-14 Chong Yidong <cyd@gnu.org>
1457
1458 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 1459 Fix values recognized by the cursorBlink resource.
301afadc 1460
9e5788aa
PE
14612012-01-14 Paul Eggert <eggert@cs.ucla.edu>
1462
1463 * epg.el (epg--make-temp-file): Avoid permission race condition
1464 when running on old Emacs versions (bug#10403).
1465
3cdb7f5a
GM
14662012-01-14 Glenn Morris <rgm@gnu.org>
1467
1468 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
1469
8c82b1b4
AM
14702012-01-13 Alan Mackenzie <acm@muc.de>
1471
1472 Fix filling for when filladapt mode is enabled.
1473
1474 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
1475 c-mask-paragraph, pass in `fill-paragraph' rather than
1476 `fill-region-as-paragraph'. (This is a reversion of a previous
1477 change.)
eb864a71
LM
1478 * progmodes/cc-mode.el (c-basic-common-init):
1479 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 1480
e517eda4
GM
14812012-01-13 Glenn Morris <rgm@gnu.org>
1482
1498536e
GM
1483 * dired.el (dired-switches-escape-p): New function.
1484 (dired-insert-directory): Use dired-switches-escape-p.
1485 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
1486
e517eda4
GM
1487 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
1488
328f984d
GM
14892012-01-12 Glenn Morris <rgm@gnu.org>
1490
1491 * mail/sendmail.el (mail-mode): Update paragraph-separate for
1492 changes in adaptive-fill-regexp. (Bug#10276)
1493
2cc769a8
AM
14942012-01-11 Alan Mackenzie <acm@muc.de>
1495
1496 Fix Emacs bug #10463 - put `widen's around the critical spots.
1497
1d00653d 1498 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
1499 widen around each invocation of c-state-pp-to-literal. Remove an
1500 unused let variable.
1501
e52c37fa
GM
15022012-01-11 Glenn Morris <rgm@gnu.org>
1503
1504 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 1505 Doc fix.
e52c37fa 1506
96f8741e
CY
15072012-01-10 Chong Yidong <cyd@gnu.org>
1508
1d00653d
SM
1509 * net/network-stream.el (network-stream-open-starttls):
1510 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
1511 response to the capability command.
1512
b09a806e
GM
15132012-01-10 Glenn Morris <rgm@gnu.org>
1514
1515 * mail/unrmail.el (unrmail): Tweak previous change.
1516
7655cb66
CY
15172012-01-09 Chong Yidong <cyd@gnu.org>
1518
1519 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
1520
9d5a8f0b
AM
15212012-01-08 Alan Mackenzie <acm@muc.de>
1522
1523 Optimise font locking in long enum definitions.
1524
1525 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
1526 arm to a cond form to handle enums.
1527 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
1528 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
1529
9a0115ab 15302012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
1531
1532 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 1533 (Bug#10401)
6bb72cbd 1534
f186bb95
LMI
15352012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1536
29232a68
LMI
1537 * faces.el (set-face-attribute): Clarify the meaning of the nil
1538 frame (bug#10294).
1539
4e5d086d
LMI
1540 * subr.el (with-selected-frame): Mention that the selected frame
1541 is restored (bug#9980).
1542
8e66aebe
LMI
1543 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
1544 (bug#9759).
1545
cd394be1 1546 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
1547 (password-read): Don't autoload unused function.
1548
adf4e762
JB
15492012-01-07 Juanma Barranquero <lekktu@gmail.com>
1550
1551 * progmodes/which-func.el (which-func-mode): Turn into a
1552 non-interactive function and mark as obsolete (bug#10428).
1553
89bd9ccd
CY
15542012-01-06 Chong Yidong <cyd@gnu.org>
1555
1556 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
1557 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
1558 functions, along with 1 and -1.
1559
4afee9d5
EZ
15602012-01-06 Eli Zaretskii <eliz@gnu.org>
1561
1562 * time.el (display-time-load-average)
1563 (display-time-default-load-average): Doc fixes. See the thread
1564 starting at
1565 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
1566 for the details.
1567
536aea70
GM
15682012-01-06 Glenn Morris <rgm@gnu.org>
1569
665ae865
GM
1570 * mail/unrmail.el (unrmail): Give an explicit error if the input file
1571 has no messages. (Bug#10377)
1572
c869783d
GM
1573 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
1574 than Info-edit. (Bug#10385)
1575
2bb4227e
GM
1576 * time.el (display-time-load-average, display-time-next-load-average):
1577 Doc fixes.
1578
7d5944b9
GM
1579 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
1580 local setting of buffer-read-only to the input buffer. (Bug#10419)
1581
536aea70
GM
1582 * calendar/calendar.el (calendar-mode):
1583 Locally set scroll-margin to 0. (Bug#10379)
1584
7dccca16
UM
15852012-01-06 Ulrich Mueller <ulm@gentoo.org>
1586
1587 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
1588
afbb7930
GM
15892012-01-05 Glenn Morris <rgm@gnu.org>
1590
1591 * eshell/em-unix.el (diff-no-select): Autoload it.
1592 (eshell/diff): Use diff-no-select. (Bug#10420)
1593
04482335
CY
15942012-01-05 Chong Yidong <cyd@gnu.org>
1595
7baca3bc
CY
1596 * shell.el (shell-dynamic-complete-functions): Revert last change.
1597 (shell-command-completion-function): New function.
1598 (shell-completion-vars): Use it to implement
1599 shell-completion-execonly (Bug#10417).
1600
04482335
CY
1601 * custom.el (enable-theme): Don't set custom-safe-themes.
1602
1d00653d
SM
1603 * cus-theme.el (custom-theme-merge-theme):
1604 Ignore custom-enabled-themes and custom-safe-themes.
04482335 1605
bb5aa5d6
MM
16062012-01-05 Michael R. Mauger <mmaug@yahoo.com>
1607
1608 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
1609 first prompt in `sql-interacive-mode'.
1610 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 1611 keywords.
6df6ae42 1612 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
1613 (sql-product-interactive): Bug fix: Set `sql-buffer' in
1614 context of original buffer. Invoke `sql-login-hook'.
1615
a7183d7c
EZ
16162012-01-04 Eli Zaretskii <eliz@gnu.org>
1617
1618 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
1619 letters in cite-prefix.
1620
a1eacd1e
LMI
16212012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1622
1623 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
1624
787cdb34
CY
16252012-01-03 Chong Yidong <cyd@gnu.org>
1626
1d00653d
SM
1627 * shell.el (shell-dynamic-complete-functions):
1628 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
1629 comint-filename-completion first (Bug#10417).
1630
30710442
RS
16312012-01-02 Richard Stallman <rms@gnu.org>
1632
1633 * battery.el (battery-status-function):
1634 Detect when to use battery-yeeloong-sysfs.
1635 (battery-echo-area-format): Add string for Yeeloong.
1636 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
1637 (battery-yeeloong-sysfs): New function.
1638
f75bfc33
CY
16392012-01-02 Chong Yidong <cyd@gnu.org>
1640
1641 * dirtrack.el (dirtrack-list): Eliminate unused third element.
1642 (dirtrack): Merge code for handling relative filenames in prompt
1643 from shell-dir-cookie-watcher.
1644 (dirtrack-debug-message): New arg to avoid excess format calls.
1645
1646 * shell.el (shell-dir-cookie-re): Variable deleted.
1647 (shell-dir-cookie-watcher): Function deleted.
1648 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
1649 with dirtrack-mode.
1650
651e947e
EZ
16512012-01-01 Eli Zaretskii <eliz@gnu.org>
1652
1d00653d
SM
1653 * term/w32-win.el (dynamic-library-alist) <gnutls>:
1654 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
1655 libgnutls-26.dll.
1656
94d4c7dc
AS
16572011-12-31 Andreas Schwab <schwab@linux-m68k.org>
1658
1659 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
1660
8d43f3cd
EZ
16612011-12-31 Eli Zaretskii <eliz@gnu.org>
1662
1663 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
1664 headers of non-MIME messages, when rmail-enable-mime is non-nil.
1665
98c8795a
MA
16662011-12-29 Michael Albinus <michael.albinus@gmx.de>
1667
1668 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
1669 also for alternative shells.
1670 (tramp-open-connection-setup-interactive-shell): Check, whether
1671 the shell is a busybox.
1672 (tramp-send-command): Don't suppress multiple prompts for
1673 busyboxes, it hurts.
1674
51281b32
CY
16752011-12-28 Chong Yidong <cyd@gnu.org>
1676
1677 * progmodes/gdb-mi.el (gdb-get-source-file-list)
1678 (gdb-get-source-file): Move mode line update to
1679 gdb-get-source-file (Bug#10087).
1680
2170cb53
CY
16812011-12-25 Chong Yidong <cyd@gnu.org>
1682
1683 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
1684 gud-gdb-marker-filter without taking it as an argument.
1685 (gud-gdb-run-command-fetch-lines): Caller changed.
1686 (gud-gdb-completion-function): New variable.
1687 (gud-gdb-completion-at-point): Use it.
1688 (gud-gdb-completions-1): Split from gud-gdb-completions.
1689
1690 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
1691 function as separate arguments.
1692 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
1693 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
1694 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
1695 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
1696 (gdb-stopped, def-gdb-auto-update-trigger)
1697 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
1698 (gdb-get-changed-registers, gdb-get-main-selected-frame):
1699 Callers changed.
2170cb53
CY
1700 (gud-gdbmi-completions): New function.
1701 (gdb): Use it for generating the completion table.
1702
be8b11bb
AM
17032011-12-24 Alan Mackenzie <acm@muc.de>
1704
1705 Introduce a mechanism to widen the region used in context font
1d00653d 1706 locking. Use this to protect declarations from losing their contexts.
be8b11bb 1707
1d00653d
SM
1708 * progmodes/cc-langs.el (c-before-font-lock-functions):
1709 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 1710 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
1711 functions to be run just before context (etc.) font locking.
1712
1713 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 1714 New, functionality extracted from
be8b11bb 1715 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 1716 (c-in-after-change-fontification): New variable.
be8b11bb
AM
1717 (c-after-change): Set c-in-after-change-fontification.
1718 (c-set-fl-decl-start): Rejig its interface, so it can be called
1719 from both after-change and context fontifying.
b81d40f0
JB
1720 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
1721 New functions.
1722 (c-standard-font-lock-fontify-region-function): New variable.
1723 (c-font-lock-fontify-region): New function.
be8b11bb 1724
341cf6ac
JL
17252011-12-24 Juri Linkov <juri@jurta.org>
1726
1727 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
1728 (Bug#10348)
1729
bffcee0a
MA
17302011-12-23 Michael Albinus <michael.albinus@gmx.de>
1731
1732 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
1733 existence of source file. (Bug#10325)
1734
cb5e207c
AM
17352011-12-23 Alan Mackenzie <acm@muc.de>
1736
1737 Fix unstable fontification inside templates.
1738
b81d40f0
JB
1739 * progmodes/cc-langs.el (c-before-font-lock-functions):
1740 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
1741 additionally has c-set-fl-decl-start. The other languages (apart
1742 from AWK) have that as a single entry.
1743
b81d40f0
JB
1744 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
1745 The functionality for "local" declarations has been extracted to
cb5e207c
AM
1746 c-set-fl-decl-start.
1747
b81d40f0
JB
1748 * progmodes/cc-mode.el (c-common-init, c-after-change):
1749 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
1750 (c-set-fl-decl-start): New function, extracted from
1751 c-font-lock-enclosing-decls and enhanced.
1752
60ff536c
JB
17532011-12-23 Juanma Barranquero <lekktu@gmail.com>
1754
1755 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
1756
1c4757d6
JL
17572011-12-22 Juri Linkov <juri@jurta.org>
1758
1759 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
1760
d031f2c7
CY
17612011-12-22 Chong Yidong <cyd@gnu.org>
1762
1763 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
1764
bace743a
DA
17652011-12-21 Drew Adams <drew.adams@oracle.com>
1766
1767 * files.el (file-remote-p): Fix docstring. (Bug#10319)
1768
728a1f2b
JC
17692011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
1770
1771 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
1772
0d373f73
TZ
17732011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
1774
fec0aaa4
TZ
1775 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
1776 highlighting and support. Fix up comments for capitalization.
1777 (cfengine-mode-debug): New var.
1778 (cfengine3-mode): Change the modeline indicator to "CFE3".
1779 (cfengine3-font-lock-keywords): Improve defun highlighting.
1780 (cfengine2-actions): Rename from `cfengine-actions'.
1781 (cfengine2-font-lock-keywords): Rename from
1782 `cfengine-font-lock-keywords'.
1783 (cfengine2-imenu-expression): Rename from
1784 `cfengine-imenu-expression'.
1785 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
1786 (cfengine2-beginning-of-defun): Rename from
1787 `cfengine-beginning-of-defun'.
1788 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
1789 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
1790 (cfengine2-mode): Rename from `cfengine-mode'. Change the
1791 modeline indicator to "CFE2".
1792 (cfengine-mode): Defalias to `cfengine-auto-mode'.
1793 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 1794
bc86f573
CY
17952011-12-21 Chong Yidong <cyd@gnu.org>
1796
1797 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
1798 filename argument.
1799
d45ba96b
MR
18002011-12-20 Martin Rudalics <rudalics@gmx.at>
1801
1802 * window.el (window-normalize-buffer-to-display): Remove.
1803 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
1804
a6198c90
CY
18052011-12-19 Chong Yidong <cyd@gnu.org>
1806
1807 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
1808 Don't signal an error in a predicate function; return non-nil.
1809 (vc-dir-mark-file): Move the error here.
1810 (vc-dir-mark-unmark): If acting on the region, keep going if one
1811 of the entries cannot be marked/unmarked.
1812 (vc-dir-mark-all-files): If current entry is a directory, mark
1813 only child files, as documented.
1814
34c5fb55
VB
18152011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
1816
1817 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
1818 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
1819 addition.
1820
c803b2b7
JD
18212011-12-18 Jan Djärv <jan.h.d@swipnet.se>
1822
1823 * term/ns-win.el (ns-get-selection-internal)
1824 (ns-store-selection-internal): Declare.
1154d12e
JB
1825 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
1826 Declare as obsolete.
1827 (ns-get-pasteboard, ns-paste-secondary):
1828 Use ns-get-selection-internal.
1829 (ns-set-pasteboard, ns-copy-including-secondary):
1830 Use ns-store-selection-internal.
c803b2b7 1831
9cff91f8 18322011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
1833
1834 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 1835 (vc-deduce-fileset): Doc fix.
99a289d9 1836
f16c898a
AS
18372011-12-16 Andreas Schwab <schwab@linux-m68k.org>
1838
1839 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
1840
763237c4
SS
18412011-12-13 Sam Steingold <sds@gnu.org>
1842
1843 * man.el (Man-getpage-in-background): When running under a
1844 window-system, ignore $MANWIDTH and $COLUMNS.
1845
5fc1c122
KH
18462011-12-15 Kenichi Handa <handa@m17n.org>
1847
1848 * language/ethio-util.el: Change coding tag to utf-8-emacs.
1849 (setup-ethiopic-environment-internal): Comment out key-binding for
1850 ethio-toggle-punctuation.
1851
13d49cbb
AM
18522011-12-13 Alan Mackenzie <acm@muc.de>
1853
898169a2
AM
1854 Add the switch statement to AWK Mode.
1855
7a71b18d 1856 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
1857 "default" to the keywords regexp.
1858
7a71b18d 1859 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 1860 expression as the rest.
1d00653d
SM
1861 (c-nonlabel-token-key): Allow string literals for AWK.
1862 Refactor for the other modes.
898169a2 1863
13d49cbb 1864 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 1865 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
1866 routines. Limit backward searching in c-font-lock-enclosing.decl.
1867
1868 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
1869 pp-state and literal type in addition to the limits.
1d00653d 1870 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 1871 (c-state-literal-at): Use the above new defun.
1d00653d
SM
1872 (c-slow-in-literal, c-fast-in-literal): Remove.
1873 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
1874
1875 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
1876 being in a literal. Add a limit for backward searching.
1877
1878 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
1879 c-slow-in-literal.
1880
15e0efc7
SM
18812011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
1882
1883 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
1884
454592a6
MR
18852011-12-13 Martin Rudalics <rudalics@gmx.at>
1886
1887 * window.el (delete-other-windows): Use correct frame in call to
1888 window-with-parameter.
1889
87393f26
DP
18902011-12-12 Daniel Pfeiffer <occitan@t-online.de>
1891
1892 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
1893 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
1894 (makefile-gmake-statements, makefile-makepp-statements):
1895 Use it and add new makepp keywords.
1896 (makefile-makepp-font-lock-keywords): Add new patterns.
1897 (makefile-match-function-end): Match new [...] and [[...]].
1898
11636b22
JB
18992011-12-11 Juanma Barranquero <lekktu@gmail.com>
1900
1901 * ses.el (ses-call-printer-return, ses-cell-property-get)
1902 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
1903 (ses-create-cell-variable, ses-reset-header-string)
1904 (ses-cell-set-formula, ses-repair-cell-reference-all)
1905 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
1906 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
1907 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
1908 (ses-aset-with-undo, ses-load, ses-truncate-cell)
1909 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
1910 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
1911 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
1912 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
1913 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
1914 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
1915 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
1916 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
1917
cf018193
VB
19182011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
1919
1920 * ses.el: The overall change is to add cell renaming, that is
1921 setting fancy names for cell symbols other than name matching
1922 "\\`[A-Z]+[0-9]+\\'" regexp .
1923 (ses-create-cell-variable): New defun.
1924 (ses-relocate-formula): Relocate formulas only for cells the
1925 symbols of which are not renamed, i.e. symbols whose names do not
1926 match regexp "\\`[A-Z]+[0-9]+\\'".
1927 (ses-relocate-all): Relocate values only for cells the symbols of
1928 which are not renamed.
1929 (ses-load): Create cells variables as the (ses-cell ...) are read,
1930 in order to check row col consistency with cell symbol name only
1931 for cells that are not renamed.
1932 (ses-replace-name-in-formula): New defun.
1933 (ses-rename-cell): New defun.
1934
ee957461
CY
19352011-12-11 Chong Yidong <cyd@gnu.org>
1936
1937 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
1938 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
1939
9a9e9ef0
MR
19402011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
1941
1942 * window.el (other-window): Fix docstring.
1943
92a8eba5
EZ
19442011-12-10 Eli Zaretskii <eliz@gnu.org>
1945
1946 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
1947 `from' or `to' address before taking its substring.
1948 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
1949 encoded name is chopped in the middle of the encoded string, and
1950 thus displayed encoded.
1951
e152e577
JB
19522011-12-10 Juanma Barranquero <lekktu@gmail.com>
1953
1954 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
1955
e5d84bfe
EZ
19562011-12-10 Eli Zaretskii <eliz@gnu.org>
1957
1958 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
1959 to use texinfo-update-node and commands that call it if the
1960 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 1961 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
1962 (texinfo-all-menus-update, texinfo-master-menu)
1963 (texinfo-update-node, texinfo-every-node-update)
1964 (texinfo-multiple-files-update): Doc fix. Warn against updating
1965 all the @node lines.
1966 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
1967 argument is numeric. Explain better in the doc string what the
1968 function really does.
1969 (texinfo-insert-master-menu-list): Improve the error message
1970 displayed if there's no menu in the Top node.
1971 (Bug#2975) See also this thread:
e5d84bfe
EZ
1972 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
1973
1d84e9bb
MG
19742011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
1975
1976 * speedbar.el (speedbar-supported-extension-expressions):
1977 Add .adb and .ads, commonly used for Ada source code (bug#10256).
1978
382c953b
JB
19792011-12-09 Juanma Barranquero <lekktu@gmail.com>
1980
1981 * printing.el (pr-mode-alist):
1982 * simple.el (filter-buffer-substring-functions)
1983 (completion-list-insert-choice-function):
1984 * window.el (window-with-parameter, window-atom-root)
1985 (window-sides-slots, window-size-fixed, window-min-delta)
1986 (window-max-delta, window--resize-mini-window)
1987 (window--resize-child-windows-normal, window-tree)
1988 (delete-other-windows, quit-window, split-window)
1989 (display-buffer-record-window, special-display-buffer-names)
1990 (special-display-regexps, special-display-popup-frame)
1991 (same-window-p, split-window-sensibly)
1992 (display-buffer-overriding-action, display-buffer-alist)
1993 (display-buffer-base-action, display-buffer, switch-to-buffer)
1994 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
1995 (fit-window-to-buffer, recenter-positions)
1996 (mouse-autoselect-window-state, mouse-autoselect-window-select):
1997 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
1998 and remove unneeded backslashes in docstrings.
1999
39c9faef
SM
20002011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
2001
98449af8
SM
2002 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
2003
39c9faef
SM
2004 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
2005 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
2006 end in ".mk".
2007 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
2008 when reading the makefile (bug#10116).
2009
86ed9fdc
SM
20102011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2011
2012 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
2013 (bug#10116).
2014
5580f89d
GM
20152011-12-06 Glenn Morris <rgm@gnu.org>
2016
2017 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
2018
28d3917c
CY
20192011-12-06 Chong Yidong <cyd@gnu.org>
2020
2021 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
2022
a98edce9
JB
20232011-12-06 Juanma Barranquero <lekktu@gmail.com>
2024
2025 * textmodes/table.el (table-shorten-cell): Fix typo.
2026
e65adfac
CG
20272011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
2028
2029 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
2030
71cc0b74
EZ
20312011-12-05 Eli Zaretskii <eliz@gnu.org>
2032
2033 * descr-text.el (describe-char): Fix display of strong
2034 right-to-left characters and directional embeddings and overrides.
2035
2036 * simple.el (what-cursor-position): Fix display of codepoints of
2037 strong right-to-left characters.
2038
315bc30d
CY
20392011-12-05 Chong Yidong <cyd@gnu.org>
2040
2041 * faces.el (read-color): Doc fix.
2042
58a70b94
GM
20432011-12-05 Glenn Morris <rgm@gnu.org>
2044
2045 * align.el (align--set-marker): Add doc-string.
2046 Don't try to move something that is not a marker. (Bug#10216)
2047
5158face
GM
20482011-12-04 Glenn Morris <rgm@gnu.org>
2049
2050 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
2051 overly zealous deletion of trailing whitespace.
2052
520fca41
JB
20532011-12-04 Juanma Barranquero <lekktu@gmail.com>
2054
2055 * server.el (server-delete-client): On Windows, do not try to delete
2056 the only terminal.
2057 (server-process-filter): On Windows, treat requests for a tty frame as
2058 if they were for a GUI frame if the running server is in GUI mode.
2059
5e605a2e
GM
20602011-12-03 Glenn Morris <rgm@gnu.org>
2061
2062 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
2063
5c3fe83f
SM
20642011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2065
6f5e57e7
SM
2066 * electric.el: Streamline electric-indent's hook.
2067 (electric-indent-chars): Revert to simple list.
2068 (electric-indent-functions): New var.
2069 (electric-indent-post-self-insert-function): Use it.
2070
5c3fe83f
SM
2071 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
2072 there's no inferior buffer (bug#10196).
2073 (prolog-consult-compile): Don't use toggle-read-only.
2074
6bdac736
MA
20752011-12-02 Michael Albinus <michael.albinus@gmx.de>
2076
2077 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
2078 interrupt. (Bug#10187)
2079
6131ba7f
SM
20802011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2081
99c79fee
SM
2082 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
2083 (bug#9160).
2084
6131ba7f
SM
2085 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
2086 (bug#10191).
2087
cb0a02ea
JL
20882011-12-02 Juri Linkov <juri@jurta.org>
2089
2090 * info.el (Info-search): Display "end of manual" when Isearch
2091 reaches the end of single-file Info manual. (Bug#9918)
2092
66e0570c
EZ
20932011-12-02 Eli Zaretskii <eliz@gnu.org>
2094
2095 * isearch.el (isearch-message-prefix): Run the input method part
2096 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
2097
02b16839
JL
20982011-12-02 Juri Linkov <juri@jurta.org>
2099
2100 * isearch.el (isearch-occur): Use `word-search-regexp' for
2101 `isearch-word'.
2102 (isearch-search-and-update): Add condition for `isearch-word' and
2103 call `word-search-regexp'. (Bug#10145)
2104
0b950688
GM
21052011-12-01 Glenn Morris <rgm@gnu.org>
2106
2107 * eshell/em-hist.el (eshell-hist-initialize):
2108 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 2109 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 2110
9505c3c7
SM
21112011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2112
2113 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
2114
1bbe96b2 21152011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 2116
a1beca85
SM
2117 * progmodes/verilog-mode.el (verilog-pretty-expr):
2118 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
2119 verilog, such as += *= and the like.
2120 (verilog-assignment-operator-re): Regular expression to find the
2121 assigment operator in a verilog assignment.
2122 (verilog-assignment-operation-re): Regular expression to find an
2123 assignment statement for pretty-expr.
2124 (verilog-in-attribute-p): Query returns true if point is in an
2125 attribute context; used to skip these for expression line up from
2126 pretty-expr.
2127 (verilog-in-parameter-p): Query returns true if point is in an
2128 parameter definition context; used to skip these for expression
2129 line up from pretty-expr.
2130 (verilog-in-parenthesis-p): Query returns true if point is in a
2131 parenthetical expression, specifically ( ) but not [ ] or { };
2132 used by pretty-expr.
2133 (verilog-just-one-space): If there is no space, don't add one.
2134 (verilog-get-lineup-indent-2): Specifically skip just attribute
2135 contexts for expression lineup, rather than skipping all
2136 parenthetical expressions.
2137 (verilog-calculate-indent): Fix comment, and fix indent.
2138 (verilog-do-indent): Indent declarations in lists (suggested by
2139 Joachim Lechner).
2140 (verilog-mode-abbrev-table): Populate abbrev mode with the various
2141 skeleton items.
2142 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
2143 by Alain Mellan).
2144
1bbe96b2 21452011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
2146
2147 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
2148 parameters with embedded comments. Reported by Ray Stevens.
2149 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
2150 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
2151 Reported by Tim Holt.
2152 (verilog-auto): Fix AUTOing a upper module then AUTOing module
2153 instantiated by upper module causing wrong expansion until AUTOed a
2154 second time. Reported by K C Buckenmaier.
2155 (verilog-diff-auto): Fix showing .* as a difference when
2156 `verilog-auto-star-save' off. Reported by Dan Dever.
2157 (verilog-auto-reset, verilog-read-always-signals)
2158 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
2159 temporary signals in reset list if
2160 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
2161 style to each signal's assignment type, bug381.
2162 Reported by Thomas Esposito.
6288f0ca
WS
2163 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
2164 (verilog-uvm-statement-re): Support UVM indentation and
2165 highlighting, with old OVM keywords only.
a1beca85 2166 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
2167 Support AUTOTIEOFF creating non-wire data types.
2168 Suggested by Jonathan Greenlaw.
6288f0ca
WS
2169 (verilog-auto-insert-lisp, verilog-delete-to-paren)
2170 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
2171 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
2172 (verilog-read-sub-decls, verilog-read-sub-decls-line):
2173 Fix mismatching parenthesis inside commented out code when deleting
382c953b 2174 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
2175 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
2176 non-numeric vector width. Reported by Alex Reed.
2177 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 2178 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
2179 (verilog-auto-delete-trailing-whitespace):
2180 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
2181 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
2182 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
2183 Fix verilog-scan-cache corruption when running user AUTO expansion
2184 hooks that call indentation routines.
2185 (verilog-simplify-range-expression): Fix typo ignoring lower case
2186 identifiers.
2187 (verilog-delete-auto): Fix delete-autos to also remove user created
2188 automatics, as long as they start with AUTO.
2189 (verilog-batch-diff-auto, verilog-diff-auto)
2190 (verilog-diff-function): Add `verilog-diff-auto' and bind to
2191 "C-c?" to report differences in AUTO expansion, ignoring spaces.
2192 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
2193 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
2194 (verilog-re-search-forward-quick, verilog-syntax-ppss):
2195 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
2196 is disabled and its cache will get corrupt, causing AUTOS not to
2197 expand. Instead use only -quick functions.
2198 (verilog-scan-region): Fix scanning over escaped quotes.
2199 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
2200 (verilog-re-search-backward-quick)
2201 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
2202 related functions now ignore strings, to fix misparsing of strings
2203 with magic comments embedded in them.
a1beca85
SM
2204 (verilog-read-auto-template):
2205 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
2206 Reported by Brad Dobbie.
2207 (verilog-read-auto-template):
2208 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 2209 Reported by Brad Dobbie.
6288f0ca
WS
2210 (verilog-auto-inst, verilog-auto-inst-param)
2211 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
2212 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
2213 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
2214 debugging templates without merge conflicts, bug357.
2215 Reported by Brad Dobbie.
2216 (verilog-read-auto-template):
2217 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
2218 Reported by Brad Dobbie.
2219 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
2220 abbrevs so user won't be asked to save.
2221 (verilog-read-auto-lisp-present): Fix to start at beginning of
2222 buffer in case called outside of verilog-auto.
2223 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
2224 to "X-2". Reported by Matthew Myers.
2225 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
2226 all inputs from module templates. Reported by Leith Johnson.
2227 (verilog-module-inside-filename-p): Fix locating programs as with
2228 modules.
2229 (verilog-auto-inst-port): Fix vl-width expressions when using
2230 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
2231 (verilog-decls-get-regs, verilog-decls-get-signals,
2232 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
2233 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
2234 verilog-read-decls): Combine reg and wire structures into one var
2235 structure to represent SystemVerilog concepts.
2236 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
2237 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
2238 (verilog-auto-wire-type, verilog-insert-definition):
2239 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
2240 SystemVerilog "logic" keyword instead of "wire"/"reg".
2241 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
2242 to declares outputs that also have assignments (presumably in an
a1beca85
SM
2243 ifdef or generate if so there's not a driver conflict).
2244 Reported by Matthew Myers.
2245 (verilog-auto-declare-nettype, verilog-insert-definition):
2246 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
2247 `default_nettype none. Reported by Julian Gorfajn.
2248 (verilog-read-always-signals-recurse, verilog-read-decls)
2249 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
2250 malformed end statement, bug325. Reported by Joshua Wise and
2251 Andrew Drake.
2252 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
2253 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
2254 when expanding .* in interfaces, bug320.
2255 Reported by Pierre-David Pfister.
6288f0ca 2256 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
2257 name and open parenthesis, bug317.
2258 Reported by Pierre-David Pfister.
6288f0ca
WS
2259 (verilog-simplify-range-expression): Fix simplification of
2260 multiplications inside AUTOWIRE connections, bug303.
2261 (verilog-auto-inst-port): Support parameter expansion in
2262 multidimensional arrays.
2263 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
2264 after "assert property". Reported by Julian Gorfajn.
2265 (verilog-simplify-range-expression): Fix "couldn't merge" errors
2266 with multiplication, bug303.
2267 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
2268 Reported by Jan Frode Lonnum.
2269
1bbe96b2
GM
22702011-11-30 Juanma Barranquero <lekktu@gmail.com>
2271
2272 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
2273 (hfy-shell-file-name, hfy-shell):
2274 * international/fontset.el (x-decompose-font-name): Fix typos.
2275
22762011-11-29 Ken Brown <kbrown@cornell.edu>
2277
2278 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
2279 (gdb-version): Remove defvar.
2280 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
2281 (gdb-gud-context-command, gdb-non-stop-handler)
2282 (gdb-current-context-command, gdb-stopped): Use it.
2283 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
2284 (gdb-non-stop-handler): Don't enable pretty-printing here.
2285 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
2286 non-stop mode. Use the following.
2287 (gdb-check-target-async): New defun.
2288 (gud-watch, gdb-stopped): Fix whitespace.
2289 (gdb-get-source-file): Don't try to display the source file if
2290 `gdb-main-file' is nil.
2291
22922011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
2293
2294 * align.el: Try to generate fewer markers (bug#10047).
2295 (align--set-marker): New macro.
2296 (align-region): Use it.
2297
c935221f
SM
22982011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
2299
2300 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
2301
e70b5064
CY
23022011-11-29 Chong Yidong <cyd@gnu.org>
2303
2304 * indent.el (indent-for-tab-command, indent-according-to-mode):
2305 Doc fix.
2306 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
2307
f3af92b7
MA
23082011-11-29 Michael Albinus <michael.albinus@gmx.de>
2309
2310 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
2311 aware of remote file names. (Bug#10124)
2312
ed472be9
CY
23132011-11-29 Chong Yidong <cyd@gnu.org>
2314
2315 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
2316
24510c22
SM
23172011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2318
2319 * files.el (find-file): Don't use force-same-window (bug#10144).
2320 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
2321 use pop-to-buffer if the selected window can't be used.
2322 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
2323
c60c3703
EZ
23242011-11-28 Eli Zaretskii <eliz@gnu.org>
2325
2326 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
2327 special-mode-map.
2328
e95def75
CY
23292011-11-28 Chong Yidong <cyd@gnu.org>
2330
2331 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
2332
c3f1c606
NR
23332011-11-27 Nick Roberts <nickrob@snap.net.nz>
2334
2335 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
2336 gdb-get-source-file-list on gdb-create-source-file-list.
2337
00db469c
EZ
23382011-11-26 Eli Zaretskii <eliz@gnu.org>
2339
2340 * whitespace.el (whitespace-newline): Use a different foreground
2341 color for 16-color light-background displays.
2342
4ad3bc2a
CY
23432011-11-24 Chong Yidong <cyd@gnu.org>
2344
2345 * window.el (display-buffer--special-action): Doc fix.
2346
e9fce1ac
JB
23472011-11-25 Juanma Barranquero <lekktu@gmail.com>
2348
2349 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
2350 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
2351 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
2352 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
2353 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
2354 (avl-tree-stack-first):
2355 * emacs-lisp/cconv.el (cconv--analyse-use):
2356 * net/gnutls.el (gnutls-negotiate): Fix typos.
2357
cb825e5d
GM
23582011-11-24 Glenn Morris <rgm@gnu.org>
2359
3adbe224
GM
2360 * lpr.el (lpr-windows-system, lpr-lp-system):
2361 * mail/binhex.el (binhex-begin-line):
2362 * progmodes/grep.el (grep-history, grep-find-history):
2363 * textmodes/flyspell.el:
2364 * vc/pcvs-defs.el (cvs-global-menu):
2365 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
2366 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
2367 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
2368
321decc8
GM
2369 * net/tls.el: Fix case of "GnuTLS".
2370
420b63ad
GM
2371 * paths.el (rmail-file-name): Format doc-string for make-docfile.
2372
cb825e5d
GM
2373 * version.el (emacs-build-system): Give it a doc-string.
2374
a0649f08
JL
23752011-11-24 Juri Linkov <juri@jurta.org>
2376
2377 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
2378
c0bc0fd4
GM
23792011-11-24 Glenn Morris <rgm@gnu.org>
2380
2381 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
2382 if called on a non-mime message just toggle the headers. (Bug#8006)
2383
20db1522
JB
23842011-11-24 Juanma Barranquero <lekktu@gmail.com>
2385
2386 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
2387 (allout-lead-with-comment-string, allout-structure-deleted-hook)
2388 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
2389 (allout-rebullet-heading, allout-open-sibtopic)
2390 (allout-toggle-current-subtree-encryption)
2391 (allout-toggle-subtree-encryption, allout-encrypt-string)
2392 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
2393 (allout-distinctive-bullets-string, allout-auto-activation):
2394 * window.el (window-normalize-buffer-to-display):
2395 * progmodes/verilog-mode.el (verilog-batch-indent):
2396 * textmodes/bibtex.el (bibtex-field-braces-opt)
2397 (bibtex-field-strings-opt):
2398 * vc/cvs-status.el (cvs-tree-merge):
2399 Fix typos.
2400
7262a87c
MA
24012011-11-23 Michael Albinus <michael.albinus@gmx.de>
2402
2403 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
2404 `non-essential' to t, in order to avoid remote connections.
2405
283430a1
EZ
24062011-11-23 Eli Zaretskii <eliz@gnu.org>
2407
a1beca85
SM
2408 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2409 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
2410 case-insensitively.
2411
d2992a38
ML
24122011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
2413
2414 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
2415
50419064
GM
24162011-11-23 Glenn Morris <rgm@gnu.org>
2417
da94eca1
GM
2418 * paths.el (rmail-file-name): Reformat the doc-string so that it
2419 is picked up.
2420
9aac4de2
GM
2421 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
2422 (rmail-auto-file): Ignore case in the "special" field names,
2423 as mail-fetch-field does for all others.
2424
8038d2d2
GM
2425 * mail/rmail.el (rmail-forward):
2426 * mail/rmailkwd.el (rmail-set-label):
2427 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
2428 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
2429
f3fe222a
GM
2430 * mail/rmail.el (rmail-current-message): Doc fix.
2431
50419064
GM
2432 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
2433
28109f49
SM
24342011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
2435
2436 * server.el (server-eval-and-print): Allow C-g (bug#6585).
2437
394c65f1
GM
24382011-11-22 Glenn Morris <rgm@gnu.org>
2439
2440 * mail/rmailmm.el (test-rmail-mime-handler)
2441 (test-rmail-mime-bulk-handler)
2442 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
2443
f2a0aa3a
JL
24442011-11-21 Juri Linkov <juri@jurta.org>
2445
1154d12e
JB
2446 * calc/calc.el (calc-read-key-sequence):
2447 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 2448
9c34a344
LMI
24492011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2450
2451 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
2452 Tell the caller that the next line needs recomputation, even
2453 though it doesn't start a sexp (bug#10094).
2454
f04a3be9
SM
24552011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2456
2457 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
2458
7978747f
SM
24592011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2460
f04a3be9
SM
2461 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
2462 Use force-same-window.
7978747f 2463
fe7a3057
JB
24642011-11-20 Juanma Barranquero <lekktu@gmail.com>
2465
2466 * descr-text.el (describe-char-unicode-data):
2467 * json.el (json-string-escape):
2468 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
2469 (Footnote-unicode, Footnote-style-p):
2470 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
2471
24901d61
CY
24722011-11-20 Chong Yidong <cyd@gnu.org>
2473
2474 * window.el (replace-buffer-in-windows): Restore interactive spec.
2475
bac7ff22
SM
24762011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2477
24f3d7b9
SM
2478 * electric.el (electric-indent-mode): Fix last change (too optimistic).
2479
bac7ff22
SM
2480 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
2481 (byte-compile-global-not-obsolete-vars): New var.
2482 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
2483 Use it.
2484 (byte-compile-warn-obsolete): Align text with the one in *Help*.
2485
cd1181db
JB
24862011-11-20 Juanma Barranquero <lekktu@gmail.com>
2487
2488 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
2489 * progmodes/pascal.el (electric-pascal-equal):
2490 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
2491 * xml.el (xml-substitute-special): Fix typos.
2492
7fb18e9e
GM
24932011-11-20 Glenn Morris <rgm@gnu.org>
2494
2495 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
2496 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
2497 Doc fixes.
2498 (rmail-decode-mime-charset): Mark as obsolete.
2499
2500 * mail/rmailsum.el (rmail-message-regexp-p-1):
2501 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
2502 Before using mime functions, check they are set. (Bug#10077)
2503
d5a6b3ba
JL
25042011-11-19 Juri Linkov <juri@jurta.org>
2505
2506 * info.el (Info-finder-find-node): Use `package--builtins' instead
2507 of `package-alist'. Use node names formed by the pattern "Keyword "
2508 and the keyword name.
2509
e981b61f
AS
25102011-11-19 Andreas Schwab <schwab@linux-m68k.org>
2511
1d00653d 2512 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 2513
3ffbc301
JL
25142011-11-19 Juri Linkov <juri@jurta.org>
2515
2516 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
2517 that calls `revert-buffer' on all Info buffers. (Bug#9915)
2518 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
2519 `old-history', `old-history-forward'. Add let-binding
2520 `window-selected'. Remove calls to `kill-buffer',
2521 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
2522 before calling `Info-find-node', so `Info-find-node-2' will reread
2523 the Info file. Restore window positions only when `window-selected'
2524 is non-nil.
2525
30c62133
JL
25262011-11-19 Juri Linkov <juri@jurta.org>
2527
2528 * isearch.el (isearch-lazy-highlight-new-loop):
2529 Remove condition `(not isearch-error)'. (Bug#9918)
2530
2531 * misearch.el (multi-isearch-search-fun): Add condition
2532 `(not bound)' to ignore lazy-highlighting search.
2533 Add the search-failed message "end of multi" when the end of
2534 multi-sequence is reached. Uncapitalize the search-failed
2535 message "Repeat for next buffer".
2536
2537 * info.el (Info-search): Add the search-failed message
2538 "end of the manual" when the end of the manual is reached
2539 in Isearch mode.
2540
645ca9cf
JL
25412011-11-19 Juri Linkov <juri@jurta.org>
2542
2543 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
2544 Use non-destructive `remove' instead of `delete' because
2545 `Info-history-list' stored to `Info-isearch-initial-history-list' in
2546 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
2547
df754f66
JL
25482011-11-19 Juri Linkov <juri@jurta.org>
2549
2550 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
2551 to nil instead of binding `search-ring' and `regexp-search-ring'.
2552 (Bug#9185)
2553
0e23d96a
EZ
25542011-11-19 Eli Zaretskii <eliz@gnu.org>
2555
2556 * simple.el (line-move): Force movement by logical lines for any
2557 hscrolled window, not only when auto-hscroll-mode is on.
2558 (line-move-visual): Update doc string to that effect. (Bug#10076)
2559
8a6ccb66
AS
25602011-11-19 Andreas Schwab <schwab@linux-m68k.org>
2561
2562 * language/european.el (macintosh): Define as alias for mac-roman.
2563
49ae5b39
EZ
25642011-11-19 Eli Zaretskii <eliz@gnu.org>
2565
2566 * mail/rmailmm.el (rmail-mime-display-header)
2567 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
2568 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
2569 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
2570 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
2571 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
2572 of a raw aref.
2573 (rmail-mime-entity-segment): To get past the tagline, move forward
2574 2 more lines, to account for the 2 empty lines that precede and
2575 follow the line with the buttons.
2576 (rmail-mime-update-tagline): Move one more line, to get past the
2577 empty line that follows the buttons in the tagline. (Bug#9520)
2578
c56cad4a
MR
25792011-11-19 Martin Rudalics <rudalics@gmx.at>
2580
2581 * window.el (window-max-delta-1, window-min-delta-1)
2582 (window-min-size-1, window-state-get-1, window-state-put-1)
2583 (window-state-put-2): Use "window--" prefix.
2584
cbe71af3
SM
25852011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
2586
2ad52c60
SM
2587 * emacs-lisp/smie.el: Improve warnings and conflict detection.
2588 (smie-warning-count): New var.
2589 (smie-set-prec2tab): Use it.
2590 (smie-bnf->prec2): Improve warnings. Add docstring.
2591 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
2592 (smie-bnf--set-class): New function.
2593 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
2594 corner case.
2595
6944dbc1
SM
2596 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
2597 (compilation-error-properties, compilation-move-to-column):
2598 Handle compilation-first-column while in the target buffer.
2599
c400c4d7
SM
2600 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
2601 Don't hardcode point-min==1.
2602
6dbe3e96
SM
2603 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
2604 (eshell-rewrite-for-command): Remove workaround.
2605 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
2606 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
2607 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
2608
cbe71af3
SM
2609 * files-x.el (modify-file-local-variable): Obey commenting conventions.
2610
a8e1496d
GM
26112011-11-17 Glenn Morris <rgm@gnu.org>
2612
2613 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2614 Ignore buffer-local generated-autoload-file if it is the same
2615 as the global value. (Bug#10049)
2616
df85d315
JB
26172011-11-17 Juanma Barranquero <lekktu@gmail.com>
2618
2619 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
2620 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
2621 (reftex-toc-previous-heading, reftex-toc-max-level)
2622 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
2623 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
2624 (reftex-toc-do-promote, reftex-toc-promote-prepare)
2625 (reftex-toc-promote-action, reftex-toc-extract-section-number)
2626 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
2627 (reftex-toc-rename-label, reftex-toc-visit-location)
2628 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
2629 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
2630 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
2631 leaving "*toc*" only for references to the buffer.
2632
a0c2d0ae
MR
26332011-11-17 Martin Rudalics <rudalics@gmx.at>
2634
2635 * window.el (window-resize, delete-window, split-window):
2636 Replace window-splits by window-combination-resize.
1d00653d 2637 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 2638
35c0bac8
GM
26392011-11-17 Glenn Morris <rgm@gnu.org>
2640
2641 * progmodes/sh-script.el (sh-font-lock-keywords-var):
2642 Make bash entry derive from sh entry, not shell entry.
2643
d0c8fc8a
MA
26442011-11-16 Michael Albinus <michael.albinus@gmx.de>
2645
d0c8fc8a
MA
2646 * net/tramp-cache.el (tramp-flush-file-property): Flush also
2647 properties of linked files. (Bug#9879)
2648
7262a87c
MA
2649 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
2650 local file name.
2651
7877f373
JB
26522011-11-16 Juanma Barranquero <lekktu@gmail.com>
2653
2654 * menu-bar.el (menu-bar-file-menu):
2655 * printing.el (pr-ps-utility):
2656 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
2657 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
2658 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
2659 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
2660 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
2661 (icalendar--convert-cyclic-to-ical)
2662 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
2663 (icalendar--convert-ical-to-diary)
2664 (icalendar--convert-recurring-to-diary)
2665 (icalendar--convert-non-recurring-all-day-to-diary)
2666 (icalendar-import-format-sample):
2667 * progmodes/idlw-shell.el (idlwave-shell-mode):
2668 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
2669 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
2670 (vhdl-ps-print-init): Fix typos.
2671
10649b82
KM
26722011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
2673
9d0cfcd6
GM
2674 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
2675 FSF and collapse date sequence, obscure author/maintainer email address
2676 better, remove extra version line, track relocation of author's webpage.
10649b82 2677
9d0cfcd6
GM
2678 * progmodes/python.el (python-pdbtrack-input-prompt)
2679 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
2680 regular python pdb prompts. Adjustments shamelessly taken exactly as
2681 suggested in EmacsWiki page (tiny change):
2682 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 2683
58179cce
JB
26842011-11-16 Juanma Barranquero <lekktu@gmail.com>
2685
2686 * expand.el (expand-pos, expand-index, expand-point):
2687 Remove redundant info from docstring.
2688 (expand-add-abbrevs): Doc fix.
2689 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
2690 (expand-sample-perl-mode-expand-list): Fix typos.
2691
2692 * net/dbus.el (dbus-event-member-name):
2693 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
2694 * term/pc-win.el (msdos-create-frame-with-faces):
2695 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
2696
b6f67890
MR
26972011-11-16 Martin Rudalics <rudalics@gmx.at>
2698
2699 * window.el (split-window, window-state-get-1)
2700 (window-state-put-1, window-state-put-2): Rename occurrences of
2701 window-nest to window-combination-limit.
1d00653d 2702 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 2703
ce7ddba0
CY
27042011-11-16 Chong Yidong <cyd@gnu.org>
2705
2706 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
2707 regexp (Bug#10033).
2708
3ae704f4
SM
27092011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2710
2711 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
2712 `completing-read' will remove *Completions* and will preserve
2713 current-buffer for us.
2714 (tmm-add-prompt): Users of *Completions* will always (re)set its
2715 major mode.
2716 (tmm-old-comp-map): Remove.
2717
6ad1cdde
GM
27182011-11-16 Glenn Morris <rgm@gnu.org>
2719
2720 * mail/rmailedit.el: Require rmailmm when compiling.
2721 (rmail-old-mime-state): New declaration.
2722 (rmail-edit-current-message): If editing a mime message,
2723 edit the "raw" message from the mbox buffer.
2724 (rmail-cease-edit): Handle mime messages. (Bug#9840)
2725
d20faa20
GM
27262011-11-15 Glenn Morris <rgm@gnu.org>
2727
2728 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
2729 which wasn't being used. Add optional arg to force given state.
2730 (rmail-mime): Add optional arg to force given state.
2731
c7015153
JB
27322011-11-15 Juanma Barranquero <lekktu@gmail.com>
2733
2734 * allout.el (allout-encryption-plaintext-sanitization-regexps):
2735 * frame.el (display-mm-dimensions-alist):
2736 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
2737 (outline-move-subtree-down):
2738 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
2739 (newsticker--treeview-do-get-node):
2740 * net/quickurl.el (quickurl-list-buffer-name):
2741 * progmodes/dcl-mode.el (dcl-mode):
2742 * progmodes/gdb-mi.el (gdb-mapcar*):
2743 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
2744
45261b50
GM
27452011-11-15 Glenn Morris <rgm@gnu.org>
2746
2747 * mail/rmail.el (rmail-file-coding-system): It's only ever used
2748 in a boolean sense, so just make it a boolean, and fix the doc.
2749 (rmail-show-mime-function, rmail-mime-feature)
2750 (rmail-require-mime-maybe): Doc fixes.
2751 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
2752
2753 * mail/rmailmm.el (rmail-show-mime): Doc fix.
2754
0d26e0b6
JB
27552011-11-15 Juanma Barranquero <lekktu@gmail.com>
2756
2757 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
2758 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
2759 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
2760 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
2761
447f30f6
GM
27622011-11-15 Glenn Morris <rgm@gnu.org>
2763
672b871d
GM
2764 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
2765 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
2766 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
2767 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
2768 (rmail-mime, rmail-show-mime): Doc fixes.
2769
f6aa5bb1
GM
2770 * term/ns-win.el (mode-line-frame-identification):
2771 Leave it alone. (Bug#10051)
2772
947cd66b
GM
2773 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
2774
447f30f6
GM
2775 * mail/rmailout.el (rmail-output-to-rmail-buffer):
2776 Handle empty buffers. (Bug#9978)
2777
0b381c7e
JB
27782011-11-14 Juanma Barranquero <lekktu@gmail.com>
2779
2780 * international/mule.el (define-charset):
2781 * mail/rmailmm.el (rmail-mime-find-header-encoding):
2782 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
2783 * progmodes/verilog-mode.el (verilog-backward-token):
2784 * textmodes/ispell.el (lookup-words):
2785 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
2786
71e027ac
GM
27872011-11-14 Glenn Morris <rgm@gnu.org>
2788
56632ce4
GM
2789 * progmodes/executable.el
2790 (executable-make-buffer-file-executable-if-script-p):
2791 Handle file-modes returning nil.
2792
40500957
GM
2793 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
2794 message - not necessary, and causes problems. (Bug#9831)
2795
071c2340
GM
2796 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
2797
d3cfca60
GM
2798 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
2799
71e027ac
GM
2800 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
2801 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
2802 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
2803
89d61221
MR
28042011-11-12 Martin Rudalics <rudalics@gmx.at>
2805
2806 * window.el (window-resize, delete-window): Use window-splits
2807 variable instead of function.
2808 (window-state-get-1, window-state-put-2, window-state-put):
2809 Don't deal with windows' splits status.
2810
98282f6f
GM
28112011-11-12 Glenn Morris <rgm@gnu.org>
2812
2813 * apropos.el (apropos-do-all, apropos-library, apropos-value)
2814 (apropos-documentation): Doc fixes.
2815
40a8bdf6
JB
28162011-11-11 Juanma Barranquero <lekktu@gmail.com>
2817
2818 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
2819 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
2820
65bd19ff
SM
28212011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2822
2823 * electric.el (electric-indent-post-self-insert-function): Make it
2824 possible for a char to only indent in some circumstances.
2825 (electric-indent-mode): Simplify.
2826
54f9154c
MR
28272011-11-11 Martin Rudalics <rudalics@gmx.at>
2828
2829 * window.el (windows-with-parameter): Remove unused function.
2830 (windows-at-side): Rename to window-at-side-list.
2831 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
2832 (window-side-check, window-size-ignore, window-size-fixed-1)
2833 (window-in-direction-2): Prefix with "window--".
2834 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 2835
68cbc58b
GM
28362011-11-11 Glenn Morris <rgm@gnu.org>
2837
2838 * subr.el (eval-after-load): If FILE is already loaded,
2839 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
2840
b2621720
GM
28412011-11-10 Glenn Morris <rgm@gnu.org>
2842
9a4de110
GM
2843 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
2844 Call svn via vc-svn-command rather than vc-do-command.
2845 (vc-svn-command): Add --non-interactive. (Bug#9993)
2846 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
2847
b2621720
GM
2848 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
2849 Add toggle-read-only. (Bug#7292)
2850 * files.el (toggle-read-only): Mention that it should only
2851 be used interactively. (Bug#10006)
2852
1dce7193
SM
28532011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2854
d9ac1a1e
SM
2855 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2856 Adjust regexp for OCaml warnings.
2857
0c325082
SM
2858 * electric.el (electric-pair-post-self-insert-function): Let user
2859 turn it off buffer-locally (bug#9932).
2860
90132c14
SM
2861 * progmodes/python.el (python-beginning-of-statement):
2862 Rewrite (bug#2703).
2863
1dce7193
SM
2864 * progmodes/compile.el: Better handle TABs (bug#9749).
2865 (compilation-internal-error-properties)
2866 (compilation-next-error-function): Obey the target buffer's
2867 compilation-error-screen-columns.
2868
c4e7c63a
JB
28692011-11-09 Juanma Barranquero <lekktu@gmail.com>
2870
2871 * progmodes/meta-mode.el: Remove obsolete comments.
2872 (meta-right-comment-regexp, meta-ignore-comment-regexp):
2873 Fix typos in docstrings.
2874
2cffd681
MR
28752011-11-09 Martin Rudalics <rudalics@gmx.at>
2876
2877 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 2878 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
2879 (window--resizable): New function. Make all callers of
2880 window-resizable call window--resizable instead.
2881 (window-resizable): Rewrite in terms of window--resizable.
2882
0edcba87
GM
28832011-11-08 Glenn Morris <rgm@gnu.org>
2884
2885 * progmodes/delphi.el (delphi-mode-syntax-table):
2886 Let define-derived-mode define a proper syntax table. (Bug#9994)
2887
4b0d61e3
SM
28882011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2889
2890 * window.el: Stay away from defsubst.
2891 (window-list-no-nils): Remove.
2892 (window-state-get-1, window-state-get): Use backquote instead.
2893
cd394be1 28942011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 2895
4b0d61e3 2896 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 2897 Fix incorrect use of default argument in `completing-read'.
2898
e1c2c6f2
MR
28992011-11-08 Martin Rudalics <rudalics@gmx.at>
2900
2901 * window.el (display-buffer-function, special-display-function):
2902 Mention display-buffer-record-window but do not mention
2903 help-setup parameter in doc-strings.
b3f4a882 2904 (window-min-delta): Fix doc-string typo.
e1c2c6f2 2905
105216ed
CY
29062011-11-08 Chong Yidong <cyd@gnu.org>
2907
2908 * window.el (window-total-height, window-total-width): Doc fix.
2909 (window-body-size): Move from C.
2910 (window-body-height, window-body-width): Move to C.
2911
0a9f9ab5
SM
29122011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2913
2914 * window.el: Make special-display like display-buffer-alist (bug#9532).
2915 (display-buffer--special-action): New function, morphed
2916 from display-buffer--special.
2917 (display-buffer): Use it to handle special-display-buffers at higher
2918 priority (just after display-buffer-alist).
2919 (display-buffer-fallback-action, display-buffer--other-frame-action)
2920 (pop-to-buffer-same-window): Remove display-buffer--special.
2921
a769dd15
GM
29222011-11-07 Glenn Morris <rgm@gnu.org>
2923
2924 * calendar/cal-menu.el (cal-menu-set-date-title):
2925 Do nothing if not in a calendar. (Bug#9976)
2926
05a61ee3
SM
29272011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
2928
2929 * files.el (find-file): Always use selected-window.
2930
be7f5545
MR
29312011-11-07 Martin Rudalics <rudalics@gmx.at>
2932
2933 * window.el (window-combinations): Make WINDOW argument
2934 mandatory. Rewrite doc-string.
2935 (walk-window-subtree, window-atom-check, window-min-delta)
2936 (window-max-delta, window--resize-this-window)
2937 (window--resize-root-window-vertically, window-tree)
2938 (balance-windows, window-state-put): Rewrite doc-strings as to
2939 not mention the term "subwindow".
2940 (window--resize-subwindows-skip-p): Rename to
2941 window--resize-child-windows-skip-p.
2942 (window--resize-subwindows-normal): Rename to
2943 window--resize-child-windows-normal.
2944 (window--resize-subwindows): Rename to
2945 window--resize-child-windows.
2946 (window-or-subwindow-p): Rename to window--in-subtree-p.
2947
3c6702ef
ML
29482011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
2949
2950 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
2951 Ensure that mbox format messages end in two newlines (Bug#9974).
2952
49745b39
CY
29532011-11-06 Chong Yidong <cyd@gnu.org>
2954
2955 * window.el (window-combination-p): Function deleted; its
2956 side-effect is not used in any existing code.
2957 (window-combinations, window-combined-p): Call window-*-child
2958 directly.
2959
24300f5f
CY
29602011-11-05 Chong Yidong <cyd@gnu.org>
2961
2962 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
2963 (window-size-ignore, window-state-get): Callers changed.
2964 (window-normalize-window): Rename from window-normalize-any-window.
2965 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 2966 (window-normalize-live-window): Delete.
447f16b8
CY
2967 (window-combination-p, window-combined-p, window-combinations)
2968 (walk-window-subtree, window-atom-root, window-min-size)
2969 (window-sizable, window-sizable-p, window-size-fixed-p)
2970 (window-min-delta, window-max-delta, window-resizable)
2971 (window-resizable-p, window-full-height-p, window-full-width-p)
2972 (window-current-scroll-bars, window-point-1, set-window-point-1)
2973 (window-at-side-p, window-in-direction, window-resize)
2974 (adjust-window-trailing-edge, maximize-window, minimize-window)
2975 (window-deletable-p, delete-window, delete-other-windows)
2976 (record-window-buffer, unrecord-window-buffer)
2977 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
2978 (quit-window, split-window, window-state-put)
2979 (set-window-text-height, fit-window-to-buffer)
2980 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 2981
89bd5ee1
EZ
29822011-11-04 Eli Zaretskii <eliz@gnu.org>
2983
53479029
EZ
2984 * mail/rmail.el (rmail-simplified-subject): Decode subject with
2985 rfc2047-decode-string.
2986 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
2987 warnings.
2988
89bd5ee1
EZ
2989 * window.el (window-body-height, window-body-width): Mention in
2990 the doc string that the return values are in frame's canonical
2991 units. (Bug#9949)
2992
bd17fdee
AM
29932011-11-03 Alan Mackenzie <acm@muc.de>
2994
2995 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
2996 change in cc-engine.el.
2997
acc825c5
SM
29982011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
2999
3000 * window.el (switch-to-buffer): Use `force-same-window' interactively.
3001
1885e5b8
MR
30022011-11-02 Martin Rudalics <rudalics@gmx.at>
3003
3004 * window.el (quit-window): Call unrecord-window-buffer after
3005 showing another buffer in the window. (Bug#9937)
acc825c5 3006 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 3007
ebe06da9
JB
30082011-11-02 Juanma Barranquero <lekktu@gmail.com>
3009
3010 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
3011 Accept status with more than 9 shelves. (Bug#9935)
3012 Reported by Colin D Bennett <colin@gibibit.com>.
3013
4ee88440
MR
30142011-11-01 Martin Rudalics <rudalics@gmx.at>
3015
3016 * help.el (with-help-window): Don't reference
3017 temp-buffer-show-specifiers in doc-string.
3018
08e1d82c
AS
30192011-10-31 Andreas Schwab <schwab@linux-m68k.org>
3020
3021 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
3022 menu-item.
3023
84bd6e9e
VJL
30242011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3025
3026 * whitespace.el: New version 13.2.2.
3027 (whitespace-newline-mode): Disable properly. Reported by Sarah
3028 <EmacsWiki>.
3029
dba0634a
UJ
30302011-10-30 Ulf Jasper <ulf.jasper@web.de>
3031
3032 * net/newst-treeview.el: Remove "Time-stamp".
3033 (newsticker--group-manage-orphan-feeds): Do not call
3034 newsticker--treeview-tree-update.
db22a3c2
JB
3035 (newsticker-treeview-update, newsticker-treeview):
3036 Call newsticker--treeview-tree-update if necessary.
dba0634a 3037
3d8daefe
MR
30382011-10-30 Martin Rudalics <rudalics@gmx.at>
3039
3040 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
3041 (window-iso-combinations): Remove "iso-" infix.
3042 Suggested by Chong Yidong.
3d8daefe
MR
3043 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
3044 (window-max-delta-1, window-resize, window--resize-siblings)
3045 (window--resize-this-window, adjust-window-trailing-edge)
3046 (split-window, balance-windows-1)
3047 (shrink-window-if-larger-than-buffer):
3048 * calendar/calendar.el (calendar-generate-window):
db22a3c2 3049 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 3050
1bc4c3ae
SM
30512011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3052
3053 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
3054 in place (bug#9907).
3055 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
3056 (eshell-rewrite-if-command, eshell-rewrite-for-command)
3057 (eshell-structure-basic-command, eshell-rewrite-while-command)
3058 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
3059 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
3060 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
3061 (eshell-do-pipelines-synchronously, eshell-eval-command):
3062 Use backquotes and prefer setq to set.
3063 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
3064 (eshell-macrop): Use functionp.
c1e2f5fa 3065 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 3066
30b65d9c
CY
30672011-10-30 Chong Yidong <cyd@gnu.org>
3068
3069 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
3070 instead of set-mark (Bug#9810).
3071
2d197ffb
CY
30722011-10-30 Chong Yidong <cyd@gnu.org>
3073
3074 * window.el (split-window-below, split-window-right): Rename from
3075 split-window-above-each-other and split-window-side-by-side
3076 respectively. All callers changed.
3077 (split-window-sensibly, split-window-sensibly): Use them.
3078 (split-window-keep-point): Doc fix.
3079
3080 * isearch.el: Add isearch-scroll property to split-window-below
3081 and split-window-right.
3082
3083 * follow.el (follow-mode):
3084 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
3085 * progmodes/ada-xref.el (ada-gdb-application):
3086 * emulation/vip.el (vip-buffer-in-two-windows):
3087 * image-dired.el (image-dired-dired-with-window-configuration):
3088 * dired-x.el (dired-do-find-marked-files):
3089 * dired.el (dired-pop-to-buffer):
3090 * bs.el (bs--show-with-configuration):
3091 * vc/emerge.el (emerge-setup-windows):
3092 * textmodes/two-column.el (2C-two-columns):
3093 * textmodes/reftex-toc.el (reftex-toc):
3094 * progmodes/gdb-mi.el (gdb-setup-windows):
3095 * progmodes/fortran.el (fortran-window-create):
3096 * net/newst-treeview.el (newsticker--treeview-window-init):
3097 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
3098 * emulation/tpu-edt.el (tpu-gold-map):
3099 * emulation/crisp.el (crisp-mode-map):
3100 * calendar/calendar.el (calendar-basic-setup): Callers changed.
3101
38bb2ca8
CY
31022011-10-29 Chong Yidong <cyd@gnu.org>
3103
aa4de341
CY
3104 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
3105
e1eb5385
CY
3106 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
3107
5d2ece3c
CY
3108 * textmodes/flyspell.el (flyspell-word): Fix char offset for
3109 forged Ispell output (Bug#7904).
3110
38bb2ca8
CY
3111 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
3112
d0af9f77
SM
31132011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3114
3115 * doc-view.el: Avoid ugly errors about not finding nil.
3116 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
3117 (doc-view-dvipdf-program, doc-view-unoconv-program)
3118 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
3119 Avoid nil or absolute file name as default value.
3120 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
3121
52bedd34
AM
31222011-10-28 Alan Mackenzie <acm@muc.de>
3123
db22a3c2 3124 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 3125
7e43cfa5
AM
31262011-10-28 Alan Mackenzie <acm@muc.de>
3127
3128 Amend the handling of c-beginning/end-of-defun in nested declaration
3129 scopes.
3130
52bedd34
AM
3131 * progmodes/cc-vars.el (c-defun-tactic): Move here from
3132 cc-langs.el. Change it to a defcustom.
7e43cfa5 3133
52bedd34
AM
3134 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
3135 cc-vars.el.
7e43cfa5 3136
d0af9f77
SM
3137 * progmodes/cc-engine.el (c-beginning-of-statement-1):
3138 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 3139
52bedd34 3140 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 3141 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
3142 (c-widen-to-enclosing-decl-scope): New function.
3143 (c-while-widening-to-decl-block): New macro.
3144 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
3145 outward for defun boundaries, and correspondingly change symbol
3146 `respect-enclosure' to `go-outward'.
3147 (c-declaration-limits): Change algorithm to report only the "innermost"
3148 defun's boundaries.
3149
1a2ce9ee
DD
31502011-10-28 Deniz Dogan <deniz@dogan.se>
3151
3152 * net/rcirc.el (rcirc-mode): Use hard newlines.
3153
bc97a826
AM
31542011-10-28 Alan Mackenzie <acm@muc.de>
3155
3156 Amend to indent and fontify macros "which include their own semicolon"
3157 correctly, using the "virtual semicolon" mechanism.
3158
52bedd34 3159 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 3160
d0af9f77 3161 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 3162 Recode to scan one line at a time rather than having \n and \r
58179cce 3163 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 3164 (c-forward-label): Amend for virtual semicolons.
58179cce 3165 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 3166
52bedd34
AM
3167 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
3168 of the new C macros.
bc97a826 3169
52bedd34 3170 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
3171 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
3172 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
3173 (c-opt-cpp-macro-define): Make into a full language variable.
3174 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
3175 AWK Mode (including \n, \r) removed, no longer needed.
3176
d0af9f77
SM
3177 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
3178 Invoke c-make-macro-with-semi-re.
bc97a826 3179
52bedd34
AM
3180 * progmodes/cc-vars.el (c-macro-with-semi-re):
3181 (c-macro-names-with-semicolon): New variables.
58179cce 3182 (c-make-macro-with-semi-re): New function.
bc97a826 3183
7a6c0941
SM
31842011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3185
3186 * vc/log-edit.el: Fill empty field rather than adding new one.
3187 (log-edit-add-field): New function.
3188 (log-edit-insert-changelog): Use it.
3189
b0c4cdcf
ML
31902011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3191
3192 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
3193
ee1f1da9
SM
31942011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3195
3196 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
3197 (gdb--check-interpreter): New function.
3198 (gdb): Use it.
3199
51bc5f8b
GM
32002011-10-27 Glenn Morris <rgm@gnu.org>
3201
416a2c45
GM
3202 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
3203 (least-positive-float, least-negative-float)
3204 (least-positive-normalized-float, least-negative-normalized-float)
3205 (float-epsilon, float-negative-epsilon):
3206 Remove unnecessary declarations.
3207
3208 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
3209 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
3210 (least-positive-float, least-negative-float)
3211 (least-positive-normalized-float, least-negative-normalized-float)
3212 (float-epsilon, float-negative-epsilon): Add doc-strings,
3213 based on those in cl.texi.
3214
51bc5f8b
GM
3215 * files.el (set-visited-file-name): If the major-mode changed,
3216 reload the local variables. (Bug#9796)
3217
15de15c6
CY
32182011-10-27 Chong Yidong <cyd@gnu.org>
3219
3220 * subr.el (change-major-mode-after-body-hook): New hook.
3221 (run-mode-hooks): Run it.
3222
ee1f1da9
SM
3223 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3224 Use change-major-mode-before-body-hook.
15de15c6
CY
3225
3226 * simple.el (fundamental-mode):
3227 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
3228 change introducing fundamental-mode-hook.
3229
5430d399
JB
32302011-10-26 Juanma Barranquero <lekktu@gmail.com>
3231
acc825c5 3232 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 3233
ad74a69e
MA
32342011-10-26 Michael Albinus <michael.albinus@gmx.de>
3235
3236 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 3237 tramp.el explicitly. (Bug#7583)
ad74a69e 3238
71d4c2a5
SM
32392011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3240
3241 * progmodes/octave-mod.el:
3242 * progmodes/octave-inf.el: Update maintainer.
3243
b1f6fa26
CY
32442011-10-26 Chong Yidong <cyd@gnu.org>
3245
3246 * subr.el (with-wrapper-hook): Rewrite doc.
3247
3f04efd6
MA
32482011-10-25 Michael Albinus <michael.albinus@gmx.de>
3249
3250 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 3251 filenames "/method:foo:". (Bug#9793)
3f04efd6 3252
410488d3
SM
32532011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3254
3255 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
3256 (bug#9865).
3257
c1ebb47e
GM
32582011-10-24 Glenn Morris <rgm@gnu.org>
3259
3260 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
3261
7f5c46c7
MA
32622011-10-24 Michael Albinus <michael.albinus@gmx.de>
3263
3264 * notifications.el: Add the requirement of a running D-Bus session
3265 bus to the Commentary.
3266
db2440b6
JL
32672011-10-24 Juri Linkov <juri@jurta.org>
3268
3269 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
3270 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
3271 (Bug#9364)
3272
feecf435
JL
32732011-10-24 Juri Linkov <juri@jurta.org>
3274
3275 * info.el (Info-following-node-name-re): Add newline to the list
3276 of allowed characters for leading space. (Bug#9824)
3277
a3839de2
SM
32782011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3279
acc825c5
SM
3280 * progmodes/octave-inf.el (inferior-octave-mode-map):
3281 Fix C-c C-h binding.
a3839de2
SM
3282 * progmodes/octave-mod.el (octave-help): Remove.
3283
09388e76
MA
32842011-10-23 Michael Albinus <michael.albinus@gmx.de>
3285
3286 Sync with Tramp 2.2.3.
3287
3288 * net/tramp-cache.el (top): Pacify byte-compiler using
3289 `init-file-user' and `site-run-file'.
3290
3291 * net/trampver.el: Update release number.
3292
86c60681
CY
32932011-10-23 Chong Yidong <cyd@gnu.org>
3294
3295 * files.el (toggle-read-only): Remove obsolete comment about
3296 version control.
3297
3298 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
3299 for toggle-read-only. Note that this hasn't called vc-next-action
3300 since 2008-05-02, though it wasn't documented at the time.
3301
a3839de2
SM
3302 * vc/ediff-init.el (ediff-toggle-read-only-function):
3303 Use toggle-read-only.
86c60681 3304
cd5495ff
AM
33052011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
3306
3307 Fix bug #9560, sporadic wrong indentation; improve instrumentation
3308 of c-parse-state.
3309
00b77525 3310 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 3311 correct faulty logical expression.
cd5495ff
AM
3312 (c-parse-state-state, c-record-parse-state-state):
3313 (c-replay-parse-state-state): New defvar/defuns.
3314 (c-debug-parse-state): Use new functions.
3315
42ee24ed
MR
33162011-10-22 Martin Rudalics <rudalics@gmx.at>
3317
3318 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 3319 last fix. Use window-in-direction correctly.
42ee24ed 3320
a7dee7e7
CY
33212011-10-21 Chong Yidong <cyd@gnu.org>
3322
3323 * progmodes/idlwave.el (idlwave-mode):
3324 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
3325 require-final-newline; that's done in prog-mode.
3326 Suggested by Stefan Monnier.
a7dee7e7 3327
e07b9a6d
MR
33282011-10-21 Martin Rudalics <rudalics@gmx.at>
3329
3330 * mouse.el (mouse-drag-window-above)
3331 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
3332 (mouse-drag-mode-line-1, mouse-drag-header-line)
3333 (mouse-drag-vertical-line-rightward-window): Remove.
3334 (mouse-drag-line): New function.
3335 (mouse-drag-mode-line, mouse-drag-header-line)
3336 (mouse-drag-vertical-line): Call mouse-drag-line.
3337 * window.el (window-at-side-p, windows-at-side): New functions.
3338
7e1361d9
UM
33392011-10-21 Ulrich Mueller <ulm@gentoo.org>
3340
3341 * tar-mode.el (tar-grind-file-mode):
3342 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
3343
30fcaf3a
CY
33442011-10-21 Chong Yidong <cyd@gnu.org>
3345
3346 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
3347 * progmodes/vera-mode.el (vera-mode):
3348 Use mode-require-final-newline.
30fcaf3a 3349
516eddb0
GM
33502011-10-20 Glenn Morris <rgm@gnu.org>
3351
db22a3c2 3352 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 3353
10d5f513
CS
33542011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
3355
3356 * emulation/cua-base.el (cua-set-mark): Fix case of string.
3357
ac6c8639
CY
33582011-10-20 Chong Yidong <cyd@gnu.org>
3359
3360 * emulation/cua-base.el (cua-mode):
3361 * mail/footnote.el (footnote-mode):
3362 * mail/mailabbrev.el (mail-abbrevs-mode):
3363 * net/xesam.el (xesam-minor-mode):
3364 * progmodes/bug-reference.el (bug-reference-mode):
3365 * progmodes/cap-words.el (capitalized-words-mode):
3366 * progmodes/compile.el (compilation-minor-mode)
3367 (compilation-shell-minor-mode):
3368 * progmodes/gud.el (gud-tooltip-mode):
3369 * progmodes/hideif.el (hide-ifdef-mode):
3370 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
3371 * progmodes/subword.el (subword-mode):
3372 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
3373 * progmodes/which-func.el (which-function-mode):
3374 * term/tvi970.el (tvi970-set-keypad-mode):
3375 * term/vt100.el (vt100-wide-mode):
3376 * textmodes/flyspell.el (flyspell-mode):
3377 * textmodes/ispell.el (ispell-minor-mode):
3378 * textmodes/nroff-mode.el (nroff-electric-mode):
3379 * textmodes/paragraphs.el (use-hard-newlines):
3380 * textmodes/refill.el (refill-mode):
3381 * textmodes/reftex.el (reftex-mode):
3382 * textmodes/rst.el (rst-minor-mode):
3383 * textmodes/sgml-mode.el (html-autoview-mode)
3384 (sgml-electric-tag-pair-mode):
3385 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
3386 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
3387 * emulation/crisp.el (crisp-mode):
3388 * emacs-lisp/eldoc.el (eldoc-mode):
3389 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
3390 minor mode behavior.
3391
aa42ab43
JL
33922011-10-19 Juri Linkov <juri@jurta.org>
3393
3394 * descr-text.el (describe-char): Add #x2010 and #x2011 to
3395 the list of hard-coded chars with escape-glyph face.
3396
89400f1d
SM
33972011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3398
3399 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
3400
305c07f6
MA
34012011-10-19 Michael Albinus <michael.albinus@gmx.de>
3402
3403 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
3404 running process.
3405
13754b54
GM
34062011-10-19 Glenn Morris <rgm@gnu.org>
3407
3408 * vc/vc-bzr.el (vc-bzr-after-dir-status):
3409 Ignore ignored files. (Bug#9726)
3410
06e21633
CY
34112011-10-19 Chong Yidong <cyd@gnu.org>
3412
3413 Doc fix for minor modes, stating that an omitted argument enables
3414 the mode unconditionally when called from Lisp.
3415
3416 * abbrev.el (abbrev-mode):
3417 * allout.el (allout-mode):
3418 * autoinsert.el (auto-insert-mode):
3419 * autoarg.el (autoarg-mode, autoarg-kp-mode):
3420 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
3421 (global-auto-revert-mode):
3422 * battery.el (display-battery-mode):
3423 * composite.el (global-auto-composition-mode)
3424 (auto-composition-mode):
3425 * delsel.el (delete-selection-mode):
3426 * desktop.el (desktop-save-mode):
3427 * dired-x.el (dired-omit-mode):
3428 * dirtrack.el (dirtrack-mode):
3429 * doc-view.el (doc-view-minor-mode):
3430 * double.el (double-mode):
3431 * electric.el (electric-indent-mode, electric-pair-mode):
3432 * emacs-lock.el (emacs-lock-mode):
3433 * epa-hook.el (auto-encryption-mode):
3434 * follow.el (follow-mode):
3435 * font-core.el (font-lock-mode):
3436 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
3437 * help.el (temp-buffer-resize-mode):
3438 * hilit-chg.el (highlight-changes-mode)
3439 (highlight-changes-visible-mode):
3440 * hi-lock.el (hi-lock-mode):
3441 * hl-line.el (hl-line-mode, global-hl-line-mode):
3442 * icomplete.el (icomplete-mode):
3443 * ido.el (ido-everywhere):
3444 * image-file.el (auto-image-file-mode):
3445 * image-mode.el (image-minor-mode):
3446 * iswitchb.el (iswitchb-mode):
3447 * jka-cmpr-hook.el (auto-compression-mode):
3448 * linum.el (linum-mode):
3449 * longlines.el (longlines-mode):
3450 * master.el (master-mode):
3451 * mb-depth.el (minibuffer-depth-indicate-mode):
3452 * menu-bar.el (menu-bar-mode):
3453 * minibuf-eldef.el (minibuffer-electric-default-mode):
3454 * mouse-sel.el (mouse-sel-mode):
3455 * msb.el (msb-mode):
3456 * mwheel.el (mouse-wheel-mode):
3457 * outline.el (outline-minor-mode):
3458 * paren.el (show-paren-mode):
3459 * recentf.el (recentf-mode):
3460 * reveal.el (reveal-mode, global-reveal-mode):
3461 * rfn-eshadow.el (file-name-shadow-mode):
3462 * ruler-mode.el (ruler-mode):
3463 * savehist.el (savehist-mode):
3464 * scroll-all.el (scroll-all-mode):
3465 * scroll-bar.el (scroll-bar-mode):
3466 * server.el (server-mode):
3467 * shell.el (shell-dirtrack-mode):
3468 * simple.el (auto-fill-mode, transient-mark-mode)
3469 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
3470 (line-number-mode, column-number-mode, size-indication-mode)
3471 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
3472 * strokes.el (strokes-mode):
3473 * time.el (display-time-mode):
3474 * t-mouse.el (gpm-mouse-mode):
3475 * tool-bar.el (tool-bar-mode):
3476 * tooltip.el (tooltip-mode):
3477 * type-break.el (type-break-mode-line-message-mode)
3478 (type-break-query-mode):
3479 * view.el (view-mode):
3480 * whitespace.el (whitespace-mode, whitespace-newline-mode)
3481 (global-whitespace-mode, global-whitespace-newline-mode):
3482 * xt-mouse.el (xterm-mouse-mode): Doc fix.
3483
a3839de2
SM
3484 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3485 Fix autogenerated docstring.
06e21633 3486
5214e501
JL
34872011-10-19 Juri Linkov <juri@jurta.org>
3488
3489 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
3490 by checking environment variables "DESKTOP_SESSION" and
3491 "XDG_CURRENT_DESKTOP". (Bug#9779)
3492
195f8db9
JL
34932011-10-19 Juri Linkov <juri@jurta.org>
3494
3495 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
3496 (browse-url-chromium-program, browse-url-chromium-arguments):
3497 New defcustoms.
3498 (browse-url-default-browser): Check for `browse-url-chromium' and
3499 call `browse-url-chromium-program'.
3500 (browse-url-chromium): New command. (Bug#9779)
3501
343a34ff
JB
35022011-10-18 Juanma Barranquero <lekktu@gmail.com>
3503
3504 * facemenu.el (list-colors-duplicates): On Windows, detect more
3505 duplicates by assuming that only colors matching "^System" are
3506 special "system colors". (Bug#9722)
3507
6978a151
SM
35082011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3509
3510 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
3511 to distinguish the author from the committer.
3512
6a80b297
MA
35132011-10-18 Michael Albinus <michael.albinus@gmx.de>
3514
3515 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
3516
b31a5677
JK
35172011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
3518
3519 * international/mule.el (sgml-html-meta-auto-coding-function):
3520 Add support for detecting encoding in HTML5 specified only as
3521 <meta charset="UTF-8">. Implementation just makes http-equiv and
3522 content-type parts from HTML4 encoding string optional. (Bug#9716)
3523
80c6d77f
GM
35242011-10-18 Glenn Morris <rgm@gnu.org>
3525
3526 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
3527
08b0fee8
CY
35282011-10-18 Chong Yidong <cyd@gnu.org>
3529
3530 * faces.el (cursor): Doc fix.
3531
67e729a5
CY
35322011-10-17 Chong Yidong <cyd@gnu.org>
3533
3534 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
3535
343a34ff 35362011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
3537
3538 * dirtrack.el (dirtrack): Support shell buffers with path
3539 prefixes, e.g. tramp-based remote shells. (Bug#9647)
3540
0bc06380
TZ
35412011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
3542
3543 * json.el: Bump version to 1.3 and note change in History.
3544 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
3545
8b79f3e0
SM
35462011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
3547
5a7c536b
SM
3548 * comint.el (comint-insert-input, comint-send-input)
3549 (comint-get-old-input-default, comint-backward-matching-input)
3550 (comint-next-prompt): Use nil instead of `input' for field property of
3551 past user input (bug#114).
3552
96a8a0df
SM
3553 * minibuffer.el (completion--replace): Inherit surrounding properties
3554 (bug#114).
3555 (minibuffer-complete-and-exit): Use it.
3556
8b79f3e0
SM
3557 * comint.el (comint--table-subvert): Quote the all-completions output
3558 (bug#9160).
3559
b8f7ff0d
MR
35602011-10-17 Martin Rudalics <rudalics@gmx.at>
3561
8b79f3e0 3562 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 3563
b8f7ff0d 3564 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 3565 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
3566 entries and separate them from frame entries.
3567
c235b555
GM
35682011-10-15 Glenn Morris <rgm@gnu.org>
3569
3570 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
3571 Doc fixes.
3572
6bbfa6e1
CY
35732011-10-15 Chong Yidong <cyd@stupidchicken.com>
3574
8b79f3e0
SM
3575 * net/network-stream.el (network-stream-open-starttls):
3576 Improve detection of failure due to lack of TLS support.
ec5c990d 3577
6bbfa6e1
CY
3578 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
3579 putting the input text in front and in bold.
3580
98488977
SM
35812011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
3582
3d1337be
SM
3583 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
3584
ee0b45e4
SM
3585 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
3586 empty buffer.
3587
98488977
SM
3588 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
3589 unread-command-events rather than pushing yet-another event.
3590
186f4720
EZ
35912011-10-14 Eli Zaretskii <eliz@gnu.org>
3592
3593 * mail/sendmail.el (sendmail-query-once): Improve the wording of
3594 the explanation of the possible choices. Make the options passed
3595 to completing-read shorter.
3596
8b7a997c
AM
35972011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3598
3599 * textmodes/flyspell.el (flyspell-large-region): Make sure
3600 extended character mode is used if defined (Bug#1339).
3601
12587bbb
EZ
36022011-10-13 Eli Zaretskii <eliz@gnu.org>
3603
3604 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
3605 character info for LRE, LRO, RLE, and RLO characters by appending
3606 an invisible PDF.
12587bbb 3607
bad41229
SM
36082011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
3609
3610 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
3611 even in case of error; add debug spec; simplify data flow.
3612 (with-timeout-handler): Remove.
3613
28dbc92f
MA
36142011-10-12 Michael Albinus <michael.albinus@gmx.de>
3615
3616 Fix Bug#6019, Bug#9315.
3617
3618 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
3619 complete `buffer-file-name', the local file name part could look
3620 remotely (for example on VMS).
3621
3622 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
3623 `tramp-run-real-handler'.
3624 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
3625 already quoted by '"'.
3626
3627 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
3628 Let `file-name-handler-alist' be nil, the local file name part
3629 could look remotely (for example on VMS).
3630
e1b0b23a
SM
36312011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3632
3633 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
3634 from here...
3635 (flyspell-post-command-hook): ...to here.
3636
a120bde9
SM
36372011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3638
3639 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
3640 if not needed.
3641 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
3642 using completion. Protect against "slow" callers.
3643 Remove the "message hack".
3644
7ce7717b
JL
36452011-10-11 Juri Linkov <juri@jurta.org>
3646
3647 * isearch.el (isearch-lazy-highlight-word): New variable.
3648 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
3649 Use it. (Bug#9727)
3650
c02ee9d6
GM
36512011-10-11 Glenn Morris <rgm@gnu.org>
3652
3653 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
3654 like f90-previous-statement does.
3655
93e616fd 36562011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3657
1f190e73 3658 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
3659 only in interactive use, to avoid error.
3660
af7b6078
SM
36612011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3662
3663 * minibuffer.el (completion-file-name-table): Fix last change,
3664 i.e. ignore normal errors but not the other ones.
3665
0563dae9
MR
36662011-10-10 Martin Rudalics <rudalics@gmx.at>
3667
3668 * window.el (special-display-buffer-names)
3669 (special-display-regexps): Remove some remnants of earlier
3670 changes from doc-strings.
366ca7f3
MR
3671 (quit-windows-on): New function.
3672
3673 * vc/vc.el (vc-revert, vc-rollback):
3674 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
3675 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 3676 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 3677
49677495
MR
36782011-10-09 Martin Rudalics <rudalics@gmx.at>
3679
3680 * window.el (frame-auto-hide-function): Add version tag.
3681 (Bug#9699)
3682
56f2d1e1
MA
36832011-10-09 Michael Albinus <michael.albinus@gmx.de>
3684
3685 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
3686 condition.
3687
112a6592
LL
36882011-10-09 Leo Liu <sdl.web@gmail.com>
3689
3690 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
3691 (Bug#9701)
3692
0812589b
GM
36932011-10-08 Glenn Morris <rgm@gnu.org>
3694
3695 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
3696 before the first code statement zero indent. (Bug#9690)
3697
b2b0776e
CY
36982011-10-08 Chong Yidong <cyd@stupidchicken.com>
3699
3700 * simple.el (count-words-region): Always count in the region.
3701 Report the number of lines and characters too.
3702 (count-words): New command, which counts in the buffer if the
3703 region is inactive, as count-words-region used to.
3704 (count-words--message): New function. Handle plurals.
3705 (count-lines-region): Make it an alias for count-words-region.
3706
3707 * bindings.el (esc-map): Replace count-lines-region with
3708 count-words-region.
3709
c557cd6b
MR
37102011-10-08 Martin Rudalics <rudalics@gmx.at>
3711
3712 * window.el (window--delete): Delete dedicated frame
3713 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 3714 (switch-to-buffer): Fix doc-string typo.
c557cd6b 3715
61a57ef4 37162011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3717
3a7d293b 3718 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 3719
c3833279
CY
37202011-10-07 Chong Yidong <cyd@stupidchicken.com>
3721
3722 * bindings.el ([M-left],[M-right]): Bind to left-word and
3723 right-word respectively.
3724
21ce8245
GM
37252011-10-07 Glenn Morris <rgm@gnu.org>
3726
3727 * cus-start.el (debug-on-quit): Fix custom type.
3728
6d823bb2
LMI
37292011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3730
0181e193
LMI
3731 * subr.el (define-key-after): Clarify that the function is not
3732 useful for non-menu keymaps.
3733
6d823bb2
LMI
3734 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
3735
8e3459ce 37362011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3737
21ce8245 3738 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 3739 in current minibuffer (Fix bug with recursive minibuffers).
3740
a1c2d21e
CY
37412011-10-06 Chong Yidong <cyd@stupidchicken.com>
3742
3743 * progmodes/gdb-mi.el (gdb): Doc fix.
3744
5a4cf282
MR
37452011-10-05 Martin Rudalics <rudalics@gmx.at>
3746
3747 * window.el (frame-auto-hide-function): New option replacing
3748 frame-auto-delete. Suggested by Stefan Monnier.
3749 (window--delete): Call frame-auto-hide-function instead of
3750 investigating frame-auto-delete.
c96111ea
MR
3751 (window-point-1, set-window-point-1): New functions.
3752 (window-in-direction, record-window-buffer, window-state-get-1)
3753 (display-buffer-record-window): Use window-point-1 instead of
3754 window-point.
3755 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 3756
9854542e
SM
37572011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
3758
3759 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
3760
8943cfb0
GM
37612011-10-05 Glenn Morris <rgm@gnu.org>
3762
3763 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
3764 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
3765
647ab967
LL
37662011-10-05 Leo Liu <sdl.web@gmail.com>
3767
3768 * subr.el (read-char-choice): Fix argument to buffer-live-p which
3769 works with buffer object.
3770
3ddfbced
SM
37712011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
3772
3773 * mpc.el (mpc-tool-bar-map): Add labels.
3774
bdfa5dd2
GM
37752011-10-04 Glenn Morris <rgm@gnu.org>
3776
3777 * calendar/holidays.el (calendar-check-holidays): Doc fix.
3778
0e2070b5
MR
37792011-10-04 Martin Rudalics <rudalics@gmx.at>
3780
3781 * window.el (window--delete): New function.
3782 (frame-auto-delete): Resuscitate option.
3783 (bury-buffer, replace-buffer-in-windows)
3784 (quit-window): Rewrite using window--delete.
3785 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
3786 Pass display-buffer-mark-dedicated to window--display-buffer-2
3787 (Bug#9639).
3788
3dc61a09
SM
37892011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3790
915a9b64
SM
3791 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
3792 returns a list (bug#9554). Add remote file name completion.
3793 * comint.el (comint--table-subvert): Curry and get quote&unquote
3794 functions as arguments.
3795 (comint--complete-file-name-data): Adjust call accordingly.
3796 * pcomplete.el (pcomplete--table-subvert): Remove.
3797 (pcomplete-completions-at-point): Use comint--table-subvert instead.
3798
3dc61a09
SM
3799 * minibuffer.el (completion-table-case-fold): Use currying.
3800 (completion--styles-type, completion--cycling-threshold-type):
3801 New constants.
3802 (completion-styles, completion-category-overrides)
3803 (completion-cycle-threshold): Use them.
3804 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
3805 completion-table-case-fold.
3806
8ea0a993
SB
38072011-10-03 Stephen Berman <stephen.berman@gmx.net>
3808
3809 * minibuffer.el (completion-category-overrides): Fix type of styles
3810 and add more user friendly tags (bug#9660).
3811
8c24b7f6
SM
38122011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3813
3814 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
3815 (mule-input-method-string): New widget.
3816 (default-input-method, language-info-custom-alist): Use it.
3817
428fe61a
SM
38182011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
3819
32c1fffd
SM
3820 * pcomplete.el: Require comint.
3821 (pcomplete--common-suffix): Remove.
3822 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
3823 (pcomplete--table-subvert): Sync with comint--table-subvert.
3824 (pcomplete--entries): Use comint-completion-file-name-table.
3825 * comint.el (comint-unquote-filename): Simplify.
3826 (comint-completion-file-name-table): New function (bug#9616).
3827 (comint--complete-file-name-data): Use it.
3828
428fe61a
SM
3829 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
3830 (pcmpl-gnu-tar-buffer): Remove.
3831 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
3832 around. Make sure pcomplete-suffix-list is only changed temporarily.
3833 Don't look inside the tar's file if it's too large.
428fe61a 3834
04c52e2f
CY
38352011-10-01 Chong Yidong <cyd@stupidchicken.com>
3836
ce3cefcc
CY
3837 * cus-edit.el (custom-mode-map):
3838 * epa.el (epa-key-list-mode-map):
3839 * man.el (Man-mode-map):
3840 * startup.el (splash-screen-keymap):
3841 * simple.el (special-mode-map): Use scroll-up-command and
3842 scroll-down-command.
3843
3844 * progmodes/idlw-help.el (idlwave-help-mode-map):
3845 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
3846 * net/newst-plainview.el (newsticker-mode-map):
3847 * emulation/ws-mode.el (wordstar-mode-map):
3848 * emulation/vi.el (vi-com-map):
3849 * calc/calc-graph.el (calc-graph-show-dumb):
3850 * term/sun.el (terminal-init-sun):
3851 * term/ns-win.el (global-map):
3852 * progmodes/grep.el (grep-mode-map):
3853 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
3854 * mail/rmail.el (rmail-mode-map):
3855 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
3856
04c52e2f
CY
3857 * custom.el (custom-safe-themes, load-theme): Treat value of t for
3858 custom-safe-themes as special.
3859
79adf8c8
JD
38602011-10-01 Julien Danjou <julien@danjou.info>
3861
3862 * notifications.el (notifications-notify): Fix docstring.
3863
63bd50d3
PS
38642011-10-01 Per Starbäck <per@starback.se>
3865
3866 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
3867
199e4c7e
MR
38682011-09-30 Martin Rudalics <rudalics@gmx.at>
3869
3870 * startup.el (command-line-1): Fix last fix by inserting
3871 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 3872 (Bug#9605) and (Bug#9636)
199e4c7e 3873
fe5f08dd
EZ
38742011-09-29 Eli Zaretskii <eliz@gnu.org>
3875
3876 * simple.el (line-move): If auto-hscroll-mode is disabled and the
3877 window is hscrolled, move by logical lines. (Bug#9607)
3878 (line-move-visual): Update the doc string to the above effect.
3879
b5516bbd
MR
38802011-09-29 Martin Rudalics <rudalics@gmx.at>
3881
ccee00c0
MR
3882 * window.el (display-buffer-record-window): When WINDOW is the
3883 selected window use `point' instead of `window-point'. (Bug#9626)
3884
b5516bbd
MR
3885 * startup.el (command-line-1): Use insert-before-markers when
3886 inserting initial-scratch-message. (Bug#9605)
ccee00c0 3887
b5516bbd
MR
3888 * help.el (help-window): Remove variable.
3889
52aa0014
GM
38902011-09-29 Glenn Morris <rgm@gnu.org>
3891
3892 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
3893
df9a7357
JB
38942011-09-29 Juanma Barranquero <lekktu@gmail.com>
3895
3896 * descr-text.el (describe-char-categories): Accept category
3897 descriptions more than one line long.
3898
a8406c20
SM
38992011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
3900
88d9610c
SM
3901 * simple.el (delete-trailing-whitespace): Fix last change.
3902
a5daf810
SM
3903 * progmodes/perl-mode.el (perl-syntax-propertize-function):
3904 Don't confuse "y => 3" as the beginning of a `y' operation.
3905
a8406c20
SM
3906 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
3907 object has more than 4 slots (bug#9613).
3908
a239d4e9
JB
39092011-09-28 Juanma Barranquero <lekktu@gmail.com>
3910
3911 * subr.el (with-output-to-temp-buffer):
3912 * net/quickurl.el (quickurl, quickurl-browse-url):
3913 Fix typos in docstrings.
3914
693fbdb6
EZ
39152011-09-27 Eli Zaretskii <eliz@gnu.org>
3916
3917 * minibuffer.el (completion-styles)
3918 (completion-category-overrides): Cross reference each other in doc
3919 strings.
3920
8b457e28
GM
39212011-09-27 Glenn Morris <rgm@gnu.org>
3922
3923 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
3924 to split-string. (Bug#9606)
3925
85a16208
LMI
39262011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3927
3928 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
3929 (bug#9615).
3930
502f9ebd
CY
39312011-09-27 Chong Yidong <cyd@stupidchicken.com>
3932
3933 * emacs-lisp/package.el (list-packages): Fix echo area message.
3934
7690bdea
LL
39352011-09-27 Leo Liu <sdl.web@gmail.com>
3936
3937 * ido.el (ido-read-internal): Accept cons cell HIST arg.
3938
e2ee6f30
MA
39392011-09-25 Michael Albinus <michael.albinus@gmx.de>
3940
3941 * net/dbus.el (dbus-unregister-object): Don't release services for
3942 registered signals. (Bug#9581)
3943
f3f98342
TZ
39442011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
3945
3946 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
3947 function that picks between cfengine 2 and 3 support
3948 automatically. Update docs accordingly.
3949
dd7aa8dd
KH
39502011-09-22 Kenichi Handa <handa@m17n.org>
3951
3952 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
3953 ZERO.
3954 (indian-itrans-v5-table-for-tamil): New variable.
3955 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
3956
3f2b07f8
KM
39572011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
3958
3959 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
3960 that's true if the current command involved collapsing of text.
3961 It's reset to false at the beginning of the next command.
3962 (allout-post-command-business): Move the cursor to the beginning
3963 of entry if the cursor is hidden and collapsing activity just
3964 happened.
3965
371d6a61
CY
39662011-09-24 Chong Yidong <cyd@stupidchicken.com>
3967
3968 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
3969 tracking (Bug#9541).
3970
2ac2721a
UJ
39712011-09-24 Ulf Jasper <ulf.jasper@web.de>
3972
3973 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
3974 (newsticker-show-news): Automatically load html rendering package
3975 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
3976 because w3m-fill-column is let-bound" and the error "Symbol's value
3977 as variable is void: w3m-fill-column".
2ac2721a 3978
fac7ae53
MA
39792011-09-24 Michael Albinus <michael.albinus@gmx.de>
3980
3981 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
3982 Release services only if they are defined. (Bug#9581)
3983
e08b633b
RS
39842011-09-23 Richard Stallman <rms@gnu.org>
3985
e488d29c
RS
3986 * textmodes/paragraphs.el (forward-sentence): For backwards case,
3987 distinguish start of paragraph from start of its text.
3988
19c38752
RS
3989 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
3990
e08b633b
RS
3991 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
3992 (rmail-generate-viewer-buffer): Put that hook on view buffer.
3993 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
3994
0a39f27e
AS
39952011-09-23 Andreas Schwab <schwab@linux-m68k.org>
3996
3997 * international/mule-diag.el (mule-diag): Insert a newline after
3998 each fontset description.
3999
db4e950d
SM
40002011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4001
4002 * simple.el (delete-trailing-whitespace):
4003 Document last change; simplify.
4004
eca3f3ea
PW
40052011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
4006
d68e189a
PW
4007 * simple.el (delete-trailing-whitespace): Also delete
4008 extra newlines at the end of the buffer.
4009
eca3f3ea
PW
4010 * textmodes/picture.el: Make motion commands obey shift-select-mode.
4011 (picture-newline): Use forward-line so as to ignore fields.
4012
01c157cc
SM
40132011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4014
4015 * subr.el (with-wrapper-hook): Fix edebug spec.
4016
022de23e
LMI
40172011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4018
4019 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
4020 (bug#4538).
4021
91683089
MA
40222011-09-23 Michael Albinus <michael.albinus@gmx.de>
4023
eca3f3ea
PW
4024 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
4025 Fix nasty bug using wrong cached values.
91683089 4026
5bdd6fa4
AM
40272011-09-23 Alan Mackenzie <acm@muc.de>
4028
4029 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
4030
97adfb97
CY
40312011-09-23 Chong Yidong <cyd@stupidchicken.com>
4032
4033 * window.el (pop-to-buffer): Ensure right window is selected if we
4034 chose another frame.
4035
d4ef2b50
EZ
40362011-09-22 Eli Zaretskii <eliz@gnu.org>
4037
4038 * simple.el (what-cursor-position): Use get-char-property-change
4039 and next-single-char-property-change, to be able to show display
4040 properties that come from overlays as well as text properties.
4041
72258fe5
CY
40422011-09-22 Chong Yidong <cyd@stupidchicken.com>
4043
4044 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
4045
4046 * cmuscheme.el (run-scheme, switch-to-scheme):
4047 * cus-edit.el (customize-group, custom-buffer-create)
4048 (customize-browse):
4049 * info.el (info):
4050 * shell.el (shell):
4051 * mail/sendmail.el (mail):
4052 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
4053
8f098516
RS
40542011-09-22 Richard Stallman <rms@gnu.org>
4055
4056 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
4057 move back only to line beg, don't move back over blank lines.
4058
e74f1bb6
MA
40592011-09-22 Michael Albinus <michael.albinus@gmx.de>
4060
4061 * files.el (copy-directory): Set directory attributes only in case
4062 they could be retrieved from the source directory. (Bug#9565)
4063
bfeef8b6
DK
40642011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
4065
4066 * progmodes/hideshow.el (hs-looking-at-block-start-p)
4067 (hs-find-block-beginning, hs-hide-level-recursive):
4068 Ignore strings as well as comments. (Bug#9502)
4069
7e423bb8
AS
40702011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
4071
4072 * progmodes/sql.el (sql-comint-postgres):
4073 Convert port number to a string. (Bug#9566)
4074
b4d72fcf
MR
40752011-09-22 Martin Rudalics <rudalics@gmx.at>
4076
4077 * window.el (quit-window): Undedicate window when switching to
4078 previous buffer. Reported by Thierry Volpiatto
4079 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
4080 (special-display-popup-frame): When popping up a new frame reset
4081 its previous buffers to nil. Simplify code.
b4d72fcf 4082
a7b88dc6
MA
40832011-09-21 Michael Albinus <michael.albinus@gmx.de>
4084
4085 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
4086 and process filter, as done also in `shell-command'.
4087
cf4eacfd
MR
40882011-09-21 Martin Rudalics <rudalics@gmx.at>
4089
eca3f3ea 4090 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
4091 Call set-window-start with NOFORCE argument t.
4092 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
4093 (quit-window): Reword doc-string. Handle new format of
4094 quit-restore parameter. Don't delete window if it has a
4095 previous buffer we can show instead of the present one.
4096 (display-buffer-record-window): Rewrite using a new format for
4097 the quit-restore window parameter
4098 (special-display-popup-frame, display-buffer-same-window)
4099 (display-buffer-reuse-window, display-buffer-pop-up-frame)
4100 (display-buffer-pop-up-window, display-buffer-use-some-window):
4101 Adapt symbol passed to display-buffer-record-window.
4102 * help.el (help-window-setup): Handle new format of quit-restore
4103 parameter.
4104
8d28cb95
SM
41052011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4106
94ab793f
SM
4107 * faces.el (face-list): Fix docstring (bug#9564).
4108
8d28cb95
SM
4109 * window.el (display-buffer--action-function-custom-type):
4110 Don't include internal functions in the Custom interface.
4111
3820edeb
JL
41122011-09-20 Juri Linkov <juri@jurta.org>
4113
4114 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
4115 (Info-forward-node, Info-backward-node, Info-next-preorder)
4116 (Info-last-preorder): Use it. (Bug#9528)
4117
5147931d
JL
41182011-09-20 Juri Linkov <juri@jurta.org>
4119
4120 * info.el (Info-last-preorder): Visit last menu item only when
4121 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
4122
cf499a1a
JD
41232011-09-20 Julien Danjou <julien@danjou.info>
4124
4125 * password-cache.el (password-cache-remove): Remove entries even if the
4126 value is nil, so that password with a nil value (negative caching) is
4127 possible to invalidate.
4128
f84e2fe2
LM
41292011-09-20 Lawrence Mitchell <wence@gmx.li>
4130
4131 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
4132 all whitespace around breakpoint. (Bug#9553)
4133 (f90-find-breakpoint): Only break at whitespace inside a comment.
4134
78054a46
SM
41352011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
4136
4137 * minibuffer.el (completion-file-name-table): Keep track of errors.
4138 (completion-table-with-predicate): Handle the case where pred1 is nil.
4139 * pcomplete.el (pcomplete-completions-at-point): Simplify.
4140
345083b2
SM
41412011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4142
e24e27be
SM
4143 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
4144 (debugger-return-value): Signal an error if the debugging context does
4145 not await any return value.
4146
345083b2
SM
4147 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
4148 * image-mode.el (image-toggle-display-text)
4149 (image-toggle-display-image): Stay away from evil `intangible'.
4150
08d355e3
LL
41512011-09-19 Leo Liu <sdl.web@gmail.com>
4152
4153 * replace.el (occur-revert-arguments): Make it permanent-local.
4154 (occur-mode): Don't call font-lock-defontify.
4155
f01da43f
CY
41562011-09-19 Chong Yidong <cyd@stupidchicken.com>
4157
4158 * net/ldap.el (ldap-search-internal): Don't push empty search
4159 result (Bug#9508).
4160
b6072fa6
SM
41612011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4162
4163 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
4164
443d6696
MA
41652011-09-19 Michael Albinus <michael.albinus@gmx.de>
4166
4167 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
4168 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
4169
7cc6e154
JL
41702011-09-18 Juri Linkov <juri@jurta.org>
4171
4172 * buff-menu.el (Buffer-menu-mode-map):
4173 * dired.el (dired-mode-map):
4174 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
4175 (lisp-interaction-mode-map):
4176 * emacs-lisp/package.el (package-menu-mode-map):
4177 * epa.el (epa-key-list-mode-map):
4178 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
4179 (menu-bar-options-menu):
4180 * outline.el (outline-mode-menu-bar-map):
4181 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
4182 * vc/vc-dir.el (vc-dir-menu-map):
4183 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
4184 Capitalize non-function content words in menu item strings.
4185
4186 * dired.el (dired-mode-map): Add menu item for
4187 `image-dired-dired-toggle-marked-thumbs'.
4188
80302a81
JL
41892011-09-18 Juri Linkov <juri@jurta.org>
4190
4191 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
4192 to `isearch-case-fold-search' and restore its original value
4193 after the `isearch-mode' call.
4194
46c5cf66
JL
41952011-09-18 Juri Linkov <juri@jurta.org>
4196
4197 * progmodes/grep.el (grep-process-setup): Don't check code for 1
4198 because `zgrep' returns 1 for successful matches (bug#9226).
4199
d18b513b
JL
42002011-09-18 Juri Linkov <juri@jurta.org>
4201
4202 * info.el (Info-extract-menu-node-name): Check the second match
4203 for empty string (second test-case of bug#9528).
4204 (Info-last-preorder): Let-bind `Info-history' to nil to not add
4205 intermediate nodes to the history (first test-case of bug#9528).
4206
72753f87
JL
42072011-09-18 Juri Linkov <juri@jurta.org>
4208
4209 * info.el (Info-mode-syntax-table): New variable.
1154d12e 4210 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 4211
c9384295
JL
42122011-09-18 Juri Linkov <juri@jurta.org>
4213
1154d12e
JB
4214 * info.el (Info-file-supports-index-cookies):
4215 Increment line-beginning-position's arg from 3 to 4 because makeinfo
4216 outputs one more line for long file names (bug#4142).
c9384295 4217
d473dce8
CY
42182011-09-18 Chong Yidong <cyd@stupidchicken.com>
4219
4220 * newcomment.el (comment-normalize-vars): If prompting for
4221 comment-start, set comment-start-skip too (Bug#8424).
4222
2176854d
JB
42232011-09-18 Johan Bockgård <bojohan@gnu.org>
4224
4225 * icomplete.el: Fix previous fix of Bug#5849.
4226 (icomplete-mode): Don't set completion-show-inline-help.
4227 (icomplete-minibuffer-setup): Set completion-show-inline-help
4228 locally during icompletion.
4229
3aace4e4
CY
42302011-09-18 Chong Yidong <cyd@stupidchicken.com>
4231
c940224f
CY
4232 * woman.el (woman2-process-escapes): Don't delete unrecognized
4233 escapes (Bug#7843).
4234
3aace4e4
CY
4235 * files.el (inhibit-first-line-modes-regexps): Add image files.
4236 (hack-local-variables-prop-line): Return nil for malformed
4237 prop-lines (Bug#9044).
4238
710dec63
MA
42392011-09-18 Michael Albinus <michael.albinus@gmx.de>
4240
4241 * net/tramp.el (top): Don't require 'shell.
4242 (tramp-methods): Fix docstring.
4243 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
4244 Return complete remote file name. Handle "smb" case.
4245 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
4246 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
4247
4248 * net/tramp-compat.el (top): Require 'shell.
4249
4250 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
4251 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
4252 `tramp-current-host'.
4253 (tramp-get-remote-tmpdir): Remove.
4254
4255 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
4256 `tramp-tmpdir' entries.
4257 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
4258 (tramp-smb-handle-file-attributes): Ignore errors.
4259 (tramp-smb-wait-for-output): Check also for process end.
4260
5d5ac8ec
LMI
42612011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4262
4263 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
4264 when sending QUIT (bug#9312).
4265
8c0f49f0
CY
42662011-09-17 Chong Yidong <cyd@stupidchicken.com>
4267
4268 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
4269 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
4270 occur-mode-display-occurrence.
4271 (occur-edit-mode): Add usage message.
4272 (occur-cease-edit): New command.
4273 (occur-after-change-function): Use text properties to find the
4274 position of the prefix text.
4275 (occur-engine): Set stickiness of prefix text properties.
4276
8f1383f7
GM
42772011-09-17 Glenn Morris <rgm@gnu.org>
4278
4279 * progmodes/etags.el (complete-tag):
4280 Fix call to completion-in-region. (Bug#9526)
4281
744ba0e3
JL
42822011-09-17 Juri Linkov <juri@jurta.org>
4283
4284 * textmodes/ispell.el (ispell-word): Add to the error message
4285 the word, ispell program name and current dictionary (bug#9121).
4286 (ispell-tex-arg-end): Capitalize "error" in the error message.
4287
d9bbf400
AS
42882011-09-17 Andreas Schwab <schwab@linux-m68k.org>
4289
4290 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
4291 check. (Bug#4251)
4292
8da11505
JL
42932011-09-17 Juri Linkov <juri@jurta.org>
4294
4295 * window.el (window-safe-min-height, window-safe-min-width):
4296 Fix typos (followup to bug#9522).
4297
a91adc7e
SJ
42982011-09-17 Sven Joachim <svenjoac@gmx.de>
4299
4300 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
4301
064f328a
EZ
43022011-09-16 Eli Zaretskii <eliz@gnu.org>
4303
4304 * simple.el (line-move): If goal-column is set, move by logical
4305 lines, not by display lines. (Bug#971)
4306 (next-line, previous-line, goal-column, line-move-visual): Doc fix
4307 to reflect the above change.
4308
e69df516
SM
43092011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4310
4311 * image.el (imagemagick-register-types): Use regexp-opt.
4312
cbb0f9ab
CY
43132011-09-15 Chong Yidong <cyd@stupidchicken.com>
4314
4315 * window.el (display-buffer-base-action): Rename from
4316 display-buffer-default-action. Make default value empty.
4317 (display-buffer-overriding-action): Convert to defvar.
4318 (display-buffer-fallback-action): New var.
4319
25322144
CY
43202011-09-15 Chong Yidong <cyd@stupidchicken.com>
4321
4322 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
4323 declaration.
4324 (package--add-to-archive-contents): If there is a duplicate entry
4325 with an older version, remove it.
4326 (package-menu-mark-delete, package-menu-mark-install)
4327 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
4328 (package-menu-mark-obsolete-for-deletion):
4329 Use package-menu-get-status instead of a regexp search.
25322144
CY
4330 (package-menu-get-status): Use tabulated-list-entry.
4331 (package-menu-mark-upgrades): New command.
d770725a 4332 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
4333 (package-menu-execute): Do installation before deletion.
4334 (package-menu-refresh, package-menu-execute): Use derived-mode-p
4335 instead of checking major-mode.
4336 (package-menu--find-upgrades): New function.
4337
7520339c
LMI
43382011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4339
4340 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
4341 passwords in the log buffer.
65a046c4
LMI
4342 (smtpmail-process-filter): Update the process marker so that the
4343 "broken by peer" status message is inserted in the right place.
7520339c 4344
d3c30954
SM
43452011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4346
3fe48822
SM
4347 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
4348 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
4349 bibtex-completion-at-point-function.
4350 (bibtex-completion-at-point-function): Use them.
4351
1b8b3954
SM
4352 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
4353
d3c30954
SM
4354 * mpc.el (mpc-constraints-tag-lookup): New function.
4355 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
4356 also to browser "album|playlist".
4357
72779976
JL
43582011-09-14 Juri Linkov <juri@jurta.org>
4359
4360 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
4361 (isearch-edit-string): Use length of `isearch-string' when
4362 `isearch-fail-pos' returns nil.
4363 (isearch-message): Remove duplicate code and call
4364 `isearch-fail-pos' with arg `t'.
4365
a0bf2bcd
CY
43662011-09-14 Chong Yidong <cyd@stupidchicken.com>
4367
17bb0a2d
CY
4368 * replace.el (occur-mode-goto-occurrence): Don't force using other
4369 window (Bug#9499).
4370
a0bf2bcd
CY
4371 * dired-aux.el (dired-do-chmod): Don't provide initial input.
4372
f678e0b6
MR
43732011-09-14 Martin Rudalics <rudalics@gmx.at>
4374
4375 * window.el (display-buffer-window): Remove.
4376 (display-buffer-record-window): Use help-setup window parameter
4377 instead of variable display-buffer-window.
4378 (display-buffer-function, special-display-buffer-names)
4379 (special-display-function): Mention help-setup parameter instead
4380 of display-buffer-window in doc-string.
d3c30954
SM
4381 * help.el (help-window-setup): New argument help-window.
4382 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
4383 Reword some messages.
4384 (with-help-window): Pass window used for displaying the buffer
4385 to help-window-setup. Don't set display-buffer-window.
4386
8e39b2e8
GM
43872011-09-13 Glenn Morris <rgm@gnu.org>
4388
4389 * emacs-lisp/debug.el (debugger-make-xrefs):
4390 Preserve point. (Bug#9462)
4391
85e9c04b
CY
43922011-09-13 Chong Yidong <cyd@stupidchicken.com>
4393
4394 * window.el (window-deletable-p): Use next-frame.
4395
1b36ed6a
MR
43962011-09-13 Martin Rudalics <rudalics@gmx.at>
4397
4398 * window.el (window-auto-delete): Remove.
4399 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 4400 dedication and previous buffers.
1b36ed6a
MR
4401 (switch-to-prev-buffer): Don't delete window.
4402 (delete-windows-on): Delete a window's frame if and only if the
4403 window is dedicated.
4404 (replace-buffer-in-windows): Delete buffer's window or frame if
4405 and only if window is dedicated.
4406 (quit-window): Handle quit-restore as before last change.
4d61f28d 4407 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 4408
ef8ef9fb
CY
44092011-09-13 Chong Yidong <cyd@stupidchicken.com>
4410
4411 * window.el (window-deletable-p): Never delete the last frame on a
4412 given terminal.
4413
b2cba41e
GM
44142011-09-13 Glenn Morris <rgm@gnu.org>
4415
4416 * help.el (describe-key-briefly): Copy previous standard-output change.
4417
51553db6 44182011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
4419
4420 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
4421
b7556719
GM
44222011-09-13 Glenn Morris <rgm@gnu.org>
4423
4424 * emacs-lisp/lisp-mode.el (lisp-indent-function):
4425 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
4426
64b51947
CY
44272011-09-12 Chong Yidong <cyd@stupidchicken.com>
4428
4429 * dired-aux.el (dired-mark-read-string): Don't return default
4430 value on empty input (Bug#9361).
4431 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
4432 Omit initial minibuffer contents.
4433 (dired-do-chmod): Signal an error on empty input.
4434 (dired-mark-read-string): Don't return default on empty input.
4435
4436 * files.el (file-modes-symbolic-to-number): Doc fix.
4437
393a301e
SM
44382011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4439
4440 * international/mule-cmds.el (ucs-completions): Remove.
4441 (read-char-by-name): Use complete-with-action instead; add metadata.
4442
fa5660f9
CY
44432011-09-11 Chong Yidong <cyd@stupidchicken.com>
4444
4445 * window.el (display-buffer--action-function-custom-type)
4446 (display-buffer--action-custom-type): New vars.
4447 (display-buffer-alist, display-buffer-default-action)
4448 (display-buffer-overriding-action): Add defcustom types.
4449
4a592f66
CY
4450 * frame.el (delete-other-frames): Doc fix (Bug#276).
4451
73d56dbd
LMI
44522011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4453
4454 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
4455
37ac18a3
CY
44562011-09-11 Chong Yidong <cyd@stupidchicken.com>
4457
4458 Change modes that used same-window-* vars to use switch-to-buffer.
4459
4460 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
4461 Use switch-to-buffer.
4462
4463 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
4464 (customize-browse, custom-buffer-create-other-window):
4465 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
4466
4467 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
4468 (Info-prev, Info-up, Info-speedbar-goto-node)
4469 (info-display-manual): Use switch-to-buffer.
4470 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
4471
4472 * mail/sendmail.el (mail): Use switch-to-buffer.
4473 (mail-recover): Use switch-to-buffer-other-window.
4474
4475 * cmuscheme.el (run-scheme, switch-to-scheme):
4476 * ielm.el (ielm):
4477 * shell.el (shell):
4478 * net/rlogin.el (rlogin):
4479 * net/telnet.el (telnet, rsh):
4480 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
4481
10195bd6
AS
44822011-09-11 Andreas Schwab <schwab@linux-m68k.org>
4483
4484 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
4485
b322f63a
LMI
44862011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4487
39d7fed6
LMI
4488 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
4489 so don't mention it (bug#9301).
ba5a81f1 4490 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 4491
ee0e9f11
LMI
4492 * faces.el (face-spec-set-match-display): Make `(type graphic)'
4493 match `x', `w32' and `ns', like the manual says (bug#9029).
4494
0b1c89c1 4495 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
4496 (process-kill-buffer-query-function): Mention the buffer name in
4497 the query.
0b1c89c1 4498
77549ea8
LMI
4499 * image-mode.el (image-next-line): The line parameter is mandatory
4500 (bug#9258).
4501
803ef892
LMI
4502 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
4503 which can be useful (bug#9301).
4504
12980837
LMI
4505 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
4506
91054f8f
LMI
4507 * subr.el (match-string): Mention that the current buffer should
4508 be the same as the search was done in (bug#9282).
4509
b322f63a
LMI
4510 * facemenu.el: Disable the remove-* commands if the mark isn't
4511 active (bug#9162).
4512
3199b96f
CY
45132011-09-10 Chong Yidong <cyd@stupidchicken.com>
4514
4515 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
4516 of display-buffer.
4517 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
4518
4519 * replace.el (occur-mode-goto-occurrence)
4520 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
4521 and display-buffer.
4522
4523 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
4524 display-buffer.
4525
4526 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
4527 special-display and same-window variables.
4528 (mail-other-window): Use switch-to-buffer-other-window.
4529 (mail-other-frame): USe switch-to-buffer-other-frame.
4530
393a301e
SM
4531 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
4532 Use display-buffer-other-frame.
3199b96f
CY
4533 (gdb-display-gdb-buffer): Use pop-to-buffer.
4534
4535 * progmodes/gud.el (gud-goto-info): Use info-other-window.
4536
4537 * progmodes/python.el: Don't set same-window-buffer-names.
4538
4539 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
4540
4541 * window.el (display-buffer-alist): Add *Python*.
4542
8319e0bf
CY
45432011-09-10 Chong Yidong <cyd@stupidchicken.com>
4544
4545 * window.el (display-buffer-alist): Add entry for buffers
4546 previously handled same-window-*.
4547 (display-buffer-alist, display-buffer-default-action)
4548 (display-buffer-overriding-action): Mark as risky.
4549 (display-buffer-alist): Document action function changes.
4550 (display-buffer--same-window-action)
4551 (display-buffer--other-frame-action): New variables.
4552 (switch-to-buffer, display-buffer-other-frame): Use them.
4553 (display-buffer): Rename reuse-frame entry to reusable-frames.
4554 (display-buffer-reuse-selected-window): Function deleted.
4555 (display-buffer-reuse-window): Handle reusable-frames alist entry.
4556 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
4557 (display-buffer-special): New function.
4558 (display-buffer--maybe-pop-up-frame-or-window): Rename from
4559 display-buffer-reuse-or-pop-window. Split off special-display
4560 part into display-buffer-special.
4561 (display-buffer-use-some-window): Don't perform any special
4562 pop-up-frames handling.
4563 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 4564 (display-buffer--maybe-same-window): Rename from
0d3ff375 4565 display-buffer-maybe-same-window.
8319e0bf 4566
919a69aa
CY
4567 * info.el: Don't set same-window-regexps.
4568 (info-setup): New function.
4569 (info-other-window, info): Call it.
4570
4571 * cus-edit.el: Don't set same-window-regexps.
4572 (customize-group): New argument.
4573 (customize-group-other-window): Use it.
4574 (customize-face, customize-face-other-window): Likewise.
4575 (custom-buffer-create-other-window): Use pop-to-buffer directly.
4576
8319e0bf
CY
4577 * net/rlogin.el:
4578 * net/telnet.el:
4579 * progmodes/gud.el: Don't set same-window-regexps.
4580
4581 * cmuscheme.el:
4582 * ielm.el:
4583 * shell.el:
4584 * mail/sendmail.el:
4585 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
4586
25173000
JL
45872011-09-10 Juri Linkov <juri@jurta.org>
4588
4589 * isearch.el (isearch-edit-string): Remove obsolete mention of
4590 `C-w' (`isearch-yank-word-or-char') from docstring.
4591 (isearch-query-replace): Fix typo in docstring (bug#9466).
4592
056e44ef
JL
45932011-09-10 Juri Linkov <juri@jurta.org>
4594
4595 * paren.el (show-paren-function): Don't show escaped parens.
4596 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
4597
c3760c17
EZ
45982011-09-10 Eli Zaretskii <eliz@gnu.org>
4599
4600 * mail/sendmail.el (mml-to-mime, mml-attach-file)
4601 (mm-default-file-encoding): Remove autoload forms, they are
4602 replaced with autoload cookies in mml.el and mm-encode.el.
4603 (mail-add-attachment): New command.
4604 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
4605 (mail-mode): Mention mail-insert-file and mail-add-attachment in
4606 the doc string.
4607 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
4608
fece895e
RT
46092011-09-10 Reuben Thomas <rrt@sc3d.org>
4610
e69df516
SM
4611 * simple.el (count-words-region): Use buffer if there's no region
4612 (bug#9429).
fece895e 4613
5e68ce4a
JL
46142011-09-09 Juri Linkov <juri@jurta.org>
4615
4616 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
4617 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
4618 (wdired-isearch-filter-read-only): New function. (Bug#6362)
4619
0a6b9622
AM
46202011-09-09 Alan Mackenzie <acm@muc.de>
4621
4622 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
4623 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
4624
14a29deb
EZ
46252011-09-09 Eli Zaretskii <eliz@gnu.org>
4626
4627 Fix for Savannah bug#9392.
4628 * simple.el (mail-encode-mml): New defvar.
4629
4630 * mail/rmail.el (mail-encode-mml): Add a defvar.
4631 (rmail-enable-mime-composing): Default to t.
4632 (rmail-forward): Use MIME method of forwarding only if both
4633 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
4634 Set mail-encode-mml non-nil if the MIME method was used.
4635
4636 * mail/sendmail.el (mml-to-mime): Add autoload form.
4637 (mail-encode-mml): Add a defvar.
4638 (mail-mode): Make mail-encode-mml buffer-local and initialize it
4639 to nil.
4640 (mail-send): If mail-encode-mml is non-nil, run the outgoing
4641 message through mml-to-mime, and reset mail-encode-mml to nil.
4642
28c45130
GM
46432011-09-09 Glenn Morris <rgm@gnu.org>
4644
4645 * woman.el (woman-if-body): When processing an .el block,
4646 do not delete the next .el block as well. (Bug#9447)
69f4b618 4647 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 4648
9b1c252e
MR
46492011-09-08 Martin Rudalics <rudalics@gmx.at>
4650
4651 * window.el (window-deletable-p): Make sure window is live before
4652 invoking window-prev-buffers.
4653
567457e3
LL
46542011-09-08 Leo Liu <sdl.web@gmail.com>
4655
4656 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
4657
97f05794
JL
46582011-09-08 Juri Linkov <juri@jurta.org>
4659
4660 * progmodes/compile.el (compilation-environment): Make it
4661 a defcustom (bug#8340).
4662
8b0874b5
MR
46632011-09-08 Martin Rudalics <rudalics@gmx.at>
4664
4665 * window.el (frame-auto-delete): Rename to window-auto-delete.
4666 Make it control auto-deletion of windows and/or frames.
4667 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 4668 for deleting window/frame. (Bug#9419)
8b0874b5
MR
4669 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
4670 Rewrite handling of case when window/frame can be deleted.
4671 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 4672 argument t. (Bug#9456)
8b0874b5 4673
4feb6e73
CY
46742011-09-07 Chong Yidong <cyd@stupidchicken.com>
4675
4676 * help-mode.el (help-mode): Restore autoload.
4677
91ab9c13
JL
46782011-09-07 Juri Linkov <juri@jurta.org>
4679
4680 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
4681 `compilation-environment'. Set buffer-local
4682 `compilation-environment' to `thisenv' later after (funcall mode).
4683 (Bug#8340)
4684
4685 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
4686 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
4687 instead of replacing its value. (Bug#8340)
4688
0527e251
JL
46892011-09-07 Juri Linkov <juri@jurta.org>
4690
4691 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
4692 based on text properties put by `grep-filter' instead of matching
4693 escape sequences.
4694 (grep-mode): Set buffer-local `compilation-error-screen-columns'
4695 to the value of `grep-error-screen-columns' (bug#9438).
4696
249f792c
JL
46972011-09-07 Juri Linkov <juri@jurta.org>
4698
4699 * simple.el (next-error-highlight, next-error-highlight-no-select):
4700 Doc fix (bug#9432).
4701
ff7271b9
OT
47022011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
4703
4704 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
4705 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
4706
183fc730
LL
47072011-09-07 Leo Liu <sdl.web@gmail.com>
4708
4709 * net/rcirc.el (rcirc-mode): Conditionally initialize
4710 rcirc-input-ring.
4711
77694924
SM
47122011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4713
4714 * emacs-lisp/find-func.el (find-function-C-source): Only set
4715 find-function-C-source-directory after checking that we found a source
4716 file there (bug#9440).
4717
d809b8eb
AM
47182011-09-06 Alan Mackenzie <acm@muc.de>
4719
4720 * isearch.el (isearch-other-meta-char): Wherever a key list is
4721 unread, "unread" the prefix arg, too. This fixes bug #8901.
4722
453de99f
OG
47232011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
4724
4725 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
4726
90439906
JL
47272011-09-05 Juri Linkov <juri@jurta.org>
4728
4729 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
4730
f62bd846
JL
47312011-09-05 Juri Linkov <juri@jurta.org>
4732
4733 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
4734 keeping point where processing of grep matches begins, and
4735 continue to delete remaining escape sequences from the same point.
4736 (grep-filter): Make leading zero optional in "0?1;31m" because
4737 git-grep emits "\033[1;31m" escape sequences unlike expected
4738 "\033[01;31m" as GNU Grep does (bug#9408).
4739 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
4740
045820ec
JL
47412011-09-05 Juri Linkov <juri@jurta.org>
4742
4743 * subr.el (y-or-n-p): Capitalize "yes".
4744
f5e29b9b
MA
47452011-09-04 Michael Albinus <michael.albinus@gmx.de>
4746
4747 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
4748 `tramp-cache-unload-hook' where appropriate.
4749 (tramp-methods): Rename `tramp-remote-sh' to
4750 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
4751 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
4752
4753 * net/tramp-sh.el (top): Don't require 'shell.
4754 (tramp-methods): Add `tramp-remote-shell' and
4755 `tramp-remote-shell-args' entries.
4756 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
4757 (tramp-sh-handle-shell-command): Remove.
4758 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4759 Use `tramp-remote-shell'.
4760
2784c434
CY
47612011-09-03 Chong Yidong <cyd@stupidchicken.com>
4762
393a301e 4763 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
4764 (sendmail-query-once): Save directly to send-mail-function.
4765 Update message-send-mail-function too.
4766
4767 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
4768
464cdf56
CS
47692011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
4770
4771 * progmodes/python.el (python-mode-map): Use correct function to
4772 start python interpreter from menu-bar (as reported by Geert
4773 Kloosterman).
4774 (inferior-python-mode-map): Fix typo.
393a301e 4775 (python-shell-map): Remove.
464cdf56 4776
d37e5c87
DD
47772011-09-03 Deniz Dogan <deniz@dogan.se>
4778
4779 * net/rcirc.el (rcirc-print): Simplify code for
4780 rcirc-scroll-show-maximum-output. There is no need to walk
4781 through all windows to find the right one.
4782
f3ada0ee
CS
47832011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
4784
4785 * help.el (help-return-method): Doc fix.
4786
1f3c99ca
MR
47872011-09-03 Martin Rudalics <rudalics@gmx.at>
4788
4789 * window.el (window-deletable-p): Don't return a non-nil value
4790 when there's a buffer that was shown in the window before.
4791 (Bug#9419)
393a301e
SM
4792 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
4793 Set window's previous buffers to nil.
1f3c99ca 4794
a3cf097f
EZ
47952011-09-03 Eli Zaretskii <eliz@gnu.org>
4796
4797 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
4798 newline before and after the tag line, so it doesn't interfere
4799 with determining the paragraph direction of bidirectional text.
4800
3d03de90
LL
48012011-09-03 Leo Liu <sdl.web@gmail.com>
4802
4803 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
4804
c3313451
CY
48052011-09-02 Chong Yidong <cyd@stupidchicken.com>
4806
393a301e 4807 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
4808 (pop-to-buffer): Change interactive spec. Pass second argument
4809 directly to display-buffer.
4810 (display-buffer): Fix interactive spec. Use functionp to
4811 distinguish between a function and a list of functions.
4812
4813 * abbrev.el (edit-abbrevs):
4814 * arc-mode.el (archive-extract):
4815 * autoinsert.el (auto-insert):
4816 * bookmark.el (bookmark-bmenu-list):
4817 * files.el (find-file):
4818 * view.el (view-buffer):
4819 * progmodes/compile.el (compilation-goto-locus):
4820 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
4821
89894cd8
CY
48222011-09-02 Chong Yidong <cyd@stupidchicken.com>
4823
4824 * window.el (display-buffer-alist): Doc fix.
4825 (display-buffer): Add docstring. Don't treat
4826 display-buffer-default specially.
4827 (display-buffer-reuse-selected-window)
4828 (display-buffer-same-window, display-buffer-maybe-same-window)
4829 (display-buffer-reuse-window, display-buffer-pop-up-frame)
4830 (display-buffer-pop-up-window)
4831 (display-buffer-reuse-or-pop-window)
4832 (display-buffer-use-some-window): New functions.
4833 (display-buffer-default-action): Use them.
393a301e 4834 (display-buffer-default): Delete.
89894cd8
CY
4835 (pop-to-buffer-1): Fix choice of actions.
4836
ae0bc9fb
SM
48372011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
4838
4839 * minibuffer.el (completion--insert-strings): Don't get confused by
4840 completion entries that end with an LF char.
4841
e9d90883
EZ
48422011-09-01 Eli Zaretskii <eliz@gnu.org>
4843
4844 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
4845
437014c8
CY
48462011-09-01 Chong Yidong <cyd@stupidchicken.com>
4847
4848 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
4849 (display-buffer-same-window, display-buffer-other-window):
4850 New functions.
437014c8
CY
4851 (pop-to-buffer-1): New function. Use the above.
4852 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 4853 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
4854
4855 * view.el (view-buffer-other-window, view-buffer-other-frame):
4856 Just use pop-to-buffer.
4857
a5e063d5
TV
48582011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4859
4860 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
4861
793d32bb
WH
48622011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
4863
4864 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
4865
d65e4c15
RS
48662011-08-31 Richard Stallman <rms@gnu.org>
4867
4868 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
4869 of the separation of rmail-view-buffer from rmail-buffer.
4870 If you say no to "replace original", the decrypt is in the
4871 view buffer. If you say yes, the decrypt goes into the
4872 rmail buffer also.
4873
f818cd2a
MR
48742011-08-31 Martin Rudalics <rudalics@gmx.at>
4875
4876 * window.el (display-buffer-window): Rewrite doc-string.
4877 (display-buffer-record-window): New function.
4878 (display-buffer-macro-specifiers)
4879 (display-buffer-even-window-sizes, display-buffer-set-height)
4880 (display-buffer-set-width, display-buffer-in-window)
4881 (display-buffer-reuse-window, display-buffer-split-specifiers)
4882 (display-buffer-side-specifiers, display-buffer-split-window-1)
4883 (display-buffer-split-window, display-buffer-split-atom-window)
4884 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
4885 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
4886 (display-buffer-other-window-means-other-frame)
4887 (display-buffer-normalize-special)
4888 (display-buffer-normalize-default)
4889 (display-buffer-normalize-argument)
4890 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
4891 (display-buffer-normalize-specifiers, display-buffer-frame)
4892 (display-buffer-same-window, display-buffer-same-frame)
4893 (display-buffer-other-window)
4894 (display-buffer-same-frame-other-window)
4895 (display-buffer-other-frame, pop-to-buffer-same-window)
4896 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
4897 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
4898 (switch-to-buffer-same-frame)
4899 (switch-to-buffer-other-window-same-frame)
4900 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
4901 (display-buffer-alist-set-1, display-buffer-alist-set-2)
4902 (display-buffer-alist-set): Remove.
4903 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
4904 (special-display-regexps, special-display-function):
4905 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
4906 parameter.
4907 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
4908 (special-display-frame-alist, special-display-popup-frame)
4909 (same-window-buffer-names, same-window-regexps, same-window-p)
4910 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
4911 (split-window-preferred-function, split-height-threshold)
4912 (split-width-threshold, window-splittable-p)
4913 (split-window-sensibly, window--try-to-split-window)
4914 (window--frame-usable-p, even-window-heights)
4915 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
4916 (window--display-buffer-2, display-buffer-other-frame):
4917 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
4918 (display-buffer-default, display-buffer-assq-regexp): New functions.
4919 (display-buffer-alist): Rewrite doc-string.
4920 (display-buffer-default-action)
4921 (display-buffer-overriding-action): New variables.
4922 (display-buffer, switch-to-buffer): Rewrite.
4923 (pop-to-buffer): Restore Emacs 23 behavior but use
4924 window-normalize-buffer-to-display.
4925 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
4926 Restore Emacs 23 behavior but use
4927 window-normalize-buffer-to-switch-to.
4928 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
4929 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
4930 Rewrite using Emacs 23 options.
f818cd2a 4931
5bc3b51d
MA
49322011-08-31 Michael Albinus <michael.albinus@gmx.de>
4933
4934 * net/tramp.el (tramp-root-regexp): Remove.
4935 (tramp-completion-file-name-regexp-unified)
4936 (tramp-completion-file-name-regexp-separate)
4937 (tramp-completion-file-name-regexp-url): Don't use leading volume
4938 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
4939 (tramp-drop-volume-letter): Simplify definition.
4940 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 4941
b1a4f8e1
SM
49422011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
4943
4944 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
4945 (bug#9356).
4946
5664fa7b
RT
49472011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
4948
b1a4f8e1 4949 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 4950
9a45d6c3
JL
49512011-08-29 Juri Linkov <juri@jurta.org>
4952
4953 * isearch.el (isearch-done): Don't display message "Mark saved"
4954 when arg `edit' is non-nil to prevent its flicker in the echo area.
4955
fb87e0fb
CY
49562011-08-28 Chong Yidong <cyd@stupidchicken.com>
4957
4958 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
4959 obsolete packages for deletion.
4960
09ac1c2a
CS
49612011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
4962
4963 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 4964 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
4965 view-mode from help-mode.
4966 (help-xref-override-view-map): Remove.
4967 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
4968 view-mode is not used anymore.
4969
7a1ff57f
CY
49702011-08-28 Chong Yidong <cyd@stupidchicken.com>
4971
4972 * server.el (server-port): Doc fix.
4973
b9696605
CY
4974 * cus-theme.el (custom-theme-choose-mode): Inherit from
4975 special-mode (Bug#9124).
4976 (custom-theme-choose-mode-map): Add special-mode to parent.
4977
ef8cdf8c
AM
49782011-08-28 Alan Mackenzie <acm@muc.de>
4979
4980 * progmodes/cc-fonts.el
4981 (c-make-font-lock-BO-decl-search-function): New function.
4982 (c-basic-matchers-after - "Fontify the clauses after various
4983 keywords"): Extract the three keyword lists for the 3 erroneous
4984 constructs from the list of four, and use the new function above
4985 in place of an old one.
4986
27de4e20
DD
49872011-08-28 Deniz Dogan <deniz@dogan.se>
4988
4989 * net/rcirc.el (rcirc-insert-prev-input)
4990 (rcirc-insert-next-input): Remove unused argument.
4991
356a3681
SM
49922011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
4993
4994 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
4995
3fc9b218
AM
49962011-08-27 Alan Mackenzie <acm@muc.de>
4997
4998 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
4999 handle function pointer parameters properly.
5000
538a061c
MR
50012011-08-27 Martin Rudalics <rudalics@gmx.at>
5002
5003 * window.el (display-buffer-reuse-window): Fix case where
5004 selected window was reused with non-nil OTHER-WINDOW argument.
5005 (Bug#9381)
5006
35b1c40c
DD
50072011-08-27 Deniz Dogan <deniz@dogan.se>
5008
5009 * net/rcirc.el (rcirc-check-auth-status): Adding support for
5010 oftc's NickServ messages.
5011
2f6a3e79
GM
50122011-08-27 Glenn Morris <rgm@gnu.org>
5013
5014 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
5015
7254299e
CY
50162011-08-26 Chong Yidong <cyd@stupidchicken.com>
5017
5018 * emacs-lisp/package.el (package-install): Call package-initialize
5019 if called interactively.
5020
f8ccf167
LL
50212011-08-26 Leo Liu <sdl.web@gmail.com>
5022
5023 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
5024
3e8cd5ce
JL
50252011-08-25 Juri Linkov <juri@jurta.org>
5026
5027 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
5028 `search-whitespace-regexp' (bug#9364).
5029
93eb7113
JL
50302011-08-25 Juri Linkov <juri@jurta.org>
5031
5032 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
5033 `regexp-search-ring' to their global values to protect from
5034 updating by `read-from-minibuffer' (bug#9185).
5035
f65d1611
JL
50362011-08-25 Juri Linkov <juri@jurta.org>
5037
5038 * textmodes/ispell.el (ispell-command-loop): Add newline
5039 at the end of the "Use option `i'..." line.
5040
f1cf7a31
JL
50412011-08-25 Juri Linkov <juri@jurta.org>
5042
5043 * battery.el (display-battery-mode): If `battery-status-function'
5044 or `battery-mode-line-format' is nil, display the message and set
5045 `display-battery-mode' to nil (bug#9363).
5046
0c95fcf7
EZ
50472011-08-25 Eli Zaretskii <eliz@gnu.org>
5048
5049 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
5050 bidi-string-mark-left-to-right; they are unnecessary now.
5051
a2ebe600
DD
50522011-08-25 Deniz Dogan <deniz@dogan.se>
5053
5054 * net/quickurl.el: Documentation typo fixes.
5055
e4ed06f1
CY
50562011-08-25 Chong Yidong <cyd@stupidchicken.com>
5057
5058 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
5059
e5f1c99e
GM
50602011-08-25 Glenn Morris <rgm@gnu.org>
5061
b2948976
GM
5062 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
5063
e5f1c99e
GM
5064 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
5065 (smtpmail-via-smtp): Handle nil response from smtp.
5066
f22f4808
JL
50672011-08-24 Juri Linkov <juri@jurta.org>
5068
5069 * proced.el (proced-marked): Inherit from `error' instead of
5070 `font-lock-warning-face'.
5071
5072 * ibuffer.el (ibuffer-marked-face): Change default face from
5073 `font-lock-warning-face' to `warning'.
5074 (ibuffer-deletion-face): Change default face from
5075 `font-lock-type-face' to `error'.
5076
5077 * battery.el (battery-update): Use the face `error' instead of
5078 `font-lock-warning-face' (bug#6117).
5079
6a93965e
JL
50802011-08-24 Juri Linkov <juri@jurta.org>
5081
5082 * faces.el (success): Change face color from "Green3" to
5083 "ForestGreen" on light background (bug#9353).
5084
1ed43b09
CY
50852011-08-24 Chong Yidong <cyd@stupidchicken.com>
5086
5664fa7b
RT
5087 * window.el (quit-window): Rename from quit-restore-window.
5088 Use same arglist as old quit-window.
1ed43b09
CY
5089 (frame-auto-delete): Doc fix.
5090
5091 * view.el (view-mode-exit): Use quit-window.
5092
11dcdbb2
JL
50932011-08-24 Juri Linkov <juri@jurta.org>
5094
5095 * isearch.el (isearch-ring-adjust1): Start visiting previous
5096 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
5097 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
5098 for empty search string (when the last search string is reused
5099 automatically) to adjust the isearch ring to the last element and
5100 prepare the correct index for further M-p commands (bug#9185).
5101
de62b4df
KH
51022011-08-24 Kenichi Handa <handa@m17n.org>
5103
5104 * international/ucs-normalize.el: If decomposition property of
5105 CHAR is the default one (i.e. a list of CHAR itself), treat it as
5106 nil.
5107 (nfd, nfkd): Likewise.
5108
963b492b
SM
51092011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
5110
5111 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
5112 from process filters aren't reliably transmitted to the surrounding
5113 accept-process-output.
5114 (mpc-proc-check): New function.
5115 (mpc-proc-sync): Use it (bug#8293)
5116
93b6b5e1
SM
51172011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5118
5119 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
5120 Add compatibility functions (bug#9313).
5121
bca633fb
EZ
51222011-08-23 Eli Zaretskii <eliz@gnu.org>
5123
b177498a
EZ
5124 * cus-start.el (all): Add entry for bidi-paragraph-direction.
5125
6df6ae42 5126 * international/uni-bidi.el: Regenerate.
bca633fb 5127
0902a04e
KH
51282011-08-23 Kenichi Handa <handa@m17n.org>
5129
5130 * international/charprop.el:
5131 * international/uni-bidi.el:
5132 * international/uni-category.el:
5133 * international/uni-combining.el:
5134 * international/uni-comment.el:
5135 * international/uni-decimal.el:
5136 * international/uni-decomposition.el:
5137 * international/uni-digit.el:
5138 * international/uni-lowercase.el:
5139 * international/uni-mirrored.el:
5140 * international/uni-name.el:
5141 * international/uni-numeric.el:
5142 * international/uni-old-name.el:
5143 * international/uni-titlecase.el:
5144 * international/uni-uppercase.el: Regenerate.
5145
3bbf23bc
MR
51462011-08-23 Martin Rudalics <rudalics@gmx.at>
5147
5148 * help.el (help-window-setup): Fix message displayed when other
5149 window is reused. (Bug#9341)
5150
b3fd59bd
SM
51512011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5152
1802e444
SM
5153 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
5154 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
5155
b3fd59bd
SM
5156 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
5157 Mark obsolete.
5158 * shell.el (shell-parse-pcomplete-arguments): New function.
5159 (shell-completion-vars): Use it instead (bug#9160).
5160
4eb61348
SM
51612011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
5162
867cab74
SM
5163 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
5164 strings and comments (bug#9333).
5165
4eb61348
SM
5166 * emacs-lisp/debug.el (debug-arglist): New function.
5167 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
5168 (debug-on-entry-1): Handle interpreted closures (bug#9120).
5169
262a1439
JL
51702011-08-22 Juri Linkov <juri@jurta.org>
5171
56ee679c
JL
5172 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5173 Revert regexp that highlights output switches to its old
5174 pre-2010-10-28 value and remove one `?' from it (bug#9319).
5175
262a1439
JL
5176 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
5177 to check for empty output (bug#9226).
5178
f13f86fb
CY
51792011-08-22 Chong Yidong <cyd@stupidchicken.com>
5180
5181 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
5182 symbol-constituent as the default, as that stops font-lock from
5183 working properly (Bug#8843).
5184
c65c9622
LMI
51852011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5186
5187 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
5188 `coding-system-for-*' around the process open call to avoid
5189 auth-source side effects.
e7f2c178 5190 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
5191 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
5192 probe hangs.
c65c9622 5193
23a8a5ab
CY
51942011-08-21 Chong Yidong <cyd@stupidchicken.com>
5195
ff98b2dd
CY
5196 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
5197
23a8a5ab
CY
5198 * emacs-lisp/find-func.el (find-function-noselect): New arg
5199 lisp-only.
5200
5201 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
5202 signal an error for built-in functions (Bug#6664).
5203
f5e3c598
LMI
52042011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5205
5206 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
5207 (smtpmail-try-auth-methods): Use it.
5208
a3f2468a
CY
52092011-08-21 Chong Yidong <cyd@stupidchicken.com>
5210
2c34e8da
CY
5211 * font-lock.el (font-lock-fontify-region)
5212 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
5213 (font-lock-default-unfontify-buffer)
5214 (font-lock-default-fontify-region)
5215 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
5216
b3fd59bd
SM
5217 * progmodes/compile.el (compilation-error-properties):
5218 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
5219 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
5220 `ant' regexp.
ee31aabc 5221
a3f2468a
CY
5222 * net/browse-url.el (browse-url-firefox): Don't call
5223 browse-url-firefox-sentinel unless using -remote (Bug#9328).
5224
8e999f70
GM
52252011-08-20 Glenn Morris <rgm@gnu.org>
5226
c21a496a
GM
5227 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
5228
59ee0542
GM
5229 * tutorial.el (tutorial--default-keys): Update some default bindings.
5230
8e999f70
GM
5231 * files.el (hack-local-variables): Fully ignore case for "mode:".
5232
e3715033
AM
52332011-08-20 Alan Mackenzie <acm@muc.de>
5234
5235 Resolve invalid use of a regexp in regexp-opt.
5236
4d61f28d
JB
5237 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
5238 detection for a java annotation.
e3715033 5239
4d61f28d 5240 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
5241 detection for a java annotation.
5242
4d61f28d
JB
5243 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
5244 handling for java.
e3715033
AM
5245 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
5246
04ed2e9c
CY
52472011-08-20 Chong Yidong <cyd@stupidchicken.com>
5248
5249 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
5250 (Bug#9274).
5251
826cee64
AM
52522011-08-20 Alan Mackenzie <acm@muc.de>
5253
58179cce 5254 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
5255 such a construct. Mainly for when jit-lock etc. starts a chunk
5256 here.
5257
58179cce 5258 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 5259 variable.
58179cce 5260 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
5261 c-make-font-lock-search-function.
5262 (c-make-font-lock-search-function): Use the above function.
5263 (c-make-font-lock-context-search-function): New function.
5264 (c-cpp-matchers): Enhance the preprocessor expression case with
5265 the above function
5266 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
5267 which takes an expression.
5268
5269 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
5270
13009bd8
MR
52712011-08-20 Martin Rudalics <rudalics@gmx.at>
5272
5273 * window.el (display-buffer-reuse-window)
5274 (display-buffer-pop-up-window): Don't reuse or split a side
5275 window.
5276
9234ff7f
GM
52772011-08-19 Glenn Morris <rgm@gnu.org>
5278
5279 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 5280 Downcase "Mode:". (Bug#9331)
9234ff7f 5281
f635daa1
CY
52822011-08-18 Chong Yidong <cyd@stupidchicken.com>
5283
5284 * international/characters.el: Add L and R categories.
5285
5286 * subr.el (bidi-string-mark-left-to-right): Rename from
5287 string-mark-left-to-right. Use category search.
5288
5289 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
5290
bc987f8b
JL
52912011-08-18 Juri Linkov <juri@jurta.org>
5292
5293 * faces.el (error, warning, success): New faces with definitions
5294 copied from old default values of `font-lock-warning-face',
5295 `compilation-warning', `compilation-info' (bug#6117).
5296
5297 * font-lock.el (font-lock-warning-face): Inherit from `error'.
5298
5299 * progmodes/compile.el (compilation-error): Inherit from `error'.
5300 (compilation-warning): Inherit from `warning'.
5301 (compilation-info): Inherit from `success'.
5302
5303 * dired.el (dired-marked): Inherit from `warning'.
5304 (dired-flagged): Inherit from `error'.
5305
57173b96
LMI
53062011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5307
3e79eb87
LMI
5308 * mail/smtpmail.el (auth-source): Require to avoid problems with
5309 binding variables (bug#9298). Also clean up some unused
5310 autoloads.
5311
b3fd59bd
SM
5312 * net/network-stream.el (network-stream-open-starttls):
5313 Support using starttls.el without using gnutls-cli.
57173b96 5314
02b404de
JL
53152011-08-17 Juri Linkov <juri@jurta.org>
5316
5317 * progmodes/grep.el (rgrep): Handle the case when
5318 `grep-find-command' is a cons cell (bug#9278).
5319
8c9177f2
MR
53202011-08-17 Martin Rudalics <rudalics@gmx.at>
5321
5322 * window.el (display-buffer-pop-up-frame): Run frame creation
5323 function with BUFFER current (as special-display-popup-frame
5324 does). Reported by Drew Adams.
5325
3644a0ab
DU
53262011-08-17 Daiki Ueno <ueno@unixuser.org>
5327
5328 * epa-mail.el: Simplify GnuPG group expansion using
5329 epg-expand-group.
5330 (epa-mail-group-alist, epa-mail-group-modtime)
5331 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
5332 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
5333 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
5334 Remove.
5335
5e617bc2 53362011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
5337
5338 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
5339
9c4aeabf
AM
53402011-08-16 Alan Mackenzie <acm@muc.de>
5341
5342 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
5343 Correct, to avoid the inside of macros.
5344
3a99bf64
RS
53452011-08-16 Richard Stallman <rms@gnu.org>
5346
04963aa8
RS
5347 * epa-mail.el: Handle GnuPG group definitions.
5348 (epa-mail-group-alist, epa-mail-group-modtime)
5349 (epa-mail-gnupg-conf-file): New variables.
5350 (epa-mail-parse-groups, epa-mail-sync-groups)
5351 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
5352 (epa-mail-expand-recipients): New functions.
5353 (epa-mail-encrypt): Call epa-mail-expand-recipients.
5354
177549d0
RS
5355 * mail/rmail.el (rmail-epa-decrypt): New command.
5356
fe38beef
RS
5357 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
5358 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
5359 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
5360 (epa-decrypt-armor-in-region): Make error message clearer.
5361
934eacb9
SM
53622011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
5363
5364 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
5365 and "a2b" to "ab" for `prefix'.
5366
d024fb4e
CY
53672011-08-14 Chong Yidong <cyd@stupidchicken.com>
5368
5369 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
5370 filter groups.
de148fee
CY
5371 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
5372 Fourquet (Bug#8804).
d024fb4e 5373
62f1ca49
JB
53742011-08-12 Juanma Barranquero <lekktu@gmail.com>
5375
5376 * startup.el (argi): Declare as global variable (bug#9275).
5377
9ccaaa4b
CY
53782011-08-12 Chong Yidong <cyd@stupidchicken.com>
5379
5380 * subr.el (string-mark-left-to-right): Search the entire string
5381 for RTL script, not just the terminating character. Doc fix.
5382
a3dae87a
SM
53832011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
5384
6cd18349
SM
5385 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
5386 New function.
5387 (js--regexp-literal, js-syntax-propertize-function): Remove.
5388 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
5389 (js-mode-map): Don't rebind electric keys.
5390 (js-insert-and-indent): Remove.
5391 (js-mode): Setup electric-layout and electric-indent instead.
5392
a3dae87a
SM
5393 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
5394
9d5cb631
DU
53952011-08-12 Daiki Ueno <ueno@unixuser.org>
5396
5397 * epa.el (epa-progress-callback-function): Fix the logic of
5398 displaying progress.
5399 * epa-file.el (epa-file-insert-file-contents): Make progress
5400 display more user-friendly.
5401 (epa-file-write-region): Ditto.
5402
3e26a4a2
CY
54032011-08-10 Chong Yidong <cyd@stupidchicken.com>
5404
5405 * subr.el (string-mark-left-to-right): New function.
5406
5407 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
5408 Use string-mark-left-to-right.
5409 (list-buffers-noselect): Caller changed.
5410
a3dae87a
SM
5411 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
5412 Use string-mark-left-to-right.
3e26a4a2
CY
5413 (tabulated-list-print): Recenter after moving point.
5414
ac8cf6e6
JL
54152011-08-10 Juri Linkov <juri@jurta.org>
5416
5417 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
5418 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
5419 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
5420
8d96c9a4
CY
54212011-08-09 Chong Yidong <cyd@stupidchicken.com>
5422
5423 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
5424 (Bug#7554).
5425
7be1c708 54262011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
5427
5428 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
5429 character. (Bug#6594)
5430
37e11a63
CY
54312011-08-08 Chong Yidong <cyd@stupidchicken.com>
5432
839dde57
CY
5433 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
5434 (image-dired--with-db-file): New macro.
5435 (image-dired-write-tags, image-dired-remove-tag)
5436 (image-dired-create-gallery-lists, image-dired-write-comments)
5437 (image-dired-get-comment, image-dired-mark-tagged-files)
5438 (image-dired-list-tags, image-dired-gallery-generate): Use it.
5439 (image-dired-gallery-generate): Use insert-file-contents.
5440
37e11a63
CY
5441 * time.el (display-time-world-list, display-time-world-display):
5442 * time-stamp.el (time-stamp-string):
5443 * vc/add-log.el (add-change-log-entry): Use setenv instead of
5444 set-time-zone-rule (Bug#7337).
5445
0b4946c4
DU
54462011-08-08 Daiki Ueno <ueno@unixuser.org>
5447
5448 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
5449 (epg-error-to-string, epg-errors-to-string): New function.
5450 (epg-wait-for-completion): Reverse errors list.
5451 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
5452 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
5453 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
5454 (epg-sign-keys, epg-generate-key-from-file)
5455 (epg-generate-key-from-string): Format errors by using
5456 epg-errors-to-string (bug#9255).
5457 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
5458
75bfc667
JL
54592011-08-07 Juri Linkov <juri@jurta.org>
5460
5461 * faces.el (list-faces-display): Remove extra angle bracket
5462 from `help-mode-map'.
5463
5464 * info.el (Info-history-toc-nodes): Doc fix.
5465
5466 * longlines.el (longlines-mode): Doc fix.
5467
673e08bb
SM
54682011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
5469
4640dd88
SM
5470 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
5471 of statements and in a few more cases (bug#9183).
5472
673e08bb
SM
5473 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
5474 New functions.
5475 (cl-transform-lambda): Use them (bug#9239).
5476
89b3f019
MR
54772011-08-05 Martin Rudalics <rudalics@gmx.at>
5478
5479 * window.el (display-buffer-same-window)
5480 (display-buffer-same-frame, display-buffer-other-window)
5481 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
5482 (pop-to-buffer-other-window)
5483 (pop-to-buffer-same-frame-other-window)
5484 (pop-to-buffer-other-frame): Make them defuns.
5485 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
5486
640c8776
SM
54872011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5488
5489 * subr.el (make-composed-keymap): Move from C. Change calling
5490 convention, and improve docstring to bring attention to a subtle point.
5491 * minibuffer.el (completing-read-default): Adjust accordingly.
5492
63648a95
MA
54932011-08-03 Michael Albinus <michael.albinus@gmx.de>
5494
5495 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
5496 (tramp-open-shell): Use `tramp-shell-quote-argument'.
5497
5498 * net/trampver.el: Update release number.
5499
b796c9b7
SM
55002011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5501
5502 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
5503 "in" (bug#9190).
5504
2239d7d5
LMI
55052011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5506
e07dd7c3
LMI
5507 * mail/sendmail.el (sendmail-query-once): Restore the current
5508 buffer after querying (bug#9074).
5509
0e6a2bd7
LMI
5510 * dired.el (dired-flagged): Use different faces for marked and
5511 flagged files (bug#6117).
5512
ce887515
LMI
5513 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
5514 (bug#4433).
5515
92f2affc
LMI
5516 * ido.el (ido-mode): Switch off the message if called
5517 non-interactively.
5518
57d5aff0
LMI
5519 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
5520 before 587, since it appears that that's more likely to work for
5521 more people.
5522
98cd6c18 5523 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 5524 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
5525 exist.
5526
b96dec83
LMI
5527 * info.el: Remove the `Info-beginning-of-buffer' function
5528 (bug#8325).
5529
b796c9b7
SM
5530 * net/network-stream.el (network-stream-open-starttls):
5531 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 5532
d90e2ea0
MR
55332011-08-01 Martin Rudalics <rudalics@gmx.at>
5534
5535 * window.el (display-buffer-in-window): Don't set dedicated status
5536 of window here (Bug#9215).
5537 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
5538 (display-buffer-pop-up-side-window)
b796c9b7 5539 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 5540
cca09170
SM
55412011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
5542
5543 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
5544 before binding generated-autoload-file.
5545
027b979c
DD
55462011-08-01 Deniz Dogan <deniz@dogan.se>
5547
5548 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
5549
3c7ee4f3
MA
55502011-07-30 Michael Albinus <michael.albinus@gmx.de>
5551
5552 Sync with Tramp 2.2.2.
5553
5554 * net/trampver.el: Update release number.
5555
2cc8e51a
JL
55562011-07-30 Juri Linkov <juri@jurta.org>
5557
5558 * dired-aux.el (dired-touch-initial): Remove function.
5559 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
5560 current time, and `default' to the last modification time of the
5561 current marked file (bug#6887).
5562
a514d856
JM
55632011-07-28 Jose E. Marchesi <jemarch@gnu.org>
5564
5565 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 5566 numeric argument to read-number (bug#9163).
a514d856 5567
8a7eddd7
MA
55682011-07-27 Michael Albinus <michael.albinus@gmx.de>
5569
5570 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
5571 connection process, it could be nil.
5572
1ddd96f5
LL
55732011-07-27 Leo Liu <sdl.web@gmail.com>
5574
5575 Simplify url handling in rcirc-mode.
5576
5577 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
5578 (rcirc-browse-url-at-mouse): Remove.
5579 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
5580
b248a85d
AM
55812011-07-26 Alan Mackenzie <acm@muc.de>
5582
5583 Fontify bitfield declarations properly.
5584
5585 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
5586 (c-symbol-chars): Now exported as a lang variable.
5587 (c-not-primitive-type-keywords): New lang variable.
5588
5589 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
5590 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 5591 parsed as a bitfield declaration.
b248a85d 5592
b796c9b7
SM
5593 * progmodes/cc-engine.el (c-beginning-of-statement-1):
5594 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
5595 (c-punctuation-in): New function.
5596 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
5597 declarations properly.
5598
68575ab0
UJ
55992011-07-26 Ulf Jasper <ulf.jasper@web.de>
5600
5601 * calendar/icalendar.el (icalendar--all-events): Take care of
5602 multiple vcalendars in a single file.
b796c9b7 5603 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 5604
0f0a88b9
DD
56052011-07-25 Deniz Dogan <deniz@dogan.se>
5606
5607 * image.el (insert-image): Clarifying docstring.
5608
0b3f36df
MA
56092011-07-24 Michael Albinus <michael.albinus@gmx.de>
5610
5611 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
5612 `tramp-send-command-and-check' if there is no error.
5613 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
5614
a9901f61
AM
56152011-07-22 Alan Mackenzie <acm@muc.de>
5616
5617 Prevent cc-langs.elc being loaded at run time.
5618
5619 * progmodes/cc-mode.el: Remove two autoload forms which loaded
5620 cc-langs.
5621
4d61f28d 5622 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
5623 "(require 'cc-langs)". Quote a form so it will evaluate at
5624 (cc-mode's) compilation time.
5625
11d074b2
MA
56262011-07-22 Michael Albinus <michael.albinus@gmx.de>
5627
5628 * net/tramp.el (tramp-file-name-handler): Avoid recursive
5629 loading. (Bug#9114)
5630
938b94c8
MR
56312011-07-21 Martin Rudalics <rudalics@gmx.at>
5632
5633 * window.el (display-buffer-pop-up-window)
5634 (display-buffer-pop-up-side-window)
5635 (display-buffer-in-side-window): Call display-buffer-set-height
5636 and display-buffer-set-width after setting the new window's
b796c9b7 5637 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 5638
bfa4f190
SS
56392011-07-20 Sam Steingold <sds@gnu.org>
5640
5641 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
5642 (etags-tags-included-tables): Call `convert-standard-filename' on
5643 the file names contained in TAGS so that windows Emacs can handle
5644 TAGS files created by cygwin ctags.
5645
8ca42262
LMI
56462011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5647
5648 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
5649 which apparently didn't work.
5650
5db2afd2 56512011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 5652
5db2afd2
RW
5653 * proced.el (proced-send-signal): For *Marked Processes* buffer
5654 put point at beginning of buffer.
5655
92e15d10
SB
56562011-07-19 Stephen Berman <stephen.berman@gmx.net>
5657
5658 * proced.el (proced-format): Make header lines align with the text
5659 (bug#1779).
5660
1bfd59e5
LMI
56612011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5662
5663 * view.el (view-buffer): Allow running in `special' modes if we're
5664 visiting a file (bug#8615).
5665
f5aae37c
MR
56662011-07-19 Martin Rudalics <rudalics@gmx.at>
5667
5668 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
5669 (display-buffer-alist-set-1, display-buffer-alist-set-2):
5670 New functions.
f5aae37c
MR
5671 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
5672 more accurately.
5673
bf2c1571
AM
56742011-07-18 Alan Mackenzie <acm@muc.de>
5675
5676 Fontify declarators properly when, e.g., a jit-lock chunk begins
5677 inside a declaration.
5678
5679 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
5680
b796c9b7
SM
5681 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
5682 New function.
bf2c1571
AM
5683 (c-complex-decl-matchers): Insert reference to
5684 c-font-lock-enclosing-decls.
5685
5686 * progmodes/cc-engine.el (c-backward-single-comment):
5687 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
5688 to nil around calls to (forward-comment -1).
5689
4e190b80
LMI
56902011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5691
12dc863d
LMI
5692 * image.el (put-image): Doc typo fix.
5693
a762e966
LMI
5694 * progmodes/etags.el (tags-search): Doc typo fix.
5695
4e190b80
LMI
5696 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
5697 password if we get errors 550 to 554.
5698
f019fb21
LMI
56992011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5700
b796c9b7 5701 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 5702
81746738
LMI
5703 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
5704 indentation character (bug#6380).
5705
3ee3a1b5
LMI
5706 * files.el (buffer-offer-save): Made permanently local (bug#6241).
5707
c82f64de
LMI
5708 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
5709 to clarify what the problem is (bug#4291).
5710
f019fb21
LMI
5711 * simple.el (current-kill): Clarify what
5712 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
5713 (auto-fill-mode): Document `auto-fill-function' in relation to
5714 `auto-fill-mode' (bug#2470).
f019fb21 5715
0794775d
LM
57162011-07-16 Lawrence Mitchell <wence@gmx.li>
5717
5718 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
5719 method if slot is read-only (bug#9035).
5720
be39b8cc
MR
57212011-07-16 Martin Rudalics <rudalics@gmx.at>
5722
b796c9b7 5723 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 5724 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
5725 selected before, see discussion of (Bug#8615), (Bug#6954).
5726 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 5727
6ccf7859
GM
57282011-07-15 Glenn Morris <rgm@gnu.org>
5729
5730 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 5731 Respect help-form.
6ccf7859 5732
87e86684
LM
57332011-07-09 Lawrence Mitchell <wence@gmx.li>
5734
5735 * net/gnutls.el (gnutls-min-prime-bits): New variable.
5736 (gnutls-negotiate): Use it.
5737
d6066239
LMI
57382011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5739
b796c9b7
SM
5740 * net/gnutls.el (gnutls-negotiate):
5741 Upcase `gnutls-algorithm-priority'.
d6066239 5742
bd23ebc0
GM
57432011-07-15 Glenn Morris <rgm@gnu.org>
5744
c65bca65
GM
5745 * jka-compr.el (jka-compr-verbose): Move from here...
5746 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
5747 Add missing :version tag.
5748 * info.el: No need to require jka-compr when compiling.
bd23ebc0 5749
478615cc
LMI
57502011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5751
7b41decb
LMI
5752 * net/gnutls.el (gnutls-algorithm-priority): New variable.
5753 (gnutls-negotiate): Use it.
5754
dbc44fcd
LMI
5755 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
5756
06789f97
LMI
5757 * info.el (Info-beginning-of-buffer): New command.
5758 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
5759 announcing `b' as the key (bug#8325).
ab896c37 5760 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 5761
c39da690
LMI
5762 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
5763
3aa5f34b
LMI
5764 * international/mule-cmds.el
5765 (describe-specified-language-support): Make the error message
5766 clearer (bug#8905).
5767
4bf0979f
LMI
5768 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
5769
478615cc
LMI
5770 * isearch.el (isearch-barrier): Add a doc string, since it's
5771 mentioned in a function doc string (bug#8678).
5772
75c68aa1
MR
57732011-07-15 Martin Rudalics <rudalics@gmx.at>
5774
5775 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
5776 buffer argument (Bug#9083) and self-identifying label argument.
5777
a7c33da2
GM
57782011-07-15 Glenn Morris <rgm@gnu.org>
5779
5780 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
5781
2f5c6024
LMI
57822011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5783
5784 * man.el (Man-fontify-manpage): Fix message when formatting the
5785 man page (bug#7929).
5786
0bb23927 57872011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
5788
5789 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
5790 argument LRM; if non-nil, append an invisible LRM character to the
5791 buffer name.
5792 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
5793 last argument non-nil, when formatting buffer names.
0bb23927
EZ
5794 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
5795 paragraph direction.
cce4b0a7 5796
621ef9ab
LMI
57972011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5798
d1583c48
LMI
5799 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
5800 the man page name (bug#7929).
5801
6a57fb5f
LMI
5802 * image.el (put-image): Mention the `put-image' overlay property
5803 (bug#7834).
5804
d7956b14
LMI
5805 * scroll-bar.el (set-scroll-bar-mode): Mention that
5806 `scroll-bar-mode' lists the values (bug#7772).
5807
5b2d4a66
LMI
5808 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
5809 command (bug#7729).
5810
7509a874
LMI
5811 * rect.el (apply-on-rectangle): Return the point after the last
5812 operation.
5813 (string-rectangle): Go to the point after the last operation
5814 (bug#7522).
5815
4fe74b19
LMI
5816 * printing.el (pr-toggle-region): Clarify the documentation
5817 slightly (bug#7493).
5818
b796c9b7
SM
5819 * time.el (display-time-update):
5820 Allow `display-time-mail-function' to return nil (bug#7158).
5821 Fix suggested by Detlev Zundel.
ab283561 5822
fc233c9d
LMI
5823 * vc/diff.el (diff): Clarify the order the file names are read
5824 (bug#7111).
5825
43f5740b
LMI
5826 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
5827 the doc string (bug#7015).
5828
f2182a76
LMI
5829 * font-lock.el (font-lock-maximum-decoration): Mention what
5830 numeric levels mean (bug#6935).
5831
621ef9ab
LMI
5832 * startup.el (initial-buffer-choice): Don't mention the `none'
5833 selection, which is against policy.
5834
adc47434
MR
58352011-07-14 Martin Rudalics <rudalics@gmx.at>
5836
b796c9b7
SM
5837 * window.el (display-buffer-normalize-special):
5838 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 5839
7e5bfb8f
EZ
58402011-07-14 Eli Zaretskii <eliz@gnu.org>
5841
5842 * subr.el (version<, version<=, version=): Mention "-CVS" and
5843 "-12345" alpha version numbers.
5844
27fa387a
CY
58452011-07-14 Chong Yidong <cyd@stupidchicken.com>
5846
5847 * bindings.el: Add advertised binding for set-mark-command
5848 (Bug#5772).
5849
8bdfa064
CY
58502011-07-14 Chong Yidong <cyd@stupidchicken.com>
5851
5852 * bindings.el (mode-line-other-buffer):
5853 * bookmark.el (bookmark-bmenu-2-window):
5854 * bs.el (bs-cycle-next, bs-cycle-previous):
5855 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
5856 switch-to-buffer.
5857
5858 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 5859 Delete.
8bdfa064 5860
5eba16a3
JB
58612011-07-14 Juanma Barranquero <lekktu@gmail.com>
5862
5863 * follow.el (follow-debug-message, follow-redisplay):
5864 * jka-cmpr-hook.el (with-auto-compression-mode):
5865 Fix typos in docstrings.
5866
15853710
LMI
58672011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5868
a28e4607
LMI
5869 * subr.el (with-silent-modifications): Clarify somewhat what the
5870 macro inhibits (bug#6525).
5871
15853710
LMI
5872 * simple.el (eval-expression): Note what it does if called
5873 interactively (bug#6495).
5874
bee0fcef
CY
58752011-07-13 Chong Yidong <cyd@stupidchicken.com>
5876
b796c9b7
SM
5877 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
5878 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
5879
5880 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5881 Remove switch-to-buffer.
5882
58274504
LMI
58832011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5884
bd2fcc8d
LMI
5885 * files.el (make-directory): Clarify that an error will be raised
5886 if there's an error (bug#6397).
5887
0f04b32c
LMI
5888 * startup.el (initial-buffer-choice): Add `none' as a choice
5889 (bug#6234).
5890
465c5fc8
LMI
5891 * subr.el (add-hook): Clarify section about buffer-local hooks
5892 (bug#6218).
5893
58274504
LMI
5894 * dired.el (dired-flagged): Clarify doc string (bug#6117).
5895
bead9a43
JB
58962011-07-13 Juanma Barranquero <lekktu@gmail.com>
5897
5898 * tabify.el (untabify): Preserve the current column so that point
5899 doesn't move (bug#6032).
5900
3af98a7b
LMI
59012011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5902
b796c9b7
SM
5903 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
5904 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 5905
6240145a
GM
59062011-07-13 Glenn Morris <rgm@gnu.org>
5907
5908 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
5909 (dired-insert-directory): Give a message the first time
5910 if ls is found not to support --dired.
5911
1d8c2ccc
LMI
59122011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5913
5914 * simple.el (toggle-truncate-lines): Clarify what is toggled
5915 (bug#5580). Text by Drew Adams.
5916
5fc4038e
CY
59172011-07-13 Chong Yidong <cyd@stupidchicken.com>
5918
5919 * simple.el (blink-matching-open): Make the error message from the
5920 last change less verbose.
5921
bf6012e5
DN
59222011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
5923
5924 * font-lock.el (font-lock-comment-face): Use the high contrast
5925 "yellow" color for font-lock-comment-face on low color terminals
5926 using a dark background color (bug#4221).
5927
343c3b5a
LMI
59282011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5929
7e9505c5
LMI
5930 * dired.el (dired-insert-set-properties): Make the doc string
5931 reflect what it does now (bug#5325).
5932
c26fdcf5
LMI
5933 * simple.el (blink-matching-open): Say that we were unable to find
5934 the match within the limit, if we're limited (bug#5122).
5935
bb388cc5
LMI
5936 * international/mule-cmds.el (prefer-coding-system): Add an
5937 example (bug#4869).
5938
343c3b5a
LMI
5939 * progmodes/etags.el (tags-search): Document `file-list-form'
5940 (bug#4731).
5941
2a517d45
LM
59422011-07-13 Lawrence Mitchell <wence@gmx.li>
5943
5944 * net/browse-url.el (browse-url-default-browser)
5945 (browse-url-browser-function): Make the default browser choice a
5946 bit more logical (bug#4300). Also clean up the doc string.
5947
b6c78ef2
JB
59482011-07-13 Juanma Barranquero <lekktu@gmail.com>
5949
5950 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
5951 binary endings (bug#4440).
5952
1c4dd947
LMI
59532011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5954
a2014063
LMI
5955 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
5956 which can be pretty annoying (bug#8971).
5957
9c9c2d88
LMI
5958 * jka-compr.el (jka-compr-verbose): New variable, and use
5959 throughout (bug#8971).
5960
1c4dd947
LMI
5961 * info.el (Info-find-file): Fall back on the installation
5962 directory if we can't find the info node anywhere else.
5963
a1c9f41b
SO
59642011-07-13 Sergei Organov <osv@javad.com> (tiny change)
5965
5966 * vc/vc.el (vc-revert-file):
5967 Don't set file time-stamp in the past. (Bug#5181)
5968
536f3d36
LMI
59692011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5970
7152b011
LMI
5971 * files.el (after-find-file): Give a better error message when
5972 trying to find a symlink that points to a file that doesn't exist
5973 (bug#4398).
5974
536f3d36
LMI
5975 * progmodes/cc-vars.el: Remove (probably) misleading comment
5976 (bug#4396).
5977
460c0fba
JB
59782011-07-12 Johan Bockgård <bojohan@gnu.org>
5979
5980 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
5981
7a6bda45
CY
59822011-07-12 Chong Yidong <cyd@stupidchicken.com>
5983
5984 * mouse-sel.el: Hack restoring functionality, while keeping
5985 compatibility with 2010-07-03 changes to mouse selection.
5986 (mouse-sel-primary-overlay): New var.
5987 (mouse-sel-selection-alist): Use it.
5988 (mouse-sel-mode): Doc fix; remove points that are default features
5989 of mouse.el.
5990
c79598ef
JB
59912011-07-12 Johan Bockgård <bojohan@gnu.org>
5992
5993 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5994 Fix previous fix (bug#2490).
5995
ff8be6ef
RW
59962011-07-12 Roland Winkler <winkler@gnu.org>
5997
b796c9b7
SM
5998 * textmodes/bibtex.el (bibtex-initialize):
5999 Use pop-to-buffer-same-window.
ff8be6ef
RW
6000 (bibtex-search-entries): Fix interactive call.
6001
296ba3ee
LMI
60022011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6003
f5242a02 6004 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
6005 Fontise bytecomp Error lines more correctly (bug#2490).
6006 Fix suggested by Johan Bockgård.
f5242a02 6007
296ba3ee
LMI
6008 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
6009
6010 * dired-x.el (dired-guess-default): Use `delete-dups'.
6011
f69fd0d2
CY
60122011-07-12 Chong Yidong <cyd@stupidchicken.com>
6013
6014 * dired.el (dired-mark-prompt):
6015 * dired-aux.el (dired-read-shell-command): Doc fix.
6016
eab5dc07
LMI
60172011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6018
b796c9b7
SM
6019 * mail/sendmail.el (sendmail-query-once):
6020 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
6021 emacs -Q.
6022
6023 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
6024
eab5dc07
LMI
6025 * cus-edit.el (custom-file): Take an optional no-error variable.
6026 (customize-save-variable): Set the variable, and give a warning if
6027 running under "emacs -q".
6028
a1e65d42
JB
60292011-07-11 Juanma Barranquero <lekktu@gmail.com>
6030
6031 * loadhist.el (unload-feature-special-hooks):
6032 Add `auto-coding-functions', `fill-nobreak-predicate' and
6033 `find-directory-functions' (bug#5327).
6034
1d52da10
LMI
60352011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6036
be958f1d
LMI
6037 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
6038
5bedb26c
LMI
6039 * cus-edit.el (custom-guess-name-alist): -alist variables should
6040 use the `alist' type (bug#3120). Suggested by Drew Adams.
6041
1d52da10
LMI
6042 * printing.el: Add documentation to all the `pr-toggle-' commands.
6043
cd394be1 60442011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
6045
6046 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
6047 backends where it makes sense (bug#2623).
6048
dcc88d8a
LMI
60492011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6050
c3de9feb
LMI
6051 * dired-x.el (dired-guess-default): Remove duplicate shell command
6052 entries (bug#2028).
8a93078b 6053 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 6054 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 6055
dcc88d8a
LMI
6056 * subr.el (remove-duplicates): New conveniency function.
6057
505e3645
LMI
60582011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6059
6060 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
6061 (bug#1526).
6062
60632011-07-10 Martin Rudalics <rudalics@gmx.at>
6064
6065 * window.el (display-buffer-normalize-default): Don't invert
6066 meaning of even-window-heights. Reported by Eli Zaretskii
6067 <eliz@gnu.org>.
6068
455e4fa1
BR
60692011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
6070
6071 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
6072
8e0bc3e9
CY
60732011-07-10 Chong Yidong <cyd@stupidchicken.com>
6074
6075 * window.el (display-buffer): Fix arguments to
6076 display-buffer-reuse-window in last change.
6077
fa7c3228
CY
6078 * faces.el (link): Use a less saturated blue on light backgrounds.
6079
6080 * startup.el (fancy-startup-text, fancy-about-text)
6081 (fancy-startup-tail): Use font-lock faces, for background safety.
6082
c0a7f300
BN
60832011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
6084
b796c9b7
SM
6085 * emulation/viper-cmd.el (viper-change-state-to-vi):
6086 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 6087
4dc2a129
MR
60882011-07-09 Martin Rudalics <rudalics@gmx.at>
6089
6090 * window.el (display-buffer-default-specifiers): Remove.
6091 (display-buffer-macro-specifiers): Remove default specifiers.
6092 (display-buffer-alist): Default to nil.
b796c9b7 6093 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
6094 (display-buffer-pop-up-window): Allow splitting internal
6095 windows. Check whether a live window was created.
6096 (display-buffer-other-window-means-other-frame)
6097 (display-buffer-normalize-arguments): Rename to
6098 display-buffer-normalize-argument and rewrite. Set the
6099 other-window specifier.
6100 (display-buffer-normalize-special): New function.
6101 (display-buffer-normalize-options): Rename to
6102 display-buffer-normalize-default and rewrite.
6103 (display-buffer-normalize-options-inhibit): Remove.
6104 (display-buffer-normalize-specifiers): Rewrite.
6105 (display-buffer): Process other-window specifier and call
6106 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
6107 more faithfully.
b796c9b7 6108 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 6109 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
6110 (display-buffer-in-window, display-buffer-alist-set):
6111 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
6112 <tassilo@member.fsf.org>.
6113
2d43b8c9
LL
61142011-07-09 Leo Liu <sdl.web@gmail.com>
6115
6116 * register.el (insert-register): Restore accidental change on
6117 2011-06-26. (Bug#9028)
6118
7f9b7c53
GM
61192011-07-09 Glenn Morris <rgm@gnu.org>
6120
6121 * subr.el (remq): Handle the empty list. (Bug#9024)
6122
f042cfd8
AS
61232011-07-08 Andreas Schwab <schwab@linux-m68k.org>
6124
6125 * mail/sendmail.el (send-mail-function): No longer delay custom
6126 initialization.
6127 * custom.el (custom-initialize-delay): Doc fix.
6128
856b2f11
SM
61292011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
6130
6131 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
6132
afae1d68
MA
61332011-07-08 Michael Albinus <michael.albinus@gmx.de>
6134
6135 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
6136 human-friendly prompt.
6137
0757af94
SM
61382011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
6139
6140 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
6141 provided by a particular plugin.
6142
d760b731
LMI
61432011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
6144
6145 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
6146 save customizations (with "emacs -Q"), just set the variable
6147 instead of erroring out.
6148
6149 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
6150
cd79ce90
JL
61512011-07-08 Juri Linkov <juri@jurta.org>
6152
6153 * arc-mode.el (archive-zip-expunge, archive-zip-update)
6154 (archive-zip-update-case): Use 7z if found by `executable-find'.
6155 The order of searching the available programs is the same as in
6156 `archive-zip-extract' (bug#8968).
6157
14cc04aa
CY
61582011-07-07 Chong Yidong <cyd@stupidchicken.com>
6159
6160 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
6161 (menu-bar-options-menu): Tweak descriptions.
6162
0a1848ec
LMI
61632011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6164
6165 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
6166 menu items into verb phrases (bug#1421). Also refill to fit under
6167 80 columns.
6168
f5bd0689
CY
61692011-07-07 Chong Yidong <cyd@stupidchicken.com>
6170
538e85c6
CY
6171 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
6172 (Info-read-node-name): Doc fix (Bug#1084).
6173
f5bd0689
CY
6174 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
6175 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
6176 (end-of-sexp, beginning-of-sexp)
6177 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
6178 (forward-symbol, forward-same-syntax, word-at-point)
6179 (sentence-at-point): Doc fix (Bug#1144).
6180
56ec5115
LMI
61812011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6182
f3f8e37f
LMI
6183 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
6184 should cover it (bug#1281).
6185
0757af94 6186 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 6187
e9fce1ac 6188 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
6189 negotiation fails, then possibly try again with a non-encrypted
6190 connection (bug#9017).
6191
56ec5115
LMI
6192 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
6193 be used.
6194
c2f9aec8
RS
61952011-07-07 Richard Stallman <rms@gnu.org>
6196
6197 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
6198 property, and handle its changed format.
6199 Look for the correct line number.
6200 Use file's line contents (but not past first =) to find
6201 correct line in message.
6202
ef7b981d 62032011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
6204
6205 * international/characters.el (build-unicode-category-table):
6206 Delete it.
0757af94 6207 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 6208
0757af94 6209 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
6210 to src/chartab.c.
6211 (get-char-code-property): Call unicode-property-table-internal to
6212 load a file. Call get-unicode-property-internal where necessary.
6213 (put-char-code-property): Call unicode-property-table-internal to
6214 load a file. Call put-unicode-property-internal where necessary.
6215 put-unicode-property-internal where necessary.
0757af94
SM
6216 (char-code-property-description):
6217 Call unicode-property-table-internal to load a file.
c805dec0
KH
6218
6219 * international/charprop.el:
6220 * international/uni-bidi.el:
6221 * international/uni-category.el:
6222 * international/uni-combining.el:
6223 * international/uni-comment.el:
6224 * international/uni-decimal.el:
6225 * international/uni-decomposition.el:
6226 * international/uni-digit.el:
6227 * international/uni-lowercase.el:
6228 * international/uni-mirrored.el:
6229 * international/uni-name.el:
6230 * international/uni-numeric.el:
6231 * international/uni-old-name.el:
6232 * international/uni-titlecase.el:
6233 * international/uni-uppercase.el: Regenerate.
6234
6235 * loadup.el: Load international/charprop.el before
6236 international/characters.
6237
e14b388a
CY
62382011-07-07 Chong Yidong <cyd@stupidchicken.com>
6239
6240 * window.el (next-buffer, previous-buffer): Signal an error if
6241 called from a minibuffer window.
6242
6243 * bindings.el: Revert 2011-07-04 change.
6244
354cf0ba
RS
62452011-07-06 Richard Stallman <rms@gnu.org>
6246
6247 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
6248 (rmail-mime-insert-bulk, rmail-mime-insert-text):
6249 Treat markers like ints.
6250 (rmail-mime-entity): Doc fix.
6251
a48868a7
LMI
62522011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6253
4906cd3d
LMI
6254 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
6255 defcustom again for backwards compatibility.
6256
e0457abe
LMI
6257 * simple.el (shell-command-on-region): Fill.
6258
d67f7e1f
LMI
6259 * dired-aux.el (dired-kill-line): Add a doc string.
6260
fe204702
LMI
6261 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
6262 to "\\sw\\|\\s_" (bug#358).
6263
a48868a7
LMI
6264 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
6265 (dired-unmark-backward): Ditto.
6266 (dired-flag-backup-files): Ditto.
6267
6268 * dired-x.el (dired-mark-sexp): Ditto.
6269
aa8a705c
RS
62702011-07-06 Richard Stallman <rms@gnu.org>
6271
6272 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
6273 (rmail-mime-entity): New arg TRUNCATED.
6274 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
6275 New functions.
6276 (rmail-mime-save): Warn if entity is truncated.
6277 (rmail-mime-toggle-hidden): Likewise, for showing.
6278 (rmail-mime-process-multipart): Record when an entity is truncated.
6279
a9a936b9
RS
6280 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
6281 if ENTITY is a string.
6282
1f2b92cb
LMI
62832011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6284
f4f73198 6285 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
6286 of faces when `M-C-x'-ing their definitions (bug#8378).
6287 Also clean up the code slightly.
f4f73198 6288
12b16734 6289 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 6290 because that makes the colors go away.
12b16734 6291
f0691d22
LMI
6292 * mail/sendmail.el (send-mail-function): Change the default to
6293 `sendmail-query-once'.
9e87df06 6294 (sendmail-query-once): Add an autoload cookie.
f0691d22 6295
1f2b92cb
LMI
6296 * net/network-stream.el (network-stream-open-starttls): Try using
6297 a plain connection even if the server offered STARTTLS, and we
6298 kinda wanted to use it, if Emacs doesn't have any STARTTLS
6299 capability. This should make smtpmail.el work in slightly more
6300 configurations.
6301
1cdd2a1b
MA
63022011-07-06 Michael Albinus <michael.albinus@gmx.de>
6303
6304 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
6305 New defun.
6306 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
6307
fbcc67e2
MM
63082011-07-06 Michael R. Mauger <mmaug@yahoo.com>
6309
6310 * progmodes/sql.el: Version 3.0
0757af94 6311 (sql-product-alist): Add product :completion-object,
fbcc67e2 6312 :completion-column, and :statement attributes.
0757af94 6313 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 6314 (sql-mode-syntax-table): Mark all punctuation.
0757af94 6315 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
6316 ansi keywords.
6317 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 6318 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
6319 (sql-oracle-show-reserved-words): New function for development.
6320 (sql-product-font-lock): Simplify for source code buffers.
6321 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
6322 New functions.
6323 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
6324 (sql-mode-map): Add statement movement functions.
6325 (sql-ansi-statement-starters, sql-oracle-statement-starters):
6326 New variable.
fbcc67e2
MM
6327 (sql-statement-regexp, sql-beginning-of-statement)
6328 (sql-end-of-statement, sql-signum): New functions.
0757af94 6329 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
6330 (sql-show-sqli-buffer): Bug fix.
6331 (sql-interactive-mode): Store connection data as buffer local.
0757af94 6332 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
6333 with sql-interactive-mode.
6334 (sql-save-connection): Save buffer local settings.
0757af94 6335 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
6336 (sql-product-interactive): Bug fix.
6337 (sql-preoutput-hold): New variable.
6338 (sql-interactive-remove-continuation-prompt): Bug fixes.
6339 (sql-debug-redirect): New variable.
6340 (sql-str-literal): New function.
6341 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 6342 Redesign.
fbcc67e2
MM
6343 (sql-oracle-save-settings, sql-oracle-restore-settings)
6344 (sql-oracle-list-all, sql-oracle-list-table): New functions.
6345 (sql-completion-object, sql-completion-column)
6346 (sql-completion-sqlbuf): New variables.
6347 (sql-build-completions-1, sql-build-completions)
6348 (sql-try-completion): New functions.
6349 (sql-read-table-name): Use them.
6350 (sql-contains-names): New buffer local variable.
6351 (sql-list-all, sql-list-table): Use it.
6352 (sql-oracle-completion-types): New variable.
6353 (sql-oracle-completion-object, sql-sqlite-completion-object)
6354 (sql-postgres-completion-object): New functions.
6355
d4eaeab1
GM
63562011-07-06 Glenn Morris <rgm@gnu.org>
6357
6358 * window.el (pop-to-buffer): Doc fix.
6359
322b7dab 63602011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
6361
6362 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
6363
322b7dab 63642011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 6365
322b7dab 6366 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 6367
322b7dab 6368 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 6369
605dd5bf
CY
63702011-07-05 Chong Yidong <cyd@stupidchicken.com>
6371
6372 * button.el (button): Inherit from link face. Suggested by Dan
6373 Nicolaescu.
6374
7dbfa719
SM
63752011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6376
3db614b0
SM
6377 * progmodes/gdb-mi.el: Fit in 80 columns.
6378 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
6379 switch-to-buffer.
6380
7dbfa719
SM
6381 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
6382 if imenu is simply not configured (bug#8941).
6383
919d884a
KM
63842011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
6385
6386 * allout.el (allout-post-undo-hook): New allout outline-change
6387 event hook to signal undo activity.
6388 (allout-post-command-business): Run allout-post-undo-hook if an
6389 undo just occurred.
7dbfa719
SM
6390 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
6391 * allout-widgets.el (allout-widgets-after-undo-function):
6392 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
6393 in the vicinity of an undo.
6394 (allout-widgets-mode): Include allout-widgets-after-undo-function
6395 on the new allout-post-undo-hook.
6396
450a0f09
SM
63972011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6398
6399 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
6400 Let define-derived-mode define it.
6401 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
6402 cycles of abbrev-table inheritance (bug#8998).
6403
2de69e00
RW
64042011-07-05 Roland Winkler <winkler@gnu.org>
6405
6406 * textmodes/bibtex.el: Add support for biblatex.
6407 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
6408 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
6409 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
6410 (bibtex-entry-alist, bibtex-field-alist): New variables.
6411 (bibtex-entry-field-alist): Obsolete alias for
6412 bibtex-BibTeX-entry-alist.
6413 (bibtex-entry-alist, bibtex-field-alist): New widgets.
6414 (bibtex-set-dialect): New command.
6415 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
6416 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
6417 Bind via bibtex-set-dialect.
2de69e00
RW
6418 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
6419 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
6420 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
6421 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
6422 Define via bibtex-set-dialect.
450a0f09
SM
6423 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
6424 Obey bibtex-no-opt-remove-re.
2de69e00
RW
6425 (bibtex-vec-push, bibtex-vec-incr): New functions.
6426 (bibtex-format-entry, bibtex-field-list)
6427 (bibtex-print-help-message, bibtex-validate)
6428 (bibtex-search-entries): Use new format of bibtex-entry-alist.
6429
2dcdbdd9
SM
64302011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6431
6432 * progmodes/compile.el (compilation-goto-locus):
6433 * net/tramp-cmds.el (tramp-append-tramp-buffers):
6434 * bs.el (bs-cycle-next, bs-cycle-previous):
6435 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
6436 * bindings.el (mode-line-other-buffer):
6437 * autoinsert.el (auto-insert):
6438 * arc-mode.el (archive-extract):
6439 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
6440
b27640fe
JB
64412011-07-05 Juanma Barranquero <lekktu@gmail.com>
6442
6443 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
6444 Fix check of `emacs-lock-unlockable-modes'.
6445 Coerce true values of `emacs-lock--try-unlocking' to t.
6446
53bbe3ad
JB
64472011-07-05 Juanma Barranquero <lekktu@gmail.com>
6448
6449 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
6450 * emacs-lock.el: New file.
6451
1d3cdbc7
JD
64522011-07-05 Julien Danjou <julien@danjou.info>
6453
6454 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
6455 than `boundp' to check if face is set.
6456
9173deec
JB
64572011-07-05 Juanma Barranquero <lekktu@gmail.com>
6458
6459 * register.el (registerv-make):
6460 * window.el (window-min-height): Fix typos in docstrings.
6461
869795d6
JD
64622011-07-05 Jan Djärv <jan.h.d@swipnet.se>
6463
9173deec 6464 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
6465 Update doc string.
6466
b768cdcd
JB
64672011-07-04 Juanma Barranquero <lekktu@gmail.com>
6468
6469 * server.el (server-execute): Catch quit and call
6470 `server-return-error' to pass the error back to emacsclient and
6471 close the connection (bug#8942).
6472
13aa217b
KM
64732011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
6474
6475 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
6476 insecure exception for current topic. Also note that auto-saves
6477 are handled differently.
6478
6479 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
6480 State variables for tracking auto-save inhibition situation.
6481
6482 (allout-write-contents-hook-handler): Rename from
6483 'allout-write-file-hook-handler', and describe how it depends on
6484 write-contents-functions sensitivity to non-nil value to prevent
6485 file write.
6486
6487 (allout-auto-save-hook-handler): Remove. auto-save does not check
6488 this in individual buffers, only in the starting buffer, so this
6489 is not the right way for us to inhibit auto-save in a buffer
6490 according to its condition.
6491
6492 (allout-mode): Use new allout-write-contents-hook-handler, and
6493 only with write-contents-functions. Remove auto-save provisions -
6494 they're implemented elsewhere.
6495
6496 (allout-before-change-handler): If undo is in progress, note that
6497 for attention of allout-post-command-business.
6498
6499 (allout-post-command-business): If the command we're following was
6500 an undo, check for change in the status of encrypted items and
6501 adjust auto-save inhibitions accordingly.
6502
6503 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
6504 according to whether there are or aren't any plain-text topics
6505 pending encryption.
6506
2dcdbdd9 6507 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
6508 Adjust buffer-saved-size and some allout state to inhibit auto-saves
6509 if there are plain-text topics pending encryption.
13aa217b
KM
6510
6511 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
6512 buffer-saved-size and some allout state to not inhibit auto-saves
6513 if there are no longer any plain-text topics pending encryption.
6514
0757af94
SM
6515 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
6516 No longer provide for exemption of the current topic.
13aa217b 6517
ac89b32c
JL
65182011-07-04 Juri Linkov <juri@jurta.org>
6519
6520 Add 7z operations to delete and save changed members (bug#8968).
6521 * arc-mode.el (archive-7z-expunge, archive-7z-update):
6522 New defcustoms.
6523 (archive-7z-write-file-member): New function.
6524 (archive-7z-summarize): Fix the number of dashes in the
6525 listing output.
6526
8fa39615
SM
65272011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
6528
6529 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
6530 (bug#8958).
6531
2f11b3f1
CY
65322011-07-04 Chong Yidong <cyd@stupidchicken.com>
6533
d66fef2b
CY
6534 * bindings.el: Ignore next-buffer and previous-buffer in
6535 minibuffer-local-map.
6536
2f11b3f1
CY
6537 * font-lock.el (font-lock-builtin-face): Change light background
6538 color to dark slate blue (Bug#6693).
6539
f932a347
WD
65402011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
6541
6542 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
6543
c8af70e1
SM
65442011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
6545
6546 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
6547 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6548 Add switch-to-buffer.
6549
f158badc
LMI
65502011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6551
6552 * isearch.el (isearch-search-fun-function): Clarify further the
6553 meaning of the function returned.
6554
6d95bd46
MA
65552011-07-04 Michael Albinus <michael.albinus@gmx.de>
6556
6557 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
6558
6559 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
6560 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
6561 Use it.
6562 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
6563 `tramp-default-remote-path' does not exist.
6564 (tramp-send-command-and-read): New optional argument NOERROR.
6565 (tramp-open-connection-setup-interactive-shell)
6566 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
6567 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
6568 (tramp-process-sentinel): Flush also process' connection property.
6569 (tramp-sh-handle-start-file-process): Do not set process
6570 sentinel. It is done now ...
6571 (tramp-maybe-open-connection): ... here. (Bug#8929)
6572
909e6b67
MK
65732011-07-04 MON KEY <monkey@sandpframing.com>
6574
6575 * play/animate.el (animate-string): Doc fixes and allow changing
6576 the buffer name (bug#5417).
6577
65782011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6579
c8af70e1 6580 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 6581
f34755dc
PE
65822011-07-04 Paul Eggert <eggert@cs.ucla.edu>
6583
396cec72
PE
6584 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
6585 This is simpler and helps future-proof the code.
6586 (timer-until): Use time-subtract and float-time.
08235028 6587 (timer--time-less-p): Use time-less-p.
f34755dc 6588
56e6cc31
JB
65892011-07-04 Juanma Barranquero <lekktu@gmail.com>
6590
3abb79e5
JB
6591 * type-break.el (timep): Use the value of `float-time' to avoid a
6592 byte-compiler warning.
6593
56e6cc31
JB
6594 * server.el (server-eval-and-print): Return any result, even nil.
6595
7b9430b4
PE
65962011-07-03 Paul Eggert <eggert@cs.ucla.edu>
6597
6598 * type-break.el: Accept time formats that the builtins accept.
6599 (timep, type-break-time-difference): Accept any format that
6600 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
6601 This is simpler and helps future-proof the code.
6602 (type-break-time-difference): Round rather than ignoring
6603 subseconds components.
6604
3034e9e7
LMI
66052011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6606
6607 * info.el (Info-apropos-matches): Make non-interactive, since it
6608 doesn't seem to do anything useful as a command (bug#8829).
6609
1485f4c0
CY
66102011-07-03 Chong Yidong <cyd@stupidchicken.com>
6611
6612 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 6613 Move from faces.el.
1485f4c0
CY
6614 (frame-default-terminal-background): New function.
6615
6616 * custom.el (custom-push-theme): Don't record faces in `changed'
6617 theme; this doesn't work correctly for per-frame face settings.
6618 (disable-theme): Use face-set-after-frame-default to reset faces.
6619 (custom--frame-color-default): New function.
6620
9fa3dd45
LMI
66212011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6622
c8af70e1 6623 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
6624 (bug#8769).
6625
6cbbc20c
KR
66262011-03-29 Kevin Ryde <user42@zip.com.au>
6627
6628 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6629 `perl-Test2' extend to match possible "fail #N" rep count
6630 (bug#8377).
6631
c7f98048
LMI
66322011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6633
65676592
LMI
6634 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
6635 `smtpmail-via-smtp' now returns the error instead of nil.
6636
c7f98048
LMI
6637 * isearch.el (isearch-search-fun-function): Clarify the doc string
6638 (bug#8101).
6639
56e6cc31 66402011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
6641
6642 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
6643 unnecessary spaces (bug#8987).
6644
2b216704
LMI
66452011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6646
6647 * net/network-stream.el (open-network-stream): Use the
6648 :end-of-capability command thoughout.
6649
66502011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
6651
6652 * net/network-stream.el (open-network-stream): Add the
6653 :end-of-capability command parameter, used by pop3.el.
6654
36adf6ce
LMI
66552011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6656
1ca0da0e
LMI
6657 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
6658
fc00f69c
LMI
6659 * fringe.el (fringe-query-style): Remove redundant text " (type ?
6660 for list)" (bug#6475).
6661
28fd8759 6662 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 6663 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
6664 an error (bug#6297).
6665
0dd8b6da
LMI
6666 * man.el (Man-reference-regexp): Allow matching possible
6667 word-wrapped references (bug#6289).
6668
ce1438d6
LMI
6669 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
6670 for consistency with the other vc buffers (bug#6197).
6671 (vc-checkin): Ditto.
6672
6673 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
6674
36adf6ce
LMI
6675 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
6676
e83cc1f7
LMI
66772011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6678
8a20ca4c
LMI
6679 * custom.el (defcustom): Clarify that :set is only used in the
6680 Customize user interface (bug#6089).
6681
83319045
LMI
6682 * progmodes/flymake.el (flymake-mode): If the buffer isn't
6683 associated with a file, refuse to run instead of erroring out
6684 (bug#6084).
6685
a8392169
LMI
6686 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
6687 the doc string, since it appears that using `fill-column' always
6688 controls the width (bug#7845).
6689
e83cc1f7
LMI
6690 * simple.el (shell-command-on-region): Say where the error output
6691 went if `shell-command-default-error-buffer' is set (bug#6857).
6692
e47ca23b
KM
66932011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
6694
6695 * allout.el (allout-yank-processing): Adjust cursor position for
6696 backwards-deleted space.
6697
6698 (allout-rebullet-heading): Register changes with
6699 allout-exposure-changed-hook, so the modified topic is properly
6700 decorated.
6701
5cf56143
LMI
67022011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6703
08549772
LMI
6704 * minibuffer.el (completion-in-region): Document PREDICATE
6705 (bug#7136).
6706
48e96771
LMI
6707 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
6708 of keyword/argument pairs (bug#6904).
6709
c8af70e1
SM
6710 * replace.el (multi-occur):
6711 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 6712
e17d05e2
LMI
67132011-07-02 Drew Adams <drew.adams@oracle.com>
6714
6715 * dired.el (dired-mark-if): Make the message about whether it's
6716 marking or unmarking clearer (bug#8523).
6717
063b0e45
LMI
67182011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6719
6720 * disp-table.el (display-table-print-array): New function.
6721 (describe-display-table): Use it to print the vectors more pretty
6722 (Bug#8859).
6723
28545e04
MR
67242011-07-02 Martin Rudalics <rudalics@gmx.at>
6725
6726 * window.el (window-state-get-1): Don't assign clone numbers.
6727 Add clone-of item to list of window parameters.
6728 (window-state-put-2): Don't process clone numbers.
6729 (display-buffer-alist): Fix doc-string.
6730
3349e122
SM
67312011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
6732
6733 * subr.el (remq): Don't allocate if it's not needed.
6734 (keymap--menu-item-binding, keymap--menu-item-with-binding)
6735 (keymap--merge-bindings): New functions.
6736 (keymap-canonicalize): Use them to refine the canonicalization.
6737 * minibuffer.el (minibuffer-local-completion-map)
6738 (minibuffer-local-must-match-map): Move initialization from C.
6739 (minibuffer-local-filename-completion-map): Move initialization from C;
6740 don't inherit from anything here.
6741 (minibuffer-local-filename-must-match-map): Make obsolete.
6742 (completing-read-default): Use make-composed-keymap to combine
6743 minibuffer-local-filename-completion-map with either
6744 minibuffer-local-must-match-map or
6745 minibuffer-local-filename-completion-map.
6746
d224ac83
GM
67472011-07-01 Glenn Morris <rgm@gnu.org>
6748
3de63bf8
GM
6749 * type-break.el (type-break-time-sum): Use dolist.
6750
d224ac83
GM
6751 * textmodes/flyspell.el (flyspell-word-search-backward):
6752 Replace CL function.
6753
1a1e3f32
SM
67542011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
6755
fe3f64d5
SM
6756 * mouse.el (mouse--strip-first-event): New function.
6757 (function-key-map): Use it to map fringe clicks to normal clicks
6758 by default.
6759
eb604e34
SM
6760 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
6761 (vc-bzr-revision-completion-table): Add support for annotate and date.
6762
1a1e3f32
SM
6763 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
6764 inherit from parent.
6765
5bd35902
LMI
67662011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6767
ace6c69c 6768 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 6769 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 6770
191e2bed
LMI
6771 * dired.el (dired-mode): Fix up the doc string as suggested by
6772 Drew Adams (bug#8817).
6773
5bd35902
LMI
6774 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
6775 cookie, since the manual says that it should be possible to add
6776 this function to `find-file-hook' (bug#8709).
6777
eee8207a
TZ
67782011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
6779
6780 * progmodes/cfengine.el: Moved all cfengine3.el functionality
6781 here. Noted Ted Zlatanov as the maintainer.
6782 (cfengine-common-settings, cfengine-common-syntax): New functions
6783 to set up common things between `cfengine-mode' and
6784 `cfengine3-mode'.
6785 (cfengine3-mode): New mode.
6786 (cfengine3-defuns cfengine3-defuns-regex
6787 (cfengine3-class-selector-regex cfengine3-category-regex)
6788 (cfengine3-vartypes cfengine3-font-lock-keywords)
6789 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 6790 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 6791
36b148cf
MA
67922011-07-01 Michael Albinus <michael.albinus@gmx.de>
6793
6794 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
6795
6796 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
6797
0bf4ba9a
MR
67982011-07-01 Martin Rudalics <rudalics@gmx.at>
6799
6800 * window.el (same-window-buffer-names, same-window-regexps)
6801 (same-window-p, special-display-frame-alist)
6802 (special-display-popup-frame, special-display-function)
6803 (special-display-buffer-names, special-display-regexps)
6804 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
6805 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
6806 (split-window-preferred-function, split-height-threshold)
6807 (split-width-threshold, even-window-heights)
6808 (display-buffer-mark-dedicated, window-splittable-p)
6809 (split-window-sensibly, window-safely-shrinkable-p):
6810 Un-obsolete.
6811 (display-buffer): Don't spread args with function specifier
6812 because special-display-popup-frame won't like it.
6813
35837f51
PE
68142011-07-01 Paul Eggert <eggert@cs.ucla.edu>
6815
d0672f86
PE
6816 Time-stamp simplifications and fixes.
6817 These improve accuracy slightly, and future-proof the code
6818 against some potential changes to current-time format.
6819
b9444d97
PE
6820 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
6821 by using time-since and float-time.
6822
0ef923dc
PE
6823 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
6824 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
6825 + NNN microseconds".
6826
2f81380d
PE
6827 * type-break.el (type-break-time-sum): Rewrite using time-add.
6828
845b5c3e
PE
6829 * play/hanoi.el (hanoi-current-time-float): Remove.
6830 All uses replaced by float-time.
6831
ee6f1be0
PE
6832 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
6833 This yields a more-accurate answer.
6834 (rng-time-to-float): Remove; no longer needed.
6835
fe955043
PE
6836 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
6837
5777162a
PE
6838 * calendar/timeclock.el (timeclock-seconds-to-time):
6839 Defalias to seconds-to-time, since they're the same thing.
6840
3103f8b6 6841 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 6842 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
6843 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
6844
0e61a35f
SM
68452011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
6846
6847 * window.el (bury-buffer): Don't iconify the only frame.
6848 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
6849 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
6850
ddd63a1e
CY
68512011-07-01 Chong Yidong <cyd@stupidchicken.com>
6852
0e61a35f
SM
6853 * eshell/em-smart.el (eshell-smart-display-navigate-list):
6854 Add mouse-yank-primary.
ddd63a1e 6855
055f4923
TZ
68562011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
6857
6858 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
6859
6a2fb145
SM
68602011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
6861
6862 * emacs-lisp/find-func.el (find-library--load-name): New fun.
6863 (find-library-name): Use it to find relative load names when provided
6864 absolute file name (bug#8803).
6865
fd4983f2
LMI
68662011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6867
887d14ad
LMI
6868 * textmodes/flyspell.el (flyspell-word): Consider words that
6869 differ only in case as potential doublons (bug#5687).
6870
c53dc7fc
LMI
6871 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
6872 Remove two rather uninteresting debugging-like messages to make
6873 debbugs.el more silent.
6874
fd4983f2
LMI
6875 * comint.el (comint-password-prompt-regexp): Accept "Response" as
6876 a password-like phrase.
6877
7a71b18d 68782011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
6879
6880 * progmodes/cc-guess.el: New file.
6881
6a2fb145 6882 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
6883
6884 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
6885 derived from `c-basic-common-init'.
6886
6887 * progmodes/cc-mode.el (top-level): Require cc-guess.
6888 (c-basic-common-init): Use `cc-choose-style-for-mode'.
6889
1fa280a3
LM
68902011-06-30 Lawrence Mitchell <wence@gmx.li>
6891
6892 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
6893
e6597158
AM
68942011-06-30 Alan Mackenzie <acm@muc.de>
6895
1fa280a3
LM
6896 * progmodes/cc-engine.el (c-guess-continued-construct):
6897 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
6898 lock is disabled. Name this case as "CASE G".
6899
68ba37fb
KM
69002011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
6901
6902 * allout.el (allout-yank-processing): Fix injection of extra space
6903 between bullet and non-whitespace character in first topic when
6904 pasting, ensuring that the actual spacing in the pasted topic
6905 following the bullet char is preserved. This extra space was
6906 causing pasted encrypted topics to get a decrypted status even
6907 when the content was actually still encrypted. Now the decryption
6908 status from before the paste is preserved.
6909
6910 (allout-flag-region): Set all allout overlays so they evaporate
6911 when reduced to zero length (evanescent), to prevent overlay
6912 leakage.
6913
887a0b34
GM
69142011-06-30 Glenn Morris <rgm@gnu.org>
6915
94b9acce
GM
6916 * w32-fns.el (w32-charset-info-alist): Declare.
6917
1d9b46d4
GM
6918 * find-dired.el (find-grep-options): Simplify.
6919
cc232200
GM
6920 * term/ns-win.el (ns-set-resource): Declare.
6921
28e77c46
GM
6922 * ses.el (row, col): Declare dynamic variables honestly.
6923
887a0b34
GM
6924 * textmodes/reftex-parse.el (index-tags): Declare.
6925
658d8eb8
CY
69262011-06-30 Chong Yidong <cyd@stupidchicken.com>
6927
6928 * cus-edit.el (customize-push-and-save): New function.
6929
6930 * files.el (hack-local-variables-confirm): Use it.
6931
1fa280a3
LM
6932 * custom.el (load-theme): New arg NO-CONFIRM.
6933 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
6934 (custom-enabled-themes): Doc fix.
6935
6936 * cus-theme.el (customize-create-theme)
6937 (custom-theme-merge-theme): Callers to load-theme changed.
6938
bb617717
LMI
69392011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6940
d61bdd5d
LMI
6941 * thingatpt.el (thing-at-point-short-url-regexp): Require that
6942 short URLs have at least one dot in them (bug #7614).
6943
bb617717
LMI
6944 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
6945 nil, because using a pty is apparently too slow (bug #895).
6946
2f31f37a
LMI
69472011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6948
6949 * mail/sendmail.el (sendmail-query-once): New function.
6950 (sendmail-query-once-function): New variable.
6951
3076b24e
GM
69522011-06-29 Glenn Morris <rgm@gnu.org>
6953
faf2a174
GM
6954 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
6955
3076b24e
GM
6956 * ses.el (top-level): Require cl when compiling.
6957 (ses-set-localvars): Fix error statement.
6958 Call it at compile time to silence a storm of warnings.
6959
5386012d
MR
69602011-06-29 Martin Rudalics <rudalics@gmx.at>
6961
6962 * window.el (normalize-live-buffer): Rename to
6963 window-normalize-buffer.
6964 (normalize-live-frame): Rename to window-normalize-frame.
6965 (normalize-any-window): Rename to window-normalize-any-window.
6966 (normalize-live-window): Rename to window-normalize-live-window.
6967 (make-window-atom): Rename to window-make-atom.
6968 (window-resize-reset): Rename to window--resize-reset.
6969 (window-resize-reset-1): Rename to window--resize-reset-1.
6970 (resize-mini-window): Rename to window--resize-mini-window.
6971 (resize-subwindows-skip-p): Rename to
6972 window--resize-subwindows-skip-p.
6973 (resize-subwindows-normal): Rename to
6974 window--resize-subwindows-normal.
6975 (resize-subwindows): Rename to window--resize-subwindows.
6976 (resize-other-windows): Rename to window--resize-siblings.
6977 (resize-this-window): Rename to window--resize-this-window.
6978 (resize-root-window): Rename to window--resize-root-window.
6979 (resize-root-window-vertically): Rename to
6980 window--resize-root-window-vertically.
6981 (normalize-buffer-to-display): Rename to
6982 window-normalize-buffer-to-display.
6983 (normalize-buffer-to-switch-to): Rename to
6984 window-normalize-buffer-to-switch-to.
6985 Correspondingly update all callers of the functions listed
6986 above.
6987 (display-buffer-alist, display-buffer-normalize-arguments)
6988 (display-buffer-normalize-options, display-buffer)
6989 (display-buffer-alist-set): Use "function" instead of
6990 "fun-with-args".
6991
1176868d
CY
69922011-06-28 Chong Yidong <cyd@stupidchicken.com>
6993
6994 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
6995 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
6996 debbugs.gnu.org. Mention acknowledgment email.
6997
20a7a65f
LMI
69982011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6999
7000 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
7001 buffer multibyteness, since it shouldn't matter.
7002
5f45cca5
MR
70032011-06-28 Martin Rudalics <rudalics@gmx.at>
7004
7005 * window.el (display-buffer-in-side-window): Handle dedicated
7006 windows as in display-buffer-reuse-window.
7007 (display-buffer-normalize-alist): Use value of override
7008 specifier.
7009 (display-buffer-normalize-specifiers): Use value of
7010 other-window-means-other-frame specifier.
7011 (display-buffer-alist): Rewrite some texts in widgets.
7012 (display-buffer): Spread arguments when calling function
7013 specified by fun-with-args.
7014
ad85fe1f
DD
70152011-06-28 Deniz Dogan <deniz@dogan.se>
7016
1fa280a3
LM
7017 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7018 Unnest `let'.
da68c4c8 7019
ad85fe1f
DD
7020 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
7021 selectors (Bug#5732).
ec49bd31 7022 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 7023
a08cc025
JA
70242011-06-27 Jari Aalto <jari.aalto@cante.net>
7025
7026 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
7027 (eshell-ls-date-format): New defcustom.
7028 (eshell-ls-file): Use it.
7029
e2b551c5
SM
70302011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
7031
7032 * help-fns.el (describe-variable): Fix message for terminal-local vars.
7033
8982b231
KY
70342011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
7035
7036 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
7037 (ange-ftp-make-tmp-name): New arg.
7038 (ange-ftp-file-local-copy): Use it.
7039
36c9fa27
J
70402011-06-27 Jambunathan K <kjambunathan@gmail.com>
7041
7042 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
7043 no-conversion (Bug#8870).
7044
d68443dc
MR
70452011-06-27 Martin Rudalics <rudalics@gmx.at>
7046
7047 * window.el (window-right, window-left, window-child)
7048 (window-child-count, window-last-child)
7049 (window-iso-combination-p, walk-window-tree-1)
7050 (window-atom-check-1, window-tree-1, delete-window)
7051 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
7052 new naming conventions - window-vchild, window-hchild,
7053 window-next and window-prev are now called window-top-child,
7054 window-left-child, window-next-sibling and window-prev-sibling
7055 respectively.
d615d6d2
MR
7056 (resize-window-reset): Rename to window-resize-reset.
7057 (resize-window-reset-1): Rename to window-resize-reset-1.
7058 (resize-window): Rename to window-resize.
7059 (window-min-height, window-min-width)
7060 (resize-mini-window, resize-this-window, resize-root-window)
7061 (resize-root-window-vertically, adjust-window-trailing-edge)
7062 (enlarge-window, shrink-window, maximize-window)
7063 (minimize-window, delete-window, quit-restore-window)
7064 (split-window, balance-windows, balance-windows-area-adjust)
7065 (balance-windows-area, window-state-put-2)
7066 (display-buffer-even-window-sizes, display-buffer-set-height)
7067 (display-buffer-set-width, set-window-text-height)
7068 (fit-window-to-buffer): Rename all "resize-window" prefixed
7069 calls to use the "window-resize" prefix convention.
7070 (display-buffer-alist): Fix symbol for label specifier.
7071 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
7072 corresponding specifier.
7073 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 7074
b6458526
VB
70752011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
7076
7077 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
7078 convention.
7079 (ses-call-printer): Does not pass an empty string to formatter when the
7080 cell is empty to keep from barking printer Calc math-format-value.
7081
d31fd9ac
RS
70822011-06-27 Richard Stallman <rms@gnu.org>
7083
43d5bf84
RS
7084 * battery.el (battery-mode-line-limit): New variable.
7085 (battery-update): Handle it.
7086
d31fd9ac
RS
7087 * mail/rmailmm.el (rmail-mime-process-multipart):
7088 Handle truncated messages.
7089
819a6054
GM
70902011-06-27 Glenn Morris <rgm@gnu.org>
7091
7092 * progmodes/flymake.el (flymake-err-line-patterns):
7093 Allow for column numbers in the ant/javac pattern. (Bug#8866)
7094
cedc73f2
VB
70952011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
7096
819a6054 7097 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
7098 (ses--clean-!, ses--clean-_): New functions.
7099 (ses-range): Add configurability of readout order, and conversion
7100 to Calc vector.
7101
5e5d49b6
VB
7102 * ses.el (ses-repair-cell-reference-all): New function.
7103 (ses-cell-symbol): Set macro as safe, so that it can be used in
7104 formulas.
7105
56e6cc31 7106 * ses.el: Update cycle detection algorithm.
90ca8b49 7107 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 7108 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
7109 (ses-set-localvars): New function.
7110 (ses-make-cell): Add property-list as a cell element.
7111 (ses-cell-property-get-fun, ses-cell-property-get)
7112 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
7113 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
7114 New functions.
90ca8b49
VB
7115 (ses-cell-property-set, ses-cell-property-pop)
7116 (ses-cell-property-get-handle): New macro.
7117 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
7118 New aliases, used for code readability.
7119 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
7120 cycle detection.
7121 (ses-self-reference-early-detection): New defcustom.
fac916bf 7122 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
7123 (ses-mode): Use ses-set-localvars.
7124 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
7125 before lauching the update processing.
7126 (ses-initialize-Dijkstra-attempt): New function.
7127 (ses-recalculate-cell): Update for cycle detection based on
7128 Dijkstra algorithm.
7129
2bb63e81
VB
7130 * ses.el: Fix commenting and indenting convention.
7131
c9d29fb8
SM
71322011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
7133
7134 * bs.el (bs-cycle-next): Complete last change.
7135
d8e4b68b
JB
71362011-06-27 Drew Adams <drew.adams@oracle.com>
7137
7138 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
7139
40098786
LMI
71402011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7141
c9d29fb8
SM
7142 * net/network-stream.el (network-stream-open-starttls):
7143 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
7144 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
7145
40098786
LMI
7146 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
7147 to binary to possibly avoid line encoding issues on Windows (among
7148 other things).
7149
468d09d4
LMI
71502011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7151
7152 * net/network-stream.el (open-network-stream): Return an :error
7153 saying what the problem was, if possible.
7154
7155 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
7156 server.
7157
7158 * net/network-stream.el (network-stream-open-starttls): If we
7159 wanted to use STARTTLS, and the server offered it, but we weren't
7160 able to because we had no STARTTLS support, then close the connection.
7161 (open-network-stream): Return an :error element, if present.
7162
16f07dd7
CY
71632011-06-26 Chong Yidong <cyd@stupidchicken.com>
7164
88821ca0
CY
7165 * hl-line.el (hl-line-sticky-flag): Doc fix.
7166 (global-hl-line-sticky-flag): New option (Bug#8323).
7167 (global-hl-line-highlight): Obey it.
7168
16f07dd7
CY
7169 * vc/vc.el (vc-revert-show-diff): Default to t.
7170
6b5ccddf
KM
71712011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
7172
c9d29fb8
SM
7173 * allout-widgets.el (allout-widgets-post-command-business):
7174 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
7175 undecorated when an isearch is continued past, and isearch
7176 automatically collapses them. This leads to "widget leaks", where
7177 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
7178 hidden widgets can slow down cursor travel, substantially.
7179 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
7180 so we're doing without this nicety.
7181
7182 (allout-widgets-tally-string): Don't try to do a hash-table-count
7183 of allout-widgets-tally when it's nil. This eliminates spurious "Error
7184 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
7185 *Messages* when allout-widgets-maintain-tally is t.
7186
355f2e07
MR
71872011-06-26 Martin Rudalics <rudalics@gmx.at>
7188
7189 * window.el (display-buffer-normalize-argument): Rename to
7190 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
7191 LABEL argument. Respect special-display-function when popping up
7192 a new frame. Fix code searching for a window showing the buffer
7193 on another frame.
c9d29fb8
SM
7194 (display-buffer-normalize-specifiers):
7195 Call display-buffer-normalize-arguments.
355f2e07
MR
7196 (display-buffer-in-window): Don't undedicate the window if its
7197 buffer remains the same.
7198 Reported by Drew Adams <drew.adams@oracle.com>.
7199 (display-buffer-alist): Add choice for same-window macro
7200 specfier.
7201 (display-buffer): Mention special meaning of LABEL argument in
7202 doc-string. Fix quoting. Don't pop up a new frame even as
7203 fallback.
7204
7ca8fc42
JB
72052011-06-26 Juanma Barranquero <lekktu@gmail.com>
7206
7207 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
7208 avoid deleting the current window in some cases (bug#8911).
7209
bc312254
AS
72102011-06-26 Andreas Schwab <schwab@linux-m68k.org>
7211
7212 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
7213 (Bug#8934)
7214
2db18f3f
LMI
72152011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7216
c9d29fb8
SM
7217 * net/network-stream.el (network-stream-open-starttls):
7218 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
7219 (network-stream-open-tls): Ditto.
7220
6302e0d3
LL
72212011-06-26 Leo Liu <sdl.web@gmail.com>
7222
7223 * register.el (registerv): New struct.
7224 (registerv-make): New function.
c9d29fb8
SM
7225 (jump-to-register, describe-register-1, insert-register):
7226 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
7227 struct. (Bug#8415)
7228
5fdd4046
CY
72292011-06-26 Chong Yidong <cyd@stupidchicken.com>
7230
2afef60a
CY
7231 * vc/vc.el (vc-revert-show-diff): New defcustom.
7232 (vc-diff-internal): New arg specifying diff buffer.
7233 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
7234 reuse an existing *vc-diff* buffer (Bug#8927).
7235
5fdd4046
CY
7236 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
7237
e93db24a
GM
72382011-06-26 Glenn Morris <rgm@gnu.org>
7239
7240 * progmodes/f90.el (f90-critical-indent): New option.
7241 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
7242 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
7243 (f90-mode): Doc fix.
7244 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
7245 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
7246 (f90-beginning-of-block, f90-next-block, f90-indent-region)
7247 (f90-match-end): Handle block, critical.
7248
eefff499
GM
72492011-06-25 Glenn Morris <rgm@gnu.org>
7250
f6ba4cc9
GM
7251 * calendar/diary-lib.el (diary-included-files): Doc fix.
7252 (diary-include-files): New function, extracted from
7253 diary-include-other-diary-files and diary-mark-included-diary-files.
7254 (diary-include-other-diary-files, diary-mark-included-diary-files):
7255 Just call diary-include-files.
7256 (diary-mark-entries): Reset diary-included-files on first call.
7257
16712304
GM
7258 * calendar/diary-lib.el (diary-mark-entries)
7259 (diary-mark-included-diary-files):
7260 Visit included diary-files in temp buffers.
7261
5d8e0d43
GM
7262 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
7263 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
7264 (f90-start-block-re, f90-imenu-generic-expression)
7265 (f90-looking-at-program-block-start, f90-no-block-limit):
7266 Add support for submodules.
7267
ccf7a5d5
GM
7268 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
7269 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 7270
11fdef7d 72712011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
7272
7273 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
7274 buffer-file-type before setting its value, to avoid disastrous
eefff499 7275 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 7276
74f53697
JB
72772011-06-25 Juanma Barranquero <lekktu@gmail.com>
7278
7279 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
7280
7281 * ses.el (ses-unload-function):
7282 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
7283
7284 * proced.el (proced-unload-function):
7285 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
7286
18a4ce5e
AR
72872011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
7288
7289 * server.el (server-create-window-system-frame): Add parameters arg.
7290 (server-process-filter): Doc fix. Handle frame-parameters.
7291
519d22cc
JB
72922011-06-25 Juanma Barranquero <lekktu@gmail.com>
7293
7294 Fix bug#8730, bug#8781.
7295
7296 * loadhist.el (unload--set-major-mode): New function.
7297 (unload-feature): Use it.
7298
7299 * progmodes/python.el (python-after-info-look): Add autoload cookie.
7300 (python-unload-function): New function.
7301
c206f5b0
SM
73022011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7303
7304 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
7305
f9ad64f3
GS
73062011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
7307
7308 * net/browse-url.el (browse-url-firefox-program): Add icecat to
7309 the candidates list.
7310
7d0da90e
JB
73112011-06-24 Juanma Barranquero <lekktu@gmail.com>
7312
7313 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
7314
14b4e83d
RS
73152011-06-23 Richard Stallman <rms@gnu.org>
7316
7317 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
7318 (rmail-variables): Set next-error-move-function.
7319 (rmail-what-message): Take argument POS.
7320 (rmail-next-error-move): New function.
7321
273d2baf
SM
73222011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
7323
7324 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
7325 messages for adjacent non-terminals.
7326
56c2cc9a
RS
73272011-06-23 Richard Stallman <rms@gnu.org>
7328
7329 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 7330 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
7331 (rmail-start-mail): Don't specify use of rmail-mail-return;
7332 that's done by mail-bury now.
7333 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 7334
d59eb518
MA
73352011-06-23 Michael Albinus <michael.albinus@gmx.de>
7336
7337 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
7338 SIZE is a number.
7339
02cfc6d6
MR
73402011-06-23 Martin Rudalics <rudalics@gmx.at>
7341
7342 * window.el (get-lru-window, get-mru-window)
7343 (get-largest-window): Never return a minibuffer window.
7344 (display-buffer-pop-up-window): Fix a bug that could lead to
7345 reusing the minibuffer window.
7346 (display-buffer): Pass original specifier argument to
7347 display-buffer-function instead of the normalized one.
7348 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
7349
4e323265
LL
73502011-06-22 Leo Liu <sdl.web@gmail.com>
7351
7352 * minibuffer.el (completing-read-function)
7353 (completing-read-default): Move from minibuf.c
7354
7a70468f
RS
73552011-06-22 Richard Stallman <rms@gnu.org>
7356
50718fc2
RS
7357 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
7358 to Rmail even if not started by a special Rmail command.
7359
7a70468f
RS
7360 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
7361 Copy the buffer currently showing just one message.
7362
297dde5a
RW
73632011-06-22 Roland Winkler <winkler@gnu.org>
7364
7365 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
7366 (bibtex-clean-entry): First delete the old key so that a
7367 customized algorithm for generating the new key does not get
7368 confused by the old key.
7369 (bibtex-url): Obey regexp of first step.
7370 (bibtex-search-entries): Do not use add-to-list with local
7371 list-var.
7372
97bb1093
LMI
73732011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7374
7375 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
7376 stored a user name, then query for the password first, instead of
7377 waiting for SMTP to give an error message and the trying again.
7378
1c0f1a19
JD
73792011-06-22 Lawrence Mitchell <wence@gmx.li>
7380
7381 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
7382 BUFFER in call-process.
7383
396f7c9d
LMI
73842011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7385
7386 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
7387 QUIT twice.
ddb7ffee
LMI
7388 (smtpmail-try-auth-methods): Require user name and password from
7389 auth-source.
396f7c9d 7390
8998d1b3
MR
73912011-06-22 Martin Rudalics <rudalics@gmx.at>
7392
7393 * window.el (display-buffer-default-specifiers)
7394 (display-buffer-alist): Remove entries for pop-up-frame-alist.
7395 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 7396 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
7397
7398 * frame.el (pop-up-frame-alist, pop-up-frame-function)
7399 (special-display-frame-alist, special-display-popup-frame):
7400 Remove duplicate declarations. These are now in window.el.
7401
4ea31e07
LMI
74022011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7403
c9d29fb8
SM
7404 * mail/smtpmail.el (smtpmail-via-smtp):
7405 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
7406 server supports it. SMTP servers that support STARTTLS commonly
7407 require it.
7408
7409 * net/network-stream.el (network-stream-open-starttls): Support
7410 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 7411 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 7412
95f41d9a
LMI
7413 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
7414 upgrades with `open-network-stream', and rely solely on
7415 auth-source for all credentials. Big changes throughout the file,
7416 but in particular:
c9d29fb8
SM
7417 (smtpmail-auth-credentials): Remove.
7418 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
7419 (smtpmail-via-smtp): Check for servers saying they want AUTH after
7420 MAIL FROM, too.
95f41d9a 7421
c9d29fb8
SM
7422 * net/network-stream.el (network-stream-open-starttls):
7423 Provide support for client certificates both for external and built-in
4ea31e07
LMI
7424 STARTTLS.
7425 (auth-source): Require.
7426 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
7427 (network-stream-certificate): Change cert-cert to cert and
7428 cert-key to key.
4ea31e07 7429
065ec2c7
MA
74302011-06-21 Michael Albinus <michael.albinus@gmx.de>
7431
7432 * net/tramp-cache.el (top): Don't load the persistency file when
7433 "emacs -Q" has been called.
7434
cd93b359
DR
74352011-06-21 Tim Harper <timcharper@gmail.com>
7436
d8e4b68b
JB
7437 * term/ns-win.el (ns-initialize-window-system):
7438 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
7439 resource to NO as it is not yet supported by the NS port.
7440
ae9c0411
JB
74412011-06-21 Juanma Barranquero <lekktu@gmail.com>
7442
7443 * misc.el (list-dynamic-libraries--refresh): Compute header here...
7444 (list-dynamic-libraries): ...not here.
7445
7f3f739f
LL
74462011-06-21 Leo Liu <sdl.web@gmail.com>
7447
7448 * subr.el (sha1): Implement sha1 using secure-hash.
7449
327c8fb1
MR
74502011-06-21 Martin Rudalics <rudalics@gmx.at>
7451
7452 * window.el (display-buffer-alist): In default value do not
7453 enforce searching a window on any but the selected frame.
7454 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
7455 (display-buffer-select-window): Remove function.
7456 (display-buffer-in-window): When a window on another frame gets
7457 reused, do not select it any more but just raise its frame if
7458 necessary (Bug#8851) and (Bug#8856).
7459 (display-buffer-normalize-options): Handle pop-up-frames related
7460 options more faithfully.
7461 (pop-to-buffer): Don't rely on `display-buffer' selecting the
7462 window if it is on another frame.
c9d29fb8
SM
7463 (display-buffer-alist, display-buffer-default-specifiers):
7464 Don't make new frame unsplittable by default.
9e9de014
MR
7465 (display-buffer-normalize-argument): Fix doc-string typo and use
7466 'same-frame-other-window instead of 'other-window when associating
7467 with display-buffer-macro-specifiers.
327c8fb1 7468
7cf3f556
VB
74692011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
7470
7471 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
7472 New functions.
7473 (5x5-mode-map, 5x5-mode-menu): Bind them.
7474 (5x5-draw-grid): Tweak the solver's rendering.
7475
60a406cf
SM
74762011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7477
7478 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
7479 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
7480
d8e4b68b 74812011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
7482
7483 * menu-bar.el: Use function variable instead of switch-to-buffer.
7484 (menu-bar-select-buffer-function): New variable.
60a406cf 7485 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 7486
478d6f95
SM
74872011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7488
7489 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
7490 variable's status.
7491
ca530739
JD
74922011-06-20 Jan Djärv <jan.h.d@swipnet.se>
7493
7494 * x-dnd.el (x-dnd-version-from-flags)
7495 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
7496 and long as number (Bug#8899).
7497 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
7498
bcd70d97
SM
74992011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
7500
60a406cf 7501 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
7502 (completion-try-completion, completion-all-completions): Compute the
7503 metadata argument if it's missing; make it optional (bug#8795).
7504
60a406cf 7505 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
7506 (widget-complete): Use new :completion-function property.
7507 (widget-completions-at-point): New function.
7508 (default): Use :completion-function instead of :complete.
60a406cf
SM
7509 (widget-default-completions): Rename from widget-default-complete;
7510 Rewrite.
bcd70d97
SM
7511 (widget-string-complete, widget-file-complete, widget-color-complete):
7512 Remove functions.
7513 (file, symbol, function, variable, coding-system, color):
7514 * international/mule-cmds.el (default-input-method, charset)
7515 (language-info-custom-alist):
7516 * cus-edit.el (face): Use new property :completions.
7517
7518 * progmodes/pascal.el (pascal-completions-at-point): New function.
7519 (pascal-mode): Use it.
7520 (pascal-mode-map): Use completion-at-point.
7521 (pascal-toggle-completions): Make obsolete.
7522 (pascal-complete-word, pascal-show-completions):
7523 * progmodes/octave-mod.el (octave-complete-symbol):
7524 Redefine as obsolete alias.
7525 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
7526 Signal absence of completion info for old Octave,
7527 (inferior-octave-complete): Redefine as obsolete alias.
7528 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
7529 (meta-completions-at-point): Rename from meta-complete-symbol and
7530 adapt it for use on completion-at-point-functions.
7531 (meta-common-mode): Use it.
7532 (meta-looking-at-backward, meta-match-buffer): Remove.
7533 (meta-complete-symbol): Redefine as obsolete alias.
7534 (meta-common-mode-map): Use completion-at-point.
7535 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
7536 (makefile-mode-map): Use completion-at-point.
7537 (makefile-completions-at-point): Rename from makefile-complete and
7538 adapt it for use on completion-at-point-functions.
7539 (makefile-mode): Use it.
7540 (makefile-complete): Redefine as obsolete alias.
7541
aebf69c8
DD
75422011-06-20 Deniz Dogan <deniz@dogan.se>
7543
7544 * net/rcirc.el: Delete trailing whitespaces once and for all.
7545
bfbbb27d
DC
75462011-06-20 Daniel Colascione <dan.colascione@gmail.com>
7547
7548 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
7549
d264a46b
CY
75502011-06-19 Chong Yidong <cyd@stupidchicken.com>
7551
4ca009e5
CY
7552 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
7553
d264a46b
CY
7554 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
7555
fbf5b3ce
MR
75562011-06-19 Martin Rudalics <rudalics@gmx.at>
7557
7558 * window.el (display-buffer-other-window-means-other-frame):
7559 Call display-buffer-normalize-alist.
7560 (display-buffer-normalize-specifiers-1): Rename to
7561 display-buffer-normalize-argument. New argument other-frame.
7562 Rewrite.
7563 (display-buffer-normalize-specifiers-2): Rename to
7564 display-buffer-normalize-options.
7565 (display-buffer-normalize-alist-1): New function.
7566 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
7567 display-buffer-normalize-alist.
7568 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
7569 (display-buffer-normalize-options-inhibit): New variable.
7570 (display-buffer-normalize-specifiers): Rewrite calling
7571 display-buffer-normalize-alist,
7572 display-buffer-normalize-argument, and
7573 display-buffer-normalize-options. Don't call the latter if
7574 display-buffer-normalize-options-inhibit is non-nil.
7575 (frame-auto-delete): New option.
7576 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
7577 (window-list-no-nils, window-state-ignored-parameters)
7578 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
7579 (window-state-put-1, window-state-put-2, window-state-put):
7580 New functions.
9a028c23
MR
7581 (display-buffer-normalize-options): Move special-display-p group
7582 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 7583
6d10d800
CY
75842011-06-18 Chong Yidong <cyd@stupidchicken.com>
7585
6420d28b
CY
7586 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
7587 groups (Bug#8776).
7588 (rx-submatch-n): New function.
7589 (rx): Document it.
7590
ddb8b596
CY
7591 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
7592 (Bug#8768).
7593
7594 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
7595
77080289
CY
7596 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
7597
61dfb316
CY
7598 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
7599 anytime existing face settings are present (Bug#8889).
7600
6d10d800
CY
7601 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
7602 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
7603 Remove unused argument.
7604
be3fb2b8
MR
76052011-06-18 Martin Rudalics <rudalics@gmx.at>
7606
bcd70d97
SM
7607 * window.el (display-buffer-default-specifiers):
7608 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
7609 pop-up-window-min-width, and another reuse-window specifier
7610 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
7611 (display-buffer-normalize-specifiers-2):
7612 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
7613 pop-up-windows is unset. Add a reuse-window specifier for the
7614 case popping up a new window fails.
7615 (special-display-popup-frame): Remove double quoting.
28dec25a 7616 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 7617
1c6d8c76
SM
76182011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
7619
7620 * shell.el (shell-completion-vars): Set pcomplete-termination-string
7621 according to comint-completion-addsuffix.
7622
7623 * pcomplete.el: Convert to lexical binding and fix bug#8819.
7624 (pcomplete-suffix-list): Mark as obsolete.
7625 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
7626 pcomplete-seen in the closure.
7627 (pcomplete-comint-setup): Setup completion-at-point as well.
7628 (pcomplete--entries): New function.
7629 (pcomplete--env-regexp): New var.
7630 (pcomplete-entries): Rewrite to work with partial-completion and
7631 without relying on pcomplete-suffix-list.
7632 (pcomplete-pare-list): Remove, unused.
7633
25aef8b8
MR
76342011-06-17 Martin Rudalics <rudalics@gmx.at>
7635
7636 * window.el (display-buffer-alist): Set pop-up-window-min-height
7637 and pop-up-window-min-width in default value. Reported by
7638 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
7639 other-window-means-other-frame.
7640 (display-buffer-macro-specifiers): Comment out entry for
7641 other-window specifier.
7642 (display-buffer-other-window-means-other-frame): New function.
7643 (display-buffer-normalize-specifiers-1): New arguments
7644 buffer-name and label. Treat other-window case specially.
7645 (display-buffer-normalize-specifiers-2): Treat other-window case
7646 specially.
7647 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
7648 (display-buffer-normalize-specifiers):
7649 Call display-buffer-normalize-specifiers-3.
25aef8b8 7650
dbad4f69
MR
76512011-06-17 Martin Rudalics <rudalics@gmx.at>
7652
7653 * window.el (same-window-p): Fix two typos introduced when
7654 adding with-no-warnings.
d1067961
MR
7655 (display-buffer-normalize-specifiers-1): Don't check
7656 pop-up-frames for 'unset initialization.
7657 (display-buffer-normalize-specifiers-2): Major rewrite using
7658 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
7659 (pop-up-frames, display-buffer-reuse-frames)
7660 (display-buffer-mark-dedicated): Don't initialize to 'unset.
7661 Suggested by David Engster <deng@randomsample.de>.
7662 (even-window-heights): Initialize to 'unset.
7663 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
7664 (display-buffer-macro-specifiers): Don't pop up a new frame in the
7665 other window case.
dbad4f69 7666
9b9c9e3a
MR
76672011-06-16 Martin Rudalics <rudalics@gmx.at>
7668
bcd70d97
SM
7669 * window.el (display-buffer-normalize-specifiers-1):
7670 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 7671 second argument of display-buffer (Bug#8865).
981d5c09
MR
7672 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
7673 (switch-to-buffer-other-window-same-frame)
7674 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
7675 Adams (Bug#8875).
9c2755e9
MR
7676 (display-buffer): Don't check noninteractive when calling
7677 display-buffer-pop-up-frame.
7678 (display-buffer-pop-up-frame): Never pop up a frame in
7679 noninteractive mode (Bug#8857).
67222e1d
MR
7680 (enlarge-window, shrink-window): Don't report an error when the
7681 window can't be resized as requested (Bug#8862).
9b9c9e3a 7682
2b75be67
SM
76832011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
7684
9ffdd3ba
SM
7685 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
7686
cb581a67
SM
7687 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
7688
2b75be67
SM
7689 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
7690
8c0e3589
AM
76912011-06-15 Alan Mackenzie <acm@muc.de>
7692
cb581a67
SM
7693 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
7694 for declarators, disable knr checking to speed up for normal files.
7695 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 7696
b96e6cde
LMI
76972011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7698
4bba86e6
LMI
7699 * net/network-stream.el (open-network-stream): Add the keyword
7700 :always-query-capabilities for the case where you want to force a
7701 `plain' network connection, but the protocol still requires the
7702 capabilitiy command (i.e., SMTP and EHLO).
7703
2b75be67 7704 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
7705 consistency with other `-live-p' functions.
7706
efdcdbf8
SM
77072011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
7708
7709 * window.el (same-window-buffer-names, same-window-regexps)
7710 (special-display-frame-alist, special-display-popup-frame)
7711 (special-display-function, special-display-buffer-names)
7712 (special-display-regexps, pop-up-frame-alist)
7713 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
7714 (pop-up-windows, split-window-preferred-function)
7715 (split-height-threshold, split-width-threshold, even-window-heights)
7716 (display-buffer-mark-dedicated): Don't encourage the use of
7717 display-buffer-alist from Elisp code.
7718
c5cde042
DN
77192011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
7720
7721 * progmodes/python.el (python-mode): Derive from prog-mode.
7722 * progmodes/ps-mode.el (ps-mode):
7723 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 7724 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
7725 * progmodes/ld-script.el (ld-script-mode): Likewise.
7726
baa1c9ab
MR
77272011-06-15 Martin Rudalics <rudalics@gmx.at>
7728
7729 * window.el (display-buffer-alist): Trim default value to avoid
7730 popping up a new frame (Bug#8857) or reusing an arbitrary window
7731 on another frame.
7732 (display-buffer): Do not fall back on popping up a new frame in
7733 batch mode (Bug#8857).
7734
c5dd5a51
CY
77352011-06-14 Chong Yidong <cyd@stupidchicken.com>
7736
7737 * cus-theme.el (describe-theme-1): Use custom-theme-p.
7738 (custom-theme-summary): New function.
7739 (customize-themes): Use it.
7740
d647b7c4
GM
77412011-06-13 Glenn Morris <rgm@gnu.org>
7742
7743 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
7744
9481c002
MR
77452011-06-13 Martin Rudalics <rudalics@gmx.at>
7746
357f93d2
MR
7747 * help.el (help-window): Remove variable.
7748 (help-window-point-marker, temp-buffer-max-height)
7749 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
7750 (help-print-return-message): Don't set help-window.
7751 (resize-temp-buffer-window): Rewrite cod eand doc-string.
7752 (help-window-setup-finish): Remove.
7753 (help-window-display-message, help-window-setup)
7754 (with-help-window): Major rewrite based on new
7755 display-buffer-window variable.
7756
7757 * help-mode.el (help-mode-finish): Remove help-window related
7758 code.
7759
7760 * view.el (view-exits-all-viewing-windows): Remove reference to
7761 view-return-to-alist in doc-string.
7762 (view-return-to-alist): Make obsolete.
7763 (view-buffer): Call pop-to-buffer-same-window and remove
7764 undo-window code.
7765 (view-buffer-other-window): Call pop-to-buffer-other-window and
7766 simplify code. Ignore second argument.
7767 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
7768 simplify code. Ignore second argument.
7769 (view-return-to-alist-update): Make obsolete.
7770 (view-mode-enter): Rename second argument to QUIT-RESTORE.
7771 Rewrite using quit-restore window parameters.
2b75be67
SM
7772 (view-mode-exit): Rename second argument to EXIT-ONLY.
7773 Rewrite using quit-restore-window.
357f93d2
MR
7774 (View-exit, View-exit-and-edit, View-leave, View-quit)
7775 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
7776 appropriate arguments.
7777 (view-end-message): Use quit-restore window parameter.
7778
9481c002
MR
7779 * window.el (display-buffer-function): Rewrite doc-string.
7780 (display-buffer-window, display-buffer-alist): New variables.
7781 (display-buffer-split-specifiers)
7782 (display-buffer-side-specifiers)
7783 (display-buffer-macro-specifiers): New constants.
7784 (display-buffer-even-window-sizes, display-buffer-set-height)
7785 (display-buffer-set-width, display-buffer-select-window)
7786 (display-buffer-in-window, display-buffer-reuse-window)
7787 (display-buffer-split-window-1, display-buffer-split-window)
7788 (display-buffer-split-atom-window, display-buffer-pop-up-window)
7789 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
7790 (display-buffer-in-side-window, normalize-buffer-to-display)
7791 (display-buffer-normalize-specifiers-1)
7792 (display-buffer-normalize-specifiers-2)
2b75be67
SM
7793 (display-buffer-normalize-specifiers, display-buffer-frame):
7794 New functions.
9481c002
MR
7795 (display-buffer): Major rewrite.
7796 (display-buffer-other-window, display-buffer-other-frame)
7797 (pop-to-buffer, switch-to-buffer-other-window)
7798 (switch-to-buffer-other-frame): Rewrite.
7799 (display-buffer-same-window, display-buffer-same-frame)
7800 (display-buffer-same-frame-other-window)
7801 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
7802 (pop-to-buffer-other-window)
7803 (pop-to-buffer-same-frame-other-window)
7804 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
7805 (switch-to-buffer-other-window-same-frame): New functions.
7806 (same-window-p, special-display-p): Rewrite disabling warnings.
7807 Make obsolete.
7808 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
7809 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
7810 Make obsolete
7811 (same-window-buffer-names, same-window-regexps)
7812 (special-display-frame-alist, special-display-popup-frame)
7813 (special-display-function, special-display-buffer-names)
7814 (special-display-regexps, pop-up-frame-alist)
7815 (pop-up-frame-function, split-window-preferred-function)
7816 (split-height-threshold, split-width-threshold)
7817 (even-window-heights): Make obsolete.
7818
9db51aca
GM
78192011-06-12 Glenn Morris <rgm@gnu.org>
7820
7821 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 7822 Misc simplifications.
9db51aca 7823
39cffb44
MR
78242011-06-12 Martin Rudalics <rudalics@gmx.at>
7825
7826 * window.el (window-safely-shrinkable-p): Restore function which
7827 was inadvertently removed in change from 2011-06-11. Declare as
7828 obsolete.
7829
2b75be67
SM
7830 * calendar/calendar.el (calendar-generate-window):
7831 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
7832 window-safely-shrinkable-p.
7833
a8955be7
GM
78342011-06-12 Glenn Morris <rgm@gnu.org>
7835
7836 * progmodes/fortran.el (fortran-mode-syntax-table):
7837 * progmodes/f90.el (f90-mode-syntax-table):
7838 Set % to punctuation. (Bug#8820)
7839 (f90-find-tag-default): Remove, no longer needed.
7840
f0d4059d
DC
78412011-06-12 Daniel Colascione <dan.colascione@gmail.com>
7842
7843 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
7844
1100a63c
CY
78452011-06-11 Chong Yidong <cyd@stupidchicken.com>
7846
7847 * image.el (image-animated-p): Return animation delay in seconds.
7848 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
7849 (image-animate-timeout): Remove DELAY argument. Don't assume
7850 every subimage has the same delay; get it from image-animated-p.
7851 (image-animate): Caller changed.
7852
def722bf
MA
78532011-06-11 Michael Albinus <michael.albinus@gmx.de>
7854
7855 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
7856 to ignored backtrace functions.
7857
0a2bb1a9
GM
78582011-06-11 Glenn Morris <rgm@gnu.org>
7859
7860 * calendar/appt.el (appt-disp-window-function): Doc fix.
7861 (appt-check): Handle overlapping appointments. (Bug#8337)
7862
6198ccd0
MR
78632011-06-11 Martin Rudalics <rudalics@gmx.at>
7864
7865 * window.el (window-tree-1, window-tree): New functions, moving
7866 the latter to window.el.
7867 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
7868 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
7869 (bw-refresh-edges): Remove.
7870 (balance-windows-1, balance-windows-2): New functions.
7871 (balance-windows): Rewrite in terms of window tree functions,
7872 balance-windows-1 and balance-windows-2.
7873 (bw-adjust-window): Remove.
7874 (balance-windows-area-adjust): New function with functionality of
7875 bw-adjust-window but using resize-window.
2b75be67
SM
7876 (set-window-text-height): Rewrite doc-string.
7877 Use normalize-live-window and resize-window.
7878 (enlarge-window-horizontally, shrink-window-horizontally):
7879 Rename argument to DELTA.
6198ccd0
MR
7880 (window-buffer-height): New function.
7881 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
7882 Rewrite using new window resize routines.
2b75be67
SM
7883 (kill-buffer-and-window, mouse-autoselect-window-select):
7884 Use ignore-errors instead of condition-case.
6198ccd0
MR
7885 (quit-window): Call delete-frame instead of delete-windows-on
7886 for the only buffer on frame.
7887
9397e56f
MR
78882011-06-10 Martin Rudalics <rudalics@gmx.at>
7889
7890 * loadup.el (top-level): Load window before files for the sake
7891 of replace-buffer-in-windows.
7892
7893 * files.el (read-buffer-to-switch)
7894 (switch-to-buffer-other-window)
2b75be67
SM
7895 (switch-to-buffer-other-frame, display-buffer-other-frame):
7896 Move to window.el.
9397e56f
MR
7897
7898 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
7899 (previous-buffer): Move to window.el.
7900
7901 * bindings.el (unbury-buffer): Move to window.el.
7902
7903 * window.el (delete-other-windows-vertically): Move after
7904 definition of delete-other-windows.
7905 (other-window, delete-windows-on, replace-buffer-in-windows):
7906 Move here from window.c.
7907 (record-window-buffer, unrecord-window-buffer)
7908 (set-window-buffer-start-and-point, switch-to-prev-buffer)
7909 (switch-to-next-buffer): New functions.
7910 (get-next-valid-buffer, last-buffer, next-buffer): Move here
7911 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
7912 (previous-buffer): Move here from simple.el.
7913 Call switch-to-prev-buffer.
9397e56f
MR
7914 (bury-buffer): Move here from buffer.c. Switch to previous
7915 buffer when window cannot be deleted.
7916 (unbury-buffer): Move here from bindings.el.
7917 (ctl-x-map): Move binding for other-window from window.c to
7918 here.
7919 (read-buffer-to-switch, switch-to-buffer-other-window)
7920 (switch-to-buffer-other-frame): Move here from files.el.
7921 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
7922 (switch-to-buffer): Move here from buffer.c.
7923 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 7924
562dd5e9
MR
79252011-06-10 Martin Rudalics <rudalics@gmx.at>
7926
7927 * window.el (window-min-height, window-min-width): Move here
7928 from window.c. Add defcustoms and rewrite doc-strings.
7929 (resize-mini-window, resize-window): New functions.
7930 (adjust-window-trailing-edge, enlarge-window, shrink-window):
7931 Move here from window.c.
7932 (maximize-window, minimize-window): New functions.
7933 (delete-window, delete-other-windows, split-window): Move here
7934 from window.c.
7935 (window-split-min-size): New function.
7936 (split-window-keep-point): Mention split-window-above-each-other
7937 instead of split-window-vertically.
2b75be67 7938 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
7939 Rename split-window-vertically to split-window-above-each-other
7940 and provide defalias for old definition.
7941 (split-window-side-by-side, split-window-horizontally):
7942 Rename split-window-horizontally to split-window-side-by-side
7943 and provide defalias for the old definition.
562dd5e9
MR
7944 (ctl-x-map): Move bindings for delete-window,
7945 delete-other-windows and enlarge-window here from window.c.
7946 Replace bindings for split-window-vertically and
7947 split-window-horizontally by bindings for
7948 split-window-above-each-other and split-window-side-by-side.
7949
7950 * cus-start.el (all): Remove entries for window-min-height and
7951 window-min-width. Add entries for window-splits and
7952 window-nest.
7953
f0da764a
GM
79542011-06-09 Glenn Morris <rgm@gnu.org>
7955
80675c21
GM
7956 * calendar/appt.el (appt-mode-line): New function.
7957 (appt-check, appt-disp-window): Use it.
7958
f0da764a
GM
7959 * files.el (hack-one-local-variable-eval-safep):
7960 Allow minor-modes with explicit +/-1 arguments.
7961
59f623b7
TZ
79622011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
7963
7964 * term/xterm.el (xterm): Add defgroup.
7965 (xterm-extra-capabilities): Add defcustom to supply known xterm
7966 capabilities, skip querying them, or query them (default).
7967 (terminal-init-xterm): Use it.
7968 (terminal-init-xterm-modify-other-keys): New function to set up
7969 modifyOtherKeys support to simplify `terminal-init-xterm'.
7970
9aab8e0d
MR
79712011-06-09 Martin Rudalics <rudalics@gmx.at>
7972
7973 * window.el (resize-window-reset, resize-window-reset-1)
7974 (resize-subwindows-skip-p, resize-subwindows-normal)
7975 (resize-subwindows, resize-other-windows, resize-this-window)
7976 (resize-root-window, resize-root-window-vertically)
7977 (window-deletable-p, window-or-subwindow-p)
7978 (frame-root-window-p): New functions.
7979
e8b08aee
GM
79802011-06-09 Glenn Morris <rgm@gnu.org>
7981
7982 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
7983 (ange-ftp-get-files): Use it.
7984
254c37a5
AK
79852011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
7986
7987 * mail/sendmail.el (mail-recover-1, mail-recover):
7988 * files.el (recover-file, recover-session):
7989 Handle dired-listing-switches not being just a single short option.
7990
35d7dbd3
GM
79912011-06-09 Glenn Morris <rgm@gnu.org>
7992
7993 * calendar/appt.el (appt-display-message, appt-disp-window):
7994 Handle lists of appointments.
7995
387522b2
MR
79962011-06-08 Martin Rudalics <rudalics@gmx.at>
7997
2b75be67
SM
7998 * window.el (one-window-p): Move down in code.
7999 Rewrite doc-string.
8000 (window-current-scroll-bars): Rewrite doc-string.
8001 Normalize live window argument.
387522b2
MR
8002 (walk-windows, get-window-with-predicate, count-windows):
8003 Rewrite doc-string. Use window-list-1.
8004 (window-in-direction-2, window-in-direction, get-mru-window):
8005 New functions.
8006
d8e4b68b 80072011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
8008
8009 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
8010 Doc fix (Bug#8713).
8011
80122011-06-08 Chong Yidong <cyd@stupidchicken.com>
8013
8014 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
8015
80162011-06-08 Juanma Barranquero <lekktu@gmail.com>
8017
8018 * loadhist.el (unload-feature-special-hooks):
8019 Add `comint-output-filter-functions'.
8020
0de12c52
IK
80212011-06-08 Ivan Kanis <gnu@kanis.fr>
8022
8023 * calendar/appt.el (appt-check): Move some initializations into the let.
8024
f3d1777e
MR
80252011-06-08 Martin Rudalics <rudalics@gmx.at>
8026
8027 * window.el (window-height): Defalias to window-total-height.
8028 (window-width): Defalias to window-body-width.
8029
18af70d0
CY
80302011-06-07 Chong Yidong <cyd@stupidchicken.com>
8031
8032 * image-mode.el (image-toggle-animation): New command.
8033 (image-mode-map): Bind it to RET.
8034 (image-mode): Update message.
8035 (image-toggle-display-image): Avoid a spurious cache flush.
8036 (image-transform-rotation): Doc fix.
8037 (image-transform-properties): Return quickly in the normal case.
8038 (image-animate-loop): Rename from image-animate-max-time.
8039
2b75be67 8040 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
8041 (create-animated-image): Remove unnecessary function.
8042 (image-animate): Rename from image-animate-start. New arg.
2b75be67 8043 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
8044 (image-animate-timer): Use car-safe.
8045 (image-animate-timeout): Rename argument.
8046
190b47e6
MR
80472011-06-07 Martin Rudalics <rudalics@gmx.at>
8048
8049 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
8050 window.c. Rename first argument to ALL-FRAMES.
8051 Rephrase doc-strings.
8052 (get-buffer-window-list): Rewrite using window-list-1.
8053 Rephrase doc-string.
a1511caf
MR
8054 (window-safe-min-height, window-safe-min-width): New constants.
8055 (window-size-ignore, window-min-size, window-min-size-1)
8056 (window-sizable, window-sizable-p, window-size-fixed-1)
8057 (window-size-fixed-p, window-min-delta-1, window-min-delta)
8058 (window-max-delta-1, window-max-delta, window-resizable)
8059 (window-resizable-p, window-total-height, window-total-width)
8060 (window-body-width): New functions.
8061 (window-full-height-p, window-full-width-p): Rewrite using
8062 window-total-size.
8063 (window-body-height): Rewrite using window-body-size.
190b47e6 8064
85cc1f11
MR
80652011-06-06 Martin Rudalics <rudalics@gmx.at>
8066
8067 * window.el (window-right, window-left, window-child)
8068 (window-child-count, window-last-child, window-any-p)
8069 (normalize-live-buffer, normalize-live-frame)
8070 (normalize-any-window, normalize-live-window)
8071 (window-iso-combination-p, window-iso-combined-p)
8072 (window-iso-combinations)
8073 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
8074 (windows-with-parameter, window-with-parameter)
8075 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
8076 (window-atom-check, window-side-check, window-check):
8077 New functions.
85cc1f11
MR
8078 (ignore-window-parameters, window-sides, window-sides-vertical)
8079 (window-sides-slots): New variables.
8080 (window-size-fixed): Move down in code. Minor doc-string fix.
8081
e7156492
AS
80822011-06-05 Andreas Schwab <schwab@linux-m68k.org>
8083
8084 * comint.el (comint-dynamic-complete-as-filename)
8085 (comint-dynamic-complete-filename): Correctly call
8086 completion-in-region.
8087
7e821d0d
DD
80882011-06-05 Deniz Dogan <deniz@dogan.se>
8089
8090 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
8091 in last change.
8092
ac09b8a1
DD
80932011-06-05 Deniz Dogan <deniz@dogan.se>
8094
8095 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
8096 (rcirc): Use it to prompt for encryption.
8097
34699b85
RW
80982011-06-05 Roland Winkler <winkler@gnu.org>
8099
8100 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
8101 (bibtex-search-entries): New command bound to C-c C-a.
8102 (bibtex-display-entries): New function.
8103
004dedd3
RW
81042011-06-05 Roland Winkler <winkler@gnu.org>
8105
8106 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
8107 (bibtex-insert-kill): After yanking insert newline if necessary.
8108 (bibtex-initialize): Call bibtex-string-files-init only once.
8109 (bibtex-mode): Do not call easy-menu-add.
8110 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
8111 (bibtex-yank): Set arg properly if nil.
8112
022fe7ce
RW
81132011-06-05 Roland Winkler <winkler@gnu.org>
8114
2b75be67
SM
8115 * textmodes/bibtex.el (bibtex-search-entry-globally):
8116 New variable.
022fe7ce
RW
8117 (bibtex-search-entry): Use it.
8118
b7c3692a
RW
81192011-06-05 Roland Winkler <winkler@gnu.org>
8120
8121 * textmodes/bibtex.el (bibtex-entry-format): New option
8122 sort-fields.
8123 (bibtex-format-entry, bibtex-reformat): Honor this option.
8124 (bibtex-parse-entry): Return fields in proper order.
8125
8eda563d
JB
81262011-06-05 Juanma Barranquero <lekktu@gmail.com>
8127
8128 * doc-view.el (doc-view-remove-if): Move computation of result out
8129 of `dolist' to silence misleading lexical-binding warning.
8130
7dbe3dbc
CY
81312011-06-04 Chong Yidong <cyd@stupidchicken.com>
8132
8133 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
8134 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
8135
0c33dd17
MA
81362011-06-04 Michael Albinus <michael.albinus@gmx.de>
8137
8138 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
8139 "SunOS 5.10".
8140
f8f91c2b
MA
81412011-06-04 Michael Albinus <michael.albinus@gmx.de>
8142
8143 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
8144 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
8145 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
8146 (tramp-parse-putty):
8147 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
8148 (tramp-completion-function-alist-ssh)
8149 (tramp-completion-function-alist-telnet)
8150 (tramp-completion-function-alist-su)
8151 (tramp-completion-function-alist-putty): Set `tramp-autoload'
8152 cookie.
8153
8154 * net/tramp-ftp.el:
8155 * net/tramp-sh.el:
8156 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
8157 load "tramp.el" `tramp-set-completion-function'.
8158
e17d9003
SM
81592011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
8160
8161 * shell.el: Require and use pcomplete.
8162 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
8163 (shell-completion-vars): Set pcomplete-default-completion-function.
8164
6c4cab03
DD
81652011-06-04 Deniz Dogan <deniz@dogan.se>
8166
8167 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
8168 `memq' (Bug#8799).
8169
ea9fafe0
SM
81702011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
8171
8172 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
8173
b3e945d3
JB
81742011-06-02 Juanma Barranquero <lekktu@gmail.com>
8175
8176 * bs.el (bs--mark-unmark, bs--nth-wrapper):
8177 * mpc.el (mpc-select-extend, mpc-songpointer-context):
8178 * vc/log-view.el (log-view-beginning-of-defun):
8179 * vc/smerge-mode.el (smerge-apply-resolution-patch)
8180 (smerge-refine-forward, smerge-refine-chopup-region):
8181 Silence warning for unused `dotimes' counter variables.
8182
7d520089
SM
81832011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
8184
8185 * net/tramp.el (tramp-with-progress-reporter): Rename from
8186 with-progress-reporter. Use `declare'.
8187 * net/tramp-smb.el:
8188 * net/tramp-sh.el:
8189 * net/tramp-gvfs.el: Update all uses.
8190
a1c2400f
JB
81912011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
8192
8193 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
8194 buffer isn't killed before making it current.
8195
2403c841
SM
81962011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8197
8198 Silence various byte-compiler warnings.
8199 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
8200 `access-type' and new obsolescence format.
8201 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
8202 new format.
8203 (byte-compile-check-variable): New `access-type' argument.
8204 Only warn if the access-type is obsolete.
8205 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
8206 (byte-compile-variable-set): Adjust callers.
8207 * help-fns.el (describe-variable): Adjust to new obsolescence format.
8208 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
8209 setting it as obsolete.
8210 * simple.el (minibuffer-completing-symbol):
8211 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
8212 access as obsolete.
8213 * minibuffer.el (minibuffer-completing-file-name): Don't make it
8214 obsolete yet.
8215 * international/quail.el (quail-mouse-choose-completion): Remove unused
8216 code referring to obsolete var.
8217 (quail-choose-completion-string): Remove.
8218 * server.el (server-clients-with, server-kill-buffer-query-function)
8219 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
8220 * proced.el (proced-send-signal):
8221 * emacs-lisp/lisp.el (lisp-complete-symbol):
8222 Replace completion-annotate-function with completion-extra-properties.
8223
2462470b
SM
82242011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8225
fb5b2591
SM
8226 * simple.el (goto-line): Use read-number.
8227 (overriding-map-is-bound): Remove.
8228 (saved-overriding-map): Change default.
8229 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
8230 Take the map as argument.
8231 (universal-argument, negative-argument, digit-argument): Use it.
8232 (restore-overriding-map): Adjust.
8233 (do-auto-fill): Use fill-forward-paragraph.
8234 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
8235
fd6fa53f
SM
8236 * minibuffer.el (minibuffer-inactive-mode-map): New var.
8237 (minibuffer-inactive-mode): New major mode.
8238 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
8239 the *Messages* buffer" hack.
8240 (mouse-popup-menubar): Don't burp if the event is a normal key.
8241
2462470b
SM
8242 Miscellaneous tweaks.
8243 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
8244 lexical scoping as in subr.el's dolist and dotimes.
8245 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
8246 Silence compiler warning.
8247 * thingatpt.el (forward-whitespace): Trivial coding style fix.
8248 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
8249 * international/ccl.el (ccl-compile): Trivial simplification.
8250 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
8251 * emacs-lisp/testcover.el (testcover-end): Remove spurious
8252 `printflag' argument.
8253 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
8254 Purecopy the whole obsolescence data.
8255
108bf785
LL
82562011-06-01 Leo Liu <sdl.web@gmail.com>
8257
8258 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
8259 improve doc-string as suggested by Marco Pessotto
8260 <melmothx@gmail.com>.
8261 (rcirc-print): Fix last change.
8262
30a23501
SM
82632011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8264
8265 * minibuffer.el (complete-with-action): Return nil for the metadata and
8266 boundaries of non-functional tables.
8267 (completion-table-dynamic): Return nil for the metadata.
8268 (completion-table-with-terminator): Add default case, using
8269 complete-with-action.
8270 (completion--metadata): New function.
8271 (completion-all-sorted-completions, minibuffer-completion-help): Use it
8272 to try and avoid pathological performance problems.
8273 (completion--embedded-envvar-table): Return `category' metadata.
8274
bcd54f83
LMI
82752011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
8276
8277 * subr.el (process-alive-p): New tiny convenience function.
8278
e227544d
SM
82792011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8280
8281 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
8282 content but also its previous major mode.
8283
e8296fdc
HE
82842011-05-31 Helmut Eller <eller.helmut@gmail.com>
8285
4d61f28d 8286 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
8287 *Backtrace* buffer when we exit with C-M-c.
8288
620c53a6
SM
82892011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8290
8291 * minibuffer.el: Add metadata method to completion tables.
8292 (completion-category-overrides): New defcustom.
8293 (completion-metadata, completion--field-metadata)
8294 (completion-metadata-get, completion--styles)
8295 (completion--cycle-threshold): New functions.
8296 (completion-try-completion, completion-all-completions):
8297 Add `metadata' argument to choose completion-styles.
8298 (completion--do-completion): Use metadata to choose cycling.
8299 (completion-all-sorted-completions): Use metadata for sorting.
8300 Remove :completion-cycle-penalty which is not needed any more.
8301 (completion--try-word-completion): Add `metadata' argument.
8302 (minibuffer-completion-help): Check metadata for annotation function
8303 and sorting.
8304 (completion-file-name-table): Return `category' metadata.
8305 (minibuffer-completing-file-name): Make obsolete.
8306 * simple.el (minibuffer-completing-symbol): Make obsolete.
8307 * icomplete.el (icomplete-completions): Pass new `metadata' param to
8308 completion-try-completion.
8309
1257e755
SM
83102011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
8311
8312 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
8313
3767e706
LL
83142011-05-30 Leo Liu <sdl.web@gmail.com>
8315
8316 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
8317 (rcirc-print): Decode all incoming messages (bug#8744).
8318 (rcirc-decode-coding-system): Allow value nil for automatic coding
8319 system detection.
3767e706 8320
d1a5d56a
GM
83212011-06-01 Glenn Morris <rgm@gnu.org>
8322
8323 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
8324
e8cbec34
CY
83252011-05-29 Chong Yidong <cyd@stupidchicken.com>
8326
8327 * image.el (image-animate-max-time): Allow nil and t values.
8328 Default to nil.
8329 (create-animated-image): Doc fix.
8330 (image-animate-start): Remove second arg; just use
8331 image-animate-max-time.
8332 (image-animate-timeout): Doc fix. Args changed.
8333
8334 * image-mode.el (image-toggle-display-image): Ensure that the
8335 image spec passed to the animate timer is the same object as in
58179cce 8336 the buffer's display property (Bug#6981).
e8cbec34
CY
8337 (image-transform-properties): Doc fix.
8338
8339 * image.el (image-animate-max-time): Default to nil.
8340
159daf87
MR
83412011-05-29 Martin Rudalics <rudalics@gmx.at>
8342
8343 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
8344 entire buffer list (Bug#8184).
8345
d66c4c7c
CY
83462011-05-29 Chong Yidong <cyd@stupidchicken.com>
8347
8348 * image.el (imagemagick-types-inhibit)
8349 (imagemagick-register-types): Doc fix.
8350
80aec780
DD
83512011-05-29 Deniz Dogan <deniz@dogan.se>
8352
8353 * net/rcirc.el (rcirc): Use the user's stored encryption method by
8354 default.
8355
1dd3c2d9
CY
83562011-05-29 Chong Yidong <cyd@stupidchicken.com>
8357
8358 * select.el: Don't perform clipboard-manager saving in hooks;
8359 leave the hooks empty.
8360
60e56523
LL
83612011-05-28 Leo Liu <sdl.web@gmail.com>
8362
8363 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
8364 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
8365 (occur-edit-mode): New major mode (Bug#8463).
8366 (occur-after-change-function): New function.
8367 (occur-engine): Give Occur tags a read-only property.
8368
2b1e1a22
KR
83692011-05-28 Kevin Ryde <user42@zip.com.au>
8370
8371 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
8372
5d344e88
CY
83732011-05-28 Chong Yidong <cyd@stupidchicken.com>
8374
8e6ca83d
CY
8375 * bindings.el (help-echo): Make the initial non-indicator dash
8376 empty on graphical terminals (Bug#7295).
8377
5d344e88
CY
8378 * files.el (auto-mode-alist): Move config rule after the
8379 in-stripping one (Bug#8547).
8380
bfbbace7
CY
8381 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
8382
fbeba6e2
CY
8383 * startup.el (normal-splash-screen): Remove gratuitous mode-line
8384 setting (Bug#8740).
8385
60ed8c72
AA
83862011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
8387
4ac619f0
AA
8388 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
8389 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
8390 (Bug#8539).
60ed8c72 8391
23db196e
CY
83922011-05-28 Chong Yidong <cyd@stupidchicken.com>
8393
8394 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
8395
5012f24c
DK
83962011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
8397
8398 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
8399 (hs-hide-block-at-point, hs-find-block-beginning)
8400 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
8401 (Bug#8279).
8402
6a639b16
GM
84032011-05-28 Glenn Morris <rgm@gnu.org>
8404
8405 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
8406
d43eaf2c
CY
84072011-05-28 Chong Yidong <cyd@stupidchicken.com>
8408
5199bde1
CY
8409 * help-fns.el (describe-function-1): If the function is a derived
8410 major mode, print the parent mode.
8411
d43eaf2c
CY
8412 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
8413 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
8414
423428a8
SM
84152011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
8416
0ff8e1ba 8417 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 8418 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
8419 * progmodes/etags.el (tags-completion-at-point-function):
8420 * info-look.el (info-lookup-completions-at-point): Mark as
8421 non-exclusive.
8422 (info-complete): Adjust accordingly.
8423
423428a8
SM
8424 * info-look.el: Convert to lexical-binding and completion-at-point.
8425 (info-lookup-completions-at-point): New function.
8426 (info-complete): Use it and completion-in-region.
8427
b74aa22b
DA
84282011-05-28 Drew Adams <drew.adams@oracle.com>
8429
8430 * isearch.el: Let M-e start with point at the first mismatched char.
8431 (isearch-fail-pos): New function.
8432 (isearch-edit-string): Use it.
8433
66e2e71d
DK
84342011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
8435
8436 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
8437
b1890b0f 84382011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
8439
8440 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
8441 traversal functions for avl-trees.
8442 (avl-tree--stack): New struct.
8443 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
8444 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
8445 (avl-tree--do-enter): Add optional `updatefun' arg.
8446 Change return value.
eb95d01d 8447 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
8448 (avl-tree--do-delete): Add `test' and `nilflag' args.
8449 Change return value.
eb95d01d
TC
8450 (avl-tree-member): Add optional `nilflag'
8451 (avl-tree-member-p): New function.
8452 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
8453 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
8454 (avl-tree-stack-empty-p): New functions.
8455
3769ddcf
TC
8456 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
8457 avl-tree--del-balance1 and make it work both ways.
8458 (avl-tree--del-balance2): Remove.
8459 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
8460 make it work both ways.
8461 (avl-tree--enter-balance2): Remove.
8462 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
8463 New macros.
8464 (avl-tree--mapc, avl-tree-map): Add direction argument.
8465
eb95d01d 84662011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
8467
8468 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
8469
a9f737ee
CY
84702011-05-27 Chong Yidong <cyd@stupidchicken.com>
8471
8472 * select.el: Support clipboard managers with built-in function
8473 x-clipboard-manager-save, via delete-frame-functions and
8474 kill-emacs-hook.
8475 (xselect-convert-to-targets): Add MULTIPLE target to list.
8476 (xselect-convert-to-save-targets): New function.
8477
c92a1e54
KH
84782011-05-27 Kenichi Handa <handa@m17n.org>
8479
8480 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
8481 let-binding rfc2047-encode-encoded-words to nil.
8482
e145f188
GM
84832011-05-27 Glenn Morris <rgm@gnu.org>
8484
5ec8a862
GM
8485 * mail/emacsbug.el: Don't require url-util.
8486
4b29d9fb
GM
8487 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
8488
e145f188
GM
8489 * files.el (set-auto-mode):
8490 Also respect mode: entries at the end of the file. (Bug#8586)
8491
7d15102b
GM
84922011-05-26 Glenn Morris <rgm@gnu.org>
8493
98f593b8
GM
8494 * files.el (hack-local-variables-prop-line, hack-local-variables):
8495 Downcase mode names, as seems to be traditional.
27b48e63 8496 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 8497
7d15102b
GM
8498 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
8499 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
8500
51d5b4ec
JD
85012011-05-25 Julien Danjou <julien@danjou.info>
8502
8503 * textmodes/rst.el (rst-define-level-faces): Do not define face
8504 symbol if it is already defined.
8505
91513f63
VB
85062011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
8507
8508 * play/5x5.el (5x5-new-game, 5x5-randomize):
8509 Reset 5x5-solver-output to nil when a new grid is cast.
8510 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
8511 these debugging traces, as defmacro breaks the compiled code.
8512
4d90d6d0
DK
85132011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
8514
8515 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
8516
e1b90ef6
LL
85172011-05-24 Leo Liu <sdl.web@gmail.com>
8518
8519 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
8520 (vc-bzr-sha1): Adapt.
8521
d8e4b68b 8522 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
8523
8524 * bindings.el: Provide sha1 feature.
8525
db0406bb 85262011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
8527
8528 * mail/sendmail.el: Require `rfc2047'.
8529 (mail-insert-from-field): Do not perform RFC2047 encoding.
8530 (mail-encode-header): New function.
8531 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
8532 buffer to the return value of select-message-coding-system.
8533 Call mail-encode-header.
b8d747b9
KH
8534
8535 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
8536
db0406bb 85372011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 8538
4d90d6d0
DK
8539 * mail/supercite.el (sc-default-cite-frame):
8540 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 8541
eb8a5e9b
GM
85422011-05-24 Glenn Morris <rgm@gnu.org>
8543
f8630703
GM
8544 * progmodes/python.el (brm-menu): Declare.
8545
8831bbed
GM
8546 * emulation/viper.el (viper-set-hooks): Declare.
8547
eb8a5e9b
GM
8548 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
8549 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
8550 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
8551 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
8552 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
8553 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
8554
a2a25d24
SM
85552011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
8556
8557 Add an :exit-function for completion-at-point.
8558
8559 * minibuffer.el (completion--done): New fun.
8560 (completion--do-completion): Use it. New arg `expect-exact'.
8561 (minibuffer-complete, minibuffer-complete-word): Don't output message,
8562 since completion--do-completion does it for us now.
8563 (minibuffer-force-complete): Use completion--done and
8564 completion--replace. Handle sole-completion case with more care.
8565 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
8566 (completion-extra-properties): New var.
8567 (completion-annotate-function): Make obsolete.
8568 (minibuffer-completion-help): Adjust accordingly.
8569 Use completion-list-insert-choice-function.
8570 (completion-at-point, completion-help-at-point):
8571 Bind completion-extra-properties.
8572 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
8573 * simple.el (completion-list-insert-choice-function): New var.
8574 (completion-setup-function): Preserve it.
8575 (choose-completion): Pay attention to it, shuffle the code a bit.
8576 (choose-completion-string): New arg `insert-function'.
8577
8578 * textmodes/bibtex.el: Convert to lexical binding.
8579 (bibtex-mode-map): Use completion-at-point.
8580 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
8581 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
8582 (bibtex-complete): Define as obsolete alias.
8583 (bibtex-complete-internal): Remove.
8584 (bibtex-format-entry): Remove unused sub-group in regexp.
8585 * shell.el (shell--command-completion-data)
8586 (shell-environment-variable-completion):
8587 * pcomplete.el (pcomplete-completions-at-point):
8588 * comint.el (comint--complete-file-name-data): Use :exit-function
8589 instead of completion-table-with-terminator so it also works for
8590 choose-completion.
8591
e44e373d
SM
85922011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
8593
4f91a816
SM
8594 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
8595
782fc819
SM
8596 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
8597 (bug#8710).
8598
e44e373d
SM
8599 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
8600
381987c3
KM
86012011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
8602
8603 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
8604 customization variable and implement: If non-nil, auto-fill will
8605 be inhibited while on topic's header line.
8606
b776bc70
VB
86072011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
8608
8609 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 8610 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
8611 always have a solution in grid size = 5 cases.
8612 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
8613 (5x5-solver-output, 5x5-log-buffer): New vars.
8614 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
8615 Make these variables buffer local to achieve 5x5 multi-session-ness.
8616 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
8617 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
8618 (5x5-solve-suggest): New funs.
8619 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
8620 randomize a grid so that we ensure that there is always a solution.
8621 (5x5-make-random-grid): Allow other movement than flipping.
8622
7de88b6e
KR
86232011-05-23 Kevin Ryde <user42@zip.com.au>
8624
8625 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 8626 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
8627 advice and passes PREDICATE.
8628
b1ef1257
SM
86292011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
8630
bbca48fe
SM
8631 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
8632 byte-compile-lambda if it's actually a lambda.
8633
b1ef1257
SM
8634 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
8635 Fix function quoting. Use backquote better.
8636
92a9cc65
YS
86372011-05-22 Yuanle Song <sylecn@gmail.com>
8638
8639 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
8640 matching (Bug#8516).
8641
f0fb8059
JA
86422011-01-22 Jari Aalto <jari.aalto@cante.net>
8643
8644 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
8645 different face (Bug#8178).
8646
d5b44c93
CY
86472011-05-22 Chong Yidong <cyd@stupidchicken.com>
8648
8649 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
8650 defface (Bug#8144).
8651
79106a44
SM
86522011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
8653
9c848d8a
SM
8654 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
8655 funcall as well (bug#8712). Warn when performing those conversions.
8656 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
8657
79106a44
SM
8658 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
8659
88dfa756
GM
86602011-05-22 Glenn Morris <rgm@gnu.org>
8661
8662 * files.el (hack-local-variables-prop-line): Small simplifications.
8663 (hack-local-variables, hack-local-variables-prop-line):
8664 If MODE-ONLY, return the mode, rather than just `t'.
8665
b7cf2c79
SM
86662011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
8667
8668 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
8669
3f1a8558
GM
86702011-05-21 Glenn Morris <rgm@gnu.org>
8671
7e4ccca3
GM
8672 * files.el (hack-local-variables-prop-line, hack-local-variables):
8673 If only interested in the mode, don't bother doing the other stuff.
8674
637d46ca
GM
8675 * image-mode.el (image-after-revert-hook):
8676 Redraw all frames on which the image is visible. (Bug#8567)
8677
973d955b
GM
8678 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
8679
3f1a8558
GM
8680 * wid-edit.el (widget-checklist-match-inline):
8681 Fix 2011-04-19 change. (Bug#8649)
8682
96479927
SM
86832011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
8684
1dcf791f
SM
8685 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
8686 Also allow singlespace after single-letter capitals followed by a dot.
8687
96479927
SM
8688 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
8689 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
8690
35fd0881
N
86912011-05-20 Nix <nix@esperi.org.uk>
8692
8693 * files.el (basic-save-buffer-2):
8694 Fix handling of break-hardlink-on-save with non-existent files.
8695
82745640
DD
86962011-05-19 Deniz Dogan <deniz@dogan.se>
8697
8698 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 8699 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 8700
4a720484
GM
87012011-05-19 Glenn Morris <rgm@gnu.org>
8702
d1f21341
GM
8703 * progmodes/f90.el (f90-type-def-re):
8704 Handle "type, bind(c)". (Bug#8691)
8705
4a720484
GM
8706 * emacs-lisp/autoload.el (batch-update-autoloads):
8707 Set autoload-excludes by parsing loadup.el rather than Makefiles.
8708
2fb0a219
MA
87092011-05-18 Michael Albinus <michael.albinus@gmx.de>
8710
8711 * net/tramp.el (tramp-process-actions): Set "first-password-request"
8712 property for the correct connection in case of multihops.
8713
e565dd37
GM
87142011-05-18 Glenn Morris <rgm@gnu.org>
8715
c2571358 8716 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
8717 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
8718
e565dd37
GM
8719 Rationalize calendar handling of day and month abbrev-arrays.
8720 * calendar/calendar.el (calendar-customized-p): New function.
8721 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
8722 (calendar-day-name-array, calendar-month-name-array): Doc fix.
8723 Add :set function.
8724 (calendar-abbrev-length, calendar-day-abbrev-array)
8725 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
8726 (calendar-day-abbrev-array, calendar-month-abbrev-array):
8727 Elements may no longer be nil.
8728 (calendar-day-name, calendar-month-name):
8729 Update for changed nature of abbrev arrays.
8730 * calendar/diary-lib.el (diary-name-pattern):
8731 Update for changed nature of abbrev arrays.
8732 (diary-mark-entries-1): Update calendar-make-alist calls.
8733 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
8734 * calendar/cal-html.el (cal-html-day-abbrev-array):
8735 Simply inherit from calendar-day-abbrev-array.
8736
1d99a745
SM
87372011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
8738
8739 * progmodes/grep.el (grep-mode): Disable default
8740 compilation-directory-matcher setting (bug#8684).
8741
7c1d9aa0
MA
87422011-05-17 Michael Albinus <michael.albinus@gmx.de>
8743
8744 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
8745 instead of "head" and "tail". There were problems with SunOS 5.9,
8746 and it performs better.
8747
3952e9d8
GM
87482011-05-17 Glenn Morris <rgm@gnu.org>
8749
2dd12e7f
GM
8750 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
8751
e4157b9c
GM
8752 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
8753 Replace obsolete function.
8754
8e249bbd
GM
8755 * shell.el (pcomplete-parse-arguments-function): Declare.
8756
3952e9d8
GM
8757 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
8758 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
8759 (appt-check): Doc fixes.
8760 (appt-disp-window-function, appt-delete-window-function):
8761 Remove needless special case in custom :type.
8762 (appt-display-count): Default to 0, not nil.
8763 (appt-check): Reset appt-display-count to 0, not nil.
8764
c71a0d48 87652011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 8766
c71a0d48
GM
8767 * progmodes/python.el (python-font-lock-keywords):
8768 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 8769
31d55be9
SM
87702011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
8771
8772 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
8773
3bfacb2f
KR
87742011-05-16 Kevin Ryde <user42@zip.com.au>
8775
8776 * info-look.el (makefile-automake-mode): New setups, looking in
8777 automake manual, then makefile-mode.
8778 (makefile-mode): Remove automake manual, have it just in
8779 makefile-automake-mode since there's various things different or
8780 not relevant to plain make.
8781 (makefile-mode): Remove "other-modes" non-existent automake-mode,
8782 believe a hypothetical automake-mode would go to makefile-mode,
8783 not the other way around.
8784
c8e83751
CY
87852011-05-15 Chong Yidong <cyd@stupidchicken.com>
8786
5e9e35cd
CY
8787 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
8788 hunk-end tags (Bug#8672).
8789
c8e83751
CY
8790 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
8791 vc-annotate-show-diff-revision-at-line (Bug#8671).
8792
50b23e5a
GM
87932011-05-14 Glenn Morris <rgm@gnu.org>
8794
7210a739
GM
8795 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
8796 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
8797 (change-log-font-lock-keywords): Also handle multiple author lines
8798 with leading tabs. (Bug#8644)
7210a739 8799
4691905a
GM
8800 * calendar/appt.el (appt-check): Rename some local variables.
8801 Some simplification/reordering.
8802
50b23e5a
GM
8803 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
8804 (feedmail-sendmail-f-doesnt-sell-me-out)
8805 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
8806 (feedmail-debug-sit-for, feedmail-queue-express-hook)
8807 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
8808 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
8809 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
8810 (feedmail-binmail-gnulinuxish-template):
8811 Rename from feedmail-binmail-linuxish-template.
8812 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
8813 Use insert-buffer-substring.
8814
215cda7c
BC
88152011-05-14 Bill Carpenter <bill@carpenter.org>
8816
8817 * mail/feedmail.el (feedmail-patch-level): Increase.
8818 (feedmail-debug): New custom group.
8819 (feedmail-confirm-outgoing-timeout)
8820 (feedmail-sendmail-f-doesnt-sell-me-out)
8821 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
8822 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
8823 (feedmail-sender-line, feedmail-from-line)
8824 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 8825 (feedmail-spray-this-address)
215cda7c
BC
8826 (feedmail-spray-address-fiddle-plex-list)
8827 (feedmail-queue-use-send-time-for-date)
8828 (feedmail-queue-use-send-time-for-message-id)
8829 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
8830 (feedmail-buffer-eating-function):
8831 Doc fixes.
8832 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
8833 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
8834 (feedmail-message-action-scroll-down): New functions.
8835 (feedmail-queue-directory, feedmail-queue-draft-directory):
8836 Use expand-file-name.
8837 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
8838 Remove C-v help entry.
8839 (feedmail-queue-buffer-file-name): New variable.
8840 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
8841 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
8842 (feedmail-message-action-send-strong, feedmail-message-action-edit)
8843 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
8844 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
8845 (feedmail-message-action-toggle-spray)
8846 (feedmail-run-the-queue-no-prompts)
8847 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
8848 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
8849 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
8850 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
8851 (feedmail-envelope-deducer, feedmail-fiddle-from)
8852 (feedmail-fiddle-sender, feedmail-default-date-generator)
8853 (feedmail-fiddle-date, feedmail-fiddle-message-id)
8854 (feedmail-fiddle-spray-address)
8855 (feedmail-fiddle-list-of-spray-fiddle-plexes)
8856 (feedmail-fiddle-list-of-fiddle-plexes)
8857 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
8858 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
8859 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
8860 Change default. Doc fix.
8861 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
8862 (feedmail-binmail-linuxish-template): New constant.
8863 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
8864 Respect feedmail-sendmail-f-doesnt-sell-me-out.
8865 (feedmail-send-it): Add debug call.
8866 Use feedmail-queue-buffer-file-name, and
8867 feedmail-send-it-immediately-wrapper.
8868 (feedmail-message-action-send): Add debug call.
8869 Use feedmail-send-it-immediately-wrapper.
8870 (feedmail-queue-express-to-queue): Add debug call.
8871 Run feedmail-queue-express-hook.
8872 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
8873 (feedmail-message-action-help-blat):
8874 Rename from feedmail-queue-send-edit-prompt-help-first.
8875 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
8876 Check line-endings. Handle errors better.
8877 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
8878 Doc fix. Add debug call.
8879 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
8880 Use feedmail-queue-send-edit-prompt-inner.
8881 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
8882 (feedmail-queue-send-edit-prompt-inner): New function, extracted
8883 from feedmail-queue-send-edit-prompt.
8884 (feedmail-queue-send-edit-prompt-help)
8885 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
8886 (feedmail-tidy-up-slug): Add debug call.
8887 Respect feedmail-queue-slug-suspect-regexp.
8888 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
8889 (feedmail-dump-message-to-queue): Add debug call.
8890 Expand queue-directory.
8891 (feedmail-dump-message-to-queue): Change message slightly.
8892 Use feedmail-say-chatter.
8893 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
8894 (feedmail-send-it-immediately-wrapper): New function.
8895 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
8896 Insert empty string rather than newline. Handle full-frame case.
8897 Use catch/throw. Use feedmail-say-chatter.
8898 (feedmail-fiddle-from): Try mail-host-address.
8899 (feedmail-default-message-id-generator): Doc fix.
8900 Bind system-time-locale. Handle missing end.
8901 (feedmail-fiddle-x-mailer): Add debug call.
8902 Handle feedmail-x-mailer-line being nil.
8903 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
8904 Add debug call. Use buffer-substring-no-properties.
8905 (feedmail-say-debug, feedmail-say-chatter): New functions.
8906 (feedmail-find-eoh): Give an explicit error.
8907
42c7e61e
UJ
89082011-05-13 Ulf Jasper <ulf.jasper@web.de>
8909
c2571358 8910 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 8911 family from helvetica to sans.
c2571358 8912 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
8913 etc/images/newsticker.
8914
c2571358 8915 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
8916 family from helvetica to sans.
8917
8918 * net/newst-plainview.el (newsticker-new-item-face)
8919 (newsticker-old-item-face, newsticker-immortal-item-face)
8920 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 8921 (newsticker-statistics-face): Change default family from
42c7e61e 8922 helvetica to sans.
c2571358 8923 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
8924 etc/images/newsticker.
8925
8926 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
8927 (newsticker--process-auto-mark-filter-match): : Tell user about
8928 auto-marking.
8929
8497a297
DV
89302011-05-13 Didier Verna <didier@xemacs.org>
8931
8932 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
8933 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
8934 TODO entries.
8497a297
DV
8935 (lisp-lambda-list-keyword-parameter-indentation)
8936 (lisp-lambda-list-keyword-parameter-alignment)
8937 (lisp-lambda-list-keyword-alignment): New customizable user options.
8938 (lisp-indent-defun-method): Improve docstring.
8939 (extended-loop-p): Fix comment.
8940 (lisp-indent-lambda-list-keywords-regexp): New variable.
8941 (lisp-indent-lambda-list): New function.
8942 (lisp-indent-259): Use it.
8943 (lisp-indent-defmethod): Support for more than one
8944 method qualifier and properly indent methods lambda-lists.
8945 (defgeneric): Provide a missing common-lisp-indent-function property.
8946
f278f87f
SM
89472011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
8948
8949 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
8950 bounds for the empty string (bug#8667).
8951
5233edd7
GM
89522011-05-13 Glenn Morris <rgm@gnu.org>
8953
5237a44f
GM
8954 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
8955
8340026c 8956 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 8957 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 8958
5233edd7 8959 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 8960 (appt-time-msg-list): Doc fix.
a5464014 8961 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 8962
92d10796
AS
89632011-05-12 Andreas Schwab <schwab@linux-m68k.org>
8964
8965 * progmodes/ld-script.el (ld-script-keywords)
8966 (ld-script-builtins): Update keywords list.
8967
914a0ae1
SM
89682011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8969
c89be45f
SM
8970 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
8971
914a0ae1
SM
8972 * shell.el (shell-completion-vars): New function.
8973 (shell-mode):
8974 * simple.el (read-shell-command): Use it.
8975 (blink-matching-open): No need for " [...]" in minibuffer-message.
8976
98dc3df3
GM
89772011-05-12 Glenn Morris <rgm@gnu.org>
8978
8979 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
8980 (appt-check): Simplify.
8981
d2fc7e3d 89822011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 8983
4d61f28d 8984 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
8985 literal "/dev/null".
8986
d2fc7e3d 89872011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
8988
8989 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
8990 Fix typo.
8991
d2fc7e3d 89922011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 8993
3f254caa
SM
8994 * progmodes/which-func.el (which-function):
8995 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
8996 which might not be defined (Bug#8260).
8997
d45885f7
GM
89982011-05-12 Glenn Morris <rgm@gnu.org>
8999
9000 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
9001 Let byte-compile-initial-macro-environment always take precedence.
9002
488086f4
SM
90032011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9004
9005 * net/rcirc.el: Add support for SSL/TLS connections.
9006 (rcirc-server-alist): New field `encryption'.
9007 (rcirc): Check `encryption' settings.
9008 (rcirc-connect): New arg `encryption'. Use open-network-stream.
9009 Merge make-local-variable into `set'.
9010 (rcirc--connection-open-p): New function.
9011 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
9012 the process is not a network process (e.g. running gnutls-cli).
9013 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
9014 Make rcirc-(en|de)code-coding-system local here.
9015 (rcirc-mode): Merge make-local-variable into `set'.
9016 (rcirc-parent-buffer): Make permanent buffer-local.
9017 (rcirc-multiline-minor-mode): Don't do it here.
9018 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
9019 there's no server buffer.
9020
7d3b9d44
GM
90212011-05-11 Glenn Morris <rgm@gnu.org>
9022
f64049c6
GM
9023 * newcomment.el (comment-kill): Prefix "unused" local.
9024
93c9df73
GM
9025 * term/w32console.el (get-screen-color): Declare.
9026
7d3b9d44
GM
9027 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
9028 Handle symbol elements of byte-compile-initial-macro-environment.
9029
9e2dd53f
LL
90302011-05-10 Leo Liu <sdl.web@gmail.com>
9031
488086f4
SM
9032 * bookmark.el (bookmark-bmenu-mode-map):
9033 Bind bookmark-bmenu-search to `/'.
8b340240 9034
9e2dd53f 9035 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
9036 (footnote-unicode-string, footnote-unicode-regexp): New variable.
9037 (Footnote-unicode): New function.
9038 (footnote-style-alist): Add unicode style to the list.
9039 (footnote-style): Doc fix.
9e2dd53f 9040
79b70037
GM
90412011-05-10 Jim Meyering <meyering@redhat.com>
9042
9043 Fix doubled-word typos.
9044 * international/quail.el (quail-insert-kbd-layout): and and -> and
9045 * kermit.el: and and -> and
9046 * net/ldap.el (ldap-search-internal): to to -> to
9047 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
9048 * progmodes/js.el (js-mode): and and -> and
9049 * textmodes/artist.el (artist-move-to-xy): at at -> at
9050 (artist-draw-region-trim-line-endings): if if -> if
9051 And Safetyc -> Safety.
9052 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
9053
b8f82dc1 90542011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 9055 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
9056
9057 * files.el (hack-one-local-variable-eval-safep):
9058 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
9059
4f99f44b
GM
90602011-05-10 Glenn Morris <rgm@gnu.org>
9061
9062 * calendar/diary-lib.el (diary-list-entries-hook)
9063 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
9064 (diary-nongregorian-marking-hook, diary-list-entries)
9065 (diary-include-other-diary-files, diary-mark-entries)
9066 (diary-mark-included-diary-files): Doc fixes.
9067
84f29e6b
JB
90682011-05-09 Juanma Barranquero <lekktu@gmail.com>
9069
9070 * misc.el: Require tabulated-list.el during compilation.
9071
9bedd73a
CY
90722011-05-09 Chong Yidong <cyd@stupidchicken.com>
9073
488086f4
SM
9074 * progmodes/compile.el (compilation-start):
9075 Run compilation-filter-hook for the async case too.
9bedd73a
CY
9076 (compilation-filter-hook): Doc fix.
9077
797c735c
DD
90782011-05-09 Deniz Dogan <deniz@dogan.se>
9079
9080 * wdired.el: Remove outdated installation comment. Fix usage
9081 comment.
9082
5f4b1dfe
JB
90832011-05-09 Juanma Barranquero <lekktu@gmail.com>
9084
9085 * misc.el: Implement new command `list-dynamic-libraries'.
9086 (list-dynamic-libraries--loaded-only-p): New variable.
9087 (list-dynamic-libraries--refresh): New function.
9088 (list-dynamic-libraries): New command.
9089
4c44026c
CY
90902011-05-09 Chong Yidong <cyd@stupidchicken.com>
9091
488086f4
SM
9092 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9093 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
9094 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
9095 higher priority to avoid clobbering by gnu.
9096
027f966d
CY
90972011-05-08 Chong Yidong <cyd@stupidchicken.com>
9098
9099 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
9100 if the face has existing theme settings (Bug#8454).
9101
085f5d7d
CY
91022011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
9103
488086f4
SM
9104 * progmodes/perl-mode.el (perl-imenu-generic-expression):
9105 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 9106
2a86a00c
RS
9107 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
9108 special file names `.' and `..' (Bug#8259).
9109
d9c54a06
CY
91102011-05-08 Chong Yidong <cyd@stupidchicken.com>
9111
488086f4
SM
9112 * progmodes/grep.el (grep-mode-font-lock-keywords):
9113 Remove buffer-changing entries.
d9c54a06
CY
9114 (grep-filter): New function.
9115 (grep-mode): Add it to compilation-filter-hook.
9116
9117 * progmodes/compile.el (compilation-filter-hook)
9118 (compilation-filter-start): New defvars.
9119 (compilation-filter): Call compilation-filter-hook prior to
9120 updating the process mark.
9121
c4662635
SM
91222011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9123
9124 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
9125
b0512a1d
EZ
91262011-05-07 Eli Zaretskii <eliz@gnu.org>
9127
605c9376
EZ
9128 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
9129 mailclient-send-it even if window-system is nil. (Bug#8595)
9130
c4662635
SM
9131 * term/w32console.el (terminal-init-w32console):
9132 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
9133 background-mode. (Bug#8597)
9134
d1dc2cc2
SM
91352011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
9136
9137 Make bytecomp.el understand that defmethod defines funs (bug#8631).
9138 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
9139 New functions.
9140 (defgeneric, eieio--defmethod): Use them.
9141 (eieio-defgeneric): Remove.
9142 (defmethod): Call defgeneric in a way visible to the byte-compiler.
9143
915d1300
GM
91442011-05-07 Glenn Morris <rgm@gnu.org>
9145
a3961c3e
GM
9146 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
9147 Use let rather than let*.
9148 (timeclock-find-discrep): Remove unused local.
9149
314347b9
GM
9150 * calendar/diary-lib.el (diary-comment-start): Doc fix.
9151
915d1300
GM
9152 * calendar/appt.el (appt-time-msg-list): Doc fix.
9153
275b59b0
NF
91542011-05-06 Noah Friedman <friedman@splode.com>
9155
9156 * apropos.el (apropos-print-doc): Only use
9157 emacs-lisp-docstring-fill-column when it is bound to an integer,
9158 per that variable's documentation.
9159
6c19f744
SM
91602011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9161
9162 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 9163 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 9164
60f884b2
GM
91652011-05-06 Glenn Morris <rgm@gnu.org>
9166
5006e634
GM
9167 * calendar/appt.el (appt-message-warning-time): Doc fix.
9168 (appt-warning-time-regexp): New option.
9169 (appt-make-list): Respect appt-message-warning-time.
9170
548d0a63
GM
9171 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
9172 New options.
9173 (diary-add-to-list): Strip comments from the displayed string.
9174 (diary-mode): Set comment-start and comment-end.
9175
60f884b2
GM
9176 * vc/diff-mode.el (smerge-refine-subst): Declare.
9177 (diff-refine-hunk): Don't require smerge-mode when compiling.
9178
989681bb
JB
91792011-05-06 Juanma Barranquero <lekktu@gmail.com>
9180
9181 * simple.el (list-processes): Return nil as the docstring says.
9182
a6bc05e1
MA
91832011-05-05 Michael Albinus <michael.albinus@gmx.de>
9184
9185 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
9186 to "".
9187 (ange-ftp-write-region, ange-ftp-insert-file-contents)
9188 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
9189 determining of binary transfer. (Bug#7383)
9190
23c22e9a
MA
91912011-05-05 Michael Albinus <michael.albinus@gmx.de>
9192
c4662635
SM
9193 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
9194 Fix port computation bug. (Bug#8618)
23c22e9a 9195
0bff894f
GM
91962011-05-05 Glenn Morris <rgm@gnu.org>
9197
b8296902
GM
9198 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
9199
1f522ce8
GM
9200 * simple.el (shell-dynamic-complete-functions)
9201 (comint-dynamic-complete-functions): Declare.
9202
cf5bee67
GM
9203 * net/network-stream.el (gnutls-negotiate):
9204 * simple.el (tabulated-list-print): Fix declarations.
9205
9206 * progmodes/gud.el (syntax-symbol, syntax-point):
9207 Remove unnecessary and incorrect declarations.
9208
0bff894f
GM
9209 * emacs-lisp/check-declare.el (check-declare-scan):
9210 Handle byte-compile-initial-macro-environment in bytecomp.el
9211
9869b3ae
SM
92122011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9213
9214 Fix earlier half-done eieio-defmethod change (bug#8338).
9215 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
9216 Streamline and change calling convention.
9217 (defmethod): Adjust accordingly and simplify.
9218 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
9219 new eieio--defmethod.
9220 (slot-boundp): Minor CSE simplification.
9221
9c1d5ac5
MZ
92222011-05-05 Milan Zamazal <pdm@zamazal.org>
9223
9224 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
9225 (glasses-make-readable): Use glasses-separate-capital-groups.
9226
455c834e
JB
92272011-05-05 Juanma Barranquero <lekktu@gmail.com>
9228
9229 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
9230 (warning-series): Doc fix.
9231 (display-warning): Don't try to create the buffer if we just found it.
9232
9ed7c8cb
CY
92332011-05-04 Chong Yidong <cyd@stupidchicken.com>
9234
9235 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
9236 (autoload-find-generated-file): New function.
9237 (generate-file-autoloads): Bind generated-autoload-file to
9238 buffer-file-name.
9869b3ae
SM
9239 (update-file-autoloads, update-directory-autoloads):
9240 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
9241 output file (Bug#7989).
9242 (batch-update-autoloads): Doc fix.
9243
0898ca10
JB
92442011-05-04 Juanma Barranquero <lekktu@gmail.com>
9245
9246 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
9247
31dfb76c
GM
92482011-05-04 Glenn Morris <rgm@gnu.org>
9249
f330b642
GM
9250 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
9251 function, so it follows changes in calendar-date-style.
9252 (diary-fancy-date-matcher): New function.
9253 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
9254 (diary-fancy-font-lock-fontify-region-function):
9255 Use diary-fancy-date-pattern as a function.
9256
31dfb76c
GM
9257 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
9258 non-numbers for `year' etc pseudo-variables. (Bug#8583)
9259
48e79d6a
TZ
92602011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
9261
9262 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
9263 instead of positional arguments. Allow :keylist and :crlfiles
9264 arguments.
9265 (open-gnutls-stream): Call it.
9266
9267 * net/network-stream.el (network-stream-open-starttls): Adjust to
9268 call `gnutls-negotiate' with :process and :hostname arguments.
9269
dd5a5ee0
SM
92702011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9271
ef80fc09
SM
9272 * minibuffer.el (completion--message): New function.
9273 (completion--do-completion, minibuffer-complete)
9274 (minibuffer-force-complete, minibuffer-complete-word): Use it.
9275 (completion--do-completion): Don't ignore completion-auto-help when in
9276 icomplete-mode.
9277
dd5a5ee0
SM
9278 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
9279 internal encoding (e.g. tibetan zero is not whitespace).
9280 (global-whitespace-mode): Prefer save-current-buffer.
9281 (whitespace-trailing-regexp): Remove useless save-match-data.
9282 (whitespace-empty-at-bob-regexp): Minor simplification.
9283
b7d22a83
CY
92842011-05-03 Chong Yidong <cyd@stupidchicken.com>
9285
9286 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
9287
5192af46
AM
92882011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9289
9290 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 9291 Use `concat' to create string for insertion.
5192af46 9292
5767d190
SM
92932011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9294
9295 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
9296 Avoid open-line which runs post-self-insert-hook.
9297 (bibtex-fill-entry): Remove unused `end' var.
9298
bf242939
AM
92992011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
9300
5767d190
SM
9301 * textmodes/ispell.el (ispell-add-per-file-word-list):
9302 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 9303
25666126
LL
93042011-05-03 Leo Liu <sdl.web@gmail.com>
9305
9306 * isearch.el (isearch-yank-pop): New command.
5767d190 9307 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
9308 (isearch-forward): Mention it.
9309
52d3c2d0
SM
93102011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9311
1bcace58
SM
9312 * simple.el (minibuffer-complete-shell-command): Remove.
9313 (minibuffer-local-shell-command-map): Use completion-at-point.
9314 (read-shell-command): Setup completion vars here instead.
9315 (read-expression-map): Bind TAB to symbol completion.
9316
52d3c2d0
SM
9317 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
9318 error directly rather via storing it into `results'.
9319
35813471
LL
93202011-05-02 Leo Liu <sdl.web@gmail.com>
9321
9322 * vc/diff.el: Fix description.
9323
e793a940
LMI
93242011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9325
9326 * server.el (server-eval-at): New function.
9327
8de66e05
LMI
93282011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9329
9330 * net/network-stream.el (open-network-stream): Take a :nowait
9331 parameter and pass it on to `make-network-process'.
9332 (network-stream-open-plain): Ditto.
9333
dcb79f20
AS
93342011-04-30 Andreas Schwab <schwab@linux-m68k.org>
9335
9336 * faces.el (face-spec-set-match-display): Don't match toolkit
9337 options on terminal frames.
9338
14a7fbd8
SM
93392011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9340
7eabc1be
SM
9341 * progmodes/pascal.el: Use lexical binding.
9342 (pascal-mode-map): Remove author preferences.
9343
14a7fbd8
SM
9344 * pcomplete.el (pcomplete-std-complete): Don't abuse
9345 completion-at-point.
9346
50f84510
JB
93472011-04-28 Juanma Barranquero <lekktu@gmail.com>
9348
6e087a44
JB
9349 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
9350 removing code that has been dead since 1991 or so.
9351
50f84510
JB
9352 * startup.el (command-line): When warning about "_emacs", use a
9353 delayed warning to allow the user to filter it out.
9354
0ba690bd
DD
93552011-04-28 Deniz Dogan <deniz@dogan.se>
9356
9357 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
9358 user has not joined.
9359
08abfaad
SM
93602011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9361
9362 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
9363 aren't any completions at point.
9364
638f053a
JB
93652011-04-28 Juanma Barranquero <lekktu@gmail.com>
9366
9367 * subr.el (display-delayed-warnings): New function.
9368 (delayed-warnings-hook): New variable.
9369
8fff8daa
SM
93702011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9371
08abfaad
SM
9372 * minibuffer.el (completion-at-point, completion-help-at-point):
9373 Don't presume that a given completion-at-point-function will always
9374 use the same calling convention.
9375
8fff8daa
SM
9376 * pcomplete.el (pcomplete-completions-at-point):
9377 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
9378 pcomplete-seen is non-nil.
9379 (pcomplete-comint-setup): Also recognize the new comint/shell
9380 completion functions.
9381 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
9382 pcomplete-seen is non-nil.
9383
841a1577 93842011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 9385
841a1577 9386 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 9387 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 9388 the first character in the entry. This allows for code to add its
211ec907
UJ
9389 own uid to the entry.
9390 (icalendar--convert-float-to-ical): Add export of
9391 `diary-float'-entries save for those with the optional DAY
9392 argument.
9393
2a782793
DC
93942011-04-27 Daniel Colascione <dan.colascione@gmail.com>
9395
9396 * subr.el (shell-quote-argument): Use alternate escaping strategy
9397 when we spot a variable reference in a string.
9398
0438ce91
DC
93992011-04-26 Daniel Colascione <dan.colascione@gmail.com>
9400
9401 * cus-start.el (all): Define customization for debug-on-event.
9402
841a1577 94032011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
9404
9405 * subr.el (shell-quote-argument): Escape correctly under Windows.
9406
d090ed6c
SM
94072011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
9408
9409 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
9410
bfd31217
MA
94112011-04-25 Michael Albinus <michael.albinus@gmx.de>
9412
d090ed6c
SM
9413 * net/tramp.el (tramp-process-actions): Add POS argument.
9414 Delete region between POS and (pos).
bfd31217 9415
d090ed6c
SM
9416 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
9417 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
9418 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
9419
9420 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
9421 position in `tramp-process-actions' call.
9422
9423 * net/trampver.el: Update release number.
9424
e92f3bd3
SM
94252011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
9426
850256b5
SM
9427 * custom.el (defcustom): Obey lexical-binding.
9428
e92f3bd3
SM
9429 Fix octave-inf completion problems reported by Alexander Klimov.
9430 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
9431 Inherit from octave-mode-syntax-table.
9432 (inferior-octave-mode): Set info-lookup-mode.
9433 (inferior-octave-completion-at-point): New function.
9434 (inferior-octave-complete): Use it and completion-in-region.
9435 (inferior-octave-dynamic-complete-functions): Use it as well, and use
9436 comint-filename-completion.
9437 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
9438 symbol elements which shouldn't be word elements.
9439 (octave-font-lock-keywords, octave-beginning-of-defun)
9440 (octave-function-header-regexp): Adjust regexps accordingly.
9441 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
9442
cd22b309
JB
94432011-04-25 Juanma Barranquero <lekktu@gmail.com>
9444
9445 * net/gnutls.el (gnutls-errorp): Declare before first use.
9446
8b492194
TZ
94472011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
9448
9449 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
9450 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 9451 default trustfile exists before going to use it. Add missing
5a5fa834 9452 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
9453 Reported by Claudio Bley <claudio.bley@gmail.com>.
9454 (open-gnutls-stream): Add usage example.
9455
9456 * net/network-stream.el (network-stream-open-starttls): Give host
9457 parameter to `gnutls-negotiate'.
9458 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 9459 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 9460
841a1577 94612011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 9462
cd22b309
JB
9463 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
9464 Use correct match group (bug#8438).
05842630 9465
3ba7869c
CY
94662011-04-24 Chong Yidong <cyd@stupidchicken.com>
9467
512e3ae1
CY
9468 * emacs-lisp/package.el (package-built-in-p): Fix typo.
9469 (package-menu--generate): New arg specifying packages to show.
9470 (package-menu-refresh, package-menu-execute, list-packages):
9471 Callers changed.
9472 (package-show-package-list): New function, replacing deleted
9473 package--list-packages (renamed because it is non-internal).
9474
9475 * finder.el (finder-list-matches): Use package-show-package-list
9476 instead of deleted package--list-packages.
9477
e92f3bd3
SM
9478 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
9479 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
9480 (vc-annotate-mode-map): Bind it to RET.
9481
7031be6d
UR
94822011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
9483
9484 * progmodes/etags.el (next-file): Don't use set-buffer to change
9485 buffers (Bug#8478).
9486
4ef177aa
CY
94872011-04-24 Chong Yidong <cyd@stupidchicken.com>
9488
c8d173eb
CY
9489 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
9490
4ef177aa
CY
9491 * apropos.el (apropos-label-face): Avoid variable-pitch face.
9492 (apropos-accumulator): Doc fix.
9493 (apropos-function, apropos-macro, apropos-command)
9494 (apropos-variable, apropos-face, apropos-group, apropos-widget)
9495 (apropos-plist): Add face property.
9496 (apropos-symbols-internal): Fix indentation.
9497 (apropos-print): Simplify help, and recognize apropos-multi-type.
9498 (apropos-print-doc): Use button-type-get to extract the button's
9499 face property. Fill docstring (Bug#8352).
9500
4ffd0d6b 95012011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
9502
9503 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
9504
c6c32125 9505 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 9506 (mpuz-mode-map): Use mapc.
c6c32125
JB
9507 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
9508 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
9509 Fix typos in docstrings.
9510
58d468b4
JB
9511 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
9512 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
9513
6470c3c6
JB
9514 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
9515
4ffd0d6b 95162011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
9517
9518 * minibuffer.el (completion--do-completion): Avoid the "Next char
9519 not unique" prompt if icomplete-mode is enabled (Bug#5849).
9520
3ad8bad0
CY
9521 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
9522 mouse-2 into unread-command-events, it is interpreted correctly.
9523
71d73c9c 9524 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 9525 (image-toggle-display): Doc fix.
71d73c9c 9526
841a1577 95272011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 9528
4ffd0d6b
GM
9529 * textmodes/page.el (what-page): Use line-number-at-pos to
9530 calculate line number (Bug#6825).
6e1dbaa9 9531
c2fb1b60
JB
95322011-04-22 Juanma Barranquero <lekktu@gmail.com>
9533
9534 * eshell/esh-mode.el (find-tag-interactive): Declare function.
9535 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
9536 Pass argument NO-DEFAULT to `find-tag-interactive'.
9537
e02f48d7
JB
95382011-04-22 Juanma Barranquero <lekktu@gmail.com>
9539
9540 Lexical-binding cleanup.
9541
9542 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
9543 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
9544 * progmodes/ada-prj.el (ada-prj-initialize-values)
9545 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
9546 (ada-prj-show-value):
9547 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
9548 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
9549 (antlr-invalidate-context-cache, antlr-options-menu-filter)
9550 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
9551 * progmodes/bug-reference.el (bug-reference-push-button):
9552 * progmodes/fortran.el (fortran-line-length):
9553 * progmodes/glasses.el (glasses-change):
9554 * progmodes/octave-mod.el (octave-fill-paragraph):
9555 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
9556 (python-pdbtrack-grub-for-buffer, python-sentinel):
9557 * progmodes/sql.el (sql-save-connection):
9558 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
9559 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
9560 Mark unused parameters.
9561
9562 * progmodes/compile.el (compilation--flush-directory-cache)
9563 (compilation--flush-parse, compile-internal): Mark unused parameters.
9564 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
9565 (compilation-next-error-function): Remove unused variable `timestamp'.
9566
9567 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
9568 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
9569
9570 * progmodes/dcl-mode.el (dcl-end-of-command):
9571 Remove unused variable `start'.
9572 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
9573 (dcl-option-value-basic, dcl-option-value-offset)
9574 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
9575 Mark unused parameters.
9576 (dcl-save-local-variable): Remove unused variable `val'.
9577 (mode): Declare.
9578
9579 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
9580 Mark unused parameters.
9581 (delphi-ignore-changes): Move before first use.
9582 (delphi-charset-token-at): Remove unused variable `start'.
9583 (delphi-else-start): Remove unused variable `if-count'.
9584 (delphi-comment-block-start, delphi-comment-block-end):
9585 Remove unused variable `kind'.
9586 (delphi-indent-line): Remove unused variable `new-point'.
9587
9588 * progmodes/ebrowse.el (ebrowse-files-list)
9589 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
9590 Mark unused parameters. Don't quote `lambda'.
9591 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
9592 Don't quote `lambda'.
9593 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
9594 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
9595 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
9596 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
9597 Use `ignore-errors'.
9598 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
9599 (ebrowse-view/find-file-and-search-pattern)
9600 (ebrowse-view/find-member-declaration/definition):
9601 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
9602 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
9603 Rename parameter PREFIX-ARG to PREFIX.
9604 (ebrowse-tags-read-name): Remove unused variables `start' and
9605 `member-info'.
9606 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
9607 to `tags-file'.
9608
9609 * progmodes/etags.el (local-find-tag-hook): Declare.
9610 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
9611 Mark unused parameters.
9612
9613 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
9614 (executable-interpret): Mark unused parameter.
9615
9616 * progmodes/flymake.el (flymake-process-sentinel)
9617 (flymake-after-change-function)
9618 (flymake-create-temp-with-folder-structure)
9619 (flymake-get-include-dirs-dot): Mark unused parameters.
9620 (flymake-safe-delete-directory): Remove unused variable `err'.
9621
9622 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
9623 (speedbar-timer-fn, speedbar-line-text)
9624 (speedbar-change-expand-button-char, speedbar-delete-subblock)
9625 (speedbar-center-buffer-smartly): Declare functions.
9626 (gdb-find-watch-expression): Remove unused variable `array'.
9627 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
9628 (gdb-starting): Mark unused parameters.
9629 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
9630 (gdb-table-string): Remove unused variable `res'.
9631 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
9632 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
9633 (gdb-display-buffer): Remove unused variable `cur-size'.
9634
9635 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
9636 allow lexical-binding compilation.
9637 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
9638 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
9639 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
9640 Mark unused parameters.
9641 (gud-gdb-marker-filter): Remove unused variable `match'.
9642 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
9643 lambda expressions and funcall them, instead of using `fset'.
9644
9645 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
9646 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
9647
9648 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
9649 variable `header-beg'; use `let'.
9650
9651 * progmodes/icon.el (indent-icon-exp): Remove unused variables
9652 `restart', `last-sexp' and `at-do'.
9653
9654 * progmodes/js.el (js--debug): Mark unused parameter.
9655 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
9656 (js--splice-into-items): Remove unused variable `item'.
9657 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
9658
9659 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
9660 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
9661 (makefile-complete): Remove unused variable `try'.
9662 (makefile-fill-paragraph, makefile-match-function-end):
9663 Mark unused parameters.
9664
9665 * progmodes/octave-inf.el (inferior-octave-complete):
9666 Remove unused variable `proc'.
9667 (inferior-octave-output-digest): Mark unused parameter.
9668
9669 * progmodes/perl-mode.el (perl-calculate-indent):
9670 Remove unused variable `err'.
9671
9672 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
9673 (prolog-indent-line): Mark unused parameters.
9674 (prolog-indent-line): Remove unused variable `beg'.
9675
9676 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
9677 (reporter-dont-compact-list): Declare.
9678
9679 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
9680 Remove unused variable `char'.
9681 (sh-debug): Mark unused parameter.
9682 (sh-get-indent-info): Remove unused variable `start'.
9683 (sh-calculate-indent): Remove unused variable `var'.
9684
9685 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
9686 (simula-electric-keyword): Remove unused variable `null'.
9687 (simula-search-backward, simula-search-forward): Remove unused
9688 variables `begin' and `end'.
9689
9690 * progmodes/vera-mode.el (vera-guess-basic-syntax):
9691 Remove unused variable `pos'.
9692 (vera-electric-tab, vera-comment-uncomment-region):
9693 Mark unused parameters.
9694 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
9695
7ede3b65
CY
96962011-04-22 Chong Yidong <cyd@stupidchicken.com>
9697
9698 * emacs-lisp/package.el (package--builtins, package-alist)
9699 (package-load-descriptor, package-built-in-p, package-activate)
9700 (define-package, package-installed-p)
9701 (package-compute-transaction, package-buffer-info)
9702 (package--push): Doc fix. Distinguish more clearly between
9703 version strings and version lists.
9704
121656e9
JB
97052011-04-21 Juanma Barranquero <lekktu@gmail.com>
9706
9707 Lexical-binding cleanup.
9708
9709 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
9710 (5x5-make-mutate-best):
9711 * play/fortune.el (fortune-in-buffer):
9712 * play/gomoku.el (gomoku-init-display):
9713 * play/solitaire.el (solitaire, solitaire-do-check):
9714 * play/tetris.el (tetris-default-update-speed-function):
9715 Mark unused parameters.
9716
9717 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
9718 (bubbles--shift): Remove unused variable `char-org'.
9719 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
9720 (bubbles--show-images): Remove unused variable `char'.
9721
9722 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
9723 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
9724 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
9725 (decipher-analyze-buffer): Use ?\s.
9726 (decipher-make-checkpoint): Remove unused variable `mapping'.
9727
9728 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
9729
9730 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
9731 Remove unused variable `result'; use `let'.
9732
9733 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
9734 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
9735 (gametree-children-shown-p, gametree-compute-reduced-score):
9736 Use `ignore-errors'.
9737
9738 * play/handwrite.el (ps-lpr-switches): Declare.
9739 (handwrite): Remove unused variables `pmin' and `lastp'.
9740
9741 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
9742
9743 * play/landmark.el (landmark-init-display)
9744 (landmark-update-naught-weights): Mark unused parameters.
9745 (landmark-y): Remove unused variable `noise'. Simplify.
9746 (landmark-human-plays): Remove unused variable `score'.
9747
9748 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
9749 (mpuz-try-proposal): Remove unused variable `game'.
9750
9751 * play/zone.el (life-patterns): Declare.
9752
80f499c7
JB
97532011-04-20 Juanma Barranquero <lekktu@gmail.com>
9754
9755 * vc/vc.el (ediff-vc-internal): Declare function.
9756
024ff170
SM
97572011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9758
c0a193ea
SM
9759 * shell.el: Use lexical-binding and std completion UI.
9760 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
9761 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
9762 comint-preoutput-filter-functions rather than on
9763 comint-output-filter-functions.
9764 (shell-command-completion, shell--command-completion-data)
9765 (shell-filename-completion, shell-environment-variable-completion)
9766 (shell-c-a-p-replace-by-expanded-directory): New functions.
9767 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
9768 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
9769 (shell-dynamic-complete-environment-variable): Use them.
9770 (shell-dynamic-complete-as-environment-variable)
9771 (shell-dynamic-complete-as-command): Remove.
9772 (shell-match-partial-variable): Match past point.
9773 * comint.el: Clean up use of completion-at-point-functions.
9774 (comint-completion-at-point): New function.
9775 (comint-mode): Use it completion-at-point-functions.
9776 (comint-dynamic-complete): Make it obsolete.
9777 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
9778 (comint-c-a-p-replace-by-expanded-history): New function.
9779 (comint-dynamic-complete-functions)
9780 (comint-replace-by-expanded-history): Use it.
9781 * minibuffer.el (completion-table-with-terminator): Allow dynamic
9782 termination strings. Try harder to avoid second try-completion.
9783 (completion-in-region-mode-map): Disable bindings that don't work yet.
9784
2dbaa080
SM
9785 * comint.el: Use lexical-binding. Require CL.
9786 (comint-dynamic-complete-functions): Use comint-filename-completion.
9787 (comint-completion-addsuffix): Tweak custom type.
9788 (comint-filename-completion, comint--common-suffix)
9789 (comint--common-quoted-suffix, comint--table-subvert)
9790 (comint--complete-file-name-data): New functions.
9791 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
9792 (comint-dynamic-list-filename-completions): Use them.
9793 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 9794
2dbaa080
SM
9795 * minibuffer.el (completion-in-region-mode):
9796 Keep completion-in-region-mode--predicate global.
9797 (completion-in-region--postch):
9798 Assume completion-in-region-mode--predicate is not null.
9799
c79a6f38
SM
9800 * progmodes/flymake.el (flymake-start-syntax-check-process):
9801 Obey `dir'. Simplify.
9802
024ff170
SM
9803 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
9804 we're in VC after all.
9805
1c6c854e
CS
98062011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
9807
9808 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 9809 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
9810 (vc-version-diff): Use vc-diff-build-argument-list-internal.
9811
bed7f140
SM
98122011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9813
332e62ab
SM
9814 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
9815 add sanity check.
9816
bed7f140
SM
9817 * obsolete/erc-hecomplete.el: Make obsolete.
9818 * obsolete/: Standardize obsolescence info in the header.
9819
f195c582
GM
98202011-04-20 Glenn Morris <rgm@gnu.org>
9821
9822 * calendar/solar.el (solar-horizontal-coordinates):
9823 Use the longitude argument rather than `calendar-longitude'.
9824 (solar-date-next-longitude): Remove unused locals.
9825
cb79b8c0
VJL
98262011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9827
9828 * whitespace.el: New version 13.2.1.
9829
98302011-04-20 felix <EmacsWiki> (tiny change)
9831
d8e4b68b 9832 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
9833 switching between major modes on a file.
9834
602ea69d
SM
98352011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9836
9837 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
9838 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
9839 multi-line comments as well.
9840
06b60517
JB
98412011-04-19 Juanma Barranquero <lekktu@gmail.com>
9842
9843 Lexical-binding cleanup.
9844
9845 * arc-mode.el (archive-mode-revert):
9846 * cmuscheme.el (scheme-interactively-start-process):
9847 * custom.el (custom-initialize-delay):
9848 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
9849 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
9850 * emacs-lock.el (emacs-lock-clear-sentinel):
9851 * ezimage.el (defezimage):
9852 * follow.el (follow-avoid-tail-recenter):
9853 * fringe.el (set-fringe-mode-1):
9854 * generic-x.el (bat-generic-mode-compile):
9855 * help-mode.el (help-info-variable, help-do-xref)
9856 (help-mode-revert-buffer):
9857 * help.el (view-emacs-todo):
9858 * iswitchb.el (iswitchb-completion-help):
9859 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
9860 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
9861 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
9862 * locate.el (locate-update):
9863 * longlines.el (longlines-encode-region)
9864 (longlines-after-change-function):
9865 * outline.el (outline-isearch-open-invisible):
9866 * ps-def.el (declare-function, charset-dimension, char-width)
9867 (encode-char):
9868 * ps-mule.el (ps-mule-plot-string):
9869 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
9870 (recentf-edit-list-select, recentf-edit-list-validate)
9871 (recentf-open-files-action):
9872 * rect.el (delete-whitespace-rectangle-line)
9873 (rectangle-number-line-callback):
9874 * register.el (window-configuration-to-register)
9875 (frame-configuration-to-register):
9876 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
9877 * select.el (xselect-convert-to-string, xselect-convert-to-length)
9878 (xselect-convert-to-targets, xselect-convert-to-delete)
9879 (xselect-convert-to-filename, xselect-convert-to-charpos)
9880 (xselect-convert-to-lineno, xselect-convert-to-colno)
9881 (xselect-convert-to-os, xselect-convert-to-host)
9882 (xselect-convert-to-user, xselect-convert-to-class)
9883 (xselect-convert-to-name, xselect-convert-to-integer)
9884 (xselect-convert-to-atom, xselect-convert-to-identity):
9885 * subr.el (declare, ignore, process-kill-without-query)
9886 (text-clone-maintain):
9887 * terminal.el (te-get-char, te-tic-sentinel):
9888 * tool-bar.el (tool-bar-make-keymap):
9889 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
9890 * type-break.el (type-break-mode, type-break-noninteractive-query):
9891 * view.el (View-back-to-mark):
9892 * wid-browse.el (widget-browse-action, widget-browse-widget)
9893 (widget-browse-widgets, widget-browse-sexp):
9894 * widget.el (define-widget-keywords):
9895 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
9896 Mark unused parameters.
9897
9898 * align.el (align-adjust-col-for-rule): Mark unused parameter.
9899 (align-areas): Remove unused variable `look'.
9900 (align-region): Remove unused variables `real-end' and `pos-list'.
9901
9902 * apropos.el (apropos-score-doc): Remove unused variable `i'.
9903
9904 * bindings.el (mode-line-modified, mode-line-remote):
9905 Mark unused parameters.
9906 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
9907
9908 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
9909 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
9910
9911 * comint.el (comint-history-isearch-pop-state)
9912 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
9913 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
9914 (comint-substitute-in-file-name): Doc fix.
9915
9916 * completion.el (cmpl-statistics-block): Mark unused parameter.
9917 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
9918 (save-completions-to-file, load-completions-from-file):
9919 Remove unused local variable `e'.
9920
9921 * composite.el (compose-chars): Remove unused variable `len'.
9922 (lgstring-insert-glyph): Remove unused variable `g'.
9923 (compose-glyph-string): Remove unused variables `ascent',
9924 `descent', `lbearing' and `rbearing'.
9925 (compose-glyph-string-relative): Remove unused variables
9926 `lbearing', `rbearing' and `wadjust'.
9927 (compose-gstring-for-graphic): Remove unused variables `header',
9928 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
9929 (compose-gstring-for-terminal): Remove unused variables `header'
9930 and `nchars'. Use `let', not `let*'.
9931
9932 * cus-edit.el (Custom-set, Custom-save, custom-reset)
9933 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
9934 (Custom-buffer-done, custom-buffer-create-internal)
9935 (custom-browse-visibility-action, custom-browse-group-tag-action)
9936 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
9937 (widget-magic-mouse-down-action, custom-toggle-parent)
9938 (custom-add-parent-links, custom-toggle-hide-variable)
9939 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
9940 (custom-toggle-hide-face, face, hook, custom-group-link-action)
9941 (custom-face-menu-create, custom-variable-menu-create, get)
9942 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
9943 (custom-reset-standard-save-and-update): Remove unused variable `value'.
9944 (customize-apropos): Remove unused variable `tests'.
9945 (custom-group-value-create): Remove unused variable `hidden-p'.
9946 (sort-fold-case): Declare.
9947
9948 * cus-theme.el (custom-reset-standard-faces-list)
9949 (custom-reset-standard-variables-list): Declare.
9950 (customize-create-theme, custom-theme-revert, custom-theme-write)
9951 (custom-theme-choose-mode, customize-themes, custom-theme-save):
9952 Mark unused parameters.
9953
9954 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
9955
9956 * delim-col.el (delimit-columns-max): Move defvar before first use.
9957
9958 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 9959 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
9960
9961 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
9962 (auto-insert): Declare.
9963 (desktop-restore-file-buffer): Rename desktop-* parameters;
9964 mark unused ones.
9965 (desktop-create-buffer): Rename desktop-* parameters and bind them.
9966 (desktop-buffer): Rename desktop-* parameters.
9967
9968 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
9969 (dframe-reposition-frame-xemacs, dframe-help-echo)
9970 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
9971 Mark unused parameters.
9972
9973 * dired-aux.el (backup-extract-version-start, overwrite-query)
9974 (overwrite-backup-query, rename-regexp-query)
9975 (rename-non-directory-query): Declare.
9976 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
9977 (dired-add-entry): Remove unused variable `orig-file-name'.
9978 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
9979 Use parameter PRESERVE-TIME instead of accessing dynamic variable
9980 `dired-copy-preserve-time' directly.
9981 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
9982 (dired-insert-subdir-newpos): Rename unused variable `pos'.
9983
9984 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
9985 (dired-virtual-revert, dired-make-relative-symlink):
9986 Mark unused parameters.
9987 (manual-program): Declare.
9988 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
9989 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
9990 wrapped in `with-no-warnings' to avoid replacing one warning by another.
9991
9992 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
9993
9994 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
9995
9996 * echistory.el (electric-history-in-progress, Helper-return-blurb):
9997 Declare.
9998
9999 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
10000
10001 * electric.el (Electric-command-loop): Rename parameter
10002 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
10003
10004 * expand.el (expand-in-literal): Remove unused variable `here'.
10005
10006 * facemenu.el (facemenu-add-new-color):
10007 Remove unused variable `docstring'.
10008
10009 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
10010 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
10011 (face-attr-construct): Mark unused parameter. Doc fix.
10012 (read-color): Remove unused variable `hex-string'.
10013
10014 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
10015 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
10016 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
10017 (display-buffer-other-frame): Remove unused variable `old-window'.
10018 (kill-buffer-hook): Declare.
10019 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
10020 Mark unused parameters.
10021 (after-find-file): Pass 1 to `auto-save-mode', not t.
10022
10023 * files-x.el (auto-insert): Declare.
10024 (modify-file-local-variable-prop-line): Remove unused variable `val'.
10025
10026 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 10027 variable `buf'. Mark unused parameter.
06b60517
JB
10028 (find-lisp-insert-directory): Mark unused parameter.
10029
10030 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
10031 (format-encode-region): Remove unused variables `cur-buf' and `result'.
10032 (format-common-tail): Remove, unused.
10033 (format-deannotate-region): Remove unused variable `loc'.
10034 (format-annotate-region): Remove unused variable `p'.
10035 (format-annotate-single-property-change): Remove unused variables
10036 `default' and `tail'.
10037
10038 * forms.el (read-file-filter): Declare.
10039 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
10040
10041 * frame.el (frame-creation-function-alist): Mark unused parameter.
10042 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
10043
10044 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
10045 Remove unused parameters.
10046 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
10047 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
10048
10049 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
10050 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
10051 (hfy-prepare-tag-map): Mark unused parameters.
10052 (htmlfontify-buffer): Use `called-interactively-p'.
10053
10054 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
10055 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
10056 (ibuffer-do-occur): Mark unused parameters.
10057 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
10058 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
10059
10060 * ibuffer.el: Don't quote `lambda'.
10061 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
10062 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
10063 Mark unused parameters.
10064
10065 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
10066 (ido-completing-read): Mark unused parameters.
10067 (ido-copy-current-word): Mark unused parameters;
10068 remove unused variable `name'.
10069 (ido-sort-merged-list): Remove unused parameter `dirs'.
10070
10071 * ielm.el (ielm-input-sender): Mark unused parameter.
10072 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
10073 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
10074 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
10075 `ielm-string' as a dynamic variable accessible from the IELM prompt.
10076 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
10077
10078 * image-dired.el (image-dired-display-thumbs): Remove unused
10079 variables `curr-file' and `count'.
10080 (image-dired-remove-tag): Remove unused variable `start'.
10081 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
10082 variable `curr-file'
10083 (image-dired-rotate-original): Remove unused variable `temp-file'.
10084 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
10085 Remove unused variable `file'.
10086 (image-dired-gallery-generate): Remove unused variable `curr'.
10087 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
10088
10089 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
10090
10091 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
10092
10093 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
10094
10095 * isearch.el (minibuffer-history-symbol): Declare.
10096 (isearch-edit-string): Remove unused variable `err'.
10097 (isearch-message-prefix, isearch-message-suffix):
10098 Mark unused parameters.
10099
10100 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
10101
10102 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
10103
10104 * makesum.el (double-column): Remove unused variable `cnt'.
10105
10106 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
10107 (ido-ignore-item-temp-list): Declare.
10108
10109 * mouse-drag.el (mouse-drag-throw): Remove unused variables
10110 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
10111 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
10112 (mouse-drag-drag): Remove unused variables `mouse-delta' and
10113 `mouse-col-delta'.
10114
10115 * mouse-sel.el (mouse-extend-internal):
10116 Remove unused variable `orig-window-frame'.
10117
10118 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
10119 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
10120 Move declarations before first use.
10121 (pcomplete-opt): Mark unused parameters; doc fix.
10122
10123 * proced.el (proced-revert): Mark unused parameter.
10124 (proced-send-signal): Remove unused variable `err'.
10125
10126 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
10127 Rename parameter PREFIX-ARG to ARG.
10128 (ps-basic-plot-string, ps-basic-plot-whitespace):
10129 Mark unused parameters.
10130
10131 * replace.el (replace-count): Define.
10132 (occur-revert-function): Mark unused parameters.
10133 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
10134 (isearch-case-fold-search, isearch-string): Declare.
10135 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
10136 bind `case-fold-search'. Remove unused variables `beg' and `end',
10137 and simplify.
10138 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
10139 COUNT and bind `replace-count'.
10140 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
10141 to COUNT.
10142
10143 * savehist.el (print-readably, print-string-length): Declare.
10144
10145 * shadowfile.el (shadow-expand-cluster-in-file-name):
10146 Remove unused variable `cluster'.
10147 (shadow-copy-file): Remove unused variable `i'.
10148 (shadow-noquery, shadow-clusters, shadow-site-cluster)
10149 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
10150 (shadow-define-literal-group, shadow-define-regexp-group)
10151 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
10152
10153 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
10154 (shell): Use `called-interactively-p'.
10155 (shell-directory-tracker): Remove unused variable `chdir-failure'.
10156
10157 * simple.el (compilation-context-lines, comint-file-name-quote-list)
10158 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
10159 (delete-backward-char): Remove unused variable `ocol'.
10160 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
10161 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
10162 (event-apply-hyper-modifier, event-apply-shift-modifier)
10163 (event-apply-control-modifier, event-apply-meta-modifier):
10164 Mark unused parameters.
10165 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
10166 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
10167
10168 * speedbar.el (speedbar-ignored-directory-expressions)
10169 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
10170 (speedbar-find-file, speedbar-dir-follow)
10171 (speedbar-directory-buttons-follow, speedbar-tag-find)
10172 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
10173 (speedbar-buffers-line-directory, speedbar-buffer-click):
10174 Mark unused parameters.
10175 (speedbar-tag-file): Remove unused variable `mode'.
10176 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
10177
10178 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
10179
10180 * talk.el (talk): Remove unused variable `display'.
10181
10182 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
10183 (tar-write-region-annotate): Mark unused parameter.
10184
10185 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
10186 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
10187 Declare them, wrapped in `with-no-warnings' to avoid replacing one
10188 warning by another.
10189
10190 * time-stamp.el (time-stamp-string-preprocess):
10191 Remove unused variable `require-padding'.
10192
10193 * tree-widget.el (widget-glyph-enable): Declare.
10194 (tree-widget-action): Mark unused parameter.
10195
10196 * w32-fns.el (x-get-selection): Mark unused parameter.
10197 (autoload-make-program, generated-autoload-file): Declare.
10198
10199 * wdired.el (wdired-revert): Mark unused parameters.
10200 (wdired-xcase-word): Remove unused variable `err'.
10201
10202 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
10203 (whitespace-help-scroll): Remove unused variable `data-help'.
10204
10205 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
10206 (widget-image-insert, widget-after-change, default)
10207 (widget-default-format-handler, widget-default-notify)
10208 (widget-default-prompt-value, widget-info-link-action)
10209 (widget-url-link-action, widget-function-link-action)
10210 (widget-variable-link-action, widget-file-link-action)
10211 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
10212 (widget-field-prompt-internal, widget-field-action, widget-field-match)
10213 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
10214 (widget-insert-button-action, widget-delete-button-action, visibility)
10215 (widget-documentation-link-action, widget-documentation-string-action)
10216 (widget-const-prompt-value, widget-regexp-match, symbol)
10217 (widget-coding-system-prompt-value)
10218 (widget-key-sequence-value-to-external, sexp)
10219 (widget-sexp-value-to-internal, character, vector, cons)
10220 (widget-choice-prompt-value, widget-boolean-prompt-value)
10221 (widget-color--choose-action): Mark unused parameters.
10222 (widget-item-match-inline, widget-choice-match-inline)
10223 (widget-checklist-match, widget-checklist-match-inline)
10224 (widget-group-match): Rename parameter VALUES to VALS.
10225 (widget-field-value-set): Remove unused variable `size'.
10226 (widget-color-action): Remove unused variables `value' and `start'.
10227
10228 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 10229 variable `dir'. Doc fix.
06b60517
JB
10230 (windmove-find-other-window): Don't pass it.
10231
10232 * window.el (count-windows): Mark unused parameter.
10233 (bw-adjust-window): Remove unused variable `err'.
10234
10235 * woman.el (woman-file-name): Remove unused variable `default'.
10236 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
10237 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
10238 (global-font-lock-mode): Declare.
10239 (woman-decode-region): Mark unused parameter.
10240 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
10241
10242 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
10243 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
10244 (x-dnd-handle-moz-url): Remove unused variable `title'.
10245 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
10246
10247 * xml.el (xml-parse-tag, xml-parse-attlist):
10248 Remove unused variable `pos'.
10249
bc4f7f3d
GM
102502011-04-19 Glenn Morris <rgm@gnu.org>
10251
10252 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
10253 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
10254 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10255 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
10256 * calendar/cal-html.el (cal-html-insert-minical):
10257 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
10258 (calendar-mark-date-pattern):
10259 Prefix "unused" locals.
10260
10261 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
10262 optional argument `style'.
10263
10264 * calendar/appt.el (appt-make-list):
10265 * calendar/cal-china.el (calendar-chinese-date-string):
10266 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
10267 (diary-hebrew-yahrzeit):
10268 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
10269 * calendar/calendar.el (calendar-generate-window):
10270 * calendar/time-date.el (time-to-days):
10271 Remove unused local variables.
10272
16a43933
CY
102732011-04-18 Chong Yidong <cyd@stupidchicken.com>
10274
10275 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
10276 glyphless-char-display table.
10277 (tabulated-list-glyphless-char-display): New var.
10278
7eed1860
SS
102792011-04-18 Sam Steingold <sds@gnu.org>
10280
10281 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
10282 to acknowledgments.
10283
4d2d1ccd
GM
102842011-04-17 Glenn Morris <rgm@gnu.org>
10285
10286 * calendar/diary-lib.el (diary-sexp-entry):
10287 * calendar/holidays.el (holiday-sexp):
10288 Set debug-on-error rather than the removed stack-trace-on-error.
10289
239da61d
GM
102902011-04-16 Glenn Morris <rgm@gnu.org>
10291
10292 * progmodes/f90.el: Use lexical-binding.
10293 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
10294
8b05752a
SM
102952011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10296
daca8ba5
SM
10297 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
10298 (mail-mode): Setup mailalias completion here instead.
10299 * mail/mailalias.el: Use lexical-binding.
10300 (pattern, mailalias-done): Declare dynamic.
10301 (mail-completion-at-point-function): New function, from mail-complete.
10302 (mail-complete): Use it.
10303 (mail-completion-expand): New function.
10304 (mail-get-names): Use it.
10305 (mail-directory, mail-directory-process, mail-directory-stream):
10306 Don't use `pattern' for lexically bound arg.
10307
6f542485
SM
10308 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
10309
037e7c3f
SM
10310 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
10311 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
10312 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
10313
8b05752a
SM
10314 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
10315 (byte-save-window-excursion, byte-temp-output-buffer-setup)
10316 (byte-interactive-p): Define them again, for use when inlining
10317 old code.
10318
49093f60
JB
103192011-04-15 Juanma Barranquero <lekktu@gmail.com>
10320
10321 * loadup.el: Use `string-to-number', not `string-to-int'.
10322
b5b8e7de
SM
103232011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10324
10325 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
10326 gud-gdb-complete-command.
10327 (gud-gdb-completions): New function, from gud-gdb-complete-command.
10328 (gud-gdb-completion-at-point): New function.
10329 (gud-gdb-completions): Remove.
10330
f42efeb5
MA
103312011-04-14 Michael Albinus <michael.albinus@gmx.de>
10332
49093f60
JB
10333 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
10334 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
10335 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
10336 whether `executable-find' is bound.
f42efeb5
MA
10337
10338 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
10339
e240cc21
SM
103402011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10341
10342 * minibuffer.el (completion-in-region-mode-predicate)
10343 (completion-in-region-mode--predicate): New vars.
10344 (completion-in-region, completion-in-region--postch)
10345 (completion-in-region-mode): Use them.
10346 (completion--capf-wrapper): Also return the hook function.
10347 (completion-at-point, completion-help-at-point):
10348 Adjust and provide a predicate.
c2bd2ab0
SM
10349
10350 Preserve arg names for advice of subr and lexical functions (bug#8457).
10351 * help-fns.el (help-function-arglist): Consolidate the subr and
10352 new-byte-code cases. Add argument `preserve-names' to extract names
10353 from the docstring when needed.
10354 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
10355 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
10356 (ad-arglist): Use help-function-arglist's new arg.
10357 (ad-definition-type): Use cond.
10358
c183f693
JB
103592011-04-13 Juanma Barranquero <lekktu@gmail.com>
10360
06641a47
JB
10361 * autorevert.el (auto-revert-handler):
10362 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
10363 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
10364 Don't quote lambda.
10365
c183f693
JB
10366 * image-mode.el (image-transform-set-scale):
10367 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
10368
1e3b6001
G
103692011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10370
10371 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 10372 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
10373 Upgrades via gnutls-cli are too slow to be done opportunistically.
10374
2d6af8dd
JB
103752011-04-12 Juanma Barranquero <lekktu@gmail.com>
10376
10377 * dframe.el (dframe-current-frame): Remove spurious quote.
10378
c0749a51
GM
103792011-04-12 Glenn Morris <rgm@gnu.org>
10380
088d0d61
GM
10381 * calendar/cal-tex.el (cal-tex-end-document):
10382 Try to automatically use latin1 input if needed.
10383
c0749a51
GM
10384 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
10385 Don't try to cons a mark onto an empty element.
10386
5c90fde0
LL
103872011-04-11 Leo Liu <sdl.web@gmail.com>
10388
10389 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
10390 buffers.
10391 (ido-kill-buffer-at-head): Support killing virtual buffers.
10392
369e974d
CY
103932011-04-10 Chong Yidong <cyd@stupidchicken.com>
10394
10395 * minibuffer.el (completion-show-inline-help): New var.
10396 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
10397 (minibuffer-force-complete, minibuffer-complete-word):
10398 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
10399
10400 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
10401 to avoid interference from inline help (Bug#5849).
10402
37f1c930
LL
104032011-04-10 Leo Liu <sdl.web@gmail.com>
10404
099c39a4
JB
10405 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
10406 Fix typo.
37f1c930 10407
a32d4040
CY
104082011-04-09 Chong Yidong <cyd@stupidchicken.com>
10409
10410 * image-mode.el (image-toggle-display-image): Signal an error if
10411 not in Image mode.
10412 (image-transform-mode, image-transform-resize)
10413 (image-transform-set-rotation): Doc fix.
daca8ba5 10414 (image-transform-set-resize): Delete.
a32d4040
CY
10415 (image-transform-set-scale, image-transform-fit-to-height)
10416 (image-transform-fit-to-width): Handle image-toggle-display-image
10417 and image-transform-resize directly.
10418
099c39a4 104192011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
10420
10421 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
10422 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
10423 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
10424 (doc-view-mode-map): Add bindings for the new functions.
10425
099c39a4 104262011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 10427
4d61f28d 10428 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
10429 Fix typo in docstring.
10430
3726838a
EZ
104312011-04-08 Eli Zaretskii <eliz@gnu.org>
10432
04f33f1e
EZ
10433 * files.el (file-size-human-readable): Produce one digit after
10434 decimal, like "ls -lh" does.
10435
10436 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
10437 the file size representation.
10438
3726838a
EZ
10439 * simple.el (list-processes): If async subprocesses are not
10440 available, error out with a clear error message.
10441
cbb59342
CY
104422011-04-08 Chong Yidong <cyd@stupidchicken.com>
10443
10444 * help.el (help-form-show): New function, to be called from C.
10445 Put help-form output in a buffer named differently than *Help*.
10446
e3971c44
EZ
104472011-04-08 Eli Zaretskii <eliz@gnu.org>
10448
10449 * files.el (file-size-human-readable): New function.
10450
10451 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
10452 computing the representation inline. Don't require `cl'.
10453
12544bbe
GM
104542011-04-08 Glenn Morris <rgm@gnu.org>
10455
a1de6c6a
GM
10456 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
10457
3c4671f4
GM
10458 * net/browse-url.el (browse-url-firefox):
10459 Test system-type, not system-configuration.
10460
b605679c
GM
10461 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
10462 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
10463 Use log-edit-empty-buffer-p. (Bug#7598)
10464
56442f0c
GM
10465 * net/rlogin.el (rlogin-process-connection-type): Simplify.
10466 (rlogin-mode-map): Initialize in the defvar.
10467 (rlogin): Use ignore-errors.
10468
12544bbe
GM
10469 * replace.el (occur-mode-map): Some fixes for menu items.
10470
eb237b0f
AH
104712011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10472
10473 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
10474
7d668f2c
CY
104752011-04-06 Chong Yidong <cyd@stupidchicken.com>
10476
e67a13ab
CY
10477 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
10478 issuing unused warnings.
10479
10480 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
10481 macro directly.
10482
7d668f2c
CY
10483 * simple.el: Lisp reimplement of list-processes. Based on an
10484 earlier reimplementation by Leo Liu, but using tabulated-list.el.
10485 (process-menu-mode): New major mode.
10486 (list-processes--refresh, list-processes):
10487 (process-menu-visit-buffer): New functions.
10488
10489 * files.el (save-buffers-kill-emacs): Don't assume any return
10490 value of list-processes, which is undocumented anyway.
10491
a83ec3c9
CY
104922011-04-06 Chong Yidong <cyd@stupidchicken.com>
10493
10494 * emacs-lisp/tabulated-list.el: New file.
10495
e91a96fe
CY
10496 * emacs-lisp/package.el: Use Tabulated List mode.
10497 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
10498 (package-menu-mode): Derive from tabulated-list-mode. Set up the
10499 table format using Tabulated List mode variables.
10500 (package--push): New macro, replacing package-list-maybe-add.
10501 (package-menu--generate): Use package--push. Renamed from
10502 package--generate-package-list.
10503 (package-menu-refresh, list-packages): Use it.
daca8ba5 10504 (package-menu--print-info): Rename from package-print-package.
e91a96fe 10505 Return insertion data instead of inserting it directly.
099c39a4
JB
10506 (package-menu-describe-package, package-menu-execute):
10507 Use tabulated-list-get-id.
e91a96fe
CY
10508 (package-menu-mark-delete, package-menu-mark-install)
10509 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
10510 (package-menu-mark-obsolete-for-deletion):
10511 Use tabulated-list-put-tag.
e91a96fe
CY
10512 (package--list-packages, package-menu-revert)
10513 (package-menu-get-package, package-menu-get-version)
10514 (package-menu-sort-by-column): Functions deleted.
10515 (package-menu-package-list, package-menu-sort-key): Vars deleted.
10516 (package-menu--status-predicate, package-menu--version-predicate)
10517 (package-menu--name-predicate)
10518 (package-menu--description-predicate): Handle arguments in the
10519 Tabulated List format.
10520 (package-list-packages-no-fetch): Call list-packages.
10521
3e214b50
JB
105222011-04-06 Juanma Barranquero <lekktu@gmail.com>
10523
10524 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 10525 (after-find-file): Don't bind it.
3e214b50
JB
10526 (revert-buffer-in-progress-p): New variable.
10527 (revert-buffer): Bind it.
10528 Pass nil for `after-find-file-from-revert-buffer'.
10529
10530 * saveplace.el (save-place-find-file-hook): Use new variable
10531 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
10532
3f0f1700
GM
105332011-04-06 Glenn Morris <rgm@gnu.org>
10534
c0274801
GM
10535 * Makefile.in (AUTOGEN_VCS): New variable.
10536 (autoloads): Use $AUTOGEN_VCS.
10537
3f0f1700
GM
10538 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
10539 * calendar/calendar.el (calendar-mode-map):
10540 Check for toolkit scroll bars. (Bug#8305)
10541
41ea9e48
CY
105422011-04-05 Chong Yidong <cyd@stupidchicken.com>
10543
10544 * minibuffer.el (completion-in-region--postch)
10545 (completion-in-region-mode): Remove unnecessary messages.
10546
6194c800
JB
105472011-04-05 Juanma Barranquero <lekktu@gmail.com>
10548
33256f14
JB
10549 * font-lock.el (font-lock-refresh-defaults):
10550 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
10551 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
10552
6194c800
JB
10553 * info.el (Info-directory-list, Info-read-node-name-2)
10554 (Info-split-parameter-string): Doc fixes.
10555 (Info-virtual-nodes): Reflow docstring.
10556 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
10557 (Info-apropos-toc-nodes, info-finder, Info-get-token)
10558 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
10559 Fix typos in docstrings.
10560 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
10561 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
10562 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
10563 (Info-restore-desktop-buffer): Mark unused parameters.
10564 (Info-directory-find-file, Info-directory-find-node)
10565 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
10566 (Info-virtual-index-find-node, Info-apropos-find-file)
10567 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 10568 Mark unused parameters; fix typos in docstrings.
6194c800
JB
10569 (Info-virtual-index): Remove unused local variable `nodename'.
10570
b87a8200 105712011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 10572
b87a8200
DD
10573 * net/rcirc.el: Update my e-mail address.
10574 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 10575
3b2ff876
CY
105762011-04-05 Chong Yidong <cyd@stupidchicken.com>
10577
10578 * startup.el (command-line): Save the cursor's theme-face
10579 directly, instead of using face-override-spec.
10580
10581 * custom.el (load-theme): Minor optimization in assigning faces.
10582
8d17e7ca
JB
105832011-04-04 Juanma Barranquero <lekktu@gmail.com>
10584
10585 * help-fns.el (describe-variable): Complete all variables having
10586 documentation, including keywords.
10587 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
10588
2fbc1934
JB
105892011-04-04 Juanma Barranquero <lekktu@gmail.com>
10590
10591 Convert to lexical-binding.
10592
10593 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
10594 (bs--get-marked-string, bs--get-modified-string)
10595 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
10596 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
10597 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
10598
10599 * ehelp.el (electric-help-execute-extended)
10600 (electric-help-ctrl-x-prefix):
10601 * hexl.el (hexl-revert-buffer-function):
10602 * linum.el (linum-after-change, linum-after-scroll):
10603 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
10604
10605 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
10606
74f50695
DU
106072011-04-04 Daiki Ueno <ueno@unixuser.org>
10608
10609 * epa-dired.el:
10610 * epa-mail.el:
10611 * epa-hook.el:
10612 * epa-file.el:
10613 * epa.el:
10614 * epg.el: Use lexical binding.
10615
c11325f7
CY
106162011-04-03 Chong Yidong <cyd@stupidchicken.com>
10617
0d9e9a12
CY
10618 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
10619
c11325f7 10620 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
10621 dictionary case for flyspell-mark-duplications-exceptions.
10622 Use regexp matching for languages.
c11325f7
CY
10623 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
10624 default dictionary (Bug#7926).
10625
da91b5f2
CY
106262011-04-02 Chong Yidong <cyd@stupidchicken.com>
10627
099c39a4
JB
10628 * emacs-lisp/package.el (package--with-work-buffer):
10629 Recognize https URLs.
da91b5f2 10630
099c39a4
JB
10631 * net/network-stream.el: Move from gnus/proto-stream.el.
10632 Change prefix to network-stream throughout.
da91b5f2
CY
10633 (open-protocol-stream): Merge into open-network-stream, leaving
10634 open-protocol-stream as an alias. Handle nil BUFFER args.
10635
10636 * subr.el (open-network-stream): Move to net/network-stream.el.
10637
afa8e9f6
GM
106382011-04-02 Glenn Morris <rgm@gnu.org>
10639
1d2e369d
GM
10640 * find-dired.el (find-exec-terminator): New option.
10641 (find-ls-option): Test for -ls support.
10642 (find-ls-subdir-switches): Test for -b in find-ls-option.
10643 (find-dired, find-grep-dired): Doc fixes.
10644 (find-dired): Use find-exec-terminator.
10645
8abb7da8 10646 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
10647 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
10648 (find-name-arg): Remove purecopy.
8abb7da8 10649
f3ca7378
GM
10650 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
10651 (grep-compute-defaults): Check for `-exec COMMAND +' support.
10652 Set grep-find-use-xargs, grep-find-command, and grep-find-template
10653 accordingly. Don't add the null-device if not needed.
10654
afa8e9f6
GM
10655 * files.el (save-some-buffers): Doc fix.
10656
35eae264
EZ
106572011-04-02 Eli Zaretskii <eliz@gnu.org>
10658
10659 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
10660
26b51db5
JB
106612011-04-01 Juanma Barranquero <lekktu@gmail.com>
10662
10663 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
10664 Use `dolist' rather than `mapcar'.
10665
7200d79c
SM
106662011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
10667
03408648 10668 Add lexical binding.
7200d79c 10669
03408648
SM
10670 * subr.el (apply-partially): Use new closures rather than CL.
10671 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
10672 (dolist, dotimes): Use slightly different expansion for lexical code.
10673 (functionp): Move to C.
10674 (letrec): New macro.
10675 (with-wrapper-hook): Use it and apply-partially instead of CL.
10676 (eval-after-load): Preserve lexical-binding.
10677 (save-window-excursion, with-output-to-temp-buffer): Turn them
10678 into macros.
7200d79c 10679
03408648
SM
10680 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
10681
10682 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
10683 than the arglist.
10684 (help-add-fundoc-usage): Don't add `Not documented'.
10685 (help-function-arglist): Handle closures, subroutines, and new
10686 byte-code-functions.
10687 (help-make-usage): Remove leading underscores.
10688 (describe-function-1): Handle closures.
10689 (describe-variable): Use special-variable-p for completion.
10690
10691 * files.el (lexical-binding): Declare safe.
f488fb65 10692
03408648
SM
10693 * emacs-lisp/pcase.el: Don't use destructuring-bind.
10694 (pcase--memoize): Rename from pcase-memoize. Change weakness.
10695 (pcase): Add `let' pattern.
10696 Change memoization so it actually works.
10697 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
10698 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
10699 <let>: New case.
f488fb65 10700
03408648
SM
10701 * emacs-lisp/macroexp.el: Use lexical binding.
10702 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
10703 Don't convert ' to #' without checking that it's indeed quoting
10704 a lambda.
10705
10706 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 10707 Use eval-sexp-add-defvars.
03408648
SM
10708 (eval-sexp-add-defvars): New fun.
10709
10710 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
10711
10712 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
10713 Don't autoload.
10714 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
10715 than the internal `byte-compile-lambda'.
10716 (defmethod): Don't hide code under quotes.
10717 (eieio-defmethod): New `code' argument.
10718
10719 * emacs-lisp/eieio-comp.el: Remove.
10720
10721 * emacs-lisp/edebug.el (edebug-eval-defun)
10722 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
10723 (edebug-toggle): Avoid `eval'.
10724
10725 * emacs-lisp/disass.el (disassemble-internal): Handle new
10726 `closure' objects.
10727 (disassemble-1): Handle new byte codes.
10728
10729 * emacs-lisp/cl.el (pushnew): Silence warning.
10730
10731 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
10732 (cl-byte-compile-throw): Remove.
10733 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
10734
10735 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
10736 closures.
10737
10738 * emacs-lisp/cconv.el: New file.
10739
10740 * emacs-lisp/bytecomp.el: Use lexical binding instead of
10741 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
10742 (byte-compile-initial-macro-environment):
10743 Handle declare-function here.
10744 (byte-compile--lexical-environment): New var.
10745 (byte-stack-ref, byte-stack-set, byte-discardN)
10746 (byte-discardN-preserve-tos): New lap codes.
10747 (byte-interactive-p): Don't use any more.
10748 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
10749 New macros.
10750 (byte-compile-lapcode): Use them and handle new lap codes.
10751 (byte-compile-obsolete): Remove.
10752 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
10753 (byte-compile-arglist-warn): Check late def of inlinable funs.
10754 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
10755 since they should have been expanded by now.
10756 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
10757 (byte-compile-from-buffer): Remove unused second arg.
10758 (byte-compile-preprocess): New function.
10759 (byte-compile-toplevel-file-form): New function to distinguish
10760 file-form calls from outside from file-form calls from hunk-handlers.
10761 (byte-compile-file-form): Simplify.
10762 (byte-compile-file-form-defsubst): Remove.
10763 (byte-compile-file-form-defmumble): Simplify now that
10764 byte-compile-lambda always returns a byte-code-function.
10765 (byte-compile): Preprocess.
10766 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
10767 Remove, not used any more.
10768 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
10769 (byte-compile-make-args-desc): New funs.
10770 (byte-compile-lambda): Handle lexical functions. Always return
10771 a byte-code-function.
10772 (byte-compile-reserved-constants): New var, to make up room for
10773 closed-over variables.
10774 (byte-compile-constants-vector): Obey it.
10775 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
10776 (byte-compile-macroexpand-declare-function): New function.
10777 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
10778 byte-code-functions.
10779 (byte-compile-form): Check obsolescence here.
10780 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
10781 (byte-compile-variable-ref): Remove.
10782 (byte-compile-dynamic-variable-op): New fun.
10783 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
10784 (byte-compile-variable-set): New funs.
10785 (byte-compile-discard): Add 2 args.
10786 (byte-compile-stack-ref, byte-compile-stack-set)
10787 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
10788 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
10789 macroexpand-all instead.
10790 (byte-compile-quote-form): Remove.
10791 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
10792 (byte-compile-bind, byte-compile-unbind): New funs.
10793 (byte-compile-let): Handle let* and lexical binding.
10794 (byte-compile-let*): Remove.
10795 (byte-compile-catch, byte-compile-unwind-protect)
10796 (byte-compile-track-mouse, byte-compile-condition-case):
10797 Handle a new :fun-body form, used for lexical scoping.
10798 (byte-compile-save-window-excursion)
10799 (byte-compile-with-output-to-temp-buffer): Remove.
10800 (byte-compile-defun): Simplify.
10801 (byte-compile-stack-adjustment): New fun.
10802 (byte-compile-out): Use it.
10803 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
10804
10805 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
10806 handler any more.
10807
10808 * emacs-lisp/byte-opt.el: Use lexical binding.
10809 (byte-inline-lapcode): Remove (to bytecomp).
10810 (byte-compile-inline-expand): Pay attention to inlining to/from
10811 lexically bound code.
10812 (byte-compile-unfold-lambda): Don't handle byte-code-functions
10813 any more.
10814 (byte-optimize-form-code-walker): Don't handle save-window-excursion
10815 any more and don't call compiler-macros.
10816 (byte-compile-splice-in-already-compiled-code): Remove.
10817 (byte-code): Don't inline any more.
10818 (disassemble-offset): Receive `bytes' as argument rather than via
10819 dynamic scoping.
10820 (byte-compile-tag-number): Declare before first use.
10821 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
10822 `return' even if make-spliceable.
10823 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
10824 obsolete interactive-p.
10825 (byte-optimize-lapcode): Optimize new lap-codes.
10826 Don't trip up on new form of `byte-constant' lap code.
10827
10828 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
10829
10830 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
10831
10832 * custom.el (custom-initialize-default, custom-declare-variable):
10833 Use `defvar'.
10834
10835 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
10836 New variables.
10837 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
10838 (COMPILE_FIRST): Add macroexp and cconv.
10839 * makefile.w32-in: Mirror changes in Makefile.in.
10840
10841 * vc/cvs-status.el:
10842 * vc/diff-mode.el:
10843 * vc/log-edit.el:
10844 * vc/log-view.el:
10845 * vc/smerge-mode.el:
10846 * textmodes/bibtex-style.el:
10847 * textmodes/css.el:
10848 * startup.el:
10849 * uniquify.el:
da91b5f2
CY
10850 * minibuffer.el:
10851 * newcomment.el:
10852 * reveal.el:
10853 * server.el:
10854 * mpc.el:
10855 * emacs-lisp/smie.el:
10856 * doc-view.el:
10857 * dired.el:
03408648
SM
10858 * abbrev.el: Use lexical binding.
10859
0f0c1f27
EZ
108602011-04-01 Eli Zaretskii <eliz@gnu.org>
10861
10862 * info.el (info-display-manual): New function.
10863
c82b2579
SM
108642011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
10865
10866 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
10867
221ddf68
TH
108682011-03-31 Tassilo Horn <tassilo@member.fsf.org>
10869
10870 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 10871 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 10872
cba6e77e
GM
108732011-03-31 Glenn Morris <rgm@gnu.org>
10874
e040639f
GM
10875 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
10876
cba6e77e
GM
10877 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
10878
6d0f1c9e
CS
108792011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
10880
10881 * progmodes/python.el (python-default-interpreter)
10882 (python-python-command-args, python-jython-command-args)
10883 (python-which-shell, python-which-args, python-which-bufname)
10884 (python-file-queue, python-comint-output-filter-function)
10885 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
10886 variables and functions.
10887
3e2d70fd
SM
108882011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
10889
10890 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
10891 (completion-in-region-mode): New minor mode.
10892 (completion-in-region): Use it.
10893 (completion-in-region--data, completion-in-region-mode-map): New vars.
10894 (completion-in-region--postch): New function.
10895 (completion--capf-misbehave-funs, completion--capf-safe-funs):
10896 New vars.
10897 (completion--capf-wrapper): New function.
10898 (completion-at-point): Use it to track well-behavedness of
10899 hook functions.
10900 (completion-help-at-point): New command.
10901
f3e4086c
JM
109022011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
10903
10904 * vc/add-log.el (add-change-log-entry): Don't use whitespace
10905 syntax class to search for whitespace on a single line
10906 (Message-ID: <4D938140.4030905@redhat.com>).
10907
eb7ffc14
LL
109082011-03-30 Leo Liu <sdl.web@gmail.com>
10909
10910 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
10911 New commands.
10912 (edit-abbrevs-map): Bind them here.
10913 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
10914
d806ab68
KM
109152011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
10916
10917 * allout.el (allout-hide-by-annotation, allout-flag-region):
10918 Reduce possibility of overlay leakage by making them volatile.
10919
10920 * allout-widgets.el (allout-widgets-tally): Define as nil so the
10921 hash is not shared between buffers. Mode initialization is
10922 responsible for giving it a useful starting value.
10923 (allout-item-span): Reduce possibility of overlay leakage by
10924 making them volatile.
10925 (allout-widgets-count-buttons-in-region): Add diagnostic function
10926 for tracking down button overlay leaks.
10927
ea622834
LL
109282011-03-29 Leo Liu <sdl.web@gmail.com>
10929
10930 * ido.el (ido-read-internal): Use the default history var
10931 minibuffer-history if no HISTORY is specified.
10932
b62f8267
G
109332011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
10934
03408648
SM
10935 * net/imap.el (imap-shell-open, imap-process-connection-type):
10936 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
10937 Kerberos, SSL, other subprocesses.
10938
947b6566
LL
109392011-03-28 Leo Liu <sdl.web@gmail.com>
10940
10941 * abbrev.el (abbrev-table-empty-p): New function.
10942 (prepare-abbrev-list-buffer): Place empty abbrev tables after
10943 nonempty ones. (Bug#5937)
10944
5ffb62aa
JD
109452011-03-27 Jan Djärv <jan.h.d@swipnet.se>
10946
10947 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
10948
7a097943
LL
109492011-03-27 Leo Liu <sdl.web@gmail.com>
10950
10951 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
10952 for foreground and background colors.
10953 (ansi-color-make-color-map): Adapt.
10954
c5b40130
LL
109552011-03-25 Leo Liu <sdl.web@gmail.com>
10956
1f48f7d2
LL
10957 * midnight.el (midnight-time-float): Remove. Note it calculates
10958 the microsecond component incorrectly and seconds-to-time does the
10959 same job.
625897ec 10960 Remove redundant (require 'timer).
1f48f7d2 10961
c5b40130
LL
10962 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
10963 (ido-completions): Remove unused arguments. (Bug#8329)
10964
d86d2721
SM
109652011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10966
10967 * minibuffer.el (completion--flush-all-sorted-completions):
10968 Remove itself from hook.
10969 (completion-at-point): Let the functions perform the completion
10970 immediately and return nil or t.
10971 * comint.el (comint-dynamic-complete-functions): Now identical to
10972 completion-at-point-functions.
10973 (comint-dynamic-list-input-ring): Remove unused var `index'.
10974 (comint--match-partial-filename, comint--unquote&expand-filename):
10975 New funs, split from comint-match-partial-filename.
10976 (comint-dynamic-complete): Use completion-at-point.
10977 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
10978
e8974c48
DA
109792011-03-24 Drew Adams <drew.adams@oracle.com>
10980
10981 * thingatpt.el: Support `defun'.
10982
def71b5e
LL
109832011-03-23 Leo Liu <sdl.web@gmail.com>
10984
cb5af48e
LL
10985 * abbrevlist.el: Move to obsolete/abbrevlist.el.
10986
def71b5e
LL
10987 * help-mode.el (help-mode-finish): Tweak regexp.
10988
927c53e7
GM
109892011-03-23 Glenn Morris <rgm@gnu.org>
10990
18d05bed
GM
10991 * eshell/esh-opt.el (eshell-eval-using-options):
10992 Do not bind unused local variable `eshell-option-stub'.
10993
927c53e7
GM
10994 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
10995
9d0da923
JB
109962011-03-22 Juanma Barranquero <lekktu@gmail.com>
10997
10998 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
10999 keymap variable in `with-no-warnings' to avoid a warning when the
11000 keymap has been already `defconst'ed.
11001
4b978a67
LL
110022011-03-22 Leo Liu <sdl.web@gmail.com>
11003
11004 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
11005 encode all chars in abbrevs; otherwise use emacs-mule or
11006 utf-8-emacs. (Bug#8308)
11007
5fd62452
JB
110082011-03-22 Juanma Barranquero <lekktu@gmail.com>
11009
0b1596c6
JB
11010 * simple.el (backward-delete-char-untabify):
11011 Avoid warning about using `delete-backward-char'.
11012
5fd62452
JB
11013 * image.el (image-type-file-name-regexps): Make it variable.
11014 `imagemagick-register-types' modifies it, and the user may want
11015 to add new extensions for known image types.
11016 (imagemagick-register-types): Throw error if not using ImageMagick.
11017
0b4e93f1
LL
110182011-03-22 Leo Liu <sdl.web@gmail.com>
11019
11020 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
11021 located before rcirc-prompt-end-marker.
11022 (rcirc-complete): Error if point is not after rcirc prompt.
11023 Handle the case when table is nil.
9882e214 11024 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 11025
fccee4ab
CY
110262011-03-22 Chong Yidong <cyd@stupidchicken.com>
11027
11028 * custom.el (custom--inhibit-theme-enable): Make it affect only
11029 custom-theme-set-variables and custom-theme-set-faces.
11030 (provide-theme): Ignore custom--inhibit-theme-enable.
11031 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
11032 (custom-enabling-themes): Delete variable.
d86d2721
SM
11033 (enable-theme): Accept only loaded themes as arguments.
11034 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
11035 (custom-enabled-themes): Forbid themes from setting this.
11036 Eliminate use of custom-enabling-themes.
11037 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 11038
af896da6
LL
110392011-03-21 Leo Liu <sdl.web@gmail.com>
11040
11041 * ido.el (ido-read-internal): Add ido-selected to history instead
11042 of user input.
11043
78f64af0
SM
110442011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
11045
11046 * subr.el (deferred-action-list, deferred-action-function):
11047 Mark obsolete.
11048
b16ac1ec
LL
110492011-03-21 Leo Liu <sdl.web@gmail.com>
11050
810f7698
LL
11051 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
11052 change on 2011-02-13 (bug#8309).
11053
b16ac1ec
LL
11054 * minibuffer.el (read-file-name-function): Change default value.
11055 (read-file-name--defaults): Rename from read-file-name-defaults.
11056 (read-file-name-default): Rename from read-file-name.
11057 (read-file-name): Call read-file-name-function.
11058
4e05e67e
GM
110592011-03-21 Glenn Morris <rgm@gnu.org>
11060
11061 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
11062 Doc fixes.
11063
4359915b
CY
110642011-03-21 Chong Yidong <cyd@stupidchicken.com>
11065
11066 * cus-theme.el: Add missing provide statement.
11067 (customize-create-theme): Extract theme value correctly.
11068 (custom-theme-visit-theme): Autoload.
11069 (customize-create-theme): Prompt before inserting default faces.
11070
1fe275ee
JB
110712011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
11072
11073 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
11074 units and musical notes.
11075
cd394be1 110762011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
11077
11078 * ido.el (ido-read-internal): Use completing-read-default.
11079 (ido-completing-read): Fix compatibility with completing-read.
11080
7d476bde
CO
110812011-03-20 Christian Ohler <ohler@gnu.org>
11082
11083 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
11084 (ert-delete-all-tests): Use `called-interactively-p' rather than
11085 `interactive-p'.
11086 (ert--make-xrefs-region): Respect END.
11087
fe0fb33e
CY
110882011-03-19 Chong Yidong <cyd@stupidchicken.com>
11089
ff854b0b
CY
11090 * dired-aux.el (dired-create-directory): Signal an error if the
11091 directory already exists (Bug#8246).
11092
fe0fb33e
CY
11093 * facemenu.el (list-colors-display): Call list-faces-display
11094 inside with-help-window.
11095 (list-colors-print): Use display property to align the final
11096 column, instead of checking window-width.
11097
576bce32
EZ
110982011-03-19 Eli Zaretskii <eliz@gnu.org>
11099
4d61f28d 11100 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
11101 windows-nt systems.
11102 (emerge-protect-metachars): Quote correctly for ms-dos and
11103 windows-nt systems.
11104
89c41d68 111052011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
11106
11107 * info.el (info-initialize): Replace all uses of `:' with
11108 path-separator for compatibility with non-Unix systems.
11109 Cache quoting of path-separator. (Bug#8258)
11110
b14e3e21 111112011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
11112
11113 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
11114 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
11115 (mouse-avoidance-mode): Fix typos in docstrings.
11116
4525ce3e
CY
111172011-03-19 Chong Yidong <cyd@stupidchicken.com>
11118
11119 * startup.el (package-subdirectory-regexp): Move from package.el.
11120 Omit \\` and \\', and let callers add them.
11121
11122 * emacs-lisp/package.el (package-strip-version)
11123 (package-load-all-descriptors): Add \\` and \\' to
11124 package-subdirectory-regexp before using it.
11125 (package-untar-buffer): New arg DIR; ensure that file untars only
11126 into this expected directory. Remove superfluous delete-region.
11127 (package-unpack): Caller changed.
11128 (package-tar-file-info): Use package-subdirectory-regexp.
11129
a904a09a 111302011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 11131
a904a09a
SM
11132 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
11133 diff-mode-shared-map (bug#8284).
11134 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
11135
111362011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11137
11138 * calendar/time-date.el (format-seconds): Use assoc instead of
11139 assoc-string, since assoc-string doesn't exist in XEmacs.
11140
171fc304
JB
111412011-03-17 Juanma Barranquero <lekktu@gmail.com>
11142
11143 * custom.el (custom-known-themes): Reflow docstring.
11144 (custom-theme-load-path): Fix typo in docstring.
11145 (load-theme): Fix typo in error message.
11146 (custom-available-themes, custom-variable-theme-value):
11147 Use `let', not `let*'.
11148
d71990a1
JB
111492011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
11150
11151 * calc/README: Mention inclusion of musical notes.
11152
11153 * calc/calc-units.el (calc-lu-quant): Rename from
11154 `calc-logunits-quantity'.
11155 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
11156 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
11157 (calc-db): Rename from `calc-dblevel'.
11158 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
11159 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
11160 (calc-np): Rename from `calc-nplevel'.
11161 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
11162 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
11163 (calc-lu-plus): Rename from `calc-logunits-add'.
11164 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
11165 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
11166 (calc-lu-minus): Rename from `calc-logunits-sub'.
11167 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
11168 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
11169 (calc-lu-times): Rename from `calc-logunits-mul'.
11170 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
11171 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
11172 (calc-lu-divide): Rename from `calc-logunits-div'.
11173 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
11174 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
11175
11176 * calc/calc-ext.el (calc-init-extensions): Update the names of the
11177 functions being autoloaded.
11178
11179 * calc/calc.el (calc-lu-power-reference): Rename from
11180 `calc-logunits-power-reference'.
11181 (calc-lu-field-reference): Rename from
11182 `calc-logunits-field-reference'.
11183
7a71b18d
GM
11184 * calc/calc-help.el (calc-l-prefix-help):
11185 Mention musical note functions.
d71990a1 11186
40c2934b
SM
111872011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
11188
11189 * minibuffer.el (completion-all-sorted-completions):
11190 Use :completion-cycle-penalty text property if present.
11191
b0911414
KM
111922011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
11193
11194 * allout.el (allout-yank-processing): Adjust for new rebulleting
11195 regime so bullet being yanked is used without prompting the user
11196 for a choice.
11197
8a05b668
JB
111982011-03-16 Juanma Barranquero <lekktu@gmail.com>
11199
11200 * startup.el (command-line): Warn the user that _emacs is deprecated.
11201
5ba5fb81
JB
112022011-03-16 Juanma Barranquero <lekktu@gmail.com>
11203
11204 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
11205 (delphi-verbose, delphi-comment-face, delphi-string-face)
11206 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
11207 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
11208 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
11209 (delphi-new-comment-line, delphi-font-lock-defaults)
11210 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
11211 Fix typos in docstrings.
11212
2dab465b
KM
112132011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
11214
5ba5fb81 11215 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
11216 Invert the roles of character and string values for INSTEAD, so a
11217 string is used for the more common case of a defaulting prompt.
11218
0adf5618
SM
112192011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11220
11221 * progmodes/ruby-mode.el (ruby-backward-sexp):
11222 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
11223 * play/gamegrid.el (gamegrid-make-face):
11224 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
11225 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
11226 * notifications.el (notifications-notify):
11227 * net/xesam.el (xesam-search-engines):
11228 * net/quickurl.el (quickurl-list-insert):
11229 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
11230
d72700e5
CY
112312011-03-15 Chong Yidong <cyd@stupidchicken.com>
11232
11233 * startup.el (command-line): Update package subdirectory regexp.
11234
49c5410a
SM
112352011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11236
c6eee9aa
SM
11237 * allout.el (allout-abbreviate-flattened-numbering)
11238 (allout-mode-deactivate-hook): Fix up obsolescence "date".
11239
49c5410a
SM
11240 * subr.el (read-char-choice): Only show the cursor after the prompt,
11241 not after the answer.
11242
047b2bb9
KR
112432011-03-15 Kevin Ryde <user42@zip.com.au>
11244
11245 * help-fns.el (variable-at-point): Skip leading quotes, if any
11246 (bug#8253).
11247
0a57d256
SM
112482011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11249
11250 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
11251 warning message.
11252
77c992bc
MA
112532011-03-14 Michael Albinus <michael.albinus@gmx.de>
11254
11255 * shell.el (shell): When called interactively, offer to change the
11256 shell file name on remote hosts.
11257
eebc475d
TZ
112582011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
11259
11260 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
11261 integration for LDAP parameters. The host, base, user or binddn,
11262 and secret tokens can be specified in a netrc file, for instance.
11263 This is optional because an `auth-source' parameter must be
11264 specified in the search attributes.
11265
9d05d1ba
JB
112662011-03-13 Juanma Barranquero <lekktu@gmail.com>
11267
11268 * help.el (describe-mode): Link to the mode's definition (bug#8185).
11269
09d9db2c
GM
112702011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11271
11272 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
11273 into declaration. Remove redundant and harmful binding.
11274
112752011-03-12 Eli Zaretskii <eliz@gnu.org>
11276
11277 * files.el (file-ownership-preserved-p): Pass `integer' as an
11278 explicit 2nd argument to `file-attributes'. If the file's owner
11279 is the Administrators group on Windows, and the current user is
11280 Administrator, consider that a match.
11281
11282 * server.el (server-ensure-safe-dir): Consider server directory
11283 safe on MS-Windows if its owner is the Administrators group while
11284 the current Emacs user is Administrator. Use `=' to compare
11285 numerical UIDs, since they could be integers or floats.
11286
219bd536
JB
112872011-03-12 Juanma Barranquero <lekktu@gmail.com>
11288
11289 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
11290
f3afd36b
MA
112912011-03-12 Michael Albinus <michael.albinus@gmx.de>
11292
11293 Sync with Tramp 2.2.1.
11294
11295 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
11296
11297 * net/trampver.el: Update release number.
11298
3aaaa6f1
SM
112992011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11300
94642599
SM
11301 * progmodes/compile.el (compilation--previous-directory): Fix up
11302 various nil/dead-marker mismatches (bug#8014).
11303 (compilation-directory-properties, compilation-error-properties):
11304 Don't call it at a position past the one we're about to change.
11305
3aaaa6f1
SM
11306 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
11307 Disable obsolescence warnings in the file that declares it.
11308
14239447
KM
113092011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
11310
099c39a4
JB
11311 * allout-widgets.el (allout-widgets-tally):
11312 Initialize allout-widgets-tally as a hash table rather than nil to
11313 prevent mode-line redisplay warnings. Also, clarify the module
11314 description and fix a comment typo.
14239447 11315
135e287c
JB
113162011-03-11 Juanma Barranquero <lekktu@gmail.com>
11317
11318 * help-fns.el (describe-variable): Don't complete keywords.
11319 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
11320
ffbf300e
CY
113212011-03-10 Chong Yidong <cyd@stupidchicken.com>
11322
ba08b241
CY
11323 * emacs-lisp/package.el (package-version-join): Impose a standard
11324 string representation for pre/alpha/beta version lists.
11325 (package-unpack-single): Standardize the directory name by passing
11326 it through package-version-join.
11327 (package-strip-rcs-id): Accept any version string that does not
11328 signal an error in version-to-list.
ffbf300e 11329
f346fd6b
MA
113302011-03-10 Michael Albinus <michael.albinus@gmx.de>
11331
11332 * simple.el (delete-trailing-whitespace): Return nil for the
11333 benefit of `write-file-functions'.
11334
ccb55d27
GM
113352011-03-10 Glenn Morris <rgm@gnu.org>
11336
5ceaac0c
GM
11337 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
11338
02da65ff
GM
11339 * vc/vc-git.el (vc-git-program): New option.
11340 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
11341 (vc-git--call): Use it.
11342
b2f603cc
GM
11343 * eshell/esh-util.el (eshell-condition-case): Doc fix.
11344
5772caab
GM
11345 * cus-edit.el (Custom-newline): If no button at point, look
11346 for a subgroup button at start-of-line. (Bug#2298)
11347
ccb55d27
GM
11348 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
11349
ec6ecaed
JD
113502011-03-10 Julien Danjou <julien@danjou.info>
11351
11352 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
11353 `cursor-type' is nil.
11354
9d5aa01d
JB
113552011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
11356
11357 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
11358
b6a5875b
KM
113592011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
11360
7a71b18d 11361 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
11362 preserves the existing header prefix, rebulleting it if necessary,
11363 rather than replacing it. This is necessary for proper operation
11364 of cooperative addons like allout-widgets.
1154d12e
JB
11365 (allout-make-topic-prefix, allout-rebullet-heading):
11366 Change SOLICIT arg to INSTEAD, and interpret additionally a string
11367 value as alternate bullet to be used, instead of prompting the user
11368 for a bullet character.
b6a5875b 11369
ee545c35
MA
113702011-03-09 Michael Albinus <michael.albinus@gmx.de>
11371
d86d2721
SM
11372 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11373 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
11374 `tramp-default-port'.
11375
c47971d7
DD
113762011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
11377
11378 * net/rcirc.el (rcirc-handler-001): Remove useless
11379 with-rcirc-process-buffer.
11380 (rcirc-check-auth-status): Swap arguments to string-match.
11381
13522cb4
GM
113822011-03-09 Glenn Morris <rgm@gnu.org>
11383
0be6f4f1
GM
11384 * shell.el (shell-mode):
11385 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
11386
13522cb4
GM
11387 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
11388 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
11389
515de2e3
CY
113902011-03-08 Chong Yidong <cyd@stupidchicken.com>
11391
11392 * emacs-lisp/package.el (package-refresh-contents)
11393 (package-menu-execute): Use condition-case-no-debug.
11394
b511b994
MA
113952011-03-08 Michael Albinus <michael.albinus@gmx.de>
11396
11397 * simple.el (shell-command-to-string): Use `process-file'.
11398
11399 * emacs-lisp/package.el (package-tar-file-info): Handle also
11400 remote files.
11401
d86d2721
SM
11402 * emacs-lisp/package-x.el (package-upload-buffer-internal):
11403 Use `equal' for upload base check.
b511b994 11404
25bbfb31
AM
114052011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
11406
11407 * textmodes/texinfo.el (texinfo-environments):
11408 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
11409
be996521
GM
114102011-03-08 Glenn Morris <rgm@gnu.org>
11411
e9c8529f
GM
11412 * cus-start.el (cursor-in-non-selected-windows):
11413 Fix :set quoting oddness. (Bug#8192)
11414
be996521
GM
11415 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
11416 in some setf expressions. (Bug#2159)
11417
2bb5649e
CY
114182011-03-08 Chong Yidong <cyd@stupidchicken.com>
11419
11420 * custom.el (custom-available-themes): Return themes in
11421 alphabetical order.
11422
33383987 11423See ChangeLog.15 for earlier changes.
e3d51b27
MR
11424
11425;; Local Variables:
11426;; coding: utf-8
e3d51b27
MR
11427;; End:
11428
acaf905b 11429 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
11430
11431 This file is part of GNU Emacs.
11432
11433 GNU Emacs is free software: you can redistribute it and/or modify
11434 it under the terms of the GNU General Public License as published by
11435 the Free Software Foundation, either version 3 of the License, or
11436 (at your option) any later version.
11437
11438 GNU Emacs is distributed in the hope that it will be useful,
11439 but WITHOUT ANY WARRANTY; without even the implied warranty of
11440 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11441 GNU General Public License for more details.
11442
11443 You should have received a copy of the GNU General Public License
11444 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.