Auto-commit of generated files.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
fce3fdeb
CY
12012-01-31 Chong Yidong <cyd@gnu.org>
2
3 * frame.el (set-frame-font): New arg ALL-FRAMES.
4
5 * menu-bar.el (menu-set-font): Use set-frame-font.
6
7 * faces.el (face-spec-reset-face): Don't apply unspecified
8 attribute values to the default face.
9
47893581
JB
102012-01-31 Juanma Barranquero <lekktu@gmail.com>
11
12 * progmodes/cwarn.el (cwarn): Remove dead link.
13 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
14 Remove * from defcustom docstrings.
15 (turn-on-cwarn-mode): Make obsolete.
16 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
17 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
18
e58e988a
GM
192012-01-31 Glenn Morris <rgm@gnu.org>
20
60dc2671 21 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 22 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 23 Allow named functions to be used as the cdr of :variable.
e58e988a 24
7a3f511d
GM
252012-01-30 Glenn Morris <rgm@gnu.org>
26
27 * emacs-lisp/authors.el (authors-fixed-entries):
28 Remove reference to deleted file rnewspost.el.
29
cb882333
JB
302012-01-29 Juanma Barranquero <lekktu@gmail.com>
31
32 * window.el (window-with-parameter): Remove unused variable `windows'.
33 (window--side-check): Remove unused variable `code'.
34 (window--resize-siblings): Remove unused variable `first'.
35 (adjust-window-trailing-edge): Remove unused variable `failed'.
36 (window-deletable-p, window--delete): Remove unused variable `buffer'.
37 Use `let', not `let*'.
38 (balance-windows-2): Remove unused variable `found'.
39 (window--state-put-2): Remove unused variable `splits'.
40 (window-state-put): Remove unused variable `selected'.
41 (same-window-p): Use `string-match-p'.
42 (display-buffer-assq-regexp): Remove unused variable `value'.
43 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
44 Mark argument ALIST as ignored.
45 (pop-to-buffer): Remove unused variable `old-window'.
46
907201af
EZ
472012-01-29 Eli Zaretskii <eliz@gnu.org>
48
49 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
50 and .lzma compressed files.
51
ea162670
CY
522012-01-29 Chong Yidong <cyd@gnu.org>
53
5b95ee8a
CY
54 * frame.el (window-system-default-frame-alist): Doc fix.
55
ea162670
CY
56 * dynamic-setting.el (font-setting-change-default-font): Don't
57 change the default face if SET-FONT argument is non-nil (Bug#9982).
58
d6e6f4b1
SB
592012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
60
61 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
62
0f29fa41 632012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
64
65 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
66 breakpoints in files outside current directory (Bug#6098).
67
db174434
CY
682012-01-29 Chong Yidong <cyd@gnu.org>
69
6b25e4e2
SE
70 * progmodes/python.el: Require ansi-color at top-level.
71
db174434
CY
72 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table): Define
73 and use in Emacs Lisp mode (Bug#9360).
74 (lisp-mode-abbrev-table): Add doc.
75 (lisp-mode-variables): Don't set local-abbrev-table.
76 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
77
e70ee681
RW
782012-01-28 Roland Winkler <winkler@gnu.org>
79
80 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
81
ace88aa2
RW
822012-01-28 Roland Winkler <winkler@gnu.org>
83
84 * textmodes/bibtex.el (bibtex-entry-alist): New function.
85 (bibtex-set-dialect): Use it. Either set global values of
86 dialect-dependent variables or bind these variables buffer-locally
87 (Bug#10254).
88 (bibtex-mode): Call bibtex-set-dialect via
89 hack-local-variables-hook.
90 (bibtex-dialect): Update docstring. Add
91 safe-local-variable predicate.
92 (bibtex-entry-alist, bibtex-field-alist): Initialize via
93 bibtex-set-dialect.
94 (bibtex-mode-map): Define menu for each dialect.
95 (bibtex-entry): Fix docstring.
96
93376c5b
CY
972012-01-28 Chong Yidong <cyd@gnu.org>
98
99 * eshell/esh-arg.el (eshell-quote-argument): New function.
100
101 * eshell/esh-ext.el (eshell-invoke-batch-file):
102 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
103 first arg to eshell-parse-command (Bug#10523).
104
4372494f
DA
1052012-01-28 Drew Adams <drew.adams@oracle.com>
106
107 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
108 `default-directory' is non-nil.
109
4d4ec1f8
EZ
1102012-01-28 Eli Zaretskii <eliz@gnu.org>
111
112 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
113 line that displays system-configuration-options. (Bug#9924)
114
7c188927
DA
1152012-01-28 Drew Adams <drew.adams@oracle.com>
116
117 * descr-text.el (describe-char): Show information about POS, in
118 addition to information about the character at POS. Improve and
119 update the doc string. Change "code point" to "code point in
120 charset", to avoid confusion with the character's Unicode code
121 point shown above that. (Bug#10129)
122
e0da685a
EZ
1232012-01-28 Eli Zaretskii <eliz@gnu.org>
124
125 * descr-text.el (describe-char): Show the raw character, not only
126 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
127 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
128 for the reasons.
129
70550acf
PH
1302012-01-28 Phil Hagelberg <phil@hagelb.org>
131
132 * emacs-lisp/package.el (package-install): Run
80ed5304 133 package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 134
0ce8e868
CY
1352012-01-28 Chong Yidong <cyd@gnu.org>
136
cb882333
JB
137 * emacs-lisp/package.el (package-maybe-load-descriptor):
138 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
139 (package-maybe-load-descriptor): Use it.
140 (package-download-transaction): Fully load required packages
141 inside the loop, so that `require' calls work (Bug#10593).
142 (package-install): No need to call package-initialize now.
143
2e7f3bea
CY
1442012-01-28 Chong Yidong <cyd@gnu.org>
145
6e9bad14
CY
146 * simple.el (deactivate-mark): Doc fix (Bug#8614).
147
f823b8ca
CY
148 * tooltip.el (tooltip-mode): Doc fix.
149 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
150
2680c309
CY
151 * frame.el (set-cursor-color): Doc fix (Bug#352).
152
d7a9e63b
CY
153 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
154 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
155
2e7f3bea
CY
156 * cus-edit.el (custom-buffer-create-internal): Fix search button
157 action (Bug#10542).
2ae01800 158 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 159
fc4f7a23
EW
1602012-01-27 Eduard Wiebe <usenet@pusto.de>
161
162 * dired.el (dired-mark-files-regexp):
163 Include any subdirectory components. (Bug#10445)
164
7dd37071
ML
1652012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
166
167 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
168 Handle [host]:port syntax. (Bug#10533)
169
a268160b
AH
1702012-01-27 Alex Harsanyi <harsanyi@mac.com>
171
172 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
173
e43273ef
GM
1742012-01-26 Glenn Morris <rgm@gnu.org>
175
176 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
177 * term.el (term-raw-escape-map): Use Control-X-prefix.
178 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
179
1edf595d
MR
1802012-01-25 Martin Rudalics <rudalics@gmx.at>
181
182 * window.el (window-state-get, window--state-get-1): Don't deal
183 with fixed-sizeness of windows. Simplify code.
184
fa8eafef
JC
1852012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
186
187 * window.el (window--state-get-1, window--state-put-2): Don't
188 save and restore the mark.
189
0b21c100
CY
1902012-01-25 Chong Yidong <cyd@gnu.org>
191
192 * custom.el (custom-variable-p): Doc fix.
193
5ae1a6c8
GM
1942012-01-25 Glenn Morris <rgm@gnu.org>
195
40047858
GM
196 * dired.el (dired-goto-file): Handle some of the more common
197 characters that `ls -b' escapes. (Bug#10596)
198
5ddce96c
GM
199 * progmodes/compile.el (compilation-next-error-function):
200 Respect compilation-first-column in the "*compilation*" buffer.
201 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
202
5ae1a6c8
GM
203 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
204
b559f1a9
GM
2052012-01-24 Glenn Morris <rgm@gnu.org>
206
207 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
208
6725d21a
JD
2092012-01-24 Julien Danjou <julien@danjou.info>
210
211 * color.el (color-rgb-to-hsl): Fix value computing.
212 (color-hue-to-rgb): New function.
213 (color-hsl-to-rgb): New function.
214 (color-clamp, color-saturate-hsl, color-saturate-name)
215 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
216 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
217
70df4bbe
GM
2182012-01-24 Glenn Morris <rgm@gnu.org>
219
220 * vc/vc-rcs.el (vc-rcs-create-tag):
221 * vc/vc-sccs.el (vc-sccs-create-tag):
222 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
223
802a2ae2
ML
2242012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
225
226 * eshell/esh-util.el (eshell-read-hosts-file):
227 Skip comment lines. (Bug#10549)
228
d7128bb1
ML
229 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
230
d1a5c3b4
JB
2312012-01-23 Juanma Barranquero <lekktu@gmail.com>
232
2724d9c7
JB
233 * subr.el (display-delayed-warnings): Doc fix.
234 (collapse-delayed-warnings): New function to collapse identical
235 adjacent warnings.
236 (delayed-warnings-hook): Add it.
d1a5c3b4 237
a5509865
MA
2382012-01-22 Michael Albinus <michael.albinus@gmx.de>
239
240 * net/tramp.el (tramp-action-login): Set connection property "login-as".
241
242 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
243 properties, when "login-as" is set.
244
245 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
246 (tramp-default-user-alist): Don't add "pscp".
247 (tramp-do-copy-or-rename-file-out-of-band): Use connection
248 property "login-as", if set. (Bug#10530)
249
cc6d5805
MA
2502012-01-21 Michael Albinus <michael.albinus@gmx.de>
251
252 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
253 "plink1" and "psftp". (Bug#10530)
254
2552012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
256
257 * international/mule-cmds.el (prefer-coding-system): Show a
258 warning message if the default value of file-name-coding-system
259 was not changed.
260
f0960428
JC
2612012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
262
cb882333
JB
263 * windmove.el (windmove-reference-loc):
264 Fix windmove-reference-loc miscalculation.
f0960428 265
dd6f2a63
JB
2662012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
267
268 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
269 default unit.
270
7b447e9b
GM
2712012-01-21 Glenn Morris <rgm@gnu.org>
272
117a9ea1
GM
273 * international/mule.el (auto-coding-alist): Add .tbz.
274
7b447e9b
GM
275 * files.el (local-enable-local-variables): Doc fix.
276 (inhibit-local-variables-regexps): Rename from
277 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
278 Doc fix. Add some extensions from auto-coding-alist.
279 (inhibit-local-variables-suffixes):
280 Rename from inhibit-first-line-modes-suffixes. Doc fix.
281 (inhibit-local-variables-p):
282 New function, extracted from set-auto-mode-1.
283 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
284 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
285 (hack-local-variables): Doc fix. Make the mode-only case
286 respect enable-local-variables and friends.
287 Respect inhibit-local-variables-regexps for file-locals, but
288 not for directory-locals.
289 (set-visited-file-name):
290 Take account of inhibit-local-variables-regexps.
291 Whether it applies may change as the file name is changed.
292 * jka-cmpr-hook.el (jka-compr-install):
293 * jka-compr.el (jka-compr-uninstall):
294 Update for inhibit-first-line-modes-suffixes name change.
295
dd6e3cdd
MR
2962012-01-20 Martin Rudalics <rudalics@gmx.at>
297
298 * help-macro.el (make-help-screen): Temporarily restore original
299 binding for minor-mode-map-alist (Bug#10454).
300
0d0deb38
JD
3012012-01-19 Julien Danjou <julien@danjou.info>
302
303 * color.el (color-name-to-rgb): Use the white color to find the max
304 color component value and return correctly computed values.
305 (color-name-to-rgb): Add missing float conversion for max value.
306
34a02f46
MR
3072012-01-19 Martin Rudalics <rudalics@gmx.at>
308
309 * window.el (window--state-get-1, window-state-get): Do not use
310 special state value for window-persistent-parameters. Rename
311 argument IGNORE to WRITABLE. Rewrite doc-string.
312 (window--state-put-2): Reset all window parameters to nil before
313 assigning values of persistent parameters.
314
606c44c4
AM
3152012-01-18 Alan Mackenzie <acm@muc.de>
316
317 Eliminate sluggishness and hangs in fontification of "semicolon
318 deserts".
319
cb882333
JB
320 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
321 Change value 10000 -> 3000.
606c44c4
AM
322 (c-state-safe-place): Reformulate so it doesn't stack up an
323 infinite number of wrong entries in c-state-nonlit-pos-cache.
324 (c-determine-limit-get-base, c-determine-limit): New functions to
325 determine backward search limits disregarding literals.
326 (c-find-decl-spots): Amend commenting.
327 (c-cheap-inside-bracelist-p): New function which detects "={".
328
329 * progmodes/cc-fonts.el
330 (c-make-font-lock-BO-decl-search-function): Give a limit to a
331 backward search.
332 (c-font-lock-declarations): Fix an occurrence of point being
333 undefined. Check additionally for point being in a bracelist or
334 near a macro invocation without a semicolon so as to avoid a
335 fruitless time consuming search for a declarator. Give a more
336 precise search limit for declarators using the new
337 c-determine-limit.
338
f3860cea
GM
3392012-01-18 Glenn Morris <rgm@gnu.org>
340
341 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
342 (set-auto-mode): Doc fixes.
343
1db03b16
GM
3442012-01-17 Glenn Morris <rgm@gnu.org>
345
0e6038be
GM
346 * isearch.el (search-nonincremental-instead): Fix doc typo.
347
1db03b16
GM
348 * dired.el (dired-insert-directory): Handle newlines in directory name.
349 (dired-build-subdir-alist): Unescape newlines in directory name.
350
4cb0aa75
MA
3512012-01-17 Michael Albinus <michael.albinus@gmx.de>
352
353 * net/tramp.el (tramp-local-end-of-line): New defcustom.
354 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
355 (tramp-action-terminal): Use it. (Bug#10530)
356
1d00653d
SM
3572012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
358
359 * minibuffer.el (completion--replace): Strip properties (bug#10062).
360
6a6ee00d
MR
3612012-01-16 Martin Rudalics <rudalics@gmx.at>
362
363 * window.el (window-state-ignored-parameters): Remove variable.
364 (window--state-get-1): Rename argument MARKERS to IGNORE.
365 Handle persistent window parameters. Make copy of clone-of
366 parameter only if requested. (Bug#10348)
367 (window--state-put-2): Install a window parameter only if it has
368 a non-nil value or an existing parameter shall be overwritten.
369
97912def
MA
3702012-01-15 Michael Albinus <michael.albinus@gmx.de>
371
372 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
373
688070a5
EZ
3742012-01-14 Eli Zaretskii <eliz@gnu.org>
375
376 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
377 don't pass the (nil) value of `upnode' to string-match.
378
301afadc
CY
3792012-01-14 Chong Yidong <cyd@gnu.org>
380
381 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 382 Fix values recognized by the cursorBlink resource.
301afadc 383
9e5788aa
PE
3842012-01-14 Paul Eggert <eggert@cs.ucla.edu>
385
386 * epg.el (epg--make-temp-file): Avoid permission race condition
387 when running on old Emacs versions (bug#10403).
388
3cdb7f5a
GM
3892012-01-14 Glenn Morris <rgm@gnu.org>
390
391 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
392
8c82b1b4
AM
3932012-01-13 Alan Mackenzie <acm@muc.de>
394
395 Fix filling for when filladapt mode is enabled.
396
397 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
398 c-mask-paragraph, pass in `fill-paragraph' rather than
399 `fill-region-as-paragraph'. (This is a reversion of a previous
400 change.)
401 * progmodes/cc-mode.el (c-basic-common-init): Make
402 fill-paragraph-handle-comment buffer local and set it to nil.
403
e517eda4
GM
4042012-01-13 Glenn Morris <rgm@gnu.org>
405
1498536e
GM
406 * dired.el (dired-switches-escape-p): New function.
407 (dired-insert-directory): Use dired-switches-escape-p.
408 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
409
e517eda4
GM
410 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
411
328f984d
GM
4122012-01-12 Glenn Morris <rgm@gnu.org>
413
414 * mail/sendmail.el (mail-mode): Update paragraph-separate for
415 changes in adaptive-fill-regexp. (Bug#10276)
416
2cc769a8
AM
4172012-01-11 Alan Mackenzie <acm@muc.de>
418
419 Fix Emacs bug #10463 - put `widen's around the critical spots.
420
1d00653d 421 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
422 widen around each invocation of c-state-pp-to-literal. Remove an
423 unused let variable.
424
e52c37fa
GM
4252012-01-11 Glenn Morris <rgm@gnu.org>
426
427 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 428 Doc fix.
e52c37fa 429
96f8741e
CY
4302012-01-10 Chong Yidong <cyd@gnu.org>
431
1d00653d
SM
432 * net/network-stream.el (network-stream-open-starttls):
433 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
434 response to the capability command.
435
b09a806e
GM
4362012-01-10 Glenn Morris <rgm@gnu.org>
437
438 * mail/unrmail.el (unrmail): Tweak previous change.
439
7655cb66
CY
4402012-01-09 Chong Yidong <cyd@gnu.org>
441
442 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
443
9d5a8f0b
AM
4442012-01-08 Alan Mackenzie <acm@muc.de>
445
446 Optimise font locking in long enum definitions.
447
448 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
449 arm to a cond form to handle enums.
450 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
451 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
452
9a0115ab 4532012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
454
455 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 456 (Bug#10401)
6bb72cbd 457
f186bb95
LMI
4582012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
459
29232a68
LMI
460 * faces.el (set-face-attribute): Clarify the meaning of the nil
461 frame (bug#10294).
462
4e5d086d
LMI
463 * subr.el (with-selected-frame): Mention that the selected frame
464 is restored (bug#9980).
465
8e66aebe
LMI
466 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
467 (bug#9759).
468
cd394be1 469 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
470 (password-read): Don't autoload unused function.
471
adf4e762
JB
4722012-01-07 Juanma Barranquero <lekktu@gmail.com>
473
474 * progmodes/which-func.el (which-func-mode): Turn into a
475 non-interactive function and mark as obsolete (bug#10428).
476
89bd9ccd
CY
4772012-01-06 Chong Yidong <cyd@gnu.org>
478
479 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
480 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
481 functions, along with 1 and -1.
482
4afee9d5
EZ
4832012-01-06 Eli Zaretskii <eliz@gnu.org>
484
485 * time.el (display-time-load-average)
486 (display-time-default-load-average): Doc fixes. See the thread
487 starting at
488 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
489 for the details.
490
536aea70
GM
4912012-01-06 Glenn Morris <rgm@gnu.org>
492
665ae865
GM
493 * mail/unrmail.el (unrmail): Give an explicit error if the input file
494 has no messages. (Bug#10377)
495
c869783d
GM
496 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
497 than Info-edit. (Bug#10385)
498
2bb4227e
GM
499 * time.el (display-time-load-average, display-time-next-load-average):
500 Doc fixes.
501
7d5944b9
GM
502 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
503 local setting of buffer-read-only to the input buffer. (Bug#10419)
504
536aea70
GM
505 * calendar/calendar.el (calendar-mode):
506 Locally set scroll-margin to 0. (Bug#10379)
507
7dccca16
UM
5082012-01-06 Ulrich Mueller <ulm@gentoo.org>
509
510 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
511
afbb7930
GM
5122012-01-05 Glenn Morris <rgm@gnu.org>
513
514 * eshell/em-unix.el (diff-no-select): Autoload it.
515 (eshell/diff): Use diff-no-select. (Bug#10420)
516
04482335
CY
5172012-01-05 Chong Yidong <cyd@gnu.org>
518
7baca3bc
CY
519 * shell.el (shell-dynamic-complete-functions): Revert last change.
520 (shell-command-completion-function): New function.
521 (shell-completion-vars): Use it to implement
522 shell-completion-execonly (Bug#10417).
523
04482335
CY
524 * custom.el (enable-theme): Don't set custom-safe-themes.
525
1d00653d
SM
526 * cus-theme.el (custom-theme-merge-theme):
527 Ignore custom-enabled-themes and custom-safe-themes.
04482335 528
bb5aa5d6
MM
5292012-01-05 Michael R. Mauger <mmaug@yahoo.com>
530
531 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
532 first prompt in `sql-interacive-mode'.
533 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 534 keywords.
bb5aa5d6
MM
535 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
536 (sql-product-interactive): Bug fix: Set `sql-buffer' in
537 context of original buffer. Invoke `sql-login-hook'.
538
a7183d7c
EZ
5392012-01-04 Eli Zaretskii <eliz@gnu.org>
540
541 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
542 letters in cite-prefix.
543
a1eacd1e
LMI
5442012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
545
546 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
547
787cdb34
CY
5482012-01-03 Chong Yidong <cyd@gnu.org>
549
1d00653d
SM
550 * shell.el (shell-dynamic-complete-functions):
551 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
552 comint-filename-completion first (Bug#10417).
553
30710442
RS
5542012-01-02 Richard Stallman <rms@gnu.org>
555
556 * battery.el (battery-status-function):
557 Detect when to use battery-yeeloong-sysfs.
558 (battery-echo-area-format): Add string for Yeeloong.
559 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
560 (battery-yeeloong-sysfs): New function.
561
f75bfc33
CY
5622012-01-02 Chong Yidong <cyd@gnu.org>
563
564 * dirtrack.el (dirtrack-list): Eliminate unused third element.
565 (dirtrack): Merge code for handling relative filenames in prompt
566 from shell-dir-cookie-watcher.
567 (dirtrack-debug-message): New arg to avoid excess format calls.
568
569 * shell.el (shell-dir-cookie-re): Variable deleted.
570 (shell-dir-cookie-watcher): Function deleted.
571 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
572 with dirtrack-mode.
573
651e947e
EZ
5742012-01-01 Eli Zaretskii <eliz@gnu.org>
575
1d00653d
SM
576 * term/w32-win.el (dynamic-library-alist) <gnutls>:
577 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
578 libgnutls-26.dll.
579
94d4c7dc
AS
5802011-12-31 Andreas Schwab <schwab@linux-m68k.org>
581
582 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
583
8d43f3cd
EZ
5842011-12-31 Eli Zaretskii <eliz@gnu.org>
585
586 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
587 headers of non-MIME messages, when rmail-enable-mime is non-nil.
588
98c8795a
MA
5892011-12-29 Michael Albinus <michael.albinus@gmx.de>
590
591 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
592 also for alternative shells.
593 (tramp-open-connection-setup-interactive-shell): Check, whether
594 the shell is a busybox.
595 (tramp-send-command): Don't suppress multiple prompts for
596 busyboxes, it hurts.
597
51281b32
CY
5982011-12-28 Chong Yidong <cyd@gnu.org>
599
600 * progmodes/gdb-mi.el (gdb-get-source-file-list)
601 (gdb-get-source-file): Move mode line update to
602 gdb-get-source-file (Bug#10087).
603
2170cb53
CY
6042011-12-25 Chong Yidong <cyd@gnu.org>
605
606 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
607 gud-gdb-marker-filter without taking it as an argument.
608 (gud-gdb-run-command-fetch-lines): Caller changed.
609 (gud-gdb-completion-function): New variable.
610 (gud-gdb-completion-at-point): Use it.
611 (gud-gdb-completions-1): Split from gud-gdb-completions.
612
613 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
614 function as separate arguments.
615 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
616 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
617 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
618 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
619 (gdb-stopped, def-gdb-auto-update-trigger)
620 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
621 (gdb-get-changed-registers, gdb-get-main-selected-frame):
622 Callers changed.
2170cb53
CY
623 (gud-gdbmi-completions): New function.
624 (gdb): Use it for generating the completion table.
625
be8b11bb
AM
6262011-12-24 Alan Mackenzie <acm@muc.de>
627
628 Introduce a mechanism to widen the region used in context font
1d00653d 629 locking. Use this to protect declarations from losing their contexts.
be8b11bb 630
1d00653d
SM
631 * progmodes/cc-langs.el (c-before-font-lock-functions):
632 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 633 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
634 functions to be run just before context (etc.) font locking.
635
636 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 637 New, functionality extracted from
be8b11bb 638 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 639 (c-in-after-change-fontification): New variable.
be8b11bb
AM
640 (c-after-change): Set c-in-after-change-fontification.
641 (c-set-fl-decl-start): Rejig its interface, so it can be called
642 from both after-change and context fontifying.
b81d40f0
JB
643 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
644 New functions.
645 (c-standard-font-lock-fontify-region-function): New variable.
646 (c-font-lock-fontify-region): New function.
be8b11bb 647
341cf6ac
JL
6482011-12-24 Juri Linkov <juri@jurta.org>
649
650 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
651 (Bug#10348)
652
bffcee0a
MA
6532011-12-23 Michael Albinus <michael.albinus@gmx.de>
654
655 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
656 existence of source file. (Bug#10325)
657
cb5e207c
AM
6582011-12-23 Alan Mackenzie <acm@muc.de>
659
660 Fix unstable fontification inside templates.
661
b81d40f0
JB
662 * progmodes/cc-langs.el (c-before-font-lock-functions):
663 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
664 additionally has c-set-fl-decl-start. The other languages (apart
665 from AWK) have that as a single entry.
666
b81d40f0
JB
667 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
668 The functionality for "local" declarations has been extracted to
cb5e207c
AM
669 c-set-fl-decl-start.
670
b81d40f0
JB
671 * progmodes/cc-mode.el (c-common-init, c-after-change):
672 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
673 (c-set-fl-decl-start): New function, extracted from
674 c-font-lock-enclosing-decls and enhanced.
675
60ff536c
JB
6762011-12-23 Juanma Barranquero <lekktu@gmail.com>
677
678 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
679
1c4757d6
JL
6802011-12-22 Juri Linkov <juri@jurta.org>
681
682 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
683
d031f2c7
CY
6842011-12-22 Chong Yidong <cyd@gnu.org>
685
686 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
687
bace743a
DA
6882011-12-21 Drew Adams <drew.adams@oracle.com>
689
690 * files.el (file-remote-p): Fix docstring. (Bug#10319)
691
728a1f2b
JC
6922011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
693
694 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
695
0d373f73
TZ
6962011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
697
fec0aaa4
TZ
698 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
699 highlighting and support. Fix up comments for capitalization.
700 (cfengine-mode-debug): New var.
701 (cfengine3-mode): Change the modeline indicator to "CFE3".
702 (cfengine3-font-lock-keywords): Improve defun highlighting.
703 (cfengine2-actions): Rename from `cfengine-actions'.
704 (cfengine2-font-lock-keywords): Rename from
705 `cfengine-font-lock-keywords'.
706 (cfengine2-imenu-expression): Rename from
707 `cfengine-imenu-expression'.
708 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
709 (cfengine2-beginning-of-defun): Rename from
710 `cfengine-beginning-of-defun'.
711 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
712 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
713 (cfengine2-mode): Rename from `cfengine-mode'. Change the
714 modeline indicator to "CFE2".
715 (cfengine-mode): Defalias to `cfengine-auto-mode'.
716 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 717
bc86f573
CY
7182011-12-21 Chong Yidong <cyd@gnu.org>
719
720 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
721 filename argument.
722
d45ba96b
MR
7232011-12-20 Martin Rudalics <rudalics@gmx.at>
724
725 * window.el (window-normalize-buffer-to-display): Remove.
726 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
727
a6198c90
CY
7282011-12-19 Chong Yidong <cyd@gnu.org>
729
730 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
731 Don't signal an error in a predicate function; return non-nil.
732 (vc-dir-mark-file): Move the error here.
733 (vc-dir-mark-unmark): If acting on the region, keep going if one
734 of the entries cannot be marked/unmarked.
735 (vc-dir-mark-all-files): If current entry is a directory, mark
736 only child files, as documented.
737
34c5fb55
VB
7382011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
739
740 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
741 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
742 addition.
743
c803b2b7
JD
7442011-12-18 Jan Djärv <jan.h.d@swipnet.se>
745
746 * term/ns-win.el (ns-get-selection-internal)
747 (ns-store-selection-internal): Declare.
1154d12e
JB
748 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
749 Declare as obsolete.
750 (ns-get-pasteboard, ns-paste-secondary):
751 Use ns-get-selection-internal.
752 (ns-set-pasteboard, ns-copy-including-secondary):
753 Use ns-store-selection-internal.
c803b2b7 754
9cff91f8 7552011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
756
757 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 758 (vc-deduce-fileset): Doc fix.
99a289d9 759
f16c898a
AS
7602011-12-16 Andreas Schwab <schwab@linux-m68k.org>
761
762 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
763
763237c4
SS
7642011-12-13 Sam Steingold <sds@gnu.org>
765
766 * man.el (Man-getpage-in-background): When running under a
767 window-system, ignore $MANWIDTH and $COLUMNS.
768
5fc1c122
KH
7692011-12-15 Kenichi Handa <handa@m17n.org>
770
771 * language/ethio-util.el: Change coding tag to utf-8-emacs.
772 (setup-ethiopic-environment-internal): Comment out key-binding for
773 ethio-toggle-punctuation.
774
13d49cbb
AM
7752011-12-13 Alan Mackenzie <acm@muc.de>
776
898169a2
AM
777 Add the switch statement to AWK Mode.
778
779 * progmodes/cc-awk (awk-font-lock-keywords): Add "switch", "case",
780 "default" to the keywords regexp.
781
782 * progmodes/cc-langs (c-label-kwds): Let AWK take the same
783 expression as the rest.
1d00653d
SM
784 (c-nonlabel-token-key): Allow string literals for AWK.
785 Refactor for the other modes.
898169a2 786
13d49cbb 787 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 788 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
789 routines. Limit backward searching in c-font-lock-enclosing.decl.
790
791 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
792 pp-state and literal type in addition to the limits.
1d00653d 793 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 794 (c-state-literal-at): Use the above new defun.
1d00653d
SM
795 (c-slow-in-literal, c-fast-in-literal): Remove.
796 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
797
798 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
799 being in a literal. Add a limit for backward searching.
800
801 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
802 c-slow-in-literal.
803
15e0efc7
SM
8042011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
805
806 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
807
454592a6
MR
8082011-12-13 Martin Rudalics <rudalics@gmx.at>
809
810 * window.el (delete-other-windows): Use correct frame in call to
811 window-with-parameter.
812
87393f26
DP
8132011-12-12 Daniel Pfeiffer <occitan@t-online.de>
814
815 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
816 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
817 (makefile-gmake-statements, makefile-makepp-statements):
818 Use it and add new makepp keywords.
819 (makefile-makepp-font-lock-keywords): Add new patterns.
820 (makefile-match-function-end): Match new [...] and [[...]].
821
11636b22
JB
8222011-12-11 Juanma Barranquero <lekktu@gmail.com>
823
824 * ses.el (ses-call-printer-return, ses-cell-property-get)
825 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
826 (ses-create-cell-variable, ses-reset-header-string)
827 (ses-cell-set-formula, ses-repair-cell-reference-all)
828 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
829 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
830 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
831 (ses-aset-with-undo, ses-load, ses-truncate-cell)
832 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
833 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
834 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
835 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
836 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
837 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
838 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
839 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
840
cf018193
VB
8412011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
842
843 * ses.el: The overall change is to add cell renaming, that is
844 setting fancy names for cell symbols other than name matching
845 "\\`[A-Z]+[0-9]+\\'" regexp .
846 (ses-create-cell-variable): New defun.
847 (ses-relocate-formula): Relocate formulas only for cells the
848 symbols of which are not renamed, i.e. symbols whose names do not
849 match regexp "\\`[A-Z]+[0-9]+\\'".
850 (ses-relocate-all): Relocate values only for cells the symbols of
851 which are not renamed.
852 (ses-load): Create cells variables as the (ses-cell ...) are read,
853 in order to check row col consistency with cell symbol name only
854 for cells that are not renamed.
855 (ses-replace-name-in-formula): New defun.
856 (ses-rename-cell): New defun.
857
ee957461
CY
8582011-12-11 Chong Yidong <cyd@gnu.org>
859
860 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
861 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
862
9a9e9ef0
MR
8632011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
864
865 * window.el (other-window): Fix docstring.
866
92a8eba5
EZ
8672011-12-10 Eli Zaretskii <eliz@gnu.org>
868
869 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
870 `from' or `to' address before taking its substring.
871 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
872 encoded name is chopped in the middle of the encoded string, and
873 thus displayed encoded.
874
e152e577
JB
8752011-12-10 Juanma Barranquero <lekktu@gmail.com>
876
877 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
878
e5d84bfe
EZ
8792011-12-10 Eli Zaretskii <eliz@gnu.org>
880
881 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
882 to use texinfo-update-node and commands that call it if the
883 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 884 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
885 (texinfo-all-menus-update, texinfo-master-menu)
886 (texinfo-update-node, texinfo-every-node-update)
887 (texinfo-multiple-files-update): Doc fix. Warn against updating
888 all the @node lines.
889 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
890 argument is numeric. Explain better in the doc string what the
891 function really does.
892 (texinfo-insert-master-menu-list): Improve the error message
893 displayed if there's no menu in the Top node.
894 (Bug#2975) See also this thread:
e5d84bfe
EZ
895 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
896
1d84e9bb
MG
8972011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
898
899 * speedbar.el (speedbar-supported-extension-expressions):
900 Add .adb and .ads, commonly used for Ada source code (bug#10256).
901
382c953b
JB
9022011-12-09 Juanma Barranquero <lekktu@gmail.com>
903
904 * printing.el (pr-mode-alist):
905 * simple.el (filter-buffer-substring-functions)
906 (completion-list-insert-choice-function):
907 * window.el (window-with-parameter, window-atom-root)
908 (window-sides-slots, window-size-fixed, window-min-delta)
909 (window-max-delta, window--resize-mini-window)
910 (window--resize-child-windows-normal, window-tree)
911 (delete-other-windows, quit-window, split-window)
912 (display-buffer-record-window, special-display-buffer-names)
913 (special-display-regexps, special-display-popup-frame)
914 (same-window-p, split-window-sensibly)
915 (display-buffer-overriding-action, display-buffer-alist)
916 (display-buffer-base-action, display-buffer, switch-to-buffer)
917 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
918 (fit-window-to-buffer, recenter-positions)
919 (mouse-autoselect-window-state, mouse-autoselect-window-select):
920 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
921 and remove unneeded backslashes in docstrings.
922
39c9faef
SM
9232011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
924
98449af8
SM
925 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
926
39c9faef
SM
927 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
928 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
929 end in ".mk".
930 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
931 when reading the makefile (bug#10116).
932
86ed9fdc
SM
9332011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
934
935 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
936 (bug#10116).
937
5580f89d
GM
9382011-12-06 Glenn Morris <rgm@gnu.org>
939
940 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
941
28d3917c
CY
9422011-12-06 Chong Yidong <cyd@gnu.org>
943
944 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
945
a98edce9
JB
9462011-12-06 Juanma Barranquero <lekktu@gmail.com>
947
948 * textmodes/table.el (table-shorten-cell): Fix typo.
949
e65adfac
CG
9502011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
951
952 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
953
71cc0b74
EZ
9542011-12-05 Eli Zaretskii <eliz@gnu.org>
955
956 * descr-text.el (describe-char): Fix display of strong
957 right-to-left characters and directional embeddings and overrides.
958
959 * simple.el (what-cursor-position): Fix display of codepoints of
960 strong right-to-left characters.
961
315bc30d
CY
9622011-12-05 Chong Yidong <cyd@gnu.org>
963
964 * faces.el (read-color): Doc fix.
965
58a70b94
GM
9662011-12-05 Glenn Morris <rgm@gnu.org>
967
968 * align.el (align--set-marker): Add doc-string.
969 Don't try to move something that is not a marker. (Bug#10216)
970
5158face
GM
9712011-12-04 Glenn Morris <rgm@gnu.org>
972
973 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
974 overly zealous deletion of trailing whitespace.
975
520fca41
JB
9762011-12-04 Juanma Barranquero <lekktu@gmail.com>
977
978 * server.el (server-delete-client): On Windows, do not try to delete
979 the only terminal.
980 (server-process-filter): On Windows, treat requests for a tty frame as
981 if they were for a GUI frame if the running server is in GUI mode.
982
5e605a2e
GM
9832011-12-03 Glenn Morris <rgm@gnu.org>
984
985 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
986
5c3fe83f
SM
9872011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
988
6f5e57e7
SM
989 * electric.el: Streamline electric-indent's hook.
990 (electric-indent-chars): Revert to simple list.
991 (electric-indent-functions): New var.
992 (electric-indent-post-self-insert-function): Use it.
993
5c3fe83f
SM
994 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
995 there's no inferior buffer (bug#10196).
996 (prolog-consult-compile): Don't use toggle-read-only.
997
6bdac736
MA
9982011-12-02 Michael Albinus <michael.albinus@gmx.de>
999
1000 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
1001 interrupt. (Bug#10187)
1002
6131ba7f
SM
10032011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
1004
99c79fee
SM
1005 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
1006 (bug#9160).
1007
6131ba7f
SM
1008 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
1009 (bug#10191).
1010
cb0a02ea
JL
10112011-12-02 Juri Linkov <juri@jurta.org>
1012
1013 * info.el (Info-search): Display "end of manual" when Isearch
1014 reaches the end of single-file Info manual. (Bug#9918)
1015
66e0570c
EZ
10162011-12-02 Eli Zaretskii <eliz@gnu.org>
1017
1018 * isearch.el (isearch-message-prefix): Run the input method part
1019 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
1020
02b16839
JL
10212011-12-02 Juri Linkov <juri@jurta.org>
1022
1023 * isearch.el (isearch-occur): Use `word-search-regexp' for
1024 `isearch-word'.
1025 (isearch-search-and-update): Add condition for `isearch-word' and
1026 call `word-search-regexp'. (Bug#10145)
1027
0b950688
GM
10282011-12-01 Glenn Morris <rgm@gnu.org>
1029
1030 * eshell/em-hist.el (eshell-hist-initialize):
1031 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 1032 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 1033
9505c3c7
SM
10342011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
1035
1036 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
1037
1bbe96b2 10382011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 1039
a1beca85
SM
1040 * progmodes/verilog-mode.el (verilog-pretty-expr):
1041 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
1042 verilog, such as += *= and the like.
1043 (verilog-assignment-operator-re): Regular expression to find the
1044 assigment operator in a verilog assignment.
1045 (verilog-assignment-operation-re): Regular expression to find an
1046 assignment statement for pretty-expr.
1047 (verilog-in-attribute-p): Query returns true if point is in an
1048 attribute context; used to skip these for expression line up from
1049 pretty-expr.
1050 (verilog-in-parameter-p): Query returns true if point is in an
1051 parameter definition context; used to skip these for expression
1052 line up from pretty-expr.
1053 (verilog-in-parenthesis-p): Query returns true if point is in a
1054 parenthetical expression, specifically ( ) but not [ ] or { };
1055 used by pretty-expr.
1056 (verilog-just-one-space): If there is no space, don't add one.
1057 (verilog-get-lineup-indent-2): Specifically skip just attribute
1058 contexts for expression lineup, rather than skipping all
1059 parenthetical expressions.
1060 (verilog-calculate-indent): Fix comment, and fix indent.
1061 (verilog-do-indent): Indent declarations in lists (suggested by
1062 Joachim Lechner).
1063 (verilog-mode-abbrev-table): Populate abbrev mode with the various
1064 skeleton items.
1065 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
1066 by Alain Mellan).
1067
1bbe96b2 10682011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
1069
1070 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
1071 parameters with embedded comments. Reported by Ray Stevens.
1072 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
1073 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
1074 Reported by Tim Holt.
1075 (verilog-auto): Fix AUTOing a upper module then AUTOing module
1076 instantiated by upper module causing wrong expansion until AUTOed a
1077 second time. Reported by K C Buckenmaier.
1078 (verilog-diff-auto): Fix showing .* as a difference when
1079 `verilog-auto-star-save' off. Reported by Dan Dever.
1080 (verilog-auto-reset, verilog-read-always-signals)
1081 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
1082 temporary signals in reset list if
1083 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
1084 style to each signal's assignment type, bug381.
1085 Reported by Thomas Esposito.
6288f0ca
WS
1086 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
1087 (verilog-uvm-statement-re): Support UVM indentation and
1088 highlighting, with old OVM keywords only.
a1beca85 1089 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
1090 Support AUTOTIEOFF creating non-wire data types.
1091 Suggested by Jonathan Greenlaw.
6288f0ca
WS
1092 (verilog-auto-insert-lisp, verilog-delete-to-paren)
1093 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
1094 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
1095 (verilog-read-sub-decls, verilog-read-sub-decls-line):
1096 Fix mismatching parenthesis inside commented out code when deleting
382c953b 1097 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
1098 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
1099 non-numeric vector width. Reported by Alex Reed.
1100 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 1101 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
1102 (verilog-auto-delete-trailing-whitespace):
1103 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
1104 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
1105 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
1106 Fix verilog-scan-cache corruption when running user AUTO expansion
1107 hooks that call indentation routines.
1108 (verilog-simplify-range-expression): Fix typo ignoring lower case
1109 identifiers.
1110 (verilog-delete-auto): Fix delete-autos to also remove user created
1111 automatics, as long as they start with AUTO.
1112 (verilog-batch-diff-auto, verilog-diff-auto)
1113 (verilog-diff-function): Add `verilog-diff-auto' and bind to
1114 "C-c?" to report differences in AUTO expansion, ignoring spaces.
1115 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
1116 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
1117 (verilog-re-search-forward-quick, verilog-syntax-ppss):
1118 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
1119 is disabled and its cache will get corrupt, causing AUTOS not to
1120 expand. Instead use only -quick functions.
1121 (verilog-scan-region): Fix scanning over escaped quotes.
1122 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
1123 (verilog-re-search-backward-quick)
1124 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
1125 related functions now ignore strings, to fix misparsing of strings
1126 with magic comments embedded in them.
a1beca85
SM
1127 (verilog-read-auto-template):
1128 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
1129 Reported by Brad Dobbie.
1130 (verilog-read-auto-template):
1131 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 1132 Reported by Brad Dobbie.
6288f0ca
WS
1133 (verilog-auto-inst, verilog-auto-inst-param)
1134 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
1135 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
1136 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
1137 debugging templates without merge conflicts, bug357.
1138 Reported by Brad Dobbie.
1139 (verilog-read-auto-template):
1140 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
1141 Reported by Brad Dobbie.
1142 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
1143 abbrevs so user won't be asked to save.
1144 (verilog-read-auto-lisp-present): Fix to start at beginning of
1145 buffer in case called outside of verilog-auto.
1146 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
1147 to "X-2". Reported by Matthew Myers.
1148 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
1149 all inputs from module templates. Reported by Leith Johnson.
1150 (verilog-module-inside-filename-p): Fix locating programs as with
1151 modules.
1152 (verilog-auto-inst-port): Fix vl-width expressions when using
1153 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
1154 (verilog-decls-get-regs, verilog-decls-get-signals,
1155 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
1156 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
1157 verilog-read-decls): Combine reg and wire structures into one var
1158 structure to represent SystemVerilog concepts.
1159 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
1160 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
1161 (verilog-auto-wire-type, verilog-insert-definition):
1162 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
1163 SystemVerilog "logic" keyword instead of "wire"/"reg".
1164 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
1165 to declares outputs that also have assignments (presumably in an
a1beca85
SM
1166 ifdef or generate if so there's not a driver conflict).
1167 Reported by Matthew Myers.
1168 (verilog-auto-declare-nettype, verilog-insert-definition):
1169 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
1170 `default_nettype none. Reported by Julian Gorfajn.
1171 (verilog-read-always-signals-recurse, verilog-read-decls)
1172 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
1173 malformed end statement, bug325. Reported by Joshua Wise and
1174 Andrew Drake.
1175 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
1176 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
1177 when expanding .* in interfaces, bug320.
1178 Reported by Pierre-David Pfister.
6288f0ca 1179 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
1180 name and open parenthesis, bug317.
1181 Reported by Pierre-David Pfister.
6288f0ca
WS
1182 (verilog-simplify-range-expression): Fix simplification of
1183 multiplications inside AUTOWIRE connections, bug303.
1184 (verilog-auto-inst-port): Support parameter expansion in
1185 multidimensional arrays.
1186 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
1187 after "assert property". Reported by Julian Gorfajn.
1188 (verilog-simplify-range-expression): Fix "couldn't merge" errors
1189 with multiplication, bug303.
1190 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
1191 Reported by Jan Frode Lonnum.
1192
1bbe96b2
GM
11932011-11-30 Juanma Barranquero <lekktu@gmail.com>
1194
1195 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
1196 (hfy-shell-file-name, hfy-shell):
1197 * international/fontset.el (x-decompose-font-name): Fix typos.
1198
11992011-11-29 Ken Brown <kbrown@cornell.edu>
1200
1201 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
1202 (gdb-version): Remove defvar.
1203 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
1204 (gdb-gud-context-command, gdb-non-stop-handler)
1205 (gdb-current-context-command, gdb-stopped): Use it.
1206 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
1207 (gdb-non-stop-handler): Don't enable pretty-printing here.
1208 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
1209 non-stop mode. Use the following.
1210 (gdb-check-target-async): New defun.
1211 (gud-watch, gdb-stopped): Fix whitespace.
1212 (gdb-get-source-file): Don't try to display the source file if
1213 `gdb-main-file' is nil.
1214
12152011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
1216
1217 * align.el: Try to generate fewer markers (bug#10047).
1218 (align--set-marker): New macro.
1219 (align-region): Use it.
1220
c935221f
SM
12212011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
1222
1223 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
1224
e70b5064
CY
12252011-11-29 Chong Yidong <cyd@gnu.org>
1226
1227 * indent.el (indent-for-tab-command, indent-according-to-mode):
1228 Doc fix.
1229 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
1230
f3af92b7
MA
12312011-11-29 Michael Albinus <michael.albinus@gmx.de>
1232
1233 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
1234 aware of remote file names. (Bug#10124)
1235
ed472be9
CY
12362011-11-29 Chong Yidong <cyd@gnu.org>
1237
1238 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
1239
24510c22
SM
12402011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
1241
1242 * files.el (find-file): Don't use force-same-window (bug#10144).
1243 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
1244 use pop-to-buffer if the selected window can't be used.
1245 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
1246
c60c3703
EZ
12472011-11-28 Eli Zaretskii <eliz@gnu.org>
1248
1249 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
1250 special-mode-map.
1251
e95def75
CY
12522011-11-28 Chong Yidong <cyd@gnu.org>
1253
1254 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
1255
c3f1c606
NR
12562011-11-27 Nick Roberts <nickrob@snap.net.nz>
1257
1258 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
1259 gdb-get-source-file-list on gdb-create-source-file-list.
1260
00db469c
EZ
12612011-11-26 Eli Zaretskii <eliz@gnu.org>
1262
1263 * whitespace.el (whitespace-newline): Use a different foreground
1264 color for 16-color light-background displays.
1265
4ad3bc2a
CY
12662011-11-24 Chong Yidong <cyd@gnu.org>
1267
1268 * window.el (display-buffer--special-action): Doc fix.
1269
e9fce1ac
JB
12702011-11-25 Juanma Barranquero <lekktu@gmail.com>
1271
1272 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
1273 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
1274 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
1275 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
1276 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
1277 (avl-tree-stack-first):
1278 * emacs-lisp/cconv.el (cconv--analyse-use):
1279 * net/gnutls.el (gnutls-negotiate): Fix typos.
1280
cb825e5d
GM
12812011-11-24 Glenn Morris <rgm@gnu.org>
1282
3adbe224
GM
1283 * lpr.el (lpr-windows-system, lpr-lp-system):
1284 * mail/binhex.el (binhex-begin-line):
1285 * progmodes/grep.el (grep-history, grep-find-history):
1286 * textmodes/flyspell.el:
1287 * vc/pcvs-defs.el (cvs-global-menu):
1288 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
1289 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
1290 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
1291
321decc8
GM
1292 * net/tls.el: Fix case of "GnuTLS".
1293
420b63ad
GM
1294 * paths.el (rmail-file-name): Format doc-string for make-docfile.
1295
cb825e5d
GM
1296 * version.el (emacs-build-system): Give it a doc-string.
1297
a0649f08
JL
12982011-11-24 Juri Linkov <juri@jurta.org>
1299
1300 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
1301
c0bc0fd4
GM
13022011-11-24 Glenn Morris <rgm@gnu.org>
1303
1304 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
1305 if called on a non-mime message just toggle the headers. (Bug#8006)
1306
20db1522
JB
13072011-11-24 Juanma Barranquero <lekktu@gmail.com>
1308
1309 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
1310 (allout-lead-with-comment-string, allout-structure-deleted-hook)
1311 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
1312 (allout-rebullet-heading, allout-open-sibtopic)
1313 (allout-toggle-current-subtree-encryption)
1314 (allout-toggle-subtree-encryption, allout-encrypt-string)
1315 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
1316 (allout-distinctive-bullets-string, allout-auto-activation):
1317 * window.el (window-normalize-buffer-to-display):
1318 * progmodes/verilog-mode.el (verilog-batch-indent):
1319 * textmodes/bibtex.el (bibtex-field-braces-opt)
1320 (bibtex-field-strings-opt):
1321 * vc/cvs-status.el (cvs-tree-merge):
1322 Fix typos.
1323
7262a87c
MA
13242011-11-23 Michael Albinus <michael.albinus@gmx.de>
1325
1326 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
1327 `non-essential' to t, in order to avoid remote connections.
1328
283430a1
EZ
13292011-11-23 Eli Zaretskii <eliz@gnu.org>
1330
a1beca85
SM
1331 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1332 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
1333 case-insensitively.
1334
d2992a38
ML
13352011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
1336
1337 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
1338
50419064
GM
13392011-11-23 Glenn Morris <rgm@gnu.org>
1340
da94eca1
GM
1341 * paths.el (rmail-file-name): Reformat the doc-string so that it
1342 is picked up.
1343
9aac4de2
GM
1344 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
1345 (rmail-auto-file): Ignore case in the "special" field names,
1346 as mail-fetch-field does for all others.
1347
8038d2d2
GM
1348 * mail/rmail.el (rmail-forward):
1349 * mail/rmailkwd.el (rmail-set-label):
1350 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
1351 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
1352
f3fe222a
GM
1353 * mail/rmail.el (rmail-current-message): Doc fix.
1354
50419064
GM
1355 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
1356
28109f49
SM
13572011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1358
1359 * server.el (server-eval-and-print): Allow C-g (bug#6585).
1360
394c65f1
GM
13612011-11-22 Glenn Morris <rgm@gnu.org>
1362
1363 * mail/rmailmm.el (test-rmail-mime-handler)
1364 (test-rmail-mime-bulk-handler)
1365 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
1366
f2a0aa3a
JL
13672011-11-21 Juri Linkov <juri@jurta.org>
1368
1154d12e
JB
1369 * calc/calc.el (calc-read-key-sequence):
1370 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 1371
9c34a344
LMI
13722011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1373
1374 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
1375 Tell the caller that the next line needs recomputation, even
1376 though it doesn't start a sexp (bug#10094).
1377
f04a3be9
SM
13782011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1379
1380 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
1381
7978747f
SM
13822011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1383
f04a3be9
SM
1384 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
1385 Use force-same-window.
7978747f 1386
fe7a3057
JB
13872011-11-20 Juanma Barranquero <lekktu@gmail.com>
1388
1389 * descr-text.el (describe-char-unicode-data):
1390 * json.el (json-string-escape):
1391 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
1392 (Footnote-unicode, Footnote-style-p):
1393 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
1394
24901d61
CY
13952011-11-20 Chong Yidong <cyd@gnu.org>
1396
1397 * window.el (replace-buffer-in-windows): Restore interactive spec.
1398
bac7ff22
SM
13992011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1400
24f3d7b9
SM
1401 * electric.el (electric-indent-mode): Fix last change (too optimistic).
1402
bac7ff22
SM
1403 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
1404 (byte-compile-global-not-obsolete-vars): New var.
1405 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
1406 Use it.
1407 (byte-compile-warn-obsolete): Align text with the one in *Help*.
1408
cd1181db
JB
14092011-11-20 Juanma Barranquero <lekktu@gmail.com>
1410
1411 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
1412 * progmodes/pascal.el (electric-pascal-equal):
1413 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
1414 * xml.el (xml-substitute-special): Fix typos.
1415
7fb18e9e
GM
14162011-11-20 Glenn Morris <rgm@gnu.org>
1417
1418 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
1419 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
1420 Doc fixes.
1421 (rmail-decode-mime-charset): Mark as obsolete.
1422
1423 * mail/rmailsum.el (rmail-message-regexp-p-1):
1424 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
1425 Before using mime functions, check they are set. (Bug#10077)
1426
d5a6b3ba
JL
14272011-11-19 Juri Linkov <juri@jurta.org>
1428
1429 * info.el (Info-finder-find-node): Use `package--builtins' instead
1430 of `package-alist'. Use node names formed by the pattern "Keyword "
1431 and the keyword name.
1432
e981b61f
AS
14332011-11-19 Andreas Schwab <schwab@linux-m68k.org>
1434
1d00653d 1435 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 1436
3ffbc301
JL
14372011-11-19 Juri Linkov <juri@jurta.org>
1438
1439 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
1440 that calls `revert-buffer' on all Info buffers. (Bug#9915)
1441 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
1442 `old-history', `old-history-forward'. Add let-binding
1443 `window-selected'. Remove calls to `kill-buffer',
1444 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
1445 before calling `Info-find-node', so `Info-find-node-2' will reread
1446 the Info file. Restore window positions only when `window-selected'
1447 is non-nil.
1448
30c62133
JL
14492011-11-19 Juri Linkov <juri@jurta.org>
1450
1451 * isearch.el (isearch-lazy-highlight-new-loop):
1452 Remove condition `(not isearch-error)'. (Bug#9918)
1453
1454 * misearch.el (multi-isearch-search-fun): Add condition
1455 `(not bound)' to ignore lazy-highlighting search.
1456 Add the search-failed message "end of multi" when the end of
1457 multi-sequence is reached. Uncapitalize the search-failed
1458 message "Repeat for next buffer".
1459
1460 * info.el (Info-search): Add the search-failed message
1461 "end of the manual" when the end of the manual is reached
1462 in Isearch mode.
1463
645ca9cf
JL
14642011-11-19 Juri Linkov <juri@jurta.org>
1465
1466 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
1467 Use non-destructive `remove' instead of `delete' because
1468 `Info-history-list' stored to `Info-isearch-initial-history-list' in
1469 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
1470
df754f66
JL
14712011-11-19 Juri Linkov <juri@jurta.org>
1472
1473 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
1474 to nil instead of binding `search-ring' and `regexp-search-ring'.
1475 (Bug#9185)
1476
0e23d96a
EZ
14772011-11-19 Eli Zaretskii <eliz@gnu.org>
1478
1479 * simple.el (line-move): Force movement by logical lines for any
1480 hscrolled window, not only when auto-hscroll-mode is on.
1481 (line-move-visual): Update doc string to that effect. (Bug#10076)
1482
8a6ccb66
AS
14832011-11-19 Andreas Schwab <schwab@linux-m68k.org>
1484
1485 * language/european.el (macintosh): Define as alias for mac-roman.
1486
49ae5b39
EZ
14872011-11-19 Eli Zaretskii <eliz@gnu.org>
1488
1489 * mail/rmailmm.el (rmail-mime-display-header)
1490 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
1491 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
1492 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
1493 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
1494 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
1495 of a raw aref.
1496 (rmail-mime-entity-segment): To get past the tagline, move forward
1497 2 more lines, to account for the 2 empty lines that precede and
1498 follow the line with the buttons.
1499 (rmail-mime-update-tagline): Move one more line, to get past the
1500 empty line that follows the buttons in the tagline. (Bug#9520)
1501
c56cad4a
MR
15022011-11-19 Martin Rudalics <rudalics@gmx.at>
1503
1504 * window.el (window-max-delta-1, window-min-delta-1)
1505 (window-min-size-1, window-state-get-1, window-state-put-1)
1506 (window-state-put-2): Use "window--" prefix.
1507
cbe71af3
SM
15082011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1509
2ad52c60
SM
1510 * emacs-lisp/smie.el: Improve warnings and conflict detection.
1511 (smie-warning-count): New var.
1512 (smie-set-prec2tab): Use it.
1513 (smie-bnf->prec2): Improve warnings. Add docstring.
1514 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
1515 (smie-bnf--set-class): New function.
1516 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
1517 corner case.
1518
6944dbc1
SM
1519 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
1520 (compilation-error-properties, compilation-move-to-column):
1521 Handle compilation-first-column while in the target buffer.
1522
c400c4d7
SM
1523 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
1524 Don't hardcode point-min==1.
1525
6dbe3e96
SM
1526 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
1527 (eshell-rewrite-for-command): Remove workaround.
1528 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
1529 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
1530 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
1531
cbe71af3
SM
1532 * files-x.el (modify-file-local-variable): Obey commenting conventions.
1533
a8e1496d
GM
15342011-11-17 Glenn Morris <rgm@gnu.org>
1535
1536 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1537 Ignore buffer-local generated-autoload-file if it is the same
1538 as the global value. (Bug#10049)
1539
df85d315
JB
15402011-11-17 Juanma Barranquero <lekktu@gmail.com>
1541
1542 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
1543 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
1544 (reftex-toc-previous-heading, reftex-toc-max-level)
1545 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
1546 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
1547 (reftex-toc-do-promote, reftex-toc-promote-prepare)
1548 (reftex-toc-promote-action, reftex-toc-extract-section-number)
1549 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
1550 (reftex-toc-rename-label, reftex-toc-visit-location)
1551 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
1552 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
1553 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
1554 leaving "*toc*" only for references to the buffer.
1555
a0c2d0ae
MR
15562011-11-17 Martin Rudalics <rudalics@gmx.at>
1557
1558 * window.el (window-resize, delete-window, split-window):
1559 Replace window-splits by window-combination-resize.
1d00653d 1560 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 1561
35c0bac8
GM
15622011-11-17 Glenn Morris <rgm@gnu.org>
1563
1564 * progmodes/sh-script.el (sh-font-lock-keywords-var):
1565 Make bash entry derive from sh entry, not shell entry.
1566
d0c8fc8a
MA
15672011-11-16 Michael Albinus <michael.albinus@gmx.de>
1568
d0c8fc8a
MA
1569 * net/tramp-cache.el (tramp-flush-file-property): Flush also
1570 properties of linked files. (Bug#9879)
1571
7262a87c
MA
1572 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
1573 local file name.
1574
7877f373
JB
15752011-11-16 Juanma Barranquero <lekktu@gmail.com>
1576
1577 * menu-bar.el (menu-bar-file-menu):
1578 * printing.el (pr-ps-utility):
1579 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
1580 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
1581 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
1582 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
1583 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
1584 (icalendar--convert-cyclic-to-ical)
1585 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
1586 (icalendar--convert-ical-to-diary)
1587 (icalendar--convert-recurring-to-diary)
1588 (icalendar--convert-non-recurring-all-day-to-diary)
1589 (icalendar-import-format-sample):
1590 * progmodes/idlw-shell.el (idlwave-shell-mode):
1591 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
1592 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
1593 (vhdl-ps-print-init): Fix typos.
1594
10649b82
KM
15952011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
1596
9d0cfcd6
GM
1597 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
1598 FSF and collapse date sequence, obscure author/maintainer email address
1599 better, remove extra version line, track relocation of author's webpage.
10649b82 1600
9d0cfcd6
GM
1601 * progmodes/python.el (python-pdbtrack-input-prompt)
1602 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
1603 regular python pdb prompts. Adjustments shamelessly taken exactly as
1604 suggested in EmacsWiki page (tiny change):
1605 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 1606
58179cce
JB
16072011-11-16 Juanma Barranquero <lekktu@gmail.com>
1608
1609 * expand.el (expand-pos, expand-index, expand-point):
1610 Remove redundant info from docstring.
1611 (expand-add-abbrevs): Doc fix.
1612 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
1613 (expand-sample-perl-mode-expand-list): Fix typos.
1614
1615 * net/dbus.el (dbus-event-member-name):
1616 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
1617 * term/pc-win.el (msdos-create-frame-with-faces):
1618 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
1619
b6f67890
MR
16202011-11-16 Martin Rudalics <rudalics@gmx.at>
1621
1622 * window.el (split-window, window-state-get-1)
1623 (window-state-put-1, window-state-put-2): Rename occurrences of
1624 window-nest to window-combination-limit.
1d00653d 1625 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 1626
ce7ddba0
CY
16272011-11-16 Chong Yidong <cyd@gnu.org>
1628
1629 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
1630 regexp (Bug#10033).
1631
3ae704f4
SM
16322011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1633
1634 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
1635 `completing-read' will remove *Completions* and will preserve
1636 current-buffer for us.
1637 (tmm-add-prompt): Users of *Completions* will always (re)set its
1638 major mode.
1639 (tmm-old-comp-map): Remove.
1640
6ad1cdde
GM
16412011-11-16 Glenn Morris <rgm@gnu.org>
1642
1643 * mail/rmailedit.el: Require rmailmm when compiling.
1644 (rmail-old-mime-state): New declaration.
1645 (rmail-edit-current-message): If editing a mime message,
1646 edit the "raw" message from the mbox buffer.
1647 (rmail-cease-edit): Handle mime messages. (Bug#9840)
1648
d20faa20
GM
16492011-11-15 Glenn Morris <rgm@gnu.org>
1650
1651 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
1652 which wasn't being used. Add optional arg to force given state.
1653 (rmail-mime): Add optional arg to force given state.
1654
c7015153
JB
16552011-11-15 Juanma Barranquero <lekktu@gmail.com>
1656
1657 * allout.el (allout-encryption-plaintext-sanitization-regexps):
1658 * frame.el (display-mm-dimensions-alist):
1659 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
1660 (outline-move-subtree-down):
1661 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
1662 (newsticker--treeview-do-get-node):
1663 * net/quickurl.el (quickurl-list-buffer-name):
1664 * progmodes/dcl-mode.el (dcl-mode):
1665 * progmodes/gdb-mi.el (gdb-mapcar*):
1666 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
1667
45261b50
GM
16682011-11-15 Glenn Morris <rgm@gnu.org>
1669
1670 * mail/rmail.el (rmail-file-coding-system): It's only ever used
1671 in a boolean sense, so just make it a boolean, and fix the doc.
1672 (rmail-show-mime-function, rmail-mime-feature)
1673 (rmail-require-mime-maybe): Doc fixes.
1674 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
1675
1676 * mail/rmailmm.el (rmail-show-mime): Doc fix.
1677
0d26e0b6
JB
16782011-11-15 Juanma Barranquero <lekktu@gmail.com>
1679
1680 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
1681 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
1682 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
1683 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
1684
447f30f6
GM
16852011-11-15 Glenn Morris <rgm@gnu.org>
1686
672b871d
GM
1687 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
1688 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
1689 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
1690 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
1691 (rmail-mime, rmail-show-mime): Doc fixes.
1692
f6aa5bb1
GM
1693 * term/ns-win.el (mode-line-frame-identification):
1694 Leave it alone. (Bug#10051)
1695
947cd66b
GM
1696 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
1697
447f30f6
GM
1698 * mail/rmailout.el (rmail-output-to-rmail-buffer):
1699 Handle empty buffers. (Bug#9978)
1700
0b381c7e
JB
17012011-11-14 Juanma Barranquero <lekktu@gmail.com>
1702
1703 * international/mule.el (define-charset):
1704 * mail/rmailmm.el (rmail-mime-find-header-encoding):
1705 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
1706 * progmodes/verilog-mode.el (verilog-backward-token):
1707 * textmodes/ispell.el (lookup-words):
1708 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
1709
71e027ac
GM
17102011-11-14 Glenn Morris <rgm@gnu.org>
1711
56632ce4
GM
1712 * progmodes/executable.el
1713 (executable-make-buffer-file-executable-if-script-p):
1714 Handle file-modes returning nil.
1715
40500957
GM
1716 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
1717 message - not necessary, and causes problems. (Bug#9831)
1718
071c2340
GM
1719 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
1720
d3cfca60
GM
1721 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
1722
71e027ac
GM
1723 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
1724 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
1725 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
1726
89d61221
MR
17272011-11-12 Martin Rudalics <rudalics@gmx.at>
1728
1729 * window.el (window-resize, delete-window): Use window-splits
1730 variable instead of function.
1731 (window-state-get-1, window-state-put-2, window-state-put):
1732 Don't deal with windows' splits status.
1733
98282f6f
GM
17342011-11-12 Glenn Morris <rgm@gnu.org>
1735
1736 * apropos.el (apropos-do-all, apropos-library, apropos-value)
1737 (apropos-documentation): Doc fixes.
1738
40a8bdf6
JB
17392011-11-11 Juanma Barranquero <lekktu@gmail.com>
1740
1741 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
1742 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
1743
65bd19ff
SM
17442011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1745
1746 * electric.el (electric-indent-post-self-insert-function): Make it
1747 possible for a char to only indent in some circumstances.
1748 (electric-indent-mode): Simplify.
1749
54f9154c
MR
17502011-11-11 Martin Rudalics <rudalics@gmx.at>
1751
1752 * window.el (windows-with-parameter): Remove unused function.
1753 (windows-at-side): Rename to window-at-side-list.
1754 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
1755 (window-side-check, window-size-ignore, window-size-fixed-1)
1756 (window-in-direction-2): Prefix with "window--".
1757 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 1758
68cbc58b
GM
17592011-11-11 Glenn Morris <rgm@gnu.org>
1760
1761 * subr.el (eval-after-load): If FILE is already loaded,
1762 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
1763
b2621720
GM
17642011-11-10 Glenn Morris <rgm@gnu.org>
1765
9a4de110
GM
1766 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
1767 Call svn via vc-svn-command rather than vc-do-command.
1768 (vc-svn-command): Add --non-interactive. (Bug#9993)
1769 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
1770
b2621720
GM
1771 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
1772 Add toggle-read-only. (Bug#7292)
1773 * files.el (toggle-read-only): Mention that it should only
1774 be used interactively. (Bug#10006)
1775
1dce7193
SM
17762011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1777
d9ac1a1e
SM
1778 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1779 Adjust regexp for OCaml warnings.
1780
0c325082
SM
1781 * electric.el (electric-pair-post-self-insert-function): Let user
1782 turn it off buffer-locally (bug#9932).
1783
90132c14
SM
1784 * progmodes/python.el (python-beginning-of-statement):
1785 Rewrite (bug#2703).
1786
1dce7193
SM
1787 * progmodes/compile.el: Better handle TABs (bug#9749).
1788 (compilation-internal-error-properties)
1789 (compilation-next-error-function): Obey the target buffer's
1790 compilation-error-screen-columns.
1791
c4e7c63a
JB
17922011-11-09 Juanma Barranquero <lekktu@gmail.com>
1793
1794 * progmodes/meta-mode.el: Remove obsolete comments.
1795 (meta-right-comment-regexp, meta-ignore-comment-regexp):
1796 Fix typos in docstrings.
1797
2cffd681
MR
17982011-11-09 Martin Rudalics <rudalics@gmx.at>
1799
1800 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 1801 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
1802 (window--resizable): New function. Make all callers of
1803 window-resizable call window--resizable instead.
1804 (window-resizable): Rewrite in terms of window--resizable.
1805
0edcba87
GM
18062011-11-08 Glenn Morris <rgm@gnu.org>
1807
1808 * progmodes/delphi.el (delphi-mode-syntax-table):
1809 Let define-derived-mode define a proper syntax table. (Bug#9994)
1810
4b0d61e3
SM
18112011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1812
1813 * window.el: Stay away from defsubst.
1814 (window-list-no-nils): Remove.
1815 (window-state-get-1, window-state-get): Use backquote instead.
1816
cd394be1 18172011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 1818
4b0d61e3 1819 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 1820 Fix incorrect use of default argument in `completing-read'.
1821
e1c2c6f2
MR
18222011-11-08 Martin Rudalics <rudalics@gmx.at>
1823
1824 * window.el (display-buffer-function, special-display-function):
1825 Mention display-buffer-record-window but do not mention
1826 help-setup parameter in doc-strings.
b3f4a882 1827 (window-min-delta): Fix doc-string typo.
e1c2c6f2 1828
105216ed
CY
18292011-11-08 Chong Yidong <cyd@gnu.org>
1830
1831 * window.el (window-total-height, window-total-width): Doc fix.
1832 (window-body-size): Move from C.
1833 (window-body-height, window-body-width): Move to C.
1834
0a9f9ab5
SM
18352011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1836
1837 * window.el: Make special-display like display-buffer-alist (bug#9532).
1838 (display-buffer--special-action): New function, morphed
1839 from display-buffer--special.
1840 (display-buffer): Use it to handle special-display-buffers at higher
1841 priority (just after display-buffer-alist).
1842 (display-buffer-fallback-action, display-buffer--other-frame-action)
1843 (pop-to-buffer-same-window): Remove display-buffer--special.
1844
a769dd15
GM
18452011-11-07 Glenn Morris <rgm@gnu.org>
1846
1847 * calendar/cal-menu.el (cal-menu-set-date-title):
1848 Do nothing if not in a calendar. (Bug#9976)
1849
05a61ee3
SM
18502011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
1851
1852 * files.el (find-file): Always use selected-window.
1853
be7f5545
MR
18542011-11-07 Martin Rudalics <rudalics@gmx.at>
1855
1856 * window.el (window-combinations): Make WINDOW argument
1857 mandatory. Rewrite doc-string.
1858 (walk-window-subtree, window-atom-check, window-min-delta)
1859 (window-max-delta, window--resize-this-window)
1860 (window--resize-root-window-vertically, window-tree)
1861 (balance-windows, window-state-put): Rewrite doc-strings as to
1862 not mention the term "subwindow".
1863 (window--resize-subwindows-skip-p): Rename to
1864 window--resize-child-windows-skip-p.
1865 (window--resize-subwindows-normal): Rename to
1866 window--resize-child-windows-normal.
1867 (window--resize-subwindows): Rename to
1868 window--resize-child-windows.
1869 (window-or-subwindow-p): Rename to window--in-subtree-p.
1870
3c6702ef
ML
18712011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
1872
1873 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
1874 Ensure that mbox format messages end in two newlines (Bug#9974).
1875
49745b39
CY
18762011-11-06 Chong Yidong <cyd@gnu.org>
1877
1878 * window.el (window-combination-p): Function deleted; its
1879 side-effect is not used in any existing code.
1880 (window-combinations, window-combined-p): Call window-*-child
1881 directly.
1882
24300f5f
CY
18832011-11-05 Chong Yidong <cyd@gnu.org>
1884
1885 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
1886 (window-size-ignore, window-state-get): Callers changed.
1887 (window-normalize-window): Rename from window-normalize-any-window.
1888 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 1889 (window-normalize-live-window): Delete.
447f16b8
CY
1890 (window-combination-p, window-combined-p, window-combinations)
1891 (walk-window-subtree, window-atom-root, window-min-size)
1892 (window-sizable, window-sizable-p, window-size-fixed-p)
1893 (window-min-delta, window-max-delta, window-resizable)
1894 (window-resizable-p, window-full-height-p, window-full-width-p)
1895 (window-current-scroll-bars, window-point-1, set-window-point-1)
1896 (window-at-side-p, window-in-direction, window-resize)
1897 (adjust-window-trailing-edge, maximize-window, minimize-window)
1898 (window-deletable-p, delete-window, delete-other-windows)
1899 (record-window-buffer, unrecord-window-buffer)
1900 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
1901 (quit-window, split-window, window-state-put)
1902 (set-window-text-height, fit-window-to-buffer)
1903 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 1904
89bd5ee1
EZ
19052011-11-04 Eli Zaretskii <eliz@gnu.org>
1906
53479029
EZ
1907 * mail/rmail.el (rmail-simplified-subject): Decode subject with
1908 rfc2047-decode-string.
1909 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
1910 warnings.
1911
89bd5ee1
EZ
1912 * window.el (window-body-height, window-body-width): Mention in
1913 the doc string that the return values are in frame's canonical
1914 units. (Bug#9949)
1915
bd17fdee
AM
19162011-11-03 Alan Mackenzie <acm@muc.de>
1917
1918 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
1919 change in cc-engine.el.
1920
acc825c5
SM
19212011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
1922
1923 * window.el (switch-to-buffer): Use `force-same-window' interactively.
1924
1885e5b8
MR
19252011-11-02 Martin Rudalics <rudalics@gmx.at>
1926
1927 * window.el (quit-window): Call unrecord-window-buffer after
1928 showing another buffer in the window. (Bug#9937)
acc825c5 1929 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 1930
ebe06da9
JB
19312011-11-02 Juanma Barranquero <lekktu@gmail.com>
1932
1933 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
1934 Accept status with more than 9 shelves. (Bug#9935)
1935 Reported by Colin D Bennett <colin@gibibit.com>.
1936
4ee88440
MR
19372011-11-01 Martin Rudalics <rudalics@gmx.at>
1938
1939 * help.el (with-help-window): Don't reference
1940 temp-buffer-show-specifiers in doc-string.
1941
08e1d82c
AS
19422011-10-31 Andreas Schwab <schwab@linux-m68k.org>
1943
1944 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
1945 menu-item.
1946
84bd6e9e
VJL
19472011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1948
1949 * whitespace.el: New version 13.2.2.
1950 (whitespace-newline-mode): Disable properly. Reported by Sarah
1951 <EmacsWiki>.
1952
dba0634a
UJ
19532011-10-30 Ulf Jasper <ulf.jasper@web.de>
1954
1955 * net/newst-treeview.el: Remove "Time-stamp".
1956 (newsticker--group-manage-orphan-feeds): Do not call
1957 newsticker--treeview-tree-update.
db22a3c2
JB
1958 (newsticker-treeview-update, newsticker-treeview):
1959 Call newsticker--treeview-tree-update if necessary.
dba0634a 1960
3d8daefe
MR
19612011-10-30 Martin Rudalics <rudalics@gmx.at>
1962
1963 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
1964 (window-iso-combinations): Remove "iso-" infix.
1965 Suggested by Chong Yidong.
3d8daefe
MR
1966 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
1967 (window-max-delta-1, window-resize, window--resize-siblings)
1968 (window--resize-this-window, adjust-window-trailing-edge)
1969 (split-window, balance-windows-1)
1970 (shrink-window-if-larger-than-buffer):
1971 * calendar/calendar.el (calendar-generate-window):
db22a3c2 1972 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 1973
1bc4c3ae
SM
19742011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1975
1976 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
1977 in place (bug#9907).
1978 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
1979 (eshell-rewrite-if-command, eshell-rewrite-for-command)
1980 (eshell-structure-basic-command, eshell-rewrite-while-command)
1981 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
1982 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
1983 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
1984 (eshell-do-pipelines-synchronously, eshell-eval-command):
1985 Use backquotes and prefer setq to set.
1986 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
1987 (eshell-macrop): Use functionp.
c1e2f5fa 1988 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 1989
30b65d9c
CY
19902011-10-30 Chong Yidong <cyd@gnu.org>
1991
1992 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
1993 instead of set-mark (Bug#9810).
1994
2d197ffb
CY
19952011-10-30 Chong Yidong <cyd@gnu.org>
1996
1997 * window.el (split-window-below, split-window-right): Rename from
1998 split-window-above-each-other and split-window-side-by-side
1999 respectively. All callers changed.
2000 (split-window-sensibly, split-window-sensibly): Use them.
2001 (split-window-keep-point): Doc fix.
2002
2003 * isearch.el: Add isearch-scroll property to split-window-below
2004 and split-window-right.
2005
2006 * follow.el (follow-mode):
2007 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
2008 * progmodes/ada-xref.el (ada-gdb-application):
2009 * emulation/vip.el (vip-buffer-in-two-windows):
2010 * image-dired.el (image-dired-dired-with-window-configuration):
2011 * dired-x.el (dired-do-find-marked-files):
2012 * dired.el (dired-pop-to-buffer):
2013 * bs.el (bs--show-with-configuration):
2014 * vc/emerge.el (emerge-setup-windows):
2015 * textmodes/two-column.el (2C-two-columns):
2016 * textmodes/reftex-toc.el (reftex-toc):
2017 * progmodes/gdb-mi.el (gdb-setup-windows):
2018 * progmodes/fortran.el (fortran-window-create):
2019 * net/newst-treeview.el (newsticker--treeview-window-init):
2020 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
2021 * emulation/tpu-edt.el (tpu-gold-map):
2022 * emulation/crisp.el (crisp-mode-map):
2023 * calendar/calendar.el (calendar-basic-setup): Callers changed.
2024
38bb2ca8
CY
20252011-10-29 Chong Yidong <cyd@gnu.org>
2026
aa4de341
CY
2027 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
2028
e1eb5385
CY
2029 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
2030
5d2ece3c
CY
2031 * textmodes/flyspell.el (flyspell-word): Fix char offset for
2032 forged Ispell output (Bug#7904).
2033
38bb2ca8
CY
2034 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
2035
d0af9f77
SM
20362011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2037
2038 * doc-view.el: Avoid ugly errors about not finding nil.
2039 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
2040 (doc-view-dvipdf-program, doc-view-unoconv-program)
2041 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
2042 Avoid nil or absolute file name as default value.
2043 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
2044
52bedd34
AM
20452011-10-28 Alan Mackenzie <acm@muc.de>
2046
db22a3c2 2047 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 2048
7e43cfa5
AM
20492011-10-28 Alan Mackenzie <acm@muc.de>
2050
2051 Amend the handling of c-beginning/end-of-defun in nested declaration
2052 scopes.
2053
52bedd34
AM
2054 * progmodes/cc-vars.el (c-defun-tactic): Move here from
2055 cc-langs.el. Change it to a defcustom.
7e43cfa5 2056
52bedd34
AM
2057 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
2058 cc-vars.el.
7e43cfa5 2059
d0af9f77
SM
2060 * progmodes/cc-engine.el (c-beginning-of-statement-1):
2061 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 2062
52bedd34 2063 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 2064 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
2065 (c-widen-to-enclosing-decl-scope): New function.
2066 (c-while-widening-to-decl-block): New macro.
2067 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
2068 outward for defun boundaries, and correspondingly change symbol
2069 `respect-enclosure' to `go-outward'.
2070 (c-declaration-limits): Change algorithm to report only the "innermost"
2071 defun's boundaries.
2072
1a2ce9ee
DD
20732011-10-28 Deniz Dogan <deniz@dogan.se>
2074
2075 * net/rcirc.el (rcirc-mode): Use hard newlines.
2076
bc97a826
AM
20772011-10-28 Alan Mackenzie <acm@muc.de>
2078
2079 Amend to indent and fontify macros "which include their own semicolon"
2080 correctly, using the "virtual semicolon" mechanism.
2081
52bedd34 2082 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 2083
d0af9f77 2084 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 2085 Recode to scan one line at a time rather than having \n and \r
58179cce 2086 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 2087 (c-forward-label): Amend for virtual semicolons.
58179cce 2088 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 2089
52bedd34
AM
2090 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
2091 of the new C macros.
bc97a826 2092
52bedd34 2093 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
2094 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
2095 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
2096 (c-opt-cpp-macro-define): Make into a full language variable.
2097 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
2098 AWK Mode (including \n, \r) removed, no longer needed.
2099
d0af9f77
SM
2100 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
2101 Invoke c-make-macro-with-semi-re.
bc97a826 2102
52bedd34
AM
2103 * progmodes/cc-vars.el (c-macro-with-semi-re):
2104 (c-macro-names-with-semicolon): New variables.
58179cce 2105 (c-make-macro-with-semi-re): New function.
bc97a826 2106
7a6c0941
SM
21072011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2108
2109 * vc/log-edit.el: Fill empty field rather than adding new one.
2110 (log-edit-add-field): New function.
2111 (log-edit-insert-changelog): Use it.
2112
b0c4cdcf
ML
21132011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
2114
2115 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
2116
ee1f1da9
SM
21172011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2118
2119 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
2120 (gdb--check-interpreter): New function.
2121 (gdb): Use it.
2122
51bc5f8b
GM
21232011-10-27 Glenn Morris <rgm@gnu.org>
2124
416a2c45
GM
2125 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
2126 (least-positive-float, least-negative-float)
2127 (least-positive-normalized-float, least-negative-normalized-float)
2128 (float-epsilon, float-negative-epsilon):
2129 Remove unnecessary declarations.
2130
2131 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
2132 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
2133 (least-positive-float, least-negative-float)
2134 (least-positive-normalized-float, least-negative-normalized-float)
2135 (float-epsilon, float-negative-epsilon): Add doc-strings,
2136 based on those in cl.texi.
2137
51bc5f8b
GM
2138 * files.el (set-visited-file-name): If the major-mode changed,
2139 reload the local variables. (Bug#9796)
2140
15de15c6
CY
21412011-10-27 Chong Yidong <cyd@gnu.org>
2142
2143 * subr.el (change-major-mode-after-body-hook): New hook.
2144 (run-mode-hooks): Run it.
2145
ee1f1da9
SM
2146 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2147 Use change-major-mode-before-body-hook.
15de15c6
CY
2148
2149 * simple.el (fundamental-mode):
2150 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
2151 change introducing fundamental-mode-hook.
2152
5430d399
JB
21532011-10-26 Juanma Barranquero <lekktu@gmail.com>
2154
acc825c5 2155 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 2156
ad74a69e
MA
21572011-10-26 Michael Albinus <michael.albinus@gmx.de>
2158
2159 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 2160 tramp.el explicitly. (Bug#7583)
ad74a69e 2161
71d4c2a5
SM
21622011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
2163
2164 * progmodes/octave-mod.el:
2165 * progmodes/octave-inf.el: Update maintainer.
2166
b1f6fa26
CY
21672011-10-26 Chong Yidong <cyd@gnu.org>
2168
2169 * subr.el (with-wrapper-hook): Rewrite doc.
2170
3f04efd6
MA
21712011-10-25 Michael Albinus <michael.albinus@gmx.de>
2172
2173 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 2174 filenames "/method:foo:". (Bug#9793)
3f04efd6 2175
410488d3
SM
21762011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2177
2178 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
2179 (bug#9865).
2180
c1ebb47e
GM
21812011-10-24 Glenn Morris <rgm@gnu.org>
2182
2183 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
2184
7f5c46c7
MA
21852011-10-24 Michael Albinus <michael.albinus@gmx.de>
2186
2187 * notifications.el: Add the requirement of a running D-Bus session
2188 bus to the Commentary.
2189
db2440b6
JL
21902011-10-24 Juri Linkov <juri@jurta.org>
2191
2192 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
2193 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
2194 (Bug#9364)
2195
feecf435
JL
21962011-10-24 Juri Linkov <juri@jurta.org>
2197
2198 * info.el (Info-following-node-name-re): Add newline to the list
2199 of allowed characters for leading space. (Bug#9824)
2200
a3839de2
SM
22012011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2202
acc825c5
SM
2203 * progmodes/octave-inf.el (inferior-octave-mode-map):
2204 Fix C-c C-h binding.
a3839de2
SM
2205 * progmodes/octave-mod.el (octave-help): Remove.
2206
09388e76
MA
22072011-10-23 Michael Albinus <michael.albinus@gmx.de>
2208
2209 Sync with Tramp 2.2.3.
2210
2211 * net/tramp-cache.el (top): Pacify byte-compiler using
2212 `init-file-user' and `site-run-file'.
2213
2214 * net/trampver.el: Update release number.
2215
86c60681
CY
22162011-10-23 Chong Yidong <cyd@gnu.org>
2217
2218 * files.el (toggle-read-only): Remove obsolete comment about
2219 version control.
2220
2221 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
2222 for toggle-read-only. Note that this hasn't called vc-next-action
2223 since 2008-05-02, though it wasn't documented at the time.
2224
a3839de2
SM
2225 * vc/ediff-init.el (ediff-toggle-read-only-function):
2226 Use toggle-read-only.
86c60681 2227
cd5495ff
AM
22282011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
2229
2230 Fix bug #9560, sporadic wrong indentation; improve instrumentation
2231 of c-parse-state.
2232
00b77525 2233 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 2234 correct faulty logical expression.
cd5495ff
AM
2235 (c-parse-state-state, c-record-parse-state-state):
2236 (c-replay-parse-state-state): New defvar/defuns.
2237 (c-debug-parse-state): Use new functions.
2238
42ee24ed
MR
22392011-10-22 Martin Rudalics <rudalics@gmx.at>
2240
2241 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 2242 last fix. Use window-in-direction correctly.
42ee24ed 2243
a7dee7e7
CY
22442011-10-21 Chong Yidong <cyd@gnu.org>
2245
2246 * progmodes/idlwave.el (idlwave-mode):
2247 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
2248 require-final-newline; that's done in prog-mode.
2249 Suggested by Stefan Monnier.
a7dee7e7 2250
e07b9a6d
MR
22512011-10-21 Martin Rudalics <rudalics@gmx.at>
2252
2253 * mouse.el (mouse-drag-window-above)
2254 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
2255 (mouse-drag-mode-line-1, mouse-drag-header-line)
2256 (mouse-drag-vertical-line-rightward-window): Remove.
2257 (mouse-drag-line): New function.
2258 (mouse-drag-mode-line, mouse-drag-header-line)
2259 (mouse-drag-vertical-line): Call mouse-drag-line.
2260 * window.el (window-at-side-p, windows-at-side): New functions.
2261
7e1361d9
UM
22622011-10-21 Ulrich Mueller <ulm@gentoo.org>
2263
2264 * tar-mode.el (tar-grind-file-mode):
2265 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
2266
30fcaf3a
CY
22672011-10-21 Chong Yidong <cyd@gnu.org>
2268
2269 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
2270 * progmodes/vera-mode.el (vera-mode):
2271 Use mode-require-final-newline.
30fcaf3a 2272
516eddb0
GM
22732011-10-20 Glenn Morris <rgm@gnu.org>
2274
db22a3c2 2275 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 2276
10d5f513
CS
22772011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
2278
2279 * emulation/cua-base.el (cua-set-mark): Fix case of string.
2280
ac6c8639
CY
22812011-10-20 Chong Yidong <cyd@gnu.org>
2282
2283 * emulation/cua-base.el (cua-mode):
2284 * mail/footnote.el (footnote-mode):
2285 * mail/mailabbrev.el (mail-abbrevs-mode):
2286 * net/xesam.el (xesam-minor-mode):
2287 * progmodes/bug-reference.el (bug-reference-mode):
2288 * progmodes/cap-words.el (capitalized-words-mode):
2289 * progmodes/compile.el (compilation-minor-mode)
2290 (compilation-shell-minor-mode):
2291 * progmodes/gud.el (gud-tooltip-mode):
2292 * progmodes/hideif.el (hide-ifdef-mode):
2293 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
2294 * progmodes/subword.el (subword-mode):
2295 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
2296 * progmodes/which-func.el (which-function-mode):
2297 * term/tvi970.el (tvi970-set-keypad-mode):
2298 * term/vt100.el (vt100-wide-mode):
2299 * textmodes/flyspell.el (flyspell-mode):
2300 * textmodes/ispell.el (ispell-minor-mode):
2301 * textmodes/nroff-mode.el (nroff-electric-mode):
2302 * textmodes/paragraphs.el (use-hard-newlines):
2303 * textmodes/refill.el (refill-mode):
2304 * textmodes/reftex.el (reftex-mode):
2305 * textmodes/rst.el (rst-minor-mode):
2306 * textmodes/sgml-mode.el (html-autoview-mode)
2307 (sgml-electric-tag-pair-mode):
2308 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
2309 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
2310 * emulation/crisp.el (crisp-mode):
2311 * emacs-lisp/eldoc.el (eldoc-mode):
2312 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
2313 minor mode behavior.
2314
aa42ab43
JL
23152011-10-19 Juri Linkov <juri@jurta.org>
2316
2317 * descr-text.el (describe-char): Add #x2010 and #x2011 to
2318 the list of hard-coded chars with escape-glyph face.
2319
89400f1d
SM
23202011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2321
2322 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
2323
305c07f6
MA
23242011-10-19 Michael Albinus <michael.albinus@gmx.de>
2325
2326 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
2327 running process.
2328
13754b54
GM
23292011-10-19 Glenn Morris <rgm@gnu.org>
2330
2331 * vc/vc-bzr.el (vc-bzr-after-dir-status):
2332 Ignore ignored files. (Bug#9726)
2333
06e21633
CY
23342011-10-19 Chong Yidong <cyd@gnu.org>
2335
2336 Doc fix for minor modes, stating that an omitted argument enables
2337 the mode unconditionally when called from Lisp.
2338
2339 * abbrev.el (abbrev-mode):
2340 * allout.el (allout-mode):
2341 * autoinsert.el (auto-insert-mode):
2342 * autoarg.el (autoarg-mode, autoarg-kp-mode):
2343 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
2344 (global-auto-revert-mode):
2345 * battery.el (display-battery-mode):
2346 * composite.el (global-auto-composition-mode)
2347 (auto-composition-mode):
2348 * delsel.el (delete-selection-mode):
2349 * desktop.el (desktop-save-mode):
2350 * dired-x.el (dired-omit-mode):
2351 * dirtrack.el (dirtrack-mode):
2352 * doc-view.el (doc-view-minor-mode):
2353 * double.el (double-mode):
2354 * electric.el (electric-indent-mode, electric-pair-mode):
2355 * emacs-lock.el (emacs-lock-mode):
2356 * epa-hook.el (auto-encryption-mode):
2357 * follow.el (follow-mode):
2358 * font-core.el (font-lock-mode):
2359 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
2360 * help.el (temp-buffer-resize-mode):
2361 * hilit-chg.el (highlight-changes-mode)
2362 (highlight-changes-visible-mode):
2363 * hi-lock.el (hi-lock-mode):
2364 * hl-line.el (hl-line-mode, global-hl-line-mode):
2365 * icomplete.el (icomplete-mode):
2366 * ido.el (ido-everywhere):
2367 * image-file.el (auto-image-file-mode):
2368 * image-mode.el (image-minor-mode):
2369 * iswitchb.el (iswitchb-mode):
2370 * jka-cmpr-hook.el (auto-compression-mode):
2371 * linum.el (linum-mode):
2372 * longlines.el (longlines-mode):
2373 * master.el (master-mode):
2374 * mb-depth.el (minibuffer-depth-indicate-mode):
2375 * menu-bar.el (menu-bar-mode):
2376 * minibuf-eldef.el (minibuffer-electric-default-mode):
2377 * mouse-sel.el (mouse-sel-mode):
2378 * msb.el (msb-mode):
2379 * mwheel.el (mouse-wheel-mode):
2380 * outline.el (outline-minor-mode):
2381 * paren.el (show-paren-mode):
2382 * recentf.el (recentf-mode):
2383 * reveal.el (reveal-mode, global-reveal-mode):
2384 * rfn-eshadow.el (file-name-shadow-mode):
2385 * ruler-mode.el (ruler-mode):
2386 * savehist.el (savehist-mode):
2387 * scroll-all.el (scroll-all-mode):
2388 * scroll-bar.el (scroll-bar-mode):
2389 * server.el (server-mode):
2390 * shell.el (shell-dirtrack-mode):
2391 * simple.el (auto-fill-mode, transient-mark-mode)
2392 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
2393 (line-number-mode, column-number-mode, size-indication-mode)
2394 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
2395 * strokes.el (strokes-mode):
2396 * time.el (display-time-mode):
2397 * t-mouse.el (gpm-mouse-mode):
2398 * tool-bar.el (tool-bar-mode):
2399 * tooltip.el (tooltip-mode):
2400 * type-break.el (type-break-mode-line-message-mode)
2401 (type-break-query-mode):
2402 * view.el (view-mode):
2403 * whitespace.el (whitespace-mode, whitespace-newline-mode)
2404 (global-whitespace-mode, global-whitespace-newline-mode):
2405 * xt-mouse.el (xterm-mouse-mode): Doc fix.
2406
a3839de2
SM
2407 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2408 Fix autogenerated docstring.
06e21633 2409
5214e501
JL
24102011-10-19 Juri Linkov <juri@jurta.org>
2411
2412 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
2413 by checking environment variables "DESKTOP_SESSION" and
2414 "XDG_CURRENT_DESKTOP". (Bug#9779)
2415
195f8db9
JL
24162011-10-19 Juri Linkov <juri@jurta.org>
2417
2418 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
2419 (browse-url-chromium-program, browse-url-chromium-arguments):
2420 New defcustoms.
2421 (browse-url-default-browser): Check for `browse-url-chromium' and
2422 call `browse-url-chromium-program'.
2423 (browse-url-chromium): New command. (Bug#9779)
2424
343a34ff
JB
24252011-10-18 Juanma Barranquero <lekktu@gmail.com>
2426
2427 * facemenu.el (list-colors-duplicates): On Windows, detect more
2428 duplicates by assuming that only colors matching "^System" are
2429 special "system colors". (Bug#9722)
2430
6978a151
SM
24312011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2432
2433 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
2434 to distinguish the author from the committer.
2435
6a80b297
MA
24362011-10-18 Michael Albinus <michael.albinus@gmx.de>
2437
2438 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
2439
b31a5677
JK
24402011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
2441
2442 * international/mule.el (sgml-html-meta-auto-coding-function):
2443 Add support for detecting encoding in HTML5 specified only as
2444 <meta charset="UTF-8">. Implementation just makes http-equiv and
2445 content-type parts from HTML4 encoding string optional. (Bug#9716)
2446
80c6d77f
GM
24472011-10-18 Glenn Morris <rgm@gnu.org>
2448
2449 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
2450
08b0fee8
CY
24512011-10-18 Chong Yidong <cyd@gnu.org>
2452
2453 * faces.el (cursor): Doc fix.
2454
67e729a5
CY
24552011-10-17 Chong Yidong <cyd@gnu.org>
2456
2457 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
2458
343a34ff 24592011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
2460
2461 * dirtrack.el (dirtrack): Support shell buffers with path
2462 prefixes, e.g. tramp-based remote shells. (Bug#9647)
2463
0bc06380
TZ
24642011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
2465
2466 * json.el: Bump version to 1.3 and note change in History.
2467 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
2468
8b79f3e0
SM
24692011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2470
5a7c536b
SM
2471 * comint.el (comint-insert-input, comint-send-input)
2472 (comint-get-old-input-default, comint-backward-matching-input)
2473 (comint-next-prompt): Use nil instead of `input' for field property of
2474 past user input (bug#114).
2475
96a8a0df
SM
2476 * minibuffer.el (completion--replace): Inherit surrounding properties
2477 (bug#114).
2478 (minibuffer-complete-and-exit): Use it.
2479
8b79f3e0
SM
2480 * comint.el (comint--table-subvert): Quote the all-completions output
2481 (bug#9160).
2482
b8f7ff0d
MR
24832011-10-17 Martin Rudalics <rudalics@gmx.at>
2484
8b79f3e0 2485 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 2486
b8f7ff0d 2487 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 2488 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
2489 entries and separate them from frame entries.
2490
c235b555
GM
24912011-10-15 Glenn Morris <rgm@gnu.org>
2492
2493 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
2494 Doc fixes.
2495
6bbfa6e1
CY
24962011-10-15 Chong Yidong <cyd@stupidchicken.com>
2497
8b79f3e0
SM
2498 * net/network-stream.el (network-stream-open-starttls):
2499 Improve detection of failure due to lack of TLS support.
ec5c990d 2500
6bbfa6e1
CY
2501 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
2502 putting the input text in front and in bold.
2503
98488977
SM
25042011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
2505
3d1337be
SM
2506 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
2507
ee0b45e4
SM
2508 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
2509 empty buffer.
2510
98488977
SM
2511 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
2512 unread-command-events rather than pushing yet-another event.
2513
186f4720
EZ
25142011-10-14 Eli Zaretskii <eliz@gnu.org>
2515
2516 * mail/sendmail.el (sendmail-query-once): Improve the wording of
2517 the explanation of the possible choices. Make the options passed
2518 to completing-read shorter.
2519
8b7a997c
AM
25202011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2521
2522 * textmodes/flyspell.el (flyspell-large-region): Make sure
2523 extended character mode is used if defined (Bug#1339).
2524
12587bbb
EZ
25252011-10-13 Eli Zaretskii <eliz@gnu.org>
2526
2527 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
2528 character info for LRE, LRO, RLE, and RLO characters by appending
2529 an invisible PDF.
12587bbb 2530
bad41229
SM
25312011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
2532
2533 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
2534 even in case of error; add debug spec; simplify data flow.
2535 (with-timeout-handler): Remove.
2536
28dbc92f
MA
25372011-10-12 Michael Albinus <michael.albinus@gmx.de>
2538
2539 Fix Bug#6019, Bug#9315.
2540
2541 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
2542 complete `buffer-file-name', the local file name part could look
2543 remotely (for example on VMS).
2544
2545 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
2546 `tramp-run-real-handler'.
2547 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
2548 already quoted by '"'.
2549
2550 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
2551 Let `file-name-handler-alist' be nil, the local file name part
2552 could look remotely (for example on VMS).
2553
e1b0b23a
SM
25542011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2555
2556 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
2557 from here...
2558 (flyspell-post-command-hook): ...to here.
2559
a120bde9
SM
25602011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2561
2562 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
2563 if not needed.
2564 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
2565 using completion. Protect against "slow" callers.
2566 Remove the "message hack".
2567
7ce7717b
JL
25682011-10-11 Juri Linkov <juri@jurta.org>
2569
2570 * isearch.el (isearch-lazy-highlight-word): New variable.
2571 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
2572 Use it. (Bug#9727)
2573
c02ee9d6
GM
25742011-10-11 Glenn Morris <rgm@gnu.org>
2575
2576 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
2577 like f90-previous-statement does.
2578
93e616fd 25792011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2580
1f190e73 2581 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
2582 only in interactive use, to avoid error.
2583
af7b6078
SM
25842011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2585
2586 * minibuffer.el (completion-file-name-table): Fix last change,
2587 i.e. ignore normal errors but not the other ones.
2588
0563dae9
MR
25892011-10-10 Martin Rudalics <rudalics@gmx.at>
2590
2591 * window.el (special-display-buffer-names)
2592 (special-display-regexps): Remove some remnants of earlier
2593 changes from doc-strings.
366ca7f3
MR
2594 (quit-windows-on): New function.
2595
2596 * vc/vc.el (vc-revert, vc-rollback):
2597 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
2598 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 2599 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 2600
49677495
MR
26012011-10-09 Martin Rudalics <rudalics@gmx.at>
2602
2603 * window.el (frame-auto-hide-function): Add version tag.
2604 (Bug#9699)
2605
56f2d1e1
MA
26062011-10-09 Michael Albinus <michael.albinus@gmx.de>
2607
2608 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
2609 condition.
2610
112a6592
LL
26112011-10-09 Leo Liu <sdl.web@gmail.com>
2612
2613 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
2614 (Bug#9701)
2615
0812589b
GM
26162011-10-08 Glenn Morris <rgm@gnu.org>
2617
2618 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
2619 before the first code statement zero indent. (Bug#9690)
2620
b2b0776e
CY
26212011-10-08 Chong Yidong <cyd@stupidchicken.com>
2622
2623 * simple.el (count-words-region): Always count in the region.
2624 Report the number of lines and characters too.
2625 (count-words): New command, which counts in the buffer if the
2626 region is inactive, as count-words-region used to.
2627 (count-words--message): New function. Handle plurals.
2628 (count-lines-region): Make it an alias for count-words-region.
2629
2630 * bindings.el (esc-map): Replace count-lines-region with
2631 count-words-region.
2632
c557cd6b
MR
26332011-10-08 Martin Rudalics <rudalics@gmx.at>
2634
2635 * window.el (window--delete): Delete dedicated frame
2636 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 2637 (switch-to-buffer): Fix doc-string typo.
c557cd6b 2638
61a57ef4 26392011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2640
2641 * lisp/eshell/eshell.el (eshell-command): Avoid using hooks.
2642
c3833279
CY
26432011-10-07 Chong Yidong <cyd@stupidchicken.com>
2644
2645 * bindings.el ([M-left],[M-right]): Bind to left-word and
2646 right-word respectively.
2647
21ce8245
GM
26482011-10-07 Glenn Morris <rgm@gnu.org>
2649
2650 * cus-start.el (debug-on-quit): Fix custom type.
2651
6d823bb2
LMI
26522011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2653
0181e193
LMI
2654 * subr.el (define-key-after): Clarify that the function is not
2655 useful for non-menu keymaps.
2656
6d823bb2
LMI
2657 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
2658
8e3459ce 26592011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2660
21ce8245 2661 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 2662 in current minibuffer (Fix bug with recursive minibuffers).
2663
a1c2d21e
CY
26642011-10-06 Chong Yidong <cyd@stupidchicken.com>
2665
2666 * progmodes/gdb-mi.el (gdb): Doc fix.
2667
5a4cf282
MR
26682011-10-05 Martin Rudalics <rudalics@gmx.at>
2669
2670 * window.el (frame-auto-hide-function): New option replacing
2671 frame-auto-delete. Suggested by Stefan Monnier.
2672 (window--delete): Call frame-auto-hide-function instead of
2673 investigating frame-auto-delete.
c96111ea
MR
2674 (window-point-1, set-window-point-1): New functions.
2675 (window-in-direction, record-window-buffer, window-state-get-1)
2676 (display-buffer-record-window): Use window-point-1 instead of
2677 window-point.
2678 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 2679
9854542e
SM
26802011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
2681
2682 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
2683
8943cfb0
GM
26842011-10-05 Glenn Morris <rgm@gnu.org>
2685
2686 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
2687 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
2688
647ab967
LL
26892011-10-05 Leo Liu <sdl.web@gmail.com>
2690
2691 * subr.el (read-char-choice): Fix argument to buffer-live-p which
2692 works with buffer object.
2693
3ddfbced
SM
26942011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
2695
2696 * mpc.el (mpc-tool-bar-map): Add labels.
2697
bdfa5dd2
GM
26982011-10-04 Glenn Morris <rgm@gnu.org>
2699
2700 * calendar/holidays.el (calendar-check-holidays): Doc fix.
2701
0e2070b5
MR
27022011-10-04 Martin Rudalics <rudalics@gmx.at>
2703
2704 * window.el (window--delete): New function.
2705 (frame-auto-delete): Resuscitate option.
2706 (bury-buffer, replace-buffer-in-windows)
2707 (quit-window): Rewrite using window--delete.
2708 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
2709 Pass display-buffer-mark-dedicated to window--display-buffer-2
2710 (Bug#9639).
2711
3dc61a09
SM
27122011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2713
915a9b64
SM
2714 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
2715 returns a list (bug#9554). Add remote file name completion.
2716 * comint.el (comint--table-subvert): Curry and get quote&unquote
2717 functions as arguments.
2718 (comint--complete-file-name-data): Adjust call accordingly.
2719 * pcomplete.el (pcomplete--table-subvert): Remove.
2720 (pcomplete-completions-at-point): Use comint--table-subvert instead.
2721
3dc61a09
SM
2722 * minibuffer.el (completion-table-case-fold): Use currying.
2723 (completion--styles-type, completion--cycling-threshold-type):
2724 New constants.
2725 (completion-styles, completion-category-overrides)
2726 (completion-cycle-threshold): Use them.
2727 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
2728 completion-table-case-fold.
2729
8ea0a993
SB
27302011-10-03 Stephen Berman <stephen.berman@gmx.net>
2731
2732 * minibuffer.el (completion-category-overrides): Fix type of styles
2733 and add more user friendly tags (bug#9660).
2734
8c24b7f6
SM
27352011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2736
2737 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
2738 (mule-input-method-string): New widget.
2739 (default-input-method, language-info-custom-alist): Use it.
2740
428fe61a
SM
27412011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
2742
32c1fffd
SM
2743 * pcomplete.el: Require comint.
2744 (pcomplete--common-suffix): Remove.
2745 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
2746 (pcomplete--table-subvert): Sync with comint--table-subvert.
2747 (pcomplete--entries): Use comint-completion-file-name-table.
2748 * comint.el (comint-unquote-filename): Simplify.
2749 (comint-completion-file-name-table): New function (bug#9616).
2750 (comint--complete-file-name-data): Use it.
2751
428fe61a
SM
2752 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
2753 (pcmpl-gnu-tar-buffer): Remove.
2754 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
2755 around. Make sure pcomplete-suffix-list is only changed temporarily.
2756 Don't look inside the tar's file if it's too large.
428fe61a 2757
04c52e2f
CY
27582011-10-01 Chong Yidong <cyd@stupidchicken.com>
2759
ce3cefcc
CY
2760 * cus-edit.el (custom-mode-map):
2761 * epa.el (epa-key-list-mode-map):
2762 * man.el (Man-mode-map):
2763 * startup.el (splash-screen-keymap):
2764 * simple.el (special-mode-map): Use scroll-up-command and
2765 scroll-down-command.
2766
2767 * progmodes/idlw-help.el (idlwave-help-mode-map):
2768 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
2769 * net/newst-plainview.el (newsticker-mode-map):
2770 * emulation/ws-mode.el (wordstar-mode-map):
2771 * emulation/vi.el (vi-com-map):
2772 * calc/calc-graph.el (calc-graph-show-dumb):
2773 * term/sun.el (terminal-init-sun):
2774 * term/ns-win.el (global-map):
2775 * progmodes/grep.el (grep-mode-map):
2776 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
2777 * mail/rmail.el (rmail-mode-map):
2778 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
2779
04c52e2f
CY
2780 * custom.el (custom-safe-themes, load-theme): Treat value of t for
2781 custom-safe-themes as special.
2782
79adf8c8
JD
27832011-10-01 Julien Danjou <julien@danjou.info>
2784
2785 * notifications.el (notifications-notify): Fix docstring.
2786
63bd50d3
PS
27872011-10-01 Per Starbäck <per@starback.se>
2788
2789 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
2790
199e4c7e
MR
27912011-09-30 Martin Rudalics <rudalics@gmx.at>
2792
2793 * startup.el (command-line-1): Fix last fix by inserting
2794 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 2795 (Bug#9605) and (Bug#9636)
199e4c7e 2796
fe5f08dd
EZ
27972011-09-29 Eli Zaretskii <eliz@gnu.org>
2798
2799 * simple.el (line-move): If auto-hscroll-mode is disabled and the
2800 window is hscrolled, move by logical lines. (Bug#9607)
2801 (line-move-visual): Update the doc string to the above effect.
2802
b5516bbd
MR
28032011-09-29 Martin Rudalics <rudalics@gmx.at>
2804
ccee00c0
MR
2805 * window.el (display-buffer-record-window): When WINDOW is the
2806 selected window use `point' instead of `window-point'. (Bug#9626)
2807
b5516bbd
MR
2808 * startup.el (command-line-1): Use insert-before-markers when
2809 inserting initial-scratch-message. (Bug#9605)
ccee00c0 2810
b5516bbd
MR
2811 * help.el (help-window): Remove variable.
2812
52aa0014
GM
28132011-09-29 Glenn Morris <rgm@gnu.org>
2814
2815 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
2816
df9a7357
JB
28172011-09-29 Juanma Barranquero <lekktu@gmail.com>
2818
2819 * descr-text.el (describe-char-categories): Accept category
2820 descriptions more than one line long.
2821
a8406c20
SM
28222011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2823
88d9610c
SM
2824 * simple.el (delete-trailing-whitespace): Fix last change.
2825
a5daf810
SM
2826 * progmodes/perl-mode.el (perl-syntax-propertize-function):
2827 Don't confuse "y => 3" as the beginning of a `y' operation.
2828
a8406c20
SM
2829 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
2830 object has more than 4 slots (bug#9613).
2831
a239d4e9
JB
28322011-09-28 Juanma Barranquero <lekktu@gmail.com>
2833
2834 * subr.el (with-output-to-temp-buffer):
2835 * net/quickurl.el (quickurl, quickurl-browse-url):
2836 Fix typos in docstrings.
2837
693fbdb6
EZ
28382011-09-27 Eli Zaretskii <eliz@gnu.org>
2839
2840 * minibuffer.el (completion-styles)
2841 (completion-category-overrides): Cross reference each other in doc
2842 strings.
2843
8b457e28
GM
28442011-09-27 Glenn Morris <rgm@gnu.org>
2845
2846 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
2847 to split-string. (Bug#9606)
2848
85a16208
LMI
28492011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2850
2851 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
2852 (bug#9615).
2853
502f9ebd
CY
28542011-09-27 Chong Yidong <cyd@stupidchicken.com>
2855
2856 * emacs-lisp/package.el (list-packages): Fix echo area message.
2857
7690bdea
LL
28582011-09-27 Leo Liu <sdl.web@gmail.com>
2859
2860 * ido.el (ido-read-internal): Accept cons cell HIST arg.
2861
e2ee6f30
MA
28622011-09-25 Michael Albinus <michael.albinus@gmx.de>
2863
2864 * net/dbus.el (dbus-unregister-object): Don't release services for
2865 registered signals. (Bug#9581)
2866
f3f98342
TZ
28672011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
2868
2869 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
2870 function that picks between cfengine 2 and 3 support
2871 automatically. Update docs accordingly.
2872
dd7aa8dd
KH
28732011-09-22 Kenichi Handa <handa@m17n.org>
2874
2875 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
2876 ZERO.
2877 (indian-itrans-v5-table-for-tamil): New variable.
2878 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
2879
3f2b07f8
KM
28802011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
2881
2882 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
2883 that's true if the current command involved collapsing of text.
2884 It's reset to false at the beginning of the next command.
2885 (allout-post-command-business): Move the cursor to the beginning
2886 of entry if the cursor is hidden and collapsing activity just
2887 happened.
2888
371d6a61
CY
28892011-09-24 Chong Yidong <cyd@stupidchicken.com>
2890
2891 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
2892 tracking (Bug#9541).
2893
2ac2721a
UJ
28942011-09-24 Ulf Jasper <ulf.jasper@web.de>
2895
2896 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
2897 (newsticker-show-news): Automatically load html rendering package
2898 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
2899 because w3m-fill-column is let-bound" and the error "Symbol's value
2900 as variable is void: w3m-fill-column".
2ac2721a 2901
fac7ae53
MA
29022011-09-24 Michael Albinus <michael.albinus@gmx.de>
2903
2904 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
2905 Release services only if they are defined. (Bug#9581)
2906
e08b633b
RS
29072011-09-23 Richard Stallman <rms@gnu.org>
2908
e488d29c
RS
2909 * textmodes/paragraphs.el (forward-sentence): For backwards case,
2910 distinguish start of paragraph from start of its text.
2911
19c38752
RS
2912 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
2913
e08b633b
RS
2914 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
2915 (rmail-generate-viewer-buffer): Put that hook on view buffer.
2916 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
2917
0a39f27e
AS
29182011-09-23 Andreas Schwab <schwab@linux-m68k.org>
2919
2920 * international/mule-diag.el (mule-diag): Insert a newline after
2921 each fontset description.
2922
db4e950d
SM
29232011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
2924
2925 * simple.el (delete-trailing-whitespace):
2926 Document last change; simplify.
2927
eca3f3ea
PW
29282011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
2929
d68e189a
PW
2930 * simple.el (delete-trailing-whitespace): Also delete
2931 extra newlines at the end of the buffer.
2932
eca3f3ea
PW
2933 * textmodes/picture.el: Make motion commands obey shift-select-mode.
2934 (picture-newline): Use forward-line so as to ignore fields.
2935
01c157cc
SM
29362011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
2937
2938 * subr.el (with-wrapper-hook): Fix edebug spec.
2939
022de23e
LMI
29402011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2941
2942 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
2943 (bug#4538).
2944
91683089
MA
29452011-09-23 Michael Albinus <michael.albinus@gmx.de>
2946
eca3f3ea
PW
2947 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
2948 Fix nasty bug using wrong cached values.
91683089 2949
5bdd6fa4
AM
29502011-09-23 Alan Mackenzie <acm@muc.de>
2951
2952 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
2953
97adfb97
CY
29542011-09-23 Chong Yidong <cyd@stupidchicken.com>
2955
2956 * window.el (pop-to-buffer): Ensure right window is selected if we
2957 chose another frame.
2958
d4ef2b50
EZ
29592011-09-22 Eli Zaretskii <eliz@gnu.org>
2960
2961 * simple.el (what-cursor-position): Use get-char-property-change
2962 and next-single-char-property-change, to be able to show display
2963 properties that come from overlays as well as text properties.
2964
72258fe5
CY
29652011-09-22 Chong Yidong <cyd@stupidchicken.com>
2966
2967 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
2968
2969 * cmuscheme.el (run-scheme, switch-to-scheme):
2970 * cus-edit.el (customize-group, custom-buffer-create)
2971 (customize-browse):
2972 * info.el (info):
2973 * shell.el (shell):
2974 * mail/sendmail.el (mail):
2975 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
2976
8f098516
RS
29772011-09-22 Richard Stallman <rms@gnu.org>
2978
2979 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
2980 move back only to line beg, don't move back over blank lines.
2981
e74f1bb6
MA
29822011-09-22 Michael Albinus <michael.albinus@gmx.de>
2983
2984 * files.el (copy-directory): Set directory attributes only in case
2985 they could be retrieved from the source directory. (Bug#9565)
2986
bfeef8b6
DK
29872011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
2988
2989 * progmodes/hideshow.el (hs-looking-at-block-start-p)
2990 (hs-find-block-beginning, hs-hide-level-recursive):
2991 Ignore strings as well as comments. (Bug#9502)
2992
7e423bb8
AS
29932011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
2994
2995 * progmodes/sql.el (sql-comint-postgres):
2996 Convert port number to a string. (Bug#9566)
2997
b4d72fcf
MR
29982011-09-22 Martin Rudalics <rudalics@gmx.at>
2999
3000 * window.el (quit-window): Undedicate window when switching to
3001 previous buffer. Reported by Thierry Volpiatto
3002 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
3003 (special-display-popup-frame): When popping up a new frame reset
3004 its previous buffers to nil. Simplify code.
b4d72fcf 3005
a7b88dc6
MA
30062011-09-21 Michael Albinus <michael.albinus@gmx.de>
3007
3008 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
3009 and process filter, as done also in `shell-command'.
3010
cf4eacfd
MR
30112011-09-21 Martin Rudalics <rudalics@gmx.at>
3012
eca3f3ea 3013 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
3014 Call set-window-start with NOFORCE argument t.
3015 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
3016 (quit-window): Reword doc-string. Handle new format of
3017 quit-restore parameter. Don't delete window if it has a
3018 previous buffer we can show instead of the present one.
3019 (display-buffer-record-window): Rewrite using a new format for
3020 the quit-restore window parameter
3021 (special-display-popup-frame, display-buffer-same-window)
3022 (display-buffer-reuse-window, display-buffer-pop-up-frame)
3023 (display-buffer-pop-up-window, display-buffer-use-some-window):
3024 Adapt symbol passed to display-buffer-record-window.
3025 * help.el (help-window-setup): Handle new format of quit-restore
3026 parameter.
3027
8d28cb95
SM
30282011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
3029
94ab793f
SM
3030 * faces.el (face-list): Fix docstring (bug#9564).
3031
8d28cb95
SM
3032 * window.el (display-buffer--action-function-custom-type):
3033 Don't include internal functions in the Custom interface.
3034
3820edeb
JL
30352011-09-20 Juri Linkov <juri@jurta.org>
3036
3037 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
3038 (Info-forward-node, Info-backward-node, Info-next-preorder)
3039 (Info-last-preorder): Use it. (Bug#9528)
3040
5147931d
JL
30412011-09-20 Juri Linkov <juri@jurta.org>
3042
3043 * info.el (Info-last-preorder): Visit last menu item only when
3044 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
3045
cf499a1a
JD
30462011-09-20 Julien Danjou <julien@danjou.info>
3047
3048 * password-cache.el (password-cache-remove): Remove entries even if the
3049 value is nil, so that password with a nil value (negative caching) is
3050 possible to invalidate.
3051
f84e2fe2
LM
30522011-09-20 Lawrence Mitchell <wence@gmx.li>
3053
3054 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
3055 all whitespace around breakpoint. (Bug#9553)
3056 (f90-find-breakpoint): Only break at whitespace inside a comment.
3057
78054a46
SM
30582011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3059
3060 * minibuffer.el (completion-file-name-table): Keep track of errors.
3061 (completion-table-with-predicate): Handle the case where pred1 is nil.
3062 * pcomplete.el (pcomplete-completions-at-point): Simplify.
3063
345083b2
SM
30642011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3065
e24e27be
SM
3066 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
3067 (debugger-return-value): Signal an error if the debugging context does
3068 not await any return value.
3069
345083b2
SM
3070 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
3071 * image-mode.el (image-toggle-display-text)
3072 (image-toggle-display-image): Stay away from evil `intangible'.
3073
08d355e3
LL
30742011-09-19 Leo Liu <sdl.web@gmail.com>
3075
3076 * replace.el (occur-revert-arguments): Make it permanent-local.
3077 (occur-mode): Don't call font-lock-defontify.
3078
f01da43f
CY
30792011-09-19 Chong Yidong <cyd@stupidchicken.com>
3080
3081 * net/ldap.el (ldap-search-internal): Don't push empty search
3082 result (Bug#9508).
3083
b6072fa6
SM
30842011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3085
3086 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
3087
443d6696
MA
30882011-09-19 Michael Albinus <michael.albinus@gmx.de>
3089
3090 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
3091 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
3092
7cc6e154
JL
30932011-09-18 Juri Linkov <juri@jurta.org>
3094
3095 * buff-menu.el (Buffer-menu-mode-map):
3096 * dired.el (dired-mode-map):
3097 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
3098 (lisp-interaction-mode-map):
3099 * emacs-lisp/package.el (package-menu-mode-map):
3100 * epa.el (epa-key-list-mode-map):
3101 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
3102 (menu-bar-options-menu):
3103 * outline.el (outline-mode-menu-bar-map):
3104 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
3105 * vc/vc-dir.el (vc-dir-menu-map):
3106 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
3107 Capitalize non-function content words in menu item strings.
3108
3109 * dired.el (dired-mode-map): Add menu item for
3110 `image-dired-dired-toggle-marked-thumbs'.
3111
80302a81
JL
31122011-09-18 Juri Linkov <juri@jurta.org>
3113
3114 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
3115 to `isearch-case-fold-search' and restore its original value
3116 after the `isearch-mode' call.
3117
46c5cf66
JL
31182011-09-18 Juri Linkov <juri@jurta.org>
3119
3120 * progmodes/grep.el (grep-process-setup): Don't check code for 1
3121 because `zgrep' returns 1 for successful matches (bug#9226).
3122
d18b513b
JL
31232011-09-18 Juri Linkov <juri@jurta.org>
3124
3125 * info.el (Info-extract-menu-node-name): Check the second match
3126 for empty string (second test-case of bug#9528).
3127 (Info-last-preorder): Let-bind `Info-history' to nil to not add
3128 intermediate nodes to the history (first test-case of bug#9528).
3129
72753f87
JL
31302011-09-18 Juri Linkov <juri@jurta.org>
3131
3132 * info.el (Info-mode-syntax-table): New variable.
1154d12e 3133 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 3134
c9384295
JL
31352011-09-18 Juri Linkov <juri@jurta.org>
3136
1154d12e
JB
3137 * info.el (Info-file-supports-index-cookies):
3138 Increment line-beginning-position's arg from 3 to 4 because makeinfo
3139 outputs one more line for long file names (bug#4142).
c9384295 3140
d473dce8
CY
31412011-09-18 Chong Yidong <cyd@stupidchicken.com>
3142
3143 * newcomment.el (comment-normalize-vars): If prompting for
3144 comment-start, set comment-start-skip too (Bug#8424).
3145
2176854d
JB
31462011-09-18 Johan Bockgård <bojohan@gnu.org>
3147
3148 * icomplete.el: Fix previous fix of Bug#5849.
3149 (icomplete-mode): Don't set completion-show-inline-help.
3150 (icomplete-minibuffer-setup): Set completion-show-inline-help
3151 locally during icompletion.
3152
3aace4e4
CY
31532011-09-18 Chong Yidong <cyd@stupidchicken.com>
3154
c940224f
CY
3155 * woman.el (woman2-process-escapes): Don't delete unrecognized
3156 escapes (Bug#7843).
3157
3aace4e4
CY
3158 * files.el (inhibit-first-line-modes-regexps): Add image files.
3159 (hack-local-variables-prop-line): Return nil for malformed
3160 prop-lines (Bug#9044).
3161
710dec63
MA
31622011-09-18 Michael Albinus <michael.albinus@gmx.de>
3163
3164 * net/tramp.el (top): Don't require 'shell.
3165 (tramp-methods): Fix docstring.
3166 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
3167 Return complete remote file name. Handle "smb" case.
3168 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
3169 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
3170
3171 * net/tramp-compat.el (top): Require 'shell.
3172
3173 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
3174 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
3175 `tramp-current-host'.
3176 (tramp-get-remote-tmpdir): Remove.
3177
3178 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
3179 `tramp-tmpdir' entries.
3180 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
3181 (tramp-smb-handle-file-attributes): Ignore errors.
3182 (tramp-smb-wait-for-output): Check also for process end.
3183
5d5ac8ec
LMI
31842011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3185
3186 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
3187 when sending QUIT (bug#9312).
3188
8c0f49f0
CY
31892011-09-17 Chong Yidong <cyd@stupidchicken.com>
3190
3191 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
3192 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
3193 occur-mode-display-occurrence.
3194 (occur-edit-mode): Add usage message.
3195 (occur-cease-edit): New command.
3196 (occur-after-change-function): Use text properties to find the
3197 position of the prefix text.
3198 (occur-engine): Set stickiness of prefix text properties.
3199
8f1383f7
GM
32002011-09-17 Glenn Morris <rgm@gnu.org>
3201
3202 * progmodes/etags.el (complete-tag):
3203 Fix call to completion-in-region. (Bug#9526)
3204
744ba0e3
JL
32052011-09-17 Juri Linkov <juri@jurta.org>
3206
3207 * textmodes/ispell.el (ispell-word): Add to the error message
3208 the word, ispell program name and current dictionary (bug#9121).
3209 (ispell-tex-arg-end): Capitalize "error" in the error message.
3210
d9bbf400
AS
32112011-09-17 Andreas Schwab <schwab@linux-m68k.org>
3212
3213 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
3214 check. (Bug#4251)
3215
8da11505
JL
32162011-09-17 Juri Linkov <juri@jurta.org>
3217
3218 * window.el (window-safe-min-height, window-safe-min-width):
3219 Fix typos (followup to bug#9522).
3220
a91adc7e
SJ
32212011-09-17 Sven Joachim <svenjoac@gmx.de>
3222
3223 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
3224
064f328a
EZ
32252011-09-16 Eli Zaretskii <eliz@gnu.org>
3226
3227 * simple.el (line-move): If goal-column is set, move by logical
3228 lines, not by display lines. (Bug#971)
3229 (next-line, previous-line, goal-column, line-move-visual): Doc fix
3230 to reflect the above change.
3231
e69df516
SM
32322011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
3233
3234 * image.el (imagemagick-register-types): Use regexp-opt.
3235
cbb0f9ab
CY
32362011-09-15 Chong Yidong <cyd@stupidchicken.com>
3237
3238 * window.el (display-buffer-base-action): Rename from
3239 display-buffer-default-action. Make default value empty.
3240 (display-buffer-overriding-action): Convert to defvar.
3241 (display-buffer-fallback-action): New var.
3242
25322144
CY
32432011-09-15 Chong Yidong <cyd@stupidchicken.com>
3244
3245 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
3246 declaration.
3247 (package--add-to-archive-contents): If there is a duplicate entry
3248 with an older version, remove it.
3249 (package-menu-mark-delete, package-menu-mark-install)
3250 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
3251 (package-menu-mark-obsolete-for-deletion):
3252 Use package-menu-get-status instead of a regexp search.
25322144
CY
3253 (package-menu-get-status): Use tabulated-list-entry.
3254 (package-menu-mark-upgrades): New command.
d770725a 3255 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
3256 (package-menu-execute): Do installation before deletion.
3257 (package-menu-refresh, package-menu-execute): Use derived-mode-p
3258 instead of checking major-mode.
3259 (package-menu--find-upgrades): New function.
3260
7520339c
LMI
32612011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3262
3263 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
3264 passwords in the log buffer.
65a046c4
LMI
3265 (smtpmail-process-filter): Update the process marker so that the
3266 "broken by peer" status message is inserted in the right place.
7520339c 3267
d3c30954
SM
32682011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
3269
3fe48822
SM
3270 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
3271 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
3272 bibtex-completion-at-point-function.
3273 (bibtex-completion-at-point-function): Use them.
3274
1b8b3954
SM
3275 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
3276
d3c30954
SM
3277 * mpc.el (mpc-constraints-tag-lookup): New function.
3278 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
3279 also to browser "album|playlist".
3280
72779976
JL
32812011-09-14 Juri Linkov <juri@jurta.org>
3282
3283 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
3284 (isearch-edit-string): Use length of `isearch-string' when
3285 `isearch-fail-pos' returns nil.
3286 (isearch-message): Remove duplicate code and call
3287 `isearch-fail-pos' with arg `t'.
3288
a0bf2bcd
CY
32892011-09-14 Chong Yidong <cyd@stupidchicken.com>
3290
17bb0a2d
CY
3291 * replace.el (occur-mode-goto-occurrence): Don't force using other
3292 window (Bug#9499).
3293
a0bf2bcd
CY
3294 * dired-aux.el (dired-do-chmod): Don't provide initial input.
3295
f678e0b6
MR
32962011-09-14 Martin Rudalics <rudalics@gmx.at>
3297
3298 * window.el (display-buffer-window): Remove.
3299 (display-buffer-record-window): Use help-setup window parameter
3300 instead of variable display-buffer-window.
3301 (display-buffer-function, special-display-buffer-names)
3302 (special-display-function): Mention help-setup parameter instead
3303 of display-buffer-window in doc-string.
d3c30954
SM
3304 * help.el (help-window-setup): New argument help-window.
3305 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
3306 Reword some messages.
3307 (with-help-window): Pass window used for displaying the buffer
3308 to help-window-setup. Don't set display-buffer-window.
3309
8e39b2e8
GM
33102011-09-13 Glenn Morris <rgm@gnu.org>
3311
3312 * emacs-lisp/debug.el (debugger-make-xrefs):
3313 Preserve point. (Bug#9462)
3314
85e9c04b
CY
33152011-09-13 Chong Yidong <cyd@stupidchicken.com>
3316
3317 * window.el (window-deletable-p): Use next-frame.
3318
1b36ed6a
MR
33192011-09-13 Martin Rudalics <rudalics@gmx.at>
3320
3321 * window.el (window-auto-delete): Remove.
3322 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 3323 dedication and previous buffers.
1b36ed6a
MR
3324 (switch-to-prev-buffer): Don't delete window.
3325 (delete-windows-on): Delete a window's frame if and only if the
3326 window is dedicated.
3327 (replace-buffer-in-windows): Delete buffer's window or frame if
3328 and only if window is dedicated.
3329 (quit-window): Handle quit-restore as before last change.
4d61f28d 3330 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 3331
ef8ef9fb
CY
33322011-09-13 Chong Yidong <cyd@stupidchicken.com>
3333
3334 * window.el (window-deletable-p): Never delete the last frame on a
3335 given terminal.
3336
b2cba41e
GM
33372011-09-13 Glenn Morris <rgm@gnu.org>
3338
3339 * help.el (describe-key-briefly): Copy previous standard-output change.
3340
51553db6 33412011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
3342
3343 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
3344
b7556719
GM
33452011-09-13 Glenn Morris <rgm@gnu.org>
3346
3347 * emacs-lisp/lisp-mode.el (lisp-indent-function):
3348 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
3349
64b51947
CY
33502011-09-12 Chong Yidong <cyd@stupidchicken.com>
3351
3352 * dired-aux.el (dired-mark-read-string): Don't return default
3353 value on empty input (Bug#9361).
3354 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
3355 Omit initial minibuffer contents.
3356 (dired-do-chmod): Signal an error on empty input.
3357 (dired-mark-read-string): Don't return default on empty input.
3358
3359 * files.el (file-modes-symbolic-to-number): Doc fix.
3360
393a301e
SM
33612011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3362
3363 * international/mule-cmds.el (ucs-completions): Remove.
3364 (read-char-by-name): Use complete-with-action instead; add metadata.
3365
fa5660f9
CY
33662011-09-11 Chong Yidong <cyd@stupidchicken.com>
3367
3368 * window.el (display-buffer--action-function-custom-type)
3369 (display-buffer--action-custom-type): New vars.
3370 (display-buffer-alist, display-buffer-default-action)
3371 (display-buffer-overriding-action): Add defcustom types.
3372
4a592f66
CY
3373 * frame.el (delete-other-frames): Doc fix (Bug#276).
3374
73d56dbd
LMI
33752011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3376
3377 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
3378
37ac18a3
CY
33792011-09-11 Chong Yidong <cyd@stupidchicken.com>
3380
3381 Change modes that used same-window-* vars to use switch-to-buffer.
3382
3383 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
3384 Use switch-to-buffer.
3385
3386 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
3387 (customize-browse, custom-buffer-create-other-window):
3388 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
3389
3390 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
3391 (Info-prev, Info-up, Info-speedbar-goto-node)
3392 (info-display-manual): Use switch-to-buffer.
3393 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
3394
3395 * mail/sendmail.el (mail): Use switch-to-buffer.
3396 (mail-recover): Use switch-to-buffer-other-window.
3397
3398 * cmuscheme.el (run-scheme, switch-to-scheme):
3399 * ielm.el (ielm):
3400 * shell.el (shell):
3401 * net/rlogin.el (rlogin):
3402 * net/telnet.el (telnet, rsh):
3403 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
3404
10195bd6
AS
34052011-09-11 Andreas Schwab <schwab@linux-m68k.org>
3406
3407 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
3408
b322f63a
LMI
34092011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3410
39d7fed6
LMI
3411 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
3412 so don't mention it (bug#9301).
ba5a81f1 3413 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 3414
ee0e9f11
LMI
3415 * faces.el (face-spec-set-match-display): Make `(type graphic)'
3416 match `x', `w32' and `ns', like the manual says (bug#9029).
3417
0b1c89c1 3418 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
3419 (process-kill-buffer-query-function): Mention the buffer name in
3420 the query.
0b1c89c1 3421
77549ea8
LMI
3422 * image-mode.el (image-next-line): The line parameter is mandatory
3423 (bug#9258).
3424
803ef892
LMI
3425 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
3426 which can be useful (bug#9301).
3427
12980837
LMI
3428 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
3429
91054f8f
LMI
3430 * subr.el (match-string): Mention that the current buffer should
3431 be the same as the search was done in (bug#9282).
3432
b322f63a
LMI
3433 * facemenu.el: Disable the remove-* commands if the mark isn't
3434 active (bug#9162).
3435
3199b96f
CY
34362011-09-10 Chong Yidong <cyd@stupidchicken.com>
3437
3438 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
3439 of display-buffer.
3440 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
3441
3442 * replace.el (occur-mode-goto-occurrence)
3443 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
3444 and display-buffer.
3445
3446 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
3447 display-buffer.
3448
3449 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
3450 special-display and same-window variables.
3451 (mail-other-window): Use switch-to-buffer-other-window.
3452 (mail-other-frame): USe switch-to-buffer-other-frame.
3453
393a301e
SM
3454 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
3455 Use display-buffer-other-frame.
3199b96f
CY
3456 (gdb-display-gdb-buffer): Use pop-to-buffer.
3457
3458 * progmodes/gud.el (gud-goto-info): Use info-other-window.
3459
3460 * progmodes/python.el: Don't set same-window-buffer-names.
3461
3462 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
3463
3464 * window.el (display-buffer-alist): Add *Python*.
3465
8319e0bf
CY
34662011-09-10 Chong Yidong <cyd@stupidchicken.com>
3467
3468 * window.el (display-buffer-alist): Add entry for buffers
3469 previously handled same-window-*.
3470 (display-buffer-alist, display-buffer-default-action)
3471 (display-buffer-overriding-action): Mark as risky.
3472 (display-buffer-alist): Document action function changes.
3473 (display-buffer--same-window-action)
3474 (display-buffer--other-frame-action): New variables.
3475 (switch-to-buffer, display-buffer-other-frame): Use them.
3476 (display-buffer): Rename reuse-frame entry to reusable-frames.
3477 (display-buffer-reuse-selected-window): Function deleted.
3478 (display-buffer-reuse-window): Handle reusable-frames alist entry.
3479 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
3480 (display-buffer-special): New function.
3481 (display-buffer--maybe-pop-up-frame-or-window): Rename from
3482 display-buffer-reuse-or-pop-window. Split off special-display
3483 part into display-buffer-special.
3484 (display-buffer-use-some-window): Don't perform any special
3485 pop-up-frames handling.
3486 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 3487 (display-buffer--maybe-same-window): Rename from
0d3ff375 3488 display-buffer-maybe-same-window.
8319e0bf 3489
919a69aa
CY
3490 * info.el: Don't set same-window-regexps.
3491 (info-setup): New function.
3492 (info-other-window, info): Call it.
3493
3494 * cus-edit.el: Don't set same-window-regexps.
3495 (customize-group): New argument.
3496 (customize-group-other-window): Use it.
3497 (customize-face, customize-face-other-window): Likewise.
3498 (custom-buffer-create-other-window): Use pop-to-buffer directly.
3499
8319e0bf
CY
3500 * net/rlogin.el:
3501 * net/telnet.el:
3502 * progmodes/gud.el: Don't set same-window-regexps.
3503
3504 * cmuscheme.el:
3505 * ielm.el:
3506 * shell.el:
3507 * mail/sendmail.el:
3508 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
3509
25173000
JL
35102011-09-10 Juri Linkov <juri@jurta.org>
3511
3512 * isearch.el (isearch-edit-string): Remove obsolete mention of
3513 `C-w' (`isearch-yank-word-or-char') from docstring.
3514 (isearch-query-replace): Fix typo in docstring (bug#9466).
3515
056e44ef
JL
35162011-09-10 Juri Linkov <juri@jurta.org>
3517
3518 * paren.el (show-paren-function): Don't show escaped parens.
3519 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
3520
c3760c17
EZ
35212011-09-10 Eli Zaretskii <eliz@gnu.org>
3522
3523 * mail/sendmail.el (mml-to-mime, mml-attach-file)
3524 (mm-default-file-encoding): Remove autoload forms, they are
3525 replaced with autoload cookies in mml.el and mm-encode.el.
3526 (mail-add-attachment): New command.
3527 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
3528 (mail-mode): Mention mail-insert-file and mail-add-attachment in
3529 the doc string.
3530 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
3531
fece895e
RT
35322011-09-10 Reuben Thomas <rrt@sc3d.org>
3533
e69df516
SM
3534 * simple.el (count-words-region): Use buffer if there's no region
3535 (bug#9429).
fece895e 3536
5e68ce4a
JL
35372011-09-09 Juri Linkov <juri@jurta.org>
3538
3539 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
3540 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
3541 (wdired-isearch-filter-read-only): New function. (Bug#6362)
3542
0a6b9622
AM
35432011-09-09 Alan Mackenzie <acm@muc.de>
3544
3545 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
3546 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
3547
14a29deb
EZ
35482011-09-09 Eli Zaretskii <eliz@gnu.org>
3549
3550 Fix for Savannah bug#9392.
3551 * simple.el (mail-encode-mml): New defvar.
3552
3553 * mail/rmail.el (mail-encode-mml): Add a defvar.
3554 (rmail-enable-mime-composing): Default to t.
3555 (rmail-forward): Use MIME method of forwarding only if both
3556 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
3557 Set mail-encode-mml non-nil if the MIME method was used.
3558
3559 * mail/sendmail.el (mml-to-mime): Add autoload form.
3560 (mail-encode-mml): Add a defvar.
3561 (mail-mode): Make mail-encode-mml buffer-local and initialize it
3562 to nil.
3563 (mail-send): If mail-encode-mml is non-nil, run the outgoing
3564 message through mml-to-mime, and reset mail-encode-mml to nil.
3565
28c45130
GM
35662011-09-09 Glenn Morris <rgm@gnu.org>
3567
3568 * woman.el (woman-if-body): When processing an .el block,
3569 do not delete the next .el block as well. (Bug#9447)
69f4b618 3570 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 3571
9b1c252e
MR
35722011-09-08 Martin Rudalics <rudalics@gmx.at>
3573
3574 * window.el (window-deletable-p): Make sure window is live before
3575 invoking window-prev-buffers.
3576
567457e3
LL
35772011-09-08 Leo Liu <sdl.web@gmail.com>
3578
3579 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
3580
97f05794
JL
35812011-09-08 Juri Linkov <juri@jurta.org>
3582
3583 * progmodes/compile.el (compilation-environment): Make it
3584 a defcustom (bug#8340).
3585
8b0874b5
MR
35862011-09-08 Martin Rudalics <rudalics@gmx.at>
3587
3588 * window.el (frame-auto-delete): Rename to window-auto-delete.
3589 Make it control auto-deletion of windows and/or frames.
3590 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 3591 for deleting window/frame. (Bug#9419)
8b0874b5
MR
3592 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
3593 Rewrite handling of case when window/frame can be deleted.
3594 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 3595 argument t. (Bug#9456)
8b0874b5 3596
4feb6e73
CY
35972011-09-07 Chong Yidong <cyd@stupidchicken.com>
3598
3599 * help-mode.el (help-mode): Restore autoload.
3600
91ab9c13
JL
36012011-09-07 Juri Linkov <juri@jurta.org>
3602
3603 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
3604 `compilation-environment'. Set buffer-local
3605 `compilation-environment' to `thisenv' later after (funcall mode).
3606 (Bug#8340)
3607
3608 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
3609 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
3610 instead of replacing its value. (Bug#8340)
3611
0527e251
JL
36122011-09-07 Juri Linkov <juri@jurta.org>
3613
3614 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
3615 based on text properties put by `grep-filter' instead of matching
3616 escape sequences.
3617 (grep-mode): Set buffer-local `compilation-error-screen-columns'
3618 to the value of `grep-error-screen-columns' (bug#9438).
3619
249f792c
JL
36202011-09-07 Juri Linkov <juri@jurta.org>
3621
3622 * simple.el (next-error-highlight, next-error-highlight-no-select):
3623 Doc fix (bug#9432).
3624
ff7271b9
OT
36252011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
3626
3627 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
3628 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
3629
183fc730
LL
36302011-09-07 Leo Liu <sdl.web@gmail.com>
3631
3632 * net/rcirc.el (rcirc-mode): Conditionally initialize
3633 rcirc-input-ring.
3634
77694924
SM
36352011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3636
3637 * emacs-lisp/find-func.el (find-function-C-source): Only set
3638 find-function-C-source-directory after checking that we found a source
3639 file there (bug#9440).
3640
d809b8eb
AM
36412011-09-06 Alan Mackenzie <acm@muc.de>
3642
3643 * isearch.el (isearch-other-meta-char): Wherever a key list is
3644 unread, "unread" the prefix arg, too. This fixes bug #8901.
3645
453de99f
OG
36462011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
3647
3648 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
3649
90439906
JL
36502011-09-05 Juri Linkov <juri@jurta.org>
3651
3652 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
3653
f62bd846
JL
36542011-09-05 Juri Linkov <juri@jurta.org>
3655
3656 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
3657 keeping point where processing of grep matches begins, and
3658 continue to delete remaining escape sequences from the same point.
3659 (grep-filter): Make leading zero optional in "0?1;31m" because
3660 git-grep emits "\033[1;31m" escape sequences unlike expected
3661 "\033[01;31m" as GNU Grep does (bug#9408).
3662 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
3663
045820ec
JL
36642011-09-05 Juri Linkov <juri@jurta.org>
3665
3666 * subr.el (y-or-n-p): Capitalize "yes".
3667
f5e29b9b
MA
36682011-09-04 Michael Albinus <michael.albinus@gmx.de>
3669
3670 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
3671 `tramp-cache-unload-hook' where appropriate.
3672 (tramp-methods): Rename `tramp-remote-sh' to
3673 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
3674 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
3675
3676 * net/tramp-sh.el (top): Don't require 'shell.
3677 (tramp-methods): Add `tramp-remote-shell' and
3678 `tramp-remote-shell-args' entries.
3679 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
3680 (tramp-sh-handle-shell-command): Remove.
3681 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3682 Use `tramp-remote-shell'.
3683
2784c434
CY
36842011-09-03 Chong Yidong <cyd@stupidchicken.com>
3685
393a301e 3686 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
3687 (sendmail-query-once): Save directly to send-mail-function.
3688 Update message-send-mail-function too.
3689
3690 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
3691
464cdf56
CS
36922011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
3693
3694 * progmodes/python.el (python-mode-map): Use correct function to
3695 start python interpreter from menu-bar (as reported by Geert
3696 Kloosterman).
3697 (inferior-python-mode-map): Fix typo.
393a301e 3698 (python-shell-map): Remove.
464cdf56 3699
d37e5c87
DD
37002011-09-03 Deniz Dogan <deniz@dogan.se>
3701
3702 * net/rcirc.el (rcirc-print): Simplify code for
3703 rcirc-scroll-show-maximum-output. There is no need to walk
3704 through all windows to find the right one.
3705
f3ada0ee
CS
37062011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
3707
3708 * help.el (help-return-method): Doc fix.
3709
1f3c99ca
MR
37102011-09-03 Martin Rudalics <rudalics@gmx.at>
3711
3712 * window.el (window-deletable-p): Don't return a non-nil value
3713 when there's a buffer that was shown in the window before.
3714 (Bug#9419)
393a301e
SM
3715 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
3716 Set window's previous buffers to nil.
1f3c99ca 3717
a3cf097f
EZ
37182011-09-03 Eli Zaretskii <eliz@gnu.org>
3719
3720 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
3721 newline before and after the tag line, so it doesn't interfere
3722 with determining the paragraph direction of bidirectional text.
3723
3d03de90
LL
37242011-09-03 Leo Liu <sdl.web@gmail.com>
3725
3726 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
3727
c3313451
CY
37282011-09-02 Chong Yidong <cyd@stupidchicken.com>
3729
393a301e 3730 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
3731 (pop-to-buffer): Change interactive spec. Pass second argument
3732 directly to display-buffer.
3733 (display-buffer): Fix interactive spec. Use functionp to
3734 distinguish between a function and a list of functions.
3735
3736 * abbrev.el (edit-abbrevs):
3737 * arc-mode.el (archive-extract):
3738 * autoinsert.el (auto-insert):
3739 * bookmark.el (bookmark-bmenu-list):
3740 * files.el (find-file):
3741 * view.el (view-buffer):
3742 * progmodes/compile.el (compilation-goto-locus):
3743 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
3744
89894cd8
CY
37452011-09-02 Chong Yidong <cyd@stupidchicken.com>
3746
3747 * window.el (display-buffer-alist): Doc fix.
3748 (display-buffer): Add docstring. Don't treat
3749 display-buffer-default specially.
3750 (display-buffer-reuse-selected-window)
3751 (display-buffer-same-window, display-buffer-maybe-same-window)
3752 (display-buffer-reuse-window, display-buffer-pop-up-frame)
3753 (display-buffer-pop-up-window)
3754 (display-buffer-reuse-or-pop-window)
3755 (display-buffer-use-some-window): New functions.
3756 (display-buffer-default-action): Use them.
393a301e 3757 (display-buffer-default): Delete.
89894cd8
CY
3758 (pop-to-buffer-1): Fix choice of actions.
3759
ae0bc9fb
SM
37602011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
3761
3762 * minibuffer.el (completion--insert-strings): Don't get confused by
3763 completion entries that end with an LF char.
3764
e9d90883
EZ
37652011-09-01 Eli Zaretskii <eliz@gnu.org>
3766
3767 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
3768
437014c8
CY
37692011-09-01 Chong Yidong <cyd@stupidchicken.com>
3770
3771 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
3772 (display-buffer-same-window, display-buffer-other-window):
3773 New functions.
437014c8
CY
3774 (pop-to-buffer-1): New function. Use the above.
3775 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 3776 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
3777
3778 * view.el (view-buffer-other-window, view-buffer-other-frame):
3779 Just use pop-to-buffer.
3780
a5e063d5
TV
37812011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3782
3783 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
3784
793d32bb
WH
37852011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
3786
3787 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
3788
d65e4c15
RS
37892011-08-31 Richard Stallman <rms@gnu.org>
3790
3791 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
3792 of the separation of rmail-view-buffer from rmail-buffer.
3793 If you say no to "replace original", the decrypt is in the
3794 view buffer. If you say yes, the decrypt goes into the
3795 rmail buffer also.
3796
f818cd2a
MR
37972011-08-31 Martin Rudalics <rudalics@gmx.at>
3798
3799 * window.el (display-buffer-window): Rewrite doc-string.
3800 (display-buffer-record-window): New function.
3801 (display-buffer-macro-specifiers)
3802 (display-buffer-even-window-sizes, display-buffer-set-height)
3803 (display-buffer-set-width, display-buffer-in-window)
3804 (display-buffer-reuse-window, display-buffer-split-specifiers)
3805 (display-buffer-side-specifiers, display-buffer-split-window-1)
3806 (display-buffer-split-window, display-buffer-split-atom-window)
3807 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
3808 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
3809 (display-buffer-other-window-means-other-frame)
3810 (display-buffer-normalize-special)
3811 (display-buffer-normalize-default)
3812 (display-buffer-normalize-argument)
3813 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
3814 (display-buffer-normalize-specifiers, display-buffer-frame)
3815 (display-buffer-same-window, display-buffer-same-frame)
3816 (display-buffer-other-window)
3817 (display-buffer-same-frame-other-window)
3818 (display-buffer-other-frame, pop-to-buffer-same-window)
3819 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
3820 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
3821 (switch-to-buffer-same-frame)
3822 (switch-to-buffer-other-window-same-frame)
3823 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
3824 (display-buffer-alist-set-1, display-buffer-alist-set-2)
3825 (display-buffer-alist-set): Remove.
3826 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
3827 (special-display-regexps, special-display-function):
3828 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
3829 parameter.
3830 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
3831 (special-display-frame-alist, special-display-popup-frame)
3832 (same-window-buffer-names, same-window-regexps, same-window-p)
3833 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
3834 (split-window-preferred-function, split-height-threshold)
3835 (split-width-threshold, window-splittable-p)
3836 (split-window-sensibly, window--try-to-split-window)
3837 (window--frame-usable-p, even-window-heights)
3838 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
3839 (window--display-buffer-2, display-buffer-other-frame):
3840 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
3841 (display-buffer-default, display-buffer-assq-regexp): New functions.
3842 (display-buffer-alist): Rewrite doc-string.
3843 (display-buffer-default-action)
3844 (display-buffer-overriding-action): New variables.
3845 (display-buffer, switch-to-buffer): Rewrite.
3846 (pop-to-buffer): Restore Emacs 23 behavior but use
3847 window-normalize-buffer-to-display.
3848 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
3849 Restore Emacs 23 behavior but use
3850 window-normalize-buffer-to-switch-to.
3851 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
3852 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
3853 Rewrite using Emacs 23 options.
f818cd2a 3854
5bc3b51d
MA
38552011-08-31 Michael Albinus <michael.albinus@gmx.de>
3856
3857 * net/tramp.el (tramp-root-regexp): Remove.
3858 (tramp-completion-file-name-regexp-unified)
3859 (tramp-completion-file-name-regexp-separate)
3860 (tramp-completion-file-name-regexp-url): Don't use leading volume
3861 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
3862 (tramp-drop-volume-letter): Simplify definition.
3863 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 3864
b1a4f8e1
SM
38652011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
3866
3867 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
3868 (bug#9356).
3869
5664fa7b
RT
38702011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
3871
b1a4f8e1 3872 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 3873
9a45d6c3
JL
38742011-08-29 Juri Linkov <juri@jurta.org>
3875
3876 * isearch.el (isearch-done): Don't display message "Mark saved"
3877 when arg `edit' is non-nil to prevent its flicker in the echo area.
3878
fb87e0fb
CY
38792011-08-28 Chong Yidong <cyd@stupidchicken.com>
3880
3881 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
3882 obsolete packages for deletion.
3883
09ac1c2a
CS
38842011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
3885
3886 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 3887 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
3888 view-mode from help-mode.
3889 (help-xref-override-view-map): Remove.
3890 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
3891 view-mode is not used anymore.
3892
7a1ff57f
CY
38932011-08-28 Chong Yidong <cyd@stupidchicken.com>
3894
3895 * server.el (server-port): Doc fix.
3896
b9696605
CY
3897 * cus-theme.el (custom-theme-choose-mode): Inherit from
3898 special-mode (Bug#9124).
3899 (custom-theme-choose-mode-map): Add special-mode to parent.
3900
ef8cdf8c
AM
39012011-08-28 Alan Mackenzie <acm@muc.de>
3902
3903 * progmodes/cc-fonts.el
3904 (c-make-font-lock-BO-decl-search-function): New function.
3905 (c-basic-matchers-after - "Fontify the clauses after various
3906 keywords"): Extract the three keyword lists for the 3 erroneous
3907 constructs from the list of four, and use the new function above
3908 in place of an old one.
3909
27de4e20
DD
39102011-08-28 Deniz Dogan <deniz@dogan.se>
3911
3912 * net/rcirc.el (rcirc-insert-prev-input)
3913 (rcirc-insert-next-input): Remove unused argument.
3914
356a3681
SM
39152011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3916
3917 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
3918
3fc9b218
AM
39192011-08-27 Alan Mackenzie <acm@muc.de>
3920
3921 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
3922 handle function pointer parameters properly.
3923
538a061c
MR
39242011-08-27 Martin Rudalics <rudalics@gmx.at>
3925
3926 * window.el (display-buffer-reuse-window): Fix case where
3927 selected window was reused with non-nil OTHER-WINDOW argument.
3928 (Bug#9381)
3929
35b1c40c
DD
39302011-08-27 Deniz Dogan <deniz@dogan.se>
3931
3932 * net/rcirc.el (rcirc-check-auth-status): Adding support for
3933 oftc's NickServ messages.
3934
2f6a3e79
GM
39352011-08-27 Glenn Morris <rgm@gnu.org>
3936
3937 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
3938
7254299e
CY
39392011-08-26 Chong Yidong <cyd@stupidchicken.com>
3940
3941 * emacs-lisp/package.el (package-install): Call package-initialize
3942 if called interactively.
3943
f8ccf167
LL
39442011-08-26 Leo Liu <sdl.web@gmail.com>
3945
3946 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
3947
3e8cd5ce
JL
39482011-08-25 Juri Linkov <juri@jurta.org>
3949
3950 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
3951 `search-whitespace-regexp' (bug#9364).
3952
93eb7113
JL
39532011-08-25 Juri Linkov <juri@jurta.org>
3954
3955 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
3956 `regexp-search-ring' to their global values to protect from
3957 updating by `read-from-minibuffer' (bug#9185).
3958
f65d1611
JL
39592011-08-25 Juri Linkov <juri@jurta.org>
3960
3961 * textmodes/ispell.el (ispell-command-loop): Add newline
3962 at the end of the "Use option `i'..." line.
3963
f1cf7a31
JL
39642011-08-25 Juri Linkov <juri@jurta.org>
3965
3966 * battery.el (display-battery-mode): If `battery-status-function'
3967 or `battery-mode-line-format' is nil, display the message and set
3968 `display-battery-mode' to nil (bug#9363).
3969
0c95fcf7
EZ
39702011-08-25 Eli Zaretskii <eliz@gnu.org>
3971
3972 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
3973 bidi-string-mark-left-to-right; they are unnecessary now.
3974
a2ebe600
DD
39752011-08-25 Deniz Dogan <deniz@dogan.se>
3976
3977 * net/quickurl.el: Documentation typo fixes.
3978
e4ed06f1
CY
39792011-08-25 Chong Yidong <cyd@stupidchicken.com>
3980
3981 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
3982
e5f1c99e
GM
39832011-08-25 Glenn Morris <rgm@gnu.org>
3984
b2948976
GM
3985 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
3986
e5f1c99e
GM
3987 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
3988 (smtpmail-via-smtp): Handle nil response from smtp.
3989
f22f4808
JL
39902011-08-24 Juri Linkov <juri@jurta.org>
3991
3992 * proced.el (proced-marked): Inherit from `error' instead of
3993 `font-lock-warning-face'.
3994
3995 * ibuffer.el (ibuffer-marked-face): Change default face from
3996 `font-lock-warning-face' to `warning'.
3997 (ibuffer-deletion-face): Change default face from
3998 `font-lock-type-face' to `error'.
3999
4000 * battery.el (battery-update): Use the face `error' instead of
4001 `font-lock-warning-face' (bug#6117).
4002
6a93965e
JL
40032011-08-24 Juri Linkov <juri@jurta.org>
4004
4005 * faces.el (success): Change face color from "Green3" to
4006 "ForestGreen" on light background (bug#9353).
4007
1ed43b09
CY
40082011-08-24 Chong Yidong <cyd@stupidchicken.com>
4009
5664fa7b
RT
4010 * window.el (quit-window): Rename from quit-restore-window.
4011 Use same arglist as old quit-window.
1ed43b09
CY
4012 (frame-auto-delete): Doc fix.
4013
4014 * view.el (view-mode-exit): Use quit-window.
4015
11dcdbb2
JL
40162011-08-24 Juri Linkov <juri@jurta.org>
4017
4018 * isearch.el (isearch-ring-adjust1): Start visiting previous
4019 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
4020 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
4021 for empty search string (when the last search string is reused
4022 automatically) to adjust the isearch ring to the last element and
4023 prepare the correct index for further M-p commands (bug#9185).
4024
de62b4df
KH
40252011-08-24 Kenichi Handa <handa@m17n.org>
4026
4027 * international/ucs-normalize.el: If decomposition property of
4028 CHAR is the default one (i.e. a list of CHAR itself), treat it as
4029 nil.
4030 (nfd, nfkd): Likewise.
4031
963b492b
SM
40322011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
4033
4034 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
4035 from process filters aren't reliably transmitted to the surrounding
4036 accept-process-output.
4037 (mpc-proc-check): New function.
4038 (mpc-proc-sync): Use it (bug#8293)
4039
93b6b5e1
SM
40402011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
4041
4042 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
4043 Add compatibility functions (bug#9313).
4044
bca633fb
EZ
40452011-08-23 Eli Zaretskii <eliz@gnu.org>
4046
b177498a
EZ
4047 * cus-start.el (all): Add entry for bidi-paragraph-direction.
4048
bca633fb
EZ
4049 * international/uni-bidi.el: Regenerated.
4050
0902a04e
KH
40512011-08-23 Kenichi Handa <handa@m17n.org>
4052
4053 * international/charprop.el:
4054 * international/uni-bidi.el:
4055 * international/uni-category.el:
4056 * international/uni-combining.el:
4057 * international/uni-comment.el:
4058 * international/uni-decimal.el:
4059 * international/uni-decomposition.el:
4060 * international/uni-digit.el:
4061 * international/uni-lowercase.el:
4062 * international/uni-mirrored.el:
4063 * international/uni-name.el:
4064 * international/uni-numeric.el:
4065 * international/uni-old-name.el:
4066 * international/uni-titlecase.el:
4067 * international/uni-uppercase.el: Regenerate.
4068
3bbf23bc
MR
40692011-08-23 Martin Rudalics <rudalics@gmx.at>
4070
4071 * help.el (help-window-setup): Fix message displayed when other
4072 window is reused. (Bug#9341)
4073
b3fd59bd
SM
40742011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
4075
1802e444
SM
4076 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
4077 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
4078
b3fd59bd
SM
4079 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
4080 Mark obsolete.
4081 * shell.el (shell-parse-pcomplete-arguments): New function.
4082 (shell-completion-vars): Use it instead (bug#9160).
4083
4eb61348
SM
40842011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
4085
867cab74
SM
4086 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
4087 strings and comments (bug#9333).
4088
4eb61348
SM
4089 * emacs-lisp/debug.el (debug-arglist): New function.
4090 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
4091 (debug-on-entry-1): Handle interpreted closures (bug#9120).
4092
262a1439
JL
40932011-08-22 Juri Linkov <juri@jurta.org>
4094
56ee679c
JL
4095 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4096 Revert regexp that highlights output switches to its old
4097 pre-2010-10-28 value and remove one `?' from it (bug#9319).
4098
262a1439
JL
4099 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
4100 to check for empty output (bug#9226).
4101
f13f86fb
CY
41022011-08-22 Chong Yidong <cyd@stupidchicken.com>
4103
4104 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
4105 symbol-constituent as the default, as that stops font-lock from
4106 working properly (Bug#8843).
4107
c65c9622
LMI
41082011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4109
4110 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
4111 `coding-system-for-*' around the process open call to avoid
4112 auth-source side effects.
e7f2c178 4113 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
4114 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
4115 probe hangs.
c65c9622 4116
23a8a5ab
CY
41172011-08-21 Chong Yidong <cyd@stupidchicken.com>
4118
ff98b2dd
CY
4119 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
4120
23a8a5ab
CY
4121 * emacs-lisp/find-func.el (find-function-noselect): New arg
4122 lisp-only.
4123
4124 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
4125 signal an error for built-in functions (Bug#6664).
4126
f5e3c598
LMI
41272011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4128
4129 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
4130 (smtpmail-try-auth-methods): Use it.
4131
a3f2468a
CY
41322011-08-21 Chong Yidong <cyd@stupidchicken.com>
4133
2c34e8da
CY
4134 * font-lock.el (font-lock-fontify-region)
4135 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
4136 (font-lock-default-unfontify-buffer)
4137 (font-lock-default-fontify-region)
4138 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
4139
b3fd59bd
SM
4140 * progmodes/compile.el (compilation-error-properties):
4141 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
4142 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
4143 `ant' regexp.
ee31aabc 4144
a3f2468a
CY
4145 * net/browse-url.el (browse-url-firefox): Don't call
4146 browse-url-firefox-sentinel unless using -remote (Bug#9328).
4147
8e999f70
GM
41482011-08-20 Glenn Morris <rgm@gnu.org>
4149
c21a496a
GM
4150 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
4151
59ee0542
GM
4152 * tutorial.el (tutorial--default-keys): Update some default bindings.
4153
8e999f70
GM
4154 * files.el (hack-local-variables): Fully ignore case for "mode:".
4155
e3715033
AM
41562011-08-20 Alan Mackenzie <acm@muc.de>
4157
4158 Resolve invalid use of a regexp in regexp-opt.
4159
4d61f28d
JB
4160 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
4161 detection for a java annotation.
e3715033 4162
4d61f28d 4163 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
4164 detection for a java annotation.
4165
4d61f28d
JB
4166 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
4167 handling for java.
e3715033
AM
4168 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
4169
04ed2e9c
CY
41702011-08-20 Chong Yidong <cyd@stupidchicken.com>
4171
4172 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
4173 (Bug#9274).
4174
826cee64
AM
41752011-08-20 Alan Mackenzie <acm@muc.de>
4176
58179cce 4177 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
4178 such a construct. Mainly for when jit-lock etc. starts a chunk
4179 here.
4180
58179cce 4181 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 4182 variable.
58179cce 4183 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
4184 c-make-font-lock-search-function.
4185 (c-make-font-lock-search-function): Use the above function.
4186 (c-make-font-lock-context-search-function): New function.
4187 (c-cpp-matchers): Enhance the preprocessor expression case with
4188 the above function
4189 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
4190 which takes an expression.
4191
4192 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
4193
13009bd8
MR
41942011-08-20 Martin Rudalics <rudalics@gmx.at>
4195
4196 * window.el (display-buffer-reuse-window)
4197 (display-buffer-pop-up-window): Don't reuse or split a side
4198 window.
4199
9234ff7f
GM
42002011-08-19 Glenn Morris <rgm@gnu.org>
4201
4202 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 4203 Downcase "Mode:". (Bug#9331)
9234ff7f 4204
f635daa1
CY
42052011-08-18 Chong Yidong <cyd@stupidchicken.com>
4206
4207 * international/characters.el: Add L and R categories.
4208
4209 * subr.el (bidi-string-mark-left-to-right): Rename from
4210 string-mark-left-to-right. Use category search.
4211
4212 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
4213
bc987f8b
JL
42142011-08-18 Juri Linkov <juri@jurta.org>
4215
4216 * faces.el (error, warning, success): New faces with definitions
4217 copied from old default values of `font-lock-warning-face',
4218 `compilation-warning', `compilation-info' (bug#6117).
4219
4220 * font-lock.el (font-lock-warning-face): Inherit from `error'.
4221
4222 * progmodes/compile.el (compilation-error): Inherit from `error'.
4223 (compilation-warning): Inherit from `warning'.
4224 (compilation-info): Inherit from `success'.
4225
4226 * dired.el (dired-marked): Inherit from `warning'.
4227 (dired-flagged): Inherit from `error'.
4228
57173b96
LMI
42292011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4230
3e79eb87
LMI
4231 * mail/smtpmail.el (auth-source): Require to avoid problems with
4232 binding variables (bug#9298). Also clean up some unused
4233 autoloads.
4234
b3fd59bd
SM
4235 * net/network-stream.el (network-stream-open-starttls):
4236 Support using starttls.el without using gnutls-cli.
57173b96 4237
02b404de
JL
42382011-08-17 Juri Linkov <juri@jurta.org>
4239
4240 * progmodes/grep.el (rgrep): Handle the case when
4241 `grep-find-command' is a cons cell (bug#9278).
4242
8c9177f2
MR
42432011-08-17 Martin Rudalics <rudalics@gmx.at>
4244
4245 * window.el (display-buffer-pop-up-frame): Run frame creation
4246 function with BUFFER current (as special-display-popup-frame
4247 does). Reported by Drew Adams.
4248
3644a0ab
DU
42492011-08-17 Daiki Ueno <ueno@unixuser.org>
4250
4251 * epa-mail.el: Simplify GnuPG group expansion using
4252 epg-expand-group.
4253 (epa-mail-group-alist, epa-mail-group-modtime)
4254 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
4255 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
4256 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
4257 Remove.
4258
5e617bc2 42592011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
4260
4261 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
4262
9c4aeabf
AM
42632011-08-16 Alan Mackenzie <acm@muc.de>
4264
4265 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
4266 Correct, to avoid the inside of macros.
4267
3a99bf64
RS
42682011-08-16 Richard Stallman <rms@gnu.org>
4269
04963aa8
RS
4270 * epa-mail.el: Handle GnuPG group definitions.
4271 (epa-mail-group-alist, epa-mail-group-modtime)
4272 (epa-mail-gnupg-conf-file): New variables.
4273 (epa-mail-parse-groups, epa-mail-sync-groups)
4274 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
4275 (epa-mail-expand-recipients): New functions.
4276 (epa-mail-encrypt): Call epa-mail-expand-recipients.
4277
177549d0
RS
4278 * mail/rmail.el (rmail-epa-decrypt): New command.
4279
fe38beef
RS
4280 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
4281 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
4282 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
4283 (epa-decrypt-armor-in-region): Make error message clearer.
4284
934eacb9
SM
42852011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
4286
4287 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
4288 and "a2b" to "ab" for `prefix'.
4289
d024fb4e
CY
42902011-08-14 Chong Yidong <cyd@stupidchicken.com>
4291
4292 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
4293 filter groups.
de148fee
CY
4294 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
4295 Fourquet (Bug#8804).
d024fb4e 4296
62f1ca49
JB
42972011-08-12 Juanma Barranquero <lekktu@gmail.com>
4298
4299 * startup.el (argi): Declare as global variable (bug#9275).
4300
9ccaaa4b
CY
43012011-08-12 Chong Yidong <cyd@stupidchicken.com>
4302
4303 * subr.el (string-mark-left-to-right): Search the entire string
4304 for RTL script, not just the terminating character. Doc fix.
4305
a3dae87a
SM
43062011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4307
6cd18349
SM
4308 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
4309 New function.
4310 (js--regexp-literal, js-syntax-propertize-function): Remove.
4311 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
4312 (js-mode-map): Don't rebind electric keys.
4313 (js-insert-and-indent): Remove.
4314 (js-mode): Setup electric-layout and electric-indent instead.
4315
a3dae87a
SM
4316 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
4317
9d5cb631
DU
43182011-08-12 Daiki Ueno <ueno@unixuser.org>
4319
4320 * epa.el (epa-progress-callback-function): Fix the logic of
4321 displaying progress.
4322 * epa-file.el (epa-file-insert-file-contents): Make progress
4323 display more user-friendly.
4324 (epa-file-write-region): Ditto.
4325
3e26a4a2
CY
43262011-08-10 Chong Yidong <cyd@stupidchicken.com>
4327
4328 * subr.el (string-mark-left-to-right): New function.
4329
4330 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
4331 Use string-mark-left-to-right.
4332 (list-buffers-noselect): Caller changed.
4333
a3dae87a
SM
4334 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
4335 Use string-mark-left-to-right.
3e26a4a2
CY
4336 (tabulated-list-print): Recenter after moving point.
4337
ac8cf6e6
JL
43382011-08-10 Juri Linkov <juri@jurta.org>
4339
4340 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
4341 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
4342 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
4343
8d96c9a4
CY
43442011-08-09 Chong Yidong <cyd@stupidchicken.com>
4345
4346 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
4347 (Bug#7554).
4348
7be1c708 43492011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
4350
4351 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
4352 character. (Bug#6594)
4353
37e11a63
CY
43542011-08-08 Chong Yidong <cyd@stupidchicken.com>
4355
839dde57
CY
4356 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
4357 (image-dired--with-db-file): New macro.
4358 (image-dired-write-tags, image-dired-remove-tag)
4359 (image-dired-create-gallery-lists, image-dired-write-comments)
4360 (image-dired-get-comment, image-dired-mark-tagged-files)
4361 (image-dired-list-tags, image-dired-gallery-generate): Use it.
4362 (image-dired-gallery-generate): Use insert-file-contents.
4363
37e11a63
CY
4364 * time.el (display-time-world-list, display-time-world-display):
4365 * time-stamp.el (time-stamp-string):
4366 * vc/add-log.el (add-change-log-entry): Use setenv instead of
4367 set-time-zone-rule (Bug#7337).
4368
0b4946c4
DU
43692011-08-08 Daiki Ueno <ueno@unixuser.org>
4370
4371 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
4372 (epg-error-to-string, epg-errors-to-string): New function.
4373 (epg-wait-for-completion): Reverse errors list.
4374 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
4375 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
4376 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
4377 (epg-sign-keys, epg-generate-key-from-file)
4378 (epg-generate-key-from-string): Format errors by using
4379 epg-errors-to-string (bug#9255).
4380 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
4381
75bfc667
JL
43822011-08-07 Juri Linkov <juri@jurta.org>
4383
4384 * faces.el (list-faces-display): Remove extra angle bracket
4385 from `help-mode-map'.
4386
4387 * info.el (Info-history-toc-nodes): Doc fix.
4388
4389 * longlines.el (longlines-mode): Doc fix.
4390
673e08bb
SM
43912011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
4392
4640dd88
SM
4393 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
4394 of statements and in a few more cases (bug#9183).
4395
673e08bb
SM
4396 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
4397 New functions.
4398 (cl-transform-lambda): Use them (bug#9239).
4399
89b3f019
MR
44002011-08-05 Martin Rudalics <rudalics@gmx.at>
4401
4402 * window.el (display-buffer-same-window)
4403 (display-buffer-same-frame, display-buffer-other-window)
4404 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
4405 (pop-to-buffer-other-window)
4406 (pop-to-buffer-same-frame-other-window)
4407 (pop-to-buffer-other-frame): Make them defuns.
4408 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
4409
640c8776
SM
44102011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4411
4412 * subr.el (make-composed-keymap): Move from C. Change calling
4413 convention, and improve docstring to bring attention to a subtle point.
4414 * minibuffer.el (completing-read-default): Adjust accordingly.
4415
63648a95
MA
44162011-08-03 Michael Albinus <michael.albinus@gmx.de>
4417
4418 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
4419 (tramp-open-shell): Use `tramp-shell-quote-argument'.
4420
4421 * net/trampver.el: Update release number.
4422
b796c9b7
SM
44232011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4424
4425 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
4426 "in" (bug#9190).
4427
2239d7d5
LMI
44282011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4429
e07dd7c3
LMI
4430 * mail/sendmail.el (sendmail-query-once): Restore the current
4431 buffer after querying (bug#9074).
4432
0e6a2bd7
LMI
4433 * dired.el (dired-flagged): Use different faces for marked and
4434 flagged files (bug#6117).
4435
ce887515
LMI
4436 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
4437 (bug#4433).
4438
92f2affc
LMI
4439 * ido.el (ido-mode): Switch off the message if called
4440 non-interactively.
4441
57d5aff0
LMI
4442 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
4443 before 587, since it appears that that's more likely to work for
4444 more people.
4445
98cd6c18 4446 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 4447 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
4448 exist.
4449
b96dec83
LMI
4450 * info.el: Remove the `Info-beginning-of-buffer' function
4451 (bug#8325).
4452
b796c9b7
SM
4453 * net/network-stream.el (network-stream-open-starttls):
4454 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 4455
d90e2ea0
MR
44562011-08-01 Martin Rudalics <rudalics@gmx.at>
4457
4458 * window.el (display-buffer-in-window): Don't set dedicated status
4459 of window here (Bug#9215).
4460 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
4461 (display-buffer-pop-up-side-window)
b796c9b7 4462 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 4463
cca09170
SM
44642011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
4465
4466 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
4467 before binding generated-autoload-file.
4468
027b979c
DD
44692011-08-01 Deniz Dogan <deniz@dogan.se>
4470
4471 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
4472
3c7ee4f3
MA
44732011-07-30 Michael Albinus <michael.albinus@gmx.de>
4474
4475 Sync with Tramp 2.2.2.
4476
4477 * net/trampver.el: Update release number.
4478
2cc8e51a
JL
44792011-07-30 Juri Linkov <juri@jurta.org>
4480
4481 * dired-aux.el (dired-touch-initial): Remove function.
4482 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
4483 current time, and `default' to the last modification time of the
4484 current marked file (bug#6887).
4485
a514d856
JM
44862011-07-28 Jose E. Marchesi <jemarch@gnu.org>
4487
4488 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 4489 numeric argument to read-number (bug#9163).
a514d856 4490
8a7eddd7
MA
44912011-07-27 Michael Albinus <michael.albinus@gmx.de>
4492
4493 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
4494 connection process, it could be nil.
4495
1ddd96f5
LL
44962011-07-27 Leo Liu <sdl.web@gmail.com>
4497
4498 Simplify url handling in rcirc-mode.
4499
4500 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
4501 (rcirc-browse-url-at-mouse): Remove.
4502 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
4503
b248a85d
AM
45042011-07-26 Alan Mackenzie <acm@muc.de>
4505
4506 Fontify bitfield declarations properly.
4507
4508 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
4509 (c-symbol-chars): Now exported as a lang variable.
4510 (c-not-primitive-type-keywords): New lang variable.
4511
4512 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
4513 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 4514 parsed as a bitfield declaration.
b248a85d 4515
b796c9b7
SM
4516 * progmodes/cc-engine.el (c-beginning-of-statement-1):
4517 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
4518 (c-punctuation-in): New function.
4519 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
4520 declarations properly.
4521
68575ab0
UJ
45222011-07-26 Ulf Jasper <ulf.jasper@web.de>
4523
4524 * calendar/icalendar.el (icalendar--all-events): Take care of
4525 multiple vcalendars in a single file.
b796c9b7 4526 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 4527
0f0a88b9
DD
45282011-07-25 Deniz Dogan <deniz@dogan.se>
4529
4530 * image.el (insert-image): Clarifying docstring.
4531
0b3f36df
MA
45322011-07-24 Michael Albinus <michael.albinus@gmx.de>
4533
4534 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
4535 `tramp-send-command-and-check' if there is no error.
4536 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
4537
a9901f61
AM
45382011-07-22 Alan Mackenzie <acm@muc.de>
4539
4540 Prevent cc-langs.elc being loaded at run time.
4541
4542 * progmodes/cc-mode.el: Remove two autoload forms which loaded
4543 cc-langs.
4544
4d61f28d 4545 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
4546 "(require 'cc-langs)". Quote a form so it will evaluate at
4547 (cc-mode's) compilation time.
4548
11d074b2
MA
45492011-07-22 Michael Albinus <michael.albinus@gmx.de>
4550
4551 * net/tramp.el (tramp-file-name-handler): Avoid recursive
4552 loading. (Bug#9114)
4553
938b94c8
MR
45542011-07-21 Martin Rudalics <rudalics@gmx.at>
4555
4556 * window.el (display-buffer-pop-up-window)
4557 (display-buffer-pop-up-side-window)
4558 (display-buffer-in-side-window): Call display-buffer-set-height
4559 and display-buffer-set-width after setting the new window's
b796c9b7 4560 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 4561
bfa4f190
SS
45622011-07-20 Sam Steingold <sds@gnu.org>
4563
4564 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
4565 (etags-tags-included-tables): Call `convert-standard-filename' on
4566 the file names contained in TAGS so that windows Emacs can handle
4567 TAGS files created by cygwin ctags.
4568
8ca42262
LMI
45692011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4570
4571 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
4572 which apparently didn't work.
4573
5db2afd2 45742011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 4575
5db2afd2
RW
4576 * proced.el (proced-send-signal): For *Marked Processes* buffer
4577 put point at beginning of buffer.
4578
92e15d10
SB
45792011-07-19 Stephen Berman <stephen.berman@gmx.net>
4580
4581 * proced.el (proced-format): Make header lines align with the text
4582 (bug#1779).
4583
1bfd59e5
LMI
45842011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4585
4586 * view.el (view-buffer): Allow running in `special' modes if we're
4587 visiting a file (bug#8615).
4588
f5aae37c
MR
45892011-07-19 Martin Rudalics <rudalics@gmx.at>
4590
4591 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
4592 (display-buffer-alist-set-1, display-buffer-alist-set-2):
4593 New functions.
f5aae37c
MR
4594 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
4595 more accurately.
4596
bf2c1571
AM
45972011-07-18 Alan Mackenzie <acm@muc.de>
4598
4599 Fontify declarators properly when, e.g., a jit-lock chunk begins
4600 inside a declaration.
4601
4602 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
4603
b796c9b7
SM
4604 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
4605 New function.
bf2c1571
AM
4606 (c-complex-decl-matchers): Insert reference to
4607 c-font-lock-enclosing-decls.
4608
4609 * progmodes/cc-engine.el (c-backward-single-comment):
4610 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
4611 to nil around calls to (forward-comment -1).
4612
4e190b80
LMI
46132011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4614
12dc863d
LMI
4615 * image.el (put-image): Doc typo fix.
4616
a762e966
LMI
4617 * progmodes/etags.el (tags-search): Doc typo fix.
4618
4e190b80
LMI
4619 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
4620 password if we get errors 550 to 554.
4621
f019fb21
LMI
46222011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4623
b796c9b7 4624 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 4625
81746738
LMI
4626 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
4627 indentation character (bug#6380).
4628
3ee3a1b5
LMI
4629 * files.el (buffer-offer-save): Made permanently local (bug#6241).
4630
c82f64de
LMI
4631 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
4632 to clarify what the problem is (bug#4291).
4633
f019fb21
LMI
4634 * simple.el (current-kill): Clarify what
4635 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
4636 (auto-fill-mode): Document `auto-fill-function' in relation to
4637 `auto-fill-mode' (bug#2470).
f019fb21 4638
0794775d
LM
46392011-07-16 Lawrence Mitchell <wence@gmx.li>
4640
4641 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
4642 method if slot is read-only (bug#9035).
4643
be39b8cc
MR
46442011-07-16 Martin Rudalics <rudalics@gmx.at>
4645
b796c9b7 4646 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 4647 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
4648 selected before, see discussion of (Bug#8615), (Bug#6954).
4649 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 4650
6ccf7859
GM
46512011-07-15 Glenn Morris <rgm@gnu.org>
4652
4653 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 4654 Respect help-form.
6ccf7859 4655
87e86684
LM
46562011-07-09 Lawrence Mitchell <wence@gmx.li>
4657
4658 * net/gnutls.el (gnutls-min-prime-bits): New variable.
4659 (gnutls-negotiate): Use it.
4660
d6066239
LMI
46612011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4662
b796c9b7
SM
4663 * net/gnutls.el (gnutls-negotiate):
4664 Upcase `gnutls-algorithm-priority'.
d6066239 4665
bd23ebc0
GM
46662011-07-15 Glenn Morris <rgm@gnu.org>
4667
c65bca65
GM
4668 * jka-compr.el (jka-compr-verbose): Move from here...
4669 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
4670 Add missing :version tag.
4671 * info.el: No need to require jka-compr when compiling.
bd23ebc0 4672
478615cc
LMI
46732011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4674
7b41decb
LMI
4675 * net/gnutls.el (gnutls-algorithm-priority): New variable.
4676 (gnutls-negotiate): Use it.
4677
dbc44fcd
LMI
4678 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
4679
06789f97
LMI
4680 * info.el (Info-beginning-of-buffer): New command.
4681 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
4682 announcing `b' as the key (bug#8325).
ab896c37 4683 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 4684
c39da690
LMI
4685 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
4686
3aa5f34b
LMI
4687 * international/mule-cmds.el
4688 (describe-specified-language-support): Make the error message
4689 clearer (bug#8905).
4690
4bf0979f
LMI
4691 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
4692
478615cc
LMI
4693 * isearch.el (isearch-barrier): Add a doc string, since it's
4694 mentioned in a function doc string (bug#8678).
4695
75c68aa1
MR
46962011-07-15 Martin Rudalics <rudalics@gmx.at>
4697
4698 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
4699 buffer argument (Bug#9083) and self-identifying label argument.
4700
a7c33da2
GM
47012011-07-15 Glenn Morris <rgm@gnu.org>
4702
4703 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
4704
2f5c6024
LMI
47052011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4706
4707 * man.el (Man-fontify-manpage): Fix message when formatting the
4708 man page (bug#7929).
4709
0bb23927 47102011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
4711
4712 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
4713 argument LRM; if non-nil, append an invisible LRM character to the
4714 buffer name.
4715 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
4716 last argument non-nil, when formatting buffer names.
0bb23927
EZ
4717 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
4718 paragraph direction.
cce4b0a7 4719
621ef9ab
LMI
47202011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4721
d1583c48
LMI
4722 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
4723 the man page name (bug#7929).
4724
6a57fb5f
LMI
4725 * image.el (put-image): Mention the `put-image' overlay property
4726 (bug#7834).
4727
d7956b14
LMI
4728 * scroll-bar.el (set-scroll-bar-mode): Mention that
4729 `scroll-bar-mode' lists the values (bug#7772).
4730
5b2d4a66
LMI
4731 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
4732 command (bug#7729).
4733
7509a874
LMI
4734 * rect.el (apply-on-rectangle): Return the point after the last
4735 operation.
4736 (string-rectangle): Go to the point after the last operation
4737 (bug#7522).
4738
4fe74b19
LMI
4739 * printing.el (pr-toggle-region): Clarify the documentation
4740 slightly (bug#7493).
4741
b796c9b7
SM
4742 * time.el (display-time-update):
4743 Allow `display-time-mail-function' to return nil (bug#7158).
4744 Fix suggested by Detlev Zundel.
ab283561 4745
fc233c9d
LMI
4746 * vc/diff.el (diff): Clarify the order the file names are read
4747 (bug#7111).
4748
43f5740b
LMI
4749 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
4750 the doc string (bug#7015).
4751
f2182a76
LMI
4752 * font-lock.el (font-lock-maximum-decoration): Mention what
4753 numeric levels mean (bug#6935).
4754
621ef9ab
LMI
4755 * startup.el (initial-buffer-choice): Don't mention the `none'
4756 selection, which is against policy.
4757
adc47434
MR
47582011-07-14 Martin Rudalics <rudalics@gmx.at>
4759
b796c9b7
SM
4760 * window.el (display-buffer-normalize-special):
4761 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 4762
7e5bfb8f
EZ
47632011-07-14 Eli Zaretskii <eliz@gnu.org>
4764
4765 * subr.el (version<, version<=, version=): Mention "-CVS" and
4766 "-12345" alpha version numbers.
4767
27fa387a
CY
47682011-07-14 Chong Yidong <cyd@stupidchicken.com>
4769
4770 * bindings.el: Add advertised binding for set-mark-command
4771 (Bug#5772).
4772
8bdfa064
CY
47732011-07-14 Chong Yidong <cyd@stupidchicken.com>
4774
4775 * bindings.el (mode-line-other-buffer):
4776 * bookmark.el (bookmark-bmenu-2-window):
4777 * bs.el (bs-cycle-next, bs-cycle-previous):
4778 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
4779 switch-to-buffer.
4780
4781 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 4782 Delete.
8bdfa064 4783
5eba16a3
JB
47842011-07-14 Juanma Barranquero <lekktu@gmail.com>
4785
4786 * follow.el (follow-debug-message, follow-redisplay):
4787 * jka-cmpr-hook.el (with-auto-compression-mode):
4788 Fix typos in docstrings.
4789
15853710
LMI
47902011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4791
a28e4607
LMI
4792 * subr.el (with-silent-modifications): Clarify somewhat what the
4793 macro inhibits (bug#6525).
4794
15853710
LMI
4795 * simple.el (eval-expression): Note what it does if called
4796 interactively (bug#6495).
4797
bee0fcef
CY
47982011-07-13 Chong Yidong <cyd@stupidchicken.com>
4799
b796c9b7
SM
4800 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
4801 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
4802
4803 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4804 Remove switch-to-buffer.
4805
58274504
LMI
48062011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4807
bd2fcc8d
LMI
4808 * files.el (make-directory): Clarify that an error will be raised
4809 if there's an error (bug#6397).
4810
0f04b32c
LMI
4811 * startup.el (initial-buffer-choice): Add `none' as a choice
4812 (bug#6234).
4813
465c5fc8
LMI
4814 * subr.el (add-hook): Clarify section about buffer-local hooks
4815 (bug#6218).
4816
58274504
LMI
4817 * dired.el (dired-flagged): Clarify doc string (bug#6117).
4818
bead9a43
JB
48192011-07-13 Juanma Barranquero <lekktu@gmail.com>
4820
4821 * tabify.el (untabify): Preserve the current column so that point
4822 doesn't move (bug#6032).
4823
3af98a7b
LMI
48242011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4825
b796c9b7
SM
4826 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
4827 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 4828
6240145a
GM
48292011-07-13 Glenn Morris <rgm@gnu.org>
4830
4831 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
4832 (dired-insert-directory): Give a message the first time
4833 if ls is found not to support --dired.
4834
1d8c2ccc
LMI
48352011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4836
4837 * simple.el (toggle-truncate-lines): Clarify what is toggled
4838 (bug#5580). Text by Drew Adams.
4839
5fc4038e
CY
48402011-07-13 Chong Yidong <cyd@stupidchicken.com>
4841
4842 * simple.el (blink-matching-open): Make the error message from the
4843 last change less verbose.
4844
bf6012e5
DN
48452011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
4846
4847 * font-lock.el (font-lock-comment-face): Use the high contrast
4848 "yellow" color for font-lock-comment-face on low color terminals
4849 using a dark background color (bug#4221).
4850
343c3b5a
LMI
48512011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4852
7e9505c5
LMI
4853 * dired.el (dired-insert-set-properties): Make the doc string
4854 reflect what it does now (bug#5325).
4855
c26fdcf5
LMI
4856 * simple.el (blink-matching-open): Say that we were unable to find
4857 the match within the limit, if we're limited (bug#5122).
4858
bb388cc5
LMI
4859 * international/mule-cmds.el (prefer-coding-system): Add an
4860 example (bug#4869).
4861
343c3b5a
LMI
4862 * progmodes/etags.el (tags-search): Document `file-list-form'
4863 (bug#4731).
4864
2a517d45
LM
48652011-07-13 Lawrence Mitchell <wence@gmx.li>
4866
4867 * net/browse-url.el (browse-url-default-browser)
4868 (browse-url-browser-function): Make the default browser choice a
4869 bit more logical (bug#4300). Also clean up the doc string.
4870
b6c78ef2
JB
48712011-07-13 Juanma Barranquero <lekktu@gmail.com>
4872
4873 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
4874 binary endings (bug#4440).
4875
1c4dd947
LMI
48762011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4877
a2014063
LMI
4878 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
4879 which can be pretty annoying (bug#8971).
4880
9c9c2d88
LMI
4881 * jka-compr.el (jka-compr-verbose): New variable, and use
4882 throughout (bug#8971).
4883
1c4dd947
LMI
4884 * info.el (Info-find-file): Fall back on the installation
4885 directory if we can't find the info node anywhere else.
4886
a1c9f41b
SO
48872011-07-13 Sergei Organov <osv@javad.com> (tiny change)
4888
4889 * vc/vc.el (vc-revert-file):
4890 Don't set file time-stamp in the past. (Bug#5181)
4891
536f3d36
LMI
48922011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4893
7152b011
LMI
4894 * files.el (after-find-file): Give a better error message when
4895 trying to find a symlink that points to a file that doesn't exist
4896 (bug#4398).
4897
536f3d36
LMI
4898 * progmodes/cc-vars.el: Remove (probably) misleading comment
4899 (bug#4396).
4900
460c0fba
JB
49012011-07-12 Johan Bockgård <bojohan@gnu.org>
4902
4903 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
4904
7a6bda45
CY
49052011-07-12 Chong Yidong <cyd@stupidchicken.com>
4906
4907 * mouse-sel.el: Hack restoring functionality, while keeping
4908 compatibility with 2010-07-03 changes to mouse selection.
4909 (mouse-sel-primary-overlay): New var.
4910 (mouse-sel-selection-alist): Use it.
4911 (mouse-sel-mode): Doc fix; remove points that are default features
4912 of mouse.el.
4913
c79598ef
JB
49142011-07-12 Johan Bockgård <bojohan@gnu.org>
4915
4916 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4917 Fix previous fix (bug#2490).
4918
ff8be6ef
RW
49192011-07-12 Roland Winkler <winkler@gnu.org>
4920
b796c9b7
SM
4921 * textmodes/bibtex.el (bibtex-initialize):
4922 Use pop-to-buffer-same-window.
ff8be6ef
RW
4923 (bibtex-search-entries): Fix interactive call.
4924
296ba3ee
LMI
49252011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4926
f5242a02 4927 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
4928 Fontise bytecomp Error lines more correctly (bug#2490).
4929 Fix suggested by Johan Bockgård.
f5242a02 4930
296ba3ee
LMI
4931 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
4932
4933 * dired-x.el (dired-guess-default): Use `delete-dups'.
4934
f69fd0d2
CY
49352011-07-12 Chong Yidong <cyd@stupidchicken.com>
4936
4937 * dired.el (dired-mark-prompt):
4938 * dired-aux.el (dired-read-shell-command): Doc fix.
4939
eab5dc07
LMI
49402011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4941
b796c9b7
SM
4942 * mail/sendmail.el (sendmail-query-once):
4943 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
4944 emacs -Q.
4945
4946 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
4947
eab5dc07
LMI
4948 * cus-edit.el (custom-file): Take an optional no-error variable.
4949 (customize-save-variable): Set the variable, and give a warning if
4950 running under "emacs -q".
4951
a1e65d42
JB
49522011-07-11 Juanma Barranquero <lekktu@gmail.com>
4953
4954 * loadhist.el (unload-feature-special-hooks):
4955 Add `auto-coding-functions', `fill-nobreak-predicate' and
4956 `find-directory-functions' (bug#5327).
4957
1d52da10
LMI
49582011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4959
be958f1d
LMI
4960 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
4961
5bedb26c
LMI
4962 * cus-edit.el (custom-guess-name-alist): -alist variables should
4963 use the `alist' type (bug#3120). Suggested by Drew Adams.
4964
1d52da10
LMI
4965 * printing.el: Add documentation to all the `pr-toggle-' commands.
4966
cd394be1 49672011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
4968
4969 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
4970 backends where it makes sense (bug#2623).
4971
dcc88d8a
LMI
49722011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4973
c3de9feb
LMI
4974 * dired-x.el (dired-guess-default): Remove duplicate shell command
4975 entries (bug#2028).
8a93078b 4976 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 4977 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 4978
dcc88d8a
LMI
4979 * subr.el (remove-duplicates): New conveniency function.
4980
505e3645
LMI
49812011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4982
4983 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
4984 (bug#1526).
4985
49862011-07-10 Martin Rudalics <rudalics@gmx.at>
4987
4988 * window.el (display-buffer-normalize-default): Don't invert
4989 meaning of even-window-heights. Reported by Eli Zaretskii
4990 <eliz@gnu.org>.
4991
455e4fa1
BR
49922011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
4993
4994 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
4995
8e0bc3e9
CY
49962011-07-10 Chong Yidong <cyd@stupidchicken.com>
4997
4998 * window.el (display-buffer): Fix arguments to
4999 display-buffer-reuse-window in last change.
5000
fa7c3228
CY
5001 * faces.el (link): Use a less saturated blue on light backgrounds.
5002
5003 * startup.el (fancy-startup-text, fancy-about-text)
5004 (fancy-startup-tail): Use font-lock faces, for background safety.
5005
c0a7f300
BN
50062011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
5007
b796c9b7
SM
5008 * emulation/viper-cmd.el (viper-change-state-to-vi):
5009 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 5010
4dc2a129
MR
50112011-07-09 Martin Rudalics <rudalics@gmx.at>
5012
5013 * window.el (display-buffer-default-specifiers): Remove.
5014 (display-buffer-macro-specifiers): Remove default specifiers.
5015 (display-buffer-alist): Default to nil.
b796c9b7 5016 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
5017 (display-buffer-pop-up-window): Allow splitting internal
5018 windows. Check whether a live window was created.
5019 (display-buffer-other-window-means-other-frame)
5020 (display-buffer-normalize-arguments): Rename to
5021 display-buffer-normalize-argument and rewrite. Set the
5022 other-window specifier.
5023 (display-buffer-normalize-special): New function.
5024 (display-buffer-normalize-options): Rename to
5025 display-buffer-normalize-default and rewrite.
5026 (display-buffer-normalize-options-inhibit): Remove.
5027 (display-buffer-normalize-specifiers): Rewrite.
5028 (display-buffer): Process other-window specifier and call
5029 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
5030 more faithfully.
b796c9b7 5031 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 5032 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
5033 (display-buffer-in-window, display-buffer-alist-set):
5034 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
5035 <tassilo@member.fsf.org>.
5036
2d43b8c9
LL
50372011-07-09 Leo Liu <sdl.web@gmail.com>
5038
5039 * register.el (insert-register): Restore accidental change on
5040 2011-06-26. (Bug#9028)
5041
7f9b7c53
GM
50422011-07-09 Glenn Morris <rgm@gnu.org>
5043
5044 * subr.el (remq): Handle the empty list. (Bug#9024)
5045
f042cfd8
AS
50462011-07-08 Andreas Schwab <schwab@linux-m68k.org>
5047
5048 * mail/sendmail.el (send-mail-function): No longer delay custom
5049 initialization.
5050 * custom.el (custom-initialize-delay): Doc fix.
5051
856b2f11
SM
50522011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
5053
5054 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
5055
afae1d68
MA
50562011-07-08 Michael Albinus <michael.albinus@gmx.de>
5057
5058 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
5059 human-friendly prompt.
5060
0757af94
SM
50612011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
5062
5063 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
5064 provided by a particular plugin.
5065
d760b731
LMI
50662011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
5067
5068 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
5069 save customizations (with "emacs -Q"), just set the variable
5070 instead of erroring out.
5071
5072 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
5073
cd79ce90
JL
50742011-07-08 Juri Linkov <juri@jurta.org>
5075
5076 * arc-mode.el (archive-zip-expunge, archive-zip-update)
5077 (archive-zip-update-case): Use 7z if found by `executable-find'.
5078 The order of searching the available programs is the same as in
5079 `archive-zip-extract' (bug#8968).
5080
14cc04aa
CY
50812011-07-07 Chong Yidong <cyd@stupidchicken.com>
5082
5083 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
5084 (menu-bar-options-menu): Tweak descriptions.
5085
0a1848ec
LMI
50862011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5087
5088 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
5089 menu items into verb phrases (bug#1421). Also refill to fit under
5090 80 columns.
5091
f5bd0689
CY
50922011-07-07 Chong Yidong <cyd@stupidchicken.com>
5093
538e85c6
CY
5094 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
5095 (Info-read-node-name): Doc fix (Bug#1084).
5096
f5bd0689
CY
5097 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
5098 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
5099 (end-of-sexp, beginning-of-sexp)
5100 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
5101 (forward-symbol, forward-same-syntax, word-at-point)
5102 (sentence-at-point): Doc fix (Bug#1144).
5103
56ec5115
LMI
51042011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5105
f3f8e37f
LMI
5106 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
5107 should cover it (bug#1281).
5108
0757af94 5109 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 5110
e9fce1ac 5111 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
5112 negotiation fails, then possibly try again with a non-encrypted
5113 connection (bug#9017).
5114
56ec5115
LMI
5115 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
5116 be used.
5117
c2f9aec8
RS
51182011-07-07 Richard Stallman <rms@gnu.org>
5119
5120 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
5121 property, and handle its changed format.
5122 Look for the correct line number.
5123 Use file's line contents (but not past first =) to find
5124 correct line in message.
5125
ef7b981d 51262011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
5127
5128 * international/characters.el (build-unicode-category-table):
5129 Delete it.
0757af94 5130 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 5131
0757af94 5132 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
5133 to src/chartab.c.
5134 (get-char-code-property): Call unicode-property-table-internal to
5135 load a file. Call get-unicode-property-internal where necessary.
5136 (put-char-code-property): Call unicode-property-table-internal to
5137 load a file. Call put-unicode-property-internal where necessary.
5138 put-unicode-property-internal where necessary.
0757af94
SM
5139 (char-code-property-description):
5140 Call unicode-property-table-internal to load a file.
c805dec0
KH
5141
5142 * international/charprop.el:
5143 * international/uni-bidi.el:
5144 * international/uni-category.el:
5145 * international/uni-combining.el:
5146 * international/uni-comment.el:
5147 * international/uni-decimal.el:
5148 * international/uni-decomposition.el:
5149 * international/uni-digit.el:
5150 * international/uni-lowercase.el:
5151 * international/uni-mirrored.el:
5152 * international/uni-name.el:
5153 * international/uni-numeric.el:
5154 * international/uni-old-name.el:
5155 * international/uni-titlecase.el:
5156 * international/uni-uppercase.el: Regenerate.
5157
5158 * loadup.el: Load international/charprop.el before
5159 international/characters.
5160
e14b388a
CY
51612011-07-07 Chong Yidong <cyd@stupidchicken.com>
5162
5163 * window.el (next-buffer, previous-buffer): Signal an error if
5164 called from a minibuffer window.
5165
5166 * bindings.el: Revert 2011-07-04 change.
5167
354cf0ba
RS
51682011-07-06 Richard Stallman <rms@gnu.org>
5169
5170 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
5171 (rmail-mime-insert-bulk, rmail-mime-insert-text):
5172 Treat markers like ints.
5173 (rmail-mime-entity): Doc fix.
5174
a48868a7
LMI
51752011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5176
4906cd3d
LMI
5177 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
5178 defcustom again for backwards compatibility.
5179
e0457abe
LMI
5180 * simple.el (shell-command-on-region): Fill.
5181
d67f7e1f
LMI
5182 * dired-aux.el (dired-kill-line): Add a doc string.
5183
fe204702
LMI
5184 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
5185 to "\\sw\\|\\s_" (bug#358).
5186
a48868a7
LMI
5187 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
5188 (dired-unmark-backward): Ditto.
5189 (dired-flag-backup-files): Ditto.
5190
5191 * dired-x.el (dired-mark-sexp): Ditto.
5192
aa8a705c
RS
51932011-07-06 Richard Stallman <rms@gnu.org>
5194
5195 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
5196 (rmail-mime-entity): New arg TRUNCATED.
5197 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
5198 New functions.
5199 (rmail-mime-save): Warn if entity is truncated.
5200 (rmail-mime-toggle-hidden): Likewise, for showing.
5201 (rmail-mime-process-multipart): Record when an entity is truncated.
5202
a9a936b9
RS
5203 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
5204 if ENTITY is a string.
5205
1f2b92cb
LMI
52062011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5207
f4f73198 5208 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
5209 of faces when `M-C-x'-ing their definitions (bug#8378).
5210 Also clean up the code slightly.
f4f73198 5211
12b16734 5212 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 5213 because that makes the colors go away.
12b16734 5214
f0691d22
LMI
5215 * mail/sendmail.el (send-mail-function): Change the default to
5216 `sendmail-query-once'.
9e87df06 5217 (sendmail-query-once): Add an autoload cookie.
f0691d22 5218
1f2b92cb
LMI
5219 * net/network-stream.el (network-stream-open-starttls): Try using
5220 a plain connection even if the server offered STARTTLS, and we
5221 kinda wanted to use it, if Emacs doesn't have any STARTTLS
5222 capability. This should make smtpmail.el work in slightly more
5223 configurations.
5224
1cdd2a1b
MA
52252011-07-06 Michael Albinus <michael.albinus@gmx.de>
5226
5227 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
5228 New defun.
5229 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
5230
fbcc67e2
MM
52312011-07-06 Michael R. Mauger <mmaug@yahoo.com>
5232
5233 * progmodes/sql.el: Version 3.0
0757af94 5234 (sql-product-alist): Add product :completion-object,
fbcc67e2 5235 :completion-column, and :statement attributes.
0757af94 5236 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 5237 (sql-mode-syntax-table): Mark all punctuation.
0757af94 5238 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
5239 ansi keywords.
5240 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 5241 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
5242 (sql-oracle-show-reserved-words): New function for development.
5243 (sql-product-font-lock): Simplify for source code buffers.
5244 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
5245 New functions.
5246 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
5247 (sql-mode-map): Add statement movement functions.
5248 (sql-ansi-statement-starters, sql-oracle-statement-starters):
5249 New variable.
fbcc67e2
MM
5250 (sql-statement-regexp, sql-beginning-of-statement)
5251 (sql-end-of-statement, sql-signum): New functions.
0757af94 5252 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
5253 (sql-show-sqli-buffer): Bug fix.
5254 (sql-interactive-mode): Store connection data as buffer local.
0757af94 5255 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
5256 with sql-interactive-mode.
5257 (sql-save-connection): Save buffer local settings.
0757af94 5258 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
5259 (sql-product-interactive): Bug fix.
5260 (sql-preoutput-hold): New variable.
5261 (sql-interactive-remove-continuation-prompt): Bug fixes.
5262 (sql-debug-redirect): New variable.
5263 (sql-str-literal): New function.
5264 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 5265 Redesign.
fbcc67e2
MM
5266 (sql-oracle-save-settings, sql-oracle-restore-settings)
5267 (sql-oracle-list-all, sql-oracle-list-table): New functions.
5268 (sql-completion-object, sql-completion-column)
5269 (sql-completion-sqlbuf): New variables.
5270 (sql-build-completions-1, sql-build-completions)
5271 (sql-try-completion): New functions.
5272 (sql-read-table-name): Use them.
5273 (sql-contains-names): New buffer local variable.
5274 (sql-list-all, sql-list-table): Use it.
5275 (sql-oracle-completion-types): New variable.
5276 (sql-oracle-completion-object, sql-sqlite-completion-object)
5277 (sql-postgres-completion-object): New functions.
5278
d4eaeab1
GM
52792011-07-06 Glenn Morris <rgm@gnu.org>
5280
5281 * window.el (pop-to-buffer): Doc fix.
5282
322b7dab 52832011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
5284
5285 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
5286
322b7dab 52872011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 5288
322b7dab 5289 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 5290
322b7dab 5291 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 5292
605dd5bf
CY
52932011-07-05 Chong Yidong <cyd@stupidchicken.com>
5294
5295 * button.el (button): Inherit from link face. Suggested by Dan
5296 Nicolaescu.
5297
7dbfa719
SM
52982011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
5299
3db614b0
SM
5300 * progmodes/gdb-mi.el: Fit in 80 columns.
5301 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
5302 switch-to-buffer.
5303
7dbfa719
SM
5304 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
5305 if imenu is simply not configured (bug#8941).
5306
919d884a
KM
53072011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
5308
5309 * allout.el (allout-post-undo-hook): New allout outline-change
5310 event hook to signal undo activity.
5311 (allout-post-command-business): Run allout-post-undo-hook if an
5312 undo just occurred.
7dbfa719
SM
5313 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
5314 * allout-widgets.el (allout-widgets-after-undo-function):
5315 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
5316 in the vicinity of an undo.
5317 (allout-widgets-mode): Include allout-widgets-after-undo-function
5318 on the new allout-post-undo-hook.
5319
450a0f09
SM
53202011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
5321
5322 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
5323 Let define-derived-mode define it.
5324 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
5325 cycles of abbrev-table inheritance (bug#8998).
5326
2de69e00
RW
53272011-07-05 Roland Winkler <winkler@gnu.org>
5328
5329 * textmodes/bibtex.el: Add support for biblatex.
5330 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
5331 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
5332 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
5333 (bibtex-entry-alist, bibtex-field-alist): New variables.
5334 (bibtex-entry-field-alist): Obsolete alias for
5335 bibtex-BibTeX-entry-alist.
5336 (bibtex-entry-alist, bibtex-field-alist): New widgets.
5337 (bibtex-set-dialect): New command.
5338 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
5339 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
5340 Bind via bibtex-set-dialect.
2de69e00
RW
5341 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
5342 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
5343 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
5344 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
5345 Define via bibtex-set-dialect.
450a0f09
SM
5346 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
5347 Obey bibtex-no-opt-remove-re.
2de69e00
RW
5348 (bibtex-vec-push, bibtex-vec-incr): New functions.
5349 (bibtex-format-entry, bibtex-field-list)
5350 (bibtex-print-help-message, bibtex-validate)
5351 (bibtex-search-entries): Use new format of bibtex-entry-alist.
5352
2dcdbdd9
SM
53532011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
5354
5355 * progmodes/compile.el (compilation-goto-locus):
5356 * net/tramp-cmds.el (tramp-append-tramp-buffers):
5357 * bs.el (bs-cycle-next, bs-cycle-previous):
5358 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
5359 * bindings.el (mode-line-other-buffer):
5360 * autoinsert.el (auto-insert):
5361 * arc-mode.el (archive-extract):
5362 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
5363
b27640fe
JB
53642011-07-05 Juanma Barranquero <lekktu@gmail.com>
5365
5366 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
5367 Fix check of `emacs-lock-unlockable-modes'.
5368 Coerce true values of `emacs-lock--try-unlocking' to t.
5369
53bbe3ad
JB
53702011-07-05 Juanma Barranquero <lekktu@gmail.com>
5371
5372 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
5373 * emacs-lock.el: New file.
5374
1d3cdbc7
JD
53752011-07-05 Julien Danjou <julien@danjou.info>
5376
5377 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
5378 than `boundp' to check if face is set.
5379
9173deec
JB
53802011-07-05 Juanma Barranquero <lekktu@gmail.com>
5381
5382 * register.el (registerv-make):
5383 * window.el (window-min-height): Fix typos in docstrings.
5384
869795d6
JD
53852011-07-05 Jan Djärv <jan.h.d@swipnet.se>
5386
9173deec 5387 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
5388 Update doc string.
5389
b768cdcd
JB
53902011-07-04 Juanma Barranquero <lekktu@gmail.com>
5391
5392 * server.el (server-execute): Catch quit and call
5393 `server-return-error' to pass the error back to emacsclient and
5394 close the connection (bug#8942).
5395
13aa217b
KM
53962011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
5397
5398 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
5399 insecure exception for current topic. Also note that auto-saves
5400 are handled differently.
5401
5402 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
5403 State variables for tracking auto-save inhibition situation.
5404
5405 (allout-write-contents-hook-handler): Rename from
5406 'allout-write-file-hook-handler', and describe how it depends on
5407 write-contents-functions sensitivity to non-nil value to prevent
5408 file write.
5409
5410 (allout-auto-save-hook-handler): Remove. auto-save does not check
5411 this in individual buffers, only in the starting buffer, so this
5412 is not the right way for us to inhibit auto-save in a buffer
5413 according to its condition.
5414
5415 (allout-mode): Use new allout-write-contents-hook-handler, and
5416 only with write-contents-functions. Remove auto-save provisions -
5417 they're implemented elsewhere.
5418
5419 (allout-before-change-handler): If undo is in progress, note that
5420 for attention of allout-post-command-business.
5421
5422 (allout-post-command-business): If the command we're following was
5423 an undo, check for change in the status of encrypted items and
5424 adjust auto-save inhibitions accordingly.
5425
5426 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
5427 according to whether there are or aren't any plain-text topics
5428 pending encryption.
5429
2dcdbdd9 5430 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
5431 Adjust buffer-saved-size and some allout state to inhibit auto-saves
5432 if there are plain-text topics pending encryption.
13aa217b
KM
5433
5434 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
5435 buffer-saved-size and some allout state to not inhibit auto-saves
5436 if there are no longer any plain-text topics pending encryption.
5437
0757af94
SM
5438 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
5439 No longer provide for exemption of the current topic.
13aa217b 5440
ac89b32c
JL
54412011-07-04 Juri Linkov <juri@jurta.org>
5442
5443 Add 7z operations to delete and save changed members (bug#8968).
5444 * arc-mode.el (archive-7z-expunge, archive-7z-update):
5445 New defcustoms.
5446 (archive-7z-write-file-member): New function.
5447 (archive-7z-summarize): Fix the number of dashes in the
5448 listing output.
5449
8fa39615
SM
54502011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
5451
5452 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
5453 (bug#8958).
5454
2f11b3f1
CY
54552011-07-04 Chong Yidong <cyd@stupidchicken.com>
5456
d66fef2b
CY
5457 * bindings.el: Ignore next-buffer and previous-buffer in
5458 minibuffer-local-map.
5459
2f11b3f1
CY
5460 * font-lock.el (font-lock-builtin-face): Change light background
5461 color to dark slate blue (Bug#6693).
5462
f932a347
WD
54632011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
5464
5465 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
5466
c8af70e1
SM
54672011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
5468
5469 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
5470 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5471 Add switch-to-buffer.
5472
f158badc
LMI
54732011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5474
5475 * isearch.el (isearch-search-fun-function): Clarify further the
5476 meaning of the function returned.
5477
6d95bd46
MA
54782011-07-04 Michael Albinus <michael.albinus@gmx.de>
5479
5480 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
5481
5482 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
5483 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
5484 Use it.
5485 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
5486 `tramp-default-remote-path' does not exist.
5487 (tramp-send-command-and-read): New optional argument NOERROR.
5488 (tramp-open-connection-setup-interactive-shell)
5489 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
5490 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
5491 (tramp-process-sentinel): Flush also process' connection property.
5492 (tramp-sh-handle-start-file-process): Do not set process
5493 sentinel. It is done now ...
5494 (tramp-maybe-open-connection): ... here. (Bug#8929)
5495
909e6b67
MK
54962011-07-04 MON KEY <monkey@sandpframing.com>
5497
5498 * play/animate.el (animate-string): Doc fixes and allow changing
5499 the buffer name (bug#5417).
5500
55012011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5502
c8af70e1 5503 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 5504
f34755dc
PE
55052011-07-04 Paul Eggert <eggert@cs.ucla.edu>
5506
396cec72
PE
5507 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
5508 This is simpler and helps future-proof the code.
5509 (timer-until): Use time-subtract and float-time.
08235028 5510 (timer--time-less-p): Use time-less-p.
f34755dc 5511
56e6cc31
JB
55122011-07-04 Juanma Barranquero <lekktu@gmail.com>
5513
3abb79e5
JB
5514 * type-break.el (timep): Use the value of `float-time' to avoid a
5515 byte-compiler warning.
5516
56e6cc31
JB
5517 * server.el (server-eval-and-print): Return any result, even nil.
5518
7b9430b4
PE
55192011-07-03 Paul Eggert <eggert@cs.ucla.edu>
5520
5521 * type-break.el: Accept time formats that the builtins accept.
5522 (timep, type-break-time-difference): Accept any format that
5523 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
5524 This is simpler and helps future-proof the code.
5525 (type-break-time-difference): Round rather than ignoring
5526 subseconds components.
5527
3034e9e7
LMI
55282011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5529
5530 * info.el (Info-apropos-matches): Make non-interactive, since it
5531 doesn't seem to do anything useful as a command (bug#8829).
5532
1485f4c0
CY
55332011-07-03 Chong Yidong <cyd@stupidchicken.com>
5534
5535 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 5536 Move from faces.el.
1485f4c0
CY
5537 (frame-default-terminal-background): New function.
5538
5539 * custom.el (custom-push-theme): Don't record faces in `changed'
5540 theme; this doesn't work correctly for per-frame face settings.
5541 (disable-theme): Use face-set-after-frame-default to reset faces.
5542 (custom--frame-color-default): New function.
5543
9fa3dd45
LMI
55442011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5545
c8af70e1 5546 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
5547 (bug#8769).
5548
6cbbc20c
KR
55492011-03-29 Kevin Ryde <user42@zip.com.au>
5550
5551 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5552 `perl-Test2' extend to match possible "fail #N" rep count
5553 (bug#8377).
5554
c7f98048
LMI
55552011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5556
65676592
LMI
5557 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
5558 `smtpmail-via-smtp' now returns the error instead of nil.
5559
c7f98048
LMI
5560 * isearch.el (isearch-search-fun-function): Clarify the doc string
5561 (bug#8101).
5562
56e6cc31 55632011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
5564
5565 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
5566 unnecessary spaces (bug#8987).
5567
2b216704
LMI
55682011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5569
5570 * net/network-stream.el (open-network-stream): Use the
5571 :end-of-capability command thoughout.
5572
55732011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
5574
5575 * net/network-stream.el (open-network-stream): Add the
5576 :end-of-capability command parameter, used by pop3.el.
5577
36adf6ce
LMI
55782011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5579
1ca0da0e
LMI
5580 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
5581
fc00f69c
LMI
5582 * fringe.el (fringe-query-style): Remove redundant text " (type ?
5583 for list)" (bug#6475).
5584
28fd8759 5585 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 5586 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
5587 an error (bug#6297).
5588
0dd8b6da
LMI
5589 * man.el (Man-reference-regexp): Allow matching possible
5590 word-wrapped references (bug#6289).
5591
ce1438d6
LMI
5592 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
5593 for consistency with the other vc buffers (bug#6197).
5594 (vc-checkin): Ditto.
5595
5596 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
5597
36adf6ce
LMI
5598 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
5599
e83cc1f7
LMI
56002011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5601
8a20ca4c
LMI
5602 * custom.el (defcustom): Clarify that :set is only used in the
5603 Customize user interface (bug#6089).
5604
83319045
LMI
5605 * progmodes/flymake.el (flymake-mode): If the buffer isn't
5606 associated with a file, refuse to run instead of erroring out
5607 (bug#6084).
5608
a8392169
LMI
5609 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
5610 the doc string, since it appears that using `fill-column' always
5611 controls the width (bug#7845).
5612
e83cc1f7
LMI
5613 * simple.el (shell-command-on-region): Say where the error output
5614 went if `shell-command-default-error-buffer' is set (bug#6857).
5615
e47ca23b
KM
56162011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
5617
5618 * allout.el (allout-yank-processing): Adjust cursor position for
5619 backwards-deleted space.
5620
5621 (allout-rebullet-heading): Register changes with
5622 allout-exposure-changed-hook, so the modified topic is properly
5623 decorated.
5624
5cf56143
LMI
56252011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5626
08549772
LMI
5627 * minibuffer.el (completion-in-region): Document PREDICATE
5628 (bug#7136).
5629
48e96771
LMI
5630 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
5631 of keyword/argument pairs (bug#6904).
5632
c8af70e1
SM
5633 * replace.el (multi-occur):
5634 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 5635
e17d05e2
LMI
56362011-07-02 Drew Adams <drew.adams@oracle.com>
5637
5638 * dired.el (dired-mark-if): Make the message about whether it's
5639 marking or unmarking clearer (bug#8523).
5640
063b0e45
LMI
56412011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5642
5643 * disp-table.el (display-table-print-array): New function.
5644 (describe-display-table): Use it to print the vectors more pretty
5645 (Bug#8859).
5646
28545e04
MR
56472011-07-02 Martin Rudalics <rudalics@gmx.at>
5648
5649 * window.el (window-state-get-1): Don't assign clone numbers.
5650 Add clone-of item to list of window parameters.
5651 (window-state-put-2): Don't process clone numbers.
5652 (display-buffer-alist): Fix doc-string.
5653
3349e122
SM
56542011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
5655
5656 * subr.el (remq): Don't allocate if it's not needed.
5657 (keymap--menu-item-binding, keymap--menu-item-with-binding)
5658 (keymap--merge-bindings): New functions.
5659 (keymap-canonicalize): Use them to refine the canonicalization.
5660 * minibuffer.el (minibuffer-local-completion-map)
5661 (minibuffer-local-must-match-map): Move initialization from C.
5662 (minibuffer-local-filename-completion-map): Move initialization from C;
5663 don't inherit from anything here.
5664 (minibuffer-local-filename-must-match-map): Make obsolete.
5665 (completing-read-default): Use make-composed-keymap to combine
5666 minibuffer-local-filename-completion-map with either
5667 minibuffer-local-must-match-map or
5668 minibuffer-local-filename-completion-map.
5669
d224ac83
GM
56702011-07-01 Glenn Morris <rgm@gnu.org>
5671
3de63bf8
GM
5672 * type-break.el (type-break-time-sum): Use dolist.
5673
d224ac83
GM
5674 * textmodes/flyspell.el (flyspell-word-search-backward):
5675 Replace CL function.
5676
1a1e3f32
SM
56772011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
5678
fe3f64d5
SM
5679 * mouse.el (mouse--strip-first-event): New function.
5680 (function-key-map): Use it to map fringe clicks to normal clicks
5681 by default.
5682
eb604e34
SM
5683 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
5684 (vc-bzr-revision-completion-table): Add support for annotate and date.
5685
1a1e3f32
SM
5686 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
5687 inherit from parent.
5688
5bd35902
LMI
56892011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5690
ace6c69c 5691 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 5692 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 5693
191e2bed
LMI
5694 * dired.el (dired-mode): Fix up the doc string as suggested by
5695 Drew Adams (bug#8817).
5696
5bd35902
LMI
5697 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
5698 cookie, since the manual says that it should be possible to add
5699 this function to `find-file-hook' (bug#8709).
5700
eee8207a
TZ
57012011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
5702
5703 * progmodes/cfengine.el: Moved all cfengine3.el functionality
5704 here. Noted Ted Zlatanov as the maintainer.
5705 (cfengine-common-settings, cfengine-common-syntax): New functions
5706 to set up common things between `cfengine-mode' and
5707 `cfengine3-mode'.
5708 (cfengine3-mode): New mode.
5709 (cfengine3-defuns cfengine3-defuns-regex
5710 (cfengine3-class-selector-regex cfengine3-category-regex)
5711 (cfengine3-vartypes cfengine3-font-lock-keywords)
5712 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 5713 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 5714
36b148cf
MA
57152011-07-01 Michael Albinus <michael.albinus@gmx.de>
5716
5717 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
5718
5719 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
5720
0bf4ba9a
MR
57212011-07-01 Martin Rudalics <rudalics@gmx.at>
5722
5723 * window.el (same-window-buffer-names, same-window-regexps)
5724 (same-window-p, special-display-frame-alist)
5725 (special-display-popup-frame, special-display-function)
5726 (special-display-buffer-names, special-display-regexps)
5727 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
5728 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
5729 (split-window-preferred-function, split-height-threshold)
5730 (split-width-threshold, even-window-heights)
5731 (display-buffer-mark-dedicated, window-splittable-p)
5732 (split-window-sensibly, window-safely-shrinkable-p):
5733 Un-obsolete.
5734 (display-buffer): Don't spread args with function specifier
5735 because special-display-popup-frame won't like it.
5736
35837f51
PE
57372011-07-01 Paul Eggert <eggert@cs.ucla.edu>
5738
d0672f86
PE
5739 Time-stamp simplifications and fixes.
5740 These improve accuracy slightly, and future-proof the code
5741 against some potential changes to current-time format.
5742
b9444d97
PE
5743 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
5744 by using time-since and float-time.
5745
0ef923dc
PE
5746 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
5747 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
5748 + NNN microseconds".
5749
2f81380d
PE
5750 * type-break.el (type-break-time-sum): Rewrite using time-add.
5751
845b5c3e
PE
5752 * play/hanoi.el (hanoi-current-time-float): Remove.
5753 All uses replaced by float-time.
5754
ee6f1be0
PE
5755 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
5756 This yields a more-accurate answer.
5757 (rng-time-to-float): Remove; no longer needed.
5758
fe955043
PE
5759 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
5760
5777162a
PE
5761 * calendar/timeclock.el (timeclock-seconds-to-time):
5762 Defalias to seconds-to-time, since they're the same thing.
5763
3103f8b6 5764 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 5765 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
5766 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
5767
0e61a35f
SM
57682011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
5769
5770 * window.el (bury-buffer): Don't iconify the only frame.
5771 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
5772 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
5773
ddd63a1e
CY
57742011-07-01 Chong Yidong <cyd@stupidchicken.com>
5775
0e61a35f
SM
5776 * eshell/em-smart.el (eshell-smart-display-navigate-list):
5777 Add mouse-yank-primary.
ddd63a1e 5778
055f4923
TZ
57792011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
5780
5781 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
5782
6a2fb145
SM
57832011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
5784
5785 * emacs-lisp/find-func.el (find-library--load-name): New fun.
5786 (find-library-name): Use it to find relative load names when provided
5787 absolute file name (bug#8803).
5788
fd4983f2
LMI
57892011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5790
887d14ad
LMI
5791 * textmodes/flyspell.el (flyspell-word): Consider words that
5792 differ only in case as potential doublons (bug#5687).
5793
c53dc7fc
LMI
5794 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
5795 Remove two rather uninteresting debugging-like messages to make
5796 debbugs.el more silent.
5797
fd4983f2
LMI
5798 * comint.el (comint-password-prompt-regexp): Accept "Response" as
5799 a password-like phrase.
5800
b14c0c55
AM
58012011-06-30 Mastake YAMATO <yamato@redhat.com>
5802
5803 * progmodes/cc-guess.el: New file.
5804
6a2fb145 5805 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
5806
5807 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
5808 derived from `c-basic-common-init'.
5809
5810 * progmodes/cc-mode.el (top-level): Require cc-guess.
5811 (c-basic-common-init): Use `cc-choose-style-for-mode'.
5812
1fa280a3
LM
58132011-06-30 Lawrence Mitchell <wence@gmx.li>
5814
5815 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
5816
e6597158
AM
58172011-06-30 Alan Mackenzie <acm@muc.de>
5818
1fa280a3
LM
5819 * progmodes/cc-engine.el (c-guess-continued-construct):
5820 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
5821 lock is disabled. Name this case as "CASE G".
5822
68ba37fb
KM
58232011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
5824
5825 * allout.el (allout-yank-processing): Fix injection of extra space
5826 between bullet and non-whitespace character in first topic when
5827 pasting, ensuring that the actual spacing in the pasted topic
5828 following the bullet char is preserved. This extra space was
5829 causing pasted encrypted topics to get a decrypted status even
5830 when the content was actually still encrypted. Now the decryption
5831 status from before the paste is preserved.
5832
5833 (allout-flag-region): Set all allout overlays so they evaporate
5834 when reduced to zero length (evanescent), to prevent overlay
5835 leakage.
5836
887a0b34
GM
58372011-06-30 Glenn Morris <rgm@gnu.org>
5838
94b9acce
GM
5839 * w32-fns.el (w32-charset-info-alist): Declare.
5840
1d9b46d4
GM
5841 * find-dired.el (find-grep-options): Simplify.
5842
cc232200
GM
5843 * term/ns-win.el (ns-set-resource): Declare.
5844
28e77c46
GM
5845 * ses.el (row, col): Declare dynamic variables honestly.
5846
887a0b34
GM
5847 * textmodes/reftex-parse.el (index-tags): Declare.
5848
658d8eb8
CY
58492011-06-30 Chong Yidong <cyd@stupidchicken.com>
5850
5851 * cus-edit.el (customize-push-and-save): New function.
5852
5853 * files.el (hack-local-variables-confirm): Use it.
5854
1fa280a3
LM
5855 * custom.el (load-theme): New arg NO-CONFIRM.
5856 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
5857 (custom-enabled-themes): Doc fix.
5858
5859 * cus-theme.el (customize-create-theme)
5860 (custom-theme-merge-theme): Callers to load-theme changed.
5861
bb617717
LMI
58622011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5863
d61bdd5d
LMI
5864 * thingatpt.el (thing-at-point-short-url-regexp): Require that
5865 short URLs have at least one dot in them (bug #7614).
5866
bb617717
LMI
5867 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
5868 nil, because using a pty is apparently too slow (bug #895).
5869
2f31f37a
LMI
58702011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5871
5872 * mail/sendmail.el (sendmail-query-once): New function.
5873 (sendmail-query-once-function): New variable.
5874
3076b24e
GM
58752011-06-29 Glenn Morris <rgm@gnu.org>
5876
faf2a174
GM
5877 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
5878
3076b24e
GM
5879 * ses.el (top-level): Require cl when compiling.
5880 (ses-set-localvars): Fix error statement.
5881 Call it at compile time to silence a storm of warnings.
5882
5386012d
MR
58832011-06-29 Martin Rudalics <rudalics@gmx.at>
5884
5885 * window.el (normalize-live-buffer): Rename to
5886 window-normalize-buffer.
5887 (normalize-live-frame): Rename to window-normalize-frame.
5888 (normalize-any-window): Rename to window-normalize-any-window.
5889 (normalize-live-window): Rename to window-normalize-live-window.
5890 (make-window-atom): Rename to window-make-atom.
5891 (window-resize-reset): Rename to window--resize-reset.
5892 (window-resize-reset-1): Rename to window--resize-reset-1.
5893 (resize-mini-window): Rename to window--resize-mini-window.
5894 (resize-subwindows-skip-p): Rename to
5895 window--resize-subwindows-skip-p.
5896 (resize-subwindows-normal): Rename to
5897 window--resize-subwindows-normal.
5898 (resize-subwindows): Rename to window--resize-subwindows.
5899 (resize-other-windows): Rename to window--resize-siblings.
5900 (resize-this-window): Rename to window--resize-this-window.
5901 (resize-root-window): Rename to window--resize-root-window.
5902 (resize-root-window-vertically): Rename to
5903 window--resize-root-window-vertically.
5904 (normalize-buffer-to-display): Rename to
5905 window-normalize-buffer-to-display.
5906 (normalize-buffer-to-switch-to): Rename to
5907 window-normalize-buffer-to-switch-to.
5908 Correspondingly update all callers of the functions listed
5909 above.
5910 (display-buffer-alist, display-buffer-normalize-arguments)
5911 (display-buffer-normalize-options, display-buffer)
5912 (display-buffer-alist-set): Use "function" instead of
5913 "fun-with-args".
5914
1176868d
CY
59152011-06-28 Chong Yidong <cyd@stupidchicken.com>
5916
5917 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
5918 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
5919 debbugs.gnu.org. Mention acknowledgment email.
5920
20a7a65f
LMI
59212011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5922
5923 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
5924 buffer multibyteness, since it shouldn't matter.
5925
5f45cca5
MR
59262011-06-28 Martin Rudalics <rudalics@gmx.at>
5927
5928 * window.el (display-buffer-in-side-window): Handle dedicated
5929 windows as in display-buffer-reuse-window.
5930 (display-buffer-normalize-alist): Use value of override
5931 specifier.
5932 (display-buffer-normalize-specifiers): Use value of
5933 other-window-means-other-frame specifier.
5934 (display-buffer-alist): Rewrite some texts in widgets.
5935 (display-buffer): Spread arguments when calling function
5936 specified by fun-with-args.
5937
ad85fe1f
DD
59382011-06-28 Deniz Dogan <deniz@dogan.se>
5939
1fa280a3
LM
5940 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
5941 Unnest `let'.
da68c4c8 5942
ad85fe1f
DD
5943 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
5944 selectors (Bug#5732).
ec49bd31 5945 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 5946
a08cc025
JA
59472011-06-27 Jari Aalto <jari.aalto@cante.net>
5948
5949 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
5950 (eshell-ls-date-format): New defcustom.
5951 (eshell-ls-file): Use it.
5952
e2b551c5
SM
59532011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
5954
5955 * help-fns.el (describe-variable): Fix message for terminal-local vars.
5956
8982b231
KY
59572011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
5958
5959 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
5960 (ange-ftp-make-tmp-name): New arg.
5961 (ange-ftp-file-local-copy): Use it.
5962
36c9fa27
J
59632011-06-27 Jambunathan K <kjambunathan@gmail.com>
5964
5965 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
5966 no-conversion (Bug#8870).
5967
d68443dc
MR
59682011-06-27 Martin Rudalics <rudalics@gmx.at>
5969
5970 * window.el (window-right, window-left, window-child)
5971 (window-child-count, window-last-child)
5972 (window-iso-combination-p, walk-window-tree-1)
5973 (window-atom-check-1, window-tree-1, delete-window)
5974 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
5975 new naming conventions - window-vchild, window-hchild,
5976 window-next and window-prev are now called window-top-child,
5977 window-left-child, window-next-sibling and window-prev-sibling
5978 respectively.
d615d6d2
MR
5979 (resize-window-reset): Rename to window-resize-reset.
5980 (resize-window-reset-1): Rename to window-resize-reset-1.
5981 (resize-window): Rename to window-resize.
5982 (window-min-height, window-min-width)
5983 (resize-mini-window, resize-this-window, resize-root-window)
5984 (resize-root-window-vertically, adjust-window-trailing-edge)
5985 (enlarge-window, shrink-window, maximize-window)
5986 (minimize-window, delete-window, quit-restore-window)
5987 (split-window, balance-windows, balance-windows-area-adjust)
5988 (balance-windows-area, window-state-put-2)
5989 (display-buffer-even-window-sizes, display-buffer-set-height)
5990 (display-buffer-set-width, set-window-text-height)
5991 (fit-window-to-buffer): Rename all "resize-window" prefixed
5992 calls to use the "window-resize" prefix convention.
5993 (display-buffer-alist): Fix symbol for label specifier.
5994 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
5995 corresponding specifier.
5996 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 5997
b6458526
VB
59982011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
5999
6000 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
6001 convention.
6002 (ses-call-printer): Does not pass an empty string to formatter when the
6003 cell is empty to keep from barking printer Calc math-format-value.
6004
d31fd9ac
RS
60052011-06-27 Richard Stallman <rms@gnu.org>
6006
43d5bf84
RS
6007 * battery.el (battery-mode-line-limit): New variable.
6008 (battery-update): Handle it.
6009
d31fd9ac
RS
6010 * mail/rmailmm.el (rmail-mime-process-multipart):
6011 Handle truncated messages.
6012
819a6054
GM
60132011-06-27 Glenn Morris <rgm@gnu.org>
6014
6015 * progmodes/flymake.el (flymake-err-line-patterns):
6016 Allow for column numbers in the ant/javac pattern. (Bug#8866)
6017
cedc73f2
VB
60182011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
6019
819a6054 6020 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
6021 (ses--clean-!, ses--clean-_): New functions.
6022 (ses-range): Add configurability of readout order, and conversion
6023 to Calc vector.
6024
5e5d49b6
VB
6025 * ses.el (ses-repair-cell-reference-all): New function.
6026 (ses-cell-symbol): Set macro as safe, so that it can be used in
6027 formulas.
6028
56e6cc31 6029 * ses.el: Update cycle detection algorithm.
90ca8b49 6030 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 6031 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
6032 (ses-set-localvars): New function.
6033 (ses-make-cell): Add property-list as a cell element.
6034 (ses-cell-property-get-fun, ses-cell-property-get)
6035 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
6036 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
6037 New functions.
90ca8b49
VB
6038 (ses-cell-property-set, ses-cell-property-pop)
6039 (ses-cell-property-get-handle): New macro.
6040 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
6041 New aliases, used for code readability.
6042 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
6043 cycle detection.
6044 (ses-self-reference-early-detection): New defcustom.
fac916bf 6045 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
6046 (ses-mode): Use ses-set-localvars.
6047 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
6048 before lauching the update processing.
6049 (ses-initialize-Dijkstra-attempt): New function.
6050 (ses-recalculate-cell): Update for cycle detection based on
6051 Dijkstra algorithm.
6052
2bb63e81
VB
6053 * ses.el: Fix commenting and indenting convention.
6054
c9d29fb8
SM
60552011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
6056
6057 * bs.el (bs-cycle-next): Complete last change.
6058
d8e4b68b
JB
60592011-06-27 Drew Adams <drew.adams@oracle.com>
6060
6061 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
6062
40098786
LMI
60632011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6064
c9d29fb8
SM
6065 * net/network-stream.el (network-stream-open-starttls):
6066 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
6067 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
6068
40098786
LMI
6069 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
6070 to binary to possibly avoid line encoding issues on Windows (among
6071 other things).
6072
468d09d4
LMI
60732011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6074
6075 * net/network-stream.el (open-network-stream): Return an :error
6076 saying what the problem was, if possible.
6077
6078 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
6079 server.
6080
6081 * net/network-stream.el (network-stream-open-starttls): If we
6082 wanted to use STARTTLS, and the server offered it, but we weren't
6083 able to because we had no STARTTLS support, then close the connection.
6084 (open-network-stream): Return an :error element, if present.
6085
16f07dd7
CY
60862011-06-26 Chong Yidong <cyd@stupidchicken.com>
6087
88821ca0
CY
6088 * hl-line.el (hl-line-sticky-flag): Doc fix.
6089 (global-hl-line-sticky-flag): New option (Bug#8323).
6090 (global-hl-line-highlight): Obey it.
6091
16f07dd7
CY
6092 * vc/vc.el (vc-revert-show-diff): Default to t.
6093
6b5ccddf
KM
60942011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
6095
c9d29fb8
SM
6096 * allout-widgets.el (allout-widgets-post-command-business):
6097 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
6098 undecorated when an isearch is continued past, and isearch
6099 automatically collapses them. This leads to "widget leaks", where
6100 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
6101 hidden widgets can slow down cursor travel, substantially.
6102 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
6103 so we're doing without this nicety.
6104
6105 (allout-widgets-tally-string): Don't try to do a hash-table-count
6106 of allout-widgets-tally when it's nil. This eliminates spurious "Error
6107 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
6108 *Messages* when allout-widgets-maintain-tally is t.
6109
355f2e07
MR
61102011-06-26 Martin Rudalics <rudalics@gmx.at>
6111
6112 * window.el (display-buffer-normalize-argument): Rename to
6113 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
6114 LABEL argument. Respect special-display-function when popping up
6115 a new frame. Fix code searching for a window showing the buffer
6116 on another frame.
c9d29fb8
SM
6117 (display-buffer-normalize-specifiers):
6118 Call display-buffer-normalize-arguments.
355f2e07
MR
6119 (display-buffer-in-window): Don't undedicate the window if its
6120 buffer remains the same.
6121 Reported by Drew Adams <drew.adams@oracle.com>.
6122 (display-buffer-alist): Add choice for same-window macro
6123 specfier.
6124 (display-buffer): Mention special meaning of LABEL argument in
6125 doc-string. Fix quoting. Don't pop up a new frame even as
6126 fallback.
6127
7ca8fc42
JB
61282011-06-26 Juanma Barranquero <lekktu@gmail.com>
6129
6130 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
6131 avoid deleting the current window in some cases (bug#8911).
6132
bc312254
AS
61332011-06-26 Andreas Schwab <schwab@linux-m68k.org>
6134
6135 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
6136 (Bug#8934)
6137
2db18f3f
LMI
61382011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6139
c9d29fb8
SM
6140 * net/network-stream.el (network-stream-open-starttls):
6141 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
6142 (network-stream-open-tls): Ditto.
6143
6302e0d3
LL
61442011-06-26 Leo Liu <sdl.web@gmail.com>
6145
6146 * register.el (registerv): New struct.
6147 (registerv-make): New function.
c9d29fb8
SM
6148 (jump-to-register, describe-register-1, insert-register):
6149 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
6150 struct. (Bug#8415)
6151
5fdd4046
CY
61522011-06-26 Chong Yidong <cyd@stupidchicken.com>
6153
2afef60a
CY
6154 * vc/vc.el (vc-revert-show-diff): New defcustom.
6155 (vc-diff-internal): New arg specifying diff buffer.
6156 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
6157 reuse an existing *vc-diff* buffer (Bug#8927).
6158
5fdd4046
CY
6159 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
6160
e93db24a
GM
61612011-06-26 Glenn Morris <rgm@gnu.org>
6162
6163 * progmodes/f90.el (f90-critical-indent): New option.
6164 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
6165 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
6166 (f90-mode): Doc fix.
6167 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
6168 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
6169 (f90-beginning-of-block, f90-next-block, f90-indent-region)
6170 (f90-match-end): Handle block, critical.
6171
eefff499
GM
61722011-06-25 Glenn Morris <rgm@gnu.org>
6173
f6ba4cc9
GM
6174 * calendar/diary-lib.el (diary-included-files): Doc fix.
6175 (diary-include-files): New function, extracted from
6176 diary-include-other-diary-files and diary-mark-included-diary-files.
6177 (diary-include-other-diary-files, diary-mark-included-diary-files):
6178 Just call diary-include-files.
6179 (diary-mark-entries): Reset diary-included-files on first call.
6180
16712304
GM
6181 * calendar/diary-lib.el (diary-mark-entries)
6182 (diary-mark-included-diary-files):
6183 Visit included diary-files in temp buffers.
6184
5d8e0d43
GM
6185 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
6186 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
6187 (f90-start-block-re, f90-imenu-generic-expression)
6188 (f90-looking-at-program-block-start, f90-no-block-limit):
6189 Add support for submodules.
6190
ccf7a5d5
GM
6191 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
6192 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 6193
11fdef7d 61942011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
6195
6196 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
6197 buffer-file-type before setting its value, to avoid disastrous
eefff499 6198 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 6199
74f53697
JB
62002011-06-25 Juanma Barranquero <lekktu@gmail.com>
6201
6202 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
6203
6204 * ses.el (ses-unload-function):
6205 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
6206
6207 * proced.el (proced-unload-function):
6208 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
6209
18a4ce5e
AR
62102011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
6211
6212 * server.el (server-create-window-system-frame): Add parameters arg.
6213 (server-process-filter): Doc fix. Handle frame-parameters.
6214
519d22cc
JB
62152011-06-25 Juanma Barranquero <lekktu@gmail.com>
6216
6217 Fix bug#8730, bug#8781.
6218
6219 * loadhist.el (unload--set-major-mode): New function.
6220 (unload-feature): Use it.
6221
6222 * progmodes/python.el (python-after-info-look): Add autoload cookie.
6223 (python-unload-function): New function.
6224
c206f5b0
SM
62252011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6226
6227 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
6228
f9ad64f3
GS
62292011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
6230
6231 * net/browse-url.el (browse-url-firefox-program): Add icecat to
6232 the candidates list.
6233
7d0da90e
JB
62342011-06-24 Juanma Barranquero <lekktu@gmail.com>
6235
6236 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
6237
14b4e83d
RS
62382011-06-23 Richard Stallman <rms@gnu.org>
6239
6240 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
6241 (rmail-variables): Set next-error-move-function.
6242 (rmail-what-message): Take argument POS.
6243 (rmail-next-error-move): New function.
6244
273d2baf
SM
62452011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
6246
6247 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
6248 messages for adjacent non-terminals.
6249
56c2cc9a
RS
62502011-06-23 Richard Stallman <rms@gnu.org>
6251
6252 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 6253 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
6254 (rmail-start-mail): Don't specify use of rmail-mail-return;
6255 that's done by mail-bury now.
6256 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 6257
d59eb518
MA
62582011-06-23 Michael Albinus <michael.albinus@gmx.de>
6259
6260 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
6261 SIZE is a number.
6262
02cfc6d6
MR
62632011-06-23 Martin Rudalics <rudalics@gmx.at>
6264
6265 * window.el (get-lru-window, get-mru-window)
6266 (get-largest-window): Never return a minibuffer window.
6267 (display-buffer-pop-up-window): Fix a bug that could lead to
6268 reusing the minibuffer window.
6269 (display-buffer): Pass original specifier argument to
6270 display-buffer-function instead of the normalized one.
6271 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
6272
4e323265
LL
62732011-06-22 Leo Liu <sdl.web@gmail.com>
6274
6275 * minibuffer.el (completing-read-function)
6276 (completing-read-default): Move from minibuf.c
6277
7a70468f
RS
62782011-06-22 Richard Stallman <rms@gnu.org>
6279
50718fc2
RS
6280 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
6281 to Rmail even if not started by a special Rmail command.
6282
7a70468f
RS
6283 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
6284 Copy the buffer currently showing just one message.
6285
297dde5a
RW
62862011-06-22 Roland Winkler <winkler@gnu.org>
6287
6288 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
6289 (bibtex-clean-entry): First delete the old key so that a
6290 customized algorithm for generating the new key does not get
6291 confused by the old key.
6292 (bibtex-url): Obey regexp of first step.
6293 (bibtex-search-entries): Do not use add-to-list with local
6294 list-var.
6295
97bb1093
LMI
62962011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6297
6298 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
6299 stored a user name, then query for the password first, instead of
6300 waiting for SMTP to give an error message and the trying again.
6301
1c0f1a19
JD
63022011-06-22 Lawrence Mitchell <wence@gmx.li>
6303
6304 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
6305 BUFFER in call-process.
6306
396f7c9d
LMI
63072011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6308
6309 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
6310 QUIT twice.
ddb7ffee
LMI
6311 (smtpmail-try-auth-methods): Require user name and password from
6312 auth-source.
396f7c9d 6313
8998d1b3
MR
63142011-06-22 Martin Rudalics <rudalics@gmx.at>
6315
6316 * window.el (display-buffer-default-specifiers)
6317 (display-buffer-alist): Remove entries for pop-up-frame-alist.
6318 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 6319 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
6320
6321 * frame.el (pop-up-frame-alist, pop-up-frame-function)
6322 (special-display-frame-alist, special-display-popup-frame):
6323 Remove duplicate declarations. These are now in window.el.
6324
4ea31e07
LMI
63252011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6326
c9d29fb8
SM
6327 * mail/smtpmail.el (smtpmail-via-smtp):
6328 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
6329 server supports it. SMTP servers that support STARTTLS commonly
6330 require it.
6331
6332 * net/network-stream.el (network-stream-open-starttls): Support
6333 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 6334 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 6335
95f41d9a
LMI
6336 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
6337 upgrades with `open-network-stream', and rely solely on
6338 auth-source for all credentials. Big changes throughout the file,
6339 but in particular:
c9d29fb8
SM
6340 (smtpmail-auth-credentials): Remove.
6341 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
6342 (smtpmail-via-smtp): Check for servers saying they want AUTH after
6343 MAIL FROM, too.
95f41d9a 6344
c9d29fb8
SM
6345 * net/network-stream.el (network-stream-open-starttls):
6346 Provide support for client certificates both for external and built-in
4ea31e07
LMI
6347 STARTTLS.
6348 (auth-source): Require.
6349 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
6350 (network-stream-certificate): Change cert-cert to cert and
6351 cert-key to key.
4ea31e07 6352
065ec2c7
MA
63532011-06-21 Michael Albinus <michael.albinus@gmx.de>
6354
6355 * net/tramp-cache.el (top): Don't load the persistency file when
6356 "emacs -Q" has been called.
6357
cd93b359
DR
63582011-06-21 Tim Harper <timcharper@gmail.com>
6359
d8e4b68b
JB
6360 * term/ns-win.el (ns-initialize-window-system):
6361 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
6362 resource to NO as it is not yet supported by the NS port.
6363
ae9c0411
JB
63642011-06-21 Juanma Barranquero <lekktu@gmail.com>
6365
6366 * misc.el (list-dynamic-libraries--refresh): Compute header here...
6367 (list-dynamic-libraries): ...not here.
6368
7f3f739f
LL
63692011-06-21 Leo Liu <sdl.web@gmail.com>
6370
6371 * subr.el (sha1): Implement sha1 using secure-hash.
6372
327c8fb1
MR
63732011-06-21 Martin Rudalics <rudalics@gmx.at>
6374
6375 * window.el (display-buffer-alist): In default value do not
6376 enforce searching a window on any but the selected frame.
6377 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
6378 (display-buffer-select-window): Remove function.
6379 (display-buffer-in-window): When a window on another frame gets
6380 reused, do not select it any more but just raise its frame if
6381 necessary (Bug#8851) and (Bug#8856).
6382 (display-buffer-normalize-options): Handle pop-up-frames related
6383 options more faithfully.
6384 (pop-to-buffer): Don't rely on `display-buffer' selecting the
6385 window if it is on another frame.
c9d29fb8
SM
6386 (display-buffer-alist, display-buffer-default-specifiers):
6387 Don't make new frame unsplittable by default.
9e9de014
MR
6388 (display-buffer-normalize-argument): Fix doc-string typo and use
6389 'same-frame-other-window instead of 'other-window when associating
6390 with display-buffer-macro-specifiers.
327c8fb1 6391
7cf3f556
VB
63922011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
6393
6394 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
6395 New functions.
6396 (5x5-mode-map, 5x5-mode-menu): Bind them.
6397 (5x5-draw-grid): Tweak the solver's rendering.
6398
60a406cf
SM
63992011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6400
6401 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
6402 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
6403
d8e4b68b 64042011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
6405
6406 * menu-bar.el: Use function variable instead of switch-to-buffer.
6407 (menu-bar-select-buffer-function): New variable.
60a406cf 6408 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 6409
478d6f95
SM
64102011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6411
6412 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
6413 variable's status.
6414
ca530739
JD
64152011-06-20 Jan Djärv <jan.h.d@swipnet.se>
6416
6417 * x-dnd.el (x-dnd-version-from-flags)
6418 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
6419 and long as number (Bug#8899).
6420 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
6421
bcd70d97
SM
64222011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
6423
60a406cf 6424 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
6425 (completion-try-completion, completion-all-completions): Compute the
6426 metadata argument if it's missing; make it optional (bug#8795).
6427
60a406cf 6428 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
6429 (widget-complete): Use new :completion-function property.
6430 (widget-completions-at-point): New function.
6431 (default): Use :completion-function instead of :complete.
60a406cf
SM
6432 (widget-default-completions): Rename from widget-default-complete;
6433 Rewrite.
bcd70d97
SM
6434 (widget-string-complete, widget-file-complete, widget-color-complete):
6435 Remove functions.
6436 (file, symbol, function, variable, coding-system, color):
6437 * international/mule-cmds.el (default-input-method, charset)
6438 (language-info-custom-alist):
6439 * cus-edit.el (face): Use new property :completions.
6440
6441 * progmodes/pascal.el (pascal-completions-at-point): New function.
6442 (pascal-mode): Use it.
6443 (pascal-mode-map): Use completion-at-point.
6444 (pascal-toggle-completions): Make obsolete.
6445 (pascal-complete-word, pascal-show-completions):
6446 * progmodes/octave-mod.el (octave-complete-symbol):
6447 Redefine as obsolete alias.
6448 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
6449 Signal absence of completion info for old Octave,
6450 (inferior-octave-complete): Redefine as obsolete alias.
6451 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
6452 (meta-completions-at-point): Rename from meta-complete-symbol and
6453 adapt it for use on completion-at-point-functions.
6454 (meta-common-mode): Use it.
6455 (meta-looking-at-backward, meta-match-buffer): Remove.
6456 (meta-complete-symbol): Redefine as obsolete alias.
6457 (meta-common-mode-map): Use completion-at-point.
6458 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
6459 (makefile-mode-map): Use completion-at-point.
6460 (makefile-completions-at-point): Rename from makefile-complete and
6461 adapt it for use on completion-at-point-functions.
6462 (makefile-mode): Use it.
6463 (makefile-complete): Redefine as obsolete alias.
6464
aebf69c8
DD
64652011-06-20 Deniz Dogan <deniz@dogan.se>
6466
6467 * net/rcirc.el: Delete trailing whitespaces once and for all.
6468
bfbbb27d
DC
64692011-06-20 Daniel Colascione <dan.colascione@gmail.com>
6470
6471 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
6472
d264a46b
CY
64732011-06-19 Chong Yidong <cyd@stupidchicken.com>
6474
4ca009e5
CY
6475 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
6476
d264a46b
CY
6477 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
6478
fbf5b3ce
MR
64792011-06-19 Martin Rudalics <rudalics@gmx.at>
6480
6481 * window.el (display-buffer-other-window-means-other-frame):
6482 Call display-buffer-normalize-alist.
6483 (display-buffer-normalize-specifiers-1): Rename to
6484 display-buffer-normalize-argument. New argument other-frame.
6485 Rewrite.
6486 (display-buffer-normalize-specifiers-2): Rename to
6487 display-buffer-normalize-options.
6488 (display-buffer-normalize-alist-1): New function.
6489 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
6490 display-buffer-normalize-alist.
6491 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
6492 (display-buffer-normalize-options-inhibit): New variable.
6493 (display-buffer-normalize-specifiers): Rewrite calling
6494 display-buffer-normalize-alist,
6495 display-buffer-normalize-argument, and
6496 display-buffer-normalize-options. Don't call the latter if
6497 display-buffer-normalize-options-inhibit is non-nil.
6498 (frame-auto-delete): New option.
6499 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
6500 (window-list-no-nils, window-state-ignored-parameters)
6501 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
6502 (window-state-put-1, window-state-put-2, window-state-put):
6503 New functions.
9a028c23
MR
6504 (display-buffer-normalize-options): Move special-display-p group
6505 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 6506
6d10d800
CY
65072011-06-18 Chong Yidong <cyd@stupidchicken.com>
6508
6420d28b
CY
6509 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
6510 groups (Bug#8776).
6511 (rx-submatch-n): New function.
6512 (rx): Document it.
6513
ddb8b596
CY
6514 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
6515 (Bug#8768).
6516
6517 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
6518
77080289
CY
6519 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
6520
61dfb316
CY
6521 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
6522 anytime existing face settings are present (Bug#8889).
6523
6d10d800
CY
6524 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
6525 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
6526 Remove unused argument.
6527
be3fb2b8
MR
65282011-06-18 Martin Rudalics <rudalics@gmx.at>
6529
bcd70d97
SM
6530 * window.el (display-buffer-default-specifiers):
6531 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
6532 pop-up-window-min-width, and another reuse-window specifier
6533 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
6534 (display-buffer-normalize-specifiers-2):
6535 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
6536 pop-up-windows is unset. Add a reuse-window specifier for the
6537 case popping up a new window fails.
6538 (special-display-popup-frame): Remove double quoting.
28dec25a 6539 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 6540
1c6d8c76
SM
65412011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
6542
6543 * shell.el (shell-completion-vars): Set pcomplete-termination-string
6544 according to comint-completion-addsuffix.
6545
6546 * pcomplete.el: Convert to lexical binding and fix bug#8819.
6547 (pcomplete-suffix-list): Mark as obsolete.
6548 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
6549 pcomplete-seen in the closure.
6550 (pcomplete-comint-setup): Setup completion-at-point as well.
6551 (pcomplete--entries): New function.
6552 (pcomplete--env-regexp): New var.
6553 (pcomplete-entries): Rewrite to work with partial-completion and
6554 without relying on pcomplete-suffix-list.
6555 (pcomplete-pare-list): Remove, unused.
6556
25aef8b8
MR
65572011-06-17 Martin Rudalics <rudalics@gmx.at>
6558
6559 * window.el (display-buffer-alist): Set pop-up-window-min-height
6560 and pop-up-window-min-width in default value. Reported by
6561 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
6562 other-window-means-other-frame.
6563 (display-buffer-macro-specifiers): Comment out entry for
6564 other-window specifier.
6565 (display-buffer-other-window-means-other-frame): New function.
6566 (display-buffer-normalize-specifiers-1): New arguments
6567 buffer-name and label. Treat other-window case specially.
6568 (display-buffer-normalize-specifiers-2): Treat other-window case
6569 specially.
6570 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
6571 (display-buffer-normalize-specifiers):
6572 Call display-buffer-normalize-specifiers-3.
25aef8b8 6573
dbad4f69
MR
65742011-06-17 Martin Rudalics <rudalics@gmx.at>
6575
6576 * window.el (same-window-p): Fix two typos introduced when
6577 adding with-no-warnings.
d1067961
MR
6578 (display-buffer-normalize-specifiers-1): Don't check
6579 pop-up-frames for 'unset initialization.
6580 (display-buffer-normalize-specifiers-2): Major rewrite using
6581 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
6582 (pop-up-frames, display-buffer-reuse-frames)
6583 (display-buffer-mark-dedicated): Don't initialize to 'unset.
6584 Suggested by David Engster <deng@randomsample.de>.
6585 (even-window-heights): Initialize to 'unset.
6586 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
6587 (display-buffer-macro-specifiers): Don't pop up a new frame in the
6588 other window case.
dbad4f69 6589
9b9c9e3a
MR
65902011-06-16 Martin Rudalics <rudalics@gmx.at>
6591
bcd70d97
SM
6592 * window.el (display-buffer-normalize-specifiers-1):
6593 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 6594 second argument of display-buffer (Bug#8865).
981d5c09
MR
6595 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
6596 (switch-to-buffer-other-window-same-frame)
6597 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
6598 Adams (Bug#8875).
9c2755e9
MR
6599 (display-buffer): Don't check noninteractive when calling
6600 display-buffer-pop-up-frame.
6601 (display-buffer-pop-up-frame): Never pop up a frame in
6602 noninteractive mode (Bug#8857).
67222e1d
MR
6603 (enlarge-window, shrink-window): Don't report an error when the
6604 window can't be resized as requested (Bug#8862).
9b9c9e3a 6605
2b75be67
SM
66062011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6607
9ffdd3ba
SM
6608 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
6609
cb581a67
SM
6610 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
6611
2b75be67
SM
6612 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
6613
8c0e3589
AM
66142011-06-15 Alan Mackenzie <acm@muc.de>
6615
cb581a67
SM
6616 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
6617 for declarators, disable knr checking to speed up for normal files.
6618 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 6619
b96e6cde
LMI
66202011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6621
4bba86e6
LMI
6622 * net/network-stream.el (open-network-stream): Add the keyword
6623 :always-query-capabilities for the case where you want to force a
6624 `plain' network connection, but the protocol still requires the
6625 capabilitiy command (i.e., SMTP and EHLO).
6626
2b75be67 6627 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
6628 consistency with other `-live-p' functions.
6629
efdcdbf8
SM
66302011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6631
6632 * window.el (same-window-buffer-names, same-window-regexps)
6633 (special-display-frame-alist, special-display-popup-frame)
6634 (special-display-function, special-display-buffer-names)
6635 (special-display-regexps, pop-up-frame-alist)
6636 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
6637 (pop-up-windows, split-window-preferred-function)
6638 (split-height-threshold, split-width-threshold, even-window-heights)
6639 (display-buffer-mark-dedicated): Don't encourage the use of
6640 display-buffer-alist from Elisp code.
6641
c5cde042
DN
66422011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
6643
6644 * progmodes/python.el (python-mode): Derive from prog-mode.
6645 * progmodes/ps-mode.el (ps-mode):
6646 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 6647 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
6648 * progmodes/ld-script.el (ld-script-mode): Likewise.
6649
baa1c9ab
MR
66502011-06-15 Martin Rudalics <rudalics@gmx.at>
6651
6652 * window.el (display-buffer-alist): Trim default value to avoid
6653 popping up a new frame (Bug#8857) or reusing an arbitrary window
6654 on another frame.
6655 (display-buffer): Do not fall back on popping up a new frame in
6656 batch mode (Bug#8857).
6657
c5dd5a51
CY
66582011-06-14 Chong Yidong <cyd@stupidchicken.com>
6659
6660 * cus-theme.el (describe-theme-1): Use custom-theme-p.
6661 (custom-theme-summary): New function.
6662 (customize-themes): Use it.
6663
d647b7c4
GM
66642011-06-13 Glenn Morris <rgm@gnu.org>
6665
6666 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
6667
9481c002
MR
66682011-06-13 Martin Rudalics <rudalics@gmx.at>
6669
357f93d2
MR
6670 * help.el (help-window): Remove variable.
6671 (help-window-point-marker, temp-buffer-max-height)
6672 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
6673 (help-print-return-message): Don't set help-window.
6674 (resize-temp-buffer-window): Rewrite cod eand doc-string.
6675 (help-window-setup-finish): Remove.
6676 (help-window-display-message, help-window-setup)
6677 (with-help-window): Major rewrite based on new
6678 display-buffer-window variable.
6679
6680 * help-mode.el (help-mode-finish): Remove help-window related
6681 code.
6682
6683 * view.el (view-exits-all-viewing-windows): Remove reference to
6684 view-return-to-alist in doc-string.
6685 (view-return-to-alist): Make obsolete.
6686 (view-buffer): Call pop-to-buffer-same-window and remove
6687 undo-window code.
6688 (view-buffer-other-window): Call pop-to-buffer-other-window and
6689 simplify code. Ignore second argument.
6690 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
6691 simplify code. Ignore second argument.
6692 (view-return-to-alist-update): Make obsolete.
6693 (view-mode-enter): Rename second argument to QUIT-RESTORE.
6694 Rewrite using quit-restore window parameters.
2b75be67
SM
6695 (view-mode-exit): Rename second argument to EXIT-ONLY.
6696 Rewrite using quit-restore-window.
357f93d2
MR
6697 (View-exit, View-exit-and-edit, View-leave, View-quit)
6698 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
6699 appropriate arguments.
6700 (view-end-message): Use quit-restore window parameter.
6701
9481c002
MR
6702 * window.el (display-buffer-function): Rewrite doc-string.
6703 (display-buffer-window, display-buffer-alist): New variables.
6704 (display-buffer-split-specifiers)
6705 (display-buffer-side-specifiers)
6706 (display-buffer-macro-specifiers): New constants.
6707 (display-buffer-even-window-sizes, display-buffer-set-height)
6708 (display-buffer-set-width, display-buffer-select-window)
6709 (display-buffer-in-window, display-buffer-reuse-window)
6710 (display-buffer-split-window-1, display-buffer-split-window)
6711 (display-buffer-split-atom-window, display-buffer-pop-up-window)
6712 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
6713 (display-buffer-in-side-window, normalize-buffer-to-display)
6714 (display-buffer-normalize-specifiers-1)
6715 (display-buffer-normalize-specifiers-2)
2b75be67
SM
6716 (display-buffer-normalize-specifiers, display-buffer-frame):
6717 New functions.
9481c002
MR
6718 (display-buffer): Major rewrite.
6719 (display-buffer-other-window, display-buffer-other-frame)
6720 (pop-to-buffer, switch-to-buffer-other-window)
6721 (switch-to-buffer-other-frame): Rewrite.
6722 (display-buffer-same-window, display-buffer-same-frame)
6723 (display-buffer-same-frame-other-window)
6724 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
6725 (pop-to-buffer-other-window)
6726 (pop-to-buffer-same-frame-other-window)
6727 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
6728 (switch-to-buffer-other-window-same-frame): New functions.
6729 (same-window-p, special-display-p): Rewrite disabling warnings.
6730 Make obsolete.
6731 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
6732 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
6733 Make obsolete
6734 (same-window-buffer-names, same-window-regexps)
6735 (special-display-frame-alist, special-display-popup-frame)
6736 (special-display-function, special-display-buffer-names)
6737 (special-display-regexps, pop-up-frame-alist)
6738 (pop-up-frame-function, split-window-preferred-function)
6739 (split-height-threshold, split-width-threshold)
6740 (even-window-heights): Make obsolete.
6741
9db51aca
GM
67422011-06-12 Glenn Morris <rgm@gnu.org>
6743
6744 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 6745 Misc simplifications.
9db51aca 6746
39cffb44
MR
67472011-06-12 Martin Rudalics <rudalics@gmx.at>
6748
6749 * window.el (window-safely-shrinkable-p): Restore function which
6750 was inadvertently removed in change from 2011-06-11. Declare as
6751 obsolete.
6752
2b75be67
SM
6753 * calendar/calendar.el (calendar-generate-window):
6754 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
6755 window-safely-shrinkable-p.
6756
a8955be7
GM
67572011-06-12 Glenn Morris <rgm@gnu.org>
6758
6759 * progmodes/fortran.el (fortran-mode-syntax-table):
6760 * progmodes/f90.el (f90-mode-syntax-table):
6761 Set % to punctuation. (Bug#8820)
6762 (f90-find-tag-default): Remove, no longer needed.
6763
f0d4059d
DC
67642011-06-12 Daniel Colascione <dan.colascione@gmail.com>
6765
6766 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
6767
1100a63c
CY
67682011-06-11 Chong Yidong <cyd@stupidchicken.com>
6769
6770 * image.el (image-animated-p): Return animation delay in seconds.
6771 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
6772 (image-animate-timeout): Remove DELAY argument. Don't assume
6773 every subimage has the same delay; get it from image-animated-p.
6774 (image-animate): Caller changed.
6775
def722bf
MA
67762011-06-11 Michael Albinus <michael.albinus@gmx.de>
6777
6778 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
6779 to ignored backtrace functions.
6780
0a2bb1a9
GM
67812011-06-11 Glenn Morris <rgm@gnu.org>
6782
6783 * calendar/appt.el (appt-disp-window-function): Doc fix.
6784 (appt-check): Handle overlapping appointments. (Bug#8337)
6785
6198ccd0
MR
67862011-06-11 Martin Rudalics <rudalics@gmx.at>
6787
6788 * window.el (window-tree-1, window-tree): New functions, moving
6789 the latter to window.el.
6790 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
6791 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
6792 (bw-refresh-edges): Remove.
6793 (balance-windows-1, balance-windows-2): New functions.
6794 (balance-windows): Rewrite in terms of window tree functions,
6795 balance-windows-1 and balance-windows-2.
6796 (bw-adjust-window): Remove.
6797 (balance-windows-area-adjust): New function with functionality of
6798 bw-adjust-window but using resize-window.
2b75be67
SM
6799 (set-window-text-height): Rewrite doc-string.
6800 Use normalize-live-window and resize-window.
6801 (enlarge-window-horizontally, shrink-window-horizontally):
6802 Rename argument to DELTA.
6198ccd0
MR
6803 (window-buffer-height): New function.
6804 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
6805 Rewrite using new window resize routines.
2b75be67
SM
6806 (kill-buffer-and-window, mouse-autoselect-window-select):
6807 Use ignore-errors instead of condition-case.
6198ccd0
MR
6808 (quit-window): Call delete-frame instead of delete-windows-on
6809 for the only buffer on frame.
6810
9397e56f
MR
68112011-06-10 Martin Rudalics <rudalics@gmx.at>
6812
6813 * loadup.el (top-level): Load window before files for the sake
6814 of replace-buffer-in-windows.
6815
6816 * files.el (read-buffer-to-switch)
6817 (switch-to-buffer-other-window)
2b75be67
SM
6818 (switch-to-buffer-other-frame, display-buffer-other-frame):
6819 Move to window.el.
9397e56f
MR
6820
6821 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
6822 (previous-buffer): Move to window.el.
6823
6824 * bindings.el (unbury-buffer): Move to window.el.
6825
6826 * window.el (delete-other-windows-vertically): Move after
6827 definition of delete-other-windows.
6828 (other-window, delete-windows-on, replace-buffer-in-windows):
6829 Move here from window.c.
6830 (record-window-buffer, unrecord-window-buffer)
6831 (set-window-buffer-start-and-point, switch-to-prev-buffer)
6832 (switch-to-next-buffer): New functions.
6833 (get-next-valid-buffer, last-buffer, next-buffer): Move here
6834 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
6835 (previous-buffer): Move here from simple.el.
6836 Call switch-to-prev-buffer.
9397e56f
MR
6837 (bury-buffer): Move here from buffer.c. Switch to previous
6838 buffer when window cannot be deleted.
6839 (unbury-buffer): Move here from bindings.el.
6840 (ctl-x-map): Move binding for other-window from window.c to
6841 here.
6842 (read-buffer-to-switch, switch-to-buffer-other-window)
6843 (switch-to-buffer-other-frame): Move here from files.el.
6844 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
6845 (switch-to-buffer): Move here from buffer.c.
6846 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 6847
562dd5e9
MR
68482011-06-10 Martin Rudalics <rudalics@gmx.at>
6849
6850 * window.el (window-min-height, window-min-width): Move here
6851 from window.c. Add defcustoms and rewrite doc-strings.
6852 (resize-mini-window, resize-window): New functions.
6853 (adjust-window-trailing-edge, enlarge-window, shrink-window):
6854 Move here from window.c.
6855 (maximize-window, minimize-window): New functions.
6856 (delete-window, delete-other-windows, split-window): Move here
6857 from window.c.
6858 (window-split-min-size): New function.
6859 (split-window-keep-point): Mention split-window-above-each-other
6860 instead of split-window-vertically.
2b75be67 6861 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
6862 Rename split-window-vertically to split-window-above-each-other
6863 and provide defalias for old definition.
6864 (split-window-side-by-side, split-window-horizontally):
6865 Rename split-window-horizontally to split-window-side-by-side
6866 and provide defalias for the old definition.
562dd5e9
MR
6867 (ctl-x-map): Move bindings for delete-window,
6868 delete-other-windows and enlarge-window here from window.c.
6869 Replace bindings for split-window-vertically and
6870 split-window-horizontally by bindings for
6871 split-window-above-each-other and split-window-side-by-side.
6872
6873 * cus-start.el (all): Remove entries for window-min-height and
6874 window-min-width. Add entries for window-splits and
6875 window-nest.
6876
f0da764a
GM
68772011-06-09 Glenn Morris <rgm@gnu.org>
6878
80675c21
GM
6879 * calendar/appt.el (appt-mode-line): New function.
6880 (appt-check, appt-disp-window): Use it.
6881
f0da764a
GM
6882 * files.el (hack-one-local-variable-eval-safep):
6883 Allow minor-modes with explicit +/-1 arguments.
6884
59f623b7
TZ
68852011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
6886
6887 * term/xterm.el (xterm): Add defgroup.
6888 (xterm-extra-capabilities): Add defcustom to supply known xterm
6889 capabilities, skip querying them, or query them (default).
6890 (terminal-init-xterm): Use it.
6891 (terminal-init-xterm-modify-other-keys): New function to set up
6892 modifyOtherKeys support to simplify `terminal-init-xterm'.
6893
9aab8e0d
MR
68942011-06-09 Martin Rudalics <rudalics@gmx.at>
6895
6896 * window.el (resize-window-reset, resize-window-reset-1)
6897 (resize-subwindows-skip-p, resize-subwindows-normal)
6898 (resize-subwindows, resize-other-windows, resize-this-window)
6899 (resize-root-window, resize-root-window-vertically)
6900 (window-deletable-p, window-or-subwindow-p)
6901 (frame-root-window-p): New functions.
6902
e8b08aee
GM
69032011-06-09 Glenn Morris <rgm@gnu.org>
6904
6905 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
6906 (ange-ftp-get-files): Use it.
6907
254c37a5
AK
69082011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
6909
6910 * mail/sendmail.el (mail-recover-1, mail-recover):
6911 * files.el (recover-file, recover-session):
6912 Handle dired-listing-switches not being just a single short option.
6913
35d7dbd3
GM
69142011-06-09 Glenn Morris <rgm@gnu.org>
6915
6916 * calendar/appt.el (appt-display-message, appt-disp-window):
6917 Handle lists of appointments.
6918
387522b2
MR
69192011-06-08 Martin Rudalics <rudalics@gmx.at>
6920
2b75be67
SM
6921 * window.el (one-window-p): Move down in code.
6922 Rewrite doc-string.
6923 (window-current-scroll-bars): Rewrite doc-string.
6924 Normalize live window argument.
387522b2
MR
6925 (walk-windows, get-window-with-predicate, count-windows):
6926 Rewrite doc-string. Use window-list-1.
6927 (window-in-direction-2, window-in-direction, get-mru-window):
6928 New functions.
6929
d8e4b68b 69302011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
6931
6932 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
6933 Doc fix (Bug#8713).
6934
69352011-06-08 Chong Yidong <cyd@stupidchicken.com>
6936
6937 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
6938
69392011-06-08 Juanma Barranquero <lekktu@gmail.com>
6940
6941 * loadhist.el (unload-feature-special-hooks):
6942 Add `comint-output-filter-functions'.
6943
0de12c52
IK
69442011-06-08 Ivan Kanis <gnu@kanis.fr>
6945
6946 * calendar/appt.el (appt-check): Move some initializations into the let.
6947
f3d1777e
MR
69482011-06-08 Martin Rudalics <rudalics@gmx.at>
6949
6950 * window.el (window-height): Defalias to window-total-height.
6951 (window-width): Defalias to window-body-width.
6952
18af70d0
CY
69532011-06-07 Chong Yidong <cyd@stupidchicken.com>
6954
6955 * image-mode.el (image-toggle-animation): New command.
6956 (image-mode-map): Bind it to RET.
6957 (image-mode): Update message.
6958 (image-toggle-display-image): Avoid a spurious cache flush.
6959 (image-transform-rotation): Doc fix.
6960 (image-transform-properties): Return quickly in the normal case.
6961 (image-animate-loop): Rename from image-animate-max-time.
6962
2b75be67 6963 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
6964 (create-animated-image): Remove unnecessary function.
6965 (image-animate): Rename from image-animate-start. New arg.
2b75be67 6966 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
6967 (image-animate-timer): Use car-safe.
6968 (image-animate-timeout): Rename argument.
6969
190b47e6
MR
69702011-06-07 Martin Rudalics <rudalics@gmx.at>
6971
6972 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
6973 window.c. Rename first argument to ALL-FRAMES.
6974 Rephrase doc-strings.
6975 (get-buffer-window-list): Rewrite using window-list-1.
6976 Rephrase doc-string.
a1511caf
MR
6977 (window-safe-min-height, window-safe-min-width): New constants.
6978 (window-size-ignore, window-min-size, window-min-size-1)
6979 (window-sizable, window-sizable-p, window-size-fixed-1)
6980 (window-size-fixed-p, window-min-delta-1, window-min-delta)
6981 (window-max-delta-1, window-max-delta, window-resizable)
6982 (window-resizable-p, window-total-height, window-total-width)
6983 (window-body-width): New functions.
6984 (window-full-height-p, window-full-width-p): Rewrite using
6985 window-total-size.
6986 (window-body-height): Rewrite using window-body-size.
190b47e6 6987
85cc1f11
MR
69882011-06-06 Martin Rudalics <rudalics@gmx.at>
6989
6990 * window.el (window-right, window-left, window-child)
6991 (window-child-count, window-last-child, window-any-p)
6992 (normalize-live-buffer, normalize-live-frame)
6993 (normalize-any-window, normalize-live-window)
6994 (window-iso-combination-p, window-iso-combined-p)
6995 (window-iso-combinations)
6996 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
6997 (windows-with-parameter, window-with-parameter)
6998 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
6999 (window-atom-check, window-side-check, window-check):
7000 New functions.
85cc1f11
MR
7001 (ignore-window-parameters, window-sides, window-sides-vertical)
7002 (window-sides-slots): New variables.
7003 (window-size-fixed): Move down in code. Minor doc-string fix.
7004
e7156492
AS
70052011-06-05 Andreas Schwab <schwab@linux-m68k.org>
7006
7007 * comint.el (comint-dynamic-complete-as-filename)
7008 (comint-dynamic-complete-filename): Correctly call
7009 completion-in-region.
7010
7e821d0d
DD
70112011-06-05 Deniz Dogan <deniz@dogan.se>
7012
7013 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
7014 in last change.
7015
ac09b8a1
DD
70162011-06-05 Deniz Dogan <deniz@dogan.se>
7017
7018 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
7019 (rcirc): Use it to prompt for encryption.
7020
34699b85
RW
70212011-06-05 Roland Winkler <winkler@gnu.org>
7022
7023 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
7024 (bibtex-search-entries): New command bound to C-c C-a.
7025 (bibtex-display-entries): New function.
7026
004dedd3
RW
70272011-06-05 Roland Winkler <winkler@gnu.org>
7028
7029 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
7030 (bibtex-insert-kill): After yanking insert newline if necessary.
7031 (bibtex-initialize): Call bibtex-string-files-init only once.
7032 (bibtex-mode): Do not call easy-menu-add.
7033 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
7034 (bibtex-yank): Set arg properly if nil.
7035
022fe7ce
RW
70362011-06-05 Roland Winkler <winkler@gnu.org>
7037
2b75be67
SM
7038 * textmodes/bibtex.el (bibtex-search-entry-globally):
7039 New variable.
022fe7ce
RW
7040 (bibtex-search-entry): Use it.
7041
b7c3692a
RW
70422011-06-05 Roland Winkler <winkler@gnu.org>
7043
7044 * textmodes/bibtex.el (bibtex-entry-format): New option
7045 sort-fields.
7046 (bibtex-format-entry, bibtex-reformat): Honor this option.
7047 (bibtex-parse-entry): Return fields in proper order.
7048
8eda563d
JB
70492011-06-05 Juanma Barranquero <lekktu@gmail.com>
7050
7051 * doc-view.el (doc-view-remove-if): Move computation of result out
7052 of `dolist' to silence misleading lexical-binding warning.
7053
7dbe3dbc
CY
70542011-06-04 Chong Yidong <cyd@stupidchicken.com>
7055
7056 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
7057 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
7058
0c33dd17
MA
70592011-06-04 Michael Albinus <michael.albinus@gmx.de>
7060
7061 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
7062 "SunOS 5.10".
7063
f8f91c2b
MA
70642011-06-04 Michael Albinus <michael.albinus@gmx.de>
7065
7066 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
7067 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
7068 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
7069 (tramp-parse-putty):
7070 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
7071 (tramp-completion-function-alist-ssh)
7072 (tramp-completion-function-alist-telnet)
7073 (tramp-completion-function-alist-su)
7074 (tramp-completion-function-alist-putty): Set `tramp-autoload'
7075 cookie.
7076
7077 * net/tramp-ftp.el:
7078 * net/tramp-sh.el:
7079 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
7080 load "tramp.el" `tramp-set-completion-function'.
7081
e17d9003
SM
70822011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
7083
7084 * shell.el: Require and use pcomplete.
7085 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
7086 (shell-completion-vars): Set pcomplete-default-completion-function.
7087
6c4cab03
DD
70882011-06-04 Deniz Dogan <deniz@dogan.se>
7089
7090 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
7091 `memq' (Bug#8799).
7092
ea9fafe0
SM
70932011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
7094
7095 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
7096
b3e945d3
JB
70972011-06-02 Juanma Barranquero <lekktu@gmail.com>
7098
7099 * bs.el (bs--mark-unmark, bs--nth-wrapper):
7100 * mpc.el (mpc-select-extend, mpc-songpointer-context):
7101 * vc/log-view.el (log-view-beginning-of-defun):
7102 * vc/smerge-mode.el (smerge-apply-resolution-patch)
7103 (smerge-refine-forward, smerge-refine-chopup-region):
7104 Silence warning for unused `dotimes' counter variables.
7105
7d520089
SM
71062011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
7107
7108 * net/tramp.el (tramp-with-progress-reporter): Rename from
7109 with-progress-reporter. Use `declare'.
7110 * net/tramp-smb.el:
7111 * net/tramp-sh.el:
7112 * net/tramp-gvfs.el: Update all uses.
7113
a1c2400f
JB
71142011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
7115
7116 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
7117 buffer isn't killed before making it current.
7118
2403c841
SM
71192011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7120
7121 Silence various byte-compiler warnings.
7122 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
7123 `access-type' and new obsolescence format.
7124 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
7125 new format.
7126 (byte-compile-check-variable): New `access-type' argument.
7127 Only warn if the access-type is obsolete.
7128 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
7129 (byte-compile-variable-set): Adjust callers.
7130 * help-fns.el (describe-variable): Adjust to new obsolescence format.
7131 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
7132 setting it as obsolete.
7133 * simple.el (minibuffer-completing-symbol):
7134 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
7135 access as obsolete.
7136 * minibuffer.el (minibuffer-completing-file-name): Don't make it
7137 obsolete yet.
7138 * international/quail.el (quail-mouse-choose-completion): Remove unused
7139 code referring to obsolete var.
7140 (quail-choose-completion-string): Remove.
7141 * server.el (server-clients-with, server-kill-buffer-query-function)
7142 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
7143 * proced.el (proced-send-signal):
7144 * emacs-lisp/lisp.el (lisp-complete-symbol):
7145 Replace completion-annotate-function with completion-extra-properties.
7146
2462470b
SM
71472011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7148
fb5b2591
SM
7149 * simple.el (goto-line): Use read-number.
7150 (overriding-map-is-bound): Remove.
7151 (saved-overriding-map): Change default.
7152 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
7153 Take the map as argument.
7154 (universal-argument, negative-argument, digit-argument): Use it.
7155 (restore-overriding-map): Adjust.
7156 (do-auto-fill): Use fill-forward-paragraph.
7157 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
7158
fd6fa53f
SM
7159 * minibuffer.el (minibuffer-inactive-mode-map): New var.
7160 (minibuffer-inactive-mode): New major mode.
7161 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
7162 the *Messages* buffer" hack.
7163 (mouse-popup-menubar): Don't burp if the event is a normal key.
7164
2462470b
SM
7165 Miscellaneous tweaks.
7166 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
7167 lexical scoping as in subr.el's dolist and dotimes.
7168 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
7169 Silence compiler warning.
7170 * thingatpt.el (forward-whitespace): Trivial coding style fix.
7171 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
7172 * international/ccl.el (ccl-compile): Trivial simplification.
7173 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
7174 * emacs-lisp/testcover.el (testcover-end): Remove spurious
7175 `printflag' argument.
7176 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
7177 Purecopy the whole obsolescence data.
7178
108bf785
LL
71792011-06-01 Leo Liu <sdl.web@gmail.com>
7180
7181 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
7182 improve doc-string as suggested by Marco Pessotto
7183 <melmothx@gmail.com>.
7184 (rcirc-print): Fix last change.
7185
30a23501
SM
71862011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7187
7188 * minibuffer.el (complete-with-action): Return nil for the metadata and
7189 boundaries of non-functional tables.
7190 (completion-table-dynamic): Return nil for the metadata.
7191 (completion-table-with-terminator): Add default case, using
7192 complete-with-action.
7193 (completion--metadata): New function.
7194 (completion-all-sorted-completions, minibuffer-completion-help): Use it
7195 to try and avoid pathological performance problems.
7196 (completion--embedded-envvar-table): Return `category' metadata.
7197
bcd54f83
LMI
71982011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
7199
7200 * subr.el (process-alive-p): New tiny convenience function.
7201
e227544d
SM
72022011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7203
7204 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
7205 content but also its previous major mode.
7206
e8296fdc
HE
72072011-05-31 Helmut Eller <eller.helmut@gmail.com>
7208
4d61f28d 7209 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
7210 *Backtrace* buffer when we exit with C-M-c.
7211
620c53a6
SM
72122011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7213
7214 * minibuffer.el: Add metadata method to completion tables.
7215 (completion-category-overrides): New defcustom.
7216 (completion-metadata, completion--field-metadata)
7217 (completion-metadata-get, completion--styles)
7218 (completion--cycle-threshold): New functions.
7219 (completion-try-completion, completion-all-completions):
7220 Add `metadata' argument to choose completion-styles.
7221 (completion--do-completion): Use metadata to choose cycling.
7222 (completion-all-sorted-completions): Use metadata for sorting.
7223 Remove :completion-cycle-penalty which is not needed any more.
7224 (completion--try-word-completion): Add `metadata' argument.
7225 (minibuffer-completion-help): Check metadata for annotation function
7226 and sorting.
7227 (completion-file-name-table): Return `category' metadata.
7228 (minibuffer-completing-file-name): Make obsolete.
7229 * simple.el (minibuffer-completing-symbol): Make obsolete.
7230 * icomplete.el (icomplete-completions): Pass new `metadata' param to
7231 completion-try-completion.
7232
1257e755
SM
72332011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7234
7235 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
7236
3767e706
LL
72372011-05-30 Leo Liu <sdl.web@gmail.com>
7238
7239 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
7240 (rcirc-print): Decode all incoming messages (bug#8744).
7241 (rcirc-decode-coding-system): Allow value nil for automatic coding
7242 system detection.
3767e706 7243
d1a5d56a
GM
72442011-06-01 Glenn Morris <rgm@gnu.org>
7245
7246 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
7247
e8cbec34
CY
72482011-05-29 Chong Yidong <cyd@stupidchicken.com>
7249
7250 * image.el (image-animate-max-time): Allow nil and t values.
7251 Default to nil.
7252 (create-animated-image): Doc fix.
7253 (image-animate-start): Remove second arg; just use
7254 image-animate-max-time.
7255 (image-animate-timeout): Doc fix. Args changed.
7256
7257 * image-mode.el (image-toggle-display-image): Ensure that the
7258 image spec passed to the animate timer is the same object as in
58179cce 7259 the buffer's display property (Bug#6981).
e8cbec34
CY
7260 (image-transform-properties): Doc fix.
7261
7262 * image.el (image-animate-max-time): Default to nil.
7263
159daf87
MR
72642011-05-29 Martin Rudalics <rudalics@gmx.at>
7265
7266 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
7267 entire buffer list (Bug#8184).
7268
d66c4c7c
CY
72692011-05-29 Chong Yidong <cyd@stupidchicken.com>
7270
7271 * image.el (imagemagick-types-inhibit)
7272 (imagemagick-register-types): Doc fix.
7273
80aec780
DD
72742011-05-29 Deniz Dogan <deniz@dogan.se>
7275
7276 * net/rcirc.el (rcirc): Use the user's stored encryption method by
7277 default.
7278
1dd3c2d9
CY
72792011-05-29 Chong Yidong <cyd@stupidchicken.com>
7280
7281 * select.el: Don't perform clipboard-manager saving in hooks;
7282 leave the hooks empty.
7283
60e56523
LL
72842011-05-28 Leo Liu <sdl.web@gmail.com>
7285
7286 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
7287 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
7288 (occur-edit-mode): New major mode (Bug#8463).
7289 (occur-after-change-function): New function.
7290 (occur-engine): Give Occur tags a read-only property.
7291
2b1e1a22
KR
72922011-05-28 Kevin Ryde <user42@zip.com.au>
7293
7294 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
7295
5d344e88
CY
72962011-05-28 Chong Yidong <cyd@stupidchicken.com>
7297
8e6ca83d
CY
7298 * bindings.el (help-echo): Make the initial non-indicator dash
7299 empty on graphical terminals (Bug#7295).
7300
5d344e88
CY
7301 * files.el (auto-mode-alist): Move config rule after the
7302 in-stripping one (Bug#8547).
7303
bfbbace7
CY
7304 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
7305
fbeba6e2
CY
7306 * startup.el (normal-splash-screen): Remove gratuitous mode-line
7307 setting (Bug#8740).
7308
60ed8c72
AA
73092011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
7310
4ac619f0
AA
7311 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
7312 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
7313 (Bug#8539).
60ed8c72 7314
23db196e
CY
73152011-05-28 Chong Yidong <cyd@stupidchicken.com>
7316
7317 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
7318
5012f24c
DK
73192011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
7320
7321 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
7322 (hs-hide-block-at-point, hs-find-block-beginning)
7323 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
7324 (Bug#8279).
7325
6a639b16
GM
73262011-05-28 Glenn Morris <rgm@gnu.org>
7327
7328 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
7329
d43eaf2c
CY
73302011-05-28 Chong Yidong <cyd@stupidchicken.com>
7331
5199bde1
CY
7332 * help-fns.el (describe-function-1): If the function is a derived
7333 major mode, print the parent mode.
7334
d43eaf2c
CY
7335 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
7336 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
7337
423428a8
SM
73382011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
7339
0ff8e1ba 7340 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 7341 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
7342 * progmodes/etags.el (tags-completion-at-point-function):
7343 * info-look.el (info-lookup-completions-at-point): Mark as
7344 non-exclusive.
7345 (info-complete): Adjust accordingly.
7346
423428a8
SM
7347 * info-look.el: Convert to lexical-binding and completion-at-point.
7348 (info-lookup-completions-at-point): New function.
7349 (info-complete): Use it and completion-in-region.
7350
b74aa22b
DA
73512011-05-28 Drew Adams <drew.adams@oracle.com>
7352
7353 * isearch.el: Let M-e start with point at the first mismatched char.
7354 (isearch-fail-pos): New function.
7355 (isearch-edit-string): Use it.
7356
66e2e71d
DK
73572011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
7358
7359 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
7360
eb95d01d
TC
73612009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
7362
7363 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
7364 traversal functions for avl-trees.
7365 (avl-tree--stack): New struct.
7366 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
7367 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
7368 (avl-tree--do-enter): Add optional `updatefun' arg.
7369 Change return value.
eb95d01d 7370 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
7371 (avl-tree--do-delete): Add `test' and `nilflag' args.
7372 Change return value.
eb95d01d
TC
7373 (avl-tree-member): Add optional `nilflag'
7374 (avl-tree-member-p): New function.
7375 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
7376 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
7377 (avl-tree-stack-empty-p): New functions.
7378
3769ddcf
TC
73792009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
7380
7381 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
7382 avl-tree--del-balance1 and make it work both ways.
7383 (avl-tree--del-balance2): Remove.
7384 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
7385 make it work both ways.
7386 (avl-tree--enter-balance2): Remove.
7387 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
7388 New macros.
7389 (avl-tree--mapc, avl-tree-map): Add direction argument.
7390
eb95d01d 73912011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
7392
7393 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
7394
a9f737ee
CY
73952011-05-27 Chong Yidong <cyd@stupidchicken.com>
7396
7397 * select.el: Support clipboard managers with built-in function
7398 x-clipboard-manager-save, via delete-frame-functions and
7399 kill-emacs-hook.
7400 (xselect-convert-to-targets): Add MULTIPLE target to list.
7401 (xselect-convert-to-save-targets): New function.
7402
c92a1e54
KH
74032011-05-27 Kenichi Handa <handa@m17n.org>
7404
7405 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
7406 let-binding rfc2047-encode-encoded-words to nil.
7407
e145f188
GM
74082011-05-27 Glenn Morris <rgm@gnu.org>
7409
5ec8a862
GM
7410 * mail/emacsbug.el: Don't require url-util.
7411
4b29d9fb
GM
7412 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
7413
e145f188
GM
7414 * files.el (set-auto-mode):
7415 Also respect mode: entries at the end of the file. (Bug#8586)
7416
7d15102b
GM
74172011-05-26 Glenn Morris <rgm@gnu.org>
7418
98f593b8
GM
7419 * files.el (hack-local-variables-prop-line, hack-local-variables):
7420 Downcase mode names, as seems to be traditional.
27b48e63 7421 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 7422
7d15102b
GM
7423 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
7424 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
7425
51d5b4ec
JD
74262011-05-25 Julien Danjou <julien@danjou.info>
7427
7428 * textmodes/rst.el (rst-define-level-faces): Do not define face
7429 symbol if it is already defined.
7430
91513f63
VB
74312011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
7432
7433 * play/5x5.el (5x5-new-game, 5x5-randomize):
7434 Reset 5x5-solver-output to nil when a new grid is cast.
7435 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
7436 these debugging traces, as defmacro breaks the compiled code.
7437
4d90d6d0
DK
74382011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
7439
7440 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
7441
e1b90ef6
LL
74422011-05-24 Leo Liu <sdl.web@gmail.com>
7443
7444 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
7445 (vc-bzr-sha1): Adapt.
7446
d8e4b68b 7447 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
7448
7449 * bindings.el: Provide sha1 feature.
7450
db0406bb 74512011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
7452
7453 * mail/sendmail.el: Require `rfc2047'.
7454 (mail-insert-from-field): Do not perform RFC2047 encoding.
7455 (mail-encode-header): New function.
7456 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
7457 buffer to the return value of select-message-coding-system.
7458 Call mail-encode-header.
b8d747b9
KH
7459
7460 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
7461
db0406bb 74622011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 7463
4d90d6d0
DK
7464 * mail/supercite.el (sc-default-cite-frame):
7465 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 7466
eb8a5e9b
GM
74672011-05-24 Glenn Morris <rgm@gnu.org>
7468
f8630703
GM
7469 * progmodes/python.el (brm-menu): Declare.
7470
8831bbed
GM
7471 * emulation/viper.el (viper-set-hooks): Declare.
7472
eb8a5e9b
GM
7473 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
7474 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
7475 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
7476 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
7477 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
7478 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
7479
a2a25d24
SM
74802011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
7481
7482 Add an :exit-function for completion-at-point.
7483
7484 * minibuffer.el (completion--done): New fun.
7485 (completion--do-completion): Use it. New arg `expect-exact'.
7486 (minibuffer-complete, minibuffer-complete-word): Don't output message,
7487 since completion--do-completion does it for us now.
7488 (minibuffer-force-complete): Use completion--done and
7489 completion--replace. Handle sole-completion case with more care.
7490 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
7491 (completion-extra-properties): New var.
7492 (completion-annotate-function): Make obsolete.
7493 (minibuffer-completion-help): Adjust accordingly.
7494 Use completion-list-insert-choice-function.
7495 (completion-at-point, completion-help-at-point):
7496 Bind completion-extra-properties.
7497 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
7498 * simple.el (completion-list-insert-choice-function): New var.
7499 (completion-setup-function): Preserve it.
7500 (choose-completion): Pay attention to it, shuffle the code a bit.
7501 (choose-completion-string): New arg `insert-function'.
7502
7503 * textmodes/bibtex.el: Convert to lexical binding.
7504 (bibtex-mode-map): Use completion-at-point.
7505 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
7506 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
7507 (bibtex-complete): Define as obsolete alias.
7508 (bibtex-complete-internal): Remove.
7509 (bibtex-format-entry): Remove unused sub-group in regexp.
7510 * shell.el (shell--command-completion-data)
7511 (shell-environment-variable-completion):
7512 * pcomplete.el (pcomplete-completions-at-point):
7513 * comint.el (comint--complete-file-name-data): Use :exit-function
7514 instead of completion-table-with-terminator so it also works for
7515 choose-completion.
7516
e44e373d
SM
75172011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7518
4f91a816
SM
7519 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
7520
782fc819
SM
7521 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
7522 (bug#8710).
7523
e44e373d
SM
7524 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
7525
381987c3
KM
75262011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
7527
7528 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
7529 customization variable and implement: If non-nil, auto-fill will
7530 be inhibited while on topic's header line.
7531
b776bc70
VB
75322011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
7533
7534 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 7535 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
7536 always have a solution in grid size = 5 cases.
7537 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
7538 (5x5-solver-output, 5x5-log-buffer): New vars.
7539 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
7540 Make these variables buffer local to achieve 5x5 multi-session-ness.
7541 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
7542 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
7543 (5x5-solve-suggest): New funs.
7544 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
7545 randomize a grid so that we ensure that there is always a solution.
7546 (5x5-make-random-grid): Allow other movement than flipping.
7547
7de88b6e
KR
75482011-05-23 Kevin Ryde <user42@zip.com.au>
7549
7550 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 7551 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
7552 advice and passes PREDICATE.
7553
b1ef1257
SM
75542011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7555
bbca48fe
SM
7556 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
7557 byte-compile-lambda if it's actually a lambda.
7558
b1ef1257
SM
7559 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
7560 Fix function quoting. Use backquote better.
7561
92a9cc65
YS
75622011-05-22 Yuanle Song <sylecn@gmail.com>
7563
7564 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
7565 matching (Bug#8516).
7566
f0fb8059
JA
75672011-01-22 Jari Aalto <jari.aalto@cante.net>
7568
7569 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
7570 different face (Bug#8178).
7571
d5b44c93
CY
75722011-05-22 Chong Yidong <cyd@stupidchicken.com>
7573
7574 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
7575 defface (Bug#8144).
7576
79106a44
SM
75772011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
7578
9c848d8a
SM
7579 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
7580 funcall as well (bug#8712). Warn when performing those conversions.
7581 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
7582
79106a44
SM
7583 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
7584
88dfa756
GM
75852011-05-22 Glenn Morris <rgm@gnu.org>
7586
7587 * files.el (hack-local-variables-prop-line): Small simplifications.
7588 (hack-local-variables, hack-local-variables-prop-line):
7589 If MODE-ONLY, return the mode, rather than just `t'.
7590
b7cf2c79
SM
75912011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
7592
7593 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
7594
3f1a8558
GM
75952011-05-21 Glenn Morris <rgm@gnu.org>
7596
7e4ccca3
GM
7597 * files.el (hack-local-variables-prop-line, hack-local-variables):
7598 If only interested in the mode, don't bother doing the other stuff.
7599
637d46ca
GM
7600 * image-mode.el (image-after-revert-hook):
7601 Redraw all frames on which the image is visible. (Bug#8567)
7602
973d955b
GM
7603 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
7604
3f1a8558
GM
7605 * wid-edit.el (widget-checklist-match-inline):
7606 Fix 2011-04-19 change. (Bug#8649)
7607
96479927
SM
76082011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7609
1dcf791f
SM
7610 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
7611 Also allow singlespace after single-letter capitals followed by a dot.
7612
96479927
SM
7613 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
7614 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
7615
35fd0881
N
76162011-05-20 Nix <nix@esperi.org.uk>
7617
7618 * files.el (basic-save-buffer-2):
7619 Fix handling of break-hardlink-on-save with non-existent files.
7620
82745640
DD
76212011-05-19 Deniz Dogan <deniz@dogan.se>
7622
7623 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 7624 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 7625
4a720484
GM
76262011-05-19 Glenn Morris <rgm@gnu.org>
7627
d1f21341
GM
7628 * progmodes/f90.el (f90-type-def-re):
7629 Handle "type, bind(c)". (Bug#8691)
7630
4a720484
GM
7631 * emacs-lisp/autoload.el (batch-update-autoloads):
7632 Set autoload-excludes by parsing loadup.el rather than Makefiles.
7633
2fb0a219
MA
76342011-05-18 Michael Albinus <michael.albinus@gmx.de>
7635
7636 * net/tramp.el (tramp-process-actions): Set "first-password-request"
7637 property for the correct connection in case of multihops.
7638
e565dd37
GM
76392011-05-18 Glenn Morris <rgm@gnu.org>
7640
c2571358 7641 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
7642 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
7643
e565dd37
GM
7644 Rationalize calendar handling of day and month abbrev-arrays.
7645 * calendar/calendar.el (calendar-customized-p): New function.
7646 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
7647 (calendar-day-name-array, calendar-month-name-array): Doc fix.
7648 Add :set function.
7649 (calendar-abbrev-length, calendar-day-abbrev-array)
7650 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
7651 (calendar-day-abbrev-array, calendar-month-abbrev-array):
7652 Elements may no longer be nil.
7653 (calendar-day-name, calendar-month-name):
7654 Update for changed nature of abbrev arrays.
7655 * calendar/diary-lib.el (diary-name-pattern):
7656 Update for changed nature of abbrev arrays.
7657 (diary-mark-entries-1): Update calendar-make-alist calls.
7658 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
7659 * calendar/cal-html.el (cal-html-day-abbrev-array):
7660 Simply inherit from calendar-day-abbrev-array.
7661
1d99a745
SM
76622011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7663
7664 * progmodes/grep.el (grep-mode): Disable default
7665 compilation-directory-matcher setting (bug#8684).
7666
7c1d9aa0
MA
76672011-05-17 Michael Albinus <michael.albinus@gmx.de>
7668
7669 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
7670 instead of "head" and "tail". There were problems with SunOS 5.9,
7671 and it performs better.
7672
3952e9d8
GM
76732011-05-17 Glenn Morris <rgm@gnu.org>
7674
2dd12e7f
GM
7675 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
7676
e4157b9c
GM
7677 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
7678 Replace obsolete function.
7679
8e249bbd
GM
7680 * shell.el (pcomplete-parse-arguments-function): Declare.
7681
3952e9d8
GM
7682 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
7683 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
7684 (appt-check): Doc fixes.
7685 (appt-disp-window-function, appt-delete-window-function):
7686 Remove needless special case in custom :type.
7687 (appt-display-count): Default to 0, not nil.
7688 (appt-check): Reset appt-display-count to 0, not nil.
7689
c71a0d48 76902011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 7691
c71a0d48
GM
7692 * progmodes/python.el (python-font-lock-keywords):
7693 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 7694
31d55be9
SM
76952011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
7696
7697 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
7698
3bfacb2f
KR
76992011-05-16 Kevin Ryde <user42@zip.com.au>
7700
7701 * info-look.el (makefile-automake-mode): New setups, looking in
7702 automake manual, then makefile-mode.
7703 (makefile-mode): Remove automake manual, have it just in
7704 makefile-automake-mode since there's various things different or
7705 not relevant to plain make.
7706 (makefile-mode): Remove "other-modes" non-existent automake-mode,
7707 believe a hypothetical automake-mode would go to makefile-mode,
7708 not the other way around.
7709
c8e83751
CY
77102011-05-15 Chong Yidong <cyd@stupidchicken.com>
7711
5e9e35cd
CY
7712 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
7713 hunk-end tags (Bug#8672).
7714
c8e83751
CY
7715 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
7716 vc-annotate-show-diff-revision-at-line (Bug#8671).
7717
50b23e5a
GM
77182011-05-14 Glenn Morris <rgm@gnu.org>
7719
7210a739
GM
7720 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
7721 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
7722 (change-log-font-lock-keywords): Also handle multiple author lines
7723 with leading tabs. (Bug#8644)
7210a739 7724
4691905a
GM
7725 * calendar/appt.el (appt-check): Rename some local variables.
7726 Some simplification/reordering.
7727
50b23e5a
GM
7728 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
7729 (feedmail-sendmail-f-doesnt-sell-me-out)
7730 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
7731 (feedmail-debug-sit-for, feedmail-queue-express-hook)
7732 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
7733 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
7734 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
7735 (feedmail-binmail-gnulinuxish-template):
7736 Rename from feedmail-binmail-linuxish-template.
7737 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
7738 Use insert-buffer-substring.
7739
215cda7c
BC
77402011-05-14 Bill Carpenter <bill@carpenter.org>
7741
7742 * mail/feedmail.el (feedmail-patch-level): Increase.
7743 (feedmail-debug): New custom group.
7744 (feedmail-confirm-outgoing-timeout)
7745 (feedmail-sendmail-f-doesnt-sell-me-out)
7746 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
7747 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
7748 (feedmail-sender-line, feedmail-from-line)
7749 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 7750 (feedmail-spray-this-address)
215cda7c
BC
7751 (feedmail-spray-address-fiddle-plex-list)
7752 (feedmail-queue-use-send-time-for-date)
7753 (feedmail-queue-use-send-time-for-message-id)
7754 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
7755 (feedmail-buffer-eating-function):
7756 Doc fixes.
7757 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
7758 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
7759 (feedmail-message-action-scroll-down): New functions.
7760 (feedmail-queue-directory, feedmail-queue-draft-directory):
7761 Use expand-file-name.
7762 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
7763 Remove C-v help entry.
7764 (feedmail-queue-buffer-file-name): New variable.
7765 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
7766 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
7767 (feedmail-message-action-send-strong, feedmail-message-action-edit)
7768 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
7769 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
7770 (feedmail-message-action-toggle-spray)
7771 (feedmail-run-the-queue-no-prompts)
7772 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
7773 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
7774 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
7775 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
7776 (feedmail-envelope-deducer, feedmail-fiddle-from)
7777 (feedmail-fiddle-sender, feedmail-default-date-generator)
7778 (feedmail-fiddle-date, feedmail-fiddle-message-id)
7779 (feedmail-fiddle-spray-address)
7780 (feedmail-fiddle-list-of-spray-fiddle-plexes)
7781 (feedmail-fiddle-list-of-fiddle-plexes)
7782 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
7783 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
7784 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
7785 Change default. Doc fix.
7786 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
7787 (feedmail-binmail-linuxish-template): New constant.
7788 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
7789 Respect feedmail-sendmail-f-doesnt-sell-me-out.
7790 (feedmail-send-it): Add debug call.
7791 Use feedmail-queue-buffer-file-name, and
7792 feedmail-send-it-immediately-wrapper.
7793 (feedmail-message-action-send): Add debug call.
7794 Use feedmail-send-it-immediately-wrapper.
7795 (feedmail-queue-express-to-queue): Add debug call.
7796 Run feedmail-queue-express-hook.
7797 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
7798 (feedmail-message-action-help-blat):
7799 Rename from feedmail-queue-send-edit-prompt-help-first.
7800 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
7801 Check line-endings. Handle errors better.
7802 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
7803 Doc fix. Add debug call.
7804 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
7805 Use feedmail-queue-send-edit-prompt-inner.
7806 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
7807 (feedmail-queue-send-edit-prompt-inner): New function, extracted
7808 from feedmail-queue-send-edit-prompt.
7809 (feedmail-queue-send-edit-prompt-help)
7810 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
7811 (feedmail-tidy-up-slug): Add debug call.
7812 Respect feedmail-queue-slug-suspect-regexp.
7813 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
7814 (feedmail-dump-message-to-queue): Add debug call.
7815 Expand queue-directory.
7816 (feedmail-dump-message-to-queue): Change message slightly.
7817 Use feedmail-say-chatter.
7818 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
7819 (feedmail-send-it-immediately-wrapper): New function.
7820 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
7821 Insert empty string rather than newline. Handle full-frame case.
7822 Use catch/throw. Use feedmail-say-chatter.
7823 (feedmail-fiddle-from): Try mail-host-address.
7824 (feedmail-default-message-id-generator): Doc fix.
7825 Bind system-time-locale. Handle missing end.
7826 (feedmail-fiddle-x-mailer): Add debug call.
7827 Handle feedmail-x-mailer-line being nil.
7828 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
7829 Add debug call. Use buffer-substring-no-properties.
7830 (feedmail-say-debug, feedmail-say-chatter): New functions.
7831 (feedmail-find-eoh): Give an explicit error.
7832
42c7e61e
UJ
78332011-05-13 Ulf Jasper <ulf.jasper@web.de>
7834
c2571358 7835 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 7836 family from helvetica to sans.
c2571358 7837 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
7838 etc/images/newsticker.
7839
c2571358 7840 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
7841 family from helvetica to sans.
7842
7843 * net/newst-plainview.el (newsticker-new-item-face)
7844 (newsticker-old-item-face, newsticker-immortal-item-face)
7845 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 7846 (newsticker-statistics-face): Change default family from
42c7e61e 7847 helvetica to sans.
c2571358 7848 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
7849 etc/images/newsticker.
7850
7851 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
7852 (newsticker--process-auto-mark-filter-match): : Tell user about
7853 auto-marking.
7854
8497a297
DV
78552011-05-13 Didier Verna <didier@xemacs.org>
7856
7857 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
7858 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
7859 TODO entries.
8497a297
DV
7860 (lisp-lambda-list-keyword-parameter-indentation)
7861 (lisp-lambda-list-keyword-parameter-alignment)
7862 (lisp-lambda-list-keyword-alignment): New customizable user options.
7863 (lisp-indent-defun-method): Improve docstring.
7864 (extended-loop-p): Fix comment.
7865 (lisp-indent-lambda-list-keywords-regexp): New variable.
7866 (lisp-indent-lambda-list): New function.
7867 (lisp-indent-259): Use it.
7868 (lisp-indent-defmethod): Support for more than one
7869 method qualifier and properly indent methods lambda-lists.
7870 (defgeneric): Provide a missing common-lisp-indent-function property.
7871
f278f87f
SM
78722011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
7873
7874 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
7875 bounds for the empty string (bug#8667).
7876
5233edd7
GM
78772011-05-13 Glenn Morris <rgm@gnu.org>
7878
5237a44f
GM
7879 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
7880
8340026c 7881 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 7882 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 7883
5233edd7 7884 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 7885 (appt-time-msg-list): Doc fix.
a5464014 7886 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 7887
92d10796
AS
78882011-05-12 Andreas Schwab <schwab@linux-m68k.org>
7889
7890 * progmodes/ld-script.el (ld-script-keywords)
7891 (ld-script-builtins): Update keywords list.
7892
914a0ae1
SM
78932011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7894
c89be45f
SM
7895 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
7896
914a0ae1
SM
7897 * shell.el (shell-completion-vars): New function.
7898 (shell-mode):
7899 * simple.el (read-shell-command): Use it.
7900 (blink-matching-open): No need for " [...]" in minibuffer-message.
7901
98dc3df3
GM
79022011-05-12 Glenn Morris <rgm@gnu.org>
7903
7904 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
7905 (appt-check): Simplify.
7906
d2fc7e3d 79072011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 7908
4d61f28d 7909 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
7910 literal "/dev/null".
7911
d2fc7e3d 79122011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
7913
7914 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
7915 Fix typo.
7916
d2fc7e3d 79172011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 7918
3f254caa
SM
7919 * progmodes/which-func.el (which-function):
7920 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
7921 which might not be defined (Bug#8260).
7922
d45885f7
GM
79232011-05-12 Glenn Morris <rgm@gnu.org>
7924
7925 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
7926 Let byte-compile-initial-macro-environment always take precedence.
7927
488086f4
SM
79282011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7929
7930 * net/rcirc.el: Add support for SSL/TLS connections.
7931 (rcirc-server-alist): New field `encryption'.
7932 (rcirc): Check `encryption' settings.
7933 (rcirc-connect): New arg `encryption'. Use open-network-stream.
7934 Merge make-local-variable into `set'.
7935 (rcirc--connection-open-p): New function.
7936 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
7937 the process is not a network process (e.g. running gnutls-cli).
7938 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
7939 Make rcirc-(en|de)code-coding-system local here.
7940 (rcirc-mode): Merge make-local-variable into `set'.
7941 (rcirc-parent-buffer): Make permanent buffer-local.
7942 (rcirc-multiline-minor-mode): Don't do it here.
7943 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
7944 there's no server buffer.
7945
7d3b9d44
GM
79462011-05-11 Glenn Morris <rgm@gnu.org>
7947
f64049c6
GM
7948 * newcomment.el (comment-kill): Prefix "unused" local.
7949
93c9df73
GM
7950 * term/w32console.el (get-screen-color): Declare.
7951
7d3b9d44
GM
7952 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
7953 Handle symbol elements of byte-compile-initial-macro-environment.
7954
9e2dd53f
LL
79552011-05-10 Leo Liu <sdl.web@gmail.com>
7956
488086f4
SM
7957 * bookmark.el (bookmark-bmenu-mode-map):
7958 Bind bookmark-bmenu-search to `/'.
8b340240 7959
9e2dd53f 7960 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
7961 (footnote-unicode-string, footnote-unicode-regexp): New variable.
7962 (Footnote-unicode): New function.
7963 (footnote-style-alist): Add unicode style to the list.
7964 (footnote-style): Doc fix.
9e2dd53f 7965
79b70037
GM
79662011-05-10 Jim Meyering <meyering@redhat.com>
7967
7968 Fix doubled-word typos.
7969 * international/quail.el (quail-insert-kbd-layout): and and -> and
7970 * kermit.el: and and -> and
7971 * net/ldap.el (ldap-search-internal): to to -> to
7972 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
7973 * progmodes/js.el (js-mode): and and -> and
7974 * textmodes/artist.el (artist-move-to-xy): at at -> at
7975 (artist-draw-region-trim-line-endings): if if -> if
7976 And Safetyc -> Safety.
7977 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
7978
b8f82dc1 79792011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 7980 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
7981
7982 * files.el (hack-one-local-variable-eval-safep):
7983 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
7984
4f99f44b
GM
79852011-05-10 Glenn Morris <rgm@gnu.org>
7986
7987 * calendar/diary-lib.el (diary-list-entries-hook)
7988 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
7989 (diary-nongregorian-marking-hook, diary-list-entries)
7990 (diary-include-other-diary-files, diary-mark-entries)
7991 (diary-mark-included-diary-files): Doc fixes.
7992
84f29e6b
JB
79932011-05-09 Juanma Barranquero <lekktu@gmail.com>
7994
7995 * misc.el: Require tabulated-list.el during compilation.
7996
9bedd73a
CY
79972011-05-09 Chong Yidong <cyd@stupidchicken.com>
7998
488086f4
SM
7999 * progmodes/compile.el (compilation-start):
8000 Run compilation-filter-hook for the async case too.
9bedd73a
CY
8001 (compilation-filter-hook): Doc fix.
8002
797c735c
DD
80032011-05-09 Deniz Dogan <deniz@dogan.se>
8004
8005 * wdired.el: Remove outdated installation comment. Fix usage
8006 comment.
8007
5f4b1dfe
JB
80082011-05-09 Juanma Barranquero <lekktu@gmail.com>
8009
8010 * misc.el: Implement new command `list-dynamic-libraries'.
8011 (list-dynamic-libraries--loaded-only-p): New variable.
8012 (list-dynamic-libraries--refresh): New function.
8013 (list-dynamic-libraries): New command.
8014
4c44026c
CY
80152011-05-09 Chong Yidong <cyd@stupidchicken.com>
8016
488086f4
SM
8017 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8018 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
8019 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
8020 higher priority to avoid clobbering by gnu.
8021
027f966d
CY
80222011-05-08 Chong Yidong <cyd@stupidchicken.com>
8023
8024 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
8025 if the face has existing theme settings (Bug#8454).
8026
085f5d7d
CY
80272011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
8028
488086f4
SM
8029 * progmodes/perl-mode.el (perl-imenu-generic-expression):
8030 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 8031
2a86a00c
RS
8032 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
8033 special file names `.' and `..' (Bug#8259).
8034
d9c54a06
CY
80352011-05-08 Chong Yidong <cyd@stupidchicken.com>
8036
488086f4
SM
8037 * progmodes/grep.el (grep-mode-font-lock-keywords):
8038 Remove buffer-changing entries.
d9c54a06
CY
8039 (grep-filter): New function.
8040 (grep-mode): Add it to compilation-filter-hook.
8041
8042 * progmodes/compile.el (compilation-filter-hook)
8043 (compilation-filter-start): New defvars.
8044 (compilation-filter): Call compilation-filter-hook prior to
8045 updating the process mark.
8046
c4662635
SM
80472011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8048
8049 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
8050
b0512a1d
EZ
80512011-05-07 Eli Zaretskii <eliz@gnu.org>
8052
605c9376
EZ
8053 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
8054 mailclient-send-it even if window-system is nil. (Bug#8595)
8055
c4662635
SM
8056 * term/w32console.el (terminal-init-w32console):
8057 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
8058 background-mode. (Bug#8597)
8059
d1dc2cc2
SM
80602011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8061
8062 Make bytecomp.el understand that defmethod defines funs (bug#8631).
8063 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
8064 New functions.
8065 (defgeneric, eieio--defmethod): Use them.
8066 (eieio-defgeneric): Remove.
8067 (defmethod): Call defgeneric in a way visible to the byte-compiler.
8068
915d1300
GM
80692011-05-07 Glenn Morris <rgm@gnu.org>
8070
a3961c3e
GM
8071 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
8072 Use let rather than let*.
8073 (timeclock-find-discrep): Remove unused local.
8074
314347b9
GM
8075 * calendar/diary-lib.el (diary-comment-start): Doc fix.
8076
915d1300
GM
8077 * calendar/appt.el (appt-time-msg-list): Doc fix.
8078
275b59b0
NF
80792011-05-06 Noah Friedman <friedman@splode.com>
8080
8081 * apropos.el (apropos-print-doc): Only use
8082 emacs-lisp-docstring-fill-column when it is bound to an integer,
8083 per that variable's documentation.
8084
6c19f744
SM
80852011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8086
8087 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 8088 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 8089
60f884b2
GM
80902011-05-06 Glenn Morris <rgm@gnu.org>
8091
5006e634
GM
8092 * calendar/appt.el (appt-message-warning-time): Doc fix.
8093 (appt-warning-time-regexp): New option.
8094 (appt-make-list): Respect appt-message-warning-time.
8095
548d0a63
GM
8096 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
8097 New options.
8098 (diary-add-to-list): Strip comments from the displayed string.
8099 (diary-mode): Set comment-start and comment-end.
8100
60f884b2
GM
8101 * vc/diff-mode.el (smerge-refine-subst): Declare.
8102 (diff-refine-hunk): Don't require smerge-mode when compiling.
8103
989681bb
JB
81042011-05-06 Juanma Barranquero <lekktu@gmail.com>
8105
8106 * simple.el (list-processes): Return nil as the docstring says.
8107
a6bc05e1
MA
81082011-05-05 Michael Albinus <michael.albinus@gmx.de>
8109
8110 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
8111 to "".
8112 (ange-ftp-write-region, ange-ftp-insert-file-contents)
8113 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
8114 determining of binary transfer. (Bug#7383)
8115
23c22e9a
MA
81162011-05-05 Michael Albinus <michael.albinus@gmx.de>
8117
c4662635
SM
8118 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
8119 Fix port computation bug. (Bug#8618)
23c22e9a 8120
0bff894f
GM
81212011-05-05 Glenn Morris <rgm@gnu.org>
8122
b8296902
GM
8123 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
8124
1f522ce8
GM
8125 * simple.el (shell-dynamic-complete-functions)
8126 (comint-dynamic-complete-functions): Declare.
8127
cf5bee67
GM
8128 * net/network-stream.el (gnutls-negotiate):
8129 * simple.el (tabulated-list-print): Fix declarations.
8130
8131 * progmodes/gud.el (syntax-symbol, syntax-point):
8132 Remove unnecessary and incorrect declarations.
8133
0bff894f
GM
8134 * emacs-lisp/check-declare.el (check-declare-scan):
8135 Handle byte-compile-initial-macro-environment in bytecomp.el
8136
9869b3ae
SM
81372011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8138
8139 Fix earlier half-done eieio-defmethod change (bug#8338).
8140 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
8141 Streamline and change calling convention.
8142 (defmethod): Adjust accordingly and simplify.
8143 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
8144 new eieio--defmethod.
8145 (slot-boundp): Minor CSE simplification.
8146
9c1d5ac5
MZ
81472011-05-05 Milan Zamazal <pdm@zamazal.org>
8148
8149 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
8150 (glasses-make-readable): Use glasses-separate-capital-groups.
8151
455c834e
JB
81522011-05-05 Juanma Barranquero <lekktu@gmail.com>
8153
8154 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
8155 (warning-series): Doc fix.
8156 (display-warning): Don't try to create the buffer if we just found it.
8157
9ed7c8cb
CY
81582011-05-04 Chong Yidong <cyd@stupidchicken.com>
8159
8160 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
8161 (autoload-find-generated-file): New function.
8162 (generate-file-autoloads): Bind generated-autoload-file to
8163 buffer-file-name.
9869b3ae
SM
8164 (update-file-autoloads, update-directory-autoloads):
8165 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
8166 output file (Bug#7989).
8167 (batch-update-autoloads): Doc fix.
8168
0898ca10
JB
81692011-05-04 Juanma Barranquero <lekktu@gmail.com>
8170
8171 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
8172
31dfb76c
GM
81732011-05-04 Glenn Morris <rgm@gnu.org>
8174
f330b642
GM
8175 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
8176 function, so it follows changes in calendar-date-style.
8177 (diary-fancy-date-matcher): New function.
8178 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
8179 (diary-fancy-font-lock-fontify-region-function):
8180 Use diary-fancy-date-pattern as a function.
8181
31dfb76c
GM
8182 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
8183 non-numbers for `year' etc pseudo-variables. (Bug#8583)
8184
48e79d6a
TZ
81852011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
8186
8187 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
8188 instead of positional arguments. Allow :keylist and :crlfiles
8189 arguments.
8190 (open-gnutls-stream): Call it.
8191
8192 * net/network-stream.el (network-stream-open-starttls): Adjust to
8193 call `gnutls-negotiate' with :process and :hostname arguments.
8194
dd5a5ee0
SM
81952011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8196
ef80fc09
SM
8197 * minibuffer.el (completion--message): New function.
8198 (completion--do-completion, minibuffer-complete)
8199 (minibuffer-force-complete, minibuffer-complete-word): Use it.
8200 (completion--do-completion): Don't ignore completion-auto-help when in
8201 icomplete-mode.
8202
dd5a5ee0
SM
8203 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
8204 internal encoding (e.g. tibetan zero is not whitespace).
8205 (global-whitespace-mode): Prefer save-current-buffer.
8206 (whitespace-trailing-regexp): Remove useless save-match-data.
8207 (whitespace-empty-at-bob-regexp): Minor simplification.
8208
b7d22a83
CY
82092011-05-03 Chong Yidong <cyd@stupidchicken.com>
8210
8211 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
8212
5192af46
AM
82132011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8214
8215 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 8216 Use `concat' to create string for insertion.
5192af46 8217
5767d190
SM
82182011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8219
8220 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
8221 Avoid open-line which runs post-self-insert-hook.
8222 (bibtex-fill-entry): Remove unused `end' var.
8223
bf242939
AM
82242011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
8225
5767d190
SM
8226 * textmodes/ispell.el (ispell-add-per-file-word-list):
8227 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 8228
25666126
LL
82292011-05-03 Leo Liu <sdl.web@gmail.com>
8230
8231 * isearch.el (isearch-yank-pop): New command.
5767d190 8232 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
8233 (isearch-forward): Mention it.
8234
52d3c2d0
SM
82352011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8236
1bcace58
SM
8237 * simple.el (minibuffer-complete-shell-command): Remove.
8238 (minibuffer-local-shell-command-map): Use completion-at-point.
8239 (read-shell-command): Setup completion vars here instead.
8240 (read-expression-map): Bind TAB to symbol completion.
8241
52d3c2d0
SM
8242 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
8243 error directly rather via storing it into `results'.
8244
35813471
LL
82452011-05-02 Leo Liu <sdl.web@gmail.com>
8246
8247 * vc/diff.el: Fix description.
8248
e793a940
LMI
82492011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8250
8251 * server.el (server-eval-at): New function.
8252
8de66e05
LMI
82532011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8254
8255 * net/network-stream.el (open-network-stream): Take a :nowait
8256 parameter and pass it on to `make-network-process'.
8257 (network-stream-open-plain): Ditto.
8258
dcb79f20
AS
82592011-04-30 Andreas Schwab <schwab@linux-m68k.org>
8260
8261 * faces.el (face-spec-set-match-display): Don't match toolkit
8262 options on terminal frames.
8263
14a7fbd8
SM
82642011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8265
7eabc1be
SM
8266 * progmodes/pascal.el: Use lexical binding.
8267 (pascal-mode-map): Remove author preferences.
8268
14a7fbd8
SM
8269 * pcomplete.el (pcomplete-std-complete): Don't abuse
8270 completion-at-point.
8271
50f84510
JB
82722011-04-28 Juanma Barranquero <lekktu@gmail.com>
8273
6e087a44
JB
8274 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
8275 removing code that has been dead since 1991 or so.
8276
50f84510
JB
8277 * startup.el (command-line): When warning about "_emacs", use a
8278 delayed warning to allow the user to filter it out.
8279
0ba690bd
DD
82802011-04-28 Deniz Dogan <deniz@dogan.se>
8281
8282 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
8283 user has not joined.
8284
08abfaad
SM
82852011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8286
8287 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
8288 aren't any completions at point.
8289
638f053a
JB
82902011-04-28 Juanma Barranquero <lekktu@gmail.com>
8291
8292 * subr.el (display-delayed-warnings): New function.
8293 (delayed-warnings-hook): New variable.
8294
8fff8daa
SM
82952011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8296
08abfaad
SM
8297 * minibuffer.el (completion-at-point, completion-help-at-point):
8298 Don't presume that a given completion-at-point-function will always
8299 use the same calling convention.
8300
8fff8daa
SM
8301 * pcomplete.el (pcomplete-completions-at-point):
8302 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
8303 pcomplete-seen is non-nil.
8304 (pcomplete-comint-setup): Also recognize the new comint/shell
8305 completion functions.
8306 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
8307 pcomplete-seen is non-nil.
8308
841a1577 83092011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 8310
841a1577 8311 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 8312 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 8313 the first character in the entry. This allows for code to add its
211ec907
UJ
8314 own uid to the entry.
8315 (icalendar--convert-float-to-ical): Add export of
8316 `diary-float'-entries save for those with the optional DAY
8317 argument.
8318
2a782793
DC
83192011-04-27 Daniel Colascione <dan.colascione@gmail.com>
8320
8321 * subr.el (shell-quote-argument): Use alternate escaping strategy
8322 when we spot a variable reference in a string.
8323
0438ce91
DC
83242011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8325
8326 * cus-start.el (all): Define customization for debug-on-event.
8327
841a1577 83282011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
8329
8330 * subr.el (shell-quote-argument): Escape correctly under Windows.
8331
d090ed6c
SM
83322011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8333
8334 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
8335
bfd31217
MA
83362011-04-25 Michael Albinus <michael.albinus@gmx.de>
8337
d090ed6c
SM
8338 * net/tramp.el (tramp-process-actions): Add POS argument.
8339 Delete region between POS and (pos).
bfd31217 8340
d090ed6c
SM
8341 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
8342 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
8343 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
8344
8345 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
8346 position in `tramp-process-actions' call.
8347
8348 * net/trampver.el: Update release number.
8349
e92f3bd3
SM
83502011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8351
850256b5
SM
8352 * custom.el (defcustom): Obey lexical-binding.
8353
e92f3bd3
SM
8354 Fix octave-inf completion problems reported by Alexander Klimov.
8355 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
8356 Inherit from octave-mode-syntax-table.
8357 (inferior-octave-mode): Set info-lookup-mode.
8358 (inferior-octave-completion-at-point): New function.
8359 (inferior-octave-complete): Use it and completion-in-region.
8360 (inferior-octave-dynamic-complete-functions): Use it as well, and use
8361 comint-filename-completion.
8362 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
8363 symbol elements which shouldn't be word elements.
8364 (octave-font-lock-keywords, octave-beginning-of-defun)
8365 (octave-function-header-regexp): Adjust regexps accordingly.
8366 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
8367
cd22b309
JB
83682011-04-25 Juanma Barranquero <lekktu@gmail.com>
8369
8370 * net/gnutls.el (gnutls-errorp): Declare before first use.
8371
8b492194
TZ
83722011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
8373
8374 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
8375 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 8376 default trustfile exists before going to use it. Add missing
5a5fa834 8377 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
8378 Reported by Claudio Bley <claudio.bley@gmail.com>.
8379 (open-gnutls-stream): Add usage example.
8380
8381 * net/network-stream.el (network-stream-open-starttls): Give host
8382 parameter to `gnutls-negotiate'.
8383 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 8384 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 8385
841a1577 83862011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 8387
cd22b309
JB
8388 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
8389 Use correct match group (bug#8438).
05842630 8390
3ba7869c
CY
83912011-04-24 Chong Yidong <cyd@stupidchicken.com>
8392
512e3ae1
CY
8393 * emacs-lisp/package.el (package-built-in-p): Fix typo.
8394 (package-menu--generate): New arg specifying packages to show.
8395 (package-menu-refresh, package-menu-execute, list-packages):
8396 Callers changed.
8397 (package-show-package-list): New function, replacing deleted
8398 package--list-packages (renamed because it is non-internal).
8399
8400 * finder.el (finder-list-matches): Use package-show-package-list
8401 instead of deleted package--list-packages.
8402
e92f3bd3
SM
8403 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
8404 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
8405 (vc-annotate-mode-map): Bind it to RET.
8406
7031be6d
UR
84072011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
8408
8409 * progmodes/etags.el (next-file): Don't use set-buffer to change
8410 buffers (Bug#8478).
8411
4ef177aa
CY
84122011-04-24 Chong Yidong <cyd@stupidchicken.com>
8413
c8d173eb
CY
8414 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
8415
4ef177aa
CY
8416 * apropos.el (apropos-label-face): Avoid variable-pitch face.
8417 (apropos-accumulator): Doc fix.
8418 (apropos-function, apropos-macro, apropos-command)
8419 (apropos-variable, apropos-face, apropos-group, apropos-widget)
8420 (apropos-plist): Add face property.
8421 (apropos-symbols-internal): Fix indentation.
8422 (apropos-print): Simplify help, and recognize apropos-multi-type.
8423 (apropos-print-doc): Use button-type-get to extract the button's
8424 face property. Fill docstring (Bug#8352).
8425
4ffd0d6b 84262011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
8427
8428 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
8429
c6c32125 8430 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 8431 (mpuz-mode-map): Use mapc.
c6c32125
JB
8432 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
8433 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
8434 Fix typos in docstrings.
8435
58d468b4
JB
8436 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
8437 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
8438
6470c3c6
JB
8439 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
8440
4ffd0d6b 84412011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
8442
8443 * minibuffer.el (completion--do-completion): Avoid the "Next char
8444 not unique" prompt if icomplete-mode is enabled (Bug#5849).
8445
3ad8bad0
CY
8446 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
8447 mouse-2 into unread-command-events, it is interpreted correctly.
8448
71d73c9c 8449 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 8450 (image-toggle-display): Doc fix.
71d73c9c 8451
841a1577 84522011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 8453
4ffd0d6b
GM
8454 * textmodes/page.el (what-page): Use line-number-at-pos to
8455 calculate line number (Bug#6825).
6e1dbaa9 8456
c2fb1b60
JB
84572011-04-22 Juanma Barranquero <lekktu@gmail.com>
8458
8459 * eshell/esh-mode.el (find-tag-interactive): Declare function.
8460 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
8461 Pass argument NO-DEFAULT to `find-tag-interactive'.
8462
e02f48d7
JB
84632011-04-22 Juanma Barranquero <lekktu@gmail.com>
8464
8465 Lexical-binding cleanup.
8466
8467 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
8468 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
8469 * progmodes/ada-prj.el (ada-prj-initialize-values)
8470 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
8471 (ada-prj-show-value):
8472 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
8473 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
8474 (antlr-invalidate-context-cache, antlr-options-menu-filter)
8475 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
8476 * progmodes/bug-reference.el (bug-reference-push-button):
8477 * progmodes/fortran.el (fortran-line-length):
8478 * progmodes/glasses.el (glasses-change):
8479 * progmodes/octave-mod.el (octave-fill-paragraph):
8480 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
8481 (python-pdbtrack-grub-for-buffer, python-sentinel):
8482 * progmodes/sql.el (sql-save-connection):
8483 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
8484 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
8485 Mark unused parameters.
8486
8487 * progmodes/compile.el (compilation--flush-directory-cache)
8488 (compilation--flush-parse, compile-internal): Mark unused parameters.
8489 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
8490 (compilation-next-error-function): Remove unused variable `timestamp'.
8491
8492 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
8493 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
8494
8495 * progmodes/dcl-mode.el (dcl-end-of-command):
8496 Remove unused variable `start'.
8497 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
8498 (dcl-option-value-basic, dcl-option-value-offset)
8499 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
8500 Mark unused parameters.
8501 (dcl-save-local-variable): Remove unused variable `val'.
8502 (mode): Declare.
8503
8504 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
8505 Mark unused parameters.
8506 (delphi-ignore-changes): Move before first use.
8507 (delphi-charset-token-at): Remove unused variable `start'.
8508 (delphi-else-start): Remove unused variable `if-count'.
8509 (delphi-comment-block-start, delphi-comment-block-end):
8510 Remove unused variable `kind'.
8511 (delphi-indent-line): Remove unused variable `new-point'.
8512
8513 * progmodes/ebrowse.el (ebrowse-files-list)
8514 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
8515 Mark unused parameters. Don't quote `lambda'.
8516 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
8517 Don't quote `lambda'.
8518 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
8519 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
8520 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
8521 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
8522 Use `ignore-errors'.
8523 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
8524 (ebrowse-view/find-file-and-search-pattern)
8525 (ebrowse-view/find-member-declaration/definition):
8526 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
8527 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
8528 Rename parameter PREFIX-ARG to PREFIX.
8529 (ebrowse-tags-read-name): Remove unused variables `start' and
8530 `member-info'.
8531 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
8532 to `tags-file'.
8533
8534 * progmodes/etags.el (local-find-tag-hook): Declare.
8535 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
8536 Mark unused parameters.
8537
8538 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
8539 (executable-interpret): Mark unused parameter.
8540
8541 * progmodes/flymake.el (flymake-process-sentinel)
8542 (flymake-after-change-function)
8543 (flymake-create-temp-with-folder-structure)
8544 (flymake-get-include-dirs-dot): Mark unused parameters.
8545 (flymake-safe-delete-directory): Remove unused variable `err'.
8546
8547 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
8548 (speedbar-timer-fn, speedbar-line-text)
8549 (speedbar-change-expand-button-char, speedbar-delete-subblock)
8550 (speedbar-center-buffer-smartly): Declare functions.
8551 (gdb-find-watch-expression): Remove unused variable `array'.
8552 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
8553 (gdb-starting): Mark unused parameters.
8554 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
8555 (gdb-table-string): Remove unused variable `res'.
8556 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
8557 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
8558 (gdb-display-buffer): Remove unused variable `cur-size'.
8559
8560 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
8561 allow lexical-binding compilation.
8562 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
8563 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
8564 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
8565 Mark unused parameters.
8566 (gud-gdb-marker-filter): Remove unused variable `match'.
8567 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
8568 lambda expressions and funcall them, instead of using `fset'.
8569
8570 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
8571 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
8572
8573 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
8574 variable `header-beg'; use `let'.
8575
8576 * progmodes/icon.el (indent-icon-exp): Remove unused variables
8577 `restart', `last-sexp' and `at-do'.
8578
8579 * progmodes/js.el (js--debug): Mark unused parameter.
8580 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
8581 (js--splice-into-items): Remove unused variable `item'.
8582 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
8583
8584 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
8585 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
8586 (makefile-complete): Remove unused variable `try'.
8587 (makefile-fill-paragraph, makefile-match-function-end):
8588 Mark unused parameters.
8589
8590 * progmodes/octave-inf.el (inferior-octave-complete):
8591 Remove unused variable `proc'.
8592 (inferior-octave-output-digest): Mark unused parameter.
8593
8594 * progmodes/perl-mode.el (perl-calculate-indent):
8595 Remove unused variable `err'.
8596
8597 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
8598 (prolog-indent-line): Mark unused parameters.
8599 (prolog-indent-line): Remove unused variable `beg'.
8600
8601 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
8602 (reporter-dont-compact-list): Declare.
8603
8604 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
8605 Remove unused variable `char'.
8606 (sh-debug): Mark unused parameter.
8607 (sh-get-indent-info): Remove unused variable `start'.
8608 (sh-calculate-indent): Remove unused variable `var'.
8609
8610 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
8611 (simula-electric-keyword): Remove unused variable `null'.
8612 (simula-search-backward, simula-search-forward): Remove unused
8613 variables `begin' and `end'.
8614
8615 * progmodes/vera-mode.el (vera-guess-basic-syntax):
8616 Remove unused variable `pos'.
8617 (vera-electric-tab, vera-comment-uncomment-region):
8618 Mark unused parameters.
8619 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
8620
7ede3b65
CY
86212011-04-22 Chong Yidong <cyd@stupidchicken.com>
8622
8623 * emacs-lisp/package.el (package--builtins, package-alist)
8624 (package-load-descriptor, package-built-in-p, package-activate)
8625 (define-package, package-installed-p)
8626 (package-compute-transaction, package-buffer-info)
8627 (package--push): Doc fix. Distinguish more clearly between
8628 version strings and version lists.
8629
121656e9
JB
86302011-04-21 Juanma Barranquero <lekktu@gmail.com>
8631
8632 Lexical-binding cleanup.
8633
8634 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
8635 (5x5-make-mutate-best):
8636 * play/fortune.el (fortune-in-buffer):
8637 * play/gomoku.el (gomoku-init-display):
8638 * play/solitaire.el (solitaire, solitaire-do-check):
8639 * play/tetris.el (tetris-default-update-speed-function):
8640 Mark unused parameters.
8641
8642 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
8643 (bubbles--shift): Remove unused variable `char-org'.
8644 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
8645 (bubbles--show-images): Remove unused variable `char'.
8646
8647 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
8648 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
8649 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
8650 (decipher-analyze-buffer): Use ?\s.
8651 (decipher-make-checkpoint): Remove unused variable `mapping'.
8652
8653 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
8654
8655 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
8656 Remove unused variable `result'; use `let'.
8657
8658 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
8659 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
8660 (gametree-children-shown-p, gametree-compute-reduced-score):
8661 Use `ignore-errors'.
8662
8663 * play/handwrite.el (ps-lpr-switches): Declare.
8664 (handwrite): Remove unused variables `pmin' and `lastp'.
8665
8666 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
8667
8668 * play/landmark.el (landmark-init-display)
8669 (landmark-update-naught-weights): Mark unused parameters.
8670 (landmark-y): Remove unused variable `noise'. Simplify.
8671 (landmark-human-plays): Remove unused variable `score'.
8672
8673 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
8674 (mpuz-try-proposal): Remove unused variable `game'.
8675
8676 * play/zone.el (life-patterns): Declare.
8677
80f499c7
JB
86782011-04-20 Juanma Barranquero <lekktu@gmail.com>
8679
8680 * vc/vc.el (ediff-vc-internal): Declare function.
8681
024ff170
SM
86822011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8683
c0a193ea
SM
8684 * shell.el: Use lexical-binding and std completion UI.
8685 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
8686 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
8687 comint-preoutput-filter-functions rather than on
8688 comint-output-filter-functions.
8689 (shell-command-completion, shell--command-completion-data)
8690 (shell-filename-completion, shell-environment-variable-completion)
8691 (shell-c-a-p-replace-by-expanded-directory): New functions.
8692 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
8693 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
8694 (shell-dynamic-complete-environment-variable): Use them.
8695 (shell-dynamic-complete-as-environment-variable)
8696 (shell-dynamic-complete-as-command): Remove.
8697 (shell-match-partial-variable): Match past point.
8698 * comint.el: Clean up use of completion-at-point-functions.
8699 (comint-completion-at-point): New function.
8700 (comint-mode): Use it completion-at-point-functions.
8701 (comint-dynamic-complete): Make it obsolete.
8702 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
8703 (comint-c-a-p-replace-by-expanded-history): New function.
8704 (comint-dynamic-complete-functions)
8705 (comint-replace-by-expanded-history): Use it.
8706 * minibuffer.el (completion-table-with-terminator): Allow dynamic
8707 termination strings. Try harder to avoid second try-completion.
8708 (completion-in-region-mode-map): Disable bindings that don't work yet.
8709
2dbaa080
SM
8710 * comint.el: Use lexical-binding. Require CL.
8711 (comint-dynamic-complete-functions): Use comint-filename-completion.
8712 (comint-completion-addsuffix): Tweak custom type.
8713 (comint-filename-completion, comint--common-suffix)
8714 (comint--common-quoted-suffix, comint--table-subvert)
8715 (comint--complete-file-name-data): New functions.
8716 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
8717 (comint-dynamic-list-filename-completions): Use them.
8718 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 8719
2dbaa080
SM
8720 * minibuffer.el (completion-in-region-mode):
8721 Keep completion-in-region-mode--predicate global.
8722 (completion-in-region--postch):
8723 Assume completion-in-region-mode--predicate is not null.
8724
c79a6f38
SM
8725 * progmodes/flymake.el (flymake-start-syntax-check-process):
8726 Obey `dir'. Simplify.
8727
024ff170
SM
8728 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
8729 we're in VC after all.
8730
1c6c854e
CS
87312011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
8732
8733 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 8734 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
8735 (vc-version-diff): Use vc-diff-build-argument-list-internal.
8736
bed7f140
SM
87372011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8738
332e62ab
SM
8739 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
8740 add sanity check.
8741
bed7f140
SM
8742 * obsolete/erc-hecomplete.el: Make obsolete.
8743 * obsolete/: Standardize obsolescence info in the header.
8744
f195c582
GM
87452011-04-20 Glenn Morris <rgm@gnu.org>
8746
8747 * calendar/solar.el (solar-horizontal-coordinates):
8748 Use the longitude argument rather than `calendar-longitude'.
8749 (solar-date-next-longitude): Remove unused locals.
8750
cb79b8c0
VJL
87512011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8752
8753 * whitespace.el: New version 13.2.1.
8754
87552011-04-20 felix <EmacsWiki> (tiny change)
8756
d8e4b68b 8757 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
8758 switching between major modes on a file.
8759
602ea69d
SM
87602011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8761
8762 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
8763 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
8764 multi-line comments as well.
8765
06b60517
JB
87662011-04-19 Juanma Barranquero <lekktu@gmail.com>
8767
8768 Lexical-binding cleanup.
8769
8770 * arc-mode.el (archive-mode-revert):
8771 * cmuscheme.el (scheme-interactively-start-process):
8772 * custom.el (custom-initialize-delay):
8773 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
8774 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
8775 * emacs-lock.el (emacs-lock-clear-sentinel):
8776 * ezimage.el (defezimage):
8777 * follow.el (follow-avoid-tail-recenter):
8778 * fringe.el (set-fringe-mode-1):
8779 * generic-x.el (bat-generic-mode-compile):
8780 * help-mode.el (help-info-variable, help-do-xref)
8781 (help-mode-revert-buffer):
8782 * help.el (view-emacs-todo):
8783 * iswitchb.el (iswitchb-completion-help):
8784 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
8785 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
8786 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
8787 * locate.el (locate-update):
8788 * longlines.el (longlines-encode-region)
8789 (longlines-after-change-function):
8790 * outline.el (outline-isearch-open-invisible):
8791 * ps-def.el (declare-function, charset-dimension, char-width)
8792 (encode-char):
8793 * ps-mule.el (ps-mule-plot-string):
8794 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
8795 (recentf-edit-list-select, recentf-edit-list-validate)
8796 (recentf-open-files-action):
8797 * rect.el (delete-whitespace-rectangle-line)
8798 (rectangle-number-line-callback):
8799 * register.el (window-configuration-to-register)
8800 (frame-configuration-to-register):
8801 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
8802 * select.el (xselect-convert-to-string, xselect-convert-to-length)
8803 (xselect-convert-to-targets, xselect-convert-to-delete)
8804 (xselect-convert-to-filename, xselect-convert-to-charpos)
8805 (xselect-convert-to-lineno, xselect-convert-to-colno)
8806 (xselect-convert-to-os, xselect-convert-to-host)
8807 (xselect-convert-to-user, xselect-convert-to-class)
8808 (xselect-convert-to-name, xselect-convert-to-integer)
8809 (xselect-convert-to-atom, xselect-convert-to-identity):
8810 * subr.el (declare, ignore, process-kill-without-query)
8811 (text-clone-maintain):
8812 * terminal.el (te-get-char, te-tic-sentinel):
8813 * tool-bar.el (tool-bar-make-keymap):
8814 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
8815 * type-break.el (type-break-mode, type-break-noninteractive-query):
8816 * view.el (View-back-to-mark):
8817 * wid-browse.el (widget-browse-action, widget-browse-widget)
8818 (widget-browse-widgets, widget-browse-sexp):
8819 * widget.el (define-widget-keywords):
8820 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
8821 Mark unused parameters.
8822
8823 * align.el (align-adjust-col-for-rule): Mark unused parameter.
8824 (align-areas): Remove unused variable `look'.
8825 (align-region): Remove unused variables `real-end' and `pos-list'.
8826
8827 * apropos.el (apropos-score-doc): Remove unused variable `i'.
8828
8829 * bindings.el (mode-line-modified, mode-line-remote):
8830 Mark unused parameters.
8831 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
8832
8833 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
8834 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
8835
8836 * comint.el (comint-history-isearch-pop-state)
8837 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
8838 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
8839 (comint-substitute-in-file-name): Doc fix.
8840
8841 * completion.el (cmpl-statistics-block): Mark unused parameter.
8842 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
8843 (save-completions-to-file, load-completions-from-file):
8844 Remove unused local variable `e'.
8845
8846 * composite.el (compose-chars): Remove unused variable `len'.
8847 (lgstring-insert-glyph): Remove unused variable `g'.
8848 (compose-glyph-string): Remove unused variables `ascent',
8849 `descent', `lbearing' and `rbearing'.
8850 (compose-glyph-string-relative): Remove unused variables
8851 `lbearing', `rbearing' and `wadjust'.
8852 (compose-gstring-for-graphic): Remove unused variables `header',
8853 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
8854 (compose-gstring-for-terminal): Remove unused variables `header'
8855 and `nchars'. Use `let', not `let*'.
8856
8857 * cus-edit.el (Custom-set, Custom-save, custom-reset)
8858 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
8859 (Custom-buffer-done, custom-buffer-create-internal)
8860 (custom-browse-visibility-action, custom-browse-group-tag-action)
8861 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
8862 (widget-magic-mouse-down-action, custom-toggle-parent)
8863 (custom-add-parent-links, custom-toggle-hide-variable)
8864 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
8865 (custom-toggle-hide-face, face, hook, custom-group-link-action)
8866 (custom-face-menu-create, custom-variable-menu-create, get)
8867 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
8868 (custom-reset-standard-save-and-update): Remove unused variable `value'.
8869 (customize-apropos): Remove unused variable `tests'.
8870 (custom-group-value-create): Remove unused variable `hidden-p'.
8871 (sort-fold-case): Declare.
8872
8873 * cus-theme.el (custom-reset-standard-faces-list)
8874 (custom-reset-standard-variables-list): Declare.
8875 (customize-create-theme, custom-theme-revert, custom-theme-write)
8876 (custom-theme-choose-mode, customize-themes, custom-theme-save):
8877 Mark unused parameters.
8878
8879 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
8880
8881 * delim-col.el (delimit-columns-max): Move defvar before first use.
8882
8883 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 8884 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
8885
8886 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
8887 (auto-insert): Declare.
8888 (desktop-restore-file-buffer): Rename desktop-* parameters;
8889 mark unused ones.
8890 (desktop-create-buffer): Rename desktop-* parameters and bind them.
8891 (desktop-buffer): Rename desktop-* parameters.
8892
8893 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
8894 (dframe-reposition-frame-xemacs, dframe-help-echo)
8895 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
8896 Mark unused parameters.
8897
8898 * dired-aux.el (backup-extract-version-start, overwrite-query)
8899 (overwrite-backup-query, rename-regexp-query)
8900 (rename-non-directory-query): Declare.
8901 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
8902 (dired-add-entry): Remove unused variable `orig-file-name'.
8903 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
8904 Use parameter PRESERVE-TIME instead of accessing dynamic variable
8905 `dired-copy-preserve-time' directly.
8906 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
8907 (dired-insert-subdir-newpos): Rename unused variable `pos'.
8908
8909 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
8910 (dired-virtual-revert, dired-make-relative-symlink):
8911 Mark unused parameters.
8912 (manual-program): Declare.
8913 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
8914 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
8915 wrapped in `with-no-warnings' to avoid replacing one warning by another.
8916
8917 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
8918
8919 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
8920
8921 * echistory.el (electric-history-in-progress, Helper-return-blurb):
8922 Declare.
8923
8924 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
8925
8926 * electric.el (Electric-command-loop): Rename parameter
8927 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
8928
8929 * expand.el (expand-in-literal): Remove unused variable `here'.
8930
8931 * facemenu.el (facemenu-add-new-color):
8932 Remove unused variable `docstring'.
8933
8934 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
8935 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
8936 (face-attr-construct): Mark unused parameter. Doc fix.
8937 (read-color): Remove unused variable `hex-string'.
8938
8939 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
8940 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
8941 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
8942 (display-buffer-other-frame): Remove unused variable `old-window'.
8943 (kill-buffer-hook): Declare.
8944 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
8945 Mark unused parameters.
8946 (after-find-file): Pass 1 to `auto-save-mode', not t.
8947
8948 * files-x.el (auto-insert): Declare.
8949 (modify-file-local-variable-prop-line): Remove unused variable `val'.
8950
8951 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 8952 variable `buf'. Mark unused parameter.
06b60517
JB
8953 (find-lisp-insert-directory): Mark unused parameter.
8954
8955 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
8956 (format-encode-region): Remove unused variables `cur-buf' and `result'.
8957 (format-common-tail): Remove, unused.
8958 (format-deannotate-region): Remove unused variable `loc'.
8959 (format-annotate-region): Remove unused variable `p'.
8960 (format-annotate-single-property-change): Remove unused variables
8961 `default' and `tail'.
8962
8963 * forms.el (read-file-filter): Declare.
8964 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
8965
8966 * frame.el (frame-creation-function-alist): Mark unused parameter.
8967 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
8968
8969 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
8970 Remove unused parameters.
8971 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
8972 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
8973
8974 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
8975 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
8976 (hfy-prepare-tag-map): Mark unused parameters.
8977 (htmlfontify-buffer): Use `called-interactively-p'.
8978
8979 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
8980 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
8981 (ibuffer-do-occur): Mark unused parameters.
8982 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
8983 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
8984
8985 * ibuffer.el: Don't quote `lambda'.
8986 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
8987 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
8988 Mark unused parameters.
8989
8990 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
8991 (ido-completing-read): Mark unused parameters.
8992 (ido-copy-current-word): Mark unused parameters;
8993 remove unused variable `name'.
8994 (ido-sort-merged-list): Remove unused parameter `dirs'.
8995
8996 * ielm.el (ielm-input-sender): Mark unused parameter.
8997 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
8998 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
8999 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
9000 `ielm-string' as a dynamic variable accessible from the IELM prompt.
9001 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
9002
9003 * image-dired.el (image-dired-display-thumbs): Remove unused
9004 variables `curr-file' and `count'.
9005 (image-dired-remove-tag): Remove unused variable `start'.
9006 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
9007 variable `curr-file'
9008 (image-dired-rotate-original): Remove unused variable `temp-file'.
9009 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
9010 Remove unused variable `file'.
9011 (image-dired-gallery-generate): Remove unused variable `curr'.
9012 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
9013
9014 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
9015
9016 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
9017
9018 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
9019
9020 * isearch.el (minibuffer-history-symbol): Declare.
9021 (isearch-edit-string): Remove unused variable `err'.
9022 (isearch-message-prefix, isearch-message-suffix):
9023 Mark unused parameters.
9024
9025 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
9026
9027 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
9028
9029 * makesum.el (double-column): Remove unused variable `cnt'.
9030
9031 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
9032 (ido-ignore-item-temp-list): Declare.
9033
9034 * mouse-drag.el (mouse-drag-throw): Remove unused variables
9035 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
9036 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
9037 (mouse-drag-drag): Remove unused variables `mouse-delta' and
9038 `mouse-col-delta'.
9039
9040 * mouse-sel.el (mouse-extend-internal):
9041 Remove unused variable `orig-window-frame'.
9042
9043 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
9044 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
9045 Move declarations before first use.
9046 (pcomplete-opt): Mark unused parameters; doc fix.
9047
9048 * proced.el (proced-revert): Mark unused parameter.
9049 (proced-send-signal): Remove unused variable `err'.
9050
9051 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
9052 Rename parameter PREFIX-ARG to ARG.
9053 (ps-basic-plot-string, ps-basic-plot-whitespace):
9054 Mark unused parameters.
9055
9056 * replace.el (replace-count): Define.
9057 (occur-revert-function): Mark unused parameters.
9058 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
9059 (isearch-case-fold-search, isearch-string): Declare.
9060 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
9061 bind `case-fold-search'. Remove unused variables `beg' and `end',
9062 and simplify.
9063 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
9064 COUNT and bind `replace-count'.
9065 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
9066 to COUNT.
9067
9068 * savehist.el (print-readably, print-string-length): Declare.
9069
9070 * shadowfile.el (shadow-expand-cluster-in-file-name):
9071 Remove unused variable `cluster'.
9072 (shadow-copy-file): Remove unused variable `i'.
9073 (shadow-noquery, shadow-clusters, shadow-site-cluster)
9074 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
9075 (shadow-define-literal-group, shadow-define-regexp-group)
9076 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
9077
9078 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
9079 (shell): Use `called-interactively-p'.
9080 (shell-directory-tracker): Remove unused variable `chdir-failure'.
9081
9082 * simple.el (compilation-context-lines, comint-file-name-quote-list)
9083 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
9084 (delete-backward-char): Remove unused variable `ocol'.
9085 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
9086 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
9087 (event-apply-hyper-modifier, event-apply-shift-modifier)
9088 (event-apply-control-modifier, event-apply-meta-modifier):
9089 Mark unused parameters.
9090 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
9091 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
9092
9093 * speedbar.el (speedbar-ignored-directory-expressions)
9094 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
9095 (speedbar-find-file, speedbar-dir-follow)
9096 (speedbar-directory-buttons-follow, speedbar-tag-find)
9097 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
9098 (speedbar-buffers-line-directory, speedbar-buffer-click):
9099 Mark unused parameters.
9100 (speedbar-tag-file): Remove unused variable `mode'.
9101 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
9102
9103 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
9104
9105 * talk.el (talk): Remove unused variable `display'.
9106
9107 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
9108 (tar-write-region-annotate): Mark unused parameter.
9109
9110 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
9111 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
9112 Declare them, wrapped in `with-no-warnings' to avoid replacing one
9113 warning by another.
9114
9115 * time-stamp.el (time-stamp-string-preprocess):
9116 Remove unused variable `require-padding'.
9117
9118 * tree-widget.el (widget-glyph-enable): Declare.
9119 (tree-widget-action): Mark unused parameter.
9120
9121 * w32-fns.el (x-get-selection): Mark unused parameter.
9122 (autoload-make-program, generated-autoload-file): Declare.
9123
9124 * wdired.el (wdired-revert): Mark unused parameters.
9125 (wdired-xcase-word): Remove unused variable `err'.
9126
9127 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
9128 (whitespace-help-scroll): Remove unused variable `data-help'.
9129
9130 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
9131 (widget-image-insert, widget-after-change, default)
9132 (widget-default-format-handler, widget-default-notify)
9133 (widget-default-prompt-value, widget-info-link-action)
9134 (widget-url-link-action, widget-function-link-action)
9135 (widget-variable-link-action, widget-file-link-action)
9136 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
9137 (widget-field-prompt-internal, widget-field-action, widget-field-match)
9138 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
9139 (widget-insert-button-action, widget-delete-button-action, visibility)
9140 (widget-documentation-link-action, widget-documentation-string-action)
9141 (widget-const-prompt-value, widget-regexp-match, symbol)
9142 (widget-coding-system-prompt-value)
9143 (widget-key-sequence-value-to-external, sexp)
9144 (widget-sexp-value-to-internal, character, vector, cons)
9145 (widget-choice-prompt-value, widget-boolean-prompt-value)
9146 (widget-color--choose-action): Mark unused parameters.
9147 (widget-item-match-inline, widget-choice-match-inline)
9148 (widget-checklist-match, widget-checklist-match-inline)
9149 (widget-group-match): Rename parameter VALUES to VALS.
9150 (widget-field-value-set): Remove unused variable `size'.
9151 (widget-color-action): Remove unused variables `value' and `start'.
9152
9153 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 9154 variable `dir'. Doc fix.
06b60517
JB
9155 (windmove-find-other-window): Don't pass it.
9156
9157 * window.el (count-windows): Mark unused parameter.
9158 (bw-adjust-window): Remove unused variable `err'.
9159
9160 * woman.el (woman-file-name): Remove unused variable `default'.
9161 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
9162 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
9163 (global-font-lock-mode): Declare.
9164 (woman-decode-region): Mark unused parameter.
9165 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
9166
9167 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
9168 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
9169 (x-dnd-handle-moz-url): Remove unused variable `title'.
9170 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
9171
9172 * xml.el (xml-parse-tag, xml-parse-attlist):
9173 Remove unused variable `pos'.
9174
bc4f7f3d
GM
91752011-04-19 Glenn Morris <rgm@gnu.org>
9176
9177 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
9178 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
9179 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9180 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
9181 * calendar/cal-html.el (cal-html-insert-minical):
9182 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
9183 (calendar-mark-date-pattern):
9184 Prefix "unused" locals.
9185
9186 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
9187 optional argument `style'.
9188
9189 * calendar/appt.el (appt-make-list):
9190 * calendar/cal-china.el (calendar-chinese-date-string):
9191 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
9192 (diary-hebrew-yahrzeit):
9193 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
9194 * calendar/calendar.el (calendar-generate-window):
9195 * calendar/time-date.el (time-to-days):
9196 Remove unused local variables.
9197
16a43933
CY
91982011-04-18 Chong Yidong <cyd@stupidchicken.com>
9199
9200 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
9201 glyphless-char-display table.
9202 (tabulated-list-glyphless-char-display): New var.
9203
7eed1860
SS
92042011-04-18 Sam Steingold <sds@gnu.org>
9205
9206 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
9207 to acknowledgments.
9208
4d2d1ccd
GM
92092011-04-17 Glenn Morris <rgm@gnu.org>
9210
9211 * calendar/diary-lib.el (diary-sexp-entry):
9212 * calendar/holidays.el (holiday-sexp):
9213 Set debug-on-error rather than the removed stack-trace-on-error.
9214
239da61d
GM
92152011-04-16 Glenn Morris <rgm@gnu.org>
9216
9217 * progmodes/f90.el: Use lexical-binding.
9218 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
9219
8b05752a
SM
92202011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9221
daca8ba5
SM
9222 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
9223 (mail-mode): Setup mailalias completion here instead.
9224 * mail/mailalias.el: Use lexical-binding.
9225 (pattern, mailalias-done): Declare dynamic.
9226 (mail-completion-at-point-function): New function, from mail-complete.
9227 (mail-complete): Use it.
9228 (mail-completion-expand): New function.
9229 (mail-get-names): Use it.
9230 (mail-directory, mail-directory-process, mail-directory-stream):
9231 Don't use `pattern' for lexically bound arg.
9232
6f542485
SM
9233 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
9234
037e7c3f
SM
9235 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
9236 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
9237 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
9238
8b05752a
SM
9239 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
9240 (byte-save-window-excursion, byte-temp-output-buffer-setup)
9241 (byte-interactive-p): Define them again, for use when inlining
9242 old code.
9243
49093f60
JB
92442011-04-15 Juanma Barranquero <lekktu@gmail.com>
9245
9246 * loadup.el: Use `string-to-number', not `string-to-int'.
9247
b5b8e7de
SM
92482011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9249
9250 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
9251 gud-gdb-complete-command.
9252 (gud-gdb-completions): New function, from gud-gdb-complete-command.
9253 (gud-gdb-completion-at-point): New function.
9254 (gud-gdb-completions): Remove.
9255
f42efeb5
MA
92562011-04-14 Michael Albinus <michael.albinus@gmx.de>
9257
49093f60
JB
9258 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
9259 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
9260 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
9261 whether `executable-find' is bound.
f42efeb5
MA
9262
9263 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
9264
e240cc21
SM
92652011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9266
9267 * minibuffer.el (completion-in-region-mode-predicate)
9268 (completion-in-region-mode--predicate): New vars.
9269 (completion-in-region, completion-in-region--postch)
9270 (completion-in-region-mode): Use them.
9271 (completion--capf-wrapper): Also return the hook function.
9272 (completion-at-point, completion-help-at-point):
9273 Adjust and provide a predicate.
c2bd2ab0
SM
9274
9275 Preserve arg names for advice of subr and lexical functions (bug#8457).
9276 * help-fns.el (help-function-arglist): Consolidate the subr and
9277 new-byte-code cases. Add argument `preserve-names' to extract names
9278 from the docstring when needed.
9279 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
9280 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
9281 (ad-arglist): Use help-function-arglist's new arg.
9282 (ad-definition-type): Use cond.
9283
c183f693
JB
92842011-04-13 Juanma Barranquero <lekktu@gmail.com>
9285
06641a47
JB
9286 * autorevert.el (auto-revert-handler):
9287 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
9288 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
9289 Don't quote lambda.
9290
c183f693
JB
9291 * image-mode.el (image-transform-set-scale):
9292 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
9293
1e3b6001
G
92942011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
9295
9296 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 9297 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
9298 Upgrades via gnutls-cli are too slow to be done opportunistically.
9299
2d6af8dd
JB
93002011-04-12 Juanma Barranquero <lekktu@gmail.com>
9301
9302 * dframe.el (dframe-current-frame): Remove spurious quote.
9303
c0749a51
GM
93042011-04-12 Glenn Morris <rgm@gnu.org>
9305
088d0d61
GM
9306 * calendar/cal-tex.el (cal-tex-end-document):
9307 Try to automatically use latin1 input if needed.
9308
c0749a51
GM
9309 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
9310 Don't try to cons a mark onto an empty element.
9311
5c90fde0
LL
93122011-04-11 Leo Liu <sdl.web@gmail.com>
9313
9314 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
9315 buffers.
9316 (ido-kill-buffer-at-head): Support killing virtual buffers.
9317
369e974d
CY
93182011-04-10 Chong Yidong <cyd@stupidchicken.com>
9319
9320 * minibuffer.el (completion-show-inline-help): New var.
9321 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
9322 (minibuffer-force-complete, minibuffer-complete-word):
9323 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
9324
9325 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
9326 to avoid interference from inline help (Bug#5849).
9327
37f1c930
LL
93282011-04-10 Leo Liu <sdl.web@gmail.com>
9329
099c39a4
JB
9330 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
9331 Fix typo.
37f1c930 9332
a32d4040
CY
93332011-04-09 Chong Yidong <cyd@stupidchicken.com>
9334
9335 * image-mode.el (image-toggle-display-image): Signal an error if
9336 not in Image mode.
9337 (image-transform-mode, image-transform-resize)
9338 (image-transform-set-rotation): Doc fix.
daca8ba5 9339 (image-transform-set-resize): Delete.
a32d4040
CY
9340 (image-transform-set-scale, image-transform-fit-to-height)
9341 (image-transform-fit-to-width): Handle image-toggle-display-image
9342 and image-transform-resize directly.
9343
099c39a4 93442011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
9345
9346 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
9347 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
9348 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
9349 (doc-view-mode-map): Add bindings for the new functions.
9350
099c39a4 93512011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 9352
4d61f28d 9353 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
9354 Fix typo in docstring.
9355
3726838a
EZ
93562011-04-08 Eli Zaretskii <eliz@gnu.org>
9357
04f33f1e
EZ
9358 * files.el (file-size-human-readable): Produce one digit after
9359 decimal, like "ls -lh" does.
9360
9361 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
9362 the file size representation.
9363
3726838a
EZ
9364 * simple.el (list-processes): If async subprocesses are not
9365 available, error out with a clear error message.
9366
cbb59342
CY
93672011-04-08 Chong Yidong <cyd@stupidchicken.com>
9368
9369 * help.el (help-form-show): New function, to be called from C.
9370 Put help-form output in a buffer named differently than *Help*.
9371
e3971c44
EZ
93722011-04-08 Eli Zaretskii <eliz@gnu.org>
9373
9374 * files.el (file-size-human-readable): New function.
9375
9376 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
9377 computing the representation inline. Don't require `cl'.
9378
12544bbe
GM
93792011-04-08 Glenn Morris <rgm@gnu.org>
9380
a1de6c6a
GM
9381 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
9382
3c4671f4
GM
9383 * net/browse-url.el (browse-url-firefox):
9384 Test system-type, not system-configuration.
9385
b605679c
GM
9386 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
9387 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
9388 Use log-edit-empty-buffer-p. (Bug#7598)
9389
56442f0c
GM
9390 * net/rlogin.el (rlogin-process-connection-type): Simplify.
9391 (rlogin-mode-map): Initialize in the defvar.
9392 (rlogin): Use ignore-errors.
9393
12544bbe
GM
9394 * replace.el (occur-mode-map): Some fixes for menu items.
9395
eb237b0f
AH
93962011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
9397
9398 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
9399
7d668f2c
CY
94002011-04-06 Chong Yidong <cyd@stupidchicken.com>
9401
e67a13ab
CY
9402 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
9403 issuing unused warnings.
9404
9405 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
9406 macro directly.
9407
7d668f2c
CY
9408 * simple.el: Lisp reimplement of list-processes. Based on an
9409 earlier reimplementation by Leo Liu, but using tabulated-list.el.
9410 (process-menu-mode): New major mode.
9411 (list-processes--refresh, list-processes):
9412 (process-menu-visit-buffer): New functions.
9413
9414 * files.el (save-buffers-kill-emacs): Don't assume any return
9415 value of list-processes, which is undocumented anyway.
9416
a83ec3c9
CY
94172011-04-06 Chong Yidong <cyd@stupidchicken.com>
9418
9419 * emacs-lisp/tabulated-list.el: New file.
9420
e91a96fe
CY
9421 * emacs-lisp/package.el: Use Tabulated List mode.
9422 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
9423 (package-menu-mode): Derive from tabulated-list-mode. Set up the
9424 table format using Tabulated List mode variables.
9425 (package--push): New macro, replacing package-list-maybe-add.
9426 (package-menu--generate): Use package--push. Renamed from
9427 package--generate-package-list.
9428 (package-menu-refresh, list-packages): Use it.
daca8ba5 9429 (package-menu--print-info): Rename from package-print-package.
e91a96fe 9430 Return insertion data instead of inserting it directly.
099c39a4
JB
9431 (package-menu-describe-package, package-menu-execute):
9432 Use tabulated-list-get-id.
e91a96fe
CY
9433 (package-menu-mark-delete, package-menu-mark-install)
9434 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
9435 (package-menu-mark-obsolete-for-deletion):
9436 Use tabulated-list-put-tag.
e91a96fe
CY
9437 (package--list-packages, package-menu-revert)
9438 (package-menu-get-package, package-menu-get-version)
9439 (package-menu-sort-by-column): Functions deleted.
9440 (package-menu-package-list, package-menu-sort-key): Vars deleted.
9441 (package-menu--status-predicate, package-menu--version-predicate)
9442 (package-menu--name-predicate)
9443 (package-menu--description-predicate): Handle arguments in the
9444 Tabulated List format.
9445 (package-list-packages-no-fetch): Call list-packages.
9446
3e214b50
JB
94472011-04-06 Juanma Barranquero <lekktu@gmail.com>
9448
9449 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 9450 (after-find-file): Don't bind it.
3e214b50
JB
9451 (revert-buffer-in-progress-p): New variable.
9452 (revert-buffer): Bind it.
9453 Pass nil for `after-find-file-from-revert-buffer'.
9454
9455 * saveplace.el (save-place-find-file-hook): Use new variable
9456 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
9457
3f0f1700
GM
94582011-04-06 Glenn Morris <rgm@gnu.org>
9459
c0274801
GM
9460 * Makefile.in (AUTOGEN_VCS): New variable.
9461 (autoloads): Use $AUTOGEN_VCS.
9462
3f0f1700
GM
9463 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
9464 * calendar/calendar.el (calendar-mode-map):
9465 Check for toolkit scroll bars. (Bug#8305)
9466
41ea9e48
CY
94672011-04-05 Chong Yidong <cyd@stupidchicken.com>
9468
9469 * minibuffer.el (completion-in-region--postch)
9470 (completion-in-region-mode): Remove unnecessary messages.
9471
6194c800
JB
94722011-04-05 Juanma Barranquero <lekktu@gmail.com>
9473
33256f14
JB
9474 * font-lock.el (font-lock-refresh-defaults):
9475 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
9476 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
9477
6194c800
JB
9478 * info.el (Info-directory-list, Info-read-node-name-2)
9479 (Info-split-parameter-string): Doc fixes.
9480 (Info-virtual-nodes): Reflow docstring.
9481 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
9482 (Info-apropos-toc-nodes, info-finder, Info-get-token)
9483 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
9484 Fix typos in docstrings.
9485 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
9486 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
9487 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
9488 (Info-restore-desktop-buffer): Mark unused parameters.
9489 (Info-directory-find-file, Info-directory-find-node)
9490 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
9491 (Info-virtual-index-find-node, Info-apropos-find-file)
9492 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 9493 Mark unused parameters; fix typos in docstrings.
6194c800
JB
9494 (Info-virtual-index): Remove unused local variable `nodename'.
9495
b87a8200 94962011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 9497
b87a8200
DD
9498 * net/rcirc.el: Update my e-mail address.
9499 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 9500
3b2ff876
CY
95012011-04-05 Chong Yidong <cyd@stupidchicken.com>
9502
9503 * startup.el (command-line): Save the cursor's theme-face
9504 directly, instead of using face-override-spec.
9505
9506 * custom.el (load-theme): Minor optimization in assigning faces.
9507
8d17e7ca
JB
95082011-04-04 Juanma Barranquero <lekktu@gmail.com>
9509
9510 * help-fns.el (describe-variable): Complete all variables having
9511 documentation, including keywords.
9512 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
9513
2fbc1934
JB
95142011-04-04 Juanma Barranquero <lekktu@gmail.com>
9515
9516 Convert to lexical-binding.
9517
9518 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
9519 (bs--get-marked-string, bs--get-modified-string)
9520 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
9521 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
9522 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
9523
9524 * ehelp.el (electric-help-execute-extended)
9525 (electric-help-ctrl-x-prefix):
9526 * hexl.el (hexl-revert-buffer-function):
9527 * linum.el (linum-after-change, linum-after-scroll):
9528 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
9529
9530 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
9531
74f50695
DU
95322011-04-04 Daiki Ueno <ueno@unixuser.org>
9533
9534 * epa-dired.el:
9535 * epa-mail.el:
9536 * epa-hook.el:
9537 * epa-file.el:
9538 * epa.el:
9539 * epg.el: Use lexical binding.
9540
c11325f7
CY
95412011-04-03 Chong Yidong <cyd@stupidchicken.com>
9542
0d9e9a12
CY
9543 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
9544
c11325f7 9545 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
9546 dictionary case for flyspell-mark-duplications-exceptions.
9547 Use regexp matching for languages.
c11325f7
CY
9548 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
9549 default dictionary (Bug#7926).
9550
da91b5f2
CY
95512011-04-02 Chong Yidong <cyd@stupidchicken.com>
9552
099c39a4
JB
9553 * emacs-lisp/package.el (package--with-work-buffer):
9554 Recognize https URLs.
da91b5f2 9555
099c39a4
JB
9556 * net/network-stream.el: Move from gnus/proto-stream.el.
9557 Change prefix to network-stream throughout.
da91b5f2
CY
9558 (open-protocol-stream): Merge into open-network-stream, leaving
9559 open-protocol-stream as an alias. Handle nil BUFFER args.
9560
9561 * subr.el (open-network-stream): Move to net/network-stream.el.
9562
afa8e9f6
GM
95632011-04-02 Glenn Morris <rgm@gnu.org>
9564
1d2e369d
GM
9565 * find-dired.el (find-exec-terminator): New option.
9566 (find-ls-option): Test for -ls support.
9567 (find-ls-subdir-switches): Test for -b in find-ls-option.
9568 (find-dired, find-grep-dired): Doc fixes.
9569 (find-dired): Use find-exec-terminator.
9570
8abb7da8 9571 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
9572 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
9573 (find-name-arg): Remove purecopy.
8abb7da8 9574
f3ca7378
GM
9575 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
9576 (grep-compute-defaults): Check for `-exec COMMAND +' support.
9577 Set grep-find-use-xargs, grep-find-command, and grep-find-template
9578 accordingly. Don't add the null-device if not needed.
9579
afa8e9f6
GM
9580 * files.el (save-some-buffers): Doc fix.
9581
35eae264
EZ
95822011-04-02 Eli Zaretskii <eliz@gnu.org>
9583
9584 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
9585
26b51db5
JB
95862011-04-01 Juanma Barranquero <lekktu@gmail.com>
9587
9588 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
9589 Use `dolist' rather than `mapcar'.
9590
7200d79c
SM
95912011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
9592
03408648 9593 Add lexical binding.
7200d79c 9594
03408648
SM
9595 * subr.el (apply-partially): Use new closures rather than CL.
9596 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
9597 (dolist, dotimes): Use slightly different expansion for lexical code.
9598 (functionp): Move to C.
9599 (letrec): New macro.
9600 (with-wrapper-hook): Use it and apply-partially instead of CL.
9601 (eval-after-load): Preserve lexical-binding.
9602 (save-window-excursion, with-output-to-temp-buffer): Turn them
9603 into macros.
7200d79c 9604
03408648
SM
9605 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
9606
9607 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
9608 than the arglist.
9609 (help-add-fundoc-usage): Don't add `Not documented'.
9610 (help-function-arglist): Handle closures, subroutines, and new
9611 byte-code-functions.
9612 (help-make-usage): Remove leading underscores.
9613 (describe-function-1): Handle closures.
9614 (describe-variable): Use special-variable-p for completion.
9615
9616 * files.el (lexical-binding): Declare safe.
f488fb65 9617
03408648
SM
9618 * emacs-lisp/pcase.el: Don't use destructuring-bind.
9619 (pcase--memoize): Rename from pcase-memoize. Change weakness.
9620 (pcase): Add `let' pattern.
9621 Change memoization so it actually works.
9622 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
9623 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
9624 <let>: New case.
f488fb65 9625
03408648
SM
9626 * emacs-lisp/macroexp.el: Use lexical binding.
9627 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
9628 Don't convert ' to #' without checking that it's indeed quoting
9629 a lambda.
9630
9631 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 9632 Use eval-sexp-add-defvars.
03408648
SM
9633 (eval-sexp-add-defvars): New fun.
9634
9635 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
9636
9637 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
9638 Don't autoload.
9639 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
9640 than the internal `byte-compile-lambda'.
9641 (defmethod): Don't hide code under quotes.
9642 (eieio-defmethod): New `code' argument.
9643
9644 * emacs-lisp/eieio-comp.el: Remove.
9645
9646 * emacs-lisp/edebug.el (edebug-eval-defun)
9647 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
9648 (edebug-toggle): Avoid `eval'.
9649
9650 * emacs-lisp/disass.el (disassemble-internal): Handle new
9651 `closure' objects.
9652 (disassemble-1): Handle new byte codes.
9653
9654 * emacs-lisp/cl.el (pushnew): Silence warning.
9655
9656 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
9657 (cl-byte-compile-throw): Remove.
9658 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
9659
9660 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
9661 closures.
9662
9663 * emacs-lisp/cconv.el: New file.
9664
9665 * emacs-lisp/bytecomp.el: Use lexical binding instead of
9666 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
9667 (byte-compile-initial-macro-environment):
9668 Handle declare-function here.
9669 (byte-compile--lexical-environment): New var.
9670 (byte-stack-ref, byte-stack-set, byte-discardN)
9671 (byte-discardN-preserve-tos): New lap codes.
9672 (byte-interactive-p): Don't use any more.
9673 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
9674 New macros.
9675 (byte-compile-lapcode): Use them and handle new lap codes.
9676 (byte-compile-obsolete): Remove.
9677 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
9678 (byte-compile-arglist-warn): Check late def of inlinable funs.
9679 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
9680 since they should have been expanded by now.
9681 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
9682 (byte-compile-from-buffer): Remove unused second arg.
9683 (byte-compile-preprocess): New function.
9684 (byte-compile-toplevel-file-form): New function to distinguish
9685 file-form calls from outside from file-form calls from hunk-handlers.
9686 (byte-compile-file-form): Simplify.
9687 (byte-compile-file-form-defsubst): Remove.
9688 (byte-compile-file-form-defmumble): Simplify now that
9689 byte-compile-lambda always returns a byte-code-function.
9690 (byte-compile): Preprocess.
9691 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
9692 Remove, not used any more.
9693 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
9694 (byte-compile-make-args-desc): New funs.
9695 (byte-compile-lambda): Handle lexical functions. Always return
9696 a byte-code-function.
9697 (byte-compile-reserved-constants): New var, to make up room for
9698 closed-over variables.
9699 (byte-compile-constants-vector): Obey it.
9700 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
9701 (byte-compile-macroexpand-declare-function): New function.
9702 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
9703 byte-code-functions.
9704 (byte-compile-form): Check obsolescence here.
9705 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
9706 (byte-compile-variable-ref): Remove.
9707 (byte-compile-dynamic-variable-op): New fun.
9708 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
9709 (byte-compile-variable-set): New funs.
9710 (byte-compile-discard): Add 2 args.
9711 (byte-compile-stack-ref, byte-compile-stack-set)
9712 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
9713 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
9714 macroexpand-all instead.
9715 (byte-compile-quote-form): Remove.
9716 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
9717 (byte-compile-bind, byte-compile-unbind): New funs.
9718 (byte-compile-let): Handle let* and lexical binding.
9719 (byte-compile-let*): Remove.
9720 (byte-compile-catch, byte-compile-unwind-protect)
9721 (byte-compile-track-mouse, byte-compile-condition-case):
9722 Handle a new :fun-body form, used for lexical scoping.
9723 (byte-compile-save-window-excursion)
9724 (byte-compile-with-output-to-temp-buffer): Remove.
9725 (byte-compile-defun): Simplify.
9726 (byte-compile-stack-adjustment): New fun.
9727 (byte-compile-out): Use it.
9728 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
9729
9730 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
9731 handler any more.
9732
9733 * emacs-lisp/byte-opt.el: Use lexical binding.
9734 (byte-inline-lapcode): Remove (to bytecomp).
9735 (byte-compile-inline-expand): Pay attention to inlining to/from
9736 lexically bound code.
9737 (byte-compile-unfold-lambda): Don't handle byte-code-functions
9738 any more.
9739 (byte-optimize-form-code-walker): Don't handle save-window-excursion
9740 any more and don't call compiler-macros.
9741 (byte-compile-splice-in-already-compiled-code): Remove.
9742 (byte-code): Don't inline any more.
9743 (disassemble-offset): Receive `bytes' as argument rather than via
9744 dynamic scoping.
9745 (byte-compile-tag-number): Declare before first use.
9746 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
9747 `return' even if make-spliceable.
9748 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
9749 obsolete interactive-p.
9750 (byte-optimize-lapcode): Optimize new lap-codes.
9751 Don't trip up on new form of `byte-constant' lap code.
9752
9753 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
9754
9755 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
9756
9757 * custom.el (custom-initialize-default, custom-declare-variable):
9758 Use `defvar'.
9759
9760 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
9761 New variables.
9762 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
9763 (COMPILE_FIRST): Add macroexp and cconv.
9764 * makefile.w32-in: Mirror changes in Makefile.in.
9765
9766 * vc/cvs-status.el:
9767 * vc/diff-mode.el:
9768 * vc/log-edit.el:
9769 * vc/log-view.el:
9770 * vc/smerge-mode.el:
9771 * textmodes/bibtex-style.el:
9772 * textmodes/css.el:
9773 * startup.el:
9774 * uniquify.el:
da91b5f2
CY
9775 * minibuffer.el:
9776 * newcomment.el:
9777 * reveal.el:
9778 * server.el:
9779 * mpc.el:
9780 * emacs-lisp/smie.el:
9781 * doc-view.el:
9782 * dired.el:
03408648
SM
9783 * abbrev.el: Use lexical binding.
9784
0f0c1f27
EZ
97852011-04-01 Eli Zaretskii <eliz@gnu.org>
9786
9787 * info.el (info-display-manual): New function.
9788
c82b2579
SM
97892011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9790
9791 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
9792
221ddf68
TH
97932011-03-31 Tassilo Horn <tassilo@member.fsf.org>
9794
9795 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 9796 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 9797
cba6e77e
GM
97982011-03-31 Glenn Morris <rgm@gnu.org>
9799
e040639f
GM
9800 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
9801
cba6e77e
GM
9802 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
9803
6d0f1c9e
CS
98042011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
9805
9806 * progmodes/python.el (python-default-interpreter)
9807 (python-python-command-args, python-jython-command-args)
9808 (python-which-shell, python-which-args, python-which-bufname)
9809 (python-file-queue, python-comint-output-filter-function)
9810 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
9811 variables and functions.
9812
3e2d70fd
SM
98132011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
9814
9815 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
9816 (completion-in-region-mode): New minor mode.
9817 (completion-in-region): Use it.
9818 (completion-in-region--data, completion-in-region-mode-map): New vars.
9819 (completion-in-region--postch): New function.
9820 (completion--capf-misbehave-funs, completion--capf-safe-funs):
9821 New vars.
9822 (completion--capf-wrapper): New function.
9823 (completion-at-point): Use it to track well-behavedness of
9824 hook functions.
9825 (completion-help-at-point): New command.
9826
f3e4086c
JM
98272011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
9828
9829 * vc/add-log.el (add-change-log-entry): Don't use whitespace
9830 syntax class to search for whitespace on a single line
9831 (Message-ID: <4D938140.4030905@redhat.com>).
9832
eb7ffc14
LL
98332011-03-30 Leo Liu <sdl.web@gmail.com>
9834
9835 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
9836 New commands.
9837 (edit-abbrevs-map): Bind them here.
9838 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
9839
d806ab68
KM
98402011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
9841
9842 * allout.el (allout-hide-by-annotation, allout-flag-region):
9843 Reduce possibility of overlay leakage by making them volatile.
9844
9845 * allout-widgets.el (allout-widgets-tally): Define as nil so the
9846 hash is not shared between buffers. Mode initialization is
9847 responsible for giving it a useful starting value.
9848 (allout-item-span): Reduce possibility of overlay leakage by
9849 making them volatile.
9850 (allout-widgets-count-buttons-in-region): Add diagnostic function
9851 for tracking down button overlay leaks.
9852
ea622834
LL
98532011-03-29 Leo Liu <sdl.web@gmail.com>
9854
9855 * ido.el (ido-read-internal): Use the default history var
9856 minibuffer-history if no HISTORY is specified.
9857
b62f8267
G
98582011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
9859
03408648
SM
9860 * net/imap.el (imap-shell-open, imap-process-connection-type):
9861 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
9862 Kerberos, SSL, other subprocesses.
9863
947b6566
LL
98642011-03-28 Leo Liu <sdl.web@gmail.com>
9865
9866 * abbrev.el (abbrev-table-empty-p): New function.
9867 (prepare-abbrev-list-buffer): Place empty abbrev tables after
9868 nonempty ones. (Bug#5937)
9869
5ffb62aa
JD
98702011-03-27 Jan Djärv <jan.h.d@swipnet.se>
9871
9872 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
9873
7a097943
LL
98742011-03-27 Leo Liu <sdl.web@gmail.com>
9875
9876 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
9877 for foreground and background colors.
9878 (ansi-color-make-color-map): Adapt.
9879
c5b40130
LL
98802011-03-25 Leo Liu <sdl.web@gmail.com>
9881
1f48f7d2
LL
9882 * midnight.el (midnight-time-float): Remove. Note it calculates
9883 the microsecond component incorrectly and seconds-to-time does the
9884 same job.
625897ec 9885 Remove redundant (require 'timer).
1f48f7d2 9886
c5b40130
LL
9887 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
9888 (ido-completions): Remove unused arguments. (Bug#8329)
9889
d86d2721
SM
98902011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
9891
9892 * minibuffer.el (completion--flush-all-sorted-completions):
9893 Remove itself from hook.
9894 (completion-at-point): Let the functions perform the completion
9895 immediately and return nil or t.
9896 * comint.el (comint-dynamic-complete-functions): Now identical to
9897 completion-at-point-functions.
9898 (comint-dynamic-list-input-ring): Remove unused var `index'.
9899 (comint--match-partial-filename, comint--unquote&expand-filename):
9900 New funs, split from comint-match-partial-filename.
9901 (comint-dynamic-complete): Use completion-at-point.
9902 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
9903
e8974c48
DA
99042011-03-24 Drew Adams <drew.adams@oracle.com>
9905
9906 * thingatpt.el: Support `defun'.
9907
def71b5e
LL
99082011-03-23 Leo Liu <sdl.web@gmail.com>
9909
cb5af48e
LL
9910 * abbrevlist.el: Move to obsolete/abbrevlist.el.
9911
def71b5e
LL
9912 * help-mode.el (help-mode-finish): Tweak regexp.
9913
927c53e7
GM
99142011-03-23 Glenn Morris <rgm@gnu.org>
9915
18d05bed
GM
9916 * eshell/esh-opt.el (eshell-eval-using-options):
9917 Do not bind unused local variable `eshell-option-stub'.
9918
927c53e7
GM
9919 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
9920
9d0da923
JB
99212011-03-22 Juanma Barranquero <lekktu@gmail.com>
9922
9923 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
9924 keymap variable in `with-no-warnings' to avoid a warning when the
9925 keymap has been already `defconst'ed.
9926
4b978a67
LL
99272011-03-22 Leo Liu <sdl.web@gmail.com>
9928
9929 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
9930 encode all chars in abbrevs; otherwise use emacs-mule or
9931 utf-8-emacs. (Bug#8308)
9932
5fd62452
JB
99332011-03-22 Juanma Barranquero <lekktu@gmail.com>
9934
0b1596c6
JB
9935 * simple.el (backward-delete-char-untabify):
9936 Avoid warning about using `delete-backward-char'.
9937
5fd62452
JB
9938 * image.el (image-type-file-name-regexps): Make it variable.
9939 `imagemagick-register-types' modifies it, and the user may want
9940 to add new extensions for known image types.
9941 (imagemagick-register-types): Throw error if not using ImageMagick.
9942
0b4e93f1
LL
99432011-03-22 Leo Liu <sdl.web@gmail.com>
9944
9945 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
9946 located before rcirc-prompt-end-marker.
9947 (rcirc-complete): Error if point is not after rcirc prompt.
9948 Handle the case when table is nil.
9882e214 9949 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 9950
fccee4ab
CY
99512011-03-22 Chong Yidong <cyd@stupidchicken.com>
9952
9953 * custom.el (custom--inhibit-theme-enable): Make it affect only
9954 custom-theme-set-variables and custom-theme-set-faces.
9955 (provide-theme): Ignore custom--inhibit-theme-enable.
9956 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
9957 (custom-enabling-themes): Delete variable.
d86d2721
SM
9958 (enable-theme): Accept only loaded themes as arguments.
9959 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
9960 (custom-enabled-themes): Forbid themes from setting this.
9961 Eliminate use of custom-enabling-themes.
9962 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 9963
af896da6
LL
99642011-03-21 Leo Liu <sdl.web@gmail.com>
9965
9966 * ido.el (ido-read-internal): Add ido-selected to history instead
9967 of user input.
9968
78f64af0
SM
99692011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
9970
9971 * subr.el (deferred-action-list, deferred-action-function):
9972 Mark obsolete.
9973
b16ac1ec
LL
99742011-03-21 Leo Liu <sdl.web@gmail.com>
9975
810f7698
LL
9976 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
9977 change on 2011-02-13 (bug#8309).
9978
b16ac1ec
LL
9979 * minibuffer.el (read-file-name-function): Change default value.
9980 (read-file-name--defaults): Rename from read-file-name-defaults.
9981 (read-file-name-default): Rename from read-file-name.
9982 (read-file-name): Call read-file-name-function.
9983
4e05e67e
GM
99842011-03-21 Glenn Morris <rgm@gnu.org>
9985
9986 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
9987 Doc fixes.
9988
4359915b
CY
99892011-03-21 Chong Yidong <cyd@stupidchicken.com>
9990
9991 * cus-theme.el: Add missing provide statement.
9992 (customize-create-theme): Extract theme value correctly.
9993 (custom-theme-visit-theme): Autoload.
9994 (customize-create-theme): Prompt before inserting default faces.
9995
1fe275ee
JB
99962011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
9997
9998 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
9999 units and musical notes.
10000
cd394be1 100012011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
10002
10003 * ido.el (ido-read-internal): Use completing-read-default.
10004 (ido-completing-read): Fix compatibility with completing-read.
10005
7d476bde
CO
100062011-03-20 Christian Ohler <ohler@gnu.org>
10007
10008 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
10009 (ert-delete-all-tests): Use `called-interactively-p' rather than
10010 `interactive-p'.
10011 (ert--make-xrefs-region): Respect END.
10012
fe0fb33e
CY
100132011-03-19 Chong Yidong <cyd@stupidchicken.com>
10014
ff854b0b
CY
10015 * dired-aux.el (dired-create-directory): Signal an error if the
10016 directory already exists (Bug#8246).
10017
fe0fb33e
CY
10018 * facemenu.el (list-colors-display): Call list-faces-display
10019 inside with-help-window.
10020 (list-colors-print): Use display property to align the final
10021 column, instead of checking window-width.
10022
576bce32
EZ
100232011-03-19 Eli Zaretskii <eliz@gnu.org>
10024
4d61f28d 10025 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
10026 windows-nt systems.
10027 (emerge-protect-metachars): Quote correctly for ms-dos and
10028 windows-nt systems.
10029
89c41d68 100302011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
10031
10032 * info.el (info-initialize): Replace all uses of `:' with
10033 path-separator for compatibility with non-Unix systems.
10034 Cache quoting of path-separator. (Bug#8258)
10035
b14e3e21 100362011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
10037
10038 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
10039 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
10040 (mouse-avoidance-mode): Fix typos in docstrings.
10041
4525ce3e
CY
100422011-03-19 Chong Yidong <cyd@stupidchicken.com>
10043
10044 * startup.el (package-subdirectory-regexp): Move from package.el.
10045 Omit \\` and \\', and let callers add them.
10046
10047 * emacs-lisp/package.el (package-strip-version)
10048 (package-load-all-descriptors): Add \\` and \\' to
10049 package-subdirectory-regexp before using it.
10050 (package-untar-buffer): New arg DIR; ensure that file untars only
10051 into this expected directory. Remove superfluous delete-region.
10052 (package-unpack): Caller changed.
10053 (package-tar-file-info): Use package-subdirectory-regexp.
10054
a904a09a 100552011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 10056
a904a09a
SM
10057 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
10058 diff-mode-shared-map (bug#8284).
10059 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
10060
100612011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10062
10063 * calendar/time-date.el (format-seconds): Use assoc instead of
10064 assoc-string, since assoc-string doesn't exist in XEmacs.
10065
171fc304
JB
100662011-03-17 Juanma Barranquero <lekktu@gmail.com>
10067
10068 * custom.el (custom-known-themes): Reflow docstring.
10069 (custom-theme-load-path): Fix typo in docstring.
10070 (load-theme): Fix typo in error message.
10071 (custom-available-themes, custom-variable-theme-value):
10072 Use `let', not `let*'.
10073
d71990a1
JB
100742011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
10075
10076 * calc/README: Mention inclusion of musical notes.
10077
10078 * calc/calc-units.el (calc-lu-quant): Rename from
10079 `calc-logunits-quantity'.
10080 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
10081 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
10082 (calc-db): Rename from `calc-dblevel'.
10083 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
10084 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
10085 (calc-np): Rename from `calc-nplevel'.
10086 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
10087 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
10088 (calc-lu-plus): Rename from `calc-logunits-add'.
10089 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
10090 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
10091 (calc-lu-minus): Rename from `calc-logunits-sub'.
10092 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
10093 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
10094 (calc-lu-times): Rename from `calc-logunits-mul'.
10095 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
10096 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
10097 (calc-lu-divide): Rename from `calc-logunits-div'.
10098 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
10099 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
10100
10101 * calc/calc-ext.el (calc-init-extensions): Update the names of the
10102 functions being autoloaded.
10103
10104 * calc/calc.el (calc-lu-power-reference): Rename from
10105 `calc-logunits-power-reference'.
10106 (calc-lu-field-reference): Rename from
10107 `calc-logunits-field-reference'.
10108
10109 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
10110
40c2934b
SM
101112011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
10112
10113 * minibuffer.el (completion-all-sorted-completions):
10114 Use :completion-cycle-penalty text property if present.
10115
b0911414
KM
101162011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
10117
10118 * allout.el (allout-yank-processing): Adjust for new rebulleting
10119 regime so bullet being yanked is used without prompting the user
10120 for a choice.
10121
8a05b668
JB
101222011-03-16 Juanma Barranquero <lekktu@gmail.com>
10123
10124 * startup.el (command-line): Warn the user that _emacs is deprecated.
10125
5ba5fb81
JB
101262011-03-16 Juanma Barranquero <lekktu@gmail.com>
10127
10128 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
10129 (delphi-verbose, delphi-comment-face, delphi-string-face)
10130 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
10131 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
10132 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
10133 (delphi-new-comment-line, delphi-font-lock-defaults)
10134 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
10135 Fix typos in docstrings.
10136
2dab465b
KM
101372011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
10138
5ba5fb81 10139 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
10140 Invert the roles of character and string values for INSTEAD, so a
10141 string is used for the more common case of a defaulting prompt.
10142
0adf5618
SM
101432011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
10144
10145 * progmodes/ruby-mode.el (ruby-backward-sexp):
10146 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
10147 * play/gamegrid.el (gamegrid-make-face):
10148 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
10149 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
10150 * notifications.el (notifications-notify):
10151 * net/xesam.el (xesam-search-engines):
10152 * net/quickurl.el (quickurl-list-insert):
10153 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
10154
d72700e5
CY
101552011-03-15 Chong Yidong <cyd@stupidchicken.com>
10156
10157 * startup.el (command-line): Update package subdirectory regexp.
10158
49c5410a
SM
101592011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
10160
c6eee9aa
SM
10161 * allout.el (allout-abbreviate-flattened-numbering)
10162 (allout-mode-deactivate-hook): Fix up obsolescence "date".
10163
49c5410a
SM
10164 * subr.el (read-char-choice): Only show the cursor after the prompt,
10165 not after the answer.
10166
047b2bb9
KR
101672011-03-15 Kevin Ryde <user42@zip.com.au>
10168
10169 * help-fns.el (variable-at-point): Skip leading quotes, if any
10170 (bug#8253).
10171
0a57d256
SM
101722011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
10173
10174 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
10175 warning message.
10176
77c992bc
MA
101772011-03-14 Michael Albinus <michael.albinus@gmx.de>
10178
10179 * shell.el (shell): When called interactively, offer to change the
10180 shell file name on remote hosts.
10181
eebc475d
TZ
101822011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
10183
10184 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
10185 integration for LDAP parameters. The host, base, user or binddn,
10186 and secret tokens can be specified in a netrc file, for instance.
10187 This is optional because an `auth-source' parameter must be
10188 specified in the search attributes.
10189
9d05d1ba
JB
101902011-03-13 Juanma Barranquero <lekktu@gmail.com>
10191
10192 * help.el (describe-mode): Link to the mode's definition (bug#8185).
10193
09d9db2c
GM
101942011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10195
10196 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
10197 into declaration. Remove redundant and harmful binding.
10198
101992011-03-12 Eli Zaretskii <eliz@gnu.org>
10200
10201 * files.el (file-ownership-preserved-p): Pass `integer' as an
10202 explicit 2nd argument to `file-attributes'. If the file's owner
10203 is the Administrators group on Windows, and the current user is
10204 Administrator, consider that a match.
10205
10206 * server.el (server-ensure-safe-dir): Consider server directory
10207 safe on MS-Windows if its owner is the Administrators group while
10208 the current Emacs user is Administrator. Use `=' to compare
10209 numerical UIDs, since they could be integers or floats.
10210
219bd536
JB
102112011-03-12 Juanma Barranquero <lekktu@gmail.com>
10212
10213 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
10214
f3afd36b
MA
102152011-03-12 Michael Albinus <michael.albinus@gmx.de>
10216
10217 Sync with Tramp 2.2.1.
10218
10219 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
10220
10221 * net/trampver.el: Update release number.
10222
3aaaa6f1
SM
102232011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10224
94642599
SM
10225 * progmodes/compile.el (compilation--previous-directory): Fix up
10226 various nil/dead-marker mismatches (bug#8014).
10227 (compilation-directory-properties, compilation-error-properties):
10228 Don't call it at a position past the one we're about to change.
10229
3aaaa6f1
SM
10230 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
10231 Disable obsolescence warnings in the file that declares it.
10232
14239447
KM
102332011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
10234
099c39a4
JB
10235 * allout-widgets.el (allout-widgets-tally):
10236 Initialize allout-widgets-tally as a hash table rather than nil to
10237 prevent mode-line redisplay warnings. Also, clarify the module
10238 description and fix a comment typo.
14239447 10239
135e287c
JB
102402011-03-11 Juanma Barranquero <lekktu@gmail.com>
10241
10242 * help-fns.el (describe-variable): Don't complete keywords.
10243 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
10244
ffbf300e
CY
102452011-03-10 Chong Yidong <cyd@stupidchicken.com>
10246
ba08b241
CY
10247 * emacs-lisp/package.el (package-version-join): Impose a standard
10248 string representation for pre/alpha/beta version lists.
10249 (package-unpack-single): Standardize the directory name by passing
10250 it through package-version-join.
10251 (package-strip-rcs-id): Accept any version string that does not
10252 signal an error in version-to-list.
ffbf300e 10253
f346fd6b
MA
102542011-03-10 Michael Albinus <michael.albinus@gmx.de>
10255
10256 * simple.el (delete-trailing-whitespace): Return nil for the
10257 benefit of `write-file-functions'.
10258
ccb55d27
GM
102592011-03-10 Glenn Morris <rgm@gnu.org>
10260
5ceaac0c
GM
10261 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
10262
02da65ff
GM
10263 * vc/vc-git.el (vc-git-program): New option.
10264 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
10265 (vc-git--call): Use it.
10266
b2f603cc
GM
10267 * eshell/esh-util.el (eshell-condition-case): Doc fix.
10268
5772caab
GM
10269 * cus-edit.el (Custom-newline): If no button at point, look
10270 for a subgroup button at start-of-line. (Bug#2298)
10271
ccb55d27
GM
10272 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
10273
ec6ecaed
JD
102742011-03-10 Julien Danjou <julien@danjou.info>
10275
10276 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
10277 `cursor-type' is nil.
10278
9d5aa01d
JB
102792011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
10280
10281 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
10282
b6a5875b
KM
102832011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
10284
10285 * allout.el Summary: Change so yank of distinctive-bullet items
10286 preserves the existing header prefix, rebulleting it if necessary,
10287 rather than replacing it. This is necessary for proper operation
10288 of cooperative addons like allout-widgets.
1154d12e
JB
10289 (allout-make-topic-prefix, allout-rebullet-heading):
10290 Change SOLICIT arg to INSTEAD, and interpret additionally a string
10291 value as alternate bullet to be used, instead of prompting the user
10292 for a bullet character.
b6a5875b 10293
ee545c35
MA
102942011-03-09 Michael Albinus <michael.albinus@gmx.de>
10295
d86d2721
SM
10296 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
10297 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
10298 `tramp-default-port'.
10299
c47971d7
DD
103002011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
10301
10302 * net/rcirc.el (rcirc-handler-001): Remove useless
10303 with-rcirc-process-buffer.
10304 (rcirc-check-auth-status): Swap arguments to string-match.
10305
13522cb4
GM
103062011-03-09 Glenn Morris <rgm@gnu.org>
10307
0be6f4f1
GM
10308 * shell.el (shell-mode):
10309 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
10310
13522cb4
GM
10311 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
10312 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
10313
515de2e3
CY
103142011-03-08 Chong Yidong <cyd@stupidchicken.com>
10315
10316 * emacs-lisp/package.el (package-refresh-contents)
10317 (package-menu-execute): Use condition-case-no-debug.
10318
b511b994
MA
103192011-03-08 Michael Albinus <michael.albinus@gmx.de>
10320
10321 * simple.el (shell-command-to-string): Use `process-file'.
10322
10323 * emacs-lisp/package.el (package-tar-file-info): Handle also
10324 remote files.
10325
d86d2721
SM
10326 * emacs-lisp/package-x.el (package-upload-buffer-internal):
10327 Use `equal' for upload base check.
b511b994 10328
25bbfb31
AM
103292011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
10330
10331 * textmodes/texinfo.el (texinfo-environments):
10332 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
10333
be996521
GM
103342011-03-08 Glenn Morris <rgm@gnu.org>
10335
e9c8529f
GM
10336 * cus-start.el (cursor-in-non-selected-windows):
10337 Fix :set quoting oddness. (Bug#8192)
10338
be996521
GM
10339 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
10340 in some setf expressions. (Bug#2159)
10341
2bb5649e
CY
103422011-03-08 Chong Yidong <cyd@stupidchicken.com>
10343
10344 * custom.el (custom-available-themes): Return themes in
10345 alphabetical order.
10346
33383987 10347See ChangeLog.15 for earlier changes.
e3d51b27
MR
10348
10349;; Local Variables:
10350;; coding: utf-8
e3d51b27
MR
10351;; End:
10352
acaf905b 10353 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
10354
10355 This file is part of GNU Emacs.
10356
10357 GNU Emacs is free software: you can redistribute it and/or modify
10358 it under the terms of the GNU General Public License as published by
10359 the Free Software Foundation, either version 3 of the License, or
10360 (at your option) any later version.
10361
10362 GNU Emacs is distributed in the hope that it will be useful,
10363 but WITHOUT ANY WARRANTY; without even the implied warranty of
10364 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10365 GNU General Public License for more details.
10366
10367 You should have received a copy of the GNU General Public License
10368 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.