Bump version to 24.0.93.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
ea162670
CY
12012-01-29 Chong Yidong <cyd@gnu.org>
2
5b95ee8a
CY
3 * frame.el (window-system-default-frame-alist): Doc fix.
4
ea162670
CY
5 * dynamic-setting.el (font-setting-change-default-font): Don't
6 change the default face if SET-FONT argument is non-nil (Bug#9982).
7
d6e6f4b1
SB
82012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
9
10 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
11
0f29fa41 122012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
13
14 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
15 breakpoints in files outside current directory (Bug#6098).
16
db174434
CY
172012-01-29 Chong Yidong <cyd@gnu.org>
18
6b25e4e2
SE
19 * progmodes/python.el: Require ansi-color at top-level.
20
db174434
CY
21 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table): Define
22 and use in Emacs Lisp mode (Bug#9360).
23 (lisp-mode-abbrev-table): Add doc.
24 (lisp-mode-variables): Don't set local-abbrev-table.
25 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
26
e70ee681
RW
272012-01-28 Roland Winkler <winkler@gnu.org>
28
29 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
30
ace88aa2
RW
312012-01-28 Roland Winkler <winkler@gnu.org>
32
33 * textmodes/bibtex.el (bibtex-entry-alist): New function.
34 (bibtex-set-dialect): Use it. Either set global values of
35 dialect-dependent variables or bind these variables buffer-locally
36 (Bug#10254).
37 (bibtex-mode): Call bibtex-set-dialect via
38 hack-local-variables-hook.
39 (bibtex-dialect): Update docstring. Add
40 safe-local-variable predicate.
41 (bibtex-entry-alist, bibtex-field-alist): Initialize via
42 bibtex-set-dialect.
43 (bibtex-mode-map): Define menu for each dialect.
44 (bibtex-entry): Fix docstring.
45
93376c5b
CY
462012-01-28 Chong Yidong <cyd@gnu.org>
47
48 * eshell/esh-arg.el (eshell-quote-argument): New function.
49
50 * eshell/esh-ext.el (eshell-invoke-batch-file):
51 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
52 first arg to eshell-parse-command (Bug#10523).
53
4372494f
DA
542012-01-28 Drew Adams <drew.adams@oracle.com>
55
56 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
57 `default-directory' is non-nil.
58
4d4ec1f8
EZ
592012-01-28 Eli Zaretskii <eliz@gnu.org>
60
61 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
62 line that displays system-configuration-options. (Bug#9924)
63
7c188927
DA
642012-01-28 Drew Adams <drew.adams@oracle.com>
65
66 * descr-text.el (describe-char): Show information about POS, in
67 addition to information about the character at POS. Improve and
68 update the doc string. Change "code point" to "code point in
69 charset", to avoid confusion with the character's Unicode code
70 point shown above that. (Bug#10129)
71
e0da685a
EZ
722012-01-28 Eli Zaretskii <eliz@gnu.org>
73
74 * descr-text.el (describe-char): Show the raw character, not only
75 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
76 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
77 for the reasons.
78
70550acf
PH
792012-01-28 Phil Hagelberg <phil@hagelb.org>
80
81 * emacs-lisp/package.el (package-install): Run
80ed5304 82 package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 83
0ce8e868
CY
842012-01-28 Chong Yidong <cyd@gnu.org>
85
86 * emacs-lisp/package.el (package-maybe-load-descriptor): New
87 function, split from package-maybe-load-descriptor.
88 (package-maybe-load-descriptor): Use it.
89 (package-download-transaction): Fully load required packages
90 inside the loop, so that `require' calls work (Bug#10593).
91 (package-install): No need to call package-initialize now.
92
2e7f3bea
CY
932012-01-28 Chong Yidong <cyd@gnu.org>
94
6e9bad14
CY
95 * simple.el (deactivate-mark): Doc fix (Bug#8614).
96
f823b8ca
CY
97 * tooltip.el (tooltip-mode): Doc fix.
98 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
99
2680c309
CY
100 * frame.el (set-cursor-color): Doc fix (Bug#352).
101
d7a9e63b
CY
102 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
103 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
104
2e7f3bea
CY
105 * cus-edit.el (custom-buffer-create-internal): Fix search button
106 action (Bug#10542).
2ae01800 107 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 108
fc4f7a23
EW
1092012-01-27 Eduard Wiebe <usenet@pusto.de>
110
111 * dired.el (dired-mark-files-regexp):
112 Include any subdirectory components. (Bug#10445)
113
7dd37071
ML
1142012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
115
116 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
117 Handle [host]:port syntax. (Bug#10533)
118
a268160b
AH
1192012-01-27 Alex Harsanyi <harsanyi@mac.com>
120
121 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
122
e43273ef
GM
1232012-01-26 Glenn Morris <rgm@gnu.org>
124
125 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
126 * term.el (term-raw-escape-map): Use Control-X-prefix.
127 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
128
1edf595d
MR
1292012-01-25 Martin Rudalics <rudalics@gmx.at>
130
131 * window.el (window-state-get, window--state-get-1): Don't deal
132 with fixed-sizeness of windows. Simplify code.
133
fa8eafef
JC
1342012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
135
136 * window.el (window--state-get-1, window--state-put-2): Don't
137 save and restore the mark.
138
0b21c100
CY
1392012-01-25 Chong Yidong <cyd@gnu.org>
140
141 * custom.el (custom-variable-p): Doc fix.
142
5ae1a6c8
GM
1432012-01-25 Glenn Morris <rgm@gnu.org>
144
40047858
GM
145 * dired.el (dired-goto-file): Handle some of the more common
146 characters that `ls -b' escapes. (Bug#10596)
147
5ddce96c
GM
148 * progmodes/compile.el (compilation-next-error-function):
149 Respect compilation-first-column in the "*compilation*" buffer.
150 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
151
5ae1a6c8
GM
152 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
153
b559f1a9
GM
1542012-01-24 Glenn Morris <rgm@gnu.org>
155
156 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
157
6725d21a
JD
1582012-01-24 Julien Danjou <julien@danjou.info>
159
160 * color.el (color-rgb-to-hsl): Fix value computing.
161 (color-hue-to-rgb): New function.
162 (color-hsl-to-rgb): New function.
163 (color-clamp, color-saturate-hsl, color-saturate-name)
164 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
165 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
166
70df4bbe
GM
1672012-01-24 Glenn Morris <rgm@gnu.org>
168
169 * vc/vc-rcs.el (vc-rcs-create-tag):
170 * vc/vc-sccs.el (vc-sccs-create-tag):
171 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
172
802a2ae2
ML
1732012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
174
175 * eshell/esh-util.el (eshell-read-hosts-file):
176 Skip comment lines. (Bug#10549)
177
d7128bb1
ML
178 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
179
d1a5c3b4
JB
1802012-01-23 Juanma Barranquero <lekktu@gmail.com>
181
2724d9c7
JB
182 * subr.el (display-delayed-warnings): Doc fix.
183 (collapse-delayed-warnings): New function to collapse identical
184 adjacent warnings.
185 (delayed-warnings-hook): Add it.
d1a5c3b4 186
a5509865
MA
1872012-01-22 Michael Albinus <michael.albinus@gmx.de>
188
189 * net/tramp.el (tramp-action-login): Set connection property "login-as".
190
191 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
192 properties, when "login-as" is set.
193
194 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
195 (tramp-default-user-alist): Don't add "pscp".
196 (tramp-do-copy-or-rename-file-out-of-band): Use connection
197 property "login-as", if set. (Bug#10530)
198
cc6d5805
MA
1992012-01-21 Michael Albinus <michael.albinus@gmx.de>
200
201 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
202 "plink1" and "psftp". (Bug#10530)
203
2042012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
205
206 * international/mule-cmds.el (prefer-coding-system): Show a
207 warning message if the default value of file-name-coding-system
208 was not changed.
209
f0960428
JC
2102012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
211
212 * windmove.el (windmove-reference-loc): Fix
213 windmove-reference-loc miscalculation.
214
dd6f2a63
JB
2152012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
216
217 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
218 default unit.
219
7b447e9b
GM
2202012-01-21 Glenn Morris <rgm@gnu.org>
221
117a9ea1
GM
222 * international/mule.el (auto-coding-alist): Add .tbz.
223
7b447e9b
GM
224 * files.el (local-enable-local-variables): Doc fix.
225 (inhibit-local-variables-regexps): Rename from
226 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
227 Doc fix. Add some extensions from auto-coding-alist.
228 (inhibit-local-variables-suffixes):
229 Rename from inhibit-first-line-modes-suffixes. Doc fix.
230 (inhibit-local-variables-p):
231 New function, extracted from set-auto-mode-1.
232 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
233 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
234 (hack-local-variables): Doc fix. Make the mode-only case
235 respect enable-local-variables and friends.
236 Respect inhibit-local-variables-regexps for file-locals, but
237 not for directory-locals.
238 (set-visited-file-name):
239 Take account of inhibit-local-variables-regexps.
240 Whether it applies may change as the file name is changed.
241 * jka-cmpr-hook.el (jka-compr-install):
242 * jka-compr.el (jka-compr-uninstall):
243 Update for inhibit-first-line-modes-suffixes name change.
244
dd6e3cdd
MR
2452012-01-20 Martin Rudalics <rudalics@gmx.at>
246
247 * help-macro.el (make-help-screen): Temporarily restore original
248 binding for minor-mode-map-alist (Bug#10454).
249
0d0deb38
JD
2502012-01-19 Julien Danjou <julien@danjou.info>
251
252 * color.el (color-name-to-rgb): Use the white color to find the max
253 color component value and return correctly computed values.
254 (color-name-to-rgb): Add missing float conversion for max value.
255
34a02f46
MR
2562012-01-19 Martin Rudalics <rudalics@gmx.at>
257
258 * window.el (window--state-get-1, window-state-get): Do not use
259 special state value for window-persistent-parameters. Rename
260 argument IGNORE to WRITABLE. Rewrite doc-string.
261 (window--state-put-2): Reset all window parameters to nil before
262 assigning values of persistent parameters.
263
606c44c4
AM
2642012-01-18 Alan Mackenzie <acm@muc.de>
265
266 Eliminate sluggishness and hangs in fontification of "semicolon
267 deserts".
268
269 * progmodes/cc-engine.el (c-state-nonlit-pos-interval): change
270 value 10000 -> 3000.
271 (c-state-safe-place): Reformulate so it doesn't stack up an
272 infinite number of wrong entries in c-state-nonlit-pos-cache.
273 (c-determine-limit-get-base, c-determine-limit): New functions to
274 determine backward search limits disregarding literals.
275 (c-find-decl-spots): Amend commenting.
276 (c-cheap-inside-bracelist-p): New function which detects "={".
277
278 * progmodes/cc-fonts.el
279 (c-make-font-lock-BO-decl-search-function): Give a limit to a
280 backward search.
281 (c-font-lock-declarations): Fix an occurrence of point being
282 undefined. Check additionally for point being in a bracelist or
283 near a macro invocation without a semicolon so as to avoid a
284 fruitless time consuming search for a declarator. Give a more
285 precise search limit for declarators using the new
286 c-determine-limit.
287
f3860cea
GM
2882012-01-18 Glenn Morris <rgm@gnu.org>
289
290 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
291 (set-auto-mode): Doc fixes.
292
1db03b16
GM
2932012-01-17 Glenn Morris <rgm@gnu.org>
294
0e6038be
GM
295 * isearch.el (search-nonincremental-instead): Fix doc typo.
296
1db03b16
GM
297 * dired.el (dired-insert-directory): Handle newlines in directory name.
298 (dired-build-subdir-alist): Unescape newlines in directory name.
299
4cb0aa75
MA
3002012-01-17 Michael Albinus <michael.albinus@gmx.de>
301
302 * net/tramp.el (tramp-local-end-of-line): New defcustom.
303 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
304 (tramp-action-terminal): Use it. (Bug#10530)
305
1d00653d
SM
3062012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
307
308 * minibuffer.el (completion--replace): Strip properties (bug#10062).
309
6a6ee00d
MR
3102012-01-16 Martin Rudalics <rudalics@gmx.at>
311
312 * window.el (window-state-ignored-parameters): Remove variable.
313 (window--state-get-1): Rename argument MARKERS to IGNORE.
314 Handle persistent window parameters. Make copy of clone-of
315 parameter only if requested. (Bug#10348)
316 (window--state-put-2): Install a window parameter only if it has
317 a non-nil value or an existing parameter shall be overwritten.
318
97912def
MA
3192012-01-15 Michael Albinus <michael.albinus@gmx.de>
320
321 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
322
688070a5
EZ
3232012-01-14 Eli Zaretskii <eliz@gnu.org>
324
325 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
326 don't pass the (nil) value of `upnode' to string-match.
327
301afadc
CY
3282012-01-14 Chong Yidong <cyd@gnu.org>
329
330 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 331 Fix values recognized by the cursorBlink resource.
301afadc 332
9e5788aa
PE
3332012-01-14 Paul Eggert <eggert@cs.ucla.edu>
334
335 * epg.el (epg--make-temp-file): Avoid permission race condition
336 when running on old Emacs versions (bug#10403).
337
3cdb7f5a
GM
3382012-01-14 Glenn Morris <rgm@gnu.org>
339
340 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
341
8c82b1b4
AM
3422012-01-13 Alan Mackenzie <acm@muc.de>
343
344 Fix filling for when filladapt mode is enabled.
345
346 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
347 c-mask-paragraph, pass in `fill-paragraph' rather than
348 `fill-region-as-paragraph'. (This is a reversion of a previous
349 change.)
350 * progmodes/cc-mode.el (c-basic-common-init): Make
351 fill-paragraph-handle-comment buffer local and set it to nil.
352
e517eda4
GM
3532012-01-13 Glenn Morris <rgm@gnu.org>
354
1498536e
GM
355 * dired.el (dired-switches-escape-p): New function.
356 (dired-insert-directory): Use dired-switches-escape-p.
357 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
358
e517eda4
GM
359 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
360
328f984d
GM
3612012-01-12 Glenn Morris <rgm@gnu.org>
362
363 * mail/sendmail.el (mail-mode): Update paragraph-separate for
364 changes in adaptive-fill-regexp. (Bug#10276)
365
2cc769a8
AM
3662012-01-11 Alan Mackenzie <acm@muc.de>
367
368 Fix Emacs bug #10463 - put `widen's around the critical spots.
369
1d00653d 370 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
371 widen around each invocation of c-state-pp-to-literal. Remove an
372 unused let variable.
373
e52c37fa
GM
3742012-01-11 Glenn Morris <rgm@gnu.org>
375
376 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 377 Doc fix.
e52c37fa 378
96f8741e
CY
3792012-01-10 Chong Yidong <cyd@gnu.org>
380
1d00653d
SM
381 * net/network-stream.el (network-stream-open-starttls):
382 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
383 response to the capability command.
384
b09a806e
GM
3852012-01-10 Glenn Morris <rgm@gnu.org>
386
387 * mail/unrmail.el (unrmail): Tweak previous change.
388
7655cb66
CY
3892012-01-09 Chong Yidong <cyd@gnu.org>
390
391 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
392
9d5a8f0b
AM
3932012-01-08 Alan Mackenzie <acm@muc.de>
394
395 Optimise font locking in long enum definitions.
396
397 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
398 arm to a cond form to handle enums.
399 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
400 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
401
9a0115ab 4022012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
403
404 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 405 (Bug#10401)
6bb72cbd 406
f186bb95
LMI
4072012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
408
29232a68
LMI
409 * faces.el (set-face-attribute): Clarify the meaning of the nil
410 frame (bug#10294).
411
4e5d086d
LMI
412 * subr.el (with-selected-frame): Mention that the selected frame
413 is restored (bug#9980).
414
8e66aebe
LMI
415 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
416 (bug#9759).
417
cd394be1 418 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
419 (password-read): Don't autoload unused function.
420
adf4e762
JB
4212012-01-07 Juanma Barranquero <lekktu@gmail.com>
422
423 * progmodes/which-func.el (which-func-mode): Turn into a
424 non-interactive function and mark as obsolete (bug#10428).
425
89bd9ccd
CY
4262012-01-06 Chong Yidong <cyd@gnu.org>
427
428 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
429 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
430 functions, along with 1 and -1.
431
4afee9d5
EZ
4322012-01-06 Eli Zaretskii <eliz@gnu.org>
433
434 * time.el (display-time-load-average)
435 (display-time-default-load-average): Doc fixes. See the thread
436 starting at
437 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
438 for the details.
439
536aea70
GM
4402012-01-06 Glenn Morris <rgm@gnu.org>
441
665ae865
GM
442 * mail/unrmail.el (unrmail): Give an explicit error if the input file
443 has no messages. (Bug#10377)
444
c869783d
GM
445 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
446 than Info-edit. (Bug#10385)
447
2bb4227e
GM
448 * time.el (display-time-load-average, display-time-next-load-average):
449 Doc fixes.
450
7d5944b9
GM
451 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
452 local setting of buffer-read-only to the input buffer. (Bug#10419)
453
536aea70
GM
454 * calendar/calendar.el (calendar-mode):
455 Locally set scroll-margin to 0. (Bug#10379)
456
7dccca16
UM
4572012-01-06 Ulrich Mueller <ulm@gentoo.org>
458
459 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
460
afbb7930
GM
4612012-01-05 Glenn Morris <rgm@gnu.org>
462
463 * eshell/em-unix.el (diff-no-select): Autoload it.
464 (eshell/diff): Use diff-no-select. (Bug#10420)
465
04482335
CY
4662012-01-05 Chong Yidong <cyd@gnu.org>
467
7baca3bc
CY
468 * shell.el (shell-dynamic-complete-functions): Revert last change.
469 (shell-command-completion-function): New function.
470 (shell-completion-vars): Use it to implement
471 shell-completion-execonly (Bug#10417).
472
04482335
CY
473 * custom.el (enable-theme): Don't set custom-safe-themes.
474
1d00653d
SM
475 * cus-theme.el (custom-theme-merge-theme):
476 Ignore custom-enabled-themes and custom-safe-themes.
04482335 477
bb5aa5d6
MM
4782012-01-05 Michael R. Mauger <mmaug@yahoo.com>
479
480 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
481 first prompt in `sql-interacive-mode'.
482 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 483 keywords.
bb5aa5d6
MM
484 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
485 (sql-product-interactive): Bug fix: Set `sql-buffer' in
486 context of original buffer. Invoke `sql-login-hook'.
487
a7183d7c
EZ
4882012-01-04 Eli Zaretskii <eliz@gnu.org>
489
490 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
491 letters in cite-prefix.
492
a1eacd1e
LMI
4932012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
494
495 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
496
787cdb34
CY
4972012-01-03 Chong Yidong <cyd@gnu.org>
498
1d00653d
SM
499 * shell.el (shell-dynamic-complete-functions):
500 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
501 comint-filename-completion first (Bug#10417).
502
30710442
RS
5032012-01-02 Richard Stallman <rms@gnu.org>
504
505 * battery.el (battery-status-function):
506 Detect when to use battery-yeeloong-sysfs.
507 (battery-echo-area-format): Add string for Yeeloong.
508 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
509 (battery-yeeloong-sysfs): New function.
510
f75bfc33
CY
5112012-01-02 Chong Yidong <cyd@gnu.org>
512
513 * dirtrack.el (dirtrack-list): Eliminate unused third element.
514 (dirtrack): Merge code for handling relative filenames in prompt
515 from shell-dir-cookie-watcher.
516 (dirtrack-debug-message): New arg to avoid excess format calls.
517
518 * shell.el (shell-dir-cookie-re): Variable deleted.
519 (shell-dir-cookie-watcher): Function deleted.
520 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
521 with dirtrack-mode.
522
651e947e
EZ
5232012-01-01 Eli Zaretskii <eliz@gnu.org>
524
1d00653d
SM
525 * term/w32-win.el (dynamic-library-alist) <gnutls>:
526 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
527 libgnutls-26.dll.
528
94d4c7dc
AS
5292011-12-31 Andreas Schwab <schwab@linux-m68k.org>
530
531 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
532
8d43f3cd
EZ
5332011-12-31 Eli Zaretskii <eliz@gnu.org>
534
535 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
536 headers of non-MIME messages, when rmail-enable-mime is non-nil.
537
98c8795a
MA
5382011-12-29 Michael Albinus <michael.albinus@gmx.de>
539
540 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
541 also for alternative shells.
542 (tramp-open-connection-setup-interactive-shell): Check, whether
543 the shell is a busybox.
544 (tramp-send-command): Don't suppress multiple prompts for
545 busyboxes, it hurts.
546
51281b32
CY
5472011-12-28 Chong Yidong <cyd@gnu.org>
548
549 * progmodes/gdb-mi.el (gdb-get-source-file-list)
550 (gdb-get-source-file): Move mode line update to
551 gdb-get-source-file (Bug#10087).
552
2170cb53
CY
5532011-12-25 Chong Yidong <cyd@gnu.org>
554
555 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
556 gud-gdb-marker-filter without taking it as an argument.
557 (gud-gdb-run-command-fetch-lines): Caller changed.
558 (gud-gdb-completion-function): New variable.
559 (gud-gdb-completion-at-point): Use it.
560 (gud-gdb-completions-1): Split from gud-gdb-completions.
561
562 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
563 function as separate arguments.
564 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
565 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
566 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
567 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
568 (gdb-stopped, def-gdb-auto-update-trigger)
569 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
570 (gdb-get-changed-registers, gdb-get-main-selected-frame):
571 Callers changed.
2170cb53
CY
572 (gud-gdbmi-completions): New function.
573 (gdb): Use it for generating the completion table.
574
be8b11bb
AM
5752011-12-24 Alan Mackenzie <acm@muc.de>
576
577 Introduce a mechanism to widen the region used in context font
1d00653d 578 locking. Use this to protect declarations from losing their contexts.
be8b11bb 579
1d00653d
SM
580 * progmodes/cc-langs.el (c-before-font-lock-functions):
581 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 582 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
583 functions to be run just before context (etc.) font locking.
584
585 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 586 New, functionality extracted from
be8b11bb 587 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 588 (c-in-after-change-fontification): New variable.
be8b11bb
AM
589 (c-after-change): Set c-in-after-change-fontification.
590 (c-set-fl-decl-start): Rejig its interface, so it can be called
591 from both after-change and context fontifying.
b81d40f0
JB
592 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
593 New functions.
594 (c-standard-font-lock-fontify-region-function): New variable.
595 (c-font-lock-fontify-region): New function.
be8b11bb 596
341cf6ac
JL
5972011-12-24 Juri Linkov <juri@jurta.org>
598
599 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
600 (Bug#10348)
601
bffcee0a
MA
6022011-12-23 Michael Albinus <michael.albinus@gmx.de>
603
604 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
605 existence of source file. (Bug#10325)
606
cb5e207c
AM
6072011-12-23 Alan Mackenzie <acm@muc.de>
608
609 Fix unstable fontification inside templates.
610
b81d40f0
JB
611 * progmodes/cc-langs.el (c-before-font-lock-functions):
612 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
613 additionally has c-set-fl-decl-start. The other languages (apart
614 from AWK) have that as a single entry.
615
b81d40f0
JB
616 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
617 The functionality for "local" declarations has been extracted to
cb5e207c
AM
618 c-set-fl-decl-start.
619
b81d40f0
JB
620 * progmodes/cc-mode.el (c-common-init, c-after-change):
621 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
622 (c-set-fl-decl-start): New function, extracted from
623 c-font-lock-enclosing-decls and enhanced.
624
60ff536c
JB
6252011-12-23 Juanma Barranquero <lekktu@gmail.com>
626
627 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
628
1c4757d6
JL
6292011-12-22 Juri Linkov <juri@jurta.org>
630
631 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
632
d031f2c7
CY
6332011-12-22 Chong Yidong <cyd@gnu.org>
634
635 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
636
bace743a
DA
6372011-12-21 Drew Adams <drew.adams@oracle.com>
638
639 * files.el (file-remote-p): Fix docstring. (Bug#10319)
640
728a1f2b
JC
6412011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
642
643 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
644
0d373f73
TZ
6452011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
646
fec0aaa4
TZ
647 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
648 highlighting and support. Fix up comments for capitalization.
649 (cfengine-mode-debug): New var.
650 (cfengine3-mode): Change the modeline indicator to "CFE3".
651 (cfengine3-font-lock-keywords): Improve defun highlighting.
652 (cfengine2-actions): Rename from `cfengine-actions'.
653 (cfengine2-font-lock-keywords): Rename from
654 `cfengine-font-lock-keywords'.
655 (cfengine2-imenu-expression): Rename from
656 `cfengine-imenu-expression'.
657 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
658 (cfengine2-beginning-of-defun): Rename from
659 `cfengine-beginning-of-defun'.
660 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
661 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
662 (cfengine2-mode): Rename from `cfengine-mode'. Change the
663 modeline indicator to "CFE2".
664 (cfengine-mode): Defalias to `cfengine-auto-mode'.
665 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 666
bc86f573
CY
6672011-12-21 Chong Yidong <cyd@gnu.org>
668
669 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
670 filename argument.
671
d45ba96b
MR
6722011-12-20 Martin Rudalics <rudalics@gmx.at>
673
674 * window.el (window-normalize-buffer-to-display): Remove.
675 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
676
a6198c90
CY
6772011-12-19 Chong Yidong <cyd@gnu.org>
678
679 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
680 Don't signal an error in a predicate function; return non-nil.
681 (vc-dir-mark-file): Move the error here.
682 (vc-dir-mark-unmark): If acting on the region, keep going if one
683 of the entries cannot be marked/unmarked.
684 (vc-dir-mark-all-files): If current entry is a directory, mark
685 only child files, as documented.
686
34c5fb55
VB
6872011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
688
689 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
690 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
691 addition.
692
c803b2b7
JD
6932011-12-18 Jan Djärv <jan.h.d@swipnet.se>
694
695 * term/ns-win.el (ns-get-selection-internal)
696 (ns-store-selection-internal): Declare.
1154d12e
JB
697 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
698 Declare as obsolete.
699 (ns-get-pasteboard, ns-paste-secondary):
700 Use ns-get-selection-internal.
701 (ns-set-pasteboard, ns-copy-including-secondary):
702 Use ns-store-selection-internal.
c803b2b7 703
9cff91f8 7042011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
705
706 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 707 (vc-deduce-fileset): Doc fix.
99a289d9 708
f16c898a
AS
7092011-12-16 Andreas Schwab <schwab@linux-m68k.org>
710
711 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
712
763237c4
SS
7132011-12-13 Sam Steingold <sds@gnu.org>
714
715 * man.el (Man-getpage-in-background): When running under a
716 window-system, ignore $MANWIDTH and $COLUMNS.
717
5fc1c122
KH
7182011-12-15 Kenichi Handa <handa@m17n.org>
719
720 * language/ethio-util.el: Change coding tag to utf-8-emacs.
721 (setup-ethiopic-environment-internal): Comment out key-binding for
722 ethio-toggle-punctuation.
723
13d49cbb
AM
7242011-12-13 Alan Mackenzie <acm@muc.de>
725
898169a2
AM
726 Add the switch statement to AWK Mode.
727
728 * progmodes/cc-awk (awk-font-lock-keywords): Add "switch", "case",
729 "default" to the keywords regexp.
730
731 * progmodes/cc-langs (c-label-kwds): Let AWK take the same
732 expression as the rest.
1d00653d
SM
733 (c-nonlabel-token-key): Allow string literals for AWK.
734 Refactor for the other modes.
898169a2 735
13d49cbb 736 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 737 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
738 routines. Limit backward searching in c-font-lock-enclosing.decl.
739
740 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
741 pp-state and literal type in addition to the limits.
1d00653d 742 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 743 (c-state-literal-at): Use the above new defun.
1d00653d
SM
744 (c-slow-in-literal, c-fast-in-literal): Remove.
745 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
746
747 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
748 being in a literal. Add a limit for backward searching.
749
750 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
751 c-slow-in-literal.
752
15e0efc7
SM
7532011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
754
755 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
756
454592a6
MR
7572011-12-13 Martin Rudalics <rudalics@gmx.at>
758
759 * window.el (delete-other-windows): Use correct frame in call to
760 window-with-parameter.
761
87393f26
DP
7622011-12-12 Daniel Pfeiffer <occitan@t-online.de>
763
764 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
765 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
766 (makefile-gmake-statements, makefile-makepp-statements):
767 Use it and add new makepp keywords.
768 (makefile-makepp-font-lock-keywords): Add new patterns.
769 (makefile-match-function-end): Match new [...] and [[...]].
770
11636b22
JB
7712011-12-11 Juanma Barranquero <lekktu@gmail.com>
772
773 * ses.el (ses-call-printer-return, ses-cell-property-get)
774 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
775 (ses-create-cell-variable, ses-reset-header-string)
776 (ses-cell-set-formula, ses-repair-cell-reference-all)
777 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
778 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
779 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
780 (ses-aset-with-undo, ses-load, ses-truncate-cell)
781 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
782 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
783 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
784 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
785 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
786 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
787 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
788 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
789
cf018193
VB
7902011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
791
792 * ses.el: The overall change is to add cell renaming, that is
793 setting fancy names for cell symbols other than name matching
794 "\\`[A-Z]+[0-9]+\\'" regexp .
795 (ses-create-cell-variable): New defun.
796 (ses-relocate-formula): Relocate formulas only for cells the
797 symbols of which are not renamed, i.e. symbols whose names do not
798 match regexp "\\`[A-Z]+[0-9]+\\'".
799 (ses-relocate-all): Relocate values only for cells the symbols of
800 which are not renamed.
801 (ses-load): Create cells variables as the (ses-cell ...) are read,
802 in order to check row col consistency with cell symbol name only
803 for cells that are not renamed.
804 (ses-replace-name-in-formula): New defun.
805 (ses-rename-cell): New defun.
806
ee957461
CY
8072011-12-11 Chong Yidong <cyd@gnu.org>
808
809 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
810 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
811
9a9e9ef0
MR
8122011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
813
814 * window.el (other-window): Fix docstring.
815
92a8eba5
EZ
8162011-12-10 Eli Zaretskii <eliz@gnu.org>
817
818 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
819 `from' or `to' address before taking its substring.
820 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
821 encoded name is chopped in the middle of the encoded string, and
822 thus displayed encoded.
823
e152e577
JB
8242011-12-10 Juanma Barranquero <lekktu@gmail.com>
825
826 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
827
e5d84bfe
EZ
8282011-12-10 Eli Zaretskii <eliz@gnu.org>
829
830 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
831 to use texinfo-update-node and commands that call it if the
832 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 833 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
834 (texinfo-all-menus-update, texinfo-master-menu)
835 (texinfo-update-node, texinfo-every-node-update)
836 (texinfo-multiple-files-update): Doc fix. Warn against updating
837 all the @node lines.
838 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
839 argument is numeric. Explain better in the doc string what the
840 function really does.
841 (texinfo-insert-master-menu-list): Improve the error message
842 displayed if there's no menu in the Top node.
843 (Bug#2975) See also this thread:
e5d84bfe
EZ
844 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
845
1d84e9bb
MG
8462011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
847
848 * speedbar.el (speedbar-supported-extension-expressions):
849 Add .adb and .ads, commonly used for Ada source code (bug#10256).
850
382c953b
JB
8512011-12-09 Juanma Barranquero <lekktu@gmail.com>
852
853 * printing.el (pr-mode-alist):
854 * simple.el (filter-buffer-substring-functions)
855 (completion-list-insert-choice-function):
856 * window.el (window-with-parameter, window-atom-root)
857 (window-sides-slots, window-size-fixed, window-min-delta)
858 (window-max-delta, window--resize-mini-window)
859 (window--resize-child-windows-normal, window-tree)
860 (delete-other-windows, quit-window, split-window)
861 (display-buffer-record-window, special-display-buffer-names)
862 (special-display-regexps, special-display-popup-frame)
863 (same-window-p, split-window-sensibly)
864 (display-buffer-overriding-action, display-buffer-alist)
865 (display-buffer-base-action, display-buffer, switch-to-buffer)
866 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
867 (fit-window-to-buffer, recenter-positions)
868 (mouse-autoselect-window-state, mouse-autoselect-window-select):
869 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
870 and remove unneeded backslashes in docstrings.
871
39c9faef
SM
8722011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
873
98449af8
SM
874 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
875
39c9faef
SM
876 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
877 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
878 end in ".mk".
879 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
880 when reading the makefile (bug#10116).
881
86ed9fdc
SM
8822011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
883
884 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
885 (bug#10116).
886
5580f89d
GM
8872011-12-06 Glenn Morris <rgm@gnu.org>
888
889 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
890
28d3917c
CY
8912011-12-06 Chong Yidong <cyd@gnu.org>
892
893 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
894
a98edce9
JB
8952011-12-06 Juanma Barranquero <lekktu@gmail.com>
896
897 * textmodes/table.el (table-shorten-cell): Fix typo.
898
e65adfac
CG
8992011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
900
901 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
902
71cc0b74
EZ
9032011-12-05 Eli Zaretskii <eliz@gnu.org>
904
905 * descr-text.el (describe-char): Fix display of strong
906 right-to-left characters and directional embeddings and overrides.
907
908 * simple.el (what-cursor-position): Fix display of codepoints of
909 strong right-to-left characters.
910
315bc30d
CY
9112011-12-05 Chong Yidong <cyd@gnu.org>
912
913 * faces.el (read-color): Doc fix.
914
58a70b94
GM
9152011-12-05 Glenn Morris <rgm@gnu.org>
916
917 * align.el (align--set-marker): Add doc-string.
918 Don't try to move something that is not a marker. (Bug#10216)
919
5158face
GM
9202011-12-04 Glenn Morris <rgm@gnu.org>
921
922 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
923 overly zealous deletion of trailing whitespace.
924
520fca41
JB
9252011-12-04 Juanma Barranquero <lekktu@gmail.com>
926
927 * server.el (server-delete-client): On Windows, do not try to delete
928 the only terminal.
929 (server-process-filter): On Windows, treat requests for a tty frame as
930 if they were for a GUI frame if the running server is in GUI mode.
931
5e605a2e
GM
9322011-12-03 Glenn Morris <rgm@gnu.org>
933
934 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
935
5c3fe83f
SM
9362011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
937
6f5e57e7
SM
938 * electric.el: Streamline electric-indent's hook.
939 (electric-indent-chars): Revert to simple list.
940 (electric-indent-functions): New var.
941 (electric-indent-post-self-insert-function): Use it.
942
5c3fe83f
SM
943 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
944 there's no inferior buffer (bug#10196).
945 (prolog-consult-compile): Don't use toggle-read-only.
946
6bdac736
MA
9472011-12-02 Michael Albinus <michael.albinus@gmx.de>
948
949 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
950 interrupt. (Bug#10187)
951
6131ba7f
SM
9522011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
953
99c79fee
SM
954 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
955 (bug#9160).
956
6131ba7f
SM
957 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
958 (bug#10191).
959
cb0a02ea
JL
9602011-12-02 Juri Linkov <juri@jurta.org>
961
962 * info.el (Info-search): Display "end of manual" when Isearch
963 reaches the end of single-file Info manual. (Bug#9918)
964
66e0570c
EZ
9652011-12-02 Eli Zaretskii <eliz@gnu.org>
966
967 * isearch.el (isearch-message-prefix): Run the input method part
968 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
969
02b16839
JL
9702011-12-02 Juri Linkov <juri@jurta.org>
971
972 * isearch.el (isearch-occur): Use `word-search-regexp' for
973 `isearch-word'.
974 (isearch-search-and-update): Add condition for `isearch-word' and
975 call `word-search-regexp'. (Bug#10145)
976
0b950688
GM
9772011-12-01 Glenn Morris <rgm@gnu.org>
978
979 * eshell/em-hist.el (eshell-hist-initialize):
980 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 981 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 982
9505c3c7
SM
9832011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
984
985 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
986
1bbe96b2 9872011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 988
a1beca85
SM
989 * progmodes/verilog-mode.el (verilog-pretty-expr):
990 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
991 verilog, such as += *= and the like.
992 (verilog-assignment-operator-re): Regular expression to find the
993 assigment operator in a verilog assignment.
994 (verilog-assignment-operation-re): Regular expression to find an
995 assignment statement for pretty-expr.
996 (verilog-in-attribute-p): Query returns true if point is in an
997 attribute context; used to skip these for expression line up from
998 pretty-expr.
999 (verilog-in-parameter-p): Query returns true if point is in an
1000 parameter definition context; used to skip these for expression
1001 line up from pretty-expr.
1002 (verilog-in-parenthesis-p): Query returns true if point is in a
1003 parenthetical expression, specifically ( ) but not [ ] or { };
1004 used by pretty-expr.
1005 (verilog-just-one-space): If there is no space, don't add one.
1006 (verilog-get-lineup-indent-2): Specifically skip just attribute
1007 contexts for expression lineup, rather than skipping all
1008 parenthetical expressions.
1009 (verilog-calculate-indent): Fix comment, and fix indent.
1010 (verilog-do-indent): Indent declarations in lists (suggested by
1011 Joachim Lechner).
1012 (verilog-mode-abbrev-table): Populate abbrev mode with the various
1013 skeleton items.
1014 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
1015 by Alain Mellan).
1016
1bbe96b2 10172011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
1018
1019 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
1020 parameters with embedded comments. Reported by Ray Stevens.
1021 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
1022 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
1023 Reported by Tim Holt.
1024 (verilog-auto): Fix AUTOing a upper module then AUTOing module
1025 instantiated by upper module causing wrong expansion until AUTOed a
1026 second time. Reported by K C Buckenmaier.
1027 (verilog-diff-auto): Fix showing .* as a difference when
1028 `verilog-auto-star-save' off. Reported by Dan Dever.
1029 (verilog-auto-reset, verilog-read-always-signals)
1030 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
1031 temporary signals in reset list if
1032 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
1033 style to each signal's assignment type, bug381.
1034 Reported by Thomas Esposito.
6288f0ca
WS
1035 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
1036 (verilog-uvm-statement-re): Support UVM indentation and
1037 highlighting, with old OVM keywords only.
a1beca85 1038 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
1039 Support AUTOTIEOFF creating non-wire data types.
1040 Suggested by Jonathan Greenlaw.
6288f0ca
WS
1041 (verilog-auto-insert-lisp, verilog-delete-to-paren)
1042 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
1043 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
1044 (verilog-read-sub-decls, verilog-read-sub-decls-line):
1045 Fix mismatching parenthesis inside commented out code when deleting
382c953b 1046 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
1047 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
1048 non-numeric vector width. Reported by Alex Reed.
1049 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 1050 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
1051 (verilog-auto-delete-trailing-whitespace):
1052 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
1053 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
1054 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
1055 Fix verilog-scan-cache corruption when running user AUTO expansion
1056 hooks that call indentation routines.
1057 (verilog-simplify-range-expression): Fix typo ignoring lower case
1058 identifiers.
1059 (verilog-delete-auto): Fix delete-autos to also remove user created
1060 automatics, as long as they start with AUTO.
1061 (verilog-batch-diff-auto, verilog-diff-auto)
1062 (verilog-diff-function): Add `verilog-diff-auto' and bind to
1063 "C-c?" to report differences in AUTO expansion, ignoring spaces.
1064 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
1065 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
1066 (verilog-re-search-forward-quick, verilog-syntax-ppss):
1067 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
1068 is disabled and its cache will get corrupt, causing AUTOS not to
1069 expand. Instead use only -quick functions.
1070 (verilog-scan-region): Fix scanning over escaped quotes.
1071 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
1072 (verilog-re-search-backward-quick)
1073 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
1074 related functions now ignore strings, to fix misparsing of strings
1075 with magic comments embedded in them.
a1beca85
SM
1076 (verilog-read-auto-template):
1077 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
1078 Reported by Brad Dobbie.
1079 (verilog-read-auto-template):
1080 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 1081 Reported by Brad Dobbie.
6288f0ca
WS
1082 (verilog-auto-inst, verilog-auto-inst-param)
1083 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
1084 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
1085 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
1086 debugging templates without merge conflicts, bug357.
1087 Reported by Brad Dobbie.
1088 (verilog-read-auto-template):
1089 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
1090 Reported by Brad Dobbie.
1091 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
1092 abbrevs so user won't be asked to save.
1093 (verilog-read-auto-lisp-present): Fix to start at beginning of
1094 buffer in case called outside of verilog-auto.
1095 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
1096 to "X-2". Reported by Matthew Myers.
1097 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
1098 all inputs from module templates. Reported by Leith Johnson.
1099 (verilog-module-inside-filename-p): Fix locating programs as with
1100 modules.
1101 (verilog-auto-inst-port): Fix vl-width expressions when using
1102 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
1103 (verilog-decls-get-regs, verilog-decls-get-signals,
1104 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
1105 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
1106 verilog-read-decls): Combine reg and wire structures into one var
1107 structure to represent SystemVerilog concepts.
1108 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
1109 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
1110 (verilog-auto-wire-type, verilog-insert-definition):
1111 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
1112 SystemVerilog "logic" keyword instead of "wire"/"reg".
1113 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
1114 to declares outputs that also have assignments (presumably in an
a1beca85
SM
1115 ifdef or generate if so there's not a driver conflict).
1116 Reported by Matthew Myers.
1117 (verilog-auto-declare-nettype, verilog-insert-definition):
1118 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
1119 `default_nettype none. Reported by Julian Gorfajn.
1120 (verilog-read-always-signals-recurse, verilog-read-decls)
1121 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
1122 malformed end statement, bug325. Reported by Joshua Wise and
1123 Andrew Drake.
1124 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
1125 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
1126 when expanding .* in interfaces, bug320.
1127 Reported by Pierre-David Pfister.
6288f0ca 1128 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
1129 name and open parenthesis, bug317.
1130 Reported by Pierre-David Pfister.
6288f0ca
WS
1131 (verilog-simplify-range-expression): Fix simplification of
1132 multiplications inside AUTOWIRE connections, bug303.
1133 (verilog-auto-inst-port): Support parameter expansion in
1134 multidimensional arrays.
1135 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
1136 after "assert property". Reported by Julian Gorfajn.
1137 (verilog-simplify-range-expression): Fix "couldn't merge" errors
1138 with multiplication, bug303.
1139 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
1140 Reported by Jan Frode Lonnum.
1141
1bbe96b2
GM
11422011-11-30 Juanma Barranquero <lekktu@gmail.com>
1143
1144 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
1145 (hfy-shell-file-name, hfy-shell):
1146 * international/fontset.el (x-decompose-font-name): Fix typos.
1147
11482011-11-29 Ken Brown <kbrown@cornell.edu>
1149
1150 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
1151 (gdb-version): Remove defvar.
1152 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
1153 (gdb-gud-context-command, gdb-non-stop-handler)
1154 (gdb-current-context-command, gdb-stopped): Use it.
1155 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
1156 (gdb-non-stop-handler): Don't enable pretty-printing here.
1157 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
1158 non-stop mode. Use the following.
1159 (gdb-check-target-async): New defun.
1160 (gud-watch, gdb-stopped): Fix whitespace.
1161 (gdb-get-source-file): Don't try to display the source file if
1162 `gdb-main-file' is nil.
1163
11642011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
1165
1166 * align.el: Try to generate fewer markers (bug#10047).
1167 (align--set-marker): New macro.
1168 (align-region): Use it.
1169
c935221f
SM
11702011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
1171
1172 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
1173
e70b5064
CY
11742011-11-29 Chong Yidong <cyd@gnu.org>
1175
1176 * indent.el (indent-for-tab-command, indent-according-to-mode):
1177 Doc fix.
1178 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
1179
f3af92b7
MA
11802011-11-29 Michael Albinus <michael.albinus@gmx.de>
1181
1182 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
1183 aware of remote file names. (Bug#10124)
1184
ed472be9
CY
11852011-11-29 Chong Yidong <cyd@gnu.org>
1186
1187 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
1188
24510c22
SM
11892011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
1190
1191 * files.el (find-file): Don't use force-same-window (bug#10144).
1192 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
1193 use pop-to-buffer if the selected window can't be used.
1194 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
1195
c60c3703
EZ
11962011-11-28 Eli Zaretskii <eliz@gnu.org>
1197
1198 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
1199 special-mode-map.
1200
e95def75
CY
12012011-11-28 Chong Yidong <cyd@gnu.org>
1202
1203 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
1204
c3f1c606
NR
12052011-11-27 Nick Roberts <nickrob@snap.net.nz>
1206
1207 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
1208 gdb-get-source-file-list on gdb-create-source-file-list.
1209
00db469c
EZ
12102011-11-26 Eli Zaretskii <eliz@gnu.org>
1211
1212 * whitespace.el (whitespace-newline): Use a different foreground
1213 color for 16-color light-background displays.
1214
4ad3bc2a
CY
12152011-11-24 Chong Yidong <cyd@gnu.org>
1216
1217 * window.el (display-buffer--special-action): Doc fix.
1218
e9fce1ac
JB
12192011-11-25 Juanma Barranquero <lekktu@gmail.com>
1220
1221 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
1222 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
1223 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
1224 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
1225 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
1226 (avl-tree-stack-first):
1227 * emacs-lisp/cconv.el (cconv--analyse-use):
1228 * net/gnutls.el (gnutls-negotiate): Fix typos.
1229
cb825e5d
GM
12302011-11-24 Glenn Morris <rgm@gnu.org>
1231
3adbe224
GM
1232 * lpr.el (lpr-windows-system, lpr-lp-system):
1233 * mail/binhex.el (binhex-begin-line):
1234 * progmodes/grep.el (grep-history, grep-find-history):
1235 * textmodes/flyspell.el:
1236 * vc/pcvs-defs.el (cvs-global-menu):
1237 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
1238 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
1239 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
1240
321decc8
GM
1241 * net/tls.el: Fix case of "GnuTLS".
1242
420b63ad
GM
1243 * paths.el (rmail-file-name): Format doc-string for make-docfile.
1244
cb825e5d
GM
1245 * version.el (emacs-build-system): Give it a doc-string.
1246
a0649f08
JL
12472011-11-24 Juri Linkov <juri@jurta.org>
1248
1249 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
1250
c0bc0fd4
GM
12512011-11-24 Glenn Morris <rgm@gnu.org>
1252
1253 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
1254 if called on a non-mime message just toggle the headers. (Bug#8006)
1255
20db1522
JB
12562011-11-24 Juanma Barranquero <lekktu@gmail.com>
1257
1258 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
1259 (allout-lead-with-comment-string, allout-structure-deleted-hook)
1260 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
1261 (allout-rebullet-heading, allout-open-sibtopic)
1262 (allout-toggle-current-subtree-encryption)
1263 (allout-toggle-subtree-encryption, allout-encrypt-string)
1264 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
1265 (allout-distinctive-bullets-string, allout-auto-activation):
1266 * window.el (window-normalize-buffer-to-display):
1267 * progmodes/verilog-mode.el (verilog-batch-indent):
1268 * textmodes/bibtex.el (bibtex-field-braces-opt)
1269 (bibtex-field-strings-opt):
1270 * vc/cvs-status.el (cvs-tree-merge):
1271 Fix typos.
1272
7262a87c
MA
12732011-11-23 Michael Albinus <michael.albinus@gmx.de>
1274
1275 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
1276 `non-essential' to t, in order to avoid remote connections.
1277
283430a1
EZ
12782011-11-23 Eli Zaretskii <eliz@gnu.org>
1279
a1beca85
SM
1280 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1281 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
1282 case-insensitively.
1283
d2992a38
ML
12842011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
1285
1286 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
1287
50419064
GM
12882011-11-23 Glenn Morris <rgm@gnu.org>
1289
da94eca1
GM
1290 * paths.el (rmail-file-name): Reformat the doc-string so that it
1291 is picked up.
1292
9aac4de2
GM
1293 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
1294 (rmail-auto-file): Ignore case in the "special" field names,
1295 as mail-fetch-field does for all others.
1296
8038d2d2
GM
1297 * mail/rmail.el (rmail-forward):
1298 * mail/rmailkwd.el (rmail-set-label):
1299 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
1300 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
1301
f3fe222a
GM
1302 * mail/rmail.el (rmail-current-message): Doc fix.
1303
50419064
GM
1304 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
1305
28109f49
SM
13062011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1307
1308 * server.el (server-eval-and-print): Allow C-g (bug#6585).
1309
394c65f1
GM
13102011-11-22 Glenn Morris <rgm@gnu.org>
1311
1312 * mail/rmailmm.el (test-rmail-mime-handler)
1313 (test-rmail-mime-bulk-handler)
1314 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
1315
f2a0aa3a
JL
13162011-11-21 Juri Linkov <juri@jurta.org>
1317
1154d12e
JB
1318 * calc/calc.el (calc-read-key-sequence):
1319 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 1320
9c34a344
LMI
13212011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1322
1323 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
1324 Tell the caller that the next line needs recomputation, even
1325 though it doesn't start a sexp (bug#10094).
1326
f04a3be9
SM
13272011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1328
1329 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
1330
7978747f
SM
13312011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1332
f04a3be9
SM
1333 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
1334 Use force-same-window.
7978747f 1335
fe7a3057
JB
13362011-11-20 Juanma Barranquero <lekktu@gmail.com>
1337
1338 * descr-text.el (describe-char-unicode-data):
1339 * json.el (json-string-escape):
1340 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
1341 (Footnote-unicode, Footnote-style-p):
1342 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
1343
24901d61
CY
13442011-11-20 Chong Yidong <cyd@gnu.org>
1345
1346 * window.el (replace-buffer-in-windows): Restore interactive spec.
1347
bac7ff22
SM
13482011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1349
24f3d7b9
SM
1350 * electric.el (electric-indent-mode): Fix last change (too optimistic).
1351
bac7ff22
SM
1352 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
1353 (byte-compile-global-not-obsolete-vars): New var.
1354 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
1355 Use it.
1356 (byte-compile-warn-obsolete): Align text with the one in *Help*.
1357
cd1181db
JB
13582011-11-20 Juanma Barranquero <lekktu@gmail.com>
1359
1360 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
1361 * progmodes/pascal.el (electric-pascal-equal):
1362 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
1363 * xml.el (xml-substitute-special): Fix typos.
1364
7fb18e9e
GM
13652011-11-20 Glenn Morris <rgm@gnu.org>
1366
1367 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
1368 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
1369 Doc fixes.
1370 (rmail-decode-mime-charset): Mark as obsolete.
1371
1372 * mail/rmailsum.el (rmail-message-regexp-p-1):
1373 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
1374 Before using mime functions, check they are set. (Bug#10077)
1375
d5a6b3ba
JL
13762011-11-19 Juri Linkov <juri@jurta.org>
1377
1378 * info.el (Info-finder-find-node): Use `package--builtins' instead
1379 of `package-alist'. Use node names formed by the pattern "Keyword "
1380 and the keyword name.
1381
e981b61f
AS
13822011-11-19 Andreas Schwab <schwab@linux-m68k.org>
1383
1d00653d 1384 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 1385
3ffbc301
JL
13862011-11-19 Juri Linkov <juri@jurta.org>
1387
1388 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
1389 that calls `revert-buffer' on all Info buffers. (Bug#9915)
1390 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
1391 `old-history', `old-history-forward'. Add let-binding
1392 `window-selected'. Remove calls to `kill-buffer',
1393 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
1394 before calling `Info-find-node', so `Info-find-node-2' will reread
1395 the Info file. Restore window positions only when `window-selected'
1396 is non-nil.
1397
30c62133
JL
13982011-11-19 Juri Linkov <juri@jurta.org>
1399
1400 * isearch.el (isearch-lazy-highlight-new-loop):
1401 Remove condition `(not isearch-error)'. (Bug#9918)
1402
1403 * misearch.el (multi-isearch-search-fun): Add condition
1404 `(not bound)' to ignore lazy-highlighting search.
1405 Add the search-failed message "end of multi" when the end of
1406 multi-sequence is reached. Uncapitalize the search-failed
1407 message "Repeat for next buffer".
1408
1409 * info.el (Info-search): Add the search-failed message
1410 "end of the manual" when the end of the manual is reached
1411 in Isearch mode.
1412
645ca9cf
JL
14132011-11-19 Juri Linkov <juri@jurta.org>
1414
1415 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
1416 Use non-destructive `remove' instead of `delete' because
1417 `Info-history-list' stored to `Info-isearch-initial-history-list' in
1418 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
1419
df754f66
JL
14202011-11-19 Juri Linkov <juri@jurta.org>
1421
1422 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
1423 to nil instead of binding `search-ring' and `regexp-search-ring'.
1424 (Bug#9185)
1425
0e23d96a
EZ
14262011-11-19 Eli Zaretskii <eliz@gnu.org>
1427
1428 * simple.el (line-move): Force movement by logical lines for any
1429 hscrolled window, not only when auto-hscroll-mode is on.
1430 (line-move-visual): Update doc string to that effect. (Bug#10076)
1431
8a6ccb66
AS
14322011-11-19 Andreas Schwab <schwab@linux-m68k.org>
1433
1434 * language/european.el (macintosh): Define as alias for mac-roman.
1435
49ae5b39
EZ
14362011-11-19 Eli Zaretskii <eliz@gnu.org>
1437
1438 * mail/rmailmm.el (rmail-mime-display-header)
1439 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
1440 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
1441 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
1442 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
1443 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
1444 of a raw aref.
1445 (rmail-mime-entity-segment): To get past the tagline, move forward
1446 2 more lines, to account for the 2 empty lines that precede and
1447 follow the line with the buttons.
1448 (rmail-mime-update-tagline): Move one more line, to get past the
1449 empty line that follows the buttons in the tagline. (Bug#9520)
1450
c56cad4a
MR
14512011-11-19 Martin Rudalics <rudalics@gmx.at>
1452
1453 * window.el (window-max-delta-1, window-min-delta-1)
1454 (window-min-size-1, window-state-get-1, window-state-put-1)
1455 (window-state-put-2): Use "window--" prefix.
1456
cbe71af3
SM
14572011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1458
2ad52c60
SM
1459 * emacs-lisp/smie.el: Improve warnings and conflict detection.
1460 (smie-warning-count): New var.
1461 (smie-set-prec2tab): Use it.
1462 (smie-bnf->prec2): Improve warnings. Add docstring.
1463 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
1464 (smie-bnf--set-class): New function.
1465 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
1466 corner case.
1467
6944dbc1
SM
1468 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
1469 (compilation-error-properties, compilation-move-to-column):
1470 Handle compilation-first-column while in the target buffer.
1471
c400c4d7
SM
1472 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
1473 Don't hardcode point-min==1.
1474
6dbe3e96
SM
1475 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
1476 (eshell-rewrite-for-command): Remove workaround.
1477 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
1478 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
1479 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
1480
cbe71af3
SM
1481 * files-x.el (modify-file-local-variable): Obey commenting conventions.
1482
a8e1496d
GM
14832011-11-17 Glenn Morris <rgm@gnu.org>
1484
1485 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1486 Ignore buffer-local generated-autoload-file if it is the same
1487 as the global value. (Bug#10049)
1488
df85d315
JB
14892011-11-17 Juanma Barranquero <lekktu@gmail.com>
1490
1491 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
1492 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
1493 (reftex-toc-previous-heading, reftex-toc-max-level)
1494 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
1495 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
1496 (reftex-toc-do-promote, reftex-toc-promote-prepare)
1497 (reftex-toc-promote-action, reftex-toc-extract-section-number)
1498 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
1499 (reftex-toc-rename-label, reftex-toc-visit-location)
1500 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
1501 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
1502 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
1503 leaving "*toc*" only for references to the buffer.
1504
a0c2d0ae
MR
15052011-11-17 Martin Rudalics <rudalics@gmx.at>
1506
1507 * window.el (window-resize, delete-window, split-window):
1508 Replace window-splits by window-combination-resize.
1d00653d 1509 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 1510
35c0bac8
GM
15112011-11-17 Glenn Morris <rgm@gnu.org>
1512
1513 * progmodes/sh-script.el (sh-font-lock-keywords-var):
1514 Make bash entry derive from sh entry, not shell entry.
1515
d0c8fc8a
MA
15162011-11-16 Michael Albinus <michael.albinus@gmx.de>
1517
d0c8fc8a
MA
1518 * net/tramp-cache.el (tramp-flush-file-property): Flush also
1519 properties of linked files. (Bug#9879)
1520
7262a87c
MA
1521 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
1522 local file name.
1523
7877f373
JB
15242011-11-16 Juanma Barranquero <lekktu@gmail.com>
1525
1526 * menu-bar.el (menu-bar-file-menu):
1527 * printing.el (pr-ps-utility):
1528 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
1529 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
1530 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
1531 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
1532 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
1533 (icalendar--convert-cyclic-to-ical)
1534 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
1535 (icalendar--convert-ical-to-diary)
1536 (icalendar--convert-recurring-to-diary)
1537 (icalendar--convert-non-recurring-all-day-to-diary)
1538 (icalendar-import-format-sample):
1539 * progmodes/idlw-shell.el (idlwave-shell-mode):
1540 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
1541 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
1542 (vhdl-ps-print-init): Fix typos.
1543
10649b82
KM
15442011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
1545
9d0cfcd6
GM
1546 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
1547 FSF and collapse date sequence, obscure author/maintainer email address
1548 better, remove extra version line, track relocation of author's webpage.
10649b82 1549
9d0cfcd6
GM
1550 * progmodes/python.el (python-pdbtrack-input-prompt)
1551 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
1552 regular python pdb prompts. Adjustments shamelessly taken exactly as
1553 suggested in EmacsWiki page (tiny change):
1554 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 1555
58179cce
JB
15562011-11-16 Juanma Barranquero <lekktu@gmail.com>
1557
1558 * expand.el (expand-pos, expand-index, expand-point):
1559 Remove redundant info from docstring.
1560 (expand-add-abbrevs): Doc fix.
1561 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
1562 (expand-sample-perl-mode-expand-list): Fix typos.
1563
1564 * net/dbus.el (dbus-event-member-name):
1565 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
1566 * term/pc-win.el (msdos-create-frame-with-faces):
1567 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
1568
b6f67890
MR
15692011-11-16 Martin Rudalics <rudalics@gmx.at>
1570
1571 * window.el (split-window, window-state-get-1)
1572 (window-state-put-1, window-state-put-2): Rename occurrences of
1573 window-nest to window-combination-limit.
1d00653d 1574 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 1575
ce7ddba0
CY
15762011-11-16 Chong Yidong <cyd@gnu.org>
1577
1578 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
1579 regexp (Bug#10033).
1580
3ae704f4
SM
15812011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1582
1583 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
1584 `completing-read' will remove *Completions* and will preserve
1585 current-buffer for us.
1586 (tmm-add-prompt): Users of *Completions* will always (re)set its
1587 major mode.
1588 (tmm-old-comp-map): Remove.
1589
6ad1cdde
GM
15902011-11-16 Glenn Morris <rgm@gnu.org>
1591
1592 * mail/rmailedit.el: Require rmailmm when compiling.
1593 (rmail-old-mime-state): New declaration.
1594 (rmail-edit-current-message): If editing a mime message,
1595 edit the "raw" message from the mbox buffer.
1596 (rmail-cease-edit): Handle mime messages. (Bug#9840)
1597
d20faa20
GM
15982011-11-15 Glenn Morris <rgm@gnu.org>
1599
1600 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
1601 which wasn't being used. Add optional arg to force given state.
1602 (rmail-mime): Add optional arg to force given state.
1603
c7015153
JB
16042011-11-15 Juanma Barranquero <lekktu@gmail.com>
1605
1606 * allout.el (allout-encryption-plaintext-sanitization-regexps):
1607 * frame.el (display-mm-dimensions-alist):
1608 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
1609 (outline-move-subtree-down):
1610 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
1611 (newsticker--treeview-do-get-node):
1612 * net/quickurl.el (quickurl-list-buffer-name):
1613 * progmodes/dcl-mode.el (dcl-mode):
1614 * progmodes/gdb-mi.el (gdb-mapcar*):
1615 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
1616
45261b50
GM
16172011-11-15 Glenn Morris <rgm@gnu.org>
1618
1619 * mail/rmail.el (rmail-file-coding-system): It's only ever used
1620 in a boolean sense, so just make it a boolean, and fix the doc.
1621 (rmail-show-mime-function, rmail-mime-feature)
1622 (rmail-require-mime-maybe): Doc fixes.
1623 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
1624
1625 * mail/rmailmm.el (rmail-show-mime): Doc fix.
1626
0d26e0b6
JB
16272011-11-15 Juanma Barranquero <lekktu@gmail.com>
1628
1629 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
1630 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
1631 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
1632 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
1633
447f30f6
GM
16342011-11-15 Glenn Morris <rgm@gnu.org>
1635
672b871d
GM
1636 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
1637 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
1638 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
1639 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
1640 (rmail-mime, rmail-show-mime): Doc fixes.
1641
f6aa5bb1
GM
1642 * term/ns-win.el (mode-line-frame-identification):
1643 Leave it alone. (Bug#10051)
1644
947cd66b
GM
1645 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
1646
447f30f6
GM
1647 * mail/rmailout.el (rmail-output-to-rmail-buffer):
1648 Handle empty buffers. (Bug#9978)
1649
0b381c7e
JB
16502011-11-14 Juanma Barranquero <lekktu@gmail.com>
1651
1652 * international/mule.el (define-charset):
1653 * mail/rmailmm.el (rmail-mime-find-header-encoding):
1654 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
1655 * progmodes/verilog-mode.el (verilog-backward-token):
1656 * textmodes/ispell.el (lookup-words):
1657 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
1658
71e027ac
GM
16592011-11-14 Glenn Morris <rgm@gnu.org>
1660
56632ce4
GM
1661 * progmodes/executable.el
1662 (executable-make-buffer-file-executable-if-script-p):
1663 Handle file-modes returning nil.
1664
40500957
GM
1665 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
1666 message - not necessary, and causes problems. (Bug#9831)
1667
071c2340
GM
1668 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
1669
d3cfca60
GM
1670 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
1671
71e027ac
GM
1672 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
1673 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
1674 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
1675
89d61221
MR
16762011-11-12 Martin Rudalics <rudalics@gmx.at>
1677
1678 * window.el (window-resize, delete-window): Use window-splits
1679 variable instead of function.
1680 (window-state-get-1, window-state-put-2, window-state-put):
1681 Don't deal with windows' splits status.
1682
98282f6f
GM
16832011-11-12 Glenn Morris <rgm@gnu.org>
1684
1685 * apropos.el (apropos-do-all, apropos-library, apropos-value)
1686 (apropos-documentation): Doc fixes.
1687
40a8bdf6
JB
16882011-11-11 Juanma Barranquero <lekktu@gmail.com>
1689
1690 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
1691 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
1692
65bd19ff
SM
16932011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1694
1695 * electric.el (electric-indent-post-self-insert-function): Make it
1696 possible for a char to only indent in some circumstances.
1697 (electric-indent-mode): Simplify.
1698
54f9154c
MR
16992011-11-11 Martin Rudalics <rudalics@gmx.at>
1700
1701 * window.el (windows-with-parameter): Remove unused function.
1702 (windows-at-side): Rename to window-at-side-list.
1703 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
1704 (window-side-check, window-size-ignore, window-size-fixed-1)
1705 (window-in-direction-2): Prefix with "window--".
1706 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 1707
68cbc58b
GM
17082011-11-11 Glenn Morris <rgm@gnu.org>
1709
1710 * subr.el (eval-after-load): If FILE is already loaded,
1711 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
1712
b2621720
GM
17132011-11-10 Glenn Morris <rgm@gnu.org>
1714
9a4de110
GM
1715 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
1716 Call svn via vc-svn-command rather than vc-do-command.
1717 (vc-svn-command): Add --non-interactive. (Bug#9993)
1718 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
1719
b2621720
GM
1720 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
1721 Add toggle-read-only. (Bug#7292)
1722 * files.el (toggle-read-only): Mention that it should only
1723 be used interactively. (Bug#10006)
1724
1dce7193
SM
17252011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1726
d9ac1a1e
SM
1727 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1728 Adjust regexp for OCaml warnings.
1729
0c325082
SM
1730 * electric.el (electric-pair-post-self-insert-function): Let user
1731 turn it off buffer-locally (bug#9932).
1732
90132c14
SM
1733 * progmodes/python.el (python-beginning-of-statement):
1734 Rewrite (bug#2703).
1735
1dce7193
SM
1736 * progmodes/compile.el: Better handle TABs (bug#9749).
1737 (compilation-internal-error-properties)
1738 (compilation-next-error-function): Obey the target buffer's
1739 compilation-error-screen-columns.
1740
c4e7c63a
JB
17412011-11-09 Juanma Barranquero <lekktu@gmail.com>
1742
1743 * progmodes/meta-mode.el: Remove obsolete comments.
1744 (meta-right-comment-regexp, meta-ignore-comment-regexp):
1745 Fix typos in docstrings.
1746
2cffd681
MR
17472011-11-09 Martin Rudalics <rudalics@gmx.at>
1748
1749 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 1750 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
1751 (window--resizable): New function. Make all callers of
1752 window-resizable call window--resizable instead.
1753 (window-resizable): Rewrite in terms of window--resizable.
1754
0edcba87
GM
17552011-11-08 Glenn Morris <rgm@gnu.org>
1756
1757 * progmodes/delphi.el (delphi-mode-syntax-table):
1758 Let define-derived-mode define a proper syntax table. (Bug#9994)
1759
4b0d61e3
SM
17602011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1761
1762 * window.el: Stay away from defsubst.
1763 (window-list-no-nils): Remove.
1764 (window-state-get-1, window-state-get): Use backquote instead.
1765
cd394be1 17662011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 1767
4b0d61e3 1768 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 1769 Fix incorrect use of default argument in `completing-read'.
1770
e1c2c6f2
MR
17712011-11-08 Martin Rudalics <rudalics@gmx.at>
1772
1773 * window.el (display-buffer-function, special-display-function):
1774 Mention display-buffer-record-window but do not mention
1775 help-setup parameter in doc-strings.
b3f4a882 1776 (window-min-delta): Fix doc-string typo.
e1c2c6f2 1777
105216ed
CY
17782011-11-08 Chong Yidong <cyd@gnu.org>
1779
1780 * window.el (window-total-height, window-total-width): Doc fix.
1781 (window-body-size): Move from C.
1782 (window-body-height, window-body-width): Move to C.
1783
0a9f9ab5
SM
17842011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1785
1786 * window.el: Make special-display like display-buffer-alist (bug#9532).
1787 (display-buffer--special-action): New function, morphed
1788 from display-buffer--special.
1789 (display-buffer): Use it to handle special-display-buffers at higher
1790 priority (just after display-buffer-alist).
1791 (display-buffer-fallback-action, display-buffer--other-frame-action)
1792 (pop-to-buffer-same-window): Remove display-buffer--special.
1793
a769dd15
GM
17942011-11-07 Glenn Morris <rgm@gnu.org>
1795
1796 * calendar/cal-menu.el (cal-menu-set-date-title):
1797 Do nothing if not in a calendar. (Bug#9976)
1798
05a61ee3
SM
17992011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
1800
1801 * files.el (find-file): Always use selected-window.
1802
be7f5545
MR
18032011-11-07 Martin Rudalics <rudalics@gmx.at>
1804
1805 * window.el (window-combinations): Make WINDOW argument
1806 mandatory. Rewrite doc-string.
1807 (walk-window-subtree, window-atom-check, window-min-delta)
1808 (window-max-delta, window--resize-this-window)
1809 (window--resize-root-window-vertically, window-tree)
1810 (balance-windows, window-state-put): Rewrite doc-strings as to
1811 not mention the term "subwindow".
1812 (window--resize-subwindows-skip-p): Rename to
1813 window--resize-child-windows-skip-p.
1814 (window--resize-subwindows-normal): Rename to
1815 window--resize-child-windows-normal.
1816 (window--resize-subwindows): Rename to
1817 window--resize-child-windows.
1818 (window-or-subwindow-p): Rename to window--in-subtree-p.
1819
3c6702ef
ML
18202011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
1821
1822 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
1823 Ensure that mbox format messages end in two newlines (Bug#9974).
1824
49745b39
CY
18252011-11-06 Chong Yidong <cyd@gnu.org>
1826
1827 * window.el (window-combination-p): Function deleted; its
1828 side-effect is not used in any existing code.
1829 (window-combinations, window-combined-p): Call window-*-child
1830 directly.
1831
24300f5f
CY
18322011-11-05 Chong Yidong <cyd@gnu.org>
1833
1834 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
1835 (window-size-ignore, window-state-get): Callers changed.
1836 (window-normalize-window): Rename from window-normalize-any-window.
1837 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 1838 (window-normalize-live-window): Delete.
447f16b8
CY
1839 (window-combination-p, window-combined-p, window-combinations)
1840 (walk-window-subtree, window-atom-root, window-min-size)
1841 (window-sizable, window-sizable-p, window-size-fixed-p)
1842 (window-min-delta, window-max-delta, window-resizable)
1843 (window-resizable-p, window-full-height-p, window-full-width-p)
1844 (window-current-scroll-bars, window-point-1, set-window-point-1)
1845 (window-at-side-p, window-in-direction, window-resize)
1846 (adjust-window-trailing-edge, maximize-window, minimize-window)
1847 (window-deletable-p, delete-window, delete-other-windows)
1848 (record-window-buffer, unrecord-window-buffer)
1849 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
1850 (quit-window, split-window, window-state-put)
1851 (set-window-text-height, fit-window-to-buffer)
1852 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 1853
89bd5ee1
EZ
18542011-11-04 Eli Zaretskii <eliz@gnu.org>
1855
53479029
EZ
1856 * mail/rmail.el (rmail-simplified-subject): Decode subject with
1857 rfc2047-decode-string.
1858 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
1859 warnings.
1860
89bd5ee1
EZ
1861 * window.el (window-body-height, window-body-width): Mention in
1862 the doc string that the return values are in frame's canonical
1863 units. (Bug#9949)
1864
bd17fdee
AM
18652011-11-03 Alan Mackenzie <acm@muc.de>
1866
1867 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
1868 change in cc-engine.el.
1869
acc825c5
SM
18702011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
1871
1872 * window.el (switch-to-buffer): Use `force-same-window' interactively.
1873
1885e5b8
MR
18742011-11-02 Martin Rudalics <rudalics@gmx.at>
1875
1876 * window.el (quit-window): Call unrecord-window-buffer after
1877 showing another buffer in the window. (Bug#9937)
acc825c5 1878 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 1879
ebe06da9
JB
18802011-11-02 Juanma Barranquero <lekktu@gmail.com>
1881
1882 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
1883 Accept status with more than 9 shelves. (Bug#9935)
1884 Reported by Colin D Bennett <colin@gibibit.com>.
1885
4ee88440
MR
18862011-11-01 Martin Rudalics <rudalics@gmx.at>
1887
1888 * help.el (with-help-window): Don't reference
1889 temp-buffer-show-specifiers in doc-string.
1890
08e1d82c
AS
18912011-10-31 Andreas Schwab <schwab@linux-m68k.org>
1892
1893 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
1894 menu-item.
1895
84bd6e9e
VJL
18962011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1897
1898 * whitespace.el: New version 13.2.2.
1899 (whitespace-newline-mode): Disable properly. Reported by Sarah
1900 <EmacsWiki>.
1901
dba0634a
UJ
19022011-10-30 Ulf Jasper <ulf.jasper@web.de>
1903
1904 * net/newst-treeview.el: Remove "Time-stamp".
1905 (newsticker--group-manage-orphan-feeds): Do not call
1906 newsticker--treeview-tree-update.
db22a3c2
JB
1907 (newsticker-treeview-update, newsticker-treeview):
1908 Call newsticker--treeview-tree-update if necessary.
dba0634a 1909
3d8daefe
MR
19102011-10-30 Martin Rudalics <rudalics@gmx.at>
1911
1912 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
1913 (window-iso-combinations): Remove "iso-" infix.
1914 Suggested by Chong Yidong.
3d8daefe
MR
1915 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
1916 (window-max-delta-1, window-resize, window--resize-siblings)
1917 (window--resize-this-window, adjust-window-trailing-edge)
1918 (split-window, balance-windows-1)
1919 (shrink-window-if-larger-than-buffer):
1920 * calendar/calendar.el (calendar-generate-window):
db22a3c2 1921 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 1922
1bc4c3ae
SM
19232011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1924
1925 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
1926 in place (bug#9907).
1927 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
1928 (eshell-rewrite-if-command, eshell-rewrite-for-command)
1929 (eshell-structure-basic-command, eshell-rewrite-while-command)
1930 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
1931 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
1932 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
1933 (eshell-do-pipelines-synchronously, eshell-eval-command):
1934 Use backquotes and prefer setq to set.
1935 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
1936 (eshell-macrop): Use functionp.
c1e2f5fa 1937 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 1938
30b65d9c
CY
19392011-10-30 Chong Yidong <cyd@gnu.org>
1940
1941 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
1942 instead of set-mark (Bug#9810).
1943
2d197ffb
CY
19442011-10-30 Chong Yidong <cyd@gnu.org>
1945
1946 * window.el (split-window-below, split-window-right): Rename from
1947 split-window-above-each-other and split-window-side-by-side
1948 respectively. All callers changed.
1949 (split-window-sensibly, split-window-sensibly): Use them.
1950 (split-window-keep-point): Doc fix.
1951
1952 * isearch.el: Add isearch-scroll property to split-window-below
1953 and split-window-right.
1954
1955 * follow.el (follow-mode):
1956 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
1957 * progmodes/ada-xref.el (ada-gdb-application):
1958 * emulation/vip.el (vip-buffer-in-two-windows):
1959 * image-dired.el (image-dired-dired-with-window-configuration):
1960 * dired-x.el (dired-do-find-marked-files):
1961 * dired.el (dired-pop-to-buffer):
1962 * bs.el (bs--show-with-configuration):
1963 * vc/emerge.el (emerge-setup-windows):
1964 * textmodes/two-column.el (2C-two-columns):
1965 * textmodes/reftex-toc.el (reftex-toc):
1966 * progmodes/gdb-mi.el (gdb-setup-windows):
1967 * progmodes/fortran.el (fortran-window-create):
1968 * net/newst-treeview.el (newsticker--treeview-window-init):
1969 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
1970 * emulation/tpu-edt.el (tpu-gold-map):
1971 * emulation/crisp.el (crisp-mode-map):
1972 * calendar/calendar.el (calendar-basic-setup): Callers changed.
1973
38bb2ca8
CY
19742011-10-29 Chong Yidong <cyd@gnu.org>
1975
aa4de341
CY
1976 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
1977
e1eb5385
CY
1978 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
1979
5d2ece3c
CY
1980 * textmodes/flyspell.el (flyspell-word): Fix char offset for
1981 forged Ispell output (Bug#7904).
1982
38bb2ca8
CY
1983 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
1984
d0af9f77
SM
19852011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1986
1987 * doc-view.el: Avoid ugly errors about not finding nil.
1988 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
1989 (doc-view-dvipdf-program, doc-view-unoconv-program)
1990 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
1991 Avoid nil or absolute file name as default value.
1992 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
1993
52bedd34
AM
19942011-10-28 Alan Mackenzie <acm@muc.de>
1995
db22a3c2 1996 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 1997
7e43cfa5
AM
19982011-10-28 Alan Mackenzie <acm@muc.de>
1999
2000 Amend the handling of c-beginning/end-of-defun in nested declaration
2001 scopes.
2002
52bedd34
AM
2003 * progmodes/cc-vars.el (c-defun-tactic): Move here from
2004 cc-langs.el. Change it to a defcustom.
7e43cfa5 2005
52bedd34
AM
2006 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
2007 cc-vars.el.
7e43cfa5 2008
d0af9f77
SM
2009 * progmodes/cc-engine.el (c-beginning-of-statement-1):
2010 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 2011
52bedd34 2012 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 2013 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
2014 (c-widen-to-enclosing-decl-scope): New function.
2015 (c-while-widening-to-decl-block): New macro.
2016 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
2017 outward for defun boundaries, and correspondingly change symbol
2018 `respect-enclosure' to `go-outward'.
2019 (c-declaration-limits): Change algorithm to report only the "innermost"
2020 defun's boundaries.
2021
1a2ce9ee
DD
20222011-10-28 Deniz Dogan <deniz@dogan.se>
2023
2024 * net/rcirc.el (rcirc-mode): Use hard newlines.
2025
bc97a826
AM
20262011-10-28 Alan Mackenzie <acm@muc.de>
2027
2028 Amend to indent and fontify macros "which include their own semicolon"
2029 correctly, using the "virtual semicolon" mechanism.
2030
52bedd34 2031 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 2032
d0af9f77 2033 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 2034 Recode to scan one line at a time rather than having \n and \r
58179cce 2035 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 2036 (c-forward-label): Amend for virtual semicolons.
58179cce 2037 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 2038
52bedd34
AM
2039 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
2040 of the new C macros.
bc97a826 2041
52bedd34 2042 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
2043 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
2044 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
2045 (c-opt-cpp-macro-define): Make into a full language variable.
2046 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
2047 AWK Mode (including \n, \r) removed, no longer needed.
2048
d0af9f77
SM
2049 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
2050 Invoke c-make-macro-with-semi-re.
bc97a826 2051
52bedd34
AM
2052 * progmodes/cc-vars.el (c-macro-with-semi-re):
2053 (c-macro-names-with-semicolon): New variables.
58179cce 2054 (c-make-macro-with-semi-re): New function.
bc97a826 2055
7a6c0941
SM
20562011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2057
2058 * vc/log-edit.el: Fill empty field rather than adding new one.
2059 (log-edit-add-field): New function.
2060 (log-edit-insert-changelog): Use it.
2061
b0c4cdcf
ML
20622011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
2063
2064 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
2065
ee1f1da9
SM
20662011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2067
2068 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
2069 (gdb--check-interpreter): New function.
2070 (gdb): Use it.
2071
51bc5f8b
GM
20722011-10-27 Glenn Morris <rgm@gnu.org>
2073
416a2c45
GM
2074 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
2075 (least-positive-float, least-negative-float)
2076 (least-positive-normalized-float, least-negative-normalized-float)
2077 (float-epsilon, float-negative-epsilon):
2078 Remove unnecessary declarations.
2079
2080 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
2081 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
2082 (least-positive-float, least-negative-float)
2083 (least-positive-normalized-float, least-negative-normalized-float)
2084 (float-epsilon, float-negative-epsilon): Add doc-strings,
2085 based on those in cl.texi.
2086
51bc5f8b
GM
2087 * files.el (set-visited-file-name): If the major-mode changed,
2088 reload the local variables. (Bug#9796)
2089
15de15c6
CY
20902011-10-27 Chong Yidong <cyd@gnu.org>
2091
2092 * subr.el (change-major-mode-after-body-hook): New hook.
2093 (run-mode-hooks): Run it.
2094
ee1f1da9
SM
2095 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2096 Use change-major-mode-before-body-hook.
15de15c6
CY
2097
2098 * simple.el (fundamental-mode):
2099 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
2100 change introducing fundamental-mode-hook.
2101
5430d399
JB
21022011-10-26 Juanma Barranquero <lekktu@gmail.com>
2103
acc825c5 2104 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 2105
ad74a69e
MA
21062011-10-26 Michael Albinus <michael.albinus@gmx.de>
2107
2108 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 2109 tramp.el explicitly. (Bug#7583)
ad74a69e 2110
71d4c2a5
SM
21112011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
2112
2113 * progmodes/octave-mod.el:
2114 * progmodes/octave-inf.el: Update maintainer.
2115
b1f6fa26
CY
21162011-10-26 Chong Yidong <cyd@gnu.org>
2117
2118 * subr.el (with-wrapper-hook): Rewrite doc.
2119
3f04efd6
MA
21202011-10-25 Michael Albinus <michael.albinus@gmx.de>
2121
2122 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 2123 filenames "/method:foo:". (Bug#9793)
3f04efd6 2124
410488d3
SM
21252011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2126
2127 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
2128 (bug#9865).
2129
c1ebb47e
GM
21302011-10-24 Glenn Morris <rgm@gnu.org>
2131
2132 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
2133
7f5c46c7
MA
21342011-10-24 Michael Albinus <michael.albinus@gmx.de>
2135
2136 * notifications.el: Add the requirement of a running D-Bus session
2137 bus to the Commentary.
2138
db2440b6
JL
21392011-10-24 Juri Linkov <juri@jurta.org>
2140
2141 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
2142 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
2143 (Bug#9364)
2144
feecf435
JL
21452011-10-24 Juri Linkov <juri@jurta.org>
2146
2147 * info.el (Info-following-node-name-re): Add newline to the list
2148 of allowed characters for leading space. (Bug#9824)
2149
a3839de2
SM
21502011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2151
acc825c5
SM
2152 * progmodes/octave-inf.el (inferior-octave-mode-map):
2153 Fix C-c C-h binding.
a3839de2
SM
2154 * progmodes/octave-mod.el (octave-help): Remove.
2155
09388e76
MA
21562011-10-23 Michael Albinus <michael.albinus@gmx.de>
2157
2158 Sync with Tramp 2.2.3.
2159
2160 * net/tramp-cache.el (top): Pacify byte-compiler using
2161 `init-file-user' and `site-run-file'.
2162
2163 * net/trampver.el: Update release number.
2164
86c60681
CY
21652011-10-23 Chong Yidong <cyd@gnu.org>
2166
2167 * files.el (toggle-read-only): Remove obsolete comment about
2168 version control.
2169
2170 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
2171 for toggle-read-only. Note that this hasn't called vc-next-action
2172 since 2008-05-02, though it wasn't documented at the time.
2173
a3839de2
SM
2174 * vc/ediff-init.el (ediff-toggle-read-only-function):
2175 Use toggle-read-only.
86c60681 2176
cd5495ff
AM
21772011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
2178
2179 Fix bug #9560, sporadic wrong indentation; improve instrumentation
2180 of c-parse-state.
2181
00b77525 2182 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 2183 correct faulty logical expression.
cd5495ff
AM
2184 (c-parse-state-state, c-record-parse-state-state):
2185 (c-replay-parse-state-state): New defvar/defuns.
2186 (c-debug-parse-state): Use new functions.
2187
42ee24ed
MR
21882011-10-22 Martin Rudalics <rudalics@gmx.at>
2189
2190 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 2191 last fix. Use window-in-direction correctly.
42ee24ed 2192
a7dee7e7
CY
21932011-10-21 Chong Yidong <cyd@gnu.org>
2194
2195 * progmodes/idlwave.el (idlwave-mode):
2196 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
2197 require-final-newline; that's done in prog-mode.
2198 Suggested by Stefan Monnier.
a7dee7e7 2199
e07b9a6d
MR
22002011-10-21 Martin Rudalics <rudalics@gmx.at>
2201
2202 * mouse.el (mouse-drag-window-above)
2203 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
2204 (mouse-drag-mode-line-1, mouse-drag-header-line)
2205 (mouse-drag-vertical-line-rightward-window): Remove.
2206 (mouse-drag-line): New function.
2207 (mouse-drag-mode-line, mouse-drag-header-line)
2208 (mouse-drag-vertical-line): Call mouse-drag-line.
2209 * window.el (window-at-side-p, windows-at-side): New functions.
2210
7e1361d9
UM
22112011-10-21 Ulrich Mueller <ulm@gentoo.org>
2212
2213 * tar-mode.el (tar-grind-file-mode):
2214 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
2215
30fcaf3a
CY
22162011-10-21 Chong Yidong <cyd@gnu.org>
2217
2218 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
2219 * progmodes/vera-mode.el (vera-mode):
2220 Use mode-require-final-newline.
30fcaf3a 2221
516eddb0
GM
22222011-10-20 Glenn Morris <rgm@gnu.org>
2223
db22a3c2 2224 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 2225
10d5f513
CS
22262011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
2227
2228 * emulation/cua-base.el (cua-set-mark): Fix case of string.
2229
ac6c8639
CY
22302011-10-20 Chong Yidong <cyd@gnu.org>
2231
2232 * emulation/cua-base.el (cua-mode):
2233 * mail/footnote.el (footnote-mode):
2234 * mail/mailabbrev.el (mail-abbrevs-mode):
2235 * net/xesam.el (xesam-minor-mode):
2236 * progmodes/bug-reference.el (bug-reference-mode):
2237 * progmodes/cap-words.el (capitalized-words-mode):
2238 * progmodes/compile.el (compilation-minor-mode)
2239 (compilation-shell-minor-mode):
2240 * progmodes/gud.el (gud-tooltip-mode):
2241 * progmodes/hideif.el (hide-ifdef-mode):
2242 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
2243 * progmodes/subword.el (subword-mode):
2244 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
2245 * progmodes/which-func.el (which-function-mode):
2246 * term/tvi970.el (tvi970-set-keypad-mode):
2247 * term/vt100.el (vt100-wide-mode):
2248 * textmodes/flyspell.el (flyspell-mode):
2249 * textmodes/ispell.el (ispell-minor-mode):
2250 * textmodes/nroff-mode.el (nroff-electric-mode):
2251 * textmodes/paragraphs.el (use-hard-newlines):
2252 * textmodes/refill.el (refill-mode):
2253 * textmodes/reftex.el (reftex-mode):
2254 * textmodes/rst.el (rst-minor-mode):
2255 * textmodes/sgml-mode.el (html-autoview-mode)
2256 (sgml-electric-tag-pair-mode):
2257 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
2258 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
2259 * emulation/crisp.el (crisp-mode):
2260 * emacs-lisp/eldoc.el (eldoc-mode):
2261 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
2262 minor mode behavior.
2263
aa42ab43
JL
22642011-10-19 Juri Linkov <juri@jurta.org>
2265
2266 * descr-text.el (describe-char): Add #x2010 and #x2011 to
2267 the list of hard-coded chars with escape-glyph face.
2268
89400f1d
SM
22692011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2270
2271 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
2272
305c07f6
MA
22732011-10-19 Michael Albinus <michael.albinus@gmx.de>
2274
2275 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
2276 running process.
2277
13754b54
GM
22782011-10-19 Glenn Morris <rgm@gnu.org>
2279
2280 * vc/vc-bzr.el (vc-bzr-after-dir-status):
2281 Ignore ignored files. (Bug#9726)
2282
06e21633
CY
22832011-10-19 Chong Yidong <cyd@gnu.org>
2284
2285 Doc fix for minor modes, stating that an omitted argument enables
2286 the mode unconditionally when called from Lisp.
2287
2288 * abbrev.el (abbrev-mode):
2289 * allout.el (allout-mode):
2290 * autoinsert.el (auto-insert-mode):
2291 * autoarg.el (autoarg-mode, autoarg-kp-mode):
2292 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
2293 (global-auto-revert-mode):
2294 * battery.el (display-battery-mode):
2295 * composite.el (global-auto-composition-mode)
2296 (auto-composition-mode):
2297 * delsel.el (delete-selection-mode):
2298 * desktop.el (desktop-save-mode):
2299 * dired-x.el (dired-omit-mode):
2300 * dirtrack.el (dirtrack-mode):
2301 * doc-view.el (doc-view-minor-mode):
2302 * double.el (double-mode):
2303 * electric.el (electric-indent-mode, electric-pair-mode):
2304 * emacs-lock.el (emacs-lock-mode):
2305 * epa-hook.el (auto-encryption-mode):
2306 * follow.el (follow-mode):
2307 * font-core.el (font-lock-mode):
2308 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
2309 * help.el (temp-buffer-resize-mode):
2310 * hilit-chg.el (highlight-changes-mode)
2311 (highlight-changes-visible-mode):
2312 * hi-lock.el (hi-lock-mode):
2313 * hl-line.el (hl-line-mode, global-hl-line-mode):
2314 * icomplete.el (icomplete-mode):
2315 * ido.el (ido-everywhere):
2316 * image-file.el (auto-image-file-mode):
2317 * image-mode.el (image-minor-mode):
2318 * iswitchb.el (iswitchb-mode):
2319 * jka-cmpr-hook.el (auto-compression-mode):
2320 * linum.el (linum-mode):
2321 * longlines.el (longlines-mode):
2322 * master.el (master-mode):
2323 * mb-depth.el (minibuffer-depth-indicate-mode):
2324 * menu-bar.el (menu-bar-mode):
2325 * minibuf-eldef.el (minibuffer-electric-default-mode):
2326 * mouse-sel.el (mouse-sel-mode):
2327 * msb.el (msb-mode):
2328 * mwheel.el (mouse-wheel-mode):
2329 * outline.el (outline-minor-mode):
2330 * paren.el (show-paren-mode):
2331 * recentf.el (recentf-mode):
2332 * reveal.el (reveal-mode, global-reveal-mode):
2333 * rfn-eshadow.el (file-name-shadow-mode):
2334 * ruler-mode.el (ruler-mode):
2335 * savehist.el (savehist-mode):
2336 * scroll-all.el (scroll-all-mode):
2337 * scroll-bar.el (scroll-bar-mode):
2338 * server.el (server-mode):
2339 * shell.el (shell-dirtrack-mode):
2340 * simple.el (auto-fill-mode, transient-mark-mode)
2341 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
2342 (line-number-mode, column-number-mode, size-indication-mode)
2343 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
2344 * strokes.el (strokes-mode):
2345 * time.el (display-time-mode):
2346 * t-mouse.el (gpm-mouse-mode):
2347 * tool-bar.el (tool-bar-mode):
2348 * tooltip.el (tooltip-mode):
2349 * type-break.el (type-break-mode-line-message-mode)
2350 (type-break-query-mode):
2351 * view.el (view-mode):
2352 * whitespace.el (whitespace-mode, whitespace-newline-mode)
2353 (global-whitespace-mode, global-whitespace-newline-mode):
2354 * xt-mouse.el (xterm-mouse-mode): Doc fix.
2355
a3839de2
SM
2356 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2357 Fix autogenerated docstring.
06e21633 2358
5214e501
JL
23592011-10-19 Juri Linkov <juri@jurta.org>
2360
2361 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
2362 by checking environment variables "DESKTOP_SESSION" and
2363 "XDG_CURRENT_DESKTOP". (Bug#9779)
2364
195f8db9
JL
23652011-10-19 Juri Linkov <juri@jurta.org>
2366
2367 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
2368 (browse-url-chromium-program, browse-url-chromium-arguments):
2369 New defcustoms.
2370 (browse-url-default-browser): Check for `browse-url-chromium' and
2371 call `browse-url-chromium-program'.
2372 (browse-url-chromium): New command. (Bug#9779)
2373
343a34ff
JB
23742011-10-18 Juanma Barranquero <lekktu@gmail.com>
2375
2376 * facemenu.el (list-colors-duplicates): On Windows, detect more
2377 duplicates by assuming that only colors matching "^System" are
2378 special "system colors". (Bug#9722)
2379
6978a151
SM
23802011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2381
2382 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
2383 to distinguish the author from the committer.
2384
6a80b297
MA
23852011-10-18 Michael Albinus <michael.albinus@gmx.de>
2386
2387 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
2388
b31a5677
JK
23892011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
2390
2391 * international/mule.el (sgml-html-meta-auto-coding-function):
2392 Add support for detecting encoding in HTML5 specified only as
2393 <meta charset="UTF-8">. Implementation just makes http-equiv and
2394 content-type parts from HTML4 encoding string optional. (Bug#9716)
2395
80c6d77f
GM
23962011-10-18 Glenn Morris <rgm@gnu.org>
2397
2398 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
2399
08b0fee8
CY
24002011-10-18 Chong Yidong <cyd@gnu.org>
2401
2402 * faces.el (cursor): Doc fix.
2403
67e729a5
CY
24042011-10-17 Chong Yidong <cyd@gnu.org>
2405
2406 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
2407
343a34ff 24082011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
2409
2410 * dirtrack.el (dirtrack): Support shell buffers with path
2411 prefixes, e.g. tramp-based remote shells. (Bug#9647)
2412
0bc06380
TZ
24132011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
2414
2415 * json.el: Bump version to 1.3 and note change in History.
2416 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
2417
8b79f3e0
SM
24182011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2419
5a7c536b
SM
2420 * comint.el (comint-insert-input, comint-send-input)
2421 (comint-get-old-input-default, comint-backward-matching-input)
2422 (comint-next-prompt): Use nil instead of `input' for field property of
2423 past user input (bug#114).
2424
96a8a0df
SM
2425 * minibuffer.el (completion--replace): Inherit surrounding properties
2426 (bug#114).
2427 (minibuffer-complete-and-exit): Use it.
2428
8b79f3e0
SM
2429 * comint.el (comint--table-subvert): Quote the all-completions output
2430 (bug#9160).
2431
b8f7ff0d
MR
24322011-10-17 Martin Rudalics <rudalics@gmx.at>
2433
8b79f3e0 2434 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 2435
b8f7ff0d 2436 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 2437 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
2438 entries and separate them from frame entries.
2439
c235b555
GM
24402011-10-15 Glenn Morris <rgm@gnu.org>
2441
2442 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
2443 Doc fixes.
2444
6bbfa6e1
CY
24452011-10-15 Chong Yidong <cyd@stupidchicken.com>
2446
8b79f3e0
SM
2447 * net/network-stream.el (network-stream-open-starttls):
2448 Improve detection of failure due to lack of TLS support.
ec5c990d 2449
6bbfa6e1
CY
2450 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
2451 putting the input text in front and in bold.
2452
98488977
SM
24532011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
2454
3d1337be
SM
2455 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
2456
ee0b45e4
SM
2457 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
2458 empty buffer.
2459
98488977
SM
2460 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
2461 unread-command-events rather than pushing yet-another event.
2462
186f4720
EZ
24632011-10-14 Eli Zaretskii <eliz@gnu.org>
2464
2465 * mail/sendmail.el (sendmail-query-once): Improve the wording of
2466 the explanation of the possible choices. Make the options passed
2467 to completing-read shorter.
2468
8b7a997c
AM
24692011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2470
2471 * textmodes/flyspell.el (flyspell-large-region): Make sure
2472 extended character mode is used if defined (Bug#1339).
2473
12587bbb
EZ
24742011-10-13 Eli Zaretskii <eliz@gnu.org>
2475
2476 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
2477 character info for LRE, LRO, RLE, and RLO characters by appending
2478 an invisible PDF.
12587bbb 2479
bad41229
SM
24802011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
2481
2482 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
2483 even in case of error; add debug spec; simplify data flow.
2484 (with-timeout-handler): Remove.
2485
28dbc92f
MA
24862011-10-12 Michael Albinus <michael.albinus@gmx.de>
2487
2488 Fix Bug#6019, Bug#9315.
2489
2490 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
2491 complete `buffer-file-name', the local file name part could look
2492 remotely (for example on VMS).
2493
2494 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
2495 `tramp-run-real-handler'.
2496 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
2497 already quoted by '"'.
2498
2499 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
2500 Let `file-name-handler-alist' be nil, the local file name part
2501 could look remotely (for example on VMS).
2502
e1b0b23a
SM
25032011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2504
2505 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
2506 from here...
2507 (flyspell-post-command-hook): ...to here.
2508
a120bde9
SM
25092011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2510
2511 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
2512 if not needed.
2513 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
2514 using completion. Protect against "slow" callers.
2515 Remove the "message hack".
2516
7ce7717b
JL
25172011-10-11 Juri Linkov <juri@jurta.org>
2518
2519 * isearch.el (isearch-lazy-highlight-word): New variable.
2520 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
2521 Use it. (Bug#9727)
2522
c02ee9d6
GM
25232011-10-11 Glenn Morris <rgm@gnu.org>
2524
2525 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
2526 like f90-previous-statement does.
2527
93e616fd 25282011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2529
1f190e73 2530 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
2531 only in interactive use, to avoid error.
2532
af7b6078
SM
25332011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2534
2535 * minibuffer.el (completion-file-name-table): Fix last change,
2536 i.e. ignore normal errors but not the other ones.
2537
0563dae9
MR
25382011-10-10 Martin Rudalics <rudalics@gmx.at>
2539
2540 * window.el (special-display-buffer-names)
2541 (special-display-regexps): Remove some remnants of earlier
2542 changes from doc-strings.
366ca7f3
MR
2543 (quit-windows-on): New function.
2544
2545 * vc/vc.el (vc-revert, vc-rollback):
2546 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
2547 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 2548 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 2549
49677495
MR
25502011-10-09 Martin Rudalics <rudalics@gmx.at>
2551
2552 * window.el (frame-auto-hide-function): Add version tag.
2553 (Bug#9699)
2554
56f2d1e1
MA
25552011-10-09 Michael Albinus <michael.albinus@gmx.de>
2556
2557 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
2558 condition.
2559
112a6592
LL
25602011-10-09 Leo Liu <sdl.web@gmail.com>
2561
2562 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
2563 (Bug#9701)
2564
0812589b
GM
25652011-10-08 Glenn Morris <rgm@gnu.org>
2566
2567 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
2568 before the first code statement zero indent. (Bug#9690)
2569
b2b0776e
CY
25702011-10-08 Chong Yidong <cyd@stupidchicken.com>
2571
2572 * simple.el (count-words-region): Always count in the region.
2573 Report the number of lines and characters too.
2574 (count-words): New command, which counts in the buffer if the
2575 region is inactive, as count-words-region used to.
2576 (count-words--message): New function. Handle plurals.
2577 (count-lines-region): Make it an alias for count-words-region.
2578
2579 * bindings.el (esc-map): Replace count-lines-region with
2580 count-words-region.
2581
c557cd6b
MR
25822011-10-08 Martin Rudalics <rudalics@gmx.at>
2583
2584 * window.el (window--delete): Delete dedicated frame
2585 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 2586 (switch-to-buffer): Fix doc-string typo.
c557cd6b 2587
61a57ef4 25882011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2589
2590 * lisp/eshell/eshell.el (eshell-command): Avoid using hooks.
2591
c3833279
CY
25922011-10-07 Chong Yidong <cyd@stupidchicken.com>
2593
2594 * bindings.el ([M-left],[M-right]): Bind to left-word and
2595 right-word respectively.
2596
21ce8245
GM
25972011-10-07 Glenn Morris <rgm@gnu.org>
2598
2599 * cus-start.el (debug-on-quit): Fix custom type.
2600
6d823bb2
LMI
26012011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2602
0181e193
LMI
2603 * subr.el (define-key-after): Clarify that the function is not
2604 useful for non-menu keymaps.
2605
6d823bb2
LMI
2606 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
2607
8e3459ce 26082011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2609
21ce8245 2610 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 2611 in current minibuffer (Fix bug with recursive minibuffers).
2612
a1c2d21e
CY
26132011-10-06 Chong Yidong <cyd@stupidchicken.com>
2614
2615 * progmodes/gdb-mi.el (gdb): Doc fix.
2616
5a4cf282
MR
26172011-10-05 Martin Rudalics <rudalics@gmx.at>
2618
2619 * window.el (frame-auto-hide-function): New option replacing
2620 frame-auto-delete. Suggested by Stefan Monnier.
2621 (window--delete): Call frame-auto-hide-function instead of
2622 investigating frame-auto-delete.
c96111ea
MR
2623 (window-point-1, set-window-point-1): New functions.
2624 (window-in-direction, record-window-buffer, window-state-get-1)
2625 (display-buffer-record-window): Use window-point-1 instead of
2626 window-point.
2627 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 2628
9854542e
SM
26292011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
2630
2631 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
2632
8943cfb0
GM
26332011-10-05 Glenn Morris <rgm@gnu.org>
2634
2635 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
2636 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
2637
647ab967
LL
26382011-10-05 Leo Liu <sdl.web@gmail.com>
2639
2640 * subr.el (read-char-choice): Fix argument to buffer-live-p which
2641 works with buffer object.
2642
3ddfbced
SM
26432011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
2644
2645 * mpc.el (mpc-tool-bar-map): Add labels.
2646
bdfa5dd2
GM
26472011-10-04 Glenn Morris <rgm@gnu.org>
2648
2649 * calendar/holidays.el (calendar-check-holidays): Doc fix.
2650
0e2070b5
MR
26512011-10-04 Martin Rudalics <rudalics@gmx.at>
2652
2653 * window.el (window--delete): New function.
2654 (frame-auto-delete): Resuscitate option.
2655 (bury-buffer, replace-buffer-in-windows)
2656 (quit-window): Rewrite using window--delete.
2657 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
2658 Pass display-buffer-mark-dedicated to window--display-buffer-2
2659 (Bug#9639).
2660
3dc61a09
SM
26612011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2662
915a9b64
SM
2663 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
2664 returns a list (bug#9554). Add remote file name completion.
2665 * comint.el (comint--table-subvert): Curry and get quote&unquote
2666 functions as arguments.
2667 (comint--complete-file-name-data): Adjust call accordingly.
2668 * pcomplete.el (pcomplete--table-subvert): Remove.
2669 (pcomplete-completions-at-point): Use comint--table-subvert instead.
2670
3dc61a09
SM
2671 * minibuffer.el (completion-table-case-fold): Use currying.
2672 (completion--styles-type, completion--cycling-threshold-type):
2673 New constants.
2674 (completion-styles, completion-category-overrides)
2675 (completion-cycle-threshold): Use them.
2676 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
2677 completion-table-case-fold.
2678
8ea0a993
SB
26792011-10-03 Stephen Berman <stephen.berman@gmx.net>
2680
2681 * minibuffer.el (completion-category-overrides): Fix type of styles
2682 and add more user friendly tags (bug#9660).
2683
8c24b7f6
SM
26842011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2685
2686 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
2687 (mule-input-method-string): New widget.
2688 (default-input-method, language-info-custom-alist): Use it.
2689
428fe61a
SM
26902011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
2691
32c1fffd
SM
2692 * pcomplete.el: Require comint.
2693 (pcomplete--common-suffix): Remove.
2694 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
2695 (pcomplete--table-subvert): Sync with comint--table-subvert.
2696 (pcomplete--entries): Use comint-completion-file-name-table.
2697 * comint.el (comint-unquote-filename): Simplify.
2698 (comint-completion-file-name-table): New function (bug#9616).
2699 (comint--complete-file-name-data): Use it.
2700
428fe61a
SM
2701 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
2702 (pcmpl-gnu-tar-buffer): Remove.
2703 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
2704 around. Make sure pcomplete-suffix-list is only changed temporarily.
2705 Don't look inside the tar's file if it's too large.
428fe61a 2706
04c52e2f
CY
27072011-10-01 Chong Yidong <cyd@stupidchicken.com>
2708
ce3cefcc
CY
2709 * cus-edit.el (custom-mode-map):
2710 * epa.el (epa-key-list-mode-map):
2711 * man.el (Man-mode-map):
2712 * startup.el (splash-screen-keymap):
2713 * simple.el (special-mode-map): Use scroll-up-command and
2714 scroll-down-command.
2715
2716 * progmodes/idlw-help.el (idlwave-help-mode-map):
2717 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
2718 * net/newst-plainview.el (newsticker-mode-map):
2719 * emulation/ws-mode.el (wordstar-mode-map):
2720 * emulation/vi.el (vi-com-map):
2721 * calc/calc-graph.el (calc-graph-show-dumb):
2722 * term/sun.el (terminal-init-sun):
2723 * term/ns-win.el (global-map):
2724 * progmodes/grep.el (grep-mode-map):
2725 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
2726 * mail/rmail.el (rmail-mode-map):
2727 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
2728
04c52e2f
CY
2729 * custom.el (custom-safe-themes, load-theme): Treat value of t for
2730 custom-safe-themes as special.
2731
79adf8c8
JD
27322011-10-01 Julien Danjou <julien@danjou.info>
2733
2734 * notifications.el (notifications-notify): Fix docstring.
2735
63bd50d3
PS
27362011-10-01 Per Starbäck <per@starback.se>
2737
2738 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
2739
199e4c7e
MR
27402011-09-30 Martin Rudalics <rudalics@gmx.at>
2741
2742 * startup.el (command-line-1): Fix last fix by inserting
2743 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 2744 (Bug#9605) and (Bug#9636)
199e4c7e 2745
fe5f08dd
EZ
27462011-09-29 Eli Zaretskii <eliz@gnu.org>
2747
2748 * simple.el (line-move): If auto-hscroll-mode is disabled and the
2749 window is hscrolled, move by logical lines. (Bug#9607)
2750 (line-move-visual): Update the doc string to the above effect.
2751
b5516bbd
MR
27522011-09-29 Martin Rudalics <rudalics@gmx.at>
2753
ccee00c0
MR
2754 * window.el (display-buffer-record-window): When WINDOW is the
2755 selected window use `point' instead of `window-point'. (Bug#9626)
2756
b5516bbd
MR
2757 * startup.el (command-line-1): Use insert-before-markers when
2758 inserting initial-scratch-message. (Bug#9605)
ccee00c0 2759
b5516bbd
MR
2760 * help.el (help-window): Remove variable.
2761
52aa0014
GM
27622011-09-29 Glenn Morris <rgm@gnu.org>
2763
2764 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
2765
df9a7357
JB
27662011-09-29 Juanma Barranquero <lekktu@gmail.com>
2767
2768 * descr-text.el (describe-char-categories): Accept category
2769 descriptions more than one line long.
2770
a8406c20
SM
27712011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2772
88d9610c
SM
2773 * simple.el (delete-trailing-whitespace): Fix last change.
2774
a5daf810
SM
2775 * progmodes/perl-mode.el (perl-syntax-propertize-function):
2776 Don't confuse "y => 3" as the beginning of a `y' operation.
2777
a8406c20
SM
2778 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
2779 object has more than 4 slots (bug#9613).
2780
a239d4e9
JB
27812011-09-28 Juanma Barranquero <lekktu@gmail.com>
2782
2783 * subr.el (with-output-to-temp-buffer):
2784 * net/quickurl.el (quickurl, quickurl-browse-url):
2785 Fix typos in docstrings.
2786
693fbdb6
EZ
27872011-09-27 Eli Zaretskii <eliz@gnu.org>
2788
2789 * minibuffer.el (completion-styles)
2790 (completion-category-overrides): Cross reference each other in doc
2791 strings.
2792
8b457e28
GM
27932011-09-27 Glenn Morris <rgm@gnu.org>
2794
2795 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
2796 to split-string. (Bug#9606)
2797
85a16208
LMI
27982011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2799
2800 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
2801 (bug#9615).
2802
502f9ebd
CY
28032011-09-27 Chong Yidong <cyd@stupidchicken.com>
2804
2805 * emacs-lisp/package.el (list-packages): Fix echo area message.
2806
7690bdea
LL
28072011-09-27 Leo Liu <sdl.web@gmail.com>
2808
2809 * ido.el (ido-read-internal): Accept cons cell HIST arg.
2810
e2ee6f30
MA
28112011-09-25 Michael Albinus <michael.albinus@gmx.de>
2812
2813 * net/dbus.el (dbus-unregister-object): Don't release services for
2814 registered signals. (Bug#9581)
2815
f3f98342
TZ
28162011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
2817
2818 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
2819 function that picks between cfengine 2 and 3 support
2820 automatically. Update docs accordingly.
2821
dd7aa8dd
KH
28222011-09-22 Kenichi Handa <handa@m17n.org>
2823
2824 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
2825 ZERO.
2826 (indian-itrans-v5-table-for-tamil): New variable.
2827 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
2828
3f2b07f8
KM
28292011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
2830
2831 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
2832 that's true if the current command involved collapsing of text.
2833 It's reset to false at the beginning of the next command.
2834 (allout-post-command-business): Move the cursor to the beginning
2835 of entry if the cursor is hidden and collapsing activity just
2836 happened.
2837
371d6a61
CY
28382011-09-24 Chong Yidong <cyd@stupidchicken.com>
2839
2840 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
2841 tracking (Bug#9541).
2842
2ac2721a
UJ
28432011-09-24 Ulf Jasper <ulf.jasper@web.de>
2844
2845 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
2846 (newsticker-show-news): Automatically load html rendering package
2847 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
2848 because w3m-fill-column is let-bound" and the error "Symbol's value
2849 as variable is void: w3m-fill-column".
2ac2721a 2850
fac7ae53
MA
28512011-09-24 Michael Albinus <michael.albinus@gmx.de>
2852
2853 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
2854 Release services only if they are defined. (Bug#9581)
2855
e08b633b
RS
28562011-09-23 Richard Stallman <rms@gnu.org>
2857
e488d29c
RS
2858 * textmodes/paragraphs.el (forward-sentence): For backwards case,
2859 distinguish start of paragraph from start of its text.
2860
19c38752
RS
2861 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
2862
e08b633b
RS
2863 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
2864 (rmail-generate-viewer-buffer): Put that hook on view buffer.
2865 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
2866
0a39f27e
AS
28672011-09-23 Andreas Schwab <schwab@linux-m68k.org>
2868
2869 * international/mule-diag.el (mule-diag): Insert a newline after
2870 each fontset description.
2871
db4e950d
SM
28722011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
2873
2874 * simple.el (delete-trailing-whitespace):
2875 Document last change; simplify.
2876
eca3f3ea
PW
28772011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
2878
d68e189a
PW
2879 * simple.el (delete-trailing-whitespace): Also delete
2880 extra newlines at the end of the buffer.
2881
eca3f3ea
PW
2882 * textmodes/picture.el: Make motion commands obey shift-select-mode.
2883 (picture-newline): Use forward-line so as to ignore fields.
2884
01c157cc
SM
28852011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
2886
2887 * subr.el (with-wrapper-hook): Fix edebug spec.
2888
022de23e
LMI
28892011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2890
2891 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
2892 (bug#4538).
2893
91683089
MA
28942011-09-23 Michael Albinus <michael.albinus@gmx.de>
2895
eca3f3ea
PW
2896 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
2897 Fix nasty bug using wrong cached values.
91683089 2898
5bdd6fa4
AM
28992011-09-23 Alan Mackenzie <acm@muc.de>
2900
2901 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
2902
97adfb97
CY
29032011-09-23 Chong Yidong <cyd@stupidchicken.com>
2904
2905 * window.el (pop-to-buffer): Ensure right window is selected if we
2906 chose another frame.
2907
d4ef2b50
EZ
29082011-09-22 Eli Zaretskii <eliz@gnu.org>
2909
2910 * simple.el (what-cursor-position): Use get-char-property-change
2911 and next-single-char-property-change, to be able to show display
2912 properties that come from overlays as well as text properties.
2913
72258fe5
CY
29142011-09-22 Chong Yidong <cyd@stupidchicken.com>
2915
2916 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
2917
2918 * cmuscheme.el (run-scheme, switch-to-scheme):
2919 * cus-edit.el (customize-group, custom-buffer-create)
2920 (customize-browse):
2921 * info.el (info):
2922 * shell.el (shell):
2923 * mail/sendmail.el (mail):
2924 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
2925
8f098516
RS
29262011-09-22 Richard Stallman <rms@gnu.org>
2927
2928 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
2929 move back only to line beg, don't move back over blank lines.
2930
e74f1bb6
MA
29312011-09-22 Michael Albinus <michael.albinus@gmx.de>
2932
2933 * files.el (copy-directory): Set directory attributes only in case
2934 they could be retrieved from the source directory. (Bug#9565)
2935
bfeef8b6
DK
29362011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
2937
2938 * progmodes/hideshow.el (hs-looking-at-block-start-p)
2939 (hs-find-block-beginning, hs-hide-level-recursive):
2940 Ignore strings as well as comments. (Bug#9502)
2941
7e423bb8
AS
29422011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
2943
2944 * progmodes/sql.el (sql-comint-postgres):
2945 Convert port number to a string. (Bug#9566)
2946
b4d72fcf
MR
29472011-09-22 Martin Rudalics <rudalics@gmx.at>
2948
2949 * window.el (quit-window): Undedicate window when switching to
2950 previous buffer. Reported by Thierry Volpiatto
2951 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
2952 (special-display-popup-frame): When popping up a new frame reset
2953 its previous buffers to nil. Simplify code.
b4d72fcf 2954
a7b88dc6
MA
29552011-09-21 Michael Albinus <michael.albinus@gmx.de>
2956
2957 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
2958 and process filter, as done also in `shell-command'.
2959
cf4eacfd
MR
29602011-09-21 Martin Rudalics <rudalics@gmx.at>
2961
eca3f3ea 2962 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
2963 Call set-window-start with NOFORCE argument t.
2964 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
2965 (quit-window): Reword doc-string. Handle new format of
2966 quit-restore parameter. Don't delete window if it has a
2967 previous buffer we can show instead of the present one.
2968 (display-buffer-record-window): Rewrite using a new format for
2969 the quit-restore window parameter
2970 (special-display-popup-frame, display-buffer-same-window)
2971 (display-buffer-reuse-window, display-buffer-pop-up-frame)
2972 (display-buffer-pop-up-window, display-buffer-use-some-window):
2973 Adapt symbol passed to display-buffer-record-window.
2974 * help.el (help-window-setup): Handle new format of quit-restore
2975 parameter.
2976
8d28cb95
SM
29772011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
2978
94ab793f
SM
2979 * faces.el (face-list): Fix docstring (bug#9564).
2980
8d28cb95
SM
2981 * window.el (display-buffer--action-function-custom-type):
2982 Don't include internal functions in the Custom interface.
2983
3820edeb
JL
29842011-09-20 Juri Linkov <juri@jurta.org>
2985
2986 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
2987 (Info-forward-node, Info-backward-node, Info-next-preorder)
2988 (Info-last-preorder): Use it. (Bug#9528)
2989
5147931d
JL
29902011-09-20 Juri Linkov <juri@jurta.org>
2991
2992 * info.el (Info-last-preorder): Visit last menu item only when
2993 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
2994
cf499a1a
JD
29952011-09-20 Julien Danjou <julien@danjou.info>
2996
2997 * password-cache.el (password-cache-remove): Remove entries even if the
2998 value is nil, so that password with a nil value (negative caching) is
2999 possible to invalidate.
3000
f84e2fe2
LM
30012011-09-20 Lawrence Mitchell <wence@gmx.li>
3002
3003 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
3004 all whitespace around breakpoint. (Bug#9553)
3005 (f90-find-breakpoint): Only break at whitespace inside a comment.
3006
78054a46
SM
30072011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3008
3009 * minibuffer.el (completion-file-name-table): Keep track of errors.
3010 (completion-table-with-predicate): Handle the case where pred1 is nil.
3011 * pcomplete.el (pcomplete-completions-at-point): Simplify.
3012
345083b2
SM
30132011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3014
e24e27be
SM
3015 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
3016 (debugger-return-value): Signal an error if the debugging context does
3017 not await any return value.
3018
345083b2
SM
3019 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
3020 * image-mode.el (image-toggle-display-text)
3021 (image-toggle-display-image): Stay away from evil `intangible'.
3022
08d355e3
LL
30232011-09-19 Leo Liu <sdl.web@gmail.com>
3024
3025 * replace.el (occur-revert-arguments): Make it permanent-local.
3026 (occur-mode): Don't call font-lock-defontify.
3027
f01da43f
CY
30282011-09-19 Chong Yidong <cyd@stupidchicken.com>
3029
3030 * net/ldap.el (ldap-search-internal): Don't push empty search
3031 result (Bug#9508).
3032
b6072fa6
SM
30332011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3034
3035 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
3036
443d6696
MA
30372011-09-19 Michael Albinus <michael.albinus@gmx.de>
3038
3039 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
3040 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
3041
7cc6e154
JL
30422011-09-18 Juri Linkov <juri@jurta.org>
3043
3044 * buff-menu.el (Buffer-menu-mode-map):
3045 * dired.el (dired-mode-map):
3046 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
3047 (lisp-interaction-mode-map):
3048 * emacs-lisp/package.el (package-menu-mode-map):
3049 * epa.el (epa-key-list-mode-map):
3050 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
3051 (menu-bar-options-menu):
3052 * outline.el (outline-mode-menu-bar-map):
3053 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
3054 * vc/vc-dir.el (vc-dir-menu-map):
3055 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
3056 Capitalize non-function content words in menu item strings.
3057
3058 * dired.el (dired-mode-map): Add menu item for
3059 `image-dired-dired-toggle-marked-thumbs'.
3060
80302a81
JL
30612011-09-18 Juri Linkov <juri@jurta.org>
3062
3063 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
3064 to `isearch-case-fold-search' and restore its original value
3065 after the `isearch-mode' call.
3066
46c5cf66
JL
30672011-09-18 Juri Linkov <juri@jurta.org>
3068
3069 * progmodes/grep.el (grep-process-setup): Don't check code for 1
3070 because `zgrep' returns 1 for successful matches (bug#9226).
3071
d18b513b
JL
30722011-09-18 Juri Linkov <juri@jurta.org>
3073
3074 * info.el (Info-extract-menu-node-name): Check the second match
3075 for empty string (second test-case of bug#9528).
3076 (Info-last-preorder): Let-bind `Info-history' to nil to not add
3077 intermediate nodes to the history (first test-case of bug#9528).
3078
72753f87
JL
30792011-09-18 Juri Linkov <juri@jurta.org>
3080
3081 * info.el (Info-mode-syntax-table): New variable.
1154d12e 3082 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 3083
c9384295
JL
30842011-09-18 Juri Linkov <juri@jurta.org>
3085
1154d12e
JB
3086 * info.el (Info-file-supports-index-cookies):
3087 Increment line-beginning-position's arg from 3 to 4 because makeinfo
3088 outputs one more line for long file names (bug#4142).
c9384295 3089
d473dce8
CY
30902011-09-18 Chong Yidong <cyd@stupidchicken.com>
3091
3092 * newcomment.el (comment-normalize-vars): If prompting for
3093 comment-start, set comment-start-skip too (Bug#8424).
3094
2176854d
JB
30952011-09-18 Johan Bockgård <bojohan@gnu.org>
3096
3097 * icomplete.el: Fix previous fix of Bug#5849.
3098 (icomplete-mode): Don't set completion-show-inline-help.
3099 (icomplete-minibuffer-setup): Set completion-show-inline-help
3100 locally during icompletion.
3101
3aace4e4
CY
31022011-09-18 Chong Yidong <cyd@stupidchicken.com>
3103
c940224f
CY
3104 * woman.el (woman2-process-escapes): Don't delete unrecognized
3105 escapes (Bug#7843).
3106
3aace4e4
CY
3107 * files.el (inhibit-first-line-modes-regexps): Add image files.
3108 (hack-local-variables-prop-line): Return nil for malformed
3109 prop-lines (Bug#9044).
3110
710dec63
MA
31112011-09-18 Michael Albinus <michael.albinus@gmx.de>
3112
3113 * net/tramp.el (top): Don't require 'shell.
3114 (tramp-methods): Fix docstring.
3115 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
3116 Return complete remote file name. Handle "smb" case.
3117 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
3118 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
3119
3120 * net/tramp-compat.el (top): Require 'shell.
3121
3122 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
3123 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
3124 `tramp-current-host'.
3125 (tramp-get-remote-tmpdir): Remove.
3126
3127 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
3128 `tramp-tmpdir' entries.
3129 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
3130 (tramp-smb-handle-file-attributes): Ignore errors.
3131 (tramp-smb-wait-for-output): Check also for process end.
3132
5d5ac8ec
LMI
31332011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3134
3135 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
3136 when sending QUIT (bug#9312).
3137
8c0f49f0
CY
31382011-09-17 Chong Yidong <cyd@stupidchicken.com>
3139
3140 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
3141 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
3142 occur-mode-display-occurrence.
3143 (occur-edit-mode): Add usage message.
3144 (occur-cease-edit): New command.
3145 (occur-after-change-function): Use text properties to find the
3146 position of the prefix text.
3147 (occur-engine): Set stickiness of prefix text properties.
3148
8f1383f7
GM
31492011-09-17 Glenn Morris <rgm@gnu.org>
3150
3151 * progmodes/etags.el (complete-tag):
3152 Fix call to completion-in-region. (Bug#9526)
3153
744ba0e3
JL
31542011-09-17 Juri Linkov <juri@jurta.org>
3155
3156 * textmodes/ispell.el (ispell-word): Add to the error message
3157 the word, ispell program name and current dictionary (bug#9121).
3158 (ispell-tex-arg-end): Capitalize "error" in the error message.
3159
d9bbf400
AS
31602011-09-17 Andreas Schwab <schwab@linux-m68k.org>
3161
3162 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
3163 check. (Bug#4251)
3164
8da11505
JL
31652011-09-17 Juri Linkov <juri@jurta.org>
3166
3167 * window.el (window-safe-min-height, window-safe-min-width):
3168 Fix typos (followup to bug#9522).
3169
a91adc7e
SJ
31702011-09-17 Sven Joachim <svenjoac@gmx.de>
3171
3172 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
3173
064f328a
EZ
31742011-09-16 Eli Zaretskii <eliz@gnu.org>
3175
3176 * simple.el (line-move): If goal-column is set, move by logical
3177 lines, not by display lines. (Bug#971)
3178 (next-line, previous-line, goal-column, line-move-visual): Doc fix
3179 to reflect the above change.
3180
e69df516
SM
31812011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
3182
3183 * image.el (imagemagick-register-types): Use regexp-opt.
3184
cbb0f9ab
CY
31852011-09-15 Chong Yidong <cyd@stupidchicken.com>
3186
3187 * window.el (display-buffer-base-action): Rename from
3188 display-buffer-default-action. Make default value empty.
3189 (display-buffer-overriding-action): Convert to defvar.
3190 (display-buffer-fallback-action): New var.
3191
25322144
CY
31922011-09-15 Chong Yidong <cyd@stupidchicken.com>
3193
3194 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
3195 declaration.
3196 (package--add-to-archive-contents): If there is a duplicate entry
3197 with an older version, remove it.
3198 (package-menu-mark-delete, package-menu-mark-install)
3199 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
3200 (package-menu-mark-obsolete-for-deletion):
3201 Use package-menu-get-status instead of a regexp search.
25322144
CY
3202 (package-menu-get-status): Use tabulated-list-entry.
3203 (package-menu-mark-upgrades): New command.
d770725a 3204 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
3205 (package-menu-execute): Do installation before deletion.
3206 (package-menu-refresh, package-menu-execute): Use derived-mode-p
3207 instead of checking major-mode.
3208 (package-menu--find-upgrades): New function.
3209
7520339c
LMI
32102011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3211
3212 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
3213 passwords in the log buffer.
65a046c4
LMI
3214 (smtpmail-process-filter): Update the process marker so that the
3215 "broken by peer" status message is inserted in the right place.
7520339c 3216
d3c30954
SM
32172011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
3218
3fe48822
SM
3219 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
3220 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
3221 bibtex-completion-at-point-function.
3222 (bibtex-completion-at-point-function): Use them.
3223
1b8b3954
SM
3224 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
3225
d3c30954
SM
3226 * mpc.el (mpc-constraints-tag-lookup): New function.
3227 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
3228 also to browser "album|playlist".
3229
72779976
JL
32302011-09-14 Juri Linkov <juri@jurta.org>
3231
3232 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
3233 (isearch-edit-string): Use length of `isearch-string' when
3234 `isearch-fail-pos' returns nil.
3235 (isearch-message): Remove duplicate code and call
3236 `isearch-fail-pos' with arg `t'.
3237
a0bf2bcd
CY
32382011-09-14 Chong Yidong <cyd@stupidchicken.com>
3239
17bb0a2d
CY
3240 * replace.el (occur-mode-goto-occurrence): Don't force using other
3241 window (Bug#9499).
3242
a0bf2bcd
CY
3243 * dired-aux.el (dired-do-chmod): Don't provide initial input.
3244
f678e0b6
MR
32452011-09-14 Martin Rudalics <rudalics@gmx.at>
3246
3247 * window.el (display-buffer-window): Remove.
3248 (display-buffer-record-window): Use help-setup window parameter
3249 instead of variable display-buffer-window.
3250 (display-buffer-function, special-display-buffer-names)
3251 (special-display-function): Mention help-setup parameter instead
3252 of display-buffer-window in doc-string.
d3c30954
SM
3253 * help.el (help-window-setup): New argument help-window.
3254 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
3255 Reword some messages.
3256 (with-help-window): Pass window used for displaying the buffer
3257 to help-window-setup. Don't set display-buffer-window.
3258
8e39b2e8
GM
32592011-09-13 Glenn Morris <rgm@gnu.org>
3260
3261 * emacs-lisp/debug.el (debugger-make-xrefs):
3262 Preserve point. (Bug#9462)
3263
85e9c04b
CY
32642011-09-13 Chong Yidong <cyd@stupidchicken.com>
3265
3266 * window.el (window-deletable-p): Use next-frame.
3267
1b36ed6a
MR
32682011-09-13 Martin Rudalics <rudalics@gmx.at>
3269
3270 * window.el (window-auto-delete): Remove.
3271 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 3272 dedication and previous buffers.
1b36ed6a
MR
3273 (switch-to-prev-buffer): Don't delete window.
3274 (delete-windows-on): Delete a window's frame if and only if the
3275 window is dedicated.
3276 (replace-buffer-in-windows): Delete buffer's window or frame if
3277 and only if window is dedicated.
3278 (quit-window): Handle quit-restore as before last change.
4d61f28d 3279 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 3280
ef8ef9fb
CY
32812011-09-13 Chong Yidong <cyd@stupidchicken.com>
3282
3283 * window.el (window-deletable-p): Never delete the last frame on a
3284 given terminal.
3285
b2cba41e
GM
32862011-09-13 Glenn Morris <rgm@gnu.org>
3287
3288 * help.el (describe-key-briefly): Copy previous standard-output change.
3289
51553db6 32902011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
3291
3292 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
3293
b7556719
GM
32942011-09-13 Glenn Morris <rgm@gnu.org>
3295
3296 * emacs-lisp/lisp-mode.el (lisp-indent-function):
3297 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
3298
64b51947
CY
32992011-09-12 Chong Yidong <cyd@stupidchicken.com>
3300
3301 * dired-aux.el (dired-mark-read-string): Don't return default
3302 value on empty input (Bug#9361).
3303 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
3304 Omit initial minibuffer contents.
3305 (dired-do-chmod): Signal an error on empty input.
3306 (dired-mark-read-string): Don't return default on empty input.
3307
3308 * files.el (file-modes-symbolic-to-number): Doc fix.
3309
393a301e
SM
33102011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3311
3312 * international/mule-cmds.el (ucs-completions): Remove.
3313 (read-char-by-name): Use complete-with-action instead; add metadata.
3314
fa5660f9
CY
33152011-09-11 Chong Yidong <cyd@stupidchicken.com>
3316
3317 * window.el (display-buffer--action-function-custom-type)
3318 (display-buffer--action-custom-type): New vars.
3319 (display-buffer-alist, display-buffer-default-action)
3320 (display-buffer-overriding-action): Add defcustom types.
3321
4a592f66
CY
3322 * frame.el (delete-other-frames): Doc fix (Bug#276).
3323
73d56dbd
LMI
33242011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3325
3326 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
3327
37ac18a3
CY
33282011-09-11 Chong Yidong <cyd@stupidchicken.com>
3329
3330 Change modes that used same-window-* vars to use switch-to-buffer.
3331
3332 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
3333 Use switch-to-buffer.
3334
3335 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
3336 (customize-browse, custom-buffer-create-other-window):
3337 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
3338
3339 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
3340 (Info-prev, Info-up, Info-speedbar-goto-node)
3341 (info-display-manual): Use switch-to-buffer.
3342 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
3343
3344 * mail/sendmail.el (mail): Use switch-to-buffer.
3345 (mail-recover): Use switch-to-buffer-other-window.
3346
3347 * cmuscheme.el (run-scheme, switch-to-scheme):
3348 * ielm.el (ielm):
3349 * shell.el (shell):
3350 * net/rlogin.el (rlogin):
3351 * net/telnet.el (telnet, rsh):
3352 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
3353
10195bd6
AS
33542011-09-11 Andreas Schwab <schwab@linux-m68k.org>
3355
3356 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
3357
b322f63a
LMI
33582011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3359
39d7fed6
LMI
3360 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
3361 so don't mention it (bug#9301).
ba5a81f1 3362 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 3363
ee0e9f11
LMI
3364 * faces.el (face-spec-set-match-display): Make `(type graphic)'
3365 match `x', `w32' and `ns', like the manual says (bug#9029).
3366
0b1c89c1 3367 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
3368 (process-kill-buffer-query-function): Mention the buffer name in
3369 the query.
0b1c89c1 3370
77549ea8
LMI
3371 * image-mode.el (image-next-line): The line parameter is mandatory
3372 (bug#9258).
3373
803ef892
LMI
3374 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
3375 which can be useful (bug#9301).
3376
12980837
LMI
3377 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
3378
91054f8f
LMI
3379 * subr.el (match-string): Mention that the current buffer should
3380 be the same as the search was done in (bug#9282).
3381
b322f63a
LMI
3382 * facemenu.el: Disable the remove-* commands if the mark isn't
3383 active (bug#9162).
3384
3199b96f
CY
33852011-09-10 Chong Yidong <cyd@stupidchicken.com>
3386
3387 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
3388 of display-buffer.
3389 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
3390
3391 * replace.el (occur-mode-goto-occurrence)
3392 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
3393 and display-buffer.
3394
3395 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
3396 display-buffer.
3397
3398 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
3399 special-display and same-window variables.
3400 (mail-other-window): Use switch-to-buffer-other-window.
3401 (mail-other-frame): USe switch-to-buffer-other-frame.
3402
393a301e
SM
3403 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
3404 Use display-buffer-other-frame.
3199b96f
CY
3405 (gdb-display-gdb-buffer): Use pop-to-buffer.
3406
3407 * progmodes/gud.el (gud-goto-info): Use info-other-window.
3408
3409 * progmodes/python.el: Don't set same-window-buffer-names.
3410
3411 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
3412
3413 * window.el (display-buffer-alist): Add *Python*.
3414
8319e0bf
CY
34152011-09-10 Chong Yidong <cyd@stupidchicken.com>
3416
3417 * window.el (display-buffer-alist): Add entry for buffers
3418 previously handled same-window-*.
3419 (display-buffer-alist, display-buffer-default-action)
3420 (display-buffer-overriding-action): Mark as risky.
3421 (display-buffer-alist): Document action function changes.
3422 (display-buffer--same-window-action)
3423 (display-buffer--other-frame-action): New variables.
3424 (switch-to-buffer, display-buffer-other-frame): Use them.
3425 (display-buffer): Rename reuse-frame entry to reusable-frames.
3426 (display-buffer-reuse-selected-window): Function deleted.
3427 (display-buffer-reuse-window): Handle reusable-frames alist entry.
3428 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
3429 (display-buffer-special): New function.
3430 (display-buffer--maybe-pop-up-frame-or-window): Rename from
3431 display-buffer-reuse-or-pop-window. Split off special-display
3432 part into display-buffer-special.
3433 (display-buffer-use-some-window): Don't perform any special
3434 pop-up-frames handling.
3435 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 3436 (display-buffer--maybe-same-window): Rename from
0d3ff375 3437 display-buffer-maybe-same-window.
8319e0bf 3438
919a69aa
CY
3439 * info.el: Don't set same-window-regexps.
3440 (info-setup): New function.
3441 (info-other-window, info): Call it.
3442
3443 * cus-edit.el: Don't set same-window-regexps.
3444 (customize-group): New argument.
3445 (customize-group-other-window): Use it.
3446 (customize-face, customize-face-other-window): Likewise.
3447 (custom-buffer-create-other-window): Use pop-to-buffer directly.
3448
8319e0bf
CY
3449 * net/rlogin.el:
3450 * net/telnet.el:
3451 * progmodes/gud.el: Don't set same-window-regexps.
3452
3453 * cmuscheme.el:
3454 * ielm.el:
3455 * shell.el:
3456 * mail/sendmail.el:
3457 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
3458
25173000
JL
34592011-09-10 Juri Linkov <juri@jurta.org>
3460
3461 * isearch.el (isearch-edit-string): Remove obsolete mention of
3462 `C-w' (`isearch-yank-word-or-char') from docstring.
3463 (isearch-query-replace): Fix typo in docstring (bug#9466).
3464
056e44ef
JL
34652011-09-10 Juri Linkov <juri@jurta.org>
3466
3467 * paren.el (show-paren-function): Don't show escaped parens.
3468 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
3469
c3760c17
EZ
34702011-09-10 Eli Zaretskii <eliz@gnu.org>
3471
3472 * mail/sendmail.el (mml-to-mime, mml-attach-file)
3473 (mm-default-file-encoding): Remove autoload forms, they are
3474 replaced with autoload cookies in mml.el and mm-encode.el.
3475 (mail-add-attachment): New command.
3476 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
3477 (mail-mode): Mention mail-insert-file and mail-add-attachment in
3478 the doc string.
3479 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
3480
fece895e
RT
34812011-09-10 Reuben Thomas <rrt@sc3d.org>
3482
e69df516
SM
3483 * simple.el (count-words-region): Use buffer if there's no region
3484 (bug#9429).
fece895e 3485
5e68ce4a
JL
34862011-09-09 Juri Linkov <juri@jurta.org>
3487
3488 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
3489 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
3490 (wdired-isearch-filter-read-only): New function. (Bug#6362)
3491
0a6b9622
AM
34922011-09-09 Alan Mackenzie <acm@muc.de>
3493
3494 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
3495 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
3496
14a29deb
EZ
34972011-09-09 Eli Zaretskii <eliz@gnu.org>
3498
3499 Fix for Savannah bug#9392.
3500 * simple.el (mail-encode-mml): New defvar.
3501
3502 * mail/rmail.el (mail-encode-mml): Add a defvar.
3503 (rmail-enable-mime-composing): Default to t.
3504 (rmail-forward): Use MIME method of forwarding only if both
3505 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
3506 Set mail-encode-mml non-nil if the MIME method was used.
3507
3508 * mail/sendmail.el (mml-to-mime): Add autoload form.
3509 (mail-encode-mml): Add a defvar.
3510 (mail-mode): Make mail-encode-mml buffer-local and initialize it
3511 to nil.
3512 (mail-send): If mail-encode-mml is non-nil, run the outgoing
3513 message through mml-to-mime, and reset mail-encode-mml to nil.
3514
28c45130
GM
35152011-09-09 Glenn Morris <rgm@gnu.org>
3516
3517 * woman.el (woman-if-body): When processing an .el block,
3518 do not delete the next .el block as well. (Bug#9447)
69f4b618 3519 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 3520
9b1c252e
MR
35212011-09-08 Martin Rudalics <rudalics@gmx.at>
3522
3523 * window.el (window-deletable-p): Make sure window is live before
3524 invoking window-prev-buffers.
3525
567457e3
LL
35262011-09-08 Leo Liu <sdl.web@gmail.com>
3527
3528 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
3529
97f05794
JL
35302011-09-08 Juri Linkov <juri@jurta.org>
3531
3532 * progmodes/compile.el (compilation-environment): Make it
3533 a defcustom (bug#8340).
3534
8b0874b5
MR
35352011-09-08 Martin Rudalics <rudalics@gmx.at>
3536
3537 * window.el (frame-auto-delete): Rename to window-auto-delete.
3538 Make it control auto-deletion of windows and/or frames.
3539 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 3540 for deleting window/frame. (Bug#9419)
8b0874b5
MR
3541 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
3542 Rewrite handling of case when window/frame can be deleted.
3543 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 3544 argument t. (Bug#9456)
8b0874b5 3545
4feb6e73
CY
35462011-09-07 Chong Yidong <cyd@stupidchicken.com>
3547
3548 * help-mode.el (help-mode): Restore autoload.
3549
91ab9c13
JL
35502011-09-07 Juri Linkov <juri@jurta.org>
3551
3552 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
3553 `compilation-environment'. Set buffer-local
3554 `compilation-environment' to `thisenv' later after (funcall mode).
3555 (Bug#8340)
3556
3557 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
3558 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
3559 instead of replacing its value. (Bug#8340)
3560
0527e251
JL
35612011-09-07 Juri Linkov <juri@jurta.org>
3562
3563 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
3564 based on text properties put by `grep-filter' instead of matching
3565 escape sequences.
3566 (grep-mode): Set buffer-local `compilation-error-screen-columns'
3567 to the value of `grep-error-screen-columns' (bug#9438).
3568
249f792c
JL
35692011-09-07 Juri Linkov <juri@jurta.org>
3570
3571 * simple.el (next-error-highlight, next-error-highlight-no-select):
3572 Doc fix (bug#9432).
3573
ff7271b9
OT
35742011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
3575
3576 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
3577 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
3578
183fc730
LL
35792011-09-07 Leo Liu <sdl.web@gmail.com>
3580
3581 * net/rcirc.el (rcirc-mode): Conditionally initialize
3582 rcirc-input-ring.
3583
77694924
SM
35842011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3585
3586 * emacs-lisp/find-func.el (find-function-C-source): Only set
3587 find-function-C-source-directory after checking that we found a source
3588 file there (bug#9440).
3589
d809b8eb
AM
35902011-09-06 Alan Mackenzie <acm@muc.de>
3591
3592 * isearch.el (isearch-other-meta-char): Wherever a key list is
3593 unread, "unread" the prefix arg, too. This fixes bug #8901.
3594
453de99f
OG
35952011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
3596
3597 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
3598
90439906
JL
35992011-09-05 Juri Linkov <juri@jurta.org>
3600
3601 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
3602
f62bd846
JL
36032011-09-05 Juri Linkov <juri@jurta.org>
3604
3605 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
3606 keeping point where processing of grep matches begins, and
3607 continue to delete remaining escape sequences from the same point.
3608 (grep-filter): Make leading zero optional in "0?1;31m" because
3609 git-grep emits "\033[1;31m" escape sequences unlike expected
3610 "\033[01;31m" as GNU Grep does (bug#9408).
3611 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
3612
045820ec
JL
36132011-09-05 Juri Linkov <juri@jurta.org>
3614
3615 * subr.el (y-or-n-p): Capitalize "yes".
3616
f5e29b9b
MA
36172011-09-04 Michael Albinus <michael.albinus@gmx.de>
3618
3619 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
3620 `tramp-cache-unload-hook' where appropriate.
3621 (tramp-methods): Rename `tramp-remote-sh' to
3622 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
3623 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
3624
3625 * net/tramp-sh.el (top): Don't require 'shell.
3626 (tramp-methods): Add `tramp-remote-shell' and
3627 `tramp-remote-shell-args' entries.
3628 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
3629 (tramp-sh-handle-shell-command): Remove.
3630 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3631 Use `tramp-remote-shell'.
3632
2784c434
CY
36332011-09-03 Chong Yidong <cyd@stupidchicken.com>
3634
393a301e 3635 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
3636 (sendmail-query-once): Save directly to send-mail-function.
3637 Update message-send-mail-function too.
3638
3639 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
3640
464cdf56
CS
36412011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
3642
3643 * progmodes/python.el (python-mode-map): Use correct function to
3644 start python interpreter from menu-bar (as reported by Geert
3645 Kloosterman).
3646 (inferior-python-mode-map): Fix typo.
393a301e 3647 (python-shell-map): Remove.
464cdf56 3648
d37e5c87
DD
36492011-09-03 Deniz Dogan <deniz@dogan.se>
3650
3651 * net/rcirc.el (rcirc-print): Simplify code for
3652 rcirc-scroll-show-maximum-output. There is no need to walk
3653 through all windows to find the right one.
3654
f3ada0ee
CS
36552011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
3656
3657 * help.el (help-return-method): Doc fix.
3658
1f3c99ca
MR
36592011-09-03 Martin Rudalics <rudalics@gmx.at>
3660
3661 * window.el (window-deletable-p): Don't return a non-nil value
3662 when there's a buffer that was shown in the window before.
3663 (Bug#9419)
393a301e
SM
3664 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
3665 Set window's previous buffers to nil.
1f3c99ca 3666
a3cf097f
EZ
36672011-09-03 Eli Zaretskii <eliz@gnu.org>
3668
3669 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
3670 newline before and after the tag line, so it doesn't interfere
3671 with determining the paragraph direction of bidirectional text.
3672
3d03de90
LL
36732011-09-03 Leo Liu <sdl.web@gmail.com>
3674
3675 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
3676
c3313451
CY
36772011-09-02 Chong Yidong <cyd@stupidchicken.com>
3678
393a301e 3679 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
3680 (pop-to-buffer): Change interactive spec. Pass second argument
3681 directly to display-buffer.
3682 (display-buffer): Fix interactive spec. Use functionp to
3683 distinguish between a function and a list of functions.
3684
3685 * abbrev.el (edit-abbrevs):
3686 * arc-mode.el (archive-extract):
3687 * autoinsert.el (auto-insert):
3688 * bookmark.el (bookmark-bmenu-list):
3689 * files.el (find-file):
3690 * view.el (view-buffer):
3691 * progmodes/compile.el (compilation-goto-locus):
3692 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
3693
89894cd8
CY
36942011-09-02 Chong Yidong <cyd@stupidchicken.com>
3695
3696 * window.el (display-buffer-alist): Doc fix.
3697 (display-buffer): Add docstring. Don't treat
3698 display-buffer-default specially.
3699 (display-buffer-reuse-selected-window)
3700 (display-buffer-same-window, display-buffer-maybe-same-window)
3701 (display-buffer-reuse-window, display-buffer-pop-up-frame)
3702 (display-buffer-pop-up-window)
3703 (display-buffer-reuse-or-pop-window)
3704 (display-buffer-use-some-window): New functions.
3705 (display-buffer-default-action): Use them.
393a301e 3706 (display-buffer-default): Delete.
89894cd8
CY
3707 (pop-to-buffer-1): Fix choice of actions.
3708
ae0bc9fb
SM
37092011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
3710
3711 * minibuffer.el (completion--insert-strings): Don't get confused by
3712 completion entries that end with an LF char.
3713
e9d90883
EZ
37142011-09-01 Eli Zaretskii <eliz@gnu.org>
3715
3716 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
3717
437014c8
CY
37182011-09-01 Chong Yidong <cyd@stupidchicken.com>
3719
3720 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
3721 (display-buffer-same-window, display-buffer-other-window):
3722 New functions.
437014c8
CY
3723 (pop-to-buffer-1): New function. Use the above.
3724 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 3725 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
3726
3727 * view.el (view-buffer-other-window, view-buffer-other-frame):
3728 Just use pop-to-buffer.
3729
a5e063d5
TV
37302011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3731
3732 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
3733
793d32bb
WH
37342011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
3735
3736 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
3737
d65e4c15
RS
37382011-08-31 Richard Stallman <rms@gnu.org>
3739
3740 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
3741 of the separation of rmail-view-buffer from rmail-buffer.
3742 If you say no to "replace original", the decrypt is in the
3743 view buffer. If you say yes, the decrypt goes into the
3744 rmail buffer also.
3745
f818cd2a
MR
37462011-08-31 Martin Rudalics <rudalics@gmx.at>
3747
3748 * window.el (display-buffer-window): Rewrite doc-string.
3749 (display-buffer-record-window): New function.
3750 (display-buffer-macro-specifiers)
3751 (display-buffer-even-window-sizes, display-buffer-set-height)
3752 (display-buffer-set-width, display-buffer-in-window)
3753 (display-buffer-reuse-window, display-buffer-split-specifiers)
3754 (display-buffer-side-specifiers, display-buffer-split-window-1)
3755 (display-buffer-split-window, display-buffer-split-atom-window)
3756 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
3757 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
3758 (display-buffer-other-window-means-other-frame)
3759 (display-buffer-normalize-special)
3760 (display-buffer-normalize-default)
3761 (display-buffer-normalize-argument)
3762 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
3763 (display-buffer-normalize-specifiers, display-buffer-frame)
3764 (display-buffer-same-window, display-buffer-same-frame)
3765 (display-buffer-other-window)
3766 (display-buffer-same-frame-other-window)
3767 (display-buffer-other-frame, pop-to-buffer-same-window)
3768 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
3769 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
3770 (switch-to-buffer-same-frame)
3771 (switch-to-buffer-other-window-same-frame)
3772 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
3773 (display-buffer-alist-set-1, display-buffer-alist-set-2)
3774 (display-buffer-alist-set): Remove.
3775 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
3776 (special-display-regexps, special-display-function):
3777 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
3778 parameter.
3779 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
3780 (special-display-frame-alist, special-display-popup-frame)
3781 (same-window-buffer-names, same-window-regexps, same-window-p)
3782 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
3783 (split-window-preferred-function, split-height-threshold)
3784 (split-width-threshold, window-splittable-p)
3785 (split-window-sensibly, window--try-to-split-window)
3786 (window--frame-usable-p, even-window-heights)
3787 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
3788 (window--display-buffer-2, display-buffer-other-frame):
3789 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
3790 (display-buffer-default, display-buffer-assq-regexp): New functions.
3791 (display-buffer-alist): Rewrite doc-string.
3792 (display-buffer-default-action)
3793 (display-buffer-overriding-action): New variables.
3794 (display-buffer, switch-to-buffer): Rewrite.
3795 (pop-to-buffer): Restore Emacs 23 behavior but use
3796 window-normalize-buffer-to-display.
3797 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
3798 Restore Emacs 23 behavior but use
3799 window-normalize-buffer-to-switch-to.
3800 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
3801 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
3802 Rewrite using Emacs 23 options.
f818cd2a 3803
5bc3b51d
MA
38042011-08-31 Michael Albinus <michael.albinus@gmx.de>
3805
3806 * net/tramp.el (tramp-root-regexp): Remove.
3807 (tramp-completion-file-name-regexp-unified)
3808 (tramp-completion-file-name-regexp-separate)
3809 (tramp-completion-file-name-regexp-url): Don't use leading volume
3810 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
3811 (tramp-drop-volume-letter): Simplify definition.
3812 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 3813
b1a4f8e1
SM
38142011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
3815
3816 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
3817 (bug#9356).
3818
5664fa7b
RT
38192011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
3820
b1a4f8e1 3821 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 3822
9a45d6c3
JL
38232011-08-29 Juri Linkov <juri@jurta.org>
3824
3825 * isearch.el (isearch-done): Don't display message "Mark saved"
3826 when arg `edit' is non-nil to prevent its flicker in the echo area.
3827
fb87e0fb
CY
38282011-08-28 Chong Yidong <cyd@stupidchicken.com>
3829
3830 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
3831 obsolete packages for deletion.
3832
09ac1c2a
CS
38332011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
3834
3835 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 3836 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
3837 view-mode from help-mode.
3838 (help-xref-override-view-map): Remove.
3839 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
3840 view-mode is not used anymore.
3841
7a1ff57f
CY
38422011-08-28 Chong Yidong <cyd@stupidchicken.com>
3843
3844 * server.el (server-port): Doc fix.
3845
b9696605
CY
3846 * cus-theme.el (custom-theme-choose-mode): Inherit from
3847 special-mode (Bug#9124).
3848 (custom-theme-choose-mode-map): Add special-mode to parent.
3849
ef8cdf8c
AM
38502011-08-28 Alan Mackenzie <acm@muc.de>
3851
3852 * progmodes/cc-fonts.el
3853 (c-make-font-lock-BO-decl-search-function): New function.
3854 (c-basic-matchers-after - "Fontify the clauses after various
3855 keywords"): Extract the three keyword lists for the 3 erroneous
3856 constructs from the list of four, and use the new function above
3857 in place of an old one.
3858
27de4e20
DD
38592011-08-28 Deniz Dogan <deniz@dogan.se>
3860
3861 * net/rcirc.el (rcirc-insert-prev-input)
3862 (rcirc-insert-next-input): Remove unused argument.
3863
356a3681
SM
38642011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3865
3866 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
3867
3fc9b218
AM
38682011-08-27 Alan Mackenzie <acm@muc.de>
3869
3870 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
3871 handle function pointer parameters properly.
3872
538a061c
MR
38732011-08-27 Martin Rudalics <rudalics@gmx.at>
3874
3875 * window.el (display-buffer-reuse-window): Fix case where
3876 selected window was reused with non-nil OTHER-WINDOW argument.
3877 (Bug#9381)
3878
35b1c40c
DD
38792011-08-27 Deniz Dogan <deniz@dogan.se>
3880
3881 * net/rcirc.el (rcirc-check-auth-status): Adding support for
3882 oftc's NickServ messages.
3883
2f6a3e79
GM
38842011-08-27 Glenn Morris <rgm@gnu.org>
3885
3886 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
3887
7254299e
CY
38882011-08-26 Chong Yidong <cyd@stupidchicken.com>
3889
3890 * emacs-lisp/package.el (package-install): Call package-initialize
3891 if called interactively.
3892
f8ccf167
LL
38932011-08-26 Leo Liu <sdl.web@gmail.com>
3894
3895 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
3896
3e8cd5ce
JL
38972011-08-25 Juri Linkov <juri@jurta.org>
3898
3899 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
3900 `search-whitespace-regexp' (bug#9364).
3901
93eb7113
JL
39022011-08-25 Juri Linkov <juri@jurta.org>
3903
3904 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
3905 `regexp-search-ring' to their global values to protect from
3906 updating by `read-from-minibuffer' (bug#9185).
3907
f65d1611
JL
39082011-08-25 Juri Linkov <juri@jurta.org>
3909
3910 * textmodes/ispell.el (ispell-command-loop): Add newline
3911 at the end of the "Use option `i'..." line.
3912
f1cf7a31
JL
39132011-08-25 Juri Linkov <juri@jurta.org>
3914
3915 * battery.el (display-battery-mode): If `battery-status-function'
3916 or `battery-mode-line-format' is nil, display the message and set
3917 `display-battery-mode' to nil (bug#9363).
3918
0c95fcf7
EZ
39192011-08-25 Eli Zaretskii <eliz@gnu.org>
3920
3921 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
3922 bidi-string-mark-left-to-right; they are unnecessary now.
3923
a2ebe600
DD
39242011-08-25 Deniz Dogan <deniz@dogan.se>
3925
3926 * net/quickurl.el: Documentation typo fixes.
3927
e4ed06f1
CY
39282011-08-25 Chong Yidong <cyd@stupidchicken.com>
3929
3930 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
3931
e5f1c99e
GM
39322011-08-25 Glenn Morris <rgm@gnu.org>
3933
b2948976
GM
3934 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
3935
e5f1c99e
GM
3936 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
3937 (smtpmail-via-smtp): Handle nil response from smtp.
3938
f22f4808
JL
39392011-08-24 Juri Linkov <juri@jurta.org>
3940
3941 * proced.el (proced-marked): Inherit from `error' instead of
3942 `font-lock-warning-face'.
3943
3944 * ibuffer.el (ibuffer-marked-face): Change default face from
3945 `font-lock-warning-face' to `warning'.
3946 (ibuffer-deletion-face): Change default face from
3947 `font-lock-type-face' to `error'.
3948
3949 * battery.el (battery-update): Use the face `error' instead of
3950 `font-lock-warning-face' (bug#6117).
3951
6a93965e
JL
39522011-08-24 Juri Linkov <juri@jurta.org>
3953
3954 * faces.el (success): Change face color from "Green3" to
3955 "ForestGreen" on light background (bug#9353).
3956
1ed43b09
CY
39572011-08-24 Chong Yidong <cyd@stupidchicken.com>
3958
5664fa7b
RT
3959 * window.el (quit-window): Rename from quit-restore-window.
3960 Use same arglist as old quit-window.
1ed43b09
CY
3961 (frame-auto-delete): Doc fix.
3962
3963 * view.el (view-mode-exit): Use quit-window.
3964
11dcdbb2
JL
39652011-08-24 Juri Linkov <juri@jurta.org>
3966
3967 * isearch.el (isearch-ring-adjust1): Start visiting previous
3968 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
3969 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
3970 for empty search string (when the last search string is reused
3971 automatically) to adjust the isearch ring to the last element and
3972 prepare the correct index for further M-p commands (bug#9185).
3973
de62b4df
KH
39742011-08-24 Kenichi Handa <handa@m17n.org>
3975
3976 * international/ucs-normalize.el: If decomposition property of
3977 CHAR is the default one (i.e. a list of CHAR itself), treat it as
3978 nil.
3979 (nfd, nfkd): Likewise.
3980
963b492b
SM
39812011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
3982
3983 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
3984 from process filters aren't reliably transmitted to the surrounding
3985 accept-process-output.
3986 (mpc-proc-check): New function.
3987 (mpc-proc-sync): Use it (bug#8293)
3988
93b6b5e1
SM
39892011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
3990
3991 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
3992 Add compatibility functions (bug#9313).
3993
bca633fb
EZ
39942011-08-23 Eli Zaretskii <eliz@gnu.org>
3995
b177498a
EZ
3996 * cus-start.el (all): Add entry for bidi-paragraph-direction.
3997
bca633fb
EZ
3998 * international/uni-bidi.el: Regenerated.
3999
0902a04e
KH
40002011-08-23 Kenichi Handa <handa@m17n.org>
4001
4002 * international/charprop.el:
4003 * international/uni-bidi.el:
4004 * international/uni-category.el:
4005 * international/uni-combining.el:
4006 * international/uni-comment.el:
4007 * international/uni-decimal.el:
4008 * international/uni-decomposition.el:
4009 * international/uni-digit.el:
4010 * international/uni-lowercase.el:
4011 * international/uni-mirrored.el:
4012 * international/uni-name.el:
4013 * international/uni-numeric.el:
4014 * international/uni-old-name.el:
4015 * international/uni-titlecase.el:
4016 * international/uni-uppercase.el: Regenerate.
4017
3bbf23bc
MR
40182011-08-23 Martin Rudalics <rudalics@gmx.at>
4019
4020 * help.el (help-window-setup): Fix message displayed when other
4021 window is reused. (Bug#9341)
4022
b3fd59bd
SM
40232011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
4024
1802e444
SM
4025 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
4026 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
4027
b3fd59bd
SM
4028 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
4029 Mark obsolete.
4030 * shell.el (shell-parse-pcomplete-arguments): New function.
4031 (shell-completion-vars): Use it instead (bug#9160).
4032
4eb61348
SM
40332011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
4034
867cab74
SM
4035 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
4036 strings and comments (bug#9333).
4037
4eb61348
SM
4038 * emacs-lisp/debug.el (debug-arglist): New function.
4039 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
4040 (debug-on-entry-1): Handle interpreted closures (bug#9120).
4041
262a1439
JL
40422011-08-22 Juri Linkov <juri@jurta.org>
4043
56ee679c
JL
4044 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4045 Revert regexp that highlights output switches to its old
4046 pre-2010-10-28 value and remove one `?' from it (bug#9319).
4047
262a1439
JL
4048 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
4049 to check for empty output (bug#9226).
4050
f13f86fb
CY
40512011-08-22 Chong Yidong <cyd@stupidchicken.com>
4052
4053 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
4054 symbol-constituent as the default, as that stops font-lock from
4055 working properly (Bug#8843).
4056
c65c9622
LMI
40572011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4058
4059 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
4060 `coding-system-for-*' around the process open call to avoid
4061 auth-source side effects.
e7f2c178 4062 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
4063 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
4064 probe hangs.
c65c9622 4065
23a8a5ab
CY
40662011-08-21 Chong Yidong <cyd@stupidchicken.com>
4067
ff98b2dd
CY
4068 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
4069
23a8a5ab
CY
4070 * emacs-lisp/find-func.el (find-function-noselect): New arg
4071 lisp-only.
4072
4073 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
4074 signal an error for built-in functions (Bug#6664).
4075
f5e3c598
LMI
40762011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4077
4078 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
4079 (smtpmail-try-auth-methods): Use it.
4080
a3f2468a
CY
40812011-08-21 Chong Yidong <cyd@stupidchicken.com>
4082
2c34e8da
CY
4083 * font-lock.el (font-lock-fontify-region)
4084 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
4085 (font-lock-default-unfontify-buffer)
4086 (font-lock-default-fontify-region)
4087 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
4088
b3fd59bd
SM
4089 * progmodes/compile.el (compilation-error-properties):
4090 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
4091 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
4092 `ant' regexp.
ee31aabc 4093
a3f2468a
CY
4094 * net/browse-url.el (browse-url-firefox): Don't call
4095 browse-url-firefox-sentinel unless using -remote (Bug#9328).
4096
8e999f70
GM
40972011-08-20 Glenn Morris <rgm@gnu.org>
4098
c21a496a
GM
4099 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
4100
59ee0542
GM
4101 * tutorial.el (tutorial--default-keys): Update some default bindings.
4102
8e999f70
GM
4103 * files.el (hack-local-variables): Fully ignore case for "mode:".
4104
e3715033
AM
41052011-08-20 Alan Mackenzie <acm@muc.de>
4106
4107 Resolve invalid use of a regexp in regexp-opt.
4108
4d61f28d
JB
4109 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
4110 detection for a java annotation.
e3715033 4111
4d61f28d 4112 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
4113 detection for a java annotation.
4114
4d61f28d
JB
4115 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
4116 handling for java.
e3715033
AM
4117 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
4118
04ed2e9c
CY
41192011-08-20 Chong Yidong <cyd@stupidchicken.com>
4120
4121 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
4122 (Bug#9274).
4123
826cee64
AM
41242011-08-20 Alan Mackenzie <acm@muc.de>
4125
58179cce 4126 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
4127 such a construct. Mainly for when jit-lock etc. starts a chunk
4128 here.
4129
58179cce 4130 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 4131 variable.
58179cce 4132 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
4133 c-make-font-lock-search-function.
4134 (c-make-font-lock-search-function): Use the above function.
4135 (c-make-font-lock-context-search-function): New function.
4136 (c-cpp-matchers): Enhance the preprocessor expression case with
4137 the above function
4138 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
4139 which takes an expression.
4140
4141 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
4142
13009bd8
MR
41432011-08-20 Martin Rudalics <rudalics@gmx.at>
4144
4145 * window.el (display-buffer-reuse-window)
4146 (display-buffer-pop-up-window): Don't reuse or split a side
4147 window.
4148
9234ff7f
GM
41492011-08-19 Glenn Morris <rgm@gnu.org>
4150
4151 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 4152 Downcase "Mode:". (Bug#9331)
9234ff7f 4153
f635daa1
CY
41542011-08-18 Chong Yidong <cyd@stupidchicken.com>
4155
4156 * international/characters.el: Add L and R categories.
4157
4158 * subr.el (bidi-string-mark-left-to-right): Rename from
4159 string-mark-left-to-right. Use category search.
4160
4161 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
4162
bc987f8b
JL
41632011-08-18 Juri Linkov <juri@jurta.org>
4164
4165 * faces.el (error, warning, success): New faces with definitions
4166 copied from old default values of `font-lock-warning-face',
4167 `compilation-warning', `compilation-info' (bug#6117).
4168
4169 * font-lock.el (font-lock-warning-face): Inherit from `error'.
4170
4171 * progmodes/compile.el (compilation-error): Inherit from `error'.
4172 (compilation-warning): Inherit from `warning'.
4173 (compilation-info): Inherit from `success'.
4174
4175 * dired.el (dired-marked): Inherit from `warning'.
4176 (dired-flagged): Inherit from `error'.
4177
57173b96
LMI
41782011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4179
3e79eb87
LMI
4180 * mail/smtpmail.el (auth-source): Require to avoid problems with
4181 binding variables (bug#9298). Also clean up some unused
4182 autoloads.
4183
b3fd59bd
SM
4184 * net/network-stream.el (network-stream-open-starttls):
4185 Support using starttls.el without using gnutls-cli.
57173b96 4186
02b404de
JL
41872011-08-17 Juri Linkov <juri@jurta.org>
4188
4189 * progmodes/grep.el (rgrep): Handle the case when
4190 `grep-find-command' is a cons cell (bug#9278).
4191
8c9177f2
MR
41922011-08-17 Martin Rudalics <rudalics@gmx.at>
4193
4194 * window.el (display-buffer-pop-up-frame): Run frame creation
4195 function with BUFFER current (as special-display-popup-frame
4196 does). Reported by Drew Adams.
4197
3644a0ab
DU
41982011-08-17 Daiki Ueno <ueno@unixuser.org>
4199
4200 * epa-mail.el: Simplify GnuPG group expansion using
4201 epg-expand-group.
4202 (epa-mail-group-alist, epa-mail-group-modtime)
4203 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
4204 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
4205 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
4206 Remove.
4207
5e617bc2 42082011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
4209
4210 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
4211
9c4aeabf
AM
42122011-08-16 Alan Mackenzie <acm@muc.de>
4213
4214 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
4215 Correct, to avoid the inside of macros.
4216
3a99bf64
RS
42172011-08-16 Richard Stallman <rms@gnu.org>
4218
04963aa8
RS
4219 * epa-mail.el: Handle GnuPG group definitions.
4220 (epa-mail-group-alist, epa-mail-group-modtime)
4221 (epa-mail-gnupg-conf-file): New variables.
4222 (epa-mail-parse-groups, epa-mail-sync-groups)
4223 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
4224 (epa-mail-expand-recipients): New functions.
4225 (epa-mail-encrypt): Call epa-mail-expand-recipients.
4226
177549d0
RS
4227 * mail/rmail.el (rmail-epa-decrypt): New command.
4228
fe38beef
RS
4229 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
4230 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
4231 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
4232 (epa-decrypt-armor-in-region): Make error message clearer.
4233
934eacb9
SM
42342011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
4235
4236 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
4237 and "a2b" to "ab" for `prefix'.
4238
d024fb4e
CY
42392011-08-14 Chong Yidong <cyd@stupidchicken.com>
4240
4241 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
4242 filter groups.
de148fee
CY
4243 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
4244 Fourquet (Bug#8804).
d024fb4e 4245
62f1ca49
JB
42462011-08-12 Juanma Barranquero <lekktu@gmail.com>
4247
4248 * startup.el (argi): Declare as global variable (bug#9275).
4249
9ccaaa4b
CY
42502011-08-12 Chong Yidong <cyd@stupidchicken.com>
4251
4252 * subr.el (string-mark-left-to-right): Search the entire string
4253 for RTL script, not just the terminating character. Doc fix.
4254
a3dae87a
SM
42552011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4256
6cd18349
SM
4257 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
4258 New function.
4259 (js--regexp-literal, js-syntax-propertize-function): Remove.
4260 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
4261 (js-mode-map): Don't rebind electric keys.
4262 (js-insert-and-indent): Remove.
4263 (js-mode): Setup electric-layout and electric-indent instead.
4264
a3dae87a
SM
4265 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
4266
9d5cb631
DU
42672011-08-12 Daiki Ueno <ueno@unixuser.org>
4268
4269 * epa.el (epa-progress-callback-function): Fix the logic of
4270 displaying progress.
4271 * epa-file.el (epa-file-insert-file-contents): Make progress
4272 display more user-friendly.
4273 (epa-file-write-region): Ditto.
4274
3e26a4a2
CY
42752011-08-10 Chong Yidong <cyd@stupidchicken.com>
4276
4277 * subr.el (string-mark-left-to-right): New function.
4278
4279 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
4280 Use string-mark-left-to-right.
4281 (list-buffers-noselect): Caller changed.
4282
a3dae87a
SM
4283 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
4284 Use string-mark-left-to-right.
3e26a4a2
CY
4285 (tabulated-list-print): Recenter after moving point.
4286
ac8cf6e6
JL
42872011-08-10 Juri Linkov <juri@jurta.org>
4288
4289 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
4290 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
4291 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
4292
8d96c9a4
CY
42932011-08-09 Chong Yidong <cyd@stupidchicken.com>
4294
4295 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
4296 (Bug#7554).
4297
7be1c708 42982011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
4299
4300 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
4301 character. (Bug#6594)
4302
37e11a63
CY
43032011-08-08 Chong Yidong <cyd@stupidchicken.com>
4304
839dde57
CY
4305 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
4306 (image-dired--with-db-file): New macro.
4307 (image-dired-write-tags, image-dired-remove-tag)
4308 (image-dired-create-gallery-lists, image-dired-write-comments)
4309 (image-dired-get-comment, image-dired-mark-tagged-files)
4310 (image-dired-list-tags, image-dired-gallery-generate): Use it.
4311 (image-dired-gallery-generate): Use insert-file-contents.
4312
37e11a63
CY
4313 * time.el (display-time-world-list, display-time-world-display):
4314 * time-stamp.el (time-stamp-string):
4315 * vc/add-log.el (add-change-log-entry): Use setenv instead of
4316 set-time-zone-rule (Bug#7337).
4317
0b4946c4
DU
43182011-08-08 Daiki Ueno <ueno@unixuser.org>
4319
4320 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
4321 (epg-error-to-string, epg-errors-to-string): New function.
4322 (epg-wait-for-completion): Reverse errors list.
4323 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
4324 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
4325 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
4326 (epg-sign-keys, epg-generate-key-from-file)
4327 (epg-generate-key-from-string): Format errors by using
4328 epg-errors-to-string (bug#9255).
4329 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
4330
75bfc667
JL
43312011-08-07 Juri Linkov <juri@jurta.org>
4332
4333 * faces.el (list-faces-display): Remove extra angle bracket
4334 from `help-mode-map'.
4335
4336 * info.el (Info-history-toc-nodes): Doc fix.
4337
4338 * longlines.el (longlines-mode): Doc fix.
4339
673e08bb
SM
43402011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
4341
4640dd88
SM
4342 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
4343 of statements and in a few more cases (bug#9183).
4344
673e08bb
SM
4345 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
4346 New functions.
4347 (cl-transform-lambda): Use them (bug#9239).
4348
89b3f019
MR
43492011-08-05 Martin Rudalics <rudalics@gmx.at>
4350
4351 * window.el (display-buffer-same-window)
4352 (display-buffer-same-frame, display-buffer-other-window)
4353 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
4354 (pop-to-buffer-other-window)
4355 (pop-to-buffer-same-frame-other-window)
4356 (pop-to-buffer-other-frame): Make them defuns.
4357 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
4358
640c8776
SM
43592011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4360
4361 * subr.el (make-composed-keymap): Move from C. Change calling
4362 convention, and improve docstring to bring attention to a subtle point.
4363 * minibuffer.el (completing-read-default): Adjust accordingly.
4364
63648a95
MA
43652011-08-03 Michael Albinus <michael.albinus@gmx.de>
4366
4367 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
4368 (tramp-open-shell): Use `tramp-shell-quote-argument'.
4369
4370 * net/trampver.el: Update release number.
4371
b796c9b7
SM
43722011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4373
4374 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
4375 "in" (bug#9190).
4376
2239d7d5
LMI
43772011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4378
e07dd7c3
LMI
4379 * mail/sendmail.el (sendmail-query-once): Restore the current
4380 buffer after querying (bug#9074).
4381
0e6a2bd7
LMI
4382 * dired.el (dired-flagged): Use different faces for marked and
4383 flagged files (bug#6117).
4384
ce887515
LMI
4385 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
4386 (bug#4433).
4387
92f2affc
LMI
4388 * ido.el (ido-mode): Switch off the message if called
4389 non-interactively.
4390
57d5aff0
LMI
4391 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
4392 before 587, since it appears that that's more likely to work for
4393 more people.
4394
98cd6c18 4395 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 4396 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
4397 exist.
4398
b96dec83
LMI
4399 * info.el: Remove the `Info-beginning-of-buffer' function
4400 (bug#8325).
4401
b796c9b7
SM
4402 * net/network-stream.el (network-stream-open-starttls):
4403 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 4404
d90e2ea0
MR
44052011-08-01 Martin Rudalics <rudalics@gmx.at>
4406
4407 * window.el (display-buffer-in-window): Don't set dedicated status
4408 of window here (Bug#9215).
4409 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
4410 (display-buffer-pop-up-side-window)
b796c9b7 4411 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 4412
cca09170
SM
44132011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
4414
4415 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
4416 before binding generated-autoload-file.
4417
027b979c
DD
44182011-08-01 Deniz Dogan <deniz@dogan.se>
4419
4420 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
4421
3c7ee4f3
MA
44222011-07-30 Michael Albinus <michael.albinus@gmx.de>
4423
4424 Sync with Tramp 2.2.2.
4425
4426 * net/trampver.el: Update release number.
4427
2cc8e51a
JL
44282011-07-30 Juri Linkov <juri@jurta.org>
4429
4430 * dired-aux.el (dired-touch-initial): Remove function.
4431 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
4432 current time, and `default' to the last modification time of the
4433 current marked file (bug#6887).
4434
a514d856
JM
44352011-07-28 Jose E. Marchesi <jemarch@gnu.org>
4436
4437 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 4438 numeric argument to read-number (bug#9163).
a514d856 4439
8a7eddd7
MA
44402011-07-27 Michael Albinus <michael.albinus@gmx.de>
4441
4442 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
4443 connection process, it could be nil.
4444
1ddd96f5
LL
44452011-07-27 Leo Liu <sdl.web@gmail.com>
4446
4447 Simplify url handling in rcirc-mode.
4448
4449 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
4450 (rcirc-browse-url-at-mouse): Remove.
4451 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
4452
b248a85d
AM
44532011-07-26 Alan Mackenzie <acm@muc.de>
4454
4455 Fontify bitfield declarations properly.
4456
4457 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
4458 (c-symbol-chars): Now exported as a lang variable.
4459 (c-not-primitive-type-keywords): New lang variable.
4460
4461 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
4462 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 4463 parsed as a bitfield declaration.
b248a85d 4464
b796c9b7
SM
4465 * progmodes/cc-engine.el (c-beginning-of-statement-1):
4466 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
4467 (c-punctuation-in): New function.
4468 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
4469 declarations properly.
4470
68575ab0
UJ
44712011-07-26 Ulf Jasper <ulf.jasper@web.de>
4472
4473 * calendar/icalendar.el (icalendar--all-events): Take care of
4474 multiple vcalendars in a single file.
b796c9b7 4475 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 4476
0f0a88b9
DD
44772011-07-25 Deniz Dogan <deniz@dogan.se>
4478
4479 * image.el (insert-image): Clarifying docstring.
4480
0b3f36df
MA
44812011-07-24 Michael Albinus <michael.albinus@gmx.de>
4482
4483 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
4484 `tramp-send-command-and-check' if there is no error.
4485 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
4486
a9901f61
AM
44872011-07-22 Alan Mackenzie <acm@muc.de>
4488
4489 Prevent cc-langs.elc being loaded at run time.
4490
4491 * progmodes/cc-mode.el: Remove two autoload forms which loaded
4492 cc-langs.
4493
4d61f28d 4494 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
4495 "(require 'cc-langs)". Quote a form so it will evaluate at
4496 (cc-mode's) compilation time.
4497
11d074b2
MA
44982011-07-22 Michael Albinus <michael.albinus@gmx.de>
4499
4500 * net/tramp.el (tramp-file-name-handler): Avoid recursive
4501 loading. (Bug#9114)
4502
938b94c8
MR
45032011-07-21 Martin Rudalics <rudalics@gmx.at>
4504
4505 * window.el (display-buffer-pop-up-window)
4506 (display-buffer-pop-up-side-window)
4507 (display-buffer-in-side-window): Call display-buffer-set-height
4508 and display-buffer-set-width after setting the new window's
b796c9b7 4509 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 4510
bfa4f190
SS
45112011-07-20 Sam Steingold <sds@gnu.org>
4512
4513 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
4514 (etags-tags-included-tables): Call `convert-standard-filename' on
4515 the file names contained in TAGS so that windows Emacs can handle
4516 TAGS files created by cygwin ctags.
4517
8ca42262
LMI
45182011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4519
4520 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
4521 which apparently didn't work.
4522
5db2afd2 45232011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 4524
5db2afd2
RW
4525 * proced.el (proced-send-signal): For *Marked Processes* buffer
4526 put point at beginning of buffer.
4527
92e15d10
SB
45282011-07-19 Stephen Berman <stephen.berman@gmx.net>
4529
4530 * proced.el (proced-format): Make header lines align with the text
4531 (bug#1779).
4532
1bfd59e5
LMI
45332011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4534
4535 * view.el (view-buffer): Allow running in `special' modes if we're
4536 visiting a file (bug#8615).
4537
f5aae37c
MR
45382011-07-19 Martin Rudalics <rudalics@gmx.at>
4539
4540 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
4541 (display-buffer-alist-set-1, display-buffer-alist-set-2):
4542 New functions.
f5aae37c
MR
4543 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
4544 more accurately.
4545
bf2c1571
AM
45462011-07-18 Alan Mackenzie <acm@muc.de>
4547
4548 Fontify declarators properly when, e.g., a jit-lock chunk begins
4549 inside a declaration.
4550
4551 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
4552
b796c9b7
SM
4553 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
4554 New function.
bf2c1571
AM
4555 (c-complex-decl-matchers): Insert reference to
4556 c-font-lock-enclosing-decls.
4557
4558 * progmodes/cc-engine.el (c-backward-single-comment):
4559 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
4560 to nil around calls to (forward-comment -1).
4561
4e190b80
LMI
45622011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4563
12dc863d
LMI
4564 * image.el (put-image): Doc typo fix.
4565
a762e966
LMI
4566 * progmodes/etags.el (tags-search): Doc typo fix.
4567
4e190b80
LMI
4568 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
4569 password if we get errors 550 to 554.
4570
f019fb21
LMI
45712011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4572
b796c9b7 4573 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 4574
81746738
LMI
4575 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
4576 indentation character (bug#6380).
4577
3ee3a1b5
LMI
4578 * files.el (buffer-offer-save): Made permanently local (bug#6241).
4579
c82f64de
LMI
4580 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
4581 to clarify what the problem is (bug#4291).
4582
f019fb21
LMI
4583 * simple.el (current-kill): Clarify what
4584 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
4585 (auto-fill-mode): Document `auto-fill-function' in relation to
4586 `auto-fill-mode' (bug#2470).
f019fb21 4587
0794775d
LM
45882011-07-16 Lawrence Mitchell <wence@gmx.li>
4589
4590 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
4591 method if slot is read-only (bug#9035).
4592
be39b8cc
MR
45932011-07-16 Martin Rudalics <rudalics@gmx.at>
4594
b796c9b7 4595 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 4596 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
4597 selected before, see discussion of (Bug#8615), (Bug#6954).
4598 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 4599
6ccf7859
GM
46002011-07-15 Glenn Morris <rgm@gnu.org>
4601
4602 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 4603 Respect help-form.
6ccf7859 4604
87e86684
LM
46052011-07-09 Lawrence Mitchell <wence@gmx.li>
4606
4607 * net/gnutls.el (gnutls-min-prime-bits): New variable.
4608 (gnutls-negotiate): Use it.
4609
d6066239
LMI
46102011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4611
b796c9b7
SM
4612 * net/gnutls.el (gnutls-negotiate):
4613 Upcase `gnutls-algorithm-priority'.
d6066239 4614
bd23ebc0
GM
46152011-07-15 Glenn Morris <rgm@gnu.org>
4616
c65bca65
GM
4617 * jka-compr.el (jka-compr-verbose): Move from here...
4618 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
4619 Add missing :version tag.
4620 * info.el: No need to require jka-compr when compiling.
bd23ebc0 4621
478615cc
LMI
46222011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4623
7b41decb
LMI
4624 * net/gnutls.el (gnutls-algorithm-priority): New variable.
4625 (gnutls-negotiate): Use it.
4626
dbc44fcd
LMI
4627 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
4628
06789f97
LMI
4629 * info.el (Info-beginning-of-buffer): New command.
4630 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
4631 announcing `b' as the key (bug#8325).
ab896c37 4632 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 4633
c39da690
LMI
4634 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
4635
3aa5f34b
LMI
4636 * international/mule-cmds.el
4637 (describe-specified-language-support): Make the error message
4638 clearer (bug#8905).
4639
4bf0979f
LMI
4640 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
4641
478615cc
LMI
4642 * isearch.el (isearch-barrier): Add a doc string, since it's
4643 mentioned in a function doc string (bug#8678).
4644
75c68aa1
MR
46452011-07-15 Martin Rudalics <rudalics@gmx.at>
4646
4647 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
4648 buffer argument (Bug#9083) and self-identifying label argument.
4649
a7c33da2
GM
46502011-07-15 Glenn Morris <rgm@gnu.org>
4651
4652 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
4653
2f5c6024
LMI
46542011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4655
4656 * man.el (Man-fontify-manpage): Fix message when formatting the
4657 man page (bug#7929).
4658
0bb23927 46592011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
4660
4661 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
4662 argument LRM; if non-nil, append an invisible LRM character to the
4663 buffer name.
4664 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
4665 last argument non-nil, when formatting buffer names.
0bb23927
EZ
4666 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
4667 paragraph direction.
cce4b0a7 4668
621ef9ab
LMI
46692011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4670
d1583c48
LMI
4671 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
4672 the man page name (bug#7929).
4673
6a57fb5f
LMI
4674 * image.el (put-image): Mention the `put-image' overlay property
4675 (bug#7834).
4676
d7956b14
LMI
4677 * scroll-bar.el (set-scroll-bar-mode): Mention that
4678 `scroll-bar-mode' lists the values (bug#7772).
4679
5b2d4a66
LMI
4680 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
4681 command (bug#7729).
4682
7509a874
LMI
4683 * rect.el (apply-on-rectangle): Return the point after the last
4684 operation.
4685 (string-rectangle): Go to the point after the last operation
4686 (bug#7522).
4687
4fe74b19
LMI
4688 * printing.el (pr-toggle-region): Clarify the documentation
4689 slightly (bug#7493).
4690
b796c9b7
SM
4691 * time.el (display-time-update):
4692 Allow `display-time-mail-function' to return nil (bug#7158).
4693 Fix suggested by Detlev Zundel.
ab283561 4694
fc233c9d
LMI
4695 * vc/diff.el (diff): Clarify the order the file names are read
4696 (bug#7111).
4697
43f5740b
LMI
4698 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
4699 the doc string (bug#7015).
4700
f2182a76
LMI
4701 * font-lock.el (font-lock-maximum-decoration): Mention what
4702 numeric levels mean (bug#6935).
4703
621ef9ab
LMI
4704 * startup.el (initial-buffer-choice): Don't mention the `none'
4705 selection, which is against policy.
4706
adc47434
MR
47072011-07-14 Martin Rudalics <rudalics@gmx.at>
4708
b796c9b7
SM
4709 * window.el (display-buffer-normalize-special):
4710 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 4711
7e5bfb8f
EZ
47122011-07-14 Eli Zaretskii <eliz@gnu.org>
4713
4714 * subr.el (version<, version<=, version=): Mention "-CVS" and
4715 "-12345" alpha version numbers.
4716
27fa387a
CY
47172011-07-14 Chong Yidong <cyd@stupidchicken.com>
4718
4719 * bindings.el: Add advertised binding for set-mark-command
4720 (Bug#5772).
4721
8bdfa064
CY
47222011-07-14 Chong Yidong <cyd@stupidchicken.com>
4723
4724 * bindings.el (mode-line-other-buffer):
4725 * bookmark.el (bookmark-bmenu-2-window):
4726 * bs.el (bs-cycle-next, bs-cycle-previous):
4727 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
4728 switch-to-buffer.
4729
4730 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 4731 Delete.
8bdfa064 4732
5eba16a3
JB
47332011-07-14 Juanma Barranquero <lekktu@gmail.com>
4734
4735 * follow.el (follow-debug-message, follow-redisplay):
4736 * jka-cmpr-hook.el (with-auto-compression-mode):
4737 Fix typos in docstrings.
4738
15853710
LMI
47392011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4740
a28e4607
LMI
4741 * subr.el (with-silent-modifications): Clarify somewhat what the
4742 macro inhibits (bug#6525).
4743
15853710
LMI
4744 * simple.el (eval-expression): Note what it does if called
4745 interactively (bug#6495).
4746
bee0fcef
CY
47472011-07-13 Chong Yidong <cyd@stupidchicken.com>
4748
b796c9b7
SM
4749 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
4750 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
4751
4752 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4753 Remove switch-to-buffer.
4754
58274504
LMI
47552011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4756
bd2fcc8d
LMI
4757 * files.el (make-directory): Clarify that an error will be raised
4758 if there's an error (bug#6397).
4759
0f04b32c
LMI
4760 * startup.el (initial-buffer-choice): Add `none' as a choice
4761 (bug#6234).
4762
465c5fc8
LMI
4763 * subr.el (add-hook): Clarify section about buffer-local hooks
4764 (bug#6218).
4765
58274504
LMI
4766 * dired.el (dired-flagged): Clarify doc string (bug#6117).
4767
bead9a43
JB
47682011-07-13 Juanma Barranquero <lekktu@gmail.com>
4769
4770 * tabify.el (untabify): Preserve the current column so that point
4771 doesn't move (bug#6032).
4772
3af98a7b
LMI
47732011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4774
b796c9b7
SM
4775 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
4776 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 4777
6240145a
GM
47782011-07-13 Glenn Morris <rgm@gnu.org>
4779
4780 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
4781 (dired-insert-directory): Give a message the first time
4782 if ls is found not to support --dired.
4783
1d8c2ccc
LMI
47842011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4785
4786 * simple.el (toggle-truncate-lines): Clarify what is toggled
4787 (bug#5580). Text by Drew Adams.
4788
5fc4038e
CY
47892011-07-13 Chong Yidong <cyd@stupidchicken.com>
4790
4791 * simple.el (blink-matching-open): Make the error message from the
4792 last change less verbose.
4793
bf6012e5
DN
47942011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
4795
4796 * font-lock.el (font-lock-comment-face): Use the high contrast
4797 "yellow" color for font-lock-comment-face on low color terminals
4798 using a dark background color (bug#4221).
4799
343c3b5a
LMI
48002011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4801
7e9505c5
LMI
4802 * dired.el (dired-insert-set-properties): Make the doc string
4803 reflect what it does now (bug#5325).
4804
c26fdcf5
LMI
4805 * simple.el (blink-matching-open): Say that we were unable to find
4806 the match within the limit, if we're limited (bug#5122).
4807
bb388cc5
LMI
4808 * international/mule-cmds.el (prefer-coding-system): Add an
4809 example (bug#4869).
4810
343c3b5a
LMI
4811 * progmodes/etags.el (tags-search): Document `file-list-form'
4812 (bug#4731).
4813
2a517d45
LM
48142011-07-13 Lawrence Mitchell <wence@gmx.li>
4815
4816 * net/browse-url.el (browse-url-default-browser)
4817 (browse-url-browser-function): Make the default browser choice a
4818 bit more logical (bug#4300). Also clean up the doc string.
4819
b6c78ef2
JB
48202011-07-13 Juanma Barranquero <lekktu@gmail.com>
4821
4822 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
4823 binary endings (bug#4440).
4824
1c4dd947
LMI
48252011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4826
a2014063
LMI
4827 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
4828 which can be pretty annoying (bug#8971).
4829
9c9c2d88
LMI
4830 * jka-compr.el (jka-compr-verbose): New variable, and use
4831 throughout (bug#8971).
4832
1c4dd947
LMI
4833 * info.el (Info-find-file): Fall back on the installation
4834 directory if we can't find the info node anywhere else.
4835
a1c9f41b
SO
48362011-07-13 Sergei Organov <osv@javad.com> (tiny change)
4837
4838 * vc/vc.el (vc-revert-file):
4839 Don't set file time-stamp in the past. (Bug#5181)
4840
536f3d36
LMI
48412011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4842
7152b011
LMI
4843 * files.el (after-find-file): Give a better error message when
4844 trying to find a symlink that points to a file that doesn't exist
4845 (bug#4398).
4846
536f3d36
LMI
4847 * progmodes/cc-vars.el: Remove (probably) misleading comment
4848 (bug#4396).
4849
460c0fba
JB
48502011-07-12 Johan Bockgård <bojohan@gnu.org>
4851
4852 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
4853
7a6bda45
CY
48542011-07-12 Chong Yidong <cyd@stupidchicken.com>
4855
4856 * mouse-sel.el: Hack restoring functionality, while keeping
4857 compatibility with 2010-07-03 changes to mouse selection.
4858 (mouse-sel-primary-overlay): New var.
4859 (mouse-sel-selection-alist): Use it.
4860 (mouse-sel-mode): Doc fix; remove points that are default features
4861 of mouse.el.
4862
c79598ef
JB
48632011-07-12 Johan Bockgård <bojohan@gnu.org>
4864
4865 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4866 Fix previous fix (bug#2490).
4867
ff8be6ef
RW
48682011-07-12 Roland Winkler <winkler@gnu.org>
4869
b796c9b7
SM
4870 * textmodes/bibtex.el (bibtex-initialize):
4871 Use pop-to-buffer-same-window.
ff8be6ef
RW
4872 (bibtex-search-entries): Fix interactive call.
4873
296ba3ee
LMI
48742011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4875
f5242a02 4876 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
4877 Fontise bytecomp Error lines more correctly (bug#2490).
4878 Fix suggested by Johan Bockgård.
f5242a02 4879
296ba3ee
LMI
4880 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
4881
4882 * dired-x.el (dired-guess-default): Use `delete-dups'.
4883
f69fd0d2
CY
48842011-07-12 Chong Yidong <cyd@stupidchicken.com>
4885
4886 * dired.el (dired-mark-prompt):
4887 * dired-aux.el (dired-read-shell-command): Doc fix.
4888
eab5dc07
LMI
48892011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4890
b796c9b7
SM
4891 * mail/sendmail.el (sendmail-query-once):
4892 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
4893 emacs -Q.
4894
4895 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
4896
eab5dc07
LMI
4897 * cus-edit.el (custom-file): Take an optional no-error variable.
4898 (customize-save-variable): Set the variable, and give a warning if
4899 running under "emacs -q".
4900
a1e65d42
JB
49012011-07-11 Juanma Barranquero <lekktu@gmail.com>
4902
4903 * loadhist.el (unload-feature-special-hooks):
4904 Add `auto-coding-functions', `fill-nobreak-predicate' and
4905 `find-directory-functions' (bug#5327).
4906
1d52da10
LMI
49072011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4908
be958f1d
LMI
4909 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
4910
5bedb26c
LMI
4911 * cus-edit.el (custom-guess-name-alist): -alist variables should
4912 use the `alist' type (bug#3120). Suggested by Drew Adams.
4913
1d52da10
LMI
4914 * printing.el: Add documentation to all the `pr-toggle-' commands.
4915
cd394be1 49162011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
4917
4918 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
4919 backends where it makes sense (bug#2623).
4920
dcc88d8a
LMI
49212011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4922
c3de9feb
LMI
4923 * dired-x.el (dired-guess-default): Remove duplicate shell command
4924 entries (bug#2028).
8a93078b 4925 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 4926 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 4927
dcc88d8a
LMI
4928 * subr.el (remove-duplicates): New conveniency function.
4929
505e3645
LMI
49302011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4931
4932 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
4933 (bug#1526).
4934
49352011-07-10 Martin Rudalics <rudalics@gmx.at>
4936
4937 * window.el (display-buffer-normalize-default): Don't invert
4938 meaning of even-window-heights. Reported by Eli Zaretskii
4939 <eliz@gnu.org>.
4940
455e4fa1
BR
49412011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
4942
4943 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
4944
8e0bc3e9
CY
49452011-07-10 Chong Yidong <cyd@stupidchicken.com>
4946
4947 * window.el (display-buffer): Fix arguments to
4948 display-buffer-reuse-window in last change.
4949
fa7c3228
CY
4950 * faces.el (link): Use a less saturated blue on light backgrounds.
4951
4952 * startup.el (fancy-startup-text, fancy-about-text)
4953 (fancy-startup-tail): Use font-lock faces, for background safety.
4954
c0a7f300
BN
49552011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
4956
b796c9b7
SM
4957 * emulation/viper-cmd.el (viper-change-state-to-vi):
4958 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 4959
4dc2a129
MR
49602011-07-09 Martin Rudalics <rudalics@gmx.at>
4961
4962 * window.el (display-buffer-default-specifiers): Remove.
4963 (display-buffer-macro-specifiers): Remove default specifiers.
4964 (display-buffer-alist): Default to nil.
b796c9b7 4965 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
4966 (display-buffer-pop-up-window): Allow splitting internal
4967 windows. Check whether a live window was created.
4968 (display-buffer-other-window-means-other-frame)
4969 (display-buffer-normalize-arguments): Rename to
4970 display-buffer-normalize-argument and rewrite. Set the
4971 other-window specifier.
4972 (display-buffer-normalize-special): New function.
4973 (display-buffer-normalize-options): Rename to
4974 display-buffer-normalize-default and rewrite.
4975 (display-buffer-normalize-options-inhibit): Remove.
4976 (display-buffer-normalize-specifiers): Rewrite.
4977 (display-buffer): Process other-window specifier and call
4978 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
4979 more faithfully.
b796c9b7 4980 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 4981 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
4982 (display-buffer-in-window, display-buffer-alist-set):
4983 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
4984 <tassilo@member.fsf.org>.
4985
2d43b8c9
LL
49862011-07-09 Leo Liu <sdl.web@gmail.com>
4987
4988 * register.el (insert-register): Restore accidental change on
4989 2011-06-26. (Bug#9028)
4990
7f9b7c53
GM
49912011-07-09 Glenn Morris <rgm@gnu.org>
4992
4993 * subr.el (remq): Handle the empty list. (Bug#9024)
4994
f042cfd8
AS
49952011-07-08 Andreas Schwab <schwab@linux-m68k.org>
4996
4997 * mail/sendmail.el (send-mail-function): No longer delay custom
4998 initialization.
4999 * custom.el (custom-initialize-delay): Doc fix.
5000
856b2f11
SM
50012011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
5002
5003 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
5004
afae1d68
MA
50052011-07-08 Michael Albinus <michael.albinus@gmx.de>
5006
5007 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
5008 human-friendly prompt.
5009
0757af94
SM
50102011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
5011
5012 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
5013 provided by a particular plugin.
5014
d760b731
LMI
50152011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
5016
5017 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
5018 save customizations (with "emacs -Q"), just set the variable
5019 instead of erroring out.
5020
5021 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
5022
cd79ce90
JL
50232011-07-08 Juri Linkov <juri@jurta.org>
5024
5025 * arc-mode.el (archive-zip-expunge, archive-zip-update)
5026 (archive-zip-update-case): Use 7z if found by `executable-find'.
5027 The order of searching the available programs is the same as in
5028 `archive-zip-extract' (bug#8968).
5029
14cc04aa
CY
50302011-07-07 Chong Yidong <cyd@stupidchicken.com>
5031
5032 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
5033 (menu-bar-options-menu): Tweak descriptions.
5034
0a1848ec
LMI
50352011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5036
5037 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
5038 menu items into verb phrases (bug#1421). Also refill to fit under
5039 80 columns.
5040
f5bd0689
CY
50412011-07-07 Chong Yidong <cyd@stupidchicken.com>
5042
538e85c6
CY
5043 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
5044 (Info-read-node-name): Doc fix (Bug#1084).
5045
f5bd0689
CY
5046 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
5047 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
5048 (end-of-sexp, beginning-of-sexp)
5049 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
5050 (forward-symbol, forward-same-syntax, word-at-point)
5051 (sentence-at-point): Doc fix (Bug#1144).
5052
56ec5115
LMI
50532011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5054
f3f8e37f
LMI
5055 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
5056 should cover it (bug#1281).
5057
0757af94 5058 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 5059
e9fce1ac 5060 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
5061 negotiation fails, then possibly try again with a non-encrypted
5062 connection (bug#9017).
5063
56ec5115
LMI
5064 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
5065 be used.
5066
c2f9aec8
RS
50672011-07-07 Richard Stallman <rms@gnu.org>
5068
5069 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
5070 property, and handle its changed format.
5071 Look for the correct line number.
5072 Use file's line contents (but not past first =) to find
5073 correct line in message.
5074
ef7b981d 50752011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
5076
5077 * international/characters.el (build-unicode-category-table):
5078 Delete it.
0757af94 5079 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 5080
0757af94 5081 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
5082 to src/chartab.c.
5083 (get-char-code-property): Call unicode-property-table-internal to
5084 load a file. Call get-unicode-property-internal where necessary.
5085 (put-char-code-property): Call unicode-property-table-internal to
5086 load a file. Call put-unicode-property-internal where necessary.
5087 put-unicode-property-internal where necessary.
0757af94
SM
5088 (char-code-property-description):
5089 Call unicode-property-table-internal to load a file.
c805dec0
KH
5090
5091 * international/charprop.el:
5092 * international/uni-bidi.el:
5093 * international/uni-category.el:
5094 * international/uni-combining.el:
5095 * international/uni-comment.el:
5096 * international/uni-decimal.el:
5097 * international/uni-decomposition.el:
5098 * international/uni-digit.el:
5099 * international/uni-lowercase.el:
5100 * international/uni-mirrored.el:
5101 * international/uni-name.el:
5102 * international/uni-numeric.el:
5103 * international/uni-old-name.el:
5104 * international/uni-titlecase.el:
5105 * international/uni-uppercase.el: Regenerate.
5106
5107 * loadup.el: Load international/charprop.el before
5108 international/characters.
5109
e14b388a
CY
51102011-07-07 Chong Yidong <cyd@stupidchicken.com>
5111
5112 * window.el (next-buffer, previous-buffer): Signal an error if
5113 called from a minibuffer window.
5114
5115 * bindings.el: Revert 2011-07-04 change.
5116
354cf0ba
RS
51172011-07-06 Richard Stallman <rms@gnu.org>
5118
5119 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
5120 (rmail-mime-insert-bulk, rmail-mime-insert-text):
5121 Treat markers like ints.
5122 (rmail-mime-entity): Doc fix.
5123
a48868a7
LMI
51242011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5125
4906cd3d
LMI
5126 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
5127 defcustom again for backwards compatibility.
5128
e0457abe
LMI
5129 * simple.el (shell-command-on-region): Fill.
5130
d67f7e1f
LMI
5131 * dired-aux.el (dired-kill-line): Add a doc string.
5132
fe204702
LMI
5133 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
5134 to "\\sw\\|\\s_" (bug#358).
5135
a48868a7
LMI
5136 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
5137 (dired-unmark-backward): Ditto.
5138 (dired-flag-backup-files): Ditto.
5139
5140 * dired-x.el (dired-mark-sexp): Ditto.
5141
aa8a705c
RS
51422011-07-06 Richard Stallman <rms@gnu.org>
5143
5144 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
5145 (rmail-mime-entity): New arg TRUNCATED.
5146 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
5147 New functions.
5148 (rmail-mime-save): Warn if entity is truncated.
5149 (rmail-mime-toggle-hidden): Likewise, for showing.
5150 (rmail-mime-process-multipart): Record when an entity is truncated.
5151
a9a936b9
RS
5152 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
5153 if ENTITY is a string.
5154
1f2b92cb
LMI
51552011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5156
f4f73198 5157 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
5158 of faces when `M-C-x'-ing their definitions (bug#8378).
5159 Also clean up the code slightly.
f4f73198 5160
12b16734 5161 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 5162 because that makes the colors go away.
12b16734 5163
f0691d22
LMI
5164 * mail/sendmail.el (send-mail-function): Change the default to
5165 `sendmail-query-once'.
9e87df06 5166 (sendmail-query-once): Add an autoload cookie.
f0691d22 5167
1f2b92cb
LMI
5168 * net/network-stream.el (network-stream-open-starttls): Try using
5169 a plain connection even if the server offered STARTTLS, and we
5170 kinda wanted to use it, if Emacs doesn't have any STARTTLS
5171 capability. This should make smtpmail.el work in slightly more
5172 configurations.
5173
1cdd2a1b
MA
51742011-07-06 Michael Albinus <michael.albinus@gmx.de>
5175
5176 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
5177 New defun.
5178 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
5179
fbcc67e2
MM
51802011-07-06 Michael R. Mauger <mmaug@yahoo.com>
5181
5182 * progmodes/sql.el: Version 3.0
0757af94 5183 (sql-product-alist): Add product :completion-object,
fbcc67e2 5184 :completion-column, and :statement attributes.
0757af94 5185 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 5186 (sql-mode-syntax-table): Mark all punctuation.
0757af94 5187 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
5188 ansi keywords.
5189 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 5190 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
5191 (sql-oracle-show-reserved-words): New function for development.
5192 (sql-product-font-lock): Simplify for source code buffers.
5193 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
5194 New functions.
5195 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
5196 (sql-mode-map): Add statement movement functions.
5197 (sql-ansi-statement-starters, sql-oracle-statement-starters):
5198 New variable.
fbcc67e2
MM
5199 (sql-statement-regexp, sql-beginning-of-statement)
5200 (sql-end-of-statement, sql-signum): New functions.
0757af94 5201 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
5202 (sql-show-sqli-buffer): Bug fix.
5203 (sql-interactive-mode): Store connection data as buffer local.
0757af94 5204 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
5205 with sql-interactive-mode.
5206 (sql-save-connection): Save buffer local settings.
0757af94 5207 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
5208 (sql-product-interactive): Bug fix.
5209 (sql-preoutput-hold): New variable.
5210 (sql-interactive-remove-continuation-prompt): Bug fixes.
5211 (sql-debug-redirect): New variable.
5212 (sql-str-literal): New function.
5213 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 5214 Redesign.
fbcc67e2
MM
5215 (sql-oracle-save-settings, sql-oracle-restore-settings)
5216 (sql-oracle-list-all, sql-oracle-list-table): New functions.
5217 (sql-completion-object, sql-completion-column)
5218 (sql-completion-sqlbuf): New variables.
5219 (sql-build-completions-1, sql-build-completions)
5220 (sql-try-completion): New functions.
5221 (sql-read-table-name): Use them.
5222 (sql-contains-names): New buffer local variable.
5223 (sql-list-all, sql-list-table): Use it.
5224 (sql-oracle-completion-types): New variable.
5225 (sql-oracle-completion-object, sql-sqlite-completion-object)
5226 (sql-postgres-completion-object): New functions.
5227
d4eaeab1
GM
52282011-07-06 Glenn Morris <rgm@gnu.org>
5229
5230 * window.el (pop-to-buffer): Doc fix.
5231
322b7dab 52322011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
5233
5234 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
5235
322b7dab 52362011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 5237
322b7dab 5238 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 5239
322b7dab 5240 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 5241
605dd5bf
CY
52422011-07-05 Chong Yidong <cyd@stupidchicken.com>
5243
5244 * button.el (button): Inherit from link face. Suggested by Dan
5245 Nicolaescu.
5246
7dbfa719
SM
52472011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
5248
3db614b0
SM
5249 * progmodes/gdb-mi.el: Fit in 80 columns.
5250 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
5251 switch-to-buffer.
5252
7dbfa719
SM
5253 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
5254 if imenu is simply not configured (bug#8941).
5255
919d884a
KM
52562011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
5257
5258 * allout.el (allout-post-undo-hook): New allout outline-change
5259 event hook to signal undo activity.
5260 (allout-post-command-business): Run allout-post-undo-hook if an
5261 undo just occurred.
7dbfa719
SM
5262 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
5263 * allout-widgets.el (allout-widgets-after-undo-function):
5264 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
5265 in the vicinity of an undo.
5266 (allout-widgets-mode): Include allout-widgets-after-undo-function
5267 on the new allout-post-undo-hook.
5268
450a0f09
SM
52692011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
5270
5271 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
5272 Let define-derived-mode define it.
5273 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
5274 cycles of abbrev-table inheritance (bug#8998).
5275
2de69e00
RW
52762011-07-05 Roland Winkler <winkler@gnu.org>
5277
5278 * textmodes/bibtex.el: Add support for biblatex.
5279 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
5280 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
5281 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
5282 (bibtex-entry-alist, bibtex-field-alist): New variables.
5283 (bibtex-entry-field-alist): Obsolete alias for
5284 bibtex-BibTeX-entry-alist.
5285 (bibtex-entry-alist, bibtex-field-alist): New widgets.
5286 (bibtex-set-dialect): New command.
5287 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
5288 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
5289 Bind via bibtex-set-dialect.
2de69e00
RW
5290 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
5291 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
5292 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
5293 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
5294 Define via bibtex-set-dialect.
450a0f09
SM
5295 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
5296 Obey bibtex-no-opt-remove-re.
2de69e00
RW
5297 (bibtex-vec-push, bibtex-vec-incr): New functions.
5298 (bibtex-format-entry, bibtex-field-list)
5299 (bibtex-print-help-message, bibtex-validate)
5300 (bibtex-search-entries): Use new format of bibtex-entry-alist.
5301
2dcdbdd9
SM
53022011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
5303
5304 * progmodes/compile.el (compilation-goto-locus):
5305 * net/tramp-cmds.el (tramp-append-tramp-buffers):
5306 * bs.el (bs-cycle-next, bs-cycle-previous):
5307 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
5308 * bindings.el (mode-line-other-buffer):
5309 * autoinsert.el (auto-insert):
5310 * arc-mode.el (archive-extract):
5311 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
5312
b27640fe
JB
53132011-07-05 Juanma Barranquero <lekktu@gmail.com>
5314
5315 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
5316 Fix check of `emacs-lock-unlockable-modes'.
5317 Coerce true values of `emacs-lock--try-unlocking' to t.
5318
53bbe3ad
JB
53192011-07-05 Juanma Barranquero <lekktu@gmail.com>
5320
5321 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
5322 * emacs-lock.el: New file.
5323
1d3cdbc7
JD
53242011-07-05 Julien Danjou <julien@danjou.info>
5325
5326 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
5327 than `boundp' to check if face is set.
5328
9173deec
JB
53292011-07-05 Juanma Barranquero <lekktu@gmail.com>
5330
5331 * register.el (registerv-make):
5332 * window.el (window-min-height): Fix typos in docstrings.
5333
869795d6
JD
53342011-07-05 Jan Djärv <jan.h.d@swipnet.se>
5335
9173deec 5336 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
5337 Update doc string.
5338
b768cdcd
JB
53392011-07-04 Juanma Barranquero <lekktu@gmail.com>
5340
5341 * server.el (server-execute): Catch quit and call
5342 `server-return-error' to pass the error back to emacsclient and
5343 close the connection (bug#8942).
5344
13aa217b
KM
53452011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
5346
5347 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
5348 insecure exception for current topic. Also note that auto-saves
5349 are handled differently.
5350
5351 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
5352 State variables for tracking auto-save inhibition situation.
5353
5354 (allout-write-contents-hook-handler): Rename from
5355 'allout-write-file-hook-handler', and describe how it depends on
5356 write-contents-functions sensitivity to non-nil value to prevent
5357 file write.
5358
5359 (allout-auto-save-hook-handler): Remove. auto-save does not check
5360 this in individual buffers, only in the starting buffer, so this
5361 is not the right way for us to inhibit auto-save in a buffer
5362 according to its condition.
5363
5364 (allout-mode): Use new allout-write-contents-hook-handler, and
5365 only with write-contents-functions. Remove auto-save provisions -
5366 they're implemented elsewhere.
5367
5368 (allout-before-change-handler): If undo is in progress, note that
5369 for attention of allout-post-command-business.
5370
5371 (allout-post-command-business): If the command we're following was
5372 an undo, check for change in the status of encrypted items and
5373 adjust auto-save inhibitions accordingly.
5374
5375 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
5376 according to whether there are or aren't any plain-text topics
5377 pending encryption.
5378
2dcdbdd9 5379 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
5380 Adjust buffer-saved-size and some allout state to inhibit auto-saves
5381 if there are plain-text topics pending encryption.
13aa217b
KM
5382
5383 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
5384 buffer-saved-size and some allout state to not inhibit auto-saves
5385 if there are no longer any plain-text topics pending encryption.
5386
0757af94
SM
5387 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
5388 No longer provide for exemption of the current topic.
13aa217b 5389
ac89b32c
JL
53902011-07-04 Juri Linkov <juri@jurta.org>
5391
5392 Add 7z operations to delete and save changed members (bug#8968).
5393 * arc-mode.el (archive-7z-expunge, archive-7z-update):
5394 New defcustoms.
5395 (archive-7z-write-file-member): New function.
5396 (archive-7z-summarize): Fix the number of dashes in the
5397 listing output.
5398
8fa39615
SM
53992011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
5400
5401 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
5402 (bug#8958).
5403
2f11b3f1
CY
54042011-07-04 Chong Yidong <cyd@stupidchicken.com>
5405
d66fef2b
CY
5406 * bindings.el: Ignore next-buffer and previous-buffer in
5407 minibuffer-local-map.
5408
2f11b3f1
CY
5409 * font-lock.el (font-lock-builtin-face): Change light background
5410 color to dark slate blue (Bug#6693).
5411
f932a347
WD
54122011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
5413
5414 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
5415
c8af70e1
SM
54162011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
5417
5418 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
5419 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5420 Add switch-to-buffer.
5421
f158badc
LMI
54222011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5423
5424 * isearch.el (isearch-search-fun-function): Clarify further the
5425 meaning of the function returned.
5426
6d95bd46
MA
54272011-07-04 Michael Albinus <michael.albinus@gmx.de>
5428
5429 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
5430
5431 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
5432 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
5433 Use it.
5434 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
5435 `tramp-default-remote-path' does not exist.
5436 (tramp-send-command-and-read): New optional argument NOERROR.
5437 (tramp-open-connection-setup-interactive-shell)
5438 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
5439 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
5440 (tramp-process-sentinel): Flush also process' connection property.
5441 (tramp-sh-handle-start-file-process): Do not set process
5442 sentinel. It is done now ...
5443 (tramp-maybe-open-connection): ... here. (Bug#8929)
5444
909e6b67
MK
54452011-07-04 MON KEY <monkey@sandpframing.com>
5446
5447 * play/animate.el (animate-string): Doc fixes and allow changing
5448 the buffer name (bug#5417).
5449
54502011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5451
c8af70e1 5452 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 5453
f34755dc
PE
54542011-07-04 Paul Eggert <eggert@cs.ucla.edu>
5455
396cec72
PE
5456 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
5457 This is simpler and helps future-proof the code.
5458 (timer-until): Use time-subtract and float-time.
08235028 5459 (timer--time-less-p): Use time-less-p.
f34755dc 5460
56e6cc31
JB
54612011-07-04 Juanma Barranquero <lekktu@gmail.com>
5462
3abb79e5
JB
5463 * type-break.el (timep): Use the value of `float-time' to avoid a
5464 byte-compiler warning.
5465
56e6cc31
JB
5466 * server.el (server-eval-and-print): Return any result, even nil.
5467
7b9430b4
PE
54682011-07-03 Paul Eggert <eggert@cs.ucla.edu>
5469
5470 * type-break.el: Accept time formats that the builtins accept.
5471 (timep, type-break-time-difference): Accept any format that
5472 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
5473 This is simpler and helps future-proof the code.
5474 (type-break-time-difference): Round rather than ignoring
5475 subseconds components.
5476
3034e9e7
LMI
54772011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5478
5479 * info.el (Info-apropos-matches): Make non-interactive, since it
5480 doesn't seem to do anything useful as a command (bug#8829).
5481
1485f4c0
CY
54822011-07-03 Chong Yidong <cyd@stupidchicken.com>
5483
5484 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 5485 Move from faces.el.
1485f4c0
CY
5486 (frame-default-terminal-background): New function.
5487
5488 * custom.el (custom-push-theme): Don't record faces in `changed'
5489 theme; this doesn't work correctly for per-frame face settings.
5490 (disable-theme): Use face-set-after-frame-default to reset faces.
5491 (custom--frame-color-default): New function.
5492
9fa3dd45
LMI
54932011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5494
c8af70e1 5495 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
5496 (bug#8769).
5497
6cbbc20c
KR
54982011-03-29 Kevin Ryde <user42@zip.com.au>
5499
5500 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5501 `perl-Test2' extend to match possible "fail #N" rep count
5502 (bug#8377).
5503
c7f98048
LMI
55042011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5505
65676592
LMI
5506 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
5507 `smtpmail-via-smtp' now returns the error instead of nil.
5508
c7f98048
LMI
5509 * isearch.el (isearch-search-fun-function): Clarify the doc string
5510 (bug#8101).
5511
56e6cc31 55122011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
5513
5514 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
5515 unnecessary spaces (bug#8987).
5516
2b216704
LMI
55172011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5518
5519 * net/network-stream.el (open-network-stream): Use the
5520 :end-of-capability command thoughout.
5521
55222011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
5523
5524 * net/network-stream.el (open-network-stream): Add the
5525 :end-of-capability command parameter, used by pop3.el.
5526
36adf6ce
LMI
55272011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5528
1ca0da0e
LMI
5529 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
5530
fc00f69c
LMI
5531 * fringe.el (fringe-query-style): Remove redundant text " (type ?
5532 for list)" (bug#6475).
5533
28fd8759 5534 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 5535 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
5536 an error (bug#6297).
5537
0dd8b6da
LMI
5538 * man.el (Man-reference-regexp): Allow matching possible
5539 word-wrapped references (bug#6289).
5540
ce1438d6
LMI
5541 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
5542 for consistency with the other vc buffers (bug#6197).
5543 (vc-checkin): Ditto.
5544
5545 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
5546
36adf6ce
LMI
5547 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
5548
e83cc1f7
LMI
55492011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5550
8a20ca4c
LMI
5551 * custom.el (defcustom): Clarify that :set is only used in the
5552 Customize user interface (bug#6089).
5553
83319045
LMI
5554 * progmodes/flymake.el (flymake-mode): If the buffer isn't
5555 associated with a file, refuse to run instead of erroring out
5556 (bug#6084).
5557
a8392169
LMI
5558 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
5559 the doc string, since it appears that using `fill-column' always
5560 controls the width (bug#7845).
5561
e83cc1f7
LMI
5562 * simple.el (shell-command-on-region): Say where the error output
5563 went if `shell-command-default-error-buffer' is set (bug#6857).
5564
e47ca23b
KM
55652011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
5566
5567 * allout.el (allout-yank-processing): Adjust cursor position for
5568 backwards-deleted space.
5569
5570 (allout-rebullet-heading): Register changes with
5571 allout-exposure-changed-hook, so the modified topic is properly
5572 decorated.
5573
5cf56143
LMI
55742011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5575
08549772
LMI
5576 * minibuffer.el (completion-in-region): Document PREDICATE
5577 (bug#7136).
5578
48e96771
LMI
5579 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
5580 of keyword/argument pairs (bug#6904).
5581
c8af70e1
SM
5582 * replace.el (multi-occur):
5583 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 5584
e17d05e2
LMI
55852011-07-02 Drew Adams <drew.adams@oracle.com>
5586
5587 * dired.el (dired-mark-if): Make the message about whether it's
5588 marking or unmarking clearer (bug#8523).
5589
063b0e45
LMI
55902011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5591
5592 * disp-table.el (display-table-print-array): New function.
5593 (describe-display-table): Use it to print the vectors more pretty
5594 (Bug#8859).
5595
28545e04
MR
55962011-07-02 Martin Rudalics <rudalics@gmx.at>
5597
5598 * window.el (window-state-get-1): Don't assign clone numbers.
5599 Add clone-of item to list of window parameters.
5600 (window-state-put-2): Don't process clone numbers.
5601 (display-buffer-alist): Fix doc-string.
5602
3349e122
SM
56032011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
5604
5605 * subr.el (remq): Don't allocate if it's not needed.
5606 (keymap--menu-item-binding, keymap--menu-item-with-binding)
5607 (keymap--merge-bindings): New functions.
5608 (keymap-canonicalize): Use them to refine the canonicalization.
5609 * minibuffer.el (minibuffer-local-completion-map)
5610 (minibuffer-local-must-match-map): Move initialization from C.
5611 (minibuffer-local-filename-completion-map): Move initialization from C;
5612 don't inherit from anything here.
5613 (minibuffer-local-filename-must-match-map): Make obsolete.
5614 (completing-read-default): Use make-composed-keymap to combine
5615 minibuffer-local-filename-completion-map with either
5616 minibuffer-local-must-match-map or
5617 minibuffer-local-filename-completion-map.
5618
d224ac83
GM
56192011-07-01 Glenn Morris <rgm@gnu.org>
5620
3de63bf8
GM
5621 * type-break.el (type-break-time-sum): Use dolist.
5622
d224ac83
GM
5623 * textmodes/flyspell.el (flyspell-word-search-backward):
5624 Replace CL function.
5625
1a1e3f32
SM
56262011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
5627
fe3f64d5
SM
5628 * mouse.el (mouse--strip-first-event): New function.
5629 (function-key-map): Use it to map fringe clicks to normal clicks
5630 by default.
5631
eb604e34
SM
5632 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
5633 (vc-bzr-revision-completion-table): Add support for annotate and date.
5634
1a1e3f32
SM
5635 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
5636 inherit from parent.
5637
5bd35902
LMI
56382011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5639
ace6c69c 5640 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 5641 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 5642
191e2bed
LMI
5643 * dired.el (dired-mode): Fix up the doc string as suggested by
5644 Drew Adams (bug#8817).
5645
5bd35902
LMI
5646 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
5647 cookie, since the manual says that it should be possible to add
5648 this function to `find-file-hook' (bug#8709).
5649
eee8207a
TZ
56502011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
5651
5652 * progmodes/cfengine.el: Moved all cfengine3.el functionality
5653 here. Noted Ted Zlatanov as the maintainer.
5654 (cfengine-common-settings, cfengine-common-syntax): New functions
5655 to set up common things between `cfengine-mode' and
5656 `cfengine3-mode'.
5657 (cfengine3-mode): New mode.
5658 (cfengine3-defuns cfengine3-defuns-regex
5659 (cfengine3-class-selector-regex cfengine3-category-regex)
5660 (cfengine3-vartypes cfengine3-font-lock-keywords)
5661 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 5662 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 5663
36b148cf
MA
56642011-07-01 Michael Albinus <michael.albinus@gmx.de>
5665
5666 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
5667
5668 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
5669
0bf4ba9a
MR
56702011-07-01 Martin Rudalics <rudalics@gmx.at>
5671
5672 * window.el (same-window-buffer-names, same-window-regexps)
5673 (same-window-p, special-display-frame-alist)
5674 (special-display-popup-frame, special-display-function)
5675 (special-display-buffer-names, special-display-regexps)
5676 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
5677 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
5678 (split-window-preferred-function, split-height-threshold)
5679 (split-width-threshold, even-window-heights)
5680 (display-buffer-mark-dedicated, window-splittable-p)
5681 (split-window-sensibly, window-safely-shrinkable-p):
5682 Un-obsolete.
5683 (display-buffer): Don't spread args with function specifier
5684 because special-display-popup-frame won't like it.
5685
35837f51
PE
56862011-07-01 Paul Eggert <eggert@cs.ucla.edu>
5687
d0672f86
PE
5688 Time-stamp simplifications and fixes.
5689 These improve accuracy slightly, and future-proof the code
5690 against some potential changes to current-time format.
5691
b9444d97
PE
5692 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
5693 by using time-since and float-time.
5694
0ef923dc
PE
5695 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
5696 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
5697 + NNN microseconds".
5698
2f81380d
PE
5699 * type-break.el (type-break-time-sum): Rewrite using time-add.
5700
845b5c3e
PE
5701 * play/hanoi.el (hanoi-current-time-float): Remove.
5702 All uses replaced by float-time.
5703
ee6f1be0
PE
5704 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
5705 This yields a more-accurate answer.
5706 (rng-time-to-float): Remove; no longer needed.
5707
fe955043
PE
5708 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
5709
5777162a
PE
5710 * calendar/timeclock.el (timeclock-seconds-to-time):
5711 Defalias to seconds-to-time, since they're the same thing.
5712
3103f8b6 5713 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 5714 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
5715 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
5716
0e61a35f
SM
57172011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
5718
5719 * window.el (bury-buffer): Don't iconify the only frame.
5720 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
5721 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
5722
ddd63a1e
CY
57232011-07-01 Chong Yidong <cyd@stupidchicken.com>
5724
0e61a35f
SM
5725 * eshell/em-smart.el (eshell-smart-display-navigate-list):
5726 Add mouse-yank-primary.
ddd63a1e 5727
055f4923
TZ
57282011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
5729
5730 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
5731
6a2fb145
SM
57322011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
5733
5734 * emacs-lisp/find-func.el (find-library--load-name): New fun.
5735 (find-library-name): Use it to find relative load names when provided
5736 absolute file name (bug#8803).
5737
fd4983f2
LMI
57382011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5739
887d14ad
LMI
5740 * textmodes/flyspell.el (flyspell-word): Consider words that
5741 differ only in case as potential doublons (bug#5687).
5742
c53dc7fc
LMI
5743 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
5744 Remove two rather uninteresting debugging-like messages to make
5745 debbugs.el more silent.
5746
fd4983f2
LMI
5747 * comint.el (comint-password-prompt-regexp): Accept "Response" as
5748 a password-like phrase.
5749
b14c0c55
AM
57502011-06-30 Mastake YAMATO <yamato@redhat.com>
5751
5752 * progmodes/cc-guess.el: New file.
5753
6a2fb145 5754 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
5755
5756 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
5757 derived from `c-basic-common-init'.
5758
5759 * progmodes/cc-mode.el (top-level): Require cc-guess.
5760 (c-basic-common-init): Use `cc-choose-style-for-mode'.
5761
1fa280a3
LM
57622011-06-30 Lawrence Mitchell <wence@gmx.li>
5763
5764 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
5765
e6597158
AM
57662011-06-30 Alan Mackenzie <acm@muc.de>
5767
1fa280a3
LM
5768 * progmodes/cc-engine.el (c-guess-continued-construct):
5769 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
5770 lock is disabled. Name this case as "CASE G".
5771
68ba37fb
KM
57722011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
5773
5774 * allout.el (allout-yank-processing): Fix injection of extra space
5775 between bullet and non-whitespace character in first topic when
5776 pasting, ensuring that the actual spacing in the pasted topic
5777 following the bullet char is preserved. This extra space was
5778 causing pasted encrypted topics to get a decrypted status even
5779 when the content was actually still encrypted. Now the decryption
5780 status from before the paste is preserved.
5781
5782 (allout-flag-region): Set all allout overlays so they evaporate
5783 when reduced to zero length (evanescent), to prevent overlay
5784 leakage.
5785
887a0b34
GM
57862011-06-30 Glenn Morris <rgm@gnu.org>
5787
94b9acce
GM
5788 * w32-fns.el (w32-charset-info-alist): Declare.
5789
1d9b46d4
GM
5790 * find-dired.el (find-grep-options): Simplify.
5791
cc232200
GM
5792 * term/ns-win.el (ns-set-resource): Declare.
5793
28e77c46
GM
5794 * ses.el (row, col): Declare dynamic variables honestly.
5795
887a0b34
GM
5796 * textmodes/reftex-parse.el (index-tags): Declare.
5797
658d8eb8
CY
57982011-06-30 Chong Yidong <cyd@stupidchicken.com>
5799
5800 * cus-edit.el (customize-push-and-save): New function.
5801
5802 * files.el (hack-local-variables-confirm): Use it.
5803
1fa280a3
LM
5804 * custom.el (load-theme): New arg NO-CONFIRM.
5805 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
5806 (custom-enabled-themes): Doc fix.
5807
5808 * cus-theme.el (customize-create-theme)
5809 (custom-theme-merge-theme): Callers to load-theme changed.
5810
bb617717
LMI
58112011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5812
d61bdd5d
LMI
5813 * thingatpt.el (thing-at-point-short-url-regexp): Require that
5814 short URLs have at least one dot in them (bug #7614).
5815
bb617717
LMI
5816 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
5817 nil, because using a pty is apparently too slow (bug #895).
5818
2f31f37a
LMI
58192011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5820
5821 * mail/sendmail.el (sendmail-query-once): New function.
5822 (sendmail-query-once-function): New variable.
5823
3076b24e
GM
58242011-06-29 Glenn Morris <rgm@gnu.org>
5825
faf2a174
GM
5826 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
5827
3076b24e
GM
5828 * ses.el (top-level): Require cl when compiling.
5829 (ses-set-localvars): Fix error statement.
5830 Call it at compile time to silence a storm of warnings.
5831
5386012d
MR
58322011-06-29 Martin Rudalics <rudalics@gmx.at>
5833
5834 * window.el (normalize-live-buffer): Rename to
5835 window-normalize-buffer.
5836 (normalize-live-frame): Rename to window-normalize-frame.
5837 (normalize-any-window): Rename to window-normalize-any-window.
5838 (normalize-live-window): Rename to window-normalize-live-window.
5839 (make-window-atom): Rename to window-make-atom.
5840 (window-resize-reset): Rename to window--resize-reset.
5841 (window-resize-reset-1): Rename to window--resize-reset-1.
5842 (resize-mini-window): Rename to window--resize-mini-window.
5843 (resize-subwindows-skip-p): Rename to
5844 window--resize-subwindows-skip-p.
5845 (resize-subwindows-normal): Rename to
5846 window--resize-subwindows-normal.
5847 (resize-subwindows): Rename to window--resize-subwindows.
5848 (resize-other-windows): Rename to window--resize-siblings.
5849 (resize-this-window): Rename to window--resize-this-window.
5850 (resize-root-window): Rename to window--resize-root-window.
5851 (resize-root-window-vertically): Rename to
5852 window--resize-root-window-vertically.
5853 (normalize-buffer-to-display): Rename to
5854 window-normalize-buffer-to-display.
5855 (normalize-buffer-to-switch-to): Rename to
5856 window-normalize-buffer-to-switch-to.
5857 Correspondingly update all callers of the functions listed
5858 above.
5859 (display-buffer-alist, display-buffer-normalize-arguments)
5860 (display-buffer-normalize-options, display-buffer)
5861 (display-buffer-alist-set): Use "function" instead of
5862 "fun-with-args".
5863
1176868d
CY
58642011-06-28 Chong Yidong <cyd@stupidchicken.com>
5865
5866 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
5867 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
5868 debbugs.gnu.org. Mention acknowledgment email.
5869
20a7a65f
LMI
58702011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5871
5872 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
5873 buffer multibyteness, since it shouldn't matter.
5874
5f45cca5
MR
58752011-06-28 Martin Rudalics <rudalics@gmx.at>
5876
5877 * window.el (display-buffer-in-side-window): Handle dedicated
5878 windows as in display-buffer-reuse-window.
5879 (display-buffer-normalize-alist): Use value of override
5880 specifier.
5881 (display-buffer-normalize-specifiers): Use value of
5882 other-window-means-other-frame specifier.
5883 (display-buffer-alist): Rewrite some texts in widgets.
5884 (display-buffer): Spread arguments when calling function
5885 specified by fun-with-args.
5886
ad85fe1f
DD
58872011-06-28 Deniz Dogan <deniz@dogan.se>
5888
1fa280a3
LM
5889 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
5890 Unnest `let'.
da68c4c8 5891
ad85fe1f
DD
5892 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
5893 selectors (Bug#5732).
ec49bd31 5894 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 5895
a08cc025
JA
58962011-06-27 Jari Aalto <jari.aalto@cante.net>
5897
5898 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
5899 (eshell-ls-date-format): New defcustom.
5900 (eshell-ls-file): Use it.
5901
e2b551c5
SM
59022011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
5903
5904 * help-fns.el (describe-variable): Fix message for terminal-local vars.
5905
8982b231
KY
59062011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
5907
5908 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
5909 (ange-ftp-make-tmp-name): New arg.
5910 (ange-ftp-file-local-copy): Use it.
5911
36c9fa27
J
59122011-06-27 Jambunathan K <kjambunathan@gmail.com>
5913
5914 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
5915 no-conversion (Bug#8870).
5916
d68443dc
MR
59172011-06-27 Martin Rudalics <rudalics@gmx.at>
5918
5919 * window.el (window-right, window-left, window-child)
5920 (window-child-count, window-last-child)
5921 (window-iso-combination-p, walk-window-tree-1)
5922 (window-atom-check-1, window-tree-1, delete-window)
5923 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
5924 new naming conventions - window-vchild, window-hchild,
5925 window-next and window-prev are now called window-top-child,
5926 window-left-child, window-next-sibling and window-prev-sibling
5927 respectively.
d615d6d2
MR
5928 (resize-window-reset): Rename to window-resize-reset.
5929 (resize-window-reset-1): Rename to window-resize-reset-1.
5930 (resize-window): Rename to window-resize.
5931 (window-min-height, window-min-width)
5932 (resize-mini-window, resize-this-window, resize-root-window)
5933 (resize-root-window-vertically, adjust-window-trailing-edge)
5934 (enlarge-window, shrink-window, maximize-window)
5935 (minimize-window, delete-window, quit-restore-window)
5936 (split-window, balance-windows, balance-windows-area-adjust)
5937 (balance-windows-area, window-state-put-2)
5938 (display-buffer-even-window-sizes, display-buffer-set-height)
5939 (display-buffer-set-width, set-window-text-height)
5940 (fit-window-to-buffer): Rename all "resize-window" prefixed
5941 calls to use the "window-resize" prefix convention.
5942 (display-buffer-alist): Fix symbol for label specifier.
5943 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
5944 corresponding specifier.
5945 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 5946
b6458526
VB
59472011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
5948
5949 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
5950 convention.
5951 (ses-call-printer): Does not pass an empty string to formatter when the
5952 cell is empty to keep from barking printer Calc math-format-value.
5953
d31fd9ac
RS
59542011-06-27 Richard Stallman <rms@gnu.org>
5955
43d5bf84
RS
5956 * battery.el (battery-mode-line-limit): New variable.
5957 (battery-update): Handle it.
5958
d31fd9ac
RS
5959 * mail/rmailmm.el (rmail-mime-process-multipart):
5960 Handle truncated messages.
5961
819a6054
GM
59622011-06-27 Glenn Morris <rgm@gnu.org>
5963
5964 * progmodes/flymake.el (flymake-err-line-patterns):
5965 Allow for column numbers in the ant/javac pattern. (Bug#8866)
5966
cedc73f2
VB
59672011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
5968
819a6054 5969 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
5970 (ses--clean-!, ses--clean-_): New functions.
5971 (ses-range): Add configurability of readout order, and conversion
5972 to Calc vector.
5973
5e5d49b6
VB
5974 * ses.el (ses-repair-cell-reference-all): New function.
5975 (ses-cell-symbol): Set macro as safe, so that it can be used in
5976 formulas.
5977
56e6cc31 5978 * ses.el: Update cycle detection algorithm.
90ca8b49 5979 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 5980 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
5981 (ses-set-localvars): New function.
5982 (ses-make-cell): Add property-list as a cell element.
5983 (ses-cell-property-get-fun, ses-cell-property-get)
5984 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
5985 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
5986 New functions.
90ca8b49
VB
5987 (ses-cell-property-set, ses-cell-property-pop)
5988 (ses-cell-property-get-handle): New macro.
5989 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
5990 New aliases, used for code readability.
5991 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
5992 cycle detection.
5993 (ses-self-reference-early-detection): New defcustom.
fac916bf 5994 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
5995 (ses-mode): Use ses-set-localvars.
5996 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
5997 before lauching the update processing.
5998 (ses-initialize-Dijkstra-attempt): New function.
5999 (ses-recalculate-cell): Update for cycle detection based on
6000 Dijkstra algorithm.
6001
2bb63e81
VB
6002 * ses.el: Fix commenting and indenting convention.
6003
c9d29fb8
SM
60042011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
6005
6006 * bs.el (bs-cycle-next): Complete last change.
6007
d8e4b68b
JB
60082011-06-27 Drew Adams <drew.adams@oracle.com>
6009
6010 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
6011
40098786
LMI
60122011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6013
c9d29fb8
SM
6014 * net/network-stream.el (network-stream-open-starttls):
6015 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
6016 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
6017
40098786
LMI
6018 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
6019 to binary to possibly avoid line encoding issues on Windows (among
6020 other things).
6021
468d09d4
LMI
60222011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6023
6024 * net/network-stream.el (open-network-stream): Return an :error
6025 saying what the problem was, if possible.
6026
6027 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
6028 server.
6029
6030 * net/network-stream.el (network-stream-open-starttls): If we
6031 wanted to use STARTTLS, and the server offered it, but we weren't
6032 able to because we had no STARTTLS support, then close the connection.
6033 (open-network-stream): Return an :error element, if present.
6034
16f07dd7
CY
60352011-06-26 Chong Yidong <cyd@stupidchicken.com>
6036
88821ca0
CY
6037 * hl-line.el (hl-line-sticky-flag): Doc fix.
6038 (global-hl-line-sticky-flag): New option (Bug#8323).
6039 (global-hl-line-highlight): Obey it.
6040
16f07dd7
CY
6041 * vc/vc.el (vc-revert-show-diff): Default to t.
6042
6b5ccddf
KM
60432011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
6044
c9d29fb8
SM
6045 * allout-widgets.el (allout-widgets-post-command-business):
6046 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
6047 undecorated when an isearch is continued past, and isearch
6048 automatically collapses them. This leads to "widget leaks", where
6049 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
6050 hidden widgets can slow down cursor travel, substantially.
6051 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
6052 so we're doing without this nicety.
6053
6054 (allout-widgets-tally-string): Don't try to do a hash-table-count
6055 of allout-widgets-tally when it's nil. This eliminates spurious "Error
6056 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
6057 *Messages* when allout-widgets-maintain-tally is t.
6058
355f2e07
MR
60592011-06-26 Martin Rudalics <rudalics@gmx.at>
6060
6061 * window.el (display-buffer-normalize-argument): Rename to
6062 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
6063 LABEL argument. Respect special-display-function when popping up
6064 a new frame. Fix code searching for a window showing the buffer
6065 on another frame.
c9d29fb8
SM
6066 (display-buffer-normalize-specifiers):
6067 Call display-buffer-normalize-arguments.
355f2e07
MR
6068 (display-buffer-in-window): Don't undedicate the window if its
6069 buffer remains the same.
6070 Reported by Drew Adams <drew.adams@oracle.com>.
6071 (display-buffer-alist): Add choice for same-window macro
6072 specfier.
6073 (display-buffer): Mention special meaning of LABEL argument in
6074 doc-string. Fix quoting. Don't pop up a new frame even as
6075 fallback.
6076
7ca8fc42
JB
60772011-06-26 Juanma Barranquero <lekktu@gmail.com>
6078
6079 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
6080 avoid deleting the current window in some cases (bug#8911).
6081
bc312254
AS
60822011-06-26 Andreas Schwab <schwab@linux-m68k.org>
6083
6084 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
6085 (Bug#8934)
6086
2db18f3f
LMI
60872011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6088
c9d29fb8
SM
6089 * net/network-stream.el (network-stream-open-starttls):
6090 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
6091 (network-stream-open-tls): Ditto.
6092
6302e0d3
LL
60932011-06-26 Leo Liu <sdl.web@gmail.com>
6094
6095 * register.el (registerv): New struct.
6096 (registerv-make): New function.
c9d29fb8
SM
6097 (jump-to-register, describe-register-1, insert-register):
6098 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
6099 struct. (Bug#8415)
6100
5fdd4046
CY
61012011-06-26 Chong Yidong <cyd@stupidchicken.com>
6102
2afef60a
CY
6103 * vc/vc.el (vc-revert-show-diff): New defcustom.
6104 (vc-diff-internal): New arg specifying diff buffer.
6105 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
6106 reuse an existing *vc-diff* buffer (Bug#8927).
6107
5fdd4046
CY
6108 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
6109
e93db24a
GM
61102011-06-26 Glenn Morris <rgm@gnu.org>
6111
6112 * progmodes/f90.el (f90-critical-indent): New option.
6113 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
6114 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
6115 (f90-mode): Doc fix.
6116 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
6117 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
6118 (f90-beginning-of-block, f90-next-block, f90-indent-region)
6119 (f90-match-end): Handle block, critical.
6120
eefff499
GM
61212011-06-25 Glenn Morris <rgm@gnu.org>
6122
f6ba4cc9
GM
6123 * calendar/diary-lib.el (diary-included-files): Doc fix.
6124 (diary-include-files): New function, extracted from
6125 diary-include-other-diary-files and diary-mark-included-diary-files.
6126 (diary-include-other-diary-files, diary-mark-included-diary-files):
6127 Just call diary-include-files.
6128 (diary-mark-entries): Reset diary-included-files on first call.
6129
16712304
GM
6130 * calendar/diary-lib.el (diary-mark-entries)
6131 (diary-mark-included-diary-files):
6132 Visit included diary-files in temp buffers.
6133
5d8e0d43
GM
6134 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
6135 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
6136 (f90-start-block-re, f90-imenu-generic-expression)
6137 (f90-looking-at-program-block-start, f90-no-block-limit):
6138 Add support for submodules.
6139
ccf7a5d5
GM
6140 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
6141 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 6142
11fdef7d 61432011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
6144
6145 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
6146 buffer-file-type before setting its value, to avoid disastrous
eefff499 6147 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 6148
74f53697
JB
61492011-06-25 Juanma Barranquero <lekktu@gmail.com>
6150
6151 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
6152
6153 * ses.el (ses-unload-function):
6154 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
6155
6156 * proced.el (proced-unload-function):
6157 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
6158
18a4ce5e
AR
61592011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
6160
6161 * server.el (server-create-window-system-frame): Add parameters arg.
6162 (server-process-filter): Doc fix. Handle frame-parameters.
6163
519d22cc
JB
61642011-06-25 Juanma Barranquero <lekktu@gmail.com>
6165
6166 Fix bug#8730, bug#8781.
6167
6168 * loadhist.el (unload--set-major-mode): New function.
6169 (unload-feature): Use it.
6170
6171 * progmodes/python.el (python-after-info-look): Add autoload cookie.
6172 (python-unload-function): New function.
6173
c206f5b0
SM
61742011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6175
6176 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
6177
f9ad64f3
GS
61782011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
6179
6180 * net/browse-url.el (browse-url-firefox-program): Add icecat to
6181 the candidates list.
6182
7d0da90e
JB
61832011-06-24 Juanma Barranquero <lekktu@gmail.com>
6184
6185 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
6186
14b4e83d
RS
61872011-06-23 Richard Stallman <rms@gnu.org>
6188
6189 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
6190 (rmail-variables): Set next-error-move-function.
6191 (rmail-what-message): Take argument POS.
6192 (rmail-next-error-move): New function.
6193
273d2baf
SM
61942011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
6195
6196 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
6197 messages for adjacent non-terminals.
6198
56c2cc9a
RS
61992011-06-23 Richard Stallman <rms@gnu.org>
6200
6201 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 6202 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
6203 (rmail-start-mail): Don't specify use of rmail-mail-return;
6204 that's done by mail-bury now.
6205 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 6206
d59eb518
MA
62072011-06-23 Michael Albinus <michael.albinus@gmx.de>
6208
6209 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
6210 SIZE is a number.
6211
02cfc6d6
MR
62122011-06-23 Martin Rudalics <rudalics@gmx.at>
6213
6214 * window.el (get-lru-window, get-mru-window)
6215 (get-largest-window): Never return a minibuffer window.
6216 (display-buffer-pop-up-window): Fix a bug that could lead to
6217 reusing the minibuffer window.
6218 (display-buffer): Pass original specifier argument to
6219 display-buffer-function instead of the normalized one.
6220 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
6221
4e323265
LL
62222011-06-22 Leo Liu <sdl.web@gmail.com>
6223
6224 * minibuffer.el (completing-read-function)
6225 (completing-read-default): Move from minibuf.c
6226
7a70468f
RS
62272011-06-22 Richard Stallman <rms@gnu.org>
6228
50718fc2
RS
6229 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
6230 to Rmail even if not started by a special Rmail command.
6231
7a70468f
RS
6232 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
6233 Copy the buffer currently showing just one message.
6234
297dde5a
RW
62352011-06-22 Roland Winkler <winkler@gnu.org>
6236
6237 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
6238 (bibtex-clean-entry): First delete the old key so that a
6239 customized algorithm for generating the new key does not get
6240 confused by the old key.
6241 (bibtex-url): Obey regexp of first step.
6242 (bibtex-search-entries): Do not use add-to-list with local
6243 list-var.
6244
97bb1093
LMI
62452011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6246
6247 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
6248 stored a user name, then query for the password first, instead of
6249 waiting for SMTP to give an error message and the trying again.
6250
1c0f1a19
JD
62512011-06-22 Lawrence Mitchell <wence@gmx.li>
6252
6253 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
6254 BUFFER in call-process.
6255
396f7c9d
LMI
62562011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6257
6258 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
6259 QUIT twice.
ddb7ffee
LMI
6260 (smtpmail-try-auth-methods): Require user name and password from
6261 auth-source.
396f7c9d 6262
8998d1b3
MR
62632011-06-22 Martin Rudalics <rudalics@gmx.at>
6264
6265 * window.el (display-buffer-default-specifiers)
6266 (display-buffer-alist): Remove entries for pop-up-frame-alist.
6267 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 6268 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
6269
6270 * frame.el (pop-up-frame-alist, pop-up-frame-function)
6271 (special-display-frame-alist, special-display-popup-frame):
6272 Remove duplicate declarations. These are now in window.el.
6273
4ea31e07
LMI
62742011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6275
c9d29fb8
SM
6276 * mail/smtpmail.el (smtpmail-via-smtp):
6277 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
6278 server supports it. SMTP servers that support STARTTLS commonly
6279 require it.
6280
6281 * net/network-stream.el (network-stream-open-starttls): Support
6282 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 6283 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 6284
95f41d9a
LMI
6285 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
6286 upgrades with `open-network-stream', and rely solely on
6287 auth-source for all credentials. Big changes throughout the file,
6288 but in particular:
c9d29fb8
SM
6289 (smtpmail-auth-credentials): Remove.
6290 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
6291 (smtpmail-via-smtp): Check for servers saying they want AUTH after
6292 MAIL FROM, too.
95f41d9a 6293
c9d29fb8
SM
6294 * net/network-stream.el (network-stream-open-starttls):
6295 Provide support for client certificates both for external and built-in
4ea31e07
LMI
6296 STARTTLS.
6297 (auth-source): Require.
6298 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
6299 (network-stream-certificate): Change cert-cert to cert and
6300 cert-key to key.
4ea31e07 6301
065ec2c7
MA
63022011-06-21 Michael Albinus <michael.albinus@gmx.de>
6303
6304 * net/tramp-cache.el (top): Don't load the persistency file when
6305 "emacs -Q" has been called.
6306
cd93b359
DR
63072011-06-21 Tim Harper <timcharper@gmail.com>
6308
d8e4b68b
JB
6309 * term/ns-win.el (ns-initialize-window-system):
6310 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
6311 resource to NO as it is not yet supported by the NS port.
6312
ae9c0411
JB
63132011-06-21 Juanma Barranquero <lekktu@gmail.com>
6314
6315 * misc.el (list-dynamic-libraries--refresh): Compute header here...
6316 (list-dynamic-libraries): ...not here.
6317
7f3f739f
LL
63182011-06-21 Leo Liu <sdl.web@gmail.com>
6319
6320 * subr.el (sha1): Implement sha1 using secure-hash.
6321
327c8fb1
MR
63222011-06-21 Martin Rudalics <rudalics@gmx.at>
6323
6324 * window.el (display-buffer-alist): In default value do not
6325 enforce searching a window on any but the selected frame.
6326 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
6327 (display-buffer-select-window): Remove function.
6328 (display-buffer-in-window): When a window on another frame gets
6329 reused, do not select it any more but just raise its frame if
6330 necessary (Bug#8851) and (Bug#8856).
6331 (display-buffer-normalize-options): Handle pop-up-frames related
6332 options more faithfully.
6333 (pop-to-buffer): Don't rely on `display-buffer' selecting the
6334 window if it is on another frame.
c9d29fb8
SM
6335 (display-buffer-alist, display-buffer-default-specifiers):
6336 Don't make new frame unsplittable by default.
9e9de014
MR
6337 (display-buffer-normalize-argument): Fix doc-string typo and use
6338 'same-frame-other-window instead of 'other-window when associating
6339 with display-buffer-macro-specifiers.
327c8fb1 6340
7cf3f556
VB
63412011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
6342
6343 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
6344 New functions.
6345 (5x5-mode-map, 5x5-mode-menu): Bind them.
6346 (5x5-draw-grid): Tweak the solver's rendering.
6347
60a406cf
SM
63482011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6349
6350 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
6351 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
6352
d8e4b68b 63532011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
6354
6355 * menu-bar.el: Use function variable instead of switch-to-buffer.
6356 (menu-bar-select-buffer-function): New variable.
60a406cf 6357 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 6358
478d6f95
SM
63592011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6360
6361 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
6362 variable's status.
6363
ca530739
JD
63642011-06-20 Jan Djärv <jan.h.d@swipnet.se>
6365
6366 * x-dnd.el (x-dnd-version-from-flags)
6367 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
6368 and long as number (Bug#8899).
6369 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
6370
bcd70d97
SM
63712011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
6372
60a406cf 6373 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
6374 (completion-try-completion, completion-all-completions): Compute the
6375 metadata argument if it's missing; make it optional (bug#8795).
6376
60a406cf 6377 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
6378 (widget-complete): Use new :completion-function property.
6379 (widget-completions-at-point): New function.
6380 (default): Use :completion-function instead of :complete.
60a406cf
SM
6381 (widget-default-completions): Rename from widget-default-complete;
6382 Rewrite.
bcd70d97
SM
6383 (widget-string-complete, widget-file-complete, widget-color-complete):
6384 Remove functions.
6385 (file, symbol, function, variable, coding-system, color):
6386 * international/mule-cmds.el (default-input-method, charset)
6387 (language-info-custom-alist):
6388 * cus-edit.el (face): Use new property :completions.
6389
6390 * progmodes/pascal.el (pascal-completions-at-point): New function.
6391 (pascal-mode): Use it.
6392 (pascal-mode-map): Use completion-at-point.
6393 (pascal-toggle-completions): Make obsolete.
6394 (pascal-complete-word, pascal-show-completions):
6395 * progmodes/octave-mod.el (octave-complete-symbol):
6396 Redefine as obsolete alias.
6397 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
6398 Signal absence of completion info for old Octave,
6399 (inferior-octave-complete): Redefine as obsolete alias.
6400 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
6401 (meta-completions-at-point): Rename from meta-complete-symbol and
6402 adapt it for use on completion-at-point-functions.
6403 (meta-common-mode): Use it.
6404 (meta-looking-at-backward, meta-match-buffer): Remove.
6405 (meta-complete-symbol): Redefine as obsolete alias.
6406 (meta-common-mode-map): Use completion-at-point.
6407 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
6408 (makefile-mode-map): Use completion-at-point.
6409 (makefile-completions-at-point): Rename from makefile-complete and
6410 adapt it for use on completion-at-point-functions.
6411 (makefile-mode): Use it.
6412 (makefile-complete): Redefine as obsolete alias.
6413
aebf69c8
DD
64142011-06-20 Deniz Dogan <deniz@dogan.se>
6415
6416 * net/rcirc.el: Delete trailing whitespaces once and for all.
6417
bfbbb27d
DC
64182011-06-20 Daniel Colascione <dan.colascione@gmail.com>
6419
6420 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
6421
d264a46b
CY
64222011-06-19 Chong Yidong <cyd@stupidchicken.com>
6423
4ca009e5
CY
6424 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
6425
d264a46b
CY
6426 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
6427
fbf5b3ce
MR
64282011-06-19 Martin Rudalics <rudalics@gmx.at>
6429
6430 * window.el (display-buffer-other-window-means-other-frame):
6431 Call display-buffer-normalize-alist.
6432 (display-buffer-normalize-specifiers-1): Rename to
6433 display-buffer-normalize-argument. New argument other-frame.
6434 Rewrite.
6435 (display-buffer-normalize-specifiers-2): Rename to
6436 display-buffer-normalize-options.
6437 (display-buffer-normalize-alist-1): New function.
6438 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
6439 display-buffer-normalize-alist.
6440 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
6441 (display-buffer-normalize-options-inhibit): New variable.
6442 (display-buffer-normalize-specifiers): Rewrite calling
6443 display-buffer-normalize-alist,
6444 display-buffer-normalize-argument, and
6445 display-buffer-normalize-options. Don't call the latter if
6446 display-buffer-normalize-options-inhibit is non-nil.
6447 (frame-auto-delete): New option.
6448 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
6449 (window-list-no-nils, window-state-ignored-parameters)
6450 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
6451 (window-state-put-1, window-state-put-2, window-state-put):
6452 New functions.
9a028c23
MR
6453 (display-buffer-normalize-options): Move special-display-p group
6454 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 6455
6d10d800
CY
64562011-06-18 Chong Yidong <cyd@stupidchicken.com>
6457
6420d28b
CY
6458 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
6459 groups (Bug#8776).
6460 (rx-submatch-n): New function.
6461 (rx): Document it.
6462
ddb8b596
CY
6463 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
6464 (Bug#8768).
6465
6466 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
6467
77080289
CY
6468 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
6469
61dfb316
CY
6470 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
6471 anytime existing face settings are present (Bug#8889).
6472
6d10d800
CY
6473 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
6474 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
6475 Remove unused argument.
6476
be3fb2b8
MR
64772011-06-18 Martin Rudalics <rudalics@gmx.at>
6478
bcd70d97
SM
6479 * window.el (display-buffer-default-specifiers):
6480 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
6481 pop-up-window-min-width, and another reuse-window specifier
6482 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
6483 (display-buffer-normalize-specifiers-2):
6484 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
6485 pop-up-windows is unset. Add a reuse-window specifier for the
6486 case popping up a new window fails.
6487 (special-display-popup-frame): Remove double quoting.
28dec25a 6488 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 6489
1c6d8c76
SM
64902011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
6491
6492 * shell.el (shell-completion-vars): Set pcomplete-termination-string
6493 according to comint-completion-addsuffix.
6494
6495 * pcomplete.el: Convert to lexical binding and fix bug#8819.
6496 (pcomplete-suffix-list): Mark as obsolete.
6497 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
6498 pcomplete-seen in the closure.
6499 (pcomplete-comint-setup): Setup completion-at-point as well.
6500 (pcomplete--entries): New function.
6501 (pcomplete--env-regexp): New var.
6502 (pcomplete-entries): Rewrite to work with partial-completion and
6503 without relying on pcomplete-suffix-list.
6504 (pcomplete-pare-list): Remove, unused.
6505
25aef8b8
MR
65062011-06-17 Martin Rudalics <rudalics@gmx.at>
6507
6508 * window.el (display-buffer-alist): Set pop-up-window-min-height
6509 and pop-up-window-min-width in default value. Reported by
6510 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
6511 other-window-means-other-frame.
6512 (display-buffer-macro-specifiers): Comment out entry for
6513 other-window specifier.
6514 (display-buffer-other-window-means-other-frame): New function.
6515 (display-buffer-normalize-specifiers-1): New arguments
6516 buffer-name and label. Treat other-window case specially.
6517 (display-buffer-normalize-specifiers-2): Treat other-window case
6518 specially.
6519 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
6520 (display-buffer-normalize-specifiers):
6521 Call display-buffer-normalize-specifiers-3.
25aef8b8 6522
dbad4f69
MR
65232011-06-17 Martin Rudalics <rudalics@gmx.at>
6524
6525 * window.el (same-window-p): Fix two typos introduced when
6526 adding with-no-warnings.
d1067961
MR
6527 (display-buffer-normalize-specifiers-1): Don't check
6528 pop-up-frames for 'unset initialization.
6529 (display-buffer-normalize-specifiers-2): Major rewrite using
6530 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
6531 (pop-up-frames, display-buffer-reuse-frames)
6532 (display-buffer-mark-dedicated): Don't initialize to 'unset.
6533 Suggested by David Engster <deng@randomsample.de>.
6534 (even-window-heights): Initialize to 'unset.
6535 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
6536 (display-buffer-macro-specifiers): Don't pop up a new frame in the
6537 other window case.
dbad4f69 6538
9b9c9e3a
MR
65392011-06-16 Martin Rudalics <rudalics@gmx.at>
6540
bcd70d97
SM
6541 * window.el (display-buffer-normalize-specifiers-1):
6542 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 6543 second argument of display-buffer (Bug#8865).
981d5c09
MR
6544 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
6545 (switch-to-buffer-other-window-same-frame)
6546 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
6547 Adams (Bug#8875).
9c2755e9
MR
6548 (display-buffer): Don't check noninteractive when calling
6549 display-buffer-pop-up-frame.
6550 (display-buffer-pop-up-frame): Never pop up a frame in
6551 noninteractive mode (Bug#8857).
67222e1d
MR
6552 (enlarge-window, shrink-window): Don't report an error when the
6553 window can't be resized as requested (Bug#8862).
9b9c9e3a 6554
2b75be67
SM
65552011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6556
9ffdd3ba
SM
6557 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
6558
cb581a67
SM
6559 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
6560
2b75be67
SM
6561 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
6562
8c0e3589
AM
65632011-06-15 Alan Mackenzie <acm@muc.de>
6564
cb581a67
SM
6565 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
6566 for declarators, disable knr checking to speed up for normal files.
6567 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 6568
b96e6cde
LMI
65692011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6570
4bba86e6
LMI
6571 * net/network-stream.el (open-network-stream): Add the keyword
6572 :always-query-capabilities for the case where you want to force a
6573 `plain' network connection, but the protocol still requires the
6574 capabilitiy command (i.e., SMTP and EHLO).
6575
2b75be67 6576 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
6577 consistency with other `-live-p' functions.
6578
efdcdbf8
SM
65792011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6580
6581 * window.el (same-window-buffer-names, same-window-regexps)
6582 (special-display-frame-alist, special-display-popup-frame)
6583 (special-display-function, special-display-buffer-names)
6584 (special-display-regexps, pop-up-frame-alist)
6585 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
6586 (pop-up-windows, split-window-preferred-function)
6587 (split-height-threshold, split-width-threshold, even-window-heights)
6588 (display-buffer-mark-dedicated): Don't encourage the use of
6589 display-buffer-alist from Elisp code.
6590
c5cde042
DN
65912011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
6592
6593 * progmodes/python.el (python-mode): Derive from prog-mode.
6594 * progmodes/ps-mode.el (ps-mode):
6595 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 6596 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
6597 * progmodes/ld-script.el (ld-script-mode): Likewise.
6598
baa1c9ab
MR
65992011-06-15 Martin Rudalics <rudalics@gmx.at>
6600
6601 * window.el (display-buffer-alist): Trim default value to avoid
6602 popping up a new frame (Bug#8857) or reusing an arbitrary window
6603 on another frame.
6604 (display-buffer): Do not fall back on popping up a new frame in
6605 batch mode (Bug#8857).
6606
c5dd5a51
CY
66072011-06-14 Chong Yidong <cyd@stupidchicken.com>
6608
6609 * cus-theme.el (describe-theme-1): Use custom-theme-p.
6610 (custom-theme-summary): New function.
6611 (customize-themes): Use it.
6612
d647b7c4
GM
66132011-06-13 Glenn Morris <rgm@gnu.org>
6614
6615 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
6616
9481c002
MR
66172011-06-13 Martin Rudalics <rudalics@gmx.at>
6618
357f93d2
MR
6619 * help.el (help-window): Remove variable.
6620 (help-window-point-marker, temp-buffer-max-height)
6621 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
6622 (help-print-return-message): Don't set help-window.
6623 (resize-temp-buffer-window): Rewrite cod eand doc-string.
6624 (help-window-setup-finish): Remove.
6625 (help-window-display-message, help-window-setup)
6626 (with-help-window): Major rewrite based on new
6627 display-buffer-window variable.
6628
6629 * help-mode.el (help-mode-finish): Remove help-window related
6630 code.
6631
6632 * view.el (view-exits-all-viewing-windows): Remove reference to
6633 view-return-to-alist in doc-string.
6634 (view-return-to-alist): Make obsolete.
6635 (view-buffer): Call pop-to-buffer-same-window and remove
6636 undo-window code.
6637 (view-buffer-other-window): Call pop-to-buffer-other-window and
6638 simplify code. Ignore second argument.
6639 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
6640 simplify code. Ignore second argument.
6641 (view-return-to-alist-update): Make obsolete.
6642 (view-mode-enter): Rename second argument to QUIT-RESTORE.
6643 Rewrite using quit-restore window parameters.
2b75be67
SM
6644 (view-mode-exit): Rename second argument to EXIT-ONLY.
6645 Rewrite using quit-restore-window.
357f93d2
MR
6646 (View-exit, View-exit-and-edit, View-leave, View-quit)
6647 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
6648 appropriate arguments.
6649 (view-end-message): Use quit-restore window parameter.
6650
9481c002
MR
6651 * window.el (display-buffer-function): Rewrite doc-string.
6652 (display-buffer-window, display-buffer-alist): New variables.
6653 (display-buffer-split-specifiers)
6654 (display-buffer-side-specifiers)
6655 (display-buffer-macro-specifiers): New constants.
6656 (display-buffer-even-window-sizes, display-buffer-set-height)
6657 (display-buffer-set-width, display-buffer-select-window)
6658 (display-buffer-in-window, display-buffer-reuse-window)
6659 (display-buffer-split-window-1, display-buffer-split-window)
6660 (display-buffer-split-atom-window, display-buffer-pop-up-window)
6661 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
6662 (display-buffer-in-side-window, normalize-buffer-to-display)
6663 (display-buffer-normalize-specifiers-1)
6664 (display-buffer-normalize-specifiers-2)
2b75be67
SM
6665 (display-buffer-normalize-specifiers, display-buffer-frame):
6666 New functions.
9481c002
MR
6667 (display-buffer): Major rewrite.
6668 (display-buffer-other-window, display-buffer-other-frame)
6669 (pop-to-buffer, switch-to-buffer-other-window)
6670 (switch-to-buffer-other-frame): Rewrite.
6671 (display-buffer-same-window, display-buffer-same-frame)
6672 (display-buffer-same-frame-other-window)
6673 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
6674 (pop-to-buffer-other-window)
6675 (pop-to-buffer-same-frame-other-window)
6676 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
6677 (switch-to-buffer-other-window-same-frame): New functions.
6678 (same-window-p, special-display-p): Rewrite disabling warnings.
6679 Make obsolete.
6680 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
6681 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
6682 Make obsolete
6683 (same-window-buffer-names, same-window-regexps)
6684 (special-display-frame-alist, special-display-popup-frame)
6685 (special-display-function, special-display-buffer-names)
6686 (special-display-regexps, pop-up-frame-alist)
6687 (pop-up-frame-function, split-window-preferred-function)
6688 (split-height-threshold, split-width-threshold)
6689 (even-window-heights): Make obsolete.
6690
9db51aca
GM
66912011-06-12 Glenn Morris <rgm@gnu.org>
6692
6693 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 6694 Misc simplifications.
9db51aca 6695
39cffb44
MR
66962011-06-12 Martin Rudalics <rudalics@gmx.at>
6697
6698 * window.el (window-safely-shrinkable-p): Restore function which
6699 was inadvertently removed in change from 2011-06-11. Declare as
6700 obsolete.
6701
2b75be67
SM
6702 * calendar/calendar.el (calendar-generate-window):
6703 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
6704 window-safely-shrinkable-p.
6705
a8955be7
GM
67062011-06-12 Glenn Morris <rgm@gnu.org>
6707
6708 * progmodes/fortran.el (fortran-mode-syntax-table):
6709 * progmodes/f90.el (f90-mode-syntax-table):
6710 Set % to punctuation. (Bug#8820)
6711 (f90-find-tag-default): Remove, no longer needed.
6712
f0d4059d
DC
67132011-06-12 Daniel Colascione <dan.colascione@gmail.com>
6714
6715 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
6716
1100a63c
CY
67172011-06-11 Chong Yidong <cyd@stupidchicken.com>
6718
6719 * image.el (image-animated-p): Return animation delay in seconds.
6720 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
6721 (image-animate-timeout): Remove DELAY argument. Don't assume
6722 every subimage has the same delay; get it from image-animated-p.
6723 (image-animate): Caller changed.
6724
def722bf
MA
67252011-06-11 Michael Albinus <michael.albinus@gmx.de>
6726
6727 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
6728 to ignored backtrace functions.
6729
0a2bb1a9
GM
67302011-06-11 Glenn Morris <rgm@gnu.org>
6731
6732 * calendar/appt.el (appt-disp-window-function): Doc fix.
6733 (appt-check): Handle overlapping appointments. (Bug#8337)
6734
6198ccd0
MR
67352011-06-11 Martin Rudalics <rudalics@gmx.at>
6736
6737 * window.el (window-tree-1, window-tree): New functions, moving
6738 the latter to window.el.
6739 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
6740 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
6741 (bw-refresh-edges): Remove.
6742 (balance-windows-1, balance-windows-2): New functions.
6743 (balance-windows): Rewrite in terms of window tree functions,
6744 balance-windows-1 and balance-windows-2.
6745 (bw-adjust-window): Remove.
6746 (balance-windows-area-adjust): New function with functionality of
6747 bw-adjust-window but using resize-window.
2b75be67
SM
6748 (set-window-text-height): Rewrite doc-string.
6749 Use normalize-live-window and resize-window.
6750 (enlarge-window-horizontally, shrink-window-horizontally):
6751 Rename argument to DELTA.
6198ccd0
MR
6752 (window-buffer-height): New function.
6753 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
6754 Rewrite using new window resize routines.
2b75be67
SM
6755 (kill-buffer-and-window, mouse-autoselect-window-select):
6756 Use ignore-errors instead of condition-case.
6198ccd0
MR
6757 (quit-window): Call delete-frame instead of delete-windows-on
6758 for the only buffer on frame.
6759
9397e56f
MR
67602011-06-10 Martin Rudalics <rudalics@gmx.at>
6761
6762 * loadup.el (top-level): Load window before files for the sake
6763 of replace-buffer-in-windows.
6764
6765 * files.el (read-buffer-to-switch)
6766 (switch-to-buffer-other-window)
2b75be67
SM
6767 (switch-to-buffer-other-frame, display-buffer-other-frame):
6768 Move to window.el.
9397e56f
MR
6769
6770 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
6771 (previous-buffer): Move to window.el.
6772
6773 * bindings.el (unbury-buffer): Move to window.el.
6774
6775 * window.el (delete-other-windows-vertically): Move after
6776 definition of delete-other-windows.
6777 (other-window, delete-windows-on, replace-buffer-in-windows):
6778 Move here from window.c.
6779 (record-window-buffer, unrecord-window-buffer)
6780 (set-window-buffer-start-and-point, switch-to-prev-buffer)
6781 (switch-to-next-buffer): New functions.
6782 (get-next-valid-buffer, last-buffer, next-buffer): Move here
6783 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
6784 (previous-buffer): Move here from simple.el.
6785 Call switch-to-prev-buffer.
9397e56f
MR
6786 (bury-buffer): Move here from buffer.c. Switch to previous
6787 buffer when window cannot be deleted.
6788 (unbury-buffer): Move here from bindings.el.
6789 (ctl-x-map): Move binding for other-window from window.c to
6790 here.
6791 (read-buffer-to-switch, switch-to-buffer-other-window)
6792 (switch-to-buffer-other-frame): Move here from files.el.
6793 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
6794 (switch-to-buffer): Move here from buffer.c.
6795 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 6796
562dd5e9
MR
67972011-06-10 Martin Rudalics <rudalics@gmx.at>
6798
6799 * window.el (window-min-height, window-min-width): Move here
6800 from window.c. Add defcustoms and rewrite doc-strings.
6801 (resize-mini-window, resize-window): New functions.
6802 (adjust-window-trailing-edge, enlarge-window, shrink-window):
6803 Move here from window.c.
6804 (maximize-window, minimize-window): New functions.
6805 (delete-window, delete-other-windows, split-window): Move here
6806 from window.c.
6807 (window-split-min-size): New function.
6808 (split-window-keep-point): Mention split-window-above-each-other
6809 instead of split-window-vertically.
2b75be67 6810 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
6811 Rename split-window-vertically to split-window-above-each-other
6812 and provide defalias for old definition.
6813 (split-window-side-by-side, split-window-horizontally):
6814 Rename split-window-horizontally to split-window-side-by-side
6815 and provide defalias for the old definition.
562dd5e9
MR
6816 (ctl-x-map): Move bindings for delete-window,
6817 delete-other-windows and enlarge-window here from window.c.
6818 Replace bindings for split-window-vertically and
6819 split-window-horizontally by bindings for
6820 split-window-above-each-other and split-window-side-by-side.
6821
6822 * cus-start.el (all): Remove entries for window-min-height and
6823 window-min-width. Add entries for window-splits and
6824 window-nest.
6825
f0da764a
GM
68262011-06-09 Glenn Morris <rgm@gnu.org>
6827
80675c21
GM
6828 * calendar/appt.el (appt-mode-line): New function.
6829 (appt-check, appt-disp-window): Use it.
6830
f0da764a
GM
6831 * files.el (hack-one-local-variable-eval-safep):
6832 Allow minor-modes with explicit +/-1 arguments.
6833
59f623b7
TZ
68342011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
6835
6836 * term/xterm.el (xterm): Add defgroup.
6837 (xterm-extra-capabilities): Add defcustom to supply known xterm
6838 capabilities, skip querying them, or query them (default).
6839 (terminal-init-xterm): Use it.
6840 (terminal-init-xterm-modify-other-keys): New function to set up
6841 modifyOtherKeys support to simplify `terminal-init-xterm'.
6842
9aab8e0d
MR
68432011-06-09 Martin Rudalics <rudalics@gmx.at>
6844
6845 * window.el (resize-window-reset, resize-window-reset-1)
6846 (resize-subwindows-skip-p, resize-subwindows-normal)
6847 (resize-subwindows, resize-other-windows, resize-this-window)
6848 (resize-root-window, resize-root-window-vertically)
6849 (window-deletable-p, window-or-subwindow-p)
6850 (frame-root-window-p): New functions.
6851
e8b08aee
GM
68522011-06-09 Glenn Morris <rgm@gnu.org>
6853
6854 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
6855 (ange-ftp-get-files): Use it.
6856
254c37a5
AK
68572011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
6858
6859 * mail/sendmail.el (mail-recover-1, mail-recover):
6860 * files.el (recover-file, recover-session):
6861 Handle dired-listing-switches not being just a single short option.
6862
35d7dbd3
GM
68632011-06-09 Glenn Morris <rgm@gnu.org>
6864
6865 * calendar/appt.el (appt-display-message, appt-disp-window):
6866 Handle lists of appointments.
6867
387522b2
MR
68682011-06-08 Martin Rudalics <rudalics@gmx.at>
6869
2b75be67
SM
6870 * window.el (one-window-p): Move down in code.
6871 Rewrite doc-string.
6872 (window-current-scroll-bars): Rewrite doc-string.
6873 Normalize live window argument.
387522b2
MR
6874 (walk-windows, get-window-with-predicate, count-windows):
6875 Rewrite doc-string. Use window-list-1.
6876 (window-in-direction-2, window-in-direction, get-mru-window):
6877 New functions.
6878
d8e4b68b 68792011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
6880
6881 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
6882 Doc fix (Bug#8713).
6883
68842011-06-08 Chong Yidong <cyd@stupidchicken.com>
6885
6886 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
6887
68882011-06-08 Juanma Barranquero <lekktu@gmail.com>
6889
6890 * loadhist.el (unload-feature-special-hooks):
6891 Add `comint-output-filter-functions'.
6892
0de12c52
IK
68932011-06-08 Ivan Kanis <gnu@kanis.fr>
6894
6895 * calendar/appt.el (appt-check): Move some initializations into the let.
6896
f3d1777e
MR
68972011-06-08 Martin Rudalics <rudalics@gmx.at>
6898
6899 * window.el (window-height): Defalias to window-total-height.
6900 (window-width): Defalias to window-body-width.
6901
18af70d0
CY
69022011-06-07 Chong Yidong <cyd@stupidchicken.com>
6903
6904 * image-mode.el (image-toggle-animation): New command.
6905 (image-mode-map): Bind it to RET.
6906 (image-mode): Update message.
6907 (image-toggle-display-image): Avoid a spurious cache flush.
6908 (image-transform-rotation): Doc fix.
6909 (image-transform-properties): Return quickly in the normal case.
6910 (image-animate-loop): Rename from image-animate-max-time.
6911
2b75be67 6912 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
6913 (create-animated-image): Remove unnecessary function.
6914 (image-animate): Rename from image-animate-start. New arg.
2b75be67 6915 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
6916 (image-animate-timer): Use car-safe.
6917 (image-animate-timeout): Rename argument.
6918
190b47e6
MR
69192011-06-07 Martin Rudalics <rudalics@gmx.at>
6920
6921 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
6922 window.c. Rename first argument to ALL-FRAMES.
6923 Rephrase doc-strings.
6924 (get-buffer-window-list): Rewrite using window-list-1.
6925 Rephrase doc-string.
a1511caf
MR
6926 (window-safe-min-height, window-safe-min-width): New constants.
6927 (window-size-ignore, window-min-size, window-min-size-1)
6928 (window-sizable, window-sizable-p, window-size-fixed-1)
6929 (window-size-fixed-p, window-min-delta-1, window-min-delta)
6930 (window-max-delta-1, window-max-delta, window-resizable)
6931 (window-resizable-p, window-total-height, window-total-width)
6932 (window-body-width): New functions.
6933 (window-full-height-p, window-full-width-p): Rewrite using
6934 window-total-size.
6935 (window-body-height): Rewrite using window-body-size.
190b47e6 6936
85cc1f11
MR
69372011-06-06 Martin Rudalics <rudalics@gmx.at>
6938
6939 * window.el (window-right, window-left, window-child)
6940 (window-child-count, window-last-child, window-any-p)
6941 (normalize-live-buffer, normalize-live-frame)
6942 (normalize-any-window, normalize-live-window)
6943 (window-iso-combination-p, window-iso-combined-p)
6944 (window-iso-combinations)
6945 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
6946 (windows-with-parameter, window-with-parameter)
6947 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
6948 (window-atom-check, window-side-check, window-check):
6949 New functions.
85cc1f11
MR
6950 (ignore-window-parameters, window-sides, window-sides-vertical)
6951 (window-sides-slots): New variables.
6952 (window-size-fixed): Move down in code. Minor doc-string fix.
6953
e7156492
AS
69542011-06-05 Andreas Schwab <schwab@linux-m68k.org>
6955
6956 * comint.el (comint-dynamic-complete-as-filename)
6957 (comint-dynamic-complete-filename): Correctly call
6958 completion-in-region.
6959
7e821d0d
DD
69602011-06-05 Deniz Dogan <deniz@dogan.se>
6961
6962 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
6963 in last change.
6964
ac09b8a1
DD
69652011-06-05 Deniz Dogan <deniz@dogan.se>
6966
6967 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
6968 (rcirc): Use it to prompt for encryption.
6969
34699b85
RW
69702011-06-05 Roland Winkler <winkler@gnu.org>
6971
6972 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
6973 (bibtex-search-entries): New command bound to C-c C-a.
6974 (bibtex-display-entries): New function.
6975
004dedd3
RW
69762011-06-05 Roland Winkler <winkler@gnu.org>
6977
6978 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
6979 (bibtex-insert-kill): After yanking insert newline if necessary.
6980 (bibtex-initialize): Call bibtex-string-files-init only once.
6981 (bibtex-mode): Do not call easy-menu-add.
6982 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
6983 (bibtex-yank): Set arg properly if nil.
6984
022fe7ce
RW
69852011-06-05 Roland Winkler <winkler@gnu.org>
6986
2b75be67
SM
6987 * textmodes/bibtex.el (bibtex-search-entry-globally):
6988 New variable.
022fe7ce
RW
6989 (bibtex-search-entry): Use it.
6990
b7c3692a
RW
69912011-06-05 Roland Winkler <winkler@gnu.org>
6992
6993 * textmodes/bibtex.el (bibtex-entry-format): New option
6994 sort-fields.
6995 (bibtex-format-entry, bibtex-reformat): Honor this option.
6996 (bibtex-parse-entry): Return fields in proper order.
6997
8eda563d
JB
69982011-06-05 Juanma Barranquero <lekktu@gmail.com>
6999
7000 * doc-view.el (doc-view-remove-if): Move computation of result out
7001 of `dolist' to silence misleading lexical-binding warning.
7002
7dbe3dbc
CY
70032011-06-04 Chong Yidong <cyd@stupidchicken.com>
7004
7005 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
7006 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
7007
0c33dd17
MA
70082011-06-04 Michael Albinus <michael.albinus@gmx.de>
7009
7010 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
7011 "SunOS 5.10".
7012
f8f91c2b
MA
70132011-06-04 Michael Albinus <michael.albinus@gmx.de>
7014
7015 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
7016 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
7017 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
7018 (tramp-parse-putty):
7019 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
7020 (tramp-completion-function-alist-ssh)
7021 (tramp-completion-function-alist-telnet)
7022 (tramp-completion-function-alist-su)
7023 (tramp-completion-function-alist-putty): Set `tramp-autoload'
7024 cookie.
7025
7026 * net/tramp-ftp.el:
7027 * net/tramp-sh.el:
7028 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
7029 load "tramp.el" `tramp-set-completion-function'.
7030
e17d9003
SM
70312011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
7032
7033 * shell.el: Require and use pcomplete.
7034 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
7035 (shell-completion-vars): Set pcomplete-default-completion-function.
7036
6c4cab03
DD
70372011-06-04 Deniz Dogan <deniz@dogan.se>
7038
7039 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
7040 `memq' (Bug#8799).
7041
ea9fafe0
SM
70422011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
7043
7044 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
7045
b3e945d3
JB
70462011-06-02 Juanma Barranquero <lekktu@gmail.com>
7047
7048 * bs.el (bs--mark-unmark, bs--nth-wrapper):
7049 * mpc.el (mpc-select-extend, mpc-songpointer-context):
7050 * vc/log-view.el (log-view-beginning-of-defun):
7051 * vc/smerge-mode.el (smerge-apply-resolution-patch)
7052 (smerge-refine-forward, smerge-refine-chopup-region):
7053 Silence warning for unused `dotimes' counter variables.
7054
7d520089
SM
70552011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
7056
7057 * net/tramp.el (tramp-with-progress-reporter): Rename from
7058 with-progress-reporter. Use `declare'.
7059 * net/tramp-smb.el:
7060 * net/tramp-sh.el:
7061 * net/tramp-gvfs.el: Update all uses.
7062
a1c2400f
JB
70632011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
7064
7065 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
7066 buffer isn't killed before making it current.
7067
2403c841
SM
70682011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7069
7070 Silence various byte-compiler warnings.
7071 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
7072 `access-type' and new obsolescence format.
7073 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
7074 new format.
7075 (byte-compile-check-variable): New `access-type' argument.
7076 Only warn if the access-type is obsolete.
7077 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
7078 (byte-compile-variable-set): Adjust callers.
7079 * help-fns.el (describe-variable): Adjust to new obsolescence format.
7080 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
7081 setting it as obsolete.
7082 * simple.el (minibuffer-completing-symbol):
7083 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
7084 access as obsolete.
7085 * minibuffer.el (minibuffer-completing-file-name): Don't make it
7086 obsolete yet.
7087 * international/quail.el (quail-mouse-choose-completion): Remove unused
7088 code referring to obsolete var.
7089 (quail-choose-completion-string): Remove.
7090 * server.el (server-clients-with, server-kill-buffer-query-function)
7091 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
7092 * proced.el (proced-send-signal):
7093 * emacs-lisp/lisp.el (lisp-complete-symbol):
7094 Replace completion-annotate-function with completion-extra-properties.
7095
2462470b
SM
70962011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7097
fb5b2591
SM
7098 * simple.el (goto-line): Use read-number.
7099 (overriding-map-is-bound): Remove.
7100 (saved-overriding-map): Change default.
7101 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
7102 Take the map as argument.
7103 (universal-argument, negative-argument, digit-argument): Use it.
7104 (restore-overriding-map): Adjust.
7105 (do-auto-fill): Use fill-forward-paragraph.
7106 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
7107
fd6fa53f
SM
7108 * minibuffer.el (minibuffer-inactive-mode-map): New var.
7109 (minibuffer-inactive-mode): New major mode.
7110 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
7111 the *Messages* buffer" hack.
7112 (mouse-popup-menubar): Don't burp if the event is a normal key.
7113
2462470b
SM
7114 Miscellaneous tweaks.
7115 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
7116 lexical scoping as in subr.el's dolist and dotimes.
7117 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
7118 Silence compiler warning.
7119 * thingatpt.el (forward-whitespace): Trivial coding style fix.
7120 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
7121 * international/ccl.el (ccl-compile): Trivial simplification.
7122 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
7123 * emacs-lisp/testcover.el (testcover-end): Remove spurious
7124 `printflag' argument.
7125 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
7126 Purecopy the whole obsolescence data.
7127
108bf785
LL
71282011-06-01 Leo Liu <sdl.web@gmail.com>
7129
7130 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
7131 improve doc-string as suggested by Marco Pessotto
7132 <melmothx@gmail.com>.
7133 (rcirc-print): Fix last change.
7134
30a23501
SM
71352011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7136
7137 * minibuffer.el (complete-with-action): Return nil for the metadata and
7138 boundaries of non-functional tables.
7139 (completion-table-dynamic): Return nil for the metadata.
7140 (completion-table-with-terminator): Add default case, using
7141 complete-with-action.
7142 (completion--metadata): New function.
7143 (completion-all-sorted-completions, minibuffer-completion-help): Use it
7144 to try and avoid pathological performance problems.
7145 (completion--embedded-envvar-table): Return `category' metadata.
7146
bcd54f83
LMI
71472011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
7148
7149 * subr.el (process-alive-p): New tiny convenience function.
7150
e227544d
SM
71512011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7152
7153 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
7154 content but also its previous major mode.
7155
e8296fdc
HE
71562011-05-31 Helmut Eller <eller.helmut@gmail.com>
7157
4d61f28d 7158 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
7159 *Backtrace* buffer when we exit with C-M-c.
7160
620c53a6
SM
71612011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7162
7163 * minibuffer.el: Add metadata method to completion tables.
7164 (completion-category-overrides): New defcustom.
7165 (completion-metadata, completion--field-metadata)
7166 (completion-metadata-get, completion--styles)
7167 (completion--cycle-threshold): New functions.
7168 (completion-try-completion, completion-all-completions):
7169 Add `metadata' argument to choose completion-styles.
7170 (completion--do-completion): Use metadata to choose cycling.
7171 (completion-all-sorted-completions): Use metadata for sorting.
7172 Remove :completion-cycle-penalty which is not needed any more.
7173 (completion--try-word-completion): Add `metadata' argument.
7174 (minibuffer-completion-help): Check metadata for annotation function
7175 and sorting.
7176 (completion-file-name-table): Return `category' metadata.
7177 (minibuffer-completing-file-name): Make obsolete.
7178 * simple.el (minibuffer-completing-symbol): Make obsolete.
7179 * icomplete.el (icomplete-completions): Pass new `metadata' param to
7180 completion-try-completion.
7181
1257e755
SM
71822011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7183
7184 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
7185
3767e706
LL
71862011-05-30 Leo Liu <sdl.web@gmail.com>
7187
7188 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
7189 (rcirc-print): Decode all incoming messages (bug#8744).
7190 (rcirc-decode-coding-system): Allow value nil for automatic coding
7191 system detection.
3767e706 7192
d1a5d56a
GM
71932011-06-01 Glenn Morris <rgm@gnu.org>
7194
7195 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
7196
e8cbec34
CY
71972011-05-29 Chong Yidong <cyd@stupidchicken.com>
7198
7199 * image.el (image-animate-max-time): Allow nil and t values.
7200 Default to nil.
7201 (create-animated-image): Doc fix.
7202 (image-animate-start): Remove second arg; just use
7203 image-animate-max-time.
7204 (image-animate-timeout): Doc fix. Args changed.
7205
7206 * image-mode.el (image-toggle-display-image): Ensure that the
7207 image spec passed to the animate timer is the same object as in
58179cce 7208 the buffer's display property (Bug#6981).
e8cbec34
CY
7209 (image-transform-properties): Doc fix.
7210
7211 * image.el (image-animate-max-time): Default to nil.
7212
159daf87
MR
72132011-05-29 Martin Rudalics <rudalics@gmx.at>
7214
7215 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
7216 entire buffer list (Bug#8184).
7217
d66c4c7c
CY
72182011-05-29 Chong Yidong <cyd@stupidchicken.com>
7219
7220 * image.el (imagemagick-types-inhibit)
7221 (imagemagick-register-types): Doc fix.
7222
80aec780
DD
72232011-05-29 Deniz Dogan <deniz@dogan.se>
7224
7225 * net/rcirc.el (rcirc): Use the user's stored encryption method by
7226 default.
7227
1dd3c2d9
CY
72282011-05-29 Chong Yidong <cyd@stupidchicken.com>
7229
7230 * select.el: Don't perform clipboard-manager saving in hooks;
7231 leave the hooks empty.
7232
60e56523
LL
72332011-05-28 Leo Liu <sdl.web@gmail.com>
7234
7235 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
7236 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
7237 (occur-edit-mode): New major mode (Bug#8463).
7238 (occur-after-change-function): New function.
7239 (occur-engine): Give Occur tags a read-only property.
7240
2b1e1a22
KR
72412011-05-28 Kevin Ryde <user42@zip.com.au>
7242
7243 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
7244
5d344e88
CY
72452011-05-28 Chong Yidong <cyd@stupidchicken.com>
7246
8e6ca83d
CY
7247 * bindings.el (help-echo): Make the initial non-indicator dash
7248 empty on graphical terminals (Bug#7295).
7249
5d344e88
CY
7250 * files.el (auto-mode-alist): Move config rule after the
7251 in-stripping one (Bug#8547).
7252
bfbbace7
CY
7253 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
7254
fbeba6e2
CY
7255 * startup.el (normal-splash-screen): Remove gratuitous mode-line
7256 setting (Bug#8740).
7257
60ed8c72
AA
72582011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
7259
4ac619f0
AA
7260 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
7261 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
7262 (Bug#8539).
60ed8c72 7263
23db196e
CY
72642011-05-28 Chong Yidong <cyd@stupidchicken.com>
7265
7266 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
7267
5012f24c
DK
72682011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
7269
7270 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
7271 (hs-hide-block-at-point, hs-find-block-beginning)
7272 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
7273 (Bug#8279).
7274
6a639b16
GM
72752011-05-28 Glenn Morris <rgm@gnu.org>
7276
7277 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
7278
d43eaf2c
CY
72792011-05-28 Chong Yidong <cyd@stupidchicken.com>
7280
5199bde1
CY
7281 * help-fns.el (describe-function-1): If the function is a derived
7282 major mode, print the parent mode.
7283
d43eaf2c
CY
7284 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
7285 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
7286
423428a8
SM
72872011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
7288
0ff8e1ba 7289 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 7290 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
7291 * progmodes/etags.el (tags-completion-at-point-function):
7292 * info-look.el (info-lookup-completions-at-point): Mark as
7293 non-exclusive.
7294 (info-complete): Adjust accordingly.
7295
423428a8
SM
7296 * info-look.el: Convert to lexical-binding and completion-at-point.
7297 (info-lookup-completions-at-point): New function.
7298 (info-complete): Use it and completion-in-region.
7299
b74aa22b
DA
73002011-05-28 Drew Adams <drew.adams@oracle.com>
7301
7302 * isearch.el: Let M-e start with point at the first mismatched char.
7303 (isearch-fail-pos): New function.
7304 (isearch-edit-string): Use it.
7305
66e2e71d
DK
73062011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
7307
7308 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
7309
eb95d01d
TC
73102009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
7311
7312 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
7313 traversal functions for avl-trees.
7314 (avl-tree--stack): New struct.
7315 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
7316 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
7317 (avl-tree--do-enter): Add optional `updatefun' arg.
7318 Change return value.
eb95d01d 7319 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
7320 (avl-tree--do-delete): Add `test' and `nilflag' args.
7321 Change return value.
eb95d01d
TC
7322 (avl-tree-member): Add optional `nilflag'
7323 (avl-tree-member-p): New function.
7324 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
7325 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
7326 (avl-tree-stack-empty-p): New functions.
7327
3769ddcf
TC
73282009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
7329
7330 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
7331 avl-tree--del-balance1 and make it work both ways.
7332 (avl-tree--del-balance2): Remove.
7333 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
7334 make it work both ways.
7335 (avl-tree--enter-balance2): Remove.
7336 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
7337 New macros.
7338 (avl-tree--mapc, avl-tree-map): Add direction argument.
7339
eb95d01d 73402011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
7341
7342 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
7343
a9f737ee
CY
73442011-05-27 Chong Yidong <cyd@stupidchicken.com>
7345
7346 * select.el: Support clipboard managers with built-in function
7347 x-clipboard-manager-save, via delete-frame-functions and
7348 kill-emacs-hook.
7349 (xselect-convert-to-targets): Add MULTIPLE target to list.
7350 (xselect-convert-to-save-targets): New function.
7351
c92a1e54
KH
73522011-05-27 Kenichi Handa <handa@m17n.org>
7353
7354 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
7355 let-binding rfc2047-encode-encoded-words to nil.
7356
e145f188
GM
73572011-05-27 Glenn Morris <rgm@gnu.org>
7358
5ec8a862
GM
7359 * mail/emacsbug.el: Don't require url-util.
7360
4b29d9fb
GM
7361 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
7362
e145f188
GM
7363 * files.el (set-auto-mode):
7364 Also respect mode: entries at the end of the file. (Bug#8586)
7365
7d15102b
GM
73662011-05-26 Glenn Morris <rgm@gnu.org>
7367
98f593b8
GM
7368 * files.el (hack-local-variables-prop-line, hack-local-variables):
7369 Downcase mode names, as seems to be traditional.
27b48e63 7370 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 7371
7d15102b
GM
7372 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
7373 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
7374
51d5b4ec
JD
73752011-05-25 Julien Danjou <julien@danjou.info>
7376
7377 * textmodes/rst.el (rst-define-level-faces): Do not define face
7378 symbol if it is already defined.
7379
91513f63
VB
73802011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
7381
7382 * play/5x5.el (5x5-new-game, 5x5-randomize):
7383 Reset 5x5-solver-output to nil when a new grid is cast.
7384 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
7385 these debugging traces, as defmacro breaks the compiled code.
7386
4d90d6d0
DK
73872011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
7388
7389 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
7390
e1b90ef6
LL
73912011-05-24 Leo Liu <sdl.web@gmail.com>
7392
7393 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
7394 (vc-bzr-sha1): Adapt.
7395
d8e4b68b 7396 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
7397
7398 * bindings.el: Provide sha1 feature.
7399
db0406bb 74002011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
7401
7402 * mail/sendmail.el: Require `rfc2047'.
7403 (mail-insert-from-field): Do not perform RFC2047 encoding.
7404 (mail-encode-header): New function.
7405 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
7406 buffer to the return value of select-message-coding-system.
7407 Call mail-encode-header.
b8d747b9
KH
7408
7409 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
7410
db0406bb 74112011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 7412
4d90d6d0
DK
7413 * mail/supercite.el (sc-default-cite-frame):
7414 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 7415
eb8a5e9b
GM
74162011-05-24 Glenn Morris <rgm@gnu.org>
7417
f8630703
GM
7418 * progmodes/python.el (brm-menu): Declare.
7419
8831bbed
GM
7420 * emulation/viper.el (viper-set-hooks): Declare.
7421
eb8a5e9b
GM
7422 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
7423 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
7424 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
7425 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
7426 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
7427 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
7428
a2a25d24
SM
74292011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
7430
7431 Add an :exit-function for completion-at-point.
7432
7433 * minibuffer.el (completion--done): New fun.
7434 (completion--do-completion): Use it. New arg `expect-exact'.
7435 (minibuffer-complete, minibuffer-complete-word): Don't output message,
7436 since completion--do-completion does it for us now.
7437 (minibuffer-force-complete): Use completion--done and
7438 completion--replace. Handle sole-completion case with more care.
7439 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
7440 (completion-extra-properties): New var.
7441 (completion-annotate-function): Make obsolete.
7442 (minibuffer-completion-help): Adjust accordingly.
7443 Use completion-list-insert-choice-function.
7444 (completion-at-point, completion-help-at-point):
7445 Bind completion-extra-properties.
7446 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
7447 * simple.el (completion-list-insert-choice-function): New var.
7448 (completion-setup-function): Preserve it.
7449 (choose-completion): Pay attention to it, shuffle the code a bit.
7450 (choose-completion-string): New arg `insert-function'.
7451
7452 * textmodes/bibtex.el: Convert to lexical binding.
7453 (bibtex-mode-map): Use completion-at-point.
7454 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
7455 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
7456 (bibtex-complete): Define as obsolete alias.
7457 (bibtex-complete-internal): Remove.
7458 (bibtex-format-entry): Remove unused sub-group in regexp.
7459 * shell.el (shell--command-completion-data)
7460 (shell-environment-variable-completion):
7461 * pcomplete.el (pcomplete-completions-at-point):
7462 * comint.el (comint--complete-file-name-data): Use :exit-function
7463 instead of completion-table-with-terminator so it also works for
7464 choose-completion.
7465
e44e373d
SM
74662011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7467
4f91a816
SM
7468 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
7469
782fc819
SM
7470 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
7471 (bug#8710).
7472
e44e373d
SM
7473 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
7474
381987c3
KM
74752011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
7476
7477 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
7478 customization variable and implement: If non-nil, auto-fill will
7479 be inhibited while on topic's header line.
7480
b776bc70
VB
74812011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
7482
7483 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 7484 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
7485 always have a solution in grid size = 5 cases.
7486 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
7487 (5x5-solver-output, 5x5-log-buffer): New vars.
7488 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
7489 Make these variables buffer local to achieve 5x5 multi-session-ness.
7490 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
7491 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
7492 (5x5-solve-suggest): New funs.
7493 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
7494 randomize a grid so that we ensure that there is always a solution.
7495 (5x5-make-random-grid): Allow other movement than flipping.
7496
7de88b6e
KR
74972011-05-23 Kevin Ryde <user42@zip.com.au>
7498
7499 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 7500 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
7501 advice and passes PREDICATE.
7502
b1ef1257
SM
75032011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7504
bbca48fe
SM
7505 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
7506 byte-compile-lambda if it's actually a lambda.
7507
b1ef1257
SM
7508 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
7509 Fix function quoting. Use backquote better.
7510
92a9cc65
YS
75112011-05-22 Yuanle Song <sylecn@gmail.com>
7512
7513 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
7514 matching (Bug#8516).
7515
f0fb8059
JA
75162011-01-22 Jari Aalto <jari.aalto@cante.net>
7517
7518 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
7519 different face (Bug#8178).
7520
d5b44c93
CY
75212011-05-22 Chong Yidong <cyd@stupidchicken.com>
7522
7523 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
7524 defface (Bug#8144).
7525
79106a44
SM
75262011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
7527
9c848d8a
SM
7528 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
7529 funcall as well (bug#8712). Warn when performing those conversions.
7530 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
7531
79106a44
SM
7532 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
7533
88dfa756
GM
75342011-05-22 Glenn Morris <rgm@gnu.org>
7535
7536 * files.el (hack-local-variables-prop-line): Small simplifications.
7537 (hack-local-variables, hack-local-variables-prop-line):
7538 If MODE-ONLY, return the mode, rather than just `t'.
7539
b7cf2c79
SM
75402011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
7541
7542 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
7543
3f1a8558
GM
75442011-05-21 Glenn Morris <rgm@gnu.org>
7545
7e4ccca3
GM
7546 * files.el (hack-local-variables-prop-line, hack-local-variables):
7547 If only interested in the mode, don't bother doing the other stuff.
7548
637d46ca
GM
7549 * image-mode.el (image-after-revert-hook):
7550 Redraw all frames on which the image is visible. (Bug#8567)
7551
973d955b
GM
7552 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
7553
3f1a8558
GM
7554 * wid-edit.el (widget-checklist-match-inline):
7555 Fix 2011-04-19 change. (Bug#8649)
7556
96479927
SM
75572011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7558
1dcf791f
SM
7559 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
7560 Also allow singlespace after single-letter capitals followed by a dot.
7561
96479927
SM
7562 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
7563 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
7564
35fd0881
N
75652011-05-20 Nix <nix@esperi.org.uk>
7566
7567 * files.el (basic-save-buffer-2):
7568 Fix handling of break-hardlink-on-save with non-existent files.
7569
82745640
DD
75702011-05-19 Deniz Dogan <deniz@dogan.se>
7571
7572 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 7573 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 7574
4a720484
GM
75752011-05-19 Glenn Morris <rgm@gnu.org>
7576
d1f21341
GM
7577 * progmodes/f90.el (f90-type-def-re):
7578 Handle "type, bind(c)". (Bug#8691)
7579
4a720484
GM
7580 * emacs-lisp/autoload.el (batch-update-autoloads):
7581 Set autoload-excludes by parsing loadup.el rather than Makefiles.
7582
2fb0a219
MA
75832011-05-18 Michael Albinus <michael.albinus@gmx.de>
7584
7585 * net/tramp.el (tramp-process-actions): Set "first-password-request"
7586 property for the correct connection in case of multihops.
7587
e565dd37
GM
75882011-05-18 Glenn Morris <rgm@gnu.org>
7589
c2571358 7590 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
7591 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
7592
e565dd37
GM
7593 Rationalize calendar handling of day and month abbrev-arrays.
7594 * calendar/calendar.el (calendar-customized-p): New function.
7595 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
7596 (calendar-day-name-array, calendar-month-name-array): Doc fix.
7597 Add :set function.
7598 (calendar-abbrev-length, calendar-day-abbrev-array)
7599 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
7600 (calendar-day-abbrev-array, calendar-month-abbrev-array):
7601 Elements may no longer be nil.
7602 (calendar-day-name, calendar-month-name):
7603 Update for changed nature of abbrev arrays.
7604 * calendar/diary-lib.el (diary-name-pattern):
7605 Update for changed nature of abbrev arrays.
7606 (diary-mark-entries-1): Update calendar-make-alist calls.
7607 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
7608 * calendar/cal-html.el (cal-html-day-abbrev-array):
7609 Simply inherit from calendar-day-abbrev-array.
7610
1d99a745
SM
76112011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7612
7613 * progmodes/grep.el (grep-mode): Disable default
7614 compilation-directory-matcher setting (bug#8684).
7615
7c1d9aa0
MA
76162011-05-17 Michael Albinus <michael.albinus@gmx.de>
7617
7618 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
7619 instead of "head" and "tail". There were problems with SunOS 5.9,
7620 and it performs better.
7621
3952e9d8
GM
76222011-05-17 Glenn Morris <rgm@gnu.org>
7623
2dd12e7f
GM
7624 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
7625
e4157b9c
GM
7626 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
7627 Replace obsolete function.
7628
8e249bbd
GM
7629 * shell.el (pcomplete-parse-arguments-function): Declare.
7630
3952e9d8
GM
7631 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
7632 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
7633 (appt-check): Doc fixes.
7634 (appt-disp-window-function, appt-delete-window-function):
7635 Remove needless special case in custom :type.
7636 (appt-display-count): Default to 0, not nil.
7637 (appt-check): Reset appt-display-count to 0, not nil.
7638
c71a0d48 76392011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 7640
c71a0d48
GM
7641 * progmodes/python.el (python-font-lock-keywords):
7642 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 7643
31d55be9
SM
76442011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
7645
7646 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
7647
3bfacb2f
KR
76482011-05-16 Kevin Ryde <user42@zip.com.au>
7649
7650 * info-look.el (makefile-automake-mode): New setups, looking in
7651 automake manual, then makefile-mode.
7652 (makefile-mode): Remove automake manual, have it just in
7653 makefile-automake-mode since there's various things different or
7654 not relevant to plain make.
7655 (makefile-mode): Remove "other-modes" non-existent automake-mode,
7656 believe a hypothetical automake-mode would go to makefile-mode,
7657 not the other way around.
7658
c8e83751
CY
76592011-05-15 Chong Yidong <cyd@stupidchicken.com>
7660
5e9e35cd
CY
7661 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
7662 hunk-end tags (Bug#8672).
7663
c8e83751
CY
7664 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
7665 vc-annotate-show-diff-revision-at-line (Bug#8671).
7666
50b23e5a
GM
76672011-05-14 Glenn Morris <rgm@gnu.org>
7668
7210a739
GM
7669 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
7670 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
7671 (change-log-font-lock-keywords): Also handle multiple author lines
7672 with leading tabs. (Bug#8644)
7210a739 7673
4691905a
GM
7674 * calendar/appt.el (appt-check): Rename some local variables.
7675 Some simplification/reordering.
7676
50b23e5a
GM
7677 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
7678 (feedmail-sendmail-f-doesnt-sell-me-out)
7679 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
7680 (feedmail-debug-sit-for, feedmail-queue-express-hook)
7681 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
7682 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
7683 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
7684 (feedmail-binmail-gnulinuxish-template):
7685 Rename from feedmail-binmail-linuxish-template.
7686 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
7687 Use insert-buffer-substring.
7688
215cda7c
BC
76892011-05-14 Bill Carpenter <bill@carpenter.org>
7690
7691 * mail/feedmail.el (feedmail-patch-level): Increase.
7692 (feedmail-debug): New custom group.
7693 (feedmail-confirm-outgoing-timeout)
7694 (feedmail-sendmail-f-doesnt-sell-me-out)
7695 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
7696 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
7697 (feedmail-sender-line, feedmail-from-line)
7698 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 7699 (feedmail-spray-this-address)
215cda7c
BC
7700 (feedmail-spray-address-fiddle-plex-list)
7701 (feedmail-queue-use-send-time-for-date)
7702 (feedmail-queue-use-send-time-for-message-id)
7703 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
7704 (feedmail-buffer-eating-function):
7705 Doc fixes.
7706 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
7707 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
7708 (feedmail-message-action-scroll-down): New functions.
7709 (feedmail-queue-directory, feedmail-queue-draft-directory):
7710 Use expand-file-name.
7711 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
7712 Remove C-v help entry.
7713 (feedmail-queue-buffer-file-name): New variable.
7714 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
7715 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
7716 (feedmail-message-action-send-strong, feedmail-message-action-edit)
7717 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
7718 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
7719 (feedmail-message-action-toggle-spray)
7720 (feedmail-run-the-queue-no-prompts)
7721 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
7722 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
7723 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
7724 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
7725 (feedmail-envelope-deducer, feedmail-fiddle-from)
7726 (feedmail-fiddle-sender, feedmail-default-date-generator)
7727 (feedmail-fiddle-date, feedmail-fiddle-message-id)
7728 (feedmail-fiddle-spray-address)
7729 (feedmail-fiddle-list-of-spray-fiddle-plexes)
7730 (feedmail-fiddle-list-of-fiddle-plexes)
7731 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
7732 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
7733 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
7734 Change default. Doc fix.
7735 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
7736 (feedmail-binmail-linuxish-template): New constant.
7737 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
7738 Respect feedmail-sendmail-f-doesnt-sell-me-out.
7739 (feedmail-send-it): Add debug call.
7740 Use feedmail-queue-buffer-file-name, and
7741 feedmail-send-it-immediately-wrapper.
7742 (feedmail-message-action-send): Add debug call.
7743 Use feedmail-send-it-immediately-wrapper.
7744 (feedmail-queue-express-to-queue): Add debug call.
7745 Run feedmail-queue-express-hook.
7746 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
7747 (feedmail-message-action-help-blat):
7748 Rename from feedmail-queue-send-edit-prompt-help-first.
7749 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
7750 Check line-endings. Handle errors better.
7751 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
7752 Doc fix. Add debug call.
7753 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
7754 Use feedmail-queue-send-edit-prompt-inner.
7755 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
7756 (feedmail-queue-send-edit-prompt-inner): New function, extracted
7757 from feedmail-queue-send-edit-prompt.
7758 (feedmail-queue-send-edit-prompt-help)
7759 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
7760 (feedmail-tidy-up-slug): Add debug call.
7761 Respect feedmail-queue-slug-suspect-regexp.
7762 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
7763 (feedmail-dump-message-to-queue): Add debug call.
7764 Expand queue-directory.
7765 (feedmail-dump-message-to-queue): Change message slightly.
7766 Use feedmail-say-chatter.
7767 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
7768 (feedmail-send-it-immediately-wrapper): New function.
7769 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
7770 Insert empty string rather than newline. Handle full-frame case.
7771 Use catch/throw. Use feedmail-say-chatter.
7772 (feedmail-fiddle-from): Try mail-host-address.
7773 (feedmail-default-message-id-generator): Doc fix.
7774 Bind system-time-locale. Handle missing end.
7775 (feedmail-fiddle-x-mailer): Add debug call.
7776 Handle feedmail-x-mailer-line being nil.
7777 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
7778 Add debug call. Use buffer-substring-no-properties.
7779 (feedmail-say-debug, feedmail-say-chatter): New functions.
7780 (feedmail-find-eoh): Give an explicit error.
7781
42c7e61e
UJ
77822011-05-13 Ulf Jasper <ulf.jasper@web.de>
7783
c2571358 7784 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 7785 family from helvetica to sans.
c2571358 7786 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
7787 etc/images/newsticker.
7788
c2571358 7789 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
7790 family from helvetica to sans.
7791
7792 * net/newst-plainview.el (newsticker-new-item-face)
7793 (newsticker-old-item-face, newsticker-immortal-item-face)
7794 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 7795 (newsticker-statistics-face): Change default family from
42c7e61e 7796 helvetica to sans.
c2571358 7797 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
7798 etc/images/newsticker.
7799
7800 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
7801 (newsticker--process-auto-mark-filter-match): : Tell user about
7802 auto-marking.
7803
8497a297
DV
78042011-05-13 Didier Verna <didier@xemacs.org>
7805
7806 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
7807 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
7808 TODO entries.
8497a297
DV
7809 (lisp-lambda-list-keyword-parameter-indentation)
7810 (lisp-lambda-list-keyword-parameter-alignment)
7811 (lisp-lambda-list-keyword-alignment): New customizable user options.
7812 (lisp-indent-defun-method): Improve docstring.
7813 (extended-loop-p): Fix comment.
7814 (lisp-indent-lambda-list-keywords-regexp): New variable.
7815 (lisp-indent-lambda-list): New function.
7816 (lisp-indent-259): Use it.
7817 (lisp-indent-defmethod): Support for more than one
7818 method qualifier and properly indent methods lambda-lists.
7819 (defgeneric): Provide a missing common-lisp-indent-function property.
7820
f278f87f
SM
78212011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
7822
7823 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
7824 bounds for the empty string (bug#8667).
7825
5233edd7
GM
78262011-05-13 Glenn Morris <rgm@gnu.org>
7827
5237a44f
GM
7828 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
7829
8340026c 7830 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 7831 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 7832
5233edd7 7833 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 7834 (appt-time-msg-list): Doc fix.
a5464014 7835 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 7836
92d10796
AS
78372011-05-12 Andreas Schwab <schwab@linux-m68k.org>
7838
7839 * progmodes/ld-script.el (ld-script-keywords)
7840 (ld-script-builtins): Update keywords list.
7841
914a0ae1
SM
78422011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7843
c89be45f
SM
7844 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
7845
914a0ae1
SM
7846 * shell.el (shell-completion-vars): New function.
7847 (shell-mode):
7848 * simple.el (read-shell-command): Use it.
7849 (blink-matching-open): No need for " [...]" in minibuffer-message.
7850
98dc3df3
GM
78512011-05-12 Glenn Morris <rgm@gnu.org>
7852
7853 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
7854 (appt-check): Simplify.
7855
d2fc7e3d 78562011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 7857
4d61f28d 7858 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
7859 literal "/dev/null".
7860
d2fc7e3d 78612011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
7862
7863 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
7864 Fix typo.
7865
d2fc7e3d 78662011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 7867
3f254caa
SM
7868 * progmodes/which-func.el (which-function):
7869 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
7870 which might not be defined (Bug#8260).
7871
d45885f7
GM
78722011-05-12 Glenn Morris <rgm@gnu.org>
7873
7874 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
7875 Let byte-compile-initial-macro-environment always take precedence.
7876
488086f4
SM
78772011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7878
7879 * net/rcirc.el: Add support for SSL/TLS connections.
7880 (rcirc-server-alist): New field `encryption'.
7881 (rcirc): Check `encryption' settings.
7882 (rcirc-connect): New arg `encryption'. Use open-network-stream.
7883 Merge make-local-variable into `set'.
7884 (rcirc--connection-open-p): New function.
7885 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
7886 the process is not a network process (e.g. running gnutls-cli).
7887 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
7888 Make rcirc-(en|de)code-coding-system local here.
7889 (rcirc-mode): Merge make-local-variable into `set'.
7890 (rcirc-parent-buffer): Make permanent buffer-local.
7891 (rcirc-multiline-minor-mode): Don't do it here.
7892 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
7893 there's no server buffer.
7894
7d3b9d44
GM
78952011-05-11 Glenn Morris <rgm@gnu.org>
7896
f64049c6
GM
7897 * newcomment.el (comment-kill): Prefix "unused" local.
7898
93c9df73
GM
7899 * term/w32console.el (get-screen-color): Declare.
7900
7d3b9d44
GM
7901 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
7902 Handle symbol elements of byte-compile-initial-macro-environment.
7903
9e2dd53f
LL
79042011-05-10 Leo Liu <sdl.web@gmail.com>
7905
488086f4
SM
7906 * bookmark.el (bookmark-bmenu-mode-map):
7907 Bind bookmark-bmenu-search to `/'.
8b340240 7908
9e2dd53f 7909 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
7910 (footnote-unicode-string, footnote-unicode-regexp): New variable.
7911 (Footnote-unicode): New function.
7912 (footnote-style-alist): Add unicode style to the list.
7913 (footnote-style): Doc fix.
9e2dd53f 7914
79b70037
GM
79152011-05-10 Jim Meyering <meyering@redhat.com>
7916
7917 Fix doubled-word typos.
7918 * international/quail.el (quail-insert-kbd-layout): and and -> and
7919 * kermit.el: and and -> and
7920 * net/ldap.el (ldap-search-internal): to to -> to
7921 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
7922 * progmodes/js.el (js-mode): and and -> and
7923 * textmodes/artist.el (artist-move-to-xy): at at -> at
7924 (artist-draw-region-trim-line-endings): if if -> if
7925 And Safetyc -> Safety.
7926 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
7927
b8f82dc1 79282011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 7929 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
7930
7931 * files.el (hack-one-local-variable-eval-safep):
7932 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
7933
4f99f44b
GM
79342011-05-10 Glenn Morris <rgm@gnu.org>
7935
7936 * calendar/diary-lib.el (diary-list-entries-hook)
7937 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
7938 (diary-nongregorian-marking-hook, diary-list-entries)
7939 (diary-include-other-diary-files, diary-mark-entries)
7940 (diary-mark-included-diary-files): Doc fixes.
7941
84f29e6b
JB
79422011-05-09 Juanma Barranquero <lekktu@gmail.com>
7943
7944 * misc.el: Require tabulated-list.el during compilation.
7945
9bedd73a
CY
79462011-05-09 Chong Yidong <cyd@stupidchicken.com>
7947
488086f4
SM
7948 * progmodes/compile.el (compilation-start):
7949 Run compilation-filter-hook for the async case too.
9bedd73a
CY
7950 (compilation-filter-hook): Doc fix.
7951
797c735c
DD
79522011-05-09 Deniz Dogan <deniz@dogan.se>
7953
7954 * wdired.el: Remove outdated installation comment. Fix usage
7955 comment.
7956
5f4b1dfe
JB
79572011-05-09 Juanma Barranquero <lekktu@gmail.com>
7958
7959 * misc.el: Implement new command `list-dynamic-libraries'.
7960 (list-dynamic-libraries--loaded-only-p): New variable.
7961 (list-dynamic-libraries--refresh): New function.
7962 (list-dynamic-libraries): New command.
7963
4c44026c
CY
79642011-05-09 Chong Yidong <cyd@stupidchicken.com>
7965
488086f4
SM
7966 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7967 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
7968 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
7969 higher priority to avoid clobbering by gnu.
7970
027f966d
CY
79712011-05-08 Chong Yidong <cyd@stupidchicken.com>
7972
7973 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
7974 if the face has existing theme settings (Bug#8454).
7975
085f5d7d
CY
79762011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
7977
488086f4
SM
7978 * progmodes/perl-mode.el (perl-imenu-generic-expression):
7979 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 7980
2a86a00c
RS
7981 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
7982 special file names `.' and `..' (Bug#8259).
7983
d9c54a06
CY
79842011-05-08 Chong Yidong <cyd@stupidchicken.com>
7985
488086f4
SM
7986 * progmodes/grep.el (grep-mode-font-lock-keywords):
7987 Remove buffer-changing entries.
d9c54a06
CY
7988 (grep-filter): New function.
7989 (grep-mode): Add it to compilation-filter-hook.
7990
7991 * progmodes/compile.el (compilation-filter-hook)
7992 (compilation-filter-start): New defvars.
7993 (compilation-filter): Call compilation-filter-hook prior to
7994 updating the process mark.
7995
c4662635
SM
79962011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7997
7998 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
7999
b0512a1d
EZ
80002011-05-07 Eli Zaretskii <eliz@gnu.org>
8001
605c9376
EZ
8002 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
8003 mailclient-send-it even if window-system is nil. (Bug#8595)
8004
c4662635
SM
8005 * term/w32console.el (terminal-init-w32console):
8006 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
8007 background-mode. (Bug#8597)
8008
d1dc2cc2
SM
80092011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8010
8011 Make bytecomp.el understand that defmethod defines funs (bug#8631).
8012 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
8013 New functions.
8014 (defgeneric, eieio--defmethod): Use them.
8015 (eieio-defgeneric): Remove.
8016 (defmethod): Call defgeneric in a way visible to the byte-compiler.
8017
915d1300
GM
80182011-05-07 Glenn Morris <rgm@gnu.org>
8019
a3961c3e
GM
8020 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
8021 Use let rather than let*.
8022 (timeclock-find-discrep): Remove unused local.
8023
314347b9
GM
8024 * calendar/diary-lib.el (diary-comment-start): Doc fix.
8025
915d1300
GM
8026 * calendar/appt.el (appt-time-msg-list): Doc fix.
8027
275b59b0
NF
80282011-05-06 Noah Friedman <friedman@splode.com>
8029
8030 * apropos.el (apropos-print-doc): Only use
8031 emacs-lisp-docstring-fill-column when it is bound to an integer,
8032 per that variable's documentation.
8033
6c19f744
SM
80342011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8035
8036 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 8037 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 8038
60f884b2
GM
80392011-05-06 Glenn Morris <rgm@gnu.org>
8040
5006e634
GM
8041 * calendar/appt.el (appt-message-warning-time): Doc fix.
8042 (appt-warning-time-regexp): New option.
8043 (appt-make-list): Respect appt-message-warning-time.
8044
548d0a63
GM
8045 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
8046 New options.
8047 (diary-add-to-list): Strip comments from the displayed string.
8048 (diary-mode): Set comment-start and comment-end.
8049
60f884b2
GM
8050 * vc/diff-mode.el (smerge-refine-subst): Declare.
8051 (diff-refine-hunk): Don't require smerge-mode when compiling.
8052
989681bb
JB
80532011-05-06 Juanma Barranquero <lekktu@gmail.com>
8054
8055 * simple.el (list-processes): Return nil as the docstring says.
8056
a6bc05e1
MA
80572011-05-05 Michael Albinus <michael.albinus@gmx.de>
8058
8059 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
8060 to "".
8061 (ange-ftp-write-region, ange-ftp-insert-file-contents)
8062 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
8063 determining of binary transfer. (Bug#7383)
8064
23c22e9a
MA
80652011-05-05 Michael Albinus <michael.albinus@gmx.de>
8066
c4662635
SM
8067 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
8068 Fix port computation bug. (Bug#8618)
23c22e9a 8069
0bff894f
GM
80702011-05-05 Glenn Morris <rgm@gnu.org>
8071
b8296902
GM
8072 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
8073
1f522ce8
GM
8074 * simple.el (shell-dynamic-complete-functions)
8075 (comint-dynamic-complete-functions): Declare.
8076
cf5bee67
GM
8077 * net/network-stream.el (gnutls-negotiate):
8078 * simple.el (tabulated-list-print): Fix declarations.
8079
8080 * progmodes/gud.el (syntax-symbol, syntax-point):
8081 Remove unnecessary and incorrect declarations.
8082
0bff894f
GM
8083 * emacs-lisp/check-declare.el (check-declare-scan):
8084 Handle byte-compile-initial-macro-environment in bytecomp.el
8085
9869b3ae
SM
80862011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8087
8088 Fix earlier half-done eieio-defmethod change (bug#8338).
8089 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
8090 Streamline and change calling convention.
8091 (defmethod): Adjust accordingly and simplify.
8092 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
8093 new eieio--defmethod.
8094 (slot-boundp): Minor CSE simplification.
8095
9c1d5ac5
MZ
80962011-05-05 Milan Zamazal <pdm@zamazal.org>
8097
8098 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
8099 (glasses-make-readable): Use glasses-separate-capital-groups.
8100
455c834e
JB
81012011-05-05 Juanma Barranquero <lekktu@gmail.com>
8102
8103 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
8104 (warning-series): Doc fix.
8105 (display-warning): Don't try to create the buffer if we just found it.
8106
9ed7c8cb
CY
81072011-05-04 Chong Yidong <cyd@stupidchicken.com>
8108
8109 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
8110 (autoload-find-generated-file): New function.
8111 (generate-file-autoloads): Bind generated-autoload-file to
8112 buffer-file-name.
9869b3ae
SM
8113 (update-file-autoloads, update-directory-autoloads):
8114 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
8115 output file (Bug#7989).
8116 (batch-update-autoloads): Doc fix.
8117
0898ca10
JB
81182011-05-04 Juanma Barranquero <lekktu@gmail.com>
8119
8120 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
8121
31dfb76c
GM
81222011-05-04 Glenn Morris <rgm@gnu.org>
8123
f330b642
GM
8124 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
8125 function, so it follows changes in calendar-date-style.
8126 (diary-fancy-date-matcher): New function.
8127 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
8128 (diary-fancy-font-lock-fontify-region-function):
8129 Use diary-fancy-date-pattern as a function.
8130
31dfb76c
GM
8131 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
8132 non-numbers for `year' etc pseudo-variables. (Bug#8583)
8133
48e79d6a
TZ
81342011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
8135
8136 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
8137 instead of positional arguments. Allow :keylist and :crlfiles
8138 arguments.
8139 (open-gnutls-stream): Call it.
8140
8141 * net/network-stream.el (network-stream-open-starttls): Adjust to
8142 call `gnutls-negotiate' with :process and :hostname arguments.
8143
dd5a5ee0
SM
81442011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8145
ef80fc09
SM
8146 * minibuffer.el (completion--message): New function.
8147 (completion--do-completion, minibuffer-complete)
8148 (minibuffer-force-complete, minibuffer-complete-word): Use it.
8149 (completion--do-completion): Don't ignore completion-auto-help when in
8150 icomplete-mode.
8151
dd5a5ee0
SM
8152 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
8153 internal encoding (e.g. tibetan zero is not whitespace).
8154 (global-whitespace-mode): Prefer save-current-buffer.
8155 (whitespace-trailing-regexp): Remove useless save-match-data.
8156 (whitespace-empty-at-bob-regexp): Minor simplification.
8157
b7d22a83
CY
81582011-05-03 Chong Yidong <cyd@stupidchicken.com>
8159
8160 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
8161
5192af46
AM
81622011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8163
8164 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 8165 Use `concat' to create string for insertion.
5192af46 8166
5767d190
SM
81672011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8168
8169 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
8170 Avoid open-line which runs post-self-insert-hook.
8171 (bibtex-fill-entry): Remove unused `end' var.
8172
bf242939
AM
81732011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
8174
5767d190
SM
8175 * textmodes/ispell.el (ispell-add-per-file-word-list):
8176 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 8177
25666126
LL
81782011-05-03 Leo Liu <sdl.web@gmail.com>
8179
8180 * isearch.el (isearch-yank-pop): New command.
5767d190 8181 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
8182 (isearch-forward): Mention it.
8183
52d3c2d0
SM
81842011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8185
1bcace58
SM
8186 * simple.el (minibuffer-complete-shell-command): Remove.
8187 (minibuffer-local-shell-command-map): Use completion-at-point.
8188 (read-shell-command): Setup completion vars here instead.
8189 (read-expression-map): Bind TAB to symbol completion.
8190
52d3c2d0
SM
8191 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
8192 error directly rather via storing it into `results'.
8193
35813471
LL
81942011-05-02 Leo Liu <sdl.web@gmail.com>
8195
8196 * vc/diff.el: Fix description.
8197
e793a940
LMI
81982011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8199
8200 * server.el (server-eval-at): New function.
8201
8de66e05
LMI
82022011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8203
8204 * net/network-stream.el (open-network-stream): Take a :nowait
8205 parameter and pass it on to `make-network-process'.
8206 (network-stream-open-plain): Ditto.
8207
dcb79f20
AS
82082011-04-30 Andreas Schwab <schwab@linux-m68k.org>
8209
8210 * faces.el (face-spec-set-match-display): Don't match toolkit
8211 options on terminal frames.
8212
14a7fbd8
SM
82132011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8214
7eabc1be
SM
8215 * progmodes/pascal.el: Use lexical binding.
8216 (pascal-mode-map): Remove author preferences.
8217
14a7fbd8
SM
8218 * pcomplete.el (pcomplete-std-complete): Don't abuse
8219 completion-at-point.
8220
50f84510
JB
82212011-04-28 Juanma Barranquero <lekktu@gmail.com>
8222
6e087a44
JB
8223 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
8224 removing code that has been dead since 1991 or so.
8225
50f84510
JB
8226 * startup.el (command-line): When warning about "_emacs", use a
8227 delayed warning to allow the user to filter it out.
8228
0ba690bd
DD
82292011-04-28 Deniz Dogan <deniz@dogan.se>
8230
8231 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
8232 user has not joined.
8233
08abfaad
SM
82342011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8235
8236 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
8237 aren't any completions at point.
8238
638f053a
JB
82392011-04-28 Juanma Barranquero <lekktu@gmail.com>
8240
8241 * subr.el (display-delayed-warnings): New function.
8242 (delayed-warnings-hook): New variable.
8243
8fff8daa
SM
82442011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8245
08abfaad
SM
8246 * minibuffer.el (completion-at-point, completion-help-at-point):
8247 Don't presume that a given completion-at-point-function will always
8248 use the same calling convention.
8249
8fff8daa
SM
8250 * pcomplete.el (pcomplete-completions-at-point):
8251 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
8252 pcomplete-seen is non-nil.
8253 (pcomplete-comint-setup): Also recognize the new comint/shell
8254 completion functions.
8255 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
8256 pcomplete-seen is non-nil.
8257
841a1577 82582011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 8259
841a1577 8260 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 8261 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 8262 the first character in the entry. This allows for code to add its
211ec907
UJ
8263 own uid to the entry.
8264 (icalendar--convert-float-to-ical): Add export of
8265 `diary-float'-entries save for those with the optional DAY
8266 argument.
8267
2a782793
DC
82682011-04-27 Daniel Colascione <dan.colascione@gmail.com>
8269
8270 * subr.el (shell-quote-argument): Use alternate escaping strategy
8271 when we spot a variable reference in a string.
8272
0438ce91
DC
82732011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8274
8275 * cus-start.el (all): Define customization for debug-on-event.
8276
841a1577 82772011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
8278
8279 * subr.el (shell-quote-argument): Escape correctly under Windows.
8280
d090ed6c
SM
82812011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8282
8283 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
8284
bfd31217
MA
82852011-04-25 Michael Albinus <michael.albinus@gmx.de>
8286
d090ed6c
SM
8287 * net/tramp.el (tramp-process-actions): Add POS argument.
8288 Delete region between POS and (pos).
bfd31217 8289
d090ed6c
SM
8290 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
8291 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
8292 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
8293
8294 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
8295 position in `tramp-process-actions' call.
8296
8297 * net/trampver.el: Update release number.
8298
e92f3bd3
SM
82992011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8300
850256b5
SM
8301 * custom.el (defcustom): Obey lexical-binding.
8302
e92f3bd3
SM
8303 Fix octave-inf completion problems reported by Alexander Klimov.
8304 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
8305 Inherit from octave-mode-syntax-table.
8306 (inferior-octave-mode): Set info-lookup-mode.
8307 (inferior-octave-completion-at-point): New function.
8308 (inferior-octave-complete): Use it and completion-in-region.
8309 (inferior-octave-dynamic-complete-functions): Use it as well, and use
8310 comint-filename-completion.
8311 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
8312 symbol elements which shouldn't be word elements.
8313 (octave-font-lock-keywords, octave-beginning-of-defun)
8314 (octave-function-header-regexp): Adjust regexps accordingly.
8315 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
8316
cd22b309
JB
83172011-04-25 Juanma Barranquero <lekktu@gmail.com>
8318
8319 * net/gnutls.el (gnutls-errorp): Declare before first use.
8320
8b492194
TZ
83212011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
8322
8323 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
8324 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 8325 default trustfile exists before going to use it. Add missing
5a5fa834 8326 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
8327 Reported by Claudio Bley <claudio.bley@gmail.com>.
8328 (open-gnutls-stream): Add usage example.
8329
8330 * net/network-stream.el (network-stream-open-starttls): Give host
8331 parameter to `gnutls-negotiate'.
8332 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 8333 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 8334
841a1577 83352011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 8336
cd22b309
JB
8337 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
8338 Use correct match group (bug#8438).
05842630 8339
3ba7869c
CY
83402011-04-24 Chong Yidong <cyd@stupidchicken.com>
8341
512e3ae1
CY
8342 * emacs-lisp/package.el (package-built-in-p): Fix typo.
8343 (package-menu--generate): New arg specifying packages to show.
8344 (package-menu-refresh, package-menu-execute, list-packages):
8345 Callers changed.
8346 (package-show-package-list): New function, replacing deleted
8347 package--list-packages (renamed because it is non-internal).
8348
8349 * finder.el (finder-list-matches): Use package-show-package-list
8350 instead of deleted package--list-packages.
8351
e92f3bd3
SM
8352 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
8353 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
8354 (vc-annotate-mode-map): Bind it to RET.
8355
7031be6d
UR
83562011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
8357
8358 * progmodes/etags.el (next-file): Don't use set-buffer to change
8359 buffers (Bug#8478).
8360
4ef177aa
CY
83612011-04-24 Chong Yidong <cyd@stupidchicken.com>
8362
c8d173eb
CY
8363 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
8364
4ef177aa
CY
8365 * apropos.el (apropos-label-face): Avoid variable-pitch face.
8366 (apropos-accumulator): Doc fix.
8367 (apropos-function, apropos-macro, apropos-command)
8368 (apropos-variable, apropos-face, apropos-group, apropos-widget)
8369 (apropos-plist): Add face property.
8370 (apropos-symbols-internal): Fix indentation.
8371 (apropos-print): Simplify help, and recognize apropos-multi-type.
8372 (apropos-print-doc): Use button-type-get to extract the button's
8373 face property. Fill docstring (Bug#8352).
8374
4ffd0d6b 83752011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
8376
8377 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
8378
c6c32125 8379 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 8380 (mpuz-mode-map): Use mapc.
c6c32125
JB
8381 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
8382 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
8383 Fix typos in docstrings.
8384
58d468b4
JB
8385 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
8386 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
8387
6470c3c6
JB
8388 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
8389
4ffd0d6b 83902011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
8391
8392 * minibuffer.el (completion--do-completion): Avoid the "Next char
8393 not unique" prompt if icomplete-mode is enabled (Bug#5849).
8394
3ad8bad0
CY
8395 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
8396 mouse-2 into unread-command-events, it is interpreted correctly.
8397
71d73c9c 8398 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 8399 (image-toggle-display): Doc fix.
71d73c9c 8400
841a1577 84012011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 8402
4ffd0d6b
GM
8403 * textmodes/page.el (what-page): Use line-number-at-pos to
8404 calculate line number (Bug#6825).
6e1dbaa9 8405
c2fb1b60
JB
84062011-04-22 Juanma Barranquero <lekktu@gmail.com>
8407
8408 * eshell/esh-mode.el (find-tag-interactive): Declare function.
8409 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
8410 Pass argument NO-DEFAULT to `find-tag-interactive'.
8411
e02f48d7
JB
84122011-04-22 Juanma Barranquero <lekktu@gmail.com>
8413
8414 Lexical-binding cleanup.
8415
8416 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
8417 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
8418 * progmodes/ada-prj.el (ada-prj-initialize-values)
8419 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
8420 (ada-prj-show-value):
8421 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
8422 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
8423 (antlr-invalidate-context-cache, antlr-options-menu-filter)
8424 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
8425 * progmodes/bug-reference.el (bug-reference-push-button):
8426 * progmodes/fortran.el (fortran-line-length):
8427 * progmodes/glasses.el (glasses-change):
8428 * progmodes/octave-mod.el (octave-fill-paragraph):
8429 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
8430 (python-pdbtrack-grub-for-buffer, python-sentinel):
8431 * progmodes/sql.el (sql-save-connection):
8432 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
8433 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
8434 Mark unused parameters.
8435
8436 * progmodes/compile.el (compilation--flush-directory-cache)
8437 (compilation--flush-parse, compile-internal): Mark unused parameters.
8438 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
8439 (compilation-next-error-function): Remove unused variable `timestamp'.
8440
8441 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
8442 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
8443
8444 * progmodes/dcl-mode.el (dcl-end-of-command):
8445 Remove unused variable `start'.
8446 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
8447 (dcl-option-value-basic, dcl-option-value-offset)
8448 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
8449 Mark unused parameters.
8450 (dcl-save-local-variable): Remove unused variable `val'.
8451 (mode): Declare.
8452
8453 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
8454 Mark unused parameters.
8455 (delphi-ignore-changes): Move before first use.
8456 (delphi-charset-token-at): Remove unused variable `start'.
8457 (delphi-else-start): Remove unused variable `if-count'.
8458 (delphi-comment-block-start, delphi-comment-block-end):
8459 Remove unused variable `kind'.
8460 (delphi-indent-line): Remove unused variable `new-point'.
8461
8462 * progmodes/ebrowse.el (ebrowse-files-list)
8463 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
8464 Mark unused parameters. Don't quote `lambda'.
8465 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
8466 Don't quote `lambda'.
8467 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
8468 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
8469 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
8470 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
8471 Use `ignore-errors'.
8472 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
8473 (ebrowse-view/find-file-and-search-pattern)
8474 (ebrowse-view/find-member-declaration/definition):
8475 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
8476 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
8477 Rename parameter PREFIX-ARG to PREFIX.
8478 (ebrowse-tags-read-name): Remove unused variables `start' and
8479 `member-info'.
8480 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
8481 to `tags-file'.
8482
8483 * progmodes/etags.el (local-find-tag-hook): Declare.
8484 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
8485 Mark unused parameters.
8486
8487 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
8488 (executable-interpret): Mark unused parameter.
8489
8490 * progmodes/flymake.el (flymake-process-sentinel)
8491 (flymake-after-change-function)
8492 (flymake-create-temp-with-folder-structure)
8493 (flymake-get-include-dirs-dot): Mark unused parameters.
8494 (flymake-safe-delete-directory): Remove unused variable `err'.
8495
8496 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
8497 (speedbar-timer-fn, speedbar-line-text)
8498 (speedbar-change-expand-button-char, speedbar-delete-subblock)
8499 (speedbar-center-buffer-smartly): Declare functions.
8500 (gdb-find-watch-expression): Remove unused variable `array'.
8501 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
8502 (gdb-starting): Mark unused parameters.
8503 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
8504 (gdb-table-string): Remove unused variable `res'.
8505 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
8506 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
8507 (gdb-display-buffer): Remove unused variable `cur-size'.
8508
8509 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
8510 allow lexical-binding compilation.
8511 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
8512 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
8513 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
8514 Mark unused parameters.
8515 (gud-gdb-marker-filter): Remove unused variable `match'.
8516 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
8517 lambda expressions and funcall them, instead of using `fset'.
8518
8519 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
8520 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
8521
8522 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
8523 variable `header-beg'; use `let'.
8524
8525 * progmodes/icon.el (indent-icon-exp): Remove unused variables
8526 `restart', `last-sexp' and `at-do'.
8527
8528 * progmodes/js.el (js--debug): Mark unused parameter.
8529 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
8530 (js--splice-into-items): Remove unused variable `item'.
8531 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
8532
8533 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
8534 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
8535 (makefile-complete): Remove unused variable `try'.
8536 (makefile-fill-paragraph, makefile-match-function-end):
8537 Mark unused parameters.
8538
8539 * progmodes/octave-inf.el (inferior-octave-complete):
8540 Remove unused variable `proc'.
8541 (inferior-octave-output-digest): Mark unused parameter.
8542
8543 * progmodes/perl-mode.el (perl-calculate-indent):
8544 Remove unused variable `err'.
8545
8546 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
8547 (prolog-indent-line): Mark unused parameters.
8548 (prolog-indent-line): Remove unused variable `beg'.
8549
8550 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
8551 (reporter-dont-compact-list): Declare.
8552
8553 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
8554 Remove unused variable `char'.
8555 (sh-debug): Mark unused parameter.
8556 (sh-get-indent-info): Remove unused variable `start'.
8557 (sh-calculate-indent): Remove unused variable `var'.
8558
8559 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
8560 (simula-electric-keyword): Remove unused variable `null'.
8561 (simula-search-backward, simula-search-forward): Remove unused
8562 variables `begin' and `end'.
8563
8564 * progmodes/vera-mode.el (vera-guess-basic-syntax):
8565 Remove unused variable `pos'.
8566 (vera-electric-tab, vera-comment-uncomment-region):
8567 Mark unused parameters.
8568 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
8569
7ede3b65
CY
85702011-04-22 Chong Yidong <cyd@stupidchicken.com>
8571
8572 * emacs-lisp/package.el (package--builtins, package-alist)
8573 (package-load-descriptor, package-built-in-p, package-activate)
8574 (define-package, package-installed-p)
8575 (package-compute-transaction, package-buffer-info)
8576 (package--push): Doc fix. Distinguish more clearly between
8577 version strings and version lists.
8578
121656e9
JB
85792011-04-21 Juanma Barranquero <lekktu@gmail.com>
8580
8581 Lexical-binding cleanup.
8582
8583 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
8584 (5x5-make-mutate-best):
8585 * play/fortune.el (fortune-in-buffer):
8586 * play/gomoku.el (gomoku-init-display):
8587 * play/solitaire.el (solitaire, solitaire-do-check):
8588 * play/tetris.el (tetris-default-update-speed-function):
8589 Mark unused parameters.
8590
8591 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
8592 (bubbles--shift): Remove unused variable `char-org'.
8593 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
8594 (bubbles--show-images): Remove unused variable `char'.
8595
8596 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
8597 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
8598 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
8599 (decipher-analyze-buffer): Use ?\s.
8600 (decipher-make-checkpoint): Remove unused variable `mapping'.
8601
8602 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
8603
8604 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
8605 Remove unused variable `result'; use `let'.
8606
8607 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
8608 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
8609 (gametree-children-shown-p, gametree-compute-reduced-score):
8610 Use `ignore-errors'.
8611
8612 * play/handwrite.el (ps-lpr-switches): Declare.
8613 (handwrite): Remove unused variables `pmin' and `lastp'.
8614
8615 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
8616
8617 * play/landmark.el (landmark-init-display)
8618 (landmark-update-naught-weights): Mark unused parameters.
8619 (landmark-y): Remove unused variable `noise'. Simplify.
8620 (landmark-human-plays): Remove unused variable `score'.
8621
8622 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
8623 (mpuz-try-proposal): Remove unused variable `game'.
8624
8625 * play/zone.el (life-patterns): Declare.
8626
80f499c7
JB
86272011-04-20 Juanma Barranquero <lekktu@gmail.com>
8628
8629 * vc/vc.el (ediff-vc-internal): Declare function.
8630
024ff170
SM
86312011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8632
c0a193ea
SM
8633 * shell.el: Use lexical-binding and std completion UI.
8634 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
8635 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
8636 comint-preoutput-filter-functions rather than on
8637 comint-output-filter-functions.
8638 (shell-command-completion, shell--command-completion-data)
8639 (shell-filename-completion, shell-environment-variable-completion)
8640 (shell-c-a-p-replace-by-expanded-directory): New functions.
8641 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
8642 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
8643 (shell-dynamic-complete-environment-variable): Use them.
8644 (shell-dynamic-complete-as-environment-variable)
8645 (shell-dynamic-complete-as-command): Remove.
8646 (shell-match-partial-variable): Match past point.
8647 * comint.el: Clean up use of completion-at-point-functions.
8648 (comint-completion-at-point): New function.
8649 (comint-mode): Use it completion-at-point-functions.
8650 (comint-dynamic-complete): Make it obsolete.
8651 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
8652 (comint-c-a-p-replace-by-expanded-history): New function.
8653 (comint-dynamic-complete-functions)
8654 (comint-replace-by-expanded-history): Use it.
8655 * minibuffer.el (completion-table-with-terminator): Allow dynamic
8656 termination strings. Try harder to avoid second try-completion.
8657 (completion-in-region-mode-map): Disable bindings that don't work yet.
8658
2dbaa080
SM
8659 * comint.el: Use lexical-binding. Require CL.
8660 (comint-dynamic-complete-functions): Use comint-filename-completion.
8661 (comint-completion-addsuffix): Tweak custom type.
8662 (comint-filename-completion, comint--common-suffix)
8663 (comint--common-quoted-suffix, comint--table-subvert)
8664 (comint--complete-file-name-data): New functions.
8665 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
8666 (comint-dynamic-list-filename-completions): Use them.
8667 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 8668
2dbaa080
SM
8669 * minibuffer.el (completion-in-region-mode):
8670 Keep completion-in-region-mode--predicate global.
8671 (completion-in-region--postch):
8672 Assume completion-in-region-mode--predicate is not null.
8673
c79a6f38
SM
8674 * progmodes/flymake.el (flymake-start-syntax-check-process):
8675 Obey `dir'. Simplify.
8676
024ff170
SM
8677 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
8678 we're in VC after all.
8679
1c6c854e
CS
86802011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
8681
8682 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 8683 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
8684 (vc-version-diff): Use vc-diff-build-argument-list-internal.
8685
bed7f140
SM
86862011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8687
332e62ab
SM
8688 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
8689 add sanity check.
8690
bed7f140
SM
8691 * obsolete/erc-hecomplete.el: Make obsolete.
8692 * obsolete/: Standardize obsolescence info in the header.
8693
f195c582
GM
86942011-04-20 Glenn Morris <rgm@gnu.org>
8695
8696 * calendar/solar.el (solar-horizontal-coordinates):
8697 Use the longitude argument rather than `calendar-longitude'.
8698 (solar-date-next-longitude): Remove unused locals.
8699
cb79b8c0
VJL
87002011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8701
8702 * whitespace.el: New version 13.2.1.
8703
87042011-04-20 felix <EmacsWiki> (tiny change)
8705
d8e4b68b 8706 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
8707 switching between major modes on a file.
8708
602ea69d
SM
87092011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8710
8711 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
8712 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
8713 multi-line comments as well.
8714
06b60517
JB
87152011-04-19 Juanma Barranquero <lekktu@gmail.com>
8716
8717 Lexical-binding cleanup.
8718
8719 * arc-mode.el (archive-mode-revert):
8720 * cmuscheme.el (scheme-interactively-start-process):
8721 * custom.el (custom-initialize-delay):
8722 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
8723 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
8724 * emacs-lock.el (emacs-lock-clear-sentinel):
8725 * ezimage.el (defezimage):
8726 * follow.el (follow-avoid-tail-recenter):
8727 * fringe.el (set-fringe-mode-1):
8728 * generic-x.el (bat-generic-mode-compile):
8729 * help-mode.el (help-info-variable, help-do-xref)
8730 (help-mode-revert-buffer):
8731 * help.el (view-emacs-todo):
8732 * iswitchb.el (iswitchb-completion-help):
8733 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
8734 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
8735 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
8736 * locate.el (locate-update):
8737 * longlines.el (longlines-encode-region)
8738 (longlines-after-change-function):
8739 * outline.el (outline-isearch-open-invisible):
8740 * ps-def.el (declare-function, charset-dimension, char-width)
8741 (encode-char):
8742 * ps-mule.el (ps-mule-plot-string):
8743 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
8744 (recentf-edit-list-select, recentf-edit-list-validate)
8745 (recentf-open-files-action):
8746 * rect.el (delete-whitespace-rectangle-line)
8747 (rectangle-number-line-callback):
8748 * register.el (window-configuration-to-register)
8749 (frame-configuration-to-register):
8750 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
8751 * select.el (xselect-convert-to-string, xselect-convert-to-length)
8752 (xselect-convert-to-targets, xselect-convert-to-delete)
8753 (xselect-convert-to-filename, xselect-convert-to-charpos)
8754 (xselect-convert-to-lineno, xselect-convert-to-colno)
8755 (xselect-convert-to-os, xselect-convert-to-host)
8756 (xselect-convert-to-user, xselect-convert-to-class)
8757 (xselect-convert-to-name, xselect-convert-to-integer)
8758 (xselect-convert-to-atom, xselect-convert-to-identity):
8759 * subr.el (declare, ignore, process-kill-without-query)
8760 (text-clone-maintain):
8761 * terminal.el (te-get-char, te-tic-sentinel):
8762 * tool-bar.el (tool-bar-make-keymap):
8763 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
8764 * type-break.el (type-break-mode, type-break-noninteractive-query):
8765 * view.el (View-back-to-mark):
8766 * wid-browse.el (widget-browse-action, widget-browse-widget)
8767 (widget-browse-widgets, widget-browse-sexp):
8768 * widget.el (define-widget-keywords):
8769 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
8770 Mark unused parameters.
8771
8772 * align.el (align-adjust-col-for-rule): Mark unused parameter.
8773 (align-areas): Remove unused variable `look'.
8774 (align-region): Remove unused variables `real-end' and `pos-list'.
8775
8776 * apropos.el (apropos-score-doc): Remove unused variable `i'.
8777
8778 * bindings.el (mode-line-modified, mode-line-remote):
8779 Mark unused parameters.
8780 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
8781
8782 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
8783 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
8784
8785 * comint.el (comint-history-isearch-pop-state)
8786 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
8787 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
8788 (comint-substitute-in-file-name): Doc fix.
8789
8790 * completion.el (cmpl-statistics-block): Mark unused parameter.
8791 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
8792 (save-completions-to-file, load-completions-from-file):
8793 Remove unused local variable `e'.
8794
8795 * composite.el (compose-chars): Remove unused variable `len'.
8796 (lgstring-insert-glyph): Remove unused variable `g'.
8797 (compose-glyph-string): Remove unused variables `ascent',
8798 `descent', `lbearing' and `rbearing'.
8799 (compose-glyph-string-relative): Remove unused variables
8800 `lbearing', `rbearing' and `wadjust'.
8801 (compose-gstring-for-graphic): Remove unused variables `header',
8802 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
8803 (compose-gstring-for-terminal): Remove unused variables `header'
8804 and `nchars'. Use `let', not `let*'.
8805
8806 * cus-edit.el (Custom-set, Custom-save, custom-reset)
8807 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
8808 (Custom-buffer-done, custom-buffer-create-internal)
8809 (custom-browse-visibility-action, custom-browse-group-tag-action)
8810 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
8811 (widget-magic-mouse-down-action, custom-toggle-parent)
8812 (custom-add-parent-links, custom-toggle-hide-variable)
8813 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
8814 (custom-toggle-hide-face, face, hook, custom-group-link-action)
8815 (custom-face-menu-create, custom-variable-menu-create, get)
8816 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
8817 (custom-reset-standard-save-and-update): Remove unused variable `value'.
8818 (customize-apropos): Remove unused variable `tests'.
8819 (custom-group-value-create): Remove unused variable `hidden-p'.
8820 (sort-fold-case): Declare.
8821
8822 * cus-theme.el (custom-reset-standard-faces-list)
8823 (custom-reset-standard-variables-list): Declare.
8824 (customize-create-theme, custom-theme-revert, custom-theme-write)
8825 (custom-theme-choose-mode, customize-themes, custom-theme-save):
8826 Mark unused parameters.
8827
8828 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
8829
8830 * delim-col.el (delimit-columns-max): Move defvar before first use.
8831
8832 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 8833 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
8834
8835 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
8836 (auto-insert): Declare.
8837 (desktop-restore-file-buffer): Rename desktop-* parameters;
8838 mark unused ones.
8839 (desktop-create-buffer): Rename desktop-* parameters and bind them.
8840 (desktop-buffer): Rename desktop-* parameters.
8841
8842 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
8843 (dframe-reposition-frame-xemacs, dframe-help-echo)
8844 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
8845 Mark unused parameters.
8846
8847 * dired-aux.el (backup-extract-version-start, overwrite-query)
8848 (overwrite-backup-query, rename-regexp-query)
8849 (rename-non-directory-query): Declare.
8850 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
8851 (dired-add-entry): Remove unused variable `orig-file-name'.
8852 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
8853 Use parameter PRESERVE-TIME instead of accessing dynamic variable
8854 `dired-copy-preserve-time' directly.
8855 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
8856 (dired-insert-subdir-newpos): Rename unused variable `pos'.
8857
8858 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
8859 (dired-virtual-revert, dired-make-relative-symlink):
8860 Mark unused parameters.
8861 (manual-program): Declare.
8862 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
8863 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
8864 wrapped in `with-no-warnings' to avoid replacing one warning by another.
8865
8866 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
8867
8868 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
8869
8870 * echistory.el (electric-history-in-progress, Helper-return-blurb):
8871 Declare.
8872
8873 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
8874
8875 * electric.el (Electric-command-loop): Rename parameter
8876 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
8877
8878 * expand.el (expand-in-literal): Remove unused variable `here'.
8879
8880 * facemenu.el (facemenu-add-new-color):
8881 Remove unused variable `docstring'.
8882
8883 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
8884 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
8885 (face-attr-construct): Mark unused parameter. Doc fix.
8886 (read-color): Remove unused variable `hex-string'.
8887
8888 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
8889 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
8890 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
8891 (display-buffer-other-frame): Remove unused variable `old-window'.
8892 (kill-buffer-hook): Declare.
8893 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
8894 Mark unused parameters.
8895 (after-find-file): Pass 1 to `auto-save-mode', not t.
8896
8897 * files-x.el (auto-insert): Declare.
8898 (modify-file-local-variable-prop-line): Remove unused variable `val'.
8899
8900 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 8901 variable `buf'. Mark unused parameter.
06b60517
JB
8902 (find-lisp-insert-directory): Mark unused parameter.
8903
8904 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
8905 (format-encode-region): Remove unused variables `cur-buf' and `result'.
8906 (format-common-tail): Remove, unused.
8907 (format-deannotate-region): Remove unused variable `loc'.
8908 (format-annotate-region): Remove unused variable `p'.
8909 (format-annotate-single-property-change): Remove unused variables
8910 `default' and `tail'.
8911
8912 * forms.el (read-file-filter): Declare.
8913 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
8914
8915 * frame.el (frame-creation-function-alist): Mark unused parameter.
8916 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
8917
8918 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
8919 Remove unused parameters.
8920 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
8921 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
8922
8923 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
8924 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
8925 (hfy-prepare-tag-map): Mark unused parameters.
8926 (htmlfontify-buffer): Use `called-interactively-p'.
8927
8928 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
8929 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
8930 (ibuffer-do-occur): Mark unused parameters.
8931 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
8932 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
8933
8934 * ibuffer.el: Don't quote `lambda'.
8935 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
8936 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
8937 Mark unused parameters.
8938
8939 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
8940 (ido-completing-read): Mark unused parameters.
8941 (ido-copy-current-word): Mark unused parameters;
8942 remove unused variable `name'.
8943 (ido-sort-merged-list): Remove unused parameter `dirs'.
8944
8945 * ielm.el (ielm-input-sender): Mark unused parameter.
8946 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
8947 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
8948 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
8949 `ielm-string' as a dynamic variable accessible from the IELM prompt.
8950 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
8951
8952 * image-dired.el (image-dired-display-thumbs): Remove unused
8953 variables `curr-file' and `count'.
8954 (image-dired-remove-tag): Remove unused variable `start'.
8955 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
8956 variable `curr-file'
8957 (image-dired-rotate-original): Remove unused variable `temp-file'.
8958 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
8959 Remove unused variable `file'.
8960 (image-dired-gallery-generate): Remove unused variable `curr'.
8961 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
8962
8963 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
8964
8965 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
8966
8967 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
8968
8969 * isearch.el (minibuffer-history-symbol): Declare.
8970 (isearch-edit-string): Remove unused variable `err'.
8971 (isearch-message-prefix, isearch-message-suffix):
8972 Mark unused parameters.
8973
8974 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
8975
8976 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
8977
8978 * makesum.el (double-column): Remove unused variable `cnt'.
8979
8980 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
8981 (ido-ignore-item-temp-list): Declare.
8982
8983 * mouse-drag.el (mouse-drag-throw): Remove unused variables
8984 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
8985 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
8986 (mouse-drag-drag): Remove unused variables `mouse-delta' and
8987 `mouse-col-delta'.
8988
8989 * mouse-sel.el (mouse-extend-internal):
8990 Remove unused variable `orig-window-frame'.
8991
8992 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
8993 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
8994 Move declarations before first use.
8995 (pcomplete-opt): Mark unused parameters; doc fix.
8996
8997 * proced.el (proced-revert): Mark unused parameter.
8998 (proced-send-signal): Remove unused variable `err'.
8999
9000 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
9001 Rename parameter PREFIX-ARG to ARG.
9002 (ps-basic-plot-string, ps-basic-plot-whitespace):
9003 Mark unused parameters.
9004
9005 * replace.el (replace-count): Define.
9006 (occur-revert-function): Mark unused parameters.
9007 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
9008 (isearch-case-fold-search, isearch-string): Declare.
9009 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
9010 bind `case-fold-search'. Remove unused variables `beg' and `end',
9011 and simplify.
9012 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
9013 COUNT and bind `replace-count'.
9014 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
9015 to COUNT.
9016
9017 * savehist.el (print-readably, print-string-length): Declare.
9018
9019 * shadowfile.el (shadow-expand-cluster-in-file-name):
9020 Remove unused variable `cluster'.
9021 (shadow-copy-file): Remove unused variable `i'.
9022 (shadow-noquery, shadow-clusters, shadow-site-cluster)
9023 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
9024 (shadow-define-literal-group, shadow-define-regexp-group)
9025 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
9026
9027 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
9028 (shell): Use `called-interactively-p'.
9029 (shell-directory-tracker): Remove unused variable `chdir-failure'.
9030
9031 * simple.el (compilation-context-lines, comint-file-name-quote-list)
9032 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
9033 (delete-backward-char): Remove unused variable `ocol'.
9034 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
9035 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
9036 (event-apply-hyper-modifier, event-apply-shift-modifier)
9037 (event-apply-control-modifier, event-apply-meta-modifier):
9038 Mark unused parameters.
9039 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
9040 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
9041
9042 * speedbar.el (speedbar-ignored-directory-expressions)
9043 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
9044 (speedbar-find-file, speedbar-dir-follow)
9045 (speedbar-directory-buttons-follow, speedbar-tag-find)
9046 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
9047 (speedbar-buffers-line-directory, speedbar-buffer-click):
9048 Mark unused parameters.
9049 (speedbar-tag-file): Remove unused variable `mode'.
9050 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
9051
9052 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
9053
9054 * talk.el (talk): Remove unused variable `display'.
9055
9056 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
9057 (tar-write-region-annotate): Mark unused parameter.
9058
9059 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
9060 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
9061 Declare them, wrapped in `with-no-warnings' to avoid replacing one
9062 warning by another.
9063
9064 * time-stamp.el (time-stamp-string-preprocess):
9065 Remove unused variable `require-padding'.
9066
9067 * tree-widget.el (widget-glyph-enable): Declare.
9068 (tree-widget-action): Mark unused parameter.
9069
9070 * w32-fns.el (x-get-selection): Mark unused parameter.
9071 (autoload-make-program, generated-autoload-file): Declare.
9072
9073 * wdired.el (wdired-revert): Mark unused parameters.
9074 (wdired-xcase-word): Remove unused variable `err'.
9075
9076 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
9077 (whitespace-help-scroll): Remove unused variable `data-help'.
9078
9079 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
9080 (widget-image-insert, widget-after-change, default)
9081 (widget-default-format-handler, widget-default-notify)
9082 (widget-default-prompt-value, widget-info-link-action)
9083 (widget-url-link-action, widget-function-link-action)
9084 (widget-variable-link-action, widget-file-link-action)
9085 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
9086 (widget-field-prompt-internal, widget-field-action, widget-field-match)
9087 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
9088 (widget-insert-button-action, widget-delete-button-action, visibility)
9089 (widget-documentation-link-action, widget-documentation-string-action)
9090 (widget-const-prompt-value, widget-regexp-match, symbol)
9091 (widget-coding-system-prompt-value)
9092 (widget-key-sequence-value-to-external, sexp)
9093 (widget-sexp-value-to-internal, character, vector, cons)
9094 (widget-choice-prompt-value, widget-boolean-prompt-value)
9095 (widget-color--choose-action): Mark unused parameters.
9096 (widget-item-match-inline, widget-choice-match-inline)
9097 (widget-checklist-match, widget-checklist-match-inline)
9098 (widget-group-match): Rename parameter VALUES to VALS.
9099 (widget-field-value-set): Remove unused variable `size'.
9100 (widget-color-action): Remove unused variables `value' and `start'.
9101
9102 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 9103 variable `dir'. Doc fix.
06b60517
JB
9104 (windmove-find-other-window): Don't pass it.
9105
9106 * window.el (count-windows): Mark unused parameter.
9107 (bw-adjust-window): Remove unused variable `err'.
9108
9109 * woman.el (woman-file-name): Remove unused variable `default'.
9110 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
9111 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
9112 (global-font-lock-mode): Declare.
9113 (woman-decode-region): Mark unused parameter.
9114 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
9115
9116 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
9117 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
9118 (x-dnd-handle-moz-url): Remove unused variable `title'.
9119 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
9120
9121 * xml.el (xml-parse-tag, xml-parse-attlist):
9122 Remove unused variable `pos'.
9123
bc4f7f3d
GM
91242011-04-19 Glenn Morris <rgm@gnu.org>
9125
9126 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
9127 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
9128 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9129 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
9130 * calendar/cal-html.el (cal-html-insert-minical):
9131 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
9132 (calendar-mark-date-pattern):
9133 Prefix "unused" locals.
9134
9135 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
9136 optional argument `style'.
9137
9138 * calendar/appt.el (appt-make-list):
9139 * calendar/cal-china.el (calendar-chinese-date-string):
9140 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
9141 (diary-hebrew-yahrzeit):
9142 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
9143 * calendar/calendar.el (calendar-generate-window):
9144 * calendar/time-date.el (time-to-days):
9145 Remove unused local variables.
9146
16a43933
CY
91472011-04-18 Chong Yidong <cyd@stupidchicken.com>
9148
9149 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
9150 glyphless-char-display table.
9151 (tabulated-list-glyphless-char-display): New var.
9152
7eed1860
SS
91532011-04-18 Sam Steingold <sds@gnu.org>
9154
9155 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
9156 to acknowledgments.
9157
4d2d1ccd
GM
91582011-04-17 Glenn Morris <rgm@gnu.org>
9159
9160 * calendar/diary-lib.el (diary-sexp-entry):
9161 * calendar/holidays.el (holiday-sexp):
9162 Set debug-on-error rather than the removed stack-trace-on-error.
9163
239da61d
GM
91642011-04-16 Glenn Morris <rgm@gnu.org>
9165
9166 * progmodes/f90.el: Use lexical-binding.
9167 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
9168
8b05752a
SM
91692011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9170
daca8ba5
SM
9171 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
9172 (mail-mode): Setup mailalias completion here instead.
9173 * mail/mailalias.el: Use lexical-binding.
9174 (pattern, mailalias-done): Declare dynamic.
9175 (mail-completion-at-point-function): New function, from mail-complete.
9176 (mail-complete): Use it.
9177 (mail-completion-expand): New function.
9178 (mail-get-names): Use it.
9179 (mail-directory, mail-directory-process, mail-directory-stream):
9180 Don't use `pattern' for lexically bound arg.
9181
6f542485
SM
9182 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
9183
037e7c3f
SM
9184 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
9185 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
9186 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
9187
8b05752a
SM
9188 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
9189 (byte-save-window-excursion, byte-temp-output-buffer-setup)
9190 (byte-interactive-p): Define them again, for use when inlining
9191 old code.
9192
49093f60
JB
91932011-04-15 Juanma Barranquero <lekktu@gmail.com>
9194
9195 * loadup.el: Use `string-to-number', not `string-to-int'.
9196
b5b8e7de
SM
91972011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9198
9199 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
9200 gud-gdb-complete-command.
9201 (gud-gdb-completions): New function, from gud-gdb-complete-command.
9202 (gud-gdb-completion-at-point): New function.
9203 (gud-gdb-completions): Remove.
9204
f42efeb5
MA
92052011-04-14 Michael Albinus <michael.albinus@gmx.de>
9206
49093f60
JB
9207 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
9208 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
9209 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
9210 whether `executable-find' is bound.
f42efeb5
MA
9211
9212 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
9213
e240cc21
SM
92142011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9215
9216 * minibuffer.el (completion-in-region-mode-predicate)
9217 (completion-in-region-mode--predicate): New vars.
9218 (completion-in-region, completion-in-region--postch)
9219 (completion-in-region-mode): Use them.
9220 (completion--capf-wrapper): Also return the hook function.
9221 (completion-at-point, completion-help-at-point):
9222 Adjust and provide a predicate.
c2bd2ab0
SM
9223
9224 Preserve arg names for advice of subr and lexical functions (bug#8457).
9225 * help-fns.el (help-function-arglist): Consolidate the subr and
9226 new-byte-code cases. Add argument `preserve-names' to extract names
9227 from the docstring when needed.
9228 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
9229 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
9230 (ad-arglist): Use help-function-arglist's new arg.
9231 (ad-definition-type): Use cond.
9232
c183f693
JB
92332011-04-13 Juanma Barranquero <lekktu@gmail.com>
9234
06641a47
JB
9235 * autorevert.el (auto-revert-handler):
9236 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
9237 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
9238 Don't quote lambda.
9239
c183f693
JB
9240 * image-mode.el (image-transform-set-scale):
9241 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
9242
1e3b6001
G
92432011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
9244
9245 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 9246 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
9247 Upgrades via gnutls-cli are too slow to be done opportunistically.
9248
2d6af8dd
JB
92492011-04-12 Juanma Barranquero <lekktu@gmail.com>
9250
9251 * dframe.el (dframe-current-frame): Remove spurious quote.
9252
c0749a51
GM
92532011-04-12 Glenn Morris <rgm@gnu.org>
9254
088d0d61
GM
9255 * calendar/cal-tex.el (cal-tex-end-document):
9256 Try to automatically use latin1 input if needed.
9257
c0749a51
GM
9258 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
9259 Don't try to cons a mark onto an empty element.
9260
5c90fde0
LL
92612011-04-11 Leo Liu <sdl.web@gmail.com>
9262
9263 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
9264 buffers.
9265 (ido-kill-buffer-at-head): Support killing virtual buffers.
9266
369e974d
CY
92672011-04-10 Chong Yidong <cyd@stupidchicken.com>
9268
9269 * minibuffer.el (completion-show-inline-help): New var.
9270 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
9271 (minibuffer-force-complete, minibuffer-complete-word):
9272 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
9273
9274 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
9275 to avoid interference from inline help (Bug#5849).
9276
37f1c930
LL
92772011-04-10 Leo Liu <sdl.web@gmail.com>
9278
099c39a4
JB
9279 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
9280 Fix typo.
37f1c930 9281
a32d4040
CY
92822011-04-09 Chong Yidong <cyd@stupidchicken.com>
9283
9284 * image-mode.el (image-toggle-display-image): Signal an error if
9285 not in Image mode.
9286 (image-transform-mode, image-transform-resize)
9287 (image-transform-set-rotation): Doc fix.
daca8ba5 9288 (image-transform-set-resize): Delete.
a32d4040
CY
9289 (image-transform-set-scale, image-transform-fit-to-height)
9290 (image-transform-fit-to-width): Handle image-toggle-display-image
9291 and image-transform-resize directly.
9292
099c39a4 92932011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
9294
9295 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
9296 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
9297 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
9298 (doc-view-mode-map): Add bindings for the new functions.
9299
099c39a4 93002011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 9301
4d61f28d 9302 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
9303 Fix typo in docstring.
9304
3726838a
EZ
93052011-04-08 Eli Zaretskii <eliz@gnu.org>
9306
04f33f1e
EZ
9307 * files.el (file-size-human-readable): Produce one digit after
9308 decimal, like "ls -lh" does.
9309
9310 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
9311 the file size representation.
9312
3726838a
EZ
9313 * simple.el (list-processes): If async subprocesses are not
9314 available, error out with a clear error message.
9315
cbb59342
CY
93162011-04-08 Chong Yidong <cyd@stupidchicken.com>
9317
9318 * help.el (help-form-show): New function, to be called from C.
9319 Put help-form output in a buffer named differently than *Help*.
9320
e3971c44
EZ
93212011-04-08 Eli Zaretskii <eliz@gnu.org>
9322
9323 * files.el (file-size-human-readable): New function.
9324
9325 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
9326 computing the representation inline. Don't require `cl'.
9327
12544bbe
GM
93282011-04-08 Glenn Morris <rgm@gnu.org>
9329
a1de6c6a
GM
9330 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
9331
3c4671f4
GM
9332 * net/browse-url.el (browse-url-firefox):
9333 Test system-type, not system-configuration.
9334
b605679c
GM
9335 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
9336 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
9337 Use log-edit-empty-buffer-p. (Bug#7598)
9338
56442f0c
GM
9339 * net/rlogin.el (rlogin-process-connection-type): Simplify.
9340 (rlogin-mode-map): Initialize in the defvar.
9341 (rlogin): Use ignore-errors.
9342
12544bbe
GM
9343 * replace.el (occur-mode-map): Some fixes for menu items.
9344
eb237b0f
AH
93452011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
9346
9347 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
9348
7d668f2c
CY
93492011-04-06 Chong Yidong <cyd@stupidchicken.com>
9350
e67a13ab
CY
9351 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
9352 issuing unused warnings.
9353
9354 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
9355 macro directly.
9356
7d668f2c
CY
9357 * simple.el: Lisp reimplement of list-processes. Based on an
9358 earlier reimplementation by Leo Liu, but using tabulated-list.el.
9359 (process-menu-mode): New major mode.
9360 (list-processes--refresh, list-processes):
9361 (process-menu-visit-buffer): New functions.
9362
9363 * files.el (save-buffers-kill-emacs): Don't assume any return
9364 value of list-processes, which is undocumented anyway.
9365
a83ec3c9
CY
93662011-04-06 Chong Yidong <cyd@stupidchicken.com>
9367
9368 * emacs-lisp/tabulated-list.el: New file.
9369
e91a96fe
CY
9370 * emacs-lisp/package.el: Use Tabulated List mode.
9371 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
9372 (package-menu-mode): Derive from tabulated-list-mode. Set up the
9373 table format using Tabulated List mode variables.
9374 (package--push): New macro, replacing package-list-maybe-add.
9375 (package-menu--generate): Use package--push. Renamed from
9376 package--generate-package-list.
9377 (package-menu-refresh, list-packages): Use it.
daca8ba5 9378 (package-menu--print-info): Rename from package-print-package.
e91a96fe 9379 Return insertion data instead of inserting it directly.
099c39a4
JB
9380 (package-menu-describe-package, package-menu-execute):
9381 Use tabulated-list-get-id.
e91a96fe
CY
9382 (package-menu-mark-delete, package-menu-mark-install)
9383 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
9384 (package-menu-mark-obsolete-for-deletion):
9385 Use tabulated-list-put-tag.
e91a96fe
CY
9386 (package--list-packages, package-menu-revert)
9387 (package-menu-get-package, package-menu-get-version)
9388 (package-menu-sort-by-column): Functions deleted.
9389 (package-menu-package-list, package-menu-sort-key): Vars deleted.
9390 (package-menu--status-predicate, package-menu--version-predicate)
9391 (package-menu--name-predicate)
9392 (package-menu--description-predicate): Handle arguments in the
9393 Tabulated List format.
9394 (package-list-packages-no-fetch): Call list-packages.
9395
3e214b50
JB
93962011-04-06 Juanma Barranquero <lekktu@gmail.com>
9397
9398 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 9399 (after-find-file): Don't bind it.
3e214b50
JB
9400 (revert-buffer-in-progress-p): New variable.
9401 (revert-buffer): Bind it.
9402 Pass nil for `after-find-file-from-revert-buffer'.
9403
9404 * saveplace.el (save-place-find-file-hook): Use new variable
9405 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
9406
3f0f1700
GM
94072011-04-06 Glenn Morris <rgm@gnu.org>
9408
c0274801
GM
9409 * Makefile.in (AUTOGEN_VCS): New variable.
9410 (autoloads): Use $AUTOGEN_VCS.
9411
3f0f1700
GM
9412 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
9413 * calendar/calendar.el (calendar-mode-map):
9414 Check for toolkit scroll bars. (Bug#8305)
9415
41ea9e48
CY
94162011-04-05 Chong Yidong <cyd@stupidchicken.com>
9417
9418 * minibuffer.el (completion-in-region--postch)
9419 (completion-in-region-mode): Remove unnecessary messages.
9420
6194c800
JB
94212011-04-05 Juanma Barranquero <lekktu@gmail.com>
9422
33256f14
JB
9423 * font-lock.el (font-lock-refresh-defaults):
9424 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
9425 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
9426
6194c800
JB
9427 * info.el (Info-directory-list, Info-read-node-name-2)
9428 (Info-split-parameter-string): Doc fixes.
9429 (Info-virtual-nodes): Reflow docstring.
9430 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
9431 (Info-apropos-toc-nodes, info-finder, Info-get-token)
9432 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
9433 Fix typos in docstrings.
9434 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
9435 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
9436 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
9437 (Info-restore-desktop-buffer): Mark unused parameters.
9438 (Info-directory-find-file, Info-directory-find-node)
9439 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
9440 (Info-virtual-index-find-node, Info-apropos-find-file)
9441 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 9442 Mark unused parameters; fix typos in docstrings.
6194c800
JB
9443 (Info-virtual-index): Remove unused local variable `nodename'.
9444
b87a8200 94452011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 9446
b87a8200
DD
9447 * net/rcirc.el: Update my e-mail address.
9448 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 9449
3b2ff876
CY
94502011-04-05 Chong Yidong <cyd@stupidchicken.com>
9451
9452 * startup.el (command-line): Save the cursor's theme-face
9453 directly, instead of using face-override-spec.
9454
9455 * custom.el (load-theme): Minor optimization in assigning faces.
9456
8d17e7ca
JB
94572011-04-04 Juanma Barranquero <lekktu@gmail.com>
9458
9459 * help-fns.el (describe-variable): Complete all variables having
9460 documentation, including keywords.
9461 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
9462
2fbc1934
JB
94632011-04-04 Juanma Barranquero <lekktu@gmail.com>
9464
9465 Convert to lexical-binding.
9466
9467 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
9468 (bs--get-marked-string, bs--get-modified-string)
9469 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
9470 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
9471 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
9472
9473 * ehelp.el (electric-help-execute-extended)
9474 (electric-help-ctrl-x-prefix):
9475 * hexl.el (hexl-revert-buffer-function):
9476 * linum.el (linum-after-change, linum-after-scroll):
9477 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
9478
9479 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
9480
74f50695
DU
94812011-04-04 Daiki Ueno <ueno@unixuser.org>
9482
9483 * epa-dired.el:
9484 * epa-mail.el:
9485 * epa-hook.el:
9486 * epa-file.el:
9487 * epa.el:
9488 * epg.el: Use lexical binding.
9489
c11325f7
CY
94902011-04-03 Chong Yidong <cyd@stupidchicken.com>
9491
0d9e9a12
CY
9492 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
9493
c11325f7 9494 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
9495 dictionary case for flyspell-mark-duplications-exceptions.
9496 Use regexp matching for languages.
c11325f7
CY
9497 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
9498 default dictionary (Bug#7926).
9499
da91b5f2
CY
95002011-04-02 Chong Yidong <cyd@stupidchicken.com>
9501
099c39a4
JB
9502 * emacs-lisp/package.el (package--with-work-buffer):
9503 Recognize https URLs.
da91b5f2 9504
099c39a4
JB
9505 * net/network-stream.el: Move from gnus/proto-stream.el.
9506 Change prefix to network-stream throughout.
da91b5f2
CY
9507 (open-protocol-stream): Merge into open-network-stream, leaving
9508 open-protocol-stream as an alias. Handle nil BUFFER args.
9509
9510 * subr.el (open-network-stream): Move to net/network-stream.el.
9511
afa8e9f6
GM
95122011-04-02 Glenn Morris <rgm@gnu.org>
9513
1d2e369d
GM
9514 * find-dired.el (find-exec-terminator): New option.
9515 (find-ls-option): Test for -ls support.
9516 (find-ls-subdir-switches): Test for -b in find-ls-option.
9517 (find-dired, find-grep-dired): Doc fixes.
9518 (find-dired): Use find-exec-terminator.
9519
8abb7da8 9520 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
9521 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
9522 (find-name-arg): Remove purecopy.
8abb7da8 9523
f3ca7378
GM
9524 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
9525 (grep-compute-defaults): Check for `-exec COMMAND +' support.
9526 Set grep-find-use-xargs, grep-find-command, and grep-find-template
9527 accordingly. Don't add the null-device if not needed.
9528
afa8e9f6
GM
9529 * files.el (save-some-buffers): Doc fix.
9530
35eae264
EZ
95312011-04-02 Eli Zaretskii <eliz@gnu.org>
9532
9533 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
9534
26b51db5
JB
95352011-04-01 Juanma Barranquero <lekktu@gmail.com>
9536
9537 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
9538 Use `dolist' rather than `mapcar'.
9539
7200d79c
SM
95402011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
9541
03408648 9542 Add lexical binding.
7200d79c 9543
03408648
SM
9544 * subr.el (apply-partially): Use new closures rather than CL.
9545 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
9546 (dolist, dotimes): Use slightly different expansion for lexical code.
9547 (functionp): Move to C.
9548 (letrec): New macro.
9549 (with-wrapper-hook): Use it and apply-partially instead of CL.
9550 (eval-after-load): Preserve lexical-binding.
9551 (save-window-excursion, with-output-to-temp-buffer): Turn them
9552 into macros.
7200d79c 9553
03408648
SM
9554 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
9555
9556 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
9557 than the arglist.
9558 (help-add-fundoc-usage): Don't add `Not documented'.
9559 (help-function-arglist): Handle closures, subroutines, and new
9560 byte-code-functions.
9561 (help-make-usage): Remove leading underscores.
9562 (describe-function-1): Handle closures.
9563 (describe-variable): Use special-variable-p for completion.
9564
9565 * files.el (lexical-binding): Declare safe.
f488fb65 9566
03408648
SM
9567 * emacs-lisp/pcase.el: Don't use destructuring-bind.
9568 (pcase--memoize): Rename from pcase-memoize. Change weakness.
9569 (pcase): Add `let' pattern.
9570 Change memoization so it actually works.
9571 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
9572 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
9573 <let>: New case.
f488fb65 9574
03408648
SM
9575 * emacs-lisp/macroexp.el: Use lexical binding.
9576 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
9577 Don't convert ' to #' without checking that it's indeed quoting
9578 a lambda.
9579
9580 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 9581 Use eval-sexp-add-defvars.
03408648
SM
9582 (eval-sexp-add-defvars): New fun.
9583
9584 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
9585
9586 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
9587 Don't autoload.
9588 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
9589 than the internal `byte-compile-lambda'.
9590 (defmethod): Don't hide code under quotes.
9591 (eieio-defmethod): New `code' argument.
9592
9593 * emacs-lisp/eieio-comp.el: Remove.
9594
9595 * emacs-lisp/edebug.el (edebug-eval-defun)
9596 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
9597 (edebug-toggle): Avoid `eval'.
9598
9599 * emacs-lisp/disass.el (disassemble-internal): Handle new
9600 `closure' objects.
9601 (disassemble-1): Handle new byte codes.
9602
9603 * emacs-lisp/cl.el (pushnew): Silence warning.
9604
9605 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
9606 (cl-byte-compile-throw): Remove.
9607 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
9608
9609 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
9610 closures.
9611
9612 * emacs-lisp/cconv.el: New file.
9613
9614 * emacs-lisp/bytecomp.el: Use lexical binding instead of
9615 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
9616 (byte-compile-initial-macro-environment):
9617 Handle declare-function here.
9618 (byte-compile--lexical-environment): New var.
9619 (byte-stack-ref, byte-stack-set, byte-discardN)
9620 (byte-discardN-preserve-tos): New lap codes.
9621 (byte-interactive-p): Don't use any more.
9622 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
9623 New macros.
9624 (byte-compile-lapcode): Use them and handle new lap codes.
9625 (byte-compile-obsolete): Remove.
9626 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
9627 (byte-compile-arglist-warn): Check late def of inlinable funs.
9628 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
9629 since they should have been expanded by now.
9630 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
9631 (byte-compile-from-buffer): Remove unused second arg.
9632 (byte-compile-preprocess): New function.
9633 (byte-compile-toplevel-file-form): New function to distinguish
9634 file-form calls from outside from file-form calls from hunk-handlers.
9635 (byte-compile-file-form): Simplify.
9636 (byte-compile-file-form-defsubst): Remove.
9637 (byte-compile-file-form-defmumble): Simplify now that
9638 byte-compile-lambda always returns a byte-code-function.
9639 (byte-compile): Preprocess.
9640 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
9641 Remove, not used any more.
9642 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
9643 (byte-compile-make-args-desc): New funs.
9644 (byte-compile-lambda): Handle lexical functions. Always return
9645 a byte-code-function.
9646 (byte-compile-reserved-constants): New var, to make up room for
9647 closed-over variables.
9648 (byte-compile-constants-vector): Obey it.
9649 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
9650 (byte-compile-macroexpand-declare-function): New function.
9651 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
9652 byte-code-functions.
9653 (byte-compile-form): Check obsolescence here.
9654 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
9655 (byte-compile-variable-ref): Remove.
9656 (byte-compile-dynamic-variable-op): New fun.
9657 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
9658 (byte-compile-variable-set): New funs.
9659 (byte-compile-discard): Add 2 args.
9660 (byte-compile-stack-ref, byte-compile-stack-set)
9661 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
9662 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
9663 macroexpand-all instead.
9664 (byte-compile-quote-form): Remove.
9665 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
9666 (byte-compile-bind, byte-compile-unbind): New funs.
9667 (byte-compile-let): Handle let* and lexical binding.
9668 (byte-compile-let*): Remove.
9669 (byte-compile-catch, byte-compile-unwind-protect)
9670 (byte-compile-track-mouse, byte-compile-condition-case):
9671 Handle a new :fun-body form, used for lexical scoping.
9672 (byte-compile-save-window-excursion)
9673 (byte-compile-with-output-to-temp-buffer): Remove.
9674 (byte-compile-defun): Simplify.
9675 (byte-compile-stack-adjustment): New fun.
9676 (byte-compile-out): Use it.
9677 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
9678
9679 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
9680 handler any more.
9681
9682 * emacs-lisp/byte-opt.el: Use lexical binding.
9683 (byte-inline-lapcode): Remove (to bytecomp).
9684 (byte-compile-inline-expand): Pay attention to inlining to/from
9685 lexically bound code.
9686 (byte-compile-unfold-lambda): Don't handle byte-code-functions
9687 any more.
9688 (byte-optimize-form-code-walker): Don't handle save-window-excursion
9689 any more and don't call compiler-macros.
9690 (byte-compile-splice-in-already-compiled-code): Remove.
9691 (byte-code): Don't inline any more.
9692 (disassemble-offset): Receive `bytes' as argument rather than via
9693 dynamic scoping.
9694 (byte-compile-tag-number): Declare before first use.
9695 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
9696 `return' even if make-spliceable.
9697 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
9698 obsolete interactive-p.
9699 (byte-optimize-lapcode): Optimize new lap-codes.
9700 Don't trip up on new form of `byte-constant' lap code.
9701
9702 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
9703
9704 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
9705
9706 * custom.el (custom-initialize-default, custom-declare-variable):
9707 Use `defvar'.
9708
9709 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
9710 New variables.
9711 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
9712 (COMPILE_FIRST): Add macroexp and cconv.
9713 * makefile.w32-in: Mirror changes in Makefile.in.
9714
9715 * vc/cvs-status.el:
9716 * vc/diff-mode.el:
9717 * vc/log-edit.el:
9718 * vc/log-view.el:
9719 * vc/smerge-mode.el:
9720 * textmodes/bibtex-style.el:
9721 * textmodes/css.el:
9722 * startup.el:
9723 * uniquify.el:
da91b5f2
CY
9724 * minibuffer.el:
9725 * newcomment.el:
9726 * reveal.el:
9727 * server.el:
9728 * mpc.el:
9729 * emacs-lisp/smie.el:
9730 * doc-view.el:
9731 * dired.el:
03408648
SM
9732 * abbrev.el: Use lexical binding.
9733
0f0c1f27
EZ
97342011-04-01 Eli Zaretskii <eliz@gnu.org>
9735
9736 * info.el (info-display-manual): New function.
9737
c82b2579
SM
97382011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9739
9740 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
9741
221ddf68
TH
97422011-03-31 Tassilo Horn <tassilo@member.fsf.org>
9743
9744 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 9745 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 9746
cba6e77e
GM
97472011-03-31 Glenn Morris <rgm@gnu.org>
9748
e040639f
GM
9749 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
9750
cba6e77e
GM
9751 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
9752
6d0f1c9e
CS
97532011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
9754
9755 * progmodes/python.el (python-default-interpreter)
9756 (python-python-command-args, python-jython-command-args)
9757 (python-which-shell, python-which-args, python-which-bufname)
9758 (python-file-queue, python-comint-output-filter-function)
9759 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
9760 variables and functions.
9761
3e2d70fd
SM
97622011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
9763
9764 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
9765 (completion-in-region-mode): New minor mode.
9766 (completion-in-region): Use it.
9767 (completion-in-region--data, completion-in-region-mode-map): New vars.
9768 (completion-in-region--postch): New function.
9769 (completion--capf-misbehave-funs, completion--capf-safe-funs):
9770 New vars.
9771 (completion--capf-wrapper): New function.
9772 (completion-at-point): Use it to track well-behavedness of
9773 hook functions.
9774 (completion-help-at-point): New command.
9775
f3e4086c
JM
97762011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
9777
9778 * vc/add-log.el (add-change-log-entry): Don't use whitespace
9779 syntax class to search for whitespace on a single line
9780 (Message-ID: <4D938140.4030905@redhat.com>).
9781
eb7ffc14
LL
97822011-03-30 Leo Liu <sdl.web@gmail.com>
9783
9784 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
9785 New commands.
9786 (edit-abbrevs-map): Bind them here.
9787 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
9788
d806ab68
KM
97892011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
9790
9791 * allout.el (allout-hide-by-annotation, allout-flag-region):
9792 Reduce possibility of overlay leakage by making them volatile.
9793
9794 * allout-widgets.el (allout-widgets-tally): Define as nil so the
9795 hash is not shared between buffers. Mode initialization is
9796 responsible for giving it a useful starting value.
9797 (allout-item-span): Reduce possibility of overlay leakage by
9798 making them volatile.
9799 (allout-widgets-count-buttons-in-region): Add diagnostic function
9800 for tracking down button overlay leaks.
9801
ea622834
LL
98022011-03-29 Leo Liu <sdl.web@gmail.com>
9803
9804 * ido.el (ido-read-internal): Use the default history var
9805 minibuffer-history if no HISTORY is specified.
9806
b62f8267
G
98072011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
9808
03408648
SM
9809 * net/imap.el (imap-shell-open, imap-process-connection-type):
9810 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
9811 Kerberos, SSL, other subprocesses.
9812
947b6566
LL
98132011-03-28 Leo Liu <sdl.web@gmail.com>
9814
9815 * abbrev.el (abbrev-table-empty-p): New function.
9816 (prepare-abbrev-list-buffer): Place empty abbrev tables after
9817 nonempty ones. (Bug#5937)
9818
5ffb62aa
JD
98192011-03-27 Jan Djärv <jan.h.d@swipnet.se>
9820
9821 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
9822
7a097943
LL
98232011-03-27 Leo Liu <sdl.web@gmail.com>
9824
9825 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
9826 for foreground and background colors.
9827 (ansi-color-make-color-map): Adapt.
9828
c5b40130
LL
98292011-03-25 Leo Liu <sdl.web@gmail.com>
9830
1f48f7d2
LL
9831 * midnight.el (midnight-time-float): Remove. Note it calculates
9832 the microsecond component incorrectly and seconds-to-time does the
9833 same job.
625897ec 9834 Remove redundant (require 'timer).
1f48f7d2 9835
c5b40130
LL
9836 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
9837 (ido-completions): Remove unused arguments. (Bug#8329)
9838
d86d2721
SM
98392011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
9840
9841 * minibuffer.el (completion--flush-all-sorted-completions):
9842 Remove itself from hook.
9843 (completion-at-point): Let the functions perform the completion
9844 immediately and return nil or t.
9845 * comint.el (comint-dynamic-complete-functions): Now identical to
9846 completion-at-point-functions.
9847 (comint-dynamic-list-input-ring): Remove unused var `index'.
9848 (comint--match-partial-filename, comint--unquote&expand-filename):
9849 New funs, split from comint-match-partial-filename.
9850 (comint-dynamic-complete): Use completion-at-point.
9851 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
9852
e8974c48
DA
98532011-03-24 Drew Adams <drew.adams@oracle.com>
9854
9855 * thingatpt.el: Support `defun'.
9856
def71b5e
LL
98572011-03-23 Leo Liu <sdl.web@gmail.com>
9858
cb5af48e
LL
9859 * abbrevlist.el: Move to obsolete/abbrevlist.el.
9860
def71b5e
LL
9861 * help-mode.el (help-mode-finish): Tweak regexp.
9862
927c53e7
GM
98632011-03-23 Glenn Morris <rgm@gnu.org>
9864
18d05bed
GM
9865 * eshell/esh-opt.el (eshell-eval-using-options):
9866 Do not bind unused local variable `eshell-option-stub'.
9867
927c53e7
GM
9868 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
9869
9d0da923
JB
98702011-03-22 Juanma Barranquero <lekktu@gmail.com>
9871
9872 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
9873 keymap variable in `with-no-warnings' to avoid a warning when the
9874 keymap has been already `defconst'ed.
9875
4b978a67
LL
98762011-03-22 Leo Liu <sdl.web@gmail.com>
9877
9878 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
9879 encode all chars in abbrevs; otherwise use emacs-mule or
9880 utf-8-emacs. (Bug#8308)
9881
5fd62452
JB
98822011-03-22 Juanma Barranquero <lekktu@gmail.com>
9883
0b1596c6
JB
9884 * simple.el (backward-delete-char-untabify):
9885 Avoid warning about using `delete-backward-char'.
9886
5fd62452
JB
9887 * image.el (image-type-file-name-regexps): Make it variable.
9888 `imagemagick-register-types' modifies it, and the user may want
9889 to add new extensions for known image types.
9890 (imagemagick-register-types): Throw error if not using ImageMagick.
9891
0b4e93f1
LL
98922011-03-22 Leo Liu <sdl.web@gmail.com>
9893
9894 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
9895 located before rcirc-prompt-end-marker.
9896 (rcirc-complete): Error if point is not after rcirc prompt.
9897 Handle the case when table is nil.
9882e214 9898 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 9899
fccee4ab
CY
99002011-03-22 Chong Yidong <cyd@stupidchicken.com>
9901
9902 * custom.el (custom--inhibit-theme-enable): Make it affect only
9903 custom-theme-set-variables and custom-theme-set-faces.
9904 (provide-theme): Ignore custom--inhibit-theme-enable.
9905 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
9906 (custom-enabling-themes): Delete variable.
d86d2721
SM
9907 (enable-theme): Accept only loaded themes as arguments.
9908 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
9909 (custom-enabled-themes): Forbid themes from setting this.
9910 Eliminate use of custom-enabling-themes.
9911 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 9912
af896da6
LL
99132011-03-21 Leo Liu <sdl.web@gmail.com>
9914
9915 * ido.el (ido-read-internal): Add ido-selected to history instead
9916 of user input.
9917
78f64af0
SM
99182011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
9919
9920 * subr.el (deferred-action-list, deferred-action-function):
9921 Mark obsolete.
9922
b16ac1ec
LL
99232011-03-21 Leo Liu <sdl.web@gmail.com>
9924
810f7698
LL
9925 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
9926 change on 2011-02-13 (bug#8309).
9927
b16ac1ec
LL
9928 * minibuffer.el (read-file-name-function): Change default value.
9929 (read-file-name--defaults): Rename from read-file-name-defaults.
9930 (read-file-name-default): Rename from read-file-name.
9931 (read-file-name): Call read-file-name-function.
9932
4e05e67e
GM
99332011-03-21 Glenn Morris <rgm@gnu.org>
9934
9935 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
9936 Doc fixes.
9937
4359915b
CY
99382011-03-21 Chong Yidong <cyd@stupidchicken.com>
9939
9940 * cus-theme.el: Add missing provide statement.
9941 (customize-create-theme): Extract theme value correctly.
9942 (custom-theme-visit-theme): Autoload.
9943 (customize-create-theme): Prompt before inserting default faces.
9944
1fe275ee
JB
99452011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
9946
9947 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
9948 units and musical notes.
9949
cd394be1 99502011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
9951
9952 * ido.el (ido-read-internal): Use completing-read-default.
9953 (ido-completing-read): Fix compatibility with completing-read.
9954
7d476bde
CO
99552011-03-20 Christian Ohler <ohler@gnu.org>
9956
9957 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
9958 (ert-delete-all-tests): Use `called-interactively-p' rather than
9959 `interactive-p'.
9960 (ert--make-xrefs-region): Respect END.
9961
fe0fb33e
CY
99622011-03-19 Chong Yidong <cyd@stupidchicken.com>
9963
ff854b0b
CY
9964 * dired-aux.el (dired-create-directory): Signal an error if the
9965 directory already exists (Bug#8246).
9966
fe0fb33e
CY
9967 * facemenu.el (list-colors-display): Call list-faces-display
9968 inside with-help-window.
9969 (list-colors-print): Use display property to align the final
9970 column, instead of checking window-width.
9971
576bce32
EZ
99722011-03-19 Eli Zaretskii <eliz@gnu.org>
9973
4d61f28d 9974 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
9975 windows-nt systems.
9976 (emerge-protect-metachars): Quote correctly for ms-dos and
9977 windows-nt systems.
9978
89c41d68 99792011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
9980
9981 * info.el (info-initialize): Replace all uses of `:' with
9982 path-separator for compatibility with non-Unix systems.
9983 Cache quoting of path-separator. (Bug#8258)
9984
b14e3e21 99852011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
9986
9987 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
9988 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
9989 (mouse-avoidance-mode): Fix typos in docstrings.
9990
4525ce3e
CY
99912011-03-19 Chong Yidong <cyd@stupidchicken.com>
9992
9993 * startup.el (package-subdirectory-regexp): Move from package.el.
9994 Omit \\` and \\', and let callers add them.
9995
9996 * emacs-lisp/package.el (package-strip-version)
9997 (package-load-all-descriptors): Add \\` and \\' to
9998 package-subdirectory-regexp before using it.
9999 (package-untar-buffer): New arg DIR; ensure that file untars only
10000 into this expected directory. Remove superfluous delete-region.
10001 (package-unpack): Caller changed.
10002 (package-tar-file-info): Use package-subdirectory-regexp.
10003
a904a09a 100042011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 10005
a904a09a
SM
10006 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
10007 diff-mode-shared-map (bug#8284).
10008 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
10009
100102011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10011
10012 * calendar/time-date.el (format-seconds): Use assoc instead of
10013 assoc-string, since assoc-string doesn't exist in XEmacs.
10014
171fc304
JB
100152011-03-17 Juanma Barranquero <lekktu@gmail.com>
10016
10017 * custom.el (custom-known-themes): Reflow docstring.
10018 (custom-theme-load-path): Fix typo in docstring.
10019 (load-theme): Fix typo in error message.
10020 (custom-available-themes, custom-variable-theme-value):
10021 Use `let', not `let*'.
10022
d71990a1
JB
100232011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
10024
10025 * calc/README: Mention inclusion of musical notes.
10026
10027 * calc/calc-units.el (calc-lu-quant): Rename from
10028 `calc-logunits-quantity'.
10029 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
10030 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
10031 (calc-db): Rename from `calc-dblevel'.
10032 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
10033 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
10034 (calc-np): Rename from `calc-nplevel'.
10035 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
10036 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
10037 (calc-lu-plus): Rename from `calc-logunits-add'.
10038 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
10039 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
10040 (calc-lu-minus): Rename from `calc-logunits-sub'.
10041 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
10042 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
10043 (calc-lu-times): Rename from `calc-logunits-mul'.
10044 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
10045 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
10046 (calc-lu-divide): Rename from `calc-logunits-div'.
10047 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
10048 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
10049
10050 * calc/calc-ext.el (calc-init-extensions): Update the names of the
10051 functions being autoloaded.
10052
10053 * calc/calc.el (calc-lu-power-reference): Rename from
10054 `calc-logunits-power-reference'.
10055 (calc-lu-field-reference): Rename from
10056 `calc-logunits-field-reference'.
10057
10058 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
10059
40c2934b
SM
100602011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
10061
10062 * minibuffer.el (completion-all-sorted-completions):
10063 Use :completion-cycle-penalty text property if present.
10064
b0911414
KM
100652011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
10066
10067 * allout.el (allout-yank-processing): Adjust for new rebulleting
10068 regime so bullet being yanked is used without prompting the user
10069 for a choice.
10070
8a05b668
JB
100712011-03-16 Juanma Barranquero <lekktu@gmail.com>
10072
10073 * startup.el (command-line): Warn the user that _emacs is deprecated.
10074
5ba5fb81
JB
100752011-03-16 Juanma Barranquero <lekktu@gmail.com>
10076
10077 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
10078 (delphi-verbose, delphi-comment-face, delphi-string-face)
10079 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
10080 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
10081 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
10082 (delphi-new-comment-line, delphi-font-lock-defaults)
10083 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
10084 Fix typos in docstrings.
10085
2dab465b
KM
100862011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
10087
5ba5fb81 10088 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
10089 Invert the roles of character and string values for INSTEAD, so a
10090 string is used for the more common case of a defaulting prompt.
10091
0adf5618
SM
100922011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
10093
10094 * progmodes/ruby-mode.el (ruby-backward-sexp):
10095 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
10096 * play/gamegrid.el (gamegrid-make-face):
10097 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
10098 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
10099 * notifications.el (notifications-notify):
10100 * net/xesam.el (xesam-search-engines):
10101 * net/quickurl.el (quickurl-list-insert):
10102 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
10103
d72700e5
CY
101042011-03-15 Chong Yidong <cyd@stupidchicken.com>
10105
10106 * startup.el (command-line): Update package subdirectory regexp.
10107
49c5410a
SM
101082011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
10109
c6eee9aa
SM
10110 * allout.el (allout-abbreviate-flattened-numbering)
10111 (allout-mode-deactivate-hook): Fix up obsolescence "date".
10112
49c5410a
SM
10113 * subr.el (read-char-choice): Only show the cursor after the prompt,
10114 not after the answer.
10115
047b2bb9
KR
101162011-03-15 Kevin Ryde <user42@zip.com.au>
10117
10118 * help-fns.el (variable-at-point): Skip leading quotes, if any
10119 (bug#8253).
10120
0a57d256
SM
101212011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
10122
10123 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
10124 warning message.
10125
77c992bc
MA
101262011-03-14 Michael Albinus <michael.albinus@gmx.de>
10127
10128 * shell.el (shell): When called interactively, offer to change the
10129 shell file name on remote hosts.
10130
eebc475d
TZ
101312011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
10132
10133 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
10134 integration for LDAP parameters. The host, base, user or binddn,
10135 and secret tokens can be specified in a netrc file, for instance.
10136 This is optional because an `auth-source' parameter must be
10137 specified in the search attributes.
10138
9d05d1ba
JB
101392011-03-13 Juanma Barranquero <lekktu@gmail.com>
10140
10141 * help.el (describe-mode): Link to the mode's definition (bug#8185).
10142
09d9db2c
GM
101432011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10144
10145 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
10146 into declaration. Remove redundant and harmful binding.
10147
101482011-03-12 Eli Zaretskii <eliz@gnu.org>
10149
10150 * files.el (file-ownership-preserved-p): Pass `integer' as an
10151 explicit 2nd argument to `file-attributes'. If the file's owner
10152 is the Administrators group on Windows, and the current user is
10153 Administrator, consider that a match.
10154
10155 * server.el (server-ensure-safe-dir): Consider server directory
10156 safe on MS-Windows if its owner is the Administrators group while
10157 the current Emacs user is Administrator. Use `=' to compare
10158 numerical UIDs, since they could be integers or floats.
10159
219bd536
JB
101602011-03-12 Juanma Barranquero <lekktu@gmail.com>
10161
10162 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
10163
f3afd36b
MA
101642011-03-12 Michael Albinus <michael.albinus@gmx.de>
10165
10166 Sync with Tramp 2.2.1.
10167
10168 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
10169
10170 * net/trampver.el: Update release number.
10171
3aaaa6f1
SM
101722011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10173
94642599
SM
10174 * progmodes/compile.el (compilation--previous-directory): Fix up
10175 various nil/dead-marker mismatches (bug#8014).
10176 (compilation-directory-properties, compilation-error-properties):
10177 Don't call it at a position past the one we're about to change.
10178
3aaaa6f1
SM
10179 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
10180 Disable obsolescence warnings in the file that declares it.
10181
14239447
KM
101822011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
10183
099c39a4
JB
10184 * allout-widgets.el (allout-widgets-tally):
10185 Initialize allout-widgets-tally as a hash table rather than nil to
10186 prevent mode-line redisplay warnings. Also, clarify the module
10187 description and fix a comment typo.
14239447 10188
135e287c
JB
101892011-03-11 Juanma Barranquero <lekktu@gmail.com>
10190
10191 * help-fns.el (describe-variable): Don't complete keywords.
10192 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
10193
ffbf300e
CY
101942011-03-10 Chong Yidong <cyd@stupidchicken.com>
10195
ba08b241
CY
10196 * emacs-lisp/package.el (package-version-join): Impose a standard
10197 string representation for pre/alpha/beta version lists.
10198 (package-unpack-single): Standardize the directory name by passing
10199 it through package-version-join.
10200 (package-strip-rcs-id): Accept any version string that does not
10201 signal an error in version-to-list.
ffbf300e 10202
f346fd6b
MA
102032011-03-10 Michael Albinus <michael.albinus@gmx.de>
10204
10205 * simple.el (delete-trailing-whitespace): Return nil for the
10206 benefit of `write-file-functions'.
10207
ccb55d27
GM
102082011-03-10 Glenn Morris <rgm@gnu.org>
10209
5ceaac0c
GM
10210 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
10211
02da65ff
GM
10212 * vc/vc-git.el (vc-git-program): New option.
10213 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
10214 (vc-git--call): Use it.
10215
b2f603cc
GM
10216 * eshell/esh-util.el (eshell-condition-case): Doc fix.
10217
5772caab
GM
10218 * cus-edit.el (Custom-newline): If no button at point, look
10219 for a subgroup button at start-of-line. (Bug#2298)
10220
ccb55d27
GM
10221 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
10222
ec6ecaed
JD
102232011-03-10 Julien Danjou <julien@danjou.info>
10224
10225 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
10226 `cursor-type' is nil.
10227
9d5aa01d
JB
102282011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
10229
10230 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
10231
b6a5875b
KM
102322011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
10233
10234 * allout.el Summary: Change so yank of distinctive-bullet items
10235 preserves the existing header prefix, rebulleting it if necessary,
10236 rather than replacing it. This is necessary for proper operation
10237 of cooperative addons like allout-widgets.
1154d12e
JB
10238 (allout-make-topic-prefix, allout-rebullet-heading):
10239 Change SOLICIT arg to INSTEAD, and interpret additionally a string
10240 value as alternate bullet to be used, instead of prompting the user
10241 for a bullet character.
b6a5875b 10242
ee545c35
MA
102432011-03-09 Michael Albinus <michael.albinus@gmx.de>
10244
d86d2721
SM
10245 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
10246 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
10247 `tramp-default-port'.
10248
c47971d7
DD
102492011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
10250
10251 * net/rcirc.el (rcirc-handler-001): Remove useless
10252 with-rcirc-process-buffer.
10253 (rcirc-check-auth-status): Swap arguments to string-match.
10254
13522cb4
GM
102552011-03-09 Glenn Morris <rgm@gnu.org>
10256
0be6f4f1
GM
10257 * shell.el (shell-mode):
10258 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
10259
13522cb4
GM
10260 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
10261 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
10262
515de2e3
CY
102632011-03-08 Chong Yidong <cyd@stupidchicken.com>
10264
10265 * emacs-lisp/package.el (package-refresh-contents)
10266 (package-menu-execute): Use condition-case-no-debug.
10267
b511b994
MA
102682011-03-08 Michael Albinus <michael.albinus@gmx.de>
10269
10270 * simple.el (shell-command-to-string): Use `process-file'.
10271
10272 * emacs-lisp/package.el (package-tar-file-info): Handle also
10273 remote files.
10274
d86d2721
SM
10275 * emacs-lisp/package-x.el (package-upload-buffer-internal):
10276 Use `equal' for upload base check.
b511b994 10277
25bbfb31
AM
102782011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
10279
10280 * textmodes/texinfo.el (texinfo-environments):
10281 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
10282
be996521
GM
102832011-03-08 Glenn Morris <rgm@gnu.org>
10284
e9c8529f
GM
10285 * cus-start.el (cursor-in-non-selected-windows):
10286 Fix :set quoting oddness. (Bug#8192)
10287
be996521
GM
10288 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
10289 in some setf expressions. (Bug#2159)
10290
2bb5649e
CY
102912011-03-08 Chong Yidong <cyd@stupidchicken.com>
10292
10293 * custom.el (custom-available-themes): Return themes in
10294 alphabetical order.
10295
33383987 10296See ChangeLog.15 for earlier changes.
e3d51b27
MR
10297
10298;; Local Variables:
10299;; coding: utf-8
e3d51b27
MR
10300;; End:
10301
acaf905b 10302 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
10303
10304 This file is part of GNU Emacs.
10305
10306 GNU Emacs is free software: you can redistribute it and/or modify
10307 it under the terms of the GNU General Public License as published by
10308 the Free Software Foundation, either version 3 of the License, or
10309 (at your option) any later version.
10310
10311 GNU Emacs is distributed in the hope that it will be useful,
10312 but WITHOUT ANY WARRANTY; without even the implied warranty of
10313 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10314 GNU General Public License for more details.
10315
10316 You should have received a copy of the GNU General Public License
10317 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.