mouse-drag-line changes for mouse-1 in header-line
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
c491dd70
GM
12013-01-30 Glenn Morris <rgm@gnu.org>
2
3 * mouse.el (mouse-drag-line): Avoid pushing same event onto
4 unread-command-events twice in some cases. This tries to implement
5 the 2012-07-26 changes in a different way. (Bug#13560)
6
6ff930c3
FEG
72013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
8
9 * progmodes/python.el
10 (python-pdbtrack-comint-output-filter-function): Enhancements on
11 stacktrace detection. (thanks @gnovak)
12
1886a16d
GM
132013-01-30 Glenn Morris <rgm@gnu.org>
14
15 * imenu.el (imenu-default-create-index-function):
16 Put back a version of the infinite loop test removed 2013-01-23.
17
e4497086
FEG
182013-01-28 Fabián Ezequiel Gallina <fgallina@cuca>
19
20 * progmodes/python.el (python-shell-parse-command): Find
21 python-shell-interpreter with modified environment.
22
beb6d07d
SM
232013-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
24
25 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
26
345f866e
FEG
272013-01-24 Fabián Ezequiel Gallina <fgallina@cuca>
28
29 * progmodes/python.el: Enhancements to header documentation about
30 skeletons. (Bug#5716)
31
ddc62155
FEG
322013-01-23 Fabián Ezequiel Gallina <fgallina@cuca>
33
34 * imenu.el (imenu-default-create-index-function): Remove useless
35 infinite loop check. (Bug#13438)
36
267eacb5
AM
372013-01-23 Alan Mackenzie <acm@muc.de>
38
39 Fix a bug in the state cache mechanism. Refactor this a bit.
40
41 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
42 `cache-pos' element from the return value.
43 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
44 buffer to enable proper searching from beyond HERE. Amend the
45 test for detecting the sought brace pair. Amend the value written
46 to the "brace desert cache" when the brace isn't found.
47 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
48 and several other variables analogously.
49 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
50 parameter to a locally calculated variable.
51 (c-parse-state-1): Change the calling conventions to the two
52 defuns involving `cache-pos'.
53
4d4ddaa7
CY
542013-01-23 Chong Yidong <cyd@gnu.org>
55
56 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
57
2fc71e3c
LL
582013-01-18 Leo Liu <sdl.web@gmail.com>
59
60 * dired.el (dired-get-marked-files): Prune erroneous values due to
61 last change. (Bug#13152)
62
19503d5a
GM
632013-01-17 Glenn Morris <rgm@gnu.org>
64
65 * progmodes/etags.el (tags-table-check-computed-list):
66 Preserve point in tags buffer. (Bug#13412)
67
41b057ad
GM
682013-01-16 Glenn Morris <rgm@gnu.org>
69
f8a42ad6
GM
70 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
71
41b057ad
GM
72 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
73 Revert 2012-12-29 change. Ref:
74 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00360.html>
75
50620051
FEG
762013-01-10 Fabián Ezequiel Gallina <fgallina@cuca>
77
78 * progmodes/python.el (python-nav-end-of-statement): Fix
79 cornercase when handling multiline strings.
80
3c855b96
GM
812013-01-10 Glenn Morris <rgm@gnu.org>
82
83 * emacs-lisp/authors.el (authors-ignored-files)
84 (authors-valid-file-names, authors-renamed-files-alist):
85 Add some more entries.
86
08ce64e6
SM
872013-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
88
89 * image-mode.el (image-mode-winprops): Don't throw away the fallback
90 `t' pseudo-window entry.
91
8cff5feb
AM
922013-01-09 Alan Mackenzie <acm@muc.de>
93
94 Fix bugs in the c-parse-state mechanism. Reuse some markers
95 instead of continually generating new ones.
96
97 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
98 (c-state-old-cpp-end-marker): New variables.
99 (c-append-lower-brace-pair-to-state-cache): Start a backward
100 search for "}" definitively outside CPP constructs.
101 (c-remove-stale-state-cache): Inform the caller of a need to
102 search back for a brace pair in certain circumstances.
103 (c-state-maybe-marker): New macro.
104 (c-parse-state): Reuse markers when appropriate.
105
89c0dda8
GM
1062013-01-09 Glenn Morris <rgm@gnu.org>
107
108 * simple.el (execute-extended-command): Doc fix.
109 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
110
5b64ccd7
CY
1112013-01-09 Chong Yidong <cyd@gnu.org>
112
113 * faces.el (read-face-name): Doc fix.
114
c5ad92de
GM
1152013-01-09 Glenn Morris <rgm@gnu.org>
116
117 * emacs-lisp/trace.el (trace-function, trace-function-background):
118 Doc fix.
119
39a0786e
JL
1202013-01-09 Juri Linkov <juri@jurta.org>
121
122 * international/mule-cmds.el (read-char-by-name): Move let-binding
123 of completion-ignore-case around completing-read to fix regression
124 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
125 `string-match-p' using the nil value of `case-fold-search' and
126 `completion-ignore-case' in `completion-pcm--all-completions'.
127 (Bug#12615).
128
06364e64
GM
1292013-01-07 Glenn Morris <rgm@gnu.org>
130
131 * progmodes/compile.el (compilation-parse-errors):
132 Fix typo. (Bug#13369)
133
236a8f0c
VS
1342013-01-07 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
135
136 * comint.el (comint-send-input): Check size of buffer before
137 waiting for process output, in case already accepted. (Bug#13290)
138
f99ced35
MA
1392013-01-04 Michael Albinus <michael.albinus@gmx.de>
140
141 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
142 non-negative integers. Otherwise, the default values are used.
143 (tramp-convert-file-attributes): Convert uid and gid to integers.
144
ad235a8b
GM
1452013-01-03 Glenn Morris <rgm@gnu.org>
146
d2be4dcc
GM
147 * term.el (term-handle-colors-array): Ensure face attributes
148 are fully specified, not nil. (Bug#13337)
149
5b00b749
GM
150 * term.el (term-default-fg-color, term-default-bg-color):
151 Fix custom type.
152
220740a3
GM
153 * progmodes/etags.el (tags-compression-info-list): Doc fix.
154 (tag-find-file-of-tag-noselect): Check auto-compression-mode
155 rather than 'jka-compr being loaded. (Bug#13338)
156
ed5bdeb9
GM
157 * subr.el (eval-after-load): Don't purecopy the form, so that it
158 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
159
ad235a8b
GM
160 * emacs-lisp/byte-run.el (defun): Place cl declarations
161 after any interactive spec. (Bug#13265)
162
5cebef2d
AS
1632012-12-31 Andreas Schwab <schwab@linux-m68k.org>
164
165 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
166 defun. Don't check for DECL if DOCSTRING isn't a string.
167 (defun): Likewise.
168
4cddca30
GM
1692012-12-31 Glenn Morris <rgm@gnu.org>
170
5ee1772e
GM
171 * eshell/em-cmpl.el (eshell-pcomplete):
172 More thoroughly imitate pcomplete. (Bug#13293)
173
4cddca30
GM
174 * files.el (parse-colon-path): Doc fix. (Bug#12351)
175 Return nil for empty path elements. (Bug#13296)
176
6861432e
FEG
1772012-12-31 Fabián Ezequiel Gallina <fgallina@cuca>
178
179 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
180 order to improve efficiency (Based on Daniel Colascione's
181 <dancol@dancol.org> patch). (Bug#13182)
182
b83a2ddd
GM
1832012-12-31 Glenn Morris <rgm@gnu.org>
184
185 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
186
df4758b8
FEG
1872012-12-31 Fabián Ezequiel Gallina <fgallina@cuca>
188
189 * progmodes/python.el: Support other commands triggering
190 python-indent-line so indentation cycling continues to work.
191 (python-indent-trigger-commands): New defcustom.
192 (python-indent-line): Use it.
193
1942012-12-31 Fabián Ezequiel Gallina <fgallina@cuca>
195
196 * progmodes/python.el (python-shell-send-region): Add blank lines
197 for non sent code so backtraces remain correct.
198
bdcad781
AS
1992012-12-31 Andreas Schwab <schwab@linux-m68k.org>
200
201 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
202 neither DOCSTRING nor DECL was given. (Bug#13316)
203
8db39aeb
GM
2042012-12-30 Glenn Morris <rgm@gnu.org>
205
206 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
207 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
208 (rmail-summary-displayed, rmail-summary): Declare.
209 (mairix-rmail-display): Just require rmail.
210
3c94d7a6
CY
2112012-12-29 Chong Yidong <cyd@gnu.org>
212
213 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
214 check for the tarball contents.
215
af39894a
MF
2162012-12-29 Matt Fidler <matt.fidler@alcon.com> (tiny change)
217
218 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
219 tarfile content listings (Bug#13136).
220
bb709253
ML
2212012-12-29 Mark Lillibridge <mark.lillibridge@hp.com>
222
223 * mail/rmailmm.el (rmail-insert-mime-forwarded-message): Insert
224 the undecoded text of the message being forwarded. (Bug#9521)
225
3ee24a3b
MA
2262012-12-28 Michael Albinus <michael.albinus@gmx.de>
227
228 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
229 integers, if they are real numbers. (Bug#13282)
230
db590ef6
DG
2312012-12-26 Dmitry Gutov <dgutov@yandex.ru>
232
233 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
234 "module" and "def" to have indentation before them. Regression
235 from 109911 (see the new test).
236
ea0857a1
DG
2372012-12-24 Dmitry Gutov <dgutov@yandex.ru>
238
239 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
240
3f6b93cd
AM
2412012-12-23 Alan Mackenzie <acm@muc.de>
242
243 Speed up fontification where there's large brace blocks.
244 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
245 to a call of c-beginning-of-decl-1.
246
594f37aa
CY
2472012-12-21 Chong Yidong <cyd@gnu.org>
248
249 * sort.el (sort-subr): Doc fix (Bug#13056).
250
acc650b8
BG
2512012-12-20 Bastien Guerry <bzg@gnu.org>
252
acc650b8
BG
253 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
254
14b8c3d9
AM
2552012-12-11 Alan Mackenzie <acm@muc.de>
256
257 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
258 * progmodes/cc-engine.el (c-backward-comments): Add code to work
259 around `forward-comment' not recognizing ^M as whitespace.
260
2c43a9ad
FEG
2612012-12-11 Fabián Ezequiel Gallina <fgallina@cuca>
262
263 * progmodes/python.el (python-skeleton-class)
264 (python-skeleton-def): Do not add space after defun name.
265
2c066ad3
CY
2662012-12-09 Chong Yidong <cyd@gnu.org>
267
268 * simple.el (set-mark-default-inactive): Mark as obsolete, for
269 removal after 24.3.
270
6ce49f24
DM
2712012-12-08 Dani Moncayo <dmoncayo@gmail.com>
272
273 * simple.el (just-one-space): Doc fix.
274
8d43bd30
EZ
2752012-12-07 Eli Zaretskii <eliz@gnu.org>
276
277 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add
278 "smallexample".
279
3a21537c
LW
2802012-12-07 Le Wang <l26wang@gmail.com>
281
282 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
283 narrowed buffer (bug#12361).
284
61025111
MH
2852012-12-07 Michael Heerdegen <michael_heerdegen@web.de>
286
287 * emacs-lisp/debug.el (debug): Fix hard-coded frame counts (bug#10025).
288 Virtually backported from trunk.
289
bf741d33
JB
2902012-12-07 Juanma Barranquero <lekktu@gmail.com>
291
292 * vc/vc-hooks.el (vc-state): Doc fix.
293
07026166
GM
2942012-12-06 Glenn Morris <rgm@gnu.org>
295
296 * mail/rmail.el (rmail-maybe-display-summary):
297 Preserve buffer, in case select-window changes it. (Bug#13066)
298
82e1f390
SM
2992012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
300
301 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
302 cl-load-hook where they belong.
303
e1d51545
CY
3042012-12-06 Chong Yidong <cyd@gnu.org>
305
306 * ffap.el (ffap-replace-file-component): Fix typo.
307
ef54d315
SM
3082012-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
309
310 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
311 fix open-paren-like token test (bug#12785).
312
52d129cd
GM
3132012-12-04 Glenn Morris <rgm@gnu.org>
314
315 * mail/rmailsum.el (rmail-new-summary): Tweak for
316 rmail-maybe-display-summary changing buffer. (Bug#13066)
317
68bf4e09
JL
3182012-12-03 Juri Linkov <juri@jurta.org>
319
320 * info.el (Info-fontify-node): Don't hide the last newline.
321 (Bug#12272)
322
ff3d86d0
LL
3232012-12-01 Leo Liu <sdl.web@gmail.com>
324
325 * files.el (dir-locals-read-from-file): Check file non-empty
326 before reading. (Bug#13038)
327
6247eff5
GM
3282012-11-28 Glenn Morris <rgm@gnu.org>
329
330 * jka-cmpr-hook.el (jka-compr-get-compression-info):
331 Remove any version extension before checking filename. (Bug#13006)
332 (jka-compr-compression-info-list): Belated :version bump.
333
a5bf43ba
CY
3342012-11-28 Chong Yidong <cyd@gnu.org>
335
8ecba97d
CY
336 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
337
a5bf43ba
CY
338 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
339 (buffer-menu): Doc fix (Bug#12294).
340
34755291
RW
3412012-11-27 Roland Winkler <winkler@gnu.org>
342
343 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
344 of diary-show-all-entries in the diary buffer (Bug#12994).
345
c2f5b60a
MA
3462012-11-27 Michael Albinus <michael.albinus@gmx.de>
347
348 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
349 "<STDIN>". This is binary safe.
350
369f945d
SM
3512012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
352
353 * textmodes/table.el (table-insert): Don't use `symbol-name' on
354 lexically scoped variables (bug#13005).
355
999e745e 3562012-11-26 Glenn Morris <rgm@gnu.org>
98f99594 357
999e745e
GM
358 * vc/vc-hooks.el (vc-mistrust-permissions):
359 Default to t, to avoid data-loss. (Bug#11490)
98f99594 360
207cb73c
FEG
3612012-11-26 Fabián Ezequiel Gallina <fgallina@cuca>
362
999e745e
GM
363 * progmodes/python.el (python-indent-guess-indent-offset):
364 If indentation is guessed make python-indent-offset buffer-local.
365
207cb73c 366 Fix Imenu regression.
999e745e
GM
367 * progmodes/python.el (python-nav-beginning-of-defun):
368 Fix forward movement when statement(s) separates point from defun.
207cb73c
FEG
369 (python-imenu-prev-index-position): New function.
370
33a488e4
EZ
3712012-11-26 Eli Zaretskii <eliz@gnu.org>
372
373 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
374
375 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
865f7d8f 376 Don't set buffer-file-type. Return nil. (Bug#12989)
33a488e4 377
50207191
GM
3782012-11-26 Glenn Morris <rgm@gnu.org>
379
380 * hippie-exp.el (hippie-expand-try-functions-list):
381 Re-autoload it. (Bug#12982)
382
2147c6ab
EZ
3832012-11-25 Eli Zaretskii <eliz@gnu.org>
384
369f945d
SM
385 * descr-text.el (describe-char-padded-string):
386 Call internal-char-font only on GUI frames. (Bug#11964)
2147c6ab 387
58b1ae1e
AS
3882012-11-24 Andreas Schwab <schwab@linux-m68k.org>
389
390 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
391 and obsoletion message.
392
35a10516
SM
3932012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
394
395 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
396 the constructs to keep outside of the `cl-block' (bug#12977).
397
0c5ef133
CY
3982012-11-24 Chong Yidong <cyd@gnu.org>
399
400 * mouse.el (mouse-drag-line): Even if the line is not draggable,
401 keep reading until we get the up-event anyway, in order to process
402 the up-event for mouse-1-click-follows-link (Bug#12971).
403
002c019c
SM
4042012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
405
406 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
407 lexical-binding (bug#12938).
408
977f9325
WJ
4092012-11-23 Wolfgang Jenkner <wjenkner@inode.at>
410
411 * image-mode.el (image-transform-check-size): Use assertions only
412 for images of type imagemagick.
413
414 Otherwise no error, image-transform-fit-to-{width,height} is
415 silently ignored, as before. Doc fix.
416
bccffa83
CY
4172012-11-23 Chong Yidong <cyd@gnu.org>
418
419 * faces.el (color-defined-p): Doc fix (Bug#12853).
420
61a2a122
JL
4212012-11-23 Juri Linkov <juri@jurta.org>
422
423 * dired.el (dired-mark): Add optional arg `interactive'.
424 Check for `use-region-p' if `interactive' is non-nil.
425 (dired-unmark, dired-flag-file-deletion): Add optional arg
426 `interactive'. Call `dired-mark' with the arg `interactive'.
427 (Bug#10624)
428
cc4c01bd
JL
4292012-11-23 Juri Linkov <juri@jurta.org>
430
431 * wdired.el: Revert 2012-10-17 change partly and replace it with
432 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
433 (wdired-finish-edit): Add marks for new file names to
434 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
435 after `revert-buffer'.
436 (wdired-do-renames): Remove calls to `dired-remove-file',
437 `dired-add-file', `dired-add-entry'. (Bug#11795)
438
b03aabda
AM
4392012-11-21 Alan Mackenzie <acm@muc.de>
440
dc310ed0
AM
441 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
442
b03aabda
AM
443 Fix bugs in the state cache. Enhance a debugging mechanism.
444 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
445 "brace at column zero" strategy for C++.
446 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
447 (c-parse-state-point): New variable.
448 (c-record-parse-state-state): Record old parse state with
449 `copy-tree'. Record previous value of point.
450 (c-debug-parse-state-double-cons): New debugging function.
451 (c-debug-parse-state): Call the above new function.
452 (c-toggle-parse-state-debug): Output a confirmatory message.
453
002c019c
SM
454 * progmodes/cc-mode.el (c-before-change, c-after-change):
455 Call c-invalidate-state-cache from `c-before-change' instead of
b03aabda
AM
456 `c-after-change'.
457
a16ac13f
DC
4582012-11-20 Daniel Colascione <dancol@dancol.org>
459
002c019c
SM
460 * term/w32-win.el (cygwin-convert-path-from-windows):
461 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
a16ac13f
DC
462 This change is a backport from trunk.
463
7cf95797
EZ
4642012-11-20 Eli Zaretskii <eliz@gnu.org>
465
466 * simple.el (line-move): Don't call line-move-partial if
467 scroll-conservatively is in effect. (Bug#12927)
468
555ccdc2
MA
4692012-11-20 Michael Albinus <michael.albinus@gmx.de>
470
471 * net/trampver.el (tramp-version): Downgrade to 2.2.6-24.3, in
472 order to distinguish from trunk.
473
bc715d67
SM
4742012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
475
63f25172
SM
476 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't accept
477 non-symbols for compiler macros (yet).
478
93b05041
SM
479 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
480 Fallback on completion-at-point rather than
481 pcomplete-expand-and-complete, and only if pcomplete actually failed.
482 (eshell-cmpl-initialize): Setup completion-at-point.
483
484 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
485
bc715d67
SM
486 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
487
d7f2a65c
MA
4882012-11-19 Michael Albinus <michael.albinus@gmx.de>
489
490 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
491 are remote, check out-of-band property for both.
492
d1c0cddf
SM
4932012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
494
495 * window.el (switch-to-buffer): Re-add the warning that was lost in the
496 code rewrite.
497
0c93aa38
PE
4982012-11-18 Paul Eggert <eggert@cs.ucla.edu>
499
535efd4a
PE
500 More minor time fixes.
501 * calendar/time-date.el: Commentary fix.
502 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
503 too much other code depends on (0 0) time stamps.
504 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
505 Add a couple of FIXME comments.
506
0c93aa38
PE
507 Minor cleanup for times as lists of four integers.
508 * files.el (dir-locals-directory-cache):
509 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
510 Doc fixes.
511 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
512 * ps-bdf.el (bdf-file-newer-than-time):
513 Process four-integers time stamps, not two. Doc fixes.
514
913c8291
GM
5152012-11-18 Glenn Morris <rgm@gnu.org>
516
517 * image.el (insert-image, insert-sliced-image): Doc fix.
518
ec6f8ce6
CY
5192012-11-17 Chong Yidong <cyd@gnu.org>
520
521 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
522 (Bug#12810).
523
c2d07557
CY
5242012-11-17 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
525
526 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
527 response when the target file is in a subdirectory (Bug#12757).
528
33f8917c
CY
5292012-11-17 Chong Yidong <cyd@gnu.org>
530
531 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
532
65463c40
GM
5332012-11-17 Glenn Morris <rgm@gnu.org>
534
9a5e2ee3
GM
535 * woman.el (woman-non-underline-faces):
536 * emacs-lisp/cl-lib.el (face-underline-p):
537 Use set-face-underline rather than the alias set-face-underline-p.
538
65463c40 539 * window.el (with-temp-buffer-window): Doc fix.
95f0501e
GM
540 * subr.el (with-output-to-temp-buffer):
541 Add doc xref to with-temp-buffer-window.
65463c40 542
cdc5d88c
SM
5432012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
544
545 * emacs-lisp/cl-lib.el: Set more meaningful version number.
546
0ff7851c
MR
5472012-11-16 Martin Rudalics <rudalics@gmx.at>
548
549 * window.el (enlarge-window, shrink-window): Don't mention return
550 value in doc-string (Bug#12896).
551 (window--display-buffer): Don't resize frames - it won't work
552 with all window managers and defeat pop-up-frame-alist.
553 (display-buffer-alist): In doc-string explain that CONDITION can
554 be a function and which arguments are passed to it (Bug#12854).
555 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
556 expressions (Bug#12854).
557 (display-buffer): Pass ACTION argument to
558 display-buffer-assq-regexp.
559
dedd1884
GM
5602012-11-16 Glenn Morris <rgm@gnu.org>
561
7c82753d
GM
562 * window.el (fit-frame-to-buffer-bottom-margin)
563 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
564
dedd1884
GM
565 * faces.el (face-underline-p): Use face-attribute-specified-or.
566
662b0ee6
JB
5672012-11-15 Juanma Barranquero <lekktu@gmail.com>
568
569 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
570
eb31fa40
SM
5712012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
572
573 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
574
e2e13f18
GM
5752012-11-15 Glenn Morris <rgm@gnu.org>
576
17c083ac
GM
577 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
578 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
579
bde3c6c0
GM
580 * faces.el (face-underline-p): Doc fix. Handle :underline being
581 things other than `t' (a string, a list).
582 (face-inverse-video-p): Doc fix.
583 (set-face-underline): Rename it back from set-face-underline-p.
584 Doc fix. Allow interactive input of values other than t.
585 (read-face-attribute): Apply formatting to :underline,
586 since like :box and :stipple it can take list values.
587
e2e13f18
GM
588 * term.el (ansi-term): Don't let C-x escape-char binding
589 clobber the more standard C-c binding. (Bug#12842)
590
3a514ab0
SM
5912012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
592
593 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
594 (bug#12879).
595
e0ea8060
GM
5962012-11-14 Glenn Morris <rgm@gnu.org>
597
598 * subr.el (set-temporary-overlay-map): Doc fix.
599
92346275
MR
6002012-11-13 Martin Rudalics <rudalics@gmx.at>
601
602 * window.el (record-window-buffer)
603 (display-buffer-record-window): When copying the markers to
604 window-point preserve window-point-insertion-type. (Bug#12588)
605
7b1bf173
GM
6062012-11-13 Glenn Morris <rgm@gnu.org>
607
608 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
609 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
610 Use new names for hooks rather than obsolete aliases.
611
f8705f6e
SM
6122012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
613
614 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
615
9db94175
WJ
6162012-11-12 Wolfgang Jenkner <wjenkner@inode.at>
617
618 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
619 39 and 49. This fixes bug#12792. Also, treat unimplemented
620 parameters as 0, thereby restoring the behavior of revisions prior
621 to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
622
2e6625b5
FEG
6232012-11-12 Fabián Ezequiel Gallina <fgallina@cuca>
624
625 Fix end-of-defun misbehavior.
626 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
627 python-beginning-of-defun-function. Handle nested defuns
628 correctly.
629 (python-nav-end-of-defun): Rename from
630 python-end-of-defun-function. Ensure forward movement.
f8705f6e 631 (python-info-current-defun): Reimplement to work as intended
2e6625b5
FEG
632 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
633 parent defuns as soon as possible.
634
24c38527
GM
6352012-11-12 Glenn Morris <rgm@gnu.org>
636
637 * progmodes/flymake.el (flymake-error-bitmap)
638 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
639 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
640
d1e1e53d
DG
6412012-11-12 Dmitry Gutov <dgutov@yandex.ru>
642
643 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
644 backward, always stop at indentation. Reverts the change from
645 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
646
68146aa5
GM
6472012-11-11 Glenn Morris <rgm@gnu.org>
648
a1d3e07e
GM
649 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
650 Add ibuffer-filter-by-derived-mode.
651
84acf328
GM
652 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
653 the same name shadowing each other.
654
38785e75
GM
655 * window.el (with-temp-buffer-window): Doc tweak.
656
57fc0fee
GM
657 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
658
6ba6a3e5
GM
659 * help.el (temp-buffer-max-height):
660 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
68146aa5
GM
661 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
662
e4e46889
LL
6632012-11-10 Leo Liu <sdl.web@gmail.com>
664
665 * ido.el (ido-set-matches-1): Fix split-string args to avoid
666 performance issue. (Bug#12796)
667
19e09879
GM
6682012-11-10 Glenn Morris <rgm@gnu.org>
669
bf67dafa
GM
670 * term.el (term-default-fg-color, term-default-bg-color):
671 Make obsolete, rather than just saying "deprecated" in the doc.
672
19e09879
GM
673 * term.el (term): Rename from `term-face'.
674 (term-current-face, ansi-term-color-vector)
675 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
676 Update all users.
677
d743088d
JD
6782012-11-09 Jan Djärv <jan.h.d@swipnet.se>
679
f8705f6e 680 * server.el (server-create-window-system-frame): Improve comment.
d743088d 681
531bdce6
JD
6822012-11-08 Jan Djärv <jan.h.d@swipnet.se>
683
684 * server.el (server-create-window-system-frame): Handle Nextstep
685 specially (Bug#12780).
686
fedb154e
GM
6872012-11-08 Glenn Morris <rgm@gnu.org>
688
689 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
690 Unautoload, and make obsolete. (Bug#7449)
691
9d9e48d9
CY
6922012-11-08 Chong Yidong <cyd@gnu.org>
693
694 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
695 rename from diff-remove-trailing-whitespace (Bug#12831).
696
32170f7f
SM
6972012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
698
699 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
700 miscompilation of trace.el.
701
26f59676
GM
7022012-11-08 Glenn Morris <rgm@gnu.org>
703
704 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
705
41626722
SM
7062012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
707
708 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
709 (bug#12812).
710
7d806bfe
CY
7112012-11-07 Chong Yidong <cyd@gnu.org>
712
713 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
714 a defcustom with an appropriate :set function.
715 (minibuffer-default--in-prompt-regexps): New function.
716
2ee1d59f
GM
7172012-11-07 Glenn Morris <rgm@gnu.org>
718
031b2ea7
GM
719 * emacs-lisp/cl.el (define-setf-expander, defsetf)
720 (define-modify-macro): Doc fixes.
721
2ee1d59f
GM
722 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
723 (gv-define-simple-setter): Update doc of `fix-return'.
724
d57c286e
SM
7252012-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
726
b715ed44
SM
727 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
728 twice when `fix-return' is set (bug#12813).
729
d57c286e
SM
730 * emacs-lisp/cl.el (defsetf): Pass the third arg to
731 gv-define-simple-setter (bug#12812).
732
c9cac599
SM
7332012-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
734
735 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
736 (bug#12756).
737
6b3770fb
GM
7382012-11-06 Glenn Morris <rgm@gnu.org>
739
740 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
741
5593ed90
GM
7422012-11-05 Glenn Morris <rgm@gnu.org>
743
744 * emacs-lisp/cl-extra.el (cl-prettyexpand):
745 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
746 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
747 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
748
749 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
750
5c677d44
GM
7512012-11-03 Glenn Morris <rgm@gnu.org>
752
49138400
GM
753 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
754 Rename handler properties back from cl-- to cl-. (Bug#12788)
755
5c677d44
GM
756 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
757
1d4341f9
EZ
7582012-11-03 Eli Zaretskii <eliz@gnu.org>
759
760 * term/pc-win.el: Don't load term/internal from here.
761
762 * loadup.el: Load term/internal from here.
763
12fd5ee1
FEG
7642012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
765
766 * progmodes/python.el (inferior-python-mode): Fix hang in
767 jit-lock (Bug#12645).
768
43bcfda6
MR
7692012-11-03 Martin Rudalics <rudalics@gmx.at>
770
771 * window.el (switch-to-visible-buffer)
772 (switch-to-buffer-preserve-window-point): Fix doc-strings.
773
b4b096e4
SB
7742012-11-01 Stephen Berman <stephen.berman@gmx.net>
775
776 * play/gomoku.el (gomoku-display-statistics): Update mode line
777 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
778
218e997a
MR
7792012-10-31 Martin Rudalics <rudalics@gmx.at>
780
781 * window.el (quit-restore-window): If the window has been
782 created on an existing frame and ended up as the sole window on
783 that frame, do not delete it (Bug#12764).
784
b08b6da7
SM
7852012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
786
3618df45
SM
787 * progmodes/sh-script.el (sh--inside-noncommand-expression):
788 Rename from sh--inside-arithmetic-expression, handle more cases
789 (bug#11263).
790
b08b6da7
SM
791 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
792 (sh-font-lock-open-heredoc): Use it (bug#12770).
793
4ddedf94
GM
7942012-10-30 Glenn Morris <rgm@gnu.org>
795
f43a5263
GM
796 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
797
4ddedf94
GM
798 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
799
748b0d84
CY
8002012-10-29 Chong Yidong <cyd@gnu.org>
801
b5dd9a77
CY
802 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
803 function key is stored in a keyboard macro (Bug#4894).
804
748b0d84
CY
805 * thingatpt.el (number-at-point): Apply a thing-at-point property.
806
e07fcbdc
SM
8072012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
808
d7f9cc85
SM
809 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
810 header comments".
811 (diff-unified->context, diff-context->unified)
812 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
813
c606253c
SM
814 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
815
e07fcbdc
SM
816 * files.el (find-alternate-file): Only ask one question (bug#12487).
817
894b9dd9
CY
8182012-10-29 Chong Yidong <cyd@gnu.org>
819
1dc2755a
CY
820 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
821 Suggested by Dan Nicolaescu (Bug#6326).
822
329c48d8
CY
823 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
824
2230fa5b 825 * startup.el (fancy-about-screen): Don't message (Bug#12680).
5c2f2631 826
e84cad57
CY
827 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
828
1913c5f5
CY
829 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
830
894b9dd9
CY
831 * face-remap.el (face-remap-add-relative): Handle the case where a
832 face-remapping-alist entry is a cons cell (Bug#12762).
833
329c48d8
CY
8342012-10-29 Kevin Ryde <user42@zip.com.au>
835
836 * woman.el (woman-parse-numeric-value): Handle picas correctly
837 (Bug#12639).
838
a0ccbcbd
GM
8392012-10-29 Glenn Morris <rgm@gnu.org>
840
841 * emacs-lisp/cl.el (defsetf): Doc fix.
842
b3871e59
SM
8432012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
844
845 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
846 syntax to the matching opener, if any (bug#12547).
847 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
848 matching open as a "case-(".
849 (sh-smie-rc-grammar): Add a corresponding rule for it.
850
cd44022c
DH
8512012-10-28 Daniel Hackney <dan@haxney.org>
852
853 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
854 "PKGNAME-autoloads.el" in case we created it.
855
70edffb1
SM
8562012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
857
86957a0c
SM
858 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
859 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
b9383404 860 (completion--twq-all): Disable too-strict assertions.
86957a0c 861
70edffb1
SM
862 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
863
d069271c
EZ
8642012-10-27 Eli Zaretskii <eliz@gnu.org>
865
866 * profiler.el (profiler-report-make-entry-part): Fix help-echo
867 text to match the real keybindings.
868
e2f022a3
JL
8692012-10-27 Juri Linkov <juri@jurta.org>
870
871 * wdired.el (wdired-keep-marker-rename): New defcustom.
872 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
873 (Bug#11795)
874
875 * dired.el (dired-keep-marker-rename): Add reference to
876 `wdired-keep-marker-rename' in the docstring.
877 Add default character value ?R to display initially in
878 Customization UI instead of ?@.
879
df171c23
MR
8802012-10-27 Martin Rudalics <rudalics@gmx.at>
881
882 * window.el (display-buffer): In doc-string describe
883 window-height and window-width alist entries.
884
885 * time.el (display-time-world): Restore fit-window-to-buffer
886 behavior.
887
05b621a6
CY
8882012-10-27 Chong Yidong <cyd@gnu.org>
889
890 * subr.el (insert-buffer-substring-as-yank): Doc fix.
891
55f197b2
J
8922012-10-26 Jambunathan K <kjambunathan@gmail.com>
893
894 * minibuffer.el (completion-category-overrides): New completion
895 category `bookmark' (bug#11131).
896
372212df
SM
8972012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
898
150f809c
SM
899 * emacs-lisp/advice.el (ad-assemble-advised-definition):
900 Silence bogus compiler warnings for ad-do-it.
901
372212df
SM
902 * bookmark.el (bookmark-completing-read): Set the completion category
903 to `bookmark' (bug#11131).
904
c5772569
B
9052012-10-26 Bastien <bzg@altern.org>
906 Stefan Monnier <monnier@iro.umontreal.ca>
907
908 * face-remap.el: Use lexical-binding.
909 (text-scale-adjust): Improve docstring. Use itself for the temporary
910 overlay-map bindings, so as to repeat the "Use..." message each time.
911
a2be0357
SM
9122012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
913
63314e57
SM
914 * emacs-lisp/macroexp.el (macroexp--expand-all):
915 Obey byte-compile-warning-enabled-p (bug#12486).
916
a2be0357
SM
917 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
918 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
919
8c7727c3
MR
9202012-10-26 Martin Rudalics <rudalics@gmx.at>
921
922 * mouse.el (mouse-drag-line): Move last form into preceding when
923 clause (Bug#12731).
924
925 * help.el (resize-temp-buffer-window): Fix doc-string.
926
3f2a848d
DE
9272012-10-25 David Engster <deng@randomsample.de>
928
929 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
a2be0357 930 Remove. This feature is already integrated in imenu.
3f2a848d
DE
931
932 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
933 always loaded. Require `speedbar' unconditionally.
934
a7723be6
SM
9352012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
936
aaabfc8b
SM
937 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
938
414a8595
SM
939 * minibuffer.el (minibuffer-force-complete): Fix thinko.
940
fb5b9475
SM
941 * net/ldap.el (ldap-search-internal): The official ldif format starts
942 with a "version: 1" header (bug#12724).
943
a7723be6
SM
944 * emacs-lisp/package.el (package-installed-p): Warn if not ready
945 (bug#12721).
946
a05cb6e3
GM
9472012-10-25 Glenn Morris <rgm@gnu.org>
948
949 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
950
3c92de70
SM
9512012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
952
953 * minibuffer.el (minibuffer-force-complete): Use one more marker
954 for the temporary-overlay-map command (bug#12619).
955
a4b6d7c6
CY
9562012-10-24 Chong Yidong <cyd@gnu.org>
957
958 * time.el (display-time-world-mode): Derive from special-mode.
959 (display-time-world): Use display-buffer (Bug#12708).
960 (display-time-world-mode-map): Variable deleted.
9321d8d7
CY
961 (display-time-world-display): Wrap the final delete-char inside
962 inhibit-read-only.
a4b6d7c6 963
75e8f9d2
CY
9642012-10-24 Chong Yidong <cyd@gnu.org>
965
cd996018
CY
966 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
967 Doc fix.
968
75e8f9d2
CY
969 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
970
d92df117
SM
9712012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
972
973 * minibuffer.el (completion--all-sorted-completions-location): New var.
974 (completion--cache-all-sorted-completions)
975 (completion--flush-all-sorted-completions): Use it.
976 (completion-in-region, completion-in-region--postch)
977 (completion-at-point, completion-help-at-point): Use markers in
978 completion-in-region--data (bug#12619).
979
9c3e39f3
SM
9802012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
981
c79825bd
SM
982 * progmodes/compile.el (compilation-start): Try to handle common
983 quoting of `cd' argument (bug#12640).
984
9c3e39f3
SM
985 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
986 (bug#12671).
987
a6709bc7
GM
9882012-10-23 Glenn Morris <rgm@gnu.org>
989
990 * progmodes/gud.el (gud-menu-map):
991 Check gdb-active-process is bound. (Bug#12358)
992
d1069532
SM
9932012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
994
d20d69c0
SM
995 * repeat.el (repeat): Set real-this-command (bug#12232).
996
d1069532
SM
997 * htmlfontify.el (hfy-post-html-hook):
998 * filesets.el (filesets-cache-fill-content-hook):
999 * arc-mode.el (archive-extract-hook):
1000 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
1001 * net/rcirc.el (rcirc-sentinel-functions)
1002 (rcirc-receive-message-functions, rcirc-activity-functions)
1003 (rcirc-print-functions):
1004 * net/dbus.el (dbus-event-error-functions):
1005 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
1006 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
1007 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
1008 * term/sun.el (sun-raw-prefix-hooks):
1009 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
1010
f7eac6d8
MA
10112012-10-23 Michael Albinus <michael.albinus@gmx.de>
1012
d1069532
SM
1013 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
1014 Set `tramp-chunksize' to 1. This improves the performance.
f7eac6d8
MA
1015 (tramp-smb-wait-for-output): Add timeout to
1016 `tramp-accept-process-output' calls.
1017
608d9d7c
CY
10182012-10-23 Chong Yidong <cyd@gnu.org>
1019
49238e7f
CY
1020 * faces.el (font-list-limit): Define as an obsolete variable.
1021
1022 * startup.el (command-line):
1023 * cus-start.el: Don't refer to font-list-limit.
1024
608d9d7c
CY
1025 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
1026
4ff5b1b2
SM
10272012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1028
1029 * subr.el (internal-temp-output-buffer-show): Rename from
1030 temp-output-buffer-show, since previously compiled files expect this name.
1031
ea1d4aac
GM
10322012-10-23 Glenn Morris <rgm@gnu.org>
1033
1034 * image.el (image-type-from-file-name): If multiple types match,
1035 return the first one that is supported. (Bug#9045)
1036
eda82a31
GM
10372012-10-22 Glenn Morris <rgm@gnu.org>
1038
1039 * image.el (imagemagick-enabled-types): Doc fix.
1040
4f020bec
TA
10412012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
1042
1043 * progmodes/which-func.el (which-func-current): The hash-table may have
1044 an explicit nil (bug#12338).
1045
c77d37e2
SM
10462012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1047
1048 * electric.el (electric-pair-delete-selection-self-insert-function):
1049 Rename to electric-pair-will-use-region, return a boolean.
1050 (electric-pair-mode): Adjust accordingly. Don't require delsel.
1051
1052 * delsel.el (delete-selection-helper): Use a function instead of a hook.
1053 (delete-selection-pre-hook): Use use-region-p.
1054 (delete-selection-self-insert-function): Remove.
1055 (self-insert-command): Obey self-insert-uses-region-functions.
1056 (self-insert-iso): Revert to previous setting, since we don't actually
1057 know what that command does.
1058 (delete-selection-self-insert-hooks): Remove.
1059
b1d39ccc
SL
10602012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
1061
1062 * delsel.el (delete-selection-helper): New function, extracted from
1063 delete-selection-pre-hook.
1064 (delete-selection-pre-hook): Use it.
1065 (delete-selection-self-insert-function): New function.
1066 (delete-selection-self-insert-hooks): New hook.
1067 (self-insert-command, self-insert-iso): Use it.
1068 * electric.el (electric-pair-syntax): New function, extracted from
1069 electric-pair-post-self-insert-function.
1070 (electric-pair-post-self-insert-function): Use it.
1071 (electric-pair-delete-selection-self-insert-function): New function.
1072 (electric-pair-mode): Require delsel and setup
1073 delete-selection-self-insert-hooks (bug#11520).
1074
045ef729
CY
10752012-10-20 Chong Yidong <cyd@gnu.org>
1076
4c5d08a8
CY
1077 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
1078 no changes to show (Bug#12586).
1079
045ef729
CY
1080 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
1081 list explicitly (Bug#12571).
1082
3503c798 10832012-10-20 Arne Jørgensen <arne@arnested.dk>
79e1997a 1084
b1d39ccc
SL
1085 * progmodes/flymake.el (flymake-create-temp-inplace):
1086 Use file-truename.
79e1997a 1087
2068905b
EZ
10882012-10-20 Eli Zaretskii <eliz@gnu.org>
1089
1090 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
1091
4c9e9550
JB
10922012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
1093
1094 * calc/calc-units.el (math-extract-units): Properly extract powers
1095 of units.
1096
1a6e7e38
DC
10972012-10-20 Daniel Colascione <dancol@dancol.org>
1098
1099 * frame.el (make-frame): Set x-display-name as we used to in order
1100 to unbreak creating an X11 frame from an Emacs daemon started
1101 without a display.
1102
8e808318
SM
11032012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1104
1105 * minibuffer.el (minibuffer-force-complete): Make the next completion use
1106 the same completion-field (bug@12221).
1107
fb0104da
MR
11082012-10-19 Martin Rudalics <rudalics@gmx.at>
1109
1110 * emacs-lisp/debug.el (debug): Record height of debugger window
1111 also when debugger will be back (Bug#8789).
1112
8c27235e
CY
11132012-10-18 Chong Yidong <cyd@gnu.org>
1114
1115 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
1116 Convert to defcustom.
1117 (gdb-get-source-file): Don't bind pop-up-windows.
1118
1119 * progmodes/gud.el (gud-display-line): Don't specially re-use
1120 other frames for the gdb-mi case (Bug#12648).
1121
90eacf99
SM
11222012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1123
aaf0c300
SM
1124 * emacs-lisp/advice.el: Clean up commentary a bit.
1125 (ad-do-advised-functions, ad-with-originals): Use `declare'.
1126 (byte-code-function-p): Never redefine.
1127
90eacf99
SM
1128 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
1129
281c9d2b
GM
11302012-10-18 Glenn Morris <rgm@gnu.org>
1131
40714e3d
GM
1132 * dired.el (dired-sort-toggle): Some ls implementations only allow
1133 a single option string. (Bug#12666)
1134
281c9d2b
GM
1135 * minibuffer.el (completion-cycle-threshold): Doc fix.
1136
b278604e
KH
11372012-10-17 Kenichi Handa <handa@gnu.org>
1138
90eacf99
SM
1139 * international/mule.el (set-keyboard-coding-system):
1140 Recover input meta mode when the new coding system doesn not use 8-bit.
b278604e
KH
1141 Supply TERMINAL arg to set-input-meta-mode.
1142
df171c23 11432012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
7ebc5f5a
MH
1144
1145 * wdired.el (wdired-old-marks): New variable.
1146 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
1147 (wdired-do-renames): Move point with renamed file and don't lose
1148 mark status (Bug#11795).
1149
e5a94ec4
JL
11502012-10-16 Juri Linkov <juri@jurta.org>
1151
1152 * replace.el (query-replace-help): Mention multi-buffer replacement
1153 keys in the Help message. (Bug#12655)
1154
d18a0d24
CY
11552012-10-15 Chong Yidong <cyd@gnu.org>
1156
1157 * emacs-lisp/byte-run.el (defsubst): Doc fix.
1158
8111f5e6
EZ
11592012-10-14 Eli Zaretskii <eliz@gnu.org>
1160
7b9abf24
EZ
1161 * window.el (display-buffer): Doc fix.
1162
8111f5e6
EZ
1163 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1164 Adjust the msft regexp to the output of Studio 2010, and move msft
1165 before edg-1. See the discussion on emacs-devel,
1166 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
1167 for the details.
1168
5046ef67
SM
11692012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
1170
9760c73c
SM
1171 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
1172 (oset): Move uses of object-class-fast macro after its definition.
1173
5046ef67
SM
1174 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
1175
0d11ff1c
CY
11762012-10-13 Chong Yidong <cyd@gnu.org>
1177
1178 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
1179 enabled, re-enable it (Bug#11963).
1180
88ded8ac
MR
11812012-10-13 Martin Rudalics <rudalics@gmx.at>
1182
1183 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
1184 non-nil, restore window configuration (Bug#12623).
1185
bd0ffffd
SM
11862012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1187
06485aa8
SM
1188 * help-fns.el (describe-variable, describe-function-1):
1189 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
1190
bd0ffffd
SM
1191 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
1192
3a989246
GM
11932012-10-12 Glenn Morris <rgm@gnu.org>
1194
1195 * mail/rmailsum.el (rmail-header-summary):
1196 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
1197
55cd00c8
FEG
11982012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
1199
bd0ffffd
SM
1200 * progmodes/python.el (python-mode-map):
1201 Replace subtitute-key-definition with proper command remapping.
55cd00c8
FEG
1202 (python-nav--up-list): Fix behavior for blocks on the same level.
1203
ac9fc2c7
SM
12042012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1205
d8cc4c00 1206 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
d8cc4c00 1207
5253a5fd
SM
1208 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
1209 changes to the format of load-history.
1210
ac9fc2c7
SM
1211 * international/mule-cmds.el (read-char-by-name): Move let-binding of
1212 completion-ignore-case in case that var is buffer-local (bug#12615).
1213
cde44a77
KH
12142012-10-11 Kenichi Handa <handa@gnu.org>
1215
1216 * international/eucjp-ms.el: Re-generated.
1217
4ef4a10d
KH
12182012-10-10 Kenichi Handa <handa@gnu.org>
1219
1220 * select.el (xselect--encode-string): If a coding is specified for
1221 selection, and that is compatible with COMPOUND_TEXT, use it.
1222
9d7f027b
MR
12232012-10-10 Martin Rudalics <rudalics@gmx.at>
1224
1225 * window.el (switch-to-buffer-preserve-window-point): New option.
ac9fc2c7
SM
1226 (switch-to-buffer):
1227 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
9d7f027b 1228
238f3a58
SM
12292012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1230
1231 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
1232 Don't document nil as a useful value (bug#12583).
1233
1d51f99c
MA
12342012-10-09 Michael Albinus <michael.albinus@gmx.de>
1235
238f3a58
SM
1236 * net/tramp.el (tramp-debug-message):
1237 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
1d51f99c
MA
1238 (with-tramp-progress-reporter): Rename from
1239 `tramp-with-progress-reporter'.
238f3a58
SM
1240 (with-tramp-file-property, with-tramp-connection-property):
1241 Move from tramp-cache.el, rename from `with-file-property' and
1d51f99c
MA
1242 `with-connection-property', respectively.
1243
1244 * net/tramp-cache.el: Remove `with-file-property' and
1245 `with-connection-property'.
1246
1247 * net/tramp.el:
1248 * net/tramp-gvfs.el:
1249 * net/tramp-sh.el:
1250 * net/tramp-smb.el: Adapt callees.
1251
1252 * net/trampver.el: Update release number.
1253
26b77251
GM
12542012-10-09 Glenn Morris <rgm@gnu.org>
1255
9a5f296f
GM
1256 * w32-fns.el (set-message-beep):
1257 * term/w32-win.el (set-message-beep): Update declarations.
1258
94c66ce5
SM
12592012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1260
10766e9e
SM
1261 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
1262 (mode-line-widen, mode-line-input-method-map)
1263 (mode-line-coding-system-map, mode-line-remote)
1264 (mode-line-unbury-buffer, mode-line-bury-buffer)
1265 (mode-line-next-buffer, mode-line-previous-buffer):
1266 Replace save-selected-window+select-window => with-selected-window.
1267
f754db08
SM
1268 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
1269 * progmodes/cc-vars.el (bq-process): Remove, unused.
1270
94c66ce5
SM
1271 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
1272
a4ff7fe1
FEG
12732012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
1274
1275 Implemented `backward-up-list'-like navigation.
1276 * progmodes/python.el (python-nav-up-list)
1277 (python-nav-backward-up-list): New functions.
1278 (python-mode-map): Define substitute key for backward-up-list to
1279 python-nav-backward-up-list.
1280
24517d82
FEG
12812012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1282
1283 * progmodes/python.el (python-fill-paragraph): Rename from
1284 python-fill-paragraph-function. Fixed fill-paragraph for
1285 decorators (Bug#12605).
1286
51867ae2
FEG
12872012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1288
1289 * progmodes/python.el (python-shell-output-filter): Handle extra
1290 carriage return in OSX (Bug#12409).
1291
a5b773c4
FEG
12922012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1293
1294 Fix shell handling of unbalanced quotes and parens in output.
94c66ce5 1295 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
a5b773c4
FEG
1296 (python-syntax-propertize-function): Use it.
1297 (python-shell-output-syntax-table): New var.
1298 (inferior-python-mode): Prevent unbalanced parens/quotes from
1299 previous output mess with current input context.
1300
13373538
JB
13012012-10-08 Juanma Barranquero <lekktu@gmail.com>
1302
1303 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
1304 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
1305
775a132d
MA
13062012-10-08 Michael Albinus <michael.albinus@gmx.de>
1307
1308 * ffap.el (ffap-replace-file-component): Support Tramp file name
1309 syntax, not only ange-ftp's one.
1310
3ab44929
GM
13112012-10-08 Glenn Morris <rgm@gnu.org>
1312
57f1dee4
GM
1313 * cus-start.el (message-log-max): Set :version.
1314
3ab44929
GM
1315 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
1316
6a088630
MR
13172012-10-08 Martin Rudalics <rudalics@gmx.at>
1318
1319 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
1320 the minibuffer window (Bug#10851).
1321
8dbce54c
FEG
13222012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1323
1324 Enhancements on forward-sexp movement.
1325 * progmodes/python.el (python-nav-beginning-of-statement)
1326 (python-nav-end-of-statement): Return point-marker.
1327 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
1328 (python-info-current-symbol)
1329 (python-info-statement-starts-block-p): Rename from
1330 python-info-beginning-of-block-p.
1331 (python-info-statement-ends-block-p): Rename from
1332 python-info-end-of-block-p.
1333 (python-info-beginning-of-statement-p)
1334 (python-info-end-of-statement-p)
1335 (python-info-beginning-of-block-p, python-info-end-of-block-p):
1336 New functions.
1337
5acd2b3e
SM
13382012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1339
1340 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
1341 frame-selected-windows.
1342
e08348a0
DC
13432012-10-08 Daniel Colascione <dancol@dancol.org>
1344
1345 * battery.el (battery-status-function): Check for
1346 w32-battery-status itself, not system-time windows-nt.
1347
1348 * frame.el: Require cl-lib.
1349 (display-format-alist): New variable mapping frame types to
1350 functions that initialize them.
1351 (window-system-for-display): New function: interprets
1352 display-format-alist.
1353 (make-frame-on-display): Remove existing display-selection logic
1354 and just forward to make-frame, which will now DTRT.
1355 (make-frame): Restructure to use window-system-for-display to
1356 figure out how to create a frame on a given display.
1357 (display-mouse-p): Look for frame-type w32, not a particular
1358 system-type.
1359
1360 * loadup.el: Load w32 lisp code when we have the w32 feature.
1361
1362 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
1363 system-type windows-nt.
1364
1365 * server.el (server-create-window-system-frame): Look for window
1366 type.
1367 (server-proces-filter): Only force a window system when windows-nt
1368 _and_ w32. Explain why.
1369
1370 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
1371 of window systems we configure for the mode.
1372
1373 * startup.el (command-line): Mark window system is initialized
1374 after we've done it.
1375
1376 * common-win.el (x-select-text): Look for w32, not windows-nt.
1377
1378 * ns-win.el: Require cl-lib. Add ourselves to
1379 display-format-alist.
1380 (ns-initialize-window-system): Assert we're not initialized twice.
1381
1382 * w32-win.el: Enable lexical binding; require cl-lib; add
1383 ourselves to display-format-alist.
1384 (w32-handle-dropped-file): Convert incoming dropped files from
1385 Windows paths to Cygwin ones before passing them on to the rest of
1386 Emacs.
1387 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
1388 (w32-initialize-window-system): Assert we're not initialized twice.
1389
1390 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
1391 (x-initialize-window-system): Assert we're not initialized twice.
1392
1393 * w32-common-fns.el: New File.
1394 (w32-version, w32-using-nt, w32-get-clipboard-data)
1395 (w32-set-clipboard-data, x-set-selection, x-get-selection)
1396 (w32-charset-info-alist, x-last-selected, text)
1397 (x-get-selection-value, x-selection-value): Move here.
1398
1399 * w32-fns.el: Require w32-common-fns.
1400 (w32-version, w32-using-nt, w32-get-clipboard-data)
1401 (w32-set-clipboard-data, x-set-selection, x-get-selection)
1402 (w32-charset-info-alist, x-last-selected, text)
1403 (x-get-selection-value, x-selection-value): Move to
1404 w32-common-fns.
1405
1406 * w32-vars.el:
1407 (w32-allow-system-shell, w32-system-shells): Define only in
1408 non-cygwin case.
1409
795b1482
SM
14102012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1411
1412 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
1413 (read-passwd): Remove a few more potential sources of leaks.
1414
f27c99dc
FEG
14152012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1416
1417 * progmodes/python.el (inferior-python-mode)
795b1482 1418 (python-shell-make-comint): Fix initialization of local
f27c99dc
FEG
1419 variables copied from parent buffer.
1420
fcacb558
JD
14212012-10-07 Jan Djärv <jan.h.d@swipnet.se>
1422
1423 * term/ns-win.el (ns-read-file-name): Update declaration to match
1424 nsfns.m.
1425 (ns-respond-to-change-font): Change fontsize separatly so we are sure
1426 it is set when font is acted upon.
1427
be0d5bae
FEG
14282012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1429
1430 Enhancements to indentation.
1431 * progmodes/python.el (python-indent-context): Give priority to
1432 inside-string context. Make comments indentation markers.
1433 (python-indent-region): Do not mess with strings, unless it's the
1434 enclosing set of quotes.
1435
13af0d10
SM
14362012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1437
662a9d0e
SM
1438 * window.el (internal--before-save-selected-window)
1439 (internal--after-save-selected-window): New functions extracted from
1440 save-selected-window. Make sure we return the `alist' we construct.
1441 (save-selected-window): Use them.
1442
1443 * textmodes/tex-mode.el (tex-recenter-output-buffer):
1444 Use with-selected-window.
1445
13af0d10
SM
1446 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
1447 forms that define macros (bug#12593).
1448
6aa75fb6
KH
14492012-10-07 Kenichi Handa <handa@gnu.org>
1450
13af0d10
SM
1451 * international/mule-conf.el (compound-text-with-extensions):
1452 Add :mime-charset property as x-ctext.
6aa75fb6 1453
78d876b9
SM
14542012-10-07 Stefan Merten <smerten@oekonux.de>
1455
1456 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
1457 (rst-indent-literal-normal, rst-indent-literal-minimized)
1458 (rst-indent-comment): Correct :version tag.
557337e9 1459 (rst-official-cvs-rev): Correct version string.
78d876b9 1460
99a1e701
GM
14612012-10-07 Glenn Morris <rgm@gnu.org>
1462
1463 * mail/rmailmm.el (rmail-mime-process-multipart):
1464 Do not confuse a multipart message with an epilogue
1465 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
1466
08f18c3d
FEG
14672012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1468
1469 Fix shell output retrieval and comint-prompt-regexp init.
1470 * progmodes/python.el (inferior-python-mode):
1471 (python-shell-make-comint): Fix initialization of
1472 comint-prompt-regexp from copied file local variables.
1473 (python-shell-fetched-lines): Remove var.
1474 (python-shell-output-filter-in-progress): Rename from
1475 python-shell-fetch-lines-in-progress.
1476 (python-shell-output-filter-buffer): Rename from
1477 python-shell-fetch-lines-string.
1478 (python-shell-fetch-lines-filter): Delete function.
1479 (python-shell-output-filter): New function.
1480 (python-shell-send-string-no-output): Use them.
1481
82ed3ab4
GM
14822012-10-07 Glenn Morris <rgm@gnu.org>
1483
1595ecfa
GM
1484 * hi-lock.el (hi-lock-process-phrase):
1485 Try to make it less fragile. (Bug#7161)
1486
82ed3ab4
GM
1487 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
1488
f1f4dba0
GM
14892012-10-06 Glenn Morris <rgm@gnu.org>
1490
addc11ed 1491 * ehelp.el (electric-help-mode): Use help-mode rather than
32939005
GM
1492 non-existent mode `help'.
1493 (electric-help-map): Use button-buffer-map. (Bug#10917)
addc11ed 1494
460042b8
GM
1495 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
1496 (reftex-create-bibtex-footer): Fix custom types.
1497
67667c70
GM
1498 * progmodes/sh-script.el (sh-indent-after-continuation):
1499 Add explicit :group.
1500
18dec750
GM
1501 * textmodes/rst.el (rst-preferred-decorations)
1502 (rst-shift-basic-offset): Clarify obsolescence versions.
1503
d1a1c7e6
GM
1504 * profiler.el (profiler): Add missing group :version tag.
1505 * avoid.el (mouse-avoidance-banish-position):
1506 * proced.el (proced-renice-command):
1507 * calc/calc.el (calc-ensure-consistent-units):
1508 * calendar/icalendar.el (icalendar-import-format-uid):
1509 * net/tramp.el (tramp-save-ad-hoc-proxies):
1510 * progmodes/bug-reference.el (bug-reference-bug-regexp):
1511 * progmodes/flymake.el (flymake-error-bitmap)
1512 (flymake-warning-bitmap, flymake-fringe-indicator-position):
1513 * progmodes/sh-script.el (sh-indent-after-continuation):
1514 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
1515 (verilog-before-save-font-hook, verilog-after-save-font-hook):
1516 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
1517 (vhdl-array-index-record-field-in-sensitivity-list)
1518 (vhdl-indent-comment-like-next-code-line):
1519 * textmodes/reftex-vars.el (reftex-ref-style-alist)
1520 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
1521 (reftex-cite-key-separator, reftex-create-bibtex-header)
1522 (reftex-create-bibtex-footer):
1523 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
1524 (rst-indent-literal-normal, rst-indent-literal-minimized)
1525 (rst-indent-comment): Add missing custom :version tags.
1526
ef35abb4
GM
1527 * calendar/timeclock.el (timeclock-modeline-display):
1528 Add missing obsolete alias for renamed user option.
1529
d1aae614
GM
1530 * strokes.el (strokes-modeline-string):
1531 * emulation/crisp.el (crisp-mode-modeline-string):
1532 * eshell/esh-mode.el (eshell-status-in-modeline):
1533 Aliases to defcustoms must come before the defcustom.
1534
f1f4dba0
GM
1535 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
1536 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
1537 (cal-tex-cursor-week-monday): Doc fixes.
1538 (cal-tex-cursor-week2-summary): Doc fix.
1539 Rename from cal-tex-cursor-week-at-a-glance.
1540
1541 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
1542 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
1543
1544 * calendar/calendar.el (calendar-mode-map):
1545 Add cal-tex-cursor-week2-summary.
1546
d39109c3
SM
15472012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
1548
685f87b0
SM
1549 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
1550
d39109c3
SM
1551 * subr.el (read-passwd-map): New var.
1552 (read-passwd): Use `read-string' again.
1553 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
1554
5694896d
J
15552012-10-06 Jambunathan K <kjambunathan@gmail.com>
1556
1557 * register.el (append-to-register, prepend-to-register):
1558 Deactivate mark, as does `copy-to-register' (bug#12389).
1559
9414dd8d
CY
15602012-10-06 Chong Yidong <cyd@gnu.org>
1561
1562 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
1563
2b89bca4
KH
15642012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
1565
1566 * international/characters.el: Fix simple mistake ((car chars) ->
1567 elt), delete duplicated code.
1568
d5acb99a
GM
15692012-10-06 Glenn Morris <rgm@gnu.org>
1570
1571 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
1572
123ec157
JS
15732012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
1574
1575 * color.el (color-hsl-to-rgb): Fix incorrect results for
1576 small and large hue values. (Bug#12559)
1577
7fa36ccb
FEG
15782012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
1579
1580 Enhancements to docstring formatting when filling paragraphs.
1581 * progmodes/python.el (python-fill-docstring-style): Rename from
1582 python-fill-string-style. Added new style.
1583 (python-fill-string): Use new style. Better checks for
1584 docstrings.
1585
d8788e1e
GM
15862012-10-05 Glenn Morris <rgm@gnu.org>
1587
204f3953
GM
1588 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
1589
d8788e1e
GM
1590 * color.el (color-name-to-rgb, color-rgb-to-hex)
1591 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1592 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1593 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1594 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1595
8d956cef
GM
1596 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
1597
e8757f09 15982012-10-05 Juanma Barranquero <lekktu@gmail.com>
ea9a3563
JB
1599
1600 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
1601 to get the correct size across symlinks.
1602
e8757f09
GM
1603 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
1604
0e2ae83d
JL
16052012-10-04 Juri Linkov <juri@jurta.org>
1606
1607 * replace.el (query-replace-interactive): Declare obsolete.
1608 (query-replace-read-from): Add the last incremental search string
1609 to the list of default values accessible via M-n.
1610 (map-query-replace-regexp): Use `read-regexp'.
1611 (query-replace, query-replace-regexp, query-replace-regexp-eval)
1612 (map-query-replace-regexp, replace-string, replace-regexp):
1613 Fix docstrings to replace mentions of `query-replace-interactive'
1614 with alternatives. (Bug#12526)
1615
93cacb6d
JL
16162012-10-04 Juri Linkov <juri@jurta.org>
1617
1618 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
1619 (dired-pop-to-buffer): Declare obsolete.
1620 (dired-mark-pop-up): Doc fix.
1621
fc345011
FEG
16222012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
1623
1624 Allow user to set docstring style for fill-paragraph.
1625 * progmodes/python.el
1626 (python-fill-comment-function, python-fill-string-function)
1627 (python-fill-decorator-function, python-fill-paren-function):
1628 Remove :safe for defcustoms.
1629 (python-fill-string-style): New defcustom
5694896d 1630 (python-fill-paragraph-function): Enhance context detection.
fc345011
FEG
1631 (python-fill-string): Honor python-fill-string-style settings.
1632
6bab5d8b
MR
16332012-10-04 Martin Rudalics <rudalics@gmx.at>
1634
1635 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
1636 after setting its buffer (Bug#10805).
1637
a1a9f411
FEG
16382012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
1639
1640 Fix cornercase for string syntax.
1641 * progmodes/python.el (python-syntax-propertize-function):
1642 Simplify and enhance the regexp for unescaped quotes. Now it also
1643 matches quotes in weird situations like the single quote in
1644 "something\"'".
1645 (python-syntax-stringify): Simplify num-quotes detecting code.
1646
05e153a6
GM
16472012-10-03 Glenn Morris <rgm@gnu.org>
1648
1649 * help-macro.el (three-step-help):
1650 Revert 2012-09-29 change. (Bug#12567)
1651
2e566ecb
MR
16522012-10-03 Martin Rudalics <rudalics@gmx.at>
1653
96ef9ccd
MR
1654 * menu-bar.el (kill-this-buffer): Don't do anything when
1655 `menu-frame' is not alive or visible (Bug#8184).
1656
2e566ecb
MR
1657 * emacs-lisp/debug.el (debug): When quitting the debugger window
1658 restore current buffer (Bug#12502).
1659
a96e1cb7
CY
16602012-10-02 Chong Yidong <cyd@gnu.org>
1661
5694896d
J
1662 * progmodes/hideif.el (hif-lookup, hif-defined):
1663 Handle semantic-c-takeover-hideif.
a96e1cb7 1664
b3ecad33
PE
16652012-10-02 Paul Eggert <eggert@cs.ucla.edu>
1666
1667 Change sampling interval units from ms to ns.
1668 * profiler.el (profiler-sampling-interval): Change units
1669 from ms to ns, multiplying the default by 1000000 so that
1670 it remains 1 ms.
1671 (profiler-report-cpu-line-format): Give enough room for
1672 the maximum counters on 64-bit hosts.
1673 (profiler-report-render-calltree-1): Call them "CPU samples",
1674 not "Time (ms)", since they are not milliseconds now (and
1675 never really were).
1676
8cb51b66 16772012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
c623f81a 1678
5694896d
J
1679 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
1680 Fix querying BBDB for entries without a last name (Bug#11580).
c623f81a 1681
fd795bf4
CY
16822012-10-02 Chong Yidong <cyd@gnu.org>
1683
1684 * emacs-lisp/eieio.el: Restore Version header.
1685
fe0a74f9
SM
16862012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
1687
6be9197e
SM
1688 * vc/diff-mode.el (diff--auto-refine-data): New var.
1689 (diff-hunk): Use it to delay refinement.
1690 (diff-mode): Remove overlays when we turn off font-lock.
1691
18486139
SM
1692 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
1693 (table-initialize-table-fixed-width-mode)
1694 (table-set-table-fixed-width-mode): Remove functions.
1695 (table-command-list): Move initialization into declaration.
1696 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
1697 (table-with-cache-buffer): Use `declare'.
1698 (table-span-cell): Simplify via CSE.
1699 (table-fixed-width-mode): Use define-minor-mode.
1700 (table-call-interactively, table-funcall, table-apply): Remove.
1701 (table-function): New function, to replace them.
1702
d83ef976
SM
1703 * bookmark.el (bookmark-search-pattern): Remove var.
1704 (bookmark-read-search-input): Remove function.
1705 (bookmark-bmenu-search): Reimplement using a minibuffer.
1706
cd386662
SM
1707 * faces.el (modeline): Remove obsolete face name.
1708
fe0a74f9
SM
1709 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
1710 and give a non-nil default value.
1711 (add-change-log-entry): Simplify accordingly.
1712
9f7b98f8
DG
17132012-10-01 Dmitry Gutov <dgutov@yandex.ru>
1714
1715 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
1716 (vc-git-log-edit-toggle-amend): New function.
1717 (vc-git-log-edit-toggle-signoff): New function.
1718 (vc-git-log-edit-mode): New major mode.
1719 (vc-git-log-edit-mode-map): Keymap for it.
1720 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
1721
1722 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
1723 header names.
1724 (log-edit-toggle-header): New function.
1725 (log-edit-extract-headers): Accept function values in HEADERS alist.
1726
62a81506
CY
17272012-10-01 David Engster <deng@randomsample.de>
1728
1729 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
1730 from symbol property and change message to be more consistent with
1731 Emacs proper.
1732 (eieio-describe-generic): Add filename for each implementation.
1733 Fix indices for generic and normal methods.
1734 (eieio-method-def, eieio-class-def): New buttons.
1735 (eieio-help-find-method-definition)
1736 (eieio-help-find-class-definition): New functions.
1737 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
1738 class, constructor and method definitions.
1739
1740 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
1741 information in symbol property.
1742 (scoped-class): Remove.
1743 (eieio-slot-name-index, call-next-method): Check if it is bound.
1744
17452012-10-01 Leo P. White <lpw25@cam.ac.uk>
1746
1747 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
1748 (eieio-custom-mode): New major mode.
1749 (eieio-customize-object): Use it.
1750
17512012-10-01 Eric Ludlam <zappo@gnu.org>
1752
1753 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
1754 specifying the expected class, and whether subclassing is allowed.
1755 (eieio-persistent-convert-list-to-object):
1f9f395d
JB
1756 (eieio-persistent-validate/fix-slot-value)
1757 (eieio-persistent-slot-type-is-class-p): New functions.
1758 (eieio-named::slot-missing): Doc fix.
62a81506
CY
1759
1760 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
1761 Stop using unused publd variable.
1762
1763 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
1764 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
1765 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
1766 (eieio-speedbar-handle-click): Do not specify a class for the
1767 method. Fixes method invocation order problems with EDE.
1768
375e49d4
SM
17692012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1770
1771 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
1772 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
1773
16ce6ccd
KF
17742012-10-01 Karl Fogel <kfogel@red-bean.com>
1775
1776 * bookmark.el (bookmark-version-control): Give tags in the
1777 :type choices (Bug#12309), and improve doc string.
e4c4abdd
KF
1778 (bookmark-write-file): Bind `print-circle' to `t' to allow
1779 circular custom bookmark types. (Bug#12503)
16ce6ccd 1780
19e54a4d
PE
17812012-10-01 Paul Eggert <eggert@cs.ucla.edu>
1782
86ec63ba
PE
1783 Revert the FOLLOW-SYMLINKS change for file-attributes.
1784 * files.el (remote-file-name-inhibit-cache, after-find-file):
1785 * time.el (display-time-file-nonempty-p): Undo last change.
1786
19e54a4d
PE
1787 * profiler.el (profiler-sampling-interval): Change default back to 1.
1788 See Stefan Monnier in
1789 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
1790
0478776b
FEG
17912012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
1792
1793 Shell output catching a la gud-gdb.
1794 * progmodes/python.el (python-shell-fetch-lines-in-progress)
375e49d4
SM
1795 (python-shell-fetch-lines-string, python-shell-fetched-lines):
1796 New Vars.
0478776b
FEG
1797 (python-shell-fetch-lines-filter): New function.
1798 (python-shell-send-string-no-output): Use them.
1799
c22bac2c
TM
18002012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
1801
1802 * profiler.el (profiler-sampling-interval): Rename from
1803 profiler-sample-interval.
1804 (profiler-sampling-interval): Default to 10.
1805 (profiler-find-profile): New command (was profiler-find-log).
1806 (profiler-find-profile-other-window): New command.
1807 (profiler-find-profile-other-frame): New command.
1808 (profiler-profile): Introduce API-level data structure.
1809
e7a2937b
PE
18102012-09-30 Paul Eggert <eggert@cs.ucla.edu>
1811
1812 file-attributes has a new optional arg FOLLOW-SYMLINKS.
1813 * files.el (remote-file-name-inhibit-cache):
1814 * time.el (display-time-file-nonempty-p): Use it.
1815 * files.el (after-find-file): Don't chase links before calling
1816 file-exists-p, as file-exists-p already does the right thing.
1817
4f595e15
RA
18182012-09-30 Ralf Angeli <angeli@caeruleus.net>
1819
1820 Merge from standalone RefTeX repository.
1821
1822 The following ChangeLog entries are shortened versions of the
1823 original ones with file paths adapted. A not so strongly edited
1824 version of the original ChangeLog can be found in the commit log.
1825
1826 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
375e49d4
SM
1827 (reftex-arg-cite): Use `reftex-cite-key-separator'.
1828 Correctly handle new value type returned by `reftex-citation'.
4f595e15
RA
1829
1830 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
375e49d4
SM
1831 that entries with whitespace at various places are found.
1832 Doc fix. Include entries that are cross-referenced from cited entries.
4f595e15
RA
1833 Include @String definitions in the resulting bib file. Add header
1834 and footer defined in `reftex-create-bibtex-header' and
1835 `reftex-create-bibtex-footer'.
1836 (reftex-do-citation): Make it possible again to insert
1837 non-existent entries. Save match data when asking for optional
1838 arguments. Return all keys, not just the first one.
1839 (reftex-all-used-citation-keys): Fix regexp to correctly extract
1840 all citations in the same line.
1841 (reftex-parse-bibtex-entry): Accept additional optional argument
1842 `raw' and keep quotes or braces if it is non-nil. Match fields
1843 containing hyphens besides word constituents.
1844 (reftex-get-string-refs): New function.
1845 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
1846 and ask if it should be reread in case it did.
1847 (reftex-pop-to-bibtex-entry)
1848 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
1849 entries with spaces or tabs in front of arguments.
1850 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
375e49d4
SM
1851 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
1852 Match entries containing numbers and symbol constituents.
1853 (reftex-do-citation, reftex-figure-out-cite-format):
1854 Use `reftex-cite-key-separator'.
4f595e15
RA
1855
1856 * textmodes/reftex-dcr.el: Move provide statement to end of file.
1857 (reftex-mouse-view-crossref): Explain why point is set.
1858
1859 * textmodes/reftex-global.el: Whitespace changes.
1860
1861 * textmodes/reftex-index.el: Move provide statement to end of
1862 file.
1863 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
1864 (reftex-index-visit-phrases-buffer): Set marker when visiting
1865 buffer. This allows for returning from the phrases file to the
1866 file one was just editing instead of the file where the last
1867 phrases was added from.
1868 (reftex-index-phrases-syntax-table): New variable. Give ?\"
1869 punctuation syntax as it usually is not used as string quote in
1870 TeX-related modes and may occur unmatched. The change also
1871 prevents fontification of quoted content.
1872 (reftex-index-phrases-mode): Use it.
1873
375e49d4
SM
1874 * textmodes/reftex-parse.el (reftex-parse-from-file):
1875 Move backward one char if a `\' was matched after a section macro.
4f595e15
RA
1876 (reftex-parse-from-file): Use beginning of match instead of end as
1877 bound.
1878
1879 * textmodes/reftex-ref.el: Adapt creation of
1880 `reftex-<package>-<macro>' functions to new structure of
1881 `reftex-ref-style-alist'.
375e49d4
SM
1882 (reftex-reference): Use `reftex-ref-style-list' function.
1883 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
4f595e15
RA
1884 reference macro if `reftex-ref-macro-prompt' is non-nil.
1885 (reftex-reference): Pass refstyle to `reftex-format-special'.
1886 Determine reference macro by looking at
375e49d4
SM
1887 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
1888 Use only one special format function.
4f595e15
RA
1889 (reftex-varioref-vref, reftex-fancyref-fref)
1890 (reftex-fancyref-Fref): Remove definitions. The functions are now
1891 generated from `reftex-ref-style-alist'.
1892 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
1893 Remove.
1894 (reftex-format-special): New function.
1895
1896 * textmodes/reftex-sel.el
1897 (reftex-select-cycle-ref-style-internal): Adapt to new structure
1898 of `reftex-ref-style-alist'. Remove code for testing macro type.
1899 (reftex-select-toggle-varioref)
1900 (reftex-select-toggle-fancyref): Remove.
1901 (reftex-select-cycle-ref-style-internal)
1902 (reftex-select-cycle-ref-style-forward)
1903 (reftex-select-cycle-ref-style-backward): New functions.
1904 (reftex-select-label-map): Use `v' and `V' for general cycling
1905 through reference styles. Add `p' for switching between number
1906 and page reference types.
1907
375e49d4
SM
1908 * textmodes/reftex-toc.el (reftex-re-enlarge):
1909 Call `enlarge-window' only if there is something to do because in Emacs
4f595e15
RA
1910 the horizontal version throws an error even if the parameter is 0.
1911
1912 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
1913 (reftex-plug-into-AUCTeX): Doc fix.
1914 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
1915 string. Adapt to new name.
1916 (reftex-ref-style-alist): Change structure so that it is not
1917 possible to use multiple different package names within a style.
375e49d4
SM
1918 Remove the symbols for symbols for macro type distinction.
1919 Add characters for macro selection.
4f595e15
RA
1920 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
1921 (reftex-create-bibtex-footer): New variables.
1922 (reftex-format-ref-function): Mention third argument of special
1923 format function.
375e49d4
SM
1924 (reftex-ref-style-alist, reftex-ref-style-default-list):
1925 New variables.
4f595e15
RA
1926 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
1927 to new implementation. Mark as obsolete. Add compatibility code
1928 for honoring the variable values in case they are set.
375e49d4
SM
1929 (reftex-cite-format-builtin, reftex-bibliography-commands):
1930 Add support for ConTeXt.
1931 (reftex-format-ref-function, reftex-format-cite-function):
1932 Fix custom type.
4f595e15
RA
1933 (reftex-cite-key-separator): New variable.
1934
1935 * textmodes/reftex.el (reftex-syntax-table-for-bib)
1936 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
1937 `reftex-syntax-table' because parens have to retain their paren
1938 syntax in order for parsing of BibTeX entries like @book(...) to
1939 work.
1940 (reftex-in-comment): Do not error out if `comment-start-skip' is
1941 not set. Deal correctly with escaped comment characters.
375e49d4
SM
1942 (reftex-tie-multifile-symbols): Add doc string.
1943 Initialize `reftex-ref-style-list'.
4f595e15
RA
1944 (reftex-untie-multifile-symbols): Add doc string.
1945 (reftex-add-index-macros): Doc fix.
1946 (reftex-ref-style-activate, reftex-ref-style-toggle)
1947 (reftex-ref-style-list): New functions.
1948 (reftex-mode-menu): Use them. Adapt to new structure of
1949 `reftex-ref-style-alist'.
1950 (reftex-select-with-char): Kill the RefTeX Select buffer when
1951 done.
1952 (reftex-remove-if): New function.
1953 (reftex-erase-all-selection-and-index-buffers)
1954 (reftex-mode-menu): Reference styles are now computed from
1955 `reftex-ref-style-alist'. Fix typo.
1956 (reftex-report-bug): New function.
1957 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
1958 algorithms with O(n log n). Introduce optional argument SORT (not
1959 yet used).
1960
440ba395
FEG
19612012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
1962
1963 Enhancements for triple-quote string syntax.
375e49d4
SM
1964 * progmodes/python.el (python-syntax-propertize-function):
1965 Match both quote cases in one regexp.
440ba395
FEG
1966 (python-syntax-stringify): Handle matches properly.
1967
4c478e6b
JL
19682012-09-30 Juri Linkov <juri@jurta.org>
1969
1970 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
93cacb6d 1971 to nil around the call to `insert' to prevent
4c478e6b
JL
1972 directory time modification by lock_file. (Bug#2295)
1973 * tar-mode.el (tar-summarize-buffer): Idem.
1974
d80d54b2
JL
19752012-09-30 Juri Linkov <juri@jurta.org>
1976
1977 * facemenu.el (list-colors-sort): Add option "Luminance".
1978 (list-colors-sort-key): Implement it.
1979
1980 * vc/diff-mode.el (diff-refine-removed):
1981 * vc/ediff-init.el (ediff-fine-diff-A):
1982 * vc/smerge-mode.el (smerge-refined-removed):
1983 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
1984
d7e642cc
JD
19852012-09-30 Jan Djärv <jan.h.d@swipnet.se>
1986
1987 * term/ns-win.el (x-file-dialog): New function.
1988
ee41332b
JB
19892012-09-30 Juanma Barranquero <lekktu@gmail.com>
1990
1991 * ido.el (ido-max-directory-size): Default to nil; the current
1992 default is small for POSIX systems, and impractical on Windows 7
1993 now that lstat returns directory sizes for NTFS.
1994
5938d519
MR
19952012-09-30 Martin Rudalics <rudalics@gmx.at>
1996
1997 In buffer display functions handle window-height/window-width
1998 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
375e49d4
SM
1999 * window.el (window--display-buffer): New argument ALIST.
2000 Obey window-height and window-width alist entries.
2001 (window--try-to-split-window): New argument ALIST.
2002 Bind window-combination-limit to t when the window's size shall be
5938d519
MR
2003 changed and window-combination-limit equals `window-size'.
2004 (display-buffer-in-atom-window)
2005 (display-buffer-in-major-side-window)
2006 (display-buffer-in-side-window, display-buffer-same-window)
2007 (display-buffer-reuse-window, display-buffer-pop-up-frame)
2008 (display-buffer-pop-up-window, display-buffer-below-selected)
2009 (display-buffer-at-bottom, display-buffer-in-previous-window)
2010 (display-buffer-use-some-window): Adjust all callers of
2011 window--display-buffer and window--try-to-split-window.
2012 (fit-frame-to-buffer): New option.
2013 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
2014 is non-nil.
2015 (display-buffer-in-major-side-window): Evaluate window-height /
2016 window-width alist entries.
2017
2018 * help.el (temp-buffer-resize-frames)
2019 (temp-buffer-resize-regexps): Remove options.
2020 (temp-buffer-resize-mode): Adjust doc-string.
2021 (resize-temp-buffer-window): Don't consult
2022 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
2023 temp-buffer-resize-frames.
2024
375e49d4
SM
2025 * dired.el (dired-mark-pop-up):
2026 Call display-buffer-below-selected with a fit-window-to-buffer alist
5938d519
MR
2027 entry.
2028
c4c0c2df
CY
20292012-09-30 Chong Yidong <cyd@gnu.org>
2030
48de8b12
CY
2031 * server.el (server-host): Document the security implications.
2032 (server-auth-key): Doc fix.
2033
2034 * startup.el (initial-buffer-choice): Doc fix.
2035
2036 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
2037
a97dc380
CY
2038 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
2039 restriction change.
2040
d39d3c8e
CY
2041 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
2042
c4c0c2df
CY
2043 * help-fns.el (help-fns--obsolete): Fix last change.
2044
98a5e33b
SM
20452012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
2046
34cf6f39
SM
2047 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
2048 (minor-mode-map-alist): Remove redundant code.
2049
e01c13fe
SM
2050 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
2051 visited in a buffer.
2052 (cvs-insert-visited-file): New function.
2053 (find-file-hook): Use it.
2054
2055 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
2056
02661b3a
SM
2057 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
2058 chose face.
2059 (log-edit-empty-buffer-p): Don't require a space after a header.
2060
43711d4b
SM
2061 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
2062
38a30d64
SM
2063 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
2064
4ffb41a9
SM
2065 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
2066 a proper minor-mode.
2067
98a5e33b
SM
2068 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
2069
de82e29b
GM
20702012-09-29 Glenn Morris <rgm@gnu.org>
2071
5cc2e639
GM
2072 * winner.el (winner-mode): Remove variable (let define-minor-mode
2073 handle it).
2074 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
2075 Doc fixes.
2076 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
2077 (winner-mode): Use define-minor-mode.
2078
7bd302eb
GM
2079 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
2080 the full definition in loaddefs, rather than duplicating it.
2081
2923922f 2082 * help-macro.el (three-step-help): No need to autoload defcustom.
ced08382 2083
0e3e4156
GM
2084 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
2085 (inferior-lisp-program, inferior-lisp-load-command)
2086 (inferior-lisp-prompt, inferior-lisp-mode-hook):
2923922f 2087 No need to autoload defcustoms.
0e3e4156 2088
de82e29b
GM
2089 * hippie-exp.el (hippie-expand-try-functions-list)
2090 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
2091 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
2092 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
2923922f 2093 (hippie-expand-only-buffers): No need to autoload defcustoms.
de82e29b
GM
2094 * progmodes/vhdl-mode.el (vhdl-line-expand):
2095 Explicitly load hippie-exp, so it does not get autoloaded
2096 while hippie-expand-try-functions-list is let-bound.
2097
e60b51ab
GM
20982012-09-28 Glenn Morris <rgm@gnu.org>
2099
277f0cfa
GM
2100 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
2101
e60b51ab
GM
2102 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
2103 Only "cl.el" counts as cl these days.
2104
53baf48a
JL
21052012-09-28 Juri Linkov <juri@jurta.org>
2106
2107 Display archive errors in the echo area instead of inserting
2108 to the file buffer.
2109
2110 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
2111 to STDERR-TEST that can be a regexp matching a successful output.
2112 Create a temporary file and redirect stderr to it. Search for
2113 STDERR-TEST in the stderr output and display it in the echo area
2114 if no match is found.
2115 (archive-extract-by-file): New function like
2116 `archive-extract-by-stdout' but extracting archives to files
2117 and looking for successful matches in stdout. Function body is
2118 mostly copied from `archive-rar-extract'.
2119 (archive-rar-extract): Use `archive-extract-by-file'.
2120 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
2121
9c1228c3
LL
21222012-09-28 Leo Liu <sdl.web@gmail.com>
2123
375e49d4
SM
2124 * pcomplete.el (pcomplete-show-completions):
2125 Use minibuffer-message to make pcomplete usable in minibuffer.
147c0425 2126
9c1228c3
LL
2127 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
2128
7f457c06
SM
21292012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2130
3df749b0
SM
2131 * type-break.el: Use lexical-binding.
2132 (type-break-mode): Use define-minor-mode.
2133
7f457c06
SM
2134 * emacs-lisp/pcase.el (pcase--mark-used): New.
2135 (pcase--u1): Use it (bug#12512).
2136
2137 * custom.el (load-theme): Set buffer-file-name so the load is recorded
2138 in load-history with the right file name.
2139
c00ebc98
TH
21402012-09-28 Tassilo Horn <tsdh@gnu.org>
2141
2142 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
2143 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
2144 (doc-view-get-bounding-box): Make bounding box slicing work for
2145 ODF and DVI documents.
2146
96fb7170
GM
21472012-09-28 Glenn Morris <rgm@gnu.org>
2148
2149 * type-break.el (type-break-mode, type-break-interval)
2150 (type-break-good-rest-interval, type-break-keystroke-threshold):
2151 No need to autoload.
2152 (type-break-good-rest-interval, type-break-keystroke-threshold):
2153 Add :set-after.
2154
5bc93c67
CY
21552012-09-28 Chong Yidong <cyd@gnu.org>
2156
2157 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
2158 Add :version tag.
2159
9cad61d6
SM
21602012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
2161
e28e67b3 2162 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
9cad61d6 2163
daee954c
GM
21642012-09-27 Glenn Morris <rgm@gnu.org>
2165
a88324d4
GM
2166 * faces.el (x-display-name): Declare (for without-x builds).
2167
8e5064e5
GM
2168 * linum.el (linum-format): Don't autoload it. Improve :type.
2169
cc1783c2
GM
2170 * progmodes/tcl.el: Don't require outline when compiling.
2171 (outline-regexp, outline-level): Declare.
1dddcf4c
GM
2172 * textmodes/sgml-mode.el: Don't require outline when compiling.
2173 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
2174
48c339f2
GM
2175 * term.el (term-ansi-reset):
2176 Try setting term-ansi-face-already-done to nil. (Bug#11785)
2177
daee954c
GM
2178 * vc/vc.el (vc-next-action): Only gripe about committing read-only
2179 files for RCS and SCCS. (Bug#9781)
2180
b7f42161
CY
21812012-09-27 Chong Yidong <cyd@gnu.org>
2182
2183 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
2184 change; value should be t.
2185
a2e770db
SM
21862012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
2187
83600dc8
SM
2188 * image-mode.el: Use lexical-binding.
2189 (image-mode-winprops): Use t to stand for the window of
2190 a buffer that's not displayed.
2191 * doc-view.el (doc-view-new-window-function): Handle the new
2192 t in winprops.
2193 (doc-view-enlarge): Make it a real nop if the size is not changed.
2194 (doc-view-display): Handle the case where the buffer is not (yet?)
2195 displayed in any window.
2196 (doc-view-saved-settings): New var.
2197 (doc-view-mode): Use it.
2198 (doc-view-fallback-mode): Set it.
2199
a2e770db
SM
2200 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
2201 Set lexical-binding.
2202 (minibuffer-eldef-shorten-default): New var.
2203 (minibuffer-default-in-prompt-regexps): Use it for new default.
2204 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
2205
e3b60857
JB
22062012-09-26 Juanma Barranquero <lekktu@gmail.com>
2207
2208 * international/uni-bidi.el:
2209 * international/uni-category.el:
2210 * international/uni-name.el:
2211 * international/uni-numeric.el: Regenerate.
2212
3a880af4
SM
22132012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
2214 Stefan Monnier <monnier@iro.umontreal.ca>
2215
2216 * profiler.el: New file.
2217
07b1a5fb
SM
22182012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
2219
2220 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
2221 (testcover-reinstrument): Simplify with CSE.
2222
42019c2e
JB
22232012-09-26 Juanma Barranquero <lekktu@gmail.com>
2224
2225 * window.el (temp-buffer-window-setup): Fix typo in docstring.
2226
179f044b
WS
22272012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
2228
2229 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
2230 (verilog-auto-input, verilog-auto-insert-lisp)
2231 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
2232 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
2233 (verilog-auto-unused, verilog-auto-wire)
2234 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
2235 newline. Reported by Andrew Jones.
2236 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
2237 Reported by Brad Dobbie.
07b1a5fb
SM
2238 (verilog-batch-delete-trailing-whitespace):
2239 Create verilog-batch-delete-trailing-whitespace.
2240 Reported by Brad Dobbie.
179f044b
WS
2241 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
2242 parameters from another module. Reported by Dan Katz.
2243 (verilog-auto, verilog-auto-assign-modport)
2244 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
2245 AUTOINOUTMODPORT for UVM interface module shell generation.
2246 Reported by Brad Dobbie.
2247 (verilog-auto-inst-interfaced-ports): Make default nil, as more
2248 standard behavior.
2249 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
2250 Reported by Matt Martin.
2251
9c52dd5a
MR
22522012-09-25 Martin Rudalics <rudalics@gmx.at>
2253
2254 * window.el (window--resize-child-windows): When resizing child
2255 windows proportionally, process them in reverse order to
2256 preserve the "when splitting a window the new one gets the odd
2257 line" behavior.
2258 (window--resize-root-window-vertically): When resizing the
2259 minibuffer window try to affect only windows at the bottom of the
2260 frame. (Bug#12419)
2261
863666eb
CY
22622012-09-25 Chong Yidong <cyd@gnu.org>
2263
2264 * subr.el (declare): Doc fix.
2265
2266 * help-fns.el (help-fns--obsolete): Handle macros properly.
2267
59f7af81
CY
22682012-09-25 Chong Yidong <cyd@gnu.org>
2269
2270 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
2271 this function obsolete.
2272
2273 * calendar/cal-x.el (calendar-two-frame-setup)
2274 (calendar-only-one-frame-setup, calendar-one-frame-setup):
2275 * calendar/calendar.el (american-calendar, european-calendar)
2276 (calendar-for-loop):
2277 * comint.el (comint-dynamic-simple-complete)
2278 (comint-dynamic-complete-as-filename, comint-unquote-filename):
2279 * desktop.el (desktop-load-default):
2280 * dired-x.el (dired-omit-here-always)
2281 (dired-hack-local-variables, dired-default-directory):
2282 * emacs-lisp/derived.el (derived-mode-class):
2283 * emacs-lisp/timer.el (timer-set-time-with-usecs):
2284 * emacs-lock.el (toggle-emacs-lock):
2285 * epa.el (epa-display-verify-result):
2286 * epg.el (epg-sign-keys, epg-start-sign-keys)
2287 (epg-passphrase-callback-function):
2288 * eshell/esh-util.el (eshell-for):
2289 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
2290 (eshell-add-to-window-buffer-names):
2291 * files.el (locate-file-completion):
2292 * imenu.el (imenu-example--create-c-index)
2293 (imenu-example--create-lisp-index)
2294 (imenu-example--lisp-extract-index-name)
2295 (imenu-example--name-and-position):
2296 * international/mule-cmds.el (princ-list):
2297 * international/mule-diag.el (decode-codepage-char):
2298 * international/mule-util.el (detect-coding-with-priority):
2299 * iswitchb.el (iswitchb-read-buffer):
2300 * mail/mailalias.el (mail-complete):
2301 * mail/sendmail.el (mail-sent-via):
2302 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
2303 (mouse-major-mode-menu):
2304 * password-cache.el (password-read-and-add):
2305 * pcomplete.el (pcomplete-parse-comint-arguments):
2306 * progmodes/sh-script.el (sh-maybe-here-document):
2307 * replace.el (query-replace-regexp-eval):
2308 * savehist.el (savehist-load):
2309 * simple.el (choose-completion-delete-max-match):
2310 * term.el (term-dynamic-simple-complete):
2311 * vc/ediff-init.el (ediff-check-version):
2312 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
2313 * vc/vc.el (vc-diff-switches-list):
2314 * view.el (view-return-to-alist-update): Likewise.
2315
2316 * subr.el (eval-next-after-load, makehash, insert-string)
2317 (assoc-ignore-representation, assoc-ignore-case): Use declare to
2318 mark obsolete.
2319 (mode-line-inverse-video): Variable deleted.
2320
2321 * international/mule-util.el (string-to-sequence): Remove.
2322
2323 * calendar/calendar.el (calendar-version):
2324 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
2325 (icalendar-convert-diary-to-ical):
2326 * cus-edit.el (custom-mode):
2327 * ansi-color.el (ansi-color-unfontify-region):
2328 * international/latin1-disp.el (latin1-char-displayable-p):
2329 * progmodes/cwarn.el (turn-on-cwarn-mode):
07b1a5fb
SM
2330 * progmodes/which-func.el (which-func-update-1):
2331 Use define-obsolete-function-alias.
59f7af81
CY
2332
2333 * net/newst-backend.el (newsticker-cache-filename):
07b1a5fb
SM
2334 * net/newst-treeview.el (newsticker-groups-filename):
2335 Fix incorrect obsolescence declaration.
59f7af81
CY
2336
2337 * allout.el (allout-passphrase-hint-string): Likewise.
2338 (allout-init): Use a declare form to mark obsolete.
2339
2340 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
2341 this applies to functions.
2342
2343 * iswitchb.el (iswitchb-read-buffer): Move code of
2344 iswitchb-define-mode-map here, and delete that obsolete function.
2345
2346 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
2347 font-lock-reference-face.
2348
cca96c97
GM
23492012-09-25 Glenn Morris <rgm@gnu.org>
2350
b06eeda8
GM
2351 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
2352 Doc fixes.
2353
cca96c97
GM
2354 * eshell/em-term.el (eshell-term-name):
2355 Default to term-term-name. (Bug#12485)
2356
dc4f818b
FEG
23572012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
2358
cca96c97
GM
2359 * progmodes/python.el (python-shell-send-buffer): Better handling
2360 of "if __name__ == '__main__':" conditionals when sending the buffer.
dc4f818b 2361
289c24bd
GM
23622012-09-24 Glenn Morris <rgm@gnu.org>
2363
2364 * eshell/esh-cmd.el (eshell-find-alias-function):
2365 Tighten up file-name regexp. (Bug#12499)
2366
8fb8b88f
FEG
23672012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
2368
2369 Enhancements for triple-quote string syntax.
2370 * progmodes/python.el (python-quote-syntax): Remove.
2371 (python-syntax-propertize-function): New value.
07b1a5fb
SM
2372 (python-syntax-count-quotes, python-syntax-stringify):
2373 New functions.
8fb8b88f 2374
6c27f0f8
CY
23752012-09-24 Chong Yidong <cyd@gnu.org>
2376
a5f2b6ec
CY
2377 * mail/supercite.el (sc-version): Remove obsolete function.
2378 (sc-describe): Don't mark as obsolete, since it is bound.
2379 (sc-submit-bug-report): Remove.
2380
2381 * vc/log-edit.el (cvs-changelog-full-paragraphs)
2382 (cvs-commit-buffer-require-final-newline): Remove.
0c765e5f
CY
2383 (log-edit-require-final-newline)
2384 (log-edit-changelog-full-paragraphs): Default to t.
a5f2b6ec
CY
2385
2386 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
2387 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
2388 * vc/vc.el (vc-checkout-carefully): Likewise.
2389
2390 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
2391 (emerge-version): Remove.
2392
2393 * progmodes/compile.el (compile-internal): Remove.
2394 (compilation-parse-errors-function): Fix typo.
2395
2396 * international/mule.el (set-char-table-default): Remove.
2397 (set-coding-priority, make-coding-system, generic-char-p)
2398 (charset-list, charset-bytes, charset-id): Use declare to mark
2399 functions as obsolete.
2400
2401 * vc/pcvs-defs.el (cvs-buffer-name-alist)
2402 (cvs-invert-ignore-marks): Remove references to obsolete vars.
2403 * vc/vc-hooks.el (vc-default-registered): Don't use
2404 vc-master-templates.
2405
07b1a5fb
SM
2406 * font-lock.el (font-lock-reference-face):
2407 Use define-obsolete-variable-alias.
6c27f0f8
CY
2408
2409 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
2410 * calendar/calendar.el (calendar-font-lock-keywords):
2411 * calendar/diary-lib.el (diary-font-lock-keywords)
2412 (diary-fancy-font-lock-keywords):
2413 * textmodes/reftex-sel.el (reftex-insert-docstruct):
2414 * textmodes/reftex-index.el (reftex-insert-index):
2415 * textmodes/reftex-cite.el (reftex-format-bib-entry):
2416 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2417 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
2418 * progmodes/prolog.el (prolog-font-lock-keywords):
2419 * progmodes/idlwave.el (idlwave-idl-keywords):
2420 * progmodes/ada-mode.el (ada-font-lock-keywords):
2421 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
2422
bcc0adbf
GM
24232012-09-24 Glenn Morris <rgm@gnu.org>
2424
2425 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
2426
095bb823
FEG
24272012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
2428
2429 * progmodes/python.el (python-indent-line): More consistent cursor
2430 movement behavior.
2431
70efc5c9
SM
24322012-09-23 Stefan Merten <smerten@oekonux.de>
2433
2434 * textmodes/rst.el: Fix compiler warning.
2435
2f438239
RW
24362012-09-23 Roland Winkler <winkler@gnu.org>
2437
07b1a5fb
SM
2438 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
2439 Transcribe also LaTeX hyphenation.
2f438239
RW
2440 (bibtex-reformat): Bug fix. Do not quote twice the elements of
2441 bibtex-reformat-previous-options.
2442
936ad041
RW
24432012-09-23 Roland Winkler <winkler@gnu.org>
2444
2445 * proced.el (proced-renice-command): New variable.
2446 (proced-marked-processes): New function.
2447 (proced-with-processes-buffer): New macro.
2448 (proced-send-signal): Use them.
2449 (proced-renice): New command bound to r.
2450
6fab0274
RW
24512012-09-23 Roland Winkler <winkler@gnu.org>
2452
2453 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
2454 ibuffer-saved-filter-groups has one element, shortcut the call of
2455 completing-read. (Bug#12331)
2456
9a930676
CY
24572012-09-23 Chong Yidong <cyd@gnu.org>
2458
2459 * bindings.el (mode-line-toggle-read-only):
2460 * bs.el (bs-toggle-readonly):
2461 * buff-menu.el (Buffer-menu-toggle-read-only):
2462 * dired.el (dired-toggle-read-only):
2463 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
2464
d07ff9db
CY
24652012-09-23 Chong Yidong <cyd@gnu.org>
2466
2467 * image.el (image-type-available-p): Adapt to init-image-library
2468 argument changes.
2469
51c4474e
JL
24702012-09-22 Juri Linkov <juri@jurta.org>
2471
2472 * dired.el (dired-mode-map): Add [remap read-only-mode] for
2473 `dired-toggle-read-only'. (Bug#12462)
2474
43bf5e8e
MR
24752012-09-22 Martin Rudalics <rudalics@gmx.at>
2476
2477 * subr.el (temp-output-buffer-show): New function.
2478 (with-output-to-temp-buffer): Call temp-output-buffer-show
2479 instead of internal-temp-output-buffer-show.
2480
c88b867f
CY
24812012-09-22 Chong Yidong <cyd@gnu.org>
2482
3df47cd5
CY
2483 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
2484 (Bug#12462).
2485
c88b867f
CY
2486 * repeat.el (repeat): Doc fix (Bug#12348).
2487
2488 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
2489 (Bug#10909).
2490
2491 * simple.el (shell-command-on-region): Doc fix.
3171e303 2492 (read-only-mode): Doc fix.
c88b867f 2493
df9685f3
EZ
24942012-09-22 Eli Zaretskii <eliz@gnu.org>
2495
2496 * emacs-lisp/timer.el (run-with-idle-timer)
2497 (timer-activate-when-idle): Warn against reinvoking an idle timer
2498 from within its own timer action. (Bug#12447)
2499
8e17c9ba
MR
25002012-09-22 Martin Rudalics <rudalics@gmx.at>
2501
2502 * cus-start.el (window-combination-limit): Add new optional
2503 values.
2504 * window.el (temp-buffer-window-show)
2505 (window--try-to-split-window): Handle new values of
2506 window-combination-limit (Bug#1806).
2507 (split-window): Test window-combination-limit for t instead of
2508 non-nil.
2509 (display-buffer-at-bottom): New buffer display action function.
2510 * help.el (temp-buffer-resize-regexps): New option.
2511 (temp-buffer-resize-mode): Rewrite doc-string.
2512 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
bd909927 2513 Don't resize reused window. Suggested by Glenn Morris.
8e17c9ba 2514
48a24920
SM
25152012-09-22 Stefan Merten <smerten@oekonux.de>
2516
70efc5c9 2517 * textmodes/rst.el: Revamp section title faces.
48a24920
SM
2518 (rst-official-version)
2519 (rst-package-emacs-version-alist): Sync with official version
2520 V1.4.0.
2521 (rst-faces-defaults, rst-set-level-default)
2522 (rst-level-face-max, rst-level-face-base-color)
2523 (rst-level-face-base-light, rst-level-face-format-light)
2524 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
2525 (rst-adornment-faces-alist): Match new setup.
2526 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
2527 (rst-level-5, rst-level-6): New faces.
2528
82f8cd94
CY
25292012-09-22 Chong Yidong <cyd@gnu.org>
2530
2531 * simple.el (undo): Handle indirect buffers (Bug#8207).
2532
acfa068f 25332012-09-21 Leo Liu <sdl.web@gmail.com>
a8c14da8
LL
2534
2535 IDO: Disable match re-ordering for buffer switching.
2bc9406c 2536 * ido.el (ido-buffer-disable-smart-matches): New variable.
a8c14da8
LL
2537 (ido-set-matches-1): Use it. (Bug#2042)
2538
acfa068f 25392012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
a316d229
JM
2540
2541 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
2542 Fix 2011-05-17 change. (Bug#12418)
2543
acfa068f 25442012-09-21 Leo Liu <sdl.web@gmail.com>
d02e58f8
LL
2545
2546 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
2547
acfa068f 25482012-09-21 Glenn Morris <rgm@gnu.org>
511fd0b2
GM
2549
2550 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
2551 Be more robust about locating simple.el.
2552
acfa068f 25532012-09-21 Glenn Morris <rgm@gnu.org>
fa05bfe0
GM
2554
2555 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
2556
acfa068f
CY
25572012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
2558
2559 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
2560
41a97e6f
JL
25612012-09-20 Juri Linkov <juri@jurta.org>
2562
eb2deaff
JL
2563 * replace.el (query-replace-read-from): Use `read-regexp' instead
2564 of `read-from-minibuffer' when `regexp-flag' is non-nil.
2565 (occur-read-primary-args): Use `read-regexp' instead of
2566 `read-string'.
2567 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
2568 `read-from-minibuffer'.
2569 * isearch.el (isearch-occur): Use `read-regexp' instead of
2570 `read-string'.
2571 * dired.el (dired-read-regexp): Use `read-regexp' instead of
2572 `read-from-minibuffer'.
2573 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
2574 of `read-string'. (Bug#7567)
2575
5825610b
JL
2576 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
2577 and allow accepting a list of strings prepended to a list of
2578 standard default values. Doc fix. (Bug#12321)
2579
eebbf404
JL
2580 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
2581
41a97e6f
JL
2582 * replace.el (read-regexp): Don't add ": " when PROMPT already
2583 ends with a colon and space. (Bug#12321)
2584
c9e452d3
TH
25852012-09-20 Tassilo Horn <tsdh@gnu.org>
2586
2587 * doc-view.el (doc-view-display): Better fix for the cl-assertion
2588 error.
2589
ee97deee
SM
25902012-09-20 Stefan Merten <smerten@oekonux.de>
2591
70efc5c9 2592 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
ee97deee
SM
2593 Fixes feature request bug#11711.
2594 (rst-mode): Create `imenu-create-index-function'.
2595 (rst-get-stripped-line): Delete after refactoring.
2596 (rst-section-tree, rst-section-tree-rec)
2597 (rst-section-tree-point): Refactor and document properly.
2598 (rst-imenu-find-adornments-for-position)
07b1a5fb
SM
2599 (rst-imenu-convert-cell, rst-imenu-create-index):
2600 New function.
ee97deee 2601
f490dab9
SM
26022012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2603
95b9712e
SM
2604 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
2605 (macroexp--expand-all): Use it.
2606 (macroexp--funcall-and-return): Remove by folding it into its sole
2607 caller (macroexp--warn-and-return).
2608 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
2609 Use macroexp--obsolete-warning.
2610
f490dab9
SM
2611 * calc/calc.el: Fix last change by removing the whole chunk, since it
2612 was only needed back when Calc was not bundled.
2613
96e8d411
MR
26142012-09-20 Martin Rudalics <rudalics@gmx.at>
2615
2616 * emacs-lisp/debug.el (debug): Restore assignment to
2617 debugger-old-buffer removed on 2012-09-08.
2618
0876a82d
JL
26192012-09-20 Juri Linkov <juri@jurta.org>
2620
2621 * dired-aux.el (dired-diff): Remove (require 'diff) since
2622 `diff-latest-backup-file' is now autoloaded.
2623
9f7c28f0
CY
26242012-09-20 Chong Yidong <cyd@gnu.org>
2625
2626 * vc/diff.el (diff-latest-backup-file): Autoload.
2627
7a04bee9
SM
26282012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2629
e6f0a80d
SM
2630 * calc/calc.el: Remove redundant autoload shape check.
2631 (sel-mode): Don't defvar.
2632 (calc-get-stack-element): Add `sel-mode' arg instead.
2633 (calc-top, calc-top-list): Pass it this additional argument.
2634 * calc/calc-store.el (calc-store-map):
2635 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
2636 (calc-map-equation, calc-outer-product, calc-inner-product):
2637 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
2638
7a04bee9
SM
2639 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
2640
12734222
JL
26412012-09-19 Juri Linkov <juri@jurta.org>
2642
2643 * dired-aux.el (dired-diff): Add (require 'diff) because
2644 `diff-latest-backup-file' is not autoloaded.
2645 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
2646 of `dired-get-filename' to t to not report error when there is
2647 no default file on the current line.
2648
46624b4f
SM
26492012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2650
ce97595b
SM
2651 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
2652 macroexp--eval-if-compile.
2653 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
2654 (macroexp--expand-all): Use them (bug#12371).
2655
46624b4f
SM
2656 * doc-view.el (doc-view-guess-paper-size)
2657 (doc-view-scale-bounding-box): Fix unbound `caddr'.
2658
db8a5a18
TH
26592012-09-19 Tassilo Horn <tsdh@gnu.org>
2660
2661 New feature: set optimal slice from BoundingBox information.
2662 * doc-view.el (doc-view-mode-map): Add keybinding.
2663 (doc-view-menu): Add menu entry.
2664 (doc-view-set-slice): Adapt docstring.
2665 (doc-view-get-bounding-box, doc-view-guess-paper-size)
2666 (doc-view-scale-bounding-box)
2667 (doc-view-set-slice-from-bounding-box): New functions.
2668 (doc-view-paper-sizes): New defvar.
2669
69f6644c
GM
26702012-09-19 Glenn Morris <rgm@gnu.org>
2671
35f5b19d
GM
2672 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
2673 (byte-compile-log-warning): Autoload. (Bug#12371)
2674
69f6644c
GM
2675 * calendar/calendar.el (calendar-american-month-header)
2676 (calendar-european-month-header, calendar-iso-month-header)
2677 (calendar-month-header): New options.
2678 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
2679 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
2680
e543ae91
JD
26812012-09-19 Jan Djärv <jan.h.d@swipnet.se>
2682
2683 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
2684
2fd5e67d
JL
26852012-09-18 Juri Linkov <juri@jurta.org>
2686
2687 * dired-aux.el (dired-diff): Restore original functionality of
2688 getting the default value, but keep new feature of using the
2689 latest existing backup file (`diff-latest-backup-file').
2690
42917e79
JL
26912012-09-18 Juri Linkov <juri@jurta.org>
2692
2693 * dired.el (dired-mark): If the region is active in Transient Mark
2694 mode, mark all files in the active region. Doc fix.
2695 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
2696 Doc fix. (Bug#10624)
2697
20f70ede
JL
26982012-09-18 Juri Linkov <juri@jurta.org>
2699
2700 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
2701 attributes for M-n are pulled from the file at point.
2702 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
2703 Suggested by Drew Adams. (Bug#10624)
2704
32fb8162
DG
27052012-09-18 Dmitry Gutov <dgutov@yandex.ru>
2706
2707 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
2708 whitespace after "end".
2709 (ruby-do-end-to-brace): Collapse block to one line if it fits
2710 within fill-column.
2711
37ab5092
MR
27122012-09-18 Martin Rudalics <rudalics@gmx.at>
2713
2714 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
2715 value.
2716 (debug): Don't remove debugger window when debugger is expected
2717 to be back.
2718
ed1f0bd3
CY
27192012-09-18 Chong Yidong <cyd@gnu.org>
2720
2721 * custom.el (defface): Doc fix.
2722
2723 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
2724
a11035b8
MB
27252012-09-18 Martin Blais <blais@furius.ca> (tiny change)
2726
2727 * progmodes/compile.el (compilation-start): Use compilation-always-kill
2728 to initialize query-on-exit; then test that instead (bug#12288).
2729
64f6a736
SM
27302012-09-17 Stefan Merten <smerten@oekonux.de>
2731
70efc5c9 2732 * textmodes/rst.el: Add support for `testcover'.
64f6a736
SM
2733 (rst-defcustom-testcover, rst-testcover-add-compose)
2734 (rst-testcover-add-1value): New functions.
2735 (rst-portable-mark-active-p): Replace by `use-region-p'.
2736 (rst-update-section, rst-classify-adornment)
2737 (rst-find-title-line): Mark `1value' forms.
2738 (rst-classify-adornment): Remove superfluous form.
2739 (rst-update-section, rst-get-adornments-around)
2740 (rst-adornment-complete-p, rst-get-next-adornment)
2741 (rst-adjust, rst-promote-region)
2742 (rst-display-adornments-hierarchy, rst-straighten-adornments)
2743 (rst-find-pfx-in-region, rst-section-tree-rec)
2744 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
2745 (rst-toc-node, rst-toc, rst-forward-section)
2746 (rst-iterate-leftmost-paragraphs)
2747 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
2748 (rst-bullet-list-region)
2749 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
2750 (rst-compile-find-conf, rst-compile)
2751 (rst-repeat-last-character): Fix style.
2752
580bd868
CY
27532012-09-17 Chong Yidong <cyd@gnu.org>
2754
2755 * comint.el (comint--complete-file-name-data): Don't add a space
2756 if the status is `sole'; that adds a gratuitous space in the
2757 completion-cycling case (Bug#12092).
2758
2759 * pcomplete.el (pcomplete-completions-at-point): Likewise.
2760
69de3ec6
RS
27612012-09-17 Richard Stallman <rms@gnu.org>
2762
0dee970c
RS
2763 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
2764 only in the mime-shown mode, not in raw mode.
2765 (rmail-mime): Toggle off mime by displaying the message without
6b250df6 2766 mime processing. (Bug#12305)
0dee970c 2767
6b250df6
GM
2768 * mail/rmail.el (rmail-retry-failure):
2769 Turn off mime processing first. (Bug#12037)
acb1c47b 2770
69de3ec6
RS
2771 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
2772
d079ee5f
CY
27732012-09-17 Chong Yidong <cyd@gnu.org>
2774
2775 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
2776 (shell-dynamic-complete-functions): Convert to defcustom.
2777 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
2778
865fe16f
CY
2779 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
2780 * comint.el (comint-prompt-read-only):
2781 * custom.el (defcustom):
2782 * hi-lock.el (hi-lock-mode):
2783 * ibuffer.el (ibuffer-formats):
2784 * ielm.el (ielm-prompt-read-only):
2785 * novice.el (disable-command):
2786 * saveplace.el (toggle-save-place):
2787 * speedbar.el (speedbar-supported-extension-expressions):
2788 * startup.el (auto-save-list-file-prefix, init-file-user)
2789 (after-init-hook, inhibit-startup-echo-area-message):
2790 * strokes.el (strokes-help):
2791 * time-stamp.el (time-stamp):
2792 * calendar/calendar.el (calendar, diary-file):
2793 * calendar/diary-lib.el (diary-mail-entries, diary)
2794 (diary-list-entries-hook):
2795 * calendar/holidays.el (holidays, calendar-holidays):
2796 * calendar/lunar.el (lunar-phases):
2797 * calendar/solar.el (sunrise-sunset):
2798 * emulation/edt.el (edt-load-keys):
2799 * emulation/viper.el (viper-mode):
2800 * eshell/em-alias.el (eshell-command-aliases-list):
2801 * eshell/esh-util.el (eshell-convert-numeric-arguments):
2802 * international/ogonek.el (ogonek-information):
2803 * net/tramp-cmds.el (tramp-bug):
2804 * net/quickurl.el (quickurl-reread-hook-postfix):
2805 * play/decipher.el (decipher-font-lock-keywords):
2806 * progmodes/cc-styles.el (c-set-style):
2807 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
2808 * progmodes/inf-lisp.el (inferior-lisp-prompt):
2809 * progmodes/octave-mod.el (octave-mode):
2810 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
2811 * progmodes/verilog-mode.el (verilog-read-defines):
2812 * textmodes/two-column.el (2C-mode): Likewise.
2813
48093eb9
KY
28142012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
2815
2816 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
2817 that holds many addresses.
2818
c584eaf9
CY
28192012-09-16 Chong Yidong <cyd@gnu.org>
2820
40d70ecb
CY
2821 * align.el (align-areas): Call the indication function with
2822 positions instead of markers for arguments (Bug#12343).
2823
1667e065
CY
2824 * files.el (parse-colon-path): Use split-string (Bug#12351).
2825
fdc2806d 2826 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
71ce58e7 2827 (display-buffer-function): Mark as obsolete.
fdc2806d 2828
f1be615c 2829 * progmodes/compile.el (compilation-parse-errors): Accept list
ce97595b
SM
2830 values similar to font-lock-keywords (Bug#12136).
2831 Suggested by Oleksandr Manzyuk.
c584eaf9
CY
2832 (compilation-error-regexp-alist): Doc fix.
2833
f40a9709
GM
28342012-09-15 Glenn Morris <rgm@gnu.org>
2835
72aa16e1
GM
2836 * version.el (emacs-bzr-version-bzr): New function.
2837 (emacs-bzr-get-version): Add optional EXTERNAL argument.
2838
82375160
GM
2839 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
2840 checkouts, check the parent dirstate matches the branch.
2841 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
2842 empty string.
2843
f40a9709
GM
2844 * version.el (emacs-bzr-version): Doc fix.
2845 (emacs-bzr-version-dirstate): New function.
2846 (emacs-bzr-get-version): For lightweight checkouts, if the parent
2847 is local try and check that it matches the branch. If not, just
2848 use dirstate information. (Bug#12441)
2849
cb26b7f5
JL
28502012-09-14 Juri Linkov <juri@jurta.org>
2851
2852 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
2853 (Bug#12399)
2854
2de39f08
SM
28552012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
2856
0fb3cb7c
SM
2857 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
2858
2de39f08
SM
2859 * emacs-lisp/edebug.el: Miscellaneous cleanup.
2860 Remove obsolete byte-compiler hack that tried to silence some warnings.
2861 (edebug-submit-bug-report): Remove.
2862 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
2863 Remove aliases, use the un-prefixed name instead.
2864 (edebug-pop-to-buffer): Consider other frames.
2865 (edebug-original-read):: Make it more obvious that it's always defined.
2866 (edebug--make-form-data-entry, edebug--form-data-name)
2867 (edebug--form-data-begin, edebug--form-data-end): Rename from the
2868 single-dashed name, and implement with cl-defstruct.
2869 (edebug-set-form-data-entry): Use the standard accessors.
2870 (edebug-make-top-form-data-entry): Use push.
2871 (edebug-no-match): Drop useless `funcall'.
2872 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
2873 to functions.
2874 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
2875 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
2876 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
2877 (easy-menu-define, with-custom-print): Remove redundant specs.
2878 (edebug-outside-overriding-local-map)
2879 (edebug-outside-overriding-terminal-local-map): Remove, unused.
2880 (edebug--display): Bind unread-command-events directly to nil rather
2881 than binding it to unread-command-events and later setting it to nil.
2882 (edebug--display): Kill edebug-eval-buffer here...
2883 (edebug--recursive-edit): ...rather than here.
2884 Bind standard-output and standard-input.
2885 (edebug-eval): Check cl-macroexpand-all is fboundp.
2886 (edebug-temp-display-freq-count): Fix last change.
2887
2888 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
2889 * subr.el (noreturn, 1value): Add `debug' spec.
2890 * emacs-lisp/advice.el: Require cl-lib.
2891 (ad-copy-tree): Remove, use copy-tree instead.
2892 (ad-dolist): Remove use dolist or cl-dolist instead.
2893 (ad-do-return): Remove, use cl-return instead.
2894 (defadvice): Add `debug' spec.
2895
5b68b333
JL
28962012-09-13 Juri Linkov <juri@jurta.org>
2897
2898 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
2899 (Bug#12399)
2900
b9800ec4
GM
29012012-09-13 Glenn Morris <rgm@gnu.org>
2902
6a2e6868
GM
2903 * calc/calc.el (math-compose-expr):
2904 * calc/calc-ext.el (math-compose-expr):
2905 * progmodes/cc-defs.el (cl-macroexpand-all):
2906 * progmodes/cc-langs.el (delete-duplicates, mapcan)
2907 (cl-macroexpand-all): Update declarations.
2908
b9800ec4
GM
2909 * vc/vc.el: No need to require ediff.
2910 (ediff-load-version-control): Declare.
2911 (ediff-vc-internal): Fix declaration.
2912 (vc-version-ediff): Require ediff.
2913
c18e885b
PE
29142012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2915
2916 Use a more backwards-compatible timer format (Bug#12430).
2917 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
2918 being right after USECS, as that better supports old code that
2919 inadvisedly looked directly at the timer vector.
2920
d607d303
KH
29212012-09-13 Kenichi Handa <handa@gnu.org>
2922
2923 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
2924 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
2925 `coding-priority' property of these language environment.
2926
72eac303
PE
29272012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2928
2929 Fix glitches caused by addition of psec to timers (Bug#12430).
2930 * image.el (image-animate-timer):
2931 * time.el (display-time-world-timer):
2932 Use timer--function and timer--args rather than raw access to
2933 timer vector.
2934
2168fe4f
GM
29352012-09-13 Glenn Morris <rgm@gnu.org>
2936
2937 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
2938 If not compiling a file, try using load-file-name.
2939
bd8d6108
SM
29402012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
2941
c0c54fbd
SM
2942 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
2943 Fix last change.
2944 (edebug-update-eval-list): Use `push'.
2945
bd8d6108
SM
2946 * emacs-lisp/edebug.el: Use lexical-binding.
2947 Remove the "edebug-" prefix from non-dynamically-scoped variables.
2948 Mark unused args with underscore.
2949 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
2950 (edebug-form-data): Use defvar-local.
2951 (edebug-make-before-and-after-form, edebug-make-after-form):
2952 Use backquote.
2953 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
2954 Not dynamically scoped any more.
2955 (edebug--enter-trace): Add arguments `function' and `args'.
2956 Rename from edebug-enter-trace.
2957 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
2958 (edebug--update-coverage): Add `after-index' and `value' args.
2959 Rename from edebug-update-coverage.
2960 (edebug-slow-after): Call it accordingly.
2961 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
2962 edebug-recursive-edit.
2963 (edebug--display): Call it accordingly. Add args `value',
2964 `offset-index', and `arg-mode'. Rename from edebug-display.
2965 (edebug-debugger, edebug): Call it accordingly.
2966 (edebug-eval-display-list): Use dolist.
2967
a9f9d9de
JL
29682012-09-12 Juri Linkov <juri@jurta.org>
2969
2970 * info.el (Info-search): Don't check for isearch-mode and
2971 isearch-regexp before let-binding search-spaces-regexp to
2972 Info-search-whitespace-regexp.
2973 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
2974 search-whitespace-regexp if isearch-lax-whitespace or
2975 isearch-regexp-lax-whitespace is non-nil.
2976 (Info-mode): Don't set local variable search-whitespace-regexp.
2977 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
2978
bfeae2cf
SM
29792012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2980
2981 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
2982 (debugger-env-macro): Remove support for unread-command-char.
2983
2984 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
2985 the temporary map re-appearing on emulation-mode-map-alists.
2986
2987 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
2988 since 22.1.
2989
2990 * ehelp.el (with-electric-help): Accept functions in
2991 electric-help-form-to-execute.
2992 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
2993 And replace unread-command-char -> unread-command-events.
2994
fbbcaf1b
MA
29952012-09-12 Michael Albinus <michael.albinus@gmx.de>
2996
2997 Sync with Tramp 2.2.6.
2998
2999 * net/tramp.el (tramp-accept-process-output): Don't use
3000 JUST-THIS-ONE in the XEmacs case.
3001
3002 * net/trampver.el: Update release number.
3003
4dece104
MR
30042012-09-12 Martin Rudalics <rudalics@gmx.at>
3005
bfeae2cf
SM
3006 * emacs-lisp/debug.el (debugger-previous-window-height):
3007 New variable.
4dece104
MR
3008 (debug): When debugger-jumping-flag is non-nil try to restore
3009 height of debugger window. (Bug#8789)
3010
45b82ad0
SM
30112012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3012
60c49c0f
SM
3013 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
3014 overriding-local-map and pre/post-command-hook here.
3015 (edebug-recursive-edit): Do it here instead (bug#12345).
3016 (edebug-outside-unread-command-char): Remove all uses of
3017 unread-command-char.
3018
45b82ad0
SM
3019 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
3020 inhibit-debugger is bound instead.
3021
baa26ea0
BG
30222012-09-11 Bastien Guerry <bzg@gnu.org>
3023
3024 * subr.el (set-temporary-overlay-map): Add a docstring.
fc0c31f8 3025 (Bug#12346)
baa26ea0 3026
04e8abfa
BG
30272012-09-11 Bastien Guerry <bzg@gnu.org>
3028
96d03571 3029 * minibuffer.el (completion-table-subvert): Fix docstring.
fc0c31f8 3030 (Bug#12347)
96d03571
BG
3031
30322012-09-11 Bastien Guerry <bzg@gnu.org>
3033
fc0c31f8 3034 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
04e8abfa 3035
04e082b0
MM
30362012-09-10 Michael R. Mauger <mmaug@yahoo.com>
3037
3038 * progmodes/sql.el: Version 3.1
3039 (sql-db2-escape-newlines): New variable.
3040 (sql-escape-newlines-filter): Use it.
3041
399a361b
JB
30422012-09-10 Juanma Barranquero <lekktu@gmail.com>
3043
3044 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
3045
0780c517
DN
30462012-09-10 Dan Nicolaescu <dann@gnu.org>
3047
45b82ad0
SM
3048 * vc/diff-mode.el (diff-mode-menu):
3049 Bind diff-remove-trailing-whitespace.
0780c517 3050
9b851e25
SM
30512012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3052
3053 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
fc0c31f8
JB
3054 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
3055 (emacs-lisp-byte-code-mode): New functions.
9b851e25
SM
3056 (eval-sexp-add-defvars): Don't skip defvars in column >0.
3057 (eval-defun-2): Remove bogus interactive spec.
3058 (lisp-indent-line): Remove redundant whole-exp code, now done in
3059 indent-according-to-mode.
3060 (save-match-data): Remove redundant indent data.
3061
3062 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
3063 Use `declare'.
3064
3231d532
JL
30652012-09-09 Juri Linkov <juri@jurta.org>
3066
3067 * replace.el (replace-regexp-lax-whitespace): New defcustom.
3068 (replace-lax-whitespace, query-replace-regexp)
3069 (query-replace-regexp-eval, replace-regexp): Doc fix.
3070 (perform-replace, replace-highlight): Let-bind
3071 isearch-lax-whitespace to replace-lax-whitespace and
3072 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
3073
3074 * isearch.el (isearch-query-replace): Let-bind
3075 replace-lax-whitespace to isearch-lax-whitespace and
3076 replace-regexp-lax-whitespace to
3077 isearch-regexp-lax-whitespace. (Bug#10885)
3078
70fe8236
SM
30792012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
3080
3081 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
3082
8ed43f15
AM
30832012-09-09 Alan Mackenzie <acm@muc.de>
3084
70fe8236
SM
3085 * progmodes/cc-engine.el (c-state-cache-init):
3086 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
3087 (c-record-parse-state-state):
3088 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
8ed43f15 3089
bfabf70a
AS
30902012-09-09 Andreas Schwab <schwab@linux-m68k.org>
3091
3092 * register.el (register-separator): Rename from
3093 separator-register. All uses changed. Doc fix.
3094 (register): Fix version.
3095
011474aa
CY
30962012-09-09 Chong Yidong <cyd@gnu.org>
3097
3098 * replace.el (query-replace-map): Bind four new symbols for
3099 requesting window scrolling.
3100
3101 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
3102 query-replace-map (Bug#8948).
3103
3104 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
3105
3106 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
3107 since they are now in query-replace-map.
3108
3109 * window.el (scroll-other-window-down): Make the arg optional.
3110
a8b7cd8d
CY
31112012-09-09 Chong Yidong <cyd@gnu.org>
3112
3113 * files.el (hack-local-variables-confirm): Use quit-window to kill
3114 the *Local Variables* buffer.
3115
c3268831
DG
31162012-09-08 Dmitry Gutov <dgutov@yandex.ru>
3117
3118 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
3119 not just expect to be at its beginning. Adjust callees.
3120 Succeed when do-end block has no space before the pipe character.
3121 (ruby-brace-to-do-end): When the original block is one-liner,
3122 convert to multiline. Reindent the result.
3123
0979429b
J
31242012-09-08 Jambunathan K <kjambunathan@gmail.com>
3125
3126 * register.el (register): New group.
27359e99 3127 (separator-register): New user option.
0979429b
J
3128 (increment-register): Route it to `append-to-register', if
3129 register contains text. Implication is that `C-x r +' can now be
3130 used for appending to a text register (bug#12217).
3131 (append-to-register, prepend-to-register): Add separator based on
5b9c45a6 3132 `separator-register'.
0979429b 3133
ace2989a
AM
31342012-09-08 Alan Mackenzie <acm@muc.de>
3135
3136 AWK Mode: make auto-newline work when there's "==" in the pattern.
3137 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
3138 correctly.
0979429b
J
3139 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
3140 Test more rigorously for "=" token.
ace2989a 3141
616c6c36
DG
31422012-09-08 Dmitry Gutov <dgutov@yandex.ru>
3143
0979429b
J
3144 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
3145 Only fail when reached LIMIT.
616c6c36 3146
35d98877
CY
31472012-09-08 Chong Yidong <cyd@gnu.org>
3148
3149 * dired.el (dired-mode-map): Don't bind M-=.
3150
3151 * dired-aux.el (dired-diff): Use backup file as default.
3152
1715f2db
DA
31532012-09-08 Drew Adams <drew.adams@oracle.com>
3154
3155 * subr.el (add-to-history): Fix delete usage (Bug#12314).
3156
6dcef6ec
CY
31572012-09-08 Chong Yidong <cyd@gnu.org>
3158
3159 * subr.el (syntax-after, syntax-class): Doc fix.
3160
fa2bcf43
MR
31612012-09-08 Martin Rudalics <rudalics@gmx.at>
3162
3163 * window.el (display-buffer-in-previous-window): New buffer
3164 display action function.
3165
3166 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
3167 (debugger-previous-window): New variable.
3168 (debug): Rewrite using display-buffer-in-previous-window,
3169 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
3170
daac280a
SM
31712012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3172
3173 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
3174
9dd40b00
MM
31752012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
3176
daac280a
SM
3177 * progmodes/python.el (python-shell-send-string):
3178 When default-directory is remote, create temp file on remote
9dd40b00
MM
3179 filesystem.
3180 (python-shell-send-file): When file is remote, pass local view of
3181 file paths to remote Python interpreter. (Bug#12340)
3182
145823ec
CY
31832012-09-07 Chong Yidong <cyd@gnu.org>
3184
cee2e90d
CY
3185 * window.el (switch-to-buffer): Doc fix (Bug#12181).
3186
0d7eb2ea
CY
3187 * files.el (after-find-file): Don't fail on a read-only buffer if
3188 require-final-newline is `visit' or `visit-save' (Bug#11156).
3189
145823ec
CY
3190 * subr.el (read-char-choice): Allow quitting via ESC ESC.
3191
daac280a
SM
3192 * userlock.el (ask-user-about-supersession-threat):
3193 Use read-char-choice (Bug#12093).
145823ec 3194
74c582e6
CY
31952012-09-07 Chong Yidong <cyd@gnu.org>
3196
e5c2edf7
CY
3197 * subr.el (buffer-narrowed-p): New function.
3198
3199 * ses.el (ses-widen):
3200 * simple.el (count-words--buffer-message):
1f9f395d 3201 * net/browse-url.el (browse-url-of-buffer): Use it.
e5c2edf7
CY
3202
3203 * simple.el (count-words-region): Don't signal an error if there
3204 is a non-nil prefix arg and the mark is not set.
c640e87d 3205
74c582e6
CY
3206 * help.el (describe-key-briefly): Allow the message to be seen
3207 when invoked from the minibuffer (Bug#7014).
3208
d81ceaaf
DG
32092012-09-07 Dmitry Gutov <dgutov@yandex.ru>
3210
3211 * progmodes/ruby-mode.el (ruby-end-of-defun)
3212 (ruby-beginning-of-defun): Simplify, allow indentation before
3213 block beginning and end keywords.
8f06acce
DG
3214 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
3215 (ruby-end-of-defun): Expect that the point is at the beginning of
3216 the defun.
d81ceaaf 3217
d458ef98
SM
32182012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3219
3220 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
3221 (bug#12367).
3222 (cl--make-usage-args): Strip _ from argument names.
3223
20367d28
RS
32242012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3225
3226 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
3227 obsolete alias speedbar-key-map.
3228 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
3229 (vhdl-index-menu-init): Don't use obsolete variable
3230 font-lock-maximum-size.
3231
3424a4f6
CY
32322012-09-06 Chong Yidong <cyd@gnu.org>
3233
3234 * frame.el (window-system-version): Mark as obsolete.
3235
fcbfbdea
CY
3236 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
3237 of obsolete variable speedbar-key-map.
3238
826b3235
JL
32392012-09-06 Juri Linkov <juri@jurta.org>
3240
3241 * replace.el (replace-lax-whitespace): New defcustom.
3242 (query-replace, query-replace-regexp, query-replace-regexp-eval)
3243 (replace-string, replace-regexp): Mention it in docstrings.
3244 (perform-replace, replace-highlight): Let-bind
3245 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
3246 to the values of replace-lax-whitespace and regexp-flag.
3247 Don't let-bind search-whitespace-regexp. (Bug#10885)
3248
3249 * isearch.el (isearch-query-replace): Let-bind
3250 replace-lax-whitespace instead of let-binding
3251 replace-search-function and replace-re-search-function.
3252 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
3253 and isearch-regexp-lax-whitespace to lazy-highlight variables.
3254 (isearch-toggle-symbol): Set isearch-regexp to nil
3255 in isearch-word mode (like in isearch-toggle-word).
3256
1ec5e41d
JL
32572012-09-06 Juri Linkov <juri@jurta.org>
3258
3259 * replace.el (replace-search-function)
3260 (replace-re-search-function): Set default values to nil.
3261 (perform-replace): Let-bind isearch-related variables based on
3262 replace-related values, call `isearch-search-fun' and let-bind
3263 the result to `search-function'. Remove code that sets
3264 `search-function' and `search-string' separately for
3265 `delimited-flag'.
3266 (replace-highlight): Add new argument `delimited-flag' and
3267 rename other arguments to the names used in `perform-replace'.
3268 Let-bind `isearch-word' to the argument `delimited-flag'.
3269 (Bug#10885, bug#10887)
3270
0ba2d4b6
DG
32712012-09-07 Dmitry Gutov <dgutov@yandex.ru>
3272
3273 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
3274 ruby-beginning-of-indent, simplify, allow all keywords to have
3275 indentation before them.
3276 (ruby-beginning-of-indent): Adjust for above. Search until the
3277 found point is not inside a string or comment.
3278 (ruby-font-lock-keywords): Allow symbols to start with "@"
3279 character, give them higher priority than variables.
3280 (ruby-syntax-propertize-function)
3281 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
3282 matchers. Expression expansions are not comments when inside a
3283 string, and there comment syntax status is irrelevant.
3284 (ruby-match-expression-expansion): New function. Check that
3285 expression expansion is inside a string, and it's not escaped.
3286 (ruby-font-lock-keywords): Use it.
3287
ef654460
MR
32882012-09-05 Martin Rudalics <rudalics@gmx.at>
3289
3290 * help.el (temp-buffer-max-height): New default value.
3291 (temp-buffer-resize-frames): New option.
3292 (resize-temp-buffer-window): Optionally resize frame.
3293
3294 * window.el (fit-frame-to-buffer-bottom-margin): New option.
3295 (fit-frame-to-buffer): New function.
3296
7e570fbf 32972012-09-05 Glenn Morris <rgm@gnu.org>
72308848
GM
3298
3299 * emulation/cua-rect.el (cua--init-rectangles):
3300 * textmodes/picture.el (picture-mode-map):
3301 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
3302 like forward-char and backward-char. (Bug#12317)
3303
7e570fbf 33042012-09-05 Leo Liu <sdl.web@gmail.com>
3aca1291
LL
3305
3306 * progmodes/flymake.el (flymake-warning-re): New variable.
3307 (flymake-parse-line): Use it.
3308
7e570fbf 33092012-09-05 Glenn Morris <rgm@gnu.org>
b6683353
GM
3310
3311 * calendar/holidays.el (holiday-christian-holidays):
3312 Rename an entry. (Bug#12289)
3313
7e570fbf 33142012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
64f8c4bd
SM
3315
3316 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
3317 (bug#12222).
3318
972debf2
SM
33192012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
3320
3321 * loadup.el: Load macroexp. Remove hack.
3322 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
3323 (macroexp--expand-all): Use it to get better warnings.
3324 (macroexp--backtrace, macroexp--trim-backtrace-frame)
3325 (internal-macroexpand-for-load): New functions.
3326 (macroexp--pending-eager-loads): New var.
3327 (emacs-startup-hook): New hack to replace one in loadup.el.
3328 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
3329 (cl--compiler-macro-cXXr): Move to top, before they can be used.
3330 (cl-psetf): Simplify.
3331 (cl-defstruct): Add indent rule.
3332
8ce192e3
LI
33332012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
3334
3335 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
3336 over `user-mail-address' for the SMTP MAIL FROM envelope.
3337 (smtpmail-via-smtp): Ditto.
3338
6578b4d8
DG
33392012-09-04 Dmitry Gutov <dgutov@yandex.ru>
3340
3341 * progmodes/ruby-mode.el: Clean up keybindings.
3342 (ruby-mode-map): Don't bind ruby-electric-brace,
3343 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
3344 backward-kill-word, reindent-then-newline-and-indent.
3345 (ruby-mark-defun): Remove.
3346 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
3347 (ruby-mode): Set local beginning-of-defun-function and
3348 end-of-defun-function values.
3349
c5e28e39
MR
33502012-09-03 Martin Rudalics <rudalics@gmx.at>
3351
3352 * window.el (temp-buffer-window-setup-hook)
3353 (temp-buffer-window-show-hook): New hooks.
3354 (temp-buffer-window-setup, temp-buffer-window-show)
3355 (with-temp-buffer-window): New functions.
972debf2
SM
3356 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
3357 (special-display-popup-frame): Make sure the window used shows BUFFER.
c5e28e39
MR
3358
3359 * help.el (temp-buffer-resize-mode): Fix doc-string.
3360 (resize-temp-buffer-window): New optional argument WINDOW.
3361
3362 * files.el (recover-file, save-buffers-kill-emacs):
3363 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
3364
73406194
MA
33652012-09-02 Michael Albinus <michael.albinus@gmx.de>
3366
3367 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
3368 remote definition of `default-directory', ensure we can connect.
3369
63dd1c6f
JL
33702012-09-02 Juri Linkov <juri@jurta.org>
3371
3372 Toggle whitespace matching mode with M-s SPC.
3373 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
3374
3375 * isearch.el (search-whitespace-regexp): Doc fix.
3376 Remove cons cell customization.
3377 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
3378 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
3379 New variables.
3380 (isearch-forward, isearch-forward-regexp): Doc fix.
3381 (isearch-toggle-lax-whitespace): New command.
3382 (search-forward-lax-whitespace, search-backward-lax-whitespace)
3383 (re-search-forward-lax-whitespace)
3384 (re-search-backward-lax-whitespace): New functions.
3385 (isearch-whitespace-regexp): Remove function.
3386 (isearch-query-replace): Let-bind replace-search-function and
3387 replace-re-search-function.
3388 (isearch-occur): Let-bind search-spaces-regexp according to the
3389 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
3390 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
3391 condition for C-q SPC.
3392 (isearch-search-fun-default): Use new functions mentioned above.
3393 (isearch-search-forward, isearch-search-backward): Remove functions.
3394 (isearch-search): Don't let-bind search-spaces-regexp.
3395 (isearch-lazy-highlight-space-regexp): Remove variable.
3396 (isearch-lazy-highlight-lax-whitespace)
3397 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
3398 (isearch-lazy-highlight-new-loop): Use them.
3399 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
3400
af7dda05
CY
34012012-09-02 Chong Yidong <cyd@gnu.org>
3402
3403 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
3404
d67d3afd
GM
34052012-09-02 Glenn Morris <rgm@gnu.org>
3406
3407 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
3408
69678719
GM
34092012-09-01 Glenn Morris <rgm@gnu.org>
3410
3411 * term.el: Tidy up menu definitions.
3412 (term-mode-map): Use easymenu for In/Out, Complete menus.
3413 (term-pager-break-map): Initialize in the defvar.
3414 (term-terminal-menu, term-signals-menu): Define with easymenu.
3415 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
3416 (term-pager-menu): New, extracted from term-process-pager.
3417 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
3418 (term-update-mode-line): Propertize line/char and page items.
3419 (term-process-pager): Move keymap initialization elsewhere.
3420
78dd6ab1
MR
34212012-09-01 Martin Rudalics <rudalics@gmx.at>
3422
3423 * window.el (switch-to-prev-buffer): Handle additional values of
3424 BURY-OR-KILL argument. Don't switch in minibuffer window.
3425 (switch-to-next-buffer): Don't switch in minibuffer window.
3426 (quit-restore-window): New function based on quit-window.
3427 Handle additional values of former KILL argument.
3428 (quit-window): Call quit-restore-window with appropriate
3429 interpretation of KILL argument.
3430 (display-buffer-below-selected): New buffer display action
3431 function.
3432
3d10e134
SM
34332012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
3434
3435 * minibuffer.el (completion-at-point-functions): Complete docstring
3436 (bug#12254).
3437
0e23ef9d
PE
34382012-09-01 Paul Eggert <eggert@cs.ucla.edu>
3439
3440 Better seed support for (random).
3441 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
3442 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
3443 * play/mpuz.el, play/tetris.el, play/zone.el:
3444 * calc/calc-comb.el (math-init-random-base):
3445 * play/blackbox.el (bb-init-board):
3446 * play/life.el (life):
3447 * server.el (server-use-tcp):
3448 * type-break.el (type-break):
3449 Remove unnecessary call to (random t).
3450 * net/sasl.el (sasl-unique-id-function):
3451 Change (random t) to (random), now that the latter is more random.
3452 * play/life.el (life-initialized): Remove no-longer-needed var.
3453
862382df
MR
34542012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
3455
3456 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
3457 Consider frame's buffer predicate when choosing the buffer.
3458 (Bug#12081)
3459
262a66e1
RS
34602012-08-30 Richard Stallman <rms@gnu.org>
3461
3462 * simple.el (special-mode-map): Delete binding for `z'.
3463
f17e1d00
AS
34642012-08-30 Andreas Schwab <schwab@linux-m68k.org>
3465
3466 * progmodes/compile.el (compilation-always-kill): Doc fix.
3467
24777832
CY
34682012-08-30 Chong Yidong <cyd@gnu.org>
3469
3470 * window.el (display-buffer-reuse-frames): Make the obsolescence
3471 message more informative.
3472
69ba1f04
GM
34732012-08-30 Glenn Morris <rgm@gnu.org>
3474
3475 * paren.el (show-paren-delay):
3476 Add a :set function. Doc fix. (Bug#12297)
3477
f0019ede
MB
34782012-08-29 Martin Blais <blais@furius.ca> (tiny change)
3479
3480 * progmodes/compile.el (compilation-always-kill): New var.
3481 (compilation-start): Use it.
3482
35e62fc9
SM
34832012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3484
af070a1c
SM
3485 * simple.el (read-only-mode): Move from files.el for bootstrapping.
3486 * files.el (read-only-mode): Move to simple.el.
3487
35e62fc9
SM
3488 * files.el (read-only-mode): New minor mode.
3489 (toggle-read-only): Use it and mark obsolete.
3490 (find-file--read-only):
3491 * vc/vc.el (vc-next-action, vc-checkout):
3492 * vc/vc-cvs.el (vc-cvs-checkout):
3493 * obsolete/vc-mcvs.el (vc-mcvs-update):
3494 * ffap.el (ffap--toggle-read-only): Update callers.
3495
c2c43c23
MA
34962012-08-29 Michael Albinus <michael.albinus@gmx.de>
3497
3498 * eshell/esh-ext.el (eshell-external-command): Do not examine
972debf2
SM
3499 remote shell scripts.
3500 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
c2c43c23
MA
3501
3502 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
3503 "/usr/local/sbin".
3504
9fba804b
SM
35052012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3506
3507 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
3508
eada0861 35092012-08-28 Leo Liu <sdl.web@gmail.com>
22ab32ef 3510
806f0cc7
LL
3511 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
3512 completion-at-point. (Bug#12220)
3513
3bb213b9
LL
3514 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
3515
22ab32ef
LL
3516 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
3517
eada0861 35182012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
db148c21 3519
19c17fc1
CY
3520 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
3521 be buffer-local; add delete-trailing-whitespace (bug#12259).
db148c21 3522
eada0861 35232012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
ffe6eaf1
JM
3524
3525 * progmodes/hideif.el (hif-compress-define-list):
3526 Fix typo. (Bug#11951)
3527
eada0861 35282012-08-28 Dan Nicolaescu <dann@gnu.org>
d30aca1b
DN
3529
3530 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
3531 buffer local setting.
3532
27d6c5a8
LL
3533 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
3534 rcirc-encode-coding-system.
3535
eada0861 35362012-08-28 Leo Liu <sdl.web@gmail.com>
4432d2e2
LL
3537
3538 * net/rcirc.el (rcirc-split-message): New function.
3539 (rcirc-send-message): Use it. (Bug#12051)
3540
d44688e4
JL
35412012-08-28 Juri Linkov <juri@jurta.org>
3542
3543 * info.el (Info-fontify-node): Hide empty lines at the end of
3544 the node. (Bug#12272)
3545
34f10d41
MR
35462012-08-27 Drew Adams <drew.adams@oracle.com>
3547
3548 * dired.el (dired-pop-to-buffer): Make window start at beginning
3549 of buffer (Bug#12281).
3550
77f1f99c
CY
35512012-08-26 Chong Yidong <cyd@gnu.org>
3552
3553 * window.el (special-display-regexps, special-display-frame-alist)
3554 (special-display-buffer-names, special-display-function)
3555 (display-buffer-reuse-frames): Mark as obsolete.
3556
3557 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
3558
3559 * help.el (help-print-return-message): Don't treat
3560 display-buffer-reuse-frames specially.
3561
d97af5a0
CY
35622012-08-26 Chong Yidong <cyd@gnu.org>
3563
9fba804b
SM
3564 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
3565 New variable, replacing gdb-frame-parameters.
d97af5a0
CY
3566 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
3567 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
3568 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
3569 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
3570 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
3571 the functions directly with gdb-display-buffer-other-frame-action.
3572 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
3573 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
3574 (gdb-display-stack-buffer, gdb-display-locals-buffer)
3575 (gdb-display-registers-buffer): Define directly.
3576 (def-gdb-display-buffer): Macro deleted.
3577 (gdb-display-buffer): Remove second and third args, callers don't
3578 use them. Defer to the default display-buffer behavior, apart
3579 from making windows dedicated.
3580 (gdb-setup-windows): Don't call display-buffer unnecessarily.
3581
3582 * progmodes/gud.el (gud-display-line): Just use display-buffer.
3583
3584 * window.el (display-buffer-pop-up-frame): Handle a
3585 pop-up-frame-parameters alist entry.
3586 (display-buffer): Document it.
3587
dd7ffad6
CY
35882012-08-26 Chong Yidong <cyd@gnu.org>
3589
3590 * isearch.el (search-whitespace-regexp): Make string and nil
3591 values apply to both ordinary and regexp search. Allow a cons
3592 cell value to distinguish between the two.
3593 (isearch-whitespace-regexp, isearch-search-forward)
3594 (isearch-search-backward): New functions.
3595 (isearch-occur, isearch-search-fun-default, isearch-search)
3596 (isearch-lazy-highlight-new-loop): Use them.
3597 (isearch-forward, isearch-forward-regexp): Doc fix.
3598
4c47bd1e
CY
35992012-08-26 Chong Yidong <cyd@gnu.org>
3600
3601 * faces.el (help-argument-name): Always inherit from italic
3602 (Bug#12213).
3603
9aba119d
MR
36042012-08-25 Martin Rudalics <rudalics@gmx.at>
3605
3606 * window.el (window--even-window-heights): Even heights when
3607 WINDOW and the selected window form a vertical combination.
3608 (display-buffer-use-some-window): Provide that window used gets
3609 sized back by quit-window. (Bug#11880) and (Bug#12091)
3610
ca5256ad
PE
36112012-08-24 Paul Eggert <eggert@cs.ucla.edu>
3612
3613 Fix file time stamp problem with bzr and CVS (Bug#12001).
3614 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
3615 in the file's time stamp, since the version control system loses
3616 that information.
3617
d1c0d176
JL
36182012-08-22 Juri Linkov <juri@jurta.org>
3619
3620 * info.el (Info-fontify-node): Hide the suffix of the
3621 Info file name in the header line. (Bug#12187)
3622
141562ff
GM
36232012-08-22 Glenn Morris <rgm@gnu.org>
3624
3625 * calendar/cal-tex.el (cal-tex-weekly-common):
3626 Restore leading blank page.
3627
3a21537c 36282012-08-22 Le Wang <l26wang@gmail.com>
add9ca2d
BG
3629
3630 * misc.el (forward-to-word, backward-to-word): Activate or extend
61a48e19
GM
3631 the region under `shift-select-mode'. (Bug#12231)
3632
36332012-08-22 Bastien Guerry <bzg@gnu.org>
0fcd3d9f
BG
3634
3635 * progmodes/executable.el (executable-prefix): Set to "#!" instead
3636 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
3637 gives details on why the space is never needed.
3638
ea95074e
MR
36392012-08-22 Martin Rudalics <rudalics@gmx.at>
3640
9fba804b
SM
3641 * window.el (walk-window-tree, window-with-parameter):
3642 New optional argument MINIBUF to control whether these functions
ea95074e
MR
3643 should run on the minibuffer window.
3644 (window-at-side-list): Don't operate on minibuffer window.
3645 (window-in-direction): Simplify and rewrite doc-string.
9fba804b
SM
3646 (window--size-ignore): Rename to window--size-ignore-p.
3647 Update callers.
caceae25
MR
3648 (display-buffer-in-atom-window, window--major-non-side-window)
3649 (window--major-side-window, display-buffer-in-major-side-window)
9fba804b
SM
3650 (delete-side-window, display-buffer-in-side-window):
3651 New functions.
caceae25
MR
3652 (window--side-check, window-deletable-p, delete-window)
3653 (delete-other-windows, split-window): Handle side windows and
3654 atomic windows appropriately.
3655 (window--display-buffer): Call display-buffer-record-window also
3656 when the window buffer did not change.
ea95074e 3657
80a51fa0
CS
36582012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
3659
3660 * help-fns.el (help-fns--key-bindings):
3661 Abbreviate non-symbol remap targets. (Bug#12174)
3662
fbb6300b
MR
36632012-08-22 Martin Rudalics <rudalics@gmx.at>
3664
3665 * dired.el (dired-mark-remembered): Don't clobber point.
3666 (Bug#11795)
3667
2b2c0794
GM
36682012-08-22 Glenn Morris <rgm@gnu.org>
3669
3670 * progmodes/bug-reference.el (bug-reference): New custom group.
3671 (bug-reference-bug-regexp): Make it a defcustom.
3672
37219830
DU
36732012-08-22 Daiki Ueno <ueno@unixuser.org>
3674
3675 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
3676 (js-paren-indent-offset, js-square-indent-offset)
3677 (js-curly-indent-offset): Add :safe (Bug#12257).
3678
94e0e559
EC
36792012-08-22 Edward O'Connor <hober0@gmail.com>
3680
3681 * json.el (json-key-format): Add error properties.
3682 (json-encode-key): New function.
3683 (json-encode-hash-table, json-encode-alist, json-encode-plist):
3684 Use json-encode-key.
3685
da485f5e
GM
36862012-08-22 Glenn Morris <rgm@gnu.org>
3687
3688 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
3689 (cal-tex-leftday, cal-tex-rightday): Remove functions.
3690 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
3691 Update for above change.
3692
c6cc78b8
AS
36932012-08-21 Andreas Schwab <schwab@linux-m68k.org>
3694
3695 * cus-face.el (custom-face-attributes): Fix customize type for the
3696 :underline attribute. (Bug#11805)
3697
5481664a
MR
36982012-08-21 Martin Rudalics <rudalics@gmx.at>
3699
3700 * window.el (window-point-1, set-window-point-1): Remove.
3701 (window-in-direction, record-window-buffer)
3702 (set-window-buffer-start-and-point, split-window-below)
9fba804b
SM
3703 (window--state-get-1, display-buffer-record-window):
3704 Replace calls to window-point-1 and set-window-point-1 by calls to
5481664a
MR
3705 window-point and set-window-point respectively.
3706
6d74698e
GM
37072012-08-21 Glenn Morris <rgm@gnu.org>
3708
b7fa2691
GM
3709 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
3710 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
3711 Use it.
3712
52f56d5a
GM
3713 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
3714 (cal-tex-shortday): New function.
3715 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
3716 (cal-tex-cursor-filofax-daily): Use the above.
3717
9f1ee09e
GM
3718 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
3719 New functions.
3720 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
3721 (cal-tex-cursor-filofax-week): Use them.
3722
79858159
GM
3723 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
3724 New constants.
3725 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
3726 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
3727
d346b2b4
GM
3728 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
3729 (cal-tex-end-document): Don't rely on buffer name.
3730
b2403709
GM
3731 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
3732 Use cal-tex-vspace.
3733 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
3734 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
2d225a3a
GM
3735 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
3736 Use cal-tex-arg.
b2403709 3737
1cebb5c0
GM
3738 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
3739 (cal-tex-cursor-week, cal-tex-cursor-week2)
3740 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
3741 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3742 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
3743 (cal-tex-insert-preamble, cal-tex-b-document)
3744 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
3745 Improve cal-tex-cmd usage.
3746
c68cd5d4
GM
3747 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
3748 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
3749 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
3750 (cal-tex-weekly-paper): New function.
3751 (cal-tex-cursor-week, cal-tex-cursor-week2)
3752 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
3753 (cal-tex-cursor-day): Use it.
3754
9dca4801
GM
3755 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
3756 (cal-tex-cursor-filofax-week): Remove leading blank page.
3757
1941e134
GM
3758 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
3759 Add autoload cookie. For now at least, don't use color, since
3760 no other cal-tex function does.
3761
6d74698e
GM
3762 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
3763 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3764 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
3765
64cde199
JL
37662012-08-21 Juri Linkov <juri@jurta.org>
3767
3768 * info.el (Info-file-attributes): New variable.
3769 (info-insert-file-contents): Add file attributes to
3770 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
3771 `Info-toc-nodes' when previous modtime of the Info file is less
3772 than new modtime.
3773 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
3774 of info.el. (Bug#12230)
3775
32757648
GM
37762012-08-20 Glenn Morris <rgm@gnu.org>
3777
3778 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
3779 * calendar/holidays.el (calendar-holiday-list):
3780 Report errors with display-warning rather than beep'n'sleep.
3781
a32fbbcf
MA
37822012-08-20 Michael Albinus <michael.albinus@gmx.de>
3783
3784 * net/tramp.el (tramp-accept-process-output): Accept only output
3785 from PROC. Otherwise, process filters and sentinels might be
3786 confused. (Bug#12145)
3787
a05731a0
CY
37882012-08-20 Chong Yidong <cyd@gnu.org>
3789
3790 * descr-text.el (describe-text-properties-1): Use overlays-in to
3791 report on empty overlays (Bug#3322).
3792
36e8d1eb
GM
37932012-08-20 Glenn Morris <rgm@gnu.org>
3794
3d300447
GM
3795 * mail/rmailout.el (rmail-output-read-file-name):
3796 Trap and report errors in rmail-output-file-alist elements.
3797
36e8d1eb
GM
3798 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
3799 since most non-font-lock faces are not also variables).
3800
b96e5814
ER
38012012-08-20 Edward Reingold <reingold@iit.edu>
3802
3803 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
3804 New function. (Bug12160)
3805
7cef3569
GM
38062012-08-19 Glenn Morris <rgm@gnu.org>
3807
3808 * mail/rmailout.el (rmail-output-read-file-name):
3809 Fix previous change (when the alist is nil or does not match).
3810
17975d7f
CY
38112012-08-19 Chong Yidong <cyd@gnu.org>
3812
3813 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
3814 (Bug#12228).
3815
2170b1bd
CY
38162012-08-18 Chong Yidong <cyd@gnu.org>
3817
3818 * simple.el (yank-handled-properties): New defcustom.
3819 (yank-excluded-properties): Add font-lock-face and category.
3820 (yank): Doc fix.
3821
9fba804b
SM
3822 * subr.el (remove-yank-excluded-properties):
3823 Obey yank-handled-properties. The special handling of font-lock-face
2170b1bd
CY
3824 and category is now done this way, instead of being hard-coded.
3825 (insert-for-yank-1): Remove font-lock-face handling.
3826 (yank-handle-font-lock-face-property)
3827 (yank-handle-category-property): New function.
3828
ee218151
GM
38292012-08-17 Glenn Morris <rgm@gnu.org>
3830
3831 * mail/rmailout.el (rmail-output-read-file-name):
3832 Check rmail-output-file-alist against the full message body
3833 in the correct rmail buffer. (Bug#12214)
3834
4a6bc3fd
MA
38352012-08-17 Michael Albinus <michael.albinus@gmx.de>
3836
9fba804b
SM
3837 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3838 Eliminate superfluous prompt. (Bug#12203)
4a6bc3fd 3839
383dcbf9
CY
38402012-08-17 Chong Yidong <cyd@gnu.org>
3841
3842 * mouse.el (mouse-appearance-menu): If x-select-font returns a
3843 font spec, set the font directly (Bug#3228).
3844
998c4a6a
MR
38452012-08-17 Martin Rudalics <rudalics@gmx.at>
3846
3847 * window.el (delete-window): Fix last fix.
3848
52162052
MR
38492012-08-16 Martin Rudalics <rudalics@gmx.at>
3850
3851 * window.el (window-valid-p): Move to window.c.
85c2386b
MR
3852 (window-child, window-child-count, window-last-child)
3853 (window-normalize-window, window-combined-p)
3854 (window-combinations, window-atom-root, window-min-size)
3855 (window-sizable, window-sizable-p, window-size-fixed-p)
3856 (window-min-delta, window-max-delta, window--resizable)
3857 (window--resizable-p, window-resizable, window-total-size)
3858 (window-full-height-p, window-full-width-p, window-body-size)
3859 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
3860 (minimize-window, window-deletable-p, delete-window)
3861 (delete-other-windows, set-window-buffer-start-and-point)
3862 (next-buffer, previous-buffer, split-window, balance-windows-2)
3863 (set-window-text-height, window-buffer-height)
3864 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
9fba804b
SM
3865 (truncated-partial-width-window-p): Minor code adjustments.
3866 In doc-strings state whether the argument window has to denote a
85c2386b 3867 live, valid or any window.
52162052 3868
1c308380
PS
38692012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
3870
3871 * progmodes/subword.el (subword-forward-function)
3872 (subword-backward-function, subword-forward-regexp)
3873 (subword-backward-regexp): New variables.
3874 (subword-forward, subword-forward-internal, subword-backward-internal):
3875 Use new variables, eg so that different "word" definitions
3876 can be easily used. (Bug#11411)
3877
94c9ece1
SM
38782012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3879
3880 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
3881 for composite selectors.
3882 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
3883 operation just because we can't find a previous revision.
3884
f2045622
CY
38852012-08-15 Chong Yidong <cyd@gnu.org>
3886
3887 * frame.el (set-frame-font): Accept font objects.
3888
582db660
SM
38892012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3890
3891 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
3892
2f29c200
WJ
38932012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
3894
456e62c2
WJ
3895 * man.el (Man-overstrike-face, Man-underline-face)
3896 (Man-reverse-face): Remove variables.
3897 (Man-overstrike, Man-underline, Man-reverse): New faces.
3898 (Man-fontify-manpage): Use them instead of the variables.
3899 (Man-cleanup-manpage): Comment change.
3900 (Man-ansi-color-map): New variable.
3901 (Man-fontify-manpage): Use it.
3902 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
3903
2f29c200
WJ
3904 Implement ANSI SGR parameters 22-27 (bug#12146).
3905 * ansi-color.el (ansi-colors): Doc fix.
3906 (ansi-color-context, ansi-color-context-region): Doc fix.
3907 (ansi-color--find-face): New function.
3908 (ansi-color-apply, ansi-color-apply-on-region): Use it.
3909 Rename the local variable `face' to `codes' since it is now a list of
3910 ansi codes. Doc fix.
3911 (ansi-color-get-face): Remove.
3912 (ansi-color-parse-sequence): New function, derived from
3913 ansi-color-get-face.
3914 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
3915 codes 22-27.
3916
b4f5e9df
SM
39172012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
3918
3919 * subr.el (read-passwd): Allow use from a minibuffer.
3920
ba025fbd
EZ
39212012-08-14 Eli Zaretskii <eliz@gnu.org>
3922
3923 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
3924 inside comments and strings as identifiers.
3925
3926 * progmodes/gud.el (gud-tooltip-print-command): Quote the
3927 expression to evaluate. This allows to evaluate expressions with
3928 embedded whitespace.
3929 (gud-tooltip-tips): Add a blank before the newline in the
3930 message-box text, for the benefit of message-box emulation on
3931 MS-Windows.
3932
3933 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
3934 messages from GDB, pop them up in a tooltip to give feedback to
3935 user.
b4f5e9df
SM
3936 (gdb-tooltip-print-1): Quote the expression to evaluate.
3937 This allows to evaluate expressions with embedded whitespace.
ba025fbd
EZ
3938 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
3939 if the TTY name is nil or empty (which happens when communicating
3940 with the inferior via pipes, e.g. on MS-Windows).
3941 (gdb-internals): If GDB sends a "&\n" empty debugging message,
3942 don't send that to the GUD buffer.
3943
c548f821
GM
39442012-08-14 Glenn Morris <rgm@gnu.org>
3945
3946 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
3947 Optimize away setq-default with no args, as for setq. (Bug#12195)
3948
55802e4a
CY
39492012-08-14 Chong Yidong <cyd@gnu.org>
3950
4abcdac8
CY
3951 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
3952
55802e4a
CY
3953 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
3954 (Bug#12085).
3955
3c3cda1a
GM
39562012-08-14 Glenn Morris <rgm@gnu.org>
3957
3958 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
3959
e1873bd0
MA
39602012-08-14 Michael Albinus <michael.albinus@gmx.de>
3961
3962 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
3963 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3964 Use cached shell name.
3965
925411b4
FEG
39662012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
3967
3968 * progmodes/python.el (python-shell-send-string):
3c3cda1a 3969 (python-shell-send-setup-code): Do not use `format' with `message'.
925411b4 3970
e636fafe
DG
39712012-08-14 Dmitry Gutov <dgutov@yandex.ru>
3972
3973 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
3974 (ruby-percent-literal-beg-re): New constant.
3975 (ruby-syntax-general-delimiters-goto-beg): Rename to
3976 `ruby-syntax-enclosing-percent-literal', improve literal type check.
3977 (ruby-syntax-propertize-general-delimiters): Rename to
3978 `ruby-syntax-propertize-percent-literal', it's a shorter and more
3979 popular term. Adjust comments everywhere.
3980 (ruby-syntax-propertize-percent-literal): Only propertize when not
3981 inside a simple string or comment. When the literal is unclosed,
3982 leave the text after it unpropertized.
f063063a
DG
3983 (ruby-syntax-methods-before-regexp): New constant.
3984 (ruby-syntax-propertize-function): Use it to recognize regexps.
3985 Don't look at the text after regexp, just use the whitelist.
e636fafe 3986
e5b19827
AS
39872012-08-14 Andreas Schwab <schwab@linux-m68k.org>
3988
3989 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
3990 non-nil always load the compiled file if it exists. (Bug#12197)
3991
a9f6f311
CY
39922012-08-14 Chong Yidong <cyd@gnu.org>
3993
3994 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
3995 (hi-lock-set-pattern): When deciding whether to use font lock or
3996 overlays, look at font-lock-mode instead of font-lock-fontified
3997 (Bug#12168).
3998 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
3999 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
4000
7d806b1e
DU
40012012-08-14 Daiki Ueno <ueno@unixuser.org>
4002
4003 * subr.el (internal--after-with-selected-window): Fix typo
4004 (Bug#12193).
4005
5beed586
FEG
40062012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
4007
4008 Use `completion-table-dynamic' for completion functions.
4009 * progmodes/python.el
4010 (python-shell-completion--do-completion-at-point)
e636fafe
DG
4011 (python-shell-completion--get-completions):
4012 Remove functions.
5beed586
FEG
4013 (python-shell-completion-complete-at-point): New function.
4014 (python-completion-complete-at-point): Use it.
4015
92cb3b04
J
40162012-08-13 Jambunathan K <kjambunathan@gmail.com>
4017
4018 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
4019 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
4020
89660017
SM
40212012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
4022
3c98c962
SM
4023 * subr.el (function-get): Refine `autoload' arg so it can also
4024 autoload functions for gv.el (bug#12191).
4025 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
4026 autoloads macros.
4027
aa7c6dbe
SM
4028 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
4029 Prefer pcase-let over destructuring-bind.
4030 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
4031 Also, remove whitespace as we go, rather than after accumulating the
4032 various places.
4033
89660017
SM
4034 * subr.el (internal--before-with-selected-window)
4035 (internal--after-with-selected-window): Fix typo seleted->selected.
4036 (with-selected-window): Adjust callers.
4037 Reported by Dmitry Gutov <dgutov@yandex.ru>.
4038
31cd32c9
BG
40392012-08-13 Bastien Guerry <bzg@gnu.org>
4040
0fcd3d9f 4041 * window.el (special-display-popup-frame): Minor docstring
31cd32c9
BG
4042 enhancement. (Bug#12172)
4043
1b15d8ad
AS
40442012-08-13 Andreas Schwab <schwab@linux-m68k.org>
4045
31e54db0
AS
4046 * tar-mode.el (tar-header-data-end): Only ignore size for files of
4047 type 1-6.
4048 (tar-header-block-summarize, tar-get-descriptor): Handle pax
4049 extended headers.
4050
1b15d8ad
AS
4051 * files.el (hack-local-variables-filter): Remove useless eval.
4052
35cb9c06
MR
40532012-08-13 Martin Rudalics <rudalics@gmx.at>
4054
4055 * subr.el (with-selected-window): Fix last change.
4056
1439443b
SM
40572012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4058
4059 * subr.el (internal--before-with-seleted-window)
4060 (internal--after-with-seleted-window): New functions.
1b15d8ad
AS
4061 (with-selected-window): Use them, to replace dependency on
4062 tty-top-frame.
1439443b 4063
0d9e2599
NN
40642012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
4065
4066 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
4067 binding for `newline'.
4068 (ruby-move-to-block): When moving backward, stop at block opening,
4069 not indentation.
4070 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
4071 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
4072 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
4073 `ruby-toggle-block'.
4074
ba10c48c
SM
40752012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4076
4077 * ibuffer.el (ibuffer-do-toggle-read-only):
4078 * dired.el (dired-toggle-read-only):
4079 * buff-menu.el (Buffer-menu-toggle-read-only):
4080 * bindings.el (mode-line-toggle-read-only):
4081 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
4082
9229c658
AS
40832012-08-12 Andreas Schwab <schwab@linux-m68k.org>
4084
4085 * descr-text.el (describe-char): Put the overlays over the
4086 "displayed as" character.
4087
0fd09128
JB
40882012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
4089
4090 * calc/calc-units.el (math-default-units-table): Give an
4091 initial value.
4092 (math-put-default-units): Add options to put composite units and
4093 unit systems in the default units table.
4094 (calc-convert-units): Send composite units to
4095 `math-put-default-units' when appropriate.
4096
9ff9402d 40972012-08-11 Glenn Morris <rgm@gnu.org>
7aacaf15 4098
fbb5e336
GM
4099 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
4100
7aacaf15
GM
4101 * tutorial.el (help-with-tutorial):
4102 * emacs-lisp/copyright.el (copyright-update-directory):
4103 * emacs-lisp/autoload.el (autoload-find-generated-file)
4104 (autoload-find-file): Disable local eval: (for insurance).
4105
f40b9f10
GM
4106 * files.el (hack-local-variables-filter): If an eval: form is not
4107 known to be safe, and enable-local-variables is :safe, then ignore
4108 the form totally, as is done for non-eval forms. (Bug#12155)
6f97980a 4109 This is CVE-2012-3479.
f40b9f10 4110
daa9f1a6
SM
41112012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
4112
4113 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
4114 (rx-form): Simplify.
4115
9cd80478
DG
41162012-08-09 Dmitry Gutov <dgutov@yandex.ru>
4117
0d9e2599
NN
4118 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
4119 ?, _, and : are symbol constituents, ! is not (but kinda should be).
4120 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
4121 (ruby-syntax-propertize-function): Adjust for changes in
4122 `ruby-syntax-propertize-heredoc'.
4123
41242012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
4125
9cd80478
DG
4126 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
4127 binding (use `M-;' instead).
9cd80478 4128 (ruby-singleton-class-p): New function.
0d9e2599 4129 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
9cd80478 4130
d301b413
SM
41312012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
4132
4133 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
4134
1530c98e
CY
41352012-08-10 Chong Yidong <cyd@gnu.org>
4136
4137 * progmodes/python.el (python-shell-get-process-name): Don't mess
4138 with same-window-buffer-names.
4139
4140 * eshell/eshell.el (eshell-add-to-window-buffer-names)
4141 (eshell-remove-from-window-buffer-names): Make obsolete.
4142 (eshell-buffer-name, eshell-unload-hook): Don't use them.
4143 (eshell): Just use pop-to-buffer-same-window instead.
4144
e1293765
CY
41452012-08-10 Chong Yidong <cyd@gnu.org>
4146
4147 * bindings.el: Bind M-= back to count-words-region.
4148
4149 * simple.el (count-words-region): Accept a prefix arg for acting
4150 on the entire buffer.
4151 (count-words--buffer-message): New helper function.
4152
e1894109
SM
41532012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
4154
4155 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
4156 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
4157 (event-start, event-end): Use posn-at-point to return a more
4158 informative posn.
4159 (posnp): New function.
4160 * mouse.el (popup-menu-normalize-position): Use it.
4161
c69f56a2
MY
41622012-08-10 Masatake YAMATO <yamato@redhat.com>
4163
4164 * mouse.el (popup-menu-normalize-position): New function.
4165 (popup-menu): Use `popup-menu-normalize-position' to normalize
4166 the form for POSITION argument.
4167
4168 * term/x-win.el (x-menu-bar-open):
4169 Use the value returend from (posn-at-point) as position
4170 passed to `popup-menu'.
4171
31673780
JB
41722012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
4173
4174 * calc/calccomp.el (math-compose-expr): Add extra argument
4175 indicating that parentheses should be put around products in
4176 denominators. Give multiplication precedence over division during
4177 composition.
4178
dab7711b
CY
41792012-08-09 Chong Yidong <cyd@gnu.org>
4180
dee4ef93
CY
4181 * man.el (Man-switches, Man-sed-command, Man-awk-command)
4182 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
4183 (Man-untabify-command, manual-program): Convert to defcustom
4184 (Bug#10429).
4185
73e2bbc5
CY
4186 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
4187
3e861c8a
CY
4188 * descr-text.el (describe-char): Don't insert extra newlines
4189 (Bug#10127).
4190
a9f5a649
CY
4191 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
4192 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
4193
dab7711b
CY
4194 * align.el (align-region): Delete temporary markers (Bug#10047).
4195 Plus some code cleanups.
4196
e0cc4efa
FEG
41972012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
4198
4199 * progmodes/python.el (python-pdbtrack-tracked-buffer)
4200 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
4201 (python-shell-internal-last-output): Use make-local-variable
4202 instead of make-variable-buffer-local.
4203
489af14f
FEG
42042012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
4205
4206 * progmodes/python.el: Enhancements to forward-sexp.
4207 (python-nav-forward-sexp): Rename from
4208 python-nav-forward-sexp-function.
c69f56a2
MY
4209 (python-nav--forward-sexp, python-nav--backward-sexp):
4210 New functions.
489af14f 4211
0fc50303
JB
42122012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
4213
4214 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
4215 modes and simplification modes.
4216
5d65606a
SM
42172012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
4218
4219 * delsel.el (delete-selection-pre-hook): Don't propagate the
4220 file-supersession signals (bug#12161).
4221
4250fdf5
SM
42222012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4223
4224 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
4225 (cl-map-extents): Add compatibility aliases (bug#12135).
4226
d9f9b465
MA
42272012-08-08 Michael Albinus <michael.albinus@gmx.de>
4228
4229 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
4230 tests by `ignore-error'.
4231 (tramp-find-shell): Open also a new shell, when cache is already
4232 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
4233
ce0fcefa
JL
42342012-08-08 Juri Linkov <juri@jurta.org>
4235
4236 * bookmark.el: Add `defaults' property to the bookmark record.
4237 (bookmark-current-buffer): Doc fix.
4238 (bookmark-make-record): Add `defaults' property with default values
4239 to the bookmark record.
4240 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
4241 with `bookmark-insert-current-bookmark'.
4242 (bookmark-set): Get `defaults' property from the bookmark record
4243 and use it in `read-from-minibuffer'.
4244 (bookmark-insert-current-bookmark): Remove function.
4245
4246 * info.el (Info-bookmark-make-record): Add `defaults' property
4247 with values of canonical Info node name, the current Info file
4248 name and the current Info node name. (Bug#12107)
4249
53fa8652
JL
42502012-08-08 Juri Linkov <juri@jurta.org>
4251
4252 * files.el (basic-save-buffer): Use `buffer-name' as the default
4253 of `read-file-name' when buffer is not visiting a file (bug#12128).
4254
242c0a95
JL
42552012-08-08 Juri Linkov <juri@jurta.org>
4256
4257 * info.el (Info-isearch-search): Doc fix.
4258 (Info-search): Change search-failed message from "initial node" to
4259 "end of node" (bug#12078).
4260 (Info-isearch-search): Change `isearch-string-state' to
4261 `isearch--state-string'.
4262
32ac3a6b
GM
42632012-08-08 Glenn Morris <rgm@gnu.org>
4264
4265 * language/persian.el: Remove file.
f8c1afd5 4266 * language/misc-lang.el: Move unique part of persian.el here.
32ac3a6b
GM
4267 * loadup.el: Remove language/persian.
4268
2c2d9c9c
OF
42692012-08-08 Óscar Fuentes <ofv@wanadoo.es>
4270
4271 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
4272
2d79ec42
FEG
42732012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
4274
3c855b96 4275 * progmodes/python.el: Fix defsubst warning.
2d79ec42
FEG
4276 (python-syntax-context) Rename from python-info-ppss-context.
4277 (python-syntax-context-type): Rename from
4278 python-info-ppss-context-type.
4279 (python-syntax-comment-or-string-p): Rename from
4280 python-info-ppss-comment-or-string-p.
4281
2bd255dd
JB
42822012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
4283
4284 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
4285
c395097f
AS
42862012-08-07 Andreas Schwab <schwab@linux-m68k.org>
4287
6125983e
AS
4288 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
4289 a defcustom that is quoted with backquote.
4290
4250fdf5
SM
4291 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
4292 Fix handling of interactive spec when the body uses return.
651eaf36
AS
4293 (math-do-arg-check, math-define-function-body): Use backquote forms.
4294 * calc/calc-ext.el (math-defcache): Likewise.
4295 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
4296 * allout.el (allout-new-exposure): Likewise.
4297 * calc/calcalg2.el (math-tracing-integral): Likewise.
4298 * info.el (Info-last-menu-item): Likewise.
4299 * emulation/vip.el (vip-loop): Likewise.
4300 * textmodes/artist.el (artist-funcall): Likewise.
4301 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
4302 Construct menu-item directly.
4303
4250fdf5
SM
4304 * progmodes/autoconf.el (font-lock-syntactic-keywords):
4305 Don't declare.
c395097f 4306
5fb50dd3
CY
43072012-08-07 Chong Yidong <cyd@gnu.org>
4308
4309 * simple.el (deactivate-mark): Preserve text properties when
4310 saving the primary selection (Bug#8384).
4311
54eea618
KR
43122012-08-07 Kevin Ryde <user42@zip.com.au>
4313
4314 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
4315 (woman-parse-numeric-value): On a bad .IP line, issue a warning
4316 and continue processing (Bug#12110).
4317
638eaeb9
SM
43182012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
4319
4320 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
4321 syntax-propertize-function (bug#10095).
4322
ea376861
SM
43232012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
4324
f91b35be
SM
4325 * help-fns.el (help-fns--key-bindings, help-fns--signature)
4326 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
4327 describe-function-1.
4328 (describe-function-1): Use them. Move compiler macro after sig.
4329 (help-fns--compiler-macro): Use function-get. Assume we're already in
4330 standard-output. Adjust layout to new call order.
4331
ea376861
SM
4332 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
4333 re-binding a symbol that has a symbol-macro (bug#12119).
4334
d5be7bd0
MB
43352012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
4336
4337 * language/persian.el: New file. (Bug#11812)
4338 * loadup.el: Add language/persian.el.
4339
90749b53
CY
43402012-08-06 Chong Yidong <cyd@gnu.org>
4341
4342 * window.el (window--maybe-raise-frame): New function.
4343 (window--display-buffer): Split off from here.
4344 (display-buffer-reuse-window, display-buffer-pop-up-frame)
4345 (display-buffer-pop-up-window, display-buffer-use-some-window):
4346 Obey an inhibit-switch-frame action alist entry.
4347 (display-buffer): Update doc.
4348
4349 * replace.el (occur-after-change-function): Avoid losing focus by
4350 using the inhibit-switch-frame display parameter (Bug#12139).
4351
ba7b0154
FEG
43522012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
4353
4354 Make internal shell process buffer names start with space.
4355 * progmodes/python.el (python-shell-make-comint): Add optional
4356 argument INTERNAL.
4357 (run-python-internal): Use it.
4358 (python-shell-internal-get-or-create-process): Check for new
4359 internal buffer names.
4360
5eaeacb5
GM
43612012-08-06 Glenn Morris <rgm@gnu.org>
4362
e296d94b 4363 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
5eaeacb5
GM
4364 Do less getting and setting of environment variables.
4365
b7ccbdc2
CY
43662012-08-05 Chong Yidong <cyd@gnu.org>
4367
777fe95e
CY
4368 * proced.el (proced): Add substitution string to docstring to
4369 trigger autoloading of the proced library on C-h f (Bug#1768).
4370
4250fdf5
SM
4371 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4372 Don't show defvars which have no second argument (Bug#8638).
b7ccbdc2
CY
4373
4374 * imenu.el (imenu-generic-expression): Move documentation here
4375 from imenu--generic-function.
4376 (imenu--generic-function): Refer to imenu-generic-expression.
4377
9e3b7800 43782012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
d5c31f1d
4379
4380 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
4381 indentation declaration.
4382 (viper-loop): Add indentation declaration (Bug#7025).
4383
e5d9c0d1
CY
43842012-08-05 Chong Yidong <cyd@gnu.org>
4385
f0422feb
CY
4386 * help-fns.el (describe-variable): Add hyperlink for
4387 directory-local variables files. Improve buffer-local and
4388 permanent-local reporting; suggested by MON KEY (Bug#6644).
4389
4390 * help-mode.el (help-dir-local-var-def): New button type.
4391
e5d9c0d1
CY
4392 * files.el (kill-buffer-hook): Provide a defvar.
4393
a4f2deaa
GM
43942012-08-05 Glenn Morris <rgm@gnu.org>
4395
4396 * eshell/esh-ext.el (eshell/addpath):
4397 Also update eshell-path-env. (Bug#12013)
4398
a9dd5754
CY
43992012-08-05 Chong Yidong <cyd@gnu.org>
4400
a4f2deaa 4401 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
615b0bf0 4402
d014c740
CY
4403 * fringe.el (fringe-styles): Add docstring.
4404 (fringe--check-mode): New function.
4405 (set-fringe-mode, set-fringe-style): Use it.
4406 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
4407
a9dd5754
CY
4408 * files.el (set-auto-mode): Fix invalid setq call.
4409
7c2dc8bd
SM
44102012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
4411
4412 * isearch.el: Misc simplification; use defstruct.
4413 (isearch-mode-map): Dense maps now work like sparse ones.
4414 (isearch--state): New defstruct.
4415 (isearch-string-state, isearch-message-state, isearch-point-state)
4416 (isearch-success-state, isearch-forward-state)
4417 (isearch-other-end-state, isearch-word-state, isearch-error-state)
4418 (isearch-wrapped-state, isearch-barrier-state)
4419 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
4420 replaced by defstruct's accessors.
4421 (isearch--set-state): Rename from isearch-top-state and change
4422 calling convention.
4423 (isearch-push-state): Use new isearch--get-state.
4424 (isearch-toggle-word): Disable regexp when enabling word.
4425 (isearch-message-prefix): Remove unused arg _c-q-hack.
4426 (isearch-message-suffix): Remove unused arg _ellipsis.
4427
7fcc0070
AS
44282012-08-04 Andreas Schwab <schwab@linux-m68k.org>
4429
4430 * simple.el (list-processes--refresh): For a server use :host or
4431 :local as the address.
97ad0769 4432 (list-processes): Doc fix.
7fcc0070 4433
a11035b8 44342012-08-04 Michal Nazarewicz <mina86@mina86.com>
00340faf
MN
4435
4436 * lisp/mpc.el: Support password in host argument.
4437 (mpc--proc-connect): Parse and use new password element.
4438 Set mpc-proc variable instead of returning process.
4439 (mpc-proc): Adjust accordingly.
4440
6dad7178
EZ
44412012-08-03 Eli Zaretskii <eliz@gnu.org>
4442
18949c2f
EZ
4443 * whitespace.el (whitespace-display-mappings): Use Unicode
4444 codepoints, instead of emacs-mule codepoints. See
4445 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
4446 for the details.
4447
6dad7178
EZ
4448 * files.el (file-truename): Don't skip symlink-chasing part on
4449 windows-nt. Incorporate the resolution of 8+3 short aliases on
4250fdf5
SM
4450 Windows into the loop that recursively chases symlinks.
4451 Compare directory and its parent case-insensitively on MS-Windows and
6dad7178
EZ
4452 MS-DOS.
4453
385b0198
CY
44542012-08-03 Chong Yidong <cyd@gnu.org>
4455
6200f3c4
CY
4456 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
4457
385b0198
CY
4458 * sort.el (sort-regexp-fields): Doc fix.
4459
b9e74744
TH
44602012-08-03 Tassilo Horn <tsdh@gnu.org>
4461
4462 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
4463 labels regex position point at the expected place.
4464
41013cb4
MK
44652012-08-03 MON KEY <monkey@sandpframing.com>
4466
4467 * net/imap.el (imap-interactive-login, imap-authenticate)
4468 (imap-mailbox-lsub, imap-mailbox-list)
4469 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
4470 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
4471 (imap-parse-response): Doc fix.
4472
0ffee616
JT
44732012-08-03 João Távora <joaotavora@gmail.com>
4474
4475 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
4476 if sexp scanning does not move point (Bug#5734).
4477
cfcc9cc8
TH
44782012-08-02 Tassilo Horn <tsdh@gnu.org>
4479
4480 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
4481 Add listings, minted, and ctable packages.
4482 (reftex-label-alist-builtin): Move listings, minted, and ctable
4483 entries before LaTeX.
a01bbb84 4484 (reftex-label-alist): Docfix.
cfcc9cc8 4485
66ec2442
BG
44862012-08-02 Bastien Guerry <bzg@gnu.org>
4487
4488 * replace.el (occur): Fix docstring (bug#12122).
4489
837b365b
GM
44902012-08-02 Glenn Morris <rgm@gnu.org>
4491
4492 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
4493
e098de97
PE
44942012-08-02 Paul Eggert <eggert@cs.ucla.edu>
4495
4496 Obsolete alias inactivate-current-input-method-function (Bug#10150).
4497 * international/mule-cmds.el: Create
4498 inactivate-current-input-method-function as an obsolete alias for
4499 deactivate-current-input-method-function. See Katsumi Yamaoka in
4500 <http://bugs.gnu.org/10150#46>.
4501
a0f95636
JB
45022012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
4503
4504 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
4505 of nested `if's.
4506
0d26d7c4
GM
45072012-08-01 Glenn Morris <rgm@gnu.org>
4508
4509 * progmodes/autoconf.el (autoconf-definition-regexp):
4510 Add AH_TEMPLATE, adjust submatch numbering.
4511 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
4512 (autoconf-current-defun-function): Update for above change.
4513 (autoconf-current-defun-function): First skip to end of current word.
4514
b686ba06
RS
45152012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
4516
4517 * calendar/cal-html.el (cal-html-insert-agenda-days):
4518 Fix typo. (Bug#12018)
4519
0d49da68
FEG
45202012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
4521
4522 Shell processes: enhancements to startup and CEDET compatibility.
4523 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
4524 (python-shell-make-comint): accept-process-output at startup.
4525 (run-python-internal): Set inferior-python-mode-hook to nil.
4526 (python-shell-internal-get-or-create-process): call sit-for.
4527 (python-preoutput-result): Add obsolete alias.
4528 (python-shell-internal-send-string): Use it.
4529 (python-shell-send-setup-code): Remove call to
4530 accept-process-output.
4531
f1a71c6e
AS
45322012-07-31 Andreas Schwab <schwab@linux-m68k.org>
4533
4534 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
4535 (Bug#12108)
4536
d2605269
JB
45372012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
4538
4539 * calc-mode.el (calc-basic-simplification-mode): Rename from
4540 `calc-limited-simplification-mode'.
4541 (calc-alg-simplification-mode): New function.
fc0c31f8 4542 (calc-set-simplify-mode): Adjust message.
f1a71c6e 4543
d2605269
JB
4544 * calc.el (calc-set-mode-line): Adjust mode line display for
4545 basic simplification mode.
4546
4547 * calc-help.el (calc-m-prefix-help): Update help message.
4548
4549 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
4550 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
4551
a3827a43
BG
45522012-07-31 Bastien Guerry <bzg@gnu.org>
4553
4554 * man.el (man): Fix comment. (bug#12101)
4555
502e3f89
MR
45562012-07-31 Martin Rudalics <rudalics@gmx.at>
4557
4558 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
4559 Don't return a non-nil value when no suitable buffer was found.
4560
d7714961
FEG
45612012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
4562
4563 * progmodes/python.el (run-python-internal): Disable font lock for
4564 internal shells.
4565
1f45e27e
SM
45662012-07-30 Stefan Merten <smerten@oekonux.de>
4567
70efc5c9 4568 * textmodes/rst.el: Silence `checkdoc-ispell'.
1f45e27e
SM
4569 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
4570 (rst-official-version, rst-official-cvs-rev)
4571 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
4572 (rst-mode-map): New key binding.
4573
0aee6912
PE
45742012-07-30 Paul Eggert <eggert@cs.ucla.edu>
4575
4576 Update .PHONY listings in makefiles.
4577 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
4578 autoloads, update-subdirs, updates, bzr-update, update-authors,
4579 compile-onefile, compile-calc, backup-compiled-files,
4580 compile-after-backup, compile-one-process, mh-autoloads,
4581 bootstrap-clean, distclean, maintainer-clean.
4582
9052f9f0
JB
45832012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
4584
1823ac5a
JB
4585 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
4586 (calc-set-mode-line): Don't display "AlgSimp ".
4587
4588 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
4589 (calc-lim-simplify-mode): New function.
4590 (calc-set-simplify-mode): Default to 'alg.
4591 (calc-default-simplify-mode): Make algebraic simplifications
4592 the default.
4593
4594 * calc/calc-ext.el (calc-init-extensions): Remove binding for
4595 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
4596
8d7c7eed 4597 * calc/calc-help.el (calc-m-prefix-help): Change messages to
4b337409
JB
4598 indicate new simplification modes.
4599
1823ac5a
JB
4600 * calc/README: Mention new default simplification mode.
4601
9052f9f0
JB
4602 * calc/calc.el (math-normalize-error): New variable.
4603 (math-normalize): Set `math-normalize-error' to t
4604 when there's an error.
4605
4606 * calc/calc-alg.el (math-simplify): Don't simplify when
4607 `math-normalize' returns an error.
4608
20ba0cb4
EZ
46092012-07-29 Eli Zaretskii <eliz@gnu.org>
4610
4611 * international/mule-cmds.el (set-locale-environment): Revert last
4612 change, since display-graphic-p returns nil when this function is
4613 called during startup. Instead...
4614
4615 * term/w32console.el (terminal-init-w32console): ...setup the
4616 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
4617
a5dcc929
JL
46182012-07-29 Juri Linkov <juri@jurta.org>
4619
4620 * simple.el (goto-line): Don't display default line number in the
4621 prompt because it should be displayed by `read-number' (bug#9952).
4622 Add the current line number to the defaults of `goto-line' to
4623 allow its easier modification by users with `M-n' (bug#9201).
4624
4625 * subr.el (read-number): Support multiple default values like in
4626 other minibuffer reading functions. Replace `read' with
4627 `string-to-number' for consistency with `number-to-string'.
4628
72b255c7
PE
46292012-07-29 Paul Eggert <eggert@cs.ucla.edu>
4630
4631 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
4632 * emulation/viper-init.el (viper-deactivate-input-method-action):
4633 Rename from viper-inactivate-input-method-action.
4634 (viper-deactivate-input-method):
4635 Rename from viper-inactivate-input-method.
4636 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
4637 * international/mule-cmds.el (deactivate-input-method):
4638 Rename from inactivate-input-method.
4639 Also run input-method-deactivate-hook.
4640 (deactivate-current-input-method-function):
4641 Rename from inactivate-current-input-method-function.
4642 (input-method-deactivate-hook): New hook.
4643 (input-method-inactivate-hook): Mark obsolete.
bb6eb9fc
PE
4644 (inactivate-input-method): Mark obsolete.
4645
72b255c7
PE
4646 * international/quail.el (quail-activate):
4647 Also run quail-deactivate-hook.
4648 (quail-deactivate): Rename from quail-inactivate.
4649 * international/robin.el (robin-activate):
4650 Also run robin-deactivate-hook.
4651 (robin-deactivate): Rename from robin-inactivate.
4652
2549c068
CY
46532012-07-29 Chong Yidong <cyd@gnu.org>
4654
4655 * simple.el (indicate-copied-region): New function.
4656 (kill-ring-save): Split off from here.
4657
4658 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
4659 (kill-rectangle): Set deactivate-mark to t on read-only error.
4660
4661 * register.el (copy-to-register, copy-rectangle-to-register):
4662 Deactivate the mark, and use indicate-copied-region (Bug#10056).
4c478e6b
JL
4663 (append-to-register, prepend-to-register): Call indicate-copied-region.
4664
46652012-07-29 Juri Linkov <juri@jurta.org>
17711ed9
JL
4666
4667 * simple.el (async-shell-command-buffer): New defcustom.
4668 (shell-command): Use it. (Bug#4719)
4669
01bd1b0d
EZ
46702012-07-28 Eli Zaretskii <eliz@gnu.org>
4671
4672 * international/mule-cmds.el (set-locale-environment): In a
4673 console session on MS-Windows, set up keyboard and terminal
4674 encoding from the OEM codepage, not the ANSI codepage.
4675 (Bug#12055)
4676
a55739d3
CY
46772012-07-28 Chong Yidong <cyd@gnu.org>
4678
4679 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
4680 gdb-get-location.
4681
0e1a094f 46822012-07-28 Leo Liu <sdl.web@gmail.com>
9a0f8f2e
LL
4683
4684 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
4685 the alist (bug#12029).
4686
20329d73
EZ
46872012-07-28 Eli Zaretskii <eliz@gnu.org>
4688
4689 * makefile.w32-in (custom-deps, finder-data, updates, compile)
4690 (compile-always, compile-first)
4691 ($(lisp)/calendar/cal-loaddefs.el)
4692 ($(lisp)/calendar/diary-loaddefs.el)
4693 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4694 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
4695 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
4696 instead of on update-subdirs.
4697 (bootstrap-clean): Delete $(lisp)/subdirs.el.
4698
345a2258
CY
46992012-07-28 Chong Yidong <cyd@gnu.org>
4700
1eee6341
CY
4701 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
4702 directory if vc-deduce-backend returns nil (Bug#7350).
4703
345a2258
CY
4704 * simple.el (delete-trailing-lines): New option.
4705 (delete-trailing-whitespace): Obey it (Bug#11879).
4706
049a0936
DE
47072012-07-28 David Engster <deng@randomsample.de>
4708
4709 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
4710 Explanation of new 'symbol-qnames feature in doc-strings.
4711 (xml-maybe-do-ns): Return expanded names as plain symbols if
4712 'symbol-qnames was provided in XML-NS argument (Bug#11916).
4713 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
4714
aa81af71
FEG
47152012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
4716
4717 Consistent completion in inferior python with emacs -nw.
4718 * progmodes/python.el (inferior-python-mode): replace "<tab>"
4719 binding in inferior-python-mode-map with "\t".
4720 (python-shell-completion-complete-at-point)
4721 (python-completion-complete-at-point): Remove interactive spec.
4722
e827b1eb
JB
47232012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
4724
4725 * calc/calccomp.el (math-compose-expr): Undo previous change.
4726
a90dfb95
FEG
47272012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
4728
4250fdf5 4729 * progmodes/python.el (python-mode-map): Add keybinding for
a90dfb95
FEG
4730 run-python.
4731 (python-shell-make-comint): Fix pop-to-buffer call.
4732 (run-python): Autoload. New arg SHOW.
4733 (python-shell-get-or-create-process): Do not pop python process
4734 buffer.
4735
32770973 47362012-07-27 Michael Albinus <michael.albinus@gmx.de>
1c6ef030
MA
4737
4738 * notifications.el (notifications-on-action-signal)
4739 (notifications-on-closed-signal): Use also the bus address for the map.
4740 (notifications-notify, notifications-close-notification)
fc0c31f8 4741 (notifications-get-capabilities): Add optional argument BUS.
1c6ef030 4742
86332df2
TH
47432012-07-27 Tassilo Horn <tsdh@gnu.org>
4744
4250fdf5
SM
4745 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
4746 Add support for the lstlisting and minted environments, and for the
86332df2
TH
4747 ctable macro.
4748 * textmodes/reftex.el (reftex-compile-variables): Also recognize
4749 labels written in keyvals syntax.
4750
ca1302a4
JB
47512012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
4752
4753 * calc/calccomp.el (math-compose-expr): Use parentheses when
4754 there is a product in the denominator of a fraction.
4755
f8b91036
EZ
47562012-07-26 Eli Zaretskii <eliz@gnu.org>
4757
4758 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
4759 ($(lisp)/calendar/diary-loaddefs.el)
4760 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4250fdf5
SM
4761 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
4762 Fixes failures in parallel bootstrap because subdirs.el is being
f8b91036
EZ
4763 rewritten while the autoload files are built at the same time,
4764 which needs to load subdirs.el.
4765
c8e5a42c
MR
47662012-07-26 Martin Rudalics <rudalics@gmx.at>
4767
4768 * mouse.el (popup-menu): Fix doc-string and re-indent code.
4769 (mouse-drag-line): Don't exit tracking when a switch-frame or
4770 switch-window event occurs (Bug#12006).
4771
670d85ea
SM
47722012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4773
4774 * mouse.el (popup-menu): Fix last change.
4775
7abaf5cc
SM
47762012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4777
4778 Autoload from Lisp with more care. Follow aliases when looking for
4779 function properties.
4780 * subr.el (autoloadp): New function.
4781 (symbol-file): Use it.
4782 (function-get): New function.
4783 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
4784 autoload-do-load.
4785 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
4786 (lisp-indent-function):
4787 * emacs-lisp/gv.el (gv-get):
4788 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
4789 * emacs-lisp/byte-opt.el (byte-optimize-form):
4790 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
4791 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
4792 Use function-get.
4793 * emacs-lisp/cl.el: Don't propagate function properties any more.
4794
4795 * speedbar.el (speedbar-add-localized-speedbar-support):
4796 * emacs-lisp/disass.el (disassemble-internal):
4797 * desktop.el (desktop-load-file):
4798 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
4799 (describe-function-1):
4800 * emacs-lisp/find-func.el (find-function-noselect):
4801 * emacs-lisp/elp.el (elp-instrument-function):
4802 * emacs-lisp/advice.el (ad-has-proper-definition):
4803 * apropos.el (apropos-safe-documentation, apropos-macrop):
4804 * emacs-lisp/debug.el (debug-on-entry):
4805 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
4806 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
4807 * calc/calc.el (name): Use autoloadp & autoload-do-load.
4808
b1364986
AA
48092012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
4810
4811 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
4812 function, not an obsolete variable (Bug#12046).
4813
67ada220
AS
48142012-07-25 Andreas Schwab <schwab@linux-m68k.org>
4815
4816 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
4817
f08088e3
CS
48182012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
4819
4820 * emacs-lisp/pp.el (pp-display-expression): Select old selected
4821 window only if it is still live (Bug#12034).
4822
8137e7b3
MR
48232012-07-25 Martin Rudalics <rudalics@gmx.at>
4824
4825 * subr.el (redirect-frame-focus): Add advertised calling
4826 convention (Bug#12030).
4827
09ae5da1
PE
48282012-07-25 Paul Eggert <eggert@cs.ucla.edu>
4829
4830 Prefer typical American spelling for "acknowledgment".
4831 * vc/add-log.el (change-log-acknowledgment): Rename from
4832 change-log-acknowledgement, with an alias for the old name.
4833
3cc5a3a8
JB
48342012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
4835
4836 * calc-alg.el (math-simplify-divide): Don't cross multiply
4837 in an equation when the lhs is a variable.
4838
b7af7f62
JD
48392012-07-24 Julien Danjou <julien@danjou.info>
4840
4841 * net/netrc.el (netrc-find-service-number, netrc-store-data):
4842 Remove, unused.
4843
ec1b09b1
EZ
48442012-07-23 Eli Zaretskii <eliz@gnu.org>
4845
4846 * startup.el (command-line): Don't display an empty user name in
4847 the error message about non-existent home directory, when
4848 init-file-user was set to an empty string. See
4849 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
4850 for the details and context.
4851
b525fd8a
VB
48522012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
4853
4854 * ses.el (ses-cell-formula-aset): New macro.
4855 (ses-cell-references-aset): New macro.
4856 (ses-cell-p): New function.
4857 (ses-rename-cell): Do no longer rely on complex operations like
4858 ses-cell-set-formula or ses-set-cell to change the cell and handle
4859 the undo at the same time, but rather use lower level new macros
4860 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
fc0c31f8 4861 the undo directly. Refresh the mode line.
b525fd8a 4862
2c73e345
LL
48632012-07-21 Leo Liu <sdl.web@gmail.com>
4864
670d85ea
SM
4865 * progmodes/cc-cmds.el (c-defun-name):
4866 Use match-string-no-properties instead for consistency.
2c73e345 4867
542dfbde
LL
48682012-07-20 Leo Liu <sdl.web@gmail.com>
4869
3646bcd6
LL
4870 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
4871 (Bug#7879)
4872
542dfbde
LL
4873 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
4874
25721031
CY
48752012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
4876
4877 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
4878 * progmodes/bug-reference.el, misearch.el: Provide themselves
4879 (bug#11915).
4880
4881 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
4882 of narrowed buffer (bug#11966).
4883
316e68a7
VB
48842012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
4885
4886 * ses.el (ses-rename-cell): Set new name also in reference list of
4887 cells of which the renamed cell depends.
4888
bbf0e7d9
MY
48892012-07-20 Masatake YAMATO <yamato@redhat.com>
4890
4891 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
4892 to check whether menu-bar is shown or not. If not shown,
4893 show the menu-bar as a popup menu instead of using tmm.
4894 * mouse.el (popup-menu): Accept `point' as `position' argument.
4895
c28662a8
DG
48962012-07-20 Dmitry Gutov <dgutov@yandex.ru>
4897
4898 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
4899 up inside string symbol literal (bug#11923).
4900
87ab808f
EZ
49012012-07-20 Eli Zaretskii <eliz@gnu.org>
4902
4903 * startup.el (fancy-startup-text): Read the whole tutorial, not
4904 just its first 256 bytes. Prevents gibberish in display of the
4905 tutorial title.
4906
89dea803
DA
49072012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
4908
4909 Drop idle buffer compaction due to an absence of the
4910 proved efficiency.
4911 * compact.el: Remove.
4912
8a4e6db8
SS
49132012-07-19 Sam Steingold <sds@gnu.org>
4914
4915 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
4916 vc-bzr-pull & vc-bzr-merge-branch.
4917 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
4918 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
4919 for consistency with compilation-error-regexp-alist.
4920 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
4921 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
4922 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
4923 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
4924
5db81e33
SM
49252012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
4926
4927 * emacs-lisp/chart.el: Use lexical-binding.
4928 (chart-emacs-storage): Don't hardcode the list of entries.
4929
5b835e1d
DA
49302012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
4931
4932 Next round of tweaks caused by Fgarbage_collect changes.
4933 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
4934
9cd47b72
DA
49352012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
4936
4937 Compact buffers when idle.
4938 * compact.el: New file.
4939
1d6fc0df
SM
49402012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
4941
4942 * subr.el (eventp): Presume that if it looks vaguely like an event,
4943 it's an event (bug#10190).
4944
1d29cc7d
FEG
49452012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
4946
4947 Enhancements to ppss related code (thanks Stefan).
4948 * progmodes/python.el (python-indent-context)
4949 (python-indent-calculate-indentation, python-indent-dedent-line)
4950 (python-indent-electric-colon, python-nav-forward-block)
4951 (python-mode-abbrev-table)
1d6fc0df 4952 (python-info-assignment-continuation-line-p): Simplify checks
1d29cc7d
FEG
4953 for ppss context.
4954 (python-info-continuation-line-p): Cleanup.
4955 (python-info-ppss-context): Do not catch 'quote.
4956 (python-info-ppss-context-type)
4957 (python-info-ppss-comment-or-string-p): Simplify.
4958
d583cbe6
FEG
49592012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
4960
4961 * progmodes/python.el: Enhancements to eldoc support.
4962 (python-info-current-symbol): New function.
4963 (python-eldoc-at-point): Use python-info-current-symbol.
4964 (python-info-current-defun): Fix cornercase on first defun scan.
4965 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
4966 and signal error when no inferior python process is available.
4967
eceb6feb
DG
49682012-07-18 Dmitry Gutov <dgutov@yandex.ru>
4969
4970 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
4971 assume it's always t.
4972 (vc-git-registered): Remove caching, the function is only called
4973 once.
4974 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
4975
4c8ff0fe
CY
49762012-07-18 Chong Yidong <cyd@gnu.org>
4977
19fb7186
CY
4978 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
4979
9587c688
CY
4980 * simple.el (count-words): Report on narrowing (Bug#9959).
4981
0fe776a1
CY
4982 * bindings.el: Bind M-= to count-words.
4983
4c8ff0fe
CY
4984 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
4985
7f5331cc
MY
49862012-07-18 Masatake YAMATO <yamato@redhat.com>
4987
4988 * progmodes/sh-script.el (sh-imenu-generic-expression):
4989 Capture a function with `function' keyword and without parentheses
4990 like "function FOO" (bug#11856).
4991
2dc2a609
TH
49922012-07-18 Tassilo Horn <tassilo@member.fsf.org>
4993
4994 * window.el (split-window-sensibly): Make WINDOW argument
4995 optional.
4996
439f7677
CY
49972012-07-18 Chong Yidong <cyd@gnu.org>
4998
9aeb25a6
CY
4999 * subr.el (keyboard-translate): Doc fix (Bug#7261).
5000
439f7677
CY
5001 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
5002 and make C-x 8 RET exit isearch (Bug#11439).
5003
5004 * international/iso-transl.el: Move isearch-mode-map key
5005 definitions to isearch.el.
5006
12999ea8
SM
50072012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
5008
5009 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
5010 (eieio-defclass): Use gv-define-setter when possible.
5011
3ab6e069
DA
50122012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
5013
5014 Reflect recent changes in Fgarbage_collect.
5015 * emacs-lisp/chart.el (chart-emacs-storage): Change to
5016 reflect new format of data returned by Fgarbage_collect.
5017
0a60bc10
FEG
50182012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
5019
5020 New utility functions + python-info-ppss-context fix (Bug#11910).
5021 * progmodes/python.el (python-info-beginning-of-block-statement-p)
5022 (python-info-ppss-comment-or-string-p): New functions.
5023 (python-info-ppss-context): Small fix for string check.
5024
6dafa0d5
JL
50252012-07-17 Juri Linkov <juri@jurta.org>
5026
5027 * dired-aux.el (dired-do-async-shell-command): Doc fix.
5028 (dired-do-async-shell-command): Don't add `*' at the end of the
5029 command (Bug#11815).
5030 (dired-do-shell-command): Doc fix.
5031 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
5032 Join the individual commands using either "&" or ";" as the
5033 separator depending on the values of these trailing characters.
5034 At the end re-add the trailing "&". (Bug#10598)
5035
5036 * simple.el (async-shell-command): Sync the interactive spec with
5037 `shell-command'. Doc fix.
5038 (shell-command): Doc fix.
5039
b19dd9d1
JL
50402012-07-17 Juri Linkov <juri@jurta.org>
5041
5042 * descr-text.el (describe-char): Fix format args. (Bug#10129)
5043
bcdc27d7 50442012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7f5331cc 5045
bcdc27d7 5046 Final renames and doc fixes for movement commands (bug#11899).
7f5331cc
MY
5047 * progmodes/python.el (python-nav-beginning-of-statement):
5048 Rename from python-nav-statement-start.
bcdc27d7
FEG
5049 (python-nav-end-of-statement): Rename from
5050 python-nav-statement-end.
5051 (python-nav-beginning-of-block): Rename from
5052 python-nav-block-start.
5053 (python-nav-end-of-block): Rename from python-nav-block-end.
5054
191da00e
FEG
50552012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
5056
7f5331cc
MY
5057 * progmodes/python.el (python-shell-send-string-no-output):
5058 Allow accept-process-output to quit, keeping shell process ready for
191da00e
FEG
5059 future interactions (Bug#11868).
5060
4dc7c8d5 50612012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
aa7aaf8f 5062
88ecaf8f
SM
5063 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
5064
ef501ef0
SM
5065 * emacs-lisp/elint.el (elint-find-args-in-code):
5066 Use help-function-arglist, so as to handle lexical byte-code.
5067
aa7aaf8f
SM
5068 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
5069 change (bug#11826).
5070
45fd731c
SM
50712012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
5072
2143fa32
SM
5073 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
5074 Avoid spuriously marking the buffer as modified because of c-is-sws.
5075
efc26dbe
SM
5076 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
5077 as not-a-comment (bug#11946).
5078
f5695c9a
SM
5079 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
5080 for uninterned vars.
5081
5082 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
5083 Use read-event since we don't really want to read chars but bytes.
5084
45fd731c
SM
5085 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
5086 $$..$$ but also $..$ using regexps (bug#11953).
5087 Use tex-verbatim for \url and \path.
5088 (tex-font-lock-keywords): Define as defconst like the others.
5089 (tex-common-initialization): Don't use font-lock-syntax-table any more.
5090
ddfc8813
RK
50912012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
5092
5093 * international/mule-cmds.el (ucs-insert): Make it an obsolete
5094 alias for insert-char.
5095
758e556a
FEG
50962012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
5097
5098 * progmodes/python.el: Simplified imenu implementation.
5099 (python-nav-jump-to-defun): Remove command.
5100 (python-mode-map): Use `imenu' instead.
5101 (python-nav-list-defun-positions-cache)
5102 (python-imenu-include-defun-type, python-imenu-make-tree)
5103 (python-imenu-subtree-root-label, python-imenu-index-alist):
5104 Remove vars.
5105 (python-nav-list-defun-positions, python-nav-read-defun)
5106 (python-imenu-tree-assoc, python-imenu-make-element-tree)
45fd731c
SM
5107 (python-imenu-make-tree, python-imenu-create-index):
5108 Remove functions.
758e556a
FEG
5109 (python-mode): Update to interact with imenu by setting
5110 `imenu-extract-index-name-function' only.
5111
032d23ab
FEG
51122012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
5113
5114 * progmodes/python.el: Enhancements to navigation commands.
5115 (python-nav-backward-sentence)
5116 (python-nav-forward-sentence): Remove.
5117 (python-nav-backward-statement, python-nav-forward-statement)
5118 (python-nav-statement-start, python-nav-statement-end)
5119 (python-nav-backward-block, python-nav-forward-block)
5120 (python-nav-block-start, python-nav-block-end)
5121 (python-nav-forward-sexp-function)
5122 (python-info-current-line-comment-p)
5123 (python-info-current-line-empty-p): New functions.
5124 (python-indent-context): Use `python-nav-statement-start'.
5125
01795a1b
MA
51262012-07-16 Michael Albinus <michael.albinus@gmx.de>
5127
9328d9aa
MA
5128 * eshell/em-ls.el (eshell/ls): Use `apply'.
5129
5130 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
5131 multi-hops, instead of Tramp internals.
5132
01795a1b
MA
5133 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
5134
5135 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
5136 when F1 and F2 are located on different hosts.
5137
63408057
CY
51382012-07-14 Chong Yidong <cyd@gnu.org>
5139
5140 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
5141 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
5142 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
5143 (xterm-mouse--read-event-sequence-1000)
5144 (xterm-mouse--read-event-sequence-1006): New functions. For old
5145 mouse protocol, handle M-mouse-X events correctly.
5146 (xterm-mouse-event): New arg specifying mouse protocol.
5147 (turn-on-xterm-mouse-tracking-on-terminal)
5148 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
45fd731c
SM
5149 sequence to toggle extended coordinates on newer XTerms.
5150 This appears to be harmless on terminals which do not support this.
63408057 5151
cd276f6e
LL
51522012-07-14 Leo Liu <sdl.web@gmail.com>
5153
28ca98ac
LL
5154 Add fringe bitmap indicators for flymake. (Bug#11253)
5155 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
5156 (flymake-make-overlay): New arg BITMAP.
5157 (flymake-error-bitmap, flymake-warning-bitmap)
5158 (flymake-fringe-indicator-position): New user variables.
5159
cd276f6e
LL
5160 * fringe.el: New bitmap exclamation-mark.
5161
04408072
JD
51622012-07-14 Jan Djärv <jan.h.d@swipnet.se>
5163
5164 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
5165 also (Bug#7879).
5166
b5cf7fc4
CY
51672012-07-14 Chong Yidong <cyd@gnu.org>
5168
5169 * electric.el (electric-pair-post-self-insert-function): Fix pair
5170 insertion in empty-region case (Bug#11520).
5171
be755c79
RT
51722012-07-14 Chong Yidong <cyd@gnu.org>
5173
45fd731c
SM
5174 * bindings.el: Consolidate ctl-x-r-map bindings.
5175 Bind copy-rectangle-as-kill to C-x r w.
be755c79
RT
5176
5177 * rect.el, register.el: Move bindings to bindings.el.
5178
51792012-07-14 Reuben Thomas <rrt@sc3d.org>
5180
5181 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
5182
7f5b3198
AS
51832012-07-13 Andreas Schwab <schwab@linux-m68k.org>
5184
5185 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
5186
97662200
JB
51872012-07-13 Juanma Barranquero <lekktu@gmail.com>
5188
80185fed
JB
5189 * bindings.el (top): Use `mapc' instead of `mapcar'.
5190
97662200
JB
5191 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
5192
2bb1ae55
MA
51932012-07-13 Michael Albinus <michael.albinus@gmx.de>
5194
5195 * progmodes/sql.el (sql-comint): Suppress the check for program on
5196 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
5197 (Bug#11908)
5198
dea31bd3
CY
51992012-07-13 Chong Yidong <cyd@gnu.org>
5200
5201 * bindings.el: Assign a non-nil permanent-local property to
5202 per-buffer variables which lack a default value (Bug#11930).
5203
5204 * help-fns.el (describe-variable): In the "automatically becomes
5205 local" notice, take note of permanent-local variables.
5206
b68b3337
CY
52072012-07-13 Chong Yidong <cyd@gnu.org>
5208
5209 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
5210 to allow printing the message when called from Lisp.
5211
5212 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5213 Remove toggle-read-only.
5214
5215 * bs.el (bs-toggle-readonly):
45fd731c
SM
5216 * buff-menu.el (Buffer-menu-toggle-read-only):
5217 Remove with-no-warnings around toggle-read-only.
b68b3337
CY
5218
5219 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
5220 Remove with-no-warnings around toggle-read-only.
5221 (ffap-read-only, ffap-read-only-other-window)
5222 (ffap-read-only-other-frame): Callers changed.
5223
5224 * help-mode.el: Don't require view package.
5225 (help-mode-finish): Set buffer-read-only instead of calling
5226 toggle-read-only.
5227
5228 * bindings.el (mode-line-toggle-read-only):
5229 * dired.el (dired-toggle-read-only):
5230 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
5231 with non-nil second arg.
5232
5233 * emacs-lisp/eieio-custom.el (eieio-customize-object):
5234 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
5235 directly.
5236
56bc1586
EZ
52372012-07-12 Eli Zaretskii <eliz@gnu.org>
5238
5239 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
5240 not incf.
5241
a464a6c7
SM
52422012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
5243
5244 More CL cleanups and reduction of use of cl.el.
5245 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
5246 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
5247 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
5248 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
5249 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
5250 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
5251 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
5252 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
5253 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
5254 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
5255 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
5256 * eshell/em-cmpl.el, eshell/em-banner.el:
5257 * calendar/parse-time.el: Use cl-lib.
5258 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
5259 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
5260 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
5261 * term/ns-win.el, term.el, shell.el, ps-samp.el:
5262 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
5263 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
5264 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
5265 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
5266 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
5267 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
5268 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
5269 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
5270 `lambda' rather than with `quote'.
5271 (eshell-do-opt): Adjust accordingly.
5272 (eshell-process-option): Simplify.
5273 * eshell/esh-var.el:
5274 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
5275 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
5276 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
5277 to `pcase--dontcare'.
5278 * emacs-lisp/cl.el (labels): Mark obsolete.
5279 (cl--letf, letf): Move to cl-lib.
5280 (cl--letf*, letf*): Remove.
5281 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
5282 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
5283 (cl-progv): Rewrite.
5284 (cl--letf, cl-letf): Move from cl.el.
5285 (cl-letf*): New macro.
5286 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
5287
7ad4afe1
MA
52882012-07-11 Michael Albinus <michael.albinus@gmx.de>
5289
5290 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
5291
9af57756
CY
52922012-07-11 Chong Yidong <cyd@gnu.org>
5293
5294 * vc/log-edit.el (log-edit-vc-backend): New variable.
5295 (log-edit): Doc fix.
5296
5297 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
5298 argument of log-edit to set up all local variables.
5299 (vc-start-logentry): New optional arg specifying VC backend.
5300
5301 * vc/vc.el (vc-checkin): Use it.
5302 (vc-deduce-fileset): Handle Log Edit buffers.
5303 (vc-diff): Make first argument optional too.
5304
5305 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
5306
8477cc7a
MA
53072012-07-10 Michael Albinus <michael.albinus@gmx.de>
5308
5309 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
5310 command, just in case. The function is not needed anymore.
5311 (eshell-external-command): Do not call `eshell-remote-command'.
5312
19faa8e8
SM
53132012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
5314
f58e0fd5
SM
5315 Reduce use of (require 'cl).
5316 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
5317 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
5318 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
5319 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
5320 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
5321 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
5322 * battery.el, avoid.el, abbrev.el: Use cl-lib.
5323 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
5324 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
5325 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
5326 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
5327 * calculator.el, autorevert.el, apropos.el: Don't require CL.
5328 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
5329 (byte-compile-unfold-bcf, byte-compile-check-variable):
5330 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
5331 (byte-compile-nilconstp):
5332 * emacs-lisp/autoload.el (make-autoload): Use pcase.
5333 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
5334
2519d43a
SM
5335 * emacs-lisp/gv.el (cond): Make it a valid place.
5336 (if): Simplify slightly.
5337
19faa8e8
SM
5338 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
5339 (pcase--self-quoting-p): New function.
5340 (pcase--u1): Use it.
5341
c4907a5e
GM
53422012-07-10 Glenn Morris <rgm@gnu.org>
5343
5344 * emacs-lisp/authors.el (authors-fixed-entries):
5345 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
5346
c4444d16
PE
53472012-07-09 Paul Eggert <eggert@cs.ucla.edu>
5348
5349 Rename configure.in to configure.ac (Bug#11603).
5350 * emacs-lisp/authors.el (authors-canonical-file-name):
5351 * progmodes/autoconf.el (autoconf-mode):
5352 Prefer configure.ac to configure.in.
5353
d75be97d
CY
53542012-07-08 Chong Yidong <cyd@gnu.org>
5355
01ac65bd
CY
5356 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
5357 Implement the mouse-1-click-follows-link handling properly.
5358
5359 * info.el (Info-link-keymap): Use follow-link mechanism for
5360 header-line links (Bug#374).
5361
d75be97d
CY
5362 * simple.el (deactivate-mark): Do not set the primary selection
5363 if another program has acquired it (Bug#11772).
5364
87a92845 53652012-07-07 Kevin Ryde <user42@zip.com.au>
f0ecdfea
KR
5366
5367 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
5368 (woman-decode-region): Replace escaped-escapes without destroying
5369 bold or underline (Bug#11552).
87a92845 5370 (woman2-process-escapes): Handle nofill regions (Bug#11591).
f0ecdfea 5371
621b9d6c
CY
53722012-07-07 Chong Yidong <cyd@gnu.org>
5373
5374 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
19faa8e8
SM
5375 (interprogram-cut-function, interprogram-paste-function):
5376 Mention that we typically mean the clipboard.
621b9d6c 5377
133a11fc
GM
53782012-07-06 Glenn Morris <rgm@gnu.org>
5379
0d27a45e
GM
5380 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
5381
133a11fc
GM
5382 * files.el (toggle-read-only): Restrict message to interactive use.
5383
07b151f1
MA
53842012-07-06 Michael Albinus <michael.albinus@gmx.de>
5385
5386 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
5387
5388 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
5389
211b896b
GM
53902012-07-06 Glenn Morris <rgm@gnu.org>
5391
50394322
GM
5392 * Makefile.in (compile-one-process): Rename from "recompile".
5393
211b896b
GM
5394 * Makefile.in (bzr-update): "compile" is the same as "recompile
5395 autoloads", but parallelizable, so use that instead.
5396
4737eec9
DG
53972012-07-06 Dmitry Gutov <dgutov@yandex.ru>
5398
5399 * window.el (quit-window): Always restore window height when
8137e7b3 5400 it's saved in quit-restore parameter (Bug#11810).
4737eec9 5401
226c3633 54022012-07-06 Glenn Morris <rgm@gnu.org>
cb442973
GM
5403
5404 * simple.el (kill-whole-line): Doc tweak.
5405
226c3633 54062012-07-06 Eli Zaretskii <eliz@gnu.org>
93842198
EZ
5407
5408 * files.el (file-relative-name): Compare file names
5409 case-insensitively if on MS-Windows or MS-DOS, or if
5410 read-file-name-completion-ignore-case is non-nil. Don't use
5411 case-fold-search for this purpose. (Bug#11827)
5412
4dc7c8d5
SM
54132012-07-17 Andreas Schwab <schwab@linux-m68k.org>
5414
5415 * calendar/cal-dst.el (calendar-current-time-zone):
5416 Return calendar-current-time-zone-cache if non-nil.
5417
54182012-07-17 Masatake YAMATO <yamato@redhat.com>
226c3633 54192012-07-06 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 5420
19faa8e8
SM
5421 * calendar/cal-dst.el (calendar-current-time-zone):
5422 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 5423
60198fc9
GM
54242012-07-06 Glenn Morris <rgm@gnu.org>
5425
5426 * Makefile.in (cvs-update): Remove old alias.
5427
957b3189
MA
54282012-07-05 Michael Albinus <michael.albinus@gmx.de>
5429
5430 Sync with Tramp 2.2.6-pre.
5431
5432 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
5433 compatible declaration.
5434
19faa8e8
SM
5435 * net/tramp-cmds.el (tramp-append-tramp-buffers):
5436 Protect `list-load-path-shadows' call.
957b3189
MA
5437
5438 * net/tramp-compat.el (top): Require packages, which aren't
5439 autoloaded anymore for XEmacs. Protect call of
5440 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
5441 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
5442 it hurts at least for SXEmacs.
5443 (tramp-compat-temporary-file-directory): In XEmacs, there is no
5444 standard-value for `temporary-file-directory'.
5445
5446 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
5447 Redirect stderr to /dev/null.
5448 (tramp-sh-handle-write-region): uid and gid can be floats.
5449 Reported by Russell Sim <russell.sim@gmail.com>.
5450 (tramp-sh-handle-vc-registered): Hide errors.
5451 (tramp-vc-file-name-handler): Use dummy results for `process-file'
5452 and `start-file-process'.
5453 (tramp-maybe-open-connection): Check also whether `non-essential'
5454 is bound.
5455
566df3fc
CY
54562012-07-04 Chong Yidong <cyd@gnu.org>
5457
5458 * xml.el (xml--parse-buffer): Use xml-syntax-table.
5459 (xml-parse-tag): Likewise, and avoid changing entity tables.
5460 (xml-syntax-table): Define from scratch, making sure not to give
5461 x2000 and other Unicode spaces whitespace syntax, since those are
5462 not spaces in XML.
5463 (xml-parse-fragment): Delete unused function.
5464 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
5465 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
5466 (xml-entity-ref, xml-pe-reference-re)
5467 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
5468 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
5469 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
5470 (xml-entity-value-re): Use syntax references in regexps where
5471 possible; no need to define inside a let-binding.
5472 (xml-parse-dtd): Use xml-pe-reference-re.
5473 (xml-entity-or-char-ref-re): New defconst.
5474 (xml-parse-string, xml-substitute-special): Use it.
5475
30eabd7a
SM
54762012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
5477
0781098a
SM
5478 * files.el (locate-dominating-file): Allow `name' to be a predicate.
5479 (find-file--read-only): New function.
5480 (find-file-read-only, find-file-read-only-other-window)
5481 (find-file-read-only-other-frame): Use it.
5482 (insert-file-contents-literally): Don't `fset'.
5483 (get-free-disk-space): Use locate-dominating-file.
5484
b5771c0d
SM
5485 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
5486 function is already compiled.
5487
30eabd7a
SM
5488 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
5489
b4886f6e
MA
54902012-07-03 Michael Albinus <michael.albinus@gmx.de>
5491
5492 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
5493 files on the same host.
5494
b9d82339
AS
54952012-07-03 Andreas Schwab <schwab@linux-m68k.org>
5496
5497 * help-fns.el (describe-function-1): Only call
5498 help-fns--autoloaded-p when we have a file name. (Bug#11848)
5499
a76e6535
CY
55002012-07-03 Chong Yidong <cyd@gnu.org>
5501
5502 * xml.el: Protect parser against XML bombs.
5503 (xml-entity-expansion-limit): New variable.
5504 (xml-parse-string, xml-substitute-special): Use it.
5505 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
5506
b544fef2
GM
55072012-07-03 Glenn Morris <rgm@gnu.org>
5508
5509 * progmodes/bug-reference.el (bug-reference-bug-regexp):
5510 Allow linking to specific messages in debbugs reports (eg 123#5).
5511
a7aef6f5
CY
55122012-07-02 Chong Yidong <cyd@gnu.org>
5513
5514 * xml.el: Fix entity and character reference expansion, allowing
5515 them to expand into markup as per XML spec.
5516 (xml-default-ns): New variable.
5517 (xml-entity-alist): Use XML spec definitions for lt and amp.
30eabd7a
SM
5518 (xml-parse-region): Make first two arguments optional.
5519 Discard text properties.
5520 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
5521 All callers changed.
a7aef6f5
CY
5522 (xml-parse-tag): Call xml-parse-tag-1. For backward
5523 compatibility, this function should not modify buffer contents.
5524 (xml-parse-tag-1): Fix opening-tag regexp.
5525 (xml-parse-string): Rewrite, handling entity and character
5526 references properly.
5527 (xml--entity-replacement-text): Signal an error if a parameter
5528 entity is undefined.
5529
3df31c9f
SM
55302012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
5531
2b5208f1
SM
5532 * comint.el (comint-output-filter): Filter out repeated prompts.
5533
3df31c9f
SM
5534 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
5535 and file-name-absolute-p.
5536 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
5537 internal calls.
5538
e3ac1281
PE
55392012-07-02 Paul Eggert <eggert@cs.ucla.edu>
5540
5541 Spelling fixes.
5542 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
5543 Rename from byte-compile--refiy-function. All uses changed.
5544
fbf2e7ad
CY
55452012-07-01 Chong Yidong <cyd@gnu.org>
5546
5547 * xml.el (xml--parse-buffer): New function. Move most of
5548 xml-parse-region here.
5549 (xml-parse-region): Copy region into a temporary buffer, since
5550 parameter entity substitution requires changing buffer contents.
5551 Use xml--parse-buffer.
5552 (xml-parse-file): Use xml--parse-buffer.
5553 (xml-parse-dtd): Make parameter entity substitution work right.
6fe566a7 5554 Use proper regexps for ELEMENT declarations (Bug#7172).
fbf2e7ad 5555
9bf0aa15
GM
55562012-06-30 Glenn Morris <rgm@gnu.org>
5557
bbce2853
GM
5558 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
5559
9bf0aa15
GM
5560 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
5561 Remove outdated and unnecessary dbus declarations.
5562
0d23c240
EZ
55632012-06-30 Eli Zaretskii <eliz@gnu.org>
5564
5565 * emacs-lisp/timer.el (timer-until): Subtract results of
5566 float-time, instead of taking float-time of the result of
5567 time-subtract, since float-time signals an error for negative time
5568 arguments.
5569
b3218de1
CY
55702012-06-30 Chong Yidong <cyd@gnu.org>
5571
5572 * xml.el (xml-*-re): Convert defvars into defconsts, and
5573 eval-and-compile them so eval-and-compile works on derivatives.
5574 (xml--entity-replacement-text): Use eval-and-comple.
5575
a40c87a0
MA
55762012-06-30 Michael Albinus <michael.albinus@gmx.de>
5577
5578 * vc/vc-git.el (vc-git-registered): Use cache property
5579 `git-registered'.
5580 (vc-git-mode-line-string): Call `vc-working-revision' instead of
5581 `vc-git-working-revision' in order to benefit from the cache.
2bb1ae55 5582 (vc-git-root): Use cache property `git-root'. (Bug#11757)
a40c87a0 5583
ac87de97
DG
55842012-06-30 Dmitry Gutov <dgutov@yandex.ru>
5585
5586 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
2bb1ae55 5587 removed (likely outside Emacs). (Bug#11757)
ac87de97 5588
ac10fe06
SM
55892012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
5590
3df31c9f 5591 * emacs-lisp/cl-lib.el: Require macroexp.
ac10fe06 5592
7f3fbd5d
CY
55932012-06-30 Chong Yidong <cyd@gnu.org>
5594
5595 * xml.el: Implement XML parameter entities.
5596 (xml-parameter-entity-alist): New variable.
5597 (xml-parse-region, xml-parse-fragment): Preserve previous values
5598 of xml-entity-alist and xml-parameter-entity-alist, so that
5599 repeated calls on different documents do not change them.
5600 (xml-parse-tag): Fix doctype regexp.
5601 (xml--entity-replacement-text): New function.
5602 (xml-parse-dtd): Use it. Don't handle system entities; doing that
5603 properly requires url retrieval which is unimplemented.
5604 (xml-escape-string): Doc fix.
5605
3cfbebba
SM
56062012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
5607
5608 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
5609
2af3565e
DA
56102012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
5611
5612 * fringe.el (fringe-mode): Doc fix.
5613
929df0e7
MA
56142012-06-29 Michael Albinus <michael.albinus@gmx.de>
5615
5616 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
5617 is non-nil.
5618 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
5619 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
5620
c8d3a25c 56212012-06-29 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 5622
c8d3a25c
GM
5623 * calendar/cal-dst.el (calendar-current-time-zone):
5624 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 5625
c8d3a25c 56262012-06-29 Masatake YAMATO <yamato@redhat.com>
26e8548e
MY
5627
5628 * progmodes/which-func.el (which-func-format):
5629 Add mouse-face. (Bug#11698)
5630
c8d3a25c
GM
56312012-06-29 Leo Liu <sdl.web@gmail.com>
5632
5633 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
5634
56352012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5636
5637 * minibuffer.el (minibuffer-confirm-exit-commands):
5638 Add completion-at-point (bug#11725).
5639
56402012-06-29 Glenn Morris <rgm@gnu.org>
5641
5642 * progmodes/f90.el (f90-font-lock-keywords-2):
5643 Add some preprocessor elements. (Bug#10499)
5644
56452012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5646
5647 * progmodes/cperl-mode.el (cperl-update-syntaxification):
5648 Use syntax-propertize (bug#11739).
5649
2badeec4
JB
56502012-06-28 Juanma Barranquero <lekktu@gmail.com>
5651
5652 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
5653
ae4969c2
JD
56542012-06-28 Julien Danjou <julien@danjou.info>
5655
5656 * term.el (term-handle-colors-array): Use a set of new faces to
5657 color the terminal. Also uses :inverse-video property.
5658 (term-default-fg-color): Set to nil by default, deprecate in favor
5659 of `term-face'.
5660 (term-default-bg-color): Set to nil by default, deprecate in favor
5661 of `term-face'.
5662 (term-current-face): Use `term-face' by default.
5663 (term-bold-attribute): Variable deleted.
5664
1c9bd870
GM
56652012-06-28 Glenn Morris <rgm@gnu.org>
5666
5667 * simple.el (completion-list-mode-finish):
5668 Don't use toggle-read-only. (Since completion-list-mode has
5669 a special mode-class, it wasn't doing anything extra anyway.)
5670
c207708c
SM
56712012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
5672
5673 Make inlining of other-mode interpreted functions work (bug#11799).
5674 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
5675 (byte-compile): Use it to fix compilation of lexical-binding closures.
5676 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
5677 function, if needed.
5678
3fd56834
SM
56792012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
5680
04901786
SM
5681 * help-mode.el (help-make-xrefs): Don't just withstand
5682 cyclic-variable-indirection but any error in documentation-property.
5683
1ec4b7b2
SM
5684 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
5685 memory use.
5686 * bindings.el (bindings--define-key): New function.
5687 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
5688 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
5689 * bindings.el: Use it to purecopy define-key bindings.
5690
e309e2a5
SM
5691 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
5692
d5c6faf9
SM
5693 * emacs-lisp/cl.el (flet): Mark obsolete.
5694 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
5695 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
5696 * progmodes/js.el (js-c-fill-paragraph):
5697 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
5698 (ebrowse-switch-member-buffer-to-derived-class):
5699 * play/5x5.el (5x5-solver): Use cl-flet.
5700
6e9590e2
SM
5701 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
5702 (cl--symbol-function): New macro.
5703 (cl--letf, cl--letf*): Use it.
5704
3fd56834
SM
5705 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
5706 Strip "toggle-" if any.
5707
35ff222c
GM
57082012-06-27 Glenn Morris <rgm@gnu.org>
5709
1ba6038a
GM
5710 * info.el (Info-default-directory-list): Move here from paths.el.
5711 * paths.el: Remove file, which is now empty.
5712 * loadup.el: No longer load "paths".
5713
0ea0e51b
GM
5714 * custom.el (custom-initialize-delay): Doc fix.
5715
35ff222c
GM
5716 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
5717 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
5718 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
5719 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
5720 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
5721 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
5722 * eshell/eshell.el (eshell-defgroup): Remove alias.
5723
c89926a5
CY
57242012-06-27 Chong Yidong <cyd@gnu.org>
5725
5726 * help.el (help-enable-auto-load): New variable.
5727
5728 * help-fns.el (help-fns--autoloaded-p): New function.
5729 (describe-function-1): Refer to a function as "autoloaded" if it
5730 was autoloaded at any time in the past. Perform autoloading if
5731 help-enable-auto-load is non-nil.
5732
cc06e7e7
EZ
57332012-06-26 Eli Zaretskii <eliz@gnu.org>
5734
5735 * makefile.w32-in (compile, compile-always): Depend on
5736 update-subdirs, not on subdirs.el. Otherwise, several different
5737 sub-targets of 'bootstrap' running in parallel could
5738 simultaneously write to subdirs.el, producing a garbled file.
5739
d2c32364
SS
57402012-06-26 Sam Steingold <sds@gnu.org>
5741
5742 * files.el (file-name-base): New convenience function.
0d14cc21
GM
5743 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
5744 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
5745 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
5746 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
5747 * textmodes/ispell.el, textmodes/reftex-ref.el:
d2c32364
SS
5748 * textmodes/tex-mode.el: Use it.
5749 Did not touch cedet and org because they are maintained elsewhere.
5750
5cf983b2
MR
57512012-06-26 Martin Rudalics <rudalics@gmx.at>
5752
5753 * calendar/calendar.el (calendar-exit): Don't try to delete or
5754 iconify last frame. See:
5755 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
5756
8c4f2952
JD
57572012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
5758
5759 * server.el (server-process-filter): Remember dir in the
5760 process's `server-client-directory' properties.
5761
772b2e2c
CY
57622012-06-24 Chong Yidong <cyd@gnu.org>
5763
5764 * xml.el (xml-parse-tag): Correctly handle comment embedded in
5765 non-tag text.
5766
711b11e1
JB
57672012-06-23 Juanma Barranquero <lekktu@gmail.com>
5768
5769 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
5770
dc5d230c
SM
57712012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
5772
5773 * help-fns.el (describe-variable): Don't croak when doc is not found.
5774 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
5775 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
5776 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
5777 * emacs-lisp/smie.el (smie-next-sexp): CSE.
5778 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
5779 ((lambda ..) ..).
5780 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
5781
136e1c1d
CY
57822012-06-23 Chong Yidong <cyd@gnu.org>
5783
e8c1cabf
CY
5784 * info.el (Info-mouse-follow-link): Accept symbol values of
5785 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
136e1c1d
CY
5786 (Info-fontify-node): Use Info-link-keymap for all navigation
5787 buttons, with link-args property to perform the desired action.
5788 (Info-link-keymap): Doc fix.
5789 (Info-next-link-keymap, Info-prev-link-keymap)
5790 (Info-up-link-keymap): Delete now-unused keymaps.
5791
0e9e6c6a
CY
57922012-06-23 Chong Yidong <cyd@gnu.org>
5793
05e89fea
CY
5794 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
5795
0e9e6c6a
CY
5796 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
5797 system abbrevs.
5798
5799 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
5800
e33c6771
SM
58012012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
5802
b68581e2
SM
5803 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
5804 (bug#11719).
5805
e33c6771
SM
5806 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
5807 the requote function doesn't work properly (bug#11714).
5808
7117e105
GM
58092012-06-23 Glenn Morris <rgm@gnu.org>
5810
5811 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
5812
36cec983
SM
58132012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5814
5815 Further GV/CL cleanups.
5816 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
5817 gv-expander.
5818 (gv--defun-declaration): New function.
5819 (defun-declarations-alist): Use it.
5820 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
5821 (gv-place): Autoload.
5822 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
5823 original definition of dotimes and dolist.
5824 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
5825 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
5826 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
5827 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
5828 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
5829 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
5830 to the function's definition.
5831 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
5832 * window.el:
5833 * files.el:
5834 * faces.el:
5835 * env.el: Don't use CL.
5836
d35af63c
PE
58372012-06-22 Paul Eggert <eggert@cs.ucla.edu>
5838
5839 Support higher-resolution time stamps (Bug#9000).
5840
5841 * calendar/time-date.el (with-decoded-time-value): New arg
5842 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
5843 (encode-time-value): New optional arg PICO. New type 3.
5844 (time-to-seconds) [!float-time]: Support the new picoseconds
5845 component if it's used.
5846 (seconds-to-time, time-subtract, time-add):
5847 Support ps-resolution time stamps as well.
5848
5849 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
5850 (timerp): Timer vectors now have length 9, not 8.
5851 (timer--time): Support new-style (4-part) time stamps.
5852 (timer-next-integral-multiple-of-time): Time stamps now have
5853 picosecond resolution, so take a bit more care about rounding.
5854 (timer-relative-time, timer-inc-time): New optional arg psecs.
5855 (timer-set-time-with-usecs): Set psecs to 0.
5856 (timer--activate): Check psecs component, too.
5857
5858 * proced.el (proced-time-lessp): Support ps-resolution stamps.
5859
ac77b21a
SM
58602012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5861
f143bfe3
SM
5862 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
5863 Move the non-essential binding to the post/pre-command-hook where it is
5864 more obviously correct.
5865
ac77b21a
SM
5866 * subr.el (read-passwd): Don't use a history at all.
5867 * savehist.el (savehist-save): Remove password saved accidentally
5868 because of the above bug.
5869
76386c5a
BG
58702012-06-22 Bastien Guerry <bzg@gnu.org>
5871
5872 * files.el (toggle-read-only): Display a message telling whether
5873 the buffer is read-only or not (bug#11726).
5874
2ee3d7f0
SM
58752012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5876
5877 * emacs-lisp/gv.el: New file.
5878 * subr.el (push, pop): Extend to generalized variables.
5879 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
5880 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
5881 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
5882 gv-define-simple-setter, and gv-define-expander.
5883 Remove setf-methods defined in gv. Rename cl-setf -> setf.
5884 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
5885 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
5886 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
5887 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
5888 gv-letplace.
5889 (cl-defstruct): Don't define setf-method any more.
5890 * emacs-lisp/cl.el (flet): Don't autoload.
5891 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
5892 (define-setf-expander, defsetf, define-modify-macro)
5893 (cl-struct-setf-expander): Move from cl-lib.el.
5894 * emacs-lisp/syntax.el:
5895 * emacs-lisp/ewoc.el:
5896 * emacs-lisp/smie.el:
5897 * emacs-lisp/cconv.el:
5898 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
5899 (timer--time): Use gv-define-simple-setter.
5900 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
5901 to avoid coding-system problems in subr.el. Adjust all users.
5902 (macroexp--maxsize, macroexp-small-p): New functions.
5903 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
5904 * scroll-bar.el (scroll-bar-mode):
5905 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
5906 (normal-erase-is-backspace-mode): Don't use the `eq' place.
5907 * winner.el (winner-configuration, winner-make-point-alist)
5908 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
5909 * files.el (locate-file-completion-table): Avoid list*.
5910
c5695d1d
CY
59112012-06-22 Chong Yidong <cyd@gnu.org>
5912
5913 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
5914 (dired-create-files): Doc fix (Bug#11329).
5915 (dired-do-copy): Doc fix (Bug#11334).
5916 (dired-mark-read-string): Doc fix (Bug#11553).
5917
2ee3d7f0
SM
5918 * dired.el (dired-recursive-copies, dired-recursive-deletes):
5919 Doc fix (Bug#11326).
c5695d1d
CY
5920 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
5921 (dired-dwim-target): Doc fix.
5922
5923 * wdired.el (wdired-mode): Doc fix.
5924
89b5595a
GM
59252012-06-22 Glenn Morris <rgm@gnu.org>
5926
575db3f1
GM
5927 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
5928 (pcmpl-rpm-cache-stamp-file): New constant.
5929 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
5930 (pcmpl-rpm-packages): Optionally cache list of packages.
5931
a4c8dd51
GM
5932 * pcmpl-rpm.el (pcmpl-rpm): New group.
5933 (pcmpl-rpm-query-options): New option.
5934 (pcmpl-rpm-packages): No need to inline it.
5935 Use pcmpl-rpm-query-options.
5936
89b5595a
GM
5937 * calendar/calendar.el (calendar-in-read-only-buffer):
5938 Avoid some needless mode changes.
5939
e76f0800
CY
59402012-06-21 Chong Yidong <cyd@gnu.org>
5941
5942 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
5943 (desktop-path): Remove . from the default value (Bug#10977).
6b67c0d4 5944 (desktop-read): Use user-emacs-directory if desktop-path is nil.
e76f0800 5945
297a8f1d
CY
59462012-06-20 Chong Yidong <cyd@gnu.org>
5947
5948 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
5949
d34c18b1
DR
59502012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
5951
5952 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
5953 (bug#11201).
5954
32f7f28e
CY
59552012-06-20 Chong Yidong <cyd@gnu.org>
5956
5957 * term.el (term-window-width): Handle the case of a missing right
5958 fringe (Bug#8837).
5959 (term-check-size): Use window-text-height (Bug#5445).
d34c18b1
DR
5960 (term-mode): Use define-derived-mode. Minor cleanups.
5961 Set font-lock-defaults (Bug#7692).
6ff7caa8
CY
5962 (term-move-columns, term-insert-char, term-emulate-terminal)
5963 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
32f7f28e 5964
493c6688
MA
59652012-06-20 Michael Albinus <michael.albinus@gmx.de>
5966
d34c18b1
DR
5967 * net/ange-ftp.el (ange-ftp-get-passwd):
5968 Bind `enable-recursive-minibuffers'.
493c6688
MA
5969 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
5970
3f06ecf4
DR
59712012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
5972
5973 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
5974
68f12411
GM
59752012-06-19 Glenn Morris <rgm@gnu.org>
5976
5977 * progmodes/python.el (python-mode): Derive from prog-mode.
5978
b3820318
KG
59792012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
5980
5981 * emulation/edt.el (edt-default-menu-bar-update-buffers)
5982 (edt-user-menu-bar-update-buffers): New functions.
5983 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
5984
c6bf3022
CY
59852012-06-19 Chong Yidong <cyd@gnu.org>
5986
5987 * subr.el (with-selected-window): Preserve the selected window's
5988 terminal's top-frame (Bug#4702).
5989
5990 * window.el (save-selected-window): Likewise.
5991
25f09295
SM
59922012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
5993
5994 * progmodes/python.el (python-rx-constituents): Move backquote.
5995 (python-skeleton-define, python-define-auxiliary-skeleton):
5996 Use `declare'.
5997
6b11952a
MA
59982012-06-18 Michael Albinus <michael.albinus@gmx.de>
5999
6000 * minibuffer.el (read-file-name-default): Revert the patch from
6001 2012-06-17.
6002
ee4b1330
SM
60032012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6004
6005 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
6006 (pcase--u1, pcase--q1): Don't use apply-partially.
6007
35647f79
GM
60082012-06-18 Glenn Morris <rgm@gnu.org>
6009
6010 * progmodes/python.el (python-proc, python-buffer)
6011 (python-send-receive, python-send-string): Fix obsolete versions.
6012
24b0cff0
MR
60132012-06-18 Martin Rudalics <rudalics@gmx.at>
6014
6015 * window.el (special-display-p): Completely remove stringp
6016 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
6017
29855149
MA
60182012-06-17 Michael Albinus <michael.albinus@gmx.de>
6019
6020 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
6021
6022 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
6023
6024 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
6025 * net/tramp-sh.el (tramp-maybe-open-connection):
6026 Throw if `non-essential' is non-nil.
6027
07463363
MR
60282012-06-17 Martin Rudalics <rudalics@gmx.at>
6029
6030 * window.el (special-display-p): Signal an error if BUFFER-NAME
6031 is not a string (Bug#11713).
6032
48d1354e
PE
60332012-06-17 Paul Eggert <eggert@cs.ucla.edu>
6034
6035 * progmodes/python.el (python-info-beginning-of-backslash):
6036 Rename from python-info-beginning-of-backlash, as a spelling fix.
6037
eb4a8a9a
CY
60382012-06-17 Chong Yidong <cyd@gnu.org>
6039
6040 * term.el (term-emulate-terminal): If term-check-size is called,
6041 move point to the process mark without resetting point (Bug#4635).
6042
ddfbf826 60432012-06-17 Glenn Morris <rgm@gnu.org>
9c758578
GM
6044
6045 * international/mule-cmds.el (mule-menu-keymap)
6046 (set-language-environment, set-locale-environment): Doc tweaks.
6047
9b0e3eba
AA
60482012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
6049
6050 * cus-face.el (custom-face-attributes): Add wave-style underline
6051 attribute.
6052 * faces.el (set-face-attribute): Update docstring to describe
6053 wave-style underline attribute.
6054
771e3eae
CY
60552012-06-16 Chong Yidong <cyd@gnu.org>
6056
6057 * term/xterm.el (terminal-init-xterm): Discard input before
6058 querying background mode (Bug#10959).
6059
7ae2ea10
SM
60602012-06-16 Stefan Merten <smerten@oekonux.de>
6061
6062 * textmodes/rst.el: Added and corrected some comments.
6063 (rst-re-alist-def): Improve symbol syntax.
6064 (rst-mode-syntax-table): Correct syntax entries.
6665a6fd
SM
6065 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
6066 (rst-official-version, rst-official-cvs-rev): Update version
6067 information.
7ae2ea10 6068
b6974efa
JB
60692012-06-15 Juanma Barranquero <lekktu@gmail.com>
6070
6071 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
6072 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
6073
8826d473
GM
60742012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
6075
6076 * progmodes/python.el: New python.el merge.
6077 (python-guess-indent): Obsolete var.
6078 (python-indent-guess-indent-offset): New defcustom.
6079 (python-indent): Obsolete var.
6080 (python-indent-offset): New defcustom.
6081 (python-python-command, python-jython-command): Delete var.
6082 (python-shell-interpreter): New defcustom.
6083 (python-pdbtrack-do-tracking-p): Delete var.
6084 (python-pdbtrack-activate): New defcustom.
6085 (python-use-skeletons): Obsolete var.
6086 (python-skeleton-autoinsert): New defcustom.
6087 (inferior-python-filter-regexp, python-continuation-offset)
6088 (python-honour-comment-indentation, python-indent-string-contents)
6089 (python-jython-packages, python-mode-hook)
6090 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
6091 (python-shell-prompt-alist)
6092 (python-source-modes): Delete defcustoms.
6093 (python-check-buffer-name, python-eldoc-setup-code)
6094 (python-eldoc-string-code, python-ffap-setup-code)
6095 (python-ffap-string-code, python-fill-comment-function)
6096 (python-fill-decorator-function, python-fill-paren-function)
6097 (python-fill-string-function, python-imenu-include-defun-type)
6098 (python-imenu-make-tree, python-imenu-subtree-root-label)
6099 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
6100 (python-shell-compilation-regexp-alist)
6101 (python-shell-completion-module-string-code)
6102 (python-shell-completion-pdb-string-code)
6103 (python-shell-completion-setup-code)
6104 (python-shell-completion-string-code)
6105 (python-shell-enable-font-lock, python-shell-exec-path)
6106 (python-shell-extra-pythonpaths)
6107 (python-shell-internal-buffer-name, python-shell-interpreter-args)
6108 (python-shell-process-environment)
6109 (python-shell-prompt-block-regexp)
6110 (python-shell-prompt-output-regexp)
6111 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
6112 (python-shell-send-setup-max-wait, python-shell-setup-codes)
6113 (python-shell-virtualenv-path): New defcustoms.
6114 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
6115 (inferior-python-mode-syntax-table, python--prompt-regexp)
6116 (python-buffer, python-command python-python-command)
6117 (python-default-template, python-imports, python-indent-index)
6118 (python-indent-list, python-indent-list-length)
6119 (python-mode-running, python-pdbtrack-is-tracking-p)
6120 (python-preoutput-continuation, python-preoutput-leftover)
6121 (python-preoutput-result, python-preoutput-skip-next-prompt)
6122 (python-prev-dir/file, python-recursing)
6123 (python-saved-check-command, python-version-checked)
6124 (python-which-func-length-limit)
6125 (view-return-to-alist): Delete vars.
6126 (python-check-custom-command, python-dotty-syntax-table)
6127 (python-imenu-index-alist, python-indent-current-level)
6128 (python-indent-dedenters, python-indent-levels)
6129 (python-nav-beginning-of-defun-regexp)
6130 (python-nav-list-defun-positions-cache)
6131 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
6132 (python-shell-internal-buffer)
6133 (python-skeleton-available): New vars.
6134 (def-python-skeleton): Delete macro.
6135 (python-skeleton-define): New macro.
6136 (python-define-auxiliary-skeleton, python-rx): New macros.
6137 (python-insert-class): Delete command.
6138 (python-skeleton-class): New command.
6139 (python-insert-def): Delete command.
6140 (python-skeleton-def): New command.
6141 (python-insert-for): Delete command.
6142 (python-skeleton-for): New command.
6143 (python-insert-if): Delete command.
6144 (python-skeleton-if): New command.
6145 (python-insert-try/except, python-insert-try/finally): Delete commands.
6146 (python-skeleton-try): New command.
6147 (python-insert-while): Delete command.
6148 (python-skeleton-while): New command.
6149 (python-backspace): Delete command.
6150 (python-indent-dedent-line-backspace): New command.
6151 (python-electric-colon): Delete command.
6152 (python-indent-electric-colon): New command.
6153 (python-guess-indent): Delete command.
6154 (python-indent-guess-indent-offset): New command.
6155 (python-shift-left): Delete command.
6156 (python-indent-shift-left): New command.
6157 (python-shift-right): Delete command.
6158 (python-indent-shift-right): New command.
6159 (python-find-function): Delete command.
6160 (python-nav-jump-to-defun): New command.
6161 (python-next-statement): Delete command.
6162 (python-nav-forward-sentence): New command.
6163 (python-previous-statement): Delete command.
6164 (python-nav-backward-sentence): New command.
6165 (python-fill-paragraph): Delete command.
6166 (python-fill-paragraph-function): New command.
6167 (python-send-buffer): Delete command.
6168 (python-shell-send-buffer): New command.
6169 (python-send-defun): Delete command.
6170 (python-shell-send-defun): New command.
6171 (python-send-region, python-send-region-and-go): Delete commands.
6172 (python-shell-send-region)
6173 (python-shell-switch-to-shell): New commands.
6174 (python-send-string): Delete command.
6175 (python-shell-send-string): New command.
6176 (python-switch-to-python): Delete command.
6177 (python-shell-switch-to-shell): New command.
6178 (python-describe-symbol): Delete command.
6179 (python-eldoc-at-point): New command.
6180 (python--set-prompt-regexp, python-args-to-list)
6181 (python-after-info-look, python-check-version)
6182 (python-check-comint-prompt, python-find-imports)
6183 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
6184 (python-unload-function, python-expand-template)
6185 (python-maybe-jython, python-preoutput-filter)
6186 (python-pdbtrack-get-source-buffer)
6187 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
6188 (python-pdbtrack-toggle-stack-tracking)
6189 (python-pdbtrack-track-stack-file, python-initial-text)
6190 (python-first-word, python-comment-line-p, python-send-command)
6191 (python-setup-brm, python-sentinel, python-set-proc)
6192 (python-skip-out, python-input-filter, python-outdent-p)
6193 (python-outline-level, python-backslash-continuation-line-p)
6194 (python-end-of-block, python-end-of-statement, python-mark-block)
6195 (python-beginning-of-block, python-beginning-of-statement)
6196 (python-blank-line-p, python-beginning-of-string)
6197 (python-open-block-statement-p): Delete functions.
6198 (python-indent-line, python-indent-line-1): Delete functions.
6199 (python-indent-line): New function.
6200 (python-indentation-levels): Delete function.
6201 (python-indent-calculate-levels): New function.
6202 (python-proc): Delete function.
6203 (python-shell-get-process): New function.
6204 (python-send-receive): Delete function.
6205 (python-shell-send-string-no-output): New function.
6206 (python-module-path): Delete function.
6207 (python-ffap-module-path): New function.
6208 (python-completion-at-point)
6209 (python-symbol-completions): Delete functions.
6210 (python-completion-complete-at-point): New function.
6211 (python-load-file): Delete function.
6212 (python-shell-send-file): New function.
6213 (python-calculate-indentation): Delete function.
6214 (python-indent-calculate-indentation): New function.
6215 (python-skip-comments/blanks): Delete function.
6216 (python-util-forward-comment): New function.
6217 (python-continuation-line-p): Delete function.
6218 (python-info-continuation-line-p): New function.
6219 (python-which-func, python-current-defun): Delete function.
6220 (python-info-current-defun): New function.
6221 (python-beginning-of-defun): Delete function.
6222 (python-nav-beginning-of-defun): New function.
6223 (python-close-block-statement-p)
6224 (python-block-end-p): Delete function.
6225 (python-info-closing-block): New function.
6226 (python-comint-output-filter-function)
6227 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
6228 (python-fill-comment, python-fill-decorator, python-fill-paren)
6229 (python-fill-string, python-imenu-make-element-tree)
6230 (python-imenu-make-tree, python-imenu-tree-assoc)
6231 (python-indent-context, python-indent-dedent-line)
6232 (python-indent-line-function)
6233 (python-indent-post-self-insert-function)
6234 (python-indent-toggle-levels)
6235 (python-info-assignment-continuation-line-p)
6236 (python-info-beginning-of-backlash)
6237 (python-info-block-continuation-line-p)
6238 (python-info-closing-block-message)
6239 (python-info-line-ends-backslash-p)
6240 (python-info-looking-at-beginning-of-defun)
6241 (python-info-ppss-context, python-info-ppss-context-type)
6242 (python-nav-list-defun-positions, python-nav-read-defun)
6243 (python-nav-sentence-end, python-nav-sentence-start)
6244 (python-pdbtrack-comint-output-filter-function)
6245 (python-pdbtrack-set-tracked-buffer)
6246 (python-shell-calculate-exec-path)
6247 (python-shell-calculate-process-environment)
6248 (python-shell-completion--do-completion-at-point)
6249 (python-shell-completion--get-completions)
6250 (python-shell-completion-complete-at-point)
6251 (python-shell-completion-complete-or-indent)
6252 (python-shell-get-or-create-process)
6253 (python-shell-get-process-name)
6254 (python-shell-internal-get-or-create-process)
6255 (python-shell-internal-get-process-name)
6256 (python-shell-internal-send-string, python-shell-make-comint)
6257 (python-shell-parse-command, python-shell-send-setup-code)
6258 (python-skeleton-add-menu-items)
6259 (python-util-clone-local-variables, python-util-position)
6260 (run-python-internal, python-indentation-levels)
6261 (python-nav-beginning-of-defun)
6262 (python-completion-complete-at-point): New functions.
6263 (run-python): Change arguments. New API requirements.
6264
4302f5ba
SM
62652012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6266
f38ea36d
SM
6267 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
6268 (bug#11649).
6269
6270 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
6271 (macroexp--expand-all): Use it.
6272
4302f5ba
SM
6273 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
6274 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
6275 Use `cl-function' instead.
6276
33377562
JB
62772012-06-14 Juanma Barranquero <lekktu@gmail.com>
6278
6279 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
6280 Suggested by Stefan Monnier while discussing bug#11657.
6281
54c5ba1a
SS
62822012-06-14 Sam Steingold <sds@gnu.org>
6283
6284 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
6285
f9f1b1fe
AS
62862012-06-14 Andreas Schwab <schwab@linux-m68k.org>
6287
6288 * play/doctor.el (doctor-doc): Remove parameter and use
6289 doctor-sent instead of sent.
6290 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
6291
a81068ba
SM
62922012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6293
5a315f9c
SM
6294 * files.el: Require cl-lib.
6295 (file-name-non-special): Replace case -> cl-case.
6296
6297 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
6298
a81068ba
SM
6299 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
6300 mapping from #' to function*.
6301
8cca9703
CY
63022012-06-13 Chong Yidong <cyd@gnu.org>
6303
6304 * mouse.el (mouse-drag-track): Do not set the mark if the user
6305 releases the mouse without selecting anything (Bug#11588).
6306
a12ac9d7
SM
63072012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6308
ccf1dc18
SM
6309 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
6310 as well (bug#11646).
6311
ef62b23d
SM
6312 * loadup.el: Count byte-code functions as well.
6313
c4c8444a
SM
6314 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
6315 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
6316
a12ac9d7
SM
6317 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
6318 (bug#11649). Add cl-defun and cl-defmacro.
6319
87e6e64f
DA
63202012-06-13 Drew Adams <drew.adams@oracle.com>
6321
6322 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
6323 Fix last change.
6324
682cefaf
MA
63252012-06-13 Michael Albinus <michael.albinus@gmx.de>
6326
6327 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
6328 Otherwise, it blocks in batch mode.
6329
773e1f08
JB
63302012-06-13 Juanma Barranquero <lekktu@gmail.com>
6331
6332 * help-mode.el (bookmark-make-record-default): Declare.
6333
60057926
CY
63342012-06-13 Chong Yidong <cyd@gnu.org>
6335
6336 * emacs-lisp/package.el (list-packages): Compute a list of
6337 packages that are newly-available since the last list-packages
6338 invocation.
6339 (package-menu--new-package-list): New var.
6340 (package-menu--generate, package-menu--print-info)
6341 (package-menu--status-predicate, package-menu-mark-install):
6342 Handle new status label "new".
6343
ad4d226c
SM
63442012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6345
6346 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
6347 conversion to backquotes.
6348
f1a4e679
CY
63492012-06-12 Chong Yidong <cyd@gnu.org>
6350
6351 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
6352 Rename from gud-inhibit-global-bindings.
6353
6354 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
6355
6356 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
6357 hook from nxml-glyph-set-hook.
6358
6359 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
6360 declaration.
6361
6362 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
6363
6364 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
6365 Convert to defcustom.
6366
0c9e42b5
DA
63672012-06-12 Drew Adams <drew.adams@oracle.com>
6368
6369 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
6370 New functions.
6371 (help-mode): Use them.
6372
09e06855
GM
63732012-06-11 Glenn Morris <rgm@gnu.org>
6374
6375 * progmodes/fortran.el (fortran-font-lock-keywords-3):
6376 Use preprocessor face for directives.
6377 (fortran-directive-re): Doc fix.
6378
71adb94b
SM
63792012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6380
2eb87922
SM
6381 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
6382 conversion to backquotes (bug#11652).
6383
71adb94b
SM
6384 Fix compiler-expansion of CL's cXXr functions (bug#11673).
6385 * emacs-lisp/cl-lib.el (cl--defalias): New function.
6386 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
6387 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
6388 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
6389 (cl-ninth, cl-tenth): Mark them as inlinable.
6390 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
6391 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
6392 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
6393 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
6394 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
6395 (cl-list*, cl-adjoin): Don't put an autoload manually.
6396 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
6397 (cl--compiler-macro-list*): Add autoload cookie.
6398 (cl--compiler-macro-cXXr): New function.
2eb87922 6399
71adb94b
SM
6400 * help-fns.el (help-fns--compiler-macro): New function extracted from
6401 describe-function-1; follow aliases and use `compiler-macro' property.
6402 (describe-function-1): Use it.
6403
a6674402
CY
64042012-06-11 Chong Yidong <cyd@gnu.org>
6405
6406 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
6407 is uninstalled, if imagemagick is installed.
6408
bb3faf5b
SM
64092012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6410
6411 * emacs-lisp/cl-lib.el: Use lexical-binding.
6412 (cl-map-extents, cl-maclisp-member): Remove.
6413 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
6414 (cl--set-substring, cl--block-wrapper, cl--block-throw)
6415 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
6416 * emacs-lisp/cl-extra.el: Use lexical-binding.
6417 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
6418 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
6419 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
6420 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
6421 * emacs-lisp/cl-seq.el: Use lexical-binding.
6422 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
6423 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
6424 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
6425 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
6426 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
6427 CL's internals.
6428
2fe4b125
MA
64292012-06-11 Michael Albinus <michael.albinus@gmx.de>
6430
6431 Sync with Tramp 2.2.6-pre.
6432
6433 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
6434 `print-length' and `print-level' to nil, in order to avoid
6435 truncation. Reported by Christopher Schmidt
6436 <christopher@ristopher.com>.
6437
6438 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
6439
6440 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
6441 New defmacro.
6442 (tramp-compat-copy-directory): Add optional argument
6443 COPY-CONTENTS. It is not handled yet.
6444
6445 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
6446 (tramp-ftp-file-name-p): Simplify.
6447
6448 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
6449 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
6450 connection vector.
6451
6452 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
6453 (tramp-methods): Do not use `tramp-password-end-of-line'.
6454 (tramp-completion-function-alist-putty): Handle UNIX case.
6455 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
6456 (tramp-do-file-attributes-with-stat)
6457 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
6458 gid as real numbers. They could run out of integer range on cygwin.
6459 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
6460 (tramp-sh-handle-expand-file-name): Handle hops.
87e6e64f
DA
6461 (tramp-open-connection-setup-interactive-shell):
6462 Use `tramp-cleanup'. Move check for busyboxes ...
6463 (tramp-find-shell): ... here. Simplify implementation.
6464 Set "remote-shell" property also for alternative shells.
6465 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
6466 If failing, a regular file would be written otherwise.
6467 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
2fe4b125
MA
6468 (tramp-find-inline-encoding): Cache the coding commands in the
6469 process cache. Apply test command on the remote side, if defined.
6470 (tramp-find-inline-compress): Cache the compress commands in the
6471 process cache.
6472 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
6473 when requested. Handle hops.
6474 (tramp-current-connection): New defvar.
87e6e64f
DA
6475 (tramp-maybe-open-connection): Use `tramp-cleanup'.
6476 Throw `suppress', if there was a failed connection shortly before.
2fe4b125 6477 Handle user interrupt. (Bug#10187)
87e6e64f
DA
6478 (tramp-get-inline-compress, tramp-get-inline-coding):
6479 Read connection properties from the process cache.
2fe4b125
MA
6480
6481 * net/tramp-smb.el (tramp-smb-server-version)
87e6e64f
DA
6482 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
6483 New defconsts.
2fe4b125
MA
6484 (tramp-smb-prompt): Extend for powershell prompt.
6485 (tramp-smb-file-name-handler-alist): Add handlers for
6486 `process-file', `shell-command' and `start-file-process'.
6487 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
6488 (tramp-smb-winexe-shell-command-switch): New defcustoms.
6489 (tramp-smb-file-name-p): Simplify.
6490 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
6491 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
6492 (tramp-smb-shell-quote-argument): New defuns.
6493 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
6494 Implement using "tar". By this, time-stamps are preserved.
6495 (tramp-smb-handle-copy-file): Handle also the case of directories.
6496 (tramp-smb-do-file-attributes-with-stat)
87e6e64f
DA
6497 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
6498 Use `tramp-get-connection-buffer').
2fe4b125
MA
6499 (tramp-smb-handle-rename-file): Use "rename", when source and
6500 target are on the same share.
87e6e64f
DA
6501 (tramp-smb-maybe-open-connection): Handle wrong passwords.
6502 Use `tramp-smb-server-version'.
2fe4b125
MA
6503 (tramp-smb-wait-for-output): Remove prompt.
6504
6505 * net/tramp.el (top): Require 'cl.
87e6e64f
DA
6506 (tramp-methods, tramp-rsh-end-of-line):
6507 Remove `tramp-password-end-of-line' from docstring.
2fe4b125
MA
6508 (tramp-save-ad-hoc-proxies): New defcustom.
6509 (tramp-completion-function-alist): Adapt docstring.
6510 (tramp-default-password-end-of-line): Remove defcustom.
6511 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
6512 (tramp-user-regexp, tramp-file-name-regexp-unified)
6513 (tramp-file-name-regexp-url): Extend regexp by hop separator.
6514 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
6515 (tramp-remote-file-name-spec-regexp): New defconst.
6516 (tramp-file-name-structure): Extend structure for hops.
6517 (tramp-get-method-parameter): Move up.
6518 (tramp-file-name-p, tramp-dissect-file-name)
6519 (with-parsed-tramp-file-name): Handle hops.
6520 (tramp-file-name-hop): New defun.
6521 (tramp-make-tramp-file-name): New optional arg HOP.
6522 (tramp-message-show-progress-reporter-message): New defvar.
6523 (tramp-with-progress-reporter): Use it. We cannot use
6524 `tramp-message-show-message' here, because this suppresses also
6525 error buffers.
6526 (tramp-error-with-buffer): Suppress buffer view, if
87e6e64f
DA
6527 `tramp-message-show-message' is nil.
6528 Use `tramp-get-connection-buffer'.
2fe4b125
MA
6529 (tramp-cleanup): New defun.
6530 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
6531 (tramp-file-name-handler): If `debug-on-error' is set, propagate
6532 an error unchanged.
6533 (tramp-completion-handle-file-name-all-completions): Handle hops.
6534 Fix an error when called from ido.
6535 (tramp-completion-dissect-file-name): Use better local variable
6536 name. Add hop to the vector.
6537 (tramp-handle-insert-file-contents): Use progress-reporter for the
6538 whole scenario.
6539 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
6540 to `t'.
6541 (tramp-check-for-regexp): Simplify search.
6542 (tramp-enter-password): Remove it. Move implementation ...
6543 (tramp-action-password): ... here.
6544 (tramp-mode-string-to-int, tramp-local-host-p)
6545 (tramp-make-tramp-temp-file, tramp-read-passwd)
87e6e64f
DA
6546 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
6547 Set tramp-autoload cookie.
2fe4b125
MA
6548
6549 * net/trampver.el: Update release number.
6550
65512012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6552 Michael Albinus <michael.albinus@gmx.de>
6553
6554 * net/tramp.el (tramp-set-completion-function): Fix docstring.
6555 (tramp-parse-group, tramp-parse-file)
6556 (tramp-parse-shostkeys-sknownhosts): New defuns.
6557 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
6558 (tramp-parse-shosts-group, tramp-parse-sconfig)
6559 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
6560 (tramp-parse-sknownhosts, tramp-parse-hosts)
6561 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
6562 Use them.
6563 (tramp-parse-passwd-group, tramp-parse-netrc-group)
6564 (tramp-parse-putty-group): Don't narrow.
6565 (tramp-parse-putty): Make a loop.
6566 (tramp-file-name-handler): Catch the `suppress' signal.
6567
72834e10
CY
65682012-06-11 Chong Yidong <cyd@gnu.org>
6569
6570 * image.el (imagemagick-register-types): Put the ImageMagick entry
6571 at the end of image-type-file-name-regexps.
6572
a4712e11
JB
65732012-06-11 Johan Bockgård <bojohan@gnu.org>
6574
6575 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
6576 (pcase, pcase-let*, pcase-dolist): Use them.
6577
82ad98e3
SM
65782012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6579
6580 * emacs-lisp/pcase.el (pcase--let*): New function.
6581 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
6582 (pcase--expand): Use macroexp-let².
6583
f80efb86
SM
65842012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6585
6586 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
6587 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
6588 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
6589 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
6590 * emacs-lisp/derived.el: Use pcase instead of `cl'.
6591 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
6592
31ca4639 65932012-06-10 Glenn Morris <rgm@gnu.org>
94f0aa34 6594
31ca4639
CY
6595 * mail/rmail.el (rmail-yank-current-message): Leave point at
6596 correct position. (Bug#11660)
94f0aa34 6597
31ca4639 65982012-06-10 Chong Yidong <cyd@gnu.org>
9e1b8ec4 6599
31ca4639 6600 * allout-widgets.el: Fix code header.
9e1b8ec4 6601
31ca4639 66022012-06-10 Chong Yidong <cyd@gnu.org>
00cd0305 6603
f80efb86
SM
6604 * cus-edit.el (customize-changed-options-previous-release):
6605 Bump to 24.1.
31ca4639 6606
642b6d30
AS
66072012-06-09 Andreas Schwab <schwab@linux-m68k.org>
6608
6609 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
6610
4f5d2ba1
CY
66112012-06-09 Chong Yidong <cyd@gnu.org>
6612
6613 * ebuff-menu.el (electric-buffer-list): Preserve header line.
6614
e75852fd
MR
66152012-06-09 Martin Rudalics <rudalics@gmx.at>
6616
6617 * window.el (special-display-popup-frame): Don't use
6618 window--display-buffer (Bug#11651).
6619
1e48e282
EZ
66202012-06-09 Eli Zaretskii <eliz@gnu.org>
6621
8a26b487
EZ
6622 Fix parallel builds: make sure loaddefs.el is not being written
6623 while Lisp files are compiled.
6624 (compile): Don't depend on 'mh-autoloads'.
6625 (compile-CMD, compile-SH): Depend on 'autoloads'.
6626 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
6627
1e48e282
EZ
6628 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
6629
6175e34b
CY
66302012-06-09 Chong Yidong <cyd@gnu.org>
6631
6632 * face-remap.el (face-remap-add-relative, face-remap-set-base)
6633 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
6634 Doc fixes (Bug#11225).
6635
d9857e53
SM
66362012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6637
6638 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
6639 a function if there's a clear indication that it has a compiler-macro.
6640 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
6641 (macro-declarations-alist): Add arglist to declaration functions.
6642 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
6643 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
6644 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
6645 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
6646 Also add autoload to find the compiler macro.
6647 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
6648 (cl--compiler-macro-member, cl--compiler-macro-assoc)
6649 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
6650 (cl--compiler-macro-get): New functions, replacing calls to
6651 cl-define-compiler-macro.
6652 (cl-typep) [compiler-macro]: Use macroexp-let².
6653
f81298f8 66542012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
ee574791
UJ
6655
6656 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
6657 string properly, fixes Bug#11473.
6658
4b56d0fe
CY
66592012-06-08 Chong Yidong <cyd@gnu.org>
6660
6661 * faces.el (set-face-attribute): Doc fix.
6662 (modify-face): Don't use :bold and :italic.
6663 (error, warning, success): Tweak definitions.
6664
6665 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
6666 (custom-modified, custom-set, custom-changed, custom-themed)
6667 (custom-saved, custom-button, custom-button-mouse)
6668 (custom-button-pressed, custom-state, custom-comment-tag)
6669 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
6670 (custom-group-subtitle): Use new-style face specs.
6671 (custom-invalid-face, custom-rogue-face, custom-modified-face)
6672 (custom-set-face, custom-changed-face, custom-saved-face)
6673 (custom-button-face, custom-button-pressed-face)
6674 (custom-documentation-face, custom-state-face)
6675 (custom-comment-face, custom-comment-tag-face)
6676 (custom-variable-tag-face, custom-variable-button-face)
6677 (custom-face-tag-face, custom-group-tag-face-1)
6678 (custom-group-tag-face): Remove obsolete face alias.
6679
6680 * epa.el (epa-validity-high, epa-validity-medium)
6681 (epa-validity-low, epa-mark, epa-field-name, epa-string)
6682 (epa-field-name, epa-field-body):
6683 * font-lock.el (font-lock-comment-face, font-lock-string-face)
6684 (font-lock-keyword-face, font-lock-builtin-face)
6685 (font-lock-function-name-face, font-lock-variable-name-face)
6686 (font-lock-type-face, font-lock-constant-face):
6687 * ido.el (ido-first-match, ido-only-match, ido-subdir)
6688 (ido-virtual, ido-indicator, ido-incomplete-regexp):
6689 * speedbar.el (speedbar-button-face, speedbar-file-face)
6690 (speedbar-directory-face, speedbar-tag-face)
6691 (speedbar-selected-face, speedbar-highlight-face)
6692 (speedbar-separator-face):
6693 * whitespace.el (whitespace-newline, whitespace-space)
6694 (whitespace-hspace, whitespace-tab, whitespace-trailing)
6695 (whitespace-line, whitespace-space-before-tab)
6696 (whitespace-space-after-tab, whitespace-indentation)
6697 (whitespace-empty):
6698 * emulation/cua-base.el (cua-global-mark):
6699 * eshell/em-prompt.el (eshell-prompt):
6700 * net/newst-plainview.el (newsticker-new-item-face)
6701 (newsticker-old-item-face, newsticker-immortal-item-face)
6702 (newsticker-obsolete-item-face, newsticker-date-face)
6703 (newsticker-statistics-face, newsticker-default-face):
6704 * net/newst-reader.el (newsticker-feed-face)
6705 (newsticker-extra-face, newsticker-enclosure-face):
6706 * net/newst-treeview.el (newsticker-treeview-face)
6707 (newsticker-treeview-new-face, newsticker-treeview-old-face)
6708 (newsticker-treeview-immortal-face)
6709 (newsticker-treeview-obsolete-face)
6710 (newsticker-treeview-selection-face):
6711 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
6712 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
6713 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
6714 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
6715 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
6716 (nxml-outline-active-indicator, nxml-outline-ellipsis):
6717 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
6718 (mpuz-text):
6719 * progmodes/vera-mode.el (vera-font-lock-number)
6720 (vera-font-lock-function, vera-font-lock-interface):
6721 * textmodes/table.el (table-cell): Use new-style face specs, and
6722 don't use the old :bold and :italic attributes.
6723
6724 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
6725 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
6726 (ebrowse-member-class, ebrowse-progress): Likewise.
6727 (ebrowse-tree-mark-face, ebrowse-root-class-face)
6728 (ebrowse-file-name-face, ebrowse-default-face)
6729 (ebrowse-member-attribute-face, ebrowse-member-class-face)
6730 (ebrowse-progress-face): Remove obsolete faces.
6731
6732 * progmodes/flymake.el (flymake-errline, flymake-warnline):
6733 Inherit from error and warning faces respectively.
6734
6735 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6736 Likewise.
f80efb86
SM
6737 (flyspell-incorrect-face, flyspell-duplicate-face):
6738 Remove obsolete aliases.
4b56d0fe 6739
03310646
MA
67402012-06-08 Michael Albinus <michael.albinus@gmx.de>
6741
6742 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
6743 Avoid infloop.
6744
513749ee
SM
67452012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6746
6747 * startup.el (argv, argi): Make lexically scoped.
6748 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
6749 * emacs-lisp/cl-macs.el: Use lexical-binding.
6750 Rename cl-bind-* to cl--bind-*.
6751 * files.el: Don't require `cl' since it doesn't use it.
6752 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
6753
595ef4ad
JB
67542012-06-08 Juanma Barranquero <lekktu@gmail.com>
6755
6756 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
6757 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
6758 instead of calling external sort utility.
6759 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
6760
e9f66fcb
EZ
67612012-06-08 Eli Zaretskii <eliz@gnu.org>
6762
6763 * descr-text.el (describe-char): Mention how to insert the
6764 character, if the current input method doesn't support it.
6765 See the discussion in this thread for the details:
6766 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
6767
3d10db47
SS
67682012-06-08 Sam Steingold <sds@gnu.org>
6769
6770 * bindings.el (global-map): Bind XF86Forward to next-buffer and
6771 XF86Back to previous-buffer.
6772 (minibuffer-local-map): Bind them to next-history-element and
6773 previous-history-element respectively.
6774 * help-mode.el (help-mode-map): Bind them to help-go-forward and
6775 help-go-back respectively.
6776 * info.el (Info-mode-map): Bind them to Info-history-forward and
6777 Info-history-back respectively.
6778 These are the keys next to Up on the ThinkPad keyboard.
6779
de7e2b36
SM
67802012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6781
6782 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
6783 * emacs-lisp/cl-macs.el: Provide itself.
6784 (cl--labels-convert-cache): New var.
6785 (cl--labels-convert): New function.
6786 (cl-flet, cl-labels): New implementation with new semantics, relying on
6787 lexical-binding.
6788 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
6789 (cl-closure-vars, cl--function-convert-cache)
6790 (cl--function-convert): Move from cl-macs.el.
6791 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
6792 rename by removing the "cl-" prefix.
6793 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
6794
6fa6c4ae
SM
67952012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6796
6797 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
6798 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
6799 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
6800 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
6801 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
6802 (cl-hash-table-count): Add old compatibility aliases.
6803
6804 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
6805 Use macroexpand-all-environment instead.
6806 (cl--old-macroexpand): New var.
6807 (cl--sm-macroexpand): New function.
6808 (cl-symbol-macrolet): Use it during macro expansion.
6809 (cl--function-convert-cache): New var.
6810 (cl--function-convert): New function, extracted from
6811 cl-macroexpand-all.
6812 (cl-lexical-let): Use it.
6813
6814 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
6815 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
6816 (cl-member): Remove old alias.
6817
6818 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
6819 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
6820 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
6821 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
6822 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
6823 (cl-macroexpand-cmacs): Remove var.
6824 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
6825 Use macroexpand-all instead.
6826
4dd1c416
SM
68272012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6828
6829 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
6830 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
6831 (macroexp-copyable-p): New functions and macros.
6832 * emacs-lisp/edebug.el (edebug-unwrap):
6833 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
6834 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
6835 (pcase--let*): Remove.
6836 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
6837 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
6838 macroexp-const-p instead.
6839 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
6840
6841 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
6842 instead of "cl-" for internal definitions. Use macroexp-const-p.
6843 (cl-old-bc-file-form): Remove var.
6844 (cl-const-exprs-p): Remove fun.
6845 (cl-labels, cl-macrolet): Use backquote.
6846 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
6847 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
6848 (cl-define-setf-expander): Rename from cl-define-setf-method.
6849 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
6850
6851 * international/mule-cmds.el: Don't require CL.
6852 (view-hello-file): Don't use `letf'.
6853
ed8bd4d7
SM
68542012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6855
7287f2f3
SM
6856 * tmm.el (tmm-prompt): Use string-prefix-p.
6857 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
6858 (tmm-add-prompt): Use minibuffer-completion-help.
6859 (tmm-delete-map): Remove.
6860
ed8bd4d7
SM
6861 * subr.el (kbd): Make it its own function.
6862
7b4cdbf4
SM
68632012-06-07 Stefan Merten <smerten@oekonux.de>
6864
6865 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
6866 Silence compiler warnings. Fix versions.
ed8bd4d7 6867 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7b4cdbf4 6868 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
ed8bd4d7 6869 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7b4cdbf4
SM
6870 (rst-package-emacs-version-alist): Correct Emacs version to
6871 represent major merge with upstream.
ed8bd4d7 6872 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7b4cdbf4 6873
2b48d721
GM
68742012-06-06 Glenn Morris <rgm@gnu.org>
6875
6876 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
6877 Only print environment variables if set.
6878
fa779ab0
SM
68792012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6880
6881 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
6882 (macroexp--cons): Rename from maybe-cons.
6883 (macroexp--accumulate): Rename from macroexp-accumulate.
6884 (macroexp--all-forms): Rename from macroexpand-all-forms.
6885 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
6886 (macroexp--expand-all): Rename from macroexpand-all-1.
6887
628299e0
SS
68882012-06-06 Sam Steingold <sds@gnu.org>
6889
6890 * calendar/calendar.el (calendar-in-read-only-buffer):
6891 Call `special-mode' to enable the standard read-only keybindings.
6892
b7bb5838
SM
68932012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6894
6895 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
6896 with "loading" messages (bug#11635).
6897
dfb308ba
MA
68982012-06-06 Michael Albinus <michael.albinus@gmx.de>
6899
6900 * files.el (enable-remote-dir-locals): New option.
6901 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
6902
0372ee92
MA
6903 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
6904 Ensure, that the temp directory is local.
6905
6906 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
6907 `temporary-file-directory'.
6908
eed0bb91
MA
6909 * progmodes/python.el (python-send-region): Ensure, that the
6910 temporary file is created also in the remote case.
6911
7a58f64d
GM
69122012-06-06 Glenn Morris <rgm@gnu.org>
6913
f7dd4e98
GM
6914 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
6915 (vc-rcs-update-changelog): Use it.
6916
090bd7cb 6917 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
276d5f5d 6918
7a58f64d
GM
6919 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
6920 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
6921 (vc-sccs-diff): Replace use of the external vcdiff script.
6922
daed4003
GM
69232012-06-05 Glenn Morris <rgm@gnu.org>
6924
6925 * ledit.el: Move to obsolete/.
6926
48c455c7
SS
69272012-06-05 Sam Steingold <sds@gnu.org>
6928
ed9265fc 6929 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
48c455c7
SS
6930 patch (Bug#11140).
6931
57a7d507
SM
69322012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6933
090bd7cb 6934 * emacs-lisp/cust-print.el: Move to obsolete.
d32926ff 6935
53aacf21
SM
6936 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
6937 compiler-macro expansion.
6938
57a7d507
SM
6939 Add native compiler-macro support.
6940 * emacs-lisp/macroexp.el (macroexpand-all-1):
6941 Support compiler-macros directly. Properly follow aliases and apply
6942 the compiler macros more thoroughly.
6943 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
6944 macroexpand now properly follows aliases.
6945 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
6946 (cl-compiler-macroexpand): Use new prop.
6947 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
6948
6949 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
6950
51a5f9d8
MR
69512012-06-05 Martin Rudalics <rudalics@gmx.at>
6952
6953 * window.el (get-lru-window, get-mru-window, get-largest-window):
6954 New argument NOT-SELECTED to avoid picking the selected window.
6955 (window--display-buffer-1, window--display-buffer-2): Replace by
6956 new function window--display-buffer
6957 (display-buffer-same-window, display-buffer-reuse-window)
57a7d507
SM
6958 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6959 Use window--display-buffer.
51a5f9d8
MR
6960 (display-buffer-use-some-window): Remove temporary dedication
6961 hack by calling get-lru-window and get-largest-window with
6962 NOT-SELECTED argument non-nil. Call window--display-buffer.
6963
08f9f738
GM
69642012-06-05 Glenn Morris <rgm@gnu.org>
6965
6966 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
6967 Replace external vcdiff script.
6968
e364a2b7
SM
69692012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
6970
6971 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
6972
041df390
CY
69732012-06-04 Chong Yidong <cyd@gnu.org>
6974
e364a2b7
SM
6975 * image.el (imagemagick-types-inhibit): Revert last change.
6976 Add INFO and M.
47b36b94 6977 (imagemagick-enabled-types): Remove CIN and EPS*.
041df390 6978
7c1898a7
SM
69792012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
6980
6981 * emacs-lisp/cl-lib.el: Rename from cl.el.
6982 * emacs-lisp/cl.el: New compatibility file.
6983 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
6984 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
6985 to obey the "cl-" prefix.
6986 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
6987
0c3461de
GM
69882012-06-03 Glenn Morris <rgm@gnu.org>
6989
1e266c88
GM
6990 * emacs-lisp/authors.el (authors-aliases): Addition.
6991
0c3461de
GM
6992 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
6993 Fix :version.
6994
d8a52e15
SM
69952012-06-03 Stefan Merten <smerten@oekonux.de>
6996
6997 * textmodes/rst.el: Add comments.
6998 (rst-transition, rst-adornment): New faces.
6999 (rst-adornment-faces-alist): Make default safe to reevaluate.
7000 Fixes
7001 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
7002 Improve customization tags.
7003 (rst-define-level-faces): Clarify meaning.
7004
5205d6f6
CY
70052012-06-03 Chong Yidong <cyd@gnu.org>
7006
7007 * progmodes/compile.el (compilation-mode-line-fail)
7c1898a7
SM
7008 (compilation-mode-line-run, compilation-mode-line-exit):
7009 New faces.
5205d6f6
CY
7010 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
7011
757ee657
JD
70122012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
7013
7c1898a7
SM
7014 * progmodes/which-func.el (which-func-update-ediff-windows):
7015 New function. Use it in ediff-select-hook (Bug#11478).
757ee657 7016
5f2c76c6
CY
70172012-06-03 Chong Yidong <cyd@gnu.org>
7018
7019 * bindings.el: Remove explicit help text from format-mode-line.
7020 It is now supplied by mode-line-default-help-echo.
7021 (mode-line-front-space, mode-line-end-spaces)
7022 (mode-line-misc-info): New variables.
7023 (mode-line-modes, mode-line-position): Move the default value to
7024 the variable definition.
7025 (mode-line-default-help-echo): New defcustom.
383f7350
CY
7026 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
7027 (mode-line-modified-help-echo): New functions.
7028 (mode-line-mule-info, mode-line-modified): Use them.
7029 (mode-line-eol-desc, propertized-buffer-identification):
7030 Consistency fixes for help text.
cbe46e5f
CY
7031 (mode-line-coding-system-map): Allow using mouse-3 to invoke
7032 set-buffer-file-coding-system (Bug#289).
7033 (mode-line-mule-info-help-echo): Update help text.
5f2c76c6 7034
f2d6a3df
SM
70352012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
7036
7037 * simple.el (execute-extended-command): Set real-this-command
7038 (bug#11506).
7039
37269466
CY
70402012-06-02 Chong Yidong <cyd@gnu.org>
7041
7042 Remove incorrect uses of "modeline" in comments, docstrings, and
7043 function/variable names (Bug#10329).
7044
7045 * cus-edit.el (mode-line):
7046 * dframe.el (dframe-mouse-hscroll):
7047 * emacs-lisp/re-builder.el:
7048 * emacs-lisp/easy-mmode.el (define-minor-mode):
7049 * frame.el (set-frame-name):
7050 * help.el (lookup-minor-mode-from-indicator):
7051 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
7052 * progmodes/cc-cmds.el (c-toggle-auto-newline)
7053 (c-toggle-hungry-state):
7054 * progmodes/antlr-mode.el (antlr-language-alist):
7055 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
7056 * progmodes/vhdl-mode.el (vhdl-mode):
7057 * progmodes/which-func.el (which-func, which-func-cleanup-function):
7058 * term/ns-win.el (ns-face-at-pos):
7059 * term/sup-mouse.el (sup-mouse-report):
7060 * textmodes/flyspell.el (flyspell-mode-line-string):
7061 * textmodes/ispell.el (ispell-highlight-face):
7062 * textmodes/reftex-global.el:
7063 * vc/vc-arch.el (vc-arch-mode-line-string):
7064 * vc/vc-cvs.el (vc-cvs-mode-line-string):
7065 * vc/vc-git.el (vc-git-mode-line-string):
7066 * vc/vc-hooks.el (vc-display-status)
7067 (vc-default-mode-line-string):
7068 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
7069
7070 * ansi-color.el (ansi-color-faces-vector): Change default faces.
7071
7072 * dired.el (dired-sort-set-mode-line): Rename from
7073 dired-sort-set-modeline. All callers changed.
7074
7075 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
7076 eshell-status-in-modeline.
7077
7078 * foldout.el (foldout-mode-line-string): Rename from
7079 foldout-modeline-string. All callers changed.
7080 (foldout-update-mode-line): Rename from foldout-update-modeline.
7081
7082 * subr.el (redraw-modeline): Make into obsolete alias.
7083
7084 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
7085 timeclock-modeline-display. Make old name an alias.
7086 (timeclock-update-mode-line): Likewise. All callers changed.
7087 (timeclock-mode-line-display): No need to check before using
7088 add-hook.
7089 (timeclock-relative, timeclock-day-over-hook)
7090 (timeclock-use-elapsed, timeclock-mode-string)
7091 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
7092
7093 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
7094 crisp-mode-modeline-string.
7095
7096 * play/solitaire.el (solitaire-build-mode-line): Rename from
7097 solitaire-build-modeline. All callers changed.
7098
7099 * play/zone.el (zone-hiding-mode-line): Rename from
7100 zone-hiding-modeline. All callers changed.
7101 (zone): Remove unusued `modeline-hidden-level' property.
7102
7103 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
7104 xscheme-modeline-initialize. All callers changed.
7105
7106 * strokes.el (strokes-lighter): Rename from
7107 strokes-modeline-string.
7108
7109 * textmodes/sgml-mode.el (html-face-tag-alist)
7110 (html-tag-face-alist): Use mode-line face instead of obsolete
7111 alias modeline.
7112
42152ee4
SM
71132012-06-02 Stefan Merten <smerten@oekonux.de>
7114
7115 * textmodes/rst.el: Always require `cl'.
4cf9b38d 7116 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
42152ee4 7117
95f520b5
CY
71182012-06-02 Chong Yidong <cyd@gnu.org>
7119
7120 * image.el (imagemagick-enabled-types): Rename from
7121 imagemagick-types-enable. Add many more types.
7122 (imagemagick-types-inhibit): Change default to nil.
7123 (imagemagick-filter-types): Caller changed.
7124
4a5f187a
SM
71252012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7126
03fef3e6
SM
7127 * emacs-lisp/cl-macs.el: Use backquotes.
7128 (cl-transform-function-property): Use eval-and-compile rather than
7129 abusing `require'.
7130 (defstruct): Use declare-function instead of with-no-warnings.
7131
4a5f187a
SM
7132 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
7133 (byte-compile-output-docform): Re-add the print-circle bindings.
7134 (byte-compile-fix-header): Use #$ just because it's shorter.
7135 (byte-compile-output-file-form): Remove defun/defmacro.
7136
bd56924f
MR
71372012-06-01 Martin Rudalics <rudalics@gmx.at>
7138
7139 * simple.el (choose-completion): Remove now obsolete binding for
7140 owindow.
7141
046e38ce
MA
71422012-06-01 Michael Albinus <michael.albinus@gmx.de>
7143
7144 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
7145 in order to avoid "Stack overflow in regexp matcher".
7146
32d72c2f
GM
71472012-05-31 Glenn Morris <rgm@gnu.org>
7148
7149 * image.el: For clarity, call imagemagick-register-types at
7150 top-level, rather than relying on a custom :initialize.
7151 (imagemagick-types-enable): New option. (Bug#11557)
60b5f187
GM
7152 (imagemagick-filter-types): New function. (Bug#7406)
7153 (imagemagick-register-types): Use imagemagick-filter-types.
32d72c2f
GM
7154 If disabling support, remove elements altogether rather
7155 than using an impossible regexp.
7156 (imagemagick-types-inhibit): Give it the default init function.
7157
dd41169b
SM
71582012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7159
4a5f187a
SM
7160 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
7161 Handle arbitrary file name lengths (Bug#11585).
dd41169b 7162
efc00ab1 71632012-05-31 Martin Rudalics <rudalics@gmx.at>
5221ccb9
MR
7164
7165 * desktop.el (desktop-read): Clear previous and next buffers for
7166 all windows and bury *Messages* buffer (bug#11556).
7167
500fcedc
SM
71682012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7169
7170 Add `declare' for `defun'. Align `defmacro's with it.
7171 * emacs-lisp/easy-mmode.el (define-minor-mode)
7172 (define-globalized-minor-mode): Don't autoload the var definitions.
7173 * emacs-lisp/byte-run.el: Use lexical-binding.
7174 (defun-declarations-alist, macro-declarations-alist): New vars.
7175 (defmacro, defun): Use them.
7176 (make-obsolete, define-obsolete-function-alias)
7177 (make-obsolete-variable, define-obsolete-variable-alias):
7178 Use `declare'.
7179 (macro-declaration-function): Mark obsolete.
7180 * emacs-lisp/autoload.el: Use lexical-binding.
7181 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
7182
6e8a1786
AM
71832012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7184
7185 * textmodes/ispell.el (ispell-with-no-warnings):
7186 Define as a macro.
500fcedc
SM
7187 (ispell-kill-ispell, ispell-change-dictionary):
7188 Use `called-interactively-p' for Emacs instead of obsolete
6e8a1786
AM
7189 `interactive-p'.
7190
61b108cc
SM
71912012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7192
7193 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
7194 (macro-declaration-function): Move var from C code.
7195 (macro-declaration-function): Define function with defalias.
7196 * emacs-lisp/macroexp.el (macroexpand-all-1):
7197 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
7198 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
7199 defun/defmacro any more.
7200 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
7201 Provide fallback for unknown arglist.
7202 (byte-compile-arglist-warn): Change calling convention.
7203 (byte-compile-output-file-form): Move print-vars binding.
7204 (byte-compile-output-docform): Simplify accordingly.
7205 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
7206 (byte-compile-defmacro-declaration): Remove.
7207 (byte-compile-file-form-defmumble): Generalize to defalias.
7208 (byte-compile-output-as-comment): Return byte-positions.
7209 Simplify callers accordingly.
7210 (byte-compile-lambda): Use `assert'.
7211 (byte-compile-defun, byte-compile-defmacro): Remove.
7212 (byte-compile-file-form-defalias):
7213 Use byte-compile-file-form-defmumble.
7214 (byte-compile-defalias-warn): Remove.
7215
6d3f7c2f
SM
72162012-05-29 Stefan Merten <smerten@oekonux.de>
7217
7218 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
61b108cc 7219 possible. Fix authors. Improve comments. Improve loading of `cl'.
6d3f7c2f
SM
7220
7221 (rst-mode-abbrev-table): Merge definition.
7222 (rst-mode): Make sure `font-lock-defaults' is buffer local.
7223 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
7224
6dbaa1c7
UJ
72252012-05-29 Ulf Jasper <ulf.jasper@web.de>
7226
7227 * calendar/icalendar.el
7228 (icalendar-export-region): Export UID properly.
7229
d209e2fb 72302012-05-29 Leo Liu <sdl.web@gmail.com>
61b108cc
SM
7231 * calendar/icalendar.el (icalendar-import-format):
7232 Add `icalendar-import-format-uid' (Bug#11525).
6dbaa1c7
UJ
7233 (icalendar-import-format-uid): New.
7234 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
7235 Export UID.
7236
6876a58d
SM
72372012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7238
7239 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
7240 different alternative patterns.
7241 (pcase-codegen): Be more careful to preserve identity.
7242 (pcase--u1): Don't forget to mark vars as used.
7243
7244 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
7245 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
7246 (byte-compile-from-buffer): ...rather than here.
7247
7248 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
7249 functions from byte-compile-function-environment.
7250
46b7967e
TN
72512012-05-29 Troels Nielsen <bn.troels@gmail.com>
7252
7253 * window.el (window-deletable-p): Avoid deleting the root window
7254 of a frame with an active minibuffer.
7255
69d565e2
MR
72562012-05-29 Martin Rudalics <rudalics@gmx.at>
7257
7258 * simple.el (choose-completion): Use quit-window (Bug#11567).
7259
a149fa51
CY
72602012-05-29 Chong Yidong <cyd@gnu.org>
7261
7262 * whitespace.el (whitespace-cleanup): Fix usage of
7263 whitespace-empty-at-bob-regexp (Bug#11492).
7264
2b311310
AH
72652012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7266
7267 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
7268 revert (Bug#11488).
7269
b9cb2387
JL
72702012-05-29 Juri Linkov <juri@jurta.org>
7271
7272 * isearch.el (isearch-mode-map): Bind `M-s _' to
7273 `isearch-toggle-symbol'. Bind `M-s c' to
7274 `isearch-toggle-case-fold'.
7275 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
7276 (isearch-forward): Add `M-s _' to the docstring.
7277 (isearch-forward-symbol, isearch-toggle-case-fold)
7278 (isearch-symbol-regexp): New functions. (Bug#11381)
7279
d5e61c1c
JL
72802012-05-29 Juri Linkov <juri@jurta.org>
7281
7282 * isearch.el (isearch-word): Add docstring. (Bug#11381)
7283 (isearch-occur, isearch-search-and-update): If `isearch-word' is
7284 a function, call it to get the regexp.
7285 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
7286 property `isearch-message-prefix' instead of the string "word ".
7287 (isearch-search-fun-default): For the case of `isearch-word',
7288 return a lambda that calls re-search-forward/re-search-backward
7289 with a regexp returned by `word-search-regexp' or by the function
7290 in `isearch-word'.
7291
8cbd80f7
JL
72922012-05-29 Juri Linkov <juri@jurta.org>
7293
7294 * isearch.el (isearch-search-fun-default): New function.
7295 (isearch-search-fun): Move default part to the new function
7296 `isearch-search-fun-default'.
7297 (isearch-search-fun-function): Set the default value to
7298 `isearch-search-fun-default'. (Bug#11381)
7299
7300 * comint.el (comint-history-isearch-end):
7301 Use `isearch-search-fun-default'.
7302 (comint-history-isearch-search): Use `isearch-search-fun-default'
7303 and remove spacial case for `isearch-word'.
7304 (comint-history-isearch-wrap): Remove spacial case for
7305 `isearch-word'.
7306
7307 * hexl.el (hexl-isearch-search-function):
7308 Use `isearch-search-fun-default'.
7309
7310 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
7311 Use `word-search-regexp' for `isearch-word'.
7312
7313 * misearch.el (multi-isearch-search-fun):
7314 Use `isearch-search-fun-default'.
7315
7316 * simple.el (minibuffer-history-isearch-search):
7317 Use `isearch-search-fun-default' and remove spacial case for
7318 `isearch-word'.
7319 (minibuffer-history-isearch-wrap): Remove spacial case for
7320 `isearch-word'.
7321
7322 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
7323 Remove spacial case for `isearch-word'.
7324 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
7325
85c8c5b6
AM
73262012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7327
7328 Decrease XEmacs incompatibilities.
7329 * textmodes/flyspell.el (flyspell-check-pre-word-p):
7330 Use `string-match'.
7331 (flyspell-delete-region-overlays): Use alternative definition for
7332 XEmacs.
7333 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
7334 (flyspell-word): Use `process-kill-without-query' if XEmacs.
7335 (flyspell-mode-on): Use `interactive-p' if XEmacs.
7336 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
7337 `define-obsolete-face-alias' under XEmacs, but old method.
7338
7339 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
7340 `with-no-warnings' definition or Emacs alias.
7341 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
7342 (ispell-word): Do not use `region-p' if XEmacs.
7343
8cab9efc
AM
73442012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7345
7346 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7347 Check for `ispell-dictionary-base-alist' instead of full
7348 `ispell-dictionary-alist'.
7349 (ispell-init-process): Show spellchecker when starting new Ispell
7350 process.
7351
fda91268
RZ
73522012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
7353
7354 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
7355 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
7356
694ea8e3
JB
73572012-05-27 Juanma Barranquero <lekktu@gmail.com>
7358
7359 * version.el (motif-version-string, gtk-version-string)
7360 (ns-version-string): Declare.
7361
e4d4f539
JL
73622012-05-27 Juri Linkov <juri@jurta.org>
7363
7364 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
7365 after the `eval-defun-1' specialcaseing
7366 like in `edebug-eval-defun' (bug#10181).
7367
7368 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
7369 like in `eval-defun-1'.
7370
33017faf 73712012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 7372
fda91268
RZ
7373 * mail/sendmail.el (mail-yank-region):
7374 Recognize rmail-yank-current-message in addition to insert-buffer.
7375 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
7376 a *mail* buffer created through rmail-start-mail with sendmail as
7377 mail-user-agent.
7378
33017faf
GM
73792012-05-27 Chong Yidong <cyd@gnu.org>
7380
7381 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
7382 Default to 256 (Bug#11267).
7383
7384 * help.el (describe-mode): Doc fix.
7385
04188bb9
GM
73862012-05-26 Glenn Morris <rgm@gnu.org>
7387
38264cc9
GM
7388 * w32-fns.el (w32-init-info): Remove.
7389 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
7390
eb7afdad
GM
7391 * info.el (info-initialize): For self-contained NS builds, put the
7392 included info/ directory at the front. (Bug#2791)
7393
04188bb9
GM
7394 * paths.el (Info-default-directory-list): Make it a defcustom,
7395 mainly so that we can use custom-initialize-delay.
7396
a179e3f7
SM
73972012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7398
43416392
SM
7399 * subr.el (buffer-has-markers-at): Mark obsolete.
7400
a179e3f7 7401 * subr.el (lambda): Use declare.
43416392 7402
a179e3f7
SM
7403 * emacs-lisp/lisp-mode.el (lambda):
7404 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
7405
34a008d9
AH
74062012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7407
7408 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
7409
0a3b289f
GM
74102012-05-26 Glenn Morris <rgm@gnu.org>
7411
7412 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
7413
758c81e8
GM
74142012-05-25 Glenn Morris <rgm@gnu.org>
7415
f9f334f0
GM
7416 * paths.el: Remove no-byte-compile.
7417 * loadup.el: No need to load paths.el uncompiled.
7418
87eb79c2
GM
7419 * image.el (imagemagick-types-inhibit): Doc fix.
7420
758c81e8
GM
7421 * version.el: Remove no-byte-compile and associated formatting.
7422 * loadup.el: No need to load version.el uncompiled. AFAICS, this
7423 is ancient code from when there was an "inc-vers.el".
7424
e7e85dc0
SM
74252012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7426
7427 * progmodes/gdb-mi.el: Minor style changes.
7428 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
7429 Turn into minor modes.
7430 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
7431 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
7432 (gdb-shell): Remove unneeded let-binding.
7433 (gdb-get-many-fields): Eliminate O(n²) behavior.
7434
f31237a4
EZ
74352012-05-25 Eli Zaretskii <eliz@gnu.org>
7436
7437 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
7438 platforms that don't link in fontset.c.
7439
bc1b21bb
JL
74402012-05-25 Juri Linkov <juri@jurta.org>
7441
7442 Use the same diff color scheme as in modern VCSes (bug#10181).
7443
7444 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
7445 to avoid confusion with `diff-added' that now uses green colors.
7446 (diff-removed): Use shades of red.
7447 (diff-added): Use shades of green.
7448 (diff-changed): Leave just the yellow color.
7449 (diff-use-changed-face): New variable.
7450 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
7451 how to highlight context diff changes.
7452 (diff-refine-change): Use shades of yellow.
7453 (diff-refine-removed): New face that uses shades of red.
7454 (diff-refine-added): New face that uses shades of green.
7455 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
7456 `diff-refine-removed' in the call to `smerge-refine-subst'
7457 depending on the value of `diff-use-changed-face'.
7458
7459 * vc/smerge-mode.el (smerge-mine): Use shades of red.
7460 (smerge-other): Use shades of green.
7461 (smerge-base): Use shades of yellow.
7462 (smerge-refined-change): Empty face.
7463 (smerge-refined-removed): New face that uses shades of red.
7464 (smerge-refined-added): New face that uses shades of green.
7465 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
7466 args `props-r' and `props-a', and use them. Doc fix.
7467 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
7468 on its value use different faces `smerge-refined-change',
7469 `smerge-refined-removed', `smerge-refined-added' in the call to
7470 `smerge-refine-subst'.
7471
7472 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
7473 Add face condition `min-colors 88' with shades of red.
7474 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
7475 `min-colors 88' with shades of green.
7476 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
7477 `min-colors 88' with shades of yellow.
7478
6df9112c
GM
74792012-05-24 Glenn Morris <rgm@gnu.org>
7480
ead5edc0
GM
7481 * paths.el (prune-directory-list, remote-shell-program): Move to...
7482 * files.el (prune-directory-list, remote-shell-program): ...here.
7483 For the latter, delay initialization, prefer ssh, just search PATH.
7484
f18b81e6
GM
7485 * paths.el (term-file-prefix): Move to faces.el (the only user).
7486 * faces.el (term-file-prefix): Move here, make it a defcustom.
7487
ee2f89a6
GM
7488 * paths.el (news-directory, news-path, news-inews-program):
7489 Move to gnus/nnspool.el.
61a583ca 7490
f8815e4c
GM
7491 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
7492
c8f3b42c
GM
7493 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
7494 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
7495 Make the latter a defcustom, with a delayed initialization.
7496
6df9112c
GM
7497 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
7498 These were deleted from Gnus itself late 2010.
7499
5dadff36
JB
75002012-05-22 Juanma Barranquero <lekktu@gmail.com>
7501
9e1701c6
JB
7502 * progmodes/which-func.el (which-func-ff-hook):
7503 Check against user-error, not error.
7504
bd7239f5 7505 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
7506 cl-specs.el, which no longer exists.
7507
3290526d
GM
75082012-05-22 Glenn Morris <rgm@gnu.org>
7509
7510 * info.el (info-emacs-bug): New command.
7511 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
7512 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
7513
ff0c3cfb
GM
75142012-05-21 Glenn Morris <rgm@gnu.org>
7515
7516 * makefile.w32-in (update-subdirs-SH):
7517 * Makefile.in (update-subdirs): Update for moved update-subdirs.
7518
5814f126
SM
75192012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
7520
a52c0aa0
SM
7521 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
7522
5814f126
SM
7523 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7524 Simplify Maven regexp, and make sure the file can't start with a space
7525 (bug#11517).
7526
b847032c
GM
75272012-05-21 Glenn Morris <rgm@gnu.org>
7528
7529 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
7530 Scrap superfluous subshells.
7531
3858bfe7
SM
75322012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
7533
7534 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
7535 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
7536
d14b0029
JB
75372012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
7538
7539 * calc/calc.el (calc-ensure-consistent-units): New variable.
7540
a52c0aa0
SM
7541 * calc/calc-units.el (math-consistent-units-p)
7542 (math-check-unit-consistency): New functions.
7543 (calc-quick-units, calc-convert-units):
7544 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
7545 is non-nil.
d14b0029
JB
7546 (calc-extract-units): Fix typo.
7547
60c4db3a
SM
75482012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
7549
77f3b62e
SM
7550 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
7551
60c4db3a
SM
7552 * textmodes/flyspell.el: Commenting style, plus code simplifications.
7553 (flyspell-default-deplacement-commands): Don't spell check after
7554 repeated window/frame switches (e.g. triggered by mouse-movement).
7555 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
7556 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
7557 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
7558 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
7559 Remove unused vars.
7560 (flyspell-get-casechars, flyspell-get-not-casechars):
7561 Simplify; Don't bother removing a ] just to add it back.
7562 * textmodes/ispell.el (ispell-program-name): Use executable-find.
7563
d209e2fb 75642012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
b1a10716
RS
7565
7566 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
7567 New functions.
bd7239f5 7568 (math-function-table): Add support for more C functions.
b1a10716 7569
3f1b25b5
AM
75702012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7571
090bd7cb
JB
7572 * textmodes/flyspell.el (flyspell-check-pre-word-p)
7573 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
7574 Protect delay handling for otherchars against empty otherchars.
3f1b25b5 7575
b581bb5c
SM
75762012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
7577
7578 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
7579 their respective macro declarations.
7580 * skeleton.el (define-skeleton):
7581 * progmodes/compile.el (define-compilation-mode):
7582 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
7583 (define-ibuffer-filter):
7584 * emacs-lisp/generic.el (define-generic-mode):
7585 * emacs-lisp/easy-mmode.el (define-minor-mode)
7586 (define-globalized-minor-mode):
7587 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
7588 * emacs-lisp/byte-run.el (defsubst):
7589 * custom.el (deftheme): Add doc-string metadata.
7590
70b8ef8f
SM
75912012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7592
7593 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
7594
b1198e17
SM
75952012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7596
9abdc45d
SM
7597 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
7598
b1198e17
SM
7599 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
7600 * emacs-lisp/cl-macs.el: Idem.
7601 * emacs-lisp/cl-specs.el: Remove.
7602
4735906a
SM
76032012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7604
7605 Minor renaming of internal CL functions and variables.
7606 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
7607 (cl--position): Rename from cl-position.
7608 (cl--delete-duplicates): Rename from cl-delete-duplicates.
7609 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
7610 (cl--random-state): Rename from *random-state*.
7611
ac348012
SM
76122012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7613
7614 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
7615 parens around the arg list (bug#11499).
7616
a0a79cde
JL
76172012-05-17 Juri Linkov <juri@jurta.org>
7618
7619 * isearch.el (word-search-regexp, word-search-backward)
7620 (word-search-forward, word-search-backward-lax)
7621 (word-search-forward-lax): Move functions from search.c
7622 (bug#10145, bug#11381).
7623
65034a51
AM
76242012-05-16 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 Delay for otherchars as for normal word components.
65034a51 7629
1a72a195
SM
76302012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
7631
7632 * minibuffer.el (completion--sifn-requote): Fix last change.
7633 (minibuffer-local-must-match-filename-map):
7634 Move define-obsolete-variable-alias before its var.
7635
fdb058c2
SM
76362012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
7637
c41045e6
SM
7638 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
7639
036dfb8b
SM
7640 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
7641 behavior.
7642 (completion--string-equal-p): New function.
7643 (completion--twq-all): Use it to get better assertion failure data.
7644
2473256d
SM
7645 Only handle ".." and '..' quoting in shell-mode (bug#11466).
7646 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
7647 (shell--requote-argument): New functions.
7648 (shell-completion-vars): Use them.
7649 (shell--parse-pcomplete-arguments): Rename from
7650 shell-parse-pcomplete-arguments.
7651 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
7652 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
7653 Obey comint-file-name-quote-list.
7654
fdb058c2
SM
7655 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
7656 (smie-indent-keyword): Use it.
7657
51fa99f1
SM
76582012-05-14 Stefan Merten <smerten@oekonux.de>
7659
7660 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
7661
e18afed7 76622012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
7663
7664 * net/rlogin.el (rlogin-mode-map): Fix last change.
7665
e18afed7 76662012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
7667
7668 * mail/smtpmail.el (smtpmail-send-command): Send the command and
7669 the following \r\n using a single `process-send-string', since the
7670 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 7671 with two `process-send-string's (Bug#11444).
8633b1f4 7672
e18afed7 76732012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 7674
fdb058c2
SM
7675 * shell.el (shell-parse-pcomplete-arguments):
7676 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 7677
2d21d7f6
WJ
76782012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
7679
e18afed7 7680 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
7681 (image-transform-scale, image-transform-right-angle-fudge): New vars.
7682 (image-transform-width, image-transform-fit-width): New functions.
7683 (image-transform-properties): Use them.
7684 (image-transform-check-size): New function.
7685 (image-toggle-display-image): Use it (for testing).
7686 (image-transform-set-rotation): Reduce angle mod 360.
7687 Delete obsolete comment.
7688
7102e6d0
WJ
76892012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
7690
7691 * image-mode.el: Fix scaling (bug#11399).
7692 (image-transform-resize): Doc fix.
7693 (image-transform-properties): Default scale is 1 and height should
7694 be an integer.
7695
06bc5e6e
SM
76962012-05-13 Johan Bockgård <bojohan@gnu.org>
7697
7698 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
7699 than hard-coding `car', to fix misbehavior when moving forward.
7700
0ae03b6a
CY
77012012-05-13 Chong Yidong <cyd@gnu.org>
7702
7703 * emacs-lisp/tabulated-list.el (tabulated-list-format)
7704 (tabulated-list-entries, tabulated-list-padding)
7705 (tabulated-list-sort-key): Make permanent-local.
7706
7707 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
7708 (electric-buffer-list): Put electric buffer menu
7709 command descriptions in this docstring, instead of the docstring
7710 of electric-buffer-menu-mode. Code cleanups.
7711 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
7712 Electric-buffer-menu-mode.
7713 (electric-buffer-update-highlight): Minor code cleanup.
7714
205a7391
MA
77152012-05-13 Michael Albinus <michael.albinus@gmx.de>
7716
7717 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
7718 (Bug#11447)
7719
e5bd0a28
SM
77202012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
7721
7722 Move define-obsolete-variable-alias before the var's definition.
7723 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
7724 * tooltip.el (tooltip-hook):
7725 * textmodes/reftex-toc.el (reftex-toc-map):
7726 * textmodes/reftex-sel.el (reftex-select-label-map)
7727 (reftex-select-bib-map):
7728 * textmodes/reftex-index.el (reftex-index-map)
7729 (reftex-index-phrases-map):
7730 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
7731 * progmodes/meta-mode.el (meta-mode-map):
7732 * novice.el (disabled-command-hook):
7733 * loadhist.el (unload-hook-features-list):
7734 * frame.el (blink-cursor):
7735 * files.el (find-file-not-found-hooks, write-file-hooks)
7736 (write-contents-hooks):
7737 * emulation/tpu-edt.el (GOLD-map):
7738 * emacs-lock.el (emacs-lock-from-exiting):
7739 * emacs-lisp/generic.el (generic-font-lock-defaults):
7740 * emacs-lisp/chart.el (chart-map):
7741 * dos-fns.el (register-name-alist):
7742 * dired-x.el (dired-omit-files-p):
7743 * desktop.el (desktop-enable):
7744 * cus-edit.el (custom-mode-hook):
7745 * buff-menu.el (buffer-menu-mode-hook):
7746 * bookmark.el (bookmark-read-annotation-text-func)
7747 (bookmark-exit-hooks):
7748 * allout.el (allout-mode-deactivate-hook)
7749 (allout-exposure-change-hook, allout-structure-added-hook)
7750 (allout-structure-deleted-hook, allout-structure-shifted-hook):
7751 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
7752 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
7753 comes before the corresponding variable's definition.
7754
ac59c2f6
CY
77552012-05-12 Chong Yidong <cyd@gnu.org>
7756
7757 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
7758 (Buffer-menu-mouse-select): Restore function (Bug#11459).
7759 (Buffer-menu-mode-map): Bind it.
7760 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 7761
dee6c9a3
SM
77622012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
7763
2171cea5
SM
7764 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
7765 (prolog-upper-case-string, prolog-lower-case-string)
7766 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
7767 (prolog-use-smie, prolog-smie-grammar): New vars.
7768 (prolog-smie-forward-token, prolog-smie-backward-token)
7769 (prolog-smie-rules): New funs.
7770 (prolog-comment-indent): Remove.
7771 (prolog-mode-variables): Use default comment indentation instead.
7772 Setup SMIE.
7773 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
7774 (prolog-mode): Don't call them any more.
7775 (prolog-electric-colon, prolog-electric-dash)
7776 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
7777
aa0382bd
SM
7778 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
7779
dbacb4bd
SM
7780 * minibuffer.el (completion--twq-all): Again, allow case differences.
7781
13bdd94c
SM
7782 * term.el: Move keymap initialization code to be more idiomatic.
7783 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
7784 (term-terminal-menu): Move initialization into declaration.
7785 (term-escape-char): Let the user set it in her .emacs.
7786
ff46c759
SM
7787 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
7788 Provide SMIE-based indentation (not enabled by default yet).
7789 (sh-mode-map): Don't bind electric keys.
7790 Use electric-pair-mode instead of skeleton-pair.
7791 (sh-assignment-regexp): Fit within 80 columns.
7792 (sh-indent-supported): Specify actual shell name instead of boolean.
7793 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
7794 (sh-maybe-here-document): Use it. Make obsolete.
7795 (sh-electric-here-document-mode) New minor mode.
7796 (sh-mode): Use it. Don't set sh-indent-supported-here here.
7797 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
7798 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
7799 (sh-smie-rc-grammar, sh-use-smie): New vars.
7800 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
7801 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
7802 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
7803 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
7804 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
7805 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
7806 (sh-set-shell): Use smie-setup if requested.
7807
dee6c9a3
SM
7808 * term.el (term-set-escape-char): Properly set term-escape-char.
7809 See http://stackoverflow.com/questions/10524656.
7810
9f9aa044
CY
78112012-05-10 Chong Yidong <cyd@gnu.org>
7812
7813 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
7814 Use url-generic-parse-url, and handle host names and Windows
7815 filenames properly.
7816 (ffap-url-unwrap-remote): Use url-generic-parse-url.
7817 (ffap-url-unwrap-remote): Accept list values, specifying a list of
7818 URL schemes to work on.
7819 (ffap--toggle-read-only): New function.
7820 (ffap-read-only, ffap-read-only-other-window)
7821 (ffap-read-only-other-frame): Use it.
7822 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
7823 necessary for ffap-url-unwrap-remote.
7824
836d29b3
DA
78252012-05-10 Dave Abrahams <dave@boostpro.com>
7826
7827 * cus-start.el (create-lockfiles): Add it.
7828
00fd78ed
CY
78292012-05-09 Chong Yidong <cyd@gnu.org>
7830
7831 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
7832 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
7833
666b903b 78342012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
7835
7836 * shell.el (shell-completion-vars): Fix last change (bug#11348).
7837
666b903b 78382012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
7839
7840 * ansi-color.el (ansi-color-process-output): Check for validity of
7841 comint-last-output-start before using it. This avoids a bad
7842 interaction with gdb-mi's input/output buffer.
7843
666b903b 78442012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
7845
7846 * files.el (dir-locals-read-from-file):
7847 Mention dir-locals in any error message.
7848
666b903b 78492012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
7850
7851 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
7852 package (Bug#11410).
7853
f677562b
CY
7854 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
7855 variables into description.
7856
666b903b 78572012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
7858
7859 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
7860 shell-delimiter-argument-list (bug#11348).
7861 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
7862
b499d8d0
JB
78632012-05-09 Juanma Barranquero <lekktu@gmail.com>
7864
8f6b6da8
JB
7865 * textmodes/rst.el: Silence byte-compiler warnings.
7866 (rst-re-alist, rst-reset-section-caches): Move around.
7867 (rst-re): Use `characterp', not `char-valid-p'.
7868 (font-lock-beg, font-lock-end): Declare.
7869
4824146a
JB
7870 * progmodes/idlw-shell.el (specs): Remove reference to deleted
7871 variable `idlwave-shell-activate-alt-keybindings' and simplify.
7872
b499d8d0
JB
7873 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
7874
ad89bb83
GM
78752012-05-08 Glenn Morris <rgm@gnu.org>
7876
7877 * files.el (auto-mode-alist): Treat ".make" like ".mk".
7878
8bba5a75
SM
78792012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7880
49ed9c8e
SM
7881 * vc/log-edit.el: Add GNU coding standards highlighting.
7882 (log-edit-font-lock-gnu-style)
7883 (log-edit-font-lock-gnu-keywords): New vars.
7884 (log-edit-font-lock-keywords): New fun.
7885 (log-edit-mode): Don't fold case in font-lock.
7886 (log-edit-font-lock-keywords): Do not assume case-folding.
7887
07d00b56
SM
7888 * imenu.el: Misc cleanup. Make docstrings out of comments.
7889 Use lexical-binding.
7890 (imenu--index-alist, imenu--last-menubar-index-alist)
7891 (imenu-menubar-modified-tick): Use defvar-local.
7892 (imenu--split-menu): Remove unused var.
7893 (imenu--cleanup-seen): Declare as global.
7894 (imenu--cleanup): Use dolist.
7895
8bba5a75
SM
7896 * subr.el (defvar-local): Add debug spec and doc-string position.
7897
5075bdb5
GM
78982012-05-08 Glenn Morris <rgm@gnu.org>
7899
090bd7cb 7900 * language/burmese.el, language/cham.el, language/czech.el:
c052c904
GM
7901 * language/english.el, language/georgian.el, language/greek.el:
7902 * language/japanese.el, language/khmer.el, language/korean.el:
7903 * language/lao.el, language/misc-lang.el, language/romanian.el:
7904 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
7905 * language/thai.el, language/utf-8-lang.el:
7906 Remove no-byte-compile setting.
7907
5075bdb5
GM
7908 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
7909
06f679a7
AH
79102012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7911
7912 * progmodes/make-mode.el (makefile-browse):
7913 Remove unnecessary interactive. (Bug#11324)
7914
03794570
GM
79152012-05-07 Glenn Morris <rgm@gnu.org>
7916
af8630f4
GM
7917 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
7918
03794570
GM
7919 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
7920
f0809a9d
SM
79212012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
7922
28be5ce7
SM
7923 * loadup.el: Preload newcomment.el.
7924 * newcomment.el: Move autoload-only code to toplevel.
7925
f0809a9d
SM
7926 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
7927 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
7928 Handle new :right-align column property.
7929 (tabulated-list-print-col): Idem, plus use `display' text-property to
7930 try and preserve alignment for variable pitch fonts.
7931
1241b724
CY
79322012-05-07 Chong Yidong <cyd@gnu.org>
7933
7934 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
7935 (tabulated-list-use-header-line): New var.
7936 (tabulated-list-init-header): Use it.
7937 (tabulated-list-print-fake-header): New function.
7938 (tabulated-list-print): Use it.
7939 (tabulated-list-sort-button-map): Add non-header-line commands.
7940 (tabulated-list-init-header): Add column name property to basic
7941 labels as well.
7942 (tabulated-list-col-sort): Handle non-header-line button case.
7943 (tabulated-list--sort-by-column-name): Fix a corner case.
7944
f0809a9d
SM
7945 * buff-menu.el (list-buffers--refresh):
7946 Handle Buffer-menu-use-header-line.
1241b724 7947
e5f9458f
CY
79482012-05-06 Chong Yidong <cyd@gnu.org>
7949
7950 * buff-menu.el: Convert to Tabulated List mode.
7951 (Buffer-menu-buffer+size-width): Make obsolete.
7952 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
7953 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
7954 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
7955 documentation into docstring of buffer-menu.
7956 (Buffer-menu-toggle-files-only): Add an informative message.
7957 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
7958 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
7959 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
7960 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
7961 (Buffer-menu-execute, Buffer-menu-select)
7962 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
7963 (Buffer-menu-bury): Use Tabulated List machinery.
7964 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
7965 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 7966 Delete.
e5f9458f
CY
7967 (list-buffers--refresh): New function.
7968 (list-buffers-noselect): Use it.
7969 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
7970 (Buffer-menu--pretty-file-name): New helper functions.
7971
7972 * loadup.el: Preload tabulated-list.
7973
7974 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
7975 tabulated-list-sort-column.
7976 (tabulated-list-init-header): Add the initial aligning space even
7977 if tabulated-list-padding is zero.
7978
e129292c
CS
79792012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
7980
7981 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
7982 whose cdr is not a cons cell correctly (bug#11038).
7983
6632d361
CY
79842012-05-06 Chong Yidong <cyd@gnu.org>
7985
e129292c
CS
7986 * emacs-lisp/tabulated-list.el (tabulated-list-format):
7987 Accept additional plist in column descriptors.
6632d361
CY
7988 (tabulated-list-init-header): Obey it.
7989 (tabulated-list-get-entry): New function.
7990 (tabulated-list-put-tag): Use it. Use string-width instead of
7991 length.
7992 (tabulated-list--column-number): New function.
7993 (tabulated-list-print): Use it.
e129292c
CS
7994 (tabulated-list-print-col): New function.
7995 Set `tabulated-list-column-name' property on each column's text.
6632d361 7996 (tabulated-list-print-entry): Use it.
e129292c
CS
7997 (tabulated-list-delete-entry, tabulated-list-set-col):
7998 New functions.
6632d361
CY
7999 (tabulated-list-sort-column): New command (Bug#11337).
8000
3cc99f68
CY
8001 * buff-menu.el (list-buffers): Move C-x C-b binding from
8002 buff-menu.el to bindings.el.
8003
8004 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
8005 :advertised-binding feature.
8006
52b61776
TN
80072012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
8008
8009 * progmodes/compile.el (compilation-internal-error-properties):
8010 Calculate start position correctly when end-col is set but
8011 end-line is not (Bug#11382).
8012
ebfe2597
WJ
80132012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
8014
8015 * man.el (Man-unindent): Use text-property-default-nonsticky to
8016 prevent untabify from inheriting face properties (Bug#11408).
8017
6d3f7c2f
SM
80182012-05-05 Stefan Merten <smerten@oekonux.de>
8019
8020 * textmodes/rst.el: Major merge with upstream development up to
8021 Docutils SVN r7399 / rst.el V1.2.1.
8022
8023 Clarify maintainership and authors.
8024
8025 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
8026 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
8027 (rst-official-version, rst-official-cvs-rev, rst-version)
8028 (rst-package-emacs-version-alist): New functions and variables
8029 for version information.
8030
8031 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
8032 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
8033 (rst-mode-syntax-table, rst-mode): New and corrected functions
8034 and variables representing reStructuredText features.
8035
8036 (rst-re): New function for reStructuredText regexes. Use in
8037 many places.
8038
8039 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
8040 (rst-mode-map): Rebind keys.
8041
8042 (rst-mode-lazy, rst-font-lock-keywords)
8043 (rst-font-lock-extend-region)
8044 (rst-font-lock-extend-region-internal)
8045 (rst-font-lock-extend-region-extend)
8046 (rst-font-lock-find-unindented-line-limit)
8047 (rst-font-lock-find-unindented-line-match)
8048 (rst-adornment-level, rst-font-lock-adornment-level)
8049 (rst-font-lock-adornment-match)
8050 (rst-font-lock-handle-adornment-pre-match-form)
8051 (rst-font-lock-handle-adornment-matcher): Major revision of
8052 font-locking. Integrate with other code. Use `jit-lock-mode'.
8053
8054 (rst-preferred-adornments, rst-adjust-hook)
8055 (rst-new-adornment-down, rst-preferred-bullets)
8056 (rst-preferred-bullets, rst-indent, rst-indent-width)
8057 (rst-indent-field, rst-indent-literal-normal)
8058 (rst-indent-literal-minimized, rst-indent-comment): Change,
8059 extend and improve customization.
8060
8061 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
8062 (rst-normalize-cursor-position, rst-get-decoration)
8063 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
8064 (rst-rstrip, rst-toc-insert-find-delete-contents)
8065 (rst-shift-fill-region, rst-compute-bullet-tabs)
8066 (rst-debug-print-tabs, rst-debug-mark-found)
8067 (rst-shift-region-guts, rst-shift-region-right)
8068 (rst-shift-region-left, rst-use-char-classes)
8069 (rst-font-lock-keywords-function)
8070 (rst-font-lock-indentation-point)
8071 (rst-font-lock-find-unindented-line-begin)
8072 (rst-font-lock-find-unindented-line-end)
8073 (rst-font-lock-find-unindented-line)
8074 (rst-font-lock-adornment-point, rst-font-lock-level)
8075 (rst-adornment-level-alist): Remove functions and variables.
8076
8077 (rst-compare-adornments, rst-get-adornment-match)
8078 (rst-suggest-new-adornment, rst-get-adornments-around)
8079 (rst-adornment-complete-p, rst-get-next-adornment)
8080 (rst-adjust-adornment, rst-display-adornments-hierarchy)
8081 (rst-straighten-adornments): Standardize function names to
8082 use "adornment" instead of "decoration". Correct callers.
8083 Similar standardizing in many places.
8084
8085 (rst-update-section, rst-adjust, rst-promote-region)
8086 (rst-enumerate-region, rst-bullet-list-region)
8087 (rst-repeat-last-character): Correct use of `interactive'.
8088
8089 (rst-classify-adornment, rst-find-all-adornments)
8090 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
8091 (rst-find-leftmost-column, rst-repeat-last-character):
8092 Refactor functions.
8093
8094 (rst-find-title-line, rst-reset-section-caches)
8095 (rst-get-adornments-around, rst-adjust-adornment-work)
8096 (rst-arabic-to-roman, rst-roman-to-arabic)
8097 (rst-insert-list-pos, rst-insert-list-new-item)
8098 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
8099 New functions.
8100
8101 (rst-all-sections, rst-section-hierarchy)
8102 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
8103 New variables.
8104
8105 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
8106 configuration instead of only buffer. Change where necessary.
8107
8108 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
8109 (rst-shift-region, rst-adaptive-fill): New functions for
8110 indentation and filling.
8111
8112 (rst-comment-line-break, rst-comment-indent)
8113 (rst-comment-insert-comment, rst-comment-region)
8114 (rst-uncomment-region): New functions for handling comments.
8115
8116 (rst-compile): Quote shell arguments.
8117
8118 (rst-compile-pdf-preview, rst-compile-slides-preview):
8119 Delete temporary files after use.
8120
a43f98b3
GM
81212012-05-05 Glenn Morris <rgm@gnu.org>
8122
48176e8b
GM
8123 * calendar/cal-html.el: Optionally include holidays in the output.
8124 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
8125 (cal-html-holidays): New option.
8126 (cal-html-css-default): Add holiday entry.
8127 (holiday-in-range): Autoload it.
8128 (cal-html-htmlify-entry): Add optional class argument.
8129 (cal-html-htmlify-list): Add optional holidays argument.
8130 (cal-html-insert-agenda-days): Include holidays in the output.
8131 (cal-html-one-month): Maybe include holidays.
8132
a43f98b3
GM
8133 * calendar/holidays.el (holiday-in-range):
8134 Move here from cal-tex-list-holidays.
8135 * calendar/cal-tex.el (cal-tex-list-holidays):
8136 Make it an obsolete alias for holiday-in-range. Update all callers.
8137
fef9d149 81382012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
8139
8140 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
8141 Nextstep.
8142
248da2f4
RW
81432012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
8144
8145 * files.el (file-auto-mode-skip): New var.
8146 (set-auto-mode-1): Use it.
8147
f95e9344
SM
81482012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8149
df96ab1e
SM
8150 * repeat.el: Use lexical-binding.
8151 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
8152 (repeat-undo-count): Remove.
8153 (repeat):
8154 * progmodes/octave-mod.el (octave-abbrev-start):
8155 * progmodes/f90.el (f90-abbrev-start):
8156 * face-remap.el (text-scale-adjust):
8157 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
8158
5342bb06
SM
8159 * emacs-lisp/pcase.el (pcase--let*): New function.
8160 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
8161 a bit more.
8162 (pcase--split-pred): Be more clever about ruling out overlap between
8163 a predicate and some constant pattern.
8164 (pcase--q1): Use `null' instead of (eq foo nil).
8165
f95e9344
SM
8166 * subr.el (setq-local, defvar-local): New macros.
8167 (kbd): Redefine as an alias.
8168 (with-selected-window): Leave unrelated frames alone.
8169 (set-temporary-overlay-map): New function.
8170
71873e2b
SM
81712012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8172
8173 * subr.el (user-error): New function.
8174 * window.el (switch-to-buffer):
8175 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
8176 (smerge-match-conflict):
8177 * simple.el (previous-matching-history-element)
8178 (next-matching-history-element, goto-history-element, undo-more)
8179 (undo-start):
8180 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
8181 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
8182 (next-file, tags-loop-scan, list-tags, complete-tag):
8183 * progmodes/compile.el (compilation-loop):
8184 * mouse.el (mouse-minibuffer-check):
8185 * man.el (Man-bgproc-sentinel, Man-goto-page):
8186 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
8187 (Info-history-forward, Info-follow-reference, Info-menu)
8188 (Info-extract-menu-item, Info-extract-menu-counting)
8189 (Info-forward-node, Info-backward-node, Info-next-menu-item)
8190 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
8191 (Info-next-reference, Info-prev-reference, Info-index)
8192 (Info-index-next, Info-follow-nearest-node)
8193 (Info-copy-current-node-name):
8194 * imenu.el (imenu--make-index-alist)
8195 (imenu-default-create-index-function, imenu-add-to-menubar):
8196 * files.el (basic-save-buffer, recover-file):
8197 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8198 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
8199 (checkdoc-message-text, checkdoc-defun):
8200 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
8201 * cus-edit.el (customize-changed-options, customize-rogue)
8202 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
8203 (custom-variable-mark-to-reset-standard)
8204 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
8205 (custom-file):
8206 * completion.el (check-completion-length):
8207 * comint.el (comint-search-arg)
8208 (comint-previous-matching-input-string-position)
8209 (comint-previous-matching-input)
8210 (comint-replace-by-expanded-history-before-point, comint-send-input)
8211 (comint-copy-old-input, comint-backward-matching-input)
8212 (comint-goto-process-mark, comint-set-process-mark):
8213 * calendar/calendar.el (calendar-cursor-to-date): Use it.
8214 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
8215
8a61ee22
SM
82162012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8217
66408d1e
SM
8218 * dabbrev.el (dabbrev--ignore-case-p): New function.
8219 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
8220 Use it.
8221
8a61ee22
SM
8222 * files.el (automount-dir-prefix): Mark as obsolete.
8223
3c74813a
GM
82242012-05-04 Glenn Morris <rgm@gnu.org>
8225
8226 * patcomp.el, play/bruce.el: Move to obsolete/.
8227
0bfcf5c5
PE
82282012-05-04 Paul Eggert <eggert@cs.ucla.edu>
8229
8230 Fix minor Y10k bugs.
8231 * arc-mode.el (archive-unixdate):
8232 * autoinsert.el (auto-insert-alist):
8233 * calc/calc-forms.el (math-this-year):
8234 * emacs-lisp/copyright.el (copyright-current-year)
8235 (copyright-update-year, copyright):
8236 * tar-mode.el (tar-clip-time-string):
8237 * time.el (display-time-update):
8238 Don't assume years have 4 digits.
8239
78f3273a
CY
82402012-05-04 Chong Yidong <cyd@gnu.org>
8241
8242 * dos-w32.el (file-name-buffer-file-type-alist)
8243 (direct-print-region-use-command-dot-com):
8244 * ffap.el (ffap-menu-regexp):
8245 * find-file.el (ff-special-constructs):
8246 * follow.el (follow-debug):
8247 * forms.el (forms--debug):
8248 * iswitchb.el (iswitchb-all-frames):
8249 * ido.el (ido-all-frames):
8250 * emacs-lisp/timer.el (timer-max-repeats):
8251 * mail/feedmail.el (feedmail-mail-send-hook)
8252 (feedmail-mail-send-hook-queued):
8253 * mail/footnote.el (footnote-signature-separator):
8254 * mail/mailabbrev.el (mail-alias-separator-string)
8255 (mail-abbrev-mode-regexp):
8256 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
8257 * progmodes/idlwave.el (idlwave-libinfo-file)
8258 (idlwave-default-completion-case-is-down)
8259 (idlwave-library-routines): Convert defvars to defcustoms.
8260
8261 * mail/rmail.el (rmail-decode-mime-charset):
8262 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
8263 (idlwave-shell-fix-inserted-breaks)
8264 (idlwave-shell-activate-alt-keybindings)
8265 (idlwave-shell-use-breakpoint-glyph):
8266 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
8267
f7ae6719
SM
82682012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8269
8270 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
8271
47086495
WS
82722012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
8273
8274 * progmodes/verilog-mode.el (font-lock-keywords):
8275 Fix mis-highligting auto. Reported by Craig Barner.
8276 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
fc0c31f8 8277 defines from global name space. Reported by Dan Dever.
47086495
WS
8278 (verilog-auto-reset, verilog-auto-reset-widths)
8279 (verilog-auto-tieoff): Support using unbased numbers for
8280 AUTORESET and AUTOTIEOFF.
8281 (verilog-submit-bug-report): Update variable list.
8282 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
fc0c31f8 8283 parenthesis from not matching. Reported by Michael Rytting.
47086495
WS
8284 (verilog-auto-template-lint): Fix hash error when linting modules
8285 with no used templates.
8286 (verilog-warn, verilog-warn-error)
8287 (verilog-warn-fatal): When non-interactive report multiple
8288 warnings before exiting. Suggested by Brad Dobbie.
8289 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
8290 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
8291 to report unused template errors. Reported by Brad Dobbie.
8292 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
fc0c31f8 8293 nets, bug438. Reported by Vns Blore.
47086495
WS
8294 (verilog-auto-inout-module, verilog-auto-reg)
8295 (verilog-read-decls, verilog-read-sub-decls-sig)
8296 (verilog-signals-edit-wire-reg, verilog-signals-with):
8297 Fix passing of Verilog data types in ANSI input/output ports
fc0c31f8 8298 such as "output logic" into the AUTOs. Special case "wire" and
47086495
WS
8299 "reg" for backwards compatibility presuming Verilog 2001.
8300 (verilog-auto-ascii-enum): Add "auto enum" as alias.
8301 (verilog-preprocess): Fix replication of preprocess output.
8302 Reported by Brad Dobbie.
8303 (verilog-auto-inst-interfaced-ports):
8304 Create verilog-auto-inst-interfaced-ports, bug429.
8305 Reported by Julian Gorfajn.
8306 (verilog-after-save-font-hook)
8307 (verilog-before-save-font-hook): New variable.
8308 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
8309 (verilog-save-font-mods): Wrap disabling fontification, reported
8310 by David Rogoff.
8311 (verilog-do-indent, verilog-pretty-declarations-auto)
8312 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
8313 Reported by Pierre-David Pfister.
8314 (verilog-set-auto-endcomments): Fix endtask auto comments outside
8315 of class declarations, bug292. Reported by Kevin Heilman.
8316 (verilog-read-decls): Fix 'parameter type' not appearing in
8317 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
8318 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
fc0c31f8 8319 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
47086495
WS
8320 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
8321 Reported by David Kravitz.
8322
83232012-05-03 Michael McNamara <mac@mail.brushroad.com>
8324
8325 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
8326 assignment with tests in ifs and for loops.
8327 (verilog-extended-complete-re, verilog-complete-reg): Change so
8328 that DPI inport functions don't look like fuction declarations.
8329 (verilog-pretty-expr): Don't line up assignment
8330 operations to the test and increment in if and for loops
8331 (verilog-extended-complete-re, verilog-complete-reg): Change so
090bd7cb 8332 that DPI inport functions don't look like fuction declarations.
47086495 8333
2e51d4b5
KH
83342012-05-03 Kenichi Handa <handa@m17n.org>
8335
8336 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 8337 decoding, and show a warning message without signaling an error
2e51d4b5
KH
8338 (Bug#11282).
8339
2bd785a2
SM
83402012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8341
8342 * emacs-lisp/bytecomp.el
8343 (byte-compile-file-form-custom-declare-variable): Compile all elements,
8344 since cconv.el might have introduced :fun-body, internal-make-closure,
8345 and friends for bytecomp to handle (bug#11391).
8346 * custom.el (defcustom): Avoid ((λ ..) ..).
8347
99d27583
SM
83482012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
8349
8350 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
8351
55a71479
JB
83522012-05-02 Juanma Barranquero <lekktu@gmail.com>
8353
8354 * notifications.el (dbus-debug):
8355 * term/linux.el (gpm-mouse-enable):
8356 * term/screen.el (xterm-register-default-colors): Declare.
8357
7b97c764
CY
83582012-05-02 Chong Yidong <cyd@gnu.org>
8359
2bc356d7
CY
8360 * cus-start.el (gc-cons-percentage, exec-suffixes)
8361 (dos-display-scancodes, dos-hyper-key, dos-super-key)
8362 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
8363 (make-cursor-line-fully-visible, void-text-area-pointer)
8364 (font-list-limit): Add customization data.
8365
7b97c764
CY
8366 * allout.el (allout-exposure-change-functions)
8367 (allout-structure-added-functions)
8368 (allout-structure-deleted-functions)
8369 (allout-structure-shifted-functions): Rename abnormal hooks from
8370 *-hook, and convert to defcustoms.
5d3385a0
JB
8371 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
8372 Convert to defcustoms.
7b97c764
CY
8373 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
8374
8375 * allout-widgets.el: Hook callers changed.
8376
90207a15 83772012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
8378
8379 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
8380 the yanked message in preference to the default value of
8381 buffer-file-coding-system.
8382
90207a15 83832012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 8384
5d3385a0
JB
8385 * window.el (display-buffer--action-function-custom-type):
8386 Fix entry.
d9558cad 8387
90207a15 83882012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
8389
8390 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
8391
d80ac57b
GM
83922012-05-01 Glenn Morris <rgm@gnu.org>
8393
976f7668
GM
8394 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
8395
beb83b5a
GM
8396 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
8397
d80ac57b
GM
8398 * cus-edit.el (custom-variable-documentation): Simplify with format.
8399
b593d6a9 84002012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
f1a71c6e 8401 Stefan Monnier <monnier@iro.umontreal.ca>
b593d6a9
AH
8402
8403 * simple.el (suggest-key-bindings, execute-extended-command):
8404 Move from keyboard.c.
8405
782fbf2a
CY
84062012-05-01 Chong Yidong <cyd@gnu.org>
8407
8408 * follow.el: Eliminate advice.
8409 (set-process-filter, process-filter, sit-for): Advice deleted.
8410 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
8411 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
8412 Vars deleted.
782fbf2a
CY
8413 (follow-auto): Use a :set function.
8414 (follow-mode): Rewritten. Don't advise process filters.
8415 (follow-switch-to-current-buffer-all, follow-scroll-up)
8416 (follow-scroll-down): Assume follow-mode is bound.
8417 (follow-comint-scroll-to-bottom)
8418 (follow-align-compilation-windows): New functions.
8419 (follow--window-sorter): New function.
8420 (follow-all-followers): Use it to explicitly sort windows by their
8421 positions; don't make assumptions about next-window order.
8422 (follow-windows-start-end, follow-delete-other-windows-and-split)
8423 (follow-calc-win-start): Doc fix.
8424 (follow-windows-aligned-p, follow-select-if-visible): Don't call
8425 vertical-motion unnecessarily.
8426 (follow-adjust-window): New function.
8427 (follow-post-command-hook): Use it.
8428 (follow-call-set-process-filter, follow-call-process-filter)
8429 (follow-intercept-process-output, follow-tidy-process-filter-alist)
8430 (follow-stop-intercept-process-output, follow-generic-filter):
8431 Functions deleted.
8432 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
8433 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
8434 New functions, replacing advice on scroll-bar-* commands.
87233a14 8435 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
8436
8437 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
8438 (comint-postoutput-scroll-to-bottom): Use it.
8439 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 8440
290af740
GM
84412012-05-01 Glenn Morris <rgm@gnu.org>
8442
8443 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
8444 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
8445 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
8446 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
8447 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
8448 Remove no-byte-compile setting.
8449
6eac8dc9
SM
84502012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8451
8452 * minibuffer.el (completion-table-with-quoting): Fix compatibility
8453 all-completions code to not return a number in the last cdr.
8454
9cc7819c
LL
84552012-04-30 Leo Liu <sdl.web@gmail.com>
8456
8457 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
8458 read-only error.
8459
c93b886f
CY
84602012-04-29 Chong Yidong <cyd@gnu.org>
8461
8462 * follow.el (follow-calc-win-end): Rewrite to handle partial
8463 screen lines correctly (Bug#8390).
8464 (follow-avoid-tail-recenter): Minor cleanup.
8465
8b6c19f4
SM
84662012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8467
8468 Avoid the obsolete `assoc' package.
8469 * speedbar.el (speedbar-refresh): Avoid adelete.
8470 (speedbar-file-lists): Simplify and avoid aput.
8471 * man.el (Man--sections, Man--refpages): New vars, replacing
8472 Man-sections-alist and Man-refpages-alist.
8473 (Man-build-section-alist, Man-build-references-alist):
8474 Use them; avoid aput.
8475 (Man--last-section, Man--last-refpage): New vars.
8476 (Man-follow-manual-reference): Use them.
8477 Use the `default' arg of completing-read.
8478 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
8479
c5bb7569
CY
84802012-04-27 Chong Yidong <cyd@gnu.org>
8481
d1d2e2e8
CY
8482 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
8483
15cd8efd
CY
8484 * startup.el (x-apply-session-resources): New function.
8485
8486 * term/ns-win.el (ns-initialize-window-system):
8487 * term/w32-win.el (w32-initialize-window-system):
8488 * term/x-win.el (x-initialize-window-system): Use it to properly
8489 set menu-bar-mode and other vars from X resources, even if the
8490 initial frame is not a window-system frame (Bug#2299).
8491
c5bb7569
CY
8492 * subr.el (read-key): Avoid running filter function when setting
8493 up temporary tool bar entries (Bug#9922).
8494
a8e7d6d7 84952012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
8496
8497 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
8498 (Bug#11344)
8499
a8e7d6d7 85002012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
8501
8502 * select.el (xselect--encode-string): New function, split from
8503 xselect-convert-to-string.
8504 (xselect-convert-to-string): Use it.
8505 (xselect-convert-to-filename, xselect-convert-to-os)
8506 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
8507 returned strings are properly encoded (Bug#11315).
8508
a8e7d6d7 85092012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
8510
8511 * simple.el (delete-active-region): Move to killing custom group.
8512
a8e7d6d7 85132012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
8514
8515 * progmodes/which-func.el (which-func-current): Quote %
8516 characters for mode-line processing.
8517
578c1d4b 85182012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
8519
8520 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
8521 reaching eob (Bug#11286).
8522
a8e7d6d7 85232012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
8524
8525 * progmodes/gdb-mi.el (gdb-control-level): New variable.
8526 (gdb): Make it buffer-local and init to zero.
8527 (gdb-control-commands-regexp): New variable.
8528 (gdb-send): Don't wrap in "-interpreter-exec console" if
8529 gdb-control-level is positive. Increment gdb-control-level
8530 whenever the command matches gdb-control-commands-regexp, and
8531 decrement it each time the command is "end". (Bug#11279)
8532
a8e7d6d7 85332012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
8534
8535 * window.el (adjust-window-trailing-edge, enlarge-window)
8536 (shrink-window, window-resize):
8537 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
8538 windows (Bug#11276).
8539
b3608390
CY
85402012-04-27 Chong Yidong <cyd@gnu.org>
8541
8542 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 8543 fix "missing prefix" warning. All callers changed.
b3608390 8544
797e6e88
SM
85452012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8546
8547 * emacs-lisp/assoc.el: Move to obsolete/.
8548
e95a67dc
SM
85492012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8550
657c21e4 8551 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
8552
8553 * term/ns-win.el (ns-define-service):
8554 * progmodes/pascal.el (pascal-goto-defun):
8555 * progmodes/js.el (js--read-tab):
8556 * progmodes/etags.el (tags-lazy-completion-table):
8557 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
8558 * emacs-lisp/ewoc.el (ewoc--wrap):
8559 * emacs-lisp/assoc.el (aput, adelete, amake):
8560 * doc-view.el (doc-view-convert-current-doc):
8561 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
8562
cb3e7ae0
CY
85632012-04-26 Chong Yidong <cyd@gnu.org>
8564
dce04f7f
CY
8565 * image.el (image-type-from-buffer): Only return supported image
8566 type (Bug#9045).
8567
cb3e7ae0
CY
8568 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
8569 value, for symmetry with diff-end-of-hunk.
8570 (diff-split-hunk, diff-find-source-location)
8571 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
8572 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
8573 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
8574 compute the relevant hunk or file properly (Bug#6005).
8575 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
8576
0d42eb3e
SM
85772012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8578
8579 * vc/vc-mtn.el:
8580 * vc/vc-hg.el:
8581 * vc/vc-git.el:
8582 * vc/vc-dir.el:
8583 * vc/vc-cvs.el:
8584 * vc/vc-bzr.el:
8585 * vc/vc-arch.el:
8586 * vc/vc.el: Replace lexical-let by lexical-binding.
8587 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
8588 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
8589 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
8590
f08ae1c9
CY
85912012-04-26 Chong Yidong <cyd@gnu.org>
8592
8b71081d
CY
8593 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
8594 (diff-mode-shared-map): Bind it to / and [remap undo].
8595
f08ae1c9
CY
8596 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
8597 (ediff-window-setup-function): Use it as the default, to set up
8598 windows based on whether the current frame is graphical (Bug#2138).
8599 (ediff-choose-window-setup-function-automatically): Make obsolete.
8600
8601 * vc/ediff-init.el: Always define ediff-pixel-width/height.
8602
ef24141c
SM
86032012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8604
cc356a5d
SM
8605 * ffap.el: Remove old code for obsolete package.
8606 (ffap-complete-as-file-p): Remove.
8607
b4ff4f1f
SM
8608 Use completion-table-with-quoting for comint and pcomplete.
8609 * comint.el (comint--unquote&requote-argument)
8610 (comint--unquote-argument, comint--requote-argument): New functions.
8611 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
8612 (comint-quote-filename): Use regexp-opt-charset.
8613 (comint--common-suffix, comint--common-quoted-suffix)
8614 (comint--table-subvert): Remove.
8615 (comint-unquote-function, comint-requote-function): New vars.
8616 (comint--complete-file-name-data): Use them with
8617 completion-table-with-quoting.
8618 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
8619 * pcomplete.el (pcomplete-arg-quote-list)
8620 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
8621 (pcomplete-unquote-argument-function): Default to non-nil.
8622 (pcomplete-unquote-argument): Simplify.
8623 (pcomplete--common-quoted-suffix): Remove.
8624 (pcomplete-requote-argument-function): New var.
8625 (pcomplete--common-suffix): New function.
8626 (pcomplete-completions-at-point): Use completion-table-with-quoting
8627 and completion-table-subvert.
8628
79c4eeb4
SM
8629 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
8630 (minibuffer--double-dollars): Preserve properties.
8631 (completion--sifn-requote): New function.
8632 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
8633
ef24141c
SM
8634 * minibuffer.el: Add support for completion of quoted/escaped data.
8635 (completion-table-with-quoting, completion-table-subvert): New funs.
8636 (completion--twq-try, completion--twq-all): New functions.
8637 (completion--nth-completion): New function.
8638 (completion-try-completion, completion-all-completions): Use it.
8639
784e7d6e
LL
86402012-04-25 Leo Liu <sdl.web@gmail.com>
8641
dd2ac746
SM
8642 * progmodes/python.el (python-pdbtrack-get-source-buffer):
8643 Use compilation-message if available to find real filename.
784e7d6e 8644
07875ee7
CY
86452012-04-25 Chong Yidong <cyd@gnu.org>
8646
8647 * vc/diff-mode.el (diff-setup-whitespace): New function.
8648 (diff-mode): Use it.
8649
8650 * vc/diff.el (diff-sentinel):
8651 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
8652 Whitespace mode variables based on diff style (Bug#8612).
8653
5055880d
LL
86542012-04-25 Leo Liu <sdl.web@gmail.com>
8655
daf75653
LL
8656 * progmodes/python.el (python-send-region): Add suffix .py to the
8657 temp file.
8658
5055880d
LL
8659 * files.el (auto-mode-alist): Use javascript-mode instead.
8660
db9b177b
AH
86612012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
8662
ef24141c 8663 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b 8664
090bd7cb 8665 * net/soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 8666 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 8667 references, see Bug#9.
ef24141c 8668 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 8669 when receiving a fault reply.
ef24141c 8670 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b 8671
090bd7cb 8672 * net/soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 8673 (soap-inspect-simple-type): New function.
db9b177b 8674
090bd7cb 8675 * net/soap-client.el (soap-simple-type): New struct.
db9b177b 8676 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
8677 (soap-decode-basic-type, soap-encode-basic-type):
8678 support unsignedInt and double basic types.
db9b177b 8679 (soap-resolve-references-for-simple-type)
ef24141c
SM
8680 (soap-parse-simple-type, soap-encode-simple-type): New function.
8681 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b 8682
090bd7cb 8683 * net/soap-client.el (soap-default-xsd-types)
ef24141c
SM
8684 (soap-default-soapenc-types): Add integer, byte and anyURI types.
8685 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
8686 the local name of "soapenc:Array".
8687 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
8688 decoding integer, byte and anyURI xsd types.
8689
1fc6097b
CY
86902012-04-25 Chong Yidong <cyd@gnu.org>
8691
8692 * cus-edit.el (custom-buffer-create-internal): Update header text.
8693
afc6df87
EZ
86942012-04-25 Eli Zaretskii <eliz@gnu.org>
8695
8696 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
8697 settings on 'system-type', not on 'window-system'. On MS-Windows,
8698 set interactive-mode on in GDB.
8699
dfbd787f
SM
87002012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8701
8702 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
8703 (ruby-syntax-propertize-regexp): Remove.
8704 (ruby-syntax-propertize-function): Split regexp into chunks.
8705 Match following code directly.
8706
85222d44
DG
87072012-04-24 Dmitry Gutov <dgutov@yandex.ru>
8708
51a8ea2a
DG
8709 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
8710 (ruby-syntax-propertize-regexp): New function.
8711 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
8712 by a special keyword.
8713
85222d44
DG
8714 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
8715 (ruby-syntax-general-delimiters-goto-beg)
8716 (ruby-syntax-propertize-general-delimiters): New functions.
8717 (ruby-syntax-propertize-function): Use them to handle GDL.
8718 (ruby-font-lock-keywords): Move old handling of GDL...
8719 (ruby-font-lock-syntactic-keywords): .. to here.
8720 (ruby-calculate-indent): Adjust indentation for GDL.
8721
b613912b
MA
87222012-04-24 Michael Albinus <michael.albinus@gmx.de>
8723
b5380639
MA
8724 * notifications.el (top): Remove unneeded declarations.
8725 (notifications-specification-version): Change to "1.2".
e43042fe 8726 (notifications-interface, notifications-notify-method)
b613912b
MA
8727 (notifications-close-notification-method): Fix docstring.
8728 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
8729 (notifications-notify): Add :action-items, :resident and
8730 :transient hints. Change "image_data" to "image-data" and
8731 "image_path" to "image-path".
b613912b
MA
8732 (notifications-get-capabilities): New defun.
8733
257440aa
LL
87342012-04-24 Leo Liu <sdl.web@gmail.com>
8735
8736 * progmodes/python.el: Move hideshow setup to the end.
8737
b1bac16e
MR
87382012-04-24 Martin Rudalics <rudalics@gmx.at>
8739
8740 * window.el (handle-select-window): Clear echo area since this is
8741 no more done by read_char (Bug#11304).
8742
d81bd059
SM
87432012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8744
8745 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
8746 and `/ M' to filter-derived-mode.
8747 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
8748 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
8749 (ibuffer-mark-by-mode): Use default rather than initial-input.
8750 (ibuffer-filter-by-derived-mode): Autoload and require-match.
8751
c4cf6d91
IA
87522012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
8753
8754 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
8755 (ibuffer-filter-by-derived-mode): New filter.
8756 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
8757
7511ded8
CY
87582012-04-23 Andreas Politz <politza@fh-trier.de>
8759
8760 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
8761
775c916b
CY
87622012-04-23 Chong Yidong <cyd@gnu.org>
8763
8764 * cus-edit.el (customize-apropos, customize-apropos-options):
8765 Disable matching of non-option variables (Bug#11176).
8766 (customize-option, customize-option-other-window)
8767 (customize-changed-options): Doc fix.
8768 (customize-apropos-options, customize-apropos-faces)
8769 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
8770
8771 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 8772 Fix word list splitting (Bug#11132).
46c71e23
CY
8773 (apropos-symbol, apropos-keybinding, apropos-label)
8774 (apropos-property, apropos-function-button)
8775 (apropos-variable-button, apropos-misc-button): New faces.
8776 (apropos-symbol-face, apropos-keybinding-face)
8777 (apropos-label-face, apropos-property-face, apropos-match-face):
8778 Variables removed (Bug#8396).
8779 (apropos-library-button, apropos-format-plist, apropos-print)
8780 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 8781
2df41f9c
MA
87822012-04-23 Michael Albinus <michael.albinus@gmx.de>
8783
8784 * net/xesam.el (xesam-mode-map): Use let-bound map in
8785 initialization. (Bug#11292)
8786
da00640a
AM
87872012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8788
8789 Preserve ispell session localwords when switching back to
8790 original buffer.
8791
090bd7cb
JB
8792 * textmodes/ispell.el (ispell-buffer-session-localwords):
8793 New buffer-local variable to hold buffer session localwords.
ed9265fc 8794 (ispell-kill-ispell): Add option 'clear to delete session
da00640a
AM
8795 localwords.
8796 (ispell-command-loop, ispell-change-dictionary)
8797 (ispell-buffer-local-words): Preserve session localwords when
8798 needed.
8799
090bd7cb
JB
8800 * textmodes/flyspell.el (flyspell-process-localwords)
8801 (flyspell-do-correct): Preserve session localwords when needed.
da00640a 8802
f621ccf5
AM
88032012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8804
090bd7cb
JB
8805 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
8806 using obsolete `translation-table-for-input'.
ef24141c
SM
8807 (ispell-word, ispell-process-line, ispell-complete-word):
8808 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 8809
c2d1019e
CY
88102012-04-22 Chong Yidong <cyd@gnu.org>
8811
8812 * cus-edit.el (custom-variable-menu)
8813 (custom-variable-reset-saved, custom-face-menu)
8814 (custom-face-reset-saved): If there is no saved value, make the
8815 "reset-saved" operation bring back the default (Bug#9509).
8816 (custom-face-state): Properly detect themed faces.
8817
eeddc531
CY
8818 * faces.el (face-spec-set): Stop supporting deprecated form of
8819 third arg.
8820
dcbf5805
MA
88212012-04-22 Michael Albinus <michael.albinus@gmx.de>
8822
8823 Move functions from C to Lisp. Make non-blocking method calls
8824 the default. Implement further D-Bus standard interfaces.
8825
ef24141c
SM
8826 * net/dbus.el (dbus-message-internal): Declare function.
8827 Remove unneeded function declarations.
dcbf5805
MA
8828 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
8829 (dbus-message-type-method-return, dbus-message-type-error)
8830 (dbus-message-type-signal): Declare variables. Remove local
8831 definitions.
8832 (dbus-interface-dbus, dbus-interface-peer)
8833 (dbus-interface-introspectable, dbus-interface-properties)
8834 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
8835 Adapt docstring.
8836 (dbus-interface-objectmanager): New defconst.
8837 (dbus-call-method, dbus-call-method-asynchronously)
8838 (dbus-send-signal, dbus-method-return-internal)
8839 (dbus-method-error-internal, dbus-register-service)
8840 (dbus-register-signal, dbus-register-method): New defuns, moved
8841 from dbusbind.c
8842 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
8843 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
8844 New defuns.
dcbf5805
MA
8845 (dbus-call-method-non-blocking): Make it an obsolete function.
8846 (dbus-unregister-object, dbus-unregister-service)
8847 (dbus-handle-event, dbus-register-property)
8848 (dbus-property-handler): Obey the new structure of
8849 `bus-registered-objects'.
8850 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
8851 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
8852 Use `dbus-call-method'.
8853
cf20dee0
CY
88542012-04-22 Chong Yidong <cyd@gnu.org>
8855
8856 * cus-edit.el (custom-commands, custom-reset-menu)
8857 (Custom-reset-standard): Tweak labels.
8858 (custom-reset-button-menu): Change default to t.
8859 (custom-buffer-create-internal): For the custom-reset-button-menu
8860 case, put the revert button first.
8861 (custom-group-subtitle): New face.
8862 (custom-group-value-create): Align docstring to a specific column.
8863
8864 * wid-edit.el (widget-documentation-link-add): Don't handle
8865 indentation in this function.
8866 (widget-documentation-string-indent-to): New function.
8867 (widget-documentation-string-value-create): Use it.
8868
8869 * autorevert.el (auto-revert):
8870 * epg-config.el (epg):
8871 * ibuffer.el (ibuffer):
8872 * mpc.el (mpc):
8873 * ses.el (ses):
8874 * eshell/eshell.el (eshell):
8875 * net/ange-ftp.el (ange-ftp):
8876 * progmodes/ebnf2ps.el (postscript):
8877 * progmodes/flymake.el (flymake):
8878 * progmodes/prolog.el (prolog):
8879 * progmodes/verilog-mode.el (verilog-mode):
8880 * progmodes/which-func.el (which-func):
8881 * term/xterm.el (xterm):
8882 * textmodes/picture.el (picture):
8883 * textmodes/tildify.el (tildify):
8884 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
8885 customization buffers.
8886
583e23bd
AM
88872012-04-22 Alan Mackenzie <acm@muc.de>
8888
8889 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
8890 Adding a ) can hide the resulting (..) from searches. Fix it.
8891 Bound the backward search to the position of the existing (.
8892
7dd51bf1
JB
88932012-04-21 Juanma Barranquero <lekktu@gmail.com>
8894
8895 * progmodes/verilog-mode.el (verilog-mode): Check whether
8896 which-func-modes is t before adding verilog-mode.
8897 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
8898
d64a438f
LL
88992012-04-21 Leo Liu <sdl.web@gmail.com>
8900
7dd51bf1 8901 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 8902
081e8d65
MV
89032012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
8904
8905 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
8906 filling of the last column of a table (Bug#5635).
8907 (woman-find-next-control-line): New arg, specifying an additional
8908 regexp component for the control line.
8909 (woman2-roff-buffer): Use it.
8910 (woman-break-table): New function.
8911 (woman2-TS): Use it.
8912
89132012-04-21 Chong Yidong <cyd@gnu.org>
8914
8915 * woman.el (woman-set-buffer-display-table, woman-decode-region)
8916 (woman-horizontal-escapes, woman-negative-vertical-space)
8917 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
8918 (WoMan-warn-ignored): Use ?\s instead of ?\ .
8919
ed571ccb
SM
89202012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8921
8922 * minibuffer.el (completion-file-name-table): Complete user names.
8923
39773899
LL
89242012-04-20 Leo Liu <sdl.web@gmail.com>
8925
8926 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
8927 and pcase-let*.
8928
de6ff46d
CY
89292012-04-20 Chong Yidong <cyd@gnu.org>
8930
8931 * server.el (server-execute): Respect initial-buffer-choice if it
8932 is a string and there are no files to open (Bug#2825).
8933 (server-create-window-system-frame, server-create-tty-frame):
8934 Don't switch buffers here.
2d0e8e61
CY
8935 (server-process-filter): Only try to open a window system frame if
8936 compiled with graphical support (Bug#8314).
de6ff46d 8937
54071013
DN
89382012-04-20 Dan Nicolaescu <dann@gnu.org>
8939
8940 * battery.el (battery-echo-area-format): Display remaining time
8941 for sysfs backend too (Bug#11269).
8942 (battery-linux-sysfs): Fix conditional for the charge.
8943
f30d612a
CY
89442012-04-20 Chong Yidong <cyd@gnu.org>
8945
c07a4c0b 8946 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
8947 (gdb-inferior-io--init-proc): New function.
8948 (gdb-init-1): Use it.
8949 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
8950 responsible for allocating a new pty and hooking it to gdb when
8951 the old pty gets an EIO due to process exit.
8952 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
8953 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
8954 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
8955
2116e93c
EZ
89562012-04-20 Eli Zaretskii <eliz@gnu.org>
8957
8958 * window.el (window-min-size, window-sizable, window-min-delta)
8959 (window-max-delta, window--resizable, window-resizable)
8960 (window-total-size, window-full-height-p, window-full-width-p)
8961 (window-in-direction, window--resize-mini-window, window-resize)
8962 (window--resize-child-windows-normal)
8963 (window--resize-child-windows, window--resize-siblings)
8964 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 8965 (enlarge-window, shrink-window): Doc fixes.
2116e93c 8966
c07a4c0b 89672012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 8968
ef24141c
SM
8969 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
8970 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
8971 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
8972 pty process (Bug#11273).
8973 (gdb-update): New arg to suppress talking to the gdb process.
8974 (gdb-done-or-error): Use it.
8975 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
8976 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
8977 sentinel not being called.
8978
8979 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
8980
d02766ab
CY
8981 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
8982
c07a4c0b 89832012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
8984
8985 * net/network-stream.el (open-network-stream): Doc fix.
8986
c07a4c0b 89872012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
8988
8989 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
8990
c07a4c0b 89912012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
8992
8993 Ensure searching for keywords is case sensitive.
8994
8995 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
8996 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
8997 (c-defun-name, c-mark-function, c-cpp-define-name)
8998 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 8999 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 9000
ef24141c
SM
9001 * progmodes/cc-mode.el (c-font-lock-fontify-region):
9002 Bind case-fold-search to nil.
f0f6bc35 9003
c07a4c0b 90042012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
9005
9006 * mail/sendmail.el (mail-bury): Call return action with the right
9007 Rmail buffer (Bug#11242).
9008
9a864fa2
CY
9009 * server.el (server-process-filter): Handle corner case where both
9010 tty and nowait options are present (Bug#11102).
9011
539aa513
EZ
90122012-04-20 Eli Zaretskii <eliz@gnu.org>
9013
9014 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
9015 (top level): Put into the executable the ident-style '$Id:' tag on
9016 windows-nt as well.
539aa513 9017
cfc7d5da
SM
90182012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9019
9020 * electric.el (electric-indent-post-self-insert-function): Check that
9021 electric-indent-mode is enabled in current buffer.
9022
5b01685c
JB
90232012-04-19 Juanma Barranquero <lekktu@gmail.com>
9024
9025 * imenu.el (imenu-progress-message): Restore; it is "used" in
9026 erc/erc-imenu.el and net/snmp-mode.el.
9027
4d6769e1
JB
90282012-04-19 Juanma Barranquero <lekktu@gmail.com>
9029
9030 * avoid.el (mouse-avoidance-mode): Mark unused arg.
9031 (mouse-avoidance-nudge-mouse): Remove unused binding.
9032
9033 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
9034
9035 * descr-text.el (describe-char):
9036 * progmodes/python.el (python-describe-symbol):
9037 Don't call `toggle-read-only', set `buffer-read-only'.
9038
9039 * imenu.el (imenu-default-goto-function): Mark unused args.
9040 (imenu-progress-message): Remove obsolete macro; all callers changed.
9041
9042 * subr.el (keymap-canonicalize): Remove unused binding.
9043 (read-passwd): Mark unused arg.
9044
9045 * tutorial.el (tutorial--display-changes): Remove unused binding.
9046 (tutorial--save-tutorial-to): Remove unused variable.
9047
9048 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
9049 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
9050 (package-generate-autoloads, package-menu--generate)
9051 (package-menu--find-upgrades): Remove unused bindings.
9052
9053 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
9054 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
9055 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
9056 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
9057 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
9058 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
9059 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
9060 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
9061 (cua-delete-char-rectangle): Mark unused args.
9062 (cua-align-rectangle): Remove unused binding.
9063
9064 * mail/rmail.el (compilation--message->loc)
9065 (epa--find-coding-system-for-mime-charset): Declare.
9066
9067 * net/dbus.el (dbus-register-service): Declare.
9068 (dbus-name-owner-changed-handler): Remove unused binding.
9069
9070 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
9071 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
9072 (nxml-scan-backward-within): Mark unused arg.
9073 (nxml-dynamic-markup-word): Remove unused binding.
9074
9075 * mouse.el (mouse-menu-major-mode-map):
9076 * emacs-lisp/authors.el (authors-scan-change-log)
9077 (authors-add-to-author-list):
9078 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
9079 * emacs-lisp/smie.el (smie-auto-fill):
9080 * mail/sendmail.el (mail-bury):
9081 * mail/unrmail.el (unrmail):
9082 * net/tls.el (open-tls-stream):
9083 * textmodes/picture.el (picture-mouse-set-point):
9084 Remove unused bindings.
9085
8c8fc5df
MA
90862012-04-19 Michael Albinus <michael.albinus@gmx.de>
9087
9088 * net/tramp.el (tramp-action-password): Let-bind
9089 `enable-recursive-minibuffers' to t.
9090
a77b0ac9
SS
90912012-04-18 Sam Steingold <sds@gnu.org>
9092
9093 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
9094 instead of 'string to accommodate values like [f11].
9095 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
9096 * progmodes/gdb-mi.el: Likewise.
9097
12a106a9
LL
90982012-04-18 Leo Liu <sdl.web@gmail.com>
9099
9100 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
9101 current buffer.
9102 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
9103 LOCAL is nil.
9104
bc6494ef
CY
91052012-04-18 Chong Yidong <cyd@gnu.org>
9106
9107 * simple.el (line-move): Use forward-line if in batch mode
9108 (Bug#11053).
9109
c09c46b2
CS
91102012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
9111
9112 * files.el (after-find-file): Do not try to add a final newline if
9113 the buffer is read-only (Bug#11156).
9114
5f6530ea
RS
91152012-04-17 Richard Stallman <rms@gnu.org>
9116
9117 * mail/rmail.el (rmail-start-mail):
9118 Pass (rmail-mail-return...) for the return-action.
9119 Pass (rmail-yank-current-message...) for the yank-action.
9120 (rmail-yank-current-message): New function.
9121 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
9122 (rmail-reply): Likewise.
9123 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
9124
9125 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 9126 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
9127 buffer, not newbuf.
9128
197b6f3c
JB
91292012-04-17 Juanma Barranquero <lekktu@gmail.com>
9130
9131 * server.el (server-ensure-safe-dir): Simplify.
9132
2311d8e5 91332012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 9134
2311d8e5
GM
9135 * emacs-lisp/smie.el: Provide smarter auto-filling.
9136 (smie-auto-fill): New function.
9137 (smie-setup): Use it.
98fb480e 9138
2311d8e5
GM
9139 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
9140
91412012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
9142
9143 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
9144 (comment-indent): Use it.
9145
2311d8e5 91462012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
9147
9148 * ses.el: The overall change is to add cell renaming, that is
9149 setting fancy names for cell symbols other than name matching
9150 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 9151 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 9152 (ses-create-cell-variable): New defun.
2311d8e5 9153 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
9154 (ses-relocate-formula): Relocate formulas only for cells the
9155 symbols of which are not renamed, i.e. symbols whose names do not
9156 match regexp "\\`[A-Z]+[0-9]+\\'".
9157 (ses-relocate-all): Relocate values only for cells the symbols of
9158 which are not renamed.
9159 (ses-load): Create cells variables as the (ses-cell ...) are read,
9160 in order to check row col consistency with cell symbol name only
9161 for cells that are not renamed.
9162 (ses-replace-name-in-formula): New defun.
9163 (ses-rename-cell): New defun.
4bdf2ad2 9164
fc72b15c
PO
91652012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
9166
9167 * progmodes/perl-mode.el (perl-indent-parens-as-block):
9168 New option (bug#11118).
9169 (perl-calculate-indent): Respect it.
9170
12e10e61
GM
91712012-04-17 Glenn Morris <rgm@gnu.org>
9172
9173 * dired-aux.el (dired-mark-read-string): Doc fix.
9174
30009afd
DA
91752012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
9176
9177 * dired-aux.el (dired-mark-read-string): Offer optional completion.
9178 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
9179
41f03f4d
GM
91802012-04-17 Glenn Morris <rgm@gnu.org>
9181
9182 * mouse.el (mouse-drag-track):
9183 * speedbar.el (speedbar-frame-mode):
9184 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
9185
f45f90f3
LL
91862012-04-16 Leo Liu <sdl.web@gmail.com>
9187
9188 * progmodes/python.el: Trivial cleanup.
9189
94ee8db5
GM
91902012-04-16 Glenn Morris <rgm@gnu.org>
9191
121b8917
GM
9192 * vc/vc.el (vc-string-prefix-p):
9193 * vc/pcvs-util.el (cvs-string-prefix-p):
9194 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
9195 * mpc.el (mpc-string-prefix-p):
9196 Make all of these into obsolete aliases for string-prefix-p.
9197 Update callers.
9198 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
9199
1197ecfa
GM
9200 * textmodes/two-column.el: Move custom options to the start.
9201 (frame-width): Remove compat definition.
9202 (2C-associate-buffer, 2C-dissociate):
9203 Use with-current-buffer rather than save-excursion.
9204 (2C-dissociate): Force a mode-line update.
9205 (2C-autoscroll): Use ignore-errors.
9206
099e7202
GM
9207 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
9208 Autoload trivia.
9209
bf350d6a
GM
9210 * emacs-lisp/cl-extra.el (*random-state*):
9211 Remove unnecessary declaration.
9212
0e829eab
GM
9213 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
9214
e3ad7552
GM
9215 * play/cookie1.el (cookie-snarf):
9216 Give an explicit error if input file cannot be read.
9217
68892d27
GM
9218 * play/yow.el (yow-file): Use expand-file-name rather than concat.
9219
20f0c46d
GM
9220 * progmodes/perl-mode.el (c-macro-expand):
9221 Remove unnecessary autoload (it is in loaddefs.el).
9222
5a0978ce
GM
9223 * textmodes/picture.el (picture-desired-column)
9224 (picture-update-desired-column): Convert comments to doc-strings.
9225 (picture-substitute): Remove function.
9226 (picture-mode-map): Initialize in the defvar.
9227
6b955486
GM
9228 * woman.el: Remove eval-after-load for tar-mode.
9229 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
9230 (woman-tar-extract-file): Autoload it.
9231
94ee8db5
GM
9232 * frame.el (automatic-hscrolling): Make this alias obsolete.
9233
177eca34
AM
92342012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9235
090bd7cb 9236 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 9237 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
9238 (ispell-dictionary-base-alist): Revert to original XEmacs
9239 friendly version for default. [:alpha:] will be added in
090bd7cb 9240 `ispell-set-spellchecker-params' if needed.
177eca34 9241
c505aaeb
CY
92422012-04-16 Chong Yidong <cyd@gnu.org>
9243
b19dd9d1 9244 * image.el (imagemagick--file-regexp): New variable.
c505aaeb
CY
9245 (imagemagick-register-types): Use it.
9246 (imagemagick-types-inhibit): Add :set function. Allow new value
9247 of t to inhibit all types.
9248
9249 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
9250 so we can preload it.
9251
9252 * loadup.el (fboundp): Preload regexp-opt, needed by
9253 imagemagick-register-types.
9254
60efac0f
CY
92552012-04-15 Chong Yidong <cyd@gnu.org>
9256
9257 * frame.el (scrolling): Remove nearly unused customization group.
9258
9259 * scroll-all.el (scroll-all-mode): Move to windows group.
9260
5dd1713e
CY
92612012-04-15 Chong Yidong <cyd@gnu.org>
9262
9263 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
9264
e6fd457e
CY
92652012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9266
9267 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 9268 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 9269
e153c136
GM
92702012-04-15 Glenn Morris <rgm@gnu.org>
9271
9272 * simple.el (process-file-side-effects): Doc fix.
9273
e6fd457e 92742012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
9275
9276 * international/mule-cmds.el (set-language-environment): Doc fix.
9277
3603c3b1
JB
92782012-04-14 Juanma Barranquero <lekktu@gmail.com>
9279
9280 * server.el (server-auth-key, server-generate-key): Doc fixes.
9281 (server-get-auth-key): Doc fix. Use `string-match-p'.
9282 (server-start): Reflow docstring.
9283
e6de100c
LI
92842012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
9285
9286 * server.el (server-generate-key): `called-interactively-p'
9287 requires a parameter.
9288
29734c21
MN
92892012-04-14 Michal Nazarewicz <mina86@mina86.com>
9290
9291 * server.el (server-auth-key): New variable.
75f1671a 9292 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
9293 (server-start): Use the new variable and functions to allow
9294 setting a permanent server key (bug#9423).
9295
d65c9521
LL
92962012-04-14 Leo Liu <sdl.web@gmail.com>
9297
9298 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
9299
5ae255c7
PE
93002012-04-14 Paul Eggert <eggert@cs.ucla.edu>
9301
9302 Spelling fixes.
9303 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
9304 Emacs uses American spelling.
9305
d5e6342e
JB
93062012-04-14 Juanma Barranquero <lekktu@gmail.com>
9307
9308 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
9309 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
9310 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
9311 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
9312
ab036cd7
SM
93132012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9314
9315 * progmodes/which-func.el (which-func-modes): Change default.
9316
35dc09a1 93172012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
9318
9319 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
9320 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
9321
35dc09a1 93222012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
9323
9324 * custom.el (custom-theme-set-variables): Doc fix.
9325
35dc09a1 93262012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
9327
9328 * international/mule.el (set-auto-coding-for-load): Doc fix.
9329
35dc09a1 93302012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 9331
35dc09a1
GM
9332 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
9333 imenu work again for Objective C Mode. Correct the *-index values,
9334 these having been disturbed by a previous change in 2011-08.
57f845ee 9335
0de3da9f
AM
9336 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
9337 Correct two search limits.
9338
35dc09a1 93392012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
9340
9341 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
9342
35dc09a1 93432012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
9344
9345 * international/characters.el: Fix sorting.
9346
35dc09a1 93472012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
9348
9349 * international/characters.el: Add more missing Latin case pairs.
9350
35dc09a1 93512012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
9352
9353 * files.el (dir-locals-set-class-variables): Doc fix.
9354
35dc09a1 93552012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 9356
3f1b5bf8
EZ
9357 * international/characters.el: Add set-case-syntax-pair call for
9358 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
9359 counterpart. (Bug#11209)
9360
9f847f41
EZ
9361 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
9362
35dc09a1 93632012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
9364
9365 * calendar/holidays.el (calendar-check-holidays): Doc fix.
9366
35dc09a1 93672012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 9368
35dc09a1
GM
9369 * textmodes/ispell.el (ispell-dictionary-base-alist):
9370 Add data for Hebrew.
e2627d21 9371
35dc09a1 93722012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 9373
35dc09a1
GM
9374 * net/rcirc.el (rcirc-cmd-quit):
9375 Revert 2012-03-18 change (Bug#11192).
5c14e333 9376
35dc09a1 93772012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
9378
9379 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
9380
35dc09a1 93812012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 9382
4517fe3a
SM
9383 * minibuffer.el (completion-in-region-mode-map):
9384 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 9385
b472a594
VD
93862012-04-13 Vivek Dasmohapatra <vivek@etla.org>
9387
9388 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
9389
09b95ce3
MY
93902012-04-13 Masatake YAMATO <yamato@redhat.com>
9391
9392 * minibuffer.el (minibuffer-local-filename-syntax): New variable
9393 to allow `C-M-f' and `C-M-b' to move to the nearest path
9394 separator (bug#9511).
9395
4b63a9ca
LI
93962012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
9397
9398 * avoid.el: Require cl when compiling. And also move the
9399 `provide' to the end.
9400
7b55b8bf
TV
94012012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9402
9403 * avoid.el (mouse-avoidance-banish-position): New variable.
9404 (mouse-avoidance-banish-destination): Use it (bug#10165).
9405
adedaa1f
LL
94062012-04-13 Leo Liu <sdl.web@gmail.com>
9407
9408 * progmodes/which-func.el (which-func-modes): Add objc-mode.
9409
70e74021
KB
94102012-04-13 Ken Brown <kbrown@cornell.edu>
9411
9412 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 9413 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
9414 (browse-url-filename-alist): For the same reason, don't modify
9415 file:// URLs on Cygwin.
9416
e75e89ba
SM
94172012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
9418
9419 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
9420 the region on shift if the binding is already shifted (bug#11221).
9421
82f289a4
GM
94222012-04-12 Glenn Morris <rgm@gnu.org>
9423
9424 * mail/mailpost.el: Move to obsolete/.
9425
d333dc4c
DA
94262012-04-12 Drew Adams <drew.adams@oracle.com>
9427
9428 * imenu.el (imenu--generic-function): Ignore invisible definitions
9429 (bug#10123).
9430
0d15b5ba
VD
94312012-04-12 Vivek Dasmohapatra <vivek@etla.org>
9432
9433 * hexl.el (hexl-bits): New variable.
9434 (hexl-options): Mention the variable in the doc string.
75f1671a 9435 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 9436 (hexl-mode): Mention the new variable.
75f1671a
JB
9437 (hexl-mode, hexl-current-address, hexl-current-address):
9438 Use the displen.
0d15b5ba
VD
9439 (hexl-ascii-start-column): New function.
9440 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
9441 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
9442
64a440db
AM
94432012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9444
9445 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
9446 '("-i" ENCODING), in 2 separate command-line arguments, to specify
9447 the encoding, as expected by hunspell.
9448
6decb6c2
SM
94492012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
9450
9451 * battery.el (battery--linux-sysfs-regexp): New const.
9452 (battery-status-function): Use it. Remove yeeloong special case.
9453 (battery-yeeloong-sysfs): Remove.
9454 (battery-echo-area-format): Remove yeeloong special case.
9455
088be6fb
SM
94562012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9457
6622e416
SM
9458 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
9459 Reported by Noah Friedman.
9460
088be6fb
SM
9461 * subr.el (read-passwd): Use read-string.
9462
b49f886e
LMI
94632012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9464
9465 * vcursor.el (vcursor-move): Increase the priority of the overlay
9466 (bug#9663).
9467
a63067fc
DD
94682012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
9469
9470 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
9471 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
9472
ac3cf14a
WS
94732012-04-11 William Stevenson <yhvh2000@gmail.com>
9474
9475 * textmodes/artist.el (artist-mode): Convert artist-mode to use
9476 define-minor-mode (bug#10760).
9477
c4fc691b 94782012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 9479
4d6769e1 9480 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
9481 that directories matching `grep-find-ignored-files' won't be
9482 pruned (bug#10351).
9483
af23e2e5
CY
94842012-04-11 Chong Yidong <cyd@gnu.org>
9485
9486 * startup.el (command-line): Remove support for long-obsolete
9487 variable font-lock-face-attributes.
9488
ab7ce8c1
GM
94892012-04-11 Glenn Morris <rgm@gnu.org>
9490
9491 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
9492
de8c03dc
SM
94932012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9494
9495 * window.el (window--state-get-1): Obey window-point-insertion-type.
9496
050cc68b
LB
94972012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
9498
9499 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
9500 to previous function when point is on the first character of a
75f1671a 9501 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 9502
a38c310c
GM
95032012-04-11 Glenn Morris <rgm@gnu.org>
9504
effed0c2
GM
9505 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
9506 not just file-errors.
9507
a38c310c
GM
9508 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
9509 (vc-bzr-sha1): Use internal sha1.
9510
0221e323
SM
95112012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9512
9513 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
9514
43956923
SG
95152012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
9516
9517 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
9518 that start in the middle of the line (bug#10496).
9519
6a8c9eaf
DN
95202012-04-10 Dan Nicolaescu <dann@gnu.org>
9521
9522 * battery.el (battery-linux-proc-acpi): Only one battery is
9523 discharged at a time, but that seems to confuse battery.el when
9524 computing `rate-type' for the battery not being discharged
9525 (bug#10332).
9526
1930bf5d
SM
95272012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9528
2a718f6f
SM
9529 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
9530
599430d0
SM
9531 * international/quail.el: Use dolist and simplify.
9532 (quail-define-package, quail-update-keyboard-layout)
9533 (quail-define-rules): Use dolist.
9534 (quail-insert-kbd-layout, quail-get-translation): CSE.
9535
a2754b6c
SM
9536 * tmm.el: Use dolist, remove left over hook.
9537 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
9538 Use dolist.
9539 (calendar-load-hook): Don't mess with it.
9540
1930bf5d
SM
9541 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
9542 Use derived-mode-p. Run the diff asynchronously.
9543
9f67961c
LMI
95442012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9545
9546 * obsolete/mouse-sel.el: Add an Obsolete-since header.
9547
2a8ce227
JB
95482012-04-10 Juanma Barranquero <lekktu@gmail.com>
9549
9550 * misc.el: Display absolute path of loaded DLLs (bug#10424).
9551 (list-dynamic-libraries--loaded): New function.
9552 (list-dynamic-libraries--refresh): Use it.
9553
8f33b5f8
NW
95542012-04-10 Nathan Weizenbaum <nweiz@google.com>
9555
1930bf5d
SM
9556 * progmodes/python.el (python-fill-paragraph):
9557 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
9558 disabled (bug#7018).
9559
b12f0439
L
95602012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
9561
1930bf5d 9562 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
9563 DOS/MS Windows for the Baltic languages. There are still plenty
9564 of texts written in this encoding/codepage (bug#6519).
b12f0439 9565
57c3bd01
GM
95662012-04-10 Glenn Morris <rgm@gnu.org>
9567
9568 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
9569 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
9570
6c3eab30
FA
95712012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
9572
1930bf5d 9573 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
9574 next-line "n" and previous-line "p" in order to make recentf more
9575 consistent with ibuffer, dired or org-mode (bug#9387).
9576
24d78a88
LMI
95772012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9578
bc72b5d9
LMI
9579 * image.el (put-image): Return the overlay created instead of the
9580 optional input string (bug#7834). Note that this may break code
9581 that is (for some reason or other) depending on `put-image'
9582 returning the string.
9583
bd2dba5a
LMI
9584 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
9585
74beb59f
LMI
9586 * simple.el (zap-to-char): Allow zapping using input methods
9587 (bug#1580).
9588
24d78a88
LMI
9589 * textmodes/fill.el (fill-region): Leave point and mark where they
9590 were before filling (bug#5399).
9591
263f20cd
GM
95922012-04-09 Glenn Morris <rgm@gnu.org>
9593
9594 * version.el (emacs-bzr-get-version):
9595 Handle lightweight checkouts of local branches.
9596
58d1f797
AS
95972012-04-09 Andreas Schwab <schwab@linux-m68k.org>
9598
263f20cd 9599 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 9600
b4d3bc10
CY
96012012-04-09 Chong Yidong <cyd@gnu.org>
9602
9603 * custom.el (custom-variable-p): Return nil for non-symbol
9604 arguments instead of signaling an error.
9605 (user-variable-p): Obsolete alias for custom-variable-p.
9606
9607 * apropos.el (apropos-variable):
9608 * files-x.el (read-file-local-variable):
9609 * simple.el (set-variable):
9610 * woman.el (woman-mini-help):
9611 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
9612
fd06db5d
GM
96132012-04-09 Glenn Morris <rgm@gnu.org>
9614
e5fcdb5e
GM
9615 * startup.el (normal-top-level): Don't look for leim-list.el
9616 in places where it will not be found. (Bug#910)
9617
fd06db5d
GM
9618 * international/mule-cmds.el (set-default-coding-systems):
9619 * files.el (normal-mode):
9620 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
9621 This function was removed with ucs-tables.el in 2008.
9622
b39bb7e1
EZ
96232012-04-08 Eli Zaretskii <eliz@gnu.org>
9624
9625 * textmodes/ispell.el (ispell-check-version): For hunspell, set
9626 ispell-encoding8-command to "-i", without a trailing space.
9627 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
9628 separate command-line arguments, to specify the encoding, since
9629 that's how hunspell expects it.
9630
5c5b8e23
GM
96312012-04-08 Glenn Morris <rgm@gnu.org>
9632
9633 * loadup.el: Load bindings before cus-start.
9634 This reduces somewhat the number of "rogue" settings in emacs -Q.
9635
a1ed8b05
GM
96362012-04-07 Glenn Morris <rgm@gnu.org>
9637
9638 * version.el (emacs-bzr-get-version): New function.
dfae128a 9639 (emacs-bzr-version): New variable.
a1ed8b05
GM
9640 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
9641 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
9642
b142f158
EZ
96432012-04-07 Eli Zaretskii <eliz@gnu.org>
9644
dfae128a
GM
9645 * international/uni-bidi.el, international/uni-category.el:
9646 * international/uni-combining.el, international/uni-decimal.el:
9647 * international/uni-decomposition.el, international/uni-digit.el:
9648 * international/uni-lowercase.el, international/uni-mirrored.el:
9649 * international/uni-name.el, international/uni-numeric.el:
9650 * international/uni-titlecase.el, international/uni-uppercase.el:
9651 Update for Unicode 6.1.
b142f158 9652
9078ead6
EZ
96532012-04-07 Eli Zaretskii <eliz@gnu.org>
9654
9655 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
9656
f23d2c7d
LMI
96572012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
9658
9659 * window.el (shrink-window): Mention the `window-min-height'
9660 variable in the doc string.
9661
0a0a3573
BG
96622012-04-05 Bastien Guerry <bzg@altern.org>
9663
9664 * color.el (color-lighten-name): Fix typo.
9665
e5248ac9
SM
96662012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9667
9668 * server.el (server--on-display-p): New function.
9669 (server--on-display-p): Use it.
9670
b4243e22
GV
96712012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
9672
9673 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
9674 (bug#11145).
9675
305d9f44
SM
96762012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9677
9678 * comint.el (comint--common-quoted-suffix): Check string boundary
9679 before comparing (bug#11158).
9680 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
9681
3d439cd1
CY
96822012-04-04 Chong Yidong <cyd@gnu.org>
9683
321cc491
CY
9684 * minibuffer.el (completion-extra-properties): Doc fix.
9685
3d439cd1
CY
9686 * subr.el (delayed-warnings-hook): Doc fix.
9687
2d562c0f
DU
96882012-04-04 Daiki Ueno <ueno@unixuser.org>
9689
9690 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
9691 selection (Bug#11159).
9692 (epa-insert-keys): Inform that the default public key will be
9693 exported if no key is selected.
9694
4443f204
RS
96952012-04-04 Richard Stallman <rms@gnu.org>
9696
9697 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
9698
529c06b6
CY
96992012-04-03 Chong Yidong <cyd@gnu.org>
9700
9701 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
9702 mail-insert-file, not its obsolete alias mail-attach-file.
9703
66b907dc
MA
97042012-04-03 Michael Albinus <michael.albinus@gmx.de>
9705
9706 * notifications.el (notifications-notify): Fix docstring.
9707
c0ea195d
GM
97082012-04-02 Glenn Morris <rgm@gnu.org>
9709
9710 * emacs-lisp/authors.el (authors-aliases): Another addition.
9711
5ca64e00
MA
97122012-04-02 Michael Albinus <michael.albinus@gmx.de>
9713
9714 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
9715 `tramp-compat-call-process' instead of `tramp-local-call-process'.
9716 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
9717
42ee526b
CY
97182012-04-01 Chong Yidong <cyd@gnu.org>
9719
9720 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
9721 Handle root directory properly.
9722 (copy-directory): Caller changed.
9723
9724 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
9725 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
9726
0b021094
GM
97272012-03-31 Glenn Morris <rgm@gnu.org>
9728
40f86458
GM
9729 * term/xterm.el (xterm-extra-capabilities): Doc fix.
9730
7019c177
GM
9731 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
9732
a1daddd6
GM
9733 * calendar/calendar.el (calendar-window-list)
9734 (calendar-hide-window): Restore. (Bug#11140)
9735 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
9736
0b021094
GM
9737 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
9738
40311efc
TV
97392012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9740
9741 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
9742 Check if file is a symlink (Bug#10489).
9743
9744 * files.el (copy-directory): Likewise.
9745
5319014e
CY
97462012-03-30 Chong Yidong <cyd@gnu.org>
9747
9748 * image.el (imagemagick-types-inhibit)
9749 (imagemagick-register-types): Doc fix.
9750
935d1290
AM
97512012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9752
090bd7cb 9753 * textmodes/ispell.el (ispell-get-extended-character-mode):
ef24141c 9754 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 9755 and treats ~word as ordinary words in pipe mode.
935d1290 9756
61c6e8fd
GM
97572012-03-30 Glenn Morris <rgm@gnu.org>
9758
9759 * tutorial.el (help-with-tutorial): Ensure local variables don't
9760 happen to make the buffer read-only. (Bug#11127)
9761
81fdff00
SM
97622012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
9763
9764 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
9765 (perl-calculate-indent): Return `noindent' in strings.
9766
6e7a6ec0
SS
97672012-03-28 Sam Steingold <sds@gnu.org>
9768
9769 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
9770 instead of the broken adhockery which does not prevent calendar
9771 buffers from being displayed at random after exit.
9772 (calendar-window-list, calendar-hide-window): Remove the broken
9773 adhockery.
9774
fee88ca0
GM
97752012-03-28 Glenn Morris <rgm@gnu.org>
9776
9777 * replace.el (query-replace-map): Doc fix.
9778
38de3354
AS
97792012-03-28 Andreas Schwab <schwab@linux-m68k.org>
9780
9781 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
9782 contents. (Bug#11109)
9783
b973155e
SM
97842012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
9785
9786 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
9787 (bug#11077).
9788 (avl-tree--check, avl-tree--check-node): New funs.
9789
dcb6e7b3
MR
97902012-03-27 Martin Rudalics <rudalics@gmx.at>
9791
9792 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
9793 (switch-to-prev-buffer, switch-to-next-buffer):
9794 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
9795 showing a buffer already is done on the same frame.
9796
b4fa35fa
GM
97972012-03-27 Glenn Morris <rgm@gnu.org>
9798
9799 * startup.el (mail-host-address): Doc fix.
9800
f9210e18
SM
98012012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9802
9803 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
9804 than 197 variables.
9805
c0bf7753
AF
98062012-03-26 Ami Fischman <ami@fischman.org>
9807
9808 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
9809
33da7b16
GM
98102012-03-26 Glenn Morris <rgm@gnu.org>
9811
02243d9d
GM
9812 * files.el (save-buffers-kill-emacs): Doc fix.
9813
33da7b16
GM
9814 * startup.el (normal-top-level, command-line, command-line-1):
9815 Give them doc strings.
9816
e5a69fd0
EZ
98172012-03-25 Eli Zaretskii <eliz@gnu.org>
9818
9819 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 9820 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 9821
9a69676a
CY
98222012-03-25 Chong Yidong <cyd@gnu.org>
9823
4125cb8b
CY
9824 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
9825 theme if it was previously enabled before (Bug#11031).
9826
dd470960
CY
9827 * cus-theme.el (custom-theme-write-faces): Retrieve current face
9828 spec with custom-face-get-current-spec if its :shown-value is not
9829 determined yet (Bug#9337).
4125cb8b 9830 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 9831
9a69676a
CY
9832 * button.el (button-at): Minor addition to docstring.
9833
6e7e90fa
SL
98342012-03-24 Simon Leinen <simon.leinen@gmail.com>
9835
9836 * vc/vc.el (vc-merge): Fix a prompt.
9837
f06e2758
CY
98382012-03-24 Chong Yidong <cyd@gnu.org>
9839
9840 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
9841 point (Bug#9623).
9842
6e7e90fa
SL
9843 * button.el (button-at): Minor addition to docstring.
9844
b9d0879b
SM
98452012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
9846
9847 * newcomment.el (comment-choose-indent): No space after BOL.
9848
e71cebb3
SS
98492012-03-22 Sam Steingold <sds@gnu.org>
9850
9851 * window.el (switch-to-prev-buffer): Revert last patch because the
9852 bug turned out to be an advertised feature (Elisp manual 28.14).
9853
335aff35
GM
98542012-03-22 Glenn Morris <rgm@gnu.org>
9855
9856 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
9857 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
9858
c676576a
LMI
98592012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9860
9861 * net/network-stream.el (network-stream-open-starttls): Make error
9862 message under Windows be less misleading.
9863
126f3d39
LW
98642012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
9865
9866 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
9867 understands (bug#9942).
9868
64fee311
CY
98692012-03-22 Chong Yidong <cyd@gnu.org>
9870
9871 * simple.el (end-of-visible-line): Handle return value of
9872 next-single-property-change properly (Bug#9371).
9873
a640d29a
KH
98742012-03-22 Kenichi Handa <handa@m17n.org>
9875
9876 * international/quail.el (quail-insert-kbd-layout): Fix previous
9877 change. To avoid unwanted bidi reordering, use
9878 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
9879
39675016
DG
98802012-03-21 Dmitry Gutov <dgutov@yandex.ru>
9881
9882 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
9883 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
9884 (ruby-beginning-of-indent): Be more careful with the difference
9885 between word-boundary and symbol boundary.
9886 (ruby-mode-syntax-table): Make : a symbol constituent.
9887
0a6934fc 98882012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 9889
3d008e4f
SM
9890 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
9891
0a6934fc
SM
98922012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
9893
af67c9d7
SM
9894 * progmodes/etags.el (tags-completion-at-point-function):
9895 Improve last fix.
9896
1acad97c
SM
9897 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
9898
e298b5da
SS
98992012-03-21 Sam Steingold <sds@gnu.org>
9900
9901 * progmodes/etags.el (tags-completion-at-point-function):
9902 Avoid the error when point is inside the pattern.
9903
91d82a70
JY
99042012-03-21 John Yates <john@yates-sheets.org> (tiny change)
9905
9906 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
9907 line (Bug#10855).
9908
69188b79
CY
99092012-03-21 Drew Adams <drew.adams@oracle.com>
9910
9911 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
9912
99fc91fe
AK
99132012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
9914
9915 * ido.el (ido-set-current-directory, ido-read-internal)
9916 (ido-choose-completion-string, ido-completion-help): Handle nil
9917 value of ido-completion-buffer (Bug#11008).
9918
087bbb4c
SS
99192012-03-21 Sam Steingold <sds@gnu.org>
9920
9921 * window.el (switch-to-prev-buffer): Do not switch to a visible
9922 window previous buffer, just like with the frame previous buffers.
9923
fb5b8aca
CY
99242012-03-21 Chong Yidong <cyd@gnu.org>
9925
9926 * faces.el (make-face, make-empty-face, copy-face):
9927 * face-remap.el (face-remap-add-relative, face-remap-set-base):
9928 Doc fixes.
9929
dc9924b8
SM
99302012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
9931
9932 * wid-edit.el (widget-complete-field): Remove (bug#11051).
9933 (widget-complete): Remove broken use of it.
9934
f0bcceb9
CY
99352012-03-20 Chong Yidong <cyd@gnu.org>
9936
dc9924b8
SM
9937 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
9938 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
9939 characters.
9940
ee52ebf3
TH
99412012-03-20 Tassilo Horn <tassilo@member.fsf.org>
9942
9943 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
9944 to draw rectangles, not squares. (Regression introduced by revno
9945 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
9946
4c5779ab
CY
99472012-03-18 Chong Yidong <cyd@gnu.org>
9948
9949 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
9950 it is not yet defined (for temacs).
9951
15360934
LL
99522012-03-18 Leo Liu <sdl.web@gmail.com>
9953
735135f9
PE
9954 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
9955 prefix.
15360934 9956
d9a8eb66
EZ
99572012-03-17 Eli Zaretskii <eliz@gnu.org>
9958
9959 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
9960 (ispell-choices-win-default-height, ispell-silently-savep)
9961 (ispell-dictionary-alist, ispell-encoding8-command)
9962 (ispell-check-version, ispell-aspell-find-dictionary)
9963 (ispell-valid-dictionary-list, ispell-words-keyword)
9964 (ispell-get-word, ispell-internal-change-dictionary)
9965 (ispell-region, ispell-skip-region-list)
9966 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
9967 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
9968 (ispell-message-text-end, ispell-message)
9969 (ispell-buffer-local-parsing): Doc fix.
9970
f02ff80d
J
99712012-03-13 Jambunathan K <kjambunathan@gmail.com>
9972
9973 * htmlfontify.el: Add support for code block fontification for ODT
9974 export (Bug #9914).
9975 (hfy-optimisations): Define new option
9976 `body-text-only'
9977 (hfy-fontify-buffer): Honor above setting.
9978 (hfy-begin-span, hfy-end-span): New routines factored out form
9979 `hfy-fontify-buffer'.
9980 (hfy-begin-span-handler, hfy-end-span-handler): New variables
9981 that permit insertion of custom tags.
9982 (hfy-fontify-buffer): Use above handlers.
9983 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
9984 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 9985 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 9986 over multiple runs. This is made possible by having the caller let
f02ff80d
J
9987 bind a special variable `hfy-user-sheet-assoc'.
9988 (htmlfontify-string): New defun.
9989 (hfy-compile-face-map): Make sure that the last char in the
9990 buffer is correctly fontified.
9991 (hfy-face-resolve-face): Whitespace only change.
9992
9ac7a13f
EZ
99932012-03-17 Eli Zaretskii <eliz@gnu.org>
9994
9995 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
9996 message more clear.
9997
e2b5bdd7
LL
99982012-03-16 Leo Liu <sdl.web@gmail.com>
9999
10000 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
10001
2e492df3
AM
100022012-03-16 Alan Mackenzie <acm@muc.de>
10003
10004 Further optimise the handling of large macros.
10005
10006 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
10007 limit to a call of `c-literal-limits'.
10008 (c-determine-+ve-limit): New function.
dc9924b8
SM
10009 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
10010 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
10011 In CASE 5B, restrict a search limit to 500.
10012 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
10013
10014 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
10015 Restrict macro bounds to +-500 from after-change's BEG END.
10016
50e94f0c
LL
100172012-03-16 Leo Liu <sdl.web@gmail.com>
10018
10019 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
10020
6f09f6ed
AH
100212012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
10022
10023 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 10024 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 10025
c7e73d51
GM
100262012-03-16 Glenn Morris <rgm@gnu.org>
10027
da986230
GM
10028 * view.el (view-buffer, view-buffer-other-window)
10029 (view-buffer-other-frame): Doc fixes re special mode-class.
10030
0835f01e
GM
10031 * subr.el (eval-after-load): If named feature is provided not from
10032 a file, run after-load forms. (Bug#10946)
10033
c7e73d51
GM
10034 * calendar/calendar.el (calendar-insert-at-column):
10035 Handle non-unit-width characters a bit better. (Bug#10978)
10036
3f2eafd1
CY
100372012-03-15 Chong Yidong <cyd@gnu.org>
10038
10039 * emacs-lisp/ring.el (ring-extend): New function.
10040 (ring-insert+extend): Extend the ring correctly (Bug#11019).
10041
10042 * comint.el (comint-read-input-ring)
10043 (comint-add-to-input-history): Grow comint-input-ring lazily.
10044
103af3fe
SM
100452012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
10046
663b1677
SM
10047 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
10048 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
10049
103af3fe
SM
10050 * imenu.el: Fix multiple inheritance breakage (bug#9199).
10051 (imenu-add-to-menubar): Don't add a redundant index.
10052 (imenu-update-menubar): Handle a dynamically composed keymap.
10053
899cb7cb
KY
100542012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
10055
10056 * mail/sendmail.el (mail-encode-header):
10057 Bind rfc2047-encode-encoded-words to nil.
10058
3809f91d
GM
100592012-03-13 Glenn Morris <rgm@gnu.org>
10060
10061 * calendar/calendar.el (calendar-string-spread):
10062 Handle non-unit-width characters a bit better. (Bug#10978)
10063
9e345a01
LL
100642012-03-13 Leo Liu <sdl.web@gmail.com>
10065
10066 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
10067 directory and file as argument (Bug#10822).
10068
4a07df36
KS
100692012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
10070
10071 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
10072 For dynamically generated code, follow $PC.
10073 (gdb-disassembly-handler-custom): Handle no function name case.
10074
4aaa9356
TL
100752012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
10076
10077 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
10078 * emulation/ws-mode.el (ws-query-replace):
10079 * sort.el (sort-regexp-fields):
10080 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
10081
225979da
SM
100822012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10083
10084 * dabbrev.el: Fix cycle completion order (bug#10963).
10085 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
10086 (dabbrev-completion): Don't use an obarray; provide
10087 a cycle-sort-function.
10088
e2f1fdab
LL
100892012-03-12 Leo Liu <sdl.web@gmail.com>
10090
dc9924b8 10091 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
10092 (kill-do-not-save-duplicates): Doc fix.
10093
b19490ed
SM
100942012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10095
10096 * dabbrev.el: Fix cycle completion (bug#10963).
10097 Use lexical binding and wrap to 80 columns.
10098 (dabbrev-completion): Delay computing the list of completions.
10099
4b05d722
KH
101002012-03-12 Kenichi Handa <handa@m17n.org>
10101
10102 * international/quail.el (quail-insert-kbd-layout): Surround each
10103 row by LRO and PDF instead of inserting many LRMs. Pad the left
10104 and right of each non-spacing marks. Insert invisible space
10105 between lower and upper characters to prevent composition.
10106
dbbc2e69
SM
101072012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10108
10109 * minibuffer.el (minibuffer-complete): Don't get confused when the
10110 function is run twice via different commands (bug#10958).
10111 (complete-with-action): Fix docstring.
10112
292112ed
CY
101132012-03-12 Chong Yidong <cyd@gnu.org>
10114
5d1ac394
CY
10115 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
10116 (nxml-completion-at-point-function): New function.
10117 (nxml-mode): Use it.
10118 (nxml-bind-meta-tab-to-complete-flag): Default to t.
10119
292112ed
CY
10120 * emacs-lisp/package.el (package-unpack, package-unpack-single):
10121 Load generated autoloads file before byte compiling (Bug#10970).
10122 (package--make-autoloads-and-compile): New helper fun.
10123
4098f8f7
CS
101242012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
10125
10126 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
10127
8f754691
MA
101282012-03-11 Michael Albinus <michael.albinus@gmx.de>
10129
10130 * autorevert.el (auto-revert-handler): Ensure, that
10131 file-readable-p is applied only for local files or in
10132 auto-revert-tail-mode.
10133
e29ab36b
AS
101342012-03-11 Andreas Schwab <schwab@linux-m68k.org>
10135
dbbc2e69
SM
10136 * server.el (server-eval-at): Handle non-tcp connections.
10137 Decode result string.
ad0bf5b6 10138
e29ab36b
AS
10139 * server.el (server-msg-size): New constant.
10140 (server-reply-print): New function.
10141 (server-eval-and-print): Use it.
10142 (server-eval-at): Use server-quote-arg and server-unquote-arg.
10143 Handle -print-nonl.
10144
de5939ba
CS
101452012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
10146
10147 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
10148 (Bug#10987).
10149
0c93eabf
CY
101502012-03-11 Chong Yidong <cyd@gnu.org>
10151
397a688f
CY
10152 * simple.el (goto-line): Doc fix (Bug#9938).
10153
2cc775f9
CY
10154 * subr.el (save-window-excursion): Doc fix (Bug#9979).
10155
0c93eabf
CY
10156 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
10157 when finished (Bug#10963).
10158
c491fa41
MR
101592012-03-11 Martin Rudalics <rudalics@gmx.at>
10160
10161 * window.el (split-window-below): Fix bug in case where
10162 split-window-keep-point is nil (Bug#10971).
10163
300e8fa5
JL
101642012-03-11 Juri Linkov <juri@jurta.org>
10165
10166 * replace.el (replace-highlight): Set isearch-word to nil
10167 unconditionally. (Bug#10887)
10168
dbf6c5a1
EZ
101692012-03-10 Eli Zaretskii <eliz@gnu.org>
10170
10171 * net/mairix.el (mairix-replace-invalid-chars): Rename from
10172 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 10173 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
10174 (mairix-widget-create-query): Add usage information about mairix
10175 search forms: negating words, searching for substrings, etc.
10176
b9e501de
JP
101772012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
10178
10179 * international/fontset.el (font-encoding-alist): Add an entry for
10180 ksx1001 (Bug#5667).
10181
92795c91
RS
101822012-03-10 Richard Stallman <rms@gnu.org>
10183
1694e6c1
RS
10184 * mail/sendmail.el (mail-encode-header):
10185 Set rfc2047-encode-encoded-words.
10186
607e8555
RS
10187 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
10188
de3bc99a
RS
10189 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
10190 view buffer means not swapped.
10191 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
10192 (rmail-write-region-annotate): Error if real text has disappeared.
10193
92795c91
RS
10194 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
10195
699bd04e
CY
101962012-03-10 Chong Yidong <cyd@gnu.org>
10197
10198 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
10199 * emulation/cua-base.el (cua--init-keymaps):
10200 Add delete-forward-char to remappings (Bug#9666).
699bd04e 10201
570a1714
MR
102022012-03-10 Martin Rudalics <rudalics@gmx.at>
10203
dbbc2e69
SM
10204 * speedbar.el (speedbar-unhighlight-one-tag-line):
10205 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 10206
82dcf4e4
CY
102072012-03-10 Chong Yidong <cyd@gnu.org>
10208
7a2c7ca7
CY
10209 * minibuffer.el (completion-in-region, completion-help-at-point):
10210 Give the completion field overlay a high priority (Bug#6830).
10211
82dcf4e4
CY
10212 * dired.el (dired-goto-file): Recognize absolute file name
10213 listings (Bug#7126).
10214 (dired-goto-file-1): New helper function.
10215 (dired-toggle-read-only): Inhibit warnings.
10216
052e28ac
MA
102172012-03-09 Michael Albinus <michael.albinus@gmx.de>
10218
75f1671a 10219 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
10220 there are no properties.
10221
95d5e396
LL
102222012-03-09 Leo Liu <sdl.web@gmail.com>
10223
10224 * savehist.el (savehist-printable): Stricter check for string
10225 value (Bug#10937).
10226
3f018d6d
EZ
102272012-03-09 Eli Zaretskii <eliz@gnu.org>
10228
dbbc2e69
SM
10229 * mail/smtpmail.el (smtpmail-send-it):
10230 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
10231 valid mbox format.
10232
f7fd3d79
GM
102332012-03-09 Glenn Morris <rgm@gnu.org>
10234
10235 * files.el (dir-locals-find-file):
10236 Don't check result is regular, readable.
10237 (dir-locals-read-from-file): Demote errors.
10238
6ff6e72f
EZ
102392012-03-08 Eli Zaretskii <eliz@gnu.org>
10240
dbbc2e69
SM
10241 * international/quail.el (quail-insert-kbd-layout):
10242 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
10243 layout cell, to prevent their reordering by bidi display engine.
10244 For details, see the discussion in
10245 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
10246
9cec7834
AM
102472012-03-08 Alan Mackenzie <acm@muc.de>
10248
10249 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
10250 the starting position; make it extend the marked region when
10251 invoked repeatedly - all under appropriate circumstances.
10252 Fixes bugs #5525, #10906.
10253
9a40b8d4
GM
102542012-03-08 Glenn Morris <rgm@gnu.org>
10255
10256 * files.el (locate-dominating-file, dir-locals-find-file):
10257 Undo 2012-03-06 change.
10258
7a08ed35
EZ
102592012-03-07 Eli Zaretskii <eliz@gnu.org>
10260
dbbc2e69
SM
10261 * international/quail.el (quail-help):
10262 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
10263 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
10264 for the reason.
10265
5aca4f71 102662012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
10267
10268 Avoid superfluous registering of signals. (Bug#10807)
10269
10270 * notifications.el (notifications-on-action-object)
10271 (notifications-on-close-object): New defvars.
10272 (notifications-on-action-signal, notifications-on-closed-signal):
10273 Unregister the signal if not needed any longer.
10274 (notifications-notify): Register `notifications-action-signal' or
10275 `notifications-closed-signal', if :on-action or :on-close has been
10276 passed as argument.
10277
78e8b10a
CY
102782012-03-07 Chong Yidong <cyd@gnu.org>
10279
10280 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
10281 non-X platforms.
10282
69481eb8
GM
102832012-03-06 Glenn Morris <rgm@gnu.org>
10284
10285 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10286 (x-disown-selection-internal, x-get-selection-internal):
10287 Doc fix (add arglist signatures). (Bug#10783)
10288
133b8e11
KS
102892012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
10290
10291 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
10292 Handle breakpoints with no "type".
10293
99a83064
GM
102942012-03-06 Glenn Morris <rgm@gnu.org>
10295
10296 * files.el (locate-dominating-file): Add optional predicate argument.
10297 (dir-locals-find-file): Make use of above change.
10298
17798e78
TTN
102992012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
10300
10301 * info.el (Info-insert-dir): Also try "dir.gz".
10302
eb182446
GM
103032012-03-06 Glenn Morris <rgm@gnu.org>
10304
8f2114ee
GM
10305 * files.el (dir-locals-find-file):
10306 Ignore non-readable or non-regular files. (Bug#10928)
10307
eb182446
GM
10308 * files.el (locate-dominating-file): Doc fix.
10309
24679323
AS
103102012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
10311
10312 * calendar/calendar.el (calendar-set-mode-line):
10313 `getenv' returns a string. (Bug#10951)
10314
01d972a9
LL
103152012-03-05 Leo Liu <sdl.web@gmail.com>
10316
109aa8a9
LL
10317 * simple.el (backward-delete-char-untabify): Constrain point to
10318 field (Bug#10939).
10319
01d972a9
LL
10320 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
10321
10607bea
CY
103222012-03-05 Chong Yidong <cyd@gnu.org>
10323
10324 * simple.el (count-words): If called from Lisp, return the word
10325 count, for symmetry with `count-lines'. Arglist changed.
10326 (count-words--message): Args changed. Consolidate counting code
10327 from count-words and count-words-region.
10328 (count-words-region): Caller changed.
10329 (count-lines-region): Make it an obsolete alias.
10330
5dd11cfe
TH
103312012-03-04 Tassilo Horn <tassilo@member.fsf.org>
10332
10333 * saveplace.el (save-place-to-alist)
10334 (save-place-ignore-files-regexp): Allow value nil to disable this
10335 feature.
10336
c349f4e6
CY
103372012-03-04 Chong Yidong <cyd@gnu.org>
10338
10339 * faces.el (face-spec-reset-face): For the default face, reset the
10340 attributes to default values (Bug#10748).
10341
e627be4c
LMI
103422012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10343
10344 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
10345 previous patch: Check `message-send-mail-function', and not the
10346 default function (bug#10897).
10347
ebeabff4
MA
103482012-03-04 Michael Albinus <michael.albinus@gmx.de>
10349
a41a6cf4
MA
10350 * notifications.el (notifications-on-action-signal)
10351 (notifications-on-closed-signal): Check for unique service name of
10352 incoming event. Fix error in removing entry.
ebeabff4 10353 (top): Register for signals with wildcard service name.
a41a6cf4 10354 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 10355
c1ca42b4
CY
103562012-03-04 Chong Yidong <cyd@gnu.org>
10357
dc9924b8 10358 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 10359
ea16568d
GM
103602012-03-04 Glenn Morris <rgm@gnu.org>
10361
10362 * abbrev.el (copy-abbrev-table, abbrev-table-p)
10363 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
10364 (expand-abbrev, define-abbrev-table): Doc fixes.
10365
fbae4637
LMI
103662012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10367
10368 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
10369 `message-default-send-mail-function' and not `send-mail-function'
10370 when doing the prompting for `sendmail-query-once' before sending
10371 in Message buffers (bug#10897).
10372
a1e7225c
LMI
10373 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
10374 This is inconsistent with all the other stream functions, which leave
10375 the setting up to the higher levels (if so wanted) (bug#10931).
10376
56d093a9
AM
103772012-03-02 Alan Mackenzie <acm@muc.de>
10378
10379 Depessimize the handling of very large macros.
10380
10381 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
10382 (c-macro-cache-syntactic): New variables to implement a one
10383 element macro cache.
10384 (c-invalidate-macro-cache): New function.
10385 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
10386 Adapt to use the new cache.
10387 (c-state-safe-place): Use better the cache of safe positions.
10388 (c-state-semi-nonlit-pos-cache)
10389 (c-state-semi-nonlit-pos-cache-limit):
10390 New variables for...
10391 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
10392 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
10393 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
10394 Use c-state-semi-safe-place.
56d093a9 10395
dbbc2e69
SM
10396 * progmodes/cc-langs.el (c-get-state-before-change-functions):
10397 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 10398
817e5c3d
MA
103992012-03-02 Michael Albinus <michael.albinus@gmx.de>
10400
dbbc2e69
SM
10401 * jka-compr.el (jka-compr-call-process):
10402 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
10403 not remote.
10404
a032a702
MA
104052012-03-01 Michael Albinus <michael.albinus@gmx.de>
10406
10407 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
10408 access of FILE2, if FILE1 does not exist.
10409
99a54f21
MA
10410 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
10411 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
10412
10413 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
10414 Add "PAGER=" to `process-environment'.
10415
f6561e1f
MM
104162012-03-01 Michael R. Mauger <mmaug@yahoo.com>
10417
10418 * progmodes/sql.el: Bug fix
10419 (sql-get-login-ext): Save login values in globals.
10420 (sql-get-login): Use new version of `sql-get-login-ext'.
10421 (sql-interactive-mode): Set global `sql-connection' to nil.
10422 (sql-connect): Set global values for connection.
10423 (sql-product-interactive): Save global values as buffer local.
10424
2d44d9cc
LL
104252012-02-29 Leo Liu <sdl.web@gmail.com>
10426
10427 * abbrev.el (define-abbrevs): Reset sys to nil.
10428
96b49301 104292012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10430
bf7f9bc5
JB
10431 * files.el (file-equal-p): Rename from `files-equal-p'.
10432 Return nil when one or both files don't exist.
96b49301 10433 (file-subdir-of-p): Now only top directory must exists,
10434 return nil if it doesn't.
bf7f9bc5
JB
10435 (copy-directory): No need to test with `file-subdir-of-p' after
10436 creating dir.
10437 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
10438 to `file-equal-p'.
96b49301 10439
44e97401
GM
104402012-02-28 Glenn Morris <rgm@gnu.org>
10441
10442 * shell.el (shell-mode):
10443 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
10444 * play/landmark.el (landmark-font-lock-face-O):
10445 * play/handwrite.el (handwrite):
10446 * play/gomoku.el (gomoku-O):
10447 * net/browse-url.el (browse-url-browser-display):
10448 * international/mule.el (define-charset):
10449 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
10450 * filesets.el (filesets-find-file-delay):
10451 * eshell/em-xtra.el (eshell-xtra):
10452 * eshell/em-unix.el (eshell-grep):
10453 * emulation/viper.el (viper-mode):
10454 * emacs-lisp/regexp-opt.el (regexp-opt-group):
10455 * emacs-lisp/easymenu.el (easy-menu-define):
10456 * calendar/timeclock.el (timeclock-use-display-time):
10457 * bs.el (bs-mode):
10458 * bookmark.el (bookmark-save-flag):
10459 Doc fix (standardize possessive apostrophe usage).
10460
c98c6276
CY
104612012-02-27 Chong Yidong <cyd@gnu.org>
10462
bf7f9bc5
JB
10463 * emulation/viper-cmd.el (viper-intercept-ESC-key):
10464 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 10465
c98c6276
CY
10466 * font-lock.el (font-lock-specified-p): Rename from
10467 font-lock-spec-present. Callers changed.
10468
9c62cd04 104692012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 10470
bf7f9bc5
JB
10471 * emacs-lisp/package.el (package-compute-transaction):
10472 Handle holding a package version to t in package-load-list.
8ac9e529 10473
530739c9
MA
104742012-02-26 Michael Albinus <michael.albinus@gmx.de>
10475
10476 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
10477 (tramp-get-inode, tramp-get-device): Use cached values.
10478
487915d7
AM
104792012-02-26 Alan Mackenzie <acm@muc.de>
10480
10481 Check there is a font-lock specification before doing initial
10482 fontification.
10483
10484 * font-core.el (font-lock-mode): Move the conditional from
10485 :after-hook to font-lock-initial-fontify.
10486 (font-lock-default-function): Move the check for a specification
10487 to font-lock-spec-present.
10488
dc9924b8 10489 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
10490 (font-lock-spec-present): New function.
10491
4fd96557
JB
104922012-02-26 Jim Blandy <jimb@red-bean.com>
10493
10494 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
10495 (gdb-send): Apply it to the operand of the '-interpreter-exec
10496 console' command, so that we can pass arguments with (say) quotes
10497 in them. Store exact string sent in gdb-debug-log (Bug#10765).
10498
9a4888c0
CY
104992012-02-26 Chong Yidong <cyd@gnu.org>
10500
07498861
CY
10501 * help-fns.el (describe-function-1): Clarify description of
10502 remapping (Bug#10844).
10503
9a4888c0
CY
10504 * files.el (files-equal-p): Doc fix.
10505 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
10506 and quit the loop once a mismatch is found.
10507
ea8fb88d
JB
105082012-02-25 Juanma Barranquero <lekktu@gmail.com>
10509
10510 * bs.el (bs--show-with-configuration): Don't throw an error
10511 if the window cannot be split; otherwise, subsequent calls to
10512 bs-show fail, restoring a stale window config. (Bug#10882)
10513
525795c1
JD
105142012-02-25 Jan Djärv <jan.h.d@swipnet.se>
10515
10516 * term/ns-win.el (global-map): Bind ns-drag-file to
10517 ns-find-file (Bug#5855, Bug#10050).
10518
f008086f
AS
105192012-02-25 Andreas Schwab <schwab@linux-m68k.org>
10520
10521 * calendar/parse-time.el (parse-time-string): Allow extractor to
10522 return nil.
10523
a3fcfa99
MA
105242012-02-25 Michael Albinus <michael.albinus@gmx.de>
10525
91027d08
JB
10526 * net/tramp.el (tramp-file-name-for-operation):
10527 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
10528
10529 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
10530 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
10531 Add COPY-CONTENTS argument.
a3fcfa99 10532
67b0de11
CY
105332012-02-25 Chong Yidong <cyd@gnu.org>
10534
10535 Add custom groups for VC backends, for consistency with vc-bzr.
10536
10537 * vc/vc-arch.el (vc-arch):
10538 * vc/vc-cvs.el (vc-cvs):
10539 * vc/vc-git.el (vc-git):
10540 * vc/vc-hg.el (vc-hg):
10541 * vc/vc-mtn.el (vc-mtn):
10542 * vc/vc-rcs.el (vc-rcs):
10543 * vc/vc-sccs.el (vc-sccs):
10544 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
10545 All relevant defcustoms reassigned.
10546
3c9dfce6
CY
105472012-02-25 Chong Yidong <cyd@gnu.org>
10548
1339bf43
CY
10549 * newcomment.el (comment-styles): Add autoload (Bug#10868).
10550
3c9dfce6
CY
10551 * term/x-win.el (x-initialize-window-system): Reduce default for
10552 x-selection-timeout to 5 seconds (Bug#8869).
10553
25b2e303 105542012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10555
ec70a47d
GM
10556 * files.el (files-equal-p, file-subdir-of-p): New functions.
10557 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 10558 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
10559 * dired-aux.el (dired-copy-file-recursive): Same.
10560 (dired-create-files): Modify destination when source is equal to
10561 dest when copying files.
53a46cd0 10562 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 10563
914260cd
MA
105642012-02-24 Michael Albinus <michael.albinus@gmx.de>
10565
10566 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
10567 (Bug#10874)
10568
2cb228f7
AM
105692012-02-23 Alan Mackenzie <acm@muc.de>
10570
10571 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
10572 parameter "after-hook:" to allow the expansion to run code after
10573 the execution of the mode hooks.
10574
10575 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 10576 from font-lock-mode-internal.
2cb228f7 10577
91027d08 10578 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
10579 :after-hook.
10580
8f0fde21
SM
105812012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
10582
3e88618b
SM
10583 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
10584 (completion--cache-all-sorted-completions): New function.
10585 (completion-all-sorted-completions): Use it.
10586 (completion--do-completion, minibuffer-force-complete):
10587 Use it to re-instate the flush hook.
10588
8f0fde21
SM
10589 * icomplete.el (icomplete-completions): Replace last fix with a better
10590 one (bug#10850).
10591
8e911f6f
DG
105922012-02-23 Dmitry Gutov <dgutov@yandex.ru>
10593
10594 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
10595 when it might call us back infinitely (bug#10797).
10596
49fe4321
GM
105972012-02-23 Glenn Morris <rgm@gnu.org>
10598
10599 * minibuffer.el (completion-category-overrides): Doc fix.
10600
b291b572
SM
106012012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
10602
10603 * minibuffer.el (completion-table-with-context): Fix inf-loop.
10604 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
10605
31a9ef2e
GM
106062012-02-23 Glenn Morris <rgm@gnu.org>
10607
5e6e6794 10608 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
10609 (authors-obsolete-files-regexps, authors-ignored-files)
10610 (authors-ambiguous-files, authors-renamed-files-alist):
10611 Add more entries.
10612
0bd1e074
JL
106132012-02-23 Juri Linkov <juri@jurta.org>
10614
10615 * isearch.el (isearch-occur): Sync interactive spec with occur's
10616 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
10617
b617673c
JL
10618 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
10619
19e9789e
JL
106202012-02-22 Juri Linkov <juri@jurta.org>
10621
10622 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
10623 (ucs-insert): Doc fix. Check for hex digits in the string.
10624 Don't display `nil' in the error message. (Bug#10857)
10625
f41ce09d
AM
106262012-02-22 Alan Mackenzie <acm@muc.de>
10627
7a71b18d 10628 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 10629
ac2eceee
GM
106302012-02-22 Glenn Morris <rgm@gnu.org>
10631
10632 * ffap.el (ffap-c-path):
10633 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
10634
abd1f678
CY
106352012-02-22 Chong Yidong <cyd@gnu.org>
10636
10637 * custom.el (load-theme): Doc fix.
10638
f25aef2e
GM
106392012-02-22 Glenn Morris <rgm@gnu.org>
10640
10641 * dired-x.el (dired-guess-shell-alist-default):
10642 Remove escape sequences from nroff output. (Bug#172)
10643
5f8dc2ca
GM
106442012-02-21 Glenn Morris <rgm@gnu.org>
10645
6ff86ec4
GM
10646 * vc/emerge.el (emerge-defvar-local):
10647 Set `permanent-local' property rather than unused `preserved'.
10648
be3223a3 10649 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
10650 (picture-mode-map): Use it. (Bug#10860)
10651 (picture-mode): Doc fix.
10652
3fe58f4f
JB
106532012-02-21 Juanma Barranquero <lekktu@gmail.com>
10654
10655 * newcomment.el (uncomment-region-default): Remove unused binding.
10656
f9a998c3
GM
106572012-02-21 Glenn Morris <rgm@gnu.org>
10658
10659 * textmodes/picture.el (picture-motion, picture-motion-reverse)
10660 (picture-self-insert, picture-tab-chars): Doc fix.
10661 (picture-mode-map): Fix C-a, C-e.
10662
c6029348
GM
106632012-02-20 Glenn Morris <rgm@gnu.org>
10664
10665 * emacs-lisp/authors.el (authors-aliases): Add another entry.
10666
ab1ce9d7
LL
106672012-02-20 Leo Liu <sdl.web@gmail.com>
10668
10669 * icomplete.el (icomplete-completions): Check FROM arg before
10670 passing to substring (Bug#10850).
10671
0fd40f89
CY
106722012-02-19 Chong Yidong <cyd@gnu.org>
10673
10674 * comint.el: Require ansi-color.
10675 (comint-output-filter-functions): Add ansi-color-process-output.
10676
10677 * ansi-color.el: Don't set comint-output-filter-functions; it is
10678 now in the initial value defined in comint.el.
10679 (ansi-color-apply-face-function): New variable.
10680 (ansi-color-apply-on-region): Use it.
10681 (ansi-color-apply-overlay-face): New function.
10682
10683 * shell.el (shell): No need to require ansi-color.
10684 (shell-mode): Use ansi-color-apply-face-function to highlight
10685 color escapes using font-lock-face property (Bug#10835).
10686
20af2394
CY
106872012-02-19 Chong Yidong <cyd@gnu.org>
10688
10689 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
10690 mode-line formats (Bug#10839).
10691
e23a3fbe
GM
106922012-02-18 Glenn Morris <rgm@gnu.org>
10693
b474519e
GM
10694 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
10695
10696 * mail/undigest.el (unforward-rmail-message): Doc fix.
10697
e23a3fbe
GM
10698 * saveplace.el (save-place-ignore-files-regexp): Add :version.
10699
57939ff4
EZ
107002012-02-18 Eli Zaretskii <eliz@gnu.org>
10701
10702 * international/characters.el (script-list): Sync with the latest
10703 Unicode Character Database.
10704
0c23686e
AS
107052012-02-18 Andreas Schwab <schwab@linux-m68k.org>
10706
10707 * international/titdic-cnv.el: Remove duplicate coding tag.
10708 * language/cham.el: Likewise.
10709 * language/tai-viet.el: Likewise.
10710
6818b449
GM
107112012-02-18 Glenn Morris <rgm@gnu.org>
10712
10713 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
10714 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
10715 (calendar-bahai-all-holidays-flag, calendar-other-dates):
10716 * calendar/diary-lib.el (diary-abbreviated-year-flag):
10717 * calendar/holidays.el (holiday-bahai-holidays)
10718 (calendar-holidays, list-holidays):
10719 Use utf-8 Bahá'í in doc-strings, menus, etc.
10720
0311a3fc
TH
107212012-02-17 Tassilo Horn <tassilo@member.fsf.org>
10722
10723 * saveplace.el (save-place-ignore-files-regexp): New variable
10724 allowing for excluding files from saving their location of point.
10725 The default value matches the temporary commit message editing
10726 files from Git, SVN, Bazaar, and Mercurial.
10727 (save-place-to-alist): Use it.
10728
d209e2fb 107292012-02-17 Lawrence Mitchell <wence@gmx.li>
f1a71c6e 10730 Stefan Monnier <monnier@iro.umontreal.ca>
eb864a71
LM
10731
10732 * newcomment.el (uncomment-region-default): Don't leave extra space
10733 when an arg is provided (bug#8150).
10734
ee0ce425
TZ
107352012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
10736
eb864a71 10737 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 10738
95ddf442
GM
107392012-02-17 Glenn Morris <rgm@gnu.org>
10740
10741 * net/socks.el: Require network-stream. (Bug#10599)
10742
48dd1e39 107432012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
10744
10745 * international/charprop.el:
10746 * international/uni-name.el:
10747 * international/uni-old-name.el:
10748 * international/uni-comment.el: Regenerate.
10749
d68cd087
GM
107502012-02-16 Glenn Morris <rgm@gnu.org>
10751
10752 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
10753 Interactively in calendar buffer, give an error if not on a date.
10754
13932042
GM
107552012-02-15 Glenn Morris <rgm@gnu.org>
10756
10757 * shell.el (shell-delimiter-argument-list):
10758 Revert 2011-02-17 change. (Bug#8027)
10759
c3a70e2b
CY
107602012-02-15 Chong Yidong <cyd@gnu.org>
10761
60236b0d
CY
10762 * minibuffer.el (completion-at-point-functions): Doc fix.
10763
c3a70e2b
CY
10764 * custom.el (defcustom): Doc fix; note use of defvar.
10765
9f26dc24
GM
107662012-02-15 Glenn Morris <rgm@gnu.org>
10767
10768 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
10769 Doc fixes.
10770
6546b134
GM
107712012-02-14 Glenn Morris <rgm@gnu.org>
10772
10773 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
10774
d29b2b4c
LI
107752012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
10776
10777 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
10778 way the ports list is computed.
835bdcba
LI
10779 (smtpmail-query-smtp-server): Prompt the user for a port number if
10780 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 10781
08dcdbc9
TZ
107822012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
10783
10784 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
10785
2605051a
GM
107862012-02-13 Glenn Morris <rgm@gnu.org>
10787
10788 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
10789
7ee99f32
TZ
107902012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
10791
10792 * net/gnutls.el (gnutls-trustfiles): New variable.
10793 (gnutls-negotiate): Use it.
10794
5f0af64f
LI
107952012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
10796
10797 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
10798 does its stuff if Gnus is running.
10799
c14fcc95
AM
108002012-02-13 Alan Mackenzie <acm@muc.de>
10801
10802 Fix a loop in c-set-fl-decl-start.
10803
7a71b18d 10804 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
10805 c-backward-syntactic-ws actually moves backwards.
10806
142b4d90
LL
108072012-02-13 Leo Liu <sdl.web@gmail.com>
10808
10809 * net/rcirc.el (rcirc-markup-attributes): Move point to the
10810 beginning so that all \C-o chars are removed.
10811
fa9958a6
TZ
108122012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
10813
dc9924b8 10814 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 10815
0bc5886a
AM
108162012-02-12 Alan Mackenzie <acm@muc.de>
10817
10818 Fix infinite loop with long macros.
4d6769e1 10819 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 10820
d4bd55e7
CY
108212012-02-12 Chong Yidong <cyd@gnu.org>
10822
10823 * window.el (display-buffer): Doc fix (Bug#10785).
10824
66f3fe22
GM
108252012-02-12 Glenn Morris <rgm@gnu.org>
10826
bd7da63e
GM
10827 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10828 (x-disown-selection-internal, x-get-selection-internal):
10829 Sync docs with the xselect.c versions.
10830
66f3fe22
GM
10831 * allout-widgets.el: Add missing license notice.
10832
3e0d2fa7
GM
108332012-02-11 Glenn Morris <rgm@gnu.org>
10834
cfecdf09
GM
10835 * select.el (x-get-selection-internal, x-own-selection-internal)
10836 (x-disown-selection-internal):
10837 * x-dnd.el (x-get-selection-internal): Update declarations.
10838
6d216d7f
GM
10839 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
10840
2bed3f04
GM
10841 * window.el (window-sides-slots):
10842 * tool-bar.el (tool-bar-position):
10843 * term/xterm.el (xterm-extra-capabilities):
10844 * ses.el (ses-self-reference-early-detection):
10845 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
10846 (verilog-auto-wire-type)
10847 (verilog-auto-delete-trailing-whitespace)
10848 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
10849 (verilog-auto-tieoff-declaration):
10850 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
10851 (sql-oracle-statement-starters, sql-oracle-scan-on):
10852 * progmodes/prolog.el (prolog-align-comments-flag)
10853 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
10854 (prolog-left-indent-regexp, prolog-paren-indent-p)
10855 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
10856 (prolog-types, prolog-mode-specificators)
10857 (prolog-determinism-specificators, prolog-directives)
10858 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
10859 (prolog-electric-dot-flag)
10860 (prolog-electric-dot-full-predicate-template)
10861 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
10862 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
10863 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
10864 (prolog-program-switches, prolog-prompt-regexp)
10865 (prolog-debug-on-string, prolog-debug-off-string)
10866 (prolog-trace-on-string, prolog-trace-off-string)
10867 (prolog-zip-on-string, prolog-zip-off-string)
10868 (prolog-use-standard-consult-compile-method-flag)
10869 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
10870 (prolog-imenu-max-lines, prolog-info-predicate-index)
10871 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
10872 (prolog-char-quote-workaround):
10873 * progmodes/cc-vars.el (c-defun-tactic):
10874 * net/tramp.el (tramp-encoding-command-interactive)
10875 (tramp-local-end-of-line):
10876 * net/soap-client.el (soap-client):
10877 * net/netrc.el (netrc-file):
10878 * net/gnutls.el (gnutls):
10879 * minibuffer.el (completion-category-overrides)
10880 (completion-cycle-threshold)
10881 (completion-pcm-complete-word-inserts-delimiters):
10882 * man.el (Man-name-local-regexp):
10883 * mail/feedmail.el (feedmail-display-full-frame):
10884 * international/characters.el (glyphless-char-display-control):
10885 * eshell/em-ls.el (eshell-ls-date-format):
10886 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
10887 (lisp-lambda-list-keyword-parameter-indentation)
10888 (lisp-lambda-list-keyword-parameter-alignment):
10889 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
10890 * dired-x.el (dired-omit-verbose):
10891 * cus-theme.el (custom-theme-allow-multiple-selections):
10892 * calc/calc.el (calc-highlight-selections-with-faces)
10893 (calc-lu-field-reference, calc-lu-power-reference)
10894 (calc-note-threshold):
10895 * battery.el (battery-mode-line-limit):
10896 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
10897 (archive-7z-update):
10898 * allout.el (allout-prefixed-keybindings)
10899 (allout-unprefixed-keybindings)
10900 (allout-inhibit-auto-fill-on-headline)
10901 (allout-flattened-numbering-abbreviation):
10902 * allout-widgets.el (allout-widgets-auto-activation)
10903 (allout-widgets-icons-dark-subdir)
10904 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
10905 (allout-widgets-theme-dark-background)
10906 (allout-widgets-theme-light-background)
10907 (allout-widgets-item-image-properties-emacs)
10908 (allout-widgets-item-image-properties-xemacs)
10909 (allout-widgets-run-unit-tests-on-load)
10910 (allout-widgets-time-decoration-activity)
10911 (allout-widgets-hook-error-post-time)
10912 (allout-widgets-track-decoration):
10913 Add missing :version tags to new defcustoms and defgroups.
10914
5fec1b8e
GM
10915 * progmodes/sql.el (sql-ansi-statement-starters)
10916 (sql-oracle-statement-starters): Add custom type.
10917
3e0d2fa7
GM
10918 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
10919 (prolog-system-version): Give it a type.
10920
90b671e2
EZ
109212012-02-11 Eli Zaretskii <eliz@gnu.org>
10922
10923 * term/pc-win.el (x-select-text, x-selection-owner-p)
10924 (x-own-selection-internal, x-disown-selection-internal)
10925 (x-get-selection-internal): Sync doc strings and argument lists
10926 with xselect.c, common-win.el and x-win.el. (Bug#10783)
10927
5eac0c02
LL
109282012-02-11 Leo Liu <sdl.web@gmail.com>
10929
10930 * progmodes/python.el (python-end-of-statement): Fix infinite
10931 loop. (Bug#10788)
10932
f82cb659
GM
109332012-02-10 Glenn Morris <rgm@gnu.org>
10934
10935 * international/mule-cmds.el (unify-8859-on-encoding-mode)
10936 (unify-8859-on-decoding-mode): Properly mark as obsolete.
10937
cc26d239
LI
109382012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
10939
10940 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
10941 about SMTP before checking the From header.
10942
91027d08 10943 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
10944 into own function for reuse by emacsbug.el.
10945
1be3ca5a
LL
109462012-02-10 Leo Liu <sdl.web@gmail.com>
10947
10948 * subr.el (condition-case-unless-debug): Rename from
10949 condition-case-no-debug. All callers changed.
10950 (with-demoted-errors): Fix caller.
10951
10952 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
10953 * nxml/rng-valid.el (rng-do-some-validation):
10954 * emacs-lisp/package.el (package-refresh-contents)
10955 (package-menu-execute):
10956 * desktop.el (desktop-create-buffer):
91027d08 10957 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 10958
b011fbfe
GM
109592012-02-10 Glenn Morris <rgm@gnu.org>
10960
b2096d72
GM
10961 * textmodes/bibtex.el:
10962 Add missing :version tags for new/changed defcustoms.
10963
b011fbfe
GM
10964 * files.el (remote-file-name-inhibit-cache): Doc fixes.
10965
4c7e65bf
LI
109662012-02-09 Lars Ingebrigtsen <larsi@rusty>
10967
10968 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
10969 (smtpmail-via-smtp): Use it, or fall back on the From address.
10970 (smtpmail-send-it): Ditto.
10971
f3934f6f
SM
109722012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
10973
10974 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
10975 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
10976 (byte-compile-tmp-var): New const.
10977 (byte-compile-defvar): Use it to minimize .elc size.
10978 Just use `defvar' rather than simulate it (bug#10761).
10979
a075a2c5
GM
109802012-02-09 Glenn Morris <rgm@gnu.org>
10981
cf3aa21b
GM
10982 * files.el (rename-uniquely): Doc fix. (Bug#3806)
10983
354998cd
GM
10984 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
10985 Add :version tags.
10986
dc9924b8
SM
10987 * progmodes/compile.el (compilation-error-screen-columns)
10988 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 10989
dab3703d
GM
10990 * vc/log-view.el (log-view-toggle-entry-display):
10991 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
10992
3f88cd72
GM
10993 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
10994 (report-emacs-bug-can-use-xdg-email):
10995 (report-emacs-bug-insert-to-mailer): Doc fixes.
10996 (report-emacs-bug): Message fix.
10997
d95b247d
GM
10998 * net/browse-url.el (browse-url-can-use-xdg-open)
10999 (browse-url-xdg-open): Doc fixes.
11000
a075a2c5
GM
11001 * electric.el (electric-indent-mode, electric-pair-mode)
11002 (electric-layout-rules, electric-layout-mode): Doc fixes.
11003 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
11004
ffb6157e
MR
110052012-02-08 Martin Rudalics <rudalics@gmx.at>
11006
11007 * server.el (server-unselect-display): Don't inadvertently kill
11008 the current buffer. (Bug#10729)
11009
e1ac4066
GM
110102012-02-08 Glenn Morris <rgm@gnu.org>
11011
34e8a2da
GM
11012 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
11013 (sql-list-table): Doc fixes.
11014
b4ac6e8c
GM
11015 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
11016 Comment out (does nothing).
11017
e1ac4066
GM
11018 * completion.el (dynamic-completion-mode):
11019 * dirtrack.el (dirtrack-debug-mode):
11020 * electric.el (electric-layout-mode):
11021 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
11022 * face-remap.el (text-scale-mode, buffer-face-mode):
11023 * iimage.el (iimage-mode):
11024 * image-mode.el (image-transform-mode):
11025 * minibuffer.el (completion-in-region-mode):
11026 * scroll-lock.el (scroll-lock-mode):
11027 * simple.el (next-error-follow-minor-mode):
11028 * tar-mode.el (tar-subfile-mode):
11029 * tooltip.el (tooltip-mode):
11030 * vcursor.el (vcursor-use-vcursor-map):
11031 * wid-browse.el (widget-minor-mode):
11032 * emulation/tpu-edt.el (tpu-edt-mode):
11033 * emulation/tpu-extras.el (tpu-cursor-free-mode):
11034 * international/iso-ascii.el (iso-ascii-mode):
11035 * language/thai-util.el (thai-word-mode):
11036 * mail/supercite.el (sc-minor-mode):
11037 * net/goto-addr.el (goto-address-mode):
11038 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
11039 * progmodes/cwarn.el (cwarn-mode):
11040 * progmodes/flymake.el (flymake-mode):
11041 * progmodes/glasses.el (glasses-mode):
11042 * progmodes/hideshow.el (hs-minor-mode):
11043 * progmodes/pascal.el (pascal-outline-mode):
11044 * textmodes/enriched.el (enriched-mode):
11045 * vc/smerge-mode.el (smerge-mode):
11046 Doc fixes (minor mode argument).
11047
5e0d957f
EZ
110482012-02-07 Eli Zaretskii <eliz@gnu.org>
11049
11050 * ls-lisp.el (ls-lisp-sanitize): New function.
11051 (ls-lisp-insert-directory): Use it to fix or remove any elements
11052 in file-alist with missing attributes. (Bug#4673)
11053
98d7371e
AM
110542012-02-07 Alan Mackenzie <acm@muc.de>
11055
11056 Fix spurious recognition of c-in-knr-argdecl.
11057
11058 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
11059 putative K&R region.
11060
667ced3a
AM
110612012-02-07 Alan Mackenzie <acm@muc.de>
11062
eb864a71
LM
11063 * progmodes/cc-engine.el (c-forward-objc-directive):
11064 Prevent looping in "#pragma mark @implementation".
667ced3a 11065
5b77774d
MA
110662012-02-07 Michael Albinus <michael.albinus@gmx.de>
11067
11068 * notifications.el (notifications-on-closed-signal): Make `reason'
11069 optional. (Bug#10744)
11070
af008560
GM
110712012-02-07 Glenn Morris <rgm@gnu.org>
11072
60d47423
GM
11073 * emacs-lisp/easy-mmode.el (define-minor-mode):
11074 Doc fixes for the macro and the mode it defines.
11075
dd605cc4
GM
11076 * image.el (imagemagick-types-inhibit): Doc fix.
11077
af008560
GM
11078 * cus-start.el (imagemagick-render-type): Add it.
11079
5cc59a37
LI
110802012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
11081
4d6769e1
JB
11082 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
11083 Set the default at load time, too, so that `font-lock-fontify-buffer'
11084 can be called without setting up the entire mode first. This fixes
11085 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 11086
9a6dd747
CY
110872012-02-06 Chong Yidong <cyd@gnu.org>
11088
2d16b285
CY
11089 * simple.el (list-processes--refresh): Delete exited processes
11090 (Bug#8094).
11091
171e9b6e
CY
11092 * comint.el (comint-next-prompt): next-single-char-property-change
11093 and prev-single-char-property-change never return nil (Bug#8657).
11094
9a6dd747
CY
11095 * custom.el (defcustom): Doc fix (Bug#9711).
11096
aa4589a7
CY
110972012-02-05 Chong Yidong <cyd@gnu.org>
11098
5c2a252f
CY
11099 * cus-edit.el (custom-variable-reset-backup): Quote the value
11100 before storing it in the customized-value property (Bug#6712).
4aab9006 11101 (custom-display): Add a customization type tag.
983b9602 11102 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 11103
aa4589a7
CY
11104 * wid-edit.el (widget-field-value-get): New optional arg to
11105 suppress trailing whitespace truncation.
11106 (character): Use it (Bug#2689).
11107
1ff980ae
AS
111082012-02-05 Andreas Schwab <schwab@linux-m68k.org>
11109
11110 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
11111 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
11112
03988c98
CY
111132012-02-05 Chong Yidong <cyd@gnu.org>
11114
eeb6cc88
CY
11115 * cus-edit.el (custom-variable-value-create): For mismatched
11116 types, show the current value (Bug#7600).
11117
03988c98
CY
11118 * custom.el (defcustom): Doc fix.
11119
f8cdeef0
GM
111202012-02-05 Glenn Morris <rgm@gnu.org>
11121
11122 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
11123
0696d255
JB
111242012-02-05 Juanma Barranquero <lekktu@gmail.com>
11125
11126 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
11127 (pp-buffer): Use `ignore-errors', `looking-at-p'.
11128 (pp-last-sexp): Use `looking-at-p'.
11129
34c99998
GM
111302012-02-04 Glenn Morris <rgm@gnu.org>
11131
8f05da42
GM
11132 * files.el (revert-buffer):
11133 Doc fix (mention revert-buffer-in-progress-p).
11134
f160676e
GM
11135 * emacs-lisp/ert-x.el (ert-simulate-command):
11136 Check deferred-action-list (which is obsolete) is bound.
11137
c7291ad9
GM
11138 * subr.el (with-wrapper-hook): Doc fixes.
11139
34c99998
GM
11140 * simple.el (filter-buffer-substring-functions)
11141 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
11142
6283a7d3
LL
111432012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
11144
11145 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
11146 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
11147
e96e3013
LL
111482012-02-04 Leo Liu <sdl.web@gmail.com>
11149
11150 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
11151
8ded50f2
GM
111522012-02-04 Glenn Morris <rgm@gnu.org>
11153
82ff1d13
GM
11154 * image.el (image-extension-data): Add obsolete alias.
11155
987a0a16
GM
11156 * isearch.el (isearch-update): Doc fix.
11157
ea32ef46
GM
11158 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
11159
8ded50f2
GM
11160 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
11161
eea14f31
GM
111622012-02-03 Glenn Morris <rgm@gnu.org>
11163
11164 * image.el (image-animated-p): Doc fix. Use image-animated-types.
11165 (image-animate-timeout): Doc fix.
11166
11167 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
11168
12f381b7
GM
111692012-02-02 Glenn Morris <rgm@gnu.org>
11170
953cebf5
GM
11171 * server.el (server-auth-dir): Doc fix.
11172 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
11173
12f381b7
GM
11174 * subr.el (run-mode-hooks): Doc fix.
11175
953a8c3b
JL
111762012-02-02 Juri Linkov <juri@jurta.org>
11177
11178 * image-mode.el (image-toggle-display-image): Remove tautological
11179 `major-mode' from the `derived-mode-p' test.
11180
c5d3843c
KH
111812012-02-02 Kenichi Handa <handa@m17n.org>
11182
9f6e692e 11183 * composite.el (compose-region): Cancel previous change.
c5d3843c 11184
159462d4 111852012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
11186
11187 * composite.el (compose-region, compose-string): Signal error for
11188 a null string component (Bug#6988).
11189
9f562668
CY
111902012-02-01 Chong Yidong <cyd@gnu.org>
11191
e2cef717
CY
11192 * view.el (view-buffer-other-window, view-buffer-other-frame):
11193 Handle special modes like view-buffer (Bug#10650).
11194 (view-buffer): Simplify.
11195
9f562668
CY
11196 * frame.el (set-frame-font): Tweak meaning of third argument.
11197
9f6e692e
JB
11198 * dynamic-setting.el (font-setting-change-default-font):
11199 Use set-frame-font (Bug#9982).
9f562668 11200
781acb9f
GM
112012012-02-01 Glenn Morris <rgm@gnu.org>
11202
6035be52
GM
11203 * progmodes/compile.el (compilation-internal-error-properties):
11204 Respect compilation-first-column in the "*compilation*" buffer.
11205
781acb9f
GM
11206 * emacs-lisp/easy-mmode.el (define-minor-mode):
11207 Relax :variable's test for a named function.
11208
abbceb00
AM
112092012-01-31 Alan Mackenzie <acm@muc.de>
11210
11211 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
11212 off by one error.
11213
fce3fdeb
CY
112142012-01-31 Chong Yidong <cyd@gnu.org>
11215
11216 * frame.el (set-frame-font): New arg ALL-FRAMES.
11217
11218 * menu-bar.el (menu-set-font): Use set-frame-font.
11219
11220 * faces.el (face-spec-reset-face): Don't apply unspecified
11221 attribute values to the default face.
11222
47893581
JB
112232012-01-31 Juanma Barranquero <lekktu@gmail.com>
11224
11225 * progmodes/cwarn.el (cwarn): Remove dead link.
11226 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
11227 Remove * from defcustom docstrings.
11228 (turn-on-cwarn-mode): Make obsolete.
11229 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
11230 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
11231
e58e988a
GM
112322012-01-31 Glenn Morris <rgm@gnu.org>
11233
60dc2671 11234 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 11235 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 11236 Allow named functions to be used as the cdr of :variable.
e58e988a 11237
7a3f511d
GM
112382012-01-30 Glenn Morris <rgm@gnu.org>
11239
11240 * emacs-lisp/authors.el (authors-fixed-entries):
11241 Remove reference to deleted file rnewspost.el.
11242
cb882333
JB
112432012-01-29 Juanma Barranquero <lekktu@gmail.com>
11244
11245 * window.el (window-with-parameter): Remove unused variable `windows'.
11246 (window--side-check): Remove unused variable `code'.
11247 (window--resize-siblings): Remove unused variable `first'.
11248 (adjust-window-trailing-edge): Remove unused variable `failed'.
11249 (window-deletable-p, window--delete): Remove unused variable `buffer'.
11250 Use `let', not `let*'.
11251 (balance-windows-2): Remove unused variable `found'.
11252 (window--state-put-2): Remove unused variable `splits'.
11253 (window-state-put): Remove unused variable `selected'.
11254 (same-window-p): Use `string-match-p'.
11255 (display-buffer-assq-regexp): Remove unused variable `value'.
11256 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11257 Mark argument ALIST as ignored.
11258 (pop-to-buffer): Remove unused variable `old-window'.
11259
907201af
EZ
112602012-01-29 Eli Zaretskii <eliz@gnu.org>
11261
11262 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
11263 and .lzma compressed files.
11264
ea162670
CY
112652012-01-29 Chong Yidong <cyd@gnu.org>
11266
5b95ee8a
CY
11267 * frame.el (window-system-default-frame-alist): Doc fix.
11268
ea162670
CY
11269 * dynamic-setting.el (font-setting-change-default-font): Don't
11270 change the default face if SET-FONT argument is non-nil (Bug#9982).
11271
d6e6f4b1
SB
112722012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
11273
11274 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
11275
0f29fa41 112762012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
11277
11278 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
11279 breakpoints in files outside current directory (Bug#6098).
11280
db174434
CY
112812012-01-29 Chong Yidong <cyd@gnu.org>
11282
6b25e4e2
SE
11283 * progmodes/python.el: Require ansi-color at top-level.
11284
6df6ae42
JB
11285 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
11286 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
11287 (lisp-mode-abbrev-table): Add doc.
11288 (lisp-mode-variables): Don't set local-abbrev-table.
11289 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
11290
e70ee681
RW
112912012-01-28 Roland Winkler <winkler@gnu.org>
11292
11293 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
11294
ace88aa2
RW
112952012-01-28 Roland Winkler <winkler@gnu.org>
11296
11297 * textmodes/bibtex.el (bibtex-entry-alist): New function.
11298 (bibtex-set-dialect): Use it. Either set global values of
11299 dialect-dependent variables or bind these variables buffer-locally
11300 (Bug#10254).
11301 (bibtex-mode): Call bibtex-set-dialect via
11302 hack-local-variables-hook.
eb864a71
LM
11303 (bibtex-dialect): Update docstring.
11304 Add safe-local-variable predicate.
ace88aa2
RW
11305 (bibtex-entry-alist, bibtex-field-alist): Initialize via
11306 bibtex-set-dialect.
11307 (bibtex-mode-map): Define menu for each dialect.
11308 (bibtex-entry): Fix docstring.
11309
93376c5b
CY
113102012-01-28 Chong Yidong <cyd@gnu.org>
11311
11312 * eshell/esh-arg.el (eshell-quote-argument): New function.
11313
11314 * eshell/esh-ext.el (eshell-invoke-batch-file):
11315 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
11316 first arg to eshell-parse-command (Bug#10523).
11317
4372494f
DA
113182012-01-28 Drew Adams <drew.adams@oracle.com>
11319
11320 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
11321 `default-directory' is non-nil.
11322
4d4ec1f8
EZ
113232012-01-28 Eli Zaretskii <eliz@gnu.org>
11324
11325 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
11326 line that displays system-configuration-options. (Bug#9924)
11327
7c188927
DA
113282012-01-28 Drew Adams <drew.adams@oracle.com>
11329
11330 * descr-text.el (describe-char): Show information about POS, in
11331 addition to information about the character at POS. Improve and
11332 update the doc string. Change "code point" to "code point in
11333 charset", to avoid confusion with the character's Unicode code
11334 point shown above that. (Bug#10129)
11335
e0da685a
EZ
113362012-01-28 Eli Zaretskii <eliz@gnu.org>
11337
11338 * descr-text.el (describe-char): Show the raw character, not only
11339 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
11340 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
11341 for the reasons.
11342
70550acf
PH
113432012-01-28 Phil Hagelberg <phil@hagelb.org>
11344
eb864a71
LM
11345 * emacs-lisp/package.el (package-install):
11346 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 11347
0ce8e868
CY
113482012-01-28 Chong Yidong <cyd@gnu.org>
11349
cb882333
JB
11350 * emacs-lisp/package.el (package-maybe-load-descriptor):
11351 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
11352 (package-maybe-load-descriptor): Use it.
11353 (package-download-transaction): Fully load required packages
11354 inside the loop, so that `require' calls work (Bug#10593).
11355 (package-install): No need to call package-initialize now.
11356
2e7f3bea
CY
113572012-01-28 Chong Yidong <cyd@gnu.org>
11358
6e9bad14
CY
11359 * simple.el (deactivate-mark): Doc fix (Bug#8614).
11360
f823b8ca
CY
11361 * tooltip.el (tooltip-mode): Doc fix.
11362 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
11363
2680c309
CY
11364 * frame.el (set-cursor-color): Doc fix (Bug#352).
11365
d7a9e63b
CY
11366 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
11367 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
11368
2e7f3bea
CY
11369 * cus-edit.el (custom-buffer-create-internal): Fix search button
11370 action (Bug#10542).
2ae01800 11371 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 11372
fc4f7a23
EW
113732012-01-27 Eduard Wiebe <usenet@pusto.de>
11374
11375 * dired.el (dired-mark-files-regexp):
11376 Include any subdirectory components. (Bug#10445)
11377
7dd37071
ML
113782012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
11379
11380 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
11381 Handle [host]:port syntax. (Bug#10533)
11382
a268160b
AH
113832012-01-27 Alex Harsanyi <harsanyi@mac.com>
11384
11385 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
11386
e43273ef
GM
113872012-01-26 Glenn Morris <rgm@gnu.org>
11388
11389 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
11390 * term.el (term-raw-escape-map): Use Control-X-prefix.
11391 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
11392
1edf595d
MR
113932012-01-25 Martin Rudalics <rudalics@gmx.at>
11394
11395 * window.el (window-state-get, window--state-get-1): Don't deal
11396 with fixed-sizeness of windows. Simplify code.
11397
fa8eafef
JC
113982012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
11399
6df6ae42
JB
11400 * window.el (window--state-get-1, window--state-put-2):
11401 Don't save and restore the mark.
fa8eafef 11402
0b21c100
CY
114032012-01-25 Chong Yidong <cyd@gnu.org>
11404
11405 * custom.el (custom-variable-p): Doc fix.
11406
5ae1a6c8
GM
114072012-01-25 Glenn Morris <rgm@gnu.org>
11408
40047858
GM
11409 * dired.el (dired-goto-file): Handle some of the more common
11410 characters that `ls -b' escapes. (Bug#10596)
11411
5ddce96c
GM
11412 * progmodes/compile.el (compilation-next-error-function):
11413 Respect compilation-first-column in the "*compilation*" buffer.
11414 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
11415
5ae1a6c8
GM
11416 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
11417
b559f1a9
GM
114182012-01-24 Glenn Morris <rgm@gnu.org>
11419
11420 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
11421
6725d21a
JD
114222012-01-24 Julien Danjou <julien@danjou.info>
11423
11424 * color.el (color-rgb-to-hsl): Fix value computing.
11425 (color-hue-to-rgb): New function.
11426 (color-hsl-to-rgb): New function.
11427 (color-clamp, color-saturate-hsl, color-saturate-name)
11428 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
11429 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
11430
70df4bbe
GM
114312012-01-24 Glenn Morris <rgm@gnu.org>
11432
11433 * vc/vc-rcs.el (vc-rcs-create-tag):
11434 * vc/vc-sccs.el (vc-sccs-create-tag):
11435 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
11436
802a2ae2
ML
114372012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
11438
11439 * eshell/esh-util.el (eshell-read-hosts-file):
11440 Skip comment lines. (Bug#10549)
11441
d7128bb1
ML
11442 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
11443
d1a5c3b4
JB
114442012-01-23 Juanma Barranquero <lekktu@gmail.com>
11445
2724d9c7
JB
11446 * subr.el (display-delayed-warnings): Doc fix.
11447 (collapse-delayed-warnings): New function to collapse identical
11448 adjacent warnings.
11449 (delayed-warnings-hook): Add it.
d1a5c3b4 11450
a5509865
MA
114512012-01-22 Michael Albinus <michael.albinus@gmx.de>
11452
11453 * net/tramp.el (tramp-action-login): Set connection property "login-as".
11454
a5509865
MA
11455 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
11456 (tramp-default-user-alist): Don't add "pscp".
11457 (tramp-do-copy-or-rename-file-out-of-band): Use connection
11458 property "login-as", if set. (Bug#10530)
11459
cc6d5805
MA
114602012-01-21 Michael Albinus <michael.albinus@gmx.de>
11461
11462 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
11463 "plink1" and "psftp". (Bug#10530)
11464
114652012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
11466
11467 * international/mule-cmds.el (prefer-coding-system): Show a
11468 warning message if the default value of file-name-coding-system
11469 was not changed.
11470
f0960428
JC
114712012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
11472
cb882333
JB
11473 * windmove.el (windmove-reference-loc):
11474 Fix windmove-reference-loc miscalculation.
f0960428 11475
dd6f2a63
JB
114762012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
11477
11478 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
11479 default unit.
11480
7b447e9b
GM
114812012-01-21 Glenn Morris <rgm@gnu.org>
11482
117a9ea1
GM
11483 * international/mule.el (auto-coding-alist): Add .tbz.
11484
7b447e9b
GM
11485 * files.el (local-enable-local-variables): Doc fix.
11486 (inhibit-local-variables-regexps): Rename from
11487 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
11488 Doc fix. Add some extensions from auto-coding-alist.
11489 (inhibit-local-variables-suffixes):
11490 Rename from inhibit-first-line-modes-suffixes. Doc fix.
11491 (inhibit-local-variables-p):
11492 New function, extracted from set-auto-mode-1.
11493 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
11494 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
11495 (hack-local-variables): Doc fix. Make the mode-only case
11496 respect enable-local-variables and friends.
11497 Respect inhibit-local-variables-regexps for file-locals, but
11498 not for directory-locals.
11499 (set-visited-file-name):
11500 Take account of inhibit-local-variables-regexps.
11501 Whether it applies may change as the file name is changed.
11502 * jka-cmpr-hook.el (jka-compr-install):
11503 * jka-compr.el (jka-compr-uninstall):
11504 Update for inhibit-first-line-modes-suffixes name change.
11505
dd6e3cdd
MR
115062012-01-20 Martin Rudalics <rudalics@gmx.at>
11507
11508 * help-macro.el (make-help-screen): Temporarily restore original
11509 binding for minor-mode-map-alist (Bug#10454).
11510
0d0deb38
JD
115112012-01-19 Julien Danjou <julien@danjou.info>
11512
11513 * color.el (color-name-to-rgb): Use the white color to find the max
11514 color component value and return correctly computed values.
11515 (color-name-to-rgb): Add missing float conversion for max value.
11516
34a02f46
MR
115172012-01-19 Martin Rudalics <rudalics@gmx.at>
11518
11519 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
11520 special state value for window-persistent-parameters.
11521 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
11522 (window--state-put-2): Reset all window parameters to nil before
11523 assigning values of persistent parameters.
11524
606c44c4
AM
115252012-01-18 Alan Mackenzie <acm@muc.de>
11526
11527 Eliminate sluggishness and hangs in fontification of "semicolon
11528 deserts".
11529
cb882333
JB
11530 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
11531 Change value 10000 -> 3000.
606c44c4
AM
11532 (c-state-safe-place): Reformulate so it doesn't stack up an
11533 infinite number of wrong entries in c-state-nonlit-pos-cache.
11534 (c-determine-limit-get-base, c-determine-limit): New functions to
11535 determine backward search limits disregarding literals.
11536 (c-find-decl-spots): Amend commenting.
11537 (c-cheap-inside-bracelist-p): New function which detects "={".
11538
11539 * progmodes/cc-fonts.el
11540 (c-make-font-lock-BO-decl-search-function): Give a limit to a
11541 backward search.
11542 (c-font-lock-declarations): Fix an occurrence of point being
11543 undefined. Check additionally for point being in a bracelist or
11544 near a macro invocation without a semicolon so as to avoid a
11545 fruitless time consuming search for a declarator. Give a more
11546 precise search limit for declarators using the new
11547 c-determine-limit.
11548
f3860cea
GM
115492012-01-18 Glenn Morris <rgm@gnu.org>
11550
11551 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
11552 (set-auto-mode): Doc fixes.
11553
1db03b16
GM
115542012-01-17 Glenn Morris <rgm@gnu.org>
11555
0e6038be
GM
11556 * isearch.el (search-nonincremental-instead): Fix doc typo.
11557
1db03b16
GM
11558 * dired.el (dired-insert-directory): Handle newlines in directory name.
11559 (dired-build-subdir-alist): Unescape newlines in directory name.
11560
4cb0aa75
MA
115612012-01-17 Michael Albinus <michael.albinus@gmx.de>
11562
11563 * net/tramp.el (tramp-local-end-of-line): New defcustom.
11564 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
11565 (tramp-action-terminal): Use it. (Bug#10530)
11566
1d00653d
SM
115672012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
11568
11569 * minibuffer.el (completion--replace): Strip properties (bug#10062).
11570
6a6ee00d
MR
115712012-01-16 Martin Rudalics <rudalics@gmx.at>
11572
11573 * window.el (window-state-ignored-parameters): Remove variable.
11574 (window--state-get-1): Rename argument MARKERS to IGNORE.
11575 Handle persistent window parameters. Make copy of clone-of
11576 parameter only if requested. (Bug#10348)
11577 (window--state-put-2): Install a window parameter only if it has
11578 a non-nil value or an existing parameter shall be overwritten.
11579
97912def
MA
115802012-01-15 Michael Albinus <michael.albinus@gmx.de>
11581
11582 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
11583
688070a5
EZ
115842012-01-14 Eli Zaretskii <eliz@gnu.org>
11585
11586 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
11587 don't pass the (nil) value of `upnode' to string-match.
11588
301afadc
CY
115892012-01-14 Chong Yidong <cyd@gnu.org>
11590
11591 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 11592 Fix values recognized by the cursorBlink resource.
301afadc 11593
9e5788aa
PE
115942012-01-14 Paul Eggert <eggert@cs.ucla.edu>
11595
11596 * epg.el (epg--make-temp-file): Avoid permission race condition
11597 when running on old Emacs versions (bug#10403).
11598
3cdb7f5a
GM
115992012-01-14 Glenn Morris <rgm@gnu.org>
11600
11601 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
11602
8c82b1b4
AM
116032012-01-13 Alan Mackenzie <acm@muc.de>
11604
11605 Fix filling for when filladapt mode is enabled.
11606
11607 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
11608 c-mask-paragraph, pass in `fill-paragraph' rather than
11609 `fill-region-as-paragraph'. (This is a reversion of a previous
11610 change.)
eb864a71
LM
11611 * progmodes/cc-mode.el (c-basic-common-init):
11612 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 11613
e517eda4
GM
116142012-01-13 Glenn Morris <rgm@gnu.org>
11615
1498536e
GM
11616 * dired.el (dired-switches-escape-p): New function.
11617 (dired-insert-directory): Use dired-switches-escape-p.
11618 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
11619
e517eda4
GM
11620 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
11621
328f984d
GM
116222012-01-12 Glenn Morris <rgm@gnu.org>
11623
11624 * mail/sendmail.el (mail-mode): Update paragraph-separate for
11625 changes in adaptive-fill-regexp. (Bug#10276)
11626
2cc769a8
AM
116272012-01-11 Alan Mackenzie <acm@muc.de>
11628
11629 Fix Emacs bug #10463 - put `widen's around the critical spots.
11630
1d00653d 11631 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
11632 widen around each invocation of c-state-pp-to-literal. Remove an
11633 unused let variable.
11634
e52c37fa
GM
116352012-01-11 Glenn Morris <rgm@gnu.org>
11636
11637 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 11638 Doc fix.
e52c37fa 11639
96f8741e
CY
116402012-01-10 Chong Yidong <cyd@gnu.org>
11641
1d00653d
SM
11642 * net/network-stream.el (network-stream-open-starttls):
11643 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
11644 response to the capability command.
11645
b09a806e
GM
116462012-01-10 Glenn Morris <rgm@gnu.org>
11647
11648 * mail/unrmail.el (unrmail): Tweak previous change.
11649
7655cb66
CY
116502012-01-09 Chong Yidong <cyd@gnu.org>
11651
11652 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
11653
9d5a8f0b
AM
116542012-01-08 Alan Mackenzie <acm@muc.de>
11655
11656 Optimise font locking in long enum definitions.
11657
11658 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
11659 arm to a cond form to handle enums.
11660 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
11661 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
11662
9a0115ab 116632012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
11664
11665 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 11666 (Bug#10401)
6bb72cbd 11667
f186bb95
LMI
116682012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11669
29232a68
LMI
11670 * faces.el (set-face-attribute): Clarify the meaning of the nil
11671 frame (bug#10294).
11672
4e5d086d
LMI
11673 * subr.el (with-selected-frame): Mention that the selected frame
11674 is restored (bug#9980).
11675
8e66aebe
LMI
11676 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
11677 (bug#9759).
11678
cd394be1 11679 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
11680 (password-read): Don't autoload unused function.
11681
adf4e762
JB
116822012-01-07 Juanma Barranquero <lekktu@gmail.com>
11683
11684 * progmodes/which-func.el (which-func-mode): Turn into a
11685 non-interactive function and mark as obsolete (bug#10428).
11686
89bd9ccd
CY
116872012-01-06 Chong Yidong <cyd@gnu.org>
11688
11689 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
11690 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
11691 functions, along with 1 and -1.
11692
4afee9d5
EZ
116932012-01-06 Eli Zaretskii <eliz@gnu.org>
11694
11695 * time.el (display-time-load-average)
11696 (display-time-default-load-average): Doc fixes. See the thread
11697 starting at
11698 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
11699 for the details.
11700
536aea70
GM
117012012-01-06 Glenn Morris <rgm@gnu.org>
11702
665ae865
GM
11703 * mail/unrmail.el (unrmail): Give an explicit error if the input file
11704 has no messages. (Bug#10377)
11705
c869783d
GM
11706 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
11707 than Info-edit. (Bug#10385)
11708
2bb4227e
GM
11709 * time.el (display-time-load-average, display-time-next-load-average):
11710 Doc fixes.
11711
7d5944b9
GM
11712 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
11713 local setting of buffer-read-only to the input buffer. (Bug#10419)
11714
536aea70
GM
11715 * calendar/calendar.el (calendar-mode):
11716 Locally set scroll-margin to 0. (Bug#10379)
11717
7dccca16
UM
117182012-01-06 Ulrich Mueller <ulm@gentoo.org>
11719
11720 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
11721
afbb7930
GM
117222012-01-05 Glenn Morris <rgm@gnu.org>
11723
11724 * eshell/em-unix.el (diff-no-select): Autoload it.
11725 (eshell/diff): Use diff-no-select. (Bug#10420)
11726
04482335
CY
117272012-01-05 Chong Yidong <cyd@gnu.org>
11728
7baca3bc
CY
11729 * shell.el (shell-dynamic-complete-functions): Revert last change.
11730 (shell-command-completion-function): New function.
11731 (shell-completion-vars): Use it to implement
11732 shell-completion-execonly (Bug#10417).
11733
04482335
CY
11734 * custom.el (enable-theme): Don't set custom-safe-themes.
11735
1d00653d
SM
11736 * cus-theme.el (custom-theme-merge-theme):
11737 Ignore custom-enabled-themes and custom-safe-themes.
04482335 11738
bb5aa5d6
MM
117392012-01-05 Michael R. Mauger <mmaug@yahoo.com>
11740
11741 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
11742 first prompt in `sql-interacive-mode'.
11743 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 11744 keywords.
6df6ae42 11745 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
11746 (sql-product-interactive): Bug fix: Set `sql-buffer' in
11747 context of original buffer. Invoke `sql-login-hook'.
11748
a7183d7c
EZ
117492012-01-04 Eli Zaretskii <eliz@gnu.org>
11750
11751 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
11752 letters in cite-prefix.
11753
a1eacd1e
LMI
117542012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11755
11756 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
11757
787cdb34
CY
117582012-01-03 Chong Yidong <cyd@gnu.org>
11759
1d00653d
SM
11760 * shell.el (shell-dynamic-complete-functions):
11761 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
11762 comint-filename-completion first (Bug#10417).
11763
30710442
RS
117642012-01-02 Richard Stallman <rms@gnu.org>
11765
11766 * battery.el (battery-status-function):
11767 Detect when to use battery-yeeloong-sysfs.
11768 (battery-echo-area-format): Add string for Yeeloong.
11769 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
11770 (battery-yeeloong-sysfs): New function.
11771
f75bfc33
CY
117722012-01-02 Chong Yidong <cyd@gnu.org>
11773
11774 * dirtrack.el (dirtrack-list): Eliminate unused third element.
11775 (dirtrack): Merge code for handling relative filenames in prompt
11776 from shell-dir-cookie-watcher.
11777 (dirtrack-debug-message): New arg to avoid excess format calls.
11778
11779 * shell.el (shell-dir-cookie-re): Variable deleted.
11780 (shell-dir-cookie-watcher): Function deleted.
11781 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
11782 with dirtrack-mode.
11783
651e947e
EZ
117842012-01-01 Eli Zaretskii <eliz@gnu.org>
11785
1d00653d
SM
11786 * term/w32-win.el (dynamic-library-alist) <gnutls>:
11787 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
11788 libgnutls-26.dll.
11789
94d4c7dc
AS
117902011-12-31 Andreas Schwab <schwab@linux-m68k.org>
11791
11792 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
11793
8d43f3cd
EZ
117942011-12-31 Eli Zaretskii <eliz@gnu.org>
11795
11796 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
11797 headers of non-MIME messages, when rmail-enable-mime is non-nil.
11798
98c8795a
MA
117992011-12-29 Michael Albinus <michael.albinus@gmx.de>
11800
11801 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
11802 also for alternative shells.
11803 (tramp-open-connection-setup-interactive-shell): Check, whether
11804 the shell is a busybox.
11805 (tramp-send-command): Don't suppress multiple prompts for
11806 busyboxes, it hurts.
11807
51281b32
CY
118082011-12-28 Chong Yidong <cyd@gnu.org>
11809
11810 * progmodes/gdb-mi.el (gdb-get-source-file-list)
11811 (gdb-get-source-file): Move mode line update to
11812 gdb-get-source-file (Bug#10087).
11813
2170cb53
CY
118142011-12-25 Chong Yidong <cyd@gnu.org>
11815
11816 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
11817 gud-gdb-marker-filter without taking it as an argument.
11818 (gud-gdb-run-command-fetch-lines): Caller changed.
11819 (gud-gdb-completion-function): New variable.
11820 (gud-gdb-completion-at-point): Use it.
11821 (gud-gdb-completions-1): Split from gud-gdb-completions.
11822
11823 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
11824 function as separate arguments.
11825 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
11826 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
11827 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
11828 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
11829 (gdb-stopped, def-gdb-auto-update-trigger)
11830 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
11831 (gdb-get-changed-registers, gdb-get-main-selected-frame):
11832 Callers changed.
2170cb53
CY
11833 (gud-gdbmi-completions): New function.
11834 (gdb): Use it for generating the completion table.
11835
be8b11bb
AM
118362011-12-24 Alan Mackenzie <acm@muc.de>
11837
11838 Introduce a mechanism to widen the region used in context font
1d00653d 11839 locking. Use this to protect declarations from losing their contexts.
be8b11bb 11840
1d00653d
SM
11841 * progmodes/cc-langs.el (c-before-font-lock-functions):
11842 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 11843 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
11844 functions to be run just before context (etc.) font locking.
11845
11846 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 11847 New, functionality extracted from
be8b11bb 11848 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 11849 (c-in-after-change-fontification): New variable.
be8b11bb
AM
11850 (c-after-change): Set c-in-after-change-fontification.
11851 (c-set-fl-decl-start): Rejig its interface, so it can be called
11852 from both after-change and context fontifying.
b81d40f0
JB
11853 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
11854 New functions.
11855 (c-standard-font-lock-fontify-region-function): New variable.
11856 (c-font-lock-fontify-region): New function.
be8b11bb 11857
341cf6ac
JL
118582011-12-24 Juri Linkov <juri@jurta.org>
11859
11860 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
11861 (Bug#10348)
11862
bffcee0a
MA
118632011-12-23 Michael Albinus <michael.albinus@gmx.de>
11864
11865 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
11866 existence of source file. (Bug#10325)
11867
cb5e207c
AM
118682011-12-23 Alan Mackenzie <acm@muc.de>
11869
11870 Fix unstable fontification inside templates.
11871
b81d40f0
JB
11872 * progmodes/cc-langs.el (c-before-font-lock-functions):
11873 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
11874 additionally has c-set-fl-decl-start. The other languages (apart
11875 from AWK) have that as a single entry.
11876
b81d40f0
JB
11877 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
11878 The functionality for "local" declarations has been extracted to
cb5e207c
AM
11879 c-set-fl-decl-start.
11880
b81d40f0
JB
11881 * progmodes/cc-mode.el (c-common-init, c-after-change):
11882 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
11883 (c-set-fl-decl-start): New function, extracted from
11884 c-font-lock-enclosing-decls and enhanced.
11885
60ff536c
JB
118862011-12-23 Juanma Barranquero <lekktu@gmail.com>
11887
11888 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
11889
1c4757d6
JL
118902011-12-22 Juri Linkov <juri@jurta.org>
11891
11892 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
11893
d031f2c7
CY
118942011-12-22 Chong Yidong <cyd@gnu.org>
11895
11896 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
11897
bace743a
DA
118982011-12-21 Drew Adams <drew.adams@oracle.com>
11899
11900 * files.el (file-remote-p): Fix docstring. (Bug#10319)
11901
728a1f2b
JC
119022011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
11903
11904 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
11905
0d373f73
TZ
119062011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
11907
fec0aaa4
TZ
11908 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
11909 highlighting and support. Fix up comments for capitalization.
11910 (cfengine-mode-debug): New var.
11911 (cfengine3-mode): Change the modeline indicator to "CFE3".
11912 (cfengine3-font-lock-keywords): Improve defun highlighting.
11913 (cfengine2-actions): Rename from `cfengine-actions'.
11914 (cfengine2-font-lock-keywords): Rename from
11915 `cfengine-font-lock-keywords'.
11916 (cfengine2-imenu-expression): Rename from
11917 `cfengine-imenu-expression'.
11918 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
11919 (cfengine2-beginning-of-defun): Rename from
11920 `cfengine-beginning-of-defun'.
11921 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
11922 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
11923 (cfengine2-mode): Rename from `cfengine-mode'. Change the
11924 modeline indicator to "CFE2".
11925 (cfengine-mode): Defalias to `cfengine-auto-mode'.
11926 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 11927
bc86f573
CY
119282011-12-21 Chong Yidong <cyd@gnu.org>
11929
11930 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
11931 filename argument.
11932
d45ba96b
MR
119332011-12-20 Martin Rudalics <rudalics@gmx.at>
11934
11935 * window.el (window-normalize-buffer-to-display): Remove.
11936 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
11937
a6198c90
CY
119382011-12-19 Chong Yidong <cyd@gnu.org>
11939
11940 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
11941 Don't signal an error in a predicate function; return non-nil.
11942 (vc-dir-mark-file): Move the error here.
11943 (vc-dir-mark-unmark): If acting on the region, keep going if one
11944 of the entries cannot be marked/unmarked.
11945 (vc-dir-mark-all-files): If current entry is a directory, mark
11946 only child files, as documented.
11947
34c5fb55
VB
119482011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
11949
11950 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
11951 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
11952 addition.
11953
c803b2b7
JD
119542011-12-18 Jan Djärv <jan.h.d@swipnet.se>
11955
11956 * term/ns-win.el (ns-get-selection-internal)
11957 (ns-store-selection-internal): Declare.
1154d12e
JB
11958 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
11959 Declare as obsolete.
11960 (ns-get-pasteboard, ns-paste-secondary):
11961 Use ns-get-selection-internal.
41e9b956 11962 (ns-set-pasteboard, ns-copy-including-secondary):
1154d12e 11963 Use ns-store-selection-internal.
c803b2b7 11964
9cff91f8 119652011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
11966
11967 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 11968 (vc-deduce-fileset): Doc fix.
99a289d9 11969
f16c898a
AS
119702011-12-16 Andreas Schwab <schwab@linux-m68k.org>
11971
11972 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
11973
763237c4
SS
119742011-12-13 Sam Steingold <sds@gnu.org>
11975
11976 * man.el (Man-getpage-in-background): When running under a
11977 window-system, ignore $MANWIDTH and $COLUMNS.
11978
5fc1c122
KH
119792011-12-15 Kenichi Handa <handa@m17n.org>
11980
11981 * language/ethio-util.el: Change coding tag to utf-8-emacs.
11982 (setup-ethiopic-environment-internal): Comment out key-binding for
11983 ethio-toggle-punctuation.
11984
13d49cbb
AM
119852011-12-13 Alan Mackenzie <acm@muc.de>
11986
898169a2
AM
11987 Add the switch statement to AWK Mode.
11988
7a71b18d 11989 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
11990 "default" to the keywords regexp.
11991
7a71b18d 11992 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 11993 expression as the rest.
1d00653d
SM
11994 (c-nonlabel-token-key): Allow string literals for AWK.
11995 Refactor for the other modes.
898169a2 11996
13d49cbb 11997 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 11998 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
11999 routines. Limit backward searching in c-font-lock-enclosing.decl.
12000
12001 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
12002 pp-state and literal type in addition to the limits.
1d00653d 12003 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 12004 (c-state-literal-at): Use the above new defun.
1d00653d
SM
12005 (c-slow-in-literal, c-fast-in-literal): Remove.
12006 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
12007
12008 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
12009 being in a literal. Add a limit for backward searching.
12010
12011 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
12012 c-slow-in-literal.
12013
15e0efc7
SM
120142011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
12015
12016 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
12017
454592a6
MR
120182011-12-13 Martin Rudalics <rudalics@gmx.at>
12019
12020 * window.el (delete-other-windows): Use correct frame in call to
12021 window-with-parameter.
12022
87393f26
DP
120232011-12-12 Daniel Pfeiffer <occitan@t-online.de>
12024
12025 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
12026 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
12027 (makefile-gmake-statements, makefile-makepp-statements):
12028 Use it and add new makepp keywords.
12029 (makefile-makepp-font-lock-keywords): Add new patterns.
12030 (makefile-match-function-end): Match new [...] and [[...]].
12031
11636b22
JB
120322011-12-11 Juanma Barranquero <lekktu@gmail.com>
12033
12034 * ses.el (ses-call-printer-return, ses-cell-property-get)
12035 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
12036 (ses-create-cell-variable, ses-reset-header-string)
12037 (ses-cell-set-formula, ses-repair-cell-reference-all)
12038 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
12039 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
12040 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
12041 (ses-aset-with-undo, ses-load, ses-truncate-cell)
12042 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
12043 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
12044 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
12045 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
12046 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
12047 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
12048 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
12049 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
12050
cf018193
VB
120512011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
12052
12053 * ses.el: The overall change is to add cell renaming, that is
12054 setting fancy names for cell symbols other than name matching
12055 "\\`[A-Z]+[0-9]+\\'" regexp .
12056 (ses-create-cell-variable): New defun.
12057 (ses-relocate-formula): Relocate formulas only for cells the
12058 symbols of which are not renamed, i.e. symbols whose names do not
12059 match regexp "\\`[A-Z]+[0-9]+\\'".
12060 (ses-relocate-all): Relocate values only for cells the symbols of
12061 which are not renamed.
12062 (ses-load): Create cells variables as the (ses-cell ...) are read,
12063 in order to check row col consistency with cell symbol name only
12064 for cells that are not renamed.
12065 (ses-replace-name-in-formula): New defun.
12066 (ses-rename-cell): New defun.
12067
ee957461
CY
120682011-12-11 Chong Yidong <cyd@gnu.org>
12069
12070 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
12071 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
12072
9a9e9ef0
MR
120732011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
12074
12075 * window.el (other-window): Fix docstring.
12076
92a8eba5
EZ
120772011-12-10 Eli Zaretskii <eliz@gnu.org>
12078
12079 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
12080 `from' or `to' address before taking its substring.
12081 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
12082 encoded name is chopped in the middle of the encoded string, and
12083 thus displayed encoded.
12084
e152e577
JB
120852011-12-10 Juanma Barranquero <lekktu@gmail.com>
12086
12087 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
12088
e5d84bfe
EZ
120892011-12-10 Eli Zaretskii <eliz@gnu.org>
12090
12091 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
12092 to use texinfo-update-node and commands that call it if the
12093 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 12094 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
12095 (texinfo-all-menus-update, texinfo-master-menu)
12096 (texinfo-update-node, texinfo-every-node-update)
12097 (texinfo-multiple-files-update): Doc fix. Warn against updating
12098 all the @node lines.
12099 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
12100 argument is numeric. Explain better in the doc string what the
12101 function really does.
12102 (texinfo-insert-master-menu-list): Improve the error message
12103 displayed if there's no menu in the Top node.
12104 (Bug#2975) See also this thread:
e5d84bfe
EZ
12105 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
12106
1d84e9bb
MG
121072011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
12108
12109 * speedbar.el (speedbar-supported-extension-expressions):
12110 Add .adb and .ads, commonly used for Ada source code (bug#10256).
12111
382c953b
JB
121122011-12-09 Juanma Barranquero <lekktu@gmail.com>
12113
12114 * printing.el (pr-mode-alist):
12115 * simple.el (filter-buffer-substring-functions)
12116 (completion-list-insert-choice-function):
12117 * window.el (window-with-parameter, window-atom-root)
12118 (window-sides-slots, window-size-fixed, window-min-delta)
12119 (window-max-delta, window--resize-mini-window)
12120 (window--resize-child-windows-normal, window-tree)
12121 (delete-other-windows, quit-window, split-window)
12122 (display-buffer-record-window, special-display-buffer-names)
12123 (special-display-regexps, special-display-popup-frame)
12124 (same-window-p, split-window-sensibly)
12125 (display-buffer-overriding-action, display-buffer-alist)
12126 (display-buffer-base-action, display-buffer, switch-to-buffer)
12127 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
12128 (fit-window-to-buffer, recenter-positions)
12129 (mouse-autoselect-window-state, mouse-autoselect-window-select):
12130 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
12131 and remove unneeded backslashes in docstrings.
12132
39c9faef
SM
121332011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
12134
98449af8
SM
12135 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
12136
39c9faef
SM
12137 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
12138 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
12139 end in ".mk".
12140 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
12141 when reading the makefile (bug#10116).
12142
86ed9fdc
SM
121432011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
12144
12145 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
12146 (bug#10116).
12147
5580f89d
GM
121482011-12-06 Glenn Morris <rgm@gnu.org>
12149
12150 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
12151
28d3917c
CY
121522011-12-06 Chong Yidong <cyd@gnu.org>
12153
12154 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
12155
a98edce9
JB
121562011-12-06 Juanma Barranquero <lekktu@gmail.com>
12157
12158 * textmodes/table.el (table-shorten-cell): Fix typo.
12159
e65adfac
CG
121602011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
12161
12162 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
12163
71cc0b74
EZ
121642011-12-05 Eli Zaretskii <eliz@gnu.org>
12165
12166 * descr-text.el (describe-char): Fix display of strong
12167 right-to-left characters and directional embeddings and overrides.
12168
12169 * simple.el (what-cursor-position): Fix display of codepoints of
12170 strong right-to-left characters.
12171
315bc30d
CY
121722011-12-05 Chong Yidong <cyd@gnu.org>
12173
12174 * faces.el (read-color): Doc fix.
12175
58a70b94
GM
121762011-12-05 Glenn Morris <rgm@gnu.org>
12177
12178 * align.el (align--set-marker): Add doc-string.
12179 Don't try to move something that is not a marker. (Bug#10216)
12180
5158face
GM
121812011-12-04 Glenn Morris <rgm@gnu.org>
12182
12183 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
12184 overly zealous deletion of trailing whitespace.
12185
520fca41
JB
121862011-12-04 Juanma Barranquero <lekktu@gmail.com>
12187
12188 * server.el (server-delete-client): On Windows, do not try to delete
12189 the only terminal.
12190 (server-process-filter): On Windows, treat requests for a tty frame as
12191 if they were for a GUI frame if the running server is in GUI mode.
12192
5e605a2e
GM
121932011-12-03 Glenn Morris <rgm@gnu.org>
12194
12195 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
12196
5c3fe83f
SM
121972011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
12198
6f5e57e7
SM
12199 * electric.el: Streamline electric-indent's hook.
12200 (electric-indent-chars): Revert to simple list.
12201 (electric-indent-functions): New var.
12202 (electric-indent-post-self-insert-function): Use it.
12203
5c3fe83f
SM
12204 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
12205 there's no inferior buffer (bug#10196).
12206 (prolog-consult-compile): Don't use toggle-read-only.
12207
6bdac736
MA
122082011-12-02 Michael Albinus <michael.albinus@gmx.de>
12209
12210 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
12211 interrupt. (Bug#10187)
12212
6131ba7f
SM
122132011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12214
99c79fee
SM
12215 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
12216 (bug#9160).
12217
6131ba7f
SM
12218 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
12219 (bug#10191).
12220
cb0a02ea
JL
122212011-12-02 Juri Linkov <juri@jurta.org>
12222
12223 * info.el (Info-search): Display "end of manual" when Isearch
12224 reaches the end of single-file Info manual. (Bug#9918)
12225
66e0570c
EZ
122262011-12-02 Eli Zaretskii <eliz@gnu.org>
12227
12228 * isearch.el (isearch-message-prefix): Run the input method part
12229 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
12230
02b16839
JL
122312011-12-02 Juri Linkov <juri@jurta.org>
12232
12233 * isearch.el (isearch-occur): Use `word-search-regexp' for
12234 `isearch-word'.
12235 (isearch-search-and-update): Add condition for `isearch-word' and
12236 call `word-search-regexp'. (Bug#10145)
12237
0b950688
GM
122382011-12-01 Glenn Morris <rgm@gnu.org>
12239
12240 * eshell/em-hist.el (eshell-hist-initialize):
12241 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 12242 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 12243
9505c3c7
SM
122442011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
12245
12246 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
12247
1bbe96b2 122482011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 12249
a1beca85
SM
12250 * progmodes/verilog-mode.el (verilog-pretty-expr):
12251 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
12252 verilog, such as += *= and the like.
12253 (verilog-assignment-operator-re): Regular expression to find the
12254 assigment operator in a verilog assignment.
12255 (verilog-assignment-operation-re): Regular expression to find an
12256 assignment statement for pretty-expr.
12257 (verilog-in-attribute-p): Query returns true if point is in an
12258 attribute context; used to skip these for expression line up from
12259 pretty-expr.
12260 (verilog-in-parameter-p): Query returns true if point is in an
12261 parameter definition context; used to skip these for expression
12262 line up from pretty-expr.
12263 (verilog-in-parenthesis-p): Query returns true if point is in a
12264 parenthetical expression, specifically ( ) but not [ ] or { };
12265 used by pretty-expr.
12266 (verilog-just-one-space): If there is no space, don't add one.
12267 (verilog-get-lineup-indent-2): Specifically skip just attribute
12268 contexts for expression lineup, rather than skipping all
12269 parenthetical expressions.
12270 (verilog-calculate-indent): Fix comment, and fix indent.
12271 (verilog-do-indent): Indent declarations in lists (suggested by
12272 Joachim Lechner).
12273 (verilog-mode-abbrev-table): Populate abbrev mode with the various
12274 skeleton items.
12275 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
12276 by Alain Mellan).
12277
1bbe96b2 122782011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
12279
12280 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
12281 parameters with embedded comments. Reported by Ray Stevens.
12282 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
12283 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
12284 Reported by Tim Holt.
12285 (verilog-auto): Fix AUTOing a upper module then AUTOing module
12286 instantiated by upper module causing wrong expansion until AUTOed a
12287 second time. Reported by K C Buckenmaier.
12288 (verilog-diff-auto): Fix showing .* as a difference when
12289 `verilog-auto-star-save' off. Reported by Dan Dever.
12290 (verilog-auto-reset, verilog-read-always-signals)
12291 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
12292 temporary signals in reset list if
12293 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
12294 style to each signal's assignment type, bug381.
12295 Reported by Thomas Esposito.
6288f0ca
WS
12296 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
12297 (verilog-uvm-statement-re): Support UVM indentation and
12298 highlighting, with old OVM keywords only.
a1beca85 12299 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
12300 Support AUTOTIEOFF creating non-wire data types.
12301 Suggested by Jonathan Greenlaw.
6288f0ca
WS
12302 (verilog-auto-insert-lisp, verilog-delete-to-paren)
12303 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
12304 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
12305 (verilog-read-sub-decls, verilog-read-sub-decls-line):
12306 Fix mismatching parenthesis inside commented out code when deleting
382c953b 12307 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
12308 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
12309 non-numeric vector width. Reported by Alex Reed.
12310 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 12311 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
12312 (verilog-auto-delete-trailing-whitespace):
12313 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
12314 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
12315 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
12316 Fix verilog-scan-cache corruption when running user AUTO expansion
12317 hooks that call indentation routines.
12318 (verilog-simplify-range-expression): Fix typo ignoring lower case
12319 identifiers.
12320 (verilog-delete-auto): Fix delete-autos to also remove user created
12321 automatics, as long as they start with AUTO.
12322 (verilog-batch-diff-auto, verilog-diff-auto)
12323 (verilog-diff-function): Add `verilog-diff-auto' and bind to
12324 "C-c?" to report differences in AUTO expansion, ignoring spaces.
12325 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
12326 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
12327 (verilog-re-search-forward-quick, verilog-syntax-ppss):
12328 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
12329 is disabled and its cache will get corrupt, causing AUTOS not to
12330 expand. Instead use only -quick functions.
12331 (verilog-scan-region): Fix scanning over escaped quotes.
12332 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
12333 (verilog-re-search-backward-quick)
12334 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
12335 related functions now ignore strings, to fix misparsing of strings
12336 with magic comments embedded in them.
a1beca85
SM
12337 (verilog-read-auto-template):
12338 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
12339 Reported by Brad Dobbie.
12340 (verilog-read-auto-template):
12341 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 12342 Reported by Brad Dobbie.
6288f0ca
WS
12343 (verilog-auto-inst, verilog-auto-inst-param)
12344 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
12345 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
12346 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
12347 debugging templates without merge conflicts, bug357.
12348 Reported by Brad Dobbie.
12349 (verilog-read-auto-template):
12350 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
12351 Reported by Brad Dobbie.
12352 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
12353 abbrevs so user won't be asked to save.
12354 (verilog-read-auto-lisp-present): Fix to start at beginning of
12355 buffer in case called outside of verilog-auto.
12356 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
12357 to "X-2". Reported by Matthew Myers.
12358 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
12359 all inputs from module templates. Reported by Leith Johnson.
12360 (verilog-module-inside-filename-p): Fix locating programs as with
12361 modules.
12362 (verilog-auto-inst-port): Fix vl-width expressions when using
12363 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
12364 (verilog-decls-get-regs, verilog-decls-get-signals,
12365 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
12366 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
12367 verilog-read-decls): Combine reg and wire structures into one var
12368 structure to represent SystemVerilog concepts.
12369 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
12370 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
12371 (verilog-auto-wire-type, verilog-insert-definition):
12372 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
12373 SystemVerilog "logic" keyword instead of "wire"/"reg".
12374 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
12375 to declares outputs that also have assignments (presumably in an
a1beca85
SM
12376 ifdef or generate if so there's not a driver conflict).
12377 Reported by Matthew Myers.
12378 (verilog-auto-declare-nettype, verilog-insert-definition):
12379 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
12380 `default_nettype none. Reported by Julian Gorfajn.
12381 (verilog-read-always-signals-recurse, verilog-read-decls)
12382 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
12383 malformed end statement, bug325. Reported by Joshua Wise and
12384 Andrew Drake.
12385 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
12386 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
12387 when expanding .* in interfaces, bug320.
12388 Reported by Pierre-David Pfister.
6288f0ca 12389 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
12390 name and open parenthesis, bug317.
12391 Reported by Pierre-David Pfister.
6288f0ca
WS
12392 (verilog-simplify-range-expression): Fix simplification of
12393 multiplications inside AUTOWIRE connections, bug303.
12394 (verilog-auto-inst-port): Support parameter expansion in
12395 multidimensional arrays.
12396 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
12397 after "assert property". Reported by Julian Gorfajn.
12398 (verilog-simplify-range-expression): Fix "couldn't merge" errors
12399 with multiplication, bug303.
12400 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
12401 Reported by Jan Frode Lonnum.
12402
1bbe96b2
GM
124032011-11-30 Juanma Barranquero <lekktu@gmail.com>
12404
12405 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
12406 (hfy-shell-file-name, hfy-shell):
12407 * international/fontset.el (x-decompose-font-name): Fix typos.
12408
124092011-11-29 Ken Brown <kbrown@cornell.edu>
12410
12411 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
12412 (gdb-version): Remove defvar.
12413 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
12414 (gdb-gud-context-command, gdb-non-stop-handler)
12415 (gdb-current-context-command, gdb-stopped): Use it.
12416 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
12417 (gdb-non-stop-handler): Don't enable pretty-printing here.
12418 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
12419 non-stop mode. Use the following.
12420 (gdb-check-target-async): New defun.
12421 (gud-watch, gdb-stopped): Fix whitespace.
12422 (gdb-get-source-file): Don't try to display the source file if
12423 `gdb-main-file' is nil.
12424
124252011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
12426
12427 * align.el: Try to generate fewer markers (bug#10047).
12428 (align--set-marker): New macro.
12429 (align-region): Use it.
12430
c935221f
SM
124312011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
12432
12433 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
12434
e70b5064
CY
124352011-11-29 Chong Yidong <cyd@gnu.org>
12436
12437 * indent.el (indent-for-tab-command, indent-according-to-mode):
12438 Doc fix.
12439 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
12440
f3af92b7
MA
124412011-11-29 Michael Albinus <michael.albinus@gmx.de>
12442
12443 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
12444 aware of remote file names. (Bug#10124)
12445
ed472be9
CY
124462011-11-29 Chong Yidong <cyd@gnu.org>
12447
12448 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
12449
24510c22
SM
124502011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
12451
12452 * files.el (find-file): Don't use force-same-window (bug#10144).
12453 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
12454 use pop-to-buffer if the selected window can't be used.
12455 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
12456
c60c3703
EZ
124572011-11-28 Eli Zaretskii <eliz@gnu.org>
12458
12459 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
12460 special-mode-map.
12461
e95def75
CY
124622011-11-28 Chong Yidong <cyd@gnu.org>
12463
12464 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
12465
c3f1c606
NR
124662011-11-27 Nick Roberts <nickrob@snap.net.nz>
12467
12468 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
12469 gdb-get-source-file-list on gdb-create-source-file-list.
12470
00db469c
EZ
124712011-11-26 Eli Zaretskii <eliz@gnu.org>
12472
12473 * whitespace.el (whitespace-newline): Use a different foreground
12474 color for 16-color light-background displays.
12475
4ad3bc2a
CY
124762011-11-24 Chong Yidong <cyd@gnu.org>
12477
12478 * window.el (display-buffer--special-action): Doc fix.
12479
e9fce1ac
JB
124802011-11-25 Juanma Barranquero <lekktu@gmail.com>
12481
12482 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
12483 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
12484 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
12485 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
12486 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
12487 (avl-tree-stack-first):
12488 * emacs-lisp/cconv.el (cconv--analyse-use):
12489 * net/gnutls.el (gnutls-negotiate): Fix typos.
12490
cb825e5d
GM
124912011-11-24 Glenn Morris <rgm@gnu.org>
12492
3adbe224
GM
12493 * lpr.el (lpr-windows-system, lpr-lp-system):
12494 * mail/binhex.el (binhex-begin-line):
12495 * progmodes/grep.el (grep-history, grep-find-history):
12496 * textmodes/flyspell.el:
12497 * vc/pcvs-defs.el (cvs-global-menu):
12498 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
12499 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
12500 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
12501
321decc8
GM
12502 * net/tls.el: Fix case of "GnuTLS".
12503
420b63ad
GM
12504 * paths.el (rmail-file-name): Format doc-string for make-docfile.
12505
cb825e5d
GM
12506 * version.el (emacs-build-system): Give it a doc-string.
12507
a0649f08
JL
125082011-11-24 Juri Linkov <juri@jurta.org>
12509
12510 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
12511
c0bc0fd4
GM
125122011-11-24 Glenn Morris <rgm@gnu.org>
12513
12514 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
12515 if called on a non-mime message just toggle the headers. (Bug#8006)
12516
20db1522
JB
125172011-11-24 Juanma Barranquero <lekktu@gmail.com>
12518
12519 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
12520 (allout-lead-with-comment-string, allout-structure-deleted-hook)
12521 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
12522 (allout-rebullet-heading, allout-open-sibtopic)
12523 (allout-toggle-current-subtree-encryption)
12524 (allout-toggle-subtree-encryption, allout-encrypt-string)
12525 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
12526 (allout-distinctive-bullets-string, allout-auto-activation):
12527 * window.el (window-normalize-buffer-to-display):
12528 * progmodes/verilog-mode.el (verilog-batch-indent):
12529 * textmodes/bibtex.el (bibtex-field-braces-opt)
12530 (bibtex-field-strings-opt):
12531 * vc/cvs-status.el (cvs-tree-merge):
12532 Fix typos.
12533
7262a87c
MA
125342011-11-23 Michael Albinus <michael.albinus@gmx.de>
12535
12536 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
12537 `non-essential' to t, in order to avoid remote connections.
12538
283430a1
EZ
125392011-11-23 Eli Zaretskii <eliz@gnu.org>
12540
a1beca85
SM
12541 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12542 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
12543 case-insensitively.
12544
d2992a38
ML
125452011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
12546
12547 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
12548
50419064
GM
125492011-11-23 Glenn Morris <rgm@gnu.org>
12550
da94eca1
GM
12551 * paths.el (rmail-file-name): Reformat the doc-string so that it
12552 is picked up.
12553
9aac4de2
GM
12554 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
12555 (rmail-auto-file): Ignore case in the "special" field names,
12556 as mail-fetch-field does for all others.
12557
8038d2d2
GM
12558 * mail/rmail.el (rmail-forward):
12559 * mail/rmailkwd.el (rmail-set-label):
12560 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
12561 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
12562
f3fe222a
GM
12563 * mail/rmail.el (rmail-current-message): Doc fix.
12564
50419064
GM
12565 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
12566
28109f49
SM
125672011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12568
12569 * server.el (server-eval-and-print): Allow C-g (bug#6585).
12570
394c65f1
GM
125712011-11-22 Glenn Morris <rgm@gnu.org>
12572
12573 * mail/rmailmm.el (test-rmail-mime-handler)
12574 (test-rmail-mime-bulk-handler)
12575 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
12576
f2a0aa3a
JL
125772011-11-21 Juri Linkov <juri@jurta.org>
12578
1154d12e
JB
12579 * calc/calc.el (calc-read-key-sequence):
12580 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 12581
9c34a344
LMI
125822011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12583
12584 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
12585 Tell the caller that the next line needs recomputation, even
12586 though it doesn't start a sexp (bug#10094).
12587
f04a3be9
SM
125882011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12589
12590 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
12591
7978747f
SM
125922011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
12593
f04a3be9
SM
12594 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
12595 Use force-same-window.
7978747f 12596
fe7a3057
JB
125972011-11-20 Juanma Barranquero <lekktu@gmail.com>
12598
12599 * descr-text.el (describe-char-unicode-data):
12600 * json.el (json-string-escape):
12601 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
12602 (Footnote-unicode, Footnote-style-p):
12603 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
12604
24901d61
CY
126052011-11-20 Chong Yidong <cyd@gnu.org>
12606
12607 * window.el (replace-buffer-in-windows): Restore interactive spec.
12608
bac7ff22
SM
126092011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
12610
24f3d7b9
SM
12611 * electric.el (electric-indent-mode): Fix last change (too optimistic).
12612
bac7ff22
SM
12613 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
12614 (byte-compile-global-not-obsolete-vars): New var.
12615 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
12616 Use it.
12617 (byte-compile-warn-obsolete): Align text with the one in *Help*.
12618
cd1181db
JB
126192011-11-20 Juanma Barranquero <lekktu@gmail.com>
12620
12621 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
12622 * progmodes/pascal.el (electric-pascal-equal):
12623 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
12624 * xml.el (xml-substitute-special): Fix typos.
12625
7fb18e9e
GM
126262011-11-20 Glenn Morris <rgm@gnu.org>
12627
12628 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
12629 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
12630 Doc fixes.
12631 (rmail-decode-mime-charset): Mark as obsolete.
12632
12633 * mail/rmailsum.el (rmail-message-regexp-p-1):
12634 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
12635 Before using mime functions, check they are set. (Bug#10077)
12636
d5a6b3ba
JL
126372011-11-19 Juri Linkov <juri@jurta.org>
12638
12639 * info.el (Info-finder-find-node): Use `package--builtins' instead
12640 of `package-alist'. Use node names formed by the pattern "Keyword "
12641 and the keyword name.
12642
e981b61f
AS
126432011-11-19 Andreas Schwab <schwab@linux-m68k.org>
12644
1d00653d 12645 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 12646
3ffbc301
JL
126472011-11-19 Juri Linkov <juri@jurta.org>
12648
12649 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
12650 that calls `revert-buffer' on all Info buffers. (Bug#9915)
12651 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
12652 `old-history', `old-history-forward'. Add let-binding
12653 `window-selected'. Remove calls to `kill-buffer',
12654 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
12655 before calling `Info-find-node', so `Info-find-node-2' will reread
12656 the Info file. Restore window positions only when `window-selected'
12657 is non-nil.
12658
30c62133
JL
126592011-11-19 Juri Linkov <juri@jurta.org>
12660
12661 * isearch.el (isearch-lazy-highlight-new-loop):
12662 Remove condition `(not isearch-error)'. (Bug#9918)
12663
12664 * misearch.el (multi-isearch-search-fun): Add condition
12665 `(not bound)' to ignore lazy-highlighting search.
12666 Add the search-failed message "end of multi" when the end of
12667 multi-sequence is reached. Uncapitalize the search-failed
12668 message "Repeat for next buffer".
12669
12670 * info.el (Info-search): Add the search-failed message
12671 "end of the manual" when the end of the manual is reached
12672 in Isearch mode.
12673
645ca9cf
JL
126742011-11-19 Juri Linkov <juri@jurta.org>
12675
12676 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
12677 Use non-destructive `remove' instead of `delete' because
12678 `Info-history-list' stored to `Info-isearch-initial-history-list' in
12679 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
12680
df754f66
JL
126812011-11-19 Juri Linkov <juri@jurta.org>
12682
12683 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
12684 to nil instead of binding `search-ring' and `regexp-search-ring'.
12685 (Bug#9185)
12686
0e23d96a
EZ
126872011-11-19 Eli Zaretskii <eliz@gnu.org>
12688
12689 * simple.el (line-move): Force movement by logical lines for any
12690 hscrolled window, not only when auto-hscroll-mode is on.
12691 (line-move-visual): Update doc string to that effect. (Bug#10076)
12692
8a6ccb66
AS
126932011-11-19 Andreas Schwab <schwab@linux-m68k.org>
12694
12695 * language/european.el (macintosh): Define as alias for mac-roman.
12696
49ae5b39
EZ
126972011-11-19 Eli Zaretskii <eliz@gnu.org>
12698
12699 * mail/rmailmm.el (rmail-mime-display-header)
12700 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
12701 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
12702 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
12703 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
12704 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
12705 of a raw aref.
12706 (rmail-mime-entity-segment): To get past the tagline, move forward
12707 2 more lines, to account for the 2 empty lines that precede and
12708 follow the line with the buttons.
12709 (rmail-mime-update-tagline): Move one more line, to get past the
12710 empty line that follows the buttons in the tagline. (Bug#9520)
12711
c56cad4a
MR
127122011-11-19 Martin Rudalics <rudalics@gmx.at>
12713
12714 * window.el (window-max-delta-1, window-min-delta-1)
12715 (window-min-size-1, window-state-get-1, window-state-put-1)
12716 (window-state-put-2): Use "window--" prefix.
12717
cbe71af3
SM
127182011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
12719
2ad52c60
SM
12720 * emacs-lisp/smie.el: Improve warnings and conflict detection.
12721 (smie-warning-count): New var.
12722 (smie-set-prec2tab): Use it.
12723 (smie-bnf->prec2): Improve warnings. Add docstring.
12724 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
12725 (smie-bnf--set-class): New function.
12726 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
12727 corner case.
12728
6944dbc1
SM
12729 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
12730 (compilation-error-properties, compilation-move-to-column):
12731 Handle compilation-first-column while in the target buffer.
12732
c400c4d7
SM
12733 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
12734 Don't hardcode point-min==1.
12735
6dbe3e96
SM
12736 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
12737 (eshell-rewrite-for-command): Remove workaround.
12738 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
12739 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
12740 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
12741
cbe71af3
SM
12742 * files-x.el (modify-file-local-variable): Obey commenting conventions.
12743
a8e1496d
GM
127442011-11-17 Glenn Morris <rgm@gnu.org>
12745
12746 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12747 Ignore buffer-local generated-autoload-file if it is the same
12748 as the global value. (Bug#10049)
12749
df85d315
JB
127502011-11-17 Juanma Barranquero <lekktu@gmail.com>
12751
12752 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
12753 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
12754 (reftex-toc-previous-heading, reftex-toc-max-level)
12755 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
12756 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
12757 (reftex-toc-do-promote, reftex-toc-promote-prepare)
12758 (reftex-toc-promote-action, reftex-toc-extract-section-number)
12759 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
12760 (reftex-toc-rename-label, reftex-toc-visit-location)
12761 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
12762 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
12763 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
12764 leaving "*toc*" only for references to the buffer.
12765
a0c2d0ae
MR
127662011-11-17 Martin Rudalics <rudalics@gmx.at>
12767
12768 * window.el (window-resize, delete-window, split-window):
12769 Replace window-splits by window-combination-resize.
1d00653d 12770 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 12771
35c0bac8
GM
127722011-11-17 Glenn Morris <rgm@gnu.org>
12773
12774 * progmodes/sh-script.el (sh-font-lock-keywords-var):
12775 Make bash entry derive from sh entry, not shell entry.
12776
d0c8fc8a
MA
127772011-11-16 Michael Albinus <michael.albinus@gmx.de>
12778
7262a87c
MA
12779 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
12780 local file name.
12781
7877f373
JB
127822011-11-16 Juanma Barranquero <lekktu@gmail.com>
12783
12784 * menu-bar.el (menu-bar-file-menu):
12785 * printing.el (pr-ps-utility):
12786 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
12787 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
12788 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
12789 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
12790 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
12791 (icalendar--convert-cyclic-to-ical)
12792 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
12793 (icalendar--convert-ical-to-diary)
12794 (icalendar--convert-recurring-to-diary)
12795 (icalendar--convert-non-recurring-all-day-to-diary)
12796 (icalendar-import-format-sample):
12797 * progmodes/idlw-shell.el (idlwave-shell-mode):
12798 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
12799 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
12800 (vhdl-ps-print-init): Fix typos.
12801
10649b82
KM
128022011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
12803
9d0cfcd6
GM
12804 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
12805 FSF and collapse date sequence, obscure author/maintainer email address
12806 better, remove extra version line, track relocation of author's webpage.
10649b82 12807
9d0cfcd6
GM
12808 * progmodes/python.el (python-pdbtrack-input-prompt)
12809 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
12810 regular python pdb prompts. Adjustments shamelessly taken exactly as
12811 suggested in EmacsWiki page (tiny change):
12812 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 12813
58179cce
JB
128142011-11-16 Juanma Barranquero <lekktu@gmail.com>
12815
12816 * expand.el (expand-pos, expand-index, expand-point):
12817 Remove redundant info from docstring.
12818 (expand-add-abbrevs): Doc fix.
12819 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
12820 (expand-sample-perl-mode-expand-list): Fix typos.
12821
12822 * net/dbus.el (dbus-event-member-name):
12823 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
12824 * term/pc-win.el (msdos-create-frame-with-faces):
12825 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
12826
b6f67890
MR
128272011-11-16 Martin Rudalics <rudalics@gmx.at>
12828
12829 * window.el (split-window, window-state-get-1)
12830 (window-state-put-1, window-state-put-2): Rename occurrences of
12831 window-nest to window-combination-limit.
1d00653d 12832 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 12833
ce7ddba0
CY
128342011-11-16 Chong Yidong <cyd@gnu.org>
12835
12836 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
12837 regexp (Bug#10033).
12838
3ae704f4
SM
128392011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
12840
12841 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
12842 `completing-read' will remove *Completions* and will preserve
12843 current-buffer for us.
12844 (tmm-add-prompt): Users of *Completions* will always (re)set its
12845 major mode.
12846 (tmm-old-comp-map): Remove.
12847
6ad1cdde
GM
128482011-11-16 Glenn Morris <rgm@gnu.org>
12849
12850 * mail/rmailedit.el: Require rmailmm when compiling.
12851 (rmail-old-mime-state): New declaration.
12852 (rmail-edit-current-message): If editing a mime message,
12853 edit the "raw" message from the mbox buffer.
12854 (rmail-cease-edit): Handle mime messages. (Bug#9840)
12855
d20faa20
GM
128562011-11-15 Glenn Morris <rgm@gnu.org>
12857
12858 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
12859 which wasn't being used. Add optional arg to force given state.
12860 (rmail-mime): Add optional arg to force given state.
12861
c7015153
JB
128622011-11-15 Juanma Barranquero <lekktu@gmail.com>
12863
12864 * allout.el (allout-encryption-plaintext-sanitization-regexps):
12865 * frame.el (display-mm-dimensions-alist):
12866 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
12867 (outline-move-subtree-down):
12868 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
12869 (newsticker--treeview-do-get-node):
12870 * net/quickurl.el (quickurl-list-buffer-name):
12871 * progmodes/dcl-mode.el (dcl-mode):
12872 * progmodes/gdb-mi.el (gdb-mapcar*):
12873 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
12874
45261b50
GM
128752011-11-15 Glenn Morris <rgm@gnu.org>
12876
12877 * mail/rmail.el (rmail-file-coding-system): It's only ever used
12878 in a boolean sense, so just make it a boolean, and fix the doc.
12879 (rmail-show-mime-function, rmail-mime-feature)
12880 (rmail-require-mime-maybe): Doc fixes.
12881 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
12882
12883 * mail/rmailmm.el (rmail-show-mime): Doc fix.
12884
0d26e0b6
JB
128852011-11-15 Juanma Barranquero <lekktu@gmail.com>
12886
12887 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
12888 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
12889 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
12890 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
12891
447f30f6
GM
128922011-11-15 Glenn Morris <rgm@gnu.org>
12893
672b871d
GM
12894 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
12895 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
12896 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
12897 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
12898 (rmail-mime, rmail-show-mime): Doc fixes.
12899
f6aa5bb1
GM
12900 * term/ns-win.el (mode-line-frame-identification):
12901 Leave it alone. (Bug#10051)
12902
947cd66b
GM
12903 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
12904
447f30f6
GM
12905 * mail/rmailout.el (rmail-output-to-rmail-buffer):
12906 Handle empty buffers. (Bug#9978)
12907
0b381c7e
JB
129082011-11-14 Juanma Barranquero <lekktu@gmail.com>
12909
12910 * international/mule.el (define-charset):
12911 * mail/rmailmm.el (rmail-mime-find-header-encoding):
12912 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
12913 * progmodes/verilog-mode.el (verilog-backward-token):
12914 * textmodes/ispell.el (lookup-words):
12915 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
12916
71e027ac
GM
129172011-11-14 Glenn Morris <rgm@gnu.org>
12918
56632ce4
GM
12919 * progmodes/executable.el
12920 (executable-make-buffer-file-executable-if-script-p):
12921 Handle file-modes returning nil.
12922
40500957
GM
12923 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
12924 message - not necessary, and causes problems. (Bug#9831)
12925
071c2340
GM
12926 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
12927
d3cfca60
GM
12928 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
12929
71e027ac
GM
12930 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
12931 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
12932 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
12933
89d61221
MR
129342011-11-12 Martin Rudalics <rudalics@gmx.at>
12935
12936 * window.el (window-resize, delete-window): Use window-splits
12937 variable instead of function.
12938 (window-state-get-1, window-state-put-2, window-state-put):
12939 Don't deal with windows' splits status.
12940
98282f6f
GM
129412011-11-12 Glenn Morris <rgm@gnu.org>
12942
12943 * apropos.el (apropos-do-all, apropos-library, apropos-value)
12944 (apropos-documentation): Doc fixes.
12945
40a8bdf6
JB
129462011-11-11 Juanma Barranquero <lekktu@gmail.com>
12947
12948 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
12949 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
12950
65bd19ff
SM
129512011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
12952
12953 * electric.el (electric-indent-post-self-insert-function): Make it
12954 possible for a char to only indent in some circumstances.
12955 (electric-indent-mode): Simplify.
12956
54f9154c
MR
129572011-11-11 Martin Rudalics <rudalics@gmx.at>
12958
12959 * window.el (windows-with-parameter): Remove unused function.
12960 (windows-at-side): Rename to window-at-side-list.
12961 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
12962 (window-side-check, window-size-ignore, window-size-fixed-1)
12963 (window-in-direction-2): Prefix with "window--".
12964 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 12965
68cbc58b
GM
129662011-11-11 Glenn Morris <rgm@gnu.org>
12967
12968 * subr.el (eval-after-load): If FILE is already loaded,
12969 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
12970
b2621720
GM
129712011-11-10 Glenn Morris <rgm@gnu.org>
12972
9a4de110
GM
12973 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
12974 Call svn via vc-svn-command rather than vc-do-command.
12975 (vc-svn-command): Add --non-interactive. (Bug#9993)
12976 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
12977
b2621720
GM
12978 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12979 Add toggle-read-only. (Bug#7292)
12980 * files.el (toggle-read-only): Mention that it should only
12981 be used interactively. (Bug#10006)
12982
1dce7193
SM
129832011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
12984
d9ac1a1e
SM
12985 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12986 Adjust regexp for OCaml warnings.
12987
0c325082
SM
12988 * electric.el (electric-pair-post-self-insert-function): Let user
12989 turn it off buffer-locally (bug#9932).
12990
90132c14
SM
12991 * progmodes/python.el (python-beginning-of-statement):
12992 Rewrite (bug#2703).
12993
1dce7193
SM
12994 * progmodes/compile.el: Better handle TABs (bug#9749).
12995 (compilation-internal-error-properties)
12996 (compilation-next-error-function): Obey the target buffer's
12997 compilation-error-screen-columns.
12998
c4e7c63a
JB
129992011-11-09 Juanma Barranquero <lekktu@gmail.com>
13000
13001 * progmodes/meta-mode.el: Remove obsolete comments.
13002 (meta-right-comment-regexp, meta-ignore-comment-regexp):
13003 Fix typos in docstrings.
13004
2cffd681
MR
130052011-11-09 Martin Rudalics <rudalics@gmx.at>
13006
13007 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 13008 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
13009 (window--resizable): New function. Make all callers of
13010 window-resizable call window--resizable instead.
13011 (window-resizable): Rewrite in terms of window--resizable.
13012
0edcba87
GM
130132011-11-08 Glenn Morris <rgm@gnu.org>
13014
13015 * progmodes/delphi.el (delphi-mode-syntax-table):
13016 Let define-derived-mode define a proper syntax table. (Bug#9994)
13017
4b0d61e3
SM
130182011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
13019
13020 * window.el: Stay away from defsubst.
13021 (window-list-no-nils): Remove.
13022 (window-state-get-1, window-state-get): Use backquote instead.
13023
cd394be1 130242011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 13025
4b0d61e3 13026 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 13027 Fix incorrect use of default argument in `completing-read'.
13028
e1c2c6f2
MR
130292011-11-08 Martin Rudalics <rudalics@gmx.at>
13030
13031 * window.el (display-buffer-function, special-display-function):
13032 Mention display-buffer-record-window but do not mention
13033 help-setup parameter in doc-strings.
b3f4a882 13034 (window-min-delta): Fix doc-string typo.
e1c2c6f2 13035
105216ed
CY
130362011-11-08 Chong Yidong <cyd@gnu.org>
13037
13038 * window.el (window-total-height, window-total-width): Doc fix.
13039 (window-body-size): Move from C.
13040 (window-body-height, window-body-width): Move to C.
13041
0a9f9ab5
SM
130422011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
13043
13044 * window.el: Make special-display like display-buffer-alist (bug#9532).
13045 (display-buffer--special-action): New function, morphed
13046 from display-buffer--special.
13047 (display-buffer): Use it to handle special-display-buffers at higher
13048 priority (just after display-buffer-alist).
13049 (display-buffer-fallback-action, display-buffer--other-frame-action)
13050 (pop-to-buffer-same-window): Remove display-buffer--special.
13051
a769dd15
GM
130522011-11-07 Glenn Morris <rgm@gnu.org>
13053
13054 * calendar/cal-menu.el (cal-menu-set-date-title):
13055 Do nothing if not in a calendar. (Bug#9976)
13056
05a61ee3
SM
130572011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
13058
13059 * files.el (find-file): Always use selected-window.
13060
be7f5545
MR
130612011-11-07 Martin Rudalics <rudalics@gmx.at>
13062
13063 * window.el (window-combinations): Make WINDOW argument
13064 mandatory. Rewrite doc-string.
13065 (walk-window-subtree, window-atom-check, window-min-delta)
13066 (window-max-delta, window--resize-this-window)
13067 (window--resize-root-window-vertically, window-tree)
13068 (balance-windows, window-state-put): Rewrite doc-strings as to
13069 not mention the term "subwindow".
13070 (window--resize-subwindows-skip-p): Rename to
13071 window--resize-child-windows-skip-p.
13072 (window--resize-subwindows-normal): Rename to
13073 window--resize-child-windows-normal.
13074 (window--resize-subwindows): Rename to
13075 window--resize-child-windows.
13076 (window-or-subwindow-p): Rename to window--in-subtree-p.
13077
3c6702ef
ML
130782011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
13079
13080 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
13081 Ensure that mbox format messages end in two newlines (Bug#9974).
13082
49745b39
CY
130832011-11-06 Chong Yidong <cyd@gnu.org>
13084
13085 * window.el (window-combination-p): Function deleted; its
13086 side-effect is not used in any existing code.
13087 (window-combinations, window-combined-p): Call window-*-child
13088 directly.
13089
24300f5f
CY
130902011-11-05 Chong Yidong <cyd@gnu.org>
13091
13092 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
13093 (window-size-ignore, window-state-get): Callers changed.
13094 (window-normalize-window): Rename from window-normalize-any-window.
13095 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 13096 (window-normalize-live-window): Delete.
447f16b8
CY
13097 (window-combination-p, window-combined-p, window-combinations)
13098 (walk-window-subtree, window-atom-root, window-min-size)
13099 (window-sizable, window-sizable-p, window-size-fixed-p)
13100 (window-min-delta, window-max-delta, window-resizable)
13101 (window-resizable-p, window-full-height-p, window-full-width-p)
13102 (window-current-scroll-bars, window-point-1, set-window-point-1)
13103 (window-at-side-p, window-in-direction, window-resize)
13104 (adjust-window-trailing-edge, maximize-window, minimize-window)
13105 (window-deletable-p, delete-window, delete-other-windows)
13106 (record-window-buffer, unrecord-window-buffer)
13107 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
13108 (quit-window, split-window, window-state-put)
13109 (set-window-text-height, fit-window-to-buffer)
13110 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 13111
89bd5ee1
EZ
131122011-11-04 Eli Zaretskii <eliz@gnu.org>
13113
53479029
EZ
13114 * mail/rmail.el (rmail-simplified-subject): Decode subject with
13115 rfc2047-decode-string.
13116 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
13117 warnings.
13118
89bd5ee1
EZ
13119 * window.el (window-body-height, window-body-width): Mention in
13120 the doc string that the return values are in frame's canonical
13121 units. (Bug#9949)
13122
bd17fdee
AM
131232011-11-03 Alan Mackenzie <acm@muc.de>
13124
13125 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
13126 change in cc-engine.el.
13127
acc825c5
SM
131282011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
13129
13130 * window.el (switch-to-buffer): Use `force-same-window' interactively.
13131
1885e5b8
MR
131322011-11-02 Martin Rudalics <rudalics@gmx.at>
13133
13134 * window.el (quit-window): Call unrecord-window-buffer after
13135 showing another buffer in the window. (Bug#9937)
acc825c5 13136 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 13137
ebe06da9
JB
131382011-11-02 Juanma Barranquero <lekktu@gmail.com>
13139
13140 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
13141 Accept status with more than 9 shelves. (Bug#9935)
13142 Reported by Colin D Bennett <colin@gibibit.com>.
13143
4ee88440
MR
131442011-11-01 Martin Rudalics <rudalics@gmx.at>
13145
13146 * help.el (with-help-window): Don't reference
13147 temp-buffer-show-specifiers in doc-string.
13148
08e1d82c
AS
131492011-10-31 Andreas Schwab <schwab@linux-m68k.org>
13150
13151 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
13152 menu-item.
13153
84bd6e9e
VJL
131542011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13155
13156 * whitespace.el: New version 13.2.2.
13157 (whitespace-newline-mode): Disable properly. Reported by Sarah
13158 <EmacsWiki>.
13159
dba0634a
UJ
131602011-10-30 Ulf Jasper <ulf.jasper@web.de>
13161
13162 * net/newst-treeview.el: Remove "Time-stamp".
13163 (newsticker--group-manage-orphan-feeds): Do not call
13164 newsticker--treeview-tree-update.
db22a3c2
JB
13165 (newsticker-treeview-update, newsticker-treeview):
13166 Call newsticker--treeview-tree-update if necessary.
dba0634a 13167
3d8daefe
MR
131682011-10-30 Martin Rudalics <rudalics@gmx.at>
13169
13170 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
13171 (window-iso-combinations): Remove "iso-" infix.
13172 Suggested by Chong Yidong.
3d8daefe
MR
13173 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
13174 (window-max-delta-1, window-resize, window--resize-siblings)
13175 (window--resize-this-window, adjust-window-trailing-edge)
13176 (split-window, balance-windows-1)
13177 (shrink-window-if-larger-than-buffer):
13178 * calendar/calendar.el (calendar-generate-window):
db22a3c2 13179 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 13180
1bc4c3ae
SM
131812011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
13182
13183 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
13184 in place (bug#9907).
13185 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
13186 (eshell-rewrite-if-command, eshell-rewrite-for-command)
13187 (eshell-structure-basic-command, eshell-rewrite-while-command)
13188 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
13189 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
13190 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
13191 (eshell-do-pipelines-synchronously, eshell-eval-command):
13192 Use backquotes and prefer setq to set.
13193 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
13194 (eshell-macrop): Use functionp.
c1e2f5fa 13195 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 13196
30b65d9c
CY
131972011-10-30 Chong Yidong <cyd@gnu.org>
13198
13199 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
13200 instead of set-mark (Bug#9810).
13201
2d197ffb
CY
132022011-10-30 Chong Yidong <cyd@gnu.org>
13203
13204 * window.el (split-window-below, split-window-right): Rename from
13205 split-window-above-each-other and split-window-side-by-side
13206 respectively. All callers changed.
13207 (split-window-sensibly, split-window-sensibly): Use them.
13208 (split-window-keep-point): Doc fix.
13209
13210 * isearch.el: Add isearch-scroll property to split-window-below
13211 and split-window-right.
13212
13213 * follow.el (follow-mode):
13214 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
13215 * progmodes/ada-xref.el (ada-gdb-application):
13216 * emulation/vip.el (vip-buffer-in-two-windows):
13217 * image-dired.el (image-dired-dired-with-window-configuration):
13218 * dired-x.el (dired-do-find-marked-files):
13219 * dired.el (dired-pop-to-buffer):
13220 * bs.el (bs--show-with-configuration):
13221 * vc/emerge.el (emerge-setup-windows):
13222 * textmodes/two-column.el (2C-two-columns):
13223 * textmodes/reftex-toc.el (reftex-toc):
13224 * progmodes/gdb-mi.el (gdb-setup-windows):
13225 * progmodes/fortran.el (fortran-window-create):
13226 * net/newst-treeview.el (newsticker--treeview-window-init):
13227 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
13228 * emulation/tpu-edt.el (tpu-gold-map):
13229 * emulation/crisp.el (crisp-mode-map):
13230 * calendar/calendar.el (calendar-basic-setup): Callers changed.
13231
38bb2ca8
CY
132322011-10-29 Chong Yidong <cyd@gnu.org>
13233
aa4de341
CY
13234 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
13235
e1eb5385
CY
13236 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
13237
5d2ece3c
CY
13238 * textmodes/flyspell.el (flyspell-word): Fix char offset for
13239 forged Ispell output (Bug#7904).
13240
38bb2ca8
CY
13241 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
13242
d0af9f77
SM
132432011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13244
13245 * doc-view.el: Avoid ugly errors about not finding nil.
13246 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
13247 (doc-view-dvipdf-program, doc-view-unoconv-program)
13248 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
13249 Avoid nil or absolute file name as default value.
13250 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
13251
52bedd34
AM
132522011-10-28 Alan Mackenzie <acm@muc.de>
13253
db22a3c2 13254 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 13255
7e43cfa5
AM
132562011-10-28 Alan Mackenzie <acm@muc.de>
13257
13258 Amend the handling of c-beginning/end-of-defun in nested declaration
13259 scopes.
13260
52bedd34
AM
13261 * progmodes/cc-vars.el (c-defun-tactic): Move here from
13262 cc-langs.el. Change it to a defcustom.
7e43cfa5 13263
52bedd34
AM
13264 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
13265 cc-vars.el.
7e43cfa5 13266
d0af9f77
SM
13267 * progmodes/cc-engine.el (c-beginning-of-statement-1):
13268 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 13269
52bedd34 13270 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 13271 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
13272 (c-widen-to-enclosing-decl-scope): New function.
13273 (c-while-widening-to-decl-block): New macro.
13274 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
13275 outward for defun boundaries, and correspondingly change symbol
13276 `respect-enclosure' to `go-outward'.
13277 (c-declaration-limits): Change algorithm to report only the "innermost"
13278 defun's boundaries.
13279
1a2ce9ee
DD
132802011-10-28 Deniz Dogan <deniz@dogan.se>
13281
13282 * net/rcirc.el (rcirc-mode): Use hard newlines.
13283
bc97a826
AM
132842011-10-28 Alan Mackenzie <acm@muc.de>
13285
13286 Amend to indent and fontify macros "which include their own semicolon"
13287 correctly, using the "virtual semicolon" mechanism.
13288
52bedd34 13289 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 13290
d0af9f77 13291 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 13292 Recode to scan one line at a time rather than having \n and \r
58179cce 13293 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 13294 (c-forward-label): Amend for virtual semicolons.
58179cce 13295 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 13296
52bedd34
AM
13297 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
13298 of the new C macros.
bc97a826 13299
52bedd34 13300 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
13301 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
13302 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
13303 (c-opt-cpp-macro-define): Make into a full language variable.
13304 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
13305 AWK Mode (including \n, \r) removed, no longer needed.
13306
d0af9f77
SM
13307 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
13308 Invoke c-make-macro-with-semi-re.
bc97a826 13309
52bedd34
AM
13310 * progmodes/cc-vars.el (c-macro-with-semi-re):
13311 (c-macro-names-with-semicolon): New variables.
58179cce 13312 (c-make-macro-with-semi-re): New function.
bc97a826 13313
7a6c0941
SM
133142011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13315
13316 * vc/log-edit.el: Fill empty field rather than adding new one.
13317 (log-edit-add-field): New function.
13318 (log-edit-insert-changelog): Use it.
13319
b0c4cdcf
ML
133202011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
13321
13322 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
13323
ee1f1da9
SM
133242011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13325
13326 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
13327 (gdb--check-interpreter): New function.
13328 (gdb): Use it.
13329
51bc5f8b
GM
133302011-10-27 Glenn Morris <rgm@gnu.org>
13331
416a2c45
GM
13332 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
13333 (least-positive-float, least-negative-float)
13334 (least-positive-normalized-float, least-negative-normalized-float)
13335 (float-epsilon, float-negative-epsilon):
13336 Remove unnecessary declarations.
13337
13338 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
13339 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
13340 (least-positive-float, least-negative-float)
13341 (least-positive-normalized-float, least-negative-normalized-float)
13342 (float-epsilon, float-negative-epsilon): Add doc-strings,
13343 based on those in cl.texi.
13344
51bc5f8b
GM
13345 * files.el (set-visited-file-name): If the major-mode changed,
13346 reload the local variables. (Bug#9796)
13347
15de15c6
CY
133482011-10-27 Chong Yidong <cyd@gnu.org>
13349
13350 * subr.el (change-major-mode-after-body-hook): New hook.
13351 (run-mode-hooks): Run it.
13352
ee1f1da9
SM
13353 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13354 Use change-major-mode-before-body-hook.
15de15c6
CY
13355
13356 * simple.el (fundamental-mode):
13357 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
13358 change introducing fundamental-mode-hook.
13359
5430d399
JB
133602011-10-26 Juanma Barranquero <lekktu@gmail.com>
13361
acc825c5 13362 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 13363
ad74a69e
MA
133642011-10-26 Michael Albinus <michael.albinus@gmx.de>
13365
13366 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 13367 tramp.el explicitly. (Bug#7583)
ad74a69e 13368
71d4c2a5
SM
133692011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
13370
13371 * progmodes/octave-mod.el:
13372 * progmodes/octave-inf.el: Update maintainer.
13373
b1f6fa26
CY
133742011-10-26 Chong Yidong <cyd@gnu.org>
13375
13376 * subr.el (with-wrapper-hook): Rewrite doc.
13377
3f04efd6
MA
133782011-10-25 Michael Albinus <michael.albinus@gmx.de>
13379
13380 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 13381 filenames "/method:foo:". (Bug#9793)
3f04efd6 13382
410488d3
SM
133832011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
13384
13385 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
13386 (bug#9865).
13387
c1ebb47e
GM
133882011-10-24 Glenn Morris <rgm@gnu.org>
13389
13390 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
13391
7f5c46c7
MA
133922011-10-24 Michael Albinus <michael.albinus@gmx.de>
13393
13394 * notifications.el: Add the requirement of a running D-Bus session
13395 bus to the Commentary.
13396
db2440b6
JL
133972011-10-24 Juri Linkov <juri@jurta.org>
13398
13399 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
13400 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
13401 (Bug#9364)
13402
feecf435
JL
134032011-10-24 Juri Linkov <juri@jurta.org>
13404
13405 * info.el (Info-following-node-name-re): Add newline to the list
13406 of allowed characters for leading space. (Bug#9824)
13407
a3839de2
SM
134082011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
13409
acc825c5
SM
13410 * progmodes/octave-inf.el (inferior-octave-mode-map):
13411 Fix C-c C-h binding.
a3839de2
SM
13412 * progmodes/octave-mod.el (octave-help): Remove.
13413
09388e76
MA
134142011-10-23 Michael Albinus <michael.albinus@gmx.de>
13415
13416 Sync with Tramp 2.2.3.
13417
13418 * net/tramp-cache.el (top): Pacify byte-compiler using
13419 `init-file-user' and `site-run-file'.
13420
13421 * net/trampver.el: Update release number.
13422
86c60681
CY
134232011-10-23 Chong Yidong <cyd@gnu.org>
13424
13425 * files.el (toggle-read-only): Remove obsolete comment about
13426 version control.
13427
13428 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
13429 for toggle-read-only. Note that this hasn't called vc-next-action
13430 since 2008-05-02, though it wasn't documented at the time.
13431
a3839de2
SM
13432 * vc/ediff-init.el (ediff-toggle-read-only-function):
13433 Use toggle-read-only.
86c60681 13434
cd5495ff
AM
134352011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
13436
13437 Fix bug #9560, sporadic wrong indentation; improve instrumentation
13438 of c-parse-state.
13439
00b77525 13440 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 13441 correct faulty logical expression.
cd5495ff
AM
13442 (c-parse-state-state, c-record-parse-state-state):
13443 (c-replay-parse-state-state): New defvar/defuns.
13444 (c-debug-parse-state): Use new functions.
13445
42ee24ed
MR
134462011-10-22 Martin Rudalics <rudalics@gmx.at>
13447
13448 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 13449 last fix. Use window-in-direction correctly.
42ee24ed 13450
a7dee7e7
CY
134512011-10-21 Chong Yidong <cyd@gnu.org>
13452
13453 * progmodes/idlwave.el (idlwave-mode):
13454 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
13455 require-final-newline; that's done in prog-mode.
13456 Suggested by Stefan Monnier.
a7dee7e7 13457
e07b9a6d
MR
134582011-10-21 Martin Rudalics <rudalics@gmx.at>
13459
13460 * mouse.el (mouse-drag-window-above)
13461 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
13462 (mouse-drag-mode-line-1, mouse-drag-header-line)
13463 (mouse-drag-vertical-line-rightward-window): Remove.
13464 (mouse-drag-line): New function.
13465 (mouse-drag-mode-line, mouse-drag-header-line)
13466 (mouse-drag-vertical-line): Call mouse-drag-line.
13467 * window.el (window-at-side-p, windows-at-side): New functions.
13468
7e1361d9
UM
134692011-10-21 Ulrich Mueller <ulm@gentoo.org>
13470
13471 * tar-mode.el (tar-grind-file-mode):
13472 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
13473
30fcaf3a
CY
134742011-10-21 Chong Yidong <cyd@gnu.org>
13475
13476 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
13477 * progmodes/vera-mode.el (vera-mode):
13478 Use mode-require-final-newline.
30fcaf3a 13479
516eddb0
GM
134802011-10-20 Glenn Morris <rgm@gnu.org>
13481
db22a3c2 13482 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 13483
10d5f513
CS
134842011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
13485
13486 * emulation/cua-base.el (cua-set-mark): Fix case of string.
13487
ac6c8639
CY
134882011-10-20 Chong Yidong <cyd@gnu.org>
13489
13490 * emulation/cua-base.el (cua-mode):
13491 * mail/footnote.el (footnote-mode):
13492 * mail/mailabbrev.el (mail-abbrevs-mode):
13493 * net/xesam.el (xesam-minor-mode):
13494 * progmodes/bug-reference.el (bug-reference-mode):
13495 * progmodes/cap-words.el (capitalized-words-mode):
13496 * progmodes/compile.el (compilation-minor-mode)
13497 (compilation-shell-minor-mode):
13498 * progmodes/gud.el (gud-tooltip-mode):
13499 * progmodes/hideif.el (hide-ifdef-mode):
13500 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
13501 * progmodes/subword.el (subword-mode):
13502 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
13503 * progmodes/which-func.el (which-function-mode):
13504 * term/tvi970.el (tvi970-set-keypad-mode):
13505 * term/vt100.el (vt100-wide-mode):
13506 * textmodes/flyspell.el (flyspell-mode):
13507 * textmodes/ispell.el (ispell-minor-mode):
13508 * textmodes/nroff-mode.el (nroff-electric-mode):
13509 * textmodes/paragraphs.el (use-hard-newlines):
13510 * textmodes/refill.el (refill-mode):
13511 * textmodes/reftex.el (reftex-mode):
13512 * textmodes/rst.el (rst-minor-mode):
13513 * textmodes/sgml-mode.el (html-autoview-mode)
13514 (sgml-electric-tag-pair-mode):
13515 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
13516 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
13517 * emulation/crisp.el (crisp-mode):
13518 * emacs-lisp/eldoc.el (eldoc-mode):
13519 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
13520 minor mode behavior.
13521
aa42ab43
JL
135222011-10-19 Juri Linkov <juri@jurta.org>
13523
13524 * descr-text.el (describe-char): Add #x2010 and #x2011 to
13525 the list of hard-coded chars with escape-glyph face.
13526
89400f1d
SM
135272011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
13528
13529 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
13530
305c07f6
MA
135312011-10-19 Michael Albinus <michael.albinus@gmx.de>
13532
13533 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
13534 running process.
13535
13754b54
GM
135362011-10-19 Glenn Morris <rgm@gnu.org>
13537
13538 * vc/vc-bzr.el (vc-bzr-after-dir-status):
13539 Ignore ignored files. (Bug#9726)
13540
06e21633
CY
135412011-10-19 Chong Yidong <cyd@gnu.org>
13542
13543 Doc fix for minor modes, stating that an omitted argument enables
13544 the mode unconditionally when called from Lisp.
13545
13546 * abbrev.el (abbrev-mode):
13547 * allout.el (allout-mode):
13548 * autoinsert.el (auto-insert-mode):
13549 * autoarg.el (autoarg-mode, autoarg-kp-mode):
13550 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
13551 (global-auto-revert-mode):
13552 * battery.el (display-battery-mode):
13553 * composite.el (global-auto-composition-mode)
13554 (auto-composition-mode):
13555 * delsel.el (delete-selection-mode):
13556 * desktop.el (desktop-save-mode):
13557 * dired-x.el (dired-omit-mode):
13558 * dirtrack.el (dirtrack-mode):
13559 * doc-view.el (doc-view-minor-mode):
13560 * double.el (double-mode):
13561 * electric.el (electric-indent-mode, electric-pair-mode):
13562 * emacs-lock.el (emacs-lock-mode):
13563 * epa-hook.el (auto-encryption-mode):
13564 * follow.el (follow-mode):
13565 * font-core.el (font-lock-mode):
13566 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
13567 * help.el (temp-buffer-resize-mode):
13568 * hilit-chg.el (highlight-changes-mode)
13569 (highlight-changes-visible-mode):
13570 * hi-lock.el (hi-lock-mode):
13571 * hl-line.el (hl-line-mode, global-hl-line-mode):
13572 * icomplete.el (icomplete-mode):
13573 * ido.el (ido-everywhere):
13574 * image-file.el (auto-image-file-mode):
13575 * image-mode.el (image-minor-mode):
13576 * iswitchb.el (iswitchb-mode):
13577 * jka-cmpr-hook.el (auto-compression-mode):
13578 * linum.el (linum-mode):
13579 * longlines.el (longlines-mode):
13580 * master.el (master-mode):
13581 * mb-depth.el (minibuffer-depth-indicate-mode):
13582 * menu-bar.el (menu-bar-mode):
13583 * minibuf-eldef.el (minibuffer-electric-default-mode):
13584 * mouse-sel.el (mouse-sel-mode):
13585 * msb.el (msb-mode):
13586 * mwheel.el (mouse-wheel-mode):
13587 * outline.el (outline-minor-mode):
13588 * paren.el (show-paren-mode):
13589 * recentf.el (recentf-mode):
13590 * reveal.el (reveal-mode, global-reveal-mode):
13591 * rfn-eshadow.el (file-name-shadow-mode):
13592 * ruler-mode.el (ruler-mode):
13593 * savehist.el (savehist-mode):
13594 * scroll-all.el (scroll-all-mode):
13595 * scroll-bar.el (scroll-bar-mode):
13596 * server.el (server-mode):
13597 * shell.el (shell-dirtrack-mode):
13598 * simple.el (auto-fill-mode, transient-mark-mode)
13599 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
13600 (line-number-mode, column-number-mode, size-indication-mode)
13601 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
13602 * strokes.el (strokes-mode):
13603 * time.el (display-time-mode):
13604 * t-mouse.el (gpm-mouse-mode):
13605 * tool-bar.el (tool-bar-mode):
13606 * tooltip.el (tooltip-mode):
13607 * type-break.el (type-break-mode-line-message-mode)
13608 (type-break-query-mode):
13609 * view.el (view-mode):
13610 * whitespace.el (whitespace-mode, whitespace-newline-mode)
13611 (global-whitespace-mode, global-whitespace-newline-mode):
13612 * xt-mouse.el (xterm-mouse-mode): Doc fix.
13613
a3839de2
SM
13614 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13615 Fix autogenerated docstring.
06e21633 13616
5214e501
JL
136172011-10-19 Juri Linkov <juri@jurta.org>
13618
13619 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
13620 by checking environment variables "DESKTOP_SESSION" and
13621 "XDG_CURRENT_DESKTOP". (Bug#9779)
13622
195f8db9
JL
136232011-10-19 Juri Linkov <juri@jurta.org>
13624
13625 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
13626 (browse-url-chromium-program, browse-url-chromium-arguments):
13627 New defcustoms.
13628 (browse-url-default-browser): Check for `browse-url-chromium' and
13629 call `browse-url-chromium-program'.
13630 (browse-url-chromium): New command. (Bug#9779)
13631
343a34ff
JB
136322011-10-18 Juanma Barranquero <lekktu@gmail.com>
13633
13634 * facemenu.el (list-colors-duplicates): On Windows, detect more
13635 duplicates by assuming that only colors matching "^System" are
13636 special "system colors". (Bug#9722)
13637
6978a151
SM
136382011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
13639
13640 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
13641 to distinguish the author from the committer.
13642
6a80b297
MA
136432011-10-18 Michael Albinus <michael.albinus@gmx.de>
13644
13645 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
13646
b31a5677
JK
136472011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
13648
13649 * international/mule.el (sgml-html-meta-auto-coding-function):
13650 Add support for detecting encoding in HTML5 specified only as
13651 <meta charset="UTF-8">. Implementation just makes http-equiv and
13652 content-type parts from HTML4 encoding string optional. (Bug#9716)
13653
80c6d77f
GM
136542011-10-18 Glenn Morris <rgm@gnu.org>
13655
13656 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
13657
08b0fee8
CY
136582011-10-18 Chong Yidong <cyd@gnu.org>
13659
13660 * faces.el (cursor): Doc fix.
13661
67e729a5
CY
136622011-10-17 Chong Yidong <cyd@gnu.org>
13663
13664 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
13665
343a34ff 136662011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
13667
13668 * dirtrack.el (dirtrack): Support shell buffers with path
13669 prefixes, e.g. tramp-based remote shells. (Bug#9647)
13670
0bc06380
TZ
136712011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
13672
13673 * json.el: Bump version to 1.3 and note change in History.
13674 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
13675
8b79f3e0
SM
136762011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
13677
5a7c536b
SM
13678 * comint.el (comint-insert-input, comint-send-input)
13679 (comint-get-old-input-default, comint-backward-matching-input)
13680 (comint-next-prompt): Use nil instead of `input' for field property of
13681 past user input (bug#114).
13682
96a8a0df
SM
13683 * minibuffer.el (completion--replace): Inherit surrounding properties
13684 (bug#114).
13685 (minibuffer-complete-and-exit): Use it.
13686
8b79f3e0
SM
13687 * comint.el (comint--table-subvert): Quote the all-completions output
13688 (bug#9160).
13689
b8f7ff0d
MR
136902011-10-17 Martin Rudalics <rudalics@gmx.at>
13691
8b79f3e0 13692 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 13693
b8f7ff0d 13694 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 13695 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
13696 entries and separate them from frame entries.
13697
c235b555
GM
136982011-10-15 Glenn Morris <rgm@gnu.org>
13699
13700 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
13701 Doc fixes.
13702
6bbfa6e1
CY
137032011-10-15 Chong Yidong <cyd@stupidchicken.com>
13704
8b79f3e0
SM
13705 * net/network-stream.el (network-stream-open-starttls):
13706 Improve detection of failure due to lack of TLS support.
ec5c990d 13707
6bbfa6e1
CY
13708 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
13709 putting the input text in front and in bold.
13710
98488977
SM
137112011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
13712
3d1337be
SM
13713 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
13714
ee0b45e4
SM
13715 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
13716 empty buffer.
13717
98488977
SM
13718 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
13719 unread-command-events rather than pushing yet-another event.
13720
186f4720
EZ
137212011-10-14 Eli Zaretskii <eliz@gnu.org>
13722
13723 * mail/sendmail.el (sendmail-query-once): Improve the wording of
13724 the explanation of the possible choices. Make the options passed
13725 to completing-read shorter.
13726
8b7a997c
AM
137272011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13728
13729 * textmodes/flyspell.el (flyspell-large-region): Make sure
13730 extended character mode is used if defined (Bug#1339).
13731
12587bbb
EZ
137322011-10-13 Eli Zaretskii <eliz@gnu.org>
13733
13734 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
13735 character info for LRE, LRO, RLE, and RLO characters by appending
13736 an invisible PDF.
12587bbb 13737
bad41229
SM
137382011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
13739
13740 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
13741 even in case of error; add debug spec; simplify data flow.
13742 (with-timeout-handler): Remove.
13743
28dbc92f
MA
137442011-10-12 Michael Albinus <michael.albinus@gmx.de>
13745
13746 Fix Bug#6019, Bug#9315.
13747
13748 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
13749 complete `buffer-file-name', the local file name part could look
13750 remotely (for example on VMS).
13751
13752 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
13753 `tramp-run-real-handler'.
13754 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
13755 already quoted by '"'.
13756
13757 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
13758 Let `file-name-handler-alist' be nil, the local file name part
13759 could look remotely (for example on VMS).
13760
e1b0b23a
SM
137612011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13762
13763 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
13764 from here...
13765 (flyspell-post-command-hook): ...to here.
13766
a120bde9
SM
137672011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13768
13769 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
13770 if not needed.
13771 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
13772 using completion. Protect against "slow" callers.
13773 Remove the "message hack".
13774
7ce7717b
JL
137752011-10-11 Juri Linkov <juri@jurta.org>
13776
13777 * isearch.el (isearch-lazy-highlight-word): New variable.
13778 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
13779 Use it. (Bug#9727)
13780
c02ee9d6
GM
137812011-10-11 Glenn Morris <rgm@gnu.org>
13782
13783 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
13784 like f90-previous-statement does.
13785
93e616fd 137862011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13787
1f190e73 13788 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
13789 only in interactive use, to avoid error.
13790
af7b6078
SM
137912011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13792
13793 * minibuffer.el (completion-file-name-table): Fix last change,
13794 i.e. ignore normal errors but not the other ones.
13795
0563dae9
MR
137962011-10-10 Martin Rudalics <rudalics@gmx.at>
13797
13798 * window.el (special-display-buffer-names)
13799 (special-display-regexps): Remove some remnants of earlier
13800 changes from doc-strings.
366ca7f3
MR
13801 (quit-windows-on): New function.
13802
13803 * vc/vc.el (vc-revert, vc-rollback):
13804 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
13805 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 13806 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 13807
49677495
MR
138082011-10-09 Martin Rudalics <rudalics@gmx.at>
13809
13810 * window.el (frame-auto-hide-function): Add version tag.
13811 (Bug#9699)
13812
56f2d1e1
MA
138132011-10-09 Michael Albinus <michael.albinus@gmx.de>
13814
13815 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
13816 condition.
13817
112a6592
LL
138182011-10-09 Leo Liu <sdl.web@gmail.com>
13819
13820 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
13821 (Bug#9701)
13822
0812589b
GM
138232011-10-08 Glenn Morris <rgm@gnu.org>
13824
13825 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
13826 before the first code statement zero indent. (Bug#9690)
13827
b2b0776e
CY
138282011-10-08 Chong Yidong <cyd@stupidchicken.com>
13829
13830 * simple.el (count-words-region): Always count in the region.
13831 Report the number of lines and characters too.
13832 (count-words): New command, which counts in the buffer if the
13833 region is inactive, as count-words-region used to.
13834 (count-words--message): New function. Handle plurals.
13835 (count-lines-region): Make it an alias for count-words-region.
13836
13837 * bindings.el (esc-map): Replace count-lines-region with
13838 count-words-region.
13839
c557cd6b
MR
138402011-10-08 Martin Rudalics <rudalics@gmx.at>
13841
13842 * window.el (window--delete): Delete dedicated frame
13843 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 13844 (switch-to-buffer): Fix doc-string typo.
c557cd6b 13845
61a57ef4 138462011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13847
3a7d293b 13848 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 13849
c3833279
CY
138502011-10-07 Chong Yidong <cyd@stupidchicken.com>
13851
13852 * bindings.el ([M-left],[M-right]): Bind to left-word and
13853 right-word respectively.
13854
21ce8245
GM
138552011-10-07 Glenn Morris <rgm@gnu.org>
13856
13857 * cus-start.el (debug-on-quit): Fix custom type.
13858
6d823bb2
LMI
138592011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
13860
0181e193
LMI
13861 * subr.el (define-key-after): Clarify that the function is not
13862 useful for non-menu keymaps.
13863
6d823bb2
LMI
13864 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
13865
8e3459ce 138662011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13867
21ce8245 13868 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 13869 in current minibuffer (Fix bug with recursive minibuffers).
13870
a1c2d21e
CY
138712011-10-06 Chong Yidong <cyd@stupidchicken.com>
13872
13873 * progmodes/gdb-mi.el (gdb): Doc fix.
13874
5a4cf282
MR
138752011-10-05 Martin Rudalics <rudalics@gmx.at>
13876
13877 * window.el (frame-auto-hide-function): New option replacing
13878 frame-auto-delete. Suggested by Stefan Monnier.
13879 (window--delete): Call frame-auto-hide-function instead of
13880 investigating frame-auto-delete.
c96111ea
MR
13881 (window-point-1, set-window-point-1): New functions.
13882 (window-in-direction, record-window-buffer, window-state-get-1)
13883 (display-buffer-record-window): Use window-point-1 instead of
13884 window-point.
13885 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 13886
9854542e
SM
138872011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13888
13889 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
13890
8943cfb0
GM
138912011-10-05 Glenn Morris <rgm@gnu.org>
13892
13893 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
13894 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
13895
647ab967
LL
138962011-10-05 Leo Liu <sdl.web@gmail.com>
13897
13898 * subr.el (read-char-choice): Fix argument to buffer-live-p which
13899 works with buffer object.
13900
3ddfbced
SM
139012011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13902
13903 * mpc.el (mpc-tool-bar-map): Add labels.
13904
bdfa5dd2
GM
139052011-10-04 Glenn Morris <rgm@gnu.org>
13906
13907 * calendar/holidays.el (calendar-check-holidays): Doc fix.
13908
0e2070b5
MR
139092011-10-04 Martin Rudalics <rudalics@gmx.at>
13910
13911 * window.el (window--delete): New function.
13912 (frame-auto-delete): Resuscitate option.
13913 (bury-buffer, replace-buffer-in-windows)
13914 (quit-window): Rewrite using window--delete.
13915 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
13916 Pass display-buffer-mark-dedicated to window--display-buffer-2
13917 (Bug#9639).
13918
3dc61a09
SM
139192011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13920
915a9b64
SM
13921 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
13922 returns a list (bug#9554). Add remote file name completion.
13923 * comint.el (comint--table-subvert): Curry and get quote&unquote
13924 functions as arguments.
13925 (comint--complete-file-name-data): Adjust call accordingly.
13926 * pcomplete.el (pcomplete--table-subvert): Remove.
13927 (pcomplete-completions-at-point): Use comint--table-subvert instead.
13928
3dc61a09
SM
13929 * minibuffer.el (completion-table-case-fold): Use currying.
13930 (completion--styles-type, completion--cycling-threshold-type):
13931 New constants.
13932 (completion-styles, completion-category-overrides)
13933 (completion-cycle-threshold): Use them.
13934 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
13935 completion-table-case-fold.
13936
8ea0a993
SB
139372011-10-03 Stephen Berman <stephen.berman@gmx.net>
13938
13939 * minibuffer.el (completion-category-overrides): Fix type of styles
13940 and add more user friendly tags (bug#9660).
13941
8c24b7f6
SM
139422011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13943
13944 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
13945 (mule-input-method-string): New widget.
13946 (default-input-method, language-info-custom-alist): Use it.
13947
428fe61a
SM
139482011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
13949
32c1fffd
SM
13950 * pcomplete.el: Require comint.
13951 (pcomplete--common-suffix): Remove.
13952 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
13953 (pcomplete--table-subvert): Sync with comint--table-subvert.
13954 (pcomplete--entries): Use comint-completion-file-name-table.
13955 * comint.el (comint-unquote-filename): Simplify.
13956 (comint-completion-file-name-table): New function (bug#9616).
13957 (comint--complete-file-name-data): Use it.
13958
428fe61a
SM
13959 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
13960 (pcmpl-gnu-tar-buffer): Remove.
13961 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
13962 around. Make sure pcomplete-suffix-list is only changed temporarily.
13963 Don't look inside the tar's file if it's too large.
428fe61a 13964
04c52e2f
CY
139652011-10-01 Chong Yidong <cyd@stupidchicken.com>
13966
ce3cefcc
CY
13967 * cus-edit.el (custom-mode-map):
13968 * epa.el (epa-key-list-mode-map):
13969 * man.el (Man-mode-map):
13970 * startup.el (splash-screen-keymap):
13971 * simple.el (special-mode-map): Use scroll-up-command and
13972 scroll-down-command.
13973
13974 * progmodes/idlw-help.el (idlwave-help-mode-map):
13975 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
13976 * net/newst-plainview.el (newsticker-mode-map):
13977 * emulation/ws-mode.el (wordstar-mode-map):
13978 * emulation/vi.el (vi-com-map):
13979 * calc/calc-graph.el (calc-graph-show-dumb):
13980 * term/sun.el (terminal-init-sun):
13981 * term/ns-win.el (global-map):
13982 * progmodes/grep.el (grep-mode-map):
13983 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
13984 * mail/rmail.el (rmail-mode-map):
13985 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
13986
04c52e2f
CY
13987 * custom.el (custom-safe-themes, load-theme): Treat value of t for
13988 custom-safe-themes as special.
13989
79adf8c8
JD
139902011-10-01 Julien Danjou <julien@danjou.info>
13991
13992 * notifications.el (notifications-notify): Fix docstring.
13993
63bd50d3
PS
139942011-10-01 Per Starbäck <per@starback.se>
13995
13996 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
13997
199e4c7e
MR
139982011-09-30 Martin Rudalics <rudalics@gmx.at>
13999
14000 * startup.el (command-line-1): Fix last fix by inserting
14001 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 14002 (Bug#9605) and (Bug#9636)
199e4c7e 14003
fe5f08dd
EZ
140042011-09-29 Eli Zaretskii <eliz@gnu.org>
14005
14006 * simple.el (line-move): If auto-hscroll-mode is disabled and the
14007 window is hscrolled, move by logical lines. (Bug#9607)
14008 (line-move-visual): Update the doc string to the above effect.
14009
b5516bbd
MR
140102011-09-29 Martin Rudalics <rudalics@gmx.at>
14011
ccee00c0
MR
14012 * window.el (display-buffer-record-window): When WINDOW is the
14013 selected window use `point' instead of `window-point'. (Bug#9626)
14014
b5516bbd
MR
14015 * startup.el (command-line-1): Use insert-before-markers when
14016 inserting initial-scratch-message. (Bug#9605)
ccee00c0 14017
b5516bbd
MR
14018 * help.el (help-window): Remove variable.
14019
52aa0014
GM
140202011-09-29 Glenn Morris <rgm@gnu.org>
14021
14022 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
14023
df9a7357
JB
140242011-09-29 Juanma Barranquero <lekktu@gmail.com>
14025
14026 * descr-text.el (describe-char-categories): Accept category
14027 descriptions more than one line long.
14028
a8406c20
SM
140292011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
14030
88d9610c
SM
14031 * simple.el (delete-trailing-whitespace): Fix last change.
14032
a5daf810
SM
14033 * progmodes/perl-mode.el (perl-syntax-propertize-function):
14034 Don't confuse "y => 3" as the beginning of a `y' operation.
14035
a8406c20
SM
14036 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
14037 object has more than 4 slots (bug#9613).
14038
a239d4e9
JB
140392011-09-28 Juanma Barranquero <lekktu@gmail.com>
14040
14041 * subr.el (with-output-to-temp-buffer):
14042 * net/quickurl.el (quickurl, quickurl-browse-url):
14043 Fix typos in docstrings.
14044
693fbdb6
EZ
140452011-09-27 Eli Zaretskii <eliz@gnu.org>
14046
14047 * minibuffer.el (completion-styles)
14048 (completion-category-overrides): Cross reference each other in doc
14049 strings.
14050
8b457e28
GM
140512011-09-27 Glenn Morris <rgm@gnu.org>
14052
14053 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
14054 to split-string. (Bug#9606)
14055
85a16208
LMI
140562011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
14057
14058 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
14059 (bug#9615).
14060
502f9ebd
CY
140612011-09-27 Chong Yidong <cyd@stupidchicken.com>
14062
14063 * emacs-lisp/package.el (list-packages): Fix echo area message.
14064
7690bdea
LL
140652011-09-27 Leo Liu <sdl.web@gmail.com>
14066
14067 * ido.el (ido-read-internal): Accept cons cell HIST arg.
14068
e2ee6f30
MA
140692011-09-25 Michael Albinus <michael.albinus@gmx.de>
14070
14071 * net/dbus.el (dbus-unregister-object): Don't release services for
14072 registered signals. (Bug#9581)
14073
f3f98342
TZ
140742011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
14075
14076 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
14077 function that picks between cfengine 2 and 3 support
14078 automatically. Update docs accordingly.
14079
dd7aa8dd
KH
140802011-09-22 Kenichi Handa <handa@m17n.org>
14081
14082 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
14083 ZERO.
14084 (indian-itrans-v5-table-for-tamil): New variable.
14085 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
14086
3f2b07f8
KM
140872011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
14088
14089 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
14090 that's true if the current command involved collapsing of text.
14091 It's reset to false at the beginning of the next command.
14092 (allout-post-command-business): Move the cursor to the beginning
14093 of entry if the cursor is hidden and collapsing activity just
14094 happened.
14095
371d6a61
CY
140962011-09-24 Chong Yidong <cyd@stupidchicken.com>
14097
14098 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
14099 tracking (Bug#9541).
14100
2ac2721a
UJ
141012011-09-24 Ulf Jasper <ulf.jasper@web.de>
14102
14103 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
14104 (newsticker-show-news): Automatically load html rendering package
14105 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
14106 because w3m-fill-column is let-bound" and the error "Symbol's value
14107 as variable is void: w3m-fill-column".
2ac2721a 14108
fac7ae53
MA
141092011-09-24 Michael Albinus <michael.albinus@gmx.de>
14110
14111 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
14112 Release services only if they are defined. (Bug#9581)
14113
e08b633b
RS
141142011-09-23 Richard Stallman <rms@gnu.org>
14115
e488d29c
RS
14116 * textmodes/paragraphs.el (forward-sentence): For backwards case,
14117 distinguish start of paragraph from start of its text.
14118
19c38752
RS
14119 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
14120
e08b633b
RS
14121 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
14122 (rmail-generate-viewer-buffer): Put that hook on view buffer.
14123 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
14124
0a39f27e
AS
141252011-09-23 Andreas Schwab <schwab@linux-m68k.org>
14126
14127 * international/mule-diag.el (mule-diag): Insert a newline after
14128 each fontset description.
14129
db4e950d
SM
141302011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
14131
14132 * simple.el (delete-trailing-whitespace):
14133 Document last change; simplify.
14134
eca3f3ea
PW
141352011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
14136
d68e189a
PW
14137 * simple.el (delete-trailing-whitespace): Also delete
14138 extra newlines at the end of the buffer.
14139
eca3f3ea
PW
14140 * textmodes/picture.el: Make motion commands obey shift-select-mode.
14141 (picture-newline): Use forward-line so as to ignore fields.
14142
01c157cc
SM
141432011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
14144
14145 * subr.el (with-wrapper-hook): Fix edebug spec.
14146
022de23e
LMI
141472011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
14148
14149 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
14150 (bug#4538).
14151
91683089
MA
141522011-09-23 Michael Albinus <michael.albinus@gmx.de>
14153
eca3f3ea
PW
14154 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
14155 Fix nasty bug using wrong cached values.
91683089 14156
5bdd6fa4
AM
141572011-09-23 Alan Mackenzie <acm@muc.de>
14158
14159 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
14160
97adfb97
CY
141612011-09-23 Chong Yidong <cyd@stupidchicken.com>
14162
14163 * window.el (pop-to-buffer): Ensure right window is selected if we
14164 chose another frame.
14165
d4ef2b50
EZ
141662011-09-22 Eli Zaretskii <eliz@gnu.org>
14167
14168 * simple.el (what-cursor-position): Use get-char-property-change
14169 and next-single-char-property-change, to be able to show display
14170 properties that come from overlays as well as text properties.
14171
72258fe5
CY
141722011-09-22 Chong Yidong <cyd@stupidchicken.com>
14173
14174 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
14175
14176 * cmuscheme.el (run-scheme, switch-to-scheme):
14177 * cus-edit.el (customize-group, custom-buffer-create)
14178 (customize-browse):
14179 * info.el (info):
14180 * shell.el (shell):
14181 * mail/sendmail.el (mail):
14182 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
14183
8f098516
RS
141842011-09-22 Richard Stallman <rms@gnu.org>
14185
14186 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
14187 move back only to line beg, don't move back over blank lines.
14188
e74f1bb6
MA
141892011-09-22 Michael Albinus <michael.albinus@gmx.de>
14190
14191 * files.el (copy-directory): Set directory attributes only in case
14192 they could be retrieved from the source directory. (Bug#9565)
14193
bfeef8b6
DK
141942011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
14195
14196 * progmodes/hideshow.el (hs-looking-at-block-start-p)
14197 (hs-find-block-beginning, hs-hide-level-recursive):
14198 Ignore strings as well as comments. (Bug#9502)
14199
7e423bb8
AS
142002011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
14201
14202 * progmodes/sql.el (sql-comint-postgres):
14203 Convert port number to a string. (Bug#9566)
14204
b4d72fcf
MR
142052011-09-22 Martin Rudalics <rudalics@gmx.at>
14206
14207 * window.el (quit-window): Undedicate window when switching to
14208 previous buffer. Reported by Thierry Volpiatto
14209 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
14210 (special-display-popup-frame): When popping up a new frame reset
14211 its previous buffers to nil. Simplify code.
b4d72fcf 14212
a7b88dc6
MA
142132011-09-21 Michael Albinus <michael.albinus@gmx.de>
14214
14215 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
14216 and process filter, as done also in `shell-command'.
14217
cf4eacfd
MR
142182011-09-21 Martin Rudalics <rudalics@gmx.at>
14219
eca3f3ea 14220 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
14221 Call set-window-start with NOFORCE argument t.
14222 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
14223 (quit-window): Reword doc-string. Handle new format of
14224 quit-restore parameter. Don't delete window if it has a
14225 previous buffer we can show instead of the present one.
14226 (display-buffer-record-window): Rewrite using a new format for
14227 the quit-restore window parameter
14228 (special-display-popup-frame, display-buffer-same-window)
14229 (display-buffer-reuse-window, display-buffer-pop-up-frame)
14230 (display-buffer-pop-up-window, display-buffer-use-some-window):
14231 Adapt symbol passed to display-buffer-record-window.
14232 * help.el (help-window-setup): Handle new format of quit-restore
14233 parameter.
14234
8d28cb95
SM
142352011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
14236
94ab793f
SM
14237 * faces.el (face-list): Fix docstring (bug#9564).
14238
8d28cb95
SM
14239 * window.el (display-buffer--action-function-custom-type):
14240 Don't include internal functions in the Custom interface.
14241
3820edeb
JL
142422011-09-20 Juri Linkov <juri@jurta.org>
14243
14244 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
14245 (Info-forward-node, Info-backward-node, Info-next-preorder)
14246 (Info-last-preorder): Use it. (Bug#9528)
14247
5147931d
JL
142482011-09-20 Juri Linkov <juri@jurta.org>
14249
14250 * info.el (Info-last-preorder): Visit last menu item only when
14251 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
14252
cf499a1a
JD
142532011-09-20 Julien Danjou <julien@danjou.info>
14254
14255 * password-cache.el (password-cache-remove): Remove entries even if the
14256 value is nil, so that password with a nil value (negative caching) is
14257 possible to invalidate.
14258
f84e2fe2
LM
142592011-09-20 Lawrence Mitchell <wence@gmx.li>
14260
14261 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
14262 all whitespace around breakpoint. (Bug#9553)
14263 (f90-find-breakpoint): Only break at whitespace inside a comment.
14264
78054a46
SM
142652011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
14266
14267 * minibuffer.el (completion-file-name-table): Keep track of errors.
14268 (completion-table-with-predicate): Handle the case where pred1 is nil.
14269 * pcomplete.el (pcomplete-completions-at-point): Simplify.
14270
345083b2
SM
142712011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14272
e24e27be
SM
14273 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
14274 (debugger-return-value): Signal an error if the debugging context does
14275 not await any return value.
14276
345083b2
SM
14277 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
14278 * image-mode.el (image-toggle-display-text)
14279 (image-toggle-display-image): Stay away from evil `intangible'.
14280
08d355e3
LL
142812011-09-19 Leo Liu <sdl.web@gmail.com>
14282
14283 * replace.el (occur-revert-arguments): Make it permanent-local.
14284 (occur-mode): Don't call font-lock-defontify.
14285
f01da43f
CY
142862011-09-19 Chong Yidong <cyd@stupidchicken.com>
14287
14288 * net/ldap.el (ldap-search-internal): Don't push empty search
14289 result (Bug#9508).
14290
b6072fa6
SM
142912011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14292
14293 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
14294
443d6696
MA
142952011-09-19 Michael Albinus <michael.albinus@gmx.de>
14296
14297 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
14298 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
14299
7cc6e154
JL
143002011-09-18 Juri Linkov <juri@jurta.org>
14301
14302 * buff-menu.el (Buffer-menu-mode-map):
14303 * dired.el (dired-mode-map):
14304 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
14305 (lisp-interaction-mode-map):
14306 * emacs-lisp/package.el (package-menu-mode-map):
14307 * epa.el (epa-key-list-mode-map):
14308 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
14309 (menu-bar-options-menu):
14310 * outline.el (outline-mode-menu-bar-map):
14311 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
14312 * vc/vc-dir.el (vc-dir-menu-map):
14313 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
14314 Capitalize non-function content words in menu item strings.
14315
14316 * dired.el (dired-mode-map): Add menu item for
14317 `image-dired-dired-toggle-marked-thumbs'.
14318
80302a81
JL
143192011-09-18 Juri Linkov <juri@jurta.org>
14320
14321 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
14322 to `isearch-case-fold-search' and restore its original value
14323 after the `isearch-mode' call.
14324
46c5cf66
JL
143252011-09-18 Juri Linkov <juri@jurta.org>
14326
14327 * progmodes/grep.el (grep-process-setup): Don't check code for 1
14328 because `zgrep' returns 1 for successful matches (bug#9226).
14329
d18b513b
JL
143302011-09-18 Juri Linkov <juri@jurta.org>
14331
14332 * info.el (Info-extract-menu-node-name): Check the second match
14333 for empty string (second test-case of bug#9528).
14334 (Info-last-preorder): Let-bind `Info-history' to nil to not add
14335 intermediate nodes to the history (first test-case of bug#9528).
14336
72753f87
JL
143372011-09-18 Juri Linkov <juri@jurta.org>
14338
14339 * info.el (Info-mode-syntax-table): New variable.
1154d12e 14340 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 14341
c9384295
JL
143422011-09-18 Juri Linkov <juri@jurta.org>
14343
1154d12e
JB
14344 * info.el (Info-file-supports-index-cookies):
14345 Increment line-beginning-position's arg from 3 to 4 because makeinfo
14346 outputs one more line for long file names (bug#4142).
c9384295 14347
d473dce8
CY
143482011-09-18 Chong Yidong <cyd@stupidchicken.com>
14349
14350 * newcomment.el (comment-normalize-vars): If prompting for
14351 comment-start, set comment-start-skip too (Bug#8424).
14352
2176854d
JB
143532011-09-18 Johan Bockgård <bojohan@gnu.org>
14354
14355 * icomplete.el: Fix previous fix of Bug#5849.
14356 (icomplete-mode): Don't set completion-show-inline-help.
14357 (icomplete-minibuffer-setup): Set completion-show-inline-help
14358 locally during icompletion.
14359
3aace4e4
CY
143602011-09-18 Chong Yidong <cyd@stupidchicken.com>
14361
c940224f
CY
14362 * woman.el (woman2-process-escapes): Don't delete unrecognized
14363 escapes (Bug#7843).
14364
3aace4e4
CY
14365 * files.el (inhibit-first-line-modes-regexps): Add image files.
14366 (hack-local-variables-prop-line): Return nil for malformed
14367 prop-lines (Bug#9044).
14368
710dec63
MA
143692011-09-18 Michael Albinus <michael.albinus@gmx.de>
14370
14371 * net/tramp.el (top): Don't require 'shell.
14372 (tramp-methods): Fix docstring.
14373 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
14374 Return complete remote file name. Handle "smb" case.
14375 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
14376 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
14377
14378 * net/tramp-compat.el (top): Require 'shell.
14379
14380 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
14381 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
14382 `tramp-current-host'.
14383 (tramp-get-remote-tmpdir): Remove.
14384
14385 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
14386 `tramp-tmpdir' entries.
14387 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
14388 (tramp-smb-handle-file-attributes): Ignore errors.
14389 (tramp-smb-wait-for-output): Check also for process end.
14390
5d5ac8ec
LMI
143912011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
14392
14393 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
14394 when sending QUIT (bug#9312).
14395
8c0f49f0
CY
143962011-09-17 Chong Yidong <cyd@stupidchicken.com>
14397
14398 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
14399 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
14400 occur-mode-display-occurrence.
14401 (occur-edit-mode): Add usage message.
14402 (occur-cease-edit): New command.
14403 (occur-after-change-function): Use text properties to find the
14404 position of the prefix text.
14405 (occur-engine): Set stickiness of prefix text properties.
14406
8f1383f7
GM
144072011-09-17 Glenn Morris <rgm@gnu.org>
14408
14409 * progmodes/etags.el (complete-tag):
14410 Fix call to completion-in-region. (Bug#9526)
14411
744ba0e3
JL
144122011-09-17 Juri Linkov <juri@jurta.org>
14413
14414 * textmodes/ispell.el (ispell-word): Add to the error message
14415 the word, ispell program name and current dictionary (bug#9121).
14416 (ispell-tex-arg-end): Capitalize "error" in the error message.
14417
d9bbf400
AS
144182011-09-17 Andreas Schwab <schwab@linux-m68k.org>
14419
14420 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
14421 check. (Bug#4251)
14422
8da11505
JL
144232011-09-17 Juri Linkov <juri@jurta.org>
14424
14425 * window.el (window-safe-min-height, window-safe-min-width):
14426 Fix typos (followup to bug#9522).
14427
a91adc7e
SJ
144282011-09-17 Sven Joachim <svenjoac@gmx.de>
14429
14430 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
14431
064f328a
EZ
144322011-09-16 Eli Zaretskii <eliz@gnu.org>
14433
14434 * simple.el (line-move): If goal-column is set, move by logical
14435 lines, not by display lines. (Bug#971)
14436 (next-line, previous-line, goal-column, line-move-visual): Doc fix
14437 to reflect the above change.
14438
e69df516
SM
144392011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
14440
14441 * image.el (imagemagick-register-types): Use regexp-opt.
14442
cbb0f9ab
CY
144432011-09-15 Chong Yidong <cyd@stupidchicken.com>
14444
14445 * window.el (display-buffer-base-action): Rename from
14446 display-buffer-default-action. Make default value empty.
14447 (display-buffer-overriding-action): Convert to defvar.
14448 (display-buffer-fallback-action): New var.
14449
25322144
CY
144502011-09-15 Chong Yidong <cyd@stupidchicken.com>
14451
14452 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
14453 declaration.
14454 (package--add-to-archive-contents): If there is a duplicate entry
14455 with an older version, remove it.
14456 (package-menu-mark-delete, package-menu-mark-install)
14457 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
14458 (package-menu-mark-obsolete-for-deletion):
14459 Use package-menu-get-status instead of a regexp search.
25322144
CY
14460 (package-menu-get-status): Use tabulated-list-entry.
14461 (package-menu-mark-upgrades): New command.
d770725a 14462 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
14463 (package-menu-execute): Do installation before deletion.
14464 (package-menu-refresh, package-menu-execute): Use derived-mode-p
14465 instead of checking major-mode.
14466 (package-menu--find-upgrades): New function.
14467
7520339c
LMI
144682011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
14469
14470 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
14471 passwords in the log buffer.
65a046c4
LMI
14472 (smtpmail-process-filter): Update the process marker so that the
14473 "broken by peer" status message is inserted in the right place.
7520339c 14474
d3c30954
SM
144752011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
14476
3fe48822
SM
14477 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
14478 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
14479 bibtex-completion-at-point-function.
14480 (bibtex-completion-at-point-function): Use them.
14481
1b8b3954
SM
14482 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
14483
d3c30954
SM
14484 * mpc.el (mpc-constraints-tag-lookup): New function.
14485 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
14486 also to browser "album|playlist".
14487
72779976
JL
144882011-09-14 Juri Linkov <juri@jurta.org>
14489
14490 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
14491 (isearch-edit-string): Use length of `isearch-string' when
14492 `isearch-fail-pos' returns nil.
14493 (isearch-message): Remove duplicate code and call
14494 `isearch-fail-pos' with arg `t'.
14495
a0bf2bcd
CY
144962011-09-14 Chong Yidong <cyd@stupidchicken.com>
14497
17bb0a2d
CY
14498 * replace.el (occur-mode-goto-occurrence): Don't force using other
14499 window (Bug#9499).
14500
a0bf2bcd
CY
14501 * dired-aux.el (dired-do-chmod): Don't provide initial input.
14502
f678e0b6
MR
145032011-09-14 Martin Rudalics <rudalics@gmx.at>
14504
14505 * window.el (display-buffer-window): Remove.
14506 (display-buffer-record-window): Use help-setup window parameter
14507 instead of variable display-buffer-window.
14508 (display-buffer-function, special-display-buffer-names)
14509 (special-display-function): Mention help-setup parameter instead
14510 of display-buffer-window in doc-string.
d3c30954
SM
14511 * help.el (help-window-setup): New argument help-window.
14512 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
14513 Reword some messages.
14514 (with-help-window): Pass window used for displaying the buffer
14515 to help-window-setup. Don't set display-buffer-window.
14516
8e39b2e8
GM
145172011-09-13 Glenn Morris <rgm@gnu.org>
14518
14519 * emacs-lisp/debug.el (debugger-make-xrefs):
14520 Preserve point. (Bug#9462)
14521
85e9c04b
CY
145222011-09-13 Chong Yidong <cyd@stupidchicken.com>
14523
14524 * window.el (window-deletable-p): Use next-frame.
14525
1b36ed6a
MR
145262011-09-13 Martin Rudalics <rudalics@gmx.at>
14527
14528 * window.el (window-auto-delete): Remove.
14529 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 14530 dedication and previous buffers.
1b36ed6a
MR
14531 (switch-to-prev-buffer): Don't delete window.
14532 (delete-windows-on): Delete a window's frame if and only if the
14533 window is dedicated.
14534 (replace-buffer-in-windows): Delete buffer's window or frame if
14535 and only if window is dedicated.
14536 (quit-window): Handle quit-restore as before last change.
4d61f28d 14537 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 14538
ef8ef9fb
CY
145392011-09-13 Chong Yidong <cyd@stupidchicken.com>
14540
14541 * window.el (window-deletable-p): Never delete the last frame on a
14542 given terminal.
14543
b2cba41e
GM
145442011-09-13 Glenn Morris <rgm@gnu.org>
14545
14546 * help.el (describe-key-briefly): Copy previous standard-output change.
14547
51553db6 145482011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
14549
14550 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
14551
b7556719
GM
145522011-09-13 Glenn Morris <rgm@gnu.org>
14553
14554 * emacs-lisp/lisp-mode.el (lisp-indent-function):
14555 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
14556
64b51947
CY
145572011-09-12 Chong Yidong <cyd@stupidchicken.com>
14558
14559 * dired-aux.el (dired-mark-read-string): Don't return default
14560 value on empty input (Bug#9361).
14561 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
14562 Omit initial minibuffer contents.
14563 (dired-do-chmod): Signal an error on empty input.
14564 (dired-mark-read-string): Don't return default on empty input.
14565
14566 * files.el (file-modes-symbolic-to-number): Doc fix.
14567
393a301e
SM
145682011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14569
14570 * international/mule-cmds.el (ucs-completions): Remove.
14571 (read-char-by-name): Use complete-with-action instead; add metadata.
14572
fa5660f9
CY
145732011-09-11 Chong Yidong <cyd@stupidchicken.com>
14574
14575 * window.el (display-buffer--action-function-custom-type)
14576 (display-buffer--action-custom-type): New vars.
14577 (display-buffer-alist, display-buffer-default-action)
14578 (display-buffer-overriding-action): Add defcustom types.
14579
4a592f66
CY
14580 * frame.el (delete-other-frames): Doc fix (Bug#276).
14581
73d56dbd
LMI
145822011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14583
14584 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
14585
37ac18a3
CY
145862011-09-11 Chong Yidong <cyd@stupidchicken.com>
14587
14588 Change modes that used same-window-* vars to use switch-to-buffer.
14589
14590 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
14591 Use switch-to-buffer.
14592
14593 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
14594 (customize-browse, custom-buffer-create-other-window):
14595 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
14596
14597 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
14598 (Info-prev, Info-up, Info-speedbar-goto-node)
14599 (info-display-manual): Use switch-to-buffer.
14600 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
14601
14602 * mail/sendmail.el (mail): Use switch-to-buffer.
14603 (mail-recover): Use switch-to-buffer-other-window.
14604
14605 * cmuscheme.el (run-scheme, switch-to-scheme):
14606 * ielm.el (ielm):
14607 * shell.el (shell):
14608 * net/rlogin.el (rlogin):
14609 * net/telnet.el (telnet, rsh):
14610 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
14611
10195bd6
AS
146122011-09-11 Andreas Schwab <schwab@linux-m68k.org>
14613
14614 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
14615
b322f63a
LMI
146162011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14617
39d7fed6
LMI
14618 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
14619 so don't mention it (bug#9301).
ba5a81f1 14620 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 14621
ee0e9f11
LMI
14622 * faces.el (face-spec-set-match-display): Make `(type graphic)'
14623 match `x', `w32' and `ns', like the manual says (bug#9029).
14624
0b1c89c1 14625 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
14626 (process-kill-buffer-query-function): Mention the buffer name in
14627 the query.
0b1c89c1 14628
77549ea8
LMI
14629 * image-mode.el (image-next-line): The line parameter is mandatory
14630 (bug#9258).
14631
803ef892
LMI
14632 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
14633 which can be useful (bug#9301).
14634
12980837
LMI
14635 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
14636
91054f8f
LMI
14637 * subr.el (match-string): Mention that the current buffer should
14638 be the same as the search was done in (bug#9282).
14639
b322f63a
LMI
14640 * facemenu.el: Disable the remove-* commands if the mark isn't
14641 active (bug#9162).
14642
3199b96f
CY
146432011-09-10 Chong Yidong <cyd@stupidchicken.com>
14644
14645 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
14646 of display-buffer.
14647 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
14648
14649 * replace.el (occur-mode-goto-occurrence)
14650 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
14651 and display-buffer.
14652
14653 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
14654 display-buffer.
14655
14656 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
14657 special-display and same-window variables.
14658 (mail-other-window): Use switch-to-buffer-other-window.
14659 (mail-other-frame): USe switch-to-buffer-other-frame.
14660
393a301e
SM
14661 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
14662 Use display-buffer-other-frame.
3199b96f
CY
14663 (gdb-display-gdb-buffer): Use pop-to-buffer.
14664
14665 * progmodes/gud.el (gud-goto-info): Use info-other-window.
14666
14667 * progmodes/python.el: Don't set same-window-buffer-names.
14668
14669 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
14670
14671 * window.el (display-buffer-alist): Add *Python*.
14672
8319e0bf
CY
146732011-09-10 Chong Yidong <cyd@stupidchicken.com>
14674
14675 * window.el (display-buffer-alist): Add entry for buffers
14676 previously handled same-window-*.
14677 (display-buffer-alist, display-buffer-default-action)
14678 (display-buffer-overriding-action): Mark as risky.
14679 (display-buffer-alist): Document action function changes.
14680 (display-buffer--same-window-action)
14681 (display-buffer--other-frame-action): New variables.
14682 (switch-to-buffer, display-buffer-other-frame): Use them.
14683 (display-buffer): Rename reuse-frame entry to reusable-frames.
14684 (display-buffer-reuse-selected-window): Function deleted.
14685 (display-buffer-reuse-window): Handle reusable-frames alist entry.
14686 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
14687 (display-buffer-special): New function.
14688 (display-buffer--maybe-pop-up-frame-or-window): Rename from
14689 display-buffer-reuse-or-pop-window. Split off special-display
14690 part into display-buffer-special.
14691 (display-buffer-use-some-window): Don't perform any special
14692 pop-up-frames handling.
14693 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 14694 (display-buffer--maybe-same-window): Rename from
0d3ff375 14695 display-buffer-maybe-same-window.
8319e0bf 14696
919a69aa
CY
14697 * info.el: Don't set same-window-regexps.
14698 (info-setup): New function.
14699 (info-other-window, info): Call it.
14700
14701 * cus-edit.el: Don't set same-window-regexps.
14702 (customize-group): New argument.
14703 (customize-group-other-window): Use it.
14704 (customize-face, customize-face-other-window): Likewise.
14705 (custom-buffer-create-other-window): Use pop-to-buffer directly.
14706
8319e0bf
CY
14707 * net/rlogin.el:
14708 * net/telnet.el:
14709 * progmodes/gud.el: Don't set same-window-regexps.
14710
14711 * cmuscheme.el:
14712 * ielm.el:
14713 * shell.el:
14714 * mail/sendmail.el:
14715 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
14716
25173000
JL
147172011-09-10 Juri Linkov <juri@jurta.org>
14718
14719 * isearch.el (isearch-edit-string): Remove obsolete mention of
14720 `C-w' (`isearch-yank-word-or-char') from docstring.
14721 (isearch-query-replace): Fix typo in docstring (bug#9466).
14722
056e44ef
JL
147232011-09-10 Juri Linkov <juri@jurta.org>
14724
14725 * paren.el (show-paren-function): Don't show escaped parens.
14726 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
14727
c3760c17
EZ
147282011-09-10 Eli Zaretskii <eliz@gnu.org>
14729
14730 * mail/sendmail.el (mml-to-mime, mml-attach-file)
14731 (mm-default-file-encoding): Remove autoload forms, they are
14732 replaced with autoload cookies in mml.el and mm-encode.el.
14733 (mail-add-attachment): New command.
14734 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
14735 (mail-mode): Mention mail-insert-file and mail-add-attachment in
14736 the doc string.
14737 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
14738
fece895e
RT
147392011-09-10 Reuben Thomas <rrt@sc3d.org>
14740
e69df516
SM
14741 * simple.el (count-words-region): Use buffer if there's no region
14742 (bug#9429).
fece895e 14743
5e68ce4a
JL
147442011-09-09 Juri Linkov <juri@jurta.org>
14745
14746 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
14747 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
14748 (wdired-isearch-filter-read-only): New function. (Bug#6362)
14749
0a6b9622
AM
147502011-09-09 Alan Mackenzie <acm@muc.de>
14751
14752 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
14753 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
14754
14a29deb
EZ
147552011-09-09 Eli Zaretskii <eliz@gnu.org>
14756
14757 Fix for Savannah bug#9392.
14758 * simple.el (mail-encode-mml): New defvar.
14759
14760 * mail/rmail.el (mail-encode-mml): Add a defvar.
14761 (rmail-enable-mime-composing): Default to t.
14762 (rmail-forward): Use MIME method of forwarding only if both
14763 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
14764 Set mail-encode-mml non-nil if the MIME method was used.
14765
14766 * mail/sendmail.el (mml-to-mime): Add autoload form.
14767 (mail-encode-mml): Add a defvar.
14768 (mail-mode): Make mail-encode-mml buffer-local and initialize it
14769 to nil.
14770 (mail-send): If mail-encode-mml is non-nil, run the outgoing
14771 message through mml-to-mime, and reset mail-encode-mml to nil.
14772
28c45130
GM
147732011-09-09 Glenn Morris <rgm@gnu.org>
14774
14775 * woman.el (woman-if-body): When processing an .el block,
14776 do not delete the next .el block as well. (Bug#9447)
69f4b618 14777 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 14778
9b1c252e
MR
147792011-09-08 Martin Rudalics <rudalics@gmx.at>
14780
14781 * window.el (window-deletable-p): Make sure window is live before
14782 invoking window-prev-buffers.
14783
567457e3
LL
147842011-09-08 Leo Liu <sdl.web@gmail.com>
14785
14786 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
14787
97f05794
JL
147882011-09-08 Juri Linkov <juri@jurta.org>
14789
14790 * progmodes/compile.el (compilation-environment): Make it
14791 a defcustom (bug#8340).
14792
8b0874b5
MR
147932011-09-08 Martin Rudalics <rudalics@gmx.at>
14794
14795 * window.el (frame-auto-delete): Rename to window-auto-delete.
14796 Make it control auto-deletion of windows and/or frames.
14797 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 14798 for deleting window/frame. (Bug#9419)
8b0874b5
MR
14799 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
14800 Rewrite handling of case when window/frame can be deleted.
14801 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 14802 argument t. (Bug#9456)
8b0874b5 14803
4feb6e73
CY
148042011-09-07 Chong Yidong <cyd@stupidchicken.com>
14805
14806 * help-mode.el (help-mode): Restore autoload.
14807
91ab9c13
JL
148082011-09-07 Juri Linkov <juri@jurta.org>
14809
14810 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
14811 `compilation-environment'. Set buffer-local
14812 `compilation-environment' to `thisenv' later after (funcall mode).
14813 (Bug#8340)
14814
14815 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
14816 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
14817 instead of replacing its value. (Bug#8340)
14818
0527e251
JL
148192011-09-07 Juri Linkov <juri@jurta.org>
14820
14821 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
14822 based on text properties put by `grep-filter' instead of matching
14823 escape sequences.
14824 (grep-mode): Set buffer-local `compilation-error-screen-columns'
14825 to the value of `grep-error-screen-columns' (bug#9438).
14826
249f792c
JL
148272011-09-07 Juri Linkov <juri@jurta.org>
14828
14829 * simple.el (next-error-highlight, next-error-highlight-no-select):
14830 Doc fix (bug#9432).
14831
ff7271b9
OT
148322011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
14833
14834 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
14835 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
14836
183fc730
LL
148372011-09-07 Leo Liu <sdl.web@gmail.com>
14838
14839 * net/rcirc.el (rcirc-mode): Conditionally initialize
14840 rcirc-input-ring.
14841
77694924
SM
148422011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
14843
14844 * emacs-lisp/find-func.el (find-function-C-source): Only set
14845 find-function-C-source-directory after checking that we found a source
14846 file there (bug#9440).
14847
d809b8eb
AM
148482011-09-06 Alan Mackenzie <acm@muc.de>
14849
14850 * isearch.el (isearch-other-meta-char): Wherever a key list is
14851 unread, "unread" the prefix arg, too. This fixes bug #8901.
14852
453de99f
OG
148532011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
14854
14855 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
14856
90439906
JL
148572011-09-05 Juri Linkov <juri@jurta.org>
14858
14859 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
14860
f62bd846
JL
148612011-09-05 Juri Linkov <juri@jurta.org>
14862
14863 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
14864 keeping point where processing of grep matches begins, and
14865 continue to delete remaining escape sequences from the same point.
14866 (grep-filter): Make leading zero optional in "0?1;31m" because
14867 git-grep emits "\033[1;31m" escape sequences unlike expected
14868 "\033[01;31m" as GNU Grep does (bug#9408).
14869 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
14870
045820ec
JL
148712011-09-05 Juri Linkov <juri@jurta.org>
14872
14873 * subr.el (y-or-n-p): Capitalize "yes".
14874
f5e29b9b
MA
148752011-09-04 Michael Albinus <michael.albinus@gmx.de>
14876
14877 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
14878 `tramp-cache-unload-hook' where appropriate.
14879 (tramp-methods): Rename `tramp-remote-sh' to
14880 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
14881 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
14882
14883 * net/tramp-sh.el (top): Don't require 'shell.
14884 (tramp-methods): Add `tramp-remote-shell' and
14885 `tramp-remote-shell-args' entries.
14886 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
14887 (tramp-sh-handle-shell-command): Remove.
14888 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14889 Use `tramp-remote-shell'.
14890
2784c434
CY
148912011-09-03 Chong Yidong <cyd@stupidchicken.com>
14892
393a301e 14893 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
14894 (sendmail-query-once): Save directly to send-mail-function.
14895 Update message-send-mail-function too.
14896
14897 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
14898
464cdf56
CS
148992011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
14900
14901 * progmodes/python.el (python-mode-map): Use correct function to
14902 start python interpreter from menu-bar (as reported by Geert
14903 Kloosterman).
14904 (inferior-python-mode-map): Fix typo.
393a301e 14905 (python-shell-map): Remove.
464cdf56 14906
d37e5c87
DD
149072011-09-03 Deniz Dogan <deniz@dogan.se>
14908
14909 * net/rcirc.el (rcirc-print): Simplify code for
14910 rcirc-scroll-show-maximum-output. There is no need to walk
14911 through all windows to find the right one.
14912
f3ada0ee
CS
149132011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
14914
14915 * help.el (help-return-method): Doc fix.
14916
1f3c99ca
MR
149172011-09-03 Martin Rudalics <rudalics@gmx.at>
14918
14919 * window.el (window-deletable-p): Don't return a non-nil value
14920 when there's a buffer that was shown in the window before.
14921 (Bug#9419)
393a301e
SM
14922 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
14923 Set window's previous buffers to nil.
1f3c99ca 14924
a3cf097f
EZ
149252011-09-03 Eli Zaretskii <eliz@gnu.org>
14926
14927 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
14928 newline before and after the tag line, so it doesn't interfere
14929 with determining the paragraph direction of bidirectional text.
14930
3d03de90
LL
149312011-09-03 Leo Liu <sdl.web@gmail.com>
14932
14933 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
14934
c3313451
CY
149352011-09-02 Chong Yidong <cyd@stupidchicken.com>
14936
393a301e 14937 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
14938 (pop-to-buffer): Change interactive spec. Pass second argument
14939 directly to display-buffer.
14940 (display-buffer): Fix interactive spec. Use functionp to
14941 distinguish between a function and a list of functions.
14942
14943 * abbrev.el (edit-abbrevs):
14944 * arc-mode.el (archive-extract):
14945 * autoinsert.el (auto-insert):
14946 * bookmark.el (bookmark-bmenu-list):
14947 * files.el (find-file):
14948 * view.el (view-buffer):
14949 * progmodes/compile.el (compilation-goto-locus):
14950 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
14951
89894cd8
CY
149522011-09-02 Chong Yidong <cyd@stupidchicken.com>
14953
14954 * window.el (display-buffer-alist): Doc fix.
14955 (display-buffer): Add docstring. Don't treat
14956 display-buffer-default specially.
14957 (display-buffer-reuse-selected-window)
14958 (display-buffer-same-window, display-buffer-maybe-same-window)
14959 (display-buffer-reuse-window, display-buffer-pop-up-frame)
14960 (display-buffer-pop-up-window)
14961 (display-buffer-reuse-or-pop-window)
14962 (display-buffer-use-some-window): New functions.
14963 (display-buffer-default-action): Use them.
393a301e 14964 (display-buffer-default): Delete.
89894cd8
CY
14965 (pop-to-buffer-1): Fix choice of actions.
14966
ae0bc9fb
SM
149672011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
14968
14969 * minibuffer.el (completion--insert-strings): Don't get confused by
14970 completion entries that end with an LF char.
14971
e9d90883
EZ
149722011-09-01 Eli Zaretskii <eliz@gnu.org>
14973
14974 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
14975
437014c8
CY
149762011-09-01 Chong Yidong <cyd@stupidchicken.com>
14977
14978 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
14979 (display-buffer-same-window, display-buffer-other-window):
14980 New functions.
437014c8
CY
14981 (pop-to-buffer-1): New function. Use the above.
14982 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 14983 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
14984
14985 * view.el (view-buffer-other-window, view-buffer-other-frame):
14986 Just use pop-to-buffer.
14987
a5e063d5
TV
149882011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14989
14990 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
14991
793d32bb
WH
149922011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
14993
14994 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
14995
d65e4c15
RS
149962011-08-31 Richard Stallman <rms@gnu.org>
14997
14998 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
14999 of the separation of rmail-view-buffer from rmail-buffer.
15000 If you say no to "replace original", the decrypt is in the
15001 view buffer. If you say yes, the decrypt goes into the
15002 rmail buffer also.
15003
f818cd2a
MR
150042011-08-31 Martin Rudalics <rudalics@gmx.at>
15005
15006 * window.el (display-buffer-window): Rewrite doc-string.
15007 (display-buffer-record-window): New function.
15008 (display-buffer-macro-specifiers)
15009 (display-buffer-even-window-sizes, display-buffer-set-height)
15010 (display-buffer-set-width, display-buffer-in-window)
15011 (display-buffer-reuse-window, display-buffer-split-specifiers)
15012 (display-buffer-side-specifiers, display-buffer-split-window-1)
15013 (display-buffer-split-window, display-buffer-split-atom-window)
15014 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
15015 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
15016 (display-buffer-other-window-means-other-frame)
15017 (display-buffer-normalize-special)
15018 (display-buffer-normalize-default)
15019 (display-buffer-normalize-argument)
15020 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
15021 (display-buffer-normalize-specifiers, display-buffer-frame)
15022 (display-buffer-same-window, display-buffer-same-frame)
15023 (display-buffer-other-window)
15024 (display-buffer-same-frame-other-window)
15025 (display-buffer-other-frame, pop-to-buffer-same-window)
15026 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
15027 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
15028 (switch-to-buffer-same-frame)
15029 (switch-to-buffer-other-window-same-frame)
15030 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
15031 (display-buffer-alist-set-1, display-buffer-alist-set-2)
15032 (display-buffer-alist-set): Remove.
15033 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
15034 (special-display-regexps, special-display-function):
15035 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
15036 parameter.
15037 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
15038 (special-display-frame-alist, special-display-popup-frame)
15039 (same-window-buffer-names, same-window-regexps, same-window-p)
15040 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
15041 (split-window-preferred-function, split-height-threshold)
15042 (split-width-threshold, window-splittable-p)
15043 (split-window-sensibly, window--try-to-split-window)
15044 (window--frame-usable-p, even-window-heights)
15045 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
15046 (window--display-buffer-2, display-buffer-other-frame):
15047 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
15048 (display-buffer-default, display-buffer-assq-regexp): New functions.
15049 (display-buffer-alist): Rewrite doc-string.
15050 (display-buffer-default-action)
15051 (display-buffer-overriding-action): New variables.
15052 (display-buffer, switch-to-buffer): Rewrite.
15053 (pop-to-buffer): Restore Emacs 23 behavior but use
15054 window-normalize-buffer-to-display.
15055 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
15056 Restore Emacs 23 behavior but use
15057 window-normalize-buffer-to-switch-to.
15058 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
15059 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
15060 Rewrite using Emacs 23 options.
f818cd2a 15061
5bc3b51d
MA
150622011-08-31 Michael Albinus <michael.albinus@gmx.de>
15063
15064 * net/tramp.el (tramp-root-regexp): Remove.
15065 (tramp-completion-file-name-regexp-unified)
15066 (tramp-completion-file-name-regexp-separate)
15067 (tramp-completion-file-name-regexp-url): Don't use leading volume
b46a6a83 15068 letter on w32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
15069 (tramp-drop-volume-letter): Simplify definition.
15070 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 15071
b1a4f8e1
SM
150722011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
15073
15074 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
15075 (bug#9356).
15076
5664fa7b
RT
150772011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
15078
b1a4f8e1 15079 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 15080
9a45d6c3
JL
150812011-08-29 Juri Linkov <juri@jurta.org>
15082
15083 * isearch.el (isearch-done): Don't display message "Mark saved"
15084 when arg `edit' is non-nil to prevent its flicker in the echo area.
15085
fb87e0fb
CY
150862011-08-28 Chong Yidong <cyd@stupidchicken.com>
15087
15088 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
15089 obsolete packages for deletion.
15090
09ac1c2a
CS
150912011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
15092
15093 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 15094 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
15095 view-mode from help-mode.
15096 (help-xref-override-view-map): Remove.
15097 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
15098 view-mode is not used anymore.
15099
7a1ff57f
CY
151002011-08-28 Chong Yidong <cyd@stupidchicken.com>
15101
15102 * server.el (server-port): Doc fix.
15103
b9696605
CY
15104 * cus-theme.el (custom-theme-choose-mode): Inherit from
15105 special-mode (Bug#9124).
15106 (custom-theme-choose-mode-map): Add special-mode to parent.
15107
ef8cdf8c
AM
151082011-08-28 Alan Mackenzie <acm@muc.de>
15109
15110 * progmodes/cc-fonts.el
15111 (c-make-font-lock-BO-decl-search-function): New function.
15112 (c-basic-matchers-after - "Fontify the clauses after various
15113 keywords"): Extract the three keyword lists for the 3 erroneous
15114 constructs from the list of four, and use the new function above
15115 in place of an old one.
15116
27de4e20
DD
151172011-08-28 Deniz Dogan <deniz@dogan.se>
15118
15119 * net/rcirc.el (rcirc-insert-prev-input)
15120 (rcirc-insert-next-input): Remove unused argument.
15121
356a3681
SM
151222011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
15123
15124 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
15125
3fc9b218
AM
151262011-08-27 Alan Mackenzie <acm@muc.de>
15127
15128 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
15129 handle function pointer parameters properly.
15130
538a061c
MR
151312011-08-27 Martin Rudalics <rudalics@gmx.at>
15132
15133 * window.el (display-buffer-reuse-window): Fix case where
15134 selected window was reused with non-nil OTHER-WINDOW argument.
15135 (Bug#9381)
15136
35b1c40c
DD
151372011-08-27 Deniz Dogan <deniz@dogan.se>
15138
15139 * net/rcirc.el (rcirc-check-auth-status): Adding support for
15140 oftc's NickServ messages.
15141
2f6a3e79
GM
151422011-08-27 Glenn Morris <rgm@gnu.org>
15143
15144 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
15145
7254299e
CY
151462011-08-26 Chong Yidong <cyd@stupidchicken.com>
15147
15148 * emacs-lisp/package.el (package-install): Call package-initialize
15149 if called interactively.
15150
f8ccf167
LL
151512011-08-26 Leo Liu <sdl.web@gmail.com>
15152
15153 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
15154
3e8cd5ce
JL
151552011-08-25 Juri Linkov <juri@jurta.org>
15156
15157 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
15158 `search-whitespace-regexp' (bug#9364).
15159
93eb7113
JL
151602011-08-25 Juri Linkov <juri@jurta.org>
15161
15162 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
15163 `regexp-search-ring' to their global values to protect from
15164 updating by `read-from-minibuffer' (bug#9185).
15165
f65d1611
JL
151662011-08-25 Juri Linkov <juri@jurta.org>
15167
15168 * textmodes/ispell.el (ispell-command-loop): Add newline
15169 at the end of the "Use option `i'..." line.
15170
f1cf7a31
JL
151712011-08-25 Juri Linkov <juri@jurta.org>
15172
15173 * battery.el (display-battery-mode): If `battery-status-function'
15174 or `battery-mode-line-format' is nil, display the message and set
15175 `display-battery-mode' to nil (bug#9363).
15176
0c95fcf7
EZ
151772011-08-25 Eli Zaretskii <eliz@gnu.org>
15178
15179 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
15180 bidi-string-mark-left-to-right; they are unnecessary now.
15181
a2ebe600
DD
151822011-08-25 Deniz Dogan <deniz@dogan.se>
15183
15184 * net/quickurl.el: Documentation typo fixes.
15185
e4ed06f1
CY
151862011-08-25 Chong Yidong <cyd@stupidchicken.com>
15187
15188 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
15189
e5f1c99e
GM
151902011-08-25 Glenn Morris <rgm@gnu.org>
15191
b2948976
GM
15192 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
15193
e5f1c99e
GM
15194 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
15195 (smtpmail-via-smtp): Handle nil response from smtp.
15196
f22f4808
JL
151972011-08-24 Juri Linkov <juri@jurta.org>
15198
15199 * proced.el (proced-marked): Inherit from `error' instead of
15200 `font-lock-warning-face'.
15201
15202 * ibuffer.el (ibuffer-marked-face): Change default face from
15203 `font-lock-warning-face' to `warning'.
15204 (ibuffer-deletion-face): Change default face from
15205 `font-lock-type-face' to `error'.
15206
15207 * battery.el (battery-update): Use the face `error' instead of
15208 `font-lock-warning-face' (bug#6117).
15209
6a93965e
JL
152102011-08-24 Juri Linkov <juri@jurta.org>
15211
15212 * faces.el (success): Change face color from "Green3" to
15213 "ForestGreen" on light background (bug#9353).
15214
1ed43b09
CY
152152011-08-24 Chong Yidong <cyd@stupidchicken.com>
15216
5664fa7b
RT
15217 * window.el (quit-window): Rename from quit-restore-window.
15218 Use same arglist as old quit-window.
1ed43b09
CY
15219 (frame-auto-delete): Doc fix.
15220
15221 * view.el (view-mode-exit): Use quit-window.
15222
11dcdbb2
JL
152232011-08-24 Juri Linkov <juri@jurta.org>
15224
15225 * isearch.el (isearch-ring-adjust1): Start visiting previous
15226 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
15227 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
15228 for empty search string (when the last search string is reused
15229 automatically) to adjust the isearch ring to the last element and
15230 prepare the correct index for further M-p commands (bug#9185).
15231
de62b4df
KH
152322011-08-24 Kenichi Handa <handa@m17n.org>
15233
15234 * international/ucs-normalize.el: If decomposition property of
15235 CHAR is the default one (i.e. a list of CHAR itself), treat it as
15236 nil.
15237 (nfd, nfkd): Likewise.
15238
963b492b
SM
152392011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
15240
15241 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
15242 from process filters aren't reliably transmitted to the surrounding
15243 accept-process-output.
15244 (mpc-proc-check): New function.
15245 (mpc-proc-sync): Use it (bug#8293)
15246
93b6b5e1
SM
152472011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
15248
15249 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
15250 Add compatibility functions (bug#9313).
15251
bca633fb
EZ
152522011-08-23 Eli Zaretskii <eliz@gnu.org>
15253
b177498a
EZ
15254 * cus-start.el (all): Add entry for bidi-paragraph-direction.
15255
6df6ae42 15256 * international/uni-bidi.el: Regenerate.
bca633fb 15257
0902a04e
KH
152582011-08-23 Kenichi Handa <handa@m17n.org>
15259
15260 * international/charprop.el:
15261 * international/uni-bidi.el:
15262 * international/uni-category.el:
15263 * international/uni-combining.el:
15264 * international/uni-comment.el:
15265 * international/uni-decimal.el:
15266 * international/uni-decomposition.el:
15267 * international/uni-digit.el:
15268 * international/uni-lowercase.el:
15269 * international/uni-mirrored.el:
15270 * international/uni-name.el:
15271 * international/uni-numeric.el:
15272 * international/uni-old-name.el:
15273 * international/uni-titlecase.el:
15274 * international/uni-uppercase.el: Regenerate.
15275
3bbf23bc
MR
152762011-08-23 Martin Rudalics <rudalics@gmx.at>
15277
15278 * help.el (help-window-setup): Fix message displayed when other
15279 window is reused. (Bug#9341)
15280
b3fd59bd
SM
152812011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
15282
1802e444
SM
15283 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
15284 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
15285
b3fd59bd
SM
15286 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
15287 Mark obsolete.
15288 * shell.el (shell-parse-pcomplete-arguments): New function.
15289 (shell-completion-vars): Use it instead (bug#9160).
15290
4eb61348
SM
152912011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
15292
867cab74
SM
15293 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
15294 strings and comments (bug#9333).
15295
4eb61348
SM
15296 * emacs-lisp/debug.el (debug-arglist): New function.
15297 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
15298 (debug-on-entry-1): Handle interpreted closures (bug#9120).
15299
262a1439
JL
153002011-08-22 Juri Linkov <juri@jurta.org>
15301
56ee679c
JL
15302 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15303 Revert regexp that highlights output switches to its old
15304 pre-2010-10-28 value and remove one `?' from it (bug#9319).
15305
262a1439
JL
15306 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
15307 to check for empty output (bug#9226).
15308
f13f86fb
CY
153092011-08-22 Chong Yidong <cyd@stupidchicken.com>
15310
15311 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
15312 symbol-constituent as the default, as that stops font-lock from
15313 working properly (Bug#8843).
15314
c65c9622
LMI
153152011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15316
15317 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
15318 `coding-system-for-*' around the process open call to avoid
15319 auth-source side effects.
e7f2c178 15320 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
15321 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
15322 probe hangs.
c65c9622 15323
23a8a5ab
CY
153242011-08-21 Chong Yidong <cyd@stupidchicken.com>
15325
ff98b2dd
CY
15326 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
15327
23a8a5ab
CY
15328 * emacs-lisp/find-func.el (find-function-noselect): New arg
15329 lisp-only.
15330
15331 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
15332 signal an error for built-in functions (Bug#6664).
15333
f5e3c598
LMI
153342011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15335
15336 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
15337 (smtpmail-try-auth-methods): Use it.
15338
a3f2468a
CY
153392011-08-21 Chong Yidong <cyd@stupidchicken.com>
15340
2c34e8da
CY
15341 * font-lock.el (font-lock-fontify-region)
15342 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
15343 (font-lock-default-unfontify-buffer)
15344 (font-lock-default-fontify-region)
15345 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
15346
b3fd59bd
SM
15347 * progmodes/compile.el (compilation-error-properties):
15348 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
15349 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
15350 `ant' regexp.
ee31aabc 15351
a3f2468a
CY
15352 * net/browse-url.el (browse-url-firefox): Don't call
15353 browse-url-firefox-sentinel unless using -remote (Bug#9328).
15354
8e999f70
GM
153552011-08-20 Glenn Morris <rgm@gnu.org>
15356
c21a496a
GM
15357 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
15358
59ee0542
GM
15359 * tutorial.el (tutorial--default-keys): Update some default bindings.
15360
8e999f70
GM
15361 * files.el (hack-local-variables): Fully ignore case for "mode:".
15362
e3715033
AM
153632011-08-20 Alan Mackenzie <acm@muc.de>
15364
15365 Resolve invalid use of a regexp in regexp-opt.
15366
4d61f28d
JB
15367 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
15368 detection for a java annotation.
e3715033 15369
4d61f28d 15370 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
15371 detection for a java annotation.
15372
4d61f28d
JB
15373 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
15374 handling for java.
e3715033
AM
15375 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
15376
04ed2e9c
CY
153772011-08-20 Chong Yidong <cyd@stupidchicken.com>
15378
15379 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
15380 (Bug#9274).
15381
826cee64
AM
153822011-08-20 Alan Mackenzie <acm@muc.de>
15383
58179cce 15384 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
15385 such a construct. Mainly for when jit-lock etc. starts a chunk
15386 here.
15387
58179cce 15388 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 15389 variable.
58179cce 15390 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
15391 c-make-font-lock-search-function.
15392 (c-make-font-lock-search-function): Use the above function.
15393 (c-make-font-lock-context-search-function): New function.
15394 (c-cpp-matchers): Enhance the preprocessor expression case with
15395 the above function
15396 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
15397 which takes an expression.
15398
15399 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
15400
13009bd8
MR
154012011-08-20 Martin Rudalics <rudalics@gmx.at>
15402
15403 * window.el (display-buffer-reuse-window)
15404 (display-buffer-pop-up-window): Don't reuse or split a side
15405 window.
15406
9234ff7f
GM
154072011-08-19 Glenn Morris <rgm@gnu.org>
15408
15409 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 15410 Downcase "Mode:". (Bug#9331)
9234ff7f 15411
f635daa1
CY
154122011-08-18 Chong Yidong <cyd@stupidchicken.com>
15413
15414 * international/characters.el: Add L and R categories.
15415
15416 * subr.el (bidi-string-mark-left-to-right): Rename from
15417 string-mark-left-to-right. Use category search.
15418
15419 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
15420
bc987f8b
JL
154212011-08-18 Juri Linkov <juri@jurta.org>
15422
15423 * faces.el (error, warning, success): New faces with definitions
15424 copied from old default values of `font-lock-warning-face',
15425 `compilation-warning', `compilation-info' (bug#6117).
15426
15427 * font-lock.el (font-lock-warning-face): Inherit from `error'.
15428
15429 * progmodes/compile.el (compilation-error): Inherit from `error'.
15430 (compilation-warning): Inherit from `warning'.
15431 (compilation-info): Inherit from `success'.
15432
15433 * dired.el (dired-marked): Inherit from `warning'.
15434 (dired-flagged): Inherit from `error'.
15435
57173b96
LMI
154362011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15437
3e79eb87
LMI
15438 * mail/smtpmail.el (auth-source): Require to avoid problems with
15439 binding variables (bug#9298). Also clean up some unused
15440 autoloads.
15441
b3fd59bd
SM
15442 * net/network-stream.el (network-stream-open-starttls):
15443 Support using starttls.el without using gnutls-cli.
57173b96 15444
02b404de
JL
154452011-08-17 Juri Linkov <juri@jurta.org>
15446
15447 * progmodes/grep.el (rgrep): Handle the case when
15448 `grep-find-command' is a cons cell (bug#9278).
15449
8c9177f2
MR
154502011-08-17 Martin Rudalics <rudalics@gmx.at>
15451
15452 * window.el (display-buffer-pop-up-frame): Run frame creation
15453 function with BUFFER current (as special-display-popup-frame
15454 does). Reported by Drew Adams.
15455
3644a0ab
DU
154562011-08-17 Daiki Ueno <ueno@unixuser.org>
15457
15458 * epa-mail.el: Simplify GnuPG group expansion using
15459 epg-expand-group.
15460 (epa-mail-group-alist, epa-mail-group-modtime)
15461 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
15462 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
15463 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
15464 Remove.
15465
5e617bc2 154662011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
15467
15468 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
15469
9c4aeabf
AM
154702011-08-16 Alan Mackenzie <acm@muc.de>
15471
15472 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
15473 Correct, to avoid the inside of macros.
15474
3a99bf64
RS
154752011-08-16 Richard Stallman <rms@gnu.org>
15476
04963aa8
RS
15477 * epa-mail.el: Handle GnuPG group definitions.
15478 (epa-mail-group-alist, epa-mail-group-modtime)
15479 (epa-mail-gnupg-conf-file): New variables.
15480 (epa-mail-parse-groups, epa-mail-sync-groups)
15481 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
15482 (epa-mail-expand-recipients): New functions.
15483 (epa-mail-encrypt): Call epa-mail-expand-recipients.
15484
177549d0
RS
15485 * mail/rmail.el (rmail-epa-decrypt): New command.
15486
fe38beef
RS
15487 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
15488 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
15489 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
15490 (epa-decrypt-armor-in-region): Make error message clearer.
15491
934eacb9
SM
154922011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
15493
15494 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
15495 and "a2b" to "ab" for `prefix'.
15496
d024fb4e
CY
154972011-08-14 Chong Yidong <cyd@stupidchicken.com>
15498
15499 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
15500 filter groups.
de148fee
CY
15501 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
15502 Fourquet (Bug#8804).
d024fb4e 15503
62f1ca49
JB
155042011-08-12 Juanma Barranquero <lekktu@gmail.com>
15505
15506 * startup.el (argi): Declare as global variable (bug#9275).
15507
9ccaaa4b
CY
155082011-08-12 Chong Yidong <cyd@stupidchicken.com>
15509
15510 * subr.el (string-mark-left-to-right): Search the entire string
15511 for RTL script, not just the terminating character. Doc fix.
15512
a3dae87a
SM
155132011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
15514
6cd18349
SM
15515 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
15516 New function.
15517 (js--regexp-literal, js-syntax-propertize-function): Remove.
15518 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
15519 (js-mode-map): Don't rebind electric keys.
15520 (js-insert-and-indent): Remove.
15521 (js-mode): Setup electric-layout and electric-indent instead.
15522
a3dae87a
SM
15523 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
15524
9d5cb631
DU
155252011-08-12 Daiki Ueno <ueno@unixuser.org>
15526
15527 * epa.el (epa-progress-callback-function): Fix the logic of
15528 displaying progress.
15529 * epa-file.el (epa-file-insert-file-contents): Make progress
15530 display more user-friendly.
15531 (epa-file-write-region): Ditto.
15532
3e26a4a2
CY
155332011-08-10 Chong Yidong <cyd@stupidchicken.com>
15534
15535 * subr.el (string-mark-left-to-right): New function.
15536
15537 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
15538 Use string-mark-left-to-right.
15539 (list-buffers-noselect): Caller changed.
15540
a3dae87a
SM
15541 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
15542 Use string-mark-left-to-right.
3e26a4a2
CY
15543 (tabulated-list-print): Recenter after moving point.
15544
ac8cf6e6
JL
155452011-08-10 Juri Linkov <juri@jurta.org>
15546
15547 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
15548 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
15549 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
15550
8d96c9a4
CY
155512011-08-09 Chong Yidong <cyd@stupidchicken.com>
15552
15553 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
15554 (Bug#7554).
15555
7be1c708 155562011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
15557
15558 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
15559 character. (Bug#6594)
15560
37e11a63
CY
155612011-08-08 Chong Yidong <cyd@stupidchicken.com>
15562
839dde57
CY
15563 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
15564 (image-dired--with-db-file): New macro.
15565 (image-dired-write-tags, image-dired-remove-tag)
15566 (image-dired-create-gallery-lists, image-dired-write-comments)
15567 (image-dired-get-comment, image-dired-mark-tagged-files)
15568 (image-dired-list-tags, image-dired-gallery-generate): Use it.
15569 (image-dired-gallery-generate): Use insert-file-contents.
15570
37e11a63
CY
15571 * time.el (display-time-world-list, display-time-world-display):
15572 * time-stamp.el (time-stamp-string):
15573 * vc/add-log.el (add-change-log-entry): Use setenv instead of
15574 set-time-zone-rule (Bug#7337).
15575
0b4946c4
DU
155762011-08-08 Daiki Ueno <ueno@unixuser.org>
15577
15578 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
15579 (epg-error-to-string, epg-errors-to-string): New function.
15580 (epg-wait-for-completion): Reverse errors list.
15581 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
15582 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
15583 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
15584 (epg-sign-keys, epg-generate-key-from-file)
15585 (epg-generate-key-from-string): Format errors by using
15586 epg-errors-to-string (bug#9255).
15587 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
15588
75bfc667
JL
155892011-08-07 Juri Linkov <juri@jurta.org>
15590
15591 * faces.el (list-faces-display): Remove extra angle bracket
15592 from `help-mode-map'.
15593
15594 * info.el (Info-history-toc-nodes): Doc fix.
15595
15596 * longlines.el (longlines-mode): Doc fix.
15597
673e08bb
SM
155982011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
15599
4640dd88
SM
15600 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
15601 of statements and in a few more cases (bug#9183).
15602
673e08bb
SM
15603 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
15604 New functions.
15605 (cl-transform-lambda): Use them (bug#9239).
15606
89b3f019
MR
156072011-08-05 Martin Rudalics <rudalics@gmx.at>
15608
15609 * window.el (display-buffer-same-window)
15610 (display-buffer-same-frame, display-buffer-other-window)
15611 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
15612 (pop-to-buffer-other-window)
15613 (pop-to-buffer-same-frame-other-window)
15614 (pop-to-buffer-other-frame): Make them defuns.
15615 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
15616
640c8776
SM
156172011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
15618
15619 * subr.el (make-composed-keymap): Move from C. Change calling
15620 convention, and improve docstring to bring attention to a subtle point.
15621 * minibuffer.el (completing-read-default): Adjust accordingly.
15622
63648a95
MA
156232011-08-03 Michael Albinus <michael.albinus@gmx.de>
15624
15625 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
15626 (tramp-open-shell): Use `tramp-shell-quote-argument'.
15627
15628 * net/trampver.el: Update release number.
15629
b796c9b7
SM
156302011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
15631
15632 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
15633 "in" (bug#9190).
15634
2239d7d5
LMI
156352011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
15636
e07dd7c3
LMI
15637 * mail/sendmail.el (sendmail-query-once): Restore the current
15638 buffer after querying (bug#9074).
15639
0e6a2bd7
LMI
15640 * dired.el (dired-flagged): Use different faces for marked and
15641 flagged files (bug#6117).
15642
ce887515
LMI
15643 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
15644 (bug#4433).
15645
92f2affc
LMI
15646 * ido.el (ido-mode): Switch off the message if called
15647 non-interactively.
15648
57d5aff0
LMI
15649 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
15650 before 587, since it appears that that's more likely to work for
15651 more people.
15652
98cd6c18 15653 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 15654 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
15655 exist.
15656
b96dec83
LMI
15657 * info.el: Remove the `Info-beginning-of-buffer' function
15658 (bug#8325).
15659
b796c9b7
SM
15660 * net/network-stream.el (network-stream-open-starttls):
15661 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 15662
d90e2ea0
MR
156632011-08-01 Martin Rudalics <rudalics@gmx.at>
15664
15665 * window.el (display-buffer-in-window): Don't set dedicated status
15666 of window here (Bug#9215).
15667 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
15668 (display-buffer-pop-up-side-window)
b796c9b7 15669 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 15670
cca09170
SM
156712011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
15672
15673 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
15674 before binding generated-autoload-file.
15675
027b979c
DD
156762011-08-01 Deniz Dogan <deniz@dogan.se>
15677
15678 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
15679
3c7ee4f3
MA
156802011-07-30 Michael Albinus <michael.albinus@gmx.de>
15681
15682 Sync with Tramp 2.2.2.
15683
15684 * net/trampver.el: Update release number.
15685
2cc8e51a
JL
156862011-07-30 Juri Linkov <juri@jurta.org>
15687
15688 * dired-aux.el (dired-touch-initial): Remove function.
15689 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
15690 current time, and `default' to the last modification time of the
15691 current marked file (bug#6887).
15692
a514d856
JM
156932011-07-28 Jose E. Marchesi <jemarch@gnu.org>
15694
15695 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 15696 numeric argument to read-number (bug#9163).
a514d856 15697
8a7eddd7
MA
156982011-07-27 Michael Albinus <michael.albinus@gmx.de>
15699
15700 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
15701 connection process, it could be nil.
15702
1ddd96f5
LL
157032011-07-27 Leo Liu <sdl.web@gmail.com>
15704
15705 Simplify url handling in rcirc-mode.
15706
15707 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
15708 (rcirc-browse-url-at-mouse): Remove.
15709 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
15710
b248a85d
AM
157112011-07-26 Alan Mackenzie <acm@muc.de>
15712
15713 Fontify bitfield declarations properly.
15714
15715 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
15716 (c-symbol-chars): Now exported as a lang variable.
15717 (c-not-primitive-type-keywords): New lang variable.
15718
15719 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
15720 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 15721 parsed as a bitfield declaration.
b248a85d 15722
b796c9b7
SM
15723 * progmodes/cc-engine.el (c-beginning-of-statement-1):
15724 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
15725 (c-punctuation-in): New function.
15726 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
15727 declarations properly.
15728
68575ab0
UJ
157292011-07-26 Ulf Jasper <ulf.jasper@web.de>
15730
15731 * calendar/icalendar.el (icalendar--all-events): Take care of
15732 multiple vcalendars in a single file.
b796c9b7 15733 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 15734
0f0a88b9
DD
157352011-07-25 Deniz Dogan <deniz@dogan.se>
15736
15737 * image.el (insert-image): Clarifying docstring.
15738
0b3f36df
MA
157392011-07-24 Michael Albinus <michael.albinus@gmx.de>
15740
15741 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
15742 `tramp-send-command-and-check' if there is no error.
15743 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
15744
a9901f61
AM
157452011-07-22 Alan Mackenzie <acm@muc.de>
15746
15747 Prevent cc-langs.elc being loaded at run time.
15748
15749 * progmodes/cc-mode.el: Remove two autoload forms which loaded
15750 cc-langs.
15751
4d61f28d 15752 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
15753 "(require 'cc-langs)". Quote a form so it will evaluate at
15754 (cc-mode's) compilation time.
15755
11d074b2
MA
157562011-07-22 Michael Albinus <michael.albinus@gmx.de>
15757
15758 * net/tramp.el (tramp-file-name-handler): Avoid recursive
15759 loading. (Bug#9114)
15760
938b94c8
MR
157612011-07-21 Martin Rudalics <rudalics@gmx.at>
15762
15763 * window.el (display-buffer-pop-up-window)
15764 (display-buffer-pop-up-side-window)
15765 (display-buffer-in-side-window): Call display-buffer-set-height
15766 and display-buffer-set-width after setting the new window's
b796c9b7 15767 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 15768
bfa4f190
SS
157692011-07-20 Sam Steingold <sds@gnu.org>
15770
15771 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
15772 (etags-tags-included-tables): Call `convert-standard-filename' on
15773 the file names contained in TAGS so that windows Emacs can handle
15774 TAGS files created by cygwin ctags.
15775
8ca42262
LMI
157762011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
15777
15778 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
15779 which apparently didn't work.
15780
5db2afd2 157812011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 15782
5db2afd2
RW
15783 * proced.el (proced-send-signal): For *Marked Processes* buffer
15784 put point at beginning of buffer.
15785
92e15d10
SB
157862011-07-19 Stephen Berman <stephen.berman@gmx.net>
15787
15788 * proced.el (proced-format): Make header lines align with the text
15789 (bug#1779).
15790
1bfd59e5
LMI
157912011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
15792
15793 * view.el (view-buffer): Allow running in `special' modes if we're
15794 visiting a file (bug#8615).
15795
f5aae37c
MR
157962011-07-19 Martin Rudalics <rudalics@gmx.at>
15797
15798 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
15799 (display-buffer-alist-set-1, display-buffer-alist-set-2):
15800 New functions.
f5aae37c
MR
15801 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
15802 more accurately.
15803
bf2c1571
AM
158042011-07-18 Alan Mackenzie <acm@muc.de>
15805
15806 Fontify declarators properly when, e.g., a jit-lock chunk begins
15807 inside a declaration.
15808
15809 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
15810
b796c9b7
SM
15811 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
15812 New function.
bf2c1571
AM
15813 (c-complex-decl-matchers): Insert reference to
15814 c-font-lock-enclosing-decls.
15815
15816 * progmodes/cc-engine.el (c-backward-single-comment):
15817 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
15818 to nil around calls to (forward-comment -1).
15819
4e190b80
LMI
158202011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15821
12dc863d
LMI
15822 * image.el (put-image): Doc typo fix.
15823
a762e966
LMI
15824 * progmodes/etags.el (tags-search): Doc typo fix.
15825
4e190b80
LMI
15826 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
15827 password if we get errors 550 to 554.
15828
f019fb21
LMI
158292011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15830
b796c9b7 15831 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 15832
81746738
LMI
15833 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
15834 indentation character (bug#6380).
15835
3ee3a1b5
LMI
15836 * files.el (buffer-offer-save): Made permanently local (bug#6241).
15837
c82f64de
LMI
15838 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
15839 to clarify what the problem is (bug#4291).
15840
f019fb21
LMI
15841 * simple.el (current-kill): Clarify what
15842 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
15843 (auto-fill-mode): Document `auto-fill-function' in relation to
15844 `auto-fill-mode' (bug#2470).
f019fb21 15845
0794775d
LM
158462011-07-16 Lawrence Mitchell <wence@gmx.li>
15847
15848 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
15849 method if slot is read-only (bug#9035).
15850
be39b8cc
MR
158512011-07-16 Martin Rudalics <rudalics@gmx.at>
15852
b796c9b7 15853 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 15854 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
15855 selected before, see discussion of (Bug#8615), (Bug#6954).
15856 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 15857
6ccf7859
GM
158582011-07-15 Glenn Morris <rgm@gnu.org>
15859
15860 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 15861 Respect help-form.
6ccf7859 15862
87e86684
LM
158632011-07-09 Lawrence Mitchell <wence@gmx.li>
15864
15865 * net/gnutls.el (gnutls-min-prime-bits): New variable.
15866 (gnutls-negotiate): Use it.
15867
d6066239
LMI
158682011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
15869
b796c9b7
SM
15870 * net/gnutls.el (gnutls-negotiate):
15871 Upcase `gnutls-algorithm-priority'.
d6066239 15872
bd23ebc0
GM
158732011-07-15 Glenn Morris <rgm@gnu.org>
15874
c65bca65
GM
15875 * jka-compr.el (jka-compr-verbose): Move from here...
15876 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
15877 Add missing :version tag.
15878 * info.el: No need to require jka-compr when compiling.
bd23ebc0 15879
478615cc
LMI
158802011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
15881
7b41decb
LMI
15882 * net/gnutls.el (gnutls-algorithm-priority): New variable.
15883 (gnutls-negotiate): Use it.
15884
dbc44fcd
LMI
15885 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
15886
06789f97
LMI
15887 * info.el (Info-beginning-of-buffer): New command.
15888 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
15889 announcing `b' as the key (bug#8325).
ab896c37 15890 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 15891
c39da690
LMI
15892 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
15893
3aa5f34b
LMI
15894 * international/mule-cmds.el
15895 (describe-specified-language-support): Make the error message
15896 clearer (bug#8905).
15897
4bf0979f
LMI
15898 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
15899
478615cc
LMI
15900 * isearch.el (isearch-barrier): Add a doc string, since it's
15901 mentioned in a function doc string (bug#8678).
15902
75c68aa1
MR
159032011-07-15 Martin Rudalics <rudalics@gmx.at>
15904
15905 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
15906 buffer argument (Bug#9083) and self-identifying label argument.
15907
a7c33da2
GM
159082011-07-15 Glenn Morris <rgm@gnu.org>
15909
15910 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
15911
2f5c6024
LMI
159122011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15913
15914 * man.el (Man-fontify-manpage): Fix message when formatting the
15915 man page (bug#7929).
15916
0bb23927 159172011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
15918
15919 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
15920 argument LRM; if non-nil, append an invisible LRM character to the
15921 buffer name.
15922 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
15923 last argument non-nil, when formatting buffer names.
0bb23927
EZ
15924 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
15925 paragraph direction.
cce4b0a7 15926
621ef9ab
LMI
159272011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15928
d1583c48
LMI
15929 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
15930 the man page name (bug#7929).
15931
6a57fb5f
LMI
15932 * image.el (put-image): Mention the `put-image' overlay property
15933 (bug#7834).
15934
d7956b14
LMI
15935 * scroll-bar.el (set-scroll-bar-mode): Mention that
15936 `scroll-bar-mode' lists the values (bug#7772).
15937
5b2d4a66
LMI
15938 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
15939 command (bug#7729).
15940
7509a874
LMI
15941 * rect.el (apply-on-rectangle): Return the point after the last
15942 operation.
15943 (string-rectangle): Go to the point after the last operation
15944 (bug#7522).
15945
4fe74b19
LMI
15946 * printing.el (pr-toggle-region): Clarify the documentation
15947 slightly (bug#7493).
15948
b796c9b7
SM
15949 * time.el (display-time-update):
15950 Allow `display-time-mail-function' to return nil (bug#7158).
15951 Fix suggested by Detlev Zundel.
ab283561 15952
fc233c9d
LMI
15953 * vc/diff.el (diff): Clarify the order the file names are read
15954 (bug#7111).
15955
43f5740b
LMI
15956 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
15957 the doc string (bug#7015).
15958
f2182a76
LMI
15959 * font-lock.el (font-lock-maximum-decoration): Mention what
15960 numeric levels mean (bug#6935).
15961
621ef9ab
LMI
15962 * startup.el (initial-buffer-choice): Don't mention the `none'
15963 selection, which is against policy.
15964
adc47434
MR
159652011-07-14 Martin Rudalics <rudalics@gmx.at>
15966
b796c9b7
SM
15967 * window.el (display-buffer-normalize-special):
15968 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 15969
7e5bfb8f
EZ
159702011-07-14 Eli Zaretskii <eliz@gnu.org>
15971
15972 * subr.el (version<, version<=, version=): Mention "-CVS" and
15973 "-12345" alpha version numbers.
15974
27fa387a
CY
159752011-07-14 Chong Yidong <cyd@stupidchicken.com>
15976
15977 * bindings.el: Add advertised binding for set-mark-command
15978 (Bug#5772).
15979
8bdfa064
CY
159802011-07-14 Chong Yidong <cyd@stupidchicken.com>
15981
15982 * bindings.el (mode-line-other-buffer):
15983 * bookmark.el (bookmark-bmenu-2-window):
15984 * bs.el (bs-cycle-next, bs-cycle-previous):
15985 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
15986 switch-to-buffer.
15987
15988 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 15989 Delete.
8bdfa064 15990
5eba16a3
JB
159912011-07-14 Juanma Barranquero <lekktu@gmail.com>
15992
15993 * follow.el (follow-debug-message, follow-redisplay):
15994 * jka-cmpr-hook.el (with-auto-compression-mode):
15995 Fix typos in docstrings.
15996
15853710
LMI
159972011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15998
a28e4607
LMI
15999 * subr.el (with-silent-modifications): Clarify somewhat what the
16000 macro inhibits (bug#6525).
16001
15853710
LMI
16002 * simple.el (eval-expression): Note what it does if called
16003 interactively (bug#6495).
16004
bee0fcef
CY
160052011-07-13 Chong Yidong <cyd@stupidchicken.com>
16006
b796c9b7
SM
16007 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
16008 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
16009
16010 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16011 Remove switch-to-buffer.
16012
58274504
LMI
160132011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16014
bd2fcc8d
LMI
16015 * files.el (make-directory): Clarify that an error will be raised
16016 if there's an error (bug#6397).
16017
0f04b32c
LMI
16018 * startup.el (initial-buffer-choice): Add `none' as a choice
16019 (bug#6234).
16020
465c5fc8
LMI
16021 * subr.el (add-hook): Clarify section about buffer-local hooks
16022 (bug#6218).
16023
58274504
LMI
16024 * dired.el (dired-flagged): Clarify doc string (bug#6117).
16025
bead9a43
JB
160262011-07-13 Juanma Barranquero <lekktu@gmail.com>
16027
16028 * tabify.el (untabify): Preserve the current column so that point
16029 doesn't move (bug#6032).
16030
3af98a7b
LMI
160312011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16032
b796c9b7
SM
16033 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
16034 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 16035
6240145a
GM
160362011-07-13 Glenn Morris <rgm@gnu.org>
16037
16038 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
16039 (dired-insert-directory): Give a message the first time
16040 if ls is found not to support --dired.
16041
1d8c2ccc
LMI
160422011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16043
16044 * simple.el (toggle-truncate-lines): Clarify what is toggled
16045 (bug#5580). Text by Drew Adams.
16046
5fc4038e
CY
160472011-07-13 Chong Yidong <cyd@stupidchicken.com>
16048
16049 * simple.el (blink-matching-open): Make the error message from the
16050 last change less verbose.
16051
bf6012e5
DN
160522011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
16053
16054 * font-lock.el (font-lock-comment-face): Use the high contrast
16055 "yellow" color for font-lock-comment-face on low color terminals
16056 using a dark background color (bug#4221).
16057
343c3b5a
LMI
160582011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16059
7e9505c5
LMI
16060 * dired.el (dired-insert-set-properties): Make the doc string
16061 reflect what it does now (bug#5325).
16062
c26fdcf5
LMI
16063 * simple.el (blink-matching-open): Say that we were unable to find
16064 the match within the limit, if we're limited (bug#5122).
16065
bb388cc5
LMI
16066 * international/mule-cmds.el (prefer-coding-system): Add an
16067 example (bug#4869).
16068
343c3b5a
LMI
16069 * progmodes/etags.el (tags-search): Document `file-list-form'
16070 (bug#4731).
16071
2a517d45
LM
160722011-07-13 Lawrence Mitchell <wence@gmx.li>
16073
16074 * net/browse-url.el (browse-url-default-browser)
16075 (browse-url-browser-function): Make the default browser choice a
16076 bit more logical (bug#4300). Also clean up the doc string.
16077
b6c78ef2
JB
160782011-07-13 Juanma Barranquero <lekktu@gmail.com>
16079
16080 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
16081 binary endings (bug#4440).
16082
1c4dd947
LMI
160832011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16084
a2014063
LMI
16085 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
16086 which can be pretty annoying (bug#8971).
16087
9c9c2d88
LMI
16088 * jka-compr.el (jka-compr-verbose): New variable, and use
16089 throughout (bug#8971).
16090
1c4dd947
LMI
16091 * info.el (Info-find-file): Fall back on the installation
16092 directory if we can't find the info node anywhere else.
16093
a1c9f41b
SO
160942011-07-13 Sergei Organov <osv@javad.com> (tiny change)
16095
16096 * vc/vc.el (vc-revert-file):
16097 Don't set file time-stamp in the past. (Bug#5181)
16098
536f3d36
LMI
160992011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16100
7152b011
LMI
16101 * files.el (after-find-file): Give a better error message when
16102 trying to find a symlink that points to a file that doesn't exist
16103 (bug#4398).
16104
536f3d36
LMI
16105 * progmodes/cc-vars.el: Remove (probably) misleading comment
16106 (bug#4396).
16107
460c0fba
JB
161082011-07-12 Johan Bockgård <bojohan@gnu.org>
16109
16110 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
16111
7a6bda45
CY
161122011-07-12 Chong Yidong <cyd@stupidchicken.com>
16113
16114 * mouse-sel.el: Hack restoring functionality, while keeping
16115 compatibility with 2010-07-03 changes to mouse selection.
16116 (mouse-sel-primary-overlay): New var.
16117 (mouse-sel-selection-alist): Use it.
16118 (mouse-sel-mode): Doc fix; remove points that are default features
16119 of mouse.el.
16120
c79598ef
JB
161212011-07-12 Johan Bockgård <bojohan@gnu.org>
16122
16123 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16124 Fix previous fix (bug#2490).
16125
ff8be6ef
RW
161262011-07-12 Roland Winkler <winkler@gnu.org>
16127
b796c9b7
SM
16128 * textmodes/bibtex.el (bibtex-initialize):
16129 Use pop-to-buffer-same-window.
ff8be6ef
RW
16130 (bibtex-search-entries): Fix interactive call.
16131
296ba3ee
LMI
161322011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16133
f5242a02 16134 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
16135 Fontise bytecomp Error lines more correctly (bug#2490).
16136 Fix suggested by Johan Bockgård.
f5242a02 16137
296ba3ee
LMI
16138 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
16139
16140 * dired-x.el (dired-guess-default): Use `delete-dups'.
16141
f69fd0d2
CY
161422011-07-12 Chong Yidong <cyd@stupidchicken.com>
16143
16144 * dired.el (dired-mark-prompt):
16145 * dired-aux.el (dired-read-shell-command): Doc fix.
16146
eab5dc07
LMI
161472011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16148
b796c9b7
SM
16149 * mail/sendmail.el (sendmail-query-once):
16150 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
16151 emacs -Q.
16152
16153 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
16154
eab5dc07
LMI
16155 * cus-edit.el (custom-file): Take an optional no-error variable.
16156 (customize-save-variable): Set the variable, and give a warning if
16157 running under "emacs -q".
16158
a1e65d42
JB
161592011-07-11 Juanma Barranquero <lekktu@gmail.com>
16160
16161 * loadhist.el (unload-feature-special-hooks):
16162 Add `auto-coding-functions', `fill-nobreak-predicate' and
16163 `find-directory-functions' (bug#5327).
16164
1d52da10
LMI
161652011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16166
be958f1d
LMI
16167 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
16168
5bedb26c
LMI
16169 * cus-edit.el (custom-guess-name-alist): -alist variables should
16170 use the `alist' type (bug#3120). Suggested by Drew Adams.
16171
1d52da10
LMI
16172 * printing.el: Add documentation to all the `pr-toggle-' commands.
16173
cd394be1 161742011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
16175
16176 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
16177 backends where it makes sense (bug#2623).
16178
dcc88d8a
LMI
161792011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16180
c3de9feb
LMI
16181 * dired-x.el (dired-guess-default): Remove duplicate shell command
16182 entries (bug#2028).
8a93078b 16183 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 16184 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 16185
dcc88d8a
LMI
16186 * subr.el (remove-duplicates): New conveniency function.
16187
505e3645
LMI
161882011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
16189
16190 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
16191 (bug#1526).
16192
161932011-07-10 Martin Rudalics <rudalics@gmx.at>
16194
16195 * window.el (display-buffer-normalize-default): Don't invert
16196 meaning of even-window-heights. Reported by Eli Zaretskii
16197 <eliz@gnu.org>.
16198
455e4fa1
BR
161992011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
16200
16201 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
16202
8e0bc3e9
CY
162032011-07-10 Chong Yidong <cyd@stupidchicken.com>
16204
16205 * window.el (display-buffer): Fix arguments to
16206 display-buffer-reuse-window in last change.
16207
fa7c3228
CY
16208 * faces.el (link): Use a less saturated blue on light backgrounds.
16209
16210 * startup.el (fancy-startup-text, fancy-about-text)
16211 (fancy-startup-tail): Use font-lock faces, for background safety.
16212
c0a7f300
BN
162132011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
16214
b796c9b7
SM
16215 * emulation/viper-cmd.el (viper-change-state-to-vi):
16216 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 16217
4dc2a129
MR
162182011-07-09 Martin Rudalics <rudalics@gmx.at>
16219
16220 * window.el (display-buffer-default-specifiers): Remove.
16221 (display-buffer-macro-specifiers): Remove default specifiers.
16222 (display-buffer-alist): Default to nil.
b796c9b7 16223 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
16224 (display-buffer-pop-up-window): Allow splitting internal
16225 windows. Check whether a live window was created.
16226 (display-buffer-other-window-means-other-frame)
16227 (display-buffer-normalize-arguments): Rename to
16228 display-buffer-normalize-argument and rewrite. Set the
16229 other-window specifier.
16230 (display-buffer-normalize-special): New function.
16231 (display-buffer-normalize-options): Rename to
16232 display-buffer-normalize-default and rewrite.
16233 (display-buffer-normalize-options-inhibit): Remove.
16234 (display-buffer-normalize-specifiers): Rewrite.
16235 (display-buffer): Process other-window specifier and call
16236 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
16237 more faithfully.
b796c9b7 16238 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 16239 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
16240 (display-buffer-in-window, display-buffer-alist-set):
16241 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
16242 <tassilo@member.fsf.org>.
16243
2d43b8c9
LL
162442011-07-09 Leo Liu <sdl.web@gmail.com>
16245
16246 * register.el (insert-register): Restore accidental change on
16247 2011-06-26. (Bug#9028)
16248
7f9b7c53
GM
162492011-07-09 Glenn Morris <rgm@gnu.org>
16250
16251 * subr.el (remq): Handle the empty list. (Bug#9024)
16252
f042cfd8
AS
162532011-07-08 Andreas Schwab <schwab@linux-m68k.org>
16254
16255 * mail/sendmail.el (send-mail-function): No longer delay custom
16256 initialization.
16257 * custom.el (custom-initialize-delay): Doc fix.
16258
856b2f11
SM
162592011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
16260
16261 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
16262
afae1d68
MA
162632011-07-08 Michael Albinus <michael.albinus@gmx.de>
16264
16265 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
16266 human-friendly prompt.
16267
0757af94
SM
162682011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
16269
16270 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
16271 provided by a particular plugin.
16272
d760b731
LMI
162732011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
16274
16275 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
16276 save customizations (with "emacs -Q"), just set the variable
16277 instead of erroring out.
16278
16279 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
16280
cd79ce90
JL
162812011-07-08 Juri Linkov <juri@jurta.org>
16282
16283 * arc-mode.el (archive-zip-expunge, archive-zip-update)
16284 (archive-zip-update-case): Use 7z if found by `executable-find'.
16285 The order of searching the available programs is the same as in
16286 `archive-zip-extract' (bug#8968).
16287
14cc04aa
CY
162882011-07-07 Chong Yidong <cyd@stupidchicken.com>
16289
16290 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
16291 (menu-bar-options-menu): Tweak descriptions.
16292
0a1848ec
LMI
162932011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16294
16295 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
16296 menu items into verb phrases (bug#1421). Also refill to fit under
16297 80 columns.
16298
f5bd0689
CY
162992011-07-07 Chong Yidong <cyd@stupidchicken.com>
16300
538e85c6
CY
16301 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
16302 (Info-read-node-name): Doc fix (Bug#1084).
16303
f5bd0689
CY
16304 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
16305 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
16306 (end-of-sexp, beginning-of-sexp)
16307 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
16308 (forward-symbol, forward-same-syntax, word-at-point)
16309 (sentence-at-point): Doc fix (Bug#1144).
16310
56ec5115
LMI
163112011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16312
f3f8e37f
LMI
16313 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
16314 should cover it (bug#1281).
16315
0757af94 16316 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 16317
e9fce1ac 16318 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
16319 negotiation fails, then possibly try again with a non-encrypted
16320 connection (bug#9017).
16321
56ec5115
LMI
16322 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
16323 be used.
16324
c2f9aec8
RS
163252011-07-07 Richard Stallman <rms@gnu.org>
16326
16327 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
16328 property, and handle its changed format.
16329 Look for the correct line number.
16330 Use file's line contents (but not past first =) to find
16331 correct line in message.
16332
ef7b981d 163332011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
16334
16335 * international/characters.el (build-unicode-category-table):
16336 Delete it.
0757af94 16337 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 16338
0757af94 16339 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
16340 to src/chartab.c.
16341 (get-char-code-property): Call unicode-property-table-internal to
16342 load a file. Call get-unicode-property-internal where necessary.
16343 (put-char-code-property): Call unicode-property-table-internal to
16344 load a file. Call put-unicode-property-internal where necessary.
16345 put-unicode-property-internal where necessary.
0757af94
SM
16346 (char-code-property-description):
16347 Call unicode-property-table-internal to load a file.
c805dec0
KH
16348
16349 * international/charprop.el:
16350 * international/uni-bidi.el:
16351 * international/uni-category.el:
16352 * international/uni-combining.el:
16353 * international/uni-comment.el:
16354 * international/uni-decimal.el:
16355 * international/uni-decomposition.el:
16356 * international/uni-digit.el:
16357 * international/uni-lowercase.el:
16358 * international/uni-mirrored.el:
16359 * international/uni-name.el:
16360 * international/uni-numeric.el:
16361 * international/uni-old-name.el:
16362 * international/uni-titlecase.el:
16363 * international/uni-uppercase.el: Regenerate.
16364
16365 * loadup.el: Load international/charprop.el before
16366 international/characters.
16367
e14b388a
CY
163682011-07-07 Chong Yidong <cyd@stupidchicken.com>
16369
16370 * window.el (next-buffer, previous-buffer): Signal an error if
16371 called from a minibuffer window.
16372
16373 * bindings.el: Revert 2011-07-04 change.
16374
354cf0ba
RS
163752011-07-06 Richard Stallman <rms@gnu.org>
16376
16377 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
16378 (rmail-mime-insert-bulk, rmail-mime-insert-text):
16379 Treat markers like ints.
16380 (rmail-mime-entity): Doc fix.
16381
a48868a7
LMI
163822011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16383
4906cd3d
LMI
16384 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
16385 defcustom again for backwards compatibility.
16386
e0457abe
LMI
16387 * simple.el (shell-command-on-region): Fill.
16388
d67f7e1f
LMI
16389 * dired-aux.el (dired-kill-line): Add a doc string.
16390
fe204702
LMI
16391 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
16392 to "\\sw\\|\\s_" (bug#358).
16393
a48868a7
LMI
16394 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
16395 (dired-unmark-backward): Ditto.
16396 (dired-flag-backup-files): Ditto.
16397
16398 * dired-x.el (dired-mark-sexp): Ditto.
16399
aa8a705c
RS
164002011-07-06 Richard Stallman <rms@gnu.org>
16401
16402 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
16403 (rmail-mime-entity): New arg TRUNCATED.
16404 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
16405 New functions.
16406 (rmail-mime-save): Warn if entity is truncated.
16407 (rmail-mime-toggle-hidden): Likewise, for showing.
16408 (rmail-mime-process-multipart): Record when an entity is truncated.
16409
a9a936b9
RS
16410 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
16411 if ENTITY is a string.
16412
1f2b92cb
LMI
164132011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16414
f4f73198 16415 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
16416 of faces when `M-C-x'-ing their definitions (bug#8378).
16417 Also clean up the code slightly.
f4f73198 16418
12b16734 16419 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 16420 because that makes the colors go away.
12b16734 16421
f0691d22
LMI
16422 * mail/sendmail.el (send-mail-function): Change the default to
16423 `sendmail-query-once'.
9e87df06 16424 (sendmail-query-once): Add an autoload cookie.
f0691d22 16425
1f2b92cb
LMI
16426 * net/network-stream.el (network-stream-open-starttls): Try using
16427 a plain connection even if the server offered STARTTLS, and we
16428 kinda wanted to use it, if Emacs doesn't have any STARTTLS
16429 capability. This should make smtpmail.el work in slightly more
16430 configurations.
16431
1cdd2a1b
MA
164322011-07-06 Michael Albinus <michael.albinus@gmx.de>
16433
16434 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
16435 New defun.
16436 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
16437
fbcc67e2
MM
164382011-07-06 Michael R. Mauger <mmaug@yahoo.com>
16439
16440 * progmodes/sql.el: Version 3.0
0757af94 16441 (sql-product-alist): Add product :completion-object,
fbcc67e2 16442 :completion-column, and :statement attributes.
0757af94 16443 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 16444 (sql-mode-syntax-table): Mark all punctuation.
0757af94 16445 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
16446 ansi keywords.
16447 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 16448 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
16449 (sql-oracle-show-reserved-words): New function for development.
16450 (sql-product-font-lock): Simplify for source code buffers.
16451 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
16452 New functions.
16453 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
16454 (sql-mode-map): Add statement movement functions.
16455 (sql-ansi-statement-starters, sql-oracle-statement-starters):
16456 New variable.
fbcc67e2
MM
16457 (sql-statement-regexp, sql-beginning-of-statement)
16458 (sql-end-of-statement, sql-signum): New functions.
0757af94 16459 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
16460 (sql-show-sqli-buffer): Bug fix.
16461 (sql-interactive-mode): Store connection data as buffer local.
0757af94 16462 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
16463 with sql-interactive-mode.
16464 (sql-save-connection): Save buffer local settings.
0757af94 16465 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
16466 (sql-product-interactive): Bug fix.
16467 (sql-preoutput-hold): New variable.
16468 (sql-interactive-remove-continuation-prompt): Bug fixes.
16469 (sql-debug-redirect): New variable.
16470 (sql-str-literal): New function.
16471 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 16472 Redesign.
fbcc67e2
MM
16473 (sql-oracle-save-settings, sql-oracle-restore-settings)
16474 (sql-oracle-list-all, sql-oracle-list-table): New functions.
16475 (sql-completion-object, sql-completion-column)
16476 (sql-completion-sqlbuf): New variables.
16477 (sql-build-completions-1, sql-build-completions)
16478 (sql-try-completion): New functions.
16479 (sql-read-table-name): Use them.
16480 (sql-contains-names): New buffer local variable.
16481 (sql-list-all, sql-list-table): Use it.
16482 (sql-oracle-completion-types): New variable.
16483 (sql-oracle-completion-object, sql-sqlite-completion-object)
16484 (sql-postgres-completion-object): New functions.
16485
d4eaeab1
GM
164862011-07-06 Glenn Morris <rgm@gnu.org>
16487
16488 * window.el (pop-to-buffer): Doc fix.
16489
322b7dab 164902011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
16491
16492 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
16493
322b7dab 164942011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 16495
322b7dab 16496 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 16497
322b7dab 16498 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 16499
605dd5bf
CY
165002011-07-05 Chong Yidong <cyd@stupidchicken.com>
16501
16502 * button.el (button): Inherit from link face. Suggested by Dan
16503 Nicolaescu.
16504
7dbfa719
SM
165052011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16506
3db614b0
SM
16507 * progmodes/gdb-mi.el: Fit in 80 columns.
16508 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
16509 switch-to-buffer.
16510
7dbfa719
SM
16511 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
16512 if imenu is simply not configured (bug#8941).
16513
919d884a
KM
165142011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
16515
16516 * allout.el (allout-post-undo-hook): New allout outline-change
16517 event hook to signal undo activity.
16518 (allout-post-command-business): Run allout-post-undo-hook if an
16519 undo just occurred.
7dbfa719
SM
16520 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
16521 * allout-widgets.el (allout-widgets-after-undo-function):
16522 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
16523 in the vicinity of an undo.
16524 (allout-widgets-mode): Include allout-widgets-after-undo-function
16525 on the new allout-post-undo-hook.
16526
450a0f09
SM
165272011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16528
16529 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
16530 Let define-derived-mode define it.
16531 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
16532 cycles of abbrev-table inheritance (bug#8998).
16533
2de69e00
RW
165342011-07-05 Roland Winkler <winkler@gnu.org>
16535
16536 * textmodes/bibtex.el: Add support for biblatex.
16537 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
16538 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
16539 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
16540 (bibtex-entry-alist, bibtex-field-alist): New variables.
16541 (bibtex-entry-field-alist): Obsolete alias for
16542 bibtex-BibTeX-entry-alist.
16543 (bibtex-entry-alist, bibtex-field-alist): New widgets.
16544 (bibtex-set-dialect): New command.
16545 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
16546 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
16547 Bind via bibtex-set-dialect.
2de69e00
RW
16548 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
16549 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
16550 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
16551 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
16552 Define via bibtex-set-dialect.
450a0f09
SM
16553 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
16554 Obey bibtex-no-opt-remove-re.
2de69e00
RW
16555 (bibtex-vec-push, bibtex-vec-incr): New functions.
16556 (bibtex-format-entry, bibtex-field-list)
16557 (bibtex-print-help-message, bibtex-validate)
16558 (bibtex-search-entries): Use new format of bibtex-entry-alist.
16559
2dcdbdd9
SM
165602011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16561
16562 * progmodes/compile.el (compilation-goto-locus):
16563 * net/tramp-cmds.el (tramp-append-tramp-buffers):
16564 * bs.el (bs-cycle-next, bs-cycle-previous):
16565 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
16566 * bindings.el (mode-line-other-buffer):
16567 * autoinsert.el (auto-insert):
16568 * arc-mode.el (archive-extract):
16569 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
16570
b27640fe
JB
165712011-07-05 Juanma Barranquero <lekktu@gmail.com>
16572
16573 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
16574 Fix check of `emacs-lock-unlockable-modes'.
16575 Coerce true values of `emacs-lock--try-unlocking' to t.
16576
53bbe3ad
JB
165772011-07-05 Juanma Barranquero <lekktu@gmail.com>
16578
16579 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
16580 * emacs-lock.el: New file.
16581
1d3cdbc7
JD
165822011-07-05 Julien Danjou <julien@danjou.info>
16583
16584 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
16585 than `boundp' to check if face is set.
16586
9173deec
JB
165872011-07-05 Juanma Barranquero <lekktu@gmail.com>
16588
16589 * register.el (registerv-make):
16590 * window.el (window-min-height): Fix typos in docstrings.
16591
869795d6
JD
165922011-07-05 Jan Djärv <jan.h.d@swipnet.se>
16593
9173deec 16594 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
16595 Update doc string.
16596
b768cdcd
JB
165972011-07-04 Juanma Barranquero <lekktu@gmail.com>
16598
16599 * server.el (server-execute): Catch quit and call
16600 `server-return-error' to pass the error back to emacsclient and
16601 close the connection (bug#8942).
16602
13aa217b
KM
166032011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
16604
16605 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
16606 insecure exception for current topic. Also note that auto-saves
16607 are handled differently.
16608
5d3385a0 16609 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
16610 State variables for tracking auto-save inhibition situation.
16611
16612 (allout-write-contents-hook-handler): Rename from
16613 'allout-write-file-hook-handler', and describe how it depends on
16614 write-contents-functions sensitivity to non-nil value to prevent
16615 file write.
16616
16617 (allout-auto-save-hook-handler): Remove. auto-save does not check
16618 this in individual buffers, only in the starting buffer, so this
16619 is not the right way for us to inhibit auto-save in a buffer
16620 according to its condition.
16621
16622 (allout-mode): Use new allout-write-contents-hook-handler, and
16623 only with write-contents-functions. Remove auto-save provisions -
16624 they're implemented elsewhere.
16625
16626 (allout-before-change-handler): If undo is in progress, note that
16627 for attention of allout-post-command-business.
16628
16629 (allout-post-command-business): If the command we're following was
16630 an undo, check for change in the status of encrypted items and
16631 adjust auto-save inhibitions accordingly.
16632
16633 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
16634 according to whether there are or aren't any plain-text topics
16635 pending encryption.
16636
2dcdbdd9 16637 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
16638 Adjust buffer-saved-size and some allout state to inhibit auto-saves
16639 if there are plain-text topics pending encryption.
13aa217b
KM
16640
16641 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
16642 buffer-saved-size and some allout state to not inhibit auto-saves
16643 if there are no longer any plain-text topics pending encryption.
16644
0757af94
SM
16645 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
16646 No longer provide for exemption of the current topic.
13aa217b 16647
ac89b32c
JL
166482011-07-04 Juri Linkov <juri@jurta.org>
16649
16650 Add 7z operations to delete and save changed members (bug#8968).
16651 * arc-mode.el (archive-7z-expunge, archive-7z-update):
16652 New defcustoms.
16653 (archive-7z-write-file-member): New function.
16654 (archive-7z-summarize): Fix the number of dashes in the
16655 listing output.
16656
8fa39615
SM
166572011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16658
16659 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
16660 (bug#8958).
16661
2f11b3f1
CY
166622011-07-04 Chong Yidong <cyd@stupidchicken.com>
16663
d66fef2b
CY
16664 * bindings.el: Ignore next-buffer and previous-buffer in
16665 minibuffer-local-map.
16666
2f11b3f1
CY
16667 * font-lock.el (font-lock-builtin-face): Change light background
16668 color to dark slate blue (Bug#6693).
16669
f932a347
WD
166702011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
16671
16672 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
16673
c8af70e1
SM
166742011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16675
16676 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
16677 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16678 Add switch-to-buffer.
16679
f158badc
LMI
166802011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16681
16682 * isearch.el (isearch-search-fun-function): Clarify further the
16683 meaning of the function returned.
16684
6d95bd46
MA
166852011-07-04 Michael Albinus <michael.albinus@gmx.de>
16686
16687 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
16688
16689 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
16690 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
16691 Use it.
16692 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
16693 `tramp-default-remote-path' does not exist.
16694 (tramp-send-command-and-read): New optional argument NOERROR.
16695 (tramp-open-connection-setup-interactive-shell)
16696 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
16697 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
16698 (tramp-process-sentinel): Flush also process' connection property.
16699 (tramp-sh-handle-start-file-process): Do not set process
16700 sentinel. It is done now ...
16701 (tramp-maybe-open-connection): ... here. (Bug#8929)
16702
909e6b67
MK
167032011-07-04 MON KEY <monkey@sandpframing.com>
16704
16705 * play/animate.el (animate-string): Doc fixes and allow changing
16706 the buffer name (bug#5417).
16707
167082011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16709
c8af70e1 16710 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 16711
f34755dc
PE
167122011-07-04 Paul Eggert <eggert@cs.ucla.edu>
16713
396cec72
PE
16714 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
16715 This is simpler and helps future-proof the code.
16716 (timer-until): Use time-subtract and float-time.
08235028 16717 (timer--time-less-p): Use time-less-p.
f34755dc 16718
56e6cc31
JB
167192011-07-04 Juanma Barranquero <lekktu@gmail.com>
16720
3abb79e5
JB
16721 * type-break.el (timep): Use the value of `float-time' to avoid a
16722 byte-compiler warning.
16723
56e6cc31
JB
16724 * server.el (server-eval-and-print): Return any result, even nil.
16725
7b9430b4
PE
167262011-07-03 Paul Eggert <eggert@cs.ucla.edu>
16727
16728 * type-break.el: Accept time formats that the builtins accept.
16729 (timep, type-break-time-difference): Accept any format that
16730 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
16731 This is simpler and helps future-proof the code.
16732 (type-break-time-difference): Round rather than ignoring
16733 subseconds components.
16734
3034e9e7
LMI
167352011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16736
16737 * info.el (Info-apropos-matches): Make non-interactive, since it
16738 doesn't seem to do anything useful as a command (bug#8829).
16739
1485f4c0
CY
167402011-07-03 Chong Yidong <cyd@stupidchicken.com>
16741
16742 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 16743 Move from faces.el.
1485f4c0
CY
16744 (frame-default-terminal-background): New function.
16745
16746 * custom.el (custom-push-theme): Don't record faces in `changed'
16747 theme; this doesn't work correctly for per-frame face settings.
16748 (disable-theme): Use face-set-after-frame-default to reset faces.
16749 (custom--frame-color-default): New function.
16750
9fa3dd45
LMI
167512011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16752
c8af70e1 16753 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
16754 (bug#8769).
16755
6cbbc20c
KR
167562011-03-29 Kevin Ryde <user42@zip.com.au>
16757
16758 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16759 `perl-Test2' extend to match possible "fail #N" rep count
16760 (bug#8377).
16761
c7f98048
LMI
167622011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16763
65676592
LMI
16764 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
16765 `smtpmail-via-smtp' now returns the error instead of nil.
16766
c7f98048
LMI
16767 * isearch.el (isearch-search-fun-function): Clarify the doc string
16768 (bug#8101).
16769
56e6cc31 167702011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
16771
16772 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
16773 unnecessary spaces (bug#8987).
16774
2b216704
LMI
167752011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16776
16777 * net/network-stream.el (open-network-stream): Use the
16778 :end-of-capability command thoughout.
16779
167802011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
16781
16782 * net/network-stream.el (open-network-stream): Add the
16783 :end-of-capability command parameter, used by pop3.el.
16784
36adf6ce
LMI
167852011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16786
1ca0da0e
LMI
16787 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
16788
fc00f69c
LMI
16789 * fringe.el (fringe-query-style): Remove redundant text " (type ?
16790 for list)" (bug#6475).
16791
28fd8759 16792 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 16793 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
16794 an error (bug#6297).
16795
0dd8b6da
LMI
16796 * man.el (Man-reference-regexp): Allow matching possible
16797 word-wrapped references (bug#6289).
16798
ce1438d6
LMI
16799 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
16800 for consistency with the other vc buffers (bug#6197).
16801 (vc-checkin): Ditto.
16802
16803 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
16804
36adf6ce
LMI
16805 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
16806
e83cc1f7
LMI
168072011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16808
8a20ca4c
LMI
16809 * custom.el (defcustom): Clarify that :set is only used in the
16810 Customize user interface (bug#6089).
16811
83319045
LMI
16812 * progmodes/flymake.el (flymake-mode): If the buffer isn't
16813 associated with a file, refuse to run instead of erroring out
16814 (bug#6084).
16815
a8392169
LMI
16816 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
16817 the doc string, since it appears that using `fill-column' always
16818 controls the width (bug#7845).
16819
e83cc1f7
LMI
16820 * simple.el (shell-command-on-region): Say where the error output
16821 went if `shell-command-default-error-buffer' is set (bug#6857).
16822
e47ca23b
KM
168232011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
16824
16825 * allout.el (allout-yank-processing): Adjust cursor position for
16826 backwards-deleted space.
16827
16828 (allout-rebullet-heading): Register changes with
16829 allout-exposure-changed-hook, so the modified topic is properly
16830 decorated.
16831
5cf56143
LMI
168322011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16833
08549772
LMI
16834 * minibuffer.el (completion-in-region): Document PREDICATE
16835 (bug#7136).
16836
48e96771
LMI
16837 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
16838 of keyword/argument pairs (bug#6904).
16839
c8af70e1
SM
16840 * replace.el (multi-occur):
16841 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 16842
e17d05e2
LMI
168432011-07-02 Drew Adams <drew.adams@oracle.com>
16844
16845 * dired.el (dired-mark-if): Make the message about whether it's
16846 marking or unmarking clearer (bug#8523).
16847
063b0e45
LMI
168482011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16849
16850 * disp-table.el (display-table-print-array): New function.
16851 (describe-display-table): Use it to print the vectors more pretty
16852 (Bug#8859).
16853
28545e04
MR
168542011-07-02 Martin Rudalics <rudalics@gmx.at>
16855
16856 * window.el (window-state-get-1): Don't assign clone numbers.
16857 Add clone-of item to list of window parameters.
16858 (window-state-put-2): Don't process clone numbers.
16859 (display-buffer-alist): Fix doc-string.
16860
3349e122
SM
168612011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
16862
16863 * subr.el (remq): Don't allocate if it's not needed.
16864 (keymap--menu-item-binding, keymap--menu-item-with-binding)
16865 (keymap--merge-bindings): New functions.
16866 (keymap-canonicalize): Use them to refine the canonicalization.
16867 * minibuffer.el (minibuffer-local-completion-map)
16868 (minibuffer-local-must-match-map): Move initialization from C.
16869 (minibuffer-local-filename-completion-map): Move initialization from C;
16870 don't inherit from anything here.
16871 (minibuffer-local-filename-must-match-map): Make obsolete.
16872 (completing-read-default): Use make-composed-keymap to combine
16873 minibuffer-local-filename-completion-map with either
16874 minibuffer-local-must-match-map or
16875 minibuffer-local-filename-completion-map.
16876
d224ac83
GM
168772011-07-01 Glenn Morris <rgm@gnu.org>
16878
3de63bf8
GM
16879 * type-break.el (type-break-time-sum): Use dolist.
16880
d224ac83
GM
16881 * textmodes/flyspell.el (flyspell-word-search-backward):
16882 Replace CL function.
16883
1a1e3f32
SM
168842011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
16885
fe3f64d5
SM
16886 * mouse.el (mouse--strip-first-event): New function.
16887 (function-key-map): Use it to map fringe clicks to normal clicks
16888 by default.
16889
eb604e34
SM
16890 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
16891 (vc-bzr-revision-completion-table): Add support for annotate and date.
16892
1a1e3f32
SM
16893 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
16894 inherit from parent.
16895
5bd35902
LMI
168962011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16897
ace6c69c 16898 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 16899 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 16900
191e2bed
LMI
16901 * dired.el (dired-mode): Fix up the doc string as suggested by
16902 Drew Adams (bug#8817).
16903
5bd35902
LMI
16904 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
16905 cookie, since the manual says that it should be possible to add
16906 this function to `find-file-hook' (bug#8709).
16907
eee8207a
TZ
169082011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
16909
16910 * progmodes/cfengine.el: Moved all cfengine3.el functionality
16911 here. Noted Ted Zlatanov as the maintainer.
16912 (cfengine-common-settings, cfengine-common-syntax): New functions
16913 to set up common things between `cfengine-mode' and
16914 `cfengine3-mode'.
16915 (cfengine3-mode): New mode.
16916 (cfengine3-defuns cfengine3-defuns-regex
16917 (cfengine3-class-selector-regex cfengine3-category-regex)
16918 (cfengine3-vartypes cfengine3-font-lock-keywords)
16919 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 16920 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 16921
36b148cf
MA
169222011-07-01 Michael Albinus <michael.albinus@gmx.de>
16923
16924 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
16925
16926 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
16927
0bf4ba9a
MR
169282011-07-01 Martin Rudalics <rudalics@gmx.at>
16929
16930 * window.el (same-window-buffer-names, same-window-regexps)
16931 (same-window-p, special-display-frame-alist)
16932 (special-display-popup-frame, special-display-function)
16933 (special-display-buffer-names, special-display-regexps)
16934 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
16935 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
16936 (split-window-preferred-function, split-height-threshold)
16937 (split-width-threshold, even-window-heights)
16938 (display-buffer-mark-dedicated, window-splittable-p)
16939 (split-window-sensibly, window-safely-shrinkable-p):
16940 Un-obsolete.
16941 (display-buffer): Don't spread args with function specifier
16942 because special-display-popup-frame won't like it.
16943
35837f51
PE
169442011-07-01 Paul Eggert <eggert@cs.ucla.edu>
16945
d0672f86
PE
16946 Time-stamp simplifications and fixes.
16947 These improve accuracy slightly, and future-proof the code
16948 against some potential changes to current-time format.
16949
b9444d97
PE
16950 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
16951 by using time-since and float-time.
16952
0ef923dc
PE
16953 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
16954 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
16955 + NNN microseconds".
16956
2f81380d
PE
16957 * type-break.el (type-break-time-sum): Rewrite using time-add.
16958
845b5c3e
PE
16959 * play/hanoi.el (hanoi-current-time-float): Remove.
16960 All uses replaced by float-time.
16961
ee6f1be0
PE
16962 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
16963 This yields a more-accurate answer.
16964 (rng-time-to-float): Remove; no longer needed.
16965
fe955043
PE
16966 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
16967
5777162a
PE
16968 * calendar/timeclock.el (timeclock-seconds-to-time):
16969 Defalias to seconds-to-time, since they're the same thing.
16970
3103f8b6 16971 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 16972 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
16973 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
16974
0e61a35f
SM
169752011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
16976
16977 * window.el (bury-buffer): Don't iconify the only frame.
16978 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
16979 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
16980
ddd63a1e
CY
169812011-07-01 Chong Yidong <cyd@stupidchicken.com>
16982
0e61a35f
SM
16983 * eshell/em-smart.el (eshell-smart-display-navigate-list):
16984 Add mouse-yank-primary.
ddd63a1e 16985
055f4923
TZ
169862011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
16987
16988 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
16989
6a2fb145
SM
169902011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
16991
16992 * emacs-lisp/find-func.el (find-library--load-name): New fun.
16993 (find-library-name): Use it to find relative load names when provided
16994 absolute file name (bug#8803).
16995
fd4983f2
LMI
169962011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
16997
887d14ad
LMI
16998 * textmodes/flyspell.el (flyspell-word): Consider words that
16999 differ only in case as potential doublons (bug#5687).
17000
c53dc7fc
LMI
17001 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
17002 Remove two rather uninteresting debugging-like messages to make
17003 debbugs.el more silent.
17004
fd4983f2
LMI
17005 * comint.el (comint-password-prompt-regexp): Accept "Response" as
17006 a password-like phrase.
17007
7a71b18d 170082011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
17009
17010 * progmodes/cc-guess.el: New file.
17011
6a2fb145 17012 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
17013
17014 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
17015 derived from `c-basic-common-init'.
17016
17017 * progmodes/cc-mode.el (top-level): Require cc-guess.
17018 (c-basic-common-init): Use `cc-choose-style-for-mode'.
17019
1fa280a3
LM
170202011-06-30 Lawrence Mitchell <wence@gmx.li>
17021
17022 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
17023
e6597158
AM
170242011-06-30 Alan Mackenzie <acm@muc.de>
17025
1fa280a3
LM
17026 * progmodes/cc-engine.el (c-guess-continued-construct):
17027 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
17028 lock is disabled. Name this case as "CASE G".
17029
68ba37fb
KM
170302011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
17031
17032 * allout.el (allout-yank-processing): Fix injection of extra space
17033 between bullet and non-whitespace character in first topic when
17034 pasting, ensuring that the actual spacing in the pasted topic
17035 following the bullet char is preserved. This extra space was
17036 causing pasted encrypted topics to get a decrypted status even
17037 when the content was actually still encrypted. Now the decryption
17038 status from before the paste is preserved.
17039
17040 (allout-flag-region): Set all allout overlays so they evaporate
17041 when reduced to zero length (evanescent), to prevent overlay
17042 leakage.
17043
887a0b34
GM
170442011-06-30 Glenn Morris <rgm@gnu.org>
17045
94b9acce
GM
17046 * w32-fns.el (w32-charset-info-alist): Declare.
17047
1d9b46d4
GM
17048 * find-dired.el (find-grep-options): Simplify.
17049
cc232200
GM
17050 * term/ns-win.el (ns-set-resource): Declare.
17051
28e77c46
GM
17052 * ses.el (row, col): Declare dynamic variables honestly.
17053
887a0b34
GM
17054 * textmodes/reftex-parse.el (index-tags): Declare.
17055
658d8eb8
CY
170562011-06-30 Chong Yidong <cyd@stupidchicken.com>
17057
17058 * cus-edit.el (customize-push-and-save): New function.
17059
17060 * files.el (hack-local-variables-confirm): Use it.
17061
1fa280a3
LM
17062 * custom.el (load-theme): New arg NO-CONFIRM.
17063 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
17064 (custom-enabled-themes): Doc fix.
17065
17066 * cus-theme.el (customize-create-theme)
17067 (custom-theme-merge-theme): Callers to load-theme changed.
17068
bb617717
LMI
170692011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
17070
d61bdd5d
LMI
17071 * thingatpt.el (thing-at-point-short-url-regexp): Require that
17072 short URLs have at least one dot in them (bug #7614).
17073
bb617717
LMI
17074 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
17075 nil, because using a pty is apparently too slow (bug #895).
17076
2f31f37a
LMI
170772011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
17078
17079 * mail/sendmail.el (sendmail-query-once): New function.
17080 (sendmail-query-once-function): New variable.
17081
3076b24e
GM
170822011-06-29 Glenn Morris <rgm@gnu.org>
17083
faf2a174
GM
17084 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
17085
3076b24e
GM
17086 * ses.el (top-level): Require cl when compiling.
17087 (ses-set-localvars): Fix error statement.
17088 Call it at compile time to silence a storm of warnings.
17089
5386012d
MR
170902011-06-29 Martin Rudalics <rudalics@gmx.at>
17091
17092 * window.el (normalize-live-buffer): Rename to
17093 window-normalize-buffer.
17094 (normalize-live-frame): Rename to window-normalize-frame.
17095 (normalize-any-window): Rename to window-normalize-any-window.
17096 (normalize-live-window): Rename to window-normalize-live-window.
17097 (make-window-atom): Rename to window-make-atom.
17098 (window-resize-reset): Rename to window--resize-reset.
17099 (window-resize-reset-1): Rename to window--resize-reset-1.
17100 (resize-mini-window): Rename to window--resize-mini-window.
17101 (resize-subwindows-skip-p): Rename to
17102 window--resize-subwindows-skip-p.
17103 (resize-subwindows-normal): Rename to
17104 window--resize-subwindows-normal.
17105 (resize-subwindows): Rename to window--resize-subwindows.
17106 (resize-other-windows): Rename to window--resize-siblings.
17107 (resize-this-window): Rename to window--resize-this-window.
17108 (resize-root-window): Rename to window--resize-root-window.
17109 (resize-root-window-vertically): Rename to
17110 window--resize-root-window-vertically.
17111 (normalize-buffer-to-display): Rename to
17112 window-normalize-buffer-to-display.
17113 (normalize-buffer-to-switch-to): Rename to
17114 window-normalize-buffer-to-switch-to.
17115 Correspondingly update all callers of the functions listed
17116 above.
17117 (display-buffer-alist, display-buffer-normalize-arguments)
17118 (display-buffer-normalize-options, display-buffer)
17119 (display-buffer-alist-set): Use "function" instead of
17120 "fun-with-args".
17121
1176868d
CY
171222011-06-28 Chong Yidong <cyd@stupidchicken.com>
17123
17124 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
17125 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
17126 debbugs.gnu.org. Mention acknowledgment email.
17127
20a7a65f
LMI
171282011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
17129
17130 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
17131 buffer multibyteness, since it shouldn't matter.
17132
5f45cca5
MR
171332011-06-28 Martin Rudalics <rudalics@gmx.at>
17134
17135 * window.el (display-buffer-in-side-window): Handle dedicated
17136 windows as in display-buffer-reuse-window.
17137 (display-buffer-normalize-alist): Use value of override
17138 specifier.
17139 (display-buffer-normalize-specifiers): Use value of
17140 other-window-means-other-frame specifier.
17141 (display-buffer-alist): Rewrite some texts in widgets.
17142 (display-buffer): Spread arguments when calling function
17143 specified by fun-with-args.
17144
ad85fe1f
DD
171452011-06-28 Deniz Dogan <deniz@dogan.se>
17146
1fa280a3
LM
17147 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
17148 Unnest `let'.
da68c4c8 17149
ad85fe1f
DD
17150 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
17151 selectors (Bug#5732).
ec49bd31 17152 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 17153
a08cc025
JA
171542011-06-27 Jari Aalto <jari.aalto@cante.net>
17155
17156 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
17157 (eshell-ls-date-format): New defcustom.
17158 (eshell-ls-file): Use it.
17159
e2b551c5
SM
171602011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
17161
17162 * help-fns.el (describe-variable): Fix message for terminal-local vars.
17163
8982b231
KY
171642011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
17165
17166 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
17167 (ange-ftp-make-tmp-name): New arg.
17168 (ange-ftp-file-local-copy): Use it.
17169
36c9fa27
J
171702011-06-27 Jambunathan K <kjambunathan@gmail.com>
17171
17172 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
17173 no-conversion (Bug#8870).
17174
d68443dc
MR
171752011-06-27 Martin Rudalics <rudalics@gmx.at>
17176
17177 * window.el (window-right, window-left, window-child)
17178 (window-child-count, window-last-child)
17179 (window-iso-combination-p, walk-window-tree-1)
17180 (window-atom-check-1, window-tree-1, delete-window)
17181 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
17182 new naming conventions - window-vchild, window-hchild,
17183 window-next and window-prev are now called window-top-child,
17184 window-left-child, window-next-sibling and window-prev-sibling
17185 respectively.
d615d6d2
MR
17186 (resize-window-reset): Rename to window-resize-reset.
17187 (resize-window-reset-1): Rename to window-resize-reset-1.
17188 (resize-window): Rename to window-resize.
17189 (window-min-height, window-min-width)
17190 (resize-mini-window, resize-this-window, resize-root-window)
17191 (resize-root-window-vertically, adjust-window-trailing-edge)
17192 (enlarge-window, shrink-window, maximize-window)
17193 (minimize-window, delete-window, quit-restore-window)
17194 (split-window, balance-windows, balance-windows-area-adjust)
17195 (balance-windows-area, window-state-put-2)
17196 (display-buffer-even-window-sizes, display-buffer-set-height)
17197 (display-buffer-set-width, set-window-text-height)
17198 (fit-window-to-buffer): Rename all "resize-window" prefixed
17199 calls to use the "window-resize" prefix convention.
17200 (display-buffer-alist): Fix symbol for label specifier.
17201 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
17202 corresponding specifier.
17203 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 17204
b6458526
VB
172052011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
17206
17207 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
17208 convention.
17209 (ses-call-printer): Does not pass an empty string to formatter when the
17210 cell is empty to keep from barking printer Calc math-format-value.
17211
d31fd9ac
RS
172122011-06-27 Richard Stallman <rms@gnu.org>
17213
43d5bf84
RS
17214 * battery.el (battery-mode-line-limit): New variable.
17215 (battery-update): Handle it.
17216
d31fd9ac
RS
17217 * mail/rmailmm.el (rmail-mime-process-multipart):
17218 Handle truncated messages.
17219
819a6054
GM
172202011-06-27 Glenn Morris <rgm@gnu.org>
17221
17222 * progmodes/flymake.el (flymake-err-line-patterns):
17223 Allow for column numbers in the ant/javac pattern. (Bug#8866)
17224
cedc73f2
VB
172252011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
17226
819a6054 17227 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
17228 (ses--clean-!, ses--clean-_): New functions.
17229 (ses-range): Add configurability of readout order, and conversion
17230 to Calc vector.
17231
5e5d49b6
VB
17232 * ses.el (ses-repair-cell-reference-all): New function.
17233 (ses-cell-symbol): Set macro as safe, so that it can be used in
17234 formulas.
17235
56e6cc31 17236 * ses.el: Update cycle detection algorithm.
90ca8b49 17237 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 17238 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
17239 (ses-set-localvars): New function.
17240 (ses-make-cell): Add property-list as a cell element.
17241 (ses-cell-property-get-fun, ses-cell-property-get)
17242 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
17243 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
17244 New functions.
90ca8b49
VB
17245 (ses-cell-property-set, ses-cell-property-pop)
17246 (ses-cell-property-get-handle): New macro.
17247 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
17248 New aliases, used for code readability.
17249 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
17250 cycle detection.
17251 (ses-self-reference-early-detection): New defcustom.
fac916bf 17252 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
17253 (ses-mode): Use ses-set-localvars.
17254 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
17255 before lauching the update processing.
17256 (ses-initialize-Dijkstra-attempt): New function.
17257 (ses-recalculate-cell): Update for cycle detection based on
17258 Dijkstra algorithm.
17259
2bb63e81
VB
17260 * ses.el: Fix commenting and indenting convention.
17261
c9d29fb8
SM
172622011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
17263
17264 * bs.el (bs-cycle-next): Complete last change.
17265
d8e4b68b
JB
172662011-06-27 Drew Adams <drew.adams@oracle.com>
17267
17268 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
17269
40098786
LMI
172702011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
17271
c9d29fb8
SM
17272 * net/network-stream.el (network-stream-open-starttls):
17273 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
17274 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
17275
40098786
LMI
17276 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
17277 to binary to possibly avoid line encoding issues on Windows (among
17278 other things).
17279
468d09d4
LMI
172802011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
17281
17282 * net/network-stream.el (open-network-stream): Return an :error
17283 saying what the problem was, if possible.
17284
17285 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
17286 server.
17287
17288 * net/network-stream.el (network-stream-open-starttls): If we
17289 wanted to use STARTTLS, and the server offered it, but we weren't
17290 able to because we had no STARTTLS support, then close the connection.
17291 (open-network-stream): Return an :error element, if present.
17292
16f07dd7
CY
172932011-06-26 Chong Yidong <cyd@stupidchicken.com>
17294
88821ca0
CY
17295 * hl-line.el (hl-line-sticky-flag): Doc fix.
17296 (global-hl-line-sticky-flag): New option (Bug#8323).
17297 (global-hl-line-highlight): Obey it.
17298
16f07dd7
CY
17299 * vc/vc.el (vc-revert-show-diff): Default to t.
17300
6b5ccddf
KM
173012011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
17302
c9d29fb8
SM
17303 * allout-widgets.el (allout-widgets-post-command-business):
17304 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
17305 undecorated when an isearch is continued past, and isearch
17306 automatically collapses them. This leads to "widget leaks", where
17307 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
17308 hidden widgets can slow down cursor travel, substantially.
17309 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
17310 so we're doing without this nicety.
17311
17312 (allout-widgets-tally-string): Don't try to do a hash-table-count
17313 of allout-widgets-tally when it's nil. This eliminates spurious "Error
17314 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
17315 *Messages* when allout-widgets-maintain-tally is t.
17316
355f2e07
MR
173172011-06-26 Martin Rudalics <rudalics@gmx.at>
17318
17319 * window.el (display-buffer-normalize-argument): Rename to
17320 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
17321 LABEL argument. Respect special-display-function when popping up
17322 a new frame. Fix code searching for a window showing the buffer
17323 on another frame.
c9d29fb8
SM
17324 (display-buffer-normalize-specifiers):
17325 Call display-buffer-normalize-arguments.
355f2e07
MR
17326 (display-buffer-in-window): Don't undedicate the window if its
17327 buffer remains the same.
17328 Reported by Drew Adams <drew.adams@oracle.com>.
17329 (display-buffer-alist): Add choice for same-window macro
17330 specfier.
17331 (display-buffer): Mention special meaning of LABEL argument in
17332 doc-string. Fix quoting. Don't pop up a new frame even as
17333 fallback.
17334
7ca8fc42
JB
173352011-06-26 Juanma Barranquero <lekktu@gmail.com>
17336
17337 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
17338 avoid deleting the current window in some cases (bug#8911).
17339
bc312254
AS
173402011-06-26 Andreas Schwab <schwab@linux-m68k.org>
17341
17342 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
17343 (Bug#8934)
17344
2db18f3f
LMI
173452011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
17346
c9d29fb8
SM
17347 * net/network-stream.el (network-stream-open-starttls):
17348 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
17349 (network-stream-open-tls): Ditto.
17350
6302e0d3
LL
173512011-06-26 Leo Liu <sdl.web@gmail.com>
17352
17353 * register.el (registerv): New struct.
17354 (registerv-make): New function.
c9d29fb8
SM
17355 (jump-to-register, describe-register-1, insert-register):
17356 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
17357 struct. (Bug#8415)
17358
5fdd4046
CY
173592011-06-26 Chong Yidong <cyd@stupidchicken.com>
17360
2afef60a
CY
17361 * vc/vc.el (vc-revert-show-diff): New defcustom.
17362 (vc-diff-internal): New arg specifying diff buffer.
17363 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
17364 reuse an existing *vc-diff* buffer (Bug#8927).
17365
5fdd4046
CY
17366 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
17367
e93db24a
GM
173682011-06-26 Glenn Morris <rgm@gnu.org>
17369
17370 * progmodes/f90.el (f90-critical-indent): New option.
17371 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
17372 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
17373 (f90-mode): Doc fix.
17374 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
17375 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
17376 (f90-beginning-of-block, f90-next-block, f90-indent-region)
17377 (f90-match-end): Handle block, critical.
17378
eefff499
GM
173792011-06-25 Glenn Morris <rgm@gnu.org>
17380
f6ba4cc9
GM
17381 * calendar/diary-lib.el (diary-included-files): Doc fix.
17382 (diary-include-files): New function, extracted from
17383 diary-include-other-diary-files and diary-mark-included-diary-files.
17384 (diary-include-other-diary-files, diary-mark-included-diary-files):
17385 Just call diary-include-files.
17386 (diary-mark-entries): Reset diary-included-files on first call.
17387
16712304
GM
17388 * calendar/diary-lib.el (diary-mark-entries)
17389 (diary-mark-included-diary-files):
17390 Visit included diary-files in temp buffers.
17391
5d8e0d43
GM
17392 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
17393 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
17394 (f90-start-block-re, f90-imenu-generic-expression)
17395 (f90-looking-at-program-block-start, f90-no-block-limit):
17396 Add support for submodules.
17397
ccf7a5d5
GM
17398 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
17399 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 17400
11fdef7d 174012011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
17402
17403 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
17404 buffer-file-type before setting its value, to avoid disastrous
eefff499 17405 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 17406
74f53697
JB
174072011-06-25 Juanma Barranquero <lekktu@gmail.com>
17408
17409 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
17410
17411 * ses.el (ses-unload-function):
17412 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
17413
17414 * proced.el (proced-unload-function):
17415 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
17416
18a4ce5e
AR
174172011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
17418
17419 * server.el (server-create-window-system-frame): Add parameters arg.
17420 (server-process-filter): Doc fix. Handle frame-parameters.
17421
519d22cc
JB
174222011-06-25 Juanma Barranquero <lekktu@gmail.com>
17423
17424 Fix bug#8730, bug#8781.
17425
17426 * loadhist.el (unload--set-major-mode): New function.
17427 (unload-feature): Use it.
17428
17429 * progmodes/python.el (python-after-info-look): Add autoload cookie.
17430 (python-unload-function): New function.
17431
c206f5b0
SM
174322011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
17433
17434 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
17435
f9ad64f3
GS
174362011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
17437
17438 * net/browse-url.el (browse-url-firefox-program): Add icecat to
17439 the candidates list.
17440
7d0da90e
JB
174412011-06-24 Juanma Barranquero <lekktu@gmail.com>
17442
17443 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
17444
14b4e83d
RS
174452011-06-23 Richard Stallman <rms@gnu.org>
17446
17447 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
17448 (rmail-variables): Set next-error-move-function.
17449 (rmail-what-message): Take argument POS.
17450 (rmail-next-error-move): New function.
17451
273d2baf
SM
174522011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
17453
17454 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
17455 messages for adjacent non-terminals.
17456
56c2cc9a
RS
174572011-06-23 Richard Stallman <rms@gnu.org>
17458
17459 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 17460 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
17461 (rmail-start-mail): Don't specify use of rmail-mail-return;
17462 that's done by mail-bury now.
17463 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 17464
d59eb518
MA
174652011-06-23 Michael Albinus <michael.albinus@gmx.de>
17466
17467 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
17468 SIZE is a number.
17469
02cfc6d6
MR
174702011-06-23 Martin Rudalics <rudalics@gmx.at>
17471
17472 * window.el (get-lru-window, get-mru-window)
17473 (get-largest-window): Never return a minibuffer window.
17474 (display-buffer-pop-up-window): Fix a bug that could lead to
17475 reusing the minibuffer window.
17476 (display-buffer): Pass original specifier argument to
17477 display-buffer-function instead of the normalized one.
17478 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
17479
4e323265
LL
174802011-06-22 Leo Liu <sdl.web@gmail.com>
17481
17482 * minibuffer.el (completing-read-function)
1f9f395d 17483 (completing-read-default): Move from minibuf.c.
4e323265 17484
7a70468f
RS
174852011-06-22 Richard Stallman <rms@gnu.org>
17486
50718fc2
RS
17487 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
17488 to Rmail even if not started by a special Rmail command.
17489
7a70468f
RS
17490 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
17491 Copy the buffer currently showing just one message.
17492
297dde5a
RW
174932011-06-22 Roland Winkler <winkler@gnu.org>
17494
17495 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
17496 (bibtex-clean-entry): First delete the old key so that a
17497 customized algorithm for generating the new key does not get
17498 confused by the old key.
17499 (bibtex-url): Obey regexp of first step.
17500 (bibtex-search-entries): Do not use add-to-list with local
17501 list-var.
17502
97bb1093
LMI
175032011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17504
17505 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
17506 stored a user name, then query for the password first, instead of
17507 waiting for SMTP to give an error message and the trying again.
17508
1c0f1a19
JD
175092011-06-22 Lawrence Mitchell <wence@gmx.li>
17510
17511 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
17512 BUFFER in call-process.
17513
396f7c9d
LMI
175142011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17515
17516 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
17517 QUIT twice.
ddb7ffee
LMI
17518 (smtpmail-try-auth-methods): Require user name and password from
17519 auth-source.
396f7c9d 17520
8998d1b3
MR
175212011-06-22 Martin Rudalics <rudalics@gmx.at>
17522
17523 * window.el (display-buffer-default-specifiers)
17524 (display-buffer-alist): Remove entries for pop-up-frame-alist.
17525 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 17526 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
17527
17528 * frame.el (pop-up-frame-alist, pop-up-frame-function)
17529 (special-display-frame-alist, special-display-popup-frame):
17530 Remove duplicate declarations. These are now in window.el.
17531
4ea31e07
LMI
175322011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17533
c9d29fb8
SM
17534 * mail/smtpmail.el (smtpmail-via-smtp):
17535 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
17536 server supports it. SMTP servers that support STARTTLS commonly
17537 require it.
17538
17539 * net/network-stream.el (network-stream-open-starttls): Support
17540 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 17541 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 17542
95f41d9a
LMI
17543 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
17544 upgrades with `open-network-stream', and rely solely on
17545 auth-source for all credentials. Big changes throughout the file,
17546 but in particular:
c9d29fb8
SM
17547 (smtpmail-auth-credentials): Remove.
17548 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
17549 (smtpmail-via-smtp): Check for servers saying they want AUTH after
17550 MAIL FROM, too.
95f41d9a 17551
c9d29fb8
SM
17552 * net/network-stream.el (network-stream-open-starttls):
17553 Provide support for client certificates both for external and built-in
4ea31e07
LMI
17554 STARTTLS.
17555 (auth-source): Require.
17556 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
17557 (network-stream-certificate): Change cert-cert to cert and
17558 cert-key to key.
4ea31e07 17559
065ec2c7
MA
175602011-06-21 Michael Albinus <michael.albinus@gmx.de>
17561
17562 * net/tramp-cache.el (top): Don't load the persistency file when
17563 "emacs -Q" has been called.
17564
cd93b359
DR
175652011-06-21 Tim Harper <timcharper@gmail.com>
17566
d8e4b68b
JB
17567 * term/ns-win.el (ns-initialize-window-system):
17568 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
17569 resource to NO as it is not yet supported by the NS port.
17570
ae9c0411
JB
175712011-06-21 Juanma Barranquero <lekktu@gmail.com>
17572
17573 * misc.el (list-dynamic-libraries--refresh): Compute header here...
17574 (list-dynamic-libraries): ...not here.
17575
7f3f739f
LL
175762011-06-21 Leo Liu <sdl.web@gmail.com>
17577
17578 * subr.el (sha1): Implement sha1 using secure-hash.
17579
327c8fb1
MR
175802011-06-21 Martin Rudalics <rudalics@gmx.at>
17581
17582 * window.el (display-buffer-alist): In default value do not
17583 enforce searching a window on any but the selected frame.
17584 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17585 (display-buffer-select-window): Remove function.
17586 (display-buffer-in-window): When a window on another frame gets
17587 reused, do not select it any more but just raise its frame if
17588 necessary (Bug#8851) and (Bug#8856).
17589 (display-buffer-normalize-options): Handle pop-up-frames related
17590 options more faithfully.
17591 (pop-to-buffer): Don't rely on `display-buffer' selecting the
17592 window if it is on another frame.
c9d29fb8
SM
17593 (display-buffer-alist, display-buffer-default-specifiers):
17594 Don't make new frame unsplittable by default.
9e9de014
MR
17595 (display-buffer-normalize-argument): Fix doc-string typo and use
17596 'same-frame-other-window instead of 'other-window when associating
17597 with display-buffer-macro-specifiers.
327c8fb1 17598
7cf3f556
VB
175992011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
17600
17601 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
17602 New functions.
17603 (5x5-mode-map, 5x5-mode-menu): Bind them.
17604 (5x5-draw-grid): Tweak the solver's rendering.
17605
60a406cf
SM
176062011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
17607
17608 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
17609 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
17610
d8e4b68b 176112011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
17612
17613 * menu-bar.el: Use function variable instead of switch-to-buffer.
17614 (menu-bar-select-buffer-function): New variable.
60a406cf 17615 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 17616
478d6f95
SM
176172011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
17618
17619 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
17620 variable's status.
17621
ca530739
JD
176222011-06-20 Jan Djärv <jan.h.d@swipnet.se>
17623
17624 * x-dnd.el (x-dnd-version-from-flags)
17625 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
17626 and long as number (Bug#8899).
17627 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
17628
bcd70d97
SM
176292011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
17630
60a406cf 17631 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
17632 (completion-try-completion, completion-all-completions): Compute the
17633 metadata argument if it's missing; make it optional (bug#8795).
17634
60a406cf 17635 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
17636 (widget-complete): Use new :completion-function property.
17637 (widget-completions-at-point): New function.
17638 (default): Use :completion-function instead of :complete.
60a406cf
SM
17639 (widget-default-completions): Rename from widget-default-complete;
17640 Rewrite.
bcd70d97
SM
17641 (widget-string-complete, widget-file-complete, widget-color-complete):
17642 Remove functions.
17643 (file, symbol, function, variable, coding-system, color):
17644 * international/mule-cmds.el (default-input-method, charset)
17645 (language-info-custom-alist):
17646 * cus-edit.el (face): Use new property :completions.
17647
17648 * progmodes/pascal.el (pascal-completions-at-point): New function.
17649 (pascal-mode): Use it.
17650 (pascal-mode-map): Use completion-at-point.
17651 (pascal-toggle-completions): Make obsolete.
17652 (pascal-complete-word, pascal-show-completions):
17653 * progmodes/octave-mod.el (octave-complete-symbol):
17654 Redefine as obsolete alias.
17655 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
17656 Signal absence of completion info for old Octave,
17657 (inferior-octave-complete): Redefine as obsolete alias.
17658 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
17659 (meta-completions-at-point): Rename from meta-complete-symbol and
17660 adapt it for use on completion-at-point-functions.
17661 (meta-common-mode): Use it.
17662 (meta-looking-at-backward, meta-match-buffer): Remove.
17663 (meta-complete-symbol): Redefine as obsolete alias.
17664 (meta-common-mode-map): Use completion-at-point.
17665 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
17666 (makefile-mode-map): Use completion-at-point.
17667 (makefile-completions-at-point): Rename from makefile-complete and
17668 adapt it for use on completion-at-point-functions.
17669 (makefile-mode): Use it.
17670 (makefile-complete): Redefine as obsolete alias.
17671
aebf69c8
DD
176722011-06-20 Deniz Dogan <deniz@dogan.se>
17673
17674 * net/rcirc.el: Delete trailing whitespaces once and for all.
17675
bfbbb27d
DC
176762011-06-20 Daniel Colascione <dan.colascione@gmail.com>
17677
17678 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
17679
d264a46b
CY
176802011-06-19 Chong Yidong <cyd@stupidchicken.com>
17681
4ca009e5
CY
17682 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
17683
d264a46b
CY
17684 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
17685
fbf5b3ce
MR
176862011-06-19 Martin Rudalics <rudalics@gmx.at>
17687
17688 * window.el (display-buffer-other-window-means-other-frame):
17689 Call display-buffer-normalize-alist.
17690 (display-buffer-normalize-specifiers-1): Rename to
17691 display-buffer-normalize-argument. New argument other-frame.
17692 Rewrite.
17693 (display-buffer-normalize-specifiers-2): Rename to
17694 display-buffer-normalize-options.
17695 (display-buffer-normalize-alist-1): New function.
17696 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
17697 display-buffer-normalize-alist.
17698 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
17699 (display-buffer-normalize-options-inhibit): New variable.
17700 (display-buffer-normalize-specifiers): Rewrite calling
17701 display-buffer-normalize-alist,
17702 display-buffer-normalize-argument, and
17703 display-buffer-normalize-options. Don't call the latter if
17704 display-buffer-normalize-options-inhibit is non-nil.
17705 (frame-auto-delete): New option.
17706 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
17707 (window-list-no-nils, window-state-ignored-parameters)
17708 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
17709 (window-state-put-1, window-state-put-2, window-state-put):
17710 New functions.
9a028c23
MR
17711 (display-buffer-normalize-options): Move special-display-p group
17712 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 17713
6d10d800
CY
177142011-06-18 Chong Yidong <cyd@stupidchicken.com>
17715
6420d28b
CY
17716 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
17717 groups (Bug#8776).
17718 (rx-submatch-n): New function.
17719 (rx): Document it.
17720
ddb8b596
CY
17721 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
17722 (Bug#8768).
17723
17724 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
17725
77080289
CY
17726 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
17727
61dfb316
CY
17728 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
17729 anytime existing face settings are present (Bug#8889).
17730
6d10d800
CY
17731 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
17732 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
17733 Remove unused argument.
17734
be3fb2b8
MR
177352011-06-18 Martin Rudalics <rudalics@gmx.at>
17736
bcd70d97
SM
17737 * window.el (display-buffer-default-specifiers):
17738 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
17739 pop-up-window-min-width, and another reuse-window specifier
17740 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
17741 (display-buffer-normalize-specifiers-2):
17742 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
17743 pop-up-windows is unset. Add a reuse-window specifier for the
17744 case popping up a new window fails.
17745 (special-display-popup-frame): Remove double quoting.
28dec25a 17746 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 17747
1c6d8c76
SM
177482011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
17749
17750 * shell.el (shell-completion-vars): Set pcomplete-termination-string
17751 according to comint-completion-addsuffix.
17752
17753 * pcomplete.el: Convert to lexical binding and fix bug#8819.
17754 (pcomplete-suffix-list): Mark as obsolete.
17755 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
17756 pcomplete-seen in the closure.
17757 (pcomplete-comint-setup): Setup completion-at-point as well.
17758 (pcomplete--entries): New function.
17759 (pcomplete--env-regexp): New var.
17760 (pcomplete-entries): Rewrite to work with partial-completion and
17761 without relying on pcomplete-suffix-list.
17762 (pcomplete-pare-list): Remove, unused.
17763
25aef8b8
MR
177642011-06-17 Martin Rudalics <rudalics@gmx.at>
17765
17766 * window.el (display-buffer-alist): Set pop-up-window-min-height
17767 and pop-up-window-min-width in default value. Reported by
17768 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
17769 other-window-means-other-frame.
17770 (display-buffer-macro-specifiers): Comment out entry for
17771 other-window specifier.
17772 (display-buffer-other-window-means-other-frame): New function.
17773 (display-buffer-normalize-specifiers-1): New arguments
17774 buffer-name and label. Treat other-window case specially.
17775 (display-buffer-normalize-specifiers-2): Treat other-window case
17776 specially.
17777 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
17778 (display-buffer-normalize-specifiers):
17779 Call display-buffer-normalize-specifiers-3.
25aef8b8 17780
dbad4f69
MR
177812011-06-17 Martin Rudalics <rudalics@gmx.at>
17782
17783 * window.el (same-window-p): Fix two typos introduced when
17784 adding with-no-warnings.
d1067961
MR
17785 (display-buffer-normalize-specifiers-1): Don't check
17786 pop-up-frames for 'unset initialization.
17787 (display-buffer-normalize-specifiers-2): Major rewrite using
17788 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
17789 (pop-up-frames, display-buffer-reuse-frames)
17790 (display-buffer-mark-dedicated): Don't initialize to 'unset.
17791 Suggested by David Engster <deng@randomsample.de>.
17792 (even-window-heights): Initialize to 'unset.
17793 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
17794 (display-buffer-macro-specifiers): Don't pop up a new frame in the
17795 other window case.
dbad4f69 17796
9b9c9e3a
MR
177972011-06-16 Martin Rudalics <rudalics@gmx.at>
17798
bcd70d97
SM
17799 * window.el (display-buffer-normalize-specifiers-1):
17800 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 17801 second argument of display-buffer (Bug#8865).
981d5c09
MR
17802 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
17803 (switch-to-buffer-other-window-same-frame)
17804 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
17805 Adams (Bug#8875).
9c2755e9
MR
17806 (display-buffer): Don't check noninteractive when calling
17807 display-buffer-pop-up-frame.
17808 (display-buffer-pop-up-frame): Never pop up a frame in
17809 noninteractive mode (Bug#8857).
67222e1d
MR
17810 (enlarge-window, shrink-window): Don't report an error when the
17811 window can't be resized as requested (Bug#8862).
9b9c9e3a 17812
2b75be67
SM
178132011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
17814
9ffdd3ba
SM
17815 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
17816
cb581a67
SM
17817 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
17818
2b75be67
SM
17819 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
17820
8c0e3589
AM
178212011-06-15 Alan Mackenzie <acm@muc.de>
17822
cb581a67
SM
17823 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
17824 for declarators, disable knr checking to speed up for normal files.
17825 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 17826
b96e6cde
LMI
178272011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17828
4bba86e6
LMI
17829 * net/network-stream.el (open-network-stream): Add the keyword
17830 :always-query-capabilities for the case where you want to force a
17831 `plain' network connection, but the protocol still requires the
17832 capabilitiy command (i.e., SMTP and EHLO).
17833
2b75be67 17834 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
17835 consistency with other `-live-p' functions.
17836
efdcdbf8
SM
178372011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
17838
17839 * window.el (same-window-buffer-names, same-window-regexps)
17840 (special-display-frame-alist, special-display-popup-frame)
17841 (special-display-function, special-display-buffer-names)
17842 (special-display-regexps, pop-up-frame-alist)
17843 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
17844 (pop-up-windows, split-window-preferred-function)
17845 (split-height-threshold, split-width-threshold, even-window-heights)
17846 (display-buffer-mark-dedicated): Don't encourage the use of
17847 display-buffer-alist from Elisp code.
17848
c5cde042
DN
178492011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
17850
17851 * progmodes/python.el (python-mode): Derive from prog-mode.
17852 * progmodes/ps-mode.el (ps-mode):
17853 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 17854 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
17855 * progmodes/ld-script.el (ld-script-mode): Likewise.
17856
baa1c9ab
MR
178572011-06-15 Martin Rudalics <rudalics@gmx.at>
17858
17859 * window.el (display-buffer-alist): Trim default value to avoid
17860 popping up a new frame (Bug#8857) or reusing an arbitrary window
17861 on another frame.
17862 (display-buffer): Do not fall back on popping up a new frame in
17863 batch mode (Bug#8857).
17864
c5dd5a51
CY
178652011-06-14 Chong Yidong <cyd@stupidchicken.com>
17866
17867 * cus-theme.el (describe-theme-1): Use custom-theme-p.
17868 (custom-theme-summary): New function.
17869 (customize-themes): Use it.
17870
d647b7c4
GM
178712011-06-13 Glenn Morris <rgm@gnu.org>
17872
17873 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
17874
9481c002
MR
178752011-06-13 Martin Rudalics <rudalics@gmx.at>
17876
357f93d2
MR
17877 * help.el (help-window): Remove variable.
17878 (help-window-point-marker, temp-buffer-max-height)
17879 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
17880 (help-print-return-message): Don't set help-window.
17881 (resize-temp-buffer-window): Rewrite cod eand doc-string.
17882 (help-window-setup-finish): Remove.
17883 (help-window-display-message, help-window-setup)
17884 (with-help-window): Major rewrite based on new
17885 display-buffer-window variable.
17886
17887 * help-mode.el (help-mode-finish): Remove help-window related
17888 code.
17889
17890 * view.el (view-exits-all-viewing-windows): Remove reference to
17891 view-return-to-alist in doc-string.
17892 (view-return-to-alist): Make obsolete.
17893 (view-buffer): Call pop-to-buffer-same-window and remove
17894 undo-window code.
17895 (view-buffer-other-window): Call pop-to-buffer-other-window and
17896 simplify code. Ignore second argument.
17897 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
17898 simplify code. Ignore second argument.
17899 (view-return-to-alist-update): Make obsolete.
17900 (view-mode-enter): Rename second argument to QUIT-RESTORE.
17901 Rewrite using quit-restore window parameters.
2b75be67
SM
17902 (view-mode-exit): Rename second argument to EXIT-ONLY.
17903 Rewrite using quit-restore-window.
357f93d2
MR
17904 (View-exit, View-exit-and-edit, View-leave, View-quit)
17905 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
17906 appropriate arguments.
17907 (view-end-message): Use quit-restore window parameter.
17908
9481c002
MR
17909 * window.el (display-buffer-function): Rewrite doc-string.
17910 (display-buffer-window, display-buffer-alist): New variables.
17911 (display-buffer-split-specifiers)
17912 (display-buffer-side-specifiers)
17913 (display-buffer-macro-specifiers): New constants.
17914 (display-buffer-even-window-sizes, display-buffer-set-height)
17915 (display-buffer-set-width, display-buffer-select-window)
17916 (display-buffer-in-window, display-buffer-reuse-window)
17917 (display-buffer-split-window-1, display-buffer-split-window)
17918 (display-buffer-split-atom-window, display-buffer-pop-up-window)
17919 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
17920 (display-buffer-in-side-window, normalize-buffer-to-display)
17921 (display-buffer-normalize-specifiers-1)
17922 (display-buffer-normalize-specifiers-2)
2b75be67
SM
17923 (display-buffer-normalize-specifiers, display-buffer-frame):
17924 New functions.
9481c002
MR
17925 (display-buffer): Major rewrite.
17926 (display-buffer-other-window, display-buffer-other-frame)
17927 (pop-to-buffer, switch-to-buffer-other-window)
17928 (switch-to-buffer-other-frame): Rewrite.
17929 (display-buffer-same-window, display-buffer-same-frame)
17930 (display-buffer-same-frame-other-window)
17931 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
17932 (pop-to-buffer-other-window)
17933 (pop-to-buffer-same-frame-other-window)
17934 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
17935 (switch-to-buffer-other-window-same-frame): New functions.
17936 (same-window-p, special-display-p): Rewrite disabling warnings.
17937 Make obsolete.
17938 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
17939 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
17940 Make obsolete
17941 (same-window-buffer-names, same-window-regexps)
17942 (special-display-frame-alist, special-display-popup-frame)
17943 (special-display-function, special-display-buffer-names)
17944 (special-display-regexps, pop-up-frame-alist)
17945 (pop-up-frame-function, split-window-preferred-function)
17946 (split-height-threshold, split-width-threshold)
17947 (even-window-heights): Make obsolete.
17948
9db51aca
GM
179492011-06-12 Glenn Morris <rgm@gnu.org>
17950
17951 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 17952 Misc simplifications.
9db51aca 17953
39cffb44
MR
179542011-06-12 Martin Rudalics <rudalics@gmx.at>
17955
17956 * window.el (window-safely-shrinkable-p): Restore function which
17957 was inadvertently removed in change from 2011-06-11. Declare as
17958 obsolete.
17959
2b75be67
SM
17960 * calendar/calendar.el (calendar-generate-window):
17961 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
17962 window-safely-shrinkable-p.
17963
a8955be7
GM
179642011-06-12 Glenn Morris <rgm@gnu.org>
17965
17966 * progmodes/fortran.el (fortran-mode-syntax-table):
17967 * progmodes/f90.el (f90-mode-syntax-table):
17968 Set % to punctuation. (Bug#8820)
17969 (f90-find-tag-default): Remove, no longer needed.
17970
f0d4059d
DC
179712011-06-12 Daniel Colascione <dan.colascione@gmail.com>
17972
17973 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
17974
1100a63c
CY
179752011-06-11 Chong Yidong <cyd@stupidchicken.com>
17976
17977 * image.el (image-animated-p): Return animation delay in seconds.
17978 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
17979 (image-animate-timeout): Remove DELAY argument. Don't assume
17980 every subimage has the same delay; get it from image-animated-p.
17981 (image-animate): Caller changed.
17982
def722bf
MA
179832011-06-11 Michael Albinus <michael.albinus@gmx.de>
17984
17985 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
17986 to ignored backtrace functions.
17987
0a2bb1a9
GM
179882011-06-11 Glenn Morris <rgm@gnu.org>
17989
17990 * calendar/appt.el (appt-disp-window-function): Doc fix.
17991 (appt-check): Handle overlapping appointments. (Bug#8337)
17992
6198ccd0
MR
179932011-06-11 Martin Rudalics <rudalics@gmx.at>
17994
17995 * window.el (window-tree-1, window-tree): New functions, moving
17996 the latter to window.el.
17997 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
17998 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
17999 (bw-refresh-edges): Remove.
18000 (balance-windows-1, balance-windows-2): New functions.
18001 (balance-windows): Rewrite in terms of window tree functions,
18002 balance-windows-1 and balance-windows-2.
18003 (bw-adjust-window): Remove.
18004 (balance-windows-area-adjust): New function with functionality of
18005 bw-adjust-window but using resize-window.
2b75be67
SM
18006 (set-window-text-height): Rewrite doc-string.
18007 Use normalize-live-window and resize-window.
18008 (enlarge-window-horizontally, shrink-window-horizontally):
18009 Rename argument to DELTA.
6198ccd0
MR
18010 (window-buffer-height): New function.
18011 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
18012 Rewrite using new window resize routines.
2b75be67
SM
18013 (kill-buffer-and-window, mouse-autoselect-window-select):
18014 Use ignore-errors instead of condition-case.
6198ccd0
MR
18015 (quit-window): Call delete-frame instead of delete-windows-on
18016 for the only buffer on frame.
18017
9397e56f
MR
180182011-06-10 Martin Rudalics <rudalics@gmx.at>
18019
18020 * loadup.el (top-level): Load window before files for the sake
18021 of replace-buffer-in-windows.
18022
18023 * files.el (read-buffer-to-switch)
18024 (switch-to-buffer-other-window)
2b75be67
SM
18025 (switch-to-buffer-other-frame, display-buffer-other-frame):
18026 Move to window.el.
9397e56f
MR
18027
18028 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
18029 (previous-buffer): Move to window.el.
18030
18031 * bindings.el (unbury-buffer): Move to window.el.
18032
18033 * window.el (delete-other-windows-vertically): Move after
18034 definition of delete-other-windows.
18035 (other-window, delete-windows-on, replace-buffer-in-windows):
18036 Move here from window.c.
18037 (record-window-buffer, unrecord-window-buffer)
18038 (set-window-buffer-start-and-point, switch-to-prev-buffer)
18039 (switch-to-next-buffer): New functions.
18040 (get-next-valid-buffer, last-buffer, next-buffer): Move here
18041 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
18042 (previous-buffer): Move here from simple.el.
18043 Call switch-to-prev-buffer.
9397e56f
MR
18044 (bury-buffer): Move here from buffer.c. Switch to previous
18045 buffer when window cannot be deleted.
18046 (unbury-buffer): Move here from bindings.el.
18047 (ctl-x-map): Move binding for other-window from window.c to
18048 here.
18049 (read-buffer-to-switch, switch-to-buffer-other-window)
18050 (switch-to-buffer-other-frame): Move here from files.el.
18051 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
18052 (switch-to-buffer): Move here from buffer.c.
18053 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 18054
562dd5e9
MR
180552011-06-10 Martin Rudalics <rudalics@gmx.at>
18056
18057 * window.el (window-min-height, window-min-width): Move here
18058 from window.c. Add defcustoms and rewrite doc-strings.
18059 (resize-mini-window, resize-window): New functions.
18060 (adjust-window-trailing-edge, enlarge-window, shrink-window):
18061 Move here from window.c.
18062 (maximize-window, minimize-window): New functions.
18063 (delete-window, delete-other-windows, split-window): Move here
18064 from window.c.
18065 (window-split-min-size): New function.
18066 (split-window-keep-point): Mention split-window-above-each-other
18067 instead of split-window-vertically.
2b75be67 18068 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
18069 Rename split-window-vertically to split-window-above-each-other
18070 and provide defalias for old definition.
18071 (split-window-side-by-side, split-window-horizontally):
18072 Rename split-window-horizontally to split-window-side-by-side
18073 and provide defalias for the old definition.
562dd5e9
MR
18074 (ctl-x-map): Move bindings for delete-window,
18075 delete-other-windows and enlarge-window here from window.c.
18076 Replace bindings for split-window-vertically and
18077 split-window-horizontally by bindings for
18078 split-window-above-each-other and split-window-side-by-side.
18079
18080 * cus-start.el (all): Remove entries for window-min-height and
18081 window-min-width. Add entries for window-splits and
18082 window-nest.
18083
f0da764a
GM
180842011-06-09 Glenn Morris <rgm@gnu.org>
18085
80675c21
GM
18086 * calendar/appt.el (appt-mode-line): New function.
18087 (appt-check, appt-disp-window): Use it.
18088
f0da764a
GM
18089 * files.el (hack-one-local-variable-eval-safep):
18090 Allow minor-modes with explicit +/-1 arguments.
18091
59f623b7
TZ
180922011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
18093
18094 * term/xterm.el (xterm): Add defgroup.
18095 (xterm-extra-capabilities): Add defcustom to supply known xterm
18096 capabilities, skip querying them, or query them (default).
18097 (terminal-init-xterm): Use it.
18098 (terminal-init-xterm-modify-other-keys): New function to set up
18099 modifyOtherKeys support to simplify `terminal-init-xterm'.
18100
9aab8e0d
MR
181012011-06-09 Martin Rudalics <rudalics@gmx.at>
18102
18103 * window.el (resize-window-reset, resize-window-reset-1)
18104 (resize-subwindows-skip-p, resize-subwindows-normal)
18105 (resize-subwindows, resize-other-windows, resize-this-window)
18106 (resize-root-window, resize-root-window-vertically)
18107 (window-deletable-p, window-or-subwindow-p)
18108 (frame-root-window-p): New functions.
18109
e8b08aee
GM
181102011-06-09 Glenn Morris <rgm@gnu.org>
18111
18112 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
18113 (ange-ftp-get-files): Use it.
18114
254c37a5
AK
181152011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
18116
18117 * mail/sendmail.el (mail-recover-1, mail-recover):
18118 * files.el (recover-file, recover-session):
18119 Handle dired-listing-switches not being just a single short option.
18120
35d7dbd3
GM
181212011-06-09 Glenn Morris <rgm@gnu.org>
18122
18123 * calendar/appt.el (appt-display-message, appt-disp-window):
18124 Handle lists of appointments.
18125
387522b2
MR
181262011-06-08 Martin Rudalics <rudalics@gmx.at>
18127
2b75be67
SM
18128 * window.el (one-window-p): Move down in code.
18129 Rewrite doc-string.
18130 (window-current-scroll-bars): Rewrite doc-string.
18131 Normalize live window argument.
387522b2
MR
18132 (walk-windows, get-window-with-predicate, count-windows):
18133 Rewrite doc-string. Use window-list-1.
18134 (window-in-direction-2, window-in-direction, get-mru-window):
18135 New functions.
18136
d8e4b68b 181372011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
18138
18139 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
18140 Doc fix (Bug#8713).
18141
181422011-06-08 Chong Yidong <cyd@stupidchicken.com>
18143
18144 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
18145
181462011-06-08 Juanma Barranquero <lekktu@gmail.com>
18147
18148 * loadhist.el (unload-feature-special-hooks):
18149 Add `comint-output-filter-functions'.
18150
0de12c52
IK
181512011-06-08 Ivan Kanis <gnu@kanis.fr>
18152
18153 * calendar/appt.el (appt-check): Move some initializations into the let.
18154
f3d1777e
MR
181552011-06-08 Martin Rudalics <rudalics@gmx.at>
18156
18157 * window.el (window-height): Defalias to window-total-height.
18158 (window-width): Defalias to window-body-width.
18159
18af70d0
CY
181602011-06-07 Chong Yidong <cyd@stupidchicken.com>
18161
18162 * image-mode.el (image-toggle-animation): New command.
18163 (image-mode-map): Bind it to RET.
18164 (image-mode): Update message.
18165 (image-toggle-display-image): Avoid a spurious cache flush.
18166 (image-transform-rotation): Doc fix.
18167 (image-transform-properties): Return quickly in the normal case.
18168 (image-animate-loop): Rename from image-animate-max-time.
18169
2b75be67 18170 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
18171 (create-animated-image): Remove unnecessary function.
18172 (image-animate): Rename from image-animate-start. New arg.
2b75be67 18173 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
18174 (image-animate-timer): Use car-safe.
18175 (image-animate-timeout): Rename argument.
18176
190b47e6
MR
181772011-06-07 Martin Rudalics <rudalics@gmx.at>
18178
18179 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
18180 window.c. Rename first argument to ALL-FRAMES.
18181 Rephrase doc-strings.
18182 (get-buffer-window-list): Rewrite using window-list-1.
18183 Rephrase doc-string.
a1511caf
MR
18184 (window-safe-min-height, window-safe-min-width): New constants.
18185 (window-size-ignore, window-min-size, window-min-size-1)
18186 (window-sizable, window-sizable-p, window-size-fixed-1)
18187 (window-size-fixed-p, window-min-delta-1, window-min-delta)
18188 (window-max-delta-1, window-max-delta, window-resizable)
18189 (window-resizable-p, window-total-height, window-total-width)
18190 (window-body-width): New functions.
18191 (window-full-height-p, window-full-width-p): Rewrite using
18192 window-total-size.
18193 (window-body-height): Rewrite using window-body-size.
190b47e6 18194
85cc1f11
MR
181952011-06-06 Martin Rudalics <rudalics@gmx.at>
18196
18197 * window.el (window-right, window-left, window-child)
18198 (window-child-count, window-last-child, window-any-p)
18199 (normalize-live-buffer, normalize-live-frame)
18200 (normalize-any-window, normalize-live-window)
18201 (window-iso-combination-p, window-iso-combined-p)
18202 (window-iso-combinations)
18203 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
18204 (windows-with-parameter, window-with-parameter)
18205 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
18206 (window-atom-check, window-side-check, window-check):
18207 New functions.
85cc1f11
MR
18208 (ignore-window-parameters, window-sides, window-sides-vertical)
18209 (window-sides-slots): New variables.
18210 (window-size-fixed): Move down in code. Minor doc-string fix.
18211
e7156492
AS
182122011-06-05 Andreas Schwab <schwab@linux-m68k.org>
18213
18214 * comint.el (comint-dynamic-complete-as-filename)
18215 (comint-dynamic-complete-filename): Correctly call
18216 completion-in-region.
18217
7e821d0d
DD
182182011-06-05 Deniz Dogan <deniz@dogan.se>
18219
18220 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
18221 in last change.
18222
ac09b8a1
DD
182232011-06-05 Deniz Dogan <deniz@dogan.se>
18224
18225 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
18226 (rcirc): Use it to prompt for encryption.
18227
34699b85
RW
182282011-06-05 Roland Winkler <winkler@gnu.org>
18229
18230 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
18231 (bibtex-search-entries): New command bound to C-c C-a.
18232 (bibtex-display-entries): New function.
18233
004dedd3
RW
182342011-06-05 Roland Winkler <winkler@gnu.org>
18235
18236 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
18237 (bibtex-insert-kill): After yanking insert newline if necessary.
18238 (bibtex-initialize): Call bibtex-string-files-init only once.
18239 (bibtex-mode): Do not call easy-menu-add.
18240 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
18241 (bibtex-yank): Set arg properly if nil.
18242
022fe7ce
RW
182432011-06-05 Roland Winkler <winkler@gnu.org>
18244
2b75be67
SM
18245 * textmodes/bibtex.el (bibtex-search-entry-globally):
18246 New variable.
022fe7ce
RW
18247 (bibtex-search-entry): Use it.
18248
b7c3692a
RW
182492011-06-05 Roland Winkler <winkler@gnu.org>
18250
18251 * textmodes/bibtex.el (bibtex-entry-format): New option
18252 sort-fields.
18253 (bibtex-format-entry, bibtex-reformat): Honor this option.
18254 (bibtex-parse-entry): Return fields in proper order.
18255
8eda563d
JB
182562011-06-05 Juanma Barranquero <lekktu@gmail.com>
18257
18258 * doc-view.el (doc-view-remove-if): Move computation of result out
18259 of `dolist' to silence misleading lexical-binding warning.
18260
7dbe3dbc
CY
182612011-06-04 Chong Yidong <cyd@stupidchicken.com>
18262
18263 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
18264 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
18265
0c33dd17
MA
182662011-06-04 Michael Albinus <michael.albinus@gmx.de>
18267
18268 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
18269 "SunOS 5.10".
18270
f8f91c2b
MA
182712011-06-04 Michael Albinus <michael.albinus@gmx.de>
18272
18273 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
18274 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
18275 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
18276 (tramp-parse-putty):
18277 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
18278 (tramp-completion-function-alist-ssh)
18279 (tramp-completion-function-alist-telnet)
18280 (tramp-completion-function-alist-su)
18281 (tramp-completion-function-alist-putty): Set `tramp-autoload'
18282 cookie.
18283
18284 * net/tramp-ftp.el:
18285 * net/tramp-sh.el:
18286 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
18287 load "tramp.el" `tramp-set-completion-function'.
18288
e17d9003
SM
182892011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
18290
18291 * shell.el: Require and use pcomplete.
18292 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
18293 (shell-completion-vars): Set pcomplete-default-completion-function.
18294
6c4cab03
DD
182952011-06-04 Deniz Dogan <deniz@dogan.se>
18296
18297 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
18298 `memq' (Bug#8799).
18299
ea9fafe0
SM
183002011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
18301
18302 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
18303
b3e945d3
JB
183042011-06-02 Juanma Barranquero <lekktu@gmail.com>
18305
18306 * bs.el (bs--mark-unmark, bs--nth-wrapper):
18307 * mpc.el (mpc-select-extend, mpc-songpointer-context):
18308 * vc/log-view.el (log-view-beginning-of-defun):
18309 * vc/smerge-mode.el (smerge-apply-resolution-patch)
18310 (smerge-refine-forward, smerge-refine-chopup-region):
18311 Silence warning for unused `dotimes' counter variables.
18312
7d520089
SM
183132011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
18314
18315 * net/tramp.el (tramp-with-progress-reporter): Rename from
18316 with-progress-reporter. Use `declare'.
18317 * net/tramp-smb.el:
18318 * net/tramp-sh.el:
18319 * net/tramp-gvfs.el: Update all uses.
18320
a1c2400f
JB
183212011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
18322
18323 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
18324 buffer isn't killed before making it current.
18325
2403c841
SM
183262011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18327
18328 Silence various byte-compiler warnings.
18329 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
18330 `access-type' and new obsolescence format.
18331 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
18332 new format.
18333 (byte-compile-check-variable): New `access-type' argument.
18334 Only warn if the access-type is obsolete.
18335 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
18336 (byte-compile-variable-set): Adjust callers.
18337 * help-fns.el (describe-variable): Adjust to new obsolescence format.
18338 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
18339 setting it as obsolete.
18340 * simple.el (minibuffer-completing-symbol):
18341 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
18342 access as obsolete.
18343 * minibuffer.el (minibuffer-completing-file-name): Don't make it
18344 obsolete yet.
18345 * international/quail.el (quail-mouse-choose-completion): Remove unused
18346 code referring to obsolete var.
18347 (quail-choose-completion-string): Remove.
18348 * server.el (server-clients-with, server-kill-buffer-query-function)
18349 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
18350 * proced.el (proced-send-signal):
18351 * emacs-lisp/lisp.el (lisp-complete-symbol):
18352 Replace completion-annotate-function with completion-extra-properties.
18353
2462470b
SM
183542011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18355
fb5b2591
SM
18356 * simple.el (goto-line): Use read-number.
18357 (overriding-map-is-bound): Remove.
18358 (saved-overriding-map): Change default.
18359 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
18360 Take the map as argument.
18361 (universal-argument, negative-argument, digit-argument): Use it.
18362 (restore-overriding-map): Adjust.
18363 (do-auto-fill): Use fill-forward-paragraph.
18364 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
18365
fd6fa53f
SM
18366 * minibuffer.el (minibuffer-inactive-mode-map): New var.
18367 (minibuffer-inactive-mode): New major mode.
18368 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
18369 the *Messages* buffer" hack.
18370 (mouse-popup-menubar): Don't burp if the event is a normal key.
18371
2462470b
SM
18372 Miscellaneous tweaks.
18373 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
18374 lexical scoping as in subr.el's dolist and dotimes.
18375 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
18376 Silence compiler warning.
18377 * thingatpt.el (forward-whitespace): Trivial coding style fix.
18378 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
18379 * international/ccl.el (ccl-compile): Trivial simplification.
18380 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
18381 * emacs-lisp/testcover.el (testcover-end): Remove spurious
18382 `printflag' argument.
18383 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
18384 Purecopy the whole obsolescence data.
18385
108bf785
LL
183862011-06-01 Leo Liu <sdl.web@gmail.com>
18387
18388 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
18389 improve doc-string as suggested by Marco Pessotto
18390 <melmothx@gmail.com>.
18391 (rcirc-print): Fix last change.
18392
30a23501
SM
183932011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18394
18395 * minibuffer.el (complete-with-action): Return nil for the metadata and
18396 boundaries of non-functional tables.
18397 (completion-table-dynamic): Return nil for the metadata.
18398 (completion-table-with-terminator): Add default case, using
18399 complete-with-action.
18400 (completion--metadata): New function.
18401 (completion-all-sorted-completions, minibuffer-completion-help): Use it
18402 to try and avoid pathological performance problems.
18403 (completion--embedded-envvar-table): Return `category' metadata.
18404
bcd54f83
LMI
184052011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
18406
18407 * subr.el (process-alive-p): New tiny convenience function.
18408
e227544d
SM
184092011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18410
18411 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
18412 content but also its previous major mode.
18413
e8296fdc
HE
184142011-05-31 Helmut Eller <eller.helmut@gmail.com>
18415
4d61f28d 18416 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
18417 *Backtrace* buffer when we exit with C-M-c.
18418
620c53a6
SM
184192011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18420
18421 * minibuffer.el: Add metadata method to completion tables.
18422 (completion-category-overrides): New defcustom.
18423 (completion-metadata, completion--field-metadata)
18424 (completion-metadata-get, completion--styles)
18425 (completion--cycle-threshold): New functions.
18426 (completion-try-completion, completion-all-completions):
18427 Add `metadata' argument to choose completion-styles.
18428 (completion--do-completion): Use metadata to choose cycling.
18429 (completion-all-sorted-completions): Use metadata for sorting.
18430 Remove :completion-cycle-penalty which is not needed any more.
18431 (completion--try-word-completion): Add `metadata' argument.
18432 (minibuffer-completion-help): Check metadata for annotation function
18433 and sorting.
18434 (completion-file-name-table): Return `category' metadata.
18435 (minibuffer-completing-file-name): Make obsolete.
18436 * simple.el (minibuffer-completing-symbol): Make obsolete.
18437 * icomplete.el (icomplete-completions): Pass new `metadata' param to
18438 completion-try-completion.
18439
1257e755
SM
184402011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
18441
18442 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
18443
3767e706
LL
184442011-05-30 Leo Liu <sdl.web@gmail.com>
18445
18446 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
18447 (rcirc-print): Decode all incoming messages (bug#8744).
18448 (rcirc-decode-coding-system): Allow value nil for automatic coding
18449 system detection.
3767e706 18450
d1a5d56a
GM
184512011-06-01 Glenn Morris <rgm@gnu.org>
18452
18453 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
18454
e8cbec34
CY
184552011-05-29 Chong Yidong <cyd@stupidchicken.com>
18456
18457 * image.el (image-animate-max-time): Allow nil and t values.
18458 Default to nil.
18459 (create-animated-image): Doc fix.
18460 (image-animate-start): Remove second arg; just use
18461 image-animate-max-time.
18462 (image-animate-timeout): Doc fix. Args changed.
18463
18464 * image-mode.el (image-toggle-display-image): Ensure that the
18465 image spec passed to the animate timer is the same object as in
58179cce 18466 the buffer's display property (Bug#6981).
e8cbec34
CY
18467 (image-transform-properties): Doc fix.
18468
18469 * image.el (image-animate-max-time): Default to nil.
18470
159daf87
MR
184712011-05-29 Martin Rudalics <rudalics@gmx.at>
18472
18473 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
18474 entire buffer list (Bug#8184).
18475
d66c4c7c
CY
184762011-05-29 Chong Yidong <cyd@stupidchicken.com>
18477
18478 * image.el (imagemagick-types-inhibit)
18479 (imagemagick-register-types): Doc fix.
18480
80aec780
DD
184812011-05-29 Deniz Dogan <deniz@dogan.se>
18482
18483 * net/rcirc.el (rcirc): Use the user's stored encryption method by
18484 default.
18485
1dd3c2d9
CY
184862011-05-29 Chong Yidong <cyd@stupidchicken.com>
18487
18488 * select.el: Don't perform clipboard-manager saving in hooks;
18489 leave the hooks empty.
18490
60e56523
LL
184912011-05-28 Leo Liu <sdl.web@gmail.com>
18492
18493 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
18494 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
18495 (occur-edit-mode): New major mode (Bug#8463).
18496 (occur-after-change-function): New function.
18497 (occur-engine): Give Occur tags a read-only property.
18498
2b1e1a22
KR
184992011-05-28 Kevin Ryde <user42@zip.com.au>
18500
18501 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
18502
5d344e88
CY
185032011-05-28 Chong Yidong <cyd@stupidchicken.com>
18504
8e6ca83d
CY
18505 * bindings.el (help-echo): Make the initial non-indicator dash
18506 empty on graphical terminals (Bug#7295).
18507
5d344e88
CY
18508 * files.el (auto-mode-alist): Move config rule after the
18509 in-stripping one (Bug#8547).
18510
bfbbace7
CY
18511 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
18512
fbeba6e2
CY
18513 * startup.el (normal-splash-screen): Remove gratuitous mode-line
18514 setting (Bug#8740).
18515
60ed8c72
AA
185162011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
18517
4ac619f0
AA
18518 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
18519 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
18520 (Bug#8539).
60ed8c72 18521
23db196e
CY
185222011-05-28 Chong Yidong <cyd@stupidchicken.com>
18523
18524 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
18525
5012f24c
DK
185262011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
18527
18528 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
18529 (hs-hide-block-at-point, hs-find-block-beginning)
18530 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
18531 (Bug#8279).
18532
6a639b16
GM
185332011-05-28 Glenn Morris <rgm@gnu.org>
18534
18535 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
18536
d43eaf2c
CY
185372011-05-28 Chong Yidong <cyd@stupidchicken.com>
18538
5199bde1
CY
18539 * help-fns.el (describe-function-1): If the function is a derived
18540 major mode, print the parent mode.
18541
d43eaf2c
CY
18542 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
18543 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
18544
423428a8
SM
185452011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
18546
0ff8e1ba 18547 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 18548 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
18549 * progmodes/etags.el (tags-completion-at-point-function):
18550 * info-look.el (info-lookup-completions-at-point): Mark as
18551 non-exclusive.
18552 (info-complete): Adjust accordingly.
18553
423428a8
SM
18554 * info-look.el: Convert to lexical-binding and completion-at-point.
18555 (info-lookup-completions-at-point): New function.
18556 (info-complete): Use it and completion-in-region.
18557
b74aa22b
DA
185582011-05-28 Drew Adams <drew.adams@oracle.com>
18559
18560 * isearch.el: Let M-e start with point at the first mismatched char.
18561 (isearch-fail-pos): New function.
18562 (isearch-edit-string): Use it.
18563
66e2e71d
DK
185642011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
18565
18566 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
18567
b1890b0f 185682011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
18569
18570 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
18571 traversal functions for avl-trees.
18572 (avl-tree--stack): New struct.
18573 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
18574 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
18575 (avl-tree--do-enter): Add optional `updatefun' arg.
18576 Change return value.
eb95d01d 18577 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
18578 (avl-tree--do-delete): Add `test' and `nilflag' args.
18579 Change return value.
eb95d01d
TC
18580 (avl-tree-member): Add optional `nilflag'
18581 (avl-tree-member-p): New function.
18582 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
18583 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
18584 (avl-tree-stack-empty-p): New functions.
18585
3769ddcf
TC
18586 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
18587 avl-tree--del-balance1 and make it work both ways.
18588 (avl-tree--del-balance2): Remove.
18589 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
18590 make it work both ways.
18591 (avl-tree--enter-balance2): Remove.
18592 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
18593 New macros.
18594 (avl-tree--mapc, avl-tree-map): Add direction argument.
18595
eb95d01d 185962011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
18597
18598 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
18599
a9f737ee
CY
186002011-05-27 Chong Yidong <cyd@stupidchicken.com>
18601
18602 * select.el: Support clipboard managers with built-in function
18603 x-clipboard-manager-save, via delete-frame-functions and
18604 kill-emacs-hook.
18605 (xselect-convert-to-targets): Add MULTIPLE target to list.
18606 (xselect-convert-to-save-targets): New function.
18607
c92a1e54
KH
186082011-05-27 Kenichi Handa <handa@m17n.org>
18609
18610 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
18611 let-binding rfc2047-encode-encoded-words to nil.
18612
e145f188
GM
186132011-05-27 Glenn Morris <rgm@gnu.org>
18614
5ec8a862
GM
18615 * mail/emacsbug.el: Don't require url-util.
18616
4b29d9fb
GM
18617 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
18618
e145f188
GM
18619 * files.el (set-auto-mode):
18620 Also respect mode: entries at the end of the file. (Bug#8586)
18621
7d15102b
GM
186222011-05-26 Glenn Morris <rgm@gnu.org>
18623
98f593b8
GM
18624 * files.el (hack-local-variables-prop-line, hack-local-variables):
18625 Downcase mode names, as seems to be traditional.
27b48e63 18626 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 18627
7d15102b
GM
18628 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
18629 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
18630
51d5b4ec
JD
186312011-05-25 Julien Danjou <julien@danjou.info>
18632
18633 * textmodes/rst.el (rst-define-level-faces): Do not define face
18634 symbol if it is already defined.
18635
91513f63
VB
186362011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
18637
18638 * play/5x5.el (5x5-new-game, 5x5-randomize):
18639 Reset 5x5-solver-output to nil when a new grid is cast.
18640 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
18641 these debugging traces, as defmacro breaks the compiled code.
18642
4d90d6d0
DK
186432011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
18644
18645 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
18646
e1b90ef6
LL
186472011-05-24 Leo Liu <sdl.web@gmail.com>
18648
18649 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
18650 (vc-bzr-sha1): Adapt.
18651
d8e4b68b 18652 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
18653
18654 * bindings.el: Provide sha1 feature.
18655
db0406bb 186562011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
18657
18658 * mail/sendmail.el: Require `rfc2047'.
18659 (mail-insert-from-field): Do not perform RFC2047 encoding.
18660 (mail-encode-header): New function.
18661 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
18662 buffer to the return value of select-message-coding-system.
18663 Call mail-encode-header.
b8d747b9
KH
18664
18665 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
18666
db0406bb 186672011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 18668
4d90d6d0
DK
18669 * mail/supercite.el (sc-default-cite-frame):
18670 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 18671
eb8a5e9b
GM
186722011-05-24 Glenn Morris <rgm@gnu.org>
18673
f8630703
GM
18674 * progmodes/python.el (brm-menu): Declare.
18675
8831bbed
GM
18676 * emulation/viper.el (viper-set-hooks): Declare.
18677
eb8a5e9b
GM
18678 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
18679 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
18680 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
18681 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
18682 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
18683 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
18684
a2a25d24
SM
186852011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
18686
18687 Add an :exit-function for completion-at-point.
18688
18689 * minibuffer.el (completion--done): New fun.
18690 (completion--do-completion): Use it. New arg `expect-exact'.
18691 (minibuffer-complete, minibuffer-complete-word): Don't output message,
18692 since completion--do-completion does it for us now.
18693 (minibuffer-force-complete): Use completion--done and
18694 completion--replace. Handle sole-completion case with more care.
18695 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
18696 (completion-extra-properties): New var.
18697 (completion-annotate-function): Make obsolete.
18698 (minibuffer-completion-help): Adjust accordingly.
18699 Use completion-list-insert-choice-function.
18700 (completion-at-point, completion-help-at-point):
18701 Bind completion-extra-properties.
18702 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
18703 * simple.el (completion-list-insert-choice-function): New var.
18704 (completion-setup-function): Preserve it.
18705 (choose-completion): Pay attention to it, shuffle the code a bit.
18706 (choose-completion-string): New arg `insert-function'.
18707
18708 * textmodes/bibtex.el: Convert to lexical binding.
18709 (bibtex-mode-map): Use completion-at-point.
18710 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
18711 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
18712 (bibtex-complete): Define as obsolete alias.
18713 (bibtex-complete-internal): Remove.
18714 (bibtex-format-entry): Remove unused sub-group in regexp.
18715 * shell.el (shell--command-completion-data)
18716 (shell-environment-variable-completion):
18717 * pcomplete.el (pcomplete-completions-at-point):
18718 * comint.el (comint--complete-file-name-data): Use :exit-function
18719 instead of completion-table-with-terminator so it also works for
18720 choose-completion.
18721
e44e373d
SM
187222011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
18723
4f91a816
SM
18724 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
18725
782fc819
SM
18726 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
18727 (bug#8710).
18728
e44e373d
SM
18729 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
18730
381987c3
KM
187312011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
18732
18733 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
18734 customization variable and implement: If non-nil, auto-fill will
18735 be inhibited while on topic's header line.
18736
b776bc70
VB
187372011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
18738
18739 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 18740 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
18741 always have a solution in grid size = 5 cases.
18742 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
18743 (5x5-solver-output, 5x5-log-buffer): New vars.
18744 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
18745 Make these variables buffer local to achieve 5x5 multi-session-ness.
18746 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
18747 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
18748 (5x5-solve-suggest): New funs.
18749 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
18750 randomize a grid so that we ensure that there is always a solution.
18751 (5x5-make-random-grid): Allow other movement than flipping.
18752
7de88b6e
KR
187532011-05-23 Kevin Ryde <user42@zip.com.au>
18754
18755 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 18756 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
18757 advice and passes PREDICATE.
18758
b1ef1257
SM
187592011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
18760
bbca48fe
SM
18761 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
18762 byte-compile-lambda if it's actually a lambda.
18763
b1ef1257
SM
18764 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
18765 Fix function quoting. Use backquote better.
18766
92a9cc65
YS
187672011-05-22 Yuanle Song <sylecn@gmail.com>
18768
18769 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
18770 matching (Bug#8516).
18771
fe93f41a 187722011-05-22 Jari Aalto <jari.aalto@cante.net>
f0fb8059
JA
18773
18774 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
18775 different face (Bug#8178).
18776
d5b44c93
CY
187772011-05-22 Chong Yidong <cyd@stupidchicken.com>
18778
18779 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
18780 defface (Bug#8144).
18781
79106a44
SM
187822011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
18783
9c848d8a
SM
18784 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
18785 funcall as well (bug#8712). Warn when performing those conversions.
18786 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
18787
79106a44
SM
18788 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
18789
88dfa756
GM
187902011-05-22 Glenn Morris <rgm@gnu.org>
18791
18792 * files.el (hack-local-variables-prop-line): Small simplifications.
18793 (hack-local-variables, hack-local-variables-prop-line):
18794 If MODE-ONLY, return the mode, rather than just `t'.
18795
b7cf2c79
SM
187962011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
18797
18798 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
18799
3f1a8558
GM
188002011-05-21 Glenn Morris <rgm@gnu.org>
18801
7e4ccca3
GM
18802 * files.el (hack-local-variables-prop-line, hack-local-variables):
18803 If only interested in the mode, don't bother doing the other stuff.
18804
637d46ca
GM
18805 * image-mode.el (image-after-revert-hook):
18806 Redraw all frames on which the image is visible. (Bug#8567)
18807
973d955b
GM
18808 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
18809
3f1a8558
GM
18810 * wid-edit.el (widget-checklist-match-inline):
18811 Fix 2011-04-19 change. (Bug#8649)
18812
96479927
SM
188132011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
18814
1dcf791f
SM
18815 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
18816 Also allow singlespace after single-letter capitals followed by a dot.
18817
96479927
SM
18818 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
18819 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
18820
35fd0881
N
188212011-05-20 Nix <nix@esperi.org.uk>
18822
18823 * files.el (basic-save-buffer-2):
18824 Fix handling of break-hardlink-on-save with non-existent files.
18825
82745640
DD
188262011-05-19 Deniz Dogan <deniz@dogan.se>
18827
18828 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 18829 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 18830
4a720484
GM
188312011-05-19 Glenn Morris <rgm@gnu.org>
18832
d1f21341
GM
18833 * progmodes/f90.el (f90-type-def-re):
18834 Handle "type, bind(c)". (Bug#8691)
18835
4a720484
GM
18836 * emacs-lisp/autoload.el (batch-update-autoloads):
18837 Set autoload-excludes by parsing loadup.el rather than Makefiles.
18838
2fb0a219
MA
188392011-05-18 Michael Albinus <michael.albinus@gmx.de>
18840
18841 * net/tramp.el (tramp-process-actions): Set "first-password-request"
18842 property for the correct connection in case of multihops.
18843
e565dd37
GM
188442011-05-18 Glenn Morris <rgm@gnu.org>
18845
c2571358 18846 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
18847 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
18848
e565dd37
GM
18849 Rationalize calendar handling of day and month abbrev-arrays.
18850 * calendar/calendar.el (calendar-customized-p): New function.
18851 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
18852 (calendar-day-name-array, calendar-month-name-array): Doc fix.
18853 Add :set function.
18854 (calendar-abbrev-length, calendar-day-abbrev-array)
18855 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
18856 (calendar-day-abbrev-array, calendar-month-abbrev-array):
18857 Elements may no longer be nil.
18858 (calendar-day-name, calendar-month-name):
18859 Update for changed nature of abbrev arrays.
18860 * calendar/diary-lib.el (diary-name-pattern):
18861 Update for changed nature of abbrev arrays.
18862 (diary-mark-entries-1): Update calendar-make-alist calls.
18863 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
18864 * calendar/cal-html.el (cal-html-day-abbrev-array):
18865 Simply inherit from calendar-day-abbrev-array.
18866
1d99a745
SM
188672011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
18868
18869 * progmodes/grep.el (grep-mode): Disable default
18870 compilation-directory-matcher setting (bug#8684).
18871
7c1d9aa0
MA
188722011-05-17 Michael Albinus <michael.albinus@gmx.de>
18873
18874 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
18875 instead of "head" and "tail". There were problems with SunOS 5.9,
18876 and it performs better.
18877
3952e9d8
GM
188782011-05-17 Glenn Morris <rgm@gnu.org>
18879
2dd12e7f
GM
18880 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
18881
e4157b9c
GM
18882 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
18883 Replace obsolete function.
18884
8e249bbd
GM
18885 * shell.el (pcomplete-parse-arguments-function): Declare.
18886
3952e9d8
GM
18887 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
18888 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
18889 (appt-check): Doc fixes.
18890 (appt-disp-window-function, appt-delete-window-function):
18891 Remove needless special case in custom :type.
18892 (appt-display-count): Default to 0, not nil.
18893 (appt-check): Reset appt-display-count to 0, not nil.
18894
c71a0d48 188952011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 18896
c71a0d48
GM
18897 * progmodes/python.el (python-font-lock-keywords):
18898 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 18899
31d55be9
SM
189002011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
18901
18902 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
18903
3bfacb2f
KR
189042011-05-16 Kevin Ryde <user42@zip.com.au>
18905
18906 * info-look.el (makefile-automake-mode): New setups, looking in
18907 automake manual, then makefile-mode.
18908 (makefile-mode): Remove automake manual, have it just in
18909 makefile-automake-mode since there's various things different or
18910 not relevant to plain make.
18911 (makefile-mode): Remove "other-modes" non-existent automake-mode,
18912 believe a hypothetical automake-mode would go to makefile-mode,
18913 not the other way around.
18914
c8e83751
CY
189152011-05-15 Chong Yidong <cyd@stupidchicken.com>
18916
5e9e35cd
CY
18917 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
18918 hunk-end tags (Bug#8672).
18919
c8e83751
CY
18920 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
18921 vc-annotate-show-diff-revision-at-line (Bug#8671).
18922
50b23e5a
GM
189232011-05-14 Glenn Morris <rgm@gnu.org>
18924
7210a739
GM
18925 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
18926 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
18927 (change-log-font-lock-keywords): Also handle multiple author lines
18928 with leading tabs. (Bug#8644)
7210a739 18929
4691905a
GM
18930 * calendar/appt.el (appt-check): Rename some local variables.
18931 Some simplification/reordering.
18932
50b23e5a
GM
18933 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
18934 (feedmail-sendmail-f-doesnt-sell-me-out)
18935 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
18936 (feedmail-debug-sit-for, feedmail-queue-express-hook)
18937 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
18938 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
18939 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
18940 (feedmail-binmail-gnulinuxish-template):
18941 Rename from feedmail-binmail-linuxish-template.
18942 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
18943 Use insert-buffer-substring.
18944
215cda7c
BC
189452011-05-14 Bill Carpenter <bill@carpenter.org>
18946
18947 * mail/feedmail.el (feedmail-patch-level): Increase.
18948 (feedmail-debug): New custom group.
18949 (feedmail-confirm-outgoing-timeout)
18950 (feedmail-sendmail-f-doesnt-sell-me-out)
18951 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
18952 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
18953 (feedmail-sender-line, feedmail-from-line)
18954 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 18955 (feedmail-spray-this-address)
215cda7c
BC
18956 (feedmail-spray-address-fiddle-plex-list)
18957 (feedmail-queue-use-send-time-for-date)
18958 (feedmail-queue-use-send-time-for-message-id)
18959 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
18960 (feedmail-buffer-eating-function):
18961 Doc fixes.
18962 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
18963 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
18964 (feedmail-message-action-scroll-down): New functions.
18965 (feedmail-queue-directory, feedmail-queue-draft-directory):
18966 Use expand-file-name.
18967 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
18968 Remove C-v help entry.
18969 (feedmail-queue-buffer-file-name): New variable.
18970 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
18971 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
18972 (feedmail-message-action-send-strong, feedmail-message-action-edit)
18973 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
18974 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
18975 (feedmail-message-action-toggle-spray)
18976 (feedmail-run-the-queue-no-prompts)
18977 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
18978 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
18979 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
18980 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
18981 (feedmail-envelope-deducer, feedmail-fiddle-from)
18982 (feedmail-fiddle-sender, feedmail-default-date-generator)
18983 (feedmail-fiddle-date, feedmail-fiddle-message-id)
18984 (feedmail-fiddle-spray-address)
18985 (feedmail-fiddle-list-of-spray-fiddle-plexes)
18986 (feedmail-fiddle-list-of-fiddle-plexes)
18987 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
18988 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
18989 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
18990 Change default. Doc fix.
18991 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
18992 (feedmail-binmail-linuxish-template): New constant.
18993 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
18994 Respect feedmail-sendmail-f-doesnt-sell-me-out.
18995 (feedmail-send-it): Add debug call.
18996 Use feedmail-queue-buffer-file-name, and
18997 feedmail-send-it-immediately-wrapper.
18998 (feedmail-message-action-send): Add debug call.
18999 Use feedmail-send-it-immediately-wrapper.
19000 (feedmail-queue-express-to-queue): Add debug call.
19001 Run feedmail-queue-express-hook.
19002 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
19003 (feedmail-message-action-help-blat):
19004 Rename from feedmail-queue-send-edit-prompt-help-first.
19005 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
19006 Check line-endings. Handle errors better.
19007 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
19008 Doc fix. Add debug call.
19009 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
19010 Use feedmail-queue-send-edit-prompt-inner.
19011 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
19012 (feedmail-queue-send-edit-prompt-inner): New function, extracted
19013 from feedmail-queue-send-edit-prompt.
19014 (feedmail-queue-send-edit-prompt-help)
19015 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
19016 (feedmail-tidy-up-slug): Add debug call.
19017 Respect feedmail-queue-slug-suspect-regexp.
19018 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
19019 (feedmail-dump-message-to-queue): Add debug call.
19020 Expand queue-directory.
19021 (feedmail-dump-message-to-queue): Change message slightly.
19022 Use feedmail-say-chatter.
19023 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
19024 (feedmail-send-it-immediately-wrapper): New function.
19025 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
19026 Insert empty string rather than newline. Handle full-frame case.
19027 Use catch/throw. Use feedmail-say-chatter.
19028 (feedmail-fiddle-from): Try mail-host-address.
19029 (feedmail-default-message-id-generator): Doc fix.
19030 Bind system-time-locale. Handle missing end.
19031 (feedmail-fiddle-x-mailer): Add debug call.
19032 Handle feedmail-x-mailer-line being nil.
19033 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
19034 Add debug call. Use buffer-substring-no-properties.
19035 (feedmail-say-debug, feedmail-say-chatter): New functions.
19036 (feedmail-find-eoh): Give an explicit error.
19037
42c7e61e
UJ
190382011-05-13 Ulf Jasper <ulf.jasper@web.de>
19039
c2571358 19040 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 19041 family from helvetica to sans.
c2571358 19042 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
19043 etc/images/newsticker.
19044
c2571358 19045 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
19046 family from helvetica to sans.
19047
19048 * net/newst-plainview.el (newsticker-new-item-face)
19049 (newsticker-old-item-face, newsticker-immortal-item-face)
19050 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 19051 (newsticker-statistics-face): Change default family from
42c7e61e 19052 helvetica to sans.
c2571358 19053 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
19054 etc/images/newsticker.
19055
5d3385a0
JB
19056 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
19057 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
19058 auto-marking.
19059
8497a297
DV
190602011-05-13 Didier Verna <didier@xemacs.org>
19061
19062 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
19063 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
19064 TODO entries.
8497a297
DV
19065 (lisp-lambda-list-keyword-parameter-indentation)
19066 (lisp-lambda-list-keyword-parameter-alignment)
19067 (lisp-lambda-list-keyword-alignment): New customizable user options.
19068 (lisp-indent-defun-method): Improve docstring.
19069 (extended-loop-p): Fix comment.
19070 (lisp-indent-lambda-list-keywords-regexp): New variable.
19071 (lisp-indent-lambda-list): New function.
19072 (lisp-indent-259): Use it.
19073 (lisp-indent-defmethod): Support for more than one
19074 method qualifier and properly indent methods lambda-lists.
19075 (defgeneric): Provide a missing common-lisp-indent-function property.
19076
f278f87f
SM
190772011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
19078
19079 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
19080 bounds for the empty string (bug#8667).
19081
5233edd7
GM
190822011-05-13 Glenn Morris <rgm@gnu.org>
19083
5237a44f
GM
19084 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
19085
8340026c 19086 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 19087 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 19088
5233edd7 19089 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 19090 (appt-time-msg-list): Doc fix.
a5464014 19091 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 19092
92d10796
AS
190932011-05-12 Andreas Schwab <schwab@linux-m68k.org>
19094
19095 * progmodes/ld-script.el (ld-script-keywords)
19096 (ld-script-builtins): Update keywords list.
19097
914a0ae1
SM
190982011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19099
c89be45f
SM
19100 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
19101
914a0ae1
SM
19102 * shell.el (shell-completion-vars): New function.
19103 (shell-mode):
19104 * simple.el (read-shell-command): Use it.
19105 (blink-matching-open): No need for " [...]" in minibuffer-message.
19106
98dc3df3
GM
191072011-05-12 Glenn Morris <rgm@gnu.org>
19108
19109 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
19110 (appt-check): Simplify.
19111
d2fc7e3d 191122011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 19113
4d61f28d 19114 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
19115 literal "/dev/null".
19116
d2fc7e3d 191172011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
19118
19119 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
19120 Fix typo.
19121
d2fc7e3d 191222011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 19123
3f254caa
SM
19124 * progmodes/which-func.el (which-function):
19125 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
19126 which might not be defined (Bug#8260).
19127
d45885f7
GM
191282011-05-12 Glenn Morris <rgm@gnu.org>
19129
19130 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
19131 Let byte-compile-initial-macro-environment always take precedence.
19132
488086f4
SM
191332011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19134
19135 * net/rcirc.el: Add support for SSL/TLS connections.
19136 (rcirc-server-alist): New field `encryption'.
19137 (rcirc): Check `encryption' settings.
19138 (rcirc-connect): New arg `encryption'. Use open-network-stream.
19139 Merge make-local-variable into `set'.
19140 (rcirc--connection-open-p): New function.
19141 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
19142 the process is not a network process (e.g. running gnutls-cli).
19143 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
19144 Make rcirc-(en|de)code-coding-system local here.
19145 (rcirc-mode): Merge make-local-variable into `set'.
19146 (rcirc-parent-buffer): Make permanent buffer-local.
19147 (rcirc-multiline-minor-mode): Don't do it here.
19148 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
19149 there's no server buffer.
19150
7d3b9d44
GM
191512011-05-11 Glenn Morris <rgm@gnu.org>
19152
f64049c6
GM
19153 * newcomment.el (comment-kill): Prefix "unused" local.
19154
93c9df73
GM
19155 * term/w32console.el (get-screen-color): Declare.
19156
7d3b9d44
GM
19157 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
19158 Handle symbol elements of byte-compile-initial-macro-environment.
19159
9e2dd53f
LL
191602011-05-10 Leo Liu <sdl.web@gmail.com>
19161
488086f4
SM
19162 * bookmark.el (bookmark-bmenu-mode-map):
19163 Bind bookmark-bmenu-search to `/'.
8b340240 19164
9e2dd53f 19165 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
19166 (footnote-unicode-string, footnote-unicode-regexp): New variable.
19167 (Footnote-unicode): New function.
19168 (footnote-style-alist): Add unicode style to the list.
19169 (footnote-style): Doc fix.
9e2dd53f 19170
79b70037
GM
191712011-05-10 Jim Meyering <meyering@redhat.com>
19172
19173 Fix doubled-word typos.
19174 * international/quail.el (quail-insert-kbd-layout): and and -> and
19175 * kermit.el: and and -> and
19176 * net/ldap.el (ldap-search-internal): to to -> to
19177 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
19178 * progmodes/js.el (js-mode): and and -> and
19179 * textmodes/artist.el (artist-move-to-xy): at at -> at
19180 (artist-draw-region-trim-line-endings): if if -> if
19181 And Safetyc -> Safety.
19182 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
19183
b8f82dc1 191842011-05-10 Glenn Morris <rgm@gnu.org>
f1a71c6e 19185 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
19186
19187 * files.el (hack-one-local-variable-eval-safep):
19188 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
19189
4f99f44b
GM
191902011-05-10 Glenn Morris <rgm@gnu.org>
19191
19192 * calendar/diary-lib.el (diary-list-entries-hook)
19193 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
19194 (diary-nongregorian-marking-hook, diary-list-entries)
19195 (diary-include-other-diary-files, diary-mark-entries)
19196 (diary-mark-included-diary-files): Doc fixes.
19197
84f29e6b
JB
191982011-05-09 Juanma Barranquero <lekktu@gmail.com>
19199
19200 * misc.el: Require tabulated-list.el during compilation.
19201
9bedd73a
CY
192022011-05-09 Chong Yidong <cyd@stupidchicken.com>
19203
488086f4
SM
19204 * progmodes/compile.el (compilation-start):
19205 Run compilation-filter-hook for the async case too.
9bedd73a
CY
19206 (compilation-filter-hook): Doc fix.
19207
797c735c
DD
192082011-05-09 Deniz Dogan <deniz@dogan.se>
19209
19210 * wdired.el: Remove outdated installation comment. Fix usage
19211 comment.
19212
5f4b1dfe
JB
192132011-05-09 Juanma Barranquero <lekktu@gmail.com>
19214
19215 * misc.el: Implement new command `list-dynamic-libraries'.
19216 (list-dynamic-libraries--loaded-only-p): New variable.
19217 (list-dynamic-libraries--refresh): New function.
19218 (list-dynamic-libraries): New command.
19219
4c44026c
CY
192202011-05-09 Chong Yidong <cyd@stupidchicken.com>
19221
488086f4
SM
19222 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19223 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
19224 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
19225 higher priority to avoid clobbering by gnu.
19226
027f966d
CY
192272011-05-08 Chong Yidong <cyd@stupidchicken.com>
19228
19229 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
19230 if the face has existing theme settings (Bug#8454).
19231
085f5d7d
CY
192322011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
19233
488086f4
SM
19234 * progmodes/perl-mode.el (perl-imenu-generic-expression):
19235 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 19236
2a86a00c
RS
19237 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
19238 special file names `.' and `..' (Bug#8259).
19239
d9c54a06
CY
192402011-05-08 Chong Yidong <cyd@stupidchicken.com>
19241
488086f4
SM
19242 * progmodes/grep.el (grep-mode-font-lock-keywords):
19243 Remove buffer-changing entries.
d9c54a06
CY
19244 (grep-filter): New function.
19245 (grep-mode): Add it to compilation-filter-hook.
19246
19247 * progmodes/compile.el (compilation-filter-hook)
19248 (compilation-filter-start): New defvars.
19249 (compilation-filter): Call compilation-filter-hook prior to
19250 updating the process mark.
19251
c4662635
SM
192522011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
19253
19254 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
19255
b0512a1d
EZ
192562011-05-07 Eli Zaretskii <eliz@gnu.org>
19257
605c9376
EZ
19258 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
19259 mailclient-send-it even if window-system is nil. (Bug#8595)
19260
c4662635
SM
19261 * term/w32console.el (terminal-init-w32console):
19262 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
19263 background-mode. (Bug#8597)
19264
d1dc2cc2
SM
192652011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
19266
19267 Make bytecomp.el understand that defmethod defines funs (bug#8631).
19268 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
19269 New functions.
19270 (defgeneric, eieio--defmethod): Use them.
19271 (eieio-defgeneric): Remove.
19272 (defmethod): Call defgeneric in a way visible to the byte-compiler.
19273
915d1300
GM
192742011-05-07 Glenn Morris <rgm@gnu.org>
19275
a3961c3e
GM
19276 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
19277 Use let rather than let*.
19278 (timeclock-find-discrep): Remove unused local.
19279
314347b9
GM
19280 * calendar/diary-lib.el (diary-comment-start): Doc fix.
19281
915d1300
GM
19282 * calendar/appt.el (appt-time-msg-list): Doc fix.
19283
275b59b0
NF
192842011-05-06 Noah Friedman <friedman@splode.com>
19285
19286 * apropos.el (apropos-print-doc): Only use
19287 emacs-lisp-docstring-fill-column when it is bound to an integer,
19288 per that variable's documentation.
19289
6c19f744
SM
192902011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
19291
19292 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 19293 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 19294
60f884b2
GM
192952011-05-06 Glenn Morris <rgm@gnu.org>
19296
5006e634
GM
19297 * calendar/appt.el (appt-message-warning-time): Doc fix.
19298 (appt-warning-time-regexp): New option.
19299 (appt-make-list): Respect appt-message-warning-time.
19300
548d0a63
GM
19301 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
19302 New options.
19303 (diary-add-to-list): Strip comments from the displayed string.
19304 (diary-mode): Set comment-start and comment-end.
19305
60f884b2
GM
19306 * vc/diff-mode.el (smerge-refine-subst): Declare.
19307 (diff-refine-hunk): Don't require smerge-mode when compiling.
19308
989681bb
JB
193092011-05-06 Juanma Barranquero <lekktu@gmail.com>
19310
19311 * simple.el (list-processes): Return nil as the docstring says.
19312
a6bc05e1
MA
193132011-05-05 Michael Albinus <michael.albinus@gmx.de>
19314
19315 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
19316 to "".
19317 (ange-ftp-write-region, ange-ftp-insert-file-contents)
19318 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
19319 determining of binary transfer. (Bug#7383)
19320
23c22e9a
MA
193212011-05-05 Michael Albinus <michael.albinus@gmx.de>
19322
c4662635
SM
19323 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
19324 Fix port computation bug. (Bug#8618)
23c22e9a 19325
0bff894f
GM
193262011-05-05 Glenn Morris <rgm@gnu.org>
19327
b8296902
GM
19328 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
19329
1f522ce8
GM
19330 * simple.el (shell-dynamic-complete-functions)
19331 (comint-dynamic-complete-functions): Declare.
19332
cf5bee67
GM
19333 * net/network-stream.el (gnutls-negotiate):
19334 * simple.el (tabulated-list-print): Fix declarations.
19335
19336 * progmodes/gud.el (syntax-symbol, syntax-point):
19337 Remove unnecessary and incorrect declarations.
19338
0bff894f 19339 * emacs-lisp/check-declare.el (check-declare-scan):
1f9f395d 19340 Handle byte-compile-initial-macro-environment in bytecomp.el.
0bff894f 19341
9869b3ae
SM
193422011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
19343
19344 Fix earlier half-done eieio-defmethod change (bug#8338).
19345 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
19346 Streamline and change calling convention.
19347 (defmethod): Adjust accordingly and simplify.
19348 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
19349 new eieio--defmethod.
19350 (slot-boundp): Minor CSE simplification.
19351
9c1d5ac5
MZ
193522011-05-05 Milan Zamazal <pdm@zamazal.org>
19353
19354 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
19355 (glasses-make-readable): Use glasses-separate-capital-groups.
19356
455c834e
JB
193572011-05-05 Juanma Barranquero <lekktu@gmail.com>
19358
19359 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
19360 (warning-series): Doc fix.
19361 (display-warning): Don't try to create the buffer if we just found it.
19362
9ed7c8cb
CY
193632011-05-04 Chong Yidong <cyd@stupidchicken.com>
19364
19365 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
19366 (autoload-find-generated-file): New function.
19367 (generate-file-autoloads): Bind generated-autoload-file to
19368 buffer-file-name.
9869b3ae
SM
19369 (update-file-autoloads, update-directory-autoloads):
19370 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
19371 output file (Bug#7989).
19372 (batch-update-autoloads): Doc fix.
19373
0898ca10
JB
193742011-05-04 Juanma Barranquero <lekktu@gmail.com>
19375
19376 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
19377
31dfb76c
GM
193782011-05-04 Glenn Morris <rgm@gnu.org>
19379
f330b642
GM
19380 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
19381 function, so it follows changes in calendar-date-style.
19382 (diary-fancy-date-matcher): New function.
19383 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
19384 (diary-fancy-font-lock-fontify-region-function):
19385 Use diary-fancy-date-pattern as a function.
19386
31dfb76c
GM
19387 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
19388 non-numbers for `year' etc pseudo-variables. (Bug#8583)
19389
48e79d6a
TZ
193902011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
19391
19392 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
19393 instead of positional arguments. Allow :keylist and :crlfiles
19394 arguments.
19395 (open-gnutls-stream): Call it.
19396
19397 * net/network-stream.el (network-stream-open-starttls): Adjust to
19398 call `gnutls-negotiate' with :process and :hostname arguments.
19399
dd5a5ee0
SM
194002011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
19401
ef80fc09
SM
19402 * minibuffer.el (completion--message): New function.
19403 (completion--do-completion, minibuffer-complete)
19404 (minibuffer-force-complete, minibuffer-complete-word): Use it.
19405 (completion--do-completion): Don't ignore completion-auto-help when in
19406 icomplete-mode.
19407
dd5a5ee0
SM
19408 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
19409 internal encoding (e.g. tibetan zero is not whitespace).
19410 (global-whitespace-mode): Prefer save-current-buffer.
19411 (whitespace-trailing-regexp): Remove useless save-match-data.
19412 (whitespace-empty-at-bob-regexp): Minor simplification.
19413
b7d22a83
CY
194142011-05-03 Chong Yidong <cyd@stupidchicken.com>
19415
19416 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
19417
5192af46
AM
194182011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
19419
19420 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 19421 Use `concat' to create string for insertion.
5192af46 19422
5767d190
SM
194232011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
19424
19425 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
19426 Avoid open-line which runs post-self-insert-hook.
19427 (bibtex-fill-entry): Remove unused `end' var.
19428
bf242939
AM
194292011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
19430
5767d190
SM
19431 * textmodes/ispell.el (ispell-add-per-file-word-list):
19432 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 19433
25666126
LL
194342011-05-03 Leo Liu <sdl.web@gmail.com>
19435
19436 * isearch.el (isearch-yank-pop): New command.
5767d190 19437 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
19438 (isearch-forward): Mention it.
19439
52d3c2d0
SM
194402011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
19441
1bcace58
SM
19442 * simple.el (minibuffer-complete-shell-command): Remove.
19443 (minibuffer-local-shell-command-map): Use completion-at-point.
19444 (read-shell-command): Setup completion vars here instead.
19445 (read-expression-map): Bind TAB to symbol completion.
19446
52d3c2d0
SM
19447 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
19448 error directly rather via storing it into `results'.
19449
35813471
LL
194502011-05-02 Leo Liu <sdl.web@gmail.com>
19451
19452 * vc/diff.el: Fix description.
19453
e793a940
LMI
194542011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19455
19456 * server.el (server-eval-at): New function.
19457
8de66e05
LMI
194582011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19459
19460 * net/network-stream.el (open-network-stream): Take a :nowait
19461 parameter and pass it on to `make-network-process'.
19462 (network-stream-open-plain): Ditto.
19463
dcb79f20
AS
194642011-04-30 Andreas Schwab <schwab@linux-m68k.org>
19465
19466 * faces.el (face-spec-set-match-display): Don't match toolkit
19467 options on terminal frames.
19468
14a7fbd8
SM
194692011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
19470
7eabc1be
SM
19471 * progmodes/pascal.el: Use lexical binding.
19472 (pascal-mode-map): Remove author preferences.
19473
14a7fbd8
SM
19474 * pcomplete.el (pcomplete-std-complete): Don't abuse
19475 completion-at-point.
19476
50f84510
JB
194772011-04-28 Juanma Barranquero <lekktu@gmail.com>
19478
6e087a44
JB
19479 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
19480 removing code that has been dead since 1991 or so.
19481
50f84510
JB
19482 * startup.el (command-line): When warning about "_emacs", use a
19483 delayed warning to allow the user to filter it out.
19484
0ba690bd
DD
194852011-04-28 Deniz Dogan <deniz@dogan.se>
19486
19487 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
19488 user has not joined.
19489
08abfaad
SM
194902011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
19491
19492 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
19493 aren't any completions at point.
19494
638f053a
JB
194952011-04-28 Juanma Barranquero <lekktu@gmail.com>
19496
19497 * subr.el (display-delayed-warnings): New function.
19498 (delayed-warnings-hook): New variable.
19499
8fff8daa
SM
195002011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
19501
08abfaad
SM
19502 * minibuffer.el (completion-at-point, completion-help-at-point):
19503 Don't presume that a given completion-at-point-function will always
19504 use the same calling convention.
19505
8fff8daa
SM
19506 * pcomplete.el (pcomplete-completions-at-point):
19507 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
19508 pcomplete-seen is non-nil.
19509 (pcomplete-comint-setup): Also recognize the new comint/shell
19510 completion functions.
19511 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
19512 pcomplete-seen is non-nil.
19513
841a1577 195142011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 19515
841a1577 19516 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 19517 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 19518 the first character in the entry. This allows for code to add its
211ec907
UJ
19519 own uid to the entry.
19520 (icalendar--convert-float-to-ical): Add export of
19521 `diary-float'-entries save for those with the optional DAY
19522 argument.
19523
2a782793
DC
195242011-04-27 Daniel Colascione <dan.colascione@gmail.com>
19525
19526 * subr.el (shell-quote-argument): Use alternate escaping strategy
19527 when we spot a variable reference in a string.
19528
0438ce91
DC
195292011-04-26 Daniel Colascione <dan.colascione@gmail.com>
19530
19531 * cus-start.el (all): Define customization for debug-on-event.
19532
841a1577 195332011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
19534
19535 * subr.el (shell-quote-argument): Escape correctly under Windows.
19536
d090ed6c
SM
195372011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
19538
19539 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
19540
bfd31217
MA
195412011-04-25 Michael Albinus <michael.albinus@gmx.de>
19542
d090ed6c
SM
19543 * net/tramp.el (tramp-process-actions): Add POS argument.
19544 Delete region between POS and (pos).
bfd31217 19545
d090ed6c
SM
19546 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
19547 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
19548 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
19549
19550 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
19551 position in `tramp-process-actions' call.
19552
19553 * net/trampver.el: Update release number.
19554
e92f3bd3
SM
195552011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
19556
850256b5
SM
19557 * custom.el (defcustom): Obey lexical-binding.
19558
e92f3bd3
SM
19559 Fix octave-inf completion problems reported by Alexander Klimov.
19560 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
19561 Inherit from octave-mode-syntax-table.
19562 (inferior-octave-mode): Set info-lookup-mode.
19563 (inferior-octave-completion-at-point): New function.
19564 (inferior-octave-complete): Use it and completion-in-region.
19565 (inferior-octave-dynamic-complete-functions): Use it as well, and use
19566 comint-filename-completion.
19567 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
19568 symbol elements which shouldn't be word elements.
19569 (octave-font-lock-keywords, octave-beginning-of-defun)
19570 (octave-function-header-regexp): Adjust regexps accordingly.
19571 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
19572
cd22b309
JB
195732011-04-25 Juanma Barranquero <lekktu@gmail.com>
19574
19575 * net/gnutls.el (gnutls-errorp): Declare before first use.
19576
8b492194
TZ
195772011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
19578
19579 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
19580 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 19581 default trustfile exists before going to use it. Add missing
5a5fa834 19582 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
19583 Reported by Claudio Bley <claudio.bley@gmail.com>.
19584 (open-gnutls-stream): Add usage example.
19585
19586 * net/network-stream.el (network-stream-open-starttls): Give host
19587 parameter to `gnutls-negotiate'.
19588 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 19589 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 19590
841a1577 195912011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 19592
cd22b309
JB
19593 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
19594 Use correct match group (bug#8438).
05842630 19595
3ba7869c
CY
195962011-04-24 Chong Yidong <cyd@stupidchicken.com>
19597
512e3ae1
CY
19598 * emacs-lisp/package.el (package-built-in-p): Fix typo.
19599 (package-menu--generate): New arg specifying packages to show.
19600 (package-menu-refresh, package-menu-execute, list-packages):
19601 Callers changed.
19602 (package-show-package-list): New function, replacing deleted
19603 package--list-packages (renamed because it is non-internal).
19604
19605 * finder.el (finder-list-matches): Use package-show-package-list
19606 instead of deleted package--list-packages.
19607
e92f3bd3
SM
19608 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
19609 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
19610 (vc-annotate-mode-map): Bind it to RET.
19611
7031be6d
UR
196122011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
19613
19614 * progmodes/etags.el (next-file): Don't use set-buffer to change
19615 buffers (Bug#8478).
19616
4ef177aa
CY
196172011-04-24 Chong Yidong <cyd@stupidchicken.com>
19618
c8d173eb
CY
19619 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
19620
4ef177aa
CY
19621 * apropos.el (apropos-label-face): Avoid variable-pitch face.
19622 (apropos-accumulator): Doc fix.
19623 (apropos-function, apropos-macro, apropos-command)
19624 (apropos-variable, apropos-face, apropos-group, apropos-widget)
19625 (apropos-plist): Add face property.
19626 (apropos-symbols-internal): Fix indentation.
19627 (apropos-print): Simplify help, and recognize apropos-multi-type.
19628 (apropos-print-doc): Use button-type-get to extract the button's
19629 face property. Fill docstring (Bug#8352).
19630
4ffd0d6b 196312011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
19632
19633 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
19634
c6c32125 19635 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 19636 (mpuz-mode-map): Use mapc.
c6c32125
JB
19637 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
19638 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
19639 Fix typos in docstrings.
19640
58d468b4
JB
19641 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
19642 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
19643
6470c3c6
JB
19644 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
19645
4ffd0d6b 196462011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
19647
19648 * minibuffer.el (completion--do-completion): Avoid the "Next char
19649 not unique" prompt if icomplete-mode is enabled (Bug#5849).
19650
3ad8bad0
CY
19651 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
19652 mouse-2 into unread-command-events, it is interpreted correctly.
19653
71d73c9c 19654 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 19655 (image-toggle-display): Doc fix.
71d73c9c 19656
841a1577 196572011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 19658
4ffd0d6b
GM
19659 * textmodes/page.el (what-page): Use line-number-at-pos to
19660 calculate line number (Bug#6825).
6e1dbaa9 19661
c2fb1b60
JB
196622011-04-22 Juanma Barranquero <lekktu@gmail.com>
19663
19664 * eshell/esh-mode.el (find-tag-interactive): Declare function.
19665 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
19666 Pass argument NO-DEFAULT to `find-tag-interactive'.
19667
e02f48d7
JB
196682011-04-22 Juanma Barranquero <lekktu@gmail.com>
19669
19670 Lexical-binding cleanup.
19671
19672 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
19673 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
19674 * progmodes/ada-prj.el (ada-prj-initialize-values)
19675 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
19676 (ada-prj-show-value):
19677 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
19678 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
19679 (antlr-invalidate-context-cache, antlr-options-menu-filter)
19680 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
19681 * progmodes/bug-reference.el (bug-reference-push-button):
19682 * progmodes/fortran.el (fortran-line-length):
19683 * progmodes/glasses.el (glasses-change):
19684 * progmodes/octave-mod.el (octave-fill-paragraph):
19685 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
19686 (python-pdbtrack-grub-for-buffer, python-sentinel):
19687 * progmodes/sql.el (sql-save-connection):
19688 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
19689 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
19690 Mark unused parameters.
19691
19692 * progmodes/compile.el (compilation--flush-directory-cache)
19693 (compilation--flush-parse, compile-internal): Mark unused parameters.
19694 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
19695 (compilation-next-error-function): Remove unused variable `timestamp'.
19696
19697 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
19698 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
19699
19700 * progmodes/dcl-mode.el (dcl-end-of-command):
19701 Remove unused variable `start'.
19702 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
19703 (dcl-option-value-basic, dcl-option-value-offset)
19704 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
19705 Mark unused parameters.
19706 (dcl-save-local-variable): Remove unused variable `val'.
19707 (mode): Declare.
19708
19709 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
19710 Mark unused parameters.
19711 (delphi-ignore-changes): Move before first use.
19712 (delphi-charset-token-at): Remove unused variable `start'.
19713 (delphi-else-start): Remove unused variable `if-count'.
19714 (delphi-comment-block-start, delphi-comment-block-end):
19715 Remove unused variable `kind'.
19716 (delphi-indent-line): Remove unused variable `new-point'.
19717
19718 * progmodes/ebrowse.el (ebrowse-files-list)
19719 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
19720 Mark unused parameters. Don't quote `lambda'.
19721 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
19722 Don't quote `lambda'.
19723 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
19724 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
19725 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
19726 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
19727 Use `ignore-errors'.
19728 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
19729 (ebrowse-view/find-file-and-search-pattern)
19730 (ebrowse-view/find-member-declaration/definition):
19731 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
19732 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
19733 Rename parameter PREFIX-ARG to PREFIX.
19734 (ebrowse-tags-read-name): Remove unused variables `start' and
19735 `member-info'.
19736 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
19737 to `tags-file'.
19738
19739 * progmodes/etags.el (local-find-tag-hook): Declare.
19740 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
19741 Mark unused parameters.
19742
19743 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
19744 (executable-interpret): Mark unused parameter.
19745
19746 * progmodes/flymake.el (flymake-process-sentinel)
19747 (flymake-after-change-function)
19748 (flymake-create-temp-with-folder-structure)
19749 (flymake-get-include-dirs-dot): Mark unused parameters.
19750 (flymake-safe-delete-directory): Remove unused variable `err'.
19751
19752 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
19753 (speedbar-timer-fn, speedbar-line-text)
19754 (speedbar-change-expand-button-char, speedbar-delete-subblock)
19755 (speedbar-center-buffer-smartly): Declare functions.
19756 (gdb-find-watch-expression): Remove unused variable `array'.
19757 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
19758 (gdb-starting): Mark unused parameters.
19759 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
19760 (gdb-table-string): Remove unused variable `res'.
19761 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
19762 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
19763 (gdb-display-buffer): Remove unused variable `cur-size'.
19764
19765 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
19766 allow lexical-binding compilation.
19767 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
19768 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
19769 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
19770 Mark unused parameters.
19771 (gud-gdb-marker-filter): Remove unused variable `match'.
19772 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
19773 lambda expressions and funcall them, instead of using `fset'.
19774
19775 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
19776 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
19777
19778 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
19779 variable `header-beg'; use `let'.
19780
19781 * progmodes/icon.el (indent-icon-exp): Remove unused variables
19782 `restart', `last-sexp' and `at-do'.
19783
19784 * progmodes/js.el (js--debug): Mark unused parameter.
19785 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
19786 (js--splice-into-items): Remove unused variable `item'.
19787 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
19788
19789 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
19790 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
19791 (makefile-complete): Remove unused variable `try'.
19792 (makefile-fill-paragraph, makefile-match-function-end):
19793 Mark unused parameters.
19794
19795 * progmodes/octave-inf.el (inferior-octave-complete):
19796 Remove unused variable `proc'.
19797 (inferior-octave-output-digest): Mark unused parameter.
19798
19799 * progmodes/perl-mode.el (perl-calculate-indent):
19800 Remove unused variable `err'.
19801
19802 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
19803 (prolog-indent-line): Mark unused parameters.
19804 (prolog-indent-line): Remove unused variable `beg'.
19805
19806 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
19807 (reporter-dont-compact-list): Declare.
19808
19809 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
19810 Remove unused variable `char'.
19811 (sh-debug): Mark unused parameter.
19812 (sh-get-indent-info): Remove unused variable `start'.
19813 (sh-calculate-indent): Remove unused variable `var'.
19814
19815 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
19816 (simula-electric-keyword): Remove unused variable `null'.
19817 (simula-search-backward, simula-search-forward): Remove unused
19818 variables `begin' and `end'.
19819
19820 * progmodes/vera-mode.el (vera-guess-basic-syntax):
19821 Remove unused variable `pos'.
19822 (vera-electric-tab, vera-comment-uncomment-region):
19823 Mark unused parameters.
19824 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
19825
7ede3b65
CY
198262011-04-22 Chong Yidong <cyd@stupidchicken.com>
19827
19828 * emacs-lisp/package.el (package--builtins, package-alist)
19829 (package-load-descriptor, package-built-in-p, package-activate)
19830 (define-package, package-installed-p)
19831 (package-compute-transaction, package-buffer-info)
19832 (package--push): Doc fix. Distinguish more clearly between
19833 version strings and version lists.
19834
121656e9
JB
198352011-04-21 Juanma Barranquero <lekktu@gmail.com>
19836
19837 Lexical-binding cleanup.
19838
19839 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
19840 (5x5-make-mutate-best):
19841 * play/fortune.el (fortune-in-buffer):
19842 * play/gomoku.el (gomoku-init-display):
19843 * play/solitaire.el (solitaire, solitaire-do-check):
19844 * play/tetris.el (tetris-default-update-speed-function):
19845 Mark unused parameters.
19846
19847 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
19848 (bubbles--shift): Remove unused variable `char-org'.
19849 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
19850 (bubbles--show-images): Remove unused variable `char'.
19851
19852 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
19853 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
19854 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
19855 (decipher-analyze-buffer): Use ?\s.
19856 (decipher-make-checkpoint): Remove unused variable `mapping'.
19857
19858 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
19859
19860 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
19861 Remove unused variable `result'; use `let'.
19862
19863 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
19864 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
19865 (gametree-children-shown-p, gametree-compute-reduced-score):
19866 Use `ignore-errors'.
19867
19868 * play/handwrite.el (ps-lpr-switches): Declare.
19869 (handwrite): Remove unused variables `pmin' and `lastp'.
19870
19871 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
19872
19873 * play/landmark.el (landmark-init-display)
19874 (landmark-update-naught-weights): Mark unused parameters.
19875 (landmark-y): Remove unused variable `noise'. Simplify.
19876 (landmark-human-plays): Remove unused variable `score'.
19877
19878 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
19879 (mpuz-try-proposal): Remove unused variable `game'.
19880
19881 * play/zone.el (life-patterns): Declare.
19882
80f499c7
JB
198832011-04-20 Juanma Barranquero <lekktu@gmail.com>
19884
19885 * vc/vc.el (ediff-vc-internal): Declare function.
19886
024ff170
SM
198872011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
19888
c0a193ea
SM
19889 * shell.el: Use lexical-binding and std completion UI.
19890 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
19891 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
19892 comint-preoutput-filter-functions rather than on
19893 comint-output-filter-functions.
19894 (shell-command-completion, shell--command-completion-data)
19895 (shell-filename-completion, shell-environment-variable-completion)
19896 (shell-c-a-p-replace-by-expanded-directory): New functions.
19897 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
19898 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
19899 (shell-dynamic-complete-environment-variable): Use them.
19900 (shell-dynamic-complete-as-environment-variable)
19901 (shell-dynamic-complete-as-command): Remove.
19902 (shell-match-partial-variable): Match past point.
19903 * comint.el: Clean up use of completion-at-point-functions.
19904 (comint-completion-at-point): New function.
19905 (comint-mode): Use it completion-at-point-functions.
19906 (comint-dynamic-complete): Make it obsolete.
19907 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
19908 (comint-c-a-p-replace-by-expanded-history): New function.
19909 (comint-dynamic-complete-functions)
19910 (comint-replace-by-expanded-history): Use it.
19911 * minibuffer.el (completion-table-with-terminator): Allow dynamic
19912 termination strings. Try harder to avoid second try-completion.
19913 (completion-in-region-mode-map): Disable bindings that don't work yet.
19914
2dbaa080
SM
19915 * comint.el: Use lexical-binding. Require CL.
19916 (comint-dynamic-complete-functions): Use comint-filename-completion.
19917 (comint-completion-addsuffix): Tweak custom type.
19918 (comint-filename-completion, comint--common-suffix)
19919 (comint--common-quoted-suffix, comint--table-subvert)
19920 (comint--complete-file-name-data): New functions.
19921 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
19922 (comint-dynamic-list-filename-completions): Use them.
19923 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 19924
2dbaa080
SM
19925 * minibuffer.el (completion-in-region-mode):
19926 Keep completion-in-region-mode--predicate global.
19927 (completion-in-region--postch):
19928 Assume completion-in-region-mode--predicate is not null.
19929
c79a6f38
SM
19930 * progmodes/flymake.el (flymake-start-syntax-check-process):
19931 Obey `dir'. Simplify.
19932
024ff170
SM
19933 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
19934 we're in VC after all.
19935
1c6c854e
CS
199362011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
19937
19938 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 19939 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
19940 (vc-version-diff): Use vc-diff-build-argument-list-internal.
19941
bed7f140
SM
199422011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
19943
332e62ab
SM
19944 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
19945 add sanity check.
19946
bed7f140
SM
19947 * obsolete/erc-hecomplete.el: Make obsolete.
19948 * obsolete/: Standardize obsolescence info in the header.
19949
f195c582
GM
199502011-04-20 Glenn Morris <rgm@gnu.org>
19951
19952 * calendar/solar.el (solar-horizontal-coordinates):
19953 Use the longitude argument rather than `calendar-longitude'.
19954 (solar-date-next-longitude): Remove unused locals.
19955
cb79b8c0
VJL
199562011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19957
19958 * whitespace.el: New version 13.2.1.
19959
199602011-04-20 felix <EmacsWiki> (tiny change)
19961
d8e4b68b 19962 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
19963 switching between major modes on a file.
19964
602ea69d
SM
199652011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
19966
19967 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
19968 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
19969 multi-line comments as well.
19970
06b60517
JB
199712011-04-19 Juanma Barranquero <lekktu@gmail.com>
19972
19973 Lexical-binding cleanup.
19974
19975 * arc-mode.el (archive-mode-revert):
19976 * cmuscheme.el (scheme-interactively-start-process):
19977 * custom.el (custom-initialize-delay):
19978 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
19979 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
19980 * emacs-lock.el (emacs-lock-clear-sentinel):
19981 * ezimage.el (defezimage):
19982 * follow.el (follow-avoid-tail-recenter):
19983 * fringe.el (set-fringe-mode-1):
19984 * generic-x.el (bat-generic-mode-compile):
19985 * help-mode.el (help-info-variable, help-do-xref)
19986 (help-mode-revert-buffer):
19987 * help.el (view-emacs-todo):
19988 * iswitchb.el (iswitchb-completion-help):
19989 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
19990 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
19991 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
19992 * locate.el (locate-update):
19993 * longlines.el (longlines-encode-region)
19994 (longlines-after-change-function):
19995 * outline.el (outline-isearch-open-invisible):
19996 * ps-def.el (declare-function, charset-dimension, char-width)
19997 (encode-char):
19998 * ps-mule.el (ps-mule-plot-string):
19999 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
20000 (recentf-edit-list-select, recentf-edit-list-validate)
20001 (recentf-open-files-action):
20002 * rect.el (delete-whitespace-rectangle-line)
20003 (rectangle-number-line-callback):
20004 * register.el (window-configuration-to-register)
20005 (frame-configuration-to-register):
20006 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
20007 * select.el (xselect-convert-to-string, xselect-convert-to-length)
20008 (xselect-convert-to-targets, xselect-convert-to-delete)
20009 (xselect-convert-to-filename, xselect-convert-to-charpos)
20010 (xselect-convert-to-lineno, xselect-convert-to-colno)
20011 (xselect-convert-to-os, xselect-convert-to-host)
20012 (xselect-convert-to-user, xselect-convert-to-class)
20013 (xselect-convert-to-name, xselect-convert-to-integer)
20014 (xselect-convert-to-atom, xselect-convert-to-identity):
20015 * subr.el (declare, ignore, process-kill-without-query)
20016 (text-clone-maintain):
20017 * terminal.el (te-get-char, te-tic-sentinel):
20018 * tool-bar.el (tool-bar-make-keymap):
20019 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
20020 * type-break.el (type-break-mode, type-break-noninteractive-query):
20021 * view.el (View-back-to-mark):
20022 * wid-browse.el (widget-browse-action, widget-browse-widget)
20023 (widget-browse-widgets, widget-browse-sexp):
20024 * widget.el (define-widget-keywords):
20025 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
20026 Mark unused parameters.
20027
20028 * align.el (align-adjust-col-for-rule): Mark unused parameter.
20029 (align-areas): Remove unused variable `look'.
20030 (align-region): Remove unused variables `real-end' and `pos-list'.
20031
20032 * apropos.el (apropos-score-doc): Remove unused variable `i'.
20033
20034 * bindings.el (mode-line-modified, mode-line-remote):
20035 Mark unused parameters.
20036 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
20037
20038 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
20039 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
20040
20041 * comint.el (comint-history-isearch-pop-state)
20042 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
20043 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
20044 (comint-substitute-in-file-name): Doc fix.
20045
20046 * completion.el (cmpl-statistics-block): Mark unused parameter.
20047 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
20048 (save-completions-to-file, load-completions-from-file):
20049 Remove unused local variable `e'.
20050
20051 * composite.el (compose-chars): Remove unused variable `len'.
20052 (lgstring-insert-glyph): Remove unused variable `g'.
20053 (compose-glyph-string): Remove unused variables `ascent',
20054 `descent', `lbearing' and `rbearing'.
20055 (compose-glyph-string-relative): Remove unused variables
20056 `lbearing', `rbearing' and `wadjust'.
20057 (compose-gstring-for-graphic): Remove unused variables `header',
20058 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
20059 (compose-gstring-for-terminal): Remove unused variables `header'
20060 and `nchars'. Use `let', not `let*'.
20061
20062 * cus-edit.el (Custom-set, Custom-save, custom-reset)
20063 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
20064 (Custom-buffer-done, custom-buffer-create-internal)
20065 (custom-browse-visibility-action, custom-browse-group-tag-action)
20066 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
20067 (widget-magic-mouse-down-action, custom-toggle-parent)
20068 (custom-add-parent-links, custom-toggle-hide-variable)
20069 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
20070 (custom-toggle-hide-face, face, hook, custom-group-link-action)
20071 (custom-face-menu-create, custom-variable-menu-create, get)
20072 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
20073 (custom-reset-standard-save-and-update): Remove unused variable `value'.
20074 (customize-apropos): Remove unused variable `tests'.
20075 (custom-group-value-create): Remove unused variable `hidden-p'.
20076 (sort-fold-case): Declare.
20077
20078 * cus-theme.el (custom-reset-standard-faces-list)
20079 (custom-reset-standard-variables-list): Declare.
20080 (customize-create-theme, custom-theme-revert, custom-theme-write)
20081 (custom-theme-choose-mode, customize-themes, custom-theme-save):
20082 Mark unused parameters.
20083
20084 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
20085
20086 * delim-col.el (delimit-columns-max): Move defvar before first use.
20087
20088 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 20089 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
20090
20091 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
20092 (auto-insert): Declare.
20093 (desktop-restore-file-buffer): Rename desktop-* parameters;
20094 mark unused ones.
20095 (desktop-create-buffer): Rename desktop-* parameters and bind them.
20096 (desktop-buffer): Rename desktop-* parameters.
20097
20098 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
20099 (dframe-reposition-frame-xemacs, dframe-help-echo)
20100 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
20101 Mark unused parameters.
20102
20103 * dired-aux.el (backup-extract-version-start, overwrite-query)
20104 (overwrite-backup-query, rename-regexp-query)
20105 (rename-non-directory-query): Declare.
20106 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
20107 (dired-add-entry): Remove unused variable `orig-file-name'.
20108 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
20109 Use parameter PRESERVE-TIME instead of accessing dynamic variable
20110 `dired-copy-preserve-time' directly.
20111 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
20112 (dired-insert-subdir-newpos): Rename unused variable `pos'.
20113
20114 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
20115 (dired-virtual-revert, dired-make-relative-symlink):
20116 Mark unused parameters.
20117 (manual-program): Declare.
20118 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
20119 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
20120 wrapped in `with-no-warnings' to avoid replacing one warning by another.
20121
20122 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
20123
20124 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
20125
20126 * echistory.el (electric-history-in-progress, Helper-return-blurb):
20127 Declare.
20128
20129 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
20130
20131 * electric.el (Electric-command-loop): Rename parameter
20132 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
20133
20134 * expand.el (expand-in-literal): Remove unused variable `here'.
20135
20136 * facemenu.el (facemenu-add-new-color):
20137 Remove unused variable `docstring'.
20138
20139 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
20140 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
20141 (face-attr-construct): Mark unused parameter. Doc fix.
20142 (read-color): Remove unused variable `hex-string'.
20143
20144 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
20145 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
20146 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
20147 (display-buffer-other-frame): Remove unused variable `old-window'.
20148 (kill-buffer-hook): Declare.
20149 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
20150 Mark unused parameters.
20151 (after-find-file): Pass 1 to `auto-save-mode', not t.
20152
20153 * files-x.el (auto-insert): Declare.
20154 (modify-file-local-variable-prop-line): Remove unused variable `val'.
20155
20156 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 20157 variable `buf'. Mark unused parameter.
06b60517
JB
20158 (find-lisp-insert-directory): Mark unused parameter.
20159
20160 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
20161 (format-encode-region): Remove unused variables `cur-buf' and `result'.
20162 (format-common-tail): Remove, unused.
20163 (format-deannotate-region): Remove unused variable `loc'.
20164 (format-annotate-region): Remove unused variable `p'.
20165 (format-annotate-single-property-change): Remove unused variables
20166 `default' and `tail'.
20167
20168 * forms.el (read-file-filter): Declare.
20169 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
20170
20171 * frame.el (frame-creation-function-alist): Mark unused parameter.
20172 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
20173
20174 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
20175 Remove unused parameters.
20176 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
20177 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
20178
20179 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
20180 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
20181 (hfy-prepare-tag-map): Mark unused parameters.
20182 (htmlfontify-buffer): Use `called-interactively-p'.
20183
20184 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
20185 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
20186 (ibuffer-do-occur): Mark unused parameters.
20187 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
20188 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
20189
20190 * ibuffer.el: Don't quote `lambda'.
20191 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
20192 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
20193 Mark unused parameters.
20194
20195 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
20196 (ido-completing-read): Mark unused parameters.
20197 (ido-copy-current-word): Mark unused parameters;
20198 remove unused variable `name'.
20199 (ido-sort-merged-list): Remove unused parameter `dirs'.
20200
20201 * ielm.el (ielm-input-sender): Mark unused parameter.
20202 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
20203 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
20204 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
20205 `ielm-string' as a dynamic variable accessible from the IELM prompt.
20206 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
20207
20208 * image-dired.el (image-dired-display-thumbs): Remove unused
20209 variables `curr-file' and `count'.
20210 (image-dired-remove-tag): Remove unused variable `start'.
20211 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
20212 variable `curr-file'
20213 (image-dired-rotate-original): Remove unused variable `temp-file'.
20214 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
20215 Remove unused variable `file'.
20216 (image-dired-gallery-generate): Remove unused variable `curr'.
20217 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
20218
20219 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
20220
20221 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
20222
20223 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
20224
20225 * isearch.el (minibuffer-history-symbol): Declare.
20226 (isearch-edit-string): Remove unused variable `err'.
20227 (isearch-message-prefix, isearch-message-suffix):
20228 Mark unused parameters.
20229
20230 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
20231
20232 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
20233
20234 * makesum.el (double-column): Remove unused variable `cnt'.
20235
20236 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
20237 (ido-ignore-item-temp-list): Declare.
20238
20239 * mouse-drag.el (mouse-drag-throw): Remove unused variables
20240 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
20241 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
20242 (mouse-drag-drag): Remove unused variables `mouse-delta' and
20243 `mouse-col-delta'.
20244
20245 * mouse-sel.el (mouse-extend-internal):
20246 Remove unused variable `orig-window-frame'.
20247
20248 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
20249 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
20250 Move declarations before first use.
20251 (pcomplete-opt): Mark unused parameters; doc fix.
20252
20253 * proced.el (proced-revert): Mark unused parameter.
20254 (proced-send-signal): Remove unused variable `err'.
20255
20256 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
20257 Rename parameter PREFIX-ARG to ARG.
20258 (ps-basic-plot-string, ps-basic-plot-whitespace):
20259 Mark unused parameters.
20260
20261 * replace.el (replace-count): Define.
20262 (occur-revert-function): Mark unused parameters.
20263 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
20264 (isearch-case-fold-search, isearch-string): Declare.
20265 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
20266 bind `case-fold-search'. Remove unused variables `beg' and `end',
20267 and simplify.
20268 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
20269 COUNT and bind `replace-count'.
20270 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
20271 to COUNT.
20272
20273 * savehist.el (print-readably, print-string-length): Declare.
20274
20275 * shadowfile.el (shadow-expand-cluster-in-file-name):
20276 Remove unused variable `cluster'.
20277 (shadow-copy-file): Remove unused variable `i'.
20278 (shadow-noquery, shadow-clusters, shadow-site-cluster)
20279 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
20280 (shadow-define-literal-group, shadow-define-regexp-group)
20281 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
20282
20283 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
20284 (shell): Use `called-interactively-p'.
20285 (shell-directory-tracker): Remove unused variable `chdir-failure'.
20286
20287 * simple.el (compilation-context-lines, comint-file-name-quote-list)
20288 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
20289 (delete-backward-char): Remove unused variable `ocol'.
20290 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
20291 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
20292 (event-apply-hyper-modifier, event-apply-shift-modifier)
20293 (event-apply-control-modifier, event-apply-meta-modifier):
20294 Mark unused parameters.
20295 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
20296 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
20297
20298 * speedbar.el (speedbar-ignored-directory-expressions)
20299 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
20300 (speedbar-find-file, speedbar-dir-follow)
20301 (speedbar-directory-buttons-follow, speedbar-tag-find)
20302 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
20303 (speedbar-buffers-line-directory, speedbar-buffer-click):
20304 Mark unused parameters.
20305 (speedbar-tag-file): Remove unused variable `mode'.
20306 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
20307
20308 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
20309
20310 * talk.el (talk): Remove unused variable `display'.
20311
20312 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
20313 (tar-write-region-annotate): Mark unused parameter.
20314
20315 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
20316 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
20317 Declare them, wrapped in `with-no-warnings' to avoid replacing one
20318 warning by another.
20319
20320 * time-stamp.el (time-stamp-string-preprocess):
20321 Remove unused variable `require-padding'.
20322
20323 * tree-widget.el (widget-glyph-enable): Declare.
20324 (tree-widget-action): Mark unused parameter.
20325
20326 * w32-fns.el (x-get-selection): Mark unused parameter.
20327 (autoload-make-program, generated-autoload-file): Declare.
20328
20329 * wdired.el (wdired-revert): Mark unused parameters.
20330 (wdired-xcase-word): Remove unused variable `err'.
20331
20332 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
20333 (whitespace-help-scroll): Remove unused variable `data-help'.
20334
20335 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
20336 (widget-image-insert, widget-after-change, default)
20337 (widget-default-format-handler, widget-default-notify)
20338 (widget-default-prompt-value, widget-info-link-action)
20339 (widget-url-link-action, widget-function-link-action)
20340 (widget-variable-link-action, widget-file-link-action)
20341 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
20342 (widget-field-prompt-internal, widget-field-action, widget-field-match)
20343 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
20344 (widget-insert-button-action, widget-delete-button-action, visibility)
20345 (widget-documentation-link-action, widget-documentation-string-action)
20346 (widget-const-prompt-value, widget-regexp-match, symbol)
20347 (widget-coding-system-prompt-value)
20348 (widget-key-sequence-value-to-external, sexp)
20349 (widget-sexp-value-to-internal, character, vector, cons)
20350 (widget-choice-prompt-value, widget-boolean-prompt-value)
20351 (widget-color--choose-action): Mark unused parameters.
20352 (widget-item-match-inline, widget-choice-match-inline)
20353 (widget-checklist-match, widget-checklist-match-inline)
20354 (widget-group-match): Rename parameter VALUES to VALS.
20355 (widget-field-value-set): Remove unused variable `size'.
20356 (widget-color-action): Remove unused variables `value' and `start'.
20357
20358 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 20359 variable `dir'. Doc fix.
06b60517
JB
20360 (windmove-find-other-window): Don't pass it.
20361
20362 * window.el (count-windows): Mark unused parameter.
20363 (bw-adjust-window): Remove unused variable `err'.
20364
20365 * woman.el (woman-file-name): Remove unused variable `default'.
20366 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
20367 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
20368 (global-font-lock-mode): Declare.
20369 (woman-decode-region): Mark unused parameter.
20370 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
20371
20372 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
20373 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
20374 (x-dnd-handle-moz-url): Remove unused variable `title'.
20375 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
20376
20377 * xml.el (xml-parse-tag, xml-parse-attlist):
20378 Remove unused variable `pos'.
20379
bc4f7f3d
GM
203802011-04-19 Glenn Morris <rgm@gnu.org>
20381
20382 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
20383 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
20384 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
20385 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
20386 * calendar/cal-html.el (cal-html-insert-minical):
20387 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
20388 (calendar-mark-date-pattern):
20389 Prefix "unused" locals.
20390
20391 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
20392 optional argument `style'.
20393
20394 * calendar/appt.el (appt-make-list):
20395 * calendar/cal-china.el (calendar-chinese-date-string):
20396 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
20397 (diary-hebrew-yahrzeit):
20398 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
20399 * calendar/calendar.el (calendar-generate-window):
20400 * calendar/time-date.el (time-to-days):
20401 Remove unused local variables.
20402
16a43933
CY
204032011-04-18 Chong Yidong <cyd@stupidchicken.com>
20404
20405 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
20406 glyphless-char-display table.
20407 (tabulated-list-glyphless-char-display): New var.
20408
7eed1860
SS
204092011-04-18 Sam Steingold <sds@gnu.org>
20410
20411 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
20412 to acknowledgments.
20413
4d2d1ccd
GM
204142011-04-17 Glenn Morris <rgm@gnu.org>
20415
20416 * calendar/diary-lib.el (diary-sexp-entry):
20417 * calendar/holidays.el (holiday-sexp):
20418 Set debug-on-error rather than the removed stack-trace-on-error.
20419
239da61d
GM
204202011-04-16 Glenn Morris <rgm@gnu.org>
20421
20422 * progmodes/f90.el: Use lexical-binding.
20423 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
20424
8b05752a
SM
204252011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
20426
daca8ba5
SM
20427 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
20428 (mail-mode): Setup mailalias completion here instead.
20429 * mail/mailalias.el: Use lexical-binding.
20430 (pattern, mailalias-done): Declare dynamic.
20431 (mail-completion-at-point-function): New function, from mail-complete.
20432 (mail-complete): Use it.
20433 (mail-completion-expand): New function.
20434 (mail-get-names): Use it.
20435 (mail-directory, mail-directory-process, mail-directory-stream):
20436 Don't use `pattern' for lexically bound arg.
20437
6f542485
SM
20438 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
20439
037e7c3f
SM
20440 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
20441 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
20442 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
20443
8b05752a
SM
20444 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
20445 (byte-save-window-excursion, byte-temp-output-buffer-setup)
20446 (byte-interactive-p): Define them again, for use when inlining
20447 old code.
20448
49093f60
JB
204492011-04-15 Juanma Barranquero <lekktu@gmail.com>
20450
20451 * loadup.el: Use `string-to-number', not `string-to-int'.
20452
b5b8e7de
SM
204532011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
20454
20455 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
20456 gud-gdb-complete-command.
20457 (gud-gdb-completions): New function, from gud-gdb-complete-command.
20458 (gud-gdb-completion-at-point): New function.
20459 (gud-gdb-completions): Remove.
20460
f42efeb5
MA
204612011-04-14 Michael Albinus <michael.albinus@gmx.de>
20462
49093f60
JB
20463 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
20464 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
20465 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
20466 whether `executable-find' is bound.
f42efeb5
MA
20467
20468 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
20469
e240cc21
SM
204702011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
20471
20472 * minibuffer.el (completion-in-region-mode-predicate)
20473 (completion-in-region-mode--predicate): New vars.
20474 (completion-in-region, completion-in-region--postch)
20475 (completion-in-region-mode): Use them.
20476 (completion--capf-wrapper): Also return the hook function.
20477 (completion-at-point, completion-help-at-point):
20478 Adjust and provide a predicate.
c2bd2ab0
SM
20479
20480 Preserve arg names for advice of subr and lexical functions (bug#8457).
20481 * help-fns.el (help-function-arglist): Consolidate the subr and
20482 new-byte-code cases. Add argument `preserve-names' to extract names
20483 from the docstring when needed.
20484 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
20485 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
20486 (ad-arglist): Use help-function-arglist's new arg.
20487 (ad-definition-type): Use cond.
20488
c183f693
JB
204892011-04-13 Juanma Barranquero <lekktu@gmail.com>
20490
06641a47
JB
20491 * autorevert.el (auto-revert-handler):
20492 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
20493 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
20494 Don't quote lambda.
20495
c183f693
JB
20496 * image-mode.el (image-transform-set-scale):
20497 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
20498
1e3b6001
G
204992011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
20500
20501 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 20502 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
20503 Upgrades via gnutls-cli are too slow to be done opportunistically.
20504
2d6af8dd
JB
205052011-04-12 Juanma Barranquero <lekktu@gmail.com>
20506
20507 * dframe.el (dframe-current-frame): Remove spurious quote.
20508
c0749a51
GM
205092011-04-12 Glenn Morris <rgm@gnu.org>
20510
088d0d61
GM
20511 * calendar/cal-tex.el (cal-tex-end-document):
20512 Try to automatically use latin1 input if needed.
20513
c0749a51
GM
20514 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
20515 Don't try to cons a mark onto an empty element.
20516
5c90fde0
LL
205172011-04-11 Leo Liu <sdl.web@gmail.com>
20518
20519 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
20520 buffers.
20521 (ido-kill-buffer-at-head): Support killing virtual buffers.
20522
369e974d
CY
205232011-04-10 Chong Yidong <cyd@stupidchicken.com>
20524
20525 * minibuffer.el (completion-show-inline-help): New var.
20526 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
20527 (minibuffer-force-complete, minibuffer-complete-word):
20528 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
20529
20530 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
20531 to avoid interference from inline help (Bug#5849).
20532
37f1c930
LL
205332011-04-10 Leo Liu <sdl.web@gmail.com>
20534
099c39a4
JB
20535 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
20536 Fix typo.
37f1c930 20537
a32d4040
CY
205382011-04-09 Chong Yidong <cyd@stupidchicken.com>
20539
20540 * image-mode.el (image-toggle-display-image): Signal an error if
20541 not in Image mode.
20542 (image-transform-mode, image-transform-resize)
20543 (image-transform-set-rotation): Doc fix.
daca8ba5 20544 (image-transform-set-resize): Delete.
a32d4040
CY
20545 (image-transform-set-scale, image-transform-fit-to-height)
20546 (image-transform-fit-to-width): Handle image-toggle-display-image
20547 and image-transform-resize directly.
20548
099c39a4 205492011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
20550
20551 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
20552 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
20553 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
20554 (doc-view-mode-map): Add bindings for the new functions.
20555
099c39a4 205562011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 20557
4d61f28d 20558 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
20559 Fix typo in docstring.
20560
3726838a
EZ
205612011-04-08 Eli Zaretskii <eliz@gnu.org>
20562
04f33f1e
EZ
20563 * files.el (file-size-human-readable): Produce one digit after
20564 decimal, like "ls -lh" does.
20565
20566 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
20567 the file size representation.
20568
3726838a
EZ
20569 * simple.el (list-processes): If async subprocesses are not
20570 available, error out with a clear error message.
20571
cbb59342
CY
205722011-04-08 Chong Yidong <cyd@stupidchicken.com>
20573
20574 * help.el (help-form-show): New function, to be called from C.
20575 Put help-form output in a buffer named differently than *Help*.
20576
e3971c44
EZ
205772011-04-08 Eli Zaretskii <eliz@gnu.org>
20578
20579 * files.el (file-size-human-readable): New function.
20580
20581 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
20582 computing the representation inline. Don't require `cl'.
20583
12544bbe
GM
205842011-04-08 Glenn Morris <rgm@gnu.org>
20585
a1de6c6a
GM
20586 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
20587
3c4671f4
GM
20588 * net/browse-url.el (browse-url-firefox):
20589 Test system-type, not system-configuration.
20590
b605679c
GM
20591 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
20592 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
20593 Use log-edit-empty-buffer-p. (Bug#7598)
20594
56442f0c
GM
20595 * net/rlogin.el (rlogin-process-connection-type): Simplify.
20596 (rlogin-mode-map): Initialize in the defvar.
20597 (rlogin): Use ignore-errors.
20598
12544bbe
GM
20599 * replace.el (occur-mode-map): Some fixes for menu items.
20600
eb237b0f
AH
206012011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
20602
20603 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
20604
7d668f2c
CY
206052011-04-06 Chong Yidong <cyd@stupidchicken.com>
20606
e67a13ab
CY
20607 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
20608 issuing unused warnings.
20609
20610 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
20611 macro directly.
20612
7d668f2c
CY
20613 * simple.el: Lisp reimplement of list-processes. Based on an
20614 earlier reimplementation by Leo Liu, but using tabulated-list.el.
20615 (process-menu-mode): New major mode.
20616 (list-processes--refresh, list-processes):
20617 (process-menu-visit-buffer): New functions.
20618
20619 * files.el (save-buffers-kill-emacs): Don't assume any return
20620 value of list-processes, which is undocumented anyway.
20621
a83ec3c9
CY
206222011-04-06 Chong Yidong <cyd@stupidchicken.com>
20623
20624 * emacs-lisp/tabulated-list.el: New file.
20625
e91a96fe
CY
20626 * emacs-lisp/package.el: Use Tabulated List mode.
20627 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
20628 (package-menu-mode): Derive from tabulated-list-mode. Set up the
20629 table format using Tabulated List mode variables.
20630 (package--push): New macro, replacing package-list-maybe-add.
20631 (package-menu--generate): Use package--push. Renamed from
20632 package--generate-package-list.
20633 (package-menu-refresh, list-packages): Use it.
daca8ba5 20634 (package-menu--print-info): Rename from package-print-package.
e91a96fe 20635 Return insertion data instead of inserting it directly.
099c39a4
JB
20636 (package-menu-describe-package, package-menu-execute):
20637 Use tabulated-list-get-id.
e91a96fe
CY
20638 (package-menu-mark-delete, package-menu-mark-install)
20639 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
20640 (package-menu-mark-obsolete-for-deletion):
20641 Use tabulated-list-put-tag.
e91a96fe
CY
20642 (package--list-packages, package-menu-revert)
20643 (package-menu-get-package, package-menu-get-version)
20644 (package-menu-sort-by-column): Functions deleted.
20645 (package-menu-package-list, package-menu-sort-key): Vars deleted.
20646 (package-menu--status-predicate, package-menu--version-predicate)
20647 (package-menu--name-predicate)
20648 (package-menu--description-predicate): Handle arguments in the
20649 Tabulated List format.
20650 (package-list-packages-no-fetch): Call list-packages.
20651
3e214b50
JB
206522011-04-06 Juanma Barranquero <lekktu@gmail.com>
20653
20654 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 20655 (after-find-file): Don't bind it.
3e214b50
JB
20656 (revert-buffer-in-progress-p): New variable.
20657 (revert-buffer): Bind it.
20658 Pass nil for `after-find-file-from-revert-buffer'.
20659
20660 * saveplace.el (save-place-find-file-hook): Use new variable
20661 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
20662
3f0f1700
GM
206632011-04-06 Glenn Morris <rgm@gnu.org>
20664
c0274801
GM
20665 * Makefile.in (AUTOGEN_VCS): New variable.
20666 (autoloads): Use $AUTOGEN_VCS.
20667
3f0f1700
GM
20668 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
20669 * calendar/calendar.el (calendar-mode-map):
20670 Check for toolkit scroll bars. (Bug#8305)
20671
41ea9e48
CY
206722011-04-05 Chong Yidong <cyd@stupidchicken.com>
20673
20674 * minibuffer.el (completion-in-region--postch)
20675 (completion-in-region-mode): Remove unnecessary messages.
20676
6194c800
JB
206772011-04-05 Juanma Barranquero <lekktu@gmail.com>
20678
33256f14
JB
20679 * font-lock.el (font-lock-refresh-defaults):
20680 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
20681 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
20682
6194c800
JB
20683 * info.el (Info-directory-list, Info-read-node-name-2)
20684 (Info-split-parameter-string): Doc fixes.
20685 (Info-virtual-nodes): Reflow docstring.
20686 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
20687 (Info-apropos-toc-nodes, info-finder, Info-get-token)
20688 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
20689 Fix typos in docstrings.
20690 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
20691 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
20692 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
20693 (Info-restore-desktop-buffer): Mark unused parameters.
20694 (Info-directory-find-file, Info-directory-find-node)
20695 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
20696 (Info-virtual-index-find-node, Info-apropos-find-file)
20697 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 20698 Mark unused parameters; fix typos in docstrings.
6194c800
JB
20699 (Info-virtual-index): Remove unused local variable `nodename'.
20700
b87a8200 207012011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 20702
b87a8200
DD
20703 * net/rcirc.el: Update my e-mail address.
20704 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 20705
3b2ff876
CY
207062011-04-05 Chong Yidong <cyd@stupidchicken.com>
20707
20708 * startup.el (command-line): Save the cursor's theme-face
20709 directly, instead of using face-override-spec.
20710
20711 * custom.el (load-theme): Minor optimization in assigning faces.
20712
8d17e7ca
JB
207132011-04-04 Juanma Barranquero <lekktu@gmail.com>
20714
20715 * help-fns.el (describe-variable): Complete all variables having
20716 documentation, including keywords.
20717 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
20718
2fbc1934
JB
207192011-04-04 Juanma Barranquero <lekktu@gmail.com>
20720
20721 Convert to lexical-binding.
20722
20723 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
20724 (bs--get-marked-string, bs--get-modified-string)
20725 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
20726 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
20727 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
20728
20729 * ehelp.el (electric-help-execute-extended)
20730 (electric-help-ctrl-x-prefix):
20731 * hexl.el (hexl-revert-buffer-function):
20732 * linum.el (linum-after-change, linum-after-scroll):
20733 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
20734
20735 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
20736
74f50695
DU
207372011-04-04 Daiki Ueno <ueno@unixuser.org>
20738
20739 * epa-dired.el:
20740 * epa-mail.el:
20741 * epa-hook.el:
20742 * epa-file.el:
20743 * epa.el:
20744 * epg.el: Use lexical binding.
20745
c11325f7
CY
207462011-04-03 Chong Yidong <cyd@stupidchicken.com>
20747
0d9e9a12
CY
20748 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
20749
c11325f7 20750 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
20751 dictionary case for flyspell-mark-duplications-exceptions.
20752 Use regexp matching for languages.
c11325f7
CY
20753 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
20754 default dictionary (Bug#7926).
20755
da91b5f2
CY
207562011-04-02 Chong Yidong <cyd@stupidchicken.com>
20757
099c39a4
JB
20758 * emacs-lisp/package.el (package--with-work-buffer):
20759 Recognize https URLs.
da91b5f2 20760
099c39a4
JB
20761 * net/network-stream.el: Move from gnus/proto-stream.el.
20762 Change prefix to network-stream throughout.
da91b5f2
CY
20763 (open-protocol-stream): Merge into open-network-stream, leaving
20764 open-protocol-stream as an alias. Handle nil BUFFER args.
20765
20766 * subr.el (open-network-stream): Move to net/network-stream.el.
20767
afa8e9f6
GM
207682011-04-02 Glenn Morris <rgm@gnu.org>
20769
1d2e369d
GM
20770 * find-dired.el (find-exec-terminator): New option.
20771 (find-ls-option): Test for -ls support.
20772 (find-ls-subdir-switches): Test for -b in find-ls-option.
20773 (find-dired, find-grep-dired): Doc fixes.
20774 (find-dired): Use find-exec-terminator.
20775
8abb7da8 20776 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
20777 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
20778 (find-name-arg): Remove purecopy.
8abb7da8 20779
f3ca7378
GM
20780 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
20781 (grep-compute-defaults): Check for `-exec COMMAND +' support.
20782 Set grep-find-use-xargs, grep-find-command, and grep-find-template
20783 accordingly. Don't add the null-device if not needed.
20784
afa8e9f6
GM
20785 * files.el (save-some-buffers): Doc fix.
20786
35eae264
EZ
207872011-04-02 Eli Zaretskii <eliz@gnu.org>
20788
20789 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
20790
26b51db5
JB
207912011-04-01 Juanma Barranquero <lekktu@gmail.com>
20792
20793 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
20794 Use `dolist' rather than `mapcar'.
20795
7200d79c
SM
207962011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
20797
03408648 20798 Add lexical binding.
7200d79c 20799
03408648
SM
20800 * subr.el (apply-partially): Use new closures rather than CL.
20801 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
20802 (dolist, dotimes): Use slightly different expansion for lexical code.
20803 (functionp): Move to C.
20804 (letrec): New macro.
20805 (with-wrapper-hook): Use it and apply-partially instead of CL.
20806 (eval-after-load): Preserve lexical-binding.
20807 (save-window-excursion, with-output-to-temp-buffer): Turn them
20808 into macros.
7200d79c 20809
03408648
SM
20810 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
20811
20812 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
20813 than the arglist.
20814 (help-add-fundoc-usage): Don't add `Not documented'.
20815 (help-function-arglist): Handle closures, subroutines, and new
20816 byte-code-functions.
20817 (help-make-usage): Remove leading underscores.
20818 (describe-function-1): Handle closures.
20819 (describe-variable): Use special-variable-p for completion.
20820
20821 * files.el (lexical-binding): Declare safe.
f488fb65 20822
03408648
SM
20823 * emacs-lisp/pcase.el: Don't use destructuring-bind.
20824 (pcase--memoize): Rename from pcase-memoize. Change weakness.
20825 (pcase): Add `let' pattern.
20826 Change memoization so it actually works.
20827 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
20828 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
20829 <let>: New case.
f488fb65 20830
03408648
SM
20831 * emacs-lisp/macroexp.el: Use lexical binding.
20832 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
20833 Don't convert ' to #' without checking that it's indeed quoting
20834 a lambda.
20835
20836 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 20837 Use eval-sexp-add-defvars.
03408648
SM
20838 (eval-sexp-add-defvars): New fun.
20839
20840 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
20841
20842 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
20843 Don't autoload.
20844 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
20845 than the internal `byte-compile-lambda'.
20846 (defmethod): Don't hide code under quotes.
20847 (eieio-defmethod): New `code' argument.
20848
20849 * emacs-lisp/eieio-comp.el: Remove.
20850
20851 * emacs-lisp/edebug.el (edebug-eval-defun)
20852 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
20853 (edebug-toggle): Avoid `eval'.
20854
20855 * emacs-lisp/disass.el (disassemble-internal): Handle new
20856 `closure' objects.
20857 (disassemble-1): Handle new byte codes.
20858
20859 * emacs-lisp/cl.el (pushnew): Silence warning.
20860
20861 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
20862 (cl-byte-compile-throw): Remove.
20863 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
20864
20865 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
20866 closures.
20867
20868 * emacs-lisp/cconv.el: New file.
20869
20870 * emacs-lisp/bytecomp.el: Use lexical binding instead of
20871 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
20872 (byte-compile-initial-macro-environment):
20873 Handle declare-function here.
20874 (byte-compile--lexical-environment): New var.
20875 (byte-stack-ref, byte-stack-set, byte-discardN)
20876 (byte-discardN-preserve-tos): New lap codes.
20877 (byte-interactive-p): Don't use any more.
20878 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
20879 New macros.
20880 (byte-compile-lapcode): Use them and handle new lap codes.
20881 (byte-compile-obsolete): Remove.
20882 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
20883 (byte-compile-arglist-warn): Check late def of inlinable funs.
20884 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
20885 since they should have been expanded by now.
20886 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
20887 (byte-compile-from-buffer): Remove unused second arg.
20888 (byte-compile-preprocess): New function.
20889 (byte-compile-toplevel-file-form): New function to distinguish
20890 file-form calls from outside from file-form calls from hunk-handlers.
20891 (byte-compile-file-form): Simplify.
20892 (byte-compile-file-form-defsubst): Remove.
20893 (byte-compile-file-form-defmumble): Simplify now that
20894 byte-compile-lambda always returns a byte-code-function.
20895 (byte-compile): Preprocess.
20896 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
20897 Remove, not used any more.
20898 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
20899 (byte-compile-make-args-desc): New funs.
20900 (byte-compile-lambda): Handle lexical functions. Always return
20901 a byte-code-function.
20902 (byte-compile-reserved-constants): New var, to make up room for
20903 closed-over variables.
20904 (byte-compile-constants-vector): Obey it.
20905 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
20906 (byte-compile-macroexpand-declare-function): New function.
20907 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
20908 byte-code-functions.
20909 (byte-compile-form): Check obsolescence here.
20910 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
20911 (byte-compile-variable-ref): Remove.
20912 (byte-compile-dynamic-variable-op): New fun.
20913 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
20914 (byte-compile-variable-set): New funs.
20915 (byte-compile-discard): Add 2 args.
20916 (byte-compile-stack-ref, byte-compile-stack-set)
20917 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
20918 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
20919 macroexpand-all instead.
20920 (byte-compile-quote-form): Remove.
20921 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
20922 (byte-compile-bind, byte-compile-unbind): New funs.
20923 (byte-compile-let): Handle let* and lexical binding.
20924 (byte-compile-let*): Remove.
20925 (byte-compile-catch, byte-compile-unwind-protect)
20926 (byte-compile-track-mouse, byte-compile-condition-case):
20927 Handle a new :fun-body form, used for lexical scoping.
20928 (byte-compile-save-window-excursion)
20929 (byte-compile-with-output-to-temp-buffer): Remove.
20930 (byte-compile-defun): Simplify.
20931 (byte-compile-stack-adjustment): New fun.
20932 (byte-compile-out): Use it.
20933 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
20934
20935 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
20936 handler any more.
20937
20938 * emacs-lisp/byte-opt.el: Use lexical binding.
20939 (byte-inline-lapcode): Remove (to bytecomp).
20940 (byte-compile-inline-expand): Pay attention to inlining to/from
20941 lexically bound code.
20942 (byte-compile-unfold-lambda): Don't handle byte-code-functions
20943 any more.
20944 (byte-optimize-form-code-walker): Don't handle save-window-excursion
20945 any more and don't call compiler-macros.
20946 (byte-compile-splice-in-already-compiled-code): Remove.
20947 (byte-code): Don't inline any more.
20948 (disassemble-offset): Receive `bytes' as argument rather than via
20949 dynamic scoping.
20950 (byte-compile-tag-number): Declare before first use.
20951 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
20952 `return' even if make-spliceable.
20953 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
20954 obsolete interactive-p.
20955 (byte-optimize-lapcode): Optimize new lap-codes.
20956 Don't trip up on new form of `byte-constant' lap code.
20957
20958 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
20959
20960 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
20961
20962 * custom.el (custom-initialize-default, custom-declare-variable):
20963 Use `defvar'.
20964
20965 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
20966 New variables.
20967 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
20968 (COMPILE_FIRST): Add macroexp and cconv.
20969 * makefile.w32-in: Mirror changes in Makefile.in.
20970
20971 * vc/cvs-status.el:
20972 * vc/diff-mode.el:
20973 * vc/log-edit.el:
20974 * vc/log-view.el:
20975 * vc/smerge-mode.el:
20976 * textmodes/bibtex-style.el:
090bd7cb 20977 * textmodes/css-mode.el:
03408648
SM
20978 * startup.el:
20979 * uniquify.el:
da91b5f2
CY
20980 * minibuffer.el:
20981 * newcomment.el:
20982 * reveal.el:
20983 * server.el:
20984 * mpc.el:
20985 * emacs-lisp/smie.el:
20986 * doc-view.el:
20987 * dired.el:
03408648
SM
20988 * abbrev.el: Use lexical binding.
20989
0f0c1f27
EZ
209902011-04-01 Eli Zaretskii <eliz@gnu.org>
20991
20992 * info.el (info-display-manual): New function.
20993
c82b2579
SM
209942011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
20995
20996 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
20997
221ddf68
TH
209982011-03-31 Tassilo Horn <tassilo@member.fsf.org>
20999
21000 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 21001 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 21002
cba6e77e
GM
210032011-03-31 Glenn Morris <rgm@gnu.org>
21004
e040639f
GM
21005 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
21006
cba6e77e
GM
21007 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
21008
6d0f1c9e
CS
210092011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
21010
21011 * progmodes/python.el (python-default-interpreter)
21012 (python-python-command-args, python-jython-command-args)
21013 (python-which-shell, python-which-args, python-which-bufname)
21014 (python-file-queue, python-comint-output-filter-function)
21015 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
21016 variables and functions.
21017
3e2d70fd
SM
210182011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
21019
21020 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
21021 (completion-in-region-mode): New minor mode.
21022 (completion-in-region): Use it.
21023 (completion-in-region--data, completion-in-region-mode-map): New vars.
21024 (completion-in-region--postch): New function.
21025 (completion--capf-misbehave-funs, completion--capf-safe-funs):
21026 New vars.
21027 (completion--capf-wrapper): New function.
21028 (completion-at-point): Use it to track well-behavedness of
21029 hook functions.
21030 (completion-help-at-point): New command.
21031
f3e4086c
JM
210322011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
21033
21034 * vc/add-log.el (add-change-log-entry): Don't use whitespace
21035 syntax class to search for whitespace on a single line
21036 (Message-ID: <4D938140.4030905@redhat.com>).
21037
eb7ffc14
LL
210382011-03-30 Leo Liu <sdl.web@gmail.com>
21039
21040 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
21041 New commands.
21042 (edit-abbrevs-map): Bind them here.
21043 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
21044
d806ab68
KM
210452011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
21046
21047 * allout.el (allout-hide-by-annotation, allout-flag-region):
21048 Reduce possibility of overlay leakage by making them volatile.
21049
21050 * allout-widgets.el (allout-widgets-tally): Define as nil so the
21051 hash is not shared between buffers. Mode initialization is
21052 responsible for giving it a useful starting value.
21053 (allout-item-span): Reduce possibility of overlay leakage by
21054 making them volatile.
21055 (allout-widgets-count-buttons-in-region): Add diagnostic function
21056 for tracking down button overlay leaks.
21057
ea622834
LL
210582011-03-29 Leo Liu <sdl.web@gmail.com>
21059
21060 * ido.el (ido-read-internal): Use the default history var
21061 minibuffer-history if no HISTORY is specified.
21062
b62f8267
G
210632011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
21064
03408648
SM
21065 * net/imap.el (imap-shell-open, imap-process-connection-type):
21066 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
21067 Kerberos, SSL, other subprocesses.
21068
947b6566
LL
210692011-03-28 Leo Liu <sdl.web@gmail.com>
21070
21071 * abbrev.el (abbrev-table-empty-p): New function.
21072 (prepare-abbrev-list-buffer): Place empty abbrev tables after
21073 nonempty ones. (Bug#5937)
21074
5ffb62aa
JD
210752011-03-27 Jan Djärv <jan.h.d@swipnet.se>
21076
21077 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
21078
7a097943
LL
210792011-03-27 Leo Liu <sdl.web@gmail.com>
21080
21081 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
21082 for foreground and background colors.
21083 (ansi-color-make-color-map): Adapt.
21084
c5b40130
LL
210852011-03-25 Leo Liu <sdl.web@gmail.com>
21086
1f48f7d2
LL
21087 * midnight.el (midnight-time-float): Remove. Note it calculates
21088 the microsecond component incorrectly and seconds-to-time does the
21089 same job.
625897ec 21090 Remove redundant (require 'timer).
1f48f7d2 21091
c5b40130
LL
21092 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
21093 (ido-completions): Remove unused arguments. (Bug#8329)
21094
d86d2721
SM
210952011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
21096
21097 * minibuffer.el (completion--flush-all-sorted-completions):
21098 Remove itself from hook.
21099 (completion-at-point): Let the functions perform the completion
21100 immediately and return nil or t.
21101 * comint.el (comint-dynamic-complete-functions): Now identical to
21102 completion-at-point-functions.
21103 (comint-dynamic-list-input-ring): Remove unused var `index'.
21104 (comint--match-partial-filename, comint--unquote&expand-filename):
21105 New funs, split from comint-match-partial-filename.
21106 (comint-dynamic-complete): Use completion-at-point.
21107 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
21108
e8974c48
DA
211092011-03-24 Drew Adams <drew.adams@oracle.com>
21110
21111 * thingatpt.el: Support `defun'.
21112
def71b5e
LL
211132011-03-23 Leo Liu <sdl.web@gmail.com>
21114
cb5af48e
LL
21115 * abbrevlist.el: Move to obsolete/abbrevlist.el.
21116
def71b5e
LL
21117 * help-mode.el (help-mode-finish): Tweak regexp.
21118
927c53e7
GM
211192011-03-23 Glenn Morris <rgm@gnu.org>
21120
18d05bed
GM
21121 * eshell/esh-opt.el (eshell-eval-using-options):
21122 Do not bind unused local variable `eshell-option-stub'.
21123
927c53e7
GM
21124 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
21125
9d0da923
JB
211262011-03-22 Juanma Barranquero <lekktu@gmail.com>
21127
21128 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
21129 keymap variable in `with-no-warnings' to avoid a warning when the
21130 keymap has been already `defconst'ed.
21131
4b978a67
LL
211322011-03-22 Leo Liu <sdl.web@gmail.com>
21133
21134 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
21135 encode all chars in abbrevs; otherwise use emacs-mule or
21136 utf-8-emacs. (Bug#8308)
21137
5fd62452
JB
211382011-03-22 Juanma Barranquero <lekktu@gmail.com>
21139
0b1596c6
JB
21140 * simple.el (backward-delete-char-untabify):
21141 Avoid warning about using `delete-backward-char'.
21142
5fd62452
JB
21143 * image.el (image-type-file-name-regexps): Make it variable.
21144 `imagemagick-register-types' modifies it, and the user may want
21145 to add new extensions for known image types.
21146 (imagemagick-register-types): Throw error if not using ImageMagick.
21147
0b4e93f1
LL
211482011-03-22 Leo Liu <sdl.web@gmail.com>
21149
21150 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
21151 located before rcirc-prompt-end-marker.
21152 (rcirc-complete): Error if point is not after rcirc prompt.
21153 Handle the case when table is nil.
9882e214 21154 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 21155
fccee4ab
CY
211562011-03-22 Chong Yidong <cyd@stupidchicken.com>
21157
21158 * custom.el (custom--inhibit-theme-enable): Make it affect only
21159 custom-theme-set-variables and custom-theme-set-faces.
21160 (provide-theme): Ignore custom--inhibit-theme-enable.
21161 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
21162 (custom-enabling-themes): Delete variable.
d86d2721
SM
21163 (enable-theme): Accept only loaded themes as arguments.
21164 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
21165 (custom-enabled-themes): Forbid themes from setting this.
21166 Eliminate use of custom-enabling-themes.
21167 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 21168
af896da6
LL
211692011-03-21 Leo Liu <sdl.web@gmail.com>
21170
21171 * ido.el (ido-read-internal): Add ido-selected to history instead
21172 of user input.
21173
78f64af0
SM
211742011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
21175
21176 * subr.el (deferred-action-list, deferred-action-function):
21177 Mark obsolete.
21178
b16ac1ec
LL
211792011-03-21 Leo Liu <sdl.web@gmail.com>
21180
810f7698
LL
21181 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
21182 change on 2011-02-13 (bug#8309).
21183
b16ac1ec
LL
21184 * minibuffer.el (read-file-name-function): Change default value.
21185 (read-file-name--defaults): Rename from read-file-name-defaults.
21186 (read-file-name-default): Rename from read-file-name.
21187 (read-file-name): Call read-file-name-function.
21188
4e05e67e
GM
211892011-03-21 Glenn Morris <rgm@gnu.org>
21190
21191 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
21192 Doc fixes.
21193
4359915b
CY
211942011-03-21 Chong Yidong <cyd@stupidchicken.com>
21195
21196 * cus-theme.el: Add missing provide statement.
21197 (customize-create-theme): Extract theme value correctly.
21198 (custom-theme-visit-theme): Autoload.
21199 (customize-create-theme): Prompt before inserting default faces.
21200
1fe275ee
JB
212012011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
21202
21203 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
21204 units and musical notes.
21205
cd394be1 212062011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
21207
21208 * ido.el (ido-read-internal): Use completing-read-default.
21209 (ido-completing-read): Fix compatibility with completing-read.
21210
7d476bde
CO
212112011-03-20 Christian Ohler <ohler@gnu.org>
21212
21213 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
21214 (ert-delete-all-tests): Use `called-interactively-p' rather than
21215 `interactive-p'.
21216 (ert--make-xrefs-region): Respect END.
21217
fe0fb33e
CY
212182011-03-19 Chong Yidong <cyd@stupidchicken.com>
21219
ff854b0b
CY
21220 * dired-aux.el (dired-create-directory): Signal an error if the
21221 directory already exists (Bug#8246).
21222
fe0fb33e
CY
21223 * facemenu.el (list-colors-display): Call list-faces-display
21224 inside with-help-window.
21225 (list-colors-print): Use display property to align the final
21226 column, instead of checking window-width.
21227
576bce32
EZ
212282011-03-19 Eli Zaretskii <eliz@gnu.org>
21229
4d61f28d 21230 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
21231 windows-nt systems.
21232 (emerge-protect-metachars): Quote correctly for ms-dos and
21233 windows-nt systems.
21234
89c41d68 212352011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
21236
21237 * info.el (info-initialize): Replace all uses of `:' with
21238 path-separator for compatibility with non-Unix systems.
21239 Cache quoting of path-separator. (Bug#8258)
21240
b14e3e21 212412011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
21242
21243 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
21244 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
21245 (mouse-avoidance-mode): Fix typos in docstrings.
21246
4525ce3e
CY
212472011-03-19 Chong Yidong <cyd@stupidchicken.com>
21248
21249 * startup.el (package-subdirectory-regexp): Move from package.el.
21250 Omit \\` and \\', and let callers add them.
21251
21252 * emacs-lisp/package.el (package-strip-version)
21253 (package-load-all-descriptors): Add \\` and \\' to
21254 package-subdirectory-regexp before using it.
21255 (package-untar-buffer): New arg DIR; ensure that file untars only
21256 into this expected directory. Remove superfluous delete-region.
21257 (package-unpack): Caller changed.
21258 (package-tar-file-info): Use package-subdirectory-regexp.
21259
a904a09a 212602011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 21261
a904a09a
SM
21262 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
21263 diff-mode-shared-map (bug#8284).
21264 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
21265
212662011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
21267
21268 * calendar/time-date.el (format-seconds): Use assoc instead of
21269 assoc-string, since assoc-string doesn't exist in XEmacs.
21270
171fc304
JB
212712011-03-17 Juanma Barranquero <lekktu@gmail.com>
21272
21273 * custom.el (custom-known-themes): Reflow docstring.
21274 (custom-theme-load-path): Fix typo in docstring.
21275 (load-theme): Fix typo in error message.
21276 (custom-available-themes, custom-variable-theme-value):
21277 Use `let', not `let*'.
21278
d71990a1
JB
212792011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
21280
21281 * calc/README: Mention inclusion of musical notes.
21282
21283 * calc/calc-units.el (calc-lu-quant): Rename from
21284 `calc-logunits-quantity'.
21285 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
21286 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
21287 (calc-db): Rename from `calc-dblevel'.
21288 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
21289 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
21290 (calc-np): Rename from `calc-nplevel'.
21291 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
21292 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
21293 (calc-lu-plus): Rename from `calc-logunits-add'.
21294 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
21295 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
21296 (calc-lu-minus): Rename from `calc-logunits-sub'.
21297 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
21298 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
21299 (calc-lu-times): Rename from `calc-logunits-mul'.
21300 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
21301 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
21302 (calc-lu-divide): Rename from `calc-logunits-div'.
21303 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
21304 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
21305
21306 * calc/calc-ext.el (calc-init-extensions): Update the names of the
21307 functions being autoloaded.
21308
21309 * calc/calc.el (calc-lu-power-reference): Rename from
21310 `calc-logunits-power-reference'.
21311 (calc-lu-field-reference): Rename from
21312 `calc-logunits-field-reference'.
21313
7a71b18d
GM
21314 * calc/calc-help.el (calc-l-prefix-help):
21315 Mention musical note functions.
d71990a1 21316
40c2934b
SM
213172011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
21318
21319 * minibuffer.el (completion-all-sorted-completions):
21320 Use :completion-cycle-penalty text property if present.
21321
b0911414
KM
213222011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
21323
21324 * allout.el (allout-yank-processing): Adjust for new rebulleting
21325 regime so bullet being yanked is used without prompting the user
21326 for a choice.
21327
8a05b668
JB
213282011-03-16 Juanma Barranquero <lekktu@gmail.com>
21329
21330 * startup.el (command-line): Warn the user that _emacs is deprecated.
21331
5ba5fb81
JB
213322011-03-16 Juanma Barranquero <lekktu@gmail.com>
21333
21334 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
21335 (delphi-verbose, delphi-comment-face, delphi-string-face)
21336 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
21337 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
21338 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
21339 (delphi-new-comment-line, delphi-font-lock-defaults)
21340 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
21341 Fix typos in docstrings.
21342
2dab465b
KM
213432011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
21344
5ba5fb81 21345 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
21346 Invert the roles of character and string values for INSTEAD, so a
21347 string is used for the more common case of a defaulting prompt.
21348
0adf5618
SM
213492011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
21350
21351 * progmodes/ruby-mode.el (ruby-backward-sexp):
21352 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
21353 * play/gamegrid.el (gamegrid-make-face):
21354 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
21355 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
21356 * notifications.el (notifications-notify):
21357 * net/xesam.el (xesam-search-engines):
21358 * net/quickurl.el (quickurl-list-insert):
21359 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
21360
d72700e5
CY
213612011-03-15 Chong Yidong <cyd@stupidchicken.com>
21362
21363 * startup.el (command-line): Update package subdirectory regexp.
21364
49c5410a
SM
213652011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
21366
c6eee9aa
SM
21367 * allout.el (allout-abbreviate-flattened-numbering)
21368 (allout-mode-deactivate-hook): Fix up obsolescence "date".
21369
49c5410a
SM
21370 * subr.el (read-char-choice): Only show the cursor after the prompt,
21371 not after the answer.
21372
047b2bb9
KR
213732011-03-15 Kevin Ryde <user42@zip.com.au>
21374
21375 * help-fns.el (variable-at-point): Skip leading quotes, if any
21376 (bug#8253).
21377
0a57d256
SM
213782011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
21379
21380 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
21381 warning message.
21382
77c992bc
MA
213832011-03-14 Michael Albinus <michael.albinus@gmx.de>
21384
21385 * shell.el (shell): When called interactively, offer to change the
21386 shell file name on remote hosts.
21387
eebc475d
TZ
213882011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
21389
21390 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
21391 integration for LDAP parameters. The host, base, user or binddn,
21392 and secret tokens can be specified in a netrc file, for instance.
21393 This is optional because an `auth-source' parameter must be
21394 specified in the search attributes.
21395
9d05d1ba
JB
213962011-03-13 Juanma Barranquero <lekktu@gmail.com>
21397
21398 * help.el (describe-mode): Link to the mode's definition (bug#8185).
21399
09d9db2c
GM
214002011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
21401
21402 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
21403 into declaration. Remove redundant and harmful binding.
21404
214052011-03-12 Eli Zaretskii <eliz@gnu.org>
21406
21407 * files.el (file-ownership-preserved-p): Pass `integer' as an
21408 explicit 2nd argument to `file-attributes'. If the file's owner
21409 is the Administrators group on Windows, and the current user is
21410 Administrator, consider that a match.
21411
21412 * server.el (server-ensure-safe-dir): Consider server directory
21413 safe on MS-Windows if its owner is the Administrators group while
21414 the current Emacs user is Administrator. Use `=' to compare
21415 numerical UIDs, since they could be integers or floats.
21416
219bd536
JB
214172011-03-12 Juanma Barranquero <lekktu@gmail.com>
21418
21419 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
21420
f3afd36b
MA
214212011-03-12 Michael Albinus <michael.albinus@gmx.de>
21422
21423 Sync with Tramp 2.2.1.
21424
21425 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
21426
21427 * net/trampver.el: Update release number.
21428
3aaaa6f1
SM
214292011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
21430
94642599
SM
21431 * progmodes/compile.el (compilation--previous-directory): Fix up
21432 various nil/dead-marker mismatches (bug#8014).
21433 (compilation-directory-properties, compilation-error-properties):
21434 Don't call it at a position past the one we're about to change.
21435
3aaaa6f1
SM
21436 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
21437 Disable obsolescence warnings in the file that declares it.
21438
14239447
KM
214392011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
21440
099c39a4
JB
21441 * allout-widgets.el (allout-widgets-tally):
21442 Initialize allout-widgets-tally as a hash table rather than nil to
21443 prevent mode-line redisplay warnings. Also, clarify the module
21444 description and fix a comment typo.
14239447 21445
135e287c
JB
214462011-03-11 Juanma Barranquero <lekktu@gmail.com>
21447
21448 * help-fns.el (describe-variable): Don't complete keywords.
21449 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
21450
ffbf300e
CY
214512011-03-10 Chong Yidong <cyd@stupidchicken.com>
21452
ba08b241
CY
21453 * emacs-lisp/package.el (package-version-join): Impose a standard
21454 string representation for pre/alpha/beta version lists.
21455 (package-unpack-single): Standardize the directory name by passing
21456 it through package-version-join.
21457 (package-strip-rcs-id): Accept any version string that does not
21458 signal an error in version-to-list.
ffbf300e 21459
f346fd6b
MA
214602011-03-10 Michael Albinus <michael.albinus@gmx.de>
21461
21462 * simple.el (delete-trailing-whitespace): Return nil for the
21463 benefit of `write-file-functions'.
21464
ccb55d27
GM
214652011-03-10 Glenn Morris <rgm@gnu.org>
21466
5ceaac0c
GM
21467 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
21468
02da65ff
GM
21469 * vc/vc-git.el (vc-git-program): New option.
21470 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
21471 (vc-git--call): Use it.
21472
b2f603cc
GM
21473 * eshell/esh-util.el (eshell-condition-case): Doc fix.
21474
5772caab
GM
21475 * cus-edit.el (Custom-newline): If no button at point, look
21476 for a subgroup button at start-of-line. (Bug#2298)
21477
ccb55d27
GM
21478 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
21479
ec6ecaed
JD
214802011-03-10 Julien Danjou <julien@danjou.info>
21481
21482 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
21483 `cursor-type' is nil.
21484
9d5aa01d
JB
214852011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
21486
21487 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
21488
b6a5875b
KM
214892011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
21490
7a71b18d 21491 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
21492 preserves the existing header prefix, rebulleting it if necessary,
21493 rather than replacing it. This is necessary for proper operation
21494 of cooperative addons like allout-widgets.
1154d12e
JB
21495 (allout-make-topic-prefix, allout-rebullet-heading):
21496 Change SOLICIT arg to INSTEAD, and interpret additionally a string
21497 value as alternate bullet to be used, instead of prompting the user
21498 for a bullet character.
b6a5875b 21499
ee545c35
MA
215002011-03-09 Michael Albinus <michael.albinus@gmx.de>
21501
d86d2721
SM
21502 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
21503 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
21504 `tramp-default-port'.
21505
c47971d7
DD
215062011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
21507
21508 * net/rcirc.el (rcirc-handler-001): Remove useless
21509 with-rcirc-process-buffer.
21510 (rcirc-check-auth-status): Swap arguments to string-match.
21511
13522cb4
GM
215122011-03-09 Glenn Morris <rgm@gnu.org>
21513
0be6f4f1
GM
21514 * shell.el (shell-mode):
21515 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
21516
13522cb4
GM
21517 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
21518 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
21519
515de2e3
CY
215202011-03-08 Chong Yidong <cyd@stupidchicken.com>
21521
21522 * emacs-lisp/package.el (package-refresh-contents)
21523 (package-menu-execute): Use condition-case-no-debug.
21524
b511b994
MA
215252011-03-08 Michael Albinus <michael.albinus@gmx.de>
21526
21527 * simple.el (shell-command-to-string): Use `process-file'.
21528
21529 * emacs-lisp/package.el (package-tar-file-info): Handle also
21530 remote files.
21531
d86d2721
SM
21532 * emacs-lisp/package-x.el (package-upload-buffer-internal):
21533 Use `equal' for upload base check.
b511b994 21534
25bbfb31
AM
215352011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
21536
21537 * textmodes/texinfo.el (texinfo-environments):
21538 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
21539
be996521
GM
215402011-03-08 Glenn Morris <rgm@gnu.org>
21541
e9c8529f
GM
21542 * cus-start.el (cursor-in-non-selected-windows):
21543 Fix :set quoting oddness. (Bug#8192)
21544
be996521
GM
21545 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
21546 in some setf expressions. (Bug#2159)
21547
2bb5649e
CY
215482011-03-08 Chong Yidong <cyd@stupidchicken.com>
21549
21550 * custom.el (custom-available-themes): Return themes in
21551 alphabetical order.
21552
33383987 21553See ChangeLog.15 for earlier changes.
e3d51b27
MR
21554
21555;; Local Variables:
21556;; coding: utf-8
e3d51b27
MR
21557;; End:
21558
ab422c4d 21559 Copyright (C) 2011-2013 Free Software Foundation, Inc.
e3d51b27
MR
21560
21561 This file is part of GNU Emacs.
21562
21563 GNU Emacs is free software: you can redistribute it and/or modify
21564 it under the terms of the GNU General Public License as published by
21565 the Free Software Foundation, either version 3 of the License, or
21566 (at your option) any later version.
21567
21568 GNU Emacs is distributed in the hope that it will be useful,
21569 but WITHOUT ANY WARRANTY; without even the implied warranty of
21570 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21571 GNU General Public License for more details.
21572
21573 You should have received a copy of the GNU General Public License
21574 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.