Small define-minor-mode fix for variable: keyword.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
47893581
JB
12012-01-31 Juanma Barranquero <lekktu@gmail.com>
2
3 * progmodes/cwarn.el (cwarn): Remove dead link.
4 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
5 Remove * from defcustom docstrings.
6 (turn-on-cwarn-mode): Make obsolete.
7 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
8 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
9
e58e988a
GM
102012-01-31 Glenn Morris <rgm@gnu.org>
11
6c9b47ae
GM
12 * emacs-lisp/easy-mmode.el (define-minor-mode):
13 Fix :variable handling of mode a symbol not equal to modefun.
14 Allow named functions to be used as the cdr of variable:.
e58e988a 15
7a3f511d
GM
162012-01-30 Glenn Morris <rgm@gnu.org>
17
18 * emacs-lisp/authors.el (authors-fixed-entries):
19 Remove reference to deleted file rnewspost.el.
20
cb882333
JB
212012-01-29 Juanma Barranquero <lekktu@gmail.com>
22
23 * window.el (window-with-parameter): Remove unused variable `windows'.
24 (window--side-check): Remove unused variable `code'.
25 (window--resize-siblings): Remove unused variable `first'.
26 (adjust-window-trailing-edge): Remove unused variable `failed'.
27 (window-deletable-p, window--delete): Remove unused variable `buffer'.
28 Use `let', not `let*'.
29 (balance-windows-2): Remove unused variable `found'.
30 (window--state-put-2): Remove unused variable `splits'.
31 (window-state-put): Remove unused variable `selected'.
32 (same-window-p): Use `string-match-p'.
33 (display-buffer-assq-regexp): Remove unused variable `value'.
34 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
35 Mark argument ALIST as ignored.
36 (pop-to-buffer): Remove unused variable `old-window'.
37
907201af
EZ
382012-01-29 Eli Zaretskii <eliz@gnu.org>
39
40 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
41 and .lzma compressed files.
42
ea162670
CY
432012-01-29 Chong Yidong <cyd@gnu.org>
44
5b95ee8a
CY
45 * frame.el (window-system-default-frame-alist): Doc fix.
46
ea162670
CY
47 * dynamic-setting.el (font-setting-change-default-font): Don't
48 change the default face if SET-FONT argument is non-nil (Bug#9982).
49
d6e6f4b1
SB
502012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
51
52 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
53
0f29fa41 542012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
55
56 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
57 breakpoints in files outside current directory (Bug#6098).
58
db174434
CY
592012-01-29 Chong Yidong <cyd@gnu.org>
60
6b25e4e2
SE
61 * progmodes/python.el: Require ansi-color at top-level.
62
db174434
CY
63 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table): Define
64 and use in Emacs Lisp mode (Bug#9360).
65 (lisp-mode-abbrev-table): Add doc.
66 (lisp-mode-variables): Don't set local-abbrev-table.
67 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
68
e70ee681
RW
692012-01-28 Roland Winkler <winkler@gnu.org>
70
71 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
72
ace88aa2
RW
732012-01-28 Roland Winkler <winkler@gnu.org>
74
75 * textmodes/bibtex.el (bibtex-entry-alist): New function.
76 (bibtex-set-dialect): Use it. Either set global values of
77 dialect-dependent variables or bind these variables buffer-locally
78 (Bug#10254).
79 (bibtex-mode): Call bibtex-set-dialect via
80 hack-local-variables-hook.
81 (bibtex-dialect): Update docstring. Add
82 safe-local-variable predicate.
83 (bibtex-entry-alist, bibtex-field-alist): Initialize via
84 bibtex-set-dialect.
85 (bibtex-mode-map): Define menu for each dialect.
86 (bibtex-entry): Fix docstring.
87
93376c5b
CY
882012-01-28 Chong Yidong <cyd@gnu.org>
89
90 * eshell/esh-arg.el (eshell-quote-argument): New function.
91
92 * eshell/esh-ext.el (eshell-invoke-batch-file):
93 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
94 first arg to eshell-parse-command (Bug#10523).
95
4372494f
DA
962012-01-28 Drew Adams <drew.adams@oracle.com>
97
98 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
99 `default-directory' is non-nil.
100
4d4ec1f8
EZ
1012012-01-28 Eli Zaretskii <eliz@gnu.org>
102
103 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
104 line that displays system-configuration-options. (Bug#9924)
105
7c188927
DA
1062012-01-28 Drew Adams <drew.adams@oracle.com>
107
108 * descr-text.el (describe-char): Show information about POS, in
109 addition to information about the character at POS. Improve and
110 update the doc string. Change "code point" to "code point in
111 charset", to avoid confusion with the character's Unicode code
112 point shown above that. (Bug#10129)
113
e0da685a
EZ
1142012-01-28 Eli Zaretskii <eliz@gnu.org>
115
116 * descr-text.el (describe-char): Show the raw character, not only
117 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
118 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
119 for the reasons.
120
70550acf
PH
1212012-01-28 Phil Hagelberg <phil@hagelb.org>
122
123 * emacs-lisp/package.el (package-install): Run
80ed5304 124 package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 125
0ce8e868
CY
1262012-01-28 Chong Yidong <cyd@gnu.org>
127
cb882333
JB
128 * emacs-lisp/package.el (package-maybe-load-descriptor):
129 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
130 (package-maybe-load-descriptor): Use it.
131 (package-download-transaction): Fully load required packages
132 inside the loop, so that `require' calls work (Bug#10593).
133 (package-install): No need to call package-initialize now.
134
2e7f3bea
CY
1352012-01-28 Chong Yidong <cyd@gnu.org>
136
6e9bad14
CY
137 * simple.el (deactivate-mark): Doc fix (Bug#8614).
138
f823b8ca
CY
139 * tooltip.el (tooltip-mode): Doc fix.
140 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
141
2680c309
CY
142 * frame.el (set-cursor-color): Doc fix (Bug#352).
143
d7a9e63b
CY
144 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
145 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
146
2e7f3bea
CY
147 * cus-edit.el (custom-buffer-create-internal): Fix search button
148 action (Bug#10542).
2ae01800 149 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 150
fc4f7a23
EW
1512012-01-27 Eduard Wiebe <usenet@pusto.de>
152
153 * dired.el (dired-mark-files-regexp):
154 Include any subdirectory components. (Bug#10445)
155
7dd37071
ML
1562012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
157
158 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
159 Handle [host]:port syntax. (Bug#10533)
160
a268160b
AH
1612012-01-27 Alex Harsanyi <harsanyi@mac.com>
162
163 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
164
e43273ef
GM
1652012-01-26 Glenn Morris <rgm@gnu.org>
166
167 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
168 * term.el (term-raw-escape-map): Use Control-X-prefix.
169 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
170
1edf595d
MR
1712012-01-25 Martin Rudalics <rudalics@gmx.at>
172
173 * window.el (window-state-get, window--state-get-1): Don't deal
174 with fixed-sizeness of windows. Simplify code.
175
fa8eafef
JC
1762012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
177
178 * window.el (window--state-get-1, window--state-put-2): Don't
179 save and restore the mark.
180
0b21c100
CY
1812012-01-25 Chong Yidong <cyd@gnu.org>
182
183 * custom.el (custom-variable-p): Doc fix.
184
5ae1a6c8
GM
1852012-01-25 Glenn Morris <rgm@gnu.org>
186
40047858
GM
187 * dired.el (dired-goto-file): Handle some of the more common
188 characters that `ls -b' escapes. (Bug#10596)
189
5ddce96c
GM
190 * progmodes/compile.el (compilation-next-error-function):
191 Respect compilation-first-column in the "*compilation*" buffer.
192 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
193
5ae1a6c8
GM
194 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
195
b559f1a9
GM
1962012-01-24 Glenn Morris <rgm@gnu.org>
197
198 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
199
6725d21a
JD
2002012-01-24 Julien Danjou <julien@danjou.info>
201
202 * color.el (color-rgb-to-hsl): Fix value computing.
203 (color-hue-to-rgb): New function.
204 (color-hsl-to-rgb): New function.
205 (color-clamp, color-saturate-hsl, color-saturate-name)
206 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
207 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
208
70df4bbe
GM
2092012-01-24 Glenn Morris <rgm@gnu.org>
210
211 * vc/vc-rcs.el (vc-rcs-create-tag):
212 * vc/vc-sccs.el (vc-sccs-create-tag):
213 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
214
802a2ae2
ML
2152012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
216
217 * eshell/esh-util.el (eshell-read-hosts-file):
218 Skip comment lines. (Bug#10549)
219
d7128bb1
ML
220 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
221
d1a5c3b4
JB
2222012-01-23 Juanma Barranquero <lekktu@gmail.com>
223
2724d9c7
JB
224 * subr.el (display-delayed-warnings): Doc fix.
225 (collapse-delayed-warnings): New function to collapse identical
226 adjacent warnings.
227 (delayed-warnings-hook): Add it.
d1a5c3b4 228
a5509865
MA
2292012-01-22 Michael Albinus <michael.albinus@gmx.de>
230
231 * net/tramp.el (tramp-action-login): Set connection property "login-as".
232
233 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
234 properties, when "login-as" is set.
235
236 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
237 (tramp-default-user-alist): Don't add "pscp".
238 (tramp-do-copy-or-rename-file-out-of-band): Use connection
239 property "login-as", if set. (Bug#10530)
240
cc6d5805
MA
2412012-01-21 Michael Albinus <michael.albinus@gmx.de>
242
243 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
244 "plink1" and "psftp". (Bug#10530)
245
2462012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
247
248 * international/mule-cmds.el (prefer-coding-system): Show a
249 warning message if the default value of file-name-coding-system
250 was not changed.
251
f0960428
JC
2522012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
253
cb882333
JB
254 * windmove.el (windmove-reference-loc):
255 Fix windmove-reference-loc miscalculation.
f0960428 256
dd6f2a63
JB
2572012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
258
259 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
260 default unit.
261
7b447e9b
GM
2622012-01-21 Glenn Morris <rgm@gnu.org>
263
117a9ea1
GM
264 * international/mule.el (auto-coding-alist): Add .tbz.
265
7b447e9b
GM
266 * files.el (local-enable-local-variables): Doc fix.
267 (inhibit-local-variables-regexps): Rename from
268 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
269 Doc fix. Add some extensions from auto-coding-alist.
270 (inhibit-local-variables-suffixes):
271 Rename from inhibit-first-line-modes-suffixes. Doc fix.
272 (inhibit-local-variables-p):
273 New function, extracted from set-auto-mode-1.
274 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
275 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
276 (hack-local-variables): Doc fix. Make the mode-only case
277 respect enable-local-variables and friends.
278 Respect inhibit-local-variables-regexps for file-locals, but
279 not for directory-locals.
280 (set-visited-file-name):
281 Take account of inhibit-local-variables-regexps.
282 Whether it applies may change as the file name is changed.
283 * jka-cmpr-hook.el (jka-compr-install):
284 * jka-compr.el (jka-compr-uninstall):
285 Update for inhibit-first-line-modes-suffixes name change.
286
dd6e3cdd
MR
2872012-01-20 Martin Rudalics <rudalics@gmx.at>
288
289 * help-macro.el (make-help-screen): Temporarily restore original
290 binding for minor-mode-map-alist (Bug#10454).
291
0d0deb38
JD
2922012-01-19 Julien Danjou <julien@danjou.info>
293
294 * color.el (color-name-to-rgb): Use the white color to find the max
295 color component value and return correctly computed values.
296 (color-name-to-rgb): Add missing float conversion for max value.
297
34a02f46
MR
2982012-01-19 Martin Rudalics <rudalics@gmx.at>
299
300 * window.el (window--state-get-1, window-state-get): Do not use
301 special state value for window-persistent-parameters. Rename
302 argument IGNORE to WRITABLE. Rewrite doc-string.
303 (window--state-put-2): Reset all window parameters to nil before
304 assigning values of persistent parameters.
305
606c44c4
AM
3062012-01-18 Alan Mackenzie <acm@muc.de>
307
308 Eliminate sluggishness and hangs in fontification of "semicolon
309 deserts".
310
cb882333
JB
311 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
312 Change value 10000 -> 3000.
606c44c4
AM
313 (c-state-safe-place): Reformulate so it doesn't stack up an
314 infinite number of wrong entries in c-state-nonlit-pos-cache.
315 (c-determine-limit-get-base, c-determine-limit): New functions to
316 determine backward search limits disregarding literals.
317 (c-find-decl-spots): Amend commenting.
318 (c-cheap-inside-bracelist-p): New function which detects "={".
319
320 * progmodes/cc-fonts.el
321 (c-make-font-lock-BO-decl-search-function): Give a limit to a
322 backward search.
323 (c-font-lock-declarations): Fix an occurrence of point being
324 undefined. Check additionally for point being in a bracelist or
325 near a macro invocation without a semicolon so as to avoid a
326 fruitless time consuming search for a declarator. Give a more
327 precise search limit for declarators using the new
328 c-determine-limit.
329
f3860cea
GM
3302012-01-18 Glenn Morris <rgm@gnu.org>
331
332 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
333 (set-auto-mode): Doc fixes.
334
1db03b16
GM
3352012-01-17 Glenn Morris <rgm@gnu.org>
336
0e6038be
GM
337 * isearch.el (search-nonincremental-instead): Fix doc typo.
338
1db03b16
GM
339 * dired.el (dired-insert-directory): Handle newlines in directory name.
340 (dired-build-subdir-alist): Unescape newlines in directory name.
341
4cb0aa75
MA
3422012-01-17 Michael Albinus <michael.albinus@gmx.de>
343
344 * net/tramp.el (tramp-local-end-of-line): New defcustom.
345 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
346 (tramp-action-terminal): Use it. (Bug#10530)
347
1d00653d
SM
3482012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
349
350 * minibuffer.el (completion--replace): Strip properties (bug#10062).
351
6a6ee00d
MR
3522012-01-16 Martin Rudalics <rudalics@gmx.at>
353
354 * window.el (window-state-ignored-parameters): Remove variable.
355 (window--state-get-1): Rename argument MARKERS to IGNORE.
356 Handle persistent window parameters. Make copy of clone-of
357 parameter only if requested. (Bug#10348)
358 (window--state-put-2): Install a window parameter only if it has
359 a non-nil value or an existing parameter shall be overwritten.
360
97912def
MA
3612012-01-15 Michael Albinus <michael.albinus@gmx.de>
362
363 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
364
688070a5
EZ
3652012-01-14 Eli Zaretskii <eliz@gnu.org>
366
367 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
368 don't pass the (nil) value of `upnode' to string-match.
369
301afadc
CY
3702012-01-14 Chong Yidong <cyd@gnu.org>
371
372 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 373 Fix values recognized by the cursorBlink resource.
301afadc 374
9e5788aa
PE
3752012-01-14 Paul Eggert <eggert@cs.ucla.edu>
376
377 * epg.el (epg--make-temp-file): Avoid permission race condition
378 when running on old Emacs versions (bug#10403).
379
3cdb7f5a
GM
3802012-01-14 Glenn Morris <rgm@gnu.org>
381
382 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
383
8c82b1b4
AM
3842012-01-13 Alan Mackenzie <acm@muc.de>
385
386 Fix filling for when filladapt mode is enabled.
387
388 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
389 c-mask-paragraph, pass in `fill-paragraph' rather than
390 `fill-region-as-paragraph'. (This is a reversion of a previous
391 change.)
392 * progmodes/cc-mode.el (c-basic-common-init): Make
393 fill-paragraph-handle-comment buffer local and set it to nil.
394
e517eda4
GM
3952012-01-13 Glenn Morris <rgm@gnu.org>
396
1498536e
GM
397 * dired.el (dired-switches-escape-p): New function.
398 (dired-insert-directory): Use dired-switches-escape-p.
399 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
400
e517eda4
GM
401 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
402
328f984d
GM
4032012-01-12 Glenn Morris <rgm@gnu.org>
404
405 * mail/sendmail.el (mail-mode): Update paragraph-separate for
406 changes in adaptive-fill-regexp. (Bug#10276)
407
2cc769a8
AM
4082012-01-11 Alan Mackenzie <acm@muc.de>
409
410 Fix Emacs bug #10463 - put `widen's around the critical spots.
411
1d00653d 412 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
413 widen around each invocation of c-state-pp-to-literal. Remove an
414 unused let variable.
415
e52c37fa
GM
4162012-01-11 Glenn Morris <rgm@gnu.org>
417
418 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 419 Doc fix.
e52c37fa 420
96f8741e
CY
4212012-01-10 Chong Yidong <cyd@gnu.org>
422
1d00653d
SM
423 * net/network-stream.el (network-stream-open-starttls):
424 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
425 response to the capability command.
426
b09a806e
GM
4272012-01-10 Glenn Morris <rgm@gnu.org>
428
429 * mail/unrmail.el (unrmail): Tweak previous change.
430
7655cb66
CY
4312012-01-09 Chong Yidong <cyd@gnu.org>
432
433 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
434
9d5a8f0b
AM
4352012-01-08 Alan Mackenzie <acm@muc.de>
436
437 Optimise font locking in long enum definitions.
438
439 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
440 arm to a cond form to handle enums.
441 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
442 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
443
9a0115ab 4442012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
445
446 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 447 (Bug#10401)
6bb72cbd 448
f186bb95
LMI
4492012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
450
29232a68
LMI
451 * faces.el (set-face-attribute): Clarify the meaning of the nil
452 frame (bug#10294).
453
4e5d086d
LMI
454 * subr.el (with-selected-frame): Mention that the selected frame
455 is restored (bug#9980).
456
8e66aebe
LMI
457 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
458 (bug#9759).
459
cd394be1 460 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
461 (password-read): Don't autoload unused function.
462
adf4e762
JB
4632012-01-07 Juanma Barranquero <lekktu@gmail.com>
464
465 * progmodes/which-func.el (which-func-mode): Turn into a
466 non-interactive function and mark as obsolete (bug#10428).
467
89bd9ccd
CY
4682012-01-06 Chong Yidong <cyd@gnu.org>
469
470 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
471 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
472 functions, along with 1 and -1.
473
4afee9d5
EZ
4742012-01-06 Eli Zaretskii <eliz@gnu.org>
475
476 * time.el (display-time-load-average)
477 (display-time-default-load-average): Doc fixes. See the thread
478 starting at
479 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
480 for the details.
481
536aea70
GM
4822012-01-06 Glenn Morris <rgm@gnu.org>
483
665ae865
GM
484 * mail/unrmail.el (unrmail): Give an explicit error if the input file
485 has no messages. (Bug#10377)
486
c869783d
GM
487 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
488 than Info-edit. (Bug#10385)
489
2bb4227e
GM
490 * time.el (display-time-load-average, display-time-next-load-average):
491 Doc fixes.
492
7d5944b9
GM
493 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
494 local setting of buffer-read-only to the input buffer. (Bug#10419)
495
536aea70
GM
496 * calendar/calendar.el (calendar-mode):
497 Locally set scroll-margin to 0. (Bug#10379)
498
7dccca16
UM
4992012-01-06 Ulrich Mueller <ulm@gentoo.org>
500
501 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
502
afbb7930
GM
5032012-01-05 Glenn Morris <rgm@gnu.org>
504
505 * eshell/em-unix.el (diff-no-select): Autoload it.
506 (eshell/diff): Use diff-no-select. (Bug#10420)
507
04482335
CY
5082012-01-05 Chong Yidong <cyd@gnu.org>
509
7baca3bc
CY
510 * shell.el (shell-dynamic-complete-functions): Revert last change.
511 (shell-command-completion-function): New function.
512 (shell-completion-vars): Use it to implement
513 shell-completion-execonly (Bug#10417).
514
04482335
CY
515 * custom.el (enable-theme): Don't set custom-safe-themes.
516
1d00653d
SM
517 * cus-theme.el (custom-theme-merge-theme):
518 Ignore custom-enabled-themes and custom-safe-themes.
04482335 519
bb5aa5d6
MM
5202012-01-05 Michael R. Mauger <mmaug@yahoo.com>
521
522 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
523 first prompt in `sql-interacive-mode'.
524 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 525 keywords.
bb5aa5d6
MM
526 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
527 (sql-product-interactive): Bug fix: Set `sql-buffer' in
528 context of original buffer. Invoke `sql-login-hook'.
529
a7183d7c
EZ
5302012-01-04 Eli Zaretskii <eliz@gnu.org>
531
532 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
533 letters in cite-prefix.
534
a1eacd1e
LMI
5352012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
536
537 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
538
787cdb34
CY
5392012-01-03 Chong Yidong <cyd@gnu.org>
540
1d00653d
SM
541 * shell.el (shell-dynamic-complete-functions):
542 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
543 comint-filename-completion first (Bug#10417).
544
30710442
RS
5452012-01-02 Richard Stallman <rms@gnu.org>
546
547 * battery.el (battery-status-function):
548 Detect when to use battery-yeeloong-sysfs.
549 (battery-echo-area-format): Add string for Yeeloong.
550 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
551 (battery-yeeloong-sysfs): New function.
552
f75bfc33
CY
5532012-01-02 Chong Yidong <cyd@gnu.org>
554
555 * dirtrack.el (dirtrack-list): Eliminate unused third element.
556 (dirtrack): Merge code for handling relative filenames in prompt
557 from shell-dir-cookie-watcher.
558 (dirtrack-debug-message): New arg to avoid excess format calls.
559
560 * shell.el (shell-dir-cookie-re): Variable deleted.
561 (shell-dir-cookie-watcher): Function deleted.
562 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
563 with dirtrack-mode.
564
651e947e
EZ
5652012-01-01 Eli Zaretskii <eliz@gnu.org>
566
1d00653d
SM
567 * term/w32-win.el (dynamic-library-alist) <gnutls>:
568 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
569 libgnutls-26.dll.
570
94d4c7dc
AS
5712011-12-31 Andreas Schwab <schwab@linux-m68k.org>
572
573 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
574
8d43f3cd
EZ
5752011-12-31 Eli Zaretskii <eliz@gnu.org>
576
577 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
578 headers of non-MIME messages, when rmail-enable-mime is non-nil.
579
98c8795a
MA
5802011-12-29 Michael Albinus <michael.albinus@gmx.de>
581
582 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
583 also for alternative shells.
584 (tramp-open-connection-setup-interactive-shell): Check, whether
585 the shell is a busybox.
586 (tramp-send-command): Don't suppress multiple prompts for
587 busyboxes, it hurts.
588
51281b32
CY
5892011-12-28 Chong Yidong <cyd@gnu.org>
590
591 * progmodes/gdb-mi.el (gdb-get-source-file-list)
592 (gdb-get-source-file): Move mode line update to
593 gdb-get-source-file (Bug#10087).
594
2170cb53
CY
5952011-12-25 Chong Yidong <cyd@gnu.org>
596
597 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
598 gud-gdb-marker-filter without taking it as an argument.
599 (gud-gdb-run-command-fetch-lines): Caller changed.
600 (gud-gdb-completion-function): New variable.
601 (gud-gdb-completion-at-point): Use it.
602 (gud-gdb-completions-1): Split from gud-gdb-completions.
603
604 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
605 function as separate arguments.
606 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
607 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
608 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
609 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
610 (gdb-stopped, def-gdb-auto-update-trigger)
611 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
612 (gdb-get-changed-registers, gdb-get-main-selected-frame):
613 Callers changed.
2170cb53
CY
614 (gud-gdbmi-completions): New function.
615 (gdb): Use it for generating the completion table.
616
be8b11bb
AM
6172011-12-24 Alan Mackenzie <acm@muc.de>
618
619 Introduce a mechanism to widen the region used in context font
1d00653d 620 locking. Use this to protect declarations from losing their contexts.
be8b11bb 621
1d00653d
SM
622 * progmodes/cc-langs.el (c-before-font-lock-functions):
623 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 624 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
625 functions to be run just before context (etc.) font locking.
626
627 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 628 New, functionality extracted from
be8b11bb 629 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 630 (c-in-after-change-fontification): New variable.
be8b11bb
AM
631 (c-after-change): Set c-in-after-change-fontification.
632 (c-set-fl-decl-start): Rejig its interface, so it can be called
633 from both after-change and context fontifying.
b81d40f0
JB
634 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
635 New functions.
636 (c-standard-font-lock-fontify-region-function): New variable.
637 (c-font-lock-fontify-region): New function.
be8b11bb 638
341cf6ac
JL
6392011-12-24 Juri Linkov <juri@jurta.org>
640
641 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
642 (Bug#10348)
643
bffcee0a
MA
6442011-12-23 Michael Albinus <michael.albinus@gmx.de>
645
646 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
647 existence of source file. (Bug#10325)
648
cb5e207c
AM
6492011-12-23 Alan Mackenzie <acm@muc.de>
650
651 Fix unstable fontification inside templates.
652
b81d40f0
JB
653 * progmodes/cc-langs.el (c-before-font-lock-functions):
654 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
655 additionally has c-set-fl-decl-start. The other languages (apart
656 from AWK) have that as a single entry.
657
b81d40f0
JB
658 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
659 The functionality for "local" declarations has been extracted to
cb5e207c
AM
660 c-set-fl-decl-start.
661
b81d40f0
JB
662 * progmodes/cc-mode.el (c-common-init, c-after-change):
663 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
664 (c-set-fl-decl-start): New function, extracted from
665 c-font-lock-enclosing-decls and enhanced.
666
60ff536c
JB
6672011-12-23 Juanma Barranquero <lekktu@gmail.com>
668
669 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
670
1c4757d6
JL
6712011-12-22 Juri Linkov <juri@jurta.org>
672
673 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
674
d031f2c7
CY
6752011-12-22 Chong Yidong <cyd@gnu.org>
676
677 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
678
bace743a
DA
6792011-12-21 Drew Adams <drew.adams@oracle.com>
680
681 * files.el (file-remote-p): Fix docstring. (Bug#10319)
682
728a1f2b
JC
6832011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
684
685 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
686
0d373f73
TZ
6872011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
688
fec0aaa4
TZ
689 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
690 highlighting and support. Fix up comments for capitalization.
691 (cfengine-mode-debug): New var.
692 (cfengine3-mode): Change the modeline indicator to "CFE3".
693 (cfengine3-font-lock-keywords): Improve defun highlighting.
694 (cfengine2-actions): Rename from `cfengine-actions'.
695 (cfengine2-font-lock-keywords): Rename from
696 `cfengine-font-lock-keywords'.
697 (cfengine2-imenu-expression): Rename from
698 `cfengine-imenu-expression'.
699 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
700 (cfengine2-beginning-of-defun): Rename from
701 `cfengine-beginning-of-defun'.
702 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
703 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
704 (cfengine2-mode): Rename from `cfengine-mode'. Change the
705 modeline indicator to "CFE2".
706 (cfengine-mode): Defalias to `cfengine-auto-mode'.
707 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 708
bc86f573
CY
7092011-12-21 Chong Yidong <cyd@gnu.org>
710
711 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
712 filename argument.
713
d45ba96b
MR
7142011-12-20 Martin Rudalics <rudalics@gmx.at>
715
716 * window.el (window-normalize-buffer-to-display): Remove.
717 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
718
a6198c90
CY
7192011-12-19 Chong Yidong <cyd@gnu.org>
720
721 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
722 Don't signal an error in a predicate function; return non-nil.
723 (vc-dir-mark-file): Move the error here.
724 (vc-dir-mark-unmark): If acting on the region, keep going if one
725 of the entries cannot be marked/unmarked.
726 (vc-dir-mark-all-files): If current entry is a directory, mark
727 only child files, as documented.
728
34c5fb55
VB
7292011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
730
731 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
732 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
733 addition.
734
c803b2b7
JD
7352011-12-18 Jan Djärv <jan.h.d@swipnet.se>
736
737 * term/ns-win.el (ns-get-selection-internal)
738 (ns-store-selection-internal): Declare.
1154d12e
JB
739 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
740 Declare as obsolete.
741 (ns-get-pasteboard, ns-paste-secondary):
742 Use ns-get-selection-internal.
743 (ns-set-pasteboard, ns-copy-including-secondary):
744 Use ns-store-selection-internal.
c803b2b7 745
9cff91f8 7462011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
747
748 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 749 (vc-deduce-fileset): Doc fix.
99a289d9 750
f16c898a
AS
7512011-12-16 Andreas Schwab <schwab@linux-m68k.org>
752
753 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
754
763237c4
SS
7552011-12-13 Sam Steingold <sds@gnu.org>
756
757 * man.el (Man-getpage-in-background): When running under a
758 window-system, ignore $MANWIDTH and $COLUMNS.
759
5fc1c122
KH
7602011-12-15 Kenichi Handa <handa@m17n.org>
761
762 * language/ethio-util.el: Change coding tag to utf-8-emacs.
763 (setup-ethiopic-environment-internal): Comment out key-binding for
764 ethio-toggle-punctuation.
765
13d49cbb
AM
7662011-12-13 Alan Mackenzie <acm@muc.de>
767
898169a2
AM
768 Add the switch statement to AWK Mode.
769
770 * progmodes/cc-awk (awk-font-lock-keywords): Add "switch", "case",
771 "default" to the keywords regexp.
772
773 * progmodes/cc-langs (c-label-kwds): Let AWK take the same
774 expression as the rest.
1d00653d
SM
775 (c-nonlabel-token-key): Allow string literals for AWK.
776 Refactor for the other modes.
898169a2 777
13d49cbb 778 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 779 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
780 routines. Limit backward searching in c-font-lock-enclosing.decl.
781
782 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
783 pp-state and literal type in addition to the limits.
1d00653d 784 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 785 (c-state-literal-at): Use the above new defun.
1d00653d
SM
786 (c-slow-in-literal, c-fast-in-literal): Remove.
787 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
788
789 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
790 being in a literal. Add a limit for backward searching.
791
792 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
793 c-slow-in-literal.
794
15e0efc7
SM
7952011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
796
797 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
798
454592a6
MR
7992011-12-13 Martin Rudalics <rudalics@gmx.at>
800
801 * window.el (delete-other-windows): Use correct frame in call to
802 window-with-parameter.
803
87393f26
DP
8042011-12-12 Daniel Pfeiffer <occitan@t-online.de>
805
806 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
807 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
808 (makefile-gmake-statements, makefile-makepp-statements):
809 Use it and add new makepp keywords.
810 (makefile-makepp-font-lock-keywords): Add new patterns.
811 (makefile-match-function-end): Match new [...] and [[...]].
812
11636b22
JB
8132011-12-11 Juanma Barranquero <lekktu@gmail.com>
814
815 * ses.el (ses-call-printer-return, ses-cell-property-get)
816 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
817 (ses-create-cell-variable, ses-reset-header-string)
818 (ses-cell-set-formula, ses-repair-cell-reference-all)
819 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
820 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
821 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
822 (ses-aset-with-undo, ses-load, ses-truncate-cell)
823 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
824 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
825 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
826 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
827 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
828 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
829 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
830 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
831
cf018193
VB
8322011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
833
834 * ses.el: The overall change is to add cell renaming, that is
835 setting fancy names for cell symbols other than name matching
836 "\\`[A-Z]+[0-9]+\\'" regexp .
837 (ses-create-cell-variable): New defun.
838 (ses-relocate-formula): Relocate formulas only for cells the
839 symbols of which are not renamed, i.e. symbols whose names do not
840 match regexp "\\`[A-Z]+[0-9]+\\'".
841 (ses-relocate-all): Relocate values only for cells the symbols of
842 which are not renamed.
843 (ses-load): Create cells variables as the (ses-cell ...) are read,
844 in order to check row col consistency with cell symbol name only
845 for cells that are not renamed.
846 (ses-replace-name-in-formula): New defun.
847 (ses-rename-cell): New defun.
848
ee957461
CY
8492011-12-11 Chong Yidong <cyd@gnu.org>
850
851 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
852 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
853
9a9e9ef0
MR
8542011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
855
856 * window.el (other-window): Fix docstring.
857
92a8eba5
EZ
8582011-12-10 Eli Zaretskii <eliz@gnu.org>
859
860 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
861 `from' or `to' address before taking its substring.
862 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
863 encoded name is chopped in the middle of the encoded string, and
864 thus displayed encoded.
865
e152e577
JB
8662011-12-10 Juanma Barranquero <lekktu@gmail.com>
867
868 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
869
e5d84bfe
EZ
8702011-12-10 Eli Zaretskii <eliz@gnu.org>
871
872 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
873 to use texinfo-update-node and commands that call it if the
874 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 875 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
876 (texinfo-all-menus-update, texinfo-master-menu)
877 (texinfo-update-node, texinfo-every-node-update)
878 (texinfo-multiple-files-update): Doc fix. Warn against updating
879 all the @node lines.
880 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
881 argument is numeric. Explain better in the doc string what the
882 function really does.
883 (texinfo-insert-master-menu-list): Improve the error message
884 displayed if there's no menu in the Top node.
885 (Bug#2975) See also this thread:
e5d84bfe
EZ
886 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
887
1d84e9bb
MG
8882011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
889
890 * speedbar.el (speedbar-supported-extension-expressions):
891 Add .adb and .ads, commonly used for Ada source code (bug#10256).
892
382c953b
JB
8932011-12-09 Juanma Barranquero <lekktu@gmail.com>
894
895 * printing.el (pr-mode-alist):
896 * simple.el (filter-buffer-substring-functions)
897 (completion-list-insert-choice-function):
898 * window.el (window-with-parameter, window-atom-root)
899 (window-sides-slots, window-size-fixed, window-min-delta)
900 (window-max-delta, window--resize-mini-window)
901 (window--resize-child-windows-normal, window-tree)
902 (delete-other-windows, quit-window, split-window)
903 (display-buffer-record-window, special-display-buffer-names)
904 (special-display-regexps, special-display-popup-frame)
905 (same-window-p, split-window-sensibly)
906 (display-buffer-overriding-action, display-buffer-alist)
907 (display-buffer-base-action, display-buffer, switch-to-buffer)
908 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
909 (fit-window-to-buffer, recenter-positions)
910 (mouse-autoselect-window-state, mouse-autoselect-window-select):
911 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
912 and remove unneeded backslashes in docstrings.
913
39c9faef
SM
9142011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
915
98449af8
SM
916 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
917
39c9faef
SM
918 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
919 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
920 end in ".mk".
921 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
922 when reading the makefile (bug#10116).
923
86ed9fdc
SM
9242011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
925
926 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
927 (bug#10116).
928
5580f89d
GM
9292011-12-06 Glenn Morris <rgm@gnu.org>
930
931 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
932
28d3917c
CY
9332011-12-06 Chong Yidong <cyd@gnu.org>
934
935 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
936
a98edce9
JB
9372011-12-06 Juanma Barranquero <lekktu@gmail.com>
938
939 * textmodes/table.el (table-shorten-cell): Fix typo.
940
e65adfac
CG
9412011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
942
943 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
944
71cc0b74
EZ
9452011-12-05 Eli Zaretskii <eliz@gnu.org>
946
947 * descr-text.el (describe-char): Fix display of strong
948 right-to-left characters and directional embeddings and overrides.
949
950 * simple.el (what-cursor-position): Fix display of codepoints of
951 strong right-to-left characters.
952
315bc30d
CY
9532011-12-05 Chong Yidong <cyd@gnu.org>
954
955 * faces.el (read-color): Doc fix.
956
58a70b94
GM
9572011-12-05 Glenn Morris <rgm@gnu.org>
958
959 * align.el (align--set-marker): Add doc-string.
960 Don't try to move something that is not a marker. (Bug#10216)
961
5158face
GM
9622011-12-04 Glenn Morris <rgm@gnu.org>
963
964 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
965 overly zealous deletion of trailing whitespace.
966
520fca41
JB
9672011-12-04 Juanma Barranquero <lekktu@gmail.com>
968
969 * server.el (server-delete-client): On Windows, do not try to delete
970 the only terminal.
971 (server-process-filter): On Windows, treat requests for a tty frame as
972 if they were for a GUI frame if the running server is in GUI mode.
973
5e605a2e
GM
9742011-12-03 Glenn Morris <rgm@gnu.org>
975
976 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
977
5c3fe83f
SM
9782011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
979
6f5e57e7
SM
980 * electric.el: Streamline electric-indent's hook.
981 (electric-indent-chars): Revert to simple list.
982 (electric-indent-functions): New var.
983 (electric-indent-post-self-insert-function): Use it.
984
5c3fe83f
SM
985 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
986 there's no inferior buffer (bug#10196).
987 (prolog-consult-compile): Don't use toggle-read-only.
988
6bdac736
MA
9892011-12-02 Michael Albinus <michael.albinus@gmx.de>
990
991 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
992 interrupt. (Bug#10187)
993
6131ba7f
SM
9942011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
995
99c79fee
SM
996 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
997 (bug#9160).
998
6131ba7f
SM
999 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
1000 (bug#10191).
1001
cb0a02ea
JL
10022011-12-02 Juri Linkov <juri@jurta.org>
1003
1004 * info.el (Info-search): Display "end of manual" when Isearch
1005 reaches the end of single-file Info manual. (Bug#9918)
1006
66e0570c
EZ
10072011-12-02 Eli Zaretskii <eliz@gnu.org>
1008
1009 * isearch.el (isearch-message-prefix): Run the input method part
1010 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
1011
02b16839
JL
10122011-12-02 Juri Linkov <juri@jurta.org>
1013
1014 * isearch.el (isearch-occur): Use `word-search-regexp' for
1015 `isearch-word'.
1016 (isearch-search-and-update): Add condition for `isearch-word' and
1017 call `word-search-regexp'. (Bug#10145)
1018
0b950688
GM
10192011-12-01 Glenn Morris <rgm@gnu.org>
1020
1021 * eshell/em-hist.el (eshell-hist-initialize):
1022 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 1023 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 1024
9505c3c7
SM
10252011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
1026
1027 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
1028
1bbe96b2 10292011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 1030
a1beca85
SM
1031 * progmodes/verilog-mode.el (verilog-pretty-expr):
1032 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
1033 verilog, such as += *= and the like.
1034 (verilog-assignment-operator-re): Regular expression to find the
1035 assigment operator in a verilog assignment.
1036 (verilog-assignment-operation-re): Regular expression to find an
1037 assignment statement for pretty-expr.
1038 (verilog-in-attribute-p): Query returns true if point is in an
1039 attribute context; used to skip these for expression line up from
1040 pretty-expr.
1041 (verilog-in-parameter-p): Query returns true if point is in an
1042 parameter definition context; used to skip these for expression
1043 line up from pretty-expr.
1044 (verilog-in-parenthesis-p): Query returns true if point is in a
1045 parenthetical expression, specifically ( ) but not [ ] or { };
1046 used by pretty-expr.
1047 (verilog-just-one-space): If there is no space, don't add one.
1048 (verilog-get-lineup-indent-2): Specifically skip just attribute
1049 contexts for expression lineup, rather than skipping all
1050 parenthetical expressions.
1051 (verilog-calculate-indent): Fix comment, and fix indent.
1052 (verilog-do-indent): Indent declarations in lists (suggested by
1053 Joachim Lechner).
1054 (verilog-mode-abbrev-table): Populate abbrev mode with the various
1055 skeleton items.
1056 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
1057 by Alain Mellan).
1058
1bbe96b2 10592011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
1060
1061 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
1062 parameters with embedded comments. Reported by Ray Stevens.
1063 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
1064 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
1065 Reported by Tim Holt.
1066 (verilog-auto): Fix AUTOing a upper module then AUTOing module
1067 instantiated by upper module causing wrong expansion until AUTOed a
1068 second time. Reported by K C Buckenmaier.
1069 (verilog-diff-auto): Fix showing .* as a difference when
1070 `verilog-auto-star-save' off. Reported by Dan Dever.
1071 (verilog-auto-reset, verilog-read-always-signals)
1072 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
1073 temporary signals in reset list if
1074 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
1075 style to each signal's assignment type, bug381.
1076 Reported by Thomas Esposito.
6288f0ca
WS
1077 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
1078 (verilog-uvm-statement-re): Support UVM indentation and
1079 highlighting, with old OVM keywords only.
a1beca85 1080 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
1081 Support AUTOTIEOFF creating non-wire data types.
1082 Suggested by Jonathan Greenlaw.
6288f0ca
WS
1083 (verilog-auto-insert-lisp, verilog-delete-to-paren)
1084 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
1085 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
1086 (verilog-read-sub-decls, verilog-read-sub-decls-line):
1087 Fix mismatching parenthesis inside commented out code when deleting
382c953b 1088 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
1089 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
1090 non-numeric vector width. Reported by Alex Reed.
1091 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 1092 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
1093 (verilog-auto-delete-trailing-whitespace):
1094 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
1095 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
1096 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
1097 Fix verilog-scan-cache corruption when running user AUTO expansion
1098 hooks that call indentation routines.
1099 (verilog-simplify-range-expression): Fix typo ignoring lower case
1100 identifiers.
1101 (verilog-delete-auto): Fix delete-autos to also remove user created
1102 automatics, as long as they start with AUTO.
1103 (verilog-batch-diff-auto, verilog-diff-auto)
1104 (verilog-diff-function): Add `verilog-diff-auto' and bind to
1105 "C-c?" to report differences in AUTO expansion, ignoring spaces.
1106 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
1107 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
1108 (verilog-re-search-forward-quick, verilog-syntax-ppss):
1109 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
1110 is disabled and its cache will get corrupt, causing AUTOS not to
1111 expand. Instead use only -quick functions.
1112 (verilog-scan-region): Fix scanning over escaped quotes.
1113 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
1114 (verilog-re-search-backward-quick)
1115 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
1116 related functions now ignore strings, to fix misparsing of strings
1117 with magic comments embedded in them.
a1beca85
SM
1118 (verilog-read-auto-template):
1119 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
1120 Reported by Brad Dobbie.
1121 (verilog-read-auto-template):
1122 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 1123 Reported by Brad Dobbie.
6288f0ca
WS
1124 (verilog-auto-inst, verilog-auto-inst-param)
1125 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
1126 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
1127 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
1128 debugging templates without merge conflicts, bug357.
1129 Reported by Brad Dobbie.
1130 (verilog-read-auto-template):
1131 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
1132 Reported by Brad Dobbie.
1133 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
1134 abbrevs so user won't be asked to save.
1135 (verilog-read-auto-lisp-present): Fix to start at beginning of
1136 buffer in case called outside of verilog-auto.
1137 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
1138 to "X-2". Reported by Matthew Myers.
1139 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
1140 all inputs from module templates. Reported by Leith Johnson.
1141 (verilog-module-inside-filename-p): Fix locating programs as with
1142 modules.
1143 (verilog-auto-inst-port): Fix vl-width expressions when using
1144 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
1145 (verilog-decls-get-regs, verilog-decls-get-signals,
1146 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
1147 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
1148 verilog-read-decls): Combine reg and wire structures into one var
1149 structure to represent SystemVerilog concepts.
1150 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
1151 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
1152 (verilog-auto-wire-type, verilog-insert-definition):
1153 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
1154 SystemVerilog "logic" keyword instead of "wire"/"reg".
1155 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
1156 to declares outputs that also have assignments (presumably in an
a1beca85
SM
1157 ifdef or generate if so there's not a driver conflict).
1158 Reported by Matthew Myers.
1159 (verilog-auto-declare-nettype, verilog-insert-definition):
1160 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
1161 `default_nettype none. Reported by Julian Gorfajn.
1162 (verilog-read-always-signals-recurse, verilog-read-decls)
1163 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
1164 malformed end statement, bug325. Reported by Joshua Wise and
1165 Andrew Drake.
1166 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
1167 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
1168 when expanding .* in interfaces, bug320.
1169 Reported by Pierre-David Pfister.
6288f0ca 1170 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
1171 name and open parenthesis, bug317.
1172 Reported by Pierre-David Pfister.
6288f0ca
WS
1173 (verilog-simplify-range-expression): Fix simplification of
1174 multiplications inside AUTOWIRE connections, bug303.
1175 (verilog-auto-inst-port): Support parameter expansion in
1176 multidimensional arrays.
1177 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
1178 after "assert property". Reported by Julian Gorfajn.
1179 (verilog-simplify-range-expression): Fix "couldn't merge" errors
1180 with multiplication, bug303.
1181 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
1182 Reported by Jan Frode Lonnum.
1183
1bbe96b2
GM
11842011-11-30 Juanma Barranquero <lekktu@gmail.com>
1185
1186 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
1187 (hfy-shell-file-name, hfy-shell):
1188 * international/fontset.el (x-decompose-font-name): Fix typos.
1189
11902011-11-29 Ken Brown <kbrown@cornell.edu>
1191
1192 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
1193 (gdb-version): Remove defvar.
1194 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
1195 (gdb-gud-context-command, gdb-non-stop-handler)
1196 (gdb-current-context-command, gdb-stopped): Use it.
1197 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
1198 (gdb-non-stop-handler): Don't enable pretty-printing here.
1199 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
1200 non-stop mode. Use the following.
1201 (gdb-check-target-async): New defun.
1202 (gud-watch, gdb-stopped): Fix whitespace.
1203 (gdb-get-source-file): Don't try to display the source file if
1204 `gdb-main-file' is nil.
1205
12062011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
1207
1208 * align.el: Try to generate fewer markers (bug#10047).
1209 (align--set-marker): New macro.
1210 (align-region): Use it.
1211
c935221f
SM
12122011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
1213
1214 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
1215
e70b5064
CY
12162011-11-29 Chong Yidong <cyd@gnu.org>
1217
1218 * indent.el (indent-for-tab-command, indent-according-to-mode):
1219 Doc fix.
1220 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
1221
f3af92b7
MA
12222011-11-29 Michael Albinus <michael.albinus@gmx.de>
1223
1224 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
1225 aware of remote file names. (Bug#10124)
1226
ed472be9
CY
12272011-11-29 Chong Yidong <cyd@gnu.org>
1228
1229 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
1230
24510c22
SM
12312011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
1232
1233 * files.el (find-file): Don't use force-same-window (bug#10144).
1234 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
1235 use pop-to-buffer if the selected window can't be used.
1236 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
1237
c60c3703
EZ
12382011-11-28 Eli Zaretskii <eliz@gnu.org>
1239
1240 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
1241 special-mode-map.
1242
e95def75
CY
12432011-11-28 Chong Yidong <cyd@gnu.org>
1244
1245 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
1246
c3f1c606
NR
12472011-11-27 Nick Roberts <nickrob@snap.net.nz>
1248
1249 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
1250 gdb-get-source-file-list on gdb-create-source-file-list.
1251
00db469c
EZ
12522011-11-26 Eli Zaretskii <eliz@gnu.org>
1253
1254 * whitespace.el (whitespace-newline): Use a different foreground
1255 color for 16-color light-background displays.
1256
4ad3bc2a
CY
12572011-11-24 Chong Yidong <cyd@gnu.org>
1258
1259 * window.el (display-buffer--special-action): Doc fix.
1260
e9fce1ac
JB
12612011-11-25 Juanma Barranquero <lekktu@gmail.com>
1262
1263 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
1264 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
1265 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
1266 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
1267 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
1268 (avl-tree-stack-first):
1269 * emacs-lisp/cconv.el (cconv--analyse-use):
1270 * net/gnutls.el (gnutls-negotiate): Fix typos.
1271
cb825e5d
GM
12722011-11-24 Glenn Morris <rgm@gnu.org>
1273
3adbe224
GM
1274 * lpr.el (lpr-windows-system, lpr-lp-system):
1275 * mail/binhex.el (binhex-begin-line):
1276 * progmodes/grep.el (grep-history, grep-find-history):
1277 * textmodes/flyspell.el:
1278 * vc/pcvs-defs.el (cvs-global-menu):
1279 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
1280 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
1281 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
1282
321decc8
GM
1283 * net/tls.el: Fix case of "GnuTLS".
1284
420b63ad
GM
1285 * paths.el (rmail-file-name): Format doc-string for make-docfile.
1286
cb825e5d
GM
1287 * version.el (emacs-build-system): Give it a doc-string.
1288
a0649f08
JL
12892011-11-24 Juri Linkov <juri@jurta.org>
1290
1291 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
1292
c0bc0fd4
GM
12932011-11-24 Glenn Morris <rgm@gnu.org>
1294
1295 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
1296 if called on a non-mime message just toggle the headers. (Bug#8006)
1297
20db1522
JB
12982011-11-24 Juanma Barranquero <lekktu@gmail.com>
1299
1300 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
1301 (allout-lead-with-comment-string, allout-structure-deleted-hook)
1302 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
1303 (allout-rebullet-heading, allout-open-sibtopic)
1304 (allout-toggle-current-subtree-encryption)
1305 (allout-toggle-subtree-encryption, allout-encrypt-string)
1306 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
1307 (allout-distinctive-bullets-string, allout-auto-activation):
1308 * window.el (window-normalize-buffer-to-display):
1309 * progmodes/verilog-mode.el (verilog-batch-indent):
1310 * textmodes/bibtex.el (bibtex-field-braces-opt)
1311 (bibtex-field-strings-opt):
1312 * vc/cvs-status.el (cvs-tree-merge):
1313 Fix typos.
1314
7262a87c
MA
13152011-11-23 Michael Albinus <michael.albinus@gmx.de>
1316
1317 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
1318 `non-essential' to t, in order to avoid remote connections.
1319
283430a1
EZ
13202011-11-23 Eli Zaretskii <eliz@gnu.org>
1321
a1beca85
SM
1322 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1323 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
1324 case-insensitively.
1325
d2992a38
ML
13262011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
1327
1328 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
1329
50419064
GM
13302011-11-23 Glenn Morris <rgm@gnu.org>
1331
da94eca1
GM
1332 * paths.el (rmail-file-name): Reformat the doc-string so that it
1333 is picked up.
1334
9aac4de2
GM
1335 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
1336 (rmail-auto-file): Ignore case in the "special" field names,
1337 as mail-fetch-field does for all others.
1338
8038d2d2
GM
1339 * mail/rmail.el (rmail-forward):
1340 * mail/rmailkwd.el (rmail-set-label):
1341 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
1342 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
1343
f3fe222a
GM
1344 * mail/rmail.el (rmail-current-message): Doc fix.
1345
50419064
GM
1346 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
1347
28109f49
SM
13482011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1349
1350 * server.el (server-eval-and-print): Allow C-g (bug#6585).
1351
394c65f1
GM
13522011-11-22 Glenn Morris <rgm@gnu.org>
1353
1354 * mail/rmailmm.el (test-rmail-mime-handler)
1355 (test-rmail-mime-bulk-handler)
1356 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
1357
f2a0aa3a
JL
13582011-11-21 Juri Linkov <juri@jurta.org>
1359
1154d12e
JB
1360 * calc/calc.el (calc-read-key-sequence):
1361 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 1362
9c34a344
LMI
13632011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1364
1365 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
1366 Tell the caller that the next line needs recomputation, even
1367 though it doesn't start a sexp (bug#10094).
1368
f04a3be9
SM
13692011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1370
1371 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
1372
7978747f
SM
13732011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1374
f04a3be9
SM
1375 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
1376 Use force-same-window.
7978747f 1377
fe7a3057
JB
13782011-11-20 Juanma Barranquero <lekktu@gmail.com>
1379
1380 * descr-text.el (describe-char-unicode-data):
1381 * json.el (json-string-escape):
1382 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
1383 (Footnote-unicode, Footnote-style-p):
1384 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
1385
24901d61
CY
13862011-11-20 Chong Yidong <cyd@gnu.org>
1387
1388 * window.el (replace-buffer-in-windows): Restore interactive spec.
1389
bac7ff22
SM
13902011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1391
24f3d7b9
SM
1392 * electric.el (electric-indent-mode): Fix last change (too optimistic).
1393
bac7ff22
SM
1394 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
1395 (byte-compile-global-not-obsolete-vars): New var.
1396 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
1397 Use it.
1398 (byte-compile-warn-obsolete): Align text with the one in *Help*.
1399
cd1181db
JB
14002011-11-20 Juanma Barranquero <lekktu@gmail.com>
1401
1402 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
1403 * progmodes/pascal.el (electric-pascal-equal):
1404 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
1405 * xml.el (xml-substitute-special): Fix typos.
1406
7fb18e9e
GM
14072011-11-20 Glenn Morris <rgm@gnu.org>
1408
1409 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
1410 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
1411 Doc fixes.
1412 (rmail-decode-mime-charset): Mark as obsolete.
1413
1414 * mail/rmailsum.el (rmail-message-regexp-p-1):
1415 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
1416 Before using mime functions, check they are set. (Bug#10077)
1417
d5a6b3ba
JL
14182011-11-19 Juri Linkov <juri@jurta.org>
1419
1420 * info.el (Info-finder-find-node): Use `package--builtins' instead
1421 of `package-alist'. Use node names formed by the pattern "Keyword "
1422 and the keyword name.
1423
e981b61f
AS
14242011-11-19 Andreas Schwab <schwab@linux-m68k.org>
1425
1d00653d 1426 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 1427
3ffbc301
JL
14282011-11-19 Juri Linkov <juri@jurta.org>
1429
1430 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
1431 that calls `revert-buffer' on all Info buffers. (Bug#9915)
1432 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
1433 `old-history', `old-history-forward'. Add let-binding
1434 `window-selected'. Remove calls to `kill-buffer',
1435 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
1436 before calling `Info-find-node', so `Info-find-node-2' will reread
1437 the Info file. Restore window positions only when `window-selected'
1438 is non-nil.
1439
30c62133
JL
14402011-11-19 Juri Linkov <juri@jurta.org>
1441
1442 * isearch.el (isearch-lazy-highlight-new-loop):
1443 Remove condition `(not isearch-error)'. (Bug#9918)
1444
1445 * misearch.el (multi-isearch-search-fun): Add condition
1446 `(not bound)' to ignore lazy-highlighting search.
1447 Add the search-failed message "end of multi" when the end of
1448 multi-sequence is reached. Uncapitalize the search-failed
1449 message "Repeat for next buffer".
1450
1451 * info.el (Info-search): Add the search-failed message
1452 "end of the manual" when the end of the manual is reached
1453 in Isearch mode.
1454
645ca9cf
JL
14552011-11-19 Juri Linkov <juri@jurta.org>
1456
1457 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
1458 Use non-destructive `remove' instead of `delete' because
1459 `Info-history-list' stored to `Info-isearch-initial-history-list' in
1460 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
1461
df754f66
JL
14622011-11-19 Juri Linkov <juri@jurta.org>
1463
1464 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
1465 to nil instead of binding `search-ring' and `regexp-search-ring'.
1466 (Bug#9185)
1467
0e23d96a
EZ
14682011-11-19 Eli Zaretskii <eliz@gnu.org>
1469
1470 * simple.el (line-move): Force movement by logical lines for any
1471 hscrolled window, not only when auto-hscroll-mode is on.
1472 (line-move-visual): Update doc string to that effect. (Bug#10076)
1473
8a6ccb66
AS
14742011-11-19 Andreas Schwab <schwab@linux-m68k.org>
1475
1476 * language/european.el (macintosh): Define as alias for mac-roman.
1477
49ae5b39
EZ
14782011-11-19 Eli Zaretskii <eliz@gnu.org>
1479
1480 * mail/rmailmm.el (rmail-mime-display-header)
1481 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
1482 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
1483 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
1484 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
1485 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
1486 of a raw aref.
1487 (rmail-mime-entity-segment): To get past the tagline, move forward
1488 2 more lines, to account for the 2 empty lines that precede and
1489 follow the line with the buttons.
1490 (rmail-mime-update-tagline): Move one more line, to get past the
1491 empty line that follows the buttons in the tagline. (Bug#9520)
1492
c56cad4a
MR
14932011-11-19 Martin Rudalics <rudalics@gmx.at>
1494
1495 * window.el (window-max-delta-1, window-min-delta-1)
1496 (window-min-size-1, window-state-get-1, window-state-put-1)
1497 (window-state-put-2): Use "window--" prefix.
1498
cbe71af3
SM
14992011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1500
2ad52c60
SM
1501 * emacs-lisp/smie.el: Improve warnings and conflict detection.
1502 (smie-warning-count): New var.
1503 (smie-set-prec2tab): Use it.
1504 (smie-bnf->prec2): Improve warnings. Add docstring.
1505 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
1506 (smie-bnf--set-class): New function.
1507 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
1508 corner case.
1509
6944dbc1
SM
1510 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
1511 (compilation-error-properties, compilation-move-to-column):
1512 Handle compilation-first-column while in the target buffer.
1513
c400c4d7
SM
1514 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
1515 Don't hardcode point-min==1.
1516
6dbe3e96
SM
1517 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
1518 (eshell-rewrite-for-command): Remove workaround.
1519 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
1520 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
1521 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
1522
cbe71af3
SM
1523 * files-x.el (modify-file-local-variable): Obey commenting conventions.
1524
a8e1496d
GM
15252011-11-17 Glenn Morris <rgm@gnu.org>
1526
1527 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1528 Ignore buffer-local generated-autoload-file if it is the same
1529 as the global value. (Bug#10049)
1530
df85d315
JB
15312011-11-17 Juanma Barranquero <lekktu@gmail.com>
1532
1533 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
1534 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
1535 (reftex-toc-previous-heading, reftex-toc-max-level)
1536 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
1537 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
1538 (reftex-toc-do-promote, reftex-toc-promote-prepare)
1539 (reftex-toc-promote-action, reftex-toc-extract-section-number)
1540 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
1541 (reftex-toc-rename-label, reftex-toc-visit-location)
1542 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
1543 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
1544 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
1545 leaving "*toc*" only for references to the buffer.
1546
a0c2d0ae
MR
15472011-11-17 Martin Rudalics <rudalics@gmx.at>
1548
1549 * window.el (window-resize, delete-window, split-window):
1550 Replace window-splits by window-combination-resize.
1d00653d 1551 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 1552
35c0bac8
GM
15532011-11-17 Glenn Morris <rgm@gnu.org>
1554
1555 * progmodes/sh-script.el (sh-font-lock-keywords-var):
1556 Make bash entry derive from sh entry, not shell entry.
1557
d0c8fc8a
MA
15582011-11-16 Michael Albinus <michael.albinus@gmx.de>
1559
d0c8fc8a
MA
1560 * net/tramp-cache.el (tramp-flush-file-property): Flush also
1561 properties of linked files. (Bug#9879)
1562
7262a87c
MA
1563 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
1564 local file name.
1565
7877f373
JB
15662011-11-16 Juanma Barranquero <lekktu@gmail.com>
1567
1568 * menu-bar.el (menu-bar-file-menu):
1569 * printing.el (pr-ps-utility):
1570 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
1571 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
1572 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
1573 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
1574 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
1575 (icalendar--convert-cyclic-to-ical)
1576 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
1577 (icalendar--convert-ical-to-diary)
1578 (icalendar--convert-recurring-to-diary)
1579 (icalendar--convert-non-recurring-all-day-to-diary)
1580 (icalendar-import-format-sample):
1581 * progmodes/idlw-shell.el (idlwave-shell-mode):
1582 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
1583 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
1584 (vhdl-ps-print-init): Fix typos.
1585
10649b82
KM
15862011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
1587
9d0cfcd6
GM
1588 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
1589 FSF and collapse date sequence, obscure author/maintainer email address
1590 better, remove extra version line, track relocation of author's webpage.
10649b82 1591
9d0cfcd6
GM
1592 * progmodes/python.el (python-pdbtrack-input-prompt)
1593 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
1594 regular python pdb prompts. Adjustments shamelessly taken exactly as
1595 suggested in EmacsWiki page (tiny change):
1596 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 1597
58179cce
JB
15982011-11-16 Juanma Barranquero <lekktu@gmail.com>
1599
1600 * expand.el (expand-pos, expand-index, expand-point):
1601 Remove redundant info from docstring.
1602 (expand-add-abbrevs): Doc fix.
1603 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
1604 (expand-sample-perl-mode-expand-list): Fix typos.
1605
1606 * net/dbus.el (dbus-event-member-name):
1607 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
1608 * term/pc-win.el (msdos-create-frame-with-faces):
1609 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
1610
b6f67890
MR
16112011-11-16 Martin Rudalics <rudalics@gmx.at>
1612
1613 * window.el (split-window, window-state-get-1)
1614 (window-state-put-1, window-state-put-2): Rename occurrences of
1615 window-nest to window-combination-limit.
1d00653d 1616 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 1617
ce7ddba0
CY
16182011-11-16 Chong Yidong <cyd@gnu.org>
1619
1620 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
1621 regexp (Bug#10033).
1622
3ae704f4
SM
16232011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1624
1625 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
1626 `completing-read' will remove *Completions* and will preserve
1627 current-buffer for us.
1628 (tmm-add-prompt): Users of *Completions* will always (re)set its
1629 major mode.
1630 (tmm-old-comp-map): Remove.
1631
6ad1cdde
GM
16322011-11-16 Glenn Morris <rgm@gnu.org>
1633
1634 * mail/rmailedit.el: Require rmailmm when compiling.
1635 (rmail-old-mime-state): New declaration.
1636 (rmail-edit-current-message): If editing a mime message,
1637 edit the "raw" message from the mbox buffer.
1638 (rmail-cease-edit): Handle mime messages. (Bug#9840)
1639
d20faa20
GM
16402011-11-15 Glenn Morris <rgm@gnu.org>
1641
1642 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
1643 which wasn't being used. Add optional arg to force given state.
1644 (rmail-mime): Add optional arg to force given state.
1645
c7015153
JB
16462011-11-15 Juanma Barranquero <lekktu@gmail.com>
1647
1648 * allout.el (allout-encryption-plaintext-sanitization-regexps):
1649 * frame.el (display-mm-dimensions-alist):
1650 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
1651 (outline-move-subtree-down):
1652 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
1653 (newsticker--treeview-do-get-node):
1654 * net/quickurl.el (quickurl-list-buffer-name):
1655 * progmodes/dcl-mode.el (dcl-mode):
1656 * progmodes/gdb-mi.el (gdb-mapcar*):
1657 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
1658
45261b50
GM
16592011-11-15 Glenn Morris <rgm@gnu.org>
1660
1661 * mail/rmail.el (rmail-file-coding-system): It's only ever used
1662 in a boolean sense, so just make it a boolean, and fix the doc.
1663 (rmail-show-mime-function, rmail-mime-feature)
1664 (rmail-require-mime-maybe): Doc fixes.
1665 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
1666
1667 * mail/rmailmm.el (rmail-show-mime): Doc fix.
1668
0d26e0b6
JB
16692011-11-15 Juanma Barranquero <lekktu@gmail.com>
1670
1671 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
1672 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
1673 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
1674 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
1675
447f30f6
GM
16762011-11-15 Glenn Morris <rgm@gnu.org>
1677
672b871d
GM
1678 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
1679 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
1680 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
1681 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
1682 (rmail-mime, rmail-show-mime): Doc fixes.
1683
f6aa5bb1
GM
1684 * term/ns-win.el (mode-line-frame-identification):
1685 Leave it alone. (Bug#10051)
1686
947cd66b
GM
1687 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
1688
447f30f6
GM
1689 * mail/rmailout.el (rmail-output-to-rmail-buffer):
1690 Handle empty buffers. (Bug#9978)
1691
0b381c7e
JB
16922011-11-14 Juanma Barranquero <lekktu@gmail.com>
1693
1694 * international/mule.el (define-charset):
1695 * mail/rmailmm.el (rmail-mime-find-header-encoding):
1696 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
1697 * progmodes/verilog-mode.el (verilog-backward-token):
1698 * textmodes/ispell.el (lookup-words):
1699 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
1700
71e027ac
GM
17012011-11-14 Glenn Morris <rgm@gnu.org>
1702
56632ce4
GM
1703 * progmodes/executable.el
1704 (executable-make-buffer-file-executable-if-script-p):
1705 Handle file-modes returning nil.
1706
40500957
GM
1707 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
1708 message - not necessary, and causes problems. (Bug#9831)
1709
071c2340
GM
1710 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
1711
d3cfca60
GM
1712 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
1713
71e027ac
GM
1714 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
1715 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
1716 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
1717
89d61221
MR
17182011-11-12 Martin Rudalics <rudalics@gmx.at>
1719
1720 * window.el (window-resize, delete-window): Use window-splits
1721 variable instead of function.
1722 (window-state-get-1, window-state-put-2, window-state-put):
1723 Don't deal with windows' splits status.
1724
98282f6f
GM
17252011-11-12 Glenn Morris <rgm@gnu.org>
1726
1727 * apropos.el (apropos-do-all, apropos-library, apropos-value)
1728 (apropos-documentation): Doc fixes.
1729
40a8bdf6
JB
17302011-11-11 Juanma Barranquero <lekktu@gmail.com>
1731
1732 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
1733 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
1734
65bd19ff
SM
17352011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1736
1737 * electric.el (electric-indent-post-self-insert-function): Make it
1738 possible for a char to only indent in some circumstances.
1739 (electric-indent-mode): Simplify.
1740
54f9154c
MR
17412011-11-11 Martin Rudalics <rudalics@gmx.at>
1742
1743 * window.el (windows-with-parameter): Remove unused function.
1744 (windows-at-side): Rename to window-at-side-list.
1745 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
1746 (window-side-check, window-size-ignore, window-size-fixed-1)
1747 (window-in-direction-2): Prefix with "window--".
1748 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 1749
68cbc58b
GM
17502011-11-11 Glenn Morris <rgm@gnu.org>
1751
1752 * subr.el (eval-after-load): If FILE is already loaded,
1753 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
1754
b2621720
GM
17552011-11-10 Glenn Morris <rgm@gnu.org>
1756
9a4de110
GM
1757 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
1758 Call svn via vc-svn-command rather than vc-do-command.
1759 (vc-svn-command): Add --non-interactive. (Bug#9993)
1760 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
1761
b2621720
GM
1762 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
1763 Add toggle-read-only. (Bug#7292)
1764 * files.el (toggle-read-only): Mention that it should only
1765 be used interactively. (Bug#10006)
1766
1dce7193
SM
17672011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1768
d9ac1a1e
SM
1769 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1770 Adjust regexp for OCaml warnings.
1771
0c325082
SM
1772 * electric.el (electric-pair-post-self-insert-function): Let user
1773 turn it off buffer-locally (bug#9932).
1774
90132c14
SM
1775 * progmodes/python.el (python-beginning-of-statement):
1776 Rewrite (bug#2703).
1777
1dce7193
SM
1778 * progmodes/compile.el: Better handle TABs (bug#9749).
1779 (compilation-internal-error-properties)
1780 (compilation-next-error-function): Obey the target buffer's
1781 compilation-error-screen-columns.
1782
c4e7c63a
JB
17832011-11-09 Juanma Barranquero <lekktu@gmail.com>
1784
1785 * progmodes/meta-mode.el: Remove obsolete comments.
1786 (meta-right-comment-regexp, meta-ignore-comment-regexp):
1787 Fix typos in docstrings.
1788
2cffd681
MR
17892011-11-09 Martin Rudalics <rudalics@gmx.at>
1790
1791 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 1792 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
1793 (window--resizable): New function. Make all callers of
1794 window-resizable call window--resizable instead.
1795 (window-resizable): Rewrite in terms of window--resizable.
1796
0edcba87
GM
17972011-11-08 Glenn Morris <rgm@gnu.org>
1798
1799 * progmodes/delphi.el (delphi-mode-syntax-table):
1800 Let define-derived-mode define a proper syntax table. (Bug#9994)
1801
4b0d61e3
SM
18022011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1803
1804 * window.el: Stay away from defsubst.
1805 (window-list-no-nils): Remove.
1806 (window-state-get-1, window-state-get): Use backquote instead.
1807
cd394be1 18082011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 1809
4b0d61e3 1810 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 1811 Fix incorrect use of default argument in `completing-read'.
1812
e1c2c6f2
MR
18132011-11-08 Martin Rudalics <rudalics@gmx.at>
1814
1815 * window.el (display-buffer-function, special-display-function):
1816 Mention display-buffer-record-window but do not mention
1817 help-setup parameter in doc-strings.
b3f4a882 1818 (window-min-delta): Fix doc-string typo.
e1c2c6f2 1819
105216ed
CY
18202011-11-08 Chong Yidong <cyd@gnu.org>
1821
1822 * window.el (window-total-height, window-total-width): Doc fix.
1823 (window-body-size): Move from C.
1824 (window-body-height, window-body-width): Move to C.
1825
0a9f9ab5
SM
18262011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1827
1828 * window.el: Make special-display like display-buffer-alist (bug#9532).
1829 (display-buffer--special-action): New function, morphed
1830 from display-buffer--special.
1831 (display-buffer): Use it to handle special-display-buffers at higher
1832 priority (just after display-buffer-alist).
1833 (display-buffer-fallback-action, display-buffer--other-frame-action)
1834 (pop-to-buffer-same-window): Remove display-buffer--special.
1835
a769dd15
GM
18362011-11-07 Glenn Morris <rgm@gnu.org>
1837
1838 * calendar/cal-menu.el (cal-menu-set-date-title):
1839 Do nothing if not in a calendar. (Bug#9976)
1840
05a61ee3
SM
18412011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
1842
1843 * files.el (find-file): Always use selected-window.
1844
be7f5545
MR
18452011-11-07 Martin Rudalics <rudalics@gmx.at>
1846
1847 * window.el (window-combinations): Make WINDOW argument
1848 mandatory. Rewrite doc-string.
1849 (walk-window-subtree, window-atom-check, window-min-delta)
1850 (window-max-delta, window--resize-this-window)
1851 (window--resize-root-window-vertically, window-tree)
1852 (balance-windows, window-state-put): Rewrite doc-strings as to
1853 not mention the term "subwindow".
1854 (window--resize-subwindows-skip-p): Rename to
1855 window--resize-child-windows-skip-p.
1856 (window--resize-subwindows-normal): Rename to
1857 window--resize-child-windows-normal.
1858 (window--resize-subwindows): Rename to
1859 window--resize-child-windows.
1860 (window-or-subwindow-p): Rename to window--in-subtree-p.
1861
3c6702ef
ML
18622011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
1863
1864 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
1865 Ensure that mbox format messages end in two newlines (Bug#9974).
1866
49745b39
CY
18672011-11-06 Chong Yidong <cyd@gnu.org>
1868
1869 * window.el (window-combination-p): Function deleted; its
1870 side-effect is not used in any existing code.
1871 (window-combinations, window-combined-p): Call window-*-child
1872 directly.
1873
24300f5f
CY
18742011-11-05 Chong Yidong <cyd@gnu.org>
1875
1876 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
1877 (window-size-ignore, window-state-get): Callers changed.
1878 (window-normalize-window): Rename from window-normalize-any-window.
1879 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 1880 (window-normalize-live-window): Delete.
447f16b8
CY
1881 (window-combination-p, window-combined-p, window-combinations)
1882 (walk-window-subtree, window-atom-root, window-min-size)
1883 (window-sizable, window-sizable-p, window-size-fixed-p)
1884 (window-min-delta, window-max-delta, window-resizable)
1885 (window-resizable-p, window-full-height-p, window-full-width-p)
1886 (window-current-scroll-bars, window-point-1, set-window-point-1)
1887 (window-at-side-p, window-in-direction, window-resize)
1888 (adjust-window-trailing-edge, maximize-window, minimize-window)
1889 (window-deletable-p, delete-window, delete-other-windows)
1890 (record-window-buffer, unrecord-window-buffer)
1891 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
1892 (quit-window, split-window, window-state-put)
1893 (set-window-text-height, fit-window-to-buffer)
1894 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 1895
89bd5ee1
EZ
18962011-11-04 Eli Zaretskii <eliz@gnu.org>
1897
53479029
EZ
1898 * mail/rmail.el (rmail-simplified-subject): Decode subject with
1899 rfc2047-decode-string.
1900 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
1901 warnings.
1902
89bd5ee1
EZ
1903 * window.el (window-body-height, window-body-width): Mention in
1904 the doc string that the return values are in frame's canonical
1905 units. (Bug#9949)
1906
bd17fdee
AM
19072011-11-03 Alan Mackenzie <acm@muc.de>
1908
1909 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
1910 change in cc-engine.el.
1911
acc825c5
SM
19122011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
1913
1914 * window.el (switch-to-buffer): Use `force-same-window' interactively.
1915
1885e5b8
MR
19162011-11-02 Martin Rudalics <rudalics@gmx.at>
1917
1918 * window.el (quit-window): Call unrecord-window-buffer after
1919 showing another buffer in the window. (Bug#9937)
acc825c5 1920 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 1921
ebe06da9
JB
19222011-11-02 Juanma Barranquero <lekktu@gmail.com>
1923
1924 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
1925 Accept status with more than 9 shelves. (Bug#9935)
1926 Reported by Colin D Bennett <colin@gibibit.com>.
1927
4ee88440
MR
19282011-11-01 Martin Rudalics <rudalics@gmx.at>
1929
1930 * help.el (with-help-window): Don't reference
1931 temp-buffer-show-specifiers in doc-string.
1932
08e1d82c
AS
19332011-10-31 Andreas Schwab <schwab@linux-m68k.org>
1934
1935 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
1936 menu-item.
1937
84bd6e9e
VJL
19382011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1939
1940 * whitespace.el: New version 13.2.2.
1941 (whitespace-newline-mode): Disable properly. Reported by Sarah
1942 <EmacsWiki>.
1943
dba0634a
UJ
19442011-10-30 Ulf Jasper <ulf.jasper@web.de>
1945
1946 * net/newst-treeview.el: Remove "Time-stamp".
1947 (newsticker--group-manage-orphan-feeds): Do not call
1948 newsticker--treeview-tree-update.
db22a3c2
JB
1949 (newsticker-treeview-update, newsticker-treeview):
1950 Call newsticker--treeview-tree-update if necessary.
dba0634a 1951
3d8daefe
MR
19522011-10-30 Martin Rudalics <rudalics@gmx.at>
1953
1954 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
1955 (window-iso-combinations): Remove "iso-" infix.
1956 Suggested by Chong Yidong.
3d8daefe
MR
1957 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
1958 (window-max-delta-1, window-resize, window--resize-siblings)
1959 (window--resize-this-window, adjust-window-trailing-edge)
1960 (split-window, balance-windows-1)
1961 (shrink-window-if-larger-than-buffer):
1962 * calendar/calendar.el (calendar-generate-window):
db22a3c2 1963 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 1964
1bc4c3ae
SM
19652011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1966
1967 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
1968 in place (bug#9907).
1969 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
1970 (eshell-rewrite-if-command, eshell-rewrite-for-command)
1971 (eshell-structure-basic-command, eshell-rewrite-while-command)
1972 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
1973 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
1974 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
1975 (eshell-do-pipelines-synchronously, eshell-eval-command):
1976 Use backquotes and prefer setq to set.
1977 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
1978 (eshell-macrop): Use functionp.
c1e2f5fa 1979 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 1980
30b65d9c
CY
19812011-10-30 Chong Yidong <cyd@gnu.org>
1982
1983 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
1984 instead of set-mark (Bug#9810).
1985
2d197ffb
CY
19862011-10-30 Chong Yidong <cyd@gnu.org>
1987
1988 * window.el (split-window-below, split-window-right): Rename from
1989 split-window-above-each-other and split-window-side-by-side
1990 respectively. All callers changed.
1991 (split-window-sensibly, split-window-sensibly): Use them.
1992 (split-window-keep-point): Doc fix.
1993
1994 * isearch.el: Add isearch-scroll property to split-window-below
1995 and split-window-right.
1996
1997 * follow.el (follow-mode):
1998 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
1999 * progmodes/ada-xref.el (ada-gdb-application):
2000 * emulation/vip.el (vip-buffer-in-two-windows):
2001 * image-dired.el (image-dired-dired-with-window-configuration):
2002 * dired-x.el (dired-do-find-marked-files):
2003 * dired.el (dired-pop-to-buffer):
2004 * bs.el (bs--show-with-configuration):
2005 * vc/emerge.el (emerge-setup-windows):
2006 * textmodes/two-column.el (2C-two-columns):
2007 * textmodes/reftex-toc.el (reftex-toc):
2008 * progmodes/gdb-mi.el (gdb-setup-windows):
2009 * progmodes/fortran.el (fortran-window-create):
2010 * net/newst-treeview.el (newsticker--treeview-window-init):
2011 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
2012 * emulation/tpu-edt.el (tpu-gold-map):
2013 * emulation/crisp.el (crisp-mode-map):
2014 * calendar/calendar.el (calendar-basic-setup): Callers changed.
2015
38bb2ca8
CY
20162011-10-29 Chong Yidong <cyd@gnu.org>
2017
aa4de341
CY
2018 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
2019
e1eb5385
CY
2020 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
2021
5d2ece3c
CY
2022 * textmodes/flyspell.el (flyspell-word): Fix char offset for
2023 forged Ispell output (Bug#7904).
2024
38bb2ca8
CY
2025 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
2026
d0af9f77
SM
20272011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2028
2029 * doc-view.el: Avoid ugly errors about not finding nil.
2030 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
2031 (doc-view-dvipdf-program, doc-view-unoconv-program)
2032 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
2033 Avoid nil or absolute file name as default value.
2034 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
2035
52bedd34
AM
20362011-10-28 Alan Mackenzie <acm@muc.de>
2037
db22a3c2 2038 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 2039
7e43cfa5
AM
20402011-10-28 Alan Mackenzie <acm@muc.de>
2041
2042 Amend the handling of c-beginning/end-of-defun in nested declaration
2043 scopes.
2044
52bedd34
AM
2045 * progmodes/cc-vars.el (c-defun-tactic): Move here from
2046 cc-langs.el. Change it to a defcustom.
7e43cfa5 2047
52bedd34
AM
2048 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
2049 cc-vars.el.
7e43cfa5 2050
d0af9f77
SM
2051 * progmodes/cc-engine.el (c-beginning-of-statement-1):
2052 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 2053
52bedd34 2054 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 2055 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
2056 (c-widen-to-enclosing-decl-scope): New function.
2057 (c-while-widening-to-decl-block): New macro.
2058 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
2059 outward for defun boundaries, and correspondingly change symbol
2060 `respect-enclosure' to `go-outward'.
2061 (c-declaration-limits): Change algorithm to report only the "innermost"
2062 defun's boundaries.
2063
1a2ce9ee
DD
20642011-10-28 Deniz Dogan <deniz@dogan.se>
2065
2066 * net/rcirc.el (rcirc-mode): Use hard newlines.
2067
bc97a826
AM
20682011-10-28 Alan Mackenzie <acm@muc.de>
2069
2070 Amend to indent and fontify macros "which include their own semicolon"
2071 correctly, using the "virtual semicolon" mechanism.
2072
52bedd34 2073 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 2074
d0af9f77 2075 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 2076 Recode to scan one line at a time rather than having \n and \r
58179cce 2077 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 2078 (c-forward-label): Amend for virtual semicolons.
58179cce 2079 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 2080
52bedd34
AM
2081 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
2082 of the new C macros.
bc97a826 2083
52bedd34 2084 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
2085 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
2086 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
2087 (c-opt-cpp-macro-define): Make into a full language variable.
2088 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
2089 AWK Mode (including \n, \r) removed, no longer needed.
2090
d0af9f77
SM
2091 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
2092 Invoke c-make-macro-with-semi-re.
bc97a826 2093
52bedd34
AM
2094 * progmodes/cc-vars.el (c-macro-with-semi-re):
2095 (c-macro-names-with-semicolon): New variables.
58179cce 2096 (c-make-macro-with-semi-re): New function.
bc97a826 2097
7a6c0941
SM
20982011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2099
2100 * vc/log-edit.el: Fill empty field rather than adding new one.
2101 (log-edit-add-field): New function.
2102 (log-edit-insert-changelog): Use it.
2103
b0c4cdcf
ML
21042011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
2105
2106 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
2107
ee1f1da9
SM
21082011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2109
2110 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
2111 (gdb--check-interpreter): New function.
2112 (gdb): Use it.
2113
51bc5f8b
GM
21142011-10-27 Glenn Morris <rgm@gnu.org>
2115
416a2c45
GM
2116 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
2117 (least-positive-float, least-negative-float)
2118 (least-positive-normalized-float, least-negative-normalized-float)
2119 (float-epsilon, float-negative-epsilon):
2120 Remove unnecessary declarations.
2121
2122 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
2123 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
2124 (least-positive-float, least-negative-float)
2125 (least-positive-normalized-float, least-negative-normalized-float)
2126 (float-epsilon, float-negative-epsilon): Add doc-strings,
2127 based on those in cl.texi.
2128
51bc5f8b
GM
2129 * files.el (set-visited-file-name): If the major-mode changed,
2130 reload the local variables. (Bug#9796)
2131
15de15c6
CY
21322011-10-27 Chong Yidong <cyd@gnu.org>
2133
2134 * subr.el (change-major-mode-after-body-hook): New hook.
2135 (run-mode-hooks): Run it.
2136
ee1f1da9
SM
2137 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2138 Use change-major-mode-before-body-hook.
15de15c6
CY
2139
2140 * simple.el (fundamental-mode):
2141 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
2142 change introducing fundamental-mode-hook.
2143
5430d399
JB
21442011-10-26 Juanma Barranquero <lekktu@gmail.com>
2145
acc825c5 2146 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 2147
ad74a69e
MA
21482011-10-26 Michael Albinus <michael.albinus@gmx.de>
2149
2150 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 2151 tramp.el explicitly. (Bug#7583)
ad74a69e 2152
71d4c2a5
SM
21532011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
2154
2155 * progmodes/octave-mod.el:
2156 * progmodes/octave-inf.el: Update maintainer.
2157
b1f6fa26
CY
21582011-10-26 Chong Yidong <cyd@gnu.org>
2159
2160 * subr.el (with-wrapper-hook): Rewrite doc.
2161
3f04efd6
MA
21622011-10-25 Michael Albinus <michael.albinus@gmx.de>
2163
2164 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 2165 filenames "/method:foo:". (Bug#9793)
3f04efd6 2166
410488d3
SM
21672011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2168
2169 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
2170 (bug#9865).
2171
c1ebb47e
GM
21722011-10-24 Glenn Morris <rgm@gnu.org>
2173
2174 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
2175
7f5c46c7
MA
21762011-10-24 Michael Albinus <michael.albinus@gmx.de>
2177
2178 * notifications.el: Add the requirement of a running D-Bus session
2179 bus to the Commentary.
2180
db2440b6
JL
21812011-10-24 Juri Linkov <juri@jurta.org>
2182
2183 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
2184 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
2185 (Bug#9364)
2186
feecf435
JL
21872011-10-24 Juri Linkov <juri@jurta.org>
2188
2189 * info.el (Info-following-node-name-re): Add newline to the list
2190 of allowed characters for leading space. (Bug#9824)
2191
a3839de2
SM
21922011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2193
acc825c5
SM
2194 * progmodes/octave-inf.el (inferior-octave-mode-map):
2195 Fix C-c C-h binding.
a3839de2
SM
2196 * progmodes/octave-mod.el (octave-help): Remove.
2197
09388e76
MA
21982011-10-23 Michael Albinus <michael.albinus@gmx.de>
2199
2200 Sync with Tramp 2.2.3.
2201
2202 * net/tramp-cache.el (top): Pacify byte-compiler using
2203 `init-file-user' and `site-run-file'.
2204
2205 * net/trampver.el: Update release number.
2206
86c60681
CY
22072011-10-23 Chong Yidong <cyd@gnu.org>
2208
2209 * files.el (toggle-read-only): Remove obsolete comment about
2210 version control.
2211
2212 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
2213 for toggle-read-only. Note that this hasn't called vc-next-action
2214 since 2008-05-02, though it wasn't documented at the time.
2215
a3839de2
SM
2216 * vc/ediff-init.el (ediff-toggle-read-only-function):
2217 Use toggle-read-only.
86c60681 2218
cd5495ff
AM
22192011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
2220
2221 Fix bug #9560, sporadic wrong indentation; improve instrumentation
2222 of c-parse-state.
2223
00b77525 2224 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 2225 correct faulty logical expression.
cd5495ff
AM
2226 (c-parse-state-state, c-record-parse-state-state):
2227 (c-replay-parse-state-state): New defvar/defuns.
2228 (c-debug-parse-state): Use new functions.
2229
42ee24ed
MR
22302011-10-22 Martin Rudalics <rudalics@gmx.at>
2231
2232 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 2233 last fix. Use window-in-direction correctly.
42ee24ed 2234
a7dee7e7
CY
22352011-10-21 Chong Yidong <cyd@gnu.org>
2236
2237 * progmodes/idlwave.el (idlwave-mode):
2238 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
2239 require-final-newline; that's done in prog-mode.
2240 Suggested by Stefan Monnier.
a7dee7e7 2241
e07b9a6d
MR
22422011-10-21 Martin Rudalics <rudalics@gmx.at>
2243
2244 * mouse.el (mouse-drag-window-above)
2245 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
2246 (mouse-drag-mode-line-1, mouse-drag-header-line)
2247 (mouse-drag-vertical-line-rightward-window): Remove.
2248 (mouse-drag-line): New function.
2249 (mouse-drag-mode-line, mouse-drag-header-line)
2250 (mouse-drag-vertical-line): Call mouse-drag-line.
2251 * window.el (window-at-side-p, windows-at-side): New functions.
2252
7e1361d9
UM
22532011-10-21 Ulrich Mueller <ulm@gentoo.org>
2254
2255 * tar-mode.el (tar-grind-file-mode):
2256 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
2257
30fcaf3a
CY
22582011-10-21 Chong Yidong <cyd@gnu.org>
2259
2260 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
2261 * progmodes/vera-mode.el (vera-mode):
2262 Use mode-require-final-newline.
30fcaf3a 2263
516eddb0
GM
22642011-10-20 Glenn Morris <rgm@gnu.org>
2265
db22a3c2 2266 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 2267
10d5f513
CS
22682011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
2269
2270 * emulation/cua-base.el (cua-set-mark): Fix case of string.
2271
ac6c8639
CY
22722011-10-20 Chong Yidong <cyd@gnu.org>
2273
2274 * emulation/cua-base.el (cua-mode):
2275 * mail/footnote.el (footnote-mode):
2276 * mail/mailabbrev.el (mail-abbrevs-mode):
2277 * net/xesam.el (xesam-minor-mode):
2278 * progmodes/bug-reference.el (bug-reference-mode):
2279 * progmodes/cap-words.el (capitalized-words-mode):
2280 * progmodes/compile.el (compilation-minor-mode)
2281 (compilation-shell-minor-mode):
2282 * progmodes/gud.el (gud-tooltip-mode):
2283 * progmodes/hideif.el (hide-ifdef-mode):
2284 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
2285 * progmodes/subword.el (subword-mode):
2286 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
2287 * progmodes/which-func.el (which-function-mode):
2288 * term/tvi970.el (tvi970-set-keypad-mode):
2289 * term/vt100.el (vt100-wide-mode):
2290 * textmodes/flyspell.el (flyspell-mode):
2291 * textmodes/ispell.el (ispell-minor-mode):
2292 * textmodes/nroff-mode.el (nroff-electric-mode):
2293 * textmodes/paragraphs.el (use-hard-newlines):
2294 * textmodes/refill.el (refill-mode):
2295 * textmodes/reftex.el (reftex-mode):
2296 * textmodes/rst.el (rst-minor-mode):
2297 * textmodes/sgml-mode.el (html-autoview-mode)
2298 (sgml-electric-tag-pair-mode):
2299 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
2300 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
2301 * emulation/crisp.el (crisp-mode):
2302 * emacs-lisp/eldoc.el (eldoc-mode):
2303 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
2304 minor mode behavior.
2305
aa42ab43
JL
23062011-10-19 Juri Linkov <juri@jurta.org>
2307
2308 * descr-text.el (describe-char): Add #x2010 and #x2011 to
2309 the list of hard-coded chars with escape-glyph face.
2310
89400f1d
SM
23112011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2312
2313 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
2314
305c07f6
MA
23152011-10-19 Michael Albinus <michael.albinus@gmx.de>
2316
2317 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
2318 running process.
2319
13754b54
GM
23202011-10-19 Glenn Morris <rgm@gnu.org>
2321
2322 * vc/vc-bzr.el (vc-bzr-after-dir-status):
2323 Ignore ignored files. (Bug#9726)
2324
06e21633
CY
23252011-10-19 Chong Yidong <cyd@gnu.org>
2326
2327 Doc fix for minor modes, stating that an omitted argument enables
2328 the mode unconditionally when called from Lisp.
2329
2330 * abbrev.el (abbrev-mode):
2331 * allout.el (allout-mode):
2332 * autoinsert.el (auto-insert-mode):
2333 * autoarg.el (autoarg-mode, autoarg-kp-mode):
2334 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
2335 (global-auto-revert-mode):
2336 * battery.el (display-battery-mode):
2337 * composite.el (global-auto-composition-mode)
2338 (auto-composition-mode):
2339 * delsel.el (delete-selection-mode):
2340 * desktop.el (desktop-save-mode):
2341 * dired-x.el (dired-omit-mode):
2342 * dirtrack.el (dirtrack-mode):
2343 * doc-view.el (doc-view-minor-mode):
2344 * double.el (double-mode):
2345 * electric.el (electric-indent-mode, electric-pair-mode):
2346 * emacs-lock.el (emacs-lock-mode):
2347 * epa-hook.el (auto-encryption-mode):
2348 * follow.el (follow-mode):
2349 * font-core.el (font-lock-mode):
2350 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
2351 * help.el (temp-buffer-resize-mode):
2352 * hilit-chg.el (highlight-changes-mode)
2353 (highlight-changes-visible-mode):
2354 * hi-lock.el (hi-lock-mode):
2355 * hl-line.el (hl-line-mode, global-hl-line-mode):
2356 * icomplete.el (icomplete-mode):
2357 * ido.el (ido-everywhere):
2358 * image-file.el (auto-image-file-mode):
2359 * image-mode.el (image-minor-mode):
2360 * iswitchb.el (iswitchb-mode):
2361 * jka-cmpr-hook.el (auto-compression-mode):
2362 * linum.el (linum-mode):
2363 * longlines.el (longlines-mode):
2364 * master.el (master-mode):
2365 * mb-depth.el (minibuffer-depth-indicate-mode):
2366 * menu-bar.el (menu-bar-mode):
2367 * minibuf-eldef.el (minibuffer-electric-default-mode):
2368 * mouse-sel.el (mouse-sel-mode):
2369 * msb.el (msb-mode):
2370 * mwheel.el (mouse-wheel-mode):
2371 * outline.el (outline-minor-mode):
2372 * paren.el (show-paren-mode):
2373 * recentf.el (recentf-mode):
2374 * reveal.el (reveal-mode, global-reveal-mode):
2375 * rfn-eshadow.el (file-name-shadow-mode):
2376 * ruler-mode.el (ruler-mode):
2377 * savehist.el (savehist-mode):
2378 * scroll-all.el (scroll-all-mode):
2379 * scroll-bar.el (scroll-bar-mode):
2380 * server.el (server-mode):
2381 * shell.el (shell-dirtrack-mode):
2382 * simple.el (auto-fill-mode, transient-mark-mode)
2383 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
2384 (line-number-mode, column-number-mode, size-indication-mode)
2385 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
2386 * strokes.el (strokes-mode):
2387 * time.el (display-time-mode):
2388 * t-mouse.el (gpm-mouse-mode):
2389 * tool-bar.el (tool-bar-mode):
2390 * tooltip.el (tooltip-mode):
2391 * type-break.el (type-break-mode-line-message-mode)
2392 (type-break-query-mode):
2393 * view.el (view-mode):
2394 * whitespace.el (whitespace-mode, whitespace-newline-mode)
2395 (global-whitespace-mode, global-whitespace-newline-mode):
2396 * xt-mouse.el (xterm-mouse-mode): Doc fix.
2397
a3839de2
SM
2398 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2399 Fix autogenerated docstring.
06e21633 2400
5214e501
JL
24012011-10-19 Juri Linkov <juri@jurta.org>
2402
2403 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
2404 by checking environment variables "DESKTOP_SESSION" and
2405 "XDG_CURRENT_DESKTOP". (Bug#9779)
2406
195f8db9
JL
24072011-10-19 Juri Linkov <juri@jurta.org>
2408
2409 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
2410 (browse-url-chromium-program, browse-url-chromium-arguments):
2411 New defcustoms.
2412 (browse-url-default-browser): Check for `browse-url-chromium' and
2413 call `browse-url-chromium-program'.
2414 (browse-url-chromium): New command. (Bug#9779)
2415
343a34ff
JB
24162011-10-18 Juanma Barranquero <lekktu@gmail.com>
2417
2418 * facemenu.el (list-colors-duplicates): On Windows, detect more
2419 duplicates by assuming that only colors matching "^System" are
2420 special "system colors". (Bug#9722)
2421
6978a151
SM
24222011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2423
2424 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
2425 to distinguish the author from the committer.
2426
6a80b297
MA
24272011-10-18 Michael Albinus <michael.albinus@gmx.de>
2428
2429 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
2430
b31a5677
JK
24312011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
2432
2433 * international/mule.el (sgml-html-meta-auto-coding-function):
2434 Add support for detecting encoding in HTML5 specified only as
2435 <meta charset="UTF-8">. Implementation just makes http-equiv and
2436 content-type parts from HTML4 encoding string optional. (Bug#9716)
2437
80c6d77f
GM
24382011-10-18 Glenn Morris <rgm@gnu.org>
2439
2440 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
2441
08b0fee8
CY
24422011-10-18 Chong Yidong <cyd@gnu.org>
2443
2444 * faces.el (cursor): Doc fix.
2445
67e729a5
CY
24462011-10-17 Chong Yidong <cyd@gnu.org>
2447
2448 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
2449
343a34ff 24502011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
2451
2452 * dirtrack.el (dirtrack): Support shell buffers with path
2453 prefixes, e.g. tramp-based remote shells. (Bug#9647)
2454
0bc06380
TZ
24552011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
2456
2457 * json.el: Bump version to 1.3 and note change in History.
2458 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
2459
8b79f3e0
SM
24602011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2461
5a7c536b
SM
2462 * comint.el (comint-insert-input, comint-send-input)
2463 (comint-get-old-input-default, comint-backward-matching-input)
2464 (comint-next-prompt): Use nil instead of `input' for field property of
2465 past user input (bug#114).
2466
96a8a0df
SM
2467 * minibuffer.el (completion--replace): Inherit surrounding properties
2468 (bug#114).
2469 (minibuffer-complete-and-exit): Use it.
2470
8b79f3e0
SM
2471 * comint.el (comint--table-subvert): Quote the all-completions output
2472 (bug#9160).
2473
b8f7ff0d
MR
24742011-10-17 Martin Rudalics <rudalics@gmx.at>
2475
8b79f3e0 2476 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 2477
b8f7ff0d 2478 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 2479 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
2480 entries and separate them from frame entries.
2481
c235b555
GM
24822011-10-15 Glenn Morris <rgm@gnu.org>
2483
2484 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
2485 Doc fixes.
2486
6bbfa6e1
CY
24872011-10-15 Chong Yidong <cyd@stupidchicken.com>
2488
8b79f3e0
SM
2489 * net/network-stream.el (network-stream-open-starttls):
2490 Improve detection of failure due to lack of TLS support.
ec5c990d 2491
6bbfa6e1
CY
2492 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
2493 putting the input text in front and in bold.
2494
98488977
SM
24952011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
2496
3d1337be
SM
2497 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
2498
ee0b45e4
SM
2499 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
2500 empty buffer.
2501
98488977
SM
2502 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
2503 unread-command-events rather than pushing yet-another event.
2504
186f4720
EZ
25052011-10-14 Eli Zaretskii <eliz@gnu.org>
2506
2507 * mail/sendmail.el (sendmail-query-once): Improve the wording of
2508 the explanation of the possible choices. Make the options passed
2509 to completing-read shorter.
2510
8b7a997c
AM
25112011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2512
2513 * textmodes/flyspell.el (flyspell-large-region): Make sure
2514 extended character mode is used if defined (Bug#1339).
2515
12587bbb
EZ
25162011-10-13 Eli Zaretskii <eliz@gnu.org>
2517
2518 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
2519 character info for LRE, LRO, RLE, and RLO characters by appending
2520 an invisible PDF.
12587bbb 2521
bad41229
SM
25222011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
2523
2524 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
2525 even in case of error; add debug spec; simplify data flow.
2526 (with-timeout-handler): Remove.
2527
28dbc92f
MA
25282011-10-12 Michael Albinus <michael.albinus@gmx.de>
2529
2530 Fix Bug#6019, Bug#9315.
2531
2532 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
2533 complete `buffer-file-name', the local file name part could look
2534 remotely (for example on VMS).
2535
2536 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
2537 `tramp-run-real-handler'.
2538 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
2539 already quoted by '"'.
2540
2541 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
2542 Let `file-name-handler-alist' be nil, the local file name part
2543 could look remotely (for example on VMS).
2544
e1b0b23a
SM
25452011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2546
2547 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
2548 from here...
2549 (flyspell-post-command-hook): ...to here.
2550
a120bde9
SM
25512011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2552
2553 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
2554 if not needed.
2555 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
2556 using completion. Protect against "slow" callers.
2557 Remove the "message hack".
2558
7ce7717b
JL
25592011-10-11 Juri Linkov <juri@jurta.org>
2560
2561 * isearch.el (isearch-lazy-highlight-word): New variable.
2562 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
2563 Use it. (Bug#9727)
2564
c02ee9d6
GM
25652011-10-11 Glenn Morris <rgm@gnu.org>
2566
2567 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
2568 like f90-previous-statement does.
2569
93e616fd 25702011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2571
1f190e73 2572 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
2573 only in interactive use, to avoid error.
2574
af7b6078
SM
25752011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2576
2577 * minibuffer.el (completion-file-name-table): Fix last change,
2578 i.e. ignore normal errors but not the other ones.
2579
0563dae9
MR
25802011-10-10 Martin Rudalics <rudalics@gmx.at>
2581
2582 * window.el (special-display-buffer-names)
2583 (special-display-regexps): Remove some remnants of earlier
2584 changes from doc-strings.
366ca7f3
MR
2585 (quit-windows-on): New function.
2586
2587 * vc/vc.el (vc-revert, vc-rollback):
2588 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
2589 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 2590 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 2591
49677495
MR
25922011-10-09 Martin Rudalics <rudalics@gmx.at>
2593
2594 * window.el (frame-auto-hide-function): Add version tag.
2595 (Bug#9699)
2596
56f2d1e1
MA
25972011-10-09 Michael Albinus <michael.albinus@gmx.de>
2598
2599 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
2600 condition.
2601
112a6592
LL
26022011-10-09 Leo Liu <sdl.web@gmail.com>
2603
2604 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
2605 (Bug#9701)
2606
0812589b
GM
26072011-10-08 Glenn Morris <rgm@gnu.org>
2608
2609 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
2610 before the first code statement zero indent. (Bug#9690)
2611
b2b0776e
CY
26122011-10-08 Chong Yidong <cyd@stupidchicken.com>
2613
2614 * simple.el (count-words-region): Always count in the region.
2615 Report the number of lines and characters too.
2616 (count-words): New command, which counts in the buffer if the
2617 region is inactive, as count-words-region used to.
2618 (count-words--message): New function. Handle plurals.
2619 (count-lines-region): Make it an alias for count-words-region.
2620
2621 * bindings.el (esc-map): Replace count-lines-region with
2622 count-words-region.
2623
c557cd6b
MR
26242011-10-08 Martin Rudalics <rudalics@gmx.at>
2625
2626 * window.el (window--delete): Delete dedicated frame
2627 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 2628 (switch-to-buffer): Fix doc-string typo.
c557cd6b 2629
61a57ef4 26302011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2631
2632 * lisp/eshell/eshell.el (eshell-command): Avoid using hooks.
2633
c3833279
CY
26342011-10-07 Chong Yidong <cyd@stupidchicken.com>
2635
2636 * bindings.el ([M-left],[M-right]): Bind to left-word and
2637 right-word respectively.
2638
21ce8245
GM
26392011-10-07 Glenn Morris <rgm@gnu.org>
2640
2641 * cus-start.el (debug-on-quit): Fix custom type.
2642
6d823bb2
LMI
26432011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2644
0181e193
LMI
2645 * subr.el (define-key-after): Clarify that the function is not
2646 useful for non-menu keymaps.
2647
6d823bb2
LMI
2648 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
2649
8e3459ce 26502011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2651
21ce8245 2652 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 2653 in current minibuffer (Fix bug with recursive minibuffers).
2654
a1c2d21e
CY
26552011-10-06 Chong Yidong <cyd@stupidchicken.com>
2656
2657 * progmodes/gdb-mi.el (gdb): Doc fix.
2658
5a4cf282
MR
26592011-10-05 Martin Rudalics <rudalics@gmx.at>
2660
2661 * window.el (frame-auto-hide-function): New option replacing
2662 frame-auto-delete. Suggested by Stefan Monnier.
2663 (window--delete): Call frame-auto-hide-function instead of
2664 investigating frame-auto-delete.
c96111ea
MR
2665 (window-point-1, set-window-point-1): New functions.
2666 (window-in-direction, record-window-buffer, window-state-get-1)
2667 (display-buffer-record-window): Use window-point-1 instead of
2668 window-point.
2669 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 2670
9854542e
SM
26712011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
2672
2673 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
2674
8943cfb0
GM
26752011-10-05 Glenn Morris <rgm@gnu.org>
2676
2677 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
2678 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
2679
647ab967
LL
26802011-10-05 Leo Liu <sdl.web@gmail.com>
2681
2682 * subr.el (read-char-choice): Fix argument to buffer-live-p which
2683 works with buffer object.
2684
3ddfbced
SM
26852011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
2686
2687 * mpc.el (mpc-tool-bar-map): Add labels.
2688
bdfa5dd2
GM
26892011-10-04 Glenn Morris <rgm@gnu.org>
2690
2691 * calendar/holidays.el (calendar-check-holidays): Doc fix.
2692
0e2070b5
MR
26932011-10-04 Martin Rudalics <rudalics@gmx.at>
2694
2695 * window.el (window--delete): New function.
2696 (frame-auto-delete): Resuscitate option.
2697 (bury-buffer, replace-buffer-in-windows)
2698 (quit-window): Rewrite using window--delete.
2699 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
2700 Pass display-buffer-mark-dedicated to window--display-buffer-2
2701 (Bug#9639).
2702
3dc61a09
SM
27032011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2704
915a9b64
SM
2705 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
2706 returns a list (bug#9554). Add remote file name completion.
2707 * comint.el (comint--table-subvert): Curry and get quote&unquote
2708 functions as arguments.
2709 (comint--complete-file-name-data): Adjust call accordingly.
2710 * pcomplete.el (pcomplete--table-subvert): Remove.
2711 (pcomplete-completions-at-point): Use comint--table-subvert instead.
2712
3dc61a09
SM
2713 * minibuffer.el (completion-table-case-fold): Use currying.
2714 (completion--styles-type, completion--cycling-threshold-type):
2715 New constants.
2716 (completion-styles, completion-category-overrides)
2717 (completion-cycle-threshold): Use them.
2718 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
2719 completion-table-case-fold.
2720
8ea0a993
SB
27212011-10-03 Stephen Berman <stephen.berman@gmx.net>
2722
2723 * minibuffer.el (completion-category-overrides): Fix type of styles
2724 and add more user friendly tags (bug#9660).
2725
8c24b7f6
SM
27262011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2727
2728 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
2729 (mule-input-method-string): New widget.
2730 (default-input-method, language-info-custom-alist): Use it.
2731
428fe61a
SM
27322011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
2733
32c1fffd
SM
2734 * pcomplete.el: Require comint.
2735 (pcomplete--common-suffix): Remove.
2736 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
2737 (pcomplete--table-subvert): Sync with comint--table-subvert.
2738 (pcomplete--entries): Use comint-completion-file-name-table.
2739 * comint.el (comint-unquote-filename): Simplify.
2740 (comint-completion-file-name-table): New function (bug#9616).
2741 (comint--complete-file-name-data): Use it.
2742
428fe61a
SM
2743 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
2744 (pcmpl-gnu-tar-buffer): Remove.
2745 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
2746 around. Make sure pcomplete-suffix-list is only changed temporarily.
2747 Don't look inside the tar's file if it's too large.
428fe61a 2748
04c52e2f
CY
27492011-10-01 Chong Yidong <cyd@stupidchicken.com>
2750
ce3cefcc
CY
2751 * cus-edit.el (custom-mode-map):
2752 * epa.el (epa-key-list-mode-map):
2753 * man.el (Man-mode-map):
2754 * startup.el (splash-screen-keymap):
2755 * simple.el (special-mode-map): Use scroll-up-command and
2756 scroll-down-command.
2757
2758 * progmodes/idlw-help.el (idlwave-help-mode-map):
2759 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
2760 * net/newst-plainview.el (newsticker-mode-map):
2761 * emulation/ws-mode.el (wordstar-mode-map):
2762 * emulation/vi.el (vi-com-map):
2763 * calc/calc-graph.el (calc-graph-show-dumb):
2764 * term/sun.el (terminal-init-sun):
2765 * term/ns-win.el (global-map):
2766 * progmodes/grep.el (grep-mode-map):
2767 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
2768 * mail/rmail.el (rmail-mode-map):
2769 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
2770
04c52e2f
CY
2771 * custom.el (custom-safe-themes, load-theme): Treat value of t for
2772 custom-safe-themes as special.
2773
79adf8c8
JD
27742011-10-01 Julien Danjou <julien@danjou.info>
2775
2776 * notifications.el (notifications-notify): Fix docstring.
2777
63bd50d3
PS
27782011-10-01 Per Starbäck <per@starback.se>
2779
2780 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
2781
199e4c7e
MR
27822011-09-30 Martin Rudalics <rudalics@gmx.at>
2783
2784 * startup.el (command-line-1): Fix last fix by inserting
2785 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 2786 (Bug#9605) and (Bug#9636)
199e4c7e 2787
fe5f08dd
EZ
27882011-09-29 Eli Zaretskii <eliz@gnu.org>
2789
2790 * simple.el (line-move): If auto-hscroll-mode is disabled and the
2791 window is hscrolled, move by logical lines. (Bug#9607)
2792 (line-move-visual): Update the doc string to the above effect.
2793
b5516bbd
MR
27942011-09-29 Martin Rudalics <rudalics@gmx.at>
2795
ccee00c0
MR
2796 * window.el (display-buffer-record-window): When WINDOW is the
2797 selected window use `point' instead of `window-point'. (Bug#9626)
2798
b5516bbd
MR
2799 * startup.el (command-line-1): Use insert-before-markers when
2800 inserting initial-scratch-message. (Bug#9605)
ccee00c0 2801
b5516bbd
MR
2802 * help.el (help-window): Remove variable.
2803
52aa0014
GM
28042011-09-29 Glenn Morris <rgm@gnu.org>
2805
2806 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
2807
df9a7357
JB
28082011-09-29 Juanma Barranquero <lekktu@gmail.com>
2809
2810 * descr-text.el (describe-char-categories): Accept category
2811 descriptions more than one line long.
2812
a8406c20
SM
28132011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2814
88d9610c
SM
2815 * simple.el (delete-trailing-whitespace): Fix last change.
2816
a5daf810
SM
2817 * progmodes/perl-mode.el (perl-syntax-propertize-function):
2818 Don't confuse "y => 3" as the beginning of a `y' operation.
2819
a8406c20
SM
2820 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
2821 object has more than 4 slots (bug#9613).
2822
a239d4e9
JB
28232011-09-28 Juanma Barranquero <lekktu@gmail.com>
2824
2825 * subr.el (with-output-to-temp-buffer):
2826 * net/quickurl.el (quickurl, quickurl-browse-url):
2827 Fix typos in docstrings.
2828
693fbdb6
EZ
28292011-09-27 Eli Zaretskii <eliz@gnu.org>
2830
2831 * minibuffer.el (completion-styles)
2832 (completion-category-overrides): Cross reference each other in doc
2833 strings.
2834
8b457e28
GM
28352011-09-27 Glenn Morris <rgm@gnu.org>
2836
2837 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
2838 to split-string. (Bug#9606)
2839
85a16208
LMI
28402011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2841
2842 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
2843 (bug#9615).
2844
502f9ebd
CY
28452011-09-27 Chong Yidong <cyd@stupidchicken.com>
2846
2847 * emacs-lisp/package.el (list-packages): Fix echo area message.
2848
7690bdea
LL
28492011-09-27 Leo Liu <sdl.web@gmail.com>
2850
2851 * ido.el (ido-read-internal): Accept cons cell HIST arg.
2852
e2ee6f30
MA
28532011-09-25 Michael Albinus <michael.albinus@gmx.de>
2854
2855 * net/dbus.el (dbus-unregister-object): Don't release services for
2856 registered signals. (Bug#9581)
2857
f3f98342
TZ
28582011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
2859
2860 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
2861 function that picks between cfengine 2 and 3 support
2862 automatically. Update docs accordingly.
2863
dd7aa8dd
KH
28642011-09-22 Kenichi Handa <handa@m17n.org>
2865
2866 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
2867 ZERO.
2868 (indian-itrans-v5-table-for-tamil): New variable.
2869 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
2870
3f2b07f8
KM
28712011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
2872
2873 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
2874 that's true if the current command involved collapsing of text.
2875 It's reset to false at the beginning of the next command.
2876 (allout-post-command-business): Move the cursor to the beginning
2877 of entry if the cursor is hidden and collapsing activity just
2878 happened.
2879
371d6a61
CY
28802011-09-24 Chong Yidong <cyd@stupidchicken.com>
2881
2882 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
2883 tracking (Bug#9541).
2884
2ac2721a
UJ
28852011-09-24 Ulf Jasper <ulf.jasper@web.de>
2886
2887 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
2888 (newsticker-show-news): Automatically load html rendering package
2889 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
2890 because w3m-fill-column is let-bound" and the error "Symbol's value
2891 as variable is void: w3m-fill-column".
2ac2721a 2892
fac7ae53
MA
28932011-09-24 Michael Albinus <michael.albinus@gmx.de>
2894
2895 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
2896 Release services only if they are defined. (Bug#9581)
2897
e08b633b
RS
28982011-09-23 Richard Stallman <rms@gnu.org>
2899
e488d29c
RS
2900 * textmodes/paragraphs.el (forward-sentence): For backwards case,
2901 distinguish start of paragraph from start of its text.
2902
19c38752
RS
2903 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
2904
e08b633b
RS
2905 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
2906 (rmail-generate-viewer-buffer): Put that hook on view buffer.
2907 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
2908
0a39f27e
AS
29092011-09-23 Andreas Schwab <schwab@linux-m68k.org>
2910
2911 * international/mule-diag.el (mule-diag): Insert a newline after
2912 each fontset description.
2913
db4e950d
SM
29142011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
2915
2916 * simple.el (delete-trailing-whitespace):
2917 Document last change; simplify.
2918
eca3f3ea
PW
29192011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
2920
d68e189a
PW
2921 * simple.el (delete-trailing-whitespace): Also delete
2922 extra newlines at the end of the buffer.
2923
eca3f3ea
PW
2924 * textmodes/picture.el: Make motion commands obey shift-select-mode.
2925 (picture-newline): Use forward-line so as to ignore fields.
2926
01c157cc
SM
29272011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
2928
2929 * subr.el (with-wrapper-hook): Fix edebug spec.
2930
022de23e
LMI
29312011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2932
2933 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
2934 (bug#4538).
2935
91683089
MA
29362011-09-23 Michael Albinus <michael.albinus@gmx.de>
2937
eca3f3ea
PW
2938 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
2939 Fix nasty bug using wrong cached values.
91683089 2940
5bdd6fa4
AM
29412011-09-23 Alan Mackenzie <acm@muc.de>
2942
2943 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
2944
97adfb97
CY
29452011-09-23 Chong Yidong <cyd@stupidchicken.com>
2946
2947 * window.el (pop-to-buffer): Ensure right window is selected if we
2948 chose another frame.
2949
d4ef2b50
EZ
29502011-09-22 Eli Zaretskii <eliz@gnu.org>
2951
2952 * simple.el (what-cursor-position): Use get-char-property-change
2953 and next-single-char-property-change, to be able to show display
2954 properties that come from overlays as well as text properties.
2955
72258fe5
CY
29562011-09-22 Chong Yidong <cyd@stupidchicken.com>
2957
2958 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
2959
2960 * cmuscheme.el (run-scheme, switch-to-scheme):
2961 * cus-edit.el (customize-group, custom-buffer-create)
2962 (customize-browse):
2963 * info.el (info):
2964 * shell.el (shell):
2965 * mail/sendmail.el (mail):
2966 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
2967
8f098516
RS
29682011-09-22 Richard Stallman <rms@gnu.org>
2969
2970 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
2971 move back only to line beg, don't move back over blank lines.
2972
e74f1bb6
MA
29732011-09-22 Michael Albinus <michael.albinus@gmx.de>
2974
2975 * files.el (copy-directory): Set directory attributes only in case
2976 they could be retrieved from the source directory. (Bug#9565)
2977
bfeef8b6
DK
29782011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
2979
2980 * progmodes/hideshow.el (hs-looking-at-block-start-p)
2981 (hs-find-block-beginning, hs-hide-level-recursive):
2982 Ignore strings as well as comments. (Bug#9502)
2983
7e423bb8
AS
29842011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
2985
2986 * progmodes/sql.el (sql-comint-postgres):
2987 Convert port number to a string. (Bug#9566)
2988
b4d72fcf
MR
29892011-09-22 Martin Rudalics <rudalics@gmx.at>
2990
2991 * window.el (quit-window): Undedicate window when switching to
2992 previous buffer. Reported by Thierry Volpiatto
2993 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
2994 (special-display-popup-frame): When popping up a new frame reset
2995 its previous buffers to nil. Simplify code.
b4d72fcf 2996
a7b88dc6
MA
29972011-09-21 Michael Albinus <michael.albinus@gmx.de>
2998
2999 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
3000 and process filter, as done also in `shell-command'.
3001
cf4eacfd
MR
30022011-09-21 Martin Rudalics <rudalics@gmx.at>
3003
eca3f3ea 3004 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
3005 Call set-window-start with NOFORCE argument t.
3006 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
3007 (quit-window): Reword doc-string. Handle new format of
3008 quit-restore parameter. Don't delete window if it has a
3009 previous buffer we can show instead of the present one.
3010 (display-buffer-record-window): Rewrite using a new format for
3011 the quit-restore window parameter
3012 (special-display-popup-frame, display-buffer-same-window)
3013 (display-buffer-reuse-window, display-buffer-pop-up-frame)
3014 (display-buffer-pop-up-window, display-buffer-use-some-window):
3015 Adapt symbol passed to display-buffer-record-window.
3016 * help.el (help-window-setup): Handle new format of quit-restore
3017 parameter.
3018
8d28cb95
SM
30192011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
3020
94ab793f
SM
3021 * faces.el (face-list): Fix docstring (bug#9564).
3022
8d28cb95
SM
3023 * window.el (display-buffer--action-function-custom-type):
3024 Don't include internal functions in the Custom interface.
3025
3820edeb
JL
30262011-09-20 Juri Linkov <juri@jurta.org>
3027
3028 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
3029 (Info-forward-node, Info-backward-node, Info-next-preorder)
3030 (Info-last-preorder): Use it. (Bug#9528)
3031
5147931d
JL
30322011-09-20 Juri Linkov <juri@jurta.org>
3033
3034 * info.el (Info-last-preorder): Visit last menu item only when
3035 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
3036
cf499a1a
JD
30372011-09-20 Julien Danjou <julien@danjou.info>
3038
3039 * password-cache.el (password-cache-remove): Remove entries even if the
3040 value is nil, so that password with a nil value (negative caching) is
3041 possible to invalidate.
3042
f84e2fe2
LM
30432011-09-20 Lawrence Mitchell <wence@gmx.li>
3044
3045 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
3046 all whitespace around breakpoint. (Bug#9553)
3047 (f90-find-breakpoint): Only break at whitespace inside a comment.
3048
78054a46
SM
30492011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3050
3051 * minibuffer.el (completion-file-name-table): Keep track of errors.
3052 (completion-table-with-predicate): Handle the case where pred1 is nil.
3053 * pcomplete.el (pcomplete-completions-at-point): Simplify.
3054
345083b2
SM
30552011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3056
e24e27be
SM
3057 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
3058 (debugger-return-value): Signal an error if the debugging context does
3059 not await any return value.
3060
345083b2
SM
3061 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
3062 * image-mode.el (image-toggle-display-text)
3063 (image-toggle-display-image): Stay away from evil `intangible'.
3064
08d355e3
LL
30652011-09-19 Leo Liu <sdl.web@gmail.com>
3066
3067 * replace.el (occur-revert-arguments): Make it permanent-local.
3068 (occur-mode): Don't call font-lock-defontify.
3069
f01da43f
CY
30702011-09-19 Chong Yidong <cyd@stupidchicken.com>
3071
3072 * net/ldap.el (ldap-search-internal): Don't push empty search
3073 result (Bug#9508).
3074
b6072fa6
SM
30752011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3076
3077 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
3078
443d6696
MA
30792011-09-19 Michael Albinus <michael.albinus@gmx.de>
3080
3081 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
3082 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
3083
7cc6e154
JL
30842011-09-18 Juri Linkov <juri@jurta.org>
3085
3086 * buff-menu.el (Buffer-menu-mode-map):
3087 * dired.el (dired-mode-map):
3088 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
3089 (lisp-interaction-mode-map):
3090 * emacs-lisp/package.el (package-menu-mode-map):
3091 * epa.el (epa-key-list-mode-map):
3092 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
3093 (menu-bar-options-menu):
3094 * outline.el (outline-mode-menu-bar-map):
3095 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
3096 * vc/vc-dir.el (vc-dir-menu-map):
3097 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
3098 Capitalize non-function content words in menu item strings.
3099
3100 * dired.el (dired-mode-map): Add menu item for
3101 `image-dired-dired-toggle-marked-thumbs'.
3102
80302a81
JL
31032011-09-18 Juri Linkov <juri@jurta.org>
3104
3105 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
3106 to `isearch-case-fold-search' and restore its original value
3107 after the `isearch-mode' call.
3108
46c5cf66
JL
31092011-09-18 Juri Linkov <juri@jurta.org>
3110
3111 * progmodes/grep.el (grep-process-setup): Don't check code for 1
3112 because `zgrep' returns 1 for successful matches (bug#9226).
3113
d18b513b
JL
31142011-09-18 Juri Linkov <juri@jurta.org>
3115
3116 * info.el (Info-extract-menu-node-name): Check the second match
3117 for empty string (second test-case of bug#9528).
3118 (Info-last-preorder): Let-bind `Info-history' to nil to not add
3119 intermediate nodes to the history (first test-case of bug#9528).
3120
72753f87
JL
31212011-09-18 Juri Linkov <juri@jurta.org>
3122
3123 * info.el (Info-mode-syntax-table): New variable.
1154d12e 3124 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 3125
c9384295
JL
31262011-09-18 Juri Linkov <juri@jurta.org>
3127
1154d12e
JB
3128 * info.el (Info-file-supports-index-cookies):
3129 Increment line-beginning-position's arg from 3 to 4 because makeinfo
3130 outputs one more line for long file names (bug#4142).
c9384295 3131
d473dce8
CY
31322011-09-18 Chong Yidong <cyd@stupidchicken.com>
3133
3134 * newcomment.el (comment-normalize-vars): If prompting for
3135 comment-start, set comment-start-skip too (Bug#8424).
3136
2176854d
JB
31372011-09-18 Johan Bockgård <bojohan@gnu.org>
3138
3139 * icomplete.el: Fix previous fix of Bug#5849.
3140 (icomplete-mode): Don't set completion-show-inline-help.
3141 (icomplete-minibuffer-setup): Set completion-show-inline-help
3142 locally during icompletion.
3143
3aace4e4
CY
31442011-09-18 Chong Yidong <cyd@stupidchicken.com>
3145
c940224f
CY
3146 * woman.el (woman2-process-escapes): Don't delete unrecognized
3147 escapes (Bug#7843).
3148
3aace4e4
CY
3149 * files.el (inhibit-first-line-modes-regexps): Add image files.
3150 (hack-local-variables-prop-line): Return nil for malformed
3151 prop-lines (Bug#9044).
3152
710dec63
MA
31532011-09-18 Michael Albinus <michael.albinus@gmx.de>
3154
3155 * net/tramp.el (top): Don't require 'shell.
3156 (tramp-methods): Fix docstring.
3157 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
3158 Return complete remote file name. Handle "smb" case.
3159 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
3160 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
3161
3162 * net/tramp-compat.el (top): Require 'shell.
3163
3164 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
3165 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
3166 `tramp-current-host'.
3167 (tramp-get-remote-tmpdir): Remove.
3168
3169 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
3170 `tramp-tmpdir' entries.
3171 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
3172 (tramp-smb-handle-file-attributes): Ignore errors.
3173 (tramp-smb-wait-for-output): Check also for process end.
3174
5d5ac8ec
LMI
31752011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3176
3177 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
3178 when sending QUIT (bug#9312).
3179
8c0f49f0
CY
31802011-09-17 Chong Yidong <cyd@stupidchicken.com>
3181
3182 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
3183 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
3184 occur-mode-display-occurrence.
3185 (occur-edit-mode): Add usage message.
3186 (occur-cease-edit): New command.
3187 (occur-after-change-function): Use text properties to find the
3188 position of the prefix text.
3189 (occur-engine): Set stickiness of prefix text properties.
3190
8f1383f7
GM
31912011-09-17 Glenn Morris <rgm@gnu.org>
3192
3193 * progmodes/etags.el (complete-tag):
3194 Fix call to completion-in-region. (Bug#9526)
3195
744ba0e3
JL
31962011-09-17 Juri Linkov <juri@jurta.org>
3197
3198 * textmodes/ispell.el (ispell-word): Add to the error message
3199 the word, ispell program name and current dictionary (bug#9121).
3200 (ispell-tex-arg-end): Capitalize "error" in the error message.
3201
d9bbf400
AS
32022011-09-17 Andreas Schwab <schwab@linux-m68k.org>
3203
3204 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
3205 check. (Bug#4251)
3206
8da11505
JL
32072011-09-17 Juri Linkov <juri@jurta.org>
3208
3209 * window.el (window-safe-min-height, window-safe-min-width):
3210 Fix typos (followup to bug#9522).
3211
a91adc7e
SJ
32122011-09-17 Sven Joachim <svenjoac@gmx.de>
3213
3214 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
3215
064f328a
EZ
32162011-09-16 Eli Zaretskii <eliz@gnu.org>
3217
3218 * simple.el (line-move): If goal-column is set, move by logical
3219 lines, not by display lines. (Bug#971)
3220 (next-line, previous-line, goal-column, line-move-visual): Doc fix
3221 to reflect the above change.
3222
e69df516
SM
32232011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
3224
3225 * image.el (imagemagick-register-types): Use regexp-opt.
3226
cbb0f9ab
CY
32272011-09-15 Chong Yidong <cyd@stupidchicken.com>
3228
3229 * window.el (display-buffer-base-action): Rename from
3230 display-buffer-default-action. Make default value empty.
3231 (display-buffer-overriding-action): Convert to defvar.
3232 (display-buffer-fallback-action): New var.
3233
25322144
CY
32342011-09-15 Chong Yidong <cyd@stupidchicken.com>
3235
3236 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
3237 declaration.
3238 (package--add-to-archive-contents): If there is a duplicate entry
3239 with an older version, remove it.
3240 (package-menu-mark-delete, package-menu-mark-install)
3241 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
3242 (package-menu-mark-obsolete-for-deletion):
3243 Use package-menu-get-status instead of a regexp search.
25322144
CY
3244 (package-menu-get-status): Use tabulated-list-entry.
3245 (package-menu-mark-upgrades): New command.
d770725a 3246 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
3247 (package-menu-execute): Do installation before deletion.
3248 (package-menu-refresh, package-menu-execute): Use derived-mode-p
3249 instead of checking major-mode.
3250 (package-menu--find-upgrades): New function.
3251
7520339c
LMI
32522011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3253
3254 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
3255 passwords in the log buffer.
65a046c4
LMI
3256 (smtpmail-process-filter): Update the process marker so that the
3257 "broken by peer" status message is inserted in the right place.
7520339c 3258
d3c30954
SM
32592011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
3260
3fe48822
SM
3261 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
3262 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
3263 bibtex-completion-at-point-function.
3264 (bibtex-completion-at-point-function): Use them.
3265
1b8b3954
SM
3266 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
3267
d3c30954
SM
3268 * mpc.el (mpc-constraints-tag-lookup): New function.
3269 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
3270 also to browser "album|playlist".
3271
72779976
JL
32722011-09-14 Juri Linkov <juri@jurta.org>
3273
3274 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
3275 (isearch-edit-string): Use length of `isearch-string' when
3276 `isearch-fail-pos' returns nil.
3277 (isearch-message): Remove duplicate code and call
3278 `isearch-fail-pos' with arg `t'.
3279
a0bf2bcd
CY
32802011-09-14 Chong Yidong <cyd@stupidchicken.com>
3281
17bb0a2d
CY
3282 * replace.el (occur-mode-goto-occurrence): Don't force using other
3283 window (Bug#9499).
3284
a0bf2bcd
CY
3285 * dired-aux.el (dired-do-chmod): Don't provide initial input.
3286
f678e0b6
MR
32872011-09-14 Martin Rudalics <rudalics@gmx.at>
3288
3289 * window.el (display-buffer-window): Remove.
3290 (display-buffer-record-window): Use help-setup window parameter
3291 instead of variable display-buffer-window.
3292 (display-buffer-function, special-display-buffer-names)
3293 (special-display-function): Mention help-setup parameter instead
3294 of display-buffer-window in doc-string.
d3c30954
SM
3295 * help.el (help-window-setup): New argument help-window.
3296 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
3297 Reword some messages.
3298 (with-help-window): Pass window used for displaying the buffer
3299 to help-window-setup. Don't set display-buffer-window.
3300
8e39b2e8
GM
33012011-09-13 Glenn Morris <rgm@gnu.org>
3302
3303 * emacs-lisp/debug.el (debugger-make-xrefs):
3304 Preserve point. (Bug#9462)
3305
85e9c04b
CY
33062011-09-13 Chong Yidong <cyd@stupidchicken.com>
3307
3308 * window.el (window-deletable-p): Use next-frame.
3309
1b36ed6a
MR
33102011-09-13 Martin Rudalics <rudalics@gmx.at>
3311
3312 * window.el (window-auto-delete): Remove.
3313 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 3314 dedication and previous buffers.
1b36ed6a
MR
3315 (switch-to-prev-buffer): Don't delete window.
3316 (delete-windows-on): Delete a window's frame if and only if the
3317 window is dedicated.
3318 (replace-buffer-in-windows): Delete buffer's window or frame if
3319 and only if window is dedicated.
3320 (quit-window): Handle quit-restore as before last change.
4d61f28d 3321 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 3322
ef8ef9fb
CY
33232011-09-13 Chong Yidong <cyd@stupidchicken.com>
3324
3325 * window.el (window-deletable-p): Never delete the last frame on a
3326 given terminal.
3327
b2cba41e
GM
33282011-09-13 Glenn Morris <rgm@gnu.org>
3329
3330 * help.el (describe-key-briefly): Copy previous standard-output change.
3331
51553db6 33322011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
3333
3334 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
3335
b7556719
GM
33362011-09-13 Glenn Morris <rgm@gnu.org>
3337
3338 * emacs-lisp/lisp-mode.el (lisp-indent-function):
3339 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
3340
64b51947
CY
33412011-09-12 Chong Yidong <cyd@stupidchicken.com>
3342
3343 * dired-aux.el (dired-mark-read-string): Don't return default
3344 value on empty input (Bug#9361).
3345 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
3346 Omit initial minibuffer contents.
3347 (dired-do-chmod): Signal an error on empty input.
3348 (dired-mark-read-string): Don't return default on empty input.
3349
3350 * files.el (file-modes-symbolic-to-number): Doc fix.
3351
393a301e
SM
33522011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3353
3354 * international/mule-cmds.el (ucs-completions): Remove.
3355 (read-char-by-name): Use complete-with-action instead; add metadata.
3356
fa5660f9
CY
33572011-09-11 Chong Yidong <cyd@stupidchicken.com>
3358
3359 * window.el (display-buffer--action-function-custom-type)
3360 (display-buffer--action-custom-type): New vars.
3361 (display-buffer-alist, display-buffer-default-action)
3362 (display-buffer-overriding-action): Add defcustom types.
3363
4a592f66
CY
3364 * frame.el (delete-other-frames): Doc fix (Bug#276).
3365
73d56dbd
LMI
33662011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3367
3368 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
3369
37ac18a3
CY
33702011-09-11 Chong Yidong <cyd@stupidchicken.com>
3371
3372 Change modes that used same-window-* vars to use switch-to-buffer.
3373
3374 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
3375 Use switch-to-buffer.
3376
3377 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
3378 (customize-browse, custom-buffer-create-other-window):
3379 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
3380
3381 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
3382 (Info-prev, Info-up, Info-speedbar-goto-node)
3383 (info-display-manual): Use switch-to-buffer.
3384 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
3385
3386 * mail/sendmail.el (mail): Use switch-to-buffer.
3387 (mail-recover): Use switch-to-buffer-other-window.
3388
3389 * cmuscheme.el (run-scheme, switch-to-scheme):
3390 * ielm.el (ielm):
3391 * shell.el (shell):
3392 * net/rlogin.el (rlogin):
3393 * net/telnet.el (telnet, rsh):
3394 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
3395
10195bd6
AS
33962011-09-11 Andreas Schwab <schwab@linux-m68k.org>
3397
3398 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
3399
b322f63a
LMI
34002011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3401
39d7fed6
LMI
3402 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
3403 so don't mention it (bug#9301).
ba5a81f1 3404 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 3405
ee0e9f11
LMI
3406 * faces.el (face-spec-set-match-display): Make `(type graphic)'
3407 match `x', `w32' and `ns', like the manual says (bug#9029).
3408
0b1c89c1 3409 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
3410 (process-kill-buffer-query-function): Mention the buffer name in
3411 the query.
0b1c89c1 3412
77549ea8
LMI
3413 * image-mode.el (image-next-line): The line parameter is mandatory
3414 (bug#9258).
3415
803ef892
LMI
3416 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
3417 which can be useful (bug#9301).
3418
12980837
LMI
3419 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
3420
91054f8f
LMI
3421 * subr.el (match-string): Mention that the current buffer should
3422 be the same as the search was done in (bug#9282).
3423
b322f63a
LMI
3424 * facemenu.el: Disable the remove-* commands if the mark isn't
3425 active (bug#9162).
3426
3199b96f
CY
34272011-09-10 Chong Yidong <cyd@stupidchicken.com>
3428
3429 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
3430 of display-buffer.
3431 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
3432
3433 * replace.el (occur-mode-goto-occurrence)
3434 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
3435 and display-buffer.
3436
3437 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
3438 display-buffer.
3439
3440 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
3441 special-display and same-window variables.
3442 (mail-other-window): Use switch-to-buffer-other-window.
3443 (mail-other-frame): USe switch-to-buffer-other-frame.
3444
393a301e
SM
3445 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
3446 Use display-buffer-other-frame.
3199b96f
CY
3447 (gdb-display-gdb-buffer): Use pop-to-buffer.
3448
3449 * progmodes/gud.el (gud-goto-info): Use info-other-window.
3450
3451 * progmodes/python.el: Don't set same-window-buffer-names.
3452
3453 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
3454
3455 * window.el (display-buffer-alist): Add *Python*.
3456
8319e0bf
CY
34572011-09-10 Chong Yidong <cyd@stupidchicken.com>
3458
3459 * window.el (display-buffer-alist): Add entry for buffers
3460 previously handled same-window-*.
3461 (display-buffer-alist, display-buffer-default-action)
3462 (display-buffer-overriding-action): Mark as risky.
3463 (display-buffer-alist): Document action function changes.
3464 (display-buffer--same-window-action)
3465 (display-buffer--other-frame-action): New variables.
3466 (switch-to-buffer, display-buffer-other-frame): Use them.
3467 (display-buffer): Rename reuse-frame entry to reusable-frames.
3468 (display-buffer-reuse-selected-window): Function deleted.
3469 (display-buffer-reuse-window): Handle reusable-frames alist entry.
3470 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
3471 (display-buffer-special): New function.
3472 (display-buffer--maybe-pop-up-frame-or-window): Rename from
3473 display-buffer-reuse-or-pop-window. Split off special-display
3474 part into display-buffer-special.
3475 (display-buffer-use-some-window): Don't perform any special
3476 pop-up-frames handling.
3477 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 3478 (display-buffer--maybe-same-window): Rename from
0d3ff375 3479 display-buffer-maybe-same-window.
8319e0bf 3480
919a69aa
CY
3481 * info.el: Don't set same-window-regexps.
3482 (info-setup): New function.
3483 (info-other-window, info): Call it.
3484
3485 * cus-edit.el: Don't set same-window-regexps.
3486 (customize-group): New argument.
3487 (customize-group-other-window): Use it.
3488 (customize-face, customize-face-other-window): Likewise.
3489 (custom-buffer-create-other-window): Use pop-to-buffer directly.
3490
8319e0bf
CY
3491 * net/rlogin.el:
3492 * net/telnet.el:
3493 * progmodes/gud.el: Don't set same-window-regexps.
3494
3495 * cmuscheme.el:
3496 * ielm.el:
3497 * shell.el:
3498 * mail/sendmail.el:
3499 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
3500
25173000
JL
35012011-09-10 Juri Linkov <juri@jurta.org>
3502
3503 * isearch.el (isearch-edit-string): Remove obsolete mention of
3504 `C-w' (`isearch-yank-word-or-char') from docstring.
3505 (isearch-query-replace): Fix typo in docstring (bug#9466).
3506
056e44ef
JL
35072011-09-10 Juri Linkov <juri@jurta.org>
3508
3509 * paren.el (show-paren-function): Don't show escaped parens.
3510 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
3511
c3760c17
EZ
35122011-09-10 Eli Zaretskii <eliz@gnu.org>
3513
3514 * mail/sendmail.el (mml-to-mime, mml-attach-file)
3515 (mm-default-file-encoding): Remove autoload forms, they are
3516 replaced with autoload cookies in mml.el and mm-encode.el.
3517 (mail-add-attachment): New command.
3518 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
3519 (mail-mode): Mention mail-insert-file and mail-add-attachment in
3520 the doc string.
3521 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
3522
fece895e
RT
35232011-09-10 Reuben Thomas <rrt@sc3d.org>
3524
e69df516
SM
3525 * simple.el (count-words-region): Use buffer if there's no region
3526 (bug#9429).
fece895e 3527
5e68ce4a
JL
35282011-09-09 Juri Linkov <juri@jurta.org>
3529
3530 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
3531 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
3532 (wdired-isearch-filter-read-only): New function. (Bug#6362)
3533
0a6b9622
AM
35342011-09-09 Alan Mackenzie <acm@muc.de>
3535
3536 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
3537 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
3538
14a29deb
EZ
35392011-09-09 Eli Zaretskii <eliz@gnu.org>
3540
3541 Fix for Savannah bug#9392.
3542 * simple.el (mail-encode-mml): New defvar.
3543
3544 * mail/rmail.el (mail-encode-mml): Add a defvar.
3545 (rmail-enable-mime-composing): Default to t.
3546 (rmail-forward): Use MIME method of forwarding only if both
3547 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
3548 Set mail-encode-mml non-nil if the MIME method was used.
3549
3550 * mail/sendmail.el (mml-to-mime): Add autoload form.
3551 (mail-encode-mml): Add a defvar.
3552 (mail-mode): Make mail-encode-mml buffer-local and initialize it
3553 to nil.
3554 (mail-send): If mail-encode-mml is non-nil, run the outgoing
3555 message through mml-to-mime, and reset mail-encode-mml to nil.
3556
28c45130
GM
35572011-09-09 Glenn Morris <rgm@gnu.org>
3558
3559 * woman.el (woman-if-body): When processing an .el block,
3560 do not delete the next .el block as well. (Bug#9447)
69f4b618 3561 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 3562
9b1c252e
MR
35632011-09-08 Martin Rudalics <rudalics@gmx.at>
3564
3565 * window.el (window-deletable-p): Make sure window is live before
3566 invoking window-prev-buffers.
3567
567457e3
LL
35682011-09-08 Leo Liu <sdl.web@gmail.com>
3569
3570 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
3571
97f05794
JL
35722011-09-08 Juri Linkov <juri@jurta.org>
3573
3574 * progmodes/compile.el (compilation-environment): Make it
3575 a defcustom (bug#8340).
3576
8b0874b5
MR
35772011-09-08 Martin Rudalics <rudalics@gmx.at>
3578
3579 * window.el (frame-auto-delete): Rename to window-auto-delete.
3580 Make it control auto-deletion of windows and/or frames.
3581 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 3582 for deleting window/frame. (Bug#9419)
8b0874b5
MR
3583 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
3584 Rewrite handling of case when window/frame can be deleted.
3585 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 3586 argument t. (Bug#9456)
8b0874b5 3587
4feb6e73
CY
35882011-09-07 Chong Yidong <cyd@stupidchicken.com>
3589
3590 * help-mode.el (help-mode): Restore autoload.
3591
91ab9c13
JL
35922011-09-07 Juri Linkov <juri@jurta.org>
3593
3594 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
3595 `compilation-environment'. Set buffer-local
3596 `compilation-environment' to `thisenv' later after (funcall mode).
3597 (Bug#8340)
3598
3599 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
3600 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
3601 instead of replacing its value. (Bug#8340)
3602
0527e251
JL
36032011-09-07 Juri Linkov <juri@jurta.org>
3604
3605 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
3606 based on text properties put by `grep-filter' instead of matching
3607 escape sequences.
3608 (grep-mode): Set buffer-local `compilation-error-screen-columns'
3609 to the value of `grep-error-screen-columns' (bug#9438).
3610
249f792c
JL
36112011-09-07 Juri Linkov <juri@jurta.org>
3612
3613 * simple.el (next-error-highlight, next-error-highlight-no-select):
3614 Doc fix (bug#9432).
3615
ff7271b9
OT
36162011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
3617
3618 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
3619 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
3620
183fc730
LL
36212011-09-07 Leo Liu <sdl.web@gmail.com>
3622
3623 * net/rcirc.el (rcirc-mode): Conditionally initialize
3624 rcirc-input-ring.
3625
77694924
SM
36262011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3627
3628 * emacs-lisp/find-func.el (find-function-C-source): Only set
3629 find-function-C-source-directory after checking that we found a source
3630 file there (bug#9440).
3631
d809b8eb
AM
36322011-09-06 Alan Mackenzie <acm@muc.de>
3633
3634 * isearch.el (isearch-other-meta-char): Wherever a key list is
3635 unread, "unread" the prefix arg, too. This fixes bug #8901.
3636
453de99f
OG
36372011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
3638
3639 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
3640
90439906
JL
36412011-09-05 Juri Linkov <juri@jurta.org>
3642
3643 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
3644
f62bd846
JL
36452011-09-05 Juri Linkov <juri@jurta.org>
3646
3647 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
3648 keeping point where processing of grep matches begins, and
3649 continue to delete remaining escape sequences from the same point.
3650 (grep-filter): Make leading zero optional in "0?1;31m" because
3651 git-grep emits "\033[1;31m" escape sequences unlike expected
3652 "\033[01;31m" as GNU Grep does (bug#9408).
3653 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
3654
045820ec
JL
36552011-09-05 Juri Linkov <juri@jurta.org>
3656
3657 * subr.el (y-or-n-p): Capitalize "yes".
3658
f5e29b9b
MA
36592011-09-04 Michael Albinus <michael.albinus@gmx.de>
3660
3661 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
3662 `tramp-cache-unload-hook' where appropriate.
3663 (tramp-methods): Rename `tramp-remote-sh' to
3664 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
3665 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
3666
3667 * net/tramp-sh.el (top): Don't require 'shell.
3668 (tramp-methods): Add `tramp-remote-shell' and
3669 `tramp-remote-shell-args' entries.
3670 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
3671 (tramp-sh-handle-shell-command): Remove.
3672 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3673 Use `tramp-remote-shell'.
3674
2784c434
CY
36752011-09-03 Chong Yidong <cyd@stupidchicken.com>
3676
393a301e 3677 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
3678 (sendmail-query-once): Save directly to send-mail-function.
3679 Update message-send-mail-function too.
3680
3681 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
3682
464cdf56
CS
36832011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
3684
3685 * progmodes/python.el (python-mode-map): Use correct function to
3686 start python interpreter from menu-bar (as reported by Geert
3687 Kloosterman).
3688 (inferior-python-mode-map): Fix typo.
393a301e 3689 (python-shell-map): Remove.
464cdf56 3690
d37e5c87
DD
36912011-09-03 Deniz Dogan <deniz@dogan.se>
3692
3693 * net/rcirc.el (rcirc-print): Simplify code for
3694 rcirc-scroll-show-maximum-output. There is no need to walk
3695 through all windows to find the right one.
3696
f3ada0ee
CS
36972011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
3698
3699 * help.el (help-return-method): Doc fix.
3700
1f3c99ca
MR
37012011-09-03 Martin Rudalics <rudalics@gmx.at>
3702
3703 * window.el (window-deletable-p): Don't return a non-nil value
3704 when there's a buffer that was shown in the window before.
3705 (Bug#9419)
393a301e
SM
3706 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
3707 Set window's previous buffers to nil.
1f3c99ca 3708
a3cf097f
EZ
37092011-09-03 Eli Zaretskii <eliz@gnu.org>
3710
3711 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
3712 newline before and after the tag line, so it doesn't interfere
3713 with determining the paragraph direction of bidirectional text.
3714
3d03de90
LL
37152011-09-03 Leo Liu <sdl.web@gmail.com>
3716
3717 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
3718
c3313451
CY
37192011-09-02 Chong Yidong <cyd@stupidchicken.com>
3720
393a301e 3721 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
3722 (pop-to-buffer): Change interactive spec. Pass second argument
3723 directly to display-buffer.
3724 (display-buffer): Fix interactive spec. Use functionp to
3725 distinguish between a function and a list of functions.
3726
3727 * abbrev.el (edit-abbrevs):
3728 * arc-mode.el (archive-extract):
3729 * autoinsert.el (auto-insert):
3730 * bookmark.el (bookmark-bmenu-list):
3731 * files.el (find-file):
3732 * view.el (view-buffer):
3733 * progmodes/compile.el (compilation-goto-locus):
3734 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
3735
89894cd8
CY
37362011-09-02 Chong Yidong <cyd@stupidchicken.com>
3737
3738 * window.el (display-buffer-alist): Doc fix.
3739 (display-buffer): Add docstring. Don't treat
3740 display-buffer-default specially.
3741 (display-buffer-reuse-selected-window)
3742 (display-buffer-same-window, display-buffer-maybe-same-window)
3743 (display-buffer-reuse-window, display-buffer-pop-up-frame)
3744 (display-buffer-pop-up-window)
3745 (display-buffer-reuse-or-pop-window)
3746 (display-buffer-use-some-window): New functions.
3747 (display-buffer-default-action): Use them.
393a301e 3748 (display-buffer-default): Delete.
89894cd8
CY
3749 (pop-to-buffer-1): Fix choice of actions.
3750
ae0bc9fb
SM
37512011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
3752
3753 * minibuffer.el (completion--insert-strings): Don't get confused by
3754 completion entries that end with an LF char.
3755
e9d90883
EZ
37562011-09-01 Eli Zaretskii <eliz@gnu.org>
3757
3758 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
3759
437014c8
CY
37602011-09-01 Chong Yidong <cyd@stupidchicken.com>
3761
3762 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
3763 (display-buffer-same-window, display-buffer-other-window):
3764 New functions.
437014c8
CY
3765 (pop-to-buffer-1): New function. Use the above.
3766 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 3767 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
3768
3769 * view.el (view-buffer-other-window, view-buffer-other-frame):
3770 Just use pop-to-buffer.
3771
a5e063d5
TV
37722011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3773
3774 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
3775
793d32bb
WH
37762011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
3777
3778 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
3779
d65e4c15
RS
37802011-08-31 Richard Stallman <rms@gnu.org>
3781
3782 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
3783 of the separation of rmail-view-buffer from rmail-buffer.
3784 If you say no to "replace original", the decrypt is in the
3785 view buffer. If you say yes, the decrypt goes into the
3786 rmail buffer also.
3787
f818cd2a
MR
37882011-08-31 Martin Rudalics <rudalics@gmx.at>
3789
3790 * window.el (display-buffer-window): Rewrite doc-string.
3791 (display-buffer-record-window): New function.
3792 (display-buffer-macro-specifiers)
3793 (display-buffer-even-window-sizes, display-buffer-set-height)
3794 (display-buffer-set-width, display-buffer-in-window)
3795 (display-buffer-reuse-window, display-buffer-split-specifiers)
3796 (display-buffer-side-specifiers, display-buffer-split-window-1)
3797 (display-buffer-split-window, display-buffer-split-atom-window)
3798 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
3799 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
3800 (display-buffer-other-window-means-other-frame)
3801 (display-buffer-normalize-special)
3802 (display-buffer-normalize-default)
3803 (display-buffer-normalize-argument)
3804 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
3805 (display-buffer-normalize-specifiers, display-buffer-frame)
3806 (display-buffer-same-window, display-buffer-same-frame)
3807 (display-buffer-other-window)
3808 (display-buffer-same-frame-other-window)
3809 (display-buffer-other-frame, pop-to-buffer-same-window)
3810 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
3811 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
3812 (switch-to-buffer-same-frame)
3813 (switch-to-buffer-other-window-same-frame)
3814 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
3815 (display-buffer-alist-set-1, display-buffer-alist-set-2)
3816 (display-buffer-alist-set): Remove.
3817 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
3818 (special-display-regexps, special-display-function):
3819 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
3820 parameter.
3821 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
3822 (special-display-frame-alist, special-display-popup-frame)
3823 (same-window-buffer-names, same-window-regexps, same-window-p)
3824 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
3825 (split-window-preferred-function, split-height-threshold)
3826 (split-width-threshold, window-splittable-p)
3827 (split-window-sensibly, window--try-to-split-window)
3828 (window--frame-usable-p, even-window-heights)
3829 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
3830 (window--display-buffer-2, display-buffer-other-frame):
3831 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
3832 (display-buffer-default, display-buffer-assq-regexp): New functions.
3833 (display-buffer-alist): Rewrite doc-string.
3834 (display-buffer-default-action)
3835 (display-buffer-overriding-action): New variables.
3836 (display-buffer, switch-to-buffer): Rewrite.
3837 (pop-to-buffer): Restore Emacs 23 behavior but use
3838 window-normalize-buffer-to-display.
3839 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
3840 Restore Emacs 23 behavior but use
3841 window-normalize-buffer-to-switch-to.
3842 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
3843 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
3844 Rewrite using Emacs 23 options.
f818cd2a 3845
5bc3b51d
MA
38462011-08-31 Michael Albinus <michael.albinus@gmx.de>
3847
3848 * net/tramp.el (tramp-root-regexp): Remove.
3849 (tramp-completion-file-name-regexp-unified)
3850 (tramp-completion-file-name-regexp-separate)
3851 (tramp-completion-file-name-regexp-url): Don't use leading volume
3852 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
3853 (tramp-drop-volume-letter): Simplify definition.
3854 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 3855
b1a4f8e1
SM
38562011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
3857
3858 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
3859 (bug#9356).
3860
5664fa7b
RT
38612011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
3862
b1a4f8e1 3863 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 3864
9a45d6c3
JL
38652011-08-29 Juri Linkov <juri@jurta.org>
3866
3867 * isearch.el (isearch-done): Don't display message "Mark saved"
3868 when arg `edit' is non-nil to prevent its flicker in the echo area.
3869
fb87e0fb
CY
38702011-08-28 Chong Yidong <cyd@stupidchicken.com>
3871
3872 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
3873 obsolete packages for deletion.
3874
09ac1c2a
CS
38752011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
3876
3877 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 3878 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
3879 view-mode from help-mode.
3880 (help-xref-override-view-map): Remove.
3881 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
3882 view-mode is not used anymore.
3883
7a1ff57f
CY
38842011-08-28 Chong Yidong <cyd@stupidchicken.com>
3885
3886 * server.el (server-port): Doc fix.
3887
b9696605
CY
3888 * cus-theme.el (custom-theme-choose-mode): Inherit from
3889 special-mode (Bug#9124).
3890 (custom-theme-choose-mode-map): Add special-mode to parent.
3891
ef8cdf8c
AM
38922011-08-28 Alan Mackenzie <acm@muc.de>
3893
3894 * progmodes/cc-fonts.el
3895 (c-make-font-lock-BO-decl-search-function): New function.
3896 (c-basic-matchers-after - "Fontify the clauses after various
3897 keywords"): Extract the three keyword lists for the 3 erroneous
3898 constructs from the list of four, and use the new function above
3899 in place of an old one.
3900
27de4e20
DD
39012011-08-28 Deniz Dogan <deniz@dogan.se>
3902
3903 * net/rcirc.el (rcirc-insert-prev-input)
3904 (rcirc-insert-next-input): Remove unused argument.
3905
356a3681
SM
39062011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3907
3908 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
3909
3fc9b218
AM
39102011-08-27 Alan Mackenzie <acm@muc.de>
3911
3912 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
3913 handle function pointer parameters properly.
3914
538a061c
MR
39152011-08-27 Martin Rudalics <rudalics@gmx.at>
3916
3917 * window.el (display-buffer-reuse-window): Fix case where
3918 selected window was reused with non-nil OTHER-WINDOW argument.
3919 (Bug#9381)
3920
35b1c40c
DD
39212011-08-27 Deniz Dogan <deniz@dogan.se>
3922
3923 * net/rcirc.el (rcirc-check-auth-status): Adding support for
3924 oftc's NickServ messages.
3925
2f6a3e79
GM
39262011-08-27 Glenn Morris <rgm@gnu.org>
3927
3928 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
3929
7254299e
CY
39302011-08-26 Chong Yidong <cyd@stupidchicken.com>
3931
3932 * emacs-lisp/package.el (package-install): Call package-initialize
3933 if called interactively.
3934
f8ccf167
LL
39352011-08-26 Leo Liu <sdl.web@gmail.com>
3936
3937 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
3938
3e8cd5ce
JL
39392011-08-25 Juri Linkov <juri@jurta.org>
3940
3941 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
3942 `search-whitespace-regexp' (bug#9364).
3943
93eb7113
JL
39442011-08-25 Juri Linkov <juri@jurta.org>
3945
3946 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
3947 `regexp-search-ring' to their global values to protect from
3948 updating by `read-from-minibuffer' (bug#9185).
3949
f65d1611
JL
39502011-08-25 Juri Linkov <juri@jurta.org>
3951
3952 * textmodes/ispell.el (ispell-command-loop): Add newline
3953 at the end of the "Use option `i'..." line.
3954
f1cf7a31
JL
39552011-08-25 Juri Linkov <juri@jurta.org>
3956
3957 * battery.el (display-battery-mode): If `battery-status-function'
3958 or `battery-mode-line-format' is nil, display the message and set
3959 `display-battery-mode' to nil (bug#9363).
3960
0c95fcf7
EZ
39612011-08-25 Eli Zaretskii <eliz@gnu.org>
3962
3963 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
3964 bidi-string-mark-left-to-right; they are unnecessary now.
3965
a2ebe600
DD
39662011-08-25 Deniz Dogan <deniz@dogan.se>
3967
3968 * net/quickurl.el: Documentation typo fixes.
3969
e4ed06f1
CY
39702011-08-25 Chong Yidong <cyd@stupidchicken.com>
3971
3972 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
3973
e5f1c99e
GM
39742011-08-25 Glenn Morris <rgm@gnu.org>
3975
b2948976
GM
3976 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
3977
e5f1c99e
GM
3978 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
3979 (smtpmail-via-smtp): Handle nil response from smtp.
3980
f22f4808
JL
39812011-08-24 Juri Linkov <juri@jurta.org>
3982
3983 * proced.el (proced-marked): Inherit from `error' instead of
3984 `font-lock-warning-face'.
3985
3986 * ibuffer.el (ibuffer-marked-face): Change default face from
3987 `font-lock-warning-face' to `warning'.
3988 (ibuffer-deletion-face): Change default face from
3989 `font-lock-type-face' to `error'.
3990
3991 * battery.el (battery-update): Use the face `error' instead of
3992 `font-lock-warning-face' (bug#6117).
3993
6a93965e
JL
39942011-08-24 Juri Linkov <juri@jurta.org>
3995
3996 * faces.el (success): Change face color from "Green3" to
3997 "ForestGreen" on light background (bug#9353).
3998
1ed43b09
CY
39992011-08-24 Chong Yidong <cyd@stupidchicken.com>
4000
5664fa7b
RT
4001 * window.el (quit-window): Rename from quit-restore-window.
4002 Use same arglist as old quit-window.
1ed43b09
CY
4003 (frame-auto-delete): Doc fix.
4004
4005 * view.el (view-mode-exit): Use quit-window.
4006
11dcdbb2
JL
40072011-08-24 Juri Linkov <juri@jurta.org>
4008
4009 * isearch.el (isearch-ring-adjust1): Start visiting previous
4010 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
4011 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
4012 for empty search string (when the last search string is reused
4013 automatically) to adjust the isearch ring to the last element and
4014 prepare the correct index for further M-p commands (bug#9185).
4015
de62b4df
KH
40162011-08-24 Kenichi Handa <handa@m17n.org>
4017
4018 * international/ucs-normalize.el: If decomposition property of
4019 CHAR is the default one (i.e. a list of CHAR itself), treat it as
4020 nil.
4021 (nfd, nfkd): Likewise.
4022
963b492b
SM
40232011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
4024
4025 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
4026 from process filters aren't reliably transmitted to the surrounding
4027 accept-process-output.
4028 (mpc-proc-check): New function.
4029 (mpc-proc-sync): Use it (bug#8293)
4030
93b6b5e1
SM
40312011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
4032
4033 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
4034 Add compatibility functions (bug#9313).
4035
bca633fb
EZ
40362011-08-23 Eli Zaretskii <eliz@gnu.org>
4037
b177498a
EZ
4038 * cus-start.el (all): Add entry for bidi-paragraph-direction.
4039
bca633fb
EZ
4040 * international/uni-bidi.el: Regenerated.
4041
0902a04e
KH
40422011-08-23 Kenichi Handa <handa@m17n.org>
4043
4044 * international/charprop.el:
4045 * international/uni-bidi.el:
4046 * international/uni-category.el:
4047 * international/uni-combining.el:
4048 * international/uni-comment.el:
4049 * international/uni-decimal.el:
4050 * international/uni-decomposition.el:
4051 * international/uni-digit.el:
4052 * international/uni-lowercase.el:
4053 * international/uni-mirrored.el:
4054 * international/uni-name.el:
4055 * international/uni-numeric.el:
4056 * international/uni-old-name.el:
4057 * international/uni-titlecase.el:
4058 * international/uni-uppercase.el: Regenerate.
4059
3bbf23bc
MR
40602011-08-23 Martin Rudalics <rudalics@gmx.at>
4061
4062 * help.el (help-window-setup): Fix message displayed when other
4063 window is reused. (Bug#9341)
4064
b3fd59bd
SM
40652011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
4066
1802e444
SM
4067 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
4068 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
4069
b3fd59bd
SM
4070 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
4071 Mark obsolete.
4072 * shell.el (shell-parse-pcomplete-arguments): New function.
4073 (shell-completion-vars): Use it instead (bug#9160).
4074
4eb61348
SM
40752011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
4076
867cab74
SM
4077 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
4078 strings and comments (bug#9333).
4079
4eb61348
SM
4080 * emacs-lisp/debug.el (debug-arglist): New function.
4081 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
4082 (debug-on-entry-1): Handle interpreted closures (bug#9120).
4083
262a1439
JL
40842011-08-22 Juri Linkov <juri@jurta.org>
4085
56ee679c
JL
4086 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4087 Revert regexp that highlights output switches to its old
4088 pre-2010-10-28 value and remove one `?' from it (bug#9319).
4089
262a1439
JL
4090 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
4091 to check for empty output (bug#9226).
4092
f13f86fb
CY
40932011-08-22 Chong Yidong <cyd@stupidchicken.com>
4094
4095 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
4096 symbol-constituent as the default, as that stops font-lock from
4097 working properly (Bug#8843).
4098
c65c9622
LMI
40992011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4100
4101 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
4102 `coding-system-for-*' around the process open call to avoid
4103 auth-source side effects.
e7f2c178 4104 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
4105 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
4106 probe hangs.
c65c9622 4107
23a8a5ab
CY
41082011-08-21 Chong Yidong <cyd@stupidchicken.com>
4109
ff98b2dd
CY
4110 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
4111
23a8a5ab
CY
4112 * emacs-lisp/find-func.el (find-function-noselect): New arg
4113 lisp-only.
4114
4115 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
4116 signal an error for built-in functions (Bug#6664).
4117
f5e3c598
LMI
41182011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4119
4120 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
4121 (smtpmail-try-auth-methods): Use it.
4122
a3f2468a
CY
41232011-08-21 Chong Yidong <cyd@stupidchicken.com>
4124
2c34e8da
CY
4125 * font-lock.el (font-lock-fontify-region)
4126 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
4127 (font-lock-default-unfontify-buffer)
4128 (font-lock-default-fontify-region)
4129 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
4130
b3fd59bd
SM
4131 * progmodes/compile.el (compilation-error-properties):
4132 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
4133 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
4134 `ant' regexp.
ee31aabc 4135
a3f2468a
CY
4136 * net/browse-url.el (browse-url-firefox): Don't call
4137 browse-url-firefox-sentinel unless using -remote (Bug#9328).
4138
8e999f70
GM
41392011-08-20 Glenn Morris <rgm@gnu.org>
4140
c21a496a
GM
4141 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
4142
59ee0542
GM
4143 * tutorial.el (tutorial--default-keys): Update some default bindings.
4144
8e999f70
GM
4145 * files.el (hack-local-variables): Fully ignore case for "mode:".
4146
e3715033
AM
41472011-08-20 Alan Mackenzie <acm@muc.de>
4148
4149 Resolve invalid use of a regexp in regexp-opt.
4150
4d61f28d
JB
4151 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
4152 detection for a java annotation.
e3715033 4153
4d61f28d 4154 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
4155 detection for a java annotation.
4156
4d61f28d
JB
4157 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
4158 handling for java.
e3715033
AM
4159 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
4160
04ed2e9c
CY
41612011-08-20 Chong Yidong <cyd@stupidchicken.com>
4162
4163 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
4164 (Bug#9274).
4165
826cee64
AM
41662011-08-20 Alan Mackenzie <acm@muc.de>
4167
58179cce 4168 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
4169 such a construct. Mainly for when jit-lock etc. starts a chunk
4170 here.
4171
58179cce 4172 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 4173 variable.
58179cce 4174 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
4175 c-make-font-lock-search-function.
4176 (c-make-font-lock-search-function): Use the above function.
4177 (c-make-font-lock-context-search-function): New function.
4178 (c-cpp-matchers): Enhance the preprocessor expression case with
4179 the above function
4180 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
4181 which takes an expression.
4182
4183 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
4184
13009bd8
MR
41852011-08-20 Martin Rudalics <rudalics@gmx.at>
4186
4187 * window.el (display-buffer-reuse-window)
4188 (display-buffer-pop-up-window): Don't reuse or split a side
4189 window.
4190
9234ff7f
GM
41912011-08-19 Glenn Morris <rgm@gnu.org>
4192
4193 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 4194 Downcase "Mode:". (Bug#9331)
9234ff7f 4195
f635daa1
CY
41962011-08-18 Chong Yidong <cyd@stupidchicken.com>
4197
4198 * international/characters.el: Add L and R categories.
4199
4200 * subr.el (bidi-string-mark-left-to-right): Rename from
4201 string-mark-left-to-right. Use category search.
4202
4203 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
4204
bc987f8b
JL
42052011-08-18 Juri Linkov <juri@jurta.org>
4206
4207 * faces.el (error, warning, success): New faces with definitions
4208 copied from old default values of `font-lock-warning-face',
4209 `compilation-warning', `compilation-info' (bug#6117).
4210
4211 * font-lock.el (font-lock-warning-face): Inherit from `error'.
4212
4213 * progmodes/compile.el (compilation-error): Inherit from `error'.
4214 (compilation-warning): Inherit from `warning'.
4215 (compilation-info): Inherit from `success'.
4216
4217 * dired.el (dired-marked): Inherit from `warning'.
4218 (dired-flagged): Inherit from `error'.
4219
57173b96
LMI
42202011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4221
3e79eb87
LMI
4222 * mail/smtpmail.el (auth-source): Require to avoid problems with
4223 binding variables (bug#9298). Also clean up some unused
4224 autoloads.
4225
b3fd59bd
SM
4226 * net/network-stream.el (network-stream-open-starttls):
4227 Support using starttls.el without using gnutls-cli.
57173b96 4228
02b404de
JL
42292011-08-17 Juri Linkov <juri@jurta.org>
4230
4231 * progmodes/grep.el (rgrep): Handle the case when
4232 `grep-find-command' is a cons cell (bug#9278).
4233
8c9177f2
MR
42342011-08-17 Martin Rudalics <rudalics@gmx.at>
4235
4236 * window.el (display-buffer-pop-up-frame): Run frame creation
4237 function with BUFFER current (as special-display-popup-frame
4238 does). Reported by Drew Adams.
4239
3644a0ab
DU
42402011-08-17 Daiki Ueno <ueno@unixuser.org>
4241
4242 * epa-mail.el: Simplify GnuPG group expansion using
4243 epg-expand-group.
4244 (epa-mail-group-alist, epa-mail-group-modtime)
4245 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
4246 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
4247 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
4248 Remove.
4249
5e617bc2 42502011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
4251
4252 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
4253
9c4aeabf
AM
42542011-08-16 Alan Mackenzie <acm@muc.de>
4255
4256 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
4257 Correct, to avoid the inside of macros.
4258
3a99bf64
RS
42592011-08-16 Richard Stallman <rms@gnu.org>
4260
04963aa8
RS
4261 * epa-mail.el: Handle GnuPG group definitions.
4262 (epa-mail-group-alist, epa-mail-group-modtime)
4263 (epa-mail-gnupg-conf-file): New variables.
4264 (epa-mail-parse-groups, epa-mail-sync-groups)
4265 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
4266 (epa-mail-expand-recipients): New functions.
4267 (epa-mail-encrypt): Call epa-mail-expand-recipients.
4268
177549d0
RS
4269 * mail/rmail.el (rmail-epa-decrypt): New command.
4270
fe38beef
RS
4271 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
4272 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
4273 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
4274 (epa-decrypt-armor-in-region): Make error message clearer.
4275
934eacb9
SM
42762011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
4277
4278 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
4279 and "a2b" to "ab" for `prefix'.
4280
d024fb4e
CY
42812011-08-14 Chong Yidong <cyd@stupidchicken.com>
4282
4283 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
4284 filter groups.
de148fee
CY
4285 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
4286 Fourquet (Bug#8804).
d024fb4e 4287
62f1ca49
JB
42882011-08-12 Juanma Barranquero <lekktu@gmail.com>
4289
4290 * startup.el (argi): Declare as global variable (bug#9275).
4291
9ccaaa4b
CY
42922011-08-12 Chong Yidong <cyd@stupidchicken.com>
4293
4294 * subr.el (string-mark-left-to-right): Search the entire string
4295 for RTL script, not just the terminating character. Doc fix.
4296
a3dae87a
SM
42972011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4298
6cd18349
SM
4299 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
4300 New function.
4301 (js--regexp-literal, js-syntax-propertize-function): Remove.
4302 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
4303 (js-mode-map): Don't rebind electric keys.
4304 (js-insert-and-indent): Remove.
4305 (js-mode): Setup electric-layout and electric-indent instead.
4306
a3dae87a
SM
4307 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
4308
9d5cb631
DU
43092011-08-12 Daiki Ueno <ueno@unixuser.org>
4310
4311 * epa.el (epa-progress-callback-function): Fix the logic of
4312 displaying progress.
4313 * epa-file.el (epa-file-insert-file-contents): Make progress
4314 display more user-friendly.
4315 (epa-file-write-region): Ditto.
4316
3e26a4a2
CY
43172011-08-10 Chong Yidong <cyd@stupidchicken.com>
4318
4319 * subr.el (string-mark-left-to-right): New function.
4320
4321 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
4322 Use string-mark-left-to-right.
4323 (list-buffers-noselect): Caller changed.
4324
a3dae87a
SM
4325 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
4326 Use string-mark-left-to-right.
3e26a4a2
CY
4327 (tabulated-list-print): Recenter after moving point.
4328
ac8cf6e6
JL
43292011-08-10 Juri Linkov <juri@jurta.org>
4330
4331 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
4332 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
4333 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
4334
8d96c9a4
CY
43352011-08-09 Chong Yidong <cyd@stupidchicken.com>
4336
4337 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
4338 (Bug#7554).
4339
7be1c708 43402011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
4341
4342 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
4343 character. (Bug#6594)
4344
37e11a63
CY
43452011-08-08 Chong Yidong <cyd@stupidchicken.com>
4346
839dde57
CY
4347 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
4348 (image-dired--with-db-file): New macro.
4349 (image-dired-write-tags, image-dired-remove-tag)
4350 (image-dired-create-gallery-lists, image-dired-write-comments)
4351 (image-dired-get-comment, image-dired-mark-tagged-files)
4352 (image-dired-list-tags, image-dired-gallery-generate): Use it.
4353 (image-dired-gallery-generate): Use insert-file-contents.
4354
37e11a63
CY
4355 * time.el (display-time-world-list, display-time-world-display):
4356 * time-stamp.el (time-stamp-string):
4357 * vc/add-log.el (add-change-log-entry): Use setenv instead of
4358 set-time-zone-rule (Bug#7337).
4359
0b4946c4
DU
43602011-08-08 Daiki Ueno <ueno@unixuser.org>
4361
4362 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
4363 (epg-error-to-string, epg-errors-to-string): New function.
4364 (epg-wait-for-completion): Reverse errors list.
4365 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
4366 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
4367 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
4368 (epg-sign-keys, epg-generate-key-from-file)
4369 (epg-generate-key-from-string): Format errors by using
4370 epg-errors-to-string (bug#9255).
4371 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
4372
75bfc667
JL
43732011-08-07 Juri Linkov <juri@jurta.org>
4374
4375 * faces.el (list-faces-display): Remove extra angle bracket
4376 from `help-mode-map'.
4377
4378 * info.el (Info-history-toc-nodes): Doc fix.
4379
4380 * longlines.el (longlines-mode): Doc fix.
4381
673e08bb
SM
43822011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
4383
4640dd88
SM
4384 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
4385 of statements and in a few more cases (bug#9183).
4386
673e08bb
SM
4387 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
4388 New functions.
4389 (cl-transform-lambda): Use them (bug#9239).
4390
89b3f019
MR
43912011-08-05 Martin Rudalics <rudalics@gmx.at>
4392
4393 * window.el (display-buffer-same-window)
4394 (display-buffer-same-frame, display-buffer-other-window)
4395 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
4396 (pop-to-buffer-other-window)
4397 (pop-to-buffer-same-frame-other-window)
4398 (pop-to-buffer-other-frame): Make them defuns.
4399 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
4400
640c8776
SM
44012011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4402
4403 * subr.el (make-composed-keymap): Move from C. Change calling
4404 convention, and improve docstring to bring attention to a subtle point.
4405 * minibuffer.el (completing-read-default): Adjust accordingly.
4406
63648a95
MA
44072011-08-03 Michael Albinus <michael.albinus@gmx.de>
4408
4409 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
4410 (tramp-open-shell): Use `tramp-shell-quote-argument'.
4411
4412 * net/trampver.el: Update release number.
4413
b796c9b7
SM
44142011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4415
4416 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
4417 "in" (bug#9190).
4418
2239d7d5
LMI
44192011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4420
e07dd7c3
LMI
4421 * mail/sendmail.el (sendmail-query-once): Restore the current
4422 buffer after querying (bug#9074).
4423
0e6a2bd7
LMI
4424 * dired.el (dired-flagged): Use different faces for marked and
4425 flagged files (bug#6117).
4426
ce887515
LMI
4427 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
4428 (bug#4433).
4429
92f2affc
LMI
4430 * ido.el (ido-mode): Switch off the message if called
4431 non-interactively.
4432
57d5aff0
LMI
4433 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
4434 before 587, since it appears that that's more likely to work for
4435 more people.
4436
98cd6c18 4437 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 4438 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
4439 exist.
4440
b96dec83
LMI
4441 * info.el: Remove the `Info-beginning-of-buffer' function
4442 (bug#8325).
4443
b796c9b7
SM
4444 * net/network-stream.el (network-stream-open-starttls):
4445 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 4446
d90e2ea0
MR
44472011-08-01 Martin Rudalics <rudalics@gmx.at>
4448
4449 * window.el (display-buffer-in-window): Don't set dedicated status
4450 of window here (Bug#9215).
4451 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
4452 (display-buffer-pop-up-side-window)
b796c9b7 4453 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 4454
cca09170
SM
44552011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
4456
4457 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
4458 before binding generated-autoload-file.
4459
027b979c
DD
44602011-08-01 Deniz Dogan <deniz@dogan.se>
4461
4462 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
4463
3c7ee4f3
MA
44642011-07-30 Michael Albinus <michael.albinus@gmx.de>
4465
4466 Sync with Tramp 2.2.2.
4467
4468 * net/trampver.el: Update release number.
4469
2cc8e51a
JL
44702011-07-30 Juri Linkov <juri@jurta.org>
4471
4472 * dired-aux.el (dired-touch-initial): Remove function.
4473 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
4474 current time, and `default' to the last modification time of the
4475 current marked file (bug#6887).
4476
a514d856
JM
44772011-07-28 Jose E. Marchesi <jemarch@gnu.org>
4478
4479 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 4480 numeric argument to read-number (bug#9163).
a514d856 4481
8a7eddd7
MA
44822011-07-27 Michael Albinus <michael.albinus@gmx.de>
4483
4484 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
4485 connection process, it could be nil.
4486
1ddd96f5
LL
44872011-07-27 Leo Liu <sdl.web@gmail.com>
4488
4489 Simplify url handling in rcirc-mode.
4490
4491 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
4492 (rcirc-browse-url-at-mouse): Remove.
4493 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
4494
b248a85d
AM
44952011-07-26 Alan Mackenzie <acm@muc.de>
4496
4497 Fontify bitfield declarations properly.
4498
4499 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
4500 (c-symbol-chars): Now exported as a lang variable.
4501 (c-not-primitive-type-keywords): New lang variable.
4502
4503 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
4504 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 4505 parsed as a bitfield declaration.
b248a85d 4506
b796c9b7
SM
4507 * progmodes/cc-engine.el (c-beginning-of-statement-1):
4508 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
4509 (c-punctuation-in): New function.
4510 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
4511 declarations properly.
4512
68575ab0
UJ
45132011-07-26 Ulf Jasper <ulf.jasper@web.de>
4514
4515 * calendar/icalendar.el (icalendar--all-events): Take care of
4516 multiple vcalendars in a single file.
b796c9b7 4517 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 4518
0f0a88b9
DD
45192011-07-25 Deniz Dogan <deniz@dogan.se>
4520
4521 * image.el (insert-image): Clarifying docstring.
4522
0b3f36df
MA
45232011-07-24 Michael Albinus <michael.albinus@gmx.de>
4524
4525 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
4526 `tramp-send-command-and-check' if there is no error.
4527 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
4528
a9901f61
AM
45292011-07-22 Alan Mackenzie <acm@muc.de>
4530
4531 Prevent cc-langs.elc being loaded at run time.
4532
4533 * progmodes/cc-mode.el: Remove two autoload forms which loaded
4534 cc-langs.
4535
4d61f28d 4536 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
4537 "(require 'cc-langs)". Quote a form so it will evaluate at
4538 (cc-mode's) compilation time.
4539
11d074b2
MA
45402011-07-22 Michael Albinus <michael.albinus@gmx.de>
4541
4542 * net/tramp.el (tramp-file-name-handler): Avoid recursive
4543 loading. (Bug#9114)
4544
938b94c8
MR
45452011-07-21 Martin Rudalics <rudalics@gmx.at>
4546
4547 * window.el (display-buffer-pop-up-window)
4548 (display-buffer-pop-up-side-window)
4549 (display-buffer-in-side-window): Call display-buffer-set-height
4550 and display-buffer-set-width after setting the new window's
b796c9b7 4551 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 4552
bfa4f190
SS
45532011-07-20 Sam Steingold <sds@gnu.org>
4554
4555 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
4556 (etags-tags-included-tables): Call `convert-standard-filename' on
4557 the file names contained in TAGS so that windows Emacs can handle
4558 TAGS files created by cygwin ctags.
4559
8ca42262
LMI
45602011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4561
4562 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
4563 which apparently didn't work.
4564
5db2afd2 45652011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 4566
5db2afd2
RW
4567 * proced.el (proced-send-signal): For *Marked Processes* buffer
4568 put point at beginning of buffer.
4569
92e15d10
SB
45702011-07-19 Stephen Berman <stephen.berman@gmx.net>
4571
4572 * proced.el (proced-format): Make header lines align with the text
4573 (bug#1779).
4574
1bfd59e5
LMI
45752011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4576
4577 * view.el (view-buffer): Allow running in `special' modes if we're
4578 visiting a file (bug#8615).
4579
f5aae37c
MR
45802011-07-19 Martin Rudalics <rudalics@gmx.at>
4581
4582 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
4583 (display-buffer-alist-set-1, display-buffer-alist-set-2):
4584 New functions.
f5aae37c
MR
4585 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
4586 more accurately.
4587
bf2c1571
AM
45882011-07-18 Alan Mackenzie <acm@muc.de>
4589
4590 Fontify declarators properly when, e.g., a jit-lock chunk begins
4591 inside a declaration.
4592
4593 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
4594
b796c9b7
SM
4595 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
4596 New function.
bf2c1571
AM
4597 (c-complex-decl-matchers): Insert reference to
4598 c-font-lock-enclosing-decls.
4599
4600 * progmodes/cc-engine.el (c-backward-single-comment):
4601 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
4602 to nil around calls to (forward-comment -1).
4603
4e190b80
LMI
46042011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4605
12dc863d
LMI
4606 * image.el (put-image): Doc typo fix.
4607
a762e966
LMI
4608 * progmodes/etags.el (tags-search): Doc typo fix.
4609
4e190b80
LMI
4610 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
4611 password if we get errors 550 to 554.
4612
f019fb21
LMI
46132011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4614
b796c9b7 4615 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 4616
81746738
LMI
4617 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
4618 indentation character (bug#6380).
4619
3ee3a1b5
LMI
4620 * files.el (buffer-offer-save): Made permanently local (bug#6241).
4621
c82f64de
LMI
4622 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
4623 to clarify what the problem is (bug#4291).
4624
f019fb21
LMI
4625 * simple.el (current-kill): Clarify what
4626 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
4627 (auto-fill-mode): Document `auto-fill-function' in relation to
4628 `auto-fill-mode' (bug#2470).
f019fb21 4629
0794775d
LM
46302011-07-16 Lawrence Mitchell <wence@gmx.li>
4631
4632 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
4633 method if slot is read-only (bug#9035).
4634
be39b8cc
MR
46352011-07-16 Martin Rudalics <rudalics@gmx.at>
4636
b796c9b7 4637 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 4638 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
4639 selected before, see discussion of (Bug#8615), (Bug#6954).
4640 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 4641
6ccf7859
GM
46422011-07-15 Glenn Morris <rgm@gnu.org>
4643
4644 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 4645 Respect help-form.
6ccf7859 4646
87e86684
LM
46472011-07-09 Lawrence Mitchell <wence@gmx.li>
4648
4649 * net/gnutls.el (gnutls-min-prime-bits): New variable.
4650 (gnutls-negotiate): Use it.
4651
d6066239
LMI
46522011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4653
b796c9b7
SM
4654 * net/gnutls.el (gnutls-negotiate):
4655 Upcase `gnutls-algorithm-priority'.
d6066239 4656
bd23ebc0
GM
46572011-07-15 Glenn Morris <rgm@gnu.org>
4658
c65bca65
GM
4659 * jka-compr.el (jka-compr-verbose): Move from here...
4660 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
4661 Add missing :version tag.
4662 * info.el: No need to require jka-compr when compiling.
bd23ebc0 4663
478615cc
LMI
46642011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4665
7b41decb
LMI
4666 * net/gnutls.el (gnutls-algorithm-priority): New variable.
4667 (gnutls-negotiate): Use it.
4668
dbc44fcd
LMI
4669 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
4670
06789f97
LMI
4671 * info.el (Info-beginning-of-buffer): New command.
4672 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
4673 announcing `b' as the key (bug#8325).
ab896c37 4674 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 4675
c39da690
LMI
4676 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
4677
3aa5f34b
LMI
4678 * international/mule-cmds.el
4679 (describe-specified-language-support): Make the error message
4680 clearer (bug#8905).
4681
4bf0979f
LMI
4682 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
4683
478615cc
LMI
4684 * isearch.el (isearch-barrier): Add a doc string, since it's
4685 mentioned in a function doc string (bug#8678).
4686
75c68aa1
MR
46872011-07-15 Martin Rudalics <rudalics@gmx.at>
4688
4689 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
4690 buffer argument (Bug#9083) and self-identifying label argument.
4691
a7c33da2
GM
46922011-07-15 Glenn Morris <rgm@gnu.org>
4693
4694 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
4695
2f5c6024
LMI
46962011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4697
4698 * man.el (Man-fontify-manpage): Fix message when formatting the
4699 man page (bug#7929).
4700
0bb23927 47012011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
4702
4703 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
4704 argument LRM; if non-nil, append an invisible LRM character to the
4705 buffer name.
4706 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
4707 last argument non-nil, when formatting buffer names.
0bb23927
EZ
4708 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
4709 paragraph direction.
cce4b0a7 4710
621ef9ab
LMI
47112011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4712
d1583c48
LMI
4713 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
4714 the man page name (bug#7929).
4715
6a57fb5f
LMI
4716 * image.el (put-image): Mention the `put-image' overlay property
4717 (bug#7834).
4718
d7956b14
LMI
4719 * scroll-bar.el (set-scroll-bar-mode): Mention that
4720 `scroll-bar-mode' lists the values (bug#7772).
4721
5b2d4a66
LMI
4722 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
4723 command (bug#7729).
4724
7509a874
LMI
4725 * rect.el (apply-on-rectangle): Return the point after the last
4726 operation.
4727 (string-rectangle): Go to the point after the last operation
4728 (bug#7522).
4729
4fe74b19
LMI
4730 * printing.el (pr-toggle-region): Clarify the documentation
4731 slightly (bug#7493).
4732
b796c9b7
SM
4733 * time.el (display-time-update):
4734 Allow `display-time-mail-function' to return nil (bug#7158).
4735 Fix suggested by Detlev Zundel.
ab283561 4736
fc233c9d
LMI
4737 * vc/diff.el (diff): Clarify the order the file names are read
4738 (bug#7111).
4739
43f5740b
LMI
4740 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
4741 the doc string (bug#7015).
4742
f2182a76
LMI
4743 * font-lock.el (font-lock-maximum-decoration): Mention what
4744 numeric levels mean (bug#6935).
4745
621ef9ab
LMI
4746 * startup.el (initial-buffer-choice): Don't mention the `none'
4747 selection, which is against policy.
4748
adc47434
MR
47492011-07-14 Martin Rudalics <rudalics@gmx.at>
4750
b796c9b7
SM
4751 * window.el (display-buffer-normalize-special):
4752 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 4753
7e5bfb8f
EZ
47542011-07-14 Eli Zaretskii <eliz@gnu.org>
4755
4756 * subr.el (version<, version<=, version=): Mention "-CVS" and
4757 "-12345" alpha version numbers.
4758
27fa387a
CY
47592011-07-14 Chong Yidong <cyd@stupidchicken.com>
4760
4761 * bindings.el: Add advertised binding for set-mark-command
4762 (Bug#5772).
4763
8bdfa064
CY
47642011-07-14 Chong Yidong <cyd@stupidchicken.com>
4765
4766 * bindings.el (mode-line-other-buffer):
4767 * bookmark.el (bookmark-bmenu-2-window):
4768 * bs.el (bs-cycle-next, bs-cycle-previous):
4769 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
4770 switch-to-buffer.
4771
4772 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 4773 Delete.
8bdfa064 4774
5eba16a3
JB
47752011-07-14 Juanma Barranquero <lekktu@gmail.com>
4776
4777 * follow.el (follow-debug-message, follow-redisplay):
4778 * jka-cmpr-hook.el (with-auto-compression-mode):
4779 Fix typos in docstrings.
4780
15853710
LMI
47812011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4782
a28e4607
LMI
4783 * subr.el (with-silent-modifications): Clarify somewhat what the
4784 macro inhibits (bug#6525).
4785
15853710
LMI
4786 * simple.el (eval-expression): Note what it does if called
4787 interactively (bug#6495).
4788
bee0fcef
CY
47892011-07-13 Chong Yidong <cyd@stupidchicken.com>
4790
b796c9b7
SM
4791 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
4792 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
4793
4794 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4795 Remove switch-to-buffer.
4796
58274504
LMI
47972011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4798
bd2fcc8d
LMI
4799 * files.el (make-directory): Clarify that an error will be raised
4800 if there's an error (bug#6397).
4801
0f04b32c
LMI
4802 * startup.el (initial-buffer-choice): Add `none' as a choice
4803 (bug#6234).
4804
465c5fc8
LMI
4805 * subr.el (add-hook): Clarify section about buffer-local hooks
4806 (bug#6218).
4807
58274504
LMI
4808 * dired.el (dired-flagged): Clarify doc string (bug#6117).
4809
bead9a43
JB
48102011-07-13 Juanma Barranquero <lekktu@gmail.com>
4811
4812 * tabify.el (untabify): Preserve the current column so that point
4813 doesn't move (bug#6032).
4814
3af98a7b
LMI
48152011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4816
b796c9b7
SM
4817 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
4818 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 4819
6240145a
GM
48202011-07-13 Glenn Morris <rgm@gnu.org>
4821
4822 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
4823 (dired-insert-directory): Give a message the first time
4824 if ls is found not to support --dired.
4825
1d8c2ccc
LMI
48262011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4827
4828 * simple.el (toggle-truncate-lines): Clarify what is toggled
4829 (bug#5580). Text by Drew Adams.
4830
5fc4038e
CY
48312011-07-13 Chong Yidong <cyd@stupidchicken.com>
4832
4833 * simple.el (blink-matching-open): Make the error message from the
4834 last change less verbose.
4835
bf6012e5
DN
48362011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
4837
4838 * font-lock.el (font-lock-comment-face): Use the high contrast
4839 "yellow" color for font-lock-comment-face on low color terminals
4840 using a dark background color (bug#4221).
4841
343c3b5a
LMI
48422011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4843
7e9505c5
LMI
4844 * dired.el (dired-insert-set-properties): Make the doc string
4845 reflect what it does now (bug#5325).
4846
c26fdcf5
LMI
4847 * simple.el (blink-matching-open): Say that we were unable to find
4848 the match within the limit, if we're limited (bug#5122).
4849
bb388cc5
LMI
4850 * international/mule-cmds.el (prefer-coding-system): Add an
4851 example (bug#4869).
4852
343c3b5a
LMI
4853 * progmodes/etags.el (tags-search): Document `file-list-form'
4854 (bug#4731).
4855
2a517d45
LM
48562011-07-13 Lawrence Mitchell <wence@gmx.li>
4857
4858 * net/browse-url.el (browse-url-default-browser)
4859 (browse-url-browser-function): Make the default browser choice a
4860 bit more logical (bug#4300). Also clean up the doc string.
4861
b6c78ef2
JB
48622011-07-13 Juanma Barranquero <lekktu@gmail.com>
4863
4864 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
4865 binary endings (bug#4440).
4866
1c4dd947
LMI
48672011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4868
a2014063
LMI
4869 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
4870 which can be pretty annoying (bug#8971).
4871
9c9c2d88
LMI
4872 * jka-compr.el (jka-compr-verbose): New variable, and use
4873 throughout (bug#8971).
4874
1c4dd947
LMI
4875 * info.el (Info-find-file): Fall back on the installation
4876 directory if we can't find the info node anywhere else.
4877
a1c9f41b
SO
48782011-07-13 Sergei Organov <osv@javad.com> (tiny change)
4879
4880 * vc/vc.el (vc-revert-file):
4881 Don't set file time-stamp in the past. (Bug#5181)
4882
536f3d36
LMI
48832011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4884
7152b011
LMI
4885 * files.el (after-find-file): Give a better error message when
4886 trying to find a symlink that points to a file that doesn't exist
4887 (bug#4398).
4888
536f3d36
LMI
4889 * progmodes/cc-vars.el: Remove (probably) misleading comment
4890 (bug#4396).
4891
460c0fba
JB
48922011-07-12 Johan Bockgård <bojohan@gnu.org>
4893
4894 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
4895
7a6bda45
CY
48962011-07-12 Chong Yidong <cyd@stupidchicken.com>
4897
4898 * mouse-sel.el: Hack restoring functionality, while keeping
4899 compatibility with 2010-07-03 changes to mouse selection.
4900 (mouse-sel-primary-overlay): New var.
4901 (mouse-sel-selection-alist): Use it.
4902 (mouse-sel-mode): Doc fix; remove points that are default features
4903 of mouse.el.
4904
c79598ef
JB
49052011-07-12 Johan Bockgård <bojohan@gnu.org>
4906
4907 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4908 Fix previous fix (bug#2490).
4909
ff8be6ef
RW
49102011-07-12 Roland Winkler <winkler@gnu.org>
4911
b796c9b7
SM
4912 * textmodes/bibtex.el (bibtex-initialize):
4913 Use pop-to-buffer-same-window.
ff8be6ef
RW
4914 (bibtex-search-entries): Fix interactive call.
4915
296ba3ee
LMI
49162011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4917
f5242a02 4918 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
4919 Fontise bytecomp Error lines more correctly (bug#2490).
4920 Fix suggested by Johan Bockgård.
f5242a02 4921
296ba3ee
LMI
4922 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
4923
4924 * dired-x.el (dired-guess-default): Use `delete-dups'.
4925
f69fd0d2
CY
49262011-07-12 Chong Yidong <cyd@stupidchicken.com>
4927
4928 * dired.el (dired-mark-prompt):
4929 * dired-aux.el (dired-read-shell-command): Doc fix.
4930
eab5dc07
LMI
49312011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4932
b796c9b7
SM
4933 * mail/sendmail.el (sendmail-query-once):
4934 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
4935 emacs -Q.
4936
4937 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
4938
eab5dc07
LMI
4939 * cus-edit.el (custom-file): Take an optional no-error variable.
4940 (customize-save-variable): Set the variable, and give a warning if
4941 running under "emacs -q".
4942
a1e65d42
JB
49432011-07-11 Juanma Barranquero <lekktu@gmail.com>
4944
4945 * loadhist.el (unload-feature-special-hooks):
4946 Add `auto-coding-functions', `fill-nobreak-predicate' and
4947 `find-directory-functions' (bug#5327).
4948
1d52da10
LMI
49492011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4950
be958f1d
LMI
4951 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
4952
5bedb26c
LMI
4953 * cus-edit.el (custom-guess-name-alist): -alist variables should
4954 use the `alist' type (bug#3120). Suggested by Drew Adams.
4955
1d52da10
LMI
4956 * printing.el: Add documentation to all the `pr-toggle-' commands.
4957
cd394be1 49582011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
4959
4960 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
4961 backends where it makes sense (bug#2623).
4962
dcc88d8a
LMI
49632011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4964
c3de9feb
LMI
4965 * dired-x.el (dired-guess-default): Remove duplicate shell command
4966 entries (bug#2028).
8a93078b 4967 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 4968 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 4969
dcc88d8a
LMI
4970 * subr.el (remove-duplicates): New conveniency function.
4971
505e3645
LMI
49722011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4973
4974 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
4975 (bug#1526).
4976
49772011-07-10 Martin Rudalics <rudalics@gmx.at>
4978
4979 * window.el (display-buffer-normalize-default): Don't invert
4980 meaning of even-window-heights. Reported by Eli Zaretskii
4981 <eliz@gnu.org>.
4982
455e4fa1
BR
49832011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
4984
4985 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
4986
8e0bc3e9
CY
49872011-07-10 Chong Yidong <cyd@stupidchicken.com>
4988
4989 * window.el (display-buffer): Fix arguments to
4990 display-buffer-reuse-window in last change.
4991
fa7c3228
CY
4992 * faces.el (link): Use a less saturated blue on light backgrounds.
4993
4994 * startup.el (fancy-startup-text, fancy-about-text)
4995 (fancy-startup-tail): Use font-lock faces, for background safety.
4996
c0a7f300
BN
49972011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
4998
b796c9b7
SM
4999 * emulation/viper-cmd.el (viper-change-state-to-vi):
5000 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 5001
4dc2a129
MR
50022011-07-09 Martin Rudalics <rudalics@gmx.at>
5003
5004 * window.el (display-buffer-default-specifiers): Remove.
5005 (display-buffer-macro-specifiers): Remove default specifiers.
5006 (display-buffer-alist): Default to nil.
b796c9b7 5007 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
5008 (display-buffer-pop-up-window): Allow splitting internal
5009 windows. Check whether a live window was created.
5010 (display-buffer-other-window-means-other-frame)
5011 (display-buffer-normalize-arguments): Rename to
5012 display-buffer-normalize-argument and rewrite. Set the
5013 other-window specifier.
5014 (display-buffer-normalize-special): New function.
5015 (display-buffer-normalize-options): Rename to
5016 display-buffer-normalize-default and rewrite.
5017 (display-buffer-normalize-options-inhibit): Remove.
5018 (display-buffer-normalize-specifiers): Rewrite.
5019 (display-buffer): Process other-window specifier and call
5020 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
5021 more faithfully.
b796c9b7 5022 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 5023 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
5024 (display-buffer-in-window, display-buffer-alist-set):
5025 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
5026 <tassilo@member.fsf.org>.
5027
2d43b8c9
LL
50282011-07-09 Leo Liu <sdl.web@gmail.com>
5029
5030 * register.el (insert-register): Restore accidental change on
5031 2011-06-26. (Bug#9028)
5032
7f9b7c53
GM
50332011-07-09 Glenn Morris <rgm@gnu.org>
5034
5035 * subr.el (remq): Handle the empty list. (Bug#9024)
5036
f042cfd8
AS
50372011-07-08 Andreas Schwab <schwab@linux-m68k.org>
5038
5039 * mail/sendmail.el (send-mail-function): No longer delay custom
5040 initialization.
5041 * custom.el (custom-initialize-delay): Doc fix.
5042
856b2f11
SM
50432011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
5044
5045 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
5046
afae1d68
MA
50472011-07-08 Michael Albinus <michael.albinus@gmx.de>
5048
5049 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
5050 human-friendly prompt.
5051
0757af94
SM
50522011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
5053
5054 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
5055 provided by a particular plugin.
5056
d760b731
LMI
50572011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
5058
5059 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
5060 save customizations (with "emacs -Q"), just set the variable
5061 instead of erroring out.
5062
5063 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
5064
cd79ce90
JL
50652011-07-08 Juri Linkov <juri@jurta.org>
5066
5067 * arc-mode.el (archive-zip-expunge, archive-zip-update)
5068 (archive-zip-update-case): Use 7z if found by `executable-find'.
5069 The order of searching the available programs is the same as in
5070 `archive-zip-extract' (bug#8968).
5071
14cc04aa
CY
50722011-07-07 Chong Yidong <cyd@stupidchicken.com>
5073
5074 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
5075 (menu-bar-options-menu): Tweak descriptions.
5076
0a1848ec
LMI
50772011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5078
5079 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
5080 menu items into verb phrases (bug#1421). Also refill to fit under
5081 80 columns.
5082
f5bd0689
CY
50832011-07-07 Chong Yidong <cyd@stupidchicken.com>
5084
538e85c6
CY
5085 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
5086 (Info-read-node-name): Doc fix (Bug#1084).
5087
f5bd0689
CY
5088 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
5089 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
5090 (end-of-sexp, beginning-of-sexp)
5091 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
5092 (forward-symbol, forward-same-syntax, word-at-point)
5093 (sentence-at-point): Doc fix (Bug#1144).
5094
56ec5115
LMI
50952011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5096
f3f8e37f
LMI
5097 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
5098 should cover it (bug#1281).
5099
0757af94 5100 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 5101
e9fce1ac 5102 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
5103 negotiation fails, then possibly try again with a non-encrypted
5104 connection (bug#9017).
5105
56ec5115
LMI
5106 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
5107 be used.
5108
c2f9aec8
RS
51092011-07-07 Richard Stallman <rms@gnu.org>
5110
5111 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
5112 property, and handle its changed format.
5113 Look for the correct line number.
5114 Use file's line contents (but not past first =) to find
5115 correct line in message.
5116
ef7b981d 51172011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
5118
5119 * international/characters.el (build-unicode-category-table):
5120 Delete it.
0757af94 5121 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 5122
0757af94 5123 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
5124 to src/chartab.c.
5125 (get-char-code-property): Call unicode-property-table-internal to
5126 load a file. Call get-unicode-property-internal where necessary.
5127 (put-char-code-property): Call unicode-property-table-internal to
5128 load a file. Call put-unicode-property-internal where necessary.
5129 put-unicode-property-internal where necessary.
0757af94
SM
5130 (char-code-property-description):
5131 Call unicode-property-table-internal to load a file.
c805dec0
KH
5132
5133 * international/charprop.el:
5134 * international/uni-bidi.el:
5135 * international/uni-category.el:
5136 * international/uni-combining.el:
5137 * international/uni-comment.el:
5138 * international/uni-decimal.el:
5139 * international/uni-decomposition.el:
5140 * international/uni-digit.el:
5141 * international/uni-lowercase.el:
5142 * international/uni-mirrored.el:
5143 * international/uni-name.el:
5144 * international/uni-numeric.el:
5145 * international/uni-old-name.el:
5146 * international/uni-titlecase.el:
5147 * international/uni-uppercase.el: Regenerate.
5148
5149 * loadup.el: Load international/charprop.el before
5150 international/characters.
5151
e14b388a
CY
51522011-07-07 Chong Yidong <cyd@stupidchicken.com>
5153
5154 * window.el (next-buffer, previous-buffer): Signal an error if
5155 called from a minibuffer window.
5156
5157 * bindings.el: Revert 2011-07-04 change.
5158
354cf0ba
RS
51592011-07-06 Richard Stallman <rms@gnu.org>
5160
5161 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
5162 (rmail-mime-insert-bulk, rmail-mime-insert-text):
5163 Treat markers like ints.
5164 (rmail-mime-entity): Doc fix.
5165
a48868a7
LMI
51662011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5167
4906cd3d
LMI
5168 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
5169 defcustom again for backwards compatibility.
5170
e0457abe
LMI
5171 * simple.el (shell-command-on-region): Fill.
5172
d67f7e1f
LMI
5173 * dired-aux.el (dired-kill-line): Add a doc string.
5174
fe204702
LMI
5175 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
5176 to "\\sw\\|\\s_" (bug#358).
5177
a48868a7
LMI
5178 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
5179 (dired-unmark-backward): Ditto.
5180 (dired-flag-backup-files): Ditto.
5181
5182 * dired-x.el (dired-mark-sexp): Ditto.
5183
aa8a705c
RS
51842011-07-06 Richard Stallman <rms@gnu.org>
5185
5186 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
5187 (rmail-mime-entity): New arg TRUNCATED.
5188 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
5189 New functions.
5190 (rmail-mime-save): Warn if entity is truncated.
5191 (rmail-mime-toggle-hidden): Likewise, for showing.
5192 (rmail-mime-process-multipart): Record when an entity is truncated.
5193
a9a936b9
RS
5194 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
5195 if ENTITY is a string.
5196
1f2b92cb
LMI
51972011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5198
f4f73198 5199 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
5200 of faces when `M-C-x'-ing their definitions (bug#8378).
5201 Also clean up the code slightly.
f4f73198 5202
12b16734 5203 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 5204 because that makes the colors go away.
12b16734 5205
f0691d22
LMI
5206 * mail/sendmail.el (send-mail-function): Change the default to
5207 `sendmail-query-once'.
9e87df06 5208 (sendmail-query-once): Add an autoload cookie.
f0691d22 5209
1f2b92cb
LMI
5210 * net/network-stream.el (network-stream-open-starttls): Try using
5211 a plain connection even if the server offered STARTTLS, and we
5212 kinda wanted to use it, if Emacs doesn't have any STARTTLS
5213 capability. This should make smtpmail.el work in slightly more
5214 configurations.
5215
1cdd2a1b
MA
52162011-07-06 Michael Albinus <michael.albinus@gmx.de>
5217
5218 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
5219 New defun.
5220 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
5221
fbcc67e2
MM
52222011-07-06 Michael R. Mauger <mmaug@yahoo.com>
5223
5224 * progmodes/sql.el: Version 3.0
0757af94 5225 (sql-product-alist): Add product :completion-object,
fbcc67e2 5226 :completion-column, and :statement attributes.
0757af94 5227 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 5228 (sql-mode-syntax-table): Mark all punctuation.
0757af94 5229 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
5230 ansi keywords.
5231 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 5232 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
5233 (sql-oracle-show-reserved-words): New function for development.
5234 (sql-product-font-lock): Simplify for source code buffers.
5235 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
5236 New functions.
5237 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
5238 (sql-mode-map): Add statement movement functions.
5239 (sql-ansi-statement-starters, sql-oracle-statement-starters):
5240 New variable.
fbcc67e2
MM
5241 (sql-statement-regexp, sql-beginning-of-statement)
5242 (sql-end-of-statement, sql-signum): New functions.
0757af94 5243 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
5244 (sql-show-sqli-buffer): Bug fix.
5245 (sql-interactive-mode): Store connection data as buffer local.
0757af94 5246 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
5247 with sql-interactive-mode.
5248 (sql-save-connection): Save buffer local settings.
0757af94 5249 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
5250 (sql-product-interactive): Bug fix.
5251 (sql-preoutput-hold): New variable.
5252 (sql-interactive-remove-continuation-prompt): Bug fixes.
5253 (sql-debug-redirect): New variable.
5254 (sql-str-literal): New function.
5255 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 5256 Redesign.
fbcc67e2
MM
5257 (sql-oracle-save-settings, sql-oracle-restore-settings)
5258 (sql-oracle-list-all, sql-oracle-list-table): New functions.
5259 (sql-completion-object, sql-completion-column)
5260 (sql-completion-sqlbuf): New variables.
5261 (sql-build-completions-1, sql-build-completions)
5262 (sql-try-completion): New functions.
5263 (sql-read-table-name): Use them.
5264 (sql-contains-names): New buffer local variable.
5265 (sql-list-all, sql-list-table): Use it.
5266 (sql-oracle-completion-types): New variable.
5267 (sql-oracle-completion-object, sql-sqlite-completion-object)
5268 (sql-postgres-completion-object): New functions.
5269
d4eaeab1
GM
52702011-07-06 Glenn Morris <rgm@gnu.org>
5271
5272 * window.el (pop-to-buffer): Doc fix.
5273
322b7dab 52742011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
5275
5276 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
5277
322b7dab 52782011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 5279
322b7dab 5280 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 5281
322b7dab 5282 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 5283
605dd5bf
CY
52842011-07-05 Chong Yidong <cyd@stupidchicken.com>
5285
5286 * button.el (button): Inherit from link face. Suggested by Dan
5287 Nicolaescu.
5288
7dbfa719
SM
52892011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
5290
3db614b0
SM
5291 * progmodes/gdb-mi.el: Fit in 80 columns.
5292 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
5293 switch-to-buffer.
5294
7dbfa719
SM
5295 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
5296 if imenu is simply not configured (bug#8941).
5297
919d884a
KM
52982011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
5299
5300 * allout.el (allout-post-undo-hook): New allout outline-change
5301 event hook to signal undo activity.
5302 (allout-post-command-business): Run allout-post-undo-hook if an
5303 undo just occurred.
7dbfa719
SM
5304 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
5305 * allout-widgets.el (allout-widgets-after-undo-function):
5306 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
5307 in the vicinity of an undo.
5308 (allout-widgets-mode): Include allout-widgets-after-undo-function
5309 on the new allout-post-undo-hook.
5310
450a0f09
SM
53112011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
5312
5313 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
5314 Let define-derived-mode define it.
5315 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
5316 cycles of abbrev-table inheritance (bug#8998).
5317
2de69e00
RW
53182011-07-05 Roland Winkler <winkler@gnu.org>
5319
5320 * textmodes/bibtex.el: Add support for biblatex.
5321 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
5322 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
5323 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
5324 (bibtex-entry-alist, bibtex-field-alist): New variables.
5325 (bibtex-entry-field-alist): Obsolete alias for
5326 bibtex-BibTeX-entry-alist.
5327 (bibtex-entry-alist, bibtex-field-alist): New widgets.
5328 (bibtex-set-dialect): New command.
5329 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
5330 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
5331 Bind via bibtex-set-dialect.
2de69e00
RW
5332 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
5333 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
5334 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
5335 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
5336 Define via bibtex-set-dialect.
450a0f09
SM
5337 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
5338 Obey bibtex-no-opt-remove-re.
2de69e00
RW
5339 (bibtex-vec-push, bibtex-vec-incr): New functions.
5340 (bibtex-format-entry, bibtex-field-list)
5341 (bibtex-print-help-message, bibtex-validate)
5342 (bibtex-search-entries): Use new format of bibtex-entry-alist.
5343
2dcdbdd9
SM
53442011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
5345
5346 * progmodes/compile.el (compilation-goto-locus):
5347 * net/tramp-cmds.el (tramp-append-tramp-buffers):
5348 * bs.el (bs-cycle-next, bs-cycle-previous):
5349 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
5350 * bindings.el (mode-line-other-buffer):
5351 * autoinsert.el (auto-insert):
5352 * arc-mode.el (archive-extract):
5353 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
5354
b27640fe
JB
53552011-07-05 Juanma Barranquero <lekktu@gmail.com>
5356
5357 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
5358 Fix check of `emacs-lock-unlockable-modes'.
5359 Coerce true values of `emacs-lock--try-unlocking' to t.
5360
53bbe3ad
JB
53612011-07-05 Juanma Barranquero <lekktu@gmail.com>
5362
5363 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
5364 * emacs-lock.el: New file.
5365
1d3cdbc7
JD
53662011-07-05 Julien Danjou <julien@danjou.info>
5367
5368 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
5369 than `boundp' to check if face is set.
5370
9173deec
JB
53712011-07-05 Juanma Barranquero <lekktu@gmail.com>
5372
5373 * register.el (registerv-make):
5374 * window.el (window-min-height): Fix typos in docstrings.
5375
869795d6
JD
53762011-07-05 Jan Djärv <jan.h.d@swipnet.se>
5377
9173deec 5378 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
5379 Update doc string.
5380
b768cdcd
JB
53812011-07-04 Juanma Barranquero <lekktu@gmail.com>
5382
5383 * server.el (server-execute): Catch quit and call
5384 `server-return-error' to pass the error back to emacsclient and
5385 close the connection (bug#8942).
5386
13aa217b
KM
53872011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
5388
5389 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
5390 insecure exception for current topic. Also note that auto-saves
5391 are handled differently.
5392
5393 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
5394 State variables for tracking auto-save inhibition situation.
5395
5396 (allout-write-contents-hook-handler): Rename from
5397 'allout-write-file-hook-handler', and describe how it depends on
5398 write-contents-functions sensitivity to non-nil value to prevent
5399 file write.
5400
5401 (allout-auto-save-hook-handler): Remove. auto-save does not check
5402 this in individual buffers, only in the starting buffer, so this
5403 is not the right way for us to inhibit auto-save in a buffer
5404 according to its condition.
5405
5406 (allout-mode): Use new allout-write-contents-hook-handler, and
5407 only with write-contents-functions. Remove auto-save provisions -
5408 they're implemented elsewhere.
5409
5410 (allout-before-change-handler): If undo is in progress, note that
5411 for attention of allout-post-command-business.
5412
5413 (allout-post-command-business): If the command we're following was
5414 an undo, check for change in the status of encrypted items and
5415 adjust auto-save inhibitions accordingly.
5416
5417 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
5418 according to whether there are or aren't any plain-text topics
5419 pending encryption.
5420
2dcdbdd9 5421 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
5422 Adjust buffer-saved-size and some allout state to inhibit auto-saves
5423 if there are plain-text topics pending encryption.
13aa217b
KM
5424
5425 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
5426 buffer-saved-size and some allout state to not inhibit auto-saves
5427 if there are no longer any plain-text topics pending encryption.
5428
0757af94
SM
5429 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
5430 No longer provide for exemption of the current topic.
13aa217b 5431
ac89b32c
JL
54322011-07-04 Juri Linkov <juri@jurta.org>
5433
5434 Add 7z operations to delete and save changed members (bug#8968).
5435 * arc-mode.el (archive-7z-expunge, archive-7z-update):
5436 New defcustoms.
5437 (archive-7z-write-file-member): New function.
5438 (archive-7z-summarize): Fix the number of dashes in the
5439 listing output.
5440
8fa39615
SM
54412011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
5442
5443 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
5444 (bug#8958).
5445
2f11b3f1
CY
54462011-07-04 Chong Yidong <cyd@stupidchicken.com>
5447
d66fef2b
CY
5448 * bindings.el: Ignore next-buffer and previous-buffer in
5449 minibuffer-local-map.
5450
2f11b3f1
CY
5451 * font-lock.el (font-lock-builtin-face): Change light background
5452 color to dark slate blue (Bug#6693).
5453
f932a347
WD
54542011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
5455
5456 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
5457
c8af70e1
SM
54582011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
5459
5460 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
5461 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5462 Add switch-to-buffer.
5463
f158badc
LMI
54642011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5465
5466 * isearch.el (isearch-search-fun-function): Clarify further the
5467 meaning of the function returned.
5468
6d95bd46
MA
54692011-07-04 Michael Albinus <michael.albinus@gmx.de>
5470
5471 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
5472
5473 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
5474 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
5475 Use it.
5476 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
5477 `tramp-default-remote-path' does not exist.
5478 (tramp-send-command-and-read): New optional argument NOERROR.
5479 (tramp-open-connection-setup-interactive-shell)
5480 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
5481 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
5482 (tramp-process-sentinel): Flush also process' connection property.
5483 (tramp-sh-handle-start-file-process): Do not set process
5484 sentinel. It is done now ...
5485 (tramp-maybe-open-connection): ... here. (Bug#8929)
5486
909e6b67
MK
54872011-07-04 MON KEY <monkey@sandpframing.com>
5488
5489 * play/animate.el (animate-string): Doc fixes and allow changing
5490 the buffer name (bug#5417).
5491
54922011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5493
c8af70e1 5494 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 5495
f34755dc
PE
54962011-07-04 Paul Eggert <eggert@cs.ucla.edu>
5497
396cec72
PE
5498 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
5499 This is simpler and helps future-proof the code.
5500 (timer-until): Use time-subtract and float-time.
08235028 5501 (timer--time-less-p): Use time-less-p.
f34755dc 5502
56e6cc31
JB
55032011-07-04 Juanma Barranquero <lekktu@gmail.com>
5504
3abb79e5
JB
5505 * type-break.el (timep): Use the value of `float-time' to avoid a
5506 byte-compiler warning.
5507
56e6cc31
JB
5508 * server.el (server-eval-and-print): Return any result, even nil.
5509
7b9430b4
PE
55102011-07-03 Paul Eggert <eggert@cs.ucla.edu>
5511
5512 * type-break.el: Accept time formats that the builtins accept.
5513 (timep, type-break-time-difference): Accept any format that
5514 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
5515 This is simpler and helps future-proof the code.
5516 (type-break-time-difference): Round rather than ignoring
5517 subseconds components.
5518
3034e9e7
LMI
55192011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5520
5521 * info.el (Info-apropos-matches): Make non-interactive, since it
5522 doesn't seem to do anything useful as a command (bug#8829).
5523
1485f4c0
CY
55242011-07-03 Chong Yidong <cyd@stupidchicken.com>
5525
5526 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 5527 Move from faces.el.
1485f4c0
CY
5528 (frame-default-terminal-background): New function.
5529
5530 * custom.el (custom-push-theme): Don't record faces in `changed'
5531 theme; this doesn't work correctly for per-frame face settings.
5532 (disable-theme): Use face-set-after-frame-default to reset faces.
5533 (custom--frame-color-default): New function.
5534
9fa3dd45
LMI
55352011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5536
c8af70e1 5537 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
5538 (bug#8769).
5539
6cbbc20c
KR
55402011-03-29 Kevin Ryde <user42@zip.com.au>
5541
5542 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5543 `perl-Test2' extend to match possible "fail #N" rep count
5544 (bug#8377).
5545
c7f98048
LMI
55462011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5547
65676592
LMI
5548 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
5549 `smtpmail-via-smtp' now returns the error instead of nil.
5550
c7f98048
LMI
5551 * isearch.el (isearch-search-fun-function): Clarify the doc string
5552 (bug#8101).
5553
56e6cc31 55542011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
5555
5556 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
5557 unnecessary spaces (bug#8987).
5558
2b216704
LMI
55592011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5560
5561 * net/network-stream.el (open-network-stream): Use the
5562 :end-of-capability command thoughout.
5563
55642011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
5565
5566 * net/network-stream.el (open-network-stream): Add the
5567 :end-of-capability command parameter, used by pop3.el.
5568
36adf6ce
LMI
55692011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5570
1ca0da0e
LMI
5571 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
5572
fc00f69c
LMI
5573 * fringe.el (fringe-query-style): Remove redundant text " (type ?
5574 for list)" (bug#6475).
5575
28fd8759 5576 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 5577 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
5578 an error (bug#6297).
5579
0dd8b6da
LMI
5580 * man.el (Man-reference-regexp): Allow matching possible
5581 word-wrapped references (bug#6289).
5582
ce1438d6
LMI
5583 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
5584 for consistency with the other vc buffers (bug#6197).
5585 (vc-checkin): Ditto.
5586
5587 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
5588
36adf6ce
LMI
5589 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
5590
e83cc1f7
LMI
55912011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5592
8a20ca4c
LMI
5593 * custom.el (defcustom): Clarify that :set is only used in the
5594 Customize user interface (bug#6089).
5595
83319045
LMI
5596 * progmodes/flymake.el (flymake-mode): If the buffer isn't
5597 associated with a file, refuse to run instead of erroring out
5598 (bug#6084).
5599
a8392169
LMI
5600 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
5601 the doc string, since it appears that using `fill-column' always
5602 controls the width (bug#7845).
5603
e83cc1f7
LMI
5604 * simple.el (shell-command-on-region): Say where the error output
5605 went if `shell-command-default-error-buffer' is set (bug#6857).
5606
e47ca23b
KM
56072011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
5608
5609 * allout.el (allout-yank-processing): Adjust cursor position for
5610 backwards-deleted space.
5611
5612 (allout-rebullet-heading): Register changes with
5613 allout-exposure-changed-hook, so the modified topic is properly
5614 decorated.
5615
5cf56143
LMI
56162011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5617
08549772
LMI
5618 * minibuffer.el (completion-in-region): Document PREDICATE
5619 (bug#7136).
5620
48e96771
LMI
5621 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
5622 of keyword/argument pairs (bug#6904).
5623
c8af70e1
SM
5624 * replace.el (multi-occur):
5625 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 5626
e17d05e2
LMI
56272011-07-02 Drew Adams <drew.adams@oracle.com>
5628
5629 * dired.el (dired-mark-if): Make the message about whether it's
5630 marking or unmarking clearer (bug#8523).
5631
063b0e45
LMI
56322011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5633
5634 * disp-table.el (display-table-print-array): New function.
5635 (describe-display-table): Use it to print the vectors more pretty
5636 (Bug#8859).
5637
28545e04
MR
56382011-07-02 Martin Rudalics <rudalics@gmx.at>
5639
5640 * window.el (window-state-get-1): Don't assign clone numbers.
5641 Add clone-of item to list of window parameters.
5642 (window-state-put-2): Don't process clone numbers.
5643 (display-buffer-alist): Fix doc-string.
5644
3349e122
SM
56452011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
5646
5647 * subr.el (remq): Don't allocate if it's not needed.
5648 (keymap--menu-item-binding, keymap--menu-item-with-binding)
5649 (keymap--merge-bindings): New functions.
5650 (keymap-canonicalize): Use them to refine the canonicalization.
5651 * minibuffer.el (minibuffer-local-completion-map)
5652 (minibuffer-local-must-match-map): Move initialization from C.
5653 (minibuffer-local-filename-completion-map): Move initialization from C;
5654 don't inherit from anything here.
5655 (minibuffer-local-filename-must-match-map): Make obsolete.
5656 (completing-read-default): Use make-composed-keymap to combine
5657 minibuffer-local-filename-completion-map with either
5658 minibuffer-local-must-match-map or
5659 minibuffer-local-filename-completion-map.
5660
d224ac83
GM
56612011-07-01 Glenn Morris <rgm@gnu.org>
5662
3de63bf8
GM
5663 * type-break.el (type-break-time-sum): Use dolist.
5664
d224ac83
GM
5665 * textmodes/flyspell.el (flyspell-word-search-backward):
5666 Replace CL function.
5667
1a1e3f32
SM
56682011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
5669
fe3f64d5
SM
5670 * mouse.el (mouse--strip-first-event): New function.
5671 (function-key-map): Use it to map fringe clicks to normal clicks
5672 by default.
5673
eb604e34
SM
5674 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
5675 (vc-bzr-revision-completion-table): Add support for annotate and date.
5676
1a1e3f32
SM
5677 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
5678 inherit from parent.
5679
5bd35902
LMI
56802011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5681
ace6c69c 5682 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 5683 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 5684
191e2bed
LMI
5685 * dired.el (dired-mode): Fix up the doc string as suggested by
5686 Drew Adams (bug#8817).
5687
5bd35902
LMI
5688 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
5689 cookie, since the manual says that it should be possible to add
5690 this function to `find-file-hook' (bug#8709).
5691
eee8207a
TZ
56922011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
5693
5694 * progmodes/cfengine.el: Moved all cfengine3.el functionality
5695 here. Noted Ted Zlatanov as the maintainer.
5696 (cfengine-common-settings, cfengine-common-syntax): New functions
5697 to set up common things between `cfengine-mode' and
5698 `cfengine3-mode'.
5699 (cfengine3-mode): New mode.
5700 (cfengine3-defuns cfengine3-defuns-regex
5701 (cfengine3-class-selector-regex cfengine3-category-regex)
5702 (cfengine3-vartypes cfengine3-font-lock-keywords)
5703 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 5704 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 5705
36b148cf
MA
57062011-07-01 Michael Albinus <michael.albinus@gmx.de>
5707
5708 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
5709
5710 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
5711
0bf4ba9a
MR
57122011-07-01 Martin Rudalics <rudalics@gmx.at>
5713
5714 * window.el (same-window-buffer-names, same-window-regexps)
5715 (same-window-p, special-display-frame-alist)
5716 (special-display-popup-frame, special-display-function)
5717 (special-display-buffer-names, special-display-regexps)
5718 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
5719 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
5720 (split-window-preferred-function, split-height-threshold)
5721 (split-width-threshold, even-window-heights)
5722 (display-buffer-mark-dedicated, window-splittable-p)
5723 (split-window-sensibly, window-safely-shrinkable-p):
5724 Un-obsolete.
5725 (display-buffer): Don't spread args with function specifier
5726 because special-display-popup-frame won't like it.
5727
35837f51
PE
57282011-07-01 Paul Eggert <eggert@cs.ucla.edu>
5729
d0672f86
PE
5730 Time-stamp simplifications and fixes.
5731 These improve accuracy slightly, and future-proof the code
5732 against some potential changes to current-time format.
5733
b9444d97
PE
5734 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
5735 by using time-since and float-time.
5736
0ef923dc
PE
5737 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
5738 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
5739 + NNN microseconds".
5740
2f81380d
PE
5741 * type-break.el (type-break-time-sum): Rewrite using time-add.
5742
845b5c3e
PE
5743 * play/hanoi.el (hanoi-current-time-float): Remove.
5744 All uses replaced by float-time.
5745
ee6f1be0
PE
5746 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
5747 This yields a more-accurate answer.
5748 (rng-time-to-float): Remove; no longer needed.
5749
fe955043
PE
5750 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
5751
5777162a
PE
5752 * calendar/timeclock.el (timeclock-seconds-to-time):
5753 Defalias to seconds-to-time, since they're the same thing.
5754
3103f8b6 5755 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 5756 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
5757 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
5758
0e61a35f
SM
57592011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
5760
5761 * window.el (bury-buffer): Don't iconify the only frame.
5762 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
5763 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
5764
ddd63a1e
CY
57652011-07-01 Chong Yidong <cyd@stupidchicken.com>
5766
0e61a35f
SM
5767 * eshell/em-smart.el (eshell-smart-display-navigate-list):
5768 Add mouse-yank-primary.
ddd63a1e 5769
055f4923
TZ
57702011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
5771
5772 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
5773
6a2fb145
SM
57742011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
5775
5776 * emacs-lisp/find-func.el (find-library--load-name): New fun.
5777 (find-library-name): Use it to find relative load names when provided
5778 absolute file name (bug#8803).
5779
fd4983f2
LMI
57802011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5781
887d14ad
LMI
5782 * textmodes/flyspell.el (flyspell-word): Consider words that
5783 differ only in case as potential doublons (bug#5687).
5784
c53dc7fc
LMI
5785 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
5786 Remove two rather uninteresting debugging-like messages to make
5787 debbugs.el more silent.
5788
fd4983f2
LMI
5789 * comint.el (comint-password-prompt-regexp): Accept "Response" as
5790 a password-like phrase.
5791
b14c0c55
AM
57922011-06-30 Mastake YAMATO <yamato@redhat.com>
5793
5794 * progmodes/cc-guess.el: New file.
5795
6a2fb145 5796 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
5797
5798 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
5799 derived from `c-basic-common-init'.
5800
5801 * progmodes/cc-mode.el (top-level): Require cc-guess.
5802 (c-basic-common-init): Use `cc-choose-style-for-mode'.
5803
1fa280a3
LM
58042011-06-30 Lawrence Mitchell <wence@gmx.li>
5805
5806 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
5807
e6597158
AM
58082011-06-30 Alan Mackenzie <acm@muc.de>
5809
1fa280a3
LM
5810 * progmodes/cc-engine.el (c-guess-continued-construct):
5811 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
5812 lock is disabled. Name this case as "CASE G".
5813
68ba37fb
KM
58142011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
5815
5816 * allout.el (allout-yank-processing): Fix injection of extra space
5817 between bullet and non-whitespace character in first topic when
5818 pasting, ensuring that the actual spacing in the pasted topic
5819 following the bullet char is preserved. This extra space was
5820 causing pasted encrypted topics to get a decrypted status even
5821 when the content was actually still encrypted. Now the decryption
5822 status from before the paste is preserved.
5823
5824 (allout-flag-region): Set all allout overlays so they evaporate
5825 when reduced to zero length (evanescent), to prevent overlay
5826 leakage.
5827
887a0b34
GM
58282011-06-30 Glenn Morris <rgm@gnu.org>
5829
94b9acce
GM
5830 * w32-fns.el (w32-charset-info-alist): Declare.
5831
1d9b46d4
GM
5832 * find-dired.el (find-grep-options): Simplify.
5833
cc232200
GM
5834 * term/ns-win.el (ns-set-resource): Declare.
5835
28e77c46
GM
5836 * ses.el (row, col): Declare dynamic variables honestly.
5837
887a0b34
GM
5838 * textmodes/reftex-parse.el (index-tags): Declare.
5839
658d8eb8
CY
58402011-06-30 Chong Yidong <cyd@stupidchicken.com>
5841
5842 * cus-edit.el (customize-push-and-save): New function.
5843
5844 * files.el (hack-local-variables-confirm): Use it.
5845
1fa280a3
LM
5846 * custom.el (load-theme): New arg NO-CONFIRM.
5847 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
5848 (custom-enabled-themes): Doc fix.
5849
5850 * cus-theme.el (customize-create-theme)
5851 (custom-theme-merge-theme): Callers to load-theme changed.
5852
bb617717
LMI
58532011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5854
d61bdd5d
LMI
5855 * thingatpt.el (thing-at-point-short-url-regexp): Require that
5856 short URLs have at least one dot in them (bug #7614).
5857
bb617717
LMI
5858 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
5859 nil, because using a pty is apparently too slow (bug #895).
5860
2f31f37a
LMI
58612011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5862
5863 * mail/sendmail.el (sendmail-query-once): New function.
5864 (sendmail-query-once-function): New variable.
5865
3076b24e
GM
58662011-06-29 Glenn Morris <rgm@gnu.org>
5867
faf2a174
GM
5868 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
5869
3076b24e
GM
5870 * ses.el (top-level): Require cl when compiling.
5871 (ses-set-localvars): Fix error statement.
5872 Call it at compile time to silence a storm of warnings.
5873
5386012d
MR
58742011-06-29 Martin Rudalics <rudalics@gmx.at>
5875
5876 * window.el (normalize-live-buffer): Rename to
5877 window-normalize-buffer.
5878 (normalize-live-frame): Rename to window-normalize-frame.
5879 (normalize-any-window): Rename to window-normalize-any-window.
5880 (normalize-live-window): Rename to window-normalize-live-window.
5881 (make-window-atom): Rename to window-make-atom.
5882 (window-resize-reset): Rename to window--resize-reset.
5883 (window-resize-reset-1): Rename to window--resize-reset-1.
5884 (resize-mini-window): Rename to window--resize-mini-window.
5885 (resize-subwindows-skip-p): Rename to
5886 window--resize-subwindows-skip-p.
5887 (resize-subwindows-normal): Rename to
5888 window--resize-subwindows-normal.
5889 (resize-subwindows): Rename to window--resize-subwindows.
5890 (resize-other-windows): Rename to window--resize-siblings.
5891 (resize-this-window): Rename to window--resize-this-window.
5892 (resize-root-window): Rename to window--resize-root-window.
5893 (resize-root-window-vertically): Rename to
5894 window--resize-root-window-vertically.
5895 (normalize-buffer-to-display): Rename to
5896 window-normalize-buffer-to-display.
5897 (normalize-buffer-to-switch-to): Rename to
5898 window-normalize-buffer-to-switch-to.
5899 Correspondingly update all callers of the functions listed
5900 above.
5901 (display-buffer-alist, display-buffer-normalize-arguments)
5902 (display-buffer-normalize-options, display-buffer)
5903 (display-buffer-alist-set): Use "function" instead of
5904 "fun-with-args".
5905
1176868d
CY
59062011-06-28 Chong Yidong <cyd@stupidchicken.com>
5907
5908 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
5909 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
5910 debbugs.gnu.org. Mention acknowledgment email.
5911
20a7a65f
LMI
59122011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5913
5914 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
5915 buffer multibyteness, since it shouldn't matter.
5916
5f45cca5
MR
59172011-06-28 Martin Rudalics <rudalics@gmx.at>
5918
5919 * window.el (display-buffer-in-side-window): Handle dedicated
5920 windows as in display-buffer-reuse-window.
5921 (display-buffer-normalize-alist): Use value of override
5922 specifier.
5923 (display-buffer-normalize-specifiers): Use value of
5924 other-window-means-other-frame specifier.
5925 (display-buffer-alist): Rewrite some texts in widgets.
5926 (display-buffer): Spread arguments when calling function
5927 specified by fun-with-args.
5928
ad85fe1f
DD
59292011-06-28 Deniz Dogan <deniz@dogan.se>
5930
1fa280a3
LM
5931 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
5932 Unnest `let'.
da68c4c8 5933
ad85fe1f
DD
5934 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
5935 selectors (Bug#5732).
ec49bd31 5936 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 5937
a08cc025
JA
59382011-06-27 Jari Aalto <jari.aalto@cante.net>
5939
5940 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
5941 (eshell-ls-date-format): New defcustom.
5942 (eshell-ls-file): Use it.
5943
e2b551c5
SM
59442011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
5945
5946 * help-fns.el (describe-variable): Fix message for terminal-local vars.
5947
8982b231
KY
59482011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
5949
5950 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
5951 (ange-ftp-make-tmp-name): New arg.
5952 (ange-ftp-file-local-copy): Use it.
5953
36c9fa27
J
59542011-06-27 Jambunathan K <kjambunathan@gmail.com>
5955
5956 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
5957 no-conversion (Bug#8870).
5958
d68443dc
MR
59592011-06-27 Martin Rudalics <rudalics@gmx.at>
5960
5961 * window.el (window-right, window-left, window-child)
5962 (window-child-count, window-last-child)
5963 (window-iso-combination-p, walk-window-tree-1)
5964 (window-atom-check-1, window-tree-1, delete-window)
5965 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
5966 new naming conventions - window-vchild, window-hchild,
5967 window-next and window-prev are now called window-top-child,
5968 window-left-child, window-next-sibling and window-prev-sibling
5969 respectively.
d615d6d2
MR
5970 (resize-window-reset): Rename to window-resize-reset.
5971 (resize-window-reset-1): Rename to window-resize-reset-1.
5972 (resize-window): Rename to window-resize.
5973 (window-min-height, window-min-width)
5974 (resize-mini-window, resize-this-window, resize-root-window)
5975 (resize-root-window-vertically, adjust-window-trailing-edge)
5976 (enlarge-window, shrink-window, maximize-window)
5977 (minimize-window, delete-window, quit-restore-window)
5978 (split-window, balance-windows, balance-windows-area-adjust)
5979 (balance-windows-area, window-state-put-2)
5980 (display-buffer-even-window-sizes, display-buffer-set-height)
5981 (display-buffer-set-width, set-window-text-height)
5982 (fit-window-to-buffer): Rename all "resize-window" prefixed
5983 calls to use the "window-resize" prefix convention.
5984 (display-buffer-alist): Fix symbol for label specifier.
5985 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
5986 corresponding specifier.
5987 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 5988
b6458526
VB
59892011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
5990
5991 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
5992 convention.
5993 (ses-call-printer): Does not pass an empty string to formatter when the
5994 cell is empty to keep from barking printer Calc math-format-value.
5995
d31fd9ac
RS
59962011-06-27 Richard Stallman <rms@gnu.org>
5997
43d5bf84
RS
5998 * battery.el (battery-mode-line-limit): New variable.
5999 (battery-update): Handle it.
6000
d31fd9ac
RS
6001 * mail/rmailmm.el (rmail-mime-process-multipart):
6002 Handle truncated messages.
6003
819a6054
GM
60042011-06-27 Glenn Morris <rgm@gnu.org>
6005
6006 * progmodes/flymake.el (flymake-err-line-patterns):
6007 Allow for column numbers in the ant/javac pattern. (Bug#8866)
6008
cedc73f2
VB
60092011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
6010
819a6054 6011 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
6012 (ses--clean-!, ses--clean-_): New functions.
6013 (ses-range): Add configurability of readout order, and conversion
6014 to Calc vector.
6015
5e5d49b6
VB
6016 * ses.el (ses-repair-cell-reference-all): New function.
6017 (ses-cell-symbol): Set macro as safe, so that it can be used in
6018 formulas.
6019
56e6cc31 6020 * ses.el: Update cycle detection algorithm.
90ca8b49 6021 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 6022 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
6023 (ses-set-localvars): New function.
6024 (ses-make-cell): Add property-list as a cell element.
6025 (ses-cell-property-get-fun, ses-cell-property-get)
6026 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
6027 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
6028 New functions.
90ca8b49
VB
6029 (ses-cell-property-set, ses-cell-property-pop)
6030 (ses-cell-property-get-handle): New macro.
6031 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
6032 New aliases, used for code readability.
6033 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
6034 cycle detection.
6035 (ses-self-reference-early-detection): New defcustom.
fac916bf 6036 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
6037 (ses-mode): Use ses-set-localvars.
6038 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
6039 before lauching the update processing.
6040 (ses-initialize-Dijkstra-attempt): New function.
6041 (ses-recalculate-cell): Update for cycle detection based on
6042 Dijkstra algorithm.
6043
2bb63e81
VB
6044 * ses.el: Fix commenting and indenting convention.
6045
c9d29fb8
SM
60462011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
6047
6048 * bs.el (bs-cycle-next): Complete last change.
6049
d8e4b68b
JB
60502011-06-27 Drew Adams <drew.adams@oracle.com>
6051
6052 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
6053
40098786
LMI
60542011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6055
c9d29fb8
SM
6056 * net/network-stream.el (network-stream-open-starttls):
6057 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
6058 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
6059
40098786
LMI
6060 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
6061 to binary to possibly avoid line encoding issues on Windows (among
6062 other things).
6063
468d09d4
LMI
60642011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6065
6066 * net/network-stream.el (open-network-stream): Return an :error
6067 saying what the problem was, if possible.
6068
6069 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
6070 server.
6071
6072 * net/network-stream.el (network-stream-open-starttls): If we
6073 wanted to use STARTTLS, and the server offered it, but we weren't
6074 able to because we had no STARTTLS support, then close the connection.
6075 (open-network-stream): Return an :error element, if present.
6076
16f07dd7
CY
60772011-06-26 Chong Yidong <cyd@stupidchicken.com>
6078
88821ca0
CY
6079 * hl-line.el (hl-line-sticky-flag): Doc fix.
6080 (global-hl-line-sticky-flag): New option (Bug#8323).
6081 (global-hl-line-highlight): Obey it.
6082
16f07dd7
CY
6083 * vc/vc.el (vc-revert-show-diff): Default to t.
6084
6b5ccddf
KM
60852011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
6086
c9d29fb8
SM
6087 * allout-widgets.el (allout-widgets-post-command-business):
6088 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
6089 undecorated when an isearch is continued past, and isearch
6090 automatically collapses them. This leads to "widget leaks", where
6091 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
6092 hidden widgets can slow down cursor travel, substantially.
6093 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
6094 so we're doing without this nicety.
6095
6096 (allout-widgets-tally-string): Don't try to do a hash-table-count
6097 of allout-widgets-tally when it's nil. This eliminates spurious "Error
6098 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
6099 *Messages* when allout-widgets-maintain-tally is t.
6100
355f2e07
MR
61012011-06-26 Martin Rudalics <rudalics@gmx.at>
6102
6103 * window.el (display-buffer-normalize-argument): Rename to
6104 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
6105 LABEL argument. Respect special-display-function when popping up
6106 a new frame. Fix code searching for a window showing the buffer
6107 on another frame.
c9d29fb8
SM
6108 (display-buffer-normalize-specifiers):
6109 Call display-buffer-normalize-arguments.
355f2e07
MR
6110 (display-buffer-in-window): Don't undedicate the window if its
6111 buffer remains the same.
6112 Reported by Drew Adams <drew.adams@oracle.com>.
6113 (display-buffer-alist): Add choice for same-window macro
6114 specfier.
6115 (display-buffer): Mention special meaning of LABEL argument in
6116 doc-string. Fix quoting. Don't pop up a new frame even as
6117 fallback.
6118
7ca8fc42
JB
61192011-06-26 Juanma Barranquero <lekktu@gmail.com>
6120
6121 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
6122 avoid deleting the current window in some cases (bug#8911).
6123
bc312254
AS
61242011-06-26 Andreas Schwab <schwab@linux-m68k.org>
6125
6126 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
6127 (Bug#8934)
6128
2db18f3f
LMI
61292011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6130
c9d29fb8
SM
6131 * net/network-stream.el (network-stream-open-starttls):
6132 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
6133 (network-stream-open-tls): Ditto.
6134
6302e0d3
LL
61352011-06-26 Leo Liu <sdl.web@gmail.com>
6136
6137 * register.el (registerv): New struct.
6138 (registerv-make): New function.
c9d29fb8
SM
6139 (jump-to-register, describe-register-1, insert-register):
6140 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
6141 struct. (Bug#8415)
6142
5fdd4046
CY
61432011-06-26 Chong Yidong <cyd@stupidchicken.com>
6144
2afef60a
CY
6145 * vc/vc.el (vc-revert-show-diff): New defcustom.
6146 (vc-diff-internal): New arg specifying diff buffer.
6147 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
6148 reuse an existing *vc-diff* buffer (Bug#8927).
6149
5fdd4046
CY
6150 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
6151
e93db24a
GM
61522011-06-26 Glenn Morris <rgm@gnu.org>
6153
6154 * progmodes/f90.el (f90-critical-indent): New option.
6155 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
6156 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
6157 (f90-mode): Doc fix.
6158 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
6159 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
6160 (f90-beginning-of-block, f90-next-block, f90-indent-region)
6161 (f90-match-end): Handle block, critical.
6162
eefff499
GM
61632011-06-25 Glenn Morris <rgm@gnu.org>
6164
f6ba4cc9
GM
6165 * calendar/diary-lib.el (diary-included-files): Doc fix.
6166 (diary-include-files): New function, extracted from
6167 diary-include-other-diary-files and diary-mark-included-diary-files.
6168 (diary-include-other-diary-files, diary-mark-included-diary-files):
6169 Just call diary-include-files.
6170 (diary-mark-entries): Reset diary-included-files on first call.
6171
16712304
GM
6172 * calendar/diary-lib.el (diary-mark-entries)
6173 (diary-mark-included-diary-files):
6174 Visit included diary-files in temp buffers.
6175
5d8e0d43
GM
6176 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
6177 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
6178 (f90-start-block-re, f90-imenu-generic-expression)
6179 (f90-looking-at-program-block-start, f90-no-block-limit):
6180 Add support for submodules.
6181
ccf7a5d5
GM
6182 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
6183 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 6184
11fdef7d 61852011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
6186
6187 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
6188 buffer-file-type before setting its value, to avoid disastrous
eefff499 6189 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 6190
74f53697
JB
61912011-06-25 Juanma Barranquero <lekktu@gmail.com>
6192
6193 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
6194
6195 * ses.el (ses-unload-function):
6196 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
6197
6198 * proced.el (proced-unload-function):
6199 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
6200
18a4ce5e
AR
62012011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
6202
6203 * server.el (server-create-window-system-frame): Add parameters arg.
6204 (server-process-filter): Doc fix. Handle frame-parameters.
6205
519d22cc
JB
62062011-06-25 Juanma Barranquero <lekktu@gmail.com>
6207
6208 Fix bug#8730, bug#8781.
6209
6210 * loadhist.el (unload--set-major-mode): New function.
6211 (unload-feature): Use it.
6212
6213 * progmodes/python.el (python-after-info-look): Add autoload cookie.
6214 (python-unload-function): New function.
6215
c206f5b0
SM
62162011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6217
6218 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
6219
f9ad64f3
GS
62202011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
6221
6222 * net/browse-url.el (browse-url-firefox-program): Add icecat to
6223 the candidates list.
6224
7d0da90e
JB
62252011-06-24 Juanma Barranquero <lekktu@gmail.com>
6226
6227 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
6228
14b4e83d
RS
62292011-06-23 Richard Stallman <rms@gnu.org>
6230
6231 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
6232 (rmail-variables): Set next-error-move-function.
6233 (rmail-what-message): Take argument POS.
6234 (rmail-next-error-move): New function.
6235
273d2baf
SM
62362011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
6237
6238 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
6239 messages for adjacent non-terminals.
6240
56c2cc9a
RS
62412011-06-23 Richard Stallman <rms@gnu.org>
6242
6243 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 6244 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
6245 (rmail-start-mail): Don't specify use of rmail-mail-return;
6246 that's done by mail-bury now.
6247 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 6248
d59eb518
MA
62492011-06-23 Michael Albinus <michael.albinus@gmx.de>
6250
6251 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
6252 SIZE is a number.
6253
02cfc6d6
MR
62542011-06-23 Martin Rudalics <rudalics@gmx.at>
6255
6256 * window.el (get-lru-window, get-mru-window)
6257 (get-largest-window): Never return a minibuffer window.
6258 (display-buffer-pop-up-window): Fix a bug that could lead to
6259 reusing the minibuffer window.
6260 (display-buffer): Pass original specifier argument to
6261 display-buffer-function instead of the normalized one.
6262 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
6263
4e323265
LL
62642011-06-22 Leo Liu <sdl.web@gmail.com>
6265
6266 * minibuffer.el (completing-read-function)
6267 (completing-read-default): Move from minibuf.c
6268
7a70468f
RS
62692011-06-22 Richard Stallman <rms@gnu.org>
6270
50718fc2
RS
6271 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
6272 to Rmail even if not started by a special Rmail command.
6273
7a70468f
RS
6274 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
6275 Copy the buffer currently showing just one message.
6276
297dde5a
RW
62772011-06-22 Roland Winkler <winkler@gnu.org>
6278
6279 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
6280 (bibtex-clean-entry): First delete the old key so that a
6281 customized algorithm for generating the new key does not get
6282 confused by the old key.
6283 (bibtex-url): Obey regexp of first step.
6284 (bibtex-search-entries): Do not use add-to-list with local
6285 list-var.
6286
97bb1093
LMI
62872011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6288
6289 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
6290 stored a user name, then query for the password first, instead of
6291 waiting for SMTP to give an error message and the trying again.
6292
1c0f1a19
JD
62932011-06-22 Lawrence Mitchell <wence@gmx.li>
6294
6295 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
6296 BUFFER in call-process.
6297
396f7c9d
LMI
62982011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6299
6300 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
6301 QUIT twice.
ddb7ffee
LMI
6302 (smtpmail-try-auth-methods): Require user name and password from
6303 auth-source.
396f7c9d 6304
8998d1b3
MR
63052011-06-22 Martin Rudalics <rudalics@gmx.at>
6306
6307 * window.el (display-buffer-default-specifiers)
6308 (display-buffer-alist): Remove entries for pop-up-frame-alist.
6309 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 6310 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
6311
6312 * frame.el (pop-up-frame-alist, pop-up-frame-function)
6313 (special-display-frame-alist, special-display-popup-frame):
6314 Remove duplicate declarations. These are now in window.el.
6315
4ea31e07
LMI
63162011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6317
c9d29fb8
SM
6318 * mail/smtpmail.el (smtpmail-via-smtp):
6319 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
6320 server supports it. SMTP servers that support STARTTLS commonly
6321 require it.
6322
6323 * net/network-stream.el (network-stream-open-starttls): Support
6324 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 6325 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 6326
95f41d9a
LMI
6327 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
6328 upgrades with `open-network-stream', and rely solely on
6329 auth-source for all credentials. Big changes throughout the file,
6330 but in particular:
c9d29fb8
SM
6331 (smtpmail-auth-credentials): Remove.
6332 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
6333 (smtpmail-via-smtp): Check for servers saying they want AUTH after
6334 MAIL FROM, too.
95f41d9a 6335
c9d29fb8
SM
6336 * net/network-stream.el (network-stream-open-starttls):
6337 Provide support for client certificates both for external and built-in
4ea31e07
LMI
6338 STARTTLS.
6339 (auth-source): Require.
6340 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
6341 (network-stream-certificate): Change cert-cert to cert and
6342 cert-key to key.
4ea31e07 6343
065ec2c7
MA
63442011-06-21 Michael Albinus <michael.albinus@gmx.de>
6345
6346 * net/tramp-cache.el (top): Don't load the persistency file when
6347 "emacs -Q" has been called.
6348
cd93b359
DR
63492011-06-21 Tim Harper <timcharper@gmail.com>
6350
d8e4b68b
JB
6351 * term/ns-win.el (ns-initialize-window-system):
6352 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
6353 resource to NO as it is not yet supported by the NS port.
6354
ae9c0411
JB
63552011-06-21 Juanma Barranquero <lekktu@gmail.com>
6356
6357 * misc.el (list-dynamic-libraries--refresh): Compute header here...
6358 (list-dynamic-libraries): ...not here.
6359
7f3f739f
LL
63602011-06-21 Leo Liu <sdl.web@gmail.com>
6361
6362 * subr.el (sha1): Implement sha1 using secure-hash.
6363
327c8fb1
MR
63642011-06-21 Martin Rudalics <rudalics@gmx.at>
6365
6366 * window.el (display-buffer-alist): In default value do not
6367 enforce searching a window on any but the selected frame.
6368 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
6369 (display-buffer-select-window): Remove function.
6370 (display-buffer-in-window): When a window on another frame gets
6371 reused, do not select it any more but just raise its frame if
6372 necessary (Bug#8851) and (Bug#8856).
6373 (display-buffer-normalize-options): Handle pop-up-frames related
6374 options more faithfully.
6375 (pop-to-buffer): Don't rely on `display-buffer' selecting the
6376 window if it is on another frame.
c9d29fb8
SM
6377 (display-buffer-alist, display-buffer-default-specifiers):
6378 Don't make new frame unsplittable by default.
9e9de014
MR
6379 (display-buffer-normalize-argument): Fix doc-string typo and use
6380 'same-frame-other-window instead of 'other-window when associating
6381 with display-buffer-macro-specifiers.
327c8fb1 6382
7cf3f556
VB
63832011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
6384
6385 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
6386 New functions.
6387 (5x5-mode-map, 5x5-mode-menu): Bind them.
6388 (5x5-draw-grid): Tweak the solver's rendering.
6389
60a406cf
SM
63902011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6391
6392 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
6393 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
6394
d8e4b68b 63952011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
6396
6397 * menu-bar.el: Use function variable instead of switch-to-buffer.
6398 (menu-bar-select-buffer-function): New variable.
60a406cf 6399 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 6400
478d6f95
SM
64012011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6402
6403 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
6404 variable's status.
6405
ca530739
JD
64062011-06-20 Jan Djärv <jan.h.d@swipnet.se>
6407
6408 * x-dnd.el (x-dnd-version-from-flags)
6409 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
6410 and long as number (Bug#8899).
6411 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
6412
bcd70d97
SM
64132011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
6414
60a406cf 6415 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
6416 (completion-try-completion, completion-all-completions): Compute the
6417 metadata argument if it's missing; make it optional (bug#8795).
6418
60a406cf 6419 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
6420 (widget-complete): Use new :completion-function property.
6421 (widget-completions-at-point): New function.
6422 (default): Use :completion-function instead of :complete.
60a406cf
SM
6423 (widget-default-completions): Rename from widget-default-complete;
6424 Rewrite.
bcd70d97
SM
6425 (widget-string-complete, widget-file-complete, widget-color-complete):
6426 Remove functions.
6427 (file, symbol, function, variable, coding-system, color):
6428 * international/mule-cmds.el (default-input-method, charset)
6429 (language-info-custom-alist):
6430 * cus-edit.el (face): Use new property :completions.
6431
6432 * progmodes/pascal.el (pascal-completions-at-point): New function.
6433 (pascal-mode): Use it.
6434 (pascal-mode-map): Use completion-at-point.
6435 (pascal-toggle-completions): Make obsolete.
6436 (pascal-complete-word, pascal-show-completions):
6437 * progmodes/octave-mod.el (octave-complete-symbol):
6438 Redefine as obsolete alias.
6439 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
6440 Signal absence of completion info for old Octave,
6441 (inferior-octave-complete): Redefine as obsolete alias.
6442 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
6443 (meta-completions-at-point): Rename from meta-complete-symbol and
6444 adapt it for use on completion-at-point-functions.
6445 (meta-common-mode): Use it.
6446 (meta-looking-at-backward, meta-match-buffer): Remove.
6447 (meta-complete-symbol): Redefine as obsolete alias.
6448 (meta-common-mode-map): Use completion-at-point.
6449 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
6450 (makefile-mode-map): Use completion-at-point.
6451 (makefile-completions-at-point): Rename from makefile-complete and
6452 adapt it for use on completion-at-point-functions.
6453 (makefile-mode): Use it.
6454 (makefile-complete): Redefine as obsolete alias.
6455
aebf69c8
DD
64562011-06-20 Deniz Dogan <deniz@dogan.se>
6457
6458 * net/rcirc.el: Delete trailing whitespaces once and for all.
6459
bfbbb27d
DC
64602011-06-20 Daniel Colascione <dan.colascione@gmail.com>
6461
6462 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
6463
d264a46b
CY
64642011-06-19 Chong Yidong <cyd@stupidchicken.com>
6465
4ca009e5
CY
6466 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
6467
d264a46b
CY
6468 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
6469
fbf5b3ce
MR
64702011-06-19 Martin Rudalics <rudalics@gmx.at>
6471
6472 * window.el (display-buffer-other-window-means-other-frame):
6473 Call display-buffer-normalize-alist.
6474 (display-buffer-normalize-specifiers-1): Rename to
6475 display-buffer-normalize-argument. New argument other-frame.
6476 Rewrite.
6477 (display-buffer-normalize-specifiers-2): Rename to
6478 display-buffer-normalize-options.
6479 (display-buffer-normalize-alist-1): New function.
6480 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
6481 display-buffer-normalize-alist.
6482 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
6483 (display-buffer-normalize-options-inhibit): New variable.
6484 (display-buffer-normalize-specifiers): Rewrite calling
6485 display-buffer-normalize-alist,
6486 display-buffer-normalize-argument, and
6487 display-buffer-normalize-options. Don't call the latter if
6488 display-buffer-normalize-options-inhibit is non-nil.
6489 (frame-auto-delete): New option.
6490 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
6491 (window-list-no-nils, window-state-ignored-parameters)
6492 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
6493 (window-state-put-1, window-state-put-2, window-state-put):
6494 New functions.
9a028c23
MR
6495 (display-buffer-normalize-options): Move special-display-p group
6496 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 6497
6d10d800
CY
64982011-06-18 Chong Yidong <cyd@stupidchicken.com>
6499
6420d28b
CY
6500 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
6501 groups (Bug#8776).
6502 (rx-submatch-n): New function.
6503 (rx): Document it.
6504
ddb8b596
CY
6505 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
6506 (Bug#8768).
6507
6508 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
6509
77080289
CY
6510 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
6511
61dfb316
CY
6512 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
6513 anytime existing face settings are present (Bug#8889).
6514
6d10d800
CY
6515 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
6516 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
6517 Remove unused argument.
6518
be3fb2b8
MR
65192011-06-18 Martin Rudalics <rudalics@gmx.at>
6520
bcd70d97
SM
6521 * window.el (display-buffer-default-specifiers):
6522 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
6523 pop-up-window-min-width, and another reuse-window specifier
6524 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
6525 (display-buffer-normalize-specifiers-2):
6526 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
6527 pop-up-windows is unset. Add a reuse-window specifier for the
6528 case popping up a new window fails.
6529 (special-display-popup-frame): Remove double quoting.
28dec25a 6530 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 6531
1c6d8c76
SM
65322011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
6533
6534 * shell.el (shell-completion-vars): Set pcomplete-termination-string
6535 according to comint-completion-addsuffix.
6536
6537 * pcomplete.el: Convert to lexical binding and fix bug#8819.
6538 (pcomplete-suffix-list): Mark as obsolete.
6539 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
6540 pcomplete-seen in the closure.
6541 (pcomplete-comint-setup): Setup completion-at-point as well.
6542 (pcomplete--entries): New function.
6543 (pcomplete--env-regexp): New var.
6544 (pcomplete-entries): Rewrite to work with partial-completion and
6545 without relying on pcomplete-suffix-list.
6546 (pcomplete-pare-list): Remove, unused.
6547
25aef8b8
MR
65482011-06-17 Martin Rudalics <rudalics@gmx.at>
6549
6550 * window.el (display-buffer-alist): Set pop-up-window-min-height
6551 and pop-up-window-min-width in default value. Reported by
6552 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
6553 other-window-means-other-frame.
6554 (display-buffer-macro-specifiers): Comment out entry for
6555 other-window specifier.
6556 (display-buffer-other-window-means-other-frame): New function.
6557 (display-buffer-normalize-specifiers-1): New arguments
6558 buffer-name and label. Treat other-window case specially.
6559 (display-buffer-normalize-specifiers-2): Treat other-window case
6560 specially.
6561 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
6562 (display-buffer-normalize-specifiers):
6563 Call display-buffer-normalize-specifiers-3.
25aef8b8 6564
dbad4f69
MR
65652011-06-17 Martin Rudalics <rudalics@gmx.at>
6566
6567 * window.el (same-window-p): Fix two typos introduced when
6568 adding with-no-warnings.
d1067961
MR
6569 (display-buffer-normalize-specifiers-1): Don't check
6570 pop-up-frames for 'unset initialization.
6571 (display-buffer-normalize-specifiers-2): Major rewrite using
6572 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
6573 (pop-up-frames, display-buffer-reuse-frames)
6574 (display-buffer-mark-dedicated): Don't initialize to 'unset.
6575 Suggested by David Engster <deng@randomsample.de>.
6576 (even-window-heights): Initialize to 'unset.
6577 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
6578 (display-buffer-macro-specifiers): Don't pop up a new frame in the
6579 other window case.
dbad4f69 6580
9b9c9e3a
MR
65812011-06-16 Martin Rudalics <rudalics@gmx.at>
6582
bcd70d97
SM
6583 * window.el (display-buffer-normalize-specifiers-1):
6584 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 6585 second argument of display-buffer (Bug#8865).
981d5c09
MR
6586 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
6587 (switch-to-buffer-other-window-same-frame)
6588 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
6589 Adams (Bug#8875).
9c2755e9
MR
6590 (display-buffer): Don't check noninteractive when calling
6591 display-buffer-pop-up-frame.
6592 (display-buffer-pop-up-frame): Never pop up a frame in
6593 noninteractive mode (Bug#8857).
67222e1d
MR
6594 (enlarge-window, shrink-window): Don't report an error when the
6595 window can't be resized as requested (Bug#8862).
9b9c9e3a 6596
2b75be67
SM
65972011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6598
9ffdd3ba
SM
6599 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
6600
cb581a67
SM
6601 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
6602
2b75be67
SM
6603 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
6604
8c0e3589
AM
66052011-06-15 Alan Mackenzie <acm@muc.de>
6606
cb581a67
SM
6607 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
6608 for declarators, disable knr checking to speed up for normal files.
6609 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 6610
b96e6cde
LMI
66112011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6612
4bba86e6
LMI
6613 * net/network-stream.el (open-network-stream): Add the keyword
6614 :always-query-capabilities for the case where you want to force a
6615 `plain' network connection, but the protocol still requires the
6616 capabilitiy command (i.e., SMTP and EHLO).
6617
2b75be67 6618 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
6619 consistency with other `-live-p' functions.
6620
efdcdbf8
SM
66212011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6622
6623 * window.el (same-window-buffer-names, same-window-regexps)
6624 (special-display-frame-alist, special-display-popup-frame)
6625 (special-display-function, special-display-buffer-names)
6626 (special-display-regexps, pop-up-frame-alist)
6627 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
6628 (pop-up-windows, split-window-preferred-function)
6629 (split-height-threshold, split-width-threshold, even-window-heights)
6630 (display-buffer-mark-dedicated): Don't encourage the use of
6631 display-buffer-alist from Elisp code.
6632
c5cde042
DN
66332011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
6634
6635 * progmodes/python.el (python-mode): Derive from prog-mode.
6636 * progmodes/ps-mode.el (ps-mode):
6637 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 6638 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
6639 * progmodes/ld-script.el (ld-script-mode): Likewise.
6640
baa1c9ab
MR
66412011-06-15 Martin Rudalics <rudalics@gmx.at>
6642
6643 * window.el (display-buffer-alist): Trim default value to avoid
6644 popping up a new frame (Bug#8857) or reusing an arbitrary window
6645 on another frame.
6646 (display-buffer): Do not fall back on popping up a new frame in
6647 batch mode (Bug#8857).
6648
c5dd5a51
CY
66492011-06-14 Chong Yidong <cyd@stupidchicken.com>
6650
6651 * cus-theme.el (describe-theme-1): Use custom-theme-p.
6652 (custom-theme-summary): New function.
6653 (customize-themes): Use it.
6654
d647b7c4
GM
66552011-06-13 Glenn Morris <rgm@gnu.org>
6656
6657 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
6658
9481c002
MR
66592011-06-13 Martin Rudalics <rudalics@gmx.at>
6660
357f93d2
MR
6661 * help.el (help-window): Remove variable.
6662 (help-window-point-marker, temp-buffer-max-height)
6663 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
6664 (help-print-return-message): Don't set help-window.
6665 (resize-temp-buffer-window): Rewrite cod eand doc-string.
6666 (help-window-setup-finish): Remove.
6667 (help-window-display-message, help-window-setup)
6668 (with-help-window): Major rewrite based on new
6669 display-buffer-window variable.
6670
6671 * help-mode.el (help-mode-finish): Remove help-window related
6672 code.
6673
6674 * view.el (view-exits-all-viewing-windows): Remove reference to
6675 view-return-to-alist in doc-string.
6676 (view-return-to-alist): Make obsolete.
6677 (view-buffer): Call pop-to-buffer-same-window and remove
6678 undo-window code.
6679 (view-buffer-other-window): Call pop-to-buffer-other-window and
6680 simplify code. Ignore second argument.
6681 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
6682 simplify code. Ignore second argument.
6683 (view-return-to-alist-update): Make obsolete.
6684 (view-mode-enter): Rename second argument to QUIT-RESTORE.
6685 Rewrite using quit-restore window parameters.
2b75be67
SM
6686 (view-mode-exit): Rename second argument to EXIT-ONLY.
6687 Rewrite using quit-restore-window.
357f93d2
MR
6688 (View-exit, View-exit-and-edit, View-leave, View-quit)
6689 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
6690 appropriate arguments.
6691 (view-end-message): Use quit-restore window parameter.
6692
9481c002
MR
6693 * window.el (display-buffer-function): Rewrite doc-string.
6694 (display-buffer-window, display-buffer-alist): New variables.
6695 (display-buffer-split-specifiers)
6696 (display-buffer-side-specifiers)
6697 (display-buffer-macro-specifiers): New constants.
6698 (display-buffer-even-window-sizes, display-buffer-set-height)
6699 (display-buffer-set-width, display-buffer-select-window)
6700 (display-buffer-in-window, display-buffer-reuse-window)
6701 (display-buffer-split-window-1, display-buffer-split-window)
6702 (display-buffer-split-atom-window, display-buffer-pop-up-window)
6703 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
6704 (display-buffer-in-side-window, normalize-buffer-to-display)
6705 (display-buffer-normalize-specifiers-1)
6706 (display-buffer-normalize-specifiers-2)
2b75be67
SM
6707 (display-buffer-normalize-specifiers, display-buffer-frame):
6708 New functions.
9481c002
MR
6709 (display-buffer): Major rewrite.
6710 (display-buffer-other-window, display-buffer-other-frame)
6711 (pop-to-buffer, switch-to-buffer-other-window)
6712 (switch-to-buffer-other-frame): Rewrite.
6713 (display-buffer-same-window, display-buffer-same-frame)
6714 (display-buffer-same-frame-other-window)
6715 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
6716 (pop-to-buffer-other-window)
6717 (pop-to-buffer-same-frame-other-window)
6718 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
6719 (switch-to-buffer-other-window-same-frame): New functions.
6720 (same-window-p, special-display-p): Rewrite disabling warnings.
6721 Make obsolete.
6722 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
6723 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
6724 Make obsolete
6725 (same-window-buffer-names, same-window-regexps)
6726 (special-display-frame-alist, special-display-popup-frame)
6727 (special-display-function, special-display-buffer-names)
6728 (special-display-regexps, pop-up-frame-alist)
6729 (pop-up-frame-function, split-window-preferred-function)
6730 (split-height-threshold, split-width-threshold)
6731 (even-window-heights): Make obsolete.
6732
9db51aca
GM
67332011-06-12 Glenn Morris <rgm@gnu.org>
6734
6735 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 6736 Misc simplifications.
9db51aca 6737
39cffb44
MR
67382011-06-12 Martin Rudalics <rudalics@gmx.at>
6739
6740 * window.el (window-safely-shrinkable-p): Restore function which
6741 was inadvertently removed in change from 2011-06-11. Declare as
6742 obsolete.
6743
2b75be67
SM
6744 * calendar/calendar.el (calendar-generate-window):
6745 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
6746 window-safely-shrinkable-p.
6747
a8955be7
GM
67482011-06-12 Glenn Morris <rgm@gnu.org>
6749
6750 * progmodes/fortran.el (fortran-mode-syntax-table):
6751 * progmodes/f90.el (f90-mode-syntax-table):
6752 Set % to punctuation. (Bug#8820)
6753 (f90-find-tag-default): Remove, no longer needed.
6754
f0d4059d
DC
67552011-06-12 Daniel Colascione <dan.colascione@gmail.com>
6756
6757 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
6758
1100a63c
CY
67592011-06-11 Chong Yidong <cyd@stupidchicken.com>
6760
6761 * image.el (image-animated-p): Return animation delay in seconds.
6762 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
6763 (image-animate-timeout): Remove DELAY argument. Don't assume
6764 every subimage has the same delay; get it from image-animated-p.
6765 (image-animate): Caller changed.
6766
def722bf
MA
67672011-06-11 Michael Albinus <michael.albinus@gmx.de>
6768
6769 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
6770 to ignored backtrace functions.
6771
0a2bb1a9
GM
67722011-06-11 Glenn Morris <rgm@gnu.org>
6773
6774 * calendar/appt.el (appt-disp-window-function): Doc fix.
6775 (appt-check): Handle overlapping appointments. (Bug#8337)
6776
6198ccd0
MR
67772011-06-11 Martin Rudalics <rudalics@gmx.at>
6778
6779 * window.el (window-tree-1, window-tree): New functions, moving
6780 the latter to window.el.
6781 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
6782 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
6783 (bw-refresh-edges): Remove.
6784 (balance-windows-1, balance-windows-2): New functions.
6785 (balance-windows): Rewrite in terms of window tree functions,
6786 balance-windows-1 and balance-windows-2.
6787 (bw-adjust-window): Remove.
6788 (balance-windows-area-adjust): New function with functionality of
6789 bw-adjust-window but using resize-window.
2b75be67
SM
6790 (set-window-text-height): Rewrite doc-string.
6791 Use normalize-live-window and resize-window.
6792 (enlarge-window-horizontally, shrink-window-horizontally):
6793 Rename argument to DELTA.
6198ccd0
MR
6794 (window-buffer-height): New function.
6795 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
6796 Rewrite using new window resize routines.
2b75be67
SM
6797 (kill-buffer-and-window, mouse-autoselect-window-select):
6798 Use ignore-errors instead of condition-case.
6198ccd0
MR
6799 (quit-window): Call delete-frame instead of delete-windows-on
6800 for the only buffer on frame.
6801
9397e56f
MR
68022011-06-10 Martin Rudalics <rudalics@gmx.at>
6803
6804 * loadup.el (top-level): Load window before files for the sake
6805 of replace-buffer-in-windows.
6806
6807 * files.el (read-buffer-to-switch)
6808 (switch-to-buffer-other-window)
2b75be67
SM
6809 (switch-to-buffer-other-frame, display-buffer-other-frame):
6810 Move to window.el.
9397e56f
MR
6811
6812 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
6813 (previous-buffer): Move to window.el.
6814
6815 * bindings.el (unbury-buffer): Move to window.el.
6816
6817 * window.el (delete-other-windows-vertically): Move after
6818 definition of delete-other-windows.
6819 (other-window, delete-windows-on, replace-buffer-in-windows):
6820 Move here from window.c.
6821 (record-window-buffer, unrecord-window-buffer)
6822 (set-window-buffer-start-and-point, switch-to-prev-buffer)
6823 (switch-to-next-buffer): New functions.
6824 (get-next-valid-buffer, last-buffer, next-buffer): Move here
6825 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
6826 (previous-buffer): Move here from simple.el.
6827 Call switch-to-prev-buffer.
9397e56f
MR
6828 (bury-buffer): Move here from buffer.c. Switch to previous
6829 buffer when window cannot be deleted.
6830 (unbury-buffer): Move here from bindings.el.
6831 (ctl-x-map): Move binding for other-window from window.c to
6832 here.
6833 (read-buffer-to-switch, switch-to-buffer-other-window)
6834 (switch-to-buffer-other-frame): Move here from files.el.
6835 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
6836 (switch-to-buffer): Move here from buffer.c.
6837 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 6838
562dd5e9
MR
68392011-06-10 Martin Rudalics <rudalics@gmx.at>
6840
6841 * window.el (window-min-height, window-min-width): Move here
6842 from window.c. Add defcustoms and rewrite doc-strings.
6843 (resize-mini-window, resize-window): New functions.
6844 (adjust-window-trailing-edge, enlarge-window, shrink-window):
6845 Move here from window.c.
6846 (maximize-window, minimize-window): New functions.
6847 (delete-window, delete-other-windows, split-window): Move here
6848 from window.c.
6849 (window-split-min-size): New function.
6850 (split-window-keep-point): Mention split-window-above-each-other
6851 instead of split-window-vertically.
2b75be67 6852 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
6853 Rename split-window-vertically to split-window-above-each-other
6854 and provide defalias for old definition.
6855 (split-window-side-by-side, split-window-horizontally):
6856 Rename split-window-horizontally to split-window-side-by-side
6857 and provide defalias for the old definition.
562dd5e9
MR
6858 (ctl-x-map): Move bindings for delete-window,
6859 delete-other-windows and enlarge-window here from window.c.
6860 Replace bindings for split-window-vertically and
6861 split-window-horizontally by bindings for
6862 split-window-above-each-other and split-window-side-by-side.
6863
6864 * cus-start.el (all): Remove entries for window-min-height and
6865 window-min-width. Add entries for window-splits and
6866 window-nest.
6867
f0da764a
GM
68682011-06-09 Glenn Morris <rgm@gnu.org>
6869
80675c21
GM
6870 * calendar/appt.el (appt-mode-line): New function.
6871 (appt-check, appt-disp-window): Use it.
6872
f0da764a
GM
6873 * files.el (hack-one-local-variable-eval-safep):
6874 Allow minor-modes with explicit +/-1 arguments.
6875
59f623b7
TZ
68762011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
6877
6878 * term/xterm.el (xterm): Add defgroup.
6879 (xterm-extra-capabilities): Add defcustom to supply known xterm
6880 capabilities, skip querying them, or query them (default).
6881 (terminal-init-xterm): Use it.
6882 (terminal-init-xterm-modify-other-keys): New function to set up
6883 modifyOtherKeys support to simplify `terminal-init-xterm'.
6884
9aab8e0d
MR
68852011-06-09 Martin Rudalics <rudalics@gmx.at>
6886
6887 * window.el (resize-window-reset, resize-window-reset-1)
6888 (resize-subwindows-skip-p, resize-subwindows-normal)
6889 (resize-subwindows, resize-other-windows, resize-this-window)
6890 (resize-root-window, resize-root-window-vertically)
6891 (window-deletable-p, window-or-subwindow-p)
6892 (frame-root-window-p): New functions.
6893
e8b08aee
GM
68942011-06-09 Glenn Morris <rgm@gnu.org>
6895
6896 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
6897 (ange-ftp-get-files): Use it.
6898
254c37a5
AK
68992011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
6900
6901 * mail/sendmail.el (mail-recover-1, mail-recover):
6902 * files.el (recover-file, recover-session):
6903 Handle dired-listing-switches not being just a single short option.
6904
35d7dbd3
GM
69052011-06-09 Glenn Morris <rgm@gnu.org>
6906
6907 * calendar/appt.el (appt-display-message, appt-disp-window):
6908 Handle lists of appointments.
6909
387522b2
MR
69102011-06-08 Martin Rudalics <rudalics@gmx.at>
6911
2b75be67
SM
6912 * window.el (one-window-p): Move down in code.
6913 Rewrite doc-string.
6914 (window-current-scroll-bars): Rewrite doc-string.
6915 Normalize live window argument.
387522b2
MR
6916 (walk-windows, get-window-with-predicate, count-windows):
6917 Rewrite doc-string. Use window-list-1.
6918 (window-in-direction-2, window-in-direction, get-mru-window):
6919 New functions.
6920
d8e4b68b 69212011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
6922
6923 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
6924 Doc fix (Bug#8713).
6925
69262011-06-08 Chong Yidong <cyd@stupidchicken.com>
6927
6928 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
6929
69302011-06-08 Juanma Barranquero <lekktu@gmail.com>
6931
6932 * loadhist.el (unload-feature-special-hooks):
6933 Add `comint-output-filter-functions'.
6934
0de12c52
IK
69352011-06-08 Ivan Kanis <gnu@kanis.fr>
6936
6937 * calendar/appt.el (appt-check): Move some initializations into the let.
6938
f3d1777e
MR
69392011-06-08 Martin Rudalics <rudalics@gmx.at>
6940
6941 * window.el (window-height): Defalias to window-total-height.
6942 (window-width): Defalias to window-body-width.
6943
18af70d0
CY
69442011-06-07 Chong Yidong <cyd@stupidchicken.com>
6945
6946 * image-mode.el (image-toggle-animation): New command.
6947 (image-mode-map): Bind it to RET.
6948 (image-mode): Update message.
6949 (image-toggle-display-image): Avoid a spurious cache flush.
6950 (image-transform-rotation): Doc fix.
6951 (image-transform-properties): Return quickly in the normal case.
6952 (image-animate-loop): Rename from image-animate-max-time.
6953
2b75be67 6954 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
6955 (create-animated-image): Remove unnecessary function.
6956 (image-animate): Rename from image-animate-start. New arg.
2b75be67 6957 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
6958 (image-animate-timer): Use car-safe.
6959 (image-animate-timeout): Rename argument.
6960
190b47e6
MR
69612011-06-07 Martin Rudalics <rudalics@gmx.at>
6962
6963 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
6964 window.c. Rename first argument to ALL-FRAMES.
6965 Rephrase doc-strings.
6966 (get-buffer-window-list): Rewrite using window-list-1.
6967 Rephrase doc-string.
a1511caf
MR
6968 (window-safe-min-height, window-safe-min-width): New constants.
6969 (window-size-ignore, window-min-size, window-min-size-1)
6970 (window-sizable, window-sizable-p, window-size-fixed-1)
6971 (window-size-fixed-p, window-min-delta-1, window-min-delta)
6972 (window-max-delta-1, window-max-delta, window-resizable)
6973 (window-resizable-p, window-total-height, window-total-width)
6974 (window-body-width): New functions.
6975 (window-full-height-p, window-full-width-p): Rewrite using
6976 window-total-size.
6977 (window-body-height): Rewrite using window-body-size.
190b47e6 6978
85cc1f11
MR
69792011-06-06 Martin Rudalics <rudalics@gmx.at>
6980
6981 * window.el (window-right, window-left, window-child)
6982 (window-child-count, window-last-child, window-any-p)
6983 (normalize-live-buffer, normalize-live-frame)
6984 (normalize-any-window, normalize-live-window)
6985 (window-iso-combination-p, window-iso-combined-p)
6986 (window-iso-combinations)
6987 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
6988 (windows-with-parameter, window-with-parameter)
6989 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
6990 (window-atom-check, window-side-check, window-check):
6991 New functions.
85cc1f11
MR
6992 (ignore-window-parameters, window-sides, window-sides-vertical)
6993 (window-sides-slots): New variables.
6994 (window-size-fixed): Move down in code. Minor doc-string fix.
6995
e7156492
AS
69962011-06-05 Andreas Schwab <schwab@linux-m68k.org>
6997
6998 * comint.el (comint-dynamic-complete-as-filename)
6999 (comint-dynamic-complete-filename): Correctly call
7000 completion-in-region.
7001
7e821d0d
DD
70022011-06-05 Deniz Dogan <deniz@dogan.se>
7003
7004 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
7005 in last change.
7006
ac09b8a1
DD
70072011-06-05 Deniz Dogan <deniz@dogan.se>
7008
7009 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
7010 (rcirc): Use it to prompt for encryption.
7011
34699b85
RW
70122011-06-05 Roland Winkler <winkler@gnu.org>
7013
7014 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
7015 (bibtex-search-entries): New command bound to C-c C-a.
7016 (bibtex-display-entries): New function.
7017
004dedd3
RW
70182011-06-05 Roland Winkler <winkler@gnu.org>
7019
7020 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
7021 (bibtex-insert-kill): After yanking insert newline if necessary.
7022 (bibtex-initialize): Call bibtex-string-files-init only once.
7023 (bibtex-mode): Do not call easy-menu-add.
7024 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
7025 (bibtex-yank): Set arg properly if nil.
7026
022fe7ce
RW
70272011-06-05 Roland Winkler <winkler@gnu.org>
7028
2b75be67
SM
7029 * textmodes/bibtex.el (bibtex-search-entry-globally):
7030 New variable.
022fe7ce
RW
7031 (bibtex-search-entry): Use it.
7032
b7c3692a
RW
70332011-06-05 Roland Winkler <winkler@gnu.org>
7034
7035 * textmodes/bibtex.el (bibtex-entry-format): New option
7036 sort-fields.
7037 (bibtex-format-entry, bibtex-reformat): Honor this option.
7038 (bibtex-parse-entry): Return fields in proper order.
7039
8eda563d
JB
70402011-06-05 Juanma Barranquero <lekktu@gmail.com>
7041
7042 * doc-view.el (doc-view-remove-if): Move computation of result out
7043 of `dolist' to silence misleading lexical-binding warning.
7044
7dbe3dbc
CY
70452011-06-04 Chong Yidong <cyd@stupidchicken.com>
7046
7047 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
7048 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
7049
0c33dd17
MA
70502011-06-04 Michael Albinus <michael.albinus@gmx.de>
7051
7052 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
7053 "SunOS 5.10".
7054
f8f91c2b
MA
70552011-06-04 Michael Albinus <michael.albinus@gmx.de>
7056
7057 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
7058 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
7059 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
7060 (tramp-parse-putty):
7061 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
7062 (tramp-completion-function-alist-ssh)
7063 (tramp-completion-function-alist-telnet)
7064 (tramp-completion-function-alist-su)
7065 (tramp-completion-function-alist-putty): Set `tramp-autoload'
7066 cookie.
7067
7068 * net/tramp-ftp.el:
7069 * net/tramp-sh.el:
7070 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
7071 load "tramp.el" `tramp-set-completion-function'.
7072
e17d9003
SM
70732011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
7074
7075 * shell.el: Require and use pcomplete.
7076 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
7077 (shell-completion-vars): Set pcomplete-default-completion-function.
7078
6c4cab03
DD
70792011-06-04 Deniz Dogan <deniz@dogan.se>
7080
7081 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
7082 `memq' (Bug#8799).
7083
ea9fafe0
SM
70842011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
7085
7086 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
7087
b3e945d3
JB
70882011-06-02 Juanma Barranquero <lekktu@gmail.com>
7089
7090 * bs.el (bs--mark-unmark, bs--nth-wrapper):
7091 * mpc.el (mpc-select-extend, mpc-songpointer-context):
7092 * vc/log-view.el (log-view-beginning-of-defun):
7093 * vc/smerge-mode.el (smerge-apply-resolution-patch)
7094 (smerge-refine-forward, smerge-refine-chopup-region):
7095 Silence warning for unused `dotimes' counter variables.
7096
7d520089
SM
70972011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
7098
7099 * net/tramp.el (tramp-with-progress-reporter): Rename from
7100 with-progress-reporter. Use `declare'.
7101 * net/tramp-smb.el:
7102 * net/tramp-sh.el:
7103 * net/tramp-gvfs.el: Update all uses.
7104
a1c2400f
JB
71052011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
7106
7107 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
7108 buffer isn't killed before making it current.
7109
2403c841
SM
71102011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7111
7112 Silence various byte-compiler warnings.
7113 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
7114 `access-type' and new obsolescence format.
7115 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
7116 new format.
7117 (byte-compile-check-variable): New `access-type' argument.
7118 Only warn if the access-type is obsolete.
7119 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
7120 (byte-compile-variable-set): Adjust callers.
7121 * help-fns.el (describe-variable): Adjust to new obsolescence format.
7122 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
7123 setting it as obsolete.
7124 * simple.el (minibuffer-completing-symbol):
7125 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
7126 access as obsolete.
7127 * minibuffer.el (minibuffer-completing-file-name): Don't make it
7128 obsolete yet.
7129 * international/quail.el (quail-mouse-choose-completion): Remove unused
7130 code referring to obsolete var.
7131 (quail-choose-completion-string): Remove.
7132 * server.el (server-clients-with, server-kill-buffer-query-function)
7133 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
7134 * proced.el (proced-send-signal):
7135 * emacs-lisp/lisp.el (lisp-complete-symbol):
7136 Replace completion-annotate-function with completion-extra-properties.
7137
2462470b
SM
71382011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7139
fb5b2591
SM
7140 * simple.el (goto-line): Use read-number.
7141 (overriding-map-is-bound): Remove.
7142 (saved-overriding-map): Change default.
7143 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
7144 Take the map as argument.
7145 (universal-argument, negative-argument, digit-argument): Use it.
7146 (restore-overriding-map): Adjust.
7147 (do-auto-fill): Use fill-forward-paragraph.
7148 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
7149
fd6fa53f
SM
7150 * minibuffer.el (minibuffer-inactive-mode-map): New var.
7151 (minibuffer-inactive-mode): New major mode.
7152 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
7153 the *Messages* buffer" hack.
7154 (mouse-popup-menubar): Don't burp if the event is a normal key.
7155
2462470b
SM
7156 Miscellaneous tweaks.
7157 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
7158 lexical scoping as in subr.el's dolist and dotimes.
7159 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
7160 Silence compiler warning.
7161 * thingatpt.el (forward-whitespace): Trivial coding style fix.
7162 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
7163 * international/ccl.el (ccl-compile): Trivial simplification.
7164 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
7165 * emacs-lisp/testcover.el (testcover-end): Remove spurious
7166 `printflag' argument.
7167 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
7168 Purecopy the whole obsolescence data.
7169
108bf785
LL
71702011-06-01 Leo Liu <sdl.web@gmail.com>
7171
7172 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
7173 improve doc-string as suggested by Marco Pessotto
7174 <melmothx@gmail.com>.
7175 (rcirc-print): Fix last change.
7176
30a23501
SM
71772011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7178
7179 * minibuffer.el (complete-with-action): Return nil for the metadata and
7180 boundaries of non-functional tables.
7181 (completion-table-dynamic): Return nil for the metadata.
7182 (completion-table-with-terminator): Add default case, using
7183 complete-with-action.
7184 (completion--metadata): New function.
7185 (completion-all-sorted-completions, minibuffer-completion-help): Use it
7186 to try and avoid pathological performance problems.
7187 (completion--embedded-envvar-table): Return `category' metadata.
7188
bcd54f83
LMI
71892011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
7190
7191 * subr.el (process-alive-p): New tiny convenience function.
7192
e227544d
SM
71932011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7194
7195 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
7196 content but also its previous major mode.
7197
e8296fdc
HE
71982011-05-31 Helmut Eller <eller.helmut@gmail.com>
7199
4d61f28d 7200 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
7201 *Backtrace* buffer when we exit with C-M-c.
7202
620c53a6
SM
72032011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7204
7205 * minibuffer.el: Add metadata method to completion tables.
7206 (completion-category-overrides): New defcustom.
7207 (completion-metadata, completion--field-metadata)
7208 (completion-metadata-get, completion--styles)
7209 (completion--cycle-threshold): New functions.
7210 (completion-try-completion, completion-all-completions):
7211 Add `metadata' argument to choose completion-styles.
7212 (completion--do-completion): Use metadata to choose cycling.
7213 (completion-all-sorted-completions): Use metadata for sorting.
7214 Remove :completion-cycle-penalty which is not needed any more.
7215 (completion--try-word-completion): Add `metadata' argument.
7216 (minibuffer-completion-help): Check metadata for annotation function
7217 and sorting.
7218 (completion-file-name-table): Return `category' metadata.
7219 (minibuffer-completing-file-name): Make obsolete.
7220 * simple.el (minibuffer-completing-symbol): Make obsolete.
7221 * icomplete.el (icomplete-completions): Pass new `metadata' param to
7222 completion-try-completion.
7223
1257e755
SM
72242011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7225
7226 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
7227
3767e706
LL
72282011-05-30 Leo Liu <sdl.web@gmail.com>
7229
7230 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
7231 (rcirc-print): Decode all incoming messages (bug#8744).
7232 (rcirc-decode-coding-system): Allow value nil for automatic coding
7233 system detection.
3767e706 7234
d1a5d56a
GM
72352011-06-01 Glenn Morris <rgm@gnu.org>
7236
7237 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
7238
e8cbec34
CY
72392011-05-29 Chong Yidong <cyd@stupidchicken.com>
7240
7241 * image.el (image-animate-max-time): Allow nil and t values.
7242 Default to nil.
7243 (create-animated-image): Doc fix.
7244 (image-animate-start): Remove second arg; just use
7245 image-animate-max-time.
7246 (image-animate-timeout): Doc fix. Args changed.
7247
7248 * image-mode.el (image-toggle-display-image): Ensure that the
7249 image spec passed to the animate timer is the same object as in
58179cce 7250 the buffer's display property (Bug#6981).
e8cbec34
CY
7251 (image-transform-properties): Doc fix.
7252
7253 * image.el (image-animate-max-time): Default to nil.
7254
159daf87
MR
72552011-05-29 Martin Rudalics <rudalics@gmx.at>
7256
7257 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
7258 entire buffer list (Bug#8184).
7259
d66c4c7c
CY
72602011-05-29 Chong Yidong <cyd@stupidchicken.com>
7261
7262 * image.el (imagemagick-types-inhibit)
7263 (imagemagick-register-types): Doc fix.
7264
80aec780
DD
72652011-05-29 Deniz Dogan <deniz@dogan.se>
7266
7267 * net/rcirc.el (rcirc): Use the user's stored encryption method by
7268 default.
7269
1dd3c2d9
CY
72702011-05-29 Chong Yidong <cyd@stupidchicken.com>
7271
7272 * select.el: Don't perform clipboard-manager saving in hooks;
7273 leave the hooks empty.
7274
60e56523
LL
72752011-05-28 Leo Liu <sdl.web@gmail.com>
7276
7277 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
7278 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
7279 (occur-edit-mode): New major mode (Bug#8463).
7280 (occur-after-change-function): New function.
7281 (occur-engine): Give Occur tags a read-only property.
7282
2b1e1a22
KR
72832011-05-28 Kevin Ryde <user42@zip.com.au>
7284
7285 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
7286
5d344e88
CY
72872011-05-28 Chong Yidong <cyd@stupidchicken.com>
7288
8e6ca83d
CY
7289 * bindings.el (help-echo): Make the initial non-indicator dash
7290 empty on graphical terminals (Bug#7295).
7291
5d344e88
CY
7292 * files.el (auto-mode-alist): Move config rule after the
7293 in-stripping one (Bug#8547).
7294
bfbbace7
CY
7295 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
7296
fbeba6e2
CY
7297 * startup.el (normal-splash-screen): Remove gratuitous mode-line
7298 setting (Bug#8740).
7299
60ed8c72
AA
73002011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
7301
4ac619f0
AA
7302 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
7303 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
7304 (Bug#8539).
60ed8c72 7305
23db196e
CY
73062011-05-28 Chong Yidong <cyd@stupidchicken.com>
7307
7308 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
7309
5012f24c
DK
73102011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
7311
7312 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
7313 (hs-hide-block-at-point, hs-find-block-beginning)
7314 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
7315 (Bug#8279).
7316
6a639b16
GM
73172011-05-28 Glenn Morris <rgm@gnu.org>
7318
7319 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
7320
d43eaf2c
CY
73212011-05-28 Chong Yidong <cyd@stupidchicken.com>
7322
5199bde1
CY
7323 * help-fns.el (describe-function-1): If the function is a derived
7324 major mode, print the parent mode.
7325
d43eaf2c
CY
7326 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
7327 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
7328
423428a8
SM
73292011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
7330
0ff8e1ba 7331 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 7332 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
7333 * progmodes/etags.el (tags-completion-at-point-function):
7334 * info-look.el (info-lookup-completions-at-point): Mark as
7335 non-exclusive.
7336 (info-complete): Adjust accordingly.
7337
423428a8
SM
7338 * info-look.el: Convert to lexical-binding and completion-at-point.
7339 (info-lookup-completions-at-point): New function.
7340 (info-complete): Use it and completion-in-region.
7341
b74aa22b
DA
73422011-05-28 Drew Adams <drew.adams@oracle.com>
7343
7344 * isearch.el: Let M-e start with point at the first mismatched char.
7345 (isearch-fail-pos): New function.
7346 (isearch-edit-string): Use it.
7347
66e2e71d
DK
73482011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
7349
7350 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
7351
eb95d01d
TC
73522009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
7353
7354 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
7355 traversal functions for avl-trees.
7356 (avl-tree--stack): New struct.
7357 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
7358 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
7359 (avl-tree--do-enter): Add optional `updatefun' arg.
7360 Change return value.
eb95d01d 7361 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
7362 (avl-tree--do-delete): Add `test' and `nilflag' args.
7363 Change return value.
eb95d01d
TC
7364 (avl-tree-member): Add optional `nilflag'
7365 (avl-tree-member-p): New function.
7366 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
7367 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
7368 (avl-tree-stack-empty-p): New functions.
7369
3769ddcf
TC
73702009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
7371
7372 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
7373 avl-tree--del-balance1 and make it work both ways.
7374 (avl-tree--del-balance2): Remove.
7375 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
7376 make it work both ways.
7377 (avl-tree--enter-balance2): Remove.
7378 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
7379 New macros.
7380 (avl-tree--mapc, avl-tree-map): Add direction argument.
7381
eb95d01d 73822011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
7383
7384 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
7385
a9f737ee
CY
73862011-05-27 Chong Yidong <cyd@stupidchicken.com>
7387
7388 * select.el: Support clipboard managers with built-in function
7389 x-clipboard-manager-save, via delete-frame-functions and
7390 kill-emacs-hook.
7391 (xselect-convert-to-targets): Add MULTIPLE target to list.
7392 (xselect-convert-to-save-targets): New function.
7393
c92a1e54
KH
73942011-05-27 Kenichi Handa <handa@m17n.org>
7395
7396 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
7397 let-binding rfc2047-encode-encoded-words to nil.
7398
e145f188
GM
73992011-05-27 Glenn Morris <rgm@gnu.org>
7400
5ec8a862
GM
7401 * mail/emacsbug.el: Don't require url-util.
7402
4b29d9fb
GM
7403 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
7404
e145f188
GM
7405 * files.el (set-auto-mode):
7406 Also respect mode: entries at the end of the file. (Bug#8586)
7407
7d15102b
GM
74082011-05-26 Glenn Morris <rgm@gnu.org>
7409
98f593b8
GM
7410 * files.el (hack-local-variables-prop-line, hack-local-variables):
7411 Downcase mode names, as seems to be traditional.
27b48e63 7412 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 7413
7d15102b
GM
7414 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
7415 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
7416
51d5b4ec
JD
74172011-05-25 Julien Danjou <julien@danjou.info>
7418
7419 * textmodes/rst.el (rst-define-level-faces): Do not define face
7420 symbol if it is already defined.
7421
91513f63
VB
74222011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
7423
7424 * play/5x5.el (5x5-new-game, 5x5-randomize):
7425 Reset 5x5-solver-output to nil when a new grid is cast.
7426 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
7427 these debugging traces, as defmacro breaks the compiled code.
7428
4d90d6d0
DK
74292011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
7430
7431 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
7432
e1b90ef6
LL
74332011-05-24 Leo Liu <sdl.web@gmail.com>
7434
7435 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
7436 (vc-bzr-sha1): Adapt.
7437
d8e4b68b 7438 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
7439
7440 * bindings.el: Provide sha1 feature.
7441
db0406bb 74422011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
7443
7444 * mail/sendmail.el: Require `rfc2047'.
7445 (mail-insert-from-field): Do not perform RFC2047 encoding.
7446 (mail-encode-header): New function.
7447 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
7448 buffer to the return value of select-message-coding-system.
7449 Call mail-encode-header.
b8d747b9
KH
7450
7451 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
7452
db0406bb 74532011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 7454
4d90d6d0
DK
7455 * mail/supercite.el (sc-default-cite-frame):
7456 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 7457
eb8a5e9b
GM
74582011-05-24 Glenn Morris <rgm@gnu.org>
7459
f8630703
GM
7460 * progmodes/python.el (brm-menu): Declare.
7461
8831bbed
GM
7462 * emulation/viper.el (viper-set-hooks): Declare.
7463
eb8a5e9b
GM
7464 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
7465 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
7466 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
7467 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
7468 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
7469 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
7470
a2a25d24
SM
74712011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
7472
7473 Add an :exit-function for completion-at-point.
7474
7475 * minibuffer.el (completion--done): New fun.
7476 (completion--do-completion): Use it. New arg `expect-exact'.
7477 (minibuffer-complete, minibuffer-complete-word): Don't output message,
7478 since completion--do-completion does it for us now.
7479 (minibuffer-force-complete): Use completion--done and
7480 completion--replace. Handle sole-completion case with more care.
7481 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
7482 (completion-extra-properties): New var.
7483 (completion-annotate-function): Make obsolete.
7484 (minibuffer-completion-help): Adjust accordingly.
7485 Use completion-list-insert-choice-function.
7486 (completion-at-point, completion-help-at-point):
7487 Bind completion-extra-properties.
7488 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
7489 * simple.el (completion-list-insert-choice-function): New var.
7490 (completion-setup-function): Preserve it.
7491 (choose-completion): Pay attention to it, shuffle the code a bit.
7492 (choose-completion-string): New arg `insert-function'.
7493
7494 * textmodes/bibtex.el: Convert to lexical binding.
7495 (bibtex-mode-map): Use completion-at-point.
7496 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
7497 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
7498 (bibtex-complete): Define as obsolete alias.
7499 (bibtex-complete-internal): Remove.
7500 (bibtex-format-entry): Remove unused sub-group in regexp.
7501 * shell.el (shell--command-completion-data)
7502 (shell-environment-variable-completion):
7503 * pcomplete.el (pcomplete-completions-at-point):
7504 * comint.el (comint--complete-file-name-data): Use :exit-function
7505 instead of completion-table-with-terminator so it also works for
7506 choose-completion.
7507
e44e373d
SM
75082011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7509
4f91a816
SM
7510 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
7511
782fc819
SM
7512 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
7513 (bug#8710).
7514
e44e373d
SM
7515 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
7516
381987c3
KM
75172011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
7518
7519 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
7520 customization variable and implement: If non-nil, auto-fill will
7521 be inhibited while on topic's header line.
7522
b776bc70
VB
75232011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
7524
7525 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 7526 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
7527 always have a solution in grid size = 5 cases.
7528 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
7529 (5x5-solver-output, 5x5-log-buffer): New vars.
7530 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
7531 Make these variables buffer local to achieve 5x5 multi-session-ness.
7532 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
7533 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
7534 (5x5-solve-suggest): New funs.
7535 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
7536 randomize a grid so that we ensure that there is always a solution.
7537 (5x5-make-random-grid): Allow other movement than flipping.
7538
7de88b6e
KR
75392011-05-23 Kevin Ryde <user42@zip.com.au>
7540
7541 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 7542 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
7543 advice and passes PREDICATE.
7544
b1ef1257
SM
75452011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7546
bbca48fe
SM
7547 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
7548 byte-compile-lambda if it's actually a lambda.
7549
b1ef1257
SM
7550 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
7551 Fix function quoting. Use backquote better.
7552
92a9cc65
YS
75532011-05-22 Yuanle Song <sylecn@gmail.com>
7554
7555 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
7556 matching (Bug#8516).
7557
f0fb8059
JA
75582011-01-22 Jari Aalto <jari.aalto@cante.net>
7559
7560 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
7561 different face (Bug#8178).
7562
d5b44c93
CY
75632011-05-22 Chong Yidong <cyd@stupidchicken.com>
7564
7565 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
7566 defface (Bug#8144).
7567
79106a44
SM
75682011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
7569
9c848d8a
SM
7570 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
7571 funcall as well (bug#8712). Warn when performing those conversions.
7572 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
7573
79106a44
SM
7574 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
7575
88dfa756
GM
75762011-05-22 Glenn Morris <rgm@gnu.org>
7577
7578 * files.el (hack-local-variables-prop-line): Small simplifications.
7579 (hack-local-variables, hack-local-variables-prop-line):
7580 If MODE-ONLY, return the mode, rather than just `t'.
7581
b7cf2c79
SM
75822011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
7583
7584 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
7585
3f1a8558
GM
75862011-05-21 Glenn Morris <rgm@gnu.org>
7587
7e4ccca3
GM
7588 * files.el (hack-local-variables-prop-line, hack-local-variables):
7589 If only interested in the mode, don't bother doing the other stuff.
7590
637d46ca
GM
7591 * image-mode.el (image-after-revert-hook):
7592 Redraw all frames on which the image is visible. (Bug#8567)
7593
973d955b
GM
7594 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
7595
3f1a8558
GM
7596 * wid-edit.el (widget-checklist-match-inline):
7597 Fix 2011-04-19 change. (Bug#8649)
7598
96479927
SM
75992011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7600
1dcf791f
SM
7601 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
7602 Also allow singlespace after single-letter capitals followed by a dot.
7603
96479927
SM
7604 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
7605 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
7606
35fd0881
N
76072011-05-20 Nix <nix@esperi.org.uk>
7608
7609 * files.el (basic-save-buffer-2):
7610 Fix handling of break-hardlink-on-save with non-existent files.
7611
82745640
DD
76122011-05-19 Deniz Dogan <deniz@dogan.se>
7613
7614 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 7615 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 7616
4a720484
GM
76172011-05-19 Glenn Morris <rgm@gnu.org>
7618
d1f21341
GM
7619 * progmodes/f90.el (f90-type-def-re):
7620 Handle "type, bind(c)". (Bug#8691)
7621
4a720484
GM
7622 * emacs-lisp/autoload.el (batch-update-autoloads):
7623 Set autoload-excludes by parsing loadup.el rather than Makefiles.
7624
2fb0a219
MA
76252011-05-18 Michael Albinus <michael.albinus@gmx.de>
7626
7627 * net/tramp.el (tramp-process-actions): Set "first-password-request"
7628 property for the correct connection in case of multihops.
7629
e565dd37
GM
76302011-05-18 Glenn Morris <rgm@gnu.org>
7631
c2571358 7632 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
7633 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
7634
e565dd37
GM
7635 Rationalize calendar handling of day and month abbrev-arrays.
7636 * calendar/calendar.el (calendar-customized-p): New function.
7637 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
7638 (calendar-day-name-array, calendar-month-name-array): Doc fix.
7639 Add :set function.
7640 (calendar-abbrev-length, calendar-day-abbrev-array)
7641 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
7642 (calendar-day-abbrev-array, calendar-month-abbrev-array):
7643 Elements may no longer be nil.
7644 (calendar-day-name, calendar-month-name):
7645 Update for changed nature of abbrev arrays.
7646 * calendar/diary-lib.el (diary-name-pattern):
7647 Update for changed nature of abbrev arrays.
7648 (diary-mark-entries-1): Update calendar-make-alist calls.
7649 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
7650 * calendar/cal-html.el (cal-html-day-abbrev-array):
7651 Simply inherit from calendar-day-abbrev-array.
7652
1d99a745
SM
76532011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7654
7655 * progmodes/grep.el (grep-mode): Disable default
7656 compilation-directory-matcher setting (bug#8684).
7657
7c1d9aa0
MA
76582011-05-17 Michael Albinus <michael.albinus@gmx.de>
7659
7660 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
7661 instead of "head" and "tail". There were problems with SunOS 5.9,
7662 and it performs better.
7663
3952e9d8
GM
76642011-05-17 Glenn Morris <rgm@gnu.org>
7665
2dd12e7f
GM
7666 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
7667
e4157b9c
GM
7668 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
7669 Replace obsolete function.
7670
8e249bbd
GM
7671 * shell.el (pcomplete-parse-arguments-function): Declare.
7672
3952e9d8
GM
7673 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
7674 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
7675 (appt-check): Doc fixes.
7676 (appt-disp-window-function, appt-delete-window-function):
7677 Remove needless special case in custom :type.
7678 (appt-display-count): Default to 0, not nil.
7679 (appt-check): Reset appt-display-count to 0, not nil.
7680
c71a0d48 76812011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 7682
c71a0d48
GM
7683 * progmodes/python.el (python-font-lock-keywords):
7684 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 7685
31d55be9
SM
76862011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
7687
7688 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
7689
3bfacb2f
KR
76902011-05-16 Kevin Ryde <user42@zip.com.au>
7691
7692 * info-look.el (makefile-automake-mode): New setups, looking in
7693 automake manual, then makefile-mode.
7694 (makefile-mode): Remove automake manual, have it just in
7695 makefile-automake-mode since there's various things different or
7696 not relevant to plain make.
7697 (makefile-mode): Remove "other-modes" non-existent automake-mode,
7698 believe a hypothetical automake-mode would go to makefile-mode,
7699 not the other way around.
7700
c8e83751
CY
77012011-05-15 Chong Yidong <cyd@stupidchicken.com>
7702
5e9e35cd
CY
7703 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
7704 hunk-end tags (Bug#8672).
7705
c8e83751
CY
7706 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
7707 vc-annotate-show-diff-revision-at-line (Bug#8671).
7708
50b23e5a
GM
77092011-05-14 Glenn Morris <rgm@gnu.org>
7710
7210a739
GM
7711 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
7712 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
7713 (change-log-font-lock-keywords): Also handle multiple author lines
7714 with leading tabs. (Bug#8644)
7210a739 7715
4691905a
GM
7716 * calendar/appt.el (appt-check): Rename some local variables.
7717 Some simplification/reordering.
7718
50b23e5a
GM
7719 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
7720 (feedmail-sendmail-f-doesnt-sell-me-out)
7721 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
7722 (feedmail-debug-sit-for, feedmail-queue-express-hook)
7723 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
7724 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
7725 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
7726 (feedmail-binmail-gnulinuxish-template):
7727 Rename from feedmail-binmail-linuxish-template.
7728 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
7729 Use insert-buffer-substring.
7730
215cda7c
BC
77312011-05-14 Bill Carpenter <bill@carpenter.org>
7732
7733 * mail/feedmail.el (feedmail-patch-level): Increase.
7734 (feedmail-debug): New custom group.
7735 (feedmail-confirm-outgoing-timeout)
7736 (feedmail-sendmail-f-doesnt-sell-me-out)
7737 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
7738 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
7739 (feedmail-sender-line, feedmail-from-line)
7740 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 7741 (feedmail-spray-this-address)
215cda7c
BC
7742 (feedmail-spray-address-fiddle-plex-list)
7743 (feedmail-queue-use-send-time-for-date)
7744 (feedmail-queue-use-send-time-for-message-id)
7745 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
7746 (feedmail-buffer-eating-function):
7747 Doc fixes.
7748 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
7749 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
7750 (feedmail-message-action-scroll-down): New functions.
7751 (feedmail-queue-directory, feedmail-queue-draft-directory):
7752 Use expand-file-name.
7753 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
7754 Remove C-v help entry.
7755 (feedmail-queue-buffer-file-name): New variable.
7756 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
7757 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
7758 (feedmail-message-action-send-strong, feedmail-message-action-edit)
7759 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
7760 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
7761 (feedmail-message-action-toggle-spray)
7762 (feedmail-run-the-queue-no-prompts)
7763 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
7764 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
7765 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
7766 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
7767 (feedmail-envelope-deducer, feedmail-fiddle-from)
7768 (feedmail-fiddle-sender, feedmail-default-date-generator)
7769 (feedmail-fiddle-date, feedmail-fiddle-message-id)
7770 (feedmail-fiddle-spray-address)
7771 (feedmail-fiddle-list-of-spray-fiddle-plexes)
7772 (feedmail-fiddle-list-of-fiddle-plexes)
7773 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
7774 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
7775 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
7776 Change default. Doc fix.
7777 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
7778 (feedmail-binmail-linuxish-template): New constant.
7779 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
7780 Respect feedmail-sendmail-f-doesnt-sell-me-out.
7781 (feedmail-send-it): Add debug call.
7782 Use feedmail-queue-buffer-file-name, and
7783 feedmail-send-it-immediately-wrapper.
7784 (feedmail-message-action-send): Add debug call.
7785 Use feedmail-send-it-immediately-wrapper.
7786 (feedmail-queue-express-to-queue): Add debug call.
7787 Run feedmail-queue-express-hook.
7788 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
7789 (feedmail-message-action-help-blat):
7790 Rename from feedmail-queue-send-edit-prompt-help-first.
7791 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
7792 Check line-endings. Handle errors better.
7793 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
7794 Doc fix. Add debug call.
7795 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
7796 Use feedmail-queue-send-edit-prompt-inner.
7797 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
7798 (feedmail-queue-send-edit-prompt-inner): New function, extracted
7799 from feedmail-queue-send-edit-prompt.
7800 (feedmail-queue-send-edit-prompt-help)
7801 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
7802 (feedmail-tidy-up-slug): Add debug call.
7803 Respect feedmail-queue-slug-suspect-regexp.
7804 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
7805 (feedmail-dump-message-to-queue): Add debug call.
7806 Expand queue-directory.
7807 (feedmail-dump-message-to-queue): Change message slightly.
7808 Use feedmail-say-chatter.
7809 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
7810 (feedmail-send-it-immediately-wrapper): New function.
7811 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
7812 Insert empty string rather than newline. Handle full-frame case.
7813 Use catch/throw. Use feedmail-say-chatter.
7814 (feedmail-fiddle-from): Try mail-host-address.
7815 (feedmail-default-message-id-generator): Doc fix.
7816 Bind system-time-locale. Handle missing end.
7817 (feedmail-fiddle-x-mailer): Add debug call.
7818 Handle feedmail-x-mailer-line being nil.
7819 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
7820 Add debug call. Use buffer-substring-no-properties.
7821 (feedmail-say-debug, feedmail-say-chatter): New functions.
7822 (feedmail-find-eoh): Give an explicit error.
7823
42c7e61e
UJ
78242011-05-13 Ulf Jasper <ulf.jasper@web.de>
7825
c2571358 7826 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 7827 family from helvetica to sans.
c2571358 7828 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
7829 etc/images/newsticker.
7830
c2571358 7831 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
7832 family from helvetica to sans.
7833
7834 * net/newst-plainview.el (newsticker-new-item-face)
7835 (newsticker-old-item-face, newsticker-immortal-item-face)
7836 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 7837 (newsticker-statistics-face): Change default family from
42c7e61e 7838 helvetica to sans.
c2571358 7839 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
7840 etc/images/newsticker.
7841
7842 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
7843 (newsticker--process-auto-mark-filter-match): : Tell user about
7844 auto-marking.
7845
8497a297
DV
78462011-05-13 Didier Verna <didier@xemacs.org>
7847
7848 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
7849 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
7850 TODO entries.
8497a297
DV
7851 (lisp-lambda-list-keyword-parameter-indentation)
7852 (lisp-lambda-list-keyword-parameter-alignment)
7853 (lisp-lambda-list-keyword-alignment): New customizable user options.
7854 (lisp-indent-defun-method): Improve docstring.
7855 (extended-loop-p): Fix comment.
7856 (lisp-indent-lambda-list-keywords-regexp): New variable.
7857 (lisp-indent-lambda-list): New function.
7858 (lisp-indent-259): Use it.
7859 (lisp-indent-defmethod): Support for more than one
7860 method qualifier and properly indent methods lambda-lists.
7861 (defgeneric): Provide a missing common-lisp-indent-function property.
7862
f278f87f
SM
78632011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
7864
7865 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
7866 bounds for the empty string (bug#8667).
7867
5233edd7
GM
78682011-05-13 Glenn Morris <rgm@gnu.org>
7869
5237a44f
GM
7870 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
7871
8340026c 7872 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 7873 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 7874
5233edd7 7875 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 7876 (appt-time-msg-list): Doc fix.
a5464014 7877 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 7878
92d10796
AS
78792011-05-12 Andreas Schwab <schwab@linux-m68k.org>
7880
7881 * progmodes/ld-script.el (ld-script-keywords)
7882 (ld-script-builtins): Update keywords list.
7883
914a0ae1
SM
78842011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7885
c89be45f
SM
7886 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
7887
914a0ae1
SM
7888 * shell.el (shell-completion-vars): New function.
7889 (shell-mode):
7890 * simple.el (read-shell-command): Use it.
7891 (blink-matching-open): No need for " [...]" in minibuffer-message.
7892
98dc3df3
GM
78932011-05-12 Glenn Morris <rgm@gnu.org>
7894
7895 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
7896 (appt-check): Simplify.
7897
d2fc7e3d 78982011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 7899
4d61f28d 7900 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
7901 literal "/dev/null".
7902
d2fc7e3d 79032011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
7904
7905 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
7906 Fix typo.
7907
d2fc7e3d 79082011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 7909
3f254caa
SM
7910 * progmodes/which-func.el (which-function):
7911 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
7912 which might not be defined (Bug#8260).
7913
d45885f7
GM
79142011-05-12 Glenn Morris <rgm@gnu.org>
7915
7916 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
7917 Let byte-compile-initial-macro-environment always take precedence.
7918
488086f4
SM
79192011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7920
7921 * net/rcirc.el: Add support for SSL/TLS connections.
7922 (rcirc-server-alist): New field `encryption'.
7923 (rcirc): Check `encryption' settings.
7924 (rcirc-connect): New arg `encryption'. Use open-network-stream.
7925 Merge make-local-variable into `set'.
7926 (rcirc--connection-open-p): New function.
7927 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
7928 the process is not a network process (e.g. running gnutls-cli).
7929 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
7930 Make rcirc-(en|de)code-coding-system local here.
7931 (rcirc-mode): Merge make-local-variable into `set'.
7932 (rcirc-parent-buffer): Make permanent buffer-local.
7933 (rcirc-multiline-minor-mode): Don't do it here.
7934 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
7935 there's no server buffer.
7936
7d3b9d44
GM
79372011-05-11 Glenn Morris <rgm@gnu.org>
7938
f64049c6
GM
7939 * newcomment.el (comment-kill): Prefix "unused" local.
7940
93c9df73
GM
7941 * term/w32console.el (get-screen-color): Declare.
7942
7d3b9d44
GM
7943 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
7944 Handle symbol elements of byte-compile-initial-macro-environment.
7945
9e2dd53f
LL
79462011-05-10 Leo Liu <sdl.web@gmail.com>
7947
488086f4
SM
7948 * bookmark.el (bookmark-bmenu-mode-map):
7949 Bind bookmark-bmenu-search to `/'.
8b340240 7950
9e2dd53f 7951 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
7952 (footnote-unicode-string, footnote-unicode-regexp): New variable.
7953 (Footnote-unicode): New function.
7954 (footnote-style-alist): Add unicode style to the list.
7955 (footnote-style): Doc fix.
9e2dd53f 7956
79b70037
GM
79572011-05-10 Jim Meyering <meyering@redhat.com>
7958
7959 Fix doubled-word typos.
7960 * international/quail.el (quail-insert-kbd-layout): and and -> and
7961 * kermit.el: and and -> and
7962 * net/ldap.el (ldap-search-internal): to to -> to
7963 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
7964 * progmodes/js.el (js-mode): and and -> and
7965 * textmodes/artist.el (artist-move-to-xy): at at -> at
7966 (artist-draw-region-trim-line-endings): if if -> if
7967 And Safetyc -> Safety.
7968 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
7969
b8f82dc1 79702011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 7971 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
7972
7973 * files.el (hack-one-local-variable-eval-safep):
7974 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
7975
4f99f44b
GM
79762011-05-10 Glenn Morris <rgm@gnu.org>
7977
7978 * calendar/diary-lib.el (diary-list-entries-hook)
7979 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
7980 (diary-nongregorian-marking-hook, diary-list-entries)
7981 (diary-include-other-diary-files, diary-mark-entries)
7982 (diary-mark-included-diary-files): Doc fixes.
7983
84f29e6b
JB
79842011-05-09 Juanma Barranquero <lekktu@gmail.com>
7985
7986 * misc.el: Require tabulated-list.el during compilation.
7987
9bedd73a
CY
79882011-05-09 Chong Yidong <cyd@stupidchicken.com>
7989
488086f4
SM
7990 * progmodes/compile.el (compilation-start):
7991 Run compilation-filter-hook for the async case too.
9bedd73a
CY
7992 (compilation-filter-hook): Doc fix.
7993
797c735c
DD
79942011-05-09 Deniz Dogan <deniz@dogan.se>
7995
7996 * wdired.el: Remove outdated installation comment. Fix usage
7997 comment.
7998
5f4b1dfe
JB
79992011-05-09 Juanma Barranquero <lekktu@gmail.com>
8000
8001 * misc.el: Implement new command `list-dynamic-libraries'.
8002 (list-dynamic-libraries--loaded-only-p): New variable.
8003 (list-dynamic-libraries--refresh): New function.
8004 (list-dynamic-libraries): New command.
8005
4c44026c
CY
80062011-05-09 Chong Yidong <cyd@stupidchicken.com>
8007
488086f4
SM
8008 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8009 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
8010 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
8011 higher priority to avoid clobbering by gnu.
8012
027f966d
CY
80132011-05-08 Chong Yidong <cyd@stupidchicken.com>
8014
8015 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
8016 if the face has existing theme settings (Bug#8454).
8017
085f5d7d
CY
80182011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
8019
488086f4
SM
8020 * progmodes/perl-mode.el (perl-imenu-generic-expression):
8021 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 8022
2a86a00c
RS
8023 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
8024 special file names `.' and `..' (Bug#8259).
8025
d9c54a06
CY
80262011-05-08 Chong Yidong <cyd@stupidchicken.com>
8027
488086f4
SM
8028 * progmodes/grep.el (grep-mode-font-lock-keywords):
8029 Remove buffer-changing entries.
d9c54a06
CY
8030 (grep-filter): New function.
8031 (grep-mode): Add it to compilation-filter-hook.
8032
8033 * progmodes/compile.el (compilation-filter-hook)
8034 (compilation-filter-start): New defvars.
8035 (compilation-filter): Call compilation-filter-hook prior to
8036 updating the process mark.
8037
c4662635
SM
80382011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8039
8040 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
8041
b0512a1d
EZ
80422011-05-07 Eli Zaretskii <eliz@gnu.org>
8043
605c9376
EZ
8044 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
8045 mailclient-send-it even if window-system is nil. (Bug#8595)
8046
c4662635
SM
8047 * term/w32console.el (terminal-init-w32console):
8048 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
8049 background-mode. (Bug#8597)
8050
d1dc2cc2
SM
80512011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8052
8053 Make bytecomp.el understand that defmethod defines funs (bug#8631).
8054 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
8055 New functions.
8056 (defgeneric, eieio--defmethod): Use them.
8057 (eieio-defgeneric): Remove.
8058 (defmethod): Call defgeneric in a way visible to the byte-compiler.
8059
915d1300
GM
80602011-05-07 Glenn Morris <rgm@gnu.org>
8061
a3961c3e
GM
8062 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
8063 Use let rather than let*.
8064 (timeclock-find-discrep): Remove unused local.
8065
314347b9
GM
8066 * calendar/diary-lib.el (diary-comment-start): Doc fix.
8067
915d1300
GM
8068 * calendar/appt.el (appt-time-msg-list): Doc fix.
8069
275b59b0
NF
80702011-05-06 Noah Friedman <friedman@splode.com>
8071
8072 * apropos.el (apropos-print-doc): Only use
8073 emacs-lisp-docstring-fill-column when it is bound to an integer,
8074 per that variable's documentation.
8075
6c19f744
SM
80762011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8077
8078 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 8079 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 8080
60f884b2
GM
80812011-05-06 Glenn Morris <rgm@gnu.org>
8082
5006e634
GM
8083 * calendar/appt.el (appt-message-warning-time): Doc fix.
8084 (appt-warning-time-regexp): New option.
8085 (appt-make-list): Respect appt-message-warning-time.
8086
548d0a63
GM
8087 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
8088 New options.
8089 (diary-add-to-list): Strip comments from the displayed string.
8090 (diary-mode): Set comment-start and comment-end.
8091
60f884b2
GM
8092 * vc/diff-mode.el (smerge-refine-subst): Declare.
8093 (diff-refine-hunk): Don't require smerge-mode when compiling.
8094
989681bb
JB
80952011-05-06 Juanma Barranquero <lekktu@gmail.com>
8096
8097 * simple.el (list-processes): Return nil as the docstring says.
8098
a6bc05e1
MA
80992011-05-05 Michael Albinus <michael.albinus@gmx.de>
8100
8101 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
8102 to "".
8103 (ange-ftp-write-region, ange-ftp-insert-file-contents)
8104 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
8105 determining of binary transfer. (Bug#7383)
8106
23c22e9a
MA
81072011-05-05 Michael Albinus <michael.albinus@gmx.de>
8108
c4662635
SM
8109 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
8110 Fix port computation bug. (Bug#8618)
23c22e9a 8111
0bff894f
GM
81122011-05-05 Glenn Morris <rgm@gnu.org>
8113
b8296902
GM
8114 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
8115
1f522ce8
GM
8116 * simple.el (shell-dynamic-complete-functions)
8117 (comint-dynamic-complete-functions): Declare.
8118
cf5bee67
GM
8119 * net/network-stream.el (gnutls-negotiate):
8120 * simple.el (tabulated-list-print): Fix declarations.
8121
8122 * progmodes/gud.el (syntax-symbol, syntax-point):
8123 Remove unnecessary and incorrect declarations.
8124
0bff894f
GM
8125 * emacs-lisp/check-declare.el (check-declare-scan):
8126 Handle byte-compile-initial-macro-environment in bytecomp.el
8127
9869b3ae
SM
81282011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8129
8130 Fix earlier half-done eieio-defmethod change (bug#8338).
8131 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
8132 Streamline and change calling convention.
8133 (defmethod): Adjust accordingly and simplify.
8134 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
8135 new eieio--defmethod.
8136 (slot-boundp): Minor CSE simplification.
8137
9c1d5ac5
MZ
81382011-05-05 Milan Zamazal <pdm@zamazal.org>
8139
8140 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
8141 (glasses-make-readable): Use glasses-separate-capital-groups.
8142
455c834e
JB
81432011-05-05 Juanma Barranquero <lekktu@gmail.com>
8144
8145 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
8146 (warning-series): Doc fix.
8147 (display-warning): Don't try to create the buffer if we just found it.
8148
9ed7c8cb
CY
81492011-05-04 Chong Yidong <cyd@stupidchicken.com>
8150
8151 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
8152 (autoload-find-generated-file): New function.
8153 (generate-file-autoloads): Bind generated-autoload-file to
8154 buffer-file-name.
9869b3ae
SM
8155 (update-file-autoloads, update-directory-autoloads):
8156 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
8157 output file (Bug#7989).
8158 (batch-update-autoloads): Doc fix.
8159
0898ca10
JB
81602011-05-04 Juanma Barranquero <lekktu@gmail.com>
8161
8162 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
8163
31dfb76c
GM
81642011-05-04 Glenn Morris <rgm@gnu.org>
8165
f330b642
GM
8166 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
8167 function, so it follows changes in calendar-date-style.
8168 (diary-fancy-date-matcher): New function.
8169 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
8170 (diary-fancy-font-lock-fontify-region-function):
8171 Use diary-fancy-date-pattern as a function.
8172
31dfb76c
GM
8173 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
8174 non-numbers for `year' etc pseudo-variables. (Bug#8583)
8175
48e79d6a
TZ
81762011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
8177
8178 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
8179 instead of positional arguments. Allow :keylist and :crlfiles
8180 arguments.
8181 (open-gnutls-stream): Call it.
8182
8183 * net/network-stream.el (network-stream-open-starttls): Adjust to
8184 call `gnutls-negotiate' with :process and :hostname arguments.
8185
dd5a5ee0
SM
81862011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8187
ef80fc09
SM
8188 * minibuffer.el (completion--message): New function.
8189 (completion--do-completion, minibuffer-complete)
8190 (minibuffer-force-complete, minibuffer-complete-word): Use it.
8191 (completion--do-completion): Don't ignore completion-auto-help when in
8192 icomplete-mode.
8193
dd5a5ee0
SM
8194 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
8195 internal encoding (e.g. tibetan zero is not whitespace).
8196 (global-whitespace-mode): Prefer save-current-buffer.
8197 (whitespace-trailing-regexp): Remove useless save-match-data.
8198 (whitespace-empty-at-bob-regexp): Minor simplification.
8199
b7d22a83
CY
82002011-05-03 Chong Yidong <cyd@stupidchicken.com>
8201
8202 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
8203
5192af46
AM
82042011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8205
8206 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 8207 Use `concat' to create string for insertion.
5192af46 8208
5767d190
SM
82092011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8210
8211 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
8212 Avoid open-line which runs post-self-insert-hook.
8213 (bibtex-fill-entry): Remove unused `end' var.
8214
bf242939
AM
82152011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
8216
5767d190
SM
8217 * textmodes/ispell.el (ispell-add-per-file-word-list):
8218 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 8219
25666126
LL
82202011-05-03 Leo Liu <sdl.web@gmail.com>
8221
8222 * isearch.el (isearch-yank-pop): New command.
5767d190 8223 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
8224 (isearch-forward): Mention it.
8225
52d3c2d0
SM
82262011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8227
1bcace58
SM
8228 * simple.el (minibuffer-complete-shell-command): Remove.
8229 (minibuffer-local-shell-command-map): Use completion-at-point.
8230 (read-shell-command): Setup completion vars here instead.
8231 (read-expression-map): Bind TAB to symbol completion.
8232
52d3c2d0
SM
8233 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
8234 error directly rather via storing it into `results'.
8235
35813471
LL
82362011-05-02 Leo Liu <sdl.web@gmail.com>
8237
8238 * vc/diff.el: Fix description.
8239
e793a940
LMI
82402011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8241
8242 * server.el (server-eval-at): New function.
8243
8de66e05
LMI
82442011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8245
8246 * net/network-stream.el (open-network-stream): Take a :nowait
8247 parameter and pass it on to `make-network-process'.
8248 (network-stream-open-plain): Ditto.
8249
dcb79f20
AS
82502011-04-30 Andreas Schwab <schwab@linux-m68k.org>
8251
8252 * faces.el (face-spec-set-match-display): Don't match toolkit
8253 options on terminal frames.
8254
14a7fbd8
SM
82552011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8256
7eabc1be
SM
8257 * progmodes/pascal.el: Use lexical binding.
8258 (pascal-mode-map): Remove author preferences.
8259
14a7fbd8
SM
8260 * pcomplete.el (pcomplete-std-complete): Don't abuse
8261 completion-at-point.
8262
50f84510
JB
82632011-04-28 Juanma Barranquero <lekktu@gmail.com>
8264
6e087a44
JB
8265 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
8266 removing code that has been dead since 1991 or so.
8267
50f84510
JB
8268 * startup.el (command-line): When warning about "_emacs", use a
8269 delayed warning to allow the user to filter it out.
8270
0ba690bd
DD
82712011-04-28 Deniz Dogan <deniz@dogan.se>
8272
8273 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
8274 user has not joined.
8275
08abfaad
SM
82762011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8277
8278 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
8279 aren't any completions at point.
8280
638f053a
JB
82812011-04-28 Juanma Barranquero <lekktu@gmail.com>
8282
8283 * subr.el (display-delayed-warnings): New function.
8284 (delayed-warnings-hook): New variable.
8285
8fff8daa
SM
82862011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8287
08abfaad
SM
8288 * minibuffer.el (completion-at-point, completion-help-at-point):
8289 Don't presume that a given completion-at-point-function will always
8290 use the same calling convention.
8291
8fff8daa
SM
8292 * pcomplete.el (pcomplete-completions-at-point):
8293 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
8294 pcomplete-seen is non-nil.
8295 (pcomplete-comint-setup): Also recognize the new comint/shell
8296 completion functions.
8297 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
8298 pcomplete-seen is non-nil.
8299
841a1577 83002011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 8301
841a1577 8302 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 8303 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 8304 the first character in the entry. This allows for code to add its
211ec907
UJ
8305 own uid to the entry.
8306 (icalendar--convert-float-to-ical): Add export of
8307 `diary-float'-entries save for those with the optional DAY
8308 argument.
8309
2a782793
DC
83102011-04-27 Daniel Colascione <dan.colascione@gmail.com>
8311
8312 * subr.el (shell-quote-argument): Use alternate escaping strategy
8313 when we spot a variable reference in a string.
8314
0438ce91
DC
83152011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8316
8317 * cus-start.el (all): Define customization for debug-on-event.
8318
841a1577 83192011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
8320
8321 * subr.el (shell-quote-argument): Escape correctly under Windows.
8322
d090ed6c
SM
83232011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8324
8325 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
8326
bfd31217
MA
83272011-04-25 Michael Albinus <michael.albinus@gmx.de>
8328
d090ed6c
SM
8329 * net/tramp.el (tramp-process-actions): Add POS argument.
8330 Delete region between POS and (pos).
bfd31217 8331
d090ed6c
SM
8332 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
8333 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
8334 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
8335
8336 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
8337 position in `tramp-process-actions' call.
8338
8339 * net/trampver.el: Update release number.
8340
e92f3bd3
SM
83412011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8342
850256b5
SM
8343 * custom.el (defcustom): Obey lexical-binding.
8344
e92f3bd3
SM
8345 Fix octave-inf completion problems reported by Alexander Klimov.
8346 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
8347 Inherit from octave-mode-syntax-table.
8348 (inferior-octave-mode): Set info-lookup-mode.
8349 (inferior-octave-completion-at-point): New function.
8350 (inferior-octave-complete): Use it and completion-in-region.
8351 (inferior-octave-dynamic-complete-functions): Use it as well, and use
8352 comint-filename-completion.
8353 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
8354 symbol elements which shouldn't be word elements.
8355 (octave-font-lock-keywords, octave-beginning-of-defun)
8356 (octave-function-header-regexp): Adjust regexps accordingly.
8357 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
8358
cd22b309
JB
83592011-04-25 Juanma Barranquero <lekktu@gmail.com>
8360
8361 * net/gnutls.el (gnutls-errorp): Declare before first use.
8362
8b492194
TZ
83632011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
8364
8365 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
8366 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 8367 default trustfile exists before going to use it. Add missing
5a5fa834 8368 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
8369 Reported by Claudio Bley <claudio.bley@gmail.com>.
8370 (open-gnutls-stream): Add usage example.
8371
8372 * net/network-stream.el (network-stream-open-starttls): Give host
8373 parameter to `gnutls-negotiate'.
8374 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 8375 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 8376
841a1577 83772011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 8378
cd22b309
JB
8379 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
8380 Use correct match group (bug#8438).
05842630 8381
3ba7869c
CY
83822011-04-24 Chong Yidong <cyd@stupidchicken.com>
8383
512e3ae1
CY
8384 * emacs-lisp/package.el (package-built-in-p): Fix typo.
8385 (package-menu--generate): New arg specifying packages to show.
8386 (package-menu-refresh, package-menu-execute, list-packages):
8387 Callers changed.
8388 (package-show-package-list): New function, replacing deleted
8389 package--list-packages (renamed because it is non-internal).
8390
8391 * finder.el (finder-list-matches): Use package-show-package-list
8392 instead of deleted package--list-packages.
8393
e92f3bd3
SM
8394 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
8395 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
8396 (vc-annotate-mode-map): Bind it to RET.
8397
7031be6d
UR
83982011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
8399
8400 * progmodes/etags.el (next-file): Don't use set-buffer to change
8401 buffers (Bug#8478).
8402
4ef177aa
CY
84032011-04-24 Chong Yidong <cyd@stupidchicken.com>
8404
c8d173eb
CY
8405 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
8406
4ef177aa
CY
8407 * apropos.el (apropos-label-face): Avoid variable-pitch face.
8408 (apropos-accumulator): Doc fix.
8409 (apropos-function, apropos-macro, apropos-command)
8410 (apropos-variable, apropos-face, apropos-group, apropos-widget)
8411 (apropos-plist): Add face property.
8412 (apropos-symbols-internal): Fix indentation.
8413 (apropos-print): Simplify help, and recognize apropos-multi-type.
8414 (apropos-print-doc): Use button-type-get to extract the button's
8415 face property. Fill docstring (Bug#8352).
8416
4ffd0d6b 84172011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
8418
8419 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
8420
c6c32125 8421 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 8422 (mpuz-mode-map): Use mapc.
c6c32125
JB
8423 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
8424 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
8425 Fix typos in docstrings.
8426
58d468b4
JB
8427 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
8428 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
8429
6470c3c6
JB
8430 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
8431
4ffd0d6b 84322011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
8433
8434 * minibuffer.el (completion--do-completion): Avoid the "Next char
8435 not unique" prompt if icomplete-mode is enabled (Bug#5849).
8436
3ad8bad0
CY
8437 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
8438 mouse-2 into unread-command-events, it is interpreted correctly.
8439
71d73c9c 8440 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 8441 (image-toggle-display): Doc fix.
71d73c9c 8442
841a1577 84432011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 8444
4ffd0d6b
GM
8445 * textmodes/page.el (what-page): Use line-number-at-pos to
8446 calculate line number (Bug#6825).
6e1dbaa9 8447
c2fb1b60
JB
84482011-04-22 Juanma Barranquero <lekktu@gmail.com>
8449
8450 * eshell/esh-mode.el (find-tag-interactive): Declare function.
8451 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
8452 Pass argument NO-DEFAULT to `find-tag-interactive'.
8453
e02f48d7
JB
84542011-04-22 Juanma Barranquero <lekktu@gmail.com>
8455
8456 Lexical-binding cleanup.
8457
8458 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
8459 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
8460 * progmodes/ada-prj.el (ada-prj-initialize-values)
8461 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
8462 (ada-prj-show-value):
8463 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
8464 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
8465 (antlr-invalidate-context-cache, antlr-options-menu-filter)
8466 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
8467 * progmodes/bug-reference.el (bug-reference-push-button):
8468 * progmodes/fortran.el (fortran-line-length):
8469 * progmodes/glasses.el (glasses-change):
8470 * progmodes/octave-mod.el (octave-fill-paragraph):
8471 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
8472 (python-pdbtrack-grub-for-buffer, python-sentinel):
8473 * progmodes/sql.el (sql-save-connection):
8474 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
8475 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
8476 Mark unused parameters.
8477
8478 * progmodes/compile.el (compilation--flush-directory-cache)
8479 (compilation--flush-parse, compile-internal): Mark unused parameters.
8480 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
8481 (compilation-next-error-function): Remove unused variable `timestamp'.
8482
8483 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
8484 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
8485
8486 * progmodes/dcl-mode.el (dcl-end-of-command):
8487 Remove unused variable `start'.
8488 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
8489 (dcl-option-value-basic, dcl-option-value-offset)
8490 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
8491 Mark unused parameters.
8492 (dcl-save-local-variable): Remove unused variable `val'.
8493 (mode): Declare.
8494
8495 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
8496 Mark unused parameters.
8497 (delphi-ignore-changes): Move before first use.
8498 (delphi-charset-token-at): Remove unused variable `start'.
8499 (delphi-else-start): Remove unused variable `if-count'.
8500 (delphi-comment-block-start, delphi-comment-block-end):
8501 Remove unused variable `kind'.
8502 (delphi-indent-line): Remove unused variable `new-point'.
8503
8504 * progmodes/ebrowse.el (ebrowse-files-list)
8505 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
8506 Mark unused parameters. Don't quote `lambda'.
8507 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
8508 Don't quote `lambda'.
8509 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
8510 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
8511 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
8512 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
8513 Use `ignore-errors'.
8514 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
8515 (ebrowse-view/find-file-and-search-pattern)
8516 (ebrowse-view/find-member-declaration/definition):
8517 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
8518 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
8519 Rename parameter PREFIX-ARG to PREFIX.
8520 (ebrowse-tags-read-name): Remove unused variables `start' and
8521 `member-info'.
8522 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
8523 to `tags-file'.
8524
8525 * progmodes/etags.el (local-find-tag-hook): Declare.
8526 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
8527 Mark unused parameters.
8528
8529 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
8530 (executable-interpret): Mark unused parameter.
8531
8532 * progmodes/flymake.el (flymake-process-sentinel)
8533 (flymake-after-change-function)
8534 (flymake-create-temp-with-folder-structure)
8535 (flymake-get-include-dirs-dot): Mark unused parameters.
8536 (flymake-safe-delete-directory): Remove unused variable `err'.
8537
8538 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
8539 (speedbar-timer-fn, speedbar-line-text)
8540 (speedbar-change-expand-button-char, speedbar-delete-subblock)
8541 (speedbar-center-buffer-smartly): Declare functions.
8542 (gdb-find-watch-expression): Remove unused variable `array'.
8543 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
8544 (gdb-starting): Mark unused parameters.
8545 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
8546 (gdb-table-string): Remove unused variable `res'.
8547 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
8548 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
8549 (gdb-display-buffer): Remove unused variable `cur-size'.
8550
8551 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
8552 allow lexical-binding compilation.
8553 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
8554 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
8555 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
8556 Mark unused parameters.
8557 (gud-gdb-marker-filter): Remove unused variable `match'.
8558 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
8559 lambda expressions and funcall them, instead of using `fset'.
8560
8561 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
8562 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
8563
8564 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
8565 variable `header-beg'; use `let'.
8566
8567 * progmodes/icon.el (indent-icon-exp): Remove unused variables
8568 `restart', `last-sexp' and `at-do'.
8569
8570 * progmodes/js.el (js--debug): Mark unused parameter.
8571 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
8572 (js--splice-into-items): Remove unused variable `item'.
8573 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
8574
8575 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
8576 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
8577 (makefile-complete): Remove unused variable `try'.
8578 (makefile-fill-paragraph, makefile-match-function-end):
8579 Mark unused parameters.
8580
8581 * progmodes/octave-inf.el (inferior-octave-complete):
8582 Remove unused variable `proc'.
8583 (inferior-octave-output-digest): Mark unused parameter.
8584
8585 * progmodes/perl-mode.el (perl-calculate-indent):
8586 Remove unused variable `err'.
8587
8588 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
8589 (prolog-indent-line): Mark unused parameters.
8590 (prolog-indent-line): Remove unused variable `beg'.
8591
8592 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
8593 (reporter-dont-compact-list): Declare.
8594
8595 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
8596 Remove unused variable `char'.
8597 (sh-debug): Mark unused parameter.
8598 (sh-get-indent-info): Remove unused variable `start'.
8599 (sh-calculate-indent): Remove unused variable `var'.
8600
8601 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
8602 (simula-electric-keyword): Remove unused variable `null'.
8603 (simula-search-backward, simula-search-forward): Remove unused
8604 variables `begin' and `end'.
8605
8606 * progmodes/vera-mode.el (vera-guess-basic-syntax):
8607 Remove unused variable `pos'.
8608 (vera-electric-tab, vera-comment-uncomment-region):
8609 Mark unused parameters.
8610 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
8611
7ede3b65
CY
86122011-04-22 Chong Yidong <cyd@stupidchicken.com>
8613
8614 * emacs-lisp/package.el (package--builtins, package-alist)
8615 (package-load-descriptor, package-built-in-p, package-activate)
8616 (define-package, package-installed-p)
8617 (package-compute-transaction, package-buffer-info)
8618 (package--push): Doc fix. Distinguish more clearly between
8619 version strings and version lists.
8620
121656e9
JB
86212011-04-21 Juanma Barranquero <lekktu@gmail.com>
8622
8623 Lexical-binding cleanup.
8624
8625 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
8626 (5x5-make-mutate-best):
8627 * play/fortune.el (fortune-in-buffer):
8628 * play/gomoku.el (gomoku-init-display):
8629 * play/solitaire.el (solitaire, solitaire-do-check):
8630 * play/tetris.el (tetris-default-update-speed-function):
8631 Mark unused parameters.
8632
8633 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
8634 (bubbles--shift): Remove unused variable `char-org'.
8635 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
8636 (bubbles--show-images): Remove unused variable `char'.
8637
8638 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
8639 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
8640 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
8641 (decipher-analyze-buffer): Use ?\s.
8642 (decipher-make-checkpoint): Remove unused variable `mapping'.
8643
8644 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
8645
8646 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
8647 Remove unused variable `result'; use `let'.
8648
8649 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
8650 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
8651 (gametree-children-shown-p, gametree-compute-reduced-score):
8652 Use `ignore-errors'.
8653
8654 * play/handwrite.el (ps-lpr-switches): Declare.
8655 (handwrite): Remove unused variables `pmin' and `lastp'.
8656
8657 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
8658
8659 * play/landmark.el (landmark-init-display)
8660 (landmark-update-naught-weights): Mark unused parameters.
8661 (landmark-y): Remove unused variable `noise'. Simplify.
8662 (landmark-human-plays): Remove unused variable `score'.
8663
8664 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
8665 (mpuz-try-proposal): Remove unused variable `game'.
8666
8667 * play/zone.el (life-patterns): Declare.
8668
80f499c7
JB
86692011-04-20 Juanma Barranquero <lekktu@gmail.com>
8670
8671 * vc/vc.el (ediff-vc-internal): Declare function.
8672
024ff170
SM
86732011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8674
c0a193ea
SM
8675 * shell.el: Use lexical-binding and std completion UI.
8676 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
8677 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
8678 comint-preoutput-filter-functions rather than on
8679 comint-output-filter-functions.
8680 (shell-command-completion, shell--command-completion-data)
8681 (shell-filename-completion, shell-environment-variable-completion)
8682 (shell-c-a-p-replace-by-expanded-directory): New functions.
8683 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
8684 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
8685 (shell-dynamic-complete-environment-variable): Use them.
8686 (shell-dynamic-complete-as-environment-variable)
8687 (shell-dynamic-complete-as-command): Remove.
8688 (shell-match-partial-variable): Match past point.
8689 * comint.el: Clean up use of completion-at-point-functions.
8690 (comint-completion-at-point): New function.
8691 (comint-mode): Use it completion-at-point-functions.
8692 (comint-dynamic-complete): Make it obsolete.
8693 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
8694 (comint-c-a-p-replace-by-expanded-history): New function.
8695 (comint-dynamic-complete-functions)
8696 (comint-replace-by-expanded-history): Use it.
8697 * minibuffer.el (completion-table-with-terminator): Allow dynamic
8698 termination strings. Try harder to avoid second try-completion.
8699 (completion-in-region-mode-map): Disable bindings that don't work yet.
8700
2dbaa080
SM
8701 * comint.el: Use lexical-binding. Require CL.
8702 (comint-dynamic-complete-functions): Use comint-filename-completion.
8703 (comint-completion-addsuffix): Tweak custom type.
8704 (comint-filename-completion, comint--common-suffix)
8705 (comint--common-quoted-suffix, comint--table-subvert)
8706 (comint--complete-file-name-data): New functions.
8707 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
8708 (comint-dynamic-list-filename-completions): Use them.
8709 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 8710
2dbaa080
SM
8711 * minibuffer.el (completion-in-region-mode):
8712 Keep completion-in-region-mode--predicate global.
8713 (completion-in-region--postch):
8714 Assume completion-in-region-mode--predicate is not null.
8715
c79a6f38
SM
8716 * progmodes/flymake.el (flymake-start-syntax-check-process):
8717 Obey `dir'. Simplify.
8718
024ff170
SM
8719 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
8720 we're in VC after all.
8721
1c6c854e
CS
87222011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
8723
8724 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 8725 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
8726 (vc-version-diff): Use vc-diff-build-argument-list-internal.
8727
bed7f140
SM
87282011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8729
332e62ab
SM
8730 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
8731 add sanity check.
8732
bed7f140
SM
8733 * obsolete/erc-hecomplete.el: Make obsolete.
8734 * obsolete/: Standardize obsolescence info in the header.
8735
f195c582
GM
87362011-04-20 Glenn Morris <rgm@gnu.org>
8737
8738 * calendar/solar.el (solar-horizontal-coordinates):
8739 Use the longitude argument rather than `calendar-longitude'.
8740 (solar-date-next-longitude): Remove unused locals.
8741
cb79b8c0
VJL
87422011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8743
8744 * whitespace.el: New version 13.2.1.
8745
87462011-04-20 felix <EmacsWiki> (tiny change)
8747
d8e4b68b 8748 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
8749 switching between major modes on a file.
8750
602ea69d
SM
87512011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8752
8753 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
8754 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
8755 multi-line comments as well.
8756
06b60517
JB
87572011-04-19 Juanma Barranquero <lekktu@gmail.com>
8758
8759 Lexical-binding cleanup.
8760
8761 * arc-mode.el (archive-mode-revert):
8762 * cmuscheme.el (scheme-interactively-start-process):
8763 * custom.el (custom-initialize-delay):
8764 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
8765 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
8766 * emacs-lock.el (emacs-lock-clear-sentinel):
8767 * ezimage.el (defezimage):
8768 * follow.el (follow-avoid-tail-recenter):
8769 * fringe.el (set-fringe-mode-1):
8770 * generic-x.el (bat-generic-mode-compile):
8771 * help-mode.el (help-info-variable, help-do-xref)
8772 (help-mode-revert-buffer):
8773 * help.el (view-emacs-todo):
8774 * iswitchb.el (iswitchb-completion-help):
8775 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
8776 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
8777 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
8778 * locate.el (locate-update):
8779 * longlines.el (longlines-encode-region)
8780 (longlines-after-change-function):
8781 * outline.el (outline-isearch-open-invisible):
8782 * ps-def.el (declare-function, charset-dimension, char-width)
8783 (encode-char):
8784 * ps-mule.el (ps-mule-plot-string):
8785 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
8786 (recentf-edit-list-select, recentf-edit-list-validate)
8787 (recentf-open-files-action):
8788 * rect.el (delete-whitespace-rectangle-line)
8789 (rectangle-number-line-callback):
8790 * register.el (window-configuration-to-register)
8791 (frame-configuration-to-register):
8792 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
8793 * select.el (xselect-convert-to-string, xselect-convert-to-length)
8794 (xselect-convert-to-targets, xselect-convert-to-delete)
8795 (xselect-convert-to-filename, xselect-convert-to-charpos)
8796 (xselect-convert-to-lineno, xselect-convert-to-colno)
8797 (xselect-convert-to-os, xselect-convert-to-host)
8798 (xselect-convert-to-user, xselect-convert-to-class)
8799 (xselect-convert-to-name, xselect-convert-to-integer)
8800 (xselect-convert-to-atom, xselect-convert-to-identity):
8801 * subr.el (declare, ignore, process-kill-without-query)
8802 (text-clone-maintain):
8803 * terminal.el (te-get-char, te-tic-sentinel):
8804 * tool-bar.el (tool-bar-make-keymap):
8805 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
8806 * type-break.el (type-break-mode, type-break-noninteractive-query):
8807 * view.el (View-back-to-mark):
8808 * wid-browse.el (widget-browse-action, widget-browse-widget)
8809 (widget-browse-widgets, widget-browse-sexp):
8810 * widget.el (define-widget-keywords):
8811 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
8812 Mark unused parameters.
8813
8814 * align.el (align-adjust-col-for-rule): Mark unused parameter.
8815 (align-areas): Remove unused variable `look'.
8816 (align-region): Remove unused variables `real-end' and `pos-list'.
8817
8818 * apropos.el (apropos-score-doc): Remove unused variable `i'.
8819
8820 * bindings.el (mode-line-modified, mode-line-remote):
8821 Mark unused parameters.
8822 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
8823
8824 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
8825 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
8826
8827 * comint.el (comint-history-isearch-pop-state)
8828 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
8829 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
8830 (comint-substitute-in-file-name): Doc fix.
8831
8832 * completion.el (cmpl-statistics-block): Mark unused parameter.
8833 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
8834 (save-completions-to-file, load-completions-from-file):
8835 Remove unused local variable `e'.
8836
8837 * composite.el (compose-chars): Remove unused variable `len'.
8838 (lgstring-insert-glyph): Remove unused variable `g'.
8839 (compose-glyph-string): Remove unused variables `ascent',
8840 `descent', `lbearing' and `rbearing'.
8841 (compose-glyph-string-relative): Remove unused variables
8842 `lbearing', `rbearing' and `wadjust'.
8843 (compose-gstring-for-graphic): Remove unused variables `header',
8844 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
8845 (compose-gstring-for-terminal): Remove unused variables `header'
8846 and `nchars'. Use `let', not `let*'.
8847
8848 * cus-edit.el (Custom-set, Custom-save, custom-reset)
8849 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
8850 (Custom-buffer-done, custom-buffer-create-internal)
8851 (custom-browse-visibility-action, custom-browse-group-tag-action)
8852 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
8853 (widget-magic-mouse-down-action, custom-toggle-parent)
8854 (custom-add-parent-links, custom-toggle-hide-variable)
8855 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
8856 (custom-toggle-hide-face, face, hook, custom-group-link-action)
8857 (custom-face-menu-create, custom-variable-menu-create, get)
8858 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
8859 (custom-reset-standard-save-and-update): Remove unused variable `value'.
8860 (customize-apropos): Remove unused variable `tests'.
8861 (custom-group-value-create): Remove unused variable `hidden-p'.
8862 (sort-fold-case): Declare.
8863
8864 * cus-theme.el (custom-reset-standard-faces-list)
8865 (custom-reset-standard-variables-list): Declare.
8866 (customize-create-theme, custom-theme-revert, custom-theme-write)
8867 (custom-theme-choose-mode, customize-themes, custom-theme-save):
8868 Mark unused parameters.
8869
8870 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
8871
8872 * delim-col.el (delimit-columns-max): Move defvar before first use.
8873
8874 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 8875 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
8876
8877 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
8878 (auto-insert): Declare.
8879 (desktop-restore-file-buffer): Rename desktop-* parameters;
8880 mark unused ones.
8881 (desktop-create-buffer): Rename desktop-* parameters and bind them.
8882 (desktop-buffer): Rename desktop-* parameters.
8883
8884 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
8885 (dframe-reposition-frame-xemacs, dframe-help-echo)
8886 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
8887 Mark unused parameters.
8888
8889 * dired-aux.el (backup-extract-version-start, overwrite-query)
8890 (overwrite-backup-query, rename-regexp-query)
8891 (rename-non-directory-query): Declare.
8892 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
8893 (dired-add-entry): Remove unused variable `orig-file-name'.
8894 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
8895 Use parameter PRESERVE-TIME instead of accessing dynamic variable
8896 `dired-copy-preserve-time' directly.
8897 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
8898 (dired-insert-subdir-newpos): Rename unused variable `pos'.
8899
8900 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
8901 (dired-virtual-revert, dired-make-relative-symlink):
8902 Mark unused parameters.
8903 (manual-program): Declare.
8904 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
8905 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
8906 wrapped in `with-no-warnings' to avoid replacing one warning by another.
8907
8908 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
8909
8910 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
8911
8912 * echistory.el (electric-history-in-progress, Helper-return-blurb):
8913 Declare.
8914
8915 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
8916
8917 * electric.el (Electric-command-loop): Rename parameter
8918 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
8919
8920 * expand.el (expand-in-literal): Remove unused variable `here'.
8921
8922 * facemenu.el (facemenu-add-new-color):
8923 Remove unused variable `docstring'.
8924
8925 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
8926 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
8927 (face-attr-construct): Mark unused parameter. Doc fix.
8928 (read-color): Remove unused variable `hex-string'.
8929
8930 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
8931 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
8932 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
8933 (display-buffer-other-frame): Remove unused variable `old-window'.
8934 (kill-buffer-hook): Declare.
8935 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
8936 Mark unused parameters.
8937 (after-find-file): Pass 1 to `auto-save-mode', not t.
8938
8939 * files-x.el (auto-insert): Declare.
8940 (modify-file-local-variable-prop-line): Remove unused variable `val'.
8941
8942 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 8943 variable `buf'. Mark unused parameter.
06b60517
JB
8944 (find-lisp-insert-directory): Mark unused parameter.
8945
8946 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
8947 (format-encode-region): Remove unused variables `cur-buf' and `result'.
8948 (format-common-tail): Remove, unused.
8949 (format-deannotate-region): Remove unused variable `loc'.
8950 (format-annotate-region): Remove unused variable `p'.
8951 (format-annotate-single-property-change): Remove unused variables
8952 `default' and `tail'.
8953
8954 * forms.el (read-file-filter): Declare.
8955 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
8956
8957 * frame.el (frame-creation-function-alist): Mark unused parameter.
8958 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
8959
8960 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
8961 Remove unused parameters.
8962 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
8963 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
8964
8965 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
8966 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
8967 (hfy-prepare-tag-map): Mark unused parameters.
8968 (htmlfontify-buffer): Use `called-interactively-p'.
8969
8970 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
8971 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
8972 (ibuffer-do-occur): Mark unused parameters.
8973 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
8974 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
8975
8976 * ibuffer.el: Don't quote `lambda'.
8977 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
8978 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
8979 Mark unused parameters.
8980
8981 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
8982 (ido-completing-read): Mark unused parameters.
8983 (ido-copy-current-word): Mark unused parameters;
8984 remove unused variable `name'.
8985 (ido-sort-merged-list): Remove unused parameter `dirs'.
8986
8987 * ielm.el (ielm-input-sender): Mark unused parameter.
8988 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
8989 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
8990 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
8991 `ielm-string' as a dynamic variable accessible from the IELM prompt.
8992 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
8993
8994 * image-dired.el (image-dired-display-thumbs): Remove unused
8995 variables `curr-file' and `count'.
8996 (image-dired-remove-tag): Remove unused variable `start'.
8997 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
8998 variable `curr-file'
8999 (image-dired-rotate-original): Remove unused variable `temp-file'.
9000 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
9001 Remove unused variable `file'.
9002 (image-dired-gallery-generate): Remove unused variable `curr'.
9003 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
9004
9005 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
9006
9007 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
9008
9009 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
9010
9011 * isearch.el (minibuffer-history-symbol): Declare.
9012 (isearch-edit-string): Remove unused variable `err'.
9013 (isearch-message-prefix, isearch-message-suffix):
9014 Mark unused parameters.
9015
9016 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
9017
9018 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
9019
9020 * makesum.el (double-column): Remove unused variable `cnt'.
9021
9022 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
9023 (ido-ignore-item-temp-list): Declare.
9024
9025 * mouse-drag.el (mouse-drag-throw): Remove unused variables
9026 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
9027 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
9028 (mouse-drag-drag): Remove unused variables `mouse-delta' and
9029 `mouse-col-delta'.
9030
9031 * mouse-sel.el (mouse-extend-internal):
9032 Remove unused variable `orig-window-frame'.
9033
9034 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
9035 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
9036 Move declarations before first use.
9037 (pcomplete-opt): Mark unused parameters; doc fix.
9038
9039 * proced.el (proced-revert): Mark unused parameter.
9040 (proced-send-signal): Remove unused variable `err'.
9041
9042 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
9043 Rename parameter PREFIX-ARG to ARG.
9044 (ps-basic-plot-string, ps-basic-plot-whitespace):
9045 Mark unused parameters.
9046
9047 * replace.el (replace-count): Define.
9048 (occur-revert-function): Mark unused parameters.
9049 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
9050 (isearch-case-fold-search, isearch-string): Declare.
9051 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
9052 bind `case-fold-search'. Remove unused variables `beg' and `end',
9053 and simplify.
9054 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
9055 COUNT and bind `replace-count'.
9056 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
9057 to COUNT.
9058
9059 * savehist.el (print-readably, print-string-length): Declare.
9060
9061 * shadowfile.el (shadow-expand-cluster-in-file-name):
9062 Remove unused variable `cluster'.
9063 (shadow-copy-file): Remove unused variable `i'.
9064 (shadow-noquery, shadow-clusters, shadow-site-cluster)
9065 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
9066 (shadow-define-literal-group, shadow-define-regexp-group)
9067 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
9068
9069 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
9070 (shell): Use `called-interactively-p'.
9071 (shell-directory-tracker): Remove unused variable `chdir-failure'.
9072
9073 * simple.el (compilation-context-lines, comint-file-name-quote-list)
9074 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
9075 (delete-backward-char): Remove unused variable `ocol'.
9076 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
9077 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
9078 (event-apply-hyper-modifier, event-apply-shift-modifier)
9079 (event-apply-control-modifier, event-apply-meta-modifier):
9080 Mark unused parameters.
9081 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
9082 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
9083
9084 * speedbar.el (speedbar-ignored-directory-expressions)
9085 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
9086 (speedbar-find-file, speedbar-dir-follow)
9087 (speedbar-directory-buttons-follow, speedbar-tag-find)
9088 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
9089 (speedbar-buffers-line-directory, speedbar-buffer-click):
9090 Mark unused parameters.
9091 (speedbar-tag-file): Remove unused variable `mode'.
9092 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
9093
9094 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
9095
9096 * talk.el (talk): Remove unused variable `display'.
9097
9098 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
9099 (tar-write-region-annotate): Mark unused parameter.
9100
9101 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
9102 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
9103 Declare them, wrapped in `with-no-warnings' to avoid replacing one
9104 warning by another.
9105
9106 * time-stamp.el (time-stamp-string-preprocess):
9107 Remove unused variable `require-padding'.
9108
9109 * tree-widget.el (widget-glyph-enable): Declare.
9110 (tree-widget-action): Mark unused parameter.
9111
9112 * w32-fns.el (x-get-selection): Mark unused parameter.
9113 (autoload-make-program, generated-autoload-file): Declare.
9114
9115 * wdired.el (wdired-revert): Mark unused parameters.
9116 (wdired-xcase-word): Remove unused variable `err'.
9117
9118 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
9119 (whitespace-help-scroll): Remove unused variable `data-help'.
9120
9121 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
9122 (widget-image-insert, widget-after-change, default)
9123 (widget-default-format-handler, widget-default-notify)
9124 (widget-default-prompt-value, widget-info-link-action)
9125 (widget-url-link-action, widget-function-link-action)
9126 (widget-variable-link-action, widget-file-link-action)
9127 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
9128 (widget-field-prompt-internal, widget-field-action, widget-field-match)
9129 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
9130 (widget-insert-button-action, widget-delete-button-action, visibility)
9131 (widget-documentation-link-action, widget-documentation-string-action)
9132 (widget-const-prompt-value, widget-regexp-match, symbol)
9133 (widget-coding-system-prompt-value)
9134 (widget-key-sequence-value-to-external, sexp)
9135 (widget-sexp-value-to-internal, character, vector, cons)
9136 (widget-choice-prompt-value, widget-boolean-prompt-value)
9137 (widget-color--choose-action): Mark unused parameters.
9138 (widget-item-match-inline, widget-choice-match-inline)
9139 (widget-checklist-match, widget-checklist-match-inline)
9140 (widget-group-match): Rename parameter VALUES to VALS.
9141 (widget-field-value-set): Remove unused variable `size'.
9142 (widget-color-action): Remove unused variables `value' and `start'.
9143
9144 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 9145 variable `dir'. Doc fix.
06b60517
JB
9146 (windmove-find-other-window): Don't pass it.
9147
9148 * window.el (count-windows): Mark unused parameter.
9149 (bw-adjust-window): Remove unused variable `err'.
9150
9151 * woman.el (woman-file-name): Remove unused variable `default'.
9152 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
9153 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
9154 (global-font-lock-mode): Declare.
9155 (woman-decode-region): Mark unused parameter.
9156 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
9157
9158 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
9159 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
9160 (x-dnd-handle-moz-url): Remove unused variable `title'.
9161 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
9162
9163 * xml.el (xml-parse-tag, xml-parse-attlist):
9164 Remove unused variable `pos'.
9165
bc4f7f3d
GM
91662011-04-19 Glenn Morris <rgm@gnu.org>
9167
9168 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
9169 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
9170 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9171 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
9172 * calendar/cal-html.el (cal-html-insert-minical):
9173 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
9174 (calendar-mark-date-pattern):
9175 Prefix "unused" locals.
9176
9177 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
9178 optional argument `style'.
9179
9180 * calendar/appt.el (appt-make-list):
9181 * calendar/cal-china.el (calendar-chinese-date-string):
9182 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
9183 (diary-hebrew-yahrzeit):
9184 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
9185 * calendar/calendar.el (calendar-generate-window):
9186 * calendar/time-date.el (time-to-days):
9187 Remove unused local variables.
9188
16a43933
CY
91892011-04-18 Chong Yidong <cyd@stupidchicken.com>
9190
9191 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
9192 glyphless-char-display table.
9193 (tabulated-list-glyphless-char-display): New var.
9194
7eed1860
SS
91952011-04-18 Sam Steingold <sds@gnu.org>
9196
9197 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
9198 to acknowledgments.
9199
4d2d1ccd
GM
92002011-04-17 Glenn Morris <rgm@gnu.org>
9201
9202 * calendar/diary-lib.el (diary-sexp-entry):
9203 * calendar/holidays.el (holiday-sexp):
9204 Set debug-on-error rather than the removed stack-trace-on-error.
9205
239da61d
GM
92062011-04-16 Glenn Morris <rgm@gnu.org>
9207
9208 * progmodes/f90.el: Use lexical-binding.
9209 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
9210
8b05752a
SM
92112011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9212
daca8ba5
SM
9213 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
9214 (mail-mode): Setup mailalias completion here instead.
9215 * mail/mailalias.el: Use lexical-binding.
9216 (pattern, mailalias-done): Declare dynamic.
9217 (mail-completion-at-point-function): New function, from mail-complete.
9218 (mail-complete): Use it.
9219 (mail-completion-expand): New function.
9220 (mail-get-names): Use it.
9221 (mail-directory, mail-directory-process, mail-directory-stream):
9222 Don't use `pattern' for lexically bound arg.
9223
6f542485
SM
9224 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
9225
037e7c3f
SM
9226 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
9227 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
9228 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
9229
8b05752a
SM
9230 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
9231 (byte-save-window-excursion, byte-temp-output-buffer-setup)
9232 (byte-interactive-p): Define them again, for use when inlining
9233 old code.
9234
49093f60
JB
92352011-04-15 Juanma Barranquero <lekktu@gmail.com>
9236
9237 * loadup.el: Use `string-to-number', not `string-to-int'.
9238
b5b8e7de
SM
92392011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9240
9241 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
9242 gud-gdb-complete-command.
9243 (gud-gdb-completions): New function, from gud-gdb-complete-command.
9244 (gud-gdb-completion-at-point): New function.
9245 (gud-gdb-completions): Remove.
9246
f42efeb5
MA
92472011-04-14 Michael Albinus <michael.albinus@gmx.de>
9248
49093f60
JB
9249 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
9250 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
9251 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
9252 whether `executable-find' is bound.
f42efeb5
MA
9253
9254 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
9255
e240cc21
SM
92562011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9257
9258 * minibuffer.el (completion-in-region-mode-predicate)
9259 (completion-in-region-mode--predicate): New vars.
9260 (completion-in-region, completion-in-region--postch)
9261 (completion-in-region-mode): Use them.
9262 (completion--capf-wrapper): Also return the hook function.
9263 (completion-at-point, completion-help-at-point):
9264 Adjust and provide a predicate.
c2bd2ab0
SM
9265
9266 Preserve arg names for advice of subr and lexical functions (bug#8457).
9267 * help-fns.el (help-function-arglist): Consolidate the subr and
9268 new-byte-code cases. Add argument `preserve-names' to extract names
9269 from the docstring when needed.
9270 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
9271 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
9272 (ad-arglist): Use help-function-arglist's new arg.
9273 (ad-definition-type): Use cond.
9274
c183f693
JB
92752011-04-13 Juanma Barranquero <lekktu@gmail.com>
9276
06641a47
JB
9277 * autorevert.el (auto-revert-handler):
9278 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
9279 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
9280 Don't quote lambda.
9281
c183f693
JB
9282 * image-mode.el (image-transform-set-scale):
9283 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
9284
1e3b6001
G
92852011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
9286
9287 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 9288 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
9289 Upgrades via gnutls-cli are too slow to be done opportunistically.
9290
2d6af8dd
JB
92912011-04-12 Juanma Barranquero <lekktu@gmail.com>
9292
9293 * dframe.el (dframe-current-frame): Remove spurious quote.
9294
c0749a51
GM
92952011-04-12 Glenn Morris <rgm@gnu.org>
9296
088d0d61
GM
9297 * calendar/cal-tex.el (cal-tex-end-document):
9298 Try to automatically use latin1 input if needed.
9299
c0749a51
GM
9300 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
9301 Don't try to cons a mark onto an empty element.
9302
5c90fde0
LL
93032011-04-11 Leo Liu <sdl.web@gmail.com>
9304
9305 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
9306 buffers.
9307 (ido-kill-buffer-at-head): Support killing virtual buffers.
9308
369e974d
CY
93092011-04-10 Chong Yidong <cyd@stupidchicken.com>
9310
9311 * minibuffer.el (completion-show-inline-help): New var.
9312 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
9313 (minibuffer-force-complete, minibuffer-complete-word):
9314 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
9315
9316 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
9317 to avoid interference from inline help (Bug#5849).
9318
37f1c930
LL
93192011-04-10 Leo Liu <sdl.web@gmail.com>
9320
099c39a4
JB
9321 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
9322 Fix typo.
37f1c930 9323
a32d4040
CY
93242011-04-09 Chong Yidong <cyd@stupidchicken.com>
9325
9326 * image-mode.el (image-toggle-display-image): Signal an error if
9327 not in Image mode.
9328 (image-transform-mode, image-transform-resize)
9329 (image-transform-set-rotation): Doc fix.
daca8ba5 9330 (image-transform-set-resize): Delete.
a32d4040
CY
9331 (image-transform-set-scale, image-transform-fit-to-height)
9332 (image-transform-fit-to-width): Handle image-toggle-display-image
9333 and image-transform-resize directly.
9334
099c39a4 93352011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
9336
9337 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
9338 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
9339 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
9340 (doc-view-mode-map): Add bindings for the new functions.
9341
099c39a4 93422011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 9343
4d61f28d 9344 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
9345 Fix typo in docstring.
9346
3726838a
EZ
93472011-04-08 Eli Zaretskii <eliz@gnu.org>
9348
04f33f1e
EZ
9349 * files.el (file-size-human-readable): Produce one digit after
9350 decimal, like "ls -lh" does.
9351
9352 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
9353 the file size representation.
9354
3726838a
EZ
9355 * simple.el (list-processes): If async subprocesses are not
9356 available, error out with a clear error message.
9357
cbb59342
CY
93582011-04-08 Chong Yidong <cyd@stupidchicken.com>
9359
9360 * help.el (help-form-show): New function, to be called from C.
9361 Put help-form output in a buffer named differently than *Help*.
9362
e3971c44
EZ
93632011-04-08 Eli Zaretskii <eliz@gnu.org>
9364
9365 * files.el (file-size-human-readable): New function.
9366
9367 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
9368 computing the representation inline. Don't require `cl'.
9369
12544bbe
GM
93702011-04-08 Glenn Morris <rgm@gnu.org>
9371
a1de6c6a
GM
9372 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
9373
3c4671f4
GM
9374 * net/browse-url.el (browse-url-firefox):
9375 Test system-type, not system-configuration.
9376
b605679c
GM
9377 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
9378 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
9379 Use log-edit-empty-buffer-p. (Bug#7598)
9380
56442f0c
GM
9381 * net/rlogin.el (rlogin-process-connection-type): Simplify.
9382 (rlogin-mode-map): Initialize in the defvar.
9383 (rlogin): Use ignore-errors.
9384
12544bbe
GM
9385 * replace.el (occur-mode-map): Some fixes for menu items.
9386
eb237b0f
AH
93872011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
9388
9389 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
9390
7d668f2c
CY
93912011-04-06 Chong Yidong <cyd@stupidchicken.com>
9392
e67a13ab
CY
9393 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
9394 issuing unused warnings.
9395
9396 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
9397 macro directly.
9398
7d668f2c
CY
9399 * simple.el: Lisp reimplement of list-processes. Based on an
9400 earlier reimplementation by Leo Liu, but using tabulated-list.el.
9401 (process-menu-mode): New major mode.
9402 (list-processes--refresh, list-processes):
9403 (process-menu-visit-buffer): New functions.
9404
9405 * files.el (save-buffers-kill-emacs): Don't assume any return
9406 value of list-processes, which is undocumented anyway.
9407
a83ec3c9
CY
94082011-04-06 Chong Yidong <cyd@stupidchicken.com>
9409
9410 * emacs-lisp/tabulated-list.el: New file.
9411
e91a96fe
CY
9412 * emacs-lisp/package.el: Use Tabulated List mode.
9413 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
9414 (package-menu-mode): Derive from tabulated-list-mode. Set up the
9415 table format using Tabulated List mode variables.
9416 (package--push): New macro, replacing package-list-maybe-add.
9417 (package-menu--generate): Use package--push. Renamed from
9418 package--generate-package-list.
9419 (package-menu-refresh, list-packages): Use it.
daca8ba5 9420 (package-menu--print-info): Rename from package-print-package.
e91a96fe 9421 Return insertion data instead of inserting it directly.
099c39a4
JB
9422 (package-menu-describe-package, package-menu-execute):
9423 Use tabulated-list-get-id.
e91a96fe
CY
9424 (package-menu-mark-delete, package-menu-mark-install)
9425 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
9426 (package-menu-mark-obsolete-for-deletion):
9427 Use tabulated-list-put-tag.
e91a96fe
CY
9428 (package--list-packages, package-menu-revert)
9429 (package-menu-get-package, package-menu-get-version)
9430 (package-menu-sort-by-column): Functions deleted.
9431 (package-menu-package-list, package-menu-sort-key): Vars deleted.
9432 (package-menu--status-predicate, package-menu--version-predicate)
9433 (package-menu--name-predicate)
9434 (package-menu--description-predicate): Handle arguments in the
9435 Tabulated List format.
9436 (package-list-packages-no-fetch): Call list-packages.
9437
3e214b50
JB
94382011-04-06 Juanma Barranquero <lekktu@gmail.com>
9439
9440 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 9441 (after-find-file): Don't bind it.
3e214b50
JB
9442 (revert-buffer-in-progress-p): New variable.
9443 (revert-buffer): Bind it.
9444 Pass nil for `after-find-file-from-revert-buffer'.
9445
9446 * saveplace.el (save-place-find-file-hook): Use new variable
9447 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
9448
3f0f1700
GM
94492011-04-06 Glenn Morris <rgm@gnu.org>
9450
c0274801
GM
9451 * Makefile.in (AUTOGEN_VCS): New variable.
9452 (autoloads): Use $AUTOGEN_VCS.
9453
3f0f1700
GM
9454 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
9455 * calendar/calendar.el (calendar-mode-map):
9456 Check for toolkit scroll bars. (Bug#8305)
9457
41ea9e48
CY
94582011-04-05 Chong Yidong <cyd@stupidchicken.com>
9459
9460 * minibuffer.el (completion-in-region--postch)
9461 (completion-in-region-mode): Remove unnecessary messages.
9462
6194c800
JB
94632011-04-05 Juanma Barranquero <lekktu@gmail.com>
9464
33256f14
JB
9465 * font-lock.el (font-lock-refresh-defaults):
9466 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
9467 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
9468
6194c800
JB
9469 * info.el (Info-directory-list, Info-read-node-name-2)
9470 (Info-split-parameter-string): Doc fixes.
9471 (Info-virtual-nodes): Reflow docstring.
9472 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
9473 (Info-apropos-toc-nodes, info-finder, Info-get-token)
9474 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
9475 Fix typos in docstrings.
9476 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
9477 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
9478 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
9479 (Info-restore-desktop-buffer): Mark unused parameters.
9480 (Info-directory-find-file, Info-directory-find-node)
9481 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
9482 (Info-virtual-index-find-node, Info-apropos-find-file)
9483 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 9484 Mark unused parameters; fix typos in docstrings.
6194c800
JB
9485 (Info-virtual-index): Remove unused local variable `nodename'.
9486
b87a8200 94872011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 9488
b87a8200
DD
9489 * net/rcirc.el: Update my e-mail address.
9490 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 9491
3b2ff876
CY
94922011-04-05 Chong Yidong <cyd@stupidchicken.com>
9493
9494 * startup.el (command-line): Save the cursor's theme-face
9495 directly, instead of using face-override-spec.
9496
9497 * custom.el (load-theme): Minor optimization in assigning faces.
9498
8d17e7ca
JB
94992011-04-04 Juanma Barranquero <lekktu@gmail.com>
9500
9501 * help-fns.el (describe-variable): Complete all variables having
9502 documentation, including keywords.
9503 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
9504
2fbc1934
JB
95052011-04-04 Juanma Barranquero <lekktu@gmail.com>
9506
9507 Convert to lexical-binding.
9508
9509 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
9510 (bs--get-marked-string, bs--get-modified-string)
9511 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
9512 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
9513 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
9514
9515 * ehelp.el (electric-help-execute-extended)
9516 (electric-help-ctrl-x-prefix):
9517 * hexl.el (hexl-revert-buffer-function):
9518 * linum.el (linum-after-change, linum-after-scroll):
9519 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
9520
9521 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
9522
74f50695
DU
95232011-04-04 Daiki Ueno <ueno@unixuser.org>
9524
9525 * epa-dired.el:
9526 * epa-mail.el:
9527 * epa-hook.el:
9528 * epa-file.el:
9529 * epa.el:
9530 * epg.el: Use lexical binding.
9531
c11325f7
CY
95322011-04-03 Chong Yidong <cyd@stupidchicken.com>
9533
0d9e9a12
CY
9534 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
9535
c11325f7 9536 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
9537 dictionary case for flyspell-mark-duplications-exceptions.
9538 Use regexp matching for languages.
c11325f7
CY
9539 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
9540 default dictionary (Bug#7926).
9541
da91b5f2
CY
95422011-04-02 Chong Yidong <cyd@stupidchicken.com>
9543
099c39a4
JB
9544 * emacs-lisp/package.el (package--with-work-buffer):
9545 Recognize https URLs.
da91b5f2 9546
099c39a4
JB
9547 * net/network-stream.el: Move from gnus/proto-stream.el.
9548 Change prefix to network-stream throughout.
da91b5f2
CY
9549 (open-protocol-stream): Merge into open-network-stream, leaving
9550 open-protocol-stream as an alias. Handle nil BUFFER args.
9551
9552 * subr.el (open-network-stream): Move to net/network-stream.el.
9553
afa8e9f6
GM
95542011-04-02 Glenn Morris <rgm@gnu.org>
9555
1d2e369d
GM
9556 * find-dired.el (find-exec-terminator): New option.
9557 (find-ls-option): Test for -ls support.
9558 (find-ls-subdir-switches): Test for -b in find-ls-option.
9559 (find-dired, find-grep-dired): Doc fixes.
9560 (find-dired): Use find-exec-terminator.
9561
8abb7da8 9562 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
9563 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
9564 (find-name-arg): Remove purecopy.
8abb7da8 9565
f3ca7378
GM
9566 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
9567 (grep-compute-defaults): Check for `-exec COMMAND +' support.
9568 Set grep-find-use-xargs, grep-find-command, and grep-find-template
9569 accordingly. Don't add the null-device if not needed.
9570
afa8e9f6
GM
9571 * files.el (save-some-buffers): Doc fix.
9572
35eae264
EZ
95732011-04-02 Eli Zaretskii <eliz@gnu.org>
9574
9575 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
9576
26b51db5
JB
95772011-04-01 Juanma Barranquero <lekktu@gmail.com>
9578
9579 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
9580 Use `dolist' rather than `mapcar'.
9581
7200d79c
SM
95822011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
9583
03408648 9584 Add lexical binding.
7200d79c 9585
03408648
SM
9586 * subr.el (apply-partially): Use new closures rather than CL.
9587 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
9588 (dolist, dotimes): Use slightly different expansion for lexical code.
9589 (functionp): Move to C.
9590 (letrec): New macro.
9591 (with-wrapper-hook): Use it and apply-partially instead of CL.
9592 (eval-after-load): Preserve lexical-binding.
9593 (save-window-excursion, with-output-to-temp-buffer): Turn them
9594 into macros.
7200d79c 9595
03408648
SM
9596 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
9597
9598 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
9599 than the arglist.
9600 (help-add-fundoc-usage): Don't add `Not documented'.
9601 (help-function-arglist): Handle closures, subroutines, and new
9602 byte-code-functions.
9603 (help-make-usage): Remove leading underscores.
9604 (describe-function-1): Handle closures.
9605 (describe-variable): Use special-variable-p for completion.
9606
9607 * files.el (lexical-binding): Declare safe.
f488fb65 9608
03408648
SM
9609 * emacs-lisp/pcase.el: Don't use destructuring-bind.
9610 (pcase--memoize): Rename from pcase-memoize. Change weakness.
9611 (pcase): Add `let' pattern.
9612 Change memoization so it actually works.
9613 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
9614 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
9615 <let>: New case.
f488fb65 9616
03408648
SM
9617 * emacs-lisp/macroexp.el: Use lexical binding.
9618 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
9619 Don't convert ' to #' without checking that it's indeed quoting
9620 a lambda.
9621
9622 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 9623 Use eval-sexp-add-defvars.
03408648
SM
9624 (eval-sexp-add-defvars): New fun.
9625
9626 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
9627
9628 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
9629 Don't autoload.
9630 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
9631 than the internal `byte-compile-lambda'.
9632 (defmethod): Don't hide code under quotes.
9633 (eieio-defmethod): New `code' argument.
9634
9635 * emacs-lisp/eieio-comp.el: Remove.
9636
9637 * emacs-lisp/edebug.el (edebug-eval-defun)
9638 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
9639 (edebug-toggle): Avoid `eval'.
9640
9641 * emacs-lisp/disass.el (disassemble-internal): Handle new
9642 `closure' objects.
9643 (disassemble-1): Handle new byte codes.
9644
9645 * emacs-lisp/cl.el (pushnew): Silence warning.
9646
9647 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
9648 (cl-byte-compile-throw): Remove.
9649 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
9650
9651 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
9652 closures.
9653
9654 * emacs-lisp/cconv.el: New file.
9655
9656 * emacs-lisp/bytecomp.el: Use lexical binding instead of
9657 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
9658 (byte-compile-initial-macro-environment):
9659 Handle declare-function here.
9660 (byte-compile--lexical-environment): New var.
9661 (byte-stack-ref, byte-stack-set, byte-discardN)
9662 (byte-discardN-preserve-tos): New lap codes.
9663 (byte-interactive-p): Don't use any more.
9664 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
9665 New macros.
9666 (byte-compile-lapcode): Use them and handle new lap codes.
9667 (byte-compile-obsolete): Remove.
9668 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
9669 (byte-compile-arglist-warn): Check late def of inlinable funs.
9670 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
9671 since they should have been expanded by now.
9672 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
9673 (byte-compile-from-buffer): Remove unused second arg.
9674 (byte-compile-preprocess): New function.
9675 (byte-compile-toplevel-file-form): New function to distinguish
9676 file-form calls from outside from file-form calls from hunk-handlers.
9677 (byte-compile-file-form): Simplify.
9678 (byte-compile-file-form-defsubst): Remove.
9679 (byte-compile-file-form-defmumble): Simplify now that
9680 byte-compile-lambda always returns a byte-code-function.
9681 (byte-compile): Preprocess.
9682 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
9683 Remove, not used any more.
9684 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
9685 (byte-compile-make-args-desc): New funs.
9686 (byte-compile-lambda): Handle lexical functions. Always return
9687 a byte-code-function.
9688 (byte-compile-reserved-constants): New var, to make up room for
9689 closed-over variables.
9690 (byte-compile-constants-vector): Obey it.
9691 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
9692 (byte-compile-macroexpand-declare-function): New function.
9693 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
9694 byte-code-functions.
9695 (byte-compile-form): Check obsolescence here.
9696 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
9697 (byte-compile-variable-ref): Remove.
9698 (byte-compile-dynamic-variable-op): New fun.
9699 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
9700 (byte-compile-variable-set): New funs.
9701 (byte-compile-discard): Add 2 args.
9702 (byte-compile-stack-ref, byte-compile-stack-set)
9703 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
9704 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
9705 macroexpand-all instead.
9706 (byte-compile-quote-form): Remove.
9707 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
9708 (byte-compile-bind, byte-compile-unbind): New funs.
9709 (byte-compile-let): Handle let* and lexical binding.
9710 (byte-compile-let*): Remove.
9711 (byte-compile-catch, byte-compile-unwind-protect)
9712 (byte-compile-track-mouse, byte-compile-condition-case):
9713 Handle a new :fun-body form, used for lexical scoping.
9714 (byte-compile-save-window-excursion)
9715 (byte-compile-with-output-to-temp-buffer): Remove.
9716 (byte-compile-defun): Simplify.
9717 (byte-compile-stack-adjustment): New fun.
9718 (byte-compile-out): Use it.
9719 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
9720
9721 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
9722 handler any more.
9723
9724 * emacs-lisp/byte-opt.el: Use lexical binding.
9725 (byte-inline-lapcode): Remove (to bytecomp).
9726 (byte-compile-inline-expand): Pay attention to inlining to/from
9727 lexically bound code.
9728 (byte-compile-unfold-lambda): Don't handle byte-code-functions
9729 any more.
9730 (byte-optimize-form-code-walker): Don't handle save-window-excursion
9731 any more and don't call compiler-macros.
9732 (byte-compile-splice-in-already-compiled-code): Remove.
9733 (byte-code): Don't inline any more.
9734 (disassemble-offset): Receive `bytes' as argument rather than via
9735 dynamic scoping.
9736 (byte-compile-tag-number): Declare before first use.
9737 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
9738 `return' even if make-spliceable.
9739 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
9740 obsolete interactive-p.
9741 (byte-optimize-lapcode): Optimize new lap-codes.
9742 Don't trip up on new form of `byte-constant' lap code.
9743
9744 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
9745
9746 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
9747
9748 * custom.el (custom-initialize-default, custom-declare-variable):
9749 Use `defvar'.
9750
9751 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
9752 New variables.
9753 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
9754 (COMPILE_FIRST): Add macroexp and cconv.
9755 * makefile.w32-in: Mirror changes in Makefile.in.
9756
9757 * vc/cvs-status.el:
9758 * vc/diff-mode.el:
9759 * vc/log-edit.el:
9760 * vc/log-view.el:
9761 * vc/smerge-mode.el:
9762 * textmodes/bibtex-style.el:
9763 * textmodes/css.el:
9764 * startup.el:
9765 * uniquify.el:
da91b5f2
CY
9766 * minibuffer.el:
9767 * newcomment.el:
9768 * reveal.el:
9769 * server.el:
9770 * mpc.el:
9771 * emacs-lisp/smie.el:
9772 * doc-view.el:
9773 * dired.el:
03408648
SM
9774 * abbrev.el: Use lexical binding.
9775
0f0c1f27
EZ
97762011-04-01 Eli Zaretskii <eliz@gnu.org>
9777
9778 * info.el (info-display-manual): New function.
9779
c82b2579
SM
97802011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9781
9782 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
9783
221ddf68
TH
97842011-03-31 Tassilo Horn <tassilo@member.fsf.org>
9785
9786 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 9787 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 9788
cba6e77e
GM
97892011-03-31 Glenn Morris <rgm@gnu.org>
9790
e040639f
GM
9791 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
9792
cba6e77e
GM
9793 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
9794
6d0f1c9e
CS
97952011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
9796
9797 * progmodes/python.el (python-default-interpreter)
9798 (python-python-command-args, python-jython-command-args)
9799 (python-which-shell, python-which-args, python-which-bufname)
9800 (python-file-queue, python-comint-output-filter-function)
9801 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
9802 variables and functions.
9803
3e2d70fd
SM
98042011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
9805
9806 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
9807 (completion-in-region-mode): New minor mode.
9808 (completion-in-region): Use it.
9809 (completion-in-region--data, completion-in-region-mode-map): New vars.
9810 (completion-in-region--postch): New function.
9811 (completion--capf-misbehave-funs, completion--capf-safe-funs):
9812 New vars.
9813 (completion--capf-wrapper): New function.
9814 (completion-at-point): Use it to track well-behavedness of
9815 hook functions.
9816 (completion-help-at-point): New command.
9817
f3e4086c
JM
98182011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
9819
9820 * vc/add-log.el (add-change-log-entry): Don't use whitespace
9821 syntax class to search for whitespace on a single line
9822 (Message-ID: <4D938140.4030905@redhat.com>).
9823
eb7ffc14
LL
98242011-03-30 Leo Liu <sdl.web@gmail.com>
9825
9826 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
9827 New commands.
9828 (edit-abbrevs-map): Bind them here.
9829 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
9830
d806ab68
KM
98312011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
9832
9833 * allout.el (allout-hide-by-annotation, allout-flag-region):
9834 Reduce possibility of overlay leakage by making them volatile.
9835
9836 * allout-widgets.el (allout-widgets-tally): Define as nil so the
9837 hash is not shared between buffers. Mode initialization is
9838 responsible for giving it a useful starting value.
9839 (allout-item-span): Reduce possibility of overlay leakage by
9840 making them volatile.
9841 (allout-widgets-count-buttons-in-region): Add diagnostic function
9842 for tracking down button overlay leaks.
9843
ea622834
LL
98442011-03-29 Leo Liu <sdl.web@gmail.com>
9845
9846 * ido.el (ido-read-internal): Use the default history var
9847 minibuffer-history if no HISTORY is specified.
9848
b62f8267
G
98492011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
9850
03408648
SM
9851 * net/imap.el (imap-shell-open, imap-process-connection-type):
9852 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
9853 Kerberos, SSL, other subprocesses.
9854
947b6566
LL
98552011-03-28 Leo Liu <sdl.web@gmail.com>
9856
9857 * abbrev.el (abbrev-table-empty-p): New function.
9858 (prepare-abbrev-list-buffer): Place empty abbrev tables after
9859 nonempty ones. (Bug#5937)
9860
5ffb62aa
JD
98612011-03-27 Jan Djärv <jan.h.d@swipnet.se>
9862
9863 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
9864
7a097943
LL
98652011-03-27 Leo Liu <sdl.web@gmail.com>
9866
9867 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
9868 for foreground and background colors.
9869 (ansi-color-make-color-map): Adapt.
9870
c5b40130
LL
98712011-03-25 Leo Liu <sdl.web@gmail.com>
9872
1f48f7d2
LL
9873 * midnight.el (midnight-time-float): Remove. Note it calculates
9874 the microsecond component incorrectly and seconds-to-time does the
9875 same job.
625897ec 9876 Remove redundant (require 'timer).
1f48f7d2 9877
c5b40130
LL
9878 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
9879 (ido-completions): Remove unused arguments. (Bug#8329)
9880
d86d2721
SM
98812011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
9882
9883 * minibuffer.el (completion--flush-all-sorted-completions):
9884 Remove itself from hook.
9885 (completion-at-point): Let the functions perform the completion
9886 immediately and return nil or t.
9887 * comint.el (comint-dynamic-complete-functions): Now identical to
9888 completion-at-point-functions.
9889 (comint-dynamic-list-input-ring): Remove unused var `index'.
9890 (comint--match-partial-filename, comint--unquote&expand-filename):
9891 New funs, split from comint-match-partial-filename.
9892 (comint-dynamic-complete): Use completion-at-point.
9893 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
9894
e8974c48
DA
98952011-03-24 Drew Adams <drew.adams@oracle.com>
9896
9897 * thingatpt.el: Support `defun'.
9898
def71b5e
LL
98992011-03-23 Leo Liu <sdl.web@gmail.com>
9900
cb5af48e
LL
9901 * abbrevlist.el: Move to obsolete/abbrevlist.el.
9902
def71b5e
LL
9903 * help-mode.el (help-mode-finish): Tweak regexp.
9904
927c53e7
GM
99052011-03-23 Glenn Morris <rgm@gnu.org>
9906
18d05bed
GM
9907 * eshell/esh-opt.el (eshell-eval-using-options):
9908 Do not bind unused local variable `eshell-option-stub'.
9909
927c53e7
GM
9910 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
9911
9d0da923
JB
99122011-03-22 Juanma Barranquero <lekktu@gmail.com>
9913
9914 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
9915 keymap variable in `with-no-warnings' to avoid a warning when the
9916 keymap has been already `defconst'ed.
9917
4b978a67
LL
99182011-03-22 Leo Liu <sdl.web@gmail.com>
9919
9920 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
9921 encode all chars in abbrevs; otherwise use emacs-mule or
9922 utf-8-emacs. (Bug#8308)
9923
5fd62452
JB
99242011-03-22 Juanma Barranquero <lekktu@gmail.com>
9925
0b1596c6
JB
9926 * simple.el (backward-delete-char-untabify):
9927 Avoid warning about using `delete-backward-char'.
9928
5fd62452
JB
9929 * image.el (image-type-file-name-regexps): Make it variable.
9930 `imagemagick-register-types' modifies it, and the user may want
9931 to add new extensions for known image types.
9932 (imagemagick-register-types): Throw error if not using ImageMagick.
9933
0b4e93f1
LL
99342011-03-22 Leo Liu <sdl.web@gmail.com>
9935
9936 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
9937 located before rcirc-prompt-end-marker.
9938 (rcirc-complete): Error if point is not after rcirc prompt.
9939 Handle the case when table is nil.
9882e214 9940 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 9941
fccee4ab
CY
99422011-03-22 Chong Yidong <cyd@stupidchicken.com>
9943
9944 * custom.el (custom--inhibit-theme-enable): Make it affect only
9945 custom-theme-set-variables and custom-theme-set-faces.
9946 (provide-theme): Ignore custom--inhibit-theme-enable.
9947 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
9948 (custom-enabling-themes): Delete variable.
d86d2721
SM
9949 (enable-theme): Accept only loaded themes as arguments.
9950 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
9951 (custom-enabled-themes): Forbid themes from setting this.
9952 Eliminate use of custom-enabling-themes.
9953 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 9954
af896da6
LL
99552011-03-21 Leo Liu <sdl.web@gmail.com>
9956
9957 * ido.el (ido-read-internal): Add ido-selected to history instead
9958 of user input.
9959
78f64af0
SM
99602011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
9961
9962 * subr.el (deferred-action-list, deferred-action-function):
9963 Mark obsolete.
9964
b16ac1ec
LL
99652011-03-21 Leo Liu <sdl.web@gmail.com>
9966
810f7698
LL
9967 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
9968 change on 2011-02-13 (bug#8309).
9969
b16ac1ec
LL
9970 * minibuffer.el (read-file-name-function): Change default value.
9971 (read-file-name--defaults): Rename from read-file-name-defaults.
9972 (read-file-name-default): Rename from read-file-name.
9973 (read-file-name): Call read-file-name-function.
9974
4e05e67e
GM
99752011-03-21 Glenn Morris <rgm@gnu.org>
9976
9977 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
9978 Doc fixes.
9979
4359915b
CY
99802011-03-21 Chong Yidong <cyd@stupidchicken.com>
9981
9982 * cus-theme.el: Add missing provide statement.
9983 (customize-create-theme): Extract theme value correctly.
9984 (custom-theme-visit-theme): Autoload.
9985 (customize-create-theme): Prompt before inserting default faces.
9986
1fe275ee
JB
99872011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
9988
9989 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
9990 units and musical notes.
9991
cd394be1 99922011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
9993
9994 * ido.el (ido-read-internal): Use completing-read-default.
9995 (ido-completing-read): Fix compatibility with completing-read.
9996
7d476bde
CO
99972011-03-20 Christian Ohler <ohler@gnu.org>
9998
9999 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
10000 (ert-delete-all-tests): Use `called-interactively-p' rather than
10001 `interactive-p'.
10002 (ert--make-xrefs-region): Respect END.
10003
fe0fb33e
CY
100042011-03-19 Chong Yidong <cyd@stupidchicken.com>
10005
ff854b0b
CY
10006 * dired-aux.el (dired-create-directory): Signal an error if the
10007 directory already exists (Bug#8246).
10008
fe0fb33e
CY
10009 * facemenu.el (list-colors-display): Call list-faces-display
10010 inside with-help-window.
10011 (list-colors-print): Use display property to align the final
10012 column, instead of checking window-width.
10013
576bce32
EZ
100142011-03-19 Eli Zaretskii <eliz@gnu.org>
10015
4d61f28d 10016 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
10017 windows-nt systems.
10018 (emerge-protect-metachars): Quote correctly for ms-dos and
10019 windows-nt systems.
10020
89c41d68 100212011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
10022
10023 * info.el (info-initialize): Replace all uses of `:' with
10024 path-separator for compatibility with non-Unix systems.
10025 Cache quoting of path-separator. (Bug#8258)
10026
b14e3e21 100272011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
10028
10029 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
10030 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
10031 (mouse-avoidance-mode): Fix typos in docstrings.
10032
4525ce3e
CY
100332011-03-19 Chong Yidong <cyd@stupidchicken.com>
10034
10035 * startup.el (package-subdirectory-regexp): Move from package.el.
10036 Omit \\` and \\', and let callers add them.
10037
10038 * emacs-lisp/package.el (package-strip-version)
10039 (package-load-all-descriptors): Add \\` and \\' to
10040 package-subdirectory-regexp before using it.
10041 (package-untar-buffer): New arg DIR; ensure that file untars only
10042 into this expected directory. Remove superfluous delete-region.
10043 (package-unpack): Caller changed.
10044 (package-tar-file-info): Use package-subdirectory-regexp.
10045
a904a09a 100462011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 10047
a904a09a
SM
10048 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
10049 diff-mode-shared-map (bug#8284).
10050 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
10051
100522011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10053
10054 * calendar/time-date.el (format-seconds): Use assoc instead of
10055 assoc-string, since assoc-string doesn't exist in XEmacs.
10056
171fc304
JB
100572011-03-17 Juanma Barranquero <lekktu@gmail.com>
10058
10059 * custom.el (custom-known-themes): Reflow docstring.
10060 (custom-theme-load-path): Fix typo in docstring.
10061 (load-theme): Fix typo in error message.
10062 (custom-available-themes, custom-variable-theme-value):
10063 Use `let', not `let*'.
10064
d71990a1
JB
100652011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
10066
10067 * calc/README: Mention inclusion of musical notes.
10068
10069 * calc/calc-units.el (calc-lu-quant): Rename from
10070 `calc-logunits-quantity'.
10071 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
10072 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
10073 (calc-db): Rename from `calc-dblevel'.
10074 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
10075 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
10076 (calc-np): Rename from `calc-nplevel'.
10077 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
10078 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
10079 (calc-lu-plus): Rename from `calc-logunits-add'.
10080 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
10081 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
10082 (calc-lu-minus): Rename from `calc-logunits-sub'.
10083 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
10084 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
10085 (calc-lu-times): Rename from `calc-logunits-mul'.
10086 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
10087 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
10088 (calc-lu-divide): Rename from `calc-logunits-div'.
10089 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
10090 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
10091
10092 * calc/calc-ext.el (calc-init-extensions): Update the names of the
10093 functions being autoloaded.
10094
10095 * calc/calc.el (calc-lu-power-reference): Rename from
10096 `calc-logunits-power-reference'.
10097 (calc-lu-field-reference): Rename from
10098 `calc-logunits-field-reference'.
10099
10100 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
10101
40c2934b
SM
101022011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
10103
10104 * minibuffer.el (completion-all-sorted-completions):
10105 Use :completion-cycle-penalty text property if present.
10106
b0911414
KM
101072011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
10108
10109 * allout.el (allout-yank-processing): Adjust for new rebulleting
10110 regime so bullet being yanked is used without prompting the user
10111 for a choice.
10112
8a05b668
JB
101132011-03-16 Juanma Barranquero <lekktu@gmail.com>
10114
10115 * startup.el (command-line): Warn the user that _emacs is deprecated.
10116
5ba5fb81
JB
101172011-03-16 Juanma Barranquero <lekktu@gmail.com>
10118
10119 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
10120 (delphi-verbose, delphi-comment-face, delphi-string-face)
10121 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
10122 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
10123 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
10124 (delphi-new-comment-line, delphi-font-lock-defaults)
10125 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
10126 Fix typos in docstrings.
10127
2dab465b
KM
101282011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
10129
5ba5fb81 10130 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
10131 Invert the roles of character and string values for INSTEAD, so a
10132 string is used for the more common case of a defaulting prompt.
10133
0adf5618
SM
101342011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
10135
10136 * progmodes/ruby-mode.el (ruby-backward-sexp):
10137 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
10138 * play/gamegrid.el (gamegrid-make-face):
10139 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
10140 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
10141 * notifications.el (notifications-notify):
10142 * net/xesam.el (xesam-search-engines):
10143 * net/quickurl.el (quickurl-list-insert):
10144 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
10145
d72700e5
CY
101462011-03-15 Chong Yidong <cyd@stupidchicken.com>
10147
10148 * startup.el (command-line): Update package subdirectory regexp.
10149
49c5410a
SM
101502011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
10151
c6eee9aa
SM
10152 * allout.el (allout-abbreviate-flattened-numbering)
10153 (allout-mode-deactivate-hook): Fix up obsolescence "date".
10154
49c5410a
SM
10155 * subr.el (read-char-choice): Only show the cursor after the prompt,
10156 not after the answer.
10157
047b2bb9
KR
101582011-03-15 Kevin Ryde <user42@zip.com.au>
10159
10160 * help-fns.el (variable-at-point): Skip leading quotes, if any
10161 (bug#8253).
10162
0a57d256
SM
101632011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
10164
10165 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
10166 warning message.
10167
77c992bc
MA
101682011-03-14 Michael Albinus <michael.albinus@gmx.de>
10169
10170 * shell.el (shell): When called interactively, offer to change the
10171 shell file name on remote hosts.
10172
eebc475d
TZ
101732011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
10174
10175 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
10176 integration for LDAP parameters. The host, base, user or binddn,
10177 and secret tokens can be specified in a netrc file, for instance.
10178 This is optional because an `auth-source' parameter must be
10179 specified in the search attributes.
10180
9d05d1ba
JB
101812011-03-13 Juanma Barranquero <lekktu@gmail.com>
10182
10183 * help.el (describe-mode): Link to the mode's definition (bug#8185).
10184
09d9db2c
GM
101852011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10186
10187 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
10188 into declaration. Remove redundant and harmful binding.
10189
101902011-03-12 Eli Zaretskii <eliz@gnu.org>
10191
10192 * files.el (file-ownership-preserved-p): Pass `integer' as an
10193 explicit 2nd argument to `file-attributes'. If the file's owner
10194 is the Administrators group on Windows, and the current user is
10195 Administrator, consider that a match.
10196
10197 * server.el (server-ensure-safe-dir): Consider server directory
10198 safe on MS-Windows if its owner is the Administrators group while
10199 the current Emacs user is Administrator. Use `=' to compare
10200 numerical UIDs, since they could be integers or floats.
10201
219bd536
JB
102022011-03-12 Juanma Barranquero <lekktu@gmail.com>
10203
10204 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
10205
f3afd36b
MA
102062011-03-12 Michael Albinus <michael.albinus@gmx.de>
10207
10208 Sync with Tramp 2.2.1.
10209
10210 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
10211
10212 * net/trampver.el: Update release number.
10213
3aaaa6f1
SM
102142011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10215
94642599
SM
10216 * progmodes/compile.el (compilation--previous-directory): Fix up
10217 various nil/dead-marker mismatches (bug#8014).
10218 (compilation-directory-properties, compilation-error-properties):
10219 Don't call it at a position past the one we're about to change.
10220
3aaaa6f1
SM
10221 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
10222 Disable obsolescence warnings in the file that declares it.
10223
14239447
KM
102242011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
10225
099c39a4
JB
10226 * allout-widgets.el (allout-widgets-tally):
10227 Initialize allout-widgets-tally as a hash table rather than nil to
10228 prevent mode-line redisplay warnings. Also, clarify the module
10229 description and fix a comment typo.
14239447 10230
135e287c
JB
102312011-03-11 Juanma Barranquero <lekktu@gmail.com>
10232
10233 * help-fns.el (describe-variable): Don't complete keywords.
10234 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
10235
ffbf300e
CY
102362011-03-10 Chong Yidong <cyd@stupidchicken.com>
10237
ba08b241
CY
10238 * emacs-lisp/package.el (package-version-join): Impose a standard
10239 string representation for pre/alpha/beta version lists.
10240 (package-unpack-single): Standardize the directory name by passing
10241 it through package-version-join.
10242 (package-strip-rcs-id): Accept any version string that does not
10243 signal an error in version-to-list.
ffbf300e 10244
f346fd6b
MA
102452011-03-10 Michael Albinus <michael.albinus@gmx.de>
10246
10247 * simple.el (delete-trailing-whitespace): Return nil for the
10248 benefit of `write-file-functions'.
10249
ccb55d27
GM
102502011-03-10 Glenn Morris <rgm@gnu.org>
10251
5ceaac0c
GM
10252 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
10253
02da65ff
GM
10254 * vc/vc-git.el (vc-git-program): New option.
10255 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
10256 (vc-git--call): Use it.
10257
b2f603cc
GM
10258 * eshell/esh-util.el (eshell-condition-case): Doc fix.
10259
5772caab
GM
10260 * cus-edit.el (Custom-newline): If no button at point, look
10261 for a subgroup button at start-of-line. (Bug#2298)
10262
ccb55d27
GM
10263 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
10264
ec6ecaed
JD
102652011-03-10 Julien Danjou <julien@danjou.info>
10266
10267 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
10268 `cursor-type' is nil.
10269
9d5aa01d
JB
102702011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
10271
10272 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
10273
b6a5875b
KM
102742011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
10275
10276 * allout.el Summary: Change so yank of distinctive-bullet items
10277 preserves the existing header prefix, rebulleting it if necessary,
10278 rather than replacing it. This is necessary for proper operation
10279 of cooperative addons like allout-widgets.
1154d12e
JB
10280 (allout-make-topic-prefix, allout-rebullet-heading):
10281 Change SOLICIT arg to INSTEAD, and interpret additionally a string
10282 value as alternate bullet to be used, instead of prompting the user
10283 for a bullet character.
b6a5875b 10284
ee545c35
MA
102852011-03-09 Michael Albinus <michael.albinus@gmx.de>
10286
d86d2721
SM
10287 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
10288 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
10289 `tramp-default-port'.
10290
c47971d7
DD
102912011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
10292
10293 * net/rcirc.el (rcirc-handler-001): Remove useless
10294 with-rcirc-process-buffer.
10295 (rcirc-check-auth-status): Swap arguments to string-match.
10296
13522cb4
GM
102972011-03-09 Glenn Morris <rgm@gnu.org>
10298
0be6f4f1
GM
10299 * shell.el (shell-mode):
10300 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
10301
13522cb4
GM
10302 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
10303 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
10304
515de2e3
CY
103052011-03-08 Chong Yidong <cyd@stupidchicken.com>
10306
10307 * emacs-lisp/package.el (package-refresh-contents)
10308 (package-menu-execute): Use condition-case-no-debug.
10309
b511b994
MA
103102011-03-08 Michael Albinus <michael.albinus@gmx.de>
10311
10312 * simple.el (shell-command-to-string): Use `process-file'.
10313
10314 * emacs-lisp/package.el (package-tar-file-info): Handle also
10315 remote files.
10316
d86d2721
SM
10317 * emacs-lisp/package-x.el (package-upload-buffer-internal):
10318 Use `equal' for upload base check.
b511b994 10319
25bbfb31
AM
103202011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
10321
10322 * textmodes/texinfo.el (texinfo-environments):
10323 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
10324
be996521
GM
103252011-03-08 Glenn Morris <rgm@gnu.org>
10326
e9c8529f
GM
10327 * cus-start.el (cursor-in-non-selected-windows):
10328 Fix :set quoting oddness. (Bug#8192)
10329
be996521
GM
10330 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
10331 in some setf expressions. (Bug#2159)
10332
2bb5649e
CY
103332011-03-08 Chong Yidong <cyd@stupidchicken.com>
10334
10335 * custom.el (custom-available-themes): Return themes in
10336 alphabetical order.
10337
33383987 10338See ChangeLog.15 for earlier changes.
e3d51b27
MR
10339
10340;; Local Variables:
10341;; coding: utf-8
e3d51b27
MR
10342;; End:
10343
acaf905b 10344 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
10345
10346 This file is part of GNU Emacs.
10347
10348 GNU Emacs is free software: you can redistribute it and/or modify
10349 it under the terms of the GNU General Public License as published by
10350 the Free Software Foundation, either version 3 of the License, or
10351 (at your option) any later version.
10352
10353 GNU Emacs is distributed in the hope that it will be useful,
10354 but WITHOUT ANY WARRANTY; without even the implied warranty of
10355 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10356 GNU General Public License for more details.
10357
10358 You should have received a copy of the GNU General Public License
10359 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.