* doc/lispref/keymaps.texi (Creating Keymaps): Update make-keymap result.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
d23b0804
AM
12013-02-02 Alan Mackenzie <acm@muc.de>
2
3 Fix bug in the state cache mechanism. Remove 'BOD "strategy". Refactor.
4 * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
5 (c-parse-state-get-strategy): Don't return 'BOD any more.
6 (c-append-lower-brace-pair-to-state-cache): Extra parameter HERE
7 instead of narrowing. Widen to top of buffer before searching
8 backwards for a brace pair.
9 (c-state-push-any-brace-pair): Add HERE parameter to function
10 call.
11 (c-append-to-state-cache): Extra parameter HERE in place of
12 narrowing. Narrow to parameter HERE, in place of being called
13 narrowed.
14 (c-remove-stale-state-cache): Extra parameter HERE in place of
15 narrowing. Check there's an open brace in the cache before
16 searching for its match.
17 (c-invalidate-state-cache-1): Add HERE parameter to function call.
18 (c-parse-state-1): Don't narrow here for 'forward strategy,
19 instead passing extra parameter HERE to several functions. Remove
20 'BOD strategy.
21
13841bfc
SM
222013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
23
24 * mouse.el (mouse-drag-track): Always deactivate the mark before
25 running the final event's command since that command is in charge of
26 activating the mark if needed (bug#13523).
27
dc2bc295
JL
282013-02-01 Juri Linkov <juri@jurta.org>
29
30 * replace.el (perform-replace): Move let-bindings of isearch-*
31 variables deeper to the loop that searches for the next match.
32 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
33 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
34 (Bug#13579)
35
36 * isearch.el (isearch-search-fun-default): Check for null
37 first element of isearch-cmds as a precaution when it's used
38 with inactive isearch.
39
f864e0ea
AN
402013-02-01 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
41
42 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
43 error when buffer in question is narrowed so position 1 is out of
44 visible part.
45
fb77fe0f
GM
462013-01-31 Glenn Morris <rgm@gnu.org>
47
48 * textmodes/remember.el (remember-clipboard): Doc fix.
49
c517ec69
SM
502013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
51
52 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
53 properties (bug#13179).
54
c491dd70
GM
552013-01-30 Glenn Morris <rgm@gnu.org>
56
57 * mouse.el (mouse-drag-line): Avoid pushing same event onto
58 unread-command-events twice in some cases. This tries to implement
59 the 2012-07-26 changes in a different way. (Bug#13560)
60
6ff930c3
FEG
612013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
62
63 * progmodes/python.el
64 (python-pdbtrack-comint-output-filter-function): Enhancements on
65 stacktrace detection. (thanks @gnovak)
66
1886a16d
GM
672013-01-30 Glenn Morris <rgm@gnu.org>
68
69 * imenu.el (imenu-default-create-index-function):
70 Put back a version of the infinite loop test removed 2013-01-23.
71
e4497086
FEG
722013-01-28 Fabián Ezequiel Gallina <fgallina@cuca>
73
c517ec69
SM
74 * progmodes/python.el (python-shell-parse-command):
75 Find python-shell-interpreter with modified environment.
e4497086 76
beb6d07d
SM
772013-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
78
79 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
80
345f866e
FEG
812013-01-24 Fabián Ezequiel Gallina <fgallina@cuca>
82
83 * progmodes/python.el: Enhancements to header documentation about
84 skeletons. (Bug#5716)
85
ddc62155
FEG
862013-01-23 Fabián Ezequiel Gallina <fgallina@cuca>
87
88 * imenu.el (imenu-default-create-index-function): Remove useless
89 infinite loop check. (Bug#13438)
90
267eacb5
AM
912013-01-23 Alan Mackenzie <acm@muc.de>
92
93 Fix a bug in the state cache mechanism. Refactor this a bit.
94
95 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
96 `cache-pos' element from the return value.
97 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
98 buffer to enable proper searching from beyond HERE. Amend the
99 test for detecting the sought brace pair. Amend the value written
100 to the "brace desert cache" when the brace isn't found.
101 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
102 and several other variables analogously.
103 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
104 parameter to a locally calculated variable.
105 (c-parse-state-1): Change the calling conventions to the two
106 defuns involving `cache-pos'.
107
4d4ddaa7
CY
1082013-01-23 Chong Yidong <cyd@gnu.org>
109
110 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
111
2fc71e3c
LL
1122013-01-18 Leo Liu <sdl.web@gmail.com>
113
114 * dired.el (dired-get-marked-files): Prune erroneous values due to
115 last change. (Bug#13152)
116
19503d5a
GM
1172013-01-17 Glenn Morris <rgm@gnu.org>
118
119 * progmodes/etags.el (tags-table-check-computed-list):
120 Preserve point in tags buffer. (Bug#13412)
121
41b057ad
GM
1222013-01-16 Glenn Morris <rgm@gnu.org>
123
f8a42ad6
GM
124 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
125
41b057ad
GM
126 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
127 Revert 2012-12-29 change. Ref:
128 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00360.html>
129
50620051
FEG
1302013-01-10 Fabián Ezequiel Gallina <fgallina@cuca>
131
c517ec69
SM
132 * progmodes/python.el (python-nav-end-of-statement):
133 Fix cornercase when handling multiline strings.
50620051 134
3c855b96
GM
1352013-01-10 Glenn Morris <rgm@gnu.org>
136
137 * emacs-lisp/authors.el (authors-ignored-files)
138 (authors-valid-file-names, authors-renamed-files-alist):
139 Add some more entries.
140
08ce64e6
SM
1412013-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
142
143 * image-mode.el (image-mode-winprops): Don't throw away the fallback
144 `t' pseudo-window entry.
145
8cff5feb
AM
1462013-01-09 Alan Mackenzie <acm@muc.de>
147
148 Fix bugs in the c-parse-state mechanism. Reuse some markers
149 instead of continually generating new ones.
150
151 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
152 (c-state-old-cpp-end-marker): New variables.
153 (c-append-lower-brace-pair-to-state-cache): Start a backward
154 search for "}" definitively outside CPP constructs.
155 (c-remove-stale-state-cache): Inform the caller of a need to
156 search back for a brace pair in certain circumstances.
157 (c-state-maybe-marker): New macro.
158 (c-parse-state): Reuse markers when appropriate.
159
89c0dda8
GM
1602013-01-09 Glenn Morris <rgm@gnu.org>
161
162 * simple.el (execute-extended-command): Doc fix.
163 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
164
5b64ccd7
CY
1652013-01-09 Chong Yidong <cyd@gnu.org>
166
167 * faces.el (read-face-name): Doc fix.
168
c5ad92de
GM
1692013-01-09 Glenn Morris <rgm@gnu.org>
170
171 * emacs-lisp/trace.el (trace-function, trace-function-background):
172 Doc fix.
173
39a0786e
JL
1742013-01-09 Juri Linkov <juri@jurta.org>
175
176 * international/mule-cmds.el (read-char-by-name): Move let-binding
177 of completion-ignore-case around completing-read to fix regression
178 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
179 `string-match-p' using the nil value of `case-fold-search' and
180 `completion-ignore-case' in `completion-pcm--all-completions'.
181 (Bug#12615).
182
06364e64
GM
1832013-01-07 Glenn Morris <rgm@gnu.org>
184
185 * progmodes/compile.el (compilation-parse-errors):
186 Fix typo. (Bug#13369)
187
236a8f0c
VS
1882013-01-07 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
189
190 * comint.el (comint-send-input): Check size of buffer before
191 waiting for process output, in case already accepted. (Bug#13290)
192
f99ced35
MA
1932013-01-04 Michael Albinus <michael.albinus@gmx.de>
194
195 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
196 non-negative integers. Otherwise, the default values are used.
197 (tramp-convert-file-attributes): Convert uid and gid to integers.
198
ad235a8b
GM
1992013-01-03 Glenn Morris <rgm@gnu.org>
200
d2be4dcc
GM
201 * term.el (term-handle-colors-array): Ensure face attributes
202 are fully specified, not nil. (Bug#13337)
203
5b00b749
GM
204 * term.el (term-default-fg-color, term-default-bg-color):
205 Fix custom type.
206
220740a3
GM
207 * progmodes/etags.el (tags-compression-info-list): Doc fix.
208 (tag-find-file-of-tag-noselect): Check auto-compression-mode
209 rather than 'jka-compr being loaded. (Bug#13338)
210
ed5bdeb9
GM
211 * subr.el (eval-after-load): Don't purecopy the form, so that it
212 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
213
ad235a8b
GM
214 * emacs-lisp/byte-run.el (defun): Place cl declarations
215 after any interactive spec. (Bug#13265)
216
5cebef2d
AS
2172012-12-31 Andreas Schwab <schwab@linux-m68k.org>
218
219 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
220 defun. Don't check for DECL if DOCSTRING isn't a string.
221 (defun): Likewise.
222
4cddca30
GM
2232012-12-31 Glenn Morris <rgm@gnu.org>
224
5ee1772e
GM
225 * eshell/em-cmpl.el (eshell-pcomplete):
226 More thoroughly imitate pcomplete. (Bug#13293)
227
4cddca30
GM
228 * files.el (parse-colon-path): Doc fix. (Bug#12351)
229 Return nil for empty path elements. (Bug#13296)
230
6861432e
FEG
2312012-12-31 Fabián Ezequiel Gallina <fgallina@cuca>
232
233 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
234 order to improve efficiency (Based on Daniel Colascione's
235 <dancol@dancol.org> patch). (Bug#13182)
236
b83a2ddd
GM
2372012-12-31 Glenn Morris <rgm@gnu.org>
238
239 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
240
df4758b8
FEG
2412012-12-31 Fabián Ezequiel Gallina <fgallina@cuca>
242
243 * progmodes/python.el: Support other commands triggering
244 python-indent-line so indentation cycling continues to work.
245 (python-indent-trigger-commands): New defcustom.
246 (python-indent-line): Use it.
247
2482012-12-31 Fabián Ezequiel Gallina <fgallina@cuca>
249
250 * progmodes/python.el (python-shell-send-region): Add blank lines
251 for non sent code so backtraces remain correct.
252
bdcad781
AS
2532012-12-31 Andreas Schwab <schwab@linux-m68k.org>
254
255 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
256 neither DOCSTRING nor DECL was given. (Bug#13316)
257
8db39aeb
GM
2582012-12-30 Glenn Morris <rgm@gnu.org>
259
260 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
261 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
262 (rmail-summary-displayed, rmail-summary): Declare.
263 (mairix-rmail-display): Just require rmail.
264
3c94d7a6
CY
2652012-12-29 Chong Yidong <cyd@gnu.org>
266
267 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
268 check for the tarball contents.
269
af39894a
MF
2702012-12-29 Matt Fidler <matt.fidler@alcon.com> (tiny change)
271
272 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
273 tarfile content listings (Bug#13136).
274
bb709253
ML
2752012-12-29 Mark Lillibridge <mark.lillibridge@hp.com>
276
c517ec69
SM
277 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
278 Insert the undecoded text of the message being forwarded. (Bug#9521)
bb709253 279
3ee24a3b
MA
2802012-12-28 Michael Albinus <michael.albinus@gmx.de>
281
282 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
283 integers, if they are real numbers. (Bug#13282)
284
db590ef6
DG
2852012-12-26 Dmitry Gutov <dgutov@yandex.ru>
286
287 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
c517ec69
SM
288 "module" and "def" to have indentation before them.
289 Regression from 109911 (see the new test).
db590ef6 290
ea0857a1
DG
2912012-12-24 Dmitry Gutov <dgutov@yandex.ru>
292
293 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
294
3f6b93cd
AM
2952012-12-23 Alan Mackenzie <acm@muc.de>
296
297 Speed up fontification where there's large brace blocks.
298 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
299 to a call of c-beginning-of-decl-1.
300
594f37aa
CY
3012012-12-21 Chong Yidong <cyd@gnu.org>
302
303 * sort.el (sort-subr): Doc fix (Bug#13056).
304
acc650b8
BG
3052012-12-20 Bastien Guerry <bzg@gnu.org>
306
acc650b8
BG
307 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
308
14b8c3d9
AM
3092012-12-11 Alan Mackenzie <acm@muc.de>
310
311 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
312 * progmodes/cc-engine.el (c-backward-comments): Add code to work
313 around `forward-comment' not recognizing ^M as whitespace.
314
2c43a9ad
FEG
3152012-12-11 Fabián Ezequiel Gallina <fgallina@cuca>
316
317 * progmodes/python.el (python-skeleton-class)
318 (python-skeleton-def): Do not add space after defun name.
319
2c066ad3
CY
3202012-12-09 Chong Yidong <cyd@gnu.org>
321
322 * simple.el (set-mark-default-inactive): Mark as obsolete, for
323 removal after 24.3.
324
6ce49f24
DM
3252012-12-08 Dani Moncayo <dmoncayo@gmail.com>
326
327 * simple.el (just-one-space): Doc fix.
328
8d43bd30
EZ
3292012-12-07 Eli Zaretskii <eliz@gnu.org>
330
c517ec69
SM
331 * textmodes/texinfo.el (texinfo-enable-quote-envs):
332 Add "smallexample".
8d43bd30 333
3a21537c
LW
3342012-12-07 Le Wang <l26wang@gmail.com>
335
336 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
337 narrowed buffer (bug#12361).
338
61025111
MH
3392012-12-07 Michael Heerdegen <michael_heerdegen@web.de>
340
341 * emacs-lisp/debug.el (debug): Fix hard-coded frame counts (bug#10025).
342 Virtually backported from trunk.
343
bf741d33
JB
3442012-12-07 Juanma Barranquero <lekktu@gmail.com>
345
346 * vc/vc-hooks.el (vc-state): Doc fix.
347
07026166
GM
3482012-12-06 Glenn Morris <rgm@gnu.org>
349
350 * mail/rmail.el (rmail-maybe-display-summary):
351 Preserve buffer, in case select-window changes it. (Bug#13066)
352
82e1f390
SM
3532012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
354
355 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
356 cl-load-hook where they belong.
357
e1d51545
CY
3582012-12-06 Chong Yidong <cyd@gnu.org>
359
360 * ffap.el (ffap-replace-file-component): Fix typo.
361
ef54d315
SM
3622012-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
363
364 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
365 fix open-paren-like token test (bug#12785).
366
52d129cd
GM
3672012-12-04 Glenn Morris <rgm@gnu.org>
368
369 * mail/rmailsum.el (rmail-new-summary): Tweak for
370 rmail-maybe-display-summary changing buffer. (Bug#13066)
371
68bf4e09
JL
3722012-12-03 Juri Linkov <juri@jurta.org>
373
374 * info.el (Info-fontify-node): Don't hide the last newline.
375 (Bug#12272)
376
ff3d86d0
LL
3772012-12-01 Leo Liu <sdl.web@gmail.com>
378
379 * files.el (dir-locals-read-from-file): Check file non-empty
380 before reading. (Bug#13038)
381
6247eff5
GM
3822012-11-28 Glenn Morris <rgm@gnu.org>
383
384 * jka-cmpr-hook.el (jka-compr-get-compression-info):
385 Remove any version extension before checking filename. (Bug#13006)
386 (jka-compr-compression-info-list): Belated :version bump.
387
a5bf43ba
CY
3882012-11-28 Chong Yidong <cyd@gnu.org>
389
8ecba97d
CY
390 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
391
a5bf43ba
CY
392 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
393 (buffer-menu): Doc fix (Bug#12294).
394
34755291
RW
3952012-11-27 Roland Winkler <winkler@gnu.org>
396
397 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
398 of diary-show-all-entries in the diary buffer (Bug#12994).
399
c2f5b60a
MA
4002012-11-27 Michael Albinus <michael.albinus@gmx.de>
401
402 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
403 "<STDIN>". This is binary safe.
404
369f945d
SM
4052012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
406
407 * textmodes/table.el (table-insert): Don't use `symbol-name' on
408 lexically scoped variables (bug#13005).
409
999e745e 4102012-11-26 Glenn Morris <rgm@gnu.org>
98f99594 411
999e745e
GM
412 * vc/vc-hooks.el (vc-mistrust-permissions):
413 Default to t, to avoid data-loss. (Bug#11490)
98f99594 414
207cb73c
FEG
4152012-11-26 Fabián Ezequiel Gallina <fgallina@cuca>
416
999e745e
GM
417 * progmodes/python.el (python-indent-guess-indent-offset):
418 If indentation is guessed make python-indent-offset buffer-local.
419
207cb73c 420 Fix Imenu regression.
999e745e
GM
421 * progmodes/python.el (python-nav-beginning-of-defun):
422 Fix forward movement when statement(s) separates point from defun.
207cb73c
FEG
423 (python-imenu-prev-index-position): New function.
424
33a488e4
EZ
4252012-11-26 Eli Zaretskii <eliz@gnu.org>
426
427 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
428
429 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
865f7d8f 430 Don't set buffer-file-type. Return nil. (Bug#12989)
33a488e4 431
50207191
GM
4322012-11-26 Glenn Morris <rgm@gnu.org>
433
434 * hippie-exp.el (hippie-expand-try-functions-list):
435 Re-autoload it. (Bug#12982)
436
2147c6ab
EZ
4372012-11-25 Eli Zaretskii <eliz@gnu.org>
438
369f945d
SM
439 * descr-text.el (describe-char-padded-string):
440 Call internal-char-font only on GUI frames. (Bug#11964)
2147c6ab 441
58b1ae1e
AS
4422012-11-24 Andreas Schwab <schwab@linux-m68k.org>
443
444 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
445 and obsoletion message.
446
35a10516
SM
4472012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
448
449 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
450 the constructs to keep outside of the `cl-block' (bug#12977).
451
0c5ef133
CY
4522012-11-24 Chong Yidong <cyd@gnu.org>
453
454 * mouse.el (mouse-drag-line): Even if the line is not draggable,
455 keep reading until we get the up-event anyway, in order to process
456 the up-event for mouse-1-click-follows-link (Bug#12971).
457
002c019c
SM
4582012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
459
460 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
461 lexical-binding (bug#12938).
462
977f9325
WJ
4632012-11-23 Wolfgang Jenkner <wjenkner@inode.at>
464
465 * image-mode.el (image-transform-check-size): Use assertions only
466 for images of type imagemagick.
467
468 Otherwise no error, image-transform-fit-to-{width,height} is
469 silently ignored, as before. Doc fix.
470
bccffa83
CY
4712012-11-23 Chong Yidong <cyd@gnu.org>
472
473 * faces.el (color-defined-p): Doc fix (Bug#12853).
474
61a2a122
JL
4752012-11-23 Juri Linkov <juri@jurta.org>
476
477 * dired.el (dired-mark): Add optional arg `interactive'.
478 Check for `use-region-p' if `interactive' is non-nil.
479 (dired-unmark, dired-flag-file-deletion): Add optional arg
480 `interactive'. Call `dired-mark' with the arg `interactive'.
481 (Bug#10624)
482
cc4c01bd
JL
4832012-11-23 Juri Linkov <juri@jurta.org>
484
485 * wdired.el: Revert 2012-10-17 change partly and replace it with
486 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
487 (wdired-finish-edit): Add marks for new file names to
488 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
489 after `revert-buffer'.
490 (wdired-do-renames): Remove calls to `dired-remove-file',
491 `dired-add-file', `dired-add-entry'. (Bug#11795)
492
b03aabda
AM
4932012-11-21 Alan Mackenzie <acm@muc.de>
494
dc310ed0
AM
495 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
496
b03aabda
AM
497 Fix bugs in the state cache. Enhance a debugging mechanism.
498 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
499 "brace at column zero" strategy for C++.
500 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
501 (c-parse-state-point): New variable.
502 (c-record-parse-state-state): Record old parse state with
503 `copy-tree'. Record previous value of point.
504 (c-debug-parse-state-double-cons): New debugging function.
505 (c-debug-parse-state): Call the above new function.
506 (c-toggle-parse-state-debug): Output a confirmatory message.
507
002c019c
SM
508 * progmodes/cc-mode.el (c-before-change, c-after-change):
509 Call c-invalidate-state-cache from `c-before-change' instead of
b03aabda
AM
510 `c-after-change'.
511
a16ac13f
DC
5122012-11-20 Daniel Colascione <dancol@dancol.org>
513
002c019c
SM
514 * term/w32-win.el (cygwin-convert-path-from-windows):
515 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
a16ac13f
DC
516 This change is a backport from trunk.
517
7cf95797
EZ
5182012-11-20 Eli Zaretskii <eliz@gnu.org>
519
520 * simple.el (line-move): Don't call line-move-partial if
521 scroll-conservatively is in effect. (Bug#12927)
522
555ccdc2
MA
5232012-11-20 Michael Albinus <michael.albinus@gmx.de>
524
525 * net/trampver.el (tramp-version): Downgrade to 2.2.6-24.3, in
526 order to distinguish from trunk.
527
bc715d67
SM
5282012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
529
63f25172
SM
530 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't accept
531 non-symbols for compiler macros (yet).
532
93b05041
SM
533 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
534 Fallback on completion-at-point rather than
535 pcomplete-expand-and-complete, and only if pcomplete actually failed.
536 (eshell-cmpl-initialize): Setup completion-at-point.
537
538 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
539
bc715d67
SM
540 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
541
d7f2a65c
MA
5422012-11-19 Michael Albinus <michael.albinus@gmx.de>
543
544 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
545 are remote, check out-of-band property for both.
546
d1c0cddf
SM
5472012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
548
549 * window.el (switch-to-buffer): Re-add the warning that was lost in the
550 code rewrite.
551
0c93aa38
PE
5522012-11-18 Paul Eggert <eggert@cs.ucla.edu>
553
535efd4a
PE
554 More minor time fixes.
555 * calendar/time-date.el: Commentary fix.
556 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
557 too much other code depends on (0 0) time stamps.
558 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
559 Add a couple of FIXME comments.
560
0c93aa38
PE
561 Minor cleanup for times as lists of four integers.
562 * files.el (dir-locals-directory-cache):
563 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
564 Doc fixes.
565 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
566 * ps-bdf.el (bdf-file-newer-than-time):
567 Process four-integers time stamps, not two. Doc fixes.
568
913c8291
GM
5692012-11-18 Glenn Morris <rgm@gnu.org>
570
571 * image.el (insert-image, insert-sliced-image): Doc fix.
572
ec6f8ce6
CY
5732012-11-17 Chong Yidong <cyd@gnu.org>
574
575 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
576 (Bug#12810).
577
c2d07557
CY
5782012-11-17 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
579
580 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
581 response when the target file is in a subdirectory (Bug#12757).
582
33f8917c
CY
5832012-11-17 Chong Yidong <cyd@gnu.org>
584
585 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
586
65463c40
GM
5872012-11-17 Glenn Morris <rgm@gnu.org>
588
9a5e2ee3
GM
589 * woman.el (woman-non-underline-faces):
590 * emacs-lisp/cl-lib.el (face-underline-p):
591 Use set-face-underline rather than the alias set-face-underline-p.
592
65463c40 593 * window.el (with-temp-buffer-window): Doc fix.
95f0501e
GM
594 * subr.el (with-output-to-temp-buffer):
595 Add doc xref to with-temp-buffer-window.
65463c40 596
cdc5d88c
SM
5972012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
598
599 * emacs-lisp/cl-lib.el: Set more meaningful version number.
600
0ff7851c
MR
6012012-11-16 Martin Rudalics <rudalics@gmx.at>
602
603 * window.el (enlarge-window, shrink-window): Don't mention return
604 value in doc-string (Bug#12896).
605 (window--display-buffer): Don't resize frames - it won't work
606 with all window managers and defeat pop-up-frame-alist.
607 (display-buffer-alist): In doc-string explain that CONDITION can
608 be a function and which arguments are passed to it (Bug#12854).
609 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
610 expressions (Bug#12854).
611 (display-buffer): Pass ACTION argument to
612 display-buffer-assq-regexp.
613
dedd1884
GM
6142012-11-16 Glenn Morris <rgm@gnu.org>
615
7c82753d
GM
616 * window.el (fit-frame-to-buffer-bottom-margin)
617 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
618
dedd1884
GM
619 * faces.el (face-underline-p): Use face-attribute-specified-or.
620
662b0ee6
JB
6212012-11-15 Juanma Barranquero <lekktu@gmail.com>
622
623 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
624
eb31fa40
SM
6252012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
626
627 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
628
e2e13f18
GM
6292012-11-15 Glenn Morris <rgm@gnu.org>
630
17c083ac
GM
631 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
632 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
633
bde3c6c0
GM
634 * faces.el (face-underline-p): Doc fix. Handle :underline being
635 things other than `t' (a string, a list).
636 (face-inverse-video-p): Doc fix.
637 (set-face-underline): Rename it back from set-face-underline-p.
638 Doc fix. Allow interactive input of values other than t.
639 (read-face-attribute): Apply formatting to :underline,
640 since like :box and :stipple it can take list values.
641
e2e13f18
GM
642 * term.el (ansi-term): Don't let C-x escape-char binding
643 clobber the more standard C-c binding. (Bug#12842)
644
3a514ab0
SM
6452012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
646
647 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
648 (bug#12879).
649
e0ea8060
GM
6502012-11-14 Glenn Morris <rgm@gnu.org>
651
652 * subr.el (set-temporary-overlay-map): Doc fix.
653
92346275
MR
6542012-11-13 Martin Rudalics <rudalics@gmx.at>
655
656 * window.el (record-window-buffer)
657 (display-buffer-record-window): When copying the markers to
658 window-point preserve window-point-insertion-type. (Bug#12588)
659
7b1bf173
GM
6602012-11-13 Glenn Morris <rgm@gnu.org>
661
662 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
663 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
664 Use new names for hooks rather than obsolete aliases.
665
f8705f6e
SM
6662012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
667
668 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
669
9db94175
WJ
6702012-11-12 Wolfgang Jenkner <wjenkner@inode.at>
671
672 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
673 39 and 49. This fixes bug#12792. Also, treat unimplemented
674 parameters as 0, thereby restoring the behavior of revisions prior
675 to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
676
2e6625b5
FEG
6772012-11-12 Fabián Ezequiel Gallina <fgallina@cuca>
678
679 Fix end-of-defun misbehavior.
680 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
681 python-beginning-of-defun-function. Handle nested defuns
682 correctly.
683 (python-nav-end-of-defun): Rename from
684 python-end-of-defun-function. Ensure forward movement.
f8705f6e 685 (python-info-current-defun): Reimplement to work as intended
2e6625b5
FEG
686 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
687 parent defuns as soon as possible.
688
24c38527
GM
6892012-11-12 Glenn Morris <rgm@gnu.org>
690
691 * progmodes/flymake.el (flymake-error-bitmap)
692 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
693 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
694
d1e1e53d
DG
6952012-11-12 Dmitry Gutov <dgutov@yandex.ru>
696
697 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
698 backward, always stop at indentation. Reverts the change from
699 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
700
68146aa5
GM
7012012-11-11 Glenn Morris <rgm@gnu.org>
702
a1d3e07e
GM
703 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
704 Add ibuffer-filter-by-derived-mode.
705
84acf328
GM
706 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
707 the same name shadowing each other.
708
38785e75
GM
709 * window.el (with-temp-buffer-window): Doc tweak.
710
57fc0fee
GM
711 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
712
6ba6a3e5
GM
713 * help.el (temp-buffer-max-height):
714 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
68146aa5
GM
715 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
716
e4e46889
LL
7172012-11-10 Leo Liu <sdl.web@gmail.com>
718
719 * ido.el (ido-set-matches-1): Fix split-string args to avoid
720 performance issue. (Bug#12796)
721
19e09879
GM
7222012-11-10 Glenn Morris <rgm@gnu.org>
723
bf67dafa
GM
724 * term.el (term-default-fg-color, term-default-bg-color):
725 Make obsolete, rather than just saying "deprecated" in the doc.
726
19e09879
GM
727 * term.el (term): Rename from `term-face'.
728 (term-current-face, ansi-term-color-vector)
729 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
730 Update all users.
731
d743088d
JD
7322012-11-09 Jan Djärv <jan.h.d@swipnet.se>
733
f8705f6e 734 * server.el (server-create-window-system-frame): Improve comment.
d743088d 735
531bdce6
JD
7362012-11-08 Jan Djärv <jan.h.d@swipnet.se>
737
738 * server.el (server-create-window-system-frame): Handle Nextstep
739 specially (Bug#12780).
740
fedb154e
GM
7412012-11-08 Glenn Morris <rgm@gnu.org>
742
743 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
744 Unautoload, and make obsolete. (Bug#7449)
745
9d9e48d9
CY
7462012-11-08 Chong Yidong <cyd@gnu.org>
747
748 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
749 rename from diff-remove-trailing-whitespace (Bug#12831).
750
32170f7f
SM
7512012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
752
753 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
754 miscompilation of trace.el.
755
26f59676
GM
7562012-11-08 Glenn Morris <rgm@gnu.org>
757
758 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
759
41626722
SM
7602012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
761
762 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
763 (bug#12812).
764
7d806bfe
CY
7652012-11-07 Chong Yidong <cyd@gnu.org>
766
767 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
768 a defcustom with an appropriate :set function.
769 (minibuffer-default--in-prompt-regexps): New function.
770
2ee1d59f
GM
7712012-11-07 Glenn Morris <rgm@gnu.org>
772
031b2ea7
GM
773 * emacs-lisp/cl.el (define-setf-expander, defsetf)
774 (define-modify-macro): Doc fixes.
775
2ee1d59f
GM
776 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
777 (gv-define-simple-setter): Update doc of `fix-return'.
778
d57c286e
SM
7792012-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
780
b715ed44
SM
781 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
782 twice when `fix-return' is set (bug#12813).
783
d57c286e
SM
784 * emacs-lisp/cl.el (defsetf): Pass the third arg to
785 gv-define-simple-setter (bug#12812).
786
c9cac599
SM
7872012-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
788
789 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
790 (bug#12756).
791
6b3770fb
GM
7922012-11-06 Glenn Morris <rgm@gnu.org>
793
794 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
795
5593ed90
GM
7962012-11-05 Glenn Morris <rgm@gnu.org>
797
798 * emacs-lisp/cl-extra.el (cl-prettyexpand):
799 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
800 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
801 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
802
803 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
804
5c677d44
GM
8052012-11-03 Glenn Morris <rgm@gnu.org>
806
49138400
GM
807 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
808 Rename handler properties back from cl-- to cl-. (Bug#12788)
809
5c677d44
GM
810 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
811
1d4341f9
EZ
8122012-11-03 Eli Zaretskii <eliz@gnu.org>
813
814 * term/pc-win.el: Don't load term/internal from here.
815
816 * loadup.el: Load term/internal from here.
817
12fd5ee1
FEG
8182012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
819
820 * progmodes/python.el (inferior-python-mode): Fix hang in
821 jit-lock (Bug#12645).
822
43bcfda6
MR
8232012-11-03 Martin Rudalics <rudalics@gmx.at>
824
825 * window.el (switch-to-visible-buffer)
826 (switch-to-buffer-preserve-window-point): Fix doc-strings.
827
b4b096e4
SB
8282012-11-01 Stephen Berman <stephen.berman@gmx.net>
829
830 * play/gomoku.el (gomoku-display-statistics): Update mode line
831 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
832
218e997a
MR
8332012-10-31 Martin Rudalics <rudalics@gmx.at>
834
835 * window.el (quit-restore-window): If the window has been
836 created on an existing frame and ended up as the sole window on
837 that frame, do not delete it (Bug#12764).
838
b08b6da7
SM
8392012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
840
3618df45
SM
841 * progmodes/sh-script.el (sh--inside-noncommand-expression):
842 Rename from sh--inside-arithmetic-expression, handle more cases
843 (bug#11263).
844
b08b6da7
SM
845 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
846 (sh-font-lock-open-heredoc): Use it (bug#12770).
847
4ddedf94
GM
8482012-10-30 Glenn Morris <rgm@gnu.org>
849
f43a5263
GM
850 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
851
4ddedf94
GM
852 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
853
748b0d84
CY
8542012-10-29 Chong Yidong <cyd@gnu.org>
855
b5dd9a77
CY
856 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
857 function key is stored in a keyboard macro (Bug#4894).
858
748b0d84
CY
859 * thingatpt.el (number-at-point): Apply a thing-at-point property.
860
e07fcbdc
SM
8612012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
862
d7f9cc85
SM
863 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
864 header comments".
865 (diff-unified->context, diff-context->unified)
866 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
867
c606253c
SM
868 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
869
e07fcbdc
SM
870 * files.el (find-alternate-file): Only ask one question (bug#12487).
871
894b9dd9
CY
8722012-10-29 Chong Yidong <cyd@gnu.org>
873
1dc2755a
CY
874 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
875 Suggested by Dan Nicolaescu (Bug#6326).
876
329c48d8
CY
877 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
878
2230fa5b 879 * startup.el (fancy-about-screen): Don't message (Bug#12680).
5c2f2631 880
e84cad57
CY
881 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
882
1913c5f5
CY
883 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
884
894b9dd9
CY
885 * face-remap.el (face-remap-add-relative): Handle the case where a
886 face-remapping-alist entry is a cons cell (Bug#12762).
887
329c48d8
CY
8882012-10-29 Kevin Ryde <user42@zip.com.au>
889
890 * woman.el (woman-parse-numeric-value): Handle picas correctly
891 (Bug#12639).
892
a0ccbcbd
GM
8932012-10-29 Glenn Morris <rgm@gnu.org>
894
895 * emacs-lisp/cl.el (defsetf): Doc fix.
896
b3871e59
SM
8972012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
898
899 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
900 syntax to the matching opener, if any (bug#12547).
901 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
902 matching open as a "case-(".
903 (sh-smie-rc-grammar): Add a corresponding rule for it.
904
cd44022c
DH
9052012-10-28 Daniel Hackney <dan@haxney.org>
906
907 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
908 "PKGNAME-autoloads.el" in case we created it.
909
70edffb1
SM
9102012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
911
86957a0c
SM
912 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
913 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
b9383404 914 (completion--twq-all): Disable too-strict assertions.
86957a0c 915
70edffb1
SM
916 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
917
d069271c
EZ
9182012-10-27 Eli Zaretskii <eliz@gnu.org>
919
920 * profiler.el (profiler-report-make-entry-part): Fix help-echo
921 text to match the real keybindings.
922
e2f022a3
JL
9232012-10-27 Juri Linkov <juri@jurta.org>
924
925 * wdired.el (wdired-keep-marker-rename): New defcustom.
926 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
927 (Bug#11795)
928
929 * dired.el (dired-keep-marker-rename): Add reference to
930 `wdired-keep-marker-rename' in the docstring.
931 Add default character value ?R to display initially in
932 Customization UI instead of ?@.
933
df171c23
MR
9342012-10-27 Martin Rudalics <rudalics@gmx.at>
935
936 * window.el (display-buffer): In doc-string describe
937 window-height and window-width alist entries.
938
939 * time.el (display-time-world): Restore fit-window-to-buffer
940 behavior.
941
05b621a6
CY
9422012-10-27 Chong Yidong <cyd@gnu.org>
943
944 * subr.el (insert-buffer-substring-as-yank): Doc fix.
945
55f197b2
J
9462012-10-26 Jambunathan K <kjambunathan@gmail.com>
947
948 * minibuffer.el (completion-category-overrides): New completion
949 category `bookmark' (bug#11131).
950
372212df
SM
9512012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
952
150f809c
SM
953 * emacs-lisp/advice.el (ad-assemble-advised-definition):
954 Silence bogus compiler warnings for ad-do-it.
955
372212df
SM
956 * bookmark.el (bookmark-completing-read): Set the completion category
957 to `bookmark' (bug#11131).
958
c5772569
B
9592012-10-26 Bastien <bzg@altern.org>
960 Stefan Monnier <monnier@iro.umontreal.ca>
961
962 * face-remap.el: Use lexical-binding.
963 (text-scale-adjust): Improve docstring. Use itself for the temporary
964 overlay-map bindings, so as to repeat the "Use..." message each time.
965
a2be0357
SM
9662012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
967
63314e57
SM
968 * emacs-lisp/macroexp.el (macroexp--expand-all):
969 Obey byte-compile-warning-enabled-p (bug#12486).
970
a2be0357
SM
971 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
972 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
973
8c7727c3
MR
9742012-10-26 Martin Rudalics <rudalics@gmx.at>
975
976 * mouse.el (mouse-drag-line): Move last form into preceding when
977 clause (Bug#12731).
978
979 * help.el (resize-temp-buffer-window): Fix doc-string.
980
3f2a848d
DE
9812012-10-25 David Engster <deng@randomsample.de>
982
983 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
a2be0357 984 Remove. This feature is already integrated in imenu.
3f2a848d
DE
985
986 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
987 always loaded. Require `speedbar' unconditionally.
988
a7723be6
SM
9892012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
990
aaabfc8b
SM
991 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
992
414a8595
SM
993 * minibuffer.el (minibuffer-force-complete): Fix thinko.
994
fb5b9475
SM
995 * net/ldap.el (ldap-search-internal): The official ldif format starts
996 with a "version: 1" header (bug#12724).
997
a7723be6
SM
998 * emacs-lisp/package.el (package-installed-p): Warn if not ready
999 (bug#12721).
1000
a05cb6e3
GM
10012012-10-25 Glenn Morris <rgm@gnu.org>
1002
1003 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
1004
3c92de70
SM
10052012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1006
1007 * minibuffer.el (minibuffer-force-complete): Use one more marker
1008 for the temporary-overlay-map command (bug#12619).
1009
a4b6d7c6
CY
10102012-10-24 Chong Yidong <cyd@gnu.org>
1011
1012 * time.el (display-time-world-mode): Derive from special-mode.
1013 (display-time-world): Use display-buffer (Bug#12708).
1014 (display-time-world-mode-map): Variable deleted.
9321d8d7
CY
1015 (display-time-world-display): Wrap the final delete-char inside
1016 inhibit-read-only.
a4b6d7c6 1017
75e8f9d2
CY
10182012-10-24 Chong Yidong <cyd@gnu.org>
1019
cd996018
CY
1020 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
1021 Doc fix.
1022
75e8f9d2
CY
1023 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
1024
d92df117
SM
10252012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1026
1027 * minibuffer.el (completion--all-sorted-completions-location): New var.
1028 (completion--cache-all-sorted-completions)
1029 (completion--flush-all-sorted-completions): Use it.
1030 (completion-in-region, completion-in-region--postch)
1031 (completion-at-point, completion-help-at-point): Use markers in
1032 completion-in-region--data (bug#12619).
1033
9c3e39f3
SM
10342012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1035
c79825bd
SM
1036 * progmodes/compile.el (compilation-start): Try to handle common
1037 quoting of `cd' argument (bug#12640).
1038
9c3e39f3
SM
1039 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
1040 (bug#12671).
1041
a6709bc7
GM
10422012-10-23 Glenn Morris <rgm@gnu.org>
1043
1044 * progmodes/gud.el (gud-menu-map):
1045 Check gdb-active-process is bound. (Bug#12358)
1046
d1069532
SM
10472012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1048
d20d69c0
SM
1049 * repeat.el (repeat): Set real-this-command (bug#12232).
1050
d1069532
SM
1051 * htmlfontify.el (hfy-post-html-hook):
1052 * filesets.el (filesets-cache-fill-content-hook):
1053 * arc-mode.el (archive-extract-hook):
1054 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
1055 * net/rcirc.el (rcirc-sentinel-functions)
1056 (rcirc-receive-message-functions, rcirc-activity-functions)
1057 (rcirc-print-functions):
1058 * net/dbus.el (dbus-event-error-functions):
1059 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
1060 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
1061 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
1062 * term/sun.el (sun-raw-prefix-hooks):
1063 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
1064
f7eac6d8
MA
10652012-10-23 Michael Albinus <michael.albinus@gmx.de>
1066
d1069532
SM
1067 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
1068 Set `tramp-chunksize' to 1. This improves the performance.
f7eac6d8
MA
1069 (tramp-smb-wait-for-output): Add timeout to
1070 `tramp-accept-process-output' calls.
1071
608d9d7c
CY
10722012-10-23 Chong Yidong <cyd@gnu.org>
1073
49238e7f
CY
1074 * faces.el (font-list-limit): Define as an obsolete variable.
1075
1076 * startup.el (command-line):
1077 * cus-start.el: Don't refer to font-list-limit.
1078
608d9d7c
CY
1079 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
1080
4ff5b1b2
SM
10812012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1082
1083 * subr.el (internal-temp-output-buffer-show): Rename from
1084 temp-output-buffer-show, since previously compiled files expect this name.
1085
ea1d4aac
GM
10862012-10-23 Glenn Morris <rgm@gnu.org>
1087
1088 * image.el (image-type-from-file-name): If multiple types match,
1089 return the first one that is supported. (Bug#9045)
1090
eda82a31
GM
10912012-10-22 Glenn Morris <rgm@gnu.org>
1092
1093 * image.el (imagemagick-enabled-types): Doc fix.
1094
4f020bec
TA
10952012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
1096
1097 * progmodes/which-func.el (which-func-current): The hash-table may have
1098 an explicit nil (bug#12338).
1099
c77d37e2
SM
11002012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1101
1102 * electric.el (electric-pair-delete-selection-self-insert-function):
1103 Rename to electric-pair-will-use-region, return a boolean.
1104 (electric-pair-mode): Adjust accordingly. Don't require delsel.
1105
1106 * delsel.el (delete-selection-helper): Use a function instead of a hook.
1107 (delete-selection-pre-hook): Use use-region-p.
1108 (delete-selection-self-insert-function): Remove.
1109 (self-insert-command): Obey self-insert-uses-region-functions.
1110 (self-insert-iso): Revert to previous setting, since we don't actually
1111 know what that command does.
1112 (delete-selection-self-insert-hooks): Remove.
1113
b1d39ccc
SL
11142012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
1115
1116 * delsel.el (delete-selection-helper): New function, extracted from
1117 delete-selection-pre-hook.
1118 (delete-selection-pre-hook): Use it.
1119 (delete-selection-self-insert-function): New function.
1120 (delete-selection-self-insert-hooks): New hook.
1121 (self-insert-command, self-insert-iso): Use it.
1122 * electric.el (electric-pair-syntax): New function, extracted from
1123 electric-pair-post-self-insert-function.
1124 (electric-pair-post-self-insert-function): Use it.
1125 (electric-pair-delete-selection-self-insert-function): New function.
1126 (electric-pair-mode): Require delsel and setup
1127 delete-selection-self-insert-hooks (bug#11520).
1128
045ef729
CY
11292012-10-20 Chong Yidong <cyd@gnu.org>
1130
4c5d08a8
CY
1131 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
1132 no changes to show (Bug#12586).
1133
045ef729
CY
1134 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
1135 list explicitly (Bug#12571).
1136
3503c798 11372012-10-20 Arne Jørgensen <arne@arnested.dk>
79e1997a 1138
b1d39ccc
SL
1139 * progmodes/flymake.el (flymake-create-temp-inplace):
1140 Use file-truename.
79e1997a 1141
2068905b
EZ
11422012-10-20 Eli Zaretskii <eliz@gnu.org>
1143
1144 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
1145
4c9e9550
JB
11462012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
1147
1148 * calc/calc-units.el (math-extract-units): Properly extract powers
1149 of units.
1150
1a6e7e38
DC
11512012-10-20 Daniel Colascione <dancol@dancol.org>
1152
1153 * frame.el (make-frame): Set x-display-name as we used to in order
1154 to unbreak creating an X11 frame from an Emacs daemon started
1155 without a display.
1156
8e808318
SM
11572012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1158
1159 * minibuffer.el (minibuffer-force-complete): Make the next completion use
1160 the same completion-field (bug@12221).
1161
fb0104da
MR
11622012-10-19 Martin Rudalics <rudalics@gmx.at>
1163
1164 * emacs-lisp/debug.el (debug): Record height of debugger window
1165 also when debugger will be back (Bug#8789).
1166
8c27235e
CY
11672012-10-18 Chong Yidong <cyd@gnu.org>
1168
1169 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
1170 Convert to defcustom.
1171 (gdb-get-source-file): Don't bind pop-up-windows.
1172
1173 * progmodes/gud.el (gud-display-line): Don't specially re-use
1174 other frames for the gdb-mi case (Bug#12648).
1175
90eacf99
SM
11762012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1177
aaf0c300
SM
1178 * emacs-lisp/advice.el: Clean up commentary a bit.
1179 (ad-do-advised-functions, ad-with-originals): Use `declare'.
1180 (byte-code-function-p): Never redefine.
1181
90eacf99
SM
1182 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
1183
281c9d2b
GM
11842012-10-18 Glenn Morris <rgm@gnu.org>
1185
40714e3d
GM
1186 * dired.el (dired-sort-toggle): Some ls implementations only allow
1187 a single option string. (Bug#12666)
1188
281c9d2b
GM
1189 * minibuffer.el (completion-cycle-threshold): Doc fix.
1190
b278604e
KH
11912012-10-17 Kenichi Handa <handa@gnu.org>
1192
90eacf99
SM
1193 * international/mule.el (set-keyboard-coding-system):
1194 Recover input meta mode when the new coding system doesn not use 8-bit.
b278604e
KH
1195 Supply TERMINAL arg to set-input-meta-mode.
1196
df171c23 11972012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
7ebc5f5a
MH
1198
1199 * wdired.el (wdired-old-marks): New variable.
1200 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
1201 (wdired-do-renames): Move point with renamed file and don't lose
1202 mark status (Bug#11795).
1203
e5a94ec4
JL
12042012-10-16 Juri Linkov <juri@jurta.org>
1205
1206 * replace.el (query-replace-help): Mention multi-buffer replacement
1207 keys in the Help message. (Bug#12655)
1208
d18a0d24
CY
12092012-10-15 Chong Yidong <cyd@gnu.org>
1210
1211 * emacs-lisp/byte-run.el (defsubst): Doc fix.
1212
8111f5e6
EZ
12132012-10-14 Eli Zaretskii <eliz@gnu.org>
1214
7b9abf24
EZ
1215 * window.el (display-buffer): Doc fix.
1216
8111f5e6
EZ
1217 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1218 Adjust the msft regexp to the output of Studio 2010, and move msft
1219 before edg-1. See the discussion on emacs-devel,
1220 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
1221 for the details.
1222
5046ef67
SM
12232012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
1224
9760c73c
SM
1225 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
1226 (oset): Move uses of object-class-fast macro after its definition.
1227
5046ef67
SM
1228 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
1229
0d11ff1c
CY
12302012-10-13 Chong Yidong <cyd@gnu.org>
1231
1232 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
1233 enabled, re-enable it (Bug#11963).
1234
88ded8ac
MR
12352012-10-13 Martin Rudalics <rudalics@gmx.at>
1236
1237 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
1238 non-nil, restore window configuration (Bug#12623).
1239
bd0ffffd
SM
12402012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1241
06485aa8
SM
1242 * help-fns.el (describe-variable, describe-function-1):
1243 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
1244
bd0ffffd
SM
1245 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
1246
3a989246
GM
12472012-10-12 Glenn Morris <rgm@gnu.org>
1248
1249 * mail/rmailsum.el (rmail-header-summary):
1250 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
1251
55cd00c8
FEG
12522012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
1253
bd0ffffd
SM
1254 * progmodes/python.el (python-mode-map):
1255 Replace subtitute-key-definition with proper command remapping.
55cd00c8
FEG
1256 (python-nav--up-list): Fix behavior for blocks on the same level.
1257
ac9fc2c7
SM
12582012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1259
d8cc4c00 1260 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
d8cc4c00 1261
5253a5fd
SM
1262 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
1263 changes to the format of load-history.
1264
ac9fc2c7
SM
1265 * international/mule-cmds.el (read-char-by-name): Move let-binding of
1266 completion-ignore-case in case that var is buffer-local (bug#12615).
1267
cde44a77
KH
12682012-10-11 Kenichi Handa <handa@gnu.org>
1269
1270 * international/eucjp-ms.el: Re-generated.
1271
4ef4a10d
KH
12722012-10-10 Kenichi Handa <handa@gnu.org>
1273
1274 * select.el (xselect--encode-string): If a coding is specified for
1275 selection, and that is compatible with COMPOUND_TEXT, use it.
1276
9d7f027b
MR
12772012-10-10 Martin Rudalics <rudalics@gmx.at>
1278
1279 * window.el (switch-to-buffer-preserve-window-point): New option.
ac9fc2c7
SM
1280 (switch-to-buffer):
1281 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
9d7f027b 1282
238f3a58
SM
12832012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1284
1285 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
1286 Don't document nil as a useful value (bug#12583).
1287
1d51f99c
MA
12882012-10-09 Michael Albinus <michael.albinus@gmx.de>
1289
238f3a58
SM
1290 * net/tramp.el (tramp-debug-message):
1291 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
1d51f99c
MA
1292 (with-tramp-progress-reporter): Rename from
1293 `tramp-with-progress-reporter'.
238f3a58
SM
1294 (with-tramp-file-property, with-tramp-connection-property):
1295 Move from tramp-cache.el, rename from `with-file-property' and
1d51f99c
MA
1296 `with-connection-property', respectively.
1297
1298 * net/tramp-cache.el: Remove `with-file-property' and
1299 `with-connection-property'.
1300
1301 * net/tramp.el:
1302 * net/tramp-gvfs.el:
1303 * net/tramp-sh.el:
1304 * net/tramp-smb.el: Adapt callees.
1305
1306 * net/trampver.el: Update release number.
1307
26b77251
GM
13082012-10-09 Glenn Morris <rgm@gnu.org>
1309
9a5f296f
GM
1310 * w32-fns.el (set-message-beep):
1311 * term/w32-win.el (set-message-beep): Update declarations.
1312
94c66ce5
SM
13132012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1314
10766e9e
SM
1315 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
1316 (mode-line-widen, mode-line-input-method-map)
1317 (mode-line-coding-system-map, mode-line-remote)
1318 (mode-line-unbury-buffer, mode-line-bury-buffer)
1319 (mode-line-next-buffer, mode-line-previous-buffer):
1320 Replace save-selected-window+select-window => with-selected-window.
1321
f754db08
SM
1322 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
1323 * progmodes/cc-vars.el (bq-process): Remove, unused.
1324
94c66ce5
SM
1325 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
1326
a4ff7fe1
FEG
13272012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
1328
1329 Implemented `backward-up-list'-like navigation.
1330 * progmodes/python.el (python-nav-up-list)
1331 (python-nav-backward-up-list): New functions.
1332 (python-mode-map): Define substitute key for backward-up-list to
1333 python-nav-backward-up-list.
1334
24517d82
FEG
13352012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1336
1337 * progmodes/python.el (python-fill-paragraph): Rename from
1338 python-fill-paragraph-function. Fixed fill-paragraph for
1339 decorators (Bug#12605).
1340
51867ae2
FEG
13412012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1342
1343 * progmodes/python.el (python-shell-output-filter): Handle extra
1344 carriage return in OSX (Bug#12409).
1345
a5b773c4
FEG
13462012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1347
1348 Fix shell handling of unbalanced quotes and parens in output.
94c66ce5 1349 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
a5b773c4
FEG
1350 (python-syntax-propertize-function): Use it.
1351 (python-shell-output-syntax-table): New var.
1352 (inferior-python-mode): Prevent unbalanced parens/quotes from
1353 previous output mess with current input context.
1354
13373538
JB
13552012-10-08 Juanma Barranquero <lekktu@gmail.com>
1356
1357 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
1358 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
1359
775a132d
MA
13602012-10-08 Michael Albinus <michael.albinus@gmx.de>
1361
1362 * ffap.el (ffap-replace-file-component): Support Tramp file name
1363 syntax, not only ange-ftp's one.
1364
3ab44929
GM
13652012-10-08 Glenn Morris <rgm@gnu.org>
1366
57f1dee4
GM
1367 * cus-start.el (message-log-max): Set :version.
1368
3ab44929
GM
1369 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
1370
6a088630
MR
13712012-10-08 Martin Rudalics <rudalics@gmx.at>
1372
1373 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
1374 the minibuffer window (Bug#10851).
1375
8dbce54c
FEG
13762012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1377
1378 Enhancements on forward-sexp movement.
1379 * progmodes/python.el (python-nav-beginning-of-statement)
1380 (python-nav-end-of-statement): Return point-marker.
1381 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
1382 (python-info-current-symbol)
1383 (python-info-statement-starts-block-p): Rename from
1384 python-info-beginning-of-block-p.
1385 (python-info-statement-ends-block-p): Rename from
1386 python-info-end-of-block-p.
1387 (python-info-beginning-of-statement-p)
1388 (python-info-end-of-statement-p)
1389 (python-info-beginning-of-block-p, python-info-end-of-block-p):
1390 New functions.
1391
5acd2b3e
SM
13922012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1393
1394 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
1395 frame-selected-windows.
1396
e08348a0
DC
13972012-10-08 Daniel Colascione <dancol@dancol.org>
1398
1399 * battery.el (battery-status-function): Check for
1400 w32-battery-status itself, not system-time windows-nt.
1401
1402 * frame.el: Require cl-lib.
1403 (display-format-alist): New variable mapping frame types to
1404 functions that initialize them.
1405 (window-system-for-display): New function: interprets
1406 display-format-alist.
1407 (make-frame-on-display): Remove existing display-selection logic
1408 and just forward to make-frame, which will now DTRT.
1409 (make-frame): Restructure to use window-system-for-display to
1410 figure out how to create a frame on a given display.
1411 (display-mouse-p): Look for frame-type w32, not a particular
1412 system-type.
1413
1414 * loadup.el: Load w32 lisp code when we have the w32 feature.
1415
1416 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
1417 system-type windows-nt.
1418
1419 * server.el (server-create-window-system-frame): Look for window
1420 type.
1421 (server-proces-filter): Only force a window system when windows-nt
1422 _and_ w32. Explain why.
1423
1424 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
1425 of window systems we configure for the mode.
1426
1427 * startup.el (command-line): Mark window system is initialized
1428 after we've done it.
1429
1430 * common-win.el (x-select-text): Look for w32, not windows-nt.
1431
1432 * ns-win.el: Require cl-lib. Add ourselves to
1433 display-format-alist.
1434 (ns-initialize-window-system): Assert we're not initialized twice.
1435
1436 * w32-win.el: Enable lexical binding; require cl-lib; add
1437 ourselves to display-format-alist.
1438 (w32-handle-dropped-file): Convert incoming dropped files from
1439 Windows paths to Cygwin ones before passing them on to the rest of
1440 Emacs.
1441 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
1442 (w32-initialize-window-system): Assert we're not initialized twice.
1443
1444 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
1445 (x-initialize-window-system): Assert we're not initialized twice.
1446
1447 * w32-common-fns.el: New File.
1448 (w32-version, w32-using-nt, w32-get-clipboard-data)
1449 (w32-set-clipboard-data, x-set-selection, x-get-selection)
1450 (w32-charset-info-alist, x-last-selected, text)
1451 (x-get-selection-value, x-selection-value): Move here.
1452
1453 * w32-fns.el: Require w32-common-fns.
1454 (w32-version, w32-using-nt, w32-get-clipboard-data)
1455 (w32-set-clipboard-data, x-set-selection, x-get-selection)
1456 (w32-charset-info-alist, x-last-selected, text)
1457 (x-get-selection-value, x-selection-value): Move to
1458 w32-common-fns.
1459
1460 * w32-vars.el:
1461 (w32-allow-system-shell, w32-system-shells): Define only in
1462 non-cygwin case.
1463
795b1482
SM
14642012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1465
1466 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
1467 (read-passwd): Remove a few more potential sources of leaks.
1468
f27c99dc
FEG
14692012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1470
1471 * progmodes/python.el (inferior-python-mode)
795b1482 1472 (python-shell-make-comint): Fix initialization of local
f27c99dc
FEG
1473 variables copied from parent buffer.
1474
fcacb558
JD
14752012-10-07 Jan Djärv <jan.h.d@swipnet.se>
1476
1477 * term/ns-win.el (ns-read-file-name): Update declaration to match
1478 nsfns.m.
1479 (ns-respond-to-change-font): Change fontsize separatly so we are sure
1480 it is set when font is acted upon.
1481
be0d5bae
FEG
14822012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1483
1484 Enhancements to indentation.
1485 * progmodes/python.el (python-indent-context): Give priority to
1486 inside-string context. Make comments indentation markers.
1487 (python-indent-region): Do not mess with strings, unless it's the
1488 enclosing set of quotes.
1489
13af0d10
SM
14902012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1491
662a9d0e
SM
1492 * window.el (internal--before-save-selected-window)
1493 (internal--after-save-selected-window): New functions extracted from
1494 save-selected-window. Make sure we return the `alist' we construct.
1495 (save-selected-window): Use them.
1496
1497 * textmodes/tex-mode.el (tex-recenter-output-buffer):
1498 Use with-selected-window.
1499
13af0d10
SM
1500 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
1501 forms that define macros (bug#12593).
1502
6aa75fb6
KH
15032012-10-07 Kenichi Handa <handa@gnu.org>
1504
13af0d10
SM
1505 * international/mule-conf.el (compound-text-with-extensions):
1506 Add :mime-charset property as x-ctext.
6aa75fb6 1507
78d876b9
SM
15082012-10-07 Stefan Merten <smerten@oekonux.de>
1509
1510 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
1511 (rst-indent-literal-normal, rst-indent-literal-minimized)
1512 (rst-indent-comment): Correct :version tag.
557337e9 1513 (rst-official-cvs-rev): Correct version string.
78d876b9 1514
99a1e701
GM
15152012-10-07 Glenn Morris <rgm@gnu.org>
1516
1517 * mail/rmailmm.el (rmail-mime-process-multipart):
1518 Do not confuse a multipart message with an epilogue
1519 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
1520
08f18c3d
FEG
15212012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1522
1523 Fix shell output retrieval and comint-prompt-regexp init.
1524 * progmodes/python.el (inferior-python-mode):
1525 (python-shell-make-comint): Fix initialization of
1526 comint-prompt-regexp from copied file local variables.
1527 (python-shell-fetched-lines): Remove var.
1528 (python-shell-output-filter-in-progress): Rename from
1529 python-shell-fetch-lines-in-progress.
1530 (python-shell-output-filter-buffer): Rename from
1531 python-shell-fetch-lines-string.
1532 (python-shell-fetch-lines-filter): Delete function.
1533 (python-shell-output-filter): New function.
1534 (python-shell-send-string-no-output): Use them.
1535
82ed3ab4
GM
15362012-10-07 Glenn Morris <rgm@gnu.org>
1537
1595ecfa
GM
1538 * hi-lock.el (hi-lock-process-phrase):
1539 Try to make it less fragile. (Bug#7161)
1540
82ed3ab4
GM
1541 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
1542
f1f4dba0
GM
15432012-10-06 Glenn Morris <rgm@gnu.org>
1544
addc11ed 1545 * ehelp.el (electric-help-mode): Use help-mode rather than
32939005
GM
1546 non-existent mode `help'.
1547 (electric-help-map): Use button-buffer-map. (Bug#10917)
addc11ed 1548
460042b8
GM
1549 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
1550 (reftex-create-bibtex-footer): Fix custom types.
1551
67667c70
GM
1552 * progmodes/sh-script.el (sh-indent-after-continuation):
1553 Add explicit :group.
1554
18dec750
GM
1555 * textmodes/rst.el (rst-preferred-decorations)
1556 (rst-shift-basic-offset): Clarify obsolescence versions.
1557
d1a1c7e6
GM
1558 * profiler.el (profiler): Add missing group :version tag.
1559 * avoid.el (mouse-avoidance-banish-position):
1560 * proced.el (proced-renice-command):
1561 * calc/calc.el (calc-ensure-consistent-units):
1562 * calendar/icalendar.el (icalendar-import-format-uid):
1563 * net/tramp.el (tramp-save-ad-hoc-proxies):
1564 * progmodes/bug-reference.el (bug-reference-bug-regexp):
1565 * progmodes/flymake.el (flymake-error-bitmap)
1566 (flymake-warning-bitmap, flymake-fringe-indicator-position):
1567 * progmodes/sh-script.el (sh-indent-after-continuation):
1568 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
1569 (verilog-before-save-font-hook, verilog-after-save-font-hook):
1570 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
1571 (vhdl-array-index-record-field-in-sensitivity-list)
1572 (vhdl-indent-comment-like-next-code-line):
1573 * textmodes/reftex-vars.el (reftex-ref-style-alist)
1574 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
1575 (reftex-cite-key-separator, reftex-create-bibtex-header)
1576 (reftex-create-bibtex-footer):
1577 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
1578 (rst-indent-literal-normal, rst-indent-literal-minimized)
1579 (rst-indent-comment): Add missing custom :version tags.
1580
ef35abb4
GM
1581 * calendar/timeclock.el (timeclock-modeline-display):
1582 Add missing obsolete alias for renamed user option.
1583
d1aae614
GM
1584 * strokes.el (strokes-modeline-string):
1585 * emulation/crisp.el (crisp-mode-modeline-string):
1586 * eshell/esh-mode.el (eshell-status-in-modeline):
1587 Aliases to defcustoms must come before the defcustom.
1588
f1f4dba0
GM
1589 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
1590 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
1591 (cal-tex-cursor-week-monday): Doc fixes.
1592 (cal-tex-cursor-week2-summary): Doc fix.
1593 Rename from cal-tex-cursor-week-at-a-glance.
1594
1595 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
1596 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
1597
1598 * calendar/calendar.el (calendar-mode-map):
1599 Add cal-tex-cursor-week2-summary.
1600
d39109c3
SM
16012012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
1602
685f87b0
SM
1603 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
1604
d39109c3
SM
1605 * subr.el (read-passwd-map): New var.
1606 (read-passwd): Use `read-string' again.
1607 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
1608
5694896d
J
16092012-10-06 Jambunathan K <kjambunathan@gmail.com>
1610
1611 * register.el (append-to-register, prepend-to-register):
1612 Deactivate mark, as does `copy-to-register' (bug#12389).
1613
9414dd8d
CY
16142012-10-06 Chong Yidong <cyd@gnu.org>
1615
1616 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
1617
2b89bca4
KH
16182012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
1619
1620 * international/characters.el: Fix simple mistake ((car chars) ->
1621 elt), delete duplicated code.
1622
d5acb99a
GM
16232012-10-06 Glenn Morris <rgm@gnu.org>
1624
1625 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
1626
123ec157
JS
16272012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
1628
1629 * color.el (color-hsl-to-rgb): Fix incorrect results for
1630 small and large hue values. (Bug#12559)
1631
7fa36ccb
FEG
16322012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
1633
1634 Enhancements to docstring formatting when filling paragraphs.
1635 * progmodes/python.el (python-fill-docstring-style): Rename from
1636 python-fill-string-style. Added new style.
1637 (python-fill-string): Use new style. Better checks for
1638 docstrings.
1639
d8788e1e
GM
16402012-10-05 Glenn Morris <rgm@gnu.org>
1641
204f3953
GM
1642 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
1643
d8788e1e
GM
1644 * color.el (color-name-to-rgb, color-rgb-to-hex)
1645 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1646 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1647 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1648 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1649
8d956cef
GM
1650 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
1651
e8757f09 16522012-10-05 Juanma Barranquero <lekktu@gmail.com>
ea9a3563
JB
1653
1654 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
1655 to get the correct size across symlinks.
1656
e8757f09
GM
1657 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
1658
0e2ae83d
JL
16592012-10-04 Juri Linkov <juri@jurta.org>
1660
1661 * replace.el (query-replace-interactive): Declare obsolete.
1662 (query-replace-read-from): Add the last incremental search string
1663 to the list of default values accessible via M-n.
1664 (map-query-replace-regexp): Use `read-regexp'.
1665 (query-replace, query-replace-regexp, query-replace-regexp-eval)
1666 (map-query-replace-regexp, replace-string, replace-regexp):
1667 Fix docstrings to replace mentions of `query-replace-interactive'
1668 with alternatives. (Bug#12526)
1669
93cacb6d
JL
16702012-10-04 Juri Linkov <juri@jurta.org>
1671
1672 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
1673 (dired-pop-to-buffer): Declare obsolete.
1674 (dired-mark-pop-up): Doc fix.
1675
fc345011
FEG
16762012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
1677
1678 Allow user to set docstring style for fill-paragraph.
1679 * progmodes/python.el
1680 (python-fill-comment-function, python-fill-string-function)
1681 (python-fill-decorator-function, python-fill-paren-function):
1682 Remove :safe for defcustoms.
1683 (python-fill-string-style): New defcustom
5694896d 1684 (python-fill-paragraph-function): Enhance context detection.
fc345011
FEG
1685 (python-fill-string): Honor python-fill-string-style settings.
1686
6bab5d8b
MR
16872012-10-04 Martin Rudalics <rudalics@gmx.at>
1688
1689 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
1690 after setting its buffer (Bug#10805).
1691
a1a9f411
FEG
16922012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
1693
1694 Fix cornercase for string syntax.
1695 * progmodes/python.el (python-syntax-propertize-function):
1696 Simplify and enhance the regexp for unescaped quotes. Now it also
1697 matches quotes in weird situations like the single quote in
1698 "something\"'".
1699 (python-syntax-stringify): Simplify num-quotes detecting code.
1700
05e153a6
GM
17012012-10-03 Glenn Morris <rgm@gnu.org>
1702
1703 * help-macro.el (three-step-help):
1704 Revert 2012-09-29 change. (Bug#12567)
1705
2e566ecb
MR
17062012-10-03 Martin Rudalics <rudalics@gmx.at>
1707
96ef9ccd
MR
1708 * menu-bar.el (kill-this-buffer): Don't do anything when
1709 `menu-frame' is not alive or visible (Bug#8184).
1710
2e566ecb
MR
1711 * emacs-lisp/debug.el (debug): When quitting the debugger window
1712 restore current buffer (Bug#12502).
1713
a96e1cb7
CY
17142012-10-02 Chong Yidong <cyd@gnu.org>
1715
5694896d
J
1716 * progmodes/hideif.el (hif-lookup, hif-defined):
1717 Handle semantic-c-takeover-hideif.
a96e1cb7 1718
b3ecad33
PE
17192012-10-02 Paul Eggert <eggert@cs.ucla.edu>
1720
1721 Change sampling interval units from ms to ns.
1722 * profiler.el (profiler-sampling-interval): Change units
1723 from ms to ns, multiplying the default by 1000000 so that
1724 it remains 1 ms.
1725 (profiler-report-cpu-line-format): Give enough room for
1726 the maximum counters on 64-bit hosts.
1727 (profiler-report-render-calltree-1): Call them "CPU samples",
1728 not "Time (ms)", since they are not milliseconds now (and
1729 never really were).
1730
8cb51b66 17312012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
c623f81a 1732
5694896d
J
1733 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
1734 Fix querying BBDB for entries without a last name (Bug#11580).
c623f81a 1735
fd795bf4
CY
17362012-10-02 Chong Yidong <cyd@gnu.org>
1737
1738 * emacs-lisp/eieio.el: Restore Version header.
1739
fe0a74f9
SM
17402012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
1741
6be9197e
SM
1742 * vc/diff-mode.el (diff--auto-refine-data): New var.
1743 (diff-hunk): Use it to delay refinement.
1744 (diff-mode): Remove overlays when we turn off font-lock.
1745
18486139
SM
1746 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
1747 (table-initialize-table-fixed-width-mode)
1748 (table-set-table-fixed-width-mode): Remove functions.
1749 (table-command-list): Move initialization into declaration.
1750 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
1751 (table-with-cache-buffer): Use `declare'.
1752 (table-span-cell): Simplify via CSE.
1753 (table-fixed-width-mode): Use define-minor-mode.
1754 (table-call-interactively, table-funcall, table-apply): Remove.
1755 (table-function): New function, to replace them.
1756
d83ef976
SM
1757 * bookmark.el (bookmark-search-pattern): Remove var.
1758 (bookmark-read-search-input): Remove function.
1759 (bookmark-bmenu-search): Reimplement using a minibuffer.
1760
cd386662
SM
1761 * faces.el (modeline): Remove obsolete face name.
1762
fe0a74f9
SM
1763 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
1764 and give a non-nil default value.
1765 (add-change-log-entry): Simplify accordingly.
1766
9f7b98f8
DG
17672012-10-01 Dmitry Gutov <dgutov@yandex.ru>
1768
1769 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
1770 (vc-git-log-edit-toggle-amend): New function.
1771 (vc-git-log-edit-toggle-signoff): New function.
1772 (vc-git-log-edit-mode): New major mode.
1773 (vc-git-log-edit-mode-map): Keymap for it.
1774 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
1775
1776 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
1777 header names.
1778 (log-edit-toggle-header): New function.
1779 (log-edit-extract-headers): Accept function values in HEADERS alist.
1780
62a81506
CY
17812012-10-01 David Engster <deng@randomsample.de>
1782
1783 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
1784 from symbol property and change message to be more consistent with
1785 Emacs proper.
1786 (eieio-describe-generic): Add filename for each implementation.
1787 Fix indices for generic and normal methods.
1788 (eieio-method-def, eieio-class-def): New buttons.
1789 (eieio-help-find-method-definition)
1790 (eieio-help-find-class-definition): New functions.
1791 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
1792 class, constructor and method definitions.
1793
1794 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
1795 information in symbol property.
1796 (scoped-class): Remove.
1797 (eieio-slot-name-index, call-next-method): Check if it is bound.
1798
17992012-10-01 Leo P. White <lpw25@cam.ac.uk>
1800
1801 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
1802 (eieio-custom-mode): New major mode.
1803 (eieio-customize-object): Use it.
1804
18052012-10-01 Eric Ludlam <zappo@gnu.org>
1806
1807 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
1808 specifying the expected class, and whether subclassing is allowed.
1809 (eieio-persistent-convert-list-to-object):
1f9f395d
JB
1810 (eieio-persistent-validate/fix-slot-value)
1811 (eieio-persistent-slot-type-is-class-p): New functions.
1812 (eieio-named::slot-missing): Doc fix.
62a81506
CY
1813
1814 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
1815 Stop using unused publd variable.
1816
1817 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
1818 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
1819 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
1820 (eieio-speedbar-handle-click): Do not specify a class for the
1821 method. Fixes method invocation order problems with EDE.
1822
375e49d4
SM
18232012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1824
1825 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
1826 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
1827
16ce6ccd
KF
18282012-10-01 Karl Fogel <kfogel@red-bean.com>
1829
1830 * bookmark.el (bookmark-version-control): Give tags in the
1831 :type choices (Bug#12309), and improve doc string.
e4c4abdd
KF
1832 (bookmark-write-file): Bind `print-circle' to `t' to allow
1833 circular custom bookmark types. (Bug#12503)
16ce6ccd 1834
19e54a4d
PE
18352012-10-01 Paul Eggert <eggert@cs.ucla.edu>
1836
86ec63ba
PE
1837 Revert the FOLLOW-SYMLINKS change for file-attributes.
1838 * files.el (remote-file-name-inhibit-cache, after-find-file):
1839 * time.el (display-time-file-nonempty-p): Undo last change.
1840
19e54a4d
PE
1841 * profiler.el (profiler-sampling-interval): Change default back to 1.
1842 See Stefan Monnier in
1843 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
1844
0478776b
FEG
18452012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
1846
1847 Shell output catching a la gud-gdb.
1848 * progmodes/python.el (python-shell-fetch-lines-in-progress)
375e49d4
SM
1849 (python-shell-fetch-lines-string, python-shell-fetched-lines):
1850 New Vars.
0478776b
FEG
1851 (python-shell-fetch-lines-filter): New function.
1852 (python-shell-send-string-no-output): Use them.
1853
c22bac2c
TM
18542012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
1855
1856 * profiler.el (profiler-sampling-interval): Rename from
1857 profiler-sample-interval.
1858 (profiler-sampling-interval): Default to 10.
1859 (profiler-find-profile): New command (was profiler-find-log).
1860 (profiler-find-profile-other-window): New command.
1861 (profiler-find-profile-other-frame): New command.
1862 (profiler-profile): Introduce API-level data structure.
1863
e7a2937b
PE
18642012-09-30 Paul Eggert <eggert@cs.ucla.edu>
1865
1866 file-attributes has a new optional arg FOLLOW-SYMLINKS.
1867 * files.el (remote-file-name-inhibit-cache):
1868 * time.el (display-time-file-nonempty-p): Use it.
1869 * files.el (after-find-file): Don't chase links before calling
1870 file-exists-p, as file-exists-p already does the right thing.
1871
4f595e15
RA
18722012-09-30 Ralf Angeli <angeli@caeruleus.net>
1873
1874 Merge from standalone RefTeX repository.
1875
1876 The following ChangeLog entries are shortened versions of the
1877 original ones with file paths adapted. A not so strongly edited
1878 version of the original ChangeLog can be found in the commit log.
1879
1880 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
375e49d4
SM
1881 (reftex-arg-cite): Use `reftex-cite-key-separator'.
1882 Correctly handle new value type returned by `reftex-citation'.
4f595e15
RA
1883
1884 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
375e49d4
SM
1885 that entries with whitespace at various places are found.
1886 Doc fix. Include entries that are cross-referenced from cited entries.
4f595e15
RA
1887 Include @String definitions in the resulting bib file. Add header
1888 and footer defined in `reftex-create-bibtex-header' and
1889 `reftex-create-bibtex-footer'.
1890 (reftex-do-citation): Make it possible again to insert
1891 non-existent entries. Save match data when asking for optional
1892 arguments. Return all keys, not just the first one.
1893 (reftex-all-used-citation-keys): Fix regexp to correctly extract
1894 all citations in the same line.
1895 (reftex-parse-bibtex-entry): Accept additional optional argument
1896 `raw' and keep quotes or braces if it is non-nil. Match fields
1897 containing hyphens besides word constituents.
1898 (reftex-get-string-refs): New function.
1899 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
1900 and ask if it should be reread in case it did.
1901 (reftex-pop-to-bibtex-entry)
1902 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
1903 entries with spaces or tabs in front of arguments.
1904 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
375e49d4
SM
1905 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
1906 Match entries containing numbers and symbol constituents.
1907 (reftex-do-citation, reftex-figure-out-cite-format):
1908 Use `reftex-cite-key-separator'.
4f595e15
RA
1909
1910 * textmodes/reftex-dcr.el: Move provide statement to end of file.
1911 (reftex-mouse-view-crossref): Explain why point is set.
1912
1913 * textmodes/reftex-global.el: Whitespace changes.
1914
1915 * textmodes/reftex-index.el: Move provide statement to end of
1916 file.
1917 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
1918 (reftex-index-visit-phrases-buffer): Set marker when visiting
1919 buffer. This allows for returning from the phrases file to the
1920 file one was just editing instead of the file where the last
1921 phrases was added from.
1922 (reftex-index-phrases-syntax-table): New variable. Give ?\"
1923 punctuation syntax as it usually is not used as string quote in
1924 TeX-related modes and may occur unmatched. The change also
1925 prevents fontification of quoted content.
1926 (reftex-index-phrases-mode): Use it.
1927
375e49d4
SM
1928 * textmodes/reftex-parse.el (reftex-parse-from-file):
1929 Move backward one char if a `\' was matched after a section macro.
4f595e15
RA
1930 (reftex-parse-from-file): Use beginning of match instead of end as
1931 bound.
1932
1933 * textmodes/reftex-ref.el: Adapt creation of
1934 `reftex-<package>-<macro>' functions to new structure of
1935 `reftex-ref-style-alist'.
375e49d4
SM
1936 (reftex-reference): Use `reftex-ref-style-list' function.
1937 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
4f595e15
RA
1938 reference macro if `reftex-ref-macro-prompt' is non-nil.
1939 (reftex-reference): Pass refstyle to `reftex-format-special'.
1940 Determine reference macro by looking at
375e49d4
SM
1941 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
1942 Use only one special format function.
4f595e15
RA
1943 (reftex-varioref-vref, reftex-fancyref-fref)
1944 (reftex-fancyref-Fref): Remove definitions. The functions are now
1945 generated from `reftex-ref-style-alist'.
1946 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
1947 Remove.
1948 (reftex-format-special): New function.
1949
1950 * textmodes/reftex-sel.el
1951 (reftex-select-cycle-ref-style-internal): Adapt to new structure
1952 of `reftex-ref-style-alist'. Remove code for testing macro type.
1953 (reftex-select-toggle-varioref)
1954 (reftex-select-toggle-fancyref): Remove.
1955 (reftex-select-cycle-ref-style-internal)
1956 (reftex-select-cycle-ref-style-forward)
1957 (reftex-select-cycle-ref-style-backward): New functions.
1958 (reftex-select-label-map): Use `v' and `V' for general cycling
1959 through reference styles. Add `p' for switching between number
1960 and page reference types.
1961
375e49d4
SM
1962 * textmodes/reftex-toc.el (reftex-re-enlarge):
1963 Call `enlarge-window' only if there is something to do because in Emacs
4f595e15
RA
1964 the horizontal version throws an error even if the parameter is 0.
1965
1966 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
1967 (reftex-plug-into-AUCTeX): Doc fix.
1968 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
1969 string. Adapt to new name.
1970 (reftex-ref-style-alist): Change structure so that it is not
1971 possible to use multiple different package names within a style.
375e49d4
SM
1972 Remove the symbols for symbols for macro type distinction.
1973 Add characters for macro selection.
4f595e15
RA
1974 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
1975 (reftex-create-bibtex-footer): New variables.
1976 (reftex-format-ref-function): Mention third argument of special
1977 format function.
375e49d4
SM
1978 (reftex-ref-style-alist, reftex-ref-style-default-list):
1979 New variables.
4f595e15
RA
1980 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
1981 to new implementation. Mark as obsolete. Add compatibility code
1982 for honoring the variable values in case they are set.
375e49d4
SM
1983 (reftex-cite-format-builtin, reftex-bibliography-commands):
1984 Add support for ConTeXt.
1985 (reftex-format-ref-function, reftex-format-cite-function):
1986 Fix custom type.
4f595e15
RA
1987 (reftex-cite-key-separator): New variable.
1988
1989 * textmodes/reftex.el (reftex-syntax-table-for-bib)
1990 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
1991 `reftex-syntax-table' because parens have to retain their paren
1992 syntax in order for parsing of BibTeX entries like @book(...) to
1993 work.
1994 (reftex-in-comment): Do not error out if `comment-start-skip' is
1995 not set. Deal correctly with escaped comment characters.
375e49d4
SM
1996 (reftex-tie-multifile-symbols): Add doc string.
1997 Initialize `reftex-ref-style-list'.
4f595e15
RA
1998 (reftex-untie-multifile-symbols): Add doc string.
1999 (reftex-add-index-macros): Doc fix.
2000 (reftex-ref-style-activate, reftex-ref-style-toggle)
2001 (reftex-ref-style-list): New functions.
2002 (reftex-mode-menu): Use them. Adapt to new structure of
2003 `reftex-ref-style-alist'.
2004 (reftex-select-with-char): Kill the RefTeX Select buffer when
2005 done.
2006 (reftex-remove-if): New function.
2007 (reftex-erase-all-selection-and-index-buffers)
2008 (reftex-mode-menu): Reference styles are now computed from
2009 `reftex-ref-style-alist'. Fix typo.
2010 (reftex-report-bug): New function.
2011 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
2012 algorithms with O(n log n). Introduce optional argument SORT (not
2013 yet used).
2014
440ba395
FEG
20152012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
2016
2017 Enhancements for triple-quote string syntax.
375e49d4
SM
2018 * progmodes/python.el (python-syntax-propertize-function):
2019 Match both quote cases in one regexp.
440ba395
FEG
2020 (python-syntax-stringify): Handle matches properly.
2021
4c478e6b
JL
20222012-09-30 Juri Linkov <juri@jurta.org>
2023
2024 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
93cacb6d 2025 to nil around the call to `insert' to prevent
4c478e6b
JL
2026 directory time modification by lock_file. (Bug#2295)
2027 * tar-mode.el (tar-summarize-buffer): Idem.
2028
d80d54b2
JL
20292012-09-30 Juri Linkov <juri@jurta.org>
2030
2031 * facemenu.el (list-colors-sort): Add option "Luminance".
2032 (list-colors-sort-key): Implement it.
2033
2034 * vc/diff-mode.el (diff-refine-removed):
2035 * vc/ediff-init.el (ediff-fine-diff-A):
2036 * vc/smerge-mode.el (smerge-refined-removed):
2037 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
2038
d7e642cc
JD
20392012-09-30 Jan Djärv <jan.h.d@swipnet.se>
2040
2041 * term/ns-win.el (x-file-dialog): New function.
2042
ee41332b
JB
20432012-09-30 Juanma Barranquero <lekktu@gmail.com>
2044
2045 * ido.el (ido-max-directory-size): Default to nil; the current
2046 default is small for POSIX systems, and impractical on Windows 7
2047 now that lstat returns directory sizes for NTFS.
2048
5938d519
MR
20492012-09-30 Martin Rudalics <rudalics@gmx.at>
2050
2051 In buffer display functions handle window-height/window-width
2052 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
375e49d4
SM
2053 * window.el (window--display-buffer): New argument ALIST.
2054 Obey window-height and window-width alist entries.
2055 (window--try-to-split-window): New argument ALIST.
2056 Bind window-combination-limit to t when the window's size shall be
5938d519
MR
2057 changed and window-combination-limit equals `window-size'.
2058 (display-buffer-in-atom-window)
2059 (display-buffer-in-major-side-window)
2060 (display-buffer-in-side-window, display-buffer-same-window)
2061 (display-buffer-reuse-window, display-buffer-pop-up-frame)
2062 (display-buffer-pop-up-window, display-buffer-below-selected)
2063 (display-buffer-at-bottom, display-buffer-in-previous-window)
2064 (display-buffer-use-some-window): Adjust all callers of
2065 window--display-buffer and window--try-to-split-window.
2066 (fit-frame-to-buffer): New option.
2067 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
2068 is non-nil.
2069 (display-buffer-in-major-side-window): Evaluate window-height /
2070 window-width alist entries.
2071
2072 * help.el (temp-buffer-resize-frames)
2073 (temp-buffer-resize-regexps): Remove options.
2074 (temp-buffer-resize-mode): Adjust doc-string.
2075 (resize-temp-buffer-window): Don't consult
2076 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
2077 temp-buffer-resize-frames.
2078
375e49d4
SM
2079 * dired.el (dired-mark-pop-up):
2080 Call display-buffer-below-selected with a fit-window-to-buffer alist
5938d519
MR
2081 entry.
2082
c4c0c2df
CY
20832012-09-30 Chong Yidong <cyd@gnu.org>
2084
48de8b12
CY
2085 * server.el (server-host): Document the security implications.
2086 (server-auth-key): Doc fix.
2087
2088 * startup.el (initial-buffer-choice): Doc fix.
2089
2090 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
2091
a97dc380
CY
2092 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
2093 restriction change.
2094
d39d3c8e
CY
2095 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
2096
c4c0c2df
CY
2097 * help-fns.el (help-fns--obsolete): Fix last change.
2098
98a5e33b
SM
20992012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
2100
34cf6f39
SM
2101 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
2102 (minor-mode-map-alist): Remove redundant code.
2103
e01c13fe
SM
2104 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
2105 visited in a buffer.
2106 (cvs-insert-visited-file): New function.
2107 (find-file-hook): Use it.
2108
2109 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
2110
02661b3a
SM
2111 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
2112 chose face.
2113 (log-edit-empty-buffer-p): Don't require a space after a header.
2114
43711d4b
SM
2115 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
2116
38a30d64
SM
2117 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
2118
4ffb41a9
SM
2119 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
2120 a proper minor-mode.
2121
98a5e33b
SM
2122 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
2123
de82e29b
GM
21242012-09-29 Glenn Morris <rgm@gnu.org>
2125
5cc2e639
GM
2126 * winner.el (winner-mode): Remove variable (let define-minor-mode
2127 handle it).
2128 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
2129 Doc fixes.
2130 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
2131 (winner-mode): Use define-minor-mode.
2132
7bd302eb
GM
2133 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
2134 the full definition in loaddefs, rather than duplicating it.
2135
2923922f 2136 * help-macro.el (three-step-help): No need to autoload defcustom.
ced08382 2137
0e3e4156
GM
2138 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
2139 (inferior-lisp-program, inferior-lisp-load-command)
2140 (inferior-lisp-prompt, inferior-lisp-mode-hook):
2923922f 2141 No need to autoload defcustoms.
0e3e4156 2142
de82e29b
GM
2143 * hippie-exp.el (hippie-expand-try-functions-list)
2144 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
2145 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
2146 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
2923922f 2147 (hippie-expand-only-buffers): No need to autoload defcustoms.
de82e29b
GM
2148 * progmodes/vhdl-mode.el (vhdl-line-expand):
2149 Explicitly load hippie-exp, so it does not get autoloaded
2150 while hippie-expand-try-functions-list is let-bound.
2151
e60b51ab
GM
21522012-09-28 Glenn Morris <rgm@gnu.org>
2153
277f0cfa
GM
2154 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
2155
e60b51ab
GM
2156 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
2157 Only "cl.el" counts as cl these days.
2158
53baf48a
JL
21592012-09-28 Juri Linkov <juri@jurta.org>
2160
2161 Display archive errors in the echo area instead of inserting
2162 to the file buffer.
2163
2164 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
2165 to STDERR-TEST that can be a regexp matching a successful output.
2166 Create a temporary file and redirect stderr to it. Search for
2167 STDERR-TEST in the stderr output and display it in the echo area
2168 if no match is found.
2169 (archive-extract-by-file): New function like
2170 `archive-extract-by-stdout' but extracting archives to files
2171 and looking for successful matches in stdout. Function body is
2172 mostly copied from `archive-rar-extract'.
2173 (archive-rar-extract): Use `archive-extract-by-file'.
2174 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
2175
9c1228c3
LL
21762012-09-28 Leo Liu <sdl.web@gmail.com>
2177
375e49d4
SM
2178 * pcomplete.el (pcomplete-show-completions):
2179 Use minibuffer-message to make pcomplete usable in minibuffer.
147c0425 2180
9c1228c3
LL
2181 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
2182
7f457c06
SM
21832012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2184
3df749b0
SM
2185 * type-break.el: Use lexical-binding.
2186 (type-break-mode): Use define-minor-mode.
2187
7f457c06
SM
2188 * emacs-lisp/pcase.el (pcase--mark-used): New.
2189 (pcase--u1): Use it (bug#12512).
2190
2191 * custom.el (load-theme): Set buffer-file-name so the load is recorded
2192 in load-history with the right file name.
2193
c00ebc98
TH
21942012-09-28 Tassilo Horn <tsdh@gnu.org>
2195
2196 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
2197 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
2198 (doc-view-get-bounding-box): Make bounding box slicing work for
2199 ODF and DVI documents.
2200
96fb7170
GM
22012012-09-28 Glenn Morris <rgm@gnu.org>
2202
2203 * type-break.el (type-break-mode, type-break-interval)
2204 (type-break-good-rest-interval, type-break-keystroke-threshold):
2205 No need to autoload.
2206 (type-break-good-rest-interval, type-break-keystroke-threshold):
2207 Add :set-after.
2208
5bc93c67
CY
22092012-09-28 Chong Yidong <cyd@gnu.org>
2210
2211 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
2212 Add :version tag.
2213
9cad61d6
SM
22142012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
2215
e28e67b3 2216 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
9cad61d6 2217
daee954c
GM
22182012-09-27 Glenn Morris <rgm@gnu.org>
2219
a88324d4
GM
2220 * faces.el (x-display-name): Declare (for without-x builds).
2221
8e5064e5
GM
2222 * linum.el (linum-format): Don't autoload it. Improve :type.
2223
cc1783c2
GM
2224 * progmodes/tcl.el: Don't require outline when compiling.
2225 (outline-regexp, outline-level): Declare.
1dddcf4c
GM
2226 * textmodes/sgml-mode.el: Don't require outline when compiling.
2227 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
2228
48c339f2
GM
2229 * term.el (term-ansi-reset):
2230 Try setting term-ansi-face-already-done to nil. (Bug#11785)
2231
daee954c
GM
2232 * vc/vc.el (vc-next-action): Only gripe about committing read-only
2233 files for RCS and SCCS. (Bug#9781)
2234
b7f42161
CY
22352012-09-27 Chong Yidong <cyd@gnu.org>
2236
2237 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
2238 change; value should be t.
2239
a2e770db
SM
22402012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
2241
83600dc8
SM
2242 * image-mode.el: Use lexical-binding.
2243 (image-mode-winprops): Use t to stand for the window of
2244 a buffer that's not displayed.
2245 * doc-view.el (doc-view-new-window-function): Handle the new
2246 t in winprops.
2247 (doc-view-enlarge): Make it a real nop if the size is not changed.
2248 (doc-view-display): Handle the case where the buffer is not (yet?)
2249 displayed in any window.
2250 (doc-view-saved-settings): New var.
2251 (doc-view-mode): Use it.
2252 (doc-view-fallback-mode): Set it.
2253
a2e770db
SM
2254 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
2255 Set lexical-binding.
2256 (minibuffer-eldef-shorten-default): New var.
2257 (minibuffer-default-in-prompt-regexps): Use it for new default.
2258 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
2259
e3b60857
JB
22602012-09-26 Juanma Barranquero <lekktu@gmail.com>
2261
2262 * international/uni-bidi.el:
2263 * international/uni-category.el:
2264 * international/uni-name.el:
2265 * international/uni-numeric.el: Regenerate.
2266
3a880af4
SM
22672012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
2268 Stefan Monnier <monnier@iro.umontreal.ca>
2269
2270 * profiler.el: New file.
2271
07b1a5fb
SM
22722012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
2273
2274 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
2275 (testcover-reinstrument): Simplify with CSE.
2276
42019c2e
JB
22772012-09-26 Juanma Barranquero <lekktu@gmail.com>
2278
2279 * window.el (temp-buffer-window-setup): Fix typo in docstring.
2280
179f044b
WS
22812012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
2282
2283 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
2284 (verilog-auto-input, verilog-auto-insert-lisp)
2285 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
2286 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
2287 (verilog-auto-unused, verilog-auto-wire)
2288 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
2289 newline. Reported by Andrew Jones.
2290 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
2291 Reported by Brad Dobbie.
07b1a5fb
SM
2292 (verilog-batch-delete-trailing-whitespace):
2293 Create verilog-batch-delete-trailing-whitespace.
2294 Reported by Brad Dobbie.
179f044b
WS
2295 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
2296 parameters from another module. Reported by Dan Katz.
2297 (verilog-auto, verilog-auto-assign-modport)
2298 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
2299 AUTOINOUTMODPORT for UVM interface module shell generation.
2300 Reported by Brad Dobbie.
2301 (verilog-auto-inst-interfaced-ports): Make default nil, as more
2302 standard behavior.
2303 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
2304 Reported by Matt Martin.
2305
9c52dd5a
MR
23062012-09-25 Martin Rudalics <rudalics@gmx.at>
2307
2308 * window.el (window--resize-child-windows): When resizing child
2309 windows proportionally, process them in reverse order to
2310 preserve the "when splitting a window the new one gets the odd
2311 line" behavior.
2312 (window--resize-root-window-vertically): When resizing the
2313 minibuffer window try to affect only windows at the bottom of the
2314 frame. (Bug#12419)
2315
863666eb
CY
23162012-09-25 Chong Yidong <cyd@gnu.org>
2317
2318 * subr.el (declare): Doc fix.
2319
2320 * help-fns.el (help-fns--obsolete): Handle macros properly.
2321
59f7af81
CY
23222012-09-25 Chong Yidong <cyd@gnu.org>
2323
2324 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
2325 this function obsolete.
2326
2327 * calendar/cal-x.el (calendar-two-frame-setup)
2328 (calendar-only-one-frame-setup, calendar-one-frame-setup):
2329 * calendar/calendar.el (american-calendar, european-calendar)
2330 (calendar-for-loop):
2331 * comint.el (comint-dynamic-simple-complete)
2332 (comint-dynamic-complete-as-filename, comint-unquote-filename):
2333 * desktop.el (desktop-load-default):
2334 * dired-x.el (dired-omit-here-always)
2335 (dired-hack-local-variables, dired-default-directory):
2336 * emacs-lisp/derived.el (derived-mode-class):
2337 * emacs-lisp/timer.el (timer-set-time-with-usecs):
2338 * emacs-lock.el (toggle-emacs-lock):
2339 * epa.el (epa-display-verify-result):
2340 * epg.el (epg-sign-keys, epg-start-sign-keys)
2341 (epg-passphrase-callback-function):
2342 * eshell/esh-util.el (eshell-for):
2343 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
2344 (eshell-add-to-window-buffer-names):
2345 * files.el (locate-file-completion):
2346 * imenu.el (imenu-example--create-c-index)
2347 (imenu-example--create-lisp-index)
2348 (imenu-example--lisp-extract-index-name)
2349 (imenu-example--name-and-position):
2350 * international/mule-cmds.el (princ-list):
2351 * international/mule-diag.el (decode-codepage-char):
2352 * international/mule-util.el (detect-coding-with-priority):
2353 * iswitchb.el (iswitchb-read-buffer):
2354 * mail/mailalias.el (mail-complete):
2355 * mail/sendmail.el (mail-sent-via):
2356 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
2357 (mouse-major-mode-menu):
2358 * password-cache.el (password-read-and-add):
2359 * pcomplete.el (pcomplete-parse-comint-arguments):
2360 * progmodes/sh-script.el (sh-maybe-here-document):
2361 * replace.el (query-replace-regexp-eval):
2362 * savehist.el (savehist-load):
2363 * simple.el (choose-completion-delete-max-match):
2364 * term.el (term-dynamic-simple-complete):
2365 * vc/ediff-init.el (ediff-check-version):
2366 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
2367 * vc/vc.el (vc-diff-switches-list):
2368 * view.el (view-return-to-alist-update): Likewise.
2369
2370 * subr.el (eval-next-after-load, makehash, insert-string)
2371 (assoc-ignore-representation, assoc-ignore-case): Use declare to
2372 mark obsolete.
2373 (mode-line-inverse-video): Variable deleted.
2374
2375 * international/mule-util.el (string-to-sequence): Remove.
2376
2377 * calendar/calendar.el (calendar-version):
2378 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
2379 (icalendar-convert-diary-to-ical):
2380 * cus-edit.el (custom-mode):
2381 * ansi-color.el (ansi-color-unfontify-region):
2382 * international/latin1-disp.el (latin1-char-displayable-p):
2383 * progmodes/cwarn.el (turn-on-cwarn-mode):
07b1a5fb
SM
2384 * progmodes/which-func.el (which-func-update-1):
2385 Use define-obsolete-function-alias.
59f7af81
CY
2386
2387 * net/newst-backend.el (newsticker-cache-filename):
07b1a5fb
SM
2388 * net/newst-treeview.el (newsticker-groups-filename):
2389 Fix incorrect obsolescence declaration.
59f7af81
CY
2390
2391 * allout.el (allout-passphrase-hint-string): Likewise.
2392 (allout-init): Use a declare form to mark obsolete.
2393
2394 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
2395 this applies to functions.
2396
2397 * iswitchb.el (iswitchb-read-buffer): Move code of
2398 iswitchb-define-mode-map here, and delete that obsolete function.
2399
2400 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
2401 font-lock-reference-face.
2402
cca96c97
GM
24032012-09-25 Glenn Morris <rgm@gnu.org>
2404
b06eeda8
GM
2405 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
2406 Doc fixes.
2407
cca96c97
GM
2408 * eshell/em-term.el (eshell-term-name):
2409 Default to term-term-name. (Bug#12485)
2410
dc4f818b
FEG
24112012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
2412
cca96c97
GM
2413 * progmodes/python.el (python-shell-send-buffer): Better handling
2414 of "if __name__ == '__main__':" conditionals when sending the buffer.
dc4f818b 2415
289c24bd
GM
24162012-09-24 Glenn Morris <rgm@gnu.org>
2417
2418 * eshell/esh-cmd.el (eshell-find-alias-function):
2419 Tighten up file-name regexp. (Bug#12499)
2420
8fb8b88f
FEG
24212012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
2422
2423 Enhancements for triple-quote string syntax.
2424 * progmodes/python.el (python-quote-syntax): Remove.
2425 (python-syntax-propertize-function): New value.
07b1a5fb
SM
2426 (python-syntax-count-quotes, python-syntax-stringify):
2427 New functions.
8fb8b88f 2428
6c27f0f8
CY
24292012-09-24 Chong Yidong <cyd@gnu.org>
2430
a5f2b6ec
CY
2431 * mail/supercite.el (sc-version): Remove obsolete function.
2432 (sc-describe): Don't mark as obsolete, since it is bound.
2433 (sc-submit-bug-report): Remove.
2434
2435 * vc/log-edit.el (cvs-changelog-full-paragraphs)
2436 (cvs-commit-buffer-require-final-newline): Remove.
0c765e5f
CY
2437 (log-edit-require-final-newline)
2438 (log-edit-changelog-full-paragraphs): Default to t.
a5f2b6ec
CY
2439
2440 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
2441 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
2442 * vc/vc.el (vc-checkout-carefully): Likewise.
2443
2444 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
2445 (emerge-version): Remove.
2446
2447 * progmodes/compile.el (compile-internal): Remove.
2448 (compilation-parse-errors-function): Fix typo.
2449
2450 * international/mule.el (set-char-table-default): Remove.
2451 (set-coding-priority, make-coding-system, generic-char-p)
2452 (charset-list, charset-bytes, charset-id): Use declare to mark
2453 functions as obsolete.
2454
2455 * vc/pcvs-defs.el (cvs-buffer-name-alist)
2456 (cvs-invert-ignore-marks): Remove references to obsolete vars.
2457 * vc/vc-hooks.el (vc-default-registered): Don't use
2458 vc-master-templates.
2459
07b1a5fb
SM
2460 * font-lock.el (font-lock-reference-face):
2461 Use define-obsolete-variable-alias.
6c27f0f8
CY
2462
2463 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
2464 * calendar/calendar.el (calendar-font-lock-keywords):
2465 * calendar/diary-lib.el (diary-font-lock-keywords)
2466 (diary-fancy-font-lock-keywords):
2467 * textmodes/reftex-sel.el (reftex-insert-docstruct):
2468 * textmodes/reftex-index.el (reftex-insert-index):
2469 * textmodes/reftex-cite.el (reftex-format-bib-entry):
2470 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2471 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
2472 * progmodes/prolog.el (prolog-font-lock-keywords):
2473 * progmodes/idlwave.el (idlwave-idl-keywords):
2474 * progmodes/ada-mode.el (ada-font-lock-keywords):
2475 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
2476
bcc0adbf
GM
24772012-09-24 Glenn Morris <rgm@gnu.org>
2478
2479 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
2480
095bb823
FEG
24812012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
2482
2483 * progmodes/python.el (python-indent-line): More consistent cursor
2484 movement behavior.
2485
70efc5c9
SM
24862012-09-23 Stefan Merten <smerten@oekonux.de>
2487
2488 * textmodes/rst.el: Fix compiler warning.
2489
2f438239
RW
24902012-09-23 Roland Winkler <winkler@gnu.org>
2491
07b1a5fb
SM
2492 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
2493 Transcribe also LaTeX hyphenation.
2f438239
RW
2494 (bibtex-reformat): Bug fix. Do not quote twice the elements of
2495 bibtex-reformat-previous-options.
2496
936ad041
RW
24972012-09-23 Roland Winkler <winkler@gnu.org>
2498
2499 * proced.el (proced-renice-command): New variable.
2500 (proced-marked-processes): New function.
2501 (proced-with-processes-buffer): New macro.
2502 (proced-send-signal): Use them.
2503 (proced-renice): New command bound to r.
2504
6fab0274
RW
25052012-09-23 Roland Winkler <winkler@gnu.org>
2506
2507 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
2508 ibuffer-saved-filter-groups has one element, shortcut the call of
2509 completing-read. (Bug#12331)
2510
9a930676
CY
25112012-09-23 Chong Yidong <cyd@gnu.org>
2512
2513 * bindings.el (mode-line-toggle-read-only):
2514 * bs.el (bs-toggle-readonly):
2515 * buff-menu.el (Buffer-menu-toggle-read-only):
2516 * dired.el (dired-toggle-read-only):
2517 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
2518
d07ff9db
CY
25192012-09-23 Chong Yidong <cyd@gnu.org>
2520
2521 * image.el (image-type-available-p): Adapt to init-image-library
2522 argument changes.
2523
51c4474e
JL
25242012-09-22 Juri Linkov <juri@jurta.org>
2525
2526 * dired.el (dired-mode-map): Add [remap read-only-mode] for
2527 `dired-toggle-read-only'. (Bug#12462)
2528
43bf5e8e
MR
25292012-09-22 Martin Rudalics <rudalics@gmx.at>
2530
2531 * subr.el (temp-output-buffer-show): New function.
2532 (with-output-to-temp-buffer): Call temp-output-buffer-show
2533 instead of internal-temp-output-buffer-show.
2534
c88b867f
CY
25352012-09-22 Chong Yidong <cyd@gnu.org>
2536
3df47cd5
CY
2537 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
2538 (Bug#12462).
2539
c88b867f
CY
2540 * repeat.el (repeat): Doc fix (Bug#12348).
2541
2542 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
2543 (Bug#10909).
2544
2545 * simple.el (shell-command-on-region): Doc fix.
3171e303 2546 (read-only-mode): Doc fix.
c88b867f 2547
df9685f3
EZ
25482012-09-22 Eli Zaretskii <eliz@gnu.org>
2549
2550 * emacs-lisp/timer.el (run-with-idle-timer)
2551 (timer-activate-when-idle): Warn against reinvoking an idle timer
2552 from within its own timer action. (Bug#12447)
2553
8e17c9ba
MR
25542012-09-22 Martin Rudalics <rudalics@gmx.at>
2555
2556 * cus-start.el (window-combination-limit): Add new optional
2557 values.
2558 * window.el (temp-buffer-window-show)
2559 (window--try-to-split-window): Handle new values of
2560 window-combination-limit (Bug#1806).
2561 (split-window): Test window-combination-limit for t instead of
2562 non-nil.
2563 (display-buffer-at-bottom): New buffer display action function.
2564 * help.el (temp-buffer-resize-regexps): New option.
2565 (temp-buffer-resize-mode): Rewrite doc-string.
2566 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
bd909927 2567 Don't resize reused window. Suggested by Glenn Morris.
8e17c9ba 2568
48a24920
SM
25692012-09-22 Stefan Merten <smerten@oekonux.de>
2570
70efc5c9 2571 * textmodes/rst.el: Revamp section title faces.
48a24920
SM
2572 (rst-official-version)
2573 (rst-package-emacs-version-alist): Sync with official version
2574 V1.4.0.
2575 (rst-faces-defaults, rst-set-level-default)
2576 (rst-level-face-max, rst-level-face-base-color)
2577 (rst-level-face-base-light, rst-level-face-format-light)
2578 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
2579 (rst-adornment-faces-alist): Match new setup.
2580 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
2581 (rst-level-5, rst-level-6): New faces.
2582
82f8cd94
CY
25832012-09-22 Chong Yidong <cyd@gnu.org>
2584
2585 * simple.el (undo): Handle indirect buffers (Bug#8207).
2586
acfa068f 25872012-09-21 Leo Liu <sdl.web@gmail.com>
a8c14da8
LL
2588
2589 IDO: Disable match re-ordering for buffer switching.
2bc9406c 2590 * ido.el (ido-buffer-disable-smart-matches): New variable.
a8c14da8
LL
2591 (ido-set-matches-1): Use it. (Bug#2042)
2592
acfa068f 25932012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
a316d229
JM
2594
2595 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
2596 Fix 2011-05-17 change. (Bug#12418)
2597
acfa068f 25982012-09-21 Leo Liu <sdl.web@gmail.com>
d02e58f8
LL
2599
2600 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
2601
acfa068f 26022012-09-21 Glenn Morris <rgm@gnu.org>
511fd0b2
GM
2603
2604 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
2605 Be more robust about locating simple.el.
2606
acfa068f 26072012-09-21 Glenn Morris <rgm@gnu.org>
fa05bfe0
GM
2608
2609 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
2610
acfa068f
CY
26112012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
2612
2613 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
2614
41a97e6f
JL
26152012-09-20 Juri Linkov <juri@jurta.org>
2616
eb2deaff
JL
2617 * replace.el (query-replace-read-from): Use `read-regexp' instead
2618 of `read-from-minibuffer' when `regexp-flag' is non-nil.
2619 (occur-read-primary-args): Use `read-regexp' instead of
2620 `read-string'.
2621 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
2622 `read-from-minibuffer'.
2623 * isearch.el (isearch-occur): Use `read-regexp' instead of
2624 `read-string'.
2625 * dired.el (dired-read-regexp): Use `read-regexp' instead of
2626 `read-from-minibuffer'.
2627 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
2628 of `read-string'. (Bug#7567)
2629
5825610b
JL
2630 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
2631 and allow accepting a list of strings prepended to a list of
2632 standard default values. Doc fix. (Bug#12321)
2633
eebbf404
JL
2634 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
2635
41a97e6f
JL
2636 * replace.el (read-regexp): Don't add ": " when PROMPT already
2637 ends with a colon and space. (Bug#12321)
2638
c9e452d3
TH
26392012-09-20 Tassilo Horn <tsdh@gnu.org>
2640
2641 * doc-view.el (doc-view-display): Better fix for the cl-assertion
2642 error.
2643
ee97deee
SM
26442012-09-20 Stefan Merten <smerten@oekonux.de>
2645
70efc5c9 2646 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
ee97deee
SM
2647 Fixes feature request bug#11711.
2648 (rst-mode): Create `imenu-create-index-function'.
2649 (rst-get-stripped-line): Delete after refactoring.
2650 (rst-section-tree, rst-section-tree-rec)
2651 (rst-section-tree-point): Refactor and document properly.
2652 (rst-imenu-find-adornments-for-position)
07b1a5fb
SM
2653 (rst-imenu-convert-cell, rst-imenu-create-index):
2654 New function.
ee97deee 2655
f490dab9
SM
26562012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2657
95b9712e
SM
2658 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
2659 (macroexp--expand-all): Use it.
2660 (macroexp--funcall-and-return): Remove by folding it into its sole
2661 caller (macroexp--warn-and-return).
2662 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
2663 Use macroexp--obsolete-warning.
2664
f490dab9
SM
2665 * calc/calc.el: Fix last change by removing the whole chunk, since it
2666 was only needed back when Calc was not bundled.
2667
96e8d411
MR
26682012-09-20 Martin Rudalics <rudalics@gmx.at>
2669
2670 * emacs-lisp/debug.el (debug): Restore assignment to
2671 debugger-old-buffer removed on 2012-09-08.
2672
0876a82d
JL
26732012-09-20 Juri Linkov <juri@jurta.org>
2674
2675 * dired-aux.el (dired-diff): Remove (require 'diff) since
2676 `diff-latest-backup-file' is now autoloaded.
2677
9f7c28f0
CY
26782012-09-20 Chong Yidong <cyd@gnu.org>
2679
2680 * vc/diff.el (diff-latest-backup-file): Autoload.
2681
7a04bee9
SM
26822012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2683
e6f0a80d
SM
2684 * calc/calc.el: Remove redundant autoload shape check.
2685 (sel-mode): Don't defvar.
2686 (calc-get-stack-element): Add `sel-mode' arg instead.
2687 (calc-top, calc-top-list): Pass it this additional argument.
2688 * calc/calc-store.el (calc-store-map):
2689 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
2690 (calc-map-equation, calc-outer-product, calc-inner-product):
2691 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
2692
7a04bee9
SM
2693 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
2694
12734222
JL
26952012-09-19 Juri Linkov <juri@jurta.org>
2696
2697 * dired-aux.el (dired-diff): Add (require 'diff) because
2698 `diff-latest-backup-file' is not autoloaded.
2699 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
2700 of `dired-get-filename' to t to not report error when there is
2701 no default file on the current line.
2702
46624b4f
SM
27032012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2704
ce97595b
SM
2705 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
2706 macroexp--eval-if-compile.
2707 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
2708 (macroexp--expand-all): Use them (bug#12371).
2709
46624b4f
SM
2710 * doc-view.el (doc-view-guess-paper-size)
2711 (doc-view-scale-bounding-box): Fix unbound `caddr'.
2712
db8a5a18
TH
27132012-09-19 Tassilo Horn <tsdh@gnu.org>
2714
2715 New feature: set optimal slice from BoundingBox information.
2716 * doc-view.el (doc-view-mode-map): Add keybinding.
2717 (doc-view-menu): Add menu entry.
2718 (doc-view-set-slice): Adapt docstring.
2719 (doc-view-get-bounding-box, doc-view-guess-paper-size)
2720 (doc-view-scale-bounding-box)
2721 (doc-view-set-slice-from-bounding-box): New functions.
2722 (doc-view-paper-sizes): New defvar.
2723
69f6644c
GM
27242012-09-19 Glenn Morris <rgm@gnu.org>
2725
35f5b19d
GM
2726 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
2727 (byte-compile-log-warning): Autoload. (Bug#12371)
2728
69f6644c
GM
2729 * calendar/calendar.el (calendar-american-month-header)
2730 (calendar-european-month-header, calendar-iso-month-header)
2731 (calendar-month-header): New options.
2732 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
2733 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
2734
e543ae91
JD
27352012-09-19 Jan Djärv <jan.h.d@swipnet.se>
2736
2737 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
2738
2fd5e67d
JL
27392012-09-18 Juri Linkov <juri@jurta.org>
2740
2741 * dired-aux.el (dired-diff): Restore original functionality of
2742 getting the default value, but keep new feature of using the
2743 latest existing backup file (`diff-latest-backup-file').
2744
42917e79
JL
27452012-09-18 Juri Linkov <juri@jurta.org>
2746
2747 * dired.el (dired-mark): If the region is active in Transient Mark
2748 mode, mark all files in the active region. Doc fix.
2749 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
2750 Doc fix. (Bug#10624)
2751
20f70ede
JL
27522012-09-18 Juri Linkov <juri@jurta.org>
2753
2754 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
2755 attributes for M-n are pulled from the file at point.
2756 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
2757 Suggested by Drew Adams. (Bug#10624)
2758
32fb8162
DG
27592012-09-18 Dmitry Gutov <dgutov@yandex.ru>
2760
2761 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
2762 whitespace after "end".
2763 (ruby-do-end-to-brace): Collapse block to one line if it fits
2764 within fill-column.
2765
37ab5092
MR
27662012-09-18 Martin Rudalics <rudalics@gmx.at>
2767
2768 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
2769 value.
2770 (debug): Don't remove debugger window when debugger is expected
2771 to be back.
2772
ed1f0bd3
CY
27732012-09-18 Chong Yidong <cyd@gnu.org>
2774
2775 * custom.el (defface): Doc fix.
2776
2777 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
2778
a11035b8
MB
27792012-09-18 Martin Blais <blais@furius.ca> (tiny change)
2780
2781 * progmodes/compile.el (compilation-start): Use compilation-always-kill
2782 to initialize query-on-exit; then test that instead (bug#12288).
2783
64f6a736
SM
27842012-09-17 Stefan Merten <smerten@oekonux.de>
2785
70efc5c9 2786 * textmodes/rst.el: Add support for `testcover'.
64f6a736
SM
2787 (rst-defcustom-testcover, rst-testcover-add-compose)
2788 (rst-testcover-add-1value): New functions.
2789 (rst-portable-mark-active-p): Replace by `use-region-p'.
2790 (rst-update-section, rst-classify-adornment)
2791 (rst-find-title-line): Mark `1value' forms.
2792 (rst-classify-adornment): Remove superfluous form.
2793 (rst-update-section, rst-get-adornments-around)
2794 (rst-adornment-complete-p, rst-get-next-adornment)
2795 (rst-adjust, rst-promote-region)
2796 (rst-display-adornments-hierarchy, rst-straighten-adornments)
2797 (rst-find-pfx-in-region, rst-section-tree-rec)
2798 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
2799 (rst-toc-node, rst-toc, rst-forward-section)
2800 (rst-iterate-leftmost-paragraphs)
2801 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
2802 (rst-bullet-list-region)
2803 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
2804 (rst-compile-find-conf, rst-compile)
2805 (rst-repeat-last-character): Fix style.
2806
580bd868
CY
28072012-09-17 Chong Yidong <cyd@gnu.org>
2808
2809 * comint.el (comint--complete-file-name-data): Don't add a space
2810 if the status is `sole'; that adds a gratuitous space in the
2811 completion-cycling case (Bug#12092).
2812
2813 * pcomplete.el (pcomplete-completions-at-point): Likewise.
2814
69de3ec6
RS
28152012-09-17 Richard Stallman <rms@gnu.org>
2816
0dee970c
RS
2817 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
2818 only in the mime-shown mode, not in raw mode.
2819 (rmail-mime): Toggle off mime by displaying the message without
6b250df6 2820 mime processing. (Bug#12305)
0dee970c 2821
6b250df6
GM
2822 * mail/rmail.el (rmail-retry-failure):
2823 Turn off mime processing first. (Bug#12037)
acb1c47b 2824
69de3ec6
RS
2825 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
2826
d079ee5f
CY
28272012-09-17 Chong Yidong <cyd@gnu.org>
2828
2829 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
2830 (shell-dynamic-complete-functions): Convert to defcustom.
2831 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
2832
865fe16f
CY
2833 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
2834 * comint.el (comint-prompt-read-only):
2835 * custom.el (defcustom):
2836 * hi-lock.el (hi-lock-mode):
2837 * ibuffer.el (ibuffer-formats):
2838 * ielm.el (ielm-prompt-read-only):
2839 * novice.el (disable-command):
2840 * saveplace.el (toggle-save-place):
2841 * speedbar.el (speedbar-supported-extension-expressions):
2842 * startup.el (auto-save-list-file-prefix, init-file-user)
2843 (after-init-hook, inhibit-startup-echo-area-message):
2844 * strokes.el (strokes-help):
2845 * time-stamp.el (time-stamp):
2846 * calendar/calendar.el (calendar, diary-file):
2847 * calendar/diary-lib.el (diary-mail-entries, diary)
2848 (diary-list-entries-hook):
2849 * calendar/holidays.el (holidays, calendar-holidays):
2850 * calendar/lunar.el (lunar-phases):
2851 * calendar/solar.el (sunrise-sunset):
2852 * emulation/edt.el (edt-load-keys):
2853 * emulation/viper.el (viper-mode):
2854 * eshell/em-alias.el (eshell-command-aliases-list):
2855 * eshell/esh-util.el (eshell-convert-numeric-arguments):
2856 * international/ogonek.el (ogonek-information):
2857 * net/tramp-cmds.el (tramp-bug):
2858 * net/quickurl.el (quickurl-reread-hook-postfix):
2859 * play/decipher.el (decipher-font-lock-keywords):
2860 * progmodes/cc-styles.el (c-set-style):
2861 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
2862 * progmodes/inf-lisp.el (inferior-lisp-prompt):
2863 * progmodes/octave-mod.el (octave-mode):
2864 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
2865 * progmodes/verilog-mode.el (verilog-read-defines):
2866 * textmodes/two-column.el (2C-mode): Likewise.
2867
48093eb9
KY
28682012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
2869
2870 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
2871 that holds many addresses.
2872
c584eaf9
CY
28732012-09-16 Chong Yidong <cyd@gnu.org>
2874
40d70ecb
CY
2875 * align.el (align-areas): Call the indication function with
2876 positions instead of markers for arguments (Bug#12343).
2877
1667e065
CY
2878 * files.el (parse-colon-path): Use split-string (Bug#12351).
2879
fdc2806d 2880 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
71ce58e7 2881 (display-buffer-function): Mark as obsolete.
fdc2806d 2882
f1be615c 2883 * progmodes/compile.el (compilation-parse-errors): Accept list
ce97595b
SM
2884 values similar to font-lock-keywords (Bug#12136).
2885 Suggested by Oleksandr Manzyuk.
c584eaf9
CY
2886 (compilation-error-regexp-alist): Doc fix.
2887
f40a9709
GM
28882012-09-15 Glenn Morris <rgm@gnu.org>
2889
72aa16e1
GM
2890 * version.el (emacs-bzr-version-bzr): New function.
2891 (emacs-bzr-get-version): Add optional EXTERNAL argument.
2892
82375160
GM
2893 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
2894 checkouts, check the parent dirstate matches the branch.
2895 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
2896 empty string.
2897
f40a9709
GM
2898 * version.el (emacs-bzr-version): Doc fix.
2899 (emacs-bzr-version-dirstate): New function.
2900 (emacs-bzr-get-version): For lightweight checkouts, if the parent
2901 is local try and check that it matches the branch. If not, just
2902 use dirstate information. (Bug#12441)
2903
cb26b7f5
JL
29042012-09-14 Juri Linkov <juri@jurta.org>
2905
2906 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
2907 (Bug#12399)
2908
2de39f08
SM
29092012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
2910
0fb3cb7c
SM
2911 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
2912
2de39f08
SM
2913 * emacs-lisp/edebug.el: Miscellaneous cleanup.
2914 Remove obsolete byte-compiler hack that tried to silence some warnings.
2915 (edebug-submit-bug-report): Remove.
2916 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
2917 Remove aliases, use the un-prefixed name instead.
2918 (edebug-pop-to-buffer): Consider other frames.
2919 (edebug-original-read):: Make it more obvious that it's always defined.
2920 (edebug--make-form-data-entry, edebug--form-data-name)
2921 (edebug--form-data-begin, edebug--form-data-end): Rename from the
2922 single-dashed name, and implement with cl-defstruct.
2923 (edebug-set-form-data-entry): Use the standard accessors.
2924 (edebug-make-top-form-data-entry): Use push.
2925 (edebug-no-match): Drop useless `funcall'.
2926 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
2927 to functions.
2928 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
2929 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
2930 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
2931 (easy-menu-define, with-custom-print): Remove redundant specs.
2932 (edebug-outside-overriding-local-map)
2933 (edebug-outside-overriding-terminal-local-map): Remove, unused.
2934 (edebug--display): Bind unread-command-events directly to nil rather
2935 than binding it to unread-command-events and later setting it to nil.
2936 (edebug--display): Kill edebug-eval-buffer here...
2937 (edebug--recursive-edit): ...rather than here.
2938 Bind standard-output and standard-input.
2939 (edebug-eval): Check cl-macroexpand-all is fboundp.
2940 (edebug-temp-display-freq-count): Fix last change.
2941
2942 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
2943 * subr.el (noreturn, 1value): Add `debug' spec.
2944 * emacs-lisp/advice.el: Require cl-lib.
2945 (ad-copy-tree): Remove, use copy-tree instead.
2946 (ad-dolist): Remove use dolist or cl-dolist instead.
2947 (ad-do-return): Remove, use cl-return instead.
2948 (defadvice): Add `debug' spec.
2949
5b68b333
JL
29502012-09-13 Juri Linkov <juri@jurta.org>
2951
2952 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
2953 (Bug#12399)
2954
b9800ec4
GM
29552012-09-13 Glenn Morris <rgm@gnu.org>
2956
6a2e6868
GM
2957 * calc/calc.el (math-compose-expr):
2958 * calc/calc-ext.el (math-compose-expr):
2959 * progmodes/cc-defs.el (cl-macroexpand-all):
2960 * progmodes/cc-langs.el (delete-duplicates, mapcan)
2961 (cl-macroexpand-all): Update declarations.
2962
b9800ec4
GM
2963 * vc/vc.el: No need to require ediff.
2964 (ediff-load-version-control): Declare.
2965 (ediff-vc-internal): Fix declaration.
2966 (vc-version-ediff): Require ediff.
2967
c18e885b
PE
29682012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2969
2970 Use a more backwards-compatible timer format (Bug#12430).
2971 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
2972 being right after USECS, as that better supports old code that
2973 inadvisedly looked directly at the timer vector.
2974
d607d303
KH
29752012-09-13 Kenichi Handa <handa@gnu.org>
2976
2977 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
2978 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
2979 `coding-priority' property of these language environment.
2980
72eac303
PE
29812012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2982
2983 Fix glitches caused by addition of psec to timers (Bug#12430).
2984 * image.el (image-animate-timer):
2985 * time.el (display-time-world-timer):
2986 Use timer--function and timer--args rather than raw access to
2987 timer vector.
2988
2168fe4f
GM
29892012-09-13 Glenn Morris <rgm@gnu.org>
2990
2991 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
2992 If not compiling a file, try using load-file-name.
2993
bd8d6108
SM
29942012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
2995
c0c54fbd
SM
2996 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
2997 Fix last change.
2998 (edebug-update-eval-list): Use `push'.
2999
bd8d6108
SM
3000 * emacs-lisp/edebug.el: Use lexical-binding.
3001 Remove the "edebug-" prefix from non-dynamically-scoped variables.
3002 Mark unused args with underscore.
3003 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
3004 (edebug-form-data): Use defvar-local.
3005 (edebug-make-before-and-after-form, edebug-make-after-form):
3006 Use backquote.
3007 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
3008 Not dynamically scoped any more.
3009 (edebug--enter-trace): Add arguments `function' and `args'.
3010 Rename from edebug-enter-trace.
3011 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
3012 (edebug--update-coverage): Add `after-index' and `value' args.
3013 Rename from edebug-update-coverage.
3014 (edebug-slow-after): Call it accordingly.
3015 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
3016 edebug-recursive-edit.
3017 (edebug--display): Call it accordingly. Add args `value',
3018 `offset-index', and `arg-mode'. Rename from edebug-display.
3019 (edebug-debugger, edebug): Call it accordingly.
3020 (edebug-eval-display-list): Use dolist.
3021
a9f9d9de
JL
30222012-09-12 Juri Linkov <juri@jurta.org>
3023
3024 * info.el (Info-search): Don't check for isearch-mode and
3025 isearch-regexp before let-binding search-spaces-regexp to
3026 Info-search-whitespace-regexp.
3027 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
3028 search-whitespace-regexp if isearch-lax-whitespace or
3029 isearch-regexp-lax-whitespace is non-nil.
3030 (Info-mode): Don't set local variable search-whitespace-regexp.
3031 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
3032
bfeae2cf
SM
30332012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3034
3035 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
3036 (debugger-env-macro): Remove support for unread-command-char.
3037
3038 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
3039 the temporary map re-appearing on emulation-mode-map-alists.
3040
3041 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
3042 since 22.1.
3043
3044 * ehelp.el (with-electric-help): Accept functions in
3045 electric-help-form-to-execute.
3046 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
3047 And replace unread-command-char -> unread-command-events.
3048
fbbcaf1b
MA
30492012-09-12 Michael Albinus <michael.albinus@gmx.de>
3050
3051 Sync with Tramp 2.2.6.
3052
3053 * net/tramp.el (tramp-accept-process-output): Don't use
3054 JUST-THIS-ONE in the XEmacs case.
3055
3056 * net/trampver.el: Update release number.
3057
4dece104
MR
30582012-09-12 Martin Rudalics <rudalics@gmx.at>
3059
bfeae2cf
SM
3060 * emacs-lisp/debug.el (debugger-previous-window-height):
3061 New variable.
4dece104
MR
3062 (debug): When debugger-jumping-flag is non-nil try to restore
3063 height of debugger window. (Bug#8789)
3064
45b82ad0
SM
30652012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3066
60c49c0f
SM
3067 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
3068 overriding-local-map and pre/post-command-hook here.
3069 (edebug-recursive-edit): Do it here instead (bug#12345).
3070 (edebug-outside-unread-command-char): Remove all uses of
3071 unread-command-char.
3072
45b82ad0
SM
3073 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
3074 inhibit-debugger is bound instead.
3075
baa26ea0
BG
30762012-09-11 Bastien Guerry <bzg@gnu.org>
3077
3078 * subr.el (set-temporary-overlay-map): Add a docstring.
fc0c31f8 3079 (Bug#12346)
baa26ea0 3080
04e8abfa
BG
30812012-09-11 Bastien Guerry <bzg@gnu.org>
3082
96d03571 3083 * minibuffer.el (completion-table-subvert): Fix docstring.
fc0c31f8 3084 (Bug#12347)
96d03571
BG
3085
30862012-09-11 Bastien Guerry <bzg@gnu.org>
3087
fc0c31f8 3088 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
04e8abfa 3089
04e082b0
MM
30902012-09-10 Michael R. Mauger <mmaug@yahoo.com>
3091
3092 * progmodes/sql.el: Version 3.1
3093 (sql-db2-escape-newlines): New variable.
3094 (sql-escape-newlines-filter): Use it.
3095
399a361b
JB
30962012-09-10 Juanma Barranquero <lekktu@gmail.com>
3097
3098 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
3099
0780c517
DN
31002012-09-10 Dan Nicolaescu <dann@gnu.org>
3101
45b82ad0
SM
3102 * vc/diff-mode.el (diff-mode-menu):
3103 Bind diff-remove-trailing-whitespace.
0780c517 3104
9b851e25
SM
31052012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3106
3107 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
fc0c31f8
JB
3108 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
3109 (emacs-lisp-byte-code-mode): New functions.
9b851e25
SM
3110 (eval-sexp-add-defvars): Don't skip defvars in column >0.
3111 (eval-defun-2): Remove bogus interactive spec.
3112 (lisp-indent-line): Remove redundant whole-exp code, now done in
3113 indent-according-to-mode.
3114 (save-match-data): Remove redundant indent data.
3115
3116 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
3117 Use `declare'.
3118
3231d532
JL
31192012-09-09 Juri Linkov <juri@jurta.org>
3120
3121 * replace.el (replace-regexp-lax-whitespace): New defcustom.
3122 (replace-lax-whitespace, query-replace-regexp)
3123 (query-replace-regexp-eval, replace-regexp): Doc fix.
3124 (perform-replace, replace-highlight): Let-bind
3125 isearch-lax-whitespace to replace-lax-whitespace and
3126 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
3127
3128 * isearch.el (isearch-query-replace): Let-bind
3129 replace-lax-whitespace to isearch-lax-whitespace and
3130 replace-regexp-lax-whitespace to
3131 isearch-regexp-lax-whitespace. (Bug#10885)
3132
70fe8236
SM
31332012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
3134
3135 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
3136
8ed43f15
AM
31372012-09-09 Alan Mackenzie <acm@muc.de>
3138
70fe8236
SM
3139 * progmodes/cc-engine.el (c-state-cache-init):
3140 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
3141 (c-record-parse-state-state):
3142 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
8ed43f15 3143
bfabf70a
AS
31442012-09-09 Andreas Schwab <schwab@linux-m68k.org>
3145
3146 * register.el (register-separator): Rename from
3147 separator-register. All uses changed. Doc fix.
3148 (register): Fix version.
3149
011474aa
CY
31502012-09-09 Chong Yidong <cyd@gnu.org>
3151
3152 * replace.el (query-replace-map): Bind four new symbols for
3153 requesting window scrolling.
3154
3155 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
3156 query-replace-map (Bug#8948).
3157
3158 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
3159
3160 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
3161 since they are now in query-replace-map.
3162
3163 * window.el (scroll-other-window-down): Make the arg optional.
3164
a8b7cd8d
CY
31652012-09-09 Chong Yidong <cyd@gnu.org>
3166
3167 * files.el (hack-local-variables-confirm): Use quit-window to kill
3168 the *Local Variables* buffer.
3169
c3268831
DG
31702012-09-08 Dmitry Gutov <dgutov@yandex.ru>
3171
3172 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
3173 not just expect to be at its beginning. Adjust callees.
3174 Succeed when do-end block has no space before the pipe character.
3175 (ruby-brace-to-do-end): When the original block is one-liner,
3176 convert to multiline. Reindent the result.
3177
0979429b
J
31782012-09-08 Jambunathan K <kjambunathan@gmail.com>
3179
3180 * register.el (register): New group.
27359e99 3181 (separator-register): New user option.
0979429b
J
3182 (increment-register): Route it to `append-to-register', if
3183 register contains text. Implication is that `C-x r +' can now be
3184 used for appending to a text register (bug#12217).
3185 (append-to-register, prepend-to-register): Add separator based on
5b9c45a6 3186 `separator-register'.
0979429b 3187
ace2989a
AM
31882012-09-08 Alan Mackenzie <acm@muc.de>
3189
3190 AWK Mode: make auto-newline work when there's "==" in the pattern.
3191 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
3192 correctly.
0979429b
J
3193 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
3194 Test more rigorously for "=" token.
ace2989a 3195
616c6c36
DG
31962012-09-08 Dmitry Gutov <dgutov@yandex.ru>
3197
0979429b
J
3198 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
3199 Only fail when reached LIMIT.
616c6c36 3200
35d98877
CY
32012012-09-08 Chong Yidong <cyd@gnu.org>
3202
3203 * dired.el (dired-mode-map): Don't bind M-=.
3204
3205 * dired-aux.el (dired-diff): Use backup file as default.
3206
1715f2db
DA
32072012-09-08 Drew Adams <drew.adams@oracle.com>
3208
3209 * subr.el (add-to-history): Fix delete usage (Bug#12314).
3210
6dcef6ec
CY
32112012-09-08 Chong Yidong <cyd@gnu.org>
3212
3213 * subr.el (syntax-after, syntax-class): Doc fix.
3214
fa2bcf43
MR
32152012-09-08 Martin Rudalics <rudalics@gmx.at>
3216
3217 * window.el (display-buffer-in-previous-window): New buffer
3218 display action function.
3219
3220 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
3221 (debugger-previous-window): New variable.
3222 (debug): Rewrite using display-buffer-in-previous-window,
3223 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
3224
daac280a
SM
32252012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3226
3227 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
3228
9dd40b00
MM
32292012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
3230
daac280a
SM
3231 * progmodes/python.el (python-shell-send-string):
3232 When default-directory is remote, create temp file on remote
9dd40b00
MM
3233 filesystem.
3234 (python-shell-send-file): When file is remote, pass local view of
3235 file paths to remote Python interpreter. (Bug#12340)
3236
145823ec
CY
32372012-09-07 Chong Yidong <cyd@gnu.org>
3238
cee2e90d
CY
3239 * window.el (switch-to-buffer): Doc fix (Bug#12181).
3240
0d7eb2ea
CY
3241 * files.el (after-find-file): Don't fail on a read-only buffer if
3242 require-final-newline is `visit' or `visit-save' (Bug#11156).
3243
145823ec
CY
3244 * subr.el (read-char-choice): Allow quitting via ESC ESC.
3245
daac280a
SM
3246 * userlock.el (ask-user-about-supersession-threat):
3247 Use read-char-choice (Bug#12093).
145823ec 3248
74c582e6
CY
32492012-09-07 Chong Yidong <cyd@gnu.org>
3250
e5c2edf7
CY
3251 * subr.el (buffer-narrowed-p): New function.
3252
3253 * ses.el (ses-widen):
3254 * simple.el (count-words--buffer-message):
1f9f395d 3255 * net/browse-url.el (browse-url-of-buffer): Use it.
e5c2edf7
CY
3256
3257 * simple.el (count-words-region): Don't signal an error if there
3258 is a non-nil prefix arg and the mark is not set.
c640e87d 3259
74c582e6
CY
3260 * help.el (describe-key-briefly): Allow the message to be seen
3261 when invoked from the minibuffer (Bug#7014).
3262
d81ceaaf
DG
32632012-09-07 Dmitry Gutov <dgutov@yandex.ru>
3264
3265 * progmodes/ruby-mode.el (ruby-end-of-defun)
3266 (ruby-beginning-of-defun): Simplify, allow indentation before
3267 block beginning and end keywords.
8f06acce
DG
3268 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
3269 (ruby-end-of-defun): Expect that the point is at the beginning of
3270 the defun.
d81ceaaf 3271
d458ef98
SM
32722012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3273
3274 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
3275 (bug#12367).
3276 (cl--make-usage-args): Strip _ from argument names.
3277
20367d28
RS
32782012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3279
3280 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
3281 obsolete alias speedbar-key-map.
3282 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
3283 (vhdl-index-menu-init): Don't use obsolete variable
3284 font-lock-maximum-size.
3285
3424a4f6
CY
32862012-09-06 Chong Yidong <cyd@gnu.org>
3287
3288 * frame.el (window-system-version): Mark as obsolete.
3289
fcbfbdea
CY
3290 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
3291 of obsolete variable speedbar-key-map.
3292
826b3235
JL
32932012-09-06 Juri Linkov <juri@jurta.org>
3294
3295 * replace.el (replace-lax-whitespace): New defcustom.
3296 (query-replace, query-replace-regexp, query-replace-regexp-eval)
3297 (replace-string, replace-regexp): Mention it in docstrings.
3298 (perform-replace, replace-highlight): Let-bind
3299 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
3300 to the values of replace-lax-whitespace and regexp-flag.
3301 Don't let-bind search-whitespace-regexp. (Bug#10885)
3302
3303 * isearch.el (isearch-query-replace): Let-bind
3304 replace-lax-whitespace instead of let-binding
3305 replace-search-function and replace-re-search-function.
3306 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
3307 and isearch-regexp-lax-whitespace to lazy-highlight variables.
3308 (isearch-toggle-symbol): Set isearch-regexp to nil
3309 in isearch-word mode (like in isearch-toggle-word).
3310
1ec5e41d
JL
33112012-09-06 Juri Linkov <juri@jurta.org>
3312
3313 * replace.el (replace-search-function)
3314 (replace-re-search-function): Set default values to nil.
3315 (perform-replace): Let-bind isearch-related variables based on
3316 replace-related values, call `isearch-search-fun' and let-bind
3317 the result to `search-function'. Remove code that sets
3318 `search-function' and `search-string' separately for
3319 `delimited-flag'.
3320 (replace-highlight): Add new argument `delimited-flag' and
3321 rename other arguments to the names used in `perform-replace'.
3322 Let-bind `isearch-word' to the argument `delimited-flag'.
3323 (Bug#10885, bug#10887)
3324
0ba2d4b6
DG
33252012-09-07 Dmitry Gutov <dgutov@yandex.ru>
3326
3327 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
3328 ruby-beginning-of-indent, simplify, allow all keywords to have
3329 indentation before them.
3330 (ruby-beginning-of-indent): Adjust for above. Search until the
3331 found point is not inside a string or comment.
3332 (ruby-font-lock-keywords): Allow symbols to start with "@"
3333 character, give them higher priority than variables.
3334 (ruby-syntax-propertize-function)
3335 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
3336 matchers. Expression expansions are not comments when inside a
3337 string, and there comment syntax status is irrelevant.
3338 (ruby-match-expression-expansion): New function. Check that
3339 expression expansion is inside a string, and it's not escaped.
3340 (ruby-font-lock-keywords): Use it.
3341
ef654460
MR
33422012-09-05 Martin Rudalics <rudalics@gmx.at>
3343
3344 * help.el (temp-buffer-max-height): New default value.
3345 (temp-buffer-resize-frames): New option.
3346 (resize-temp-buffer-window): Optionally resize frame.
3347
3348 * window.el (fit-frame-to-buffer-bottom-margin): New option.
3349 (fit-frame-to-buffer): New function.
3350
7e570fbf 33512012-09-05 Glenn Morris <rgm@gnu.org>
72308848
GM
3352
3353 * emulation/cua-rect.el (cua--init-rectangles):
3354 * textmodes/picture.el (picture-mode-map):
3355 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
3356 like forward-char and backward-char. (Bug#12317)
3357
7e570fbf 33582012-09-05 Leo Liu <sdl.web@gmail.com>
3aca1291
LL
3359
3360 * progmodes/flymake.el (flymake-warning-re): New variable.
3361 (flymake-parse-line): Use it.
3362
7e570fbf 33632012-09-05 Glenn Morris <rgm@gnu.org>
b6683353
GM
3364
3365 * calendar/holidays.el (holiday-christian-holidays):
3366 Rename an entry. (Bug#12289)
3367
7e570fbf 33682012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
64f8c4bd
SM
3369
3370 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
3371 (bug#12222).
3372
972debf2
SM
33732012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
3374
3375 * loadup.el: Load macroexp. Remove hack.
3376 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
3377 (macroexp--expand-all): Use it to get better warnings.
3378 (macroexp--backtrace, macroexp--trim-backtrace-frame)
3379 (internal-macroexpand-for-load): New functions.
3380 (macroexp--pending-eager-loads): New var.
3381 (emacs-startup-hook): New hack to replace one in loadup.el.
3382 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
3383 (cl--compiler-macro-cXXr): Move to top, before they can be used.
3384 (cl-psetf): Simplify.
3385 (cl-defstruct): Add indent rule.
3386
8ce192e3
LI
33872012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
3388
3389 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
3390 over `user-mail-address' for the SMTP MAIL FROM envelope.
3391 (smtpmail-via-smtp): Ditto.
3392
6578b4d8
DG
33932012-09-04 Dmitry Gutov <dgutov@yandex.ru>
3394
3395 * progmodes/ruby-mode.el: Clean up keybindings.
3396 (ruby-mode-map): Don't bind ruby-electric-brace,
3397 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
3398 backward-kill-word, reindent-then-newline-and-indent.
3399 (ruby-mark-defun): Remove.
3400 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
3401 (ruby-mode): Set local beginning-of-defun-function and
3402 end-of-defun-function values.
3403
c5e28e39
MR
34042012-09-03 Martin Rudalics <rudalics@gmx.at>
3405
3406 * window.el (temp-buffer-window-setup-hook)
3407 (temp-buffer-window-show-hook): New hooks.
3408 (temp-buffer-window-setup, temp-buffer-window-show)
3409 (with-temp-buffer-window): New functions.
972debf2
SM
3410 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
3411 (special-display-popup-frame): Make sure the window used shows BUFFER.
c5e28e39
MR
3412
3413 * help.el (temp-buffer-resize-mode): Fix doc-string.
3414 (resize-temp-buffer-window): New optional argument WINDOW.
3415
3416 * files.el (recover-file, save-buffers-kill-emacs):
3417 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
3418
73406194
MA
34192012-09-02 Michael Albinus <michael.albinus@gmx.de>
3420
3421 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
3422 remote definition of `default-directory', ensure we can connect.
3423
63dd1c6f
JL
34242012-09-02 Juri Linkov <juri@jurta.org>
3425
3426 Toggle whitespace matching mode with M-s SPC.
3427 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
3428
3429 * isearch.el (search-whitespace-regexp): Doc fix.
3430 Remove cons cell customization.
3431 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
3432 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
3433 New variables.
3434 (isearch-forward, isearch-forward-regexp): Doc fix.
3435 (isearch-toggle-lax-whitespace): New command.
3436 (search-forward-lax-whitespace, search-backward-lax-whitespace)
3437 (re-search-forward-lax-whitespace)
3438 (re-search-backward-lax-whitespace): New functions.
3439 (isearch-whitespace-regexp): Remove function.
3440 (isearch-query-replace): Let-bind replace-search-function and
3441 replace-re-search-function.
3442 (isearch-occur): Let-bind search-spaces-regexp according to the
3443 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
3444 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
3445 condition for C-q SPC.
3446 (isearch-search-fun-default): Use new functions mentioned above.
3447 (isearch-search-forward, isearch-search-backward): Remove functions.
3448 (isearch-search): Don't let-bind search-spaces-regexp.
3449 (isearch-lazy-highlight-space-regexp): Remove variable.
3450 (isearch-lazy-highlight-lax-whitespace)
3451 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
3452 (isearch-lazy-highlight-new-loop): Use them.
3453 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
3454
af7dda05
CY
34552012-09-02 Chong Yidong <cyd@gnu.org>
3456
3457 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
3458
d67d3afd
GM
34592012-09-02 Glenn Morris <rgm@gnu.org>
3460
3461 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
3462
69678719
GM
34632012-09-01 Glenn Morris <rgm@gnu.org>
3464
3465 * term.el: Tidy up menu definitions.
3466 (term-mode-map): Use easymenu for In/Out, Complete menus.
3467 (term-pager-break-map): Initialize in the defvar.
3468 (term-terminal-menu, term-signals-menu): Define with easymenu.
3469 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
3470 (term-pager-menu): New, extracted from term-process-pager.
3471 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
3472 (term-update-mode-line): Propertize line/char and page items.
3473 (term-process-pager): Move keymap initialization elsewhere.
3474
78dd6ab1
MR
34752012-09-01 Martin Rudalics <rudalics@gmx.at>
3476
3477 * window.el (switch-to-prev-buffer): Handle additional values of
3478 BURY-OR-KILL argument. Don't switch in minibuffer window.
3479 (switch-to-next-buffer): Don't switch in minibuffer window.
3480 (quit-restore-window): New function based on quit-window.
3481 Handle additional values of former KILL argument.
3482 (quit-window): Call quit-restore-window with appropriate
3483 interpretation of KILL argument.
3484 (display-buffer-below-selected): New buffer display action
3485 function.
3486
3d10e134
SM
34872012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
3488
3489 * minibuffer.el (completion-at-point-functions): Complete docstring
3490 (bug#12254).
3491
0e23ef9d
PE
34922012-09-01 Paul Eggert <eggert@cs.ucla.edu>
3493
3494 Better seed support for (random).
3495 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
3496 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
3497 * play/mpuz.el, play/tetris.el, play/zone.el:
3498 * calc/calc-comb.el (math-init-random-base):
3499 * play/blackbox.el (bb-init-board):
3500 * play/life.el (life):
3501 * server.el (server-use-tcp):
3502 * type-break.el (type-break):
3503 Remove unnecessary call to (random t).
3504 * net/sasl.el (sasl-unique-id-function):
3505 Change (random t) to (random), now that the latter is more random.
3506 * play/life.el (life-initialized): Remove no-longer-needed var.
3507
862382df
MR
35082012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
3509
3510 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
3511 Consider frame's buffer predicate when choosing the buffer.
3512 (Bug#12081)
3513
262a66e1
RS
35142012-08-30 Richard Stallman <rms@gnu.org>
3515
3516 * simple.el (special-mode-map): Delete binding for `z'.
3517
f17e1d00
AS
35182012-08-30 Andreas Schwab <schwab@linux-m68k.org>
3519
3520 * progmodes/compile.el (compilation-always-kill): Doc fix.
3521
24777832
CY
35222012-08-30 Chong Yidong <cyd@gnu.org>
3523
3524 * window.el (display-buffer-reuse-frames): Make the obsolescence
3525 message more informative.
3526
69ba1f04
GM
35272012-08-30 Glenn Morris <rgm@gnu.org>
3528
3529 * paren.el (show-paren-delay):
3530 Add a :set function. Doc fix. (Bug#12297)
3531
f0019ede
MB
35322012-08-29 Martin Blais <blais@furius.ca> (tiny change)
3533
3534 * progmodes/compile.el (compilation-always-kill): New var.
3535 (compilation-start): Use it.
3536
35e62fc9
SM
35372012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3538
af070a1c
SM
3539 * simple.el (read-only-mode): Move from files.el for bootstrapping.
3540 * files.el (read-only-mode): Move to simple.el.
3541
35e62fc9
SM
3542 * files.el (read-only-mode): New minor mode.
3543 (toggle-read-only): Use it and mark obsolete.
3544 (find-file--read-only):
3545 * vc/vc.el (vc-next-action, vc-checkout):
3546 * vc/vc-cvs.el (vc-cvs-checkout):
3547 * obsolete/vc-mcvs.el (vc-mcvs-update):
3548 * ffap.el (ffap--toggle-read-only): Update callers.
3549
c2c43c23
MA
35502012-08-29 Michael Albinus <michael.albinus@gmx.de>
3551
3552 * eshell/esh-ext.el (eshell-external-command): Do not examine
972debf2
SM
3553 remote shell scripts.
3554 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
c2c43c23
MA
3555
3556 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
3557 "/usr/local/sbin".
3558
9fba804b
SM
35592012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3560
3561 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
3562
eada0861 35632012-08-28 Leo Liu <sdl.web@gmail.com>
22ab32ef 3564
806f0cc7
LL
3565 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
3566 completion-at-point. (Bug#12220)
3567
3bb213b9
LL
3568 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
3569
22ab32ef
LL
3570 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
3571
eada0861 35722012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
db148c21 3573
19c17fc1
CY
3574 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
3575 be buffer-local; add delete-trailing-whitespace (bug#12259).
db148c21 3576
eada0861 35772012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
ffe6eaf1
JM
3578
3579 * progmodes/hideif.el (hif-compress-define-list):
3580 Fix typo. (Bug#11951)
3581
eada0861 35822012-08-28 Dan Nicolaescu <dann@gnu.org>
d30aca1b
DN
3583
3584 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
3585 buffer local setting.
3586
27d6c5a8
LL
3587 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
3588 rcirc-encode-coding-system.
3589
eada0861 35902012-08-28 Leo Liu <sdl.web@gmail.com>
4432d2e2
LL
3591
3592 * net/rcirc.el (rcirc-split-message): New function.
3593 (rcirc-send-message): Use it. (Bug#12051)
3594
d44688e4
JL
35952012-08-28 Juri Linkov <juri@jurta.org>
3596
3597 * info.el (Info-fontify-node): Hide empty lines at the end of
3598 the node. (Bug#12272)
3599
34f10d41
MR
36002012-08-27 Drew Adams <drew.adams@oracle.com>
3601
3602 * dired.el (dired-pop-to-buffer): Make window start at beginning
3603 of buffer (Bug#12281).
3604
77f1f99c
CY
36052012-08-26 Chong Yidong <cyd@gnu.org>
3606
3607 * window.el (special-display-regexps, special-display-frame-alist)
3608 (special-display-buffer-names, special-display-function)
3609 (display-buffer-reuse-frames): Mark as obsolete.
3610
3611 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
3612
3613 * help.el (help-print-return-message): Don't treat
3614 display-buffer-reuse-frames specially.
3615
d97af5a0
CY
36162012-08-26 Chong Yidong <cyd@gnu.org>
3617
9fba804b
SM
3618 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
3619 New variable, replacing gdb-frame-parameters.
d97af5a0
CY
3620 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
3621 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
3622 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
3623 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
3624 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
3625 the functions directly with gdb-display-buffer-other-frame-action.
3626 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
3627 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
3628 (gdb-display-stack-buffer, gdb-display-locals-buffer)
3629 (gdb-display-registers-buffer): Define directly.
3630 (def-gdb-display-buffer): Macro deleted.
3631 (gdb-display-buffer): Remove second and third args, callers don't
3632 use them. Defer to the default display-buffer behavior, apart
3633 from making windows dedicated.
3634 (gdb-setup-windows): Don't call display-buffer unnecessarily.
3635
3636 * progmodes/gud.el (gud-display-line): Just use display-buffer.
3637
3638 * window.el (display-buffer-pop-up-frame): Handle a
3639 pop-up-frame-parameters alist entry.
3640 (display-buffer): Document it.
3641
dd7ffad6
CY
36422012-08-26 Chong Yidong <cyd@gnu.org>
3643
3644 * isearch.el (search-whitespace-regexp): Make string and nil
3645 values apply to both ordinary and regexp search. Allow a cons
3646 cell value to distinguish between the two.
3647 (isearch-whitespace-regexp, isearch-search-forward)
3648 (isearch-search-backward): New functions.
3649 (isearch-occur, isearch-search-fun-default, isearch-search)
3650 (isearch-lazy-highlight-new-loop): Use them.
3651 (isearch-forward, isearch-forward-regexp): Doc fix.
3652
4c47bd1e
CY
36532012-08-26 Chong Yidong <cyd@gnu.org>
3654
3655 * faces.el (help-argument-name): Always inherit from italic
3656 (Bug#12213).
3657
9aba119d
MR
36582012-08-25 Martin Rudalics <rudalics@gmx.at>
3659
3660 * window.el (window--even-window-heights): Even heights when
3661 WINDOW and the selected window form a vertical combination.
3662 (display-buffer-use-some-window): Provide that window used gets
3663 sized back by quit-window. (Bug#11880) and (Bug#12091)
3664
ca5256ad
PE
36652012-08-24 Paul Eggert <eggert@cs.ucla.edu>
3666
3667 Fix file time stamp problem with bzr and CVS (Bug#12001).
3668 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
3669 in the file's time stamp, since the version control system loses
3670 that information.
3671
d1c0d176
JL
36722012-08-22 Juri Linkov <juri@jurta.org>
3673
3674 * info.el (Info-fontify-node): Hide the suffix of the
3675 Info file name in the header line. (Bug#12187)
3676
141562ff
GM
36772012-08-22 Glenn Morris <rgm@gnu.org>
3678
3679 * calendar/cal-tex.el (cal-tex-weekly-common):
3680 Restore leading blank page.
3681
3a21537c 36822012-08-22 Le Wang <l26wang@gmail.com>
add9ca2d
BG
3683
3684 * misc.el (forward-to-word, backward-to-word): Activate or extend
61a48e19
GM
3685 the region under `shift-select-mode'. (Bug#12231)
3686
36872012-08-22 Bastien Guerry <bzg@gnu.org>
0fcd3d9f
BG
3688
3689 * progmodes/executable.el (executable-prefix): Set to "#!" instead
3690 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
3691 gives details on why the space is never needed.
3692
ea95074e
MR
36932012-08-22 Martin Rudalics <rudalics@gmx.at>
3694
9fba804b
SM
3695 * window.el (walk-window-tree, window-with-parameter):
3696 New optional argument MINIBUF to control whether these functions
ea95074e
MR
3697 should run on the minibuffer window.
3698 (window-at-side-list): Don't operate on minibuffer window.
3699 (window-in-direction): Simplify and rewrite doc-string.
9fba804b
SM
3700 (window--size-ignore): Rename to window--size-ignore-p.
3701 Update callers.
caceae25
MR
3702 (display-buffer-in-atom-window, window--major-non-side-window)
3703 (window--major-side-window, display-buffer-in-major-side-window)
9fba804b
SM
3704 (delete-side-window, display-buffer-in-side-window):
3705 New functions.
caceae25
MR
3706 (window--side-check, window-deletable-p, delete-window)
3707 (delete-other-windows, split-window): Handle side windows and
3708 atomic windows appropriately.
3709 (window--display-buffer): Call display-buffer-record-window also
3710 when the window buffer did not change.
ea95074e 3711
80a51fa0
CS
37122012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
3713
3714 * help-fns.el (help-fns--key-bindings):
3715 Abbreviate non-symbol remap targets. (Bug#12174)
3716
fbb6300b
MR
37172012-08-22 Martin Rudalics <rudalics@gmx.at>
3718
3719 * dired.el (dired-mark-remembered): Don't clobber point.
3720 (Bug#11795)
3721
2b2c0794
GM
37222012-08-22 Glenn Morris <rgm@gnu.org>
3723
3724 * progmodes/bug-reference.el (bug-reference): New custom group.
3725 (bug-reference-bug-regexp): Make it a defcustom.
3726
37219830
DU
37272012-08-22 Daiki Ueno <ueno@unixuser.org>
3728
3729 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
3730 (js-paren-indent-offset, js-square-indent-offset)
3731 (js-curly-indent-offset): Add :safe (Bug#12257).
3732
94e0e559
EC
37332012-08-22 Edward O'Connor <hober0@gmail.com>
3734
3735 * json.el (json-key-format): Add error properties.
3736 (json-encode-key): New function.
3737 (json-encode-hash-table, json-encode-alist, json-encode-plist):
3738 Use json-encode-key.
3739
da485f5e
GM
37402012-08-22 Glenn Morris <rgm@gnu.org>
3741
3742 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
3743 (cal-tex-leftday, cal-tex-rightday): Remove functions.
3744 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
3745 Update for above change.
3746
c6cc78b8
AS
37472012-08-21 Andreas Schwab <schwab@linux-m68k.org>
3748
3749 * cus-face.el (custom-face-attributes): Fix customize type for the
3750 :underline attribute. (Bug#11805)
3751
5481664a
MR
37522012-08-21 Martin Rudalics <rudalics@gmx.at>
3753
3754 * window.el (window-point-1, set-window-point-1): Remove.
3755 (window-in-direction, record-window-buffer)
3756 (set-window-buffer-start-and-point, split-window-below)
9fba804b
SM
3757 (window--state-get-1, display-buffer-record-window):
3758 Replace calls to window-point-1 and set-window-point-1 by calls to
5481664a
MR
3759 window-point and set-window-point respectively.
3760
6d74698e
GM
37612012-08-21 Glenn Morris <rgm@gnu.org>
3762
b7fa2691
GM
3763 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
3764 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
3765 Use it.
3766
52f56d5a
GM
3767 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
3768 (cal-tex-shortday): New function.
3769 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
3770 (cal-tex-cursor-filofax-daily): Use the above.
3771
9f1ee09e
GM
3772 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
3773 New functions.
3774 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
3775 (cal-tex-cursor-filofax-week): Use them.
3776
79858159
GM
3777 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
3778 New constants.
3779 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
3780 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
3781
d346b2b4
GM
3782 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
3783 (cal-tex-end-document): Don't rely on buffer name.
3784
b2403709
GM
3785 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
3786 Use cal-tex-vspace.
3787 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
3788 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
2d225a3a
GM
3789 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
3790 Use cal-tex-arg.
b2403709 3791
1cebb5c0
GM
3792 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
3793 (cal-tex-cursor-week, cal-tex-cursor-week2)
3794 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
3795 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3796 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
3797 (cal-tex-insert-preamble, cal-tex-b-document)
3798 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
3799 Improve cal-tex-cmd usage.
3800
c68cd5d4
GM
3801 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
3802 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
3803 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
3804 (cal-tex-weekly-paper): New function.
3805 (cal-tex-cursor-week, cal-tex-cursor-week2)
3806 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
3807 (cal-tex-cursor-day): Use it.
3808
9dca4801
GM
3809 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
3810 (cal-tex-cursor-filofax-week): Remove leading blank page.
3811
1941e134
GM
3812 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
3813 Add autoload cookie. For now at least, don't use color, since
3814 no other cal-tex function does.
3815
6d74698e
GM
3816 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
3817 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3818 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
3819
64cde199
JL
38202012-08-21 Juri Linkov <juri@jurta.org>
3821
3822 * info.el (Info-file-attributes): New variable.
3823 (info-insert-file-contents): Add file attributes to
3824 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
3825 `Info-toc-nodes' when previous modtime of the Info file is less
3826 than new modtime.
3827 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
3828 of info.el. (Bug#12230)
3829
32757648
GM
38302012-08-20 Glenn Morris <rgm@gnu.org>
3831
3832 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
3833 * calendar/holidays.el (calendar-holiday-list):
3834 Report errors with display-warning rather than beep'n'sleep.
3835
a32fbbcf
MA
38362012-08-20 Michael Albinus <michael.albinus@gmx.de>
3837
3838 * net/tramp.el (tramp-accept-process-output): Accept only output
3839 from PROC. Otherwise, process filters and sentinels might be
3840 confused. (Bug#12145)
3841
a05731a0
CY
38422012-08-20 Chong Yidong <cyd@gnu.org>
3843
3844 * descr-text.el (describe-text-properties-1): Use overlays-in to
3845 report on empty overlays (Bug#3322).
3846
36e8d1eb
GM
38472012-08-20 Glenn Morris <rgm@gnu.org>
3848
3d300447
GM
3849 * mail/rmailout.el (rmail-output-read-file-name):
3850 Trap and report errors in rmail-output-file-alist elements.
3851
36e8d1eb
GM
3852 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
3853 since most non-font-lock faces are not also variables).
3854
b96e5814
ER
38552012-08-20 Edward Reingold <reingold@iit.edu>
3856
3857 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
3858 New function. (Bug12160)
3859
7cef3569
GM
38602012-08-19 Glenn Morris <rgm@gnu.org>
3861
3862 * mail/rmailout.el (rmail-output-read-file-name):
3863 Fix previous change (when the alist is nil or does not match).
3864
17975d7f
CY
38652012-08-19 Chong Yidong <cyd@gnu.org>
3866
3867 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
3868 (Bug#12228).
3869
2170b1bd
CY
38702012-08-18 Chong Yidong <cyd@gnu.org>
3871
3872 * simple.el (yank-handled-properties): New defcustom.
3873 (yank-excluded-properties): Add font-lock-face and category.
3874 (yank): Doc fix.
3875
9fba804b
SM
3876 * subr.el (remove-yank-excluded-properties):
3877 Obey yank-handled-properties. The special handling of font-lock-face
2170b1bd
CY
3878 and category is now done this way, instead of being hard-coded.
3879 (insert-for-yank-1): Remove font-lock-face handling.
3880 (yank-handle-font-lock-face-property)
3881 (yank-handle-category-property): New function.
3882
ee218151
GM
38832012-08-17 Glenn Morris <rgm@gnu.org>
3884
3885 * mail/rmailout.el (rmail-output-read-file-name):
3886 Check rmail-output-file-alist against the full message body
3887 in the correct rmail buffer. (Bug#12214)
3888
4a6bc3fd
MA
38892012-08-17 Michael Albinus <michael.albinus@gmx.de>
3890
9fba804b
SM
3891 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3892 Eliminate superfluous prompt. (Bug#12203)
4a6bc3fd 3893
383dcbf9
CY
38942012-08-17 Chong Yidong <cyd@gnu.org>
3895
3896 * mouse.el (mouse-appearance-menu): If x-select-font returns a
3897 font spec, set the font directly (Bug#3228).
3898
998c4a6a
MR
38992012-08-17 Martin Rudalics <rudalics@gmx.at>
3900
3901 * window.el (delete-window): Fix last fix.
3902
52162052
MR
39032012-08-16 Martin Rudalics <rudalics@gmx.at>
3904
3905 * window.el (window-valid-p): Move to window.c.
85c2386b
MR
3906 (window-child, window-child-count, window-last-child)
3907 (window-normalize-window, window-combined-p)
3908 (window-combinations, window-atom-root, window-min-size)
3909 (window-sizable, window-sizable-p, window-size-fixed-p)
3910 (window-min-delta, window-max-delta, window--resizable)
3911 (window--resizable-p, window-resizable, window-total-size)
3912 (window-full-height-p, window-full-width-p, window-body-size)
3913 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
3914 (minimize-window, window-deletable-p, delete-window)
3915 (delete-other-windows, set-window-buffer-start-and-point)
3916 (next-buffer, previous-buffer, split-window, balance-windows-2)
3917 (set-window-text-height, window-buffer-height)
3918 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
9fba804b
SM
3919 (truncated-partial-width-window-p): Minor code adjustments.
3920 In doc-strings state whether the argument window has to denote a
85c2386b 3921 live, valid or any window.
52162052 3922
1c308380
PS
39232012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
3924
3925 * progmodes/subword.el (subword-forward-function)
3926 (subword-backward-function, subword-forward-regexp)
3927 (subword-backward-regexp): New variables.
3928 (subword-forward, subword-forward-internal, subword-backward-internal):
3929 Use new variables, eg so that different "word" definitions
3930 can be easily used. (Bug#11411)
3931
94c9ece1
SM
39322012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3933
3934 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
3935 for composite selectors.
3936 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
3937 operation just because we can't find a previous revision.
3938
f2045622
CY
39392012-08-15 Chong Yidong <cyd@gnu.org>
3940
3941 * frame.el (set-frame-font): Accept font objects.
3942
582db660
SM
39432012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3944
3945 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
3946
2f29c200
WJ
39472012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
3948
456e62c2
WJ
3949 * man.el (Man-overstrike-face, Man-underline-face)
3950 (Man-reverse-face): Remove variables.
3951 (Man-overstrike, Man-underline, Man-reverse): New faces.
3952 (Man-fontify-manpage): Use them instead of the variables.
3953 (Man-cleanup-manpage): Comment change.
3954 (Man-ansi-color-map): New variable.
3955 (Man-fontify-manpage): Use it.
3956 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
3957
2f29c200
WJ
3958 Implement ANSI SGR parameters 22-27 (bug#12146).
3959 * ansi-color.el (ansi-colors): Doc fix.
3960 (ansi-color-context, ansi-color-context-region): Doc fix.
3961 (ansi-color--find-face): New function.
3962 (ansi-color-apply, ansi-color-apply-on-region): Use it.
3963 Rename the local variable `face' to `codes' since it is now a list of
3964 ansi codes. Doc fix.
3965 (ansi-color-get-face): Remove.
3966 (ansi-color-parse-sequence): New function, derived from
3967 ansi-color-get-face.
3968 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
3969 codes 22-27.
3970
b4f5e9df
SM
39712012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
3972
3973 * subr.el (read-passwd): Allow use from a minibuffer.
3974
ba025fbd
EZ
39752012-08-14 Eli Zaretskii <eliz@gnu.org>
3976
3977 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
3978 inside comments and strings as identifiers.
3979
3980 * progmodes/gud.el (gud-tooltip-print-command): Quote the
3981 expression to evaluate. This allows to evaluate expressions with
3982 embedded whitespace.
3983 (gud-tooltip-tips): Add a blank before the newline in the
3984 message-box text, for the benefit of message-box emulation on
3985 MS-Windows.
3986
3987 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
3988 messages from GDB, pop them up in a tooltip to give feedback to
3989 user.
b4f5e9df
SM
3990 (gdb-tooltip-print-1): Quote the expression to evaluate.
3991 This allows to evaluate expressions with embedded whitespace.
ba025fbd
EZ
3992 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
3993 if the TTY name is nil or empty (which happens when communicating
3994 with the inferior via pipes, e.g. on MS-Windows).
3995 (gdb-internals): If GDB sends a "&\n" empty debugging message,
3996 don't send that to the GUD buffer.
3997
c548f821
GM
39982012-08-14 Glenn Morris <rgm@gnu.org>
3999
4000 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
4001 Optimize away setq-default with no args, as for setq. (Bug#12195)
4002
55802e4a
CY
40032012-08-14 Chong Yidong <cyd@gnu.org>
4004
4abcdac8
CY
4005 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
4006
55802e4a
CY
4007 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
4008 (Bug#12085).
4009
3c3cda1a
GM
40102012-08-14 Glenn Morris <rgm@gnu.org>
4011
4012 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
4013
e1873bd0
MA
40142012-08-14 Michael Albinus <michael.albinus@gmx.de>
4015
4016 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
4017 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4018 Use cached shell name.
4019
925411b4
FEG
40202012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
4021
4022 * progmodes/python.el (python-shell-send-string):
3c3cda1a 4023 (python-shell-send-setup-code): Do not use `format' with `message'.
925411b4 4024
e636fafe
DG
40252012-08-14 Dmitry Gutov <dgutov@yandex.ru>
4026
4027 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
4028 (ruby-percent-literal-beg-re): New constant.
4029 (ruby-syntax-general-delimiters-goto-beg): Rename to
4030 `ruby-syntax-enclosing-percent-literal', improve literal type check.
4031 (ruby-syntax-propertize-general-delimiters): Rename to
4032 `ruby-syntax-propertize-percent-literal', it's a shorter and more
4033 popular term. Adjust comments everywhere.
4034 (ruby-syntax-propertize-percent-literal): Only propertize when not
4035 inside a simple string or comment. When the literal is unclosed,
4036 leave the text after it unpropertized.
f063063a
DG
4037 (ruby-syntax-methods-before-regexp): New constant.
4038 (ruby-syntax-propertize-function): Use it to recognize regexps.
4039 Don't look at the text after regexp, just use the whitelist.
e636fafe 4040
e5b19827
AS
40412012-08-14 Andreas Schwab <schwab@linux-m68k.org>
4042
4043 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
4044 non-nil always load the compiled file if it exists. (Bug#12197)
4045
a9f6f311
CY
40462012-08-14 Chong Yidong <cyd@gnu.org>
4047
4048 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
4049 (hi-lock-set-pattern): When deciding whether to use font lock or
4050 overlays, look at font-lock-mode instead of font-lock-fontified
4051 (Bug#12168).
4052 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
4053 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
4054
7d806b1e
DU
40552012-08-14 Daiki Ueno <ueno@unixuser.org>
4056
4057 * subr.el (internal--after-with-selected-window): Fix typo
4058 (Bug#12193).
4059
5beed586
FEG
40602012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
4061
4062 Use `completion-table-dynamic' for completion functions.
4063 * progmodes/python.el
4064 (python-shell-completion--do-completion-at-point)
e636fafe
DG
4065 (python-shell-completion--get-completions):
4066 Remove functions.
5beed586
FEG
4067 (python-shell-completion-complete-at-point): New function.
4068 (python-completion-complete-at-point): Use it.
4069
92cb3b04
J
40702012-08-13 Jambunathan K <kjambunathan@gmail.com>
4071
4072 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
4073 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
4074
89660017
SM
40752012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
4076
3c98c962
SM
4077 * subr.el (function-get): Refine `autoload' arg so it can also
4078 autoload functions for gv.el (bug#12191).
4079 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
4080 autoloads macros.
4081
aa7c6dbe
SM
4082 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
4083 Prefer pcase-let over destructuring-bind.
4084 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
4085 Also, remove whitespace as we go, rather than after accumulating the
4086 various places.
4087
89660017
SM
4088 * subr.el (internal--before-with-selected-window)
4089 (internal--after-with-selected-window): Fix typo seleted->selected.
4090 (with-selected-window): Adjust callers.
4091 Reported by Dmitry Gutov <dgutov@yandex.ru>.
4092
31cd32c9
BG
40932012-08-13 Bastien Guerry <bzg@gnu.org>
4094
0fcd3d9f 4095 * window.el (special-display-popup-frame): Minor docstring
31cd32c9
BG
4096 enhancement. (Bug#12172)
4097
1b15d8ad
AS
40982012-08-13 Andreas Schwab <schwab@linux-m68k.org>
4099
31e54db0
AS
4100 * tar-mode.el (tar-header-data-end): Only ignore size for files of
4101 type 1-6.
4102 (tar-header-block-summarize, tar-get-descriptor): Handle pax
4103 extended headers.
4104
1b15d8ad
AS
4105 * files.el (hack-local-variables-filter): Remove useless eval.
4106
35cb9c06
MR
41072012-08-13 Martin Rudalics <rudalics@gmx.at>
4108
4109 * subr.el (with-selected-window): Fix last change.
4110
1439443b
SM
41112012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4112
4113 * subr.el (internal--before-with-seleted-window)
4114 (internal--after-with-seleted-window): New functions.
1b15d8ad
AS
4115 (with-selected-window): Use them, to replace dependency on
4116 tty-top-frame.
1439443b 4117
0d9e2599
NN
41182012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
4119
4120 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
4121 binding for `newline'.
4122 (ruby-move-to-block): When moving backward, stop at block opening,
4123 not indentation.
4124 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
4125 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
4126 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
4127 `ruby-toggle-block'.
4128
ba10c48c
SM
41292012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4130
4131 * ibuffer.el (ibuffer-do-toggle-read-only):
4132 * dired.el (dired-toggle-read-only):
4133 * buff-menu.el (Buffer-menu-toggle-read-only):
4134 * bindings.el (mode-line-toggle-read-only):
4135 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
4136
9229c658
AS
41372012-08-12 Andreas Schwab <schwab@linux-m68k.org>
4138
4139 * descr-text.el (describe-char): Put the overlays over the
4140 "displayed as" character.
4141
0fd09128
JB
41422012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
4143
4144 * calc/calc-units.el (math-default-units-table): Give an
4145 initial value.
4146 (math-put-default-units): Add options to put composite units and
4147 unit systems in the default units table.
4148 (calc-convert-units): Send composite units to
4149 `math-put-default-units' when appropriate.
4150
9ff9402d 41512012-08-11 Glenn Morris <rgm@gnu.org>
7aacaf15 4152
fbb5e336
GM
4153 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
4154
7aacaf15
GM
4155 * tutorial.el (help-with-tutorial):
4156 * emacs-lisp/copyright.el (copyright-update-directory):
4157 * emacs-lisp/autoload.el (autoload-find-generated-file)
4158 (autoload-find-file): Disable local eval: (for insurance).
4159
f40b9f10
GM
4160 * files.el (hack-local-variables-filter): If an eval: form is not
4161 known to be safe, and enable-local-variables is :safe, then ignore
4162 the form totally, as is done for non-eval forms. (Bug#12155)
6f97980a 4163 This is CVE-2012-3479.
f40b9f10 4164
daa9f1a6
SM
41652012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
4166
4167 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
4168 (rx-form): Simplify.
4169
9cd80478
DG
41702012-08-09 Dmitry Gutov <dgutov@yandex.ru>
4171
0d9e2599
NN
4172 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
4173 ?, _, and : are symbol constituents, ! is not (but kinda should be).
4174 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
4175 (ruby-syntax-propertize-function): Adjust for changes in
4176 `ruby-syntax-propertize-heredoc'.
4177
41782012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
4179
9cd80478
DG
4180 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
4181 binding (use `M-;' instead).
9cd80478 4182 (ruby-singleton-class-p): New function.
0d9e2599 4183 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
9cd80478 4184
d301b413
SM
41852012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
4186
4187 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
4188
1530c98e
CY
41892012-08-10 Chong Yidong <cyd@gnu.org>
4190
4191 * progmodes/python.el (python-shell-get-process-name): Don't mess
4192 with same-window-buffer-names.
4193
4194 * eshell/eshell.el (eshell-add-to-window-buffer-names)
4195 (eshell-remove-from-window-buffer-names): Make obsolete.
4196 (eshell-buffer-name, eshell-unload-hook): Don't use them.
4197 (eshell): Just use pop-to-buffer-same-window instead.
4198
e1293765
CY
41992012-08-10 Chong Yidong <cyd@gnu.org>
4200
4201 * bindings.el: Bind M-= back to count-words-region.
4202
4203 * simple.el (count-words-region): Accept a prefix arg for acting
4204 on the entire buffer.
4205 (count-words--buffer-message): New helper function.
4206
e1894109
SM
42072012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
4208
4209 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
4210 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
4211 (event-start, event-end): Use posn-at-point to return a more
4212 informative posn.
4213 (posnp): New function.
4214 * mouse.el (popup-menu-normalize-position): Use it.
4215
c69f56a2
MY
42162012-08-10 Masatake YAMATO <yamato@redhat.com>
4217
4218 * mouse.el (popup-menu-normalize-position): New function.
4219 (popup-menu): Use `popup-menu-normalize-position' to normalize
4220 the form for POSITION argument.
4221
4222 * term/x-win.el (x-menu-bar-open):
4223 Use the value returend from (posn-at-point) as position
4224 passed to `popup-menu'.
4225
31673780
JB
42262012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
4227
4228 * calc/calccomp.el (math-compose-expr): Add extra argument
4229 indicating that parentheses should be put around products in
4230 denominators. Give multiplication precedence over division during
4231 composition.
4232
dab7711b
CY
42332012-08-09 Chong Yidong <cyd@gnu.org>
4234
dee4ef93
CY
4235 * man.el (Man-switches, Man-sed-command, Man-awk-command)
4236 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
4237 (Man-untabify-command, manual-program): Convert to defcustom
4238 (Bug#10429).
4239
73e2bbc5
CY
4240 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
4241
3e861c8a
CY
4242 * descr-text.el (describe-char): Don't insert extra newlines
4243 (Bug#10127).
4244
a9f5a649
CY
4245 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
4246 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
4247
dab7711b
CY
4248 * align.el (align-region): Delete temporary markers (Bug#10047).
4249 Plus some code cleanups.
4250
e0cc4efa
FEG
42512012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
4252
4253 * progmodes/python.el (python-pdbtrack-tracked-buffer)
4254 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
4255 (python-shell-internal-last-output): Use make-local-variable
4256 instead of make-variable-buffer-local.
4257
489af14f
FEG
42582012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
4259
4260 * progmodes/python.el: Enhancements to forward-sexp.
4261 (python-nav-forward-sexp): Rename from
4262 python-nav-forward-sexp-function.
c69f56a2
MY
4263 (python-nav--forward-sexp, python-nav--backward-sexp):
4264 New functions.
489af14f 4265
0fc50303
JB
42662012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
4267
4268 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
4269 modes and simplification modes.
4270
5d65606a
SM
42712012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
4272
4273 * delsel.el (delete-selection-pre-hook): Don't propagate the
4274 file-supersession signals (bug#12161).
4275
4250fdf5
SM
42762012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4277
4278 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
4279 (cl-map-extents): Add compatibility aliases (bug#12135).
4280
d9f9b465
MA
42812012-08-08 Michael Albinus <michael.albinus@gmx.de>
4282
4283 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
4284 tests by `ignore-error'.
4285 (tramp-find-shell): Open also a new shell, when cache is already
4286 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
4287
ce0fcefa
JL
42882012-08-08 Juri Linkov <juri@jurta.org>
4289
4290 * bookmark.el: Add `defaults' property to the bookmark record.
4291 (bookmark-current-buffer): Doc fix.
4292 (bookmark-make-record): Add `defaults' property with default values
4293 to the bookmark record.
4294 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
4295 with `bookmark-insert-current-bookmark'.
4296 (bookmark-set): Get `defaults' property from the bookmark record
4297 and use it in `read-from-minibuffer'.
4298 (bookmark-insert-current-bookmark): Remove function.
4299
4300 * info.el (Info-bookmark-make-record): Add `defaults' property
4301 with values of canonical Info node name, the current Info file
4302 name and the current Info node name. (Bug#12107)
4303
53fa8652
JL
43042012-08-08 Juri Linkov <juri@jurta.org>
4305
4306 * files.el (basic-save-buffer): Use `buffer-name' as the default
4307 of `read-file-name' when buffer is not visiting a file (bug#12128).
4308
242c0a95
JL
43092012-08-08 Juri Linkov <juri@jurta.org>
4310
4311 * info.el (Info-isearch-search): Doc fix.
4312 (Info-search): Change search-failed message from "initial node" to
4313 "end of node" (bug#12078).
4314 (Info-isearch-search): Change `isearch-string-state' to
4315 `isearch--state-string'.
4316
32ac3a6b
GM
43172012-08-08 Glenn Morris <rgm@gnu.org>
4318
4319 * language/persian.el: Remove file.
f8c1afd5 4320 * language/misc-lang.el: Move unique part of persian.el here.
32ac3a6b
GM
4321 * loadup.el: Remove language/persian.
4322
2c2d9c9c
OF
43232012-08-08 Óscar Fuentes <ofv@wanadoo.es>
4324
4325 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
4326
2d79ec42
FEG
43272012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
4328
3c855b96 4329 * progmodes/python.el: Fix defsubst warning.
2d79ec42
FEG
4330 (python-syntax-context) Rename from python-info-ppss-context.
4331 (python-syntax-context-type): Rename from
4332 python-info-ppss-context-type.
4333 (python-syntax-comment-or-string-p): Rename from
4334 python-info-ppss-comment-or-string-p.
4335
2bd255dd
JB
43362012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
4337
4338 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
4339
c395097f
AS
43402012-08-07 Andreas Schwab <schwab@linux-m68k.org>
4341
6125983e
AS
4342 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
4343 a defcustom that is quoted with backquote.
4344
4250fdf5
SM
4345 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
4346 Fix handling of interactive spec when the body uses return.
651eaf36
AS
4347 (math-do-arg-check, math-define-function-body): Use backquote forms.
4348 * calc/calc-ext.el (math-defcache): Likewise.
4349 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
4350 * allout.el (allout-new-exposure): Likewise.
4351 * calc/calcalg2.el (math-tracing-integral): Likewise.
4352 * info.el (Info-last-menu-item): Likewise.
4353 * emulation/vip.el (vip-loop): Likewise.
4354 * textmodes/artist.el (artist-funcall): Likewise.
4355 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
4356 Construct menu-item directly.
4357
4250fdf5
SM
4358 * progmodes/autoconf.el (font-lock-syntactic-keywords):
4359 Don't declare.
c395097f 4360
5fb50dd3
CY
43612012-08-07 Chong Yidong <cyd@gnu.org>
4362
4363 * simple.el (deactivate-mark): Preserve text properties when
4364 saving the primary selection (Bug#8384).
4365
54eea618
KR
43662012-08-07 Kevin Ryde <user42@zip.com.au>
4367
4368 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
4369 (woman-parse-numeric-value): On a bad .IP line, issue a warning
4370 and continue processing (Bug#12110).
4371
638eaeb9
SM
43722012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
4373
4374 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
4375 syntax-propertize-function (bug#10095).
4376
ea376861
SM
43772012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
4378
f91b35be
SM
4379 * help-fns.el (help-fns--key-bindings, help-fns--signature)
4380 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
4381 describe-function-1.
4382 (describe-function-1): Use them. Move compiler macro after sig.
4383 (help-fns--compiler-macro): Use function-get. Assume we're already in
4384 standard-output. Adjust layout to new call order.
4385
ea376861
SM
4386 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
4387 re-binding a symbol that has a symbol-macro (bug#12119).
4388
d5be7bd0
MB
43892012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
4390
4391 * language/persian.el: New file. (Bug#11812)
4392 * loadup.el: Add language/persian.el.
4393
90749b53
CY
43942012-08-06 Chong Yidong <cyd@gnu.org>
4395
4396 * window.el (window--maybe-raise-frame): New function.
4397 (window--display-buffer): Split off from here.
4398 (display-buffer-reuse-window, display-buffer-pop-up-frame)
4399 (display-buffer-pop-up-window, display-buffer-use-some-window):
4400 Obey an inhibit-switch-frame action alist entry.
4401 (display-buffer): Update doc.
4402
4403 * replace.el (occur-after-change-function): Avoid losing focus by
4404 using the inhibit-switch-frame display parameter (Bug#12139).
4405
ba7b0154
FEG
44062012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
4407
4408 Make internal shell process buffer names start with space.
4409 * progmodes/python.el (python-shell-make-comint): Add optional
4410 argument INTERNAL.
4411 (run-python-internal): Use it.
4412 (python-shell-internal-get-or-create-process): Check for new
4413 internal buffer names.
4414
5eaeacb5
GM
44152012-08-06 Glenn Morris <rgm@gnu.org>
4416
e296d94b 4417 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
5eaeacb5
GM
4418 Do less getting and setting of environment variables.
4419
b7ccbdc2
CY
44202012-08-05 Chong Yidong <cyd@gnu.org>
4421
777fe95e
CY
4422 * proced.el (proced): Add substitution string to docstring to
4423 trigger autoloading of the proced library on C-h f (Bug#1768).
4424
4250fdf5
SM
4425 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4426 Don't show defvars which have no second argument (Bug#8638).
b7ccbdc2
CY
4427
4428 * imenu.el (imenu-generic-expression): Move documentation here
4429 from imenu--generic-function.
4430 (imenu--generic-function): Refer to imenu-generic-expression.
4431
9e3b7800 44322012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
d5c31f1d
4433
4434 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
4435 indentation declaration.
4436 (viper-loop): Add indentation declaration (Bug#7025).
4437
e5d9c0d1
CY
44382012-08-05 Chong Yidong <cyd@gnu.org>
4439
f0422feb
CY
4440 * help-fns.el (describe-variable): Add hyperlink for
4441 directory-local variables files. Improve buffer-local and
4442 permanent-local reporting; suggested by MON KEY (Bug#6644).
4443
4444 * help-mode.el (help-dir-local-var-def): New button type.
4445
e5d9c0d1
CY
4446 * files.el (kill-buffer-hook): Provide a defvar.
4447
a4f2deaa
GM
44482012-08-05 Glenn Morris <rgm@gnu.org>
4449
4450 * eshell/esh-ext.el (eshell/addpath):
4451 Also update eshell-path-env. (Bug#12013)
4452
a9dd5754
CY
44532012-08-05 Chong Yidong <cyd@gnu.org>
4454
a4f2deaa 4455 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
615b0bf0 4456
d014c740
CY
4457 * fringe.el (fringe-styles): Add docstring.
4458 (fringe--check-mode): New function.
4459 (set-fringe-mode, set-fringe-style): Use it.
4460 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
4461
a9dd5754
CY
4462 * files.el (set-auto-mode): Fix invalid setq call.
4463
7c2dc8bd
SM
44642012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
4465
4466 * isearch.el: Misc simplification; use defstruct.
4467 (isearch-mode-map): Dense maps now work like sparse ones.
4468 (isearch--state): New defstruct.
4469 (isearch-string-state, isearch-message-state, isearch-point-state)
4470 (isearch-success-state, isearch-forward-state)
4471 (isearch-other-end-state, isearch-word-state, isearch-error-state)
4472 (isearch-wrapped-state, isearch-barrier-state)
4473 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
4474 replaced by defstruct's accessors.
4475 (isearch--set-state): Rename from isearch-top-state and change
4476 calling convention.
4477 (isearch-push-state): Use new isearch--get-state.
4478 (isearch-toggle-word): Disable regexp when enabling word.
4479 (isearch-message-prefix): Remove unused arg _c-q-hack.
4480 (isearch-message-suffix): Remove unused arg _ellipsis.
4481
7fcc0070
AS
44822012-08-04 Andreas Schwab <schwab@linux-m68k.org>
4483
4484 * simple.el (list-processes--refresh): For a server use :host or
4485 :local as the address.
97ad0769 4486 (list-processes): Doc fix.
7fcc0070 4487
a11035b8 44882012-08-04 Michal Nazarewicz <mina86@mina86.com>
00340faf
MN
4489
4490 * lisp/mpc.el: Support password in host argument.
4491 (mpc--proc-connect): Parse and use new password element.
4492 Set mpc-proc variable instead of returning process.
4493 (mpc-proc): Adjust accordingly.
4494
6dad7178
EZ
44952012-08-03 Eli Zaretskii <eliz@gnu.org>
4496
18949c2f
EZ
4497 * whitespace.el (whitespace-display-mappings): Use Unicode
4498 codepoints, instead of emacs-mule codepoints. See
4499 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
4500 for the details.
4501
6dad7178
EZ
4502 * files.el (file-truename): Don't skip symlink-chasing part on
4503 windows-nt. Incorporate the resolution of 8+3 short aliases on
4250fdf5
SM
4504 Windows into the loop that recursively chases symlinks.
4505 Compare directory and its parent case-insensitively on MS-Windows and
6dad7178
EZ
4506 MS-DOS.
4507
385b0198
CY
45082012-08-03 Chong Yidong <cyd@gnu.org>
4509
6200f3c4
CY
4510 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
4511
385b0198
CY
4512 * sort.el (sort-regexp-fields): Doc fix.
4513
b9e74744
TH
45142012-08-03 Tassilo Horn <tsdh@gnu.org>
4515
4516 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
4517 labels regex position point at the expected place.
4518
41013cb4
MK
45192012-08-03 MON KEY <monkey@sandpframing.com>
4520
4521 * net/imap.el (imap-interactive-login, imap-authenticate)
4522 (imap-mailbox-lsub, imap-mailbox-list)
4523 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
4524 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
4525 (imap-parse-response): Doc fix.
4526
0ffee616
JT
45272012-08-03 João Távora <joaotavora@gmail.com>
4528
4529 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
4530 if sexp scanning does not move point (Bug#5734).
4531
cfcc9cc8
TH
45322012-08-02 Tassilo Horn <tsdh@gnu.org>
4533
4534 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
4535 Add listings, minted, and ctable packages.
4536 (reftex-label-alist-builtin): Move listings, minted, and ctable
4537 entries before LaTeX.
a01bbb84 4538 (reftex-label-alist): Docfix.
cfcc9cc8 4539
66ec2442
BG
45402012-08-02 Bastien Guerry <bzg@gnu.org>
4541
4542 * replace.el (occur): Fix docstring (bug#12122).
4543
837b365b
GM
45442012-08-02 Glenn Morris <rgm@gnu.org>
4545
4546 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
4547
e098de97
PE
45482012-08-02 Paul Eggert <eggert@cs.ucla.edu>
4549
4550 Obsolete alias inactivate-current-input-method-function (Bug#10150).
4551 * international/mule-cmds.el: Create
4552 inactivate-current-input-method-function as an obsolete alias for
4553 deactivate-current-input-method-function. See Katsumi Yamaoka in
4554 <http://bugs.gnu.org/10150#46>.
4555
a0f95636
JB
45562012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
4557
4558 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
4559 of nested `if's.
4560
0d26d7c4
GM
45612012-08-01 Glenn Morris <rgm@gnu.org>
4562
4563 * progmodes/autoconf.el (autoconf-definition-regexp):
4564 Add AH_TEMPLATE, adjust submatch numbering.
4565 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
4566 (autoconf-current-defun-function): Update for above change.
4567 (autoconf-current-defun-function): First skip to end of current word.
4568
b686ba06
RS
45692012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
4570
4571 * calendar/cal-html.el (cal-html-insert-agenda-days):
4572 Fix typo. (Bug#12018)
4573
0d49da68
FEG
45742012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
4575
4576 Shell processes: enhancements to startup and CEDET compatibility.
4577 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
4578 (python-shell-make-comint): accept-process-output at startup.
4579 (run-python-internal): Set inferior-python-mode-hook to nil.
4580 (python-shell-internal-get-or-create-process): call sit-for.
4581 (python-preoutput-result): Add obsolete alias.
4582 (python-shell-internal-send-string): Use it.
4583 (python-shell-send-setup-code): Remove call to
4584 accept-process-output.
4585
f1a71c6e
AS
45862012-07-31 Andreas Schwab <schwab@linux-m68k.org>
4587
4588 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
4589 (Bug#12108)
4590
d2605269
JB
45912012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
4592
4593 * calc-mode.el (calc-basic-simplification-mode): Rename from
4594 `calc-limited-simplification-mode'.
4595 (calc-alg-simplification-mode): New function.
fc0c31f8 4596 (calc-set-simplify-mode): Adjust message.
f1a71c6e 4597
d2605269
JB
4598 * calc.el (calc-set-mode-line): Adjust mode line display for
4599 basic simplification mode.
4600
4601 * calc-help.el (calc-m-prefix-help): Update help message.
4602
4603 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
4604 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
4605
a3827a43
BG
46062012-07-31 Bastien Guerry <bzg@gnu.org>
4607
4608 * man.el (man): Fix comment. (bug#12101)
4609
502e3f89
MR
46102012-07-31 Martin Rudalics <rudalics@gmx.at>
4611
4612 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
4613 Don't return a non-nil value when no suitable buffer was found.
4614
d7714961
FEG
46152012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
4616
4617 * progmodes/python.el (run-python-internal): Disable font lock for
4618 internal shells.
4619
1f45e27e
SM
46202012-07-30 Stefan Merten <smerten@oekonux.de>
4621
70efc5c9 4622 * textmodes/rst.el: Silence `checkdoc-ispell'.
1f45e27e
SM
4623 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
4624 (rst-official-version, rst-official-cvs-rev)
4625 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
4626 (rst-mode-map): New key binding.
4627
0aee6912
PE
46282012-07-30 Paul Eggert <eggert@cs.ucla.edu>
4629
4630 Update .PHONY listings in makefiles.
4631 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
4632 autoloads, update-subdirs, updates, bzr-update, update-authors,
4633 compile-onefile, compile-calc, backup-compiled-files,
4634 compile-after-backup, compile-one-process, mh-autoloads,
4635 bootstrap-clean, distclean, maintainer-clean.
4636
9052f9f0
JB
46372012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
4638
1823ac5a
JB
4639 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
4640 (calc-set-mode-line): Don't display "AlgSimp ".
4641
4642 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
4643 (calc-lim-simplify-mode): New function.
4644 (calc-set-simplify-mode): Default to 'alg.
4645 (calc-default-simplify-mode): Make algebraic simplifications
4646 the default.
4647
4648 * calc/calc-ext.el (calc-init-extensions): Remove binding for
4649 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
4650
8d7c7eed 4651 * calc/calc-help.el (calc-m-prefix-help): Change messages to
4b337409
JB
4652 indicate new simplification modes.
4653
1823ac5a
JB
4654 * calc/README: Mention new default simplification mode.
4655
9052f9f0
JB
4656 * calc/calc.el (math-normalize-error): New variable.
4657 (math-normalize): Set `math-normalize-error' to t
4658 when there's an error.
4659
4660 * calc/calc-alg.el (math-simplify): Don't simplify when
4661 `math-normalize' returns an error.
4662
20ba0cb4
EZ
46632012-07-29 Eli Zaretskii <eliz@gnu.org>
4664
4665 * international/mule-cmds.el (set-locale-environment): Revert last
4666 change, since display-graphic-p returns nil when this function is
4667 called during startup. Instead...
4668
4669 * term/w32console.el (terminal-init-w32console): ...setup the
4670 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
4671
a5dcc929
JL
46722012-07-29 Juri Linkov <juri@jurta.org>
4673
4674 * simple.el (goto-line): Don't display default line number in the
4675 prompt because it should be displayed by `read-number' (bug#9952).
4676 Add the current line number to the defaults of `goto-line' to
4677 allow its easier modification by users with `M-n' (bug#9201).
4678
4679 * subr.el (read-number): Support multiple default values like in
4680 other minibuffer reading functions. Replace `read' with
4681 `string-to-number' for consistency with `number-to-string'.
4682
72b255c7
PE
46832012-07-29 Paul Eggert <eggert@cs.ucla.edu>
4684
4685 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
4686 * emulation/viper-init.el (viper-deactivate-input-method-action):
4687 Rename from viper-inactivate-input-method-action.
4688 (viper-deactivate-input-method):
4689 Rename from viper-inactivate-input-method.
4690 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
4691 * international/mule-cmds.el (deactivate-input-method):
4692 Rename from inactivate-input-method.
4693 Also run input-method-deactivate-hook.
4694 (deactivate-current-input-method-function):
4695 Rename from inactivate-current-input-method-function.
4696 (input-method-deactivate-hook): New hook.
4697 (input-method-inactivate-hook): Mark obsolete.
bb6eb9fc
PE
4698 (inactivate-input-method): Mark obsolete.
4699
72b255c7
PE
4700 * international/quail.el (quail-activate):
4701 Also run quail-deactivate-hook.
4702 (quail-deactivate): Rename from quail-inactivate.
4703 * international/robin.el (robin-activate):
4704 Also run robin-deactivate-hook.
4705 (robin-deactivate): Rename from robin-inactivate.
4706
2549c068
CY
47072012-07-29 Chong Yidong <cyd@gnu.org>
4708
4709 * simple.el (indicate-copied-region): New function.
4710 (kill-ring-save): Split off from here.
4711
4712 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
4713 (kill-rectangle): Set deactivate-mark to t on read-only error.
4714
4715 * register.el (copy-to-register, copy-rectangle-to-register):
4716 Deactivate the mark, and use indicate-copied-region (Bug#10056).
4c478e6b
JL
4717 (append-to-register, prepend-to-register): Call indicate-copied-region.
4718
47192012-07-29 Juri Linkov <juri@jurta.org>
17711ed9
JL
4720
4721 * simple.el (async-shell-command-buffer): New defcustom.
4722 (shell-command): Use it. (Bug#4719)
4723
01bd1b0d
EZ
47242012-07-28 Eli Zaretskii <eliz@gnu.org>
4725
4726 * international/mule-cmds.el (set-locale-environment): In a
4727 console session on MS-Windows, set up keyboard and terminal
4728 encoding from the OEM codepage, not the ANSI codepage.
4729 (Bug#12055)
4730
a55739d3
CY
47312012-07-28 Chong Yidong <cyd@gnu.org>
4732
4733 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
4734 gdb-get-location.
4735
0e1a094f 47362012-07-28 Leo Liu <sdl.web@gmail.com>
9a0f8f2e
LL
4737
4738 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
4739 the alist (bug#12029).
4740
20329d73
EZ
47412012-07-28 Eli Zaretskii <eliz@gnu.org>
4742
4743 * makefile.w32-in (custom-deps, finder-data, updates, compile)
4744 (compile-always, compile-first)
4745 ($(lisp)/calendar/cal-loaddefs.el)
4746 ($(lisp)/calendar/diary-loaddefs.el)
4747 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4748 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
4749 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
4750 instead of on update-subdirs.
4751 (bootstrap-clean): Delete $(lisp)/subdirs.el.
4752
345a2258
CY
47532012-07-28 Chong Yidong <cyd@gnu.org>
4754
1eee6341
CY
4755 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
4756 directory if vc-deduce-backend returns nil (Bug#7350).
4757
345a2258
CY
4758 * simple.el (delete-trailing-lines): New option.
4759 (delete-trailing-whitespace): Obey it (Bug#11879).
4760
049a0936
DE
47612012-07-28 David Engster <deng@randomsample.de>
4762
4763 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
4764 Explanation of new 'symbol-qnames feature in doc-strings.
4765 (xml-maybe-do-ns): Return expanded names as plain symbols if
4766 'symbol-qnames was provided in XML-NS argument (Bug#11916).
4767 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
4768
aa81af71
FEG
47692012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
4770
4771 Consistent completion in inferior python with emacs -nw.
4772 * progmodes/python.el (inferior-python-mode): replace "<tab>"
4773 binding in inferior-python-mode-map with "\t".
4774 (python-shell-completion-complete-at-point)
4775 (python-completion-complete-at-point): Remove interactive spec.
4776
e827b1eb
JB
47772012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
4778
4779 * calc/calccomp.el (math-compose-expr): Undo previous change.
4780
a90dfb95
FEG
47812012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
4782
4250fdf5 4783 * progmodes/python.el (python-mode-map): Add keybinding for
a90dfb95
FEG
4784 run-python.
4785 (python-shell-make-comint): Fix pop-to-buffer call.
4786 (run-python): Autoload. New arg SHOW.
4787 (python-shell-get-or-create-process): Do not pop python process
4788 buffer.
4789
32770973 47902012-07-27 Michael Albinus <michael.albinus@gmx.de>
1c6ef030
MA
4791
4792 * notifications.el (notifications-on-action-signal)
4793 (notifications-on-closed-signal): Use also the bus address for the map.
4794 (notifications-notify, notifications-close-notification)
fc0c31f8 4795 (notifications-get-capabilities): Add optional argument BUS.
1c6ef030 4796
86332df2
TH
47972012-07-27 Tassilo Horn <tsdh@gnu.org>
4798
4250fdf5
SM
4799 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
4800 Add support for the lstlisting and minted environments, and for the
86332df2
TH
4801 ctable macro.
4802 * textmodes/reftex.el (reftex-compile-variables): Also recognize
4803 labels written in keyvals syntax.
4804
ca1302a4
JB
48052012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
4806
4807 * calc/calccomp.el (math-compose-expr): Use parentheses when
4808 there is a product in the denominator of a fraction.
4809
f8b91036
EZ
48102012-07-26 Eli Zaretskii <eliz@gnu.org>
4811
4812 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
4813 ($(lisp)/calendar/diary-loaddefs.el)
4814 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4250fdf5
SM
4815 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
4816 Fixes failures in parallel bootstrap because subdirs.el is being
f8b91036
EZ
4817 rewritten while the autoload files are built at the same time,
4818 which needs to load subdirs.el.
4819
c8e5a42c
MR
48202012-07-26 Martin Rudalics <rudalics@gmx.at>
4821
4822 * mouse.el (popup-menu): Fix doc-string and re-indent code.
4823 (mouse-drag-line): Don't exit tracking when a switch-frame or
4824 switch-window event occurs (Bug#12006).
4825
670d85ea
SM
48262012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4827
4828 * mouse.el (popup-menu): Fix last change.
4829
7abaf5cc
SM
48302012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4831
4832 Autoload from Lisp with more care. Follow aliases when looking for
4833 function properties.
4834 * subr.el (autoloadp): New function.
4835 (symbol-file): Use it.
4836 (function-get): New function.
4837 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
4838 autoload-do-load.
4839 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
4840 (lisp-indent-function):
4841 * emacs-lisp/gv.el (gv-get):
4842 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
4843 * emacs-lisp/byte-opt.el (byte-optimize-form):
4844 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
4845 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
4846 Use function-get.
4847 * emacs-lisp/cl.el: Don't propagate function properties any more.
4848
4849 * speedbar.el (speedbar-add-localized-speedbar-support):
4850 * emacs-lisp/disass.el (disassemble-internal):
4851 * desktop.el (desktop-load-file):
4852 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
4853 (describe-function-1):
4854 * emacs-lisp/find-func.el (find-function-noselect):
4855 * emacs-lisp/elp.el (elp-instrument-function):
4856 * emacs-lisp/advice.el (ad-has-proper-definition):
4857 * apropos.el (apropos-safe-documentation, apropos-macrop):
4858 * emacs-lisp/debug.el (debug-on-entry):
4859 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
4860 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
4861 * calc/calc.el (name): Use autoloadp & autoload-do-load.
4862
b1364986
AA
48632012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
4864
4865 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
4866 function, not an obsolete variable (Bug#12046).
4867
67ada220
AS
48682012-07-25 Andreas Schwab <schwab@linux-m68k.org>
4869
4870 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
4871
f08088e3
CS
48722012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
4873
4874 * emacs-lisp/pp.el (pp-display-expression): Select old selected
4875 window only if it is still live (Bug#12034).
4876
8137e7b3
MR
48772012-07-25 Martin Rudalics <rudalics@gmx.at>
4878
4879 * subr.el (redirect-frame-focus): Add advertised calling
4880 convention (Bug#12030).
4881
09ae5da1
PE
48822012-07-25 Paul Eggert <eggert@cs.ucla.edu>
4883
4884 Prefer typical American spelling for "acknowledgment".
4885 * vc/add-log.el (change-log-acknowledgment): Rename from
4886 change-log-acknowledgement, with an alias for the old name.
4887
3cc5a3a8
JB
48882012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
4889
4890 * calc-alg.el (math-simplify-divide): Don't cross multiply
4891 in an equation when the lhs is a variable.
4892
b7af7f62
JD
48932012-07-24 Julien Danjou <julien@danjou.info>
4894
4895 * net/netrc.el (netrc-find-service-number, netrc-store-data):
4896 Remove, unused.
4897
ec1b09b1
EZ
48982012-07-23 Eli Zaretskii <eliz@gnu.org>
4899
4900 * startup.el (command-line): Don't display an empty user name in
4901 the error message about non-existent home directory, when
4902 init-file-user was set to an empty string. See
4903 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
4904 for the details and context.
4905
b525fd8a
VB
49062012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
4907
4908 * ses.el (ses-cell-formula-aset): New macro.
4909 (ses-cell-references-aset): New macro.
4910 (ses-cell-p): New function.
4911 (ses-rename-cell): Do no longer rely on complex operations like
4912 ses-cell-set-formula or ses-set-cell to change the cell and handle
4913 the undo at the same time, but rather use lower level new macros
4914 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
fc0c31f8 4915 the undo directly. Refresh the mode line.
b525fd8a 4916
2c73e345
LL
49172012-07-21 Leo Liu <sdl.web@gmail.com>
4918
670d85ea
SM
4919 * progmodes/cc-cmds.el (c-defun-name):
4920 Use match-string-no-properties instead for consistency.
2c73e345 4921
542dfbde
LL
49222012-07-20 Leo Liu <sdl.web@gmail.com>
4923
3646bcd6
LL
4924 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
4925 (Bug#7879)
4926
542dfbde
LL
4927 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
4928
25721031
CY
49292012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
4930
4931 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
4932 * progmodes/bug-reference.el, misearch.el: Provide themselves
4933 (bug#11915).
4934
4935 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
4936 of narrowed buffer (bug#11966).
4937
316e68a7
VB
49382012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
4939
4940 * ses.el (ses-rename-cell): Set new name also in reference list of
4941 cells of which the renamed cell depends.
4942
bbf0e7d9
MY
49432012-07-20 Masatake YAMATO <yamato@redhat.com>
4944
4945 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
4946 to check whether menu-bar is shown or not. If not shown,
4947 show the menu-bar as a popup menu instead of using tmm.
4948 * mouse.el (popup-menu): Accept `point' as `position' argument.
4949
c28662a8
DG
49502012-07-20 Dmitry Gutov <dgutov@yandex.ru>
4951
4952 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
4953 up inside string symbol literal (bug#11923).
4954
87ab808f
EZ
49552012-07-20 Eli Zaretskii <eliz@gnu.org>
4956
4957 * startup.el (fancy-startup-text): Read the whole tutorial, not
4958 just its first 256 bytes. Prevents gibberish in display of the
4959 tutorial title.
4960
89dea803
DA
49612012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
4962
4963 Drop idle buffer compaction due to an absence of the
4964 proved efficiency.
4965 * compact.el: Remove.
4966
8a4e6db8
SS
49672012-07-19 Sam Steingold <sds@gnu.org>
4968
4969 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
4970 vc-bzr-pull & vc-bzr-merge-branch.
4971 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
4972 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
4973 for consistency with compilation-error-regexp-alist.
4974 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
4975 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
4976 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
4977 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
4978
5db81e33
SM
49792012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
4980
4981 * emacs-lisp/chart.el: Use lexical-binding.
4982 (chart-emacs-storage): Don't hardcode the list of entries.
4983
5b835e1d
DA
49842012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
4985
4986 Next round of tweaks caused by Fgarbage_collect changes.
4987 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
4988
9cd47b72
DA
49892012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
4990
4991 Compact buffers when idle.
4992 * compact.el: New file.
4993
1d6fc0df
SM
49942012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
4995
4996 * subr.el (eventp): Presume that if it looks vaguely like an event,
4997 it's an event (bug#10190).
4998
1d29cc7d
FEG
49992012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
5000
5001 Enhancements to ppss related code (thanks Stefan).
5002 * progmodes/python.el (python-indent-context)
5003 (python-indent-calculate-indentation, python-indent-dedent-line)
5004 (python-indent-electric-colon, python-nav-forward-block)
5005 (python-mode-abbrev-table)
1d6fc0df 5006 (python-info-assignment-continuation-line-p): Simplify checks
1d29cc7d
FEG
5007 for ppss context.
5008 (python-info-continuation-line-p): Cleanup.
5009 (python-info-ppss-context): Do not catch 'quote.
5010 (python-info-ppss-context-type)
5011 (python-info-ppss-comment-or-string-p): Simplify.
5012
d583cbe6
FEG
50132012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
5014
5015 * progmodes/python.el: Enhancements to eldoc support.
5016 (python-info-current-symbol): New function.
5017 (python-eldoc-at-point): Use python-info-current-symbol.
5018 (python-info-current-defun): Fix cornercase on first defun scan.
5019 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
5020 and signal error when no inferior python process is available.
5021
eceb6feb
DG
50222012-07-18 Dmitry Gutov <dgutov@yandex.ru>
5023
5024 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
5025 assume it's always t.
5026 (vc-git-registered): Remove caching, the function is only called
5027 once.
5028 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
5029
4c8ff0fe
CY
50302012-07-18 Chong Yidong <cyd@gnu.org>
5031
19fb7186
CY
5032 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
5033
9587c688
CY
5034 * simple.el (count-words): Report on narrowing (Bug#9959).
5035
0fe776a1
CY
5036 * bindings.el: Bind M-= to count-words.
5037
4c8ff0fe
CY
5038 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
5039
7f5331cc
MY
50402012-07-18 Masatake YAMATO <yamato@redhat.com>
5041
5042 * progmodes/sh-script.el (sh-imenu-generic-expression):
5043 Capture a function with `function' keyword and without parentheses
5044 like "function FOO" (bug#11856).
5045
2dc2a609
TH
50462012-07-18 Tassilo Horn <tassilo@member.fsf.org>
5047
5048 * window.el (split-window-sensibly): Make WINDOW argument
5049 optional.
5050
439f7677
CY
50512012-07-18 Chong Yidong <cyd@gnu.org>
5052
9aeb25a6
CY
5053 * subr.el (keyboard-translate): Doc fix (Bug#7261).
5054
439f7677
CY
5055 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
5056 and make C-x 8 RET exit isearch (Bug#11439).
5057
5058 * international/iso-transl.el: Move isearch-mode-map key
5059 definitions to isearch.el.
5060
12999ea8
SM
50612012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
5062
5063 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
5064 (eieio-defclass): Use gv-define-setter when possible.
5065
3ab6e069
DA
50662012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
5067
5068 Reflect recent changes in Fgarbage_collect.
5069 * emacs-lisp/chart.el (chart-emacs-storage): Change to
5070 reflect new format of data returned by Fgarbage_collect.
5071
0a60bc10
FEG
50722012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
5073
5074 New utility functions + python-info-ppss-context fix (Bug#11910).
5075 * progmodes/python.el (python-info-beginning-of-block-statement-p)
5076 (python-info-ppss-comment-or-string-p): New functions.
5077 (python-info-ppss-context): Small fix for string check.
5078
6dafa0d5
JL
50792012-07-17 Juri Linkov <juri@jurta.org>
5080
5081 * dired-aux.el (dired-do-async-shell-command): Doc fix.
5082 (dired-do-async-shell-command): Don't add `*' at the end of the
5083 command (Bug#11815).
5084 (dired-do-shell-command): Doc fix.
5085 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
5086 Join the individual commands using either "&" or ";" as the
5087 separator depending on the values of these trailing characters.
5088 At the end re-add the trailing "&". (Bug#10598)
5089
5090 * simple.el (async-shell-command): Sync the interactive spec with
5091 `shell-command'. Doc fix.
5092 (shell-command): Doc fix.
5093
b19dd9d1
JL
50942012-07-17 Juri Linkov <juri@jurta.org>
5095
5096 * descr-text.el (describe-char): Fix format args. (Bug#10129)
5097
bcdc27d7 50982012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7f5331cc 5099
bcdc27d7 5100 Final renames and doc fixes for movement commands (bug#11899).
7f5331cc
MY
5101 * progmodes/python.el (python-nav-beginning-of-statement):
5102 Rename from python-nav-statement-start.
bcdc27d7
FEG
5103 (python-nav-end-of-statement): Rename from
5104 python-nav-statement-end.
5105 (python-nav-beginning-of-block): Rename from
5106 python-nav-block-start.
5107 (python-nav-end-of-block): Rename from python-nav-block-end.
5108
191da00e
FEG
51092012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
5110
7f5331cc
MY
5111 * progmodes/python.el (python-shell-send-string-no-output):
5112 Allow accept-process-output to quit, keeping shell process ready for
191da00e
FEG
5113 future interactions (Bug#11868).
5114
4dc7c8d5 51152012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
aa7aaf8f 5116
88ecaf8f
SM
5117 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
5118
ef501ef0
SM
5119 * emacs-lisp/elint.el (elint-find-args-in-code):
5120 Use help-function-arglist, so as to handle lexical byte-code.
5121
aa7aaf8f
SM
5122 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
5123 change (bug#11826).
5124
45fd731c
SM
51252012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
5126
2143fa32
SM
5127 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
5128 Avoid spuriously marking the buffer as modified because of c-is-sws.
5129
efc26dbe
SM
5130 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
5131 as not-a-comment (bug#11946).
5132
f5695c9a
SM
5133 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
5134 for uninterned vars.
5135
5136 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
5137 Use read-event since we don't really want to read chars but bytes.
5138
45fd731c
SM
5139 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
5140 $$..$$ but also $..$ using regexps (bug#11953).
5141 Use tex-verbatim for \url and \path.
5142 (tex-font-lock-keywords): Define as defconst like the others.
5143 (tex-common-initialization): Don't use font-lock-syntax-table any more.
5144
ddfc8813
RK
51452012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
5146
5147 * international/mule-cmds.el (ucs-insert): Make it an obsolete
5148 alias for insert-char.
5149
758e556a
FEG
51502012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
5151
5152 * progmodes/python.el: Simplified imenu implementation.
5153 (python-nav-jump-to-defun): Remove command.
5154 (python-mode-map): Use `imenu' instead.
5155 (python-nav-list-defun-positions-cache)
5156 (python-imenu-include-defun-type, python-imenu-make-tree)
5157 (python-imenu-subtree-root-label, python-imenu-index-alist):
5158 Remove vars.
5159 (python-nav-list-defun-positions, python-nav-read-defun)
5160 (python-imenu-tree-assoc, python-imenu-make-element-tree)
45fd731c
SM
5161 (python-imenu-make-tree, python-imenu-create-index):
5162 Remove functions.
758e556a
FEG
5163 (python-mode): Update to interact with imenu by setting
5164 `imenu-extract-index-name-function' only.
5165
032d23ab
FEG
51662012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
5167
5168 * progmodes/python.el: Enhancements to navigation commands.
5169 (python-nav-backward-sentence)
5170 (python-nav-forward-sentence): Remove.
5171 (python-nav-backward-statement, python-nav-forward-statement)
5172 (python-nav-statement-start, python-nav-statement-end)
5173 (python-nav-backward-block, python-nav-forward-block)
5174 (python-nav-block-start, python-nav-block-end)
5175 (python-nav-forward-sexp-function)
5176 (python-info-current-line-comment-p)
5177 (python-info-current-line-empty-p): New functions.
5178 (python-indent-context): Use `python-nav-statement-start'.
5179
01795a1b
MA
51802012-07-16 Michael Albinus <michael.albinus@gmx.de>
5181
9328d9aa
MA
5182 * eshell/em-ls.el (eshell/ls): Use `apply'.
5183
5184 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
5185 multi-hops, instead of Tramp internals.
5186
01795a1b
MA
5187 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
5188
5189 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
5190 when F1 and F2 are located on different hosts.
5191
63408057
CY
51922012-07-14 Chong Yidong <cyd@gnu.org>
5193
5194 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
5195 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
5196 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
5197 (xterm-mouse--read-event-sequence-1000)
5198 (xterm-mouse--read-event-sequence-1006): New functions. For old
5199 mouse protocol, handle M-mouse-X events correctly.
5200 (xterm-mouse-event): New arg specifying mouse protocol.
5201 (turn-on-xterm-mouse-tracking-on-terminal)
5202 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
45fd731c
SM
5203 sequence to toggle extended coordinates on newer XTerms.
5204 This appears to be harmless on terminals which do not support this.
63408057 5205
cd276f6e
LL
52062012-07-14 Leo Liu <sdl.web@gmail.com>
5207
28ca98ac
LL
5208 Add fringe bitmap indicators for flymake. (Bug#11253)
5209 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
5210 (flymake-make-overlay): New arg BITMAP.
5211 (flymake-error-bitmap, flymake-warning-bitmap)
5212 (flymake-fringe-indicator-position): New user variables.
5213
cd276f6e
LL
5214 * fringe.el: New bitmap exclamation-mark.
5215
04408072
JD
52162012-07-14 Jan Djärv <jan.h.d@swipnet.se>
5217
5218 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
5219 also (Bug#7879).
5220
b5cf7fc4
CY
52212012-07-14 Chong Yidong <cyd@gnu.org>
5222
5223 * electric.el (electric-pair-post-self-insert-function): Fix pair
5224 insertion in empty-region case (Bug#11520).
5225
be755c79
RT
52262012-07-14 Chong Yidong <cyd@gnu.org>
5227
45fd731c
SM
5228 * bindings.el: Consolidate ctl-x-r-map bindings.
5229 Bind copy-rectangle-as-kill to C-x r w.
be755c79
RT
5230
5231 * rect.el, register.el: Move bindings to bindings.el.
5232
52332012-07-14 Reuben Thomas <rrt@sc3d.org>
5234
5235 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
5236
7f5b3198
AS
52372012-07-13 Andreas Schwab <schwab@linux-m68k.org>
5238
5239 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
5240
97662200
JB
52412012-07-13 Juanma Barranquero <lekktu@gmail.com>
5242
80185fed
JB
5243 * bindings.el (top): Use `mapc' instead of `mapcar'.
5244
97662200
JB
5245 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
5246
2bb1ae55
MA
52472012-07-13 Michael Albinus <michael.albinus@gmx.de>
5248
5249 * progmodes/sql.el (sql-comint): Suppress the check for program on
5250 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
5251 (Bug#11908)
5252
dea31bd3
CY
52532012-07-13 Chong Yidong <cyd@gnu.org>
5254
5255 * bindings.el: Assign a non-nil permanent-local property to
5256 per-buffer variables which lack a default value (Bug#11930).
5257
5258 * help-fns.el (describe-variable): In the "automatically becomes
5259 local" notice, take note of permanent-local variables.
5260
b68b3337
CY
52612012-07-13 Chong Yidong <cyd@gnu.org>
5262
5263 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
5264 to allow printing the message when called from Lisp.
5265
5266 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5267 Remove toggle-read-only.
5268
5269 * bs.el (bs-toggle-readonly):
45fd731c
SM
5270 * buff-menu.el (Buffer-menu-toggle-read-only):
5271 Remove with-no-warnings around toggle-read-only.
b68b3337
CY
5272
5273 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
5274 Remove with-no-warnings around toggle-read-only.
5275 (ffap-read-only, ffap-read-only-other-window)
5276 (ffap-read-only-other-frame): Callers changed.
5277
5278 * help-mode.el: Don't require view package.
5279 (help-mode-finish): Set buffer-read-only instead of calling
5280 toggle-read-only.
5281
5282 * bindings.el (mode-line-toggle-read-only):
5283 * dired.el (dired-toggle-read-only):
5284 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
5285 with non-nil second arg.
5286
5287 * emacs-lisp/eieio-custom.el (eieio-customize-object):
5288 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
5289 directly.
5290
56bc1586
EZ
52912012-07-12 Eli Zaretskii <eliz@gnu.org>
5292
5293 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
5294 not incf.
5295
a464a6c7
SM
52962012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
5297
5298 More CL cleanups and reduction of use of cl.el.
5299 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
5300 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
5301 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
5302 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
5303 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
5304 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
5305 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
5306 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
5307 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
5308 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
5309 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
5310 * eshell/em-cmpl.el, eshell/em-banner.el:
5311 * calendar/parse-time.el: Use cl-lib.
5312 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
5313 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
5314 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
5315 * term/ns-win.el, term.el, shell.el, ps-samp.el:
5316 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
5317 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
5318 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
5319 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
5320 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
5321 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
5322 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
5323 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
5324 `lambda' rather than with `quote'.
5325 (eshell-do-opt): Adjust accordingly.
5326 (eshell-process-option): Simplify.
5327 * eshell/esh-var.el:
5328 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
5329 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
5330 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
5331 to `pcase--dontcare'.
5332 * emacs-lisp/cl.el (labels): Mark obsolete.
5333 (cl--letf, letf): Move to cl-lib.
5334 (cl--letf*, letf*): Remove.
5335 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
5336 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
5337 (cl-progv): Rewrite.
5338 (cl--letf, cl-letf): Move from cl.el.
5339 (cl-letf*): New macro.
5340 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
5341
7ad4afe1
MA
53422012-07-11 Michael Albinus <michael.albinus@gmx.de>
5343
5344 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
5345
9af57756
CY
53462012-07-11 Chong Yidong <cyd@gnu.org>
5347
5348 * vc/log-edit.el (log-edit-vc-backend): New variable.
5349 (log-edit): Doc fix.
5350
5351 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
5352 argument of log-edit to set up all local variables.
5353 (vc-start-logentry): New optional arg specifying VC backend.
5354
5355 * vc/vc.el (vc-checkin): Use it.
5356 (vc-deduce-fileset): Handle Log Edit buffers.
5357 (vc-diff): Make first argument optional too.
5358
5359 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
5360
8477cc7a
MA
53612012-07-10 Michael Albinus <michael.albinus@gmx.de>
5362
5363 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
5364 command, just in case. The function is not needed anymore.
5365 (eshell-external-command): Do not call `eshell-remote-command'.
5366
19faa8e8
SM
53672012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
5368
f58e0fd5
SM
5369 Reduce use of (require 'cl).
5370 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
5371 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
5372 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
5373 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
5374 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
5375 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
5376 * battery.el, avoid.el, abbrev.el: Use cl-lib.
5377 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
5378 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
5379 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
5380 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
5381 * calculator.el, autorevert.el, apropos.el: Don't require CL.
5382 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
5383 (byte-compile-unfold-bcf, byte-compile-check-variable):
5384 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
5385 (byte-compile-nilconstp):
5386 * emacs-lisp/autoload.el (make-autoload): Use pcase.
5387 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
5388
2519d43a
SM
5389 * emacs-lisp/gv.el (cond): Make it a valid place.
5390 (if): Simplify slightly.
5391
19faa8e8
SM
5392 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
5393 (pcase--self-quoting-p): New function.
5394 (pcase--u1): Use it.
5395
c4907a5e
GM
53962012-07-10 Glenn Morris <rgm@gnu.org>
5397
5398 * emacs-lisp/authors.el (authors-fixed-entries):
5399 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
5400
c4444d16
PE
54012012-07-09 Paul Eggert <eggert@cs.ucla.edu>
5402
5403 Rename configure.in to configure.ac (Bug#11603).
5404 * emacs-lisp/authors.el (authors-canonical-file-name):
5405 * progmodes/autoconf.el (autoconf-mode):
5406 Prefer configure.ac to configure.in.
5407
d75be97d
CY
54082012-07-08 Chong Yidong <cyd@gnu.org>
5409
01ac65bd
CY
5410 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
5411 Implement the mouse-1-click-follows-link handling properly.
5412
5413 * info.el (Info-link-keymap): Use follow-link mechanism for
5414 header-line links (Bug#374).
5415
d75be97d
CY
5416 * simple.el (deactivate-mark): Do not set the primary selection
5417 if another program has acquired it (Bug#11772).
5418
87a92845 54192012-07-07 Kevin Ryde <user42@zip.com.au>
f0ecdfea
KR
5420
5421 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
5422 (woman-decode-region): Replace escaped-escapes without destroying
5423 bold or underline (Bug#11552).
87a92845 5424 (woman2-process-escapes): Handle nofill regions (Bug#11591).
f0ecdfea 5425
621b9d6c
CY
54262012-07-07 Chong Yidong <cyd@gnu.org>
5427
5428 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
19faa8e8
SM
5429 (interprogram-cut-function, interprogram-paste-function):
5430 Mention that we typically mean the clipboard.
621b9d6c 5431
133a11fc
GM
54322012-07-06 Glenn Morris <rgm@gnu.org>
5433
0d27a45e
GM
5434 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
5435
133a11fc
GM
5436 * files.el (toggle-read-only): Restrict message to interactive use.
5437
07b151f1
MA
54382012-07-06 Michael Albinus <michael.albinus@gmx.de>
5439
5440 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
5441
5442 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
5443
211b896b
GM
54442012-07-06 Glenn Morris <rgm@gnu.org>
5445
50394322
GM
5446 * Makefile.in (compile-one-process): Rename from "recompile".
5447
211b896b
GM
5448 * Makefile.in (bzr-update): "compile" is the same as "recompile
5449 autoloads", but parallelizable, so use that instead.
5450
4737eec9
DG
54512012-07-06 Dmitry Gutov <dgutov@yandex.ru>
5452
5453 * window.el (quit-window): Always restore window height when
8137e7b3 5454 it's saved in quit-restore parameter (Bug#11810).
4737eec9 5455
226c3633 54562012-07-06 Glenn Morris <rgm@gnu.org>
cb442973
GM
5457
5458 * simple.el (kill-whole-line): Doc tweak.
5459
226c3633 54602012-07-06 Eli Zaretskii <eliz@gnu.org>
93842198
EZ
5461
5462 * files.el (file-relative-name): Compare file names
5463 case-insensitively if on MS-Windows or MS-DOS, or if
5464 read-file-name-completion-ignore-case is non-nil. Don't use
5465 case-fold-search for this purpose. (Bug#11827)
5466
4dc7c8d5
SM
54672012-07-17 Andreas Schwab <schwab@linux-m68k.org>
5468
5469 * calendar/cal-dst.el (calendar-current-time-zone):
5470 Return calendar-current-time-zone-cache if non-nil.
5471
54722012-07-17 Masatake YAMATO <yamato@redhat.com>
226c3633 54732012-07-06 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 5474
19faa8e8
SM
5475 * calendar/cal-dst.el (calendar-current-time-zone):
5476 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 5477
60198fc9
GM
54782012-07-06 Glenn Morris <rgm@gnu.org>
5479
5480 * Makefile.in (cvs-update): Remove old alias.
5481
957b3189
MA
54822012-07-05 Michael Albinus <michael.albinus@gmx.de>
5483
5484 Sync with Tramp 2.2.6-pre.
5485
5486 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
5487 compatible declaration.
5488
19faa8e8
SM
5489 * net/tramp-cmds.el (tramp-append-tramp-buffers):
5490 Protect `list-load-path-shadows' call.
957b3189
MA
5491
5492 * net/tramp-compat.el (top): Require packages, which aren't
5493 autoloaded anymore for XEmacs. Protect call of
5494 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
5495 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
5496 it hurts at least for SXEmacs.
5497 (tramp-compat-temporary-file-directory): In XEmacs, there is no
5498 standard-value for `temporary-file-directory'.
5499
5500 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
5501 Redirect stderr to /dev/null.
5502 (tramp-sh-handle-write-region): uid and gid can be floats.
5503 Reported by Russell Sim <russell.sim@gmail.com>.
5504 (tramp-sh-handle-vc-registered): Hide errors.
5505 (tramp-vc-file-name-handler): Use dummy results for `process-file'
5506 and `start-file-process'.
5507 (tramp-maybe-open-connection): Check also whether `non-essential'
5508 is bound.
5509
566df3fc
CY
55102012-07-04 Chong Yidong <cyd@gnu.org>
5511
5512 * xml.el (xml--parse-buffer): Use xml-syntax-table.
5513 (xml-parse-tag): Likewise, and avoid changing entity tables.
5514 (xml-syntax-table): Define from scratch, making sure not to give
5515 x2000 and other Unicode spaces whitespace syntax, since those are
5516 not spaces in XML.
5517 (xml-parse-fragment): Delete unused function.
5518 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
5519 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
5520 (xml-entity-ref, xml-pe-reference-re)
5521 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
5522 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
5523 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
5524 (xml-entity-value-re): Use syntax references in regexps where
5525 possible; no need to define inside a let-binding.
5526 (xml-parse-dtd): Use xml-pe-reference-re.
5527 (xml-entity-or-char-ref-re): New defconst.
5528 (xml-parse-string, xml-substitute-special): Use it.
5529
30eabd7a
SM
55302012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
5531
0781098a
SM
5532 * files.el (locate-dominating-file): Allow `name' to be a predicate.
5533 (find-file--read-only): New function.
5534 (find-file-read-only, find-file-read-only-other-window)
5535 (find-file-read-only-other-frame): Use it.
5536 (insert-file-contents-literally): Don't `fset'.
5537 (get-free-disk-space): Use locate-dominating-file.
5538
b5771c0d
SM
5539 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
5540 function is already compiled.
5541
30eabd7a
SM
5542 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
5543
b4886f6e
MA
55442012-07-03 Michael Albinus <michael.albinus@gmx.de>
5545
5546 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
5547 files on the same host.
5548
b9d82339
AS
55492012-07-03 Andreas Schwab <schwab@linux-m68k.org>
5550
5551 * help-fns.el (describe-function-1): Only call
5552 help-fns--autoloaded-p when we have a file name. (Bug#11848)
5553
a76e6535
CY
55542012-07-03 Chong Yidong <cyd@gnu.org>
5555
5556 * xml.el: Protect parser against XML bombs.
5557 (xml-entity-expansion-limit): New variable.
5558 (xml-parse-string, xml-substitute-special): Use it.
5559 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
5560
b544fef2
GM
55612012-07-03 Glenn Morris <rgm@gnu.org>
5562
5563 * progmodes/bug-reference.el (bug-reference-bug-regexp):
5564 Allow linking to specific messages in debbugs reports (eg 123#5).
5565
a7aef6f5
CY
55662012-07-02 Chong Yidong <cyd@gnu.org>
5567
5568 * xml.el: Fix entity and character reference expansion, allowing
5569 them to expand into markup as per XML spec.
5570 (xml-default-ns): New variable.
5571 (xml-entity-alist): Use XML spec definitions for lt and amp.
30eabd7a
SM
5572 (xml-parse-region): Make first two arguments optional.
5573 Discard text properties.
5574 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
5575 All callers changed.
a7aef6f5
CY
5576 (xml-parse-tag): Call xml-parse-tag-1. For backward
5577 compatibility, this function should not modify buffer contents.
5578 (xml-parse-tag-1): Fix opening-tag regexp.
5579 (xml-parse-string): Rewrite, handling entity and character
5580 references properly.
5581 (xml--entity-replacement-text): Signal an error if a parameter
5582 entity is undefined.
5583
3df31c9f
SM
55842012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
5585
2b5208f1
SM
5586 * comint.el (comint-output-filter): Filter out repeated prompts.
5587
3df31c9f
SM
5588 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
5589 and file-name-absolute-p.
5590 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
5591 internal calls.
5592
e3ac1281
PE
55932012-07-02 Paul Eggert <eggert@cs.ucla.edu>
5594
5595 Spelling fixes.
5596 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
5597 Rename from byte-compile--refiy-function. All uses changed.
5598
fbf2e7ad
CY
55992012-07-01 Chong Yidong <cyd@gnu.org>
5600
5601 * xml.el (xml--parse-buffer): New function. Move most of
5602 xml-parse-region here.
5603 (xml-parse-region): Copy region into a temporary buffer, since
5604 parameter entity substitution requires changing buffer contents.
5605 Use xml--parse-buffer.
5606 (xml-parse-file): Use xml--parse-buffer.
5607 (xml-parse-dtd): Make parameter entity substitution work right.
6fe566a7 5608 Use proper regexps for ELEMENT declarations (Bug#7172).
fbf2e7ad 5609
9bf0aa15
GM
56102012-06-30 Glenn Morris <rgm@gnu.org>
5611
bbce2853
GM
5612 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
5613
9bf0aa15
GM
5614 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
5615 Remove outdated and unnecessary dbus declarations.
5616
0d23c240
EZ
56172012-06-30 Eli Zaretskii <eliz@gnu.org>
5618
5619 * emacs-lisp/timer.el (timer-until): Subtract results of
5620 float-time, instead of taking float-time of the result of
5621 time-subtract, since float-time signals an error for negative time
5622 arguments.
5623
b3218de1
CY
56242012-06-30 Chong Yidong <cyd@gnu.org>
5625
5626 * xml.el (xml-*-re): Convert defvars into defconsts, and
5627 eval-and-compile them so eval-and-compile works on derivatives.
5628 (xml--entity-replacement-text): Use eval-and-comple.
5629
a40c87a0
MA
56302012-06-30 Michael Albinus <michael.albinus@gmx.de>
5631
5632 * vc/vc-git.el (vc-git-registered): Use cache property
5633 `git-registered'.
5634 (vc-git-mode-line-string): Call `vc-working-revision' instead of
5635 `vc-git-working-revision' in order to benefit from the cache.
2bb1ae55 5636 (vc-git-root): Use cache property `git-root'. (Bug#11757)
a40c87a0 5637
ac87de97
DG
56382012-06-30 Dmitry Gutov <dgutov@yandex.ru>
5639
5640 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
2bb1ae55 5641 removed (likely outside Emacs). (Bug#11757)
ac87de97 5642
ac10fe06
SM
56432012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
5644
3df31c9f 5645 * emacs-lisp/cl-lib.el: Require macroexp.
ac10fe06 5646
7f3fbd5d
CY
56472012-06-30 Chong Yidong <cyd@gnu.org>
5648
5649 * xml.el: Implement XML parameter entities.
5650 (xml-parameter-entity-alist): New variable.
5651 (xml-parse-region, xml-parse-fragment): Preserve previous values
5652 of xml-entity-alist and xml-parameter-entity-alist, so that
5653 repeated calls on different documents do not change them.
5654 (xml-parse-tag): Fix doctype regexp.
5655 (xml--entity-replacement-text): New function.
5656 (xml-parse-dtd): Use it. Don't handle system entities; doing that
5657 properly requires url retrieval which is unimplemented.
5658 (xml-escape-string): Doc fix.
5659
3cfbebba
SM
56602012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
5661
5662 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
5663
2af3565e
DA
56642012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
5665
5666 * fringe.el (fringe-mode): Doc fix.
5667
929df0e7
MA
56682012-06-29 Michael Albinus <michael.albinus@gmx.de>
5669
5670 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
5671 is non-nil.
5672 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
5673 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
5674
c8d3a25c 56752012-06-29 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 5676
c8d3a25c
GM
5677 * calendar/cal-dst.el (calendar-current-time-zone):
5678 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 5679
c8d3a25c 56802012-06-29 Masatake YAMATO <yamato@redhat.com>
26e8548e
MY
5681
5682 * progmodes/which-func.el (which-func-format):
5683 Add mouse-face. (Bug#11698)
5684
c8d3a25c
GM
56852012-06-29 Leo Liu <sdl.web@gmail.com>
5686
5687 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
5688
56892012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5690
5691 * minibuffer.el (minibuffer-confirm-exit-commands):
5692 Add completion-at-point (bug#11725).
5693
56942012-06-29 Glenn Morris <rgm@gnu.org>
5695
5696 * progmodes/f90.el (f90-font-lock-keywords-2):
5697 Add some preprocessor elements. (Bug#10499)
5698
56992012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5700
5701 * progmodes/cperl-mode.el (cperl-update-syntaxification):
5702 Use syntax-propertize (bug#11739).
5703
2badeec4
JB
57042012-06-28 Juanma Barranquero <lekktu@gmail.com>
5705
5706 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
5707
ae4969c2
JD
57082012-06-28 Julien Danjou <julien@danjou.info>
5709
5710 * term.el (term-handle-colors-array): Use a set of new faces to
5711 color the terminal. Also uses :inverse-video property.
5712 (term-default-fg-color): Set to nil by default, deprecate in favor
5713 of `term-face'.
5714 (term-default-bg-color): Set to nil by default, deprecate in favor
5715 of `term-face'.
5716 (term-current-face): Use `term-face' by default.
5717 (term-bold-attribute): Variable deleted.
5718
1c9bd870
GM
57192012-06-28 Glenn Morris <rgm@gnu.org>
5720
5721 * simple.el (completion-list-mode-finish):
5722 Don't use toggle-read-only. (Since completion-list-mode has
5723 a special mode-class, it wasn't doing anything extra anyway.)
5724
c207708c
SM
57252012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
5726
5727 Make inlining of other-mode interpreted functions work (bug#11799).
5728 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
5729 (byte-compile): Use it to fix compilation of lexical-binding closures.
5730 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
5731 function, if needed.
5732
3fd56834
SM
57332012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
5734
04901786
SM
5735 * help-mode.el (help-make-xrefs): Don't just withstand
5736 cyclic-variable-indirection but any error in documentation-property.
5737
1ec4b7b2
SM
5738 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
5739 memory use.
5740 * bindings.el (bindings--define-key): New function.
5741 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
5742 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
5743 * bindings.el: Use it to purecopy define-key bindings.
5744
e309e2a5
SM
5745 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
5746
d5c6faf9
SM
5747 * emacs-lisp/cl.el (flet): Mark obsolete.
5748 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
5749 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
5750 * progmodes/js.el (js-c-fill-paragraph):
5751 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
5752 (ebrowse-switch-member-buffer-to-derived-class):
5753 * play/5x5.el (5x5-solver): Use cl-flet.
5754
6e9590e2
SM
5755 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
5756 (cl--symbol-function): New macro.
5757 (cl--letf, cl--letf*): Use it.
5758
3fd56834
SM
5759 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
5760 Strip "toggle-" if any.
5761
35ff222c
GM
57622012-06-27 Glenn Morris <rgm@gnu.org>
5763
1ba6038a
GM
5764 * info.el (Info-default-directory-list): Move here from paths.el.
5765 * paths.el: Remove file, which is now empty.
5766 * loadup.el: No longer load "paths".
5767
0ea0e51b
GM
5768 * custom.el (custom-initialize-delay): Doc fix.
5769
35ff222c
GM
5770 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
5771 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
5772 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
5773 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
5774 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
5775 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
5776 * eshell/eshell.el (eshell-defgroup): Remove alias.
5777
c89926a5
CY
57782012-06-27 Chong Yidong <cyd@gnu.org>
5779
5780 * help.el (help-enable-auto-load): New variable.
5781
5782 * help-fns.el (help-fns--autoloaded-p): New function.
5783 (describe-function-1): Refer to a function as "autoloaded" if it
5784 was autoloaded at any time in the past. Perform autoloading if
5785 help-enable-auto-load is non-nil.
5786
cc06e7e7
EZ
57872012-06-26 Eli Zaretskii <eliz@gnu.org>
5788
5789 * makefile.w32-in (compile, compile-always): Depend on
5790 update-subdirs, not on subdirs.el. Otherwise, several different
5791 sub-targets of 'bootstrap' running in parallel could
5792 simultaneously write to subdirs.el, producing a garbled file.
5793
d2c32364
SS
57942012-06-26 Sam Steingold <sds@gnu.org>
5795
5796 * files.el (file-name-base): New convenience function.
0d14cc21
GM
5797 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
5798 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
5799 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
5800 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
5801 * textmodes/ispell.el, textmodes/reftex-ref.el:
d2c32364
SS
5802 * textmodes/tex-mode.el: Use it.
5803 Did not touch cedet and org because they are maintained elsewhere.
5804
5cf983b2
MR
58052012-06-26 Martin Rudalics <rudalics@gmx.at>
5806
5807 * calendar/calendar.el (calendar-exit): Don't try to delete or
5808 iconify last frame. See:
5809 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
5810
8c4f2952
JD
58112012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
5812
5813 * server.el (server-process-filter): Remember dir in the
5814 process's `server-client-directory' properties.
5815
772b2e2c
CY
58162012-06-24 Chong Yidong <cyd@gnu.org>
5817
5818 * xml.el (xml-parse-tag): Correctly handle comment embedded in
5819 non-tag text.
5820
711b11e1
JB
58212012-06-23 Juanma Barranquero <lekktu@gmail.com>
5822
5823 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
5824
dc5d230c
SM
58252012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
5826
5827 * help-fns.el (describe-variable): Don't croak when doc is not found.
5828 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
5829 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
5830 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
5831 * emacs-lisp/smie.el (smie-next-sexp): CSE.
5832 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
5833 ((lambda ..) ..).
5834 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
5835
136e1c1d
CY
58362012-06-23 Chong Yidong <cyd@gnu.org>
5837
e8c1cabf
CY
5838 * info.el (Info-mouse-follow-link): Accept symbol values of
5839 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
136e1c1d
CY
5840 (Info-fontify-node): Use Info-link-keymap for all navigation
5841 buttons, with link-args property to perform the desired action.
5842 (Info-link-keymap): Doc fix.
5843 (Info-next-link-keymap, Info-prev-link-keymap)
5844 (Info-up-link-keymap): Delete now-unused keymaps.
5845
0e9e6c6a
CY
58462012-06-23 Chong Yidong <cyd@gnu.org>
5847
05e89fea
CY
5848 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
5849
0e9e6c6a
CY
5850 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
5851 system abbrevs.
5852
5853 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
5854
e33c6771
SM
58552012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
5856
b68581e2
SM
5857 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
5858 (bug#11719).
5859
e33c6771
SM
5860 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
5861 the requote function doesn't work properly (bug#11714).
5862
7117e105
GM
58632012-06-23 Glenn Morris <rgm@gnu.org>
5864
5865 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
5866
36cec983
SM
58672012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5868
5869 Further GV/CL cleanups.
5870 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
5871 gv-expander.
5872 (gv--defun-declaration): New function.
5873 (defun-declarations-alist): Use it.
5874 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
5875 (gv-place): Autoload.
5876 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
5877 original definition of dotimes and dolist.
5878 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
5879 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
5880 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
5881 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
5882 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
5883 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
5884 to the function's definition.
5885 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
5886 * window.el:
5887 * files.el:
5888 * faces.el:
5889 * env.el: Don't use CL.
5890
d35af63c
PE
58912012-06-22 Paul Eggert <eggert@cs.ucla.edu>
5892
5893 Support higher-resolution time stamps (Bug#9000).
5894
5895 * calendar/time-date.el (with-decoded-time-value): New arg
5896 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
5897 (encode-time-value): New optional arg PICO. New type 3.
5898 (time-to-seconds) [!float-time]: Support the new picoseconds
5899 component if it's used.
5900 (seconds-to-time, time-subtract, time-add):
5901 Support ps-resolution time stamps as well.
5902
5903 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
5904 (timerp): Timer vectors now have length 9, not 8.
5905 (timer--time): Support new-style (4-part) time stamps.
5906 (timer-next-integral-multiple-of-time): Time stamps now have
5907 picosecond resolution, so take a bit more care about rounding.
5908 (timer-relative-time, timer-inc-time): New optional arg psecs.
5909 (timer-set-time-with-usecs): Set psecs to 0.
5910 (timer--activate): Check psecs component, too.
5911
5912 * proced.el (proced-time-lessp): Support ps-resolution stamps.
5913
ac77b21a
SM
59142012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5915
f143bfe3
SM
5916 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
5917 Move the non-essential binding to the post/pre-command-hook where it is
5918 more obviously correct.
5919
ac77b21a
SM
5920 * subr.el (read-passwd): Don't use a history at all.
5921 * savehist.el (savehist-save): Remove password saved accidentally
5922 because of the above bug.
5923
76386c5a
BG
59242012-06-22 Bastien Guerry <bzg@gnu.org>
5925
5926 * files.el (toggle-read-only): Display a message telling whether
5927 the buffer is read-only or not (bug#11726).
5928
2ee3d7f0
SM
59292012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5930
5931 * emacs-lisp/gv.el: New file.
5932 * subr.el (push, pop): Extend to generalized variables.
5933 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
5934 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
5935 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
5936 gv-define-simple-setter, and gv-define-expander.
5937 Remove setf-methods defined in gv. Rename cl-setf -> setf.
5938 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
5939 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
5940 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
5941 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
5942 gv-letplace.
5943 (cl-defstruct): Don't define setf-method any more.
5944 * emacs-lisp/cl.el (flet): Don't autoload.
5945 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
5946 (define-setf-expander, defsetf, define-modify-macro)
5947 (cl-struct-setf-expander): Move from cl-lib.el.
5948 * emacs-lisp/syntax.el:
5949 * emacs-lisp/ewoc.el:
5950 * emacs-lisp/smie.el:
5951 * emacs-lisp/cconv.el:
5952 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
5953 (timer--time): Use gv-define-simple-setter.
5954 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
5955 to avoid coding-system problems in subr.el. Adjust all users.
5956 (macroexp--maxsize, macroexp-small-p): New functions.
5957 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
5958 * scroll-bar.el (scroll-bar-mode):
5959 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
5960 (normal-erase-is-backspace-mode): Don't use the `eq' place.
5961 * winner.el (winner-configuration, winner-make-point-alist)
5962 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
5963 * files.el (locate-file-completion-table): Avoid list*.
5964
c5695d1d
CY
59652012-06-22 Chong Yidong <cyd@gnu.org>
5966
5967 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
5968 (dired-create-files): Doc fix (Bug#11329).
5969 (dired-do-copy): Doc fix (Bug#11334).
5970 (dired-mark-read-string): Doc fix (Bug#11553).
5971
2ee3d7f0
SM
5972 * dired.el (dired-recursive-copies, dired-recursive-deletes):
5973 Doc fix (Bug#11326).
c5695d1d
CY
5974 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
5975 (dired-dwim-target): Doc fix.
5976
5977 * wdired.el (wdired-mode): Doc fix.
5978
89b5595a
GM
59792012-06-22 Glenn Morris <rgm@gnu.org>
5980
575db3f1
GM
5981 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
5982 (pcmpl-rpm-cache-stamp-file): New constant.
5983 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
5984 (pcmpl-rpm-packages): Optionally cache list of packages.
5985
a4c8dd51
GM
5986 * pcmpl-rpm.el (pcmpl-rpm): New group.
5987 (pcmpl-rpm-query-options): New option.
5988 (pcmpl-rpm-packages): No need to inline it.
5989 Use pcmpl-rpm-query-options.
5990
89b5595a
GM
5991 * calendar/calendar.el (calendar-in-read-only-buffer):
5992 Avoid some needless mode changes.
5993
e76f0800
CY
59942012-06-21 Chong Yidong <cyd@gnu.org>
5995
5996 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
5997 (desktop-path): Remove . from the default value (Bug#10977).
6b67c0d4 5998 (desktop-read): Use user-emacs-directory if desktop-path is nil.
e76f0800 5999
297a8f1d
CY
60002012-06-20 Chong Yidong <cyd@gnu.org>
6001
6002 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
6003
d34c18b1
DR
60042012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
6005
6006 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
6007 (bug#11201).
6008
32f7f28e
CY
60092012-06-20 Chong Yidong <cyd@gnu.org>
6010
6011 * term.el (term-window-width): Handle the case of a missing right
6012 fringe (Bug#8837).
6013 (term-check-size): Use window-text-height (Bug#5445).
d34c18b1
DR
6014 (term-mode): Use define-derived-mode. Minor cleanups.
6015 Set font-lock-defaults (Bug#7692).
6ff7caa8
CY
6016 (term-move-columns, term-insert-char, term-emulate-terminal)
6017 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
32f7f28e 6018
493c6688
MA
60192012-06-20 Michael Albinus <michael.albinus@gmx.de>
6020
d34c18b1
DR
6021 * net/ange-ftp.el (ange-ftp-get-passwd):
6022 Bind `enable-recursive-minibuffers'.
493c6688
MA
6023 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
6024
3f06ecf4
DR
60252012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
6026
6027 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
6028
68f12411
GM
60292012-06-19 Glenn Morris <rgm@gnu.org>
6030
6031 * progmodes/python.el (python-mode): Derive from prog-mode.
6032
b3820318
KG
60332012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
6034
6035 * emulation/edt.el (edt-default-menu-bar-update-buffers)
6036 (edt-user-menu-bar-update-buffers): New functions.
6037 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
6038
c6bf3022
CY
60392012-06-19 Chong Yidong <cyd@gnu.org>
6040
6041 * subr.el (with-selected-window): Preserve the selected window's
6042 terminal's top-frame (Bug#4702).
6043
6044 * window.el (save-selected-window): Likewise.
6045
25f09295
SM
60462012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6047
6048 * progmodes/python.el (python-rx-constituents): Move backquote.
6049 (python-skeleton-define, python-define-auxiliary-skeleton):
6050 Use `declare'.
6051
6b11952a
MA
60522012-06-18 Michael Albinus <michael.albinus@gmx.de>
6053
6054 * minibuffer.el (read-file-name-default): Revert the patch from
6055 2012-06-17.
6056
ee4b1330
SM
60572012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6058
6059 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
6060 (pcase--u1, pcase--q1): Don't use apply-partially.
6061
35647f79
GM
60622012-06-18 Glenn Morris <rgm@gnu.org>
6063
6064 * progmodes/python.el (python-proc, python-buffer)
6065 (python-send-receive, python-send-string): Fix obsolete versions.
6066
24b0cff0
MR
60672012-06-18 Martin Rudalics <rudalics@gmx.at>
6068
6069 * window.el (special-display-p): Completely remove stringp
6070 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
6071
29855149
MA
60722012-06-17 Michael Albinus <michael.albinus@gmx.de>
6073
6074 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
6075
6076 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
6077
6078 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
6079 * net/tramp-sh.el (tramp-maybe-open-connection):
6080 Throw if `non-essential' is non-nil.
6081
07463363
MR
60822012-06-17 Martin Rudalics <rudalics@gmx.at>
6083
6084 * window.el (special-display-p): Signal an error if BUFFER-NAME
6085 is not a string (Bug#11713).
6086
48d1354e
PE
60872012-06-17 Paul Eggert <eggert@cs.ucla.edu>
6088
6089 * progmodes/python.el (python-info-beginning-of-backslash):
6090 Rename from python-info-beginning-of-backlash, as a spelling fix.
6091
eb4a8a9a
CY
60922012-06-17 Chong Yidong <cyd@gnu.org>
6093
6094 * term.el (term-emulate-terminal): If term-check-size is called,
6095 move point to the process mark without resetting point (Bug#4635).
6096
ddfbf826 60972012-06-17 Glenn Morris <rgm@gnu.org>
9c758578
GM
6098
6099 * international/mule-cmds.el (mule-menu-keymap)
6100 (set-language-environment, set-locale-environment): Doc tweaks.
6101
9b0e3eba
AA
61022012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
6103
6104 * cus-face.el (custom-face-attributes): Add wave-style underline
6105 attribute.
6106 * faces.el (set-face-attribute): Update docstring to describe
6107 wave-style underline attribute.
6108
771e3eae
CY
61092012-06-16 Chong Yidong <cyd@gnu.org>
6110
6111 * term/xterm.el (terminal-init-xterm): Discard input before
6112 querying background mode (Bug#10959).
6113
7ae2ea10
SM
61142012-06-16 Stefan Merten <smerten@oekonux.de>
6115
6116 * textmodes/rst.el: Added and corrected some comments.
6117 (rst-re-alist-def): Improve symbol syntax.
6118 (rst-mode-syntax-table): Correct syntax entries.
6665a6fd
SM
6119 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
6120 (rst-official-version, rst-official-cvs-rev): Update version
6121 information.
7ae2ea10 6122
b6974efa
JB
61232012-06-15 Juanma Barranquero <lekktu@gmail.com>
6124
6125 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
6126 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
6127
8826d473
GM
61282012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
6129
6130 * progmodes/python.el: New python.el merge.
6131 (python-guess-indent): Obsolete var.
6132 (python-indent-guess-indent-offset): New defcustom.
6133 (python-indent): Obsolete var.
6134 (python-indent-offset): New defcustom.
6135 (python-python-command, python-jython-command): Delete var.
6136 (python-shell-interpreter): New defcustom.
6137 (python-pdbtrack-do-tracking-p): Delete var.
6138 (python-pdbtrack-activate): New defcustom.
6139 (python-use-skeletons): Obsolete var.
6140 (python-skeleton-autoinsert): New defcustom.
6141 (inferior-python-filter-regexp, python-continuation-offset)
6142 (python-honour-comment-indentation, python-indent-string-contents)
6143 (python-jython-packages, python-mode-hook)
6144 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
6145 (python-shell-prompt-alist)
6146 (python-source-modes): Delete defcustoms.
6147 (python-check-buffer-name, python-eldoc-setup-code)
6148 (python-eldoc-string-code, python-ffap-setup-code)
6149 (python-ffap-string-code, python-fill-comment-function)
6150 (python-fill-decorator-function, python-fill-paren-function)
6151 (python-fill-string-function, python-imenu-include-defun-type)
6152 (python-imenu-make-tree, python-imenu-subtree-root-label)
6153 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
6154 (python-shell-compilation-regexp-alist)
6155 (python-shell-completion-module-string-code)
6156 (python-shell-completion-pdb-string-code)
6157 (python-shell-completion-setup-code)
6158 (python-shell-completion-string-code)
6159 (python-shell-enable-font-lock, python-shell-exec-path)
6160 (python-shell-extra-pythonpaths)
6161 (python-shell-internal-buffer-name, python-shell-interpreter-args)
6162 (python-shell-process-environment)
6163 (python-shell-prompt-block-regexp)
6164 (python-shell-prompt-output-regexp)
6165 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
6166 (python-shell-send-setup-max-wait, python-shell-setup-codes)
6167 (python-shell-virtualenv-path): New defcustoms.
6168 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
6169 (inferior-python-mode-syntax-table, python--prompt-regexp)
6170 (python-buffer, python-command python-python-command)
6171 (python-default-template, python-imports, python-indent-index)
6172 (python-indent-list, python-indent-list-length)
6173 (python-mode-running, python-pdbtrack-is-tracking-p)
6174 (python-preoutput-continuation, python-preoutput-leftover)
6175 (python-preoutput-result, python-preoutput-skip-next-prompt)
6176 (python-prev-dir/file, python-recursing)
6177 (python-saved-check-command, python-version-checked)
6178 (python-which-func-length-limit)
6179 (view-return-to-alist): Delete vars.
6180 (python-check-custom-command, python-dotty-syntax-table)
6181 (python-imenu-index-alist, python-indent-current-level)
6182 (python-indent-dedenters, python-indent-levels)
6183 (python-nav-beginning-of-defun-regexp)
6184 (python-nav-list-defun-positions-cache)
6185 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
6186 (python-shell-internal-buffer)
6187 (python-skeleton-available): New vars.
6188 (def-python-skeleton): Delete macro.
6189 (python-skeleton-define): New macro.
6190 (python-define-auxiliary-skeleton, python-rx): New macros.
6191 (python-insert-class): Delete command.
6192 (python-skeleton-class): New command.
6193 (python-insert-def): Delete command.
6194 (python-skeleton-def): New command.
6195 (python-insert-for): Delete command.
6196 (python-skeleton-for): New command.
6197 (python-insert-if): Delete command.
6198 (python-skeleton-if): New command.
6199 (python-insert-try/except, python-insert-try/finally): Delete commands.
6200 (python-skeleton-try): New command.
6201 (python-insert-while): Delete command.
6202 (python-skeleton-while): New command.
6203 (python-backspace): Delete command.
6204 (python-indent-dedent-line-backspace): New command.
6205 (python-electric-colon): Delete command.
6206 (python-indent-electric-colon): New command.
6207 (python-guess-indent): Delete command.
6208 (python-indent-guess-indent-offset): New command.
6209 (python-shift-left): Delete command.
6210 (python-indent-shift-left): New command.
6211 (python-shift-right): Delete command.
6212 (python-indent-shift-right): New command.
6213 (python-find-function): Delete command.
6214 (python-nav-jump-to-defun): New command.
6215 (python-next-statement): Delete command.
6216 (python-nav-forward-sentence): New command.
6217 (python-previous-statement): Delete command.
6218 (python-nav-backward-sentence): New command.
6219 (python-fill-paragraph): Delete command.
6220 (python-fill-paragraph-function): New command.
6221 (python-send-buffer): Delete command.
6222 (python-shell-send-buffer): New command.
6223 (python-send-defun): Delete command.
6224 (python-shell-send-defun): New command.
6225 (python-send-region, python-send-region-and-go): Delete commands.
6226 (python-shell-send-region)
6227 (python-shell-switch-to-shell): New commands.
6228 (python-send-string): Delete command.
6229 (python-shell-send-string): New command.
6230 (python-switch-to-python): Delete command.
6231 (python-shell-switch-to-shell): New command.
6232 (python-describe-symbol): Delete command.
6233 (python-eldoc-at-point): New command.
6234 (python--set-prompt-regexp, python-args-to-list)
6235 (python-after-info-look, python-check-version)
6236 (python-check-comint-prompt, python-find-imports)
6237 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
6238 (python-unload-function, python-expand-template)
6239 (python-maybe-jython, python-preoutput-filter)
6240 (python-pdbtrack-get-source-buffer)
6241 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
6242 (python-pdbtrack-toggle-stack-tracking)
6243 (python-pdbtrack-track-stack-file, python-initial-text)
6244 (python-first-word, python-comment-line-p, python-send-command)
6245 (python-setup-brm, python-sentinel, python-set-proc)
6246 (python-skip-out, python-input-filter, python-outdent-p)
6247 (python-outline-level, python-backslash-continuation-line-p)
6248 (python-end-of-block, python-end-of-statement, python-mark-block)
6249 (python-beginning-of-block, python-beginning-of-statement)
6250 (python-blank-line-p, python-beginning-of-string)
6251 (python-open-block-statement-p): Delete functions.
6252 (python-indent-line, python-indent-line-1): Delete functions.
6253 (python-indent-line): New function.
6254 (python-indentation-levels): Delete function.
6255 (python-indent-calculate-levels): New function.
6256 (python-proc): Delete function.
6257 (python-shell-get-process): New function.
6258 (python-send-receive): Delete function.
6259 (python-shell-send-string-no-output): New function.
6260 (python-module-path): Delete function.
6261 (python-ffap-module-path): New function.
6262 (python-completion-at-point)
6263 (python-symbol-completions): Delete functions.
6264 (python-completion-complete-at-point): New function.
6265 (python-load-file): Delete function.
6266 (python-shell-send-file): New function.
6267 (python-calculate-indentation): Delete function.
6268 (python-indent-calculate-indentation): New function.
6269 (python-skip-comments/blanks): Delete function.
6270 (python-util-forward-comment): New function.
6271 (python-continuation-line-p): Delete function.
6272 (python-info-continuation-line-p): New function.
6273 (python-which-func, python-current-defun): Delete function.
6274 (python-info-current-defun): New function.
6275 (python-beginning-of-defun): Delete function.
6276 (python-nav-beginning-of-defun): New function.
6277 (python-close-block-statement-p)
6278 (python-block-end-p): Delete function.
6279 (python-info-closing-block): New function.
6280 (python-comint-output-filter-function)
6281 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
6282 (python-fill-comment, python-fill-decorator, python-fill-paren)
6283 (python-fill-string, python-imenu-make-element-tree)
6284 (python-imenu-make-tree, python-imenu-tree-assoc)
6285 (python-indent-context, python-indent-dedent-line)
6286 (python-indent-line-function)
6287 (python-indent-post-self-insert-function)
6288 (python-indent-toggle-levels)
6289 (python-info-assignment-continuation-line-p)
6290 (python-info-beginning-of-backlash)
6291 (python-info-block-continuation-line-p)
6292 (python-info-closing-block-message)
6293 (python-info-line-ends-backslash-p)
6294 (python-info-looking-at-beginning-of-defun)
6295 (python-info-ppss-context, python-info-ppss-context-type)
6296 (python-nav-list-defun-positions, python-nav-read-defun)
6297 (python-nav-sentence-end, python-nav-sentence-start)
6298 (python-pdbtrack-comint-output-filter-function)
6299 (python-pdbtrack-set-tracked-buffer)
6300 (python-shell-calculate-exec-path)
6301 (python-shell-calculate-process-environment)
6302 (python-shell-completion--do-completion-at-point)
6303 (python-shell-completion--get-completions)
6304 (python-shell-completion-complete-at-point)
6305 (python-shell-completion-complete-or-indent)
6306 (python-shell-get-or-create-process)
6307 (python-shell-get-process-name)
6308 (python-shell-internal-get-or-create-process)
6309 (python-shell-internal-get-process-name)
6310 (python-shell-internal-send-string, python-shell-make-comint)
6311 (python-shell-parse-command, python-shell-send-setup-code)
6312 (python-skeleton-add-menu-items)
6313 (python-util-clone-local-variables, python-util-position)
6314 (run-python-internal, python-indentation-levels)
6315 (python-nav-beginning-of-defun)
6316 (python-completion-complete-at-point): New functions.
6317 (run-python): Change arguments. New API requirements.
6318
4302f5ba
SM
63192012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6320
f38ea36d
SM
6321 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
6322 (bug#11649).
6323
6324 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
6325 (macroexp--expand-all): Use it.
6326
4302f5ba
SM
6327 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
6328 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
6329 Use `cl-function' instead.
6330
33377562
JB
63312012-06-14 Juanma Barranquero <lekktu@gmail.com>
6332
6333 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
6334 Suggested by Stefan Monnier while discussing bug#11657.
6335
54c5ba1a
SS
63362012-06-14 Sam Steingold <sds@gnu.org>
6337
6338 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
6339
f9f1b1fe
AS
63402012-06-14 Andreas Schwab <schwab@linux-m68k.org>
6341
6342 * play/doctor.el (doctor-doc): Remove parameter and use
6343 doctor-sent instead of sent.
6344 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
6345
a81068ba
SM
63462012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6347
5a315f9c
SM
6348 * files.el: Require cl-lib.
6349 (file-name-non-special): Replace case -> cl-case.
6350
6351 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
6352
a81068ba
SM
6353 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
6354 mapping from #' to function*.
6355
8cca9703
CY
63562012-06-13 Chong Yidong <cyd@gnu.org>
6357
6358 * mouse.el (mouse-drag-track): Do not set the mark if the user
6359 releases the mouse without selecting anything (Bug#11588).
6360
a12ac9d7
SM
63612012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6362
ccf1dc18
SM
6363 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
6364 as well (bug#11646).
6365
ef62b23d
SM
6366 * loadup.el: Count byte-code functions as well.
6367
c4c8444a
SM
6368 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
6369 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
6370
a12ac9d7
SM
6371 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
6372 (bug#11649). Add cl-defun and cl-defmacro.
6373
87e6e64f
DA
63742012-06-13 Drew Adams <drew.adams@oracle.com>
6375
6376 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
6377 Fix last change.
6378
682cefaf
MA
63792012-06-13 Michael Albinus <michael.albinus@gmx.de>
6380
6381 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
6382 Otherwise, it blocks in batch mode.
6383
773e1f08
JB
63842012-06-13 Juanma Barranquero <lekktu@gmail.com>
6385
6386 * help-mode.el (bookmark-make-record-default): Declare.
6387
60057926
CY
63882012-06-13 Chong Yidong <cyd@gnu.org>
6389
6390 * emacs-lisp/package.el (list-packages): Compute a list of
6391 packages that are newly-available since the last list-packages
6392 invocation.
6393 (package-menu--new-package-list): New var.
6394 (package-menu--generate, package-menu--print-info)
6395 (package-menu--status-predicate, package-menu-mark-install):
6396 Handle new status label "new".
6397
ad4d226c
SM
63982012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6399
6400 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
6401 conversion to backquotes.
6402
f1a4e679
CY
64032012-06-12 Chong Yidong <cyd@gnu.org>
6404
6405 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
6406 Rename from gud-inhibit-global-bindings.
6407
6408 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
6409
6410 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
6411 hook from nxml-glyph-set-hook.
6412
6413 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
6414 declaration.
6415
6416 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
6417
6418 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
6419 Convert to defcustom.
6420
0c9e42b5
DA
64212012-06-12 Drew Adams <drew.adams@oracle.com>
6422
6423 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
6424 New functions.
6425 (help-mode): Use them.
6426
09e06855
GM
64272012-06-11 Glenn Morris <rgm@gnu.org>
6428
6429 * progmodes/fortran.el (fortran-font-lock-keywords-3):
6430 Use preprocessor face for directives.
6431 (fortran-directive-re): Doc fix.
6432
71adb94b
SM
64332012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6434
2eb87922
SM
6435 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
6436 conversion to backquotes (bug#11652).
6437
71adb94b
SM
6438 Fix compiler-expansion of CL's cXXr functions (bug#11673).
6439 * emacs-lisp/cl-lib.el (cl--defalias): New function.
6440 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
6441 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
6442 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
6443 (cl-ninth, cl-tenth): Mark them as inlinable.
6444 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
6445 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
6446 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
6447 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
6448 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
6449 (cl-list*, cl-adjoin): Don't put an autoload manually.
6450 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
6451 (cl--compiler-macro-list*): Add autoload cookie.
6452 (cl--compiler-macro-cXXr): New function.
2eb87922 6453
71adb94b
SM
6454 * help-fns.el (help-fns--compiler-macro): New function extracted from
6455 describe-function-1; follow aliases and use `compiler-macro' property.
6456 (describe-function-1): Use it.
6457
a6674402
CY
64582012-06-11 Chong Yidong <cyd@gnu.org>
6459
6460 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
6461 is uninstalled, if imagemagick is installed.
6462
bb3faf5b
SM
64632012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6464
6465 * emacs-lisp/cl-lib.el: Use lexical-binding.
6466 (cl-map-extents, cl-maclisp-member): Remove.
6467 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
6468 (cl--set-substring, cl--block-wrapper, cl--block-throw)
6469 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
6470 * emacs-lisp/cl-extra.el: Use lexical-binding.
6471 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
6472 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
6473 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
6474 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
6475 * emacs-lisp/cl-seq.el: Use lexical-binding.
6476 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
6477 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
6478 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
6479 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
6480 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
6481 CL's internals.
6482
2fe4b125
MA
64832012-06-11 Michael Albinus <michael.albinus@gmx.de>
6484
6485 Sync with Tramp 2.2.6-pre.
6486
6487 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
6488 `print-length' and `print-level' to nil, in order to avoid
6489 truncation. Reported by Christopher Schmidt
6490 <christopher@ristopher.com>.
6491
6492 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
6493
6494 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
6495 New defmacro.
6496 (tramp-compat-copy-directory): Add optional argument
6497 COPY-CONTENTS. It is not handled yet.
6498
6499 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
6500 (tramp-ftp-file-name-p): Simplify.
6501
6502 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
6503 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
6504 connection vector.
6505
6506 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
6507 (tramp-methods): Do not use `tramp-password-end-of-line'.
6508 (tramp-completion-function-alist-putty): Handle UNIX case.
6509 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
6510 (tramp-do-file-attributes-with-stat)
6511 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
6512 gid as real numbers. They could run out of integer range on cygwin.
6513 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
6514 (tramp-sh-handle-expand-file-name): Handle hops.
87e6e64f
DA
6515 (tramp-open-connection-setup-interactive-shell):
6516 Use `tramp-cleanup'. Move check for busyboxes ...
6517 (tramp-find-shell): ... here. Simplify implementation.
6518 Set "remote-shell" property also for alternative shells.
6519 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
6520 If failing, a regular file would be written otherwise.
6521 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
2fe4b125
MA
6522 (tramp-find-inline-encoding): Cache the coding commands in the
6523 process cache. Apply test command on the remote side, if defined.
6524 (tramp-find-inline-compress): Cache the compress commands in the
6525 process cache.
6526 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
6527 when requested. Handle hops.
6528 (tramp-current-connection): New defvar.
87e6e64f
DA
6529 (tramp-maybe-open-connection): Use `tramp-cleanup'.
6530 Throw `suppress', if there was a failed connection shortly before.
2fe4b125 6531 Handle user interrupt. (Bug#10187)
87e6e64f
DA
6532 (tramp-get-inline-compress, tramp-get-inline-coding):
6533 Read connection properties from the process cache.
2fe4b125
MA
6534
6535 * net/tramp-smb.el (tramp-smb-server-version)
87e6e64f
DA
6536 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
6537 New defconsts.
2fe4b125
MA
6538 (tramp-smb-prompt): Extend for powershell prompt.
6539 (tramp-smb-file-name-handler-alist): Add handlers for
6540 `process-file', `shell-command' and `start-file-process'.
6541 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
6542 (tramp-smb-winexe-shell-command-switch): New defcustoms.
6543 (tramp-smb-file-name-p): Simplify.
6544 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
6545 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
6546 (tramp-smb-shell-quote-argument): New defuns.
6547 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
6548 Implement using "tar". By this, time-stamps are preserved.
6549 (tramp-smb-handle-copy-file): Handle also the case of directories.
6550 (tramp-smb-do-file-attributes-with-stat)
87e6e64f
DA
6551 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
6552 Use `tramp-get-connection-buffer').
2fe4b125
MA
6553 (tramp-smb-handle-rename-file): Use "rename", when source and
6554 target are on the same share.
87e6e64f
DA
6555 (tramp-smb-maybe-open-connection): Handle wrong passwords.
6556 Use `tramp-smb-server-version'.
2fe4b125
MA
6557 (tramp-smb-wait-for-output): Remove prompt.
6558
6559 * net/tramp.el (top): Require 'cl.
87e6e64f
DA
6560 (tramp-methods, tramp-rsh-end-of-line):
6561 Remove `tramp-password-end-of-line' from docstring.
2fe4b125
MA
6562 (tramp-save-ad-hoc-proxies): New defcustom.
6563 (tramp-completion-function-alist): Adapt docstring.
6564 (tramp-default-password-end-of-line): Remove defcustom.
6565 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
6566 (tramp-user-regexp, tramp-file-name-regexp-unified)
6567 (tramp-file-name-regexp-url): Extend regexp by hop separator.
6568 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
6569 (tramp-remote-file-name-spec-regexp): New defconst.
6570 (tramp-file-name-structure): Extend structure for hops.
6571 (tramp-get-method-parameter): Move up.
6572 (tramp-file-name-p, tramp-dissect-file-name)
6573 (with-parsed-tramp-file-name): Handle hops.
6574 (tramp-file-name-hop): New defun.
6575 (tramp-make-tramp-file-name): New optional arg HOP.
6576 (tramp-message-show-progress-reporter-message): New defvar.
6577 (tramp-with-progress-reporter): Use it. We cannot use
6578 `tramp-message-show-message' here, because this suppresses also
6579 error buffers.
6580 (tramp-error-with-buffer): Suppress buffer view, if
87e6e64f
DA
6581 `tramp-message-show-message' is nil.
6582 Use `tramp-get-connection-buffer'.
2fe4b125
MA
6583 (tramp-cleanup): New defun.
6584 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
6585 (tramp-file-name-handler): If `debug-on-error' is set, propagate
6586 an error unchanged.
6587 (tramp-completion-handle-file-name-all-completions): Handle hops.
6588 Fix an error when called from ido.
6589 (tramp-completion-dissect-file-name): Use better local variable
6590 name. Add hop to the vector.
6591 (tramp-handle-insert-file-contents): Use progress-reporter for the
6592 whole scenario.
6593 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
6594 to `t'.
6595 (tramp-check-for-regexp): Simplify search.
6596 (tramp-enter-password): Remove it. Move implementation ...
6597 (tramp-action-password): ... here.
6598 (tramp-mode-string-to-int, tramp-local-host-p)
6599 (tramp-make-tramp-temp-file, tramp-read-passwd)
87e6e64f
DA
6600 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
6601 Set tramp-autoload cookie.
2fe4b125
MA
6602
6603 * net/trampver.el: Update release number.
6604
66052012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6606 Michael Albinus <michael.albinus@gmx.de>
6607
6608 * net/tramp.el (tramp-set-completion-function): Fix docstring.
6609 (tramp-parse-group, tramp-parse-file)
6610 (tramp-parse-shostkeys-sknownhosts): New defuns.
6611 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
6612 (tramp-parse-shosts-group, tramp-parse-sconfig)
6613 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
6614 (tramp-parse-sknownhosts, tramp-parse-hosts)
6615 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
6616 Use them.
6617 (tramp-parse-passwd-group, tramp-parse-netrc-group)
6618 (tramp-parse-putty-group): Don't narrow.
6619 (tramp-parse-putty): Make a loop.
6620 (tramp-file-name-handler): Catch the `suppress' signal.
6621
72834e10
CY
66222012-06-11 Chong Yidong <cyd@gnu.org>
6623
6624 * image.el (imagemagick-register-types): Put the ImageMagick entry
6625 at the end of image-type-file-name-regexps.
6626
a4712e11
JB
66272012-06-11 Johan Bockgård <bojohan@gnu.org>
6628
6629 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
6630 (pcase, pcase-let*, pcase-dolist): Use them.
6631
82ad98e3
SM
66322012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6633
6634 * emacs-lisp/pcase.el (pcase--let*): New function.
6635 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
6636 (pcase--expand): Use macroexp-let².
6637
f80efb86
SM
66382012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6639
6640 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
6641 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
6642 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
6643 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
6644 * emacs-lisp/derived.el: Use pcase instead of `cl'.
6645 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
6646
31ca4639 66472012-06-10 Glenn Morris <rgm@gnu.org>
94f0aa34 6648
31ca4639
CY
6649 * mail/rmail.el (rmail-yank-current-message): Leave point at
6650 correct position. (Bug#11660)
94f0aa34 6651
31ca4639 66522012-06-10 Chong Yidong <cyd@gnu.org>
9e1b8ec4 6653
31ca4639 6654 * allout-widgets.el: Fix code header.
9e1b8ec4 6655
31ca4639 66562012-06-10 Chong Yidong <cyd@gnu.org>
00cd0305 6657
f80efb86
SM
6658 * cus-edit.el (customize-changed-options-previous-release):
6659 Bump to 24.1.
31ca4639 6660
642b6d30
AS
66612012-06-09 Andreas Schwab <schwab@linux-m68k.org>
6662
6663 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
6664
4f5d2ba1
CY
66652012-06-09 Chong Yidong <cyd@gnu.org>
6666
6667 * ebuff-menu.el (electric-buffer-list): Preserve header line.
6668
e75852fd
MR
66692012-06-09 Martin Rudalics <rudalics@gmx.at>
6670
6671 * window.el (special-display-popup-frame): Don't use
6672 window--display-buffer (Bug#11651).
6673
1e48e282
EZ
66742012-06-09 Eli Zaretskii <eliz@gnu.org>
6675
8a26b487
EZ
6676 Fix parallel builds: make sure loaddefs.el is not being written
6677 while Lisp files are compiled.
6678 (compile): Don't depend on 'mh-autoloads'.
6679 (compile-CMD, compile-SH): Depend on 'autoloads'.
6680 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
6681
1e48e282
EZ
6682 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
6683
6175e34b
CY
66842012-06-09 Chong Yidong <cyd@gnu.org>
6685
6686 * face-remap.el (face-remap-add-relative, face-remap-set-base)
6687 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
6688 Doc fixes (Bug#11225).
6689
d9857e53
SM
66902012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6691
6692 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
6693 a function if there's a clear indication that it has a compiler-macro.
6694 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
6695 (macro-declarations-alist): Add arglist to declaration functions.
6696 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
6697 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
6698 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
6699 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
6700 Also add autoload to find the compiler macro.
6701 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
6702 (cl--compiler-macro-member, cl--compiler-macro-assoc)
6703 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
6704 (cl--compiler-macro-get): New functions, replacing calls to
6705 cl-define-compiler-macro.
6706 (cl-typep) [compiler-macro]: Use macroexp-let².
6707
f81298f8 67082012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
ee574791
UJ
6709
6710 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
6711 string properly, fixes Bug#11473.
6712
4b56d0fe
CY
67132012-06-08 Chong Yidong <cyd@gnu.org>
6714
6715 * faces.el (set-face-attribute): Doc fix.
6716 (modify-face): Don't use :bold and :italic.
6717 (error, warning, success): Tweak definitions.
6718
6719 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
6720 (custom-modified, custom-set, custom-changed, custom-themed)
6721 (custom-saved, custom-button, custom-button-mouse)
6722 (custom-button-pressed, custom-state, custom-comment-tag)
6723 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
6724 (custom-group-subtitle): Use new-style face specs.
6725 (custom-invalid-face, custom-rogue-face, custom-modified-face)
6726 (custom-set-face, custom-changed-face, custom-saved-face)
6727 (custom-button-face, custom-button-pressed-face)
6728 (custom-documentation-face, custom-state-face)
6729 (custom-comment-face, custom-comment-tag-face)
6730 (custom-variable-tag-face, custom-variable-button-face)
6731 (custom-face-tag-face, custom-group-tag-face-1)
6732 (custom-group-tag-face): Remove obsolete face alias.
6733
6734 * epa.el (epa-validity-high, epa-validity-medium)
6735 (epa-validity-low, epa-mark, epa-field-name, epa-string)
6736 (epa-field-name, epa-field-body):
6737 * font-lock.el (font-lock-comment-face, font-lock-string-face)
6738 (font-lock-keyword-face, font-lock-builtin-face)
6739 (font-lock-function-name-face, font-lock-variable-name-face)
6740 (font-lock-type-face, font-lock-constant-face):
6741 * ido.el (ido-first-match, ido-only-match, ido-subdir)
6742 (ido-virtual, ido-indicator, ido-incomplete-regexp):
6743 * speedbar.el (speedbar-button-face, speedbar-file-face)
6744 (speedbar-directory-face, speedbar-tag-face)
6745 (speedbar-selected-face, speedbar-highlight-face)
6746 (speedbar-separator-face):
6747 * whitespace.el (whitespace-newline, whitespace-space)
6748 (whitespace-hspace, whitespace-tab, whitespace-trailing)
6749 (whitespace-line, whitespace-space-before-tab)
6750 (whitespace-space-after-tab, whitespace-indentation)
6751 (whitespace-empty):
6752 * emulation/cua-base.el (cua-global-mark):
6753 * eshell/em-prompt.el (eshell-prompt):
6754 * net/newst-plainview.el (newsticker-new-item-face)
6755 (newsticker-old-item-face, newsticker-immortal-item-face)
6756 (newsticker-obsolete-item-face, newsticker-date-face)
6757 (newsticker-statistics-face, newsticker-default-face):
6758 * net/newst-reader.el (newsticker-feed-face)
6759 (newsticker-extra-face, newsticker-enclosure-face):
6760 * net/newst-treeview.el (newsticker-treeview-face)
6761 (newsticker-treeview-new-face, newsticker-treeview-old-face)
6762 (newsticker-treeview-immortal-face)
6763 (newsticker-treeview-obsolete-face)
6764 (newsticker-treeview-selection-face):
6765 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
6766 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
6767 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
6768 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
6769 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
6770 (nxml-outline-active-indicator, nxml-outline-ellipsis):
6771 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
6772 (mpuz-text):
6773 * progmodes/vera-mode.el (vera-font-lock-number)
6774 (vera-font-lock-function, vera-font-lock-interface):
6775 * textmodes/table.el (table-cell): Use new-style face specs, and
6776 don't use the old :bold and :italic attributes.
6777
6778 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
6779 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
6780 (ebrowse-member-class, ebrowse-progress): Likewise.
6781 (ebrowse-tree-mark-face, ebrowse-root-class-face)
6782 (ebrowse-file-name-face, ebrowse-default-face)
6783 (ebrowse-member-attribute-face, ebrowse-member-class-face)
6784 (ebrowse-progress-face): Remove obsolete faces.
6785
6786 * progmodes/flymake.el (flymake-errline, flymake-warnline):
6787 Inherit from error and warning faces respectively.
6788
6789 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6790 Likewise.
f80efb86
SM
6791 (flyspell-incorrect-face, flyspell-duplicate-face):
6792 Remove obsolete aliases.
4b56d0fe 6793
03310646
MA
67942012-06-08 Michael Albinus <michael.albinus@gmx.de>
6795
6796 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
6797 Avoid infloop.
6798
513749ee
SM
67992012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6800
6801 * startup.el (argv, argi): Make lexically scoped.
6802 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
6803 * emacs-lisp/cl-macs.el: Use lexical-binding.
6804 Rename cl-bind-* to cl--bind-*.
6805 * files.el: Don't require `cl' since it doesn't use it.
6806 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
6807
595ef4ad
JB
68082012-06-08 Juanma Barranquero <lekktu@gmail.com>
6809
6810 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
6811 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
6812 instead of calling external sort utility.
6813 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
6814
e9f66fcb
EZ
68152012-06-08 Eli Zaretskii <eliz@gnu.org>
6816
6817 * descr-text.el (describe-char): Mention how to insert the
6818 character, if the current input method doesn't support it.
6819 See the discussion in this thread for the details:
6820 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
6821
3d10db47
SS
68222012-06-08 Sam Steingold <sds@gnu.org>
6823
6824 * bindings.el (global-map): Bind XF86Forward to next-buffer and
6825 XF86Back to previous-buffer.
6826 (minibuffer-local-map): Bind them to next-history-element and
6827 previous-history-element respectively.
6828 * help-mode.el (help-mode-map): Bind them to help-go-forward and
6829 help-go-back respectively.
6830 * info.el (Info-mode-map): Bind them to Info-history-forward and
6831 Info-history-back respectively.
6832 These are the keys next to Up on the ThinkPad keyboard.
6833
de7e2b36
SM
68342012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6835
6836 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
6837 * emacs-lisp/cl-macs.el: Provide itself.
6838 (cl--labels-convert-cache): New var.
6839 (cl--labels-convert): New function.
6840 (cl-flet, cl-labels): New implementation with new semantics, relying on
6841 lexical-binding.
6842 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
6843 (cl-closure-vars, cl--function-convert-cache)
6844 (cl--function-convert): Move from cl-macs.el.
6845 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
6846 rename by removing the "cl-" prefix.
6847 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
6848
6fa6c4ae
SM
68492012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6850
6851 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
6852 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
6853 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
6854 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
6855 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
6856 (cl-hash-table-count): Add old compatibility aliases.
6857
6858 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
6859 Use macroexpand-all-environment instead.
6860 (cl--old-macroexpand): New var.
6861 (cl--sm-macroexpand): New function.
6862 (cl-symbol-macrolet): Use it during macro expansion.
6863 (cl--function-convert-cache): New var.
6864 (cl--function-convert): New function, extracted from
6865 cl-macroexpand-all.
6866 (cl-lexical-let): Use it.
6867
6868 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
6869 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
6870 (cl-member): Remove old alias.
6871
6872 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
6873 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
6874 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
6875 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
6876 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
6877 (cl-macroexpand-cmacs): Remove var.
6878 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
6879 Use macroexpand-all instead.
6880
4dd1c416
SM
68812012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6882
6883 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
6884 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
6885 (macroexp-copyable-p): New functions and macros.
6886 * emacs-lisp/edebug.el (edebug-unwrap):
6887 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
6888 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
6889 (pcase--let*): Remove.
6890 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
6891 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
6892 macroexp-const-p instead.
6893 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
6894
6895 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
6896 instead of "cl-" for internal definitions. Use macroexp-const-p.
6897 (cl-old-bc-file-form): Remove var.
6898 (cl-const-exprs-p): Remove fun.
6899 (cl-labels, cl-macrolet): Use backquote.
6900 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
6901 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
6902 (cl-define-setf-expander): Rename from cl-define-setf-method.
6903 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
6904
6905 * international/mule-cmds.el: Don't require CL.
6906 (view-hello-file): Don't use `letf'.
6907
ed8bd4d7
SM
69082012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6909
7287f2f3
SM
6910 * tmm.el (tmm-prompt): Use string-prefix-p.
6911 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
6912 (tmm-add-prompt): Use minibuffer-completion-help.
6913 (tmm-delete-map): Remove.
6914
ed8bd4d7
SM
6915 * subr.el (kbd): Make it its own function.
6916
7b4cdbf4
SM
69172012-06-07 Stefan Merten <smerten@oekonux.de>
6918
6919 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
6920 Silence compiler warnings. Fix versions.
ed8bd4d7 6921 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7b4cdbf4 6922 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
ed8bd4d7 6923 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7b4cdbf4
SM
6924 (rst-package-emacs-version-alist): Correct Emacs version to
6925 represent major merge with upstream.
ed8bd4d7 6926 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7b4cdbf4 6927
2b48d721
GM
69282012-06-06 Glenn Morris <rgm@gnu.org>
6929
6930 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
6931 Only print environment variables if set.
6932
fa779ab0
SM
69332012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6934
6935 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
6936 (macroexp--cons): Rename from maybe-cons.
6937 (macroexp--accumulate): Rename from macroexp-accumulate.
6938 (macroexp--all-forms): Rename from macroexpand-all-forms.
6939 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
6940 (macroexp--expand-all): Rename from macroexpand-all-1.
6941
628299e0
SS
69422012-06-06 Sam Steingold <sds@gnu.org>
6943
6944 * calendar/calendar.el (calendar-in-read-only-buffer):
6945 Call `special-mode' to enable the standard read-only keybindings.
6946
b7bb5838
SM
69472012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6948
6949 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
6950 with "loading" messages (bug#11635).
6951
dfb308ba
MA
69522012-06-06 Michael Albinus <michael.albinus@gmx.de>
6953
6954 * files.el (enable-remote-dir-locals): New option.
6955 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
6956
0372ee92
MA
6957 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
6958 Ensure, that the temp directory is local.
6959
6960 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
6961 `temporary-file-directory'.
6962
eed0bb91
MA
6963 * progmodes/python.el (python-send-region): Ensure, that the
6964 temporary file is created also in the remote case.
6965
7a58f64d
GM
69662012-06-06 Glenn Morris <rgm@gnu.org>
6967
f7dd4e98
GM
6968 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
6969 (vc-rcs-update-changelog): Use it.
6970
090bd7cb 6971 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
276d5f5d 6972
7a58f64d
GM
6973 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
6974 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
6975 (vc-sccs-diff): Replace use of the external vcdiff script.
6976
daed4003
GM
69772012-06-05 Glenn Morris <rgm@gnu.org>
6978
6979 * ledit.el: Move to obsolete/.
6980
48c455c7
SS
69812012-06-05 Sam Steingold <sds@gnu.org>
6982
ed9265fc 6983 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
48c455c7
SS
6984 patch (Bug#11140).
6985
57a7d507
SM
69862012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6987
090bd7cb 6988 * emacs-lisp/cust-print.el: Move to obsolete.
d32926ff 6989
53aacf21
SM
6990 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
6991 compiler-macro expansion.
6992
57a7d507
SM
6993 Add native compiler-macro support.
6994 * emacs-lisp/macroexp.el (macroexpand-all-1):
6995 Support compiler-macros directly. Properly follow aliases and apply
6996 the compiler macros more thoroughly.
6997 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
6998 macroexpand now properly follows aliases.
6999 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
7000 (cl-compiler-macroexpand): Use new prop.
7001 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
7002
7003 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
7004
51a5f9d8
MR
70052012-06-05 Martin Rudalics <rudalics@gmx.at>
7006
7007 * window.el (get-lru-window, get-mru-window, get-largest-window):
7008 New argument NOT-SELECTED to avoid picking the selected window.
7009 (window--display-buffer-1, window--display-buffer-2): Replace by
7010 new function window--display-buffer
7011 (display-buffer-same-window, display-buffer-reuse-window)
57a7d507
SM
7012 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
7013 Use window--display-buffer.
51a5f9d8
MR
7014 (display-buffer-use-some-window): Remove temporary dedication
7015 hack by calling get-lru-window and get-largest-window with
7016 NOT-SELECTED argument non-nil. Call window--display-buffer.
7017
08f9f738
GM
70182012-06-05 Glenn Morris <rgm@gnu.org>
7019
7020 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
7021 Replace external vcdiff script.
7022
e364a2b7
SM
70232012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
7024
7025 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
7026
041df390
CY
70272012-06-04 Chong Yidong <cyd@gnu.org>
7028
e364a2b7
SM
7029 * image.el (imagemagick-types-inhibit): Revert last change.
7030 Add INFO and M.
47b36b94 7031 (imagemagick-enabled-types): Remove CIN and EPS*.
041df390 7032
7c1898a7
SM
70332012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
7034
7035 * emacs-lisp/cl-lib.el: Rename from cl.el.
7036 * emacs-lisp/cl.el: New compatibility file.
7037 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
7038 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
7039 to obey the "cl-" prefix.
7040 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
7041
0c3461de
GM
70422012-06-03 Glenn Morris <rgm@gnu.org>
7043
1e266c88
GM
7044 * emacs-lisp/authors.el (authors-aliases): Addition.
7045
0c3461de
GM
7046 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
7047 Fix :version.
7048
d8a52e15
SM
70492012-06-03 Stefan Merten <smerten@oekonux.de>
7050
7051 * textmodes/rst.el: Add comments.
7052 (rst-transition, rst-adornment): New faces.
7053 (rst-adornment-faces-alist): Make default safe to reevaluate.
7054 Fixes
7055 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
7056 Improve customization tags.
7057 (rst-define-level-faces): Clarify meaning.
7058
5205d6f6
CY
70592012-06-03 Chong Yidong <cyd@gnu.org>
7060
7061 * progmodes/compile.el (compilation-mode-line-fail)
7c1898a7
SM
7062 (compilation-mode-line-run, compilation-mode-line-exit):
7063 New faces.
5205d6f6
CY
7064 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
7065
757ee657
JD
70662012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
7067
7c1898a7
SM
7068 * progmodes/which-func.el (which-func-update-ediff-windows):
7069 New function. Use it in ediff-select-hook (Bug#11478).
757ee657 7070
5f2c76c6
CY
70712012-06-03 Chong Yidong <cyd@gnu.org>
7072
7073 * bindings.el: Remove explicit help text from format-mode-line.
7074 It is now supplied by mode-line-default-help-echo.
7075 (mode-line-front-space, mode-line-end-spaces)
7076 (mode-line-misc-info): New variables.
7077 (mode-line-modes, mode-line-position): Move the default value to
7078 the variable definition.
7079 (mode-line-default-help-echo): New defcustom.
383f7350
CY
7080 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
7081 (mode-line-modified-help-echo): New functions.
7082 (mode-line-mule-info, mode-line-modified): Use them.
7083 (mode-line-eol-desc, propertized-buffer-identification):
7084 Consistency fixes for help text.
cbe46e5f
CY
7085 (mode-line-coding-system-map): Allow using mouse-3 to invoke
7086 set-buffer-file-coding-system (Bug#289).
7087 (mode-line-mule-info-help-echo): Update help text.
5f2c76c6 7088
f2d6a3df
SM
70892012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
7090
7091 * simple.el (execute-extended-command): Set real-this-command
7092 (bug#11506).
7093
37269466
CY
70942012-06-02 Chong Yidong <cyd@gnu.org>
7095
7096 Remove incorrect uses of "modeline" in comments, docstrings, and
7097 function/variable names (Bug#10329).
7098
7099 * cus-edit.el (mode-line):
7100 * dframe.el (dframe-mouse-hscroll):
7101 * emacs-lisp/re-builder.el:
7102 * emacs-lisp/easy-mmode.el (define-minor-mode):
7103 * frame.el (set-frame-name):
7104 * help.el (lookup-minor-mode-from-indicator):
7105 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
7106 * progmodes/cc-cmds.el (c-toggle-auto-newline)
7107 (c-toggle-hungry-state):
7108 * progmodes/antlr-mode.el (antlr-language-alist):
7109 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
7110 * progmodes/vhdl-mode.el (vhdl-mode):
7111 * progmodes/which-func.el (which-func, which-func-cleanup-function):
7112 * term/ns-win.el (ns-face-at-pos):
7113 * term/sup-mouse.el (sup-mouse-report):
7114 * textmodes/flyspell.el (flyspell-mode-line-string):
7115 * textmodes/ispell.el (ispell-highlight-face):
7116 * textmodes/reftex-global.el:
7117 * vc/vc-arch.el (vc-arch-mode-line-string):
7118 * vc/vc-cvs.el (vc-cvs-mode-line-string):
7119 * vc/vc-git.el (vc-git-mode-line-string):
7120 * vc/vc-hooks.el (vc-display-status)
7121 (vc-default-mode-line-string):
7122 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
7123
7124 * ansi-color.el (ansi-color-faces-vector): Change default faces.
7125
7126 * dired.el (dired-sort-set-mode-line): Rename from
7127 dired-sort-set-modeline. All callers changed.
7128
7129 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
7130 eshell-status-in-modeline.
7131
7132 * foldout.el (foldout-mode-line-string): Rename from
7133 foldout-modeline-string. All callers changed.
7134 (foldout-update-mode-line): Rename from foldout-update-modeline.
7135
7136 * subr.el (redraw-modeline): Make into obsolete alias.
7137
7138 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
7139 timeclock-modeline-display. Make old name an alias.
7140 (timeclock-update-mode-line): Likewise. All callers changed.
7141 (timeclock-mode-line-display): No need to check before using
7142 add-hook.
7143 (timeclock-relative, timeclock-day-over-hook)
7144 (timeclock-use-elapsed, timeclock-mode-string)
7145 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
7146
7147 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
7148 crisp-mode-modeline-string.
7149
7150 * play/solitaire.el (solitaire-build-mode-line): Rename from
7151 solitaire-build-modeline. All callers changed.
7152
7153 * play/zone.el (zone-hiding-mode-line): Rename from
7154 zone-hiding-modeline. All callers changed.
7155 (zone): Remove unusued `modeline-hidden-level' property.
7156
7157 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
7158 xscheme-modeline-initialize. All callers changed.
7159
7160 * strokes.el (strokes-lighter): Rename from
7161 strokes-modeline-string.
7162
7163 * textmodes/sgml-mode.el (html-face-tag-alist)
7164 (html-tag-face-alist): Use mode-line face instead of obsolete
7165 alias modeline.
7166
42152ee4
SM
71672012-06-02 Stefan Merten <smerten@oekonux.de>
7168
7169 * textmodes/rst.el: Always require `cl'.
4cf9b38d 7170 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
42152ee4 7171
95f520b5
CY
71722012-06-02 Chong Yidong <cyd@gnu.org>
7173
7174 * image.el (imagemagick-enabled-types): Rename from
7175 imagemagick-types-enable. Add many more types.
7176 (imagemagick-types-inhibit): Change default to nil.
7177 (imagemagick-filter-types): Caller changed.
7178
4a5f187a
SM
71792012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7180
03fef3e6
SM
7181 * emacs-lisp/cl-macs.el: Use backquotes.
7182 (cl-transform-function-property): Use eval-and-compile rather than
7183 abusing `require'.
7184 (defstruct): Use declare-function instead of with-no-warnings.
7185
4a5f187a
SM
7186 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
7187 (byte-compile-output-docform): Re-add the print-circle bindings.
7188 (byte-compile-fix-header): Use #$ just because it's shorter.
7189 (byte-compile-output-file-form): Remove defun/defmacro.
7190
bd56924f
MR
71912012-06-01 Martin Rudalics <rudalics@gmx.at>
7192
7193 * simple.el (choose-completion): Remove now obsolete binding for
7194 owindow.
7195
046e38ce
MA
71962012-06-01 Michael Albinus <michael.albinus@gmx.de>
7197
7198 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
7199 in order to avoid "Stack overflow in regexp matcher".
7200
32d72c2f
GM
72012012-05-31 Glenn Morris <rgm@gnu.org>
7202
7203 * image.el: For clarity, call imagemagick-register-types at
7204 top-level, rather than relying on a custom :initialize.
7205 (imagemagick-types-enable): New option. (Bug#11557)
60b5f187
GM
7206 (imagemagick-filter-types): New function. (Bug#7406)
7207 (imagemagick-register-types): Use imagemagick-filter-types.
32d72c2f
GM
7208 If disabling support, remove elements altogether rather
7209 than using an impossible regexp.
7210 (imagemagick-types-inhibit): Give it the default init function.
7211
dd41169b
SM
72122012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7213
4a5f187a
SM
7214 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
7215 Handle arbitrary file name lengths (Bug#11585).
dd41169b 7216
efc00ab1 72172012-05-31 Martin Rudalics <rudalics@gmx.at>
5221ccb9
MR
7218
7219 * desktop.el (desktop-read): Clear previous and next buffers for
7220 all windows and bury *Messages* buffer (bug#11556).
7221
500fcedc
SM
72222012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7223
7224 Add `declare' for `defun'. Align `defmacro's with it.
7225 * emacs-lisp/easy-mmode.el (define-minor-mode)
7226 (define-globalized-minor-mode): Don't autoload the var definitions.
7227 * emacs-lisp/byte-run.el: Use lexical-binding.
7228 (defun-declarations-alist, macro-declarations-alist): New vars.
7229 (defmacro, defun): Use them.
7230 (make-obsolete, define-obsolete-function-alias)
7231 (make-obsolete-variable, define-obsolete-variable-alias):
7232 Use `declare'.
7233 (macro-declaration-function): Mark obsolete.
7234 * emacs-lisp/autoload.el: Use lexical-binding.
7235 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
7236
6e8a1786
AM
72372012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7238
7239 * textmodes/ispell.el (ispell-with-no-warnings):
7240 Define as a macro.
500fcedc
SM
7241 (ispell-kill-ispell, ispell-change-dictionary):
7242 Use `called-interactively-p' for Emacs instead of obsolete
6e8a1786
AM
7243 `interactive-p'.
7244
61b108cc
SM
72452012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7246
7247 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
7248 (macro-declaration-function): Move var from C code.
7249 (macro-declaration-function): Define function with defalias.
7250 * emacs-lisp/macroexp.el (macroexpand-all-1):
7251 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
7252 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
7253 defun/defmacro any more.
7254 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
7255 Provide fallback for unknown arglist.
7256 (byte-compile-arglist-warn): Change calling convention.
7257 (byte-compile-output-file-form): Move print-vars binding.
7258 (byte-compile-output-docform): Simplify accordingly.
7259 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
7260 (byte-compile-defmacro-declaration): Remove.
7261 (byte-compile-file-form-defmumble): Generalize to defalias.
7262 (byte-compile-output-as-comment): Return byte-positions.
7263 Simplify callers accordingly.
7264 (byte-compile-lambda): Use `assert'.
7265 (byte-compile-defun, byte-compile-defmacro): Remove.
7266 (byte-compile-file-form-defalias):
7267 Use byte-compile-file-form-defmumble.
7268 (byte-compile-defalias-warn): Remove.
7269
6d3f7c2f
SM
72702012-05-29 Stefan Merten <smerten@oekonux.de>
7271
7272 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
61b108cc 7273 possible. Fix authors. Improve comments. Improve loading of `cl'.
6d3f7c2f
SM
7274
7275 (rst-mode-abbrev-table): Merge definition.
7276 (rst-mode): Make sure `font-lock-defaults' is buffer local.
7277 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
7278
6dbaa1c7
UJ
72792012-05-29 Ulf Jasper <ulf.jasper@web.de>
7280
7281 * calendar/icalendar.el
7282 (icalendar-export-region): Export UID properly.
7283
d209e2fb 72842012-05-29 Leo Liu <sdl.web@gmail.com>
61b108cc
SM
7285 * calendar/icalendar.el (icalendar-import-format):
7286 Add `icalendar-import-format-uid' (Bug#11525).
6dbaa1c7
UJ
7287 (icalendar-import-format-uid): New.
7288 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
7289 Export UID.
7290
6876a58d
SM
72912012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7292
7293 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
7294 different alternative patterns.
7295 (pcase-codegen): Be more careful to preserve identity.
7296 (pcase--u1): Don't forget to mark vars as used.
7297
7298 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
7299 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
7300 (byte-compile-from-buffer): ...rather than here.
7301
7302 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
7303 functions from byte-compile-function-environment.
7304
46b7967e
TN
73052012-05-29 Troels Nielsen <bn.troels@gmail.com>
7306
7307 * window.el (window-deletable-p): Avoid deleting the root window
7308 of a frame with an active minibuffer.
7309
69d565e2
MR
73102012-05-29 Martin Rudalics <rudalics@gmx.at>
7311
7312 * simple.el (choose-completion): Use quit-window (Bug#11567).
7313
a149fa51
CY
73142012-05-29 Chong Yidong <cyd@gnu.org>
7315
7316 * whitespace.el (whitespace-cleanup): Fix usage of
7317 whitespace-empty-at-bob-regexp (Bug#11492).
7318
2b311310
AH
73192012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7320
7321 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
7322 revert (Bug#11488).
7323
b9cb2387
JL
73242012-05-29 Juri Linkov <juri@jurta.org>
7325
7326 * isearch.el (isearch-mode-map): Bind `M-s _' to
7327 `isearch-toggle-symbol'. Bind `M-s c' to
7328 `isearch-toggle-case-fold'.
7329 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
7330 (isearch-forward): Add `M-s _' to the docstring.
7331 (isearch-forward-symbol, isearch-toggle-case-fold)
7332 (isearch-symbol-regexp): New functions. (Bug#11381)
7333
d5e61c1c
JL
73342012-05-29 Juri Linkov <juri@jurta.org>
7335
7336 * isearch.el (isearch-word): Add docstring. (Bug#11381)
7337 (isearch-occur, isearch-search-and-update): If `isearch-word' is
7338 a function, call it to get the regexp.
7339 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
7340 property `isearch-message-prefix' instead of the string "word ".
7341 (isearch-search-fun-default): For the case of `isearch-word',
7342 return a lambda that calls re-search-forward/re-search-backward
7343 with a regexp returned by `word-search-regexp' or by the function
7344 in `isearch-word'.
7345
8cbd80f7
JL
73462012-05-29 Juri Linkov <juri@jurta.org>
7347
7348 * isearch.el (isearch-search-fun-default): New function.
7349 (isearch-search-fun): Move default part to the new function
7350 `isearch-search-fun-default'.
7351 (isearch-search-fun-function): Set the default value to
7352 `isearch-search-fun-default'. (Bug#11381)
7353
7354 * comint.el (comint-history-isearch-end):
7355 Use `isearch-search-fun-default'.
7356 (comint-history-isearch-search): Use `isearch-search-fun-default'
7357 and remove spacial case for `isearch-word'.
7358 (comint-history-isearch-wrap): Remove spacial case for
7359 `isearch-word'.
7360
7361 * hexl.el (hexl-isearch-search-function):
7362 Use `isearch-search-fun-default'.
7363
7364 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
7365 Use `word-search-regexp' for `isearch-word'.
7366
7367 * misearch.el (multi-isearch-search-fun):
7368 Use `isearch-search-fun-default'.
7369
7370 * simple.el (minibuffer-history-isearch-search):
7371 Use `isearch-search-fun-default' and remove spacial case for
7372 `isearch-word'.
7373 (minibuffer-history-isearch-wrap): Remove spacial case for
7374 `isearch-word'.
7375
7376 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
7377 Remove spacial case for `isearch-word'.
7378 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
7379
85c8c5b6
AM
73802012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7381
7382 Decrease XEmacs incompatibilities.
7383 * textmodes/flyspell.el (flyspell-check-pre-word-p):
7384 Use `string-match'.
7385 (flyspell-delete-region-overlays): Use alternative definition for
7386 XEmacs.
7387 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
7388 (flyspell-word): Use `process-kill-without-query' if XEmacs.
7389 (flyspell-mode-on): Use `interactive-p' if XEmacs.
7390 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
7391 `define-obsolete-face-alias' under XEmacs, but old method.
7392
7393 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
7394 `with-no-warnings' definition or Emacs alias.
7395 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
7396 (ispell-word): Do not use `region-p' if XEmacs.
7397
8cab9efc
AM
73982012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7399
7400 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7401 Check for `ispell-dictionary-base-alist' instead of full
7402 `ispell-dictionary-alist'.
7403 (ispell-init-process): Show spellchecker when starting new Ispell
7404 process.
7405
fda91268
RZ
74062012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
7407
7408 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
7409 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
7410
694ea8e3
JB
74112012-05-27 Juanma Barranquero <lekktu@gmail.com>
7412
7413 * version.el (motif-version-string, gtk-version-string)
7414 (ns-version-string): Declare.
7415
e4d4f539
JL
74162012-05-27 Juri Linkov <juri@jurta.org>
7417
7418 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
7419 after the `eval-defun-1' specialcaseing
7420 like in `edebug-eval-defun' (bug#10181).
7421
7422 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
7423 like in `eval-defun-1'.
7424
33017faf 74252012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 7426
fda91268
RZ
7427 * mail/sendmail.el (mail-yank-region):
7428 Recognize rmail-yank-current-message in addition to insert-buffer.
7429 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
7430 a *mail* buffer created through rmail-start-mail with sendmail as
7431 mail-user-agent.
7432
33017faf
GM
74332012-05-27 Chong Yidong <cyd@gnu.org>
7434
7435 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
7436 Default to 256 (Bug#11267).
7437
7438 * help.el (describe-mode): Doc fix.
7439
04188bb9
GM
74402012-05-26 Glenn Morris <rgm@gnu.org>
7441
38264cc9
GM
7442 * w32-fns.el (w32-init-info): Remove.
7443 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
7444
eb7afdad
GM
7445 * info.el (info-initialize): For self-contained NS builds, put the
7446 included info/ directory at the front. (Bug#2791)
7447
04188bb9
GM
7448 * paths.el (Info-default-directory-list): Make it a defcustom,
7449 mainly so that we can use custom-initialize-delay.
7450
a179e3f7
SM
74512012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7452
43416392
SM
7453 * subr.el (buffer-has-markers-at): Mark obsolete.
7454
a179e3f7 7455 * subr.el (lambda): Use declare.
43416392 7456
a179e3f7
SM
7457 * emacs-lisp/lisp-mode.el (lambda):
7458 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
7459
34a008d9
AH
74602012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7461
7462 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
7463
0a3b289f
GM
74642012-05-26 Glenn Morris <rgm@gnu.org>
7465
7466 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
7467
758c81e8
GM
74682012-05-25 Glenn Morris <rgm@gnu.org>
7469
f9f334f0
GM
7470 * paths.el: Remove no-byte-compile.
7471 * loadup.el: No need to load paths.el uncompiled.
7472
87eb79c2
GM
7473 * image.el (imagemagick-types-inhibit): Doc fix.
7474
758c81e8
GM
7475 * version.el: Remove no-byte-compile and associated formatting.
7476 * loadup.el: No need to load version.el uncompiled. AFAICS, this
7477 is ancient code from when there was an "inc-vers.el".
7478
e7e85dc0
SM
74792012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7480
7481 * progmodes/gdb-mi.el: Minor style changes.
7482 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
7483 Turn into minor modes.
7484 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
7485 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
7486 (gdb-shell): Remove unneeded let-binding.
7487 (gdb-get-many-fields): Eliminate O(n²) behavior.
7488
f31237a4
EZ
74892012-05-25 Eli Zaretskii <eliz@gnu.org>
7490
7491 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
7492 platforms that don't link in fontset.c.
7493
bc1b21bb
JL
74942012-05-25 Juri Linkov <juri@jurta.org>
7495
7496 Use the same diff color scheme as in modern VCSes (bug#10181).
7497
7498 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
7499 to avoid confusion with `diff-added' that now uses green colors.
7500 (diff-removed): Use shades of red.
7501 (diff-added): Use shades of green.
7502 (diff-changed): Leave just the yellow color.
7503 (diff-use-changed-face): New variable.
7504 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
7505 how to highlight context diff changes.
7506 (diff-refine-change): Use shades of yellow.
7507 (diff-refine-removed): New face that uses shades of red.
7508 (diff-refine-added): New face that uses shades of green.
7509 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
7510 `diff-refine-removed' in the call to `smerge-refine-subst'
7511 depending on the value of `diff-use-changed-face'.
7512
7513 * vc/smerge-mode.el (smerge-mine): Use shades of red.
7514 (smerge-other): Use shades of green.
7515 (smerge-base): Use shades of yellow.
7516 (smerge-refined-change): Empty face.
7517 (smerge-refined-removed): New face that uses shades of red.
7518 (smerge-refined-added): New face that uses shades of green.
7519 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
7520 args `props-r' and `props-a', and use them. Doc fix.
7521 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
7522 on its value use different faces `smerge-refined-change',
7523 `smerge-refined-removed', `smerge-refined-added' in the call to
7524 `smerge-refine-subst'.
7525
7526 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
7527 Add face condition `min-colors 88' with shades of red.
7528 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
7529 `min-colors 88' with shades of green.
7530 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
7531 `min-colors 88' with shades of yellow.
7532
6df9112c
GM
75332012-05-24 Glenn Morris <rgm@gnu.org>
7534
ead5edc0
GM
7535 * paths.el (prune-directory-list, remote-shell-program): Move to...
7536 * files.el (prune-directory-list, remote-shell-program): ...here.
7537 For the latter, delay initialization, prefer ssh, just search PATH.
7538
f18b81e6
GM
7539 * paths.el (term-file-prefix): Move to faces.el (the only user).
7540 * faces.el (term-file-prefix): Move here, make it a defcustom.
7541
ee2f89a6
GM
7542 * paths.el (news-directory, news-path, news-inews-program):
7543 Move to gnus/nnspool.el.
61a583ca 7544
f8815e4c
GM
7545 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
7546
c8f3b42c
GM
7547 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
7548 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
7549 Make the latter a defcustom, with a delayed initialization.
7550
6df9112c
GM
7551 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
7552 These were deleted from Gnus itself late 2010.
7553
5dadff36
JB
75542012-05-22 Juanma Barranquero <lekktu@gmail.com>
7555
9e1701c6
JB
7556 * progmodes/which-func.el (which-func-ff-hook):
7557 Check against user-error, not error.
7558
bd7239f5 7559 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
7560 cl-specs.el, which no longer exists.
7561
3290526d
GM
75622012-05-22 Glenn Morris <rgm@gnu.org>
7563
7564 * info.el (info-emacs-bug): New command.
7565 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
7566 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
7567
ff0c3cfb
GM
75682012-05-21 Glenn Morris <rgm@gnu.org>
7569
7570 * makefile.w32-in (update-subdirs-SH):
7571 * Makefile.in (update-subdirs): Update for moved update-subdirs.
7572
5814f126
SM
75732012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
7574
a52c0aa0
SM
7575 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
7576
5814f126
SM
7577 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7578 Simplify Maven regexp, and make sure the file can't start with a space
7579 (bug#11517).
7580
b847032c
GM
75812012-05-21 Glenn Morris <rgm@gnu.org>
7582
7583 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
7584 Scrap superfluous subshells.
7585
3858bfe7
SM
75862012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
7587
7588 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
7589 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
7590
d14b0029
JB
75912012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
7592
7593 * calc/calc.el (calc-ensure-consistent-units): New variable.
7594
a52c0aa0
SM
7595 * calc/calc-units.el (math-consistent-units-p)
7596 (math-check-unit-consistency): New functions.
7597 (calc-quick-units, calc-convert-units):
7598 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
7599 is non-nil.
d14b0029
JB
7600 (calc-extract-units): Fix typo.
7601
60c4db3a
SM
76022012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
7603
77f3b62e
SM
7604 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
7605
60c4db3a
SM
7606 * textmodes/flyspell.el: Commenting style, plus code simplifications.
7607 (flyspell-default-deplacement-commands): Don't spell check after
7608 repeated window/frame switches (e.g. triggered by mouse-movement).
7609 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
7610 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
7611 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
7612 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
7613 Remove unused vars.
7614 (flyspell-get-casechars, flyspell-get-not-casechars):
7615 Simplify; Don't bother removing a ] just to add it back.
7616 * textmodes/ispell.el (ispell-program-name): Use executable-find.
7617
d209e2fb 76182012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
b1a10716
RS
7619
7620 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
7621 New functions.
bd7239f5 7622 (math-function-table): Add support for more C functions.
b1a10716 7623
3f1b25b5
AM
76242012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7625
090bd7cb
JB
7626 * textmodes/flyspell.el (flyspell-check-pre-word-p)
7627 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
7628 Protect delay handling for otherchars against empty otherchars.
3f1b25b5 7629
b581bb5c
SM
76302012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
7631
7632 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
7633 their respective macro declarations.
7634 * skeleton.el (define-skeleton):
7635 * progmodes/compile.el (define-compilation-mode):
7636 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
7637 (define-ibuffer-filter):
7638 * emacs-lisp/generic.el (define-generic-mode):
7639 * emacs-lisp/easy-mmode.el (define-minor-mode)
7640 (define-globalized-minor-mode):
7641 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
7642 * emacs-lisp/byte-run.el (defsubst):
7643 * custom.el (deftheme): Add doc-string metadata.
7644
70b8ef8f
SM
76452012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7646
7647 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
7648
b1198e17
SM
76492012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7650
9abdc45d
SM
7651 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
7652
b1198e17
SM
7653 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
7654 * emacs-lisp/cl-macs.el: Idem.
7655 * emacs-lisp/cl-specs.el: Remove.
7656
4735906a
SM
76572012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7658
7659 Minor renaming of internal CL functions and variables.
7660 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
7661 (cl--position): Rename from cl-position.
7662 (cl--delete-duplicates): Rename from cl-delete-duplicates.
7663 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
7664 (cl--random-state): Rename from *random-state*.
7665
ac348012
SM
76662012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7667
7668 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
7669 parens around the arg list (bug#11499).
7670
a0a79cde
JL
76712012-05-17 Juri Linkov <juri@jurta.org>
7672
7673 * isearch.el (word-search-regexp, word-search-backward)
7674 (word-search-forward, word-search-backward-lax)
7675 (word-search-forward-lax): Move functions from search.c
7676 (bug#10145, bug#11381).
7677
65034a51
AM
76782012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7679
090bd7cb
JB
7680 * textmodes/flyspell.el (flyspell-check-pre-word-p)
7681 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
7682 Delay for otherchars as for normal word components.
65034a51 7683
1a72a195
SM
76842012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
7685
7686 * minibuffer.el (completion--sifn-requote): Fix last change.
7687 (minibuffer-local-must-match-filename-map):
7688 Move define-obsolete-variable-alias before its var.
7689
fdb058c2
SM
76902012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
7691
c41045e6
SM
7692 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
7693
036dfb8b
SM
7694 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
7695 behavior.
7696 (completion--string-equal-p): New function.
7697 (completion--twq-all): Use it to get better assertion failure data.
7698
2473256d
SM
7699 Only handle ".." and '..' quoting in shell-mode (bug#11466).
7700 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
7701 (shell--requote-argument): New functions.
7702 (shell-completion-vars): Use them.
7703 (shell--parse-pcomplete-arguments): Rename from
7704 shell-parse-pcomplete-arguments.
7705 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
7706 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
7707 Obey comint-file-name-quote-list.
7708
fdb058c2
SM
7709 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
7710 (smie-indent-keyword): Use it.
7711
51fa99f1
SM
77122012-05-14 Stefan Merten <smerten@oekonux.de>
7713
7714 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
7715
e18afed7 77162012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
7717
7718 * net/rlogin.el (rlogin-mode-map): Fix last change.
7719
e18afed7 77202012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
7721
7722 * mail/smtpmail.el (smtpmail-send-command): Send the command and
7723 the following \r\n using a single `process-send-string', since the
7724 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 7725 with two `process-send-string's (Bug#11444).
8633b1f4 7726
e18afed7 77272012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 7728
fdb058c2
SM
7729 * shell.el (shell-parse-pcomplete-arguments):
7730 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 7731
2d21d7f6
WJ
77322012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
7733
e18afed7 7734 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
7735 (image-transform-scale, image-transform-right-angle-fudge): New vars.
7736 (image-transform-width, image-transform-fit-width): New functions.
7737 (image-transform-properties): Use them.
7738 (image-transform-check-size): New function.
7739 (image-toggle-display-image): Use it (for testing).
7740 (image-transform-set-rotation): Reduce angle mod 360.
7741 Delete obsolete comment.
7742
7102e6d0
WJ
77432012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
7744
7745 * image-mode.el: Fix scaling (bug#11399).
7746 (image-transform-resize): Doc fix.
7747 (image-transform-properties): Default scale is 1 and height should
7748 be an integer.
7749
06bc5e6e
SM
77502012-05-13 Johan Bockgård <bojohan@gnu.org>
7751
7752 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
7753 than hard-coding `car', to fix misbehavior when moving forward.
7754
0ae03b6a
CY
77552012-05-13 Chong Yidong <cyd@gnu.org>
7756
7757 * emacs-lisp/tabulated-list.el (tabulated-list-format)
7758 (tabulated-list-entries, tabulated-list-padding)
7759 (tabulated-list-sort-key): Make permanent-local.
7760
7761 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
7762 (electric-buffer-list): Put electric buffer menu
7763 command descriptions in this docstring, instead of the docstring
7764 of electric-buffer-menu-mode. Code cleanups.
7765 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
7766 Electric-buffer-menu-mode.
7767 (electric-buffer-update-highlight): Minor code cleanup.
7768
205a7391
MA
77692012-05-13 Michael Albinus <michael.albinus@gmx.de>
7770
7771 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
7772 (Bug#11447)
7773
e5bd0a28
SM
77742012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
7775
7776 Move define-obsolete-variable-alias before the var's definition.
7777 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
7778 * tooltip.el (tooltip-hook):
7779 * textmodes/reftex-toc.el (reftex-toc-map):
7780 * textmodes/reftex-sel.el (reftex-select-label-map)
7781 (reftex-select-bib-map):
7782 * textmodes/reftex-index.el (reftex-index-map)
7783 (reftex-index-phrases-map):
7784 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
7785 * progmodes/meta-mode.el (meta-mode-map):
7786 * novice.el (disabled-command-hook):
7787 * loadhist.el (unload-hook-features-list):
7788 * frame.el (blink-cursor):
7789 * files.el (find-file-not-found-hooks, write-file-hooks)
7790 (write-contents-hooks):
7791 * emulation/tpu-edt.el (GOLD-map):
7792 * emacs-lock.el (emacs-lock-from-exiting):
7793 * emacs-lisp/generic.el (generic-font-lock-defaults):
7794 * emacs-lisp/chart.el (chart-map):
7795 * dos-fns.el (register-name-alist):
7796 * dired-x.el (dired-omit-files-p):
7797 * desktop.el (desktop-enable):
7798 * cus-edit.el (custom-mode-hook):
7799 * buff-menu.el (buffer-menu-mode-hook):
7800 * bookmark.el (bookmark-read-annotation-text-func)
7801 (bookmark-exit-hooks):
7802 * allout.el (allout-mode-deactivate-hook)
7803 (allout-exposure-change-hook, allout-structure-added-hook)
7804 (allout-structure-deleted-hook, allout-structure-shifted-hook):
7805 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
7806 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
7807 comes before the corresponding variable's definition.
7808
ac59c2f6
CY
78092012-05-12 Chong Yidong <cyd@gnu.org>
7810
7811 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
7812 (Buffer-menu-mouse-select): Restore function (Bug#11459).
7813 (Buffer-menu-mode-map): Bind it.
7814 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 7815
dee6c9a3
SM
78162012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
7817
2171cea5
SM
7818 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
7819 (prolog-upper-case-string, prolog-lower-case-string)
7820 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
7821 (prolog-use-smie, prolog-smie-grammar): New vars.
7822 (prolog-smie-forward-token, prolog-smie-backward-token)
7823 (prolog-smie-rules): New funs.
7824 (prolog-comment-indent): Remove.
7825 (prolog-mode-variables): Use default comment indentation instead.
7826 Setup SMIE.
7827 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
7828 (prolog-mode): Don't call them any more.
7829 (prolog-electric-colon, prolog-electric-dash)
7830 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
7831
aa0382bd
SM
7832 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
7833
dbacb4bd
SM
7834 * minibuffer.el (completion--twq-all): Again, allow case differences.
7835
13bdd94c
SM
7836 * term.el: Move keymap initialization code to be more idiomatic.
7837 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
7838 (term-terminal-menu): Move initialization into declaration.
7839 (term-escape-char): Let the user set it in her .emacs.
7840
ff46c759
SM
7841 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
7842 Provide SMIE-based indentation (not enabled by default yet).
7843 (sh-mode-map): Don't bind electric keys.
7844 Use electric-pair-mode instead of skeleton-pair.
7845 (sh-assignment-regexp): Fit within 80 columns.
7846 (sh-indent-supported): Specify actual shell name instead of boolean.
7847 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
7848 (sh-maybe-here-document): Use it. Make obsolete.
7849 (sh-electric-here-document-mode) New minor mode.
7850 (sh-mode): Use it. Don't set sh-indent-supported-here here.
7851 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
7852 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
7853 (sh-smie-rc-grammar, sh-use-smie): New vars.
7854 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
7855 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
7856 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
7857 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
7858 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
7859 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
7860 (sh-set-shell): Use smie-setup if requested.
7861
dee6c9a3
SM
7862 * term.el (term-set-escape-char): Properly set term-escape-char.
7863 See http://stackoverflow.com/questions/10524656.
7864
9f9aa044
CY
78652012-05-10 Chong Yidong <cyd@gnu.org>
7866
7867 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
7868 Use url-generic-parse-url, and handle host names and Windows
7869 filenames properly.
7870 (ffap-url-unwrap-remote): Use url-generic-parse-url.
7871 (ffap-url-unwrap-remote): Accept list values, specifying a list of
7872 URL schemes to work on.
7873 (ffap--toggle-read-only): New function.
7874 (ffap-read-only, ffap-read-only-other-window)
7875 (ffap-read-only-other-frame): Use it.
7876 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
7877 necessary for ffap-url-unwrap-remote.
7878
836d29b3
DA
78792012-05-10 Dave Abrahams <dave@boostpro.com>
7880
7881 * cus-start.el (create-lockfiles): Add it.
7882
00fd78ed
CY
78832012-05-09 Chong Yidong <cyd@gnu.org>
7884
7885 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
7886 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
7887
666b903b 78882012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
7889
7890 * shell.el (shell-completion-vars): Fix last change (bug#11348).
7891
666b903b 78922012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
7893
7894 * ansi-color.el (ansi-color-process-output): Check for validity of
7895 comint-last-output-start before using it. This avoids a bad
7896 interaction with gdb-mi's input/output buffer.
7897
666b903b 78982012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
7899
7900 * files.el (dir-locals-read-from-file):
7901 Mention dir-locals in any error message.
7902
666b903b 79032012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
7904
7905 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
7906 package (Bug#11410).
7907
f677562b
CY
7908 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
7909 variables into description.
7910
666b903b 79112012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
7912
7913 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
7914 shell-delimiter-argument-list (bug#11348).
7915 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
7916
b499d8d0
JB
79172012-05-09 Juanma Barranquero <lekktu@gmail.com>
7918
8f6b6da8
JB
7919 * textmodes/rst.el: Silence byte-compiler warnings.
7920 (rst-re-alist, rst-reset-section-caches): Move around.
7921 (rst-re): Use `characterp', not `char-valid-p'.
7922 (font-lock-beg, font-lock-end): Declare.
7923
4824146a
JB
7924 * progmodes/idlw-shell.el (specs): Remove reference to deleted
7925 variable `idlwave-shell-activate-alt-keybindings' and simplify.
7926
b499d8d0
JB
7927 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
7928
ad89bb83
GM
79292012-05-08 Glenn Morris <rgm@gnu.org>
7930
7931 * files.el (auto-mode-alist): Treat ".make" like ".mk".
7932
8bba5a75
SM
79332012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7934
49ed9c8e
SM
7935 * vc/log-edit.el: Add GNU coding standards highlighting.
7936 (log-edit-font-lock-gnu-style)
7937 (log-edit-font-lock-gnu-keywords): New vars.
7938 (log-edit-font-lock-keywords): New fun.
7939 (log-edit-mode): Don't fold case in font-lock.
7940 (log-edit-font-lock-keywords): Do not assume case-folding.
7941
07d00b56
SM
7942 * imenu.el: Misc cleanup. Make docstrings out of comments.
7943 Use lexical-binding.
7944 (imenu--index-alist, imenu--last-menubar-index-alist)
7945 (imenu-menubar-modified-tick): Use defvar-local.
7946 (imenu--split-menu): Remove unused var.
7947 (imenu--cleanup-seen): Declare as global.
7948 (imenu--cleanup): Use dolist.
7949
8bba5a75
SM
7950 * subr.el (defvar-local): Add debug spec and doc-string position.
7951
5075bdb5
GM
79522012-05-08 Glenn Morris <rgm@gnu.org>
7953
090bd7cb 7954 * language/burmese.el, language/cham.el, language/czech.el:
c052c904
GM
7955 * language/english.el, language/georgian.el, language/greek.el:
7956 * language/japanese.el, language/khmer.el, language/korean.el:
7957 * language/lao.el, language/misc-lang.el, language/romanian.el:
7958 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
7959 * language/thai.el, language/utf-8-lang.el:
7960 Remove no-byte-compile setting.
7961
5075bdb5
GM
7962 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
7963
06f679a7
AH
79642012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7965
7966 * progmodes/make-mode.el (makefile-browse):
7967 Remove unnecessary interactive. (Bug#11324)
7968
03794570
GM
79692012-05-07 Glenn Morris <rgm@gnu.org>
7970
af8630f4
GM
7971 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
7972
03794570
GM
7973 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
7974
f0809a9d
SM
79752012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
7976
28be5ce7
SM
7977 * loadup.el: Preload newcomment.el.
7978 * newcomment.el: Move autoload-only code to toplevel.
7979
f0809a9d
SM
7980 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
7981 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
7982 Handle new :right-align column property.
7983 (tabulated-list-print-col): Idem, plus use `display' text-property to
7984 try and preserve alignment for variable pitch fonts.
7985
1241b724
CY
79862012-05-07 Chong Yidong <cyd@gnu.org>
7987
7988 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
7989 (tabulated-list-use-header-line): New var.
7990 (tabulated-list-init-header): Use it.
7991 (tabulated-list-print-fake-header): New function.
7992 (tabulated-list-print): Use it.
7993 (tabulated-list-sort-button-map): Add non-header-line commands.
7994 (tabulated-list-init-header): Add column name property to basic
7995 labels as well.
7996 (tabulated-list-col-sort): Handle non-header-line button case.
7997 (tabulated-list--sort-by-column-name): Fix a corner case.
7998
f0809a9d
SM
7999 * buff-menu.el (list-buffers--refresh):
8000 Handle Buffer-menu-use-header-line.
1241b724 8001
e5f9458f
CY
80022012-05-06 Chong Yidong <cyd@gnu.org>
8003
8004 * buff-menu.el: Convert to Tabulated List mode.
8005 (Buffer-menu-buffer+size-width): Make obsolete.
8006 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
8007 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
8008 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
8009 documentation into docstring of buffer-menu.
8010 (Buffer-menu-toggle-files-only): Add an informative message.
8011 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
8012 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
8013 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
8014 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
8015 (Buffer-menu-execute, Buffer-menu-select)
8016 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
8017 (Buffer-menu-bury): Use Tabulated List machinery.
8018 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
8019 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 8020 Delete.
e5f9458f
CY
8021 (list-buffers--refresh): New function.
8022 (list-buffers-noselect): Use it.
8023 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
8024 (Buffer-menu--pretty-file-name): New helper functions.
8025
8026 * loadup.el: Preload tabulated-list.
8027
8028 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
8029 tabulated-list-sort-column.
8030 (tabulated-list-init-header): Add the initial aligning space even
8031 if tabulated-list-padding is zero.
8032
e129292c
CS
80332012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
8034
8035 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
8036 whose cdr is not a cons cell correctly (bug#11038).
8037
6632d361
CY
80382012-05-06 Chong Yidong <cyd@gnu.org>
8039
e129292c
CS
8040 * emacs-lisp/tabulated-list.el (tabulated-list-format):
8041 Accept additional plist in column descriptors.
6632d361
CY
8042 (tabulated-list-init-header): Obey it.
8043 (tabulated-list-get-entry): New function.
8044 (tabulated-list-put-tag): Use it. Use string-width instead of
8045 length.
8046 (tabulated-list--column-number): New function.
8047 (tabulated-list-print): Use it.
e129292c
CS
8048 (tabulated-list-print-col): New function.
8049 Set `tabulated-list-column-name' property on each column's text.
6632d361 8050 (tabulated-list-print-entry): Use it.
e129292c
CS
8051 (tabulated-list-delete-entry, tabulated-list-set-col):
8052 New functions.
6632d361
CY
8053 (tabulated-list-sort-column): New command (Bug#11337).
8054
3cc99f68
CY
8055 * buff-menu.el (list-buffers): Move C-x C-b binding from
8056 buff-menu.el to bindings.el.
8057
8058 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
8059 :advertised-binding feature.
8060
52b61776
TN
80612012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
8062
8063 * progmodes/compile.el (compilation-internal-error-properties):
8064 Calculate start position correctly when end-col is set but
8065 end-line is not (Bug#11382).
8066
ebfe2597
WJ
80672012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
8068
8069 * man.el (Man-unindent): Use text-property-default-nonsticky to
8070 prevent untabify from inheriting face properties (Bug#11408).
8071
6d3f7c2f
SM
80722012-05-05 Stefan Merten <smerten@oekonux.de>
8073
8074 * textmodes/rst.el: Major merge with upstream development up to
8075 Docutils SVN r7399 / rst.el V1.2.1.
8076
8077 Clarify maintainership and authors.
8078
8079 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
8080 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
8081 (rst-official-version, rst-official-cvs-rev, rst-version)
8082 (rst-package-emacs-version-alist): New functions and variables
8083 for version information.
8084
8085 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
8086 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
8087 (rst-mode-syntax-table, rst-mode): New and corrected functions
8088 and variables representing reStructuredText features.
8089
8090 (rst-re): New function for reStructuredText regexes. Use in
8091 many places.
8092
8093 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
8094 (rst-mode-map): Rebind keys.
8095
8096 (rst-mode-lazy, rst-font-lock-keywords)
8097 (rst-font-lock-extend-region)
8098 (rst-font-lock-extend-region-internal)
8099 (rst-font-lock-extend-region-extend)
8100 (rst-font-lock-find-unindented-line-limit)
8101 (rst-font-lock-find-unindented-line-match)
8102 (rst-adornment-level, rst-font-lock-adornment-level)
8103 (rst-font-lock-adornment-match)
8104 (rst-font-lock-handle-adornment-pre-match-form)
8105 (rst-font-lock-handle-adornment-matcher): Major revision of
8106 font-locking. Integrate with other code. Use `jit-lock-mode'.
8107
8108 (rst-preferred-adornments, rst-adjust-hook)
8109 (rst-new-adornment-down, rst-preferred-bullets)
8110 (rst-preferred-bullets, rst-indent, rst-indent-width)
8111 (rst-indent-field, rst-indent-literal-normal)
8112 (rst-indent-literal-minimized, rst-indent-comment): Change,
8113 extend and improve customization.
8114
8115 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
8116 (rst-normalize-cursor-position, rst-get-decoration)
8117 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
8118 (rst-rstrip, rst-toc-insert-find-delete-contents)
8119 (rst-shift-fill-region, rst-compute-bullet-tabs)
8120 (rst-debug-print-tabs, rst-debug-mark-found)
8121 (rst-shift-region-guts, rst-shift-region-right)
8122 (rst-shift-region-left, rst-use-char-classes)
8123 (rst-font-lock-keywords-function)
8124 (rst-font-lock-indentation-point)
8125 (rst-font-lock-find-unindented-line-begin)
8126 (rst-font-lock-find-unindented-line-end)
8127 (rst-font-lock-find-unindented-line)
8128 (rst-font-lock-adornment-point, rst-font-lock-level)
8129 (rst-adornment-level-alist): Remove functions and variables.
8130
8131 (rst-compare-adornments, rst-get-adornment-match)
8132 (rst-suggest-new-adornment, rst-get-adornments-around)
8133 (rst-adornment-complete-p, rst-get-next-adornment)
8134 (rst-adjust-adornment, rst-display-adornments-hierarchy)
8135 (rst-straighten-adornments): Standardize function names to
8136 use "adornment" instead of "decoration". Correct callers.
8137 Similar standardizing in many places.
8138
8139 (rst-update-section, rst-adjust, rst-promote-region)
8140 (rst-enumerate-region, rst-bullet-list-region)
8141 (rst-repeat-last-character): Correct use of `interactive'.
8142
8143 (rst-classify-adornment, rst-find-all-adornments)
8144 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
8145 (rst-find-leftmost-column, rst-repeat-last-character):
8146 Refactor functions.
8147
8148 (rst-find-title-line, rst-reset-section-caches)
8149 (rst-get-adornments-around, rst-adjust-adornment-work)
8150 (rst-arabic-to-roman, rst-roman-to-arabic)
8151 (rst-insert-list-pos, rst-insert-list-new-item)
8152 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
8153 New functions.
8154
8155 (rst-all-sections, rst-section-hierarchy)
8156 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
8157 New variables.
8158
8159 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
8160 configuration instead of only buffer. Change where necessary.
8161
8162 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
8163 (rst-shift-region, rst-adaptive-fill): New functions for
8164 indentation and filling.
8165
8166 (rst-comment-line-break, rst-comment-indent)
8167 (rst-comment-insert-comment, rst-comment-region)
8168 (rst-uncomment-region): New functions for handling comments.
8169
8170 (rst-compile): Quote shell arguments.
8171
8172 (rst-compile-pdf-preview, rst-compile-slides-preview):
8173 Delete temporary files after use.
8174
a43f98b3
GM
81752012-05-05 Glenn Morris <rgm@gnu.org>
8176
48176e8b
GM
8177 * calendar/cal-html.el: Optionally include holidays in the output.
8178 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
8179 (cal-html-holidays): New option.
8180 (cal-html-css-default): Add holiday entry.
8181 (holiday-in-range): Autoload it.
8182 (cal-html-htmlify-entry): Add optional class argument.
8183 (cal-html-htmlify-list): Add optional holidays argument.
8184 (cal-html-insert-agenda-days): Include holidays in the output.
8185 (cal-html-one-month): Maybe include holidays.
8186
a43f98b3
GM
8187 * calendar/holidays.el (holiday-in-range):
8188 Move here from cal-tex-list-holidays.
8189 * calendar/cal-tex.el (cal-tex-list-holidays):
8190 Make it an obsolete alias for holiday-in-range. Update all callers.
8191
fef9d149 81922012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
8193
8194 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
8195 Nextstep.
8196
248da2f4
RW
81972012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
8198
8199 * files.el (file-auto-mode-skip): New var.
8200 (set-auto-mode-1): Use it.
8201
f95e9344
SM
82022012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8203
df96ab1e
SM
8204 * repeat.el: Use lexical-binding.
8205 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
8206 (repeat-undo-count): Remove.
8207 (repeat):
8208 * progmodes/octave-mod.el (octave-abbrev-start):
8209 * progmodes/f90.el (f90-abbrev-start):
8210 * face-remap.el (text-scale-adjust):
8211 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
8212
5342bb06
SM
8213 * emacs-lisp/pcase.el (pcase--let*): New function.
8214 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
8215 a bit more.
8216 (pcase--split-pred): Be more clever about ruling out overlap between
8217 a predicate and some constant pattern.
8218 (pcase--q1): Use `null' instead of (eq foo nil).
8219
f95e9344
SM
8220 * subr.el (setq-local, defvar-local): New macros.
8221 (kbd): Redefine as an alias.
8222 (with-selected-window): Leave unrelated frames alone.
8223 (set-temporary-overlay-map): New function.
8224
71873e2b
SM
82252012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8226
8227 * subr.el (user-error): New function.
8228 * window.el (switch-to-buffer):
8229 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
8230 (smerge-match-conflict):
8231 * simple.el (previous-matching-history-element)
8232 (next-matching-history-element, goto-history-element, undo-more)
8233 (undo-start):
8234 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
8235 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
8236 (next-file, tags-loop-scan, list-tags, complete-tag):
8237 * progmodes/compile.el (compilation-loop):
8238 * mouse.el (mouse-minibuffer-check):
8239 * man.el (Man-bgproc-sentinel, Man-goto-page):
8240 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
8241 (Info-history-forward, Info-follow-reference, Info-menu)
8242 (Info-extract-menu-item, Info-extract-menu-counting)
8243 (Info-forward-node, Info-backward-node, Info-next-menu-item)
8244 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
8245 (Info-next-reference, Info-prev-reference, Info-index)
8246 (Info-index-next, Info-follow-nearest-node)
8247 (Info-copy-current-node-name):
8248 * imenu.el (imenu--make-index-alist)
8249 (imenu-default-create-index-function, imenu-add-to-menubar):
8250 * files.el (basic-save-buffer, recover-file):
8251 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8252 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
8253 (checkdoc-message-text, checkdoc-defun):
8254 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
8255 * cus-edit.el (customize-changed-options, customize-rogue)
8256 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
8257 (custom-variable-mark-to-reset-standard)
8258 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
8259 (custom-file):
8260 * completion.el (check-completion-length):
8261 * comint.el (comint-search-arg)
8262 (comint-previous-matching-input-string-position)
8263 (comint-previous-matching-input)
8264 (comint-replace-by-expanded-history-before-point, comint-send-input)
8265 (comint-copy-old-input, comint-backward-matching-input)
8266 (comint-goto-process-mark, comint-set-process-mark):
8267 * calendar/calendar.el (calendar-cursor-to-date): Use it.
8268 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
8269
8a61ee22
SM
82702012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8271
66408d1e
SM
8272 * dabbrev.el (dabbrev--ignore-case-p): New function.
8273 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
8274 Use it.
8275
8a61ee22
SM
8276 * files.el (automount-dir-prefix): Mark as obsolete.
8277
3c74813a
GM
82782012-05-04 Glenn Morris <rgm@gnu.org>
8279
8280 * patcomp.el, play/bruce.el: Move to obsolete/.
8281
0bfcf5c5
PE
82822012-05-04 Paul Eggert <eggert@cs.ucla.edu>
8283
8284 Fix minor Y10k bugs.
8285 * arc-mode.el (archive-unixdate):
8286 * autoinsert.el (auto-insert-alist):
8287 * calc/calc-forms.el (math-this-year):
8288 * emacs-lisp/copyright.el (copyright-current-year)
8289 (copyright-update-year, copyright):
8290 * tar-mode.el (tar-clip-time-string):
8291 * time.el (display-time-update):
8292 Don't assume years have 4 digits.
8293
78f3273a
CY
82942012-05-04 Chong Yidong <cyd@gnu.org>
8295
8296 * dos-w32.el (file-name-buffer-file-type-alist)
8297 (direct-print-region-use-command-dot-com):
8298 * ffap.el (ffap-menu-regexp):
8299 * find-file.el (ff-special-constructs):
8300 * follow.el (follow-debug):
8301 * forms.el (forms--debug):
8302 * iswitchb.el (iswitchb-all-frames):
8303 * ido.el (ido-all-frames):
8304 * emacs-lisp/timer.el (timer-max-repeats):
8305 * mail/feedmail.el (feedmail-mail-send-hook)
8306 (feedmail-mail-send-hook-queued):
8307 * mail/footnote.el (footnote-signature-separator):
8308 * mail/mailabbrev.el (mail-alias-separator-string)
8309 (mail-abbrev-mode-regexp):
8310 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
8311 * progmodes/idlwave.el (idlwave-libinfo-file)
8312 (idlwave-default-completion-case-is-down)
8313 (idlwave-library-routines): Convert defvars to defcustoms.
8314
8315 * mail/rmail.el (rmail-decode-mime-charset):
8316 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
8317 (idlwave-shell-fix-inserted-breaks)
8318 (idlwave-shell-activate-alt-keybindings)
8319 (idlwave-shell-use-breakpoint-glyph):
8320 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
8321
f7ae6719
SM
83222012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8323
8324 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
8325
47086495
WS
83262012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
8327
8328 * progmodes/verilog-mode.el (font-lock-keywords):
8329 Fix mis-highligting auto. Reported by Craig Barner.
8330 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
fc0c31f8 8331 defines from global name space. Reported by Dan Dever.
47086495
WS
8332 (verilog-auto-reset, verilog-auto-reset-widths)
8333 (verilog-auto-tieoff): Support using unbased numbers for
8334 AUTORESET and AUTOTIEOFF.
8335 (verilog-submit-bug-report): Update variable list.
8336 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
fc0c31f8 8337 parenthesis from not matching. Reported by Michael Rytting.
47086495
WS
8338 (verilog-auto-template-lint): Fix hash error when linting modules
8339 with no used templates.
8340 (verilog-warn, verilog-warn-error)
8341 (verilog-warn-fatal): When non-interactive report multiple
8342 warnings before exiting. Suggested by Brad Dobbie.
8343 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
8344 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
8345 to report unused template errors. Reported by Brad Dobbie.
8346 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
fc0c31f8 8347 nets, bug438. Reported by Vns Blore.
47086495
WS
8348 (verilog-auto-inout-module, verilog-auto-reg)
8349 (verilog-read-decls, verilog-read-sub-decls-sig)
8350 (verilog-signals-edit-wire-reg, verilog-signals-with):
8351 Fix passing of Verilog data types in ANSI input/output ports
fc0c31f8 8352 such as "output logic" into the AUTOs. Special case "wire" and
47086495
WS
8353 "reg" for backwards compatibility presuming Verilog 2001.
8354 (verilog-auto-ascii-enum): Add "auto enum" as alias.
8355 (verilog-preprocess): Fix replication of preprocess output.
8356 Reported by Brad Dobbie.
8357 (verilog-auto-inst-interfaced-ports):
8358 Create verilog-auto-inst-interfaced-ports, bug429.
8359 Reported by Julian Gorfajn.
8360 (verilog-after-save-font-hook)
8361 (verilog-before-save-font-hook): New variable.
8362 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
8363 (verilog-save-font-mods): Wrap disabling fontification, reported
8364 by David Rogoff.
8365 (verilog-do-indent, verilog-pretty-declarations-auto)
8366 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
8367 Reported by Pierre-David Pfister.
8368 (verilog-set-auto-endcomments): Fix endtask auto comments outside
8369 of class declarations, bug292. Reported by Kevin Heilman.
8370 (verilog-read-decls): Fix 'parameter type' not appearing in
8371 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
8372 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
fc0c31f8 8373 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
47086495
WS
8374 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
8375 Reported by David Kravitz.
8376
83772012-05-03 Michael McNamara <mac@mail.brushroad.com>
8378
8379 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
8380 assignment with tests in ifs and for loops.
8381 (verilog-extended-complete-re, verilog-complete-reg): Change so
8382 that DPI inport functions don't look like fuction declarations.
8383 (verilog-pretty-expr): Don't line up assignment
8384 operations to the test and increment in if and for loops
8385 (verilog-extended-complete-re, verilog-complete-reg): Change so
090bd7cb 8386 that DPI inport functions don't look like fuction declarations.
47086495 8387
2e51d4b5
KH
83882012-05-03 Kenichi Handa <handa@m17n.org>
8389
8390 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 8391 decoding, and show a warning message without signaling an error
2e51d4b5
KH
8392 (Bug#11282).
8393
2bd785a2
SM
83942012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8395
8396 * emacs-lisp/bytecomp.el
8397 (byte-compile-file-form-custom-declare-variable): Compile all elements,
8398 since cconv.el might have introduced :fun-body, internal-make-closure,
8399 and friends for bytecomp to handle (bug#11391).
8400 * custom.el (defcustom): Avoid ((λ ..) ..).
8401
99d27583
SM
84022012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
8403
8404 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
8405
55a71479
JB
84062012-05-02 Juanma Barranquero <lekktu@gmail.com>
8407
8408 * notifications.el (dbus-debug):
8409 * term/linux.el (gpm-mouse-enable):
8410 * term/screen.el (xterm-register-default-colors): Declare.
8411
7b97c764
CY
84122012-05-02 Chong Yidong <cyd@gnu.org>
8413
2bc356d7
CY
8414 * cus-start.el (gc-cons-percentage, exec-suffixes)
8415 (dos-display-scancodes, dos-hyper-key, dos-super-key)
8416 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
8417 (make-cursor-line-fully-visible, void-text-area-pointer)
8418 (font-list-limit): Add customization data.
8419
7b97c764
CY
8420 * allout.el (allout-exposure-change-functions)
8421 (allout-structure-added-functions)
8422 (allout-structure-deleted-functions)
8423 (allout-structure-shifted-functions): Rename abnormal hooks from
8424 *-hook, and convert to defcustoms.
5d3385a0
JB
8425 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
8426 Convert to defcustoms.
7b97c764
CY
8427 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
8428
8429 * allout-widgets.el: Hook callers changed.
8430
90207a15 84312012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
8432
8433 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
8434 the yanked message in preference to the default value of
8435 buffer-file-coding-system.
8436
90207a15 84372012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 8438
5d3385a0
JB
8439 * window.el (display-buffer--action-function-custom-type):
8440 Fix entry.
d9558cad 8441
90207a15 84422012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
8443
8444 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
8445
d80ac57b
GM
84462012-05-01 Glenn Morris <rgm@gnu.org>
8447
976f7668
GM
8448 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
8449
beb83b5a
GM
8450 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
8451
d80ac57b
GM
8452 * cus-edit.el (custom-variable-documentation): Simplify with format.
8453
b593d6a9 84542012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
f1a71c6e 8455 Stefan Monnier <monnier@iro.umontreal.ca>
b593d6a9
AH
8456
8457 * simple.el (suggest-key-bindings, execute-extended-command):
8458 Move from keyboard.c.
8459
782fbf2a
CY
84602012-05-01 Chong Yidong <cyd@gnu.org>
8461
8462 * follow.el: Eliminate advice.
8463 (set-process-filter, process-filter, sit-for): Advice deleted.
8464 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
8465 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
8466 Vars deleted.
782fbf2a
CY
8467 (follow-auto): Use a :set function.
8468 (follow-mode): Rewritten. Don't advise process filters.
8469 (follow-switch-to-current-buffer-all, follow-scroll-up)
8470 (follow-scroll-down): Assume follow-mode is bound.
8471 (follow-comint-scroll-to-bottom)
8472 (follow-align-compilation-windows): New functions.
8473 (follow--window-sorter): New function.
8474 (follow-all-followers): Use it to explicitly sort windows by their
8475 positions; don't make assumptions about next-window order.
8476 (follow-windows-start-end, follow-delete-other-windows-and-split)
8477 (follow-calc-win-start): Doc fix.
8478 (follow-windows-aligned-p, follow-select-if-visible): Don't call
8479 vertical-motion unnecessarily.
8480 (follow-adjust-window): New function.
8481 (follow-post-command-hook): Use it.
8482 (follow-call-set-process-filter, follow-call-process-filter)
8483 (follow-intercept-process-output, follow-tidy-process-filter-alist)
8484 (follow-stop-intercept-process-output, follow-generic-filter):
8485 Functions deleted.
8486 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
8487 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
8488 New functions, replacing advice on scroll-bar-* commands.
87233a14 8489 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
8490
8491 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
8492 (comint-postoutput-scroll-to-bottom): Use it.
8493 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 8494
290af740
GM
84952012-05-01 Glenn Morris <rgm@gnu.org>
8496
8497 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
8498 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
8499 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
8500 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
8501 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
8502 Remove no-byte-compile setting.
8503
6eac8dc9
SM
85042012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8505
8506 * minibuffer.el (completion-table-with-quoting): Fix compatibility
8507 all-completions code to not return a number in the last cdr.
8508
9cc7819c
LL
85092012-04-30 Leo Liu <sdl.web@gmail.com>
8510
8511 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
8512 read-only error.
8513
c93b886f
CY
85142012-04-29 Chong Yidong <cyd@gnu.org>
8515
8516 * follow.el (follow-calc-win-end): Rewrite to handle partial
8517 screen lines correctly (Bug#8390).
8518 (follow-avoid-tail-recenter): Minor cleanup.
8519
8b6c19f4
SM
85202012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8521
8522 Avoid the obsolete `assoc' package.
8523 * speedbar.el (speedbar-refresh): Avoid adelete.
8524 (speedbar-file-lists): Simplify and avoid aput.
8525 * man.el (Man--sections, Man--refpages): New vars, replacing
8526 Man-sections-alist and Man-refpages-alist.
8527 (Man-build-section-alist, Man-build-references-alist):
8528 Use them; avoid aput.
8529 (Man--last-section, Man--last-refpage): New vars.
8530 (Man-follow-manual-reference): Use them.
8531 Use the `default' arg of completing-read.
8532 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
8533
c5bb7569
CY
85342012-04-27 Chong Yidong <cyd@gnu.org>
8535
d1d2e2e8
CY
8536 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
8537
15cd8efd
CY
8538 * startup.el (x-apply-session-resources): New function.
8539
8540 * term/ns-win.el (ns-initialize-window-system):
8541 * term/w32-win.el (w32-initialize-window-system):
8542 * term/x-win.el (x-initialize-window-system): Use it to properly
8543 set menu-bar-mode and other vars from X resources, even if the
8544 initial frame is not a window-system frame (Bug#2299).
8545
c5bb7569
CY
8546 * subr.el (read-key): Avoid running filter function when setting
8547 up temporary tool bar entries (Bug#9922).
8548
a8e7d6d7 85492012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
8550
8551 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
8552 (Bug#11344)
8553
a8e7d6d7 85542012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
8555
8556 * select.el (xselect--encode-string): New function, split from
8557 xselect-convert-to-string.
8558 (xselect-convert-to-string): Use it.
8559 (xselect-convert-to-filename, xselect-convert-to-os)
8560 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
8561 returned strings are properly encoded (Bug#11315).
8562
a8e7d6d7 85632012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
8564
8565 * simple.el (delete-active-region): Move to killing custom group.
8566
a8e7d6d7 85672012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
8568
8569 * progmodes/which-func.el (which-func-current): Quote %
8570 characters for mode-line processing.
8571
578c1d4b 85722012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
8573
8574 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
8575 reaching eob (Bug#11286).
8576
a8e7d6d7 85772012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
8578
8579 * progmodes/gdb-mi.el (gdb-control-level): New variable.
8580 (gdb): Make it buffer-local and init to zero.
8581 (gdb-control-commands-regexp): New variable.
8582 (gdb-send): Don't wrap in "-interpreter-exec console" if
8583 gdb-control-level is positive. Increment gdb-control-level
8584 whenever the command matches gdb-control-commands-regexp, and
8585 decrement it each time the command is "end". (Bug#11279)
8586
a8e7d6d7 85872012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
8588
8589 * window.el (adjust-window-trailing-edge, enlarge-window)
8590 (shrink-window, window-resize):
8591 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
8592 windows (Bug#11276).
8593
b3608390
CY
85942012-04-27 Chong Yidong <cyd@gnu.org>
8595
8596 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 8597 fix "missing prefix" warning. All callers changed.
b3608390 8598
797e6e88
SM
85992012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8600
8601 * emacs-lisp/assoc.el: Move to obsolete/.
8602
e95a67dc
SM
86032012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8604
657c21e4 8605 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
8606
8607 * term/ns-win.el (ns-define-service):
8608 * progmodes/pascal.el (pascal-goto-defun):
8609 * progmodes/js.el (js--read-tab):
8610 * progmodes/etags.el (tags-lazy-completion-table):
8611 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
8612 * emacs-lisp/ewoc.el (ewoc--wrap):
8613 * emacs-lisp/assoc.el (aput, adelete, amake):
8614 * doc-view.el (doc-view-convert-current-doc):
8615 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
8616
cb3e7ae0
CY
86172012-04-26 Chong Yidong <cyd@gnu.org>
8618
dce04f7f
CY
8619 * image.el (image-type-from-buffer): Only return supported image
8620 type (Bug#9045).
8621
cb3e7ae0
CY
8622 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
8623 value, for symmetry with diff-end-of-hunk.
8624 (diff-split-hunk, diff-find-source-location)
8625 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
8626 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
8627 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
8628 compute the relevant hunk or file properly (Bug#6005).
8629 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
8630
0d42eb3e
SM
86312012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8632
8633 * vc/vc-mtn.el:
8634 * vc/vc-hg.el:
8635 * vc/vc-git.el:
8636 * vc/vc-dir.el:
8637 * vc/vc-cvs.el:
8638 * vc/vc-bzr.el:
8639 * vc/vc-arch.el:
8640 * vc/vc.el: Replace lexical-let by lexical-binding.
8641 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
8642 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
8643 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
8644
f08ae1c9
CY
86452012-04-26 Chong Yidong <cyd@gnu.org>
8646
8b71081d
CY
8647 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
8648 (diff-mode-shared-map): Bind it to / and [remap undo].
8649
f08ae1c9
CY
8650 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
8651 (ediff-window-setup-function): Use it as the default, to set up
8652 windows based on whether the current frame is graphical (Bug#2138).
8653 (ediff-choose-window-setup-function-automatically): Make obsolete.
8654
8655 * vc/ediff-init.el: Always define ediff-pixel-width/height.
8656
ef24141c
SM
86572012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8658
cc356a5d
SM
8659 * ffap.el: Remove old code for obsolete package.
8660 (ffap-complete-as-file-p): Remove.
8661
b4ff4f1f
SM
8662 Use completion-table-with-quoting for comint and pcomplete.
8663 * comint.el (comint--unquote&requote-argument)
8664 (comint--unquote-argument, comint--requote-argument): New functions.
8665 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
8666 (comint-quote-filename): Use regexp-opt-charset.
8667 (comint--common-suffix, comint--common-quoted-suffix)
8668 (comint--table-subvert): Remove.
8669 (comint-unquote-function, comint-requote-function): New vars.
8670 (comint--complete-file-name-data): Use them with
8671 completion-table-with-quoting.
8672 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
8673 * pcomplete.el (pcomplete-arg-quote-list)
8674 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
8675 (pcomplete-unquote-argument-function): Default to non-nil.
8676 (pcomplete-unquote-argument): Simplify.
8677 (pcomplete--common-quoted-suffix): Remove.
8678 (pcomplete-requote-argument-function): New var.
8679 (pcomplete--common-suffix): New function.
8680 (pcomplete-completions-at-point): Use completion-table-with-quoting
8681 and completion-table-subvert.
8682
79c4eeb4
SM
8683 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
8684 (minibuffer--double-dollars): Preserve properties.
8685 (completion--sifn-requote): New function.
8686 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
8687
ef24141c
SM
8688 * minibuffer.el: Add support for completion of quoted/escaped data.
8689 (completion-table-with-quoting, completion-table-subvert): New funs.
8690 (completion--twq-try, completion--twq-all): New functions.
8691 (completion--nth-completion): New function.
8692 (completion-try-completion, completion-all-completions): Use it.
8693
784e7d6e
LL
86942012-04-25 Leo Liu <sdl.web@gmail.com>
8695
dd2ac746
SM
8696 * progmodes/python.el (python-pdbtrack-get-source-buffer):
8697 Use compilation-message if available to find real filename.
784e7d6e 8698
07875ee7
CY
86992012-04-25 Chong Yidong <cyd@gnu.org>
8700
8701 * vc/diff-mode.el (diff-setup-whitespace): New function.
8702 (diff-mode): Use it.
8703
8704 * vc/diff.el (diff-sentinel):
8705 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
8706 Whitespace mode variables based on diff style (Bug#8612).
8707
5055880d
LL
87082012-04-25 Leo Liu <sdl.web@gmail.com>
8709
daf75653
LL
8710 * progmodes/python.el (python-send-region): Add suffix .py to the
8711 temp file.
8712
5055880d
LL
8713 * files.el (auto-mode-alist): Use javascript-mode instead.
8714
db9b177b
AH
87152012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
8716
ef24141c 8717 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b 8718
090bd7cb 8719 * net/soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 8720 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 8721 references, see Bug#9.
ef24141c 8722 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 8723 when receiving a fault reply.
ef24141c 8724 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b 8725
090bd7cb 8726 * net/soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 8727 (soap-inspect-simple-type): New function.
db9b177b 8728
090bd7cb 8729 * net/soap-client.el (soap-simple-type): New struct.
db9b177b 8730 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
8731 (soap-decode-basic-type, soap-encode-basic-type):
8732 support unsignedInt and double basic types.
db9b177b 8733 (soap-resolve-references-for-simple-type)
ef24141c
SM
8734 (soap-parse-simple-type, soap-encode-simple-type): New function.
8735 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b 8736
090bd7cb 8737 * net/soap-client.el (soap-default-xsd-types)
ef24141c
SM
8738 (soap-default-soapenc-types): Add integer, byte and anyURI types.
8739 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
8740 the local name of "soapenc:Array".
8741 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
8742 decoding integer, byte and anyURI xsd types.
8743
1fc6097b
CY
87442012-04-25 Chong Yidong <cyd@gnu.org>
8745
8746 * cus-edit.el (custom-buffer-create-internal): Update header text.
8747
afc6df87
EZ
87482012-04-25 Eli Zaretskii <eliz@gnu.org>
8749
8750 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
8751 settings on 'system-type', not on 'window-system'. On MS-Windows,
8752 set interactive-mode on in GDB.
8753
dfbd787f
SM
87542012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8755
8756 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
8757 (ruby-syntax-propertize-regexp): Remove.
8758 (ruby-syntax-propertize-function): Split regexp into chunks.
8759 Match following code directly.
8760
85222d44
DG
87612012-04-24 Dmitry Gutov <dgutov@yandex.ru>
8762
51a8ea2a
DG
8763 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
8764 (ruby-syntax-propertize-regexp): New function.
8765 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
8766 by a special keyword.
8767
85222d44
DG
8768 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
8769 (ruby-syntax-general-delimiters-goto-beg)
8770 (ruby-syntax-propertize-general-delimiters): New functions.
8771 (ruby-syntax-propertize-function): Use them to handle GDL.
8772 (ruby-font-lock-keywords): Move old handling of GDL...
8773 (ruby-font-lock-syntactic-keywords): .. to here.
8774 (ruby-calculate-indent): Adjust indentation for GDL.
8775
b613912b
MA
87762012-04-24 Michael Albinus <michael.albinus@gmx.de>
8777
b5380639
MA
8778 * notifications.el (top): Remove unneeded declarations.
8779 (notifications-specification-version): Change to "1.2".
e43042fe 8780 (notifications-interface, notifications-notify-method)
b613912b
MA
8781 (notifications-close-notification-method): Fix docstring.
8782 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
8783 (notifications-notify): Add :action-items, :resident and
8784 :transient hints. Change "image_data" to "image-data" and
8785 "image_path" to "image-path".
b613912b
MA
8786 (notifications-get-capabilities): New defun.
8787
257440aa
LL
87882012-04-24 Leo Liu <sdl.web@gmail.com>
8789
8790 * progmodes/python.el: Move hideshow setup to the end.
8791
b1bac16e
MR
87922012-04-24 Martin Rudalics <rudalics@gmx.at>
8793
8794 * window.el (handle-select-window): Clear echo area since this is
8795 no more done by read_char (Bug#11304).
8796
d81bd059
SM
87972012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8798
8799 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
8800 and `/ M' to filter-derived-mode.
8801 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
8802 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
8803 (ibuffer-mark-by-mode): Use default rather than initial-input.
8804 (ibuffer-filter-by-derived-mode): Autoload and require-match.
8805
c4cf6d91
IA
88062012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
8807
8808 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
8809 (ibuffer-filter-by-derived-mode): New filter.
8810 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
8811
7511ded8
CY
88122012-04-23 Andreas Politz <politza@fh-trier.de>
8813
8814 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
8815
775c916b
CY
88162012-04-23 Chong Yidong <cyd@gnu.org>
8817
8818 * cus-edit.el (customize-apropos, customize-apropos-options):
8819 Disable matching of non-option variables (Bug#11176).
8820 (customize-option, customize-option-other-window)
8821 (customize-changed-options): Doc fix.
8822 (customize-apropos-options, customize-apropos-faces)
8823 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
8824
8825 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 8826 Fix word list splitting (Bug#11132).
46c71e23
CY
8827 (apropos-symbol, apropos-keybinding, apropos-label)
8828 (apropos-property, apropos-function-button)
8829 (apropos-variable-button, apropos-misc-button): New faces.
8830 (apropos-symbol-face, apropos-keybinding-face)
8831 (apropos-label-face, apropos-property-face, apropos-match-face):
8832 Variables removed (Bug#8396).
8833 (apropos-library-button, apropos-format-plist, apropos-print)
8834 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 8835
2df41f9c
MA
88362012-04-23 Michael Albinus <michael.albinus@gmx.de>
8837
8838 * net/xesam.el (xesam-mode-map): Use let-bound map in
8839 initialization. (Bug#11292)
8840
da00640a
AM
88412012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8842
8843 Preserve ispell session localwords when switching back to
8844 original buffer.
8845
090bd7cb
JB
8846 * textmodes/ispell.el (ispell-buffer-session-localwords):
8847 New buffer-local variable to hold buffer session localwords.
ed9265fc 8848 (ispell-kill-ispell): Add option 'clear to delete session
da00640a
AM
8849 localwords.
8850 (ispell-command-loop, ispell-change-dictionary)
8851 (ispell-buffer-local-words): Preserve session localwords when
8852 needed.
8853
090bd7cb
JB
8854 * textmodes/flyspell.el (flyspell-process-localwords)
8855 (flyspell-do-correct): Preserve session localwords when needed.
da00640a 8856
f621ccf5
AM
88572012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8858
090bd7cb
JB
8859 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
8860 using obsolete `translation-table-for-input'.
ef24141c
SM
8861 (ispell-word, ispell-process-line, ispell-complete-word):
8862 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 8863
c2d1019e
CY
88642012-04-22 Chong Yidong <cyd@gnu.org>
8865
8866 * cus-edit.el (custom-variable-menu)
8867 (custom-variable-reset-saved, custom-face-menu)
8868 (custom-face-reset-saved): If there is no saved value, make the
8869 "reset-saved" operation bring back the default (Bug#9509).
8870 (custom-face-state): Properly detect themed faces.
8871
eeddc531
CY
8872 * faces.el (face-spec-set): Stop supporting deprecated form of
8873 third arg.
8874
dcbf5805
MA
88752012-04-22 Michael Albinus <michael.albinus@gmx.de>
8876
8877 Move functions from C to Lisp. Make non-blocking method calls
8878 the default. Implement further D-Bus standard interfaces.
8879
ef24141c
SM
8880 * net/dbus.el (dbus-message-internal): Declare function.
8881 Remove unneeded function declarations.
dcbf5805
MA
8882 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
8883 (dbus-message-type-method-return, dbus-message-type-error)
8884 (dbus-message-type-signal): Declare variables. Remove local
8885 definitions.
8886 (dbus-interface-dbus, dbus-interface-peer)
8887 (dbus-interface-introspectable, dbus-interface-properties)
8888 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
8889 Adapt docstring.
8890 (dbus-interface-objectmanager): New defconst.
8891 (dbus-call-method, dbus-call-method-asynchronously)
8892 (dbus-send-signal, dbus-method-return-internal)
8893 (dbus-method-error-internal, dbus-register-service)
8894 (dbus-register-signal, dbus-register-method): New defuns, moved
8895 from dbusbind.c
8896 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
8897 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
8898 New defuns.
dcbf5805
MA
8899 (dbus-call-method-non-blocking): Make it an obsolete function.
8900 (dbus-unregister-object, dbus-unregister-service)
8901 (dbus-handle-event, dbus-register-property)
8902 (dbus-property-handler): Obey the new structure of
8903 `bus-registered-objects'.
8904 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
8905 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
8906 Use `dbus-call-method'.
8907
cf20dee0
CY
89082012-04-22 Chong Yidong <cyd@gnu.org>
8909
8910 * cus-edit.el (custom-commands, custom-reset-menu)
8911 (Custom-reset-standard): Tweak labels.
8912 (custom-reset-button-menu): Change default to t.
8913 (custom-buffer-create-internal): For the custom-reset-button-menu
8914 case, put the revert button first.
8915 (custom-group-subtitle): New face.
8916 (custom-group-value-create): Align docstring to a specific column.
8917
8918 * wid-edit.el (widget-documentation-link-add): Don't handle
8919 indentation in this function.
8920 (widget-documentation-string-indent-to): New function.
8921 (widget-documentation-string-value-create): Use it.
8922
8923 * autorevert.el (auto-revert):
8924 * epg-config.el (epg):
8925 * ibuffer.el (ibuffer):
8926 * mpc.el (mpc):
8927 * ses.el (ses):
8928 * eshell/eshell.el (eshell):
8929 * net/ange-ftp.el (ange-ftp):
8930 * progmodes/ebnf2ps.el (postscript):
8931 * progmodes/flymake.el (flymake):
8932 * progmodes/prolog.el (prolog):
8933 * progmodes/verilog-mode.el (verilog-mode):
8934 * progmodes/which-func.el (which-func):
8935 * term/xterm.el (xterm):
8936 * textmodes/picture.el (picture):
8937 * textmodes/tildify.el (tildify):
8938 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
8939 customization buffers.
8940
583e23bd
AM
89412012-04-22 Alan Mackenzie <acm@muc.de>
8942
8943 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
8944 Adding a ) can hide the resulting (..) from searches. Fix it.
8945 Bound the backward search to the position of the existing (.
8946
7dd51bf1
JB
89472012-04-21 Juanma Barranquero <lekktu@gmail.com>
8948
8949 * progmodes/verilog-mode.el (verilog-mode): Check whether
8950 which-func-modes is t before adding verilog-mode.
8951 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
8952
d64a438f
LL
89532012-04-21 Leo Liu <sdl.web@gmail.com>
8954
7dd51bf1 8955 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 8956
081e8d65
MV
89572012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
8958
8959 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
8960 filling of the last column of a table (Bug#5635).
8961 (woman-find-next-control-line): New arg, specifying an additional
8962 regexp component for the control line.
8963 (woman2-roff-buffer): Use it.
8964 (woman-break-table): New function.
8965 (woman2-TS): Use it.
8966
89672012-04-21 Chong Yidong <cyd@gnu.org>
8968
8969 * woman.el (woman-set-buffer-display-table, woman-decode-region)
8970 (woman-horizontal-escapes, woman-negative-vertical-space)
8971 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
8972 (WoMan-warn-ignored): Use ?\s instead of ?\ .
8973
ed571ccb
SM
89742012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8975
8976 * minibuffer.el (completion-file-name-table): Complete user names.
8977
39773899
LL
89782012-04-20 Leo Liu <sdl.web@gmail.com>
8979
8980 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
8981 and pcase-let*.
8982
de6ff46d
CY
89832012-04-20 Chong Yidong <cyd@gnu.org>
8984
8985 * server.el (server-execute): Respect initial-buffer-choice if it
8986 is a string and there are no files to open (Bug#2825).
8987 (server-create-window-system-frame, server-create-tty-frame):
8988 Don't switch buffers here.
2d0e8e61
CY
8989 (server-process-filter): Only try to open a window system frame if
8990 compiled with graphical support (Bug#8314).
de6ff46d 8991
54071013
DN
89922012-04-20 Dan Nicolaescu <dann@gnu.org>
8993
8994 * battery.el (battery-echo-area-format): Display remaining time
8995 for sysfs backend too (Bug#11269).
8996 (battery-linux-sysfs): Fix conditional for the charge.
8997
f30d612a
CY
89982012-04-20 Chong Yidong <cyd@gnu.org>
8999
c07a4c0b 9000 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
9001 (gdb-inferior-io--init-proc): New function.
9002 (gdb-init-1): Use it.
9003 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
9004 responsible for allocating a new pty and hooking it to gdb when
9005 the old pty gets an EIO due to process exit.
9006 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
9007 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
9008 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
9009
2116e93c
EZ
90102012-04-20 Eli Zaretskii <eliz@gnu.org>
9011
9012 * window.el (window-min-size, window-sizable, window-min-delta)
9013 (window-max-delta, window--resizable, window-resizable)
9014 (window-total-size, window-full-height-p, window-full-width-p)
9015 (window-in-direction, window--resize-mini-window, window-resize)
9016 (window--resize-child-windows-normal)
9017 (window--resize-child-windows, window--resize-siblings)
9018 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 9019 (enlarge-window, shrink-window): Doc fixes.
2116e93c 9020
c07a4c0b 90212012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 9022
ef24141c
SM
9023 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
9024 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
9025 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
9026 pty process (Bug#11273).
9027 (gdb-update): New arg to suppress talking to the gdb process.
9028 (gdb-done-or-error): Use it.
9029 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
9030 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
9031 sentinel not being called.
9032
9033 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
9034
d02766ab
CY
9035 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
9036
c07a4c0b 90372012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
9038
9039 * net/network-stream.el (open-network-stream): Doc fix.
9040
c07a4c0b 90412012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
9042
9043 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
9044
c07a4c0b 90452012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
9046
9047 Ensure searching for keywords is case sensitive.
9048
9049 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
9050 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
9051 (c-defun-name, c-mark-function, c-cpp-define-name)
9052 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 9053 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 9054
ef24141c
SM
9055 * progmodes/cc-mode.el (c-font-lock-fontify-region):
9056 Bind case-fold-search to nil.
f0f6bc35 9057
c07a4c0b 90582012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
9059
9060 * mail/sendmail.el (mail-bury): Call return action with the right
9061 Rmail buffer (Bug#11242).
9062
9a864fa2
CY
9063 * server.el (server-process-filter): Handle corner case where both
9064 tty and nowait options are present (Bug#11102).
9065
539aa513
EZ
90662012-04-20 Eli Zaretskii <eliz@gnu.org>
9067
9068 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
9069 (top level): Put into the executable the ident-style '$Id:' tag on
9070 windows-nt as well.
539aa513 9071
cfc7d5da
SM
90722012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9073
9074 * electric.el (electric-indent-post-self-insert-function): Check that
9075 electric-indent-mode is enabled in current buffer.
9076
5b01685c
JB
90772012-04-19 Juanma Barranquero <lekktu@gmail.com>
9078
9079 * imenu.el (imenu-progress-message): Restore; it is "used" in
9080 erc/erc-imenu.el and net/snmp-mode.el.
9081
4d6769e1
JB
90822012-04-19 Juanma Barranquero <lekktu@gmail.com>
9083
9084 * avoid.el (mouse-avoidance-mode): Mark unused arg.
9085 (mouse-avoidance-nudge-mouse): Remove unused binding.
9086
9087 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
9088
9089 * descr-text.el (describe-char):
9090 * progmodes/python.el (python-describe-symbol):
9091 Don't call `toggle-read-only', set `buffer-read-only'.
9092
9093 * imenu.el (imenu-default-goto-function): Mark unused args.
9094 (imenu-progress-message): Remove obsolete macro; all callers changed.
9095
9096 * subr.el (keymap-canonicalize): Remove unused binding.
9097 (read-passwd): Mark unused arg.
9098
9099 * tutorial.el (tutorial--display-changes): Remove unused binding.
9100 (tutorial--save-tutorial-to): Remove unused variable.
9101
9102 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
9103 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
9104 (package-generate-autoloads, package-menu--generate)
9105 (package-menu--find-upgrades): Remove unused bindings.
9106
9107 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
9108 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
9109 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
9110 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
9111 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
9112 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
9113 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
9114 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
9115 (cua-delete-char-rectangle): Mark unused args.
9116 (cua-align-rectangle): Remove unused binding.
9117
9118 * mail/rmail.el (compilation--message->loc)
9119 (epa--find-coding-system-for-mime-charset): Declare.
9120
9121 * net/dbus.el (dbus-register-service): Declare.
9122 (dbus-name-owner-changed-handler): Remove unused binding.
9123
9124 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
9125 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
9126 (nxml-scan-backward-within): Mark unused arg.
9127 (nxml-dynamic-markup-word): Remove unused binding.
9128
9129 * mouse.el (mouse-menu-major-mode-map):
9130 * emacs-lisp/authors.el (authors-scan-change-log)
9131 (authors-add-to-author-list):
9132 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
9133 * emacs-lisp/smie.el (smie-auto-fill):
9134 * mail/sendmail.el (mail-bury):
9135 * mail/unrmail.el (unrmail):
9136 * net/tls.el (open-tls-stream):
9137 * textmodes/picture.el (picture-mouse-set-point):
9138 Remove unused bindings.
9139
8c8fc5df
MA
91402012-04-19 Michael Albinus <michael.albinus@gmx.de>
9141
9142 * net/tramp.el (tramp-action-password): Let-bind
9143 `enable-recursive-minibuffers' to t.
9144
a77b0ac9
SS
91452012-04-18 Sam Steingold <sds@gnu.org>
9146
9147 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
9148 instead of 'string to accommodate values like [f11].
9149 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
9150 * progmodes/gdb-mi.el: Likewise.
9151
12a106a9
LL
91522012-04-18 Leo Liu <sdl.web@gmail.com>
9153
9154 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
9155 current buffer.
9156 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
9157 LOCAL is nil.
9158
bc6494ef
CY
91592012-04-18 Chong Yidong <cyd@gnu.org>
9160
9161 * simple.el (line-move): Use forward-line if in batch mode
9162 (Bug#11053).
9163
c09c46b2
CS
91642012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
9165
9166 * files.el (after-find-file): Do not try to add a final newline if
9167 the buffer is read-only (Bug#11156).
9168
5f6530ea
RS
91692012-04-17 Richard Stallman <rms@gnu.org>
9170
9171 * mail/rmail.el (rmail-start-mail):
9172 Pass (rmail-mail-return...) for the return-action.
9173 Pass (rmail-yank-current-message...) for the yank-action.
9174 (rmail-yank-current-message): New function.
9175 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
9176 (rmail-reply): Likewise.
9177 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
9178
9179 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 9180 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
9181 buffer, not newbuf.
9182
197b6f3c
JB
91832012-04-17 Juanma Barranquero <lekktu@gmail.com>
9184
9185 * server.el (server-ensure-safe-dir): Simplify.
9186
2311d8e5 91872012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 9188
2311d8e5
GM
9189 * emacs-lisp/smie.el: Provide smarter auto-filling.
9190 (smie-auto-fill): New function.
9191 (smie-setup): Use it.
98fb480e 9192
2311d8e5
GM
9193 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
9194
91952012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
9196
9197 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
9198 (comment-indent): Use it.
9199
2311d8e5 92002012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
9201
9202 * ses.el: The overall change is to add cell renaming, that is
9203 setting fancy names for cell symbols other than name matching
9204 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 9205 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 9206 (ses-create-cell-variable): New defun.
2311d8e5 9207 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
9208 (ses-relocate-formula): Relocate formulas only for cells the
9209 symbols of which are not renamed, i.e. symbols whose names do not
9210 match regexp "\\`[A-Z]+[0-9]+\\'".
9211 (ses-relocate-all): Relocate values only for cells the symbols of
9212 which are not renamed.
9213 (ses-load): Create cells variables as the (ses-cell ...) are read,
9214 in order to check row col consistency with cell symbol name only
9215 for cells that are not renamed.
9216 (ses-replace-name-in-formula): New defun.
9217 (ses-rename-cell): New defun.
4bdf2ad2 9218
fc72b15c
PO
92192012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
9220
9221 * progmodes/perl-mode.el (perl-indent-parens-as-block):
9222 New option (bug#11118).
9223 (perl-calculate-indent): Respect it.
9224
12e10e61
GM
92252012-04-17 Glenn Morris <rgm@gnu.org>
9226
9227 * dired-aux.el (dired-mark-read-string): Doc fix.
9228
30009afd
DA
92292012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
9230
9231 * dired-aux.el (dired-mark-read-string): Offer optional completion.
9232 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
9233
41f03f4d
GM
92342012-04-17 Glenn Morris <rgm@gnu.org>
9235
9236 * mouse.el (mouse-drag-track):
9237 * speedbar.el (speedbar-frame-mode):
9238 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
9239
f45f90f3
LL
92402012-04-16 Leo Liu <sdl.web@gmail.com>
9241
9242 * progmodes/python.el: Trivial cleanup.
9243
94ee8db5
GM
92442012-04-16 Glenn Morris <rgm@gnu.org>
9245
121b8917
GM
9246 * vc/vc.el (vc-string-prefix-p):
9247 * vc/pcvs-util.el (cvs-string-prefix-p):
9248 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
9249 * mpc.el (mpc-string-prefix-p):
9250 Make all of these into obsolete aliases for string-prefix-p.
9251 Update callers.
9252 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
9253
1197ecfa
GM
9254 * textmodes/two-column.el: Move custom options to the start.
9255 (frame-width): Remove compat definition.
9256 (2C-associate-buffer, 2C-dissociate):
9257 Use with-current-buffer rather than save-excursion.
9258 (2C-dissociate): Force a mode-line update.
9259 (2C-autoscroll): Use ignore-errors.
9260
099e7202
GM
9261 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
9262 Autoload trivia.
9263
bf350d6a
GM
9264 * emacs-lisp/cl-extra.el (*random-state*):
9265 Remove unnecessary declaration.
9266
0e829eab
GM
9267 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
9268
e3ad7552
GM
9269 * play/cookie1.el (cookie-snarf):
9270 Give an explicit error if input file cannot be read.
9271
68892d27
GM
9272 * play/yow.el (yow-file): Use expand-file-name rather than concat.
9273
20f0c46d
GM
9274 * progmodes/perl-mode.el (c-macro-expand):
9275 Remove unnecessary autoload (it is in loaddefs.el).
9276
5a0978ce
GM
9277 * textmodes/picture.el (picture-desired-column)
9278 (picture-update-desired-column): Convert comments to doc-strings.
9279 (picture-substitute): Remove function.
9280 (picture-mode-map): Initialize in the defvar.
9281
6b955486
GM
9282 * woman.el: Remove eval-after-load for tar-mode.
9283 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
9284 (woman-tar-extract-file): Autoload it.
9285
94ee8db5
GM
9286 * frame.el (automatic-hscrolling): Make this alias obsolete.
9287
177eca34
AM
92882012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9289
090bd7cb 9290 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 9291 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
9292 (ispell-dictionary-base-alist): Revert to original XEmacs
9293 friendly version for default. [:alpha:] will be added in
090bd7cb 9294 `ispell-set-spellchecker-params' if needed.
177eca34 9295
c505aaeb
CY
92962012-04-16 Chong Yidong <cyd@gnu.org>
9297
b19dd9d1 9298 * image.el (imagemagick--file-regexp): New variable.
c505aaeb
CY
9299 (imagemagick-register-types): Use it.
9300 (imagemagick-types-inhibit): Add :set function. Allow new value
9301 of t to inhibit all types.
9302
9303 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
9304 so we can preload it.
9305
9306 * loadup.el (fboundp): Preload regexp-opt, needed by
9307 imagemagick-register-types.
9308
60efac0f
CY
93092012-04-15 Chong Yidong <cyd@gnu.org>
9310
9311 * frame.el (scrolling): Remove nearly unused customization group.
9312
9313 * scroll-all.el (scroll-all-mode): Move to windows group.
9314
5dd1713e
CY
93152012-04-15 Chong Yidong <cyd@gnu.org>
9316
9317 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
9318
e6fd457e
CY
93192012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9320
9321 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 9322 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 9323
e153c136
GM
93242012-04-15 Glenn Morris <rgm@gnu.org>
9325
9326 * simple.el (process-file-side-effects): Doc fix.
9327
e6fd457e 93282012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
9329
9330 * international/mule-cmds.el (set-language-environment): Doc fix.
9331
3603c3b1
JB
93322012-04-14 Juanma Barranquero <lekktu@gmail.com>
9333
9334 * server.el (server-auth-key, server-generate-key): Doc fixes.
9335 (server-get-auth-key): Doc fix. Use `string-match-p'.
9336 (server-start): Reflow docstring.
9337
e6de100c
LI
93382012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
9339
9340 * server.el (server-generate-key): `called-interactively-p'
9341 requires a parameter.
9342
29734c21
MN
93432012-04-14 Michal Nazarewicz <mina86@mina86.com>
9344
9345 * server.el (server-auth-key): New variable.
75f1671a 9346 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
9347 (server-start): Use the new variable and functions to allow
9348 setting a permanent server key (bug#9423).
9349
d65c9521
LL
93502012-04-14 Leo Liu <sdl.web@gmail.com>
9351
9352 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
9353
5ae255c7
PE
93542012-04-14 Paul Eggert <eggert@cs.ucla.edu>
9355
9356 Spelling fixes.
9357 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
9358 Emacs uses American spelling.
9359
d5e6342e
JB
93602012-04-14 Juanma Barranquero <lekktu@gmail.com>
9361
9362 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
9363 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
9364 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
9365 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
9366
ab036cd7
SM
93672012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9368
9369 * progmodes/which-func.el (which-func-modes): Change default.
9370
35dc09a1 93712012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
9372
9373 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
9374 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
9375
35dc09a1 93762012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
9377
9378 * custom.el (custom-theme-set-variables): Doc fix.
9379
35dc09a1 93802012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
9381
9382 * international/mule.el (set-auto-coding-for-load): Doc fix.
9383
35dc09a1 93842012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 9385
35dc09a1
GM
9386 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
9387 imenu work again for Objective C Mode. Correct the *-index values,
9388 these having been disturbed by a previous change in 2011-08.
57f845ee 9389
0de3da9f
AM
9390 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
9391 Correct two search limits.
9392
35dc09a1 93932012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
9394
9395 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
9396
35dc09a1 93972012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
9398
9399 * international/characters.el: Fix sorting.
9400
35dc09a1 94012012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
9402
9403 * international/characters.el: Add more missing Latin case pairs.
9404
35dc09a1 94052012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
9406
9407 * files.el (dir-locals-set-class-variables): Doc fix.
9408
35dc09a1 94092012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 9410
3f1b5bf8
EZ
9411 * international/characters.el: Add set-case-syntax-pair call for
9412 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
9413 counterpart. (Bug#11209)
9414
9f847f41
EZ
9415 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
9416
35dc09a1 94172012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
9418
9419 * calendar/holidays.el (calendar-check-holidays): Doc fix.
9420
35dc09a1 94212012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 9422
35dc09a1
GM
9423 * textmodes/ispell.el (ispell-dictionary-base-alist):
9424 Add data for Hebrew.
e2627d21 9425
35dc09a1 94262012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 9427
35dc09a1
GM
9428 * net/rcirc.el (rcirc-cmd-quit):
9429 Revert 2012-03-18 change (Bug#11192).
5c14e333 9430
35dc09a1 94312012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
9432
9433 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
9434
35dc09a1 94352012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 9436
4517fe3a
SM
9437 * minibuffer.el (completion-in-region-mode-map):
9438 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 9439
b472a594
VD
94402012-04-13 Vivek Dasmohapatra <vivek@etla.org>
9441
9442 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
9443
09b95ce3
MY
94442012-04-13 Masatake YAMATO <yamato@redhat.com>
9445
9446 * minibuffer.el (minibuffer-local-filename-syntax): New variable
9447 to allow `C-M-f' and `C-M-b' to move to the nearest path
9448 separator (bug#9511).
9449
4b63a9ca
LI
94502012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
9451
9452 * avoid.el: Require cl when compiling. And also move the
9453 `provide' to the end.
9454
7b55b8bf
TV
94552012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9456
9457 * avoid.el (mouse-avoidance-banish-position): New variable.
9458 (mouse-avoidance-banish-destination): Use it (bug#10165).
9459
adedaa1f
LL
94602012-04-13 Leo Liu <sdl.web@gmail.com>
9461
9462 * progmodes/which-func.el (which-func-modes): Add objc-mode.
9463
70e74021
KB
94642012-04-13 Ken Brown <kbrown@cornell.edu>
9465
9466 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 9467 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
9468 (browse-url-filename-alist): For the same reason, don't modify
9469 file:// URLs on Cygwin.
9470
e75e89ba
SM
94712012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
9472
9473 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
9474 the region on shift if the binding is already shifted (bug#11221).
9475
82f289a4
GM
94762012-04-12 Glenn Morris <rgm@gnu.org>
9477
9478 * mail/mailpost.el: Move to obsolete/.
9479
d333dc4c
DA
94802012-04-12 Drew Adams <drew.adams@oracle.com>
9481
9482 * imenu.el (imenu--generic-function): Ignore invisible definitions
9483 (bug#10123).
9484
0d15b5ba
VD
94852012-04-12 Vivek Dasmohapatra <vivek@etla.org>
9486
9487 * hexl.el (hexl-bits): New variable.
9488 (hexl-options): Mention the variable in the doc string.
75f1671a 9489 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 9490 (hexl-mode): Mention the new variable.
75f1671a
JB
9491 (hexl-mode, hexl-current-address, hexl-current-address):
9492 Use the displen.
0d15b5ba
VD
9493 (hexl-ascii-start-column): New function.
9494 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
9495 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
9496
64a440db
AM
94972012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9498
9499 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
9500 '("-i" ENCODING), in 2 separate command-line arguments, to specify
9501 the encoding, as expected by hunspell.
9502
6decb6c2
SM
95032012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
9504
9505 * battery.el (battery--linux-sysfs-regexp): New const.
9506 (battery-status-function): Use it. Remove yeeloong special case.
9507 (battery-yeeloong-sysfs): Remove.
9508 (battery-echo-area-format): Remove yeeloong special case.
9509
088be6fb
SM
95102012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9511
6622e416
SM
9512 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
9513 Reported by Noah Friedman.
9514
088be6fb
SM
9515 * subr.el (read-passwd): Use read-string.
9516
b49f886e
LMI
95172012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9518
9519 * vcursor.el (vcursor-move): Increase the priority of the overlay
9520 (bug#9663).
9521
a63067fc
DD
95222012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
9523
9524 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
9525 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
9526
ac3cf14a
WS
95272012-04-11 William Stevenson <yhvh2000@gmail.com>
9528
9529 * textmodes/artist.el (artist-mode): Convert artist-mode to use
9530 define-minor-mode (bug#10760).
9531
c4fc691b 95322012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 9533
4d6769e1 9534 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
9535 that directories matching `grep-find-ignored-files' won't be
9536 pruned (bug#10351).
9537
af23e2e5
CY
95382012-04-11 Chong Yidong <cyd@gnu.org>
9539
9540 * startup.el (command-line): Remove support for long-obsolete
9541 variable font-lock-face-attributes.
9542
ab7ce8c1
GM
95432012-04-11 Glenn Morris <rgm@gnu.org>
9544
9545 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
9546
de8c03dc
SM
95472012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9548
9549 * window.el (window--state-get-1): Obey window-point-insertion-type.
9550
050cc68b
LB
95512012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
9552
9553 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
9554 to previous function when point is on the first character of a
75f1671a 9555 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 9556
a38c310c
GM
95572012-04-11 Glenn Morris <rgm@gnu.org>
9558
effed0c2
GM
9559 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
9560 not just file-errors.
9561
a38c310c
GM
9562 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
9563 (vc-bzr-sha1): Use internal sha1.
9564
0221e323
SM
95652012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9566
9567 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
9568
43956923
SG
95692012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
9570
9571 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
9572 that start in the middle of the line (bug#10496).
9573
6a8c9eaf
DN
95742012-04-10 Dan Nicolaescu <dann@gnu.org>
9575
9576 * battery.el (battery-linux-proc-acpi): Only one battery is
9577 discharged at a time, but that seems to confuse battery.el when
9578 computing `rate-type' for the battery not being discharged
9579 (bug#10332).
9580
1930bf5d
SM
95812012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9582
2a718f6f
SM
9583 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
9584
599430d0
SM
9585 * international/quail.el: Use dolist and simplify.
9586 (quail-define-package, quail-update-keyboard-layout)
9587 (quail-define-rules): Use dolist.
9588 (quail-insert-kbd-layout, quail-get-translation): CSE.
9589
a2754b6c
SM
9590 * tmm.el: Use dolist, remove left over hook.
9591 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
9592 Use dolist.
9593 (calendar-load-hook): Don't mess with it.
9594
1930bf5d
SM
9595 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
9596 Use derived-mode-p. Run the diff asynchronously.
9597
9f67961c
LMI
95982012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9599
9600 * obsolete/mouse-sel.el: Add an Obsolete-since header.
9601
2a8ce227
JB
96022012-04-10 Juanma Barranquero <lekktu@gmail.com>
9603
9604 * misc.el: Display absolute path of loaded DLLs (bug#10424).
9605 (list-dynamic-libraries--loaded): New function.
9606 (list-dynamic-libraries--refresh): Use it.
9607
8f33b5f8
NW
96082012-04-10 Nathan Weizenbaum <nweiz@google.com>
9609
1930bf5d
SM
9610 * progmodes/python.el (python-fill-paragraph):
9611 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
9612 disabled (bug#7018).
9613
b12f0439
L
96142012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
9615
1930bf5d 9616 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
9617 DOS/MS Windows for the Baltic languages. There are still plenty
9618 of texts written in this encoding/codepage (bug#6519).
b12f0439 9619
57c3bd01
GM
96202012-04-10 Glenn Morris <rgm@gnu.org>
9621
9622 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
9623 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
9624
6c3eab30
FA
96252012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
9626
1930bf5d 9627 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
9628 next-line "n" and previous-line "p" in order to make recentf more
9629 consistent with ibuffer, dired or org-mode (bug#9387).
9630
24d78a88
LMI
96312012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9632
bc72b5d9
LMI
9633 * image.el (put-image): Return the overlay created instead of the
9634 optional input string (bug#7834). Note that this may break code
9635 that is (for some reason or other) depending on `put-image'
9636 returning the string.
9637
bd2dba5a
LMI
9638 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
9639
74beb59f
LMI
9640 * simple.el (zap-to-char): Allow zapping using input methods
9641 (bug#1580).
9642
24d78a88
LMI
9643 * textmodes/fill.el (fill-region): Leave point and mark where they
9644 were before filling (bug#5399).
9645
263f20cd
GM
96462012-04-09 Glenn Morris <rgm@gnu.org>
9647
9648 * version.el (emacs-bzr-get-version):
9649 Handle lightweight checkouts of local branches.
9650
58d1f797
AS
96512012-04-09 Andreas Schwab <schwab@linux-m68k.org>
9652
263f20cd 9653 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 9654
b4d3bc10
CY
96552012-04-09 Chong Yidong <cyd@gnu.org>
9656
9657 * custom.el (custom-variable-p): Return nil for non-symbol
9658 arguments instead of signaling an error.
9659 (user-variable-p): Obsolete alias for custom-variable-p.
9660
9661 * apropos.el (apropos-variable):
9662 * files-x.el (read-file-local-variable):
9663 * simple.el (set-variable):
9664 * woman.el (woman-mini-help):
9665 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
9666
fd06db5d
GM
96672012-04-09 Glenn Morris <rgm@gnu.org>
9668
e5fcdb5e
GM
9669 * startup.el (normal-top-level): Don't look for leim-list.el
9670 in places where it will not be found. (Bug#910)
9671
fd06db5d
GM
9672 * international/mule-cmds.el (set-default-coding-systems):
9673 * files.el (normal-mode):
9674 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
9675 This function was removed with ucs-tables.el in 2008.
9676
b39bb7e1
EZ
96772012-04-08 Eli Zaretskii <eliz@gnu.org>
9678
9679 * textmodes/ispell.el (ispell-check-version): For hunspell, set
9680 ispell-encoding8-command to "-i", without a trailing space.
9681 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
9682 separate command-line arguments, to specify the encoding, since
9683 that's how hunspell expects it.
9684
5c5b8e23
GM
96852012-04-08 Glenn Morris <rgm@gnu.org>
9686
9687 * loadup.el: Load bindings before cus-start.
9688 This reduces somewhat the number of "rogue" settings in emacs -Q.
9689
a1ed8b05
GM
96902012-04-07 Glenn Morris <rgm@gnu.org>
9691
9692 * version.el (emacs-bzr-get-version): New function.
dfae128a 9693 (emacs-bzr-version): New variable.
a1ed8b05
GM
9694 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
9695 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
9696
b142f158
EZ
96972012-04-07 Eli Zaretskii <eliz@gnu.org>
9698
dfae128a
GM
9699 * international/uni-bidi.el, international/uni-category.el:
9700 * international/uni-combining.el, international/uni-decimal.el:
9701 * international/uni-decomposition.el, international/uni-digit.el:
9702 * international/uni-lowercase.el, international/uni-mirrored.el:
9703 * international/uni-name.el, international/uni-numeric.el:
9704 * international/uni-titlecase.el, international/uni-uppercase.el:
9705 Update for Unicode 6.1.
b142f158 9706
9078ead6
EZ
97072012-04-07 Eli Zaretskii <eliz@gnu.org>
9708
9709 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
9710
f23d2c7d
LMI
97112012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
9712
9713 * window.el (shrink-window): Mention the `window-min-height'
9714 variable in the doc string.
9715
0a0a3573
BG
97162012-04-05 Bastien Guerry <bzg@altern.org>
9717
9718 * color.el (color-lighten-name): Fix typo.
9719
e5248ac9
SM
97202012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9721
9722 * server.el (server--on-display-p): New function.
9723 (server--on-display-p): Use it.
9724
a8e4d516 97252012-04-04 Gábor Vida <vidagabor@gmail.com> (tiny change)
b4243e22
GV
9726
9727 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
9728 (bug#11145).
9729
305d9f44
SM
97302012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9731
9732 * comint.el (comint--common-quoted-suffix): Check string boundary
9733 before comparing (bug#11158).
9734 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
9735
3d439cd1
CY
97362012-04-04 Chong Yidong <cyd@gnu.org>
9737
321cc491
CY
9738 * minibuffer.el (completion-extra-properties): Doc fix.
9739
3d439cd1
CY
9740 * subr.el (delayed-warnings-hook): Doc fix.
9741
2d562c0f
DU
97422012-04-04 Daiki Ueno <ueno@unixuser.org>
9743
9744 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
9745 selection (Bug#11159).
9746 (epa-insert-keys): Inform that the default public key will be
9747 exported if no key is selected.
9748
4443f204
RS
97492012-04-04 Richard Stallman <rms@gnu.org>
9750
9751 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
9752
529c06b6
CY
97532012-04-03 Chong Yidong <cyd@gnu.org>
9754
9755 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
9756 mail-insert-file, not its obsolete alias mail-attach-file.
9757
66b907dc
MA
97582012-04-03 Michael Albinus <michael.albinus@gmx.de>
9759
9760 * notifications.el (notifications-notify): Fix docstring.
9761
c0ea195d
GM
97622012-04-02 Glenn Morris <rgm@gnu.org>
9763
9764 * emacs-lisp/authors.el (authors-aliases): Another addition.
9765
5ca64e00
MA
97662012-04-02 Michael Albinus <michael.albinus@gmx.de>
9767
9768 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
9769 `tramp-compat-call-process' instead of `tramp-local-call-process'.
9770 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
9771
42ee526b
CY
97722012-04-01 Chong Yidong <cyd@gnu.org>
9773
9774 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
9775 Handle root directory properly.
9776 (copy-directory): Caller changed.
9777
9778 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
9779 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
9780
0b021094
GM
97812012-03-31 Glenn Morris <rgm@gnu.org>
9782
40f86458
GM
9783 * term/xterm.el (xterm-extra-capabilities): Doc fix.
9784
7019c177
GM
9785 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
9786
a1daddd6
GM
9787 * calendar/calendar.el (calendar-window-list)
9788 (calendar-hide-window): Restore. (Bug#11140)
9789 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
9790
0b021094
GM
9791 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
9792
40311efc
TV
97932012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9794
9795 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
9796 Check if file is a symlink (Bug#10489).
9797
9798 * files.el (copy-directory): Likewise.
9799
5319014e
CY
98002012-03-30 Chong Yidong <cyd@gnu.org>
9801
9802 * image.el (imagemagick-types-inhibit)
9803 (imagemagick-register-types): Doc fix.
9804
935d1290
AM
98052012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9806
090bd7cb 9807 * textmodes/ispell.el (ispell-get-extended-character-mode):
ef24141c 9808 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 9809 and treats ~word as ordinary words in pipe mode.
935d1290 9810
61c6e8fd
GM
98112012-03-30 Glenn Morris <rgm@gnu.org>
9812
9813 * tutorial.el (help-with-tutorial): Ensure local variables don't
9814 happen to make the buffer read-only. (Bug#11127)
9815
81fdff00
SM
98162012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
9817
9818 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
9819 (perl-calculate-indent): Return `noindent' in strings.
9820
6e7a6ec0
SS
98212012-03-28 Sam Steingold <sds@gnu.org>
9822
9823 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
9824 instead of the broken adhockery which does not prevent calendar
9825 buffers from being displayed at random after exit.
9826 (calendar-window-list, calendar-hide-window): Remove the broken
9827 adhockery.
9828
fee88ca0
GM
98292012-03-28 Glenn Morris <rgm@gnu.org>
9830
9831 * replace.el (query-replace-map): Doc fix.
9832
38de3354
AS
98332012-03-28 Andreas Schwab <schwab@linux-m68k.org>
9834
9835 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
9836 contents. (Bug#11109)
9837
b973155e
SM
98382012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
9839
9840 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
9841 (bug#11077).
9842 (avl-tree--check, avl-tree--check-node): New funs.
9843
dcb6e7b3
MR
98442012-03-27 Martin Rudalics <rudalics@gmx.at>
9845
9846 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
9847 (switch-to-prev-buffer, switch-to-next-buffer):
9848 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
9849 showing a buffer already is done on the same frame.
9850
b4fa35fa
GM
98512012-03-27 Glenn Morris <rgm@gnu.org>
9852
9853 * startup.el (mail-host-address): Doc fix.
9854
f9210e18
SM
98552012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9856
9857 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
9858 than 197 variables.
9859
c0bf7753
AF
98602012-03-26 Ami Fischman <ami@fischman.org>
9861
9862 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
9863
33da7b16
GM
98642012-03-26 Glenn Morris <rgm@gnu.org>
9865
02243d9d
GM
9866 * files.el (save-buffers-kill-emacs): Doc fix.
9867
33da7b16
GM
9868 * startup.el (normal-top-level, command-line, command-line-1):
9869 Give them doc strings.
9870
e5a69fd0
EZ
98712012-03-25 Eli Zaretskii <eliz@gnu.org>
9872
9873 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 9874 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 9875
9a69676a
CY
98762012-03-25 Chong Yidong <cyd@gnu.org>
9877
4125cb8b
CY
9878 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
9879 theme if it was previously enabled before (Bug#11031).
9880
dd470960
CY
9881 * cus-theme.el (custom-theme-write-faces): Retrieve current face
9882 spec with custom-face-get-current-spec if its :shown-value is not
9883 determined yet (Bug#9337).
4125cb8b 9884 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 9885
9a69676a
CY
9886 * button.el (button-at): Minor addition to docstring.
9887
6e7e90fa
SL
98882012-03-24 Simon Leinen <simon.leinen@gmail.com>
9889
9890 * vc/vc.el (vc-merge): Fix a prompt.
9891
f06e2758
CY
98922012-03-24 Chong Yidong <cyd@gnu.org>
9893
9894 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
9895 point (Bug#9623).
9896
6e7e90fa
SL
9897 * button.el (button-at): Minor addition to docstring.
9898
b9d0879b
SM
98992012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
9900
9901 * newcomment.el (comment-choose-indent): No space after BOL.
9902
e71cebb3
SS
99032012-03-22 Sam Steingold <sds@gnu.org>
9904
9905 * window.el (switch-to-prev-buffer): Revert last patch because the
9906 bug turned out to be an advertised feature (Elisp manual 28.14).
9907
335aff35
GM
99082012-03-22 Glenn Morris <rgm@gnu.org>
9909
9910 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
9911 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
9912
c676576a
LMI
99132012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9914
9915 * net/network-stream.el (network-stream-open-starttls): Make error
9916 message under Windows be less misleading.
9917
126f3d39
LW
99182012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
9919
9920 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
9921 understands (bug#9942).
9922
64fee311
CY
99232012-03-22 Chong Yidong <cyd@gnu.org>
9924
9925 * simple.el (end-of-visible-line): Handle return value of
9926 next-single-property-change properly (Bug#9371).
9927
a640d29a
KH
99282012-03-22 Kenichi Handa <handa@m17n.org>
9929
9930 * international/quail.el (quail-insert-kbd-layout): Fix previous
9931 change. To avoid unwanted bidi reordering, use
9932 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
9933
39675016
DG
99342012-03-21 Dmitry Gutov <dgutov@yandex.ru>
9935
9936 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
9937 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
9938 (ruby-beginning-of-indent): Be more careful with the difference
9939 between word-boundary and symbol boundary.
9940 (ruby-mode-syntax-table): Make : a symbol constituent.
9941
0a6934fc 99422012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 9943
3d008e4f
SM
9944 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
9945
0a6934fc
SM
99462012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
9947
af67c9d7
SM
9948 * progmodes/etags.el (tags-completion-at-point-function):
9949 Improve last fix.
9950
1acad97c
SM
9951 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
9952
e298b5da
SS
99532012-03-21 Sam Steingold <sds@gnu.org>
9954
9955 * progmodes/etags.el (tags-completion-at-point-function):
9956 Avoid the error when point is inside the pattern.
9957
91d82a70
JY
99582012-03-21 John Yates <john@yates-sheets.org> (tiny change)
9959
9960 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
9961 line (Bug#10855).
9962
69188b79
CY
99632012-03-21 Drew Adams <drew.adams@oracle.com>
9964
9965 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
9966
99fc91fe
AK
99672012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
9968
9969 * ido.el (ido-set-current-directory, ido-read-internal)
9970 (ido-choose-completion-string, ido-completion-help): Handle nil
9971 value of ido-completion-buffer (Bug#11008).
9972
087bbb4c
SS
99732012-03-21 Sam Steingold <sds@gnu.org>
9974
9975 * window.el (switch-to-prev-buffer): Do not switch to a visible
9976 window previous buffer, just like with the frame previous buffers.
9977
fb5b8aca
CY
99782012-03-21 Chong Yidong <cyd@gnu.org>
9979
9980 * faces.el (make-face, make-empty-face, copy-face):
9981 * face-remap.el (face-remap-add-relative, face-remap-set-base):
9982 Doc fixes.
9983
dc9924b8
SM
99842012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
9985
9986 * wid-edit.el (widget-complete-field): Remove (bug#11051).
9987 (widget-complete): Remove broken use of it.
9988
f0bcceb9
CY
99892012-03-20 Chong Yidong <cyd@gnu.org>
9990
dc9924b8
SM
9991 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
9992 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
9993 characters.
9994
ee52ebf3
TH
99952012-03-20 Tassilo Horn <tassilo@member.fsf.org>
9996
9997 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
9998 to draw rectangles, not squares. (Regression introduced by revno
9999 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
10000
4c5779ab
CY
100012012-03-18 Chong Yidong <cyd@gnu.org>
10002
10003 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
10004 it is not yet defined (for temacs).
10005
15360934
LL
100062012-03-18 Leo Liu <sdl.web@gmail.com>
10007
735135f9
PE
10008 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
10009 prefix.
15360934 10010
d9a8eb66
EZ
100112012-03-17 Eli Zaretskii <eliz@gnu.org>
10012
10013 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
10014 (ispell-choices-win-default-height, ispell-silently-savep)
10015 (ispell-dictionary-alist, ispell-encoding8-command)
10016 (ispell-check-version, ispell-aspell-find-dictionary)
10017 (ispell-valid-dictionary-list, ispell-words-keyword)
10018 (ispell-get-word, ispell-internal-change-dictionary)
10019 (ispell-region, ispell-skip-region-list)
10020 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
10021 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
10022 (ispell-message-text-end, ispell-message)
10023 (ispell-buffer-local-parsing): Doc fix.
10024
f02ff80d
J
100252012-03-13 Jambunathan K <kjambunathan@gmail.com>
10026
10027 * htmlfontify.el: Add support for code block fontification for ODT
10028 export (Bug #9914).
10029 (hfy-optimisations): Define new option
10030 `body-text-only'
10031 (hfy-fontify-buffer): Honor above setting.
10032 (hfy-begin-span, hfy-end-span): New routines factored out form
10033 `hfy-fontify-buffer'.
10034 (hfy-begin-span-handler, hfy-end-span-handler): New variables
10035 that permit insertion of custom tags.
10036 (hfy-fontify-buffer): Use above handlers.
10037 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
10038 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 10039 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 10040 over multiple runs. This is made possible by having the caller let
f02ff80d
J
10041 bind a special variable `hfy-user-sheet-assoc'.
10042 (htmlfontify-string): New defun.
10043 (hfy-compile-face-map): Make sure that the last char in the
10044 buffer is correctly fontified.
10045 (hfy-face-resolve-face): Whitespace only change.
10046
9ac7a13f
EZ
100472012-03-17 Eli Zaretskii <eliz@gnu.org>
10048
10049 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
10050 message more clear.
10051
e2b5bdd7
LL
100522012-03-16 Leo Liu <sdl.web@gmail.com>
10053
10054 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
10055
2e492df3
AM
100562012-03-16 Alan Mackenzie <acm@muc.de>
10057
10058 Further optimise the handling of large macros.
10059
10060 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
10061 limit to a call of `c-literal-limits'.
10062 (c-determine-+ve-limit): New function.
dc9924b8
SM
10063 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
10064 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
10065 In CASE 5B, restrict a search limit to 500.
10066 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
10067
10068 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
10069 Restrict macro bounds to +-500 from after-change's BEG END.
10070
50e94f0c
LL
100712012-03-16 Leo Liu <sdl.web@gmail.com>
10072
10073 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
10074
6f09f6ed
AH
100752012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
10076
10077 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 10078 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 10079
c7e73d51
GM
100802012-03-16 Glenn Morris <rgm@gnu.org>
10081
da986230
GM
10082 * view.el (view-buffer, view-buffer-other-window)
10083 (view-buffer-other-frame): Doc fixes re special mode-class.
10084
0835f01e
GM
10085 * subr.el (eval-after-load): If named feature is provided not from
10086 a file, run after-load forms. (Bug#10946)
10087
c7e73d51
GM
10088 * calendar/calendar.el (calendar-insert-at-column):
10089 Handle non-unit-width characters a bit better. (Bug#10978)
10090
3f2eafd1
CY
100912012-03-15 Chong Yidong <cyd@gnu.org>
10092
10093 * emacs-lisp/ring.el (ring-extend): New function.
10094 (ring-insert+extend): Extend the ring correctly (Bug#11019).
10095
10096 * comint.el (comint-read-input-ring)
10097 (comint-add-to-input-history): Grow comint-input-ring lazily.
10098
103af3fe
SM
100992012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
10100
663b1677
SM
10101 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
10102 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
10103
103af3fe
SM
10104 * imenu.el: Fix multiple inheritance breakage (bug#9199).
10105 (imenu-add-to-menubar): Don't add a redundant index.
10106 (imenu-update-menubar): Handle a dynamically composed keymap.
10107
899cb7cb
KY
101082012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
10109
10110 * mail/sendmail.el (mail-encode-header):
10111 Bind rfc2047-encode-encoded-words to nil.
10112
3809f91d
GM
101132012-03-13 Glenn Morris <rgm@gnu.org>
10114
10115 * calendar/calendar.el (calendar-string-spread):
10116 Handle non-unit-width characters a bit better. (Bug#10978)
10117
9e345a01
LL
101182012-03-13 Leo Liu <sdl.web@gmail.com>
10119
10120 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
10121 directory and file as argument (Bug#10822).
10122
4a07df36
KS
101232012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
10124
10125 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
10126 For dynamically generated code, follow $PC.
10127 (gdb-disassembly-handler-custom): Handle no function name case.
10128
4aaa9356
TL
101292012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
10130
10131 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
10132 * emulation/ws-mode.el (ws-query-replace):
10133 * sort.el (sort-regexp-fields):
10134 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
10135
225979da
SM
101362012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10137
10138 * dabbrev.el: Fix cycle completion order (bug#10963).
10139 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
10140 (dabbrev-completion): Don't use an obarray; provide
10141 a cycle-sort-function.
10142
e2f1fdab
LL
101432012-03-12 Leo Liu <sdl.web@gmail.com>
10144
dc9924b8 10145 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
10146 (kill-do-not-save-duplicates): Doc fix.
10147
b19490ed
SM
101482012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10149
10150 * dabbrev.el: Fix cycle completion (bug#10963).
10151 Use lexical binding and wrap to 80 columns.
10152 (dabbrev-completion): Delay computing the list of completions.
10153
4b05d722
KH
101542012-03-12 Kenichi Handa <handa@m17n.org>
10155
10156 * international/quail.el (quail-insert-kbd-layout): Surround each
10157 row by LRO and PDF instead of inserting many LRMs. Pad the left
10158 and right of each non-spacing marks. Insert invisible space
10159 between lower and upper characters to prevent composition.
10160
dbbc2e69
SM
101612012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10162
10163 * minibuffer.el (minibuffer-complete): Don't get confused when the
10164 function is run twice via different commands (bug#10958).
10165 (complete-with-action): Fix docstring.
10166
292112ed
CY
101672012-03-12 Chong Yidong <cyd@gnu.org>
10168
5d1ac394
CY
10169 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
10170 (nxml-completion-at-point-function): New function.
10171 (nxml-mode): Use it.
10172 (nxml-bind-meta-tab-to-complete-flag): Default to t.
10173
292112ed
CY
10174 * emacs-lisp/package.el (package-unpack, package-unpack-single):
10175 Load generated autoloads file before byte compiling (Bug#10970).
10176 (package--make-autoloads-and-compile): New helper fun.
10177
4098f8f7
CS
101782012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
10179
10180 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
10181
8f754691
MA
101822012-03-11 Michael Albinus <michael.albinus@gmx.de>
10183
10184 * autorevert.el (auto-revert-handler): Ensure, that
10185 file-readable-p is applied only for local files or in
10186 auto-revert-tail-mode.
10187
e29ab36b
AS
101882012-03-11 Andreas Schwab <schwab@linux-m68k.org>
10189
dbbc2e69
SM
10190 * server.el (server-eval-at): Handle non-tcp connections.
10191 Decode result string.
ad0bf5b6 10192
e29ab36b
AS
10193 * server.el (server-msg-size): New constant.
10194 (server-reply-print): New function.
10195 (server-eval-and-print): Use it.
10196 (server-eval-at): Use server-quote-arg and server-unquote-arg.
10197 Handle -print-nonl.
10198
de5939ba
CS
101992012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
10200
10201 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
10202 (Bug#10987).
10203
0c93eabf
CY
102042012-03-11 Chong Yidong <cyd@gnu.org>
10205
397a688f
CY
10206 * simple.el (goto-line): Doc fix (Bug#9938).
10207
2cc775f9
CY
10208 * subr.el (save-window-excursion): Doc fix (Bug#9979).
10209
0c93eabf
CY
10210 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
10211 when finished (Bug#10963).
10212
c491fa41
MR
102132012-03-11 Martin Rudalics <rudalics@gmx.at>
10214
10215 * window.el (split-window-below): Fix bug in case where
10216 split-window-keep-point is nil (Bug#10971).
10217
300e8fa5
JL
102182012-03-11 Juri Linkov <juri@jurta.org>
10219
10220 * replace.el (replace-highlight): Set isearch-word to nil
10221 unconditionally. (Bug#10887)
10222
dbf6c5a1
EZ
102232012-03-10 Eli Zaretskii <eliz@gnu.org>
10224
10225 * net/mairix.el (mairix-replace-invalid-chars): Rename from
10226 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 10227 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
10228 (mairix-widget-create-query): Add usage information about mairix
10229 search forms: negating words, searching for substrings, etc.
10230
b9e501de
JP
102312012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
10232
10233 * international/fontset.el (font-encoding-alist): Add an entry for
10234 ksx1001 (Bug#5667).
10235
92795c91
RS
102362012-03-10 Richard Stallman <rms@gnu.org>
10237
1694e6c1
RS
10238 * mail/sendmail.el (mail-encode-header):
10239 Set rfc2047-encode-encoded-words.
10240
607e8555
RS
10241 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
10242
de3bc99a
RS
10243 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
10244 view buffer means not swapped.
10245 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
10246 (rmail-write-region-annotate): Error if real text has disappeared.
10247
92795c91
RS
10248 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
10249
699bd04e
CY
102502012-03-10 Chong Yidong <cyd@gnu.org>
10251
10252 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
10253 * emulation/cua-base.el (cua--init-keymaps):
10254 Add delete-forward-char to remappings (Bug#9666).
699bd04e 10255
570a1714
MR
102562012-03-10 Martin Rudalics <rudalics@gmx.at>
10257
dbbc2e69
SM
10258 * speedbar.el (speedbar-unhighlight-one-tag-line):
10259 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 10260
82dcf4e4
CY
102612012-03-10 Chong Yidong <cyd@gnu.org>
10262
7a2c7ca7
CY
10263 * minibuffer.el (completion-in-region, completion-help-at-point):
10264 Give the completion field overlay a high priority (Bug#6830).
10265
82dcf4e4
CY
10266 * dired.el (dired-goto-file): Recognize absolute file name
10267 listings (Bug#7126).
10268 (dired-goto-file-1): New helper function.
10269 (dired-toggle-read-only): Inhibit warnings.
10270
052e28ac
MA
102712012-03-09 Michael Albinus <michael.albinus@gmx.de>
10272
75f1671a 10273 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
10274 there are no properties.
10275
95d5e396
LL
102762012-03-09 Leo Liu <sdl.web@gmail.com>
10277
10278 * savehist.el (savehist-printable): Stricter check for string
10279 value (Bug#10937).
10280
3f018d6d
EZ
102812012-03-09 Eli Zaretskii <eliz@gnu.org>
10282
dbbc2e69
SM
10283 * mail/smtpmail.el (smtpmail-send-it):
10284 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
10285 valid mbox format.
10286
f7fd3d79
GM
102872012-03-09 Glenn Morris <rgm@gnu.org>
10288
10289 * files.el (dir-locals-find-file):
10290 Don't check result is regular, readable.
10291 (dir-locals-read-from-file): Demote errors.
10292
6ff6e72f
EZ
102932012-03-08 Eli Zaretskii <eliz@gnu.org>
10294
dbbc2e69
SM
10295 * international/quail.el (quail-insert-kbd-layout):
10296 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
10297 layout cell, to prevent their reordering by bidi display engine.
10298 For details, see the discussion in
10299 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
10300
9cec7834
AM
103012012-03-08 Alan Mackenzie <acm@muc.de>
10302
10303 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
10304 the starting position; make it extend the marked region when
10305 invoked repeatedly - all under appropriate circumstances.
10306 Fixes bugs #5525, #10906.
10307
9a40b8d4
GM
103082012-03-08 Glenn Morris <rgm@gnu.org>
10309
10310 * files.el (locate-dominating-file, dir-locals-find-file):
10311 Undo 2012-03-06 change.
10312
7a08ed35
EZ
103132012-03-07 Eli Zaretskii <eliz@gnu.org>
10314
dbbc2e69
SM
10315 * international/quail.el (quail-help):
10316 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
10317 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
10318 for the reason.
10319
5aca4f71 103202012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
10321
10322 Avoid superfluous registering of signals. (Bug#10807)
10323
10324 * notifications.el (notifications-on-action-object)
10325 (notifications-on-close-object): New defvars.
10326 (notifications-on-action-signal, notifications-on-closed-signal):
10327 Unregister the signal if not needed any longer.
10328 (notifications-notify): Register `notifications-action-signal' or
10329 `notifications-closed-signal', if :on-action or :on-close has been
10330 passed as argument.
10331
78e8b10a
CY
103322012-03-07 Chong Yidong <cyd@gnu.org>
10333
10334 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
10335 non-X platforms.
10336
69481eb8
GM
103372012-03-06 Glenn Morris <rgm@gnu.org>
10338
10339 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10340 (x-disown-selection-internal, x-get-selection-internal):
10341 Doc fix (add arglist signatures). (Bug#10783)
10342
133b8e11
KS
103432012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
10344
10345 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
10346 Handle breakpoints with no "type".
10347
99a83064
GM
103482012-03-06 Glenn Morris <rgm@gnu.org>
10349
10350 * files.el (locate-dominating-file): Add optional predicate argument.
10351 (dir-locals-find-file): Make use of above change.
10352
17798e78
TTN
103532012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
10354
10355 * info.el (Info-insert-dir): Also try "dir.gz".
10356
eb182446
GM
103572012-03-06 Glenn Morris <rgm@gnu.org>
10358
8f2114ee
GM
10359 * files.el (dir-locals-find-file):
10360 Ignore non-readable or non-regular files. (Bug#10928)
10361
eb182446
GM
10362 * files.el (locate-dominating-file): Doc fix.
10363
24679323
AS
103642012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
10365
10366 * calendar/calendar.el (calendar-set-mode-line):
10367 `getenv' returns a string. (Bug#10951)
10368
01d972a9
LL
103692012-03-05 Leo Liu <sdl.web@gmail.com>
10370
109aa8a9
LL
10371 * simple.el (backward-delete-char-untabify): Constrain point to
10372 field (Bug#10939).
10373
01d972a9
LL
10374 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
10375
10607bea
CY
103762012-03-05 Chong Yidong <cyd@gnu.org>
10377
10378 * simple.el (count-words): If called from Lisp, return the word
10379 count, for symmetry with `count-lines'. Arglist changed.
10380 (count-words--message): Args changed. Consolidate counting code
10381 from count-words and count-words-region.
10382 (count-words-region): Caller changed.
10383 (count-lines-region): Make it an obsolete alias.
10384
5dd11cfe
TH
103852012-03-04 Tassilo Horn <tassilo@member.fsf.org>
10386
10387 * saveplace.el (save-place-to-alist)
10388 (save-place-ignore-files-regexp): Allow value nil to disable this
10389 feature.
10390
c349f4e6
CY
103912012-03-04 Chong Yidong <cyd@gnu.org>
10392
10393 * faces.el (face-spec-reset-face): For the default face, reset the
10394 attributes to default values (Bug#10748).
10395
e627be4c
LMI
103962012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10397
10398 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
10399 previous patch: Check `message-send-mail-function', and not the
10400 default function (bug#10897).
10401
ebeabff4
MA
104022012-03-04 Michael Albinus <michael.albinus@gmx.de>
10403
a41a6cf4
MA
10404 * notifications.el (notifications-on-action-signal)
10405 (notifications-on-closed-signal): Check for unique service name of
10406 incoming event. Fix error in removing entry.
ebeabff4 10407 (top): Register for signals with wildcard service name.
a41a6cf4 10408 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 10409
c1ca42b4
CY
104102012-03-04 Chong Yidong <cyd@gnu.org>
10411
dc9924b8 10412 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 10413
ea16568d
GM
104142012-03-04 Glenn Morris <rgm@gnu.org>
10415
10416 * abbrev.el (copy-abbrev-table, abbrev-table-p)
10417 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
10418 (expand-abbrev, define-abbrev-table): Doc fixes.
10419
fbae4637
LMI
104202012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10421
10422 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
10423 `message-default-send-mail-function' and not `send-mail-function'
10424 when doing the prompting for `sendmail-query-once' before sending
10425 in Message buffers (bug#10897).
10426
a1e7225c
LMI
10427 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
10428 This is inconsistent with all the other stream functions, which leave
10429 the setting up to the higher levels (if so wanted) (bug#10931).
10430
56d093a9
AM
104312012-03-02 Alan Mackenzie <acm@muc.de>
10432
10433 Depessimize the handling of very large macros.
10434
10435 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
10436 (c-macro-cache-syntactic): New variables to implement a one
10437 element macro cache.
10438 (c-invalidate-macro-cache): New function.
10439 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
10440 Adapt to use the new cache.
10441 (c-state-safe-place): Use better the cache of safe positions.
10442 (c-state-semi-nonlit-pos-cache)
10443 (c-state-semi-nonlit-pos-cache-limit):
10444 New variables for...
10445 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
10446 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
10447 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
10448 Use c-state-semi-safe-place.
56d093a9 10449
dbbc2e69
SM
10450 * progmodes/cc-langs.el (c-get-state-before-change-functions):
10451 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 10452
817e5c3d
MA
104532012-03-02 Michael Albinus <michael.albinus@gmx.de>
10454
dbbc2e69
SM
10455 * jka-compr.el (jka-compr-call-process):
10456 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
10457 not remote.
10458
a032a702
MA
104592012-03-01 Michael Albinus <michael.albinus@gmx.de>
10460
10461 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
10462 access of FILE2, if FILE1 does not exist.
10463
99a54f21
MA
10464 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
10465 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
10466
10467 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
10468 Add "PAGER=" to `process-environment'.
10469
f6561e1f
MM
104702012-03-01 Michael R. Mauger <mmaug@yahoo.com>
10471
10472 * progmodes/sql.el: Bug fix
10473 (sql-get-login-ext): Save login values in globals.
10474 (sql-get-login): Use new version of `sql-get-login-ext'.
10475 (sql-interactive-mode): Set global `sql-connection' to nil.
10476 (sql-connect): Set global values for connection.
10477 (sql-product-interactive): Save global values as buffer local.
10478
2d44d9cc
LL
104792012-02-29 Leo Liu <sdl.web@gmail.com>
10480
10481 * abbrev.el (define-abbrevs): Reset sys to nil.
10482
96b49301 104832012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10484
bf7f9bc5
JB
10485 * files.el (file-equal-p): Rename from `files-equal-p'.
10486 Return nil when one or both files don't exist.
96b49301 10487 (file-subdir-of-p): Now only top directory must exists,
10488 return nil if it doesn't.
bf7f9bc5
JB
10489 (copy-directory): No need to test with `file-subdir-of-p' after
10490 creating dir.
10491 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
10492 to `file-equal-p'.
96b49301 10493
44e97401
GM
104942012-02-28 Glenn Morris <rgm@gnu.org>
10495
10496 * shell.el (shell-mode):
10497 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
10498 * play/landmark.el (landmark-font-lock-face-O):
10499 * play/handwrite.el (handwrite):
10500 * play/gomoku.el (gomoku-O):
10501 * net/browse-url.el (browse-url-browser-display):
10502 * international/mule.el (define-charset):
10503 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
10504 * filesets.el (filesets-find-file-delay):
10505 * eshell/em-xtra.el (eshell-xtra):
10506 * eshell/em-unix.el (eshell-grep):
10507 * emulation/viper.el (viper-mode):
10508 * emacs-lisp/regexp-opt.el (regexp-opt-group):
10509 * emacs-lisp/easymenu.el (easy-menu-define):
10510 * calendar/timeclock.el (timeclock-use-display-time):
10511 * bs.el (bs-mode):
10512 * bookmark.el (bookmark-save-flag):
10513 Doc fix (standardize possessive apostrophe usage).
10514
c98c6276
CY
105152012-02-27 Chong Yidong <cyd@gnu.org>
10516
bf7f9bc5
JB
10517 * emulation/viper-cmd.el (viper-intercept-ESC-key):
10518 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 10519
c98c6276
CY
10520 * font-lock.el (font-lock-specified-p): Rename from
10521 font-lock-spec-present. Callers changed.
10522
9c62cd04 105232012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 10524
bf7f9bc5
JB
10525 * emacs-lisp/package.el (package-compute-transaction):
10526 Handle holding a package version to t in package-load-list.
8ac9e529 10527
530739c9
MA
105282012-02-26 Michael Albinus <michael.albinus@gmx.de>
10529
10530 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
10531 (tramp-get-inode, tramp-get-device): Use cached values.
10532
487915d7
AM
105332012-02-26 Alan Mackenzie <acm@muc.de>
10534
10535 Check there is a font-lock specification before doing initial
10536 fontification.
10537
10538 * font-core.el (font-lock-mode): Move the conditional from
10539 :after-hook to font-lock-initial-fontify.
10540 (font-lock-default-function): Move the check for a specification
10541 to font-lock-spec-present.
10542
dc9924b8 10543 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
10544 (font-lock-spec-present): New function.
10545
4fd96557
JB
105462012-02-26 Jim Blandy <jimb@red-bean.com>
10547
10548 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
10549 (gdb-send): Apply it to the operand of the '-interpreter-exec
10550 console' command, so that we can pass arguments with (say) quotes
10551 in them. Store exact string sent in gdb-debug-log (Bug#10765).
10552
9a4888c0
CY
105532012-02-26 Chong Yidong <cyd@gnu.org>
10554
07498861
CY
10555 * help-fns.el (describe-function-1): Clarify description of
10556 remapping (Bug#10844).
10557
9a4888c0
CY
10558 * files.el (files-equal-p): Doc fix.
10559 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
10560 and quit the loop once a mismatch is found.
10561
ea8fb88d
JB
105622012-02-25 Juanma Barranquero <lekktu@gmail.com>
10563
10564 * bs.el (bs--show-with-configuration): Don't throw an error
10565 if the window cannot be split; otherwise, subsequent calls to
10566 bs-show fail, restoring a stale window config. (Bug#10882)
10567
525795c1
JD
105682012-02-25 Jan Djärv <jan.h.d@swipnet.se>
10569
10570 * term/ns-win.el (global-map): Bind ns-drag-file to
10571 ns-find-file (Bug#5855, Bug#10050).
10572
f008086f
AS
105732012-02-25 Andreas Schwab <schwab@linux-m68k.org>
10574
10575 * calendar/parse-time.el (parse-time-string): Allow extractor to
10576 return nil.
10577
a3fcfa99
MA
105782012-02-25 Michael Albinus <michael.albinus@gmx.de>
10579
91027d08
JB
10580 * net/tramp.el (tramp-file-name-for-operation):
10581 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
10582
10583 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
10584 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
10585 Add COPY-CONTENTS argument.
a3fcfa99 10586
67b0de11
CY
105872012-02-25 Chong Yidong <cyd@gnu.org>
10588
10589 Add custom groups for VC backends, for consistency with vc-bzr.
10590
10591 * vc/vc-arch.el (vc-arch):
10592 * vc/vc-cvs.el (vc-cvs):
10593 * vc/vc-git.el (vc-git):
10594 * vc/vc-hg.el (vc-hg):
10595 * vc/vc-mtn.el (vc-mtn):
10596 * vc/vc-rcs.el (vc-rcs):
10597 * vc/vc-sccs.el (vc-sccs):
10598 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
10599 All relevant defcustoms reassigned.
10600
3c9dfce6
CY
106012012-02-25 Chong Yidong <cyd@gnu.org>
10602
1339bf43
CY
10603 * newcomment.el (comment-styles): Add autoload (Bug#10868).
10604
3c9dfce6
CY
10605 * term/x-win.el (x-initialize-window-system): Reduce default for
10606 x-selection-timeout to 5 seconds (Bug#8869).
10607
25b2e303 106082012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10609
ec70a47d
GM
10610 * files.el (files-equal-p, file-subdir-of-p): New functions.
10611 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 10612 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
10613 * dired-aux.el (dired-copy-file-recursive): Same.
10614 (dired-create-files): Modify destination when source is equal to
10615 dest when copying files.
53a46cd0 10616 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 10617
914260cd
MA
106182012-02-24 Michael Albinus <michael.albinus@gmx.de>
10619
10620 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
10621 (Bug#10874)
10622
2cb228f7
AM
106232012-02-23 Alan Mackenzie <acm@muc.de>
10624
10625 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
10626 parameter "after-hook:" to allow the expansion to run code after
10627 the execution of the mode hooks.
10628
10629 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 10630 from font-lock-mode-internal.
2cb228f7 10631
91027d08 10632 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
10633 :after-hook.
10634
8f0fde21
SM
106352012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
10636
3e88618b
SM
10637 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
10638 (completion--cache-all-sorted-completions): New function.
10639 (completion-all-sorted-completions): Use it.
10640 (completion--do-completion, minibuffer-force-complete):
10641 Use it to re-instate the flush hook.
10642
8f0fde21
SM
10643 * icomplete.el (icomplete-completions): Replace last fix with a better
10644 one (bug#10850).
10645
8e911f6f
DG
106462012-02-23 Dmitry Gutov <dgutov@yandex.ru>
10647
10648 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
10649 when it might call us back infinitely (bug#10797).
10650
49fe4321
GM
106512012-02-23 Glenn Morris <rgm@gnu.org>
10652
10653 * minibuffer.el (completion-category-overrides): Doc fix.
10654
b291b572
SM
106552012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
10656
10657 * minibuffer.el (completion-table-with-context): Fix inf-loop.
10658 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
10659
31a9ef2e
GM
106602012-02-23 Glenn Morris <rgm@gnu.org>
10661
5e6e6794 10662 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
10663 (authors-obsolete-files-regexps, authors-ignored-files)
10664 (authors-ambiguous-files, authors-renamed-files-alist):
10665 Add more entries.
10666
0bd1e074
JL
106672012-02-23 Juri Linkov <juri@jurta.org>
10668
10669 * isearch.el (isearch-occur): Sync interactive spec with occur's
10670 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
10671
b617673c
JL
10672 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
10673
19e9789e
JL
106742012-02-22 Juri Linkov <juri@jurta.org>
10675
10676 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
10677 (ucs-insert): Doc fix. Check for hex digits in the string.
10678 Don't display `nil' in the error message. (Bug#10857)
10679
f41ce09d
AM
106802012-02-22 Alan Mackenzie <acm@muc.de>
10681
7a71b18d 10682 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 10683
ac2eceee
GM
106842012-02-22 Glenn Morris <rgm@gnu.org>
10685
10686 * ffap.el (ffap-c-path):
10687 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
10688
abd1f678
CY
106892012-02-22 Chong Yidong <cyd@gnu.org>
10690
10691 * custom.el (load-theme): Doc fix.
10692
f25aef2e
GM
106932012-02-22 Glenn Morris <rgm@gnu.org>
10694
10695 * dired-x.el (dired-guess-shell-alist-default):
10696 Remove escape sequences from nroff output. (Bug#172)
10697
5f8dc2ca
GM
106982012-02-21 Glenn Morris <rgm@gnu.org>
10699
6ff86ec4
GM
10700 * vc/emerge.el (emerge-defvar-local):
10701 Set `permanent-local' property rather than unused `preserved'.
10702
be3223a3 10703 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
10704 (picture-mode-map): Use it. (Bug#10860)
10705 (picture-mode): Doc fix.
10706
3fe58f4f
JB
107072012-02-21 Juanma Barranquero <lekktu@gmail.com>
10708
10709 * newcomment.el (uncomment-region-default): Remove unused binding.
10710
f9a998c3
GM
107112012-02-21 Glenn Morris <rgm@gnu.org>
10712
10713 * textmodes/picture.el (picture-motion, picture-motion-reverse)
10714 (picture-self-insert, picture-tab-chars): Doc fix.
10715 (picture-mode-map): Fix C-a, C-e.
10716
c6029348
GM
107172012-02-20 Glenn Morris <rgm@gnu.org>
10718
10719 * emacs-lisp/authors.el (authors-aliases): Add another entry.
10720
ab1ce9d7
LL
107212012-02-20 Leo Liu <sdl.web@gmail.com>
10722
10723 * icomplete.el (icomplete-completions): Check FROM arg before
10724 passing to substring (Bug#10850).
10725
0fd40f89
CY
107262012-02-19 Chong Yidong <cyd@gnu.org>
10727
10728 * comint.el: Require ansi-color.
10729 (comint-output-filter-functions): Add ansi-color-process-output.
10730
10731 * ansi-color.el: Don't set comint-output-filter-functions; it is
10732 now in the initial value defined in comint.el.
10733 (ansi-color-apply-face-function): New variable.
10734 (ansi-color-apply-on-region): Use it.
10735 (ansi-color-apply-overlay-face): New function.
10736
10737 * shell.el (shell): No need to require ansi-color.
10738 (shell-mode): Use ansi-color-apply-face-function to highlight
10739 color escapes using font-lock-face property (Bug#10835).
10740
20af2394
CY
107412012-02-19 Chong Yidong <cyd@gnu.org>
10742
10743 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
10744 mode-line formats (Bug#10839).
10745
e23a3fbe
GM
107462012-02-18 Glenn Morris <rgm@gnu.org>
10747
b474519e
GM
10748 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
10749
10750 * mail/undigest.el (unforward-rmail-message): Doc fix.
10751
e23a3fbe
GM
10752 * saveplace.el (save-place-ignore-files-regexp): Add :version.
10753
57939ff4
EZ
107542012-02-18 Eli Zaretskii <eliz@gnu.org>
10755
10756 * international/characters.el (script-list): Sync with the latest
10757 Unicode Character Database.
10758
0c23686e
AS
107592012-02-18 Andreas Schwab <schwab@linux-m68k.org>
10760
10761 * international/titdic-cnv.el: Remove duplicate coding tag.
10762 * language/cham.el: Likewise.
10763 * language/tai-viet.el: Likewise.
10764
6818b449
GM
107652012-02-18 Glenn Morris <rgm@gnu.org>
10766
10767 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
10768 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
10769 (calendar-bahai-all-holidays-flag, calendar-other-dates):
10770 * calendar/diary-lib.el (diary-abbreviated-year-flag):
10771 * calendar/holidays.el (holiday-bahai-holidays)
10772 (calendar-holidays, list-holidays):
10773 Use utf-8 Bahá'í in doc-strings, menus, etc.
10774
0311a3fc
TH
107752012-02-17 Tassilo Horn <tassilo@member.fsf.org>
10776
10777 * saveplace.el (save-place-ignore-files-regexp): New variable
10778 allowing for excluding files from saving their location of point.
10779 The default value matches the temporary commit message editing
10780 files from Git, SVN, Bazaar, and Mercurial.
10781 (save-place-to-alist): Use it.
10782
d209e2fb 107832012-02-17 Lawrence Mitchell <wence@gmx.li>
f1a71c6e 10784 Stefan Monnier <monnier@iro.umontreal.ca>
eb864a71
LM
10785
10786 * newcomment.el (uncomment-region-default): Don't leave extra space
10787 when an arg is provided (bug#8150).
10788
ee0ce425
TZ
107892012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
10790
eb864a71 10791 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 10792
95ddf442
GM
107932012-02-17 Glenn Morris <rgm@gnu.org>
10794
10795 * net/socks.el: Require network-stream. (Bug#10599)
10796
48dd1e39 107972012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
10798
10799 * international/charprop.el:
10800 * international/uni-name.el:
10801 * international/uni-old-name.el:
10802 * international/uni-comment.el: Regenerate.
10803
d68cd087
GM
108042012-02-16 Glenn Morris <rgm@gnu.org>
10805
10806 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
10807 Interactively in calendar buffer, give an error if not on a date.
10808
13932042
GM
108092012-02-15 Glenn Morris <rgm@gnu.org>
10810
10811 * shell.el (shell-delimiter-argument-list):
10812 Revert 2011-02-17 change. (Bug#8027)
10813
c3a70e2b
CY
108142012-02-15 Chong Yidong <cyd@gnu.org>
10815
60236b0d
CY
10816 * minibuffer.el (completion-at-point-functions): Doc fix.
10817
c3a70e2b
CY
10818 * custom.el (defcustom): Doc fix; note use of defvar.
10819
9f26dc24
GM
108202012-02-15 Glenn Morris <rgm@gnu.org>
10821
10822 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
10823 Doc fixes.
10824
6546b134
GM
108252012-02-14 Glenn Morris <rgm@gnu.org>
10826
10827 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
10828
d29b2b4c
LI
108292012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
10830
10831 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
10832 way the ports list is computed.
835bdcba
LI
10833 (smtpmail-query-smtp-server): Prompt the user for a port number if
10834 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 10835
08dcdbc9
TZ
108362012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
10837
10838 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
10839
2605051a
GM
108402012-02-13 Glenn Morris <rgm@gnu.org>
10841
10842 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
10843
7ee99f32
TZ
108442012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
10845
10846 * net/gnutls.el (gnutls-trustfiles): New variable.
10847 (gnutls-negotiate): Use it.
10848
5f0af64f
LI
108492012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
10850
10851 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
10852 does its stuff if Gnus is running.
10853
c14fcc95
AM
108542012-02-13 Alan Mackenzie <acm@muc.de>
10855
10856 Fix a loop in c-set-fl-decl-start.
10857
7a71b18d 10858 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
10859 c-backward-syntactic-ws actually moves backwards.
10860
142b4d90
LL
108612012-02-13 Leo Liu <sdl.web@gmail.com>
10862
10863 * net/rcirc.el (rcirc-markup-attributes): Move point to the
10864 beginning so that all \C-o chars are removed.
10865
fa9958a6
TZ
108662012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
10867
dc9924b8 10868 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 10869
0bc5886a
AM
108702012-02-12 Alan Mackenzie <acm@muc.de>
10871
10872 Fix infinite loop with long macros.
4d6769e1 10873 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 10874
d4bd55e7
CY
108752012-02-12 Chong Yidong <cyd@gnu.org>
10876
10877 * window.el (display-buffer): Doc fix (Bug#10785).
10878
66f3fe22
GM
108792012-02-12 Glenn Morris <rgm@gnu.org>
10880
bd7da63e
GM
10881 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10882 (x-disown-selection-internal, x-get-selection-internal):
10883 Sync docs with the xselect.c versions.
10884
66f3fe22
GM
10885 * allout-widgets.el: Add missing license notice.
10886
3e0d2fa7
GM
108872012-02-11 Glenn Morris <rgm@gnu.org>
10888
cfecdf09
GM
10889 * select.el (x-get-selection-internal, x-own-selection-internal)
10890 (x-disown-selection-internal):
10891 * x-dnd.el (x-get-selection-internal): Update declarations.
10892
6d216d7f
GM
10893 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
10894
2bed3f04
GM
10895 * window.el (window-sides-slots):
10896 * tool-bar.el (tool-bar-position):
10897 * term/xterm.el (xterm-extra-capabilities):
10898 * ses.el (ses-self-reference-early-detection):
10899 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
10900 (verilog-auto-wire-type)
10901 (verilog-auto-delete-trailing-whitespace)
10902 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
10903 (verilog-auto-tieoff-declaration):
10904 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
10905 (sql-oracle-statement-starters, sql-oracle-scan-on):
10906 * progmodes/prolog.el (prolog-align-comments-flag)
10907 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
10908 (prolog-left-indent-regexp, prolog-paren-indent-p)
10909 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
10910 (prolog-types, prolog-mode-specificators)
10911 (prolog-determinism-specificators, prolog-directives)
10912 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
10913 (prolog-electric-dot-flag)
10914 (prolog-electric-dot-full-predicate-template)
10915 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
10916 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
10917 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
10918 (prolog-program-switches, prolog-prompt-regexp)
10919 (prolog-debug-on-string, prolog-debug-off-string)
10920 (prolog-trace-on-string, prolog-trace-off-string)
10921 (prolog-zip-on-string, prolog-zip-off-string)
10922 (prolog-use-standard-consult-compile-method-flag)
10923 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
10924 (prolog-imenu-max-lines, prolog-info-predicate-index)
10925 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
10926 (prolog-char-quote-workaround):
10927 * progmodes/cc-vars.el (c-defun-tactic):
10928 * net/tramp.el (tramp-encoding-command-interactive)
10929 (tramp-local-end-of-line):
10930 * net/soap-client.el (soap-client):
10931 * net/netrc.el (netrc-file):
10932 * net/gnutls.el (gnutls):
10933 * minibuffer.el (completion-category-overrides)
10934 (completion-cycle-threshold)
10935 (completion-pcm-complete-word-inserts-delimiters):
10936 * man.el (Man-name-local-regexp):
10937 * mail/feedmail.el (feedmail-display-full-frame):
10938 * international/characters.el (glyphless-char-display-control):
10939 * eshell/em-ls.el (eshell-ls-date-format):
10940 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
10941 (lisp-lambda-list-keyword-parameter-indentation)
10942 (lisp-lambda-list-keyword-parameter-alignment):
10943 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
10944 * dired-x.el (dired-omit-verbose):
10945 * cus-theme.el (custom-theme-allow-multiple-selections):
10946 * calc/calc.el (calc-highlight-selections-with-faces)
10947 (calc-lu-field-reference, calc-lu-power-reference)
10948 (calc-note-threshold):
10949 * battery.el (battery-mode-line-limit):
10950 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
10951 (archive-7z-update):
10952 * allout.el (allout-prefixed-keybindings)
10953 (allout-unprefixed-keybindings)
10954 (allout-inhibit-auto-fill-on-headline)
10955 (allout-flattened-numbering-abbreviation):
10956 * allout-widgets.el (allout-widgets-auto-activation)
10957 (allout-widgets-icons-dark-subdir)
10958 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
10959 (allout-widgets-theme-dark-background)
10960 (allout-widgets-theme-light-background)
10961 (allout-widgets-item-image-properties-emacs)
10962 (allout-widgets-item-image-properties-xemacs)
10963 (allout-widgets-run-unit-tests-on-load)
10964 (allout-widgets-time-decoration-activity)
10965 (allout-widgets-hook-error-post-time)
10966 (allout-widgets-track-decoration):
10967 Add missing :version tags to new defcustoms and defgroups.
10968
5fec1b8e
GM
10969 * progmodes/sql.el (sql-ansi-statement-starters)
10970 (sql-oracle-statement-starters): Add custom type.
10971
3e0d2fa7
GM
10972 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
10973 (prolog-system-version): Give it a type.
10974
90b671e2
EZ
109752012-02-11 Eli Zaretskii <eliz@gnu.org>
10976
10977 * term/pc-win.el (x-select-text, x-selection-owner-p)
10978 (x-own-selection-internal, x-disown-selection-internal)
10979 (x-get-selection-internal): Sync doc strings and argument lists
10980 with xselect.c, common-win.el and x-win.el. (Bug#10783)
10981
5eac0c02
LL
109822012-02-11 Leo Liu <sdl.web@gmail.com>
10983
10984 * progmodes/python.el (python-end-of-statement): Fix infinite
10985 loop. (Bug#10788)
10986
f82cb659
GM
109872012-02-10 Glenn Morris <rgm@gnu.org>
10988
10989 * international/mule-cmds.el (unify-8859-on-encoding-mode)
10990 (unify-8859-on-decoding-mode): Properly mark as obsolete.
10991
cc26d239
LI
109922012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
10993
10994 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
10995 about SMTP before checking the From header.
10996
91027d08 10997 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
10998 into own function for reuse by emacsbug.el.
10999
1be3ca5a
LL
110002012-02-10 Leo Liu <sdl.web@gmail.com>
11001
11002 * subr.el (condition-case-unless-debug): Rename from
11003 condition-case-no-debug. All callers changed.
11004 (with-demoted-errors): Fix caller.
11005
11006 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
11007 * nxml/rng-valid.el (rng-do-some-validation):
11008 * emacs-lisp/package.el (package-refresh-contents)
11009 (package-menu-execute):
11010 * desktop.el (desktop-create-buffer):
91027d08 11011 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 11012
b011fbfe
GM
110132012-02-10 Glenn Morris <rgm@gnu.org>
11014
b2096d72
GM
11015 * textmodes/bibtex.el:
11016 Add missing :version tags for new/changed defcustoms.
11017
b011fbfe
GM
11018 * files.el (remote-file-name-inhibit-cache): Doc fixes.
11019
4c7e65bf
LI
110202012-02-09 Lars Ingebrigtsen <larsi@rusty>
11021
11022 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
11023 (smtpmail-via-smtp): Use it, or fall back on the From address.
11024 (smtpmail-send-it): Ditto.
11025
f3934f6f
SM
110262012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
11027
11028 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
11029 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
11030 (byte-compile-tmp-var): New const.
11031 (byte-compile-defvar): Use it to minimize .elc size.
11032 Just use `defvar' rather than simulate it (bug#10761).
11033
a075a2c5
GM
110342012-02-09 Glenn Morris <rgm@gnu.org>
11035
cf3aa21b
GM
11036 * files.el (rename-uniquely): Doc fix. (Bug#3806)
11037
354998cd
GM
11038 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
11039 Add :version tags.
11040
dc9924b8
SM
11041 * progmodes/compile.el (compilation-error-screen-columns)
11042 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 11043
dab3703d
GM
11044 * vc/log-view.el (log-view-toggle-entry-display):
11045 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
11046
3f88cd72
GM
11047 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
11048 (report-emacs-bug-can-use-xdg-email):
11049 (report-emacs-bug-insert-to-mailer): Doc fixes.
11050 (report-emacs-bug): Message fix.
11051
d95b247d
GM
11052 * net/browse-url.el (browse-url-can-use-xdg-open)
11053 (browse-url-xdg-open): Doc fixes.
11054
a075a2c5
GM
11055 * electric.el (electric-indent-mode, electric-pair-mode)
11056 (electric-layout-rules, electric-layout-mode): Doc fixes.
11057 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
11058
ffb6157e
MR
110592012-02-08 Martin Rudalics <rudalics@gmx.at>
11060
11061 * server.el (server-unselect-display): Don't inadvertently kill
11062 the current buffer. (Bug#10729)
11063
e1ac4066
GM
110642012-02-08 Glenn Morris <rgm@gnu.org>
11065
34e8a2da
GM
11066 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
11067 (sql-list-table): Doc fixes.
11068
b4ac6e8c
GM
11069 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
11070 Comment out (does nothing).
11071
e1ac4066
GM
11072 * completion.el (dynamic-completion-mode):
11073 * dirtrack.el (dirtrack-debug-mode):
11074 * electric.el (electric-layout-mode):
11075 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
11076 * face-remap.el (text-scale-mode, buffer-face-mode):
11077 * iimage.el (iimage-mode):
11078 * image-mode.el (image-transform-mode):
11079 * minibuffer.el (completion-in-region-mode):
11080 * scroll-lock.el (scroll-lock-mode):
11081 * simple.el (next-error-follow-minor-mode):
11082 * tar-mode.el (tar-subfile-mode):
11083 * tooltip.el (tooltip-mode):
11084 * vcursor.el (vcursor-use-vcursor-map):
11085 * wid-browse.el (widget-minor-mode):
11086 * emulation/tpu-edt.el (tpu-edt-mode):
11087 * emulation/tpu-extras.el (tpu-cursor-free-mode):
11088 * international/iso-ascii.el (iso-ascii-mode):
11089 * language/thai-util.el (thai-word-mode):
11090 * mail/supercite.el (sc-minor-mode):
11091 * net/goto-addr.el (goto-address-mode):
11092 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
11093 * progmodes/cwarn.el (cwarn-mode):
11094 * progmodes/flymake.el (flymake-mode):
11095 * progmodes/glasses.el (glasses-mode):
11096 * progmodes/hideshow.el (hs-minor-mode):
11097 * progmodes/pascal.el (pascal-outline-mode):
11098 * textmodes/enriched.el (enriched-mode):
11099 * vc/smerge-mode.el (smerge-mode):
11100 Doc fixes (minor mode argument).
11101
5e0d957f
EZ
111022012-02-07 Eli Zaretskii <eliz@gnu.org>
11103
11104 * ls-lisp.el (ls-lisp-sanitize): New function.
11105 (ls-lisp-insert-directory): Use it to fix or remove any elements
11106 in file-alist with missing attributes. (Bug#4673)
11107
98d7371e
AM
111082012-02-07 Alan Mackenzie <acm@muc.de>
11109
11110 Fix spurious recognition of c-in-knr-argdecl.
11111
11112 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
11113 putative K&R region.
11114
667ced3a
AM
111152012-02-07 Alan Mackenzie <acm@muc.de>
11116
eb864a71
LM
11117 * progmodes/cc-engine.el (c-forward-objc-directive):
11118 Prevent looping in "#pragma mark @implementation".
667ced3a 11119
5b77774d
MA
111202012-02-07 Michael Albinus <michael.albinus@gmx.de>
11121
11122 * notifications.el (notifications-on-closed-signal): Make `reason'
11123 optional. (Bug#10744)
11124
af008560
GM
111252012-02-07 Glenn Morris <rgm@gnu.org>
11126
60d47423
GM
11127 * emacs-lisp/easy-mmode.el (define-minor-mode):
11128 Doc fixes for the macro and the mode it defines.
11129
dd605cc4
GM
11130 * image.el (imagemagick-types-inhibit): Doc fix.
11131
af008560
GM
11132 * cus-start.el (imagemagick-render-type): Add it.
11133
5cc59a37
LI
111342012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
11135
4d6769e1
JB
11136 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
11137 Set the default at load time, too, so that `font-lock-fontify-buffer'
11138 can be called without setting up the entire mode first. This fixes
11139 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 11140
9a6dd747
CY
111412012-02-06 Chong Yidong <cyd@gnu.org>
11142
2d16b285
CY
11143 * simple.el (list-processes--refresh): Delete exited processes
11144 (Bug#8094).
11145
171e9b6e
CY
11146 * comint.el (comint-next-prompt): next-single-char-property-change
11147 and prev-single-char-property-change never return nil (Bug#8657).
11148
9a6dd747
CY
11149 * custom.el (defcustom): Doc fix (Bug#9711).
11150
aa4589a7
CY
111512012-02-05 Chong Yidong <cyd@gnu.org>
11152
5c2a252f
CY
11153 * cus-edit.el (custom-variable-reset-backup): Quote the value
11154 before storing it in the customized-value property (Bug#6712).
4aab9006 11155 (custom-display): Add a customization type tag.
983b9602 11156 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 11157
aa4589a7
CY
11158 * wid-edit.el (widget-field-value-get): New optional arg to
11159 suppress trailing whitespace truncation.
11160 (character): Use it (Bug#2689).
11161
1ff980ae
AS
111622012-02-05 Andreas Schwab <schwab@linux-m68k.org>
11163
11164 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
11165 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
11166
03988c98
CY
111672012-02-05 Chong Yidong <cyd@gnu.org>
11168
eeb6cc88
CY
11169 * cus-edit.el (custom-variable-value-create): For mismatched
11170 types, show the current value (Bug#7600).
11171
03988c98
CY
11172 * custom.el (defcustom): Doc fix.
11173
f8cdeef0
GM
111742012-02-05 Glenn Morris <rgm@gnu.org>
11175
11176 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
11177
0696d255
JB
111782012-02-05 Juanma Barranquero <lekktu@gmail.com>
11179
11180 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
11181 (pp-buffer): Use `ignore-errors', `looking-at-p'.
11182 (pp-last-sexp): Use `looking-at-p'.
11183
34c99998
GM
111842012-02-04 Glenn Morris <rgm@gnu.org>
11185
8f05da42
GM
11186 * files.el (revert-buffer):
11187 Doc fix (mention revert-buffer-in-progress-p).
11188
f160676e
GM
11189 * emacs-lisp/ert-x.el (ert-simulate-command):
11190 Check deferred-action-list (which is obsolete) is bound.
11191
c7291ad9
GM
11192 * subr.el (with-wrapper-hook): Doc fixes.
11193
34c99998
GM
11194 * simple.el (filter-buffer-substring-functions)
11195 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
11196
6283a7d3
LL
111972012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
11198
11199 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
11200 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
11201
e96e3013
LL
112022012-02-04 Leo Liu <sdl.web@gmail.com>
11203
11204 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
11205
8ded50f2
GM
112062012-02-04 Glenn Morris <rgm@gnu.org>
11207
82ff1d13
GM
11208 * image.el (image-extension-data): Add obsolete alias.
11209
987a0a16
GM
11210 * isearch.el (isearch-update): Doc fix.
11211
ea32ef46
GM
11212 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
11213
8ded50f2
GM
11214 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
11215
eea14f31
GM
112162012-02-03 Glenn Morris <rgm@gnu.org>
11217
11218 * image.el (image-animated-p): Doc fix. Use image-animated-types.
11219 (image-animate-timeout): Doc fix.
11220
11221 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
11222
12f381b7
GM
112232012-02-02 Glenn Morris <rgm@gnu.org>
11224
953cebf5
GM
11225 * server.el (server-auth-dir): Doc fix.
11226 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
11227
12f381b7
GM
11228 * subr.el (run-mode-hooks): Doc fix.
11229
953a8c3b
JL
112302012-02-02 Juri Linkov <juri@jurta.org>
11231
11232 * image-mode.el (image-toggle-display-image): Remove tautological
11233 `major-mode' from the `derived-mode-p' test.
11234
c5d3843c
KH
112352012-02-02 Kenichi Handa <handa@m17n.org>
11236
9f6e692e 11237 * composite.el (compose-region): Cancel previous change.
c5d3843c 11238
159462d4 112392012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
11240
11241 * composite.el (compose-region, compose-string): Signal error for
11242 a null string component (Bug#6988).
11243
9f562668
CY
112442012-02-01 Chong Yidong <cyd@gnu.org>
11245
e2cef717
CY
11246 * view.el (view-buffer-other-window, view-buffer-other-frame):
11247 Handle special modes like view-buffer (Bug#10650).
11248 (view-buffer): Simplify.
11249
9f562668
CY
11250 * frame.el (set-frame-font): Tweak meaning of third argument.
11251
9f6e692e
JB
11252 * dynamic-setting.el (font-setting-change-default-font):
11253 Use set-frame-font (Bug#9982).
9f562668 11254
781acb9f
GM
112552012-02-01 Glenn Morris <rgm@gnu.org>
11256
6035be52
GM
11257 * progmodes/compile.el (compilation-internal-error-properties):
11258 Respect compilation-first-column in the "*compilation*" buffer.
11259
781acb9f
GM
11260 * emacs-lisp/easy-mmode.el (define-minor-mode):
11261 Relax :variable's test for a named function.
11262
abbceb00
AM
112632012-01-31 Alan Mackenzie <acm@muc.de>
11264
11265 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
11266 off by one error.
11267
fce3fdeb
CY
112682012-01-31 Chong Yidong <cyd@gnu.org>
11269
11270 * frame.el (set-frame-font): New arg ALL-FRAMES.
11271
11272 * menu-bar.el (menu-set-font): Use set-frame-font.
11273
11274 * faces.el (face-spec-reset-face): Don't apply unspecified
11275 attribute values to the default face.
11276
47893581
JB
112772012-01-31 Juanma Barranquero <lekktu@gmail.com>
11278
11279 * progmodes/cwarn.el (cwarn): Remove dead link.
11280 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
11281 Remove * from defcustom docstrings.
11282 (turn-on-cwarn-mode): Make obsolete.
11283 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
11284 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
11285
e58e988a
GM
112862012-01-31 Glenn Morris <rgm@gnu.org>
11287
60dc2671 11288 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 11289 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 11290 Allow named functions to be used as the cdr of :variable.
e58e988a 11291
7a3f511d
GM
112922012-01-30 Glenn Morris <rgm@gnu.org>
11293
11294 * emacs-lisp/authors.el (authors-fixed-entries):
11295 Remove reference to deleted file rnewspost.el.
11296
cb882333
JB
112972012-01-29 Juanma Barranquero <lekktu@gmail.com>
11298
11299 * window.el (window-with-parameter): Remove unused variable `windows'.
11300 (window--side-check): Remove unused variable `code'.
11301 (window--resize-siblings): Remove unused variable `first'.
11302 (adjust-window-trailing-edge): Remove unused variable `failed'.
11303 (window-deletable-p, window--delete): Remove unused variable `buffer'.
11304 Use `let', not `let*'.
11305 (balance-windows-2): Remove unused variable `found'.
11306 (window--state-put-2): Remove unused variable `splits'.
11307 (window-state-put): Remove unused variable `selected'.
11308 (same-window-p): Use `string-match-p'.
11309 (display-buffer-assq-regexp): Remove unused variable `value'.
11310 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11311 Mark argument ALIST as ignored.
11312 (pop-to-buffer): Remove unused variable `old-window'.
11313
907201af
EZ
113142012-01-29 Eli Zaretskii <eliz@gnu.org>
11315
11316 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
11317 and .lzma compressed files.
11318
ea162670
CY
113192012-01-29 Chong Yidong <cyd@gnu.org>
11320
5b95ee8a
CY
11321 * frame.el (window-system-default-frame-alist): Doc fix.
11322
ea162670
CY
11323 * dynamic-setting.el (font-setting-change-default-font): Don't
11324 change the default face if SET-FONT argument is non-nil (Bug#9982).
11325
d6e6f4b1
SB
113262012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
11327
11328 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
11329
0f29fa41 113302012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
11331
11332 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
11333 breakpoints in files outside current directory (Bug#6098).
11334
db174434
CY
113352012-01-29 Chong Yidong <cyd@gnu.org>
11336
6b25e4e2
SE
11337 * progmodes/python.el: Require ansi-color at top-level.
11338
6df6ae42
JB
11339 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
11340 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
11341 (lisp-mode-abbrev-table): Add doc.
11342 (lisp-mode-variables): Don't set local-abbrev-table.
11343 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
11344
e70ee681
RW
113452012-01-28 Roland Winkler <winkler@gnu.org>
11346
11347 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
11348
ace88aa2
RW
113492012-01-28 Roland Winkler <winkler@gnu.org>
11350
11351 * textmodes/bibtex.el (bibtex-entry-alist): New function.
11352 (bibtex-set-dialect): Use it. Either set global values of
11353 dialect-dependent variables or bind these variables buffer-locally
11354 (Bug#10254).
11355 (bibtex-mode): Call bibtex-set-dialect via
11356 hack-local-variables-hook.
eb864a71
LM
11357 (bibtex-dialect): Update docstring.
11358 Add safe-local-variable predicate.
ace88aa2
RW
11359 (bibtex-entry-alist, bibtex-field-alist): Initialize via
11360 bibtex-set-dialect.
11361 (bibtex-mode-map): Define menu for each dialect.
11362 (bibtex-entry): Fix docstring.
11363
93376c5b
CY
113642012-01-28 Chong Yidong <cyd@gnu.org>
11365
11366 * eshell/esh-arg.el (eshell-quote-argument): New function.
11367
11368 * eshell/esh-ext.el (eshell-invoke-batch-file):
11369 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
11370 first arg to eshell-parse-command (Bug#10523).
11371
4372494f
DA
113722012-01-28 Drew Adams <drew.adams@oracle.com>
11373
11374 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
11375 `default-directory' is non-nil.
11376
4d4ec1f8
EZ
113772012-01-28 Eli Zaretskii <eliz@gnu.org>
11378
11379 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
11380 line that displays system-configuration-options. (Bug#9924)
11381
7c188927
DA
113822012-01-28 Drew Adams <drew.adams@oracle.com>
11383
11384 * descr-text.el (describe-char): Show information about POS, in
11385 addition to information about the character at POS. Improve and
11386 update the doc string. Change "code point" to "code point in
11387 charset", to avoid confusion with the character's Unicode code
11388 point shown above that. (Bug#10129)
11389
e0da685a
EZ
113902012-01-28 Eli Zaretskii <eliz@gnu.org>
11391
11392 * descr-text.el (describe-char): Show the raw character, not only
11393 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
11394 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
11395 for the reasons.
11396
70550acf
PH
113972012-01-28 Phil Hagelberg <phil@hagelb.org>
11398
eb864a71
LM
11399 * emacs-lisp/package.el (package-install):
11400 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 11401
0ce8e868
CY
114022012-01-28 Chong Yidong <cyd@gnu.org>
11403
cb882333
JB
11404 * emacs-lisp/package.el (package-maybe-load-descriptor):
11405 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
11406 (package-maybe-load-descriptor): Use it.
11407 (package-download-transaction): Fully load required packages
11408 inside the loop, so that `require' calls work (Bug#10593).
11409 (package-install): No need to call package-initialize now.
11410
2e7f3bea
CY
114112012-01-28 Chong Yidong <cyd@gnu.org>
11412
6e9bad14
CY
11413 * simple.el (deactivate-mark): Doc fix (Bug#8614).
11414
f823b8ca
CY
11415 * tooltip.el (tooltip-mode): Doc fix.
11416 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
11417
2680c309
CY
11418 * frame.el (set-cursor-color): Doc fix (Bug#352).
11419
d7a9e63b
CY
11420 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
11421 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
11422
2e7f3bea
CY
11423 * cus-edit.el (custom-buffer-create-internal): Fix search button
11424 action (Bug#10542).
2ae01800 11425 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 11426
fc4f7a23
EW
114272012-01-27 Eduard Wiebe <usenet@pusto.de>
11428
11429 * dired.el (dired-mark-files-regexp):
11430 Include any subdirectory components. (Bug#10445)
11431
7dd37071
ML
114322012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
11433
11434 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
11435 Handle [host]:port syntax. (Bug#10533)
11436
a268160b
AH
114372012-01-27 Alex Harsanyi <harsanyi@mac.com>
11438
11439 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
11440
e43273ef
GM
114412012-01-26 Glenn Morris <rgm@gnu.org>
11442
11443 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
11444 * term.el (term-raw-escape-map): Use Control-X-prefix.
11445 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
11446
1edf595d
MR
114472012-01-25 Martin Rudalics <rudalics@gmx.at>
11448
11449 * window.el (window-state-get, window--state-get-1): Don't deal
11450 with fixed-sizeness of windows. Simplify code.
11451
fa8eafef
JC
114522012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
11453
6df6ae42
JB
11454 * window.el (window--state-get-1, window--state-put-2):
11455 Don't save and restore the mark.
fa8eafef 11456
0b21c100
CY
114572012-01-25 Chong Yidong <cyd@gnu.org>
11458
11459 * custom.el (custom-variable-p): Doc fix.
11460
5ae1a6c8
GM
114612012-01-25 Glenn Morris <rgm@gnu.org>
11462
40047858
GM
11463 * dired.el (dired-goto-file): Handle some of the more common
11464 characters that `ls -b' escapes. (Bug#10596)
11465
5ddce96c
GM
11466 * progmodes/compile.el (compilation-next-error-function):
11467 Respect compilation-first-column in the "*compilation*" buffer.
11468 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
11469
5ae1a6c8
GM
11470 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
11471
b559f1a9
GM
114722012-01-24 Glenn Morris <rgm@gnu.org>
11473
11474 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
11475
6725d21a
JD
114762012-01-24 Julien Danjou <julien@danjou.info>
11477
11478 * color.el (color-rgb-to-hsl): Fix value computing.
11479 (color-hue-to-rgb): New function.
11480 (color-hsl-to-rgb): New function.
11481 (color-clamp, color-saturate-hsl, color-saturate-name)
11482 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
11483 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
11484
70df4bbe
GM
114852012-01-24 Glenn Morris <rgm@gnu.org>
11486
11487 * vc/vc-rcs.el (vc-rcs-create-tag):
11488 * vc/vc-sccs.el (vc-sccs-create-tag):
11489 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
11490
802a2ae2
ML
114912012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
11492
11493 * eshell/esh-util.el (eshell-read-hosts-file):
11494 Skip comment lines. (Bug#10549)
11495
d7128bb1
ML
11496 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
11497
d1a5c3b4
JB
114982012-01-23 Juanma Barranquero <lekktu@gmail.com>
11499
2724d9c7
JB
11500 * subr.el (display-delayed-warnings): Doc fix.
11501 (collapse-delayed-warnings): New function to collapse identical
11502 adjacent warnings.
11503 (delayed-warnings-hook): Add it.
d1a5c3b4 11504
a5509865
MA
115052012-01-22 Michael Albinus <michael.albinus@gmx.de>
11506
11507 * net/tramp.el (tramp-action-login): Set connection property "login-as".
11508
a5509865
MA
11509 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
11510 (tramp-default-user-alist): Don't add "pscp".
11511 (tramp-do-copy-or-rename-file-out-of-band): Use connection
11512 property "login-as", if set. (Bug#10530)
11513
cc6d5805
MA
115142012-01-21 Michael Albinus <michael.albinus@gmx.de>
11515
11516 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
11517 "plink1" and "psftp". (Bug#10530)
11518
115192012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
11520
11521 * international/mule-cmds.el (prefer-coding-system): Show a
11522 warning message if the default value of file-name-coding-system
11523 was not changed.
11524
f0960428
JC
115252012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
11526
cb882333
JB
11527 * windmove.el (windmove-reference-loc):
11528 Fix windmove-reference-loc miscalculation.
f0960428 11529
dd6f2a63
JB
115302012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
11531
11532 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
11533 default unit.
11534
7b447e9b
GM
115352012-01-21 Glenn Morris <rgm@gnu.org>
11536
117a9ea1
GM
11537 * international/mule.el (auto-coding-alist): Add .tbz.
11538
7b447e9b
GM
11539 * files.el (local-enable-local-variables): Doc fix.
11540 (inhibit-local-variables-regexps): Rename from
11541 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
11542 Doc fix. Add some extensions from auto-coding-alist.
11543 (inhibit-local-variables-suffixes):
11544 Rename from inhibit-first-line-modes-suffixes. Doc fix.
11545 (inhibit-local-variables-p):
11546 New function, extracted from set-auto-mode-1.
11547 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
11548 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
11549 (hack-local-variables): Doc fix. Make the mode-only case
11550 respect enable-local-variables and friends.
11551 Respect inhibit-local-variables-regexps for file-locals, but
11552 not for directory-locals.
11553 (set-visited-file-name):
11554 Take account of inhibit-local-variables-regexps.
11555 Whether it applies may change as the file name is changed.
11556 * jka-cmpr-hook.el (jka-compr-install):
11557 * jka-compr.el (jka-compr-uninstall):
11558 Update for inhibit-first-line-modes-suffixes name change.
11559
dd6e3cdd
MR
115602012-01-20 Martin Rudalics <rudalics@gmx.at>
11561
11562 * help-macro.el (make-help-screen): Temporarily restore original
11563 binding for minor-mode-map-alist (Bug#10454).
11564
0d0deb38
JD
115652012-01-19 Julien Danjou <julien@danjou.info>
11566
11567 * color.el (color-name-to-rgb): Use the white color to find the max
11568 color component value and return correctly computed values.
11569 (color-name-to-rgb): Add missing float conversion for max value.
11570
34a02f46
MR
115712012-01-19 Martin Rudalics <rudalics@gmx.at>
11572
11573 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
11574 special state value for window-persistent-parameters.
11575 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
11576 (window--state-put-2): Reset all window parameters to nil before
11577 assigning values of persistent parameters.
11578
606c44c4
AM
115792012-01-18 Alan Mackenzie <acm@muc.de>
11580
11581 Eliminate sluggishness and hangs in fontification of "semicolon
11582 deserts".
11583
cb882333
JB
11584 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
11585 Change value 10000 -> 3000.
606c44c4
AM
11586 (c-state-safe-place): Reformulate so it doesn't stack up an
11587 infinite number of wrong entries in c-state-nonlit-pos-cache.
11588 (c-determine-limit-get-base, c-determine-limit): New functions to
11589 determine backward search limits disregarding literals.
11590 (c-find-decl-spots): Amend commenting.
11591 (c-cheap-inside-bracelist-p): New function which detects "={".
11592
11593 * progmodes/cc-fonts.el
11594 (c-make-font-lock-BO-decl-search-function): Give a limit to a
11595 backward search.
11596 (c-font-lock-declarations): Fix an occurrence of point being
11597 undefined. Check additionally for point being in a bracelist or
11598 near a macro invocation without a semicolon so as to avoid a
11599 fruitless time consuming search for a declarator. Give a more
11600 precise search limit for declarators using the new
11601 c-determine-limit.
11602
f3860cea
GM
116032012-01-18 Glenn Morris <rgm@gnu.org>
11604
11605 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
11606 (set-auto-mode): Doc fixes.
11607
1db03b16
GM
116082012-01-17 Glenn Morris <rgm@gnu.org>
11609
0e6038be
GM
11610 * isearch.el (search-nonincremental-instead): Fix doc typo.
11611
1db03b16
GM
11612 * dired.el (dired-insert-directory): Handle newlines in directory name.
11613 (dired-build-subdir-alist): Unescape newlines in directory name.
11614
4cb0aa75
MA
116152012-01-17 Michael Albinus <michael.albinus@gmx.de>
11616
11617 * net/tramp.el (tramp-local-end-of-line): New defcustom.
11618 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
11619 (tramp-action-terminal): Use it. (Bug#10530)
11620
1d00653d
SM
116212012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
11622
11623 * minibuffer.el (completion--replace): Strip properties (bug#10062).
11624
6a6ee00d
MR
116252012-01-16 Martin Rudalics <rudalics@gmx.at>
11626
11627 * window.el (window-state-ignored-parameters): Remove variable.
11628 (window--state-get-1): Rename argument MARKERS to IGNORE.
11629 Handle persistent window parameters. Make copy of clone-of
11630 parameter only if requested. (Bug#10348)
11631 (window--state-put-2): Install a window parameter only if it has
11632 a non-nil value or an existing parameter shall be overwritten.
11633
97912def
MA
116342012-01-15 Michael Albinus <michael.albinus@gmx.de>
11635
11636 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
11637
688070a5
EZ
116382012-01-14 Eli Zaretskii <eliz@gnu.org>
11639
11640 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
11641 don't pass the (nil) value of `upnode' to string-match.
11642
301afadc
CY
116432012-01-14 Chong Yidong <cyd@gnu.org>
11644
11645 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 11646 Fix values recognized by the cursorBlink resource.
301afadc 11647
9e5788aa
PE
116482012-01-14 Paul Eggert <eggert@cs.ucla.edu>
11649
11650 * epg.el (epg--make-temp-file): Avoid permission race condition
11651 when running on old Emacs versions (bug#10403).
11652
3cdb7f5a
GM
116532012-01-14 Glenn Morris <rgm@gnu.org>
11654
11655 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
11656
8c82b1b4
AM
116572012-01-13 Alan Mackenzie <acm@muc.de>
11658
11659 Fix filling for when filladapt mode is enabled.
11660
11661 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
11662 c-mask-paragraph, pass in `fill-paragraph' rather than
11663 `fill-region-as-paragraph'. (This is a reversion of a previous
11664 change.)
eb864a71
LM
11665 * progmodes/cc-mode.el (c-basic-common-init):
11666 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 11667
e517eda4
GM
116682012-01-13 Glenn Morris <rgm@gnu.org>
11669
1498536e
GM
11670 * dired.el (dired-switches-escape-p): New function.
11671 (dired-insert-directory): Use dired-switches-escape-p.
11672 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
11673
e517eda4
GM
11674 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
11675
328f984d
GM
116762012-01-12 Glenn Morris <rgm@gnu.org>
11677
11678 * mail/sendmail.el (mail-mode): Update paragraph-separate for
11679 changes in adaptive-fill-regexp. (Bug#10276)
11680
2cc769a8
AM
116812012-01-11 Alan Mackenzie <acm@muc.de>
11682
11683 Fix Emacs bug #10463 - put `widen's around the critical spots.
11684
1d00653d 11685 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
11686 widen around each invocation of c-state-pp-to-literal. Remove an
11687 unused let variable.
11688
e52c37fa
GM
116892012-01-11 Glenn Morris <rgm@gnu.org>
11690
11691 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 11692 Doc fix.
e52c37fa 11693
96f8741e
CY
116942012-01-10 Chong Yidong <cyd@gnu.org>
11695
1d00653d
SM
11696 * net/network-stream.el (network-stream-open-starttls):
11697 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
11698 response to the capability command.
11699
b09a806e
GM
117002012-01-10 Glenn Morris <rgm@gnu.org>
11701
11702 * mail/unrmail.el (unrmail): Tweak previous change.
11703
7655cb66
CY
117042012-01-09 Chong Yidong <cyd@gnu.org>
11705
11706 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
11707
9d5a8f0b
AM
117082012-01-08 Alan Mackenzie <acm@muc.de>
11709
11710 Optimise font locking in long enum definitions.
11711
11712 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
11713 arm to a cond form to handle enums.
11714 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
11715 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
11716
9a0115ab 117172012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
11718
11719 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 11720 (Bug#10401)
6bb72cbd 11721
f186bb95
LMI
117222012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11723
29232a68
LMI
11724 * faces.el (set-face-attribute): Clarify the meaning of the nil
11725 frame (bug#10294).
11726
4e5d086d
LMI
11727 * subr.el (with-selected-frame): Mention that the selected frame
11728 is restored (bug#9980).
11729
8e66aebe
LMI
11730 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
11731 (bug#9759).
11732
cd394be1 11733 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
11734 (password-read): Don't autoload unused function.
11735
adf4e762
JB
117362012-01-07 Juanma Barranquero <lekktu@gmail.com>
11737
11738 * progmodes/which-func.el (which-func-mode): Turn into a
11739 non-interactive function and mark as obsolete (bug#10428).
11740
89bd9ccd
CY
117412012-01-06 Chong Yidong <cyd@gnu.org>
11742
11743 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
11744 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
11745 functions, along with 1 and -1.
11746
4afee9d5
EZ
117472012-01-06 Eli Zaretskii <eliz@gnu.org>
11748
11749 * time.el (display-time-load-average)
11750 (display-time-default-load-average): Doc fixes. See the thread
11751 starting at
11752 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
11753 for the details.
11754
536aea70
GM
117552012-01-06 Glenn Morris <rgm@gnu.org>
11756
665ae865
GM
11757 * mail/unrmail.el (unrmail): Give an explicit error if the input file
11758 has no messages. (Bug#10377)
11759
c869783d
GM
11760 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
11761 than Info-edit. (Bug#10385)
11762
2bb4227e
GM
11763 * time.el (display-time-load-average, display-time-next-load-average):
11764 Doc fixes.
11765
7d5944b9
GM
11766 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
11767 local setting of buffer-read-only to the input buffer. (Bug#10419)
11768
536aea70
GM
11769 * calendar/calendar.el (calendar-mode):
11770 Locally set scroll-margin to 0. (Bug#10379)
11771
7dccca16
UM
117722012-01-06 Ulrich Mueller <ulm@gentoo.org>
11773
11774 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
11775
afbb7930
GM
117762012-01-05 Glenn Morris <rgm@gnu.org>
11777
11778 * eshell/em-unix.el (diff-no-select): Autoload it.
11779 (eshell/diff): Use diff-no-select. (Bug#10420)
11780
04482335
CY
117812012-01-05 Chong Yidong <cyd@gnu.org>
11782
7baca3bc
CY
11783 * shell.el (shell-dynamic-complete-functions): Revert last change.
11784 (shell-command-completion-function): New function.
11785 (shell-completion-vars): Use it to implement
11786 shell-completion-execonly (Bug#10417).
11787
04482335
CY
11788 * custom.el (enable-theme): Don't set custom-safe-themes.
11789
1d00653d
SM
11790 * cus-theme.el (custom-theme-merge-theme):
11791 Ignore custom-enabled-themes and custom-safe-themes.
04482335 11792
bb5aa5d6
MM
117932012-01-05 Michael R. Mauger <mmaug@yahoo.com>
11794
11795 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
11796 first prompt in `sql-interacive-mode'.
11797 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 11798 keywords.
6df6ae42 11799 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
11800 (sql-product-interactive): Bug fix: Set `sql-buffer' in
11801 context of original buffer. Invoke `sql-login-hook'.
11802
a7183d7c
EZ
118032012-01-04 Eli Zaretskii <eliz@gnu.org>
11804
11805 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
11806 letters in cite-prefix.
11807
a1eacd1e
LMI
118082012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11809
11810 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
11811
787cdb34
CY
118122012-01-03 Chong Yidong <cyd@gnu.org>
11813
1d00653d
SM
11814 * shell.el (shell-dynamic-complete-functions):
11815 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
11816 comint-filename-completion first (Bug#10417).
11817
30710442
RS
118182012-01-02 Richard Stallman <rms@gnu.org>
11819
11820 * battery.el (battery-status-function):
11821 Detect when to use battery-yeeloong-sysfs.
11822 (battery-echo-area-format): Add string for Yeeloong.
11823 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
11824 (battery-yeeloong-sysfs): New function.
11825
f75bfc33
CY
118262012-01-02 Chong Yidong <cyd@gnu.org>
11827
11828 * dirtrack.el (dirtrack-list): Eliminate unused third element.
11829 (dirtrack): Merge code for handling relative filenames in prompt
11830 from shell-dir-cookie-watcher.
11831 (dirtrack-debug-message): New arg to avoid excess format calls.
11832
11833 * shell.el (shell-dir-cookie-re): Variable deleted.
11834 (shell-dir-cookie-watcher): Function deleted.
11835 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
11836 with dirtrack-mode.
11837
651e947e
EZ
118382012-01-01 Eli Zaretskii <eliz@gnu.org>
11839
1d00653d
SM
11840 * term/w32-win.el (dynamic-library-alist) <gnutls>:
11841 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
11842 libgnutls-26.dll.
11843
94d4c7dc
AS
118442011-12-31 Andreas Schwab <schwab@linux-m68k.org>
11845
11846 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
11847
8d43f3cd
EZ
118482011-12-31 Eli Zaretskii <eliz@gnu.org>
11849
11850 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
11851 headers of non-MIME messages, when rmail-enable-mime is non-nil.
11852
98c8795a
MA
118532011-12-29 Michael Albinus <michael.albinus@gmx.de>
11854
11855 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
11856 also for alternative shells.
11857 (tramp-open-connection-setup-interactive-shell): Check, whether
11858 the shell is a busybox.
11859 (tramp-send-command): Don't suppress multiple prompts for
11860 busyboxes, it hurts.
11861
51281b32
CY
118622011-12-28 Chong Yidong <cyd@gnu.org>
11863
11864 * progmodes/gdb-mi.el (gdb-get-source-file-list)
11865 (gdb-get-source-file): Move mode line update to
11866 gdb-get-source-file (Bug#10087).
11867
2170cb53
CY
118682011-12-25 Chong Yidong <cyd@gnu.org>
11869
11870 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
11871 gud-gdb-marker-filter without taking it as an argument.
11872 (gud-gdb-run-command-fetch-lines): Caller changed.
11873 (gud-gdb-completion-function): New variable.
11874 (gud-gdb-completion-at-point): Use it.
11875 (gud-gdb-completions-1): Split from gud-gdb-completions.
11876
11877 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
11878 function as separate arguments.
11879 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
11880 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
11881 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
11882 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
11883 (gdb-stopped, def-gdb-auto-update-trigger)
11884 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
11885 (gdb-get-changed-registers, gdb-get-main-selected-frame):
11886 Callers changed.
2170cb53
CY
11887 (gud-gdbmi-completions): New function.
11888 (gdb): Use it for generating the completion table.
11889
be8b11bb
AM
118902011-12-24 Alan Mackenzie <acm@muc.de>
11891
11892 Introduce a mechanism to widen the region used in context font
1d00653d 11893 locking. Use this to protect declarations from losing their contexts.
be8b11bb 11894
1d00653d
SM
11895 * progmodes/cc-langs.el (c-before-font-lock-functions):
11896 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 11897 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
11898 functions to be run just before context (etc.) font locking.
11899
11900 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 11901 New, functionality extracted from
be8b11bb 11902 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 11903 (c-in-after-change-fontification): New variable.
be8b11bb
AM
11904 (c-after-change): Set c-in-after-change-fontification.
11905 (c-set-fl-decl-start): Rejig its interface, so it can be called
11906 from both after-change and context fontifying.
b81d40f0
JB
11907 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
11908 New functions.
11909 (c-standard-font-lock-fontify-region-function): New variable.
11910 (c-font-lock-fontify-region): New function.
be8b11bb 11911
341cf6ac
JL
119122011-12-24 Juri Linkov <juri@jurta.org>
11913
11914 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
11915 (Bug#10348)
11916
bffcee0a
MA
119172011-12-23 Michael Albinus <michael.albinus@gmx.de>
11918
11919 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
11920 existence of source file. (Bug#10325)
11921
cb5e207c
AM
119222011-12-23 Alan Mackenzie <acm@muc.de>
11923
11924 Fix unstable fontification inside templates.
11925
b81d40f0
JB
11926 * progmodes/cc-langs.el (c-before-font-lock-functions):
11927 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
11928 additionally has c-set-fl-decl-start. The other languages (apart
11929 from AWK) have that as a single entry.
11930
b81d40f0
JB
11931 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
11932 The functionality for "local" declarations has been extracted to
cb5e207c
AM
11933 c-set-fl-decl-start.
11934
b81d40f0
JB
11935 * progmodes/cc-mode.el (c-common-init, c-after-change):
11936 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
11937 (c-set-fl-decl-start): New function, extracted from
11938 c-font-lock-enclosing-decls and enhanced.
11939
60ff536c
JB
119402011-12-23 Juanma Barranquero <lekktu@gmail.com>
11941
11942 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
11943
1c4757d6
JL
119442011-12-22 Juri Linkov <juri@jurta.org>
11945
11946 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
11947
d031f2c7
CY
119482011-12-22 Chong Yidong <cyd@gnu.org>
11949
11950 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
11951
bace743a
DA
119522011-12-21 Drew Adams <drew.adams@oracle.com>
11953
11954 * files.el (file-remote-p): Fix docstring. (Bug#10319)
11955
728a1f2b
JC
119562011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
11957
11958 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
11959
0d373f73
TZ
119602011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
11961
fec0aaa4
TZ
11962 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
11963 highlighting and support. Fix up comments for capitalization.
11964 (cfengine-mode-debug): New var.
11965 (cfengine3-mode): Change the modeline indicator to "CFE3".
11966 (cfengine3-font-lock-keywords): Improve defun highlighting.
11967 (cfengine2-actions): Rename from `cfengine-actions'.
11968 (cfengine2-font-lock-keywords): Rename from
11969 `cfengine-font-lock-keywords'.
11970 (cfengine2-imenu-expression): Rename from
11971 `cfengine-imenu-expression'.
11972 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
11973 (cfengine2-beginning-of-defun): Rename from
11974 `cfengine-beginning-of-defun'.
11975 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
11976 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
11977 (cfengine2-mode): Rename from `cfengine-mode'. Change the
11978 modeline indicator to "CFE2".
11979 (cfengine-mode): Defalias to `cfengine-auto-mode'.
11980 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 11981
bc86f573
CY
119822011-12-21 Chong Yidong <cyd@gnu.org>
11983
11984 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
11985 filename argument.
11986
d45ba96b
MR
119872011-12-20 Martin Rudalics <rudalics@gmx.at>
11988
11989 * window.el (window-normalize-buffer-to-display): Remove.
11990 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
11991
a6198c90
CY
119922011-12-19 Chong Yidong <cyd@gnu.org>
11993
11994 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
11995 Don't signal an error in a predicate function; return non-nil.
11996 (vc-dir-mark-file): Move the error here.
11997 (vc-dir-mark-unmark): If acting on the region, keep going if one
11998 of the entries cannot be marked/unmarked.
11999 (vc-dir-mark-all-files): If current entry is a directory, mark
12000 only child files, as documented.
12001
34c5fb55
VB
120022011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
12003
12004 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
12005 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
12006 addition.
12007
c803b2b7
JD
120082011-12-18 Jan Djärv <jan.h.d@swipnet.se>
12009
12010 * term/ns-win.el (ns-get-selection-internal)
12011 (ns-store-selection-internal): Declare.
1154d12e
JB
12012 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
12013 Declare as obsolete.
12014 (ns-get-pasteboard, ns-paste-secondary):
12015 Use ns-get-selection-internal.
41e9b956 12016 (ns-set-pasteboard, ns-copy-including-secondary):
1154d12e 12017 Use ns-store-selection-internal.
c803b2b7 12018
9cff91f8 120192011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
12020
12021 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 12022 (vc-deduce-fileset): Doc fix.
99a289d9 12023
f16c898a
AS
120242011-12-16 Andreas Schwab <schwab@linux-m68k.org>
12025
12026 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
12027
763237c4
SS
120282011-12-13 Sam Steingold <sds@gnu.org>
12029
12030 * man.el (Man-getpage-in-background): When running under a
12031 window-system, ignore $MANWIDTH and $COLUMNS.
12032
5fc1c122
KH
120332011-12-15 Kenichi Handa <handa@m17n.org>
12034
12035 * language/ethio-util.el: Change coding tag to utf-8-emacs.
12036 (setup-ethiopic-environment-internal): Comment out key-binding for
12037 ethio-toggle-punctuation.
12038
13d49cbb
AM
120392011-12-13 Alan Mackenzie <acm@muc.de>
12040
898169a2
AM
12041 Add the switch statement to AWK Mode.
12042
7a71b18d 12043 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
12044 "default" to the keywords regexp.
12045
7a71b18d 12046 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 12047 expression as the rest.
1d00653d
SM
12048 (c-nonlabel-token-key): Allow string literals for AWK.
12049 Refactor for the other modes.
898169a2 12050
13d49cbb 12051 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 12052 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
12053 routines. Limit backward searching in c-font-lock-enclosing.decl.
12054
12055 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
12056 pp-state and literal type in addition to the limits.
1d00653d 12057 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 12058 (c-state-literal-at): Use the above new defun.
1d00653d
SM
12059 (c-slow-in-literal, c-fast-in-literal): Remove.
12060 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
12061
12062 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
12063 being in a literal. Add a limit for backward searching.
12064
12065 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
12066 c-slow-in-literal.
12067
15e0efc7
SM
120682011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
12069
12070 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
12071
454592a6
MR
120722011-12-13 Martin Rudalics <rudalics@gmx.at>
12073
12074 * window.el (delete-other-windows): Use correct frame in call to
12075 window-with-parameter.
12076
87393f26
DP
120772011-12-12 Daniel Pfeiffer <occitan@t-online.de>
12078
12079 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
12080 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
12081 (makefile-gmake-statements, makefile-makepp-statements):
12082 Use it and add new makepp keywords.
12083 (makefile-makepp-font-lock-keywords): Add new patterns.
12084 (makefile-match-function-end): Match new [...] and [[...]].
12085
11636b22
JB
120862011-12-11 Juanma Barranquero <lekktu@gmail.com>
12087
12088 * ses.el (ses-call-printer-return, ses-cell-property-get)
12089 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
12090 (ses-create-cell-variable, ses-reset-header-string)
12091 (ses-cell-set-formula, ses-repair-cell-reference-all)
12092 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
12093 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
12094 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
12095 (ses-aset-with-undo, ses-load, ses-truncate-cell)
12096 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
12097 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
12098 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
12099 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
12100 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
12101 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
12102 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
12103 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
12104
cf018193
VB
121052011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
12106
12107 * ses.el: The overall change is to add cell renaming, that is
12108 setting fancy names for cell symbols other than name matching
12109 "\\`[A-Z]+[0-9]+\\'" regexp .
12110 (ses-create-cell-variable): New defun.
12111 (ses-relocate-formula): Relocate formulas only for cells the
12112 symbols of which are not renamed, i.e. symbols whose names do not
12113 match regexp "\\`[A-Z]+[0-9]+\\'".
12114 (ses-relocate-all): Relocate values only for cells the symbols of
12115 which are not renamed.
12116 (ses-load): Create cells variables as the (ses-cell ...) are read,
12117 in order to check row col consistency with cell symbol name only
12118 for cells that are not renamed.
12119 (ses-replace-name-in-formula): New defun.
12120 (ses-rename-cell): New defun.
12121
ee957461
CY
121222011-12-11 Chong Yidong <cyd@gnu.org>
12123
12124 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
12125 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
12126
9a9e9ef0
MR
121272011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
12128
12129 * window.el (other-window): Fix docstring.
12130
92a8eba5
EZ
121312011-12-10 Eli Zaretskii <eliz@gnu.org>
12132
12133 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
12134 `from' or `to' address before taking its substring.
12135 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
12136 encoded name is chopped in the middle of the encoded string, and
12137 thus displayed encoded.
12138
e152e577
JB
121392011-12-10 Juanma Barranquero <lekktu@gmail.com>
12140
12141 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
12142
e5d84bfe
EZ
121432011-12-10 Eli Zaretskii <eliz@gnu.org>
12144
12145 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
12146 to use texinfo-update-node and commands that call it if the
12147 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 12148 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
12149 (texinfo-all-menus-update, texinfo-master-menu)
12150 (texinfo-update-node, texinfo-every-node-update)
12151 (texinfo-multiple-files-update): Doc fix. Warn against updating
12152 all the @node lines.
12153 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
12154 argument is numeric. Explain better in the doc string what the
12155 function really does.
12156 (texinfo-insert-master-menu-list): Improve the error message
12157 displayed if there's no menu in the Top node.
12158 (Bug#2975) See also this thread:
e5d84bfe
EZ
12159 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
12160
1d84e9bb
MG
121612011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
12162
12163 * speedbar.el (speedbar-supported-extension-expressions):
12164 Add .adb and .ads, commonly used for Ada source code (bug#10256).
12165
382c953b
JB
121662011-12-09 Juanma Barranquero <lekktu@gmail.com>
12167
12168 * printing.el (pr-mode-alist):
12169 * simple.el (filter-buffer-substring-functions)
12170 (completion-list-insert-choice-function):
12171 * window.el (window-with-parameter, window-atom-root)
12172 (window-sides-slots, window-size-fixed, window-min-delta)
12173 (window-max-delta, window--resize-mini-window)
12174 (window--resize-child-windows-normal, window-tree)
12175 (delete-other-windows, quit-window, split-window)
12176 (display-buffer-record-window, special-display-buffer-names)
12177 (special-display-regexps, special-display-popup-frame)
12178 (same-window-p, split-window-sensibly)
12179 (display-buffer-overriding-action, display-buffer-alist)
12180 (display-buffer-base-action, display-buffer, switch-to-buffer)
12181 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
12182 (fit-window-to-buffer, recenter-positions)
12183 (mouse-autoselect-window-state, mouse-autoselect-window-select):
12184 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
12185 and remove unneeded backslashes in docstrings.
12186
39c9faef
SM
121872011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
12188
98449af8
SM
12189 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
12190
39c9faef
SM
12191 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
12192 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
12193 end in ".mk".
12194 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
12195 when reading the makefile (bug#10116).
12196
86ed9fdc
SM
121972011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
12198
12199 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
12200 (bug#10116).
12201
5580f89d
GM
122022011-12-06 Glenn Morris <rgm@gnu.org>
12203
12204 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
12205
28d3917c
CY
122062011-12-06 Chong Yidong <cyd@gnu.org>
12207
12208 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
12209
a98edce9
JB
122102011-12-06 Juanma Barranquero <lekktu@gmail.com>
12211
12212 * textmodes/table.el (table-shorten-cell): Fix typo.
12213
e65adfac
CG
122142011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
12215
12216 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
12217
71cc0b74
EZ
122182011-12-05 Eli Zaretskii <eliz@gnu.org>
12219
12220 * descr-text.el (describe-char): Fix display of strong
12221 right-to-left characters and directional embeddings and overrides.
12222
12223 * simple.el (what-cursor-position): Fix display of codepoints of
12224 strong right-to-left characters.
12225
315bc30d
CY
122262011-12-05 Chong Yidong <cyd@gnu.org>
12227
12228 * faces.el (read-color): Doc fix.
12229
58a70b94
GM
122302011-12-05 Glenn Morris <rgm@gnu.org>
12231
12232 * align.el (align--set-marker): Add doc-string.
12233 Don't try to move something that is not a marker. (Bug#10216)
12234
5158face
GM
122352011-12-04 Glenn Morris <rgm@gnu.org>
12236
12237 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
12238 overly zealous deletion of trailing whitespace.
12239
520fca41
JB
122402011-12-04 Juanma Barranquero <lekktu@gmail.com>
12241
12242 * server.el (server-delete-client): On Windows, do not try to delete
12243 the only terminal.
12244 (server-process-filter): On Windows, treat requests for a tty frame as
12245 if they were for a GUI frame if the running server is in GUI mode.
12246
5e605a2e
GM
122472011-12-03 Glenn Morris <rgm@gnu.org>
12248
12249 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
12250
5c3fe83f
SM
122512011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
12252
6f5e57e7
SM
12253 * electric.el: Streamline electric-indent's hook.
12254 (electric-indent-chars): Revert to simple list.
12255 (electric-indent-functions): New var.
12256 (electric-indent-post-self-insert-function): Use it.
12257
5c3fe83f
SM
12258 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
12259 there's no inferior buffer (bug#10196).
12260 (prolog-consult-compile): Don't use toggle-read-only.
12261
6bdac736
MA
122622011-12-02 Michael Albinus <michael.albinus@gmx.de>
12263
12264 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
12265 interrupt. (Bug#10187)
12266
6131ba7f
SM
122672011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12268
99c79fee
SM
12269 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
12270 (bug#9160).
12271
6131ba7f
SM
12272 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
12273 (bug#10191).
12274
cb0a02ea
JL
122752011-12-02 Juri Linkov <juri@jurta.org>
12276
12277 * info.el (Info-search): Display "end of manual" when Isearch
12278 reaches the end of single-file Info manual. (Bug#9918)
12279
66e0570c
EZ
122802011-12-02 Eli Zaretskii <eliz@gnu.org>
12281
12282 * isearch.el (isearch-message-prefix): Run the input method part
12283 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
12284
02b16839
JL
122852011-12-02 Juri Linkov <juri@jurta.org>
12286
12287 * isearch.el (isearch-occur): Use `word-search-regexp' for
12288 `isearch-word'.
12289 (isearch-search-and-update): Add condition for `isearch-word' and
12290 call `word-search-regexp'. (Bug#10145)
12291
0b950688
GM
122922011-12-01 Glenn Morris <rgm@gnu.org>
12293
12294 * eshell/em-hist.el (eshell-hist-initialize):
12295 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 12296 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 12297
9505c3c7
SM
122982011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
12299
12300 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
12301
1bbe96b2 123022011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 12303
a1beca85
SM
12304 * progmodes/verilog-mode.el (verilog-pretty-expr):
12305 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
12306 verilog, such as += *= and the like.
12307 (verilog-assignment-operator-re): Regular expression to find the
12308 assigment operator in a verilog assignment.
12309 (verilog-assignment-operation-re): Regular expression to find an
12310 assignment statement for pretty-expr.
12311 (verilog-in-attribute-p): Query returns true if point is in an
12312 attribute context; used to skip these for expression line up from
12313 pretty-expr.
12314 (verilog-in-parameter-p): Query returns true if point is in an
12315 parameter definition context; used to skip these for expression
12316 line up from pretty-expr.
12317 (verilog-in-parenthesis-p): Query returns true if point is in a
12318 parenthetical expression, specifically ( ) but not [ ] or { };
12319 used by pretty-expr.
12320 (verilog-just-one-space): If there is no space, don't add one.
12321 (verilog-get-lineup-indent-2): Specifically skip just attribute
12322 contexts for expression lineup, rather than skipping all
12323 parenthetical expressions.
12324 (verilog-calculate-indent): Fix comment, and fix indent.
12325 (verilog-do-indent): Indent declarations in lists (suggested by
12326 Joachim Lechner).
12327 (verilog-mode-abbrev-table): Populate abbrev mode with the various
12328 skeleton items.
12329 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
12330 by Alain Mellan).
12331
1bbe96b2 123322011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
12333
12334 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
12335 parameters with embedded comments. Reported by Ray Stevens.
12336 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
12337 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
12338 Reported by Tim Holt.
12339 (verilog-auto): Fix AUTOing a upper module then AUTOing module
12340 instantiated by upper module causing wrong expansion until AUTOed a
12341 second time. Reported by K C Buckenmaier.
12342 (verilog-diff-auto): Fix showing .* as a difference when
12343 `verilog-auto-star-save' off. Reported by Dan Dever.
12344 (verilog-auto-reset, verilog-read-always-signals)
12345 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
12346 temporary signals in reset list if
12347 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
12348 style to each signal's assignment type, bug381.
12349 Reported by Thomas Esposito.
6288f0ca
WS
12350 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
12351 (verilog-uvm-statement-re): Support UVM indentation and
12352 highlighting, with old OVM keywords only.
a1beca85 12353 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
12354 Support AUTOTIEOFF creating non-wire data types.
12355 Suggested by Jonathan Greenlaw.
6288f0ca
WS
12356 (verilog-auto-insert-lisp, verilog-delete-to-paren)
12357 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
12358 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
12359 (verilog-read-sub-decls, verilog-read-sub-decls-line):
12360 Fix mismatching parenthesis inside commented out code when deleting
382c953b 12361 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
12362 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
12363 non-numeric vector width. Reported by Alex Reed.
12364 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 12365 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
12366 (verilog-auto-delete-trailing-whitespace):
12367 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
12368 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
12369 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
12370 Fix verilog-scan-cache corruption when running user AUTO expansion
12371 hooks that call indentation routines.
12372 (verilog-simplify-range-expression): Fix typo ignoring lower case
12373 identifiers.
12374 (verilog-delete-auto): Fix delete-autos to also remove user created
12375 automatics, as long as they start with AUTO.
12376 (verilog-batch-diff-auto, verilog-diff-auto)
12377 (verilog-diff-function): Add `verilog-diff-auto' and bind to
12378 "C-c?" to report differences in AUTO expansion, ignoring spaces.
12379 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
12380 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
12381 (verilog-re-search-forward-quick, verilog-syntax-ppss):
12382 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
12383 is disabled and its cache will get corrupt, causing AUTOS not to
12384 expand. Instead use only -quick functions.
12385 (verilog-scan-region): Fix scanning over escaped quotes.
12386 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
12387 (verilog-re-search-backward-quick)
12388 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
12389 related functions now ignore strings, to fix misparsing of strings
12390 with magic comments embedded in them.
a1beca85
SM
12391 (verilog-read-auto-template):
12392 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
12393 Reported by Brad Dobbie.
12394 (verilog-read-auto-template):
12395 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 12396 Reported by Brad Dobbie.
6288f0ca
WS
12397 (verilog-auto-inst, verilog-auto-inst-param)
12398 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
12399 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
12400 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
12401 debugging templates without merge conflicts, bug357.
12402 Reported by Brad Dobbie.
12403 (verilog-read-auto-template):
12404 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
12405 Reported by Brad Dobbie.
12406 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
12407 abbrevs so user won't be asked to save.
12408 (verilog-read-auto-lisp-present): Fix to start at beginning of
12409 buffer in case called outside of verilog-auto.
12410 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
12411 to "X-2". Reported by Matthew Myers.
12412 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
12413 all inputs from module templates. Reported by Leith Johnson.
12414 (verilog-module-inside-filename-p): Fix locating programs as with
12415 modules.
12416 (verilog-auto-inst-port): Fix vl-width expressions when using
12417 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
12418 (verilog-decls-get-regs, verilog-decls-get-signals,
12419 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
12420 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
12421 verilog-read-decls): Combine reg and wire structures into one var
12422 structure to represent SystemVerilog concepts.
12423 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
12424 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
12425 (verilog-auto-wire-type, verilog-insert-definition):
12426 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
12427 SystemVerilog "logic" keyword instead of "wire"/"reg".
12428 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
12429 to declares outputs that also have assignments (presumably in an
a1beca85
SM
12430 ifdef or generate if so there's not a driver conflict).
12431 Reported by Matthew Myers.
12432 (verilog-auto-declare-nettype, verilog-insert-definition):
12433 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
12434 `default_nettype none. Reported by Julian Gorfajn.
12435 (verilog-read-always-signals-recurse, verilog-read-decls)
12436 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
12437 malformed end statement, bug325. Reported by Joshua Wise and
12438 Andrew Drake.
12439 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
12440 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
12441 when expanding .* in interfaces, bug320.
12442 Reported by Pierre-David Pfister.
6288f0ca 12443 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
12444 name and open parenthesis, bug317.
12445 Reported by Pierre-David Pfister.
6288f0ca
WS
12446 (verilog-simplify-range-expression): Fix simplification of
12447 multiplications inside AUTOWIRE connections, bug303.
12448 (verilog-auto-inst-port): Support parameter expansion in
12449 multidimensional arrays.
12450 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
12451 after "assert property". Reported by Julian Gorfajn.
12452 (verilog-simplify-range-expression): Fix "couldn't merge" errors
12453 with multiplication, bug303.
12454 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
12455 Reported by Jan Frode Lonnum.
12456
1bbe96b2
GM
124572011-11-30 Juanma Barranquero <lekktu@gmail.com>
12458
12459 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
12460 (hfy-shell-file-name, hfy-shell):
12461 * international/fontset.el (x-decompose-font-name): Fix typos.
12462
124632011-11-29 Ken Brown <kbrown@cornell.edu>
12464
12465 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
12466 (gdb-version): Remove defvar.
12467 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
12468 (gdb-gud-context-command, gdb-non-stop-handler)
12469 (gdb-current-context-command, gdb-stopped): Use it.
12470 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
12471 (gdb-non-stop-handler): Don't enable pretty-printing here.
12472 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
12473 non-stop mode. Use the following.
12474 (gdb-check-target-async): New defun.
12475 (gud-watch, gdb-stopped): Fix whitespace.
12476 (gdb-get-source-file): Don't try to display the source file if
12477 `gdb-main-file' is nil.
12478
124792011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
12480
12481 * align.el: Try to generate fewer markers (bug#10047).
12482 (align--set-marker): New macro.
12483 (align-region): Use it.
12484
c935221f
SM
124852011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
12486
12487 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
12488
e70b5064
CY
124892011-11-29 Chong Yidong <cyd@gnu.org>
12490
12491 * indent.el (indent-for-tab-command, indent-according-to-mode):
12492 Doc fix.
12493 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
12494
f3af92b7
MA
124952011-11-29 Michael Albinus <michael.albinus@gmx.de>
12496
12497 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
12498 aware of remote file names. (Bug#10124)
12499
ed472be9
CY
125002011-11-29 Chong Yidong <cyd@gnu.org>
12501
12502 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
12503
24510c22
SM
125042011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
12505
12506 * files.el (find-file): Don't use force-same-window (bug#10144).
12507 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
12508 use pop-to-buffer if the selected window can't be used.
12509 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
12510
c60c3703
EZ
125112011-11-28 Eli Zaretskii <eliz@gnu.org>
12512
12513 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
12514 special-mode-map.
12515
e95def75
CY
125162011-11-28 Chong Yidong <cyd@gnu.org>
12517
12518 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
12519
c3f1c606
NR
125202011-11-27 Nick Roberts <nickrob@snap.net.nz>
12521
12522 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
12523 gdb-get-source-file-list on gdb-create-source-file-list.
12524
00db469c
EZ
125252011-11-26 Eli Zaretskii <eliz@gnu.org>
12526
12527 * whitespace.el (whitespace-newline): Use a different foreground
12528 color for 16-color light-background displays.
12529
4ad3bc2a
CY
125302011-11-24 Chong Yidong <cyd@gnu.org>
12531
12532 * window.el (display-buffer--special-action): Doc fix.
12533
e9fce1ac
JB
125342011-11-25 Juanma Barranquero <lekktu@gmail.com>
12535
12536 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
12537 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
12538 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
12539 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
12540 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
12541 (avl-tree-stack-first):
12542 * emacs-lisp/cconv.el (cconv--analyse-use):
12543 * net/gnutls.el (gnutls-negotiate): Fix typos.
12544
cb825e5d
GM
125452011-11-24 Glenn Morris <rgm@gnu.org>
12546
3adbe224
GM
12547 * lpr.el (lpr-windows-system, lpr-lp-system):
12548 * mail/binhex.el (binhex-begin-line):
12549 * progmodes/grep.el (grep-history, grep-find-history):
12550 * textmodes/flyspell.el:
12551 * vc/pcvs-defs.el (cvs-global-menu):
12552 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
12553 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
12554 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
12555
321decc8
GM
12556 * net/tls.el: Fix case of "GnuTLS".
12557
420b63ad
GM
12558 * paths.el (rmail-file-name): Format doc-string for make-docfile.
12559
cb825e5d
GM
12560 * version.el (emacs-build-system): Give it a doc-string.
12561
a0649f08
JL
125622011-11-24 Juri Linkov <juri@jurta.org>
12563
12564 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
12565
c0bc0fd4
GM
125662011-11-24 Glenn Morris <rgm@gnu.org>
12567
12568 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
12569 if called on a non-mime message just toggle the headers. (Bug#8006)
12570
20db1522
JB
125712011-11-24 Juanma Barranquero <lekktu@gmail.com>
12572
12573 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
12574 (allout-lead-with-comment-string, allout-structure-deleted-hook)
12575 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
12576 (allout-rebullet-heading, allout-open-sibtopic)
12577 (allout-toggle-current-subtree-encryption)
12578 (allout-toggle-subtree-encryption, allout-encrypt-string)
12579 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
12580 (allout-distinctive-bullets-string, allout-auto-activation):
12581 * window.el (window-normalize-buffer-to-display):
12582 * progmodes/verilog-mode.el (verilog-batch-indent):
12583 * textmodes/bibtex.el (bibtex-field-braces-opt)
12584 (bibtex-field-strings-opt):
12585 * vc/cvs-status.el (cvs-tree-merge):
12586 Fix typos.
12587
7262a87c
MA
125882011-11-23 Michael Albinus <michael.albinus@gmx.de>
12589
12590 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
12591 `non-essential' to t, in order to avoid remote connections.
12592
283430a1
EZ
125932011-11-23 Eli Zaretskii <eliz@gnu.org>
12594
a1beca85
SM
12595 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12596 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
12597 case-insensitively.
12598
d2992a38
ML
125992011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
12600
12601 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
12602
50419064
GM
126032011-11-23 Glenn Morris <rgm@gnu.org>
12604
da94eca1
GM
12605 * paths.el (rmail-file-name): Reformat the doc-string so that it
12606 is picked up.
12607
9aac4de2
GM
12608 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
12609 (rmail-auto-file): Ignore case in the "special" field names,
12610 as mail-fetch-field does for all others.
12611
8038d2d2
GM
12612 * mail/rmail.el (rmail-forward):
12613 * mail/rmailkwd.el (rmail-set-label):
12614 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
12615 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
12616
f3fe222a
GM
12617 * mail/rmail.el (rmail-current-message): Doc fix.
12618
50419064
GM
12619 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
12620
28109f49
SM
126212011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12622
12623 * server.el (server-eval-and-print): Allow C-g (bug#6585).
12624
394c65f1
GM
126252011-11-22 Glenn Morris <rgm@gnu.org>
12626
12627 * mail/rmailmm.el (test-rmail-mime-handler)
12628 (test-rmail-mime-bulk-handler)
12629 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
12630
f2a0aa3a
JL
126312011-11-21 Juri Linkov <juri@jurta.org>
12632
1154d12e
JB
12633 * calc/calc.el (calc-read-key-sequence):
12634 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 12635
9c34a344
LMI
126362011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12637
12638 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
12639 Tell the caller that the next line needs recomputation, even
12640 though it doesn't start a sexp (bug#10094).
12641
f04a3be9
SM
126422011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12643
12644 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
12645
7978747f
SM
126462011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
12647
f04a3be9
SM
12648 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
12649 Use force-same-window.
7978747f 12650
fe7a3057
JB
126512011-11-20 Juanma Barranquero <lekktu@gmail.com>
12652
12653 * descr-text.el (describe-char-unicode-data):
12654 * json.el (json-string-escape):
12655 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
12656 (Footnote-unicode, Footnote-style-p):
12657 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
12658
24901d61
CY
126592011-11-20 Chong Yidong <cyd@gnu.org>
12660
12661 * window.el (replace-buffer-in-windows): Restore interactive spec.
12662
bac7ff22
SM
126632011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
12664
24f3d7b9
SM
12665 * electric.el (electric-indent-mode): Fix last change (too optimistic).
12666
bac7ff22
SM
12667 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
12668 (byte-compile-global-not-obsolete-vars): New var.
12669 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
12670 Use it.
12671 (byte-compile-warn-obsolete): Align text with the one in *Help*.
12672
cd1181db
JB
126732011-11-20 Juanma Barranquero <lekktu@gmail.com>
12674
12675 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
12676 * progmodes/pascal.el (electric-pascal-equal):
12677 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
12678 * xml.el (xml-substitute-special): Fix typos.
12679
7fb18e9e
GM
126802011-11-20 Glenn Morris <rgm@gnu.org>
12681
12682 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
12683 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
12684 Doc fixes.
12685 (rmail-decode-mime-charset): Mark as obsolete.
12686
12687 * mail/rmailsum.el (rmail-message-regexp-p-1):
12688 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
12689 Before using mime functions, check they are set. (Bug#10077)
12690
d5a6b3ba
JL
126912011-11-19 Juri Linkov <juri@jurta.org>
12692
12693 * info.el (Info-finder-find-node): Use `package--builtins' instead
12694 of `package-alist'. Use node names formed by the pattern "Keyword "
12695 and the keyword name.
12696
e981b61f
AS
126972011-11-19 Andreas Schwab <schwab@linux-m68k.org>
12698
1d00653d 12699 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 12700
3ffbc301
JL
127012011-11-19 Juri Linkov <juri@jurta.org>
12702
12703 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
12704 that calls `revert-buffer' on all Info buffers. (Bug#9915)
12705 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
12706 `old-history', `old-history-forward'. Add let-binding
12707 `window-selected'. Remove calls to `kill-buffer',
12708 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
12709 before calling `Info-find-node', so `Info-find-node-2' will reread
12710 the Info file. Restore window positions only when `window-selected'
12711 is non-nil.
12712
30c62133
JL
127132011-11-19 Juri Linkov <juri@jurta.org>
12714
12715 * isearch.el (isearch-lazy-highlight-new-loop):
12716 Remove condition `(not isearch-error)'. (Bug#9918)
12717
12718 * misearch.el (multi-isearch-search-fun): Add condition
12719 `(not bound)' to ignore lazy-highlighting search.
12720 Add the search-failed message "end of multi" when the end of
12721 multi-sequence is reached. Uncapitalize the search-failed
12722 message "Repeat for next buffer".
12723
12724 * info.el (Info-search): Add the search-failed message
12725 "end of the manual" when the end of the manual is reached
12726 in Isearch mode.
12727
645ca9cf
JL
127282011-11-19 Juri Linkov <juri@jurta.org>
12729
12730 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
12731 Use non-destructive `remove' instead of `delete' because
12732 `Info-history-list' stored to `Info-isearch-initial-history-list' in
12733 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
12734
df754f66
JL
127352011-11-19 Juri Linkov <juri@jurta.org>
12736
12737 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
12738 to nil instead of binding `search-ring' and `regexp-search-ring'.
12739 (Bug#9185)
12740
0e23d96a
EZ
127412011-11-19 Eli Zaretskii <eliz@gnu.org>
12742
12743 * simple.el (line-move): Force movement by logical lines for any
12744 hscrolled window, not only when auto-hscroll-mode is on.
12745 (line-move-visual): Update doc string to that effect. (Bug#10076)
12746
8a6ccb66
AS
127472011-11-19 Andreas Schwab <schwab@linux-m68k.org>
12748
12749 * language/european.el (macintosh): Define as alias for mac-roman.
12750
49ae5b39
EZ
127512011-11-19 Eli Zaretskii <eliz@gnu.org>
12752
12753 * mail/rmailmm.el (rmail-mime-display-header)
12754 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
12755 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
12756 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
12757 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
12758 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
12759 of a raw aref.
12760 (rmail-mime-entity-segment): To get past the tagline, move forward
12761 2 more lines, to account for the 2 empty lines that precede and
12762 follow the line with the buttons.
12763 (rmail-mime-update-tagline): Move one more line, to get past the
12764 empty line that follows the buttons in the tagline. (Bug#9520)
12765
c56cad4a
MR
127662011-11-19 Martin Rudalics <rudalics@gmx.at>
12767
12768 * window.el (window-max-delta-1, window-min-delta-1)
12769 (window-min-size-1, window-state-get-1, window-state-put-1)
12770 (window-state-put-2): Use "window--" prefix.
12771
cbe71af3
SM
127722011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
12773
2ad52c60
SM
12774 * emacs-lisp/smie.el: Improve warnings and conflict detection.
12775 (smie-warning-count): New var.
12776 (smie-set-prec2tab): Use it.
12777 (smie-bnf->prec2): Improve warnings. Add docstring.
12778 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
12779 (smie-bnf--set-class): New function.
12780 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
12781 corner case.
12782
6944dbc1
SM
12783 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
12784 (compilation-error-properties, compilation-move-to-column):
12785 Handle compilation-first-column while in the target buffer.
12786
c400c4d7
SM
12787 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
12788 Don't hardcode point-min==1.
12789
6dbe3e96
SM
12790 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
12791 (eshell-rewrite-for-command): Remove workaround.
12792 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
12793 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
12794 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
12795
cbe71af3
SM
12796 * files-x.el (modify-file-local-variable): Obey commenting conventions.
12797
a8e1496d
GM
127982011-11-17 Glenn Morris <rgm@gnu.org>
12799
12800 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12801 Ignore buffer-local generated-autoload-file if it is the same
12802 as the global value. (Bug#10049)
12803
df85d315
JB
128042011-11-17 Juanma Barranquero <lekktu@gmail.com>
12805
12806 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
12807 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
12808 (reftex-toc-previous-heading, reftex-toc-max-level)
12809 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
12810 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
12811 (reftex-toc-do-promote, reftex-toc-promote-prepare)
12812 (reftex-toc-promote-action, reftex-toc-extract-section-number)
12813 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
12814 (reftex-toc-rename-label, reftex-toc-visit-location)
12815 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
12816 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
12817 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
12818 leaving "*toc*" only for references to the buffer.
12819
a0c2d0ae
MR
128202011-11-17 Martin Rudalics <rudalics@gmx.at>
12821
12822 * window.el (window-resize, delete-window, split-window):
12823 Replace window-splits by window-combination-resize.
1d00653d 12824 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 12825
35c0bac8
GM
128262011-11-17 Glenn Morris <rgm@gnu.org>
12827
12828 * progmodes/sh-script.el (sh-font-lock-keywords-var):
12829 Make bash entry derive from sh entry, not shell entry.
12830
d0c8fc8a
MA
128312011-11-16 Michael Albinus <michael.albinus@gmx.de>
12832
7262a87c
MA
12833 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
12834 local file name.
12835
7877f373
JB
128362011-11-16 Juanma Barranquero <lekktu@gmail.com>
12837
12838 * menu-bar.el (menu-bar-file-menu):
12839 * printing.el (pr-ps-utility):
12840 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
12841 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
12842 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
12843 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
12844 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
12845 (icalendar--convert-cyclic-to-ical)
12846 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
12847 (icalendar--convert-ical-to-diary)
12848 (icalendar--convert-recurring-to-diary)
12849 (icalendar--convert-non-recurring-all-day-to-diary)
12850 (icalendar-import-format-sample):
12851 * progmodes/idlw-shell.el (idlwave-shell-mode):
12852 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
12853 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
12854 (vhdl-ps-print-init): Fix typos.
12855
10649b82
KM
128562011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
12857
9d0cfcd6
GM
12858 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
12859 FSF and collapse date sequence, obscure author/maintainer email address
12860 better, remove extra version line, track relocation of author's webpage.
10649b82 12861
9d0cfcd6
GM
12862 * progmodes/python.el (python-pdbtrack-input-prompt)
12863 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
12864 regular python pdb prompts. Adjustments shamelessly taken exactly as
12865 suggested in EmacsWiki page (tiny change):
12866 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 12867
58179cce
JB
128682011-11-16 Juanma Barranquero <lekktu@gmail.com>
12869
12870 * expand.el (expand-pos, expand-index, expand-point):
12871 Remove redundant info from docstring.
12872 (expand-add-abbrevs): Doc fix.
12873 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
12874 (expand-sample-perl-mode-expand-list): Fix typos.
12875
12876 * net/dbus.el (dbus-event-member-name):
12877 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
12878 * term/pc-win.el (msdos-create-frame-with-faces):
12879 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
12880
b6f67890
MR
128812011-11-16 Martin Rudalics <rudalics@gmx.at>
12882
12883 * window.el (split-window, window-state-get-1)
12884 (window-state-put-1, window-state-put-2): Rename occurrences of
12885 window-nest to window-combination-limit.
1d00653d 12886 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 12887
ce7ddba0
CY
128882011-11-16 Chong Yidong <cyd@gnu.org>
12889
12890 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
12891 regexp (Bug#10033).
12892
3ae704f4
SM
128932011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
12894
12895 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
12896 `completing-read' will remove *Completions* and will preserve
12897 current-buffer for us.
12898 (tmm-add-prompt): Users of *Completions* will always (re)set its
12899 major mode.
12900 (tmm-old-comp-map): Remove.
12901
6ad1cdde
GM
129022011-11-16 Glenn Morris <rgm@gnu.org>
12903
12904 * mail/rmailedit.el: Require rmailmm when compiling.
12905 (rmail-old-mime-state): New declaration.
12906 (rmail-edit-current-message): If editing a mime message,
12907 edit the "raw" message from the mbox buffer.
12908 (rmail-cease-edit): Handle mime messages. (Bug#9840)
12909
d20faa20
GM
129102011-11-15 Glenn Morris <rgm@gnu.org>
12911
12912 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
12913 which wasn't being used. Add optional arg to force given state.
12914 (rmail-mime): Add optional arg to force given state.
12915
c7015153
JB
129162011-11-15 Juanma Barranquero <lekktu@gmail.com>
12917
12918 * allout.el (allout-encryption-plaintext-sanitization-regexps):
12919 * frame.el (display-mm-dimensions-alist):
12920 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
12921 (outline-move-subtree-down):
12922 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
12923 (newsticker--treeview-do-get-node):
12924 * net/quickurl.el (quickurl-list-buffer-name):
12925 * progmodes/dcl-mode.el (dcl-mode):
12926 * progmodes/gdb-mi.el (gdb-mapcar*):
12927 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
12928
45261b50
GM
129292011-11-15 Glenn Morris <rgm@gnu.org>
12930
12931 * mail/rmail.el (rmail-file-coding-system): It's only ever used
12932 in a boolean sense, so just make it a boolean, and fix the doc.
12933 (rmail-show-mime-function, rmail-mime-feature)
12934 (rmail-require-mime-maybe): Doc fixes.
12935 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
12936
12937 * mail/rmailmm.el (rmail-show-mime): Doc fix.
12938
0d26e0b6
JB
129392011-11-15 Juanma Barranquero <lekktu@gmail.com>
12940
12941 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
12942 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
12943 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
12944 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
12945
447f30f6
GM
129462011-11-15 Glenn Morris <rgm@gnu.org>
12947
672b871d
GM
12948 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
12949 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
12950 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
12951 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
12952 (rmail-mime, rmail-show-mime): Doc fixes.
12953
f6aa5bb1
GM
12954 * term/ns-win.el (mode-line-frame-identification):
12955 Leave it alone. (Bug#10051)
12956
947cd66b
GM
12957 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
12958
447f30f6
GM
12959 * mail/rmailout.el (rmail-output-to-rmail-buffer):
12960 Handle empty buffers. (Bug#9978)
12961
0b381c7e
JB
129622011-11-14 Juanma Barranquero <lekktu@gmail.com>
12963
12964 * international/mule.el (define-charset):
12965 * mail/rmailmm.el (rmail-mime-find-header-encoding):
12966 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
12967 * progmodes/verilog-mode.el (verilog-backward-token):
12968 * textmodes/ispell.el (lookup-words):
12969 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
12970
71e027ac
GM
129712011-11-14 Glenn Morris <rgm@gnu.org>
12972
56632ce4
GM
12973 * progmodes/executable.el
12974 (executable-make-buffer-file-executable-if-script-p):
12975 Handle file-modes returning nil.
12976
40500957
GM
12977 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
12978 message - not necessary, and causes problems. (Bug#9831)
12979
071c2340
GM
12980 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
12981
d3cfca60
GM
12982 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
12983
71e027ac
GM
12984 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
12985 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
12986 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
12987
89d61221
MR
129882011-11-12 Martin Rudalics <rudalics@gmx.at>
12989
12990 * window.el (window-resize, delete-window): Use window-splits
12991 variable instead of function.
12992 (window-state-get-1, window-state-put-2, window-state-put):
12993 Don't deal with windows' splits status.
12994
98282f6f
GM
129952011-11-12 Glenn Morris <rgm@gnu.org>
12996
12997 * apropos.el (apropos-do-all, apropos-library, apropos-value)
12998 (apropos-documentation): Doc fixes.
12999
40a8bdf6
JB
130002011-11-11 Juanma Barranquero <lekktu@gmail.com>
13001
13002 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
13003 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
13004
65bd19ff
SM
130052011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
13006
13007 * electric.el (electric-indent-post-self-insert-function): Make it
13008 possible for a char to only indent in some circumstances.
13009 (electric-indent-mode): Simplify.
13010
54f9154c
MR
130112011-11-11 Martin Rudalics <rudalics@gmx.at>
13012
13013 * window.el (windows-with-parameter): Remove unused function.
13014 (windows-at-side): Rename to window-at-side-list.
13015 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
13016 (window-side-check, window-size-ignore, window-size-fixed-1)
13017 (window-in-direction-2): Prefix with "window--".
13018 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 13019
68cbc58b
GM
130202011-11-11 Glenn Morris <rgm@gnu.org>
13021
13022 * subr.el (eval-after-load): If FILE is already loaded,
13023 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
13024
b2621720
GM
130252011-11-10 Glenn Morris <rgm@gnu.org>
13026
9a4de110
GM
13027 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
13028 Call svn via vc-svn-command rather than vc-do-command.
13029 (vc-svn-command): Add --non-interactive. (Bug#9993)
13030 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
13031
b2621720
GM
13032 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13033 Add toggle-read-only. (Bug#7292)
13034 * files.el (toggle-read-only): Mention that it should only
13035 be used interactively. (Bug#10006)
13036
1dce7193
SM
130372011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
13038
d9ac1a1e
SM
13039 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13040 Adjust regexp for OCaml warnings.
13041
0c325082
SM
13042 * electric.el (electric-pair-post-self-insert-function): Let user
13043 turn it off buffer-locally (bug#9932).
13044
90132c14
SM
13045 * progmodes/python.el (python-beginning-of-statement):
13046 Rewrite (bug#2703).
13047
1dce7193
SM
13048 * progmodes/compile.el: Better handle TABs (bug#9749).
13049 (compilation-internal-error-properties)
13050 (compilation-next-error-function): Obey the target buffer's
13051 compilation-error-screen-columns.
13052
c4e7c63a
JB
130532011-11-09 Juanma Barranquero <lekktu@gmail.com>
13054
13055 * progmodes/meta-mode.el: Remove obsolete comments.
13056 (meta-right-comment-regexp, meta-ignore-comment-regexp):
13057 Fix typos in docstrings.
13058
2cffd681
MR
130592011-11-09 Martin Rudalics <rudalics@gmx.at>
13060
13061 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 13062 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
13063 (window--resizable): New function. Make all callers of
13064 window-resizable call window--resizable instead.
13065 (window-resizable): Rewrite in terms of window--resizable.
13066
0edcba87
GM
130672011-11-08 Glenn Morris <rgm@gnu.org>
13068
13069 * progmodes/delphi.el (delphi-mode-syntax-table):
13070 Let define-derived-mode define a proper syntax table. (Bug#9994)
13071
4b0d61e3
SM
130722011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
13073
13074 * window.el: Stay away from defsubst.
13075 (window-list-no-nils): Remove.
13076 (window-state-get-1, window-state-get): Use backquote instead.
13077
cd394be1 130782011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 13079
4b0d61e3 13080 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 13081 Fix incorrect use of default argument in `completing-read'.
13082
e1c2c6f2
MR
130832011-11-08 Martin Rudalics <rudalics@gmx.at>
13084
13085 * window.el (display-buffer-function, special-display-function):
13086 Mention display-buffer-record-window but do not mention
13087 help-setup parameter in doc-strings.
b3f4a882 13088 (window-min-delta): Fix doc-string typo.
e1c2c6f2 13089
105216ed
CY
130902011-11-08 Chong Yidong <cyd@gnu.org>
13091
13092 * window.el (window-total-height, window-total-width): Doc fix.
13093 (window-body-size): Move from C.
13094 (window-body-height, window-body-width): Move to C.
13095
0a9f9ab5
SM
130962011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
13097
13098 * window.el: Make special-display like display-buffer-alist (bug#9532).
13099 (display-buffer--special-action): New function, morphed
13100 from display-buffer--special.
13101 (display-buffer): Use it to handle special-display-buffers at higher
13102 priority (just after display-buffer-alist).
13103 (display-buffer-fallback-action, display-buffer--other-frame-action)
13104 (pop-to-buffer-same-window): Remove display-buffer--special.
13105
a769dd15
GM
131062011-11-07 Glenn Morris <rgm@gnu.org>
13107
13108 * calendar/cal-menu.el (cal-menu-set-date-title):
13109 Do nothing if not in a calendar. (Bug#9976)
13110
05a61ee3
SM
131112011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
13112
13113 * files.el (find-file): Always use selected-window.
13114
be7f5545
MR
131152011-11-07 Martin Rudalics <rudalics@gmx.at>
13116
13117 * window.el (window-combinations): Make WINDOW argument
13118 mandatory. Rewrite doc-string.
13119 (walk-window-subtree, window-atom-check, window-min-delta)
13120 (window-max-delta, window--resize-this-window)
13121 (window--resize-root-window-vertically, window-tree)
13122 (balance-windows, window-state-put): Rewrite doc-strings as to
13123 not mention the term "subwindow".
13124 (window--resize-subwindows-skip-p): Rename to
13125 window--resize-child-windows-skip-p.
13126 (window--resize-subwindows-normal): Rename to
13127 window--resize-child-windows-normal.
13128 (window--resize-subwindows): Rename to
13129 window--resize-child-windows.
13130 (window-or-subwindow-p): Rename to window--in-subtree-p.
13131
3c6702ef
ML
131322011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
13133
13134 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
13135 Ensure that mbox format messages end in two newlines (Bug#9974).
13136
49745b39
CY
131372011-11-06 Chong Yidong <cyd@gnu.org>
13138
13139 * window.el (window-combination-p): Function deleted; its
13140 side-effect is not used in any existing code.
13141 (window-combinations, window-combined-p): Call window-*-child
13142 directly.
13143
24300f5f
CY
131442011-11-05 Chong Yidong <cyd@gnu.org>
13145
13146 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
13147 (window-size-ignore, window-state-get): Callers changed.
13148 (window-normalize-window): Rename from window-normalize-any-window.
13149 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 13150 (window-normalize-live-window): Delete.
447f16b8
CY
13151 (window-combination-p, window-combined-p, window-combinations)
13152 (walk-window-subtree, window-atom-root, window-min-size)
13153 (window-sizable, window-sizable-p, window-size-fixed-p)
13154 (window-min-delta, window-max-delta, window-resizable)
13155 (window-resizable-p, window-full-height-p, window-full-width-p)
13156 (window-current-scroll-bars, window-point-1, set-window-point-1)
13157 (window-at-side-p, window-in-direction, window-resize)
13158 (adjust-window-trailing-edge, maximize-window, minimize-window)
13159 (window-deletable-p, delete-window, delete-other-windows)
13160 (record-window-buffer, unrecord-window-buffer)
13161 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
13162 (quit-window, split-window, window-state-put)
13163 (set-window-text-height, fit-window-to-buffer)
13164 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 13165
89bd5ee1
EZ
131662011-11-04 Eli Zaretskii <eliz@gnu.org>
13167
53479029
EZ
13168 * mail/rmail.el (rmail-simplified-subject): Decode subject with
13169 rfc2047-decode-string.
13170 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
13171 warnings.
13172
89bd5ee1
EZ
13173 * window.el (window-body-height, window-body-width): Mention in
13174 the doc string that the return values are in frame's canonical
13175 units. (Bug#9949)
13176
bd17fdee
AM
131772011-11-03 Alan Mackenzie <acm@muc.de>
13178
13179 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
13180 change in cc-engine.el.
13181
acc825c5
SM
131822011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
13183
13184 * window.el (switch-to-buffer): Use `force-same-window' interactively.
13185
1885e5b8
MR
131862011-11-02 Martin Rudalics <rudalics@gmx.at>
13187
13188 * window.el (quit-window): Call unrecord-window-buffer after
13189 showing another buffer in the window. (Bug#9937)
acc825c5 13190 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 13191
ebe06da9
JB
131922011-11-02 Juanma Barranquero <lekktu@gmail.com>
13193
13194 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
13195 Accept status with more than 9 shelves. (Bug#9935)
13196 Reported by Colin D Bennett <colin@gibibit.com>.
13197
4ee88440
MR
131982011-11-01 Martin Rudalics <rudalics@gmx.at>
13199
13200 * help.el (with-help-window): Don't reference
13201 temp-buffer-show-specifiers in doc-string.
13202
08e1d82c
AS
132032011-10-31 Andreas Schwab <schwab@linux-m68k.org>
13204
13205 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
13206 menu-item.
13207
84bd6e9e
VJL
132082011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13209
13210 * whitespace.el: New version 13.2.2.
13211 (whitespace-newline-mode): Disable properly. Reported by Sarah
13212 <EmacsWiki>.
13213
dba0634a
UJ
132142011-10-30 Ulf Jasper <ulf.jasper@web.de>
13215
13216 * net/newst-treeview.el: Remove "Time-stamp".
13217 (newsticker--group-manage-orphan-feeds): Do not call
13218 newsticker--treeview-tree-update.
db22a3c2
JB
13219 (newsticker-treeview-update, newsticker-treeview):
13220 Call newsticker--treeview-tree-update if necessary.
dba0634a 13221
3d8daefe
MR
132222011-10-30 Martin Rudalics <rudalics@gmx.at>
13223
13224 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
13225 (window-iso-combinations): Remove "iso-" infix.
13226 Suggested by Chong Yidong.
3d8daefe
MR
13227 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
13228 (window-max-delta-1, window-resize, window--resize-siblings)
13229 (window--resize-this-window, adjust-window-trailing-edge)
13230 (split-window, balance-windows-1)
13231 (shrink-window-if-larger-than-buffer):
13232 * calendar/calendar.el (calendar-generate-window):
db22a3c2 13233 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 13234
1bc4c3ae
SM
132352011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
13236
13237 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
13238 in place (bug#9907).
13239 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
13240 (eshell-rewrite-if-command, eshell-rewrite-for-command)
13241 (eshell-structure-basic-command, eshell-rewrite-while-command)
13242 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
13243 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
13244 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
13245 (eshell-do-pipelines-synchronously, eshell-eval-command):
13246 Use backquotes and prefer setq to set.
13247 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
13248 (eshell-macrop): Use functionp.
c1e2f5fa 13249 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 13250
30b65d9c
CY
132512011-10-30 Chong Yidong <cyd@gnu.org>
13252
13253 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
13254 instead of set-mark (Bug#9810).
13255
2d197ffb
CY
132562011-10-30 Chong Yidong <cyd@gnu.org>
13257
13258 * window.el (split-window-below, split-window-right): Rename from
13259 split-window-above-each-other and split-window-side-by-side
13260 respectively. All callers changed.
13261 (split-window-sensibly, split-window-sensibly): Use them.
13262 (split-window-keep-point): Doc fix.
13263
13264 * isearch.el: Add isearch-scroll property to split-window-below
13265 and split-window-right.
13266
13267 * follow.el (follow-mode):
13268 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
13269 * progmodes/ada-xref.el (ada-gdb-application):
13270 * emulation/vip.el (vip-buffer-in-two-windows):
13271 * image-dired.el (image-dired-dired-with-window-configuration):
13272 * dired-x.el (dired-do-find-marked-files):
13273 * dired.el (dired-pop-to-buffer):
13274 * bs.el (bs--show-with-configuration):
13275 * vc/emerge.el (emerge-setup-windows):
13276 * textmodes/two-column.el (2C-two-columns):
13277 * textmodes/reftex-toc.el (reftex-toc):
13278 * progmodes/gdb-mi.el (gdb-setup-windows):
13279 * progmodes/fortran.el (fortran-window-create):
13280 * net/newst-treeview.el (newsticker--treeview-window-init):
13281 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
13282 * emulation/tpu-edt.el (tpu-gold-map):
13283 * emulation/crisp.el (crisp-mode-map):
13284 * calendar/calendar.el (calendar-basic-setup): Callers changed.
13285
38bb2ca8
CY
132862011-10-29 Chong Yidong <cyd@gnu.org>
13287
aa4de341
CY
13288 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
13289
e1eb5385
CY
13290 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
13291
5d2ece3c
CY
13292 * textmodes/flyspell.el (flyspell-word): Fix char offset for
13293 forged Ispell output (Bug#7904).
13294
38bb2ca8
CY
13295 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
13296
d0af9f77
SM
132972011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13298
13299 * doc-view.el: Avoid ugly errors about not finding nil.
13300 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
13301 (doc-view-dvipdf-program, doc-view-unoconv-program)
13302 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
13303 Avoid nil or absolute file name as default value.
13304 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
13305
52bedd34
AM
133062011-10-28 Alan Mackenzie <acm@muc.de>
13307
db22a3c2 13308 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 13309
7e43cfa5
AM
133102011-10-28 Alan Mackenzie <acm@muc.de>
13311
13312 Amend the handling of c-beginning/end-of-defun in nested declaration
13313 scopes.
13314
52bedd34
AM
13315 * progmodes/cc-vars.el (c-defun-tactic): Move here from
13316 cc-langs.el. Change it to a defcustom.
7e43cfa5 13317
52bedd34
AM
13318 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
13319 cc-vars.el.
7e43cfa5 13320
d0af9f77
SM
13321 * progmodes/cc-engine.el (c-beginning-of-statement-1):
13322 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 13323
52bedd34 13324 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 13325 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
13326 (c-widen-to-enclosing-decl-scope): New function.
13327 (c-while-widening-to-decl-block): New macro.
13328 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
13329 outward for defun boundaries, and correspondingly change symbol
13330 `respect-enclosure' to `go-outward'.
13331 (c-declaration-limits): Change algorithm to report only the "innermost"
13332 defun's boundaries.
13333
1a2ce9ee
DD
133342011-10-28 Deniz Dogan <deniz@dogan.se>
13335
13336 * net/rcirc.el (rcirc-mode): Use hard newlines.
13337
bc97a826
AM
133382011-10-28 Alan Mackenzie <acm@muc.de>
13339
13340 Amend to indent and fontify macros "which include their own semicolon"
13341 correctly, using the "virtual semicolon" mechanism.
13342
52bedd34 13343 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 13344
d0af9f77 13345 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 13346 Recode to scan one line at a time rather than having \n and \r
58179cce 13347 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 13348 (c-forward-label): Amend for virtual semicolons.
58179cce 13349 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 13350
52bedd34
AM
13351 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
13352 of the new C macros.
bc97a826 13353
52bedd34 13354 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
13355 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
13356 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
13357 (c-opt-cpp-macro-define): Make into a full language variable.
13358 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
13359 AWK Mode (including \n, \r) removed, no longer needed.
13360
d0af9f77
SM
13361 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
13362 Invoke c-make-macro-with-semi-re.
bc97a826 13363
52bedd34
AM
13364 * progmodes/cc-vars.el (c-macro-with-semi-re):
13365 (c-macro-names-with-semicolon): New variables.
58179cce 13366 (c-make-macro-with-semi-re): New function.
bc97a826 13367
7a6c0941
SM
133682011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13369
13370 * vc/log-edit.el: Fill empty field rather than adding new one.
13371 (log-edit-add-field): New function.
13372 (log-edit-insert-changelog): Use it.
13373
b0c4cdcf
ML
133742011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
13375
13376 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
13377
ee1f1da9
SM
133782011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13379
13380 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
13381 (gdb--check-interpreter): New function.
13382 (gdb): Use it.
13383
51bc5f8b
GM
133842011-10-27 Glenn Morris <rgm@gnu.org>
13385
416a2c45
GM
13386 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
13387 (least-positive-float, least-negative-float)
13388 (least-positive-normalized-float, least-negative-normalized-float)
13389 (float-epsilon, float-negative-epsilon):
13390 Remove unnecessary declarations.
13391
13392 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
13393 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
13394 (least-positive-float, least-negative-float)
13395 (least-positive-normalized-float, least-negative-normalized-float)
13396 (float-epsilon, float-negative-epsilon): Add doc-strings,
13397 based on those in cl.texi.
13398
51bc5f8b
GM
13399 * files.el (set-visited-file-name): If the major-mode changed,
13400 reload the local variables. (Bug#9796)
13401
15de15c6
CY
134022011-10-27 Chong Yidong <cyd@gnu.org>
13403
13404 * subr.el (change-major-mode-after-body-hook): New hook.
13405 (run-mode-hooks): Run it.
13406
ee1f1da9
SM
13407 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13408 Use change-major-mode-before-body-hook.
15de15c6
CY
13409
13410 * simple.el (fundamental-mode):
13411 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
13412 change introducing fundamental-mode-hook.
13413
5430d399
JB
134142011-10-26 Juanma Barranquero <lekktu@gmail.com>
13415
acc825c5 13416 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 13417
ad74a69e
MA
134182011-10-26 Michael Albinus <michael.albinus@gmx.de>
13419
13420 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 13421 tramp.el explicitly. (Bug#7583)
ad74a69e 13422
71d4c2a5
SM
134232011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
13424
13425 * progmodes/octave-mod.el:
13426 * progmodes/octave-inf.el: Update maintainer.
13427
b1f6fa26
CY
134282011-10-26 Chong Yidong <cyd@gnu.org>
13429
13430 * subr.el (with-wrapper-hook): Rewrite doc.
13431
3f04efd6
MA
134322011-10-25 Michael Albinus <michael.albinus@gmx.de>
13433
13434 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 13435 filenames "/method:foo:". (Bug#9793)
3f04efd6 13436
410488d3
SM
134372011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
13438
13439 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
13440 (bug#9865).
13441
c1ebb47e
GM
134422011-10-24 Glenn Morris <rgm@gnu.org>
13443
13444 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
13445
7f5c46c7
MA
134462011-10-24 Michael Albinus <michael.albinus@gmx.de>
13447
13448 * notifications.el: Add the requirement of a running D-Bus session
13449 bus to the Commentary.
13450
db2440b6
JL
134512011-10-24 Juri Linkov <juri@jurta.org>
13452
13453 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
13454 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
13455 (Bug#9364)
13456
feecf435
JL
134572011-10-24 Juri Linkov <juri@jurta.org>
13458
13459 * info.el (Info-following-node-name-re): Add newline to the list
13460 of allowed characters for leading space. (Bug#9824)
13461
a3839de2
SM
134622011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
13463
acc825c5
SM
13464 * progmodes/octave-inf.el (inferior-octave-mode-map):
13465 Fix C-c C-h binding.
a3839de2
SM
13466 * progmodes/octave-mod.el (octave-help): Remove.
13467
09388e76
MA
134682011-10-23 Michael Albinus <michael.albinus@gmx.de>
13469
13470 Sync with Tramp 2.2.3.
13471
13472 * net/tramp-cache.el (top): Pacify byte-compiler using
13473 `init-file-user' and `site-run-file'.
13474
13475 * net/trampver.el: Update release number.
13476
86c60681
CY
134772011-10-23 Chong Yidong <cyd@gnu.org>
13478
13479 * files.el (toggle-read-only): Remove obsolete comment about
13480 version control.
13481
13482 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
13483 for toggle-read-only. Note that this hasn't called vc-next-action
13484 since 2008-05-02, though it wasn't documented at the time.
13485
a3839de2
SM
13486 * vc/ediff-init.el (ediff-toggle-read-only-function):
13487 Use toggle-read-only.
86c60681 13488
cd5495ff
AM
134892011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
13490
13491 Fix bug #9560, sporadic wrong indentation; improve instrumentation
13492 of c-parse-state.
13493
00b77525 13494 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 13495 correct faulty logical expression.
cd5495ff
AM
13496 (c-parse-state-state, c-record-parse-state-state):
13497 (c-replay-parse-state-state): New defvar/defuns.
13498 (c-debug-parse-state): Use new functions.
13499
42ee24ed
MR
135002011-10-22 Martin Rudalics <rudalics@gmx.at>
13501
13502 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 13503 last fix. Use window-in-direction correctly.
42ee24ed 13504
a7dee7e7
CY
135052011-10-21 Chong Yidong <cyd@gnu.org>
13506
13507 * progmodes/idlwave.el (idlwave-mode):
13508 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
13509 require-final-newline; that's done in prog-mode.
13510 Suggested by Stefan Monnier.
a7dee7e7 13511
e07b9a6d
MR
135122011-10-21 Martin Rudalics <rudalics@gmx.at>
13513
13514 * mouse.el (mouse-drag-window-above)
13515 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
13516 (mouse-drag-mode-line-1, mouse-drag-header-line)
13517 (mouse-drag-vertical-line-rightward-window): Remove.
13518 (mouse-drag-line): New function.
13519 (mouse-drag-mode-line, mouse-drag-header-line)
13520 (mouse-drag-vertical-line): Call mouse-drag-line.
13521 * window.el (window-at-side-p, windows-at-side): New functions.
13522
7e1361d9
UM
135232011-10-21 Ulrich Mueller <ulm@gentoo.org>
13524
13525 * tar-mode.el (tar-grind-file-mode):
13526 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
13527
30fcaf3a
CY
135282011-10-21 Chong Yidong <cyd@gnu.org>
13529
13530 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
13531 * progmodes/vera-mode.el (vera-mode):
13532 Use mode-require-final-newline.
30fcaf3a 13533
516eddb0
GM
135342011-10-20 Glenn Morris <rgm@gnu.org>
13535
db22a3c2 13536 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 13537
10d5f513
CS
135382011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
13539
13540 * emulation/cua-base.el (cua-set-mark): Fix case of string.
13541
ac6c8639
CY
135422011-10-20 Chong Yidong <cyd@gnu.org>
13543
13544 * emulation/cua-base.el (cua-mode):
13545 * mail/footnote.el (footnote-mode):
13546 * mail/mailabbrev.el (mail-abbrevs-mode):
13547 * net/xesam.el (xesam-minor-mode):
13548 * progmodes/bug-reference.el (bug-reference-mode):
13549 * progmodes/cap-words.el (capitalized-words-mode):
13550 * progmodes/compile.el (compilation-minor-mode)
13551 (compilation-shell-minor-mode):
13552 * progmodes/gud.el (gud-tooltip-mode):
13553 * progmodes/hideif.el (hide-ifdef-mode):
13554 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
13555 * progmodes/subword.el (subword-mode):
13556 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
13557 * progmodes/which-func.el (which-function-mode):
13558 * term/tvi970.el (tvi970-set-keypad-mode):
13559 * term/vt100.el (vt100-wide-mode):
13560 * textmodes/flyspell.el (flyspell-mode):
13561 * textmodes/ispell.el (ispell-minor-mode):
13562 * textmodes/nroff-mode.el (nroff-electric-mode):
13563 * textmodes/paragraphs.el (use-hard-newlines):
13564 * textmodes/refill.el (refill-mode):
13565 * textmodes/reftex.el (reftex-mode):
13566 * textmodes/rst.el (rst-minor-mode):
13567 * textmodes/sgml-mode.el (html-autoview-mode)
13568 (sgml-electric-tag-pair-mode):
13569 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
13570 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
13571 * emulation/crisp.el (crisp-mode):
13572 * emacs-lisp/eldoc.el (eldoc-mode):
13573 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
13574 minor mode behavior.
13575
aa42ab43
JL
135762011-10-19 Juri Linkov <juri@jurta.org>
13577
13578 * descr-text.el (describe-char): Add #x2010 and #x2011 to
13579 the list of hard-coded chars with escape-glyph face.
13580
89400f1d
SM
135812011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
13582
13583 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
13584
305c07f6
MA
135852011-10-19 Michael Albinus <michael.albinus@gmx.de>
13586
13587 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
13588 running process.
13589
13754b54
GM
135902011-10-19 Glenn Morris <rgm@gnu.org>
13591
13592 * vc/vc-bzr.el (vc-bzr-after-dir-status):
13593 Ignore ignored files. (Bug#9726)
13594
06e21633
CY
135952011-10-19 Chong Yidong <cyd@gnu.org>
13596
13597 Doc fix for minor modes, stating that an omitted argument enables
13598 the mode unconditionally when called from Lisp.
13599
13600 * abbrev.el (abbrev-mode):
13601 * allout.el (allout-mode):
13602 * autoinsert.el (auto-insert-mode):
13603 * autoarg.el (autoarg-mode, autoarg-kp-mode):
13604 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
13605 (global-auto-revert-mode):
13606 * battery.el (display-battery-mode):
13607 * composite.el (global-auto-composition-mode)
13608 (auto-composition-mode):
13609 * delsel.el (delete-selection-mode):
13610 * desktop.el (desktop-save-mode):
13611 * dired-x.el (dired-omit-mode):
13612 * dirtrack.el (dirtrack-mode):
13613 * doc-view.el (doc-view-minor-mode):
13614 * double.el (double-mode):
13615 * electric.el (electric-indent-mode, electric-pair-mode):
13616 * emacs-lock.el (emacs-lock-mode):
13617 * epa-hook.el (auto-encryption-mode):
13618 * follow.el (follow-mode):
13619 * font-core.el (font-lock-mode):
13620 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
13621 * help.el (temp-buffer-resize-mode):
13622 * hilit-chg.el (highlight-changes-mode)
13623 (highlight-changes-visible-mode):
13624 * hi-lock.el (hi-lock-mode):
13625 * hl-line.el (hl-line-mode, global-hl-line-mode):
13626 * icomplete.el (icomplete-mode):
13627 * ido.el (ido-everywhere):
13628 * image-file.el (auto-image-file-mode):
13629 * image-mode.el (image-minor-mode):
13630 * iswitchb.el (iswitchb-mode):
13631 * jka-cmpr-hook.el (auto-compression-mode):
13632 * linum.el (linum-mode):
13633 * longlines.el (longlines-mode):
13634 * master.el (master-mode):
13635 * mb-depth.el (minibuffer-depth-indicate-mode):
13636 * menu-bar.el (menu-bar-mode):
13637 * minibuf-eldef.el (minibuffer-electric-default-mode):
13638 * mouse-sel.el (mouse-sel-mode):
13639 * msb.el (msb-mode):
13640 * mwheel.el (mouse-wheel-mode):
13641 * outline.el (outline-minor-mode):
13642 * paren.el (show-paren-mode):
13643 * recentf.el (recentf-mode):
13644 * reveal.el (reveal-mode, global-reveal-mode):
13645 * rfn-eshadow.el (file-name-shadow-mode):
13646 * ruler-mode.el (ruler-mode):
13647 * savehist.el (savehist-mode):
13648 * scroll-all.el (scroll-all-mode):
13649 * scroll-bar.el (scroll-bar-mode):
13650 * server.el (server-mode):
13651 * shell.el (shell-dirtrack-mode):
13652 * simple.el (auto-fill-mode, transient-mark-mode)
13653 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
13654 (line-number-mode, column-number-mode, size-indication-mode)
13655 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
13656 * strokes.el (strokes-mode):
13657 * time.el (display-time-mode):
13658 * t-mouse.el (gpm-mouse-mode):
13659 * tool-bar.el (tool-bar-mode):
13660 * tooltip.el (tooltip-mode):
13661 * type-break.el (type-break-mode-line-message-mode)
13662 (type-break-query-mode):
13663 * view.el (view-mode):
13664 * whitespace.el (whitespace-mode, whitespace-newline-mode)
13665 (global-whitespace-mode, global-whitespace-newline-mode):
13666 * xt-mouse.el (xterm-mouse-mode): Doc fix.
13667
a3839de2
SM
13668 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13669 Fix autogenerated docstring.
06e21633 13670
5214e501
JL
136712011-10-19 Juri Linkov <juri@jurta.org>
13672
13673 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
13674 by checking environment variables "DESKTOP_SESSION" and
13675 "XDG_CURRENT_DESKTOP". (Bug#9779)
13676
195f8db9
JL
136772011-10-19 Juri Linkov <juri@jurta.org>
13678
13679 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
13680 (browse-url-chromium-program, browse-url-chromium-arguments):
13681 New defcustoms.
13682 (browse-url-default-browser): Check for `browse-url-chromium' and
13683 call `browse-url-chromium-program'.
13684 (browse-url-chromium): New command. (Bug#9779)
13685
343a34ff
JB
136862011-10-18 Juanma Barranquero <lekktu@gmail.com>
13687
13688 * facemenu.el (list-colors-duplicates): On Windows, detect more
13689 duplicates by assuming that only colors matching "^System" are
13690 special "system colors". (Bug#9722)
13691
6978a151
SM
136922011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
13693
13694 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
13695 to distinguish the author from the committer.
13696
6a80b297
MA
136972011-10-18 Michael Albinus <michael.albinus@gmx.de>
13698
13699 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
13700
b31a5677
JK
137012011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
13702
13703 * international/mule.el (sgml-html-meta-auto-coding-function):
13704 Add support for detecting encoding in HTML5 specified only as
13705 <meta charset="UTF-8">. Implementation just makes http-equiv and
13706 content-type parts from HTML4 encoding string optional. (Bug#9716)
13707
80c6d77f
GM
137082011-10-18 Glenn Morris <rgm@gnu.org>
13709
13710 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
13711
08b0fee8
CY
137122011-10-18 Chong Yidong <cyd@gnu.org>
13713
13714 * faces.el (cursor): Doc fix.
13715
67e729a5
CY
137162011-10-17 Chong Yidong <cyd@gnu.org>
13717
13718 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
13719
343a34ff 137202011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
13721
13722 * dirtrack.el (dirtrack): Support shell buffers with path
13723 prefixes, e.g. tramp-based remote shells. (Bug#9647)
13724
0bc06380
TZ
137252011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
13726
13727 * json.el: Bump version to 1.3 and note change in History.
13728 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
13729
8b79f3e0
SM
137302011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
13731
5a7c536b
SM
13732 * comint.el (comint-insert-input, comint-send-input)
13733 (comint-get-old-input-default, comint-backward-matching-input)
13734 (comint-next-prompt): Use nil instead of `input' for field property of
13735 past user input (bug#114).
13736
96a8a0df
SM
13737 * minibuffer.el (completion--replace): Inherit surrounding properties
13738 (bug#114).
13739 (minibuffer-complete-and-exit): Use it.
13740
8b79f3e0
SM
13741 * comint.el (comint--table-subvert): Quote the all-completions output
13742 (bug#9160).
13743
b8f7ff0d
MR
137442011-10-17 Martin Rudalics <rudalics@gmx.at>
13745
8b79f3e0 13746 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 13747
b8f7ff0d 13748 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 13749 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
13750 entries and separate them from frame entries.
13751
c235b555
GM
137522011-10-15 Glenn Morris <rgm@gnu.org>
13753
13754 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
13755 Doc fixes.
13756
6bbfa6e1
CY
137572011-10-15 Chong Yidong <cyd@stupidchicken.com>
13758
8b79f3e0
SM
13759 * net/network-stream.el (network-stream-open-starttls):
13760 Improve detection of failure due to lack of TLS support.
ec5c990d 13761
6bbfa6e1
CY
13762 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
13763 putting the input text in front and in bold.
13764
98488977
SM
137652011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
13766
3d1337be
SM
13767 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
13768
ee0b45e4
SM
13769 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
13770 empty buffer.
13771
98488977
SM
13772 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
13773 unread-command-events rather than pushing yet-another event.
13774
186f4720
EZ
137752011-10-14 Eli Zaretskii <eliz@gnu.org>
13776
13777 * mail/sendmail.el (sendmail-query-once): Improve the wording of
13778 the explanation of the possible choices. Make the options passed
13779 to completing-read shorter.
13780
8b7a997c
AM
137812011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13782
13783 * textmodes/flyspell.el (flyspell-large-region): Make sure
13784 extended character mode is used if defined (Bug#1339).
13785
12587bbb
EZ
137862011-10-13 Eli Zaretskii <eliz@gnu.org>
13787
13788 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
13789 character info for LRE, LRO, RLE, and RLO characters by appending
13790 an invisible PDF.
12587bbb 13791
bad41229
SM
137922011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
13793
13794 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
13795 even in case of error; add debug spec; simplify data flow.
13796 (with-timeout-handler): Remove.
13797
28dbc92f
MA
137982011-10-12 Michael Albinus <michael.albinus@gmx.de>
13799
13800 Fix Bug#6019, Bug#9315.
13801
13802 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
13803 complete `buffer-file-name', the local file name part could look
13804 remotely (for example on VMS).
13805
13806 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
13807 `tramp-run-real-handler'.
13808 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
13809 already quoted by '"'.
13810
13811 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
13812 Let `file-name-handler-alist' be nil, the local file name part
13813 could look remotely (for example on VMS).
13814
e1b0b23a
SM
138152011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13816
13817 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
13818 from here...
13819 (flyspell-post-command-hook): ...to here.
13820
a120bde9
SM
138212011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13822
13823 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
13824 if not needed.
13825 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
13826 using completion. Protect against "slow" callers.
13827 Remove the "message hack".
13828
7ce7717b
JL
138292011-10-11 Juri Linkov <juri@jurta.org>
13830
13831 * isearch.el (isearch-lazy-highlight-word): New variable.
13832 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
13833 Use it. (Bug#9727)
13834
c02ee9d6
GM
138352011-10-11 Glenn Morris <rgm@gnu.org>
13836
13837 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
13838 like f90-previous-statement does.
13839
93e616fd 138402011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13841
1f190e73 13842 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
13843 only in interactive use, to avoid error.
13844
af7b6078
SM
138452011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13846
13847 * minibuffer.el (completion-file-name-table): Fix last change,
13848 i.e. ignore normal errors but not the other ones.
13849
0563dae9
MR
138502011-10-10 Martin Rudalics <rudalics@gmx.at>
13851
13852 * window.el (special-display-buffer-names)
13853 (special-display-regexps): Remove some remnants of earlier
13854 changes from doc-strings.
366ca7f3
MR
13855 (quit-windows-on): New function.
13856
13857 * vc/vc.el (vc-revert, vc-rollback):
13858 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
13859 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 13860 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 13861
49677495
MR
138622011-10-09 Martin Rudalics <rudalics@gmx.at>
13863
13864 * window.el (frame-auto-hide-function): Add version tag.
13865 (Bug#9699)
13866
56f2d1e1
MA
138672011-10-09 Michael Albinus <michael.albinus@gmx.de>
13868
13869 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
13870 condition.
13871
112a6592
LL
138722011-10-09 Leo Liu <sdl.web@gmail.com>
13873
13874 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
13875 (Bug#9701)
13876
0812589b
GM
138772011-10-08 Glenn Morris <rgm@gnu.org>
13878
13879 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
13880 before the first code statement zero indent. (Bug#9690)
13881
b2b0776e
CY
138822011-10-08 Chong Yidong <cyd@stupidchicken.com>
13883
13884 * simple.el (count-words-region): Always count in the region.
13885 Report the number of lines and characters too.
13886 (count-words): New command, which counts in the buffer if the
13887 region is inactive, as count-words-region used to.
13888 (count-words--message): New function. Handle plurals.
13889 (count-lines-region): Make it an alias for count-words-region.
13890
13891 * bindings.el (esc-map): Replace count-lines-region with
13892 count-words-region.
13893
c557cd6b
MR
138942011-10-08 Martin Rudalics <rudalics@gmx.at>
13895
13896 * window.el (window--delete): Delete dedicated frame
13897 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 13898 (switch-to-buffer): Fix doc-string typo.
c557cd6b 13899
61a57ef4 139002011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13901
3a7d293b 13902 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 13903
c3833279
CY
139042011-10-07 Chong Yidong <cyd@stupidchicken.com>
13905
13906 * bindings.el ([M-left],[M-right]): Bind to left-word and
13907 right-word respectively.
13908
21ce8245
GM
139092011-10-07 Glenn Morris <rgm@gnu.org>
13910
13911 * cus-start.el (debug-on-quit): Fix custom type.
13912
6d823bb2
LMI
139132011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
13914
0181e193
LMI
13915 * subr.el (define-key-after): Clarify that the function is not
13916 useful for non-menu keymaps.
13917
6d823bb2
LMI
13918 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
13919
8e3459ce 139202011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13921
21ce8245 13922 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 13923 in current minibuffer (Fix bug with recursive minibuffers).
13924
a1c2d21e
CY
139252011-10-06 Chong Yidong <cyd@stupidchicken.com>
13926
13927 * progmodes/gdb-mi.el (gdb): Doc fix.
13928
5a4cf282
MR
139292011-10-05 Martin Rudalics <rudalics@gmx.at>
13930
13931 * window.el (frame-auto-hide-function): New option replacing
13932 frame-auto-delete. Suggested by Stefan Monnier.
13933 (window--delete): Call frame-auto-hide-function instead of
13934 investigating frame-auto-delete.
c96111ea
MR
13935 (window-point-1, set-window-point-1): New functions.
13936 (window-in-direction, record-window-buffer, window-state-get-1)
13937 (display-buffer-record-window): Use window-point-1 instead of
13938 window-point.
13939 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 13940
9854542e
SM
139412011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13942
13943 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
13944
8943cfb0
GM
139452011-10-05 Glenn Morris <rgm@gnu.org>
13946
13947 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
13948 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
13949
647ab967
LL
139502011-10-05 Leo Liu <sdl.web@gmail.com>
13951
13952 * subr.el (read-char-choice): Fix argument to buffer-live-p which
13953 works with buffer object.
13954
3ddfbced
SM
139552011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13956
13957 * mpc.el (mpc-tool-bar-map): Add labels.
13958
bdfa5dd2
GM
139592011-10-04 Glenn Morris <rgm@gnu.org>
13960
13961 * calendar/holidays.el (calendar-check-holidays): Doc fix.
13962
0e2070b5
MR
139632011-10-04 Martin Rudalics <rudalics@gmx.at>
13964
13965 * window.el (window--delete): New function.
13966 (frame-auto-delete): Resuscitate option.
13967 (bury-buffer, replace-buffer-in-windows)
13968 (quit-window): Rewrite using window--delete.
13969 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
13970 Pass display-buffer-mark-dedicated to window--display-buffer-2
13971 (Bug#9639).
13972
3dc61a09
SM
139732011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13974
915a9b64
SM
13975 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
13976 returns a list (bug#9554). Add remote file name completion.
13977 * comint.el (comint--table-subvert): Curry and get quote&unquote
13978 functions as arguments.
13979 (comint--complete-file-name-data): Adjust call accordingly.
13980 * pcomplete.el (pcomplete--table-subvert): Remove.
13981 (pcomplete-completions-at-point): Use comint--table-subvert instead.
13982
3dc61a09
SM
13983 * minibuffer.el (completion-table-case-fold): Use currying.
13984 (completion--styles-type, completion--cycling-threshold-type):
13985 New constants.
13986 (completion-styles, completion-category-overrides)
13987 (completion-cycle-threshold): Use them.
13988 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
13989 completion-table-case-fold.
13990
8ea0a993
SB
139912011-10-03 Stephen Berman <stephen.berman@gmx.net>
13992
13993 * minibuffer.el (completion-category-overrides): Fix type of styles
13994 and add more user friendly tags (bug#9660).
13995
8c24b7f6
SM
139962011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13997
13998 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
13999 (mule-input-method-string): New widget.
14000 (default-input-method, language-info-custom-alist): Use it.
14001
428fe61a
SM
140022011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
14003
32c1fffd
SM
14004 * pcomplete.el: Require comint.
14005 (pcomplete--common-suffix): Remove.
14006 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
14007 (pcomplete--table-subvert): Sync with comint--table-subvert.
14008 (pcomplete--entries): Use comint-completion-file-name-table.
14009 * comint.el (comint-unquote-filename): Simplify.
14010 (comint-completion-file-name-table): New function (bug#9616).
14011 (comint--complete-file-name-data): Use it.
14012
428fe61a
SM
14013 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
14014 (pcmpl-gnu-tar-buffer): Remove.
14015 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
14016 around. Make sure pcomplete-suffix-list is only changed temporarily.
14017 Don't look inside the tar's file if it's too large.
428fe61a 14018
04c52e2f
CY
140192011-10-01 Chong Yidong <cyd@stupidchicken.com>
14020
ce3cefcc
CY
14021 * cus-edit.el (custom-mode-map):
14022 * epa.el (epa-key-list-mode-map):
14023 * man.el (Man-mode-map):
14024 * startup.el (splash-screen-keymap):
14025 * simple.el (special-mode-map): Use scroll-up-command and
14026 scroll-down-command.
14027
14028 * progmodes/idlw-help.el (idlwave-help-mode-map):
14029 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
14030 * net/newst-plainview.el (newsticker-mode-map):
14031 * emulation/ws-mode.el (wordstar-mode-map):
14032 * emulation/vi.el (vi-com-map):
14033 * calc/calc-graph.el (calc-graph-show-dumb):
14034 * term/sun.el (terminal-init-sun):
14035 * term/ns-win.el (global-map):
14036 * progmodes/grep.el (grep-mode-map):
14037 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
14038 * mail/rmail.el (rmail-mode-map):
14039 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
14040
04c52e2f
CY
14041 * custom.el (custom-safe-themes, load-theme): Treat value of t for
14042 custom-safe-themes as special.
14043
79adf8c8
JD
140442011-10-01 Julien Danjou <julien@danjou.info>
14045
14046 * notifications.el (notifications-notify): Fix docstring.
14047
63bd50d3
PS
140482011-10-01 Per Starbäck <per@starback.se>
14049
14050 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
14051
199e4c7e
MR
140522011-09-30 Martin Rudalics <rudalics@gmx.at>
14053
14054 * startup.el (command-line-1): Fix last fix by inserting
14055 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 14056 (Bug#9605) and (Bug#9636)
199e4c7e 14057
fe5f08dd
EZ
140582011-09-29 Eli Zaretskii <eliz@gnu.org>
14059
14060 * simple.el (line-move): If auto-hscroll-mode is disabled and the
14061 window is hscrolled, move by logical lines. (Bug#9607)
14062 (line-move-visual): Update the doc string to the above effect.
14063
b5516bbd
MR
140642011-09-29 Martin Rudalics <rudalics@gmx.at>
14065
ccee00c0
MR
14066 * window.el (display-buffer-record-window): When WINDOW is the
14067 selected window use `point' instead of `window-point'. (Bug#9626)
14068
b5516bbd
MR
14069 * startup.el (command-line-1): Use insert-before-markers when
14070 inserting initial-scratch-message. (Bug#9605)
ccee00c0 14071
b5516bbd
MR
14072 * help.el (help-window): Remove variable.
14073
52aa0014
GM
140742011-09-29 Glenn Morris <rgm@gnu.org>
14075
14076 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
14077
df9a7357
JB
140782011-09-29 Juanma Barranquero <lekktu@gmail.com>
14079
14080 * descr-text.el (describe-char-categories): Accept category
14081 descriptions more than one line long.
14082
a8406c20
SM
140832011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
14084
88d9610c
SM
14085 * simple.el (delete-trailing-whitespace): Fix last change.
14086
a5daf810
SM
14087 * progmodes/perl-mode.el (perl-syntax-propertize-function):
14088 Don't confuse "y => 3" as the beginning of a `y' operation.
14089
a8406c20
SM
14090 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
14091 object has more than 4 slots (bug#9613).
14092
a239d4e9
JB
140932011-09-28 Juanma Barranquero <lekktu@gmail.com>
14094
14095 * subr.el (with-output-to-temp-buffer):
14096 * net/quickurl.el (quickurl, quickurl-browse-url):
14097 Fix typos in docstrings.
14098
693fbdb6
EZ
140992011-09-27 Eli Zaretskii <eliz@gnu.org>
14100
14101 * minibuffer.el (completion-styles)
14102 (completion-category-overrides): Cross reference each other in doc
14103 strings.
14104
8b457e28
GM
141052011-09-27 Glenn Morris <rgm@gnu.org>
14106
14107 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
14108 to split-string. (Bug#9606)
14109
85a16208
LMI
141102011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
14111
14112 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
14113 (bug#9615).
14114
502f9ebd
CY
141152011-09-27 Chong Yidong <cyd@stupidchicken.com>
14116
14117 * emacs-lisp/package.el (list-packages): Fix echo area message.
14118
7690bdea
LL
141192011-09-27 Leo Liu <sdl.web@gmail.com>
14120
14121 * ido.el (ido-read-internal): Accept cons cell HIST arg.
14122
e2ee6f30
MA
141232011-09-25 Michael Albinus <michael.albinus@gmx.de>
14124
14125 * net/dbus.el (dbus-unregister-object): Don't release services for
14126 registered signals. (Bug#9581)
14127
f3f98342
TZ
141282011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
14129
14130 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
14131 function that picks between cfengine 2 and 3 support
14132 automatically. Update docs accordingly.
14133
dd7aa8dd
KH
141342011-09-22 Kenichi Handa <handa@m17n.org>
14135
14136 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
14137 ZERO.
14138 (indian-itrans-v5-table-for-tamil): New variable.
14139 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
14140
3f2b07f8
KM
141412011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
14142
14143 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
14144 that's true if the current command involved collapsing of text.
14145 It's reset to false at the beginning of the next command.
14146 (allout-post-command-business): Move the cursor to the beginning
14147 of entry if the cursor is hidden and collapsing activity just
14148 happened.
14149
371d6a61
CY
141502011-09-24 Chong Yidong <cyd@stupidchicken.com>
14151
14152 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
14153 tracking (Bug#9541).
14154
2ac2721a
UJ
141552011-09-24 Ulf Jasper <ulf.jasper@web.de>
14156
14157 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
14158 (newsticker-show-news): Automatically load html rendering package
14159 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
14160 because w3m-fill-column is let-bound" and the error "Symbol's value
14161 as variable is void: w3m-fill-column".
2ac2721a 14162
fac7ae53
MA
141632011-09-24 Michael Albinus <michael.albinus@gmx.de>
14164
14165 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
14166 Release services only if they are defined. (Bug#9581)
14167
e08b633b
RS
141682011-09-23 Richard Stallman <rms@gnu.org>
14169
e488d29c
RS
14170 * textmodes/paragraphs.el (forward-sentence): For backwards case,
14171 distinguish start of paragraph from start of its text.
14172
19c38752
RS
14173 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
14174
e08b633b
RS
14175 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
14176 (rmail-generate-viewer-buffer): Put that hook on view buffer.
14177 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
14178
0a39f27e
AS
141792011-09-23 Andreas Schwab <schwab@linux-m68k.org>
14180
14181 * international/mule-diag.el (mule-diag): Insert a newline after
14182 each fontset description.
14183
db4e950d
SM
141842011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
14185
14186 * simple.el (delete-trailing-whitespace):
14187 Document last change; simplify.
14188
eca3f3ea
PW
141892011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
14190
d68e189a
PW
14191 * simple.el (delete-trailing-whitespace): Also delete
14192 extra newlines at the end of the buffer.
14193
eca3f3ea
PW
14194 * textmodes/picture.el: Make motion commands obey shift-select-mode.
14195 (picture-newline): Use forward-line so as to ignore fields.
14196
01c157cc
SM
141972011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
14198
14199 * subr.el (with-wrapper-hook): Fix edebug spec.
14200
022de23e
LMI
142012011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
14202
14203 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
14204 (bug#4538).
14205
91683089
MA
142062011-09-23 Michael Albinus <michael.albinus@gmx.de>
14207
eca3f3ea
PW
14208 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
14209 Fix nasty bug using wrong cached values.
91683089 14210
5bdd6fa4
AM
142112011-09-23 Alan Mackenzie <acm@muc.de>
14212
14213 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
14214
97adfb97
CY
142152011-09-23 Chong Yidong <cyd@stupidchicken.com>
14216
14217 * window.el (pop-to-buffer): Ensure right window is selected if we
14218 chose another frame.
14219
d4ef2b50
EZ
142202011-09-22 Eli Zaretskii <eliz@gnu.org>
14221
14222 * simple.el (what-cursor-position): Use get-char-property-change
14223 and next-single-char-property-change, to be able to show display
14224 properties that come from overlays as well as text properties.
14225
72258fe5
CY
142262011-09-22 Chong Yidong <cyd@stupidchicken.com>
14227
14228 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
14229
14230 * cmuscheme.el (run-scheme, switch-to-scheme):
14231 * cus-edit.el (customize-group, custom-buffer-create)
14232 (customize-browse):
14233 * info.el (info):
14234 * shell.el (shell):
14235 * mail/sendmail.el (mail):
14236 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
14237
8f098516
RS
142382011-09-22 Richard Stallman <rms@gnu.org>
14239
14240 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
14241 move back only to line beg, don't move back over blank lines.
14242
e74f1bb6
MA
142432011-09-22 Michael Albinus <michael.albinus@gmx.de>
14244
14245 * files.el (copy-directory): Set directory attributes only in case
14246 they could be retrieved from the source directory. (Bug#9565)
14247
bfeef8b6
DK
142482011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
14249
14250 * progmodes/hideshow.el (hs-looking-at-block-start-p)
14251 (hs-find-block-beginning, hs-hide-level-recursive):
14252 Ignore strings as well as comments. (Bug#9502)
14253
7e423bb8
AS
142542011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
14255
14256 * progmodes/sql.el (sql-comint-postgres):
14257 Convert port number to a string. (Bug#9566)
14258
b4d72fcf
MR
142592011-09-22 Martin Rudalics <rudalics@gmx.at>
14260
14261 * window.el (quit-window): Undedicate window when switching to
14262 previous buffer. Reported by Thierry Volpiatto
14263 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
14264 (special-display-popup-frame): When popping up a new frame reset
14265 its previous buffers to nil. Simplify code.
b4d72fcf 14266
a7b88dc6
MA
142672011-09-21 Michael Albinus <michael.albinus@gmx.de>
14268
14269 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
14270 and process filter, as done also in `shell-command'.
14271
cf4eacfd
MR
142722011-09-21 Martin Rudalics <rudalics@gmx.at>
14273
eca3f3ea 14274 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
14275 Call set-window-start with NOFORCE argument t.
14276 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
14277 (quit-window): Reword doc-string. Handle new format of
14278 quit-restore parameter. Don't delete window if it has a
14279 previous buffer we can show instead of the present one.
14280 (display-buffer-record-window): Rewrite using a new format for
14281 the quit-restore window parameter
14282 (special-display-popup-frame, display-buffer-same-window)
14283 (display-buffer-reuse-window, display-buffer-pop-up-frame)
14284 (display-buffer-pop-up-window, display-buffer-use-some-window):
14285 Adapt symbol passed to display-buffer-record-window.
14286 * help.el (help-window-setup): Handle new format of quit-restore
14287 parameter.
14288
8d28cb95
SM
142892011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
14290
94ab793f
SM
14291 * faces.el (face-list): Fix docstring (bug#9564).
14292
8d28cb95
SM
14293 * window.el (display-buffer--action-function-custom-type):
14294 Don't include internal functions in the Custom interface.
14295
3820edeb
JL
142962011-09-20 Juri Linkov <juri@jurta.org>
14297
14298 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
14299 (Info-forward-node, Info-backward-node, Info-next-preorder)
14300 (Info-last-preorder): Use it. (Bug#9528)
14301
5147931d
JL
143022011-09-20 Juri Linkov <juri@jurta.org>
14303
14304 * info.el (Info-last-preorder): Visit last menu item only when
14305 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
14306
cf499a1a
JD
143072011-09-20 Julien Danjou <julien@danjou.info>
14308
14309 * password-cache.el (password-cache-remove): Remove entries even if the
14310 value is nil, so that password with a nil value (negative caching) is
14311 possible to invalidate.
14312
f84e2fe2
LM
143132011-09-20 Lawrence Mitchell <wence@gmx.li>
14314
14315 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
14316 all whitespace around breakpoint. (Bug#9553)
14317 (f90-find-breakpoint): Only break at whitespace inside a comment.
14318
78054a46
SM
143192011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
14320
14321 * minibuffer.el (completion-file-name-table): Keep track of errors.
14322 (completion-table-with-predicate): Handle the case where pred1 is nil.
14323 * pcomplete.el (pcomplete-completions-at-point): Simplify.
14324
345083b2
SM
143252011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14326
e24e27be
SM
14327 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
14328 (debugger-return-value): Signal an error if the debugging context does
14329 not await any return value.
14330
345083b2
SM
14331 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
14332 * image-mode.el (image-toggle-display-text)
14333 (image-toggle-display-image): Stay away from evil `intangible'.
14334
08d355e3
LL
143352011-09-19 Leo Liu <sdl.web@gmail.com>
14336
14337 * replace.el (occur-revert-arguments): Make it permanent-local.
14338 (occur-mode): Don't call font-lock-defontify.
14339
f01da43f
CY
143402011-09-19 Chong Yidong <cyd@stupidchicken.com>
14341
14342 * net/ldap.el (ldap-search-internal): Don't push empty search
14343 result (Bug#9508).
14344
b6072fa6
SM
143452011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14346
14347 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
14348
443d6696
MA
143492011-09-19 Michael Albinus <michael.albinus@gmx.de>
14350
14351 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
14352 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
14353
7cc6e154
JL
143542011-09-18 Juri Linkov <juri@jurta.org>
14355
14356 * buff-menu.el (Buffer-menu-mode-map):
14357 * dired.el (dired-mode-map):
14358 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
14359 (lisp-interaction-mode-map):
14360 * emacs-lisp/package.el (package-menu-mode-map):
14361 * epa.el (epa-key-list-mode-map):
14362 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
14363 (menu-bar-options-menu):
14364 * outline.el (outline-mode-menu-bar-map):
14365 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
14366 * vc/vc-dir.el (vc-dir-menu-map):
14367 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
14368 Capitalize non-function content words in menu item strings.
14369
14370 * dired.el (dired-mode-map): Add menu item for
14371 `image-dired-dired-toggle-marked-thumbs'.
14372
80302a81
JL
143732011-09-18 Juri Linkov <juri@jurta.org>
14374
14375 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
14376 to `isearch-case-fold-search' and restore its original value
14377 after the `isearch-mode' call.
14378
46c5cf66
JL
143792011-09-18 Juri Linkov <juri@jurta.org>
14380
14381 * progmodes/grep.el (grep-process-setup): Don't check code for 1
14382 because `zgrep' returns 1 for successful matches (bug#9226).
14383
d18b513b
JL
143842011-09-18 Juri Linkov <juri@jurta.org>
14385
14386 * info.el (Info-extract-menu-node-name): Check the second match
14387 for empty string (second test-case of bug#9528).
14388 (Info-last-preorder): Let-bind `Info-history' to nil to not add
14389 intermediate nodes to the history (first test-case of bug#9528).
14390
72753f87
JL
143912011-09-18 Juri Linkov <juri@jurta.org>
14392
14393 * info.el (Info-mode-syntax-table): New variable.
1154d12e 14394 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 14395
c9384295
JL
143962011-09-18 Juri Linkov <juri@jurta.org>
14397
1154d12e
JB
14398 * info.el (Info-file-supports-index-cookies):
14399 Increment line-beginning-position's arg from 3 to 4 because makeinfo
14400 outputs one more line for long file names (bug#4142).
c9384295 14401
d473dce8
CY
144022011-09-18 Chong Yidong <cyd@stupidchicken.com>
14403
14404 * newcomment.el (comment-normalize-vars): If prompting for
14405 comment-start, set comment-start-skip too (Bug#8424).
14406
2176854d
JB
144072011-09-18 Johan Bockgård <bojohan@gnu.org>
14408
14409 * icomplete.el: Fix previous fix of Bug#5849.
14410 (icomplete-mode): Don't set completion-show-inline-help.
14411 (icomplete-minibuffer-setup): Set completion-show-inline-help
14412 locally during icompletion.
14413
3aace4e4
CY
144142011-09-18 Chong Yidong <cyd@stupidchicken.com>
14415
c940224f
CY
14416 * woman.el (woman2-process-escapes): Don't delete unrecognized
14417 escapes (Bug#7843).
14418
3aace4e4
CY
14419 * files.el (inhibit-first-line-modes-regexps): Add image files.
14420 (hack-local-variables-prop-line): Return nil for malformed
14421 prop-lines (Bug#9044).
14422
710dec63
MA
144232011-09-18 Michael Albinus <michael.albinus@gmx.de>
14424
14425 * net/tramp.el (top): Don't require 'shell.
14426 (tramp-methods): Fix docstring.
14427 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
14428 Return complete remote file name. Handle "smb" case.
14429 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
14430 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
14431
14432 * net/tramp-compat.el (top): Require 'shell.
14433
14434 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
14435 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
14436 `tramp-current-host'.
14437 (tramp-get-remote-tmpdir): Remove.
14438
14439 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
14440 `tramp-tmpdir' entries.
14441 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
14442 (tramp-smb-handle-file-attributes): Ignore errors.
14443 (tramp-smb-wait-for-output): Check also for process end.
14444
5d5ac8ec
LMI
144452011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
14446
14447 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
14448 when sending QUIT (bug#9312).
14449
8c0f49f0
CY
144502011-09-17 Chong Yidong <cyd@stupidchicken.com>
14451
14452 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
14453 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
14454 occur-mode-display-occurrence.
14455 (occur-edit-mode): Add usage message.
14456 (occur-cease-edit): New command.
14457 (occur-after-change-function): Use text properties to find the
14458 position of the prefix text.
14459 (occur-engine): Set stickiness of prefix text properties.
14460
8f1383f7
GM
144612011-09-17 Glenn Morris <rgm@gnu.org>
14462
14463 * progmodes/etags.el (complete-tag):
14464 Fix call to completion-in-region. (Bug#9526)
14465
744ba0e3
JL
144662011-09-17 Juri Linkov <juri@jurta.org>
14467
14468 * textmodes/ispell.el (ispell-word): Add to the error message
14469 the word, ispell program name and current dictionary (bug#9121).
14470 (ispell-tex-arg-end): Capitalize "error" in the error message.
14471
d9bbf400
AS
144722011-09-17 Andreas Schwab <schwab@linux-m68k.org>
14473
14474 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
14475 check. (Bug#4251)
14476
8da11505
JL
144772011-09-17 Juri Linkov <juri@jurta.org>
14478
14479 * window.el (window-safe-min-height, window-safe-min-width):
14480 Fix typos (followup to bug#9522).
14481
a91adc7e
SJ
144822011-09-17 Sven Joachim <svenjoac@gmx.de>
14483
14484 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
14485
064f328a
EZ
144862011-09-16 Eli Zaretskii <eliz@gnu.org>
14487
14488 * simple.el (line-move): If goal-column is set, move by logical
14489 lines, not by display lines. (Bug#971)
14490 (next-line, previous-line, goal-column, line-move-visual): Doc fix
14491 to reflect the above change.
14492
e69df516
SM
144932011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
14494
14495 * image.el (imagemagick-register-types): Use regexp-opt.
14496
cbb0f9ab
CY
144972011-09-15 Chong Yidong <cyd@stupidchicken.com>
14498
14499 * window.el (display-buffer-base-action): Rename from
14500 display-buffer-default-action. Make default value empty.
14501 (display-buffer-overriding-action): Convert to defvar.
14502 (display-buffer-fallback-action): New var.
14503
25322144
CY
145042011-09-15 Chong Yidong <cyd@stupidchicken.com>
14505
14506 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
14507 declaration.
14508 (package--add-to-archive-contents): If there is a duplicate entry
14509 with an older version, remove it.
14510 (package-menu-mark-delete, package-menu-mark-install)
14511 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
14512 (package-menu-mark-obsolete-for-deletion):
14513 Use package-menu-get-status instead of a regexp search.
25322144
CY
14514 (package-menu-get-status): Use tabulated-list-entry.
14515 (package-menu-mark-upgrades): New command.
d770725a 14516 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
14517 (package-menu-execute): Do installation before deletion.
14518 (package-menu-refresh, package-menu-execute): Use derived-mode-p
14519 instead of checking major-mode.
14520 (package-menu--find-upgrades): New function.
14521
7520339c
LMI
145222011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
14523
14524 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
14525 passwords in the log buffer.
65a046c4
LMI
14526 (smtpmail-process-filter): Update the process marker so that the
14527 "broken by peer" status message is inserted in the right place.
7520339c 14528
d3c30954
SM
145292011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
14530
3fe48822
SM
14531 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
14532 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
14533 bibtex-completion-at-point-function.
14534 (bibtex-completion-at-point-function): Use them.
14535
1b8b3954
SM
14536 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
14537
d3c30954
SM
14538 * mpc.el (mpc-constraints-tag-lookup): New function.
14539 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
14540 also to browser "album|playlist".
14541
72779976
JL
145422011-09-14 Juri Linkov <juri@jurta.org>
14543
14544 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
14545 (isearch-edit-string): Use length of `isearch-string' when
14546 `isearch-fail-pos' returns nil.
14547 (isearch-message): Remove duplicate code and call
14548 `isearch-fail-pos' with arg `t'.
14549
a0bf2bcd
CY
145502011-09-14 Chong Yidong <cyd@stupidchicken.com>
14551
17bb0a2d
CY
14552 * replace.el (occur-mode-goto-occurrence): Don't force using other
14553 window (Bug#9499).
14554
a0bf2bcd
CY
14555 * dired-aux.el (dired-do-chmod): Don't provide initial input.
14556
f678e0b6
MR
145572011-09-14 Martin Rudalics <rudalics@gmx.at>
14558
14559 * window.el (display-buffer-window): Remove.
14560 (display-buffer-record-window): Use help-setup window parameter
14561 instead of variable display-buffer-window.
14562 (display-buffer-function, special-display-buffer-names)
14563 (special-display-function): Mention help-setup parameter instead
14564 of display-buffer-window in doc-string.
d3c30954
SM
14565 * help.el (help-window-setup): New argument help-window.
14566 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
14567 Reword some messages.
14568 (with-help-window): Pass window used for displaying the buffer
14569 to help-window-setup. Don't set display-buffer-window.
14570
8e39b2e8
GM
145712011-09-13 Glenn Morris <rgm@gnu.org>
14572
14573 * emacs-lisp/debug.el (debugger-make-xrefs):
14574 Preserve point. (Bug#9462)
14575
85e9c04b
CY
145762011-09-13 Chong Yidong <cyd@stupidchicken.com>
14577
14578 * window.el (window-deletable-p): Use next-frame.
14579
1b36ed6a
MR
145802011-09-13 Martin Rudalics <rudalics@gmx.at>
14581
14582 * window.el (window-auto-delete): Remove.
14583 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 14584 dedication and previous buffers.
1b36ed6a
MR
14585 (switch-to-prev-buffer): Don't delete window.
14586 (delete-windows-on): Delete a window's frame if and only if the
14587 window is dedicated.
14588 (replace-buffer-in-windows): Delete buffer's window or frame if
14589 and only if window is dedicated.
14590 (quit-window): Handle quit-restore as before last change.
4d61f28d 14591 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 14592
ef8ef9fb
CY
145932011-09-13 Chong Yidong <cyd@stupidchicken.com>
14594
14595 * window.el (window-deletable-p): Never delete the last frame on a
14596 given terminal.
14597
b2cba41e
GM
145982011-09-13 Glenn Morris <rgm@gnu.org>
14599
14600 * help.el (describe-key-briefly): Copy previous standard-output change.
14601
51553db6 146022011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
14603
14604 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
14605
b7556719
GM
146062011-09-13 Glenn Morris <rgm@gnu.org>
14607
14608 * emacs-lisp/lisp-mode.el (lisp-indent-function):
14609 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
14610
64b51947
CY
146112011-09-12 Chong Yidong <cyd@stupidchicken.com>
14612
14613 * dired-aux.el (dired-mark-read-string): Don't return default
14614 value on empty input (Bug#9361).
14615 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
14616 Omit initial minibuffer contents.
14617 (dired-do-chmod): Signal an error on empty input.
14618 (dired-mark-read-string): Don't return default on empty input.
14619
14620 * files.el (file-modes-symbolic-to-number): Doc fix.
14621
393a301e
SM
146222011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14623
14624 * international/mule-cmds.el (ucs-completions): Remove.
14625 (read-char-by-name): Use complete-with-action instead; add metadata.
14626
fa5660f9
CY
146272011-09-11 Chong Yidong <cyd@stupidchicken.com>
14628
14629 * window.el (display-buffer--action-function-custom-type)
14630 (display-buffer--action-custom-type): New vars.
14631 (display-buffer-alist, display-buffer-default-action)
14632 (display-buffer-overriding-action): Add defcustom types.
14633
4a592f66
CY
14634 * frame.el (delete-other-frames): Doc fix (Bug#276).
14635
73d56dbd
LMI
146362011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14637
14638 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
14639
37ac18a3
CY
146402011-09-11 Chong Yidong <cyd@stupidchicken.com>
14641
14642 Change modes that used same-window-* vars to use switch-to-buffer.
14643
14644 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
14645 Use switch-to-buffer.
14646
14647 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
14648 (customize-browse, custom-buffer-create-other-window):
14649 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
14650
14651 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
14652 (Info-prev, Info-up, Info-speedbar-goto-node)
14653 (info-display-manual): Use switch-to-buffer.
14654 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
14655
14656 * mail/sendmail.el (mail): Use switch-to-buffer.
14657 (mail-recover): Use switch-to-buffer-other-window.
14658
14659 * cmuscheme.el (run-scheme, switch-to-scheme):
14660 * ielm.el (ielm):
14661 * shell.el (shell):
14662 * net/rlogin.el (rlogin):
14663 * net/telnet.el (telnet, rsh):
14664 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
14665
10195bd6
AS
146662011-09-11 Andreas Schwab <schwab@linux-m68k.org>
14667
14668 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
14669
b322f63a
LMI
146702011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14671
39d7fed6
LMI
14672 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
14673 so don't mention it (bug#9301).
ba5a81f1 14674 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 14675
ee0e9f11
LMI
14676 * faces.el (face-spec-set-match-display): Make `(type graphic)'
14677 match `x', `w32' and `ns', like the manual says (bug#9029).
14678
0b1c89c1 14679 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
14680 (process-kill-buffer-query-function): Mention the buffer name in
14681 the query.
0b1c89c1 14682
77549ea8
LMI
14683 * image-mode.el (image-next-line): The line parameter is mandatory
14684 (bug#9258).
14685
803ef892
LMI
14686 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
14687 which can be useful (bug#9301).
14688
12980837
LMI
14689 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
14690
91054f8f
LMI
14691 * subr.el (match-string): Mention that the current buffer should
14692 be the same as the search was done in (bug#9282).
14693
b322f63a
LMI
14694 * facemenu.el: Disable the remove-* commands if the mark isn't
14695 active (bug#9162).
14696
3199b96f
CY
146972011-09-10 Chong Yidong <cyd@stupidchicken.com>
14698
14699 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
14700 of display-buffer.
14701 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
14702
14703 * replace.el (occur-mode-goto-occurrence)
14704 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
14705 and display-buffer.
14706
14707 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
14708 display-buffer.
14709
14710 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
14711 special-display and same-window variables.
14712 (mail-other-window): Use switch-to-buffer-other-window.
14713 (mail-other-frame): USe switch-to-buffer-other-frame.
14714
393a301e
SM
14715 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
14716 Use display-buffer-other-frame.
3199b96f
CY
14717 (gdb-display-gdb-buffer): Use pop-to-buffer.
14718
14719 * progmodes/gud.el (gud-goto-info): Use info-other-window.
14720
14721 * progmodes/python.el: Don't set same-window-buffer-names.
14722
14723 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
14724
14725 * window.el (display-buffer-alist): Add *Python*.
14726
8319e0bf
CY
147272011-09-10 Chong Yidong <cyd@stupidchicken.com>
14728
14729 * window.el (display-buffer-alist): Add entry for buffers
14730 previously handled same-window-*.
14731 (display-buffer-alist, display-buffer-default-action)
14732 (display-buffer-overriding-action): Mark as risky.
14733 (display-buffer-alist): Document action function changes.
14734 (display-buffer--same-window-action)
14735 (display-buffer--other-frame-action): New variables.
14736 (switch-to-buffer, display-buffer-other-frame): Use them.
14737 (display-buffer): Rename reuse-frame entry to reusable-frames.
14738 (display-buffer-reuse-selected-window): Function deleted.
14739 (display-buffer-reuse-window): Handle reusable-frames alist entry.
14740 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
14741 (display-buffer-special): New function.
14742 (display-buffer--maybe-pop-up-frame-or-window): Rename from
14743 display-buffer-reuse-or-pop-window. Split off special-display
14744 part into display-buffer-special.
14745 (display-buffer-use-some-window): Don't perform any special
14746 pop-up-frames handling.
14747 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 14748 (display-buffer--maybe-same-window): Rename from
0d3ff375 14749 display-buffer-maybe-same-window.
8319e0bf 14750
919a69aa
CY
14751 * info.el: Don't set same-window-regexps.
14752 (info-setup): New function.
14753 (info-other-window, info): Call it.
14754
14755 * cus-edit.el: Don't set same-window-regexps.
14756 (customize-group): New argument.
14757 (customize-group-other-window): Use it.
14758 (customize-face, customize-face-other-window): Likewise.
14759 (custom-buffer-create-other-window): Use pop-to-buffer directly.
14760
8319e0bf
CY
14761 * net/rlogin.el:
14762 * net/telnet.el:
14763 * progmodes/gud.el: Don't set same-window-regexps.
14764
14765 * cmuscheme.el:
14766 * ielm.el:
14767 * shell.el:
14768 * mail/sendmail.el:
14769 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
14770
25173000
JL
147712011-09-10 Juri Linkov <juri@jurta.org>
14772
14773 * isearch.el (isearch-edit-string): Remove obsolete mention of
14774 `C-w' (`isearch-yank-word-or-char') from docstring.
14775 (isearch-query-replace): Fix typo in docstring (bug#9466).
14776
056e44ef
JL
147772011-09-10 Juri Linkov <juri@jurta.org>
14778
14779 * paren.el (show-paren-function): Don't show escaped parens.
14780 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
14781
c3760c17
EZ
147822011-09-10 Eli Zaretskii <eliz@gnu.org>
14783
14784 * mail/sendmail.el (mml-to-mime, mml-attach-file)
14785 (mm-default-file-encoding): Remove autoload forms, they are
14786 replaced with autoload cookies in mml.el and mm-encode.el.
14787 (mail-add-attachment): New command.
14788 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
14789 (mail-mode): Mention mail-insert-file and mail-add-attachment in
14790 the doc string.
14791 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
14792
fece895e
RT
147932011-09-10 Reuben Thomas <rrt@sc3d.org>
14794
e69df516
SM
14795 * simple.el (count-words-region): Use buffer if there's no region
14796 (bug#9429).
fece895e 14797
5e68ce4a
JL
147982011-09-09 Juri Linkov <juri@jurta.org>
14799
14800 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
14801 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
14802 (wdired-isearch-filter-read-only): New function. (Bug#6362)
14803
0a6b9622
AM
148042011-09-09 Alan Mackenzie <acm@muc.de>
14805
14806 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
14807 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
14808
14a29deb
EZ
148092011-09-09 Eli Zaretskii <eliz@gnu.org>
14810
14811 Fix for Savannah bug#9392.
14812 * simple.el (mail-encode-mml): New defvar.
14813
14814 * mail/rmail.el (mail-encode-mml): Add a defvar.
14815 (rmail-enable-mime-composing): Default to t.
14816 (rmail-forward): Use MIME method of forwarding only if both
14817 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
14818 Set mail-encode-mml non-nil if the MIME method was used.
14819
14820 * mail/sendmail.el (mml-to-mime): Add autoload form.
14821 (mail-encode-mml): Add a defvar.
14822 (mail-mode): Make mail-encode-mml buffer-local and initialize it
14823 to nil.
14824 (mail-send): If mail-encode-mml is non-nil, run the outgoing
14825 message through mml-to-mime, and reset mail-encode-mml to nil.
14826
28c45130
GM
148272011-09-09 Glenn Morris <rgm@gnu.org>
14828
14829 * woman.el (woman-if-body): When processing an .el block,
14830 do not delete the next .el block as well. (Bug#9447)
69f4b618 14831 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 14832
9b1c252e
MR
148332011-09-08 Martin Rudalics <rudalics@gmx.at>
14834
14835 * window.el (window-deletable-p): Make sure window is live before
14836 invoking window-prev-buffers.
14837
567457e3
LL
148382011-09-08 Leo Liu <sdl.web@gmail.com>
14839
14840 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
14841
97f05794
JL
148422011-09-08 Juri Linkov <juri@jurta.org>
14843
14844 * progmodes/compile.el (compilation-environment): Make it
14845 a defcustom (bug#8340).
14846
8b0874b5
MR
148472011-09-08 Martin Rudalics <rudalics@gmx.at>
14848
14849 * window.el (frame-auto-delete): Rename to window-auto-delete.
14850 Make it control auto-deletion of windows and/or frames.
14851 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 14852 for deleting window/frame. (Bug#9419)
8b0874b5
MR
14853 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
14854 Rewrite handling of case when window/frame can be deleted.
14855 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 14856 argument t. (Bug#9456)
8b0874b5 14857
4feb6e73
CY
148582011-09-07 Chong Yidong <cyd@stupidchicken.com>
14859
14860 * help-mode.el (help-mode): Restore autoload.
14861
91ab9c13
JL
148622011-09-07 Juri Linkov <juri@jurta.org>
14863
14864 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
14865 `compilation-environment'. Set buffer-local
14866 `compilation-environment' to `thisenv' later after (funcall mode).
14867 (Bug#8340)
14868
14869 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
14870 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
14871 instead of replacing its value. (Bug#8340)
14872
0527e251
JL
148732011-09-07 Juri Linkov <juri@jurta.org>
14874
14875 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
14876 based on text properties put by `grep-filter' instead of matching
14877 escape sequences.
14878 (grep-mode): Set buffer-local `compilation-error-screen-columns'
14879 to the value of `grep-error-screen-columns' (bug#9438).
14880
249f792c
JL
148812011-09-07 Juri Linkov <juri@jurta.org>
14882
14883 * simple.el (next-error-highlight, next-error-highlight-no-select):
14884 Doc fix (bug#9432).
14885
ff7271b9
OT
148862011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
14887
14888 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
14889 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
14890
183fc730
LL
148912011-09-07 Leo Liu <sdl.web@gmail.com>
14892
14893 * net/rcirc.el (rcirc-mode): Conditionally initialize
14894 rcirc-input-ring.
14895
77694924
SM
148962011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
14897
14898 * emacs-lisp/find-func.el (find-function-C-source): Only set
14899 find-function-C-source-directory after checking that we found a source
14900 file there (bug#9440).
14901
d809b8eb
AM
149022011-09-06 Alan Mackenzie <acm@muc.de>
14903
14904 * isearch.el (isearch-other-meta-char): Wherever a key list is
14905 unread, "unread" the prefix arg, too. This fixes bug #8901.
14906
453de99f
OG
149072011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
14908
14909 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
14910
90439906
JL
149112011-09-05 Juri Linkov <juri@jurta.org>
14912
14913 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
14914
f62bd846
JL
149152011-09-05 Juri Linkov <juri@jurta.org>
14916
14917 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
14918 keeping point where processing of grep matches begins, and
14919 continue to delete remaining escape sequences from the same point.
14920 (grep-filter): Make leading zero optional in "0?1;31m" because
14921 git-grep emits "\033[1;31m" escape sequences unlike expected
14922 "\033[01;31m" as GNU Grep does (bug#9408).
14923 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
14924
045820ec
JL
149252011-09-05 Juri Linkov <juri@jurta.org>
14926
14927 * subr.el (y-or-n-p): Capitalize "yes".
14928
f5e29b9b
MA
149292011-09-04 Michael Albinus <michael.albinus@gmx.de>
14930
14931 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
14932 `tramp-cache-unload-hook' where appropriate.
14933 (tramp-methods): Rename `tramp-remote-sh' to
14934 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
14935 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
14936
14937 * net/tramp-sh.el (top): Don't require 'shell.
14938 (tramp-methods): Add `tramp-remote-shell' and
14939 `tramp-remote-shell-args' entries.
14940 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
14941 (tramp-sh-handle-shell-command): Remove.
14942 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14943 Use `tramp-remote-shell'.
14944
2784c434
CY
149452011-09-03 Chong Yidong <cyd@stupidchicken.com>
14946
393a301e 14947 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
14948 (sendmail-query-once): Save directly to send-mail-function.
14949 Update message-send-mail-function too.
14950
14951 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
14952
464cdf56
CS
149532011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
14954
14955 * progmodes/python.el (python-mode-map): Use correct function to
14956 start python interpreter from menu-bar (as reported by Geert
14957 Kloosterman).
14958 (inferior-python-mode-map): Fix typo.
393a301e 14959 (python-shell-map): Remove.
464cdf56 14960
d37e5c87
DD
149612011-09-03 Deniz Dogan <deniz@dogan.se>
14962
14963 * net/rcirc.el (rcirc-print): Simplify code for
14964 rcirc-scroll-show-maximum-output. There is no need to walk
14965 through all windows to find the right one.
14966
f3ada0ee
CS
149672011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
14968
14969 * help.el (help-return-method): Doc fix.
14970
1f3c99ca
MR
149712011-09-03 Martin Rudalics <rudalics@gmx.at>
14972
14973 * window.el (window-deletable-p): Don't return a non-nil value
14974 when there's a buffer that was shown in the window before.
14975 (Bug#9419)
393a301e
SM
14976 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
14977 Set window's previous buffers to nil.
1f3c99ca 14978
a3cf097f
EZ
149792011-09-03 Eli Zaretskii <eliz@gnu.org>
14980
14981 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
14982 newline before and after the tag line, so it doesn't interfere
14983 with determining the paragraph direction of bidirectional text.
14984
3d03de90
LL
149852011-09-03 Leo Liu <sdl.web@gmail.com>
14986
14987 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
14988
c3313451
CY
149892011-09-02 Chong Yidong <cyd@stupidchicken.com>
14990
393a301e 14991 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
14992 (pop-to-buffer): Change interactive spec. Pass second argument
14993 directly to display-buffer.
14994 (display-buffer): Fix interactive spec. Use functionp to
14995 distinguish between a function and a list of functions.
14996
14997 * abbrev.el (edit-abbrevs):
14998 * arc-mode.el (archive-extract):
14999 * autoinsert.el (auto-insert):
15000 * bookmark.el (bookmark-bmenu-list):
15001 * files.el (find-file):
15002 * view.el (view-buffer):
15003 * progmodes/compile.el (compilation-goto-locus):
15004 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
15005
89894cd8
CY
150062011-09-02 Chong Yidong <cyd@stupidchicken.com>
15007
15008 * window.el (display-buffer-alist): Doc fix.
15009 (display-buffer): Add docstring. Don't treat
15010 display-buffer-default specially.
15011 (display-buffer-reuse-selected-window)
15012 (display-buffer-same-window, display-buffer-maybe-same-window)
15013 (display-buffer-reuse-window, display-buffer-pop-up-frame)
15014 (display-buffer-pop-up-window)
15015 (display-buffer-reuse-or-pop-window)
15016 (display-buffer-use-some-window): New functions.
15017 (display-buffer-default-action): Use them.
393a301e 15018 (display-buffer-default): Delete.
89894cd8
CY
15019 (pop-to-buffer-1): Fix choice of actions.
15020
ae0bc9fb
SM
150212011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
15022
15023 * minibuffer.el (completion--insert-strings): Don't get confused by
15024 completion entries that end with an LF char.
15025
e9d90883
EZ
150262011-09-01 Eli Zaretskii <eliz@gnu.org>
15027
15028 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
15029
437014c8
CY
150302011-09-01 Chong Yidong <cyd@stupidchicken.com>
15031
15032 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
15033 (display-buffer-same-window, display-buffer-other-window):
15034 New functions.
437014c8
CY
15035 (pop-to-buffer-1): New function. Use the above.
15036 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 15037 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
15038
15039 * view.el (view-buffer-other-window, view-buffer-other-frame):
15040 Just use pop-to-buffer.
15041
a5e063d5
TV
150422011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15043
15044 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
15045
793d32bb
WH
150462011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
15047
15048 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
15049
d65e4c15
RS
150502011-08-31 Richard Stallman <rms@gnu.org>
15051
15052 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
15053 of the separation of rmail-view-buffer from rmail-buffer.
15054 If you say no to "replace original", the decrypt is in the
15055 view buffer. If you say yes, the decrypt goes into the
15056 rmail buffer also.
15057
f818cd2a
MR
150582011-08-31 Martin Rudalics <rudalics@gmx.at>
15059
15060 * window.el (display-buffer-window): Rewrite doc-string.
15061 (display-buffer-record-window): New function.
15062 (display-buffer-macro-specifiers)
15063 (display-buffer-even-window-sizes, display-buffer-set-height)
15064 (display-buffer-set-width, display-buffer-in-window)
15065 (display-buffer-reuse-window, display-buffer-split-specifiers)
15066 (display-buffer-side-specifiers, display-buffer-split-window-1)
15067 (display-buffer-split-window, display-buffer-split-atom-window)
15068 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
15069 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
15070 (display-buffer-other-window-means-other-frame)
15071 (display-buffer-normalize-special)
15072 (display-buffer-normalize-default)
15073 (display-buffer-normalize-argument)
15074 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
15075 (display-buffer-normalize-specifiers, display-buffer-frame)
15076 (display-buffer-same-window, display-buffer-same-frame)
15077 (display-buffer-other-window)
15078 (display-buffer-same-frame-other-window)
15079 (display-buffer-other-frame, pop-to-buffer-same-window)
15080 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
15081 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
15082 (switch-to-buffer-same-frame)
15083 (switch-to-buffer-other-window-same-frame)
15084 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
15085 (display-buffer-alist-set-1, display-buffer-alist-set-2)
15086 (display-buffer-alist-set): Remove.
15087 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
15088 (special-display-regexps, special-display-function):
15089 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
15090 parameter.
15091 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
15092 (special-display-frame-alist, special-display-popup-frame)
15093 (same-window-buffer-names, same-window-regexps, same-window-p)
15094 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
15095 (split-window-preferred-function, split-height-threshold)
15096 (split-width-threshold, window-splittable-p)
15097 (split-window-sensibly, window--try-to-split-window)
15098 (window--frame-usable-p, even-window-heights)
15099 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
15100 (window--display-buffer-2, display-buffer-other-frame):
15101 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
15102 (display-buffer-default, display-buffer-assq-regexp): New functions.
15103 (display-buffer-alist): Rewrite doc-string.
15104 (display-buffer-default-action)
15105 (display-buffer-overriding-action): New variables.
15106 (display-buffer, switch-to-buffer): Rewrite.
15107 (pop-to-buffer): Restore Emacs 23 behavior but use
15108 window-normalize-buffer-to-display.
15109 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
15110 Restore Emacs 23 behavior but use
15111 window-normalize-buffer-to-switch-to.
15112 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
15113 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
15114 Rewrite using Emacs 23 options.
f818cd2a 15115
5bc3b51d
MA
151162011-08-31 Michael Albinus <michael.albinus@gmx.de>
15117
15118 * net/tramp.el (tramp-root-regexp): Remove.
15119 (tramp-completion-file-name-regexp-unified)
15120 (tramp-completion-file-name-regexp-separate)
15121 (tramp-completion-file-name-regexp-url): Don't use leading volume
b46a6a83 15122 letter on w32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
15123 (tramp-drop-volume-letter): Simplify definition.
15124 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 15125
b1a4f8e1
SM
151262011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
15127
15128 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
15129 (bug#9356).
15130
5664fa7b
RT
151312011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
15132
b1a4f8e1 15133 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 15134
9a45d6c3
JL
151352011-08-29 Juri Linkov <juri@jurta.org>
15136
15137 * isearch.el (isearch-done): Don't display message "Mark saved"
15138 when arg `edit' is non-nil to prevent its flicker in the echo area.
15139
fb87e0fb
CY
151402011-08-28 Chong Yidong <cyd@stupidchicken.com>
15141
15142 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
15143 obsolete packages for deletion.
15144
09ac1c2a
CS
151452011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
15146
15147 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 15148 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
15149 view-mode from help-mode.
15150 (help-xref-override-view-map): Remove.
15151 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
15152 view-mode is not used anymore.
15153
7a1ff57f
CY
151542011-08-28 Chong Yidong <cyd@stupidchicken.com>
15155
15156 * server.el (server-port): Doc fix.
15157
b9696605
CY
15158 * cus-theme.el (custom-theme-choose-mode): Inherit from
15159 special-mode (Bug#9124).
15160 (custom-theme-choose-mode-map): Add special-mode to parent.
15161
ef8cdf8c
AM
151622011-08-28 Alan Mackenzie <acm@muc.de>
15163
15164 * progmodes/cc-fonts.el
15165 (c-make-font-lock-BO-decl-search-function): New function.
15166 (c-basic-matchers-after - "Fontify the clauses after various
15167 keywords"): Extract the three keyword lists for the 3 erroneous
15168 constructs from the list of four, and use the new function above
15169 in place of an old one.
15170
27de4e20
DD
151712011-08-28 Deniz Dogan <deniz@dogan.se>
15172
15173 * net/rcirc.el (rcirc-insert-prev-input)
15174 (rcirc-insert-next-input): Remove unused argument.
15175
356a3681
SM
151762011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
15177
15178 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
15179
3fc9b218
AM
151802011-08-27 Alan Mackenzie <acm@muc.de>
15181
15182 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
15183 handle function pointer parameters properly.
15184
538a061c
MR
151852011-08-27 Martin Rudalics <rudalics@gmx.at>
15186
15187 * window.el (display-buffer-reuse-window): Fix case where
15188 selected window was reused with non-nil OTHER-WINDOW argument.
15189 (Bug#9381)
15190
35b1c40c
DD
151912011-08-27 Deniz Dogan <deniz@dogan.se>
15192
15193 * net/rcirc.el (rcirc-check-auth-status): Adding support for
15194 oftc's NickServ messages.
15195
2f6a3e79
GM
151962011-08-27 Glenn Morris <rgm@gnu.org>
15197
15198 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
15199
7254299e
CY
152002011-08-26 Chong Yidong <cyd@stupidchicken.com>
15201
15202 * emacs-lisp/package.el (package-install): Call package-initialize
15203 if called interactively.
15204
f8ccf167
LL
152052011-08-26 Leo Liu <sdl.web@gmail.com>
15206
15207 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
15208
3e8cd5ce
JL
152092011-08-25 Juri Linkov <juri@jurta.org>
15210
15211 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
15212 `search-whitespace-regexp' (bug#9364).
15213
93eb7113
JL
152142011-08-25 Juri Linkov <juri@jurta.org>
15215
15216 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
15217 `regexp-search-ring' to their global values to protect from
15218 updating by `read-from-minibuffer' (bug#9185).
15219
f65d1611
JL
152202011-08-25 Juri Linkov <juri@jurta.org>
15221
15222 * textmodes/ispell.el (ispell-command-loop): Add newline
15223 at the end of the "Use option `i'..." line.
15224
f1cf7a31
JL
152252011-08-25 Juri Linkov <juri@jurta.org>
15226
15227 * battery.el (display-battery-mode): If `battery-status-function'
15228 or `battery-mode-line-format' is nil, display the message and set
15229 `display-battery-mode' to nil (bug#9363).
15230
0c95fcf7
EZ
152312011-08-25 Eli Zaretskii <eliz@gnu.org>
15232
15233 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
15234 bidi-string-mark-left-to-right; they are unnecessary now.
15235
a2ebe600
DD
152362011-08-25 Deniz Dogan <deniz@dogan.se>
15237
15238 * net/quickurl.el: Documentation typo fixes.
15239
e4ed06f1
CY
152402011-08-25 Chong Yidong <cyd@stupidchicken.com>
15241
15242 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
15243
e5f1c99e
GM
152442011-08-25 Glenn Morris <rgm@gnu.org>
15245
b2948976
GM
15246 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
15247
e5f1c99e
GM
15248 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
15249 (smtpmail-via-smtp): Handle nil response from smtp.
15250
f22f4808
JL
152512011-08-24 Juri Linkov <juri@jurta.org>
15252
15253 * proced.el (proced-marked): Inherit from `error' instead of
15254 `font-lock-warning-face'.
15255
15256 * ibuffer.el (ibuffer-marked-face): Change default face from
15257 `font-lock-warning-face' to `warning'.
15258 (ibuffer-deletion-face): Change default face from
15259 `font-lock-type-face' to `error'.
15260
15261 * battery.el (battery-update): Use the face `error' instead of
15262 `font-lock-warning-face' (bug#6117).
15263
6a93965e
JL
152642011-08-24 Juri Linkov <juri@jurta.org>
15265
15266 * faces.el (success): Change face color from "Green3" to
15267 "ForestGreen" on light background (bug#9353).
15268
1ed43b09
CY
152692011-08-24 Chong Yidong <cyd@stupidchicken.com>
15270
5664fa7b
RT
15271 * window.el (quit-window): Rename from quit-restore-window.
15272 Use same arglist as old quit-window.
1ed43b09
CY
15273 (frame-auto-delete): Doc fix.
15274
15275 * view.el (view-mode-exit): Use quit-window.
15276
11dcdbb2
JL
152772011-08-24 Juri Linkov <juri@jurta.org>
15278
15279 * isearch.el (isearch-ring-adjust1): Start visiting previous
15280 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
15281 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
15282 for empty search string (when the last search string is reused
15283 automatically) to adjust the isearch ring to the last element and
15284 prepare the correct index for further M-p commands (bug#9185).
15285
de62b4df
KH
152862011-08-24 Kenichi Handa <handa@m17n.org>
15287
15288 * international/ucs-normalize.el: If decomposition property of
15289 CHAR is the default one (i.e. a list of CHAR itself), treat it as
15290 nil.
15291 (nfd, nfkd): Likewise.
15292
963b492b
SM
152932011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
15294
15295 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
15296 from process filters aren't reliably transmitted to the surrounding
15297 accept-process-output.
15298 (mpc-proc-check): New function.
15299 (mpc-proc-sync): Use it (bug#8293)
15300
93b6b5e1
SM
153012011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
15302
15303 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
15304 Add compatibility functions (bug#9313).
15305
bca633fb
EZ
153062011-08-23 Eli Zaretskii <eliz@gnu.org>
15307
b177498a
EZ
15308 * cus-start.el (all): Add entry for bidi-paragraph-direction.
15309
6df6ae42 15310 * international/uni-bidi.el: Regenerate.
bca633fb 15311
0902a04e
KH
153122011-08-23 Kenichi Handa <handa@m17n.org>
15313
15314 * international/charprop.el:
15315 * international/uni-bidi.el:
15316 * international/uni-category.el:
15317 * international/uni-combining.el:
15318 * international/uni-comment.el:
15319 * international/uni-decimal.el:
15320 * international/uni-decomposition.el:
15321 * international/uni-digit.el:
15322 * international/uni-lowercase.el:
15323 * international/uni-mirrored.el:
15324 * international/uni-name.el:
15325 * international/uni-numeric.el:
15326 * international/uni-old-name.el:
15327 * international/uni-titlecase.el:
15328 * international/uni-uppercase.el: Regenerate.
15329
3bbf23bc
MR
153302011-08-23 Martin Rudalics <rudalics@gmx.at>
15331
15332 * help.el (help-window-setup): Fix message displayed when other
15333 window is reused. (Bug#9341)
15334
b3fd59bd
SM
153352011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
15336
1802e444
SM
15337 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
15338 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
15339
b3fd59bd
SM
15340 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
15341 Mark obsolete.
15342 * shell.el (shell-parse-pcomplete-arguments): New function.
15343 (shell-completion-vars): Use it instead (bug#9160).
15344
4eb61348
SM
153452011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
15346
867cab74
SM
15347 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
15348 strings and comments (bug#9333).
15349
4eb61348
SM
15350 * emacs-lisp/debug.el (debug-arglist): New function.
15351 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
15352 (debug-on-entry-1): Handle interpreted closures (bug#9120).
15353
262a1439
JL
153542011-08-22 Juri Linkov <juri@jurta.org>
15355
56ee679c
JL
15356 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15357 Revert regexp that highlights output switches to its old
15358 pre-2010-10-28 value and remove one `?' from it (bug#9319).
15359
262a1439
JL
15360 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
15361 to check for empty output (bug#9226).
15362
f13f86fb
CY
153632011-08-22 Chong Yidong <cyd@stupidchicken.com>
15364
15365 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
15366 symbol-constituent as the default, as that stops font-lock from
15367 working properly (Bug#8843).
15368
c65c9622
LMI
153692011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15370
15371 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
15372 `coding-system-for-*' around the process open call to avoid
15373 auth-source side effects.
e7f2c178 15374 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
15375 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
15376 probe hangs.
c65c9622 15377
23a8a5ab
CY
153782011-08-21 Chong Yidong <cyd@stupidchicken.com>
15379
ff98b2dd
CY
15380 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
15381
23a8a5ab
CY
15382 * emacs-lisp/find-func.el (find-function-noselect): New arg
15383 lisp-only.
15384
15385 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
15386 signal an error for built-in functions (Bug#6664).
15387
f5e3c598
LMI
153882011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15389
15390 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
15391 (smtpmail-try-auth-methods): Use it.
15392
a3f2468a
CY
153932011-08-21 Chong Yidong <cyd@stupidchicken.com>
15394
2c34e8da
CY
15395 * font-lock.el (font-lock-fontify-region)
15396 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
15397 (font-lock-default-unfontify-buffer)
15398 (font-lock-default-fontify-region)
15399 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
15400
b3fd59bd
SM
15401 * progmodes/compile.el (compilation-error-properties):
15402 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
15403 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
15404 `ant' regexp.
ee31aabc 15405
a3f2468a
CY
15406 * net/browse-url.el (browse-url-firefox): Don't call
15407 browse-url-firefox-sentinel unless using -remote (Bug#9328).
15408
8e999f70
GM
154092011-08-20 Glenn Morris <rgm@gnu.org>
15410
c21a496a
GM
15411 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
15412
59ee0542
GM
15413 * tutorial.el (tutorial--default-keys): Update some default bindings.
15414
8e999f70
GM
15415 * files.el (hack-local-variables): Fully ignore case for "mode:".
15416
e3715033
AM
154172011-08-20 Alan Mackenzie <acm@muc.de>
15418
15419 Resolve invalid use of a regexp in regexp-opt.
15420
4d61f28d
JB
15421 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
15422 detection for a java annotation.
e3715033 15423
4d61f28d 15424 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
15425 detection for a java annotation.
15426
4d61f28d
JB
15427 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
15428 handling for java.
e3715033
AM
15429 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
15430
04ed2e9c
CY
154312011-08-20 Chong Yidong <cyd@stupidchicken.com>
15432
15433 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
15434 (Bug#9274).
15435
826cee64
AM
154362011-08-20 Alan Mackenzie <acm@muc.de>
15437
58179cce 15438 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
15439 such a construct. Mainly for when jit-lock etc. starts a chunk
15440 here.
15441
58179cce 15442 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 15443 variable.
58179cce 15444 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
15445 c-make-font-lock-search-function.
15446 (c-make-font-lock-search-function): Use the above function.
15447 (c-make-font-lock-context-search-function): New function.
15448 (c-cpp-matchers): Enhance the preprocessor expression case with
15449 the above function
15450 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
15451 which takes an expression.
15452
15453 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
15454
13009bd8
MR
154552011-08-20 Martin Rudalics <rudalics@gmx.at>
15456
15457 * window.el (display-buffer-reuse-window)
15458 (display-buffer-pop-up-window): Don't reuse or split a side
15459 window.
15460
9234ff7f
GM
154612011-08-19 Glenn Morris <rgm@gnu.org>
15462
15463 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 15464 Downcase "Mode:". (Bug#9331)
9234ff7f 15465
f635daa1
CY
154662011-08-18 Chong Yidong <cyd@stupidchicken.com>
15467
15468 * international/characters.el: Add L and R categories.
15469
15470 * subr.el (bidi-string-mark-left-to-right): Rename from
15471 string-mark-left-to-right. Use category search.
15472
15473 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
15474
bc987f8b
JL
154752011-08-18 Juri Linkov <juri@jurta.org>
15476
15477 * faces.el (error, warning, success): New faces with definitions
15478 copied from old default values of `font-lock-warning-face',
15479 `compilation-warning', `compilation-info' (bug#6117).
15480
15481 * font-lock.el (font-lock-warning-face): Inherit from `error'.
15482
15483 * progmodes/compile.el (compilation-error): Inherit from `error'.
15484 (compilation-warning): Inherit from `warning'.
15485 (compilation-info): Inherit from `success'.
15486
15487 * dired.el (dired-marked): Inherit from `warning'.
15488 (dired-flagged): Inherit from `error'.
15489
57173b96
LMI
154902011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15491
3e79eb87
LMI
15492 * mail/smtpmail.el (auth-source): Require to avoid problems with
15493 binding variables (bug#9298). Also clean up some unused
15494 autoloads.
15495
b3fd59bd
SM
15496 * net/network-stream.el (network-stream-open-starttls):
15497 Support using starttls.el without using gnutls-cli.
57173b96 15498
02b404de
JL
154992011-08-17 Juri Linkov <juri@jurta.org>
15500
15501 * progmodes/grep.el (rgrep): Handle the case when
15502 `grep-find-command' is a cons cell (bug#9278).
15503
8c9177f2
MR
155042011-08-17 Martin Rudalics <rudalics@gmx.at>
15505
15506 * window.el (display-buffer-pop-up-frame): Run frame creation
15507 function with BUFFER current (as special-display-popup-frame
15508 does). Reported by Drew Adams.
15509
3644a0ab
DU
155102011-08-17 Daiki Ueno <ueno@unixuser.org>
15511
15512 * epa-mail.el: Simplify GnuPG group expansion using
15513 epg-expand-group.
15514 (epa-mail-group-alist, epa-mail-group-modtime)
15515 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
15516 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
15517 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
15518 Remove.
15519
5e617bc2 155202011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
15521
15522 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
15523
9c4aeabf
AM
155242011-08-16 Alan Mackenzie <acm@muc.de>
15525
15526 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
15527 Correct, to avoid the inside of macros.
15528
3a99bf64
RS
155292011-08-16 Richard Stallman <rms@gnu.org>
15530
04963aa8
RS
15531 * epa-mail.el: Handle GnuPG group definitions.
15532 (epa-mail-group-alist, epa-mail-group-modtime)
15533 (epa-mail-gnupg-conf-file): New variables.
15534 (epa-mail-parse-groups, epa-mail-sync-groups)
15535 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
15536 (epa-mail-expand-recipients): New functions.
15537 (epa-mail-encrypt): Call epa-mail-expand-recipients.
15538
177549d0
RS
15539 * mail/rmail.el (rmail-epa-decrypt): New command.
15540
fe38beef
RS
15541 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
15542 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
15543 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
15544 (epa-decrypt-armor-in-region): Make error message clearer.
15545
934eacb9
SM
155462011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
15547
15548 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
15549 and "a2b" to "ab" for `prefix'.
15550
d024fb4e
CY
155512011-08-14 Chong Yidong <cyd@stupidchicken.com>
15552
15553 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
15554 filter groups.
de148fee
CY
15555 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
15556 Fourquet (Bug#8804).
d024fb4e 15557
62f1ca49
JB
155582011-08-12 Juanma Barranquero <lekktu@gmail.com>
15559
15560 * startup.el (argi): Declare as global variable (bug#9275).
15561
9ccaaa4b
CY
155622011-08-12 Chong Yidong <cyd@stupidchicken.com>
15563
15564 * subr.el (string-mark-left-to-right): Search the entire string
15565 for RTL script, not just the terminating character. Doc fix.
15566
a3dae87a
SM
155672011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
15568
6cd18349
SM
15569 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
15570 New function.
15571 (js--regexp-literal, js-syntax-propertize-function): Remove.
15572 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
15573 (js-mode-map): Don't rebind electric keys.
15574 (js-insert-and-indent): Remove.
15575 (js-mode): Setup electric-layout and electric-indent instead.
15576
a3dae87a
SM
15577 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
15578
9d5cb631
DU
155792011-08-12 Daiki Ueno <ueno@unixuser.org>
15580
15581 * epa.el (epa-progress-callback-function): Fix the logic of
15582 displaying progress.
15583 * epa-file.el (epa-file-insert-file-contents): Make progress
15584 display more user-friendly.
15585 (epa-file-write-region): Ditto.
15586
3e26a4a2
CY
155872011-08-10 Chong Yidong <cyd@stupidchicken.com>
15588
15589 * subr.el (string-mark-left-to-right): New function.
15590
15591 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
15592 Use string-mark-left-to-right.
15593 (list-buffers-noselect): Caller changed.
15594
a3dae87a
SM
15595 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
15596 Use string-mark-left-to-right.
3e26a4a2
CY
15597 (tabulated-list-print): Recenter after moving point.
15598
ac8cf6e6
JL
155992011-08-10 Juri Linkov <juri@jurta.org>
15600
15601 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
15602 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
15603 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
15604
8d96c9a4
CY
156052011-08-09 Chong Yidong <cyd@stupidchicken.com>
15606
15607 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
15608 (Bug#7554).
15609
7be1c708 156102011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
15611
15612 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
15613 character. (Bug#6594)
15614
37e11a63
CY
156152011-08-08 Chong Yidong <cyd@stupidchicken.com>
15616
839dde57
CY
15617 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
15618 (image-dired--with-db-file): New macro.
15619 (image-dired-write-tags, image-dired-remove-tag)
15620 (image-dired-create-gallery-lists, image-dired-write-comments)
15621 (image-dired-get-comment, image-dired-mark-tagged-files)
15622 (image-dired-list-tags, image-dired-gallery-generate): Use it.
15623 (image-dired-gallery-generate): Use insert-file-contents.
15624
37e11a63
CY
15625 * time.el (display-time-world-list, display-time-world-display):
15626 * time-stamp.el (time-stamp-string):
15627 * vc/add-log.el (add-change-log-entry): Use setenv instead of
15628 set-time-zone-rule (Bug#7337).
15629
0b4946c4
DU
156302011-08-08 Daiki Ueno <ueno@unixuser.org>
15631
15632 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
15633 (epg-error-to-string, epg-errors-to-string): New function.
15634 (epg-wait-for-completion): Reverse errors list.
15635 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
15636 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
15637 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
15638 (epg-sign-keys, epg-generate-key-from-file)
15639 (epg-generate-key-from-string): Format errors by using
15640 epg-errors-to-string (bug#9255).
15641 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
15642
75bfc667
JL
156432011-08-07 Juri Linkov <juri@jurta.org>
15644
15645 * faces.el (list-faces-display): Remove extra angle bracket
15646 from `help-mode-map'.
15647
15648 * info.el (Info-history-toc-nodes): Doc fix.
15649
15650 * longlines.el (longlines-mode): Doc fix.
15651
673e08bb
SM
156522011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
15653
4640dd88
SM
15654 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
15655 of statements and in a few more cases (bug#9183).
15656
673e08bb
SM
15657 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
15658 New functions.
15659 (cl-transform-lambda): Use them (bug#9239).
15660
89b3f019
MR
156612011-08-05 Martin Rudalics <rudalics@gmx.at>
15662
15663 * window.el (display-buffer-same-window)
15664 (display-buffer-same-frame, display-buffer-other-window)
15665 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
15666 (pop-to-buffer-other-window)
15667 (pop-to-buffer-same-frame-other-window)
15668 (pop-to-buffer-other-frame): Make them defuns.
15669 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
15670
640c8776
SM
156712011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
15672
15673 * subr.el (make-composed-keymap): Move from C. Change calling
15674 convention, and improve docstring to bring attention to a subtle point.
15675 * minibuffer.el (completing-read-default): Adjust accordingly.
15676
63648a95
MA
156772011-08-03 Michael Albinus <michael.albinus@gmx.de>
15678
15679 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
15680 (tramp-open-shell): Use `tramp-shell-quote-argument'.
15681
15682 * net/trampver.el: Update release number.
15683
b796c9b7
SM
156842011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
15685
15686 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
15687 "in" (bug#9190).
15688
2239d7d5
LMI
156892011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
15690
e07dd7c3
LMI
15691 * mail/sendmail.el (sendmail-query-once): Restore the current
15692 buffer after querying (bug#9074).
15693
0e6a2bd7
LMI
15694 * dired.el (dired-flagged): Use different faces for marked and
15695 flagged files (bug#6117).
15696
ce887515
LMI
15697 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
15698 (bug#4433).
15699
92f2affc
LMI
15700 * ido.el (ido-mode): Switch off the message if called
15701 non-interactively.
15702
57d5aff0
LMI
15703 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
15704 before 587, since it appears that that's more likely to work for
15705 more people.
15706
98cd6c18 15707 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 15708 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
15709 exist.
15710
b96dec83
LMI
15711 * info.el: Remove the `Info-beginning-of-buffer' function
15712 (bug#8325).
15713
b796c9b7
SM
15714 * net/network-stream.el (network-stream-open-starttls):
15715 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 15716
d90e2ea0
MR
157172011-08-01 Martin Rudalics <rudalics@gmx.at>
15718
15719 * window.el (display-buffer-in-window): Don't set dedicated status
15720 of window here (Bug#9215).
15721 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
15722 (display-buffer-pop-up-side-window)
b796c9b7 15723 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 15724
cca09170
SM
157252011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
15726
15727 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
15728 before binding generated-autoload-file.
15729
027b979c
DD
157302011-08-01 Deniz Dogan <deniz@dogan.se>
15731
15732 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
15733
3c7ee4f3
MA
157342011-07-30 Michael Albinus <michael.albinus@gmx.de>
15735
15736 Sync with Tramp 2.2.2.
15737
15738 * net/trampver.el: Update release number.
15739
2cc8e51a
JL
157402011-07-30 Juri Linkov <juri@jurta.org>
15741
15742 * dired-aux.el (dired-touch-initial): Remove function.
15743 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
15744 current time, and `default' to the last modification time of the
15745 current marked file (bug#6887).
15746
a514d856
JM
157472011-07-28 Jose E. Marchesi <jemarch@gnu.org>
15748
15749 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 15750 numeric argument to read-number (bug#9163).
a514d856 15751
8a7eddd7
MA
157522011-07-27 Michael Albinus <michael.albinus@gmx.de>
15753
15754 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
15755 connection process, it could be nil.
15756
1ddd96f5
LL
157572011-07-27 Leo Liu <sdl.web@gmail.com>
15758
15759 Simplify url handling in rcirc-mode.
15760
15761 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
15762 (rcirc-browse-url-at-mouse): Remove.
15763 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
15764
b248a85d
AM
157652011-07-26 Alan Mackenzie <acm@muc.de>
15766
15767 Fontify bitfield declarations properly.
15768
15769 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
15770 (c-symbol-chars): Now exported as a lang variable.
15771 (c-not-primitive-type-keywords): New lang variable.
15772
15773 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
15774 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 15775 parsed as a bitfield declaration.
b248a85d 15776
b796c9b7
SM
15777 * progmodes/cc-engine.el (c-beginning-of-statement-1):
15778 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
15779 (c-punctuation-in): New function.
15780 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
15781 declarations properly.
15782
68575ab0
UJ
157832011-07-26 Ulf Jasper <ulf.jasper@web.de>
15784
15785 * calendar/icalendar.el (icalendar--all-events): Take care of
15786 multiple vcalendars in a single file.
b796c9b7 15787 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 15788
0f0a88b9
DD
157892011-07-25 Deniz Dogan <deniz@dogan.se>
15790
15791 * image.el (insert-image): Clarifying docstring.
15792
0b3f36df
MA
157932011-07-24 Michael Albinus <michael.albinus@gmx.de>
15794
15795 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
15796 `tramp-send-command-and-check' if there is no error.
15797 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
15798
a9901f61
AM
157992011-07-22 Alan Mackenzie <acm@muc.de>
15800
15801 Prevent cc-langs.elc being loaded at run time.
15802
15803 * progmodes/cc-mode.el: Remove two autoload forms which loaded
15804 cc-langs.
15805
4d61f28d 15806 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
15807 "(require 'cc-langs)". Quote a form so it will evaluate at
15808 (cc-mode's) compilation time.
15809
11d074b2
MA
158102011-07-22 Michael Albinus <michael.albinus@gmx.de>
15811
15812 * net/tramp.el (tramp-file-name-handler): Avoid recursive
15813 loading. (Bug#9114)
15814
938b94c8
MR
158152011-07-21 Martin Rudalics <rudalics@gmx.at>
15816
15817 * window.el (display-buffer-pop-up-window)
15818 (display-buffer-pop-up-side-window)
15819 (display-buffer-in-side-window): Call display-buffer-set-height
15820 and display-buffer-set-width after setting the new window's
b796c9b7 15821 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 15822
bfa4f190
SS
158232011-07-20 Sam Steingold <sds@gnu.org>
15824
15825 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
15826 (etags-tags-included-tables): Call `convert-standard-filename' on
15827 the file names contained in TAGS so that windows Emacs can handle
15828 TAGS files created by cygwin ctags.
15829
8ca42262
LMI
158302011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
15831
15832 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
15833 which apparently didn't work.
15834
5db2afd2 158352011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 15836
5db2afd2
RW
15837 * proced.el (proced-send-signal): For *Marked Processes* buffer
15838 put point at beginning of buffer.
15839
92e15d10
SB
158402011-07-19 Stephen Berman <stephen.berman@gmx.net>
15841
15842 * proced.el (proced-format): Make header lines align with the text
15843 (bug#1779).
15844
1bfd59e5
LMI
158452011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
15846
15847 * view.el (view-buffer): Allow running in `special' modes if we're
15848 visiting a file (bug#8615).
15849
f5aae37c
MR
158502011-07-19 Martin Rudalics <rudalics@gmx.at>
15851
15852 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
15853 (display-buffer-alist-set-1, display-buffer-alist-set-2):
15854 New functions.
f5aae37c
MR
15855 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
15856 more accurately.
15857
bf2c1571
AM
158582011-07-18 Alan Mackenzie <acm@muc.de>
15859
15860 Fontify declarators properly when, e.g., a jit-lock chunk begins
15861 inside a declaration.
15862
15863 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
15864
b796c9b7
SM
15865 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
15866 New function.
bf2c1571
AM
15867 (c-complex-decl-matchers): Insert reference to
15868 c-font-lock-enclosing-decls.
15869
15870 * progmodes/cc-engine.el (c-backward-single-comment):
15871 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
15872 to nil around calls to (forward-comment -1).
15873
4e190b80
LMI
158742011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15875
12dc863d
LMI
15876 * image.el (put-image): Doc typo fix.
15877
a762e966
LMI
15878 * progmodes/etags.el (tags-search): Doc typo fix.
15879
4e190b80
LMI
15880 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
15881 password if we get errors 550 to 554.
15882
f019fb21
LMI
158832011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15884
b796c9b7 15885 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 15886
81746738
LMI
15887 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
15888 indentation character (bug#6380).
15889
3ee3a1b5
LMI
15890 * files.el (buffer-offer-save): Made permanently local (bug#6241).
15891
c82f64de
LMI
15892 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
15893 to clarify what the problem is (bug#4291).
15894
f019fb21
LMI
15895 * simple.el (current-kill): Clarify what
15896 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
15897 (auto-fill-mode): Document `auto-fill-function' in relation to
15898 `auto-fill-mode' (bug#2470).
f019fb21 15899
0794775d
LM
159002011-07-16 Lawrence Mitchell <wence@gmx.li>
15901
15902 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
15903 method if slot is read-only (bug#9035).
15904
be39b8cc
MR
159052011-07-16 Martin Rudalics <rudalics@gmx.at>
15906
b796c9b7 15907 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 15908 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
15909 selected before, see discussion of (Bug#8615), (Bug#6954).
15910 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 15911
6ccf7859
GM
159122011-07-15 Glenn Morris <rgm@gnu.org>
15913
15914 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 15915 Respect help-form.
6ccf7859 15916
87e86684
LM
159172011-07-09 Lawrence Mitchell <wence@gmx.li>
15918
15919 * net/gnutls.el (gnutls-min-prime-bits): New variable.
15920 (gnutls-negotiate): Use it.
15921
d6066239
LMI
159222011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
15923
b796c9b7
SM
15924 * net/gnutls.el (gnutls-negotiate):
15925 Upcase `gnutls-algorithm-priority'.
d6066239 15926
bd23ebc0
GM
159272011-07-15 Glenn Morris <rgm@gnu.org>
15928
c65bca65
GM
15929 * jka-compr.el (jka-compr-verbose): Move from here...
15930 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
15931 Add missing :version tag.
15932 * info.el: No need to require jka-compr when compiling.
bd23ebc0 15933
478615cc
LMI
159342011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
15935
7b41decb
LMI
15936 * net/gnutls.el (gnutls-algorithm-priority): New variable.
15937 (gnutls-negotiate): Use it.
15938
dbc44fcd
LMI
15939 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
15940
06789f97
LMI
15941 * info.el (Info-beginning-of-buffer): New command.
15942 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
15943 announcing `b' as the key (bug#8325).
ab896c37 15944 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 15945
c39da690
LMI
15946 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
15947
3aa5f34b
LMI
15948 * international/mule-cmds.el
15949 (describe-specified-language-support): Make the error message
15950 clearer (bug#8905).
15951
4bf0979f
LMI
15952 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
15953
478615cc
LMI
15954 * isearch.el (isearch-barrier): Add a doc string, since it's
15955 mentioned in a function doc string (bug#8678).
15956
75c68aa1
MR
159572011-07-15 Martin Rudalics <rudalics@gmx.at>
15958
15959 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
15960 buffer argument (Bug#9083) and self-identifying label argument.
15961
a7c33da2
GM
159622011-07-15 Glenn Morris <rgm@gnu.org>
15963
15964 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
15965
2f5c6024
LMI
159662011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15967
15968 * man.el (Man-fontify-manpage): Fix message when formatting the
15969 man page (bug#7929).
15970
0bb23927 159712011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
15972
15973 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
15974 argument LRM; if non-nil, append an invisible LRM character to the
15975 buffer name.
15976 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
15977 last argument non-nil, when formatting buffer names.
0bb23927
EZ
15978 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
15979 paragraph direction.
cce4b0a7 15980
621ef9ab
LMI
159812011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15982
d1583c48
LMI
15983 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
15984 the man page name (bug#7929).
15985
6a57fb5f
LMI
15986 * image.el (put-image): Mention the `put-image' overlay property
15987 (bug#7834).
15988
d7956b14
LMI
15989 * scroll-bar.el (set-scroll-bar-mode): Mention that
15990 `scroll-bar-mode' lists the values (bug#7772).
15991
5b2d4a66
LMI
15992 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
15993 command (bug#7729).
15994
7509a874
LMI
15995 * rect.el (apply-on-rectangle): Return the point after the last
15996 operation.
15997 (string-rectangle): Go to the point after the last operation
15998 (bug#7522).
15999
4fe74b19
LMI
16000 * printing.el (pr-toggle-region): Clarify the documentation
16001 slightly (bug#7493).
16002
b796c9b7
SM
16003 * time.el (display-time-update):
16004 Allow `display-time-mail-function' to return nil (bug#7158).
16005 Fix suggested by Detlev Zundel.
ab283561 16006
fc233c9d
LMI
16007 * vc/diff.el (diff): Clarify the order the file names are read
16008 (bug#7111).
16009
43f5740b
LMI
16010 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
16011 the doc string (bug#7015).
16012
f2182a76
LMI
16013 * font-lock.el (font-lock-maximum-decoration): Mention what
16014 numeric levels mean (bug#6935).
16015
621ef9ab
LMI
16016 * startup.el (initial-buffer-choice): Don't mention the `none'
16017 selection, which is against policy.
16018
adc47434
MR
160192011-07-14 Martin Rudalics <rudalics@gmx.at>
16020
b796c9b7
SM
16021 * window.el (display-buffer-normalize-special):
16022 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 16023
7e5bfb8f
EZ
160242011-07-14 Eli Zaretskii <eliz@gnu.org>
16025
16026 * subr.el (version<, version<=, version=): Mention "-CVS" and
16027 "-12345" alpha version numbers.
16028
27fa387a
CY
160292011-07-14 Chong Yidong <cyd@stupidchicken.com>
16030
16031 * bindings.el: Add advertised binding for set-mark-command
16032 (Bug#5772).
16033
8bdfa064
CY
160342011-07-14 Chong Yidong <cyd@stupidchicken.com>
16035
16036 * bindings.el (mode-line-other-buffer):
16037 * bookmark.el (bookmark-bmenu-2-window):
16038 * bs.el (bs-cycle-next, bs-cycle-previous):
16039 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
16040 switch-to-buffer.
16041
16042 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 16043 Delete.
8bdfa064 16044
5eba16a3
JB
160452011-07-14 Juanma Barranquero <lekktu@gmail.com>
16046
16047 * follow.el (follow-debug-message, follow-redisplay):
16048 * jka-cmpr-hook.el (with-auto-compression-mode):
16049 Fix typos in docstrings.
16050
15853710
LMI
160512011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16052
a28e4607
LMI
16053 * subr.el (with-silent-modifications): Clarify somewhat what the
16054 macro inhibits (bug#6525).
16055
15853710
LMI
16056 * simple.el (eval-expression): Note what it does if called
16057 interactively (bug#6495).
16058
bee0fcef
CY
160592011-07-13 Chong Yidong <cyd@stupidchicken.com>
16060
b796c9b7
SM
16061 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
16062 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
16063
16064 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16065 Remove switch-to-buffer.
16066
58274504
LMI
160672011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16068
bd2fcc8d
LMI
16069 * files.el (make-directory): Clarify that an error will be raised
16070 if there's an error (bug#6397).
16071
0f04b32c
LMI
16072 * startup.el (initial-buffer-choice): Add `none' as a choice
16073 (bug#6234).
16074
465c5fc8
LMI
16075 * subr.el (add-hook): Clarify section about buffer-local hooks
16076 (bug#6218).
16077
58274504
LMI
16078 * dired.el (dired-flagged): Clarify doc string (bug#6117).
16079
bead9a43
JB
160802011-07-13 Juanma Barranquero <lekktu@gmail.com>
16081
16082 * tabify.el (untabify): Preserve the current column so that point
16083 doesn't move (bug#6032).
16084
3af98a7b
LMI
160852011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16086
b796c9b7
SM
16087 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
16088 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 16089
6240145a
GM
160902011-07-13 Glenn Morris <rgm@gnu.org>
16091
16092 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
16093 (dired-insert-directory): Give a message the first time
16094 if ls is found not to support --dired.
16095
1d8c2ccc
LMI
160962011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16097
16098 * simple.el (toggle-truncate-lines): Clarify what is toggled
16099 (bug#5580). Text by Drew Adams.
16100
5fc4038e
CY
161012011-07-13 Chong Yidong <cyd@stupidchicken.com>
16102
16103 * simple.el (blink-matching-open): Make the error message from the
16104 last change less verbose.
16105
bf6012e5
DN
161062011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
16107
16108 * font-lock.el (font-lock-comment-face): Use the high contrast
16109 "yellow" color for font-lock-comment-face on low color terminals
16110 using a dark background color (bug#4221).
16111
343c3b5a
LMI
161122011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16113
7e9505c5
LMI
16114 * dired.el (dired-insert-set-properties): Make the doc string
16115 reflect what it does now (bug#5325).
16116
c26fdcf5
LMI
16117 * simple.el (blink-matching-open): Say that we were unable to find
16118 the match within the limit, if we're limited (bug#5122).
16119
bb388cc5
LMI
16120 * international/mule-cmds.el (prefer-coding-system): Add an
16121 example (bug#4869).
16122
343c3b5a
LMI
16123 * progmodes/etags.el (tags-search): Document `file-list-form'
16124 (bug#4731).
16125
2a517d45
LM
161262011-07-13 Lawrence Mitchell <wence@gmx.li>
16127
16128 * net/browse-url.el (browse-url-default-browser)
16129 (browse-url-browser-function): Make the default browser choice a
16130 bit more logical (bug#4300). Also clean up the doc string.
16131
b6c78ef2
JB
161322011-07-13 Juanma Barranquero <lekktu@gmail.com>
16133
16134 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
16135 binary endings (bug#4440).
16136
1c4dd947
LMI
161372011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16138
a2014063
LMI
16139 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
16140 which can be pretty annoying (bug#8971).
16141
9c9c2d88
LMI
16142 * jka-compr.el (jka-compr-verbose): New variable, and use
16143 throughout (bug#8971).
16144
1c4dd947
LMI
16145 * info.el (Info-find-file): Fall back on the installation
16146 directory if we can't find the info node anywhere else.
16147
a1c9f41b
SO
161482011-07-13 Sergei Organov <osv@javad.com> (tiny change)
16149
16150 * vc/vc.el (vc-revert-file):
16151 Don't set file time-stamp in the past. (Bug#5181)
16152
536f3d36
LMI
161532011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16154
7152b011
LMI
16155 * files.el (after-find-file): Give a better error message when
16156 trying to find a symlink that points to a file that doesn't exist
16157 (bug#4398).
16158
536f3d36
LMI
16159 * progmodes/cc-vars.el: Remove (probably) misleading comment
16160 (bug#4396).
16161
460c0fba
JB
161622011-07-12 Johan Bockgård <bojohan@gnu.org>
16163
16164 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
16165
7a6bda45
CY
161662011-07-12 Chong Yidong <cyd@stupidchicken.com>
16167
16168 * mouse-sel.el: Hack restoring functionality, while keeping
16169 compatibility with 2010-07-03 changes to mouse selection.
16170 (mouse-sel-primary-overlay): New var.
16171 (mouse-sel-selection-alist): Use it.
16172 (mouse-sel-mode): Doc fix; remove points that are default features
16173 of mouse.el.
16174
c79598ef
JB
161752011-07-12 Johan Bockgård <bojohan@gnu.org>
16176
16177 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16178 Fix previous fix (bug#2490).
16179
ff8be6ef
RW
161802011-07-12 Roland Winkler <winkler@gnu.org>
16181
b796c9b7
SM
16182 * textmodes/bibtex.el (bibtex-initialize):
16183 Use pop-to-buffer-same-window.
ff8be6ef
RW
16184 (bibtex-search-entries): Fix interactive call.
16185
296ba3ee
LMI
161862011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16187
f5242a02 16188 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
16189 Fontise bytecomp Error lines more correctly (bug#2490).
16190 Fix suggested by Johan Bockgård.
f5242a02 16191
296ba3ee
LMI
16192 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
16193
16194 * dired-x.el (dired-guess-default): Use `delete-dups'.
16195
f69fd0d2
CY
161962011-07-12 Chong Yidong <cyd@stupidchicken.com>
16197
16198 * dired.el (dired-mark-prompt):
16199 * dired-aux.el (dired-read-shell-command): Doc fix.
16200
eab5dc07
LMI
162012011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16202
b796c9b7
SM
16203 * mail/sendmail.el (sendmail-query-once):
16204 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
16205 emacs -Q.
16206
16207 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
16208
eab5dc07
LMI
16209 * cus-edit.el (custom-file): Take an optional no-error variable.
16210 (customize-save-variable): Set the variable, and give a warning if
16211 running under "emacs -q".
16212
a1e65d42
JB
162132011-07-11 Juanma Barranquero <lekktu@gmail.com>
16214
16215 * loadhist.el (unload-feature-special-hooks):
16216 Add `auto-coding-functions', `fill-nobreak-predicate' and
16217 `find-directory-functions' (bug#5327).
16218
1d52da10
LMI
162192011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16220
be958f1d
LMI
16221 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
16222
5bedb26c
LMI
16223 * cus-edit.el (custom-guess-name-alist): -alist variables should
16224 use the `alist' type (bug#3120). Suggested by Drew Adams.
16225
1d52da10
LMI
16226 * printing.el: Add documentation to all the `pr-toggle-' commands.
16227
cd394be1 162282011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
16229
16230 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
16231 backends where it makes sense (bug#2623).
16232
dcc88d8a
LMI
162332011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16234
c3de9feb
LMI
16235 * dired-x.el (dired-guess-default): Remove duplicate shell command
16236 entries (bug#2028).
8a93078b 16237 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 16238 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 16239
dcc88d8a
LMI
16240 * subr.el (remove-duplicates): New conveniency function.
16241
505e3645
LMI
162422011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
16243
16244 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
16245 (bug#1526).
16246
162472011-07-10 Martin Rudalics <rudalics@gmx.at>
16248
16249 * window.el (display-buffer-normalize-default): Don't invert
16250 meaning of even-window-heights. Reported by Eli Zaretskii
16251 <eliz@gnu.org>.
16252
455e4fa1
BR
162532011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
16254
16255 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
16256
8e0bc3e9
CY
162572011-07-10 Chong Yidong <cyd@stupidchicken.com>
16258
16259 * window.el (display-buffer): Fix arguments to
16260 display-buffer-reuse-window in last change.
16261
fa7c3228
CY
16262 * faces.el (link): Use a less saturated blue on light backgrounds.
16263
16264 * startup.el (fancy-startup-text, fancy-about-text)
16265 (fancy-startup-tail): Use font-lock faces, for background safety.
16266
c0a7f300
BN
162672011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
16268
b796c9b7
SM
16269 * emulation/viper-cmd.el (viper-change-state-to-vi):
16270 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 16271
4dc2a129
MR
162722011-07-09 Martin Rudalics <rudalics@gmx.at>
16273
16274 * window.el (display-buffer-default-specifiers): Remove.
16275 (display-buffer-macro-specifiers): Remove default specifiers.
16276 (display-buffer-alist): Default to nil.
b796c9b7 16277 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
16278 (display-buffer-pop-up-window): Allow splitting internal
16279 windows. Check whether a live window was created.
16280 (display-buffer-other-window-means-other-frame)
16281 (display-buffer-normalize-arguments): Rename to
16282 display-buffer-normalize-argument and rewrite. Set the
16283 other-window specifier.
16284 (display-buffer-normalize-special): New function.
16285 (display-buffer-normalize-options): Rename to
16286 display-buffer-normalize-default and rewrite.
16287 (display-buffer-normalize-options-inhibit): Remove.
16288 (display-buffer-normalize-specifiers): Rewrite.
16289 (display-buffer): Process other-window specifier and call
16290 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
16291 more faithfully.
b796c9b7 16292 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 16293 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
16294 (display-buffer-in-window, display-buffer-alist-set):
16295 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
16296 <tassilo@member.fsf.org>.
16297
2d43b8c9
LL
162982011-07-09 Leo Liu <sdl.web@gmail.com>
16299
16300 * register.el (insert-register): Restore accidental change on
16301 2011-06-26. (Bug#9028)
16302
7f9b7c53
GM
163032011-07-09 Glenn Morris <rgm@gnu.org>
16304
16305 * subr.el (remq): Handle the empty list. (Bug#9024)
16306
f042cfd8
AS
163072011-07-08 Andreas Schwab <schwab@linux-m68k.org>
16308
16309 * mail/sendmail.el (send-mail-function): No longer delay custom
16310 initialization.
16311 * custom.el (custom-initialize-delay): Doc fix.
16312
856b2f11
SM
163132011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
16314
16315 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
16316
afae1d68
MA
163172011-07-08 Michael Albinus <michael.albinus@gmx.de>
16318
16319 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
16320 human-friendly prompt.
16321
0757af94
SM
163222011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
16323
16324 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
16325 provided by a particular plugin.
16326
d760b731
LMI
163272011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
16328
16329 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
16330 save customizations (with "emacs -Q"), just set the variable
16331 instead of erroring out.
16332
16333 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
16334
cd79ce90
JL
163352011-07-08 Juri Linkov <juri@jurta.org>
16336
16337 * arc-mode.el (archive-zip-expunge, archive-zip-update)
16338 (archive-zip-update-case): Use 7z if found by `executable-find'.
16339 The order of searching the available programs is the same as in
16340 `archive-zip-extract' (bug#8968).
16341
14cc04aa
CY
163422011-07-07 Chong Yidong <cyd@stupidchicken.com>
16343
16344 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
16345 (menu-bar-options-menu): Tweak descriptions.
16346
0a1848ec
LMI
163472011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16348
16349 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
16350 menu items into verb phrases (bug#1421). Also refill to fit under
16351 80 columns.
16352
f5bd0689
CY
163532011-07-07 Chong Yidong <cyd@stupidchicken.com>
16354
538e85c6
CY
16355 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
16356 (Info-read-node-name): Doc fix (Bug#1084).
16357
f5bd0689
CY
16358 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
16359 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
16360 (end-of-sexp, beginning-of-sexp)
16361 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
16362 (forward-symbol, forward-same-syntax, word-at-point)
16363 (sentence-at-point): Doc fix (Bug#1144).
16364
56ec5115
LMI
163652011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16366
f3f8e37f
LMI
16367 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
16368 should cover it (bug#1281).
16369
0757af94 16370 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 16371
e9fce1ac 16372 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
16373 negotiation fails, then possibly try again with a non-encrypted
16374 connection (bug#9017).
16375
56ec5115
LMI
16376 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
16377 be used.
16378
c2f9aec8
RS
163792011-07-07 Richard Stallman <rms@gnu.org>
16380
16381 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
16382 property, and handle its changed format.
16383 Look for the correct line number.
16384 Use file's line contents (but not past first =) to find
16385 correct line in message.
16386
ef7b981d 163872011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
16388
16389 * international/characters.el (build-unicode-category-table):
16390 Delete it.
0757af94 16391 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 16392
0757af94 16393 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
16394 to src/chartab.c.
16395 (get-char-code-property): Call unicode-property-table-internal to
16396 load a file. Call get-unicode-property-internal where necessary.
16397 (put-char-code-property): Call unicode-property-table-internal to
16398 load a file. Call put-unicode-property-internal where necessary.
16399 put-unicode-property-internal where necessary.
0757af94
SM
16400 (char-code-property-description):
16401 Call unicode-property-table-internal to load a file.
c805dec0
KH
16402
16403 * international/charprop.el:
16404 * international/uni-bidi.el:
16405 * international/uni-category.el:
16406 * international/uni-combining.el:
16407 * international/uni-comment.el:
16408 * international/uni-decimal.el:
16409 * international/uni-decomposition.el:
16410 * international/uni-digit.el:
16411 * international/uni-lowercase.el:
16412 * international/uni-mirrored.el:
16413 * international/uni-name.el:
16414 * international/uni-numeric.el:
16415 * international/uni-old-name.el:
16416 * international/uni-titlecase.el:
16417 * international/uni-uppercase.el: Regenerate.
16418
16419 * loadup.el: Load international/charprop.el before
16420 international/characters.
16421
e14b388a
CY
164222011-07-07 Chong Yidong <cyd@stupidchicken.com>
16423
16424 * window.el (next-buffer, previous-buffer): Signal an error if
16425 called from a minibuffer window.
16426
16427 * bindings.el: Revert 2011-07-04 change.
16428
354cf0ba
RS
164292011-07-06 Richard Stallman <rms@gnu.org>
16430
16431 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
16432 (rmail-mime-insert-bulk, rmail-mime-insert-text):
16433 Treat markers like ints.
16434 (rmail-mime-entity): Doc fix.
16435
a48868a7
LMI
164362011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16437
4906cd3d
LMI
16438 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
16439 defcustom again for backwards compatibility.
16440
e0457abe
LMI
16441 * simple.el (shell-command-on-region): Fill.
16442
d67f7e1f
LMI
16443 * dired-aux.el (dired-kill-line): Add a doc string.
16444
fe204702
LMI
16445 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
16446 to "\\sw\\|\\s_" (bug#358).
16447
a48868a7
LMI
16448 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
16449 (dired-unmark-backward): Ditto.
16450 (dired-flag-backup-files): Ditto.
16451
16452 * dired-x.el (dired-mark-sexp): Ditto.
16453
aa8a705c
RS
164542011-07-06 Richard Stallman <rms@gnu.org>
16455
16456 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
16457 (rmail-mime-entity): New arg TRUNCATED.
16458 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
16459 New functions.
16460 (rmail-mime-save): Warn if entity is truncated.
16461 (rmail-mime-toggle-hidden): Likewise, for showing.
16462 (rmail-mime-process-multipart): Record when an entity is truncated.
16463
a9a936b9
RS
16464 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
16465 if ENTITY is a string.
16466
1f2b92cb
LMI
164672011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16468
f4f73198 16469 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
16470 of faces when `M-C-x'-ing their definitions (bug#8378).
16471 Also clean up the code slightly.
f4f73198 16472
12b16734 16473 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 16474 because that makes the colors go away.
12b16734 16475
f0691d22
LMI
16476 * mail/sendmail.el (send-mail-function): Change the default to
16477 `sendmail-query-once'.
9e87df06 16478 (sendmail-query-once): Add an autoload cookie.
f0691d22 16479
1f2b92cb
LMI
16480 * net/network-stream.el (network-stream-open-starttls): Try using
16481 a plain connection even if the server offered STARTTLS, and we
16482 kinda wanted to use it, if Emacs doesn't have any STARTTLS
16483 capability. This should make smtpmail.el work in slightly more
16484 configurations.
16485
1cdd2a1b
MA
164862011-07-06 Michael Albinus <michael.albinus@gmx.de>
16487
16488 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
16489 New defun.
16490 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
16491
fbcc67e2
MM
164922011-07-06 Michael R. Mauger <mmaug@yahoo.com>
16493
16494 * progmodes/sql.el: Version 3.0
0757af94 16495 (sql-product-alist): Add product :completion-object,
fbcc67e2 16496 :completion-column, and :statement attributes.
0757af94 16497 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 16498 (sql-mode-syntax-table): Mark all punctuation.
0757af94 16499 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
16500 ansi keywords.
16501 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 16502 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
16503 (sql-oracle-show-reserved-words): New function for development.
16504 (sql-product-font-lock): Simplify for source code buffers.
16505 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
16506 New functions.
16507 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
16508 (sql-mode-map): Add statement movement functions.
16509 (sql-ansi-statement-starters, sql-oracle-statement-starters):
16510 New variable.
fbcc67e2
MM
16511 (sql-statement-regexp, sql-beginning-of-statement)
16512 (sql-end-of-statement, sql-signum): New functions.
0757af94 16513 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
16514 (sql-show-sqli-buffer): Bug fix.
16515 (sql-interactive-mode): Store connection data as buffer local.
0757af94 16516 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
16517 with sql-interactive-mode.
16518 (sql-save-connection): Save buffer local settings.
0757af94 16519 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
16520 (sql-product-interactive): Bug fix.
16521 (sql-preoutput-hold): New variable.
16522 (sql-interactive-remove-continuation-prompt): Bug fixes.
16523 (sql-debug-redirect): New variable.
16524 (sql-str-literal): New function.
16525 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 16526 Redesign.
fbcc67e2
MM
16527 (sql-oracle-save-settings, sql-oracle-restore-settings)
16528 (sql-oracle-list-all, sql-oracle-list-table): New functions.
16529 (sql-completion-object, sql-completion-column)
16530 (sql-completion-sqlbuf): New variables.
16531 (sql-build-completions-1, sql-build-completions)
16532 (sql-try-completion): New functions.
16533 (sql-read-table-name): Use them.
16534 (sql-contains-names): New buffer local variable.
16535 (sql-list-all, sql-list-table): Use it.
16536 (sql-oracle-completion-types): New variable.
16537 (sql-oracle-completion-object, sql-sqlite-completion-object)
16538 (sql-postgres-completion-object): New functions.
16539
d4eaeab1
GM
165402011-07-06 Glenn Morris <rgm@gnu.org>
16541
16542 * window.el (pop-to-buffer): Doc fix.
16543
322b7dab 165442011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
16545
16546 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
16547
322b7dab 165482011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 16549
322b7dab 16550 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 16551
322b7dab 16552 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 16553
605dd5bf
CY
165542011-07-05 Chong Yidong <cyd@stupidchicken.com>
16555
16556 * button.el (button): Inherit from link face. Suggested by Dan
16557 Nicolaescu.
16558
7dbfa719
SM
165592011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16560
3db614b0
SM
16561 * progmodes/gdb-mi.el: Fit in 80 columns.
16562 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
16563 switch-to-buffer.
16564
7dbfa719
SM
16565 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
16566 if imenu is simply not configured (bug#8941).
16567
919d884a
KM
165682011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
16569
16570 * allout.el (allout-post-undo-hook): New allout outline-change
16571 event hook to signal undo activity.
16572 (allout-post-command-business): Run allout-post-undo-hook if an
16573 undo just occurred.
7dbfa719
SM
16574 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
16575 * allout-widgets.el (allout-widgets-after-undo-function):
16576 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
16577 in the vicinity of an undo.
16578 (allout-widgets-mode): Include allout-widgets-after-undo-function
16579 on the new allout-post-undo-hook.
16580
450a0f09
SM
165812011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16582
16583 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
16584 Let define-derived-mode define it.
16585 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
16586 cycles of abbrev-table inheritance (bug#8998).
16587
2de69e00
RW
165882011-07-05 Roland Winkler <winkler@gnu.org>
16589
16590 * textmodes/bibtex.el: Add support for biblatex.
16591 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
16592 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
16593 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
16594 (bibtex-entry-alist, bibtex-field-alist): New variables.
16595 (bibtex-entry-field-alist): Obsolete alias for
16596 bibtex-BibTeX-entry-alist.
16597 (bibtex-entry-alist, bibtex-field-alist): New widgets.
16598 (bibtex-set-dialect): New command.
16599 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
16600 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
16601 Bind via bibtex-set-dialect.
2de69e00
RW
16602 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
16603 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
16604 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
16605 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
16606 Define via bibtex-set-dialect.
450a0f09
SM
16607 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
16608 Obey bibtex-no-opt-remove-re.
2de69e00
RW
16609 (bibtex-vec-push, bibtex-vec-incr): New functions.
16610 (bibtex-format-entry, bibtex-field-list)
16611 (bibtex-print-help-message, bibtex-validate)
16612 (bibtex-search-entries): Use new format of bibtex-entry-alist.
16613
2dcdbdd9
SM
166142011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16615
16616 * progmodes/compile.el (compilation-goto-locus):
16617 * net/tramp-cmds.el (tramp-append-tramp-buffers):
16618 * bs.el (bs-cycle-next, bs-cycle-previous):
16619 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
16620 * bindings.el (mode-line-other-buffer):
16621 * autoinsert.el (auto-insert):
16622 * arc-mode.el (archive-extract):
16623 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
16624
b27640fe
JB
166252011-07-05 Juanma Barranquero <lekktu@gmail.com>
16626
16627 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
16628 Fix check of `emacs-lock-unlockable-modes'.
16629 Coerce true values of `emacs-lock--try-unlocking' to t.
16630
53bbe3ad
JB
166312011-07-05 Juanma Barranquero <lekktu@gmail.com>
16632
16633 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
16634 * emacs-lock.el: New file.
16635
1d3cdbc7
JD
166362011-07-05 Julien Danjou <julien@danjou.info>
16637
16638 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
16639 than `boundp' to check if face is set.
16640
9173deec
JB
166412011-07-05 Juanma Barranquero <lekktu@gmail.com>
16642
16643 * register.el (registerv-make):
16644 * window.el (window-min-height): Fix typos in docstrings.
16645
869795d6
JD
166462011-07-05 Jan Djärv <jan.h.d@swipnet.se>
16647
9173deec 16648 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
16649 Update doc string.
16650
b768cdcd
JB
166512011-07-04 Juanma Barranquero <lekktu@gmail.com>
16652
16653 * server.el (server-execute): Catch quit and call
16654 `server-return-error' to pass the error back to emacsclient and
16655 close the connection (bug#8942).
16656
13aa217b
KM
166572011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
16658
16659 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
16660 insecure exception for current topic. Also note that auto-saves
16661 are handled differently.
16662
5d3385a0 16663 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
16664 State variables for tracking auto-save inhibition situation.
16665
16666 (allout-write-contents-hook-handler): Rename from
16667 'allout-write-file-hook-handler', and describe how it depends on
16668 write-contents-functions sensitivity to non-nil value to prevent
16669 file write.
16670
16671 (allout-auto-save-hook-handler): Remove. auto-save does not check
16672 this in individual buffers, only in the starting buffer, so this
16673 is not the right way for us to inhibit auto-save in a buffer
16674 according to its condition.
16675
16676 (allout-mode): Use new allout-write-contents-hook-handler, and
16677 only with write-contents-functions. Remove auto-save provisions -
16678 they're implemented elsewhere.
16679
16680 (allout-before-change-handler): If undo is in progress, note that
16681 for attention of allout-post-command-business.
16682
16683 (allout-post-command-business): If the command we're following was
16684 an undo, check for change in the status of encrypted items and
16685 adjust auto-save inhibitions accordingly.
16686
16687 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
16688 according to whether there are or aren't any plain-text topics
16689 pending encryption.
16690
2dcdbdd9 16691 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
16692 Adjust buffer-saved-size and some allout state to inhibit auto-saves
16693 if there are plain-text topics pending encryption.
13aa217b
KM
16694
16695 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
16696 buffer-saved-size and some allout state to not inhibit auto-saves
16697 if there are no longer any plain-text topics pending encryption.
16698
0757af94
SM
16699 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
16700 No longer provide for exemption of the current topic.
13aa217b 16701
ac89b32c
JL
167022011-07-04 Juri Linkov <juri@jurta.org>
16703
16704 Add 7z operations to delete and save changed members (bug#8968).
16705 * arc-mode.el (archive-7z-expunge, archive-7z-update):
16706 New defcustoms.
16707 (archive-7z-write-file-member): New function.
16708 (archive-7z-summarize): Fix the number of dashes in the
16709 listing output.
16710
8fa39615
SM
167112011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16712
16713 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
16714 (bug#8958).
16715
2f11b3f1
CY
167162011-07-04 Chong Yidong <cyd@stupidchicken.com>
16717
d66fef2b
CY
16718 * bindings.el: Ignore next-buffer and previous-buffer in
16719 minibuffer-local-map.
16720
2f11b3f1
CY
16721 * font-lock.el (font-lock-builtin-face): Change light background
16722 color to dark slate blue (Bug#6693).
16723
f932a347
WD
167242011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
16725
16726 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
16727
c8af70e1
SM
167282011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16729
16730 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
16731 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16732 Add switch-to-buffer.
16733
f158badc
LMI
167342011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16735
16736 * isearch.el (isearch-search-fun-function): Clarify further the
16737 meaning of the function returned.
16738
6d95bd46
MA
167392011-07-04 Michael Albinus <michael.albinus@gmx.de>
16740
16741 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
16742
16743 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
16744 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
16745 Use it.
16746 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
16747 `tramp-default-remote-path' does not exist.
16748 (tramp-send-command-and-read): New optional argument NOERROR.
16749 (tramp-open-connection-setup-interactive-shell)
16750 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
16751 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
16752 (tramp-process-sentinel): Flush also process' connection property.
16753 (tramp-sh-handle-start-file-process): Do not set process
16754 sentinel. It is done now ...
16755 (tramp-maybe-open-connection): ... here. (Bug#8929)
16756
909e6b67
MK
167572011-07-04 MON KEY <monkey@sandpframing.com>
16758
16759 * play/animate.el (animate-string): Doc fixes and allow changing
16760 the buffer name (bug#5417).
16761
167622011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16763
c8af70e1 16764 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 16765
f34755dc
PE
167662011-07-04 Paul Eggert <eggert@cs.ucla.edu>
16767
396cec72
PE
16768 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
16769 This is simpler and helps future-proof the code.
16770 (timer-until): Use time-subtract and float-time.
08235028 16771 (timer--time-less-p): Use time-less-p.
f34755dc 16772
56e6cc31
JB
167732011-07-04 Juanma Barranquero <lekktu@gmail.com>
16774
3abb79e5
JB
16775 * type-break.el (timep): Use the value of `float-time' to avoid a
16776 byte-compiler warning.
16777
56e6cc31
JB
16778 * server.el (server-eval-and-print): Return any result, even nil.
16779
7b9430b4
PE
167802011-07-03 Paul Eggert <eggert@cs.ucla.edu>
16781
16782 * type-break.el: Accept time formats that the builtins accept.
16783 (timep, type-break-time-difference): Accept any format that
16784 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
16785 This is simpler and helps future-proof the code.
16786 (type-break-time-difference): Round rather than ignoring
16787 subseconds components.
16788
3034e9e7
LMI
167892011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16790
16791 * info.el (Info-apropos-matches): Make non-interactive, since it
16792 doesn't seem to do anything useful as a command (bug#8829).
16793
1485f4c0
CY
167942011-07-03 Chong Yidong <cyd@stupidchicken.com>
16795
16796 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 16797 Move from faces.el.
1485f4c0
CY
16798 (frame-default-terminal-background): New function.
16799
16800 * custom.el (custom-push-theme): Don't record faces in `changed'
16801 theme; this doesn't work correctly for per-frame face settings.
16802 (disable-theme): Use face-set-after-frame-default to reset faces.
16803 (custom--frame-color-default): New function.
16804
9fa3dd45
LMI
168052011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16806
c8af70e1 16807 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
16808 (bug#8769).
16809
6cbbc20c
KR
168102011-03-29 Kevin Ryde <user42@zip.com.au>
16811
16812 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16813 `perl-Test2' extend to match possible "fail #N" rep count
16814 (bug#8377).
16815
c7f98048
LMI
168162011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16817
65676592
LMI
16818 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
16819 `smtpmail-via-smtp' now returns the error instead of nil.
16820
c7f98048
LMI
16821 * isearch.el (isearch-search-fun-function): Clarify the doc string
16822 (bug#8101).
16823
56e6cc31 168242011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
16825
16826 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
16827 unnecessary spaces (bug#8987).
16828
2b216704
LMI
168292011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16830
16831 * net/network-stream.el (open-network-stream): Use the
16832 :end-of-capability command thoughout.
16833
168342011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
16835
16836 * net/network-stream.el (open-network-stream): Add the
16837 :end-of-capability command parameter, used by pop3.el.
16838
36adf6ce
LMI
168392011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16840
1ca0da0e
LMI
16841 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
16842
fc00f69c
LMI
16843 * fringe.el (fringe-query-style): Remove redundant text " (type ?
16844 for list)" (bug#6475).
16845
28fd8759 16846 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 16847 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
16848 an error (bug#6297).
16849
0dd8b6da
LMI
16850 * man.el (Man-reference-regexp): Allow matching possible
16851 word-wrapped references (bug#6289).
16852
ce1438d6
LMI
16853 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
16854 for consistency with the other vc buffers (bug#6197).
16855 (vc-checkin): Ditto.
16856
16857 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
16858
36adf6ce
LMI
16859 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
16860
e83cc1f7
LMI
168612011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16862
8a20ca4c
LMI
16863 * custom.el (defcustom): Clarify that :set is only used in the
16864 Customize user interface (bug#6089).
16865
83319045
LMI
16866 * progmodes/flymake.el (flymake-mode): If the buffer isn't
16867 associated with a file, refuse to run instead of erroring out
16868 (bug#6084).
16869
a8392169
LMI
16870 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
16871 the doc string, since it appears that using `fill-column' always
16872 controls the width (bug#7845).
16873
e83cc1f7
LMI
16874 * simple.el (shell-command-on-region): Say where the error output
16875 went if `shell-command-default-error-buffer' is set (bug#6857).
16876
e47ca23b
KM
168772011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
16878
16879 * allout.el (allout-yank-processing): Adjust cursor position for
16880 backwards-deleted space.
16881
16882 (allout-rebullet-heading): Register changes with
16883 allout-exposure-changed-hook, so the modified topic is properly
16884 decorated.
16885
5cf56143
LMI
168862011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16887
08549772
LMI
16888 * minibuffer.el (completion-in-region): Document PREDICATE
16889 (bug#7136).
16890
48e96771
LMI
16891 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
16892 of keyword/argument pairs (bug#6904).
16893
c8af70e1
SM
16894 * replace.el (multi-occur):
16895 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 16896
e17d05e2
LMI
168972011-07-02 Drew Adams <drew.adams@oracle.com>
16898
16899 * dired.el (dired-mark-if): Make the message about whether it's
16900 marking or unmarking clearer (bug#8523).
16901
063b0e45
LMI
169022011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16903
16904 * disp-table.el (display-table-print-array): New function.
16905 (describe-display-table): Use it to print the vectors more pretty
16906 (Bug#8859).
16907
28545e04
MR
169082011-07-02 Martin Rudalics <rudalics@gmx.at>
16909
16910 * window.el (window-state-get-1): Don't assign clone numbers.
16911 Add clone-of item to list of window parameters.
16912 (window-state-put-2): Don't process clone numbers.
16913 (display-buffer-alist): Fix doc-string.
16914
3349e122
SM
169152011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
16916
16917 * subr.el (remq): Don't allocate if it's not needed.
16918 (keymap--menu-item-binding, keymap--menu-item-with-binding)
16919 (keymap--merge-bindings): New functions.
16920 (keymap-canonicalize): Use them to refine the canonicalization.
16921 * minibuffer.el (minibuffer-local-completion-map)
16922 (minibuffer-local-must-match-map): Move initialization from C.
16923 (minibuffer-local-filename-completion-map): Move initialization from C;
16924 don't inherit from anything here.
16925 (minibuffer-local-filename-must-match-map): Make obsolete.
16926 (completing-read-default): Use make-composed-keymap to combine
16927 minibuffer-local-filename-completion-map with either
16928 minibuffer-local-must-match-map or
16929 minibuffer-local-filename-completion-map.
16930
d224ac83
GM
169312011-07-01 Glenn Morris <rgm@gnu.org>
16932
3de63bf8
GM
16933 * type-break.el (type-break-time-sum): Use dolist.
16934
d224ac83
GM
16935 * textmodes/flyspell.el (flyspell-word-search-backward):
16936 Replace CL function.
16937
1a1e3f32
SM
169382011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
16939
fe3f64d5
SM
16940 * mouse.el (mouse--strip-first-event): New function.
16941 (function-key-map): Use it to map fringe clicks to normal clicks
16942 by default.
16943
eb604e34
SM
16944 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
16945 (vc-bzr-revision-completion-table): Add support for annotate and date.
16946
1a1e3f32
SM
16947 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
16948 inherit from parent.
16949
5bd35902
LMI
169502011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16951
ace6c69c 16952 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 16953 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 16954
191e2bed
LMI
16955 * dired.el (dired-mode): Fix up the doc string as suggested by
16956 Drew Adams (bug#8817).
16957
5bd35902
LMI
16958 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
16959 cookie, since the manual says that it should be possible to add
16960 this function to `find-file-hook' (bug#8709).
16961
eee8207a
TZ
169622011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
16963
16964 * progmodes/cfengine.el: Moved all cfengine3.el functionality
16965 here. Noted Ted Zlatanov as the maintainer.
16966 (cfengine-common-settings, cfengine-common-syntax): New functions
16967 to set up common things between `cfengine-mode' and
16968 `cfengine3-mode'.
16969 (cfengine3-mode): New mode.
16970 (cfengine3-defuns cfengine3-defuns-regex
16971 (cfengine3-class-selector-regex cfengine3-category-regex)
16972 (cfengine3-vartypes cfengine3-font-lock-keywords)
16973 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 16974 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 16975
36b148cf
MA
169762011-07-01 Michael Albinus <michael.albinus@gmx.de>
16977
16978 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
16979
16980 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
16981
0bf4ba9a
MR
169822011-07-01 Martin Rudalics <rudalics@gmx.at>
16983
16984 * window.el (same-window-buffer-names, same-window-regexps)
16985 (same-window-p, special-display-frame-alist)
16986 (special-display-popup-frame, special-display-function)
16987 (special-display-buffer-names, special-display-regexps)
16988 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
16989 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
16990 (split-window-preferred-function, split-height-threshold)
16991 (split-width-threshold, even-window-heights)
16992 (display-buffer-mark-dedicated, window-splittable-p)
16993 (split-window-sensibly, window-safely-shrinkable-p):
16994 Un-obsolete.
16995 (display-buffer): Don't spread args with function specifier
16996 because special-display-popup-frame won't like it.
16997
35837f51
PE
169982011-07-01 Paul Eggert <eggert@cs.ucla.edu>
16999
d0672f86
PE
17000 Time-stamp simplifications and fixes.
17001 These improve accuracy slightly, and future-proof the code
17002 against some potential changes to current-time format.
17003
b9444d97
PE
17004 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
17005 by using time-since and float-time.
17006
0ef923dc
PE
17007 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
17008 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
17009 + NNN microseconds".
17010
2f81380d
PE
17011 * type-break.el (type-break-time-sum): Rewrite using time-add.
17012
845b5c3e
PE
17013 * play/hanoi.el (hanoi-current-time-float): Remove.
17014 All uses replaced by float-time.
17015
ee6f1be0
PE
17016 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
17017 This yields a more-accurate answer.
17018 (rng-time-to-float): Remove; no longer needed.
17019
fe955043
PE
17020 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
17021
5777162a
PE
17022 * calendar/timeclock.el (timeclock-seconds-to-time):
17023 Defalias to seconds-to-time, since they're the same thing.
17024
3103f8b6 17025 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 17026 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
17027 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
17028
0e61a35f
SM
170292011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
17030
17031 * window.el (bury-buffer): Don't iconify the only frame.
17032 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
17033 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
17034
ddd63a1e
CY
170352011-07-01 Chong Yidong <cyd@stupidchicken.com>
17036
0e61a35f
SM
17037 * eshell/em-smart.el (eshell-smart-display-navigate-list):
17038 Add mouse-yank-primary.
ddd63a1e 17039
055f4923
TZ
170402011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
17041
17042 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
17043
6a2fb145
SM
170442011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
17045
17046 * emacs-lisp/find-func.el (find-library--load-name): New fun.
17047 (find-library-name): Use it to find relative load names when provided
17048 absolute file name (bug#8803).
17049
fd4983f2
LMI
170502011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
17051
887d14ad
LMI
17052 * textmodes/flyspell.el (flyspell-word): Consider words that
17053 differ only in case as potential doublons (bug#5687).
17054
c53dc7fc
LMI
17055 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
17056 Remove two rather uninteresting debugging-like messages to make
17057 debbugs.el more silent.
17058
fd4983f2
LMI
17059 * comint.el (comint-password-prompt-regexp): Accept "Response" as
17060 a password-like phrase.
17061
7a71b18d 170622011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
17063
17064 * progmodes/cc-guess.el: New file.
17065
6a2fb145 17066 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
17067
17068 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
17069 derived from `c-basic-common-init'.
17070
17071 * progmodes/cc-mode.el (top-level): Require cc-guess.
17072 (c-basic-common-init): Use `cc-choose-style-for-mode'.
17073
1fa280a3
LM
170742011-06-30 Lawrence Mitchell <wence@gmx.li>
17075
17076 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
17077
e6597158
AM
170782011-06-30 Alan Mackenzie <acm@muc.de>
17079
1fa280a3
LM
17080 * progmodes/cc-engine.el (c-guess-continued-construct):
17081 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
17082 lock is disabled. Name this case as "CASE G".
17083
68ba37fb
KM
170842011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
17085
17086 * allout.el (allout-yank-processing): Fix injection of extra space
17087 between bullet and non-whitespace character in first topic when
17088 pasting, ensuring that the actual spacing in the pasted topic
17089 following the bullet char is preserved. This extra space was
17090 causing pasted encrypted topics to get a decrypted status even
17091 when the content was actually still encrypted. Now the decryption
17092 status from before the paste is preserved.
17093
17094 (allout-flag-region): Set all allout overlays so they evaporate
17095 when reduced to zero length (evanescent), to prevent overlay
17096 leakage.
17097
887a0b34
GM
170982011-06-30 Glenn Morris <rgm@gnu.org>
17099
94b9acce
GM
17100 * w32-fns.el (w32-charset-info-alist): Declare.
17101
1d9b46d4
GM
17102 * find-dired.el (find-grep-options): Simplify.
17103
cc232200
GM
17104 * term/ns-win.el (ns-set-resource): Declare.
17105
28e77c46
GM
17106 * ses.el (row, col): Declare dynamic variables honestly.
17107
887a0b34
GM
17108 * textmodes/reftex-parse.el (index-tags): Declare.
17109
658d8eb8
CY
171102011-06-30 Chong Yidong <cyd@stupidchicken.com>
17111
17112 * cus-edit.el (customize-push-and-save): New function.
17113
17114 * files.el (hack-local-variables-confirm): Use it.
17115
1fa280a3
LM
17116 * custom.el (load-theme): New arg NO-CONFIRM.
17117 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
17118 (custom-enabled-themes): Doc fix.
17119
17120 * cus-theme.el (customize-create-theme)
17121 (custom-theme-merge-theme): Callers to load-theme changed.
17122
bb617717
LMI
171232011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
17124
d61bdd5d
LMI
17125 * thingatpt.el (thing-at-point-short-url-regexp): Require that
17126 short URLs have at least one dot in them (bug #7614).
17127
bb617717
LMI
17128 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
17129 nil, because using a pty is apparently too slow (bug #895).
17130
2f31f37a
LMI
171312011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
17132
17133 * mail/sendmail.el (sendmail-query-once): New function.
17134 (sendmail-query-once-function): New variable.
17135
3076b24e
GM
171362011-06-29 Glenn Morris <rgm@gnu.org>
17137
faf2a174
GM
17138 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
17139
3076b24e
GM
17140 * ses.el (top-level): Require cl when compiling.
17141 (ses-set-localvars): Fix error statement.
17142 Call it at compile time to silence a storm of warnings.
17143
5386012d
MR
171442011-06-29 Martin Rudalics <rudalics@gmx.at>
17145
17146 * window.el (normalize-live-buffer): Rename to
17147 window-normalize-buffer.
17148 (normalize-live-frame): Rename to window-normalize-frame.
17149 (normalize-any-window): Rename to window-normalize-any-window.
17150 (normalize-live-window): Rename to window-normalize-live-window.
17151 (make-window-atom): Rename to window-make-atom.
17152 (window-resize-reset): Rename to window--resize-reset.
17153 (window-resize-reset-1): Rename to window--resize-reset-1.
17154 (resize-mini-window): Rename to window--resize-mini-window.
17155 (resize-subwindows-skip-p): Rename to
17156 window--resize-subwindows-skip-p.
17157 (resize-subwindows-normal): Rename to
17158 window--resize-subwindows-normal.
17159 (resize-subwindows): Rename to window--resize-subwindows.
17160 (resize-other-windows): Rename to window--resize-siblings.
17161 (resize-this-window): Rename to window--resize-this-window.
17162 (resize-root-window): Rename to window--resize-root-window.
17163 (resize-root-window-vertically): Rename to
17164 window--resize-root-window-vertically.
17165 (normalize-buffer-to-display): Rename to
17166 window-normalize-buffer-to-display.
17167 (normalize-buffer-to-switch-to): Rename to
17168 window-normalize-buffer-to-switch-to.
17169 Correspondingly update all callers of the functions listed
17170 above.
17171 (display-buffer-alist, display-buffer-normalize-arguments)
17172 (display-buffer-normalize-options, display-buffer)
17173 (display-buffer-alist-set): Use "function" instead of
17174 "fun-with-args".
17175
1176868d
CY
171762011-06-28 Chong Yidong <cyd@stupidchicken.com>
17177
17178 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
17179 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
17180 debbugs.gnu.org. Mention acknowledgment email.
17181
20a7a65f
LMI
171822011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
17183
17184 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
17185 buffer multibyteness, since it shouldn't matter.
17186
5f45cca5
MR
171872011-06-28 Martin Rudalics <rudalics@gmx.at>
17188
17189 * window.el (display-buffer-in-side-window): Handle dedicated
17190 windows as in display-buffer-reuse-window.
17191 (display-buffer-normalize-alist): Use value of override
17192 specifier.
17193 (display-buffer-normalize-specifiers): Use value of
17194 other-window-means-other-frame specifier.
17195 (display-buffer-alist): Rewrite some texts in widgets.
17196 (display-buffer): Spread arguments when calling function
17197 specified by fun-with-args.
17198
ad85fe1f
DD
171992011-06-28 Deniz Dogan <deniz@dogan.se>
17200
1fa280a3
LM
17201 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
17202 Unnest `let'.
da68c4c8 17203
ad85fe1f
DD
17204 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
17205 selectors (Bug#5732).
ec49bd31 17206 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 17207
a08cc025
JA
172082011-06-27 Jari Aalto <jari.aalto@cante.net>
17209
17210 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
17211 (eshell-ls-date-format): New defcustom.
17212 (eshell-ls-file): Use it.
17213
e2b551c5
SM
172142011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
17215
17216 * help-fns.el (describe-variable): Fix message for terminal-local vars.
17217
8982b231
KY
172182011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
17219
17220 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
17221 (ange-ftp-make-tmp-name): New arg.
17222 (ange-ftp-file-local-copy): Use it.
17223
36c9fa27
J
172242011-06-27 Jambunathan K <kjambunathan@gmail.com>
17225
17226 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
17227 no-conversion (Bug#8870).
17228
d68443dc
MR
172292011-06-27 Martin Rudalics <rudalics@gmx.at>
17230
17231 * window.el (window-right, window-left, window-child)
17232 (window-child-count, window-last-child)
17233 (window-iso-combination-p, walk-window-tree-1)
17234 (window-atom-check-1, window-tree-1, delete-window)
17235 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
17236 new naming conventions - window-vchild, window-hchild,
17237 window-next and window-prev are now called window-top-child,
17238 window-left-child, window-next-sibling and window-prev-sibling
17239 respectively.
d615d6d2
MR
17240 (resize-window-reset): Rename to window-resize-reset.
17241 (resize-window-reset-1): Rename to window-resize-reset-1.
17242 (resize-window): Rename to window-resize.
17243 (window-min-height, window-min-width)
17244 (resize-mini-window, resize-this-window, resize-root-window)
17245 (resize-root-window-vertically, adjust-window-trailing-edge)
17246 (enlarge-window, shrink-window, maximize-window)
17247 (minimize-window, delete-window, quit-restore-window)
17248 (split-window, balance-windows, balance-windows-area-adjust)
17249 (balance-windows-area, window-state-put-2)
17250 (display-buffer-even-window-sizes, display-buffer-set-height)
17251 (display-buffer-set-width, set-window-text-height)
17252 (fit-window-to-buffer): Rename all "resize-window" prefixed
17253 calls to use the "window-resize" prefix convention.
17254 (display-buffer-alist): Fix symbol for label specifier.
17255 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
17256 corresponding specifier.
17257 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 17258
b6458526
VB
172592011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
17260
17261 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
17262 convention.
17263 (ses-call-printer): Does not pass an empty string to formatter when the
17264 cell is empty to keep from barking printer Calc math-format-value.
17265
d31fd9ac
RS
172662011-06-27 Richard Stallman <rms@gnu.org>
17267
43d5bf84
RS
17268 * battery.el (battery-mode-line-limit): New variable.
17269 (battery-update): Handle it.
17270
d31fd9ac
RS
17271 * mail/rmailmm.el (rmail-mime-process-multipart):
17272 Handle truncated messages.
17273
819a6054
GM
172742011-06-27 Glenn Morris <rgm@gnu.org>
17275
17276 * progmodes/flymake.el (flymake-err-line-patterns):
17277 Allow for column numbers in the ant/javac pattern. (Bug#8866)
17278
cedc73f2
VB
172792011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
17280
819a6054 17281 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
17282 (ses--clean-!, ses--clean-_): New functions.
17283 (ses-range): Add configurability of readout order, and conversion
17284 to Calc vector.
17285
5e5d49b6
VB
17286 * ses.el (ses-repair-cell-reference-all): New function.
17287 (ses-cell-symbol): Set macro as safe, so that it can be used in
17288 formulas.
17289
56e6cc31 17290 * ses.el: Update cycle detection algorithm.
90ca8b49 17291 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 17292 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
17293 (ses-set-localvars): New function.
17294 (ses-make-cell): Add property-list as a cell element.
17295 (ses-cell-property-get-fun, ses-cell-property-get)
17296 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
17297 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
17298 New functions.
90ca8b49
VB
17299 (ses-cell-property-set, ses-cell-property-pop)
17300 (ses-cell-property-get-handle): New macro.
17301 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
17302 New aliases, used for code readability.
17303 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
17304 cycle detection.
17305 (ses-self-reference-early-detection): New defcustom.
fac916bf 17306 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
17307 (ses-mode): Use ses-set-localvars.
17308 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
17309 before lauching the update processing.
17310 (ses-initialize-Dijkstra-attempt): New function.
17311 (ses-recalculate-cell): Update for cycle detection based on
17312 Dijkstra algorithm.
17313
2bb63e81
VB
17314 * ses.el: Fix commenting and indenting convention.
17315
c9d29fb8
SM
173162011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
17317
17318 * bs.el (bs-cycle-next): Complete last change.
17319
d8e4b68b
JB
173202011-06-27 Drew Adams <drew.adams@oracle.com>
17321
17322 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
17323
40098786
LMI
173242011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
17325
c9d29fb8
SM
17326 * net/network-stream.el (network-stream-open-starttls):
17327 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
17328 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
17329
40098786
LMI
17330 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
17331 to binary to possibly avoid line encoding issues on Windows (among
17332 other things).
17333
468d09d4
LMI
173342011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
17335
17336 * net/network-stream.el (open-network-stream): Return an :error
17337 saying what the problem was, if possible.
17338
17339 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
17340 server.
17341
17342 * net/network-stream.el (network-stream-open-starttls): If we
17343 wanted to use STARTTLS, and the server offered it, but we weren't
17344 able to because we had no STARTTLS support, then close the connection.
17345 (open-network-stream): Return an :error element, if present.
17346
16f07dd7
CY
173472011-06-26 Chong Yidong <cyd@stupidchicken.com>
17348
88821ca0
CY
17349 * hl-line.el (hl-line-sticky-flag): Doc fix.
17350 (global-hl-line-sticky-flag): New option (Bug#8323).
17351 (global-hl-line-highlight): Obey it.
17352
16f07dd7
CY
17353 * vc/vc.el (vc-revert-show-diff): Default to t.
17354
6b5ccddf
KM
173552011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
17356
c9d29fb8
SM
17357 * allout-widgets.el (allout-widgets-post-command-business):
17358 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
17359 undecorated when an isearch is continued past, and isearch
17360 automatically collapses them. This leads to "widget leaks", where
17361 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
17362 hidden widgets can slow down cursor travel, substantially.
17363 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
17364 so we're doing without this nicety.
17365
17366 (allout-widgets-tally-string): Don't try to do a hash-table-count
17367 of allout-widgets-tally when it's nil. This eliminates spurious "Error
17368 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
17369 *Messages* when allout-widgets-maintain-tally is t.
17370
355f2e07
MR
173712011-06-26 Martin Rudalics <rudalics@gmx.at>
17372
17373 * window.el (display-buffer-normalize-argument): Rename to
17374 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
17375 LABEL argument. Respect special-display-function when popping up
17376 a new frame. Fix code searching for a window showing the buffer
17377 on another frame.
c9d29fb8
SM
17378 (display-buffer-normalize-specifiers):
17379 Call display-buffer-normalize-arguments.
355f2e07
MR
17380 (display-buffer-in-window): Don't undedicate the window if its
17381 buffer remains the same.
17382 Reported by Drew Adams <drew.adams@oracle.com>.
17383 (display-buffer-alist): Add choice for same-window macro
17384 specfier.
17385 (display-buffer): Mention special meaning of LABEL argument in
17386 doc-string. Fix quoting. Don't pop up a new frame even as
17387 fallback.
17388
7ca8fc42
JB
173892011-06-26 Juanma Barranquero <lekktu@gmail.com>
17390
17391 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
17392 avoid deleting the current window in some cases (bug#8911).
17393
bc312254
AS
173942011-06-26 Andreas Schwab <schwab@linux-m68k.org>
17395
17396 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
17397 (Bug#8934)
17398
2db18f3f
LMI
173992011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
17400
c9d29fb8
SM
17401 * net/network-stream.el (network-stream-open-starttls):
17402 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
17403 (network-stream-open-tls): Ditto.
17404
6302e0d3
LL
174052011-06-26 Leo Liu <sdl.web@gmail.com>
17406
17407 * register.el (registerv): New struct.
17408 (registerv-make): New function.
c9d29fb8
SM
17409 (jump-to-register, describe-register-1, insert-register):
17410 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
17411 struct. (Bug#8415)
17412
5fdd4046
CY
174132011-06-26 Chong Yidong <cyd@stupidchicken.com>
17414
2afef60a
CY
17415 * vc/vc.el (vc-revert-show-diff): New defcustom.
17416 (vc-diff-internal): New arg specifying diff buffer.
17417 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
17418 reuse an existing *vc-diff* buffer (Bug#8927).
17419
5fdd4046
CY
17420 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
17421
e93db24a
GM
174222011-06-26 Glenn Morris <rgm@gnu.org>
17423
17424 * progmodes/f90.el (f90-critical-indent): New option.
17425 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
17426 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
17427 (f90-mode): Doc fix.
17428 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
17429 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
17430 (f90-beginning-of-block, f90-next-block, f90-indent-region)
17431 (f90-match-end): Handle block, critical.
17432
eefff499
GM
174332011-06-25 Glenn Morris <rgm@gnu.org>
17434
f6ba4cc9
GM
17435 * calendar/diary-lib.el (diary-included-files): Doc fix.
17436 (diary-include-files): New function, extracted from
17437 diary-include-other-diary-files and diary-mark-included-diary-files.
17438 (diary-include-other-diary-files, diary-mark-included-diary-files):
17439 Just call diary-include-files.
17440 (diary-mark-entries): Reset diary-included-files on first call.
17441
16712304
GM
17442 * calendar/diary-lib.el (diary-mark-entries)
17443 (diary-mark-included-diary-files):
17444 Visit included diary-files in temp buffers.
17445
5d8e0d43
GM
17446 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
17447 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
17448 (f90-start-block-re, f90-imenu-generic-expression)
17449 (f90-looking-at-program-block-start, f90-no-block-limit):
17450 Add support for submodules.
17451
ccf7a5d5
GM
17452 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
17453 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 17454
11fdef7d 174552011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
17456
17457 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
17458 buffer-file-type before setting its value, to avoid disastrous
eefff499 17459 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 17460
74f53697
JB
174612011-06-25 Juanma Barranquero <lekktu@gmail.com>
17462
17463 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
17464
17465 * ses.el (ses-unload-function):
17466 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
17467
17468 * proced.el (proced-unload-function):
17469 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
17470
18a4ce5e
AR
174712011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
17472
17473 * server.el (server-create-window-system-frame): Add parameters arg.
17474 (server-process-filter): Doc fix. Handle frame-parameters.
17475
519d22cc
JB
174762011-06-25 Juanma Barranquero <lekktu@gmail.com>
17477
17478 Fix bug#8730, bug#8781.
17479
17480 * loadhist.el (unload--set-major-mode): New function.
17481 (unload-feature): Use it.
17482
17483 * progmodes/python.el (python-after-info-look): Add autoload cookie.
17484 (python-unload-function): New function.
17485
c206f5b0
SM
174862011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
17487
17488 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
17489
f9ad64f3
GS
174902011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
17491
17492 * net/browse-url.el (browse-url-firefox-program): Add icecat to
17493 the candidates list.
17494
7d0da90e
JB
174952011-06-24 Juanma Barranquero <lekktu@gmail.com>
17496
17497 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
17498
14b4e83d
RS
174992011-06-23 Richard Stallman <rms@gnu.org>
17500
17501 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
17502 (rmail-variables): Set next-error-move-function.
17503 (rmail-what-message): Take argument POS.
17504 (rmail-next-error-move): New function.
17505
273d2baf
SM
175062011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
17507
17508 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
17509 messages for adjacent non-terminals.
17510
56c2cc9a
RS
175112011-06-23 Richard Stallman <rms@gnu.org>
17512
17513 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 17514 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
17515 (rmail-start-mail): Don't specify use of rmail-mail-return;
17516 that's done by mail-bury now.
17517 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 17518
d59eb518
MA
175192011-06-23 Michael Albinus <michael.albinus@gmx.de>
17520
17521 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
17522 SIZE is a number.
17523
02cfc6d6
MR
175242011-06-23 Martin Rudalics <rudalics@gmx.at>
17525
17526 * window.el (get-lru-window, get-mru-window)
17527 (get-largest-window): Never return a minibuffer window.
17528 (display-buffer-pop-up-window): Fix a bug that could lead to
17529 reusing the minibuffer window.
17530 (display-buffer): Pass original specifier argument to
17531 display-buffer-function instead of the normalized one.
17532 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
17533
4e323265
LL
175342011-06-22 Leo Liu <sdl.web@gmail.com>
17535
17536 * minibuffer.el (completing-read-function)
1f9f395d 17537 (completing-read-default): Move from minibuf.c.
4e323265 17538
7a70468f
RS
175392011-06-22 Richard Stallman <rms@gnu.org>
17540
50718fc2
RS
17541 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
17542 to Rmail even if not started by a special Rmail command.
17543
7a70468f
RS
17544 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
17545 Copy the buffer currently showing just one message.
17546
297dde5a
RW
175472011-06-22 Roland Winkler <winkler@gnu.org>
17548
17549 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
17550 (bibtex-clean-entry): First delete the old key so that a
17551 customized algorithm for generating the new key does not get
17552 confused by the old key.
17553 (bibtex-url): Obey regexp of first step.
17554 (bibtex-search-entries): Do not use add-to-list with local
17555 list-var.
17556
97bb1093
LMI
175572011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17558
17559 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
17560 stored a user name, then query for the password first, instead of
17561 waiting for SMTP to give an error message and the trying again.
17562
1c0f1a19
JD
175632011-06-22 Lawrence Mitchell <wence@gmx.li>
17564
17565 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
17566 BUFFER in call-process.
17567
396f7c9d
LMI
175682011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17569
17570 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
17571 QUIT twice.
ddb7ffee
LMI
17572 (smtpmail-try-auth-methods): Require user name and password from
17573 auth-source.
396f7c9d 17574
8998d1b3
MR
175752011-06-22 Martin Rudalics <rudalics@gmx.at>
17576
17577 * window.el (display-buffer-default-specifiers)
17578 (display-buffer-alist): Remove entries for pop-up-frame-alist.
17579 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 17580 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
17581
17582 * frame.el (pop-up-frame-alist, pop-up-frame-function)
17583 (special-display-frame-alist, special-display-popup-frame):
17584 Remove duplicate declarations. These are now in window.el.
17585
4ea31e07
LMI
175862011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17587
c9d29fb8
SM
17588 * mail/smtpmail.el (smtpmail-via-smtp):
17589 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
17590 server supports it. SMTP servers that support STARTTLS commonly
17591 require it.
17592
17593 * net/network-stream.el (network-stream-open-starttls): Support
17594 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 17595 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 17596
95f41d9a
LMI
17597 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
17598 upgrades with `open-network-stream', and rely solely on
17599 auth-source for all credentials. Big changes throughout the file,
17600 but in particular:
c9d29fb8
SM
17601 (smtpmail-auth-credentials): Remove.
17602 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
17603 (smtpmail-via-smtp): Check for servers saying they want AUTH after
17604 MAIL FROM, too.
95f41d9a 17605
c9d29fb8
SM
17606 * net/network-stream.el (network-stream-open-starttls):
17607 Provide support for client certificates both for external and built-in
4ea31e07
LMI
17608 STARTTLS.
17609 (auth-source): Require.
17610 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
17611 (network-stream-certificate): Change cert-cert to cert and
17612 cert-key to key.
4ea31e07 17613
065ec2c7
MA
176142011-06-21 Michael Albinus <michael.albinus@gmx.de>
17615
17616 * net/tramp-cache.el (top): Don't load the persistency file when
17617 "emacs -Q" has been called.
17618
cd93b359
DR
176192011-06-21 Tim Harper <timcharper@gmail.com>
17620
d8e4b68b
JB
17621 * term/ns-win.el (ns-initialize-window-system):
17622 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
17623 resource to NO as it is not yet supported by the NS port.
17624
ae9c0411
JB
176252011-06-21 Juanma Barranquero <lekktu@gmail.com>
17626
17627 * misc.el (list-dynamic-libraries--refresh): Compute header here...
17628 (list-dynamic-libraries): ...not here.
17629
7f3f739f
LL
176302011-06-21 Leo Liu <sdl.web@gmail.com>
17631
17632 * subr.el (sha1): Implement sha1 using secure-hash.
17633
327c8fb1
MR
176342011-06-21 Martin Rudalics <rudalics@gmx.at>
17635
17636 * window.el (display-buffer-alist): In default value do not
17637 enforce searching a window on any but the selected frame.
17638 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17639 (display-buffer-select-window): Remove function.
17640 (display-buffer-in-window): When a window on another frame gets
17641 reused, do not select it any more but just raise its frame if
17642 necessary (Bug#8851) and (Bug#8856).
17643 (display-buffer-normalize-options): Handle pop-up-frames related
17644 options more faithfully.
17645 (pop-to-buffer): Don't rely on `display-buffer' selecting the
17646 window if it is on another frame.
c9d29fb8
SM
17647 (display-buffer-alist, display-buffer-default-specifiers):
17648 Don't make new frame unsplittable by default.
9e9de014
MR
17649 (display-buffer-normalize-argument): Fix doc-string typo and use
17650 'same-frame-other-window instead of 'other-window when associating
17651 with display-buffer-macro-specifiers.
327c8fb1 17652
7cf3f556
VB
176532011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
17654
17655 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
17656 New functions.
17657 (5x5-mode-map, 5x5-mode-menu): Bind them.
17658 (5x5-draw-grid): Tweak the solver's rendering.
17659
60a406cf
SM
176602011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
17661
17662 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
17663 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
17664
d8e4b68b 176652011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
17666
17667 * menu-bar.el: Use function variable instead of switch-to-buffer.
17668 (menu-bar-select-buffer-function): New variable.
60a406cf 17669 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 17670
478d6f95
SM
176712011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
17672
17673 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
17674 variable's status.
17675
ca530739
JD
176762011-06-20 Jan Djärv <jan.h.d@swipnet.se>
17677
17678 * x-dnd.el (x-dnd-version-from-flags)
17679 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
17680 and long as number (Bug#8899).
17681 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
17682
bcd70d97
SM
176832011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
17684
60a406cf 17685 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
17686 (completion-try-completion, completion-all-completions): Compute the
17687 metadata argument if it's missing; make it optional (bug#8795).
17688
60a406cf 17689 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
17690 (widget-complete): Use new :completion-function property.
17691 (widget-completions-at-point): New function.
17692 (default): Use :completion-function instead of :complete.
60a406cf
SM
17693 (widget-default-completions): Rename from widget-default-complete;
17694 Rewrite.
bcd70d97
SM
17695 (widget-string-complete, widget-file-complete, widget-color-complete):
17696 Remove functions.
17697 (file, symbol, function, variable, coding-system, color):
17698 * international/mule-cmds.el (default-input-method, charset)
17699 (language-info-custom-alist):
17700 * cus-edit.el (face): Use new property :completions.
17701
17702 * progmodes/pascal.el (pascal-completions-at-point): New function.
17703 (pascal-mode): Use it.
17704 (pascal-mode-map): Use completion-at-point.
17705 (pascal-toggle-completions): Make obsolete.
17706 (pascal-complete-word, pascal-show-completions):
17707 * progmodes/octave-mod.el (octave-complete-symbol):
17708 Redefine as obsolete alias.
17709 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
17710 Signal absence of completion info for old Octave,
17711 (inferior-octave-complete): Redefine as obsolete alias.
17712 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
17713 (meta-completions-at-point): Rename from meta-complete-symbol and
17714 adapt it for use on completion-at-point-functions.
17715 (meta-common-mode): Use it.
17716 (meta-looking-at-backward, meta-match-buffer): Remove.
17717 (meta-complete-symbol): Redefine as obsolete alias.
17718 (meta-common-mode-map): Use completion-at-point.
17719 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
17720 (makefile-mode-map): Use completion-at-point.
17721 (makefile-completions-at-point): Rename from makefile-complete and
17722 adapt it for use on completion-at-point-functions.
17723 (makefile-mode): Use it.
17724 (makefile-complete): Redefine as obsolete alias.
17725
aebf69c8
DD
177262011-06-20 Deniz Dogan <deniz@dogan.se>
17727
17728 * net/rcirc.el: Delete trailing whitespaces once and for all.
17729
bfbbb27d
DC
177302011-06-20 Daniel Colascione <dan.colascione@gmail.com>
17731
17732 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
17733
d264a46b
CY
177342011-06-19 Chong Yidong <cyd@stupidchicken.com>
17735
4ca009e5
CY
17736 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
17737
d264a46b
CY
17738 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
17739
fbf5b3ce
MR
177402011-06-19 Martin Rudalics <rudalics@gmx.at>
17741
17742 * window.el (display-buffer-other-window-means-other-frame):
17743 Call display-buffer-normalize-alist.
17744 (display-buffer-normalize-specifiers-1): Rename to
17745 display-buffer-normalize-argument. New argument other-frame.
17746 Rewrite.
17747 (display-buffer-normalize-specifiers-2): Rename to
17748 display-buffer-normalize-options.
17749 (display-buffer-normalize-alist-1): New function.
17750 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
17751 display-buffer-normalize-alist.
17752 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
17753 (display-buffer-normalize-options-inhibit): New variable.
17754 (display-buffer-normalize-specifiers): Rewrite calling
17755 display-buffer-normalize-alist,
17756 display-buffer-normalize-argument, and
17757 display-buffer-normalize-options. Don't call the latter if
17758 display-buffer-normalize-options-inhibit is non-nil.
17759 (frame-auto-delete): New option.
17760 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
17761 (window-list-no-nils, window-state-ignored-parameters)
17762 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
17763 (window-state-put-1, window-state-put-2, window-state-put):
17764 New functions.
9a028c23
MR
17765 (display-buffer-normalize-options): Move special-display-p group
17766 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 17767
6d10d800
CY
177682011-06-18 Chong Yidong <cyd@stupidchicken.com>
17769
6420d28b
CY
17770 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
17771 groups (Bug#8776).
17772 (rx-submatch-n): New function.
17773 (rx): Document it.
17774
ddb8b596
CY
17775 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
17776 (Bug#8768).
17777
17778 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
17779
77080289
CY
17780 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
17781
61dfb316
CY
17782 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
17783 anytime existing face settings are present (Bug#8889).
17784
6d10d800
CY
17785 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
17786 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
17787 Remove unused argument.
17788
be3fb2b8
MR
177892011-06-18 Martin Rudalics <rudalics@gmx.at>
17790
bcd70d97
SM
17791 * window.el (display-buffer-default-specifiers):
17792 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
17793 pop-up-window-min-width, and another reuse-window specifier
17794 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
17795 (display-buffer-normalize-specifiers-2):
17796 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
17797 pop-up-windows is unset. Add a reuse-window specifier for the
17798 case popping up a new window fails.
17799 (special-display-popup-frame): Remove double quoting.
28dec25a 17800 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 17801
1c6d8c76
SM
178022011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
17803
17804 * shell.el (shell-completion-vars): Set pcomplete-termination-string
17805 according to comint-completion-addsuffix.
17806
17807 * pcomplete.el: Convert to lexical binding and fix bug#8819.
17808 (pcomplete-suffix-list): Mark as obsolete.
17809 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
17810 pcomplete-seen in the closure.
17811 (pcomplete-comint-setup): Setup completion-at-point as well.
17812 (pcomplete--entries): New function.
17813 (pcomplete--env-regexp): New var.
17814 (pcomplete-entries): Rewrite to work with partial-completion and
17815 without relying on pcomplete-suffix-list.
17816 (pcomplete-pare-list): Remove, unused.
17817
25aef8b8
MR
178182011-06-17 Martin Rudalics <rudalics@gmx.at>
17819
17820 * window.el (display-buffer-alist): Set pop-up-window-min-height
17821 and pop-up-window-min-width in default value. Reported by
17822 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
17823 other-window-means-other-frame.
17824 (display-buffer-macro-specifiers): Comment out entry for
17825 other-window specifier.
17826 (display-buffer-other-window-means-other-frame): New function.
17827 (display-buffer-normalize-specifiers-1): New arguments
17828 buffer-name and label. Treat other-window case specially.
17829 (display-buffer-normalize-specifiers-2): Treat other-window case
17830 specially.
17831 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
17832 (display-buffer-normalize-specifiers):
17833 Call display-buffer-normalize-specifiers-3.
25aef8b8 17834
dbad4f69
MR
178352011-06-17 Martin Rudalics <rudalics@gmx.at>
17836
17837 * window.el (same-window-p): Fix two typos introduced when
17838 adding with-no-warnings.
d1067961
MR
17839 (display-buffer-normalize-specifiers-1): Don't check
17840 pop-up-frames for 'unset initialization.
17841 (display-buffer-normalize-specifiers-2): Major rewrite using
17842 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
17843 (pop-up-frames, display-buffer-reuse-frames)
17844 (display-buffer-mark-dedicated): Don't initialize to 'unset.
17845 Suggested by David Engster <deng@randomsample.de>.
17846 (even-window-heights): Initialize to 'unset.
17847 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
17848 (display-buffer-macro-specifiers): Don't pop up a new frame in the
17849 other window case.
dbad4f69 17850
9b9c9e3a
MR
178512011-06-16 Martin Rudalics <rudalics@gmx.at>
17852
bcd70d97
SM
17853 * window.el (display-buffer-normalize-specifiers-1):
17854 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 17855 second argument of display-buffer (Bug#8865).
981d5c09
MR
17856 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
17857 (switch-to-buffer-other-window-same-frame)
17858 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
17859 Adams (Bug#8875).
9c2755e9
MR
17860 (display-buffer): Don't check noninteractive when calling
17861 display-buffer-pop-up-frame.
17862 (display-buffer-pop-up-frame): Never pop up a frame in
17863 noninteractive mode (Bug#8857).
67222e1d
MR
17864 (enlarge-window, shrink-window): Don't report an error when the
17865 window can't be resized as requested (Bug#8862).
9b9c9e3a 17866
2b75be67
SM
178672011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
17868
9ffdd3ba
SM
17869 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
17870
cb581a67
SM
17871 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
17872
2b75be67
SM
17873 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
17874
8c0e3589
AM
178752011-06-15 Alan Mackenzie <acm@muc.de>
17876
cb581a67
SM
17877 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
17878 for declarators, disable knr checking to speed up for normal files.
17879 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 17880
b96e6cde
LMI
178812011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17882
4bba86e6
LMI
17883 * net/network-stream.el (open-network-stream): Add the keyword
17884 :always-query-capabilities for the case where you want to force a
17885 `plain' network connection, but the protocol still requires the
17886 capabilitiy command (i.e., SMTP and EHLO).
17887
2b75be67 17888 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
17889 consistency with other `-live-p' functions.
17890
efdcdbf8
SM
178912011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
17892
17893 * window.el (same-window-buffer-names, same-window-regexps)
17894 (special-display-frame-alist, special-display-popup-frame)
17895 (special-display-function, special-display-buffer-names)
17896 (special-display-regexps, pop-up-frame-alist)
17897 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
17898 (pop-up-windows, split-window-preferred-function)
17899 (split-height-threshold, split-width-threshold, even-window-heights)
17900 (display-buffer-mark-dedicated): Don't encourage the use of
17901 display-buffer-alist from Elisp code.
17902
c5cde042
DN
179032011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
17904
17905 * progmodes/python.el (python-mode): Derive from prog-mode.
17906 * progmodes/ps-mode.el (ps-mode):
17907 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 17908 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
17909 * progmodes/ld-script.el (ld-script-mode): Likewise.
17910
baa1c9ab
MR
179112011-06-15 Martin Rudalics <rudalics@gmx.at>
17912
17913 * window.el (display-buffer-alist): Trim default value to avoid
17914 popping up a new frame (Bug#8857) or reusing an arbitrary window
17915 on another frame.
17916 (display-buffer): Do not fall back on popping up a new frame in
17917 batch mode (Bug#8857).
17918
c5dd5a51
CY
179192011-06-14 Chong Yidong <cyd@stupidchicken.com>
17920
17921 * cus-theme.el (describe-theme-1): Use custom-theme-p.
17922 (custom-theme-summary): New function.
17923 (customize-themes): Use it.
17924
d647b7c4
GM
179252011-06-13 Glenn Morris <rgm@gnu.org>
17926
17927 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
17928
9481c002
MR
179292011-06-13 Martin Rudalics <rudalics@gmx.at>
17930
357f93d2
MR
17931 * help.el (help-window): Remove variable.
17932 (help-window-point-marker, temp-buffer-max-height)
17933 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
17934 (help-print-return-message): Don't set help-window.
17935 (resize-temp-buffer-window): Rewrite cod eand doc-string.
17936 (help-window-setup-finish): Remove.
17937 (help-window-display-message, help-window-setup)
17938 (with-help-window): Major rewrite based on new
17939 display-buffer-window variable.
17940
17941 * help-mode.el (help-mode-finish): Remove help-window related
17942 code.
17943
17944 * view.el (view-exits-all-viewing-windows): Remove reference to
17945 view-return-to-alist in doc-string.
17946 (view-return-to-alist): Make obsolete.
17947 (view-buffer): Call pop-to-buffer-same-window and remove
17948 undo-window code.
17949 (view-buffer-other-window): Call pop-to-buffer-other-window and
17950 simplify code. Ignore second argument.
17951 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
17952 simplify code. Ignore second argument.
17953 (view-return-to-alist-update): Make obsolete.
17954 (view-mode-enter): Rename second argument to QUIT-RESTORE.
17955 Rewrite using quit-restore window parameters.
2b75be67
SM
17956 (view-mode-exit): Rename second argument to EXIT-ONLY.
17957 Rewrite using quit-restore-window.
357f93d2
MR
17958 (View-exit, View-exit-and-edit, View-leave, View-quit)
17959 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
17960 appropriate arguments.
17961 (view-end-message): Use quit-restore window parameter.
17962
9481c002
MR
17963 * window.el (display-buffer-function): Rewrite doc-string.
17964 (display-buffer-window, display-buffer-alist): New variables.
17965 (display-buffer-split-specifiers)
17966 (display-buffer-side-specifiers)
17967 (display-buffer-macro-specifiers): New constants.
17968 (display-buffer-even-window-sizes, display-buffer-set-height)
17969 (display-buffer-set-width, display-buffer-select-window)
17970 (display-buffer-in-window, display-buffer-reuse-window)
17971 (display-buffer-split-window-1, display-buffer-split-window)
17972 (display-buffer-split-atom-window, display-buffer-pop-up-window)
17973 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
17974 (display-buffer-in-side-window, normalize-buffer-to-display)
17975 (display-buffer-normalize-specifiers-1)
17976 (display-buffer-normalize-specifiers-2)
2b75be67
SM
17977 (display-buffer-normalize-specifiers, display-buffer-frame):
17978 New functions.
9481c002
MR
17979 (display-buffer): Major rewrite.
17980 (display-buffer-other-window, display-buffer-other-frame)
17981 (pop-to-buffer, switch-to-buffer-other-window)
17982 (switch-to-buffer-other-frame): Rewrite.
17983 (display-buffer-same-window, display-buffer-same-frame)
17984 (display-buffer-same-frame-other-window)
17985 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
17986 (pop-to-buffer-other-window)
17987 (pop-to-buffer-same-frame-other-window)
17988 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
17989 (switch-to-buffer-other-window-same-frame): New functions.
17990 (same-window-p, special-display-p): Rewrite disabling warnings.
17991 Make obsolete.
17992 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
17993 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
17994 Make obsolete
17995 (same-window-buffer-names, same-window-regexps)
17996 (special-display-frame-alist, special-display-popup-frame)
17997 (special-display-function, special-display-buffer-names)
17998 (special-display-regexps, pop-up-frame-alist)
17999 (pop-up-frame-function, split-window-preferred-function)
18000 (split-height-threshold, split-width-threshold)
18001 (even-window-heights): Make obsolete.
18002
9db51aca
GM
180032011-06-12 Glenn Morris <rgm@gnu.org>
18004
18005 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 18006 Misc simplifications.
9db51aca 18007
39cffb44
MR
180082011-06-12 Martin Rudalics <rudalics@gmx.at>
18009
18010 * window.el (window-safely-shrinkable-p): Restore function which
18011 was inadvertently removed in change from 2011-06-11. Declare as
18012 obsolete.
18013
2b75be67
SM
18014 * calendar/calendar.el (calendar-generate-window):
18015 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
18016 window-safely-shrinkable-p.
18017
a8955be7
GM
180182011-06-12 Glenn Morris <rgm@gnu.org>
18019
18020 * progmodes/fortran.el (fortran-mode-syntax-table):
18021 * progmodes/f90.el (f90-mode-syntax-table):
18022 Set % to punctuation. (Bug#8820)
18023 (f90-find-tag-default): Remove, no longer needed.
18024
f0d4059d
DC
180252011-06-12 Daniel Colascione <dan.colascione@gmail.com>
18026
18027 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
18028
1100a63c
CY
180292011-06-11 Chong Yidong <cyd@stupidchicken.com>
18030
18031 * image.el (image-animated-p): Return animation delay in seconds.
18032 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
18033 (image-animate-timeout): Remove DELAY argument. Don't assume
18034 every subimage has the same delay; get it from image-animated-p.
18035 (image-animate): Caller changed.
18036
def722bf
MA
180372011-06-11 Michael Albinus <michael.albinus@gmx.de>
18038
18039 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
18040 to ignored backtrace functions.
18041
0a2bb1a9
GM
180422011-06-11 Glenn Morris <rgm@gnu.org>
18043
18044 * calendar/appt.el (appt-disp-window-function): Doc fix.
18045 (appt-check): Handle overlapping appointments. (Bug#8337)
18046
6198ccd0
MR
180472011-06-11 Martin Rudalics <rudalics@gmx.at>
18048
18049 * window.el (window-tree-1, window-tree): New functions, moving
18050 the latter to window.el.
18051 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
18052 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
18053 (bw-refresh-edges): Remove.
18054 (balance-windows-1, balance-windows-2): New functions.
18055 (balance-windows): Rewrite in terms of window tree functions,
18056 balance-windows-1 and balance-windows-2.
18057 (bw-adjust-window): Remove.
18058 (balance-windows-area-adjust): New function with functionality of
18059 bw-adjust-window but using resize-window.
2b75be67
SM
18060 (set-window-text-height): Rewrite doc-string.
18061 Use normalize-live-window and resize-window.
18062 (enlarge-window-horizontally, shrink-window-horizontally):
18063 Rename argument to DELTA.
6198ccd0
MR
18064 (window-buffer-height): New function.
18065 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
18066 Rewrite using new window resize routines.
2b75be67
SM
18067 (kill-buffer-and-window, mouse-autoselect-window-select):
18068 Use ignore-errors instead of condition-case.
6198ccd0
MR
18069 (quit-window): Call delete-frame instead of delete-windows-on
18070 for the only buffer on frame.
18071
9397e56f
MR
180722011-06-10 Martin Rudalics <rudalics@gmx.at>
18073
18074 * loadup.el (top-level): Load window before files for the sake
18075 of replace-buffer-in-windows.
18076
18077 * files.el (read-buffer-to-switch)
18078 (switch-to-buffer-other-window)
2b75be67
SM
18079 (switch-to-buffer-other-frame, display-buffer-other-frame):
18080 Move to window.el.
9397e56f
MR
18081
18082 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
18083 (previous-buffer): Move to window.el.
18084
18085 * bindings.el (unbury-buffer): Move to window.el.
18086
18087 * window.el (delete-other-windows-vertically): Move after
18088 definition of delete-other-windows.
18089 (other-window, delete-windows-on, replace-buffer-in-windows):
18090 Move here from window.c.
18091 (record-window-buffer, unrecord-window-buffer)
18092 (set-window-buffer-start-and-point, switch-to-prev-buffer)
18093 (switch-to-next-buffer): New functions.
18094 (get-next-valid-buffer, last-buffer, next-buffer): Move here
18095 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
18096 (previous-buffer): Move here from simple.el.
18097 Call switch-to-prev-buffer.
9397e56f
MR
18098 (bury-buffer): Move here from buffer.c. Switch to previous
18099 buffer when window cannot be deleted.
18100 (unbury-buffer): Move here from bindings.el.
18101 (ctl-x-map): Move binding for other-window from window.c to
18102 here.
18103 (read-buffer-to-switch, switch-to-buffer-other-window)
18104 (switch-to-buffer-other-frame): Move here from files.el.
18105 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
18106 (switch-to-buffer): Move here from buffer.c.
18107 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 18108
562dd5e9
MR
181092011-06-10 Martin Rudalics <rudalics@gmx.at>
18110
18111 * window.el (window-min-height, window-min-width): Move here
18112 from window.c. Add defcustoms and rewrite doc-strings.
18113 (resize-mini-window, resize-window): New functions.
18114 (adjust-window-trailing-edge, enlarge-window, shrink-window):
18115 Move here from window.c.
18116 (maximize-window, minimize-window): New functions.
18117 (delete-window, delete-other-windows, split-window): Move here
18118 from window.c.
18119 (window-split-min-size): New function.
18120 (split-window-keep-point): Mention split-window-above-each-other
18121 instead of split-window-vertically.
2b75be67 18122 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
18123 Rename split-window-vertically to split-window-above-each-other
18124 and provide defalias for old definition.
18125 (split-window-side-by-side, split-window-horizontally):
18126 Rename split-window-horizontally to split-window-side-by-side
18127 and provide defalias for the old definition.
562dd5e9
MR
18128 (ctl-x-map): Move bindings for delete-window,
18129 delete-other-windows and enlarge-window here from window.c.
18130 Replace bindings for split-window-vertically and
18131 split-window-horizontally by bindings for
18132 split-window-above-each-other and split-window-side-by-side.
18133
18134 * cus-start.el (all): Remove entries for window-min-height and
18135 window-min-width. Add entries for window-splits and
18136 window-nest.
18137
f0da764a
GM
181382011-06-09 Glenn Morris <rgm@gnu.org>
18139
80675c21
GM
18140 * calendar/appt.el (appt-mode-line): New function.
18141 (appt-check, appt-disp-window): Use it.
18142
f0da764a
GM
18143 * files.el (hack-one-local-variable-eval-safep):
18144 Allow minor-modes with explicit +/-1 arguments.
18145
59f623b7
TZ
181462011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
18147
18148 * term/xterm.el (xterm): Add defgroup.
18149 (xterm-extra-capabilities): Add defcustom to supply known xterm
18150 capabilities, skip querying them, or query them (default).
18151 (terminal-init-xterm): Use it.
18152 (terminal-init-xterm-modify-other-keys): New function to set up
18153 modifyOtherKeys support to simplify `terminal-init-xterm'.
18154
9aab8e0d
MR
181552011-06-09 Martin Rudalics <rudalics@gmx.at>
18156
18157 * window.el (resize-window-reset, resize-window-reset-1)
18158 (resize-subwindows-skip-p, resize-subwindows-normal)
18159 (resize-subwindows, resize-other-windows, resize-this-window)
18160 (resize-root-window, resize-root-window-vertically)
18161 (window-deletable-p, window-or-subwindow-p)
18162 (frame-root-window-p): New functions.
18163
e8b08aee
GM
181642011-06-09 Glenn Morris <rgm@gnu.org>
18165
18166 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
18167 (ange-ftp-get-files): Use it.
18168
254c37a5
AK
181692011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
18170
18171 * mail/sendmail.el (mail-recover-1, mail-recover):
18172 * files.el (recover-file, recover-session):
18173 Handle dired-listing-switches not being just a single short option.
18174
35d7dbd3
GM
181752011-06-09 Glenn Morris <rgm@gnu.org>
18176
18177 * calendar/appt.el (appt-display-message, appt-disp-window):
18178 Handle lists of appointments.
18179
387522b2
MR
181802011-06-08 Martin Rudalics <rudalics@gmx.at>
18181
2b75be67
SM
18182 * window.el (one-window-p): Move down in code.
18183 Rewrite doc-string.
18184 (window-current-scroll-bars): Rewrite doc-string.
18185 Normalize live window argument.
387522b2
MR
18186 (walk-windows, get-window-with-predicate, count-windows):
18187 Rewrite doc-string. Use window-list-1.
18188 (window-in-direction-2, window-in-direction, get-mru-window):
18189 New functions.
18190
d8e4b68b 181912011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
18192
18193 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
18194 Doc fix (Bug#8713).
18195
181962011-06-08 Chong Yidong <cyd@stupidchicken.com>
18197
18198 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
18199
182002011-06-08 Juanma Barranquero <lekktu@gmail.com>
18201
18202 * loadhist.el (unload-feature-special-hooks):
18203 Add `comint-output-filter-functions'.
18204
0de12c52
IK
182052011-06-08 Ivan Kanis <gnu@kanis.fr>
18206
18207 * calendar/appt.el (appt-check): Move some initializations into the let.
18208
f3d1777e
MR
182092011-06-08 Martin Rudalics <rudalics@gmx.at>
18210
18211 * window.el (window-height): Defalias to window-total-height.
18212 (window-width): Defalias to window-body-width.
18213
18af70d0
CY
182142011-06-07 Chong Yidong <cyd@stupidchicken.com>
18215
18216 * image-mode.el (image-toggle-animation): New command.
18217 (image-mode-map): Bind it to RET.
18218 (image-mode): Update message.
18219 (image-toggle-display-image): Avoid a spurious cache flush.
18220 (image-transform-rotation): Doc fix.
18221 (image-transform-properties): Return quickly in the normal case.
18222 (image-animate-loop): Rename from image-animate-max-time.
18223
2b75be67 18224 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
18225 (create-animated-image): Remove unnecessary function.
18226 (image-animate): Rename from image-animate-start. New arg.
2b75be67 18227 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
18228 (image-animate-timer): Use car-safe.
18229 (image-animate-timeout): Rename argument.
18230
190b47e6
MR
182312011-06-07 Martin Rudalics <rudalics@gmx.at>
18232
18233 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
18234 window.c. Rename first argument to ALL-FRAMES.
18235 Rephrase doc-strings.
18236 (get-buffer-window-list): Rewrite using window-list-1.
18237 Rephrase doc-string.
a1511caf
MR
18238 (window-safe-min-height, window-safe-min-width): New constants.
18239 (window-size-ignore, window-min-size, window-min-size-1)
18240 (window-sizable, window-sizable-p, window-size-fixed-1)
18241 (window-size-fixed-p, window-min-delta-1, window-min-delta)
18242 (window-max-delta-1, window-max-delta, window-resizable)
18243 (window-resizable-p, window-total-height, window-total-width)
18244 (window-body-width): New functions.
18245 (window-full-height-p, window-full-width-p): Rewrite using
18246 window-total-size.
18247 (window-body-height): Rewrite using window-body-size.
190b47e6 18248
85cc1f11
MR
182492011-06-06 Martin Rudalics <rudalics@gmx.at>
18250
18251 * window.el (window-right, window-left, window-child)
18252 (window-child-count, window-last-child, window-any-p)
18253 (normalize-live-buffer, normalize-live-frame)
18254 (normalize-any-window, normalize-live-window)
18255 (window-iso-combination-p, window-iso-combined-p)
18256 (window-iso-combinations)
18257 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
18258 (windows-with-parameter, window-with-parameter)
18259 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
18260 (window-atom-check, window-side-check, window-check):
18261 New functions.
85cc1f11
MR
18262 (ignore-window-parameters, window-sides, window-sides-vertical)
18263 (window-sides-slots): New variables.
18264 (window-size-fixed): Move down in code. Minor doc-string fix.
18265
e7156492
AS
182662011-06-05 Andreas Schwab <schwab@linux-m68k.org>
18267
18268 * comint.el (comint-dynamic-complete-as-filename)
18269 (comint-dynamic-complete-filename): Correctly call
18270 completion-in-region.
18271
7e821d0d
DD
182722011-06-05 Deniz Dogan <deniz@dogan.se>
18273
18274 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
18275 in last change.
18276
ac09b8a1
DD
182772011-06-05 Deniz Dogan <deniz@dogan.se>
18278
18279 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
18280 (rcirc): Use it to prompt for encryption.
18281
34699b85
RW
182822011-06-05 Roland Winkler <winkler@gnu.org>
18283
18284 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
18285 (bibtex-search-entries): New command bound to C-c C-a.
18286 (bibtex-display-entries): New function.
18287
004dedd3
RW
182882011-06-05 Roland Winkler <winkler@gnu.org>
18289
18290 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
18291 (bibtex-insert-kill): After yanking insert newline if necessary.
18292 (bibtex-initialize): Call bibtex-string-files-init only once.
18293 (bibtex-mode): Do not call easy-menu-add.
18294 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
18295 (bibtex-yank): Set arg properly if nil.
18296
022fe7ce
RW
182972011-06-05 Roland Winkler <winkler@gnu.org>
18298
2b75be67
SM
18299 * textmodes/bibtex.el (bibtex-search-entry-globally):
18300 New variable.
022fe7ce
RW
18301 (bibtex-search-entry): Use it.
18302
b7c3692a
RW
183032011-06-05 Roland Winkler <winkler@gnu.org>
18304
18305 * textmodes/bibtex.el (bibtex-entry-format): New option
18306 sort-fields.
18307 (bibtex-format-entry, bibtex-reformat): Honor this option.
18308 (bibtex-parse-entry): Return fields in proper order.
18309
8eda563d
JB
183102011-06-05 Juanma Barranquero <lekktu@gmail.com>
18311
18312 * doc-view.el (doc-view-remove-if): Move computation of result out
18313 of `dolist' to silence misleading lexical-binding warning.
18314
7dbe3dbc
CY
183152011-06-04 Chong Yidong <cyd@stupidchicken.com>
18316
18317 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
18318 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
18319
0c33dd17
MA
183202011-06-04 Michael Albinus <michael.albinus@gmx.de>
18321
18322 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
18323 "SunOS 5.10".
18324
f8f91c2b
MA
183252011-06-04 Michael Albinus <michael.albinus@gmx.de>
18326
18327 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
18328 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
18329 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
18330 (tramp-parse-putty):
18331 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
18332 (tramp-completion-function-alist-ssh)
18333 (tramp-completion-function-alist-telnet)
18334 (tramp-completion-function-alist-su)
18335 (tramp-completion-function-alist-putty): Set `tramp-autoload'
18336 cookie.
18337
18338 * net/tramp-ftp.el:
18339 * net/tramp-sh.el:
18340 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
18341 load "tramp.el" `tramp-set-completion-function'.
18342
e17d9003
SM
183432011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
18344
18345 * shell.el: Require and use pcomplete.
18346 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
18347 (shell-completion-vars): Set pcomplete-default-completion-function.
18348
6c4cab03
DD
183492011-06-04 Deniz Dogan <deniz@dogan.se>
18350
18351 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
18352 `memq' (Bug#8799).
18353
ea9fafe0
SM
183542011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
18355
18356 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
18357
b3e945d3
JB
183582011-06-02 Juanma Barranquero <lekktu@gmail.com>
18359
18360 * bs.el (bs--mark-unmark, bs--nth-wrapper):
18361 * mpc.el (mpc-select-extend, mpc-songpointer-context):
18362 * vc/log-view.el (log-view-beginning-of-defun):
18363 * vc/smerge-mode.el (smerge-apply-resolution-patch)
18364 (smerge-refine-forward, smerge-refine-chopup-region):
18365 Silence warning for unused `dotimes' counter variables.
18366
7d520089
SM
183672011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
18368
18369 * net/tramp.el (tramp-with-progress-reporter): Rename from
18370 with-progress-reporter. Use `declare'.
18371 * net/tramp-smb.el:
18372 * net/tramp-sh.el:
18373 * net/tramp-gvfs.el: Update all uses.
18374
a1c2400f
JB
183752011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
18376
18377 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
18378 buffer isn't killed before making it current.
18379
2403c841
SM
183802011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18381
18382 Silence various byte-compiler warnings.
18383 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
18384 `access-type' and new obsolescence format.
18385 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
18386 new format.
18387 (byte-compile-check-variable): New `access-type' argument.
18388 Only warn if the access-type is obsolete.
18389 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
18390 (byte-compile-variable-set): Adjust callers.
18391 * help-fns.el (describe-variable): Adjust to new obsolescence format.
18392 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
18393 setting it as obsolete.
18394 * simple.el (minibuffer-completing-symbol):
18395 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
18396 access as obsolete.
18397 * minibuffer.el (minibuffer-completing-file-name): Don't make it
18398 obsolete yet.
18399 * international/quail.el (quail-mouse-choose-completion): Remove unused
18400 code referring to obsolete var.
18401 (quail-choose-completion-string): Remove.
18402 * server.el (server-clients-with, server-kill-buffer-query-function)
18403 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
18404 * proced.el (proced-send-signal):
18405 * emacs-lisp/lisp.el (lisp-complete-symbol):
18406 Replace completion-annotate-function with completion-extra-properties.
18407
2462470b
SM
184082011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18409
fb5b2591
SM
18410 * simple.el (goto-line): Use read-number.
18411 (overriding-map-is-bound): Remove.
18412 (saved-overriding-map): Change default.
18413 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
18414 Take the map as argument.
18415 (universal-argument, negative-argument, digit-argument): Use it.
18416 (restore-overriding-map): Adjust.
18417 (do-auto-fill): Use fill-forward-paragraph.
18418 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
18419
fd6fa53f
SM
18420 * minibuffer.el (minibuffer-inactive-mode-map): New var.
18421 (minibuffer-inactive-mode): New major mode.
18422 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
18423 the *Messages* buffer" hack.
18424 (mouse-popup-menubar): Don't burp if the event is a normal key.
18425
2462470b
SM
18426 Miscellaneous tweaks.
18427 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
18428 lexical scoping as in subr.el's dolist and dotimes.
18429 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
18430 Silence compiler warning.
18431 * thingatpt.el (forward-whitespace): Trivial coding style fix.
18432 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
18433 * international/ccl.el (ccl-compile): Trivial simplification.
18434 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
18435 * emacs-lisp/testcover.el (testcover-end): Remove spurious
18436 `printflag' argument.
18437 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
18438 Purecopy the whole obsolescence data.
18439
108bf785
LL
184402011-06-01 Leo Liu <sdl.web@gmail.com>
18441
18442 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
18443 improve doc-string as suggested by Marco Pessotto
18444 <melmothx@gmail.com>.
18445 (rcirc-print): Fix last change.
18446
30a23501
SM
184472011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18448
18449 * minibuffer.el (complete-with-action): Return nil for the metadata and
18450 boundaries of non-functional tables.
18451 (completion-table-dynamic): Return nil for the metadata.
18452 (completion-table-with-terminator): Add default case, using
18453 complete-with-action.
18454 (completion--metadata): New function.
18455 (completion-all-sorted-completions, minibuffer-completion-help): Use it
18456 to try and avoid pathological performance problems.
18457 (completion--embedded-envvar-table): Return `category' metadata.
18458
bcd54f83
LMI
184592011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
18460
18461 * subr.el (process-alive-p): New tiny convenience function.
18462
e227544d
SM
184632011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18464
18465 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
18466 content but also its previous major mode.
18467
e8296fdc
HE
184682011-05-31 Helmut Eller <eller.helmut@gmail.com>
18469
4d61f28d 18470 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
18471 *Backtrace* buffer when we exit with C-M-c.
18472
620c53a6
SM
184732011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18474
18475 * minibuffer.el: Add metadata method to completion tables.
18476 (completion-category-overrides): New defcustom.
18477 (completion-metadata, completion--field-metadata)
18478 (completion-metadata-get, completion--styles)
18479 (completion--cycle-threshold): New functions.
18480 (completion-try-completion, completion-all-completions):
18481 Add `metadata' argument to choose completion-styles.
18482 (completion--do-completion): Use metadata to choose cycling.
18483 (completion-all-sorted-completions): Use metadata for sorting.
18484 Remove :completion-cycle-penalty which is not needed any more.
18485 (completion--try-word-completion): Add `metadata' argument.
18486 (minibuffer-completion-help): Check metadata for annotation function
18487 and sorting.
18488 (completion-file-name-table): Return `category' metadata.
18489 (minibuffer-completing-file-name): Make obsolete.
18490 * simple.el (minibuffer-completing-symbol): Make obsolete.
18491 * icomplete.el (icomplete-completions): Pass new `metadata' param to
18492 completion-try-completion.
18493
1257e755
SM
184942011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
18495
18496 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
18497
3767e706
LL
184982011-05-30 Leo Liu <sdl.web@gmail.com>
18499
18500 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
18501 (rcirc-print): Decode all incoming messages (bug#8744).
18502 (rcirc-decode-coding-system): Allow value nil for automatic coding
18503 system detection.
3767e706 18504
d1a5d56a
GM
185052011-06-01 Glenn Morris <rgm@gnu.org>
18506
18507 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
18508
e8cbec34
CY
185092011-05-29 Chong Yidong <cyd@stupidchicken.com>
18510
18511 * image.el (image-animate-max-time): Allow nil and t values.
18512 Default to nil.
18513 (create-animated-image): Doc fix.
18514 (image-animate-start): Remove second arg; just use
18515 image-animate-max-time.
18516 (image-animate-timeout): Doc fix. Args changed.
18517
18518 * image-mode.el (image-toggle-display-image): Ensure that the
18519 image spec passed to the animate timer is the same object as in
58179cce 18520 the buffer's display property (Bug#6981).
e8cbec34
CY
18521 (image-transform-properties): Doc fix.
18522
18523 * image.el (image-animate-max-time): Default to nil.
18524
159daf87
MR
185252011-05-29 Martin Rudalics <rudalics@gmx.at>
18526
18527 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
18528 entire buffer list (Bug#8184).
18529
d66c4c7c
CY
185302011-05-29 Chong Yidong <cyd@stupidchicken.com>
18531
18532 * image.el (imagemagick-types-inhibit)
18533 (imagemagick-register-types): Doc fix.
18534
80aec780
DD
185352011-05-29 Deniz Dogan <deniz@dogan.se>
18536
18537 * net/rcirc.el (rcirc): Use the user's stored encryption method by
18538 default.
18539
1dd3c2d9
CY
185402011-05-29 Chong Yidong <cyd@stupidchicken.com>
18541
18542 * select.el: Don't perform clipboard-manager saving in hooks;
18543 leave the hooks empty.
18544
60e56523
LL
185452011-05-28 Leo Liu <sdl.web@gmail.com>
18546
18547 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
18548 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
18549 (occur-edit-mode): New major mode (Bug#8463).
18550 (occur-after-change-function): New function.
18551 (occur-engine): Give Occur tags a read-only property.
18552
2b1e1a22
KR
185532011-05-28 Kevin Ryde <user42@zip.com.au>
18554
18555 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
18556
5d344e88
CY
185572011-05-28 Chong Yidong <cyd@stupidchicken.com>
18558
8e6ca83d
CY
18559 * bindings.el (help-echo): Make the initial non-indicator dash
18560 empty on graphical terminals (Bug#7295).
18561
5d344e88
CY
18562 * files.el (auto-mode-alist): Move config rule after the
18563 in-stripping one (Bug#8547).
18564
bfbbace7
CY
18565 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
18566
fbeba6e2
CY
18567 * startup.el (normal-splash-screen): Remove gratuitous mode-line
18568 setting (Bug#8740).
18569
60ed8c72
AA
185702011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
18571
4ac619f0
AA
18572 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
18573 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
18574 (Bug#8539).
60ed8c72 18575
23db196e
CY
185762011-05-28 Chong Yidong <cyd@stupidchicken.com>
18577
18578 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
18579
5012f24c
DK
185802011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
18581
18582 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
18583 (hs-hide-block-at-point, hs-find-block-beginning)
18584 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
18585 (Bug#8279).
18586
6a639b16
GM
185872011-05-28 Glenn Morris <rgm@gnu.org>
18588
18589 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
18590
d43eaf2c
CY
185912011-05-28 Chong Yidong <cyd@stupidchicken.com>
18592
5199bde1
CY
18593 * help-fns.el (describe-function-1): If the function is a derived
18594 major mode, print the parent mode.
18595
d43eaf2c
CY
18596 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
18597 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
18598
423428a8
SM
185992011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
18600
0ff8e1ba 18601 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 18602 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
18603 * progmodes/etags.el (tags-completion-at-point-function):
18604 * info-look.el (info-lookup-completions-at-point): Mark as
18605 non-exclusive.
18606 (info-complete): Adjust accordingly.
18607
423428a8
SM
18608 * info-look.el: Convert to lexical-binding and completion-at-point.
18609 (info-lookup-completions-at-point): New function.
18610 (info-complete): Use it and completion-in-region.
18611
b74aa22b
DA
186122011-05-28 Drew Adams <drew.adams@oracle.com>
18613
18614 * isearch.el: Let M-e start with point at the first mismatched char.
18615 (isearch-fail-pos): New function.
18616 (isearch-edit-string): Use it.
18617
66e2e71d
DK
186182011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
18619
18620 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
18621
b1890b0f 186222011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
18623
18624 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
18625 traversal functions for avl-trees.
18626 (avl-tree--stack): New struct.
18627 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
18628 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
18629 (avl-tree--do-enter): Add optional `updatefun' arg.
18630 Change return value.
eb95d01d 18631 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
18632 (avl-tree--do-delete): Add `test' and `nilflag' args.
18633 Change return value.
eb95d01d
TC
18634 (avl-tree-member): Add optional `nilflag'
18635 (avl-tree-member-p): New function.
18636 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
18637 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
18638 (avl-tree-stack-empty-p): New functions.
18639
3769ddcf
TC
18640 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
18641 avl-tree--del-balance1 and make it work both ways.
18642 (avl-tree--del-balance2): Remove.
18643 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
18644 make it work both ways.
18645 (avl-tree--enter-balance2): Remove.
18646 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
18647 New macros.
18648 (avl-tree--mapc, avl-tree-map): Add direction argument.
18649
eb95d01d 186502011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
18651
18652 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
18653
a9f737ee
CY
186542011-05-27 Chong Yidong <cyd@stupidchicken.com>
18655
18656 * select.el: Support clipboard managers with built-in function
18657 x-clipboard-manager-save, via delete-frame-functions and
18658 kill-emacs-hook.
18659 (xselect-convert-to-targets): Add MULTIPLE target to list.
18660 (xselect-convert-to-save-targets): New function.
18661
c92a1e54
KH
186622011-05-27 Kenichi Handa <handa@m17n.org>
18663
18664 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
18665 let-binding rfc2047-encode-encoded-words to nil.
18666
e145f188
GM
186672011-05-27 Glenn Morris <rgm@gnu.org>
18668
5ec8a862
GM
18669 * mail/emacsbug.el: Don't require url-util.
18670
4b29d9fb
GM
18671 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
18672
e145f188
GM
18673 * files.el (set-auto-mode):
18674 Also respect mode: entries at the end of the file. (Bug#8586)
18675
7d15102b
GM
186762011-05-26 Glenn Morris <rgm@gnu.org>
18677
98f593b8
GM
18678 * files.el (hack-local-variables-prop-line, hack-local-variables):
18679 Downcase mode names, as seems to be traditional.
27b48e63 18680 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 18681
7d15102b
GM
18682 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
18683 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
18684
51d5b4ec
JD
186852011-05-25 Julien Danjou <julien@danjou.info>
18686
18687 * textmodes/rst.el (rst-define-level-faces): Do not define face
18688 symbol if it is already defined.
18689
91513f63
VB
186902011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
18691
18692 * play/5x5.el (5x5-new-game, 5x5-randomize):
18693 Reset 5x5-solver-output to nil when a new grid is cast.
18694 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
18695 these debugging traces, as defmacro breaks the compiled code.
18696
4d90d6d0
DK
186972011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
18698
18699 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
18700
e1b90ef6
LL
187012011-05-24 Leo Liu <sdl.web@gmail.com>
18702
18703 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
18704 (vc-bzr-sha1): Adapt.
18705
d8e4b68b 18706 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
18707
18708 * bindings.el: Provide sha1 feature.
18709
db0406bb 187102011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
18711
18712 * mail/sendmail.el: Require `rfc2047'.
18713 (mail-insert-from-field): Do not perform RFC2047 encoding.
18714 (mail-encode-header): New function.
18715 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
18716 buffer to the return value of select-message-coding-system.
18717 Call mail-encode-header.
b8d747b9
KH
18718
18719 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
18720
db0406bb 187212011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 18722
4d90d6d0
DK
18723 * mail/supercite.el (sc-default-cite-frame):
18724 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 18725
eb8a5e9b
GM
187262011-05-24 Glenn Morris <rgm@gnu.org>
18727
f8630703
GM
18728 * progmodes/python.el (brm-menu): Declare.
18729
8831bbed
GM
18730 * emulation/viper.el (viper-set-hooks): Declare.
18731
eb8a5e9b
GM
18732 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
18733 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
18734 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
18735 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
18736 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
18737 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
18738
a2a25d24
SM
187392011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
18740
18741 Add an :exit-function for completion-at-point.
18742
18743 * minibuffer.el (completion--done): New fun.
18744 (completion--do-completion): Use it. New arg `expect-exact'.
18745 (minibuffer-complete, minibuffer-complete-word): Don't output message,
18746 since completion--do-completion does it for us now.
18747 (minibuffer-force-complete): Use completion--done and
18748 completion--replace. Handle sole-completion case with more care.
18749 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
18750 (completion-extra-properties): New var.
18751 (completion-annotate-function): Make obsolete.
18752 (minibuffer-completion-help): Adjust accordingly.
18753 Use completion-list-insert-choice-function.
18754 (completion-at-point, completion-help-at-point):
18755 Bind completion-extra-properties.
18756 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
18757 * simple.el (completion-list-insert-choice-function): New var.
18758 (completion-setup-function): Preserve it.
18759 (choose-completion): Pay attention to it, shuffle the code a bit.
18760 (choose-completion-string): New arg `insert-function'.
18761
18762 * textmodes/bibtex.el: Convert to lexical binding.
18763 (bibtex-mode-map): Use completion-at-point.
18764 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
18765 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
18766 (bibtex-complete): Define as obsolete alias.
18767 (bibtex-complete-internal): Remove.
18768 (bibtex-format-entry): Remove unused sub-group in regexp.
18769 * shell.el (shell--command-completion-data)
18770 (shell-environment-variable-completion):
18771 * pcomplete.el (pcomplete-completions-at-point):
18772 * comint.el (comint--complete-file-name-data): Use :exit-function
18773 instead of completion-table-with-terminator so it also works for
18774 choose-completion.
18775
e44e373d
SM
187762011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
18777
4f91a816
SM
18778 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
18779
782fc819
SM
18780 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
18781 (bug#8710).
18782
e44e373d
SM
18783 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
18784
381987c3
KM
187852011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
18786
18787 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
18788 customization variable and implement: If non-nil, auto-fill will
18789 be inhibited while on topic's header line.
18790
b776bc70
VB
187912011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
18792
18793 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 18794 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
18795 always have a solution in grid size = 5 cases.
18796 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
18797 (5x5-solver-output, 5x5-log-buffer): New vars.
18798 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
18799 Make these variables buffer local to achieve 5x5 multi-session-ness.
18800 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
18801 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
18802 (5x5-solve-suggest): New funs.
18803 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
18804 randomize a grid so that we ensure that there is always a solution.
18805 (5x5-make-random-grid): Allow other movement than flipping.
18806
7de88b6e
KR
188072011-05-23 Kevin Ryde <user42@zip.com.au>
18808
18809 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 18810 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
18811 advice and passes PREDICATE.
18812
b1ef1257
SM
188132011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
18814
bbca48fe
SM
18815 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
18816 byte-compile-lambda if it's actually a lambda.
18817
b1ef1257
SM
18818 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
18819 Fix function quoting. Use backquote better.
18820
92a9cc65
YS
188212011-05-22 Yuanle Song <sylecn@gmail.com>
18822
18823 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
18824 matching (Bug#8516).
18825
fe93f41a 188262011-05-22 Jari Aalto <jari.aalto@cante.net>
f0fb8059
JA
18827
18828 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
18829 different face (Bug#8178).
18830
d5b44c93
CY
188312011-05-22 Chong Yidong <cyd@stupidchicken.com>
18832
18833 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
18834 defface (Bug#8144).
18835
79106a44
SM
188362011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
18837
9c848d8a
SM
18838 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
18839 funcall as well (bug#8712). Warn when performing those conversions.
18840 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
18841
79106a44
SM
18842 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
18843
88dfa756
GM
188442011-05-22 Glenn Morris <rgm@gnu.org>
18845
18846 * files.el (hack-local-variables-prop-line): Small simplifications.
18847 (hack-local-variables, hack-local-variables-prop-line):
18848 If MODE-ONLY, return the mode, rather than just `t'.
18849
b7cf2c79
SM
188502011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
18851
18852 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
18853
3f1a8558
GM
188542011-05-21 Glenn Morris <rgm@gnu.org>
18855
7e4ccca3
GM
18856 * files.el (hack-local-variables-prop-line, hack-local-variables):
18857 If only interested in the mode, don't bother doing the other stuff.
18858
637d46ca
GM
18859 * image-mode.el (image-after-revert-hook):
18860 Redraw all frames on which the image is visible. (Bug#8567)
18861
973d955b
GM
18862 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
18863
3f1a8558
GM
18864 * wid-edit.el (widget-checklist-match-inline):
18865 Fix 2011-04-19 change. (Bug#8649)
18866
96479927
SM
188672011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
18868
1dcf791f
SM
18869 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
18870 Also allow singlespace after single-letter capitals followed by a dot.
18871
96479927
SM
18872 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
18873 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
18874
35fd0881
N
188752011-05-20 Nix <nix@esperi.org.uk>
18876
18877 * files.el (basic-save-buffer-2):
18878 Fix handling of break-hardlink-on-save with non-existent files.
18879
82745640
DD
188802011-05-19 Deniz Dogan <deniz@dogan.se>
18881
18882 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 18883 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 18884
4a720484
GM
188852011-05-19 Glenn Morris <rgm@gnu.org>
18886
d1f21341
GM
18887 * progmodes/f90.el (f90-type-def-re):
18888 Handle "type, bind(c)". (Bug#8691)
18889
4a720484
GM
18890 * emacs-lisp/autoload.el (batch-update-autoloads):
18891 Set autoload-excludes by parsing loadup.el rather than Makefiles.
18892
2fb0a219
MA
188932011-05-18 Michael Albinus <michael.albinus@gmx.de>
18894
18895 * net/tramp.el (tramp-process-actions): Set "first-password-request"
18896 property for the correct connection in case of multihops.
18897
e565dd37
GM
188982011-05-18 Glenn Morris <rgm@gnu.org>
18899
c2571358 18900 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
18901 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
18902
e565dd37
GM
18903 Rationalize calendar handling of day and month abbrev-arrays.
18904 * calendar/calendar.el (calendar-customized-p): New function.
18905 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
18906 (calendar-day-name-array, calendar-month-name-array): Doc fix.
18907 Add :set function.
18908 (calendar-abbrev-length, calendar-day-abbrev-array)
18909 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
18910 (calendar-day-abbrev-array, calendar-month-abbrev-array):
18911 Elements may no longer be nil.
18912 (calendar-day-name, calendar-month-name):
18913 Update for changed nature of abbrev arrays.
18914 * calendar/diary-lib.el (diary-name-pattern):
18915 Update for changed nature of abbrev arrays.
18916 (diary-mark-entries-1): Update calendar-make-alist calls.
18917 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
18918 * calendar/cal-html.el (cal-html-day-abbrev-array):
18919 Simply inherit from calendar-day-abbrev-array.
18920
1d99a745
SM
189212011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
18922
18923 * progmodes/grep.el (grep-mode): Disable default
18924 compilation-directory-matcher setting (bug#8684).
18925
7c1d9aa0
MA
189262011-05-17 Michael Albinus <michael.albinus@gmx.de>
18927
18928 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
18929 instead of "head" and "tail". There were problems with SunOS 5.9,
18930 and it performs better.
18931
3952e9d8
GM
189322011-05-17 Glenn Morris <rgm@gnu.org>
18933
2dd12e7f
GM
18934 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
18935
e4157b9c
GM
18936 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
18937 Replace obsolete function.
18938
8e249bbd
GM
18939 * shell.el (pcomplete-parse-arguments-function): Declare.
18940
3952e9d8
GM
18941 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
18942 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
18943 (appt-check): Doc fixes.
18944 (appt-disp-window-function, appt-delete-window-function):
18945 Remove needless special case in custom :type.
18946 (appt-display-count): Default to 0, not nil.
18947 (appt-check): Reset appt-display-count to 0, not nil.
18948
c71a0d48 189492011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 18950
c71a0d48
GM
18951 * progmodes/python.el (python-font-lock-keywords):
18952 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 18953
31d55be9
SM
189542011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
18955
18956 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
18957
3bfacb2f
KR
189582011-05-16 Kevin Ryde <user42@zip.com.au>
18959
18960 * info-look.el (makefile-automake-mode): New setups, looking in
18961 automake manual, then makefile-mode.
18962 (makefile-mode): Remove automake manual, have it just in
18963 makefile-automake-mode since there's various things different or
18964 not relevant to plain make.
18965 (makefile-mode): Remove "other-modes" non-existent automake-mode,
18966 believe a hypothetical automake-mode would go to makefile-mode,
18967 not the other way around.
18968
c8e83751
CY
189692011-05-15 Chong Yidong <cyd@stupidchicken.com>
18970
5e9e35cd
CY
18971 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
18972 hunk-end tags (Bug#8672).
18973
c8e83751
CY
18974 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
18975 vc-annotate-show-diff-revision-at-line (Bug#8671).
18976
50b23e5a
GM
189772011-05-14 Glenn Morris <rgm@gnu.org>
18978
7210a739
GM
18979 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
18980 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
18981 (change-log-font-lock-keywords): Also handle multiple author lines
18982 with leading tabs. (Bug#8644)
7210a739 18983
4691905a
GM
18984 * calendar/appt.el (appt-check): Rename some local variables.
18985 Some simplification/reordering.
18986
50b23e5a
GM
18987 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
18988 (feedmail-sendmail-f-doesnt-sell-me-out)
18989 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
18990 (feedmail-debug-sit-for, feedmail-queue-express-hook)
18991 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
18992 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
18993 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
18994 (feedmail-binmail-gnulinuxish-template):
18995 Rename from feedmail-binmail-linuxish-template.
18996 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
18997 Use insert-buffer-substring.
18998
215cda7c
BC
189992011-05-14 Bill Carpenter <bill@carpenter.org>
19000
19001 * mail/feedmail.el (feedmail-patch-level): Increase.
19002 (feedmail-debug): New custom group.
19003 (feedmail-confirm-outgoing-timeout)
19004 (feedmail-sendmail-f-doesnt-sell-me-out)
19005 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
19006 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
19007 (feedmail-sender-line, feedmail-from-line)
19008 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 19009 (feedmail-spray-this-address)
215cda7c
BC
19010 (feedmail-spray-address-fiddle-plex-list)
19011 (feedmail-queue-use-send-time-for-date)
19012 (feedmail-queue-use-send-time-for-message-id)
19013 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
19014 (feedmail-buffer-eating-function):
19015 Doc fixes.
19016 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
19017 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
19018 (feedmail-message-action-scroll-down): New functions.
19019 (feedmail-queue-directory, feedmail-queue-draft-directory):
19020 Use expand-file-name.
19021 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
19022 Remove C-v help entry.
19023 (feedmail-queue-buffer-file-name): New variable.
19024 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
19025 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
19026 (feedmail-message-action-send-strong, feedmail-message-action-edit)
19027 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
19028 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
19029 (feedmail-message-action-toggle-spray)
19030 (feedmail-run-the-queue-no-prompts)
19031 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
19032 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
19033 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
19034 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
19035 (feedmail-envelope-deducer, feedmail-fiddle-from)
19036 (feedmail-fiddle-sender, feedmail-default-date-generator)
19037 (feedmail-fiddle-date, feedmail-fiddle-message-id)
19038 (feedmail-fiddle-spray-address)
19039 (feedmail-fiddle-list-of-spray-fiddle-plexes)
19040 (feedmail-fiddle-list-of-fiddle-plexes)
19041 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
19042 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
19043 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
19044 Change default. Doc fix.
19045 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
19046 (feedmail-binmail-linuxish-template): New constant.
19047 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
19048 Respect feedmail-sendmail-f-doesnt-sell-me-out.
19049 (feedmail-send-it): Add debug call.
19050 Use feedmail-queue-buffer-file-name, and
19051 feedmail-send-it-immediately-wrapper.
19052 (feedmail-message-action-send): Add debug call.
19053 Use feedmail-send-it-immediately-wrapper.
19054 (feedmail-queue-express-to-queue): Add debug call.
19055 Run feedmail-queue-express-hook.
19056 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
19057 (feedmail-message-action-help-blat):
19058 Rename from feedmail-queue-send-edit-prompt-help-first.
19059 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
19060 Check line-endings. Handle errors better.
19061 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
19062 Doc fix. Add debug call.
19063 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
19064 Use feedmail-queue-send-edit-prompt-inner.
19065 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
19066 (feedmail-queue-send-edit-prompt-inner): New function, extracted
19067 from feedmail-queue-send-edit-prompt.
19068 (feedmail-queue-send-edit-prompt-help)
19069 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
19070 (feedmail-tidy-up-slug): Add debug call.
19071 Respect feedmail-queue-slug-suspect-regexp.
19072 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
19073 (feedmail-dump-message-to-queue): Add debug call.
19074 Expand queue-directory.
19075 (feedmail-dump-message-to-queue): Change message slightly.
19076 Use feedmail-say-chatter.
19077 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
19078 (feedmail-send-it-immediately-wrapper): New function.
19079 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
19080 Insert empty string rather than newline. Handle full-frame case.
19081 Use catch/throw. Use feedmail-say-chatter.
19082 (feedmail-fiddle-from): Try mail-host-address.
19083 (feedmail-default-message-id-generator): Doc fix.
19084 Bind system-time-locale. Handle missing end.
19085 (feedmail-fiddle-x-mailer): Add debug call.
19086 Handle feedmail-x-mailer-line being nil.
19087 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
19088 Add debug call. Use buffer-substring-no-properties.
19089 (feedmail-say-debug, feedmail-say-chatter): New functions.
19090 (feedmail-find-eoh): Give an explicit error.
19091
42c7e61e
UJ
190922011-05-13 Ulf Jasper <ulf.jasper@web.de>
19093
c2571358 19094 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 19095 family from helvetica to sans.
c2571358 19096 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
19097 etc/images/newsticker.
19098
c2571358 19099 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
19100 family from helvetica to sans.
19101
19102 * net/newst-plainview.el (newsticker-new-item-face)
19103 (newsticker-old-item-face, newsticker-immortal-item-face)
19104 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 19105 (newsticker-statistics-face): Change default family from
42c7e61e 19106 helvetica to sans.
c2571358 19107 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
19108 etc/images/newsticker.
19109
5d3385a0
JB
19110 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
19111 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
19112 auto-marking.
19113
8497a297
DV
191142011-05-13 Didier Verna <didier@xemacs.org>
19115
19116 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
19117 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
19118 TODO entries.
8497a297
DV
19119 (lisp-lambda-list-keyword-parameter-indentation)
19120 (lisp-lambda-list-keyword-parameter-alignment)
19121 (lisp-lambda-list-keyword-alignment): New customizable user options.
19122 (lisp-indent-defun-method): Improve docstring.
19123 (extended-loop-p): Fix comment.
19124 (lisp-indent-lambda-list-keywords-regexp): New variable.
19125 (lisp-indent-lambda-list): New function.
19126 (lisp-indent-259): Use it.
19127 (lisp-indent-defmethod): Support for more than one
19128 method qualifier and properly indent methods lambda-lists.
19129 (defgeneric): Provide a missing common-lisp-indent-function property.
19130
f278f87f
SM
191312011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
19132
19133 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
19134 bounds for the empty string (bug#8667).
19135
5233edd7
GM
191362011-05-13 Glenn Morris <rgm@gnu.org>
19137
5237a44f
GM
19138 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
19139
8340026c 19140 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 19141 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 19142
5233edd7 19143 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 19144 (appt-time-msg-list): Doc fix.
a5464014 19145 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 19146
92d10796
AS
191472011-05-12 Andreas Schwab <schwab@linux-m68k.org>
19148
19149 * progmodes/ld-script.el (ld-script-keywords)
19150 (ld-script-builtins): Update keywords list.
19151
914a0ae1
SM
191522011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19153
c89be45f
SM
19154 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
19155
914a0ae1
SM
19156 * shell.el (shell-completion-vars): New function.
19157 (shell-mode):
19158 * simple.el (read-shell-command): Use it.
19159 (blink-matching-open): No need for " [...]" in minibuffer-message.
19160
98dc3df3
GM
191612011-05-12 Glenn Morris <rgm@gnu.org>
19162
19163 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
19164 (appt-check): Simplify.
19165
d2fc7e3d 191662011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 19167
4d61f28d 19168 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
19169 literal "/dev/null".
19170
d2fc7e3d 191712011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
19172
19173 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
19174 Fix typo.
19175
d2fc7e3d 191762011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 19177
3f254caa
SM
19178 * progmodes/which-func.el (which-function):
19179 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
19180 which might not be defined (Bug#8260).
19181
d45885f7
GM
191822011-05-12 Glenn Morris <rgm@gnu.org>
19183
19184 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
19185 Let byte-compile-initial-macro-environment always take precedence.
19186
488086f4
SM
191872011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19188
19189 * net/rcirc.el: Add support for SSL/TLS connections.
19190 (rcirc-server-alist): New field `encryption'.
19191 (rcirc): Check `encryption' settings.
19192 (rcirc-connect): New arg `encryption'. Use open-network-stream.
19193 Merge make-local-variable into `set'.
19194 (rcirc--connection-open-p): New function.
19195 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
19196 the process is not a network process (e.g. running gnutls-cli).
19197 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
19198 Make rcirc-(en|de)code-coding-system local here.
19199 (rcirc-mode): Merge make-local-variable into `set'.
19200 (rcirc-parent-buffer): Make permanent buffer-local.
19201 (rcirc-multiline-minor-mode): Don't do it here.
19202 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
19203 there's no server buffer.
19204
7d3b9d44
GM
192052011-05-11 Glenn Morris <rgm@gnu.org>
19206
f64049c6
GM
19207 * newcomment.el (comment-kill): Prefix "unused" local.
19208
93c9df73
GM
19209 * term/w32console.el (get-screen-color): Declare.
19210
7d3b9d44
GM
19211 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
19212 Handle symbol elements of byte-compile-initial-macro-environment.
19213
9e2dd53f
LL
192142011-05-10 Leo Liu <sdl.web@gmail.com>
19215
488086f4
SM
19216 * bookmark.el (bookmark-bmenu-mode-map):
19217 Bind bookmark-bmenu-search to `/'.
8b340240 19218
9e2dd53f 19219 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
19220 (footnote-unicode-string, footnote-unicode-regexp): New variable.
19221 (Footnote-unicode): New function.
19222 (footnote-style-alist): Add unicode style to the list.
19223 (footnote-style): Doc fix.
9e2dd53f 19224
79b70037
GM
192252011-05-10 Jim Meyering <meyering@redhat.com>
19226
19227 Fix doubled-word typos.
19228 * international/quail.el (quail-insert-kbd-layout): and and -> and
19229 * kermit.el: and and -> and
19230 * net/ldap.el (ldap-search-internal): to to -> to
19231 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
19232 * progmodes/js.el (js-mode): and and -> and
19233 * textmodes/artist.el (artist-move-to-xy): at at -> at
19234 (artist-draw-region-trim-line-endings): if if -> if
19235 And Safetyc -> Safety.
19236 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
19237
b8f82dc1 192382011-05-10 Glenn Morris <rgm@gnu.org>
f1a71c6e 19239 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
19240
19241 * files.el (hack-one-local-variable-eval-safep):
19242 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
19243
4f99f44b
GM
192442011-05-10 Glenn Morris <rgm@gnu.org>
19245
19246 * calendar/diary-lib.el (diary-list-entries-hook)
19247 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
19248 (diary-nongregorian-marking-hook, diary-list-entries)
19249 (diary-include-other-diary-files, diary-mark-entries)
19250 (diary-mark-included-diary-files): Doc fixes.
19251
84f29e6b
JB
192522011-05-09 Juanma Barranquero <lekktu@gmail.com>
19253
19254 * misc.el: Require tabulated-list.el during compilation.
19255
9bedd73a
CY
192562011-05-09 Chong Yidong <cyd@stupidchicken.com>
19257
488086f4
SM
19258 * progmodes/compile.el (compilation-start):
19259 Run compilation-filter-hook for the async case too.
9bedd73a
CY
19260 (compilation-filter-hook): Doc fix.
19261
797c735c
DD
192622011-05-09 Deniz Dogan <deniz@dogan.se>
19263
19264 * wdired.el: Remove outdated installation comment. Fix usage
19265 comment.
19266
5f4b1dfe
JB
192672011-05-09 Juanma Barranquero <lekktu@gmail.com>
19268
19269 * misc.el: Implement new command `list-dynamic-libraries'.
19270 (list-dynamic-libraries--loaded-only-p): New variable.
19271 (list-dynamic-libraries--refresh): New function.
19272 (list-dynamic-libraries): New command.
19273
4c44026c
CY
192742011-05-09 Chong Yidong <cyd@stupidchicken.com>
19275
488086f4
SM
19276 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19277 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
19278 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
19279 higher priority to avoid clobbering by gnu.
19280
027f966d
CY
192812011-05-08 Chong Yidong <cyd@stupidchicken.com>
19282
19283 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
19284 if the face has existing theme settings (Bug#8454).
19285
085f5d7d
CY
192862011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
19287
488086f4
SM
19288 * progmodes/perl-mode.el (perl-imenu-generic-expression):
19289 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 19290
2a86a00c
RS
19291 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
19292 special file names `.' and `..' (Bug#8259).
19293
d9c54a06
CY
192942011-05-08 Chong Yidong <cyd@stupidchicken.com>
19295
488086f4
SM
19296 * progmodes/grep.el (grep-mode-font-lock-keywords):
19297 Remove buffer-changing entries.
d9c54a06
CY
19298 (grep-filter): New function.
19299 (grep-mode): Add it to compilation-filter-hook.
19300
19301 * progmodes/compile.el (compilation-filter-hook)
19302 (compilation-filter-start): New defvars.
19303 (compilation-filter): Call compilation-filter-hook prior to
19304 updating the process mark.
19305
c4662635
SM
193062011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
19307
19308 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
19309
b0512a1d
EZ
193102011-05-07 Eli Zaretskii <eliz@gnu.org>
19311
605c9376
EZ
19312 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
19313 mailclient-send-it even if window-system is nil. (Bug#8595)
19314
c4662635
SM
19315 * term/w32console.el (terminal-init-w32console):
19316 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
19317 background-mode. (Bug#8597)
19318
d1dc2cc2
SM
193192011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
19320
19321 Make bytecomp.el understand that defmethod defines funs (bug#8631).
19322 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
19323 New functions.
19324 (defgeneric, eieio--defmethod): Use them.
19325 (eieio-defgeneric): Remove.
19326 (defmethod): Call defgeneric in a way visible to the byte-compiler.
19327
915d1300
GM
193282011-05-07 Glenn Morris <rgm@gnu.org>
19329
a3961c3e
GM
19330 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
19331 Use let rather than let*.
19332 (timeclock-find-discrep): Remove unused local.
19333
314347b9
GM
19334 * calendar/diary-lib.el (diary-comment-start): Doc fix.
19335
915d1300
GM
19336 * calendar/appt.el (appt-time-msg-list): Doc fix.
19337
275b59b0
NF
193382011-05-06 Noah Friedman <friedman@splode.com>
19339
19340 * apropos.el (apropos-print-doc): Only use
19341 emacs-lisp-docstring-fill-column when it is bound to an integer,
19342 per that variable's documentation.
19343
6c19f744
SM
193442011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
19345
19346 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 19347 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 19348
60f884b2
GM
193492011-05-06 Glenn Morris <rgm@gnu.org>
19350
5006e634
GM
19351 * calendar/appt.el (appt-message-warning-time): Doc fix.
19352 (appt-warning-time-regexp): New option.
19353 (appt-make-list): Respect appt-message-warning-time.
19354
548d0a63
GM
19355 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
19356 New options.
19357 (diary-add-to-list): Strip comments from the displayed string.
19358 (diary-mode): Set comment-start and comment-end.
19359
60f884b2
GM
19360 * vc/diff-mode.el (smerge-refine-subst): Declare.
19361 (diff-refine-hunk): Don't require smerge-mode when compiling.
19362
989681bb
JB
193632011-05-06 Juanma Barranquero <lekktu@gmail.com>
19364
19365 * simple.el (list-processes): Return nil as the docstring says.
19366
a6bc05e1
MA
193672011-05-05 Michael Albinus <michael.albinus@gmx.de>
19368
19369 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
19370 to "".
19371 (ange-ftp-write-region, ange-ftp-insert-file-contents)
19372 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
19373 determining of binary transfer. (Bug#7383)
19374
23c22e9a
MA
193752011-05-05 Michael Albinus <michael.albinus@gmx.de>
19376
c4662635
SM
19377 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
19378 Fix port computation bug. (Bug#8618)
23c22e9a 19379
0bff894f
GM
193802011-05-05 Glenn Morris <rgm@gnu.org>
19381
b8296902
GM
19382 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
19383
1f522ce8
GM
19384 * simple.el (shell-dynamic-complete-functions)
19385 (comint-dynamic-complete-functions): Declare.
19386
cf5bee67
GM
19387 * net/network-stream.el (gnutls-negotiate):
19388 * simple.el (tabulated-list-print): Fix declarations.
19389
19390 * progmodes/gud.el (syntax-symbol, syntax-point):
19391 Remove unnecessary and incorrect declarations.
19392
0bff894f 19393 * emacs-lisp/check-declare.el (check-declare-scan):
1f9f395d 19394 Handle byte-compile-initial-macro-environment in bytecomp.el.
0bff894f 19395
9869b3ae
SM
193962011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
19397
19398 Fix earlier half-done eieio-defmethod change (bug#8338).
19399 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
19400 Streamline and change calling convention.
19401 (defmethod): Adjust accordingly and simplify.
19402 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
19403 new eieio--defmethod.
19404 (slot-boundp): Minor CSE simplification.
19405
9c1d5ac5
MZ
194062011-05-05 Milan Zamazal <pdm@zamazal.org>
19407
19408 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
19409 (glasses-make-readable): Use glasses-separate-capital-groups.
19410
455c834e
JB
194112011-05-05 Juanma Barranquero <lekktu@gmail.com>
19412
19413 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
19414 (warning-series): Doc fix.
19415 (display-warning): Don't try to create the buffer if we just found it.
19416
9ed7c8cb
CY
194172011-05-04 Chong Yidong <cyd@stupidchicken.com>
19418
19419 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
19420 (autoload-find-generated-file): New function.
19421 (generate-file-autoloads): Bind generated-autoload-file to
19422 buffer-file-name.
9869b3ae
SM
19423 (update-file-autoloads, update-directory-autoloads):
19424 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
19425 output file (Bug#7989).
19426 (batch-update-autoloads): Doc fix.
19427
0898ca10
JB
194282011-05-04 Juanma Barranquero <lekktu@gmail.com>
19429
19430 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
19431
31dfb76c
GM
194322011-05-04 Glenn Morris <rgm@gnu.org>
19433
f330b642
GM
19434 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
19435 function, so it follows changes in calendar-date-style.
19436 (diary-fancy-date-matcher): New function.
19437 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
19438 (diary-fancy-font-lock-fontify-region-function):
19439 Use diary-fancy-date-pattern as a function.
19440
31dfb76c
GM
19441 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
19442 non-numbers for `year' etc pseudo-variables. (Bug#8583)
19443
48e79d6a
TZ
194442011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
19445
19446 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
19447 instead of positional arguments. Allow :keylist and :crlfiles
19448 arguments.
19449 (open-gnutls-stream): Call it.
19450
19451 * net/network-stream.el (network-stream-open-starttls): Adjust to
19452 call `gnutls-negotiate' with :process and :hostname arguments.
19453
dd5a5ee0
SM
194542011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
19455
ef80fc09
SM
19456 * minibuffer.el (completion--message): New function.
19457 (completion--do-completion, minibuffer-complete)
19458 (minibuffer-force-complete, minibuffer-complete-word): Use it.
19459 (completion--do-completion): Don't ignore completion-auto-help when in
19460 icomplete-mode.
19461
dd5a5ee0
SM
19462 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
19463 internal encoding (e.g. tibetan zero is not whitespace).
19464 (global-whitespace-mode): Prefer save-current-buffer.
19465 (whitespace-trailing-regexp): Remove useless save-match-data.
19466 (whitespace-empty-at-bob-regexp): Minor simplification.
19467
b7d22a83
CY
194682011-05-03 Chong Yidong <cyd@stupidchicken.com>
19469
19470 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
19471
5192af46
AM
194722011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
19473
19474 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 19475 Use `concat' to create string for insertion.
5192af46 19476
5767d190
SM
194772011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
19478
19479 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
19480 Avoid open-line which runs post-self-insert-hook.
19481 (bibtex-fill-entry): Remove unused `end' var.
19482
bf242939
AM
194832011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
19484
5767d190
SM
19485 * textmodes/ispell.el (ispell-add-per-file-word-list):
19486 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 19487
25666126
LL
194882011-05-03 Leo Liu <sdl.web@gmail.com>
19489
19490 * isearch.el (isearch-yank-pop): New command.
5767d190 19491 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
19492 (isearch-forward): Mention it.
19493
52d3c2d0
SM
194942011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
19495
1bcace58
SM
19496 * simple.el (minibuffer-complete-shell-command): Remove.
19497 (minibuffer-local-shell-command-map): Use completion-at-point.
19498 (read-shell-command): Setup completion vars here instead.
19499 (read-expression-map): Bind TAB to symbol completion.
19500
52d3c2d0
SM
19501 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
19502 error directly rather via storing it into `results'.
19503
35813471
LL
195042011-05-02 Leo Liu <sdl.web@gmail.com>
19505
19506 * vc/diff.el: Fix description.
19507
e793a940
LMI
195082011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19509
19510 * server.el (server-eval-at): New function.
19511
8de66e05
LMI
195122011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19513
19514 * net/network-stream.el (open-network-stream): Take a :nowait
19515 parameter and pass it on to `make-network-process'.
19516 (network-stream-open-plain): Ditto.
19517
dcb79f20
AS
195182011-04-30 Andreas Schwab <schwab@linux-m68k.org>
19519
19520 * faces.el (face-spec-set-match-display): Don't match toolkit
19521 options on terminal frames.
19522
14a7fbd8
SM
195232011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
19524
7eabc1be
SM
19525 * progmodes/pascal.el: Use lexical binding.
19526 (pascal-mode-map): Remove author preferences.
19527
14a7fbd8
SM
19528 * pcomplete.el (pcomplete-std-complete): Don't abuse
19529 completion-at-point.
19530
50f84510
JB
195312011-04-28 Juanma Barranquero <lekktu@gmail.com>
19532
6e087a44
JB
19533 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
19534 removing code that has been dead since 1991 or so.
19535
50f84510
JB
19536 * startup.el (command-line): When warning about "_emacs", use a
19537 delayed warning to allow the user to filter it out.
19538
0ba690bd
DD
195392011-04-28 Deniz Dogan <deniz@dogan.se>
19540
19541 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
19542 user has not joined.
19543
08abfaad
SM
195442011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
19545
19546 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
19547 aren't any completions at point.
19548
638f053a
JB
195492011-04-28 Juanma Barranquero <lekktu@gmail.com>
19550
19551 * subr.el (display-delayed-warnings): New function.
19552 (delayed-warnings-hook): New variable.
19553
8fff8daa
SM
195542011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
19555
08abfaad
SM
19556 * minibuffer.el (completion-at-point, completion-help-at-point):
19557 Don't presume that a given completion-at-point-function will always
19558 use the same calling convention.
19559
8fff8daa
SM
19560 * pcomplete.el (pcomplete-completions-at-point):
19561 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
19562 pcomplete-seen is non-nil.
19563 (pcomplete-comint-setup): Also recognize the new comint/shell
19564 completion functions.
19565 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
19566 pcomplete-seen is non-nil.
19567
841a1577 195682011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 19569
841a1577 19570 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 19571 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 19572 the first character in the entry. This allows for code to add its
211ec907
UJ
19573 own uid to the entry.
19574 (icalendar--convert-float-to-ical): Add export of
19575 `diary-float'-entries save for those with the optional DAY
19576 argument.
19577
2a782793
DC
195782011-04-27 Daniel Colascione <dan.colascione@gmail.com>
19579
19580 * subr.el (shell-quote-argument): Use alternate escaping strategy
19581 when we spot a variable reference in a string.
19582
0438ce91
DC
195832011-04-26 Daniel Colascione <dan.colascione@gmail.com>
19584
19585 * cus-start.el (all): Define customization for debug-on-event.
19586
841a1577 195872011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
19588
19589 * subr.el (shell-quote-argument): Escape correctly under Windows.
19590
d090ed6c
SM
195912011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
19592
19593 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
19594
bfd31217
MA
195952011-04-25 Michael Albinus <michael.albinus@gmx.de>
19596
d090ed6c
SM
19597 * net/tramp.el (tramp-process-actions): Add POS argument.
19598 Delete region between POS and (pos).
bfd31217 19599
d090ed6c
SM
19600 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
19601 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
19602 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
19603
19604 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
19605 position in `tramp-process-actions' call.
19606
19607 * net/trampver.el: Update release number.
19608
e92f3bd3
SM
196092011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
19610
850256b5
SM
19611 * custom.el (defcustom): Obey lexical-binding.
19612
e92f3bd3
SM
19613 Fix octave-inf completion problems reported by Alexander Klimov.
19614 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
19615 Inherit from octave-mode-syntax-table.
19616 (inferior-octave-mode): Set info-lookup-mode.
19617 (inferior-octave-completion-at-point): New function.
19618 (inferior-octave-complete): Use it and completion-in-region.
19619 (inferior-octave-dynamic-complete-functions): Use it as well, and use
19620 comint-filename-completion.
19621 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
19622 symbol elements which shouldn't be word elements.
19623 (octave-font-lock-keywords, octave-beginning-of-defun)
19624 (octave-function-header-regexp): Adjust regexps accordingly.
19625 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
19626
cd22b309
JB
196272011-04-25 Juanma Barranquero <lekktu@gmail.com>
19628
19629 * net/gnutls.el (gnutls-errorp): Declare before first use.
19630
8b492194
TZ
196312011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
19632
19633 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
19634 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 19635 default trustfile exists before going to use it. Add missing
5a5fa834 19636 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
19637 Reported by Claudio Bley <claudio.bley@gmail.com>.
19638 (open-gnutls-stream): Add usage example.
19639
19640 * net/network-stream.el (network-stream-open-starttls): Give host
19641 parameter to `gnutls-negotiate'.
19642 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 19643 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 19644
841a1577 196452011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 19646
cd22b309
JB
19647 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
19648 Use correct match group (bug#8438).
05842630 19649
3ba7869c
CY
196502011-04-24 Chong Yidong <cyd@stupidchicken.com>
19651
512e3ae1
CY
19652 * emacs-lisp/package.el (package-built-in-p): Fix typo.
19653 (package-menu--generate): New arg specifying packages to show.
19654 (package-menu-refresh, package-menu-execute, list-packages):
19655 Callers changed.
19656 (package-show-package-list): New function, replacing deleted
19657 package--list-packages (renamed because it is non-internal).
19658
19659 * finder.el (finder-list-matches): Use package-show-package-list
19660 instead of deleted package--list-packages.
19661
e92f3bd3
SM
19662 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
19663 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
19664 (vc-annotate-mode-map): Bind it to RET.
19665
7031be6d
UR
196662011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
19667
19668 * progmodes/etags.el (next-file): Don't use set-buffer to change
19669 buffers (Bug#8478).
19670
4ef177aa
CY
196712011-04-24 Chong Yidong <cyd@stupidchicken.com>
19672
c8d173eb
CY
19673 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
19674
4ef177aa
CY
19675 * apropos.el (apropos-label-face): Avoid variable-pitch face.
19676 (apropos-accumulator): Doc fix.
19677 (apropos-function, apropos-macro, apropos-command)
19678 (apropos-variable, apropos-face, apropos-group, apropos-widget)
19679 (apropos-plist): Add face property.
19680 (apropos-symbols-internal): Fix indentation.
19681 (apropos-print): Simplify help, and recognize apropos-multi-type.
19682 (apropos-print-doc): Use button-type-get to extract the button's
19683 face property. Fill docstring (Bug#8352).
19684
4ffd0d6b 196852011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
19686
19687 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
19688
c6c32125 19689 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 19690 (mpuz-mode-map): Use mapc.
c6c32125
JB
19691 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
19692 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
19693 Fix typos in docstrings.
19694
58d468b4
JB
19695 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
19696 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
19697
6470c3c6
JB
19698 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
19699
4ffd0d6b 197002011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
19701
19702 * minibuffer.el (completion--do-completion): Avoid the "Next char
19703 not unique" prompt if icomplete-mode is enabled (Bug#5849).
19704
3ad8bad0
CY
19705 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
19706 mouse-2 into unread-command-events, it is interpreted correctly.
19707
71d73c9c 19708 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 19709 (image-toggle-display): Doc fix.
71d73c9c 19710
841a1577 197112011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 19712
4ffd0d6b
GM
19713 * textmodes/page.el (what-page): Use line-number-at-pos to
19714 calculate line number (Bug#6825).
6e1dbaa9 19715
c2fb1b60
JB
197162011-04-22 Juanma Barranquero <lekktu@gmail.com>
19717
19718 * eshell/esh-mode.el (find-tag-interactive): Declare function.
19719 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
19720 Pass argument NO-DEFAULT to `find-tag-interactive'.
19721
e02f48d7
JB
197222011-04-22 Juanma Barranquero <lekktu@gmail.com>
19723
19724 Lexical-binding cleanup.
19725
19726 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
19727 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
19728 * progmodes/ada-prj.el (ada-prj-initialize-values)
19729 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
19730 (ada-prj-show-value):
19731 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
19732 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
19733 (antlr-invalidate-context-cache, antlr-options-menu-filter)
19734 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
19735 * progmodes/bug-reference.el (bug-reference-push-button):
19736 * progmodes/fortran.el (fortran-line-length):
19737 * progmodes/glasses.el (glasses-change):
19738 * progmodes/octave-mod.el (octave-fill-paragraph):
19739 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
19740 (python-pdbtrack-grub-for-buffer, python-sentinel):
19741 * progmodes/sql.el (sql-save-connection):
19742 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
19743 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
19744 Mark unused parameters.
19745
19746 * progmodes/compile.el (compilation--flush-directory-cache)
19747 (compilation--flush-parse, compile-internal): Mark unused parameters.
19748 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
19749 (compilation-next-error-function): Remove unused variable `timestamp'.
19750
19751 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
19752 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
19753
19754 * progmodes/dcl-mode.el (dcl-end-of-command):
19755 Remove unused variable `start'.
19756 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
19757 (dcl-option-value-basic, dcl-option-value-offset)
19758 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
19759 Mark unused parameters.
19760 (dcl-save-local-variable): Remove unused variable `val'.
19761 (mode): Declare.
19762
19763 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
19764 Mark unused parameters.
19765 (delphi-ignore-changes): Move before first use.
19766 (delphi-charset-token-at): Remove unused variable `start'.
19767 (delphi-else-start): Remove unused variable `if-count'.
19768 (delphi-comment-block-start, delphi-comment-block-end):
19769 Remove unused variable `kind'.
19770 (delphi-indent-line): Remove unused variable `new-point'.
19771
19772 * progmodes/ebrowse.el (ebrowse-files-list)
19773 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
19774 Mark unused parameters. Don't quote `lambda'.
19775 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
19776 Don't quote `lambda'.
19777 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
19778 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
19779 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
19780 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
19781 Use `ignore-errors'.
19782 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
19783 (ebrowse-view/find-file-and-search-pattern)
19784 (ebrowse-view/find-member-declaration/definition):
19785 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
19786 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
19787 Rename parameter PREFIX-ARG to PREFIX.
19788 (ebrowse-tags-read-name): Remove unused variables `start' and
19789 `member-info'.
19790 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
19791 to `tags-file'.
19792
19793 * progmodes/etags.el (local-find-tag-hook): Declare.
19794 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
19795 Mark unused parameters.
19796
19797 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
19798 (executable-interpret): Mark unused parameter.
19799
19800 * progmodes/flymake.el (flymake-process-sentinel)
19801 (flymake-after-change-function)
19802 (flymake-create-temp-with-folder-structure)
19803 (flymake-get-include-dirs-dot): Mark unused parameters.
19804 (flymake-safe-delete-directory): Remove unused variable `err'.
19805
19806 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
19807 (speedbar-timer-fn, speedbar-line-text)
19808 (speedbar-change-expand-button-char, speedbar-delete-subblock)
19809 (speedbar-center-buffer-smartly): Declare functions.
19810 (gdb-find-watch-expression): Remove unused variable `array'.
19811 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
19812 (gdb-starting): Mark unused parameters.
19813 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
19814 (gdb-table-string): Remove unused variable `res'.
19815 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
19816 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
19817 (gdb-display-buffer): Remove unused variable `cur-size'.
19818
19819 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
19820 allow lexical-binding compilation.
19821 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
19822 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
19823 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
19824 Mark unused parameters.
19825 (gud-gdb-marker-filter): Remove unused variable `match'.
19826 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
19827 lambda expressions and funcall them, instead of using `fset'.
19828
19829 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
19830 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
19831
19832 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
19833 variable `header-beg'; use `let'.
19834
19835 * progmodes/icon.el (indent-icon-exp): Remove unused variables
19836 `restart', `last-sexp' and `at-do'.
19837
19838 * progmodes/js.el (js--debug): Mark unused parameter.
19839 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
19840 (js--splice-into-items): Remove unused variable `item'.
19841 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
19842
19843 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
19844 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
19845 (makefile-complete): Remove unused variable `try'.
19846 (makefile-fill-paragraph, makefile-match-function-end):
19847 Mark unused parameters.
19848
19849 * progmodes/octave-inf.el (inferior-octave-complete):
19850 Remove unused variable `proc'.
19851 (inferior-octave-output-digest): Mark unused parameter.
19852
19853 * progmodes/perl-mode.el (perl-calculate-indent):
19854 Remove unused variable `err'.
19855
19856 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
19857 (prolog-indent-line): Mark unused parameters.
19858 (prolog-indent-line): Remove unused variable `beg'.
19859
19860 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
19861 (reporter-dont-compact-list): Declare.
19862
19863 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
19864 Remove unused variable `char'.
19865 (sh-debug): Mark unused parameter.
19866 (sh-get-indent-info): Remove unused variable `start'.
19867 (sh-calculate-indent): Remove unused variable `var'.
19868
19869 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
19870 (simula-electric-keyword): Remove unused variable `null'.
19871 (simula-search-backward, simula-search-forward): Remove unused
19872 variables `begin' and `end'.
19873
19874 * progmodes/vera-mode.el (vera-guess-basic-syntax):
19875 Remove unused variable `pos'.
19876 (vera-electric-tab, vera-comment-uncomment-region):
19877 Mark unused parameters.
19878 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
19879
7ede3b65
CY
198802011-04-22 Chong Yidong <cyd@stupidchicken.com>
19881
19882 * emacs-lisp/package.el (package--builtins, package-alist)
19883 (package-load-descriptor, package-built-in-p, package-activate)
19884 (define-package, package-installed-p)
19885 (package-compute-transaction, package-buffer-info)
19886 (package--push): Doc fix. Distinguish more clearly between
19887 version strings and version lists.
19888
121656e9
JB
198892011-04-21 Juanma Barranquero <lekktu@gmail.com>
19890
19891 Lexical-binding cleanup.
19892
19893 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
19894 (5x5-make-mutate-best):
19895 * play/fortune.el (fortune-in-buffer):
19896 * play/gomoku.el (gomoku-init-display):
19897 * play/solitaire.el (solitaire, solitaire-do-check):
19898 * play/tetris.el (tetris-default-update-speed-function):
19899 Mark unused parameters.
19900
19901 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
19902 (bubbles--shift): Remove unused variable `char-org'.
19903 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
19904 (bubbles--show-images): Remove unused variable `char'.
19905
19906 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
19907 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
19908 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
19909 (decipher-analyze-buffer): Use ?\s.
19910 (decipher-make-checkpoint): Remove unused variable `mapping'.
19911
19912 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
19913
19914 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
19915 Remove unused variable `result'; use `let'.
19916
19917 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
19918 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
19919 (gametree-children-shown-p, gametree-compute-reduced-score):
19920 Use `ignore-errors'.
19921
19922 * play/handwrite.el (ps-lpr-switches): Declare.
19923 (handwrite): Remove unused variables `pmin' and `lastp'.
19924
19925 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
19926
19927 * play/landmark.el (landmark-init-display)
19928 (landmark-update-naught-weights): Mark unused parameters.
19929 (landmark-y): Remove unused variable `noise'. Simplify.
19930 (landmark-human-plays): Remove unused variable `score'.
19931
19932 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
19933 (mpuz-try-proposal): Remove unused variable `game'.
19934
19935 * play/zone.el (life-patterns): Declare.
19936
80f499c7
JB
199372011-04-20 Juanma Barranquero <lekktu@gmail.com>
19938
19939 * vc/vc.el (ediff-vc-internal): Declare function.
19940
024ff170
SM
199412011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
19942
c0a193ea
SM
19943 * shell.el: Use lexical-binding and std completion UI.
19944 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
19945 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
19946 comint-preoutput-filter-functions rather than on
19947 comint-output-filter-functions.
19948 (shell-command-completion, shell--command-completion-data)
19949 (shell-filename-completion, shell-environment-variable-completion)
19950 (shell-c-a-p-replace-by-expanded-directory): New functions.
19951 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
19952 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
19953 (shell-dynamic-complete-environment-variable): Use them.
19954 (shell-dynamic-complete-as-environment-variable)
19955 (shell-dynamic-complete-as-command): Remove.
19956 (shell-match-partial-variable): Match past point.
19957 * comint.el: Clean up use of completion-at-point-functions.
19958 (comint-completion-at-point): New function.
19959 (comint-mode): Use it completion-at-point-functions.
19960 (comint-dynamic-complete): Make it obsolete.
19961 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
19962 (comint-c-a-p-replace-by-expanded-history): New function.
19963 (comint-dynamic-complete-functions)
19964 (comint-replace-by-expanded-history): Use it.
19965 * minibuffer.el (completion-table-with-terminator): Allow dynamic
19966 termination strings. Try harder to avoid second try-completion.
19967 (completion-in-region-mode-map): Disable bindings that don't work yet.
19968
2dbaa080
SM
19969 * comint.el: Use lexical-binding. Require CL.
19970 (comint-dynamic-complete-functions): Use comint-filename-completion.
19971 (comint-completion-addsuffix): Tweak custom type.
19972 (comint-filename-completion, comint--common-suffix)
19973 (comint--common-quoted-suffix, comint--table-subvert)
19974 (comint--complete-file-name-data): New functions.
19975 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
19976 (comint-dynamic-list-filename-completions): Use them.
19977 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 19978
2dbaa080
SM
19979 * minibuffer.el (completion-in-region-mode):
19980 Keep completion-in-region-mode--predicate global.
19981 (completion-in-region--postch):
19982 Assume completion-in-region-mode--predicate is not null.
19983
c79a6f38
SM
19984 * progmodes/flymake.el (flymake-start-syntax-check-process):
19985 Obey `dir'. Simplify.
19986
024ff170
SM
19987 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
19988 we're in VC after all.
19989
1c6c854e
CS
199902011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
19991
19992 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 19993 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
19994 (vc-version-diff): Use vc-diff-build-argument-list-internal.
19995
bed7f140
SM
199962011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
19997
332e62ab
SM
19998 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
19999 add sanity check.
20000
bed7f140
SM
20001 * obsolete/erc-hecomplete.el: Make obsolete.
20002 * obsolete/: Standardize obsolescence info in the header.
20003
f195c582
GM
200042011-04-20 Glenn Morris <rgm@gnu.org>
20005
20006 * calendar/solar.el (solar-horizontal-coordinates):
20007 Use the longitude argument rather than `calendar-longitude'.
20008 (solar-date-next-longitude): Remove unused locals.
20009
cb79b8c0
VJL
200102011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20011
20012 * whitespace.el: New version 13.2.1.
20013
200142011-04-20 felix <EmacsWiki> (tiny change)
20015
d8e4b68b 20016 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
20017 switching between major modes on a file.
20018
602ea69d
SM
200192011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
20020
20021 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
20022 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
20023 multi-line comments as well.
20024
06b60517
JB
200252011-04-19 Juanma Barranquero <lekktu@gmail.com>
20026
20027 Lexical-binding cleanup.
20028
20029 * arc-mode.el (archive-mode-revert):
20030 * cmuscheme.el (scheme-interactively-start-process):
20031 * custom.el (custom-initialize-delay):
20032 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
20033 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
20034 * emacs-lock.el (emacs-lock-clear-sentinel):
20035 * ezimage.el (defezimage):
20036 * follow.el (follow-avoid-tail-recenter):
20037 * fringe.el (set-fringe-mode-1):
20038 * generic-x.el (bat-generic-mode-compile):
20039 * help-mode.el (help-info-variable, help-do-xref)
20040 (help-mode-revert-buffer):
20041 * help.el (view-emacs-todo):
20042 * iswitchb.el (iswitchb-completion-help):
20043 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
20044 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
20045 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
20046 * locate.el (locate-update):
20047 * longlines.el (longlines-encode-region)
20048 (longlines-after-change-function):
20049 * outline.el (outline-isearch-open-invisible):
20050 * ps-def.el (declare-function, charset-dimension, char-width)
20051 (encode-char):
20052 * ps-mule.el (ps-mule-plot-string):
20053 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
20054 (recentf-edit-list-select, recentf-edit-list-validate)
20055 (recentf-open-files-action):
20056 * rect.el (delete-whitespace-rectangle-line)
20057 (rectangle-number-line-callback):
20058 * register.el (window-configuration-to-register)
20059 (frame-configuration-to-register):
20060 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
20061 * select.el (xselect-convert-to-string, xselect-convert-to-length)
20062 (xselect-convert-to-targets, xselect-convert-to-delete)
20063 (xselect-convert-to-filename, xselect-convert-to-charpos)
20064 (xselect-convert-to-lineno, xselect-convert-to-colno)
20065 (xselect-convert-to-os, xselect-convert-to-host)
20066 (xselect-convert-to-user, xselect-convert-to-class)
20067 (xselect-convert-to-name, xselect-convert-to-integer)
20068 (xselect-convert-to-atom, xselect-convert-to-identity):
20069 * subr.el (declare, ignore, process-kill-without-query)
20070 (text-clone-maintain):
20071 * terminal.el (te-get-char, te-tic-sentinel):
20072 * tool-bar.el (tool-bar-make-keymap):
20073 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
20074 * type-break.el (type-break-mode, type-break-noninteractive-query):
20075 * view.el (View-back-to-mark):
20076 * wid-browse.el (widget-browse-action, widget-browse-widget)
20077 (widget-browse-widgets, widget-browse-sexp):
20078 * widget.el (define-widget-keywords):
20079 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
20080 Mark unused parameters.
20081
20082 * align.el (align-adjust-col-for-rule): Mark unused parameter.
20083 (align-areas): Remove unused variable `look'.
20084 (align-region): Remove unused variables `real-end' and `pos-list'.
20085
20086 * apropos.el (apropos-score-doc): Remove unused variable `i'.
20087
20088 * bindings.el (mode-line-modified, mode-line-remote):
20089 Mark unused parameters.
20090 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
20091
20092 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
20093 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
20094
20095 * comint.el (comint-history-isearch-pop-state)
20096 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
20097 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
20098 (comint-substitute-in-file-name): Doc fix.
20099
20100 * completion.el (cmpl-statistics-block): Mark unused parameter.
20101 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
20102 (save-completions-to-file, load-completions-from-file):
20103 Remove unused local variable `e'.
20104
20105 * composite.el (compose-chars): Remove unused variable `len'.
20106 (lgstring-insert-glyph): Remove unused variable `g'.
20107 (compose-glyph-string): Remove unused variables `ascent',
20108 `descent', `lbearing' and `rbearing'.
20109 (compose-glyph-string-relative): Remove unused variables
20110 `lbearing', `rbearing' and `wadjust'.
20111 (compose-gstring-for-graphic): Remove unused variables `header',
20112 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
20113 (compose-gstring-for-terminal): Remove unused variables `header'
20114 and `nchars'. Use `let', not `let*'.
20115
20116 * cus-edit.el (Custom-set, Custom-save, custom-reset)
20117 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
20118 (Custom-buffer-done, custom-buffer-create-internal)
20119 (custom-browse-visibility-action, custom-browse-group-tag-action)
20120 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
20121 (widget-magic-mouse-down-action, custom-toggle-parent)
20122 (custom-add-parent-links, custom-toggle-hide-variable)
20123 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
20124 (custom-toggle-hide-face, face, hook, custom-group-link-action)
20125 (custom-face-menu-create, custom-variable-menu-create, get)
20126 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
20127 (custom-reset-standard-save-and-update): Remove unused variable `value'.
20128 (customize-apropos): Remove unused variable `tests'.
20129 (custom-group-value-create): Remove unused variable `hidden-p'.
20130 (sort-fold-case): Declare.
20131
20132 * cus-theme.el (custom-reset-standard-faces-list)
20133 (custom-reset-standard-variables-list): Declare.
20134 (customize-create-theme, custom-theme-revert, custom-theme-write)
20135 (custom-theme-choose-mode, customize-themes, custom-theme-save):
20136 Mark unused parameters.
20137
20138 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
20139
20140 * delim-col.el (delimit-columns-max): Move defvar before first use.
20141
20142 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 20143 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
20144
20145 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
20146 (auto-insert): Declare.
20147 (desktop-restore-file-buffer): Rename desktop-* parameters;
20148 mark unused ones.
20149 (desktop-create-buffer): Rename desktop-* parameters and bind them.
20150 (desktop-buffer): Rename desktop-* parameters.
20151
20152 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
20153 (dframe-reposition-frame-xemacs, dframe-help-echo)
20154 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
20155 Mark unused parameters.
20156
20157 * dired-aux.el (backup-extract-version-start, overwrite-query)
20158 (overwrite-backup-query, rename-regexp-query)
20159 (rename-non-directory-query): Declare.
20160 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
20161 (dired-add-entry): Remove unused variable `orig-file-name'.
20162 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
20163 Use parameter PRESERVE-TIME instead of accessing dynamic variable
20164 `dired-copy-preserve-time' directly.
20165 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
20166 (dired-insert-subdir-newpos): Rename unused variable `pos'.
20167
20168 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
20169 (dired-virtual-revert, dired-make-relative-symlink):
20170 Mark unused parameters.
20171 (manual-program): Declare.
20172 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
20173 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
20174 wrapped in `with-no-warnings' to avoid replacing one warning by another.
20175
20176 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
20177
20178 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
20179
20180 * echistory.el (electric-history-in-progress, Helper-return-blurb):
20181 Declare.
20182
20183 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
20184
20185 * electric.el (Electric-command-loop): Rename parameter
20186 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
20187
20188 * expand.el (expand-in-literal): Remove unused variable `here'.
20189
20190 * facemenu.el (facemenu-add-new-color):
20191 Remove unused variable `docstring'.
20192
20193 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
20194 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
20195 (face-attr-construct): Mark unused parameter. Doc fix.
20196 (read-color): Remove unused variable `hex-string'.
20197
20198 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
20199 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
20200 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
20201 (display-buffer-other-frame): Remove unused variable `old-window'.
20202 (kill-buffer-hook): Declare.
20203 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
20204 Mark unused parameters.
20205 (after-find-file): Pass 1 to `auto-save-mode', not t.
20206
20207 * files-x.el (auto-insert): Declare.
20208 (modify-file-local-variable-prop-line): Remove unused variable `val'.
20209
20210 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 20211 variable `buf'. Mark unused parameter.
06b60517
JB
20212 (find-lisp-insert-directory): Mark unused parameter.
20213
20214 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
20215 (format-encode-region): Remove unused variables `cur-buf' and `result'.
20216 (format-common-tail): Remove, unused.
20217 (format-deannotate-region): Remove unused variable `loc'.
20218 (format-annotate-region): Remove unused variable `p'.
20219 (format-annotate-single-property-change): Remove unused variables
20220 `default' and `tail'.
20221
20222 * forms.el (read-file-filter): Declare.
20223 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
20224
20225 * frame.el (frame-creation-function-alist): Mark unused parameter.
20226 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
20227
20228 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
20229 Remove unused parameters.
20230 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
20231 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
20232
20233 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
20234 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
20235 (hfy-prepare-tag-map): Mark unused parameters.
20236 (htmlfontify-buffer): Use `called-interactively-p'.
20237
20238 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
20239 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
20240 (ibuffer-do-occur): Mark unused parameters.
20241 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
20242 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
20243
20244 * ibuffer.el: Don't quote `lambda'.
20245 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
20246 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
20247 Mark unused parameters.
20248
20249 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
20250 (ido-completing-read): Mark unused parameters.
20251 (ido-copy-current-word): Mark unused parameters;
20252 remove unused variable `name'.
20253 (ido-sort-merged-list): Remove unused parameter `dirs'.
20254
20255 * ielm.el (ielm-input-sender): Mark unused parameter.
20256 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
20257 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
20258 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
20259 `ielm-string' as a dynamic variable accessible from the IELM prompt.
20260 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
20261
20262 * image-dired.el (image-dired-display-thumbs): Remove unused
20263 variables `curr-file' and `count'.
20264 (image-dired-remove-tag): Remove unused variable `start'.
20265 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
20266 variable `curr-file'
20267 (image-dired-rotate-original): Remove unused variable `temp-file'.
20268 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
20269 Remove unused variable `file'.
20270 (image-dired-gallery-generate): Remove unused variable `curr'.
20271 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
20272
20273 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
20274
20275 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
20276
20277 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
20278
20279 * isearch.el (minibuffer-history-symbol): Declare.
20280 (isearch-edit-string): Remove unused variable `err'.
20281 (isearch-message-prefix, isearch-message-suffix):
20282 Mark unused parameters.
20283
20284 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
20285
20286 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
20287
20288 * makesum.el (double-column): Remove unused variable `cnt'.
20289
20290 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
20291 (ido-ignore-item-temp-list): Declare.
20292
20293 * mouse-drag.el (mouse-drag-throw): Remove unused variables
20294 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
20295 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
20296 (mouse-drag-drag): Remove unused variables `mouse-delta' and
20297 `mouse-col-delta'.
20298
20299 * mouse-sel.el (mouse-extend-internal):
20300 Remove unused variable `orig-window-frame'.
20301
20302 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
20303 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
20304 Move declarations before first use.
20305 (pcomplete-opt): Mark unused parameters; doc fix.
20306
20307 * proced.el (proced-revert): Mark unused parameter.
20308 (proced-send-signal): Remove unused variable `err'.
20309
20310 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
20311 Rename parameter PREFIX-ARG to ARG.
20312 (ps-basic-plot-string, ps-basic-plot-whitespace):
20313 Mark unused parameters.
20314
20315 * replace.el (replace-count): Define.
20316 (occur-revert-function): Mark unused parameters.
20317 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
20318 (isearch-case-fold-search, isearch-string): Declare.
20319 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
20320 bind `case-fold-search'. Remove unused variables `beg' and `end',
20321 and simplify.
20322 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
20323 COUNT and bind `replace-count'.
20324 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
20325 to COUNT.
20326
20327 * savehist.el (print-readably, print-string-length): Declare.
20328
20329 * shadowfile.el (shadow-expand-cluster-in-file-name):
20330 Remove unused variable `cluster'.
20331 (shadow-copy-file): Remove unused variable `i'.
20332 (shadow-noquery, shadow-clusters, shadow-site-cluster)
20333 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
20334 (shadow-define-literal-group, shadow-define-regexp-group)
20335 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
20336
20337 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
20338 (shell): Use `called-interactively-p'.
20339 (shell-directory-tracker): Remove unused variable `chdir-failure'.
20340
20341 * simple.el (compilation-context-lines, comint-file-name-quote-list)
20342 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
20343 (delete-backward-char): Remove unused variable `ocol'.
20344 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
20345 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
20346 (event-apply-hyper-modifier, event-apply-shift-modifier)
20347 (event-apply-control-modifier, event-apply-meta-modifier):
20348 Mark unused parameters.
20349 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
20350 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
20351
20352 * speedbar.el (speedbar-ignored-directory-expressions)
20353 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
20354 (speedbar-find-file, speedbar-dir-follow)
20355 (speedbar-directory-buttons-follow, speedbar-tag-find)
20356 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
20357 (speedbar-buffers-line-directory, speedbar-buffer-click):
20358 Mark unused parameters.
20359 (speedbar-tag-file): Remove unused variable `mode'.
20360 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
20361
20362 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
20363
20364 * talk.el (talk): Remove unused variable `display'.
20365
20366 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
20367 (tar-write-region-annotate): Mark unused parameter.
20368
20369 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
20370 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
20371 Declare them, wrapped in `with-no-warnings' to avoid replacing one
20372 warning by another.
20373
20374 * time-stamp.el (time-stamp-string-preprocess):
20375 Remove unused variable `require-padding'.
20376
20377 * tree-widget.el (widget-glyph-enable): Declare.
20378 (tree-widget-action): Mark unused parameter.
20379
20380 * w32-fns.el (x-get-selection): Mark unused parameter.
20381 (autoload-make-program, generated-autoload-file): Declare.
20382
20383 * wdired.el (wdired-revert): Mark unused parameters.
20384 (wdired-xcase-word): Remove unused variable `err'.
20385
20386 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
20387 (whitespace-help-scroll): Remove unused variable `data-help'.
20388
20389 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
20390 (widget-image-insert, widget-after-change, default)
20391 (widget-default-format-handler, widget-default-notify)
20392 (widget-default-prompt-value, widget-info-link-action)
20393 (widget-url-link-action, widget-function-link-action)
20394 (widget-variable-link-action, widget-file-link-action)
20395 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
20396 (widget-field-prompt-internal, widget-field-action, widget-field-match)
20397 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
20398 (widget-insert-button-action, widget-delete-button-action, visibility)
20399 (widget-documentation-link-action, widget-documentation-string-action)
20400 (widget-const-prompt-value, widget-regexp-match, symbol)
20401 (widget-coding-system-prompt-value)
20402 (widget-key-sequence-value-to-external, sexp)
20403 (widget-sexp-value-to-internal, character, vector, cons)
20404 (widget-choice-prompt-value, widget-boolean-prompt-value)
20405 (widget-color--choose-action): Mark unused parameters.
20406 (widget-item-match-inline, widget-choice-match-inline)
20407 (widget-checklist-match, widget-checklist-match-inline)
20408 (widget-group-match): Rename parameter VALUES to VALS.
20409 (widget-field-value-set): Remove unused variable `size'.
20410 (widget-color-action): Remove unused variables `value' and `start'.
20411
20412 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 20413 variable `dir'. Doc fix.
06b60517
JB
20414 (windmove-find-other-window): Don't pass it.
20415
20416 * window.el (count-windows): Mark unused parameter.
20417 (bw-adjust-window): Remove unused variable `err'.
20418
20419 * woman.el (woman-file-name): Remove unused variable `default'.
20420 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
20421 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
20422 (global-font-lock-mode): Declare.
20423 (woman-decode-region): Mark unused parameter.
20424 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
20425
20426 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
20427 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
20428 (x-dnd-handle-moz-url): Remove unused variable `title'.
20429 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
20430
20431 * xml.el (xml-parse-tag, xml-parse-attlist):
20432 Remove unused variable `pos'.
20433
bc4f7f3d
GM
204342011-04-19 Glenn Morris <rgm@gnu.org>
20435
20436 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
20437 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
20438 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
20439 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
20440 * calendar/cal-html.el (cal-html-insert-minical):
20441 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
20442 (calendar-mark-date-pattern):
20443 Prefix "unused" locals.
20444
20445 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
20446 optional argument `style'.
20447
20448 * calendar/appt.el (appt-make-list):
20449 * calendar/cal-china.el (calendar-chinese-date-string):
20450 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
20451 (diary-hebrew-yahrzeit):
20452 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
20453 * calendar/calendar.el (calendar-generate-window):
20454 * calendar/time-date.el (time-to-days):
20455 Remove unused local variables.
20456
16a43933
CY
204572011-04-18 Chong Yidong <cyd@stupidchicken.com>
20458
20459 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
20460 glyphless-char-display table.
20461 (tabulated-list-glyphless-char-display): New var.
20462
7eed1860
SS
204632011-04-18 Sam Steingold <sds@gnu.org>
20464
20465 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
20466 to acknowledgments.
20467
4d2d1ccd
GM
204682011-04-17 Glenn Morris <rgm@gnu.org>
20469
20470 * calendar/diary-lib.el (diary-sexp-entry):
20471 * calendar/holidays.el (holiday-sexp):
20472 Set debug-on-error rather than the removed stack-trace-on-error.
20473
239da61d
GM
204742011-04-16 Glenn Morris <rgm@gnu.org>
20475
20476 * progmodes/f90.el: Use lexical-binding.
20477 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
20478
8b05752a
SM
204792011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
20480
daca8ba5
SM
20481 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
20482 (mail-mode): Setup mailalias completion here instead.
20483 * mail/mailalias.el: Use lexical-binding.
20484 (pattern, mailalias-done): Declare dynamic.
20485 (mail-completion-at-point-function): New function, from mail-complete.
20486 (mail-complete): Use it.
20487 (mail-completion-expand): New function.
20488 (mail-get-names): Use it.
20489 (mail-directory, mail-directory-process, mail-directory-stream):
20490 Don't use `pattern' for lexically bound arg.
20491
6f542485
SM
20492 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
20493
037e7c3f
SM
20494 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
20495 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
20496 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
20497
8b05752a
SM
20498 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
20499 (byte-save-window-excursion, byte-temp-output-buffer-setup)
20500 (byte-interactive-p): Define them again, for use when inlining
20501 old code.
20502
49093f60
JB
205032011-04-15 Juanma Barranquero <lekktu@gmail.com>
20504
20505 * loadup.el: Use `string-to-number', not `string-to-int'.
20506
b5b8e7de
SM
205072011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
20508
20509 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
20510 gud-gdb-complete-command.
20511 (gud-gdb-completions): New function, from gud-gdb-complete-command.
20512 (gud-gdb-completion-at-point): New function.
20513 (gud-gdb-completions): Remove.
20514
f42efeb5
MA
205152011-04-14 Michael Albinus <michael.albinus@gmx.de>
20516
49093f60
JB
20517 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
20518 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
20519 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
20520 whether `executable-find' is bound.
f42efeb5
MA
20521
20522 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
20523
e240cc21
SM
205242011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
20525
20526 * minibuffer.el (completion-in-region-mode-predicate)
20527 (completion-in-region-mode--predicate): New vars.
20528 (completion-in-region, completion-in-region--postch)
20529 (completion-in-region-mode): Use them.
20530 (completion--capf-wrapper): Also return the hook function.
20531 (completion-at-point, completion-help-at-point):
20532 Adjust and provide a predicate.
c2bd2ab0
SM
20533
20534 Preserve arg names for advice of subr and lexical functions (bug#8457).
20535 * help-fns.el (help-function-arglist): Consolidate the subr and
20536 new-byte-code cases. Add argument `preserve-names' to extract names
20537 from the docstring when needed.
20538 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
20539 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
20540 (ad-arglist): Use help-function-arglist's new arg.
20541 (ad-definition-type): Use cond.
20542
c183f693
JB
205432011-04-13 Juanma Barranquero <lekktu@gmail.com>
20544
06641a47
JB
20545 * autorevert.el (auto-revert-handler):
20546 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
20547 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
20548 Don't quote lambda.
20549
c183f693
JB
20550 * image-mode.el (image-transform-set-scale):
20551 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
20552
1e3b6001
G
205532011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
20554
20555 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 20556 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
20557 Upgrades via gnutls-cli are too slow to be done opportunistically.
20558
2d6af8dd
JB
205592011-04-12 Juanma Barranquero <lekktu@gmail.com>
20560
20561 * dframe.el (dframe-current-frame): Remove spurious quote.
20562
c0749a51
GM
205632011-04-12 Glenn Morris <rgm@gnu.org>
20564
088d0d61
GM
20565 * calendar/cal-tex.el (cal-tex-end-document):
20566 Try to automatically use latin1 input if needed.
20567
c0749a51
GM
20568 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
20569 Don't try to cons a mark onto an empty element.
20570
5c90fde0
LL
205712011-04-11 Leo Liu <sdl.web@gmail.com>
20572
20573 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
20574 buffers.
20575 (ido-kill-buffer-at-head): Support killing virtual buffers.
20576
369e974d
CY
205772011-04-10 Chong Yidong <cyd@stupidchicken.com>
20578
20579 * minibuffer.el (completion-show-inline-help): New var.
20580 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
20581 (minibuffer-force-complete, minibuffer-complete-word):
20582 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
20583
20584 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
20585 to avoid interference from inline help (Bug#5849).
20586
37f1c930
LL
205872011-04-10 Leo Liu <sdl.web@gmail.com>
20588
099c39a4
JB
20589 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
20590 Fix typo.
37f1c930 20591
a32d4040
CY
205922011-04-09 Chong Yidong <cyd@stupidchicken.com>
20593
20594 * image-mode.el (image-toggle-display-image): Signal an error if
20595 not in Image mode.
20596 (image-transform-mode, image-transform-resize)
20597 (image-transform-set-rotation): Doc fix.
daca8ba5 20598 (image-transform-set-resize): Delete.
a32d4040
CY
20599 (image-transform-set-scale, image-transform-fit-to-height)
20600 (image-transform-fit-to-width): Handle image-toggle-display-image
20601 and image-transform-resize directly.
20602
099c39a4 206032011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
20604
20605 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
20606 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
20607 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
20608 (doc-view-mode-map): Add bindings for the new functions.
20609
099c39a4 206102011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 20611
4d61f28d 20612 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
20613 Fix typo in docstring.
20614
3726838a
EZ
206152011-04-08 Eli Zaretskii <eliz@gnu.org>
20616
04f33f1e
EZ
20617 * files.el (file-size-human-readable): Produce one digit after
20618 decimal, like "ls -lh" does.
20619
20620 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
20621 the file size representation.
20622
3726838a
EZ
20623 * simple.el (list-processes): If async subprocesses are not
20624 available, error out with a clear error message.
20625
cbb59342
CY
206262011-04-08 Chong Yidong <cyd@stupidchicken.com>
20627
20628 * help.el (help-form-show): New function, to be called from C.
20629 Put help-form output in a buffer named differently than *Help*.
20630
e3971c44
EZ
206312011-04-08 Eli Zaretskii <eliz@gnu.org>
20632
20633 * files.el (file-size-human-readable): New function.
20634
20635 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
20636 computing the representation inline. Don't require `cl'.
20637
12544bbe
GM
206382011-04-08 Glenn Morris <rgm@gnu.org>
20639
a1de6c6a
GM
20640 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
20641
3c4671f4
GM
20642 * net/browse-url.el (browse-url-firefox):
20643 Test system-type, not system-configuration.
20644
b605679c
GM
20645 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
20646 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
20647 Use log-edit-empty-buffer-p. (Bug#7598)
20648
56442f0c
GM
20649 * net/rlogin.el (rlogin-process-connection-type): Simplify.
20650 (rlogin-mode-map): Initialize in the defvar.
20651 (rlogin): Use ignore-errors.
20652
12544bbe
GM
20653 * replace.el (occur-mode-map): Some fixes for menu items.
20654
eb237b0f
AH
206552011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
20656
20657 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
20658
7d668f2c
CY
206592011-04-06 Chong Yidong <cyd@stupidchicken.com>
20660
e67a13ab
CY
20661 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
20662 issuing unused warnings.
20663
20664 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
20665 macro directly.
20666
7d668f2c
CY
20667 * simple.el: Lisp reimplement of list-processes. Based on an
20668 earlier reimplementation by Leo Liu, but using tabulated-list.el.
20669 (process-menu-mode): New major mode.
20670 (list-processes--refresh, list-processes):
20671 (process-menu-visit-buffer): New functions.
20672
20673 * files.el (save-buffers-kill-emacs): Don't assume any return
20674 value of list-processes, which is undocumented anyway.
20675
a83ec3c9
CY
206762011-04-06 Chong Yidong <cyd@stupidchicken.com>
20677
20678 * emacs-lisp/tabulated-list.el: New file.
20679
e91a96fe
CY
20680 * emacs-lisp/package.el: Use Tabulated List mode.
20681 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
20682 (package-menu-mode): Derive from tabulated-list-mode. Set up the
20683 table format using Tabulated List mode variables.
20684 (package--push): New macro, replacing package-list-maybe-add.
20685 (package-menu--generate): Use package--push. Renamed from
20686 package--generate-package-list.
20687 (package-menu-refresh, list-packages): Use it.
daca8ba5 20688 (package-menu--print-info): Rename from package-print-package.
e91a96fe 20689 Return insertion data instead of inserting it directly.
099c39a4
JB
20690 (package-menu-describe-package, package-menu-execute):
20691 Use tabulated-list-get-id.
e91a96fe
CY
20692 (package-menu-mark-delete, package-menu-mark-install)
20693 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
20694 (package-menu-mark-obsolete-for-deletion):
20695 Use tabulated-list-put-tag.
e91a96fe
CY
20696 (package--list-packages, package-menu-revert)
20697 (package-menu-get-package, package-menu-get-version)
20698 (package-menu-sort-by-column): Functions deleted.
20699 (package-menu-package-list, package-menu-sort-key): Vars deleted.
20700 (package-menu--status-predicate, package-menu--version-predicate)
20701 (package-menu--name-predicate)
20702 (package-menu--description-predicate): Handle arguments in the
20703 Tabulated List format.
20704 (package-list-packages-no-fetch): Call list-packages.
20705
3e214b50
JB
207062011-04-06 Juanma Barranquero <lekktu@gmail.com>
20707
20708 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 20709 (after-find-file): Don't bind it.
3e214b50
JB
20710 (revert-buffer-in-progress-p): New variable.
20711 (revert-buffer): Bind it.
20712 Pass nil for `after-find-file-from-revert-buffer'.
20713
20714 * saveplace.el (save-place-find-file-hook): Use new variable
20715 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
20716
3f0f1700
GM
207172011-04-06 Glenn Morris <rgm@gnu.org>
20718
c0274801
GM
20719 * Makefile.in (AUTOGEN_VCS): New variable.
20720 (autoloads): Use $AUTOGEN_VCS.
20721
3f0f1700
GM
20722 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
20723 * calendar/calendar.el (calendar-mode-map):
20724 Check for toolkit scroll bars. (Bug#8305)
20725
41ea9e48
CY
207262011-04-05 Chong Yidong <cyd@stupidchicken.com>
20727
20728 * minibuffer.el (completion-in-region--postch)
20729 (completion-in-region-mode): Remove unnecessary messages.
20730
6194c800
JB
207312011-04-05 Juanma Barranquero <lekktu@gmail.com>
20732
33256f14
JB
20733 * font-lock.el (font-lock-refresh-defaults):
20734 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
20735 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
20736
6194c800
JB
20737 * info.el (Info-directory-list, Info-read-node-name-2)
20738 (Info-split-parameter-string): Doc fixes.
20739 (Info-virtual-nodes): Reflow docstring.
20740 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
20741 (Info-apropos-toc-nodes, info-finder, Info-get-token)
20742 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
20743 Fix typos in docstrings.
20744 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
20745 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
20746 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
20747 (Info-restore-desktop-buffer): Mark unused parameters.
20748 (Info-directory-find-file, Info-directory-find-node)
20749 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
20750 (Info-virtual-index-find-node, Info-apropos-find-file)
20751 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 20752 Mark unused parameters; fix typos in docstrings.
6194c800
JB
20753 (Info-virtual-index): Remove unused local variable `nodename'.
20754
b87a8200 207552011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 20756
b87a8200
DD
20757 * net/rcirc.el: Update my e-mail address.
20758 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 20759
3b2ff876
CY
207602011-04-05 Chong Yidong <cyd@stupidchicken.com>
20761
20762 * startup.el (command-line): Save the cursor's theme-face
20763 directly, instead of using face-override-spec.
20764
20765 * custom.el (load-theme): Minor optimization in assigning faces.
20766
8d17e7ca
JB
207672011-04-04 Juanma Barranquero <lekktu@gmail.com>
20768
20769 * help-fns.el (describe-variable): Complete all variables having
20770 documentation, including keywords.
20771 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
20772
2fbc1934
JB
207732011-04-04 Juanma Barranquero <lekktu@gmail.com>
20774
20775 Convert to lexical-binding.
20776
20777 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
20778 (bs--get-marked-string, bs--get-modified-string)
20779 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
20780 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
20781 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
20782
20783 * ehelp.el (electric-help-execute-extended)
20784 (electric-help-ctrl-x-prefix):
20785 * hexl.el (hexl-revert-buffer-function):
20786 * linum.el (linum-after-change, linum-after-scroll):
20787 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
20788
20789 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
20790
74f50695
DU
207912011-04-04 Daiki Ueno <ueno@unixuser.org>
20792
20793 * epa-dired.el:
20794 * epa-mail.el:
20795 * epa-hook.el:
20796 * epa-file.el:
20797 * epa.el:
20798 * epg.el: Use lexical binding.
20799
c11325f7
CY
208002011-04-03 Chong Yidong <cyd@stupidchicken.com>
20801
0d9e9a12
CY
20802 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
20803
c11325f7 20804 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
20805 dictionary case for flyspell-mark-duplications-exceptions.
20806 Use regexp matching for languages.
c11325f7
CY
20807 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
20808 default dictionary (Bug#7926).
20809
da91b5f2
CY
208102011-04-02 Chong Yidong <cyd@stupidchicken.com>
20811
099c39a4
JB
20812 * emacs-lisp/package.el (package--with-work-buffer):
20813 Recognize https URLs.
da91b5f2 20814
099c39a4
JB
20815 * net/network-stream.el: Move from gnus/proto-stream.el.
20816 Change prefix to network-stream throughout.
da91b5f2
CY
20817 (open-protocol-stream): Merge into open-network-stream, leaving
20818 open-protocol-stream as an alias. Handle nil BUFFER args.
20819
20820 * subr.el (open-network-stream): Move to net/network-stream.el.
20821
afa8e9f6
GM
208222011-04-02 Glenn Morris <rgm@gnu.org>
20823
1d2e369d
GM
20824 * find-dired.el (find-exec-terminator): New option.
20825 (find-ls-option): Test for -ls support.
20826 (find-ls-subdir-switches): Test for -b in find-ls-option.
20827 (find-dired, find-grep-dired): Doc fixes.
20828 (find-dired): Use find-exec-terminator.
20829
8abb7da8 20830 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
20831 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
20832 (find-name-arg): Remove purecopy.
8abb7da8 20833
f3ca7378
GM
20834 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
20835 (grep-compute-defaults): Check for `-exec COMMAND +' support.
20836 Set grep-find-use-xargs, grep-find-command, and grep-find-template
20837 accordingly. Don't add the null-device if not needed.
20838
afa8e9f6
GM
20839 * files.el (save-some-buffers): Doc fix.
20840
35eae264
EZ
208412011-04-02 Eli Zaretskii <eliz@gnu.org>
20842
20843 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
20844
26b51db5
JB
208452011-04-01 Juanma Barranquero <lekktu@gmail.com>
20846
20847 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
20848 Use `dolist' rather than `mapcar'.
20849
7200d79c
SM
208502011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
20851
03408648 20852 Add lexical binding.
7200d79c 20853
03408648
SM
20854 * subr.el (apply-partially): Use new closures rather than CL.
20855 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
20856 (dolist, dotimes): Use slightly different expansion for lexical code.
20857 (functionp): Move to C.
20858 (letrec): New macro.
20859 (with-wrapper-hook): Use it and apply-partially instead of CL.
20860 (eval-after-load): Preserve lexical-binding.
20861 (save-window-excursion, with-output-to-temp-buffer): Turn them
20862 into macros.
7200d79c 20863
03408648
SM
20864 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
20865
20866 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
20867 than the arglist.
20868 (help-add-fundoc-usage): Don't add `Not documented'.
20869 (help-function-arglist): Handle closures, subroutines, and new
20870 byte-code-functions.
20871 (help-make-usage): Remove leading underscores.
20872 (describe-function-1): Handle closures.
20873 (describe-variable): Use special-variable-p for completion.
20874
20875 * files.el (lexical-binding): Declare safe.
f488fb65 20876
03408648
SM
20877 * emacs-lisp/pcase.el: Don't use destructuring-bind.
20878 (pcase--memoize): Rename from pcase-memoize. Change weakness.
20879 (pcase): Add `let' pattern.
20880 Change memoization so it actually works.
20881 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
20882 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
20883 <let>: New case.
f488fb65 20884
03408648
SM
20885 * emacs-lisp/macroexp.el: Use lexical binding.
20886 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
20887 Don't convert ' to #' without checking that it's indeed quoting
20888 a lambda.
20889
20890 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 20891 Use eval-sexp-add-defvars.
03408648
SM
20892 (eval-sexp-add-defvars): New fun.
20893
20894 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
20895
20896 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
20897 Don't autoload.
20898 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
20899 than the internal `byte-compile-lambda'.
20900 (defmethod): Don't hide code under quotes.
20901 (eieio-defmethod): New `code' argument.
20902
20903 * emacs-lisp/eieio-comp.el: Remove.
20904
20905 * emacs-lisp/edebug.el (edebug-eval-defun)
20906 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
20907 (edebug-toggle): Avoid `eval'.
20908
20909 * emacs-lisp/disass.el (disassemble-internal): Handle new
20910 `closure' objects.
20911 (disassemble-1): Handle new byte codes.
20912
20913 * emacs-lisp/cl.el (pushnew): Silence warning.
20914
20915 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
20916 (cl-byte-compile-throw): Remove.
20917 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
20918
20919 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
20920 closures.
20921
20922 * emacs-lisp/cconv.el: New file.
20923
20924 * emacs-lisp/bytecomp.el: Use lexical binding instead of
20925 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
20926 (byte-compile-initial-macro-environment):
20927 Handle declare-function here.
20928 (byte-compile--lexical-environment): New var.
20929 (byte-stack-ref, byte-stack-set, byte-discardN)
20930 (byte-discardN-preserve-tos): New lap codes.
20931 (byte-interactive-p): Don't use any more.
20932 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
20933 New macros.
20934 (byte-compile-lapcode): Use them and handle new lap codes.
20935 (byte-compile-obsolete): Remove.
20936 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
20937 (byte-compile-arglist-warn): Check late def of inlinable funs.
20938 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
20939 since they should have been expanded by now.
20940 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
20941 (byte-compile-from-buffer): Remove unused second arg.
20942 (byte-compile-preprocess): New function.
20943 (byte-compile-toplevel-file-form): New function to distinguish
20944 file-form calls from outside from file-form calls from hunk-handlers.
20945 (byte-compile-file-form): Simplify.
20946 (byte-compile-file-form-defsubst): Remove.
20947 (byte-compile-file-form-defmumble): Simplify now that
20948 byte-compile-lambda always returns a byte-code-function.
20949 (byte-compile): Preprocess.
20950 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
20951 Remove, not used any more.
20952 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
20953 (byte-compile-make-args-desc): New funs.
20954 (byte-compile-lambda): Handle lexical functions. Always return
20955 a byte-code-function.
20956 (byte-compile-reserved-constants): New var, to make up room for
20957 closed-over variables.
20958 (byte-compile-constants-vector): Obey it.
20959 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
20960 (byte-compile-macroexpand-declare-function): New function.
20961 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
20962 byte-code-functions.
20963 (byte-compile-form): Check obsolescence here.
20964 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
20965 (byte-compile-variable-ref): Remove.
20966 (byte-compile-dynamic-variable-op): New fun.
20967 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
20968 (byte-compile-variable-set): New funs.
20969 (byte-compile-discard): Add 2 args.
20970 (byte-compile-stack-ref, byte-compile-stack-set)
20971 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
20972 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
20973 macroexpand-all instead.
20974 (byte-compile-quote-form): Remove.
20975 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
20976 (byte-compile-bind, byte-compile-unbind): New funs.
20977 (byte-compile-let): Handle let* and lexical binding.
20978 (byte-compile-let*): Remove.
20979 (byte-compile-catch, byte-compile-unwind-protect)
20980 (byte-compile-track-mouse, byte-compile-condition-case):
20981 Handle a new :fun-body form, used for lexical scoping.
20982 (byte-compile-save-window-excursion)
20983 (byte-compile-with-output-to-temp-buffer): Remove.
20984 (byte-compile-defun): Simplify.
20985 (byte-compile-stack-adjustment): New fun.
20986 (byte-compile-out): Use it.
20987 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
20988
20989 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
20990 handler any more.
20991
20992 * emacs-lisp/byte-opt.el: Use lexical binding.
20993 (byte-inline-lapcode): Remove (to bytecomp).
20994 (byte-compile-inline-expand): Pay attention to inlining to/from
20995 lexically bound code.
20996 (byte-compile-unfold-lambda): Don't handle byte-code-functions
20997 any more.
20998 (byte-optimize-form-code-walker): Don't handle save-window-excursion
20999 any more and don't call compiler-macros.
21000 (byte-compile-splice-in-already-compiled-code): Remove.
21001 (byte-code): Don't inline any more.
21002 (disassemble-offset): Receive `bytes' as argument rather than via
21003 dynamic scoping.
21004 (byte-compile-tag-number): Declare before first use.
21005 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
21006 `return' even if make-spliceable.
21007 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
21008 obsolete interactive-p.
21009 (byte-optimize-lapcode): Optimize new lap-codes.
21010 Don't trip up on new form of `byte-constant' lap code.
21011
21012 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
21013
21014 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
21015
21016 * custom.el (custom-initialize-default, custom-declare-variable):
21017 Use `defvar'.
21018
21019 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
21020 New variables.
21021 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
21022 (COMPILE_FIRST): Add macroexp and cconv.
21023 * makefile.w32-in: Mirror changes in Makefile.in.
21024
21025 * vc/cvs-status.el:
21026 * vc/diff-mode.el:
21027 * vc/log-edit.el:
21028 * vc/log-view.el:
21029 * vc/smerge-mode.el:
21030 * textmodes/bibtex-style.el:
090bd7cb 21031 * textmodes/css-mode.el:
03408648
SM
21032 * startup.el:
21033 * uniquify.el:
da91b5f2
CY
21034 * minibuffer.el:
21035 * newcomment.el:
21036 * reveal.el:
21037 * server.el:
21038 * mpc.el:
21039 * emacs-lisp/smie.el:
21040 * doc-view.el:
21041 * dired.el:
03408648
SM
21042 * abbrev.el: Use lexical binding.
21043
0f0c1f27
EZ
210442011-04-01 Eli Zaretskii <eliz@gnu.org>
21045
21046 * info.el (info-display-manual): New function.
21047
c82b2579
SM
210482011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
21049
21050 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
21051
221ddf68
TH
210522011-03-31 Tassilo Horn <tassilo@member.fsf.org>
21053
21054 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 21055 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 21056
cba6e77e
GM
210572011-03-31 Glenn Morris <rgm@gnu.org>
21058
e040639f
GM
21059 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
21060
cba6e77e
GM
21061 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
21062
6d0f1c9e
CS
210632011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
21064
21065 * progmodes/python.el (python-default-interpreter)
21066 (python-python-command-args, python-jython-command-args)
21067 (python-which-shell, python-which-args, python-which-bufname)
21068 (python-file-queue, python-comint-output-filter-function)
21069 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
21070 variables and functions.
21071
3e2d70fd
SM
210722011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
21073
21074 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
21075 (completion-in-region-mode): New minor mode.
21076 (completion-in-region): Use it.
21077 (completion-in-region--data, completion-in-region-mode-map): New vars.
21078 (completion-in-region--postch): New function.
21079 (completion--capf-misbehave-funs, completion--capf-safe-funs):
21080 New vars.
21081 (completion--capf-wrapper): New function.
21082 (completion-at-point): Use it to track well-behavedness of
21083 hook functions.
21084 (completion-help-at-point): New command.
21085
f3e4086c
JM
210862011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
21087
21088 * vc/add-log.el (add-change-log-entry): Don't use whitespace
21089 syntax class to search for whitespace on a single line
21090 (Message-ID: <4D938140.4030905@redhat.com>).
21091
eb7ffc14
LL
210922011-03-30 Leo Liu <sdl.web@gmail.com>
21093
21094 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
21095 New commands.
21096 (edit-abbrevs-map): Bind them here.
21097 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
21098
d806ab68
KM
210992011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
21100
21101 * allout.el (allout-hide-by-annotation, allout-flag-region):
21102 Reduce possibility of overlay leakage by making them volatile.
21103
21104 * allout-widgets.el (allout-widgets-tally): Define as nil so the
21105 hash is not shared between buffers. Mode initialization is
21106 responsible for giving it a useful starting value.
21107 (allout-item-span): Reduce possibility of overlay leakage by
21108 making them volatile.
21109 (allout-widgets-count-buttons-in-region): Add diagnostic function
21110 for tracking down button overlay leaks.
21111
ea622834
LL
211122011-03-29 Leo Liu <sdl.web@gmail.com>
21113
21114 * ido.el (ido-read-internal): Use the default history var
21115 minibuffer-history if no HISTORY is specified.
21116
b62f8267
G
211172011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
21118
03408648
SM
21119 * net/imap.el (imap-shell-open, imap-process-connection-type):
21120 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
21121 Kerberos, SSL, other subprocesses.
21122
947b6566
LL
211232011-03-28 Leo Liu <sdl.web@gmail.com>
21124
21125 * abbrev.el (abbrev-table-empty-p): New function.
21126 (prepare-abbrev-list-buffer): Place empty abbrev tables after
21127 nonempty ones. (Bug#5937)
21128
5ffb62aa
JD
211292011-03-27 Jan Djärv <jan.h.d@swipnet.se>
21130
21131 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
21132
7a097943
LL
211332011-03-27 Leo Liu <sdl.web@gmail.com>
21134
21135 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
21136 for foreground and background colors.
21137 (ansi-color-make-color-map): Adapt.
21138
c5b40130
LL
211392011-03-25 Leo Liu <sdl.web@gmail.com>
21140
1f48f7d2
LL
21141 * midnight.el (midnight-time-float): Remove. Note it calculates
21142 the microsecond component incorrectly and seconds-to-time does the
21143 same job.
625897ec 21144 Remove redundant (require 'timer).
1f48f7d2 21145
c5b40130
LL
21146 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
21147 (ido-completions): Remove unused arguments. (Bug#8329)
21148
d86d2721
SM
211492011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
21150
21151 * minibuffer.el (completion--flush-all-sorted-completions):
21152 Remove itself from hook.
21153 (completion-at-point): Let the functions perform the completion
21154 immediately and return nil or t.
21155 * comint.el (comint-dynamic-complete-functions): Now identical to
21156 completion-at-point-functions.
21157 (comint-dynamic-list-input-ring): Remove unused var `index'.
21158 (comint--match-partial-filename, comint--unquote&expand-filename):
21159 New funs, split from comint-match-partial-filename.
21160 (comint-dynamic-complete): Use completion-at-point.
21161 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
21162
e8974c48
DA
211632011-03-24 Drew Adams <drew.adams@oracle.com>
21164
21165 * thingatpt.el: Support `defun'.
21166
def71b5e
LL
211672011-03-23 Leo Liu <sdl.web@gmail.com>
21168
cb5af48e
LL
21169 * abbrevlist.el: Move to obsolete/abbrevlist.el.
21170
def71b5e
LL
21171 * help-mode.el (help-mode-finish): Tweak regexp.
21172
927c53e7
GM
211732011-03-23 Glenn Morris <rgm@gnu.org>
21174
18d05bed
GM
21175 * eshell/esh-opt.el (eshell-eval-using-options):
21176 Do not bind unused local variable `eshell-option-stub'.
21177
927c53e7
GM
21178 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
21179
9d0da923
JB
211802011-03-22 Juanma Barranquero <lekktu@gmail.com>
21181
21182 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
21183 keymap variable in `with-no-warnings' to avoid a warning when the
21184 keymap has been already `defconst'ed.
21185
4b978a67
LL
211862011-03-22 Leo Liu <sdl.web@gmail.com>
21187
21188 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
21189 encode all chars in abbrevs; otherwise use emacs-mule or
21190 utf-8-emacs. (Bug#8308)
21191
5fd62452
JB
211922011-03-22 Juanma Barranquero <lekktu@gmail.com>
21193
0b1596c6
JB
21194 * simple.el (backward-delete-char-untabify):
21195 Avoid warning about using `delete-backward-char'.
21196
5fd62452
JB
21197 * image.el (image-type-file-name-regexps): Make it variable.
21198 `imagemagick-register-types' modifies it, and the user may want
21199 to add new extensions for known image types.
21200 (imagemagick-register-types): Throw error if not using ImageMagick.
21201
0b4e93f1
LL
212022011-03-22 Leo Liu <sdl.web@gmail.com>
21203
21204 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
21205 located before rcirc-prompt-end-marker.
21206 (rcirc-complete): Error if point is not after rcirc prompt.
21207 Handle the case when table is nil.
9882e214 21208 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 21209
fccee4ab
CY
212102011-03-22 Chong Yidong <cyd@stupidchicken.com>
21211
21212 * custom.el (custom--inhibit-theme-enable): Make it affect only
21213 custom-theme-set-variables and custom-theme-set-faces.
21214 (provide-theme): Ignore custom--inhibit-theme-enable.
21215 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
21216 (custom-enabling-themes): Delete variable.
d86d2721
SM
21217 (enable-theme): Accept only loaded themes as arguments.
21218 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
21219 (custom-enabled-themes): Forbid themes from setting this.
21220 Eliminate use of custom-enabling-themes.
21221 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 21222
af896da6
LL
212232011-03-21 Leo Liu <sdl.web@gmail.com>
21224
21225 * ido.el (ido-read-internal): Add ido-selected to history instead
21226 of user input.
21227
78f64af0
SM
212282011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
21229
21230 * subr.el (deferred-action-list, deferred-action-function):
21231 Mark obsolete.
21232
b16ac1ec
LL
212332011-03-21 Leo Liu <sdl.web@gmail.com>
21234
810f7698
LL
21235 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
21236 change on 2011-02-13 (bug#8309).
21237
b16ac1ec
LL
21238 * minibuffer.el (read-file-name-function): Change default value.
21239 (read-file-name--defaults): Rename from read-file-name-defaults.
21240 (read-file-name-default): Rename from read-file-name.
21241 (read-file-name): Call read-file-name-function.
21242
4e05e67e
GM
212432011-03-21 Glenn Morris <rgm@gnu.org>
21244
21245 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
21246 Doc fixes.
21247
4359915b
CY
212482011-03-21 Chong Yidong <cyd@stupidchicken.com>
21249
21250 * cus-theme.el: Add missing provide statement.
21251 (customize-create-theme): Extract theme value correctly.
21252 (custom-theme-visit-theme): Autoload.
21253 (customize-create-theme): Prompt before inserting default faces.
21254
1fe275ee
JB
212552011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
21256
21257 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
21258 units and musical notes.
21259
cd394be1 212602011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
21261
21262 * ido.el (ido-read-internal): Use completing-read-default.
21263 (ido-completing-read): Fix compatibility with completing-read.
21264
7d476bde
CO
212652011-03-20 Christian Ohler <ohler@gnu.org>
21266
21267 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
21268 (ert-delete-all-tests): Use `called-interactively-p' rather than
21269 `interactive-p'.
21270 (ert--make-xrefs-region): Respect END.
21271
fe0fb33e
CY
212722011-03-19 Chong Yidong <cyd@stupidchicken.com>
21273
ff854b0b
CY
21274 * dired-aux.el (dired-create-directory): Signal an error if the
21275 directory already exists (Bug#8246).
21276
fe0fb33e
CY
21277 * facemenu.el (list-colors-display): Call list-faces-display
21278 inside with-help-window.
21279 (list-colors-print): Use display property to align the final
21280 column, instead of checking window-width.
21281
576bce32
EZ
212822011-03-19 Eli Zaretskii <eliz@gnu.org>
21283
4d61f28d 21284 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
21285 windows-nt systems.
21286 (emerge-protect-metachars): Quote correctly for ms-dos and
21287 windows-nt systems.
21288
89c41d68 212892011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
21290
21291 * info.el (info-initialize): Replace all uses of `:' with
21292 path-separator for compatibility with non-Unix systems.
21293 Cache quoting of path-separator. (Bug#8258)
21294
b14e3e21 212952011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
21296
21297 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
21298 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
21299 (mouse-avoidance-mode): Fix typos in docstrings.
21300
4525ce3e
CY
213012011-03-19 Chong Yidong <cyd@stupidchicken.com>
21302
21303 * startup.el (package-subdirectory-regexp): Move from package.el.
21304 Omit \\` and \\', and let callers add them.
21305
21306 * emacs-lisp/package.el (package-strip-version)
21307 (package-load-all-descriptors): Add \\` and \\' to
21308 package-subdirectory-regexp before using it.
21309 (package-untar-buffer): New arg DIR; ensure that file untars only
21310 into this expected directory. Remove superfluous delete-region.
21311 (package-unpack): Caller changed.
21312 (package-tar-file-info): Use package-subdirectory-regexp.
21313
a904a09a 213142011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 21315
a904a09a
SM
21316 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
21317 diff-mode-shared-map (bug#8284).
21318 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
21319
213202011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
21321
21322 * calendar/time-date.el (format-seconds): Use assoc instead of
21323 assoc-string, since assoc-string doesn't exist in XEmacs.
21324
171fc304
JB
213252011-03-17 Juanma Barranquero <lekktu@gmail.com>
21326
21327 * custom.el (custom-known-themes): Reflow docstring.
21328 (custom-theme-load-path): Fix typo in docstring.
21329 (load-theme): Fix typo in error message.
21330 (custom-available-themes, custom-variable-theme-value):
21331 Use `let', not `let*'.
21332
d71990a1
JB
213332011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
21334
21335 * calc/README: Mention inclusion of musical notes.
21336
21337 * calc/calc-units.el (calc-lu-quant): Rename from
21338 `calc-logunits-quantity'.
21339 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
21340 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
21341 (calc-db): Rename from `calc-dblevel'.
21342 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
21343 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
21344 (calc-np): Rename from `calc-nplevel'.
21345 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
21346 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
21347 (calc-lu-plus): Rename from `calc-logunits-add'.
21348 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
21349 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
21350 (calc-lu-minus): Rename from `calc-logunits-sub'.
21351 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
21352 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
21353 (calc-lu-times): Rename from `calc-logunits-mul'.
21354 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
21355 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
21356 (calc-lu-divide): Rename from `calc-logunits-div'.
21357 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
21358 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
21359
21360 * calc/calc-ext.el (calc-init-extensions): Update the names of the
21361 functions being autoloaded.
21362
21363 * calc/calc.el (calc-lu-power-reference): Rename from
21364 `calc-logunits-power-reference'.
21365 (calc-lu-field-reference): Rename from
21366 `calc-logunits-field-reference'.
21367
7a71b18d
GM
21368 * calc/calc-help.el (calc-l-prefix-help):
21369 Mention musical note functions.
d71990a1 21370
40c2934b
SM
213712011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
21372
21373 * minibuffer.el (completion-all-sorted-completions):
21374 Use :completion-cycle-penalty text property if present.
21375
b0911414
KM
213762011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
21377
21378 * allout.el (allout-yank-processing): Adjust for new rebulleting
21379 regime so bullet being yanked is used without prompting the user
21380 for a choice.
21381
8a05b668
JB
213822011-03-16 Juanma Barranquero <lekktu@gmail.com>
21383
21384 * startup.el (command-line): Warn the user that _emacs is deprecated.
21385
5ba5fb81
JB
213862011-03-16 Juanma Barranquero <lekktu@gmail.com>
21387
21388 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
21389 (delphi-verbose, delphi-comment-face, delphi-string-face)
21390 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
21391 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
21392 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
21393 (delphi-new-comment-line, delphi-font-lock-defaults)
21394 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
21395 Fix typos in docstrings.
21396
2dab465b
KM
213972011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
21398
5ba5fb81 21399 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
21400 Invert the roles of character and string values for INSTEAD, so a
21401 string is used for the more common case of a defaulting prompt.
21402
0adf5618
SM
214032011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
21404
21405 * progmodes/ruby-mode.el (ruby-backward-sexp):
21406 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
21407 * play/gamegrid.el (gamegrid-make-face):
21408 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
21409 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
21410 * notifications.el (notifications-notify):
21411 * net/xesam.el (xesam-search-engines):
21412 * net/quickurl.el (quickurl-list-insert):
21413 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
21414
d72700e5
CY
214152011-03-15 Chong Yidong <cyd@stupidchicken.com>
21416
21417 * startup.el (command-line): Update package subdirectory regexp.
21418
49c5410a
SM
214192011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
21420
c6eee9aa
SM
21421 * allout.el (allout-abbreviate-flattened-numbering)
21422 (allout-mode-deactivate-hook): Fix up obsolescence "date".
21423
49c5410a
SM
21424 * subr.el (read-char-choice): Only show the cursor after the prompt,
21425 not after the answer.
21426
047b2bb9
KR
214272011-03-15 Kevin Ryde <user42@zip.com.au>
21428
21429 * help-fns.el (variable-at-point): Skip leading quotes, if any
21430 (bug#8253).
21431
0a57d256
SM
214322011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
21433
21434 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
21435 warning message.
21436
77c992bc
MA
214372011-03-14 Michael Albinus <michael.albinus@gmx.de>
21438
21439 * shell.el (shell): When called interactively, offer to change the
21440 shell file name on remote hosts.
21441
eebc475d
TZ
214422011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
21443
21444 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
21445 integration for LDAP parameters. The host, base, user or binddn,
21446 and secret tokens can be specified in a netrc file, for instance.
21447 This is optional because an `auth-source' parameter must be
21448 specified in the search attributes.
21449
9d05d1ba
JB
214502011-03-13 Juanma Barranquero <lekktu@gmail.com>
21451
21452 * help.el (describe-mode): Link to the mode's definition (bug#8185).
21453
09d9db2c
GM
214542011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
21455
21456 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
21457 into declaration. Remove redundant and harmful binding.
21458
214592011-03-12 Eli Zaretskii <eliz@gnu.org>
21460
21461 * files.el (file-ownership-preserved-p): Pass `integer' as an
21462 explicit 2nd argument to `file-attributes'. If the file's owner
21463 is the Administrators group on Windows, and the current user is
21464 Administrator, consider that a match.
21465
21466 * server.el (server-ensure-safe-dir): Consider server directory
21467 safe on MS-Windows if its owner is the Administrators group while
21468 the current Emacs user is Administrator. Use `=' to compare
21469 numerical UIDs, since they could be integers or floats.
21470
219bd536
JB
214712011-03-12 Juanma Barranquero <lekktu@gmail.com>
21472
21473 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
21474
f3afd36b
MA
214752011-03-12 Michael Albinus <michael.albinus@gmx.de>
21476
21477 Sync with Tramp 2.2.1.
21478
21479 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
21480
21481 * net/trampver.el: Update release number.
21482
3aaaa6f1
SM
214832011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
21484
94642599
SM
21485 * progmodes/compile.el (compilation--previous-directory): Fix up
21486 various nil/dead-marker mismatches (bug#8014).
21487 (compilation-directory-properties, compilation-error-properties):
21488 Don't call it at a position past the one we're about to change.
21489
3aaaa6f1
SM
21490 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
21491 Disable obsolescence warnings in the file that declares it.
21492
14239447
KM
214932011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
21494
099c39a4
JB
21495 * allout-widgets.el (allout-widgets-tally):
21496 Initialize allout-widgets-tally as a hash table rather than nil to
21497 prevent mode-line redisplay warnings. Also, clarify the module
21498 description and fix a comment typo.
14239447 21499
135e287c
JB
215002011-03-11 Juanma Barranquero <lekktu@gmail.com>
21501
21502 * help-fns.el (describe-variable): Don't complete keywords.
21503 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
21504
ffbf300e
CY
215052011-03-10 Chong Yidong <cyd@stupidchicken.com>
21506
ba08b241
CY
21507 * emacs-lisp/package.el (package-version-join): Impose a standard
21508 string representation for pre/alpha/beta version lists.
21509 (package-unpack-single): Standardize the directory name by passing
21510 it through package-version-join.
21511 (package-strip-rcs-id): Accept any version string that does not
21512 signal an error in version-to-list.
ffbf300e 21513
f346fd6b
MA
215142011-03-10 Michael Albinus <michael.albinus@gmx.de>
21515
21516 * simple.el (delete-trailing-whitespace): Return nil for the
21517 benefit of `write-file-functions'.
21518
ccb55d27
GM
215192011-03-10 Glenn Morris <rgm@gnu.org>
21520
5ceaac0c
GM
21521 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
21522
02da65ff
GM
21523 * vc/vc-git.el (vc-git-program): New option.
21524 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
21525 (vc-git--call): Use it.
21526
b2f603cc
GM
21527 * eshell/esh-util.el (eshell-condition-case): Doc fix.
21528
5772caab
GM
21529 * cus-edit.el (Custom-newline): If no button at point, look
21530 for a subgroup button at start-of-line. (Bug#2298)
21531
ccb55d27
GM
21532 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
21533
ec6ecaed
JD
215342011-03-10 Julien Danjou <julien@danjou.info>
21535
21536 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
21537 `cursor-type' is nil.
21538
9d5aa01d
JB
215392011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
21540
21541 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
21542
b6a5875b
KM
215432011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
21544
7a71b18d 21545 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
21546 preserves the existing header prefix, rebulleting it if necessary,
21547 rather than replacing it. This is necessary for proper operation
21548 of cooperative addons like allout-widgets.
1154d12e
JB
21549 (allout-make-topic-prefix, allout-rebullet-heading):
21550 Change SOLICIT arg to INSTEAD, and interpret additionally a string
21551 value as alternate bullet to be used, instead of prompting the user
21552 for a bullet character.
b6a5875b 21553
ee545c35
MA
215542011-03-09 Michael Albinus <michael.albinus@gmx.de>
21555
d86d2721
SM
21556 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
21557 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
21558 `tramp-default-port'.
21559
c47971d7
DD
215602011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
21561
21562 * net/rcirc.el (rcirc-handler-001): Remove useless
21563 with-rcirc-process-buffer.
21564 (rcirc-check-auth-status): Swap arguments to string-match.
21565
13522cb4
GM
215662011-03-09 Glenn Morris <rgm@gnu.org>
21567
0be6f4f1
GM
21568 * shell.el (shell-mode):
21569 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
21570
13522cb4
GM
21571 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
21572 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
21573
515de2e3
CY
215742011-03-08 Chong Yidong <cyd@stupidchicken.com>
21575
21576 * emacs-lisp/package.el (package-refresh-contents)
21577 (package-menu-execute): Use condition-case-no-debug.
21578
b511b994
MA
215792011-03-08 Michael Albinus <michael.albinus@gmx.de>
21580
21581 * simple.el (shell-command-to-string): Use `process-file'.
21582
21583 * emacs-lisp/package.el (package-tar-file-info): Handle also
21584 remote files.
21585
d86d2721
SM
21586 * emacs-lisp/package-x.el (package-upload-buffer-internal):
21587 Use `equal' for upload base check.
b511b994 21588
25bbfb31
AM
215892011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
21590
21591 * textmodes/texinfo.el (texinfo-environments):
21592 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
21593
be996521
GM
215942011-03-08 Glenn Morris <rgm@gnu.org>
21595
e9c8529f
GM
21596 * cus-start.el (cursor-in-non-selected-windows):
21597 Fix :set quoting oddness. (Bug#8192)
21598
be996521
GM
21599 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
21600 in some setf expressions. (Bug#2159)
21601
2bb5649e
CY
216022011-03-08 Chong Yidong <cyd@stupidchicken.com>
21603
21604 * custom.el (custom-available-themes): Return themes in
21605 alphabetical order.
21606
33383987 21607See ChangeLog.15 for earlier changes.
e3d51b27
MR
21608
21609;; Local Variables:
21610;; coding: utf-8
e3d51b27
MR
21611;; End:
21612
ab422c4d 21613 Copyright (C) 2011-2013 Free Software Foundation, Inc.
e3d51b27
MR
21614
21615 This file is part of GNU Emacs.
21616
21617 GNU Emacs is free software: you can redistribute it and/or modify
21618 it under the terms of the GNU General Public License as published by
21619 the Free Software Foundation, either version 3 of the License, or
21620 (at your option) any later version.
21621
21622 GNU Emacs is distributed in the hope that it will be useful,
21623 but WITHOUT ANY WARRANTY; without even the implied warranty of
21624 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21625 GNU General Public License for more details.
21626
21627 You should have received a copy of the GNU General Public License
21628 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.