Load a package's generated autoloads file before byte compiling it.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
292112ed
CY
12012-03-12 Chong Yidong <cyd@gnu.org>
2
3 * emacs-lisp/package.el (package-unpack, package-unpack-single):
4 Load generated autoloads file before byte compiling (Bug#10970).
5 (package--make-autoloads-and-compile): New helper fun.
6
4098f8f7
CS
72012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
8
9 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
10
8f754691
MA
112012-03-11 Michael Albinus <michael.albinus@gmx.de>
12
13 * autorevert.el (auto-revert-handler): Ensure, that
14 file-readable-p is applied only for local files or in
15 auto-revert-tail-mode.
16
e29ab36b
AS
172012-03-11 Andreas Schwab <schwab@linux-m68k.org>
18
ad0bf5b6
AS
19 * server.el (server-eval-at): Handle non-tcp connections. Decode
20 result string.
21
e29ab36b
AS
22 * server.el (server-msg-size): New constant.
23 (server-reply-print): New function.
24 (server-eval-and-print): Use it.
25 (server-eval-at): Use server-quote-arg and server-unquote-arg.
26 Handle -print-nonl.
27
de5939ba
CS
282012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
29
30 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
31 (Bug#10987).
32
0c93eabf
CY
332012-03-11 Chong Yidong <cyd@gnu.org>
34
397a688f
CY
35 * simple.el (goto-line): Doc fix (Bug#9938).
36
2cc775f9
CY
37 * subr.el (save-window-excursion): Doc fix (Bug#9979).
38
0c93eabf
CY
39 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
40 when finished (Bug#10963).
41
c491fa41
MR
422012-03-11 Martin Rudalics <rudalics@gmx.at>
43
44 * window.el (split-window-below): Fix bug in case where
45 split-window-keep-point is nil (Bug#10971).
46
300e8fa5
JL
472012-03-11 Juri Linkov <juri@jurta.org>
48
49 * replace.el (replace-highlight): Set isearch-word to nil
50 unconditionally. (Bug#10887)
51
dbf6c5a1
EZ
522012-03-10 Eli Zaretskii <eliz@gnu.org>
53
54 * net/mairix.el (mairix-replace-invalid-chars): Rename from
55 mairix-replace-illegal-chars; all callers changed. Don't remove
56 ^, ~, and = characters: they are meaningful in mairix search
57 specs.
58 (mairix-widget-create-query): Add usage information about mairix
59 search forms: negating words, searching for substrings, etc.
60
b9e501de
JP
612012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
62
63 * international/fontset.el (font-encoding-alist): Add an entry for
64 ksx1001 (Bug#5667).
65
92795c91
RS
662012-03-10 Richard Stallman <rms@gnu.org>
67
1694e6c1
RS
68 * mail/sendmail.el (mail-encode-header):
69 Set rfc2047-encode-encoded-words.
70
607e8555
RS
71 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
72
de3bc99a
RS
73 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
74 view buffer means not swapped.
75 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
76 (rmail-write-region-annotate): Error if real text has disappeared.
77
92795c91
RS
78 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
79
699bd04e
CY
802012-03-10 Chong Yidong <cyd@gnu.org>
81
82 * emulation/cua-rect.el (cua--init-rectangles):
83 * emulation/cua-base.el (cua--init-keymaps): Add
84 delete-forward-char to remappings (Bug#9666).
85
570a1714
MR
862012-03-10 Martin Rudalics <rudalics@gmx.at>
87
88 * speedbar.el (speedbar-unhighlight-one-tag-line): Avoid
89 unhighlighting due to frame switching (Bug#10275).
90
82dcf4e4
CY
912012-03-10 Chong Yidong <cyd@gnu.org>
92
7a2c7ca7
CY
93 * minibuffer.el (completion-in-region, completion-help-at-point):
94 Give the completion field overlay a high priority (Bug#6830).
95
82dcf4e4
CY
96 * dired.el (dired-goto-file): Recognize absolute file name
97 listings (Bug#7126).
98 (dired-goto-file-1): New helper function.
99 (dired-toggle-read-only): Inhibit warnings.
100
052e28ac
MA
1012012-03-09 Michael Albinus <michael.albinus@gmx.de>
102
103 * net/dbus.el: (dbus-property-handler): Return empty array if
104 there are no properties.
105
95d5e396
LL
1062012-03-09 Leo Liu <sdl.web@gmail.com>
107
108 * savehist.el (savehist-printable): Stricter check for string
109 value (Bug#10937).
110
3f018d6d
EZ
1112012-03-09 Eli Zaretskii <eliz@gnu.org>
112
113 * mail/smtpmail.el (smtpmail-send-it): Bind
114 coding-system-for-write to *-unix, so that FCC files are kept in
115 valid mbox format.
116
f7fd3d79
GM
1172012-03-09 Glenn Morris <rgm@gnu.org>
118
119 * files.el (dir-locals-find-file):
120 Don't check result is regular, readable.
121 (dir-locals-read-from-file): Demote errors.
122
6ff6e72f
EZ
1232012-03-08 Eli Zaretskii <eliz@gnu.org>
124
125 * international/quail.el (quail-insert-kbd-layout): Insert
126 invisible LRM characters before each character in a keyboard
127 layout cell, to prevent their reordering by bidi display engine.
128 For details, see the discussion in
129 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
130
9cec7834
AM
1312012-03-08 Alan Mackenzie <acm@muc.de>
132
133 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
134 the starting position; make it extend the marked region when
135 invoked repeatedly - all under appropriate circumstances.
136 Fixes bugs #5525, #10906.
137
9a40b8d4
GM
1382012-03-08 Glenn Morris <rgm@gnu.org>
139
140 * files.el (locate-dominating-file, dir-locals-find-file):
141 Undo 2012-03-06 change.
142
7a08ed35
EZ
1432012-03-07 Eli Zaretskii <eliz@gnu.org>
144
145 * international/quail.el (quail-help): Force
146 bidi-paragraph-direction be left-to-right. See discussion in
147 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
148 for the reason.
149
5aca4f71 1502012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
151
152 Avoid superfluous registering of signals. (Bug#10807)
153
154 * notifications.el (notifications-on-action-object)
155 (notifications-on-close-object): New defvars.
156 (notifications-on-action-signal, notifications-on-closed-signal):
157 Unregister the signal if not needed any longer.
158 (notifications-notify): Register `notifications-action-signal' or
159 `notifications-closed-signal', if :on-action or :on-close has been
160 passed as argument.
161
78e8b10a
CY
1622012-03-07 Chong Yidong <cyd@gnu.org>
163
164 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
165 non-X platforms.
166
69481eb8
GM
1672012-03-06 Glenn Morris <rgm@gnu.org>
168
169 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
170 (x-disown-selection-internal, x-get-selection-internal):
171 Doc fix (add arglist signatures). (Bug#10783)
172
133b8e11
KS
1732012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
174
175 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
176 Handle breakpoints with no "type".
177
99a83064
GM
1782012-03-06 Glenn Morris <rgm@gnu.org>
179
180 * files.el (locate-dominating-file): Add optional predicate argument.
181 (dir-locals-find-file): Make use of above change.
182
17798e78
TTN
1832012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
184
185 * info.el (Info-insert-dir): Also try "dir.gz".
186
eb182446
GM
1872012-03-06 Glenn Morris <rgm@gnu.org>
188
8f2114ee
GM
189 * files.el (dir-locals-find-file):
190 Ignore non-readable or non-regular files. (Bug#10928)
191
eb182446
GM
192 * files.el (locate-dominating-file): Doc fix.
193
24679323
AS
1942012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
195
196 * calendar/calendar.el (calendar-set-mode-line):
197 `getenv' returns a string. (Bug#10951)
198
01d972a9
LL
1992012-03-05 Leo Liu <sdl.web@gmail.com>
200
109aa8a9
LL
201 * simple.el (backward-delete-char-untabify): Constrain point to
202 field (Bug#10939).
203
01d972a9
LL
204 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
205
10607bea
CY
2062012-03-05 Chong Yidong <cyd@gnu.org>
207
208 * simple.el (count-words): If called from Lisp, return the word
209 count, for symmetry with `count-lines'. Arglist changed.
210 (count-words--message): Args changed. Consolidate counting code
211 from count-words and count-words-region.
212 (count-words-region): Caller changed.
213 (count-lines-region): Make it an obsolete alias.
214
5dd11cfe
TH
2152012-03-04 Tassilo Horn <tassilo@member.fsf.org>
216
217 * saveplace.el (save-place-to-alist)
218 (save-place-ignore-files-regexp): Allow value nil to disable this
219 feature.
220
c349f4e6
CY
2212012-03-04 Chong Yidong <cyd@gnu.org>
222
223 * faces.el (face-spec-reset-face): For the default face, reset the
224 attributes to default values (Bug#10748).
225
e627be4c
LMI
2262012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
227
228 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
229 previous patch: Check `message-send-mail-function', and not the
230 default function (bug#10897).
231
ebeabff4
MA
2322012-03-04 Michael Albinus <michael.albinus@gmx.de>
233
a41a6cf4
MA
234 * notifications.el (notifications-on-action-signal)
235 (notifications-on-closed-signal): Check for unique service name of
236 incoming event. Fix error in removing entry.
ebeabff4 237 (top): Register for signals with wildcard service name.
a41a6cf4 238 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 239
c1ca42b4
CY
2402012-03-04 Chong Yidong <cyd@gnu.org>
241
242 * cus-start.el: Make x-select-enable-clipboard-manager
243 customizable.
244
ea16568d
GM
2452012-03-04 Glenn Morris <rgm@gnu.org>
246
247 * abbrev.el (copy-abbrev-table, abbrev-table-p)
248 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
249 (expand-abbrev, define-abbrev-table): Doc fixes.
250
fbae4637
LMI
2512012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
252
253 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
254 `message-default-send-mail-function' and not `send-mail-function'
255 when doing the prompting for `sendmail-query-once' before sending
256 in Message buffers (bug#10897).
257
a1e7225c
LMI
258 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
259 This is inconsistent with all the other stream functions, which leave
260 the setting up to the higher levels (if so wanted) (bug#10931).
261
56d093a9
AM
2622012-03-02 Alan Mackenzie <acm@muc.de>
263
264 Depessimize the handling of very large macros.
265
266 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
267 (c-macro-cache-syntactic): New variables to implement a one
268 element macro cache.
269 (c-invalidate-macro-cache): New function.
270 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
271 Adapt to use the new cache.
272 (c-state-safe-place): Use better the cache of safe positions.
273 (c-state-semi-nonlit-pos-cache)
274 (c-state-semi-nonlit-pos-cache-limit):
275 New variables for...
276 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
277 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
278 (c-in-literal, c-literal-limits, c-determine-limit-get-base): Use
279 c-state-semi-safe-place.
280
281 * progmodes/cc-langs.el (c-get-state-before-change-functions): Add
282 c-invalidate-macro-cache to the C, C++, Obj entries.
283
817e5c3d
MA
2842012-03-02 Michael Albinus <michael.albinus@gmx.de>
285
286 * jka-compr.el (jka-compr-call-process): Apply
287 `file-accessible-directory-p' only when the default directory is
288 not remote.
289
a032a702
MA
2902012-03-01 Michael Albinus <michael.albinus@gmx.de>
291
292 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
293 access of FILE2, if FILE1 does not exist.
294
99a54f21
MA
295 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
296 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
297
298 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
299 Add "PAGER=" to `process-environment'.
300
f6561e1f
MM
3012012-03-01 Michael R. Mauger <mmaug@yahoo.com>
302
303 * progmodes/sql.el: Bug fix
304 (sql-get-login-ext): Save login values in globals.
305 (sql-get-login): Use new version of `sql-get-login-ext'.
306 (sql-interactive-mode): Set global `sql-connection' to nil.
307 (sql-connect): Set global values for connection.
308 (sql-product-interactive): Save global values as buffer local.
309
2d44d9cc
LL
3102012-02-29 Leo Liu <sdl.web@gmail.com>
311
312 * abbrev.el (define-abbrevs): Reset sys to nil.
313
96b49301 3142012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
315
bf7f9bc5
JB
316 * files.el (file-equal-p): Rename from `files-equal-p'.
317 Return nil when one or both files don't exist.
96b49301 318 (file-subdir-of-p): Now only top directory must exists,
319 return nil if it doesn't.
bf7f9bc5
JB
320 (copy-directory): No need to test with `file-subdir-of-p' after
321 creating dir.
322 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
323 to `file-equal-p'.
96b49301 324
44e97401
GM
3252012-02-28 Glenn Morris <rgm@gnu.org>
326
327 * shell.el (shell-mode):
328 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
329 * play/landmark.el (landmark-font-lock-face-O):
330 * play/handwrite.el (handwrite):
331 * play/gomoku.el (gomoku-O):
332 * net/browse-url.el (browse-url-browser-display):
333 * international/mule.el (define-charset):
334 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
335 * filesets.el (filesets-find-file-delay):
336 * eshell/em-xtra.el (eshell-xtra):
337 * eshell/em-unix.el (eshell-grep):
338 * emulation/viper.el (viper-mode):
339 * emacs-lisp/regexp-opt.el (regexp-opt-group):
340 * emacs-lisp/easymenu.el (easy-menu-define):
341 * calendar/timeclock.el (timeclock-use-display-time):
342 * bs.el (bs-mode):
343 * bookmark.el (bookmark-save-flag):
344 Doc fix (standardize possessive apostrophe usage).
345
c98c6276
CY
3462012-02-27 Chong Yidong <cyd@gnu.org>
347
bf7f9bc5
JB
348 * emulation/viper-cmd.el (viper-intercept-ESC-key):
349 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 350
c98c6276
CY
351 * font-lock.el (font-lock-specified-p): Rename from
352 font-lock-spec-present. Callers changed.
353
9c62cd04 3542012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 355
bf7f9bc5
JB
356 * emacs-lisp/package.el (package-compute-transaction):
357 Handle holding a package version to t in package-load-list.
8ac9e529 358
530739c9
MA
3592012-02-26 Michael Albinus <michael.albinus@gmx.de>
360
361 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
362 (tramp-get-inode, tramp-get-device): Use cached values.
363
487915d7
AM
3642012-02-26 Alan Mackenzie <acm@muc.de>
365
366 Check there is a font-lock specification before doing initial
367 fontification.
368
369 * font-core.el (font-lock-mode): Move the conditional from
370 :after-hook to font-lock-initial-fontify.
371 (font-lock-default-function): Move the check for a specification
372 to font-lock-spec-present.
373
374 * font-lock.el (font-lock-initial-fontify): call ...
375 (font-lock-spec-present): New function.
376
4fd96557
JB
3772012-02-26 Jim Blandy <jimb@red-bean.com>
378
379 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
380 (gdb-send): Apply it to the operand of the '-interpreter-exec
381 console' command, so that we can pass arguments with (say) quotes
382 in them. Store exact string sent in gdb-debug-log (Bug#10765).
383
9a4888c0
CY
3842012-02-26 Chong Yidong <cyd@gnu.org>
385
07498861
CY
386 * help-fns.el (describe-function-1): Clarify description of
387 remapping (Bug#10844).
388
9a4888c0
CY
389 * files.el (files-equal-p): Doc fix.
390 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
391 and quit the loop once a mismatch is found.
392
ea8fb88d
JB
3932012-02-25 Juanma Barranquero <lekktu@gmail.com>
394
395 * bs.el (bs--show-with-configuration): Don't throw an error
396 if the window cannot be split; otherwise, subsequent calls to
397 bs-show fail, restoring a stale window config. (Bug#10882)
398
525795c1
JD
3992012-02-25 Jan Djärv <jan.h.d@swipnet.se>
400
401 * term/ns-win.el (global-map): Bind ns-drag-file to
402 ns-find-file (Bug#5855, Bug#10050).
403
f008086f
AS
4042012-02-25 Andreas Schwab <schwab@linux-m68k.org>
405
406 * calendar/parse-time.el (parse-time-string): Allow extractor to
407 return nil.
408
a3fcfa99
MA
4092012-02-25 Michael Albinus <michael.albinus@gmx.de>
410
91027d08
JB
411 * net/tramp.el (tramp-file-name-for-operation):
412 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
413
414 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
415 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
416 Add COPY-CONTENTS argument.
a3fcfa99 417
67b0de11
CY
4182012-02-25 Chong Yidong <cyd@gnu.org>
419
420 Add custom groups for VC backends, for consistency with vc-bzr.
421
422 * vc/vc-arch.el (vc-arch):
423 * vc/vc-cvs.el (vc-cvs):
424 * vc/vc-git.el (vc-git):
425 * vc/vc-hg.el (vc-hg):
426 * vc/vc-mtn.el (vc-mtn):
427 * vc/vc-rcs.el (vc-rcs):
428 * vc/vc-sccs.el (vc-sccs):
429 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
430 All relevant defcustoms reassigned.
431
3c9dfce6
CY
4322012-02-25 Chong Yidong <cyd@gnu.org>
433
1339bf43
CY
434 * newcomment.el (comment-styles): Add autoload (Bug#10868).
435
3c9dfce6
CY
436 * term/x-win.el (x-initialize-window-system): Reduce default for
437 x-selection-timeout to 5 seconds (Bug#8869).
438
53a46cd0 4392012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14a8a663 440
53a46cd0 441 * files.el (file-subdir-of-p): Fix typo.
14a8a663 442
25b2e303 4432012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
444
ec70a47d
GM
445 * files.el (files-equal-p, file-subdir-of-p): New functions.
446 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 447 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
448 * dired-aux.el (dired-copy-file-recursive): Same.
449 (dired-create-files): Modify destination when source is equal to
450 dest when copying files.
53a46cd0 451 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 452
914260cd
MA
4532012-02-24 Michael Albinus <michael.albinus@gmx.de>
454
455 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
456 (Bug#10874)
457
2cb228f7
AM
4582012-02-23 Alan Mackenzie <acm@muc.de>
459
460 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
461 parameter "after-hook:" to allow the expansion to run code after
462 the execution of the mode hooks.
463
464 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 465 from font-lock-mode-internal.
2cb228f7 466
91027d08 467 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
468 :after-hook.
469
8f0fde21
SM
4702012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
471
3e88618b
SM
472 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
473 (completion--cache-all-sorted-completions): New function.
474 (completion-all-sorted-completions): Use it.
475 (completion--do-completion, minibuffer-force-complete):
476 Use it to re-instate the flush hook.
477
8f0fde21
SM
478 * icomplete.el (icomplete-completions): Replace last fix with a better
479 one (bug#10850).
480
8e911f6f
DG
4812012-02-23 Dmitry Gutov <dgutov@yandex.ru>
482
483 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
484 when it might call us back infinitely (bug#10797).
485
49fe4321
GM
4862012-02-23 Glenn Morris <rgm@gnu.org>
487
488 * minibuffer.el (completion-category-overrides): Doc fix.
489
b291b572
SM
4902012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
491
492 * minibuffer.el (completion-table-with-context): Fix inf-loop.
493 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
494
31a9ef2e
GM
4952012-02-23 Glenn Morris <rgm@gnu.org>
496
5e6e6794 497 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
498 (authors-obsolete-files-regexps, authors-ignored-files)
499 (authors-ambiguous-files, authors-renamed-files-alist):
500 Add more entries.
501
0bd1e074
JL
5022012-02-23 Juri Linkov <juri@jurta.org>
503
504 * isearch.el (isearch-occur): Sync interactive spec with occur's
505 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
506
b617673c
JL
507 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
508
19e9789e
JL
5092012-02-22 Juri Linkov <juri@jurta.org>
510
511 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
512 (ucs-insert): Doc fix. Check for hex digits in the string.
513 Don't display `nil' in the error message. (Bug#10857)
514
f41ce09d
AM
5152012-02-22 Alan Mackenzie <acm@muc.de>
516
7a71b18d 517 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 518
ac2eceee
GM
5192012-02-22 Glenn Morris <rgm@gnu.org>
520
521 * ffap.el (ffap-c-path):
522 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
523
abd1f678
CY
5242012-02-22 Chong Yidong <cyd@gnu.org>
525
526 * custom.el (load-theme): Doc fix.
527
f25aef2e
GM
5282012-02-22 Glenn Morris <rgm@gnu.org>
529
530 * dired-x.el (dired-guess-shell-alist-default):
531 Remove escape sequences from nroff output. (Bug#172)
532
5f8dc2ca
GM
5332012-02-21 Glenn Morris <rgm@gnu.org>
534
6ff86ec4
GM
535 * vc/emerge.el (emerge-defvar-local):
536 Set `permanent-local' property rather than unused `preserved'.
537
be3223a3 538 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
539 (picture-mode-map): Use it. (Bug#10860)
540 (picture-mode): Doc fix.
541
3fe58f4f
JB
5422012-02-21 Juanma Barranquero <lekktu@gmail.com>
543
544 * newcomment.el (uncomment-region-default): Remove unused binding.
545
f9a998c3
GM
5462012-02-21 Glenn Morris <rgm@gnu.org>
547
548 * textmodes/picture.el (picture-motion, picture-motion-reverse)
549 (picture-self-insert, picture-tab-chars): Doc fix.
550 (picture-mode-map): Fix C-a, C-e.
551
c6029348
GM
5522012-02-20 Glenn Morris <rgm@gnu.org>
553
554 * emacs-lisp/authors.el (authors-aliases): Add another entry.
555
ab1ce9d7
LL
5562012-02-20 Leo Liu <sdl.web@gmail.com>
557
558 * icomplete.el (icomplete-completions): Check FROM arg before
559 passing to substring (Bug#10850).
560
0fd40f89
CY
5612012-02-19 Chong Yidong <cyd@gnu.org>
562
563 * comint.el: Require ansi-color.
564 (comint-output-filter-functions): Add ansi-color-process-output.
565
566 * ansi-color.el: Don't set comint-output-filter-functions; it is
567 now in the initial value defined in comint.el.
568 (ansi-color-apply-face-function): New variable.
569 (ansi-color-apply-on-region): Use it.
570 (ansi-color-apply-overlay-face): New function.
571
572 * shell.el (shell): No need to require ansi-color.
573 (shell-mode): Use ansi-color-apply-face-function to highlight
574 color escapes using font-lock-face property (Bug#10835).
575
20af2394
CY
5762012-02-19 Chong Yidong <cyd@gnu.org>
577
578 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
579 mode-line formats (Bug#10839).
580
e23a3fbe
GM
5812012-02-18 Glenn Morris <rgm@gnu.org>
582
b474519e
GM
583 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
584
585 * mail/undigest.el (unforward-rmail-message): Doc fix.
586
e23a3fbe
GM
587 * saveplace.el (save-place-ignore-files-regexp): Add :version.
588
57939ff4
EZ
5892012-02-18 Eli Zaretskii <eliz@gnu.org>
590
591 * international/characters.el (script-list): Sync with the latest
592 Unicode Character Database.
593
0c23686e
AS
5942012-02-18 Andreas Schwab <schwab@linux-m68k.org>
595
596 * international/titdic-cnv.el: Remove duplicate coding tag.
597 * language/cham.el: Likewise.
598 * language/tai-viet.el: Likewise.
599
6818b449
GM
6002012-02-18 Glenn Morris <rgm@gnu.org>
601
602 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
603 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
604 (calendar-bahai-all-holidays-flag, calendar-other-dates):
605 * calendar/diary-lib.el (diary-abbreviated-year-flag):
606 * calendar/holidays.el (holiday-bahai-holidays)
607 (calendar-holidays, list-holidays):
608 Use utf-8 Bahá'í in doc-strings, menus, etc.
609
0311a3fc
TH
6102012-02-17 Tassilo Horn <tassilo@member.fsf.org>
611
612 * saveplace.el (save-place-ignore-files-regexp): New variable
613 allowing for excluding files from saving their location of point.
614 The default value matches the temporary commit message editing
615 files from Git, SVN, Bazaar, and Mercurial.
616 (save-place-to-alist): Use it.
617
eb864a71
LM
6182012-02-17 Lawrence Mitchell <wence@gmx.li>
619 Stefan Monnier <monnier@iro.umontreal.ca>
620
621 * newcomment.el (uncomment-region-default): Don't leave extra space
622 when an arg is provided (bug#8150).
623
ee0ce425
TZ
6242012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
625
eb864a71 626 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 627
95ddf442
GM
6282012-02-17 Glenn Morris <rgm@gnu.org>
629
630 * net/socks.el: Require network-stream. (Bug#10599)
631
48dd1e39 6322012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
633
634 * international/charprop.el:
635 * international/uni-name.el:
636 * international/uni-old-name.el:
637 * international/uni-comment.el: Regenerate.
638
d68cd087
GM
6392012-02-16 Glenn Morris <rgm@gnu.org>
640
641 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
642 Interactively in calendar buffer, give an error if not on a date.
643
13932042
GM
6442012-02-15 Glenn Morris <rgm@gnu.org>
645
646 * shell.el (shell-delimiter-argument-list):
647 Revert 2011-02-17 change. (Bug#8027)
648
c3a70e2b
CY
6492012-02-15 Chong Yidong <cyd@gnu.org>
650
60236b0d
CY
651 * minibuffer.el (completion-at-point-functions): Doc fix.
652
c3a70e2b
CY
653 * custom.el (defcustom): Doc fix; note use of defvar.
654
9f26dc24
GM
6552012-02-15 Glenn Morris <rgm@gnu.org>
656
657 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
658 Doc fixes.
659
6546b134
GM
6602012-02-14 Glenn Morris <rgm@gnu.org>
661
662 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
663
d29b2b4c
LI
6642012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
665
666 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
667 way the ports list is computed.
835bdcba
LI
668 (smtpmail-query-smtp-server): Prompt the user for a port number if
669 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 670
08dcdbc9
TZ
6712012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
672
673 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
674
2605051a
GM
6752012-02-13 Glenn Morris <rgm@gnu.org>
676
677 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
678
7ee99f32
TZ
6792012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
680
681 * net/gnutls.el (gnutls-trustfiles): New variable.
682 (gnutls-negotiate): Use it.
683
5f0af64f
LI
6842012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
685
686 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
687 does its stuff if Gnus is running.
688
c14fcc95
AM
6892012-02-13 Alan Mackenzie <acm@muc.de>
690
691 Fix a loop in c-set-fl-decl-start.
692
7a71b18d 693 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
694 c-backward-syntactic-ws actually moves backwards.
695
142b4d90
LL
6962012-02-13 Leo Liu <sdl.web@gmail.com>
697
698 * net/rcirc.el (rcirc-markup-attributes): Move point to the
699 beginning so that all \C-o chars are removed.
700
fa9958a6
TZ
7012012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
702
703 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group
704 tag.
705
0bc5886a
AM
7062012-02-12 Alan Mackenzie <acm@muc.de>
707
708 Fix infinite loop with long macros.
709 * cc-engine.el (c-state-safe-place): Handle macros properly.
710
d4bd55e7
CY
7112012-02-12 Chong Yidong <cyd@gnu.org>
712
713 * window.el (display-buffer): Doc fix (Bug#10785).
714
66f3fe22
GM
7152012-02-12 Glenn Morris <rgm@gnu.org>
716
bd7da63e
GM
717 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
718 (x-disown-selection-internal, x-get-selection-internal):
719 Sync docs with the xselect.c versions.
720
66f3fe22
GM
721 * allout-widgets.el: Add missing license notice.
722
3e0d2fa7
GM
7232012-02-11 Glenn Morris <rgm@gnu.org>
724
cfecdf09
GM
725 * select.el (x-get-selection-internal, x-own-selection-internal)
726 (x-disown-selection-internal):
727 * x-dnd.el (x-get-selection-internal): Update declarations.
728
6d216d7f
GM
729 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
730
2bed3f04
GM
731 * window.el (window-sides-slots):
732 * tool-bar.el (tool-bar-position):
733 * term/xterm.el (xterm-extra-capabilities):
734 * ses.el (ses-self-reference-early-detection):
735 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
736 (verilog-auto-wire-type)
737 (verilog-auto-delete-trailing-whitespace)
738 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
739 (verilog-auto-tieoff-declaration):
740 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
741 (sql-oracle-statement-starters, sql-oracle-scan-on):
742 * progmodes/prolog.el (prolog-align-comments-flag)
743 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
744 (prolog-left-indent-regexp, prolog-paren-indent-p)
745 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
746 (prolog-types, prolog-mode-specificators)
747 (prolog-determinism-specificators, prolog-directives)
748 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
749 (prolog-electric-dot-flag)
750 (prolog-electric-dot-full-predicate-template)
751 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
752 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
753 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
754 (prolog-program-switches, prolog-prompt-regexp)
755 (prolog-debug-on-string, prolog-debug-off-string)
756 (prolog-trace-on-string, prolog-trace-off-string)
757 (prolog-zip-on-string, prolog-zip-off-string)
758 (prolog-use-standard-consult-compile-method-flag)
759 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
760 (prolog-imenu-max-lines, prolog-info-predicate-index)
761 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
762 (prolog-char-quote-workaround):
763 * progmodes/cc-vars.el (c-defun-tactic):
764 * net/tramp.el (tramp-encoding-command-interactive)
765 (tramp-local-end-of-line):
766 * net/soap-client.el (soap-client):
767 * net/netrc.el (netrc-file):
768 * net/gnutls.el (gnutls):
769 * minibuffer.el (completion-category-overrides)
770 (completion-cycle-threshold)
771 (completion-pcm-complete-word-inserts-delimiters):
772 * man.el (Man-name-local-regexp):
773 * mail/feedmail.el (feedmail-display-full-frame):
774 * international/characters.el (glyphless-char-display-control):
775 * eshell/em-ls.el (eshell-ls-date-format):
776 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
777 (lisp-lambda-list-keyword-parameter-indentation)
778 (lisp-lambda-list-keyword-parameter-alignment):
779 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
780 * dired-x.el (dired-omit-verbose):
781 * cus-theme.el (custom-theme-allow-multiple-selections):
782 * calc/calc.el (calc-highlight-selections-with-faces)
783 (calc-lu-field-reference, calc-lu-power-reference)
784 (calc-note-threshold):
785 * battery.el (battery-mode-line-limit):
786 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
787 (archive-7z-update):
788 * allout.el (allout-prefixed-keybindings)
789 (allout-unprefixed-keybindings)
790 (allout-inhibit-auto-fill-on-headline)
791 (allout-flattened-numbering-abbreviation):
792 * allout-widgets.el (allout-widgets-auto-activation)
793 (allout-widgets-icons-dark-subdir)
794 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
795 (allout-widgets-theme-dark-background)
796 (allout-widgets-theme-light-background)
797 (allout-widgets-item-image-properties-emacs)
798 (allout-widgets-item-image-properties-xemacs)
799 (allout-widgets-run-unit-tests-on-load)
800 (allout-widgets-time-decoration-activity)
801 (allout-widgets-hook-error-post-time)
802 (allout-widgets-track-decoration):
803 Add missing :version tags to new defcustoms and defgroups.
804
5fec1b8e
GM
805 * progmodes/sql.el (sql-ansi-statement-starters)
806 (sql-oracle-statement-starters): Add custom type.
807
3e0d2fa7
GM
808 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
809 (prolog-system-version): Give it a type.
810
90b671e2
EZ
8112012-02-11 Eli Zaretskii <eliz@gnu.org>
812
813 * term/pc-win.el (x-select-text, x-selection-owner-p)
814 (x-own-selection-internal, x-disown-selection-internal)
815 (x-get-selection-internal): Sync doc strings and argument lists
816 with xselect.c, common-win.el and x-win.el. (Bug#10783)
817
5eac0c02
LL
8182012-02-11 Leo Liu <sdl.web@gmail.com>
819
820 * progmodes/python.el (python-end-of-statement): Fix infinite
821 loop. (Bug#10788)
822
f82cb659
GM
8232012-02-10 Glenn Morris <rgm@gnu.org>
824
825 * international/mule-cmds.el (unify-8859-on-encoding-mode)
826 (unify-8859-on-decoding-mode): Properly mark as obsolete.
827
cc26d239
LI
8282012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
829
830 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
831 about SMTP before checking the From header.
832
91027d08 833 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
834 into own function for reuse by emacsbug.el.
835
1be3ca5a
LL
8362012-02-10 Leo Liu <sdl.web@gmail.com>
837
838 * subr.el (condition-case-unless-debug): Rename from
839 condition-case-no-debug. All callers changed.
840 (with-demoted-errors): Fix caller.
841
842 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
843 * nxml/rng-valid.el (rng-do-some-validation):
844 * emacs-lisp/package.el (package-refresh-contents)
845 (package-menu-execute):
846 * desktop.el (desktop-create-buffer):
91027d08 847 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 848
b011fbfe
GM
8492012-02-10 Glenn Morris <rgm@gnu.org>
850
b2096d72
GM
851 * textmodes/bibtex.el:
852 Add missing :version tags for new/changed defcustoms.
853
b011fbfe
GM
854 * files.el (remote-file-name-inhibit-cache): Doc fixes.
855
4c7e65bf
LI
8562012-02-09 Lars Ingebrigtsen <larsi@rusty>
857
858 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
859 (smtpmail-via-smtp): Use it, or fall back on the From address.
860 (smtpmail-send-it): Ditto.
861
f3934f6f
SM
8622012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
863
864 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
865 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
866 (byte-compile-tmp-var): New const.
867 (byte-compile-defvar): Use it to minimize .elc size.
868 Just use `defvar' rather than simulate it (bug#10761).
869
a075a2c5
GM
8702012-02-09 Glenn Morris <rgm@gnu.org>
871
cf3aa21b
GM
872 * files.el (rename-uniquely): Doc fix. (Bug#3806)
873
354998cd
GM
874 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
875 Add :version tags.
876
83274125 877 * progmodes/compile.el (compilation-first-column)
34c071c6 878 (compilation-error-screen-columns, compilation-filter-start): Doc fixes.
83274125 879
dab3703d
GM
880 * vc/log-view.el (log-view-toggle-entry-display):
881 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
882
3f88cd72
GM
883 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
884 (report-emacs-bug-can-use-xdg-email):
885 (report-emacs-bug-insert-to-mailer): Doc fixes.
886 (report-emacs-bug): Message fix.
887
d95b247d
GM
888 * net/browse-url.el (browse-url-can-use-xdg-open)
889 (browse-url-xdg-open): Doc fixes.
890
a075a2c5
GM
891 * electric.el (electric-indent-mode, electric-pair-mode)
892 (electric-layout-rules, electric-layout-mode): Doc fixes.
893 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
894
ffb6157e
MR
8952012-02-08 Martin Rudalics <rudalics@gmx.at>
896
897 * server.el (server-unselect-display): Don't inadvertently kill
898 the current buffer. (Bug#10729)
899
e1ac4066
GM
9002012-02-08 Glenn Morris <rgm@gnu.org>
901
34e8a2da
GM
902 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
903 (sql-list-table): Doc fixes.
904
b4ac6e8c
GM
905 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
906 Comment out (does nothing).
907
e1ac4066
GM
908 * completion.el (dynamic-completion-mode):
909 * dirtrack.el (dirtrack-debug-mode):
910 * electric.el (electric-layout-mode):
911 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
912 * face-remap.el (text-scale-mode, buffer-face-mode):
913 * iimage.el (iimage-mode):
914 * image-mode.el (image-transform-mode):
915 * minibuffer.el (completion-in-region-mode):
916 * scroll-lock.el (scroll-lock-mode):
917 * simple.el (next-error-follow-minor-mode):
918 * tar-mode.el (tar-subfile-mode):
919 * tooltip.el (tooltip-mode):
920 * vcursor.el (vcursor-use-vcursor-map):
921 * wid-browse.el (widget-minor-mode):
922 * emulation/tpu-edt.el (tpu-edt-mode):
923 * emulation/tpu-extras.el (tpu-cursor-free-mode):
924 * international/iso-ascii.el (iso-ascii-mode):
925 * language/thai-util.el (thai-word-mode):
926 * mail/supercite.el (sc-minor-mode):
927 * net/goto-addr.el (goto-address-mode):
928 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
929 * progmodes/cwarn.el (cwarn-mode):
930 * progmodes/flymake.el (flymake-mode):
931 * progmodes/glasses.el (glasses-mode):
932 * progmodes/hideshow.el (hs-minor-mode):
933 * progmodes/pascal.el (pascal-outline-mode):
934 * textmodes/enriched.el (enriched-mode):
935 * vc/smerge-mode.el (smerge-mode):
936 Doc fixes (minor mode argument).
937
5e0d957f
EZ
9382012-02-07 Eli Zaretskii <eliz@gnu.org>
939
940 * ls-lisp.el (ls-lisp-sanitize): New function.
941 (ls-lisp-insert-directory): Use it to fix or remove any elements
942 in file-alist with missing attributes. (Bug#4673)
943
98d7371e
AM
9442012-02-07 Alan Mackenzie <acm@muc.de>
945
946 Fix spurious recognition of c-in-knr-argdecl.
947
948 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
949 putative K&R region.
950
667ced3a
AM
9512012-02-07 Alan Mackenzie <acm@muc.de>
952
eb864a71
LM
953 * progmodes/cc-engine.el (c-forward-objc-directive):
954 Prevent looping in "#pragma mark @implementation".
667ced3a 955
5b77774d
MA
9562012-02-07 Michael Albinus <michael.albinus@gmx.de>
957
958 * notifications.el (notifications-on-closed-signal): Make `reason'
959 optional. (Bug#10744)
960
af008560
GM
9612012-02-07 Glenn Morris <rgm@gnu.org>
962
60d47423
GM
963 * emacs-lisp/easy-mmode.el (define-minor-mode):
964 Doc fixes for the macro and the mode it defines.
965
dd605cc4
GM
966 * image.el (imagemagick-types-inhibit): Doc fix.
967
af008560
GM
968 * cus-start.el (imagemagick-render-type): Add it.
969
5cc59a37
LI
9702012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
971
972 * progmodes/cc-mode.el
973 (c-standard-font-lock-fontify-region-function): Set the default at
974 load time, too, so that `font-lock-fontify-buffer' can be called
975 without setting up the entire mode first. This fixes a bug in
976 `mm-inline-text' with C MIME parts.
977
9a6dd747
CY
9782012-02-06 Chong Yidong <cyd@gnu.org>
979
2d16b285
CY
980 * simple.el (list-processes--refresh): Delete exited processes
981 (Bug#8094).
982
171e9b6e
CY
983 * comint.el (comint-next-prompt): next-single-char-property-change
984 and prev-single-char-property-change never return nil (Bug#8657).
985
9a6dd747
CY
986 * custom.el (defcustom): Doc fix (Bug#9711).
987
aa4589a7
CY
9882012-02-05 Chong Yidong <cyd@gnu.org>
989
5c2a252f
CY
990 * cus-edit.el (custom-variable-reset-backup): Quote the value
991 before storing it in the customized-value property (Bug#6712).
4aab9006 992 (custom-display): Add a customization type tag.
983b9602 993 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 994
aa4589a7
CY
995 * wid-edit.el (widget-field-value-get): New optional arg to
996 suppress trailing whitespace truncation.
997 (character): Use it (Bug#2689).
998
1ff980ae
AS
9992012-02-05 Andreas Schwab <schwab@linux-m68k.org>
1000
1001 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
1002 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
1003
03988c98
CY
10042012-02-05 Chong Yidong <cyd@gnu.org>
1005
eeb6cc88
CY
1006 * cus-edit.el (custom-variable-value-create): For mismatched
1007 types, show the current value (Bug#7600).
1008
03988c98
CY
1009 * custom.el (defcustom): Doc fix.
1010
f8cdeef0
GM
10112012-02-05 Glenn Morris <rgm@gnu.org>
1012
1013 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
1014
0696d255
JB
10152012-02-05 Juanma Barranquero <lekktu@gmail.com>
1016
1017 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
1018 (pp-buffer): Use `ignore-errors', `looking-at-p'.
1019 (pp-last-sexp): Use `looking-at-p'.
1020
34c99998
GM
10212012-02-04 Glenn Morris <rgm@gnu.org>
1022
8f05da42
GM
1023 * files.el (revert-buffer):
1024 Doc fix (mention revert-buffer-in-progress-p).
1025
f160676e
GM
1026 * emacs-lisp/ert-x.el (ert-simulate-command):
1027 Check deferred-action-list (which is obsolete) is bound.
1028
c7291ad9
GM
1029 * subr.el (with-wrapper-hook): Doc fixes.
1030
34c99998
GM
1031 * simple.el (filter-buffer-substring-functions)
1032 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
1033
6283a7d3
LL
10342012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
1035
1036 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
1037 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
1038
e96e3013
LL
10392012-02-04 Leo Liu <sdl.web@gmail.com>
1040
1041 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
1042
8ded50f2
GM
10432012-02-04 Glenn Morris <rgm@gnu.org>
1044
82ff1d13
GM
1045 * image.el (image-extension-data): Add obsolete alias.
1046
987a0a16
GM
1047 * isearch.el (isearch-update): Doc fix.
1048
ea32ef46
GM
1049 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
1050
8ded50f2
GM
1051 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
1052
eea14f31
GM
10532012-02-03 Glenn Morris <rgm@gnu.org>
1054
1055 * image.el (image-animated-p): Doc fix. Use image-animated-types.
1056 (image-animate-timeout): Doc fix.
1057
1058 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
1059
12f381b7
GM
10602012-02-02 Glenn Morris <rgm@gnu.org>
1061
953cebf5
GM
1062 * server.el (server-auth-dir): Doc fix.
1063 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
1064
12f381b7
GM
1065 * subr.el (run-mode-hooks): Doc fix.
1066
953a8c3b
JL
10672012-02-02 Juri Linkov <juri@jurta.org>
1068
1069 * image-mode.el (image-toggle-display-image): Remove tautological
1070 `major-mode' from the `derived-mode-p' test.
1071
c5d3843c
KH
10722012-02-02 Kenichi Handa <handa@m17n.org>
1073
9f6e692e 1074 * composite.el (compose-region): Cancel previous change.
c5d3843c 1075
159462d4 10762012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
1077
1078 * composite.el (compose-region, compose-string): Signal error for
1079 a null string component (Bug#6988).
1080
9f562668
CY
10812012-02-01 Chong Yidong <cyd@gnu.org>
1082
e2cef717
CY
1083 * view.el (view-buffer-other-window, view-buffer-other-frame):
1084 Handle special modes like view-buffer (Bug#10650).
1085 (view-buffer): Simplify.
1086
9f562668
CY
1087 * frame.el (set-frame-font): Tweak meaning of third argument.
1088
9f6e692e
JB
1089 * dynamic-setting.el (font-setting-change-default-font):
1090 Use set-frame-font (Bug#9982).
9f562668 1091
781acb9f
GM
10922012-02-01 Glenn Morris <rgm@gnu.org>
1093
6035be52
GM
1094 * progmodes/compile.el (compilation-internal-error-properties):
1095 Respect compilation-first-column in the "*compilation*" buffer.
1096
781acb9f
GM
1097 * emacs-lisp/easy-mmode.el (define-minor-mode):
1098 Relax :variable's test for a named function.
1099
abbceb00
AM
11002012-01-31 Alan Mackenzie <acm@muc.de>
1101
1102 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
1103 off by one error.
1104
fce3fdeb
CY
11052012-01-31 Chong Yidong <cyd@gnu.org>
1106
1107 * frame.el (set-frame-font): New arg ALL-FRAMES.
1108
1109 * menu-bar.el (menu-set-font): Use set-frame-font.
1110
1111 * faces.el (face-spec-reset-face): Don't apply unspecified
1112 attribute values to the default face.
1113
47893581
JB
11142012-01-31 Juanma Barranquero <lekktu@gmail.com>
1115
1116 * progmodes/cwarn.el (cwarn): Remove dead link.
1117 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
1118 Remove * from defcustom docstrings.
1119 (turn-on-cwarn-mode): Make obsolete.
1120 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
1121 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
1122
e58e988a
GM
11232012-01-31 Glenn Morris <rgm@gnu.org>
1124
60dc2671 1125 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 1126 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 1127 Allow named functions to be used as the cdr of :variable.
e58e988a 1128
7a3f511d
GM
11292012-01-30 Glenn Morris <rgm@gnu.org>
1130
1131 * emacs-lisp/authors.el (authors-fixed-entries):
1132 Remove reference to deleted file rnewspost.el.
1133
cb882333
JB
11342012-01-29 Juanma Barranquero <lekktu@gmail.com>
1135
1136 * window.el (window-with-parameter): Remove unused variable `windows'.
1137 (window--side-check): Remove unused variable `code'.
1138 (window--resize-siblings): Remove unused variable `first'.
1139 (adjust-window-trailing-edge): Remove unused variable `failed'.
1140 (window-deletable-p, window--delete): Remove unused variable `buffer'.
1141 Use `let', not `let*'.
1142 (balance-windows-2): Remove unused variable `found'.
1143 (window--state-put-2): Remove unused variable `splits'.
1144 (window-state-put): Remove unused variable `selected'.
1145 (same-window-p): Use `string-match-p'.
1146 (display-buffer-assq-regexp): Remove unused variable `value'.
1147 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1148 Mark argument ALIST as ignored.
1149 (pop-to-buffer): Remove unused variable `old-window'.
1150
907201af
EZ
11512012-01-29 Eli Zaretskii <eliz@gnu.org>
1152
1153 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
1154 and .lzma compressed files.
1155
ea162670
CY
11562012-01-29 Chong Yidong <cyd@gnu.org>
1157
5b95ee8a
CY
1158 * frame.el (window-system-default-frame-alist): Doc fix.
1159
ea162670
CY
1160 * dynamic-setting.el (font-setting-change-default-font): Don't
1161 change the default face if SET-FONT argument is non-nil (Bug#9982).
1162
d6e6f4b1
SB
11632012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
1164
1165 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
1166
0f29fa41 11672012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
1168
1169 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
1170 breakpoints in files outside current directory (Bug#6098).
1171
db174434
CY
11722012-01-29 Chong Yidong <cyd@gnu.org>
1173
6b25e4e2
SE
1174 * progmodes/python.el: Require ansi-color at top-level.
1175
6df6ae42
JB
1176 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
1177 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
1178 (lisp-mode-abbrev-table): Add doc.
1179 (lisp-mode-variables): Don't set local-abbrev-table.
1180 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
1181
e70ee681
RW
11822012-01-28 Roland Winkler <winkler@gnu.org>
1183
1184 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
1185
ace88aa2
RW
11862012-01-28 Roland Winkler <winkler@gnu.org>
1187
1188 * textmodes/bibtex.el (bibtex-entry-alist): New function.
1189 (bibtex-set-dialect): Use it. Either set global values of
1190 dialect-dependent variables or bind these variables buffer-locally
1191 (Bug#10254).
1192 (bibtex-mode): Call bibtex-set-dialect via
1193 hack-local-variables-hook.
eb864a71
LM
1194 (bibtex-dialect): Update docstring.
1195 Add safe-local-variable predicate.
ace88aa2
RW
1196 (bibtex-entry-alist, bibtex-field-alist): Initialize via
1197 bibtex-set-dialect.
1198 (bibtex-mode-map): Define menu for each dialect.
1199 (bibtex-entry): Fix docstring.
1200
93376c5b
CY
12012012-01-28 Chong Yidong <cyd@gnu.org>
1202
1203 * eshell/esh-arg.el (eshell-quote-argument): New function.
1204
1205 * eshell/esh-ext.el (eshell-invoke-batch-file):
1206 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
1207 first arg to eshell-parse-command (Bug#10523).
1208
4372494f
DA
12092012-01-28 Drew Adams <drew.adams@oracle.com>
1210
1211 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
1212 `default-directory' is non-nil.
1213
4d4ec1f8
EZ
12142012-01-28 Eli Zaretskii <eliz@gnu.org>
1215
1216 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
1217 line that displays system-configuration-options. (Bug#9924)
1218
7c188927
DA
12192012-01-28 Drew Adams <drew.adams@oracle.com>
1220
1221 * descr-text.el (describe-char): Show information about POS, in
1222 addition to information about the character at POS. Improve and
1223 update the doc string. Change "code point" to "code point in
1224 charset", to avoid confusion with the character's Unicode code
1225 point shown above that. (Bug#10129)
1226
e0da685a
EZ
12272012-01-28 Eli Zaretskii <eliz@gnu.org>
1228
1229 * descr-text.el (describe-char): Show the raw character, not only
1230 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
1231 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
1232 for the reasons.
1233
70550acf
PH
12342012-01-28 Phil Hagelberg <phil@hagelb.org>
1235
eb864a71
LM
1236 * emacs-lisp/package.el (package-install):
1237 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 1238
0ce8e868
CY
12392012-01-28 Chong Yidong <cyd@gnu.org>
1240
cb882333
JB
1241 * emacs-lisp/package.el (package-maybe-load-descriptor):
1242 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
1243 (package-maybe-load-descriptor): Use it.
1244 (package-download-transaction): Fully load required packages
1245 inside the loop, so that `require' calls work (Bug#10593).
1246 (package-install): No need to call package-initialize now.
1247
2e7f3bea
CY
12482012-01-28 Chong Yidong <cyd@gnu.org>
1249
6e9bad14
CY
1250 * simple.el (deactivate-mark): Doc fix (Bug#8614).
1251
f823b8ca
CY
1252 * tooltip.el (tooltip-mode): Doc fix.
1253 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
1254
2680c309
CY
1255 * frame.el (set-cursor-color): Doc fix (Bug#352).
1256
d7a9e63b
CY
1257 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
1258 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
1259
2e7f3bea
CY
1260 * cus-edit.el (custom-buffer-create-internal): Fix search button
1261 action (Bug#10542).
2ae01800 1262 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 1263
fc4f7a23
EW
12642012-01-27 Eduard Wiebe <usenet@pusto.de>
1265
1266 * dired.el (dired-mark-files-regexp):
1267 Include any subdirectory components. (Bug#10445)
1268
7dd37071
ML
12692012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
1270
1271 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
1272 Handle [host]:port syntax. (Bug#10533)
1273
a268160b
AH
12742012-01-27 Alex Harsanyi <harsanyi@mac.com>
1275
1276 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
1277
e43273ef
GM
12782012-01-26 Glenn Morris <rgm@gnu.org>
1279
1280 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
1281 * term.el (term-raw-escape-map): Use Control-X-prefix.
1282 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
1283
1edf595d
MR
12842012-01-25 Martin Rudalics <rudalics@gmx.at>
1285
1286 * window.el (window-state-get, window--state-get-1): Don't deal
1287 with fixed-sizeness of windows. Simplify code.
1288
fa8eafef
JC
12892012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
1290
6df6ae42
JB
1291 * window.el (window--state-get-1, window--state-put-2):
1292 Don't save and restore the mark.
fa8eafef 1293
0b21c100
CY
12942012-01-25 Chong Yidong <cyd@gnu.org>
1295
1296 * custom.el (custom-variable-p): Doc fix.
1297
5ae1a6c8
GM
12982012-01-25 Glenn Morris <rgm@gnu.org>
1299
40047858
GM
1300 * dired.el (dired-goto-file): Handle some of the more common
1301 characters that `ls -b' escapes. (Bug#10596)
1302
5ddce96c
GM
1303 * progmodes/compile.el (compilation-next-error-function):
1304 Respect compilation-first-column in the "*compilation*" buffer.
1305 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
1306
5ae1a6c8
GM
1307 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
1308
b559f1a9
GM
13092012-01-24 Glenn Morris <rgm@gnu.org>
1310
1311 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
1312
6725d21a
JD
13132012-01-24 Julien Danjou <julien@danjou.info>
1314
1315 * color.el (color-rgb-to-hsl): Fix value computing.
1316 (color-hue-to-rgb): New function.
1317 (color-hsl-to-rgb): New function.
1318 (color-clamp, color-saturate-hsl, color-saturate-name)
1319 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1320 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
1321
70df4bbe
GM
13222012-01-24 Glenn Morris <rgm@gnu.org>
1323
1324 * vc/vc-rcs.el (vc-rcs-create-tag):
1325 * vc/vc-sccs.el (vc-sccs-create-tag):
1326 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
1327
802a2ae2
ML
13282012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
1329
1330 * eshell/esh-util.el (eshell-read-hosts-file):
1331 Skip comment lines. (Bug#10549)
1332
d7128bb1
ML
1333 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
1334
d1a5c3b4
JB
13352012-01-23 Juanma Barranquero <lekktu@gmail.com>
1336
2724d9c7
JB
1337 * subr.el (display-delayed-warnings): Doc fix.
1338 (collapse-delayed-warnings): New function to collapse identical
1339 adjacent warnings.
1340 (delayed-warnings-hook): Add it.
d1a5c3b4 1341
a5509865
MA
13422012-01-22 Michael Albinus <michael.albinus@gmx.de>
1343
1344 * net/tramp.el (tramp-action-login): Set connection property "login-as".
1345
1346 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
1347 properties, when "login-as" is set.
1348
1349 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
1350 (tramp-default-user-alist): Don't add "pscp".
1351 (tramp-do-copy-or-rename-file-out-of-band): Use connection
1352 property "login-as", if set. (Bug#10530)
1353
cc6d5805
MA
13542012-01-21 Michael Albinus <michael.albinus@gmx.de>
1355
1356 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
1357 "plink1" and "psftp". (Bug#10530)
1358
13592012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
1360
1361 * international/mule-cmds.el (prefer-coding-system): Show a
1362 warning message if the default value of file-name-coding-system
1363 was not changed.
1364
f0960428
JC
13652012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
1366
cb882333
JB
1367 * windmove.el (windmove-reference-loc):
1368 Fix windmove-reference-loc miscalculation.
f0960428 1369
dd6f2a63
JB
13702012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
1371
1372 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
1373 default unit.
1374
7b447e9b
GM
13752012-01-21 Glenn Morris <rgm@gnu.org>
1376
117a9ea1
GM
1377 * international/mule.el (auto-coding-alist): Add .tbz.
1378
7b447e9b
GM
1379 * files.el (local-enable-local-variables): Doc fix.
1380 (inhibit-local-variables-regexps): Rename from
1381 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
1382 Doc fix. Add some extensions from auto-coding-alist.
1383 (inhibit-local-variables-suffixes):
1384 Rename from inhibit-first-line-modes-suffixes. Doc fix.
1385 (inhibit-local-variables-p):
1386 New function, extracted from set-auto-mode-1.
1387 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
1388 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
1389 (hack-local-variables): Doc fix. Make the mode-only case
1390 respect enable-local-variables and friends.
1391 Respect inhibit-local-variables-regexps for file-locals, but
1392 not for directory-locals.
1393 (set-visited-file-name):
1394 Take account of inhibit-local-variables-regexps.
1395 Whether it applies may change as the file name is changed.
1396 * jka-cmpr-hook.el (jka-compr-install):
1397 * jka-compr.el (jka-compr-uninstall):
1398 Update for inhibit-first-line-modes-suffixes name change.
1399
dd6e3cdd
MR
14002012-01-20 Martin Rudalics <rudalics@gmx.at>
1401
1402 * help-macro.el (make-help-screen): Temporarily restore original
1403 binding for minor-mode-map-alist (Bug#10454).
1404
0d0deb38
JD
14052012-01-19 Julien Danjou <julien@danjou.info>
1406
1407 * color.el (color-name-to-rgb): Use the white color to find the max
1408 color component value and return correctly computed values.
1409 (color-name-to-rgb): Add missing float conversion for max value.
1410
34a02f46
MR
14112012-01-19 Martin Rudalics <rudalics@gmx.at>
1412
1413 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
1414 special state value for window-persistent-parameters.
1415 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
1416 (window--state-put-2): Reset all window parameters to nil before
1417 assigning values of persistent parameters.
1418
606c44c4
AM
14192012-01-18 Alan Mackenzie <acm@muc.de>
1420
1421 Eliminate sluggishness and hangs in fontification of "semicolon
1422 deserts".
1423
cb882333
JB
1424 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
1425 Change value 10000 -> 3000.
606c44c4
AM
1426 (c-state-safe-place): Reformulate so it doesn't stack up an
1427 infinite number of wrong entries in c-state-nonlit-pos-cache.
1428 (c-determine-limit-get-base, c-determine-limit): New functions to
1429 determine backward search limits disregarding literals.
1430 (c-find-decl-spots): Amend commenting.
1431 (c-cheap-inside-bracelist-p): New function which detects "={".
1432
1433 * progmodes/cc-fonts.el
1434 (c-make-font-lock-BO-decl-search-function): Give a limit to a
1435 backward search.
1436 (c-font-lock-declarations): Fix an occurrence of point being
1437 undefined. Check additionally for point being in a bracelist or
1438 near a macro invocation without a semicolon so as to avoid a
1439 fruitless time consuming search for a declarator. Give a more
1440 precise search limit for declarators using the new
1441 c-determine-limit.
1442
f3860cea
GM
14432012-01-18 Glenn Morris <rgm@gnu.org>
1444
1445 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
1446 (set-auto-mode): Doc fixes.
1447
1db03b16
GM
14482012-01-17 Glenn Morris <rgm@gnu.org>
1449
0e6038be
GM
1450 * isearch.el (search-nonincremental-instead): Fix doc typo.
1451
1db03b16
GM
1452 * dired.el (dired-insert-directory): Handle newlines in directory name.
1453 (dired-build-subdir-alist): Unescape newlines in directory name.
1454
4cb0aa75
MA
14552012-01-17 Michael Albinus <michael.albinus@gmx.de>
1456
1457 * net/tramp.el (tramp-local-end-of-line): New defcustom.
1458 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
1459 (tramp-action-terminal): Use it. (Bug#10530)
1460
1d00653d
SM
14612012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
1462
1463 * minibuffer.el (completion--replace): Strip properties (bug#10062).
1464
6a6ee00d
MR
14652012-01-16 Martin Rudalics <rudalics@gmx.at>
1466
1467 * window.el (window-state-ignored-parameters): Remove variable.
1468 (window--state-get-1): Rename argument MARKERS to IGNORE.
1469 Handle persistent window parameters. Make copy of clone-of
1470 parameter only if requested. (Bug#10348)
1471 (window--state-put-2): Install a window parameter only if it has
1472 a non-nil value or an existing parameter shall be overwritten.
1473
97912def
MA
14742012-01-15 Michael Albinus <michael.albinus@gmx.de>
1475
1476 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
1477
688070a5
EZ
14782012-01-14 Eli Zaretskii <eliz@gnu.org>
1479
1480 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
1481 don't pass the (nil) value of `upnode' to string-match.
1482
301afadc
CY
14832012-01-14 Chong Yidong <cyd@gnu.org>
1484
1485 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 1486 Fix values recognized by the cursorBlink resource.
301afadc 1487
9e5788aa
PE
14882012-01-14 Paul Eggert <eggert@cs.ucla.edu>
1489
1490 * epg.el (epg--make-temp-file): Avoid permission race condition
1491 when running on old Emacs versions (bug#10403).
1492
3cdb7f5a
GM
14932012-01-14 Glenn Morris <rgm@gnu.org>
1494
1495 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
1496
8c82b1b4
AM
14972012-01-13 Alan Mackenzie <acm@muc.de>
1498
1499 Fix filling for when filladapt mode is enabled.
1500
1501 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
1502 c-mask-paragraph, pass in `fill-paragraph' rather than
1503 `fill-region-as-paragraph'. (This is a reversion of a previous
1504 change.)
eb864a71
LM
1505 * progmodes/cc-mode.el (c-basic-common-init):
1506 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 1507
e517eda4
GM
15082012-01-13 Glenn Morris <rgm@gnu.org>
1509
1498536e
GM
1510 * dired.el (dired-switches-escape-p): New function.
1511 (dired-insert-directory): Use dired-switches-escape-p.
1512 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
1513
e517eda4
GM
1514 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
1515
328f984d
GM
15162012-01-12 Glenn Morris <rgm@gnu.org>
1517
1518 * mail/sendmail.el (mail-mode): Update paragraph-separate for
1519 changes in adaptive-fill-regexp. (Bug#10276)
1520
2cc769a8
AM
15212012-01-11 Alan Mackenzie <acm@muc.de>
1522
1523 Fix Emacs bug #10463 - put `widen's around the critical spots.
1524
1d00653d 1525 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
1526 widen around each invocation of c-state-pp-to-literal. Remove an
1527 unused let variable.
1528
e52c37fa
GM
15292012-01-11 Glenn Morris <rgm@gnu.org>
1530
1531 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 1532 Doc fix.
e52c37fa 1533
96f8741e
CY
15342012-01-10 Chong Yidong <cyd@gnu.org>
1535
1d00653d
SM
1536 * net/network-stream.el (network-stream-open-starttls):
1537 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
1538 response to the capability command.
1539
b09a806e
GM
15402012-01-10 Glenn Morris <rgm@gnu.org>
1541
1542 * mail/unrmail.el (unrmail): Tweak previous change.
1543
7655cb66
CY
15442012-01-09 Chong Yidong <cyd@gnu.org>
1545
1546 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
1547
9d5a8f0b
AM
15482012-01-08 Alan Mackenzie <acm@muc.de>
1549
1550 Optimise font locking in long enum definitions.
1551
1552 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
1553 arm to a cond form to handle enums.
1554 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
1555 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
1556
9a0115ab 15572012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
1558
1559 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 1560 (Bug#10401)
6bb72cbd 1561
f186bb95
LMI
15622012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1563
29232a68
LMI
1564 * faces.el (set-face-attribute): Clarify the meaning of the nil
1565 frame (bug#10294).
1566
4e5d086d
LMI
1567 * subr.el (with-selected-frame): Mention that the selected frame
1568 is restored (bug#9980).
1569
8e66aebe
LMI
1570 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
1571 (bug#9759).
1572
cd394be1 1573 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
1574 (password-read): Don't autoload unused function.
1575
adf4e762
JB
15762012-01-07 Juanma Barranquero <lekktu@gmail.com>
1577
1578 * progmodes/which-func.el (which-func-mode): Turn into a
1579 non-interactive function and mark as obsolete (bug#10428).
1580
89bd9ccd
CY
15812012-01-06 Chong Yidong <cyd@gnu.org>
1582
1583 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
1584 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
1585 functions, along with 1 and -1.
1586
4afee9d5
EZ
15872012-01-06 Eli Zaretskii <eliz@gnu.org>
1588
1589 * time.el (display-time-load-average)
1590 (display-time-default-load-average): Doc fixes. See the thread
1591 starting at
1592 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
1593 for the details.
1594
536aea70
GM
15952012-01-06 Glenn Morris <rgm@gnu.org>
1596
665ae865
GM
1597 * mail/unrmail.el (unrmail): Give an explicit error if the input file
1598 has no messages. (Bug#10377)
1599
c869783d
GM
1600 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
1601 than Info-edit. (Bug#10385)
1602
2bb4227e
GM
1603 * time.el (display-time-load-average, display-time-next-load-average):
1604 Doc fixes.
1605
7d5944b9
GM
1606 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
1607 local setting of buffer-read-only to the input buffer. (Bug#10419)
1608
536aea70
GM
1609 * calendar/calendar.el (calendar-mode):
1610 Locally set scroll-margin to 0. (Bug#10379)
1611
7dccca16
UM
16122012-01-06 Ulrich Mueller <ulm@gentoo.org>
1613
1614 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
1615
afbb7930
GM
16162012-01-05 Glenn Morris <rgm@gnu.org>
1617
1618 * eshell/em-unix.el (diff-no-select): Autoload it.
1619 (eshell/diff): Use diff-no-select. (Bug#10420)
1620
04482335
CY
16212012-01-05 Chong Yidong <cyd@gnu.org>
1622
7baca3bc
CY
1623 * shell.el (shell-dynamic-complete-functions): Revert last change.
1624 (shell-command-completion-function): New function.
1625 (shell-completion-vars): Use it to implement
1626 shell-completion-execonly (Bug#10417).
1627
04482335
CY
1628 * custom.el (enable-theme): Don't set custom-safe-themes.
1629
1d00653d
SM
1630 * cus-theme.el (custom-theme-merge-theme):
1631 Ignore custom-enabled-themes and custom-safe-themes.
04482335 1632
bb5aa5d6
MM
16332012-01-05 Michael R. Mauger <mmaug@yahoo.com>
1634
1635 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
1636 first prompt in `sql-interacive-mode'.
1637 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 1638 keywords.
6df6ae42 1639 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
1640 (sql-product-interactive): Bug fix: Set `sql-buffer' in
1641 context of original buffer. Invoke `sql-login-hook'.
1642
a7183d7c
EZ
16432012-01-04 Eli Zaretskii <eliz@gnu.org>
1644
1645 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
1646 letters in cite-prefix.
1647
a1eacd1e
LMI
16482012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1649
1650 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
1651
787cdb34
CY
16522012-01-03 Chong Yidong <cyd@gnu.org>
1653
1d00653d
SM
1654 * shell.el (shell-dynamic-complete-functions):
1655 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
1656 comint-filename-completion first (Bug#10417).
1657
30710442
RS
16582012-01-02 Richard Stallman <rms@gnu.org>
1659
1660 * battery.el (battery-status-function):
1661 Detect when to use battery-yeeloong-sysfs.
1662 (battery-echo-area-format): Add string for Yeeloong.
1663 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
1664 (battery-yeeloong-sysfs): New function.
1665
f75bfc33
CY
16662012-01-02 Chong Yidong <cyd@gnu.org>
1667
1668 * dirtrack.el (dirtrack-list): Eliminate unused third element.
1669 (dirtrack): Merge code for handling relative filenames in prompt
1670 from shell-dir-cookie-watcher.
1671 (dirtrack-debug-message): New arg to avoid excess format calls.
1672
1673 * shell.el (shell-dir-cookie-re): Variable deleted.
1674 (shell-dir-cookie-watcher): Function deleted.
1675 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
1676 with dirtrack-mode.
1677
651e947e
EZ
16782012-01-01 Eli Zaretskii <eliz@gnu.org>
1679
1d00653d
SM
1680 * term/w32-win.el (dynamic-library-alist) <gnutls>:
1681 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
1682 libgnutls-26.dll.
1683
94d4c7dc
AS
16842011-12-31 Andreas Schwab <schwab@linux-m68k.org>
1685
1686 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
1687
8d43f3cd
EZ
16882011-12-31 Eli Zaretskii <eliz@gnu.org>
1689
1690 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
1691 headers of non-MIME messages, when rmail-enable-mime is non-nil.
1692
98c8795a
MA
16932011-12-29 Michael Albinus <michael.albinus@gmx.de>
1694
1695 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
1696 also for alternative shells.
1697 (tramp-open-connection-setup-interactive-shell): Check, whether
1698 the shell is a busybox.
1699 (tramp-send-command): Don't suppress multiple prompts for
1700 busyboxes, it hurts.
1701
51281b32
CY
17022011-12-28 Chong Yidong <cyd@gnu.org>
1703
1704 * progmodes/gdb-mi.el (gdb-get-source-file-list)
1705 (gdb-get-source-file): Move mode line update to
1706 gdb-get-source-file (Bug#10087).
1707
2170cb53
CY
17082011-12-25 Chong Yidong <cyd@gnu.org>
1709
1710 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
1711 gud-gdb-marker-filter without taking it as an argument.
1712 (gud-gdb-run-command-fetch-lines): Caller changed.
1713 (gud-gdb-completion-function): New variable.
1714 (gud-gdb-completion-at-point): Use it.
1715 (gud-gdb-completions-1): Split from gud-gdb-completions.
1716
1717 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
1718 function as separate arguments.
1719 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
1720 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
1721 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
1722 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
1723 (gdb-stopped, def-gdb-auto-update-trigger)
1724 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
1725 (gdb-get-changed-registers, gdb-get-main-selected-frame):
1726 Callers changed.
2170cb53
CY
1727 (gud-gdbmi-completions): New function.
1728 (gdb): Use it for generating the completion table.
1729
be8b11bb
AM
17302011-12-24 Alan Mackenzie <acm@muc.de>
1731
1732 Introduce a mechanism to widen the region used in context font
1d00653d 1733 locking. Use this to protect declarations from losing their contexts.
be8b11bb 1734
1d00653d
SM
1735 * progmodes/cc-langs.el (c-before-font-lock-functions):
1736 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 1737 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
1738 functions to be run just before context (etc.) font locking.
1739
1740 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 1741 New, functionality extracted from
be8b11bb 1742 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 1743 (c-in-after-change-fontification): New variable.
be8b11bb
AM
1744 (c-after-change): Set c-in-after-change-fontification.
1745 (c-set-fl-decl-start): Rejig its interface, so it can be called
1746 from both after-change and context fontifying.
b81d40f0
JB
1747 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
1748 New functions.
1749 (c-standard-font-lock-fontify-region-function): New variable.
1750 (c-font-lock-fontify-region): New function.
be8b11bb 1751
341cf6ac
JL
17522011-12-24 Juri Linkov <juri@jurta.org>
1753
1754 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
1755 (Bug#10348)
1756
bffcee0a
MA
17572011-12-23 Michael Albinus <michael.albinus@gmx.de>
1758
1759 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
1760 existence of source file. (Bug#10325)
1761
cb5e207c
AM
17622011-12-23 Alan Mackenzie <acm@muc.de>
1763
1764 Fix unstable fontification inside templates.
1765
b81d40f0
JB
1766 * progmodes/cc-langs.el (c-before-font-lock-functions):
1767 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
1768 additionally has c-set-fl-decl-start. The other languages (apart
1769 from AWK) have that as a single entry.
1770
b81d40f0
JB
1771 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
1772 The functionality for "local" declarations has been extracted to
cb5e207c
AM
1773 c-set-fl-decl-start.
1774
b81d40f0
JB
1775 * progmodes/cc-mode.el (c-common-init, c-after-change):
1776 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
1777 (c-set-fl-decl-start): New function, extracted from
1778 c-font-lock-enclosing-decls and enhanced.
1779
60ff536c
JB
17802011-12-23 Juanma Barranquero <lekktu@gmail.com>
1781
1782 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
1783
1c4757d6
JL
17842011-12-22 Juri Linkov <juri@jurta.org>
1785
1786 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
1787
d031f2c7
CY
17882011-12-22 Chong Yidong <cyd@gnu.org>
1789
1790 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
1791
bace743a
DA
17922011-12-21 Drew Adams <drew.adams@oracle.com>
1793
1794 * files.el (file-remote-p): Fix docstring. (Bug#10319)
1795
728a1f2b
JC
17962011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
1797
1798 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
1799
0d373f73
TZ
18002011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
1801
fec0aaa4
TZ
1802 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
1803 highlighting and support. Fix up comments for capitalization.
1804 (cfengine-mode-debug): New var.
1805 (cfengine3-mode): Change the modeline indicator to "CFE3".
1806 (cfengine3-font-lock-keywords): Improve defun highlighting.
1807 (cfengine2-actions): Rename from `cfengine-actions'.
1808 (cfengine2-font-lock-keywords): Rename from
1809 `cfengine-font-lock-keywords'.
1810 (cfengine2-imenu-expression): Rename from
1811 `cfengine-imenu-expression'.
1812 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
1813 (cfengine2-beginning-of-defun): Rename from
1814 `cfengine-beginning-of-defun'.
1815 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
1816 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
1817 (cfengine2-mode): Rename from `cfengine-mode'. Change the
1818 modeline indicator to "CFE2".
1819 (cfengine-mode): Defalias to `cfengine-auto-mode'.
1820 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 1821
bc86f573
CY
18222011-12-21 Chong Yidong <cyd@gnu.org>
1823
1824 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
1825 filename argument.
1826
d45ba96b
MR
18272011-12-20 Martin Rudalics <rudalics@gmx.at>
1828
1829 * window.el (window-normalize-buffer-to-display): Remove.
1830 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
1831
a6198c90
CY
18322011-12-19 Chong Yidong <cyd@gnu.org>
1833
1834 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
1835 Don't signal an error in a predicate function; return non-nil.
1836 (vc-dir-mark-file): Move the error here.
1837 (vc-dir-mark-unmark): If acting on the region, keep going if one
1838 of the entries cannot be marked/unmarked.
1839 (vc-dir-mark-all-files): If current entry is a directory, mark
1840 only child files, as documented.
1841
34c5fb55
VB
18422011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
1843
1844 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
1845 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
1846 addition.
1847
c803b2b7
JD
18482011-12-18 Jan Djärv <jan.h.d@swipnet.se>
1849
1850 * term/ns-win.el (ns-get-selection-internal)
1851 (ns-store-selection-internal): Declare.
1154d12e
JB
1852 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
1853 Declare as obsolete.
1854 (ns-get-pasteboard, ns-paste-secondary):
1855 Use ns-get-selection-internal.
1856 (ns-set-pasteboard, ns-copy-including-secondary):
1857 Use ns-store-selection-internal.
c803b2b7 1858
9cff91f8 18592011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
1860
1861 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 1862 (vc-deduce-fileset): Doc fix.
99a289d9 1863
f16c898a
AS
18642011-12-16 Andreas Schwab <schwab@linux-m68k.org>
1865
1866 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
1867
763237c4
SS
18682011-12-13 Sam Steingold <sds@gnu.org>
1869
1870 * man.el (Man-getpage-in-background): When running under a
1871 window-system, ignore $MANWIDTH and $COLUMNS.
1872
5fc1c122
KH
18732011-12-15 Kenichi Handa <handa@m17n.org>
1874
1875 * language/ethio-util.el: Change coding tag to utf-8-emacs.
1876 (setup-ethiopic-environment-internal): Comment out key-binding for
1877 ethio-toggle-punctuation.
1878
13d49cbb
AM
18792011-12-13 Alan Mackenzie <acm@muc.de>
1880
898169a2
AM
1881 Add the switch statement to AWK Mode.
1882
7a71b18d 1883 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
1884 "default" to the keywords regexp.
1885
7a71b18d 1886 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 1887 expression as the rest.
1d00653d
SM
1888 (c-nonlabel-token-key): Allow string literals for AWK.
1889 Refactor for the other modes.
898169a2 1890
13d49cbb 1891 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 1892 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
1893 routines. Limit backward searching in c-font-lock-enclosing.decl.
1894
1895 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
1896 pp-state and literal type in addition to the limits.
1d00653d 1897 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 1898 (c-state-literal-at): Use the above new defun.
1d00653d
SM
1899 (c-slow-in-literal, c-fast-in-literal): Remove.
1900 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
1901
1902 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
1903 being in a literal. Add a limit for backward searching.
1904
1905 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
1906 c-slow-in-literal.
1907
15e0efc7
SM
19082011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
1909
1910 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
1911
454592a6
MR
19122011-12-13 Martin Rudalics <rudalics@gmx.at>
1913
1914 * window.el (delete-other-windows): Use correct frame in call to
1915 window-with-parameter.
1916
87393f26
DP
19172011-12-12 Daniel Pfeiffer <occitan@t-online.de>
1918
1919 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
1920 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
1921 (makefile-gmake-statements, makefile-makepp-statements):
1922 Use it and add new makepp keywords.
1923 (makefile-makepp-font-lock-keywords): Add new patterns.
1924 (makefile-match-function-end): Match new [...] and [[...]].
1925
11636b22
JB
19262011-12-11 Juanma Barranquero <lekktu@gmail.com>
1927
1928 * ses.el (ses-call-printer-return, ses-cell-property-get)
1929 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
1930 (ses-create-cell-variable, ses-reset-header-string)
1931 (ses-cell-set-formula, ses-repair-cell-reference-all)
1932 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
1933 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
1934 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
1935 (ses-aset-with-undo, ses-load, ses-truncate-cell)
1936 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
1937 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
1938 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
1939 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
1940 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
1941 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
1942 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
1943 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
1944
cf018193
VB
19452011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
1946
1947 * ses.el: The overall change is to add cell renaming, that is
1948 setting fancy names for cell symbols other than name matching
1949 "\\`[A-Z]+[0-9]+\\'" regexp .
1950 (ses-create-cell-variable): New defun.
1951 (ses-relocate-formula): Relocate formulas only for cells the
1952 symbols of which are not renamed, i.e. symbols whose names do not
1953 match regexp "\\`[A-Z]+[0-9]+\\'".
1954 (ses-relocate-all): Relocate values only for cells the symbols of
1955 which are not renamed.
1956 (ses-load): Create cells variables as the (ses-cell ...) are read,
1957 in order to check row col consistency with cell symbol name only
1958 for cells that are not renamed.
1959 (ses-replace-name-in-formula): New defun.
1960 (ses-rename-cell): New defun.
1961
ee957461
CY
19622011-12-11 Chong Yidong <cyd@gnu.org>
1963
1964 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
1965 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
1966
9a9e9ef0
MR
19672011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
1968
1969 * window.el (other-window): Fix docstring.
1970
92a8eba5
EZ
19712011-12-10 Eli Zaretskii <eliz@gnu.org>
1972
1973 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
1974 `from' or `to' address before taking its substring.
1975 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
1976 encoded name is chopped in the middle of the encoded string, and
1977 thus displayed encoded.
1978
e152e577
JB
19792011-12-10 Juanma Barranquero <lekktu@gmail.com>
1980
1981 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
1982
e5d84bfe
EZ
19832011-12-10 Eli Zaretskii <eliz@gnu.org>
1984
1985 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
1986 to use texinfo-update-node and commands that call it if the
1987 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 1988 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
1989 (texinfo-all-menus-update, texinfo-master-menu)
1990 (texinfo-update-node, texinfo-every-node-update)
1991 (texinfo-multiple-files-update): Doc fix. Warn against updating
1992 all the @node lines.
1993 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
1994 argument is numeric. Explain better in the doc string what the
1995 function really does.
1996 (texinfo-insert-master-menu-list): Improve the error message
1997 displayed if there's no menu in the Top node.
1998 (Bug#2975) See also this thread:
e5d84bfe
EZ
1999 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
2000
1d84e9bb
MG
20012011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
2002
2003 * speedbar.el (speedbar-supported-extension-expressions):
2004 Add .adb and .ads, commonly used for Ada source code (bug#10256).
2005
382c953b
JB
20062011-12-09 Juanma Barranquero <lekktu@gmail.com>
2007
2008 * printing.el (pr-mode-alist):
2009 * simple.el (filter-buffer-substring-functions)
2010 (completion-list-insert-choice-function):
2011 * window.el (window-with-parameter, window-atom-root)
2012 (window-sides-slots, window-size-fixed, window-min-delta)
2013 (window-max-delta, window--resize-mini-window)
2014 (window--resize-child-windows-normal, window-tree)
2015 (delete-other-windows, quit-window, split-window)
2016 (display-buffer-record-window, special-display-buffer-names)
2017 (special-display-regexps, special-display-popup-frame)
2018 (same-window-p, split-window-sensibly)
2019 (display-buffer-overriding-action, display-buffer-alist)
2020 (display-buffer-base-action, display-buffer, switch-to-buffer)
2021 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
2022 (fit-window-to-buffer, recenter-positions)
2023 (mouse-autoselect-window-state, mouse-autoselect-window-select):
2024 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
2025 and remove unneeded backslashes in docstrings.
2026
39c9faef
SM
20272011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
2028
98449af8
SM
2029 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
2030
39c9faef
SM
2031 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
2032 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
2033 end in ".mk".
2034 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
2035 when reading the makefile (bug#10116).
2036
86ed9fdc
SM
20372011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2038
2039 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
2040 (bug#10116).
2041
5580f89d
GM
20422011-12-06 Glenn Morris <rgm@gnu.org>
2043
2044 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
2045
28d3917c
CY
20462011-12-06 Chong Yidong <cyd@gnu.org>
2047
2048 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
2049
a98edce9
JB
20502011-12-06 Juanma Barranquero <lekktu@gmail.com>
2051
2052 * textmodes/table.el (table-shorten-cell): Fix typo.
2053
e65adfac
CG
20542011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
2055
2056 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
2057
71cc0b74
EZ
20582011-12-05 Eli Zaretskii <eliz@gnu.org>
2059
2060 * descr-text.el (describe-char): Fix display of strong
2061 right-to-left characters and directional embeddings and overrides.
2062
2063 * simple.el (what-cursor-position): Fix display of codepoints of
2064 strong right-to-left characters.
2065
315bc30d
CY
20662011-12-05 Chong Yidong <cyd@gnu.org>
2067
2068 * faces.el (read-color): Doc fix.
2069
58a70b94
GM
20702011-12-05 Glenn Morris <rgm@gnu.org>
2071
2072 * align.el (align--set-marker): Add doc-string.
2073 Don't try to move something that is not a marker. (Bug#10216)
2074
5158face
GM
20752011-12-04 Glenn Morris <rgm@gnu.org>
2076
2077 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
2078 overly zealous deletion of trailing whitespace.
2079
520fca41
JB
20802011-12-04 Juanma Barranquero <lekktu@gmail.com>
2081
2082 * server.el (server-delete-client): On Windows, do not try to delete
2083 the only terminal.
2084 (server-process-filter): On Windows, treat requests for a tty frame as
2085 if they were for a GUI frame if the running server is in GUI mode.
2086
5e605a2e
GM
20872011-12-03 Glenn Morris <rgm@gnu.org>
2088
2089 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
2090
5c3fe83f
SM
20912011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2092
6f5e57e7
SM
2093 * electric.el: Streamline electric-indent's hook.
2094 (electric-indent-chars): Revert to simple list.
2095 (electric-indent-functions): New var.
2096 (electric-indent-post-self-insert-function): Use it.
2097
5c3fe83f
SM
2098 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
2099 there's no inferior buffer (bug#10196).
2100 (prolog-consult-compile): Don't use toggle-read-only.
2101
6bdac736
MA
21022011-12-02 Michael Albinus <michael.albinus@gmx.de>
2103
2104 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
2105 interrupt. (Bug#10187)
2106
6131ba7f
SM
21072011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2108
99c79fee
SM
2109 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
2110 (bug#9160).
2111
6131ba7f
SM
2112 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
2113 (bug#10191).
2114
cb0a02ea
JL
21152011-12-02 Juri Linkov <juri@jurta.org>
2116
2117 * info.el (Info-search): Display "end of manual" when Isearch
2118 reaches the end of single-file Info manual. (Bug#9918)
2119
66e0570c
EZ
21202011-12-02 Eli Zaretskii <eliz@gnu.org>
2121
2122 * isearch.el (isearch-message-prefix): Run the input method part
2123 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
2124
02b16839
JL
21252011-12-02 Juri Linkov <juri@jurta.org>
2126
2127 * isearch.el (isearch-occur): Use `word-search-regexp' for
2128 `isearch-word'.
2129 (isearch-search-and-update): Add condition for `isearch-word' and
2130 call `word-search-regexp'. (Bug#10145)
2131
0b950688
GM
21322011-12-01 Glenn Morris <rgm@gnu.org>
2133
2134 * eshell/em-hist.el (eshell-hist-initialize):
2135 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 2136 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 2137
9505c3c7
SM
21382011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2139
2140 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
2141
1bbe96b2 21422011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 2143
a1beca85
SM
2144 * progmodes/verilog-mode.el (verilog-pretty-expr):
2145 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
2146 verilog, such as += *= and the like.
2147 (verilog-assignment-operator-re): Regular expression to find the
2148 assigment operator in a verilog assignment.
2149 (verilog-assignment-operation-re): Regular expression to find an
2150 assignment statement for pretty-expr.
2151 (verilog-in-attribute-p): Query returns true if point is in an
2152 attribute context; used to skip these for expression line up from
2153 pretty-expr.
2154 (verilog-in-parameter-p): Query returns true if point is in an
2155 parameter definition context; used to skip these for expression
2156 line up from pretty-expr.
2157 (verilog-in-parenthesis-p): Query returns true if point is in a
2158 parenthetical expression, specifically ( ) but not [ ] or { };
2159 used by pretty-expr.
2160 (verilog-just-one-space): If there is no space, don't add one.
2161 (verilog-get-lineup-indent-2): Specifically skip just attribute
2162 contexts for expression lineup, rather than skipping all
2163 parenthetical expressions.
2164 (verilog-calculate-indent): Fix comment, and fix indent.
2165 (verilog-do-indent): Indent declarations in lists (suggested by
2166 Joachim Lechner).
2167 (verilog-mode-abbrev-table): Populate abbrev mode with the various
2168 skeleton items.
2169 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
2170 by Alain Mellan).
2171
1bbe96b2 21722011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
2173
2174 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
2175 parameters with embedded comments. Reported by Ray Stevens.
2176 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
2177 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
2178 Reported by Tim Holt.
2179 (verilog-auto): Fix AUTOing a upper module then AUTOing module
2180 instantiated by upper module causing wrong expansion until AUTOed a
2181 second time. Reported by K C Buckenmaier.
2182 (verilog-diff-auto): Fix showing .* as a difference when
2183 `verilog-auto-star-save' off. Reported by Dan Dever.
2184 (verilog-auto-reset, verilog-read-always-signals)
2185 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
2186 temporary signals in reset list if
2187 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
2188 style to each signal's assignment type, bug381.
2189 Reported by Thomas Esposito.
6288f0ca
WS
2190 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
2191 (verilog-uvm-statement-re): Support UVM indentation and
2192 highlighting, with old OVM keywords only.
a1beca85 2193 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
2194 Support AUTOTIEOFF creating non-wire data types.
2195 Suggested by Jonathan Greenlaw.
6288f0ca
WS
2196 (verilog-auto-insert-lisp, verilog-delete-to-paren)
2197 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
2198 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
2199 (verilog-read-sub-decls, verilog-read-sub-decls-line):
2200 Fix mismatching parenthesis inside commented out code when deleting
382c953b 2201 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
2202 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
2203 non-numeric vector width. Reported by Alex Reed.
2204 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 2205 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
2206 (verilog-auto-delete-trailing-whitespace):
2207 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
2208 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
2209 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
2210 Fix verilog-scan-cache corruption when running user AUTO expansion
2211 hooks that call indentation routines.
2212 (verilog-simplify-range-expression): Fix typo ignoring lower case
2213 identifiers.
2214 (verilog-delete-auto): Fix delete-autos to also remove user created
2215 automatics, as long as they start with AUTO.
2216 (verilog-batch-diff-auto, verilog-diff-auto)
2217 (verilog-diff-function): Add `verilog-diff-auto' and bind to
2218 "C-c?" to report differences in AUTO expansion, ignoring spaces.
2219 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
2220 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
2221 (verilog-re-search-forward-quick, verilog-syntax-ppss):
2222 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
2223 is disabled and its cache will get corrupt, causing AUTOS not to
2224 expand. Instead use only -quick functions.
2225 (verilog-scan-region): Fix scanning over escaped quotes.
2226 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
2227 (verilog-re-search-backward-quick)
2228 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
2229 related functions now ignore strings, to fix misparsing of strings
2230 with magic comments embedded in them.
a1beca85
SM
2231 (verilog-read-auto-template):
2232 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
2233 Reported by Brad Dobbie.
2234 (verilog-read-auto-template):
2235 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 2236 Reported by Brad Dobbie.
6288f0ca
WS
2237 (verilog-auto-inst, verilog-auto-inst-param)
2238 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
2239 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
2240 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
2241 debugging templates without merge conflicts, bug357.
2242 Reported by Brad Dobbie.
2243 (verilog-read-auto-template):
2244 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
2245 Reported by Brad Dobbie.
2246 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
2247 abbrevs so user won't be asked to save.
2248 (verilog-read-auto-lisp-present): Fix to start at beginning of
2249 buffer in case called outside of verilog-auto.
2250 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
2251 to "X-2". Reported by Matthew Myers.
2252 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
2253 all inputs from module templates. Reported by Leith Johnson.
2254 (verilog-module-inside-filename-p): Fix locating programs as with
2255 modules.
2256 (verilog-auto-inst-port): Fix vl-width expressions when using
2257 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
2258 (verilog-decls-get-regs, verilog-decls-get-signals,
2259 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
2260 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
2261 verilog-read-decls): Combine reg and wire structures into one var
2262 structure to represent SystemVerilog concepts.
2263 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
2264 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
2265 (verilog-auto-wire-type, verilog-insert-definition):
2266 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
2267 SystemVerilog "logic" keyword instead of "wire"/"reg".
2268 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
2269 to declares outputs that also have assignments (presumably in an
a1beca85
SM
2270 ifdef or generate if so there's not a driver conflict).
2271 Reported by Matthew Myers.
2272 (verilog-auto-declare-nettype, verilog-insert-definition):
2273 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
2274 `default_nettype none. Reported by Julian Gorfajn.
2275 (verilog-read-always-signals-recurse, verilog-read-decls)
2276 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
2277 malformed end statement, bug325. Reported by Joshua Wise and
2278 Andrew Drake.
2279 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
2280 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
2281 when expanding .* in interfaces, bug320.
2282 Reported by Pierre-David Pfister.
6288f0ca 2283 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
2284 name and open parenthesis, bug317.
2285 Reported by Pierre-David Pfister.
6288f0ca
WS
2286 (verilog-simplify-range-expression): Fix simplification of
2287 multiplications inside AUTOWIRE connections, bug303.
2288 (verilog-auto-inst-port): Support parameter expansion in
2289 multidimensional arrays.
2290 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
2291 after "assert property". Reported by Julian Gorfajn.
2292 (verilog-simplify-range-expression): Fix "couldn't merge" errors
2293 with multiplication, bug303.
2294 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
2295 Reported by Jan Frode Lonnum.
2296
1bbe96b2
GM
22972011-11-30 Juanma Barranquero <lekktu@gmail.com>
2298
2299 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
2300 (hfy-shell-file-name, hfy-shell):
2301 * international/fontset.el (x-decompose-font-name): Fix typos.
2302
23032011-11-29 Ken Brown <kbrown@cornell.edu>
2304
2305 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
2306 (gdb-version): Remove defvar.
2307 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
2308 (gdb-gud-context-command, gdb-non-stop-handler)
2309 (gdb-current-context-command, gdb-stopped): Use it.
2310 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
2311 (gdb-non-stop-handler): Don't enable pretty-printing here.
2312 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
2313 non-stop mode. Use the following.
2314 (gdb-check-target-async): New defun.
2315 (gud-watch, gdb-stopped): Fix whitespace.
2316 (gdb-get-source-file): Don't try to display the source file if
2317 `gdb-main-file' is nil.
2318
23192011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
2320
2321 * align.el: Try to generate fewer markers (bug#10047).
2322 (align--set-marker): New macro.
2323 (align-region): Use it.
2324
c935221f
SM
23252011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
2326
2327 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
2328
e70b5064
CY
23292011-11-29 Chong Yidong <cyd@gnu.org>
2330
2331 * indent.el (indent-for-tab-command, indent-according-to-mode):
2332 Doc fix.
2333 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
2334
f3af92b7
MA
23352011-11-29 Michael Albinus <michael.albinus@gmx.de>
2336
2337 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
2338 aware of remote file names. (Bug#10124)
2339
ed472be9
CY
23402011-11-29 Chong Yidong <cyd@gnu.org>
2341
2342 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
2343
24510c22
SM
23442011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2345
2346 * files.el (find-file): Don't use force-same-window (bug#10144).
2347 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
2348 use pop-to-buffer if the selected window can't be used.
2349 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
2350
c60c3703
EZ
23512011-11-28 Eli Zaretskii <eliz@gnu.org>
2352
2353 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
2354 special-mode-map.
2355
e95def75
CY
23562011-11-28 Chong Yidong <cyd@gnu.org>
2357
2358 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
2359
c3f1c606
NR
23602011-11-27 Nick Roberts <nickrob@snap.net.nz>
2361
2362 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
2363 gdb-get-source-file-list on gdb-create-source-file-list.
2364
00db469c
EZ
23652011-11-26 Eli Zaretskii <eliz@gnu.org>
2366
2367 * whitespace.el (whitespace-newline): Use a different foreground
2368 color for 16-color light-background displays.
2369
4ad3bc2a
CY
23702011-11-24 Chong Yidong <cyd@gnu.org>
2371
2372 * window.el (display-buffer--special-action): Doc fix.
2373
e9fce1ac
JB
23742011-11-25 Juanma Barranquero <lekktu@gmail.com>
2375
2376 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
2377 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
2378 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
2379 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
2380 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
2381 (avl-tree-stack-first):
2382 * emacs-lisp/cconv.el (cconv--analyse-use):
2383 * net/gnutls.el (gnutls-negotiate): Fix typos.
2384
cb825e5d
GM
23852011-11-24 Glenn Morris <rgm@gnu.org>
2386
3adbe224
GM
2387 * lpr.el (lpr-windows-system, lpr-lp-system):
2388 * mail/binhex.el (binhex-begin-line):
2389 * progmodes/grep.el (grep-history, grep-find-history):
2390 * textmodes/flyspell.el:
2391 * vc/pcvs-defs.el (cvs-global-menu):
2392 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
2393 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
2394 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
2395
321decc8
GM
2396 * net/tls.el: Fix case of "GnuTLS".
2397
420b63ad
GM
2398 * paths.el (rmail-file-name): Format doc-string for make-docfile.
2399
cb825e5d
GM
2400 * version.el (emacs-build-system): Give it a doc-string.
2401
a0649f08
JL
24022011-11-24 Juri Linkov <juri@jurta.org>
2403
2404 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
2405
c0bc0fd4
GM
24062011-11-24 Glenn Morris <rgm@gnu.org>
2407
2408 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
2409 if called on a non-mime message just toggle the headers. (Bug#8006)
2410
20db1522
JB
24112011-11-24 Juanma Barranquero <lekktu@gmail.com>
2412
2413 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
2414 (allout-lead-with-comment-string, allout-structure-deleted-hook)
2415 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
2416 (allout-rebullet-heading, allout-open-sibtopic)
2417 (allout-toggle-current-subtree-encryption)
2418 (allout-toggle-subtree-encryption, allout-encrypt-string)
2419 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
2420 (allout-distinctive-bullets-string, allout-auto-activation):
2421 * window.el (window-normalize-buffer-to-display):
2422 * progmodes/verilog-mode.el (verilog-batch-indent):
2423 * textmodes/bibtex.el (bibtex-field-braces-opt)
2424 (bibtex-field-strings-opt):
2425 * vc/cvs-status.el (cvs-tree-merge):
2426 Fix typos.
2427
7262a87c
MA
24282011-11-23 Michael Albinus <michael.albinus@gmx.de>
2429
2430 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
2431 `non-essential' to t, in order to avoid remote connections.
2432
283430a1
EZ
24332011-11-23 Eli Zaretskii <eliz@gnu.org>
2434
a1beca85
SM
2435 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2436 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
2437 case-insensitively.
2438
d2992a38
ML
24392011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
2440
2441 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
2442
50419064
GM
24432011-11-23 Glenn Morris <rgm@gnu.org>
2444
da94eca1
GM
2445 * paths.el (rmail-file-name): Reformat the doc-string so that it
2446 is picked up.
2447
9aac4de2
GM
2448 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
2449 (rmail-auto-file): Ignore case in the "special" field names,
2450 as mail-fetch-field does for all others.
2451
8038d2d2
GM
2452 * mail/rmail.el (rmail-forward):
2453 * mail/rmailkwd.el (rmail-set-label):
2454 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
2455 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
2456
f3fe222a
GM
2457 * mail/rmail.el (rmail-current-message): Doc fix.
2458
50419064
GM
2459 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
2460
28109f49
SM
24612011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
2462
2463 * server.el (server-eval-and-print): Allow C-g (bug#6585).
2464
394c65f1
GM
24652011-11-22 Glenn Morris <rgm@gnu.org>
2466
2467 * mail/rmailmm.el (test-rmail-mime-handler)
2468 (test-rmail-mime-bulk-handler)
2469 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
2470
f2a0aa3a
JL
24712011-11-21 Juri Linkov <juri@jurta.org>
2472
1154d12e
JB
2473 * calc/calc.el (calc-read-key-sequence):
2474 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 2475
9c34a344
LMI
24762011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2477
2478 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
2479 Tell the caller that the next line needs recomputation, even
2480 though it doesn't start a sexp (bug#10094).
2481
f04a3be9
SM
24822011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2483
2484 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
2485
7978747f
SM
24862011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2487
f04a3be9
SM
2488 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
2489 Use force-same-window.
7978747f 2490
fe7a3057
JB
24912011-11-20 Juanma Barranquero <lekktu@gmail.com>
2492
2493 * descr-text.el (describe-char-unicode-data):
2494 * json.el (json-string-escape):
2495 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
2496 (Footnote-unicode, Footnote-style-p):
2497 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
2498
24901d61
CY
24992011-11-20 Chong Yidong <cyd@gnu.org>
2500
2501 * window.el (replace-buffer-in-windows): Restore interactive spec.
2502
bac7ff22
SM
25032011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2504
24f3d7b9
SM
2505 * electric.el (electric-indent-mode): Fix last change (too optimistic).
2506
bac7ff22
SM
2507 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
2508 (byte-compile-global-not-obsolete-vars): New var.
2509 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
2510 Use it.
2511 (byte-compile-warn-obsolete): Align text with the one in *Help*.
2512
cd1181db
JB
25132011-11-20 Juanma Barranquero <lekktu@gmail.com>
2514
2515 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
2516 * progmodes/pascal.el (electric-pascal-equal):
2517 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
2518 * xml.el (xml-substitute-special): Fix typos.
2519
7fb18e9e
GM
25202011-11-20 Glenn Morris <rgm@gnu.org>
2521
2522 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
2523 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
2524 Doc fixes.
2525 (rmail-decode-mime-charset): Mark as obsolete.
2526
2527 * mail/rmailsum.el (rmail-message-regexp-p-1):
2528 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
2529 Before using mime functions, check they are set. (Bug#10077)
2530
d5a6b3ba
JL
25312011-11-19 Juri Linkov <juri@jurta.org>
2532
2533 * info.el (Info-finder-find-node): Use `package--builtins' instead
2534 of `package-alist'. Use node names formed by the pattern "Keyword "
2535 and the keyword name.
2536
e981b61f
AS
25372011-11-19 Andreas Schwab <schwab@linux-m68k.org>
2538
1d00653d 2539 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 2540
3ffbc301
JL
25412011-11-19 Juri Linkov <juri@jurta.org>
2542
2543 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
2544 that calls `revert-buffer' on all Info buffers. (Bug#9915)
2545 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
2546 `old-history', `old-history-forward'. Add let-binding
2547 `window-selected'. Remove calls to `kill-buffer',
2548 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
2549 before calling `Info-find-node', so `Info-find-node-2' will reread
2550 the Info file. Restore window positions only when `window-selected'
2551 is non-nil.
2552
30c62133
JL
25532011-11-19 Juri Linkov <juri@jurta.org>
2554
2555 * isearch.el (isearch-lazy-highlight-new-loop):
2556 Remove condition `(not isearch-error)'. (Bug#9918)
2557
2558 * misearch.el (multi-isearch-search-fun): Add condition
2559 `(not bound)' to ignore lazy-highlighting search.
2560 Add the search-failed message "end of multi" when the end of
2561 multi-sequence is reached. Uncapitalize the search-failed
2562 message "Repeat for next buffer".
2563
2564 * info.el (Info-search): Add the search-failed message
2565 "end of the manual" when the end of the manual is reached
2566 in Isearch mode.
2567
645ca9cf
JL
25682011-11-19 Juri Linkov <juri@jurta.org>
2569
2570 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
2571 Use non-destructive `remove' instead of `delete' because
2572 `Info-history-list' stored to `Info-isearch-initial-history-list' in
2573 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
2574
df754f66
JL
25752011-11-19 Juri Linkov <juri@jurta.org>
2576
2577 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
2578 to nil instead of binding `search-ring' and `regexp-search-ring'.
2579 (Bug#9185)
2580
0e23d96a
EZ
25812011-11-19 Eli Zaretskii <eliz@gnu.org>
2582
2583 * simple.el (line-move): Force movement by logical lines for any
2584 hscrolled window, not only when auto-hscroll-mode is on.
2585 (line-move-visual): Update doc string to that effect. (Bug#10076)
2586
8a6ccb66
AS
25872011-11-19 Andreas Schwab <schwab@linux-m68k.org>
2588
2589 * language/european.el (macintosh): Define as alias for mac-roman.
2590
49ae5b39
EZ
25912011-11-19 Eli Zaretskii <eliz@gnu.org>
2592
2593 * mail/rmailmm.el (rmail-mime-display-header)
2594 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
2595 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
2596 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
2597 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
2598 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
2599 of a raw aref.
2600 (rmail-mime-entity-segment): To get past the tagline, move forward
2601 2 more lines, to account for the 2 empty lines that precede and
2602 follow the line with the buttons.
2603 (rmail-mime-update-tagline): Move one more line, to get past the
2604 empty line that follows the buttons in the tagline. (Bug#9520)
2605
c56cad4a
MR
26062011-11-19 Martin Rudalics <rudalics@gmx.at>
2607
2608 * window.el (window-max-delta-1, window-min-delta-1)
2609 (window-min-size-1, window-state-get-1, window-state-put-1)
2610 (window-state-put-2): Use "window--" prefix.
2611
cbe71af3
SM
26122011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
2613
2ad52c60
SM
2614 * emacs-lisp/smie.el: Improve warnings and conflict detection.
2615 (smie-warning-count): New var.
2616 (smie-set-prec2tab): Use it.
2617 (smie-bnf->prec2): Improve warnings. Add docstring.
2618 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
2619 (smie-bnf--set-class): New function.
2620 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
2621 corner case.
2622
6944dbc1
SM
2623 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
2624 (compilation-error-properties, compilation-move-to-column):
2625 Handle compilation-first-column while in the target buffer.
2626
c400c4d7
SM
2627 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
2628 Don't hardcode point-min==1.
2629
6dbe3e96
SM
2630 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
2631 (eshell-rewrite-for-command): Remove workaround.
2632 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
2633 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
2634 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
2635
cbe71af3
SM
2636 * files-x.el (modify-file-local-variable): Obey commenting conventions.
2637
a8e1496d
GM
26382011-11-17 Glenn Morris <rgm@gnu.org>
2639
2640 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2641 Ignore buffer-local generated-autoload-file if it is the same
2642 as the global value. (Bug#10049)
2643
df85d315
JB
26442011-11-17 Juanma Barranquero <lekktu@gmail.com>
2645
2646 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
2647 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
2648 (reftex-toc-previous-heading, reftex-toc-max-level)
2649 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
2650 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
2651 (reftex-toc-do-promote, reftex-toc-promote-prepare)
2652 (reftex-toc-promote-action, reftex-toc-extract-section-number)
2653 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
2654 (reftex-toc-rename-label, reftex-toc-visit-location)
2655 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
2656 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
2657 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
2658 leaving "*toc*" only for references to the buffer.
2659
a0c2d0ae
MR
26602011-11-17 Martin Rudalics <rudalics@gmx.at>
2661
2662 * window.el (window-resize, delete-window, split-window):
2663 Replace window-splits by window-combination-resize.
1d00653d 2664 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 2665
35c0bac8
GM
26662011-11-17 Glenn Morris <rgm@gnu.org>
2667
2668 * progmodes/sh-script.el (sh-font-lock-keywords-var):
2669 Make bash entry derive from sh entry, not shell entry.
2670
d0c8fc8a
MA
26712011-11-16 Michael Albinus <michael.albinus@gmx.de>
2672
d0c8fc8a
MA
2673 * net/tramp-cache.el (tramp-flush-file-property): Flush also
2674 properties of linked files. (Bug#9879)
2675
7262a87c
MA
2676 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
2677 local file name.
2678
7877f373
JB
26792011-11-16 Juanma Barranquero <lekktu@gmail.com>
2680
2681 * menu-bar.el (menu-bar-file-menu):
2682 * printing.el (pr-ps-utility):
2683 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
2684 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
2685 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
2686 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
2687 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
2688 (icalendar--convert-cyclic-to-ical)
2689 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
2690 (icalendar--convert-ical-to-diary)
2691 (icalendar--convert-recurring-to-diary)
2692 (icalendar--convert-non-recurring-all-day-to-diary)
2693 (icalendar-import-format-sample):
2694 * progmodes/idlw-shell.el (idlwave-shell-mode):
2695 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
2696 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
2697 (vhdl-ps-print-init): Fix typos.
2698
10649b82
KM
26992011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
2700
9d0cfcd6
GM
2701 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
2702 FSF and collapse date sequence, obscure author/maintainer email address
2703 better, remove extra version line, track relocation of author's webpage.
10649b82 2704
9d0cfcd6
GM
2705 * progmodes/python.el (python-pdbtrack-input-prompt)
2706 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
2707 regular python pdb prompts. Adjustments shamelessly taken exactly as
2708 suggested in EmacsWiki page (tiny change):
2709 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 2710
58179cce
JB
27112011-11-16 Juanma Barranquero <lekktu@gmail.com>
2712
2713 * expand.el (expand-pos, expand-index, expand-point):
2714 Remove redundant info from docstring.
2715 (expand-add-abbrevs): Doc fix.
2716 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
2717 (expand-sample-perl-mode-expand-list): Fix typos.
2718
2719 * net/dbus.el (dbus-event-member-name):
2720 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
2721 * term/pc-win.el (msdos-create-frame-with-faces):
2722 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
2723
b6f67890
MR
27242011-11-16 Martin Rudalics <rudalics@gmx.at>
2725
2726 * window.el (split-window, window-state-get-1)
2727 (window-state-put-1, window-state-put-2): Rename occurrences of
2728 window-nest to window-combination-limit.
1d00653d 2729 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 2730
ce7ddba0
CY
27312011-11-16 Chong Yidong <cyd@gnu.org>
2732
2733 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
2734 regexp (Bug#10033).
2735
3ae704f4
SM
27362011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2737
2738 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
2739 `completing-read' will remove *Completions* and will preserve
2740 current-buffer for us.
2741 (tmm-add-prompt): Users of *Completions* will always (re)set its
2742 major mode.
2743 (tmm-old-comp-map): Remove.
2744
6ad1cdde
GM
27452011-11-16 Glenn Morris <rgm@gnu.org>
2746
2747 * mail/rmailedit.el: Require rmailmm when compiling.
2748 (rmail-old-mime-state): New declaration.
2749 (rmail-edit-current-message): If editing a mime message,
2750 edit the "raw" message from the mbox buffer.
2751 (rmail-cease-edit): Handle mime messages. (Bug#9840)
2752
d20faa20
GM
27532011-11-15 Glenn Morris <rgm@gnu.org>
2754
2755 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
2756 which wasn't being used. Add optional arg to force given state.
2757 (rmail-mime): Add optional arg to force given state.
2758
c7015153
JB
27592011-11-15 Juanma Barranquero <lekktu@gmail.com>
2760
2761 * allout.el (allout-encryption-plaintext-sanitization-regexps):
2762 * frame.el (display-mm-dimensions-alist):
2763 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
2764 (outline-move-subtree-down):
2765 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
2766 (newsticker--treeview-do-get-node):
2767 * net/quickurl.el (quickurl-list-buffer-name):
2768 * progmodes/dcl-mode.el (dcl-mode):
2769 * progmodes/gdb-mi.el (gdb-mapcar*):
2770 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
2771
45261b50
GM
27722011-11-15 Glenn Morris <rgm@gnu.org>
2773
2774 * mail/rmail.el (rmail-file-coding-system): It's only ever used
2775 in a boolean sense, so just make it a boolean, and fix the doc.
2776 (rmail-show-mime-function, rmail-mime-feature)
2777 (rmail-require-mime-maybe): Doc fixes.
2778 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
2779
2780 * mail/rmailmm.el (rmail-show-mime): Doc fix.
2781
0d26e0b6
JB
27822011-11-15 Juanma Barranquero <lekktu@gmail.com>
2783
2784 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
2785 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
2786 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
2787 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
2788
447f30f6
GM
27892011-11-15 Glenn Morris <rgm@gnu.org>
2790
672b871d
GM
2791 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
2792 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
2793 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
2794 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
2795 (rmail-mime, rmail-show-mime): Doc fixes.
2796
f6aa5bb1
GM
2797 * term/ns-win.el (mode-line-frame-identification):
2798 Leave it alone. (Bug#10051)
2799
947cd66b
GM
2800 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
2801
447f30f6
GM
2802 * mail/rmailout.el (rmail-output-to-rmail-buffer):
2803 Handle empty buffers. (Bug#9978)
2804
0b381c7e
JB
28052011-11-14 Juanma Barranquero <lekktu@gmail.com>
2806
2807 * international/mule.el (define-charset):
2808 * mail/rmailmm.el (rmail-mime-find-header-encoding):
2809 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
2810 * progmodes/verilog-mode.el (verilog-backward-token):
2811 * textmodes/ispell.el (lookup-words):
2812 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
2813
71e027ac
GM
28142011-11-14 Glenn Morris <rgm@gnu.org>
2815
56632ce4
GM
2816 * progmodes/executable.el
2817 (executable-make-buffer-file-executable-if-script-p):
2818 Handle file-modes returning nil.
2819
40500957
GM
2820 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
2821 message - not necessary, and causes problems. (Bug#9831)
2822
071c2340
GM
2823 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
2824
d3cfca60
GM
2825 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
2826
71e027ac
GM
2827 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
2828 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
2829 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
2830
89d61221
MR
28312011-11-12 Martin Rudalics <rudalics@gmx.at>
2832
2833 * window.el (window-resize, delete-window): Use window-splits
2834 variable instead of function.
2835 (window-state-get-1, window-state-put-2, window-state-put):
2836 Don't deal with windows' splits status.
2837
98282f6f
GM
28382011-11-12 Glenn Morris <rgm@gnu.org>
2839
2840 * apropos.el (apropos-do-all, apropos-library, apropos-value)
2841 (apropos-documentation): Doc fixes.
2842
40a8bdf6
JB
28432011-11-11 Juanma Barranquero <lekktu@gmail.com>
2844
2845 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
2846 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
2847
65bd19ff
SM
28482011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2849
2850 * electric.el (electric-indent-post-self-insert-function): Make it
2851 possible for a char to only indent in some circumstances.
2852 (electric-indent-mode): Simplify.
2853
54f9154c
MR
28542011-11-11 Martin Rudalics <rudalics@gmx.at>
2855
2856 * window.el (windows-with-parameter): Remove unused function.
2857 (windows-at-side): Rename to window-at-side-list.
2858 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
2859 (window-side-check, window-size-ignore, window-size-fixed-1)
2860 (window-in-direction-2): Prefix with "window--".
2861 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 2862
68cbc58b
GM
28632011-11-11 Glenn Morris <rgm@gnu.org>
2864
2865 * subr.el (eval-after-load): If FILE is already loaded,
2866 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
2867
b2621720
GM
28682011-11-10 Glenn Morris <rgm@gnu.org>
2869
9a4de110
GM
2870 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
2871 Call svn via vc-svn-command rather than vc-do-command.
2872 (vc-svn-command): Add --non-interactive. (Bug#9993)
2873 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
2874
b2621720
GM
2875 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
2876 Add toggle-read-only. (Bug#7292)
2877 * files.el (toggle-read-only): Mention that it should only
2878 be used interactively. (Bug#10006)
2879
1dce7193
SM
28802011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2881
d9ac1a1e
SM
2882 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2883 Adjust regexp for OCaml warnings.
2884
0c325082
SM
2885 * electric.el (electric-pair-post-self-insert-function): Let user
2886 turn it off buffer-locally (bug#9932).
2887
90132c14
SM
2888 * progmodes/python.el (python-beginning-of-statement):
2889 Rewrite (bug#2703).
2890
1dce7193
SM
2891 * progmodes/compile.el: Better handle TABs (bug#9749).
2892 (compilation-internal-error-properties)
2893 (compilation-next-error-function): Obey the target buffer's
2894 compilation-error-screen-columns.
2895
c4e7c63a
JB
28962011-11-09 Juanma Barranquero <lekktu@gmail.com>
2897
2898 * progmodes/meta-mode.el: Remove obsolete comments.
2899 (meta-right-comment-regexp, meta-ignore-comment-regexp):
2900 Fix typos in docstrings.
2901
2cffd681
MR
29022011-11-09 Martin Rudalics <rudalics@gmx.at>
2903
2904 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 2905 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
2906 (window--resizable): New function. Make all callers of
2907 window-resizable call window--resizable instead.
2908 (window-resizable): Rewrite in terms of window--resizable.
2909
0edcba87
GM
29102011-11-08 Glenn Morris <rgm@gnu.org>
2911
2912 * progmodes/delphi.el (delphi-mode-syntax-table):
2913 Let define-derived-mode define a proper syntax table. (Bug#9994)
2914
4b0d61e3
SM
29152011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2916
2917 * window.el: Stay away from defsubst.
2918 (window-list-no-nils): Remove.
2919 (window-state-get-1, window-state-get): Use backquote instead.
2920
cd394be1 29212011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 2922
4b0d61e3 2923 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 2924 Fix incorrect use of default argument in `completing-read'.
2925
e1c2c6f2
MR
29262011-11-08 Martin Rudalics <rudalics@gmx.at>
2927
2928 * window.el (display-buffer-function, special-display-function):
2929 Mention display-buffer-record-window but do not mention
2930 help-setup parameter in doc-strings.
b3f4a882 2931 (window-min-delta): Fix doc-string typo.
e1c2c6f2 2932
105216ed
CY
29332011-11-08 Chong Yidong <cyd@gnu.org>
2934
2935 * window.el (window-total-height, window-total-width): Doc fix.
2936 (window-body-size): Move from C.
2937 (window-body-height, window-body-width): Move to C.
2938
0a9f9ab5
SM
29392011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2940
2941 * window.el: Make special-display like display-buffer-alist (bug#9532).
2942 (display-buffer--special-action): New function, morphed
2943 from display-buffer--special.
2944 (display-buffer): Use it to handle special-display-buffers at higher
2945 priority (just after display-buffer-alist).
2946 (display-buffer-fallback-action, display-buffer--other-frame-action)
2947 (pop-to-buffer-same-window): Remove display-buffer--special.
2948
a769dd15
GM
29492011-11-07 Glenn Morris <rgm@gnu.org>
2950
2951 * calendar/cal-menu.el (cal-menu-set-date-title):
2952 Do nothing if not in a calendar. (Bug#9976)
2953
05a61ee3
SM
29542011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
2955
2956 * files.el (find-file): Always use selected-window.
2957
be7f5545
MR
29582011-11-07 Martin Rudalics <rudalics@gmx.at>
2959
2960 * window.el (window-combinations): Make WINDOW argument
2961 mandatory. Rewrite doc-string.
2962 (walk-window-subtree, window-atom-check, window-min-delta)
2963 (window-max-delta, window--resize-this-window)
2964 (window--resize-root-window-vertically, window-tree)
2965 (balance-windows, window-state-put): Rewrite doc-strings as to
2966 not mention the term "subwindow".
2967 (window--resize-subwindows-skip-p): Rename to
2968 window--resize-child-windows-skip-p.
2969 (window--resize-subwindows-normal): Rename to
2970 window--resize-child-windows-normal.
2971 (window--resize-subwindows): Rename to
2972 window--resize-child-windows.
2973 (window-or-subwindow-p): Rename to window--in-subtree-p.
2974
3c6702ef
ML
29752011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
2976
2977 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
2978 Ensure that mbox format messages end in two newlines (Bug#9974).
2979
49745b39
CY
29802011-11-06 Chong Yidong <cyd@gnu.org>
2981
2982 * window.el (window-combination-p): Function deleted; its
2983 side-effect is not used in any existing code.
2984 (window-combinations, window-combined-p): Call window-*-child
2985 directly.
2986
24300f5f
CY
29872011-11-05 Chong Yidong <cyd@gnu.org>
2988
2989 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
2990 (window-size-ignore, window-state-get): Callers changed.
2991 (window-normalize-window): Rename from window-normalize-any-window.
2992 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 2993 (window-normalize-live-window): Delete.
447f16b8
CY
2994 (window-combination-p, window-combined-p, window-combinations)
2995 (walk-window-subtree, window-atom-root, window-min-size)
2996 (window-sizable, window-sizable-p, window-size-fixed-p)
2997 (window-min-delta, window-max-delta, window-resizable)
2998 (window-resizable-p, window-full-height-p, window-full-width-p)
2999 (window-current-scroll-bars, window-point-1, set-window-point-1)
3000 (window-at-side-p, window-in-direction, window-resize)
3001 (adjust-window-trailing-edge, maximize-window, minimize-window)
3002 (window-deletable-p, delete-window, delete-other-windows)
3003 (record-window-buffer, unrecord-window-buffer)
3004 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
3005 (quit-window, split-window, window-state-put)
3006 (set-window-text-height, fit-window-to-buffer)
3007 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 3008
89bd5ee1
EZ
30092011-11-04 Eli Zaretskii <eliz@gnu.org>
3010
53479029
EZ
3011 * mail/rmail.el (rmail-simplified-subject): Decode subject with
3012 rfc2047-decode-string.
3013 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
3014 warnings.
3015
89bd5ee1
EZ
3016 * window.el (window-body-height, window-body-width): Mention in
3017 the doc string that the return values are in frame's canonical
3018 units. (Bug#9949)
3019
bd17fdee
AM
30202011-11-03 Alan Mackenzie <acm@muc.de>
3021
3022 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
3023 change in cc-engine.el.
3024
acc825c5
SM
30252011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
3026
3027 * window.el (switch-to-buffer): Use `force-same-window' interactively.
3028
1885e5b8
MR
30292011-11-02 Martin Rudalics <rudalics@gmx.at>
3030
3031 * window.el (quit-window): Call unrecord-window-buffer after
3032 showing another buffer in the window. (Bug#9937)
acc825c5 3033 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 3034
ebe06da9
JB
30352011-11-02 Juanma Barranquero <lekktu@gmail.com>
3036
3037 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
3038 Accept status with more than 9 shelves. (Bug#9935)
3039 Reported by Colin D Bennett <colin@gibibit.com>.
3040
4ee88440
MR
30412011-11-01 Martin Rudalics <rudalics@gmx.at>
3042
3043 * help.el (with-help-window): Don't reference
3044 temp-buffer-show-specifiers in doc-string.
3045
08e1d82c
AS
30462011-10-31 Andreas Schwab <schwab@linux-m68k.org>
3047
3048 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
3049 menu-item.
3050
84bd6e9e
VJL
30512011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3052
3053 * whitespace.el: New version 13.2.2.
3054 (whitespace-newline-mode): Disable properly. Reported by Sarah
3055 <EmacsWiki>.
3056
dba0634a
UJ
30572011-10-30 Ulf Jasper <ulf.jasper@web.de>
3058
3059 * net/newst-treeview.el: Remove "Time-stamp".
3060 (newsticker--group-manage-orphan-feeds): Do not call
3061 newsticker--treeview-tree-update.
db22a3c2
JB
3062 (newsticker-treeview-update, newsticker-treeview):
3063 Call newsticker--treeview-tree-update if necessary.
dba0634a 3064
3d8daefe
MR
30652011-10-30 Martin Rudalics <rudalics@gmx.at>
3066
3067 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
3068 (window-iso-combinations): Remove "iso-" infix.
3069 Suggested by Chong Yidong.
3d8daefe
MR
3070 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
3071 (window-max-delta-1, window-resize, window--resize-siblings)
3072 (window--resize-this-window, adjust-window-trailing-edge)
3073 (split-window, balance-windows-1)
3074 (shrink-window-if-larger-than-buffer):
3075 * calendar/calendar.el (calendar-generate-window):
db22a3c2 3076 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 3077
1bc4c3ae
SM
30782011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3079
3080 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
3081 in place (bug#9907).
3082 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
3083 (eshell-rewrite-if-command, eshell-rewrite-for-command)
3084 (eshell-structure-basic-command, eshell-rewrite-while-command)
3085 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
3086 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
3087 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
3088 (eshell-do-pipelines-synchronously, eshell-eval-command):
3089 Use backquotes and prefer setq to set.
3090 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
3091 (eshell-macrop): Use functionp.
c1e2f5fa 3092 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 3093
30b65d9c
CY
30942011-10-30 Chong Yidong <cyd@gnu.org>
3095
3096 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
3097 instead of set-mark (Bug#9810).
3098
2d197ffb
CY
30992011-10-30 Chong Yidong <cyd@gnu.org>
3100
3101 * window.el (split-window-below, split-window-right): Rename from
3102 split-window-above-each-other and split-window-side-by-side
3103 respectively. All callers changed.
3104 (split-window-sensibly, split-window-sensibly): Use them.
3105 (split-window-keep-point): Doc fix.
3106
3107 * isearch.el: Add isearch-scroll property to split-window-below
3108 and split-window-right.
3109
3110 * follow.el (follow-mode):
3111 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
3112 * progmodes/ada-xref.el (ada-gdb-application):
3113 * emulation/vip.el (vip-buffer-in-two-windows):
3114 * image-dired.el (image-dired-dired-with-window-configuration):
3115 * dired-x.el (dired-do-find-marked-files):
3116 * dired.el (dired-pop-to-buffer):
3117 * bs.el (bs--show-with-configuration):
3118 * vc/emerge.el (emerge-setup-windows):
3119 * textmodes/two-column.el (2C-two-columns):
3120 * textmodes/reftex-toc.el (reftex-toc):
3121 * progmodes/gdb-mi.el (gdb-setup-windows):
3122 * progmodes/fortran.el (fortran-window-create):
3123 * net/newst-treeview.el (newsticker--treeview-window-init):
3124 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
3125 * emulation/tpu-edt.el (tpu-gold-map):
3126 * emulation/crisp.el (crisp-mode-map):
3127 * calendar/calendar.el (calendar-basic-setup): Callers changed.
3128
38bb2ca8
CY
31292011-10-29 Chong Yidong <cyd@gnu.org>
3130
aa4de341
CY
3131 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
3132
e1eb5385
CY
3133 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
3134
5d2ece3c
CY
3135 * textmodes/flyspell.el (flyspell-word): Fix char offset for
3136 forged Ispell output (Bug#7904).
3137
38bb2ca8
CY
3138 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
3139
d0af9f77
SM
31402011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3141
3142 * doc-view.el: Avoid ugly errors about not finding nil.
3143 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
3144 (doc-view-dvipdf-program, doc-view-unoconv-program)
3145 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
3146 Avoid nil or absolute file name as default value.
3147 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
3148
52bedd34
AM
31492011-10-28 Alan Mackenzie <acm@muc.de>
3150
db22a3c2 3151 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 3152
7e43cfa5
AM
31532011-10-28 Alan Mackenzie <acm@muc.de>
3154
3155 Amend the handling of c-beginning/end-of-defun in nested declaration
3156 scopes.
3157
52bedd34
AM
3158 * progmodes/cc-vars.el (c-defun-tactic): Move here from
3159 cc-langs.el. Change it to a defcustom.
7e43cfa5 3160
52bedd34
AM
3161 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
3162 cc-vars.el.
7e43cfa5 3163
d0af9f77
SM
3164 * progmodes/cc-engine.el (c-beginning-of-statement-1):
3165 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 3166
52bedd34 3167 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 3168 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
3169 (c-widen-to-enclosing-decl-scope): New function.
3170 (c-while-widening-to-decl-block): New macro.
3171 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
3172 outward for defun boundaries, and correspondingly change symbol
3173 `respect-enclosure' to `go-outward'.
3174 (c-declaration-limits): Change algorithm to report only the "innermost"
3175 defun's boundaries.
3176
1a2ce9ee
DD
31772011-10-28 Deniz Dogan <deniz@dogan.se>
3178
3179 * net/rcirc.el (rcirc-mode): Use hard newlines.
3180
bc97a826
AM
31812011-10-28 Alan Mackenzie <acm@muc.de>
3182
3183 Amend to indent and fontify macros "which include their own semicolon"
3184 correctly, using the "virtual semicolon" mechanism.
3185
52bedd34 3186 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 3187
d0af9f77 3188 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 3189 Recode to scan one line at a time rather than having \n and \r
58179cce 3190 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 3191 (c-forward-label): Amend for virtual semicolons.
58179cce 3192 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 3193
52bedd34
AM
3194 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
3195 of the new C macros.
bc97a826 3196
52bedd34 3197 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
3198 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
3199 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
3200 (c-opt-cpp-macro-define): Make into a full language variable.
3201 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
3202 AWK Mode (including \n, \r) removed, no longer needed.
3203
d0af9f77
SM
3204 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
3205 Invoke c-make-macro-with-semi-re.
bc97a826 3206
52bedd34
AM
3207 * progmodes/cc-vars.el (c-macro-with-semi-re):
3208 (c-macro-names-with-semicolon): New variables.
58179cce 3209 (c-make-macro-with-semi-re): New function.
bc97a826 3210
7a6c0941
SM
32112011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3212
3213 * vc/log-edit.el: Fill empty field rather than adding new one.
3214 (log-edit-add-field): New function.
3215 (log-edit-insert-changelog): Use it.
3216
b0c4cdcf
ML
32172011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3218
3219 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
3220
ee1f1da9
SM
32212011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3222
3223 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
3224 (gdb--check-interpreter): New function.
3225 (gdb): Use it.
3226
51bc5f8b
GM
32272011-10-27 Glenn Morris <rgm@gnu.org>
3228
416a2c45
GM
3229 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
3230 (least-positive-float, least-negative-float)
3231 (least-positive-normalized-float, least-negative-normalized-float)
3232 (float-epsilon, float-negative-epsilon):
3233 Remove unnecessary declarations.
3234
3235 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
3236 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
3237 (least-positive-float, least-negative-float)
3238 (least-positive-normalized-float, least-negative-normalized-float)
3239 (float-epsilon, float-negative-epsilon): Add doc-strings,
3240 based on those in cl.texi.
3241
51bc5f8b
GM
3242 * files.el (set-visited-file-name): If the major-mode changed,
3243 reload the local variables. (Bug#9796)
3244
15de15c6
CY
32452011-10-27 Chong Yidong <cyd@gnu.org>
3246
3247 * subr.el (change-major-mode-after-body-hook): New hook.
3248 (run-mode-hooks): Run it.
3249
ee1f1da9
SM
3250 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3251 Use change-major-mode-before-body-hook.
15de15c6
CY
3252
3253 * simple.el (fundamental-mode):
3254 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
3255 change introducing fundamental-mode-hook.
3256
5430d399
JB
32572011-10-26 Juanma Barranquero <lekktu@gmail.com>
3258
acc825c5 3259 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 3260
ad74a69e
MA
32612011-10-26 Michael Albinus <michael.albinus@gmx.de>
3262
3263 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 3264 tramp.el explicitly. (Bug#7583)
ad74a69e 3265
71d4c2a5
SM
32662011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3267
3268 * progmodes/octave-mod.el:
3269 * progmodes/octave-inf.el: Update maintainer.
3270
b1f6fa26
CY
32712011-10-26 Chong Yidong <cyd@gnu.org>
3272
3273 * subr.el (with-wrapper-hook): Rewrite doc.
3274
3f04efd6
MA
32752011-10-25 Michael Albinus <michael.albinus@gmx.de>
3276
3277 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 3278 filenames "/method:foo:". (Bug#9793)
3f04efd6 3279
410488d3
SM
32802011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3281
3282 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
3283 (bug#9865).
3284
c1ebb47e
GM
32852011-10-24 Glenn Morris <rgm@gnu.org>
3286
3287 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
3288
7f5c46c7
MA
32892011-10-24 Michael Albinus <michael.albinus@gmx.de>
3290
3291 * notifications.el: Add the requirement of a running D-Bus session
3292 bus to the Commentary.
3293
db2440b6
JL
32942011-10-24 Juri Linkov <juri@jurta.org>
3295
3296 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
3297 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
3298 (Bug#9364)
3299
feecf435
JL
33002011-10-24 Juri Linkov <juri@jurta.org>
3301
3302 * info.el (Info-following-node-name-re): Add newline to the list
3303 of allowed characters for leading space. (Bug#9824)
3304
a3839de2
SM
33052011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3306
acc825c5
SM
3307 * progmodes/octave-inf.el (inferior-octave-mode-map):
3308 Fix C-c C-h binding.
a3839de2
SM
3309 * progmodes/octave-mod.el (octave-help): Remove.
3310
09388e76
MA
33112011-10-23 Michael Albinus <michael.albinus@gmx.de>
3312
3313 Sync with Tramp 2.2.3.
3314
3315 * net/tramp-cache.el (top): Pacify byte-compiler using
3316 `init-file-user' and `site-run-file'.
3317
3318 * net/trampver.el: Update release number.
3319
86c60681
CY
33202011-10-23 Chong Yidong <cyd@gnu.org>
3321
3322 * files.el (toggle-read-only): Remove obsolete comment about
3323 version control.
3324
3325 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
3326 for toggle-read-only. Note that this hasn't called vc-next-action
3327 since 2008-05-02, though it wasn't documented at the time.
3328
a3839de2
SM
3329 * vc/ediff-init.el (ediff-toggle-read-only-function):
3330 Use toggle-read-only.
86c60681 3331
cd5495ff
AM
33322011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
3333
3334 Fix bug #9560, sporadic wrong indentation; improve instrumentation
3335 of c-parse-state.
3336
00b77525 3337 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 3338 correct faulty logical expression.
cd5495ff
AM
3339 (c-parse-state-state, c-record-parse-state-state):
3340 (c-replay-parse-state-state): New defvar/defuns.
3341 (c-debug-parse-state): Use new functions.
3342
42ee24ed
MR
33432011-10-22 Martin Rudalics <rudalics@gmx.at>
3344
3345 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 3346 last fix. Use window-in-direction correctly.
42ee24ed 3347
a7dee7e7
CY
33482011-10-21 Chong Yidong <cyd@gnu.org>
3349
3350 * progmodes/idlwave.el (idlwave-mode):
3351 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
3352 require-final-newline; that's done in prog-mode.
3353 Suggested by Stefan Monnier.
a7dee7e7 3354
e07b9a6d
MR
33552011-10-21 Martin Rudalics <rudalics@gmx.at>
3356
3357 * mouse.el (mouse-drag-window-above)
3358 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
3359 (mouse-drag-mode-line-1, mouse-drag-header-line)
3360 (mouse-drag-vertical-line-rightward-window): Remove.
3361 (mouse-drag-line): New function.
3362 (mouse-drag-mode-line, mouse-drag-header-line)
3363 (mouse-drag-vertical-line): Call mouse-drag-line.
3364 * window.el (window-at-side-p, windows-at-side): New functions.
3365
7e1361d9
UM
33662011-10-21 Ulrich Mueller <ulm@gentoo.org>
3367
3368 * tar-mode.el (tar-grind-file-mode):
3369 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
3370
30fcaf3a
CY
33712011-10-21 Chong Yidong <cyd@gnu.org>
3372
3373 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
3374 * progmodes/vera-mode.el (vera-mode):
3375 Use mode-require-final-newline.
30fcaf3a 3376
516eddb0
GM
33772011-10-20 Glenn Morris <rgm@gnu.org>
3378
db22a3c2 3379 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 3380
10d5f513
CS
33812011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
3382
3383 * emulation/cua-base.el (cua-set-mark): Fix case of string.
3384
ac6c8639
CY
33852011-10-20 Chong Yidong <cyd@gnu.org>
3386
3387 * emulation/cua-base.el (cua-mode):
3388 * mail/footnote.el (footnote-mode):
3389 * mail/mailabbrev.el (mail-abbrevs-mode):
3390 * net/xesam.el (xesam-minor-mode):
3391 * progmodes/bug-reference.el (bug-reference-mode):
3392 * progmodes/cap-words.el (capitalized-words-mode):
3393 * progmodes/compile.el (compilation-minor-mode)
3394 (compilation-shell-minor-mode):
3395 * progmodes/gud.el (gud-tooltip-mode):
3396 * progmodes/hideif.el (hide-ifdef-mode):
3397 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
3398 * progmodes/subword.el (subword-mode):
3399 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
3400 * progmodes/which-func.el (which-function-mode):
3401 * term/tvi970.el (tvi970-set-keypad-mode):
3402 * term/vt100.el (vt100-wide-mode):
3403 * textmodes/flyspell.el (flyspell-mode):
3404 * textmodes/ispell.el (ispell-minor-mode):
3405 * textmodes/nroff-mode.el (nroff-electric-mode):
3406 * textmodes/paragraphs.el (use-hard-newlines):
3407 * textmodes/refill.el (refill-mode):
3408 * textmodes/reftex.el (reftex-mode):
3409 * textmodes/rst.el (rst-minor-mode):
3410 * textmodes/sgml-mode.el (html-autoview-mode)
3411 (sgml-electric-tag-pair-mode):
3412 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
3413 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
3414 * emulation/crisp.el (crisp-mode):
3415 * emacs-lisp/eldoc.el (eldoc-mode):
3416 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
3417 minor mode behavior.
3418
aa42ab43
JL
34192011-10-19 Juri Linkov <juri@jurta.org>
3420
3421 * descr-text.el (describe-char): Add #x2010 and #x2011 to
3422 the list of hard-coded chars with escape-glyph face.
3423
89400f1d
SM
34242011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3425
3426 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
3427
305c07f6
MA
34282011-10-19 Michael Albinus <michael.albinus@gmx.de>
3429
3430 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
3431 running process.
3432
13754b54
GM
34332011-10-19 Glenn Morris <rgm@gnu.org>
3434
3435 * vc/vc-bzr.el (vc-bzr-after-dir-status):
3436 Ignore ignored files. (Bug#9726)
3437
06e21633
CY
34382011-10-19 Chong Yidong <cyd@gnu.org>
3439
3440 Doc fix for minor modes, stating that an omitted argument enables
3441 the mode unconditionally when called from Lisp.
3442
3443 * abbrev.el (abbrev-mode):
3444 * allout.el (allout-mode):
3445 * autoinsert.el (auto-insert-mode):
3446 * autoarg.el (autoarg-mode, autoarg-kp-mode):
3447 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
3448 (global-auto-revert-mode):
3449 * battery.el (display-battery-mode):
3450 * composite.el (global-auto-composition-mode)
3451 (auto-composition-mode):
3452 * delsel.el (delete-selection-mode):
3453 * desktop.el (desktop-save-mode):
3454 * dired-x.el (dired-omit-mode):
3455 * dirtrack.el (dirtrack-mode):
3456 * doc-view.el (doc-view-minor-mode):
3457 * double.el (double-mode):
3458 * electric.el (electric-indent-mode, electric-pair-mode):
3459 * emacs-lock.el (emacs-lock-mode):
3460 * epa-hook.el (auto-encryption-mode):
3461 * follow.el (follow-mode):
3462 * font-core.el (font-lock-mode):
3463 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
3464 * help.el (temp-buffer-resize-mode):
3465 * hilit-chg.el (highlight-changes-mode)
3466 (highlight-changes-visible-mode):
3467 * hi-lock.el (hi-lock-mode):
3468 * hl-line.el (hl-line-mode, global-hl-line-mode):
3469 * icomplete.el (icomplete-mode):
3470 * ido.el (ido-everywhere):
3471 * image-file.el (auto-image-file-mode):
3472 * image-mode.el (image-minor-mode):
3473 * iswitchb.el (iswitchb-mode):
3474 * jka-cmpr-hook.el (auto-compression-mode):
3475 * linum.el (linum-mode):
3476 * longlines.el (longlines-mode):
3477 * master.el (master-mode):
3478 * mb-depth.el (minibuffer-depth-indicate-mode):
3479 * menu-bar.el (menu-bar-mode):
3480 * minibuf-eldef.el (minibuffer-electric-default-mode):
3481 * mouse-sel.el (mouse-sel-mode):
3482 * msb.el (msb-mode):
3483 * mwheel.el (mouse-wheel-mode):
3484 * outline.el (outline-minor-mode):
3485 * paren.el (show-paren-mode):
3486 * recentf.el (recentf-mode):
3487 * reveal.el (reveal-mode, global-reveal-mode):
3488 * rfn-eshadow.el (file-name-shadow-mode):
3489 * ruler-mode.el (ruler-mode):
3490 * savehist.el (savehist-mode):
3491 * scroll-all.el (scroll-all-mode):
3492 * scroll-bar.el (scroll-bar-mode):
3493 * server.el (server-mode):
3494 * shell.el (shell-dirtrack-mode):
3495 * simple.el (auto-fill-mode, transient-mark-mode)
3496 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
3497 (line-number-mode, column-number-mode, size-indication-mode)
3498 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
3499 * strokes.el (strokes-mode):
3500 * time.el (display-time-mode):
3501 * t-mouse.el (gpm-mouse-mode):
3502 * tool-bar.el (tool-bar-mode):
3503 * tooltip.el (tooltip-mode):
3504 * type-break.el (type-break-mode-line-message-mode)
3505 (type-break-query-mode):
3506 * view.el (view-mode):
3507 * whitespace.el (whitespace-mode, whitespace-newline-mode)
3508 (global-whitespace-mode, global-whitespace-newline-mode):
3509 * xt-mouse.el (xterm-mouse-mode): Doc fix.
3510
a3839de2
SM
3511 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3512 Fix autogenerated docstring.
06e21633 3513
5214e501
JL
35142011-10-19 Juri Linkov <juri@jurta.org>
3515
3516 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
3517 by checking environment variables "DESKTOP_SESSION" and
3518 "XDG_CURRENT_DESKTOP". (Bug#9779)
3519
195f8db9
JL
35202011-10-19 Juri Linkov <juri@jurta.org>
3521
3522 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
3523 (browse-url-chromium-program, browse-url-chromium-arguments):
3524 New defcustoms.
3525 (browse-url-default-browser): Check for `browse-url-chromium' and
3526 call `browse-url-chromium-program'.
3527 (browse-url-chromium): New command. (Bug#9779)
3528
343a34ff
JB
35292011-10-18 Juanma Barranquero <lekktu@gmail.com>
3530
3531 * facemenu.el (list-colors-duplicates): On Windows, detect more
3532 duplicates by assuming that only colors matching "^System" are
3533 special "system colors". (Bug#9722)
3534
6978a151
SM
35352011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3536
3537 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
3538 to distinguish the author from the committer.
3539
6a80b297
MA
35402011-10-18 Michael Albinus <michael.albinus@gmx.de>
3541
3542 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
3543
b31a5677
JK
35442011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
3545
3546 * international/mule.el (sgml-html-meta-auto-coding-function):
3547 Add support for detecting encoding in HTML5 specified only as
3548 <meta charset="UTF-8">. Implementation just makes http-equiv and
3549 content-type parts from HTML4 encoding string optional. (Bug#9716)
3550
80c6d77f
GM
35512011-10-18 Glenn Morris <rgm@gnu.org>
3552
3553 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
3554
08b0fee8
CY
35552011-10-18 Chong Yidong <cyd@gnu.org>
3556
3557 * faces.el (cursor): Doc fix.
3558
67e729a5
CY
35592011-10-17 Chong Yidong <cyd@gnu.org>
3560
3561 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
3562
343a34ff 35632011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
3564
3565 * dirtrack.el (dirtrack): Support shell buffers with path
3566 prefixes, e.g. tramp-based remote shells. (Bug#9647)
3567
0bc06380
TZ
35682011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
3569
3570 * json.el: Bump version to 1.3 and note change in History.
3571 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
3572
8b79f3e0
SM
35732011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
3574
5a7c536b
SM
3575 * comint.el (comint-insert-input, comint-send-input)
3576 (comint-get-old-input-default, comint-backward-matching-input)
3577 (comint-next-prompt): Use nil instead of `input' for field property of
3578 past user input (bug#114).
3579
96a8a0df
SM
3580 * minibuffer.el (completion--replace): Inherit surrounding properties
3581 (bug#114).
3582 (minibuffer-complete-and-exit): Use it.
3583
8b79f3e0
SM
3584 * comint.el (comint--table-subvert): Quote the all-completions output
3585 (bug#9160).
3586
b8f7ff0d
MR
35872011-10-17 Martin Rudalics <rudalics@gmx.at>
3588
8b79f3e0 3589 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 3590
b8f7ff0d 3591 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 3592 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
3593 entries and separate them from frame entries.
3594
c235b555
GM
35952011-10-15 Glenn Morris <rgm@gnu.org>
3596
3597 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
3598 Doc fixes.
3599
6bbfa6e1
CY
36002011-10-15 Chong Yidong <cyd@stupidchicken.com>
3601
8b79f3e0
SM
3602 * net/network-stream.el (network-stream-open-starttls):
3603 Improve detection of failure due to lack of TLS support.
ec5c990d 3604
6bbfa6e1
CY
3605 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
3606 putting the input text in front and in bold.
3607
98488977
SM
36082011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
3609
3d1337be
SM
3610 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
3611
ee0b45e4
SM
3612 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
3613 empty buffer.
3614
98488977
SM
3615 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
3616 unread-command-events rather than pushing yet-another event.
3617
186f4720
EZ
36182011-10-14 Eli Zaretskii <eliz@gnu.org>
3619
3620 * mail/sendmail.el (sendmail-query-once): Improve the wording of
3621 the explanation of the possible choices. Make the options passed
3622 to completing-read shorter.
3623
8b7a997c
AM
36242011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3625
3626 * textmodes/flyspell.el (flyspell-large-region): Make sure
3627 extended character mode is used if defined (Bug#1339).
3628
12587bbb
EZ
36292011-10-13 Eli Zaretskii <eliz@gnu.org>
3630
3631 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
3632 character info for LRE, LRO, RLE, and RLO characters by appending
3633 an invisible PDF.
12587bbb 3634
bad41229
SM
36352011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
3636
3637 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
3638 even in case of error; add debug spec; simplify data flow.
3639 (with-timeout-handler): Remove.
3640
28dbc92f
MA
36412011-10-12 Michael Albinus <michael.albinus@gmx.de>
3642
3643 Fix Bug#6019, Bug#9315.
3644
3645 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
3646 complete `buffer-file-name', the local file name part could look
3647 remotely (for example on VMS).
3648
3649 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
3650 `tramp-run-real-handler'.
3651 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
3652 already quoted by '"'.
3653
3654 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
3655 Let `file-name-handler-alist' be nil, the local file name part
3656 could look remotely (for example on VMS).
3657
e1b0b23a
SM
36582011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3659
3660 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
3661 from here...
3662 (flyspell-post-command-hook): ...to here.
3663
a120bde9
SM
36642011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3665
3666 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
3667 if not needed.
3668 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
3669 using completion. Protect against "slow" callers.
3670 Remove the "message hack".
3671
7ce7717b
JL
36722011-10-11 Juri Linkov <juri@jurta.org>
3673
3674 * isearch.el (isearch-lazy-highlight-word): New variable.
3675 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
3676 Use it. (Bug#9727)
3677
c02ee9d6
GM
36782011-10-11 Glenn Morris <rgm@gnu.org>
3679
3680 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
3681 like f90-previous-statement does.
3682
93e616fd 36832011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3684
1f190e73 3685 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
3686 only in interactive use, to avoid error.
3687
af7b6078
SM
36882011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3689
3690 * minibuffer.el (completion-file-name-table): Fix last change,
3691 i.e. ignore normal errors but not the other ones.
3692
0563dae9
MR
36932011-10-10 Martin Rudalics <rudalics@gmx.at>
3694
3695 * window.el (special-display-buffer-names)
3696 (special-display-regexps): Remove some remnants of earlier
3697 changes from doc-strings.
366ca7f3
MR
3698 (quit-windows-on): New function.
3699
3700 * vc/vc.el (vc-revert, vc-rollback):
3701 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
3702 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 3703 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 3704
49677495
MR
37052011-10-09 Martin Rudalics <rudalics@gmx.at>
3706
3707 * window.el (frame-auto-hide-function): Add version tag.
3708 (Bug#9699)
3709
56f2d1e1
MA
37102011-10-09 Michael Albinus <michael.albinus@gmx.de>
3711
3712 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
3713 condition.
3714
112a6592
LL
37152011-10-09 Leo Liu <sdl.web@gmail.com>
3716
3717 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
3718 (Bug#9701)
3719
0812589b
GM
37202011-10-08 Glenn Morris <rgm@gnu.org>
3721
3722 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
3723 before the first code statement zero indent. (Bug#9690)
3724
b2b0776e
CY
37252011-10-08 Chong Yidong <cyd@stupidchicken.com>
3726
3727 * simple.el (count-words-region): Always count in the region.
3728 Report the number of lines and characters too.
3729 (count-words): New command, which counts in the buffer if the
3730 region is inactive, as count-words-region used to.
3731 (count-words--message): New function. Handle plurals.
3732 (count-lines-region): Make it an alias for count-words-region.
3733
3734 * bindings.el (esc-map): Replace count-lines-region with
3735 count-words-region.
3736
c557cd6b
MR
37372011-10-08 Martin Rudalics <rudalics@gmx.at>
3738
3739 * window.el (window--delete): Delete dedicated frame
3740 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 3741 (switch-to-buffer): Fix doc-string typo.
c557cd6b 3742
61a57ef4 37432011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3744
3a7d293b 3745 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 3746
c3833279
CY
37472011-10-07 Chong Yidong <cyd@stupidchicken.com>
3748
3749 * bindings.el ([M-left],[M-right]): Bind to left-word and
3750 right-word respectively.
3751
21ce8245
GM
37522011-10-07 Glenn Morris <rgm@gnu.org>
3753
3754 * cus-start.el (debug-on-quit): Fix custom type.
3755
6d823bb2
LMI
37562011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3757
0181e193
LMI
3758 * subr.el (define-key-after): Clarify that the function is not
3759 useful for non-menu keymaps.
3760
6d823bb2
LMI
3761 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
3762
8e3459ce 37632011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3764
21ce8245 3765 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 3766 in current minibuffer (Fix bug with recursive minibuffers).
3767
a1c2d21e
CY
37682011-10-06 Chong Yidong <cyd@stupidchicken.com>
3769
3770 * progmodes/gdb-mi.el (gdb): Doc fix.
3771
5a4cf282
MR
37722011-10-05 Martin Rudalics <rudalics@gmx.at>
3773
3774 * window.el (frame-auto-hide-function): New option replacing
3775 frame-auto-delete. Suggested by Stefan Monnier.
3776 (window--delete): Call frame-auto-hide-function instead of
3777 investigating frame-auto-delete.
c96111ea
MR
3778 (window-point-1, set-window-point-1): New functions.
3779 (window-in-direction, record-window-buffer, window-state-get-1)
3780 (display-buffer-record-window): Use window-point-1 instead of
3781 window-point.
3782 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 3783
9854542e
SM
37842011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
3785
3786 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
3787
8943cfb0
GM
37882011-10-05 Glenn Morris <rgm@gnu.org>
3789
3790 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
3791 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
3792
647ab967
LL
37932011-10-05 Leo Liu <sdl.web@gmail.com>
3794
3795 * subr.el (read-char-choice): Fix argument to buffer-live-p which
3796 works with buffer object.
3797
3ddfbced
SM
37982011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
3799
3800 * mpc.el (mpc-tool-bar-map): Add labels.
3801
bdfa5dd2
GM
38022011-10-04 Glenn Morris <rgm@gnu.org>
3803
3804 * calendar/holidays.el (calendar-check-holidays): Doc fix.
3805
0e2070b5
MR
38062011-10-04 Martin Rudalics <rudalics@gmx.at>
3807
3808 * window.el (window--delete): New function.
3809 (frame-auto-delete): Resuscitate option.
3810 (bury-buffer, replace-buffer-in-windows)
3811 (quit-window): Rewrite using window--delete.
3812 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
3813 Pass display-buffer-mark-dedicated to window--display-buffer-2
3814 (Bug#9639).
3815
3dc61a09
SM
38162011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3817
915a9b64
SM
3818 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
3819 returns a list (bug#9554). Add remote file name completion.
3820 * comint.el (comint--table-subvert): Curry and get quote&unquote
3821 functions as arguments.
3822 (comint--complete-file-name-data): Adjust call accordingly.
3823 * pcomplete.el (pcomplete--table-subvert): Remove.
3824 (pcomplete-completions-at-point): Use comint--table-subvert instead.
3825
3dc61a09
SM
3826 * minibuffer.el (completion-table-case-fold): Use currying.
3827 (completion--styles-type, completion--cycling-threshold-type):
3828 New constants.
3829 (completion-styles, completion-category-overrides)
3830 (completion-cycle-threshold): Use them.
3831 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
3832 completion-table-case-fold.
3833
8ea0a993
SB
38342011-10-03 Stephen Berman <stephen.berman@gmx.net>
3835
3836 * minibuffer.el (completion-category-overrides): Fix type of styles
3837 and add more user friendly tags (bug#9660).
3838
8c24b7f6
SM
38392011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3840
3841 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
3842 (mule-input-method-string): New widget.
3843 (default-input-method, language-info-custom-alist): Use it.
3844
428fe61a
SM
38452011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
3846
32c1fffd
SM
3847 * pcomplete.el: Require comint.
3848 (pcomplete--common-suffix): Remove.
3849 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
3850 (pcomplete--table-subvert): Sync with comint--table-subvert.
3851 (pcomplete--entries): Use comint-completion-file-name-table.
3852 * comint.el (comint-unquote-filename): Simplify.
3853 (comint-completion-file-name-table): New function (bug#9616).
3854 (comint--complete-file-name-data): Use it.
3855
428fe61a
SM
3856 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
3857 (pcmpl-gnu-tar-buffer): Remove.
3858 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
3859 around. Make sure pcomplete-suffix-list is only changed temporarily.
3860 Don't look inside the tar's file if it's too large.
428fe61a 3861
04c52e2f
CY
38622011-10-01 Chong Yidong <cyd@stupidchicken.com>
3863
ce3cefcc
CY
3864 * cus-edit.el (custom-mode-map):
3865 * epa.el (epa-key-list-mode-map):
3866 * man.el (Man-mode-map):
3867 * startup.el (splash-screen-keymap):
3868 * simple.el (special-mode-map): Use scroll-up-command and
3869 scroll-down-command.
3870
3871 * progmodes/idlw-help.el (idlwave-help-mode-map):
3872 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
3873 * net/newst-plainview.el (newsticker-mode-map):
3874 * emulation/ws-mode.el (wordstar-mode-map):
3875 * emulation/vi.el (vi-com-map):
3876 * calc/calc-graph.el (calc-graph-show-dumb):
3877 * term/sun.el (terminal-init-sun):
3878 * term/ns-win.el (global-map):
3879 * progmodes/grep.el (grep-mode-map):
3880 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
3881 * mail/rmail.el (rmail-mode-map):
3882 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
3883
04c52e2f
CY
3884 * custom.el (custom-safe-themes, load-theme): Treat value of t for
3885 custom-safe-themes as special.
3886
79adf8c8
JD
38872011-10-01 Julien Danjou <julien@danjou.info>
3888
3889 * notifications.el (notifications-notify): Fix docstring.
3890
63bd50d3
PS
38912011-10-01 Per Starbäck <per@starback.se>
3892
3893 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
3894
199e4c7e
MR
38952011-09-30 Martin Rudalics <rudalics@gmx.at>
3896
3897 * startup.el (command-line-1): Fix last fix by inserting
3898 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 3899 (Bug#9605) and (Bug#9636)
199e4c7e 3900
fe5f08dd
EZ
39012011-09-29 Eli Zaretskii <eliz@gnu.org>
3902
3903 * simple.el (line-move): If auto-hscroll-mode is disabled and the
3904 window is hscrolled, move by logical lines. (Bug#9607)
3905 (line-move-visual): Update the doc string to the above effect.
3906
b5516bbd
MR
39072011-09-29 Martin Rudalics <rudalics@gmx.at>
3908
ccee00c0
MR
3909 * window.el (display-buffer-record-window): When WINDOW is the
3910 selected window use `point' instead of `window-point'. (Bug#9626)
3911
b5516bbd
MR
3912 * startup.el (command-line-1): Use insert-before-markers when
3913 inserting initial-scratch-message. (Bug#9605)
ccee00c0 3914
b5516bbd
MR
3915 * help.el (help-window): Remove variable.
3916
52aa0014
GM
39172011-09-29 Glenn Morris <rgm@gnu.org>
3918
3919 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
3920
df9a7357
JB
39212011-09-29 Juanma Barranquero <lekktu@gmail.com>
3922
3923 * descr-text.el (describe-char-categories): Accept category
3924 descriptions more than one line long.
3925
a8406c20
SM
39262011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
3927
88d9610c
SM
3928 * simple.el (delete-trailing-whitespace): Fix last change.
3929
a5daf810
SM
3930 * progmodes/perl-mode.el (perl-syntax-propertize-function):
3931 Don't confuse "y => 3" as the beginning of a `y' operation.
3932
a8406c20
SM
3933 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
3934 object has more than 4 slots (bug#9613).
3935
a239d4e9
JB
39362011-09-28 Juanma Barranquero <lekktu@gmail.com>
3937
3938 * subr.el (with-output-to-temp-buffer):
3939 * net/quickurl.el (quickurl, quickurl-browse-url):
3940 Fix typos in docstrings.
3941
693fbdb6
EZ
39422011-09-27 Eli Zaretskii <eliz@gnu.org>
3943
3944 * minibuffer.el (completion-styles)
3945 (completion-category-overrides): Cross reference each other in doc
3946 strings.
3947
8b457e28
GM
39482011-09-27 Glenn Morris <rgm@gnu.org>
3949
3950 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
3951 to split-string. (Bug#9606)
3952
85a16208
LMI
39532011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3954
3955 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
3956 (bug#9615).
3957
502f9ebd
CY
39582011-09-27 Chong Yidong <cyd@stupidchicken.com>
3959
3960 * emacs-lisp/package.el (list-packages): Fix echo area message.
3961
7690bdea
LL
39622011-09-27 Leo Liu <sdl.web@gmail.com>
3963
3964 * ido.el (ido-read-internal): Accept cons cell HIST arg.
3965
e2ee6f30
MA
39662011-09-25 Michael Albinus <michael.albinus@gmx.de>
3967
3968 * net/dbus.el (dbus-unregister-object): Don't release services for
3969 registered signals. (Bug#9581)
3970
f3f98342
TZ
39712011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
3972
3973 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
3974 function that picks between cfengine 2 and 3 support
3975 automatically. Update docs accordingly.
3976
dd7aa8dd
KH
39772011-09-22 Kenichi Handa <handa@m17n.org>
3978
3979 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
3980 ZERO.
3981 (indian-itrans-v5-table-for-tamil): New variable.
3982 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
3983
3f2b07f8
KM
39842011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
3985
3986 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
3987 that's true if the current command involved collapsing of text.
3988 It's reset to false at the beginning of the next command.
3989 (allout-post-command-business): Move the cursor to the beginning
3990 of entry if the cursor is hidden and collapsing activity just
3991 happened.
3992
371d6a61
CY
39932011-09-24 Chong Yidong <cyd@stupidchicken.com>
3994
3995 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
3996 tracking (Bug#9541).
3997
2ac2721a
UJ
39982011-09-24 Ulf Jasper <ulf.jasper@web.de>
3999
4000 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
4001 (newsticker-show-news): Automatically load html rendering package
4002 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
4003 because w3m-fill-column is let-bound" and the error "Symbol's value
4004 as variable is void: w3m-fill-column".
2ac2721a 4005
fac7ae53
MA
40062011-09-24 Michael Albinus <michael.albinus@gmx.de>
4007
4008 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
4009 Release services only if they are defined. (Bug#9581)
4010
e08b633b
RS
40112011-09-23 Richard Stallman <rms@gnu.org>
4012
e488d29c
RS
4013 * textmodes/paragraphs.el (forward-sentence): For backwards case,
4014 distinguish start of paragraph from start of its text.
4015
19c38752
RS
4016 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
4017
e08b633b
RS
4018 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
4019 (rmail-generate-viewer-buffer): Put that hook on view buffer.
4020 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
4021
0a39f27e
AS
40222011-09-23 Andreas Schwab <schwab@linux-m68k.org>
4023
4024 * international/mule-diag.el (mule-diag): Insert a newline after
4025 each fontset description.
4026
db4e950d
SM
40272011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4028
4029 * simple.el (delete-trailing-whitespace):
4030 Document last change; simplify.
4031
eca3f3ea
PW
40322011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
4033
d68e189a
PW
4034 * simple.el (delete-trailing-whitespace): Also delete
4035 extra newlines at the end of the buffer.
4036
eca3f3ea
PW
4037 * textmodes/picture.el: Make motion commands obey shift-select-mode.
4038 (picture-newline): Use forward-line so as to ignore fields.
4039
01c157cc
SM
40402011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4041
4042 * subr.el (with-wrapper-hook): Fix edebug spec.
4043
022de23e
LMI
40442011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4045
4046 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
4047 (bug#4538).
4048
91683089
MA
40492011-09-23 Michael Albinus <michael.albinus@gmx.de>
4050
eca3f3ea
PW
4051 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
4052 Fix nasty bug using wrong cached values.
91683089 4053
5bdd6fa4
AM
40542011-09-23 Alan Mackenzie <acm@muc.de>
4055
4056 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
4057
97adfb97
CY
40582011-09-23 Chong Yidong <cyd@stupidchicken.com>
4059
4060 * window.el (pop-to-buffer): Ensure right window is selected if we
4061 chose another frame.
4062
d4ef2b50
EZ
40632011-09-22 Eli Zaretskii <eliz@gnu.org>
4064
4065 * simple.el (what-cursor-position): Use get-char-property-change
4066 and next-single-char-property-change, to be able to show display
4067 properties that come from overlays as well as text properties.
4068
72258fe5
CY
40692011-09-22 Chong Yidong <cyd@stupidchicken.com>
4070
4071 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
4072
4073 * cmuscheme.el (run-scheme, switch-to-scheme):
4074 * cus-edit.el (customize-group, custom-buffer-create)
4075 (customize-browse):
4076 * info.el (info):
4077 * shell.el (shell):
4078 * mail/sendmail.el (mail):
4079 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
4080
8f098516
RS
40812011-09-22 Richard Stallman <rms@gnu.org>
4082
4083 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
4084 move back only to line beg, don't move back over blank lines.
4085
e74f1bb6
MA
40862011-09-22 Michael Albinus <michael.albinus@gmx.de>
4087
4088 * files.el (copy-directory): Set directory attributes only in case
4089 they could be retrieved from the source directory. (Bug#9565)
4090
bfeef8b6
DK
40912011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
4092
4093 * progmodes/hideshow.el (hs-looking-at-block-start-p)
4094 (hs-find-block-beginning, hs-hide-level-recursive):
4095 Ignore strings as well as comments. (Bug#9502)
4096
7e423bb8
AS
40972011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
4098
4099 * progmodes/sql.el (sql-comint-postgres):
4100 Convert port number to a string. (Bug#9566)
4101
b4d72fcf
MR
41022011-09-22 Martin Rudalics <rudalics@gmx.at>
4103
4104 * window.el (quit-window): Undedicate window when switching to
4105 previous buffer. Reported by Thierry Volpiatto
4106 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
4107 (special-display-popup-frame): When popping up a new frame reset
4108 its previous buffers to nil. Simplify code.
b4d72fcf 4109
a7b88dc6
MA
41102011-09-21 Michael Albinus <michael.albinus@gmx.de>
4111
4112 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
4113 and process filter, as done also in `shell-command'.
4114
cf4eacfd
MR
41152011-09-21 Martin Rudalics <rudalics@gmx.at>
4116
eca3f3ea 4117 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
4118 Call set-window-start with NOFORCE argument t.
4119 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
4120 (quit-window): Reword doc-string. Handle new format of
4121 quit-restore parameter. Don't delete window if it has a
4122 previous buffer we can show instead of the present one.
4123 (display-buffer-record-window): Rewrite using a new format for
4124 the quit-restore window parameter
4125 (special-display-popup-frame, display-buffer-same-window)
4126 (display-buffer-reuse-window, display-buffer-pop-up-frame)
4127 (display-buffer-pop-up-window, display-buffer-use-some-window):
4128 Adapt symbol passed to display-buffer-record-window.
4129 * help.el (help-window-setup): Handle new format of quit-restore
4130 parameter.
4131
8d28cb95
SM
41322011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4133
94ab793f
SM
4134 * faces.el (face-list): Fix docstring (bug#9564).
4135
8d28cb95
SM
4136 * window.el (display-buffer--action-function-custom-type):
4137 Don't include internal functions in the Custom interface.
4138
3820edeb
JL
41392011-09-20 Juri Linkov <juri@jurta.org>
4140
4141 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
4142 (Info-forward-node, Info-backward-node, Info-next-preorder)
4143 (Info-last-preorder): Use it. (Bug#9528)
4144
5147931d
JL
41452011-09-20 Juri Linkov <juri@jurta.org>
4146
4147 * info.el (Info-last-preorder): Visit last menu item only when
4148 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
4149
cf499a1a
JD
41502011-09-20 Julien Danjou <julien@danjou.info>
4151
4152 * password-cache.el (password-cache-remove): Remove entries even if the
4153 value is nil, so that password with a nil value (negative caching) is
4154 possible to invalidate.
4155
f84e2fe2
LM
41562011-09-20 Lawrence Mitchell <wence@gmx.li>
4157
4158 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
4159 all whitespace around breakpoint. (Bug#9553)
4160 (f90-find-breakpoint): Only break at whitespace inside a comment.
4161
78054a46
SM
41622011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
4163
4164 * minibuffer.el (completion-file-name-table): Keep track of errors.
4165 (completion-table-with-predicate): Handle the case where pred1 is nil.
4166 * pcomplete.el (pcomplete-completions-at-point): Simplify.
4167
345083b2
SM
41682011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4169
e24e27be
SM
4170 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
4171 (debugger-return-value): Signal an error if the debugging context does
4172 not await any return value.
4173
345083b2
SM
4174 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
4175 * image-mode.el (image-toggle-display-text)
4176 (image-toggle-display-image): Stay away from evil `intangible'.
4177
08d355e3
LL
41782011-09-19 Leo Liu <sdl.web@gmail.com>
4179
4180 * replace.el (occur-revert-arguments): Make it permanent-local.
4181 (occur-mode): Don't call font-lock-defontify.
4182
f01da43f
CY
41832011-09-19 Chong Yidong <cyd@stupidchicken.com>
4184
4185 * net/ldap.el (ldap-search-internal): Don't push empty search
4186 result (Bug#9508).
4187
b6072fa6
SM
41882011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4189
4190 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
4191
443d6696
MA
41922011-09-19 Michael Albinus <michael.albinus@gmx.de>
4193
4194 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
4195 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
4196
7cc6e154
JL
41972011-09-18 Juri Linkov <juri@jurta.org>
4198
4199 * buff-menu.el (Buffer-menu-mode-map):
4200 * dired.el (dired-mode-map):
4201 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
4202 (lisp-interaction-mode-map):
4203 * emacs-lisp/package.el (package-menu-mode-map):
4204 * epa.el (epa-key-list-mode-map):
4205 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
4206 (menu-bar-options-menu):
4207 * outline.el (outline-mode-menu-bar-map):
4208 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
4209 * vc/vc-dir.el (vc-dir-menu-map):
4210 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
4211 Capitalize non-function content words in menu item strings.
4212
4213 * dired.el (dired-mode-map): Add menu item for
4214 `image-dired-dired-toggle-marked-thumbs'.
4215
80302a81
JL
42162011-09-18 Juri Linkov <juri@jurta.org>
4217
4218 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
4219 to `isearch-case-fold-search' and restore its original value
4220 after the `isearch-mode' call.
4221
46c5cf66
JL
42222011-09-18 Juri Linkov <juri@jurta.org>
4223
4224 * progmodes/grep.el (grep-process-setup): Don't check code for 1
4225 because `zgrep' returns 1 for successful matches (bug#9226).
4226
d18b513b
JL
42272011-09-18 Juri Linkov <juri@jurta.org>
4228
4229 * info.el (Info-extract-menu-node-name): Check the second match
4230 for empty string (second test-case of bug#9528).
4231 (Info-last-preorder): Let-bind `Info-history' to nil to not add
4232 intermediate nodes to the history (first test-case of bug#9528).
4233
72753f87
JL
42342011-09-18 Juri Linkov <juri@jurta.org>
4235
4236 * info.el (Info-mode-syntax-table): New variable.
1154d12e 4237 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 4238
c9384295
JL
42392011-09-18 Juri Linkov <juri@jurta.org>
4240
1154d12e
JB
4241 * info.el (Info-file-supports-index-cookies):
4242 Increment line-beginning-position's arg from 3 to 4 because makeinfo
4243 outputs one more line for long file names (bug#4142).
c9384295 4244
d473dce8
CY
42452011-09-18 Chong Yidong <cyd@stupidchicken.com>
4246
4247 * newcomment.el (comment-normalize-vars): If prompting for
4248 comment-start, set comment-start-skip too (Bug#8424).
4249
2176854d
JB
42502011-09-18 Johan Bockgård <bojohan@gnu.org>
4251
4252 * icomplete.el: Fix previous fix of Bug#5849.
4253 (icomplete-mode): Don't set completion-show-inline-help.
4254 (icomplete-minibuffer-setup): Set completion-show-inline-help
4255 locally during icompletion.
4256
3aace4e4
CY
42572011-09-18 Chong Yidong <cyd@stupidchicken.com>
4258
c940224f
CY
4259 * woman.el (woman2-process-escapes): Don't delete unrecognized
4260 escapes (Bug#7843).
4261
3aace4e4
CY
4262 * files.el (inhibit-first-line-modes-regexps): Add image files.
4263 (hack-local-variables-prop-line): Return nil for malformed
4264 prop-lines (Bug#9044).
4265
710dec63
MA
42662011-09-18 Michael Albinus <michael.albinus@gmx.de>
4267
4268 * net/tramp.el (top): Don't require 'shell.
4269 (tramp-methods): Fix docstring.
4270 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
4271 Return complete remote file name. Handle "smb" case.
4272 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
4273 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
4274
4275 * net/tramp-compat.el (top): Require 'shell.
4276
4277 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
4278 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
4279 `tramp-current-host'.
4280 (tramp-get-remote-tmpdir): Remove.
4281
4282 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
4283 `tramp-tmpdir' entries.
4284 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
4285 (tramp-smb-handle-file-attributes): Ignore errors.
4286 (tramp-smb-wait-for-output): Check also for process end.
4287
5d5ac8ec
LMI
42882011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4289
4290 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
4291 when sending QUIT (bug#9312).
4292
8c0f49f0
CY
42932011-09-17 Chong Yidong <cyd@stupidchicken.com>
4294
4295 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
4296 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
4297 occur-mode-display-occurrence.
4298 (occur-edit-mode): Add usage message.
4299 (occur-cease-edit): New command.
4300 (occur-after-change-function): Use text properties to find the
4301 position of the prefix text.
4302 (occur-engine): Set stickiness of prefix text properties.
4303
8f1383f7
GM
43042011-09-17 Glenn Morris <rgm@gnu.org>
4305
4306 * progmodes/etags.el (complete-tag):
4307 Fix call to completion-in-region. (Bug#9526)
4308
744ba0e3
JL
43092011-09-17 Juri Linkov <juri@jurta.org>
4310
4311 * textmodes/ispell.el (ispell-word): Add to the error message
4312 the word, ispell program name and current dictionary (bug#9121).
4313 (ispell-tex-arg-end): Capitalize "error" in the error message.
4314
d9bbf400
AS
43152011-09-17 Andreas Schwab <schwab@linux-m68k.org>
4316
4317 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
4318 check. (Bug#4251)
4319
8da11505
JL
43202011-09-17 Juri Linkov <juri@jurta.org>
4321
4322 * window.el (window-safe-min-height, window-safe-min-width):
4323 Fix typos (followup to bug#9522).
4324
a91adc7e
SJ
43252011-09-17 Sven Joachim <svenjoac@gmx.de>
4326
4327 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
4328
064f328a
EZ
43292011-09-16 Eli Zaretskii <eliz@gnu.org>
4330
4331 * simple.el (line-move): If goal-column is set, move by logical
4332 lines, not by display lines. (Bug#971)
4333 (next-line, previous-line, goal-column, line-move-visual): Doc fix
4334 to reflect the above change.
4335
e69df516
SM
43362011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4337
4338 * image.el (imagemagick-register-types): Use regexp-opt.
4339
cbb0f9ab
CY
43402011-09-15 Chong Yidong <cyd@stupidchicken.com>
4341
4342 * window.el (display-buffer-base-action): Rename from
4343 display-buffer-default-action. Make default value empty.
4344 (display-buffer-overriding-action): Convert to defvar.
4345 (display-buffer-fallback-action): New var.
4346
25322144
CY
43472011-09-15 Chong Yidong <cyd@stupidchicken.com>
4348
4349 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
4350 declaration.
4351 (package--add-to-archive-contents): If there is a duplicate entry
4352 with an older version, remove it.
4353 (package-menu-mark-delete, package-menu-mark-install)
4354 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
4355 (package-menu-mark-obsolete-for-deletion):
4356 Use package-menu-get-status instead of a regexp search.
25322144
CY
4357 (package-menu-get-status): Use tabulated-list-entry.
4358 (package-menu-mark-upgrades): New command.
d770725a 4359 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
4360 (package-menu-execute): Do installation before deletion.
4361 (package-menu-refresh, package-menu-execute): Use derived-mode-p
4362 instead of checking major-mode.
4363 (package-menu--find-upgrades): New function.
4364
7520339c
LMI
43652011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4366
4367 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
4368 passwords in the log buffer.
65a046c4
LMI
4369 (smtpmail-process-filter): Update the process marker so that the
4370 "broken by peer" status message is inserted in the right place.
7520339c 4371
d3c30954
SM
43722011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4373
3fe48822
SM
4374 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
4375 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
4376 bibtex-completion-at-point-function.
4377 (bibtex-completion-at-point-function): Use them.
4378
1b8b3954
SM
4379 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
4380
d3c30954
SM
4381 * mpc.el (mpc-constraints-tag-lookup): New function.
4382 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
4383 also to browser "album|playlist".
4384
72779976
JL
43852011-09-14 Juri Linkov <juri@jurta.org>
4386
4387 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
4388 (isearch-edit-string): Use length of `isearch-string' when
4389 `isearch-fail-pos' returns nil.
4390 (isearch-message): Remove duplicate code and call
4391 `isearch-fail-pos' with arg `t'.
4392
a0bf2bcd
CY
43932011-09-14 Chong Yidong <cyd@stupidchicken.com>
4394
17bb0a2d
CY
4395 * replace.el (occur-mode-goto-occurrence): Don't force using other
4396 window (Bug#9499).
4397
a0bf2bcd
CY
4398 * dired-aux.el (dired-do-chmod): Don't provide initial input.
4399
f678e0b6
MR
44002011-09-14 Martin Rudalics <rudalics@gmx.at>
4401
4402 * window.el (display-buffer-window): Remove.
4403 (display-buffer-record-window): Use help-setup window parameter
4404 instead of variable display-buffer-window.
4405 (display-buffer-function, special-display-buffer-names)
4406 (special-display-function): Mention help-setup parameter instead
4407 of display-buffer-window in doc-string.
d3c30954
SM
4408 * help.el (help-window-setup): New argument help-window.
4409 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
4410 Reword some messages.
4411 (with-help-window): Pass window used for displaying the buffer
4412 to help-window-setup. Don't set display-buffer-window.
4413
8e39b2e8
GM
44142011-09-13 Glenn Morris <rgm@gnu.org>
4415
4416 * emacs-lisp/debug.el (debugger-make-xrefs):
4417 Preserve point. (Bug#9462)
4418
85e9c04b
CY
44192011-09-13 Chong Yidong <cyd@stupidchicken.com>
4420
4421 * window.el (window-deletable-p): Use next-frame.
4422
1b36ed6a
MR
44232011-09-13 Martin Rudalics <rudalics@gmx.at>
4424
4425 * window.el (window-auto-delete): Remove.
4426 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 4427 dedication and previous buffers.
1b36ed6a
MR
4428 (switch-to-prev-buffer): Don't delete window.
4429 (delete-windows-on): Delete a window's frame if and only if the
4430 window is dedicated.
4431 (replace-buffer-in-windows): Delete buffer's window or frame if
4432 and only if window is dedicated.
4433 (quit-window): Handle quit-restore as before last change.
4d61f28d 4434 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 4435
ef8ef9fb
CY
44362011-09-13 Chong Yidong <cyd@stupidchicken.com>
4437
4438 * window.el (window-deletable-p): Never delete the last frame on a
4439 given terminal.
4440
b2cba41e
GM
44412011-09-13 Glenn Morris <rgm@gnu.org>
4442
4443 * help.el (describe-key-briefly): Copy previous standard-output change.
4444
51553db6 44452011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
4446
4447 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
4448
b7556719
GM
44492011-09-13 Glenn Morris <rgm@gnu.org>
4450
4451 * emacs-lisp/lisp-mode.el (lisp-indent-function):
4452 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
4453
64b51947
CY
44542011-09-12 Chong Yidong <cyd@stupidchicken.com>
4455
4456 * dired-aux.el (dired-mark-read-string): Don't return default
4457 value on empty input (Bug#9361).
4458 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
4459 Omit initial minibuffer contents.
4460 (dired-do-chmod): Signal an error on empty input.
4461 (dired-mark-read-string): Don't return default on empty input.
4462
4463 * files.el (file-modes-symbolic-to-number): Doc fix.
4464
393a301e
SM
44652011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4466
4467 * international/mule-cmds.el (ucs-completions): Remove.
4468 (read-char-by-name): Use complete-with-action instead; add metadata.
4469
fa5660f9
CY
44702011-09-11 Chong Yidong <cyd@stupidchicken.com>
4471
4472 * window.el (display-buffer--action-function-custom-type)
4473 (display-buffer--action-custom-type): New vars.
4474 (display-buffer-alist, display-buffer-default-action)
4475 (display-buffer-overriding-action): Add defcustom types.
4476
4a592f66
CY
4477 * frame.el (delete-other-frames): Doc fix (Bug#276).
4478
73d56dbd
LMI
44792011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4480
4481 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
4482
37ac18a3
CY
44832011-09-11 Chong Yidong <cyd@stupidchicken.com>
4484
4485 Change modes that used same-window-* vars to use switch-to-buffer.
4486
4487 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
4488 Use switch-to-buffer.
4489
4490 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
4491 (customize-browse, custom-buffer-create-other-window):
4492 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
4493
4494 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
4495 (Info-prev, Info-up, Info-speedbar-goto-node)
4496 (info-display-manual): Use switch-to-buffer.
4497 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
4498
4499 * mail/sendmail.el (mail): Use switch-to-buffer.
4500 (mail-recover): Use switch-to-buffer-other-window.
4501
4502 * cmuscheme.el (run-scheme, switch-to-scheme):
4503 * ielm.el (ielm):
4504 * shell.el (shell):
4505 * net/rlogin.el (rlogin):
4506 * net/telnet.el (telnet, rsh):
4507 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
4508
10195bd6
AS
45092011-09-11 Andreas Schwab <schwab@linux-m68k.org>
4510
4511 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
4512
b322f63a
LMI
45132011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4514
39d7fed6
LMI
4515 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
4516 so don't mention it (bug#9301).
ba5a81f1 4517 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 4518
ee0e9f11
LMI
4519 * faces.el (face-spec-set-match-display): Make `(type graphic)'
4520 match `x', `w32' and `ns', like the manual says (bug#9029).
4521
0b1c89c1 4522 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
4523 (process-kill-buffer-query-function): Mention the buffer name in
4524 the query.
0b1c89c1 4525
77549ea8
LMI
4526 * image-mode.el (image-next-line): The line parameter is mandatory
4527 (bug#9258).
4528
803ef892
LMI
4529 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
4530 which can be useful (bug#9301).
4531
12980837
LMI
4532 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
4533
91054f8f
LMI
4534 * subr.el (match-string): Mention that the current buffer should
4535 be the same as the search was done in (bug#9282).
4536
b322f63a
LMI
4537 * facemenu.el: Disable the remove-* commands if the mark isn't
4538 active (bug#9162).
4539
3199b96f
CY
45402011-09-10 Chong Yidong <cyd@stupidchicken.com>
4541
4542 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
4543 of display-buffer.
4544 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
4545
4546 * replace.el (occur-mode-goto-occurrence)
4547 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
4548 and display-buffer.
4549
4550 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
4551 display-buffer.
4552
4553 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
4554 special-display and same-window variables.
4555 (mail-other-window): Use switch-to-buffer-other-window.
4556 (mail-other-frame): USe switch-to-buffer-other-frame.
4557
393a301e
SM
4558 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
4559 Use display-buffer-other-frame.
3199b96f
CY
4560 (gdb-display-gdb-buffer): Use pop-to-buffer.
4561
4562 * progmodes/gud.el (gud-goto-info): Use info-other-window.
4563
4564 * progmodes/python.el: Don't set same-window-buffer-names.
4565
4566 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
4567
4568 * window.el (display-buffer-alist): Add *Python*.
4569
8319e0bf
CY
45702011-09-10 Chong Yidong <cyd@stupidchicken.com>
4571
4572 * window.el (display-buffer-alist): Add entry for buffers
4573 previously handled same-window-*.
4574 (display-buffer-alist, display-buffer-default-action)
4575 (display-buffer-overriding-action): Mark as risky.
4576 (display-buffer-alist): Document action function changes.
4577 (display-buffer--same-window-action)
4578 (display-buffer--other-frame-action): New variables.
4579 (switch-to-buffer, display-buffer-other-frame): Use them.
4580 (display-buffer): Rename reuse-frame entry to reusable-frames.
4581 (display-buffer-reuse-selected-window): Function deleted.
4582 (display-buffer-reuse-window): Handle reusable-frames alist entry.
4583 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
4584 (display-buffer-special): New function.
4585 (display-buffer--maybe-pop-up-frame-or-window): Rename from
4586 display-buffer-reuse-or-pop-window. Split off special-display
4587 part into display-buffer-special.
4588 (display-buffer-use-some-window): Don't perform any special
4589 pop-up-frames handling.
4590 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 4591 (display-buffer--maybe-same-window): Rename from
0d3ff375 4592 display-buffer-maybe-same-window.
8319e0bf 4593
919a69aa
CY
4594 * info.el: Don't set same-window-regexps.
4595 (info-setup): New function.
4596 (info-other-window, info): Call it.
4597
4598 * cus-edit.el: Don't set same-window-regexps.
4599 (customize-group): New argument.
4600 (customize-group-other-window): Use it.
4601 (customize-face, customize-face-other-window): Likewise.
4602 (custom-buffer-create-other-window): Use pop-to-buffer directly.
4603
8319e0bf
CY
4604 * net/rlogin.el:
4605 * net/telnet.el:
4606 * progmodes/gud.el: Don't set same-window-regexps.
4607
4608 * cmuscheme.el:
4609 * ielm.el:
4610 * shell.el:
4611 * mail/sendmail.el:
4612 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
4613
25173000
JL
46142011-09-10 Juri Linkov <juri@jurta.org>
4615
4616 * isearch.el (isearch-edit-string): Remove obsolete mention of
4617 `C-w' (`isearch-yank-word-or-char') from docstring.
4618 (isearch-query-replace): Fix typo in docstring (bug#9466).
4619
056e44ef
JL
46202011-09-10 Juri Linkov <juri@jurta.org>
4621
4622 * paren.el (show-paren-function): Don't show escaped parens.
4623 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
4624
c3760c17
EZ
46252011-09-10 Eli Zaretskii <eliz@gnu.org>
4626
4627 * mail/sendmail.el (mml-to-mime, mml-attach-file)
4628 (mm-default-file-encoding): Remove autoload forms, they are
4629 replaced with autoload cookies in mml.el and mm-encode.el.
4630 (mail-add-attachment): New command.
4631 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
4632 (mail-mode): Mention mail-insert-file and mail-add-attachment in
4633 the doc string.
4634 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
4635
fece895e
RT
46362011-09-10 Reuben Thomas <rrt@sc3d.org>
4637
e69df516
SM
4638 * simple.el (count-words-region): Use buffer if there's no region
4639 (bug#9429).
fece895e 4640
5e68ce4a
JL
46412011-09-09 Juri Linkov <juri@jurta.org>
4642
4643 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
4644 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
4645 (wdired-isearch-filter-read-only): New function. (Bug#6362)
4646
0a6b9622
AM
46472011-09-09 Alan Mackenzie <acm@muc.de>
4648
4649 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
4650 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
4651
14a29deb
EZ
46522011-09-09 Eli Zaretskii <eliz@gnu.org>
4653
4654 Fix for Savannah bug#9392.
4655 * simple.el (mail-encode-mml): New defvar.
4656
4657 * mail/rmail.el (mail-encode-mml): Add a defvar.
4658 (rmail-enable-mime-composing): Default to t.
4659 (rmail-forward): Use MIME method of forwarding only if both
4660 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
4661 Set mail-encode-mml non-nil if the MIME method was used.
4662
4663 * mail/sendmail.el (mml-to-mime): Add autoload form.
4664 (mail-encode-mml): Add a defvar.
4665 (mail-mode): Make mail-encode-mml buffer-local and initialize it
4666 to nil.
4667 (mail-send): If mail-encode-mml is non-nil, run the outgoing
4668 message through mml-to-mime, and reset mail-encode-mml to nil.
4669
28c45130
GM
46702011-09-09 Glenn Morris <rgm@gnu.org>
4671
4672 * woman.el (woman-if-body): When processing an .el block,
4673 do not delete the next .el block as well. (Bug#9447)
69f4b618 4674 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 4675
9b1c252e
MR
46762011-09-08 Martin Rudalics <rudalics@gmx.at>
4677
4678 * window.el (window-deletable-p): Make sure window is live before
4679 invoking window-prev-buffers.
4680
567457e3
LL
46812011-09-08 Leo Liu <sdl.web@gmail.com>
4682
4683 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
4684
97f05794
JL
46852011-09-08 Juri Linkov <juri@jurta.org>
4686
4687 * progmodes/compile.el (compilation-environment): Make it
4688 a defcustom (bug#8340).
4689
8b0874b5
MR
46902011-09-08 Martin Rudalics <rudalics@gmx.at>
4691
4692 * window.el (frame-auto-delete): Rename to window-auto-delete.
4693 Make it control auto-deletion of windows and/or frames.
4694 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 4695 for deleting window/frame. (Bug#9419)
8b0874b5
MR
4696 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
4697 Rewrite handling of case when window/frame can be deleted.
4698 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 4699 argument t. (Bug#9456)
8b0874b5 4700
4feb6e73
CY
47012011-09-07 Chong Yidong <cyd@stupidchicken.com>
4702
4703 * help-mode.el (help-mode): Restore autoload.
4704
91ab9c13
JL
47052011-09-07 Juri Linkov <juri@jurta.org>
4706
4707 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
4708 `compilation-environment'. Set buffer-local
4709 `compilation-environment' to `thisenv' later after (funcall mode).
4710 (Bug#8340)
4711
4712 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
4713 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
4714 instead of replacing its value. (Bug#8340)
4715
0527e251
JL
47162011-09-07 Juri Linkov <juri@jurta.org>
4717
4718 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
4719 based on text properties put by `grep-filter' instead of matching
4720 escape sequences.
4721 (grep-mode): Set buffer-local `compilation-error-screen-columns'
4722 to the value of `grep-error-screen-columns' (bug#9438).
4723
249f792c
JL
47242011-09-07 Juri Linkov <juri@jurta.org>
4725
4726 * simple.el (next-error-highlight, next-error-highlight-no-select):
4727 Doc fix (bug#9432).
4728
ff7271b9
OT
47292011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
4730
4731 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
4732 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
4733
183fc730
LL
47342011-09-07 Leo Liu <sdl.web@gmail.com>
4735
4736 * net/rcirc.el (rcirc-mode): Conditionally initialize
4737 rcirc-input-ring.
4738
77694924
SM
47392011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4740
4741 * emacs-lisp/find-func.el (find-function-C-source): Only set
4742 find-function-C-source-directory after checking that we found a source
4743 file there (bug#9440).
4744
d809b8eb
AM
47452011-09-06 Alan Mackenzie <acm@muc.de>
4746
4747 * isearch.el (isearch-other-meta-char): Wherever a key list is
4748 unread, "unread" the prefix arg, too. This fixes bug #8901.
4749
453de99f
OG
47502011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
4751
4752 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
4753
90439906
JL
47542011-09-05 Juri Linkov <juri@jurta.org>
4755
4756 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
4757
f62bd846
JL
47582011-09-05 Juri Linkov <juri@jurta.org>
4759
4760 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
4761 keeping point where processing of grep matches begins, and
4762 continue to delete remaining escape sequences from the same point.
4763 (grep-filter): Make leading zero optional in "0?1;31m" because
4764 git-grep emits "\033[1;31m" escape sequences unlike expected
4765 "\033[01;31m" as GNU Grep does (bug#9408).
4766 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
4767
045820ec
JL
47682011-09-05 Juri Linkov <juri@jurta.org>
4769
4770 * subr.el (y-or-n-p): Capitalize "yes".
4771
f5e29b9b
MA
47722011-09-04 Michael Albinus <michael.albinus@gmx.de>
4773
4774 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
4775 `tramp-cache-unload-hook' where appropriate.
4776 (tramp-methods): Rename `tramp-remote-sh' to
4777 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
4778 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
4779
4780 * net/tramp-sh.el (top): Don't require 'shell.
4781 (tramp-methods): Add `tramp-remote-shell' and
4782 `tramp-remote-shell-args' entries.
4783 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
4784 (tramp-sh-handle-shell-command): Remove.
4785 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4786 Use `tramp-remote-shell'.
4787
2784c434
CY
47882011-09-03 Chong Yidong <cyd@stupidchicken.com>
4789
393a301e 4790 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
4791 (sendmail-query-once): Save directly to send-mail-function.
4792 Update message-send-mail-function too.
4793
4794 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
4795
464cdf56
CS
47962011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
4797
4798 * progmodes/python.el (python-mode-map): Use correct function to
4799 start python interpreter from menu-bar (as reported by Geert
4800 Kloosterman).
4801 (inferior-python-mode-map): Fix typo.
393a301e 4802 (python-shell-map): Remove.
464cdf56 4803
d37e5c87
DD
48042011-09-03 Deniz Dogan <deniz@dogan.se>
4805
4806 * net/rcirc.el (rcirc-print): Simplify code for
4807 rcirc-scroll-show-maximum-output. There is no need to walk
4808 through all windows to find the right one.
4809
f3ada0ee
CS
48102011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
4811
4812 * help.el (help-return-method): Doc fix.
4813
1f3c99ca
MR
48142011-09-03 Martin Rudalics <rudalics@gmx.at>
4815
4816 * window.el (window-deletable-p): Don't return a non-nil value
4817 when there's a buffer that was shown in the window before.
4818 (Bug#9419)
393a301e
SM
4819 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
4820 Set window's previous buffers to nil.
1f3c99ca 4821
a3cf097f
EZ
48222011-09-03 Eli Zaretskii <eliz@gnu.org>
4823
4824 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
4825 newline before and after the tag line, so it doesn't interfere
4826 with determining the paragraph direction of bidirectional text.
4827
3d03de90
LL
48282011-09-03 Leo Liu <sdl.web@gmail.com>
4829
4830 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
4831
c3313451
CY
48322011-09-02 Chong Yidong <cyd@stupidchicken.com>
4833
393a301e 4834 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
4835 (pop-to-buffer): Change interactive spec. Pass second argument
4836 directly to display-buffer.
4837 (display-buffer): Fix interactive spec. Use functionp to
4838 distinguish between a function and a list of functions.
4839
4840 * abbrev.el (edit-abbrevs):
4841 * arc-mode.el (archive-extract):
4842 * autoinsert.el (auto-insert):
4843 * bookmark.el (bookmark-bmenu-list):
4844 * files.el (find-file):
4845 * view.el (view-buffer):
4846 * progmodes/compile.el (compilation-goto-locus):
4847 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
4848
89894cd8
CY
48492011-09-02 Chong Yidong <cyd@stupidchicken.com>
4850
4851 * window.el (display-buffer-alist): Doc fix.
4852 (display-buffer): Add docstring. Don't treat
4853 display-buffer-default specially.
4854 (display-buffer-reuse-selected-window)
4855 (display-buffer-same-window, display-buffer-maybe-same-window)
4856 (display-buffer-reuse-window, display-buffer-pop-up-frame)
4857 (display-buffer-pop-up-window)
4858 (display-buffer-reuse-or-pop-window)
4859 (display-buffer-use-some-window): New functions.
4860 (display-buffer-default-action): Use them.
393a301e 4861 (display-buffer-default): Delete.
89894cd8
CY
4862 (pop-to-buffer-1): Fix choice of actions.
4863
ae0bc9fb
SM
48642011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
4865
4866 * minibuffer.el (completion--insert-strings): Don't get confused by
4867 completion entries that end with an LF char.
4868
e9d90883
EZ
48692011-09-01 Eli Zaretskii <eliz@gnu.org>
4870
4871 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
4872
437014c8
CY
48732011-09-01 Chong Yidong <cyd@stupidchicken.com>
4874
4875 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
4876 (display-buffer-same-window, display-buffer-other-window):
4877 New functions.
437014c8
CY
4878 (pop-to-buffer-1): New function. Use the above.
4879 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 4880 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
4881
4882 * view.el (view-buffer-other-window, view-buffer-other-frame):
4883 Just use pop-to-buffer.
4884
a5e063d5
TV
48852011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4886
4887 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
4888
793d32bb
WH
48892011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
4890
4891 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
4892
d65e4c15
RS
48932011-08-31 Richard Stallman <rms@gnu.org>
4894
4895 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
4896 of the separation of rmail-view-buffer from rmail-buffer.
4897 If you say no to "replace original", the decrypt is in the
4898 view buffer. If you say yes, the decrypt goes into the
4899 rmail buffer also.
4900
f818cd2a
MR
49012011-08-31 Martin Rudalics <rudalics@gmx.at>
4902
4903 * window.el (display-buffer-window): Rewrite doc-string.
4904 (display-buffer-record-window): New function.
4905 (display-buffer-macro-specifiers)
4906 (display-buffer-even-window-sizes, display-buffer-set-height)
4907 (display-buffer-set-width, display-buffer-in-window)
4908 (display-buffer-reuse-window, display-buffer-split-specifiers)
4909 (display-buffer-side-specifiers, display-buffer-split-window-1)
4910 (display-buffer-split-window, display-buffer-split-atom-window)
4911 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
4912 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
4913 (display-buffer-other-window-means-other-frame)
4914 (display-buffer-normalize-special)
4915 (display-buffer-normalize-default)
4916 (display-buffer-normalize-argument)
4917 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
4918 (display-buffer-normalize-specifiers, display-buffer-frame)
4919 (display-buffer-same-window, display-buffer-same-frame)
4920 (display-buffer-other-window)
4921 (display-buffer-same-frame-other-window)
4922 (display-buffer-other-frame, pop-to-buffer-same-window)
4923 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
4924 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
4925 (switch-to-buffer-same-frame)
4926 (switch-to-buffer-other-window-same-frame)
4927 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
4928 (display-buffer-alist-set-1, display-buffer-alist-set-2)
4929 (display-buffer-alist-set): Remove.
4930 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
4931 (special-display-regexps, special-display-function):
4932 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
4933 parameter.
4934 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
4935 (special-display-frame-alist, special-display-popup-frame)
4936 (same-window-buffer-names, same-window-regexps, same-window-p)
4937 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
4938 (split-window-preferred-function, split-height-threshold)
4939 (split-width-threshold, window-splittable-p)
4940 (split-window-sensibly, window--try-to-split-window)
4941 (window--frame-usable-p, even-window-heights)
4942 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
4943 (window--display-buffer-2, display-buffer-other-frame):
4944 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
4945 (display-buffer-default, display-buffer-assq-regexp): New functions.
4946 (display-buffer-alist): Rewrite doc-string.
4947 (display-buffer-default-action)
4948 (display-buffer-overriding-action): New variables.
4949 (display-buffer, switch-to-buffer): Rewrite.
4950 (pop-to-buffer): Restore Emacs 23 behavior but use
4951 window-normalize-buffer-to-display.
4952 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
4953 Restore Emacs 23 behavior but use
4954 window-normalize-buffer-to-switch-to.
4955 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
4956 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
4957 Rewrite using Emacs 23 options.
f818cd2a 4958
5bc3b51d
MA
49592011-08-31 Michael Albinus <michael.albinus@gmx.de>
4960
4961 * net/tramp.el (tramp-root-regexp): Remove.
4962 (tramp-completion-file-name-regexp-unified)
4963 (tramp-completion-file-name-regexp-separate)
4964 (tramp-completion-file-name-regexp-url): Don't use leading volume
4965 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
4966 (tramp-drop-volume-letter): Simplify definition.
4967 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 4968
b1a4f8e1
SM
49692011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
4970
4971 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
4972 (bug#9356).
4973
5664fa7b
RT
49742011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
4975
b1a4f8e1 4976 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 4977
9a45d6c3
JL
49782011-08-29 Juri Linkov <juri@jurta.org>
4979
4980 * isearch.el (isearch-done): Don't display message "Mark saved"
4981 when arg `edit' is non-nil to prevent its flicker in the echo area.
4982
fb87e0fb
CY
49832011-08-28 Chong Yidong <cyd@stupidchicken.com>
4984
4985 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
4986 obsolete packages for deletion.
4987
09ac1c2a
CS
49882011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
4989
4990 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 4991 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
4992 view-mode from help-mode.
4993 (help-xref-override-view-map): Remove.
4994 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
4995 view-mode is not used anymore.
4996
7a1ff57f
CY
49972011-08-28 Chong Yidong <cyd@stupidchicken.com>
4998
4999 * server.el (server-port): Doc fix.
5000
b9696605
CY
5001 * cus-theme.el (custom-theme-choose-mode): Inherit from
5002 special-mode (Bug#9124).
5003 (custom-theme-choose-mode-map): Add special-mode to parent.
5004
ef8cdf8c
AM
50052011-08-28 Alan Mackenzie <acm@muc.de>
5006
5007 * progmodes/cc-fonts.el
5008 (c-make-font-lock-BO-decl-search-function): New function.
5009 (c-basic-matchers-after - "Fontify the clauses after various
5010 keywords"): Extract the three keyword lists for the 3 erroneous
5011 constructs from the list of four, and use the new function above
5012 in place of an old one.
5013
27de4e20
DD
50142011-08-28 Deniz Dogan <deniz@dogan.se>
5015
5016 * net/rcirc.el (rcirc-insert-prev-input)
5017 (rcirc-insert-next-input): Remove unused argument.
5018
356a3681
SM
50192011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5020
5021 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
5022
3fc9b218
AM
50232011-08-27 Alan Mackenzie <acm@muc.de>
5024
5025 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
5026 handle function pointer parameters properly.
5027
538a061c
MR
50282011-08-27 Martin Rudalics <rudalics@gmx.at>
5029
5030 * window.el (display-buffer-reuse-window): Fix case where
5031 selected window was reused with non-nil OTHER-WINDOW argument.
5032 (Bug#9381)
5033
35b1c40c
DD
50342011-08-27 Deniz Dogan <deniz@dogan.se>
5035
5036 * net/rcirc.el (rcirc-check-auth-status): Adding support for
5037 oftc's NickServ messages.
5038
2f6a3e79
GM
50392011-08-27 Glenn Morris <rgm@gnu.org>
5040
5041 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
5042
7254299e
CY
50432011-08-26 Chong Yidong <cyd@stupidchicken.com>
5044
5045 * emacs-lisp/package.el (package-install): Call package-initialize
5046 if called interactively.
5047
f8ccf167
LL
50482011-08-26 Leo Liu <sdl.web@gmail.com>
5049
5050 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
5051
3e8cd5ce
JL
50522011-08-25 Juri Linkov <juri@jurta.org>
5053
5054 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
5055 `search-whitespace-regexp' (bug#9364).
5056
93eb7113
JL
50572011-08-25 Juri Linkov <juri@jurta.org>
5058
5059 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
5060 `regexp-search-ring' to their global values to protect from
5061 updating by `read-from-minibuffer' (bug#9185).
5062
f65d1611
JL
50632011-08-25 Juri Linkov <juri@jurta.org>
5064
5065 * textmodes/ispell.el (ispell-command-loop): Add newline
5066 at the end of the "Use option `i'..." line.
5067
f1cf7a31
JL
50682011-08-25 Juri Linkov <juri@jurta.org>
5069
5070 * battery.el (display-battery-mode): If `battery-status-function'
5071 or `battery-mode-line-format' is nil, display the message and set
5072 `display-battery-mode' to nil (bug#9363).
5073
0c95fcf7
EZ
50742011-08-25 Eli Zaretskii <eliz@gnu.org>
5075
5076 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
5077 bidi-string-mark-left-to-right; they are unnecessary now.
5078
a2ebe600
DD
50792011-08-25 Deniz Dogan <deniz@dogan.se>
5080
5081 * net/quickurl.el: Documentation typo fixes.
5082
e4ed06f1
CY
50832011-08-25 Chong Yidong <cyd@stupidchicken.com>
5084
5085 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
5086
e5f1c99e
GM
50872011-08-25 Glenn Morris <rgm@gnu.org>
5088
b2948976
GM
5089 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
5090
e5f1c99e
GM
5091 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
5092 (smtpmail-via-smtp): Handle nil response from smtp.
5093
f22f4808
JL
50942011-08-24 Juri Linkov <juri@jurta.org>
5095
5096 * proced.el (proced-marked): Inherit from `error' instead of
5097 `font-lock-warning-face'.
5098
5099 * ibuffer.el (ibuffer-marked-face): Change default face from
5100 `font-lock-warning-face' to `warning'.
5101 (ibuffer-deletion-face): Change default face from
5102 `font-lock-type-face' to `error'.
5103
5104 * battery.el (battery-update): Use the face `error' instead of
5105 `font-lock-warning-face' (bug#6117).
5106
6a93965e
JL
51072011-08-24 Juri Linkov <juri@jurta.org>
5108
5109 * faces.el (success): Change face color from "Green3" to
5110 "ForestGreen" on light background (bug#9353).
5111
1ed43b09
CY
51122011-08-24 Chong Yidong <cyd@stupidchicken.com>
5113
5664fa7b
RT
5114 * window.el (quit-window): Rename from quit-restore-window.
5115 Use same arglist as old quit-window.
1ed43b09
CY
5116 (frame-auto-delete): Doc fix.
5117
5118 * view.el (view-mode-exit): Use quit-window.
5119
11dcdbb2
JL
51202011-08-24 Juri Linkov <juri@jurta.org>
5121
5122 * isearch.el (isearch-ring-adjust1): Start visiting previous
5123 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
5124 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
5125 for empty search string (when the last search string is reused
5126 automatically) to adjust the isearch ring to the last element and
5127 prepare the correct index for further M-p commands (bug#9185).
5128
de62b4df
KH
51292011-08-24 Kenichi Handa <handa@m17n.org>
5130
5131 * international/ucs-normalize.el: If decomposition property of
5132 CHAR is the default one (i.e. a list of CHAR itself), treat it as
5133 nil.
5134 (nfd, nfkd): Likewise.
5135
963b492b
SM
51362011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
5137
5138 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
5139 from process filters aren't reliably transmitted to the surrounding
5140 accept-process-output.
5141 (mpc-proc-check): New function.
5142 (mpc-proc-sync): Use it (bug#8293)
5143
93b6b5e1
SM
51442011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5145
5146 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
5147 Add compatibility functions (bug#9313).
5148
bca633fb
EZ
51492011-08-23 Eli Zaretskii <eliz@gnu.org>
5150
b177498a
EZ
5151 * cus-start.el (all): Add entry for bidi-paragraph-direction.
5152
6df6ae42 5153 * international/uni-bidi.el: Regenerate.
bca633fb 5154
0902a04e
KH
51552011-08-23 Kenichi Handa <handa@m17n.org>
5156
5157 * international/charprop.el:
5158 * international/uni-bidi.el:
5159 * international/uni-category.el:
5160 * international/uni-combining.el:
5161 * international/uni-comment.el:
5162 * international/uni-decimal.el:
5163 * international/uni-decomposition.el:
5164 * international/uni-digit.el:
5165 * international/uni-lowercase.el:
5166 * international/uni-mirrored.el:
5167 * international/uni-name.el:
5168 * international/uni-numeric.el:
5169 * international/uni-old-name.el:
5170 * international/uni-titlecase.el:
5171 * international/uni-uppercase.el: Regenerate.
5172
3bbf23bc
MR
51732011-08-23 Martin Rudalics <rudalics@gmx.at>
5174
5175 * help.el (help-window-setup): Fix message displayed when other
5176 window is reused. (Bug#9341)
5177
b3fd59bd
SM
51782011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5179
1802e444
SM
5180 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
5181 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
5182
b3fd59bd
SM
5183 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
5184 Mark obsolete.
5185 * shell.el (shell-parse-pcomplete-arguments): New function.
5186 (shell-completion-vars): Use it instead (bug#9160).
5187
4eb61348
SM
51882011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
5189
867cab74
SM
5190 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
5191 strings and comments (bug#9333).
5192
4eb61348
SM
5193 * emacs-lisp/debug.el (debug-arglist): New function.
5194 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
5195 (debug-on-entry-1): Handle interpreted closures (bug#9120).
5196
262a1439
JL
51972011-08-22 Juri Linkov <juri@jurta.org>
5198
56ee679c
JL
5199 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5200 Revert regexp that highlights output switches to its old
5201 pre-2010-10-28 value and remove one `?' from it (bug#9319).
5202
262a1439
JL
5203 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
5204 to check for empty output (bug#9226).
5205
f13f86fb
CY
52062011-08-22 Chong Yidong <cyd@stupidchicken.com>
5207
5208 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
5209 symbol-constituent as the default, as that stops font-lock from
5210 working properly (Bug#8843).
5211
c65c9622
LMI
52122011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5213
5214 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
5215 `coding-system-for-*' around the process open call to avoid
5216 auth-source side effects.
e7f2c178 5217 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
5218 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
5219 probe hangs.
c65c9622 5220
23a8a5ab
CY
52212011-08-21 Chong Yidong <cyd@stupidchicken.com>
5222
ff98b2dd
CY
5223 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
5224
23a8a5ab
CY
5225 * emacs-lisp/find-func.el (find-function-noselect): New arg
5226 lisp-only.
5227
5228 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
5229 signal an error for built-in functions (Bug#6664).
5230
f5e3c598
LMI
52312011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5232
5233 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
5234 (smtpmail-try-auth-methods): Use it.
5235
a3f2468a
CY
52362011-08-21 Chong Yidong <cyd@stupidchicken.com>
5237
2c34e8da
CY
5238 * font-lock.el (font-lock-fontify-region)
5239 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
5240 (font-lock-default-unfontify-buffer)
5241 (font-lock-default-fontify-region)
5242 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
5243
b3fd59bd
SM
5244 * progmodes/compile.el (compilation-error-properties):
5245 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
5246 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
5247 `ant' regexp.
ee31aabc 5248
a3f2468a
CY
5249 * net/browse-url.el (browse-url-firefox): Don't call
5250 browse-url-firefox-sentinel unless using -remote (Bug#9328).
5251
8e999f70
GM
52522011-08-20 Glenn Morris <rgm@gnu.org>
5253
c21a496a
GM
5254 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
5255
59ee0542
GM
5256 * tutorial.el (tutorial--default-keys): Update some default bindings.
5257
8e999f70
GM
5258 * files.el (hack-local-variables): Fully ignore case for "mode:".
5259
e3715033
AM
52602011-08-20 Alan Mackenzie <acm@muc.de>
5261
5262 Resolve invalid use of a regexp in regexp-opt.
5263
4d61f28d
JB
5264 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
5265 detection for a java annotation.
e3715033 5266
4d61f28d 5267 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
5268 detection for a java annotation.
5269
4d61f28d
JB
5270 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
5271 handling for java.
e3715033
AM
5272 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
5273
04ed2e9c
CY
52742011-08-20 Chong Yidong <cyd@stupidchicken.com>
5275
5276 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
5277 (Bug#9274).
5278
826cee64
AM
52792011-08-20 Alan Mackenzie <acm@muc.de>
5280
58179cce 5281 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
5282 such a construct. Mainly for when jit-lock etc. starts a chunk
5283 here.
5284
58179cce 5285 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 5286 variable.
58179cce 5287 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
5288 c-make-font-lock-search-function.
5289 (c-make-font-lock-search-function): Use the above function.
5290 (c-make-font-lock-context-search-function): New function.
5291 (c-cpp-matchers): Enhance the preprocessor expression case with
5292 the above function
5293 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
5294 which takes an expression.
5295
5296 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
5297
13009bd8
MR
52982011-08-20 Martin Rudalics <rudalics@gmx.at>
5299
5300 * window.el (display-buffer-reuse-window)
5301 (display-buffer-pop-up-window): Don't reuse or split a side
5302 window.
5303
9234ff7f
GM
53042011-08-19 Glenn Morris <rgm@gnu.org>
5305
5306 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 5307 Downcase "Mode:". (Bug#9331)
9234ff7f 5308
f635daa1
CY
53092011-08-18 Chong Yidong <cyd@stupidchicken.com>
5310
5311 * international/characters.el: Add L and R categories.
5312
5313 * subr.el (bidi-string-mark-left-to-right): Rename from
5314 string-mark-left-to-right. Use category search.
5315
5316 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
5317
bc987f8b
JL
53182011-08-18 Juri Linkov <juri@jurta.org>
5319
5320 * faces.el (error, warning, success): New faces with definitions
5321 copied from old default values of `font-lock-warning-face',
5322 `compilation-warning', `compilation-info' (bug#6117).
5323
5324 * font-lock.el (font-lock-warning-face): Inherit from `error'.
5325
5326 * progmodes/compile.el (compilation-error): Inherit from `error'.
5327 (compilation-warning): Inherit from `warning'.
5328 (compilation-info): Inherit from `success'.
5329
5330 * dired.el (dired-marked): Inherit from `warning'.
5331 (dired-flagged): Inherit from `error'.
5332
57173b96
LMI
53332011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5334
3e79eb87
LMI
5335 * mail/smtpmail.el (auth-source): Require to avoid problems with
5336 binding variables (bug#9298). Also clean up some unused
5337 autoloads.
5338
b3fd59bd
SM
5339 * net/network-stream.el (network-stream-open-starttls):
5340 Support using starttls.el without using gnutls-cli.
57173b96 5341
02b404de
JL
53422011-08-17 Juri Linkov <juri@jurta.org>
5343
5344 * progmodes/grep.el (rgrep): Handle the case when
5345 `grep-find-command' is a cons cell (bug#9278).
5346
8c9177f2
MR
53472011-08-17 Martin Rudalics <rudalics@gmx.at>
5348
5349 * window.el (display-buffer-pop-up-frame): Run frame creation
5350 function with BUFFER current (as special-display-popup-frame
5351 does). Reported by Drew Adams.
5352
3644a0ab
DU
53532011-08-17 Daiki Ueno <ueno@unixuser.org>
5354
5355 * epa-mail.el: Simplify GnuPG group expansion using
5356 epg-expand-group.
5357 (epa-mail-group-alist, epa-mail-group-modtime)
5358 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
5359 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
5360 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
5361 Remove.
5362
5e617bc2 53632011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
5364
5365 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
5366
9c4aeabf
AM
53672011-08-16 Alan Mackenzie <acm@muc.de>
5368
5369 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
5370 Correct, to avoid the inside of macros.
5371
3a99bf64
RS
53722011-08-16 Richard Stallman <rms@gnu.org>
5373
04963aa8
RS
5374 * epa-mail.el: Handle GnuPG group definitions.
5375 (epa-mail-group-alist, epa-mail-group-modtime)
5376 (epa-mail-gnupg-conf-file): New variables.
5377 (epa-mail-parse-groups, epa-mail-sync-groups)
5378 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
5379 (epa-mail-expand-recipients): New functions.
5380 (epa-mail-encrypt): Call epa-mail-expand-recipients.
5381
177549d0
RS
5382 * mail/rmail.el (rmail-epa-decrypt): New command.
5383
fe38beef
RS
5384 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
5385 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
5386 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
5387 (epa-decrypt-armor-in-region): Make error message clearer.
5388
934eacb9
SM
53892011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
5390
5391 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
5392 and "a2b" to "ab" for `prefix'.
5393
d024fb4e
CY
53942011-08-14 Chong Yidong <cyd@stupidchicken.com>
5395
5396 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
5397 filter groups.
de148fee
CY
5398 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
5399 Fourquet (Bug#8804).
d024fb4e 5400
62f1ca49
JB
54012011-08-12 Juanma Barranquero <lekktu@gmail.com>
5402
5403 * startup.el (argi): Declare as global variable (bug#9275).
5404
9ccaaa4b
CY
54052011-08-12 Chong Yidong <cyd@stupidchicken.com>
5406
5407 * subr.el (string-mark-left-to-right): Search the entire string
5408 for RTL script, not just the terminating character. Doc fix.
5409
a3dae87a
SM
54102011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
5411
6cd18349
SM
5412 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
5413 New function.
5414 (js--regexp-literal, js-syntax-propertize-function): Remove.
5415 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
5416 (js-mode-map): Don't rebind electric keys.
5417 (js-insert-and-indent): Remove.
5418 (js-mode): Setup electric-layout and electric-indent instead.
5419
a3dae87a
SM
5420 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
5421
9d5cb631
DU
54222011-08-12 Daiki Ueno <ueno@unixuser.org>
5423
5424 * epa.el (epa-progress-callback-function): Fix the logic of
5425 displaying progress.
5426 * epa-file.el (epa-file-insert-file-contents): Make progress
5427 display more user-friendly.
5428 (epa-file-write-region): Ditto.
5429
3e26a4a2
CY
54302011-08-10 Chong Yidong <cyd@stupidchicken.com>
5431
5432 * subr.el (string-mark-left-to-right): New function.
5433
5434 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
5435 Use string-mark-left-to-right.
5436 (list-buffers-noselect): Caller changed.
5437
a3dae87a
SM
5438 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
5439 Use string-mark-left-to-right.
3e26a4a2
CY
5440 (tabulated-list-print): Recenter after moving point.
5441
ac8cf6e6
JL
54422011-08-10 Juri Linkov <juri@jurta.org>
5443
5444 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
5445 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
5446 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
5447
8d96c9a4
CY
54482011-08-09 Chong Yidong <cyd@stupidchicken.com>
5449
5450 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
5451 (Bug#7554).
5452
7be1c708 54532011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
5454
5455 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
5456 character. (Bug#6594)
5457
37e11a63
CY
54582011-08-08 Chong Yidong <cyd@stupidchicken.com>
5459
839dde57
CY
5460 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
5461 (image-dired--with-db-file): New macro.
5462 (image-dired-write-tags, image-dired-remove-tag)
5463 (image-dired-create-gallery-lists, image-dired-write-comments)
5464 (image-dired-get-comment, image-dired-mark-tagged-files)
5465 (image-dired-list-tags, image-dired-gallery-generate): Use it.
5466 (image-dired-gallery-generate): Use insert-file-contents.
5467
37e11a63
CY
5468 * time.el (display-time-world-list, display-time-world-display):
5469 * time-stamp.el (time-stamp-string):
5470 * vc/add-log.el (add-change-log-entry): Use setenv instead of
5471 set-time-zone-rule (Bug#7337).
5472
0b4946c4
DU
54732011-08-08 Daiki Ueno <ueno@unixuser.org>
5474
5475 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
5476 (epg-error-to-string, epg-errors-to-string): New function.
5477 (epg-wait-for-completion): Reverse errors list.
5478 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
5479 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
5480 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
5481 (epg-sign-keys, epg-generate-key-from-file)
5482 (epg-generate-key-from-string): Format errors by using
5483 epg-errors-to-string (bug#9255).
5484 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
5485
75bfc667
JL
54862011-08-07 Juri Linkov <juri@jurta.org>
5487
5488 * faces.el (list-faces-display): Remove extra angle bracket
5489 from `help-mode-map'.
5490
5491 * info.el (Info-history-toc-nodes): Doc fix.
5492
5493 * longlines.el (longlines-mode): Doc fix.
5494
673e08bb
SM
54952011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
5496
4640dd88
SM
5497 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
5498 of statements and in a few more cases (bug#9183).
5499
673e08bb
SM
5500 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
5501 New functions.
5502 (cl-transform-lambda): Use them (bug#9239).
5503
89b3f019
MR
55042011-08-05 Martin Rudalics <rudalics@gmx.at>
5505
5506 * window.el (display-buffer-same-window)
5507 (display-buffer-same-frame, display-buffer-other-window)
5508 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
5509 (pop-to-buffer-other-window)
5510 (pop-to-buffer-same-frame-other-window)
5511 (pop-to-buffer-other-frame): Make them defuns.
5512 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
5513
640c8776
SM
55142011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5515
5516 * subr.el (make-composed-keymap): Move from C. Change calling
5517 convention, and improve docstring to bring attention to a subtle point.
5518 * minibuffer.el (completing-read-default): Adjust accordingly.
5519
63648a95
MA
55202011-08-03 Michael Albinus <michael.albinus@gmx.de>
5521
5522 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
5523 (tramp-open-shell): Use `tramp-shell-quote-argument'.
5524
5525 * net/trampver.el: Update release number.
5526
b796c9b7
SM
55272011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5528
5529 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
5530 "in" (bug#9190).
5531
2239d7d5
LMI
55322011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5533
e07dd7c3
LMI
5534 * mail/sendmail.el (sendmail-query-once): Restore the current
5535 buffer after querying (bug#9074).
5536
0e6a2bd7
LMI
5537 * dired.el (dired-flagged): Use different faces for marked and
5538 flagged files (bug#6117).
5539
ce887515
LMI
5540 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
5541 (bug#4433).
5542
92f2affc
LMI
5543 * ido.el (ido-mode): Switch off the message if called
5544 non-interactively.
5545
57d5aff0
LMI
5546 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
5547 before 587, since it appears that that's more likely to work for
5548 more people.
5549
98cd6c18 5550 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 5551 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
5552 exist.
5553
b96dec83
LMI
5554 * info.el: Remove the `Info-beginning-of-buffer' function
5555 (bug#8325).
5556
b796c9b7
SM
5557 * net/network-stream.el (network-stream-open-starttls):
5558 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 5559
d90e2ea0
MR
55602011-08-01 Martin Rudalics <rudalics@gmx.at>
5561
5562 * window.el (display-buffer-in-window): Don't set dedicated status
5563 of window here (Bug#9215).
5564 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
5565 (display-buffer-pop-up-side-window)
b796c9b7 5566 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 5567
cca09170
SM
55682011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
5569
5570 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
5571 before binding generated-autoload-file.
5572
027b979c
DD
55732011-08-01 Deniz Dogan <deniz@dogan.se>
5574
5575 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
5576
3c7ee4f3
MA
55772011-07-30 Michael Albinus <michael.albinus@gmx.de>
5578
5579 Sync with Tramp 2.2.2.
5580
5581 * net/trampver.el: Update release number.
5582
2cc8e51a
JL
55832011-07-30 Juri Linkov <juri@jurta.org>
5584
5585 * dired-aux.el (dired-touch-initial): Remove function.
5586 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
5587 current time, and `default' to the last modification time of the
5588 current marked file (bug#6887).
5589
a514d856
JM
55902011-07-28 Jose E. Marchesi <jemarch@gnu.org>
5591
5592 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 5593 numeric argument to read-number (bug#9163).
a514d856 5594
8a7eddd7
MA
55952011-07-27 Michael Albinus <michael.albinus@gmx.de>
5596
5597 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
5598 connection process, it could be nil.
5599
1ddd96f5
LL
56002011-07-27 Leo Liu <sdl.web@gmail.com>
5601
5602 Simplify url handling in rcirc-mode.
5603
5604 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
5605 (rcirc-browse-url-at-mouse): Remove.
5606 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
5607
b248a85d
AM
56082011-07-26 Alan Mackenzie <acm@muc.de>
5609
5610 Fontify bitfield declarations properly.
5611
5612 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
5613 (c-symbol-chars): Now exported as a lang variable.
5614 (c-not-primitive-type-keywords): New lang variable.
5615
5616 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
5617 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 5618 parsed as a bitfield declaration.
b248a85d 5619
b796c9b7
SM
5620 * progmodes/cc-engine.el (c-beginning-of-statement-1):
5621 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
5622 (c-punctuation-in): New function.
5623 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
5624 declarations properly.
5625
68575ab0
UJ
56262011-07-26 Ulf Jasper <ulf.jasper@web.de>
5627
5628 * calendar/icalendar.el (icalendar--all-events): Take care of
5629 multiple vcalendars in a single file.
b796c9b7 5630 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 5631
0f0a88b9
DD
56322011-07-25 Deniz Dogan <deniz@dogan.se>
5633
5634 * image.el (insert-image): Clarifying docstring.
5635
0b3f36df
MA
56362011-07-24 Michael Albinus <michael.albinus@gmx.de>
5637
5638 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
5639 `tramp-send-command-and-check' if there is no error.
5640 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
5641
a9901f61
AM
56422011-07-22 Alan Mackenzie <acm@muc.de>
5643
5644 Prevent cc-langs.elc being loaded at run time.
5645
5646 * progmodes/cc-mode.el: Remove two autoload forms which loaded
5647 cc-langs.
5648
4d61f28d 5649 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
5650 "(require 'cc-langs)". Quote a form so it will evaluate at
5651 (cc-mode's) compilation time.
5652
11d074b2
MA
56532011-07-22 Michael Albinus <michael.albinus@gmx.de>
5654
5655 * net/tramp.el (tramp-file-name-handler): Avoid recursive
5656 loading. (Bug#9114)
5657
938b94c8
MR
56582011-07-21 Martin Rudalics <rudalics@gmx.at>
5659
5660 * window.el (display-buffer-pop-up-window)
5661 (display-buffer-pop-up-side-window)
5662 (display-buffer-in-side-window): Call display-buffer-set-height
5663 and display-buffer-set-width after setting the new window's
b796c9b7 5664 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 5665
bfa4f190
SS
56662011-07-20 Sam Steingold <sds@gnu.org>
5667
5668 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
5669 (etags-tags-included-tables): Call `convert-standard-filename' on
5670 the file names contained in TAGS so that windows Emacs can handle
5671 TAGS files created by cygwin ctags.
5672
8ca42262
LMI
56732011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5674
5675 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
5676 which apparently didn't work.
5677
5db2afd2 56782011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 5679
5db2afd2
RW
5680 * proced.el (proced-send-signal): For *Marked Processes* buffer
5681 put point at beginning of buffer.
5682
92e15d10
SB
56832011-07-19 Stephen Berman <stephen.berman@gmx.net>
5684
5685 * proced.el (proced-format): Make header lines align with the text
5686 (bug#1779).
5687
1bfd59e5
LMI
56882011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5689
5690 * view.el (view-buffer): Allow running in `special' modes if we're
5691 visiting a file (bug#8615).
5692
f5aae37c
MR
56932011-07-19 Martin Rudalics <rudalics@gmx.at>
5694
5695 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
5696 (display-buffer-alist-set-1, display-buffer-alist-set-2):
5697 New functions.
f5aae37c
MR
5698 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
5699 more accurately.
5700
bf2c1571
AM
57012011-07-18 Alan Mackenzie <acm@muc.de>
5702
5703 Fontify declarators properly when, e.g., a jit-lock chunk begins
5704 inside a declaration.
5705
5706 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
5707
b796c9b7
SM
5708 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
5709 New function.
bf2c1571
AM
5710 (c-complex-decl-matchers): Insert reference to
5711 c-font-lock-enclosing-decls.
5712
5713 * progmodes/cc-engine.el (c-backward-single-comment):
5714 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
5715 to nil around calls to (forward-comment -1).
5716
4e190b80
LMI
57172011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5718
12dc863d
LMI
5719 * image.el (put-image): Doc typo fix.
5720
a762e966
LMI
5721 * progmodes/etags.el (tags-search): Doc typo fix.
5722
4e190b80
LMI
5723 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
5724 password if we get errors 550 to 554.
5725
f019fb21
LMI
57262011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5727
b796c9b7 5728 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 5729
81746738
LMI
5730 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
5731 indentation character (bug#6380).
5732
3ee3a1b5
LMI
5733 * files.el (buffer-offer-save): Made permanently local (bug#6241).
5734
c82f64de
LMI
5735 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
5736 to clarify what the problem is (bug#4291).
5737
f019fb21
LMI
5738 * simple.el (current-kill): Clarify what
5739 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
5740 (auto-fill-mode): Document `auto-fill-function' in relation to
5741 `auto-fill-mode' (bug#2470).
f019fb21 5742
0794775d
LM
57432011-07-16 Lawrence Mitchell <wence@gmx.li>
5744
5745 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
5746 method if slot is read-only (bug#9035).
5747
be39b8cc
MR
57482011-07-16 Martin Rudalics <rudalics@gmx.at>
5749
b796c9b7 5750 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 5751 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
5752 selected before, see discussion of (Bug#8615), (Bug#6954).
5753 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 5754
6ccf7859
GM
57552011-07-15 Glenn Morris <rgm@gnu.org>
5756
5757 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 5758 Respect help-form.
6ccf7859 5759
87e86684
LM
57602011-07-09 Lawrence Mitchell <wence@gmx.li>
5761
5762 * net/gnutls.el (gnutls-min-prime-bits): New variable.
5763 (gnutls-negotiate): Use it.
5764
d6066239
LMI
57652011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5766
b796c9b7
SM
5767 * net/gnutls.el (gnutls-negotiate):
5768 Upcase `gnutls-algorithm-priority'.
d6066239 5769
bd23ebc0
GM
57702011-07-15 Glenn Morris <rgm@gnu.org>
5771
c65bca65
GM
5772 * jka-compr.el (jka-compr-verbose): Move from here...
5773 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
5774 Add missing :version tag.
5775 * info.el: No need to require jka-compr when compiling.
bd23ebc0 5776
478615cc
LMI
57772011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5778
7b41decb
LMI
5779 * net/gnutls.el (gnutls-algorithm-priority): New variable.
5780 (gnutls-negotiate): Use it.
5781
dbc44fcd
LMI
5782 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
5783
06789f97
LMI
5784 * info.el (Info-beginning-of-buffer): New command.
5785 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
5786 announcing `b' as the key (bug#8325).
ab896c37 5787 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 5788
c39da690
LMI
5789 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
5790
3aa5f34b
LMI
5791 * international/mule-cmds.el
5792 (describe-specified-language-support): Make the error message
5793 clearer (bug#8905).
5794
4bf0979f
LMI
5795 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
5796
478615cc
LMI
5797 * isearch.el (isearch-barrier): Add a doc string, since it's
5798 mentioned in a function doc string (bug#8678).
5799
75c68aa1
MR
58002011-07-15 Martin Rudalics <rudalics@gmx.at>
5801
5802 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
5803 buffer argument (Bug#9083) and self-identifying label argument.
5804
a7c33da2
GM
58052011-07-15 Glenn Morris <rgm@gnu.org>
5806
5807 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
5808
2f5c6024
LMI
58092011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5810
5811 * man.el (Man-fontify-manpage): Fix message when formatting the
5812 man page (bug#7929).
5813
0bb23927 58142011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
5815
5816 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
5817 argument LRM; if non-nil, append an invisible LRM character to the
5818 buffer name.
5819 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
5820 last argument non-nil, when formatting buffer names.
0bb23927
EZ
5821 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
5822 paragraph direction.
cce4b0a7 5823
621ef9ab
LMI
58242011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5825
d1583c48
LMI
5826 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
5827 the man page name (bug#7929).
5828
6a57fb5f
LMI
5829 * image.el (put-image): Mention the `put-image' overlay property
5830 (bug#7834).
5831
d7956b14
LMI
5832 * scroll-bar.el (set-scroll-bar-mode): Mention that
5833 `scroll-bar-mode' lists the values (bug#7772).
5834
5b2d4a66
LMI
5835 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
5836 command (bug#7729).
5837
7509a874
LMI
5838 * rect.el (apply-on-rectangle): Return the point after the last
5839 operation.
5840 (string-rectangle): Go to the point after the last operation
5841 (bug#7522).
5842
4fe74b19
LMI
5843 * printing.el (pr-toggle-region): Clarify the documentation
5844 slightly (bug#7493).
5845
b796c9b7
SM
5846 * time.el (display-time-update):
5847 Allow `display-time-mail-function' to return nil (bug#7158).
5848 Fix suggested by Detlev Zundel.
ab283561 5849
fc233c9d
LMI
5850 * vc/diff.el (diff): Clarify the order the file names are read
5851 (bug#7111).
5852
43f5740b
LMI
5853 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
5854 the doc string (bug#7015).
5855
f2182a76
LMI
5856 * font-lock.el (font-lock-maximum-decoration): Mention what
5857 numeric levels mean (bug#6935).
5858
621ef9ab
LMI
5859 * startup.el (initial-buffer-choice): Don't mention the `none'
5860 selection, which is against policy.
5861
adc47434
MR
58622011-07-14 Martin Rudalics <rudalics@gmx.at>
5863
b796c9b7
SM
5864 * window.el (display-buffer-normalize-special):
5865 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 5866
7e5bfb8f
EZ
58672011-07-14 Eli Zaretskii <eliz@gnu.org>
5868
5869 * subr.el (version<, version<=, version=): Mention "-CVS" and
5870 "-12345" alpha version numbers.
5871
27fa387a
CY
58722011-07-14 Chong Yidong <cyd@stupidchicken.com>
5873
5874 * bindings.el: Add advertised binding for set-mark-command
5875 (Bug#5772).
5876
8bdfa064
CY
58772011-07-14 Chong Yidong <cyd@stupidchicken.com>
5878
5879 * bindings.el (mode-line-other-buffer):
5880 * bookmark.el (bookmark-bmenu-2-window):
5881 * bs.el (bs-cycle-next, bs-cycle-previous):
5882 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
5883 switch-to-buffer.
5884
5885 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 5886 Delete.
8bdfa064 5887
5eba16a3
JB
58882011-07-14 Juanma Barranquero <lekktu@gmail.com>
5889
5890 * follow.el (follow-debug-message, follow-redisplay):
5891 * jka-cmpr-hook.el (with-auto-compression-mode):
5892 Fix typos in docstrings.
5893
15853710
LMI
58942011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5895
a28e4607
LMI
5896 * subr.el (with-silent-modifications): Clarify somewhat what the
5897 macro inhibits (bug#6525).
5898
15853710
LMI
5899 * simple.el (eval-expression): Note what it does if called
5900 interactively (bug#6495).
5901
bee0fcef
CY
59022011-07-13 Chong Yidong <cyd@stupidchicken.com>
5903
b796c9b7
SM
5904 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
5905 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
5906
5907 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5908 Remove switch-to-buffer.
5909
58274504
LMI
59102011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5911
bd2fcc8d
LMI
5912 * files.el (make-directory): Clarify that an error will be raised
5913 if there's an error (bug#6397).
5914
0f04b32c
LMI
5915 * startup.el (initial-buffer-choice): Add `none' as a choice
5916 (bug#6234).
5917
465c5fc8
LMI
5918 * subr.el (add-hook): Clarify section about buffer-local hooks
5919 (bug#6218).
5920
58274504
LMI
5921 * dired.el (dired-flagged): Clarify doc string (bug#6117).
5922
bead9a43
JB
59232011-07-13 Juanma Barranquero <lekktu@gmail.com>
5924
5925 * tabify.el (untabify): Preserve the current column so that point
5926 doesn't move (bug#6032).
5927
3af98a7b
LMI
59282011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5929
b796c9b7
SM
5930 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
5931 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 5932
6240145a
GM
59332011-07-13 Glenn Morris <rgm@gnu.org>
5934
5935 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
5936 (dired-insert-directory): Give a message the first time
5937 if ls is found not to support --dired.
5938
1d8c2ccc
LMI
59392011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5940
5941 * simple.el (toggle-truncate-lines): Clarify what is toggled
5942 (bug#5580). Text by Drew Adams.
5943
5fc4038e
CY
59442011-07-13 Chong Yidong <cyd@stupidchicken.com>
5945
5946 * simple.el (blink-matching-open): Make the error message from the
5947 last change less verbose.
5948
bf6012e5
DN
59492011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
5950
5951 * font-lock.el (font-lock-comment-face): Use the high contrast
5952 "yellow" color for font-lock-comment-face on low color terminals
5953 using a dark background color (bug#4221).
5954
343c3b5a
LMI
59552011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5956
7e9505c5
LMI
5957 * dired.el (dired-insert-set-properties): Make the doc string
5958 reflect what it does now (bug#5325).
5959
c26fdcf5
LMI
5960 * simple.el (blink-matching-open): Say that we were unable to find
5961 the match within the limit, if we're limited (bug#5122).
5962
bb388cc5
LMI
5963 * international/mule-cmds.el (prefer-coding-system): Add an
5964 example (bug#4869).
5965
343c3b5a
LMI
5966 * progmodes/etags.el (tags-search): Document `file-list-form'
5967 (bug#4731).
5968
2a517d45
LM
59692011-07-13 Lawrence Mitchell <wence@gmx.li>
5970
5971 * net/browse-url.el (browse-url-default-browser)
5972 (browse-url-browser-function): Make the default browser choice a
5973 bit more logical (bug#4300). Also clean up the doc string.
5974
b6c78ef2
JB
59752011-07-13 Juanma Barranquero <lekktu@gmail.com>
5976
5977 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
5978 binary endings (bug#4440).
5979
1c4dd947
LMI
59802011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5981
a2014063
LMI
5982 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
5983 which can be pretty annoying (bug#8971).
5984
9c9c2d88
LMI
5985 * jka-compr.el (jka-compr-verbose): New variable, and use
5986 throughout (bug#8971).
5987
1c4dd947
LMI
5988 * info.el (Info-find-file): Fall back on the installation
5989 directory if we can't find the info node anywhere else.
5990
a1c9f41b
SO
59912011-07-13 Sergei Organov <osv@javad.com> (tiny change)
5992
5993 * vc/vc.el (vc-revert-file):
5994 Don't set file time-stamp in the past. (Bug#5181)
5995
536f3d36
LMI
59962011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5997
7152b011
LMI
5998 * files.el (after-find-file): Give a better error message when
5999 trying to find a symlink that points to a file that doesn't exist
6000 (bug#4398).
6001
536f3d36
LMI
6002 * progmodes/cc-vars.el: Remove (probably) misleading comment
6003 (bug#4396).
6004
460c0fba
JB
60052011-07-12 Johan Bockgård <bojohan@gnu.org>
6006
6007 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
6008
7a6bda45
CY
60092011-07-12 Chong Yidong <cyd@stupidchicken.com>
6010
6011 * mouse-sel.el: Hack restoring functionality, while keeping
6012 compatibility with 2010-07-03 changes to mouse selection.
6013 (mouse-sel-primary-overlay): New var.
6014 (mouse-sel-selection-alist): Use it.
6015 (mouse-sel-mode): Doc fix; remove points that are default features
6016 of mouse.el.
6017
c79598ef
JB
60182011-07-12 Johan Bockgård <bojohan@gnu.org>
6019
6020 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6021 Fix previous fix (bug#2490).
6022
ff8be6ef
RW
60232011-07-12 Roland Winkler <winkler@gnu.org>
6024
b796c9b7
SM
6025 * textmodes/bibtex.el (bibtex-initialize):
6026 Use pop-to-buffer-same-window.
ff8be6ef
RW
6027 (bibtex-search-entries): Fix interactive call.
6028
296ba3ee
LMI
60292011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6030
f5242a02 6031 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
6032 Fontise bytecomp Error lines more correctly (bug#2490).
6033 Fix suggested by Johan Bockgård.
f5242a02 6034
296ba3ee
LMI
6035 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
6036
6037 * dired-x.el (dired-guess-default): Use `delete-dups'.
6038
f69fd0d2
CY
60392011-07-12 Chong Yidong <cyd@stupidchicken.com>
6040
6041 * dired.el (dired-mark-prompt):
6042 * dired-aux.el (dired-read-shell-command): Doc fix.
6043
eab5dc07
LMI
60442011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6045
b796c9b7
SM
6046 * mail/sendmail.el (sendmail-query-once):
6047 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
6048 emacs -Q.
6049
6050 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
6051
eab5dc07
LMI
6052 * cus-edit.el (custom-file): Take an optional no-error variable.
6053 (customize-save-variable): Set the variable, and give a warning if
6054 running under "emacs -q".
6055
a1e65d42
JB
60562011-07-11 Juanma Barranquero <lekktu@gmail.com>
6057
6058 * loadhist.el (unload-feature-special-hooks):
6059 Add `auto-coding-functions', `fill-nobreak-predicate' and
6060 `find-directory-functions' (bug#5327).
6061
1d52da10
LMI
60622011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6063
be958f1d
LMI
6064 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
6065
5bedb26c
LMI
6066 * cus-edit.el (custom-guess-name-alist): -alist variables should
6067 use the `alist' type (bug#3120). Suggested by Drew Adams.
6068
1d52da10
LMI
6069 * printing.el: Add documentation to all the `pr-toggle-' commands.
6070
cd394be1 60712011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
6072
6073 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
6074 backends where it makes sense (bug#2623).
6075
dcc88d8a
LMI
60762011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6077
c3de9feb
LMI
6078 * dired-x.el (dired-guess-default): Remove duplicate shell command
6079 entries (bug#2028).
8a93078b 6080 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 6081 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 6082
dcc88d8a
LMI
6083 * subr.el (remove-duplicates): New conveniency function.
6084
505e3645
LMI
60852011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6086
6087 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
6088 (bug#1526).
6089
60902011-07-10 Martin Rudalics <rudalics@gmx.at>
6091
6092 * window.el (display-buffer-normalize-default): Don't invert
6093 meaning of even-window-heights. Reported by Eli Zaretskii
6094 <eliz@gnu.org>.
6095
455e4fa1
BR
60962011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
6097
6098 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
6099
8e0bc3e9
CY
61002011-07-10 Chong Yidong <cyd@stupidchicken.com>
6101
6102 * window.el (display-buffer): Fix arguments to
6103 display-buffer-reuse-window in last change.
6104
fa7c3228
CY
6105 * faces.el (link): Use a less saturated blue on light backgrounds.
6106
6107 * startup.el (fancy-startup-text, fancy-about-text)
6108 (fancy-startup-tail): Use font-lock faces, for background safety.
6109
c0a7f300
BN
61102011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
6111
b796c9b7
SM
6112 * emulation/viper-cmd.el (viper-change-state-to-vi):
6113 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 6114
4dc2a129
MR
61152011-07-09 Martin Rudalics <rudalics@gmx.at>
6116
6117 * window.el (display-buffer-default-specifiers): Remove.
6118 (display-buffer-macro-specifiers): Remove default specifiers.
6119 (display-buffer-alist): Default to nil.
b796c9b7 6120 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
6121 (display-buffer-pop-up-window): Allow splitting internal
6122 windows. Check whether a live window was created.
6123 (display-buffer-other-window-means-other-frame)
6124 (display-buffer-normalize-arguments): Rename to
6125 display-buffer-normalize-argument and rewrite. Set the
6126 other-window specifier.
6127 (display-buffer-normalize-special): New function.
6128 (display-buffer-normalize-options): Rename to
6129 display-buffer-normalize-default and rewrite.
6130 (display-buffer-normalize-options-inhibit): Remove.
6131 (display-buffer-normalize-specifiers): Rewrite.
6132 (display-buffer): Process other-window specifier and call
6133 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
6134 more faithfully.
b796c9b7 6135 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 6136 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
6137 (display-buffer-in-window, display-buffer-alist-set):
6138 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
6139 <tassilo@member.fsf.org>.
6140
2d43b8c9
LL
61412011-07-09 Leo Liu <sdl.web@gmail.com>
6142
6143 * register.el (insert-register): Restore accidental change on
6144 2011-06-26. (Bug#9028)
6145
7f9b7c53
GM
61462011-07-09 Glenn Morris <rgm@gnu.org>
6147
6148 * subr.el (remq): Handle the empty list. (Bug#9024)
6149
f042cfd8
AS
61502011-07-08 Andreas Schwab <schwab@linux-m68k.org>
6151
6152 * mail/sendmail.el (send-mail-function): No longer delay custom
6153 initialization.
6154 * custom.el (custom-initialize-delay): Doc fix.
6155
856b2f11
SM
61562011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
6157
6158 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
6159
afae1d68
MA
61602011-07-08 Michael Albinus <michael.albinus@gmx.de>
6161
6162 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
6163 human-friendly prompt.
6164
0757af94
SM
61652011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
6166
6167 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
6168 provided by a particular plugin.
6169
d760b731
LMI
61702011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
6171
6172 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
6173 save customizations (with "emacs -Q"), just set the variable
6174 instead of erroring out.
6175
6176 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
6177
cd79ce90
JL
61782011-07-08 Juri Linkov <juri@jurta.org>
6179
6180 * arc-mode.el (archive-zip-expunge, archive-zip-update)
6181 (archive-zip-update-case): Use 7z if found by `executable-find'.
6182 The order of searching the available programs is the same as in
6183 `archive-zip-extract' (bug#8968).
6184
14cc04aa
CY
61852011-07-07 Chong Yidong <cyd@stupidchicken.com>
6186
6187 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
6188 (menu-bar-options-menu): Tweak descriptions.
6189
0a1848ec
LMI
61902011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6191
6192 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
6193 menu items into verb phrases (bug#1421). Also refill to fit under
6194 80 columns.
6195
f5bd0689
CY
61962011-07-07 Chong Yidong <cyd@stupidchicken.com>
6197
538e85c6
CY
6198 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
6199 (Info-read-node-name): Doc fix (Bug#1084).
6200
f5bd0689
CY
6201 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
6202 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
6203 (end-of-sexp, beginning-of-sexp)
6204 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
6205 (forward-symbol, forward-same-syntax, word-at-point)
6206 (sentence-at-point): Doc fix (Bug#1144).
6207
56ec5115
LMI
62082011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6209
f3f8e37f
LMI
6210 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
6211 should cover it (bug#1281).
6212
0757af94 6213 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 6214
e9fce1ac 6215 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
6216 negotiation fails, then possibly try again with a non-encrypted
6217 connection (bug#9017).
6218
56ec5115
LMI
6219 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
6220 be used.
6221
c2f9aec8
RS
62222011-07-07 Richard Stallman <rms@gnu.org>
6223
6224 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
6225 property, and handle its changed format.
6226 Look for the correct line number.
6227 Use file's line contents (but not past first =) to find
6228 correct line in message.
6229
ef7b981d 62302011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
6231
6232 * international/characters.el (build-unicode-category-table):
6233 Delete it.
0757af94 6234 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 6235
0757af94 6236 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
6237 to src/chartab.c.
6238 (get-char-code-property): Call unicode-property-table-internal to
6239 load a file. Call get-unicode-property-internal where necessary.
6240 (put-char-code-property): Call unicode-property-table-internal to
6241 load a file. Call put-unicode-property-internal where necessary.
6242 put-unicode-property-internal where necessary.
0757af94
SM
6243 (char-code-property-description):
6244 Call unicode-property-table-internal to load a file.
c805dec0
KH
6245
6246 * international/charprop.el:
6247 * international/uni-bidi.el:
6248 * international/uni-category.el:
6249 * international/uni-combining.el:
6250 * international/uni-comment.el:
6251 * international/uni-decimal.el:
6252 * international/uni-decomposition.el:
6253 * international/uni-digit.el:
6254 * international/uni-lowercase.el:
6255 * international/uni-mirrored.el:
6256 * international/uni-name.el:
6257 * international/uni-numeric.el:
6258 * international/uni-old-name.el:
6259 * international/uni-titlecase.el:
6260 * international/uni-uppercase.el: Regenerate.
6261
6262 * loadup.el: Load international/charprop.el before
6263 international/characters.
6264
e14b388a
CY
62652011-07-07 Chong Yidong <cyd@stupidchicken.com>
6266
6267 * window.el (next-buffer, previous-buffer): Signal an error if
6268 called from a minibuffer window.
6269
6270 * bindings.el: Revert 2011-07-04 change.
6271
354cf0ba
RS
62722011-07-06 Richard Stallman <rms@gnu.org>
6273
6274 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
6275 (rmail-mime-insert-bulk, rmail-mime-insert-text):
6276 Treat markers like ints.
6277 (rmail-mime-entity): Doc fix.
6278
a48868a7
LMI
62792011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6280
4906cd3d
LMI
6281 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
6282 defcustom again for backwards compatibility.
6283
e0457abe
LMI
6284 * simple.el (shell-command-on-region): Fill.
6285
d67f7e1f
LMI
6286 * dired-aux.el (dired-kill-line): Add a doc string.
6287
fe204702
LMI
6288 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
6289 to "\\sw\\|\\s_" (bug#358).
6290
a48868a7
LMI
6291 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
6292 (dired-unmark-backward): Ditto.
6293 (dired-flag-backup-files): Ditto.
6294
6295 * dired-x.el (dired-mark-sexp): Ditto.
6296
aa8a705c
RS
62972011-07-06 Richard Stallman <rms@gnu.org>
6298
6299 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
6300 (rmail-mime-entity): New arg TRUNCATED.
6301 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
6302 New functions.
6303 (rmail-mime-save): Warn if entity is truncated.
6304 (rmail-mime-toggle-hidden): Likewise, for showing.
6305 (rmail-mime-process-multipart): Record when an entity is truncated.
6306
a9a936b9
RS
6307 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
6308 if ENTITY is a string.
6309
1f2b92cb
LMI
63102011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6311
f4f73198 6312 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
6313 of faces when `M-C-x'-ing their definitions (bug#8378).
6314 Also clean up the code slightly.
f4f73198 6315
12b16734 6316 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 6317 because that makes the colors go away.
12b16734 6318
f0691d22
LMI
6319 * mail/sendmail.el (send-mail-function): Change the default to
6320 `sendmail-query-once'.
9e87df06 6321 (sendmail-query-once): Add an autoload cookie.
f0691d22 6322
1f2b92cb
LMI
6323 * net/network-stream.el (network-stream-open-starttls): Try using
6324 a plain connection even if the server offered STARTTLS, and we
6325 kinda wanted to use it, if Emacs doesn't have any STARTTLS
6326 capability. This should make smtpmail.el work in slightly more
6327 configurations.
6328
1cdd2a1b
MA
63292011-07-06 Michael Albinus <michael.albinus@gmx.de>
6330
6331 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
6332 New defun.
6333 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
6334
fbcc67e2
MM
63352011-07-06 Michael R. Mauger <mmaug@yahoo.com>
6336
6337 * progmodes/sql.el: Version 3.0
0757af94 6338 (sql-product-alist): Add product :completion-object,
fbcc67e2 6339 :completion-column, and :statement attributes.
0757af94 6340 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 6341 (sql-mode-syntax-table): Mark all punctuation.
0757af94 6342 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
6343 ansi keywords.
6344 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 6345 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
6346 (sql-oracle-show-reserved-words): New function for development.
6347 (sql-product-font-lock): Simplify for source code buffers.
6348 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
6349 New functions.
6350 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
6351 (sql-mode-map): Add statement movement functions.
6352 (sql-ansi-statement-starters, sql-oracle-statement-starters):
6353 New variable.
fbcc67e2
MM
6354 (sql-statement-regexp, sql-beginning-of-statement)
6355 (sql-end-of-statement, sql-signum): New functions.
0757af94 6356 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
6357 (sql-show-sqli-buffer): Bug fix.
6358 (sql-interactive-mode): Store connection data as buffer local.
0757af94 6359 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
6360 with sql-interactive-mode.
6361 (sql-save-connection): Save buffer local settings.
0757af94 6362 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
6363 (sql-product-interactive): Bug fix.
6364 (sql-preoutput-hold): New variable.
6365 (sql-interactive-remove-continuation-prompt): Bug fixes.
6366 (sql-debug-redirect): New variable.
6367 (sql-str-literal): New function.
6368 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 6369 Redesign.
fbcc67e2
MM
6370 (sql-oracle-save-settings, sql-oracle-restore-settings)
6371 (sql-oracle-list-all, sql-oracle-list-table): New functions.
6372 (sql-completion-object, sql-completion-column)
6373 (sql-completion-sqlbuf): New variables.
6374 (sql-build-completions-1, sql-build-completions)
6375 (sql-try-completion): New functions.
6376 (sql-read-table-name): Use them.
6377 (sql-contains-names): New buffer local variable.
6378 (sql-list-all, sql-list-table): Use it.
6379 (sql-oracle-completion-types): New variable.
6380 (sql-oracle-completion-object, sql-sqlite-completion-object)
6381 (sql-postgres-completion-object): New functions.
6382
d4eaeab1
GM
63832011-07-06 Glenn Morris <rgm@gnu.org>
6384
6385 * window.el (pop-to-buffer): Doc fix.
6386
322b7dab 63872011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
6388
6389 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
6390
322b7dab 63912011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 6392
322b7dab 6393 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 6394
322b7dab 6395 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 6396
605dd5bf
CY
63972011-07-05 Chong Yidong <cyd@stupidchicken.com>
6398
6399 * button.el (button): Inherit from link face. Suggested by Dan
6400 Nicolaescu.
6401
7dbfa719
SM
64022011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6403
3db614b0
SM
6404 * progmodes/gdb-mi.el: Fit in 80 columns.
6405 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
6406 switch-to-buffer.
6407
7dbfa719
SM
6408 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
6409 if imenu is simply not configured (bug#8941).
6410
919d884a
KM
64112011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
6412
6413 * allout.el (allout-post-undo-hook): New allout outline-change
6414 event hook to signal undo activity.
6415 (allout-post-command-business): Run allout-post-undo-hook if an
6416 undo just occurred.
7dbfa719
SM
6417 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
6418 * allout-widgets.el (allout-widgets-after-undo-function):
6419 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
6420 in the vicinity of an undo.
6421 (allout-widgets-mode): Include allout-widgets-after-undo-function
6422 on the new allout-post-undo-hook.
6423
450a0f09
SM
64242011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6425
6426 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
6427 Let define-derived-mode define it.
6428 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
6429 cycles of abbrev-table inheritance (bug#8998).
6430
2de69e00
RW
64312011-07-05 Roland Winkler <winkler@gnu.org>
6432
6433 * textmodes/bibtex.el: Add support for biblatex.
6434 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
6435 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
6436 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
6437 (bibtex-entry-alist, bibtex-field-alist): New variables.
6438 (bibtex-entry-field-alist): Obsolete alias for
6439 bibtex-BibTeX-entry-alist.
6440 (bibtex-entry-alist, bibtex-field-alist): New widgets.
6441 (bibtex-set-dialect): New command.
6442 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
6443 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
6444 Bind via bibtex-set-dialect.
2de69e00
RW
6445 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
6446 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
6447 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
6448 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
6449 Define via bibtex-set-dialect.
450a0f09
SM
6450 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
6451 Obey bibtex-no-opt-remove-re.
2de69e00
RW
6452 (bibtex-vec-push, bibtex-vec-incr): New functions.
6453 (bibtex-format-entry, bibtex-field-list)
6454 (bibtex-print-help-message, bibtex-validate)
6455 (bibtex-search-entries): Use new format of bibtex-entry-alist.
6456
2dcdbdd9
SM
64572011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6458
6459 * progmodes/compile.el (compilation-goto-locus):
6460 * net/tramp-cmds.el (tramp-append-tramp-buffers):
6461 * bs.el (bs-cycle-next, bs-cycle-previous):
6462 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
6463 * bindings.el (mode-line-other-buffer):
6464 * autoinsert.el (auto-insert):
6465 * arc-mode.el (archive-extract):
6466 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
6467
b27640fe
JB
64682011-07-05 Juanma Barranquero <lekktu@gmail.com>
6469
6470 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
6471 Fix check of `emacs-lock-unlockable-modes'.
6472 Coerce true values of `emacs-lock--try-unlocking' to t.
6473
53bbe3ad
JB
64742011-07-05 Juanma Barranquero <lekktu@gmail.com>
6475
6476 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
6477 * emacs-lock.el: New file.
6478
1d3cdbc7
JD
64792011-07-05 Julien Danjou <julien@danjou.info>
6480
6481 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
6482 than `boundp' to check if face is set.
6483
9173deec
JB
64842011-07-05 Juanma Barranquero <lekktu@gmail.com>
6485
6486 * register.el (registerv-make):
6487 * window.el (window-min-height): Fix typos in docstrings.
6488
869795d6
JD
64892011-07-05 Jan Djärv <jan.h.d@swipnet.se>
6490
9173deec 6491 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
6492 Update doc string.
6493
b768cdcd
JB
64942011-07-04 Juanma Barranquero <lekktu@gmail.com>
6495
6496 * server.el (server-execute): Catch quit and call
6497 `server-return-error' to pass the error back to emacsclient and
6498 close the connection (bug#8942).
6499
13aa217b
KM
65002011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
6501
6502 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
6503 insecure exception for current topic. Also note that auto-saves
6504 are handled differently.
6505
6506 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
6507 State variables for tracking auto-save inhibition situation.
6508
6509 (allout-write-contents-hook-handler): Rename from
6510 'allout-write-file-hook-handler', and describe how it depends on
6511 write-contents-functions sensitivity to non-nil value to prevent
6512 file write.
6513
6514 (allout-auto-save-hook-handler): Remove. auto-save does not check
6515 this in individual buffers, only in the starting buffer, so this
6516 is not the right way for us to inhibit auto-save in a buffer
6517 according to its condition.
6518
6519 (allout-mode): Use new allout-write-contents-hook-handler, and
6520 only with write-contents-functions. Remove auto-save provisions -
6521 they're implemented elsewhere.
6522
6523 (allout-before-change-handler): If undo is in progress, note that
6524 for attention of allout-post-command-business.
6525
6526 (allout-post-command-business): If the command we're following was
6527 an undo, check for change in the status of encrypted items and
6528 adjust auto-save inhibitions accordingly.
6529
6530 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
6531 according to whether there are or aren't any plain-text topics
6532 pending encryption.
6533
2dcdbdd9 6534 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
6535 Adjust buffer-saved-size and some allout state to inhibit auto-saves
6536 if there are plain-text topics pending encryption.
13aa217b
KM
6537
6538 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
6539 buffer-saved-size and some allout state to not inhibit auto-saves
6540 if there are no longer any plain-text topics pending encryption.
6541
0757af94
SM
6542 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
6543 No longer provide for exemption of the current topic.
13aa217b 6544
ac89b32c
JL
65452011-07-04 Juri Linkov <juri@jurta.org>
6546
6547 Add 7z operations to delete and save changed members (bug#8968).
6548 * arc-mode.el (archive-7z-expunge, archive-7z-update):
6549 New defcustoms.
6550 (archive-7z-write-file-member): New function.
6551 (archive-7z-summarize): Fix the number of dashes in the
6552 listing output.
6553
8fa39615
SM
65542011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
6555
6556 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
6557 (bug#8958).
6558
2f11b3f1
CY
65592011-07-04 Chong Yidong <cyd@stupidchicken.com>
6560
d66fef2b
CY
6561 * bindings.el: Ignore next-buffer and previous-buffer in
6562 minibuffer-local-map.
6563
2f11b3f1
CY
6564 * font-lock.el (font-lock-builtin-face): Change light background
6565 color to dark slate blue (Bug#6693).
6566
f932a347
WD
65672011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
6568
6569 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
6570
c8af70e1
SM
65712011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
6572
6573 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
6574 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6575 Add switch-to-buffer.
6576
f158badc
LMI
65772011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6578
6579 * isearch.el (isearch-search-fun-function): Clarify further the
6580 meaning of the function returned.
6581
6d95bd46
MA
65822011-07-04 Michael Albinus <michael.albinus@gmx.de>
6583
6584 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
6585
6586 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
6587 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
6588 Use it.
6589 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
6590 `tramp-default-remote-path' does not exist.
6591 (tramp-send-command-and-read): New optional argument NOERROR.
6592 (tramp-open-connection-setup-interactive-shell)
6593 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
6594 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
6595 (tramp-process-sentinel): Flush also process' connection property.
6596 (tramp-sh-handle-start-file-process): Do not set process
6597 sentinel. It is done now ...
6598 (tramp-maybe-open-connection): ... here. (Bug#8929)
6599
909e6b67
MK
66002011-07-04 MON KEY <monkey@sandpframing.com>
6601
6602 * play/animate.el (animate-string): Doc fixes and allow changing
6603 the buffer name (bug#5417).
6604
66052011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6606
c8af70e1 6607 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 6608
f34755dc
PE
66092011-07-04 Paul Eggert <eggert@cs.ucla.edu>
6610
396cec72
PE
6611 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
6612 This is simpler and helps future-proof the code.
6613 (timer-until): Use time-subtract and float-time.
08235028 6614 (timer--time-less-p): Use time-less-p.
f34755dc 6615
56e6cc31
JB
66162011-07-04 Juanma Barranquero <lekktu@gmail.com>
6617
3abb79e5
JB
6618 * type-break.el (timep): Use the value of `float-time' to avoid a
6619 byte-compiler warning.
6620
56e6cc31
JB
6621 * server.el (server-eval-and-print): Return any result, even nil.
6622
7b9430b4
PE
66232011-07-03 Paul Eggert <eggert@cs.ucla.edu>
6624
6625 * type-break.el: Accept time formats that the builtins accept.
6626 (timep, type-break-time-difference): Accept any format that
6627 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
6628 This is simpler and helps future-proof the code.
6629 (type-break-time-difference): Round rather than ignoring
6630 subseconds components.
6631
3034e9e7
LMI
66322011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6633
6634 * info.el (Info-apropos-matches): Make non-interactive, since it
6635 doesn't seem to do anything useful as a command (bug#8829).
6636
1485f4c0
CY
66372011-07-03 Chong Yidong <cyd@stupidchicken.com>
6638
6639 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 6640 Move from faces.el.
1485f4c0
CY
6641 (frame-default-terminal-background): New function.
6642
6643 * custom.el (custom-push-theme): Don't record faces in `changed'
6644 theme; this doesn't work correctly for per-frame face settings.
6645 (disable-theme): Use face-set-after-frame-default to reset faces.
6646 (custom--frame-color-default): New function.
6647
9fa3dd45
LMI
66482011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6649
c8af70e1 6650 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
6651 (bug#8769).
6652
6cbbc20c
KR
66532011-03-29 Kevin Ryde <user42@zip.com.au>
6654
6655 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6656 `perl-Test2' extend to match possible "fail #N" rep count
6657 (bug#8377).
6658
c7f98048
LMI
66592011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6660
65676592
LMI
6661 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
6662 `smtpmail-via-smtp' now returns the error instead of nil.
6663
c7f98048
LMI
6664 * isearch.el (isearch-search-fun-function): Clarify the doc string
6665 (bug#8101).
6666
56e6cc31 66672011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
6668
6669 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
6670 unnecessary spaces (bug#8987).
6671
2b216704
LMI
66722011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6673
6674 * net/network-stream.el (open-network-stream): Use the
6675 :end-of-capability command thoughout.
6676
66772011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
6678
6679 * net/network-stream.el (open-network-stream): Add the
6680 :end-of-capability command parameter, used by pop3.el.
6681
36adf6ce
LMI
66822011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6683
1ca0da0e
LMI
6684 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
6685
fc00f69c
LMI
6686 * fringe.el (fringe-query-style): Remove redundant text " (type ?
6687 for list)" (bug#6475).
6688
28fd8759 6689 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 6690 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
6691 an error (bug#6297).
6692
0dd8b6da
LMI
6693 * man.el (Man-reference-regexp): Allow matching possible
6694 word-wrapped references (bug#6289).
6695
ce1438d6
LMI
6696 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
6697 for consistency with the other vc buffers (bug#6197).
6698 (vc-checkin): Ditto.
6699
6700 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
6701
36adf6ce
LMI
6702 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
6703
e83cc1f7
LMI
67042011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6705
8a20ca4c
LMI
6706 * custom.el (defcustom): Clarify that :set is only used in the
6707 Customize user interface (bug#6089).
6708
83319045
LMI
6709 * progmodes/flymake.el (flymake-mode): If the buffer isn't
6710 associated with a file, refuse to run instead of erroring out
6711 (bug#6084).
6712
a8392169
LMI
6713 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
6714 the doc string, since it appears that using `fill-column' always
6715 controls the width (bug#7845).
6716
e83cc1f7
LMI
6717 * simple.el (shell-command-on-region): Say where the error output
6718 went if `shell-command-default-error-buffer' is set (bug#6857).
6719
e47ca23b
KM
67202011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
6721
6722 * allout.el (allout-yank-processing): Adjust cursor position for
6723 backwards-deleted space.
6724
6725 (allout-rebullet-heading): Register changes with
6726 allout-exposure-changed-hook, so the modified topic is properly
6727 decorated.
6728
5cf56143
LMI
67292011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6730
08549772
LMI
6731 * minibuffer.el (completion-in-region): Document PREDICATE
6732 (bug#7136).
6733
48e96771
LMI
6734 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
6735 of keyword/argument pairs (bug#6904).
6736
c8af70e1
SM
6737 * replace.el (multi-occur):
6738 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 6739
e17d05e2
LMI
67402011-07-02 Drew Adams <drew.adams@oracle.com>
6741
6742 * dired.el (dired-mark-if): Make the message about whether it's
6743 marking or unmarking clearer (bug#8523).
6744
063b0e45
LMI
67452011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6746
6747 * disp-table.el (display-table-print-array): New function.
6748 (describe-display-table): Use it to print the vectors more pretty
6749 (Bug#8859).
6750
28545e04
MR
67512011-07-02 Martin Rudalics <rudalics@gmx.at>
6752
6753 * window.el (window-state-get-1): Don't assign clone numbers.
6754 Add clone-of item to list of window parameters.
6755 (window-state-put-2): Don't process clone numbers.
6756 (display-buffer-alist): Fix doc-string.
6757
3349e122
SM
67582011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
6759
6760 * subr.el (remq): Don't allocate if it's not needed.
6761 (keymap--menu-item-binding, keymap--menu-item-with-binding)
6762 (keymap--merge-bindings): New functions.
6763 (keymap-canonicalize): Use them to refine the canonicalization.
6764 * minibuffer.el (minibuffer-local-completion-map)
6765 (minibuffer-local-must-match-map): Move initialization from C.
6766 (minibuffer-local-filename-completion-map): Move initialization from C;
6767 don't inherit from anything here.
6768 (minibuffer-local-filename-must-match-map): Make obsolete.
6769 (completing-read-default): Use make-composed-keymap to combine
6770 minibuffer-local-filename-completion-map with either
6771 minibuffer-local-must-match-map or
6772 minibuffer-local-filename-completion-map.
6773
d224ac83
GM
67742011-07-01 Glenn Morris <rgm@gnu.org>
6775
3de63bf8
GM
6776 * type-break.el (type-break-time-sum): Use dolist.
6777
d224ac83
GM
6778 * textmodes/flyspell.el (flyspell-word-search-backward):
6779 Replace CL function.
6780
1a1e3f32
SM
67812011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
6782
fe3f64d5
SM
6783 * mouse.el (mouse--strip-first-event): New function.
6784 (function-key-map): Use it to map fringe clicks to normal clicks
6785 by default.
6786
eb604e34
SM
6787 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
6788 (vc-bzr-revision-completion-table): Add support for annotate and date.
6789
1a1e3f32
SM
6790 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
6791 inherit from parent.
6792
5bd35902
LMI
67932011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6794
ace6c69c 6795 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 6796 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 6797
191e2bed
LMI
6798 * dired.el (dired-mode): Fix up the doc string as suggested by
6799 Drew Adams (bug#8817).
6800
5bd35902
LMI
6801 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
6802 cookie, since the manual says that it should be possible to add
6803 this function to `find-file-hook' (bug#8709).
6804
eee8207a
TZ
68052011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
6806
6807 * progmodes/cfengine.el: Moved all cfengine3.el functionality
6808 here. Noted Ted Zlatanov as the maintainer.
6809 (cfengine-common-settings, cfengine-common-syntax): New functions
6810 to set up common things between `cfengine-mode' and
6811 `cfengine3-mode'.
6812 (cfengine3-mode): New mode.
6813 (cfengine3-defuns cfengine3-defuns-regex
6814 (cfengine3-class-selector-regex cfengine3-category-regex)
6815 (cfengine3-vartypes cfengine3-font-lock-keywords)
6816 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 6817 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 6818
36b148cf
MA
68192011-07-01 Michael Albinus <michael.albinus@gmx.de>
6820
6821 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
6822
6823 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
6824
0bf4ba9a
MR
68252011-07-01 Martin Rudalics <rudalics@gmx.at>
6826
6827 * window.el (same-window-buffer-names, same-window-regexps)
6828 (same-window-p, special-display-frame-alist)
6829 (special-display-popup-frame, special-display-function)
6830 (special-display-buffer-names, special-display-regexps)
6831 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
6832 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
6833 (split-window-preferred-function, split-height-threshold)
6834 (split-width-threshold, even-window-heights)
6835 (display-buffer-mark-dedicated, window-splittable-p)
6836 (split-window-sensibly, window-safely-shrinkable-p):
6837 Un-obsolete.
6838 (display-buffer): Don't spread args with function specifier
6839 because special-display-popup-frame won't like it.
6840
35837f51
PE
68412011-07-01 Paul Eggert <eggert@cs.ucla.edu>
6842
d0672f86
PE
6843 Time-stamp simplifications and fixes.
6844 These improve accuracy slightly, and future-proof the code
6845 against some potential changes to current-time format.
6846
b9444d97
PE
6847 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
6848 by using time-since and float-time.
6849
0ef923dc
PE
6850 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
6851 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
6852 + NNN microseconds".
6853
2f81380d
PE
6854 * type-break.el (type-break-time-sum): Rewrite using time-add.
6855
845b5c3e
PE
6856 * play/hanoi.el (hanoi-current-time-float): Remove.
6857 All uses replaced by float-time.
6858
ee6f1be0
PE
6859 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
6860 This yields a more-accurate answer.
6861 (rng-time-to-float): Remove; no longer needed.
6862
fe955043
PE
6863 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
6864
5777162a
PE
6865 * calendar/timeclock.el (timeclock-seconds-to-time):
6866 Defalias to seconds-to-time, since they're the same thing.
6867
3103f8b6 6868 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 6869 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
6870 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
6871
0e61a35f
SM
68722011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
6873
6874 * window.el (bury-buffer): Don't iconify the only frame.
6875 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
6876 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
6877
ddd63a1e
CY
68782011-07-01 Chong Yidong <cyd@stupidchicken.com>
6879
0e61a35f
SM
6880 * eshell/em-smart.el (eshell-smart-display-navigate-list):
6881 Add mouse-yank-primary.
ddd63a1e 6882
055f4923
TZ
68832011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
6884
6885 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
6886
6a2fb145
SM
68872011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
6888
6889 * emacs-lisp/find-func.el (find-library--load-name): New fun.
6890 (find-library-name): Use it to find relative load names when provided
6891 absolute file name (bug#8803).
6892
fd4983f2
LMI
68932011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6894
887d14ad
LMI
6895 * textmodes/flyspell.el (flyspell-word): Consider words that
6896 differ only in case as potential doublons (bug#5687).
6897
c53dc7fc
LMI
6898 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
6899 Remove two rather uninteresting debugging-like messages to make
6900 debbugs.el more silent.
6901
fd4983f2
LMI
6902 * comint.el (comint-password-prompt-regexp): Accept "Response" as
6903 a password-like phrase.
6904
7a71b18d 69052011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
6906
6907 * progmodes/cc-guess.el: New file.
6908
6a2fb145 6909 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
6910
6911 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
6912 derived from `c-basic-common-init'.
6913
6914 * progmodes/cc-mode.el (top-level): Require cc-guess.
6915 (c-basic-common-init): Use `cc-choose-style-for-mode'.
6916
1fa280a3
LM
69172011-06-30 Lawrence Mitchell <wence@gmx.li>
6918
6919 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
6920
e6597158
AM
69212011-06-30 Alan Mackenzie <acm@muc.de>
6922
1fa280a3
LM
6923 * progmodes/cc-engine.el (c-guess-continued-construct):
6924 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
6925 lock is disabled. Name this case as "CASE G".
6926
68ba37fb
KM
69272011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
6928
6929 * allout.el (allout-yank-processing): Fix injection of extra space
6930 between bullet and non-whitespace character in first topic when
6931 pasting, ensuring that the actual spacing in the pasted topic
6932 following the bullet char is preserved. This extra space was
6933 causing pasted encrypted topics to get a decrypted status even
6934 when the content was actually still encrypted. Now the decryption
6935 status from before the paste is preserved.
6936
6937 (allout-flag-region): Set all allout overlays so they evaporate
6938 when reduced to zero length (evanescent), to prevent overlay
6939 leakage.
6940
887a0b34
GM
69412011-06-30 Glenn Morris <rgm@gnu.org>
6942
94b9acce
GM
6943 * w32-fns.el (w32-charset-info-alist): Declare.
6944
1d9b46d4
GM
6945 * find-dired.el (find-grep-options): Simplify.
6946
cc232200
GM
6947 * term/ns-win.el (ns-set-resource): Declare.
6948
28e77c46
GM
6949 * ses.el (row, col): Declare dynamic variables honestly.
6950
887a0b34
GM
6951 * textmodes/reftex-parse.el (index-tags): Declare.
6952
658d8eb8
CY
69532011-06-30 Chong Yidong <cyd@stupidchicken.com>
6954
6955 * cus-edit.el (customize-push-and-save): New function.
6956
6957 * files.el (hack-local-variables-confirm): Use it.
6958
1fa280a3
LM
6959 * custom.el (load-theme): New arg NO-CONFIRM.
6960 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
6961 (custom-enabled-themes): Doc fix.
6962
6963 * cus-theme.el (customize-create-theme)
6964 (custom-theme-merge-theme): Callers to load-theme changed.
6965
bb617717
LMI
69662011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6967
d61bdd5d
LMI
6968 * thingatpt.el (thing-at-point-short-url-regexp): Require that
6969 short URLs have at least one dot in them (bug #7614).
6970
bb617717
LMI
6971 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
6972 nil, because using a pty is apparently too slow (bug #895).
6973
2f31f37a
LMI
69742011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6975
6976 * mail/sendmail.el (sendmail-query-once): New function.
6977 (sendmail-query-once-function): New variable.
6978
3076b24e
GM
69792011-06-29 Glenn Morris <rgm@gnu.org>
6980
faf2a174
GM
6981 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
6982
3076b24e
GM
6983 * ses.el (top-level): Require cl when compiling.
6984 (ses-set-localvars): Fix error statement.
6985 Call it at compile time to silence a storm of warnings.
6986
5386012d
MR
69872011-06-29 Martin Rudalics <rudalics@gmx.at>
6988
6989 * window.el (normalize-live-buffer): Rename to
6990 window-normalize-buffer.
6991 (normalize-live-frame): Rename to window-normalize-frame.
6992 (normalize-any-window): Rename to window-normalize-any-window.
6993 (normalize-live-window): Rename to window-normalize-live-window.
6994 (make-window-atom): Rename to window-make-atom.
6995 (window-resize-reset): Rename to window--resize-reset.
6996 (window-resize-reset-1): Rename to window--resize-reset-1.
6997 (resize-mini-window): Rename to window--resize-mini-window.
6998 (resize-subwindows-skip-p): Rename to
6999 window--resize-subwindows-skip-p.
7000 (resize-subwindows-normal): Rename to
7001 window--resize-subwindows-normal.
7002 (resize-subwindows): Rename to window--resize-subwindows.
7003 (resize-other-windows): Rename to window--resize-siblings.
7004 (resize-this-window): Rename to window--resize-this-window.
7005 (resize-root-window): Rename to window--resize-root-window.
7006 (resize-root-window-vertically): Rename to
7007 window--resize-root-window-vertically.
7008 (normalize-buffer-to-display): Rename to
7009 window-normalize-buffer-to-display.
7010 (normalize-buffer-to-switch-to): Rename to
7011 window-normalize-buffer-to-switch-to.
7012 Correspondingly update all callers of the functions listed
7013 above.
7014 (display-buffer-alist, display-buffer-normalize-arguments)
7015 (display-buffer-normalize-options, display-buffer)
7016 (display-buffer-alist-set): Use "function" instead of
7017 "fun-with-args".
7018
1176868d
CY
70192011-06-28 Chong Yidong <cyd@stupidchicken.com>
7020
7021 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
7022 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
7023 debbugs.gnu.org. Mention acknowledgment email.
7024
20a7a65f
LMI
70252011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7026
7027 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
7028 buffer multibyteness, since it shouldn't matter.
7029
5f45cca5
MR
70302011-06-28 Martin Rudalics <rudalics@gmx.at>
7031
7032 * window.el (display-buffer-in-side-window): Handle dedicated
7033 windows as in display-buffer-reuse-window.
7034 (display-buffer-normalize-alist): Use value of override
7035 specifier.
7036 (display-buffer-normalize-specifiers): Use value of
7037 other-window-means-other-frame specifier.
7038 (display-buffer-alist): Rewrite some texts in widgets.
7039 (display-buffer): Spread arguments when calling function
7040 specified by fun-with-args.
7041
ad85fe1f
DD
70422011-06-28 Deniz Dogan <deniz@dogan.se>
7043
1fa280a3
LM
7044 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7045 Unnest `let'.
da68c4c8 7046
ad85fe1f
DD
7047 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
7048 selectors (Bug#5732).
ec49bd31 7049 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 7050
a08cc025
JA
70512011-06-27 Jari Aalto <jari.aalto@cante.net>
7052
7053 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
7054 (eshell-ls-date-format): New defcustom.
7055 (eshell-ls-file): Use it.
7056
e2b551c5
SM
70572011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
7058
7059 * help-fns.el (describe-variable): Fix message for terminal-local vars.
7060
8982b231
KY
70612011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
7062
7063 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
7064 (ange-ftp-make-tmp-name): New arg.
7065 (ange-ftp-file-local-copy): Use it.
7066
36c9fa27
J
70672011-06-27 Jambunathan K <kjambunathan@gmail.com>
7068
7069 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
7070 no-conversion (Bug#8870).
7071
d68443dc
MR
70722011-06-27 Martin Rudalics <rudalics@gmx.at>
7073
7074 * window.el (window-right, window-left, window-child)
7075 (window-child-count, window-last-child)
7076 (window-iso-combination-p, walk-window-tree-1)
7077 (window-atom-check-1, window-tree-1, delete-window)
7078 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
7079 new naming conventions - window-vchild, window-hchild,
7080 window-next and window-prev are now called window-top-child,
7081 window-left-child, window-next-sibling and window-prev-sibling
7082 respectively.
d615d6d2
MR
7083 (resize-window-reset): Rename to window-resize-reset.
7084 (resize-window-reset-1): Rename to window-resize-reset-1.
7085 (resize-window): Rename to window-resize.
7086 (window-min-height, window-min-width)
7087 (resize-mini-window, resize-this-window, resize-root-window)
7088 (resize-root-window-vertically, adjust-window-trailing-edge)
7089 (enlarge-window, shrink-window, maximize-window)
7090 (minimize-window, delete-window, quit-restore-window)
7091 (split-window, balance-windows, balance-windows-area-adjust)
7092 (balance-windows-area, window-state-put-2)
7093 (display-buffer-even-window-sizes, display-buffer-set-height)
7094 (display-buffer-set-width, set-window-text-height)
7095 (fit-window-to-buffer): Rename all "resize-window" prefixed
7096 calls to use the "window-resize" prefix convention.
7097 (display-buffer-alist): Fix symbol for label specifier.
7098 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
7099 corresponding specifier.
7100 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 7101
b6458526
VB
71022011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
7103
7104 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
7105 convention.
7106 (ses-call-printer): Does not pass an empty string to formatter when the
7107 cell is empty to keep from barking printer Calc math-format-value.
7108
d31fd9ac
RS
71092011-06-27 Richard Stallman <rms@gnu.org>
7110
43d5bf84
RS
7111 * battery.el (battery-mode-line-limit): New variable.
7112 (battery-update): Handle it.
7113
d31fd9ac
RS
7114 * mail/rmailmm.el (rmail-mime-process-multipart):
7115 Handle truncated messages.
7116
819a6054
GM
71172011-06-27 Glenn Morris <rgm@gnu.org>
7118
7119 * progmodes/flymake.el (flymake-err-line-patterns):
7120 Allow for column numbers in the ant/javac pattern. (Bug#8866)
7121
cedc73f2
VB
71222011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
7123
819a6054 7124 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
7125 (ses--clean-!, ses--clean-_): New functions.
7126 (ses-range): Add configurability of readout order, and conversion
7127 to Calc vector.
7128
5e5d49b6
VB
7129 * ses.el (ses-repair-cell-reference-all): New function.
7130 (ses-cell-symbol): Set macro as safe, so that it can be used in
7131 formulas.
7132
56e6cc31 7133 * ses.el: Update cycle detection algorithm.
90ca8b49 7134 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 7135 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
7136 (ses-set-localvars): New function.
7137 (ses-make-cell): Add property-list as a cell element.
7138 (ses-cell-property-get-fun, ses-cell-property-get)
7139 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
7140 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
7141 New functions.
90ca8b49
VB
7142 (ses-cell-property-set, ses-cell-property-pop)
7143 (ses-cell-property-get-handle): New macro.
7144 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
7145 New aliases, used for code readability.
7146 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
7147 cycle detection.
7148 (ses-self-reference-early-detection): New defcustom.
fac916bf 7149 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
7150 (ses-mode): Use ses-set-localvars.
7151 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
7152 before lauching the update processing.
7153 (ses-initialize-Dijkstra-attempt): New function.
7154 (ses-recalculate-cell): Update for cycle detection based on
7155 Dijkstra algorithm.
7156
2bb63e81
VB
7157 * ses.el: Fix commenting and indenting convention.
7158
c9d29fb8
SM
71592011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
7160
7161 * bs.el (bs-cycle-next): Complete last change.
7162
d8e4b68b
JB
71632011-06-27 Drew Adams <drew.adams@oracle.com>
7164
7165 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
7166
40098786
LMI
71672011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7168
c9d29fb8
SM
7169 * net/network-stream.el (network-stream-open-starttls):
7170 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
7171 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
7172
40098786
LMI
7173 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
7174 to binary to possibly avoid line encoding issues on Windows (among
7175 other things).
7176
468d09d4
LMI
71772011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7178
7179 * net/network-stream.el (open-network-stream): Return an :error
7180 saying what the problem was, if possible.
7181
7182 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
7183 server.
7184
7185 * net/network-stream.el (network-stream-open-starttls): If we
7186 wanted to use STARTTLS, and the server offered it, but we weren't
7187 able to because we had no STARTTLS support, then close the connection.
7188 (open-network-stream): Return an :error element, if present.
7189
16f07dd7
CY
71902011-06-26 Chong Yidong <cyd@stupidchicken.com>
7191
88821ca0
CY
7192 * hl-line.el (hl-line-sticky-flag): Doc fix.
7193 (global-hl-line-sticky-flag): New option (Bug#8323).
7194 (global-hl-line-highlight): Obey it.
7195
16f07dd7
CY
7196 * vc/vc.el (vc-revert-show-diff): Default to t.
7197
6b5ccddf
KM
71982011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
7199
c9d29fb8
SM
7200 * allout-widgets.el (allout-widgets-post-command-business):
7201 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
7202 undecorated when an isearch is continued past, and isearch
7203 automatically collapses them. This leads to "widget leaks", where
7204 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
7205 hidden widgets can slow down cursor travel, substantially.
7206 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
7207 so we're doing without this nicety.
7208
7209 (allout-widgets-tally-string): Don't try to do a hash-table-count
7210 of allout-widgets-tally when it's nil. This eliminates spurious "Error
7211 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
7212 *Messages* when allout-widgets-maintain-tally is t.
7213
355f2e07
MR
72142011-06-26 Martin Rudalics <rudalics@gmx.at>
7215
7216 * window.el (display-buffer-normalize-argument): Rename to
7217 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
7218 LABEL argument. Respect special-display-function when popping up
7219 a new frame. Fix code searching for a window showing the buffer
7220 on another frame.
c9d29fb8
SM
7221 (display-buffer-normalize-specifiers):
7222 Call display-buffer-normalize-arguments.
355f2e07
MR
7223 (display-buffer-in-window): Don't undedicate the window if its
7224 buffer remains the same.
7225 Reported by Drew Adams <drew.adams@oracle.com>.
7226 (display-buffer-alist): Add choice for same-window macro
7227 specfier.
7228 (display-buffer): Mention special meaning of LABEL argument in
7229 doc-string. Fix quoting. Don't pop up a new frame even as
7230 fallback.
7231
7ca8fc42
JB
72322011-06-26 Juanma Barranquero <lekktu@gmail.com>
7233
7234 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
7235 avoid deleting the current window in some cases (bug#8911).
7236
bc312254
AS
72372011-06-26 Andreas Schwab <schwab@linux-m68k.org>
7238
7239 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
7240 (Bug#8934)
7241
2db18f3f
LMI
72422011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7243
c9d29fb8
SM
7244 * net/network-stream.el (network-stream-open-starttls):
7245 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
7246 (network-stream-open-tls): Ditto.
7247
6302e0d3
LL
72482011-06-26 Leo Liu <sdl.web@gmail.com>
7249
7250 * register.el (registerv): New struct.
7251 (registerv-make): New function.
c9d29fb8
SM
7252 (jump-to-register, describe-register-1, insert-register):
7253 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
7254 struct. (Bug#8415)
7255
5fdd4046
CY
72562011-06-26 Chong Yidong <cyd@stupidchicken.com>
7257
2afef60a
CY
7258 * vc/vc.el (vc-revert-show-diff): New defcustom.
7259 (vc-diff-internal): New arg specifying diff buffer.
7260 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
7261 reuse an existing *vc-diff* buffer (Bug#8927).
7262
5fdd4046
CY
7263 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
7264
e93db24a
GM
72652011-06-26 Glenn Morris <rgm@gnu.org>
7266
7267 * progmodes/f90.el (f90-critical-indent): New option.
7268 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
7269 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
7270 (f90-mode): Doc fix.
7271 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
7272 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
7273 (f90-beginning-of-block, f90-next-block, f90-indent-region)
7274 (f90-match-end): Handle block, critical.
7275
eefff499
GM
72762011-06-25 Glenn Morris <rgm@gnu.org>
7277
f6ba4cc9
GM
7278 * calendar/diary-lib.el (diary-included-files): Doc fix.
7279 (diary-include-files): New function, extracted from
7280 diary-include-other-diary-files and diary-mark-included-diary-files.
7281 (diary-include-other-diary-files, diary-mark-included-diary-files):
7282 Just call diary-include-files.
7283 (diary-mark-entries): Reset diary-included-files on first call.
7284
16712304
GM
7285 * calendar/diary-lib.el (diary-mark-entries)
7286 (diary-mark-included-diary-files):
7287 Visit included diary-files in temp buffers.
7288
5d8e0d43
GM
7289 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
7290 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
7291 (f90-start-block-re, f90-imenu-generic-expression)
7292 (f90-looking-at-program-block-start, f90-no-block-limit):
7293 Add support for submodules.
7294
ccf7a5d5
GM
7295 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
7296 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 7297
11fdef7d 72982011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
7299
7300 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
7301 buffer-file-type before setting its value, to avoid disastrous
eefff499 7302 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 7303
74f53697
JB
73042011-06-25 Juanma Barranquero <lekktu@gmail.com>
7305
7306 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
7307
7308 * ses.el (ses-unload-function):
7309 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
7310
7311 * proced.el (proced-unload-function):
7312 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
7313
18a4ce5e
AR
73142011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
7315
7316 * server.el (server-create-window-system-frame): Add parameters arg.
7317 (server-process-filter): Doc fix. Handle frame-parameters.
7318
519d22cc
JB
73192011-06-25 Juanma Barranquero <lekktu@gmail.com>
7320
7321 Fix bug#8730, bug#8781.
7322
7323 * loadhist.el (unload--set-major-mode): New function.
7324 (unload-feature): Use it.
7325
7326 * progmodes/python.el (python-after-info-look): Add autoload cookie.
7327 (python-unload-function): New function.
7328
c206f5b0
SM
73292011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7330
7331 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
7332
f9ad64f3
GS
73332011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
7334
7335 * net/browse-url.el (browse-url-firefox-program): Add icecat to
7336 the candidates list.
7337
7d0da90e
JB
73382011-06-24 Juanma Barranquero <lekktu@gmail.com>
7339
7340 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
7341
14b4e83d
RS
73422011-06-23 Richard Stallman <rms@gnu.org>
7343
7344 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
7345 (rmail-variables): Set next-error-move-function.
7346 (rmail-what-message): Take argument POS.
7347 (rmail-next-error-move): New function.
7348
273d2baf
SM
73492011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
7350
7351 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
7352 messages for adjacent non-terminals.
7353
56c2cc9a
RS
73542011-06-23 Richard Stallman <rms@gnu.org>
7355
7356 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 7357 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
7358 (rmail-start-mail): Don't specify use of rmail-mail-return;
7359 that's done by mail-bury now.
7360 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 7361
d59eb518
MA
73622011-06-23 Michael Albinus <michael.albinus@gmx.de>
7363
7364 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
7365 SIZE is a number.
7366
02cfc6d6
MR
73672011-06-23 Martin Rudalics <rudalics@gmx.at>
7368
7369 * window.el (get-lru-window, get-mru-window)
7370 (get-largest-window): Never return a minibuffer window.
7371 (display-buffer-pop-up-window): Fix a bug that could lead to
7372 reusing the minibuffer window.
7373 (display-buffer): Pass original specifier argument to
7374 display-buffer-function instead of the normalized one.
7375 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
7376
4e323265
LL
73772011-06-22 Leo Liu <sdl.web@gmail.com>
7378
7379 * minibuffer.el (completing-read-function)
7380 (completing-read-default): Move from minibuf.c
7381
7a70468f
RS
73822011-06-22 Richard Stallman <rms@gnu.org>
7383
50718fc2
RS
7384 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
7385 to Rmail even if not started by a special Rmail command.
7386
7a70468f
RS
7387 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
7388 Copy the buffer currently showing just one message.
7389
297dde5a
RW
73902011-06-22 Roland Winkler <winkler@gnu.org>
7391
7392 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
7393 (bibtex-clean-entry): First delete the old key so that a
7394 customized algorithm for generating the new key does not get
7395 confused by the old key.
7396 (bibtex-url): Obey regexp of first step.
7397 (bibtex-search-entries): Do not use add-to-list with local
7398 list-var.
7399
97bb1093
LMI
74002011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7401
7402 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
7403 stored a user name, then query for the password first, instead of
7404 waiting for SMTP to give an error message and the trying again.
7405
1c0f1a19
JD
74062011-06-22 Lawrence Mitchell <wence@gmx.li>
7407
7408 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
7409 BUFFER in call-process.
7410
396f7c9d
LMI
74112011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7412
7413 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
7414 QUIT twice.
ddb7ffee
LMI
7415 (smtpmail-try-auth-methods): Require user name and password from
7416 auth-source.
396f7c9d 7417
8998d1b3
MR
74182011-06-22 Martin Rudalics <rudalics@gmx.at>
7419
7420 * window.el (display-buffer-default-specifiers)
7421 (display-buffer-alist): Remove entries for pop-up-frame-alist.
7422 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 7423 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
7424
7425 * frame.el (pop-up-frame-alist, pop-up-frame-function)
7426 (special-display-frame-alist, special-display-popup-frame):
7427 Remove duplicate declarations. These are now in window.el.
7428
4ea31e07
LMI
74292011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7430
c9d29fb8
SM
7431 * mail/smtpmail.el (smtpmail-via-smtp):
7432 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
7433 server supports it. SMTP servers that support STARTTLS commonly
7434 require it.
7435
7436 * net/network-stream.el (network-stream-open-starttls): Support
7437 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 7438 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 7439
95f41d9a
LMI
7440 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
7441 upgrades with `open-network-stream', and rely solely on
7442 auth-source for all credentials. Big changes throughout the file,
7443 but in particular:
c9d29fb8
SM
7444 (smtpmail-auth-credentials): Remove.
7445 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
7446 (smtpmail-via-smtp): Check for servers saying they want AUTH after
7447 MAIL FROM, too.
95f41d9a 7448
c9d29fb8
SM
7449 * net/network-stream.el (network-stream-open-starttls):
7450 Provide support for client certificates both for external and built-in
4ea31e07
LMI
7451 STARTTLS.
7452 (auth-source): Require.
7453 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
7454 (network-stream-certificate): Change cert-cert to cert and
7455 cert-key to key.
4ea31e07 7456
065ec2c7
MA
74572011-06-21 Michael Albinus <michael.albinus@gmx.de>
7458
7459 * net/tramp-cache.el (top): Don't load the persistency file when
7460 "emacs -Q" has been called.
7461
cd93b359
DR
74622011-06-21 Tim Harper <timcharper@gmail.com>
7463
d8e4b68b
JB
7464 * term/ns-win.el (ns-initialize-window-system):
7465 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
7466 resource to NO as it is not yet supported by the NS port.
7467
ae9c0411
JB
74682011-06-21 Juanma Barranquero <lekktu@gmail.com>
7469
7470 * misc.el (list-dynamic-libraries--refresh): Compute header here...
7471 (list-dynamic-libraries): ...not here.
7472
7f3f739f
LL
74732011-06-21 Leo Liu <sdl.web@gmail.com>
7474
7475 * subr.el (sha1): Implement sha1 using secure-hash.
7476
327c8fb1
MR
74772011-06-21 Martin Rudalics <rudalics@gmx.at>
7478
7479 * window.el (display-buffer-alist): In default value do not
7480 enforce searching a window on any but the selected frame.
7481 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
7482 (display-buffer-select-window): Remove function.
7483 (display-buffer-in-window): When a window on another frame gets
7484 reused, do not select it any more but just raise its frame if
7485 necessary (Bug#8851) and (Bug#8856).
7486 (display-buffer-normalize-options): Handle pop-up-frames related
7487 options more faithfully.
7488 (pop-to-buffer): Don't rely on `display-buffer' selecting the
7489 window if it is on another frame.
c9d29fb8
SM
7490 (display-buffer-alist, display-buffer-default-specifiers):
7491 Don't make new frame unsplittable by default.
9e9de014
MR
7492 (display-buffer-normalize-argument): Fix doc-string typo and use
7493 'same-frame-other-window instead of 'other-window when associating
7494 with display-buffer-macro-specifiers.
327c8fb1 7495
7cf3f556
VB
74962011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
7497
7498 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
7499 New functions.
7500 (5x5-mode-map, 5x5-mode-menu): Bind them.
7501 (5x5-draw-grid): Tweak the solver's rendering.
7502
60a406cf
SM
75032011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7504
7505 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
7506 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
7507
d8e4b68b 75082011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
7509
7510 * menu-bar.el: Use function variable instead of switch-to-buffer.
7511 (menu-bar-select-buffer-function): New variable.
60a406cf 7512 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 7513
478d6f95
SM
75142011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7515
7516 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
7517 variable's status.
7518
ca530739
JD
75192011-06-20 Jan Djärv <jan.h.d@swipnet.se>
7520
7521 * x-dnd.el (x-dnd-version-from-flags)
7522 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
7523 and long as number (Bug#8899).
7524 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
7525
bcd70d97
SM
75262011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
7527
60a406cf 7528 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
7529 (completion-try-completion, completion-all-completions): Compute the
7530 metadata argument if it's missing; make it optional (bug#8795).
7531
60a406cf 7532 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
7533 (widget-complete): Use new :completion-function property.
7534 (widget-completions-at-point): New function.
7535 (default): Use :completion-function instead of :complete.
60a406cf
SM
7536 (widget-default-completions): Rename from widget-default-complete;
7537 Rewrite.
bcd70d97
SM
7538 (widget-string-complete, widget-file-complete, widget-color-complete):
7539 Remove functions.
7540 (file, symbol, function, variable, coding-system, color):
7541 * international/mule-cmds.el (default-input-method, charset)
7542 (language-info-custom-alist):
7543 * cus-edit.el (face): Use new property :completions.
7544
7545 * progmodes/pascal.el (pascal-completions-at-point): New function.
7546 (pascal-mode): Use it.
7547 (pascal-mode-map): Use completion-at-point.
7548 (pascal-toggle-completions): Make obsolete.
7549 (pascal-complete-word, pascal-show-completions):
7550 * progmodes/octave-mod.el (octave-complete-symbol):
7551 Redefine as obsolete alias.
7552 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
7553 Signal absence of completion info for old Octave,
7554 (inferior-octave-complete): Redefine as obsolete alias.
7555 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
7556 (meta-completions-at-point): Rename from meta-complete-symbol and
7557 adapt it for use on completion-at-point-functions.
7558 (meta-common-mode): Use it.
7559 (meta-looking-at-backward, meta-match-buffer): Remove.
7560 (meta-complete-symbol): Redefine as obsolete alias.
7561 (meta-common-mode-map): Use completion-at-point.
7562 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
7563 (makefile-mode-map): Use completion-at-point.
7564 (makefile-completions-at-point): Rename from makefile-complete and
7565 adapt it for use on completion-at-point-functions.
7566 (makefile-mode): Use it.
7567 (makefile-complete): Redefine as obsolete alias.
7568
aebf69c8
DD
75692011-06-20 Deniz Dogan <deniz@dogan.se>
7570
7571 * net/rcirc.el: Delete trailing whitespaces once and for all.
7572
bfbbb27d
DC
75732011-06-20 Daniel Colascione <dan.colascione@gmail.com>
7574
7575 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
7576
d264a46b
CY
75772011-06-19 Chong Yidong <cyd@stupidchicken.com>
7578
4ca009e5
CY
7579 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
7580
d264a46b
CY
7581 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
7582
fbf5b3ce
MR
75832011-06-19 Martin Rudalics <rudalics@gmx.at>
7584
7585 * window.el (display-buffer-other-window-means-other-frame):
7586 Call display-buffer-normalize-alist.
7587 (display-buffer-normalize-specifiers-1): Rename to
7588 display-buffer-normalize-argument. New argument other-frame.
7589 Rewrite.
7590 (display-buffer-normalize-specifiers-2): Rename to
7591 display-buffer-normalize-options.
7592 (display-buffer-normalize-alist-1): New function.
7593 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
7594 display-buffer-normalize-alist.
7595 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
7596 (display-buffer-normalize-options-inhibit): New variable.
7597 (display-buffer-normalize-specifiers): Rewrite calling
7598 display-buffer-normalize-alist,
7599 display-buffer-normalize-argument, and
7600 display-buffer-normalize-options. Don't call the latter if
7601 display-buffer-normalize-options-inhibit is non-nil.
7602 (frame-auto-delete): New option.
7603 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
7604 (window-list-no-nils, window-state-ignored-parameters)
7605 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
7606 (window-state-put-1, window-state-put-2, window-state-put):
7607 New functions.
9a028c23
MR
7608 (display-buffer-normalize-options): Move special-display-p group
7609 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 7610
6d10d800
CY
76112011-06-18 Chong Yidong <cyd@stupidchicken.com>
7612
6420d28b
CY
7613 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
7614 groups (Bug#8776).
7615 (rx-submatch-n): New function.
7616 (rx): Document it.
7617
ddb8b596
CY
7618 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
7619 (Bug#8768).
7620
7621 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
7622
77080289
CY
7623 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
7624
61dfb316
CY
7625 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
7626 anytime existing face settings are present (Bug#8889).
7627
6d10d800
CY
7628 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
7629 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
7630 Remove unused argument.
7631
be3fb2b8
MR
76322011-06-18 Martin Rudalics <rudalics@gmx.at>
7633
bcd70d97
SM
7634 * window.el (display-buffer-default-specifiers):
7635 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
7636 pop-up-window-min-width, and another reuse-window specifier
7637 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
7638 (display-buffer-normalize-specifiers-2):
7639 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
7640 pop-up-windows is unset. Add a reuse-window specifier for the
7641 case popping up a new window fails.
7642 (special-display-popup-frame): Remove double quoting.
28dec25a 7643 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 7644
1c6d8c76
SM
76452011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
7646
7647 * shell.el (shell-completion-vars): Set pcomplete-termination-string
7648 according to comint-completion-addsuffix.
7649
7650 * pcomplete.el: Convert to lexical binding and fix bug#8819.
7651 (pcomplete-suffix-list): Mark as obsolete.
7652 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
7653 pcomplete-seen in the closure.
7654 (pcomplete-comint-setup): Setup completion-at-point as well.
7655 (pcomplete--entries): New function.
7656 (pcomplete--env-regexp): New var.
7657 (pcomplete-entries): Rewrite to work with partial-completion and
7658 without relying on pcomplete-suffix-list.
7659 (pcomplete-pare-list): Remove, unused.
7660
25aef8b8
MR
76612011-06-17 Martin Rudalics <rudalics@gmx.at>
7662
7663 * window.el (display-buffer-alist): Set pop-up-window-min-height
7664 and pop-up-window-min-width in default value. Reported by
7665 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
7666 other-window-means-other-frame.
7667 (display-buffer-macro-specifiers): Comment out entry for
7668 other-window specifier.
7669 (display-buffer-other-window-means-other-frame): New function.
7670 (display-buffer-normalize-specifiers-1): New arguments
7671 buffer-name and label. Treat other-window case specially.
7672 (display-buffer-normalize-specifiers-2): Treat other-window case
7673 specially.
7674 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
7675 (display-buffer-normalize-specifiers):
7676 Call display-buffer-normalize-specifiers-3.
25aef8b8 7677
dbad4f69
MR
76782011-06-17 Martin Rudalics <rudalics@gmx.at>
7679
7680 * window.el (same-window-p): Fix two typos introduced when
7681 adding with-no-warnings.
d1067961
MR
7682 (display-buffer-normalize-specifiers-1): Don't check
7683 pop-up-frames for 'unset initialization.
7684 (display-buffer-normalize-specifiers-2): Major rewrite using
7685 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
7686 (pop-up-frames, display-buffer-reuse-frames)
7687 (display-buffer-mark-dedicated): Don't initialize to 'unset.
7688 Suggested by David Engster <deng@randomsample.de>.
7689 (even-window-heights): Initialize to 'unset.
7690 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
7691 (display-buffer-macro-specifiers): Don't pop up a new frame in the
7692 other window case.
dbad4f69 7693
9b9c9e3a
MR
76942011-06-16 Martin Rudalics <rudalics@gmx.at>
7695
bcd70d97
SM
7696 * window.el (display-buffer-normalize-specifiers-1):
7697 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 7698 second argument of display-buffer (Bug#8865).
981d5c09
MR
7699 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
7700 (switch-to-buffer-other-window-same-frame)
7701 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
7702 Adams (Bug#8875).
9c2755e9
MR
7703 (display-buffer): Don't check noninteractive when calling
7704 display-buffer-pop-up-frame.
7705 (display-buffer-pop-up-frame): Never pop up a frame in
7706 noninteractive mode (Bug#8857).
67222e1d
MR
7707 (enlarge-window, shrink-window): Don't report an error when the
7708 window can't be resized as requested (Bug#8862).
9b9c9e3a 7709
2b75be67
SM
77102011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
7711
9ffdd3ba
SM
7712 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
7713
cb581a67
SM
7714 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
7715
2b75be67
SM
7716 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
7717
8c0e3589
AM
77182011-06-15 Alan Mackenzie <acm@muc.de>
7719
cb581a67
SM
7720 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
7721 for declarators, disable knr checking to speed up for normal files.
7722 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 7723
b96e6cde
LMI
77242011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7725
4bba86e6
LMI
7726 * net/network-stream.el (open-network-stream): Add the keyword
7727 :always-query-capabilities for the case where you want to force a
7728 `plain' network connection, but the protocol still requires the
7729 capabilitiy command (i.e., SMTP and EHLO).
7730
2b75be67 7731 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
7732 consistency with other `-live-p' functions.
7733
efdcdbf8
SM
77342011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
7735
7736 * window.el (same-window-buffer-names, same-window-regexps)
7737 (special-display-frame-alist, special-display-popup-frame)
7738 (special-display-function, special-display-buffer-names)
7739 (special-display-regexps, pop-up-frame-alist)
7740 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
7741 (pop-up-windows, split-window-preferred-function)
7742 (split-height-threshold, split-width-threshold, even-window-heights)
7743 (display-buffer-mark-dedicated): Don't encourage the use of
7744 display-buffer-alist from Elisp code.
7745
c5cde042
DN
77462011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
7747
7748 * progmodes/python.el (python-mode): Derive from prog-mode.
7749 * progmodes/ps-mode.el (ps-mode):
7750 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 7751 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
7752 * progmodes/ld-script.el (ld-script-mode): Likewise.
7753
baa1c9ab
MR
77542011-06-15 Martin Rudalics <rudalics@gmx.at>
7755
7756 * window.el (display-buffer-alist): Trim default value to avoid
7757 popping up a new frame (Bug#8857) or reusing an arbitrary window
7758 on another frame.
7759 (display-buffer): Do not fall back on popping up a new frame in
7760 batch mode (Bug#8857).
7761
c5dd5a51
CY
77622011-06-14 Chong Yidong <cyd@stupidchicken.com>
7763
7764 * cus-theme.el (describe-theme-1): Use custom-theme-p.
7765 (custom-theme-summary): New function.
7766 (customize-themes): Use it.
7767
d647b7c4
GM
77682011-06-13 Glenn Morris <rgm@gnu.org>
7769
7770 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
7771
9481c002
MR
77722011-06-13 Martin Rudalics <rudalics@gmx.at>
7773
357f93d2
MR
7774 * help.el (help-window): Remove variable.
7775 (help-window-point-marker, temp-buffer-max-height)
7776 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
7777 (help-print-return-message): Don't set help-window.
7778 (resize-temp-buffer-window): Rewrite cod eand doc-string.
7779 (help-window-setup-finish): Remove.
7780 (help-window-display-message, help-window-setup)
7781 (with-help-window): Major rewrite based on new
7782 display-buffer-window variable.
7783
7784 * help-mode.el (help-mode-finish): Remove help-window related
7785 code.
7786
7787 * view.el (view-exits-all-viewing-windows): Remove reference to
7788 view-return-to-alist in doc-string.
7789 (view-return-to-alist): Make obsolete.
7790 (view-buffer): Call pop-to-buffer-same-window and remove
7791 undo-window code.
7792 (view-buffer-other-window): Call pop-to-buffer-other-window and
7793 simplify code. Ignore second argument.
7794 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
7795 simplify code. Ignore second argument.
7796 (view-return-to-alist-update): Make obsolete.
7797 (view-mode-enter): Rename second argument to QUIT-RESTORE.
7798 Rewrite using quit-restore window parameters.
2b75be67
SM
7799 (view-mode-exit): Rename second argument to EXIT-ONLY.
7800 Rewrite using quit-restore-window.
357f93d2
MR
7801 (View-exit, View-exit-and-edit, View-leave, View-quit)
7802 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
7803 appropriate arguments.
7804 (view-end-message): Use quit-restore window parameter.
7805
9481c002
MR
7806 * window.el (display-buffer-function): Rewrite doc-string.
7807 (display-buffer-window, display-buffer-alist): New variables.
7808 (display-buffer-split-specifiers)
7809 (display-buffer-side-specifiers)
7810 (display-buffer-macro-specifiers): New constants.
7811 (display-buffer-even-window-sizes, display-buffer-set-height)
7812 (display-buffer-set-width, display-buffer-select-window)
7813 (display-buffer-in-window, display-buffer-reuse-window)
7814 (display-buffer-split-window-1, display-buffer-split-window)
7815 (display-buffer-split-atom-window, display-buffer-pop-up-window)
7816 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
7817 (display-buffer-in-side-window, normalize-buffer-to-display)
7818 (display-buffer-normalize-specifiers-1)
7819 (display-buffer-normalize-specifiers-2)
2b75be67
SM
7820 (display-buffer-normalize-specifiers, display-buffer-frame):
7821 New functions.
9481c002
MR
7822 (display-buffer): Major rewrite.
7823 (display-buffer-other-window, display-buffer-other-frame)
7824 (pop-to-buffer, switch-to-buffer-other-window)
7825 (switch-to-buffer-other-frame): Rewrite.
7826 (display-buffer-same-window, display-buffer-same-frame)
7827 (display-buffer-same-frame-other-window)
7828 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
7829 (pop-to-buffer-other-window)
7830 (pop-to-buffer-same-frame-other-window)
7831 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
7832 (switch-to-buffer-other-window-same-frame): New functions.
7833 (same-window-p, special-display-p): Rewrite disabling warnings.
7834 Make obsolete.
7835 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
7836 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
7837 Make obsolete
7838 (same-window-buffer-names, same-window-regexps)
7839 (special-display-frame-alist, special-display-popup-frame)
7840 (special-display-function, special-display-buffer-names)
7841 (special-display-regexps, pop-up-frame-alist)
7842 (pop-up-frame-function, split-window-preferred-function)
7843 (split-height-threshold, split-width-threshold)
7844 (even-window-heights): Make obsolete.
7845
9db51aca
GM
78462011-06-12 Glenn Morris <rgm@gnu.org>
7847
7848 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 7849 Misc simplifications.
9db51aca 7850
39cffb44
MR
78512011-06-12 Martin Rudalics <rudalics@gmx.at>
7852
7853 * window.el (window-safely-shrinkable-p): Restore function which
7854 was inadvertently removed in change from 2011-06-11. Declare as
7855 obsolete.
7856
2b75be67
SM
7857 * calendar/calendar.el (calendar-generate-window):
7858 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
7859 window-safely-shrinkable-p.
7860
a8955be7
GM
78612011-06-12 Glenn Morris <rgm@gnu.org>
7862
7863 * progmodes/fortran.el (fortran-mode-syntax-table):
7864 * progmodes/f90.el (f90-mode-syntax-table):
7865 Set % to punctuation. (Bug#8820)
7866 (f90-find-tag-default): Remove, no longer needed.
7867
f0d4059d
DC
78682011-06-12 Daniel Colascione <dan.colascione@gmail.com>
7869
7870 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
7871
1100a63c
CY
78722011-06-11 Chong Yidong <cyd@stupidchicken.com>
7873
7874 * image.el (image-animated-p): Return animation delay in seconds.
7875 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
7876 (image-animate-timeout): Remove DELAY argument. Don't assume
7877 every subimage has the same delay; get it from image-animated-p.
7878 (image-animate): Caller changed.
7879
def722bf
MA
78802011-06-11 Michael Albinus <michael.albinus@gmx.de>
7881
7882 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
7883 to ignored backtrace functions.
7884
0a2bb1a9
GM
78852011-06-11 Glenn Morris <rgm@gnu.org>
7886
7887 * calendar/appt.el (appt-disp-window-function): Doc fix.
7888 (appt-check): Handle overlapping appointments. (Bug#8337)
7889
6198ccd0
MR
78902011-06-11 Martin Rudalics <rudalics@gmx.at>
7891
7892 * window.el (window-tree-1, window-tree): New functions, moving
7893 the latter to window.el.
7894 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
7895 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
7896 (bw-refresh-edges): Remove.
7897 (balance-windows-1, balance-windows-2): New functions.
7898 (balance-windows): Rewrite in terms of window tree functions,
7899 balance-windows-1 and balance-windows-2.
7900 (bw-adjust-window): Remove.
7901 (balance-windows-area-adjust): New function with functionality of
7902 bw-adjust-window but using resize-window.
2b75be67
SM
7903 (set-window-text-height): Rewrite doc-string.
7904 Use normalize-live-window and resize-window.
7905 (enlarge-window-horizontally, shrink-window-horizontally):
7906 Rename argument to DELTA.
6198ccd0
MR
7907 (window-buffer-height): New function.
7908 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
7909 Rewrite using new window resize routines.
2b75be67
SM
7910 (kill-buffer-and-window, mouse-autoselect-window-select):
7911 Use ignore-errors instead of condition-case.
6198ccd0
MR
7912 (quit-window): Call delete-frame instead of delete-windows-on
7913 for the only buffer on frame.
7914
9397e56f
MR
79152011-06-10 Martin Rudalics <rudalics@gmx.at>
7916
7917 * loadup.el (top-level): Load window before files for the sake
7918 of replace-buffer-in-windows.
7919
7920 * files.el (read-buffer-to-switch)
7921 (switch-to-buffer-other-window)
2b75be67
SM
7922 (switch-to-buffer-other-frame, display-buffer-other-frame):
7923 Move to window.el.
9397e56f
MR
7924
7925 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
7926 (previous-buffer): Move to window.el.
7927
7928 * bindings.el (unbury-buffer): Move to window.el.
7929
7930 * window.el (delete-other-windows-vertically): Move after
7931 definition of delete-other-windows.
7932 (other-window, delete-windows-on, replace-buffer-in-windows):
7933 Move here from window.c.
7934 (record-window-buffer, unrecord-window-buffer)
7935 (set-window-buffer-start-and-point, switch-to-prev-buffer)
7936 (switch-to-next-buffer): New functions.
7937 (get-next-valid-buffer, last-buffer, next-buffer): Move here
7938 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
7939 (previous-buffer): Move here from simple.el.
7940 Call switch-to-prev-buffer.
9397e56f
MR
7941 (bury-buffer): Move here from buffer.c. Switch to previous
7942 buffer when window cannot be deleted.
7943 (unbury-buffer): Move here from bindings.el.
7944 (ctl-x-map): Move binding for other-window from window.c to
7945 here.
7946 (read-buffer-to-switch, switch-to-buffer-other-window)
7947 (switch-to-buffer-other-frame): Move here from files.el.
7948 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
7949 (switch-to-buffer): Move here from buffer.c.
7950 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 7951
562dd5e9
MR
79522011-06-10 Martin Rudalics <rudalics@gmx.at>
7953
7954 * window.el (window-min-height, window-min-width): Move here
7955 from window.c. Add defcustoms and rewrite doc-strings.
7956 (resize-mini-window, resize-window): New functions.
7957 (adjust-window-trailing-edge, enlarge-window, shrink-window):
7958 Move here from window.c.
7959 (maximize-window, minimize-window): New functions.
7960 (delete-window, delete-other-windows, split-window): Move here
7961 from window.c.
7962 (window-split-min-size): New function.
7963 (split-window-keep-point): Mention split-window-above-each-other
7964 instead of split-window-vertically.
2b75be67 7965 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
7966 Rename split-window-vertically to split-window-above-each-other
7967 and provide defalias for old definition.
7968 (split-window-side-by-side, split-window-horizontally):
7969 Rename split-window-horizontally to split-window-side-by-side
7970 and provide defalias for the old definition.
562dd5e9
MR
7971 (ctl-x-map): Move bindings for delete-window,
7972 delete-other-windows and enlarge-window here from window.c.
7973 Replace bindings for split-window-vertically and
7974 split-window-horizontally by bindings for
7975 split-window-above-each-other and split-window-side-by-side.
7976
7977 * cus-start.el (all): Remove entries for window-min-height and
7978 window-min-width. Add entries for window-splits and
7979 window-nest.
7980
f0da764a
GM
79812011-06-09 Glenn Morris <rgm@gnu.org>
7982
80675c21
GM
7983 * calendar/appt.el (appt-mode-line): New function.
7984 (appt-check, appt-disp-window): Use it.
7985
f0da764a
GM
7986 * files.el (hack-one-local-variable-eval-safep):
7987 Allow minor-modes with explicit +/-1 arguments.
7988
59f623b7
TZ
79892011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
7990
7991 * term/xterm.el (xterm): Add defgroup.
7992 (xterm-extra-capabilities): Add defcustom to supply known xterm
7993 capabilities, skip querying them, or query them (default).
7994 (terminal-init-xterm): Use it.
7995 (terminal-init-xterm-modify-other-keys): New function to set up
7996 modifyOtherKeys support to simplify `terminal-init-xterm'.
7997
9aab8e0d
MR
79982011-06-09 Martin Rudalics <rudalics@gmx.at>
7999
8000 * window.el (resize-window-reset, resize-window-reset-1)
8001 (resize-subwindows-skip-p, resize-subwindows-normal)
8002 (resize-subwindows, resize-other-windows, resize-this-window)
8003 (resize-root-window, resize-root-window-vertically)
8004 (window-deletable-p, window-or-subwindow-p)
8005 (frame-root-window-p): New functions.
8006
e8b08aee
GM
80072011-06-09 Glenn Morris <rgm@gnu.org>
8008
8009 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
8010 (ange-ftp-get-files): Use it.
8011
254c37a5
AK
80122011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
8013
8014 * mail/sendmail.el (mail-recover-1, mail-recover):
8015 * files.el (recover-file, recover-session):
8016 Handle dired-listing-switches not being just a single short option.
8017
35d7dbd3
GM
80182011-06-09 Glenn Morris <rgm@gnu.org>
8019
8020 * calendar/appt.el (appt-display-message, appt-disp-window):
8021 Handle lists of appointments.
8022
387522b2
MR
80232011-06-08 Martin Rudalics <rudalics@gmx.at>
8024
2b75be67
SM
8025 * window.el (one-window-p): Move down in code.
8026 Rewrite doc-string.
8027 (window-current-scroll-bars): Rewrite doc-string.
8028 Normalize live window argument.
387522b2
MR
8029 (walk-windows, get-window-with-predicate, count-windows):
8030 Rewrite doc-string. Use window-list-1.
8031 (window-in-direction-2, window-in-direction, get-mru-window):
8032 New functions.
8033
d8e4b68b 80342011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
8035
8036 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
8037 Doc fix (Bug#8713).
8038
80392011-06-08 Chong Yidong <cyd@stupidchicken.com>
8040
8041 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
8042
80432011-06-08 Juanma Barranquero <lekktu@gmail.com>
8044
8045 * loadhist.el (unload-feature-special-hooks):
8046 Add `comint-output-filter-functions'.
8047
0de12c52
IK
80482011-06-08 Ivan Kanis <gnu@kanis.fr>
8049
8050 * calendar/appt.el (appt-check): Move some initializations into the let.
8051
f3d1777e
MR
80522011-06-08 Martin Rudalics <rudalics@gmx.at>
8053
8054 * window.el (window-height): Defalias to window-total-height.
8055 (window-width): Defalias to window-body-width.
8056
18af70d0
CY
80572011-06-07 Chong Yidong <cyd@stupidchicken.com>
8058
8059 * image-mode.el (image-toggle-animation): New command.
8060 (image-mode-map): Bind it to RET.
8061 (image-mode): Update message.
8062 (image-toggle-display-image): Avoid a spurious cache flush.
8063 (image-transform-rotation): Doc fix.
8064 (image-transform-properties): Return quickly in the normal case.
8065 (image-animate-loop): Rename from image-animate-max-time.
8066
2b75be67 8067 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
8068 (create-animated-image): Remove unnecessary function.
8069 (image-animate): Rename from image-animate-start. New arg.
2b75be67 8070 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
8071 (image-animate-timer): Use car-safe.
8072 (image-animate-timeout): Rename argument.
8073
190b47e6
MR
80742011-06-07 Martin Rudalics <rudalics@gmx.at>
8075
8076 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
8077 window.c. Rename first argument to ALL-FRAMES.
8078 Rephrase doc-strings.
8079 (get-buffer-window-list): Rewrite using window-list-1.
8080 Rephrase doc-string.
a1511caf
MR
8081 (window-safe-min-height, window-safe-min-width): New constants.
8082 (window-size-ignore, window-min-size, window-min-size-1)
8083 (window-sizable, window-sizable-p, window-size-fixed-1)
8084 (window-size-fixed-p, window-min-delta-1, window-min-delta)
8085 (window-max-delta-1, window-max-delta, window-resizable)
8086 (window-resizable-p, window-total-height, window-total-width)
8087 (window-body-width): New functions.
8088 (window-full-height-p, window-full-width-p): Rewrite using
8089 window-total-size.
8090 (window-body-height): Rewrite using window-body-size.
190b47e6 8091
85cc1f11
MR
80922011-06-06 Martin Rudalics <rudalics@gmx.at>
8093
8094 * window.el (window-right, window-left, window-child)
8095 (window-child-count, window-last-child, window-any-p)
8096 (normalize-live-buffer, normalize-live-frame)
8097 (normalize-any-window, normalize-live-window)
8098 (window-iso-combination-p, window-iso-combined-p)
8099 (window-iso-combinations)
8100 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
8101 (windows-with-parameter, window-with-parameter)
8102 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
8103 (window-atom-check, window-side-check, window-check):
8104 New functions.
85cc1f11
MR
8105 (ignore-window-parameters, window-sides, window-sides-vertical)
8106 (window-sides-slots): New variables.
8107 (window-size-fixed): Move down in code. Minor doc-string fix.
8108
e7156492
AS
81092011-06-05 Andreas Schwab <schwab@linux-m68k.org>
8110
8111 * comint.el (comint-dynamic-complete-as-filename)
8112 (comint-dynamic-complete-filename): Correctly call
8113 completion-in-region.
8114
7e821d0d
DD
81152011-06-05 Deniz Dogan <deniz@dogan.se>
8116
8117 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
8118 in last change.
8119
ac09b8a1
DD
81202011-06-05 Deniz Dogan <deniz@dogan.se>
8121
8122 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
8123 (rcirc): Use it to prompt for encryption.
8124
34699b85
RW
81252011-06-05 Roland Winkler <winkler@gnu.org>
8126
8127 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
8128 (bibtex-search-entries): New command bound to C-c C-a.
8129 (bibtex-display-entries): New function.
8130
004dedd3
RW
81312011-06-05 Roland Winkler <winkler@gnu.org>
8132
8133 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
8134 (bibtex-insert-kill): After yanking insert newline if necessary.
8135 (bibtex-initialize): Call bibtex-string-files-init only once.
8136 (bibtex-mode): Do not call easy-menu-add.
8137 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
8138 (bibtex-yank): Set arg properly if nil.
8139
022fe7ce
RW
81402011-06-05 Roland Winkler <winkler@gnu.org>
8141
2b75be67
SM
8142 * textmodes/bibtex.el (bibtex-search-entry-globally):
8143 New variable.
022fe7ce
RW
8144 (bibtex-search-entry): Use it.
8145
b7c3692a
RW
81462011-06-05 Roland Winkler <winkler@gnu.org>
8147
8148 * textmodes/bibtex.el (bibtex-entry-format): New option
8149 sort-fields.
8150 (bibtex-format-entry, bibtex-reformat): Honor this option.
8151 (bibtex-parse-entry): Return fields in proper order.
8152
8eda563d
JB
81532011-06-05 Juanma Barranquero <lekktu@gmail.com>
8154
8155 * doc-view.el (doc-view-remove-if): Move computation of result out
8156 of `dolist' to silence misleading lexical-binding warning.
8157
7dbe3dbc
CY
81582011-06-04 Chong Yidong <cyd@stupidchicken.com>
8159
8160 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
8161 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
8162
0c33dd17
MA
81632011-06-04 Michael Albinus <michael.albinus@gmx.de>
8164
8165 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
8166 "SunOS 5.10".
8167
f8f91c2b
MA
81682011-06-04 Michael Albinus <michael.albinus@gmx.de>
8169
8170 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
8171 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
8172 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
8173 (tramp-parse-putty):
8174 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
8175 (tramp-completion-function-alist-ssh)
8176 (tramp-completion-function-alist-telnet)
8177 (tramp-completion-function-alist-su)
8178 (tramp-completion-function-alist-putty): Set `tramp-autoload'
8179 cookie.
8180
8181 * net/tramp-ftp.el:
8182 * net/tramp-sh.el:
8183 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
8184 load "tramp.el" `tramp-set-completion-function'.
8185
e17d9003
SM
81862011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
8187
8188 * shell.el: Require and use pcomplete.
8189 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
8190 (shell-completion-vars): Set pcomplete-default-completion-function.
8191
6c4cab03
DD
81922011-06-04 Deniz Dogan <deniz@dogan.se>
8193
8194 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
8195 `memq' (Bug#8799).
8196
ea9fafe0
SM
81972011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
8198
8199 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
8200
b3e945d3
JB
82012011-06-02 Juanma Barranquero <lekktu@gmail.com>
8202
8203 * bs.el (bs--mark-unmark, bs--nth-wrapper):
8204 * mpc.el (mpc-select-extend, mpc-songpointer-context):
8205 * vc/log-view.el (log-view-beginning-of-defun):
8206 * vc/smerge-mode.el (smerge-apply-resolution-patch)
8207 (smerge-refine-forward, smerge-refine-chopup-region):
8208 Silence warning for unused `dotimes' counter variables.
8209
7d520089
SM
82102011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
8211
8212 * net/tramp.el (tramp-with-progress-reporter): Rename from
8213 with-progress-reporter. Use `declare'.
8214 * net/tramp-smb.el:
8215 * net/tramp-sh.el:
8216 * net/tramp-gvfs.el: Update all uses.
8217
a1c2400f
JB
82182011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
8219
8220 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
8221 buffer isn't killed before making it current.
8222
2403c841
SM
82232011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8224
8225 Silence various byte-compiler warnings.
8226 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
8227 `access-type' and new obsolescence format.
8228 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
8229 new format.
8230 (byte-compile-check-variable): New `access-type' argument.
8231 Only warn if the access-type is obsolete.
8232 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
8233 (byte-compile-variable-set): Adjust callers.
8234 * help-fns.el (describe-variable): Adjust to new obsolescence format.
8235 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
8236 setting it as obsolete.
8237 * simple.el (minibuffer-completing-symbol):
8238 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
8239 access as obsolete.
8240 * minibuffer.el (minibuffer-completing-file-name): Don't make it
8241 obsolete yet.
8242 * international/quail.el (quail-mouse-choose-completion): Remove unused
8243 code referring to obsolete var.
8244 (quail-choose-completion-string): Remove.
8245 * server.el (server-clients-with, server-kill-buffer-query-function)
8246 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
8247 * proced.el (proced-send-signal):
8248 * emacs-lisp/lisp.el (lisp-complete-symbol):
8249 Replace completion-annotate-function with completion-extra-properties.
8250
2462470b
SM
82512011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8252
fb5b2591
SM
8253 * simple.el (goto-line): Use read-number.
8254 (overriding-map-is-bound): Remove.
8255 (saved-overriding-map): Change default.
8256 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
8257 Take the map as argument.
8258 (universal-argument, negative-argument, digit-argument): Use it.
8259 (restore-overriding-map): Adjust.
8260 (do-auto-fill): Use fill-forward-paragraph.
8261 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
8262
fd6fa53f
SM
8263 * minibuffer.el (minibuffer-inactive-mode-map): New var.
8264 (minibuffer-inactive-mode): New major mode.
8265 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
8266 the *Messages* buffer" hack.
8267 (mouse-popup-menubar): Don't burp if the event is a normal key.
8268
2462470b
SM
8269 Miscellaneous tweaks.
8270 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
8271 lexical scoping as in subr.el's dolist and dotimes.
8272 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
8273 Silence compiler warning.
8274 * thingatpt.el (forward-whitespace): Trivial coding style fix.
8275 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
8276 * international/ccl.el (ccl-compile): Trivial simplification.
8277 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
8278 * emacs-lisp/testcover.el (testcover-end): Remove spurious
8279 `printflag' argument.
8280 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
8281 Purecopy the whole obsolescence data.
8282
108bf785
LL
82832011-06-01 Leo Liu <sdl.web@gmail.com>
8284
8285 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
8286 improve doc-string as suggested by Marco Pessotto
8287 <melmothx@gmail.com>.
8288 (rcirc-print): Fix last change.
8289
30a23501
SM
82902011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8291
8292 * minibuffer.el (complete-with-action): Return nil for the metadata and
8293 boundaries of non-functional tables.
8294 (completion-table-dynamic): Return nil for the metadata.
8295 (completion-table-with-terminator): Add default case, using
8296 complete-with-action.
8297 (completion--metadata): New function.
8298 (completion-all-sorted-completions, minibuffer-completion-help): Use it
8299 to try and avoid pathological performance problems.
8300 (completion--embedded-envvar-table): Return `category' metadata.
8301
bcd54f83
LMI
83022011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
8303
8304 * subr.el (process-alive-p): New tiny convenience function.
8305
e227544d
SM
83062011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8307
8308 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
8309 content but also its previous major mode.
8310
e8296fdc
HE
83112011-05-31 Helmut Eller <eller.helmut@gmail.com>
8312
4d61f28d 8313 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
8314 *Backtrace* buffer when we exit with C-M-c.
8315
620c53a6
SM
83162011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8317
8318 * minibuffer.el: Add metadata method to completion tables.
8319 (completion-category-overrides): New defcustom.
8320 (completion-metadata, completion--field-metadata)
8321 (completion-metadata-get, completion--styles)
8322 (completion--cycle-threshold): New functions.
8323 (completion-try-completion, completion-all-completions):
8324 Add `metadata' argument to choose completion-styles.
8325 (completion--do-completion): Use metadata to choose cycling.
8326 (completion-all-sorted-completions): Use metadata for sorting.
8327 Remove :completion-cycle-penalty which is not needed any more.
8328 (completion--try-word-completion): Add `metadata' argument.
8329 (minibuffer-completion-help): Check metadata for annotation function
8330 and sorting.
8331 (completion-file-name-table): Return `category' metadata.
8332 (minibuffer-completing-file-name): Make obsolete.
8333 * simple.el (minibuffer-completing-symbol): Make obsolete.
8334 * icomplete.el (icomplete-completions): Pass new `metadata' param to
8335 completion-try-completion.
8336
1257e755
SM
83372011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
8338
8339 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
8340
3767e706
LL
83412011-05-30 Leo Liu <sdl.web@gmail.com>
8342
8343 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
8344 (rcirc-print): Decode all incoming messages (bug#8744).
8345 (rcirc-decode-coding-system): Allow value nil for automatic coding
8346 system detection.
3767e706 8347
d1a5d56a
GM
83482011-06-01 Glenn Morris <rgm@gnu.org>
8349
8350 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
8351
e8cbec34
CY
83522011-05-29 Chong Yidong <cyd@stupidchicken.com>
8353
8354 * image.el (image-animate-max-time): Allow nil and t values.
8355 Default to nil.
8356 (create-animated-image): Doc fix.
8357 (image-animate-start): Remove second arg; just use
8358 image-animate-max-time.
8359 (image-animate-timeout): Doc fix. Args changed.
8360
8361 * image-mode.el (image-toggle-display-image): Ensure that the
8362 image spec passed to the animate timer is the same object as in
58179cce 8363 the buffer's display property (Bug#6981).
e8cbec34
CY
8364 (image-transform-properties): Doc fix.
8365
8366 * image.el (image-animate-max-time): Default to nil.
8367
159daf87
MR
83682011-05-29 Martin Rudalics <rudalics@gmx.at>
8369
8370 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
8371 entire buffer list (Bug#8184).
8372
d66c4c7c
CY
83732011-05-29 Chong Yidong <cyd@stupidchicken.com>
8374
8375 * image.el (imagemagick-types-inhibit)
8376 (imagemagick-register-types): Doc fix.
8377
80aec780
DD
83782011-05-29 Deniz Dogan <deniz@dogan.se>
8379
8380 * net/rcirc.el (rcirc): Use the user's stored encryption method by
8381 default.
8382
1dd3c2d9
CY
83832011-05-29 Chong Yidong <cyd@stupidchicken.com>
8384
8385 * select.el: Don't perform clipboard-manager saving in hooks;
8386 leave the hooks empty.
8387
60e56523
LL
83882011-05-28 Leo Liu <sdl.web@gmail.com>
8389
8390 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
8391 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
8392 (occur-edit-mode): New major mode (Bug#8463).
8393 (occur-after-change-function): New function.
8394 (occur-engine): Give Occur tags a read-only property.
8395
2b1e1a22
KR
83962011-05-28 Kevin Ryde <user42@zip.com.au>
8397
8398 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
8399
5d344e88
CY
84002011-05-28 Chong Yidong <cyd@stupidchicken.com>
8401
8e6ca83d
CY
8402 * bindings.el (help-echo): Make the initial non-indicator dash
8403 empty on graphical terminals (Bug#7295).
8404
5d344e88
CY
8405 * files.el (auto-mode-alist): Move config rule after the
8406 in-stripping one (Bug#8547).
8407
bfbbace7
CY
8408 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
8409
fbeba6e2
CY
8410 * startup.el (normal-splash-screen): Remove gratuitous mode-line
8411 setting (Bug#8740).
8412
60ed8c72
AA
84132011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
8414
4ac619f0
AA
8415 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
8416 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
8417 (Bug#8539).
60ed8c72 8418
23db196e
CY
84192011-05-28 Chong Yidong <cyd@stupidchicken.com>
8420
8421 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
8422
5012f24c
DK
84232011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
8424
8425 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
8426 (hs-hide-block-at-point, hs-find-block-beginning)
8427 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
8428 (Bug#8279).
8429
6a639b16
GM
84302011-05-28 Glenn Morris <rgm@gnu.org>
8431
8432 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
8433
d43eaf2c
CY
84342011-05-28 Chong Yidong <cyd@stupidchicken.com>
8435
5199bde1
CY
8436 * help-fns.el (describe-function-1): If the function is a derived
8437 major mode, print the parent mode.
8438
d43eaf2c
CY
8439 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
8440 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
8441
423428a8
SM
84422011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
8443
0ff8e1ba 8444 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 8445 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
8446 * progmodes/etags.el (tags-completion-at-point-function):
8447 * info-look.el (info-lookup-completions-at-point): Mark as
8448 non-exclusive.
8449 (info-complete): Adjust accordingly.
8450
423428a8
SM
8451 * info-look.el: Convert to lexical-binding and completion-at-point.
8452 (info-lookup-completions-at-point): New function.
8453 (info-complete): Use it and completion-in-region.
8454
b74aa22b
DA
84552011-05-28 Drew Adams <drew.adams@oracle.com>
8456
8457 * isearch.el: Let M-e start with point at the first mismatched char.
8458 (isearch-fail-pos): New function.
8459 (isearch-edit-string): Use it.
8460
66e2e71d
DK
84612011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
8462
8463 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
8464
b1890b0f 84652011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
8466
8467 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
8468 traversal functions for avl-trees.
8469 (avl-tree--stack): New struct.
8470 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
8471 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
8472 (avl-tree--do-enter): Add optional `updatefun' arg.
8473 Change return value.
eb95d01d 8474 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
8475 (avl-tree--do-delete): Add `test' and `nilflag' args.
8476 Change return value.
eb95d01d
TC
8477 (avl-tree-member): Add optional `nilflag'
8478 (avl-tree-member-p): New function.
8479 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
8480 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
8481 (avl-tree-stack-empty-p): New functions.
8482
3769ddcf
TC
8483 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
8484 avl-tree--del-balance1 and make it work both ways.
8485 (avl-tree--del-balance2): Remove.
8486 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
8487 make it work both ways.
8488 (avl-tree--enter-balance2): Remove.
8489 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
8490 New macros.
8491 (avl-tree--mapc, avl-tree-map): Add direction argument.
8492
eb95d01d 84932011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
8494
8495 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
8496
a9f737ee
CY
84972011-05-27 Chong Yidong <cyd@stupidchicken.com>
8498
8499 * select.el: Support clipboard managers with built-in function
8500 x-clipboard-manager-save, via delete-frame-functions and
8501 kill-emacs-hook.
8502 (xselect-convert-to-targets): Add MULTIPLE target to list.
8503 (xselect-convert-to-save-targets): New function.
8504
c92a1e54
KH
85052011-05-27 Kenichi Handa <handa@m17n.org>
8506
8507 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
8508 let-binding rfc2047-encode-encoded-words to nil.
8509
e145f188
GM
85102011-05-27 Glenn Morris <rgm@gnu.org>
8511
5ec8a862
GM
8512 * mail/emacsbug.el: Don't require url-util.
8513
4b29d9fb
GM
8514 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
8515
e145f188
GM
8516 * files.el (set-auto-mode):
8517 Also respect mode: entries at the end of the file. (Bug#8586)
8518
7d15102b
GM
85192011-05-26 Glenn Morris <rgm@gnu.org>
8520
98f593b8
GM
8521 * files.el (hack-local-variables-prop-line, hack-local-variables):
8522 Downcase mode names, as seems to be traditional.
27b48e63 8523 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 8524
7d15102b
GM
8525 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
8526 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
8527
51d5b4ec
JD
85282011-05-25 Julien Danjou <julien@danjou.info>
8529
8530 * textmodes/rst.el (rst-define-level-faces): Do not define face
8531 symbol if it is already defined.
8532
91513f63
VB
85332011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
8534
8535 * play/5x5.el (5x5-new-game, 5x5-randomize):
8536 Reset 5x5-solver-output to nil when a new grid is cast.
8537 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
8538 these debugging traces, as defmacro breaks the compiled code.
8539
4d90d6d0
DK
85402011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
8541
8542 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
8543
e1b90ef6
LL
85442011-05-24 Leo Liu <sdl.web@gmail.com>
8545
8546 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
8547 (vc-bzr-sha1): Adapt.
8548
d8e4b68b 8549 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
8550
8551 * bindings.el: Provide sha1 feature.
8552
db0406bb 85532011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
8554
8555 * mail/sendmail.el: Require `rfc2047'.
8556 (mail-insert-from-field): Do not perform RFC2047 encoding.
8557 (mail-encode-header): New function.
8558 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
8559 buffer to the return value of select-message-coding-system.
8560 Call mail-encode-header.
b8d747b9
KH
8561
8562 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
8563
db0406bb 85642011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 8565
4d90d6d0
DK
8566 * mail/supercite.el (sc-default-cite-frame):
8567 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 8568
eb8a5e9b
GM
85692011-05-24 Glenn Morris <rgm@gnu.org>
8570
f8630703
GM
8571 * progmodes/python.el (brm-menu): Declare.
8572
8831bbed
GM
8573 * emulation/viper.el (viper-set-hooks): Declare.
8574
eb8a5e9b
GM
8575 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
8576 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
8577 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
8578 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
8579 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
8580 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
8581
a2a25d24
SM
85822011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
8583
8584 Add an :exit-function for completion-at-point.
8585
8586 * minibuffer.el (completion--done): New fun.
8587 (completion--do-completion): Use it. New arg `expect-exact'.
8588 (minibuffer-complete, minibuffer-complete-word): Don't output message,
8589 since completion--do-completion does it for us now.
8590 (minibuffer-force-complete): Use completion--done and
8591 completion--replace. Handle sole-completion case with more care.
8592 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
8593 (completion-extra-properties): New var.
8594 (completion-annotate-function): Make obsolete.
8595 (minibuffer-completion-help): Adjust accordingly.
8596 Use completion-list-insert-choice-function.
8597 (completion-at-point, completion-help-at-point):
8598 Bind completion-extra-properties.
8599 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
8600 * simple.el (completion-list-insert-choice-function): New var.
8601 (completion-setup-function): Preserve it.
8602 (choose-completion): Pay attention to it, shuffle the code a bit.
8603 (choose-completion-string): New arg `insert-function'.
8604
8605 * textmodes/bibtex.el: Convert to lexical binding.
8606 (bibtex-mode-map): Use completion-at-point.
8607 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
8608 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
8609 (bibtex-complete): Define as obsolete alias.
8610 (bibtex-complete-internal): Remove.
8611 (bibtex-format-entry): Remove unused sub-group in regexp.
8612 * shell.el (shell--command-completion-data)
8613 (shell-environment-variable-completion):
8614 * pcomplete.el (pcomplete-completions-at-point):
8615 * comint.el (comint--complete-file-name-data): Use :exit-function
8616 instead of completion-table-with-terminator so it also works for
8617 choose-completion.
8618
e44e373d
SM
86192011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
8620
4f91a816
SM
8621 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
8622
782fc819
SM
8623 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
8624 (bug#8710).
8625
e44e373d
SM
8626 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
8627
381987c3
KM
86282011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
8629
8630 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
8631 customization variable and implement: If non-nil, auto-fill will
8632 be inhibited while on topic's header line.
8633
b776bc70
VB
86342011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
8635
8636 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 8637 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
8638 always have a solution in grid size = 5 cases.
8639 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
8640 (5x5-solver-output, 5x5-log-buffer): New vars.
8641 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
8642 Make these variables buffer local to achieve 5x5 multi-session-ness.
8643 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
8644 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
8645 (5x5-solve-suggest): New funs.
8646 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
8647 randomize a grid so that we ensure that there is always a solution.
8648 (5x5-make-random-grid): Allow other movement than flipping.
8649
7de88b6e
KR
86502011-05-23 Kevin Ryde <user42@zip.com.au>
8651
8652 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 8653 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
8654 advice and passes PREDICATE.
8655
b1ef1257
SM
86562011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
8657
bbca48fe
SM
8658 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
8659 byte-compile-lambda if it's actually a lambda.
8660
b1ef1257
SM
8661 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
8662 Fix function quoting. Use backquote better.
8663
92a9cc65
YS
86642011-05-22 Yuanle Song <sylecn@gmail.com>
8665
8666 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
8667 matching (Bug#8516).
8668
f0fb8059
JA
86692011-01-22 Jari Aalto <jari.aalto@cante.net>
8670
8671 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
8672 different face (Bug#8178).
8673
d5b44c93
CY
86742011-05-22 Chong Yidong <cyd@stupidchicken.com>
8675
8676 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
8677 defface (Bug#8144).
8678
79106a44
SM
86792011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
8680
9c848d8a
SM
8681 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
8682 funcall as well (bug#8712). Warn when performing those conversions.
8683 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
8684
79106a44
SM
8685 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
8686
88dfa756
GM
86872011-05-22 Glenn Morris <rgm@gnu.org>
8688
8689 * files.el (hack-local-variables-prop-line): Small simplifications.
8690 (hack-local-variables, hack-local-variables-prop-line):
8691 If MODE-ONLY, return the mode, rather than just `t'.
8692
b7cf2c79
SM
86932011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
8694
8695 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
8696
3f1a8558
GM
86972011-05-21 Glenn Morris <rgm@gnu.org>
8698
7e4ccca3
GM
8699 * files.el (hack-local-variables-prop-line, hack-local-variables):
8700 If only interested in the mode, don't bother doing the other stuff.
8701
637d46ca
GM
8702 * image-mode.el (image-after-revert-hook):
8703 Redraw all frames on which the image is visible. (Bug#8567)
8704
973d955b
GM
8705 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
8706
3f1a8558
GM
8707 * wid-edit.el (widget-checklist-match-inline):
8708 Fix 2011-04-19 change. (Bug#8649)
8709
96479927
SM
87102011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
8711
1dcf791f
SM
8712 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
8713 Also allow singlespace after single-letter capitals followed by a dot.
8714
96479927
SM
8715 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
8716 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
8717
35fd0881
N
87182011-05-20 Nix <nix@esperi.org.uk>
8719
8720 * files.el (basic-save-buffer-2):
8721 Fix handling of break-hardlink-on-save with non-existent files.
8722
82745640
DD
87232011-05-19 Deniz Dogan <deniz@dogan.se>
8724
8725 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 8726 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 8727
4a720484
GM
87282011-05-19 Glenn Morris <rgm@gnu.org>
8729
d1f21341
GM
8730 * progmodes/f90.el (f90-type-def-re):
8731 Handle "type, bind(c)". (Bug#8691)
8732
4a720484
GM
8733 * emacs-lisp/autoload.el (batch-update-autoloads):
8734 Set autoload-excludes by parsing loadup.el rather than Makefiles.
8735
2fb0a219
MA
87362011-05-18 Michael Albinus <michael.albinus@gmx.de>
8737
8738 * net/tramp.el (tramp-process-actions): Set "first-password-request"
8739 property for the correct connection in case of multihops.
8740
e565dd37
GM
87412011-05-18 Glenn Morris <rgm@gnu.org>
8742
c2571358 8743 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
8744 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
8745
e565dd37
GM
8746 Rationalize calendar handling of day and month abbrev-arrays.
8747 * calendar/calendar.el (calendar-customized-p): New function.
8748 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
8749 (calendar-day-name-array, calendar-month-name-array): Doc fix.
8750 Add :set function.
8751 (calendar-abbrev-length, calendar-day-abbrev-array)
8752 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
8753 (calendar-day-abbrev-array, calendar-month-abbrev-array):
8754 Elements may no longer be nil.
8755 (calendar-day-name, calendar-month-name):
8756 Update for changed nature of abbrev arrays.
8757 * calendar/diary-lib.el (diary-name-pattern):
8758 Update for changed nature of abbrev arrays.
8759 (diary-mark-entries-1): Update calendar-make-alist calls.
8760 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
8761 * calendar/cal-html.el (cal-html-day-abbrev-array):
8762 Simply inherit from calendar-day-abbrev-array.
8763
1d99a745
SM
87642011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
8765
8766 * progmodes/grep.el (grep-mode): Disable default
8767 compilation-directory-matcher setting (bug#8684).
8768
7c1d9aa0
MA
87692011-05-17 Michael Albinus <michael.albinus@gmx.de>
8770
8771 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
8772 instead of "head" and "tail". There were problems with SunOS 5.9,
8773 and it performs better.
8774
3952e9d8
GM
87752011-05-17 Glenn Morris <rgm@gnu.org>
8776
2dd12e7f
GM
8777 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
8778
e4157b9c
GM
8779 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
8780 Replace obsolete function.
8781
8e249bbd
GM
8782 * shell.el (pcomplete-parse-arguments-function): Declare.
8783
3952e9d8
GM
8784 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
8785 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
8786 (appt-check): Doc fixes.
8787 (appt-disp-window-function, appt-delete-window-function):
8788 Remove needless special case in custom :type.
8789 (appt-display-count): Default to 0, not nil.
8790 (appt-check): Reset appt-display-count to 0, not nil.
8791
c71a0d48 87922011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 8793
c71a0d48
GM
8794 * progmodes/python.el (python-font-lock-keywords):
8795 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 8796
31d55be9
SM
87972011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
8798
8799 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
8800
3bfacb2f
KR
88012011-05-16 Kevin Ryde <user42@zip.com.au>
8802
8803 * info-look.el (makefile-automake-mode): New setups, looking in
8804 automake manual, then makefile-mode.
8805 (makefile-mode): Remove automake manual, have it just in
8806 makefile-automake-mode since there's various things different or
8807 not relevant to plain make.
8808 (makefile-mode): Remove "other-modes" non-existent automake-mode,
8809 believe a hypothetical automake-mode would go to makefile-mode,
8810 not the other way around.
8811
c8e83751
CY
88122011-05-15 Chong Yidong <cyd@stupidchicken.com>
8813
5e9e35cd
CY
8814 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
8815 hunk-end tags (Bug#8672).
8816
c8e83751
CY
8817 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
8818 vc-annotate-show-diff-revision-at-line (Bug#8671).
8819
50b23e5a
GM
88202011-05-14 Glenn Morris <rgm@gnu.org>
8821
7210a739
GM
8822 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
8823 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
8824 (change-log-font-lock-keywords): Also handle multiple author lines
8825 with leading tabs. (Bug#8644)
7210a739 8826
4691905a
GM
8827 * calendar/appt.el (appt-check): Rename some local variables.
8828 Some simplification/reordering.
8829
50b23e5a
GM
8830 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
8831 (feedmail-sendmail-f-doesnt-sell-me-out)
8832 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
8833 (feedmail-debug-sit-for, feedmail-queue-express-hook)
8834 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
8835 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
8836 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
8837 (feedmail-binmail-gnulinuxish-template):
8838 Rename from feedmail-binmail-linuxish-template.
8839 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
8840 Use insert-buffer-substring.
8841
215cda7c
BC
88422011-05-14 Bill Carpenter <bill@carpenter.org>
8843
8844 * mail/feedmail.el (feedmail-patch-level): Increase.
8845 (feedmail-debug): New custom group.
8846 (feedmail-confirm-outgoing-timeout)
8847 (feedmail-sendmail-f-doesnt-sell-me-out)
8848 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
8849 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
8850 (feedmail-sender-line, feedmail-from-line)
8851 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 8852 (feedmail-spray-this-address)
215cda7c
BC
8853 (feedmail-spray-address-fiddle-plex-list)
8854 (feedmail-queue-use-send-time-for-date)
8855 (feedmail-queue-use-send-time-for-message-id)
8856 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
8857 (feedmail-buffer-eating-function):
8858 Doc fixes.
8859 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
8860 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
8861 (feedmail-message-action-scroll-down): New functions.
8862 (feedmail-queue-directory, feedmail-queue-draft-directory):
8863 Use expand-file-name.
8864 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
8865 Remove C-v help entry.
8866 (feedmail-queue-buffer-file-name): New variable.
8867 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
8868 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
8869 (feedmail-message-action-send-strong, feedmail-message-action-edit)
8870 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
8871 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
8872 (feedmail-message-action-toggle-spray)
8873 (feedmail-run-the-queue-no-prompts)
8874 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
8875 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
8876 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
8877 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
8878 (feedmail-envelope-deducer, feedmail-fiddle-from)
8879 (feedmail-fiddle-sender, feedmail-default-date-generator)
8880 (feedmail-fiddle-date, feedmail-fiddle-message-id)
8881 (feedmail-fiddle-spray-address)
8882 (feedmail-fiddle-list-of-spray-fiddle-plexes)
8883 (feedmail-fiddle-list-of-fiddle-plexes)
8884 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
8885 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
8886 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
8887 Change default. Doc fix.
8888 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
8889 (feedmail-binmail-linuxish-template): New constant.
8890 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
8891 Respect feedmail-sendmail-f-doesnt-sell-me-out.
8892 (feedmail-send-it): Add debug call.
8893 Use feedmail-queue-buffer-file-name, and
8894 feedmail-send-it-immediately-wrapper.
8895 (feedmail-message-action-send): Add debug call.
8896 Use feedmail-send-it-immediately-wrapper.
8897 (feedmail-queue-express-to-queue): Add debug call.
8898 Run feedmail-queue-express-hook.
8899 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
8900 (feedmail-message-action-help-blat):
8901 Rename from feedmail-queue-send-edit-prompt-help-first.
8902 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
8903 Check line-endings. Handle errors better.
8904 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
8905 Doc fix. Add debug call.
8906 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
8907 Use feedmail-queue-send-edit-prompt-inner.
8908 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
8909 (feedmail-queue-send-edit-prompt-inner): New function, extracted
8910 from feedmail-queue-send-edit-prompt.
8911 (feedmail-queue-send-edit-prompt-help)
8912 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
8913 (feedmail-tidy-up-slug): Add debug call.
8914 Respect feedmail-queue-slug-suspect-regexp.
8915 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
8916 (feedmail-dump-message-to-queue): Add debug call.
8917 Expand queue-directory.
8918 (feedmail-dump-message-to-queue): Change message slightly.
8919 Use feedmail-say-chatter.
8920 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
8921 (feedmail-send-it-immediately-wrapper): New function.
8922 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
8923 Insert empty string rather than newline. Handle full-frame case.
8924 Use catch/throw. Use feedmail-say-chatter.
8925 (feedmail-fiddle-from): Try mail-host-address.
8926 (feedmail-default-message-id-generator): Doc fix.
8927 Bind system-time-locale. Handle missing end.
8928 (feedmail-fiddle-x-mailer): Add debug call.
8929 Handle feedmail-x-mailer-line being nil.
8930 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
8931 Add debug call. Use buffer-substring-no-properties.
8932 (feedmail-say-debug, feedmail-say-chatter): New functions.
8933 (feedmail-find-eoh): Give an explicit error.
8934
42c7e61e
UJ
89352011-05-13 Ulf Jasper <ulf.jasper@web.de>
8936
c2571358 8937 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 8938 family from helvetica to sans.
c2571358 8939 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
8940 etc/images/newsticker.
8941
c2571358 8942 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
8943 family from helvetica to sans.
8944
8945 * net/newst-plainview.el (newsticker-new-item-face)
8946 (newsticker-old-item-face, newsticker-immortal-item-face)
8947 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 8948 (newsticker-statistics-face): Change default family from
42c7e61e 8949 helvetica to sans.
c2571358 8950 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
8951 etc/images/newsticker.
8952
8953 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
8954 (newsticker--process-auto-mark-filter-match): : Tell user about
8955 auto-marking.
8956
8497a297
DV
89572011-05-13 Didier Verna <didier@xemacs.org>
8958
8959 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
8960 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
8961 TODO entries.
8497a297
DV
8962 (lisp-lambda-list-keyword-parameter-indentation)
8963 (lisp-lambda-list-keyword-parameter-alignment)
8964 (lisp-lambda-list-keyword-alignment): New customizable user options.
8965 (lisp-indent-defun-method): Improve docstring.
8966 (extended-loop-p): Fix comment.
8967 (lisp-indent-lambda-list-keywords-regexp): New variable.
8968 (lisp-indent-lambda-list): New function.
8969 (lisp-indent-259): Use it.
8970 (lisp-indent-defmethod): Support for more than one
8971 method qualifier and properly indent methods lambda-lists.
8972 (defgeneric): Provide a missing common-lisp-indent-function property.
8973
f278f87f
SM
89742011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
8975
8976 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
8977 bounds for the empty string (bug#8667).
8978
5233edd7
GM
89792011-05-13 Glenn Morris <rgm@gnu.org>
8980
5237a44f
GM
8981 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
8982
8340026c 8983 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 8984 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 8985
5233edd7 8986 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 8987 (appt-time-msg-list): Doc fix.
a5464014 8988 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 8989
92d10796
AS
89902011-05-12 Andreas Schwab <schwab@linux-m68k.org>
8991
8992 * progmodes/ld-script.el (ld-script-keywords)
8993 (ld-script-builtins): Update keywords list.
8994
914a0ae1
SM
89952011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8996
c89be45f
SM
8997 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
8998
914a0ae1
SM
8999 * shell.el (shell-completion-vars): New function.
9000 (shell-mode):
9001 * simple.el (read-shell-command): Use it.
9002 (blink-matching-open): No need for " [...]" in minibuffer-message.
9003
98dc3df3
GM
90042011-05-12 Glenn Morris <rgm@gnu.org>
9005
9006 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
9007 (appt-check): Simplify.
9008
d2fc7e3d 90092011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 9010
4d61f28d 9011 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
9012 literal "/dev/null".
9013
d2fc7e3d 90142011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
9015
9016 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
9017 Fix typo.
9018
d2fc7e3d 90192011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 9020
3f254caa
SM
9021 * progmodes/which-func.el (which-function):
9022 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
9023 which might not be defined (Bug#8260).
9024
d45885f7
GM
90252011-05-12 Glenn Morris <rgm@gnu.org>
9026
9027 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
9028 Let byte-compile-initial-macro-environment always take precedence.
9029
488086f4
SM
90302011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9031
9032 * net/rcirc.el: Add support for SSL/TLS connections.
9033 (rcirc-server-alist): New field `encryption'.
9034 (rcirc): Check `encryption' settings.
9035 (rcirc-connect): New arg `encryption'. Use open-network-stream.
9036 Merge make-local-variable into `set'.
9037 (rcirc--connection-open-p): New function.
9038 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
9039 the process is not a network process (e.g. running gnutls-cli).
9040 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
9041 Make rcirc-(en|de)code-coding-system local here.
9042 (rcirc-mode): Merge make-local-variable into `set'.
9043 (rcirc-parent-buffer): Make permanent buffer-local.
9044 (rcirc-multiline-minor-mode): Don't do it here.
9045 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
9046 there's no server buffer.
9047
7d3b9d44
GM
90482011-05-11 Glenn Morris <rgm@gnu.org>
9049
f64049c6
GM
9050 * newcomment.el (comment-kill): Prefix "unused" local.
9051
93c9df73
GM
9052 * term/w32console.el (get-screen-color): Declare.
9053
7d3b9d44
GM
9054 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
9055 Handle symbol elements of byte-compile-initial-macro-environment.
9056
9e2dd53f
LL
90572011-05-10 Leo Liu <sdl.web@gmail.com>
9058
488086f4
SM
9059 * bookmark.el (bookmark-bmenu-mode-map):
9060 Bind bookmark-bmenu-search to `/'.
8b340240 9061
9e2dd53f 9062 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
9063 (footnote-unicode-string, footnote-unicode-regexp): New variable.
9064 (Footnote-unicode): New function.
9065 (footnote-style-alist): Add unicode style to the list.
9066 (footnote-style): Doc fix.
9e2dd53f 9067
79b70037
GM
90682011-05-10 Jim Meyering <meyering@redhat.com>
9069
9070 Fix doubled-word typos.
9071 * international/quail.el (quail-insert-kbd-layout): and and -> and
9072 * kermit.el: and and -> and
9073 * net/ldap.el (ldap-search-internal): to to -> to
9074 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
9075 * progmodes/js.el (js-mode): and and -> and
9076 * textmodes/artist.el (artist-move-to-xy): at at -> at
9077 (artist-draw-region-trim-line-endings): if if -> if
9078 And Safetyc -> Safety.
9079 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
9080
b8f82dc1 90812011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 9082 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
9083
9084 * files.el (hack-one-local-variable-eval-safep):
9085 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
9086
4f99f44b
GM
90872011-05-10 Glenn Morris <rgm@gnu.org>
9088
9089 * calendar/diary-lib.el (diary-list-entries-hook)
9090 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
9091 (diary-nongregorian-marking-hook, diary-list-entries)
9092 (diary-include-other-diary-files, diary-mark-entries)
9093 (diary-mark-included-diary-files): Doc fixes.
9094
84f29e6b
JB
90952011-05-09 Juanma Barranquero <lekktu@gmail.com>
9096
9097 * misc.el: Require tabulated-list.el during compilation.
9098
9bedd73a
CY
90992011-05-09 Chong Yidong <cyd@stupidchicken.com>
9100
488086f4
SM
9101 * progmodes/compile.el (compilation-start):
9102 Run compilation-filter-hook for the async case too.
9bedd73a
CY
9103 (compilation-filter-hook): Doc fix.
9104
797c735c
DD
91052011-05-09 Deniz Dogan <deniz@dogan.se>
9106
9107 * wdired.el: Remove outdated installation comment. Fix usage
9108 comment.
9109
5f4b1dfe
JB
91102011-05-09 Juanma Barranquero <lekktu@gmail.com>
9111
9112 * misc.el: Implement new command `list-dynamic-libraries'.
9113 (list-dynamic-libraries--loaded-only-p): New variable.
9114 (list-dynamic-libraries--refresh): New function.
9115 (list-dynamic-libraries): New command.
9116
4c44026c
CY
91172011-05-09 Chong Yidong <cyd@stupidchicken.com>
9118
488086f4
SM
9119 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9120 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
9121 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
9122 higher priority to avoid clobbering by gnu.
9123
027f966d
CY
91242011-05-08 Chong Yidong <cyd@stupidchicken.com>
9125
9126 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
9127 if the face has existing theme settings (Bug#8454).
9128
085f5d7d
CY
91292011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
9130
488086f4
SM
9131 * progmodes/perl-mode.el (perl-imenu-generic-expression):
9132 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 9133
2a86a00c
RS
9134 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
9135 special file names `.' and `..' (Bug#8259).
9136
d9c54a06
CY
91372011-05-08 Chong Yidong <cyd@stupidchicken.com>
9138
488086f4
SM
9139 * progmodes/grep.el (grep-mode-font-lock-keywords):
9140 Remove buffer-changing entries.
d9c54a06
CY
9141 (grep-filter): New function.
9142 (grep-mode): Add it to compilation-filter-hook.
9143
9144 * progmodes/compile.el (compilation-filter-hook)
9145 (compilation-filter-start): New defvars.
9146 (compilation-filter): Call compilation-filter-hook prior to
9147 updating the process mark.
9148
c4662635
SM
91492011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9150
9151 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
9152
b0512a1d
EZ
91532011-05-07 Eli Zaretskii <eliz@gnu.org>
9154
605c9376
EZ
9155 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
9156 mailclient-send-it even if window-system is nil. (Bug#8595)
9157
c4662635
SM
9158 * term/w32console.el (terminal-init-w32console):
9159 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
9160 background-mode. (Bug#8597)
9161
d1dc2cc2
SM
91622011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
9163
9164 Make bytecomp.el understand that defmethod defines funs (bug#8631).
9165 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
9166 New functions.
9167 (defgeneric, eieio--defmethod): Use them.
9168 (eieio-defgeneric): Remove.
9169 (defmethod): Call defgeneric in a way visible to the byte-compiler.
9170
915d1300
GM
91712011-05-07 Glenn Morris <rgm@gnu.org>
9172
a3961c3e
GM
9173 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
9174 Use let rather than let*.
9175 (timeclock-find-discrep): Remove unused local.
9176
314347b9
GM
9177 * calendar/diary-lib.el (diary-comment-start): Doc fix.
9178
915d1300
GM
9179 * calendar/appt.el (appt-time-msg-list): Doc fix.
9180
275b59b0
NF
91812011-05-06 Noah Friedman <friedman@splode.com>
9182
9183 * apropos.el (apropos-print-doc): Only use
9184 emacs-lisp-docstring-fill-column when it is bound to an integer,
9185 per that variable's documentation.
9186
6c19f744
SM
91872011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9188
9189 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 9190 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 9191
60f884b2
GM
91922011-05-06 Glenn Morris <rgm@gnu.org>
9193
5006e634
GM
9194 * calendar/appt.el (appt-message-warning-time): Doc fix.
9195 (appt-warning-time-regexp): New option.
9196 (appt-make-list): Respect appt-message-warning-time.
9197
548d0a63
GM
9198 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
9199 New options.
9200 (diary-add-to-list): Strip comments from the displayed string.
9201 (diary-mode): Set comment-start and comment-end.
9202
60f884b2
GM
9203 * vc/diff-mode.el (smerge-refine-subst): Declare.
9204 (diff-refine-hunk): Don't require smerge-mode when compiling.
9205
989681bb
JB
92062011-05-06 Juanma Barranquero <lekktu@gmail.com>
9207
9208 * simple.el (list-processes): Return nil as the docstring says.
9209
a6bc05e1
MA
92102011-05-05 Michael Albinus <michael.albinus@gmx.de>
9211
9212 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
9213 to "".
9214 (ange-ftp-write-region, ange-ftp-insert-file-contents)
9215 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
9216 determining of binary transfer. (Bug#7383)
9217
23c22e9a
MA
92182011-05-05 Michael Albinus <michael.albinus@gmx.de>
9219
c4662635
SM
9220 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
9221 Fix port computation bug. (Bug#8618)
23c22e9a 9222
0bff894f
GM
92232011-05-05 Glenn Morris <rgm@gnu.org>
9224
b8296902
GM
9225 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
9226
1f522ce8
GM
9227 * simple.el (shell-dynamic-complete-functions)
9228 (comint-dynamic-complete-functions): Declare.
9229
cf5bee67
GM
9230 * net/network-stream.el (gnutls-negotiate):
9231 * simple.el (tabulated-list-print): Fix declarations.
9232
9233 * progmodes/gud.el (syntax-symbol, syntax-point):
9234 Remove unnecessary and incorrect declarations.
9235
0bff894f
GM
9236 * emacs-lisp/check-declare.el (check-declare-scan):
9237 Handle byte-compile-initial-macro-environment in bytecomp.el
9238
9869b3ae
SM
92392011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9240
9241 Fix earlier half-done eieio-defmethod change (bug#8338).
9242 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
9243 Streamline and change calling convention.
9244 (defmethod): Adjust accordingly and simplify.
9245 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
9246 new eieio--defmethod.
9247 (slot-boundp): Minor CSE simplification.
9248
9c1d5ac5
MZ
92492011-05-05 Milan Zamazal <pdm@zamazal.org>
9250
9251 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
9252 (glasses-make-readable): Use glasses-separate-capital-groups.
9253
455c834e
JB
92542011-05-05 Juanma Barranquero <lekktu@gmail.com>
9255
9256 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
9257 (warning-series): Doc fix.
9258 (display-warning): Don't try to create the buffer if we just found it.
9259
9ed7c8cb
CY
92602011-05-04 Chong Yidong <cyd@stupidchicken.com>
9261
9262 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
9263 (autoload-find-generated-file): New function.
9264 (generate-file-autoloads): Bind generated-autoload-file to
9265 buffer-file-name.
9869b3ae
SM
9266 (update-file-autoloads, update-directory-autoloads):
9267 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
9268 output file (Bug#7989).
9269 (batch-update-autoloads): Doc fix.
9270
0898ca10
JB
92712011-05-04 Juanma Barranquero <lekktu@gmail.com>
9272
9273 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
9274
31dfb76c
GM
92752011-05-04 Glenn Morris <rgm@gnu.org>
9276
f330b642
GM
9277 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
9278 function, so it follows changes in calendar-date-style.
9279 (diary-fancy-date-matcher): New function.
9280 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
9281 (diary-fancy-font-lock-fontify-region-function):
9282 Use diary-fancy-date-pattern as a function.
9283
31dfb76c
GM
9284 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
9285 non-numbers for `year' etc pseudo-variables. (Bug#8583)
9286
48e79d6a
TZ
92872011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
9288
9289 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
9290 instead of positional arguments. Allow :keylist and :crlfiles
9291 arguments.
9292 (open-gnutls-stream): Call it.
9293
9294 * net/network-stream.el (network-stream-open-starttls): Adjust to
9295 call `gnutls-negotiate' with :process and :hostname arguments.
9296
dd5a5ee0
SM
92972011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9298
ef80fc09
SM
9299 * minibuffer.el (completion--message): New function.
9300 (completion--do-completion, minibuffer-complete)
9301 (minibuffer-force-complete, minibuffer-complete-word): Use it.
9302 (completion--do-completion): Don't ignore completion-auto-help when in
9303 icomplete-mode.
9304
dd5a5ee0
SM
9305 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
9306 internal encoding (e.g. tibetan zero is not whitespace).
9307 (global-whitespace-mode): Prefer save-current-buffer.
9308 (whitespace-trailing-regexp): Remove useless save-match-data.
9309 (whitespace-empty-at-bob-regexp): Minor simplification.
9310
b7d22a83
CY
93112011-05-03 Chong Yidong <cyd@stupidchicken.com>
9312
9313 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
9314
5192af46
AM
93152011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9316
9317 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 9318 Use `concat' to create string for insertion.
5192af46 9319
5767d190
SM
93202011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9321
9322 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
9323 Avoid open-line which runs post-self-insert-hook.
9324 (bibtex-fill-entry): Remove unused `end' var.
9325
bf242939
AM
93262011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
9327
5767d190
SM
9328 * textmodes/ispell.el (ispell-add-per-file-word-list):
9329 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 9330
25666126
LL
93312011-05-03 Leo Liu <sdl.web@gmail.com>
9332
9333 * isearch.el (isearch-yank-pop): New command.
5767d190 9334 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
9335 (isearch-forward): Mention it.
9336
52d3c2d0
SM
93372011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9338
1bcace58
SM
9339 * simple.el (minibuffer-complete-shell-command): Remove.
9340 (minibuffer-local-shell-command-map): Use completion-at-point.
9341 (read-shell-command): Setup completion vars here instead.
9342 (read-expression-map): Bind TAB to symbol completion.
9343
52d3c2d0
SM
9344 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
9345 error directly rather via storing it into `results'.
9346
35813471
LL
93472011-05-02 Leo Liu <sdl.web@gmail.com>
9348
9349 * vc/diff.el: Fix description.
9350
e793a940
LMI
93512011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9352
9353 * server.el (server-eval-at): New function.
9354
8de66e05
LMI
93552011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9356
9357 * net/network-stream.el (open-network-stream): Take a :nowait
9358 parameter and pass it on to `make-network-process'.
9359 (network-stream-open-plain): Ditto.
9360
dcb79f20
AS
93612011-04-30 Andreas Schwab <schwab@linux-m68k.org>
9362
9363 * faces.el (face-spec-set-match-display): Don't match toolkit
9364 options on terminal frames.
9365
14a7fbd8
SM
93662011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9367
7eabc1be
SM
9368 * progmodes/pascal.el: Use lexical binding.
9369 (pascal-mode-map): Remove author preferences.
9370
14a7fbd8
SM
9371 * pcomplete.el (pcomplete-std-complete): Don't abuse
9372 completion-at-point.
9373
50f84510
JB
93742011-04-28 Juanma Barranquero <lekktu@gmail.com>
9375
6e087a44
JB
9376 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
9377 removing code that has been dead since 1991 or so.
9378
50f84510
JB
9379 * startup.el (command-line): When warning about "_emacs", use a
9380 delayed warning to allow the user to filter it out.
9381
0ba690bd
DD
93822011-04-28 Deniz Dogan <deniz@dogan.se>
9383
9384 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
9385 user has not joined.
9386
08abfaad
SM
93872011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9388
9389 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
9390 aren't any completions at point.
9391
638f053a
JB
93922011-04-28 Juanma Barranquero <lekktu@gmail.com>
9393
9394 * subr.el (display-delayed-warnings): New function.
9395 (delayed-warnings-hook): New variable.
9396
8fff8daa
SM
93972011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9398
08abfaad
SM
9399 * minibuffer.el (completion-at-point, completion-help-at-point):
9400 Don't presume that a given completion-at-point-function will always
9401 use the same calling convention.
9402
8fff8daa
SM
9403 * pcomplete.el (pcomplete-completions-at-point):
9404 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
9405 pcomplete-seen is non-nil.
9406 (pcomplete-comint-setup): Also recognize the new comint/shell
9407 completion functions.
9408 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
9409 pcomplete-seen is non-nil.
9410
841a1577 94112011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 9412
841a1577 9413 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 9414 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 9415 the first character in the entry. This allows for code to add its
211ec907
UJ
9416 own uid to the entry.
9417 (icalendar--convert-float-to-ical): Add export of
9418 `diary-float'-entries save for those with the optional DAY
9419 argument.
9420
2a782793
DC
94212011-04-27 Daniel Colascione <dan.colascione@gmail.com>
9422
9423 * subr.el (shell-quote-argument): Use alternate escaping strategy
9424 when we spot a variable reference in a string.
9425
0438ce91
DC
94262011-04-26 Daniel Colascione <dan.colascione@gmail.com>
9427
9428 * cus-start.el (all): Define customization for debug-on-event.
9429
841a1577 94302011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
9431
9432 * subr.el (shell-quote-argument): Escape correctly under Windows.
9433
d090ed6c
SM
94342011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
9435
9436 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
9437
bfd31217
MA
94382011-04-25 Michael Albinus <michael.albinus@gmx.de>
9439
d090ed6c
SM
9440 * net/tramp.el (tramp-process-actions): Add POS argument.
9441 Delete region between POS and (pos).
bfd31217 9442
d090ed6c
SM
9443 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
9444 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
9445 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
9446
9447 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
9448 position in `tramp-process-actions' call.
9449
9450 * net/trampver.el: Update release number.
9451
e92f3bd3
SM
94522011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
9453
850256b5
SM
9454 * custom.el (defcustom): Obey lexical-binding.
9455
e92f3bd3
SM
9456 Fix octave-inf completion problems reported by Alexander Klimov.
9457 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
9458 Inherit from octave-mode-syntax-table.
9459 (inferior-octave-mode): Set info-lookup-mode.
9460 (inferior-octave-completion-at-point): New function.
9461 (inferior-octave-complete): Use it and completion-in-region.
9462 (inferior-octave-dynamic-complete-functions): Use it as well, and use
9463 comint-filename-completion.
9464 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
9465 symbol elements which shouldn't be word elements.
9466 (octave-font-lock-keywords, octave-beginning-of-defun)
9467 (octave-function-header-regexp): Adjust regexps accordingly.
9468 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
9469
cd22b309
JB
94702011-04-25 Juanma Barranquero <lekktu@gmail.com>
9471
9472 * net/gnutls.el (gnutls-errorp): Declare before first use.
9473
8b492194
TZ
94742011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
9475
9476 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
9477 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 9478 default trustfile exists before going to use it. Add missing
5a5fa834 9479 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
9480 Reported by Claudio Bley <claudio.bley@gmail.com>.
9481 (open-gnutls-stream): Add usage example.
9482
9483 * net/network-stream.el (network-stream-open-starttls): Give host
9484 parameter to `gnutls-negotiate'.
9485 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 9486 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 9487
841a1577 94882011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 9489
cd22b309
JB
9490 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
9491 Use correct match group (bug#8438).
05842630 9492
3ba7869c
CY
94932011-04-24 Chong Yidong <cyd@stupidchicken.com>
9494
512e3ae1
CY
9495 * emacs-lisp/package.el (package-built-in-p): Fix typo.
9496 (package-menu--generate): New arg specifying packages to show.
9497 (package-menu-refresh, package-menu-execute, list-packages):
9498 Callers changed.
9499 (package-show-package-list): New function, replacing deleted
9500 package--list-packages (renamed because it is non-internal).
9501
9502 * finder.el (finder-list-matches): Use package-show-package-list
9503 instead of deleted package--list-packages.
9504
e92f3bd3
SM
9505 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
9506 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
9507 (vc-annotate-mode-map): Bind it to RET.
9508
7031be6d
UR
95092011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
9510
9511 * progmodes/etags.el (next-file): Don't use set-buffer to change
9512 buffers (Bug#8478).
9513
4ef177aa
CY
95142011-04-24 Chong Yidong <cyd@stupidchicken.com>
9515
c8d173eb
CY
9516 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
9517
4ef177aa
CY
9518 * apropos.el (apropos-label-face): Avoid variable-pitch face.
9519 (apropos-accumulator): Doc fix.
9520 (apropos-function, apropos-macro, apropos-command)
9521 (apropos-variable, apropos-face, apropos-group, apropos-widget)
9522 (apropos-plist): Add face property.
9523 (apropos-symbols-internal): Fix indentation.
9524 (apropos-print): Simplify help, and recognize apropos-multi-type.
9525 (apropos-print-doc): Use button-type-get to extract the button's
9526 face property. Fill docstring (Bug#8352).
9527
4ffd0d6b 95282011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
9529
9530 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
9531
c6c32125 9532 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 9533 (mpuz-mode-map): Use mapc.
c6c32125
JB
9534 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
9535 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
9536 Fix typos in docstrings.
9537
58d468b4
JB
9538 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
9539 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
9540
6470c3c6
JB
9541 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
9542
4ffd0d6b 95432011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
9544
9545 * minibuffer.el (completion--do-completion): Avoid the "Next char
9546 not unique" prompt if icomplete-mode is enabled (Bug#5849).
9547
3ad8bad0
CY
9548 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
9549 mouse-2 into unread-command-events, it is interpreted correctly.
9550
71d73c9c 9551 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 9552 (image-toggle-display): Doc fix.
71d73c9c 9553
841a1577 95542011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 9555
4ffd0d6b
GM
9556 * textmodes/page.el (what-page): Use line-number-at-pos to
9557 calculate line number (Bug#6825).
6e1dbaa9 9558
c2fb1b60
JB
95592011-04-22 Juanma Barranquero <lekktu@gmail.com>
9560
9561 * eshell/esh-mode.el (find-tag-interactive): Declare function.
9562 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
9563 Pass argument NO-DEFAULT to `find-tag-interactive'.
9564
e02f48d7
JB
95652011-04-22 Juanma Barranquero <lekktu@gmail.com>
9566
9567 Lexical-binding cleanup.
9568
9569 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
9570 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
9571 * progmodes/ada-prj.el (ada-prj-initialize-values)
9572 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
9573 (ada-prj-show-value):
9574 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
9575 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
9576 (antlr-invalidate-context-cache, antlr-options-menu-filter)
9577 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
9578 * progmodes/bug-reference.el (bug-reference-push-button):
9579 * progmodes/fortran.el (fortran-line-length):
9580 * progmodes/glasses.el (glasses-change):
9581 * progmodes/octave-mod.el (octave-fill-paragraph):
9582 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
9583 (python-pdbtrack-grub-for-buffer, python-sentinel):
9584 * progmodes/sql.el (sql-save-connection):
9585 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
9586 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
9587 Mark unused parameters.
9588
9589 * progmodes/compile.el (compilation--flush-directory-cache)
9590 (compilation--flush-parse, compile-internal): Mark unused parameters.
9591 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
9592 (compilation-next-error-function): Remove unused variable `timestamp'.
9593
9594 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
9595 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
9596
9597 * progmodes/dcl-mode.el (dcl-end-of-command):
9598 Remove unused variable `start'.
9599 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
9600 (dcl-option-value-basic, dcl-option-value-offset)
9601 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
9602 Mark unused parameters.
9603 (dcl-save-local-variable): Remove unused variable `val'.
9604 (mode): Declare.
9605
9606 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
9607 Mark unused parameters.
9608 (delphi-ignore-changes): Move before first use.
9609 (delphi-charset-token-at): Remove unused variable `start'.
9610 (delphi-else-start): Remove unused variable `if-count'.
9611 (delphi-comment-block-start, delphi-comment-block-end):
9612 Remove unused variable `kind'.
9613 (delphi-indent-line): Remove unused variable `new-point'.
9614
9615 * progmodes/ebrowse.el (ebrowse-files-list)
9616 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
9617 Mark unused parameters. Don't quote `lambda'.
9618 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
9619 Don't quote `lambda'.
9620 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
9621 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
9622 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
9623 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
9624 Use `ignore-errors'.
9625 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
9626 (ebrowse-view/find-file-and-search-pattern)
9627 (ebrowse-view/find-member-declaration/definition):
9628 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
9629 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
9630 Rename parameter PREFIX-ARG to PREFIX.
9631 (ebrowse-tags-read-name): Remove unused variables `start' and
9632 `member-info'.
9633 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
9634 to `tags-file'.
9635
9636 * progmodes/etags.el (local-find-tag-hook): Declare.
9637 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
9638 Mark unused parameters.
9639
9640 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
9641 (executable-interpret): Mark unused parameter.
9642
9643 * progmodes/flymake.el (flymake-process-sentinel)
9644 (flymake-after-change-function)
9645 (flymake-create-temp-with-folder-structure)
9646 (flymake-get-include-dirs-dot): Mark unused parameters.
9647 (flymake-safe-delete-directory): Remove unused variable `err'.
9648
9649 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
9650 (speedbar-timer-fn, speedbar-line-text)
9651 (speedbar-change-expand-button-char, speedbar-delete-subblock)
9652 (speedbar-center-buffer-smartly): Declare functions.
9653 (gdb-find-watch-expression): Remove unused variable `array'.
9654 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
9655 (gdb-starting): Mark unused parameters.
9656 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
9657 (gdb-table-string): Remove unused variable `res'.
9658 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
9659 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
9660 (gdb-display-buffer): Remove unused variable `cur-size'.
9661
9662 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
9663 allow lexical-binding compilation.
9664 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
9665 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
9666 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
9667 Mark unused parameters.
9668 (gud-gdb-marker-filter): Remove unused variable `match'.
9669 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
9670 lambda expressions and funcall them, instead of using `fset'.
9671
9672 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
9673 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
9674
9675 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
9676 variable `header-beg'; use `let'.
9677
9678 * progmodes/icon.el (indent-icon-exp): Remove unused variables
9679 `restart', `last-sexp' and `at-do'.
9680
9681 * progmodes/js.el (js--debug): Mark unused parameter.
9682 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
9683 (js--splice-into-items): Remove unused variable `item'.
9684 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
9685
9686 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
9687 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
9688 (makefile-complete): Remove unused variable `try'.
9689 (makefile-fill-paragraph, makefile-match-function-end):
9690 Mark unused parameters.
9691
9692 * progmodes/octave-inf.el (inferior-octave-complete):
9693 Remove unused variable `proc'.
9694 (inferior-octave-output-digest): Mark unused parameter.
9695
9696 * progmodes/perl-mode.el (perl-calculate-indent):
9697 Remove unused variable `err'.
9698
9699 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
9700 (prolog-indent-line): Mark unused parameters.
9701 (prolog-indent-line): Remove unused variable `beg'.
9702
9703 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
9704 (reporter-dont-compact-list): Declare.
9705
9706 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
9707 Remove unused variable `char'.
9708 (sh-debug): Mark unused parameter.
9709 (sh-get-indent-info): Remove unused variable `start'.
9710 (sh-calculate-indent): Remove unused variable `var'.
9711
9712 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
9713 (simula-electric-keyword): Remove unused variable `null'.
9714 (simula-search-backward, simula-search-forward): Remove unused
9715 variables `begin' and `end'.
9716
9717 * progmodes/vera-mode.el (vera-guess-basic-syntax):
9718 Remove unused variable `pos'.
9719 (vera-electric-tab, vera-comment-uncomment-region):
9720 Mark unused parameters.
9721 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
9722
7ede3b65
CY
97232011-04-22 Chong Yidong <cyd@stupidchicken.com>
9724
9725 * emacs-lisp/package.el (package--builtins, package-alist)
9726 (package-load-descriptor, package-built-in-p, package-activate)
9727 (define-package, package-installed-p)
9728 (package-compute-transaction, package-buffer-info)
9729 (package--push): Doc fix. Distinguish more clearly between
9730 version strings and version lists.
9731
121656e9
JB
97322011-04-21 Juanma Barranquero <lekktu@gmail.com>
9733
9734 Lexical-binding cleanup.
9735
9736 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
9737 (5x5-make-mutate-best):
9738 * play/fortune.el (fortune-in-buffer):
9739 * play/gomoku.el (gomoku-init-display):
9740 * play/solitaire.el (solitaire, solitaire-do-check):
9741 * play/tetris.el (tetris-default-update-speed-function):
9742 Mark unused parameters.
9743
9744 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
9745 (bubbles--shift): Remove unused variable `char-org'.
9746 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
9747 (bubbles--show-images): Remove unused variable `char'.
9748
9749 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
9750 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
9751 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
9752 (decipher-analyze-buffer): Use ?\s.
9753 (decipher-make-checkpoint): Remove unused variable `mapping'.
9754
9755 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
9756
9757 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
9758 Remove unused variable `result'; use `let'.
9759
9760 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
9761 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
9762 (gametree-children-shown-p, gametree-compute-reduced-score):
9763 Use `ignore-errors'.
9764
9765 * play/handwrite.el (ps-lpr-switches): Declare.
9766 (handwrite): Remove unused variables `pmin' and `lastp'.
9767
9768 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
9769
9770 * play/landmark.el (landmark-init-display)
9771 (landmark-update-naught-weights): Mark unused parameters.
9772 (landmark-y): Remove unused variable `noise'. Simplify.
9773 (landmark-human-plays): Remove unused variable `score'.
9774
9775 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
9776 (mpuz-try-proposal): Remove unused variable `game'.
9777
9778 * play/zone.el (life-patterns): Declare.
9779
80f499c7
JB
97802011-04-20 Juanma Barranquero <lekktu@gmail.com>
9781
9782 * vc/vc.el (ediff-vc-internal): Declare function.
9783
024ff170
SM
97842011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9785
c0a193ea
SM
9786 * shell.el: Use lexical-binding and std completion UI.
9787 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
9788 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
9789 comint-preoutput-filter-functions rather than on
9790 comint-output-filter-functions.
9791 (shell-command-completion, shell--command-completion-data)
9792 (shell-filename-completion, shell-environment-variable-completion)
9793 (shell-c-a-p-replace-by-expanded-directory): New functions.
9794 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
9795 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
9796 (shell-dynamic-complete-environment-variable): Use them.
9797 (shell-dynamic-complete-as-environment-variable)
9798 (shell-dynamic-complete-as-command): Remove.
9799 (shell-match-partial-variable): Match past point.
9800 * comint.el: Clean up use of completion-at-point-functions.
9801 (comint-completion-at-point): New function.
9802 (comint-mode): Use it completion-at-point-functions.
9803 (comint-dynamic-complete): Make it obsolete.
9804 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
9805 (comint-c-a-p-replace-by-expanded-history): New function.
9806 (comint-dynamic-complete-functions)
9807 (comint-replace-by-expanded-history): Use it.
9808 * minibuffer.el (completion-table-with-terminator): Allow dynamic
9809 termination strings. Try harder to avoid second try-completion.
9810 (completion-in-region-mode-map): Disable bindings that don't work yet.
9811
2dbaa080
SM
9812 * comint.el: Use lexical-binding. Require CL.
9813 (comint-dynamic-complete-functions): Use comint-filename-completion.
9814 (comint-completion-addsuffix): Tweak custom type.
9815 (comint-filename-completion, comint--common-suffix)
9816 (comint--common-quoted-suffix, comint--table-subvert)
9817 (comint--complete-file-name-data): New functions.
9818 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
9819 (comint-dynamic-list-filename-completions): Use them.
9820 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 9821
2dbaa080
SM
9822 * minibuffer.el (completion-in-region-mode):
9823 Keep completion-in-region-mode--predicate global.
9824 (completion-in-region--postch):
9825 Assume completion-in-region-mode--predicate is not null.
9826
c79a6f38
SM
9827 * progmodes/flymake.el (flymake-start-syntax-check-process):
9828 Obey `dir'. Simplify.
9829
024ff170
SM
9830 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
9831 we're in VC after all.
9832
1c6c854e
CS
98332011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
9834
9835 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 9836 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
9837 (vc-version-diff): Use vc-diff-build-argument-list-internal.
9838
bed7f140
SM
98392011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9840
332e62ab
SM
9841 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
9842 add sanity check.
9843
bed7f140
SM
9844 * obsolete/erc-hecomplete.el: Make obsolete.
9845 * obsolete/: Standardize obsolescence info in the header.
9846
f195c582
GM
98472011-04-20 Glenn Morris <rgm@gnu.org>
9848
9849 * calendar/solar.el (solar-horizontal-coordinates):
9850 Use the longitude argument rather than `calendar-longitude'.
9851 (solar-date-next-longitude): Remove unused locals.
9852
cb79b8c0
VJL
98532011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9854
9855 * whitespace.el: New version 13.2.1.
9856
98572011-04-20 felix <EmacsWiki> (tiny change)
9858
d8e4b68b 9859 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
9860 switching between major modes on a file.
9861
602ea69d
SM
98622011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9863
9864 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
9865 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
9866 multi-line comments as well.
9867
06b60517
JB
98682011-04-19 Juanma Barranquero <lekktu@gmail.com>
9869
9870 Lexical-binding cleanup.
9871
9872 * arc-mode.el (archive-mode-revert):
9873 * cmuscheme.el (scheme-interactively-start-process):
9874 * custom.el (custom-initialize-delay):
9875 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
9876 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
9877 * emacs-lock.el (emacs-lock-clear-sentinel):
9878 * ezimage.el (defezimage):
9879 * follow.el (follow-avoid-tail-recenter):
9880 * fringe.el (set-fringe-mode-1):
9881 * generic-x.el (bat-generic-mode-compile):
9882 * help-mode.el (help-info-variable, help-do-xref)
9883 (help-mode-revert-buffer):
9884 * help.el (view-emacs-todo):
9885 * iswitchb.el (iswitchb-completion-help):
9886 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
9887 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
9888 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
9889 * locate.el (locate-update):
9890 * longlines.el (longlines-encode-region)
9891 (longlines-after-change-function):
9892 * outline.el (outline-isearch-open-invisible):
9893 * ps-def.el (declare-function, charset-dimension, char-width)
9894 (encode-char):
9895 * ps-mule.el (ps-mule-plot-string):
9896 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
9897 (recentf-edit-list-select, recentf-edit-list-validate)
9898 (recentf-open-files-action):
9899 * rect.el (delete-whitespace-rectangle-line)
9900 (rectangle-number-line-callback):
9901 * register.el (window-configuration-to-register)
9902 (frame-configuration-to-register):
9903 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
9904 * select.el (xselect-convert-to-string, xselect-convert-to-length)
9905 (xselect-convert-to-targets, xselect-convert-to-delete)
9906 (xselect-convert-to-filename, xselect-convert-to-charpos)
9907 (xselect-convert-to-lineno, xselect-convert-to-colno)
9908 (xselect-convert-to-os, xselect-convert-to-host)
9909 (xselect-convert-to-user, xselect-convert-to-class)
9910 (xselect-convert-to-name, xselect-convert-to-integer)
9911 (xselect-convert-to-atom, xselect-convert-to-identity):
9912 * subr.el (declare, ignore, process-kill-without-query)
9913 (text-clone-maintain):
9914 * terminal.el (te-get-char, te-tic-sentinel):
9915 * tool-bar.el (tool-bar-make-keymap):
9916 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
9917 * type-break.el (type-break-mode, type-break-noninteractive-query):
9918 * view.el (View-back-to-mark):
9919 * wid-browse.el (widget-browse-action, widget-browse-widget)
9920 (widget-browse-widgets, widget-browse-sexp):
9921 * widget.el (define-widget-keywords):
9922 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
9923 Mark unused parameters.
9924
9925 * align.el (align-adjust-col-for-rule): Mark unused parameter.
9926 (align-areas): Remove unused variable `look'.
9927 (align-region): Remove unused variables `real-end' and `pos-list'.
9928
9929 * apropos.el (apropos-score-doc): Remove unused variable `i'.
9930
9931 * bindings.el (mode-line-modified, mode-line-remote):
9932 Mark unused parameters.
9933 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
9934
9935 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
9936 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
9937
9938 * comint.el (comint-history-isearch-pop-state)
9939 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
9940 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
9941 (comint-substitute-in-file-name): Doc fix.
9942
9943 * completion.el (cmpl-statistics-block): Mark unused parameter.
9944 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
9945 (save-completions-to-file, load-completions-from-file):
9946 Remove unused local variable `e'.
9947
9948 * composite.el (compose-chars): Remove unused variable `len'.
9949 (lgstring-insert-glyph): Remove unused variable `g'.
9950 (compose-glyph-string): Remove unused variables `ascent',
9951 `descent', `lbearing' and `rbearing'.
9952 (compose-glyph-string-relative): Remove unused variables
9953 `lbearing', `rbearing' and `wadjust'.
9954 (compose-gstring-for-graphic): Remove unused variables `header',
9955 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
9956 (compose-gstring-for-terminal): Remove unused variables `header'
9957 and `nchars'. Use `let', not `let*'.
9958
9959 * cus-edit.el (Custom-set, Custom-save, custom-reset)
9960 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
9961 (Custom-buffer-done, custom-buffer-create-internal)
9962 (custom-browse-visibility-action, custom-browse-group-tag-action)
9963 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
9964 (widget-magic-mouse-down-action, custom-toggle-parent)
9965 (custom-add-parent-links, custom-toggle-hide-variable)
9966 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
9967 (custom-toggle-hide-face, face, hook, custom-group-link-action)
9968 (custom-face-menu-create, custom-variable-menu-create, get)
9969 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
9970 (custom-reset-standard-save-and-update): Remove unused variable `value'.
9971 (customize-apropos): Remove unused variable `tests'.
9972 (custom-group-value-create): Remove unused variable `hidden-p'.
9973 (sort-fold-case): Declare.
9974
9975 * cus-theme.el (custom-reset-standard-faces-list)
9976 (custom-reset-standard-variables-list): Declare.
9977 (customize-create-theme, custom-theme-revert, custom-theme-write)
9978 (custom-theme-choose-mode, customize-themes, custom-theme-save):
9979 Mark unused parameters.
9980
9981 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
9982
9983 * delim-col.el (delimit-columns-max): Move defvar before first use.
9984
9985 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 9986 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
9987
9988 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
9989 (auto-insert): Declare.
9990 (desktop-restore-file-buffer): Rename desktop-* parameters;
9991 mark unused ones.
9992 (desktop-create-buffer): Rename desktop-* parameters and bind them.
9993 (desktop-buffer): Rename desktop-* parameters.
9994
9995 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
9996 (dframe-reposition-frame-xemacs, dframe-help-echo)
9997 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
9998 Mark unused parameters.
9999
10000 * dired-aux.el (backup-extract-version-start, overwrite-query)
10001 (overwrite-backup-query, rename-regexp-query)
10002 (rename-non-directory-query): Declare.
10003 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
10004 (dired-add-entry): Remove unused variable `orig-file-name'.
10005 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
10006 Use parameter PRESERVE-TIME instead of accessing dynamic variable
10007 `dired-copy-preserve-time' directly.
10008 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
10009 (dired-insert-subdir-newpos): Rename unused variable `pos'.
10010
10011 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
10012 (dired-virtual-revert, dired-make-relative-symlink):
10013 Mark unused parameters.
10014 (manual-program): Declare.
10015 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
10016 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
10017 wrapped in `with-no-warnings' to avoid replacing one warning by another.
10018
10019 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
10020
10021 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
10022
10023 * echistory.el (electric-history-in-progress, Helper-return-blurb):
10024 Declare.
10025
10026 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
10027
10028 * electric.el (Electric-command-loop): Rename parameter
10029 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
10030
10031 * expand.el (expand-in-literal): Remove unused variable `here'.
10032
10033 * facemenu.el (facemenu-add-new-color):
10034 Remove unused variable `docstring'.
10035
10036 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
10037 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
10038 (face-attr-construct): Mark unused parameter. Doc fix.
10039 (read-color): Remove unused variable `hex-string'.
10040
10041 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
10042 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
10043 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
10044 (display-buffer-other-frame): Remove unused variable `old-window'.
10045 (kill-buffer-hook): Declare.
10046 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
10047 Mark unused parameters.
10048 (after-find-file): Pass 1 to `auto-save-mode', not t.
10049
10050 * files-x.el (auto-insert): Declare.
10051 (modify-file-local-variable-prop-line): Remove unused variable `val'.
10052
10053 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 10054 variable `buf'. Mark unused parameter.
06b60517
JB
10055 (find-lisp-insert-directory): Mark unused parameter.
10056
10057 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
10058 (format-encode-region): Remove unused variables `cur-buf' and `result'.
10059 (format-common-tail): Remove, unused.
10060 (format-deannotate-region): Remove unused variable `loc'.
10061 (format-annotate-region): Remove unused variable `p'.
10062 (format-annotate-single-property-change): Remove unused variables
10063 `default' and `tail'.
10064
10065 * forms.el (read-file-filter): Declare.
10066 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
10067
10068 * frame.el (frame-creation-function-alist): Mark unused parameter.
10069 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
10070
10071 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
10072 Remove unused parameters.
10073 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
10074 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
10075
10076 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
10077 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
10078 (hfy-prepare-tag-map): Mark unused parameters.
10079 (htmlfontify-buffer): Use `called-interactively-p'.
10080
10081 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
10082 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
10083 (ibuffer-do-occur): Mark unused parameters.
10084 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
10085 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
10086
10087 * ibuffer.el: Don't quote `lambda'.
10088 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
10089 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
10090 Mark unused parameters.
10091
10092 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
10093 (ido-completing-read): Mark unused parameters.
10094 (ido-copy-current-word): Mark unused parameters;
10095 remove unused variable `name'.
10096 (ido-sort-merged-list): Remove unused parameter `dirs'.
10097
10098 * ielm.el (ielm-input-sender): Mark unused parameter.
10099 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
10100 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
10101 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
10102 `ielm-string' as a dynamic variable accessible from the IELM prompt.
10103 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
10104
10105 * image-dired.el (image-dired-display-thumbs): Remove unused
10106 variables `curr-file' and `count'.
10107 (image-dired-remove-tag): Remove unused variable `start'.
10108 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
10109 variable `curr-file'
10110 (image-dired-rotate-original): Remove unused variable `temp-file'.
10111 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
10112 Remove unused variable `file'.
10113 (image-dired-gallery-generate): Remove unused variable `curr'.
10114 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
10115
10116 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
10117
10118 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
10119
10120 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
10121
10122 * isearch.el (minibuffer-history-symbol): Declare.
10123 (isearch-edit-string): Remove unused variable `err'.
10124 (isearch-message-prefix, isearch-message-suffix):
10125 Mark unused parameters.
10126
10127 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
10128
10129 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
10130
10131 * makesum.el (double-column): Remove unused variable `cnt'.
10132
10133 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
10134 (ido-ignore-item-temp-list): Declare.
10135
10136 * mouse-drag.el (mouse-drag-throw): Remove unused variables
10137 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
10138 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
10139 (mouse-drag-drag): Remove unused variables `mouse-delta' and
10140 `mouse-col-delta'.
10141
10142 * mouse-sel.el (mouse-extend-internal):
10143 Remove unused variable `orig-window-frame'.
10144
10145 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
10146 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
10147 Move declarations before first use.
10148 (pcomplete-opt): Mark unused parameters; doc fix.
10149
10150 * proced.el (proced-revert): Mark unused parameter.
10151 (proced-send-signal): Remove unused variable `err'.
10152
10153 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
10154 Rename parameter PREFIX-ARG to ARG.
10155 (ps-basic-plot-string, ps-basic-plot-whitespace):
10156 Mark unused parameters.
10157
10158 * replace.el (replace-count): Define.
10159 (occur-revert-function): Mark unused parameters.
10160 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
10161 (isearch-case-fold-search, isearch-string): Declare.
10162 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
10163 bind `case-fold-search'. Remove unused variables `beg' and `end',
10164 and simplify.
10165 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
10166 COUNT and bind `replace-count'.
10167 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
10168 to COUNT.
10169
10170 * savehist.el (print-readably, print-string-length): Declare.
10171
10172 * shadowfile.el (shadow-expand-cluster-in-file-name):
10173 Remove unused variable `cluster'.
10174 (shadow-copy-file): Remove unused variable `i'.
10175 (shadow-noquery, shadow-clusters, shadow-site-cluster)
10176 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
10177 (shadow-define-literal-group, shadow-define-regexp-group)
10178 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
10179
10180 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
10181 (shell): Use `called-interactively-p'.
10182 (shell-directory-tracker): Remove unused variable `chdir-failure'.
10183
10184 * simple.el (compilation-context-lines, comint-file-name-quote-list)
10185 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
10186 (delete-backward-char): Remove unused variable `ocol'.
10187 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
10188 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
10189 (event-apply-hyper-modifier, event-apply-shift-modifier)
10190 (event-apply-control-modifier, event-apply-meta-modifier):
10191 Mark unused parameters.
10192 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
10193 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
10194
10195 * speedbar.el (speedbar-ignored-directory-expressions)
10196 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
10197 (speedbar-find-file, speedbar-dir-follow)
10198 (speedbar-directory-buttons-follow, speedbar-tag-find)
10199 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
10200 (speedbar-buffers-line-directory, speedbar-buffer-click):
10201 Mark unused parameters.
10202 (speedbar-tag-file): Remove unused variable `mode'.
10203 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
10204
10205 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
10206
10207 * talk.el (talk): Remove unused variable `display'.
10208
10209 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
10210 (tar-write-region-annotate): Mark unused parameter.
10211
10212 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
10213 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
10214 Declare them, wrapped in `with-no-warnings' to avoid replacing one
10215 warning by another.
10216
10217 * time-stamp.el (time-stamp-string-preprocess):
10218 Remove unused variable `require-padding'.
10219
10220 * tree-widget.el (widget-glyph-enable): Declare.
10221 (tree-widget-action): Mark unused parameter.
10222
10223 * w32-fns.el (x-get-selection): Mark unused parameter.
10224 (autoload-make-program, generated-autoload-file): Declare.
10225
10226 * wdired.el (wdired-revert): Mark unused parameters.
10227 (wdired-xcase-word): Remove unused variable `err'.
10228
10229 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
10230 (whitespace-help-scroll): Remove unused variable `data-help'.
10231
10232 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
10233 (widget-image-insert, widget-after-change, default)
10234 (widget-default-format-handler, widget-default-notify)
10235 (widget-default-prompt-value, widget-info-link-action)
10236 (widget-url-link-action, widget-function-link-action)
10237 (widget-variable-link-action, widget-file-link-action)
10238 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
10239 (widget-field-prompt-internal, widget-field-action, widget-field-match)
10240 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
10241 (widget-insert-button-action, widget-delete-button-action, visibility)
10242 (widget-documentation-link-action, widget-documentation-string-action)
10243 (widget-const-prompt-value, widget-regexp-match, symbol)
10244 (widget-coding-system-prompt-value)
10245 (widget-key-sequence-value-to-external, sexp)
10246 (widget-sexp-value-to-internal, character, vector, cons)
10247 (widget-choice-prompt-value, widget-boolean-prompt-value)
10248 (widget-color--choose-action): Mark unused parameters.
10249 (widget-item-match-inline, widget-choice-match-inline)
10250 (widget-checklist-match, widget-checklist-match-inline)
10251 (widget-group-match): Rename parameter VALUES to VALS.
10252 (widget-field-value-set): Remove unused variable `size'.
10253 (widget-color-action): Remove unused variables `value' and `start'.
10254
10255 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 10256 variable `dir'. Doc fix.
06b60517
JB
10257 (windmove-find-other-window): Don't pass it.
10258
10259 * window.el (count-windows): Mark unused parameter.
10260 (bw-adjust-window): Remove unused variable `err'.
10261
10262 * woman.el (woman-file-name): Remove unused variable `default'.
10263 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
10264 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
10265 (global-font-lock-mode): Declare.
10266 (woman-decode-region): Mark unused parameter.
10267 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
10268
10269 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
10270 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
10271 (x-dnd-handle-moz-url): Remove unused variable `title'.
10272 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
10273
10274 * xml.el (xml-parse-tag, xml-parse-attlist):
10275 Remove unused variable `pos'.
10276
bc4f7f3d
GM
102772011-04-19 Glenn Morris <rgm@gnu.org>
10278
10279 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
10280 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
10281 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10282 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
10283 * calendar/cal-html.el (cal-html-insert-minical):
10284 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
10285 (calendar-mark-date-pattern):
10286 Prefix "unused" locals.
10287
10288 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
10289 optional argument `style'.
10290
10291 * calendar/appt.el (appt-make-list):
10292 * calendar/cal-china.el (calendar-chinese-date-string):
10293 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
10294 (diary-hebrew-yahrzeit):
10295 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
10296 * calendar/calendar.el (calendar-generate-window):
10297 * calendar/time-date.el (time-to-days):
10298 Remove unused local variables.
10299
16a43933
CY
103002011-04-18 Chong Yidong <cyd@stupidchicken.com>
10301
10302 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
10303 glyphless-char-display table.
10304 (tabulated-list-glyphless-char-display): New var.
10305
7eed1860
SS
103062011-04-18 Sam Steingold <sds@gnu.org>
10307
10308 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
10309 to acknowledgments.
10310
4d2d1ccd
GM
103112011-04-17 Glenn Morris <rgm@gnu.org>
10312
10313 * calendar/diary-lib.el (diary-sexp-entry):
10314 * calendar/holidays.el (holiday-sexp):
10315 Set debug-on-error rather than the removed stack-trace-on-error.
10316
239da61d
GM
103172011-04-16 Glenn Morris <rgm@gnu.org>
10318
10319 * progmodes/f90.el: Use lexical-binding.
10320 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
10321
8b05752a
SM
103222011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10323
daca8ba5
SM
10324 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
10325 (mail-mode): Setup mailalias completion here instead.
10326 * mail/mailalias.el: Use lexical-binding.
10327 (pattern, mailalias-done): Declare dynamic.
10328 (mail-completion-at-point-function): New function, from mail-complete.
10329 (mail-complete): Use it.
10330 (mail-completion-expand): New function.
10331 (mail-get-names): Use it.
10332 (mail-directory, mail-directory-process, mail-directory-stream):
10333 Don't use `pattern' for lexically bound arg.
10334
6f542485
SM
10335 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
10336
037e7c3f
SM
10337 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
10338 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
10339 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
10340
8b05752a
SM
10341 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
10342 (byte-save-window-excursion, byte-temp-output-buffer-setup)
10343 (byte-interactive-p): Define them again, for use when inlining
10344 old code.
10345
49093f60
JB
103462011-04-15 Juanma Barranquero <lekktu@gmail.com>
10347
10348 * loadup.el: Use `string-to-number', not `string-to-int'.
10349
b5b8e7de
SM
103502011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10351
10352 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
10353 gud-gdb-complete-command.
10354 (gud-gdb-completions): New function, from gud-gdb-complete-command.
10355 (gud-gdb-completion-at-point): New function.
10356 (gud-gdb-completions): Remove.
10357
f42efeb5
MA
103582011-04-14 Michael Albinus <michael.albinus@gmx.de>
10359
49093f60
JB
10360 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
10361 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
10362 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
10363 whether `executable-find' is bound.
f42efeb5
MA
10364
10365 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
10366
e240cc21
SM
103672011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10368
10369 * minibuffer.el (completion-in-region-mode-predicate)
10370 (completion-in-region-mode--predicate): New vars.
10371 (completion-in-region, completion-in-region--postch)
10372 (completion-in-region-mode): Use them.
10373 (completion--capf-wrapper): Also return the hook function.
10374 (completion-at-point, completion-help-at-point):
10375 Adjust and provide a predicate.
c2bd2ab0
SM
10376
10377 Preserve arg names for advice of subr and lexical functions (bug#8457).
10378 * help-fns.el (help-function-arglist): Consolidate the subr and
10379 new-byte-code cases. Add argument `preserve-names' to extract names
10380 from the docstring when needed.
10381 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
10382 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
10383 (ad-arglist): Use help-function-arglist's new arg.
10384 (ad-definition-type): Use cond.
10385
c183f693
JB
103862011-04-13 Juanma Barranquero <lekktu@gmail.com>
10387
06641a47
JB
10388 * autorevert.el (auto-revert-handler):
10389 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
10390 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
10391 Don't quote lambda.
10392
c183f693
JB
10393 * image-mode.el (image-transform-set-scale):
10394 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
10395
1e3b6001
G
103962011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10397
10398 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 10399 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
10400 Upgrades via gnutls-cli are too slow to be done opportunistically.
10401
2d6af8dd
JB
104022011-04-12 Juanma Barranquero <lekktu@gmail.com>
10403
10404 * dframe.el (dframe-current-frame): Remove spurious quote.
10405
c0749a51
GM
104062011-04-12 Glenn Morris <rgm@gnu.org>
10407
088d0d61
GM
10408 * calendar/cal-tex.el (cal-tex-end-document):
10409 Try to automatically use latin1 input if needed.
10410
c0749a51
GM
10411 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
10412 Don't try to cons a mark onto an empty element.
10413
5c90fde0
LL
104142011-04-11 Leo Liu <sdl.web@gmail.com>
10415
10416 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
10417 buffers.
10418 (ido-kill-buffer-at-head): Support killing virtual buffers.
10419
369e974d
CY
104202011-04-10 Chong Yidong <cyd@stupidchicken.com>
10421
10422 * minibuffer.el (completion-show-inline-help): New var.
10423 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
10424 (minibuffer-force-complete, minibuffer-complete-word):
10425 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
10426
10427 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
10428 to avoid interference from inline help (Bug#5849).
10429
37f1c930
LL
104302011-04-10 Leo Liu <sdl.web@gmail.com>
10431
099c39a4
JB
10432 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
10433 Fix typo.
37f1c930 10434
a32d4040
CY
104352011-04-09 Chong Yidong <cyd@stupidchicken.com>
10436
10437 * image-mode.el (image-toggle-display-image): Signal an error if
10438 not in Image mode.
10439 (image-transform-mode, image-transform-resize)
10440 (image-transform-set-rotation): Doc fix.
daca8ba5 10441 (image-transform-set-resize): Delete.
a32d4040
CY
10442 (image-transform-set-scale, image-transform-fit-to-height)
10443 (image-transform-fit-to-width): Handle image-toggle-display-image
10444 and image-transform-resize directly.
10445
099c39a4 104462011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
10447
10448 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
10449 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
10450 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
10451 (doc-view-mode-map): Add bindings for the new functions.
10452
099c39a4 104532011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 10454
4d61f28d 10455 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
10456 Fix typo in docstring.
10457
3726838a
EZ
104582011-04-08 Eli Zaretskii <eliz@gnu.org>
10459
04f33f1e
EZ
10460 * files.el (file-size-human-readable): Produce one digit after
10461 decimal, like "ls -lh" does.
10462
10463 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
10464 the file size representation.
10465
3726838a
EZ
10466 * simple.el (list-processes): If async subprocesses are not
10467 available, error out with a clear error message.
10468
cbb59342
CY
104692011-04-08 Chong Yidong <cyd@stupidchicken.com>
10470
10471 * help.el (help-form-show): New function, to be called from C.
10472 Put help-form output in a buffer named differently than *Help*.
10473
e3971c44
EZ
104742011-04-08 Eli Zaretskii <eliz@gnu.org>
10475
10476 * files.el (file-size-human-readable): New function.
10477
10478 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
10479 computing the representation inline. Don't require `cl'.
10480
12544bbe
GM
104812011-04-08 Glenn Morris <rgm@gnu.org>
10482
a1de6c6a
GM
10483 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
10484
3c4671f4
GM
10485 * net/browse-url.el (browse-url-firefox):
10486 Test system-type, not system-configuration.
10487
b605679c
GM
10488 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
10489 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
10490 Use log-edit-empty-buffer-p. (Bug#7598)
10491
56442f0c
GM
10492 * net/rlogin.el (rlogin-process-connection-type): Simplify.
10493 (rlogin-mode-map): Initialize in the defvar.
10494 (rlogin): Use ignore-errors.
10495
12544bbe
GM
10496 * replace.el (occur-mode-map): Some fixes for menu items.
10497
eb237b0f
AH
104982011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10499
10500 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
10501
7d668f2c
CY
105022011-04-06 Chong Yidong <cyd@stupidchicken.com>
10503
e67a13ab
CY
10504 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
10505 issuing unused warnings.
10506
10507 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
10508 macro directly.
10509
7d668f2c
CY
10510 * simple.el: Lisp reimplement of list-processes. Based on an
10511 earlier reimplementation by Leo Liu, but using tabulated-list.el.
10512 (process-menu-mode): New major mode.
10513 (list-processes--refresh, list-processes):
10514 (process-menu-visit-buffer): New functions.
10515
10516 * files.el (save-buffers-kill-emacs): Don't assume any return
10517 value of list-processes, which is undocumented anyway.
10518
a83ec3c9
CY
105192011-04-06 Chong Yidong <cyd@stupidchicken.com>
10520
10521 * emacs-lisp/tabulated-list.el: New file.
10522
e91a96fe
CY
10523 * emacs-lisp/package.el: Use Tabulated List mode.
10524 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
10525 (package-menu-mode): Derive from tabulated-list-mode. Set up the
10526 table format using Tabulated List mode variables.
10527 (package--push): New macro, replacing package-list-maybe-add.
10528 (package-menu--generate): Use package--push. Renamed from
10529 package--generate-package-list.
10530 (package-menu-refresh, list-packages): Use it.
daca8ba5 10531 (package-menu--print-info): Rename from package-print-package.
e91a96fe 10532 Return insertion data instead of inserting it directly.
099c39a4
JB
10533 (package-menu-describe-package, package-menu-execute):
10534 Use tabulated-list-get-id.
e91a96fe
CY
10535 (package-menu-mark-delete, package-menu-mark-install)
10536 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
10537 (package-menu-mark-obsolete-for-deletion):
10538 Use tabulated-list-put-tag.
e91a96fe
CY
10539 (package--list-packages, package-menu-revert)
10540 (package-menu-get-package, package-menu-get-version)
10541 (package-menu-sort-by-column): Functions deleted.
10542 (package-menu-package-list, package-menu-sort-key): Vars deleted.
10543 (package-menu--status-predicate, package-menu--version-predicate)
10544 (package-menu--name-predicate)
10545 (package-menu--description-predicate): Handle arguments in the
10546 Tabulated List format.
10547 (package-list-packages-no-fetch): Call list-packages.
10548
3e214b50
JB
105492011-04-06 Juanma Barranquero <lekktu@gmail.com>
10550
10551 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 10552 (after-find-file): Don't bind it.
3e214b50
JB
10553 (revert-buffer-in-progress-p): New variable.
10554 (revert-buffer): Bind it.
10555 Pass nil for `after-find-file-from-revert-buffer'.
10556
10557 * saveplace.el (save-place-find-file-hook): Use new variable
10558 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
10559
3f0f1700
GM
105602011-04-06 Glenn Morris <rgm@gnu.org>
10561
c0274801
GM
10562 * Makefile.in (AUTOGEN_VCS): New variable.
10563 (autoloads): Use $AUTOGEN_VCS.
10564
3f0f1700
GM
10565 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
10566 * calendar/calendar.el (calendar-mode-map):
10567 Check for toolkit scroll bars. (Bug#8305)
10568
41ea9e48
CY
105692011-04-05 Chong Yidong <cyd@stupidchicken.com>
10570
10571 * minibuffer.el (completion-in-region--postch)
10572 (completion-in-region-mode): Remove unnecessary messages.
10573
6194c800
JB
105742011-04-05 Juanma Barranquero <lekktu@gmail.com>
10575
33256f14
JB
10576 * font-lock.el (font-lock-refresh-defaults):
10577 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
10578 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
10579
6194c800
JB
10580 * info.el (Info-directory-list, Info-read-node-name-2)
10581 (Info-split-parameter-string): Doc fixes.
10582 (Info-virtual-nodes): Reflow docstring.
10583 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
10584 (Info-apropos-toc-nodes, info-finder, Info-get-token)
10585 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
10586 Fix typos in docstrings.
10587 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
10588 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
10589 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
10590 (Info-restore-desktop-buffer): Mark unused parameters.
10591 (Info-directory-find-file, Info-directory-find-node)
10592 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
10593 (Info-virtual-index-find-node, Info-apropos-find-file)
10594 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 10595 Mark unused parameters; fix typos in docstrings.
6194c800
JB
10596 (Info-virtual-index): Remove unused local variable `nodename'.
10597
b87a8200 105982011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 10599
b87a8200
DD
10600 * net/rcirc.el: Update my e-mail address.
10601 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 10602
3b2ff876
CY
106032011-04-05 Chong Yidong <cyd@stupidchicken.com>
10604
10605 * startup.el (command-line): Save the cursor's theme-face
10606 directly, instead of using face-override-spec.
10607
10608 * custom.el (load-theme): Minor optimization in assigning faces.
10609
8d17e7ca
JB
106102011-04-04 Juanma Barranquero <lekktu@gmail.com>
10611
10612 * help-fns.el (describe-variable): Complete all variables having
10613 documentation, including keywords.
10614 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
10615
2fbc1934
JB
106162011-04-04 Juanma Barranquero <lekktu@gmail.com>
10617
10618 Convert to lexical-binding.
10619
10620 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
10621 (bs--get-marked-string, bs--get-modified-string)
10622 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
10623 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
10624 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
10625
10626 * ehelp.el (electric-help-execute-extended)
10627 (electric-help-ctrl-x-prefix):
10628 * hexl.el (hexl-revert-buffer-function):
10629 * linum.el (linum-after-change, linum-after-scroll):
10630 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
10631
10632 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
10633
74f50695
DU
106342011-04-04 Daiki Ueno <ueno@unixuser.org>
10635
10636 * epa-dired.el:
10637 * epa-mail.el:
10638 * epa-hook.el:
10639 * epa-file.el:
10640 * epa.el:
10641 * epg.el: Use lexical binding.
10642
c11325f7
CY
106432011-04-03 Chong Yidong <cyd@stupidchicken.com>
10644
0d9e9a12
CY
10645 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
10646
c11325f7 10647 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
10648 dictionary case for flyspell-mark-duplications-exceptions.
10649 Use regexp matching for languages.
c11325f7
CY
10650 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
10651 default dictionary (Bug#7926).
10652
da91b5f2
CY
106532011-04-02 Chong Yidong <cyd@stupidchicken.com>
10654
099c39a4
JB
10655 * emacs-lisp/package.el (package--with-work-buffer):
10656 Recognize https URLs.
da91b5f2 10657
099c39a4
JB
10658 * net/network-stream.el: Move from gnus/proto-stream.el.
10659 Change prefix to network-stream throughout.
da91b5f2
CY
10660 (open-protocol-stream): Merge into open-network-stream, leaving
10661 open-protocol-stream as an alias. Handle nil BUFFER args.
10662
10663 * subr.el (open-network-stream): Move to net/network-stream.el.
10664
afa8e9f6
GM
106652011-04-02 Glenn Morris <rgm@gnu.org>
10666
1d2e369d
GM
10667 * find-dired.el (find-exec-terminator): New option.
10668 (find-ls-option): Test for -ls support.
10669 (find-ls-subdir-switches): Test for -b in find-ls-option.
10670 (find-dired, find-grep-dired): Doc fixes.
10671 (find-dired): Use find-exec-terminator.
10672
8abb7da8 10673 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
10674 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
10675 (find-name-arg): Remove purecopy.
8abb7da8 10676
f3ca7378
GM
10677 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
10678 (grep-compute-defaults): Check for `-exec COMMAND +' support.
10679 Set grep-find-use-xargs, grep-find-command, and grep-find-template
10680 accordingly. Don't add the null-device if not needed.
10681
afa8e9f6
GM
10682 * files.el (save-some-buffers): Doc fix.
10683
35eae264
EZ
106842011-04-02 Eli Zaretskii <eliz@gnu.org>
10685
10686 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
10687
26b51db5
JB
106882011-04-01 Juanma Barranquero <lekktu@gmail.com>
10689
10690 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
10691 Use `dolist' rather than `mapcar'.
10692
7200d79c
SM
106932011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
10694
03408648 10695 Add lexical binding.
7200d79c 10696
03408648
SM
10697 * subr.el (apply-partially): Use new closures rather than CL.
10698 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
10699 (dolist, dotimes): Use slightly different expansion for lexical code.
10700 (functionp): Move to C.
10701 (letrec): New macro.
10702 (with-wrapper-hook): Use it and apply-partially instead of CL.
10703 (eval-after-load): Preserve lexical-binding.
10704 (save-window-excursion, with-output-to-temp-buffer): Turn them
10705 into macros.
7200d79c 10706
03408648
SM
10707 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
10708
10709 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
10710 than the arglist.
10711 (help-add-fundoc-usage): Don't add `Not documented'.
10712 (help-function-arglist): Handle closures, subroutines, and new
10713 byte-code-functions.
10714 (help-make-usage): Remove leading underscores.
10715 (describe-function-1): Handle closures.
10716 (describe-variable): Use special-variable-p for completion.
10717
10718 * files.el (lexical-binding): Declare safe.
f488fb65 10719
03408648
SM
10720 * emacs-lisp/pcase.el: Don't use destructuring-bind.
10721 (pcase--memoize): Rename from pcase-memoize. Change weakness.
10722 (pcase): Add `let' pattern.
10723 Change memoization so it actually works.
10724 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
10725 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
10726 <let>: New case.
f488fb65 10727
03408648
SM
10728 * emacs-lisp/macroexp.el: Use lexical binding.
10729 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
10730 Don't convert ' to #' without checking that it's indeed quoting
10731 a lambda.
10732
10733 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 10734 Use eval-sexp-add-defvars.
03408648
SM
10735 (eval-sexp-add-defvars): New fun.
10736
10737 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
10738
10739 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
10740 Don't autoload.
10741 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
10742 than the internal `byte-compile-lambda'.
10743 (defmethod): Don't hide code under quotes.
10744 (eieio-defmethod): New `code' argument.
10745
10746 * emacs-lisp/eieio-comp.el: Remove.
10747
10748 * emacs-lisp/edebug.el (edebug-eval-defun)
10749 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
10750 (edebug-toggle): Avoid `eval'.
10751
10752 * emacs-lisp/disass.el (disassemble-internal): Handle new
10753 `closure' objects.
10754 (disassemble-1): Handle new byte codes.
10755
10756 * emacs-lisp/cl.el (pushnew): Silence warning.
10757
10758 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
10759 (cl-byte-compile-throw): Remove.
10760 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
10761
10762 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
10763 closures.
10764
10765 * emacs-lisp/cconv.el: New file.
10766
10767 * emacs-lisp/bytecomp.el: Use lexical binding instead of
10768 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
10769 (byte-compile-initial-macro-environment):
10770 Handle declare-function here.
10771 (byte-compile--lexical-environment): New var.
10772 (byte-stack-ref, byte-stack-set, byte-discardN)
10773 (byte-discardN-preserve-tos): New lap codes.
10774 (byte-interactive-p): Don't use any more.
10775 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
10776 New macros.
10777 (byte-compile-lapcode): Use them and handle new lap codes.
10778 (byte-compile-obsolete): Remove.
10779 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
10780 (byte-compile-arglist-warn): Check late def of inlinable funs.
10781 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
10782 since they should have been expanded by now.
10783 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
10784 (byte-compile-from-buffer): Remove unused second arg.
10785 (byte-compile-preprocess): New function.
10786 (byte-compile-toplevel-file-form): New function to distinguish
10787 file-form calls from outside from file-form calls from hunk-handlers.
10788 (byte-compile-file-form): Simplify.
10789 (byte-compile-file-form-defsubst): Remove.
10790 (byte-compile-file-form-defmumble): Simplify now that
10791 byte-compile-lambda always returns a byte-code-function.
10792 (byte-compile): Preprocess.
10793 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
10794 Remove, not used any more.
10795 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
10796 (byte-compile-make-args-desc): New funs.
10797 (byte-compile-lambda): Handle lexical functions. Always return
10798 a byte-code-function.
10799 (byte-compile-reserved-constants): New var, to make up room for
10800 closed-over variables.
10801 (byte-compile-constants-vector): Obey it.
10802 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
10803 (byte-compile-macroexpand-declare-function): New function.
10804 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
10805 byte-code-functions.
10806 (byte-compile-form): Check obsolescence here.
10807 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
10808 (byte-compile-variable-ref): Remove.
10809 (byte-compile-dynamic-variable-op): New fun.
10810 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
10811 (byte-compile-variable-set): New funs.
10812 (byte-compile-discard): Add 2 args.
10813 (byte-compile-stack-ref, byte-compile-stack-set)
10814 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
10815 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
10816 macroexpand-all instead.
10817 (byte-compile-quote-form): Remove.
10818 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
10819 (byte-compile-bind, byte-compile-unbind): New funs.
10820 (byte-compile-let): Handle let* and lexical binding.
10821 (byte-compile-let*): Remove.
10822 (byte-compile-catch, byte-compile-unwind-protect)
10823 (byte-compile-track-mouse, byte-compile-condition-case):
10824 Handle a new :fun-body form, used for lexical scoping.
10825 (byte-compile-save-window-excursion)
10826 (byte-compile-with-output-to-temp-buffer): Remove.
10827 (byte-compile-defun): Simplify.
10828 (byte-compile-stack-adjustment): New fun.
10829 (byte-compile-out): Use it.
10830 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
10831
10832 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
10833 handler any more.
10834
10835 * emacs-lisp/byte-opt.el: Use lexical binding.
10836 (byte-inline-lapcode): Remove (to bytecomp).
10837 (byte-compile-inline-expand): Pay attention to inlining to/from
10838 lexically bound code.
10839 (byte-compile-unfold-lambda): Don't handle byte-code-functions
10840 any more.
10841 (byte-optimize-form-code-walker): Don't handle save-window-excursion
10842 any more and don't call compiler-macros.
10843 (byte-compile-splice-in-already-compiled-code): Remove.
10844 (byte-code): Don't inline any more.
10845 (disassemble-offset): Receive `bytes' as argument rather than via
10846 dynamic scoping.
10847 (byte-compile-tag-number): Declare before first use.
10848 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
10849 `return' even if make-spliceable.
10850 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
10851 obsolete interactive-p.
10852 (byte-optimize-lapcode): Optimize new lap-codes.
10853 Don't trip up on new form of `byte-constant' lap code.
10854
10855 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
10856
10857 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
10858
10859 * custom.el (custom-initialize-default, custom-declare-variable):
10860 Use `defvar'.
10861
10862 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
10863 New variables.
10864 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
10865 (COMPILE_FIRST): Add macroexp and cconv.
10866 * makefile.w32-in: Mirror changes in Makefile.in.
10867
10868 * vc/cvs-status.el:
10869 * vc/diff-mode.el:
10870 * vc/log-edit.el:
10871 * vc/log-view.el:
10872 * vc/smerge-mode.el:
10873 * textmodes/bibtex-style.el:
10874 * textmodes/css.el:
10875 * startup.el:
10876 * uniquify.el:
da91b5f2
CY
10877 * minibuffer.el:
10878 * newcomment.el:
10879 * reveal.el:
10880 * server.el:
10881 * mpc.el:
10882 * emacs-lisp/smie.el:
10883 * doc-view.el:
10884 * dired.el:
03408648
SM
10885 * abbrev.el: Use lexical binding.
10886
0f0c1f27
EZ
108872011-04-01 Eli Zaretskii <eliz@gnu.org>
10888
10889 * info.el (info-display-manual): New function.
10890
c82b2579
SM
108912011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
10892
10893 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
10894
221ddf68
TH
108952011-03-31 Tassilo Horn <tassilo@member.fsf.org>
10896
10897 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 10898 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 10899
cba6e77e
GM
109002011-03-31 Glenn Morris <rgm@gnu.org>
10901
e040639f
GM
10902 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
10903
cba6e77e
GM
10904 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
10905
6d0f1c9e
CS
109062011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
10907
10908 * progmodes/python.el (python-default-interpreter)
10909 (python-python-command-args, python-jython-command-args)
10910 (python-which-shell, python-which-args, python-which-bufname)
10911 (python-file-queue, python-comint-output-filter-function)
10912 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
10913 variables and functions.
10914
3e2d70fd
SM
109152011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
10916
10917 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
10918 (completion-in-region-mode): New minor mode.
10919 (completion-in-region): Use it.
10920 (completion-in-region--data, completion-in-region-mode-map): New vars.
10921 (completion-in-region--postch): New function.
10922 (completion--capf-misbehave-funs, completion--capf-safe-funs):
10923 New vars.
10924 (completion--capf-wrapper): New function.
10925 (completion-at-point): Use it to track well-behavedness of
10926 hook functions.
10927 (completion-help-at-point): New command.
10928
f3e4086c
JM
109292011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
10930
10931 * vc/add-log.el (add-change-log-entry): Don't use whitespace
10932 syntax class to search for whitespace on a single line
10933 (Message-ID: <4D938140.4030905@redhat.com>).
10934
eb7ffc14
LL
109352011-03-30 Leo Liu <sdl.web@gmail.com>
10936
10937 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
10938 New commands.
10939 (edit-abbrevs-map): Bind them here.
10940 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
10941
d806ab68
KM
109422011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
10943
10944 * allout.el (allout-hide-by-annotation, allout-flag-region):
10945 Reduce possibility of overlay leakage by making them volatile.
10946
10947 * allout-widgets.el (allout-widgets-tally): Define as nil so the
10948 hash is not shared between buffers. Mode initialization is
10949 responsible for giving it a useful starting value.
10950 (allout-item-span): Reduce possibility of overlay leakage by
10951 making them volatile.
10952 (allout-widgets-count-buttons-in-region): Add diagnostic function
10953 for tracking down button overlay leaks.
10954
ea622834
LL
109552011-03-29 Leo Liu <sdl.web@gmail.com>
10956
10957 * ido.el (ido-read-internal): Use the default history var
10958 minibuffer-history if no HISTORY is specified.
10959
b62f8267
G
109602011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
10961
03408648
SM
10962 * net/imap.el (imap-shell-open, imap-process-connection-type):
10963 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
10964 Kerberos, SSL, other subprocesses.
10965
947b6566
LL
109662011-03-28 Leo Liu <sdl.web@gmail.com>
10967
10968 * abbrev.el (abbrev-table-empty-p): New function.
10969 (prepare-abbrev-list-buffer): Place empty abbrev tables after
10970 nonempty ones. (Bug#5937)
10971
5ffb62aa
JD
109722011-03-27 Jan Djärv <jan.h.d@swipnet.se>
10973
10974 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
10975
7a097943
LL
109762011-03-27 Leo Liu <sdl.web@gmail.com>
10977
10978 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
10979 for foreground and background colors.
10980 (ansi-color-make-color-map): Adapt.
10981
c5b40130
LL
109822011-03-25 Leo Liu <sdl.web@gmail.com>
10983
1f48f7d2
LL
10984 * midnight.el (midnight-time-float): Remove. Note it calculates
10985 the microsecond component incorrectly and seconds-to-time does the
10986 same job.
625897ec 10987 Remove redundant (require 'timer).
1f48f7d2 10988
c5b40130
LL
10989 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
10990 (ido-completions): Remove unused arguments. (Bug#8329)
10991
d86d2721
SM
109922011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10993
10994 * minibuffer.el (completion--flush-all-sorted-completions):
10995 Remove itself from hook.
10996 (completion-at-point): Let the functions perform the completion
10997 immediately and return nil or t.
10998 * comint.el (comint-dynamic-complete-functions): Now identical to
10999 completion-at-point-functions.
11000 (comint-dynamic-list-input-ring): Remove unused var `index'.
11001 (comint--match-partial-filename, comint--unquote&expand-filename):
11002 New funs, split from comint-match-partial-filename.
11003 (comint-dynamic-complete): Use completion-at-point.
11004 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
11005
e8974c48
DA
110062011-03-24 Drew Adams <drew.adams@oracle.com>
11007
11008 * thingatpt.el: Support `defun'.
11009
def71b5e
LL
110102011-03-23 Leo Liu <sdl.web@gmail.com>
11011
cb5af48e
LL
11012 * abbrevlist.el: Move to obsolete/abbrevlist.el.
11013
def71b5e
LL
11014 * help-mode.el (help-mode-finish): Tweak regexp.
11015
927c53e7
GM
110162011-03-23 Glenn Morris <rgm@gnu.org>
11017
18d05bed
GM
11018 * eshell/esh-opt.el (eshell-eval-using-options):
11019 Do not bind unused local variable `eshell-option-stub'.
11020
927c53e7
GM
11021 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
11022
9d0da923
JB
110232011-03-22 Juanma Barranquero <lekktu@gmail.com>
11024
11025 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
11026 keymap variable in `with-no-warnings' to avoid a warning when the
11027 keymap has been already `defconst'ed.
11028
4b978a67
LL
110292011-03-22 Leo Liu <sdl.web@gmail.com>
11030
11031 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
11032 encode all chars in abbrevs; otherwise use emacs-mule or
11033 utf-8-emacs. (Bug#8308)
11034
5fd62452
JB
110352011-03-22 Juanma Barranquero <lekktu@gmail.com>
11036
0b1596c6
JB
11037 * simple.el (backward-delete-char-untabify):
11038 Avoid warning about using `delete-backward-char'.
11039
5fd62452
JB
11040 * image.el (image-type-file-name-regexps): Make it variable.
11041 `imagemagick-register-types' modifies it, and the user may want
11042 to add new extensions for known image types.
11043 (imagemagick-register-types): Throw error if not using ImageMagick.
11044
0b4e93f1
LL
110452011-03-22 Leo Liu <sdl.web@gmail.com>
11046
11047 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
11048 located before rcirc-prompt-end-marker.
11049 (rcirc-complete): Error if point is not after rcirc prompt.
11050 Handle the case when table is nil.
9882e214 11051 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 11052
fccee4ab
CY
110532011-03-22 Chong Yidong <cyd@stupidchicken.com>
11054
11055 * custom.el (custom--inhibit-theme-enable): Make it affect only
11056 custom-theme-set-variables and custom-theme-set-faces.
11057 (provide-theme): Ignore custom--inhibit-theme-enable.
11058 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
11059 (custom-enabling-themes): Delete variable.
d86d2721
SM
11060 (enable-theme): Accept only loaded themes as arguments.
11061 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
11062 (custom-enabled-themes): Forbid themes from setting this.
11063 Eliminate use of custom-enabling-themes.
11064 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 11065
af896da6
LL
110662011-03-21 Leo Liu <sdl.web@gmail.com>
11067
11068 * ido.el (ido-read-internal): Add ido-selected to history instead
11069 of user input.
11070
78f64af0
SM
110712011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
11072
11073 * subr.el (deferred-action-list, deferred-action-function):
11074 Mark obsolete.
11075
b16ac1ec
LL
110762011-03-21 Leo Liu <sdl.web@gmail.com>
11077
810f7698
LL
11078 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
11079 change on 2011-02-13 (bug#8309).
11080
b16ac1ec
LL
11081 * minibuffer.el (read-file-name-function): Change default value.
11082 (read-file-name--defaults): Rename from read-file-name-defaults.
11083 (read-file-name-default): Rename from read-file-name.
11084 (read-file-name): Call read-file-name-function.
11085
4e05e67e
GM
110862011-03-21 Glenn Morris <rgm@gnu.org>
11087
11088 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
11089 Doc fixes.
11090
4359915b
CY
110912011-03-21 Chong Yidong <cyd@stupidchicken.com>
11092
11093 * cus-theme.el: Add missing provide statement.
11094 (customize-create-theme): Extract theme value correctly.
11095 (custom-theme-visit-theme): Autoload.
11096 (customize-create-theme): Prompt before inserting default faces.
11097
1fe275ee
JB
110982011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
11099
11100 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
11101 units and musical notes.
11102
cd394be1 111032011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
11104
11105 * ido.el (ido-read-internal): Use completing-read-default.
11106 (ido-completing-read): Fix compatibility with completing-read.
11107
7d476bde
CO
111082011-03-20 Christian Ohler <ohler@gnu.org>
11109
11110 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
11111 (ert-delete-all-tests): Use `called-interactively-p' rather than
11112 `interactive-p'.
11113 (ert--make-xrefs-region): Respect END.
11114
fe0fb33e
CY
111152011-03-19 Chong Yidong <cyd@stupidchicken.com>
11116
ff854b0b
CY
11117 * dired-aux.el (dired-create-directory): Signal an error if the
11118 directory already exists (Bug#8246).
11119
fe0fb33e
CY
11120 * facemenu.el (list-colors-display): Call list-faces-display
11121 inside with-help-window.
11122 (list-colors-print): Use display property to align the final
11123 column, instead of checking window-width.
11124
576bce32
EZ
111252011-03-19 Eli Zaretskii <eliz@gnu.org>
11126
4d61f28d 11127 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
11128 windows-nt systems.
11129 (emerge-protect-metachars): Quote correctly for ms-dos and
11130 windows-nt systems.
11131
89c41d68 111322011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
11133
11134 * info.el (info-initialize): Replace all uses of `:' with
11135 path-separator for compatibility with non-Unix systems.
11136 Cache quoting of path-separator. (Bug#8258)
11137
b14e3e21 111382011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
11139
11140 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
11141 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
11142 (mouse-avoidance-mode): Fix typos in docstrings.
11143
4525ce3e
CY
111442011-03-19 Chong Yidong <cyd@stupidchicken.com>
11145
11146 * startup.el (package-subdirectory-regexp): Move from package.el.
11147 Omit \\` and \\', and let callers add them.
11148
11149 * emacs-lisp/package.el (package-strip-version)
11150 (package-load-all-descriptors): Add \\` and \\' to
11151 package-subdirectory-regexp before using it.
11152 (package-untar-buffer): New arg DIR; ensure that file untars only
11153 into this expected directory. Remove superfluous delete-region.
11154 (package-unpack): Caller changed.
11155 (package-tar-file-info): Use package-subdirectory-regexp.
11156
a904a09a 111572011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 11158
a904a09a
SM
11159 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
11160 diff-mode-shared-map (bug#8284).
11161 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
11162
111632011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11164
11165 * calendar/time-date.el (format-seconds): Use assoc instead of
11166 assoc-string, since assoc-string doesn't exist in XEmacs.
11167
171fc304
JB
111682011-03-17 Juanma Barranquero <lekktu@gmail.com>
11169
11170 * custom.el (custom-known-themes): Reflow docstring.
11171 (custom-theme-load-path): Fix typo in docstring.
11172 (load-theme): Fix typo in error message.
11173 (custom-available-themes, custom-variable-theme-value):
11174 Use `let', not `let*'.
11175
d71990a1
JB
111762011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
11177
11178 * calc/README: Mention inclusion of musical notes.
11179
11180 * calc/calc-units.el (calc-lu-quant): Rename from
11181 `calc-logunits-quantity'.
11182 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
11183 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
11184 (calc-db): Rename from `calc-dblevel'.
11185 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
11186 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
11187 (calc-np): Rename from `calc-nplevel'.
11188 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
11189 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
11190 (calc-lu-plus): Rename from `calc-logunits-add'.
11191 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
11192 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
11193 (calc-lu-minus): Rename from `calc-logunits-sub'.
11194 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
11195 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
11196 (calc-lu-times): Rename from `calc-logunits-mul'.
11197 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
11198 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
11199 (calc-lu-divide): Rename from `calc-logunits-div'.
11200 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
11201 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
11202
11203 * calc/calc-ext.el (calc-init-extensions): Update the names of the
11204 functions being autoloaded.
11205
11206 * calc/calc.el (calc-lu-power-reference): Rename from
11207 `calc-logunits-power-reference'.
11208 (calc-lu-field-reference): Rename from
11209 `calc-logunits-field-reference'.
11210
7a71b18d
GM
11211 * calc/calc-help.el (calc-l-prefix-help):
11212 Mention musical note functions.
d71990a1 11213
40c2934b
SM
112142011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
11215
11216 * minibuffer.el (completion-all-sorted-completions):
11217 Use :completion-cycle-penalty text property if present.
11218
b0911414
KM
112192011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
11220
11221 * allout.el (allout-yank-processing): Adjust for new rebulleting
11222 regime so bullet being yanked is used without prompting the user
11223 for a choice.
11224
8a05b668
JB
112252011-03-16 Juanma Barranquero <lekktu@gmail.com>
11226
11227 * startup.el (command-line): Warn the user that _emacs is deprecated.
11228
5ba5fb81
JB
112292011-03-16 Juanma Barranquero <lekktu@gmail.com>
11230
11231 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
11232 (delphi-verbose, delphi-comment-face, delphi-string-face)
11233 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
11234 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
11235 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
11236 (delphi-new-comment-line, delphi-font-lock-defaults)
11237 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
11238 Fix typos in docstrings.
11239
2dab465b
KM
112402011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
11241
5ba5fb81 11242 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
11243 Invert the roles of character and string values for INSTEAD, so a
11244 string is used for the more common case of a defaulting prompt.
11245
0adf5618
SM
112462011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11247
11248 * progmodes/ruby-mode.el (ruby-backward-sexp):
11249 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
11250 * play/gamegrid.el (gamegrid-make-face):
11251 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
11252 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
11253 * notifications.el (notifications-notify):
11254 * net/xesam.el (xesam-search-engines):
11255 * net/quickurl.el (quickurl-list-insert):
11256 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
11257
d72700e5
CY
112582011-03-15 Chong Yidong <cyd@stupidchicken.com>
11259
11260 * startup.el (command-line): Update package subdirectory regexp.
11261
49c5410a
SM
112622011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11263
c6eee9aa
SM
11264 * allout.el (allout-abbreviate-flattened-numbering)
11265 (allout-mode-deactivate-hook): Fix up obsolescence "date".
11266
49c5410a
SM
11267 * subr.el (read-char-choice): Only show the cursor after the prompt,
11268 not after the answer.
11269
047b2bb9
KR
112702011-03-15 Kevin Ryde <user42@zip.com.au>
11271
11272 * help-fns.el (variable-at-point): Skip leading quotes, if any
11273 (bug#8253).
11274
0a57d256
SM
112752011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11276
11277 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
11278 warning message.
11279
77c992bc
MA
112802011-03-14 Michael Albinus <michael.albinus@gmx.de>
11281
11282 * shell.el (shell): When called interactively, offer to change the
11283 shell file name on remote hosts.
11284
eebc475d
TZ
112852011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
11286
11287 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
11288 integration for LDAP parameters. The host, base, user or binddn,
11289 and secret tokens can be specified in a netrc file, for instance.
11290 This is optional because an `auth-source' parameter must be
11291 specified in the search attributes.
11292
9d05d1ba
JB
112932011-03-13 Juanma Barranquero <lekktu@gmail.com>
11294
11295 * help.el (describe-mode): Link to the mode's definition (bug#8185).
11296
09d9db2c
GM
112972011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11298
11299 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
11300 into declaration. Remove redundant and harmful binding.
11301
113022011-03-12 Eli Zaretskii <eliz@gnu.org>
11303
11304 * files.el (file-ownership-preserved-p): Pass `integer' as an
11305 explicit 2nd argument to `file-attributes'. If the file's owner
11306 is the Administrators group on Windows, and the current user is
11307 Administrator, consider that a match.
11308
11309 * server.el (server-ensure-safe-dir): Consider server directory
11310 safe on MS-Windows if its owner is the Administrators group while
11311 the current Emacs user is Administrator. Use `=' to compare
11312 numerical UIDs, since they could be integers or floats.
11313
219bd536
JB
113142011-03-12 Juanma Barranquero <lekktu@gmail.com>
11315
11316 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
11317
f3afd36b
MA
113182011-03-12 Michael Albinus <michael.albinus@gmx.de>
11319
11320 Sync with Tramp 2.2.1.
11321
11322 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
11323
11324 * net/trampver.el: Update release number.
11325
3aaaa6f1
SM
113262011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11327
94642599
SM
11328 * progmodes/compile.el (compilation--previous-directory): Fix up
11329 various nil/dead-marker mismatches (bug#8014).
11330 (compilation-directory-properties, compilation-error-properties):
11331 Don't call it at a position past the one we're about to change.
11332
3aaaa6f1
SM
11333 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
11334 Disable obsolescence warnings in the file that declares it.
11335
14239447
KM
113362011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
11337
099c39a4
JB
11338 * allout-widgets.el (allout-widgets-tally):
11339 Initialize allout-widgets-tally as a hash table rather than nil to
11340 prevent mode-line redisplay warnings. Also, clarify the module
11341 description and fix a comment typo.
14239447 11342
135e287c
JB
113432011-03-11 Juanma Barranquero <lekktu@gmail.com>
11344
11345 * help-fns.el (describe-variable): Don't complete keywords.
11346 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
11347
ffbf300e
CY
113482011-03-10 Chong Yidong <cyd@stupidchicken.com>
11349
ba08b241
CY
11350 * emacs-lisp/package.el (package-version-join): Impose a standard
11351 string representation for pre/alpha/beta version lists.
11352 (package-unpack-single): Standardize the directory name by passing
11353 it through package-version-join.
11354 (package-strip-rcs-id): Accept any version string that does not
11355 signal an error in version-to-list.
ffbf300e 11356
f346fd6b
MA
113572011-03-10 Michael Albinus <michael.albinus@gmx.de>
11358
11359 * simple.el (delete-trailing-whitespace): Return nil for the
11360 benefit of `write-file-functions'.
11361
ccb55d27
GM
113622011-03-10 Glenn Morris <rgm@gnu.org>
11363
5ceaac0c
GM
11364 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
11365
02da65ff
GM
11366 * vc/vc-git.el (vc-git-program): New option.
11367 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
11368 (vc-git--call): Use it.
11369
b2f603cc
GM
11370 * eshell/esh-util.el (eshell-condition-case): Doc fix.
11371
5772caab
GM
11372 * cus-edit.el (Custom-newline): If no button at point, look
11373 for a subgroup button at start-of-line. (Bug#2298)
11374
ccb55d27
GM
11375 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
11376
ec6ecaed
JD
113772011-03-10 Julien Danjou <julien@danjou.info>
11378
11379 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
11380 `cursor-type' is nil.
11381
9d5aa01d
JB
113822011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
11383
11384 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
11385
b6a5875b
KM
113862011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
11387
7a71b18d 11388 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
11389 preserves the existing header prefix, rebulleting it if necessary,
11390 rather than replacing it. This is necessary for proper operation
11391 of cooperative addons like allout-widgets.
1154d12e
JB
11392 (allout-make-topic-prefix, allout-rebullet-heading):
11393 Change SOLICIT arg to INSTEAD, and interpret additionally a string
11394 value as alternate bullet to be used, instead of prompting the user
11395 for a bullet character.
b6a5875b 11396
ee545c35
MA
113972011-03-09 Michael Albinus <michael.albinus@gmx.de>
11398
d86d2721
SM
11399 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11400 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
11401 `tramp-default-port'.
11402
c47971d7
DD
114032011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
11404
11405 * net/rcirc.el (rcirc-handler-001): Remove useless
11406 with-rcirc-process-buffer.
11407 (rcirc-check-auth-status): Swap arguments to string-match.
11408
13522cb4
GM
114092011-03-09 Glenn Morris <rgm@gnu.org>
11410
0be6f4f1
GM
11411 * shell.el (shell-mode):
11412 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
11413
13522cb4
GM
11414 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
11415 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
11416
515de2e3
CY
114172011-03-08 Chong Yidong <cyd@stupidchicken.com>
11418
11419 * emacs-lisp/package.el (package-refresh-contents)
11420 (package-menu-execute): Use condition-case-no-debug.
11421
b511b994
MA
114222011-03-08 Michael Albinus <michael.albinus@gmx.de>
11423
11424 * simple.el (shell-command-to-string): Use `process-file'.
11425
11426 * emacs-lisp/package.el (package-tar-file-info): Handle also
11427 remote files.
11428
d86d2721
SM
11429 * emacs-lisp/package-x.el (package-upload-buffer-internal):
11430 Use `equal' for upload base check.
b511b994 11431
25bbfb31
AM
114322011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
11433
11434 * textmodes/texinfo.el (texinfo-environments):
11435 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
11436
be996521
GM
114372011-03-08 Glenn Morris <rgm@gnu.org>
11438
e9c8529f
GM
11439 * cus-start.el (cursor-in-non-selected-windows):
11440 Fix :set quoting oddness. (Bug#8192)
11441
be996521
GM
11442 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
11443 in some setf expressions. (Bug#2159)
11444
2bb5649e
CY
114452011-03-08 Chong Yidong <cyd@stupidchicken.com>
11446
11447 * custom.el (custom-available-themes): Return themes in
11448 alphabetical order.
11449
33383987 11450See ChangeLog.15 for earlier changes.
e3d51b27
MR
11451
11452;; Local Variables:
11453;; coding: utf-8
e3d51b27
MR
11454;; End:
11455
acaf905b 11456 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
11457
11458 This file is part of GNU Emacs.
11459
11460 GNU Emacs is free software: you can redistribute it and/or modify
11461 it under the terms of the GNU General Public License as published by
11462 the Free Software Foundation, either version 3 of the License, or
11463 (at your option) any later version.
11464
11465 GNU Emacs is distributed in the hope that it will be useful,
11466 but WITHOUT ANY WARRANTY; without even the implied warranty of
11467 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11468 GNU General Public License for more details.
11469
11470 You should have received a copy of the GNU General Public License
11471 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.